01M1BJ35R7NSER7D7158ZG92J0: 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: 01M1BJ40Q9EX0CPPH6TY677GHJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T09:25:07.617Zjob assigned to worker 01M1BJ4FGASQDBEJX4T2X9TERK [factory aws, i-0094292105be5073e] (queued for 1 m 5 s)
 
22026-08-31T09:25:14.637Zstarting task 0: "setup"
32026-08-31T09:25:14.641Z++ uname -s
42026-08-31T09:25:14.644Z+ kern=SunOS
52026-08-31T09:25:14.644Z+ build_user=build
62026-08-31T09:25:14.644Z+ build_uid=12345
72026-08-31T09:25:14.644Z+ work_dir=/work
82026-08-31T09:25:14.644Z+ input_dir=/input
92026-08-31T09:25:14.644Z+ [[ 0 == 12345 ]]
102026-08-31T09:25:14.644Z+ case "$kern" in
112026-08-31T09:25:14.644Z+ groupadd -g 12345 build
122026-08-31T09:25:14.647Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T09:25:16.650Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T09:25:16.758Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T09:25:16.761Z+ home_fs=zfs
162026-08-31T09:25:16.761Z+ [[ zfs == autofs ]]
172026-08-31T09:25:16.761Z+ mkdir -p /home/build
182026-08-31T09:25:16.761Z+ chown build:build /home/build /work
192026-08-31T09:25:18.762Z+ chmod 0700 /home/build /work
202026-08-31T09:25:18.765Zprocess exited: duration 4129 ms, exit code 0
 
212026-08-31T09:25:18.772Zstarting task 1: "rust-toolchain"
222026-08-31T09:25:18.776Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-31T09:25:18.776Z * rust toolchain channel = "stable"
242026-08-31T09:25:18.776Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-31T09:25:18.776Z * rust toolchain profile = "default"
262026-08-31T09:25:18.776Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T09:25:18.776Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T09:25:18.779Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T09:25:18.779Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-31T09:25:18.856Zinfo: downloading installer
312026-08-31T09:25:19.940Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T09:25:19.941Zwarn: /home/build/.rustup/settings.toml
332026-08-31T09:25:19.941Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T09:25:19.941Zwarn: instead of the one inferred from the default host triple.
352026-08-31T09:25:19.953Zinfo: profile set to default
362026-08-31T09:25:19.953Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T09:25:19.957Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-31T09:25:20.077Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
392026-08-31T09:25:20.081Zinfo: downloading 6 components
402026-08-31T09:25:35.333Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-31T09:25:35.333Z
422026-08-31T09:25:35.362Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
432026-08-31T09:25:35.362Z
442026-08-31T09:25:35.362Z
452026-08-31T09:25:35.362ZRust is installed now. Great!
462026-08-31T09:25:35.362Z
472026-08-31T09:25:35.362ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T09:25:35.362Zenvironment variable. This has not been done automatically.
492026-08-31T09:25:35.362Z
502026-08-31T09:25:35.362ZTo configure your current shell, you need to source
512026-08-31T09:25:35.362Zthe corresponding env file under $HOME/.cargo.
522026-08-31T09:25:35.362Z
532026-08-31T09:25:35.362ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T09:25:35.365Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T09:25:35.365Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T09:25:35.365Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T09:25:35.365Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T09:25:35.365Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T09:25:35.365Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T09:25:35.365Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T09:25:35.365Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T09:25:35.462Z+ rustup --version
632026-08-31T09:25:35.471Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T09:25:35.474Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T09:25:35.492Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
662026-08-31T09:25:35.495Z+ cargo --version
672026-08-31T09:25:35.507Zcargo 1.98.0 (797e8a9bc 2026-08-05)
682026-08-31T09:25:35.512Z+ rustc --version
692026-08-31T09:25:35.529Zrustc 1.98.0 (88d9e12ae 2026-08-18)
702026-08-31T09:25:35.533Zprocess exited: duration 16759 ms, exit code 0
 
712026-08-31T09:25:35.542Zstarting task 2: "authentication"
722026-08-31T09:25:35.557Zprocess exited: duration 17 ms, exit code 0
 
732026-08-31T09:25:35.563Zstarting task 3: "clone repository"
742026-08-31T09:25:35.568Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-31T09:25:35.572Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-31T09:25:35.599ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-31T09:25:37.219Z+ cd /work/oxidecomputer/maghemite
782026-08-31T09:25:37.219Z+ git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7
792026-08-31T09:25:37.503ZFrom https://github.com/oxidecomputer/maghemite
802026-08-31T09:25:37.503Z * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD
812026-08-31T09:25:37.511Z+ [[ -n zl/ddm-mcast ]]
822026-08-31T09:25:37.511Z++ git branch --show-current
832026-08-31T09:25:37.511Z+ current=main
842026-08-31T09:25:37.511Z+ [[ main != zl/ddm-mcast ]]
852026-08-31T09:25:37.511Z+ git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7
862026-08-31T09:25:37.518Z+ git checkout -f zl/ddm-mcast
872026-08-31T09:25:37.533ZSwitched to branch 'zl/ddm-mcast'
882026-08-31T09:25:37.538Z+ git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7
892026-08-31T09:25:37.555ZHEAD is now at 36e4365 [merge] merge zl/mrib
902026-08-31T09:25:37.558Zprocess exited: duration 1992 ms, exit code 0
 
912026-08-31T09:25:37.563Zstarting task 4: "build"
922026-08-31T09:25:37.572Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
932026-08-31T09:25:37.707Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
942026-08-31T09:25:37.711Zinfo: downloading 6 components
952026-08-31T09:25:51.109Zcargo 1.97.1 (c980f4866 2026-06-30)
962026-08-31T09:25:51.138Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-31T09:25:51.145Z++ dladm
982026-08-31T09:25:51.149ZLINK CLASS MTU STATE BRIDGE OVER
992026-08-31T09:25:51.149Zena0 phys 9216 up -- --
1002026-08-31T09:25:51.152Z++ ipadm
1012026-08-31T09:25:51.152ZADDROBJ TYPE STATE ADDR
1022026-08-31T09:25:51.152Zlo0/v4 static ok 127.0.0.1/8
1032026-08-31T09:25:51.152Zena0/dhcp dhcp ok 10.150.1.116/24
1042026-08-31T09:25:51.152Zlo0/v6 static ok ::1/128
1052026-08-31T09:25:51.152Z++ banner collect
1062026-08-31T09:25:51.155Z
1072026-08-31T09:25:51.155Z #### #### # # ###### #### #####
1082026-08-31T09:25:51.155Z # # # # # # # # # #
1092026-08-31T09:25:51.155Z # # # # # ##### # #
1102026-08-31T09:25:51.155Z # # # # # # # #
1112026-08-31T09:25:51.155Z # # # # # # # # # #
1122026-08-31T09:25:51.155Z #### #### ###### ###### ###### #### #
1132026-08-31T09:25:51.156Z
1142026-08-31T09:25:51.156Z++ get_artifact softnpu image 284c6830722548714128e63ea04bcca78ee27154 softnpu
1152026-08-31T09:25:51.156Z++ repo=softnpu
1162026-08-31T09:25:51.156Z++ series=image
1172026-08-31T09:25:51.156Z++ commit=284c6830722548714128e63ea04bcca78ee27154
1182026-08-31T09:25:51.156Z++ name=softnpu
1192026-08-31T09:25:51.156Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1202026-08-31T09:25:51.156Z++ mkdir -p download
1212026-08-31T09:25:51.156Z++ pushd download
1222026-08-31T09:25:51.156Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1232026-08-31T09:25:51.156Z++ [[ ! -f softnpu ]]
1242026-08-31T09:25:51.156Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/284c6830722548714128e63ea04bcca78ee27154/softnpu
1252026-08-31T09:25:51.162Z % Total % Received % Xferd Average Speed Time Time Time Current
1262026-08-31T09:25:51.165Z Dload Upload Total Spent Left Speed
1272026-08-31T09:25:51.404Z 0 0 0 0 0 0 0 0 0 100 14.94M 100 14.94M 0 0 61.68M 0 0 100 14.94M 100 14.94M 0 0 61.66M 0 0 100 14.94M 100 14.94M 0 0 61.65M 0 0
1282026-08-31T09:25:51.408Z++ popd
1292026-08-31T09:25:51.411Z/work/oxidecomputer/maghemite
1302026-08-31T09:25:51.411Z++ get_artifact sidecar-lite release 461cbe1926b93b20c2f43ad5cd9007b193db61a6 libsidecar_lite.so
1312026-08-31T09:25:51.411Z++ repo=sidecar-lite
1322026-08-31T09:25:51.411Z++ series=release
1332026-08-31T09:25:51.411Z++ commit=461cbe1926b93b20c2f43ad5cd9007b193db61a6
1342026-08-31T09:25:51.411Z++ name=libsidecar_lite.so
1352026-08-31T09:25:51.411Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1362026-08-31T09:25:51.411Z++ mkdir -p download
1372026-08-31T09:25:51.411Z++ pushd download
1382026-08-31T09:25:51.411Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1392026-08-31T09:25:51.411Z++ [[ ! -f libsidecar_lite.so ]]
1402026-08-31T09:25:51.411Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/461cbe1926b93b20c2f43ad5cd9007b193db61a6/libsidecar_lite.so
1412026-08-31T09:25:51.417Z % Total % Received % Xferd Average Speed Time Time Time Current
1422026-08-31T09:25:51.421Z Dload Upload Total Spent Left Speed
1432026-08-31T09:25:51.648Z 0 0 0 0 0 0 0 0 0 100 12.37M 100 12.37M 0 0 53.25M 0 0 100 12.37M 100 12.37M 0 0 53.24M 0 0 100 12.37M 100 12.37M 0 0 53.23M 0 0
1442026-08-31T09:25:51.652Z++ popd
1452026-08-31T09:25:51.655Z/work/oxidecomputer/maghemite
1462026-08-31T09:25:51.655Z++ get_artifact sidecar-lite release 461cbe1926b93b20c2f43ad5cd9007b193db61a6 scadm
1472026-08-31T09:25:51.655Z++ repo=sidecar-lite
1482026-08-31T09:25:51.655Z++ series=release
1492026-08-31T09:25:51.655Z++ commit=461cbe1926b93b20c2f43ad5cd9007b193db61a6
1502026-08-31T09:25:51.656Z++ name=scadm
1512026-08-31T09:25:51.656Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1522026-08-31T09:25:51.656Z++ mkdir -p download
1532026-08-31T09:25:51.656Z++ pushd download
1542026-08-31T09:25:51.656Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1552026-08-31T09:25:51.656Z++ [[ ! -f scadm ]]
1562026-08-31T09:25:51.656Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/461cbe1926b93b20c2f43ad5cd9007b193db61a6/scadm
1572026-08-31T09:25:51.660Z % Total % Received % Xferd Average Speed Time Time Time Current
1582026-08-31T09:25:51.663Z Dload Upload Total Spent Left Speed
1592026-08-31T09:25:51.914Z 0 0 0 0 0 0 0 0 0 100 15.34M 100 15.34M 0 0 60.78M 0 0 100 15.34M 100 15.34M 0 0 60.77M 0 0 100 15.34M 100 15.34M 0 0 60.76M 0 0
1602026-08-31T09:25:51.917Z++ popd
1612026-08-31T09:25:51.920Z/work/oxidecomputer/maghemite
1622026-08-31T09:25:51.920Z++ get_artifact dendrite image 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d dendrite-softnpu.tar.gz
1632026-08-31T09:25:51.920Z++ repo=dendrite
1642026-08-31T09:25:51.920Z++ series=image
1652026-08-31T09:25:51.920Z++ commit=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
1662026-08-31T09:25:51.920Z++ name=dendrite-softnpu.tar.gz
1672026-08-31T09:25:51.920Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1682026-08-31T09:25:51.920Z++ mkdir -p download
1692026-08-31T09:25:51.920Z++ pushd download
1702026-08-31T09:25:51.920Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1712026-08-31T09:25:51.920Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1722026-08-31T09:25:51.920Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-softnpu.tar.gz
1732026-08-31T09:25:51.925Z % Total % Received % Xferd Average Speed Time Time Time Current
1742026-08-31T09:25:51.931Z Dload Upload Total Spent Left Speed
1752026-08-31T09:25:52.821Z 0 0 0 0 0 0 0 0 0 100 81.56M 100 81.56M 0 0 91.06M 0 0 100 81.56M 100 81.56M 0 0 91.05M 0 0 100 81.56M 100 81.56M 0 0 91.05M 0 0
1762026-08-31T09:25:52.825Z++ popd
1772026-08-31T09:25:52.828Z/work/oxidecomputer/maghemite
1782026-08-31T09:25:52.828Z++ get_artifact maghemite release 36e43651d452b07302d464b0997da22b0af75ea7 ddm
1792026-08-31T09:25:52.828Z++ repo=maghemite
1802026-08-31T09:25:52.828Z++ series=release
1812026-08-31T09:25:52.828Z++ commit=36e43651d452b07302d464b0997da22b0af75ea7
1822026-08-31T09:25:52.828Z++ name=ddm
1832026-08-31T09:25:52.828Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1842026-08-31T09:25:52.828Z++ mkdir -p download
1852026-08-31T09:25:52.828Z++ pushd download
1862026-08-31T09:25:52.828Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1872026-08-31T09:25:52.828Z++ [[ ! -f ddm ]]
1882026-08-31T09:25:52.828Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/36e43651d452b07302d464b0997da22b0af75ea7/ddm
1892026-08-31T09:25:52.833Z % Total % Received % Xferd Average Speed Time Time Time Current
1902026-08-31T09:25:52.836Z Dload Upload Total Spent Left Speed
1912026-08-31T09:25:52.869Z 0 0 0 0 0 0 0 0 0
1922026-08-31T09:25:52.869Zcurl: (22) The requested URL returned error: 404
1932026-08-31T09:25:52.872Z++ popd
1942026-08-31T09:25:52.872Z/work/oxidecomputer/maghemite
1952026-08-31T09:25:52.872Z++ get_artifact maghemite release 36e43651d452b07302d464b0997da22b0af75ea7 ddmadm
1962026-08-31T09:25:52.872Z++ repo=maghemite
1972026-08-31T09:25:52.872Z++ series=release
1982026-08-31T09:25:52.873Z++ commit=36e43651d452b07302d464b0997da22b0af75ea7
1992026-08-31T09:25:52.873Z++ name=ddmadm
2002026-08-31T09:25:52.873Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2012026-08-31T09:25:52.873Z++ mkdir -p download
2022026-08-31T09:25:52.873Z++ pushd download
2032026-08-31T09:25:52.873Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2042026-08-31T09:25:52.873Z++ [[ ! -f ddmadm ]]
2052026-08-31T09:25:52.873Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/36e43651d452b07302d464b0997da22b0af75ea7/ddmadm
2062026-08-31T09:25:52.877Z % Total % Received % Xferd Average Speed Time Time Time Current
2072026-08-31T09:25:52.880Z Dload Upload Total Spent Left Speed
2082026-08-31T09:25:52.914Z 0 0 0 0 0 0 0 0 0
2092026-08-31T09:25:52.914Zcurl: (22) The requested URL returned error: 404
2102026-08-31T09:25:52.968Z++ popd
2112026-08-31T09:25:52.968Z/work/oxidecomputer/maghemite
2122026-08-31T09:25:52.968Z++ pushd download
2132026-08-31T09:25:52.968Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2142026-08-31T09:25:52.968Z++ chmod +x softnpu
2152026-08-31T09:25:52.968Z++ chmod +x scadm
2162026-08-31T09:25:52.968Z++ chmod +x ddmadm
2172026-08-31T09:25:52.968Zchmod: WARNING: can't access ddmadm
2182026-08-31T09:25:52.968Z++ chmod +x ddmd
2192026-08-31T09:25:52.968Zchmod: WARNING: can't access ddmd
2202026-08-31T09:25:52.968Z++ mv ddmadm ddmadm-v2
2212026-08-31T09:25:52.968Zmv: cannot access ddmadm
2222026-08-31T09:25:52.968Z++ mv ddmd ddmd-v2
2232026-08-31T09:25:52.968Zmv: cannot access ddmd
2242026-08-31T09:25:52.968Z++ rm -rf zones/dendrite
2252026-08-31T09:25:52.968Z++ mkdir -p zones/dendrite
2262026-08-31T09:25:52.968Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2272026-08-31T09:25:53.699Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2282026-08-31T09:25:53.708Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2292026-08-31T09:25:53.708Z++ popd
2302026-08-31T09:25:53.708Z/work/oxidecomputer/maghemite
2312026-08-31T09:25:53.708Z++ banner install
2322026-08-31T09:25:53.708Z
2332026-08-31T09:25:53.708Z # # # #### ##### ## # #
2342026-08-31T09:25:53.708Z # ## # # # # # # #
2352026-08-31T09:25:53.708Z # # # # #### # # # # #
2362026-08-31T09:25:53.708Z # # # # # # ###### # #
2372026-08-31T09:25:53.708Z # # ## # # # # # # #
2382026-08-31T09:25:53.708Z # # # #### # # # ###### ######
2392026-08-31T09:25:53.708Z
2402026-08-31T09:25:53.708Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2412026-08-31T09:25:53.708Z++ pfexec pkg install clang-15
2422026-08-31T09:25:55.188Z Startup: Refreshing catalog 'helios' ... Done
2432026-08-31T09:25:55.602Z Startup: Caching catalogs ... Done
2442026-08-31T09:25:57.895ZPlanning: Solver setup ... Done
2452026-08-31T09:25:57.960ZPlanning: Running solver ... Done
2462026-08-31T09:25:58.011ZPlanning: Consolidating action changes ... Done
2472026-08-31T09:25:58.011ZPlanning: Evaluating mediators ... Done
2482026-08-31T09:25:58.014ZPlanning: Planning completed in 2.37 seconds
2492026-08-31T09:25:58.028ZNo updates necessary for this image.
2502026-08-31T09:25:58.266Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2512026-08-31T09:25:58.266Z++ pfexec pkg install pkg-config
2522026-08-31T09:25:58.531Z Startup: Refreshing catalog 'helios' ... Done
2532026-08-31T09:26:00.839ZPlanning: Solver setup ... Done
2542026-08-31T09:26:00.904ZPlanning: Running solver ... Done
2552026-08-31T09:26:00.958ZPlanning: Consolidating action changes ... Done
2562026-08-31T09:26:00.958ZPlanning: Evaluating mediators ... Done
2572026-08-31T09:26:00.961ZPlanning: Planning completed in 2.43 seconds
2582026-08-31T09:26:00.976ZNo updates necessary for this image.
2592026-08-31T09:26:01.119Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2602026-08-31T09:26:01.119Z++ pfexec pkg install brand/omicron1
2612026-08-31T09:26:01.386Z Startup: Refreshing catalog 'helios' ... Done
2622026-08-31T09:26:03.696ZPlanning: Solver setup ... Done
2632026-08-31T09:26:03.763ZPlanning: Running solver ... Done
2642026-08-31T09:26:03.816ZPlanning: Finding local manifests ... Done
2652026-08-31T09:26:03.820ZPlanning: Fetching manifests: 0/2 0% complete
2662026-08-31T09:26:03.844ZPlanning: Fetching manifests: 2/2 100% complete
2672026-08-31T09:26:03.858ZPlanning: Package planning ... Done
2682026-08-31T09:26:03.864ZPlanning: Merging actions ... Done
2692026-08-31T09:26:04.009ZPlanning: Checking for conflicting actions ... Done
2702026-08-31T09:26:04.011ZPlanning: Consolidating action changes ... Done
2712026-08-31T09:26:04.817ZPlanning: Evaluating mediators ... Done
2722026-08-31T09:26:04.820ZPlanning: Planning completed in 3.43 seconds
2732026-08-31T09:26:04.826Z Packages to install: 2
2742026-08-31T09:26:04.829Z Create boot environment: No
2752026-08-31T09:26:04.829ZCreate backup boot environment: No
2762026-08-31T09:26:04.850Z
2772026-08-31T09:26:04.850ZDownload: 0/5 items 0.0/1.0MB 0% complete
2782026-08-31T09:26:04.870ZDownload: Completed 1.01 MB in 0.02 seconds (52.4M/s)
2792026-08-31T09:26:04.958Z Actions: 1/28 actions (Installing new actions)
2802026-08-31T09:26:04.977Z Actions: Completed 28 actions in 0.01 seconds.
2812026-08-31T09:26:05.007ZFinalize: Updating package state database ... Done
2822026-08-31T09:26:05.013ZFinalize: Updating package cache ... Done
2832026-08-31T09:26:05.103ZFinalize: Updating image state ... Done
2842026-08-31T09:26:07.521ZFinalize: Creating fast lookup database ... Done
2852026-08-31T09:26:07.588ZFinalize: Reading search index ... Done
2862026-08-31T09:26:07.591ZFinalize: Updating search index ... Done
2872026-08-31T09:26:07.709ZFinalize: Updating package cache ... Done
2882026-08-31T09:26:07.791Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2892026-08-31T09:26:07.794Z++ pfexec pkg install brand/omicron1/tools
2902026-08-31T09:26:08.059Z Startup: Refreshing catalog 'helios' ... Done
2912026-08-31T09:26:10.365ZPlanning: Solver setup ... Done
2922026-08-31T09:26:10.430ZPlanning: Running solver ... Done
2932026-08-31T09:26:10.481ZPlanning: Finding local manifests ... Done
2942026-08-31T09:26:10.484ZPlanning: Fetching manifests: 0/1 0% complete
2952026-08-31T09:26:10.500ZPlanning: Fetching manifests: 1/1 100% complete
2962026-08-31T09:26:10.512ZPlanning: Package planning ... Done
2972026-08-31T09:26:10.518ZPlanning: Merging actions ... Done
2982026-08-31T09:26:10.663ZPlanning: Checking for conflicting actions ... Done
2992026-08-31T09:26:10.669ZPlanning: Consolidating action changes ... Done
3002026-08-31T09:26:10.807ZPlanning: Evaluating mediators ... Done
3012026-08-31T09:26:10.812ZPlanning: Planning completed in 2.75 seconds
3022026-08-31T09:26:10.816Z Packages to install: 1
3032026-08-31T09:26:10.816Z Services to change: 1
3042026-08-31T09:26:10.816Z Create boot environment: No
3052026-08-31T09:26:10.816ZCreate backup boot environment: No
3062026-08-31T09:26:10.832Z
3072026-08-31T09:26:10.832ZDownload: 0/2 items 0.0/1.1MB 0% complete
3082026-08-31T09:26:10.850ZDownload: Completed 1.13 MB in 0.02 seconds (62.1M/s)
3092026-08-31T09:26:10.904Z Actions: 1/19 actions (Installing new actions)
3102026-08-31T09:26:10.918Z Actions: Completed 19 actions in 0.01 seconds.
3112026-08-31T09:26:10.955ZFinalize: Updating package state database ... Done
3122026-08-31T09:26:10.958ZFinalize: Updating package cache ... Done
3132026-08-31T09:26:11.044ZFinalize: Updating image state ... Done
3142026-08-31T09:26:13.007ZFinalize: Creating fast lookup database ... Done
3152026-08-31T09:26:13.054ZFinalize: Reading search index ... Done
3162026-08-31T09:26:13.060ZFinalize: Updating search index ... Done
3172026-08-31T09:26:13.119ZFinalize: Updating package cache ... Done
3182026-08-31T09:26:13.208Z++ pfexec svcadm enable baseline
3192026-08-31T09:26:13.226Z++ retry=0
3202026-08-31T09:26:13.226Z+++ svcs -Hostate baseline
3212026-08-31T09:26:13.233Z++ [[ offline* != online ]]
3222026-08-31T09:26:13.241Z++ [[ 0 -gt 300 ]]
3232026-08-31T09:26:13.241Z++ sleep 1
3242026-08-31T09:26:14.234Z++ retry=1
3252026-08-31T09:26:14.237Z+++ svcs -Hostate baseline
3262026-08-31T09:26:14.249Z++ [[ offline* != online ]]
3272026-08-31T09:26:14.249Z++ [[ 1 -gt 300 ]]
3282026-08-31T09:26:14.249Z++ sleep 1
3292026-08-31T09:26:15.250Z++ retry=2
3302026-08-31T09:26:15.253Z+++ svcs -Hostate baseline
3312026-08-31T09:26:15.268Z++ [[ offline* != online ]]
3322026-08-31T09:26:15.268Z++ [[ 2 -gt 300 ]]
3332026-08-31T09:26:15.268Z++ sleep 1
3342026-08-31T09:26:16.267Z++ retry=3
3352026-08-31T09:26:16.270Z+++ svcs -Hostate baseline
3362026-08-31T09:26:16.281Z++ [[ offline* != online ]]
3372026-08-31T09:26:16.281Z++ [[ 3 -gt 300 ]]
3382026-08-31T09:26:16.281Z++ sleep 1
3392026-08-31T09:26:17.282Z++ retry=4
3402026-08-31T09:26:17.286Z+++ svcs -Hostate baseline
3412026-08-31T09:26:17.296Z++ [[ offline* != online ]]
3422026-08-31T09:26:17.296Z++ [[ 4 -gt 300 ]]
3432026-08-31T09:26:17.301Z++ sleep 1
3442026-08-31T09:26:18.300Z++ retry=5
3452026-08-31T09:26:18.305Z+++ svcs -Hostate baseline
3462026-08-31T09:26:18.315Z++ [[ offline* != online ]]
3472026-08-31T09:26:18.315Z++ [[ 5 -gt 300 ]]
3482026-08-31T09:26:18.315Z++ sleep 1
3492026-08-31T09:26:19.316Z++ retry=6
3502026-08-31T09:26:19.319Z+++ svcs -Hostate baseline
3512026-08-31T09:26:19.330Z++ [[ offline* != online ]]
3522026-08-31T09:26:19.330Z++ [[ 6 -gt 300 ]]
3532026-08-31T09:26:19.330Z++ sleep 1
3542026-08-31T09:26:20.332Z++ retry=7
3552026-08-31T09:26:20.335Z+++ svcs -Hostate baseline
3562026-08-31T09:26:20.347Z++ [[ offline* != online ]]
3572026-08-31T09:26:20.347Z++ [[ 7 -gt 300 ]]
3582026-08-31T09:26:20.347Z++ sleep 1
3592026-08-31T09:26:21.348Z++ retry=8
3602026-08-31T09:26:21.351Z+++ svcs -Hostate baseline
3612026-08-31T09:26:21.363Z++ [[ offline* != online ]]
3622026-08-31T09:26:21.363Z++ [[ 8 -gt 300 ]]
3632026-08-31T09:26:21.363Z++ sleep 1
3642026-08-31T09:26:22.366Z++ retry=9
3652026-08-31T09:26:22.370Z+++ svcs -Hostate baseline
3662026-08-31T09:26:22.380Z++ [[ offline* != online ]]
3672026-08-31T09:26:22.380Z++ [[ 9 -gt 300 ]]
3682026-08-31T09:26:22.380Z++ sleep 1
3692026-08-31T09:26:23.400Z++ retry=10
3702026-08-31T09:26:23.414Z+++ svcs -Hostate baseline
3712026-08-31T09:26:23.414Z++ [[ offline* != online ]]
3722026-08-31T09:26:23.414Z++ [[ 10 -gt 300 ]]
3732026-08-31T09:26:23.414Z++ sleep 1
3742026-08-31T09:26:24.402Z++ retry=11
3752026-08-31T09:26:24.408Z+++ svcs -Hostate baseline
3762026-08-31T09:26:24.413Z++ [[ offline* != online ]]
3772026-08-31T09:26:24.413Z++ [[ 11 -gt 300 ]]
3782026-08-31T09:26:24.413Z++ sleep 1
3792026-08-31T09:26:25.418Z++ retry=12
3802026-08-31T09:26:25.423Z+++ svcs -Hostate baseline
3812026-08-31T09:26:25.429Z++ [[ offline* != online ]]
3822026-08-31T09:26:25.429Z++ [[ 12 -gt 300 ]]
3832026-08-31T09:26:25.429Z++ sleep 1
3842026-08-31T09:26:26.430Z++ retry=13
3852026-08-31T09:26:26.434Z+++ svcs -Hostate baseline
3862026-08-31T09:26:26.445Z++ [[ offline* != online ]]
3872026-08-31T09:26:26.445Z++ [[ 13 -gt 300 ]]
3882026-08-31T09:26:26.445Z++ sleep 1
3892026-08-31T09:26:27.446Z++ retry=14
3902026-08-31T09:26:27.449Z+++ svcs -Hostate baseline
3912026-08-31T09:26:27.491Z++ [[ offline* != online ]]
3922026-08-31T09:26:27.491Z++ [[ 14 -gt 300 ]]
3932026-08-31T09:26:27.491Z++ sleep 1
3942026-08-31T09:26:28.462Z++ retry=15
3952026-08-31T09:26:28.465Z+++ svcs -Hostate baseline
3962026-08-31T09:26:28.477Z++ [[ offline* != online ]]
3972026-08-31T09:26:28.477Z++ [[ 15 -gt 300 ]]
3982026-08-31T09:26:28.477Z++ sleep 1
3992026-08-31T09:26:29.478Z++ retry=16
4002026-08-31T09:26:29.482Z+++ svcs -Hostate baseline
4012026-08-31T09:26:29.492Z++ [[ offline* != online ]]
4022026-08-31T09:26:29.492Z++ [[ 16 -gt 300 ]]
4032026-08-31T09:26:29.492Z++ sleep 1
4042026-08-31T09:26:30.494Z++ retry=17
4052026-08-31T09:26:30.498Z+++ svcs -Hostate baseline
4062026-08-31T09:26:30.507Z++ [[ offline* != online ]]
4072026-08-31T09:26:30.507Z++ [[ 17 -gt 300 ]]
4082026-08-31T09:26:30.507Z++ sleep 1
4092026-08-31T09:26:31.508Z++ retry=18
4102026-08-31T09:26:31.511Z+++ svcs -Hostate baseline
4112026-08-31T09:26:31.523Z++ [[ offline* != online ]]
4122026-08-31T09:26:31.523Z++ [[ 18 -gt 300 ]]
4132026-08-31T09:26:31.523Z++ sleep 1
4142026-08-31T09:26:32.525Z++ retry=19
4152026-08-31T09:26:32.528Z+++ svcs -Hostate baseline
4162026-08-31T09:26:32.539Z++ [[ offline* != online ]]
4172026-08-31T09:26:32.539Z++ [[ 19 -gt 300 ]]
4182026-08-31T09:26:32.539Z++ sleep 1
4192026-08-31T09:26:33.541Z++ retry=20
4202026-08-31T09:26:33.545Z+++ svcs -Hostate baseline
4212026-08-31T09:26:33.555Z++ [[ online != online ]]
4222026-08-31T09:26:33.555Z++ set -o errexit
4232026-08-31T09:26:33.560Z++ set -o pipefail
4242026-08-31T09:26:33.560Z++ banner build
4252026-08-31T09:26:33.560Z
4262026-08-31T09:26:33.560Z ##### # # # # #####
4272026-08-31T09:26:33.560Z # # # # # # # #
4282026-08-31T09:26:33.560Z ##### # # # # # #
4292026-08-31T09:26:33.560Z # # # # # # # #
4302026-08-31T09:26:33.560Z # # # # # # # #
4312026-08-31T09:26:33.560Z ##### #### # ###### #####
4322026-08-31T09:26:33.560Z
4332026-08-31T09:26:33.560Z++ cargo build --release --bin ddmd --bin ddmadm
4342026-08-31T09:26:33.669Z Updating crates.io index
4352026-08-31T09:26:33.673Z Updating git repository `https://github.com/oxidecomputer/omicron`
4362026-08-31T09:26:39.718ZFrom https://github.com/oxidecomputer/omicron
4372026-08-31T09:26:39.718Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
4382026-08-31T09:26:40.142Z Updating git repository `https://github.com/oxidecomputer/falcon`
4392026-08-31T09:26:40.822ZFrom https://github.com/oxidecomputer/falcon
4402026-08-31T09:26:40.822Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
4412026-08-31T09:26:40.898Z Updating git repository `https://github.com/oxidecomputer/dendrite`
4422026-08-31T09:26:41.436ZFrom https://github.com/oxidecomputer/dendrite
4432026-08-31T09:26:41.436Z * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
4442026-08-31T09:26:41.471Z Updating git repository `https://github.com/oxidecomputer/ispf`
4452026-08-31T09:26:41.768ZFrom https://github.com/oxidecomputer/ispf
4462026-08-31T09:26:41.768Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
4472026-08-31T09:26:41.773Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
4482026-08-31T09:26:42.147ZFrom https://github.com/oxidecomputer/netadm-sys
4492026-08-31T09:26:42.147Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
4502026-08-31T09:26:42.156Z Updating git repository `https://github.com/oxidecomputer/opte`
4512026-08-31T09:26:43.172ZFrom https://github.com/oxidecomputer/opte
4522026-08-31T09:26:43.172Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
4532026-08-31T09:26:43.196Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
4542026-08-31T09:26:43.505ZFrom https://github.com/oxidecomputer/slog-error-chain
4552026-08-31T09:26:43.505Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
4562026-08-31T09:26:43.513Z Updating git repository `https://github.com/illumos/smf-rs`
4572026-08-31T09:26:44.034ZFrom https://github.com/illumos/smf-rs
4582026-08-31T09:26:44.034Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
4592026-08-31T09:26:44.045Z Updating git repository `https://github.com/oxidecomputer/poptrie`
4602026-08-31T09:26:44.647ZFrom https://github.com/oxidecomputer/poptrie
4612026-08-31T09:26:44.647Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
4622026-08-31T09:26:44.654Z Updating git repository `https://github.com/oxidecomputer/network-interface`
4632026-08-31T09:26:45.236ZFrom https://github.com/oxidecomputer/network-interface
4642026-08-31T09:26:45.236Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
4652026-08-31T09:26:45.243Z Updating git repository `https://github.com/oxidecomputer/zone`
4662026-08-31T09:26:45.550ZFrom https://github.com/oxidecomputer/zone
4672026-08-31T09:26:45.550Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
4682026-08-31T09:26:45.556Z Updating git repository `https://github.com/oxidecomputer/lldp`
4692026-08-31T09:26:45.975ZFrom https://github.com/oxidecomputer/lldp
4702026-08-31T09:26:45.975Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
4712026-08-31T09:26:45.984Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
4722026-08-31T09:26:46.321ZFrom https://github.com/oxidecomputer/tufaceous
4732026-08-31T09:26:46.321Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
4742026-08-31T09:26:46.328Z Updating git repository `https://github.com/oxidecomputer/propolis`
4752026-08-31T09:26:47.393ZFrom https://github.com/oxidecomputer/propolis
4762026-08-31T09:26:47.393Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
4772026-08-31T09:26:47.434Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
4782026-08-31T09:26:47.985ZFrom https://github.com/oxidecomputer/transceiver-control
4792026-08-31T09:26:47.985Z * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d
4802026-08-31T09:26:47.995Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
4812026-08-31T09:26:48.295ZFrom https://github.com/oxidecomputer/dlpi-sys
4822026-08-31T09:26:48.295Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
4832026-08-31T09:26:48.301Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
4842026-08-31T09:26:48.602ZFrom https://github.com/jmesmon/rust-libzfs
4852026-08-31T09:26:48.602Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
4862026-08-31T09:26:48.609Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
4872026-08-31T09:26:48.877ZFrom https://github.com/oxidecomputer/rusty-doors
4882026-08-31T09:26:48.877Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
4892026-08-31T09:26:48.882Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4902026-08-31T09:26:49.456ZFrom https://github.com/oxidecomputer/management-gateway-service
4912026-08-31T09:26:49.456Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
4922026-08-31T09:26:49.468Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
4932026-08-31T09:26:49.847ZFrom https://github.com/oxidecomputer/serde_human_bytes
4942026-08-31T09:26:49.847Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
4952026-08-31T09:26:49.856Z Updating git repository `https://github.com/oxidecomputer/crucible`
4962026-08-31T09:26:51.100ZFrom https://github.com/oxidecomputer/crucible
4972026-08-31T09:26:51.100Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
4982026-08-31T09:26:51.143Z Updating git repository `https://github.com/oxidecomputer/propolis`
4992026-08-31T09:26:51.619ZFrom https://github.com/oxidecomputer/propolis
5002026-08-31T09:26:51.619Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
5012026-08-31T09:26:51.662Z Updating git repository `https://github.com/oxidecomputer/crucible`
5022026-08-31T09:26:52.514ZFrom https://github.com/oxidecomputer/crucible
5032026-08-31T09:26:52.514Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
5042026-08-31T09:26:52.577Z Updating git repository `https://github.com/oxidecomputer/tofino`
5052026-08-31T09:26:53.049ZFrom https://github.com/oxidecomputer/tofino
5062026-08-31T09:26:53.049Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
5072026-08-31T09:26:53.060Z Updating git repository `https://github.com/oxidecomputer/maghemite`
5082026-08-31T09:26:54.185ZFrom https://github.com/oxidecomputer/maghemite
5092026-08-31T09:26:54.185Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
5102026-08-31T09:26:54.216Z Updating git repository `https://github.com/oxidecomputer/clickward`
5112026-08-31T09:26:54.583ZFrom https://github.com/oxidecomputer/clickward
5122026-08-31T09:26:54.583Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
5132026-08-31T09:26:54.591Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
5142026-08-31T09:26:54.904ZFrom https://github.com/oxidecomputer/illumos-devinfo
5152026-08-31T09:26:54.906Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
5162026-08-31T09:26:56.990Z Downloading crates ...
5172026-08-31T09:26:57.035Z Downloaded bytes v1.12.1
5182026-08-31T09:26:57.037Z Downloaded adler2 v2.0.1
5192026-08-31T09:26:57.042Z Downloaded backon v1.6.0
5202026-08-31T09:26:57.046Z Downloaded anstyle v1.0.14
5212026-08-31T09:26:57.046Z Downloaded bs58 v0.5.1
5222026-08-31T09:26:57.050Z Downloaded aead v0.5.2
5232026-08-31T09:26:57.054Z Downloaded async-stream v0.3.6
5242026-08-31T09:26:57.057Z Downloaded block-buffer v0.10.4
5252026-08-31T09:26:57.057Z Downloaded cfg-if v1.0.4
5262026-08-31T09:26:57.057Z Downloaded atomic-waker v1.1.2
5272026-08-31T09:26:57.060Z Downloaded hubpack v0.1.2
5282026-08-31T09:26:57.063Z Downloaded hubpack_derive v0.1.1
5292026-08-31T09:26:57.066Z Downloaded darling_core v0.21.3
5302026-08-31T09:26:57.071Z Downloaded hybrid-array v0.4.14
5312026-08-31T09:26:57.071Z Downloaded indent_write v2.2.0
5322026-08-31T09:26:57.074Z Downloaded lazy_static v1.5.0
5332026-08-31T09:26:57.074Z Downloaded base16ct v1.0.0
5342026-08-31T09:26:57.074Z Downloaded bit-set v0.8.0
5352026-08-31T09:26:57.074Z Downloaded ident_case v1.0.1
5362026-08-31T09:26:57.074Z Downloaded konst_macro_rules v0.2.19
5372026-08-31T09:26:57.077Z Downloaded instant v0.1.13
5382026-08-31T09:26:57.080Z Downloaded const-random-macro v0.1.16
5392026-08-31T09:26:57.083Z Downloaded is-terminal v0.4.17
5402026-08-31T09:26:57.083Z Downloaded cpufeatures v0.3.0
5412026-08-31T09:26:57.083Z Downloaded itoa v1.0.18
5422026-08-31T09:26:57.087Z Downloaded cstr-argument v0.1.2
5432026-08-31T09:26:57.090Z Downloaded async-recursion v1.1.1
5442026-08-31T09:26:57.093Z Downloaded async-stream-impl v0.3.6
5452026-08-31T09:26:57.093Z Downloaded crypto-common v0.2.2
5462026-08-31T09:26:57.093Z Downloaded inout v0.1.4
5472026-08-31T09:26:57.093Z Downloaded jiff-static v0.2.35
5482026-08-31T09:26:57.096Z Downloaded atomicwrites v0.4.4
5492026-08-31T09:26:57.096Z Downloaded compression-core v0.4.32
5502026-08-31T09:26:57.101Z Downloaded cfg_aliases v0.2.2
5512026-08-31T09:26:57.104Z Downloaded ciborium-ll v0.2.2
5522026-08-31T09:26:57.104Z Downloaded memmap v0.7.0
5532026-08-31T09:26:57.107Z Downloaded keccak v0.1.6
5542026-08-31T09:26:57.107Z Downloaded cobs v0.3.0
5552026-08-31T09:26:57.107Z Downloaded crunchy v0.2.4
5562026-08-31T09:26:57.107Z Downloaded cpufeatures v0.2.17
5572026-08-31T09:26:57.110Z Downloaded crypto-common v0.1.7
5582026-08-31T09:26:57.110Z Downloaded base16ct v0.2.0
5592026-08-31T09:26:57.110Z Downloaded anstyle-query v1.1.5
5602026-08-31T09:26:57.110Z Downloaded convert_case v0.4.0
5612026-08-31T09:26:57.113Z Downloaded is_ci v1.2.0
5622026-08-31T09:26:57.113Z Downloaded num-conv v0.2.2
5632026-08-31T09:26:57.113Z Downloaded olpc-cjson v0.1.4
5642026-08-31T09:26:57.113Z Downloaded idna_adapter v1.2.2
5652026-08-31T09:26:57.113Z Downloaded mime v0.3.17
5662026-08-31T09:26:57.116Z Downloaded natord v1.0.9
5672026-08-31T09:26:57.122Z Downloaded newline-converter v0.3.0
5682026-08-31T09:26:57.124Z Downloaded newtype_derive v0.1.6
5692026-08-31T09:26:57.124Z Downloaded is_terminal_polyfill v1.70.2
5702026-08-31T09:26:57.125Z Downloaded lru-slab v0.1.2
5712026-08-31T09:26:57.128Z Downloaded curve25519-dalek-derive v0.1.1
5722026-08-31T09:26:57.128Z Downloaded clap_lex v1.1.0
5732026-08-31T09:26:57.128Z Downloaded colorchoice v1.0.5
5742026-08-31T09:26:57.131Z Downloaded num v0.4.3
5752026-08-31T09:26:57.131Z Downloaded crc8 v0.1.1
5762026-08-31T09:26:57.131Z Downloaded crucible-workspace-hack v0.1.0
5772026-08-31T09:26:57.131Z Downloaded libscf-sys v1.2.0
5782026-08-31T09:26:57.131Z Downloaded linked-hash-map v0.5.6
5792026-08-31T09:26:57.131Z Downloaded num-derive v0.4.2
5802026-08-31T09:26:57.131Z Downloaded num_threads v0.1.7
5812026-08-31T09:26:57.134Z Downloaded lru-cache v0.1.2
5822026-08-31T09:26:57.135Z Downloaded num_enum_derive v0.5.11
5832026-08-31T09:26:57.135Z Downloaded const-random v0.1.18
5842026-08-31T09:26:57.135Z Downloaded block-buffer v0.12.1
5852026-08-31T09:26:57.135Z Downloaded byteorder v1.5.0
5862026-08-31T09:26:57.138Z Downloaded camino-tempfile v1.4.1
5872026-08-31T09:26:57.138Z Downloaded no-std-compat v0.4.1
5882026-08-31T09:26:57.138Z Downloaded omicron-workspace-hack v0.1.0
5892026-08-31T09:26:57.141Z Downloaded memoffset v0.9.1
5902026-08-31T09:26:57.144Z Downloaded newtype-uuid-macros v0.1.1
5912026-08-31T09:26:57.144Z Downloaded bytecount v0.6.9
5922026-08-31T09:26:57.144Z Downloaded num-iter v0.1.46
5932026-08-31T09:26:57.144Z Downloaded humantime v2.4.0
5942026-08-31T09:26:57.147Z Downloaded ingot-types v0.1.2
5952026-08-31T09:26:57.147Z Downloaded backoff v0.4.0
5962026-08-31T09:26:57.147Z Downloaded anstyle-parse v1.0.0
5972026-08-31T09:26:57.150Z Downloaded async-trait v0.1.92
5982026-08-31T09:26:57.154Z Downloaded internet-checksum v0.2.1
5992026-08-31T09:26:57.154Z Downloaded ingot-types v0.2.0
6002026-08-31T09:26:57.568Z Downloaded match_cfg v0.1.0
6012026-08-31T09:26:57.569Z Downloaded scopeguard v1.2.0
6022026-08-31T09:26:57.572Z Downloaded ipnet v2.12.1
6032026-08-31T09:26:57.572Z Downloaded ipnetwork v0.21.1
6042026-08-31T09:26:57.572Z Downloaded take_mut v0.2.2
6052026-08-31T09:26:57.572Z Downloaded chacha20 v0.9.1
6062026-08-31T09:26:57.572Z Downloaded strum v0.27.2
6072026-08-31T09:26:57.572Z Downloaded strsim v0.11.1
6082026-08-31T09:26:57.572Z Downloaded base64ct v1.8.3
6092026-08-31T09:26:57.572Z Downloaded bitflags v1.3.2
6102026-08-31T09:26:57.572Z Downloaded supports-color v3.0.2
6112026-08-31T09:26:57.572Z Downloaded terminal_size v0.4.4
6122026-08-31T09:26:57.572Z Downloaded jobserver v0.1.35
6132026-08-31T09:26:57.572Z Downloaded tinyvec_macros v0.1.1
6142026-08-31T09:26:57.572Z Downloaded bit-vec v0.8.0
6152026-08-31T09:26:57.572Z Downloaded linear-map v1.2.0
6162026-08-31T09:26:57.572Z Downloaded macaddr v1.0.1
6172026-08-31T09:26:57.572Z Downloaded ciborium-io v0.2.2
6182026-08-31T09:26:57.572Z Downloaded cipher v0.4.4
6192026-08-31T09:26:57.572Z Downloaded daft v0.1.8
6202026-08-31T09:26:57.572Z Downloaded bcs v0.1.6
6212026-08-31T09:26:57.572Z Downloaded ingot v0.1.1
6222026-08-31T09:26:57.572Z Downloaded crossbeam-deque v0.8.7
6232026-08-31T09:26:57.572Z Downloaded num-integer v0.1.47
6242026-08-31T09:26:57.572Z Downloaded num_enum v0.7.6
6252026-08-31T09:26:57.572Z Downloaded num-complex v0.4.6
6262026-08-31T09:26:57.572Z Downloaded csv-core v0.1.13
6272026-08-31T09:26:57.572Z Downloaded autocfg v1.5.1
6282026-08-31T09:26:57.573Z Downloaded ingot v0.2.1
6292026-08-31T09:26:57.573Z Downloaded compression-codecs v0.4.38
6302026-08-31T09:26:57.573Z Downloaded critical-section v1.2.0
6312026-08-31T09:26:57.573Z Downloaded num_enum_derive v0.7.6
6322026-08-31T09:26:57.573Z Downloaded libsw v3.5.0
6332026-08-31T09:26:57.573Z Downloaded num_enum v0.5.11
6342026-08-31T09:26:57.573Z Downloaded thiserror-impl-no-std v2.0.2
6352026-08-31T09:26:57.573Z Downloaded multer v3.1.0
6362026-08-31T09:26:57.573Z Downloaded tower-service v0.3.3
6372026-08-31T09:26:57.573Z Downloaded try-lock v0.2.5
6382026-08-31T09:26:57.573Z Downloaded utf-8 v0.7.6
6392026-08-31T09:26:57.573Z Downloaded usdt-macro v0.5.0
6402026-08-31T09:26:57.573Z Downloaded usdt-macro v0.6.0
6412026-08-31T09:26:57.573Z Downloaded wait-timeout v0.2.1
6422026-08-31T09:26:57.573Z Downloaded cmake v0.1.58
6432026-08-31T09:26:57.574Z Downloaded const_format_proc_macros v0.2.34
6442026-08-31T09:26:57.574Z Downloaded anstream v1.0.0
6452026-08-31T09:26:57.574Z Downloaded iana-time-zone v0.1.65
6462026-08-31T09:26:57.574Z Downloaded cancel-safe-futures v0.1.5
6472026-08-31T09:26:57.574Z Downloaded hyper-rustls v0.27.9
6482026-08-31T09:26:57.574Z Downloaded libsw-core v0.3.2
6492026-08-31T09:26:57.574Z Downloaded ingot-macros v0.2.0
6502026-08-31T09:26:57.574Z Downloaded managed v0.8.0
6512026-08-31T09:26:57.574Z Downloaded argon2 v0.5.3
6522026-08-31T09:26:57.575Z Downloaded cargo_toml v0.22.3
6532026-08-31T09:26:57.575Z Downloaded untrusted v0.9.0
6542026-08-31T09:26:57.575Z Downloaded unarray v0.1.4
6552026-08-31T09:26:57.575Z Downloaded rustls-pemfile v2.2.0
6562026-08-31T09:26:57.575Z Downloaded dof v0.3.0
6572026-08-31T09:26:57.575Z Downloaded dyn-clone v1.0.20
6582026-08-31T09:26:57.575Z Downloaded embedded-io v0.4.0
6592026-08-31T09:26:57.575Z Downloaded rustversion v1.0.23
6602026-08-31T09:26:57.575Z Downloaded serde_path_to_error v0.1.20
6612026-08-31T09:26:57.575Z Downloaded slab v0.4.12
6622026-08-31T09:26:57.575Z Downloaded slog-scope v4.4.1
6632026-08-31T09:26:57.575Z Downloaded slog-stdlog v4.1.1
6642026-08-31T09:26:57.575Z Downloaded hostname v0.4.2
6652026-08-31T09:26:57.575Z Downloaded snafu-derive v0.8.9
6662026-08-31T09:26:57.575Z Downloaded defmt-parser v1.0.0
6672026-08-31T09:26:57.575Z Downloaded debug-ignore v1.0.5
6682026-08-31T09:26:57.575Z Downloaded fxhash v0.2.1
6692026-08-31T09:26:57.575Z Downloaded ingot-macros v0.1.1
6702026-08-31T09:26:57.575Z Downloaded dropshot-api-manager-types v0.7.2
6712026-08-31T09:26:57.575Z Downloaded form_urlencoded v1.2.2
6722026-08-31T09:26:57.575Z Downloaded newtype-uuid v1.4.0
6732026-08-31T09:26:57.575Z Downloaded num-rational v0.4.2
6742026-08-31T09:26:57.575Z Downloaded ahash v0.8.12
6752026-08-31T09:26:57.575Z Downloaded anyhow v1.0.104
6762026-08-31T09:26:57.575Z Downloaded litemap v0.8.2
6772026-08-31T09:26:57.575Z Downloaded clap_derive v4.6.4
6782026-08-31T09:26:57.575Z Downloaded crossbeam-utils v0.8.22
6792026-08-31T09:26:57.575Z Downloaded lock_api v0.4.14
6802026-08-31T09:26:57.575Z Downloaded byte-wrapper v0.1.0
6812026-08-31T09:26:57.575Z Downloaded console v0.16.4
6822026-08-31T09:26:57.575Z Downloaded crossbeam-epoch v0.9.20
6832026-08-31T09:26:57.575Z Downloaded darling v0.23.0
6842026-08-31T09:26:57.575Z Downloaded cookie v0.18.2
6852026-08-31T09:26:57.575Z Downloaded thiserror-impl v2.0.20
6862026-08-31T09:26:57.575Z Downloaded darling v0.21.3
6872026-08-31T09:26:57.575Z Downloaded pretty-hex v0.4.2
6882026-08-31T09:26:57.575Z Downloaded progenitor-macro v0.10.0
6892026-08-31T09:26:57.575Z Downloaded rand_xorshift v0.4.0
6902026-08-31T09:26:57.576Z Downloaded icu_locale_core v2.2.0
6912026-08-31T09:26:57.576Z Downloaded camino v1.2.5
6922026-08-31T09:26:57.576Z Downloaded icu_provider v2.2.0
6932026-08-31T09:26:57.576Z Downloaded shlex v2.0.1
6942026-08-31T09:26:57.576Z Downloaded fnv v1.0.7
6952026-08-31T09:26:57.576Z Downloaded indicatif v0.18.6
6962026-08-31T09:26:57.576Z Downloaded zeroize v1.9.0
6972026-08-31T09:26:57.576Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6982026-08-31T09:26:57.576Z Downloaded either v1.17.0
6992026-08-31T09:26:57.576Z Downloaded tokio-rustls v0.26.4
7002026-08-31T09:26:57.576Z Downloaded foldhash v0.1.5
7012026-08-31T09:26:57.576Z Downloaded group v0.13.0
7022026-08-31T09:26:57.580Z Downloaded rustc_version v0.4.1
7032026-08-31T09:26:57.580Z Downloaded highway v1.3.0
7042026-08-31T09:26:57.580Z Downloaded sha1 v0.11.0
7052026-08-31T09:26:57.580Z Downloaded slog-envlogger v2.2.0
7062026-08-31T09:26:57.581Z Downloaded strum v0.26.3
7072026-08-31T09:26:57.581Z Downloaded serde_spanned v0.6.9
7082026-08-31T09:26:57.581Z Downloaded testing_table v0.3.0
7092026-08-31T09:26:57.581Z Downloaded swrite v0.1.0
7102026-08-31T09:26:57.581Z Downloaded daft-derive v0.1.8
7112026-08-31T09:26:57.581Z Downloaded tower-layer v0.3.3
7122026-08-31T09:26:57.581Z Downloaded indexmap v1.9.3
7132026-08-31T09:26:57.581Z Downloaded scroll v0.12.0
7142026-08-31T09:26:57.581Z Downloaded serde_derive_internals v0.29.1
7152026-08-31T09:26:57.581Z Downloaded deranged v0.5.8
7162026-08-31T09:26:57.581Z Downloaded log v0.4.33
7172026-08-31T09:26:57.581Z Downloaded memmap2 v0.9.11
7182026-08-31T09:26:57.581Z Downloaded num-traits v0.2.19
7192026-08-31T09:26:57.581Z Downloaded sigpipe v0.1.3
7202026-08-31T09:26:57.581Z Downloaded unicode-xid v0.2.6
7212026-08-31T09:26:57.581Z Downloaded password-hash v0.5.0
7222026-08-31T09:26:57.581Z Downloaded want v0.3.1
7232026-08-31T09:26:57.581Z Downloaded usdt-attr-macro v0.5.0
7242026-08-31T09:26:57.581Z Downloaded chacha20 v0.10.1
7252026-08-31T09:26:57.581Z Downloaded bitflags v2.13.1
7262026-08-31T09:26:57.581Z Downloaded konst v0.2.20
7272026-08-31T09:26:57.581Z Downloaded crc32fast v1.5.0
7282026-08-31T09:26:57.581Z Downloaded yoke v0.8.3
7292026-08-31T09:26:57.581Z Downloaded ciborium v0.2.2
7302026-08-31T09:26:57.581Z Downloaded colored v3.1.1
7312026-08-31T09:26:57.581Z Downloaded clap v4.6.6
7322026-08-31T09:26:57.581Z Downloaded darling_macro v0.23.0
7332026-08-31T09:26:57.581Z Downloaded utf8_iter v1.0.4
7342026-08-31T09:26:57.581Z Downloaded futures-sink v0.3.34
7352026-08-31T09:26:57.581Z Downloaded icu_properties v2.2.0
7362026-08-31T09:26:57.581Z Downloaded version_check v0.9.5
7372026-08-31T09:26:57.581Z Downloaded zerofrom-derive v0.1.7
7382026-08-31T09:26:57.581Z Downloaded same-file v1.0.6
7392026-08-31T09:26:57.581Z Downloaded base64 v0.22.1
7402026-08-31T09:26:57.581Z Downloaded gethostname v0.5.0
7412026-08-31T09:26:57.581Z Downloaded arc-swap v1.9.2
7422026-08-31T09:26:57.581Z Downloaded foreign-types-shared v0.1.1
7432026-08-31T09:26:57.581Z Downloaded futures-core v0.3.34
7442026-08-31T09:26:57.582Z Downloaded smartstring v1.0.1
7452026-08-31T09:26:57.582Z Downloaded smawk v0.3.3
7462026-08-31T09:26:57.582Z Downloaded hex v0.4.3
7472026-08-31T09:26:57.582Z Downloaded toml v0.8.23
7482026-08-31T09:26:57.582Z Downloaded pin-project-lite v0.2.17
7492026-08-31T09:26:57.582Z Downloaded pkg-config v0.3.33
7502026-08-31T09:26:57.582Z Downloaded progenitor v0.14.0
7512026-08-31T09:26:57.582Z Downloaded potential_utf v0.1.5
7522026-08-31T09:26:57.582Z Downloaded progenitor v0.13.0
7532026-08-31T09:26:57.582Z Downloaded powerfmt v0.2.0
7542026-08-31T09:26:57.582Z Downloaded rand_core v0.6.4
7552026-08-31T09:26:57.582Z Downloaded icu_normalizer_data v2.2.0
7562026-08-31T09:26:57.582Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7572026-08-31T09:26:57.582Z Downloaded serde_tokenstream v0.3.0
7582026-08-31T09:26:57.582Z Downloaded miniz_oxide v0.8.9
7592026-08-31T09:26:57.582Z Downloaded opaque-debug v0.3.1
7602026-08-31T09:26:57.582Z Downloaded phf_shared v0.12.1
7612026-08-31T09:26:57.582Z Downloaded simd-adler32 v0.3.10
7622026-08-31T09:26:57.582Z Downloaded blake2 v0.10.6
7632026-08-31T09:26:57.582Z Downloaded parking_lot_core v0.8.6
7642026-08-31T09:26:57.582Z Downloaded schemars v0.8.22
7652026-08-31T09:26:57.582Z Downloaded rand_pcg v0.10.2
7662026-08-31T09:26:57.582Z Downloaded serde_yaml v0.9.34+deprecated
7672026-08-31T09:26:57.582Z Downloaded futures-channel v0.3.34
7682026-08-31T09:26:57.582Z Downloaded httparse v1.10.1
7692026-08-31T09:26:57.582Z Downloaded static_assertions v1.1.0
7702026-08-31T09:26:57.582Z Downloaded tiny-keccak v2.0.2
7712026-08-31T09:26:57.582Z Downloaded tinystr v0.8.3
7722026-08-31T09:26:57.582Z Downloaded toml_writer v1.1.2+spec-1.1.0
7732026-08-31T09:26:57.582Z Downloaded spin v0.5.2
7742026-08-31T09:26:57.582Z Downloaded icu_collections v2.2.0
7752026-08-31T09:26:57.582Z Downloaded icu_normalizer v2.2.0
7762026-08-31T09:26:57.582Z Downloaded data-encoding v2.11.1
7772026-08-31T09:26:57.582Z Downloaded zerocopy-derive v0.7.35
7782026-08-31T09:26:57.582Z Downloaded proc-macro-error v1.0.4
7792026-08-31T09:26:57.582Z Downloaded const_format v0.2.36
7802026-08-31T09:26:57.582Z Downloaded thin-vec v0.2.19
7812026-08-31T09:26:57.582Z Downloaded digest v0.10.7
7822026-08-31T09:26:57.583Z Downloaded foldhash v0.2.0
7832026-08-31T09:26:57.583Z Downloaded thiserror-no-std v2.0.2
7842026-08-31T09:26:57.583Z Downloaded slog-bunyan v2.5.0
7852026-08-31T09:26:57.583Z Downloaded structmeta v0.3.0
7862026-08-31T09:26:57.583Z Downloaded tabled_derive v0.7.0
7872026-08-31T09:26:57.583Z Downloaded rustls-pki-types v1.15.1
7882026-08-31T09:26:57.583Z Downloaded zmij v1.0.23
7892026-08-31T09:26:57.583Z Downloaded elliptic-curve v0.13.8
7902026-08-31T09:26:57.583Z Downloaded allocator-api2 v0.2.21
7912026-08-31T09:26:57.583Z Downloaded http-body v1.1.0
7922026-08-31T09:26:57.583Z Downloaded find-msvc-tools v0.1.10
7932026-08-31T09:26:57.583Z Downloaded getrandom v0.3.4
7942026-08-31T09:26:57.583Z Downloaded getrandom v0.4.3
7952026-08-31T09:26:57.583Z Downloaded thread-id v4.2.2
7962026-08-31T09:26:57.583Z Downloaded typify-macro v0.4.3
7972026-08-31T09:26:57.583Z Downloaded usdt-attr-macro v0.6.0
7982026-08-31T09:26:57.583Z Downloaded defmt v0.3.100
7992026-08-31T09:26:57.583Z Downloaded toml_parser v1.1.3+spec-1.1.0
8002026-08-31T09:26:57.583Z Downloaded typify v0.4.3
8012026-08-31T09:26:57.583Z Downloaded unicode-ident v1.0.24
8022026-08-31T09:26:57.587Z Downloaded progenitor v0.10.0
8032026-08-31T09:26:57.587Z Downloaded progenitor-extras v0.2.0
8042026-08-31T09:26:57.587Z Downloaded embedded-io v0.6.1
8052026-08-31T09:26:57.587Z Downloaded fixedbitset v0.4.2
8062026-08-31T09:26:57.587Z Downloaded glob v0.3.4
8072026-08-31T09:26:57.587Z Downloaded globset v0.4.20
8082026-08-31T09:26:57.587Z Downloaded pest_derive v2.8.8
8092026-08-31T09:26:57.587Z Downloaded darling_macro v0.21.3
8102026-08-31T09:26:57.587Z Downloaded dof v0.4.0
8112026-08-31T09:26:57.587Z Downloaded minimal-lexical v0.2.1
8122026-08-31T09:26:57.587Z Downloaded papergrid v0.11.0
8132026-08-31T09:26:57.587Z Downloaded heck v0.5.0
8142026-08-31T09:26:57.587Z Downloaded rand_core v0.10.1
8152026-08-31T09:26:57.587Z Downloaded futures v0.3.34
8162026-08-31T09:26:57.587Z Downloaded scroll v0.13.0
8172026-08-31T09:26:57.587Z Downloaded progenitor-macro v0.14.0
8182026-08-31T09:26:57.587Z Downloaded percent-encoding v2.3.2
8192026-08-31T09:26:57.587Z Downloaded serde_tokenstream v0.2.3
8202026-08-31T09:26:57.587Z Downloaded progenitor-impl v0.14.0
8212026-08-31T09:26:57.587Z Downloaded hostname v0.3.1
8222026-08-31T09:26:57.587Z Downloaded proc-macro-error-attr v1.0.4
8232026-08-31T09:26:57.587Z Downloaded chacha20poly1305 v0.10.1
8242026-08-31T09:26:57.587Z Downloaded base64 v0.21.7
8252026-08-31T09:26:57.587Z Downloaded rand_chacha v0.3.1
8262026-08-31T09:26:57.587Z Downloaded subtle v2.6.1
8272026-08-31T09:26:57.587Z Downloaded quick-error v1.2.3
8282026-08-31T09:26:57.587Z Downloaded ref-cast v1.0.26
8292026-08-31T09:26:57.587Z Downloaded darling_core v0.23.0
8302026-08-31T09:26:57.587Z Downloaded serde_repr v0.1.21
8312026-08-31T09:26:57.587Z Downloaded scroll_derive v0.12.1
8322026-08-31T09:26:57.587Z Downloaded crossbeam-channel v0.5.16
8332026-08-31T09:26:57.587Z Downloaded structmeta-derive v0.3.0
8342026-08-31T09:26:57.587Z Downloaded thiserror-impl v1.0.69
8352026-08-31T09:26:57.587Z Downloaded walkdir v2.5.0
8362026-08-31T09:26:57.587Z Downloaded sha1 v0.10.7
8372026-08-31T09:26:57.588Z Downloaded test-strategy v0.4.5
8382026-08-31T09:26:57.588Z Downloaded textwrap v0.16.2
8392026-08-31T09:26:57.588Z Downloaded sync_wrapper v1.0.2
8402026-08-31T09:26:57.588Z Downloaded writeable v0.6.3
8412026-08-31T09:26:57.588Z Downloaded zerovec-derive v0.11.3
8422026-08-31T09:26:57.588Z Downloaded fixedbitset v0.5.7
8432026-08-31T09:26:57.588Z Downloaded toml_write v0.1.2
8442026-08-31T09:26:57.588Z Downloaded usdt v0.5.0
8452026-08-31T09:26:57.588Z Downloaded utf8parse v0.2.2
8462026-08-31T09:26:57.588Z Downloaded dunce v1.0.5
8472026-08-31T09:26:57.588Z Downloaded thread_local v1.1.10
8482026-08-31T09:26:57.588Z Downloaded toml_edit v0.25.13+spec-1.1.0
8492026-08-31T09:26:57.588Z Downloaded zeroize_derive v1.5.0
8502026-08-31T09:26:57.588Z Downloaded float-ord v0.3.2
8512026-08-31T09:26:57.588Z Downloaded foreign-types v0.3.2
8522026-08-31T09:26:57.588Z Downloaded foreign-types v0.5.0
8532026-08-31T09:26:57.588Z Downloaded ryu v1.0.23
8542026-08-31T09:26:57.588Z Downloaded mio v1.2.2
8552026-08-31T09:26:57.588Z Downloaded parking_lot v0.11.2
8562026-08-31T09:26:57.588Z Downloaded parking_lot v0.12.5
8572026-08-31T09:26:57.588Z Downloaded erased-serde v0.3.31
8582026-08-31T09:26:57.589Z Downloaded errno v0.3.14
8592026-08-31T09:26:57.589Z Downloaded fs-err v3.3.1
8602026-08-31T09:26:57.589Z Downloaded fs_extra v1.3.0
8612026-08-31T09:26:57.589Z Downloaded serde v1.0.229
8622026-08-31T09:26:57.589Z Downloaded snafu v0.8.9
8632026-08-31T09:26:57.589Z Downloaded tokio-stream v0.1.19
8642026-08-31T09:26:57.589Z Downloaded oxide-tokio-rt v0.1.6
8652026-08-31T09:26:57.589Z Downloaded schemars_derive v0.8.22
8662026-08-31T09:26:57.589Z Downloaded hash32 v0.3.1
8672026-08-31T09:26:57.589Z Downloaded secrecy v0.10.3
8682026-08-31T09:26:57.589Z Downloaded serde_with_macros v3.22.0
8692026-08-31T09:26:57.589Z Downloaded indexmap v2.14.0
8702026-08-31T09:26:57.589Z Downloaded phf v0.12.1
8712026-08-31T09:26:57.589Z Downloaded cc v1.4.2
8722026-08-31T09:26:57.589Z Downloaded const-oid v0.10.2
8732026-08-31T09:26:57.589Z Downloaded dropshot_endpoint v0.17.1
8742026-08-31T09:26:57.589Z Downloaded async-compression v0.4.43
8752026-08-31T09:26:57.589Z Downloaded crypto-bigint v0.5.5
8762026-08-31T09:26:57.589Z Downloaded openssl-sys v0.9.117
8772026-08-31T09:26:57.589Z Downloaded semver v0.1.20
8782026-08-31T09:26:57.589Z Downloaded term v1.2.1
8792026-08-31T09:26:57.589Z Downloaded smallvec v1.15.2
8802026-08-31T09:26:57.589Z Downloaded progenitor-client v0.14.0
8812026-08-31T09:26:57.589Z Downloaded schemars v0.9.0
8822026-08-31T09:26:57.589Z Downloaded ref-cast-impl v1.0.26
8832026-08-31T09:26:57.589Z Downloaded serde_core v1.0.229
8842026-08-31T09:26:57.589Z Downloaded slog-dtrace v0.3.0
8852026-08-31T09:26:57.590Z Downloaded unicode-linebreak v0.1.5
8862026-08-31T09:26:57.590Z Downloaded tabwriter v1.4.1
8872026-08-31T09:26:57.590Z Downloaded universal-hash v0.5.1
8882026-08-31T09:26:57.590Z Downloaded typify-macro v0.6.2
8892026-08-31T09:26:57.590Z Downloaded zerofrom v0.1.8
8902026-08-31T09:26:57.590Z Downloaded drift v0.2.0
8912026-08-31T09:26:57.590Z Downloaded time-macros v0.2.32
8922026-08-31T09:26:57.590Z Downloaded sha2 v0.10.9
8932026-08-31T09:26:57.590Z Downloaded digest v0.11.3
8942026-08-31T09:26:57.590Z Downloaded git-stub-vcs v0.1.0
8952026-08-31T09:26:57.594Z Downloaded thread-id v5.1.0
8962026-08-31T09:26:57.595Z Downloaded enum-as-inner v0.6.1
8972026-08-31T09:26:57.595Z Downloaded proc-macro-crate v1.3.1
8982026-08-31T09:26:57.595Z Downloaded hyper-util v0.1.20
8992026-08-31T09:26:57.598Z Downloaded url v2.5.8
9002026-08-31T09:26:57.598Z Downloaded memchr v2.8.3
9012026-08-31T09:26:57.598Z Downloaded pin-project v1.1.13
9022026-08-31T09:26:57.603Z Downloaded defmt-macros v1.1.1
9032026-08-31T09:26:57.606Z Downloaded futures-io v0.3.34
9042026-08-31T09:26:57.606Z Downloaded getrandom v0.2.17
9052026-08-31T09:26:57.609Z Downloaded rustls-platform-verifier v0.7.0
9062026-08-31T09:26:57.609Z Downloaded generic-array v0.14.7
9072026-08-31T09:26:57.609Z Downloaded pin-project-internal v1.1.13
9082026-08-31T09:26:57.612Z Downloaded owo-colors v4.3.0
9092026-08-31T09:26:57.612Z Downloaded rustc-hash v2.1.3
9102026-08-31T09:26:57.612Z Downloaded tokio-macros v2.7.2
9112026-08-31T09:26:57.612Z Downloaded oxnet v0.1.7
9122026-08-31T09:26:57.616Z Downloaded rhai_codegen v3.2.0
9132026-08-31T09:26:57.619Z Downloaded rand v0.8.7
9142026-08-31T09:26:57.619Z Downloaded http-body-util v0.1.5
9152026-08-31T09:26:57.619Z Downloaded parse-display-derive v0.10.0
9162026-08-31T09:26:57.622Z Downloaded postcard v1.1.3
9172026-08-31T09:26:57.622Z Downloaded openssl-macros v0.1.1
9182026-08-31T09:26:57.622Z Downloaded plain v0.2.3
9192026-08-31T09:26:57.622Z Downloaded parse-display v0.10.0
9202026-08-31T09:26:57.622Z Downloaded jiff-core v0.1.0
9212026-08-31T09:26:57.625Z Downloaded serde-big-array v0.5.1
9222026-08-31T09:26:57.625Z Downloaded signal-hook-registry v1.4.8
9232026-08-31T09:26:57.625Z Downloaded slog-async v2.8.0
9242026-08-31T09:26:57.628Z Downloaded time-core v0.1.9
9252026-08-31T09:26:57.628Z Downloaded usdt v0.6.0
9262026-08-31T09:26:57.628Z Downloaded foreign-types-macros v0.2.4
9272026-08-31T09:26:57.628Z Downloaded foreign-types-shared v0.3.1
9282026-08-31T09:26:57.628Z Downloaded serde_derive v1.0.229
9292026-08-31T09:26:57.631Z Downloaded nom v8.0.0
9302026-08-31T09:26:57.634Z Downloaded unsafe-libyaml v0.2.11
9312026-08-31T09:26:57.634Z Downloaded rand_chacha v0.9.0
9322026-08-31T09:26:57.637Z Downloaded thiserror v2.0.20
9332026-08-31T09:26:57.640Z Downloaded toml v0.9.12+spec-1.1.0
9342026-08-31T09:26:57.640Z Downloaded toml v1.1.4+spec-1.1.0
9352026-08-31T09:26:57.645Z Downloaded dtrace-parser v0.2.0
9362026-08-31T09:26:57.645Z Downloaded proc-macro-crate v3.5.0
9372026-08-31T09:26:57.709Z Downloaded rustc_version v0.1.7
9382026-08-31T09:26:57.709Z Downloaded scroll_derive v0.13.1
9392026-08-31T09:26:57.709Z Downloaded whoami v1.6.1
9402026-08-31T09:26:57.730Z Downloaded displaydoc v0.2.7
9412026-08-31T09:26:57.730Z Downloaded equivalent v1.0.2
9422026-08-31T09:26:57.730Z Downloaded usdt-impl v0.6.0
9432026-08-31T09:26:57.730Z Downloaded stable_deref_trait v1.2.1
9442026-08-31T09:26:57.730Z Downloaded quinn-udp v0.5.15
9452026-08-31T09:26:57.730Z Downloaded nom v7.1.3
9462026-08-31T09:26:57.730Z Downloaded untrusted v0.7.1
9472026-08-31T09:26:57.730Z Downloaded git-stub v1.0.0
9482026-08-31T09:26:57.730Z Downloaded pest_meta v2.8.8
9492026-08-31T09:26:57.730Z Downloaded slog-json v2.6.1
9502026-08-31T09:26:57.730Z Downloaded typeid v1.0.3
9512026-08-31T09:26:57.730Z Downloaded waitgroup v0.1.2
9522026-08-31T09:26:57.730Z Downloaded zone v0.3.1
9532026-08-31T09:26:57.730Z Downloaded zone_cfg_derive v0.3.1
9542026-08-31T09:26:57.730Z Downloaded itertools v0.12.1
9552026-08-31T09:26:57.730Z Downloaded tagptr v0.2.0
9562026-08-31T09:26:57.730Z Downloaded once_cell v1.21.4
9572026-08-31T09:26:57.730Z Downloaded progenitor-client v0.13.0
9582026-08-31T09:26:57.730Z Downloaded tokio-dtrace v0.1.1
9592026-08-31T09:26:57.730Z Downloaded vsss-rs v3.3.4
9602026-08-31T09:26:57.730Z Downloaded yoke-derive v0.8.2
9612026-08-31T09:26:57.730Z Downloaded pest_generator v2.8.8
9622026-08-31T09:26:57.730Z Downloaded futures-executor v0.3.34
9632026-08-31T09:26:57.730Z Downloaded serde_plain v1.0.2
9642026-08-31T09:26:57.730Z Downloaded siphasher v1.0.3
9652026-08-31T09:26:57.730Z Downloaded unit-prefix v0.5.2
9662026-08-31T09:26:57.730Z Downloaded openssl-probe v0.2.1
9672026-08-31T09:26:57.730Z Downloaded heck v0.4.1
9682026-08-31T09:26:57.730Z Downloaded spin v0.9.9
9692026-08-31T09:26:57.730Z Downloaded termtree v0.5.1
9702026-08-31T09:26:57.731Z Downloaded rand_core v0.9.5
9712026-08-31T09:26:57.731Z Downloaded typify v0.6.2
9722026-08-31T09:26:57.731Z Downloaded xz2 v0.1.7
9732026-08-31T09:26:57.731Z Downloaded rustls-native-certs v0.8.4
9742026-08-31T09:26:57.731Z Downloaded futures-macro v0.3.34
9752026-08-31T09:26:57.739Z Downloaded dtrace-parser v0.3.0
9762026-08-31T09:26:57.739Z Downloaded httpdate v1.0.3
9772026-08-31T09:26:57.739Z Downloaded toml_datetime v0.6.11
9782026-08-31T09:26:57.740Z Downloaded socket2 v0.6.5
9792026-08-31T09:26:57.740Z Downloaded quinn v0.11.11
9802026-08-31T09:26:57.740Z Downloaded smf v0.2.3
9812026-08-31T09:26:57.740Z Downloaded tempfile v3.27.0
9822026-08-31T09:26:57.740Z Downloaded thiserror v1.0.69
9832026-08-31T09:26:57.740Z Downloaded tinyvec v1.12.0
9842026-08-31T09:26:57.740Z Downloaded defmt v1.1.1
9852026-08-31T09:26:57.740Z Downloaded futures-task v0.3.34
9862026-08-31T09:26:57.740Z Downloaded progenitor-macro v0.13.0
9872026-08-31T09:26:57.740Z Downloaded progenitor-client v0.10.0
9882026-08-31T09:26:57.740Z Downloaded slog-term v2.9.2
9892026-08-31T09:26:57.743Z Downloaded serde_urlencoded v0.7.1
9902026-08-31T09:26:57.743Z Downloaded port-file v0.1.0
9912026-08-31T09:26:57.743Z Downloaded ppv-lite86 v0.2.21
9922026-08-31T09:26:57.743Z Downloaded synstructure v0.13.2
9932026-08-31T09:26:57.746Z Downloaded serde_spanned v1.1.1
9942026-08-31T09:26:57.747Z Downloaded progenitor-impl v0.13.0
9952026-08-31T09:26:57.749Z Downloaded itertools v0.14.0
9962026-08-31T09:26:57.753Z Downloaded idna v1.1.0
9972026-08-31T09:26:57.761Z Downloaded zerovec v0.11.6
9982026-08-31T09:26:57.762Z Downloaded tracing-core v0.1.36
9992026-08-31T09:26:57.762Z Downloaded ucd-trie v0.1.7
10002026-08-31T09:26:57.762Z Downloaded hashbrown v0.12.3
10012026-08-31T09:26:57.764Z Downloaded paste v1.0.15
10022026-08-31T09:26:57.764Z Downloaded pem v3.0.6
10032026-08-31T09:26:57.764Z Downloaded ff v0.13.1
10042026-08-31T09:26:57.764Z Downloaded poly1305 v0.8.0
10052026-08-31T09:26:57.764Z Downloaded rusty-fork v0.3.1
10062026-08-31T09:26:57.765Z Downloaded progenitor-impl v0.10.0
10072026-08-31T09:26:57.770Z Downloaded parking_lot_core v0.9.12
10082026-08-31T09:26:57.775Z Downloaded strum_macros v0.27.2
10092026-08-31T09:26:57.778Z Downloaded resolv-conf v0.7.6
10102026-08-31T09:26:57.778Z Downloaded tokio-tungstenite v0.21.0
10112026-08-31T09:26:57.784Z Downloaded semver v1.0.28
10122026-08-31T09:26:57.787Z Downloaded derive-ex v0.1.8
10132026-08-31T09:26:57.790Z Downloaded fastrand v2.5.0
10142026-08-31T09:26:57.790Z Downloaded quote v1.0.47
10152026-08-31T09:26:58.198Z Downloaded typenum v1.20.1
10162026-08-31T09:26:58.202Z Downloaded hmac v0.12.1
10172026-08-31T09:26:58.202Z Downloaded strum_macros v0.26.4
10182026-08-31T09:26:58.202Z Downloaded usdt-impl v0.5.0
10192026-08-31T09:26:58.202Z Downloaded similar v3.2.0
10202026-08-31T09:26:58.202Z Downloaded libm v0.2.16
10212026-08-31T09:26:58.202Z Downloaded tracing-attributes v0.1.31
10222026-08-31T09:26:58.202Z Downloaded hyper v1.11.0
10232026-08-31T09:26:58.202Z Downloaded toml_edit v0.22.27
10242026-08-31T09:26:58.202Z Downloaded prettyplease v0.2.37
10252026-08-31T09:26:58.202Z Downloaded schemars v1.2.2
10262026-08-31T09:26:58.202Z Downloaded hickory-resolver v0.24.4
10272026-08-31T09:26:58.202Z Downloaded derive-where v1.6.1
10282026-08-31T09:26:58.203Z Downloaded papergrid v0.18.0
10292026-08-31T09:26:58.203Z Downloaded proc-macro2 v1.0.107
10302026-08-31T09:26:58.203Z Downloaded itertools v0.15.0
10312026-08-31T09:26:58.203Z Downloaded uuid v1.26.0
10322026-08-31T09:26:58.203Z Downloaded pest v2.8.8
10332026-08-31T09:26:58.203Z Downloaded aho-corasick v1.1.5
10342026-08-31T09:26:58.203Z Downloaded rand v0.10.2
10352026-08-31T09:26:58.203Z Downloaded icu_properties_data v2.2.0
10362026-08-31T09:26:58.203Z Downloaded aws-lc-rs v1.18.0
10372026-08-31T09:26:58.203Z Downloaded half v2.7.1
10382026-08-31T09:26:58.203Z Downloaded serde_json v1.0.151
10392026-08-31T09:26:58.203Z Downloaded hashbrown v0.15.5
10402026-08-31T09:26:58.203Z Downloaded dropshot-api-manager v0.7.2
10412026-08-31T09:26:58.204Z Downloaded hickory-resolver v0.25.2
10422026-08-31T09:26:58.204Z Downloaded clap_builder v4.6.6
10432026-08-31T09:26:58.204Z Downloaded derive_more v0.99.20
10442026-08-31T09:26:58.204Z Downloaded slog v2.8.2
10452026-08-31T09:26:58.204Z Downloaded expectorate v1.3.0
10462026-08-31T09:26:58.204Z Downloaded flate2 v1.1.9
10472026-08-31T09:26:58.204Z Downloaded zerocopy-derive v0.8.56
10482026-08-31T09:26:58.204Z Downloaded rayon-core v1.13.0
10492026-08-31T09:26:58.204Z Downloaded rustls-webpki v0.103.14
10502026-08-31T09:26:58.204Z Downloaded toml_edit v0.19.15
10512026-08-31T09:26:58.204Z Downloaded heapless v0.8.0
10522026-08-31T09:26:58.205Z Downloaded tungstenite v0.21.0
10532026-08-31T09:26:58.205Z Downloaded similar v2.7.0
10542026-08-31T09:26:58.205Z Downloaded winnow v0.7.15
10552026-08-31T09:26:58.205Z Downloaded zerocopy v0.7.35
10562026-08-31T09:26:58.205Z Downloaded zerotrie v0.2.4
10572026-08-31T09:26:58.205Z Downloaded hashbrown v0.17.1
10582026-08-31T09:26:58.205Z Downloaded ron v0.12.2
10592026-08-31T09:26:58.205Z Downloaded steno v0.4.1
10602026-08-31T09:26:58.205Z Downloaded unicode-normalization v0.1.25
10612026-08-31T09:26:58.205Z Downloaded tower v0.5.3
10622026-08-31T09:26:58.205Z Downloaded tokio-util v0.7.19
10632026-08-31T09:26:58.205Z Downloaded iddqd v0.4.6
10642026-08-31T09:26:58.205Z Downloaded hashbrown v0.16.1
10652026-08-31T09:26:58.205Z Downloaded rayon v1.12.0
10662026-08-31T09:26:58.205Z Downloaded rand v0.9.5
10672026-08-31T09:26:58.205Z Downloaded tower-http v0.6.11
10682026-08-31T09:26:58.205Z Downloaded qorb v0.4.1
10692026-08-31T09:26:58.206Z Downloaded hkdf v0.12.4
10702026-08-31T09:26:58.206Z Downloaded typed-path v0.9.3
10712026-08-31T09:26:58.206Z Downloaded winnow v0.5.40
10722026-08-31T09:26:58.206Z Downloaded moka v0.12.16
10732026-08-31T09:26:58.206Z Downloaded tough v0.22.0
10742026-08-31T09:26:58.206Z Downloaded unicode-segmentation v1.13.3
10752026-08-31T09:26:58.206Z Downloaded http v1.5.0
10762026-08-31T09:26:58.206Z Downloaded reqwest v0.12.28
10772026-08-31T09:26:58.206Z Downloaded webpki-roots v1.0.9
10782026-08-31T09:26:58.206Z Downloaded regex v1.13.1
10792026-08-31T09:26:58.206Z Downloaded quinn-proto v0.11.16
10802026-08-31T09:26:58.206Z Downloaded tabled v0.21.0
10812026-08-31T09:26:58.206Z Downloaded portable-atomic v1.15.0
10822026-08-31T09:26:58.206Z Downloaded chrono v0.4.45
10832026-08-31T09:26:58.206Z Downloaded syn v1.0.109
10842026-08-31T09:26:58.206Z Downloaded reqwest v0.13.4
10852026-08-31T09:26:58.206Z Downloaded h2 v0.4.15
10862026-08-31T09:26:58.206Z Downloaded vcpkg v0.2.15
10872026-08-31T09:26:58.206Z Downloaded unicode-width v0.2.2
10882026-08-31T09:26:58.206Z Downloaded curve25519-dalek v4.1.3
10892026-08-31T09:26:58.206Z Downloaded proptest v1.11.0
10902026-08-31T09:26:58.206Z Downloaded winnow v1.0.4
10912026-08-31T09:26:58.207Z Downloaded futures-util v0.3.34
10922026-08-31T09:26:58.207Z Downloaded serde_with v3.22.0
10932026-08-31T09:26:58.207Z Downloaded unicode-width v0.1.14
10942026-08-31T09:26:58.207Z Downloaded syn v2.0.119
10952026-08-31T09:26:58.207Z Downloaded nix v0.31.3
10962026-08-31T09:26:58.207Z Downloaded goblin v0.8.2
10972026-08-31T09:26:58.207Z Downloaded goblin v0.10.7
10982026-08-31T09:26:58.207Z Downloaded syn v3.0.3
10992026-08-31T09:26:58.207Z Downloaded tabled v0.15.0
11002026-08-31T09:26:58.211Z Downloaded bstr v1.13.1
11012026-08-31T09:26:58.215Z Downloaded zerocopy v0.8.56
11022026-08-31T09:26:58.223Z Downloaded time v0.3.55
11032026-08-31T09:26:58.229Z Downloaded hickory-proto v0.24.4
11042026-08-31T09:26:58.237Z Downloaded openssl v0.10.81
11052026-08-31T09:26:58.243Z Downloaded rustix v0.38.44
11062026-08-31T09:26:58.257Z Downloaded regress v0.10.5
11072026-08-31T09:26:58.261Z Downloaded openapiv3 v2.2.0
11082026-08-31T09:26:58.266Z Downloaded regress v0.11.1
11092026-08-31T09:26:58.271Z Downloaded smoltcp v0.11.0
11102026-08-31T09:26:58.278Z Downloaded dropshot v0.17.1
11112026-08-31T09:26:58.290Z Downloaded regex-syntax v0.8.11
11122026-08-31T09:26:58.294Z Downloaded rustls v0.23.43
11132026-08-31T09:26:58.305Z Downloaded sled v0.34.7
11142026-08-31T09:26:58.316Z Downloaded typify-impl v0.6.2
11152026-08-31T09:26:58.320Z Downloaded tracing v0.1.44
11162026-08-31T09:26:58.324Z Downloaded typify-impl v0.4.3
11172026-08-31T09:26:58.332Z Downloaded rustix v1.1.4
11182026-08-31T09:26:58.344Z Downloaded rhai v1.26.0
11192026-08-31T09:26:58.355Z Downloaded hickory-proto v0.25.2
11202026-08-31T09:26:58.360Z Downloaded jiff v0.2.35
11212026-08-31T09:26:58.378Z Downloaded regex-automata v0.4.18
11222026-08-31T09:26:58.387Z Downloaded petgraph v0.6.5
11232026-08-31T09:26:58.396Z Downloaded chrono-tz v0.10.4
11242026-08-31T09:26:58.406Z Downloaded lzma-sys v0.1.20
11252026-08-31T09:26:58.422Z Downloaded csv v1.4.0
11262026-08-31T09:26:58.433Z Downloaded petgraph v0.8.3
11272026-08-31T09:26:58.444Z Downloaded libc v0.2.189
11282026-08-31T09:26:58.465Z Downloaded sha3 v0.10.9
11292026-08-31T09:26:58.469Z Downloaded tokio v1.53.1
11302026-08-31T09:26:58.489Z Downloaded ring v0.17.14
11312026-08-31T09:26:58.512Z Downloaded encoding_rs v0.8.35
11322026-08-31T09:26:59.015Z Downloaded aws-lc-sys v0.44.0
11332026-08-31T09:26:59.384Z Compiling proc-macro2 v1.0.107
11342026-08-31T09:26:59.384Z Compiling quote v1.0.47
11352026-08-31T09:26:59.384Z Compiling unicode-ident v1.0.24
11362026-08-31T09:26:59.395Z Compiling serde_core v1.0.229
11372026-08-31T09:26:59.395Z Compiling serde v1.0.229
11382026-08-31T09:26:59.395Z Compiling libc v0.2.189
11392026-08-31T09:26:59.395Z Compiling cfg-if v1.0.4
11402026-08-31T09:27:00.109Z Compiling zmij v1.0.23
11412026-08-31T09:27:00.113Z Compiling autocfg v1.5.1
11422026-08-31T09:27:00.113Z Compiling memchr v2.8.3
11432026-08-31T09:27:00.113Z Compiling libm v0.2.16
11442026-08-31T09:27:00.411Z Compiling itoa v1.0.18
11452026-08-31T09:27:00.443Z Compiling icu_properties_data v2.2.0
11462026-08-31T09:27:00.677Z Compiling icu_normalizer_data v2.2.0
11472026-08-31T09:27:00.692Z Compiling version_check v0.9.5
11482026-08-31T09:27:00.708Z Compiling stable_deref_trait v1.2.1
11492026-08-31T09:27:00.830Z Compiling serde_json v1.0.151
11502026-08-31T09:27:00.858Z Compiling syn v2.0.119
11512026-08-31T09:27:00.907Z Compiling syn v3.0.3
11522026-08-31T09:27:00.962Z Compiling thiserror v2.0.20
11532026-08-31T09:27:01.091Z Compiling writeable v0.6.3
11542026-08-31T09:27:01.209Z Compiling litemap v0.8.2
11552026-08-31T09:27:01.290Z Compiling num-traits v0.2.19
11562026-08-31T09:27:01.306Z Compiling parking_lot_core v0.9.12
11572026-08-31T09:27:01.341Z Compiling utf8_iter v1.0.4
11582026-08-31T09:27:01.580Z Compiling percent-encoding v2.3.2
11592026-08-31T09:27:01.781Z Compiling form_urlencoded v1.2.2
11602026-08-31T09:27:01.841Z Compiling zerocopy v0.8.56
11612026-08-31T09:27:01.935Z Compiling errno v0.3.14
11622026-08-31T09:27:02.043Z Compiling getrandom v0.4.3
11632026-08-31T09:27:02.100Z Compiling rand_core v0.10.1
11642026-08-31T09:27:02.119Z Compiling iana-time-zone v0.1.65
11652026-08-31T09:27:02.408Z Compiling heck v0.5.0
11662026-08-31T09:27:02.552Z Compiling uuid v1.26.0
11672026-08-31T09:27:02.609Z Compiling jobserver v0.1.35
11682026-08-31T09:27:02.934Z Compiling find-msvc-tools v0.1.10
11692026-08-31T09:27:02.958Z Compiling shlex v2.0.1
11702026-08-31T09:27:03.183Z Compiling cc v1.4.2
11712026-08-31T09:27:03.200Z Compiling semver v1.0.28
11722026-08-31T09:27:03.222Z Compiling schemars v0.8.22
11732026-08-31T09:27:03.238Z Compiling rustversion v1.0.23
11742026-08-31T09:27:03.487Z Compiling dyn-clone v1.0.20
11752026-08-31T09:27:03.644Z Compiling synstructure v0.13.2
11762026-08-31T09:27:03.664Z Compiling serde_derive_internals v0.29.1
11772026-08-31T09:27:03.876Z Compiling pin-project-lite v0.2.17
11782026-08-31T09:27:03.985Z Compiling getrandom v0.2.17
11792026-08-31T09:27:04.115Z Compiling serde_derive v1.0.229
11802026-08-31T09:27:04.152Z Compiling displaydoc v0.2.7
11812026-08-31T09:27:04.211Z Compiling thiserror-impl v2.0.20
11822026-08-31T09:27:04.349Z Compiling tokio-macros v2.7.2
11832026-08-31T09:27:04.499Z Compiling futures-macro v0.3.34
11842026-08-31T09:27:04.514Z Compiling bitflags v2.13.1
11852026-08-31T09:27:04.661Z Compiling pkg-config v0.3.33
11862026-08-31T09:27:04.841Z Compiling zerofrom-derive v0.1.7
11872026-08-31T09:27:04.945Z Compiling yoke-derive v0.8.2
11882026-08-31T09:27:04.950Z Compiling zerovec-derive v0.11.3
11892026-08-31T09:27:05.098Z Compiling schemars_derive v0.8.22
11902026-08-31T09:27:05.115Z Compiling zerocopy-derive v0.8.56
11912026-08-31T09:27:05.324Z Compiling zeroize_derive v1.5.0
11922026-08-31T09:27:05.540Z Compiling scopeguard v1.2.0
11932026-08-31T09:27:05.667Z Compiling lock_api v0.4.14
11942026-08-31T09:27:05.944Z Compiling socket2 v0.6.5
11952026-08-31T09:27:06.004Z Compiling zeroize v1.9.0
11962026-08-31T09:27:06.033Z Compiling zerofrom v0.1.8
11972026-08-31T09:27:06.037Z Compiling cmake v0.1.58
11982026-08-31T09:27:06.037Z Compiling fs_extra v1.3.0
11992026-08-31T09:27:06.166Z Compiling yoke v0.8.3
12002026-08-31T09:27:06.265Z Compiling dunce v1.0.5
12012026-08-31T09:27:06.322Z Compiling signal-hook-registry v1.4.8
12022026-08-31T09:27:06.340Z Compiling zerovec v0.11.6
12032026-08-31T09:27:06.355Z Compiling zerotrie v0.2.4
12042026-08-31T09:27:06.372Z Compiling mio v1.2.2
12052026-08-31T09:27:06.384Z Compiling aws-lc-sys v0.44.0
12062026-08-31T09:27:06.559Z Compiling portable-atomic v1.15.0
12072026-08-31T09:27:06.792Z Compiling futures-core v0.3.34
12082026-08-31T09:27:06.953Z Compiling tinystr v0.8.3
12092026-08-31T09:27:06.953Z Compiling potential_utf v0.1.5
12102026-08-31T09:27:07.011Z Compiling log v0.4.33
12112026-08-31T09:27:07.141Z Compiling icu_locale_core v2.2.0
12122026-08-31T09:27:07.186Z Compiling icu_collections v2.2.0
12132026-08-31T09:27:07.203Z Compiling critical-section v1.2.0
12142026-08-31T09:27:07.241Z Compiling smallvec v1.15.2
12152026-08-31T09:27:07.317Z Compiling bytes v1.12.1
12162026-08-31T09:27:07.333Z Compiling chrono v0.4.45
12172026-08-31T09:27:07.529Z Compiling once_cell v1.21.4
12182026-08-31T09:27:07.760Z Compiling parking_lot v0.12.5
12192026-08-31T09:27:07.898Z Compiling subtle v2.6.1
12202026-08-31T09:27:08.087Z Compiling icu_provider v2.2.0
12212026-08-31T09:27:08.128Z Compiling tokio v1.53.1
12222026-08-31T09:27:08.187Z Compiling equivalent v1.0.2
12232026-08-31T09:27:08.215Z Compiling getrandom v0.3.4
12242026-08-31T09:27:08.277Z Compiling allocator-api2 v0.2.21
12252026-08-31T09:27:08.550Z Compiling icu_properties v2.2.0
12262026-08-31T09:27:08.606Z Compiling icu_normalizer v2.2.0
12272026-08-31T09:27:08.680Z Compiling httparse v1.10.1
12282026-08-31T09:27:08.698Z Compiling serde_tokenstream v0.2.3
12292026-08-31T09:27:08.993Z Compiling futures-sink v0.3.34
12302026-08-31T09:27:09.110Z Compiling rustix v1.1.4
12312026-08-31T09:27:09.249Z Compiling slab v0.4.12
12322026-08-31T09:27:09.490Z Compiling idna_adapter v1.2.2
12332026-08-31T09:27:09.573Z Compiling typenum v1.20.1
12342026-08-31T09:27:09.642Z Compiling idna v1.1.0
12352026-08-31T09:27:09.804Z Compiling ucd-trie v0.1.7
12362026-08-31T09:27:10.020Z Compiling url v2.5.8
12372026-08-31T09:27:10.037Z Compiling pest v2.8.8
12382026-08-31T09:27:10.108Z Compiling thiserror v1.0.69
12392026-08-31T09:27:10.128Z Compiling strsim v0.11.1
12402026-08-31T09:27:10.389Z Compiling regex-syntax v0.8.11
12412026-08-31T09:27:10.419Z Compiling futures-channel v0.3.34
12422026-08-31T09:27:10.422Z Compiling hashbrown v0.17.1
12432026-08-31T09:27:10.713Z Compiling thiserror-impl v1.0.69
12442026-08-31T09:27:11.115Z Compiling pest_meta v2.8.8
12452026-08-31T09:27:11.228Z Compiling aho-corasick v1.1.5
12462026-08-31T09:27:11.687Z Compiling futures-io v0.3.34
12472026-08-31T09:27:11.856Z Compiling pest_generator v2.8.8
12482026-08-31T09:27:11.879Z Compiling ident_case v1.0.1
12492026-08-31T09:27:12.009Z Compiling futures-task v0.3.34
12502026-08-31T09:27:12.193Z Compiling futures-util v0.3.34
12512026-08-31T09:27:12.338Z Compiling regex-automata v0.4.18
12522026-08-31T09:27:12.389Z Compiling ipnetwork v0.21.1
12532026-08-31T09:27:12.476Z Compiling pest_derive v2.8.8
12542026-08-31T09:27:12.584Z Compiling rand_core v0.6.4
12552026-08-31T09:27:12.843Z Compiling byteorder v1.5.0
12562026-08-31T09:27:12.972Z Compiling indexmap v2.14.0
12572026-08-31T09:27:13.017Z Compiling tracing-core v0.1.36
12582026-08-31T09:27:13.140Z Compiling tracing-attributes v0.1.31
12592026-08-31T09:27:13.864Z Compiling paste v1.0.15
12602026-08-31T09:27:13.934Z Compiling base64 v0.22.1
12612026-08-31T09:27:14.067Z Compiling regex v1.13.1
12622026-08-31T09:27:14.220Z Compiling fnv v1.0.7
12632026-08-31T09:27:14.352Z Compiling tracing v0.1.44
12642026-08-31T09:27:14.427Z Compiling omicron-workspace-hack v0.1.0
12652026-08-31T09:27:14.651Z Compiling slog v2.8.2
12662026-08-31T09:27:14.874Z Compiling anyhow v1.0.104
12672026-08-31T09:27:14.923Z Compiling http v1.5.0
12682026-08-31T09:27:14.970Z Compiling erased-serde v0.3.31
12692026-08-31T09:27:15.243Z Compiling oxnet v0.1.7
12702026-08-31T09:27:16.223Z Compiling rustls-pki-types v1.15.1
12712026-08-31T09:27:16.293Z Compiling scroll_derive v0.13.1
12722026-08-31T09:27:16.697Z Compiling ring v0.17.14
12732026-08-31T09:27:16.911Z Compiling aws-lc-rs v1.18.0
12742026-08-31T09:27:17.132Z Compiling num-conv v0.2.2
12752026-08-31T09:27:17.221Z Compiling time-core v0.1.9
12762026-08-31T09:27:17.281Z Compiling camino v1.2.5
12772026-08-31T09:27:17.408Z Compiling time-macros v0.2.32
12782026-08-31T09:27:17.603Z Compiling tokio-util v0.7.19
12792026-08-31T09:27:17.685Z Compiling daft-derive v0.1.8
12802026-08-31T09:27:17.700Z Compiling crc32fast v1.5.0
12812026-08-31T09:27:17.984Z Compiling ipnet v2.12.1
12822026-08-31T09:27:18.409Z Compiling untrusted v0.7.1
12832026-08-31T09:27:18.548Z Compiling untrusted v0.9.0
12842026-08-31T09:27:18.623Z Compiling darling_core v0.23.0
12852026-08-31T09:27:18.715Z Compiling async-trait v0.1.92
12862026-08-31T09:27:18.892Z Compiling rustls v0.23.43
12872026-08-31T09:27:19.162Z Compiling http-body v1.1.0
12882026-08-31T09:27:19.519Z Compiling ppv-lite86 v0.2.21
12892026-08-31T09:27:19.847Z Compiling usdt-impl v0.6.0
12902026-08-31T09:27:19.951Z Compiling pretty-hex v0.4.2
12912026-08-31T09:27:20.092Z Compiling atomic-waker v1.1.2
12922026-08-31T09:27:20.452Z Compiling scroll v0.13.0
12932026-08-31T09:27:20.663Z Compiling darling_macro v0.23.0
12942026-08-31T09:27:20.726Z Compiling crossbeam-utils v0.8.22
12952026-08-31T09:27:20.743Z Compiling try-lock v0.2.5
12962026-08-31T09:27:20.860Z Compiling plain v0.2.3
12972026-08-31T09:27:20.955Z Compiling tower-layer v0.3.3
12982026-08-31T09:27:20.971Z Compiling ryu v1.0.23
12992026-08-31T09:27:21.020Z Compiling tower-service v0.3.3
13002026-08-31T09:27:21.187Z Compiling goblin v0.10.7
13012026-08-31T09:27:21.199Z Compiling want v0.3.1
13022026-08-31T09:27:21.239Z Compiling darling v0.23.0
13032026-08-31T09:27:21.258Z Compiling h2 v0.4.15
13042026-08-31T09:27:21.324Z Compiling httpdate v1.0.3
13052026-08-31T09:27:21.597Z Compiling ref-cast v1.0.26
13062026-08-31T09:27:21.770Z Compiling dtrace-parser v0.3.0
13072026-08-31T09:27:21.906Z Compiling thread-id v5.1.0
13082026-08-31T09:27:22.299Z Compiling slog-async v2.8.0
13092026-08-31T09:27:22.550Z Compiling ref-cast-impl v1.0.26
13102026-08-31T09:27:23.223Z Compiling serde_urlencoded v0.7.1
13112026-08-31T09:27:23.508Z Compiling http-body-util v0.1.5
13122026-08-31T09:27:23.816Z Compiling hyper v1.11.0
13132026-08-31T09:27:23.923Z Compiling dof v0.4.0
13142026-08-31T09:27:25.163Z Compiling hyper-util v0.1.20
13152026-08-31T09:27:25.360Z Compiling serde_tokenstream v0.3.0
13162026-08-31T09:27:25.656Z Compiling structmeta-derive v0.3.0
13172026-08-31T09:27:26.679Z Compiling multer v3.1.0
13182026-08-31T09:27:26.919Z Compiling structmeta v0.3.0
13192026-08-31T09:27:27.020Z Compiling newtype-uuid-macros v0.1.1
13202026-08-31T09:27:27.125Z Compiling usdt-macro v0.6.0
13212026-08-31T09:27:27.789Z Compiling usdt-attr-macro v0.6.0
13222026-08-31T09:27:27.938Z Compiling rand_core v0.9.5
13232026-08-31T09:27:27.990Z Compiling foldhash v0.2.0
13242026-08-31T09:27:28.253Z Compiling newtype-uuid v1.4.0
13252026-08-31T09:27:28.273Z Compiling strum_macros v0.26.4
13262026-08-31T09:27:28.553Z Compiling async-stream-impl v0.3.6
13272026-08-31T09:27:28.690Z Compiling dropshot v0.17.1
13282026-08-31T09:27:28.933Z Compiling fastrand v2.5.0
13292026-08-31T09:27:29.104Z Compiling hex v0.4.3
13302026-08-31T09:27:29.187Z Compiling daft v0.1.8
13312026-08-31T09:27:29.389Z Compiling rand_chacha v0.9.0
13322026-08-31T09:27:29.392Z Compiling sync_wrapper v1.0.2
13332026-08-31T09:27:29.522Z Compiling syn v1.0.109
13342026-08-31T09:27:29.642Z Compiling num_threads v0.1.7
13352026-08-31T09:27:29.828Z Compiling powerfmt v0.2.0
13362026-08-31T09:27:29.847Z Compiling deranged v0.5.8
13372026-08-31T09:27:29.933Z Compiling rand v0.9.5
13382026-08-31T09:27:30.090Z Compiling tower v0.5.3
13392026-08-31T09:27:30.254Z Compiling serde_with_macros v3.22.0
13402026-08-31T09:27:30.665Z Compiling webpki-roots v1.0.9
13412026-08-31T09:27:30.786Z Compiling openapiv3 v2.2.0
13422026-08-31T09:27:30.922Z Compiling time v0.3.55
13432026-08-31T09:27:31.176Z Compiling dropshot_endpoint v0.17.1
13442026-08-31T09:27:31.373Z Compiling macaddr v1.0.1
13452026-08-31T09:27:31.651Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
13462026-08-31T09:27:32.380Z Compiling cpufeatures v0.3.0
13472026-08-31T09:27:32.485Z Compiling tower-http v0.6.11
13482026-08-31T09:27:33.163Z Compiling tempfile v3.27.0
13492026-08-31T09:27:33.189Z Compiling hashbrown v0.16.1
13502026-08-31T09:27:33.730Z Compiling derive-ex v0.1.8
13512026-08-31T09:27:33.909Z Compiling crossbeam-channel v0.5.16
13522026-08-31T09:27:34.290Z Compiling futures-executor v0.3.34
13532026-08-31T09:27:34.617Z Compiling strum_macros v0.27.2
13542026-08-31T09:27:34.749Z Compiling winnow v1.0.4
13552026-08-31T09:27:34.768Z Compiling openssl-probe v0.2.1
13562026-08-31T09:27:35.302Z Compiling test-strategy v0.4.5
13572026-08-31T09:27:36.198Z Compiling rustls-native-certs v0.8.4
13582026-08-31T09:27:36.212Z Compiling futures v0.3.34
13592026-08-31T09:27:36.402Z Compiling hybrid-array v0.4.14
13602026-08-31T09:27:36.536Z Compiling thread_local v1.1.10
13612026-08-31T09:27:36.624Z Compiling simd-adler32 v0.3.10
13622026-08-31T09:27:36.845Z Compiling adler2 v2.0.1
13632026-08-31T09:27:36.991Z Compiling miniz_oxide v0.8.9
13642026-08-31T09:27:37.463Z Compiling generic-array v0.14.7
13652026-08-31T09:27:37.793Z Compiling is-terminal v0.4.17
13662026-08-31T09:27:38.004Z Compiling term v1.2.1
13672026-08-31T09:27:38.077Z Compiling take_mut v0.2.2
13682026-08-31T09:27:38.227Z Compiling flate2 v1.1.9
13692026-08-31T09:27:38.341Z Compiling slog-term v2.9.2
13702026-08-31T09:27:38.851Z Compiling block-buffer v0.12.1
13712026-08-31T09:27:39.043Z Compiling crypto-common v0.2.2
13722026-08-31T09:27:39.345Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13732026-08-31T09:27:39.715Z Compiling memmap2 v0.9.11
13742026-08-31T09:27:39.792Z Compiling match_cfg v0.1.0
13752026-08-31T09:27:39.980Z Compiling debug-ignore v1.0.5
13762026-08-31T09:27:40.006Z Compiling compression-core v0.4.32
13772026-08-31T09:27:40.183Z Compiling const-oid v0.10.2
13782026-08-31T09:27:40.313Z Compiling either v1.17.0
13792026-08-31T09:27:40.484Z Compiling digest v0.11.3
13802026-08-31T09:27:40.542Z Compiling compression-codecs v0.4.38
13812026-08-31T09:27:40.680Z Compiling usdt v0.6.0
13822026-08-31T09:27:40.881Z Compiling hostname v0.3.1
13832026-08-31T09:27:41.079Z Compiling toml_parser v1.1.3+spec-1.1.0
13842026-08-31T09:27:41.264Z Compiling slog-json v2.6.1
13852026-08-31T09:27:41.311Z Compiling parse-display-derive v0.10.0
13862026-08-31T09:27:41.576Z Compiling rand_chacha v0.3.1
13872026-08-31T09:27:41.620Z Compiling serde_spanned v1.1.1
13882026-08-31T09:27:41.775Z Compiling toml_datetime v1.1.1+spec-1.1.0
13892026-08-31T09:27:42.177Z Compiling encoding_rs v0.8.35
13902026-08-31T09:27:42.199Z Compiling spin v0.9.9
13912026-08-31T09:27:42.266Z Compiling mime v0.3.17
13922026-08-31T09:27:42.331Z Compiling toml_writer v1.1.2+spec-1.1.0
13932026-08-31T09:27:42.371Z Compiling rand v0.8.7
13942026-08-31T09:27:42.656Z Compiling toml v1.1.4+spec-1.1.0
13952026-08-31T09:27:42.737Z Compiling slog-bunyan v2.5.0
13962026-08-31T09:27:42.869Z Compiling async-compression v0.4.43
13972026-08-31T09:27:42.919Z Compiling sha1 v0.11.0
13982026-08-31T09:27:43.139Z Compiling strum v0.26.3
13992026-08-31T09:27:43.344Z Compiling async-stream v0.3.6
14002026-08-31T09:27:43.415Z Compiling waitgroup v0.1.2
14012026-08-31T09:27:43.542Z Compiling rustls-pemfile v2.2.0
14022026-08-31T09:27:43.572Z Compiling serde_path_to_error v0.1.20
14032026-08-31T09:27:43.710Z Compiling hostname v0.4.2
14042026-08-31T09:27:43.818Z Compiling wait-timeout v0.2.1
14052026-08-31T09:27:43.884Z Compiling quick-error v1.2.3
14062026-08-31T09:27:44.005Z Compiling bit-vec v0.8.0
14072026-08-31T09:27:44.174Z Compiling rusty-fork v0.3.1
14082026-08-31T09:27:44.258Z Compiling bit-set v0.8.0
14092026-08-31T09:27:44.302Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14102026-08-31T09:27:44.452Z Compiling serde_with v3.22.0
14112026-08-31T09:27:44.456Z Compiling rand_xorshift v0.4.0
14122026-08-31T09:27:44.646Z Compiling unarray v0.1.4
14132026-08-31T09:27:44.774Z Compiling proptest v1.11.0
14142026-08-31T09:27:44.924Z Compiling strum v0.27.2
14152026-08-31T09:27:44.983Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14162026-08-31T09:27:45.067Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14172026-08-31T09:27:45.156Z Compiling instant v0.1.13
14182026-08-31T09:27:45.639Z Compiling crypto-common v0.1.7
14192026-08-31T09:27:46.219Z Compiling iddqd v0.4.6
14202026-08-31T09:27:46.837Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-08-31T09:27:46.924Z Compiling backon v1.6.0
14222026-08-31T09:27:47.154Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
14232026-08-31T09:27:47.377Z Compiling backoff v0.4.0
14242026-08-31T09:27:47.462Z Compiling parse-display v0.10.0
14252026-08-31T09:27:47.582Z Compiling itertools v0.14.0
14262026-08-31T09:27:47.837Z Compiling regress v0.10.5
14272026-08-31T09:27:48.093Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
14282026-08-31T09:27:48.280Z Compiling humantime v2.4.0
14292026-08-31T09:27:49.126Z Compiling block-buffer v0.10.4
14302026-08-31T09:27:49.907Z Compiling unicode-width v0.2.2
14312026-08-31T09:27:51.108Z Compiling digest v0.10.7
14322026-08-31T09:27:52.933Z Compiling regress v0.11.1
14332026-08-31T09:27:54.266Z Compiling zerocopy-derive v0.7.35
14342026-08-31T09:27:54.569Z Compiling typify-impl v0.6.2
14352026-08-31T09:27:55.154Z Compiling clap_derive v4.6.4
14362026-08-31T09:27:55.408Z Compiling utf8parse v0.2.2
14372026-08-31T09:27:55.427Z Compiling convert_case v0.4.0
14382026-08-31T09:27:56.078Z Compiling cpufeatures v0.2.17
14392026-08-31T09:27:56.122Z Compiling derive_more v0.99.20
14402026-08-31T09:27:56.158Z Compiling anstyle-parse v1.0.0
14412026-08-31T09:27:57.159Z Compiling terminal_size v0.4.4
14422026-08-31T09:27:57.191Z Compiling toml_datetime v0.6.11
14432026-08-31T09:27:57.289Z Compiling colorchoice v1.0.5
14442026-08-31T09:27:57.312Z Compiling anstyle-query v1.1.5
14452026-08-31T09:27:57.427Z Compiling anstyle v1.0.14
14462026-08-31T09:27:57.672Z Compiling is_terminal_polyfill v1.70.2
14472026-08-31T09:27:57.774Z Compiling anstream v1.0.0
14482026-08-31T09:27:57.847Z Compiling typify-macro v0.6.2
14492026-08-31T09:27:58.261Z Compiling secrecy v0.10.3
14502026-08-31T09:27:58.575Z Compiling clap_lex v1.1.0
14512026-08-31T09:27:58.725Z Compiling crucible-workspace-hack v0.1.0
14522026-08-31T09:27:58.869Z Compiling tinyvec_macros v0.1.1
14532026-08-31T09:27:58.919Z Compiling heapless v0.8.0
14542026-08-31T09:27:58.960Z Compiling tinyvec v1.12.0
14552026-08-31T09:27:59.134Z Compiling clap_builder v4.6.6
14562026-08-31T09:27:59.415Z Compiling typify v0.6.2
14572026-08-31T09:27:59.617Z Compiling zerocopy v0.7.35
14582026-08-31T09:27:59.883Z Compiling hash32 v0.3.1
14592026-08-31T09:28:00.037Z Compiling rustc_version v0.4.1
14602026-08-31T09:28:00.054Z Compiling scroll_derive v0.12.1
14612026-08-31T09:28:00.294Z Compiling num-integer v0.1.47
14622026-08-31T09:28:00.313Z Compiling usdt-impl v0.5.0
14632026-08-31T09:28:00.565Z Compiling crossbeam-epoch v0.9.20
14642026-08-31T09:28:00.719Z Compiling smoltcp v0.11.0
14652026-08-31T09:28:00.741Z Compiling scroll v0.12.0
14662026-08-31T09:28:00.858Z Compiling curve25519-dalek v4.1.3
14672026-08-31T09:28:01.031Z Compiling clap v4.6.6
14682026-08-31T09:28:01.071Z Compiling dof v0.3.0
14692026-08-31T09:28:02.180Z Compiling hmac v0.12.1
14702026-08-31T09:28:02.218Z Compiling dtrace-parser v0.2.0
14712026-08-31T09:28:02.335Z Compiling inout v0.1.4
14722026-08-31T09:28:02.498Z Compiling darling_core v0.21.3
14732026-08-31T09:28:02.576Z Compiling ff v0.13.1
14742026-08-31T09:28:02.748Z Compiling cobs v0.3.0
14752026-08-31T09:28:02.992Z Compiling thread-id v4.2.2
14762026-08-31T09:28:03.099Z Compiling unsafe-libyaml v0.2.11
14772026-08-31T09:28:03.270Z Compiling bitflags v1.3.2
14782026-08-31T09:28:03.511Z Compiling managed v0.8.0
14792026-08-31T09:28:04.420Z Compiling serde_yaml v0.9.34+deprecated
14802026-08-31T09:28:04.570Z Compiling darling_macro v0.21.3
14812026-08-31T09:28:05.151Z Compiling postcard v1.1.3
14822026-08-31T09:28:05.267Z Compiling group v0.13.0
14832026-08-31T09:28:05.524Z Compiling cipher v0.4.4
14842026-08-31T09:28:05.621Z Compiling hkdf v0.12.4
14852026-08-31T09:28:06.195Z Compiling goblin v0.8.2
14862026-08-31T09:28:06.483Z Compiling num-iter v0.1.46
14872026-08-31T09:28:06.619Z Compiling num-rational v0.4.2
14882026-08-31T09:28:07.510Z Compiling tabwriter v1.4.1
14892026-08-31T09:28:07.580Z Compiling universal-hash v0.5.1
14902026-08-31T09:28:07.642Z Compiling crypto-bigint v0.5.5
14912026-08-31T09:28:07.728Z Compiling hubpack_derive v0.1.1
14922026-08-31T09:28:07.866Z Compiling thiserror-impl-no-std v2.0.2
14932026-08-31T09:28:08.272Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14942026-08-31T09:28:09.036Z Compiling half v2.7.1
14952026-08-31T09:28:09.157Z Compiling curve25519-dalek-derive v0.1.1
14962026-08-31T09:28:09.337Z Compiling num-complex v0.4.6
14972026-08-31T09:28:09.917Z Compiling memoffset v0.9.1
14982026-08-31T09:28:09.974Z Compiling base16ct v0.2.0
14992026-08-31T09:28:10.181Z Compiling opaque-debug v0.3.1
15002026-08-31T09:28:10.257Z Compiling ciborium-io v0.2.2
15012026-08-31T09:28:10.289Z Compiling prettyplease v0.2.37
15022026-08-31T09:28:10.361Z Compiling cfg_aliases v0.2.2
15032026-08-31T09:28:10.418Z Compiling base64ct v1.8.3
15042026-08-31T09:28:10.548Z Compiling rustix v0.38.44
15052026-08-31T09:28:11.143Z Compiling password-hash v0.5.0
15062026-08-31T09:28:11.342Z Compiling nix v0.31.3
15072026-08-31T09:28:11.720Z Compiling ciborium-ll v0.2.2
15082026-08-31T09:28:11.975Z Compiling poly1305 v0.8.0
15092026-08-31T09:28:12.223Z Compiling elliptic-curve v0.13.8
15102026-08-31T09:28:12.628Z Compiling num v0.4.3
15112026-08-31T09:28:12.812Z Compiling thiserror-no-std v2.0.2
15122026-08-31T09:28:12.918Z Compiling hubpack v0.1.2
15132026-08-31T09:28:14.030Z Compiling chacha20 v0.9.1
15142026-08-31T09:28:14.086Z Compiling darling v0.21.3
15152026-08-31T09:28:14.271Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
15162026-08-31T09:28:14.482Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15172026-08-31T09:28:15.104Z Compiling reqwest v0.12.28
15182026-08-31T09:28:15.548Z Compiling toml_edit v0.25.13+spec-1.1.0
15192026-08-31T09:28:15.711Z Compiling blake2 v0.10.6
15202026-08-31T09:28:15.847Z Compiling aead v0.5.2
15212026-08-31T09:28:16.212Z Compiling byte-wrapper v0.1.0
15222026-08-31T09:28:16.322Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15232026-08-31T09:28:16.667Z Compiling serde_repr v0.1.21
15242026-08-31T09:28:17.098Z Compiling proc-macro-error-attr v1.0.4
15252026-08-31T09:28:17.312Z Compiling static_assertions v1.1.0
15262026-08-31T09:28:17.329Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15272026-08-31T09:28:17.332Z Compiling float-ord v0.3.2
15282026-08-31T09:28:17.389Z Compiling keccak v0.1.6
15292026-08-31T09:28:17.553Z Compiling sha3 v0.10.9
15302026-08-31T09:28:17.929Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15312026-08-31T09:28:17.993Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15322026-08-31T09:28:18.594Z Compiling proc-macro-crate v3.5.0
15332026-08-31T09:28:18.723Z Compiling progenitor-client v0.10.0
15342026-08-31T09:28:18.970Z Compiling chacha20poly1305 v0.10.1
15352026-08-31T09:28:18.996Z Compiling argon2 v0.5.3
15362026-08-31T09:28:19.766Z Compiling ingot-macros v0.1.1
15372026-08-31T09:28:19.957Z Compiling vsss-rs v3.3.4
15382026-08-31T09:28:21.505Z Compiling ciborium v0.2.2
15392026-08-31T09:28:22.103Z Compiling usdt-attr-macro v0.5.0
15402026-08-31T09:28:22.338Z Compiling usdt-macro v0.5.0
15412026-08-31T09:28:23.666Z Compiling num-derive v0.4.2
15422026-08-31T09:28:23.805Z Compiling enum-as-inner v0.6.1
15432026-08-31T09:28:24.368Z Compiling proc-macro-error v1.0.4
15442026-08-31T09:28:24.491Z Compiling memmap v0.7.0
15452026-08-31T09:28:24.825Z Compiling winnow v0.5.40
15462026-08-31T09:28:24.874Z Compiling indent_write v2.2.0
15472026-08-31T09:28:24.936Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15482026-08-31T09:28:24.936Z Compiling data-encoding v2.11.1
15492026-08-31T09:28:25.198Z Compiling usdt v0.5.0
15502026-08-31T09:28:25.481Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15512026-08-31T09:28:25.523Z Compiling ingot-types v0.1.2
15522026-08-31T09:28:25.965Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15532026-08-31T09:28:26.068Z Compiling toml_edit v0.19.15
15542026-08-31T09:28:26.179Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15552026-08-31T09:28:26.475Z Compiling num_enum_derive v0.7.6
15562026-08-31T09:28:27.040Z Compiling serde_spanned v0.6.9
15572026-08-31T09:28:27.233Z Compiling foreign-types-macros v0.2.4
15582026-08-31T09:28:27.478Z Compiling vcpkg v0.2.15
15592026-08-31T09:28:27.557Z Compiling foreign-types-shared v0.3.1
15602026-08-31T09:28:27.660Z Compiling colored v3.1.1
15612026-08-31T09:28:27.843Z Compiling toml_write v0.1.2
15622026-08-31T09:28:28.008Z Compiling winnow v0.7.15
15632026-08-31T09:28:28.182Z Compiling crossbeam-deque v0.8.7
15642026-08-31T09:28:28.258Z Compiling bytecount v0.6.9
15652026-08-31T09:28:28.291Z Compiling openssl-sys v0.9.117
15662026-08-31T09:28:28.448Z Compiling foreign-types v0.5.0
15672026-08-31T09:28:28.486Z Compiling num_enum v0.7.6
15682026-08-31T09:28:28.536Z Compiling proc-macro-crate v1.3.1
15692026-08-31T09:28:28.842Z Compiling ingot v0.1.1
15702026-08-31T09:28:28.871Z Compiling rustls-webpki v0.103.14
15712026-08-31T09:28:28.998Z Compiling atomicwrites v0.4.4
15722026-08-31T09:28:29.400Z Compiling toml_edit v0.22.27
15732026-08-31T09:28:30.566Z Compiling progenitor-impl v0.14.0
15742026-08-31T09:28:30.586Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15752026-08-31T09:28:30.928Z Compiling chacha20 v0.10.1
15762026-08-31T09:28:31.222Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15772026-08-31T09:28:31.261Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15782026-08-31T09:28:31.500Z Compiling cstr-argument v0.1.2
15792026-08-31T09:28:31.646Z Compiling unicode-segmentation v1.13.3
15802026-08-31T09:28:31.665Z Compiling rayon-core v1.13.0
15812026-08-31T09:28:31.668Z Compiling semver v0.1.20
15822026-08-31T09:28:31.791Z Compiling swrite v0.1.0
15832026-08-31T09:28:31.913Z Compiling resolv-conf v0.7.6
15842026-08-31T09:28:31.941Z Compiling linked-hash-map v0.5.6
15852026-08-31T09:28:32.156Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
15862026-08-31T09:28:32.240Z Compiling heck v0.4.1
15872026-08-31T09:28:32.412Z Compiling lru-cache v0.1.2
15882026-08-31T09:28:32.445Z Compiling newline-converter v0.3.0
15892026-08-31T09:28:32.519Z Compiling rustc_version v0.1.7
15902026-08-31T09:28:32.596Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15912026-08-31T09:28:32.600Z Compiling progenitor-macro v0.14.0
15922026-08-31T09:28:32.681Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15932026-08-31T09:28:32.713Z Compiling rand v0.10.2
15942026-08-31T09:28:32.994Z Compiling tokio-rustls v0.26.4
15952026-08-31T09:28:33.141Z Compiling rustls-platform-verifier v0.7.0
15962026-08-31T09:28:33.344Z Compiling hyper-rustls v0.27.9
15972026-08-31T09:28:33.759Z Compiling reqwest v0.13.4
15982026-08-31T09:28:35.126Z Compiling progenitor-client v0.14.0
15992026-08-31T09:28:35.581Z Compiling progenitor-extras v0.2.0
16002026-08-31T09:28:36.136Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
16012026-08-31T09:28:36.276Z Compiling toml v0.8.23
16022026-08-31T09:28:36.829Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-08-31T09:28:38.024Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
16042026-08-31T09:28:38.330Z Compiling num_enum_derive v0.5.11
16052026-08-31T09:28:42.675Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16062026-08-31T09:28:44.804Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16072026-08-31T09:28:45.088Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16082026-08-31T09:28:48.520Z Compiling hickory-proto v0.24.4
16092026-08-31T09:28:48.862Z Compiling progenitor-impl v0.13.0
16102026-08-31T09:28:50.735Z Compiling console v0.16.4
16112026-08-31T09:28:50.903Z Compiling camino-tempfile v1.4.1
16122026-08-31T09:28:50.974Z Compiling serde-big-array v0.5.1
16132026-08-31T09:28:51.149Z Compiling derive-where v1.6.1
16142026-08-31T09:28:51.297Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16152026-08-31T09:28:51.593Z Compiling pin-project-internal v1.1.13
16162026-08-31T09:28:51.822Z Compiling minimal-lexical v0.2.1
16172026-08-31T09:28:51.980Z Compiling lazy_static v1.5.0
16182026-08-31T09:28:52.074Z Compiling siphasher v1.0.3
16192026-08-31T09:28:52.097Z Compiling similar v3.2.0
16202026-08-31T09:28:52.294Z Compiling phf_shared v0.12.1
16212026-08-31T09:28:52.391Z Compiling nom v7.1.3
16222026-08-31T09:28:52.693Z Compiling pin-project v1.1.13
16232026-08-31T09:28:52.814Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16242026-08-31T09:28:53.372Z Compiling expectorate v1.3.0
16252026-08-31T09:28:53.607Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16262026-08-31T09:28:53.760Z Compiling progenitor-macro v0.13.0
16272026-08-31T09:28:53.955Z Compiling hickory-resolver v0.24.4
16282026-08-31T09:28:54.753Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-08-31T09:28:56.090Z Compiling progenitor v0.14.0
16302026-08-31T09:28:58.008Z Compiling num_enum v0.5.11
16312026-08-31T09:29:00.401Z Compiling progenitor-client v0.13.0
16322026-08-31T09:29:00.862Z Compiling newtype_derive v0.1.6
16332026-08-31T09:29:01.538Z Compiling unicode-normalization v0.1.25
16342026-08-31T09:29:01.556Z Compiling tokio-stream v0.1.19
16352026-08-31T09:29:02.134Z Compiling async-recursion v1.1.1
16362026-08-31T09:29:02.137Z Compiling snafu-derive v0.8.9
16372026-08-31T09:29:02.857Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
16382026-08-31T09:29:03.179Z Compiling slog-dtrace v0.3.0
16392026-08-31T09:29:03.430Z Compiling bstr v1.13.1
16402026-08-31T09:29:03.578Z Compiling csv-core v0.1.13
16412026-08-31T09:29:03.882Z Compiling jiff-core v0.1.0
16422026-08-31T09:29:03.981Z Compiling openssl v0.10.81
16432026-08-31T09:29:04.116Z Compiling unicode-width v0.1.14
16442026-08-31T09:29:04.261Z Compiling owo-colors v4.3.0
16452026-08-31T09:29:04.429Z Compiling unicode-xid v0.2.6
16462026-08-31T09:29:04.485Z Compiling foreign-types-shared v0.1.1
16472026-08-31T09:29:04.560Z Compiling foldhash v0.1.5
16482026-08-31T09:29:04.588Z Compiling konst_macro_rules v0.2.19
16492026-08-31T09:29:04.604Z Compiling same-file v1.0.6
16502026-08-31T09:29:04.781Z Compiling highway v1.3.0
16512026-08-31T09:29:04.784Z Compiling chrono-tz v0.10.4
16522026-08-31T09:29:04.784Z Compiling cancel-safe-futures v0.1.5
16532026-08-31T09:29:04.858Z Compiling walkdir v2.5.0
16542026-08-31T09:29:04.948Z Compiling konst v0.2.20
16552026-08-31T09:29:05.079Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16562026-08-31T09:29:05.095Z Compiling jiff v0.2.35
16572026-08-31T09:29:05.329Z Compiling hashbrown v0.15.5
16582026-08-31T09:29:05.513Z Compiling foreign-types v0.3.2
16592026-08-31T09:29:05.529Z Compiling const_format_proc_macros v0.2.34
16602026-08-31T09:29:05.624Z Compiling snafu v0.8.9
16612026-08-31T09:29:05.653Z Compiling globset v0.4.20
16622026-08-31T09:29:05.974Z Compiling csv v1.4.0
16632026-08-31T09:29:06.317Z Compiling progenitor v0.13.0
16642026-08-31T09:29:06.341Z Compiling qorb v0.4.1
16652026-08-31T09:29:06.477Z Compiling olpc-cjson v0.1.4
16662026-08-31T09:29:06.858Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16672026-08-31T09:29:07.396Z Compiling rayon v1.12.0
16682026-08-31T09:29:08.339Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16692026-08-31T09:29:09.611Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16702026-08-31T09:29:10.968Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-08-31T09:29:11.500Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16722026-08-31T09:29:12.028Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16732026-08-31T09:29:13.282Z Compiling phf v0.12.1
16742026-08-31T09:29:13.945Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16752026-08-31T09:29:13.961Z Compiling zone_cfg_derive v0.3.1
16762026-08-31T09:29:13.989Z Compiling tokio-dtrace v0.1.1
16772026-08-31T09:29:14.216Z Compiling itertools v0.15.0
16782026-08-31T09:29:14.315Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16792026-08-31T09:29:14.542Z Compiling itertools v0.12.1
16802026-08-31T09:29:14.557Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16812026-08-31T09:29:14.650Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16822026-08-31T09:29:15.142Z Compiling pem v3.0.6
16832026-08-31T09:29:15.540Z Compiling libsw-core v0.3.2
16842026-08-31T09:29:15.734Z Compiling serde_plain v1.0.2
16852026-08-31T09:29:15.751Z Compiling openssl-macros v0.1.1
16862026-08-31T09:29:15.859Z Compiling cookie v0.18.2
16872026-08-31T09:29:16.017Z Compiling sigpipe v0.1.3
16882026-08-31T09:29:16.107Z Compiling fixedbitset v0.4.2
16892026-08-31T09:29:16.124Z Compiling glob v0.3.4
16902026-08-31T09:29:16.234Z Compiling typed-path v0.9.3
16912026-08-31T09:29:16.308Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16922026-08-31T09:29:16.383Z Compiling fixedbitset v0.5.7
16932026-08-31T09:29:16.459Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16942026-08-31T09:29:16.570Z Compiling petgraph v0.6.5
16952026-08-31T09:29:16.901Z Compiling petgraph v0.8.3
16962026-08-31T09:29:18.199Z Compiling tough v0.22.0
16972026-08-31T09:29:18.455Z Compiling zone v0.3.1
16982026-08-31T09:29:18.473Z Compiling libsw v3.5.0
16992026-08-31T09:29:18.667Z Compiling ingot-macros v0.2.0
17002026-08-31T09:29:19.057Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17012026-08-31T09:29:19.316Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
17022026-08-31T09:29:19.335Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17032026-08-31T09:29:19.518Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17042026-08-31T09:29:19.825Z Compiling oxide-tokio-rt v0.1.6
17052026-08-31T09:29:20.399Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17062026-08-31T09:29:20.654Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17072026-08-31T09:29:20.759Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17082026-08-31T09:29:21.498Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-08-31T09:29:21.564Z Compiling const_format v0.2.36
17102026-08-31T09:29:23.088Z Compiling papergrid v0.11.0
17112026-08-31T09:29:23.153Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17122026-08-31T09:29:23.771Z Compiling tabled_derive v0.7.0
17132026-08-31T09:29:24.574Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17142026-08-31T09:29:24.604Z Compiling libscf-sys v1.2.0
17152026-08-31T09:29:24.752Z Compiling gethostname v0.5.0
17162026-08-31T09:29:24.774Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17172026-08-31T09:29:24.897Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
17182026-08-31T09:29:24.914Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17192026-08-31T09:29:24.960Z Compiling smf v0.2.3
17202026-08-31T09:29:25.038Z Compiling bcs v0.1.6
17212026-08-31T09:29:25.231Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
17222026-08-31T09:29:25.429Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17232026-08-31T09:29:25.447Z Compiling termtree v0.5.1
17242026-08-31T09:29:25.623Z Compiling smawk v0.3.3
17252026-08-31T09:29:25.717Z Compiling whoami v1.6.1
17262026-08-31T09:29:25.793Z Compiling tagptr v0.2.0
17272026-08-31T09:29:25.962Z Compiling unicode-linebreak v0.1.5
17282026-08-31T09:29:26.083Z Compiling linear-map v1.2.0
17292026-08-31T09:29:26.165Z Compiling moka v0.12.16
17302026-08-31T09:29:26.243Z Compiling textwrap v0.16.2
17312026-08-31T09:29:26.313Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-08-31T09:29:27.712Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
17332026-08-31T09:29:28.922Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17342026-08-31T09:29:29.095Z Compiling tabled v0.15.0
17352026-08-31T09:29:29.261Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17362026-08-31T09:29:29.865Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-08-31T09:29:29.910Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-08-31T09:29:30.124Z Compiling steno v0.4.1
17392026-08-31T09:29:30.495Z Compiling ingot-types v0.2.0
17402026-08-31T09:29:32.937Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-08-31T09:29:35.841Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
17422026-08-31T09:29:36.570Z Compiling papergrid v0.18.0
17432026-08-31T09:29:36.798Z Compiling hickory-proto v0.25.2
17442026-08-31T09:29:36.973Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
17452026-08-31T09:29:38.403Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
17462026-08-31T09:29:38.426Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
17472026-08-31T09:29:38.718Z Compiling tabled v0.21.0
17482026-08-31T09:29:39.621Z Compiling hickory-resolver v0.25.2
17492026-08-31T09:29:42.059Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-08-31T09:29:42.523Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
17512026-08-31T09:29:42.740Z Compiling ingot v0.2.1
17522026-08-31T09:29:44.885Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
17532026-08-31T09:29:45.537Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17542026-08-31T09:29:45.963Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17552026-08-31T09:29:46.037Z Compiling parking_lot_core v0.8.6
17562026-08-31T09:29:46.317Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17572026-08-31T09:29:46.407Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
17582026-08-31T09:29:46.522Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-08-31T09:29:47.446Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17602026-08-31T09:29:48.028Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17612026-08-31T09:29:48.575Z Compiling crc8 v0.1.1
17622026-08-31T09:29:48.698Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
17632026-08-31T09:29:49.377Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
17642026-08-31T09:29:49.500Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
17652026-08-31T09:29:49.521Z Compiling arc-swap v1.9.2
17662026-08-31T09:29:49.869Z Compiling slog-scope v4.4.1
17672026-08-31T09:29:50.138Z Compiling parking_lot v0.11.2
17682026-08-31T09:29:50.253Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17692026-08-31T09:29:50.442Z Compiling dropshot-api-manager-types v0.7.2
17702026-08-31T09:29:50.863Z Compiling fxhash v0.2.1
17712026-08-31T09:29:51.004Z Compiling sled v0.34.7
17722026-08-31T09:29:51.021Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
17732026-08-31T09:29:51.046Z Compiling slog-stdlog v4.1.1
17742026-08-31T09:29:51.401Z Compiling port-file v0.1.0
17752026-08-31T09:29:51.659Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17762026-08-31T09:29:52.406Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
17772026-08-31T09:29:52.709Z Compiling slog-envlogger v2.2.0
17782026-08-31T09:29:53.834Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17792026-08-31T09:29:53.871Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17802026-08-31T09:29:56.124Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17812026-08-31T09:29:57.542Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
17822026-08-31T09:30:00.120Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
17832026-08-31T09:30:09.833Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
17842026-08-31T09:30:16.102Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
17852026-08-31T09:30:20.249Z Finished `release` profile [optimized] target(s) in 3m 46s
17862026-08-31T09:30:20.575Z+ banner trio
17872026-08-31T09:30:20.579Z
17882026-08-31T09:30:20.579Z ##### ##### # ####
17892026-08-31T09:30:20.579Z # # # # # #
17902026-08-31T09:30:20.579Z # # # # # #
17912026-08-31T09:30:20.579Z # ##### # # #
17922026-08-31T09:30:20.579Z # # # # # #
17932026-08-31T09:30:20.579Z # # # # ####
17942026-08-31T09:30:20.579Z
17952026-08-31T09:30:20.579Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
17962026-08-31T09:30:21.167Z Compiling cfg-if v1.0.4
17972026-08-31T09:30:21.170Z Compiling libc v0.2.189
17982026-08-31T09:30:21.170Z Compiling serde_core v1.0.229
17992026-08-31T09:30:21.278Z Compiling memchr v2.8.3
18002026-08-31T09:30:21.284Z Compiling smallvec v1.15.2
18012026-08-31T09:30:21.291Z Compiling itoa v1.0.18
18022026-08-31T09:30:21.294Z Compiling stable_deref_trait v1.2.1
18032026-08-31T09:30:21.309Z Compiling zerofrom v0.1.8
18042026-08-31T09:30:21.319Z Compiling zmij v1.0.23
18052026-08-31T09:30:21.368Z Compiling litemap v0.8.2
18062026-08-31T09:30:21.426Z Compiling yoke v0.8.3
18072026-08-31T09:30:21.520Z Compiling writeable v0.6.3
18082026-08-31T09:30:21.532Z Compiling utf8_iter v1.0.4
18092026-08-31T09:30:21.559Z Compiling libm v0.2.16
18102026-08-31T09:30:21.619Z Compiling zerovec v0.11.6
18112026-08-31T09:30:21.645Z Compiling zerotrie v0.2.4
18122026-08-31T09:30:21.688Z Compiling percent-encoding v2.3.2
18132026-08-31T09:30:21.756Z Compiling icu_normalizer_data v2.2.0
18142026-08-31T09:30:21.795Z Compiling icu_properties_data v2.2.0
18152026-08-31T09:30:21.842Z Compiling form_urlencoded v1.2.2
18162026-08-31T09:30:21.947Z Compiling errno v0.3.14
18172026-08-31T09:30:21.960Z Compiling rand_core v0.10.1
18182026-08-31T09:30:22.062Z Compiling iana-time-zone v0.1.65
18192026-08-31T09:30:22.105Z Compiling pin-project-lite v0.2.17
18202026-08-31T09:30:22.116Z Compiling getrandom v0.4.3
18212026-08-31T09:30:22.142Z Compiling dyn-clone v1.0.20
18222026-08-31T09:30:22.203Z Compiling tinystr v0.8.3
18232026-08-31T09:30:22.220Z Compiling potential_utf v0.1.5
18242026-08-31T09:30:22.291Z Compiling zeroize v1.9.0
18252026-08-31T09:30:22.316Z Compiling thiserror v2.0.20
18262026-08-31T09:30:22.352Z Compiling icu_collections v2.2.0
18272026-08-31T09:30:22.392Z Compiling icu_locale_core v2.2.0
18282026-08-31T09:30:22.403Z Compiling num-traits v0.2.19
18292026-08-31T09:30:22.417Z Compiling socket2 v0.6.5
18302026-08-31T09:30:22.430Z Compiling scopeguard v1.2.0
18312026-08-31T09:30:22.523Z Compiling lock_api v0.4.14
18322026-08-31T09:30:22.540Z Compiling parking_lot_core v0.9.12
18332026-08-31T09:30:22.771Z Compiling parking_lot v0.12.5
18342026-08-31T09:30:22.917Z Compiling signal-hook-registry v1.4.8
18352026-08-31T09:30:23.080Z Compiling mio v1.2.2
18362026-08-31T09:30:23.148Z Compiling serde v1.0.229
18372026-08-31T09:30:23.187Z Compiling serde_json v1.0.151
18382026-08-31T09:30:23.322Z Compiling icu_provider v2.2.0
18392026-08-31T09:30:23.334Z Compiling uuid v1.26.0
18402026-08-31T09:30:23.394Z Compiling semver v1.0.28
18412026-08-31T09:30:23.705Z Compiling bytes v1.12.1
18422026-08-31T09:30:23.749Z Compiling icu_normalizer v2.2.0
18432026-08-31T09:30:23.794Z Compiling icu_properties v2.2.0
18442026-08-31T09:30:23.901Z Compiling chrono v0.4.45
18452026-08-31T09:30:23.943Z Compiling bitflags v2.13.1
18462026-08-31T09:30:24.038Z Compiling portable-atomic v1.15.0
18472026-08-31T09:30:24.349Z Compiling tokio v1.53.1
18482026-08-31T09:30:24.583Z Compiling futures-core v0.3.34
18492026-08-31T09:30:24.754Z Compiling idna_adapter v1.2.2
18502026-08-31T09:30:24.765Z Compiling critical-section v1.2.0
18512026-08-31T09:30:24.880Z Compiling idna v1.1.0
18522026-08-31T09:30:24.890Z Compiling once_cell v1.21.4
18532026-08-31T09:30:24.933Z Compiling log v0.4.33
18542026-08-31T09:30:25.079Z Compiling subtle v2.6.1
18552026-08-31T09:30:25.140Z Compiling equivalent v1.0.2
18562026-08-31T09:30:25.187Z Compiling zerocopy v0.8.56
18572026-08-31T09:30:25.228Z Compiling url v2.5.8
18582026-08-31T09:30:25.253Z Compiling allocator-api2 v0.2.21
18592026-08-31T09:30:25.384Z Compiling futures-sink v0.3.34
18602026-08-31T09:30:25.463Z Compiling slab v0.4.12
18612026-08-31T09:30:25.640Z Compiling typenum v1.20.1
18622026-08-31T09:30:25.674Z Compiling futures-channel v0.3.34
18632026-08-31T09:30:25.781Z Compiling hashbrown v0.17.1
18642026-08-31T09:30:25.938Z Compiling schemars v0.8.22
18652026-08-31T09:30:26.456Z Compiling getrandom v0.2.17
18662026-08-31T09:30:26.469Z Compiling futures-task v0.3.34
18672026-08-31T09:30:26.643Z Compiling futures-io v0.3.34
18682026-08-31T09:30:26.697Z Compiling rand_core v0.6.4
18692026-08-31T09:30:26.841Z Compiling futures-util v0.3.34
18702026-08-31T09:30:26.956Z Compiling ipnetwork v0.21.1
18712026-08-31T09:30:26.956Z Compiling indexmap v2.14.0
18722026-08-31T09:30:27.318Z Compiling tracing-core v0.1.36
18732026-08-31T09:30:27.691Z Compiling tracing v0.1.44
18742026-08-31T09:30:27.783Z Compiling base64 v0.22.1
18752026-08-31T09:30:28.052Z Compiling fnv v1.0.7
18762026-08-31T09:30:28.180Z Compiling unicode-ident v1.0.24
18772026-08-31T09:30:28.305Z Compiling proc-macro2 v1.0.107
18782026-08-31T09:30:28.317Z Compiling http v1.5.0
18792026-08-31T09:30:28.382Z Compiling erased-serde v0.3.31
18802026-08-31T09:30:28.414Z Compiling oxnet v0.1.7
18812026-08-31T09:30:28.839Z Compiling slog v2.8.2
18822026-08-31T09:30:28.985Z Compiling quote v1.0.47
18832026-08-31T09:30:29.402Z Compiling syn v2.0.119
18842026-08-31T09:30:29.560Z Compiling byteorder v1.5.0
18852026-08-31T09:30:29.627Z Compiling getrandom v0.3.4
18862026-08-31T09:30:29.819Z Compiling thiserror v1.0.69
18872026-08-31T09:30:29.835Z Compiling tokio-util v0.7.19
18882026-08-31T09:30:29.935Z Compiling ipnet v2.12.1
18892026-08-31T09:30:30.212Z Compiling ppv-lite86 v0.2.21
18902026-08-31T09:30:30.352Z Compiling rustls-pki-types v1.15.1
18912026-08-31T09:30:30.566Z Compiling rustix v1.1.4
18922026-08-31T09:30:30.783Z Compiling aws-lc-sys v0.44.0
18932026-08-31T09:30:30.906Z Compiling http-body v1.1.0
18942026-08-31T09:30:31.078Z Compiling atomic-waker v1.1.2
18952026-08-31T09:30:31.078Z Compiling untrusted v0.7.1
18962026-08-31T09:30:31.104Z Compiling pretty-hex v0.4.2
18972026-08-31T09:30:31.210Z Compiling httparse v1.10.1
18982026-08-31T09:30:31.222Z Compiling tower-layer v0.3.3
18992026-08-31T09:30:31.225Z Compiling rustls v0.23.43
19002026-08-31T09:30:31.243Z Compiling try-lock v0.2.5
19012026-08-31T09:30:31.359Z Compiling aws-lc-rs v1.18.0
19022026-08-31T09:30:31.362Z Compiling tower-service v0.3.3
19032026-08-31T09:30:31.421Z Compiling untrusted v0.9.0
19042026-08-31T09:30:31.448Z Compiling ryu v1.0.23
19052026-08-31T09:30:31.483Z Compiling want v0.3.1
19062026-08-31T09:30:31.554Z Compiling h2 v0.4.15
19072026-08-31T09:30:31.669Z Compiling plain v0.2.3
19082026-08-31T09:30:31.682Z Compiling httpdate v1.0.3
19092026-08-31T09:30:31.742Z Compiling regex-syntax v0.8.11
19102026-08-31T09:30:31.786Z Compiling ucd-trie v0.1.7
19112026-08-31T09:30:32.060Z Compiling pest v2.8.8
19122026-08-31T09:30:32.342Z Compiling omicron-workspace-hack v0.1.0
19132026-08-31T09:30:32.421Z Compiling crossbeam-utils v0.8.22
19142026-08-31T09:30:32.509Z Compiling rustls-webpki v0.103.14
19152026-08-31T09:30:33.736Z Compiling serde_urlencoded v0.7.1
19162026-08-31T09:30:34.025Z Compiling hyper v1.11.0
19172026-08-31T09:30:34.305Z Compiling http-body-util v0.1.5
19182026-08-31T09:30:34.618Z Compiling rand_core v0.9.5
19192026-08-31T09:30:34.885Z Compiling foldhash v0.2.0
19202026-08-31T09:30:34.993Z Compiling newtype-uuid v1.4.0
19212026-08-31T09:30:35.183Z Compiling hex v0.4.3
19222026-08-31T09:30:35.498Z Compiling hyper-util v0.1.20
19232026-08-31T09:30:35.944Z Compiling daft v0.1.8
19242026-08-31T09:30:36.246Z Compiling anyhow v1.0.104
19252026-08-31T09:30:36.906Z Compiling tokio-rustls v0.26.4
19262026-08-31T09:30:37.216Z Compiling rand_chacha v0.9.0
19272026-08-31T09:30:37.782Z Compiling sync_wrapper v1.0.2
19282026-08-31T09:30:37.797Z Compiling aho-corasick v1.1.5
19292026-08-31T09:30:37.900Z Compiling fastrand v2.5.0
19302026-08-31T09:30:38.257Z Compiling tower v0.5.3
19312026-08-31T09:30:38.278Z Compiling rand v0.9.5
19322026-08-31T09:30:38.525Z Compiling num-conv v0.2.2
19332026-08-31T09:30:38.689Z Compiling time-core v0.1.9
19342026-08-31T09:30:38.781Z Compiling regex-automata v0.4.18
19352026-08-31T09:30:38.846Z Compiling powerfmt v0.2.0
19362026-08-31T09:30:38.890Z Compiling num_threads v0.1.7
19372026-08-31T09:30:38.989Z Compiling deranged v0.5.8
19382026-08-31T09:30:39.010Z Compiling tower-http v0.6.11
19392026-08-31T09:30:39.109Z Compiling hashbrown v0.16.1
19402026-08-31T09:30:39.147Z Compiling openapiv3 v2.2.0
19412026-08-31T09:30:39.669Z Compiling openssl-probe v0.2.1
19422026-08-31T09:30:39.824Z Compiling cpufeatures v0.3.0
19432026-08-31T09:30:39.905Z Compiling rustls-native-certs v0.8.4
19442026-08-31T09:30:39.925Z Compiling camino v1.2.5
19452026-08-31T09:30:40.088Z Compiling time v0.3.55
19462026-08-31T09:30:40.506Z Compiling tempfile v3.27.0
19472026-08-31T09:30:40.677Z Compiling crossbeam-channel v0.5.16
19482026-08-31T09:30:41.336Z Compiling scroll v0.13.0
19492026-08-31T09:30:41.356Z Compiling futures-executor v0.3.34
19502026-08-31T09:30:41.386Z Compiling either v1.17.0
19512026-08-31T09:30:41.620Z Compiling winnow v1.0.4
19522026-08-31T09:30:41.638Z Compiling goblin v0.10.7
19532026-08-31T09:30:41.844Z Compiling futures v0.3.34
19542026-08-31T09:30:41.928Z Compiling regex v1.13.1
19552026-08-31T09:30:43.045Z Compiling rustls-platform-verifier v0.7.0
19562026-08-31T09:30:43.074Z Compiling hyper-rustls v0.27.9
19572026-08-31T09:30:43.192Z Compiling hybrid-array v0.4.14
19582026-08-31T09:30:43.400Z Compiling thread_local v1.1.10
19592026-08-31T09:30:43.478Z Compiling simd-adler32 v0.3.10
19602026-08-31T09:30:43.636Z Compiling adler2 v2.0.1
19612026-08-31T09:30:43.685Z Compiling reqwest v0.13.4
19622026-08-31T09:30:43.743Z Compiling miniz_oxide v0.8.9
19632026-08-31T09:30:43.804Z Compiling crc32fast v1.5.0
19642026-08-31T09:30:44.056Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19652026-08-31T09:30:44.328Z Compiling dtrace-parser v0.3.0
19662026-08-31T09:30:45.139Z Compiling dof v0.4.0
19672026-08-31T09:30:46.035Z Compiling is-terminal v0.4.17
19682026-08-31T09:30:46.143Z Compiling thread-id v5.1.0
19692026-08-31T09:30:46.237Z Compiling take_mut v0.2.2
19702026-08-31T09:30:46.359Z Compiling term v1.2.1
19712026-08-31T09:30:46.889Z Compiling slog-term v2.9.2
19722026-08-31T09:30:48.197Z Compiling slog-async v2.8.0
19732026-08-31T09:30:48.248Z Compiling usdt-impl v0.6.0
19742026-08-31T09:30:48.461Z Compiling flate2 v1.1.9
19752026-08-31T09:30:49.012Z Compiling generic-array v0.14.7
19762026-08-31T09:30:49.496Z Compiling crypto-common v0.2.2
19772026-08-31T09:30:49.576Z Compiling block-buffer v0.12.1
19782026-08-31T09:30:49.762Z Compiling rand_chacha v0.3.1
19792026-08-31T09:30:50.302Z Compiling memmap2 v0.9.11
19802026-08-31T09:30:50.393Z Compiling compression-core v0.4.32
19812026-08-31T09:30:50.572Z Compiling match_cfg v0.1.0
19822026-08-31T09:30:50.600Z Compiling const-oid v0.10.2
19832026-08-31T09:30:50.646Z Compiling debug-ignore v1.0.5
19842026-08-31T09:30:50.762Z Compiling digest v0.11.3
19852026-08-31T09:30:50.781Z Compiling hostname v0.3.1
19862026-08-31T09:30:50.896Z Compiling compression-codecs v0.4.38
19872026-08-31T09:30:50.948Z Compiling usdt v0.6.0
19882026-08-31T09:30:50.948Z Compiling rand v0.8.7
19892026-08-31T09:30:51.262Z Compiling ref-cast v1.0.26
19902026-08-31T09:30:51.375Z Compiling toml_parser v1.1.3+spec-1.1.0
19912026-08-31T09:30:51.642Z Compiling slog-json v2.6.1
19922026-08-31T09:30:51.735Z Compiling strum v0.26.3
19932026-08-31T09:30:51.875Z Compiling macaddr v1.0.1
19942026-08-31T09:30:51.904Z Compiling toml_datetime v1.1.1+spec-1.1.0
19952026-08-31T09:30:52.154Z Compiling serde_spanned v1.1.1
19962026-08-31T09:30:52.308Z Compiling wait-timeout v0.2.1
19972026-08-31T09:30:52.320Z Compiling encoding_rs v0.8.35
19982026-08-31T09:30:52.513Z Compiling bit-vec v0.8.0
19992026-08-31T09:30:52.691Z Compiling toml_writer v1.1.2+spec-1.1.0
20002026-08-31T09:30:52.789Z Compiling spin v0.9.9
20012026-08-31T09:30:52.810Z Compiling mime v0.3.17
20022026-08-31T09:30:52.918Z Compiling quick-error v1.2.3
20032026-08-31T09:30:52.953Z Compiling toml v1.1.4+spec-1.1.0
20042026-08-31T09:30:53.031Z Compiling rusty-fork v0.3.1
20052026-08-31T09:30:53.236Z Compiling bit-set v0.8.0
20062026-08-31T09:30:53.300Z Compiling slog-bunyan v2.5.0
20072026-08-31T09:30:53.430Z Compiling multer v3.1.0
20082026-08-31T09:30:53.483Z Compiling async-compression v0.4.43
20092026-08-31T09:30:53.829Z Compiling sha1 v0.11.0
20102026-08-31T09:30:53.941Z Compiling serde_with v3.22.0
20112026-08-31T09:30:54.259Z Compiling async-stream v0.3.6
20122026-08-31T09:30:54.465Z Compiling rand_xorshift v0.4.0
20132026-08-31T09:30:54.553Z Compiling waitgroup v0.1.2
20142026-08-31T09:30:54.628Z Compiling rustls-pemfile v2.2.0
20152026-08-31T09:30:54.667Z Compiling serde_path_to_error v0.1.20
20162026-08-31T09:30:54.710Z Compiling hostname v0.4.2
20172026-08-31T09:30:54.880Z Compiling unarray v0.1.4
20182026-08-31T09:30:54.906Z Compiling progenitor-client v0.14.0
20192026-08-31T09:30:55.004Z Compiling proptest v1.11.0
20202026-08-31T09:30:55.136Z Compiling dropshot v0.17.1
20212026-08-31T09:30:55.388Z Compiling strum v0.27.2
20222026-08-31T09:30:55.408Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20232026-08-31T09:30:55.526Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20242026-08-31T09:30:55.559Z Compiling crypto-common v0.1.7
20252026-08-31T09:30:55.711Z Compiling iddqd v0.4.6
20262026-08-31T09:30:55.755Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-08-31T09:30:56.064Z Compiling reqwest v0.12.28
20282026-08-31T09:30:56.603Z Compiling backon v1.6.0
20292026-08-31T09:30:56.644Z Compiling instant v0.1.13
20302026-08-31T09:30:56.768Z Compiling progenitor-extras v0.2.0
20312026-08-31T09:30:56.860Z Compiling backoff v0.4.0
20322026-08-31T09:30:57.018Z Compiling parse-display v0.10.0
20332026-08-31T09:30:57.082Z Compiling itertools v0.14.0
20342026-08-31T09:30:57.414Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20352026-08-31T09:30:57.591Z Compiling progenitor-client v0.10.0
20362026-08-31T09:30:57.885Z Compiling regress v0.10.5
20372026-08-31T09:30:58.051Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20382026-08-31T09:30:58.631Z Compiling humantime v2.4.0
20392026-08-31T09:30:59.064Z Compiling block-buffer v0.10.4
20402026-08-31T09:30:59.230Z Compiling digest v0.10.7
20412026-08-31T09:30:59.246Z Compiling unicode-width v0.2.2
20422026-08-31T09:30:59.490Z Compiling heck v0.5.0
20432026-08-31T09:30:59.568Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-08-31T09:31:00.371Z Compiling cpufeatures v0.2.17
20452026-08-31T09:31:00.452Z Compiling utf8parse v0.2.2
20462026-08-31T09:31:00.573Z Compiling anstyle-parse v1.0.0
20472026-08-31T09:31:00.814Z Compiling terminal_size v0.4.4
20482026-08-31T09:31:00.982Z Compiling anstyle-query v1.1.5
20492026-08-31T09:31:01.101Z Compiling is_terminal_polyfill v1.70.2
20502026-08-31T09:31:01.211Z Compiling colorchoice v1.0.5
20512026-08-31T09:31:01.345Z Compiling anstyle v1.0.14
20522026-08-31T09:31:01.442Z Compiling secrecy v0.10.3
20532026-08-31T09:31:01.616Z Compiling anstream v1.0.0
20542026-08-31T09:31:01.627Z Compiling tinyvec_macros v0.1.1
20552026-08-31T09:31:01.702Z Compiling clap_lex v1.1.0
20562026-08-31T09:31:01.728Z Compiling strsim v0.11.1
20572026-08-31T09:31:02.077Z Compiling clap_builder v4.6.6
20582026-08-31T09:31:02.119Z Compiling tinyvec v1.12.0
20592026-08-31T09:31:02.649Z Compiling regress v0.11.1
20602026-08-31T09:31:02.659Z Compiling num-integer v0.1.47
20612026-08-31T09:31:02.659Z Compiling scroll v0.12.0
20622026-08-31T09:31:02.887Z Compiling crucible-workspace-hack v0.1.0
20632026-08-31T09:31:02.967Z Compiling hmac v0.12.1
20642026-08-31T09:31:03.067Z Compiling inout v0.1.4
20652026-08-31T09:31:03.133Z Compiling ff v0.13.1
20662026-08-31T09:31:03.245Z Compiling cipher v0.4.4
20672026-08-31T09:31:03.290Z Compiling group v0.13.0
20682026-08-31T09:31:03.415Z Compiling hkdf v0.12.4
20692026-08-31T09:31:03.509Z Compiling goblin v0.8.2
20702026-08-31T09:31:03.588Z Compiling num-iter v0.1.46
20712026-08-31T09:31:03.718Z Compiling num-rational v0.4.2
20722026-08-31T09:31:04.053Z Compiling clap v4.6.6
20732026-08-31T09:31:04.144Z Compiling zerocopy v0.7.35
20742026-08-31T09:31:04.762Z Compiling typify-impl v0.6.2
20752026-08-31T09:31:04.844Z Compiling universal-hash v0.5.1
20762026-08-31T09:31:04.995Z Compiling crypto-bigint v0.5.5
20772026-08-31T09:31:06.901Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-08-31T09:31:07.369Z Compiling typify v0.6.2
20792026-08-31T09:31:07.490Z Compiling half v2.7.1
20802026-08-31T09:31:07.835Z Compiling num-complex v0.4.6
20812026-08-31T09:31:08.187Z Compiling base16ct v0.2.0
20822026-08-31T09:31:08.295Z Compiling ciborium-io v0.2.2
20832026-08-31T09:31:08.400Z Compiling base64ct v1.8.3
20842026-08-31T09:31:08.404Z Compiling opaque-debug v0.3.1
20852026-08-31T09:31:08.490Z Compiling poly1305 v0.8.0
20862026-08-31T09:31:08.761Z Compiling password-hash v0.5.0
20872026-08-31T09:31:09.002Z Compiling ciborium-ll v0.2.2
20882026-08-31T09:31:09.116Z Compiling elliptic-curve v0.13.8
20892026-08-31T09:31:09.273Z Compiling num v0.4.3
20902026-08-31T09:31:09.374Z Compiling curve25519-dalek v4.1.3
20912026-08-31T09:31:09.426Z Compiling thiserror-no-std v2.0.2
20922026-08-31T09:31:09.525Z Compiling hubpack v0.1.2
20932026-08-31T09:31:09.758Z Compiling dof v0.3.0
20942026-08-31T09:31:09.785Z Compiling chacha20 v0.9.1
20952026-08-31T09:31:10.045Z Compiling crossbeam-epoch v0.9.20
20962026-08-31T09:31:10.523Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20972026-08-31T09:31:12.034Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-08-31T09:31:12.375Z Compiling blake2 v0.10.6
20992026-08-31T09:31:12.814Z Compiling aead v0.5.2
21002026-08-31T09:31:12.879Z Compiling byte-wrapper v0.1.0
21012026-08-31T09:31:13.009Z Compiling dtrace-parser v0.2.0
21022026-08-31T09:31:13.106Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21032026-08-31T09:31:13.119Z Compiling thread-id v4.2.2
21042026-08-31T09:31:13.210Z Compiling keccak v0.1.6
21052026-08-31T09:31:13.544Z Compiling float-ord v0.3.2
21062026-08-31T09:31:13.665Z Compiling static_assertions v1.1.0
21072026-08-31T09:31:13.746Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-08-31T09:31:13.758Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21092026-08-31T09:31:13.923Z Compiling sha3 v0.10.9
21102026-08-31T09:31:14.326Z Compiling usdt-impl v0.5.0
21112026-08-31T09:31:14.357Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-08-31T09:31:15.224Z Compiling chacha20poly1305 v0.10.1
21132026-08-31T09:31:15.381Z Compiling argon2 v0.5.3
21142026-08-31T09:31:15.602Z Compiling vsss-rs v3.3.4
21152026-08-31T09:31:16.361Z Compiling memoffset v0.9.1
21162026-08-31T09:31:16.463Z Compiling ciborium v0.2.2
21172026-08-31T09:31:17.090Z Compiling hash32 v0.3.1
21182026-08-31T09:31:17.268Z Compiling memmap v0.7.0
21192026-08-31T09:31:17.365Z Compiling indent_write v2.2.0
21202026-08-31T09:31:17.513Z Compiling data-encoding v2.11.1
21212026-08-31T09:31:17.526Z Compiling usdt v0.5.0
21222026-08-31T09:31:18.172Z Compiling heapless v0.8.0
21232026-08-31T09:31:18.644Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-08-31T09:31:18.687Z Compiling nix v0.31.3
21252026-08-31T09:31:18.941Z Compiling ingot-types v0.1.2
21262026-08-31T09:31:19.119Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-08-31T09:31:19.412Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21282026-08-31T09:31:19.465Z Compiling rustix v0.38.44
21292026-08-31T09:31:19.517Z Compiling tabwriter v1.4.1
21302026-08-31T09:31:19.885Z Compiling cobs v0.3.0
21312026-08-31T09:31:20.169Z Compiling bytecount v0.6.9
21322026-08-31T09:31:20.212Z Compiling colored v3.1.1
21332026-08-31T09:31:20.364Z Compiling managed v0.8.0
21342026-08-31T09:31:20.636Z Compiling bitflags v1.3.2
21352026-08-31T09:31:20.721Z Compiling foreign-types-shared v0.3.1
21362026-08-31T09:31:20.825Z Compiling foreign-types v0.5.0
21372026-08-31T09:31:20.838Z Compiling smoltcp v0.11.0
21382026-08-31T09:31:20.850Z Compiling postcard v1.1.3
21392026-08-31T09:31:20.908Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-08-31T09:31:21.237Z Compiling num_enum v0.7.6
21412026-08-31T09:31:21.264Z Compiling ingot v0.1.1
21422026-08-31T09:31:21.366Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21432026-08-31T09:31:21.485Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-08-31T09:31:21.769Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21452026-08-31T09:31:21.887Z Compiling chacha20 v0.10.1
21462026-08-31T09:31:22.195Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21472026-08-31T09:31:22.624Z Compiling serde_spanned v0.6.9
21482026-08-31T09:31:22.794Z Compiling toml_datetime v0.6.11
21492026-08-31T09:31:23.182Z Compiling cstr-argument v0.1.2
21502026-08-31T09:31:23.366Z Compiling toml_write v0.1.2
21512026-08-31T09:31:23.438Z Compiling winnow v0.7.15
21522026-08-31T09:31:23.622Z Compiling swrite v0.1.0
21532026-08-31T09:31:23.735Z Compiling unicode-segmentation v1.13.3
21542026-08-31T09:31:23.891Z Compiling resolv-conf v0.7.6
21552026-08-31T09:31:24.051Z Compiling linked-hash-map v0.5.6
21562026-08-31T09:31:24.269Z Compiling lru-cache v0.1.2
21572026-08-31T09:31:24.332Z Compiling newline-converter v0.3.0
21582026-08-31T09:31:24.417Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21592026-08-31T09:31:24.473Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21602026-08-31T09:31:24.506Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21612026-08-31T09:31:24.643Z Compiling rand v0.10.2
21622026-08-31T09:31:24.815Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21632026-08-31T09:31:25.049Z Compiling toml_edit v0.22.27
21642026-08-31T09:31:25.402Z Compiling crossbeam-deque v0.8.7
21652026-08-31T09:31:25.449Z Compiling atomicwrites v0.4.4
21662026-08-31T09:31:25.638Z Compiling hickory-proto v0.24.4
21672026-08-31T09:31:25.743Z Compiling progenitor-impl v0.14.0
21682026-08-31T09:31:25.865Z Compiling console v0.16.4
21692026-08-31T09:31:26.209Z Compiling itertools v0.12.1
21702026-08-31T09:31:27.186Z Compiling camino-tempfile v1.4.1
21712026-08-31T09:31:27.592Z Compiling serde-big-array v0.5.1
21722026-08-31T09:31:27.692Z Compiling siphasher v1.0.3
21732026-08-31T09:31:27.757Z Compiling lazy_static v1.5.0
21742026-08-31T09:31:27.868Z Compiling similar v3.2.0
21752026-08-31T09:31:27.905Z Compiling phf_shared v0.12.1
21762026-08-31T09:31:28.145Z Compiling hickory-resolver v0.24.4
21772026-08-31T09:31:29.028Z Compiling expectorate v1.3.0
21782026-08-31T09:31:29.251Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21792026-08-31T09:31:33.039Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-08-31T09:31:33.991Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21812026-08-31T09:31:34.213Z Compiling pin-project v1.1.13
21822026-08-31T09:31:34.325Z Compiling progenitor v0.14.0
21832026-08-31T09:31:34.476Z Compiling toml v0.8.23
21842026-08-31T09:31:34.840Z Compiling prettyplease v0.2.37
21852026-08-31T09:31:35.045Z Compiling rayon-core v1.13.0
21862026-08-31T09:31:36.734Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
21872026-08-31T09:31:37.312Z Compiling num_enum v0.5.11
21882026-08-31T09:31:37.362Z Compiling progenitor-impl v0.13.0
21892026-08-31T09:31:37.442Z Compiling unicode-normalization v0.1.25
21902026-08-31T09:31:38.040Z Compiling progenitor-client v0.13.0
21912026-08-31T09:31:38.549Z Compiling tokio-stream v0.1.19
21922026-08-31T09:31:39.166Z Compiling csv-core v0.1.13
21932026-08-31T09:31:39.569Z Compiling bstr v1.13.1
21942026-08-31T09:31:40.263Z Compiling jiff-core v0.1.0
21952026-08-31T09:31:40.435Z Compiling konst_macro_rules v0.2.19
21962026-08-31T09:31:40.633Z Compiling foreign-types-shared v0.1.1
21972026-08-31T09:31:40.731Z Compiling unicode-width v0.1.14
21982026-08-31T09:31:40.888Z Compiling same-file v1.0.6
21992026-08-31T09:31:41.053Z Compiling highway v1.3.0
22002026-08-31T09:31:41.136Z Compiling foldhash v0.1.5
22012026-08-31T09:31:41.388Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-08-31T09:31:41.776Z Compiling hashbrown v0.15.5
22032026-08-31T09:31:42.120Z Compiling walkdir v2.5.0
22042026-08-31T09:31:42.493Z Compiling jiff v0.2.35
22052026-08-31T09:31:42.828Z Compiling foreign-types v0.3.2
22062026-08-31T09:31:42.911Z Compiling konst v0.2.20
22072026-08-31T09:31:43.312Z Compiling globset v0.4.20
22082026-08-31T09:31:43.525Z Compiling csv v1.4.0
22092026-08-31T09:31:44.487Z Compiling snafu v0.8.9
22102026-08-31T09:31:44.793Z Compiling qorb v0.4.1
22112026-08-31T09:31:45.050Z Compiling progenitor v0.13.0
22122026-08-31T09:31:45.198Z Compiling olpc-cjson v0.1.4
22132026-08-31T09:31:45.415Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22142026-08-31T09:31:46.020Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-08-31T09:31:46.204Z Compiling rayon v1.12.0
22162026-08-31T09:31:46.559Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22172026-08-31T09:31:48.431Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-08-31T09:31:48.452Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-08-31T09:31:48.757Z Compiling phf v0.12.1
22202026-08-31T09:31:48.957Z Compiling openssl-sys v0.9.117
22212026-08-31T09:31:49.412Z Compiling tokio-dtrace v0.1.1
22222026-08-31T09:31:49.754Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-08-31T09:31:52.040Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22242026-08-31T09:31:52.261Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22252026-08-31T09:31:52.492Z Compiling libsw-core v0.3.2
22262026-08-31T09:31:52.674Z Compiling pem v3.0.6
22272026-08-31T09:31:52.944Z Compiling serde_plain v1.0.2
22282026-08-31T09:31:53.235Z Compiling sigpipe v0.1.3
22292026-08-31T09:31:53.338Z Compiling minimal-lexical v0.2.1
22302026-08-31T09:31:53.442Z Compiling glob v0.3.4
22312026-08-31T09:31:53.654Z Compiling fixedbitset v0.4.2
22322026-08-31T09:31:53.666Z Compiling fixedbitset v0.5.7
22332026-08-31T09:31:54.024Z Compiling typed-path v0.9.3
22342026-08-31T09:31:54.177Z Compiling petgraph v0.8.3
22352026-08-31T09:31:54.387Z Compiling petgraph v0.6.5
22362026-08-31T09:31:54.621Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-08-31T09:31:55.274Z Compiling tough v0.22.0
22382026-08-31T09:31:56.200Z Compiling nom v7.1.3
22392026-08-31T09:31:56.592Z Compiling openssl v0.10.81
22402026-08-31T09:31:56.694Z Compiling libsw v3.5.0
22412026-08-31T09:31:56.881Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22422026-08-31T09:31:56.990Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22432026-08-31T09:31:57.017Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22442026-08-31T09:31:57.229Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22452026-08-31T09:31:57.311Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22462026-08-31T09:31:57.526Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-08-31T09:31:57.708Z Compiling zone v0.3.1
22482026-08-31T09:31:57.915Z Compiling oxide-tokio-rt v0.1.6
22492026-08-31T09:31:58.091Z Compiling chrono-tz v0.10.4
22502026-08-31T09:31:58.540Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22512026-08-31T09:31:59.527Z Compiling newtype_derive v0.1.6
22522026-08-31T09:31:59.611Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
22532026-08-31T09:32:00.253Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-08-31T09:32:00.495Z Compiling slog-dtrace v0.3.0
22552026-08-31T09:32:01.174Z Compiling owo-colors v4.3.0
22562026-08-31T09:32:02.076Z Compiling const_format v0.2.36
22572026-08-31T09:32:02.441Z Compiling cancel-safe-futures v0.1.5
22582026-08-31T09:32:02.608Z Compiling papergrid v0.11.0
22592026-08-31T09:32:02.804Z Compiling gethostname v0.5.0
22602026-08-31T09:32:02.816Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22612026-08-31T09:32:02.936Z Compiling libscf-sys v1.2.0
22622026-08-31T09:32:02.939Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22632026-08-31T09:32:03.076Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22642026-08-31T09:32:03.145Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22652026-08-31T09:32:03.267Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-08-31T09:32:03.311Z Compiling bcs v0.1.6
22672026-08-31T09:32:03.532Z Compiling smf v0.2.3
22682026-08-31T09:32:03.718Z Compiling smawk v0.3.3
22692026-08-31T09:32:03.875Z Compiling whoami v1.6.1
22702026-08-31T09:32:03.956Z Compiling unicode-linebreak v0.1.5
22712026-08-31T09:32:04.231Z Compiling termtree v0.5.1
22722026-08-31T09:32:04.332Z Compiling tagptr v0.2.0
22732026-08-31T09:32:04.402Z Compiling linear-map v1.2.0
22742026-08-31T09:32:04.496Z Compiling moka v0.12.16
22752026-08-31T09:32:04.653Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22762026-08-31T09:32:04.749Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22772026-08-31T09:32:05.739Z Compiling textwrap v0.16.2
22782026-08-31T09:32:06.182Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22792026-08-31T09:32:07.285Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22802026-08-31T09:32:07.954Z Compiling tabled v0.15.0
22812026-08-31T09:32:08.147Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22822026-08-31T09:32:08.245Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22832026-08-31T09:32:08.946Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22842026-08-31T09:32:09.158Z Compiling steno v0.4.1
22852026-08-31T09:32:09.339Z Compiling cookie v0.18.2
22862026-08-31T09:32:11.343Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22872026-08-31T09:32:14.400Z Compiling papergrid v0.18.0
22882026-08-31T09:32:15.865Z Compiling hickory-proto v0.25.2
22892026-08-31T09:32:16.563Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
22902026-08-31T09:32:16.834Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
22912026-08-31T09:32:18.282Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
22922026-08-31T09:32:18.574Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22932026-08-31T09:32:19.267Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22942026-08-31T09:32:19.617Z Compiling hickory-resolver v0.25.2
22952026-08-31T09:32:20.133Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-08-31T09:32:21.945Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
22972026-08-31T09:32:22.162Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
22982026-08-31T09:32:23.178Z Compiling tabled v0.21.0
22992026-08-31T09:32:25.244Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23002026-08-31T09:32:25.922Z Compiling itertools v0.15.0
23012026-08-31T09:32:27.160Z Compiling arc-swap v1.9.2
23022026-08-31T09:32:27.550Z Compiling slog-scope v4.4.1
23032026-08-31T09:32:27.570Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
23042026-08-31T09:32:27.621Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
23052026-08-31T09:32:27.940Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23062026-08-31T09:32:28.839Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23072026-08-31T09:32:31.456Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23082026-08-31T09:32:31.471Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23092026-08-31T09:32:31.924Z Compiling crc8 v0.1.1
23102026-08-31T09:32:32.042Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
23112026-08-31T09:32:32.470Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23122026-08-31T09:32:32.683Z Compiling slog-stdlog v4.1.1
23132026-08-31T09:32:32.896Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23142026-08-31T09:32:33.008Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
23152026-08-31T09:32:33.033Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
23162026-08-31T09:32:33.719Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23172026-08-31T09:32:34.064Z Compiling slog-envlogger v2.2.0
23182026-08-31T09:32:34.319Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23192026-08-31T09:32:40.177Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
23202026-08-31T09:32:50.376Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
23212026-08-31T09:32:54.839Z Finished `release` profile [optimized] target(s) in 2m 34s
23222026-08-31T09:32:54.857Z Running unittests src/lib.rs (target/release/deps/mg_tests-bb6dda7798973c38)
23232026-08-31T09:32:54.857Z
23242026-08-31T09:32:54.857Zrunning 1 test
23252026-08-31T09:32:54.879Zconfigure zone
23262026-08-31T09:32:54.901Zinstall zone
23272026-08-31T09:33:03.702Zboot zone
23282026-08-31T09:33:03.782Zstart zone s1
23292026-08-31T09:33:03.792Zconfigure zone
23302026-08-31T09:33:03.801Zinstall zone
23312026-08-31T09:33:06.268Zboot zone
23322026-08-31T09:33:06.276Zstart zone s2
23332026-08-31T09:33:06.276Zconfigure zone
23342026-08-31T09:33:06.276Zinstall zone
23352026-08-31T09:33:07.600Zboot zone
23362026-08-31T09:33:07.706Zstart zone t1
23372026-08-31T09:33:07.721Zconfigure zone
23382026-08-31T09:33:07.721Zinstall zone
23392026-08-31T09:33:09.898Zboot zone
23402026-08-31T09:33:09.995Zwaiting for zones to come up
23412026-08-31T09:33:19.996Z[sidecar.trio] svcs milestone/network
23422026-08-31T09:33:20.021ZSTATE STIME FMRI
23432026-08-31T09:33:20.021Zonline 9:33:03 svc:/milestone/network:default
23442026-08-31T09:33:20.021Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
23452026-08-31T09:33:20.047Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
23462026-08-31T09:33:20.073Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
23472026-08-31T09:33:20.094Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
23482026-08-31T09:33:20.101Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
23492026-08-31T09:33:20.110Z
23502026-08-31T09:33:20.110Zrunning zone s1.trio setup
23512026-08-31T09:33:20.110Z[s1.trio] svcs milestone/network
23522026-08-31T09:33:20.125ZSTATE STIME FMRI
23532026-08-31T09:33:20.125Zonline 9:33:05 svc:/milestone/network:default
23542026-08-31T09:33:20.125Z[s1.trio] dladm
23552026-08-31T09:33:20.138ZLINK CLASS MTU STATE BRIDGE OVER
23562026-08-31T09:33:20.138Zsl0 simnet 9000 up -- ?
23572026-08-31T09:33:20.138Zmg2 vnic 9000 up -- ?
23582026-08-31T09:33:20.142Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
23592026-08-31T09:33:20.716Z
23602026-08-31T09:33:20.716Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
23612026-08-31T09:33:20.745Z
23622026-08-31T09:33:20.745Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
23632026-08-31T09:33:20.802Z
23642026-08-31T09:33:20.802Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
23652026-08-31T09:33:20.826Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
23662026-08-31T09:33:20.912Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d36945e4-c82d-45db-8d6a-958723364aab --sled-uuid 15e0fef5-7f9e-4409-9db9-88334f278c2a -a sl0/v6 &> /opt/ddmd.log &
23672026-08-31T09:33:20.927Z
23682026-08-31T09:33:20.927Zrunning zone s2.trio setup
23692026-08-31T09:33:20.927Z[s2.trio] svcs milestone/network
23702026-08-31T09:33:20.944ZSTATE STIME FMRI
23712026-08-31T09:33:20.944Zonline 9:33:07 svc:/milestone/network:default
23722026-08-31T09:33:20.945Z[s2.trio] dladm
23732026-08-31T09:33:20.957ZLINK CLASS MTU STATE BRIDGE OVER
23742026-08-31T09:33:20.957Zsl1 simnet 9000 up -- ?
23752026-08-31T09:33:20.957Zmg3 vnic 9000 up -- ?
23762026-08-31T09:33:20.957Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
23772026-08-31T09:33:21.443Z
23782026-08-31T09:33:21.443Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
23792026-08-31T09:33:21.457Z
23802026-08-31T09:33:21.457Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
23812026-08-31T09:33:21.468Z
23822026-08-31T09:33:21.468Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
23832026-08-31T09:33:21.514Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
23842026-08-31T09:33:21.567Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8b684b86-c885-494a-adae-dcf8e816b8bb --sled-uuid a145c61f-b886-4613-9631-424c9d39c1d4 -a sl1/v6 &> /opt/ddmd.log &
23852026-08-31T09:33:21.579Z
23862026-08-31T09:33:21.579Zrunning zone t1.trio setup
23872026-08-31T09:33:21.579Z[t1.trio] svcs milestone/network
23882026-08-31T09:33:21.594ZSTATE STIME FMRI
23892026-08-31T09:33:21.594Zonline 9:33:10 svc:/milestone/network:default
23902026-08-31T09:33:21.594Z[t1.trio] dladm
23912026-08-31T09:33:21.607ZLINK CLASS MTU STATE BRIDGE OVER
23922026-08-31T09:33:21.607Ztfportrear0_0 simnet 9000 up -- ?
23932026-08-31T09:33:21.608Ztfportrear1_0 simnet 9000 up -- ?
23942026-08-31T09:33:21.608Zmg1 vnic 9000 up -- ?
23952026-08-31T09:33:21.608Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
23962026-08-31T09:33:22.051Z
23972026-08-31T09:33:22.051Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
23982026-08-31T09:33:22.065Z
23992026-08-31T09:33:22.065Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
24002026-08-31T09:33:22.077Z
24012026-08-31T09:33:22.078Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
24022026-08-31T09:33:22.089Z
24032026-08-31T09:33:22.089Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
24042026-08-31T09:33:22.448Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
24052026-08-31T09:33:22.451Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
24062026-08-31T09:33:22.454Zwaiting 3s for copy of files to zone to complete ...
24072026-08-31T09:33:25.452Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
24082026-08-31T09:33:25.583Z
24092026-08-31T09:33:25.583Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
24102026-08-31T09:33:25.690Z
24112026-08-31T09:33:25.690Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
24122026-08-31T09:33:25.733Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
24132026-08-31T09:33:25.768Z[t1.trio] svcadm disable dendrite
24142026-08-31T09:33:25.792Z
24152026-08-31T09:33:25.792Z[t1.trio] svcadm disable tfport
24162026-08-31T09:33:25.815Z
24172026-08-31T09:33:25.815Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
24182026-08-31T09:33:25.840Z
24192026-08-31T09:33:25.840Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
24202026-08-31T09:33:25.865Z
24212026-08-31T09:33:25.865Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
24222026-08-31T09:33:25.890Z
24232026-08-31T09:33:25.890Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
24242026-08-31T09:33:25.914Z
24252026-08-31T09:33:25.914Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
24262026-08-31T09:33:25.939Z
24272026-08-31T09:33:25.939Z[t1.trio] svcadm refresh dendrite:default
24282026-08-31T09:33:25.960Z
24292026-08-31T09:33:25.960Z[t1.trio] svcadm enable dendrite:default
24302026-08-31T09:33:25.981Z
24312026-08-31T09:33:25.981Zwaiting for dendrite to come online ...
24322026-08-31T09:33:25.982Z[t1.trio] svcs -Ho state dendrite:default
24332026-08-31T09:33:26.003Zonline
24342026-08-31T09:33:26.003Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
24352026-08-31T09:33:26.028Z
24362026-08-31T09:33:26.028Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
24372026-08-31T09:33:26.053Z
24382026-08-31T09:33:26.053Z[t1.trio] svcadm refresh tfport:default
24392026-08-31T09:33:26.074Z
24402026-08-31T09:33:26.075Z[t1.trio] svcadm enable tfport
24412026-08-31T09:33:26.096Z
24422026-08-31T09:33:26.096Zwaiting for tfport to come online ...
24432026-08-31T09:33:26.096Z[t1.trio] svcs -Ho state tfport:default
24442026-08-31T09:33:26.116Zonline
24452026-08-31T09:33:26.117Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 1c480371-9bf1-4ff3-b82b-f540498e791a --sled-uuid 331afd1a-02c9-4ee4-a8d6-d54a6e899972 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
24462026-08-31T09:33:26.129Z
24472026-08-31T09:33:26.129Z[t1.trio] ipadm
24482026-08-31T09:33:26.143ZADDROBJ TYPE STATE ADDR
24492026-08-31T09:33:26.143Zlo0/v4 static ok 127.0.0.1/8
24502026-08-31T09:33:26.143Zmg1/v4 static ok 10.0.0.3/24
24512026-08-31T09:33:26.143Zlo0/v6 static ok ::1/128
24522026-08-31T09:33:26.143Zlo0/u6 static ok fd00:3::1/64
24532026-08-31T09:33:26.143Ztfportrear0_0/v6 addrconf ok fe80::e801:6cff:fe62:e6c4%tfportrear0_0/10
24542026-08-31T09:33:26.143Ztfportrear1_0/v6 addrconf ok fe80::80f6:7cff:fe05:a2ad%tfportrear1_0/10
24552026-08-31T09:33:28.268Zinitial peering test passed
24562026-08-31T09:33:29.269Zadvertise from one passed
24572026-08-31T09:33:30.271Zadvertise from two passed
24582026-08-31T09:33:30.271Z[s1.trio] ping fd00:2::1
24592026-08-31T09:33:30.286Zfd00:2::1 is alive
24602026-08-31T09:33:30.287Z[s2.trio] ping fd00:1::1
24612026-08-31T09:33:30.299Zfd00:1::1 is alive
24622026-08-31T09:33:30.299Zconnectivity test passed
24632026-08-31T09:33:30.300Z[t1.trio] pkill ddmd
24642026-08-31T09:33:30.311Z
24652026-08-31T09:33:36.315Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 581e9e52-c519-4519-b12b-cd63b7338186 --sled-uuid 8e11667e-903f-40b1-8eef-dc3bd1629658 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
24662026-08-31T09:33:36.328Z
24672026-08-31T09:33:36.328Z[t1.trio] ipadm
24682026-08-31T09:33:36.341ZADDROBJ TYPE STATE ADDR
24692026-08-31T09:33:36.341Zlo0/v4 static ok 127.0.0.1/8
24702026-08-31T09:33:36.341Zmg1/v4 static ok 10.0.0.3/24
24712026-08-31T09:33:36.341Zlo0/v6 static ok ::1/128
24722026-08-31T09:33:36.341Zlo0/u6 static ok fd00:3::1/64
24732026-08-31T09:33:36.341Ztfportrear0_0/v6 addrconf ok fe80::e801:6cff:fe62:e6c4%tfportrear0_0/10
24742026-08-31T09:33:36.341Ztfportrear1_0/v6 addrconf ok fe80::80f6:7cff:fe05:a2ad%tfportrear1_0/10
24752026-08-31T09:33:39.343Z[s1.trio] ping fd00:2::1
24762026-08-31T09:33:39.360Zfd00:2::1 is alive
24772026-08-31T09:33:39.360Z[s2.trio] ping fd00:1::1
24782026-08-31T09:33:39.369Zfd00:1::1 is alive
24792026-08-31T09:33:39.370Ztransit router restart passed
24802026-08-31T09:33:39.370Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
24812026-08-31T09:33:39.386Zlocal v6:
24822026-08-31T09:33:39.386Zfe80::80f6:7cff:fe05:a2ad
24832026-08-31T09:33:39.386Zfe80::e801:6cff:fe62:e6c4
24842026-08-31T09:33:39.386Zlocal v4:
24852026-08-31T09:33:39.387Zrouter v6_idx:
24862026-08-31T09:33:39.387Zfd00:1::/64 -> 0
24872026-08-31T09:33:39.387Zfd00:2::/64 -> 1
24882026-08-31T09:33:39.387Zrouter v6_routes:
24892026-08-31T09:33:39.387Z0 -> fe80::f4ce:57ff:fe04:5fbd (1)
24902026-08-31T09:33:39.387Z1 -> fe80::14ad:5eff:fe9d:cf04 (2)
24912026-08-31T09:33:39.387Zrouter v4_idx:
24922026-08-31T09:33:39.387Zrouter v4_routes:
24932026-08-31T09:33:39.387Zresolver v4:
24942026-08-31T09:33:39.387Z10.0.0.254 -> 02:08:20:9b:84:fe
24952026-08-31T09:33:39.387Z10.0.0.3 -> 02:08:20:88:4a:95
24962026-08-31T09:33:39.387Zresolver v6:
24972026-08-31T09:33:39.387Zfe80::f4ce:57ff:fe04:5fbd -> f6:ce:57:04:5f:bd
24982026-08-31T09:33:39.387Zfe80::e801:6cff:fe62:e6c4 -> ea:01:6c:62:e6:c4
24992026-08-31T09:33:39.387Zfe80::80f6:7cff:fe05:a2ad -> 82:f6:7c:05:a2:ad
25002026-08-31T09:33:39.387Zfe80::14ad:5eff:fe9d:cf04 -> 16:ad:5e:9d:cf:04
25012026-08-31T09:33:39.387Znat v4:
25022026-08-31T09:33:39.387Znat_v6:
25032026-08-31T09:33:39.387Zattached subnet v4:
25042026-08-31T09:33:39.387Zattached subnet v6:
25052026-08-31T09:33:39.387Zport_mac:
25062026-08-31T09:33:39.387Z1: a8:40:25:04:2b:7d
25072026-08-31T09:33:39.387Z2: a8:40:25:04:2b:7e
25082026-08-31T09:33:39.387Zproxy arp:
25092026-08-31T09:33:39.387Zmcast replication v4:
25102026-08-31T09:33:39.387Zmcast replication v6:
25112026-08-31T09:33:39.387Zmcast source filter v4:
25122026-08-31T09:33:39.388Zmcast source filter v6:
25132026-08-31T09:33:39.388Znat v4 mcast (tagged):
25142026-08-31T09:33:39.388Znat v4 mcast (untagged):
25152026-08-31T09:33:39.388Znat v6 mcast (tagged):
25162026-08-31T09:33:39.388Znat v6 mcast (untagged):
25172026-08-31T09:33:39.388Zdecap ports:
25182026-08-31T09:33:39.388Zmcast src mac:
25192026-08-31T09:33:39.388Z2: 7e:2b:04:25:40:a8
25202026-08-31T09:33:39.388Z1: 7d:2b:04:25:40:a8
25212026-08-31T09:33:39.388Z[s1.trio] pkill ddmd
25222026-08-31T09:33:39.400Z
25232026-08-31T09:33:44.398Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
25242026-08-31T09:33:44.414Zlocal v6:
25252026-08-31T09:33:44.414Zfe80::80f6:7cff:fe05:a2ad
25262026-08-31T09:33:44.414Zfe80::e801:6cff:fe62:e6c4
25272026-08-31T09:33:44.414Zlocal v4:
25282026-08-31T09:33:44.414Zrouter v6_idx:
25292026-08-31T09:33:44.414Zfd00:2::/64 -> 1
25302026-08-31T09:33:44.414Zrouter v6_routes:
25312026-08-31T09:33:44.414Z1 -> fe80::14ad:5eff:fe9d:cf04 (2)
25322026-08-31T09:33:44.415Zrouter v4_idx:
25332026-08-31T09:33:44.415Zrouter v4_routes:
25342026-08-31T09:33:44.415Zresolver v4:
25352026-08-31T09:33:44.415Z10.0.0.254 -> 02:08:20:9b:84:fe
25362026-08-31T09:33:44.415Z10.0.0.3 -> 02:08:20:88:4a:95
25372026-08-31T09:33:44.416Zresolver v6:
25382026-08-31T09:33:44.416Zfe80::f4ce:57ff:fe04:5fbd -> f6:ce:57:04:5f:bd
25392026-08-31T09:33:44.416Zfe80::e801:6cff:fe62:e6c4 -> ea:01:6c:62:e6:c4
25402026-08-31T09:33:44.416Zfe80::80f6:7cff:fe05:a2ad -> 82:f6:7c:05:a2:ad
25412026-08-31T09:33:44.416Zfe80::14ad:5eff:fe9d:cf04 -> 16:ad:5e:9d:cf:04
25422026-08-31T09:33:44.416Znat v4:
25432026-08-31T09:33:44.416Znat_v6:
25442026-08-31T09:33:44.416Zattached subnet v4:
25452026-08-31T09:33:44.416Zattached subnet v6:
25462026-08-31T09:33:44.416Zport_mac:
25472026-08-31T09:33:44.416Z1: a8:40:25:04:2b:7d
25482026-08-31T09:33:44.416Z2: a8:40:25:04:2b:7e
25492026-08-31T09:33:44.416Zproxy arp:
25502026-08-31T09:33:44.416Zmcast replication v4:
25512026-08-31T09:33:44.416Zmcast replication v6:
25522026-08-31T09:33:44.416Zmcast source filter v4:
25532026-08-31T09:33:44.416Zmcast source filter v6:
25542026-08-31T09:33:44.416Znat v4 mcast (tagged):
25552026-08-31T09:33:44.416Znat v4 mcast (untagged):
25562026-08-31T09:33:44.416Znat v6 mcast (tagged):
25572026-08-31T09:33:44.416Znat v6 mcast (untagged):
25582026-08-31T09:33:44.417Zdecap ports:
25592026-08-31T09:33:44.417Zmcast src mac:
25602026-08-31T09:33:44.417Z2: 7e:2b:04:25:40:a8
25612026-08-31T09:33:44.417Z1: 7d:2b:04:25:40:a8
25622026-08-31T09:33:44.417Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 73c443df-0a16-4377-9ce6-6131448e858e --sled-uuid 5a85d061-60a0-49d4-bf58-8be9001df4e5 -a sl0/v6 &> /opt/ddmd.log &
25632026-08-31T09:33:44.425Z
25642026-08-31T09:33:47.427Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
25652026-08-31T09:33:47.443Zlocal v6:
25662026-08-31T09:33:47.443Zfe80::80f6:7cff:fe05:a2ad
25672026-08-31T09:33:47.443Zfe80::e801:6cff:fe62:e6c4
25682026-08-31T09:33:47.443Zlocal v4:
25692026-08-31T09:33:47.443Zrouter v6_idx:
25702026-08-31T09:33:47.443Zfd00:1::/64 -> 0
25712026-08-31T09:33:47.443Zfd00:2::/64 -> 1
25722026-08-31T09:33:47.443Zrouter v6_routes:
25732026-08-31T09:33:47.444Z0 -> fe80::f4ce:57ff:fe04:5fbd (1)
25742026-08-31T09:33:47.444Z1 -> fe80::14ad:5eff:fe9d:cf04 (2)
25752026-08-31T09:33:47.444Zrouter v4_idx:
25762026-08-31T09:33:47.444Zrouter v4_routes:
25772026-08-31T09:33:47.444Zresolver v4:
25782026-08-31T09:33:47.444Z10.0.0.254 -> 02:08:20:9b:84:fe
25792026-08-31T09:33:47.444Z10.0.0.3 -> 02:08:20:88:4a:95
25802026-08-31T09:33:47.444Zresolver v6:
25812026-08-31T09:33:47.444Zfe80::f4ce:57ff:fe04:5fbd -> f6:ce:57:04:5f:bd
25822026-08-31T09:33:47.444Zfe80::e801:6cff:fe62:e6c4 -> ea:01:6c:62:e6:c4
25832026-08-31T09:33:47.444Zfe80::80f6:7cff:fe05:a2ad -> 82:f6:7c:05:a2:ad
25842026-08-31T09:33:47.444Zfe80::14ad:5eff:fe9d:cf04 -> 16:ad:5e:9d:cf:04
25852026-08-31T09:33:47.444Znat v4:
25862026-08-31T09:33:47.444Znat_v6:
25872026-08-31T09:33:47.444Zattached subnet v4:
25882026-08-31T09:33:47.444Zattached subnet v6:
25892026-08-31T09:33:47.444Zport_mac:
25902026-08-31T09:33:47.444Z1: a8:40:25:04:2b:7d
25912026-08-31T09:33:47.444Z2: a8:40:25:04:2b:7e
25922026-08-31T09:33:47.444Zproxy arp:
25932026-08-31T09:33:47.444Zmcast replication v4:
25942026-08-31T09:33:47.444Zmcast replication v6:
25952026-08-31T09:33:47.444Zmcast source filter v4:
25962026-08-31T09:33:47.444Zmcast source filter v6:
25972026-08-31T09:33:47.444Znat v4 mcast (tagged):
25982026-08-31T09:33:47.444Znat v4 mcast (untagged):
25992026-08-31T09:33:47.444Znat v6 mcast (tagged):
26002026-08-31T09:33:47.444Znat v6 mcast (untagged):
26012026-08-31T09:33:47.444Zdecap ports:
26022026-08-31T09:33:47.444Zmcast src mac:
26032026-08-31T09:33:47.445Z2: 7e:2b:04:25:40:a8
26042026-08-31T09:33:47.445Z1: 7d:2b:04:25:40:a8
26052026-08-31T09:33:47.448Z[s2.trio] netstat -nr -f inet6
26062026-08-31T09:33:47.457ZRouting Table: IPv6
26072026-08-31T09:33:47.457Z Destination/Mask Gateway Flags Ref Use If
26082026-08-31T09:33:47.457Z--------------------------- --------------------------- ----- --- ------- -----
26092026-08-31T09:33:47.457Z::1 ::1 UH 2 0 lo0
26102026-08-31T09:33:47.457Zfd00:1::/64 fe80::80f6:7cff:fe05:a2ad UG 1 0 sl1
26112026-08-31T09:33:47.457Zfe80::/10 fe80::14ad:5eff:fe9d:cf04 U 3 69 sl1
26122026-08-31T09:33:47.457Z[s2.trio] ipadm
26132026-08-31T09:33:47.469ZADDROBJ TYPE STATE ADDR
26142026-08-31T09:33:47.469Zlo0/v4 static ok 127.0.0.1/8
26152026-08-31T09:33:47.469Zmg3/v4 static ok 10.0.0.2/24
26162026-08-31T09:33:47.469Zlo0/v6 static ok ::1/128
26172026-08-31T09:33:47.469Zlo0/u6 static ok fd00:2::1/64
26182026-08-31T09:33:47.469Zsl1/v6 addrconf ok fe80::14ad:5eff:fe9d:cf04%sl1/10
26192026-08-31T09:33:47.469Z[s2.trio] route -nv get -inet6 fd00:1::1
26202026-08-31T09:33:47.481Znewrt->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>
26212026-08-31T09:33:47.481Zlocks: inits:
26222026-08-31T09:33:47.481Zsockaddrs: <DST,IFP>
26232026-08-31T09:33:47.481Z fd00:1::1
26242026-08-31T09:33:47.481Z route to: fd00:1::1
26252026-08-31T09:33:47.481Zdestination: fd00:1::
26262026-08-31T09:33:47.481Z mask: ffff:ffff:ffff:ffff::
26272026-08-31T09:33:47.481Z gateway: fe80::80f6:7cff:fe05:a2ad
26282026-08-31T09:33:47.481Z interface: sl1 index 3 address 16 ad 5e 9d cf 04
26292026-08-31T09:33:47.482Z flags: <UP,GATEWAY,DONE,STATIC>
26302026-08-31T09:33:47.482Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
26312026-08-31T09:33:47.482Z 0 0 0 0 0 0 9000 0
26322026-08-31T09:33:47.482Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
26332026-08-31T09:33:47.482Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
26342026-08-31T09:33:47.482Z fd00:1:: fe80::80f6:7cff:fe05:a2ad ffff:ffff:ffff:ffff:: sl1:16.ad.5e.9d.cf.4 fe80::14ad:5eff:fe9d:cf04
26352026-08-31T09:33:47.482Z[s2.trio] ndp -na
26362026-08-31T09:33:47.493ZNet to Media Table: IPv6
26372026-08-31T09:33:47.493Z If Physical Address Type State Destination/Mask
26382026-08-31T09:33:47.493Z----- ----------------- ------- ------------ ---------------------------
26392026-08-31T09:33:47.493Zsl1 82:f6:7c:05:a2:ad dynamic REACHABLE fe80::80f6:7cff:fe05:a2ad
26402026-08-31T09:33:47.493Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
26412026-08-31T09:33:47.493Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
26422026-08-31T09:33:47.493Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
26432026-08-31T09:33:47.493Zsl1 33:33:ff:05:a2:ad other REACHABLE ff02::1:ff05:a2ad
26442026-08-31T09:33:47.493Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
26452026-08-31T09:33:47.493Zsl1 33:33:ff:9d:cf:04 other REACHABLE ff02::1:ff9d:cf04
26462026-08-31T09:33:47.493Zsl1 16:ad:5e:9d:cf:04 local REACHABLE fe80::14ad:5eff:fe9d:cf04
26472026-08-31T09:33:47.493Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
26482026-08-31T09:33:47.493Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
26492026-08-31T09:33:47.507Zlocal v6:
26502026-08-31T09:33:47.507Zfe80::80f6:7cff:fe05:a2ad
26512026-08-31T09:33:47.507Zfe80::e801:6cff:fe62:e6c4
26522026-08-31T09:33:47.507Zlocal v4:
26532026-08-31T09:33:47.508Zrouter v6_idx:
26542026-08-31T09:33:47.508Zfd00:1::/64 -> 0
26552026-08-31T09:33:47.508Zfd00:2::/64 -> 1
26562026-08-31T09:33:47.508Zrouter v6_routes:
26572026-08-31T09:33:47.508Z0 -> fe80::f4ce:57ff:fe04:5fbd (1)
26582026-08-31T09:33:47.508Z1 -> fe80::14ad:5eff:fe9d:cf04 (2)
26592026-08-31T09:33:47.508Zrouter v4_idx:
26602026-08-31T09:33:47.508Zrouter v4_routes:
26612026-08-31T09:33:47.508Zresolver v4:
26622026-08-31T09:33:47.508Z10.0.0.254 -> 02:08:20:9b:84:fe
26632026-08-31T09:33:47.508Z10.0.0.3 -> 02:08:20:88:4a:95
26642026-08-31T09:33:47.508Zresolver v6:
26652026-08-31T09:33:47.508Zfe80::f4ce:57ff:fe04:5fbd -> f6:ce:57:04:5f:bd
26662026-08-31T09:33:47.508Zfe80::e801:6cff:fe62:e6c4 -> ea:01:6c:62:e6:c4
26672026-08-31T09:33:47.508Zfe80::80f6:7cff:fe05:a2ad -> 82:f6:7c:05:a2:ad
26682026-08-31T09:33:47.508Zfe80::14ad:5eff:fe9d:cf04 -> 16:ad:5e:9d:cf:04
26692026-08-31T09:33:47.508Znat v4:
26702026-08-31T09:33:47.508Znat_v6:
26712026-08-31T09:33:47.508Zattached subnet v4:
26722026-08-31T09:33:47.508Zattached subnet v6:
26732026-08-31T09:33:47.508Zport_mac:
26742026-08-31T09:33:47.508Z1: a8:40:25:04:2b:7d
26752026-08-31T09:33:47.508Z2: a8:40:25:04:2b:7e
26762026-08-31T09:33:47.509Zproxy arp:
26772026-08-31T09:33:47.509Zmcast replication v4:
26782026-08-31T09:33:47.509Zmcast replication v6:
26792026-08-31T09:33:47.509Zmcast source filter v4:
26802026-08-31T09:33:47.509Zmcast source filter v6:
26812026-08-31T09:33:47.509Znat v4 mcast (tagged):
26822026-08-31T09:33:47.509Znat v4 mcast (untagged):
26832026-08-31T09:33:47.509Znat v6 mcast (tagged):
26842026-08-31T09:33:47.509Znat v6 mcast (untagged):
26852026-08-31T09:33:47.509Zdecap ports:
26862026-08-31T09:33:47.509Zmcast src mac:
26872026-08-31T09:33:47.509Z2: 7e:2b:04:25:40:a8
26882026-08-31T09:33:47.509Z1: 7d:2b:04:25:40:a8
26892026-08-31T09:33:47.509Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
26902026-08-31T09:33:47.527ZSubnet Port Link Gateway Vlan
26912026-08-31T09:33:47.527Zfd00:1::/64 rear0 0 fe80::f4ce:57ff:fe04:5fbd
26922026-08-31T09:33:47.527Zfd00:2::/64 rear1 0 fe80::14ad:5eff:fe9d:cf04
26932026-08-31T09:33:47.527Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
26942026-08-31T09:33:47.544Zhost mac age
26952026-08-31T09:33:47.544Z10.0.0.3 02:08:20:88:4a:95 21s
26962026-08-31T09:33:47.544Z10.0.0.254 02:08:20:9b:84:fe 18s
26972026-08-31T09:33:47.544Zfe80::14ad:5eff:fe9d:cf04 16:ad:5e:9d:cf:04 20s
26982026-08-31T09:33:47.544Zfe80::80f6:7cff:fe05:a2ad 82:f6:7c:05:a2:ad 21s
26992026-08-31T09:33:47.544Zfe80::e801:6cff:fe62:e6c4 ea:01:6c:62:e6:c4 21s
27002026-08-31T09:33:47.544Zfe80::f4ce:57ff:fe04:5fbd f6:ce:57:04:5f:bd 20s
27012026-08-31T09:33:47.544Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
27022026-08-31T09:33:47.560ZLink IPv4 IPv6
27032026-08-31T09:33:47.560Zrear0/0 fe80::e801:6cff:fe62:e6c4
27042026-08-31T09:33:47.560Zrear1/0 fe80::80f6:7cff:fe05:a2ad
27052026-08-31T09:33:47.560Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
27062026-08-31T09:33:48.584ZADDROBJ TYPE STATE ADDR
27072026-08-31T09:33:48.584Zlo0/v4 static ok 127.0.0.1/8
27082026-08-31T09:33:48.584Zmg2/v4 static ok 10.0.0.1/24
27092026-08-31T09:33:48.584Zlo0/v6 static ok ::1/128
27102026-08-31T09:33:48.585Zlo0/u6 static ok fd00:1::1/64
27112026-08-31T09:33:48.585Zsl0/v6 addrconf ok fe80::f4ce:57ff:fe04:5fbd%sl0/10
27122026-08-31T09:33:48.585Znewrt->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>
27132026-08-31T09:33:48.585Zlocks: inits:
27142026-08-31T09:33:48.585Zsockaddrs: <DST,IFP>
27152026-08-31T09:33:48.585Z fd00:2::1
27162026-08-31T09:33:48.585Z route to: fd00:2::1
27172026-08-31T09:33:48.585Zdestination: fd00:2::
27182026-08-31T09:33:48.586Z mask: ffff:ffff:ffff:ffff::
27192026-08-31T09:33:48.586Z gateway: fe80::e801:6cff:fe62:e6c4
27202026-08-31T09:33:48.586Z interface: sl0 index 3 address f6 ce 57 04 5f bd
27212026-08-31T09:33:48.586Z flags: <UP,GATEWAY,DONE,STATIC>
27222026-08-31T09:33:48.586Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
27232026-08-31T09:33:48.586Z 0 0 0 0 0 0 9000 0
27242026-08-31T09:33:48.586Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
27252026-08-31T09:33:48.587Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
27262026-08-31T09:33:48.587Z fd00:2:: fe80::e801:6cff:fe62:e6c4 ffff:ffff:ffff:ffff:: sl0:f6.ce.57.4.5f.bd fe80::f4ce:57ff:fe04:5fbd
27272026-08-31T09:33:48.587Z
27282026-08-31T09:33:48.587ZNet to Media Table: IPv6
27292026-08-31T09:33:48.587Z If Physical Address Type State Destination/Mask
27302026-08-31T09:33:48.587Z----- ----------------- ------- ------------ ---------------------------
27312026-08-31T09:33:48.587Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
27322026-08-31T09:33:48.587Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
27332026-08-31T09:33:48.587Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
27342026-08-31T09:33:48.587Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
27352026-08-31T09:33:48.587Zsl0 33:33:ff:62:e6:c4 other REACHABLE ff02::1:ff62:e6c4
27362026-08-31T09:33:48.587Zsl0 f6:ce:57:04:5f:bd local REACHABLE fe80::f4ce:57ff:fe04:5fbd
27372026-08-31T09:33:48.587Zsl0 ea:01:6c:62:e6:c4 dynamic REACHABLE fe80::e801:6cff:fe62:e6c4
27382026-08-31T09:33:48.587Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
27392026-08-31T09:33:48.587Zsl0 33:33:ff:04:5f:bd other REACHABLE ff02::1:ff04:5fbd
27402026-08-31T09:33:48.587Z
27412026-08-31T09:33:48.587Z
27422026-08-31T09:33:48.587ZRouting Table: IPv6
27432026-08-31T09:33:48.587Z Destination/Mask Gateway Flags Ref Use If
27442026-08-31T09:33:48.587Z--------------------------- --------------------------- ----- --- ------- -----
27452026-08-31T09:33:48.588Z::1 ::1 UH 2 0 lo0
27462026-08-31T09:33:48.588Zfd00:2::/64 fe80::e801:6cff:fe62:e6c4 UG 2 2 sl0
27472026-08-31T09:33:48.588Zfe80::/10 fe80::f4ce:57ff:fe04:5fbd U 3 64 sl0
27482026-08-31T09:33:48.588ZPING fd00:2::1 (fd00:2::1): 60 data bytes
27492026-08-31T09:33:48.588Z68 bytes from fd00:2::1: icmp_seq=0. time=0.237 ms
27502026-08-31T09:33:48.588Z68 bytes from fd00:2::1: icmp_seq=1. time=0.170 ms
27512026-08-31T09:33:48.588Z
27522026-08-31T09:33:48.588Z----fd00:2::1 PING Statistics----
27532026-08-31T09:33:48.588Z2 packets transmitted, 2 packets received, 0% packet loss
27542026-08-31T09:33:48.588Zround-trip (ms) min/avg/max/stddev = 0.170/0.203/0.237/0.047
27552026-08-31T09:33:48.588Z[s2.trio] ping fd00:1::1
27562026-08-31T09:33:48.596Zfd00:1::1 is alive
27572026-08-31T09:33:48.596Zserver router restart passed
27582026-08-31T09:33:52.599Zpeer expiration recovery passed
27592026-08-31T09:33:53.601Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
27602026-08-31T09:33:53.616Z3
27612026-08-31T09:33:53.616Zredundant advertise passed
27622026-08-31T09:33:54.619Ztunnel endpoint advertise passed
27632026-08-31T09:33:54.713Ztest ddm::test_trio_v3 has been running for over 60 seconds
27642026-08-31T09:33:59.622Zredundant tunnel endpoint advertise passed
27652026-08-31T09:33:59.622Z[s1.trio] pkill ddmd
27662026-08-31T09:33:59.633Z
27672026-08-31T09:34:04.632Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ab3222db-6ddb-4007-b376-f1fee0393d28 --sled-uuid 16a84299-2062-47f8-b1a7-7703efe6d1e8 -a sl0/v6 &> /opt/ddmd.log &
27682026-08-31T09:34:04.645Z
27692026-08-31T09:34:09.652Ztunnel router restart passed
27702026-08-31T09:34:10.653Ztunnel endpoint withdraw passed
27712026-08-31T09:34:11.654Zmulticast group advertise passed
27722026-08-31T09:34:11.655Z[s1.trio] pkill ddmd
27732026-08-31T09:34:11.668Z
27742026-08-31T09:34:11.668Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 80764e0d-3883-4197-9129-00712d29cc7c --sled-uuid 89036f94-30f8-4fcf-be4d-95e6d75c5ce8 -a sl0/v6 &> /opt/ddmd.log &
27752026-08-31T09:34:11.680Z
27762026-08-31T09:34:12.686Zmulticast router restart passed
27772026-08-31T09:34:13.687Zmulticast group withdraw passed
27782026-08-31T09:34:13.690Z[t1.trio] pkill ddmd
27792026-08-31T09:34:13.701Z
27802026-08-31T09:34:13.701Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
27812026-08-31T09:34:13.704Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
27822026-08-31T09:34:15.619Z[s2.trio] pkill ddmd
27832026-08-31T09:34:15.633Z
27842026-08-31T09:34:15.633Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
27852026-08-31T09:34:17.470Z[s1.trio] pkill ddmd
27862026-08-31T09:34:17.483Z
27872026-08-31T09:34:17.483Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
27882026-08-31T09:34:19.344Z[sidecar.trio] pkill softnpu
27892026-08-31T09:34:19.357Z
27902026-08-31T09:34:19.357Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
27912026-08-31T09:34:22.848Ztest ddm::test_trio_v3 ... ok
27922026-08-31T09:34:22.848Z
27932026-08-31T09:34:22.848Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 88.13s
27942026-08-31T09:34:22.848Z
27952026-08-31T09:34:22.898Z+ cleanup
27962026-08-31T09:34:22.901Z++ id -un
27972026-08-31T09:34:22.904Z++ id -gn
27982026-08-31T09:34:22.904Z+ pfexec chown -R build:build .
27992026-08-31T09:34:23.027Zprocess exited: duration 525459 ms, exit code 0
 
28002026-08-31T09:34:23.037Zfound 5 output files
28012026-08-31T09:34:23.037Zuploading: /work/s1.trio.log (2458 bytes)
28022026-08-31T09:34:24.048Zuploaded: /work/s1.trio.log
28032026-08-31T09:34:24.048Zuploading: /work/s2.trio.log (12666 bytes)
28042026-08-31T09:34:25.058Zuploaded: /work/s2.trio.log
28052026-08-31T09:34:25.058Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
28062026-08-31T09:34:26.067Zuploaded: /work/sidecar.trio-softnpu.log
28072026-08-31T09:34:26.067Zuploading: /work/t1.trio-dpd.log (590097 bytes)
28082026-08-31T09:34:27.086Zuploaded: /work/t1.trio-dpd.log
28092026-08-31T09:34:27.086Zuploading: /work/t1.trio.log (31021 bytes)
28102026-08-31T09:34:28.097Zuploaded: /work/t1.trio.log