01M0BEKV5TRTEKJEYVFPFTKW6Y: test-ddm-quartet

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

Buildomat Job: 01M0BEMAPGPEGMRGF0P6N0E063

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T22:08:23.274Zjob assigned to worker 01M0BEMZQFCCXNXAA8FWC9SR26 [factory aws, i-0cddf155df19e6acb] (queued for 1 m 3 s)
 
22026-08-18T22:08:30.169Zstarting task 0: "setup"
32026-08-18T22:08:30.173Z++ uname -s
42026-08-18T22:08:30.176Z+ kern=SunOS
52026-08-18T22:08:30.176Z+ build_user=build
62026-08-18T22:08:30.176Z+ build_uid=12345
72026-08-18T22:08:30.176Z+ work_dir=/work
82026-08-18T22:08:30.176Z+ input_dir=/input
92026-08-18T22:08:30.177Z+ [[ 0 == 12345 ]]
102026-08-18T22:08:30.177Z+ case "$kern" in
112026-08-18T22:08:30.177Z+ groupadd -g 12345 build
122026-08-18T22:08:30.180Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T22:08:32.181Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T22:08:32.246Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T22:08:32.249Z+ home_fs=zfs
162026-08-18T22:08:32.249Z+ [[ zfs == autofs ]]
172026-08-18T22:08:32.249Z+ mkdir -p /home/build
182026-08-18T22:08:32.249Z+ chown build:build /home/build /work
192026-08-18T22:08:34.250Z+ chmod 0700 /home/build /work
202026-08-18T22:08:34.253Zprocess exited: duration 4083 ms, exit code 0
 
212026-08-18T22:08:34.259Zstarting task 1: "rust-toolchain"
222026-08-18T22:08:34.264Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-18T22:08:34.264Z * rust toolchain channel = "stable"
242026-08-18T22:08:34.264Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-18T22:08:34.264Z * rust toolchain profile = "default"
262026-08-18T22:08:34.264Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T22:08:34.264Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T22:08:34.267Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T22:08:34.269Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-18T22:08:34.368Zinfo: downloading installer
312026-08-18T22:08:35.774Zwarn: It looks like you have an existing rustup settings file at:
322026-08-18T22:08:35.774Zwarn: /home/build/.rustup/settings.toml
332026-08-18T22:08:35.774Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-18T22:08:35.774Zwarn: instead of the one inferred from the default host triple.
352026-08-18T22:08:35.786Zinfo: profile set to default
362026-08-18T22:08:35.786Zinfo: default host triple is x86_64-unknown-illumos
372026-08-18T22:08:35.790Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-18T22:08:35.931Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-18T22:08:35.934Zinfo: downloading 6 components
402026-08-18T22:08:51.086Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-18T22:08:51.086Z
422026-08-18T22:08:51.113Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-18T22:08:51.113Z
442026-08-18T22:08:51.113Z
452026-08-18T22:08:51.113ZRust is installed now. Great!
462026-08-18T22:08:51.113Z
472026-08-18T22:08:51.117ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-18T22:08:51.117Zenvironment variable. This has not been done automatically.
492026-08-18T22:08:51.117Z
502026-08-18T22:08:51.117ZTo configure your current shell, you need to source
512026-08-18T22:08:51.117Zthe corresponding env file under $HOME/.cargo.
522026-08-18T22:08:51.117Z
532026-08-18T22:08:51.117ZThis is usually done by running one of the following (note the leading DOT):
542026-08-18T22:08:51.117Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-18T22:08:51.117Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-18T22:08:51.117Zsource "~/.cargo/env.nu" # For nushell
572026-08-18T22:08:51.117Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-18T22:08:51.117Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-18T22:08:51.117Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-18T22:08:51.117Zwarn: no default linker (`cc`) was found in your PATH
612026-08-18T22:08:51.117Zwarn: many Rust crates require a system C toolchain to build
622026-08-18T22:08:51.204Z+ rustup --version
632026-08-18T22:08:51.213Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-18T22:08:51.215Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-18T22:08:51.233Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-18T22:08:51.238Z+ cargo --version
672026-08-18T22:08:51.251Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-18T22:08:51.254Z+ rustc --version
692026-08-18T22:08:51.272Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-18T22:08:51.275Zprocess exited: duration 17015 ms, exit code 0
 
712026-08-18T22:08:51.282Zstarting task 2: "authentication"
722026-08-18T22:08:51.298Zprocess exited: duration 15 ms, exit code 0
 
732026-08-18T22:08:51.305Zstarting task 3: "clone repository"
742026-08-18T22:08:51.308Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-18T22:08:51.313Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-18T22:08:51.343ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-18T22:08:52.790Z+ cd /work/oxidecomputer/maghemite
782026-08-18T22:08:52.790Z+ git fetch origin dbbeeabef5052148fb64580adbe9e5b2c36c1425
792026-08-18T22:08:53.365ZFrom https://github.com/oxidecomputer/maghemite
802026-08-18T22:08:53.365Z * branch dbbeeabef5052148fb64580adbe9e5b2c36c1425 -> FETCH_HEAD
812026-08-18T22:08:53.372Z+ [[ -n spr/trey/add-ddm_apply-api-endpoint ]]
822026-08-18T22:08:53.376Z++ git branch --show-current
832026-08-18T22:08:53.376Z+ current=main
842026-08-18T22:08:53.376Z+ [[ main != spr/trey/add-ddm_apply-api-endpoint ]]
852026-08-18T22:08:53.376Z+ git branch -f spr/trey/add-ddm_apply-api-endpoint dbbeeabef5052148fb64580adbe9e5b2c36c1425
862026-08-18T22:08:53.376Z+ git checkout -f spr/trey/add-ddm_apply-api-endpoint
872026-08-18T22:08:53.398ZSwitched to branch 'spr/trey/add-ddm_apply-api-endpoint'
882026-08-18T22:08:53.401Z+ git reset --hard dbbeeabef5052148fb64580adbe9e5b2c36c1425
892026-08-18T22:08:53.414ZHEAD is now at dbbeeab Add ddm_apply API endpoint Signed-off-by: Trey Aspelund <trey@oxidecomputer.com>
902026-08-18T22:08:53.417Zprocess exited: duration 2110 ms, exit code 0
 
912026-08-18T22:08:53.423Zstarting task 4: "build"
922026-08-18T22:08:53.432Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
932026-08-18T22:08:53.582Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
942026-08-18T22:08:53.586Zinfo: downloading 6 components
952026-08-18T22:09:08.448Zcargo 1.97.1 (c980f4866 2026-06-30)
962026-08-18T22:09:08.476Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-18T22:09:08.483Z++ dladm
982026-08-18T22:09:08.486ZLINK CLASS MTU STATE BRIDGE OVER
992026-08-18T22:09:08.486Zena0 phys 9216 up -- --
1002026-08-18T22:09:08.489Z++ ipadm
1012026-08-18T22:09:08.489ZADDROBJ TYPE STATE ADDR
1022026-08-18T22:09:08.489Zlo0/v4 static ok 127.0.0.1/8
1032026-08-18T22:09:08.489Zena0/dhcp dhcp ok 10.150.1.247/24
1042026-08-18T22:09:08.489Zlo0/v6 static ok ::1/128
1052026-08-18T22:09:08.489Z++ banner collect
1062026-08-18T22:09:08.492Z
1072026-08-18T22:09:08.492Z #### #### # # ###### #### #####
1082026-08-18T22:09:08.493Z # # # # # # # # # #
1092026-08-18T22:09:08.494Z # # # # # ##### # #
1102026-08-18T22:09:08.494Z # # # # # # # #
1112026-08-18T22:09:08.494Z # # # # # # # # # #
1122026-08-18T22:09:08.494Z #### #### ###### ###### ###### #### #
1132026-08-18T22:09:08.494Z
1142026-08-18T22:09:08.494Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1152026-08-18T22:09:08.494Z++ repo=softnpu
1162026-08-18T22:09:08.494Z++ series=image
1172026-08-18T22:09:08.494Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1182026-08-18T22:09:08.494Z++ name=softnpu
1192026-08-18T22:09:08.494Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1202026-08-18T22:09:08.494Z++ mkdir -p download
1212026-08-18T22:09:08.494Z++ pushd download
1222026-08-18T22:09:08.494Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1232026-08-18T22:09:08.494Z++ [[ ! -f softnpu ]]
1242026-08-18T22:09:08.494Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1252026-08-18T22:09:08.499Z % Total % Received % Xferd Average Speed Time Time Time Current
1262026-08-18T22:09:08.502Z Dload Upload Total Spent Left Speed
1272026-08-18T22:09:08.906Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 38.41M 0 0 100 15.63M 100 15.63M 0 0 38.41M 0 0 100 15.63M 100 15.63M 0 0 38.40M 0 0
1282026-08-18T22:09:08.908Z++ popd
1292026-08-18T22:09:08.908Z/work/oxidecomputer/maghemite
1302026-08-18T22:09:08.909Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1312026-08-18T22:09:08.909Z++ repo=sidecar-lite
1322026-08-18T22:09:08.909Z++ series=release
1332026-08-18T22:09:08.909Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1342026-08-18T22:09:08.909Z++ name=libsidecar_lite.so
1352026-08-18T22:09:08.909Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1362026-08-18T22:09:08.909Z++ mkdir -p download
1372026-08-18T22:09:08.912Z++ pushd download
1382026-08-18T22:09:08.913Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1392026-08-18T22:09:08.913Z++ [[ ! -f libsidecar_lite.so ]]
1402026-08-18T22:09:08.913Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1412026-08-18T22:09:08.916Z % Total % Received % Xferd Average Speed Time Time Time Current
1422026-08-18T22:09:08.916Z Dload Upload Total Spent Left Speed
1432026-08-18T22:09:09.306Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 30.98M 0 0 100 12.04M 100 12.04M 0 0 30.97M 0 0 100 12.04M 100 12.04M 0 0 30.97M 0 0
1442026-08-18T22:09:09.310Z++ popd
1452026-08-18T22:09:09.310Z/work/oxidecomputer/maghemite
1462026-08-18T22:09:09.310Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1472026-08-18T22:09:09.310Z++ repo=sidecar-lite
1482026-08-18T22:09:09.310Z++ series=release
1492026-08-18T22:09:09.310Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1502026-08-18T22:09:09.310Z++ name=scadm
1512026-08-18T22:09:09.310Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1522026-08-18T22:09:09.310Z++ mkdir -p download
1532026-08-18T22:09:09.310Z++ pushd download
1542026-08-18T22:09:09.310Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1552026-08-18T22:09:09.310Z++ [[ ! -f scadm ]]
1562026-08-18T22:09:09.310Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1572026-08-18T22:09:09.313Z % Total % Received % Xferd Average Speed Time Time Time Current
1582026-08-18T22:09:09.313Z Dload Upload Total Spent Left Speed
1592026-08-18T22:09:09.587Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 57.64M 0 0 100 15.78M 100 15.78M 0 0 57.63M 0 0 100 15.78M 100 15.78M 0 0 57.62M 0 0
1602026-08-18T22:09:09.590Z++ popd
1612026-08-18T22:09:09.590Z/work/oxidecomputer/maghemite
1622026-08-18T22:09:09.590Z++ get_artifact dendrite image 803f6899e3bc64780a965d625e248e1d77e37d43 dendrite-softnpu.tar.gz
1632026-08-18T22:09:09.590Z++ repo=dendrite
1642026-08-18T22:09:09.590Z++ series=image
1652026-08-18T22:09:09.590Z++ commit=803f6899e3bc64780a965d625e248e1d77e37d43
1662026-08-18T22:09:09.590Z++ name=dendrite-softnpu.tar.gz
1672026-08-18T22:09:09.590Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1682026-08-18T22:09:09.590Z++ mkdir -p download
1692026-08-18T22:09:09.593Z++ pushd download
1702026-08-18T22:09:09.593Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1712026-08-18T22:09:09.593Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1722026-08-18T22:09:09.594Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/803f6899e3bc64780a965d625e248e1d77e37d43/dendrite-softnpu.tar.gz
1732026-08-18T22:09:09.596Z % Total % Received % Xferd Average Speed Time Time Time Current
1742026-08-18T22:09:09.596Z Dload Upload Total Spent Left Speed
1752026-08-18T22:09:10.557Z 0 0 0 0 0 0 0 0 0 100 61.61M 100 61.61M 0 0 64.07M 0 0 100 61.61M 100 61.61M 0 0 64.07M 0 0 100 61.61M 100 61.61M 0 0 64.06M 0 0
1762026-08-18T22:09:10.560Z++ popd
1772026-08-18T22:09:10.560Z/work/oxidecomputer/maghemite
1782026-08-18T22:09:10.560Z++ get_artifact maghemite release dbbeeabef5052148fb64580adbe9e5b2c36c1425 ddm
1792026-08-18T22:09:10.560Z++ repo=maghemite
1802026-08-18T22:09:10.560Z++ series=release
1812026-08-18T22:09:10.560Z++ commit=dbbeeabef5052148fb64580adbe9e5b2c36c1425
1822026-08-18T22:09:10.560Z++ name=ddm
1832026-08-18T22:09:10.560Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1842026-08-18T22:09:10.560Z++ mkdir -p download
1852026-08-18T22:09:10.563Z++ pushd download
1862026-08-18T22:09:10.563Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1872026-08-18T22:09:10.563Z++ [[ ! -f ddm ]]
1882026-08-18T22:09:10.563Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/dbbeeabef5052148fb64580adbe9e5b2c36c1425/ddm
1892026-08-18T22:09:10.567Z % Total % Received % Xferd Average Speed Time Time Time Current
1902026-08-18T22:09:10.570Z Dload Upload Total Spent Left Speed
1912026-08-18T22:09:10.606Z 0 0 0 0 0 0 0 0 0
1922026-08-18T22:09:10.606Zcurl: (22) The requested URL returned error: 404
1932026-08-18T22:09:10.609Z++ popd
1942026-08-18T22:09:10.609Z/work/oxidecomputer/maghemite
1952026-08-18T22:09:10.609Z++ get_artifact maghemite release dbbeeabef5052148fb64580adbe9e5b2c36c1425 ddmadm
1962026-08-18T22:09:10.609Z++ repo=maghemite
1972026-08-18T22:09:10.610Z++ series=release
1982026-08-18T22:09:10.610Z++ commit=dbbeeabef5052148fb64580adbe9e5b2c36c1425
1992026-08-18T22:09:10.610Z++ name=ddmadm
2002026-08-18T22:09:10.610Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2012026-08-18T22:09:10.610Z++ mkdir -p download
2022026-08-18T22:09:10.610Z++ pushd download
2032026-08-18T22:09:10.610Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2042026-08-18T22:09:10.610Z++ [[ ! -f ddmadm ]]
2052026-08-18T22:09:10.610Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/dbbeeabef5052148fb64580adbe9e5b2c36c1425/ddmadm
2062026-08-18T22:09:10.616Z % Total % Received % Xferd Average Speed Time Time Time Current
2072026-08-18T22:09:10.619Z Dload Upload Total Spent Left Speed
2082026-08-18T22:09:10.653Z 0 0 0 0 0 0 0 0 0
2092026-08-18T22:09:10.653Zcurl: (22) The requested URL returned error: 404
2102026-08-18T22:09:10.656Z++ popd
2112026-08-18T22:09:10.656Z/work/oxidecomputer/maghemite
2122026-08-18T22:09:10.656Z++ pushd download
2132026-08-18T22:09:10.656Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2142026-08-18T22:09:10.656Z++ chmod +x softnpu
2152026-08-18T22:09:10.656Z++ chmod +x scadm
2162026-08-18T22:09:10.659Z++ chmod +x ddmadm
2172026-08-18T22:09:10.659Zchmod: WARNING: can't access ddmadm
2182026-08-18T22:09:10.659Z++ chmod +x ddmd
2192026-08-18T22:09:10.664Zchmod: WARNING: can't access ddmd
2202026-08-18T22:09:10.664Z++ mv ddmadm ddmadm-v2
2212026-08-18T22:09:10.664Zmv: cannot access ddmadm
2222026-08-18T22:09:10.664Z++ mv ddmd ddmd-v2
2232026-08-18T22:09:10.664Zmv: cannot access ddmd
2242026-08-18T22:09:10.665Z++ rm -rf zones/dendrite
2252026-08-18T22:09:10.668Z++ mkdir -p zones/dendrite
2262026-08-18T22:09:10.668Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2272026-08-18T22:09:11.293Z++ 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-18T22:09:11.296Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2292026-08-18T22:09:11.296Z++ popd
2302026-08-18T22:09:11.296Z/work/oxidecomputer/maghemite
2312026-08-18T22:09:11.296Z++ banner install
2322026-08-18T22:09:11.299Z
2332026-08-18T22:09:11.299Z # # # #### ##### ## # #
2342026-08-18T22:09:11.299Z # ## # # # # # # #
2352026-08-18T22:09:11.299Z # # # # #### # # # # #
2362026-08-18T22:09:11.299Z # # # # # # ###### # #
2372026-08-18T22:09:11.299Z # # ## # # # # # # #
2382026-08-18T22:09:11.299Z # # # #### # # # ###### ######
2392026-08-18T22:09:11.300Z
2402026-08-18T22:09:11.300Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2412026-08-18T22:09:11.300Z++ pfexec pkg install clang-15
2422026-08-18T22:09:14.482Z Startup: Refreshing catalog 'helios' ... Done
2432026-08-18T22:09:14.798Z Startup: Caching catalogs ... Done
2442026-08-18T22:09:16.575ZPlanning: Solver setup ... Done
2452026-08-18T22:09:16.627ZPlanning: Running solver ... Done
2462026-08-18T22:09:16.666ZPlanning: Consolidating action changes ... Done
2472026-08-18T22:09:16.666ZPlanning: Evaluating mediators ... Done
2482026-08-18T22:09:16.672ZPlanning: Planning completed in 1.84 seconds
2492026-08-18T22:09:16.681ZNo updates necessary for this image.
2502026-08-18T22:09:16.875Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2512026-08-18T22:09:16.875Z++ pfexec pkg install pkg-config
2522026-08-18T22:09:17.138Z Startup: Refreshing catalog 'helios' ... Done
2532026-08-18T22:09:18.781ZPlanning: Solver setup ... Done
2542026-08-18T22:09:18.837ZPlanning: Running solver ... Done
2552026-08-18T22:09:18.874ZPlanning: Consolidating action changes ... Done
2562026-08-18T22:09:18.874ZPlanning: Evaluating mediators ... Done
2572026-08-18T22:09:18.878ZPlanning: Planning completed in 1.74 seconds
2582026-08-18T22:09:18.891ZNo updates necessary for this image.
2592026-08-18T22:09:19.014Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2602026-08-18T22:09:19.014Z++ pfexec pkg install brand/omicron1
2612026-08-18T22:09:19.277Z Startup: Refreshing catalog 'helios' ... Done
2622026-08-18T22:09:20.895ZPlanning: Solver setup ... Done
2632026-08-18T22:09:20.950ZPlanning: Running solver ... Done
2642026-08-18T22:09:20.991ZPlanning: Finding local manifests ... Done
2652026-08-18T22:09:20.994ZPlanning: Fetching manifests: 0/2 0% complete
2662026-08-18T22:09:21.013ZPlanning: Fetching manifests: 2/2 100% complete
2672026-08-18T22:09:21.026ZPlanning: Package planning ... Done
2682026-08-18T22:09:21.032ZPlanning: Merging actions ... Done
2692026-08-18T22:09:21.210ZPlanning: Checking for conflicting actions ... Done
2702026-08-18T22:09:21.213ZPlanning: Consolidating action changes ... Done
2712026-08-18T22:09:21.927ZPlanning: Evaluating mediators ... Done
2722026-08-18T22:09:21.931ZPlanning: Planning completed in 2.65 seconds
2732026-08-18T22:09:21.936Z Packages to install: 2
2742026-08-18T22:09:21.936Z Create boot environment: No
2752026-08-18T22:09:21.936ZCreate backup boot environment: No
2762026-08-18T22:09:21.960Z
2772026-08-18T22:09:21.960ZDownload: 0/5 items 0.0/1.0MB 0% complete
2782026-08-18T22:09:21.975ZDownload: Completed 1.01 MB in 0.01 seconds (67.6M/s)
2792026-08-18T22:09:22.081Z Actions: 1/28 actions (Installing new actions)
2802026-08-18T22:09:22.094Z Actions: Completed 28 actions in 0.01 seconds.
2812026-08-18T22:09:22.124ZFinalize: Updating package state database ... Done
2822026-08-18T22:09:22.127ZFinalize: Updating package cache ... Done
2832026-08-18T22:09:22.198ZFinalize: Updating image state ... Done
2842026-08-18T22:09:24.572ZFinalize: Creating fast lookup database ... Done
2852026-08-18T22:09:24.640ZFinalize: Reading search index ... Done
2862026-08-18T22:09:24.643ZFinalize: Updating search index ... Done
2872026-08-18T22:09:24.719ZFinalize: Updating package cache ... Done
2882026-08-18T22:09:24.796Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2892026-08-18T22:09:24.796Z++ pfexec pkg install brand/omicron1/tools
2902026-08-18T22:09:25.059Z Startup: Refreshing catalog 'helios' ... Done
2912026-08-18T22:09:26.646ZPlanning: Solver setup ... Done
2922026-08-18T22:09:26.700ZPlanning: Running solver ... Done
2932026-08-18T22:09:26.742ZPlanning: Finding local manifests ... Done
2942026-08-18T22:09:26.760ZPlanning: Fetching manifests: 0/1 0% complete
2952026-08-18T22:09:26.773ZPlanning: Fetching manifests: 1/1 100% complete
2962026-08-18T22:09:26.778ZPlanning: Package planning ... Done
2972026-08-18T22:09:26.778ZPlanning: Merging actions ... Done
2982026-08-18T22:09:26.928ZPlanning: Checking for conflicting actions ... Done
2992026-08-18T22:09:26.931ZPlanning: Consolidating action changes ... Done
3002026-08-18T22:09:27.088ZPlanning: Evaluating mediators ... Done
3012026-08-18T22:09:27.091ZPlanning: Planning completed in 2.03 seconds
3022026-08-18T22:09:27.096Z Packages to install: 1
3032026-08-18T22:09:27.097Z Services to change: 1
3042026-08-18T22:09:27.100Z Create boot environment: No
3052026-08-18T22:09:27.100ZCreate backup boot environment: No
3062026-08-18T22:09:27.114Z
3072026-08-18T22:09:27.114ZDownload: 0/2 items 0.0/1.1MB 0% complete
3082026-08-18T22:09:27.140ZDownload: Completed 1.13 MB in 0.02 seconds (48.2M/s)
3092026-08-18T22:09:27.186Z Actions: 1/19 actions (Installing new actions)
3102026-08-18T22:09:27.199Z Actions: Completed 19 actions in 0.01 seconds.
3112026-08-18T22:09:27.229ZFinalize: Updating package state database ... Done
3122026-08-18T22:09:27.229ZFinalize: Updating package cache ... Done
3132026-08-18T22:09:27.302ZFinalize: Updating image state ... Done
3142026-08-18T22:09:29.232ZFinalize: Creating fast lookup database ... Done
3152026-08-18T22:09:29.293ZFinalize: Reading search index ... Done
3162026-08-18T22:09:29.297ZFinalize: Updating search index ... Done
3172026-08-18T22:09:29.385ZFinalize: Updating package cache ... Done
3182026-08-18T22:09:29.465Z++ pfexec svcadm enable baseline
3192026-08-18T22:09:29.480Z++ retry=0
3202026-08-18T22:09:29.487Z+++ svcs -Hostate baseline
3212026-08-18T22:09:29.499Z++ [[ offline* != online ]]
3222026-08-18T22:09:29.502Z++ [[ 0 -gt 300 ]]
3232026-08-18T22:09:29.502Z++ sleep 1
3242026-08-18T22:09:30.498Z++ retry=1
3252026-08-18T22:09:30.501Z+++ svcs -Hostate baseline
3262026-08-18T22:09:30.513Z++ [[ offline* != online ]]
3272026-08-18T22:09:30.513Z++ [[ 1 -gt 300 ]]
3282026-08-18T22:09:30.513Z++ sleep 1
3292026-08-18T22:09:31.520Z++ retry=2
3302026-08-18T22:09:31.535Z+++ svcs -Hostate baseline
3312026-08-18T22:09:31.535Z++ [[ offline* != online ]]
3322026-08-18T22:09:31.535Z++ [[ 2 -gt 300 ]]
3332026-08-18T22:09:31.535Z++ sleep 1
3342026-08-18T22:09:32.528Z++ retry=3
3352026-08-18T22:09:32.531Z+++ svcs -Hostate baseline
3362026-08-18T22:09:32.541Z++ [[ offline* != online ]]
3372026-08-18T22:09:32.541Z++ [[ 3 -gt 300 ]]
3382026-08-18T22:09:32.541Z++ sleep 1
3392026-08-18T22:09:33.543Z++ retry=4
3402026-08-18T22:09:33.546Z+++ svcs -Hostate baseline
3412026-08-18T22:09:33.557Z++ [[ offline* != online ]]
3422026-08-18T22:09:33.560Z++ [[ 4 -gt 300 ]]
3432026-08-18T22:09:33.560Z++ sleep 1
3442026-08-18T22:09:34.560Z++ retry=5
3452026-08-18T22:09:34.562Z+++ svcs -Hostate baseline
3462026-08-18T22:09:34.573Z++ [[ offline* != online ]]
3472026-08-18T22:09:34.574Z++ [[ 5 -gt 300 ]]
3482026-08-18T22:09:34.574Z++ sleep 1
3492026-08-18T22:09:35.575Z++ retry=6
3502026-08-18T22:09:35.578Z+++ svcs -Hostate baseline
3512026-08-18T22:09:35.590Z++ [[ offline* != online ]]
3522026-08-18T22:09:35.590Z++ [[ 6 -gt 300 ]]
3532026-08-18T22:09:35.590Z++ sleep 1
3542026-08-18T22:09:36.592Z++ retry=7
3552026-08-18T22:09:36.595Z+++ svcs -Hostate baseline
3562026-08-18T22:09:36.606Z++ [[ offline* != online ]]
3572026-08-18T22:09:36.606Z++ [[ 7 -gt 300 ]]
3582026-08-18T22:09:36.606Z++ sleep 1
3592026-08-18T22:09:37.609Z++ retry=8
3602026-08-18T22:09:37.614Z+++ svcs -Hostate baseline
3612026-08-18T22:09:37.623Z++ [[ offline* != online ]]
3622026-08-18T22:09:37.623Z++ [[ 8 -gt 300 ]]
3632026-08-18T22:09:37.623Z++ sleep 1
3642026-08-18T22:09:38.625Z++ retry=9
3652026-08-18T22:09:38.628Z+++ svcs -Hostate baseline
3662026-08-18T22:09:38.639Z++ [[ offline* != online ]]
3672026-08-18T22:09:38.639Z++ [[ 9 -gt 300 ]]
3682026-08-18T22:09:38.639Z++ sleep 1
3692026-08-18T22:09:39.641Z++ retry=10
3702026-08-18T22:09:39.644Z+++ svcs -Hostate baseline
3712026-08-18T22:09:39.656Z++ [[ offline* != online ]]
3722026-08-18T22:09:39.656Z++ [[ 10 -gt 300 ]]
3732026-08-18T22:09:39.656Z++ sleep 1
3742026-08-18T22:09:40.658Z++ retry=11
3752026-08-18T22:09:40.661Z+++ svcs -Hostate baseline
3762026-08-18T22:09:40.672Z++ [[ offline* != online ]]
3772026-08-18T22:09:40.672Z++ [[ 11 -gt 300 ]]
3782026-08-18T22:09:40.675Z++ sleep 1
3792026-08-18T22:09:41.674Z++ retry=12
3802026-08-18T22:09:41.677Z+++ svcs -Hostate baseline
3812026-08-18T22:09:41.689Z++ [[ offline* != online ]]
3822026-08-18T22:09:41.689Z++ [[ 12 -gt 300 ]]
3832026-08-18T22:09:41.689Z++ sleep 1
3842026-08-18T22:09:42.691Z++ retry=13
3852026-08-18T22:09:42.695Z+++ svcs -Hostate baseline
3862026-08-18T22:09:42.710Z++ [[ offline* != online ]]
3872026-08-18T22:09:42.710Z++ [[ 13 -gt 300 ]]
3882026-08-18T22:09:42.710Z++ sleep 1
3892026-08-18T22:09:43.707Z++ retry=14
3902026-08-18T22:09:43.711Z+++ svcs -Hostate baseline
3912026-08-18T22:09:43.721Z++ [[ offline* != online ]]
3922026-08-18T22:09:43.722Z++ [[ 14 -gt 300 ]]
3932026-08-18T22:09:43.722Z++ sleep 1
3942026-08-18T22:09:44.723Z++ retry=15
3952026-08-18T22:09:44.726Z+++ svcs -Hostate baseline
3962026-08-18T22:09:44.738Z++ [[ offline* != online ]]
3972026-08-18T22:09:44.738Z++ [[ 15 -gt 300 ]]
3982026-08-18T22:09:44.738Z++ sleep 1
3992026-08-18T22:09:45.739Z++ retry=16
4002026-08-18T22:09:45.742Z+++ svcs -Hostate baseline
4012026-08-18T22:09:45.754Z++ [[ offline* != online ]]
4022026-08-18T22:09:45.754Z++ [[ 16 -gt 300 ]]
4032026-08-18T22:09:45.754Z++ sleep 1
4042026-08-18T22:09:46.757Z++ retry=17
4052026-08-18T22:09:46.760Z+++ svcs -Hostate baseline
4062026-08-18T22:09:46.770Z++ [[ offline* != online ]]
4072026-08-18T22:09:46.770Z++ [[ 17 -gt 300 ]]
4082026-08-18T22:09:46.770Z++ sleep 1
4092026-08-18T22:09:47.772Z++ retry=18
4102026-08-18T22:09:47.775Z+++ svcs -Hostate baseline
4112026-08-18T22:09:47.786Z++ [[ offline* != online ]]
4122026-08-18T22:09:47.786Z++ [[ 18 -gt 300 ]]
4132026-08-18T22:09:47.786Z++ sleep 1
4142026-08-18T22:09:48.789Z++ retry=19
4152026-08-18T22:09:48.794Z+++ svcs -Hostate baseline
4162026-08-18T22:09:48.803Z++ [[ online != online ]]
4172026-08-18T22:09:48.803Z++ set -o errexit
4182026-08-18T22:09:48.806Z++ set -o pipefail
4192026-08-18T22:09:48.806Z++ banner build
4202026-08-18T22:09:48.807Z
4212026-08-18T22:09:48.807Z ##### # # # # #####
4222026-08-18T22:09:48.807Z # # # # # # # #
4232026-08-18T22:09:48.807Z ##### # # # # # #
4242026-08-18T22:09:48.808Z # # # # # # # #
4252026-08-18T22:09:48.808Z # # # # # # # #
4262026-08-18T22:09:48.808Z ##### #### # ###### #####
4272026-08-18T22:09:48.808Z
4282026-08-18T22:09:48.808Z++ cargo build --release --bin ddmd --bin ddmadm
4292026-08-18T22:09:48.900Z Updating git repository `https://github.com/oxidecomputer/falcon`
4302026-08-18T22:09:49.816ZFrom https://github.com/oxidecomputer/falcon
4312026-08-18T22:09:49.816Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
4322026-08-18T22:09:49.894Z Updating crates.io index
4332026-08-18T22:09:49.897Z Updating git repository `https://github.com/oxidecomputer/dendrite`
4342026-08-18T22:09:50.561ZFrom https://github.com/oxidecomputer/dendrite
4352026-08-18T22:09:50.561Z * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43
4362026-08-18T22:09:50.594Z Updating git repository `https://github.com/oxidecomputer/ispf`
4372026-08-18T22:09:50.873ZFrom https://github.com/oxidecomputer/ispf
4382026-08-18T22:09:50.874Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
4392026-08-18T22:09:50.879Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
4402026-08-18T22:09:51.310ZFrom https://github.com/oxidecomputer/netadm-sys
4412026-08-18T22:09:51.310Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
4422026-08-18T22:09:51.320Z Updating git repository `https://github.com/oxidecomputer/omicron`
4432026-08-18T22:10:02.109ZFrom https://github.com/oxidecomputer/omicron
4442026-08-18T22:10:02.109Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
4452026-08-18T22:10:02.530Z Updating git repository `https://github.com/oxidecomputer/opte`
4462026-08-18T22:10:03.750ZFrom https://github.com/oxidecomputer/opte
4472026-08-18T22:10:03.750Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
4482026-08-18T22:10:03.780Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
4492026-08-18T22:10:04.056ZFrom https://github.com/oxidecomputer/slog-error-chain
4502026-08-18T22:10:04.056Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
4512026-08-18T22:10:04.065Z Updating git repository `https://github.com/illumos/smf-rs`
4522026-08-18T22:10:04.335ZFrom https://github.com/illumos/smf-rs
4532026-08-18T22:10:04.336Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
4542026-08-18T22:10:04.342Z Updating git repository `https://github.com/oxidecomputer/network-interface`
4552026-08-18T22:10:04.635ZFrom https://github.com/oxidecomputer/network-interface
4562026-08-18T22:10:04.635Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
4572026-08-18T22:10:04.641Z Updating git repository `https://github.com/oxidecomputer/zone`
4582026-08-18T22:10:04.925ZFrom https://github.com/oxidecomputer/zone
4592026-08-18T22:10:04.926Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
4602026-08-18T22:10:04.931Z Updating git repository `https://github.com/oxidecomputer/propolis`
4612026-08-18T22:10:05.819ZFrom https://github.com/oxidecomputer/propolis
4622026-08-18T22:10:05.819Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
4632026-08-18T22:10:05.863Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
4642026-08-18T22:10:06.461ZFrom https://github.com/oxidecomputer/transceiver-control
4652026-08-18T22:10:06.461Z * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea
4662026-08-18T22:10:06.471Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
4672026-08-18T22:10:06.757ZFrom https://github.com/oxidecomputer/dlpi-sys
4682026-08-18T22:10:06.757Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
4692026-08-18T22:10:06.761Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
4702026-08-18T22:10:07.075ZFrom https://github.com/jmesmon/rust-libzfs
4712026-08-18T22:10:07.075Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
4722026-08-18T22:10:07.082Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
4732026-08-18T22:10:07.365ZFrom https://github.com/oxidecomputer/rusty-doors
4742026-08-18T22:10:07.365Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
4752026-08-18T22:10:07.373Z Updating git repository `https://github.com/oxidecomputer/lldp`
4762026-08-18T22:10:07.735ZFrom https://github.com/oxidecomputer/lldp
4772026-08-18T22:10:07.735Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
4782026-08-18T22:10:07.744Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
4792026-08-18T22:10:08.347ZFrom https://github.com/oxidecomputer/tufaceous
4802026-08-18T22:10:08.347Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
4812026-08-18T22:10:08.354Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4822026-08-18T22:10:08.984ZFrom https://github.com/oxidecomputer/management-gateway-service
4832026-08-18T22:10:08.984Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
4842026-08-18T22:10:08.997Z Updating git repository `https://github.com/oxidecomputer/crucible`
4852026-08-18T22:10:10.126ZFrom https://github.com/oxidecomputer/crucible
4862026-08-18T22:10:10.126Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
4872026-08-18T22:10:10.169Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
4882026-08-18T22:10:10.464ZFrom https://github.com/oxidecomputer/serde_human_bytes
4892026-08-18T22:10:10.464Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
4902026-08-18T22:10:10.474Z Updating git repository `https://github.com/oxidecomputer/propolis`
4912026-08-18T22:10:10.889ZFrom https://github.com/oxidecomputer/propolis
4922026-08-18T22:10:10.889Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
4932026-08-18T22:10:10.931Z Updating git repository `https://github.com/oxidecomputer/crucible`
4942026-08-18T22:10:11.463ZFrom https://github.com/oxidecomputer/crucible
4952026-08-18T22:10:11.463Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
4962026-08-18T22:10:11.527Z Updating git repository `https://github.com/oxidecomputer/tofino`
4972026-08-18T22:10:11.868ZFrom https://github.com/oxidecomputer/tofino
4982026-08-18T22:10:11.868Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
4992026-08-18T22:10:11.878Z Updating git repository `https://github.com/oxidecomputer/maghemite`
5002026-08-18T22:10:12.733ZFrom https://github.com/oxidecomputer/maghemite
5012026-08-18T22:10:12.733Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
5022026-08-18T22:10:12.764Z Updating git repository `https://github.com/oxidecomputer/clickward`
5032026-08-18T22:10:13.050ZFrom https://github.com/oxidecomputer/clickward
5042026-08-18T22:10:13.051Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
5052026-08-18T22:10:13.056Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
5062026-08-18T22:10:13.317ZFrom https://github.com/oxidecomputer/illumos-devinfo
5072026-08-18T22:10:13.317Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
5082026-08-18T22:10:15.173Z Downloading crates ...
5092026-08-18T22:10:15.232Z Downloaded base64 v0.22.1
5102026-08-18T22:10:15.235Z Downloaded base16ct v1.0.0
5112026-08-18T22:10:15.238Z Downloaded compression-core v0.4.32
5122026-08-18T22:10:15.238Z Downloaded base64ct v1.8.3
5132026-08-18T22:10:15.242Z Downloaded ident_case v1.0.1
5142026-08-18T22:10:15.245Z Downloaded bcs v0.1.6
5152026-08-18T22:10:15.245Z Downloaded cargo_toml v0.22.3
5162026-08-18T22:10:15.250Z Downloaded csv-core v0.1.13
5172026-08-18T22:10:15.250Z Downloaded bit-set v0.8.0
5182026-08-18T22:10:15.250Z Downloaded aead v0.5.2
5192026-08-18T22:10:15.250Z Downloaded base16ct v0.2.0
5202026-08-18T22:10:15.250Z Downloaded block-buffer v0.12.1
5212026-08-18T22:10:15.261Z Downloaded icu_properties_data v2.2.0
5222026-08-18T22:10:15.266Z Downloaded num-complex v0.4.6
5232026-08-18T22:10:15.269Z Downloaded num_enum v0.5.11
5242026-08-18T22:10:15.272Z Downloaded scroll_derive v0.12.1
5252026-08-18T22:10:15.272Z Downloaded ahash v0.8.12
5262026-08-18T22:10:15.272Z Downloaded byte-wrapper v0.1.0
5272026-08-18T22:10:15.272Z Downloaded bytecount v0.6.9
5282026-08-18T22:10:15.275Z Downloaded byteorder v1.5.0
5292026-08-18T22:10:15.275Z Downloaded bit-vec v0.8.0
5302026-08-18T22:10:15.275Z Downloaded bitflags v1.3.2
5312026-08-18T22:10:15.279Z Downloaded blake2 v0.10.6
5322026-08-18T22:10:15.279Z Downloaded adler2 v2.0.1
5332026-08-18T22:10:15.279Z Downloaded hubpack_derive v0.1.1
5342026-08-18T22:10:15.279Z Downloaded indent_write v2.2.0
5352026-08-18T22:10:15.282Z Downloaded internet-checksum v0.2.1
5362026-08-18T22:10:15.282Z Downloaded bs58 v0.5.1
5372026-08-18T22:10:15.282Z Downloaded bitflags v2.13.1
5382026-08-18T22:10:15.287Z Downloaded block-buffer v0.10.4
5392026-08-18T22:10:15.287Z Downloaded bytes v1.12.1
5402026-08-18T22:10:15.287Z Downloaded base64 v0.21.7
5412026-08-18T22:10:15.288Z Downloaded darling v0.23.0
5422026-08-18T22:10:15.291Z Downloaded icu_provider v2.2.0
5432026-08-18T22:10:15.291Z Downloaded atomic-waker v1.1.2
5442026-08-18T22:10:15.295Z Downloaded icu_locale_core v2.2.0
5452026-08-18T22:10:15.295Z Downloaded anstyle-query v1.1.5
5462026-08-18T22:10:15.297Z Downloaded newtype-uuid-macros v0.1.1
5472026-08-18T22:10:15.297Z Downloaded lazy_static v1.5.0
5482026-08-18T22:10:15.297Z Downloaded convert_case v0.4.0
5492026-08-18T22:10:15.297Z Downloaded linear-map v1.2.0
5502026-08-18T22:10:15.301Z Downloaded crc8 v0.1.1
5512026-08-18T22:10:15.301Z Downloaded crucible-workspace-hack v0.1.0
5522026-08-18T22:10:15.301Z Downloaded async-stream v0.3.6
5532026-08-18T22:10:15.301Z Downloaded hubpack v0.1.2
5542026-08-18T22:10:15.301Z Downloaded humantime v2.4.0
5552026-08-18T22:10:15.301Z Downloaded libscf-sys v1.2.0
5562026-08-18T22:10:15.304Z Downloaded crunchy v0.2.4
5572026-08-18T22:10:15.304Z Downloaded konst_macro_rules v0.2.19
5582026-08-18T22:10:15.304Z Downloaded num v0.4.3
5592026-08-18T22:10:15.304Z Downloaded instant v0.1.13
5602026-08-18T22:10:15.304Z Downloaded memoffset v0.9.1
5612026-08-18T22:10:15.307Z Downloaded litemap v0.8.2
5622026-08-18T22:10:15.307Z Downloaded cpufeatures v0.3.0
5632026-08-18T22:10:15.310Z Downloaded ciborium-ll v0.2.2
5642026-08-18T22:10:15.310Z Downloaded hyper-rustls v0.27.9
5652026-08-18T22:10:15.317Z Downloaded jobserver v0.1.35
5662026-08-18T22:10:15.317Z Downloaded is-terminal v0.4.17
5672026-08-18T22:10:15.321Z Downloaded compression-codecs v0.4.38
5682026-08-18T22:10:15.321Z Downloaded is_terminal_polyfill v1.70.2
5692026-08-18T22:10:15.321Z Downloaded match_cfg v0.1.0
5702026-08-18T22:10:15.321Z Downloaded colorchoice v1.0.5
5712026-08-18T22:10:15.324Z Downloaded async-recursion v1.1.1
5722026-08-18T22:10:15.327Z Downloaded const-random-macro v0.1.16
5732026-08-18T22:10:15.328Z Downloaded macaddr v1.0.1
5742026-08-18T22:10:15.328Z Downloaded lru-cache v0.1.2
5752026-08-18T22:10:15.331Z Downloaded async-stream-impl v0.3.6
5762026-08-18T22:10:15.331Z Downloaded num-iter v0.1.46
5772026-08-18T22:10:15.334Z Downloaded atomicwrites v0.4.4
5782026-08-18T22:10:15.334Z Downloaded curve25519-dalek-derive v0.1.1
5792026-08-18T22:10:15.334Z Downloaded httpdate v1.0.3
5802026-08-18T22:10:15.334Z Downloaded mime v0.3.17
5812026-08-18T22:10:15.337Z Downloaded olpc-cjson v0.1.4
5822026-08-18T22:10:15.338Z Downloaded cobs v0.3.0
5832026-08-18T22:10:15.341Z Downloaded same-file v1.0.6
5842026-08-18T22:10:15.345Z Downloaded libsw-core v0.3.2
5852026-08-18T22:10:15.348Z Downloaded num-integer v0.1.47
5862026-08-18T22:10:15.348Z Downloaded itoa v1.0.18
5872026-08-18T22:10:15.348Z Downloaded crypto-common v0.2.2
5882026-08-18T22:10:15.348Z Downloaded serde-big-array v0.5.1
5892026-08-18T22:10:15.352Z Downloaded newtype_derive v0.1.6
5902026-08-18T22:10:15.357Z Downloaded num-derive v0.4.2
5912026-08-18T22:10:15.357Z Downloaded anstyle v1.0.14
5922026-08-18T22:10:15.361Z Downloaded inout v0.1.4
5932026-08-18T22:10:15.364Z Downloaded memmap v0.7.0
5942026-08-18T22:10:15.364Z Downloaded natord v1.0.9
5952026-08-18T22:10:15.364Z Downloaded crossbeam-deque v0.8.7
5962026-08-18T22:10:15.365Z Downloaded autocfg v1.5.1
5972026-08-18T22:10:15.365Z Downloaded newline-converter v0.3.0
5982026-08-18T22:10:15.371Z Downloaded no-std-compat v0.4.1
5992026-08-18T22:10:15.374Z Downloaded const-random v0.1.18
6002026-08-18T22:10:15.374Z Downloaded cstr-argument v0.1.2
6012026-08-18T22:10:15.374Z Downloaded cfg-if v1.0.4
6022026-08-18T22:10:15.374Z Downloaded ingot v0.2.1
6032026-08-18T22:10:15.374Z Downloaded ipnet v2.12.1
6042026-08-18T22:10:15.374Z Downloaded linked-hash-map v0.5.6
6052026-08-18T22:10:15.377Z Downloaded managed v0.8.0
6062026-08-18T22:10:15.377Z Downloaded anstyle-parse v1.0.0
6072026-08-18T22:10:15.378Z Downloaded num_threads v0.1.7
6082026-08-18T22:10:15.378Z Downloaded camino-tempfile v1.4.1
6092026-08-18T22:10:15.378Z Downloaded clap_lex v1.1.0
6102026-08-18T22:10:15.380Z Downloaded cpufeatures v0.2.17
6112026-08-18T22:10:15.380Z Downloaded is_ci v1.2.0
6122026-08-18T22:10:15.385Z Downloaded lru-slab v0.1.2
6132026-08-18T22:10:15.385Z Downloaded cfg_aliases v0.2.2
6142026-08-18T22:10:15.385Z Downloaded ciborium-io v0.2.2
6152026-08-18T22:10:15.385Z Downloaded crypto-common v0.1.7
6162026-08-18T22:10:15.385Z Downloaded time-core v0.1.9
6172026-08-18T22:10:15.385Z Downloaded num_enum_derive v0.5.11
6182026-08-18T22:10:15.385Z Downloaded tabled_derive v0.7.0
6192026-08-18T22:10:15.389Z Downloaded supports-color v3.0.2
6202026-08-18T22:10:15.392Z Downloaded thread-id v5.1.0
6212026-08-18T22:10:15.392Z Downloaded try-lock v0.2.5
6222026-08-18T22:10:15.392Z Downloaded unarray v0.1.4
6232026-08-18T22:10:15.392Z Downloaded idna_adapter v1.2.2
6242026-08-18T22:10:15.392Z Downloaded untrusted v0.9.0
6252026-08-18T22:10:15.395Z Downloaded unit-prefix v0.5.2
6262026-08-18T22:10:15.395Z Downloaded iana-time-zone v0.1.65
6272026-08-18T22:10:15.398Z Downloaded usdt v0.6.0
6282026-08-18T22:10:15.398Z Downloaded ingot-types v0.2.0
6292026-08-18T22:10:15.398Z Downloaded keccak v0.1.6
6302026-08-18T22:10:15.399Z Downloaded num-conv v0.2.2
6312026-08-18T22:10:15.399Z Downloaded argon2 v0.5.3
6322026-08-18T22:10:15.402Z Downloaded ingot-types v0.1.2
6332026-08-18T22:10:15.405Z Downloaded toml_datetime v0.6.11
6342026-08-18T22:10:15.405Z Downloaded tower-service v0.3.3
6352026-08-18T22:10:15.405Z Downloaded async-trait v0.1.92
6362026-08-18T22:10:15.408Z Downloaded chacha20 v0.9.1
6372026-08-18T22:10:15.411Z Downloaded cmake v0.1.58
6382026-08-18T22:10:15.411Z Downloaded num_enum_derive v0.7.6
6392026-08-18T22:10:15.411Z Downloaded libsw v3.5.0
6402026-08-18T22:10:15.414Z Downloaded daft v0.1.8
6412026-08-18T22:10:15.414Z Downloaded num-rational v0.4.2
6422026-08-18T22:10:15.417Z Downloaded usdt-macro v0.5.0
6432026-08-18T22:10:15.421Z Downloaded rustls-native-certs v0.8.4
6442026-08-18T22:10:15.421Z Downloaded daft-derive v0.1.8
6452026-08-18T22:10:15.424Z Downloaded schemars_derive v0.8.22
6462026-08-18T22:10:15.424Z Downloaded serde_tokenstream v0.2.3
6472026-08-18T22:10:15.427Z Downloaded want v0.3.1
6482026-08-18T22:10:15.428Z Downloaded lock_api v0.4.14
6492026-08-18T22:10:15.431Z Downloaded backon v1.6.0
6502026-08-18T22:10:15.431Z Downloaded shlex v2.0.1
6512026-08-18T22:10:15.431Z Downloaded newtype-uuid v1.4.0
6522026-08-18T22:10:15.434Z Downloaded anstream v1.0.0
6532026-08-18T22:10:15.434Z Downloaded cipher v0.4.4
6542026-08-18T22:10:15.437Z Downloaded cancel-safe-futures v0.1.5
6552026-08-18T22:10:15.451Z Downloaded console v0.16.4
6562026-08-18T22:10:15.451Z Downloaded defmt-parser v1.0.0
6572026-08-18T22:10:15.451Z Downloaded dtrace-parser v0.2.0
6582026-08-18T22:10:15.451Z Downloaded dtrace-parser v0.3.0
6592026-08-18T22:10:15.451Z Downloaded float-ord v0.3.2
6602026-08-18T22:10:15.451Z Downloaded foreign-types v0.3.2
6612026-08-18T22:10:15.451Z Downloaded const_format_proc_macros v0.2.34
6622026-08-18T22:10:15.451Z Downloaded smartstring v1.0.1
6632026-08-18T22:10:15.452Z Downloaded errno v0.3.14
6642026-08-18T22:10:15.452Z Downloaded ingot-macros v0.1.1
6652026-08-18T22:10:15.452Z Downloaded ipnetwork v0.21.1
6662026-08-18T22:10:15.452Z Downloaded jiff-static v0.2.35
6672026-08-18T22:10:15.452Z Downloaded smf v0.2.3
6682026-08-18T22:10:15.452Z Downloaded colored v3.1.1
6692026-08-18T22:10:15.452Z Downloaded console v0.15.11
6702026-08-18T22:10:15.455Z Downloaded critical-section v1.2.0
6712026-08-18T22:10:15.455Z Downloaded foreign-types-shared v0.3.1
6722026-08-18T22:10:15.455Z Downloaded futures-macro v0.3.34
6732026-08-18T22:10:15.455Z Downloaded hash32 v0.3.1
6742026-08-18T22:10:15.455Z Downloaded ingot v0.1.1
6752026-08-18T22:10:15.455Z Downloaded futures-io v0.3.34
6762026-08-18T22:10:15.455Z Downloaded hostname v0.3.1
6772026-08-18T22:10:15.455Z Downloaded termtree v0.5.1
6782026-08-18T22:10:15.458Z Downloaded swrite v0.1.0
6792026-08-18T22:10:15.458Z Downloaded smawk v0.3.3
6802026-08-18T22:10:15.461Z Downloaded tiny-keccak v2.0.2
6812026-08-18T22:10:15.461Z Downloaded hex v0.4.3
6822026-08-18T22:10:15.461Z Downloaded opaque-debug v0.3.1
6832026-08-18T22:10:15.461Z Downloaded phf_shared v0.12.1
6842026-08-18T22:10:15.465Z Downloaded hybrid-array v0.4.14
6852026-08-18T22:10:15.468Z Downloaded konst v0.2.20
6862026-08-18T22:10:15.471Z Downloaded slog-async v2.8.0
6872026-08-18T22:10:15.471Z Downloaded thiserror-impl v2.0.20
6882026-08-18T22:10:15.471Z Downloaded crc32fast v1.5.0
6892026-08-18T22:10:15.474Z Downloaded slab v0.4.12
6902026-08-18T22:10:15.475Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6912026-08-18T22:10:15.475Z Downloaded openssl-probe v0.2.1
6922026-08-18T22:10:15.475Z Downloaded chacha20 v0.10.1
6932026-08-18T22:10:15.475Z Downloaded cookie v0.18.2
6942026-08-18T22:10:15.477Z Downloaded crossbeam-epoch v0.9.20
6952026-08-18T22:10:15.477Z Downloaded percent-encoding v2.3.2
6962026-08-18T22:10:15.477Z Downloaded ingot-macros v0.2.0
6972026-08-18T22:10:15.480Z Downloaded memmap2 v0.9.11
6982026-08-18T22:10:15.480Z Downloaded camino v1.2.5
6992026-08-18T22:10:15.480Z Downloaded indexmap v1.9.3
7002026-08-18T22:10:15.485Z Downloaded vsss-rs v3.3.4
7012026-08-18T22:10:15.488Z Downloaded ref-cast v1.0.26
7022026-08-18T22:10:15.488Z Downloaded zerovec-derive v0.11.3
7032026-08-18T22:10:15.488Z Downloaded ref-cast-impl v1.0.26
7042026-08-18T22:10:15.491Z Downloaded progenitor-client v0.14.0
7052026-08-18T22:10:15.494Z Downloaded scroll_derive v0.13.1
7062026-08-18T22:10:15.494Z Downloaded serde_with_macros v3.22.0
7072026-08-18T22:10:15.494Z Downloaded data-encoding v2.11.1
7082026-08-18T22:10:15.500Z Downloaded secrecy v0.10.3
7092026-08-18T22:10:15.500Z Downloaded sha1 v0.11.0
7102026-08-18T22:10:15.503Z Downloaded const-oid v0.10.2
7112026-08-18T22:10:15.503Z Downloaded multer v3.1.0
7122026-08-18T22:10:15.506Z Downloaded num_enum v0.7.6
7132026-08-18T22:10:15.506Z Downloaded clap v4.6.6
7142026-08-18T22:10:15.511Z Downloaded darling v0.21.3
7152026-08-18T22:10:15.513Z Downloaded displaydoc v0.2.7
7162026-08-18T22:10:15.516Z Downloaded serde_plain v1.0.2
7172026-08-18T22:10:15.516Z Downloaded defmt-macros v1.1.1
7182026-08-18T22:10:15.519Z Downloaded sync_wrapper v1.0.2
7192026-08-18T22:10:15.519Z Downloaded serde_urlencoded v0.7.1
7202026-08-18T22:10:15.519Z Downloaded strsim v0.11.1
7212026-08-18T22:10:15.519Z Downloaded thread-id v4.2.2
7222026-08-18T22:10:15.519Z Downloaded sha1 v0.10.7
7232026-08-18T22:10:15.522Z Downloaded backoff v0.4.0
7242026-08-18T22:10:15.522Z Downloaded strum v0.27.2
7252026-08-18T22:10:15.533Z Downloaded ciborium v0.2.2
7262026-08-18T22:10:15.536Z Downloaded toml v0.8.23
7272026-08-18T22:10:15.536Z Downloaded hostname v0.4.2
7282026-08-18T22:10:15.536Z Downloaded proc-macro-crate v3.5.0
7292026-08-18T22:10:15.536Z Downloaded pin-project-lite v0.2.17
7302026-08-18T22:10:15.536Z Downloaded thread_local v1.1.10
7312026-08-18T22:10:15.536Z Downloaded untrusted v0.7.1
7322026-08-18T22:10:15.536Z Downloaded toml_write v0.1.2
7332026-08-18T22:10:15.536Z Downloaded indicatif v0.18.6
7342026-08-18T22:10:15.539Z Downloaded utf8_iter v1.0.4
7352026-08-18T22:10:15.539Z Downloaded parse-display-derive v0.10.0
7362026-08-18T22:10:15.542Z Downloaded thin-vec v0.2.19
7372026-08-18T22:10:15.542Z Downloaded zone v0.3.1
7382026-08-18T22:10:15.542Z Downloaded oxnet v0.1.6
7392026-08-18T22:10:15.547Z Downloaded crossbeam-utils v0.8.22
7402026-08-18T22:10:15.551Z Downloaded anyhow v1.0.104
7412026-08-18T22:10:15.554Z Downloaded proc-macro-error v1.0.4
7422026-08-18T22:10:15.554Z Downloaded dropshot-api-manager-types v0.7.2
7432026-08-18T22:10:15.557Z Downloaded allocator-api2 v0.2.21
7442026-08-18T22:10:15.560Z Downloaded rand_core v0.6.4
7452026-08-18T22:10:15.560Z Downloaded usdt-impl v0.6.0
7462026-08-18T22:10:15.560Z Downloaded fnv v1.0.7
7472026-08-18T22:10:15.560Z Downloaded foreign-types v0.5.0
7482026-08-18T22:10:15.563Z Downloaded yoke v0.8.3
7492026-08-18T22:10:15.565Z Downloaded progenitor-extras v0.2.0
7502026-08-18T22:10:15.565Z Downloaded parse-display v0.10.0
7512026-08-18T22:10:15.568Z Downloaded futures-sink v0.3.34
7522026-08-18T22:10:15.568Z Downloaded futures-task v0.3.34
7532026-08-18T22:10:15.568Z Downloaded omicron-workspace-hack v0.1.0
7542026-08-18T22:10:15.571Z Downloaded potential_utf v0.1.5
7552026-08-18T22:10:15.574Z Downloaded rand_chacha v0.9.0
7562026-08-18T22:10:15.574Z Downloaded progenitor-client v0.13.0
7572026-08-18T22:10:15.577Z Downloaded rustls-pemfile v2.2.0
7582026-08-18T22:10:15.580Z Downloaded chacha20poly1305 v0.10.1
7592026-08-18T22:10:15.582Z Downloaded serde_yaml v0.9.34+deprecated
7602026-08-18T22:10:15.582Z Downloaded thiserror v2.0.20
7612026-08-18T22:10:15.585Z Downloaded serde_tokenstream v0.3.0
7622026-08-18T22:10:15.588Z Downloaded quick-error v1.2.3
7632026-08-18T22:10:15.588Z Downloaded powerfmt v0.2.0
7642026-08-18T22:10:15.588Z Downloaded rustc-hash v2.1.3
7652026-08-18T22:10:15.591Z Downloaded progenitor-macro v0.10.0
7662026-08-18T22:10:15.594Z Downloaded rand_pcg v0.10.2
7672026-08-18T22:10:15.594Z Downloaded icu_normalizer_data v2.2.0
7682026-08-18T22:10:15.597Z Downloaded serde_spanned v0.6.9
7692026-08-18T22:10:15.597Z Downloaded clap_derive v4.6.4
7702026-08-18T22:10:15.597Z Downloaded tokio-macros v2.7.2
7712026-08-18T22:10:15.597Z Downloaded arc-swap v1.9.2
7722026-08-18T22:10:15.600Z Downloaded structmeta-derive v0.3.0
7732026-08-18T22:10:15.603Z Downloaded icu_properties v2.2.0
7742026-08-18T22:10:15.604Z Downloaded tabwriter v1.4.1
7752026-08-18T22:10:15.606Z Downloaded num-traits v0.2.19
7762026-08-18T22:10:15.609Z Downloaded slog v2.8.2
7772026-08-18T22:10:15.609Z Downloaded time-macros v0.2.32
7782026-08-18T22:10:15.612Z Downloaded log v0.4.33
7792026-08-18T22:10:15.615Z Downloaded stable_deref_trait v1.2.1
7802026-08-18T22:10:15.615Z Downloaded subtle v2.6.1
7812026-08-18T22:10:15.624Z Downloaded typify-macro v0.6.2
7822026-08-18T22:10:15.627Z Downloaded zerofrom v0.1.8
7832026-08-18T22:10:15.627Z Downloaded postcard v1.1.3
7842026-08-18T22:10:15.631Z Downloaded derive-ex v0.1.8
7852026-08-18T22:10:15.633Z Downloaded waitgroup v0.1.2
7862026-08-18T22:10:15.636Z Downloaded const_format v0.2.36
7872026-08-18T22:10:15.636Z Downloaded icu_normalizer v2.2.0
7882026-08-18T22:10:15.641Z Downloaded zeroize v1.9.0
7892026-08-18T22:10:15.641Z Downloaded zerocopy-derive v0.7.35
7902026-08-18T22:10:15.644Z Downloaded http-body v1.1.0
7912026-08-18T22:10:15.644Z Downloaded fs_extra v1.3.0
7922026-08-18T22:10:15.646Z Downloaded group v0.13.0
7932026-08-18T22:10:15.649Z Downloaded equivalent v1.0.2
7942026-08-18T22:10:15.649Z Downloaded zone_cfg_derive v0.3.1
7952026-08-18T22:10:15.652Z Downloaded form_urlencoded v1.2.2
7962026-08-18T22:10:15.652Z Downloaded fxhash v0.2.1
7972026-08-18T22:10:15.655Z Downloaded semver v1.0.28
7982026-08-18T22:10:15.655Z Downloaded password-hash v0.5.0
7992026-08-18T22:10:15.658Z Downloaded pkg-config v0.3.33
8002026-08-18T22:10:15.665Z Downloaded futures v0.3.34
8012026-08-18T22:10:15.670Z Downloaded progenitor v0.10.0
8022026-08-18T22:10:15.674Z Downloaded rustc_version v0.1.7
8032026-08-18T22:10:15.677Z Downloaded serde_derive_internals v0.29.1
8042026-08-18T22:10:15.680Z Downloaded rand_core v0.9.5
8052026-08-18T22:10:15.684Z Downloaded pretty-hex v0.4.2
8062026-08-18T22:10:15.684Z Downloaded getrandom v0.2.17
8072026-08-18T22:10:15.687Z Downloaded getrandom v0.3.4
8082026-08-18T22:10:15.693Z Downloaded slog-bunyan v2.5.0
8092026-08-18T22:10:15.693Z Downloaded slog-json v2.6.1
8102026-08-18T22:10:15.698Z Downloaded signal-hook-registry v1.4.8
8112026-08-18T22:10:15.698Z Downloaded parking_lot v0.12.5
8122026-08-18T22:10:15.702Z Downloaded semver v0.1.20
8132026-08-18T22:10:15.704Z Downloaded thiserror v1.0.69
8142026-08-18T22:10:15.707Z Downloaded thiserror-impl v1.0.69
8152026-08-18T22:10:15.710Z Downloaded icu_collections v2.2.0
8162026-08-18T22:10:15.714Z Downloaded sigpipe v0.1.3
8172026-08-18T22:10:15.714Z Downloaded walkdir v2.5.0
8182026-08-18T22:10:15.714Z Downloaded strum v0.26.3
8192026-08-18T22:10:15.714Z Downloaded tokio-tungstenite v0.21.0
8202026-08-18T22:10:15.720Z Downloaded tinyvec_macros v0.1.1
8212026-08-18T22:10:15.720Z Downloaded thiserror-impl-no-std v2.0.2
8222026-08-18T22:10:15.720Z Downloaded zeroize_derive v1.5.0
8232026-08-18T22:10:15.723Z Downloaded debug-ignore v1.0.5
8242026-08-18T22:10:15.723Z Downloaded usdt-attr-macro v0.5.0
8252026-08-18T22:10:15.723Z Downloaded usdt-attr-macro v0.6.0
8262026-08-18T22:10:15.723Z Downloaded usdt-impl v0.5.0
8272026-08-18T22:10:15.723Z Downloaded crypto-bigint v0.5.5
8282026-08-18T22:10:15.726Z Downloaded writeable v0.6.3
8292026-08-18T22:10:15.730Z Downloaded rustls-webpki v0.103.14
8302026-08-18T22:10:15.730Z Downloaded zmij v1.0.23
8312026-08-18T22:10:15.733Z Downloaded once_cell v1.21.4
8322026-08-18T22:10:15.733Z Downloaded indexmap v2.14.0
8332026-08-18T22:10:15.735Z Downloaded defmt v1.1.1
8342026-08-18T22:10:15.739Z Downloaded deranged v0.5.8
8352026-08-18T22:10:15.739Z Downloaded digest v0.10.7
8362026-08-18T22:10:15.739Z Downloaded find-msvc-tools v0.1.10
8372026-08-18T22:10:15.742Z Downloaded darling_core v0.21.3
8382026-08-18T22:10:15.744Z Downloaded serde v1.0.229
8392026-08-18T22:10:15.745Z Downloaded crossbeam-channel v0.5.16
8402026-08-18T22:10:15.747Z Downloaded foldhash v0.1.5
8412026-08-18T22:10:15.748Z Downloaded dof v0.3.0
8422026-08-18T22:10:15.750Z Downloaded spin v0.9.9
8432026-08-18T22:10:15.750Z Downloaded futures-executor v0.3.34
8442026-08-18T22:10:15.753Z Downloaded test-strategy v0.4.5
8452026-08-18T22:10:15.756Z Downloaded minimal-lexical v0.2.1
8462026-08-18T22:10:15.756Z Downloaded parking_lot_core v0.8.6
8472026-08-18T22:10:15.759Z Downloaded poly1305 v0.8.0
8482026-08-18T22:10:15.762Z Downloaded getrandom v0.4.3
8492026-08-18T22:10:15.764Z Downloaded rand_core v0.10.1
8502026-08-18T22:10:15.765Z Downloaded plain v0.2.3
8512026-08-18T22:10:15.767Z Downloaded slog-envlogger v2.2.0
8522026-08-18T22:10:15.767Z Downloaded pest_derive v2.8.8
8532026-08-18T22:10:15.770Z Downloaded spin v0.5.2
8542026-08-18T22:10:15.771Z Downloaded progenitor-client v0.10.0
8552026-08-18T22:10:15.771Z Downloaded memchr v2.8.3
8562026-08-18T22:10:15.773Z Downloaded phf v0.12.1
8572026-08-18T22:10:15.776Z Downloaded miniz_oxide v0.8.9
8582026-08-18T22:10:15.777Z Downloaded progenitor v0.13.0
8592026-08-18T22:10:15.780Z Downloaded tungstenite v0.21.0
8602026-08-18T22:10:15.783Z Downloaded typify v0.6.2
8612026-08-18T22:10:15.785Z Downloaded smallvec v1.15.2
8622026-08-18T22:10:15.785Z Downloaded unsafe-libyaml v0.2.11
8632026-08-18T22:10:15.788Z Downloaded take_mut v0.2.2
8642026-08-18T22:10:15.791Z Downloaded ucd-trie v0.1.7
8652026-08-18T22:10:15.794Z Downloaded term v1.2.1
8662026-08-18T22:10:15.799Z Downloaded slog-stdlog v4.1.1
8672026-08-18T22:10:15.803Z Downloaded tower-layer v0.3.3
8682026-08-18T22:10:15.805Z Downloaded cc v1.4.2
8692026-08-18T22:10:15.808Z Downloaded universal-hash v0.5.1
8702026-08-18T22:10:15.811Z Downloaded utf8parse v0.2.2
8712026-08-18T22:10:15.811Z Downloaded either v1.17.0
8722026-08-18T22:10:15.814Z Downloaded typify-macro v0.4.3
8732026-08-18T22:10:15.814Z Downloaded zerofrom-derive v0.1.7
8742026-08-18T22:10:15.814Z Downloaded dof v0.4.0
8752026-08-18T22:10:15.814Z Downloaded erased-serde v0.3.31
8762026-08-18T22:10:15.817Z Downloaded drift v0.2.0
8772026-08-18T22:10:15.821Z Downloaded dropshot_endpoint v0.17.1
8782026-08-18T22:10:15.824Z Downloaded async-compression v0.4.43
8792026-08-18T22:10:15.828Z Downloaded half v2.7.1
8802026-08-18T22:10:15.831Z Downloaded progenitor-impl v0.10.0
8812026-08-18T22:10:15.831Z Downloaded papergrid v0.18.0
8822026-08-18T22:10:15.836Z Downloaded fastrand v2.5.0
8832026-08-18T22:10:15.836Z Downloaded ff v0.13.1
8842026-08-18T22:10:15.839Z Downloaded darling_macro v0.23.0
8852026-08-18T22:10:15.839Z Downloaded generic-array v0.14.7
8862026-08-18T22:10:15.839Z Downloaded embedded-io v0.6.1
8872026-08-18T22:10:15.839Z Downloaded highway v1.3.0
8882026-08-18T22:10:15.839Z Downloaded rand_chacha v0.3.1
8892026-08-18T22:10:15.839Z Downloaded rustversion v1.0.23
8902026-08-18T22:10:15.844Z Downloaded mio v1.2.2
8912026-08-18T22:10:15.844Z Downloaded resolv-conf v0.7.6
8922026-08-18T22:10:15.848Z Downloaded serde_path_to_error v0.1.20
8932026-08-18T22:10:15.848Z Downloaded glob v0.3.4
8942026-08-18T22:10:15.848Z Downloaded rhai_codegen v3.2.0
8952026-08-18T22:10:15.855Z Downloaded owo-colors v4.3.0
8962026-08-18T22:10:15.855Z Downloaded serde_spanned v1.1.1
8972026-08-18T22:10:15.858Z Downloaded git-stub v1.0.0
8982026-08-18T22:10:15.858Z Downloaded usdt v0.5.0
8992026-08-18T22:10:15.869Z Downloaded unicode-ident v1.0.24
9002026-08-18T22:10:15.872Z Downloaded uuid v1.24.0
9012026-08-18T22:10:15.874Z Downloaded quinn-udp v0.5.15
9022026-08-18T22:10:15.877Z Downloaded embedded-io v0.4.0
9032026-08-18T22:10:15.877Z Downloaded foreign-types-macros v0.2.4
9042026-08-18T22:10:15.880Z Downloaded unicode-linebreak v0.1.5
9052026-08-18T22:10:15.880Z Downloaded wait-timeout v0.2.1
9062026-08-18T22:10:15.883Z Downloaded futures-core v0.3.34
9072026-08-18T22:10:15.883Z Downloaded scroll v0.12.0
9082026-08-18T22:10:15.883Z Downloaded simd-adler32 v0.3.10
9092026-08-18T22:10:15.888Z Downloaded whoami v1.6.1
9102026-08-18T22:10:15.896Z Downloaded progenitor-macro v0.13.0
9112026-08-18T22:10:15.900Z Downloaded elliptic-curve v0.13.8
9122026-08-18T22:10:15.904Z Downloaded rustc_version v0.4.1
9132026-08-18T22:10:15.904Z Downloaded terminal_size v0.4.4
9142026-08-18T22:10:15.904Z Downloaded typeid v1.0.3
9152026-08-18T22:10:15.904Z Downloaded snafu v0.8.9
9162026-08-18T22:10:15.907Z Downloaded tracing-core v0.1.36
9172026-08-18T22:10:15.910Z Downloaded scopeguard v1.2.0
9182026-08-18T22:10:15.910Z Downloaded zerocopy-derive v0.8.56
9192026-08-18T22:10:15.915Z Downloaded expectorate v1.2.0
9202026-08-18T22:10:15.917Z Downloaded foreign-types-shared v0.1.1
9212026-08-18T22:10:15.918Z Downloaded foldhash v0.2.0
9222026-08-18T22:10:15.918Z Downloaded hmac v0.12.1
9232026-08-18T22:10:15.922Z Downloaded dyn-clone v1.0.20
9242026-08-18T22:10:15.922Z Downloaded defmt v0.3.100
9252026-08-18T22:10:15.922Z Downloaded strum_macros v0.26.4
9262026-08-18T22:10:15.925Z Downloaded progenitor v0.14.0
9272026-08-18T22:10:15.928Z Downloaded structmeta v0.3.0
9282026-08-18T22:10:15.928Z Downloaded quote v1.0.47
9292026-08-18T22:10:15.932Z Downloaded slog-scope v4.4.1
9302026-08-18T22:10:15.932Z Downloaded parking_lot_core v0.9.12
9312026-08-18T22:10:15.932Z Downloaded ppv-lite86 v0.2.21
9322026-08-18T22:10:15.935Z Downloaded rusty-fork v0.3.1
9332026-08-18T22:10:15.935Z Downloaded testing_table v0.3.0
9342026-08-18T22:10:15.938Z Downloaded thiserror-no-std v2.0.2
9352026-08-18T22:10:15.941Z Downloaded pest_meta v2.8.8
9362026-08-18T22:10:15.944Z Downloaded heck v0.4.1
9372026-08-18T22:10:15.944Z Downloaded jiff-core v0.1.0
9382026-08-18T22:10:15.949Z Downloaded schemars v0.8.22
9392026-08-18T22:10:15.953Z Downloaded rustls-platform-verifier v0.7.0
9402026-08-18T22:10:15.958Z Downloaded tinyvec v1.12.0
9412026-08-18T22:10:15.962Z Downloaded url v2.5.8
9422026-08-18T22:10:15.962Z Downloaded proc-macro-error-attr v1.0.4
9432026-08-18T22:10:15.962Z Downloaded rand_xorshift v0.4.0
9442026-08-18T22:10:15.962Z Downloaded darling_macro v0.21.3
9452026-08-18T22:10:15.962Z Downloaded siphasher v1.0.3
9462026-08-18T22:10:15.965Z Downloaded derive_more v0.99.20
9472026-08-18T22:10:15.966Z Downloaded hyper-util v0.1.20
9482026-08-18T22:10:15.969Z Downloaded socket2 v0.6.5
9492026-08-18T22:10:15.969Z Downloaded typenum v1.20.1
9502026-08-18T22:10:15.972Z Downloaded proc-macro-crate v1.3.1
9512026-08-18T22:10:15.972Z Downloaded tokio-stream v0.1.19
9522026-08-18T22:10:15.975Z Downloaded toml_edit v0.22.27
9532026-08-18T22:10:15.978Z Downloaded openssl-macros v0.1.1
9542026-08-18T22:10:15.978Z Downloaded pest_generator v2.8.8
9552026-08-18T22:10:15.978Z Downloaded oxide-tokio-rt v0.1.6
9562026-08-18T22:10:15.978Z Downloaded synstructure v0.13.2
9572026-08-18T22:10:15.978Z Downloaded yoke-derive v0.8.2
9582026-08-18T22:10:15.993Z Downloaded slog-term v2.9.2
9592026-08-18T22:10:15.998Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9602026-08-18T22:10:15.998Z Downloaded xz2 v0.1.7
9612026-08-18T22:10:15.998Z Downloaded progenitor-macro v0.14.0
9622026-08-18T22:10:15.998Z Downloaded enum-as-inner v0.6.1
9632026-08-18T22:10:16.002Z Downloaded dunce v1.0.5
9642026-08-18T22:10:16.002Z Downloaded schemars v0.9.0
9652026-08-18T22:10:16.006Z Downloaded nom v7.1.3
9662026-08-18T22:10:16.009Z Downloaded pin-project-internal v1.1.13
9672026-08-18T22:10:16.010Z Downloaded parking_lot v0.11.2
9682026-08-18T22:10:16.013Z Downloaded git-stub-vcs v0.1.0
9692026-08-18T22:10:16.016Z Downloaded tokio-rustls v0.26.4
9702026-08-18T22:10:16.019Z Downloaded snafu-derive v0.8.9
9712026-08-18T22:10:16.019Z Downloaded tinystr v0.8.3
9722026-08-18T22:10:16.022Z Downloaded utf-8 v0.7.6
9732026-08-18T22:10:16.022Z Downloaded paste v1.0.15
9742026-08-18T22:10:16.030Z Downloaded unicode-xid v0.2.6
9752026-08-18T22:10:16.034Z Downloaded progenitor-impl v0.14.0
9762026-08-18T22:10:16.034Z Downloaded rayon-core v1.13.0
9772026-08-18T22:10:16.034Z Downloaded slog-dtrace v0.3.0
9782026-08-18T22:10:16.038Z Downloaded globset v0.4.20
9792026-08-18T22:10:16.038Z Downloaded digest v0.11.3
9802026-08-18T22:10:16.038Z Downloaded gethostname v0.5.0
9812026-08-18T22:10:16.042Z Downloaded heck v0.5.0
9822026-08-18T22:10:16.042Z Downloaded itertools v0.12.1
9832026-08-18T22:10:16.046Z Downloaded toml_edit v0.25.13+spec-1.1.0
9842026-08-18T22:10:16.050Z Downloaded textwrap v0.16.2
9852026-08-18T22:10:16.050Z Downloaded tagptr v0.2.0
9862026-08-18T22:10:16.055Z Downloaded toml v1.1.4+spec-1.1.0
9872026-08-18T22:10:16.055Z Downloaded usdt-macro v0.6.0
9882026-08-18T22:10:16.055Z Downloaded quinn v0.11.11
9892026-08-18T22:10:16.062Z Downloaded pem v3.0.6
9902026-08-18T22:10:16.065Z Downloaded hickory-resolver v0.24.4
9912026-08-18T22:10:16.070Z Downloaded fixedbitset v0.4.2
9922026-08-18T22:10:16.075Z Downloaded fixedbitset v0.5.7
9932026-08-18T22:10:16.075Z Downloaded http-body-util v0.1.5
9942026-08-18T22:10:16.075Z Downloaded static_assertions v1.1.0
9952026-08-18T22:10:16.075Z Downloaded strum_macros v0.27.2
9962026-08-18T22:10:16.081Z Downloaded clap_builder v4.6.6
9972026-08-18T22:10:16.081Z Downloaded schemars v1.2.2
9982026-08-18T22:10:16.086Z Downloaded heapless v0.8.0
9992026-08-18T22:10:16.089Z Downloaded nom v8.0.0
10002026-08-18T22:10:16.093Z Downloaded serde_derive v1.0.229
10012026-08-18T22:10:16.097Z Downloaded toml v0.9.12+spec-1.1.0
10022026-08-18T22:10:16.097Z Downloaded version_check v0.9.5
10032026-08-18T22:10:16.100Z Downloaded tempfile v3.27.0
10042026-08-18T22:10:16.100Z Downloaded futures-channel v0.3.34
10052026-08-18T22:10:16.100Z Downloaded serde_repr v0.1.21
10062026-08-18T22:10:16.103Z Downloaded prettyplease v0.2.37
10072026-08-18T22:10:16.103Z Downloaded rand v0.9.5
10082026-08-18T22:10:16.106Z Downloaded idna v1.1.0
10092026-08-18T22:10:16.109Z Downloaded toml_writer v1.1.2+spec-1.1.0
10102026-08-18T22:10:16.109Z Downloaded toml_edit v0.19.15
10112026-08-18T22:10:16.117Z Downloaded fs-err v3.3.1
10122026-08-18T22:10:16.120Z Downloaded qorb v0.4.1
10132026-08-18T22:10:16.123Z Downloaded port-file v0.1.0
10142026-08-18T22:10:16.123Z Downloaded tracing-attributes v0.1.31
10152026-08-18T22:10:16.127Z Downloaded serde_core v1.0.229
10162026-08-18T22:10:16.127Z Downloaded tokio-dtrace v0.1.1
10172026-08-18T22:10:16.127Z Downloaded sha2 v0.10.9
10182026-08-18T22:10:16.130Z Downloaded hashbrown v0.12.3
10192026-08-18T22:10:16.130Z Downloaded typed-path v0.9.3
10202026-08-18T22:10:16.133Z Downloaded typify v0.4.3
10212026-08-18T22:10:16.136Z Downloaded hickory-resolver v0.25.2
10222026-08-18T22:10:16.139Z Downloaded scroll v0.13.0
10232026-08-18T22:10:16.139Z Downloaded toml_parser v1.1.3+spec-1.1.0
10242026-08-18T22:10:16.143Z Downloaded itertools v0.14.0
10252026-08-18T22:10:16.147Z Downloaded papergrid v0.11.0
10262026-08-18T22:10:16.151Z Downloaded ryu v1.0.23
10272026-08-18T22:10:16.151Z Downloaded libm v0.2.16
10282026-08-18T22:10:16.154Z Downloaded openssl-sys v0.9.117
10292026-08-18T22:10:16.157Z Downloaded darling_core v0.23.0
10302026-08-18T22:10:16.162Z Downloaded tough v0.22.0
10312026-08-18T22:10:16.184Z Downloaded rustls-pki-types v1.15.1
10322026-08-18T22:10:16.190Z Downloaded derive-where v1.6.1
10332026-08-18T22:10:16.190Z Downloaded pin-project v1.1.13
10342026-08-18T22:10:16.190Z Downloaded tower v0.5.3
10352026-08-18T22:10:16.190Z Downloaded httparse v1.10.1
10362026-08-18T22:10:16.190Z Downloaded pest v2.8.8
10372026-08-18T22:10:16.191Z Downloaded similar v2.7.0
10382026-08-18T22:10:16.195Z Downloaded iddqd v0.4.6
10392026-08-18T22:10:16.200Z Downloaded unicode-normalization v0.1.25
10402026-08-18T22:10:16.200Z Downloaded proc-macro2 v1.0.107
10412026-08-18T22:10:16.200Z Downloaded flate2 v1.1.9
10422026-08-18T22:10:16.203Z Downloaded steno v0.4.1
10432026-08-18T22:10:16.203Z Downloaded progenitor-impl v0.13.0
10442026-08-18T22:10:16.209Z Downloaded hashbrown v0.17.1
10452026-08-18T22:10:16.213Z Downloaded tokio-util v0.7.19
10462026-08-18T22:10:16.216Z Downloaded dropshot-api-manager v0.7.2
10472026-08-18T22:10:16.216Z Downloaded hyper v1.11.0
10482026-08-18T22:10:16.222Z Downloaded aho-corasick v1.1.5
10492026-08-18T22:10:16.228Z Downloaded zerovec v0.11.6
10502026-08-18T22:10:16.233Z Downloaded ron v0.12.2
10512026-08-18T22:10:16.237Z Downloaded itertools v0.15.0
10522026-08-18T22:10:16.245Z Downloaded tower-http v0.6.11
10532026-08-18T22:10:16.249Z Downloaded zerotrie v0.2.4
10542026-08-18T22:10:16.249Z Downloaded http v1.5.0
10552026-08-18T22:10:16.249Z Downloaded reqwest v0.13.4
10562026-08-18T22:10:16.254Z Downloaded winnow v0.7.15
10572026-08-18T22:10:16.258Z Downloaded rand v0.8.7
10582026-08-18T22:10:16.258Z Downloaded bstr v1.13.1
10592026-08-18T22:10:16.267Z Downloaded rand v0.10.2
10602026-08-18T22:10:16.276Z Downloaded futures-util v0.3.34
10612026-08-18T22:10:16.290Z Downloaded unicode-segmentation v1.13.3
10622026-08-18T22:10:16.293Z Downloaded portable-atomic v1.15.0
10632026-08-18T22:10:16.302Z Downloaded hashbrown v0.16.1
10642026-08-18T22:10:16.311Z Downloaded zerocopy v0.7.35
10652026-08-18T22:10:16.324Z Downloaded regex v1.13.1
10662026-08-18T22:10:16.331Z Downloaded moka v0.12.16
10672026-08-18T22:10:16.340Z Downloaded chrono v0.4.45
10682026-08-18T22:10:16.344Z Downloaded serde_with v3.22.0
10692026-08-18T22:10:16.351Z Downloaded h2 v0.4.15
10702026-08-18T22:10:16.355Z Downloaded winnow v0.5.40
10712026-08-18T22:10:16.359Z Downloaded hashbrown v0.15.5
10722026-08-18T22:10:16.363Z Downloaded syn v1.0.109
10732026-08-18T22:10:16.369Z Downloaded aws-lc-rs v1.18.0
10742026-08-18T22:10:16.376Z Downloaded winnow v1.0.4
10752026-08-18T22:10:16.383Z Downloaded hkdf v0.12.4
10762026-08-18T22:10:16.395Z Downloaded goblin v0.8.2
10772026-08-18T22:10:16.402Z Downloaded webpki-roots v1.0.9
10782026-08-18T22:10:16.405Z Downloaded quinn-proto v0.11.16
10792026-08-18T22:10:16.409Z Downloaded reqwest v0.12.28
10802026-08-18T22:10:16.413Z Downloaded rayon v1.12.0
10812026-08-18T22:10:16.417Z Downloaded serde_json v1.0.151
10822026-08-18T22:10:16.421Z Downloaded tabled v0.15.0
10832026-08-18T22:10:16.431Z Downloaded proptest v1.11.0
10842026-08-18T22:10:16.444Z Downloaded unicode-width v0.1.14
10852026-08-18T22:10:16.450Z Downloaded curve25519-dalek v4.1.3
10862026-08-18T22:10:16.463Z Downloaded smoltcp v0.11.0
10872026-08-18T22:10:16.470Z Downloaded tabled v0.21.0
10882026-08-18T22:10:16.480Z Downloaded unicode-width v0.2.2
10892026-08-18T22:10:16.496Z Downloaded syn v3.0.3
10902026-08-18T22:10:16.505Z Downloaded vcpkg v0.2.15
10912026-08-18T22:10:16.527Z Downloaded nix v0.31.3
10922026-08-18T22:10:16.534Z Downloaded goblin v0.10.7
10932026-08-18T22:10:16.538Z Downloaded dropshot v0.17.1
10942026-08-18T22:10:16.550Z Downloaded syn v2.0.119
10952026-08-18T22:10:16.556Z Downloaded zerocopy v0.8.56
10962026-08-18T22:10:16.569Z Downloaded openssl v0.10.81
10972026-08-18T22:10:16.574Z Downloaded rustls v0.23.43
10982026-08-18T22:10:16.580Z Downloaded rhai v1.25.1
10992026-08-18T22:10:16.585Z Downloaded regex-syntax v0.8.11
11002026-08-18T22:10:16.590Z Downloaded hickory-proto v0.24.4
11012026-08-18T22:10:16.598Z Downloaded time v0.3.55
11022026-08-18T22:10:16.606Z Downloaded rustix v1.1.4
11032026-08-18T22:10:16.622Z Downloaded openapiv3 v2.2.0
11042026-08-18T22:10:16.625Z Downloaded regress v0.10.5
11052026-08-18T22:10:16.629Z Downloaded rustix v0.38.44
11062026-08-18T22:10:16.641Z Downloaded sled v0.34.7
11072026-08-18T22:10:16.647Z Downloaded typify-impl v0.4.3
11082026-08-18T22:10:16.658Z Downloaded typify-impl v0.6.2
11092026-08-18T22:10:16.663Z Downloaded regress v0.11.1
11102026-08-18T22:10:16.678Z Downloaded tracing v0.1.44
11112026-08-18T22:10:16.689Z Downloaded hickory-proto v0.25.2
11122026-08-18T22:10:16.721Z Downloaded petgraph v0.6.5
11132026-08-18T22:10:16.733Z Downloaded chrono-tz v0.10.4
11142026-08-18T22:10:16.743Z Downloaded csv v1.4.0
11152026-08-18T22:10:16.754Z Downloaded jiff v0.2.35
11162026-08-18T22:10:16.766Z Downloaded regex-automata v0.4.18
11172026-08-18T22:10:16.793Z Downloaded lzma-sys v0.1.20
11182026-08-18T22:10:16.815Z Downloaded libc v0.2.189
11192026-08-18T22:10:16.834Z Downloaded encoding_rs v0.8.35
11202026-08-18T22:10:16.846Z Downloaded petgraph v0.8.3
11212026-08-18T22:10:16.858Z Downloaded sha3 v0.10.9
11222026-08-18T22:10:16.861Z Downloaded tokio v1.53.1
11232026-08-18T22:10:16.884Z Downloaded ring v0.17.14
11242026-08-18T22:10:17.393Z Downloaded aws-lc-sys v0.44.0
11252026-08-18T22:10:17.750Z Compiling proc-macro2 v1.0.107
11262026-08-18T22:10:17.750Z Compiling quote v1.0.47
11272026-08-18T22:10:17.750Z Compiling unicode-ident v1.0.24
11282026-08-18T22:10:17.750Z Compiling serde_core v1.0.229
11292026-08-18T22:10:17.750Z Compiling serde v1.0.229
11302026-08-18T22:10:17.750Z Compiling libc v0.2.189
11312026-08-18T22:10:17.756Z Compiling cfg-if v1.0.4
11322026-08-18T22:10:18.031Z Compiling zmij v1.0.23
11332026-08-18T22:10:18.086Z Compiling autocfg v1.5.1
11342026-08-18T22:10:18.393Z Compiling memchr v2.8.3
11352026-08-18T22:10:18.710Z Compiling libm v0.2.16
11362026-08-18T22:10:19.040Z Compiling itoa v1.0.18
11372026-08-18T22:10:19.089Z Compiling icu_properties_data v2.2.0
11382026-08-18T22:10:19.298Z Compiling icu_normalizer_data v2.2.0
11392026-08-18T22:10:19.346Z Compiling version_check v0.9.5
11402026-08-18T22:10:19.346Z Compiling stable_deref_trait v1.2.1
11412026-08-18T22:10:19.546Z Compiling serde_json v1.0.151
11422026-08-18T22:10:19.608Z Compiling syn v2.0.119
11432026-08-18T22:10:19.625Z Compiling syn v3.0.3
11442026-08-18T22:10:19.681Z Compiling litemap v0.8.2
11452026-08-18T22:10:19.698Z Compiling writeable v0.6.3
11462026-08-18T22:10:19.816Z Compiling parking_lot_core v0.9.12
11472026-08-18T22:10:19.914Z Compiling num-traits v0.2.19
11482026-08-18T22:10:19.932Z Compiling utf8_iter v1.0.4
11492026-08-18T22:10:20.146Z Compiling thiserror v2.0.20
11502026-08-18T22:10:20.162Z Compiling percent-encoding v2.3.2
11512026-08-18T22:10:20.496Z Compiling getrandom v0.4.3
11522026-08-18T22:10:20.540Z Compiling rand_core v0.10.1
11532026-08-18T22:10:20.656Z Compiling form_urlencoded v1.2.2
11542026-08-18T22:10:20.684Z Compiling zerocopy v0.8.56
11552026-08-18T22:10:20.712Z Compiling errno v0.3.14
11562026-08-18T22:10:20.957Z Compiling iana-time-zone v0.1.65
11572026-08-18T22:10:21.259Z Compiling uuid v1.24.0
11582026-08-18T22:10:21.462Z Compiling jobserver v0.1.35
11592026-08-18T22:10:21.673Z Compiling find-msvc-tools v0.1.10
11602026-08-18T22:10:21.757Z Compiling shlex v2.0.1
11612026-08-18T22:10:21.814Z Compiling rustversion v1.0.23
11622026-08-18T22:10:21.898Z Compiling cc v1.4.2
11632026-08-18T22:10:21.920Z Compiling heck v0.5.0
11642026-08-18T22:10:21.958Z Compiling semver v1.0.28
11652026-08-18T22:10:22.152Z Compiling dyn-clone v1.0.20
11662026-08-18T22:10:22.343Z Compiling schemars v0.8.22
11672026-08-18T22:10:22.383Z Compiling pin-project-lite v0.2.17
11682026-08-18T22:10:22.496Z Compiling synstructure v0.13.2
11692026-08-18T22:10:22.601Z Compiling serde_derive_internals v0.29.1
11702026-08-18T22:10:22.690Z Compiling getrandom v0.2.17
11712026-08-18T22:10:22.919Z Compiling bitflags v2.13.1
11722026-08-18T22:10:22.934Z Compiling serde_derive v1.0.229
11732026-08-18T22:10:23.003Z Compiling displaydoc v0.2.7
11742026-08-18T22:10:23.006Z Compiling thiserror-impl v2.0.20
11752026-08-18T22:10:23.220Z Compiling tokio-macros v2.7.2
11762026-08-18T22:10:23.251Z Compiling futures-macro v0.3.34
11772026-08-18T22:10:23.342Z Compiling pkg-config v0.3.33
11782026-08-18T22:10:23.358Z Compiling scopeguard v1.2.0
11792026-08-18T22:10:23.478Z Compiling lock_api v0.4.14
11802026-08-18T22:10:23.664Z Compiling zerofrom-derive v0.1.7
11812026-08-18T22:10:23.735Z Compiling yoke-derive v0.8.2
11822026-08-18T22:10:23.763Z Compiling zerovec-derive v0.11.3
11832026-08-18T22:10:23.780Z Compiling schemars_derive v0.8.22
11842026-08-18T22:10:23.964Z Compiling zerocopy-derive v0.8.56
11852026-08-18T22:10:24.059Z Compiling zeroize_derive v1.5.0
11862026-08-18T22:10:24.587Z Compiling socket2 v0.6.5
11872026-08-18T22:10:24.758Z Compiling zeroize v1.9.0
11882026-08-18T22:10:24.837Z Compiling cmake v0.1.58
11892026-08-18T22:10:24.900Z Compiling zerofrom v0.1.8
11902026-08-18T22:10:24.928Z Compiling signal-hook-registry v1.4.8
11912026-08-18T22:10:25.033Z Compiling yoke v0.8.3
11922026-08-18T22:10:25.033Z Compiling mio v1.2.2
11932026-08-18T22:10:25.067Z Compiling portable-atomic v1.15.0
11942026-08-18T22:10:25.204Z Compiling dunce v1.0.5
11952026-08-18T22:10:25.245Z Compiling zerovec v0.11.6
11962026-08-18T22:10:25.308Z Compiling zerotrie v0.2.4
11972026-08-18T22:10:25.349Z Compiling fs_extra v1.3.0
11982026-08-18T22:10:25.391Z Compiling critical-section v1.2.0
11992026-08-18T22:10:25.507Z Compiling futures-core v0.3.34
12002026-08-18T22:10:25.608Z Compiling aws-lc-sys v0.44.0
12012026-08-18T22:10:25.689Z Compiling log v0.4.33
12022026-08-18T22:10:25.857Z Compiling tinystr v0.8.3
12032026-08-18T22:10:25.876Z Compiling potential_utf v0.1.5
12042026-08-18T22:10:26.049Z Compiling icu_locale_core v2.2.0
12052026-08-18T22:10:26.067Z Compiling smallvec v1.15.2
12062026-08-18T22:10:26.083Z Compiling bytes v1.12.1
12072026-08-18T22:10:26.099Z Compiling icu_collections v2.2.0
12082026-08-18T22:10:26.182Z Compiling chrono v0.4.45
12092026-08-18T22:10:26.400Z Compiling once_cell v1.21.4
12102026-08-18T22:10:26.655Z Compiling parking_lot v0.12.5
12112026-08-18T22:10:26.710Z Compiling subtle v2.6.1
12122026-08-18T22:10:26.828Z Compiling equivalent v1.0.2
12132026-08-18T22:10:26.892Z Compiling icu_provider v2.2.0
12142026-08-18T22:10:26.937Z Compiling tokio v1.53.1
12152026-08-18T22:10:26.956Z Compiling allocator-api2 v0.2.21
12162026-08-18T22:10:27.001Z Compiling httparse v1.10.1
12172026-08-18T22:10:27.345Z Compiling icu_normalizer v2.2.0
12182026-08-18T22:10:27.367Z Compiling icu_properties v2.2.0
12192026-08-18T22:10:27.485Z Compiling serde_tokenstream v0.2.3
12202026-08-18T22:10:27.793Z Compiling futures-sink v0.3.34
12212026-08-18T22:10:27.913Z Compiling rustix v1.1.4
12222026-08-18T22:10:28.086Z Compiling slab v0.4.12
12232026-08-18T22:10:28.278Z Compiling idna_adapter v1.2.2
12242026-08-18T22:10:28.416Z Compiling idna v1.1.0
12252026-08-18T22:10:28.433Z Compiling thiserror v1.0.69
12262026-08-18T22:10:28.507Z Compiling ucd-trie v0.1.7
12272026-08-18T22:10:28.689Z Compiling pest v2.8.8
12282026-08-18T22:10:28.740Z Compiling regex-syntax v0.8.11
12292026-08-18T22:10:28.756Z Compiling url v2.5.8
12302026-08-18T22:10:28.937Z Compiling typenum v1.20.1
12312026-08-18T22:10:29.277Z Compiling futures-channel v0.3.34
12322026-08-18T22:10:29.591Z Compiling thiserror-impl v1.0.69
12332026-08-18T22:10:29.759Z Compiling strsim v0.11.1
12342026-08-18T22:10:29.954Z Compiling pest_meta v2.8.8
12352026-08-18T22:10:30.056Z Compiling hashbrown v0.17.1
12362026-08-18T22:10:30.450Z Compiling aho-corasick v1.1.5
12372026-08-18T22:10:30.742Z Compiling pest_generator v2.8.8
12382026-08-18T22:10:30.760Z Compiling futures-task v0.3.34
12392026-08-18T22:10:30.811Z Compiling futures-io v0.3.34
12402026-08-18T22:10:30.941Z Compiling futures-util v0.3.34
12412026-08-18T22:10:31.019Z Compiling ipnetwork v0.21.1
12422026-08-18T22:10:31.207Z Compiling ident_case v1.0.1
12432026-08-18T22:10:31.232Z Compiling getrandom v0.3.4
12442026-08-18T22:10:31.339Z Compiling regex-automata v0.4.18
12452026-08-18T22:10:31.356Z Compiling pest_derive v2.8.8
12462026-08-18T22:10:31.566Z Compiling rand_core v0.6.4
12472026-08-18T22:10:31.819Z Compiling byteorder v1.5.0
12482026-08-18T22:10:31.845Z Compiling indexmap v2.14.0
12492026-08-18T22:10:32.101Z Compiling tracing-core v0.1.36
12502026-08-18T22:10:32.443Z Compiling tracing-attributes v0.1.31
12512026-08-18T22:10:32.501Z Compiling slog v2.8.2
12522026-08-18T22:10:32.745Z Compiling paste v1.0.15
12532026-08-18T22:10:32.761Z Compiling anyhow v1.0.104
12542026-08-18T22:10:33.048Z Compiling regex v1.13.1
12552026-08-18T22:10:33.093Z Compiling fnv v1.0.7
12562026-08-18T22:10:33.209Z Compiling base64 v0.22.1
12572026-08-18T22:10:33.526Z Compiling erased-serde v0.3.31
12582026-08-18T22:10:33.654Z Compiling tracing v0.1.44
12592026-08-18T22:10:33.832Z Compiling omicron-workspace-hack v0.1.0
12602026-08-18T22:10:34.123Z Compiling http v1.5.0
12612026-08-18T22:10:34.188Z Compiling oxnet v0.1.6
12622026-08-18T22:10:34.660Z Compiling rustls-pki-types v1.15.1
12632026-08-18T22:10:35.258Z Compiling scroll_derive v0.13.1
12642026-08-18T22:10:35.509Z Compiling ring v0.17.14
12652026-08-18T22:10:35.743Z Compiling num-conv v0.2.2
12662026-08-18T22:10:35.887Z Compiling aws-lc-rs v1.18.0
12672026-08-18T22:10:35.913Z Compiling time-core v0.1.9
12682026-08-18T22:10:36.102Z Compiling time-macros v0.2.32
12692026-08-18T22:10:36.353Z Compiling tokio-util v0.7.19
12702026-08-18T22:10:36.537Z Compiling untrusted v0.9.0
12712026-08-18T22:10:36.672Z Compiling camino v1.2.5
12722026-08-18T22:10:37.008Z Compiling ipnet v2.12.1
12732026-08-18T22:10:37.112Z Compiling untrusted v0.7.1
12742026-08-18T22:10:37.431Z Compiling ppv-lite86 v0.2.21
12752026-08-18T22:10:37.661Z Compiling daft-derive v0.1.8
12762026-08-18T22:10:37.765Z Compiling async-trait v0.1.92
12772026-08-18T22:10:37.841Z Compiling crc32fast v1.5.0
12782026-08-18T22:10:38.130Z Compiling rustls v0.23.43
12792026-08-18T22:10:38.380Z Compiling http-body v1.1.0
12802026-08-18T22:10:38.465Z Compiling darling_core v0.23.0
12812026-08-18T22:10:38.619Z Compiling crossbeam-utils v0.8.22
12822026-08-18T22:10:38.681Z Compiling usdt-impl v0.6.0
12832026-08-18T22:10:38.921Z Compiling atomic-waker v1.1.2
12842026-08-18T22:10:38.938Z Compiling pretty-hex v0.4.2
12852026-08-18T22:10:39.096Z Compiling scroll v0.13.0
12862026-08-18T22:10:39.219Z Compiling tower-service v0.3.3
12872026-08-18T22:10:39.368Z Compiling ryu v1.0.23
12882026-08-18T22:10:39.575Z Compiling try-lock v0.2.5
12892026-08-18T22:10:39.615Z Compiling tower-layer v0.3.3
12902026-08-18T22:10:39.660Z Compiling plain v0.2.3
12912026-08-18T22:10:39.697Z Compiling want v0.3.1
12922026-08-18T22:10:39.772Z Compiling goblin v0.10.7
12932026-08-18T22:10:39.877Z Compiling h2 v0.4.15
12942026-08-18T22:10:40.263Z Compiling httpdate v1.0.3
12952026-08-18T22:10:40.458Z Compiling slog-async v2.8.0
12962026-08-18T22:10:40.555Z Compiling darling_macro v0.23.0
12972026-08-18T22:10:40.764Z Compiling dtrace-parser v0.3.0
12982026-08-18T22:10:40.801Z Compiling thread-id v5.1.0
12992026-08-18T22:10:41.132Z Compiling darling v0.23.0
13002026-08-18T22:10:41.217Z Compiling ref-cast v1.0.26
13012026-08-18T22:10:42.375Z Compiling hyper v1.11.0
13022026-08-18T22:10:42.897Z Compiling dof v0.4.0
13032026-08-18T22:10:43.462Z Compiling rand_core v0.9.5
13042026-08-18T22:10:43.726Z Compiling hyper-util v0.1.20
13052026-08-18T22:10:44.384Z Compiling serde_urlencoded v0.7.1
13062026-08-18T22:10:44.672Z Compiling http-body-util v0.1.5
13072026-08-18T22:10:45.017Z Compiling ref-cast-impl v1.0.26
13082026-08-18T22:10:45.613Z Compiling syn v1.0.109
13092026-08-18T22:10:46.064Z Compiling usdt-macro v0.6.0
13102026-08-18T22:10:46.496Z Compiling usdt-attr-macro v0.6.0
13112026-08-18T22:10:46.551Z Compiling serde_tokenstream v0.3.0
13122026-08-18T22:10:46.866Z Compiling structmeta-derive v0.3.0
13132026-08-18T22:10:46.938Z Compiling multer v3.1.0
13142026-08-18T22:10:47.109Z Compiling foldhash v0.2.0
13152026-08-18T22:10:47.369Z Compiling newtype-uuid-macros v0.1.1
13162026-08-18T22:10:47.469Z Compiling rand_chacha v0.9.0
13172026-08-18T22:10:47.872Z Compiling structmeta v0.3.0
13182026-08-18T22:10:48.227Z Compiling deranged v0.5.8
13192026-08-18T22:10:48.357Z Compiling num_threads v0.1.7
13202026-08-18T22:10:48.454Z Compiling powerfmt v0.2.0
13212026-08-18T22:10:48.495Z Compiling rand v0.9.5
13222026-08-18T22:10:48.610Z Compiling newtype-uuid v1.4.0
13232026-08-18T22:10:48.716Z Compiling sync_wrapper v1.0.2
13242026-08-18T22:10:48.833Z Compiling strum_macros v0.26.4
13252026-08-18T22:10:49.188Z Compiling async-stream-impl v0.3.6
13262026-08-18T22:10:49.308Z Compiling time v0.3.55
13272026-08-18T22:10:49.481Z Compiling dropshot v0.17.1
13282026-08-18T22:10:49.727Z Compiling hex v0.4.3
13292026-08-18T22:10:49.867Z Compiling fastrand v2.5.0
13302026-08-18T22:10:50.032Z Compiling daft v0.1.8
13312026-08-18T22:10:50.212Z Compiling tower v0.5.3
13322026-08-18T22:10:50.493Z Compiling crossbeam-channel v0.5.16
13332026-08-18T22:10:50.778Z Compiling webpki-roots v1.0.9
13342026-08-18T22:10:50.899Z Compiling openapiv3 v2.2.0
13352026-08-18T22:10:51.171Z Compiling generic-array v0.14.7
13362026-08-18T22:10:51.751Z Compiling tower-http v0.6.11
13372026-08-18T22:10:51.788Z Compiling hashbrown v0.16.1
13382026-08-18T22:10:52.167Z Compiling serde_with_macros v3.22.0
13392026-08-18T22:10:52.505Z Compiling futures-executor v0.3.34
13402026-08-18T22:10:52.705Z Compiling dropshot_endpoint v0.17.1
13412026-08-18T22:10:52.968Z Compiling macaddr v1.0.1
13422026-08-18T22:10:52.986Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
13432026-08-18T22:10:53.269Z Compiling thread_local v1.1.10
13442026-08-18T22:10:53.300Z Compiling cpufeatures v0.3.0
13452026-08-18T22:10:53.384Z Compiling openssl-probe v0.2.1
13462026-08-18T22:10:53.634Z Compiling rustls-native-certs v0.8.4
13472026-08-18T22:10:53.677Z Compiling futures v0.3.34
13482026-08-18T22:10:54.328Z Compiling tempfile v3.27.0
13492026-08-18T22:10:54.360Z Compiling derive-ex v0.1.8
13502026-08-18T22:10:54.519Z Compiling strum_macros v0.27.2
13512026-08-18T22:10:54.859Z Compiling is-terminal v0.4.17
13522026-08-18T22:10:54.972Z Compiling term v1.2.1
13532026-08-18T22:10:55.122Z Compiling winnow v1.0.4
13542026-08-18T22:10:55.924Z Compiling take_mut v0.2.2
13552026-08-18T22:10:56.220Z Compiling test-strategy v0.4.5
13562026-08-18T22:10:56.339Z Compiling slog-term v2.9.2
13572026-08-18T22:10:57.634Z Compiling hybrid-array v0.4.14
13582026-08-18T22:10:57.775Z Compiling simd-adler32 v0.3.10
13592026-08-18T22:10:57.961Z Compiling adler2 v2.0.1
13602026-08-18T22:10:58.116Z Compiling match_cfg v0.1.0
13612026-08-18T22:10:58.135Z Compiling miniz_oxide v0.8.9
13622026-08-18T22:10:58.197Z Compiling hostname v0.3.1
13632026-08-18T22:10:58.735Z Compiling slog-json v2.6.1
13642026-08-18T22:10:59.021Z Compiling memmap2 v0.9.11
13652026-08-18T22:10:59.332Z Compiling either v1.17.0
13662026-08-18T22:10:59.505Z Compiling usdt v0.6.0
13672026-08-18T22:10:59.576Z Compiling slog-bunyan v2.5.0
13682026-08-18T22:10:59.604Z Compiling flate2 v1.1.9
13692026-08-18T22:10:59.771Z Compiling block-buffer v0.12.1
13702026-08-18T22:10:59.959Z Compiling crypto-common v0.2.2
13712026-08-18T22:10:59.988Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13722026-08-18T22:11:00.159Z Compiling const-oid v0.10.2
13732026-08-18T22:11:00.180Z Compiling debug-ignore v1.0.5
13742026-08-18T22:11:00.294Z Compiling compression-core v0.4.32
13752026-08-18T22:11:00.467Z Compiling compression-codecs v0.4.38
13762026-08-18T22:11:00.819Z Compiling digest v0.11.3
13772026-08-18T22:11:01.099Z Compiling toml_parser v1.1.3+spec-1.1.0
13782026-08-18T22:11:01.191Z Compiling crypto-common v0.1.7
13792026-08-18T22:11:01.217Z Compiling parse-display-derive v0.10.0
13802026-08-18T22:11:01.399Z Compiling rand_chacha v0.3.1
13812026-08-18T22:11:01.763Z Compiling serde_spanned v1.1.1
13822026-08-18T22:11:01.780Z Compiling toml_datetime v1.1.1+spec-1.1.0
13832026-08-18T22:11:01.923Z Compiling encoding_rs v0.8.35
13842026-08-18T22:11:02.028Z Compiling mime v0.3.17
13852026-08-18T22:11:02.057Z Compiling toml_writer v1.1.2+spec-1.1.0
13862026-08-18T22:11:02.198Z Compiling spin v0.9.9
13872026-08-18T22:11:02.350Z Compiling toml v1.1.4+spec-1.1.0
13882026-08-18T22:11:02.419Z Compiling rand v0.8.7
13892026-08-18T22:11:02.601Z Compiling sha1 v0.11.0
13902026-08-18T22:11:02.771Z Compiling async-compression v0.4.43
13912026-08-18T22:11:02.825Z Compiling strum v0.26.3
13922026-08-18T22:11:02.971Z Compiling async-stream v0.3.6
13932026-08-18T22:11:03.224Z Compiling waitgroup v0.1.2
13942026-08-18T22:11:03.238Z Compiling rustls-pemfile v2.2.0
13952026-08-18T22:11:03.381Z Compiling serde_path_to_error v0.1.20
13962026-08-18T22:11:03.433Z Compiling wait-timeout v0.2.1
13972026-08-18T22:11:03.521Z Compiling hostname v0.4.2
13982026-08-18T22:11:03.891Z Compiling quick-error v1.2.3
13992026-08-18T22:11:04.012Z Compiling bit-vec v0.8.0
14002026-08-18T22:11:04.216Z Compiling rusty-fork v0.3.1
14012026-08-18T22:11:04.246Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14022026-08-18T22:11:04.356Z Compiling bit-set v0.8.0
14032026-08-18T22:11:04.559Z Compiling serde_with v3.22.0
14042026-08-18T22:11:04.748Z Compiling rand_xorshift v0.4.0
14052026-08-18T22:11:04.952Z Compiling unarray v0.1.4
14062026-08-18T22:11:05.079Z Compiling proptest v1.11.0
14072026-08-18T22:11:05.157Z Compiling strum v0.27.2
14082026-08-18T22:11:05.298Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14092026-08-18T22:11:05.453Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14102026-08-18T22:11:05.667Z Compiling instant v0.1.13
14112026-08-18T22:11:05.877Z Compiling iddqd v0.4.6
14122026-08-18T22:11:06.448Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14132026-08-18T22:11:06.657Z Compiling block-buffer v0.10.4
14142026-08-18T22:11:06.770Z Compiling backon v1.6.0
14152026-08-18T22:11:07.270Z Compiling unicode-width v0.2.2
14162026-08-18T22:11:07.586Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
14172026-08-18T22:11:07.862Z Compiling digest v0.10.7
14182026-08-18T22:11:08.117Z Compiling backoff v0.4.0
14192026-08-18T22:11:08.359Z Compiling parse-display v0.10.0
14202026-08-18T22:11:08.632Z Compiling itertools v0.14.0
14212026-08-18T22:11:08.802Z Compiling regress v0.10.5
14222026-08-18T22:11:08.940Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
14232026-08-18T22:11:10.301Z Compiling humantime v2.4.0
14242026-08-18T22:11:11.825Z Compiling regress v0.11.1
14252026-08-18T22:11:13.373Z Compiling typify-impl v0.6.2
14262026-08-18T22:11:13.815Z Compiling zerocopy-derive v0.7.35
14272026-08-18T22:11:14.978Z Compiling clap_derive v4.6.4
14282026-08-18T22:11:15.169Z Compiling cpufeatures v0.2.17
14292026-08-18T22:11:15.259Z Compiling utf8parse v0.2.2
14302026-08-18T22:11:15.374Z Compiling convert_case v0.4.0
14312026-08-18T22:11:15.478Z Compiling anstyle-parse v1.0.0
14322026-08-18T22:11:15.673Z Compiling derive_more v0.99.20
14332026-08-18T22:11:16.718Z Compiling typify-macro v0.6.2
14342026-08-18T22:11:16.776Z Compiling terminal_size v0.4.4
14352026-08-18T22:11:16.825Z Compiling toml_datetime v0.6.11
14362026-08-18T22:11:16.950Z Compiling anstyle v1.0.14
14372026-08-18T22:11:17.015Z Compiling colorchoice v1.0.5
14382026-08-18T22:11:17.072Z Compiling is_terminal_polyfill v1.70.2
14392026-08-18T22:11:17.072Z Compiling anstyle-query v1.1.5
14402026-08-18T22:11:17.170Z Compiling anstream v1.0.0
14412026-08-18T22:11:17.633Z Compiling secrecy v0.10.3
14422026-08-18T22:11:17.871Z Compiling crucible-workspace-hack v0.1.0
14432026-08-18T22:11:18.137Z Compiling clap_lex v1.1.0
14442026-08-18T22:11:18.268Z Compiling heapless v0.8.0
14452026-08-18T22:11:18.356Z Compiling tinyvec_macros v0.1.1
14462026-08-18T22:11:18.433Z Compiling tinyvec v1.12.0
14472026-08-18T22:11:18.482Z Compiling clap_builder v4.6.6
14482026-08-18T22:11:18.606Z Compiling typify v0.6.2
14492026-08-18T22:11:18.926Z Compiling zerocopy v0.7.35
14502026-08-18T22:11:19.411Z Compiling hash32 v0.3.1
14512026-08-18T22:11:19.471Z Compiling rustc_version v0.4.1
14522026-08-18T22:11:19.502Z Compiling scroll_derive v0.12.1
14532026-08-18T22:11:19.740Z Compiling num-integer v0.1.47
14542026-08-18T22:11:19.757Z Compiling usdt-impl v0.5.0
14552026-08-18T22:11:20.019Z Compiling smoltcp v0.11.0
14562026-08-18T22:11:20.214Z Compiling crossbeam-epoch v0.9.20
14572026-08-18T22:11:20.247Z Compiling scroll v0.12.0
14582026-08-18T22:11:20.387Z Compiling curve25519-dalek v4.1.3
14592026-08-18T22:11:20.405Z Compiling clap v4.6.6
14602026-08-18T22:11:20.674Z Compiling dof v0.3.0
14612026-08-18T22:11:21.819Z Compiling hmac v0.12.1
14622026-08-18T22:11:21.852Z Compiling dtrace-parser v0.2.0
14632026-08-18T22:11:21.895Z Compiling inout v0.1.4
14642026-08-18T22:11:21.978Z Compiling darling_core v0.21.3
14652026-08-18T22:11:22.111Z Compiling ff v0.13.1
14662026-08-18T22:11:22.318Z Compiling cobs v0.3.0
14672026-08-18T22:11:22.651Z Compiling thread-id v4.2.2
14682026-08-18T22:11:22.977Z Compiling bitflags v1.3.2
14692026-08-18T22:11:23.176Z Compiling unsafe-libyaml v0.2.11
14702026-08-18T22:11:23.216Z Compiling managed v0.8.0
14712026-08-18T22:11:23.824Z Compiling serde_yaml v0.9.34+deprecated
14722026-08-18T22:11:24.040Z Compiling darling_macro v0.21.3
14732026-08-18T22:11:24.756Z Compiling postcard v1.1.3
14742026-08-18T22:11:25.065Z Compiling group v0.13.0
14752026-08-18T22:11:25.192Z Compiling cipher v0.4.4
14762026-08-18T22:11:25.222Z Compiling hkdf v0.12.4
14772026-08-18T22:11:25.947Z Compiling goblin v0.8.2
14782026-08-18T22:11:26.171Z Compiling num-iter v0.1.46
14792026-08-18T22:11:26.313Z Compiling num-rational v0.4.2
14802026-08-18T22:11:26.949Z Compiling tabwriter v1.4.1
14812026-08-18T22:11:27.109Z Compiling universal-hash v0.5.1
14822026-08-18T22:11:27.267Z Compiling crypto-bigint v0.5.5
14832026-08-18T22:11:27.295Z Compiling thiserror-impl-no-std v2.0.2
14842026-08-18T22:11:27.317Z Compiling hubpack_derive v0.1.1
14852026-08-18T22:11:27.846Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14862026-08-18T22:11:28.445Z Compiling half v2.7.1
14872026-08-18T22:11:28.718Z Compiling curve25519-dalek-derive v0.1.1
14882026-08-18T22:11:28.799Z Compiling num-complex v0.4.6
14892026-08-18T22:11:29.396Z Compiling memoffset v0.9.1
14902026-08-18T22:11:29.614Z Compiling base16ct v0.2.0
14912026-08-18T22:11:29.667Z Compiling ciborium-io v0.2.2
14922026-08-18T22:11:29.682Z Compiling rustix v0.38.44
14932026-08-18T22:11:29.775Z Compiling base64ct v1.8.3
14942026-08-18T22:11:30.032Z Compiling heck v0.4.1
14952026-08-18T22:11:30.065Z Compiling opaque-debug v0.3.1
14962026-08-18T22:11:30.222Z Compiling prettyplease v0.2.37
14972026-08-18T22:11:30.286Z Compiling cfg_aliases v0.2.2
14982026-08-18T22:11:30.383Z Compiling nix v0.31.3
14992026-08-18T22:11:31.149Z Compiling poly1305 v0.8.0
15002026-08-18T22:11:31.266Z Compiling password-hash v0.5.0
15012026-08-18T22:11:31.543Z Compiling ciborium-ll v0.2.2
15022026-08-18T22:11:31.770Z Compiling elliptic-curve v0.13.8
15032026-08-18T22:11:32.305Z Compiling num v0.4.3
15042026-08-18T22:11:32.544Z Compiling thiserror-no-std v2.0.2
15052026-08-18T22:11:32.650Z Compiling hubpack v0.1.2
15062026-08-18T22:11:33.764Z Compiling chacha20 v0.9.1
15072026-08-18T22:11:33.904Z Compiling darling v0.21.3
15082026-08-18T22:11:34.013Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
15092026-08-18T22:11:34.297Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15102026-08-18T22:11:34.860Z Compiling reqwest v0.12.28
15112026-08-18T22:11:35.177Z Compiling toml_edit v0.25.13+spec-1.1.0
15122026-08-18T22:11:35.541Z Compiling blake2 v0.10.6
15132026-08-18T22:11:35.616Z Compiling aead v0.5.2
15142026-08-18T22:11:36.016Z Compiling byte-wrapper v0.1.0
15152026-08-18T22:11:36.086Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15162026-08-18T22:11:36.119Z Compiling serde_repr v0.1.21
15172026-08-18T22:11:36.881Z Compiling proc-macro-error-attr v1.0.4
15182026-08-18T22:11:37.034Z Compiling bstr v1.13.1
15192026-08-18T22:11:37.100Z Compiling static_assertions v1.1.0
15202026-08-18T22:11:37.178Z Compiling float-ord v0.3.2
15212026-08-18T22:11:37.196Z Compiling keccak v0.1.6
15222026-08-18T22:11:37.296Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15232026-08-18T22:11:37.354Z Compiling sha3 v0.10.9
15242026-08-18T22:11:37.781Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15252026-08-18T22:11:37.913Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15262026-08-18T22:11:38.445Z Compiling progenitor-client v0.10.0
15272026-08-18T22:11:38.516Z Compiling argon2 v0.5.3
15282026-08-18T22:11:38.710Z Compiling chacha20poly1305 v0.10.1
15292026-08-18T22:11:38.868Z Compiling proc-macro-crate v3.5.0
15302026-08-18T22:11:39.481Z Compiling ingot-macros v0.1.1
15312026-08-18T22:11:39.558Z Compiling vsss-rs v3.3.4
15322026-08-18T22:11:41.234Z Compiling ciborium v0.2.2
15332026-08-18T22:11:42.158Z Compiling usdt-attr-macro v0.5.0
15342026-08-18T22:11:42.262Z Compiling usdt-macro v0.5.0
15352026-08-18T22:11:43.672Z Compiling num-derive v0.4.2
15362026-08-18T22:11:43.841Z Compiling enum-as-inner v0.6.1
15372026-08-18T22:11:44.411Z Compiling proc-macro-error v1.0.4
15382026-08-18T22:11:44.448Z Compiling memmap v0.7.0
15392026-08-18T22:11:44.653Z Compiling winnow v0.5.40
15402026-08-18T22:11:45.004Z Compiling indent_write v2.2.0
15412026-08-18T22:11:45.045Z Compiling data-encoding v2.11.1
15422026-08-18T22:11:45.063Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15432026-08-18T22:11:45.419Z Compiling usdt v0.5.0
15442026-08-18T22:11:45.436Z Compiling ingot-types v0.1.2
15452026-08-18T22:11:45.896Z Compiling toml_edit v0.19.15
15462026-08-18T22:11:46.018Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15472026-08-18T22:11:46.035Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15482026-08-18T22:11:46.146Z Compiling num_enum_derive v0.7.6
15492026-08-18T22:11:46.179Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15502026-08-18T22:11:47.063Z Compiling serde_spanned v0.6.9
15512026-08-18T22:11:47.147Z Compiling foreign-types-macros v0.2.4
15522026-08-18T22:11:47.216Z Compiling foreign-types-shared v0.3.1
15532026-08-18T22:11:47.325Z Compiling toml_write v0.1.2
15542026-08-18T22:11:47.529Z Compiling bytecount v0.6.9
15552026-08-18T22:11:47.639Z Compiling crossbeam-deque v0.8.7
15562026-08-18T22:11:47.827Z Compiling vcpkg v0.2.15
15572026-08-18T22:11:47.844Z Compiling colored v3.1.1
15582026-08-18T22:11:47.911Z Compiling winnow v0.7.15
15592026-08-18T22:11:48.011Z Compiling foreign-types v0.5.0
15602026-08-18T22:11:48.098Z Compiling num_enum v0.7.6
15612026-08-18T22:11:48.237Z Compiling proc-macro-crate v1.3.1
15622026-08-18T22:11:48.370Z Compiling openssl-sys v0.9.117
15632026-08-18T22:11:48.574Z Compiling ingot v0.1.1
15642026-08-18T22:11:48.835Z Compiling atomicwrites v0.4.4
15652026-08-18T22:11:49.099Z Compiling progenitor-impl v0.14.0
15662026-08-18T22:11:49.121Z Compiling chacha20 v0.10.1
15672026-08-18T22:11:49.333Z Compiling toml_edit v0.22.27
15682026-08-18T22:11:49.505Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15692026-08-18T22:11:50.456Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15702026-08-18T22:11:50.527Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15712026-08-18T22:11:50.754Z Compiling rustls-webpki v0.103.14
15722026-08-18T22:11:50.776Z Compiling cstr-argument v0.1.2
15732026-08-18T22:11:51.204Z Compiling resolv-conf v0.7.6
15742026-08-18T22:11:51.237Z Compiling semver v0.1.20
15752026-08-18T22:11:51.706Z Compiling rayon-core v1.13.0
15762026-08-18T22:11:51.802Z Compiling unicode-segmentation v1.13.3
15772026-08-18T22:11:52.192Z Compiling linked-hash-map v0.5.6
15782026-08-18T22:11:52.362Z Compiling swrite v0.1.0
15792026-08-18T22:11:52.422Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
15802026-08-18T22:11:52.489Z Compiling lru-cache v0.1.2
15812026-08-18T22:11:52.721Z Compiling newline-converter v0.3.0
15822026-08-18T22:11:52.759Z Compiling rustc_version v0.1.7
15832026-08-18T22:11:52.855Z Compiling progenitor-macro v0.14.0
15842026-08-18T22:11:52.892Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15852026-08-18T22:11:52.965Z Compiling toml v0.8.23
15862026-08-18T22:11:53.232Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15872026-08-18T22:11:53.292Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15882026-08-18T22:11:53.528Z Compiling rand v0.10.2
15892026-08-18T22:11:54.383Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15902026-08-18T22:11:54.544Z Compiling num_enum_derive v0.5.11
15912026-08-18T22:11:54.900Z Compiling hickory-proto v0.24.4
15922026-08-18T22:11:54.978Z Compiling similar v2.7.0
15932026-08-18T22:11:55.623Z Compiling tokio-rustls v0.26.4
15942026-08-18T22:11:55.650Z Compiling rustls-platform-verifier v0.7.0
15952026-08-18T22:11:55.945Z Compiling hyper-rustls v0.27.9
15962026-08-18T22:11:56.267Z Compiling reqwest v0.13.4
15972026-08-18T22:11:57.721Z Compiling progenitor-client v0.14.0
15982026-08-18T22:11:58.056Z Compiling progenitor-extras v0.2.0
15992026-08-18T22:12:00.771Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16002026-08-18T22:12:03.439Z Compiling progenitor-impl v0.13.0
16012026-08-18T22:12:05.560Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16022026-08-18T22:12:09.528Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16032026-08-18T22:12:09.844Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16042026-08-18T22:12:11.205Z Compiling console v0.15.11
16052026-08-18T22:12:11.387Z Compiling camino-tempfile v1.4.1
16062026-08-18T22:12:11.468Z Compiling serde-big-array v0.5.1
16072026-08-18T22:12:11.641Z Compiling pin-project-internal v1.1.13
16082026-08-18T22:12:11.790Z Compiling derive-where v1.6.1
16092026-08-18T22:12:12.499Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16102026-08-18T22:12:12.783Z Compiling minimal-lexical v0.2.1
16112026-08-18T22:12:13.041Z Compiling siphasher v1.0.3
16122026-08-18T22:12:13.044Z Compiling lazy_static v1.5.0
16132026-08-18T22:12:13.179Z Compiling nom v7.1.3
16142026-08-18T22:12:13.270Z Compiling phf_shared v0.12.1
16152026-08-18T22:12:13.509Z Compiling pin-project v1.1.13
16162026-08-18T22:12:13.635Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16172026-08-18T22:12:13.892Z Compiling expectorate v1.2.0
16182026-08-18T22:12:13.920Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16192026-08-18T22:12:14.116Z Compiling progenitor-macro v0.13.0
16202026-08-18T22:12:14.492Z Compiling progenitor v0.14.0
16212026-08-18T22:12:14.652Z Compiling progenitor-client v0.13.0
16222026-08-18T22:12:15.106Z Compiling hickory-resolver v0.24.4
16232026-08-18T22:12:15.124Z Compiling num_enum v0.5.11
16242026-08-18T22:12:17.567Z Compiling newtype_derive v0.1.6
16252026-08-18T22:12:17.827Z Compiling snafu-derive v0.8.9
16262026-08-18T22:12:18.563Z Compiling unicode-normalization v0.1.25
16272026-08-18T22:12:19.174Z Compiling tokio-stream v0.1.19
16282026-08-18T22:12:19.628Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16292026-08-18T22:12:19.679Z Compiling async-recursion v1.1.1
16302026-08-18T22:12:19.785Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
16312026-08-18T22:12:20.119Z Compiling slog-dtrace v0.3.0
16322026-08-18T22:12:20.356Z Compiling csv-core v0.1.13
16332026-08-18T22:12:20.377Z Compiling jiff-core v0.1.0
16342026-08-18T22:12:20.395Z Compiling unicode-xid v0.2.6
16352026-08-18T22:12:20.531Z Compiling konst_macro_rules v0.2.19
16362026-08-18T22:12:20.742Z Compiling unicode-width v0.1.14
16372026-08-18T22:12:20.766Z Compiling highway v1.3.0
16382026-08-18T22:12:21.064Z Compiling cancel-safe-futures v0.1.5
16392026-08-18T22:12:21.333Z Compiling same-file v1.0.6
16402026-08-18T22:12:21.460Z Compiling foldhash v0.1.5
16412026-08-18T22:12:21.539Z Compiling openssl v0.10.81
16422026-08-18T22:12:21.703Z Compiling owo-colors v4.3.0
16432026-08-18T22:12:21.852Z Compiling foreign-types-shared v0.1.1
16442026-08-18T22:12:21.963Z Compiling chrono-tz v0.10.4
16452026-08-18T22:12:22.109Z Compiling foreign-types v0.3.2
16462026-08-18T22:12:22.196Z Compiling hashbrown v0.15.5
16472026-08-18T22:12:22.212Z Compiling walkdir v2.5.0
16482026-08-18T22:12:22.275Z Compiling jiff v0.2.35
16492026-08-18T22:12:22.775Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16502026-08-18T22:12:22.866Z Compiling konst v0.2.20
16512026-08-18T22:12:22.887Z Compiling csv v1.4.0
16522026-08-18T22:12:23.260Z Compiling const_format_proc_macros v0.2.34
16532026-08-18T22:12:23.482Z Compiling qorb v0.4.1
16542026-08-18T22:12:23.792Z Compiling snafu v0.8.9
16552026-08-18T22:12:24.081Z Compiling progenitor v0.13.0
16562026-08-18T22:12:24.246Z Compiling olpc-cjson v0.1.4
16572026-08-18T22:12:24.535Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16582026-08-18T22:12:28.683Z Compiling rayon v1.12.0
16592026-08-18T22:12:29.467Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16602026-08-18T22:12:29.709Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16612026-08-18T22:12:30.016Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16622026-08-18T22:12:30.124Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16632026-08-18T22:12:30.534Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16642026-08-18T22:12:30.877Z Compiling phf v0.12.1
16652026-08-18T22:12:31.063Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16662026-08-18T22:12:31.765Z Compiling zone_cfg_derive v0.3.1
16672026-08-18T22:12:31.827Z Compiling tokio-dtrace v0.1.1
16682026-08-18T22:12:32.162Z Compiling globset v0.4.20
16692026-08-18T22:12:32.499Z Compiling itertools v0.15.0
16702026-08-18T22:12:32.709Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16712026-08-18T22:12:32.944Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16722026-08-18T22:12:33.237Z Compiling itertools v0.12.1
16732026-08-18T22:12:33.380Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16742026-08-18T22:12:33.541Z Compiling pem v3.0.6
16752026-08-18T22:12:33.625Z Compiling libsw-core v0.3.2
16762026-08-18T22:12:33.818Z Compiling serde_plain v1.0.2
16772026-08-18T22:12:33.838Z Compiling openssl-macros v0.1.1
16782026-08-18T22:12:34.114Z Compiling cookie v0.18.2
16792026-08-18T22:12:34.236Z Compiling sigpipe v0.1.3
16802026-08-18T22:12:34.402Z Compiling fixedbitset v0.5.7
16812026-08-18T22:12:34.406Z Compiling fixedbitset v0.4.2
16822026-08-18T22:12:34.436Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16832026-08-18T22:12:34.476Z Compiling glob v0.3.4
16842026-08-18T22:12:34.727Z Compiling typed-path v0.9.3
16852026-08-18T22:12:34.790Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16862026-08-18T22:12:34.856Z Compiling petgraph v0.8.3
16872026-08-18T22:12:35.024Z Compiling petgraph v0.6.5
16882026-08-18T22:12:35.385Z Compiling zone v0.3.1
16892026-08-18T22:12:36.658Z Compiling tough v0.22.0
16902026-08-18T22:12:36.865Z Compiling ingot-macros v0.2.0
16912026-08-18T22:12:37.035Z Compiling libsw v3.5.0
16922026-08-18T22:12:37.237Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16932026-08-18T22:12:37.255Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16942026-08-18T22:12:37.520Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16952026-08-18T22:12:37.578Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16962026-08-18T22:12:37.799Z Compiling oxide-tokio-rt v0.1.6
16972026-08-18T22:12:37.828Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16982026-08-18T22:12:38.201Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16992026-08-18T22:12:40.270Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17002026-08-18T22:12:40.581Z Compiling const_format v0.2.36
17012026-08-18T22:12:41.117Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17022026-08-18T22:12:42.155Z Compiling papergrid v0.11.0
17032026-08-18T22:12:42.713Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17042026-08-18T22:12:43.219Z Compiling tabled_derive v0.7.0
17052026-08-18T22:12:43.578Z Compiling libscf-sys v1.2.0
17062026-08-18T22:12:43.739Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17072026-08-18T22:12:44.212Z Compiling gethostname v0.5.0
17082026-08-18T22:12:44.261Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-08-18T22:12:44.381Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
17102026-08-18T22:12:44.403Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17112026-08-18T22:12:44.420Z Compiling smf v0.2.3
17122026-08-18T22:12:44.539Z Compiling bcs v0.1.6
17132026-08-18T22:12:44.955Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
17142026-08-18T22:12:45.056Z Compiling tagptr v0.2.0
17152026-08-18T22:12:45.235Z Compiling whoami v1.6.1
17162026-08-18T22:12:45.578Z Compiling smawk v0.3.3
17172026-08-18T22:12:45.692Z Compiling linear-map v1.2.0
17182026-08-18T22:12:45.771Z Compiling unicode-linebreak v0.1.5
17192026-08-18T22:12:45.915Z Compiling termtree v0.5.1
17202026-08-18T22:12:45.957Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17212026-08-18T22:12:46.098Z Compiling textwrap v0.16.2
17222026-08-18T22:12:47.367Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
17232026-08-18T22:12:47.734Z Compiling moka v0.12.16
17242026-08-18T22:12:47.817Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17252026-08-18T22:12:48.665Z Compiling tabled v0.15.0
17262026-08-18T22:12:48.922Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17272026-08-18T22:12:48.972Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17282026-08-18T22:12:49.034Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17292026-08-18T22:12:49.054Z Compiling steno v0.4.1
17302026-08-18T22:12:49.185Z Compiling ingot-types v0.2.0
17312026-08-18T22:12:51.674Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17322026-08-18T22:12:54.967Z Compiling hickory-proto v0.25.2
17332026-08-18T22:12:55.222Z Compiling ingot v0.2.1
17342026-08-18T22:12:55.837Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17352026-08-18T22:12:56.279Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17362026-08-18T22:12:56.541Z Compiling parking_lot_core v0.8.6
17372026-08-18T22:12:56.745Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-08-18T22:12:56.861Z Compiling papergrid v0.18.0
17392026-08-18T22:12:57.375Z Compiling hickory-resolver v0.25.2
17402026-08-18T22:12:57.418Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17412026-08-18T22:12:59.098Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17422026-08-18T22:12:59.781Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17432026-08-18T22:12:59.900Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17442026-08-18T22:13:00.467Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17452026-08-18T22:13:00.735Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17462026-08-18T22:13:01.262Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a)
17472026-08-18T22:13:03.092Z Compiling tabled v0.21.0
17482026-08-18T22:13:03.697Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
17492026-08-18T22:13:03.819Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
17502026-08-18T22:13:03.894Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
17512026-08-18T22:13:04.571Z Compiling arc-swap v1.9.2
17522026-08-18T22:13:04.936Z Compiling slog-scope v4.4.1
17532026-08-18T22:13:05.315Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
17542026-08-18T22:13:05.438Z Compiling parking_lot v0.11.2
17552026-08-18T22:13:05.467Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17562026-08-18T22:13:06.316Z Compiling dropshot-api-manager-types v0.7.2
17572026-08-18T22:13:06.497Z Compiling fxhash v0.2.1
17582026-08-18T22:13:06.657Z Compiling crc8 v0.1.1
17592026-08-18T22:13:06.782Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17602026-08-18T22:13:06.902Z Compiling sled v0.34.7
17612026-08-18T22:13:07.632Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899)
17622026-08-18T22:13:08.465Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
17632026-08-18T22:13:10.705Z Compiling slog-stdlog v4.1.1
17642026-08-18T22:13:11.017Z Compiling port-file v0.1.0
17652026-08-18T22:13:11.071Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
17662026-08-18T22:13:11.280Z Compiling slog-envlogger v2.2.0
17672026-08-18T22:13:11.311Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17682026-08-18T22:13:11.942Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17692026-08-18T22:13:14.033Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17702026-08-18T22:13:16.061Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
17712026-08-18T22:13:16.963Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
17722026-08-18T22:13:30.239Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
17732026-08-18T22:13:31.754Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
17742026-08-18T22:13:35.485Z Finished `release` profile [optimized] target(s) in 3m 46s
17752026-08-18T22:13:35.812Z+ banner quartet
17762026-08-18T22:13:35.816Z
17772026-08-18T22:13:35.816Z #### # # ## ##### ##### ###### #####
17782026-08-18T22:13:35.817Z # # # # # # # # # # #
17792026-08-18T22:13:35.817Z # # # # # # # # # ##### #
17802026-08-18T22:13:35.818Z # # # # # ###### ##### # # #
17812026-08-18T22:13:35.818Z # # # # # # # # # # #
17822026-08-18T22:13:35.818Z ### # #### # # # # # ###### #
17832026-08-18T22:13:35.818Z
17842026-08-18T22:13:35.818Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
17852026-08-18T22:13:36.390Z Compiling cfg-if v1.0.4
17862026-08-18T22:13:36.393Z Compiling libc v0.2.189
17872026-08-18T22:13:36.393Z Compiling serde_core v1.0.229
17882026-08-18T22:13:36.499Z Compiling memchr v2.8.3
17892026-08-18T22:13:36.505Z Compiling smallvec v1.15.2
17902026-08-18T22:13:36.508Z Compiling itoa v1.0.18
17912026-08-18T22:13:36.512Z Compiling stable_deref_trait v1.2.1
17922026-08-18T22:13:36.520Z Compiling zerofrom v0.1.8
17932026-08-18T22:13:36.542Z Compiling zmij v1.0.23
17942026-08-18T22:13:36.592Z Compiling writeable v0.6.3
17952026-08-18T22:13:36.648Z Compiling yoke v0.8.3
17962026-08-18T22:13:36.743Z Compiling litemap v0.8.2
17972026-08-18T22:13:36.749Z Compiling utf8_iter v1.0.4
17982026-08-18T22:13:36.829Z Compiling zerovec v0.11.6
17992026-08-18T22:13:36.849Z Compiling zerotrie v0.2.4
18002026-08-18T22:13:36.870Z Compiling percent-encoding v2.3.2
18012026-08-18T22:13:36.911Z Compiling libm v0.2.16
18022026-08-18T22:13:36.939Z Compiling icu_normalizer_data v2.2.0
18032026-08-18T22:13:37.013Z Compiling icu_properties_data v2.2.0
18042026-08-18T22:13:37.025Z Compiling form_urlencoded v1.2.2
18052026-08-18T22:13:37.136Z Compiling rand_core v0.10.1
18062026-08-18T22:13:37.172Z Compiling errno v0.3.14
18072026-08-18T22:13:37.282Z Compiling getrandom v0.4.3
18082026-08-18T22:13:37.296Z Compiling iana-time-zone v0.1.65
18092026-08-18T22:13:37.308Z Compiling pin-project-lite v0.2.17
18102026-08-18T22:13:37.352Z Compiling zeroize v1.9.0
18112026-08-18T22:13:37.406Z Compiling tinystr v0.8.3
18122026-08-18T22:13:37.431Z Compiling potential_utf v0.1.5
18132026-08-18T22:13:37.484Z Compiling dyn-clone v1.0.20
18142026-08-18T22:13:37.589Z Compiling icu_locale_core v2.2.0
18152026-08-18T22:13:37.590Z Compiling icu_collections v2.2.0
18162026-08-18T22:13:37.613Z Compiling socket2 v0.6.5
18172026-08-18T22:13:37.623Z Compiling scopeguard v1.2.0
18182026-08-18T22:13:37.633Z Compiling parking_lot_core v0.9.12
18192026-08-18T22:13:37.643Z Compiling signal-hook-registry v1.4.8
18202026-08-18T22:13:37.735Z Compiling num-traits v0.2.19
18212026-08-18T22:13:38.031Z Compiling lock_api v0.4.14
18222026-08-18T22:13:38.077Z Compiling mio v1.2.2
18232026-08-18T22:13:38.288Z Compiling parking_lot v0.12.5
18242026-08-18T22:13:38.323Z Compiling serde v1.0.229
18252026-08-18T22:13:38.345Z Compiling serde_json v1.0.151
18262026-08-18T22:13:38.504Z Compiling icu_provider v2.2.0
18272026-08-18T22:13:38.528Z Compiling uuid v1.24.0
18282026-08-18T22:13:38.635Z Compiling semver v1.0.28
18292026-08-18T22:13:38.718Z Compiling portable-atomic v1.15.0
18302026-08-18T22:13:38.956Z Compiling bytes v1.12.1
18312026-08-18T22:13:39.085Z Compiling icu_normalizer v2.2.0
18322026-08-18T22:13:39.135Z Compiling icu_properties v2.2.0
18332026-08-18T22:13:39.189Z Compiling chrono v0.4.45
18342026-08-18T22:13:39.284Z Compiling thiserror v2.0.20
18352026-08-18T22:13:39.409Z Compiling bitflags v2.13.1
18362026-08-18T22:13:39.496Z Compiling futures-core v0.3.34
18372026-08-18T22:13:39.668Z Compiling tokio v1.53.1
18382026-08-18T22:13:39.831Z Compiling critical-section v1.2.0
18392026-08-18T22:13:39.872Z Compiling log v0.4.33
18402026-08-18T22:13:39.977Z Compiling once_cell v1.21.4
18412026-08-18T22:13:40.131Z Compiling subtle v2.6.1
18422026-08-18T22:13:40.242Z Compiling idna_adapter v1.2.2
18432026-08-18T22:13:40.281Z Compiling equivalent v1.0.2
18442026-08-18T22:13:40.305Z Compiling allocator-api2 v0.2.21
18452026-08-18T22:13:40.317Z Compiling zerocopy v0.8.56
18462026-08-18T22:13:40.377Z Compiling idna v1.1.0
18472026-08-18T22:13:40.386Z Compiling futures-sink v0.3.34
18482026-08-18T22:13:40.518Z Compiling slab v0.4.12
18492026-08-18T22:13:40.709Z Compiling url v2.5.8
18502026-08-18T22:13:40.731Z Compiling typenum v1.20.1
18512026-08-18T22:13:40.810Z Compiling futures-channel v0.3.34
18522026-08-18T22:13:40.977Z Compiling hashbrown v0.17.1
18532026-08-18T22:13:41.076Z Compiling getrandom v0.2.17
18542026-08-18T22:13:41.301Z Compiling schemars v0.8.22
18552026-08-18T22:13:41.595Z Compiling futures-task v0.3.34
18562026-08-18T22:13:41.644Z Compiling futures-io v0.3.34
18572026-08-18T22:13:41.779Z Compiling futures-util v0.3.34
18582026-08-18T22:13:41.843Z Compiling rand_core v0.6.4
18592026-08-18T22:13:42.187Z Compiling indexmap v2.14.0
18602026-08-18T22:13:42.464Z Compiling tracing-core v0.1.36
18612026-08-18T22:13:42.702Z Compiling ipnetwork v0.21.1
18622026-08-18T22:13:42.952Z Compiling tracing v0.1.44
18632026-08-18T22:13:43.200Z Compiling base64 v0.22.1
18642026-08-18T22:13:43.323Z Compiling http v1.5.0
18652026-08-18T22:13:43.529Z Compiling unicode-ident v1.0.24
18662026-08-18T22:13:43.559Z Compiling slog v2.8.2
18672026-08-18T22:13:43.579Z Compiling erased-serde v0.3.31
18682026-08-18T22:13:43.660Z Compiling proc-macro2 v1.0.107
18692026-08-18T22:13:43.694Z Compiling fnv v1.0.7
18702026-08-18T22:13:43.807Z Compiling oxnet v0.1.6
18712026-08-18T22:13:44.182Z Compiling quote v1.0.47
18722026-08-18T22:13:44.591Z Compiling syn v2.0.119
18732026-08-18T22:13:44.866Z Compiling tokio-util v0.7.19
18742026-08-18T22:13:45.117Z Compiling ipnet v2.12.1
18752026-08-18T22:13:45.239Z Compiling byteorder v1.5.0
18762026-08-18T22:13:45.508Z Compiling thiserror v1.0.69
18772026-08-18T22:13:45.625Z Compiling ppv-lite86 v0.2.21
18782026-08-18T22:13:45.724Z Compiling rustls-pki-types v1.15.1
18792026-08-18T22:13:45.975Z Compiling aws-lc-sys v0.44.0
18802026-08-18T22:13:45.975Z Compiling http-body v1.1.0
18812026-08-18T22:13:46.102Z Compiling untrusted v0.7.1
18822026-08-18T22:13:46.163Z Compiling atomic-waker v1.1.2
18832026-08-18T22:13:46.233Z Compiling httparse v1.10.1
18842026-08-18T22:13:46.299Z Compiling pretty-hex v0.4.2
18852026-08-18T22:13:46.313Z Compiling untrusted v0.9.0
18862026-08-18T22:13:46.316Z Compiling ryu v1.0.23
18872026-08-18T22:13:46.442Z Compiling tower-service v0.3.3
18882026-08-18T22:13:46.446Z Compiling tower-layer v0.3.3
18892026-08-18T22:13:46.540Z Compiling aws-lc-rs v1.18.0
18902026-08-18T22:13:46.552Z Compiling rustls v0.23.43
18912026-08-18T22:13:46.609Z Compiling try-lock v0.2.5
18922026-08-18T22:13:46.621Z Compiling h2 v0.4.15
18932026-08-18T22:13:46.654Z Compiling httpdate v1.0.3
18942026-08-18T22:13:46.710Z Compiling want v0.3.1
18952026-08-18T22:13:46.733Z Compiling rustix v1.1.4
18962026-08-18T22:13:46.789Z Compiling plain v0.2.3
18972026-08-18T22:13:46.896Z Compiling regex-syntax v0.8.11
18982026-08-18T22:13:46.909Z Compiling getrandom v0.3.4
18992026-08-18T22:13:47.037Z Compiling omicron-workspace-hack v0.1.0
19002026-08-18T22:13:47.114Z Compiling ucd-trie v0.1.7
19012026-08-18T22:13:47.127Z Compiling rand_core v0.9.5
19022026-08-18T22:13:47.392Z Compiling pest v2.8.8
19032026-08-18T22:13:47.680Z Compiling crossbeam-utils v0.8.22
19042026-08-18T22:13:48.392Z Compiling rustls-webpki v0.103.14
19052026-08-18T22:13:48.702Z Compiling serde_urlencoded v0.7.1
19062026-08-18T22:13:49.064Z Compiling http-body-util v0.1.5
19072026-08-18T22:13:49.403Z Compiling hyper v1.11.0
19082026-08-18T22:13:49.544Z Compiling foldhash v0.2.0
19092026-08-18T22:13:49.856Z Compiling newtype-uuid v1.4.0
19102026-08-18T22:13:50.822Z Compiling hex v0.4.3
19112026-08-18T22:13:50.904Z Compiling hyper-util v0.1.20
19122026-08-18T22:13:51.122Z Compiling daft v0.1.8
19132026-08-18T22:13:51.419Z Compiling rand_chacha v0.9.0
19142026-08-18T22:13:52.000Z Compiling sync_wrapper v1.0.2
19152026-08-18T22:13:52.122Z Compiling aho-corasick v1.1.5
19162026-08-18T22:13:52.988Z Compiling tokio-rustls v0.26.4
19172026-08-18T22:13:53.352Z Compiling fastrand v2.5.0
19182026-08-18T22:13:53.656Z Compiling regex-automata v0.4.18
19192026-08-18T22:13:53.700Z Compiling tower v0.5.3
19202026-08-18T22:13:53.874Z Compiling anyhow v1.0.104
19212026-08-18T22:13:54.232Z Compiling rand v0.9.5
19222026-08-18T22:13:54.302Z Compiling tower-http v0.6.11
19232026-08-18T22:13:54.345Z Compiling generic-array v0.14.7
19242026-08-18T22:13:54.559Z Compiling hashbrown v0.16.1
19252026-08-18T22:13:54.926Z Compiling openapiv3 v2.2.0
19262026-08-18T22:13:54.987Z Compiling openssl-probe v0.2.1
19272026-08-18T22:13:54.990Z Compiling num_threads v0.1.7
19282026-08-18T22:13:55.098Z Compiling powerfmt v0.2.0
19292026-08-18T22:13:55.247Z Compiling time-core v0.1.9
19302026-08-18T22:13:55.288Z Compiling num-conv v0.2.2
19312026-08-18T22:13:55.374Z Compiling cpufeatures v0.3.0
19322026-08-18T22:13:55.444Z Compiling deranged v0.5.8
19332026-08-18T22:13:55.458Z Compiling rustls-native-certs v0.8.4
19342026-08-18T22:13:55.459Z Compiling camino v1.2.5
19352026-08-18T22:13:56.065Z Compiling tempfile v3.27.0
19362026-08-18T22:13:56.233Z Compiling futures-executor v0.3.34
19372026-08-18T22:13:56.541Z Compiling time v0.3.55
19382026-08-18T22:13:56.740Z Compiling winnow v1.0.4
19392026-08-18T22:13:56.890Z Compiling futures v0.3.34
19402026-08-18T22:13:56.986Z Compiling regex v1.13.1
19412026-08-18T22:13:57.196Z Compiling rustls-platform-verifier v0.7.0
19422026-08-18T22:13:57.522Z Compiling hyper-rustls v0.27.9
19432026-08-18T22:13:57.775Z Compiling crossbeam-channel v0.5.16
19442026-08-18T22:13:57.912Z Compiling scroll v0.13.0
19452026-08-18T22:13:58.220Z Compiling hybrid-array v0.4.14
19462026-08-18T22:13:58.232Z Compiling adler2 v2.0.1
19472026-08-18T22:13:58.402Z Compiling simd-adler32 v0.3.10
19482026-08-18T22:13:58.443Z Compiling goblin v0.10.7
19492026-08-18T22:13:58.479Z Compiling crc32fast v1.5.0
19502026-08-18T22:13:58.709Z Compiling miniz_oxide v0.8.9
19512026-08-18T22:13:58.738Z Compiling reqwest v0.13.4
19522026-08-18T22:13:59.268Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19532026-08-18T22:13:59.489Z Compiling thread_local v1.1.10
19542026-08-18T22:13:59.854Z Compiling either v1.17.0
19552026-08-18T22:14:00.102Z Compiling flate2 v1.1.9
19562026-08-18T22:14:00.175Z Compiling crypto-common v0.2.2
19572026-08-18T22:14:00.660Z Compiling block-buffer v0.12.1
19582026-08-18T22:14:00.852Z Compiling crypto-common v0.1.7
19592026-08-18T22:14:01.012Z Compiling dtrace-parser v0.3.0
19602026-08-18T22:14:01.293Z Compiling rand_chacha v0.3.1
19612026-08-18T22:14:01.467Z Compiling is-terminal v0.4.17
19622026-08-18T22:14:01.577Z Compiling thread-id v5.1.0
19632026-08-18T22:14:01.671Z Compiling dof v0.4.0
19642026-08-18T22:14:01.912Z Compiling const-oid v0.10.2
19652026-08-18T22:14:02.222Z Compiling compression-core v0.4.32
19662026-08-18T22:14:02.408Z Compiling term v1.2.1
19672026-08-18T22:14:03.583Z Compiling take_mut v0.2.2
19682026-08-18T22:14:03.709Z Compiling debug-ignore v1.0.5
19692026-08-18T22:14:03.830Z Compiling match_cfg v0.1.0
19702026-08-18T22:14:03.908Z Compiling hostname v0.3.1
19712026-08-18T22:14:04.078Z Compiling slog-async v2.8.0
19722026-08-18T22:14:04.317Z Compiling slog-term v2.9.2
19732026-08-18T22:14:04.720Z Compiling usdt-impl v0.6.0
19742026-08-18T22:14:05.348Z Compiling compression-codecs v0.4.38
19752026-08-18T22:14:05.382Z Compiling digest v0.11.3
19762026-08-18T22:14:05.577Z Compiling rand v0.8.7
19772026-08-18T22:14:05.710Z Compiling ref-cast v1.0.26
19782026-08-18T22:14:05.825Z Compiling slog-json v2.6.1
19792026-08-18T22:14:05.851Z Compiling toml_parser v1.1.3+spec-1.1.0
19802026-08-18T22:14:06.093Z Compiling strum v0.26.3
19812026-08-18T22:14:06.235Z Compiling macaddr v1.0.1
19822026-08-18T22:14:06.361Z Compiling serde_spanned v1.1.1
19832026-08-18T22:14:06.518Z Compiling toml_datetime v1.1.1+spec-1.1.0
19842026-08-18T22:14:06.519Z Compiling memmap2 v0.9.11
19852026-08-18T22:14:06.832Z Compiling wait-timeout v0.2.1
19862026-08-18T22:14:06.946Z Compiling encoding_rs v0.8.35
19872026-08-18T22:14:07.144Z Compiling mime v0.3.17
19882026-08-18T22:14:07.304Z Compiling toml_writer v1.1.2+spec-1.1.0
19892026-08-18T22:14:07.570Z Compiling quick-error v1.2.3
19902026-08-18T22:14:07.621Z Compiling spin v0.9.9
19912026-08-18T22:14:07.685Z Compiling bit-vec v0.8.0
19922026-08-18T22:14:07.751Z Compiling rusty-fork v0.3.1
19932026-08-18T22:14:07.989Z Compiling bit-set v0.8.0
19942026-08-18T22:14:08.184Z Compiling multer v3.1.0
19952026-08-18T22:14:08.627Z Compiling toml v1.1.4+spec-1.1.0
19962026-08-18T22:14:09.026Z Compiling usdt v0.6.0
19972026-08-18T22:14:09.451Z Compiling slog-bunyan v2.5.0
19982026-08-18T22:14:09.647Z Compiling sha1 v0.11.0
19992026-08-18T22:14:09.722Z Compiling async-compression v0.4.43
20002026-08-18T22:14:10.009Z Compiling serde_with v3.22.0
20012026-08-18T22:14:10.355Z Compiling async-stream v0.3.6
20022026-08-18T22:14:10.381Z Compiling rand_xorshift v0.4.0
20032026-08-18T22:14:10.381Z Compiling waitgroup v0.1.2
20042026-08-18T22:14:10.382Z Compiling rustls-pemfile v2.2.0
20052026-08-18T22:14:10.451Z Compiling serde_path_to_error v0.1.20
20062026-08-18T22:14:10.646Z Compiling hostname v0.4.2
20072026-08-18T22:14:10.654Z Compiling unarray v0.1.4
20082026-08-18T22:14:10.666Z Compiling progenitor-client v0.14.0
20092026-08-18T22:14:10.773Z Compiling proptest v1.11.0
20102026-08-18T22:14:10.804Z Compiling dropshot v0.17.1
20112026-08-18T22:14:10.911Z Compiling strum v0.27.2
20122026-08-18T22:14:11.050Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20132026-08-18T22:14:11.136Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20142026-08-18T22:14:11.204Z Compiling iddqd v0.4.6
20152026-08-18T22:14:11.217Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-08-18T22:14:11.366Z Compiling block-buffer v0.10.4
20172026-08-18T22:14:11.523Z Compiling reqwest v0.12.28
20182026-08-18T22:14:11.537Z Compiling backon v1.6.0
20192026-08-18T22:14:11.797Z Compiling instant v0.1.13
20202026-08-18T22:14:11.924Z Compiling backoff v0.4.0
20212026-08-18T22:14:12.148Z Compiling progenitor-extras v0.2.0
20222026-08-18T22:14:12.394Z Compiling digest v0.10.7
20232026-08-18T22:14:12.648Z Compiling progenitor-client v0.10.0
20242026-08-18T22:14:12.778Z Compiling parse-display v0.10.0
20252026-08-18T22:14:13.079Z Compiling itertools v0.14.0
20262026-08-18T22:14:13.122Z Compiling regress v0.10.5
20272026-08-18T22:14:13.125Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20282026-08-18T22:14:13.664Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20292026-08-18T22:14:14.647Z Compiling humantime v2.4.0
20302026-08-18T22:14:15.088Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-08-18T22:14:15.490Z Compiling cpufeatures v0.2.17
20322026-08-18T22:14:15.576Z Compiling unicode-width v0.2.2
20332026-08-18T22:14:15.902Z Compiling heck v0.5.0
20342026-08-18T22:14:16.601Z Compiling secrecy v0.10.3
20352026-08-18T22:14:16.777Z Compiling tinyvec_macros v0.1.1
20362026-08-18T22:14:16.789Z Compiling num-integer v0.1.47
20372026-08-18T22:14:16.853Z Compiling tinyvec v1.12.0
20382026-08-18T22:14:16.866Z Compiling scroll v0.12.0
20392026-08-18T22:14:17.175Z Compiling crucible-workspace-hack v0.1.0
20402026-08-18T22:14:17.257Z Compiling hmac v0.12.1
20412026-08-18T22:14:17.291Z Compiling regress v0.11.1
20422026-08-18T22:14:17.312Z Compiling inout v0.1.4
20432026-08-18T22:14:17.423Z Compiling ff v0.13.1
20442026-08-18T22:14:17.475Z Compiling utf8parse v0.2.2
20452026-08-18T22:14:17.585Z Compiling anstyle-parse v1.0.0
20462026-08-18T22:14:17.596Z Compiling group v0.13.0
20472026-08-18T22:14:17.723Z Compiling cipher v0.4.4
20482026-08-18T22:14:17.816Z Compiling hkdf v0.12.4
20492026-08-18T22:14:17.842Z Compiling goblin v0.8.2
20502026-08-18T22:14:17.977Z Compiling num-rational v0.4.2
20512026-08-18T22:14:17.989Z Compiling num-iter v0.1.46
20522026-08-18T22:14:18.117Z Compiling zerocopy v0.7.35
20532026-08-18T22:14:18.736Z Compiling universal-hash v0.5.1
20542026-08-18T22:14:18.890Z Compiling crypto-bigint v0.5.5
20552026-08-18T22:14:19.115Z Compiling typify-impl v0.6.2
20562026-08-18T22:14:19.823Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-08-18T22:14:20.813Z Compiling terminal_size v0.4.4
20582026-08-18T22:14:20.985Z Compiling half v2.7.1
20592026-08-18T22:14:21.072Z Compiling num-complex v0.4.6
20602026-08-18T22:14:21.341Z Compiling anstyle v1.0.14
20612026-08-18T22:14:21.534Z Compiling base16ct v0.2.0
20622026-08-18T22:14:21.622Z Compiling opaque-debug v0.3.1
20632026-08-18T22:14:21.702Z Compiling base64ct v1.8.3
20642026-08-18T22:14:21.750Z Compiling colorchoice v1.0.5
20652026-08-18T22:14:21.884Z Compiling is_terminal_polyfill v1.70.2
20662026-08-18T22:14:21.997Z Compiling anstyle-query v1.1.5
20672026-08-18T22:14:22.056Z Compiling ciborium-io v0.2.2
20682026-08-18T22:14:22.112Z Compiling anstream v1.0.0
20692026-08-18T22:14:22.134Z Compiling ciborium-ll v0.2.2
20702026-08-18T22:14:22.160Z Compiling password-hash v0.5.0
20712026-08-18T22:14:22.404Z Compiling poly1305 v0.8.0
20722026-08-18T22:14:22.607Z Compiling elliptic-curve v0.13.8
20732026-08-18T22:14:22.960Z Compiling num v0.4.3
20742026-08-18T22:14:23.039Z Compiling curve25519-dalek v4.1.3
20752026-08-18T22:14:23.062Z Compiling typify v0.6.2
20762026-08-18T22:14:23.126Z Compiling dof v0.3.0
20772026-08-18T22:14:23.174Z Compiling thiserror-no-std v2.0.2
20782026-08-18T22:14:23.275Z Compiling chacha20 v0.9.1
20792026-08-18T22:14:23.535Z Compiling crossbeam-epoch v0.9.20
20802026-08-18T22:14:24.026Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20812026-08-18T22:14:24.460Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-08-18T22:14:25.720Z Compiling blake2 v0.10.6
20832026-08-18T22:14:25.755Z Compiling aead v0.5.2
20842026-08-18T22:14:25.953Z Compiling byte-wrapper v0.1.0
20852026-08-18T22:14:25.969Z Compiling dtrace-parser v0.2.0
20862026-08-18T22:14:26.221Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20872026-08-18T22:14:26.602Z Compiling thread-id v4.2.2
20882026-08-18T22:14:26.698Z Compiling keccak v0.1.6
20892026-08-18T22:14:26.891Z Compiling clap_lex v1.1.0
20902026-08-18T22:14:27.182Z Compiling float-ord v0.3.2
20912026-08-18T22:14:27.262Z Compiling strsim v0.11.1
20922026-08-18T22:14:27.308Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-08-18T22:14:27.424Z Compiling sha3 v0.10.9
20942026-08-18T22:14:27.469Z Compiling clap_builder v4.6.6
20952026-08-18T22:14:27.830Z Compiling usdt-impl v0.5.0
20962026-08-18T22:14:28.084Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20972026-08-18T22:14:28.538Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-08-18T22:14:30.854Z Compiling argon2 v0.5.3
20992026-08-18T22:14:31.848Z Compiling chacha20poly1305 v0.10.1
21002026-08-18T22:14:32.010Z Compiling vsss-rs v3.3.4
21012026-08-18T22:14:32.129Z Compiling ciborium v0.2.2
21022026-08-18T22:14:33.041Z Compiling hash32 v0.3.1
21032026-08-18T22:14:33.115Z Compiling memmap v0.7.0
21042026-08-18T22:14:33.212Z Compiling indent_write v2.2.0
21052026-08-18T22:14:33.354Z Compiling data-encoding v2.11.1
21062026-08-18T22:14:33.370Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-08-18T22:14:33.544Z Compiling usdt v0.5.0
21082026-08-18T22:14:34.194Z Compiling heapless v0.8.0
21092026-08-18T22:14:34.726Z Compiling ingot-types v0.1.2
21102026-08-18T22:14:34.806Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-08-18T22:14:35.176Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21122026-08-18T22:14:35.187Z Compiling clap v4.6.6
21132026-08-18T22:14:35.271Z Compiling rustix v0.38.44
21142026-08-18T22:14:35.282Z Compiling tabwriter v1.4.1
21152026-08-18T22:14:35.649Z Compiling cobs v0.3.0
21162026-08-18T22:14:35.931Z Compiling colored v3.1.1
21172026-08-18T22:14:36.032Z Compiling managed v0.8.0
21182026-08-18T22:14:36.305Z Compiling bitflags v1.3.2
21192026-08-18T22:14:36.388Z Compiling foreign-types-shared v0.3.1
21202026-08-18T22:14:36.493Z Compiling foreign-types v0.5.0
21212026-08-18T22:14:36.567Z Compiling smoltcp v0.11.0
21222026-08-18T22:14:36.580Z Compiling postcard v1.1.3
21232026-08-18T22:14:36.640Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-08-18T22:14:36.965Z Compiling ingot v0.1.1
21252026-08-18T22:14:38.286Z Compiling num_enum v0.7.6
21262026-08-18T22:14:38.427Z Compiling memoffset v0.9.1
21272026-08-18T22:14:38.521Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21282026-08-18T22:14:38.533Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21292026-08-18T22:14:38.641Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21302026-08-18T22:14:38.766Z Compiling chacha20 v0.10.1
21312026-08-18T22:14:38.810Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21322026-08-18T22:14:39.073Z Compiling serde_spanned v0.6.9
21332026-08-18T22:14:39.178Z Compiling toml_datetime v0.6.11
21342026-08-18T22:14:39.237Z Compiling cstr-argument v0.1.2
21352026-08-18T22:14:39.240Z Compiling unicode-segmentation v1.13.3
21362026-08-18T22:14:39.336Z Compiling swrite v0.1.0
21372026-08-18T22:14:39.419Z Compiling winnow v0.7.15
21382026-08-18T22:14:39.450Z Compiling linked-hash-map v0.5.6
21392026-08-18T22:14:39.565Z Compiling toml_write v0.1.2
21402026-08-18T22:14:39.671Z Compiling static_assertions v1.1.0
21412026-08-18T22:14:39.754Z Compiling resolv-conf v0.7.6
21422026-08-18T22:14:39.786Z Compiling lru-cache v0.1.2
21432026-08-18T22:14:39.819Z Compiling newline-converter v0.3.0
21442026-08-18T22:14:39.887Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21452026-08-18T22:14:39.930Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21462026-08-18T22:14:39.957Z Compiling rand v0.10.2
21472026-08-18T22:14:40.321Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21482026-08-18T22:14:40.385Z Compiling hubpack v0.1.2
21492026-08-18T22:14:40.469Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21502026-08-18T22:14:40.644Z Compiling nix v0.31.3
21512026-08-18T22:14:40.704Z Compiling crossbeam-deque v0.8.7
21522026-08-18T22:14:40.772Z Compiling atomicwrites v0.4.4
21532026-08-18T22:14:40.929Z Compiling hickory-proto v0.24.4
21542026-08-18T22:14:41.062Z Compiling toml_edit v0.22.27
21552026-08-18T22:14:41.389Z Compiling console v0.15.11
21562026-08-18T22:14:41.650Z Compiling itertools v0.12.1
21572026-08-18T22:14:42.739Z Compiling camino-tempfile v1.4.1
21582026-08-18T22:14:43.123Z Compiling serde-big-array v0.5.1
21592026-08-18T22:14:43.158Z Compiling lazy_static v1.5.0
21602026-08-18T22:14:43.201Z Compiling siphasher v1.0.3
21612026-08-18T22:14:43.270Z Compiling similar v2.7.0
21622026-08-18T22:14:43.284Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21632026-08-18T22:14:43.414Z Compiling phf_shared v0.12.1
21642026-08-18T22:14:43.642Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21652026-08-18T22:14:43.805Z Compiling expectorate v1.2.0
21662026-08-18T22:14:44.019Z Compiling pin-project v1.1.13
21672026-08-18T22:14:44.130Z Compiling hickory-resolver v0.24.4
21682026-08-18T22:14:44.530Z Compiling toml v0.8.23
21692026-08-18T22:14:46.010Z Compiling prettyplease v0.2.37
21702026-08-18T22:14:47.061Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-08-18T22:14:47.379Z Compiling rayon-core v1.13.0
21722026-08-18T22:14:49.099Z Compiling num_enum v0.5.11
21732026-08-18T22:14:49.232Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
21742026-08-18T22:14:49.267Z Compiling progenitor-impl v0.14.0
21752026-08-18T22:14:49.290Z Compiling progenitor-impl v0.13.0
21762026-08-18T22:14:50.190Z Compiling unicode-normalization v0.1.25
21772026-08-18T22:14:50.783Z Compiling progenitor-client v0.13.0
21782026-08-18T22:14:51.270Z Compiling tokio-stream v0.1.19
21792026-08-18T22:14:51.855Z Compiling bstr v1.13.1
21802026-08-18T22:14:52.557Z Compiling csv-core v0.1.13
21812026-08-18T22:14:52.954Z Compiling unicode-width v0.1.14
21822026-08-18T22:14:52.966Z Compiling foldhash v0.1.5
21832026-08-18T22:14:53.194Z Compiling highway v1.3.0
21842026-08-18T22:14:53.266Z Compiling jiff-core v0.1.0
21852026-08-18T22:14:53.445Z Compiling same-file v1.0.6
21862026-08-18T22:14:53.636Z Compiling konst_macro_rules v0.2.19
21872026-08-18T22:14:53.835Z Compiling foreign-types-shared v0.1.1
21882026-08-18T22:14:53.867Z Compiling konst v0.2.20
21892026-08-18T22:14:53.936Z Compiling foreign-types v0.3.2
21902026-08-18T22:14:54.016Z Compiling walkdir v2.5.0
21912026-08-18T22:14:54.249Z Compiling jiff v0.2.35
21922026-08-18T22:14:54.735Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-08-18T22:14:55.117Z Compiling hashbrown v0.15.5
21942026-08-18T22:14:55.774Z Compiling csv v1.4.0
21952026-08-18T22:14:56.720Z Compiling globset v0.4.20
21962026-08-18T22:14:57.400Z Compiling qorb v0.4.1
21972026-08-18T22:14:57.498Z Compiling progenitor v0.13.0
21982026-08-18T22:14:57.646Z Compiling snafu v0.8.9
21992026-08-18T22:14:58.212Z Compiling progenitor v0.14.0
22002026-08-18T22:14:58.360Z Compiling olpc-cjson v0.1.4
22012026-08-18T22:14:58.580Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22022026-08-18T22:14:59.188Z Compiling rayon v1.12.0
22032026-08-18T22:15:00.098Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-18T22:15:01.453Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-08-18T22:15:01.780Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22062026-08-18T22:15:03.822Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-08-18T22:15:03.936Z Compiling phf v0.12.1
22082026-08-18T22:15:04.116Z Compiling openssl-sys v0.9.117
22092026-08-18T22:15:04.579Z Compiling tokio-dtrace v0.1.1
22102026-08-18T22:15:04.914Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-08-18T22:15:06.562Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22122026-08-18T22:15:06.786Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22132026-08-18T22:15:07.234Z Compiling libsw-core v0.3.2
22142026-08-18T22:15:07.423Z Compiling pem v3.0.6
22152026-08-18T22:15:08.109Z Compiling serde_plain v1.0.2
22162026-08-18T22:15:08.160Z Compiling sigpipe v0.1.3
22172026-08-18T22:15:08.171Z Compiling typed-path v0.9.3
22182026-08-18T22:15:08.255Z Compiling fixedbitset v0.5.7
22192026-08-18T22:15:08.267Z Compiling bytecount v0.6.9
22202026-08-18T22:15:08.270Z Compiling fixedbitset v0.4.2
22212026-08-18T22:15:08.396Z Compiling minimal-lexical v0.2.1
22222026-08-18T22:15:08.469Z Compiling glob v0.3.4
22232026-08-18T22:15:08.536Z Compiling petgraph v0.8.3
22242026-08-18T22:15:08.654Z Compiling nom v7.1.3
22252026-08-18T22:15:08.717Z Compiling petgraph v0.6.5
22262026-08-18T22:15:08.767Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-08-18T22:15:09.462Z Compiling tough v0.22.0
22282026-08-18T22:15:10.361Z Compiling papergrid v0.11.0
22292026-08-18T22:15:10.564Z Compiling openssl v0.10.81
22302026-08-18T22:15:10.970Z Compiling libsw v3.5.0
22312026-08-18T22:15:11.142Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22322026-08-18T22:15:11.167Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-08-18T22:15:11.187Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22342026-08-18T22:15:11.401Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-08-18T22:15:11.484Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22362026-08-18T22:15:11.610Z Compiling zone v0.3.1
22372026-08-18T22:15:13.355Z Compiling oxide-tokio-rt v0.1.6
22382026-08-18T22:15:13.603Z Compiling chrono-tz v0.10.4
22392026-08-18T22:15:13.977Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22402026-08-18T22:15:14.170Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22412026-08-18T22:15:14.709Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
22422026-08-18T22:15:15.354Z Compiling newtype_derive v0.1.6
22432026-08-18T22:15:15.441Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-08-18T22:15:15.718Z Compiling slog-dtrace v0.3.0
22452026-08-18T22:15:16.366Z Compiling const_format v0.2.36
22462026-08-18T22:15:16.444Z Compiling cancel-safe-futures v0.1.5
22472026-08-18T22:15:16.805Z Compiling owo-colors v4.3.0
22482026-08-18T22:15:16.888Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22492026-08-18T22:15:17.581Z Compiling gethostname v0.5.0
22502026-08-18T22:15:17.693Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22512026-08-18T22:15:17.724Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22522026-08-18T22:15:17.856Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22532026-08-18T22:15:18.058Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-08-18T22:15:18.402Z Compiling bcs v0.1.6
22552026-08-18T22:15:18.461Z Compiling smf v0.2.3
22562026-08-18T22:15:18.821Z Compiling whoami v1.6.1
22572026-08-18T22:15:19.009Z Compiling linear-map v1.2.0
22582026-08-18T22:15:19.127Z Compiling tagptr v0.2.0
22592026-08-18T22:15:19.235Z Compiling unicode-linebreak v0.1.5
22602026-08-18T22:15:19.276Z Compiling termtree v0.5.1
22612026-08-18T22:15:19.288Z Compiling smawk v0.3.3
22622026-08-18T22:15:19.442Z Compiling textwrap v0.16.2
22632026-08-18T22:15:19.472Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22642026-08-18T22:15:19.526Z Compiling moka v0.12.16
22652026-08-18T22:15:19.709Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-08-18T22:15:20.782Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22672026-08-18T22:15:20.970Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22682026-08-18T22:15:21.022Z Compiling tabled v0.15.0
22692026-08-18T22:15:22.838Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22702026-08-18T22:15:23.232Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22712026-08-18T22:15:23.258Z Compiling steno v0.4.1
22722026-08-18T22:15:23.400Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22732026-08-18T22:15:23.438Z Compiling cookie v0.18.2
22742026-08-18T22:15:25.481Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22752026-08-18T22:15:28.059Z Compiling hickory-proto v0.25.2
22762026-08-18T22:15:29.924Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22772026-08-18T22:15:30.007Z Compiling arc-swap v1.9.2
22782026-08-18T22:15:30.369Z Compiling hickory-resolver v0.25.2
22792026-08-18T22:15:31.390Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22802026-08-18T22:15:33.318Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22812026-08-18T22:15:33.442Z Compiling slog-scope v4.4.1
22822026-08-18T22:15:33.446Z Compiling libscf-sys v1.2.0
22832026-08-18T22:15:33.599Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22842026-08-18T22:15:33.843Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22852026-08-18T22:15:34.336Z Compiling slog-stdlog v4.1.1
22862026-08-18T22:15:34.553Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
22872026-08-18T22:15:34.704Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22882026-08-18T22:15:35.383Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22892026-08-18T22:15:36.111Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22902026-08-18T22:15:36.222Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
22912026-08-18T22:15:37.303Z Compiling slog-envlogger v2.2.0
22922026-08-18T22:15:37.440Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22932026-08-18T22:15:37.484Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
22942026-08-18T22:15:45.486Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22952026-08-18T22:15:48.363Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22962026-08-18T22:15:49.946Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22972026-08-18T22:15:58.213Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
22982026-08-18T22:16:03.518Z Finished `release` profile [optimized] target(s) in 2m 26s
22992026-08-18T22:16:03.591Z Running unittests src/lib.rs (target/release/deps/mg_tests-6b408055e24182f2)
23002026-08-18T22:16:03.591Z
23012026-08-18T22:16:03.591Zrunning 1 test
23022026-08-18T22:16:03.591Zconfigure zone
23032026-08-18T22:16:03.591Zinstall zone
23042026-08-18T22:16:11.170Zboot zone
23052026-08-18T22:16:11.317Zstart zone s1
23062026-08-18T22:16:11.317Zconfigure zone
23072026-08-18T22:16:11.327Zinstall zone
23082026-08-18T22:16:12.903Zboot zone
23092026-08-18T22:16:12.997Zstart zone s2
23102026-08-18T22:16:12.997Zconfigure zone
23112026-08-18T22:16:13.007Zinstall zone
23122026-08-18T22:16:15.125Zboot zone
23132026-08-18T22:16:15.225Zstart zone s3
23142026-08-18T22:16:15.225Zconfigure zone
23152026-08-18T22:16:15.235Zinstall zone
23162026-08-18T22:16:17.400Zboot zone
23172026-08-18T22:16:17.502Zstart zone t1
23182026-08-18T22:16:17.502Zconfigure zone
23192026-08-18T22:16:17.511Zinstall zone
23202026-08-18T22:16:19.626Zboot zone
23212026-08-18T22:16:19.729Zwaiting for zones to come up
23222026-08-18T22:16:29.729Z[sidecar.quartet] svcs milestone/network
23232026-08-18T22:16:29.753ZSTATE STIME FMRI
23242026-08-18T22:16:29.753Zonline 22:16:10 svc:/milestone/network:default
23252026-08-18T22:16:29.753Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
23262026-08-18T22:16:29.779Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
23272026-08-18T22:16:29.806Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
23282026-08-18T22:16:29.827Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
23292026-08-18T22:16:29.832Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
23302026-08-18T22:16:29.842Z
23312026-08-18T22:16:29.843Zrunning zone s1.quartet setup
23322026-08-18T22:16:29.843Z[s1.quartet] svcs milestone/network
23332026-08-18T22:16:29.859ZSTATE STIME FMRI
23342026-08-18T22:16:29.859Zonline 22:16:12 svc:/milestone/network:default
23352026-08-18T22:16:29.859Z[s1.quartet] dladm
23362026-08-18T22:16:29.872ZLINK CLASS MTU STATE BRIDGE OVER
23372026-08-18T22:16:29.872Zsl0 simnet 9000 up -- ?
23382026-08-18T22:16:29.872Zmgs1 vnic 9000 up -- ?
23392026-08-18T22:16:29.872Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
23402026-08-18T22:16:30.316Z
23412026-08-18T22:16:30.317Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
23422026-08-18T22:16:30.329Z
23432026-08-18T22:16:30.329Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
23442026-08-18T22:16:30.341Z
23452026-08-18T22:16:30.341Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
23462026-08-18T22:16:30.443Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
23472026-08-18T22:16:30.525Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7c4314b9-4126-49ee-aba1-9baf7487b721 --sled-uuid a60c97ab-0b00-4427-8239-307040d9ac3f -a sl0/v6 &> /opt/ddmd.log &
23482026-08-18T22:16:30.540Z
23492026-08-18T22:16:30.540Zrunning zone s2.quartet setup
23502026-08-18T22:16:30.540Z[s2.quartet] svcs milestone/network
23512026-08-18T22:16:30.555ZSTATE STIME FMRI
23522026-08-18T22:16:30.555Zonline 22:16:14 svc:/milestone/network:default
23532026-08-18T22:16:30.555Z[s2.quartet] dladm
23542026-08-18T22:16:30.569ZLINK CLASS MTU STATE BRIDGE OVER
23552026-08-18T22:16:30.569Zsl1 simnet 9000 up -- ?
23562026-08-18T22:16:30.569Zmgs2 vnic 9000 up -- ?
23572026-08-18T22:16:30.569Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
23582026-08-18T22:16:31.112Z
23592026-08-18T22:16:31.112Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
23602026-08-18T22:16:31.125Z
23612026-08-18T22:16:31.125Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
23622026-08-18T22:16:31.136Z
23632026-08-18T22:16:31.137Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
23642026-08-18T22:16:31.178Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
23652026-08-18T22:16:31.220Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 585e73d6-5306-4f94-9a46-0b6cecd00a13 --sled-uuid e41a9d46-8ccf-452c-9f0b-0fdcb46f1e83 -a sl1/v6 &> /opt/ddmd.log &
23662026-08-18T22:16:31.231Z
23672026-08-18T22:16:31.231Zrunning zone s3.quartet setup
23682026-08-18T22:16:31.231Z[s3.quartet] svcs milestone/network
23692026-08-18T22:16:31.245ZSTATE STIME FMRI
23702026-08-18T22:16:31.245Zonline 22:16:16 svc:/milestone/network:default
23712026-08-18T22:16:31.245Z[s3.quartet] dladm
23722026-08-18T22:16:31.259ZLINK CLASS MTU STATE BRIDGE OVER
23732026-08-18T22:16:31.259Zsl2 simnet 9000 up -- ?
23742026-08-18T22:16:31.259Zmgs3 vnic 9000 up -- ?
23752026-08-18T22:16:31.259Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
23762026-08-18T22:16:31.859Z
23772026-08-18T22:16:31.859Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
23782026-08-18T22:16:31.874Z
23792026-08-18T22:16:31.874Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
23802026-08-18T22:16:31.886Z
23812026-08-18T22:16:31.886Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
23822026-08-18T22:16:31.935Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
23832026-08-18T22:16:31.976Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e0dea286-0ec8-4e03-be05-7e9dffca2225 --sled-uuid 6104b83e-1ec5-472b-ae9b-7e07c0cc5b72 -a sl2/v6 &> /opt/ddmd.log &
23842026-08-18T22:16:31.987Z
23852026-08-18T22:16:31.988Zrunning zone t1.quartet setup
23862026-08-18T22:16:31.988Z[t1.quartet] svcs milestone/network
23872026-08-18T22:16:32.002ZSTATE STIME FMRI
23882026-08-18T22:16:32.002Zonline 22:16:19 svc:/milestone/network:default
23892026-08-18T22:16:32.002Z[t1.quartet] dladm
23902026-08-18T22:16:32.015ZLINK CLASS MTU STATE BRIDGE OVER
23912026-08-18T22:16:32.015Ztfportrear0_0 simnet 9000 up -- ?
23922026-08-18T22:16:32.015Ztfportrear1_0 simnet 9000 up -- ?
23932026-08-18T22:16:32.015Ztfportrear2_0 simnet 9000 up -- ?
23942026-08-18T22:16:32.015Zmgt1 vnic 9000 up -- ?
23952026-08-18T22:16:32.015Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
23962026-08-18T22:16:32.570Z
23972026-08-18T22:16:32.570Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
23982026-08-18T22:16:32.583Z
23992026-08-18T22:16:32.583Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
24002026-08-18T22:16:32.595Z
24012026-08-18T22:16:32.596Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
24022026-08-18T22:16:32.608Z
24032026-08-18T22:16:32.609Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
24042026-08-18T22:16:32.619Z
24052026-08-18T22:16:32.619Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
24062026-08-18T22:16:32.885Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
24072026-08-18T22:16:32.889Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
24082026-08-18T22:16:32.889Zwaiting 3s for copy of files to zone to complete ...
24092026-08-18T22:16:35.889Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
24102026-08-18T22:16:36.022Z
24112026-08-18T22:16:36.022Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
24122026-08-18T22:16:36.128Z
24132026-08-18T22:16:36.128Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
24142026-08-18T22:16:36.165Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
24152026-08-18T22:16:36.198Z[t1.quartet] svcadm disable dendrite
24162026-08-18T22:16:36.222Z
24172026-08-18T22:16:36.222Z[t1.quartet] svcadm disable tfport
24182026-08-18T22:16:36.245Z
24192026-08-18T22:16:36.246Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
24202026-08-18T22:16:36.274Z
24212026-08-18T22:16:36.275Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
24222026-08-18T22:16:36.295Z
24232026-08-18T22:16:36.296Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
24242026-08-18T22:16:36.319Z
24252026-08-18T22:16:36.319Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
24262026-08-18T22:16:36.344Z
24272026-08-18T22:16:36.344Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
24282026-08-18T22:16:36.368Z
24292026-08-18T22:16:36.368Z[t1.quartet] svcadm refresh dendrite:default
24302026-08-18T22:16:36.389Z
24312026-08-18T22:16:36.389Z[t1.quartet] svcadm enable dendrite:default
24322026-08-18T22:16:36.411Z
24332026-08-18T22:16:36.411Zwait 10s for dendrite to come up ...
24342026-08-18T22:16:46.411Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
24352026-08-18T22:16:46.438Z
24362026-08-18T22:16:46.438Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
24372026-08-18T22:16:46.463Z
24382026-08-18T22:16:46.463Z[t1.quartet] svcadm refresh tfport:default
24392026-08-18T22:16:46.483Z
24402026-08-18T22:16:46.483Z[t1.quartet] svcadm enable tfport
24412026-08-18T22:16:46.504Z
24422026-08-18T22:16:46.526Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid eee43a50-0769-4122-b8f6-d90acbc5e2ad --sled-uuid 93c4e35d-bc1f-4cb7-8a88-0805cc3a617b -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
24432026-08-18T22:16:46.526Z
24442026-08-18T22:16:46.526Z[t1.quartet] ipadm
24452026-08-18T22:16:46.530ZADDROBJ TYPE STATE ADDR
24462026-08-18T22:16:46.530Zlo0/v4 static ok 127.0.0.1/8
24472026-08-18T22:16:46.530Zmgt1/v4 static ok 10.0.0.4/24
24482026-08-18T22:16:46.530Zlo0/v6 static ok ::1/128
24492026-08-18T22:16:46.530Zlo0/u6 static ok fd00:4::1/64
24502026-08-18T22:16:46.530Ztfportrear0_0/v6 addrconf ok fe80::4ce9:e7ff:fef6:7e47%tfportrear0_0/10
24512026-08-18T22:16:46.530Ztfportrear1_0/v6 addrconf ok fe80::1036:e1ff:fe68:73b2%tfportrear1_0/10
24522026-08-18T22:16:46.530Ztfportrear2_0/v6 addrconf ok fe80::b4dc:dbff:fe52:7e9f%tfportrear2_0/10
24532026-08-18T22:16:48.663Zinitial peering test passed
24542026-08-18T22:16:49.665Z[s3.quartet] ping fd00:1::1
24552026-08-18T22:16:49.680Zfd00:1::1 is alive
24562026-08-18T22:17:00.681Z[s3.quartet] ping fd00:1::1
24572026-08-18T22:17:00.696Zfd00:1::1 is alive
24582026-08-18T22:17:00.699Z[t1.quartet] pkill ddmd
24592026-08-18T22:17:00.708Z
24602026-08-18T22:17:00.708Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
24612026-08-18T22:17:00.711Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
24622026-08-18T22:17:02.125Ztest ddm::test_quartet has been running for over 60 seconds
24632026-08-18T22:17:02.608Z[s3.quartet] pkill ddmd
24642026-08-18T22:17:02.622Z
24652026-08-18T22:17:02.622Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
24662026-08-18T22:17:04.416Z[s2.quartet] pkill ddmd
24672026-08-18T22:17:04.429Z
24682026-08-18T22:17:04.429Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
24692026-08-18T22:17:06.274Z[s1.quartet] pkill ddmd
24702026-08-18T22:17:06.287Z
24712026-08-18T22:17:06.287Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
24722026-08-18T22:17:08.138Z[sidecar.quartet] pkill softnpu
24732026-08-18T22:17:08.151Z
24742026-08-18T22:17:08.151Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
24752026-08-18T22:17:11.532Ztest ddm::test_quartet ... ok
24762026-08-18T22:17:11.532Z
24772026-08-18T22:17:11.532Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 69.41s
24782026-08-18T22:17:11.532Z
24792026-08-18T22:17:11.583Z+ cleanup
24802026-08-18T22:17:11.586Z++ id -un
24812026-08-18T22:17:11.589Z++ id -gn
24822026-08-18T22:17:11.592Z+ pfexec chown -R build:build .
24832026-08-18T22:17:11.712Zprocess exited: duration 498285 ms, exit code 0
 
24842026-08-18T22:17:11.723Zfound 6 output files
24852026-08-18T22:17:11.723Zuploading: /work/s1.quartet.log (3149 bytes)
24862026-08-18T22:17:12.738Zuploaded: /work/s1.quartet.log
24872026-08-18T22:17:12.743Zuploading: /work/s2.quartet.log (3142 bytes)
24882026-08-18T22:17:13.754Zuploaded: /work/s2.quartet.log
24892026-08-18T22:17:13.754Zuploading: /work/s3.quartet.log (3264 bytes)
24902026-08-18T22:17:14.761Zuploaded: /work/s3.quartet.log
24912026-08-18T22:17:14.761Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
24922026-08-18T22:17:15.771Zuploaded: /work/sidecar.quartet-softnpu.log
24932026-08-18T22:17:15.774Zuploading: /work/t1.quartet-dpd.log (341518 bytes)
24942026-08-18T22:17:16.787Zuploaded: /work/t1.quartet-dpd.log
24952026-08-18T22:17:16.787Zuploading: /work/t1.quartet.log (17568 bytes)
24962026-08-18T22:17:17.801Zuploaded: /work/t1.quartet.log