01KZDBVRZGGW68YGNMT3NX20QP: test-ddm-trio

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

Buildomat Job: 01KZDBW7QYCMHN8NGT97HPHPRH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T05:43:10.643Zjob assigned to worker 01KZDBWT3BBBZJKZ47E35273BF [factory aws, i-032d86c8b1662ee26] (queued for 1 m 9 s)
 
22026-08-07T05:43:16.584Zstarting task 0: "setup"
32026-08-07T05:43:16.591Z++ uname -s
42026-08-07T05:43:16.594Z+ kern=SunOS
52026-08-07T05:43:16.594Z+ build_user=build
62026-08-07T05:43:16.594Z+ build_uid=12345
72026-08-07T05:43:16.594Z+ work_dir=/work
82026-08-07T05:43:16.594Z+ input_dir=/input
92026-08-07T05:43:16.594Z+ [[ 0 == 12345 ]]
102026-08-07T05:43:16.594Z+ case "$kern" in
112026-08-07T05:43:16.594Z+ groupadd -g 12345 build
122026-08-07T05:43:16.597Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T05:43:18.601Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T05:43:18.713Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T05:43:18.717Z+ home_fs=zfs
162026-08-07T05:43:18.717Z+ [[ zfs == autofs ]]
172026-08-07T05:43:18.717Z+ mkdir -p /home/build
182026-08-07T05:43:18.717Z+ chown build:build /home/build /work
192026-08-07T05:43:20.718Z+ chmod 0700 /home/build /work
202026-08-07T05:43:20.721Zprocess exited: duration 4136 ms, exit code 0
 
212026-08-07T05:43:20.727Zstarting task 1: "rust-toolchain"
222026-08-07T05:43:20.732Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-07T05:43:20.732Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-07T05:43:20.732Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-07T05:43:20.732Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-07T05:43:20.732Z * rust toolchain channel = "stable"
272026-08-07T05:43:20.732Z * rust toolchain profile = "default"
282026-08-07T05:43:20.735Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T05:43:20.735Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-07T05:43:20.801Zinfo: downloading installer
312026-08-07T05:43:22.216Zwarn: It looks like you have an existing rustup settings file at:
322026-08-07T05:43:22.216Zwarn: /home/build/.rustup/settings.toml
332026-08-07T05:43:22.216Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-07T05:43:22.216Zwarn: instead of the one inferred from the default host triple.
352026-08-07T05:43:22.231Zinfo: profile set to default
362026-08-07T05:43:22.231Zinfo: default host triple is x86_64-unknown-illumos
372026-08-07T05:43:22.234Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-07T05:43:22.369Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-07T05:43:22.371Zinfo: downloading 6 components
402026-08-07T05:43:37.670Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-07T05:43:37.670Z
422026-08-07T05:43:37.698Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-07T05:43:37.698Z
442026-08-07T05:43:37.698Z
452026-08-07T05:43:37.698ZRust is installed now. Great!
462026-08-07T05:43:37.698Z
472026-08-07T05:43:37.701ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-07T05:43:37.701Zenvironment variable. This has not been done automatically.
492026-08-07T05:43:37.701Z
502026-08-07T05:43:37.701ZTo configure your current shell, you need to source
512026-08-07T05:43:37.701Zthe corresponding env file under $HOME/.cargo.
522026-08-07T05:43:37.701Z
532026-08-07T05:43:37.701ZThis is usually done by running one of the following (note the leading DOT):
542026-08-07T05:43:37.701Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-07T05:43:37.701Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-07T05:43:37.701Zsource "~/.cargo/env.nu" # For nushell
572026-08-07T05:43:37.701Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-07T05:43:37.701Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-07T05:43:37.701Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-07T05:43:37.701Zwarn: no default linker (`cc`) was found in your PATH
612026-08-07T05:43:37.701Zwarn: many Rust crates require a system C toolchain to build
622026-08-07T05:43:37.804Z+ rustup --version
632026-08-07T05:43:37.813Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-07T05:43:37.816Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-07T05:43:37.834Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-07T05:43:37.847Z+ cargo --version
672026-08-07T05:43:37.852Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-07T05:43:37.855Z+ rustc --version
692026-08-07T05:43:37.874Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-07T05:43:37.878Zprocess exited: duration 17149 ms, exit code 0
 
712026-08-07T05:43:37.884Zstarting task 2: "authentication"
722026-08-07T05:43:37.901Zprocess exited: duration 16 ms, exit code 0
 
732026-08-07T05:43:37.907Zstarting task 3: "clone repository"
742026-08-07T05:43:37.910Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-07T05:43:37.913Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-07T05:43:37.942ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-07T05:43:39.501Z+ cd /work/oxidecomputer/maghemite
782026-08-07T05:43:39.501Z+ git fetch origin f74e74694b2df8c88c862b6e32409898ad85ded5
792026-08-07T05:43:39.866ZFrom https://github.com/oxidecomputer/maghemite
802026-08-07T05:43:39.867Z * branch f74e74694b2df8c88c862b6e32409898ad85ded5 -> FETCH_HEAD
812026-08-07T05:43:39.872Z+ [[ -n zl/ddm-mcast ]]
822026-08-07T05:43:39.875Z++ git branch --show-current
832026-08-07T05:43:39.875Z+ current=main
842026-08-07T05:43:39.875Z+ [[ main != zl/ddm-mcast ]]
852026-08-07T05:43:39.875Z+ git branch -f zl/ddm-mcast f74e74694b2df8c88c862b6e32409898ad85ded5
862026-08-07T05:43:39.877Z+ git checkout -f zl/ddm-mcast
872026-08-07T05:43:39.898ZSwitched to branch 'zl/ddm-mcast'
882026-08-07T05:43:39.901Z+ git reset --hard f74e74694b2df8c88c862b6e32409898ad85ded5
892026-08-07T05:43:39.919ZHEAD is now at f74e746 [deps] update dendrite mcast pin to 0d48b5a3
902026-08-07T05:43:39.922Zprocess exited: duration 2013 ms, exit code 0
 
912026-08-07T05:43:39.931Zstarting task 4: "build"
922026-08-07T05:43:39.936Z++ dladm
932026-08-07T05:43:39.940ZLINK CLASS MTU STATE BRIDGE OVER
942026-08-07T05:43:39.940Zena0 phys 9216 up -- --
952026-08-07T05:43:39.940Z++ ipadm
962026-08-07T05:43:39.943ZADDROBJ TYPE STATE ADDR
972026-08-07T05:43:39.943Zlo0/v4 static ok 127.0.0.1/8
982026-08-07T05:43:39.943Zena0/dhcp dhcp ok 10.150.1.225/24
992026-08-07T05:43:39.943Zlo0/v6 static ok ::1/128
1002026-08-07T05:43:39.943Z++ banner collect
1012026-08-07T05:43:39.943Z
1022026-08-07T05:43:39.943Z #### #### # # ###### #### #####
1032026-08-07T05:43:39.943Z # # # # # # # # # #
1042026-08-07T05:43:39.943Z # # # # # ##### # #
1052026-08-07T05:43:39.943Z # # # # # # # #
1062026-08-07T05:43:39.943Z # # # # # # # # # #
1072026-08-07T05:43:39.943Z #### #### ###### ###### ###### #### #
1082026-08-07T05:43:39.943Z
1092026-08-07T05:43:39.943Z++ get_artifact softnpu image 284c6830722548714128e63ea04bcca78ee27154 softnpu
1102026-08-07T05:43:39.943Z++ repo=softnpu
1112026-08-07T05:43:39.943Z++ series=image
1122026-08-07T05:43:39.943Z++ commit=284c6830722548714128e63ea04bcca78ee27154
1132026-08-07T05:43:39.943Z++ name=softnpu
1142026-08-07T05:43:39.943Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1152026-08-07T05:43:39.943Z++ mkdir -p download
1162026-08-07T05:43:39.946Z++ pushd download
1172026-08-07T05:43:39.946Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1182026-08-07T05:43:39.946Z++ [[ ! -f softnpu ]]
1192026-08-07T05:43:39.946Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/284c6830722548714128e63ea04bcca78ee27154/softnpu
1202026-08-07T05:43:39.951Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-07T05:43:39.953Z Dload Upload Total Spent Left Speed
1222026-08-07T05:43:40.288Z 0 0 0 0 0 0 0 0 0 100 14.94M 100 14.94M 0 0 44.29M 0 0 100 14.94M 100 14.94M 0 0 44.28M 0 0 100 14.94M 100 14.94M 0 0 44.28M 0 0
1232026-08-07T05:43:40.291Z++ popd
1242026-08-07T05:43:40.291Z/work/oxidecomputer/maghemite
1252026-08-07T05:43:40.291Z++ get_artifact sidecar-lite release 6f3311e8acd7e7e95c167aab61188355a93afe72 libsidecar_lite.so
1262026-08-07T05:43:40.291Z++ repo=sidecar-lite
1272026-08-07T05:43:40.291Z++ series=release
1282026-08-07T05:43:40.291Z++ commit=6f3311e8acd7e7e95c167aab61188355a93afe72
1292026-08-07T05:43:40.291Z++ name=libsidecar_lite.so
1302026-08-07T05:43:40.291Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1312026-08-07T05:43:40.291Z++ mkdir -p download
1322026-08-07T05:43:40.294Z++ pushd download
1332026-08-07T05:43:40.294Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1342026-08-07T05:43:40.294Z++ [[ ! -f libsidecar_lite.so ]]
1352026-08-07T05:43:40.294Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/6f3311e8acd7e7e95c167aab61188355a93afe72/libsidecar_lite.so
1362026-08-07T05:43:40.297Z % Total % Received % Xferd Average Speed Time Time Time Current
1372026-08-07T05:43:40.298Z Dload Upload Total Spent Left Speed
1382026-08-07T05:43:40.538Z 0 0 0 0 0 0 0 0 0 100 12.37M 100 12.37M 0 0 51.59M 0 0 100 12.37M 100 12.37M 0 0 51.58M 0 0 100 12.37M 100 12.37M 0 0 51.58M 0 0
1392026-08-07T05:43:40.541Z++ popd
1402026-08-07T05:43:40.541Z/work/oxidecomputer/maghemite
1412026-08-07T05:43:40.541Z++ get_artifact sidecar-lite release 6f3311e8acd7e7e95c167aab61188355a93afe72 scadm
1422026-08-07T05:43:40.541Z++ repo=sidecar-lite
1432026-08-07T05:43:40.541Z++ series=release
1442026-08-07T05:43:40.541Z++ commit=6f3311e8acd7e7e95c167aab61188355a93afe72
1452026-08-07T05:43:40.541Z++ name=scadm
1462026-08-07T05:43:40.541Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1472026-08-07T05:43:40.541Z++ mkdir -p download
1482026-08-07T05:43:40.544Z++ pushd download
1492026-08-07T05:43:40.544Z++ [[ ! -f scadm ]]
1502026-08-07T05:43:40.544Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1512026-08-07T05:43:40.544Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/6f3311e8acd7e7e95c167aab61188355a93afe72/scadm
1522026-08-07T05:43:40.549Z % Total % Received % Xferd Average Speed Time Time Time Current
1532026-08-07T05:43:40.551Z Dload Upload Total Spent Left Speed
1542026-08-07T05:43:40.963Z 0 0 0 0 0 0 0 0 0 100 15.34M 100 15.34M 0 0 37.07M 0 0 100 15.34M 100 15.34M 0 0 37.06M 0 0 100 15.34M 100 15.34M 0 0 37.06M 0 0
1552026-08-07T05:43:40.966Z++ popd
1562026-08-07T05:43:40.969Z/work/oxidecomputer/maghemite
1572026-08-07T05:43:40.969Z++ get_artifact dendrite image 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 dendrite-softnpu.tar.gz
1582026-08-07T05:43:40.969Z++ repo=dendrite
1592026-08-07T05:43:40.969Z++ series=image
1602026-08-07T05:43:40.969Z++ commit=0d48b5a39dc49d30b228ae01f04b8cc27a161e74
1612026-08-07T05:43:40.969Z++ name=dendrite-softnpu.tar.gz
1622026-08-07T05:43:40.969Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1632026-08-07T05:43:40.969Z++ mkdir -p download
1642026-08-07T05:43:40.969Z++ pushd download
1652026-08-07T05:43:40.970Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1662026-08-07T05:43:40.970Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1672026-08-07T05:43:40.970Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/0d48b5a39dc49d30b228ae01f04b8cc27a161e74/dendrite-softnpu.tar.gz
1682026-08-07T05:43:40.975Z % Total % Received % Xferd Average Speed Time Time Time Current
1692026-08-07T05:43:40.978Z Dload Upload Total Spent Left Speed
1702026-08-07T05:43:42.064Z 0 0 0 0 0 0 0 0 0 89 72.59M 89 64.97M 0 0 65.02M 0 00:01 00:01 65.03M 100 72.59M 100 72.59M 0 0 66.68M 0 00:01 00:01 65.03M 100 72.59M 100 72.59M 0 0 66.68M 0 00:01 00:01 65.03M 100 72.59M 100 72.59M 0 0 66.67M 0 00:01 00:01 65.03M
1712026-08-07T05:43:42.068Z++ popd
1722026-08-07T05:43:42.070Z/work/oxidecomputer/maghemite
1732026-08-07T05:43:42.070Z++ get_artifact maghemite release f74e74694b2df8c88c862b6e32409898ad85ded5 ddm
1742026-08-07T05:43:42.070Z++ repo=maghemite
1752026-08-07T05:43:42.070Z++ series=release
1762026-08-07T05:43:42.071Z++ commit=f74e74694b2df8c88c862b6e32409898ad85ded5
1772026-08-07T05:43:42.071Z++ name=ddm
1782026-08-07T05:43:42.071Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1792026-08-07T05:43:42.071Z++ mkdir -p download
1802026-08-07T05:43:42.071Z++ pushd download
1812026-08-07T05:43:42.071Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1822026-08-07T05:43:42.071Z++ [[ ! -f ddm ]]
1832026-08-07T05:43:42.071Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/f74e74694b2df8c88c862b6e32409898ad85ded5/ddm
1842026-08-07T05:43:42.076Z % Total % Received % Xferd Average Speed Time Time Time Current
1852026-08-07T05:43:42.079Z Dload Upload Total Spent Left Speed
1862026-08-07T05:43:42.113Z 0 0 0 0 0 0 0 0 0
1872026-08-07T05:43:42.116Zcurl: (22) The requested URL returned error: 404
1882026-08-07T05:43:42.116Z++ popd
1892026-08-07T05:43:42.116Z/work/oxidecomputer/maghemite
1902026-08-07T05:43:42.116Z++ get_artifact maghemite release f74e74694b2df8c88c862b6e32409898ad85ded5 ddmadm
1912026-08-07T05:43:42.116Z++ repo=maghemite
1922026-08-07T05:43:42.116Z++ series=release
1932026-08-07T05:43:42.116Z++ commit=f74e74694b2df8c88c862b6e32409898ad85ded5
1942026-08-07T05:43:42.116Z++ name=ddmadm
1952026-08-07T05:43:42.116Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1962026-08-07T05:43:42.116Z++ mkdir -p download
1972026-08-07T05:43:42.119Z++ pushd download
1982026-08-07T05:43:42.119Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1992026-08-07T05:43:42.119Z++ [[ ! -f ddmadm ]]
2002026-08-07T05:43:42.119Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/f74e74694b2df8c88c862b6e32409898ad85ded5/ddmadm
2012026-08-07T05:43:42.122Z % Total % Received % Xferd Average Speed Time Time Time Current
2022026-08-07T05:43:42.125Z Dload Upload Total Spent Left Speed
2032026-08-07T05:43:42.157Z 0 0 0 0 0 0 0 0 0
2042026-08-07T05:43:42.160Zcurl: (22) The requested URL returned error: 404
2052026-08-07T05:43:42.160Z++ popd
2062026-08-07T05:43:42.160Z/work/oxidecomputer/maghemite
2072026-08-07T05:43:42.160Z++ pushd download
2082026-08-07T05:43:42.160Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-08-07T05:43:42.160Z++ chmod +x softnpu
2102026-08-07T05:43:42.163Z++ chmod +x scadm
2112026-08-07T05:43:42.164Z++ chmod +x ddmadm
2122026-08-07T05:43:42.164Zchmod: WARNING: can't access ddmadm
2132026-08-07T05:43:42.164Z++ chmod +x ddmd
2142026-08-07T05:43:42.166Zchmod: WARNING: can't access ddmd
2152026-08-07T05:43:42.166Z++ mv ddmadm ddmadm-v2
2162026-08-07T05:43:42.166Zmv: cannot access ddmadm
2172026-08-07T05:43:42.167Z++ mv ddmd ddmd-v2
2182026-08-07T05:43:42.167Zmv: cannot access ddmd
2192026-08-07T05:43:42.167Z++ rm -rf zones/dendrite
2202026-08-07T05:43:42.171Z++ mkdir -p zones/dendrite
2212026-08-07T05:43:42.171Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2222026-08-07T05:43:42.868Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2232026-08-07T05:43:42.872Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2242026-08-07T05:43:42.875Z++ popd
2252026-08-07T05:43:42.875Z++ banner install
2262026-08-07T05:43:42.875Z/work/oxidecomputer/maghemite
2272026-08-07T05:43:42.875Z
2282026-08-07T05:43:42.875Z # # # #### ##### ## # #
2292026-08-07T05:43:42.875Z # ## # # # # # # #
2302026-08-07T05:43:42.875Z # # # # #### # # # # #
2312026-08-07T05:43:42.875Z # # # # # # ###### # #
2322026-08-07T05:43:42.875Z # # ## # # # # # # #
2332026-08-07T05:43:42.875Z # # # #### # # # ###### ######
2342026-08-07T05:43:42.875Z
2352026-08-07T05:43:42.875Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2362026-08-07T05:43:42.875Z++ set +o errexit
2372026-08-07T05:43:42.875Z++ pkg info clang-15
2382026-08-07T05:43:42.875Z++ grep -qi installed
2392026-08-07T05:43:43.662Z++ [[ 0 != 0 ]]
2402026-08-07T05:43:43.662Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2412026-08-07T05:43:43.662Z++ set +o errexit
2422026-08-07T05:43:43.665Z++ pkg info pkg-config
2432026-08-07T05:43:43.665Z++ grep -qi installed
2442026-08-07T05:43:43.912Z++ [[ 0 != 0 ]]
2452026-08-07T05:43:43.912Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2462026-08-07T05:43:43.912Z++ set +o errexit
2472026-08-07T05:43:43.915Z++ pkg info brand/omicron1
2482026-08-07T05:43:43.915Z++ grep -qi installed
2492026-08-07T05:43:44.122Zpkg: info: no packages matching the following patterns you specified are
2502026-08-07T05:43:44.122Zinstalled on the system. Try querying remotely instead:
2512026-08-07T05:43:44.122Z
2522026-08-07T05:43:44.122Z brand/omicron1
2532026-08-07T05:43:44.156Z++ [[ 1 != 0 ]]
2542026-08-07T05:43:44.156Z++ set -o errexit
2552026-08-07T05:43:44.156Z++ pfexec pkg install brand/omicron1
2562026-08-07T05:43:44.869Z Startup: Refreshing catalog 'helios' ... Done
2572026-08-07T05:43:45.114Z Startup: Caching catalogs ... Done
2582026-08-07T05:43:46.489ZPlanning: Solver setup ... Done
2592026-08-07T05:43:46.535ZPlanning: Running solver ... Done
2602026-08-07T05:43:46.568ZPlanning: Finding local manifests ... Done
2612026-08-07T05:43:46.579ZPlanning: Fetching manifests: 0/2 0% complete
2622026-08-07T05:43:46.590ZPlanning: Fetching manifests: 2/2 100% complete
2632026-08-07T05:43:46.603ZPlanning: Package planning ... Done
2642026-08-07T05:43:46.607ZPlanning: Merging actions ... Done
2652026-08-07T05:43:46.755ZPlanning: Checking for conflicting actions ... Done
2662026-08-07T05:43:46.758ZPlanning: Consolidating action changes ... Done
2672026-08-07T05:43:47.550ZPlanning: Evaluating mediators ... Done
2682026-08-07T05:43:47.553ZPlanning: Planning completed in 2.41 seconds
2692026-08-07T05:43:47.558Z Packages to install: 2
2702026-08-07T05:43:47.558Z Create boot environment: No
2712026-08-07T05:43:47.558ZCreate backup boot environment: No
2722026-08-07T05:43:47.584Z
2732026-08-07T05:43:47.584ZDownload: 0/5 items 0.0/1.0MB 0% complete
2742026-08-07T05:43:47.604ZDownload: Completed 1.01 MB in 0.02 seconds (51.0M/s)
2752026-08-07T05:43:47.729Z Actions: 1/28 actions (Installing new actions)
2762026-08-07T05:43:47.741Z Actions: Completed 28 actions in 0.01 seconds.
2772026-08-07T05:43:47.764ZFinalize: Updating package state database ... Done
2782026-08-07T05:43:47.765ZFinalize: Updating package cache ... Done
2792026-08-07T05:43:47.823ZFinalize: Updating image state ... Done
2802026-08-07T05:43:50.288ZFinalize: Creating fast lookup database ... Done
2812026-08-07T05:43:50.360ZFinalize: Reading search index ... Done
2822026-08-07T05:43:50.363ZFinalize: Updating search index ... Done
2832026-08-07T05:43:50.454ZFinalize: Updating package cache ... Done
2842026-08-07T05:43:50.593Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2852026-08-07T05:43:50.593Z++ set +o errexit
2862026-08-07T05:43:50.596Z++ pkg info brand/omicron1/tools
2872026-08-07T05:43:50.596Z++ grep -qi installed
2882026-08-07T05:43:50.803Zpkg: info: no packages matching the following patterns you specified are
2892026-08-07T05:43:50.803Zinstalled on the system. Try querying remotely instead:
2902026-08-07T05:43:50.803Z
2912026-08-07T05:43:50.803Z brand/omicron1/tools
2922026-08-07T05:43:50.838Z++ [[ 1 != 0 ]]
2932026-08-07T05:43:50.838Z++ set -o errexit
2942026-08-07T05:43:50.838Z++ pfexec pkg install brand/omicron1/tools
2952026-08-07T05:43:51.100Z Startup: Refreshing catalog 'helios' ... Done
2962026-08-07T05:43:52.290ZPlanning: Solver setup ... Done
2972026-08-07T05:43:52.336ZPlanning: Running solver ... Done
2982026-08-07T05:43:52.366ZPlanning: Finding local manifests ... Done
2992026-08-07T05:43:52.369ZPlanning: Fetching manifests: 0/1 0% complete
3002026-08-07T05:43:52.379ZPlanning: Fetching manifests: 1/1 100% complete
3012026-08-07T05:43:52.392ZPlanning: Package planning ... Done
3022026-08-07T05:43:52.395ZPlanning: Merging actions ... Done
3032026-08-07T05:43:52.560ZPlanning: Checking for conflicting actions ... Done
3042026-08-07T05:43:52.563ZPlanning: Consolidating action changes ... Done
3052026-08-07T05:43:52.720ZPlanning: Evaluating mediators ... Done
3062026-08-07T05:43:52.722ZPlanning: Planning completed in 1.62 seconds
3072026-08-07T05:43:52.727Z Packages to install: 1
3082026-08-07T05:43:52.727Z Services to change: 1
3092026-08-07T05:43:52.727Z Create boot environment: No
3102026-08-07T05:43:52.728ZCreate backup boot environment: No
3112026-08-07T05:43:52.745Z
3122026-08-07T05:43:52.745ZDownload: 0/2 items 0.0/1.1MB 0% complete
3132026-08-07T05:43:52.825ZDownload: Completed 1.13 MB in 0.08 seconds (14.2M/s)
3142026-08-07T05:43:52.941Z Actions: 1/19 actions (Installing new actions)
3152026-08-07T05:43:52.954Z Actions: Completed 19 actions in 0.01 seconds.
3162026-08-07T05:43:52.978ZFinalize: Updating package state database ... Done
3172026-08-07T05:43:52.978ZFinalize: Updating package cache ... Done
3182026-08-07T05:43:53.036ZFinalize: Updating image state ... Done
3192026-08-07T05:43:54.988ZFinalize: Creating fast lookup database ... Done
3202026-08-07T05:43:55.052ZFinalize: Reading search index ... Done
3212026-08-07T05:43:55.055ZFinalize: Updating search index ... Done
3222026-08-07T05:43:55.132ZFinalize: Updating package cache ... Done
3232026-08-07T05:43:55.214Z++ pfexec svcadm enable baseline
3242026-08-07T05:43:55.230Z++ retry=0
3252026-08-07T05:43:55.233Z+++ svcs -Hostate baseline
3262026-08-07T05:43:55.246Z++ [[ offline* != online ]]
3272026-08-07T05:43:55.246Z++ [[ 0 -gt 300 ]]
3282026-08-07T05:43:55.250Z++ sleep 1
3292026-08-07T05:43:56.249Z++ retry=1
3302026-08-07T05:43:56.252Z+++ svcs -Hostate baseline
3312026-08-07T05:43:56.264Z++ [[ offline* != online ]]
3322026-08-07T05:43:56.264Z++ [[ 1 -gt 300 ]]
3332026-08-07T05:43:56.264Z++ sleep 1
3342026-08-07T05:43:57.266Z++ retry=2
3352026-08-07T05:43:57.271Z+++ svcs -Hostate baseline
3362026-08-07T05:43:57.282Z++ [[ offline* != online ]]
3372026-08-07T05:43:57.282Z++ [[ 2 -gt 300 ]]
3382026-08-07T05:43:57.282Z++ sleep 1
3392026-08-07T05:43:58.283Z++ retry=3
3402026-08-07T05:43:58.286Z+++ svcs -Hostate baseline
3412026-08-07T05:43:58.299Z++ [[ offline* != online ]]
3422026-08-07T05:43:58.299Z++ [[ 3 -gt 300 ]]
3432026-08-07T05:43:58.299Z++ sleep 1
3442026-08-07T05:43:59.301Z++ retry=4
3452026-08-07T05:43:59.304Z+++ svcs -Hostate baseline
3462026-08-07T05:43:59.315Z++ [[ offline* != online ]]
3472026-08-07T05:43:59.315Z++ [[ 4 -gt 300 ]]
3482026-08-07T05:43:59.318Z++ sleep 1
3492026-08-07T05:44:00.317Z++ retry=5
3502026-08-07T05:44:00.320Z+++ svcs -Hostate baseline
3512026-08-07T05:44:00.332Z++ [[ offline* != online ]]
3522026-08-07T05:44:00.332Z++ [[ 5 -gt 300 ]]
3532026-08-07T05:44:00.332Z++ sleep 1
3542026-08-07T05:44:01.335Z++ retry=6
3552026-08-07T05:44:01.337Z+++ svcs -Hostate baseline
3562026-08-07T05:44:01.351Z++ [[ offline* != online ]]
3572026-08-07T05:44:01.351Z++ [[ 6 -gt 300 ]]
3582026-08-07T05:44:01.351Z++ sleep 1
3592026-08-07T05:44:02.353Z++ retry=7
3602026-08-07T05:44:02.356Z+++ svcs -Hostate baseline
3612026-08-07T05:44:02.369Z++ [[ offline* != online ]]
3622026-08-07T05:44:02.369Z++ [[ 7 -gt 300 ]]
3632026-08-07T05:44:02.369Z++ sleep 1
3642026-08-07T05:44:03.371Z++ retry=8
3652026-08-07T05:44:03.373Z+++ svcs -Hostate baseline
3662026-08-07T05:44:03.386Z++ [[ offline* != online ]]
3672026-08-07T05:44:03.386Z++ [[ 8 -gt 300 ]]
3682026-08-07T05:44:03.386Z++ sleep 1
3692026-08-07T05:44:04.388Z++ retry=9
3702026-08-07T05:44:04.391Z+++ svcs -Hostate baseline
3712026-08-07T05:44:04.404Z++ [[ offline* != online ]]
3722026-08-07T05:44:04.404Z++ [[ 9 -gt 300 ]]
3732026-08-07T05:44:04.404Z++ sleep 1
3742026-08-07T05:44:05.406Z++ retry=10
3752026-08-07T05:44:05.409Z+++ svcs -Hostate baseline
3762026-08-07T05:44:05.422Z++ [[ offline* != online ]]
3772026-08-07T05:44:05.422Z++ [[ 10 -gt 300 ]]
3782026-08-07T05:44:05.422Z++ sleep 1
3792026-08-07T05:44:06.424Z++ retry=11
3802026-08-07T05:44:06.427Z+++ svcs -Hostate baseline
3812026-08-07T05:44:06.440Z++ [[ offline* != online ]]
3822026-08-07T05:44:06.441Z++ [[ 11 -gt 300 ]]
3832026-08-07T05:44:06.441Z++ sleep 1
3842026-08-07T05:44:07.443Z++ retry=12
3852026-08-07T05:44:07.445Z+++ svcs -Hostate baseline
3862026-08-07T05:44:07.458Z++ [[ offline* != online ]]
3872026-08-07T05:44:07.458Z++ [[ 12 -gt 300 ]]
3882026-08-07T05:44:07.458Z++ sleep 1
3892026-08-07T05:44:08.460Z++ retry=13
3902026-08-07T05:44:08.463Z+++ svcs -Hostate baseline
3912026-08-07T05:44:08.478Z++ [[ offline* != online ]]
3922026-08-07T05:44:08.478Z++ [[ 13 -gt 300 ]]
3932026-08-07T05:44:08.478Z++ sleep 1
3942026-08-07T05:44:09.477Z++ retry=14
3952026-08-07T05:44:09.480Z+++ svcs -Hostate baseline
3962026-08-07T05:44:09.492Z++ [[ offline* != online ]]
3972026-08-07T05:44:09.493Z++ [[ 14 -gt 300 ]]
3982026-08-07T05:44:09.493Z++ sleep 1
3992026-08-07T05:44:10.495Z++ retry=15
4002026-08-07T05:44:10.498Z+++ svcs -Hostate baseline
4012026-08-07T05:44:10.510Z++ [[ offline* != online ]]
4022026-08-07T05:44:10.510Z++ [[ 15 -gt 300 ]]
4032026-08-07T05:44:10.510Z++ sleep 1
4042026-08-07T05:44:11.512Z++ retry=16
4052026-08-07T05:44:11.515Z+++ svcs -Hostate baseline
4062026-08-07T05:44:11.527Z++ [[ offline* != online ]]
4072026-08-07T05:44:11.527Z++ [[ 16 -gt 300 ]]
4082026-08-07T05:44:11.527Z++ sleep 1
4092026-08-07T05:44:12.530Z++ retry=17
4102026-08-07T05:44:12.533Z+++ svcs -Hostate baseline
4112026-08-07T05:44:12.545Z++ [[ offline* != online ]]
4122026-08-07T05:44:12.545Z++ [[ 17 -gt 300 ]]
4132026-08-07T05:44:12.545Z++ sleep 1
4142026-08-07T05:44:13.547Z++ retry=18
4152026-08-07T05:44:13.551Z+++ svcs -Hostate baseline
4162026-08-07T05:44:13.563Z++ [[ offline* != online ]]
4172026-08-07T05:44:13.563Z++ [[ 18 -gt 300 ]]
4182026-08-07T05:44:13.563Z++ sleep 1
4192026-08-07T05:44:14.565Z++ retry=19
4202026-08-07T05:44:14.567Z+++ svcs -Hostate baseline
4212026-08-07T05:44:14.581Z++ [[ online != online ]]
4222026-08-07T05:44:14.581Z++ set -o errexit
4232026-08-07T05:44:14.581Z++ set -o pipefail
4242026-08-07T05:44:14.581Z++ banner build
4252026-08-07T05:44:14.584Z
4262026-08-07T05:44:14.584Z ##### # # # # #####
4272026-08-07T05:44:14.584Z # # # # # # # #
4282026-08-07T05:44:14.584Z ##### # # # # # #
4292026-08-07T05:44:14.584Z # # # # # # # #
4302026-08-07T05:44:14.584Z # # # # # # # #
4312026-08-07T05:44:14.584Z ##### #### # ###### #####
4322026-08-07T05:44:14.584Z
4332026-08-07T05:44:14.584Z++ cargo build --release --bin ddmd --bin ddmadm
4342026-08-07T05:44:14.589Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
4352026-08-07T05:44:14.775Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
4362026-08-07T05:44:14.778Zinfo: downloading 6 components
4372026-08-07T05:44:30.280Z Updating crates.io index
4382026-08-07T05:44:30.283Z Updating git repository `https://github.com/oxidecomputer/omicron`
4392026-08-07T05:44:36.170ZFrom https://github.com/oxidecomputer/omicron
4402026-08-07T05:44:36.170Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
4412026-08-07T05:44:36.598Z Updating git repository `https://github.com/oxidecomputer/falcon`
4422026-08-07T05:44:37.170ZFrom https://github.com/oxidecomputer/falcon
4432026-08-07T05:44:37.170Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
4442026-08-07T05:44:37.244Z Updating git repository `https://github.com/oxidecomputer/dendrite`
4452026-08-07T05:44:37.677ZFrom https://github.com/oxidecomputer/dendrite
4462026-08-07T05:44:37.677Z * [new ref] 0d48b5a39dc49d30b228ae01f04b8cc27a161e74 -> refs/commit/0d48b5a39dc49d30b228ae01f04b8cc27a161e74
4472026-08-07T05:44:37.712Z Updating git repository `https://github.com/oxidecomputer/ispf`
4482026-08-07T05:44:37.985ZFrom https://github.com/oxidecomputer/ispf
4492026-08-07T05:44:37.985Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
4502026-08-07T05:44:37.990Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
4512026-08-07T05:44:38.305ZFrom https://github.com/oxidecomputer/netadm-sys
4522026-08-07T05:44:38.305Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
4532026-08-07T05:44:38.313Z Updating git repository `https://github.com/oxidecomputer/opte`
4542026-08-07T05:44:39.132ZFrom https://github.com/oxidecomputer/opte
4552026-08-07T05:44:39.132Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
4562026-08-07T05:44:39.161Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
4572026-08-07T05:44:39.391ZFrom https://github.com/oxidecomputer/slog-error-chain
4582026-08-07T05:44:39.391Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
4592026-08-07T05:44:39.399Z Updating git repository `https://github.com/illumos/smf-rs`
4602026-08-07T05:44:39.634ZFrom https://github.com/illumos/smf-rs
4612026-08-07T05:44:39.634Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
4622026-08-07T05:44:39.641Z Updating git repository `https://github.com/oxidecomputer/poptrie`
4632026-08-07T05:44:39.893ZFrom https://github.com/oxidecomputer/poptrie
4642026-08-07T05:44:39.893Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
4652026-08-07T05:44:39.901Z Updating git repository `https://github.com/oxidecomputer/network-interface`
4662026-08-07T05:44:40.139ZFrom https://github.com/oxidecomputer/network-interface
4672026-08-07T05:44:40.140Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
4682026-08-07T05:44:40.146Z Updating git repository `https://github.com/oxidecomputer/zone`
4692026-08-07T05:44:40.398ZFrom https://github.com/oxidecomputer/zone
4702026-08-07T05:44:40.398Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
4712026-08-07T05:44:40.405Z Updating git repository `https://github.com/oxidecomputer/lldp`
4722026-08-07T05:44:40.717ZFrom https://github.com/oxidecomputer/lldp
4732026-08-07T05:44:40.717Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
4742026-08-07T05:44:40.728Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
4752026-08-07T05:44:41.020ZFrom https://github.com/oxidecomputer/tufaceous
4762026-08-07T05:44:41.020Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
4772026-08-07T05:44:41.029Z Updating git repository `https://github.com/oxidecomputer/propolis`
4782026-08-07T05:44:41.647ZFrom https://github.com/oxidecomputer/propolis
4792026-08-07T05:44:41.647Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
4802026-08-07T05:44:41.689Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
4812026-08-07T05:44:42.161ZFrom https://github.com/oxidecomputer/transceiver-control
4822026-08-07T05:44:42.161Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
4832026-08-07T05:44:42.172Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
4842026-08-07T05:44:42.426ZFrom https://github.com/oxidecomputer/dlpi-sys
4852026-08-07T05:44:42.426Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
4862026-08-07T05:44:42.432Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
4872026-08-07T05:44:42.727ZFrom https://github.com/jmesmon/rust-libzfs
4882026-08-07T05:44:42.728Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
4892026-08-07T05:44:42.736Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
4902026-08-07T05:44:42.984ZFrom https://github.com/oxidecomputer/rusty-doors
4912026-08-07T05:44:42.984Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
4922026-08-07T05:44:42.991Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4932026-08-07T05:44:43.456ZFrom https://github.com/oxidecomputer/management-gateway-service
4942026-08-07T05:44:43.456Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
4952026-08-07T05:44:43.469Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
4962026-08-07T05:44:43.728ZFrom https://github.com/oxidecomputer/serde_human_bytes
4972026-08-07T05:44:43.728Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
4982026-08-07T05:44:43.736Z Updating git repository `https://github.com/oxidecomputer/crucible`
4992026-08-07T05:44:44.558ZFrom https://github.com/oxidecomputer/crucible
5002026-08-07T05:44:44.558Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
5012026-08-07T05:44:44.599Z Updating git repository `https://github.com/oxidecomputer/propolis`
5022026-08-07T05:44:45.005ZFrom https://github.com/oxidecomputer/propolis
5032026-08-07T05:44:45.005Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
5042026-08-07T05:44:45.048Z Updating git repository `https://github.com/oxidecomputer/crucible`
5052026-08-07T05:44:45.606ZFrom https://github.com/oxidecomputer/crucible
5062026-08-07T05:44:45.606Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
5072026-08-07T05:44:45.672Z Updating git repository `https://github.com/oxidecomputer/tofino`
5082026-08-07T05:44:46.021ZFrom https://github.com/oxidecomputer/tofino
5092026-08-07T05:44:46.022Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
5102026-08-07T05:44:46.032Z Updating git repository `https://github.com/oxidecomputer/maghemite`
5112026-08-07T05:44:46.652ZFrom https://github.com/oxidecomputer/maghemite
5122026-08-07T05:44:46.652Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
5132026-08-07T05:44:46.684Z Updating git repository `https://github.com/oxidecomputer/clickward`
5142026-08-07T05:44:46.971ZFrom https://github.com/oxidecomputer/clickward
5152026-08-07T05:44:46.971Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
5162026-08-07T05:44:46.977Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
5172026-08-07T05:44:47.247ZFrom https://github.com/oxidecomputer/illumos-devinfo
5182026-08-07T05:44:47.247Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
5192026-08-07T05:44:49.381Z Downloading crates ...
5202026-08-07T05:44:49.436Z Downloaded ahash v0.8.12
5212026-08-07T05:44:49.444Z Downloaded block-buffer v0.10.4
5222026-08-07T05:44:49.448Z Downloaded async-stream-impl v0.3.6
5232026-08-07T05:44:49.451Z Downloaded atomic-waker v1.1.2
5242026-08-07T05:44:49.455Z Downloaded async-recursion v1.1.1
5252026-08-07T05:44:49.455Z Downloaded ipnet v2.12.0
5262026-08-07T05:44:49.458Z Downloaded num-conv v0.2.2
5272026-08-07T05:44:49.458Z Downloaded const-random-macro v0.1.16
5282026-08-07T05:44:49.461Z Downloaded crucible-workspace-hack v0.1.0
5292026-08-07T05:44:49.461Z Downloaded num_enum v0.5.11
5302026-08-07T05:44:49.461Z Downloaded cstr-argument v0.1.2
5312026-08-07T05:44:49.464Z Downloaded cpufeatures v0.2.17
5322026-08-07T05:44:49.464Z Downloaded crc8 v0.1.1
5332026-08-07T05:44:49.465Z Downloaded mio v1.2.1
5342026-08-07T05:44:49.469Z Downloaded cobs v0.3.0
5352026-08-07T05:44:49.471Z Downloaded hubpack_derive v0.1.1
5362026-08-07T05:44:49.472Z Downloaded multer v3.1.0
5372026-08-07T05:44:49.472Z Downloaded indent_write v2.2.0
5382026-08-07T05:44:49.472Z Downloaded bitflags v1.3.2
5392026-08-07T05:44:49.474Z Downloaded idna_adapter v1.2.2
5402026-08-07T05:44:49.475Z Downloaded keccak v0.1.6
5412026-08-07T05:44:49.475Z Downloaded byteorder v1.5.0
5422026-08-07T05:44:49.477Z Downloaded base16ct v1.0.0
5432026-08-07T05:44:49.480Z Downloaded cfg-if v1.0.4
5442026-08-07T05:44:49.481Z Downloaded icu_properties_data v2.2.0
5452026-08-07T05:44:49.485Z Downloaded ident_case v1.0.1
5462026-08-07T05:44:49.488Z Downloaded bcs v0.1.6
5472026-08-07T05:44:49.488Z Downloaded anstream v1.0.0
5482026-08-07T05:44:49.488Z Downloaded cipher v0.4.4
5492026-08-07T05:44:49.488Z Downloaded const_format_proc_macros v0.2.34
5502026-08-07T05:44:49.491Z Downloaded inout v0.1.4
5512026-08-07T05:44:49.491Z Downloaded hyper-rustls v0.27.9
5522026-08-07T05:44:49.491Z Downloaded instant v0.1.13
5532026-08-07T05:44:49.494Z Downloaded icu_collections v2.2.0
5542026-08-07T05:44:49.499Z Downloaded ingot v0.2.1
5552026-08-07T05:44:49.499Z Downloaded cargo_toml v0.22.3
5562026-08-07T05:44:49.499Z Downloaded semver v0.1.20
5572026-08-07T05:44:49.499Z Downloaded camino-tempfile v1.4.1
5582026-08-07T05:44:49.502Z Downloaded compression-codecs v0.4.38
5592026-08-07T05:44:49.502Z Downloaded autocfg v1.5.1
5602026-08-07T05:44:49.502Z Downloaded darling v0.23.0
5612026-08-07T05:44:49.505Z Downloaded icu_normalizer_data v2.2.0
5622026-08-07T05:44:49.505Z Downloaded anstyle-query v1.1.5
5632026-08-07T05:44:49.508Z Downloaded bit-set v0.8.0
5642026-08-07T05:44:49.508Z Downloaded memmap v0.7.0
5652026-08-07T05:44:49.511Z Downloaded newtype_derive v0.1.6
5662026-08-07T05:44:49.511Z Downloaded adler2 v2.0.1
5672026-08-07T05:44:49.511Z Downloaded atomicwrites v0.4.4
5682026-08-07T05:44:49.511Z Downloaded base16ct v0.2.0
5692026-08-07T05:44:49.511Z Downloaded indexmap v2.14.0
5702026-08-07T05:44:49.515Z Downloaded is_ci v1.2.0
5712026-08-07T05:44:49.515Z Downloaded is_terminal_polyfill v1.70.2
5722026-08-07T05:44:49.518Z Downloaded httpdate v1.0.3
5732026-08-07T05:44:49.518Z Downloaded clap_lex v1.1.0
5742026-08-07T05:44:49.521Z Downloaded humantime v2.3.0
5752026-08-07T05:44:49.521Z Downloaded crossbeam-deque v0.8.6
5762026-08-07T05:44:49.521Z Downloaded bit-vec v0.8.0
5772026-08-07T05:44:49.524Z Downloaded bytecount v0.6.9
5782026-08-07T05:44:49.528Z Downloaded cfg_aliases v0.2.1
5792026-08-07T05:44:49.531Z Downloaded cpufeatures v0.3.0
5802026-08-07T05:44:49.531Z Downloaded crypto-common v0.1.7
5812026-08-07T05:44:49.531Z Downloaded konst_macro_rules v0.2.19
5822026-08-07T05:44:49.531Z Downloaded macaddr v1.0.1
5832026-08-07T05:44:49.534Z Downloaded async-stream v0.3.6
5842026-08-07T05:44:49.534Z Downloaded ciborium-io v0.2.2
5852026-08-07T05:44:49.534Z Downloaded libscf-sys v1.2.0
5862026-08-07T05:44:49.534Z Downloaded no-std-compat v0.4.1
5872026-08-07T05:44:49.534Z Downloaded num_threads v0.1.7
5882026-08-07T05:44:49.537Z Downloaded memoffset v0.9.1
5892026-08-07T05:44:49.537Z Downloaded mime v0.3.17
5902026-08-07T05:44:49.540Z Downloaded argon2 v0.5.3
5912026-08-07T05:44:49.540Z Downloaded internet-checksum v0.2.1
5922026-08-07T05:44:49.544Z Downloaded num v0.4.3
5932026-08-07T05:44:49.544Z Downloaded ipnetwork v0.21.1
5942026-08-07T05:44:49.547Z Downloaded jobserver v0.1.34
5952026-08-07T05:44:49.550Z Downloaded managed v0.8.0
5962026-08-07T05:44:49.550Z Downloaded newline-converter v0.3.0
5972026-08-07T05:44:49.550Z Downloaded num-iter v0.1.45
5982026-08-07T05:44:49.555Z Downloaded is-terminal v0.4.17
5992026-08-07T05:44:49.558Z Downloaded linked-hash-map v0.5.6
6002026-08-07T05:44:49.558Z Downloaded terminal_size v0.4.4
6012026-08-07T05:44:49.558Z Downloaded curve25519-dalek-derive v0.1.1
6022026-08-07T05:44:49.561Z Downloaded crunchy v0.2.4
6032026-08-07T05:44:49.564Z Downloaded hubpack v0.1.2
6042026-08-07T05:44:49.567Z Downloaded lazy_static v1.5.0
6052026-08-07T05:44:49.567Z Downloaded natord v1.0.9
6062026-08-07T05:44:49.567Z Downloaded newtype-uuid-macros v0.1.0
6072026-08-07T05:44:49.567Z Downloaded convert_case v0.4.0
6082026-08-07T05:44:49.567Z Downloaded aead v0.5.2
6092026-08-07T05:44:49.570Z Downloaded crypto-common v0.2.2
6102026-08-07T05:44:49.570Z Downloaded itoa v1.0.18
6112026-08-07T05:44:49.570Z Downloaded lru-cache v0.1.2
6122026-08-07T05:44:49.570Z Downloaded match_cfg v0.1.0
6132026-08-07T05:44:49.574Z Downloaded smawk v0.3.2
6142026-08-07T05:44:49.574Z Downloaded supports-color v3.0.2
6152026-08-07T05:44:49.574Z Downloaded termtree v0.5.1
6162026-08-07T05:44:49.574Z Downloaded const-random v0.1.18
6172026-08-07T05:44:49.574Z Downloaded backoff v0.4.0
6182026-08-07T05:44:49.577Z Downloaded strum v0.27.2
6192026-08-07T05:44:49.577Z Downloaded omicron-workspace-hack v0.1.0
6202026-08-07T05:44:49.580Z Downloaded olpc-cjson v0.1.4
6212026-08-07T05:44:49.583Z Downloaded anstyle v1.0.14
6222026-08-07T05:44:49.583Z Downloaded colorchoice v1.0.5
6232026-08-07T05:44:49.583Z Downloaded num-derive v0.4.2
6242026-08-07T05:44:49.586Z Downloaded num_enum_derive v0.5.11
6252026-08-07T05:44:49.586Z Downloaded same-file v1.0.6
6262026-08-07T05:44:49.589Z Downloaded siphasher v1.0.3
6272026-08-07T05:44:49.592Z Downloaded clap_derive v4.6.4
6282026-08-07T05:44:49.592Z Downloaded blake2 v0.10.6
6292026-08-07T05:44:49.595Z Downloaded block-buffer v0.12.0
6302026-08-07T05:44:49.595Z Downloaded daft v0.1.7
6312026-08-07T05:44:49.598Z Downloaded serde_plain v1.0.2
6322026-08-07T05:44:49.598Z Downloaded sigpipe v0.1.3
6332026-08-07T05:44:49.598Z Downloaded ingot-types v0.2.0
6342026-08-07T05:44:49.598Z Downloaded const-oid v0.10.2
6352026-08-07T05:44:49.602Z Downloaded critical-section v1.2.0
6362026-08-07T05:44:49.602Z Downloaded iana-time-zone v0.1.65
6372026-08-07T05:44:49.608Z Downloaded tokio-macros v2.7.0
6382026-08-07T05:44:49.611Z Downloaded thread-id v5.1.0
6392026-08-07T05:44:49.611Z Downloaded tagptr v0.2.0
6402026-08-07T05:44:49.615Z Downloaded thread-id v4.2.2
6412026-08-07T05:44:49.615Z Downloaded slog-bunyan v2.5.0
6422026-08-07T05:44:49.615Z Downloaded unicode-xid v0.2.6
6432026-08-07T05:44:49.618Z Downloaded untrusted v0.7.1
6442026-08-07T05:44:49.618Z Downloaded usdt-macro v0.5.0
6452026-08-07T05:44:49.619Z Downloaded zeroize_derive v1.4.3
6462026-08-07T05:44:49.619Z Downloaded darling_macro v0.23.0
6472026-08-07T05:44:49.622Z Downloaded untrusted v0.9.0
6482026-08-07T05:44:49.622Z Downloaded version_check v0.9.5
6492026-08-07T05:44:49.622Z Downloaded embedded-io v0.6.1
6502026-08-07T05:44:49.626Z Downloaded typeid v1.0.3
6512026-08-07T05:44:49.626Z Downloaded foreign-types-shared v0.3.1
6522026-08-07T05:44:49.626Z Downloaded foreign-types-shared v0.1.1
6532026-08-07T05:44:49.632Z Downloaded lock_api v0.4.14
6542026-08-07T05:44:49.632Z Downloaded num_enum v0.7.6
6552026-08-07T05:44:49.636Z Downloaded arc-swap v1.9.1
6562026-08-07T05:44:49.636Z Downloaded ingot-types v0.1.2
6572026-08-07T05:44:49.636Z Downloaded chacha20 v0.9.1
6582026-08-07T05:44:49.636Z Downloaded csv-core v0.1.13
6592026-08-07T05:44:49.636Z Downloaded ingot v0.1.1
6602026-08-07T05:44:49.636Z Downloaded libsw-core v0.3.2
6612026-08-07T05:44:49.639Z Downloaded libsw v3.5.0
6622026-08-07T05:44:49.639Z Downloaded num-integer v0.1.46
6632026-08-07T05:44:49.640Z Downloaded smartstring v1.0.1
6642026-08-07T05:44:49.643Z Downloaded compression-core v0.4.32
6652026-08-07T05:44:49.643Z Downloaded lru-slab v0.1.2
6662026-08-07T05:44:49.646Z Downloaded num_enum_derive v0.7.6
6672026-08-07T05:44:49.647Z Downloaded num-complex v0.4.6
6682026-08-07T05:44:49.647Z Downloaded byte-wrapper v0.1.0
6692026-08-07T05:44:49.647Z Downloaded cmake v0.1.58
6702026-08-07T05:44:49.650Z Downloaded futures-io v0.3.32
6712026-08-07T05:44:49.650Z Downloaded git-stub v1.0.0
6722026-08-07T05:44:49.650Z Downloaded hex v0.4.3
6732026-08-07T05:44:49.650Z Downloaded scroll v0.13.0
6742026-08-07T05:44:49.650Z Downloaded base64ct v1.8.3
6752026-08-07T05:44:49.653Z Downloaded daft-derive v0.1.7
6762026-08-07T05:44:49.654Z Downloaded heck v0.5.0
6772026-08-07T05:44:49.658Z Downloaded hybrid-array v0.4.12
6782026-08-07T05:44:49.658Z Downloaded ingot-macros v0.1.1
6792026-08-07T05:44:49.658Z Downloaded zone_cfg_derive v0.3.1
6802026-08-07T05:44:49.658Z Downloaded dtrace-parser v0.3.0
6812026-08-07T05:44:49.661Z Downloaded icu_provider v2.2.0
6822026-08-07T05:44:49.661Z Downloaded num-rational v0.4.2
6832026-08-07T05:44:49.665Z Downloaded anyhow v1.0.104
6842026-08-07T05:44:49.672Z Downloaded ciborium v0.2.2
6852026-08-07T05:44:49.672Z Downloaded http-body v1.0.1
6862026-08-07T05:44:49.675Z Downloaded async-trait v0.1.89
6872026-08-07T05:44:49.676Z Downloaded ciborium-ll v0.2.2
6882026-08-07T05:44:49.676Z Downloaded proc-macro-crate v3.5.0
6892026-08-07T05:44:49.676Z Downloaded sha2 v0.10.9
6902026-08-07T05:44:49.676Z Downloaded gethostname v0.5.0
6912026-08-07T05:44:49.683Z Downloaded serde_path_to_error v0.1.20
6922026-08-07T05:44:49.683Z Downloaded slog-json v2.6.1
6932026-08-07T05:44:49.683Z Downloaded anstyle-parse v1.0.0
6942026-08-07T05:44:49.686Z Downloaded openssl-probe v0.2.1
6952026-08-07T05:44:49.686Z Downloaded vsss-rs v3.3.4
6962026-08-07T05:44:49.687Z Downloaded crc32fast v1.5.0
6972026-08-07T05:44:49.690Z Downloaded backon v1.6.0
6982026-08-07T05:44:49.690Z Downloaded progenitor-client v0.14.0
6992026-08-07T05:44:49.690Z Downloaded ref-cast-impl v1.0.25
7002026-08-07T05:44:49.694Z Downloaded thiserror-impl v1.0.69
7012026-08-07T05:44:49.697Z Downloaded thiserror-no-std v2.0.2
7022026-08-07T05:44:49.698Z Downloaded foldhash v0.1.5
7032026-08-07T05:44:49.701Z Downloaded futures-executor v0.3.32
7042026-08-07T05:44:49.701Z Downloaded ingot-macros v0.2.0
7052026-08-07T05:44:49.701Z Downloaded serde_with_macros v3.21.0
7062026-08-07T05:44:49.707Z Downloaded linear-map v1.2.0
7072026-08-07T05:44:49.710Z Downloaded newtype-uuid v1.3.2
7082026-08-07T05:44:49.710Z Downloaded git-stub-vcs v0.1.0
7092026-08-07T05:44:49.710Z Downloaded secrecy v0.10.3
7102026-08-07T05:44:49.715Z Downloaded stable_deref_trait v1.2.1
7112026-08-07T05:44:49.715Z Downloaded base64 v0.21.7
7122026-08-07T05:44:49.720Z Downloaded console v0.16.3
7132026-08-07T05:44:49.720Z Downloaded indexmap v1.9.3
7142026-08-07T05:44:49.723Z Downloaded camino v1.2.5
7152026-08-07T05:44:49.724Z Downloaded cookie v0.18.1
7162026-08-07T05:44:49.724Z Downloaded darling v0.21.3
7172026-08-07T05:44:49.731Z Downloaded memmap2 v0.9.10
7182026-08-07T05:44:49.731Z Downloaded crossbeam-epoch v0.9.18
7192026-08-07T05:44:49.734Z Downloaded tabled_derive v0.11.0
7202026-08-07T05:44:49.734Z Downloaded colored v3.1.1
7212026-08-07T05:44:49.734Z Downloaded typify-macro v0.6.2
7222026-08-07T05:44:49.734Z Downloaded icu_locale_core v2.2.0
7232026-08-07T05:44:49.734Z Downloaded derive-ex v0.1.8
7242026-08-07T05:44:49.734Z Downloaded ff v0.13.1
7252026-08-07T05:44:49.741Z Downloaded num-traits v0.2.19
7262026-08-07T05:44:49.741Z Downloaded http-body-util v0.1.4
7272026-08-07T05:44:49.741Z Downloaded paste v1.0.15
7282026-08-07T05:44:49.744Z Downloaded serde_spanned v1.1.1
7292026-08-07T05:44:49.744Z Downloaded proc-macro-error v1.0.4
7302026-08-07T05:44:49.745Z Downloaded typify-macro v0.4.3
7312026-08-07T05:44:49.745Z Downloaded structmeta-derive v0.3.0
7322026-08-07T05:44:49.745Z Downloaded subtle v2.6.1
7332026-08-07T05:44:49.745Z Downloaded sync_wrapper v1.0.2
7342026-08-07T05:44:49.745Z Downloaded usdt v0.5.0
7352026-08-07T05:44:49.745Z Downloaded want v0.3.1
7362026-08-07T05:44:49.745Z Downloaded yoke-derive v0.8.2
7372026-08-07T05:44:49.748Z Downloaded embedded-io v0.4.0
7382026-08-07T05:44:49.748Z Downloaded toml v0.8.23
7392026-08-07T05:44:49.748Z Downloaded bitflags v2.12.1
7402026-08-07T05:44:49.752Z Downloaded console v0.15.11
7412026-08-07T05:44:49.752Z Downloaded bs58 v0.5.1
7422026-08-07T05:44:49.755Z Downloaded usdt-impl v0.6.0
7432026-08-07T05:44:49.755Z Downloaded progenitor v0.14.0
7442026-08-07T05:44:49.755Z Downloaded rand_core v0.9.5
7452026-08-07T05:44:49.759Z Downloaded cancel-safe-futures v0.1.5
7462026-08-07T05:44:49.759Z Downloaded parse-display-derive v0.10.0
7472026-08-07T05:44:49.759Z Downloaded progenitor-extras v0.2.0
7482026-08-07T05:44:49.759Z Downloaded crossbeam-utils v0.8.21
7492026-08-07T05:44:49.763Z Downloaded toml_datetime v0.6.11
7502026-08-07T05:44:49.763Z Downloaded unit-prefix v0.5.2
7512026-08-07T05:44:49.763Z Downloaded allocator-api2 v0.2.21
7522026-08-07T05:44:49.763Z Downloaded debug-ignore v1.0.5
7532026-08-07T05:44:49.766Z Downloaded pkg-config v0.3.33
7542026-08-07T05:44:49.766Z Downloaded defmt v0.3.100
7552026-08-07T05:44:49.766Z Downloaded enum-as-inner v0.6.1
7562026-08-07T05:44:49.766Z Downloaded port-file v0.1.0
7572026-08-07T05:44:49.770Z Downloaded equivalent v1.0.2
7582026-08-07T05:44:49.770Z Downloaded utf8parse v0.2.2
7592026-08-07T05:44:49.770Z Downloaded litemap v0.8.2
7602026-08-07T05:44:49.770Z Downloaded slab v0.4.12
7612026-08-07T05:44:49.773Z Downloaded bytes v1.11.1
7622026-08-07T05:44:49.777Z Downloaded ucd-trie v0.1.7
7632026-08-07T05:44:49.780Z Downloaded base64 v0.22.1
7642026-08-07T05:44:49.780Z Downloaded defmt v1.1.0
7652026-08-07T05:44:49.784Z Downloaded deranged v0.5.8
7662026-08-07T05:44:49.784Z Downloaded log v0.4.32
7672026-08-07T05:44:49.787Z Downloaded icu_properties v2.2.0
7682026-08-07T05:44:49.787Z Downloaded dropshot-api-manager-types v0.7.2
7692026-08-07T05:44:49.787Z Downloaded futures-core v0.3.32
7702026-08-07T05:44:49.791Z Downloaded hash32 v0.3.1
7712026-08-07T05:44:49.792Z Downloaded openssl-macros v0.1.1
7722026-08-07T05:44:49.795Z Downloaded serde_core v1.0.229
7732026-08-07T05:44:49.795Z Downloaded thiserror-impl v2.0.19
7742026-08-07T05:44:49.795Z Downloaded proc-macro-crate v1.3.1
7752026-08-07T05:44:49.799Z Downloaded rand_pcg v0.10.2
7762026-08-07T05:44:49.799Z Downloaded ref-cast v1.0.25
7772026-08-07T05:44:49.803Z Downloaded spin v0.9.8
7782026-08-07T05:44:49.803Z Downloaded indicatif v0.18.4
7792026-08-07T05:44:49.808Z Downloaded thiserror v2.0.19
7802026-08-07T05:44:49.808Z Downloaded scroll v0.12.0
7812026-08-07T05:44:49.812Z Downloaded slog-dtrace v0.3.0
7822026-08-07T05:44:49.812Z Downloaded rustls-platform-verifier v0.7.0
7832026-08-07T05:44:49.812Z Downloaded ryu v1.0.23
7842026-08-07T05:44:49.812Z Downloaded chacha20 v0.10.0
7852026-08-07T05:44:49.816Z Downloaded password-hash v0.5.0
7862026-08-07T05:44:49.816Z Downloaded scroll_derive v0.13.1
7872026-08-07T05:44:49.816Z Downloaded sha1 v0.11.0
7882026-08-07T05:44:49.816Z Downloaded slog-envlogger v2.2.0
7892026-08-07T05:44:49.820Z Downloaded zerocopy-derive v0.7.35
7902026-08-07T05:44:49.823Z Downloaded displaydoc v0.2.6
7912026-08-07T05:44:49.830Z Downloaded serde_urlencoded v0.7.1
7922026-08-07T05:44:49.834Z Downloaded pretty-hex v0.4.2
7932026-08-07T05:44:49.834Z Downloaded fixedbitset v0.5.7
7942026-08-07T05:44:49.837Z Downloaded usdt v0.6.0
7952026-08-07T05:44:49.840Z Downloaded usdt-impl v0.5.0
7962026-08-07T05:44:49.844Z Downloaded miniz_oxide v0.8.9
7972026-08-07T05:44:49.848Z Downloaded icu_normalizer v2.2.0
7982026-08-07T05:44:49.854Z Downloaded zerofrom v0.1.8
7992026-08-07T05:44:49.857Z Downloaded half v2.7.1
8002026-08-07T05:44:49.858Z Downloaded highway v1.3.0
8012026-08-07T05:44:49.861Z Downloaded uuid v1.24.0
8022026-08-07T05:44:49.861Z Downloaded fs-err v3.3.0
8032026-08-07T05:44:49.875Z Downloaded darling_macro v0.21.3
8042026-08-07T05:44:49.875Z Downloaded float-ord v0.3.2
8052026-08-07T05:44:49.875Z Downloaded tempfile v3.27.0
8062026-08-07T05:44:49.875Z Downloaded resolv-conf v0.7.6
8072026-08-07T05:44:49.875Z Downloaded pin-project-lite v0.2.17
8082026-08-07T05:44:49.880Z Downloaded waitgroup v0.1.2
8092026-08-07T05:44:49.880Z Downloaded toml_parser v1.1.2+spec-1.1.0
8102026-08-07T05:44:49.880Z Downloaded zone v0.3.1
8112026-08-07T05:44:49.880Z Downloaded foreign-types v0.5.0
8122026-08-07T05:44:49.884Z Downloaded foreign-types-macros v0.2.3
8132026-08-07T05:44:49.884Z Downloaded futures-task v0.3.32
8142026-08-07T05:44:49.884Z Downloaded rustls-native-certs v0.8.4
8152026-08-07T05:44:49.888Z Downloaded schemars_derive v0.8.22
8162026-08-07T05:44:49.888Z Downloaded tracing-attributes v0.1.31
8172026-08-07T05:44:49.888Z Downloaded potential_utf v0.1.5
8182026-08-07T05:44:49.888Z Downloaded progenitor-client v0.10.0
8192026-08-07T05:44:49.892Z Downloaded rustc-hash v2.1.2
8202026-08-07T05:44:49.895Z Downloaded toml_edit v0.22.27
8212026-08-07T05:44:49.895Z Downloaded toml_edit v0.25.12+spec-1.1.0
8222026-08-07T05:44:49.898Z Downloaded clap v4.6.5
8232026-08-07T05:44:49.902Z Downloaded const_format v0.2.36
8242026-08-07T05:44:49.906Z Downloaded semver v1.0.28
8252026-08-07T05:44:49.909Z Downloaded slog-stdlog v4.1.1
8262026-08-07T05:44:49.909Z Downloaded toml_write v0.1.2
8272026-08-07T05:44:49.909Z Downloaded strum_macros v0.26.4
8282026-08-07T05:44:49.909Z Downloaded tokio-dtrace v0.1.1
8292026-08-07T05:44:49.912Z Downloaded toml_writer v1.1.1+spec-1.1.0
8302026-08-07T05:44:49.913Z Downloaded time-core v0.1.8
8312026-08-07T05:44:49.913Z Downloaded try-lock v0.2.5
8322026-08-07T05:44:49.913Z Downloaded universal-hash v0.5.1
8332026-08-07T05:44:49.913Z Downloaded thin-vec v0.2.18
8342026-08-07T05:44:49.913Z Downloaded tokio-stream v0.1.18
8352026-08-07T05:44:49.916Z Downloaded yoke v0.8.3
8362026-08-07T05:44:49.920Z Downloaded scopeguard v1.2.0
8372026-08-07T05:44:49.923Z Downloaded serde_spanned v0.6.9
8382026-08-07T05:44:49.928Z Downloaded parking_lot v0.12.5
8392026-08-07T05:44:49.935Z Downloaded quinn-udp v0.5.14
8402026-08-07T05:44:49.938Z Downloaded fastrand v2.4.1
8412026-08-07T05:44:49.941Z Downloaded static_assertions v1.1.0
8422026-08-07T05:44:49.941Z Downloaded synstructure v0.13.2
8432026-08-07T05:44:49.949Z Downloaded data-encoding v2.11.0
8442026-08-07T05:44:49.949Z Downloaded strum v0.26.3
8452026-08-07T05:44:49.949Z Downloaded spin v0.5.2
8462026-08-07T05:44:49.949Z Downloaded testing_table v0.3.0
8472026-08-07T05:44:49.952Z Downloaded wait-timeout v0.2.1
8482026-08-07T05:44:49.952Z Downloaded zerofrom-derive v0.1.7
8492026-08-07T05:44:49.952Z Downloaded defmt-macros v1.1.0
8502026-08-07T05:44:49.952Z Downloaded percent-encoding v2.3.2
8512026-08-07T05:44:49.956Z Downloaded tinystr v0.8.3
8522026-08-07T05:44:49.956Z Downloaded typify v0.6.2
8532026-08-07T05:44:49.959Z Downloaded openssl-sys v0.9.116
8542026-08-07T05:44:49.963Z Downloaded progenitor-client v0.13.0
8552026-08-07T05:44:49.963Z Downloaded rand_chacha v0.9.0
8562026-08-07T05:44:49.963Z Downloaded thiserror v1.0.69
8572026-08-07T05:44:49.966Z Downloaded once_cell v1.21.4
8582026-08-07T05:44:49.966Z Downloaded parking_lot_core v0.9.12
8592026-08-07T05:44:49.970Z Downloaded progenitor-macro v0.13.0
8602026-08-07T05:44:49.970Z Downloaded tracing-core v0.1.36
8612026-08-07T05:44:49.971Z Downloaded heck v0.4.1
8622026-08-07T05:44:49.974Z Downloaded progenitor-impl v0.10.0
8632026-08-07T05:44:49.974Z Downloaded pem v3.0.6
8642026-08-07T05:44:49.977Z Downloaded proc-macro-error2 v2.0.1
8652026-08-07T05:44:49.977Z Downloaded chacha20poly1305 v0.10.1
8662026-08-07T05:44:49.981Z Downloaded time-macros v0.2.27
8672026-08-07T05:44:49.981Z Downloaded drift v0.2.0
8682026-08-07T05:44:49.988Z Downloaded serde_yaml v0.9.34+deprecated
8692026-08-07T05:44:49.991Z Downloaded phf v0.12.1
8702026-08-07T05:44:49.991Z Downloaded pin-project-internal v1.1.13
8712026-08-07T05:44:49.991Z Downloaded progenitor v0.13.0
8722026-08-07T05:44:49.991Z Downloaded utf8_iter v1.0.4
8732026-08-07T05:44:49.991Z Downloaded getrandom v0.4.2
8742026-08-07T05:44:49.995Z Downloaded minimal-lexical v0.2.1
8752026-08-07T05:44:49.995Z Downloaded getrandom v0.3.4
8762026-08-07T05:44:49.999Z Downloaded jiff-static v0.2.28
8772026-08-07T05:44:49.999Z Downloaded crossbeam-channel v0.5.15
8782026-08-07T05:44:50.003Z Downloaded konst v0.2.20
8792026-08-07T05:44:50.007Z Downloaded memchr v2.8.1
8802026-08-07T05:44:50.007Z Downloaded snafu v0.8.9
8812026-08-07T05:44:50.010Z Downloaded either v1.16.0
8822026-08-07T05:44:50.010Z Downloaded find-msvc-tools v0.1.9
8832026-08-07T05:44:50.014Z Downloaded usdt-attr-macro v0.5.0
8842026-08-07T05:44:50.014Z Downloaded serde_repr v0.1.21
8852026-08-07T05:44:50.014Z Downloaded sha1 v0.10.6
8862026-08-07T05:44:50.014Z Downloaded strsim v0.11.1
8872026-08-07T05:44:50.014Z Downloaded nom v7.1.3
8882026-08-07T05:44:50.017Z Downloaded structmeta v0.3.0
8892026-08-07T05:44:50.017Z Downloaded shlex v2.0.1
8902026-08-07T05:44:50.021Z Downloaded strum_macros v0.27.2
8912026-08-07T05:44:50.021Z Downloaded fnv v1.0.7
8922026-08-07T05:44:50.021Z Downloaded foreign-types v0.3.2
8932026-08-07T05:44:50.021Z Downloaded plain v0.2.3
8942026-08-07T05:44:50.021Z Downloaded group v0.13.0
8952026-08-07T05:44:50.025Z Downloaded getrandom v0.2.17
8962026-08-07T05:44:50.028Z Downloaded httparse v1.10.1
8972026-08-07T05:44:50.032Z Downloaded defmt-parser v1.0.0
8982026-08-07T05:44:50.032Z Downloaded walkdir v2.5.0
8992026-08-07T05:44:50.032Z Downloaded zmij v1.0.21
9002026-08-07T05:44:50.035Z Downloaded errno v0.3.14
9012026-08-07T05:44:50.036Z Downloaded progenitor-macro v0.10.0
9022026-08-07T05:44:50.036Z Downloaded steno v0.4.1
9032026-08-07T05:44:50.039Z Downloaded foldhash v0.2.0
9042026-08-07T05:44:50.046Z Downloaded rustversion v1.0.22
9052026-08-07T05:44:50.049Z Downloaded smallvec v1.15.1
9062026-08-07T05:44:50.049Z Downloaded slog-scope v4.4.1
9072026-08-07T05:44:50.053Z Downloaded generic-array v0.14.7
9082026-08-07T05:44:50.056Z Downloaded tiny-keccak v2.0.2
9092026-08-07T05:44:50.060Z Downloaded proc-macro-error-attr v1.0.4
9102026-08-07T05:44:50.060Z Downloaded whoami v1.6.1
9112026-08-07T05:44:50.063Z Downloaded rand_xorshift v0.4.0
9122026-08-07T05:44:50.063Z Downloaded crypto-bigint v0.5.5
9132026-08-07T05:44:50.066Z Downloaded schemars v0.9.0
9142026-08-07T05:44:50.075Z Downloaded cc v1.2.63
9152026-08-07T05:44:50.079Z Downloaded futures-channel v0.3.32
9162026-08-07T05:44:50.079Z Downloaded form_urlencoded v1.2.2
9172026-08-07T05:44:50.079Z Downloaded fxhash v0.2.1
9182026-08-07T05:44:50.079Z Downloaded powerfmt v0.2.0
9192026-08-07T05:44:50.079Z Downloaded papergrid v0.11.0
9202026-08-07T05:44:50.084Z Downloaded unicode-linebreak v0.1.5
9212026-08-07T05:44:50.084Z Downloaded owo-colors v4.3.0
9222026-08-07T05:44:50.084Z Downloaded rustc_version v0.4.1
9232026-08-07T05:44:50.088Z Downloaded take_mut v0.2.2
9242026-08-07T05:44:50.091Z Downloaded glob v0.3.3
9252026-08-07T05:44:50.094Z Downloaded globset v0.4.18
9262026-08-07T05:44:50.094Z Downloaded quote v1.0.45
9272026-08-07T05:44:50.103Z Downloaded dof v0.4.0
9282026-08-07T05:44:50.108Z Downloaded hostname v0.3.1
9292026-08-07T05:44:50.109Z Downloaded dtrace-parser v0.2.0
9302026-08-07T05:44:50.109Z Downloaded parse-display v0.10.0
9312026-08-07T05:44:50.109Z Downloaded scroll_derive v0.12.1
9322026-08-07T05:44:50.109Z Downloaded async-compression v0.4.42
9332026-08-07T05:44:50.113Z Downloaded slog v2.8.2
9342026-08-07T05:44:50.113Z Downloaded thread_local v1.1.9
9352026-08-07T05:44:50.116Z Downloaded tungstenite v0.21.0
9362026-08-07T05:44:50.116Z Downloaded signal-hook-registry v1.4.8
9372026-08-07T05:44:50.120Z Downloaded darling_core v0.21.3
9382026-08-07T05:44:50.126Z Downloaded elliptic-curve v0.13.8
9392026-08-07T05:44:50.126Z Downloaded hostname v0.4.2
9402026-08-07T05:44:50.126Z Downloaded progenitor-macro v0.14.0
9412026-08-07T05:44:50.134Z Downloaded opaque-debug v0.3.1
9422026-08-07T05:44:50.134Z Downloaded serde-big-array v0.5.1
9432026-08-07T05:44:50.134Z Downloaded tabwriter v1.4.1
9442026-08-07T05:44:50.134Z Downloaded tower-layer v0.3.3
9452026-08-07T05:44:50.134Z Downloaded xz2 v0.1.7
9462026-08-07T05:44:50.137Z Downloaded hyper-util v0.1.20
9472026-08-07T05:44:50.137Z Downloaded hickory-resolver v0.25.2
9482026-08-07T05:44:50.137Z Downloaded tinyvec_macros v0.1.1
9492026-08-07T05:44:50.143Z Downloaded zerovec-derive v0.11.3
9502026-08-07T05:44:50.146Z Downloaded rustls-webpki v0.103.13
9512026-08-07T05:44:50.146Z Downloaded dropshot_endpoint v0.17.1
9522026-08-07T05:44:50.150Z Downloaded proc-macro-error-attr2 v2.0.0
9532026-08-07T05:44:50.150Z Downloaded toml v1.1.2+spec-1.1.0
9542026-08-07T05:44:50.153Z Downloaded futures v0.3.32
9552026-08-07T05:44:50.156Z Downloaded fixedbitset v0.4.2
9562026-08-07T05:44:50.163Z Downloaded oxnet v0.1.6
9572026-08-07T05:44:50.166Z Downloaded rusty-fork v0.3.1
9582026-08-07T05:44:50.166Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9592026-08-07T05:44:50.169Z Downloaded oxide-tokio-rt v0.1.6
9602026-08-07T05:44:50.169Z Downloaded slog-term v2.9.2
9612026-08-07T05:44:50.169Z Downloaded digest v0.11.3
9622026-08-07T05:44:50.172Z Downloaded smf v0.2.3
9632026-08-07T05:44:50.172Z Downloaded tower-service v0.3.3
9642026-08-07T05:44:50.176Z Downloaded quick-error v1.2.3
9652026-08-07T05:44:50.176Z Downloaded futures-macro v0.3.32
9662026-08-07T05:44:50.176Z Downloaded rand_chacha v0.3.1
9672026-08-07T05:44:50.176Z Downloaded usdt-attr-macro v0.6.0
9682026-08-07T05:44:50.176Z Downloaded usdt-macro v0.6.0
9692026-08-07T05:44:50.179Z Downloaded futures-sink v0.3.32
9702026-08-07T05:44:50.179Z Downloaded papergrid v0.18.0
9712026-08-07T05:44:50.180Z Downloaded dof v0.3.0
9722026-08-07T05:44:50.183Z Downloaded dyn-clone v1.0.20
9732026-08-07T05:44:50.183Z Downloaded rand_core v0.6.4
9742026-08-07T05:44:50.183Z Downloaded pin-project v1.1.13
9752026-08-07T05:44:50.189Z Downloaded progenitor-impl v0.14.0
9762026-08-07T05:44:50.193Z Downloaded proc-macro2 v1.0.106
9772026-08-07T05:44:50.193Z Downloaded unicode-normalization v0.1.25
9782026-08-07T05:44:50.196Z Downloaded tinyvec v1.11.0
9792026-08-07T05:44:50.197Z Downloaded rustc_version v0.1.7
9802026-08-07T05:44:50.197Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9812026-08-07T05:44:50.197Z Downloaded slog-async v2.8.0
9822026-08-07T05:44:50.200Z Downloaded writeable v0.6.3
9832026-08-07T05:44:50.200Z Downloaded simd-adler32 v0.3.9
9842026-08-07T05:44:50.200Z Downloaded toml v0.9.12+spec-1.1.0
9852026-08-07T05:44:50.204Z Downloaded dunce v1.0.5
9862026-08-07T05:44:50.204Z Downloaded tabled_derive v0.7.0
9872026-08-07T05:44:50.207Z Downloaded rand_core v0.10.1
9882026-08-07T05:44:50.207Z Downloaded unicode-ident v1.0.24
9892026-08-07T05:44:50.211Z Downloaded idna v1.1.0
9902026-08-07T05:44:50.214Z Downloaded thiserror-impl-no-std v2.0.2
9912026-08-07T05:44:50.221Z Downloaded unarray v0.1.4
9922026-08-07T05:44:50.224Z Downloaded itertools v0.12.1
9932026-08-07T05:44:50.224Z Downloaded itertools v0.15.0
9942026-08-07T05:44:50.228Z Downloaded rand v0.9.4
9952026-08-07T05:44:50.231Z Downloaded swrite v0.1.0
9962026-08-07T05:44:50.231Z Downloaded erased-serde v0.3.31
9972026-08-07T05:44:50.231Z Downloaded typed-path v0.9.3
9982026-08-07T05:44:50.234Z Downloaded serde_derive_internals v0.29.1
9992026-08-07T05:44:50.237Z Downloaded typify v0.4.3
10002026-08-07T05:44:50.237Z Downloaded darling_core v0.23.0
10012026-08-07T05:44:50.250Z Downloaded prettyplease v0.2.37
10022026-08-07T05:44:50.250Z Downloaded pest_meta v2.8.6
10032026-08-07T05:44:50.254Z Downloaded snafu-derive v0.8.9
10042026-08-07T05:44:50.254Z Downloaded phf_shared v0.12.1
10052026-08-07T05:44:50.254Z Downloaded utf-8 v0.7.6
10062026-08-07T05:44:50.254Z Downloaded tokio-util v0.7.18
10072026-08-07T05:44:50.254Z Downloaded rayon-core v1.13.0
10082026-08-07T05:44:50.259Z Downloaded tokio-tungstenite v0.21.0
10092026-08-07T05:44:50.264Z Downloaded postcard v1.1.3
10102026-08-07T05:44:50.264Z Downloaded rustls-pki-types v1.14.1
10112026-08-07T05:44:50.264Z Downloaded nom v8.0.0
10122026-08-07T05:44:50.267Z Downloaded test-strategy v0.4.5
10132026-08-07T05:44:50.267Z Downloaded fs_extra v1.3.0
10142026-08-07T05:44:50.274Z Downloaded url v2.5.8
10152026-08-07T05:44:50.278Z Downloaded itertools v0.14.0
10162026-08-07T05:44:50.278Z Downloaded libm v0.2.16
10172026-08-07T05:44:50.283Z Downloaded parking_lot_core v0.8.6
10182026-08-07T05:44:50.283Z Downloaded rustls-pemfile v2.2.0
10192026-08-07T05:44:50.286Z Downloaded progenitor v0.10.0
10202026-08-07T05:44:50.286Z Downloaded http v1.4.2
10212026-08-07T05:44:50.286Z Downloaded derive-where v1.6.1
10222026-08-07T05:44:50.290Z Downloaded ppv-lite86 v0.2.21
10232026-08-07T05:44:50.290Z Downloaded zeroize v1.8.2
10242026-08-07T05:44:50.290Z Downloaded schemars v0.8.22
10252026-08-07T05:44:50.298Z Downloaded pest_derive v2.8.6
10262026-08-07T05:44:50.301Z Downloaded zerovec v0.11.6
10272026-08-07T05:44:50.305Z Downloaded poly1305 v0.8.0
10282026-08-07T05:44:50.309Z Downloaded tower v0.5.3
10292026-08-07T05:44:50.314Z Downloaded hyper v1.11.0
10302026-08-07T05:44:50.314Z Downloaded hashbrown v0.12.3
10312026-08-07T05:44:50.318Z Downloaded heapless v0.8.0
10322026-08-07T05:44:50.319Z Downloaded zerotrie v0.2.4
10332026-08-07T05:44:50.321Z Downloaded serde_tokenstream v0.2.3
10342026-08-07T05:44:50.321Z Downloaded serde_derive v1.0.229
10352026-08-07T05:44:50.326Z Downloaded term v1.2.1
10362026-08-07T05:44:50.329Z Downloaded hashbrown v0.16.1
10372026-08-07T05:44:50.333Z Downloaded rand v0.8.6
10382026-08-07T05:44:50.337Z Downloaded schemars v1.2.1
10392026-08-07T05:44:50.346Z Downloaded pest_generator v2.8.6
10402026-08-07T05:44:50.350Z Downloaded derive_more v0.99.20
10412026-08-07T05:44:50.350Z Downloaded digest v0.10.7
10422026-08-07T05:44:50.350Z Downloaded tokio-rustls v0.26.4
10432026-08-07T05:44:50.353Z Downloaded similar v2.7.0
10442026-08-07T05:44:50.356Z Downloaded rhai_codegen v3.2.0
10452026-08-07T05:44:50.360Z Downloaded qorb v0.4.1
10462026-08-07T05:44:50.365Z Downloaded parking_lot v0.11.2
10472026-08-07T05:44:50.381Z Downloaded quinn v0.11.9
10482026-08-07T05:44:50.384Z Downloaded progenitor-impl v0.13.0
10492026-08-07T05:44:50.384Z Downloaded toml_edit v0.19.15
10502026-08-07T05:44:50.393Z Downloaded serde v1.0.229
10512026-08-07T05:44:50.396Z Downloaded socket2 v0.6.5
10522026-08-07T05:44:50.396Z Downloaded rayon v1.12.0
10532026-08-07T05:44:50.401Z Downloaded rand v0.10.2
10542026-08-07T05:44:50.406Z Downloaded iddqd v0.4.6
10552026-08-07T05:44:50.411Z Downloaded unsafe-libyaml v0.2.11
10562026-08-07T05:44:50.414Z Downloaded expectorate v1.2.0
10572026-08-07T05:44:50.417Z Downloaded pest v2.8.6
10582026-08-07T05:44:50.421Z Downloaded hmac v0.12.1
10592026-08-07T05:44:50.427Z Downloaded futures-util v0.3.32
10602026-08-07T05:44:50.432Z Downloaded textwrap v0.16.2
10612026-08-07T05:44:50.435Z Downloaded aho-corasick v1.1.4
10622026-08-07T05:44:50.440Z Downloaded dropshot-api-manager v0.7.2
10632026-08-07T05:44:50.443Z Downloaded zerocopy-derive v0.8.50
10642026-08-07T05:44:50.446Z Downloaded serde_json v1.0.151
10652026-08-07T05:44:50.452Z Downloaded typenum v1.20.1
10662026-08-07T05:44:50.455Z Downloaded flate2 v1.1.9
10672026-08-07T05:44:50.458Z Downloaded tough v0.22.0
10682026-08-07T05:44:50.461Z Downloaded clap_builder v4.6.5
10692026-08-07T05:44:50.466Z Downloaded hickory-resolver v0.24.4
10702026-08-07T05:44:50.469Z Downloaded unicode-segmentation v1.13.3
10712026-08-07T05:44:50.469Z Downloaded h2 v0.4.14
10722026-08-07T05:44:50.474Z Downloaded tower-http v0.6.11
10732026-08-07T05:44:50.479Z Downloaded ron v0.12.1
10742026-08-07T05:44:50.496Z Downloaded winnow v1.0.3
10752026-08-07T05:44:50.519Z Downloaded reqwest v0.12.28
10762026-08-07T05:44:50.522Z Downloaded moka v0.12.15
10772026-08-07T05:44:50.526Z Downloaded webpki-roots v1.0.7
10782026-08-07T05:44:50.530Z Downloaded hashbrown v0.15.5
10792026-08-07T05:44:50.534Z Downloaded proptest v1.11.0
10802026-08-07T05:44:50.538Z Downloaded goblin v0.8.2
10812026-08-07T05:44:50.541Z Downloaded reqwest v0.13.4
10822026-08-07T05:44:50.545Z Downloaded portable-atomic v1.13.1
10832026-08-07T05:44:50.572Z Downloaded hashbrown v0.17.1
10842026-08-07T05:44:50.572Z Downloaded winnow v0.7.15
10852026-08-07T05:44:50.572Z Downloaded chrono v0.4.45
10862026-08-07T05:44:50.572Z Downloaded tabled v0.15.0
10872026-08-07T05:44:50.576Z Downloaded hkdf v0.12.4
10882026-08-07T05:44:50.577Z Downloaded time v0.3.47
10892026-08-07T05:44:50.580Z Downloaded aws-lc-rs v1.17.0
10902026-08-07T05:44:50.584Z Downloaded zerocopy v0.8.50
10912026-08-07T05:44:50.604Z Downloaded zerocopy v0.7.35
10922026-08-07T05:44:50.613Z Downloaded winnow v0.5.40
10932026-08-07T05:44:50.617Z Downloaded vcpkg v0.2.15
10942026-08-07T05:44:50.638Z Downloaded regex v1.12.3
10952026-08-07T05:44:50.641Z Downloaded unicode-width v0.1.14
10962026-08-07T05:44:50.644Z Downloaded curve25519-dalek v4.1.3
10972026-08-07T05:44:50.651Z Downloaded unicode-width v0.2.2
10982026-08-07T05:44:50.654Z Downloaded serde_with v3.21.0
10992026-08-07T05:44:50.660Z Downloaded nix v0.31.3
11002026-08-07T05:44:50.671Z Downloaded quinn-proto v0.11.16
11012026-08-07T05:44:50.674Z Downloaded goblin v0.10.7
11022026-08-07T05:44:50.699Z Downloaded rhai v1.25.1
11032026-08-07T05:44:50.705Z Downloaded hickory-proto v0.24.4
11042026-08-07T05:44:50.715Z Downloaded syn v1.0.109
11052026-08-07T05:44:50.721Z Downloaded regress v0.10.5
11062026-08-07T05:44:50.730Z Downloaded syn v3.0.3
11072026-08-07T05:44:50.735Z Downloaded tabled v0.21.0
11082026-08-07T05:44:50.746Z Downloaded regex-syntax v0.8.10
11092026-08-07T05:44:50.749Z Downloaded smoltcp v0.11.0
11102026-08-07T05:44:50.755Z Downloaded openapiv3 v2.2.0
11112026-08-07T05:44:50.762Z Downloaded rustix v0.38.44
11122026-08-07T05:44:50.774Z Downloaded bstr v1.12.1
11132026-08-07T05:44:50.779Z Downloaded syn v2.0.117
11142026-08-07T05:44:50.785Z Downloaded rustix v1.1.4
11152026-08-07T05:44:50.797Z Downloaded rustls v0.23.40
11162026-08-07T05:44:50.804Z Downloaded regress v0.11.1
11172026-08-07T05:44:50.813Z Downloaded dropshot v0.17.1
11182026-08-07T05:44:50.828Z Downloaded openssl v0.10.80
11192026-08-07T05:44:50.840Z Downloaded hickory-proto v0.25.2
11202026-08-07T05:44:50.886Z Downloaded sled v0.34.7
11212026-08-07T05:44:50.898Z Downloaded typify-impl v0.6.2
11222026-08-07T05:44:50.906Z Downloaded tracing v0.1.44
11232026-08-07T05:44:50.918Z Downloaded typify-impl v0.4.3
11242026-08-07T05:44:50.926Z Downloaded regex-automata v0.4.14
11252026-08-07T05:44:50.934Z Downloaded petgraph v0.6.5
11262026-08-07T05:44:50.945Z Downloaded jiff v0.2.28
11272026-08-07T05:44:50.955Z Downloaded lzma-sys v0.1.20
11282026-08-07T05:44:50.971Z Downloaded petgraph v0.8.3
11292026-08-07T05:44:50.986Z Downloaded libc v0.2.189
11302026-08-07T05:44:51.004Z Downloaded chrono-tz v0.10.4
11312026-08-07T05:44:51.014Z Downloaded tokio v1.53.1
11322026-08-07T05:44:51.036Z Downloaded sha3 v0.10.9
11332026-08-07T05:44:51.039Z Downloaded csv v1.4.0
11342026-08-07T05:44:51.051Z Downloaded encoding_rs v0.8.35
11352026-08-07T05:44:51.066Z Downloaded ring v0.17.14
11362026-08-07T05:44:51.656Z Downloaded aws-lc-sys v0.41.0
11372026-08-07T05:44:52.012Z Compiling proc-macro2 v1.0.106
11382026-08-07T05:44:52.012Z Compiling quote v1.0.45
11392026-08-07T05:44:52.012Z Compiling unicode-ident v1.0.24
11402026-08-07T05:44:52.012Z Compiling serde_core v1.0.229
11412026-08-07T05:44:52.012Z Compiling serde v1.0.229
11422026-08-07T05:44:52.012Z Compiling libc v0.2.189
11432026-08-07T05:44:52.012Z Compiling cfg-if v1.0.4
11442026-08-07T05:44:52.322Z Compiling zmij v1.0.21
11452026-08-07T05:44:52.342Z Compiling autocfg v1.5.1
11462026-08-07T05:44:52.625Z Compiling memchr v2.8.1
11472026-08-07T05:44:52.631Z Compiling libm v0.2.16
11482026-08-07T05:44:53.080Z Compiling itoa v1.0.18
11492026-08-07T05:44:53.095Z Compiling icu_properties_data v2.2.0
11502026-08-07T05:44:53.327Z Compiling icu_normalizer_data v2.2.0
11512026-08-07T05:44:53.330Z Compiling version_check v0.9.5
11522026-08-07T05:44:53.377Z Compiling stable_deref_trait v1.2.1
11532026-08-07T05:44:53.519Z Compiling serde_json v1.0.151
11542026-08-07T05:44:53.534Z Compiling syn v2.0.117
11552026-08-07T05:44:53.575Z Compiling syn v3.0.3
11562026-08-07T05:44:53.624Z Compiling litemap v0.8.2
11572026-08-07T05:44:53.787Z Compiling writeable v0.6.3
11582026-08-07T05:44:53.808Z Compiling thiserror v2.0.19
11592026-08-07T05:44:53.857Z Compiling num-traits v0.2.19
11602026-08-07T05:44:53.961Z Compiling parking_lot_core v0.9.12
11612026-08-07T05:44:54.051Z Compiling utf8_iter v1.0.4
11622026-08-07T05:44:54.249Z Compiling percent-encoding v2.3.2
11632026-08-07T05:44:54.404Z Compiling getrandom v0.4.2
11642026-08-07T05:44:54.526Z Compiling rand_core v0.10.1
11652026-08-07T05:44:54.542Z Compiling form_urlencoded v1.2.2
11662026-08-07T05:44:54.696Z Compiling zerocopy v0.8.50
11672026-08-07T05:44:54.813Z Compiling errno v0.3.14
11682026-08-07T05:44:54.852Z Compiling iana-time-zone v0.1.65
11692026-08-07T05:44:54.939Z Compiling heck v0.5.0
11702026-08-07T05:44:55.100Z Compiling uuid v1.24.0
11712026-08-07T05:44:55.446Z Compiling jobserver v0.1.34
11722026-08-07T05:44:55.729Z Compiling shlex v2.0.1
11732026-08-07T05:44:55.769Z Compiling find-msvc-tools v0.1.9
11742026-08-07T05:44:55.794Z Compiling semver v1.0.28
11752026-08-07T05:44:55.924Z Compiling cc v1.2.63
11762026-08-07T05:44:55.954Z Compiling rustversion v1.0.22
11772026-08-07T05:44:56.012Z Compiling schemars v0.8.22
11782026-08-07T05:44:56.262Z Compiling dyn-clone v1.0.20
11792026-08-07T05:44:56.402Z Compiling synstructure v0.13.2
11802026-08-07T05:44:56.427Z Compiling serde_derive_internals v0.29.1
11812026-08-07T05:44:56.469Z Compiling pin-project-lite v0.2.17
11822026-08-07T05:44:56.550Z Compiling serde_derive v1.0.229
11832026-08-07T05:44:56.572Z Compiling thiserror-impl v2.0.19
11842026-08-07T05:44:56.887Z Compiling getrandom v0.2.17
11852026-08-07T05:44:57.102Z Compiling bitflags v2.12.1
11862026-08-07T05:44:57.117Z Compiling scopeguard v1.2.0
11872026-08-07T05:44:57.176Z Compiling socket2 v0.6.5
11882026-08-07T05:44:57.195Z Compiling cmake v0.1.58
11892026-08-07T05:44:57.220Z Compiling lock_api v0.4.14
11902026-08-07T05:44:57.280Z Compiling signal-hook-registry v1.4.8
11912026-08-07T05:44:57.478Z Compiling mio v1.2.1
11922026-08-07T05:44:57.516Z Compiling portable-atomic v1.13.1
11932026-08-07T05:44:57.531Z Compiling fs_extra v1.3.0
11942026-08-07T05:44:57.605Z Compiling zerofrom-derive v0.1.7
11952026-08-07T05:44:57.698Z Compiling yoke-derive v0.8.2
11962026-08-07T05:44:57.758Z Compiling zerovec-derive v0.11.3
11972026-08-07T05:44:57.780Z Compiling displaydoc v0.2.6
11982026-08-07T05:44:57.914Z Compiling schemars_derive v0.8.22
11992026-08-07T05:44:57.994Z Compiling tokio-macros v2.7.0
12002026-08-07T05:44:58.133Z Compiling zerocopy-derive v0.8.50
12012026-08-07T05:44:58.610Z Compiling zeroize_derive v1.4.3
12022026-08-07T05:44:58.798Z Compiling futures-macro v0.3.32
12032026-08-07T05:44:58.824Z Compiling zerofrom v0.1.8
12042026-08-07T05:44:58.863Z Compiling dunce v1.0.5
12052026-08-07T05:44:58.956Z Compiling yoke v0.8.3
12062026-08-07T05:44:58.971Z Compiling aws-lc-sys v0.41.0
12072026-08-07T05:44:59.126Z Compiling critical-section v1.2.0
12082026-08-07T05:44:59.165Z Compiling zerovec v0.11.6
12092026-08-07T05:44:59.286Z Compiling zerotrie v0.2.4
12102026-08-07T05:44:59.531Z Compiling zeroize v1.8.2
12112026-08-07T05:44:59.641Z Compiling once_cell v1.21.4
12122026-08-07T05:44:59.726Z Compiling smallvec v1.15.1
12132026-08-07T05:44:59.747Z Compiling bytes v1.11.1
12142026-08-07T05:44:59.798Z Compiling tinystr v0.8.3
12152026-08-07T05:44:59.802Z Compiling potential_utf v0.1.5
12162026-08-07T05:44:59.850Z Compiling chrono v0.4.45
12172026-08-07T05:44:59.853Z Compiling serde_tokenstream v0.2.3
12182026-08-07T05:44:59.930Z Compiling icu_collections v2.2.0
12192026-08-07T05:44:59.981Z Compiling icu_locale_core v2.2.0
12202026-08-07T05:45:00.026Z Compiling futures-core v0.3.32
12212026-08-07T05:45:00.146Z Compiling log v0.4.32
12222026-08-07T05:45:00.326Z Compiling parking_lot v0.12.5
12232026-08-07T05:45:00.406Z Compiling subtle v2.6.1
12242026-08-07T05:45:00.593Z Compiling tokio v1.53.1
12252026-08-07T05:45:00.609Z Compiling equivalent v1.0.2
12262026-08-07T05:45:00.648Z Compiling httparse v1.10.1
12272026-08-07T05:45:00.699Z Compiling allocator-api2 v0.2.21
12282026-08-07T05:45:00.995Z Compiling icu_provider v2.2.0
12292026-08-07T05:45:01.084Z Compiling futures-sink v0.3.32
12302026-08-07T05:45:01.193Z Compiling rustix v1.1.4
12312026-08-07T05:45:01.216Z Compiling slab v0.4.12
12322026-08-07T05:45:01.379Z Compiling icu_properties v2.2.0
12332026-08-07T05:45:01.422Z Compiling icu_normalizer v2.2.0
12342026-08-07T05:45:01.573Z Compiling ucd-trie v0.1.7
12352026-08-07T05:45:01.664Z Compiling thiserror v1.0.69
12362026-08-07T05:45:01.815Z Compiling pest v2.8.6
12372026-08-07T05:45:02.566Z Compiling idna_adapter v1.2.2
12382026-08-07T05:45:02.571Z Compiling regex-syntax v0.8.10
12392026-08-07T05:45:02.637Z Compiling typenum v1.20.1
12402026-08-07T05:45:02.727Z Compiling idna v1.1.0
12412026-08-07T05:45:02.876Z Compiling pest_meta v2.8.6
12422026-08-07T05:45:02.931Z Compiling futures-channel v0.3.32
12432026-08-07T05:45:03.078Z Compiling thiserror-impl v1.0.69
12442026-08-07T05:45:03.204Z Compiling url v2.5.8
12452026-08-07T05:45:03.233Z Compiling strsim v0.11.1
12462026-08-07T05:45:03.499Z Compiling pest_generator v2.8.6
12472026-08-07T05:45:03.542Z Compiling hashbrown v0.17.1
12482026-08-07T05:45:04.160Z Compiling aho-corasick v1.1.4
12492026-08-07T05:45:04.235Z Compiling futures-task v0.3.32
12502026-08-07T05:45:04.250Z Compiling futures-io v0.3.32
12512026-08-07T05:45:04.417Z Compiling futures-util v0.3.32
12522026-08-07T05:45:04.450Z Compiling pest_derive v2.8.6
12532026-08-07T05:45:04.611Z Compiling getrandom v0.3.4
12542026-08-07T05:45:04.807Z Compiling ident_case v1.0.1
12552026-08-07T05:45:04.937Z Compiling rand_core v0.6.4
12562026-08-07T05:45:04.952Z Compiling regex-automata v0.4.14
12572026-08-07T05:45:05.009Z Compiling byteorder v1.5.0
12582026-08-07T05:45:05.193Z Compiling ipnetwork v0.21.1
12592026-08-07T05:45:05.278Z Compiling indexmap v2.14.0
12602026-08-07T05:45:05.629Z Compiling tracing-core v0.1.36
12612026-08-07T05:45:06.072Z Compiling tracing-attributes v0.1.31
12622026-08-07T05:45:06.101Z Compiling slog v2.8.2
12632026-08-07T05:45:06.397Z Compiling paste v1.0.15
12642026-08-07T05:45:06.630Z Compiling regex v1.12.3
12652026-08-07T05:45:06.649Z Compiling anyhow v1.0.104
12662026-08-07T05:45:06.692Z Compiling fnv v1.0.7
12672026-08-07T05:45:06.978Z Compiling base64 v0.22.1
12682026-08-07T05:45:07.090Z Compiling erased-serde v0.3.31
12692026-08-07T05:45:07.317Z Compiling tracing v0.1.44
12702026-08-07T05:45:07.461Z Compiling omicron-workspace-hack v0.1.0
12712026-08-07T05:45:07.717Z Compiling oxnet v0.1.6
12722026-08-07T05:45:07.790Z Compiling http v1.4.2
12732026-08-07T05:45:08.349Z Compiling rustls-pki-types v1.14.1
12742026-08-07T05:45:09.188Z Compiling scroll_derive v0.13.1
12752026-08-07T05:45:09.220Z Compiling ring v0.17.14
12762026-08-07T05:45:09.275Z Compiling aws-lc-rs v1.17.0
12772026-08-07T05:45:09.582Z Compiling num-conv v0.2.2
12782026-08-07T05:45:09.653Z Compiling time-core v0.1.8
12792026-08-07T05:45:09.798Z Compiling time-macros v0.2.27
12802026-08-07T05:45:10.025Z Compiling tokio-util v0.7.18
12812026-08-07T05:45:10.171Z Compiling untrusted v0.7.1
12822026-08-07T05:45:10.298Z Compiling camino v1.2.5
12832026-08-07T05:45:10.622Z Compiling ipnet v2.12.0
12842026-08-07T05:45:10.774Z Compiling untrusted v0.9.0
12852026-08-07T05:45:10.924Z Compiling ppv-lite86 v0.2.21
12862026-08-07T05:45:11.272Z Compiling async-trait v0.1.89
12872026-08-07T05:45:11.467Z Compiling daft-derive v0.1.7
12882026-08-07T05:45:11.505Z Compiling rustls v0.23.40
12892026-08-07T05:45:11.745Z Compiling crc32fast v1.5.0
12902026-08-07T05:45:12.144Z Compiling http-body v1.0.1
12912026-08-07T05:45:12.198Z Compiling darling_core v0.23.0
12922026-08-07T05:45:12.263Z Compiling pretty-hex v0.4.2
12932026-08-07T05:45:12.302Z Compiling usdt-impl v0.6.0
12942026-08-07T05:45:12.402Z Compiling atomic-waker v1.1.2
12952026-08-07T05:45:12.537Z Compiling crossbeam-utils v0.8.21
12962026-08-07T05:45:12.862Z Compiling scroll v0.13.0
12972026-08-07T05:45:13.042Z Compiling try-lock v0.2.5
12982026-08-07T05:45:13.146Z Compiling tower-service v0.3.3
12992026-08-07T05:45:13.169Z Compiling ryu v1.0.23
13002026-08-07T05:45:13.247Z Compiling plain v0.2.3
13012026-08-07T05:45:13.268Z Compiling tower-layer v0.3.3
13022026-08-07T05:45:13.381Z Compiling goblin v0.10.7
13032026-08-07T05:45:13.488Z Compiling want v0.3.1
13042026-08-07T05:45:13.654Z Compiling h2 v0.4.14
13052026-08-07T05:45:13.921Z Compiling slog-async v2.8.0
13062026-08-07T05:45:14.157Z Compiling httpdate v1.0.3
13072026-08-07T05:45:14.300Z Compiling darling_macro v0.23.0
13082026-08-07T05:45:14.368Z Compiling dtrace-parser v0.3.0
13092026-08-07T05:45:14.536Z Compiling thread-id v5.1.0
13102026-08-07T05:45:14.881Z Compiling darling v0.23.0
13112026-08-07T05:45:14.931Z Compiling ref-cast v1.0.25
13122026-08-07T05:45:16.085Z Compiling dof v0.4.0
13132026-08-07T05:45:16.551Z Compiling hyper v1.11.0
13142026-08-07T05:45:17.092Z Compiling rand_core v0.9.5
13152026-08-07T05:45:17.344Z Compiling serde_urlencoded v0.7.1
13162026-08-07T05:45:17.530Z Compiling http-body-util v0.1.4
13172026-08-07T05:45:17.646Z Compiling ref-cast-impl v1.0.25
13182026-08-07T05:45:17.834Z Compiling syn v1.0.109
13192026-08-07T05:45:18.185Z Compiling hyper-util v0.1.20
13202026-08-07T05:45:19.488Z Compiling usdt-attr-macro v0.6.0
13212026-08-07T05:45:19.735Z Compiling usdt-macro v0.6.0
13222026-08-07T05:45:20.428Z Compiling structmeta-derive v0.3.0
13232026-08-07T05:45:20.575Z Compiling multer v3.1.0
13242026-08-07T05:45:20.598Z Compiling foldhash v0.2.0
13252026-08-07T05:45:20.875Z Compiling powerfmt v0.2.0
13262026-08-07T05:45:21.071Z Compiling deranged v0.5.8
13272026-08-07T05:45:21.131Z Compiling rand_chacha v0.9.0
13282026-08-07T05:45:21.497Z Compiling structmeta v0.3.0
13292026-08-07T05:45:21.707Z Compiling newtype-uuid-macros v0.1.0
13302026-08-07T05:45:22.045Z Compiling num_threads v0.1.7
13312026-08-07T05:45:22.145Z Compiling time v0.3.47
13322026-08-07T05:45:22.191Z Compiling rand v0.9.4
13332026-08-07T05:45:22.250Z Compiling newtype-uuid v1.3.2
13342026-08-07T05:45:22.492Z Compiling sync_wrapper v1.0.2
13352026-08-07T05:45:22.605Z Compiling strum_macros v0.26.4
13362026-08-07T05:45:22.894Z Compiling async-stream-impl v0.3.6
13372026-08-07T05:45:23.138Z Compiling dropshot v0.17.1
13382026-08-07T05:45:23.380Z Compiling hex v0.4.3
13392026-08-07T05:45:23.559Z Compiling fastrand v2.4.1
13402026-08-07T05:45:23.674Z Compiling tower v0.5.3
13412026-08-07T05:45:23.896Z Compiling daft v0.1.7
13422026-08-07T05:45:24.268Z Compiling crossbeam-channel v0.5.15
13432026-08-07T05:45:24.293Z Compiling webpki-roots v1.0.7
13442026-08-07T05:45:24.413Z Compiling openapiv3 v2.2.0
13452026-08-07T05:45:24.943Z Compiling generic-array v0.14.7
13462026-08-07T05:45:25.270Z Compiling tower-http v0.6.11
13472026-08-07T05:45:25.285Z Compiling hashbrown v0.16.1
13482026-08-07T05:45:25.594Z Compiling serde_with_macros v3.21.0
13492026-08-07T05:45:26.002Z Compiling futures-executor v0.3.32
13502026-08-07T05:45:26.211Z Compiling dropshot_endpoint v0.17.1
13512026-08-07T05:45:26.465Z Compiling macaddr v1.0.1
13522026-08-07T05:45:26.482Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
13532026-08-07T05:45:26.713Z Compiling thread_local v1.1.9
13542026-08-07T05:45:26.849Z Compiling cpufeatures v0.3.0
13552026-08-07T05:45:26.930Z Compiling openssl-probe v0.2.1
13562026-08-07T05:45:27.161Z Compiling rustls-native-certs v0.8.4
13572026-08-07T05:45:27.175Z Compiling futures v0.3.32
13582026-08-07T05:45:27.805Z Compiling tempfile v3.27.0
13592026-08-07T05:45:27.831Z Compiling derive-ex v0.1.8
13602026-08-07T05:45:28.020Z Compiling strum_macros v0.27.2
13612026-08-07T05:45:28.435Z Compiling is-terminal v0.4.17
13622026-08-07T05:45:28.542Z Compiling take_mut v0.2.2
13632026-08-07T05:45:28.603Z Compiling term v1.2.1
13642026-08-07T05:45:28.663Z Compiling winnow v1.0.3
13652026-08-07T05:45:29.418Z Compiling test-strategy v0.4.5
13662026-08-07T05:45:29.837Z Compiling slog-term v2.9.2
13672026-08-07T05:45:31.139Z Compiling hybrid-array v0.4.12
13682026-08-07T05:45:31.353Z Compiling adler2 v2.0.1
13692026-08-07T05:45:31.525Z Compiling simd-adler32 v0.3.9
13702026-08-07T05:45:31.576Z Compiling match_cfg v0.1.0
13712026-08-07T05:45:31.649Z Compiling hostname v0.3.1
13722026-08-07T05:45:31.812Z Compiling miniz_oxide v0.8.9
13732026-08-07T05:45:32.512Z Compiling slog-json v2.6.1
13742026-08-07T05:45:32.802Z Compiling memmap2 v0.9.10
13752026-08-07T05:45:33.153Z Compiling usdt v0.6.0
13762026-08-07T05:45:33.216Z Compiling slog-bunyan v2.5.0
13772026-08-07T05:45:33.243Z Compiling flate2 v1.1.9
13782026-08-07T05:45:33.331Z Compiling crypto-common v0.2.2
13792026-08-07T05:45:33.397Z Compiling block-buffer v0.12.0
13802026-08-07T05:45:33.583Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13812026-08-07T05:45:33.797Z Compiling compression-core v0.4.32
13822026-08-07T05:45:33.810Z Compiling debug-ignore v1.0.5
13832026-08-07T05:45:33.970Z Compiling either v1.16.0
13842026-08-07T05:45:34.042Z Compiling const-oid v0.10.2
13852026-08-07T05:45:34.336Z Compiling digest v0.11.3
13862026-08-07T05:45:34.360Z Compiling compression-codecs v0.4.38
13872026-08-07T05:45:34.623Z Compiling toml_parser v1.1.2+spec-1.1.0
13882026-08-07T05:45:34.691Z Compiling crypto-common v0.1.7
13892026-08-07T05:45:34.706Z Compiling parse-display-derive v0.10.0
13902026-08-07T05:45:34.892Z Compiling rand_chacha v0.3.1
13912026-08-07T05:45:35.114Z Compiling serde_spanned v1.1.1
13922026-08-07T05:45:35.174Z Compiling toml_datetime v1.1.1+spec-1.1.0
13932026-08-07T05:45:35.269Z Compiling encoding_rs v0.8.35
13942026-08-07T05:45:35.506Z Compiling spin v0.9.8
13952026-08-07T05:45:35.639Z Compiling mime v0.3.17
13962026-08-07T05:45:35.671Z Compiling toml_writer v1.1.1+spec-1.1.0
13972026-08-07T05:45:35.889Z Compiling toml v1.1.2+spec-1.1.0
13982026-08-07T05:45:35.917Z Compiling rand v0.8.6
13992026-08-07T05:45:36.111Z Compiling async-compression v0.4.42
14002026-08-07T05:45:36.242Z Compiling sha1 v0.11.0
14012026-08-07T05:45:36.259Z Compiling strum v0.26.3
14022026-08-07T05:45:36.573Z Compiling async-stream v0.3.6
14032026-08-07T05:45:36.715Z Compiling waitgroup v0.1.2
14042026-08-07T05:45:36.768Z Compiling rustls-pemfile v2.2.0
14052026-08-07T05:45:36.868Z Compiling serde_path_to_error v0.1.20
14062026-08-07T05:45:36.919Z Compiling wait-timeout v0.2.1
14072026-08-07T05:45:37.050Z Compiling hostname v0.4.2
14082026-08-07T05:45:37.347Z Compiling quick-error v1.2.3
14092026-08-07T05:45:37.541Z Compiling bit-vec v0.8.0
14102026-08-07T05:45:37.634Z Compiling rusty-fork v0.3.1
14112026-08-07T05:45:37.683Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14122026-08-07T05:45:37.843Z Compiling bit-set v0.8.0
14132026-08-07T05:45:38.063Z Compiling serde_with v3.21.0
14142026-08-07T05:45:38.193Z Compiling rand_xorshift v0.4.0
14152026-08-07T05:45:38.367Z Compiling unarray v0.1.4
14162026-08-07T05:45:38.486Z Compiling proptest v1.11.0
14172026-08-07T05:45:38.611Z Compiling strum v0.27.2
14182026-08-07T05:45:38.750Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14192026-08-07T05:45:38.901Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14202026-08-07T05:45:39.050Z Compiling instant v0.1.13
14212026-08-07T05:45:39.315Z Compiling itertools v0.14.0
14222026-08-07T05:45:39.400Z Compiling iddqd v0.4.6
14232026-08-07T05:45:40.057Z Compiling unicode-width v0.2.2
14242026-08-07T05:45:40.550Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14252026-08-07T05:45:40.588Z Compiling block-buffer v0.10.4
14262026-08-07T05:45:40.759Z Compiling backon v1.6.0
14272026-08-07T05:45:41.026Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
14282026-08-07T05:45:41.548Z Compiling digest v0.10.7
14292026-08-07T05:45:41.801Z Compiling backoff v0.4.0
14302026-08-07T05:45:42.178Z Compiling parse-display v0.10.0
14312026-08-07T05:45:42.379Z Compiling regress v0.10.5
14322026-08-07T05:45:42.395Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
14332026-08-07T05:45:42.658Z Compiling humantime v2.3.0
14342026-08-07T05:45:45.122Z Compiling regress v0.11.1
14352026-08-07T05:45:46.612Z Compiling typify-impl v0.6.2
14362026-08-07T05:45:47.092Z Compiling zerocopy-derive v0.7.35
14372026-08-07T05:45:48.328Z Compiling clap_derive v4.6.4
14382026-08-07T05:45:48.488Z Compiling cpufeatures v0.2.17
14392026-08-07T05:45:48.507Z Compiling utf8parse v0.2.2
14402026-08-07T05:45:48.619Z Compiling convert_case v0.4.0
14412026-08-07T05:45:49.048Z Compiling derive_more v0.99.20
14422026-08-07T05:45:49.063Z Compiling anstyle-parse v1.0.0
14432026-08-07T05:45:49.946Z Compiling typify-macro v0.6.2
14442026-08-07T05:45:50.095Z Compiling terminal_size v0.4.4
14452026-08-07T05:45:50.110Z Compiling toml_datetime v0.6.11
14462026-08-07T05:45:50.218Z Compiling is_terminal_polyfill v1.70.2
14472026-08-07T05:45:50.318Z Compiling anstyle v1.0.14
14482026-08-07T05:45:50.334Z Compiling anstyle-query v1.1.5
14492026-08-07T05:45:50.533Z Compiling colorchoice v1.0.5
14502026-08-07T05:45:50.653Z Compiling anstream v1.0.0
14512026-08-07T05:45:51.296Z Compiling secrecy v0.10.3
14522026-08-07T05:45:51.449Z Compiling heapless v0.8.0
14532026-08-07T05:45:51.465Z Compiling crucible-workspace-hack v0.1.0
14542026-08-07T05:45:51.552Z Compiling tinyvec_macros v0.1.1
14552026-08-07T05:45:51.631Z Compiling clap_lex v1.1.0
14562026-08-07T05:45:51.650Z Compiling tinyvec v1.11.0
14572026-08-07T05:45:51.922Z Compiling clap_builder v4.6.5
14582026-08-07T05:45:51.966Z Compiling typify v0.6.2
14592026-08-07T05:45:52.295Z Compiling zerocopy v0.7.35
14602026-08-07T05:45:52.631Z Compiling hash32 v0.3.1
14612026-08-07T05:45:52.646Z Compiling rustc_version v0.4.1
14622026-08-07T05:45:52.795Z Compiling scroll_derive v0.12.1
14632026-08-07T05:45:52.910Z Compiling num-integer v0.1.46
14642026-08-07T05:45:52.943Z Compiling usdt-impl v0.5.0
14652026-08-07T05:45:53.019Z Compiling smoltcp v0.11.0
14662026-08-07T05:45:53.381Z Compiling curve25519-dalek v4.1.3
14672026-08-07T05:45:53.418Z Compiling dof v0.3.0
14682026-08-07T05:45:53.507Z Compiling scroll v0.12.0
14692026-08-07T05:45:53.806Z Compiling clap v4.6.5
14702026-08-07T05:45:54.622Z Compiling hmac v0.12.1
14712026-08-07T05:45:54.740Z Compiling dtrace-parser v0.2.0
14722026-08-07T05:45:54.776Z Compiling inout v0.1.4
14732026-08-07T05:45:54.790Z Compiling darling_core v0.21.3
14742026-08-07T05:45:54.981Z Compiling ff v0.13.1
14752026-08-07T05:45:55.130Z Compiling cobs v0.3.0
14762026-08-07T05:45:55.404Z Compiling thread-id v4.2.2
14772026-08-07T05:45:55.531Z Compiling bitflags v1.3.2
14782026-08-07T05:45:55.811Z Compiling managed v0.8.0
14792026-08-07T05:45:56.132Z Compiling unsafe-libyaml v0.2.11
14802026-08-07T05:45:56.707Z Compiling serde_yaml v0.9.34+deprecated
14812026-08-07T05:45:56.856Z Compiling darling_macro v0.21.3
14822026-08-07T05:45:57.632Z Compiling postcard v1.1.3
14832026-08-07T05:45:57.954Z Compiling group v0.13.0
14842026-08-07T05:45:58.024Z Compiling cipher v0.4.4
14852026-08-07T05:45:58.072Z Compiling hkdf v0.12.4
14862026-08-07T05:45:58.320Z Compiling goblin v0.8.2
14872026-08-07T05:45:58.804Z Compiling num-iter v0.1.45
14882026-08-07T05:45:58.932Z Compiling num-rational v0.4.2
14892026-08-07T05:45:59.997Z Compiling tabwriter v1.4.1
14902026-08-07T05:46:00.103Z Compiling universal-hash v0.5.1
14912026-08-07T05:46:00.150Z Compiling crypto-bigint v0.5.5
14922026-08-07T05:46:00.252Z Compiling thiserror-impl-no-std v2.0.2
14932026-08-07T05:46:00.365Z Compiling hubpack_derive v0.1.1
14942026-08-07T05:46:00.893Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14952026-08-07T05:46:01.465Z Compiling crossbeam-epoch v0.9.18
14962026-08-07T05:46:01.775Z Compiling half v2.7.1
14972026-08-07T05:46:01.914Z Compiling curve25519-dalek-derive v0.1.1
14982026-08-07T05:46:02.046Z Compiling num-complex v0.4.6
14992026-08-07T05:46:02.574Z Compiling memoffset v0.9.1
15002026-08-07T05:46:02.629Z Compiling opaque-debug v0.3.1
15012026-08-07T05:46:02.692Z Compiling rustix v0.38.44
15022026-08-07T05:46:02.706Z Compiling base16ct v0.2.0
15032026-08-07T05:46:02.820Z Compiling cfg_aliases v0.2.1
15042026-08-07T05:46:03.031Z Compiling base64ct v1.8.3
15052026-08-07T05:46:03.301Z Compiling ciborium-io v0.2.2
15062026-08-07T05:46:03.412Z Compiling prettyplease v0.2.37
15072026-08-07T05:46:03.720Z Compiling ciborium-ll v0.2.2
15082026-08-07T05:46:03.977Z Compiling password-hash v0.5.0
15092026-08-07T05:46:04.699Z Compiling nix v0.31.3
15102026-08-07T05:46:04.877Z Compiling elliptic-curve v0.13.8
15112026-08-07T05:46:04.909Z Compiling poly1305 v0.8.0
15122026-08-07T05:46:05.428Z Compiling num v0.4.3
15132026-08-07T05:46:05.526Z Compiling thiserror-no-std v2.0.2
15142026-08-07T05:46:05.618Z Compiling hubpack v0.1.2
15152026-08-07T05:46:06.713Z Compiling chacha20 v0.9.1
15162026-08-07T05:46:06.919Z Compiling darling v0.21.3
15172026-08-07T05:46:07.037Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
15182026-08-07T05:46:07.262Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15192026-08-07T05:46:07.327Z Compiling reqwest v0.12.28
15202026-08-07T05:46:08.166Z Compiling toml_edit v0.25.12+spec-1.1.0
15212026-08-07T05:46:08.515Z Compiling blake2 v0.10.6
15222026-08-07T05:46:08.665Z Compiling aead v0.5.2
15232026-08-07T05:46:09.003Z Compiling byte-wrapper v0.1.0
15242026-08-07T05:46:09.083Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15252026-08-07T05:46:09.130Z Compiling serde_repr v0.1.21
15262026-08-07T05:46:09.684Z Compiling proc-macro-error-attr v1.0.4
15272026-08-07T05:46:09.902Z Compiling bstr v1.12.1
15282026-08-07T05:46:09.918Z Compiling static_assertions v1.1.0
15292026-08-07T05:46:09.943Z Compiling keccak v0.1.6
15302026-08-07T05:46:09.995Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15312026-08-07T05:46:10.237Z Compiling float-ord v0.3.2
15322026-08-07T05:46:10.375Z Compiling sha3 v0.10.9
15332026-08-07T05:46:10.660Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15342026-08-07T05:46:10.758Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15352026-08-07T05:46:11.254Z Compiling chacha20poly1305 v0.10.1
15362026-08-07T05:46:11.409Z Compiling argon2 v0.5.3
15372026-08-07T05:46:11.518Z Compiling proc-macro-crate v3.5.0
15382026-08-07T05:46:11.930Z Compiling progenitor-client v0.10.0
15392026-08-07T05:46:12.357Z Compiling ingot-macros v0.1.1
15402026-08-07T05:46:12.434Z Compiling vsss-rs v3.3.4
15412026-08-07T05:46:14.622Z Compiling ciborium v0.2.2
15422026-08-07T05:46:15.139Z Compiling usdt-attr-macro v0.5.0
15432026-08-07T05:46:15.353Z Compiling usdt-macro v0.5.0
15442026-08-07T05:46:16.429Z Compiling num-derive v0.4.2
15452026-08-07T05:46:16.554Z Compiling enum-as-inner v0.6.1
15462026-08-07T05:46:17.119Z Compiling proc-macro-error v1.0.4
15472026-08-07T05:46:17.351Z Compiling memmap v0.7.0
15482026-08-07T05:46:17.497Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
15492026-08-07T05:46:17.718Z Compiling data-encoding v2.11.0
15502026-08-07T05:46:17.800Z Compiling winnow v0.5.40
15512026-08-07T05:46:17.816Z Compiling indent_write v2.2.0
15522026-08-07T05:46:18.015Z Compiling usdt v0.5.0
15532026-08-07T05:46:18.374Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15542026-08-07T05:46:18.389Z Compiling ingot-types v0.1.2
15552026-08-07T05:46:18.827Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15562026-08-07T05:46:18.930Z Compiling num_enum_derive v0.7.6
15572026-08-07T05:46:19.219Z Compiling toml_edit v0.19.15
15582026-08-07T05:46:19.577Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15592026-08-07T05:46:20.093Z Compiling serde_spanned v0.6.9
15602026-08-07T05:46:20.285Z Compiling foreign-types-macros v0.2.3
15612026-08-07T05:46:20.330Z Compiling vcpkg v0.2.15
15622026-08-07T05:46:20.488Z Compiling toml_write v0.1.2
15632026-08-07T05:46:20.690Z Compiling winnow v0.7.15
15642026-08-07T05:46:20.869Z Compiling colored v3.1.1
15652026-08-07T05:46:20.925Z Compiling bytecount v0.6.9
15662026-08-07T05:46:21.122Z Compiling foreign-types-shared v0.3.1
15672026-08-07T05:46:21.179Z Compiling pkg-config v0.3.33
15682026-08-07T05:46:21.235Z Compiling foreign-types v0.5.0
15692026-08-07T05:46:21.322Z Compiling rustls-webpki v0.103.13
15702026-08-07T05:46:21.461Z Compiling proc-macro-crate v1.3.1
15712026-08-07T05:46:21.623Z Compiling openssl-sys v0.9.116
15722026-08-07T05:46:22.126Z Compiling toml_edit v0.22.27
15732026-08-07T05:46:22.197Z Compiling num_enum v0.7.6
15742026-08-07T05:46:22.330Z Compiling ingot v0.1.1
15752026-08-07T05:46:23.007Z Compiling atomicwrites v0.4.4
15762026-08-07T05:46:23.480Z Compiling progenitor-impl v0.14.0
15772026-08-07T05:46:23.716Z Compiling chacha20 v0.10.0
15782026-08-07T05:46:23.742Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15792026-08-07T05:46:24.259Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15802026-08-07T05:46:24.520Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15812026-08-07T05:46:24.549Z Compiling cstr-argument v0.1.2
15822026-08-07T05:46:24.598Z Compiling resolv-conf v0.7.6
15832026-08-07T05:46:24.729Z Compiling rayon-core v1.13.0
15842026-08-07T05:46:24.792Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
15852026-08-07T05:46:24.929Z Compiling linked-hash-map v0.5.6
15862026-08-07T05:46:25.025Z Compiling heck v0.4.1
15872026-08-07T05:46:25.210Z Compiling unicode-segmentation v1.13.3
15882026-08-07T05:46:25.234Z Compiling semver v0.1.20
15892026-08-07T05:46:25.469Z Compiling swrite v0.1.0
15902026-08-07T05:46:25.502Z Compiling rustc_version v0.1.7
15912026-08-07T05:46:25.585Z Compiling newline-converter v0.3.0
15922026-08-07T05:46:25.621Z Compiling progenitor-macro v0.14.0
15932026-08-07T05:46:25.704Z Compiling tokio-rustls v0.26.4
15942026-08-07T05:46:25.730Z Compiling rustls-platform-verifier v0.7.0
15952026-08-07T05:46:25.825Z Compiling lru-cache v0.1.2
15962026-08-07T05:46:25.980Z Compiling hyper-rustls v0.27.9
15972026-08-07T05:46:26.332Z Compiling reqwest v0.13.4
15982026-08-07T05:46:27.942Z Compiling progenitor-client v0.14.0
15992026-08-07T05:46:28.420Z Compiling progenitor-extras v0.2.0
16002026-08-07T05:46:29.414Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16012026-08-07T05:46:34.610Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16022026-08-07T05:46:35.499Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-08-07T05:46:40.568Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16042026-08-07T05:46:40.937Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16052026-08-07T05:46:40.957Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16062026-08-07T05:46:40.976Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16072026-08-07T05:46:41.115Z Compiling rand v0.10.2
16082026-08-07T05:46:41.331Z Compiling toml v0.8.23
16092026-08-07T05:46:41.867Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16102026-08-07T05:46:42.043Z Compiling num_enum_derive v0.5.11
16112026-08-07T05:46:42.108Z Compiling hickory-proto v0.24.4
16122026-08-07T05:46:42.649Z Compiling similar v2.7.0
16132026-08-07T05:46:42.720Z Compiling crossbeam-deque v0.8.6
16142026-08-07T05:46:43.092Z Compiling progenitor-impl v0.13.0
16152026-08-07T05:46:43.281Z Compiling console v0.15.11
16162026-08-07T05:46:43.648Z Compiling camino-tempfile v1.4.1
16172026-08-07T05:46:44.055Z Compiling serde-big-array v0.5.1
16182026-08-07T05:46:44.224Z Compiling pin-project-internal v1.1.13
16192026-08-07T05:46:44.577Z Compiling derive-where v1.6.1
16202026-08-07T05:46:45.175Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16212026-08-07T05:46:45.316Z Compiling siphasher v1.0.3
16222026-08-07T05:46:45.402Z Compiling lazy_static v1.5.0
16232026-08-07T05:46:45.520Z Compiling minimal-lexical v0.2.1
16242026-08-07T05:46:45.540Z Compiling phf_shared v0.12.1
16252026-08-07T05:46:45.767Z Compiling nom v7.1.3
16262026-08-07T05:46:45.770Z Compiling pin-project v1.1.13
16272026-08-07T05:46:45.841Z Compiling progenitor-macro v0.13.0
16282026-08-07T05:46:45.895Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-08-07T05:46:46.530Z Compiling progenitor v0.14.0
16302026-08-07T05:46:46.616Z Compiling hickory-resolver v0.24.4
16312026-08-07T05:46:46.689Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16322026-08-07T05:46:47.114Z Compiling expectorate v1.2.0
16332026-08-07T05:46:47.336Z Compiling num_enum v0.5.11
16342026-08-07T05:46:49.706Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16352026-08-07T05:46:50.928Z Compiling progenitor-client v0.13.0
16362026-08-07T05:46:51.401Z Compiling newtype_derive v0.1.6
16372026-08-07T05:46:52.716Z Compiling unicode-normalization v0.1.25
16382026-08-07T05:46:53.378Z Compiling tokio-stream v0.1.18
16392026-08-07T05:46:53.788Z Compiling async-recursion v1.1.1
16402026-08-07T05:46:53.963Z Compiling snafu-derive v0.8.9
16412026-08-07T05:46:54.330Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
16422026-08-07T05:46:54.478Z Compiling slog-dtrace v0.3.0
16432026-08-07T05:46:54.654Z Compiling csv-core v0.1.13
16442026-08-07T05:46:54.726Z Compiling cancel-safe-futures v0.1.5
16452026-08-07T05:46:54.985Z Compiling unicode-xid v0.2.6
16462026-08-07T05:46:55.053Z Compiling highway v1.3.0
16472026-08-07T05:46:55.118Z Compiling konst_macro_rules v0.2.19
16482026-08-07T05:46:55.324Z Compiling chrono-tz v0.10.4
16492026-08-07T05:46:55.559Z Compiling same-file v1.0.6
16502026-08-07T05:46:55.704Z Compiling owo-colors v4.3.0
16512026-08-07T05:46:55.723Z Compiling foldhash v0.1.5
16522026-08-07T05:46:55.749Z Compiling foreign-types-shared v0.1.1
16532026-08-07T05:46:55.787Z Compiling openssl v0.10.80
16542026-08-07T05:46:55.850Z Compiling unicode-width v0.1.14
16552026-08-07T05:46:55.954Z Compiling hashbrown v0.15.5
16562026-08-07T05:46:56.092Z Compiling foreign-types v0.3.2
16572026-08-07T05:46:56.107Z Compiling snafu v0.8.9
16582026-08-07T05:46:56.160Z Compiling walkdir v2.5.0
16592026-08-07T05:46:56.195Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16602026-08-07T05:46:56.630Z Compiling konst v0.2.20
16612026-08-07T05:46:56.653Z Compiling const_format_proc_macros v0.2.34
16622026-08-07T05:46:56.848Z Compiling csv v1.4.0
16632026-08-07T05:46:57.157Z Compiling qorb v0.4.1
16642026-08-07T05:46:57.451Z Compiling olpc-cjson v0.1.4
16652026-08-07T05:46:57.674Z Compiling progenitor v0.13.0
16662026-08-07T05:46:57.798Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16672026-08-07T05:46:57.831Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16682026-08-07T05:46:58.091Z Compiling rayon v1.12.0
16692026-08-07T05:47:00.310Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16702026-08-07T05:47:00.861Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-08-07T05:47:01.644Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16722026-08-07T05:47:02.147Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16732026-08-07T05:47:02.196Z Compiling phf v0.12.1
16742026-08-07T05:47:02.857Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16752026-08-07T05:47:03.151Z Compiling zone_cfg_derive v0.3.1
16762026-08-07T05:47:03.474Z Compiling tokio-dtrace v0.1.1
16772026-08-07T05:47:03.824Z Compiling globset v0.4.18
16782026-08-07T05:47:03.871Z Compiling itertools v0.15.0
16792026-08-07T05:47:04.406Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16802026-08-07T05:47:04.634Z Compiling itertools v0.12.1
16812026-08-07T05:47:05.218Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16822026-08-07T05:47:05.501Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16832026-08-07T05:47:05.540Z Compiling pem v3.0.6
16842026-08-07T05:47:05.818Z Compiling libsw-core v0.3.2
16852026-08-07T05:47:06.013Z Compiling serde_plain v1.0.2
16862026-08-07T05:47:06.152Z Compiling openssl-macros v0.1.1
16872026-08-07T05:47:06.246Z Compiling cookie v0.18.1
16882026-08-07T05:47:06.325Z Compiling proc-macro-error-attr2 v2.0.0
16892026-08-07T05:47:06.502Z Compiling sigpipe v0.1.3
16902026-08-07T05:47:06.544Z Compiling glob v0.3.3
16912026-08-07T05:47:06.581Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16922026-08-07T05:47:06.636Z Compiling fixedbitset v0.5.7
16932026-08-07T05:47:06.771Z Compiling fixedbitset v0.4.2
16942026-08-07T05:47:06.809Z Compiling jiff v0.2.28
16952026-08-07T05:47:06.825Z Compiling typed-path v0.9.3
16962026-08-07T05:47:07.029Z Compiling petgraph v0.6.5
16972026-08-07T05:47:07.160Z Compiling petgraph v0.8.3
16982026-08-07T05:47:07.180Z Compiling proc-macro-error2 v2.0.1
16992026-08-07T05:47:08.909Z Compiling tough v0.22.0
17002026-08-07T05:47:09.038Z Compiling zone v0.3.1
17012026-08-07T05:47:09.250Z Compiling libsw v3.5.0
17022026-08-07T05:47:09.446Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17032026-08-07T05:47:09.594Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
17042026-08-07T05:47:09.646Z Compiling ingot-macros v0.2.0
17052026-08-07T05:47:09.714Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17062026-08-07T05:47:10.027Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17072026-08-07T05:47:10.710Z Compiling oxide-tokio-rt v0.1.6
17082026-08-07T05:47:11.302Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-08-07T05:47:11.839Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17102026-08-07T05:47:12.000Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-08-07T05:47:13.063Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17122026-08-07T05:47:13.369Z Compiling const_format v0.2.36
17132026-08-07T05:47:13.900Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17142026-08-07T05:47:14.781Z Compiling papergrid v0.11.0
17152026-08-07T05:47:15.535Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17162026-08-07T05:47:15.813Z Compiling tabled_derive v0.7.0
17172026-08-07T05:47:16.779Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17182026-08-07T05:47:17.062Z Compiling libscf-sys v1.2.0
17192026-08-07T05:47:17.117Z Compiling gethostname v0.5.0
17202026-08-07T05:47:17.213Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17212026-08-07T05:47:17.263Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
17222026-08-07T05:47:17.302Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17232026-08-07T05:47:17.342Z Compiling smf v0.2.3
17242026-08-07T05:47:17.427Z Compiling bcs v0.1.6
17252026-08-07T05:47:17.449Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17262026-08-07T05:47:17.736Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
17272026-08-07T05:47:17.788Z Compiling smawk v0.3.2
17282026-08-07T05:47:17.834Z Compiling whoami v1.6.1
17292026-08-07T05:47:17.984Z Compiling linear-map v1.2.0
17302026-08-07T05:47:18.220Z Compiling tagptr v0.2.0
17312026-08-07T05:47:18.302Z Compiling termtree v0.5.1
17322026-08-07T05:47:18.396Z Compiling unicode-linebreak v0.1.5
17332026-08-07T05:47:18.522Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
17342026-08-07T05:47:18.682Z Compiling textwrap v0.16.2
17352026-08-07T05:47:20.006Z Compiling moka v0.12.15
17362026-08-07T05:47:20.185Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-08-07T05:47:20.699Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-08-07T05:47:21.258Z Compiling tabled v0.15.0
17392026-08-07T05:47:21.305Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17402026-08-07T05:47:21.402Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-08-07T05:47:21.552Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-08-07T05:47:21.619Z Compiling steno v0.4.1
17432026-08-07T05:47:23.146Z Compiling ingot-types v0.2.0
17442026-08-07T05:47:24.968Z Compiling tabled_derive v0.11.0
17452026-08-07T05:47:26.087Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17462026-08-07T05:47:27.451Z Compiling papergrid v0.18.0
17472026-08-07T05:47:28.688Z Compiling hickory-proto v0.25.2
17482026-08-07T05:47:29.258Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
17492026-08-07T05:47:29.763Z Compiling testing_table v0.3.0
17502026-08-07T05:47:29.956Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
17512026-08-07T05:47:30.034Z Compiling tabled v0.21.0
17522026-08-07T05:47:30.266Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
17532026-08-07T05:47:30.675Z Compiling ingot v0.2.1
17542026-08-07T05:47:32.703Z Compiling hickory-resolver v0.25.2
17552026-08-07T05:47:32.899Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
17562026-08-07T05:47:33.147Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17572026-08-07T05:47:33.578Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-08-07T05:47:33.593Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17592026-08-07T05:47:33.845Z Compiling parking_lot_core v0.8.6
17602026-08-07T05:47:34.220Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17612026-08-07T05:47:34.469Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17622026-08-07T05:47:36.181Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
17632026-08-07T05:47:37.869Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17642026-08-07T05:47:37.941Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17652026-08-07T05:47:38.486Z Compiling crc8 v0.1.1
17662026-08-07T05:47:38.613Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
17672026-08-07T05:47:39.735Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
17682026-08-07T05:47:39.858Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
17692026-08-07T05:47:40.144Z Compiling arc-swap v1.9.1
17702026-08-07T05:47:40.507Z Compiling slog-scope v4.4.1
17712026-08-07T05:47:40.509Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17722026-08-07T05:47:40.881Z Compiling parking_lot v0.11.2
17732026-08-07T05:47:40.930Z Compiling dropshot-api-manager-types v0.7.2
17742026-08-07T05:47:41.505Z Compiling fxhash v0.2.1
17752026-08-07T05:47:41.585Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
17762026-08-07T05:47:41.657Z Compiling sled v0.34.7
17772026-08-07T05:47:41.720Z Compiling slog-stdlog v4.1.1
17782026-08-07T05:47:42.079Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17792026-08-07T05:47:42.280Z Compiling port-file v0.1.0
17802026-08-07T05:47:42.542Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
17812026-08-07T05:47:42.741Z Compiling slog-envlogger v2.2.0
17822026-08-07T05:47:42.836Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17832026-08-07T05:47:44.535Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17842026-08-07T05:47:46.729Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17852026-08-07T05:47:49.469Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
17862026-08-07T05:47:51.182Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
17872026-08-07T05:48:00.759Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
17882026-08-07T05:48:06.918Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
17892026-08-07T05:48:11.168Z Finished `release` profile [optimized] target(s) in 3m 40s
17902026-08-07T05:48:11.172Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
17912026-08-07T05:48:11.172Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
17922026-08-07T05:48:11.506Z+ banner trio
17932026-08-07T05:48:11.510Z
17942026-08-07T05:48:11.510Z ##### ##### # ####
17952026-08-07T05:48:11.510Z # # # # # #
17962026-08-07T05:48:11.510Z # # # # # #
17972026-08-07T05:48:11.510Z # ##### # # #
17982026-08-07T05:48:11.510Z # # # # # #
17992026-08-07T05:48:11.510Z # # # # ####
18002026-08-07T05:48:11.510Z
18012026-08-07T05:48:11.511Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
18022026-08-07T05:48:12.102Z Compiling cfg-if v1.0.4
18032026-08-07T05:48:12.106Z Compiling libc v0.2.189
18042026-08-07T05:48:12.106Z Compiling serde_core v1.0.229
18052026-08-07T05:48:12.214Z Compiling memchr v2.8.1
18062026-08-07T05:48:12.220Z Compiling itoa v1.0.18
18072026-08-07T05:48:12.221Z Compiling smallvec v1.15.1
18082026-08-07T05:48:12.235Z Compiling stable_deref_trait v1.2.1
18092026-08-07T05:48:12.238Z Compiling zerofrom v0.1.8
18102026-08-07T05:48:12.256Z Compiling zmij v1.0.21
18112026-08-07T05:48:12.303Z Compiling writeable v0.6.3
18122026-08-07T05:48:12.360Z Compiling yoke v0.8.3
18132026-08-07T05:48:12.449Z Compiling litemap v0.8.2
18142026-08-07T05:48:12.468Z Compiling utf8_iter v1.0.4
18152026-08-07T05:48:12.543Z Compiling zerovec v0.11.6
18162026-08-07T05:48:12.557Z Compiling zerotrie v0.2.4
18172026-08-07T05:48:12.586Z Compiling libm v0.2.16
18182026-08-07T05:48:12.627Z Compiling percent-encoding v2.3.2
18192026-08-07T05:48:12.648Z Compiling icu_normalizer_data v2.2.0
18202026-08-07T05:48:12.727Z Compiling icu_properties_data v2.2.0
18212026-08-07T05:48:12.739Z Compiling rand_core v0.10.1
18222026-08-07T05:48:12.880Z Compiling form_urlencoded v1.2.2
18232026-08-07T05:48:12.929Z Compiling getrandom v0.4.2
18242026-08-07T05:48:12.940Z Compiling errno v0.3.14
18252026-08-07T05:48:12.995Z Compiling iana-time-zone v0.1.65
18262026-08-07T05:48:13.103Z Compiling pin-project-lite v0.2.17
18272026-08-07T05:48:13.128Z Compiling tinystr v0.8.3
18282026-08-07T05:48:13.179Z Compiling potential_utf v0.1.5
18292026-08-07T05:48:13.190Z Compiling dyn-clone v1.0.20
18302026-08-07T05:48:13.205Z Compiling zeroize v1.8.2
18312026-08-07T05:48:13.303Z Compiling icu_locale_core v2.2.0
18322026-08-07T05:48:13.334Z Compiling icu_collections v2.2.0
18332026-08-07T05:48:13.347Z Compiling thiserror v2.0.19
18342026-08-07T05:48:13.364Z Compiling socket2 v0.6.5
18352026-08-07T05:48:13.395Z Compiling num-traits v0.2.19
18362026-08-07T05:48:13.446Z Compiling scopeguard v1.2.0
18372026-08-07T05:48:13.457Z Compiling parking_lot_core v0.9.12
18382026-08-07T05:48:13.561Z Compiling lock_api v0.4.14
18392026-08-07T05:48:13.821Z Compiling parking_lot v0.12.5
18402026-08-07T05:48:13.856Z Compiling signal-hook-registry v1.4.8
18412026-08-07T05:48:14.079Z Compiling mio v1.2.1
18422026-08-07T05:48:14.113Z Compiling serde v1.0.229
18432026-08-07T05:48:14.158Z Compiling serde_json v1.0.151
18442026-08-07T05:48:14.292Z Compiling icu_provider v2.2.0
18452026-08-07T05:48:14.322Z Compiling uuid v1.24.0
18462026-08-07T05:48:14.333Z Compiling semver v1.0.28
18472026-08-07T05:48:14.715Z Compiling bytes v1.11.1
18482026-08-07T05:48:14.727Z Compiling icu_properties v2.2.0
18492026-08-07T05:48:14.750Z Compiling icu_normalizer v2.2.0
18502026-08-07T05:48:14.860Z Compiling chrono v0.4.45
18512026-08-07T05:48:14.928Z Compiling bitflags v2.12.1
18522026-08-07T05:48:14.981Z Compiling portable-atomic v1.13.1
18532026-08-07T05:48:15.337Z Compiling tokio v1.53.1
18542026-08-07T05:48:15.579Z Compiling futures-core v0.3.32
18552026-08-07T05:48:15.714Z Compiling idna_adapter v1.2.2
18562026-08-07T05:48:15.755Z Compiling critical-section v1.2.0
18572026-08-07T05:48:15.854Z Compiling idna v1.1.0
18582026-08-07T05:48:15.868Z Compiling once_cell v1.21.4
18592026-08-07T05:48:15.932Z Compiling log v0.4.32
18602026-08-07T05:48:15.960Z Compiling zerocopy v0.8.50
18612026-08-07T05:48:16.113Z Compiling subtle v2.6.1
18622026-08-07T05:48:16.183Z Compiling url v2.5.8
18632026-08-07T05:48:16.285Z Compiling equivalent v1.0.2
18642026-08-07T05:48:16.312Z Compiling allocator-api2 v0.2.21
18652026-08-07T05:48:16.379Z Compiling futures-sink v0.3.32
18662026-08-07T05:48:16.495Z Compiling slab v0.4.12
18672026-08-07T05:48:16.704Z Compiling typenum v1.20.1
18682026-08-07T05:48:16.718Z Compiling futures-channel v0.3.32
18692026-08-07T05:48:16.733Z Compiling hashbrown v0.17.1
18702026-08-07T05:48:16.973Z Compiling schemars v0.8.22
18712026-08-07T05:48:17.405Z Compiling futures-io v0.3.32
18722026-08-07T05:48:17.547Z Compiling futures-task v0.3.32
18732026-08-07T05:48:17.610Z Compiling getrandom v0.2.17
18742026-08-07T05:48:17.729Z Compiling futures-util v0.3.32
18752026-08-07T05:48:17.832Z Compiling rand_core v0.6.4
18762026-08-07T05:48:17.950Z Compiling ipnetwork v0.21.1
18772026-08-07T05:48:18.100Z Compiling indexmap v2.14.0
18782026-08-07T05:48:18.353Z Compiling tracing-core v0.1.36
18792026-08-07T05:48:18.675Z Compiling fnv v1.0.7
18802026-08-07T05:48:18.785Z Compiling tracing v0.1.44
18812026-08-07T05:48:18.940Z Compiling base64 v0.22.1
18822026-08-07T05:48:19.146Z Compiling erased-serde v0.3.31
18832026-08-07T05:48:19.223Z Compiling unicode-ident v1.0.24
18842026-08-07T05:48:19.352Z Compiling proc-macro2 v1.0.106
18852026-08-07T05:48:19.419Z Compiling oxnet v0.1.6
18862026-08-07T05:48:19.442Z Compiling http v1.4.2
18872026-08-07T05:48:19.755Z Compiling slog v2.8.2
18882026-08-07T05:48:19.843Z Compiling quote v1.0.45
18892026-08-07T05:48:20.316Z Compiling thiserror v1.0.69
18902026-08-07T05:48:20.419Z Compiling syn v2.0.117
18912026-08-07T05:48:20.439Z Compiling byteorder v1.5.0
18922026-08-07T05:48:20.505Z Compiling tokio-util v0.7.18
18932026-08-07T05:48:20.703Z Compiling ppv-lite86 v0.2.21
18942026-08-07T05:48:21.043Z Compiling ipnet v2.12.0
18952026-08-07T05:48:21.303Z Compiling rustls-pki-types v1.14.1
18962026-08-07T05:48:21.399Z Compiling rustix v1.1.4
18972026-08-07T05:48:21.536Z Compiling aws-lc-sys v0.41.0
18982026-08-07T05:48:21.745Z Compiling http-body v1.0.1
18992026-08-07T05:48:21.913Z Compiling untrusted v0.7.1
19002026-08-07T05:48:21.985Z Compiling atomic-waker v1.1.2
19012026-08-07T05:48:22.045Z Compiling pretty-hex v0.4.2
19022026-08-07T05:48:22.119Z Compiling aws-lc-rs v1.17.0
19032026-08-07T05:48:22.119Z Compiling httparse v1.10.1
19042026-08-07T05:48:22.156Z Compiling try-lock v0.2.5
19052026-08-07T05:48:22.185Z Compiling rustls v0.23.40
19062026-08-07T05:48:22.240Z Compiling ryu v1.0.23
19072026-08-07T05:48:22.272Z Compiling untrusted v0.9.0
19082026-08-07T05:48:22.404Z Compiling tower-layer v0.3.3
19092026-08-07T05:48:22.404Z Compiling tower-service v0.3.3
19102026-08-07T05:48:22.526Z Compiling want v0.3.1
19112026-08-07T05:48:22.538Z Compiling h2 v0.4.14
19122026-08-07T05:48:22.603Z Compiling plain v0.2.3
19132026-08-07T05:48:22.613Z Compiling httpdate v1.0.3
19142026-08-07T05:48:22.708Z Compiling getrandom v0.3.4
19152026-08-07T05:48:22.721Z Compiling crossbeam-utils v0.8.21
19162026-08-07T05:48:22.953Z Compiling ucd-trie v0.1.7
19172026-08-07T05:48:23.023Z Compiling regex-syntax v0.8.10
19182026-08-07T05:48:23.406Z Compiling rustls-webpki v0.103.13
19192026-08-07T05:48:23.446Z Compiling pest v2.8.6
19202026-08-07T05:48:23.511Z Compiling rand_core v0.9.5
19212026-08-07T05:48:23.776Z Compiling omicron-workspace-hack v0.1.0
19222026-08-07T05:48:23.854Z Compiling serde_urlencoded v0.7.1
19232026-08-07T05:48:24.929Z Compiling http-body-util v0.1.4
19242026-08-07T05:48:25.111Z Compiling hyper v1.11.0
19252026-08-07T05:48:25.240Z Compiling foldhash v0.2.0
19262026-08-07T05:48:25.541Z Compiling anyhow v1.0.104
19272026-08-07T05:48:25.914Z Compiling rand_chacha v0.9.0
19282026-08-07T05:48:26.200Z Compiling powerfmt v0.2.0
19292026-08-07T05:48:26.469Z Compiling deranged v0.5.8
19302026-08-07T05:48:26.505Z Compiling rand v0.9.4
19312026-08-07T05:48:27.239Z Compiling hyper-util v0.1.20
19322026-08-07T05:48:27.606Z Compiling newtype-uuid v1.3.2
19332026-08-07T05:48:28.591Z Compiling tokio-rustls v0.26.4
19342026-08-07T05:48:28.763Z Compiling sync_wrapper v1.0.2
19352026-08-07T05:48:28.886Z Compiling aho-corasick v1.1.4
19362026-08-07T05:48:28.906Z Compiling time-core v0.1.8
19372026-08-07T05:48:29.062Z Compiling num-conv v0.2.2
19382026-08-07T05:48:29.230Z Compiling num_threads v0.1.7
19392026-08-07T05:48:29.266Z Compiling hex v0.4.3
19402026-08-07T05:48:29.328Z Compiling time v0.3.47
19412026-08-07T05:48:29.618Z Compiling tower v0.5.3
19422026-08-07T05:48:29.727Z Compiling daft v0.1.7
19432026-08-07T05:48:30.028Z Compiling regex-automata v0.4.14
19442026-08-07T05:48:30.231Z Compiling fastrand v2.4.1
19452026-08-07T05:48:30.297Z Compiling tower-http v0.6.11
19462026-08-07T05:48:30.377Z Compiling hashbrown v0.16.1
19472026-08-07T05:48:30.580Z Compiling crossbeam-channel v0.5.15
19482026-08-07T05:48:30.978Z Compiling openapiv3 v2.2.0
19492026-08-07T05:48:31.108Z Compiling openssl-probe v0.2.1
19502026-08-07T05:48:31.288Z Compiling rustls-native-certs v0.8.4
19512026-08-07T05:48:31.364Z Compiling generic-array v0.14.7
19522026-08-07T05:48:31.929Z Compiling scroll v0.13.0
19532026-08-07T05:48:32.067Z Compiling futures-executor v0.3.32
19542026-08-07T05:48:32.238Z Compiling thread_local v1.1.9
19552026-08-07T05:48:32.238Z Compiling cpufeatures v0.3.0
19562026-08-07T05:48:32.325Z Compiling futures v0.3.32
19572026-08-07T05:48:32.414Z Compiling goblin v0.10.7
19582026-08-07T05:48:32.563Z Compiling regex v1.12.3
19592026-08-07T05:48:32.587Z Compiling camino v1.2.5
19602026-08-07T05:48:33.181Z Compiling rustls-platform-verifier v0.7.0
19612026-08-07T05:48:33.326Z Compiling tempfile v3.27.0
19622026-08-07T05:48:33.760Z Compiling hyper-rustls v0.27.9
19632026-08-07T05:48:34.021Z Compiling is-terminal v0.4.17
19642026-08-07T05:48:34.127Z Compiling winnow v1.0.3
19652026-08-07T05:48:34.147Z Compiling term v1.2.1
19662026-08-07T05:48:34.205Z Compiling either v1.16.0
19672026-08-07T05:48:34.312Z Compiling take_mut v0.2.2
19682026-08-07T05:48:34.434Z Compiling slog-async v2.8.0
19692026-08-07T05:48:34.434Z Compiling reqwest v0.13.4
19702026-08-07T05:48:35.624Z Compiling slog-term v2.9.2
19712026-08-07T05:48:35.783Z Compiling dof v0.4.0
19722026-08-07T05:48:36.073Z Compiling dtrace-parser v0.3.0
19732026-08-07T05:48:36.983Z Compiling hybrid-array v0.4.12
19742026-08-07T05:48:37.492Z Compiling thread-id v5.1.0
19752026-08-07T05:48:37.586Z Compiling match_cfg v0.1.0
19762026-08-07T05:48:37.664Z Compiling simd-adler32 v0.3.9
19772026-08-07T05:48:38.546Z Compiling adler2 v2.0.1
19782026-08-07T05:48:38.650Z Compiling miniz_oxide v0.8.9
19792026-08-07T05:48:38.716Z Compiling hostname v0.3.1
19802026-08-07T05:48:38.847Z Compiling usdt-impl v0.6.0
19812026-08-07T05:48:38.882Z Compiling crc32fast v1.5.0
19822026-08-07T05:48:39.137Z Compiling slog-json v2.6.1
19832026-08-07T05:48:39.408Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19842026-08-07T05:48:40.042Z Compiling memmap2 v0.9.10
19852026-08-07T05:48:40.348Z Compiling usdt v0.6.0
19862026-08-07T05:48:41.024Z Compiling slog-bunyan v2.5.0
19872026-08-07T05:48:41.213Z Compiling flate2 v1.1.9
19882026-08-07T05:48:41.358Z Compiling block-buffer v0.12.0
19892026-08-07T05:48:41.372Z Compiling crypto-common v0.2.2
19902026-08-07T05:48:41.547Z Compiling crypto-common v0.1.7
19912026-08-07T05:48:41.701Z Compiling rand_chacha v0.3.1
19922026-08-07T05:48:41.768Z Compiling debug-ignore v1.0.5
19932026-08-07T05:48:41.884Z Compiling const-oid v0.10.2
19942026-08-07T05:48:42.186Z Compiling compression-core v0.4.32
19952026-08-07T05:48:42.311Z Compiling compression-codecs v0.4.38
19962026-08-07T05:48:42.374Z Compiling digest v0.11.3
19972026-08-07T05:48:42.571Z Compiling rand v0.8.6
19982026-08-07T05:48:42.646Z Compiling ref-cast v1.0.25
19992026-08-07T05:48:42.672Z Compiling toml_parser v1.1.2+spec-1.1.0
20002026-08-07T05:48:42.754Z Compiling strum v0.26.3
20012026-08-07T05:48:42.890Z Compiling macaddr v1.0.1
20022026-08-07T05:48:43.175Z Compiling serde_spanned v1.1.1
20032026-08-07T05:48:43.205Z Compiling toml_datetime v1.1.1+spec-1.1.0
20042026-08-07T05:48:43.327Z Compiling wait-timeout v0.2.1
20052026-08-07T05:48:43.356Z Compiling encoding_rs v0.8.35
20062026-08-07T05:48:43.651Z Compiling spin v0.9.8
20072026-08-07T05:48:43.781Z Compiling bit-vec v0.8.0
20082026-08-07T05:48:43.808Z Compiling toml_writer v1.1.1+spec-1.1.0
20092026-08-07T05:48:43.994Z Compiling quick-error v1.2.3
20102026-08-07T05:48:44.074Z Compiling mime v0.3.17
20112026-08-07T05:48:44.085Z Compiling rusty-fork v0.3.1
20122026-08-07T05:48:44.102Z Compiling bit-set v0.8.0
20132026-08-07T05:48:44.114Z Compiling toml v1.1.2+spec-1.1.0
20142026-08-07T05:48:44.292Z Compiling sha1 v0.11.0
20152026-08-07T05:48:44.539Z Compiling multer v3.1.0
20162026-08-07T05:48:44.723Z Compiling async-compression v0.4.42
20172026-08-07T05:48:44.951Z Compiling progenitor-client v0.14.0
20182026-08-07T05:48:45.203Z Compiling serde_with v3.21.0
20192026-08-07T05:48:45.446Z Compiling async-stream v0.3.6
20202026-08-07T05:48:45.649Z Compiling rand_xorshift v0.4.0
20212026-08-07T05:48:45.764Z Compiling waitgroup v0.1.2
20222026-08-07T05:48:45.814Z Compiling rustls-pemfile v2.2.0
20232026-08-07T05:48:45.850Z Compiling serde_path_to_error v0.1.20
20242026-08-07T05:48:45.923Z Compiling hostname v0.4.2
20252026-08-07T05:48:46.105Z Compiling unarray v0.1.4
20262026-08-07T05:48:46.117Z Compiling strum v0.27.2
20272026-08-07T05:48:46.228Z Compiling proptest v1.11.0
20282026-08-07T05:48:46.254Z Compiling dropshot v0.17.1
20292026-08-07T05:48:46.300Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20302026-08-07T05:48:46.452Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20312026-08-07T05:48:46.625Z Compiling iddqd v0.4.6
20322026-08-07T05:48:46.686Z Compiling itertools v0.14.0
20332026-08-07T05:48:47.666Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-08-07T05:48:47.951Z Compiling block-buffer v0.10.4
20352026-08-07T05:48:47.998Z Compiling reqwest v0.12.28
20362026-08-07T05:48:48.128Z Compiling backon v1.6.0
20372026-08-07T05:48:48.283Z Compiling instant v0.1.13
20382026-08-07T05:48:48.394Z Compiling backoff v0.4.0
20392026-08-07T05:48:48.409Z Compiling progenitor-extras v0.2.0
20402026-08-07T05:48:48.599Z Compiling digest v0.10.7
20412026-08-07T05:48:48.620Z Compiling parse-display v0.10.0
20422026-08-07T05:48:48.655Z Compiling regress v0.10.5
20432026-08-07T05:48:48.670Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20442026-08-07T05:48:48.856Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20452026-08-07T05:48:49.499Z Compiling progenitor-client v0.10.0
20462026-08-07T05:48:50.000Z Compiling humantime v2.3.0
20472026-08-07T05:48:50.434Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-08-07T05:48:50.447Z Compiling unicode-width v0.2.2
20492026-08-07T05:48:50.787Z Compiling heck v0.5.0
20502026-08-07T05:48:51.658Z Compiling cpufeatures v0.2.17
20512026-08-07T05:48:51.740Z Compiling utf8parse v0.2.2
20522026-08-07T05:48:51.862Z Compiling anstyle-parse v1.0.0
20532026-08-07T05:48:52.097Z Compiling terminal_size v0.4.4
20542026-08-07T05:48:52.265Z Compiling is_terminal_polyfill v1.70.2
20552026-08-07T05:48:52.381Z Compiling colorchoice v1.0.5
20562026-08-07T05:48:52.413Z Compiling anstyle-query v1.1.5
20572026-08-07T05:48:52.515Z Compiling anstyle v1.0.14
20582026-08-07T05:48:52.530Z Compiling secrecy v0.10.3
20592026-08-07T05:48:52.566Z Compiling clap_lex v1.1.0
20602026-08-07T05:48:52.702Z Compiling anstream v1.0.0
20612026-08-07T05:48:52.796Z Compiling tinyvec_macros v0.1.1
20622026-08-07T05:48:52.875Z Compiling strsim v0.11.1
20632026-08-07T05:48:52.939Z Compiling tinyvec v1.11.0
20642026-08-07T05:48:53.227Z Compiling clap_builder v4.6.5
20652026-08-07T05:48:53.392Z Compiling regress v0.11.1
20662026-08-07T05:48:53.406Z Compiling num-integer v0.1.46
20672026-08-07T05:48:53.712Z Compiling scroll v0.12.0
20682026-08-07T05:48:53.903Z Compiling crucible-workspace-hack v0.1.0
20692026-08-07T05:48:53.981Z Compiling hmac v0.12.1
20702026-08-07T05:48:54.023Z Compiling inout v0.1.4
20712026-08-07T05:48:54.145Z Compiling ff v0.13.1
20722026-08-07T05:48:54.196Z Compiling cipher v0.4.4
20732026-08-07T05:48:54.298Z Compiling group v0.13.0
20742026-08-07T05:48:54.425Z Compiling hkdf v0.12.4
20752026-08-07T05:48:54.453Z Compiling goblin v0.8.2
20762026-08-07T05:48:54.598Z Compiling num-iter v0.1.45
20772026-08-07T05:48:54.731Z Compiling num-rational v0.4.2
20782026-08-07T05:48:55.372Z Compiling clap v4.6.5
20792026-08-07T05:48:55.465Z Compiling typify-impl v0.6.2
20802026-08-07T05:48:55.870Z Compiling zerocopy v0.7.35
20812026-08-07T05:48:56.501Z Compiling universal-hash v0.5.1
20822026-08-07T05:48:56.655Z Compiling crypto-bigint v0.5.5
20832026-08-07T05:48:58.314Z Compiling typify v0.6.2
20842026-08-07T05:48:58.433Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20852026-08-07T05:48:58.631Z Compiling half v2.7.1
20862026-08-07T05:48:58.991Z Compiling num-complex v0.4.6
20872026-08-07T05:48:59.448Z Compiling opaque-debug v0.3.1
20882026-08-07T05:48:59.529Z Compiling ciborium-io v0.2.2
20892026-08-07T05:48:59.638Z Compiling base16ct v0.2.0
20902026-08-07T05:48:59.720Z Compiling base64ct v1.8.3
20912026-08-07T05:48:59.854Z Compiling elliptic-curve v0.13.8
20922026-08-07T05:49:00.078Z Compiling password-hash v0.5.0
20932026-08-07T05:49:00.172Z Compiling ciborium-ll v0.2.2
20942026-08-07T05:49:00.449Z Compiling poly1305 v0.8.0
20952026-08-07T05:49:00.776Z Compiling curve25519-dalek v4.1.3
20962026-08-07T05:49:01.037Z Compiling num v0.4.3
20972026-08-07T05:49:01.088Z Compiling hubpack v0.1.2
20982026-08-07T05:49:01.116Z Compiling thiserror-no-std v2.0.2
20992026-08-07T05:49:01.215Z Compiling dof v0.3.0
21002026-08-07T05:49:01.345Z Compiling chacha20 v0.9.1
21012026-08-07T05:49:01.605Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21022026-08-07T05:49:03.533Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-08-07T05:49:03.928Z Compiling blake2 v0.10.6
21042026-08-07T05:49:04.167Z Compiling aead v0.5.2
21052026-08-07T05:49:04.248Z Compiling byte-wrapper v0.1.0
21062026-08-07T05:49:04.368Z Compiling dtrace-parser v0.2.0
21072026-08-07T05:49:04.382Z Compiling crossbeam-epoch v0.9.18
21082026-08-07T05:49:04.437Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21092026-08-07T05:49:04.854Z Compiling thread-id v4.2.2
21102026-08-07T05:49:04.949Z Compiling static_assertions v1.1.0
21112026-08-07T05:49:05.032Z Compiling float-ord v0.3.2
21122026-08-07T05:49:05.095Z Compiling keccak v0.1.6
21132026-08-07T05:49:05.142Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21142026-08-07T05:49:05.154Z Compiling usdt-impl v0.5.0
21152026-08-07T05:49:05.714Z Compiling sha3 v0.10.9
21162026-08-07T05:49:05.814Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21172026-08-07T05:49:06.119Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-08-07T05:49:06.489Z Compiling chacha20poly1305 v0.10.1
21192026-08-07T05:49:06.651Z Compiling argon2 v0.5.3
21202026-08-07T05:49:06.949Z Compiling vsss-rs v3.3.4
21212026-08-07T05:49:07.657Z Compiling memoffset v0.9.1
21222026-08-07T05:49:07.756Z Compiling ciborium v0.2.2
21232026-08-07T05:49:08.483Z Compiling hash32 v0.3.1
21242026-08-07T05:49:08.658Z Compiling memmap v0.7.0
21252026-08-07T05:49:08.670Z Compiling data-encoding v2.11.0
21262026-08-07T05:49:08.911Z Compiling indent_write v2.2.0
21272026-08-07T05:49:09.072Z Compiling usdt v0.5.0
21282026-08-07T05:49:09.488Z Compiling heapless v0.8.0
21292026-08-07T05:49:09.733Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-08-07T05:49:10.010Z Compiling nix v0.31.3
21312026-08-07T05:49:10.377Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21322026-08-07T05:49:10.487Z Compiling ingot-types v0.1.2
21332026-08-07T05:49:10.776Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-08-07T05:49:10.942Z Compiling rustix v0.38.44
21352026-08-07T05:49:11.139Z Compiling tabwriter v1.4.1
21362026-08-07T05:49:11.390Z Compiling cobs v0.3.0
21372026-08-07T05:49:11.512Z Compiling bitflags v1.3.2
21382026-08-07T05:49:11.596Z Compiling managed v0.8.0
21392026-08-07T05:49:11.668Z Compiling colored v3.1.1
21402026-08-07T05:49:11.868Z Compiling bytecount v0.6.9
21412026-08-07T05:49:12.062Z Compiling foreign-types-shared v0.3.1
21422026-08-07T05:49:12.167Z Compiling foreign-types v0.5.0
21432026-08-07T05:49:12.256Z Compiling smoltcp v0.11.0
21442026-08-07T05:49:12.311Z Compiling postcard v1.1.3
21452026-08-07T05:49:12.330Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-08-07T05:49:12.622Z Compiling num_enum v0.7.6
21472026-08-07T05:49:12.699Z Compiling ingot v0.1.1
21482026-08-07T05:49:12.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21492026-08-07T05:49:12.875Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-08-07T05:49:13.165Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21512026-08-07T05:49:13.297Z Compiling chacha20 v0.10.0
21522026-08-07T05:49:13.604Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21532026-08-07T05:49:14.041Z Compiling toml_datetime v0.6.11
21542026-08-07T05:49:14.430Z Compiling serde_spanned v0.6.9
21552026-08-07T05:49:14.635Z Compiling cstr-argument v0.1.2
21562026-08-07T05:49:14.815Z Compiling resolv-conf v0.7.6
21572026-08-07T05:49:14.903Z Compiling winnow v0.7.15
21582026-08-07T05:49:15.433Z Compiling swrite v0.1.0
21592026-08-07T05:49:15.508Z Compiling linked-hash-map v0.5.6
21602026-08-07T05:49:15.546Z Compiling unicode-segmentation v1.13.3
21612026-08-07T05:49:15.729Z Compiling toml_write v0.1.2
21622026-08-07T05:49:15.988Z Compiling newline-converter v0.3.0
21632026-08-07T05:49:16.133Z Compiling lru-cache v0.1.2
21642026-08-07T05:49:16.145Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21652026-08-07T05:49:16.164Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21662026-08-07T05:49:16.278Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21672026-08-07T05:49:16.417Z Compiling rand v0.10.2
21682026-08-07T05:49:16.546Z Compiling toml_edit v0.22.27
21692026-08-07T05:49:16.906Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21702026-08-07T05:49:17.143Z Compiling atomicwrites v0.4.4
21712026-08-07T05:49:17.209Z Compiling hickory-proto v0.24.4
21722026-08-07T05:49:17.380Z Compiling crossbeam-deque v0.8.6
21732026-08-07T05:49:17.442Z Compiling progenitor-impl v0.14.0
21742026-08-07T05:49:17.608Z Compiling console v0.15.11
21752026-08-07T05:49:17.909Z Compiling itertools v0.12.1
21762026-08-07T05:49:18.988Z Compiling camino-tempfile v1.4.1
21772026-08-07T05:49:19.398Z Compiling serde-big-array v0.5.1
21782026-08-07T05:49:19.431Z Compiling lazy_static v1.5.0
21792026-08-07T05:49:19.543Z Compiling similar v2.7.0
21802026-08-07T05:49:19.561Z Compiling siphasher v1.0.3
21812026-08-07T05:49:19.782Z Compiling phf_shared v0.12.1
21822026-08-07T05:49:20.014Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21832026-08-07T05:49:20.253Z Compiling expectorate v1.2.0
21842026-08-07T05:49:20.474Z Compiling pin-project v1.1.13
21852026-08-07T05:49:20.588Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21862026-08-07T05:49:21.454Z Compiling hickory-resolver v0.24.4
21872026-08-07T05:49:22.254Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-08-07T05:49:23.876Z Compiling progenitor v0.14.0
21892026-08-07T05:49:24.038Z Compiling toml v0.8.23
21902026-08-07T05:49:25.704Z Compiling rayon-core v1.13.0
21912026-08-07T05:49:25.846Z Compiling prettyplease v0.2.37
21922026-08-07T05:49:25.974Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
21932026-08-07T05:49:26.950Z Compiling num_enum v0.5.11
21942026-08-07T05:49:27.082Z Compiling progenitor-impl v0.13.0
21952026-08-07T05:49:27.429Z Compiling unicode-normalization v0.1.25
21962026-08-07T05:49:28.050Z Compiling progenitor-client v0.13.0
21972026-08-07T05:49:28.573Z Compiling tokio-stream v0.1.18
21982026-08-07T05:49:29.169Z Compiling bstr v1.12.1
21992026-08-07T05:49:29.713Z Compiling csv-core v0.1.13
22002026-08-07T05:49:29.889Z Compiling foldhash v0.1.5
22012026-08-07T05:49:30.121Z Compiling unicode-width v0.1.14
22022026-08-07T05:49:30.132Z Compiling highway v1.3.0
22032026-08-07T05:49:30.434Z Compiling konst_macro_rules v0.2.19
22042026-08-07T05:49:30.655Z Compiling foreign-types-shared v0.1.1
22052026-08-07T05:49:30.758Z Compiling same-file v1.0.6
22062026-08-07T05:49:30.810Z Compiling foreign-types v0.3.2
22072026-08-07T05:49:30.892Z Compiling walkdir v2.5.0
22082026-08-07T05:49:30.918Z Compiling konst v0.2.20
22092026-08-07T05:49:30.940Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-08-07T05:49:31.299Z Compiling hashbrown v0.15.5
22112026-08-07T05:49:31.608Z Compiling csv v1.4.0
22122026-08-07T05:49:31.972Z Compiling globset v0.4.18
22132026-08-07T05:49:32.590Z Compiling snafu v0.8.9
22142026-08-07T05:49:32.918Z Compiling qorb v0.4.1
22152026-08-07T05:49:33.189Z Compiling progenitor v0.13.0
22162026-08-07T05:49:33.346Z Compiling olpc-cjson v0.1.4
22172026-08-07T05:49:33.574Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22182026-08-07T05:49:34.199Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-08-07T05:49:35.335Z Compiling rayon v1.12.0
22202026-08-07T05:49:36.774Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-08-07T05:49:37.534Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22222026-08-07T05:49:37.606Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-08-07T05:49:38.107Z Compiling phf v0.12.1
22242026-08-07T05:49:38.298Z Compiling openssl-sys v0.9.116
22252026-08-07T05:49:38.763Z Compiling tokio-dtrace v0.1.1
22262026-08-07T05:49:39.111Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-08-07T05:49:39.792Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22282026-08-07T05:49:40.015Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22292026-08-07T05:49:40.786Z Compiling libsw-core v0.3.2
22302026-08-07T05:49:40.979Z Compiling pem v3.0.6
22312026-08-07T05:49:41.413Z Compiling serde_plain v1.0.2
22322026-08-07T05:49:41.693Z Compiling sigpipe v0.1.3
22332026-08-07T05:49:41.718Z Compiling glob v0.3.3
22342026-08-07T05:49:41.794Z Compiling fixedbitset v0.5.7
22352026-08-07T05:49:42.323Z Compiling minimal-lexical v0.2.1
22362026-08-07T05:49:42.346Z Compiling typed-path v0.9.3
22372026-08-07T05:49:42.662Z Compiling fixedbitset v0.4.2
22382026-08-07T05:49:42.718Z Compiling jiff v0.2.28
22392026-08-07T05:49:42.889Z Compiling petgraph v0.6.5
22402026-08-07T05:49:43.051Z Compiling nom v7.1.3
22412026-08-07T05:49:43.809Z Compiling tough v0.22.0
22422026-08-07T05:49:44.745Z Compiling petgraph v0.8.3
22432026-08-07T05:49:44.784Z Compiling openssl v0.10.80
22442026-08-07T05:49:45.375Z Compiling libsw v3.5.0
22452026-08-07T05:49:45.565Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22462026-08-07T05:49:46.716Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-08-07T05:49:47.177Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22482026-08-07T05:49:47.437Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22492026-08-07T05:49:47.501Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22502026-08-07T05:49:47.742Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22512026-08-07T05:49:47.989Z Compiling zone v0.3.1
22522026-08-07T05:49:49.154Z Compiling oxide-tokio-rt v0.1.6
22532026-08-07T05:49:49.782Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22542026-08-07T05:49:49.812Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22552026-08-07T05:49:49.993Z Compiling chrono-tz v0.10.4
22562026-08-07T05:49:50.657Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
22572026-08-07T05:49:50.751Z Compiling newtype_derive v0.1.6
22582026-08-07T05:49:50.838Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22592026-08-07T05:49:51.306Z Compiling slog-dtrace v0.3.0
22602026-08-07T05:49:52.003Z Compiling const_format v0.2.36
22612026-08-07T05:49:52.527Z Compiling cancel-safe-futures v0.1.5
22622026-08-07T05:49:52.898Z Compiling owo-colors v4.3.0
22632026-08-07T05:49:53.814Z Compiling papergrid v0.11.0
22642026-08-07T05:49:53.826Z Compiling gethostname v0.5.0
22652026-08-07T05:49:53.961Z Compiling libscf-sys v1.2.0
22662026-08-07T05:49:54.078Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22672026-08-07T05:49:54.107Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22682026-08-07T05:49:54.239Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22692026-08-07T05:49:54.563Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22702026-08-07T05:49:54.689Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22712026-08-07T05:49:54.764Z Compiling smf v0.2.3
22722026-08-07T05:49:54.875Z Compiling bcs v0.1.6
22732026-08-07T05:49:55.305Z Compiling tagptr v0.2.0
22742026-08-07T05:49:55.463Z Compiling whoami v1.6.1
22752026-08-07T05:49:55.475Z Compiling linear-map v1.2.0
22762026-08-07T05:49:55.699Z Compiling smawk v0.3.2
22772026-08-07T05:49:55.865Z Compiling unicode-linebreak v0.1.5
22782026-08-07T05:49:55.931Z Compiling termtree v0.5.1
22792026-08-07T05:49:55.964Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22802026-08-07T05:49:56.108Z Compiling textwrap v0.16.2
22812026-08-07T05:49:56.165Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22822026-08-07T05:49:57.679Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22832026-08-07T05:49:57.694Z Compiling moka v0.12.15
22842026-08-07T05:49:57.706Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22852026-08-07T05:49:57.871Z Compiling tabled v0.15.0
22862026-08-07T05:49:58.999Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22872026-08-07T05:49:59.250Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22882026-08-07T05:49:59.466Z Compiling steno v0.4.1
22892026-08-07T05:49:59.519Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22902026-08-07T05:50:01.273Z Compiling cookie v0.18.1
22912026-08-07T05:50:02.668Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22922026-08-07T05:50:04.918Z Compiling papergrid v0.18.0
22932026-08-07T05:50:06.720Z Compiling hickory-proto v0.25.2
22942026-08-07T05:50:07.320Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22952026-08-07T05:50:07.518Z Compiling testing_table v0.3.0
22962026-08-07T05:50:07.778Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22972026-08-07T05:50:09.015Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
22982026-08-07T05:50:09.310Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22992026-08-07T05:50:09.534Z Compiling hickory-resolver v0.25.2
23002026-08-07T05:50:09.546Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23012026-08-07T05:50:10.683Z Compiling tabled v0.21.0
23022026-08-07T05:50:12.011Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23032026-08-07T05:50:12.426Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23042026-08-07T05:50:13.116Z Compiling arc-swap v1.9.1
23052026-08-07T05:50:13.480Z Compiling slog-scope v4.4.1
23062026-08-07T05:50:13.879Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
23072026-08-07T05:50:14.597Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
23082026-08-07T05:50:16.167Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23092026-08-07T05:50:17.714Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23102026-08-07T05:50:17.772Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23112026-08-07T05:50:18.481Z Compiling crc8 v0.1.1
23122026-08-07T05:50:18.601Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
23132026-08-07T05:50:19.552Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23142026-08-07T05:50:20.424Z Compiling slog-stdlog v4.1.1
23152026-08-07T05:50:20.794Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23162026-08-07T05:50:20.909Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
23172026-08-07T05:50:20.918Z Compiling slog-envlogger v2.2.0
23182026-08-07T05:50:21.205Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
23192026-08-07T05:50:21.582Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23202026-08-07T05:50:24.493Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23212026-08-07T05:50:27.606Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23222026-08-07T05:50:30.828Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
23232026-08-07T05:50:38.933Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
23242026-08-07T05:50:43.441Z Finished `release` profile [optimized] target(s) in 2m 31s
23252026-08-07T05:50:43.457Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
23262026-08-07T05:50:43.457Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
23272026-08-07T05:50:43.557Z Running unittests src/lib.rs (target/release/deps/mg_tests-4afc0259c0e77ea7)
23282026-08-07T05:50:43.562Z
23292026-08-07T05:50:43.562Zrunning 1 test
23302026-08-07T05:50:43.717Zconfigure zone
23312026-08-07T05:50:43.739Zinstall zone
23322026-08-07T05:50:52.763Zboot zone
23332026-08-07T05:50:52.852Zstart zone s1
23342026-08-07T05:50:52.853Zconfigure zone
23352026-08-07T05:50:52.862Zinstall zone
23362026-08-07T05:50:54.564Zboot zone
23372026-08-07T05:50:54.665Zstart zone s2
23382026-08-07T05:50:54.665Zconfigure zone
23392026-08-07T05:50:54.675Zinstall zone
23402026-08-07T05:50:56.798Zboot zone
23412026-08-07T05:50:56.908Zstart zone t1
23422026-08-07T05:50:56.908Zconfigure zone
23432026-08-07T05:50:56.917Zinstall zone
23442026-08-07T05:50:59.126Zboot zone
23452026-08-07T05:50:59.232Zwaiting for zones to come up
23462026-08-07T05:51:09.233Z[sidecar.trio] svcs milestone/network
23472026-08-07T05:51:09.258ZSTATE STIME FMRI
23482026-08-07T05:51:09.258Zonline 5:50:52 svc:/milestone/network:default
23492026-08-07T05:51:09.258Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
23502026-08-07T05:51:09.284Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
23512026-08-07T05:51:09.311Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
23522026-08-07T05:51:09.333Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
23532026-08-07T05:51:09.336Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
23542026-08-07T05:51:09.348Z
23552026-08-07T05:51:09.348Zrunning zone s1.trio setup
23562026-08-07T05:51:09.349Z[s1.trio] svcs milestone/network
23572026-08-07T05:51:09.365ZSTATE STIME FMRI
23582026-08-07T05:51:09.365Zonline 5:50:54 svc:/milestone/network:default
23592026-08-07T05:51:09.365Z[s1.trio] dladm
23602026-08-07T05:51:09.379ZLINK CLASS MTU STATE BRIDGE OVER
23612026-08-07T05:51:09.379Zsl0 simnet 9000 up -- ?
23622026-08-07T05:51:09.379Zmg2 vnic 9000 up -- ?
23632026-08-07T05:51:09.379Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
23642026-08-07T05:51:09.903Z
23652026-08-07T05:51:09.904Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
23662026-08-07T05:51:09.921Z
23672026-08-07T05:51:09.921Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
23682026-08-07T05:51:09.930Z
23692026-08-07T05:51:09.930Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
23702026-08-07T05:51:10.054Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
23712026-08-07T05:51:10.116Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7e553133-05d2-4bcb-845c-169fdcff8e9c --sled-uuid 4aa106aa-a104-4ed6-a5ff-e0518297eb9a -a sl0/v6 &> /opt/ddmd.log &
23722026-08-07T05:51:10.129Z
23732026-08-07T05:51:10.129Zrunning zone s2.trio setup
23742026-08-07T05:51:10.129Z[s2.trio] svcs milestone/network
23752026-08-07T05:51:10.153ZSTATE STIME FMRI
23762026-08-07T05:51:10.153Zonline 5:50:56 svc:/milestone/network:default
23772026-08-07T05:51:10.153Z[s2.trio] dladm
23782026-08-07T05:51:10.190ZLINK CLASS MTU STATE BRIDGE OVER
23792026-08-07T05:51:10.190Zsl1 simnet 9000 up -- ?
23802026-08-07T05:51:10.190Zmg3 vnic 9000 up -- ?
23812026-08-07T05:51:10.190Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
23822026-08-07T05:51:10.663Z
23832026-08-07T05:51:10.663Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
23842026-08-07T05:51:10.681Z
23852026-08-07T05:51:10.681Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
23862026-08-07T05:51:10.692Z
23872026-08-07T05:51:10.692Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
23882026-08-07T05:51:10.737Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
23892026-08-07T05:51:10.783Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 362c9143-27b4-4f94-9298-219832e796c7 --sled-uuid 728e66c7-2c45-4e30-9be8-8b74c1e6b8e7 -a sl1/v6 &> /opt/ddmd.log &
23902026-08-07T05:51:10.795Z
23912026-08-07T05:51:10.795Zrunning zone t1.trio setup
23922026-08-07T05:51:10.795Z[t1.trio] svcs milestone/network
23932026-08-07T05:51:10.809ZSTATE STIME FMRI
23942026-08-07T05:51:10.809Zonline 5:50:58 svc:/milestone/network:default
23952026-08-07T05:51:10.809Z[t1.trio] dladm
23962026-08-07T05:51:10.823ZLINK CLASS MTU STATE BRIDGE OVER
23972026-08-07T05:51:10.823Ztfportrear0_0 simnet 9000 up -- ?
23982026-08-07T05:51:10.823Ztfportrear1_0 simnet 9000 up -- ?
23992026-08-07T05:51:10.823Zmg1 vnic 9000 up -- ?
24002026-08-07T05:51:10.823Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
24012026-08-07T05:51:11.443Z
24022026-08-07T05:51:11.443Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
24032026-08-07T05:51:11.459Z
24042026-08-07T05:51:11.459Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
24052026-08-07T05:51:11.473Z
24062026-08-07T05:51:11.473Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
24072026-08-07T05:51:11.485Z
24082026-08-07T05:51:11.485Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
24092026-08-07T05:51:11.825Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
24102026-08-07T05:51:11.829Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
24112026-08-07T05:51:11.829Zwaiting 3s for copy of files to zone to complete ...
24122026-08-07T05:51:14.839Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
24132026-08-07T05:51:14.959Z
24142026-08-07T05:51:14.959Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
24152026-08-07T05:51:15.066Z
24162026-08-07T05:51:15.067Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
24172026-08-07T05:51:15.108Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
24182026-08-07T05:51:15.143Z[t1.trio] svcadm disable dendrite
24192026-08-07T05:51:15.168Z
24202026-08-07T05:51:15.168Z[t1.trio] svcadm disable tfport
24212026-08-07T05:51:15.192Z
24222026-08-07T05:51:15.192Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
24232026-08-07T05:51:15.217Z
24242026-08-07T05:51:15.217Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
24252026-08-07T05:51:15.242Z
24262026-08-07T05:51:15.242Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
24272026-08-07T05:51:15.267Z
24282026-08-07T05:51:15.267Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
24292026-08-07T05:51:15.291Z
24302026-08-07T05:51:15.291Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
24312026-08-07T05:51:15.315Z
24322026-08-07T05:51:15.316Z[t1.trio] svcadm refresh dendrite:default
24332026-08-07T05:51:15.337Z
24342026-08-07T05:51:15.337Z[t1.trio] svcadm enable dendrite:default
24352026-08-07T05:51:15.358Z
24362026-08-07T05:51:15.358Zwaiting for dendrite to come online ...
24372026-08-07T05:51:15.358Z[t1.trio] svcs -Ho state dendrite:default
24382026-08-07T05:51:15.379Zonline
24392026-08-07T05:51:15.379Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
24402026-08-07T05:51:15.405Z
24412026-08-07T05:51:15.405Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
24422026-08-07T05:51:15.431Z
24432026-08-07T05:51:15.431Z[t1.trio] svcadm refresh tfport:default
24442026-08-07T05:51:15.452Z
24452026-08-07T05:51:15.453Z[t1.trio] svcadm enable tfport
24462026-08-07T05:51:15.474Z
24472026-08-07T05:51:15.474Zwaiting for tfport to come online ...
24482026-08-07T05:51:15.474Z[t1.trio] svcs -Ho state tfport:default
24492026-08-07T05:51:15.495Zonline
24502026-08-07T05:51:15.495Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 47776c69-bbe3-41df-8351-dc7f3c6be830 --sled-uuid e4c005af-d082-4e00-9367-f1b5e329daa8 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
24512026-08-07T05:51:15.508Z
24522026-08-07T05:51:15.508Z[t1.trio] ipadm
24532026-08-07T05:51:15.522ZADDROBJ TYPE STATE ADDR
24542026-08-07T05:51:15.522Zlo0/v4 static ok 127.0.0.1/8
24552026-08-07T05:51:15.522Zmg1/v4 static ok 10.0.0.3/24
24562026-08-07T05:51:15.522Zlo0/v6 static ok ::1/128
24572026-08-07T05:51:15.523Zlo0/u6 static ok fd00:3::1/64
24582026-08-07T05:51:15.523Ztfportrear0_0/v6 addrconf ok fe80::c08:fcff:feba:ab49%tfportrear0_0/10
24592026-08-07T05:51:15.523Ztfportrear1_0/v6 addrconf ok fe80::784d:caff:fe63:46d4%tfportrear1_0/10
24602026-08-07T05:51:17.618Zinitial peering test passed
24612026-08-07T05:51:18.620Zadvertise from one passed
24622026-08-07T05:51:19.621Zadvertise from two passed
24632026-08-07T05:51:19.621Z[s1.trio] ping fd00:2::1
24642026-08-07T05:51:19.637Zfd00:2::1 is alive
24652026-08-07T05:51:19.637Z[s2.trio] ping fd00:1::1
24662026-08-07T05:51:19.649Zfd00:1::1 is alive
24672026-08-07T05:51:19.649Zconnectivity test passed
24682026-08-07T05:51:19.650Z[t1.trio] pkill ddmd
24692026-08-07T05:51:19.661Z
24702026-08-07T05:51:25.664Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 61f5f99c-b56e-4c75-bf24-5ba0a3039a73 --sled-uuid 227b6b5d-cf55-47c9-a055-17da45cd46f8 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
24712026-08-07T05:51:25.679Z
24722026-08-07T05:51:25.679Z[t1.trio] ipadm
24732026-08-07T05:51:25.693ZADDROBJ TYPE STATE ADDR
24742026-08-07T05:51:25.693Zlo0/v4 static ok 127.0.0.1/8
24752026-08-07T05:51:25.693Zmg1/v4 static ok 10.0.0.3/24
24762026-08-07T05:51:25.693Zlo0/v6 static ok ::1/128
24772026-08-07T05:51:25.693Zlo0/u6 static ok fd00:3::1/64
24782026-08-07T05:51:25.693Ztfportrear0_0/v6 addrconf ok fe80::c08:fcff:feba:ab49%tfportrear0_0/10
24792026-08-07T05:51:25.693Ztfportrear1_0/v6 addrconf ok fe80::784d:caff:fe63:46d4%tfportrear1_0/10
24802026-08-07T05:51:28.695Z[s1.trio] ping fd00:2::1
24812026-08-07T05:51:28.711Zfd00:2::1 is alive
24822026-08-07T05:51:28.712Z[s2.trio] ping fd00:1::1
24832026-08-07T05:51:28.727Zfd00:1::1 is alive
24842026-08-07T05:51:28.727Ztransit router restart passed
24852026-08-07T05:51:28.727Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
24862026-08-07T05:51:28.739Zlocal v6:
24872026-08-07T05:51:28.739Zfe80::c08:fcff:feba:ab49
24882026-08-07T05:51:28.739Zfe80::784d:caff:fe63:46d4
24892026-08-07T05:51:28.739Zlocal v4:
24902026-08-07T05:51:28.739Zrouter v6_idx:
24912026-08-07T05:51:28.739Zfd00:1::/64 -> 0
24922026-08-07T05:51:28.739Zfd00:2::/64 -> 1
24932026-08-07T05:51:28.739Zrouter v6_routes:
24942026-08-07T05:51:28.739Z1 -> fe80::a8ac:8aff:fe53:a712 (2)
24952026-08-07T05:51:28.739Z0 -> fe80::88b5:f8ff:fe51:614e (1)
24962026-08-07T05:51:28.739Zrouter v4_idx:
24972026-08-07T05:51:28.739Zrouter v4_routes:
24982026-08-07T05:51:28.739Zresolver v4:
24992026-08-07T05:51:28.739Z10.0.0.254 -> 02:08:20:23:5f:3b
25002026-08-07T05:51:28.739Z10.0.0.3 -> 02:08:20:58:9c:63
25012026-08-07T05:51:28.739Zresolver v6:
25022026-08-07T05:51:28.739Zfe80::88b5:f8ff:fe51:614e -> 8a:b5:f8:51:61:4e
25032026-08-07T05:51:28.739Zfe80::c08:fcff:feba:ab49 -> 0e:08:fc:ba:ab:49
25042026-08-07T05:51:28.740Zfe80::a8ac:8aff:fe53:a712 -> aa:ac:8a:53:a7:12
25052026-08-07T05:51:28.740Zfe80::784d:caff:fe63:46d4 -> 7a:4d:ca:63:46:d4
25062026-08-07T05:51:28.740Znat v4:
25072026-08-07T05:51:28.740Znat_v6:
25082026-08-07T05:51:28.740Zattached subnet v4:
25092026-08-07T05:51:28.740Zattached subnet v6:
25102026-08-07T05:51:28.740Zport_mac:
25112026-08-07T05:51:28.740Z2: a8:40:25:25:e4:cb
25122026-08-07T05:51:28.740Z1: a8:40:25:25:e4:ca
25132026-08-07T05:51:28.740Zproxy arp:
25142026-08-07T05:51:28.740Zmcast replication v4:
25152026-08-07T05:51:28.740Zmcast replication v6:
25162026-08-07T05:51:28.740Zmcast source filter v4:
25172026-08-07T05:51:28.740Zmcast source filter v6:
25182026-08-07T05:51:28.740Znat v4 mcast (tagged):
25192026-08-07T05:51:28.740Znat v4 mcast (untagged):
25202026-08-07T05:51:28.740Znat v6 mcast (tagged):
25212026-08-07T05:51:28.740Znat v6 mcast (untagged):
25222026-08-07T05:51:28.740Zdecap ports:
25232026-08-07T05:51:28.740Zmcast src mac:
25242026-08-07T05:51:28.740Z1: ca:e4:25:25:40:a8
25252026-08-07T05:51:28.740Z2: cb:e4:25:25:40:a8
25262026-08-07T05:51:28.740Z[s1.trio] pkill ddmd
25272026-08-07T05:51:28.751Z
25282026-08-07T05:51:33.757Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
25292026-08-07T05:51:33.772Zlocal v6:
25302026-08-07T05:51:33.772Zfe80::c08:fcff:feba:ab49
25312026-08-07T05:51:33.772Zfe80::784d:caff:fe63:46d4
25322026-08-07T05:51:33.772Zlocal v4:
25332026-08-07T05:51:33.772Zrouter v6_idx:
25342026-08-07T05:51:33.772Zfd00:2::/64 -> 1
25352026-08-07T05:51:33.772Zrouter v6_routes:
25362026-08-07T05:51:33.772Z1 -> fe80::a8ac:8aff:fe53:a712 (2)
25372026-08-07T05:51:33.772Zrouter v4_idx:
25382026-08-07T05:51:33.772Zrouter v4_routes:
25392026-08-07T05:51:33.772Zresolver v4:
25402026-08-07T05:51:33.772Z10.0.0.254 -> 02:08:20:23:5f:3b
25412026-08-07T05:51:33.772Z10.0.0.3 -> 02:08:20:58:9c:63
25422026-08-07T05:51:33.772Zresolver v6:
25432026-08-07T05:51:33.772Zfe80::88b5:f8ff:fe51:614e -> 8a:b5:f8:51:61:4e
25442026-08-07T05:51:33.772Zfe80::c08:fcff:feba:ab49 -> 0e:08:fc:ba:ab:49
25452026-08-07T05:51:33.772Zfe80::a8ac:8aff:fe53:a712 -> aa:ac:8a:53:a7:12
25462026-08-07T05:51:33.772Zfe80::784d:caff:fe63:46d4 -> 7a:4d:ca:63:46:d4
25472026-08-07T05:51:33.772Znat v4:
25482026-08-07T05:51:33.772Znat_v6:
25492026-08-07T05:51:33.772Zattached subnet v4:
25502026-08-07T05:51:33.772Zattached subnet v6:
25512026-08-07T05:51:33.772Zport_mac:
25522026-08-07T05:51:33.772Z2: a8:40:25:25:e4:cb
25532026-08-07T05:51:33.772Z1: a8:40:25:25:e4:ca
25542026-08-07T05:51:33.772Zproxy arp:
25552026-08-07T05:51:33.773Zmcast replication v4:
25562026-08-07T05:51:33.773Zmcast replication v6:
25572026-08-07T05:51:33.773Zmcast source filter v4:
25582026-08-07T05:51:33.773Zmcast source filter v6:
25592026-08-07T05:51:33.773Znat v4 mcast (tagged):
25602026-08-07T05:51:33.773Znat v4 mcast (untagged):
25612026-08-07T05:51:33.773Znat v6 mcast (tagged):
25622026-08-07T05:51:33.773Znat v6 mcast (untagged):
25632026-08-07T05:51:33.773Zdecap ports:
25642026-08-07T05:51:33.773Zmcast src mac:
25652026-08-07T05:51:33.773Z1: ca:e4:25:25:40:a8
25662026-08-07T05:51:33.773Z2: cb:e4:25:25:40:a8
25672026-08-07T05:51:33.773Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f7d0081b-8ac1-42cf-b1e5-99e48f614755 --sled-uuid 0e6f0634-2a4d-4759-a973-a0bb8b09844c -a sl0/v6 &> /opt/ddmd.log &
25682026-08-07T05:51:33.784Z
25692026-08-07T05:51:36.786Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
25702026-08-07T05:51:36.803Zlocal v6:
25712026-08-07T05:51:36.803Zfe80::c08:fcff:feba:ab49
25722026-08-07T05:51:36.803Zfe80::784d:caff:fe63:46d4
25732026-08-07T05:51:36.803Zlocal v4:
25742026-08-07T05:51:36.803Zrouter v6_idx:
25752026-08-07T05:51:36.803Zfd00:1::/64 -> 0
25762026-08-07T05:51:36.803Zfd00:2::/64 -> 1
25772026-08-07T05:51:36.804Zrouter v6_routes:
25782026-08-07T05:51:36.804Z1 -> fe80::a8ac:8aff:fe53:a712 (2)
25792026-08-07T05:51:36.804Z0 -> fe80::88b5:f8ff:fe51:614e (1)
25802026-08-07T05:51:36.804Zrouter v4_idx:
25812026-08-07T05:51:36.804Zrouter v4_routes:
25822026-08-07T05:51:36.804Zresolver v4:
25832026-08-07T05:51:36.804Z10.0.0.254 -> 02:08:20:23:5f:3b
25842026-08-07T05:51:36.804Z10.0.0.3 -> 02:08:20:58:9c:63
25852026-08-07T05:51:36.804Zresolver v6:
25862026-08-07T05:51:36.804Zfe80::88b5:f8ff:fe51:614e -> 8a:b5:f8:51:61:4e
25872026-08-07T05:51:36.804Zfe80::c08:fcff:feba:ab49 -> 0e:08:fc:ba:ab:49
25882026-08-07T05:51:36.804Zfe80::a8ac:8aff:fe53:a712 -> aa:ac:8a:53:a7:12
25892026-08-07T05:51:36.804Zfe80::784d:caff:fe63:46d4 -> 7a:4d:ca:63:46:d4
25902026-08-07T05:51:36.804Znat v4:
25912026-08-07T05:51:36.804Znat_v6:
25922026-08-07T05:51:36.804Zattached subnet v4:
25932026-08-07T05:51:36.804Zattached subnet v6:
25942026-08-07T05:51:36.804Zport_mac:
25952026-08-07T05:51:36.804Z2: a8:40:25:25:e4:cb
25962026-08-07T05:51:36.804Z1: a8:40:25:25:e4:ca
25972026-08-07T05:51:36.804Zproxy arp:
25982026-08-07T05:51:36.804Zmcast replication v4:
25992026-08-07T05:51:36.804Zmcast replication v6:
26002026-08-07T05:51:36.804Zmcast source filter v4:
26012026-08-07T05:51:36.804Zmcast source filter v6:
26022026-08-07T05:51:36.804Znat v4 mcast (tagged):
26032026-08-07T05:51:36.804Znat v4 mcast (untagged):
26042026-08-07T05:51:36.804Znat v6 mcast (tagged):
26052026-08-07T05:51:36.804Znat v6 mcast (untagged):
26062026-08-07T05:51:36.804Zdecap ports:
26072026-08-07T05:51:36.804Zmcast src mac:
26082026-08-07T05:51:36.804Z1: ca:e4:25:25:40:a8
26092026-08-07T05:51:36.804Z2: cb:e4:25:25:40:a8
26102026-08-07T05:51:36.809Z[s2.trio] netstat -nr -f inet6
26112026-08-07T05:51:36.817ZRouting Table: IPv6
26122026-08-07T05:51:36.817Z Destination/Mask Gateway Flags Ref Use If
26132026-08-07T05:51:36.817Z--------------------------- --------------------------- ----- --- ------- -----
26142026-08-07T05:51:36.817Z::1 ::1 UH 2 0 lo0
26152026-08-07T05:51:36.817Zfd00:1::/64 fe80::784d:caff:fe63:46d4 UG 1 0 sl1
26162026-08-07T05:51:36.817Zfe80::/10 fe80::a8ac:8aff:fe53:a712 U 3 69 sl1
26172026-08-07T05:51:36.817Z[s2.trio] ipadm
26182026-08-07T05:51:36.830ZADDROBJ TYPE STATE ADDR
26192026-08-07T05:51:36.830Zlo0/v4 static ok 127.0.0.1/8
26202026-08-07T05:51:36.830Zmg3/v4 static ok 10.0.0.2/24
26212026-08-07T05:51:36.830Zlo0/v6 static ok ::1/128
26222026-08-07T05:51:36.830Zlo0/u6 static ok fd00:2::1/64
26232026-08-07T05:51:36.830Zsl1/v6 addrconf ok fe80::a8ac:8aff:fe53:a712%sl1/10
26242026-08-07T05:51:36.831Z[s2.trio] route -nv get -inet6 fd00:1::1
26252026-08-07T05:51:36.842Znewrt->ri_dst: inet6 fd00:1::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
26262026-08-07T05:51:36.842Zlocks: inits:
26272026-08-07T05:51:36.842Zsockaddrs: <DST,IFP>
26282026-08-07T05:51:36.842Z fd00:1::1
26292026-08-07T05:51:36.842Z route to: fd00:1::1
26302026-08-07T05:51:36.842Zdestination: fd00:1::
26312026-08-07T05:51:36.842Z mask: ffff:ffff:ffff:ffff::
26322026-08-07T05:51:36.842Z gateway: fe80::784d:caff:fe63:46d4
26332026-08-07T05:51:36.842Z interface: sl1 index 3 address aa ac 8a 53 a7 12
26342026-08-07T05:51:36.842Z flags: <UP,GATEWAY,DONE,STATIC>
26352026-08-07T05:51:36.842Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
26362026-08-07T05:51:36.842Z 0 0 0 0 0 0 9000 0
26372026-08-07T05:51:36.842Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
26382026-08-07T05:51:36.842Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
26392026-08-07T05:51:36.842Z fd00:1:: fe80::784d:caff:fe63:46d4 ffff:ffff:ffff:ffff:: sl1:aa.ac.8a.53.a7.12 fe80::a8ac:8aff:fe53:a712
26402026-08-07T05:51:36.842Z[s2.trio] ndp -na
26412026-08-07T05:51:36.855ZNet to Media Table: IPv6
26422026-08-07T05:51:36.855Z If Physical Address Type State Destination/Mask
26432026-08-07T05:51:36.855Z----- ----------------- ------- ------------ ---------------------------
26442026-08-07T05:51:36.855Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
26452026-08-07T05:51:36.855Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
26462026-08-07T05:51:36.855Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
26472026-08-07T05:51:36.855Zsl1 7a:4d:ca:63:46:d4 dynamic REACHABLE fe80::784d:caff:fe63:46d4
26482026-08-07T05:51:36.855Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
26492026-08-07T05:51:36.855Zsl1 aa:ac:8a:53:a7:12 local REACHABLE fe80::a8ac:8aff:fe53:a712
26502026-08-07T05:51:36.855Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
26512026-08-07T05:51:36.855Zsl1 33:33:ff:53:a7:12 other REACHABLE ff02::1:ff53:a712
26522026-08-07T05:51:36.855Zsl1 33:33:ff:63:46:d4 other REACHABLE ff02::1:ff63:46d4
26532026-08-07T05:51:36.855Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
26542026-08-07T05:51:36.869Zlocal v6:
26552026-08-07T05:51:36.869Zfe80::c08:fcff:feba:ab49
26562026-08-07T05:51:36.869Zfe80::784d:caff:fe63:46d4
26572026-08-07T05:51:36.869Zlocal v4:
26582026-08-07T05:51:36.869Zrouter v6_idx:
26592026-08-07T05:51:36.869Zfd00:1::/64 -> 0
26602026-08-07T05:51:36.869Zfd00:2::/64 -> 1
26612026-08-07T05:51:36.869Zrouter v6_routes:
26622026-08-07T05:51:36.869Z1 -> fe80::a8ac:8aff:fe53:a712 (2)
26632026-08-07T05:51:36.869Z0 -> fe80::88b5:f8ff:fe51:614e (1)
26642026-08-07T05:51:36.869Zrouter v4_idx:
26652026-08-07T05:51:36.869Zrouter v4_routes:
26662026-08-07T05:51:36.869Zresolver v4:
26672026-08-07T05:51:36.869Z10.0.0.254 -> 02:08:20:23:5f:3b
26682026-08-07T05:51:36.869Z10.0.0.3 -> 02:08:20:58:9c:63
26692026-08-07T05:51:36.869Zresolver v6:
26702026-08-07T05:51:36.869Zfe80::88b5:f8ff:fe51:614e -> 8a:b5:f8:51:61:4e
26712026-08-07T05:51:36.869Zfe80::c08:fcff:feba:ab49 -> 0e:08:fc:ba:ab:49
26722026-08-07T05:51:36.869Zfe80::a8ac:8aff:fe53:a712 -> aa:ac:8a:53:a7:12
26732026-08-07T05:51:36.869Zfe80::784d:caff:fe63:46d4 -> 7a:4d:ca:63:46:d4
26742026-08-07T05:51:36.870Znat v4:
26752026-08-07T05:51:36.870Znat_v6:
26762026-08-07T05:51:36.870Zattached subnet v4:
26772026-08-07T05:51:36.870Zattached subnet v6:
26782026-08-07T05:51:36.870Zport_mac:
26792026-08-07T05:51:36.870Z2: a8:40:25:25:e4:cb
26802026-08-07T05:51:36.870Z1: a8:40:25:25:e4:ca
26812026-08-07T05:51:36.870Zproxy arp:
26822026-08-07T05:51:36.870Zmcast replication v4:
26832026-08-07T05:51:36.870Zmcast replication v6:
26842026-08-07T05:51:36.870Zmcast source filter v4:
26852026-08-07T05:51:36.870Zmcast source filter v6:
26862026-08-07T05:51:36.870Znat v4 mcast (tagged):
26872026-08-07T05:51:36.870Znat v4 mcast (untagged):
26882026-08-07T05:51:36.870Znat v6 mcast (tagged):
26892026-08-07T05:51:36.870Znat v6 mcast (untagged):
26902026-08-07T05:51:36.870Zdecap ports:
26912026-08-07T05:51:36.870Zmcast src mac:
26922026-08-07T05:51:36.870Z1: ca:e4:25:25:40:a8
26932026-08-07T05:51:36.870Z2: cb:e4:25:25:40:a8
26942026-08-07T05:51:36.870Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
26952026-08-07T05:51:36.887ZSubnet Port Link Gateway Vlan
26962026-08-07T05:51:36.887Zfd00:1::/64 rear0 0 fe80::88b5:f8ff:fe51:614e
26972026-08-07T05:51:36.887Zfd00:2::/64 rear1 0 fe80::a8ac:8aff:fe53:a712
26982026-08-07T05:51:36.887Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
26992026-08-07T05:51:36.901Zhost mac age
27002026-08-07T05:51:36.901Z10.0.0.3 02:08:20:58:9c:63 21s
27012026-08-07T05:51:36.901Z10.0.0.254 02:08:20:23:5f:3b 18s
27022026-08-07T05:51:36.905Zfe80::c08:fcff:feba:ab49 0e:08:fc:ba:ab:49 21s
27032026-08-07T05:51:36.905Zfe80::784d:caff:fe63:46d4 7a:4d:ca:63:46:d4 21s
27042026-08-07T05:51:36.905Zfe80::88b5:f8ff:fe51:614e 8a:b5:f8:51:61:4e 19s
27052026-08-07T05:51:36.905Zfe80::a8ac:8aff:fe53:a712 aa:ac:8a:53:a7:12 19s
27062026-08-07T05:51:36.905Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
27072026-08-07T05:51:36.916ZLink IPv4 IPv6
27082026-08-07T05:51:36.916Zrear0/0 fe80::c08:fcff:feba:ab49
27092026-08-07T05:51:36.916Zrear1/0 fe80::784d:caff:fe63:46d4
27102026-08-07T05:51:36.916Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
27112026-08-07T05:51:37.942ZADDROBJ TYPE STATE ADDR
27122026-08-07T05:51:37.942Zlo0/v4 static ok 127.0.0.1/8
27132026-08-07T05:51:37.942Zmg2/v4 static ok 10.0.0.1/24
27142026-08-07T05:51:37.942Zlo0/v6 static ok ::1/128
27152026-08-07T05:51:37.942Zlo0/u6 static ok fd00:1::1/64
27162026-08-07T05:51:37.942Zsl0/v6 addrconf ok fe80::88b5:f8ff:fe51:614e%sl0/10
27172026-08-07T05:51:37.942Znewrt->ri_dst: inet6 fd00:2::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
27182026-08-07T05:51:37.942Zlocks: inits:
27192026-08-07T05:51:37.942Zsockaddrs: <DST,IFP>
27202026-08-07T05:51:37.942Z fd00:2::1
27212026-08-07T05:51:37.942Z route to: fd00:2::1
27222026-08-07T05:51:37.942Zdestination: fd00:2::
27232026-08-07T05:51:37.942Z mask: ffff:ffff:ffff:ffff::
27242026-08-07T05:51:37.942Z gateway: fe80::c08:fcff:feba:ab49
27252026-08-07T05:51:37.942Z interface: sl0 index 3 address 8a b5 f8 51 61 4e
27262026-08-07T05:51:37.942Z flags: <UP,GATEWAY,DONE,STATIC>
27272026-08-07T05:51:37.942Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
27282026-08-07T05:51:37.942Z 0 0 0 0 0 0 9000 0
27292026-08-07T05:51:37.942Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
27302026-08-07T05:51:37.943Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
27312026-08-07T05:51:37.943Z fd00:2:: fe80::c08:fcff:feba:ab49 ffff:ffff:ffff:ffff:: sl0:8a.b5.f8.51.61.4e fe80::88b5:f8ff:fe51:614e
27322026-08-07T05:51:37.943Z
27332026-08-07T05:51:37.943ZNet to Media Table: IPv6
27342026-08-07T05:51:37.943Z If Physical Address Type State Destination/Mask
27352026-08-07T05:51:37.943Z----- ----------------- ------- ------------ ---------------------------
27362026-08-07T05:51:37.943Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
27372026-08-07T05:51:37.943Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
27382026-08-07T05:51:37.943Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
27392026-08-07T05:51:37.943Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
27402026-08-07T05:51:37.943Zsl0 33:33:ff:ba:ab:49 other REACHABLE ff02::1:ffba:ab49
27412026-08-07T05:51:37.943Zsl0 33:33:ff:51:61:4e other REACHABLE ff02::1:ff51:614e
27422026-08-07T05:51:37.943Zsl0 0e:08:fc:ba:ab:49 dynamic REACHABLE fe80::c08:fcff:feba:ab49
27432026-08-07T05:51:37.943Zsl0 8a:b5:f8:51:61:4e local REACHABLE fe80::88b5:f8ff:fe51:614e
27442026-08-07T05:51:37.943Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
27452026-08-07T05:51:37.943Z
27462026-08-07T05:51:37.943Z
27472026-08-07T05:51:37.943ZRouting Table: IPv6
27482026-08-07T05:51:37.943Z Destination/Mask Gateway Flags Ref Use If
27492026-08-07T05:51:37.943Z--------------------------- --------------------------- ----- --- ------- -----
27502026-08-07T05:51:37.943Z::1 ::1 UH 2 0 lo0
27512026-08-07T05:51:37.943Zfd00:2::/64 fe80::c08:fcff:feba:ab49 UG 2 2 sl0
27522026-08-07T05:51:37.943Zfe80::/10 fe80::88b5:f8ff:fe51:614e U 3 64 sl0
27532026-08-07T05:51:37.943ZPING fd00:2::1 (fd00:2::1): 60 data bytes
27542026-08-07T05:51:37.943Z68 bytes from fd00:2::1: icmp_seq=0. time=0.313 ms
27552026-08-07T05:51:37.943Z68 bytes from fd00:2::1: icmp_seq=1. time=0.353 ms
27562026-08-07T05:51:37.943Z
27572026-08-07T05:51:37.943Z----fd00:2::1 PING Statistics----
27582026-08-07T05:51:37.944Z2 packets transmitted, 2 packets received, 0% packet loss
27592026-08-07T05:51:37.944Zround-trip (ms) min/avg/max/stddev = 0.313/0.333/0.353/0.028
27602026-08-07T05:51:37.944Z[s2.trio] ping fd00:1::1
27612026-08-07T05:51:37.956Zfd00:1::1 is alive
27622026-08-07T05:51:37.956Zserver router restart passed
27632026-08-07T05:51:41.961Zpeer expiration recovery passed
27642026-08-07T05:51:42.964Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
27652026-08-07T05:51:42.981Z3
27662026-08-07T05:51:42.981Zredundant advertise passed
27672026-08-07T05:51:43.561Ztest ddm::test_trio_v3 has been running for over 60 seconds
27682026-08-07T05:51:43.983Ztunnel endpoint advertise passed
27692026-08-07T05:51:48.985Zredundant tunnel endpoint advertise passed
27702026-08-07T05:51:48.985Z[s1.trio] pkill ddmd
27712026-08-07T05:51:49.001Z
27722026-08-07T05:51:54.002Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3a87e1f5-248c-416c-89ed-83e551b8cc55 --sled-uuid 312b1966-e525-4e57-9d3c-5f77713746e5 -a sl0/v6 &> /opt/ddmd.log &
27732026-08-07T05:51:54.016Z
27742026-08-07T05:51:59.024Ztunnel router restart passed
27752026-08-07T05:52:00.025Ztunnel endpoint withdraw passed
27762026-08-07T05:52:01.028Zmulticast group advertise passed
27772026-08-07T05:52:01.028Z[s1.trio] pkill ddmd
27782026-08-07T05:52:01.043Z
27792026-08-07T05:52:01.043Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4e09de96-0696-4c04-b115-e8ed6492ab1a --sled-uuid ba35b389-c2c8-4bb1-a18e-f0699ccd6274 -a sl0/v6 &> /opt/ddmd.log &
27802026-08-07T05:52:01.056Z
27812026-08-07T05:52:02.062Zmulticast router restart passed
27822026-08-07T05:52:03.064Zmulticast group withdraw passed
27832026-08-07T05:52:03.068Z[t1.trio] pkill ddmd
27842026-08-07T05:52:03.079Z
27852026-08-07T05:52:03.079Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
27862026-08-07T05:52:03.082Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
27872026-08-07T05:52:05.002Z[s2.trio] pkill ddmd
27882026-08-07T05:52:05.016Z
27892026-08-07T05:52:05.016Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
27902026-08-07T05:52:06.854Z[s1.trio] pkill ddmd
27912026-08-07T05:52:06.867Z
27922026-08-07T05:52:06.867Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
27932026-08-07T05:52:08.723Z[sidecar.trio] pkill softnpu
27942026-08-07T05:52:08.739Z
27952026-08-07T05:52:08.739Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
27962026-08-07T05:52:11.277Ztest ddm::test_trio_v3 ... ok
27972026-08-07T05:52:11.277Z
27982026-08-07T05:52:11.277Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 87.72s
27992026-08-07T05:52:11.277Z
28002026-08-07T05:52:11.327Z+ cleanup
28012026-08-07T05:52:11.330Z++ id -un
28022026-08-07T05:52:11.334Z++ id -gn
28032026-08-07T05:52:11.337Z+ pfexec chown -R build:build .
28042026-08-07T05:52:11.458Zprocess exited: duration 511526 ms, exit code 0
 
28052026-08-07T05:52:11.470Zfound 5 output files
28062026-08-07T05:52:11.470Zuploading: /work/s1.trio.log (2268 bytes)
28072026-08-07T05:52:12.480Zuploaded: /work/s1.trio.log
28082026-08-07T05:52:12.480Zuploading: /work/s2.trio.log (13611 bytes)
28092026-08-07T05:52:13.492Zuploaded: /work/s2.trio.log
28102026-08-07T05:52:13.492Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
28112026-08-07T05:52:14.499Zuploaded: /work/sidecar.trio-softnpu.log
28122026-08-07T05:52:14.499Zuploading: /work/t1.trio-dpd.log (599299 bytes)
28132026-08-07T05:52:15.520Zuploaded: /work/t1.trio-dpd.log
28142026-08-07T05:52:15.520Zuploading: /work/t1.trio.log (30501 bytes)
28152026-08-07T05:52:16.531Zuploaded: /work/t1.trio.log