01M1BJ35R52RP3HZWH059V93Y6: 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: 01M1BJ40P32G48B4ZKXVGS8BZW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T09:25:04.596Zjob assigned to worker 01M1BJ4B615DQRB14JW11D0362 [factory aws, i-05057060fbef4e8cc] (queued for 1 m 2 s)
 
22026-08-31T09:25:11.400Zstarting task 0: "setup"
32026-08-31T09:25:11.404Z++ uname -s
42026-08-31T09:25:11.407Z+ kern=SunOS
52026-08-31T09:25:11.407Z+ build_user=build
62026-08-31T09:25:11.407Z+ build_uid=12345
72026-08-31T09:25:11.407Z+ work_dir=/work
82026-08-31T09:25:11.407Z+ input_dir=/input
92026-08-31T09:25:11.407Z+ [[ 0 == 12345 ]]
102026-08-31T09:25:11.407Z+ case "$kern" in
112026-08-31T09:25:11.407Z+ groupadd -g 12345 build
122026-08-31T09:25:11.407Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T09:25:13.413Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T09:25:13.533Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T09:25:13.536Z+ home_fs=zfs
162026-08-31T09:25:13.536Z+ [[ zfs == autofs ]]
172026-08-31T09:25:13.536Z+ mkdir -p /home/build
182026-08-31T09:25:13.536Z+ chown build:build /home/build /work
192026-08-31T09:25:14.537Z+ chmod 0700 /home/build /work
202026-08-31T09:25:14.540Zprocess exited: duration 3139 ms, exit code 0
 
212026-08-31T09:25:14.547Zstarting task 1: "rust-toolchain"
222026-08-31T09:25:14.550Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-31T09:25:14.550Z * rust toolchain channel = "stable"
242026-08-31T09:25:14.550Z * rust toolchain profile = "default"
252026-08-31T09:25:14.551Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-31T09:25:14.551Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T09:25:14.551Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T09:25:14.554Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T09:25:14.554Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-31T09:25:14.629Zinfo: downloading installer
312026-08-31T09:25:15.914Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T09:25:15.914Zwarn: /home/build/.rustup/settings.toml
332026-08-31T09:25:15.914Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T09:25:15.914Zwarn: instead of the one inferred from the default host triple.
352026-08-31T09:25:15.926Zinfo: profile set to default
362026-08-31T09:25:15.927Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T09:25:15.931Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-31T09:25:16.068Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
392026-08-31T09:25:16.071Zinfo: downloading 6 components
402026-08-31T09:25:31.438Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-31T09:25:31.438Z
422026-08-31T09:25:31.465Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
432026-08-31T09:25:31.465Z
442026-08-31T09:25:31.468Z
452026-08-31T09:25:31.468ZRust is installed now. Great!
462026-08-31T09:25:31.468Z
472026-08-31T09:25:31.468ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T09:25:31.468Zenvironment variable. This has not been done automatically.
492026-08-31T09:25:31.468Z
502026-08-31T09:25:31.468ZTo configure your current shell, you need to source
512026-08-31T09:25:31.468Zthe corresponding env file under $HOME/.cargo.
522026-08-31T09:25:31.468Z
532026-08-31T09:25:31.468ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T09:25:31.468Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T09:25:31.469Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T09:25:31.469Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T09:25:31.469Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T09:25:31.469Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T09:25:31.469Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T09:25:31.469Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T09:25:31.469Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T09:25:31.566Z+ rustup --version
632026-08-31T09:25:31.576Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T09:25:31.579Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T09:25:31.596Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
662026-08-31T09:25:31.599Z+ cargo --version
672026-08-31T09:25:31.613Zcargo 1.98.0 (797e8a9bc 2026-08-05)
682026-08-31T09:25:31.616Z+ rustc --version
692026-08-31T09:25:31.634Zrustc 1.98.0 (88d9e12ae 2026-08-18)
702026-08-31T09:25:31.638Zprocess exited: duration 17089 ms, exit code 0
 
712026-08-31T09:25:31.644Zstarting task 2: "authentication"
722026-08-31T09:25:31.660Zprocess exited: duration 15 ms, exit code 0
 
732026-08-31T09:25:31.666Zstarting task 3: "clone repository"
742026-08-31T09:25:31.669Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-31T09:25:31.673Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-31T09:25:31.700ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-31T09:25:33.598Z+ cd /work/oxidecomputer/maghemite
782026-08-31T09:25:33.598Z+ git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7
792026-08-31T09:25:34.135ZFrom https://github.com/oxidecomputer/maghemite
802026-08-31T09:25:34.135Z * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD
812026-08-31T09:25:34.141Z+ [[ -n zl/ddm-mcast ]]
822026-08-31T09:25:34.144Z++ git branch --show-current
832026-08-31T09:25:34.144Z+ current=main
842026-08-31T09:25:34.144Z+ [[ main != zl/ddm-mcast ]]
852026-08-31T09:25:34.144Z+ git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7
862026-08-31T09:25:34.147Z+ git checkout -f zl/ddm-mcast
872026-08-31T09:25:34.168ZSwitched to branch 'zl/ddm-mcast'
882026-08-31T09:25:34.171Z+ git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7
892026-08-31T09:25:34.189ZHEAD is now at 36e4365 [merge] merge zl/mrib
902026-08-31T09:25:34.192Zprocess exited: duration 2523 ms, exit code 0
 
912026-08-31T09:25:34.201Zstarting task 4: "build"
922026-08-31T09:25:34.211Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
932026-08-31T09:25:34.346Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
942026-08-31T09:25:34.349Zinfo: downloading 6 components
952026-08-31T09:25:47.986Zcargo 1.97.1 (c980f4866 2026-06-30)
962026-08-31T09:25:48.016Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-31T09:25:48.023Z++ dladm
982026-08-31T09:25:48.027ZLINK CLASS MTU STATE BRIDGE OVER
992026-08-31T09:25:48.027Zena0 phys 9216 up -- --
1002026-08-31T09:25:48.030Z++ ipadm
1012026-08-31T09:25:48.030ZADDROBJ TYPE STATE ADDR
1022026-08-31T09:25:48.030Zlo0/v4 static ok 127.0.0.1/8
1032026-08-31T09:25:48.030Zena0/dhcp dhcp ok 10.150.1.217/24
1042026-08-31T09:25:48.030Zlo0/v6 static ok ::1/128
1052026-08-31T09:25:48.030Z++ banner collect
1062026-08-31T09:25:48.033Z
1072026-08-31T09:25:48.034Z #### #### # # ###### #### #####
1082026-08-31T09:25:48.034Z # # # # # # # # # #
1092026-08-31T09:25:48.034Z # # # # # ##### # #
1102026-08-31T09:25:48.034Z # # # # # # # #
1112026-08-31T09:25:48.034Z # # # # # # # # # #
1122026-08-31T09:25:48.034Z #### #### ###### ###### ###### #### #
1132026-08-31T09:25:48.034Z
1142026-08-31T09:25:48.034Z++ get_artifact softnpu image 284c6830722548714128e63ea04bcca78ee27154 softnpu
1152026-08-31T09:25:48.034Z++ repo=softnpu
1162026-08-31T09:25:48.034Z++ series=image
1172026-08-31T09:25:48.034Z++ commit=284c6830722548714128e63ea04bcca78ee27154
1182026-08-31T09:25:48.034Z++ name=softnpu
1192026-08-31T09:25:48.034Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1202026-08-31T09:25:48.034Z++ mkdir -p download
1212026-08-31T09:25:48.034Z++ pushd download
1222026-08-31T09:25:48.034Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1232026-08-31T09:25:48.034Z++ [[ ! -f softnpu ]]
1242026-08-31T09:25:48.034Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/284c6830722548714128e63ea04bcca78ee27154/softnpu
1252026-08-31T09:25:48.039Z % Total % Received % Xferd Average Speed Time Time Time Current
1262026-08-31T09:25:48.042Z Dload Upload Total Spent Left Speed
1272026-08-31T09:25:48.319Z 0 0 0 0 0 0 0 0 0 100 14.94M 100 14.94M 0 0 53.44M 0 0 100 14.94M 100 14.94M 0 0 53.43M 0 0 100 14.94M 100 14.94M 0 0 53.42M 0 0
1282026-08-31T09:25:48.323Z++ popd
1292026-08-31T09:25:48.326Z/work/oxidecomputer/maghemite
1302026-08-31T09:25:48.326Z++ get_artifact sidecar-lite release 461cbe1926b93b20c2f43ad5cd9007b193db61a6 libsidecar_lite.so
1312026-08-31T09:25:48.326Z++ repo=sidecar-lite
1322026-08-31T09:25:48.326Z++ series=release
1332026-08-31T09:25:48.326Z++ commit=461cbe1926b93b20c2f43ad5cd9007b193db61a6
1342026-08-31T09:25:48.326Z++ name=libsidecar_lite.so
1352026-08-31T09:25:48.326Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1362026-08-31T09:25:48.326Z++ mkdir -p download
1372026-08-31T09:25:48.326Z++ pushd download
1382026-08-31T09:25:48.326Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1392026-08-31T09:25:48.327Z++ [[ ! -f libsidecar_lite.so ]]
1402026-08-31T09:25:48.327Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/461cbe1926b93b20c2f43ad5cd9007b193db61a6/libsidecar_lite.so
1412026-08-31T09:25:48.331Z % Total % Received % Xferd Average Speed Time Time Time Current
1422026-08-31T09:25:48.334Z Dload Upload Total Spent Left Speed
1432026-08-31T09:25:48.649Z 0 0 0 0 0 0 0 0 0 100 12.37M 100 12.37M 0 0 38.93M 0 0 100 12.37M 100 12.37M 0 0 38.92M 0 0 100 12.37M 100 12.37M 0 0 38.92M 0 0
1442026-08-31T09:25:48.653Z++ popd
1452026-08-31T09:25:48.655Z/work/oxidecomputer/maghemite
1462026-08-31T09:25:48.655Z++ get_artifact sidecar-lite release 461cbe1926b93b20c2f43ad5cd9007b193db61a6 scadm
1472026-08-31T09:25:48.656Z++ repo=sidecar-lite
1482026-08-31T09:25:48.656Z++ series=release
1492026-08-31T09:25:48.656Z++ commit=461cbe1926b93b20c2f43ad5cd9007b193db61a6
1502026-08-31T09:25:48.656Z++ name=scadm
1512026-08-31T09:25:48.656Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1522026-08-31T09:25:48.656Z++ mkdir -p download
1532026-08-31T09:25:48.656Z++ pushd download
1542026-08-31T09:25:48.656Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1552026-08-31T09:25:48.656Z++ [[ ! -f scadm ]]
1562026-08-31T09:25:48.656Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/461cbe1926b93b20c2f43ad5cd9007b193db61a6/scadm
1572026-08-31T09:25:48.663Z % Total % Received % Xferd Average Speed Time Time Time Current
1582026-08-31T09:25:48.667Z Dload Upload Total Spent Left Speed
1592026-08-31T09:25:48.934Z 0 0 0 0 0 0 0 0 0 100 15.34M 100 15.34M 0 0 56.43M 0 0 100 15.34M 100 15.34M 0 0 56.41M 0 0 100 15.34M 100 15.34M 0 0 56.41M 0 0
1602026-08-31T09:25:48.937Z++ popd
1612026-08-31T09:25:48.937Z/work/oxidecomputer/maghemite
1622026-08-31T09:25:48.937Z++ get_artifact dendrite image 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d dendrite-softnpu.tar.gz
1632026-08-31T09:25:48.937Z++ repo=dendrite
1642026-08-31T09:25:48.937Z++ series=image
1652026-08-31T09:25:48.937Z++ commit=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
1662026-08-31T09:25:48.937Z++ name=dendrite-softnpu.tar.gz
1672026-08-31T09:25:48.937Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1682026-08-31T09:25:48.937Z++ mkdir -p download
1692026-08-31T09:25:48.941Z++ pushd download
1702026-08-31T09:25:48.941Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1712026-08-31T09:25:48.941Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1722026-08-31T09:25:48.941Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-softnpu.tar.gz
1732026-08-31T09:25:48.947Z % Total % Received % Xferd Average Speed Time Time Time Current
1742026-08-31T09:25:48.949Z Dload Upload Total Spent Left Speed
1752026-08-31T09:25:50.167Z 0 0 0 0 0 0 0 0 0 77 81.56M 77 63.47M 0 0 63.35M 0 00:01 00:01 63.37M 100 81.56M 100 81.56M 0 0 66.73M 0 00:01 00:01 63.37M 100 81.56M 100 81.56M 0 0 66.73M 0 00:01 00:01 63.37M 100 81.56M 100 81.56M 0 0 66.73M 0 00:01 00:01 63.37M
1762026-08-31T09:25:50.171Z++ popd
1772026-08-31T09:25:50.174Z/work/oxidecomputer/maghemite
1782026-08-31T09:25:50.174Z++ get_artifact maghemite release 36e43651d452b07302d464b0997da22b0af75ea7 ddm
1792026-08-31T09:25:50.174Z++ repo=maghemite
1802026-08-31T09:25:50.174Z++ series=release
1812026-08-31T09:25:50.174Z++ commit=36e43651d452b07302d464b0997da22b0af75ea7
1822026-08-31T09:25:50.174Z++ name=ddm
1832026-08-31T09:25:50.174Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1842026-08-31T09:25:50.174Z++ mkdir -p download
1852026-08-31T09:25:50.174Z++ pushd download
1862026-08-31T09:25:50.174Z++ [[ ! -f ddm ]]
1872026-08-31T09:25:50.174Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1882026-08-31T09:25:50.174Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/36e43651d452b07302d464b0997da22b0af75ea7/ddm
1892026-08-31T09:25:50.180Z % Total % Received % Xferd Average Speed Time Time Time Current
1902026-08-31T09:25:50.184Z Dload Upload Total Spent Left Speed
1912026-08-31T09:25:50.217Z 0 0 0 0 0 0 0 0 0
1922026-08-31T09:25:50.217Zcurl: (22) The requested URL returned error: 404
1932026-08-31T09:25:50.220Z++ popd
1942026-08-31T09:25:50.220Z/work/oxidecomputer/maghemite
1952026-08-31T09:25:50.220Z++ get_artifact maghemite release 36e43651d452b07302d464b0997da22b0af75ea7 ddmadm
1962026-08-31T09:25:50.220Z++ repo=maghemite
1972026-08-31T09:25:50.220Z++ series=release
1982026-08-31T09:25:50.220Z++ commit=36e43651d452b07302d464b0997da22b0af75ea7
1992026-08-31T09:25:50.220Z++ name=ddmadm
2002026-08-31T09:25:50.220Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2012026-08-31T09:25:50.220Z++ mkdir -p download
2022026-08-31T09:25:50.224Z++ pushd download
2032026-08-31T09:25:50.224Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2042026-08-31T09:25:50.224Z++ [[ ! -f ddmadm ]]
2052026-08-31T09:25:50.224Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/36e43651d452b07302d464b0997da22b0af75ea7/ddmadm
2062026-08-31T09:25:50.227Z % Total % Received % Xferd Average Speed Time Time Time Current
2072026-08-31T09:25:50.227Z Dload Upload Total Spent Left Speed
2082026-08-31T09:25:50.262Z 0 0 0 0 0 0 0 0 0
2092026-08-31T09:25:50.262Zcurl: (22) The requested URL returned error: 404
2102026-08-31T09:25:50.265Z++ popd
2112026-08-31T09:25:50.265Z/work/oxidecomputer/maghemite
2122026-08-31T09:25:50.265Z++ pushd download
2132026-08-31T09:25:50.265Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2142026-08-31T09:25:50.265Z++ chmod +x softnpu
2152026-08-31T09:25:50.265Z++ chmod +x scadm
2162026-08-31T09:25:50.268Z++ chmod +x ddmadm
2172026-08-31T09:25:50.268Zchmod: WARNING: can't access ddmadm
2182026-08-31T09:25:50.268Z++ chmod +x ddmd
2192026-08-31T09:25:50.272Zchmod: WARNING: can't access ddmd
2202026-08-31T09:25:50.272Z++ mv ddmadm ddmadm-v2
2212026-08-31T09:25:50.272Zmv: cannot access ddmadm
2222026-08-31T09:25:50.272Z++ mv ddmd ddmd-v2
2232026-08-31T09:25:50.273Zmv: cannot access ddmd
2242026-08-31T09:25:50.273Z++ rm -rf zones/dendrite
2252026-08-31T09:25:50.276Z++ mkdir -p zones/dendrite
2262026-08-31T09:25:50.277Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2272026-08-31T09:25:51.046Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2282026-08-31T09:25:51.049Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2292026-08-31T09:25:51.052Z++ popd
2302026-08-31T09:25:51.052Z/work/oxidecomputer/maghemite
2312026-08-31T09:25:51.052Z++ banner install
2322026-08-31T09:25:51.052Z
2332026-08-31T09:25:51.052Z # # # #### ##### ## # #
2342026-08-31T09:25:51.052Z # ## # # # # # # #
2352026-08-31T09:25:51.052Z # # # # #### # # # # #
2362026-08-31T09:25:51.052Z # # # # # # ###### # #
2372026-08-31T09:25:51.052Z # # ## # # # # # # #
2382026-08-31T09:25:51.053Z # # # #### # # # ###### ######
2392026-08-31T09:25:51.053Z
2402026-08-31T09:25:51.054Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2412026-08-31T09:25:51.054Z++ pfexec pkg install clang-15
2422026-08-31T09:25:56.054Z Startup: Refreshing catalog 'helios' ... Done
2432026-08-31T09:25:56.468Z Startup: Caching catalogs ... Done
2442026-08-31T09:25:58.805ZPlanning: Solver setup ... Done
2452026-08-31T09:25:58.844ZPlanning: Running solver ... Done
2462026-08-31T09:25:58.892ZPlanning: Consolidating action changes ... Done
2472026-08-31T09:25:58.892ZPlanning: Evaluating mediators ... Done
2482026-08-31T09:25:58.897ZPlanning: Planning completed in 2.39 seconds
2492026-08-31T09:25:58.975ZNo updates necessary for this image.
2502026-08-31T09:25:59.204Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2512026-08-31T09:25:59.204Z++ pfexec pkg install pkg-config
2522026-08-31T09:25:59.475Z Startup: Refreshing catalog 'helios' ... Done
2532026-08-31T09:26:01.770ZPlanning: Solver setup ... Done
2542026-08-31T09:26:01.836ZPlanning: Running solver ... Done
2552026-08-31T09:26:01.884ZPlanning: Consolidating action changes ... Done
2562026-08-31T09:26:01.884ZPlanning: Evaluating mediators ... Done
2572026-08-31T09:26:01.887ZPlanning: Planning completed in 2.41 seconds
2582026-08-31T09:26:01.901ZNo updates necessary for this image.
2592026-08-31T09:26:02.039Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2602026-08-31T09:26:02.039Z++ pfexec pkg install brand/omicron1
2612026-08-31T09:26:02.307Z Startup: Refreshing catalog 'helios' ... Done
2622026-08-31T09:26:04.604ZPlanning: Solver setup ... Done
2632026-08-31T09:26:04.669ZPlanning: Running solver ... Done
2642026-08-31T09:26:04.723ZPlanning: Finding local manifests ... Done
2652026-08-31T09:26:04.727ZPlanning: Fetching manifests: 0/2 0% complete
2662026-08-31T09:26:04.749ZPlanning: Fetching manifests: 2/2 100% complete
2672026-08-31T09:26:04.761ZPlanning: Package planning ... Done
2682026-08-31T09:26:04.764ZPlanning: Merging actions ... Done
2692026-08-31T09:26:04.917ZPlanning: Checking for conflicting actions ... Done
2702026-08-31T09:26:04.923ZPlanning: Consolidating action changes ... Done
2712026-08-31T09:26:05.718ZPlanning: Evaluating mediators ... Done
2722026-08-31T09:26:05.725ZPlanning: Planning completed in 3.41 seconds
2732026-08-31T09:26:05.733Z Packages to install: 2
2742026-08-31T09:26:05.733Z Create boot environment: No
2752026-08-31T09:26:05.733ZCreate backup boot environment: No
2762026-08-31T09:26:05.748Z
2772026-08-31T09:26:05.748ZDownload: 0/5 items 0.0/1.0MB 0% complete
2782026-08-31T09:26:05.760ZDownload: Completed 1.01 MB in 0.01 seconds (73.5M/s)
2792026-08-31T09:26:05.894Z Actions: 1/28 actions (Installing new actions)
2802026-08-31T09:26:05.906Z Actions: Completed 28 actions in 0.01 seconds.
2812026-08-31T09:26:05.943ZFinalize: Updating package state database ... Done
2822026-08-31T09:26:05.943ZFinalize: Updating package cache ... Done
2832026-08-31T09:26:06.044ZFinalize: Updating image state ... Done
2842026-08-31T09:26:08.427ZFinalize: Creating fast lookup database ... Done
2852026-08-31T09:26:08.496ZFinalize: Reading search index ... Done
2862026-08-31T09:26:08.499ZFinalize: Updating search index ... Done
2872026-08-31T09:26:08.576ZFinalize: Updating package cache ... Done
2882026-08-31T09:26:08.664Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2892026-08-31T09:26:08.665Z++ pfexec pkg install brand/omicron1/tools
2902026-08-31T09:26:08.933Z Startup: Refreshing catalog 'helios' ... Done
2912026-08-31T09:26:11.209ZPlanning: Solver setup ... Done
2922026-08-31T09:26:11.273ZPlanning: Running solver ... Done
2932026-08-31T09:26:11.324ZPlanning: Finding local manifests ... Done
2942026-08-31T09:26:11.327ZPlanning: Fetching manifests: 0/1 0% complete
2952026-08-31T09:26:11.342ZPlanning: Fetching manifests: 1/1 100% complete
2962026-08-31T09:26:11.354ZPlanning: Package planning ... Done
2972026-08-31T09:26:11.357ZPlanning: Merging actions ... Done
2982026-08-31T09:26:11.484ZPlanning: Checking for conflicting actions ... Done
2992026-08-31T09:26:11.488ZPlanning: Consolidating action changes ... Done
3002026-08-31T09:26:11.645ZPlanning: Evaluating mediators ... Done
3012026-08-31T09:26:11.650ZPlanning: Planning completed in 2.71 seconds
3022026-08-31T09:26:11.654Z Packages to install: 1
3032026-08-31T09:26:11.658Z Services to change: 1
3042026-08-31T09:26:11.659Z Create boot environment: No
3052026-08-31T09:26:11.659ZCreate backup boot environment: No
3062026-08-31T09:26:11.671Z
3072026-08-31T09:26:11.671ZDownload: 0/2 items 0.0/1.1MB 0% complete
3082026-08-31T09:26:11.699ZDownload: Completed 1.13 MB in 0.03 seconds (41.4M/s)
3092026-08-31T09:26:11.763Z Actions: 1/19 actions (Installing new actions)
3102026-08-31T09:26:11.776Z Actions: Completed 19 actions in 0.01 seconds.
3112026-08-31T09:26:11.815ZFinalize: Updating package state database ... Done
3122026-08-31T09:26:11.815ZFinalize: Updating package cache ... Done
3132026-08-31T09:26:11.906ZFinalize: Updating image state ... Done
3142026-08-31T09:26:13.860ZFinalize: Creating fast lookup database ... Done
3152026-08-31T09:26:13.919ZFinalize: Reading search index ... Done
3162026-08-31T09:26:13.924ZFinalize: Updating search index ... Done
3172026-08-31T09:26:14.008ZFinalize: Updating package cache ... Done
3182026-08-31T09:26:14.094Z++ pfexec svcadm enable baseline
3192026-08-31T09:26:14.108Z++ retry=0
3202026-08-31T09:26:14.113Z+++ svcs -Hostate baseline
3212026-08-31T09:26:14.122Z++ [[ offline* != online ]]
3222026-08-31T09:26:14.122Z++ [[ 0 -gt 300 ]]
3232026-08-31T09:26:14.125Z++ sleep 1
3242026-08-31T09:26:15.127Z++ retry=1
3252026-08-31T09:26:15.132Z+++ svcs -Hostate baseline
3262026-08-31T09:26:15.141Z++ [[ offline* != online ]]
3272026-08-31T09:26:15.141Z++ [[ 1 -gt 300 ]]
3282026-08-31T09:26:15.141Z++ sleep 1
3292026-08-31T09:26:16.171Z++ retry=2
3302026-08-31T09:26:16.177Z+++ svcs -Hostate baseline
3312026-08-31T09:26:16.177Z++ [[ offline* != online ]]
3322026-08-31T09:26:16.177Z++ [[ 2 -gt 300 ]]
3332026-08-31T09:26:16.179Z++ sleep 1
3342026-08-31T09:26:17.159Z++ retry=3
3352026-08-31T09:26:17.162Z+++ svcs -Hostate baseline
3362026-08-31T09:26:17.174Z++ [[ offline* != online ]]
3372026-08-31T09:26:17.175Z++ [[ 3 -gt 300 ]]
3382026-08-31T09:26:17.175Z++ sleep 1
3392026-08-31T09:26:18.176Z++ retry=4
3402026-08-31T09:26:18.180Z+++ svcs -Hostate baseline
3412026-08-31T09:26:18.196Z++ [[ offline* != online ]]
3422026-08-31T09:26:18.196Z++ [[ 4 -gt 300 ]]
3432026-08-31T09:26:18.205Z++ sleep 1
3442026-08-31T09:26:19.196Z++ retry=5
3452026-08-31T09:26:19.208Z+++ svcs -Hostate baseline
3462026-08-31T09:26:19.228Z++ [[ offline* != online ]]
3472026-08-31T09:26:19.229Z++ [[ 5 -gt 300 ]]
3482026-08-31T09:26:19.229Z++ sleep 1
3492026-08-31T09:26:20.209Z++ retry=6
3502026-08-31T09:26:20.212Z+++ svcs -Hostate baseline
3512026-08-31T09:26:20.227Z++ [[ offline* != online ]]
3522026-08-31T09:26:20.227Z++ [[ 6 -gt 300 ]]
3532026-08-31T09:26:20.227Z++ sleep 1
3542026-08-31T09:26:21.225Z++ retry=7
3552026-08-31T09:26:21.229Z+++ svcs -Hostate baseline
3562026-08-31T09:26:21.242Z++ [[ offline* != online ]]
3572026-08-31T09:26:21.242Z++ [[ 7 -gt 300 ]]
3582026-08-31T09:26:21.242Z++ sleep 1
3592026-08-31T09:26:22.243Z++ retry=8
3602026-08-31T09:26:22.248Z+++ svcs -Hostate baseline
3612026-08-31T09:26:22.260Z++ [[ offline* != online ]]
3622026-08-31T09:26:22.260Z++ [[ 8 -gt 300 ]]
3632026-08-31T09:26:22.260Z++ sleep 1
3642026-08-31T09:26:23.258Z++ retry=9
3652026-08-31T09:26:23.269Z+++ svcs -Hostate baseline
3662026-08-31T09:26:23.276Z++ [[ offline* != online ]]
3672026-08-31T09:26:23.276Z++ [[ 9 -gt 300 ]]
3682026-08-31T09:26:23.287Z++ sleep 1
3692026-08-31T09:26:24.276Z++ retry=10
3702026-08-31T09:26:24.282Z+++ svcs -Hostate baseline
3712026-08-31T09:26:24.290Z++ [[ offline* != online ]]
3722026-08-31T09:26:24.290Z++ [[ 10 -gt 300 ]]
3732026-08-31T09:26:24.290Z++ sleep 1
3742026-08-31T09:26:25.292Z++ retry=11
3752026-08-31T09:26:25.295Z+++ svcs -Hostate baseline
3762026-08-31T09:26:25.306Z++ [[ offline* != online ]]
3772026-08-31T09:26:25.306Z++ [[ 11 -gt 300 ]]
3782026-08-31T09:26:25.306Z++ sleep 1
3792026-08-31T09:26:26.310Z++ retry=12
3802026-08-31T09:26:26.316Z+++ svcs -Hostate baseline
3812026-08-31T09:26:26.325Z++ [[ offline* != online ]]
3822026-08-31T09:26:26.325Z++ [[ 12 -gt 300 ]]
3832026-08-31T09:26:26.325Z++ sleep 1
3842026-08-31T09:26:27.324Z++ retry=13
3852026-08-31T09:26:27.327Z+++ svcs -Hostate baseline
3862026-08-31T09:26:27.339Z++ [[ offline* != online ]]
3872026-08-31T09:26:27.339Z++ [[ 13 -gt 300 ]]
3882026-08-31T09:26:27.339Z++ sleep 1
3892026-08-31T09:26:28.340Z++ retry=14
3902026-08-31T09:26:28.344Z+++ svcs -Hostate baseline
3912026-08-31T09:26:28.354Z++ [[ offline* != online ]]
3922026-08-31T09:26:28.354Z++ [[ 14 -gt 300 ]]
3932026-08-31T09:26:28.354Z++ sleep 1
3942026-08-31T09:26:29.356Z++ retry=15
3952026-08-31T09:26:29.360Z+++ svcs -Hostate baseline
3962026-08-31T09:26:29.371Z++ [[ offline* != online ]]
3972026-08-31T09:26:29.372Z++ [[ 15 -gt 300 ]]
3982026-08-31T09:26:29.372Z++ sleep 1
3992026-08-31T09:26:30.372Z++ retry=16
4002026-08-31T09:26:30.375Z+++ svcs -Hostate baseline
4012026-08-31T09:26:30.386Z++ [[ offline* != online ]]
4022026-08-31T09:26:30.386Z++ [[ 16 -gt 300 ]]
4032026-08-31T09:26:30.386Z++ sleep 1
4042026-08-31T09:26:31.388Z++ retry=17
4052026-08-31T09:26:31.390Z+++ svcs -Hostate baseline
4062026-08-31T09:26:31.403Z++ [[ offline* != online ]]
4072026-08-31T09:26:31.403Z++ [[ 17 -gt 300 ]]
4082026-08-31T09:26:31.404Z++ sleep 1
4092026-08-31T09:26:32.403Z++ retry=18
4102026-08-31T09:26:32.406Z+++ svcs -Hostate baseline
4112026-08-31T09:26:32.418Z++ [[ offline* != online ]]
4122026-08-31T09:26:32.418Z++ [[ 18 -gt 300 ]]
4132026-08-31T09:26:32.418Z++ sleep 1
4142026-08-31T09:26:33.422Z++ retry=19
4152026-08-31T09:26:33.427Z+++ svcs -Hostate baseline
4162026-08-31T09:26:33.434Z++ [[ offline* != online ]]
4172026-08-31T09:26:33.434Z++ [[ 19 -gt 300 ]]
4182026-08-31T09:26:33.435Z++ sleep 1
4192026-08-31T09:26:34.438Z++ retry=20
4202026-08-31T09:26:34.450Z+++ svcs -Hostate baseline
4212026-08-31T09:26:34.459Z++ [[ online != online ]]
4222026-08-31T09:26:34.459Z++ set -o errexit
4232026-08-31T09:26:34.459Z++ set -o pipefail
4242026-08-31T09:26:34.460Z++ banner build
4252026-08-31T09:26:34.460Z
4262026-08-31T09:26:34.460Z ##### # # # # #####
4272026-08-31T09:26:34.460Z # # # # # # # #
4282026-08-31T09:26:34.460Z ##### # # # # # #
4292026-08-31T09:26:34.460Z # # # # # # # #
4302026-08-31T09:26:34.460Z # # # # # # # #
4312026-08-31T09:26:34.460Z ##### #### # ###### #####
4322026-08-31T09:26:34.460Z
4332026-08-31T09:26:34.460Z++ cargo build --release --bin ddmd --bin ddmadm
4342026-08-31T09:26:34.559Z Updating crates.io index
4352026-08-31T09:26:34.562Z Updating git repository `https://github.com/oxidecomputer/omicron`
4362026-08-31T09:26:40.745ZFrom https://github.com/oxidecomputer/omicron
4372026-08-31T09:26:40.745Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
4382026-08-31T09:26:41.168Z Updating git repository `https://github.com/oxidecomputer/falcon`
4392026-08-31T09:26:42.345ZFrom https://github.com/oxidecomputer/falcon
4402026-08-31T09:26:42.345Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
4412026-08-31T09:26:42.421Z Updating git repository `https://github.com/oxidecomputer/dendrite`
4422026-08-31T09:26:43.542ZFrom https://github.com/oxidecomputer/dendrite
4432026-08-31T09:26:43.542Z * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
4442026-08-31T09:26:43.580Z Updating git repository `https://github.com/oxidecomputer/ispf`
4452026-08-31T09:26:43.970ZFrom https://github.com/oxidecomputer/ispf
4462026-08-31T09:26:43.970Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
4472026-08-31T09:26:43.976Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
4482026-08-31T09:26:44.422ZFrom https://github.com/oxidecomputer/netadm-sys
4492026-08-31T09:26:44.422Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
4502026-08-31T09:26:44.432Z Updating git repository `https://github.com/oxidecomputer/opte`
4512026-08-31T09:26:45.301ZFrom https://github.com/oxidecomputer/opte
4522026-08-31T09:26:45.301Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
4532026-08-31T09:26:45.739Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
4542026-08-31T09:26:45.742ZFrom https://github.com/oxidecomputer/slog-error-chain
4552026-08-31T09:26:45.742Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
4562026-08-31T09:26:45.745Z Updating git repository `https://github.com/illumos/smf-rs`
4572026-08-31T09:26:46.256ZFrom https://github.com/illumos/smf-rs
4582026-08-31T09:26:46.256Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
4592026-08-31T09:26:46.267Z Updating git repository `https://github.com/oxidecomputer/poptrie`
4602026-08-31T09:26:46.879ZFrom https://github.com/oxidecomputer/poptrie
4612026-08-31T09:26:46.879Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
4622026-08-31T09:26:46.888Z Updating git repository `https://github.com/oxidecomputer/network-interface`
4632026-08-31T09:26:47.268ZFrom https://github.com/oxidecomputer/network-interface
4642026-08-31T09:26:47.268Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
4652026-08-31T09:26:47.275Z Updating git repository `https://github.com/oxidecomputer/zone`
4662026-08-31T09:26:47.550ZFrom https://github.com/oxidecomputer/zone
4672026-08-31T09:26:47.550Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
4682026-08-31T09:26:47.556Z Updating git repository `https://github.com/oxidecomputer/lldp`
4692026-08-31T09:26:47.905ZFrom https://github.com/oxidecomputer/lldp
4702026-08-31T09:26:47.905Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
4712026-08-31T09:26:47.916Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
4722026-08-31T09:26:48.402ZFrom https://github.com/oxidecomputer/tufaceous
4732026-08-31T09:26:48.402Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
4742026-08-31T09:26:48.410Z Updating git repository `https://github.com/oxidecomputer/propolis`
4752026-08-31T09:26:49.068ZFrom https://github.com/oxidecomputer/propolis
4762026-08-31T09:26:49.068Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
4772026-08-31T09:26:49.109Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
4782026-08-31T09:26:49.685ZFrom https://github.com/oxidecomputer/transceiver-control
4792026-08-31T09:26:49.685Z * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d
4802026-08-31T09:26:49.694Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
4812026-08-31T09:26:50.001ZFrom https://github.com/oxidecomputer/dlpi-sys
4822026-08-31T09:26:50.001Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
4832026-08-31T09:26:50.008Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
4842026-08-31T09:26:50.325ZFrom https://github.com/jmesmon/rust-libzfs
4852026-08-31T09:26:50.325Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
4862026-08-31T09:26:50.333Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
4872026-08-31T09:26:50.618ZFrom https://github.com/oxidecomputer/rusty-doors
4882026-08-31T09:26:50.618Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
4892026-08-31T09:26:50.625Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
4902026-08-31T09:26:51.138ZFrom https://github.com/oxidecomputer/management-gateway-service
4912026-08-31T09:26:51.140Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
4922026-08-31T09:26:51.149Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
4932026-08-31T09:26:51.461ZFrom https://github.com/oxidecomputer/serde_human_bytes
4942026-08-31T09:26:51.461Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
4952026-08-31T09:26:51.468Z Updating git repository `https://github.com/oxidecomputer/crucible`
4962026-08-31T09:26:52.911ZFrom https://github.com/oxidecomputer/crucible
4972026-08-31T09:26:52.911Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
4982026-08-31T09:26:52.952Z Updating git repository `https://github.com/oxidecomputer/propolis`
4992026-08-31T09:26:53.443ZFrom https://github.com/oxidecomputer/propolis
5002026-08-31T09:26:53.443Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
5012026-08-31T09:26:53.485Z Updating git repository `https://github.com/oxidecomputer/crucible`
5022026-08-31T09:26:54.354ZFrom https://github.com/oxidecomputer/crucible
5032026-08-31T09:26:54.354Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
5042026-08-31T09:26:54.417Z Updating git repository `https://github.com/oxidecomputer/tofino`
5052026-08-31T09:26:54.998ZFrom https://github.com/oxidecomputer/tofino
5062026-08-31T09:26:54.999Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
5072026-08-31T09:26:55.010Z Updating git repository `https://github.com/oxidecomputer/maghemite`
5082026-08-31T09:26:55.681ZFrom https://github.com/oxidecomputer/maghemite
5092026-08-31T09:26:55.681Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
5102026-08-31T09:26:55.710Z Updating git repository `https://github.com/oxidecomputer/clickward`
5112026-08-31T09:26:56.175ZFrom https://github.com/oxidecomputer/clickward
5122026-08-31T09:26:56.176Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
5132026-08-31T09:26:56.181Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
5142026-08-31T09:26:56.466ZFrom https://github.com/oxidecomputer/illumos-devinfo
5152026-08-31T09:26:56.466Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
5162026-08-31T09:26:58.189Z Downloading crates ...
5172026-08-31T09:26:58.240Z Downloaded anstream v1.0.0
5182026-08-31T09:26:58.244Z Downloaded adler2 v2.0.1
5192026-08-31T09:26:58.254Z Downloaded async-stream-impl v0.3.6
5202026-08-31T09:26:58.258Z Downloaded atomicwrites v0.4.4
5212026-08-31T09:26:58.263Z Downloaded ident_case v1.0.1
5222026-08-31T09:26:58.267Z Downloaded ingot-macros v0.1.1
5232026-08-31T09:26:58.267Z Downloaded atomic-waker v1.1.2
5242026-08-31T09:26:58.270Z Downloaded base16ct v1.0.0
5252026-08-31T09:26:58.272Z Downloaded block-buffer v0.12.1
5262026-08-31T09:26:58.273Z Downloaded konst_macro_rules v0.2.19
5272026-08-31T09:26:58.276Z Downloaded block-buffer v0.10.4
5282026-08-31T09:26:58.276Z Downloaded async-stream v0.3.6
5292026-08-31T09:26:58.276Z Downloaded darling_core v0.21.3
5302026-08-31T09:26:58.279Z Downloaded internet-checksum v0.2.1
5312026-08-31T09:26:58.279Z Downloaded is_ci v1.2.0
5322026-08-31T09:26:58.279Z Downloaded aho-corasick v1.1.5
5332026-08-31T09:26:58.283Z Downloaded is_terminal_polyfill v1.70.2
5342026-08-31T09:26:58.283Z Downloaded lazy_static v1.5.0
5352026-08-31T09:26:58.285Z Downloaded crypto-common v0.2.2
5362026-08-31T09:26:58.285Z Downloaded anstyle-query v1.1.5
5372026-08-31T09:26:58.285Z Downloaded instant v0.1.13
5382026-08-31T09:26:58.285Z Downloaded lru-cache v0.1.2
5392026-08-31T09:26:58.288Z Downloaded hubpack_derive v0.1.1
5402026-08-31T09:26:58.288Z Downloaded macaddr v1.0.1
5412026-08-31T09:26:58.288Z Downloaded aead v0.5.2
5422026-08-31T09:26:58.288Z Downloaded indent_write v2.2.0
5432026-08-31T09:26:58.293Z Downloaded cfg-if v1.0.4
5442026-08-31T09:26:58.296Z Downloaded hubpack v0.1.2
5452026-08-31T09:26:58.299Z Downloaded bit-set v0.8.0
5462026-08-31T09:26:58.299Z Downloaded inout v0.1.4
5472026-08-31T09:26:58.303Z Downloaded clap_lex v1.1.0
5482026-08-31T09:26:58.304Z Downloaded colorchoice v1.0.5
5492026-08-31T09:26:58.308Z Downloaded cfg_aliases v0.2.2
5502026-08-31T09:26:58.308Z Downloaded idna_adapter v1.2.2
5512026-08-31T09:26:58.308Z Downloaded jiff-static v0.2.35
5522026-08-31T09:26:58.308Z Downloaded newline-converter v0.3.0
5532026-08-31T09:26:58.308Z Downloaded const-random-macro v0.1.16
5542026-08-31T09:26:58.308Z Downloaded crc8 v0.1.1
5552026-08-31T09:26:58.319Z Downloaded cobs v0.3.0
5562026-08-31T09:26:58.319Z Downloaded base16ct v0.2.0
5572026-08-31T09:26:58.322Z Downloaded hyper-rustls v0.27.9
5582026-08-31T09:26:58.322Z Downloaded ipnet v2.12.1
5592026-08-31T09:26:58.322Z Downloaded linked-hash-map v0.5.6
5602026-08-31T09:26:58.322Z Downloaded lru-slab v0.1.2
5612026-08-31T09:26:58.322Z Downloaded match_cfg v0.1.0
5622026-08-31T09:26:58.323Z Downloaded is-terminal v0.4.17
5632026-08-31T09:26:58.323Z Downloaded const-random v0.1.18
5642026-08-31T09:26:58.323Z Downloaded memoffset v0.9.1
5652026-08-31T09:26:58.327Z Downloaded crucible-workspace-hack v0.1.0
5662026-08-31T09:26:58.327Z Downloaded crypto-common v0.1.7
5672026-08-31T09:26:58.327Z Downloaded itoa v1.0.18
5682026-08-31T09:26:58.327Z Downloaded managed v0.8.0
5692026-08-31T09:26:58.327Z Downloaded natord v1.0.9
5702026-08-31T09:26:58.330Z Downloaded ciborium-io v0.2.2
5712026-08-31T09:26:58.330Z Downloaded convert_case v0.4.0
5722026-08-31T09:26:58.330Z Downloaded cstr-argument v0.1.2
5732026-08-31T09:26:58.333Z Downloaded num-iter v0.1.46
5742026-08-31T09:26:58.333Z Downloaded cpufeatures v0.2.17
5752026-08-31T09:26:58.333Z Downloaded anstyle v1.0.14
5762026-08-31T09:26:58.336Z Downloaded async-recursion v1.1.1
5772026-08-31T09:26:58.339Z Downloaded async-trait v0.1.92
5782026-08-31T09:26:58.339Z Downloaded bs58 v0.5.1
5792026-08-31T09:26:58.341Z Downloaded camino-tempfile v1.4.1
5802026-08-31T09:26:58.341Z Downloaded newtype_derive v0.1.6
5812026-08-31T09:26:58.342Z Downloaded num-derive v0.4.2
5822026-08-31T09:26:58.346Z Downloaded olpc-cjson v0.1.4
5832026-08-31T09:26:58.346Z Downloaded omicron-workspace-hack v0.1.0
5842026-08-31T09:26:58.346Z Downloaded mime v0.3.17
5852026-08-31T09:26:58.346Z Downloaded no-std-compat v0.4.1
5862026-08-31T09:26:58.346Z Downloaded bit-vec v0.8.0
5872026-08-31T09:26:58.350Z Downloaded argon2 v0.5.3
5882026-08-31T09:26:58.350Z Downloaded backoff v0.4.0
5892026-08-31T09:26:58.350Z Downloaded num v0.4.3
5902026-08-31T09:26:58.350Z Downloaded num-conv v0.2.2
5912026-08-31T09:26:58.350Z Downloaded num_threads v0.1.7
5922026-08-31T09:26:58.350Z Downloaded libscf-sys v1.2.0
5932026-08-31T09:26:58.350Z Downloaded crunchy v0.2.4
5942026-08-31T09:26:58.350Z Downloaded curve25519-dalek-derive v0.1.1
5952026-08-31T09:26:58.353Z Downloaded cpufeatures v0.3.0
5962026-08-31T09:26:58.354Z Downloaded ipnetwork v0.21.1
5972026-08-31T09:26:58.354Z Downloaded keccak v0.1.6
5982026-08-31T09:26:58.354Z Downloaded scroll_derive v0.13.1
5992026-08-31T09:26:58.354Z Downloaded ingot-types v0.1.2
6002026-08-31T09:26:58.356Z Downloaded ciborium-ll v0.2.2
6012026-08-31T09:26:58.356Z Downloaded jobserver v0.1.35
6022026-08-31T09:26:58.356Z Downloaded ahash v0.8.12
6032026-08-31T09:26:58.356Z Downloaded bytecount v0.6.9
6042026-08-31T09:26:58.769Z Downloaded compression-codecs v0.4.38
6052026-08-31T09:26:58.769Z Downloaded humantime v2.4.0
6062026-08-31T09:26:58.773Z Downloaded ingot v0.1.1
6072026-08-31T09:26:58.773Z Downloaded scopeguard v1.2.0
6082026-08-31T09:26:58.773Z Downloaded serde_repr v0.1.21
6092026-08-31T09:26:58.773Z Downloaded sigpipe v0.1.3
6102026-08-31T09:26:58.774Z Downloaded bcs v0.1.6
6112026-08-31T09:26:58.774Z Downloaded autocfg v1.5.1
6122026-08-31T09:26:58.774Z Downloaded hybrid-array v0.4.14
6132026-08-31T09:26:58.774Z Downloaded ingot-macros v0.2.0
6142026-08-31T09:26:58.774Z Downloaded swrite v0.1.0
6152026-08-31T09:26:58.774Z Downloaded byte-wrapper v0.1.0
6162026-08-31T09:26:58.774Z Downloaded byteorder v1.5.0
6172026-08-31T09:26:58.774Z Downloaded slog-bunyan v2.5.0
6182026-08-31T09:26:58.774Z Downloaded tabled_derive v0.7.0
6192026-08-31T09:26:58.774Z Downloaded anstyle-parse v1.0.0
6202026-08-31T09:26:58.774Z Downloaded bitflags v1.3.2
6212026-08-31T09:26:58.774Z Downloaded supports-color v3.0.2
6222026-08-31T09:26:58.775Z Downloaded thread-id v5.1.0
6232026-08-31T09:26:58.775Z Downloaded ingot v0.2.1
6242026-08-31T09:26:58.775Z Downloaded ingot-types v0.2.0
6252026-08-31T09:26:58.775Z Downloaded memmap v0.7.0
6262026-08-31T09:26:58.775Z Downloaded libsw v3.5.0
6272026-08-31T09:26:58.775Z Downloaded libsw-core v0.3.2
6282026-08-31T09:26:58.775Z Downloaded linear-map v1.2.0
6292026-08-31T09:26:58.775Z Downloaded num_enum_derive v0.5.11
6302026-08-31T09:26:58.775Z Downloaded num_enum_derive v0.7.6
6312026-08-31T09:26:58.775Z Downloaded chacha20 v0.9.1
6322026-08-31T09:26:58.775Z Downloaded cmake v0.1.58
6332026-08-31T09:26:58.775Z Downloaded newtype-uuid-macros v0.1.1
6342026-08-31T09:26:58.775Z Downloaded num-complex v0.4.6
6352026-08-31T09:26:58.775Z Downloaded num_enum v0.5.11
6362026-08-31T09:26:58.776Z Downloaded num_enum v0.7.6
6372026-08-31T09:26:58.776Z Downloaded compression-core v0.4.32
6382026-08-31T09:26:58.776Z Downloaded critical-section v1.2.0
6392026-08-31T09:26:58.776Z Downloaded crossbeam-deque v0.8.7
6402026-08-31T09:26:58.776Z Downloaded lock_api v0.4.14
6412026-08-31T09:26:58.776Z Downloaded multer v3.1.0
6422026-08-31T09:26:58.776Z Downloaded newtype-uuid v1.4.0
6432026-08-31T09:26:58.776Z Downloaded num-integer v0.1.47
6442026-08-31T09:26:58.776Z Downloaded tower-service v0.3.3
6452026-08-31T09:26:58.776Z Downloaded untrusted v0.7.1
6462026-08-31T09:26:58.776Z Downloaded csv-core v0.1.13
6472026-08-31T09:26:58.776Z Downloaded strsim v0.11.1
6482026-08-31T09:26:58.776Z Downloaded strum v0.27.2
6492026-08-31T09:26:58.776Z Downloaded unarray v0.1.4
6502026-08-31T09:26:58.776Z Downloaded universal-hash v0.5.1
6512026-08-31T09:26:58.776Z Downloaded num-rational v0.4.2
6522026-08-31T09:26:58.776Z Downloaded termtree v0.5.1
6532026-08-31T09:26:58.777Z Downloaded utf8parse v0.2.2
6542026-08-31T09:26:58.777Z Downloaded anyhow v1.0.104
6552026-08-31T09:26:58.777Z Downloaded camino v1.2.5
6562026-08-31T09:26:58.777Z Downloaded cancel-safe-futures v0.1.5
6572026-08-31T09:26:58.777Z Downloaded const_format_proc_macros v0.2.34
6582026-08-31T09:26:58.777Z Downloaded iana-time-zone v0.1.65
6592026-08-31T09:26:58.777Z Downloaded cipher v0.4.4
6602026-08-31T09:26:58.777Z Downloaded try-lock v0.2.5
6612026-08-31T09:26:58.777Z Downloaded base64ct v1.8.3
6622026-08-31T09:26:58.777Z Downloaded blake2 v0.10.6
6632026-08-31T09:26:58.777Z Downloaded rustls-pemfile v2.2.0
6642026-08-31T09:26:58.777Z Downloaded rustversion v1.0.23
6652026-08-31T09:26:58.777Z Downloaded serde_derive_internals v0.29.1
6662026-08-31T09:26:58.777Z Downloaded serde_tokenstream v0.3.0
6672026-08-31T09:26:58.777Z Downloaded want v0.3.1
6682026-08-31T09:26:58.777Z Downloaded fixedbitset v0.4.2
6692026-08-31T09:26:58.778Z Downloaded futures-core v0.3.34
6702026-08-31T09:26:58.778Z Downloaded darling_macro v0.21.3
6712026-08-31T09:26:58.778Z Downloaded slab v0.4.12
6722026-08-31T09:26:58.778Z Downloaded darling_macro v0.23.0
6732026-08-31T09:26:58.778Z Downloaded dof v0.3.0
6742026-08-31T09:26:58.778Z Downloaded dtrace-parser v0.3.0
6752026-08-31T09:26:58.778Z Downloaded snafu-derive v0.8.9
6762026-08-31T09:26:58.778Z Downloaded slog-async v2.8.0
6772026-08-31T09:26:58.778Z Downloaded tinyvec_macros v0.1.1
6782026-08-31T09:26:58.778Z Downloaded embedded-io v0.6.1
6792026-08-31T09:26:58.778Z Downloaded fxhash v0.2.1
6802026-08-31T09:26:58.778Z Downloaded hostname v0.4.2
6812026-08-31T09:26:58.778Z Downloaded opaque-debug v0.3.1
6822026-08-31T09:26:58.778Z Downloaded darling v0.21.3
6832026-08-31T09:26:58.778Z Downloaded cargo_toml v0.22.3
6842026-08-31T09:26:58.778Z Downloaded potential_utf v0.1.5
6852026-08-31T09:26:58.778Z Downloaded ciborium v0.2.2
6862026-08-31T09:26:58.778Z Downloaded litemap v0.8.2
6872026-08-31T09:26:58.778Z Downloaded clap_derive v4.6.4
6882026-08-31T09:26:58.778Z Downloaded crossbeam-utils v0.8.22
6892026-08-31T09:26:58.778Z Downloaded cookie v0.18.2
6902026-08-31T09:26:58.778Z Downloaded daft v0.1.8
6912026-08-31T09:26:58.778Z Downloaded daft-derive v0.1.8
6922026-08-31T09:26:58.779Z Downloaded darling v0.23.0
6932026-08-31T09:26:58.779Z Downloaded thiserror-impl v2.0.20
6942026-08-31T09:26:58.779Z Downloaded colored v3.1.1
6952026-08-31T09:26:58.779Z Downloaded console v0.16.4
6962026-08-31T09:26:58.779Z Downloaded indexmap v1.9.3
6972026-08-31T09:26:58.779Z Downloaded icu_provider v2.2.0
6982026-08-31T09:26:58.779Z Downloaded progenitor-macro v0.14.0
6992026-08-31T09:26:58.779Z Downloaded rand_xorshift v0.4.0
7002026-08-31T09:26:58.779Z Downloaded tabwriter v1.4.1
7012026-08-31T09:26:58.779Z Downloaded icu_normalizer_data v2.2.0
7022026-08-31T09:26:58.779Z Downloaded indicatif v0.18.6
7032026-08-31T09:26:58.779Z Downloaded serde_spanned v1.1.1
7042026-08-31T09:26:58.779Z Downloaded smartstring v1.0.1
7052026-08-31T09:26:58.779Z Downloaded serde_plain v1.0.2
7062026-08-31T09:26:58.784Z Downloaded embedded-io v0.4.0
7072026-08-31T09:26:58.784Z Downloaded highway v1.3.0
7082026-08-31T09:26:58.784Z Downloaded serde_spanned v0.6.9
7092026-08-31T09:26:58.784Z Downloaded pin-project-internal v1.1.13
7102026-08-31T09:26:58.784Z Downloaded pest_generator v2.8.8
7112026-08-31T09:26:58.784Z Downloaded thiserror-impl-no-std v2.0.2
7122026-08-31T09:26:58.784Z Downloaded tower-layer v0.3.3
7132026-08-31T09:26:58.784Z Downloaded usdt-macro v0.6.0
7142026-08-31T09:26:58.784Z Downloaded utf-8 v0.7.6
7152026-08-31T09:26:58.785Z Downloaded unicode-xid v0.2.6
7162026-08-31T09:26:58.785Z Downloaded usdt v0.6.0
7172026-08-31T09:26:58.785Z Downloaded ff v0.13.1
7182026-08-31T09:26:58.785Z Downloaded fastrand v2.5.0
7192026-08-31T09:26:58.785Z Downloaded group v0.13.0
7202026-08-31T09:26:58.785Z Downloaded oxnet v0.1.7
7212026-08-31T09:26:58.785Z Downloaded oxide-tokio-rt v0.1.6
7222026-08-31T09:26:58.785Z Downloaded chacha20 v0.10.1
7232026-08-31T09:26:58.785Z Downloaded paste v1.0.15
7242026-08-31T09:26:58.785Z Downloaded backon v1.6.0
7252026-08-31T09:26:58.785Z Downloaded bitflags v2.13.1
7262026-08-31T09:26:58.785Z Downloaded clap v4.6.6
7272026-08-31T09:26:58.785Z Downloaded num-traits v0.2.19
7282026-08-31T09:26:58.785Z Downloaded const-oid v0.10.2
7292026-08-31T09:26:58.785Z Downloaded debug-ignore v1.0.5
7302026-08-31T09:26:58.785Z Downloaded dof v0.4.0
7312026-08-31T09:26:58.785Z Downloaded log v0.4.33
7322026-08-31T09:26:58.785Z Downloaded memmap2 v0.9.11
7332026-08-31T09:26:58.785Z Downloaded toml_parser v1.1.3+spec-1.1.0
7342026-08-31T09:26:58.785Z Downloaded progenitor v0.14.0
7352026-08-31T09:26:58.786Z Downloaded allocator-api2 v0.2.21
7362026-08-31T09:26:58.786Z Downloaded rand_core v0.6.4
7372026-08-31T09:26:58.786Z Downloaded time-macros v0.2.32
7382026-08-31T09:26:58.786Z Downloaded tokio-rustls v0.26.4
7392026-08-31T09:26:58.786Z Downloaded errno v0.3.14
7402026-08-31T09:26:58.786Z Downloaded foreign-types v0.3.2
7412026-08-31T09:26:58.786Z Downloaded progenitor v0.13.0
7422026-08-31T09:26:58.786Z Downloaded futures-task v0.3.34
7432026-08-31T09:26:58.786Z Downloaded proc-macro-error v1.0.4
7442026-08-31T09:26:58.787Z Downloaded futures-sink v0.3.34
7452026-08-31T09:26:58.787Z Downloaded http-body v1.1.0
7462026-08-31T09:26:58.787Z Downloaded crc32fast v1.5.0
7472026-08-31T09:26:58.787Z Downloaded crossbeam-epoch v0.9.20
7482026-08-31T09:26:58.787Z Downloaded icu_normalizer v2.2.0
7492026-08-31T09:26:58.787Z Downloaded slog-scope v4.4.1
7502026-08-31T09:26:58.787Z Downloaded synstructure v0.13.2
7512026-08-31T09:26:58.787Z Downloaded icu_properties v2.2.0
7522026-08-31T09:26:58.787Z Downloaded icu_locale_core v2.2.0
7532026-08-31T09:26:58.787Z Downloaded konst v0.2.20
7542026-08-31T09:26:58.787Z Downloaded powerfmt v0.2.0
7552026-08-31T09:26:58.787Z Downloaded proc-macro-crate v1.3.1
7562026-08-31T09:26:58.787Z Downloaded schemars v0.8.22
7572026-08-31T09:26:58.787Z Downloaded vsss-rs v3.3.4
7582026-08-31T09:26:58.787Z Downloaded plain v0.2.3
7592026-08-31T09:26:58.787Z Downloaded rusty-fork v0.3.1
7602026-08-31T09:26:58.787Z Downloaded zerocopy-derive v0.7.35
7612026-08-31T09:26:58.787Z Downloaded toml_writer v1.1.2+spec-1.1.0
7622026-08-31T09:26:58.787Z Downloaded shlex v2.0.1
7632026-08-31T09:26:58.787Z Downloaded slog-stdlog v4.1.1
7642026-08-31T09:26:58.787Z Downloaded slog-term v2.9.2
7652026-08-31T09:26:58.787Z Downloaded smawk v0.3.3
7662026-08-31T09:26:58.787Z Downloaded password-hash v0.5.0
7672026-08-31T09:26:58.787Z Downloaded thiserror v2.0.20
7682026-08-31T09:26:58.787Z Downloaded thiserror-impl v1.0.69
7692026-08-31T09:26:58.787Z Downloaded walkdir v2.5.0
7702026-08-31T09:26:58.787Z Downloaded zeroize v1.9.0
7712026-08-31T09:26:58.787Z Downloaded rand_chacha v0.3.1
7722026-08-31T09:26:58.787Z Downloaded thiserror-no-std v2.0.2
7732026-08-31T09:26:58.787Z Downloaded serde_yaml v0.9.34+deprecated
7742026-08-31T09:26:58.787Z Downloaded textwrap v0.16.2
7752026-08-31T09:26:58.787Z Downloaded find-msvc-tools v0.1.10
7762026-08-31T09:26:58.787Z Downloaded same-file v1.0.6
7772026-08-31T09:26:58.788Z Downloaded bytes v1.12.1
7782026-08-31T09:26:58.788Z Downloaded futures-channel v0.3.34
7792026-08-31T09:26:58.788Z Downloaded base64 v0.22.1
7802026-08-31T09:26:58.788Z Downloaded semver v0.1.20
7812026-08-31T09:26:58.788Z Downloaded data-encoding v2.11.1
7822026-08-31T09:26:58.788Z Downloaded httparse v1.10.1
7832026-08-31T09:26:58.788Z Downloaded digest v0.10.7
7842026-08-31T09:26:58.788Z Downloaded displaydoc v0.2.7
7852026-08-31T09:26:58.788Z Downloaded foldhash v0.2.0
7862026-08-31T09:26:58.788Z Downloaded chacha20poly1305 v0.10.1
7872026-08-31T09:26:58.788Z Downloaded miniz_oxide v0.8.9
7882026-08-31T09:26:58.788Z Downloaded toml v1.1.4+spec-1.1.0
7892026-08-31T09:26:58.788Z Downloaded tokio-stream v0.1.19
7902026-08-31T09:26:58.788Z Downloaded sha1 v0.11.0
7912026-08-31T09:26:58.788Z Downloaded unicode-ident v1.0.24
7922026-08-31T09:26:58.788Z Downloaded float-ord v0.3.2
7932026-08-31T09:26:58.788Z Downloaded terminal_size v0.4.4
7942026-08-31T09:26:58.788Z Downloaded strum v0.26.3
7952026-08-31T09:26:58.788Z Downloaded thread-id v4.2.2
7962026-08-31T09:26:58.788Z Downloaded tagptr v0.2.0
7972026-08-31T09:26:58.788Z Downloaded tungstenite v0.21.0
7982026-08-31T09:26:58.788Z Downloaded ucd-trie v0.1.7
7992026-08-31T09:26:58.788Z Downloaded slog-json v2.6.1
8002026-08-31T09:26:58.789Z Downloaded parse-display-derive v0.10.0
8012026-08-31T09:26:58.789Z Downloaded phf v0.12.1
8022026-08-31T09:26:58.789Z Downloaded utf8_iter v1.0.4
8032026-08-31T09:26:58.789Z Downloaded zone v0.3.1
8042026-08-31T09:26:58.789Z Downloaded futures-macro v0.3.34
8052026-08-31T09:26:58.789Z Downloaded typify-macro v0.4.3
8062026-08-31T09:26:58.794Z Downloaded elliptic-curve v0.13.8
8072026-08-31T09:26:58.794Z Downloaded zerofrom-derive v0.1.7
8082026-08-31T09:26:58.794Z Downloaded dropshot-api-manager-types v0.7.2
8092026-08-31T09:26:58.794Z Downloaded dyn-clone v1.0.20
8102026-08-31T09:26:58.794Z Downloaded getrandom v0.3.4
8112026-08-31T09:26:58.794Z Downloaded getrandom v0.4.3
8122026-08-31T09:26:58.794Z Downloaded pin-project v1.1.13
8132026-08-31T09:26:58.794Z Downloaded derive_more v0.99.20
8142026-08-31T09:26:58.794Z Downloaded progenitor-extras v0.2.0
8152026-08-31T09:26:58.794Z Downloaded sha2 v0.10.9
8162026-08-31T09:26:58.794Z Downloaded smallvec v1.15.2
8172026-08-31T09:26:58.794Z Downloaded toml v0.8.23
8182026-08-31T09:26:58.794Z Downloaded fnv v1.0.7
8192026-08-31T09:26:58.794Z Downloaded equivalent v1.0.2
8202026-08-31T09:26:58.794Z Downloaded generic-array v0.14.7
8212026-08-31T09:26:58.794Z Downloaded snafu v0.8.9
8222026-08-31T09:26:58.795Z Downloaded httpdate v1.0.3
8232026-08-31T09:26:58.795Z Downloaded proc-macro-crate v3.5.0
8242026-08-31T09:26:58.795Z Downloaded serde_path_to_error v0.1.20
8252026-08-31T09:26:58.795Z Downloaded arc-swap v1.9.2
8262026-08-31T09:26:58.795Z Downloaded crypto-bigint v0.5.5
8272026-08-31T09:26:58.795Z Downloaded progenitor-macro v0.13.0
8282026-08-31T09:26:58.795Z Downloaded base64 v0.21.7
8292026-08-31T09:26:58.795Z Downloaded const_format v0.2.36
8302026-08-31T09:26:58.795Z Downloaded crossbeam-channel v0.5.16
8312026-08-31T09:26:58.795Z Downloaded scroll v0.12.0
8322026-08-31T09:26:58.795Z Downloaded zmij v1.0.23
8332026-08-31T09:26:58.795Z Downloaded digest v0.11.3
8342026-08-31T09:26:58.795Z Downloaded ref-cast-impl v1.0.26
8352026-08-31T09:26:58.795Z Downloaded postcard v1.1.3
8362026-08-31T09:26:58.795Z Downloaded ref-cast v1.0.26
8372026-08-31T09:26:58.795Z Downloaded rustc-hash v2.1.3
8382026-08-31T09:26:58.795Z Downloaded minimal-lexical v0.2.1
8392026-08-31T09:26:58.795Z Downloaded slog-dtrace v0.3.0
8402026-08-31T09:26:58.795Z Downloaded unsafe-libyaml v0.2.11
8412026-08-31T09:26:58.796Z Downloaded toml_edit v0.25.13+spec-1.1.0
8422026-08-31T09:26:58.796Z Downloaded thiserror v1.0.69
8432026-08-31T09:26:58.796Z Downloaded tokio-macros v2.7.2
8442026-08-31T09:26:58.796Z Downloaded static_assertions v1.1.0
8452026-08-31T09:26:58.796Z Downloaded tokio-dtrace v0.1.1
8462026-08-31T09:26:58.796Z Downloaded serde-big-array v0.5.1
8472026-08-31T09:26:58.796Z Downloaded spin v0.5.2
8482026-08-31T09:26:58.796Z Downloaded parking_lot v0.12.5
8492026-08-31T09:26:58.796Z Downloaded typify-macro v0.6.2
8502026-08-31T09:26:58.796Z Downloaded usdt-attr-macro v0.6.0
8512026-08-31T09:26:58.796Z Downloaded rand_chacha v0.9.0
8522026-08-31T09:26:58.796Z Downloaded usdt-attr-macro v0.5.0
8532026-08-31T09:26:58.796Z Downloaded waitgroup v0.1.2
8542026-08-31T09:26:58.796Z Downloaded zerovec-derive v0.11.3
8552026-08-31T09:26:58.796Z Downloaded yoke-derive v0.8.2
8562026-08-31T09:26:58.797Z Downloaded dtrace-parser v0.2.0
8572026-08-31T09:26:58.797Z Downloaded serde v1.0.229
8582026-08-31T09:26:58.797Z Downloaded foreign-types v0.5.0
8592026-08-31T09:26:58.797Z Downloaded gethostname v0.5.0
8602026-08-31T09:26:58.797Z Downloaded icu_collections v2.2.0
8612026-08-31T09:26:58.797Z Downloaded rustls-platform-verifier v0.7.0
8622026-08-31T09:26:58.797Z Downloaded darling_core v0.23.0
8632026-08-31T09:26:58.797Z Downloaded derive-ex v0.1.8
8642026-08-31T09:26:58.797Z Downloaded usdt-impl v0.5.0
8652026-08-31T09:26:58.797Z Downloaded rustls-pki-types v1.15.1
8662026-08-31T09:26:58.797Z Downloaded ryu v1.0.23
8672026-08-31T09:26:58.797Z Downloaded toml v0.9.12+spec-1.1.0
8682026-08-31T09:26:58.797Z Downloaded resolv-conf v0.7.6
8692026-08-31T09:26:58.797Z Downloaded fs-err v3.3.1
8702026-08-31T09:26:58.797Z Downloaded hostname v0.3.1
8712026-08-31T09:26:58.797Z Downloaded progenitor-client v0.14.0
8722026-08-31T09:26:58.797Z Downloaded semver v1.0.28
8732026-08-31T09:26:58.797Z Downloaded quick-error v1.2.3
8742026-08-31T09:26:58.797Z Downloaded rustc_version v0.4.1
8752026-08-31T09:26:58.797Z Downloaded scroll_derive v0.12.1
8762026-08-31T09:26:58.797Z Downloaded async-compression v0.4.43
8772026-08-31T09:26:58.797Z Downloaded pest_derive v2.8.8
8782026-08-31T09:26:58.797Z Downloaded port-file v0.1.0
8792026-08-31T09:26:58.797Z Downloaded quinn-udp v0.5.15
8802026-08-31T09:26:58.797Z Downloaded schemars_derive v0.8.22
8812026-08-31T09:26:58.797Z Downloaded sync_wrapper v1.0.2
8822026-08-31T09:26:58.797Z Downloaded take_mut v0.2.2
8832026-08-31T09:26:58.797Z Downloaded rustc_version v0.1.7
8842026-08-31T09:26:58.797Z Downloaded version_check v0.9.5
8852026-08-31T09:26:58.797Z Downloaded wait-timeout v0.2.1
8862026-08-31T09:26:58.797Z Downloaded memchr v2.8.3
8872026-08-31T09:26:58.797Z Downloaded sha1 v0.10.7
8882026-08-31T09:26:58.797Z Downloaded tinystr v0.8.3
8892026-08-31T09:26:58.797Z Downloaded futures v0.3.34
8902026-08-31T09:26:58.797Z Downloaded subtle v2.6.1
8912026-08-31T09:26:58.797Z Downloaded serde_tokenstream v0.2.3
8922026-08-31T09:26:58.797Z Downloaded signal-hook-registry v1.4.8
8932026-08-31T09:26:58.797Z Downloaded smf v0.2.3
8942026-08-31T09:26:58.797Z Downloaded unicode-linebreak v0.1.5
8952026-08-31T09:26:58.798Z Downloaded phf_shared v0.12.1
8962026-08-31T09:26:58.798Z Downloaded foreign-types-macros v0.2.4
8972026-08-31T09:26:58.798Z Downloaded progenitor-impl v0.14.0
8982026-08-31T09:26:58.798Z Downloaded hash32 v0.3.1
8992026-08-31T09:26:58.798Z Downloaded nom v7.1.3
9002026-08-31T09:26:58.798Z Downloaded defmt-macros v1.1.1
9012026-08-31T09:26:58.798Z Downloaded proc-macro2 v1.0.107
9022026-08-31T09:26:58.805Z Downloaded progenitor-impl v0.13.0
9032026-08-31T09:26:58.806Z Downloaded indexmap v2.14.0
9042026-08-31T09:26:58.806Z Downloaded owo-colors v4.3.0
9052026-08-31T09:26:58.806Z Downloaded erased-serde v0.3.31
9062026-08-31T09:26:58.806Z Downloaded http-body-util v0.1.5
9072026-08-31T09:26:58.813Z Downloaded git-stub v1.0.0
9082026-08-31T09:26:58.813Z Downloaded glob v0.3.4
9092026-08-31T09:26:58.813Z Downloaded parse-display v0.10.0
9102026-08-31T09:26:58.813Z Downloaded typify v0.6.2
9112026-08-31T09:26:58.821Z Downloaded structmeta-derive v0.3.0
9122026-08-31T09:26:58.821Z Downloaded time-core v0.1.9
9132026-08-31T09:26:58.821Z Downloaded usdt-macro v0.5.0
9142026-08-31T09:26:58.824Z Downloaded poly1305 v0.8.0
9152026-08-31T09:26:58.827Z Downloaded quote v1.0.47
9162026-08-31T09:26:58.827Z Downloaded once_cell v1.21.4
9172026-08-31T09:26:58.831Z Downloaded parking_lot_core v0.9.12
9182026-08-31T09:26:58.831Z Downloaded pest_meta v2.8.8
9192026-08-31T09:26:58.831Z Downloaded rand_core v0.10.1
9202026-08-31T09:26:58.834Z Downloaded foreign-types-shared v0.1.1
9212026-08-31T09:26:58.834Z Downloaded futures-io v0.3.34
9222026-08-31T09:26:58.834Z Downloaded cc v1.4.2
9232026-08-31T09:26:58.834Z Downloaded proc-macro-error-attr v1.0.4
9242026-08-31T09:26:58.838Z Downloaded defmt v0.3.100
9252026-08-31T09:26:58.840Z Downloaded openssl-macros v0.1.1
9262026-08-31T09:26:58.841Z Downloaded openssl-probe v0.2.1
9272026-08-31T09:26:58.843Z Downloaded testing_table v0.3.0
9282026-08-31T09:26:58.847Z Downloaded mio v1.2.2
9292026-08-31T09:26:58.847Z Downloaded heapless v0.8.0
9302026-08-31T09:26:58.849Z Downloaded socket2 v0.6.5
9312026-08-31T09:26:58.853Z Downloaded simd-adler32 v0.3.10
9322026-08-31T09:26:58.853Z Downloaded term v1.2.1
9332026-08-31T09:26:58.931Z Downloaded unit-prefix v0.5.2
9342026-08-31T09:26:58.931Z Downloaded whoami v1.6.1
9352026-08-31T09:26:58.931Z Downloaded strum_macros v0.27.2
9362026-08-31T09:26:58.931Z Downloaded fs_extra v1.3.0
9372026-08-31T09:26:58.931Z Downloaded typeid v1.0.3
9382026-08-31T09:26:58.931Z Downloaded dunce v1.0.5
9392026-08-31T09:26:58.931Z Downloaded hex v0.4.3
9402026-08-31T09:26:58.931Z Downloaded percent-encoding v2.3.2
9412026-08-31T09:26:58.931Z Downloaded foreign-types-shared v0.3.1
9422026-08-31T09:26:58.931Z Downloaded progenitor-macro v0.10.0
9432026-08-31T09:26:58.931Z Downloaded rand_pcg v0.10.2
9442026-08-31T09:26:58.931Z Downloaded jiff-core v0.1.0
9452026-08-31T09:26:58.931Z Downloaded pin-project-lite v0.2.17
9462026-08-31T09:26:58.931Z Downloaded hyper-util v0.1.20
9472026-08-31T09:26:58.931Z Downloaded serde_urlencoded v0.7.1
9482026-08-31T09:26:58.931Z Downloaded siphasher v1.0.3
9492026-08-31T09:26:58.931Z Downloaded progenitor-client v0.13.0
9502026-08-31T09:26:58.931Z Downloaded zeroize_derive v1.5.0
9512026-08-31T09:26:58.931Z Downloaded enum-as-inner v0.6.1
9522026-08-31T09:26:58.931Z Downloaded rustls-webpki v0.103.14
9532026-08-31T09:26:58.931Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9542026-08-31T09:26:58.931Z Downloaded toml_write v0.1.2
9552026-08-31T09:26:58.931Z Downloaded usdt-impl v0.6.0
9562026-08-31T09:26:58.931Z Downloaded secrecy v0.10.3
9572026-08-31T09:26:58.931Z Downloaded zone_cfg_derive v0.3.1
9582026-08-31T09:26:58.931Z Downloaded deranged v0.5.8
9592026-08-31T09:26:58.943Z Downloaded either v1.17.0
9602026-08-31T09:26:58.943Z Downloaded progenitor-client v0.10.0
9612026-08-31T09:26:58.943Z Downloaded toml_datetime v0.6.11
9622026-08-31T09:26:58.943Z Downloaded scroll v0.13.0
9632026-08-31T09:26:58.943Z Downloaded thread_local v1.1.10
9642026-08-31T09:26:58.943Z Downloaded structmeta v0.3.0
9652026-08-31T09:26:58.943Z Downloaded zerofrom v0.1.8
9662026-08-31T09:26:58.943Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9672026-08-31T09:26:58.943Z Downloaded tinyvec v1.12.0
9682026-08-31T09:26:58.943Z Downloaded tracing-attributes v0.1.31
9692026-08-31T09:26:58.943Z Downloaded defmt v1.1.1
9702026-08-31T09:26:58.943Z Downloaded test-strategy v0.4.5
9712026-08-31T09:26:58.953Z Downloaded tracing-core v0.1.36
9722026-08-31T09:26:58.953Z Downloaded typify v0.4.3
9732026-08-31T09:26:58.953Z Downloaded pem v3.0.6
9742026-08-31T09:26:58.953Z Downloaded pretty-hex v0.4.2
9752026-08-31T09:26:58.957Z Downloaded xz2 v0.1.7
9762026-08-31T09:26:58.957Z Downloaded git-stub-vcs v0.1.0
9772026-08-31T09:26:58.957Z Downloaded untrusted v0.9.0
9782026-08-31T09:26:58.958Z Downloaded slog-envlogger v2.2.0
9792026-08-31T09:26:58.958Z Downloaded defmt-parser v1.0.0
9802026-08-31T09:26:58.958Z Downloaded quinn v0.11.11
9812026-08-31T09:26:58.958Z Downloaded drift v0.2.0
9822026-08-31T09:26:58.961Z Downloaded idna v1.1.0
9832026-08-31T09:26:58.966Z Downloaded itertools v0.12.1
9842026-08-31T09:26:58.970Z Downloaded hmac v0.12.1
9852026-08-31T09:26:58.970Z Downloaded serde_with_macros v3.22.0
9862026-08-31T09:26:58.970Z Downloaded tiny-keccak v2.0.2
9872026-08-31T09:26:58.973Z Downloaded tokio-tungstenite v0.21.0
9882026-08-31T09:26:58.973Z Downloaded heck v0.5.0
9892026-08-31T09:26:58.973Z Downloaded rand_core v0.9.5
9902026-08-31T09:26:58.973Z Downloaded futures-executor v0.3.34
9912026-08-31T09:26:58.973Z Downloaded stable_deref_trait v1.2.1
9922026-08-31T09:26:58.974Z Downloaded papergrid v0.11.0
9932026-08-31T09:26:58.976Z Downloaded papergrid v0.18.0
9942026-08-31T09:26:58.981Z Downloaded pkg-config v0.3.33
9952026-08-31T09:26:58.981Z Downloaded form_urlencoded v1.2.2
9962026-08-31T09:26:58.986Z Downloaded fixedbitset v0.5.7
9972026-08-31T09:26:58.986Z Downloaded progenitor-impl v0.10.0
9982026-08-31T09:26:58.986Z Downloaded slog v2.8.2
9992026-08-31T09:26:58.986Z Downloaded prettyplease v0.2.37
10002026-08-31T09:26:58.990Z Downloaded heck v0.4.1
10012026-08-31T09:26:58.990Z Downloaded spin v0.9.9
10022026-08-31T09:26:58.990Z Downloaded progenitor v0.10.0
10032026-08-31T09:26:58.990Z Downloaded rustls-native-certs v0.8.4
10042026-08-31T09:26:58.990Z Downloaded nom v8.0.0
10052026-08-31T09:26:58.996Z Downloaded usdt v0.5.0
10062026-08-31T09:26:58.999Z Downloaded writeable v0.6.3
10072026-08-31T09:26:58.999Z Downloaded tempfile v3.27.0
10082026-08-31T09:26:59.003Z Downloaded ppv-lite86 v0.2.21
10092026-08-31T09:26:59.003Z Downloaded url v2.5.8
10102026-08-31T09:26:59.007Z Downloaded itertools v0.14.0
10112026-08-31T09:26:59.012Z Downloaded itertools v0.15.0
10122026-08-31T09:26:59.016Z Downloaded uuid v1.26.0
10132026-08-31T09:26:59.016Z Downloaded strum_macros v0.26.4
10142026-08-31T09:26:59.016Z Downloaded globset v0.4.20
10152026-08-31T09:26:59.016Z Downloaded getrandom v0.2.17
10162026-08-31T09:26:59.019Z Downloaded similar v3.2.0
10172026-08-31T09:26:59.022Z Downloaded similar v2.7.0
10182026-08-31T09:26:59.022Z Downloaded thin-vec v0.2.19
10192026-08-31T09:26:59.026Z Downloaded rhai_codegen v3.2.0
10202026-08-31T09:26:59.029Z Downloaded flate2 v1.1.9
10212026-08-31T09:26:59.032Z Downloaded zerocopy-derive v0.8.56
10222026-08-31T09:26:59.035Z Downloaded hashbrown v0.12.3
10232026-08-31T09:26:59.040Z Downloaded toml_edit v0.19.15
10242026-08-31T09:26:59.046Z Downloaded half v2.7.1
10252026-08-31T09:26:59.049Z Downloaded foldhash v0.1.5
10262026-08-31T09:26:59.049Z Downloaded parking_lot v0.11.2
10272026-08-31T09:26:59.052Z Downloaded serde_core v1.0.229
10282026-08-31T09:26:59.056Z Downloaded parking_lot_core v0.8.6
10292026-08-31T09:26:59.059Z Downloaded hashbrown v0.15.5
10302026-08-31T09:26:59.062Z Downloaded serde_derive v1.0.229
10312026-08-31T09:26:59.066Z Downloaded hickory-resolver v0.24.4
10322026-08-31T09:26:59.069Z Downloaded libm v0.2.16
10332026-08-31T09:26:59.084Z Downloaded hyper v1.11.0
10342026-08-31T09:26:59.088Z Downloaded icu_properties_data v2.2.0
10352026-08-31T09:26:59.094Z Downloaded pest v2.8.8
10362026-08-31T09:26:59.097Z Downloaded zerocopy v0.7.35
10372026-08-31T09:26:59.105Z Downloaded rand v0.10.2
10382026-08-31T09:26:59.110Z Downloaded unicode-segmentation v1.13.3
10392026-08-31T09:26:59.113Z Downloaded openssl-sys v0.9.117
10402026-08-31T09:26:59.113Z Downloaded schemars v0.9.0
10412026-08-31T09:26:59.117Z Downloaded steno v0.4.1
10422026-08-31T09:26:59.121Z Downloaded tower v0.5.3
10432026-08-31T09:26:59.125Z Downloaded clap_builder v4.6.6
10442026-08-31T09:26:59.127Z Downloaded expectorate v1.3.0
10452026-08-31T09:26:59.130Z Downloaded schemars v1.2.2
10462026-08-31T09:26:59.136Z Downloaded rand v0.8.7
10472026-08-31T09:26:59.139Z Downloaded rayon-core v1.13.0
10482026-08-31T09:26:59.141Z Downloaded ron v0.12.2
10492026-08-31T09:26:59.144Z Downloaded zerotrie v0.2.4
10502026-08-31T09:26:59.147Z Downloaded dropshot_endpoint v0.17.1
10512026-08-31T09:26:59.147Z Downloaded hashbrown v0.17.1
10522026-08-31T09:26:59.151Z Downloaded iddqd v0.4.6
10532026-08-31T09:26:59.155Z Downloaded tough v0.22.0
10542026-08-31T09:26:59.160Z Downloaded unicode-normalization v0.1.25
10552026-08-31T09:26:59.162Z Downloaded toml_edit v0.22.27
10562026-08-31T09:26:59.165Z Downloaded h2 v0.4.15
10572026-08-31T09:26:59.169Z Downloaded typenum v1.20.1
10582026-08-31T09:26:59.173Z Downloaded yoke v0.8.3
10592026-08-31T09:26:59.173Z Downloaded hickory-resolver v0.25.2
10602026-08-31T09:26:59.177Z Downloaded rand v0.9.5
10612026-08-31T09:26:59.177Z Downloaded derive-where v1.6.1
10622026-08-31T09:26:59.196Z Downloaded tabled v0.21.0
10632026-08-31T09:26:59.205Z Downloaded qorb v0.4.1
10642026-08-31T09:26:59.211Z Downloaded dropshot-api-manager v0.7.2
10652026-08-31T09:26:59.215Z Downloaded goblin v0.8.2
10662026-08-31T09:26:59.218Z Downloaded zerovec v0.11.6
10672026-08-31T09:26:59.218Z Downloaded moka v0.12.16
10682026-08-31T09:26:59.222Z Downloaded reqwest v0.13.4
10692026-08-31T09:26:59.229Z Downloaded tokio-util v0.7.19
10702026-08-31T09:26:59.236Z Downloaded hkdf v0.12.4
10712026-08-31T09:26:59.239Z Downloaded quinn-proto v0.11.16
10722026-08-31T09:26:59.248Z Downloaded typed-path v0.9.3
10732026-08-31T09:26:59.251Z Downloaded rayon v1.12.0
10742026-08-31T09:26:59.255Z Downloaded hashbrown v0.16.1
10752026-08-31T09:26:59.258Z Downloaded winnow v0.7.15
10762026-08-31T09:26:59.270Z Downloaded zerocopy v0.8.56
10772026-08-31T09:26:59.281Z Downloaded futures-util v0.3.34
10782026-08-31T09:26:59.287Z Downloaded http v1.5.0
10792026-08-31T09:26:59.296Z Downloaded serde_with v3.22.0
10802026-08-31T09:26:59.303Z Downloaded winnow v1.0.4
10812026-08-31T09:26:59.317Z Downloaded aws-lc-rs v1.18.0
10822026-08-31T09:26:59.324Z Downloaded goblin v0.10.7
10832026-08-31T09:26:59.329Z Downloaded tabled v0.15.0
10842026-08-31T09:26:59.336Z Downloaded nix v0.31.3
10852026-08-31T09:26:59.342Z Downloaded webpki-roots v1.0.9
10862026-08-31T09:26:59.749Z Downloaded reqwest v0.12.28
10872026-08-31T09:26:59.753Z Downloaded time v0.3.55
10882026-08-31T09:26:59.753Z Downloaded serde_json v1.0.151
10892026-08-31T09:26:59.753Z Downloaded smoltcp v0.11.0
10902026-08-31T09:26:59.753Z Downloaded regress v0.10.5
10912026-08-31T09:26:59.753Z Downloaded regress v0.11.1
10922026-08-31T09:26:59.753Z Downloaded chrono v0.4.45
10932026-08-31T09:26:59.753Z Downloaded syn v2.0.119
10942026-08-31T09:26:59.753Z Downloaded tower-http v0.6.11
10952026-08-31T09:26:59.753Z Downloaded regex v1.13.1
10962026-08-31T09:26:59.753Z Downloaded openapiv3 v2.2.0
10972026-08-31T09:26:59.753Z Downloaded hickory-proto v0.24.4
10982026-08-31T09:26:59.753Z Downloaded winnow v0.5.40
10992026-08-31T09:26:59.753Z Downloaded portable-atomic v1.15.0
11002026-08-31T09:26:59.753Z Downloaded typify-impl v0.4.3
11012026-08-31T09:26:59.753Z Downloaded vcpkg v0.2.15
11022026-08-31T09:26:59.753Z Downloaded curve25519-dalek v4.1.3
11032026-08-31T09:26:59.754Z Downloaded sled v0.34.7
11042026-08-31T09:26:59.754Z Downloaded unicode-width v0.2.2
11052026-08-31T09:26:59.754Z Downloaded syn v1.0.109
11062026-08-31T09:26:59.754Z Downloaded jiff v0.2.35
11072026-08-31T09:26:59.754Z Downloaded proptest v1.11.0
11082026-08-31T09:26:59.754Z Downloaded lzma-sys v0.1.20
11092026-08-31T09:26:59.754Z Downloaded libc v0.2.189
11102026-08-31T09:26:59.754Z Downloaded tokio v1.53.1
11112026-08-31T09:26:59.754Z Downloaded openssl v0.10.81
11122026-08-31T09:26:59.754Z Downloaded unicode-width v0.1.14
11132026-08-31T09:26:59.754Z Downloaded bstr v1.13.1
11142026-08-31T09:26:59.754Z Downloaded dropshot v0.17.1
11152026-08-31T09:26:59.754Z Downloaded regex-syntax v0.8.11
11162026-08-31T09:26:59.754Z Downloaded rustix v0.38.44
11172026-08-31T09:26:59.754Z Downloaded syn v3.0.3
11182026-08-31T09:26:59.754Z Downloaded rustls v0.23.43
11192026-08-31T09:26:59.754Z Downloaded typify-impl v0.6.2
11202026-08-31T09:26:59.754Z Downloaded tracing v0.1.44
11212026-08-31T09:26:59.754Z Downloaded hickory-proto v0.25.2
11222026-08-31T09:26:59.754Z Downloaded rustix v1.1.4
11232026-08-31T09:26:59.754Z Downloaded rhai v1.26.0
11242026-08-31T09:26:59.793Z Downloaded regex-automata v0.4.18
11252026-08-31T09:26:59.850Z Downloaded chrono-tz v0.10.4
11262026-08-31T09:26:59.862Z Downloaded petgraph v0.6.5
11272026-08-31T09:26:59.878Z Downloaded sha3 v0.10.9
11282026-08-31T09:26:59.885Z Downloaded petgraph v0.8.3
11292026-08-31T09:26:59.899Z Downloaded csv v1.4.0
11302026-08-31T09:27:00.067Z Downloaded encoding_rs v0.8.35
11312026-08-31T09:27:00.074Z Downloaded ring v0.17.14
11322026-08-31T09:27:00.546Z Downloaded aws-lc-sys v0.44.0
11332026-08-31T09:27:00.913Z Compiling proc-macro2 v1.0.107
11342026-08-31T09:27:00.914Z Compiling quote v1.0.47
11352026-08-31T09:27:00.914Z Compiling unicode-ident v1.0.24
11362026-08-31T09:27:00.914Z Compiling serde_core v1.0.229
11372026-08-31T09:27:00.914Z Compiling serde v1.0.229
11382026-08-31T09:27:00.917Z Compiling libc v0.2.189
11392026-08-31T09:27:00.917Z Compiling cfg-if v1.0.4
11402026-08-31T09:27:01.196Z Compiling zmij v1.0.23
11412026-08-31T09:27:01.227Z Compiling autocfg v1.5.1
11422026-08-31T09:27:01.511Z Compiling memchr v2.8.3
11432026-08-31T09:27:01.536Z Compiling libm v0.2.16
11442026-08-31T09:27:01.896Z Compiling itoa v1.0.18
11452026-08-31T09:27:01.947Z Compiling icu_normalizer_data v2.2.0
11462026-08-31T09:27:02.124Z Compiling icu_properties_data v2.2.0
11472026-08-31T09:27:02.155Z Compiling version_check v0.9.5
11482026-08-31T09:27:02.170Z Compiling stable_deref_trait v1.2.1
11492026-08-31T09:27:02.297Z Compiling serde_json v1.0.151
11502026-08-31T09:27:02.324Z Compiling syn v2.0.119
11512026-08-31T09:27:02.347Z Compiling syn v3.0.3
11522026-08-31T09:27:02.411Z Compiling litemap v0.8.2
11532026-08-31T09:27:02.551Z Compiling thiserror v2.0.20
11542026-08-31T09:27:02.607Z Compiling writeable v0.6.3
11552026-08-31T09:27:02.713Z Compiling num-traits v0.2.19
11562026-08-31T09:27:02.716Z Compiling parking_lot_core v0.9.12
11572026-08-31T09:27:02.849Z Compiling utf8_iter v1.0.4
11582026-08-31T09:27:03.030Z Compiling percent-encoding v2.3.2
11592026-08-31T09:27:03.240Z Compiling form_urlencoded v1.2.2
11602026-08-31T09:27:03.297Z Compiling zerocopy v0.8.56
11612026-08-31T09:27:03.301Z Compiling errno v0.3.14
11622026-08-31T09:27:03.495Z Compiling rand_core v0.10.1
11632026-08-31T09:27:03.511Z Compiling getrandom v0.4.3
11642026-08-31T09:27:03.530Z Compiling iana-time-zone v0.1.65
11652026-08-31T09:27:03.812Z Compiling heck v0.5.0
11662026-08-31T09:27:04.042Z Compiling uuid v1.26.0
11672026-08-31T09:27:04.106Z Compiling jobserver v0.1.35
11682026-08-31T09:27:04.451Z Compiling shlex v2.0.1
11692026-08-31T09:27:04.465Z Compiling find-msvc-tools v0.1.10
11702026-08-31T09:27:04.623Z Compiling semver v1.0.28
11712026-08-31T09:27:04.659Z Compiling cc v1.4.2
11722026-08-31T09:27:04.683Z Compiling rustversion v1.0.23
11732026-08-31T09:27:04.700Z Compiling schemars v0.8.22
11742026-08-31T09:27:04.981Z Compiling dyn-clone v1.0.20
11752026-08-31T09:27:05.105Z Compiling synstructure v0.13.2
11762026-08-31T09:27:05.132Z Compiling serde_derive_internals v0.29.1
11772026-08-31T09:27:05.332Z Compiling pin-project-lite v0.2.17
11782026-08-31T09:27:05.443Z Compiling getrandom v0.2.17
11792026-08-31T09:27:05.626Z Compiling serde_derive v1.0.229
11802026-08-31T09:27:05.664Z Compiling displaydoc v0.2.7
11812026-08-31T09:27:05.683Z Compiling thiserror-impl v2.0.20
11822026-08-31T09:27:05.760Z Compiling tokio-macros v2.7.2
11832026-08-31T09:27:05.883Z Compiling futures-macro v0.3.34
11842026-08-31T09:27:05.999Z Compiling bitflags v2.13.1
11852026-08-31T09:27:06.093Z Compiling pkg-config v0.3.33
11862026-08-31T09:27:06.288Z Compiling zerofrom-derive v0.1.7
11872026-08-31T09:27:06.423Z Compiling yoke-derive v0.8.2
11882026-08-31T09:27:06.445Z Compiling zerovec-derive v0.11.3
11892026-08-31T09:27:06.496Z Compiling schemars_derive v0.8.22
11902026-08-31T09:27:06.532Z Compiling zerocopy-derive v0.8.56
11912026-08-31T09:27:06.718Z Compiling zeroize_derive v1.5.0
11922026-08-31T09:27:06.999Z Compiling scopeguard v1.2.0
11932026-08-31T09:27:07.116Z Compiling lock_api v0.4.14
11942026-08-31T09:27:07.382Z Compiling socket2 v0.6.5
11952026-08-31T09:27:07.389Z Compiling zeroize v1.9.0
11962026-08-31T09:27:07.490Z Compiling zerofrom v0.1.8
11972026-08-31T09:27:07.504Z Compiling cmake v0.1.58
11982026-08-31T09:27:07.522Z Compiling fs_extra v1.3.0
11992026-08-31T09:27:07.616Z Compiling yoke v0.8.3
12002026-08-31T09:27:07.631Z Compiling dunce v1.0.5
12012026-08-31T09:27:07.725Z Compiling signal-hook-registry v1.4.8
12022026-08-31T09:27:07.741Z Compiling mio v1.2.2
12032026-08-31T09:27:07.774Z Compiling portable-atomic v1.15.0
12042026-08-31T09:27:07.815Z Compiling zerovec v0.11.6
12052026-08-31T09:27:07.831Z Compiling zerotrie v0.2.4
12062026-08-31T09:27:07.998Z Compiling aws-lc-sys v0.44.0
12072026-08-31T09:27:08.162Z Compiling futures-core v0.3.34
12082026-08-31T09:27:08.324Z Compiling log v0.4.33
12092026-08-31T09:27:08.365Z Compiling critical-section v1.2.0
12102026-08-31T09:27:08.478Z Compiling tinystr v0.8.3
12112026-08-31T09:27:08.482Z Compiling potential_utf v0.1.5
12122026-08-31T09:27:08.646Z Compiling icu_locale_core v2.2.0
12132026-08-31T09:27:08.662Z Compiling icu_collections v2.2.0
12142026-08-31T09:27:08.709Z Compiling smallvec v1.15.2
12152026-08-31T09:27:08.782Z Compiling bytes v1.12.1
12162026-08-31T09:27:08.797Z Compiling chrono v0.4.45
12172026-08-31T09:27:09.088Z Compiling once_cell v1.21.4
12182026-08-31T09:27:09.177Z Compiling subtle v2.6.1
12192026-08-31T09:27:09.338Z Compiling parking_lot v0.12.5
12202026-08-31T09:27:09.393Z Compiling equivalent v1.0.2
12212026-08-31T09:27:09.419Z Compiling getrandom v0.3.4
12222026-08-31T09:27:09.488Z Compiling icu_provider v2.2.0
12232026-08-31T09:27:09.601Z Compiling tokio v1.53.1
12242026-08-31T09:27:09.672Z Compiling httparse v1.10.1
12252026-08-31T09:27:09.756Z Compiling icu_properties v2.2.0
12262026-08-31T09:27:10.024Z Compiling icu_normalizer v2.2.0
12272026-08-31T09:27:10.082Z Compiling allocator-api2 v0.2.21
12282026-08-31T09:27:10.184Z Compiling serde_tokenstream v0.2.3
12292026-08-31T09:27:10.470Z Compiling futures-sink v0.3.34
12302026-08-31T09:27:10.631Z Compiling slab v0.4.12
12312026-08-31T09:27:10.699Z Compiling idna_adapter v1.2.2
12322026-08-31T09:27:10.793Z Compiling rustix v1.1.4
12332026-08-31T09:27:10.845Z Compiling idna v1.1.0
12342026-08-31T09:27:11.164Z Compiling ucd-trie v0.1.7
12352026-08-31T09:27:11.256Z Compiling url v2.5.8
12362026-08-31T09:27:11.299Z Compiling typenum v1.20.1
12372026-08-31T09:27:11.375Z Compiling pest v2.8.8
12382026-08-31T09:27:11.486Z Compiling strsim v0.11.1
12392026-08-31T09:27:11.686Z Compiling thiserror v1.0.69
12402026-08-31T09:27:11.779Z Compiling regex-syntax v0.8.11
12412026-08-31T09:27:12.098Z Compiling futures-channel v0.3.34
12422026-08-31T09:27:12.159Z Compiling hashbrown v0.17.1
12432026-08-31T09:27:12.360Z Compiling thiserror-impl v1.0.69
12442026-08-31T09:27:12.554Z Compiling pest_meta v2.8.8
12452026-08-31T09:27:12.836Z Compiling aho-corasick v1.1.5
12462026-08-31T09:27:12.853Z Compiling futures-io v0.3.34
12472026-08-31T09:27:13.050Z Compiling ident_case v1.0.1
12482026-08-31T09:27:13.179Z Compiling pest_generator v2.8.8
12492026-08-31T09:27:13.486Z Compiling futures-task v0.3.34
12502026-08-31T09:27:13.669Z Compiling regex-automata v0.4.18
12512026-08-31T09:27:13.686Z Compiling futures-util v0.3.34
12522026-08-31T09:27:13.765Z Compiling ipnetwork v0.21.1
12532026-08-31T09:27:13.796Z Compiling pest_derive v2.8.8
12542026-08-31T09:27:14.234Z Compiling rand_core v0.6.4
12552026-08-31T09:27:14.354Z Compiling byteorder v1.5.0
12562026-08-31T09:27:14.374Z Compiling indexmap v2.14.0
12572026-08-31T09:27:14.497Z Compiling tracing-core v0.1.36
12582026-08-31T09:27:14.618Z Compiling tracing-attributes v0.1.31
12592026-08-31T09:27:15.205Z Compiling paste v1.0.15
12602026-08-31T09:27:15.292Z Compiling fnv v1.0.7
12612026-08-31T09:27:15.402Z Compiling regex v1.13.1
12622026-08-31T09:27:15.498Z Compiling base64 v0.22.1
12632026-08-31T09:27:15.776Z Compiling omicron-workspace-hack v0.1.0
12642026-08-31T09:27:15.825Z Compiling tracing v0.1.44
12652026-08-31T09:27:16.014Z Compiling slog v2.8.2
12662026-08-31T09:27:16.236Z Compiling anyhow v1.0.104
12672026-08-31T09:27:16.288Z Compiling http v1.5.0
12682026-08-31T09:27:16.304Z Compiling erased-serde v0.3.31
12692026-08-31T09:27:16.625Z Compiling oxnet v0.1.7
12702026-08-31T09:27:17.430Z Compiling rustls-pki-types v1.15.1
12712026-08-31T09:27:17.761Z Compiling scroll_derive v0.13.1
12722026-08-31T09:27:18.059Z Compiling ring v0.17.14
12732026-08-31T09:27:18.280Z Compiling aws-lc-rs v1.18.0
12742026-08-31T09:27:18.569Z Compiling num-conv v0.2.2
12752026-08-31T09:27:18.603Z Compiling camino v1.2.5
12762026-08-31T09:27:18.724Z Compiling time-core v0.1.9
12772026-08-31T09:27:18.908Z Compiling time-macros v0.2.32
12782026-08-31T09:27:18.938Z Compiling tokio-util v0.7.19
12792026-08-31T09:27:19.004Z Compiling daft-derive v0.1.8
12802026-08-31T09:27:19.124Z Compiling ipnet v2.12.1
12812026-08-31T09:27:19.724Z Compiling untrusted v0.7.1
12822026-08-31T09:27:19.854Z Compiling untrusted v0.9.0
12832026-08-31T09:27:19.988Z Compiling crc32fast v1.5.0
12842026-08-31T09:27:20.022Z Compiling darling_core v0.23.0
12852026-08-31T09:27:20.253Z Compiling async-trait v0.1.92
12862026-08-31T09:27:20.269Z Compiling rustls v0.23.43
12872026-08-31T09:27:20.489Z Compiling http-body v1.1.0
12882026-08-31T09:27:20.844Z Compiling ppv-lite86 v0.2.21
12892026-08-31T09:27:21.208Z Compiling pretty-hex v0.4.2
12902026-08-31T09:27:21.344Z Compiling usdt-impl v0.6.0
12912026-08-31T09:27:21.419Z Compiling atomic-waker v1.1.2
12922026-08-31T09:27:21.985Z Compiling scroll v0.13.0
12932026-08-31T09:27:22.028Z Compiling darling_macro v0.23.0
12942026-08-31T09:27:22.044Z Compiling ryu v1.0.23
12952026-08-31T09:27:22.095Z Compiling crossbeam-utils v0.8.22
12962026-08-31T09:27:22.235Z Compiling try-lock v0.2.5
12972026-08-31T09:27:22.326Z Compiling plain v0.2.3
12982026-08-31T09:27:22.351Z Compiling tower-service v0.3.3
12992026-08-31T09:27:22.384Z Compiling tower-layer v0.3.3
13002026-08-31T09:27:22.447Z Compiling goblin v0.10.7
13012026-08-31T09:27:22.593Z Compiling darling v0.23.0
13022026-08-31T09:27:22.614Z Compiling want v0.3.1
13032026-08-31T09:27:22.628Z Compiling h2 v0.4.15
13042026-08-31T09:27:22.784Z Compiling ref-cast v1.0.26
13052026-08-31T09:27:22.932Z Compiling httpdate v1.0.3
13062026-08-31T09:27:23.113Z Compiling dtrace-parser v0.3.0
13072026-08-31T09:27:23.297Z Compiling thread-id v5.1.0
13082026-08-31T09:27:23.381Z Compiling slog-async v2.8.0
13092026-08-31T09:27:23.663Z Compiling ref-cast-impl v1.0.26
13102026-08-31T09:27:24.341Z Compiling serde_urlencoded v0.7.1
13112026-08-31T09:27:24.621Z Compiling http-body-util v0.1.5
13122026-08-31T09:27:25.138Z Compiling dof v0.4.0
13132026-08-31T09:27:25.748Z Compiling hyper v1.11.0
13142026-08-31T09:27:26.129Z Compiling serde_tokenstream v0.3.0
13152026-08-31T09:27:26.417Z Compiling structmeta-derive v0.3.0
13162026-08-31T09:27:26.576Z Compiling multer v3.1.0
13172026-08-31T09:27:26.807Z Compiling usdt-macro v0.6.0
13182026-08-31T09:27:27.451Z Compiling hyper-util v0.1.20
13192026-08-31T09:27:27.639Z Compiling structmeta v0.3.0
13202026-08-31T09:27:27.844Z Compiling usdt-attr-macro v0.6.0
13212026-08-31T09:27:28.364Z Compiling newtype-uuid-macros v0.1.1
13222026-08-31T09:27:29.178Z Compiling rand_core v0.9.5
13232026-08-31T09:27:29.387Z Compiling foldhash v0.2.0
13242026-08-31T09:27:29.488Z Compiling newtype-uuid v1.4.0
13252026-08-31T09:27:29.670Z Compiling async-stream-impl v0.3.6
13262026-08-31T09:27:29.894Z Compiling strum_macros v0.26.4
13272026-08-31T09:27:30.191Z Compiling dropshot v0.17.1
13282026-08-31T09:27:30.297Z Compiling fastrand v2.5.0
13292026-08-31T09:27:30.327Z Compiling hex v0.4.3
13302026-08-31T09:27:30.428Z Compiling daft v0.1.8
13312026-08-31T09:27:30.613Z Compiling rand_chacha v0.9.0
13322026-08-31T09:27:30.629Z Compiling sync_wrapper v1.0.2
13332026-08-31T09:27:30.760Z Compiling deranged v0.5.8
13342026-08-31T09:27:31.069Z Compiling powerfmt v0.2.0
13352026-08-31T09:27:31.090Z Compiling syn v1.0.109
13362026-08-31T09:27:31.320Z Compiling num_threads v0.1.7
13372026-08-31T09:27:31.431Z Compiling rand v0.9.5
13382026-08-31T09:27:31.485Z Compiling tower v0.5.3
13392026-08-31T09:27:31.591Z Compiling serde_with_macros v3.22.0
13402026-08-31T09:27:31.824Z Compiling time v0.3.55
13412026-08-31T09:27:32.111Z Compiling webpki-roots v1.0.9
13422026-08-31T09:27:32.230Z Compiling openapiv3 v2.2.0
13432026-08-31T09:27:32.539Z Compiling dropshot_endpoint v0.17.1
13442026-08-31T09:27:32.695Z Compiling macaddr v1.0.1
13452026-08-31T09:27:32.968Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
13462026-08-31T09:27:33.688Z Compiling cpufeatures v0.3.0
13472026-08-31T09:27:33.793Z Compiling tower-http v0.6.11
13482026-08-31T09:27:34.443Z Compiling tempfile v3.27.0
13492026-08-31T09:27:34.547Z Compiling hashbrown v0.16.1
13502026-08-31T09:27:34.670Z Compiling derive-ex v0.1.8
13512026-08-31T09:27:35.206Z Compiling crossbeam-channel v0.5.16
13522026-08-31T09:27:35.600Z Compiling futures-executor v0.3.34
13532026-08-31T09:27:35.861Z Compiling strum_macros v0.27.2
13542026-08-31T09:27:36.044Z Compiling openssl-probe v0.2.1
13552026-08-31T09:27:36.207Z Compiling winnow v1.0.4
13562026-08-31T09:27:36.217Z Compiling test-strategy v0.4.5
13572026-08-31T09:27:37.353Z Compiling rustls-native-certs v0.8.4
13582026-08-31T09:27:37.525Z Compiling futures v0.3.34
13592026-08-31T09:27:37.665Z Compiling hybrid-array v0.4.14
13602026-08-31T09:27:37.683Z Compiling thread_local v1.1.10
13612026-08-31T09:27:37.858Z Compiling simd-adler32 v0.3.10
13622026-08-31T09:27:37.986Z Compiling adler2 v2.0.1
13632026-08-31T09:27:38.101Z Compiling miniz_oxide v0.8.9
13642026-08-31T09:27:38.693Z Compiling generic-array v0.14.7
13652026-08-31T09:27:38.925Z Compiling is-terminal v0.4.17
13662026-08-31T09:27:39.130Z Compiling take_mut v0.2.2
13672026-08-31T09:27:39.228Z Compiling term v1.2.1
13682026-08-31T09:27:39.526Z Compiling flate2 v1.1.9
13692026-08-31T09:27:39.568Z Compiling slog-term v2.9.2
13702026-08-31T09:27:40.053Z Compiling crypto-common v0.2.2
13712026-08-31T09:27:40.615Z Compiling block-buffer v0.12.1
13722026-08-31T09:27:40.794Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
13732026-08-31T09:27:40.924Z Compiling memmap2 v0.9.11
13742026-08-31T09:27:41.086Z Compiling either v1.17.0
13752026-08-31T09:27:41.316Z Compiling const-oid v0.10.2
13762026-08-31T09:27:41.323Z Compiling compression-core v0.4.32
13772026-08-31T09:27:41.424Z Compiling debug-ignore v1.0.5
13782026-08-31T09:27:41.533Z Compiling match_cfg v0.1.0
13792026-08-31T09:27:41.608Z Compiling hostname v0.3.1
13802026-08-31T09:27:41.624Z Compiling digest v0.11.3
13812026-08-31T09:27:41.785Z Compiling compression-codecs v0.4.38
13822026-08-31T09:27:42.121Z Compiling usdt v0.6.0
13832026-08-31T09:27:42.359Z Compiling toml_parser v1.1.3+spec-1.1.0
13842026-08-31T09:27:42.423Z Compiling slog-json v2.6.1
13852026-08-31T09:27:42.682Z Compiling parse-display-derive v0.10.0
13862026-08-31T09:27:42.746Z Compiling rand_chacha v0.3.1
13872026-08-31T09:27:42.764Z Compiling toml_datetime v1.1.1+spec-1.1.0
13882026-08-31T09:27:43.170Z Compiling serde_spanned v1.1.1
13892026-08-31T09:27:43.321Z Compiling encoding_rs v0.8.35
13902026-08-31T09:27:43.342Z Compiling mime v0.3.17
13912026-08-31T09:27:43.488Z Compiling toml_writer v1.1.2+spec-1.1.0
13922026-08-31T09:27:43.657Z Compiling spin v0.9.9
13932026-08-31T09:27:43.748Z Compiling toml v1.1.4+spec-1.1.0
13942026-08-31T09:27:43.788Z Compiling rand v0.8.7
13952026-08-31T09:27:43.825Z Compiling slog-bunyan v2.5.0
13962026-08-31T09:27:44.013Z Compiling async-compression v0.4.43
13972026-08-31T09:27:44.222Z Compiling sha1 v0.11.0
13982026-08-31T09:27:44.571Z Compiling strum v0.26.3
13992026-08-31T09:27:44.705Z Compiling async-stream v0.3.6
14002026-08-31T09:27:44.721Z Compiling waitgroup v0.1.2
14012026-08-31T09:27:44.873Z Compiling rustls-pemfile v2.2.0
14022026-08-31T09:27:44.893Z Compiling serde_path_to_error v0.1.20
14032026-08-31T09:27:44.893Z Compiling wait-timeout v0.2.1
14042026-08-31T09:27:45.153Z Compiling hostname v0.4.2
14052026-08-31T09:27:45.316Z Compiling quick-error v1.2.3
14062026-08-31T09:27:45.350Z Compiling bit-vec v0.8.0
14072026-08-31T09:27:45.463Z Compiling rusty-fork v0.3.1
14082026-08-31T09:27:45.480Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14092026-08-31T09:27:45.637Z Compiling bit-set v0.8.0
14102026-08-31T09:27:45.655Z Compiling serde_with v3.22.0
14112026-08-31T09:27:45.829Z Compiling rand_xorshift v0.4.0
14122026-08-31T09:27:45.946Z Compiling unarray v0.1.4
14132026-08-31T09:27:46.070Z Compiling proptest v1.11.0
14142026-08-31T09:27:46.185Z Compiling strum v0.27.2
14152026-08-31T09:27:46.200Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14162026-08-31T09:27:46.319Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
14172026-08-31T09:27:46.369Z Compiling instant v0.1.13
14182026-08-31T09:27:46.842Z Compiling crypto-common v0.1.7
14192026-08-31T09:27:47.416Z Compiling iddqd v0.4.6
14202026-08-31T09:27:47.979Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14212026-08-31T09:27:48.055Z Compiling backon v1.6.0
14222026-08-31T09:27:48.316Z Compiling backoff v0.4.0
14232026-08-31T09:27:48.447Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
14242026-08-31T09:27:48.530Z Compiling parse-display v0.10.0
14252026-08-31T09:27:48.701Z Compiling itertools v0.14.0
14262026-08-31T09:27:48.824Z Compiling regress v0.10.5
14272026-08-31T09:27:49.278Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
14282026-08-31T09:27:49.526Z Compiling humantime v2.4.0
14292026-08-31T09:27:50.355Z Compiling block-buffer v0.10.4
14302026-08-31T09:27:51.005Z Compiling unicode-width v0.2.2
14312026-08-31T09:27:52.232Z Compiling digest v0.10.7
14322026-08-31T09:27:54.119Z Compiling regress v0.11.1
14332026-08-31T09:27:55.329Z Compiling zerocopy-derive v0.7.35
14342026-08-31T09:27:55.866Z Compiling typify-impl v0.6.2
14352026-08-31T09:27:56.256Z Compiling clap_derive v4.6.4
14362026-08-31T09:27:57.053Z Compiling convert_case v0.4.0
14372026-08-31T09:27:57.149Z Compiling cpufeatures v0.2.17
14382026-08-31T09:27:57.227Z Compiling utf8parse v0.2.2
14392026-08-31T09:27:57.337Z Compiling derive_more v0.99.20
14402026-08-31T09:27:57.352Z Compiling anstyle-parse v1.0.0
14412026-08-31T09:27:58.034Z Compiling terminal_size v0.4.4
14422026-08-31T09:27:58.167Z Compiling toml_datetime v0.6.11
14432026-08-31T09:27:58.313Z Compiling anstyle-query v1.1.5
14442026-08-31T09:27:58.396Z Compiling colorchoice v1.0.5
14452026-08-31T09:27:58.423Z Compiling anstyle v1.0.14
14462026-08-31T09:27:58.682Z Compiling is_terminal_polyfill v1.70.2
14472026-08-31T09:27:58.780Z Compiling anstream v1.0.0
14482026-08-31T09:27:59.126Z Compiling typify-macro v0.6.2
14492026-08-31T09:27:59.241Z Compiling secrecy v0.10.3
14502026-08-31T09:27:59.416Z Compiling heapless v0.8.0
14512026-08-31T09:27:59.446Z Compiling crucible-workspace-hack v0.1.0
14522026-08-31T09:27:59.570Z Compiling tinyvec_macros v0.1.1
14532026-08-31T09:27:59.660Z Compiling clap_lex v1.1.0
14542026-08-31T09:28:00.010Z Compiling clap_builder v4.6.6
14552026-08-31T09:28:00.110Z Compiling tinyvec v1.12.0
14562026-08-31T09:28:00.707Z Compiling zerocopy v0.7.35
14572026-08-31T09:28:00.724Z Compiling typify v0.6.2
14582026-08-31T09:28:00.980Z Compiling hash32 v0.3.1
14592026-08-31T09:28:01.537Z Compiling rustc_version v0.4.1
14602026-08-31T09:28:01.540Z Compiling scroll_derive v0.12.1
14612026-08-31T09:28:01.540Z Compiling num-integer v0.1.47
14622026-08-31T09:28:01.540Z Compiling usdt-impl v0.5.0
14632026-08-31T09:28:01.667Z Compiling smoltcp v0.11.0
14642026-08-31T09:28:01.729Z Compiling crossbeam-epoch v0.9.20
14652026-08-31T09:28:01.824Z Compiling scroll v0.12.0
14662026-08-31T09:28:01.864Z Compiling clap v4.6.6
14672026-08-31T09:28:02.032Z Compiling curve25519-dalek v4.1.3
14682026-08-31T09:28:02.064Z Compiling dof v0.3.0
14692026-08-31T09:28:03.255Z Compiling hmac v0.12.1
14702026-08-31T09:28:03.299Z Compiling dtrace-parser v0.2.0
14712026-08-31T09:28:03.408Z Compiling inout v0.1.4
14722026-08-31T09:28:03.525Z Compiling darling_core v0.21.3
14732026-08-31T09:28:03.612Z Compiling ff v0.13.1
14742026-08-31T09:28:03.760Z Compiling cobs v0.3.0
14752026-08-31T09:28:04.041Z Compiling thread-id v4.2.2
14762026-08-31T09:28:04.128Z Compiling unsafe-libyaml v0.2.11
14772026-08-31T09:28:04.819Z Compiling managed v0.8.0
14782026-08-31T09:28:05.048Z Compiling bitflags v1.3.2
14792026-08-31T09:28:05.397Z Compiling serde_yaml v0.9.34+deprecated
14802026-08-31T09:28:05.582Z Compiling darling_macro v0.21.3
14812026-08-31T09:28:06.164Z Compiling postcard v1.1.3
14822026-08-31T09:28:06.528Z Compiling group v0.13.0
14832026-08-31T09:28:06.646Z Compiling cipher v0.4.4
14842026-08-31T09:28:06.650Z Compiling hkdf v0.12.4
14852026-08-31T09:28:07.322Z Compiling goblin v0.8.2
14862026-08-31T09:28:07.367Z Compiling num-rational v0.4.2
14872026-08-31T09:28:07.807Z Compiling num-iter v0.1.46
14882026-08-31T09:28:08.336Z Compiling tabwriter v1.4.1
14892026-08-31T09:28:08.521Z Compiling universal-hash v0.5.1
14902026-08-31T09:28:08.665Z Compiling crypto-bigint v0.5.5
14912026-08-31T09:28:08.687Z Compiling hubpack_derive v0.1.1
14922026-08-31T09:28:08.853Z Compiling thiserror-impl-no-std v2.0.2
14932026-08-31T09:28:09.227Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
14942026-08-31T09:28:09.943Z Compiling half v2.7.1
14952026-08-31T09:28:10.113Z Compiling curve25519-dalek-derive v0.1.1
14962026-08-31T09:28:10.287Z Compiling num-complex v0.4.6
14972026-08-31T09:28:10.837Z Compiling memoffset v0.9.1
14982026-08-31T09:28:11.060Z Compiling cfg_aliases v0.2.2
14992026-08-31T09:28:11.136Z Compiling base64ct v1.8.3
15002026-08-31T09:28:11.186Z Compiling base16ct v0.2.0
15012026-08-31T09:28:11.187Z Compiling ciborium-io v0.2.2
15022026-08-31T09:28:11.398Z Compiling rustix v0.38.44
15032026-08-31T09:28:11.437Z Compiling opaque-debug v0.3.1
15042026-08-31T09:28:11.466Z Compiling prettyplease v0.2.37
15052026-08-31T09:28:11.988Z Compiling poly1305 v0.8.0
15062026-08-31T09:28:12.201Z Compiling password-hash v0.5.0
15072026-08-31T09:28:12.578Z Compiling elliptic-curve v0.13.8
15082026-08-31T09:28:12.594Z Compiling ciborium-ll v0.2.2
15092026-08-31T09:28:12.896Z Compiling nix v0.31.3
15102026-08-31T09:28:13.397Z Compiling num v0.4.3
15112026-08-31T09:28:13.491Z Compiling thiserror-no-std v2.0.2
15122026-08-31T09:28:13.595Z Compiling hubpack v0.1.2
15132026-08-31T09:28:14.690Z Compiling chacha20 v0.9.1
15142026-08-31T09:28:14.945Z Compiling darling v0.21.3
15152026-08-31T09:28:15.334Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
15162026-08-31T09:28:15.633Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15172026-08-31T09:28:15.965Z Compiling reqwest v0.12.28
15182026-08-31T09:28:16.450Z Compiling toml_edit v0.25.13+spec-1.1.0
15192026-08-31T09:28:16.801Z Compiling blake2 v0.10.6
15202026-08-31T09:28:16.818Z Compiling aead v0.5.2
15212026-08-31T09:28:17.280Z Compiling byte-wrapper v0.1.0
15222026-08-31T09:28:17.311Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15232026-08-31T09:28:17.574Z Compiling serde_repr v0.1.21
15242026-08-31T09:28:18.076Z Compiling proc-macro-error-attr v1.0.4
15252026-08-31T09:28:18.205Z Compiling float-ord v0.3.2
15262026-08-31T09:28:18.305Z Compiling keccak v0.1.6
15272026-08-31T09:28:18.319Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15282026-08-31T09:28:18.375Z Compiling static_assertions v1.1.0
15292026-08-31T09:28:18.453Z Compiling sha3 v0.10.9
15302026-08-31T09:28:18.649Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15312026-08-31T09:28:19.019Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15322026-08-31T09:28:19.514Z Compiling argon2 v0.5.3
15332026-08-31T09:28:19.751Z Compiling proc-macro-crate v3.5.0
15342026-08-31T09:28:20.573Z Compiling chacha20poly1305 v0.10.1
15352026-08-31T09:28:20.592Z Compiling progenitor-client v0.10.0
15362026-08-31T09:28:20.592Z Compiling ingot-macros v0.1.1
15372026-08-31T09:28:20.696Z Compiling vsss-rs v3.3.4
15382026-08-31T09:28:22.234Z Compiling ciborium v0.2.2
15392026-08-31T09:28:23.167Z Compiling usdt-macro v0.5.0
15402026-08-31T09:28:23.184Z Compiling usdt-attr-macro v0.5.0
15412026-08-31T09:28:24.707Z Compiling num-derive v0.4.2
15422026-08-31T09:28:24.795Z Compiling enum-as-inner v0.6.1
15432026-08-31T09:28:25.349Z Compiling proc-macro-error v1.0.4
15442026-08-31T09:28:25.474Z Compiling memmap v0.7.0
15452026-08-31T09:28:25.586Z Compiling winnow v0.5.40
15462026-08-31T09:28:25.620Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15472026-08-31T09:28:25.801Z Compiling indent_write v2.2.0
15482026-08-31T09:28:25.837Z Compiling data-encoding v2.11.1
15492026-08-31T09:28:26.165Z Compiling usdt v0.5.0
15502026-08-31T09:28:26.449Z Compiling ingot-types v0.1.2
15512026-08-31T09:28:26.507Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15522026-08-31T09:28:26.873Z Compiling toml_edit v0.19.15
15532026-08-31T09:28:26.935Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
15542026-08-31T09:28:27.038Z Compiling num_enum_derive v0.7.6
15552026-08-31T09:28:27.592Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15562026-08-31T09:28:28.171Z Compiling serde_spanned v0.6.9
15572026-08-31T09:28:28.300Z Compiling foreign-types-macros v0.2.4
15582026-08-31T09:28:28.315Z Compiling crossbeam-deque v0.8.7
15592026-08-31T09:28:28.445Z Compiling vcpkg v0.2.15
15602026-08-31T09:28:28.585Z Compiling bytecount v0.6.9
15612026-08-31T09:28:28.902Z Compiling toml_write v0.1.2
15622026-08-31T09:28:28.922Z Compiling foreign-types-shared v0.3.1
15632026-08-31T09:28:29.003Z Compiling winnow v0.7.15
15642026-08-31T09:28:29.033Z Compiling colored v3.1.1
15652026-08-31T09:28:29.050Z Compiling foreign-types v0.5.0
15662026-08-31T09:28:29.118Z Compiling openssl-sys v0.9.117
15672026-08-31T09:28:29.562Z Compiling num_enum v0.7.6
15682026-08-31T09:28:29.632Z Compiling proc-macro-crate v1.3.1
15692026-08-31T09:28:29.671Z Compiling ingot v0.1.1
15702026-08-31T09:28:29.801Z Compiling atomicwrites v0.4.4
15712026-08-31T09:28:30.069Z Compiling progenitor-impl v0.14.0
15722026-08-31T09:28:30.107Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15732026-08-31T09:28:30.417Z Compiling rustls-webpki v0.103.14
15742026-08-31T09:28:30.599Z Compiling toml_edit v0.22.27
15752026-08-31T09:28:31.749Z Compiling chacha20 v0.10.1
15762026-08-31T09:28:32.100Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15772026-08-31T09:28:32.145Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15782026-08-31T09:28:32.382Z Compiling cstr-argument v0.1.2
15792026-08-31T09:28:32.406Z Compiling resolv-conf v0.7.6
15802026-08-31T09:28:32.505Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
15812026-08-31T09:28:32.550Z Compiling semver v0.1.20
15822026-08-31T09:28:32.732Z Compiling linked-hash-map v0.5.6
15832026-08-31T09:28:32.815Z Compiling swrite v0.1.0
15842026-08-31T09:28:32.850Z Compiling rayon-core v1.13.0
15852026-08-31T09:28:32.922Z Compiling heck v0.4.1
15862026-08-31T09:28:32.970Z Compiling unicode-segmentation v1.13.3
15872026-08-31T09:28:32.986Z Compiling lru-cache v0.1.2
15882026-08-31T09:28:33.104Z Compiling rustc_version v0.1.7
15892026-08-31T09:28:33.134Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15902026-08-31T09:28:33.206Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
15912026-08-31T09:28:33.294Z Compiling progenitor-macro v0.14.0
15922026-08-31T09:28:33.508Z Compiling newline-converter v0.3.0
15932026-08-31T09:28:33.548Z Compiling toml v0.8.23
15942026-08-31T09:28:33.672Z Compiling rand v0.10.2
15952026-08-31T09:28:34.185Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
15962026-08-31T09:28:34.435Z Compiling num_enum_derive v0.5.11
15972026-08-31T09:28:34.906Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
15982026-08-31T09:28:35.132Z Compiling tokio-rustls v0.26.4
15992026-08-31T09:28:35.386Z Compiling rustls-platform-verifier v0.7.0
16002026-08-31T09:28:35.403Z Compiling hyper-rustls v0.27.9
16012026-08-31T09:28:35.912Z Compiling reqwest v0.13.4
16022026-08-31T09:28:36.496Z Compiling hickory-proto v0.24.4
16032026-08-31T09:28:37.652Z Compiling progenitor-client v0.14.0
16042026-08-31T09:28:38.100Z Compiling progenitor-extras v0.2.0
16052026-08-31T09:28:38.795Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16062026-08-31T09:28:43.653Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16072026-08-31T09:28:43.991Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16082026-08-31T09:28:50.303Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16092026-08-31T09:28:50.585Z Compiling progenitor-impl v0.13.0
16102026-08-31T09:28:50.888Z Compiling console v0.16.4
16112026-08-31T09:28:52.133Z Compiling camino-tempfile v1.4.1
16122026-08-31T09:28:52.517Z Compiling serde-big-array v0.5.1
16132026-08-31T09:28:52.586Z Compiling derive-where v1.6.1
16142026-08-31T09:28:52.611Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16152026-08-31T09:28:52.676Z Compiling pin-project-internal v1.1.13
16162026-08-31T09:28:53.128Z Compiling similar v3.2.0
16172026-08-31T09:28:53.410Z Compiling siphasher v1.0.3
16182026-08-31T09:28:53.632Z Compiling lazy_static v1.5.0
16192026-08-31T09:28:53.752Z Compiling minimal-lexical v0.2.1
16202026-08-31T09:28:53.757Z Compiling pin-project v1.1.13
16212026-08-31T09:28:53.825Z Compiling phf_shared v0.12.1
16222026-08-31T09:28:53.873Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16232026-08-31T09:28:54.014Z Compiling nom v7.1.3
16242026-08-31T09:28:54.976Z Compiling expectorate v1.3.0
16252026-08-31T09:28:55.143Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16262026-08-31T09:28:55.197Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16272026-08-31T09:28:55.348Z Compiling progenitor-macro v0.13.0
16282026-08-31T09:28:55.877Z Compiling progenitor v0.14.0
16292026-08-31T09:28:56.277Z Compiling hickory-resolver v0.24.4
16302026-08-31T09:28:58.917Z Compiling progenitor-client v0.13.0
16312026-08-31T09:29:00.860Z Compiling num_enum v0.5.11
16322026-08-31T09:29:01.928Z Compiling newtype_derive v0.1.6
16332026-08-31T09:29:03.514Z Compiling unicode-normalization v0.1.25
16342026-08-31T09:29:03.789Z Compiling tokio-stream v0.1.19
16352026-08-31T09:29:04.118Z Compiling snafu-derive v0.8.9
16362026-08-31T09:29:04.388Z Compiling async-recursion v1.1.1
16372026-08-31T09:29:04.487Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
16382026-08-31T09:29:04.646Z Compiling slog-dtrace v0.3.0
16392026-08-31T09:29:04.798Z Compiling bstr v1.13.1
16402026-08-31T09:29:04.889Z Compiling csv-core v0.1.13
16412026-08-31T09:29:05.084Z Compiling konst_macro_rules v0.2.19
16422026-08-31T09:29:05.296Z Compiling same-file v1.0.6
16432026-08-31T09:29:05.296Z Compiling jiff-core v0.1.0
16442026-08-31T09:29:05.474Z Compiling chrono-tz v0.10.4
16452026-08-31T09:29:05.491Z Compiling unicode-width v0.1.14
16462026-08-31T09:29:05.494Z Compiling unicode-xid v0.2.6
16472026-08-31T09:29:05.630Z Compiling foreign-types-shared v0.1.1
16482026-08-31T09:29:05.695Z Compiling openssl v0.10.81
16492026-08-31T09:29:05.729Z Compiling highway v1.3.0
16502026-08-31T09:29:05.795Z Compiling foldhash v0.1.5
16512026-08-31T09:29:05.827Z Compiling owo-colors v4.3.0
16522026-08-31T09:29:05.876Z Compiling cancel-safe-futures v0.1.5
16532026-08-31T09:29:05.995Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16542026-08-31T09:29:06.018Z Compiling hashbrown v0.15.5
16552026-08-31T09:29:06.153Z Compiling snafu v0.8.9
16562026-08-31T09:29:06.218Z Compiling jiff v0.2.35
16572026-08-31T09:29:06.395Z Compiling foreign-types v0.3.2
16582026-08-31T09:29:06.503Z Compiling const_format_proc_macros v0.2.34
16592026-08-31T09:29:06.673Z Compiling walkdir v2.5.0
16602026-08-31T09:29:06.699Z Compiling konst v0.2.20
16612026-08-31T09:29:07.083Z Compiling globset v0.4.20
16622026-08-31T09:29:07.101Z Compiling csv v1.4.0
16632026-08-31T09:29:07.373Z Compiling qorb v0.4.1
16642026-08-31T09:29:07.407Z Compiling olpc-cjson v0.1.4
16652026-08-31T09:29:07.617Z Compiling progenitor v0.13.0
16662026-08-31T09:29:07.830Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16672026-08-31T09:29:08.355Z Compiling rayon v1.12.0
16682026-08-31T09:29:09.758Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16692026-08-31T09:29:10.525Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16702026-08-31T09:29:11.879Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16712026-08-31T09:29:12.381Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16722026-08-31T09:29:13.258Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16732026-08-31T09:29:14.214Z Compiling phf v0.12.1
16742026-08-31T09:29:14.399Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16752026-08-31T09:29:15.342Z Compiling zone_cfg_derive v0.3.1
16762026-08-31T09:29:15.474Z Compiling tokio-dtrace v0.1.1
16772026-08-31T09:29:15.577Z Compiling itertools v0.15.0
16782026-08-31T09:29:15.596Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16792026-08-31T09:29:15.794Z Compiling itertools v0.12.1
16802026-08-31T09:29:15.817Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16812026-08-31T09:29:16.044Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
16822026-08-31T09:29:16.399Z Compiling pem v3.0.6
16832026-08-31T09:29:16.894Z Compiling libsw-core v0.3.2
16842026-08-31T09:29:16.941Z Compiling serde_plain v1.0.2
16852026-08-31T09:29:17.077Z Compiling openssl-macros v0.1.1
16862026-08-31T09:29:17.093Z Compiling cookie v0.18.2
16872026-08-31T09:29:17.120Z Compiling sigpipe v0.1.3
16882026-08-31T09:29:17.269Z Compiling fixedbitset v0.4.2
16892026-08-31T09:29:17.281Z Compiling glob v0.3.4
16902026-08-31T09:29:17.296Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16912026-08-31T09:29:17.314Z Compiling typed-path v0.9.3
16922026-08-31T09:29:17.523Z Compiling fixedbitset v0.5.7
16932026-08-31T09:29:17.678Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16942026-08-31T09:29:18.035Z Compiling petgraph v0.8.3
16952026-08-31T09:29:18.123Z Compiling petgraph v0.6.5
16962026-08-31T09:29:19.288Z Compiling tough v0.22.0
16972026-08-31T09:29:19.585Z Compiling zone v0.3.1
16982026-08-31T09:29:19.625Z Compiling libsw v3.5.0
16992026-08-31T09:29:19.815Z Compiling ingot-macros v0.2.0
17002026-08-31T09:29:20.021Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17012026-08-31T09:29:20.096Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
17022026-08-31T09:29:20.274Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
17032026-08-31T09:29:20.401Z Compiling oxide-tokio-rt v0.1.6
17042026-08-31T09:29:20.441Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17052026-08-31T09:29:20.565Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17062026-08-31T09:29:21.214Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17072026-08-31T09:29:21.454Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17082026-08-31T09:29:22.317Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17092026-08-31T09:29:23.140Z Compiling const_format v0.2.36
17102026-08-31T09:29:24.024Z Compiling papergrid v0.11.0
17112026-08-31T09:29:24.247Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17122026-08-31T09:29:24.272Z Compiling tabled_derive v0.7.0
17132026-08-31T09:29:24.443Z Compiling libscf-sys v1.2.0
17142026-08-31T09:29:24.593Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
17152026-08-31T09:29:25.221Z Compiling gethostname v0.5.0
17162026-08-31T09:29:25.237Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17172026-08-31T09:29:25.361Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
17182026-08-31T09:29:25.404Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17192026-08-31T09:29:25.471Z Compiling smf v0.2.3
17202026-08-31T09:29:25.563Z Compiling bcs v0.1.6
17212026-08-31T09:29:25.760Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
17222026-08-31T09:29:25.955Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
17232026-08-31T09:29:26.234Z Compiling unicode-linebreak v0.1.5
17242026-08-31T09:29:26.497Z Compiling linear-map v1.2.0
17252026-08-31T09:29:26.517Z Compiling tagptr v0.2.0
17262026-08-31T09:29:26.605Z Compiling termtree v0.5.1
17272026-08-31T09:29:26.676Z Compiling smawk v0.3.3
17282026-08-31T09:29:26.718Z Compiling whoami v1.6.1
17292026-08-31T09:29:26.825Z Compiling textwrap v0.16.2
17302026-08-31T09:29:28.309Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17312026-08-31T09:29:29.171Z Compiling moka v0.12.16
17322026-08-31T09:29:29.468Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
17332026-08-31T09:29:29.614Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17342026-08-31T09:29:30.424Z Compiling tabled v0.15.0
17352026-08-31T09:29:30.579Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17362026-08-31T09:29:31.212Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17372026-08-31T09:29:31.539Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-08-31T09:29:31.585Z Compiling ingot-types v0.2.0
17392026-08-31T09:29:31.747Z Compiling steno v0.4.1
17402026-08-31T09:29:34.015Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17412026-08-31T09:29:36.495Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
17422026-08-31T09:29:37.471Z Compiling papergrid v0.18.0
17432026-08-31T09:29:37.586Z Compiling hickory-proto v0.25.2
17442026-08-31T09:29:38.304Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
17452026-08-31T09:29:39.392Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
17462026-08-31T09:29:39.671Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
17472026-08-31T09:29:39.698Z Compiling tabled v0.21.0
17482026-08-31T09:29:40.011Z Compiling hickory-resolver v0.25.2
17492026-08-31T09:29:42.979Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17502026-08-31T09:29:43.710Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
17512026-08-31T09:29:43.925Z Compiling ingot v0.2.1
17522026-08-31T09:29:45.595Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
17532026-08-31T09:29:46.071Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17542026-08-31T09:29:46.238Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17552026-08-31T09:29:46.430Z Compiling parking_lot_core v0.8.6
17562026-08-31T09:29:46.504Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17572026-08-31T09:29:46.543Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
17582026-08-31T09:29:46.737Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17592026-08-31T09:29:47.423Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17602026-08-31T09:29:48.161Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17612026-08-31T09:29:48.699Z Compiling crc8 v0.1.1
17622026-08-31T09:29:48.845Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
17632026-08-31T09:29:50.214Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
17642026-08-31T09:29:50.330Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
17652026-08-31T09:29:50.397Z Compiling arc-swap v1.9.2
17662026-08-31T09:29:50.416Z Compiling parking_lot v0.11.2
17672026-08-31T09:29:50.748Z Compiling slog-scope v4.4.1
17682026-08-31T09:29:50.967Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17692026-08-31T09:29:50.985Z Compiling dropshot-api-manager-types v0.7.2
17702026-08-31T09:29:51.110Z Compiling fxhash v0.2.1
17712026-08-31T09:29:51.256Z Compiling sled v0.34.7
17722026-08-31T09:29:51.272Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
17732026-08-31T09:29:51.542Z Compiling slog-stdlog v4.1.1
17742026-08-31T09:29:51.896Z Compiling port-file v0.1.0
17752026-08-31T09:29:52.152Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
17762026-08-31T09:29:52.455Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
17772026-08-31T09:29:53.111Z Compiling slog-envlogger v2.2.0
17782026-08-31T09:29:54.089Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17792026-08-31T09:29:54.197Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
17802026-08-31T09:29:57.365Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17812026-08-31T09:30:01.073Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
17822026-08-31T09:30:02.933Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
17832026-08-31T09:30:09.519Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
17842026-08-31T09:30:16.473Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
17852026-08-31T09:30:20.571Z Finished `release` profile [optimized] target(s) in 3m 46s
17862026-08-31T09:30:20.895Z+ banner quartet
17872026-08-31T09:30:20.898Z
17882026-08-31T09:30:20.898Z #### # # ## ##### ##### ###### #####
17892026-08-31T09:30:20.898Z # # # # # # # # # # #
17902026-08-31T09:30:20.898Z # # # # # # # # # ##### #
17912026-08-31T09:30:20.898Z # # # # # ###### ##### # # #
17922026-08-31T09:30:20.898Z # # # # # # # # # # #
17932026-08-31T09:30:20.898Z ### # #### # # # # # ###### #
17942026-08-31T09:30:20.898Z
17952026-08-31T09:30:20.898Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
17962026-08-31T09:30:21.488Z Compiling cfg-if v1.0.4
17972026-08-31T09:30:21.491Z Compiling libc v0.2.189
17982026-08-31T09:30:21.491Z Compiling serde_core v1.0.229
17992026-08-31T09:30:21.597Z Compiling memchr v2.8.3
18002026-08-31T09:30:21.604Z Compiling smallvec v1.15.2
18012026-08-31T09:30:21.607Z Compiling itoa v1.0.18
18022026-08-31T09:30:21.615Z Compiling stable_deref_trait v1.2.1
18032026-08-31T09:30:21.628Z Compiling zerofrom v0.1.8
18042026-08-31T09:30:21.640Z Compiling zmij v1.0.23
18052026-08-31T09:30:21.687Z Compiling writeable v0.6.3
18062026-08-31T09:30:21.744Z Compiling yoke v0.8.3
18072026-08-31T09:30:21.837Z Compiling litemap v0.8.2
18082026-08-31T09:30:21.848Z Compiling utf8_iter v1.0.4
18092026-08-31T09:30:21.918Z Compiling zerovec v0.11.6
18102026-08-31T09:30:21.937Z Compiling zerotrie v0.2.4
18112026-08-31T09:30:21.981Z Compiling libm v0.2.16
18122026-08-31T09:30:22.003Z Compiling percent-encoding v2.3.2
18132026-08-31T09:30:22.032Z Compiling icu_properties_data v2.2.0
18142026-08-31T09:30:22.096Z Compiling icu_normalizer_data v2.2.0
18152026-08-31T09:30:22.168Z Compiling form_urlencoded v1.2.2
18162026-08-31T09:30:22.179Z Compiling errno v0.3.14
18172026-08-31T09:30:22.272Z Compiling rand_core v0.10.1
18182026-08-31T09:30:22.335Z Compiling iana-time-zone v0.1.65
18192026-08-31T09:30:22.387Z Compiling pin-project-lite v0.2.17
18202026-08-31T09:30:22.423Z Compiling getrandom v0.4.3
18212026-08-31T09:30:22.436Z Compiling tinystr v0.8.3
18222026-08-31T09:30:22.483Z Compiling potential_utf v0.1.5
18232026-08-31T09:30:22.509Z Compiling dyn-clone v1.0.20
18242026-08-31T09:30:22.621Z Compiling icu_locale_core v2.2.0
18252026-08-31T09:30:22.632Z Compiling icu_collections v2.2.0
18262026-08-31T09:30:22.647Z Compiling zeroize v1.9.0
18272026-08-31T09:30:22.657Z Compiling thiserror v2.0.20
18282026-08-31T09:30:22.668Z Compiling socket2 v0.6.5
18292026-08-31T09:30:22.719Z Compiling scopeguard v1.2.0
18302026-08-31T09:30:22.759Z Compiling num-traits v0.2.19
18312026-08-31T09:30:22.828Z Compiling lock_api v0.4.14
18322026-08-31T09:30:22.876Z Compiling parking_lot_core v0.9.12
18332026-08-31T09:30:23.071Z Compiling parking_lot v0.12.5
18342026-08-31T09:30:23.245Z Compiling signal-hook-registry v1.4.8
18352026-08-31T09:30:23.331Z Compiling mio v1.2.2
18362026-08-31T09:30:23.405Z Compiling serde v1.0.229
18372026-08-31T09:30:23.503Z Compiling serde_json v1.0.151
18382026-08-31T09:30:23.593Z Compiling icu_provider v2.2.0
18392026-08-31T09:30:23.680Z Compiling uuid v1.26.0
18402026-08-31T09:30:23.692Z Compiling semver v1.0.28
18412026-08-31T09:30:23.977Z Compiling bytes v1.12.1
18422026-08-31T09:30:24.014Z Compiling icu_properties v2.2.0
18432026-08-31T09:30:24.055Z Compiling icu_normalizer v2.2.0
18442026-08-31T09:30:24.199Z Compiling chrono v0.4.45
18452026-08-31T09:30:24.313Z Compiling bitflags v2.13.1
18462026-08-31T09:30:24.351Z Compiling portable-atomic v1.15.0
18472026-08-31T09:30:24.715Z Compiling tokio v1.53.1
18482026-08-31T09:30:24.875Z Compiling futures-core v0.3.34
18492026-08-31T09:30:25.037Z Compiling idna_adapter v1.2.2
18502026-08-31T09:30:25.099Z Compiling critical-section v1.2.0
18512026-08-31T09:30:25.172Z Compiling idna v1.1.0
18522026-08-31T09:30:25.211Z Compiling once_cell v1.21.4
18532026-08-31T09:30:25.240Z Compiling log v0.4.33
18542026-08-31T09:30:25.312Z Compiling equivalent v1.0.2
18552026-08-31T09:30:25.405Z Compiling subtle v2.6.1
18562026-08-31T09:30:25.454Z Compiling zerocopy v0.8.56
18572026-08-31T09:30:25.486Z Compiling allocator-api2 v0.2.21
18582026-08-31T09:30:25.577Z Compiling url v2.5.8
18592026-08-31T09:30:25.591Z Compiling futures-sink v0.3.34
18602026-08-31T09:30:25.703Z Compiling slab v0.4.12
18612026-08-31T09:30:25.870Z Compiling typenum v1.20.1
18622026-08-31T09:30:25.916Z Compiling futures-channel v0.3.34
18632026-08-31T09:30:26.073Z Compiling hashbrown v0.17.1
18642026-08-31T09:30:26.174Z Compiling schemars v0.8.22
18652026-08-31T09:30:26.684Z Compiling getrandom v0.2.17
18662026-08-31T09:30:26.740Z Compiling futures-io v0.3.34
18672026-08-31T09:30:26.904Z Compiling futures-task v0.3.34
18682026-08-31T09:30:26.939Z Compiling rand_core v0.6.4
18692026-08-31T09:30:27.077Z Compiling futures-util v0.3.34
18702026-08-31T09:30:27.196Z Compiling ipnetwork v0.21.1
18712026-08-31T09:30:27.267Z Compiling indexmap v2.14.0
18722026-08-31T09:30:27.619Z Compiling tracing-core v0.1.36
18732026-08-31T09:30:28.033Z Compiling tracing v0.1.44
18742026-08-31T09:30:28.093Z Compiling fnv v1.0.7
18752026-08-31T09:30:28.200Z Compiling base64 v0.22.1
18762026-08-31T09:30:28.390Z Compiling unicode-ident v1.0.24
18772026-08-31T09:30:28.513Z Compiling proc-macro2 v1.0.107
18782026-08-31T09:30:28.644Z Compiling http v1.5.0
18792026-08-31T09:30:28.656Z Compiling erased-serde v0.3.31
18802026-08-31T09:30:28.697Z Compiling oxnet v0.1.7
18812026-08-31T09:30:29.072Z Compiling quote v1.0.47
18822026-08-31T09:30:29.282Z Compiling slog v2.8.2
18832026-08-31T09:30:29.719Z Compiling syn v2.0.119
18842026-08-31T09:30:29.762Z Compiling byteorder v1.5.0
18852026-08-31T09:30:29.851Z Compiling getrandom v0.3.4
18862026-08-31T09:30:30.015Z Compiling thiserror v1.0.69
18872026-08-31T09:30:30.055Z Compiling tokio-util v0.7.19
18882026-08-31T09:30:30.124Z Compiling ipnet v2.12.1
18892026-08-31T09:30:30.528Z Compiling ppv-lite86 v0.2.21
18902026-08-31T09:30:30.585Z Compiling rustls-pki-types v1.15.1
18912026-08-31T09:30:30.866Z Compiling rustix v1.1.4
18922026-08-31T09:30:31.081Z Compiling aws-lc-sys v0.44.0
18932026-08-31T09:30:31.168Z Compiling http-body v1.1.0
18942026-08-31T09:30:31.282Z Compiling pretty-hex v0.4.2
18952026-08-31T09:30:31.291Z Compiling atomic-waker v1.1.2
18962026-08-31T09:30:31.336Z Compiling untrusted v0.7.1
18972026-08-31T09:30:31.410Z Compiling httparse v1.10.1
18982026-08-31T09:30:31.423Z Compiling tower-layer v0.3.3
18992026-08-31T09:30:31.443Z Compiling rustls v0.23.43
19002026-08-31T09:30:31.462Z Compiling ryu v1.0.23
19012026-08-31T09:30:31.618Z Compiling aws-lc-rs v1.18.0
19022026-08-31T09:30:31.647Z Compiling try-lock v0.2.5
19032026-08-31T09:30:31.659Z Compiling tower-service v0.3.3
19042026-08-31T09:30:31.749Z Compiling untrusted v0.9.0
19052026-08-31T09:30:31.761Z Compiling want v0.3.1
19062026-08-31T09:30:31.788Z Compiling h2 v0.4.15
19072026-08-31T09:30:31.877Z Compiling httpdate v1.0.3
19082026-08-31T09:30:31.888Z Compiling plain v0.2.3
19092026-08-31T09:30:31.943Z Compiling regex-syntax v0.8.11
19102026-08-31T09:30:32.000Z Compiling ucd-trie v0.1.7
19112026-08-31T09:30:32.252Z Compiling pest v2.8.8
19122026-08-31T09:30:32.553Z Compiling omicron-workspace-hack v0.1.0
19132026-08-31T09:30:32.629Z Compiling crossbeam-utils v0.8.22
19142026-08-31T09:30:32.827Z Compiling rustls-webpki v0.103.14
19152026-08-31T09:30:33.330Z Compiling serde_urlencoded v0.7.1
19162026-08-31T09:30:33.876Z Compiling http-body-util v0.1.5
19172026-08-31T09:30:34.205Z Compiling rand_core v0.9.5
19182026-08-31T09:30:34.474Z Compiling hyper v1.11.0
19192026-08-31T09:30:34.585Z Compiling foldhash v0.2.0
19202026-08-31T09:30:34.880Z Compiling newtype-uuid v1.4.0
19212026-08-31T09:30:35.306Z Compiling hex v0.4.3
19222026-08-31T09:30:35.599Z Compiling daft v0.1.8
19232026-08-31T09:30:35.872Z Compiling hyper-util v0.1.20
19242026-08-31T09:30:35.894Z Compiling anyhow v1.0.104
19252026-08-31T09:30:36.545Z Compiling rand_chacha v0.9.0
19262026-08-31T09:30:37.116Z Compiling tokio-rustls v0.26.4
19272026-08-31T09:30:37.451Z Compiling sync_wrapper v1.0.2
19282026-08-31T09:30:37.567Z Compiling aho-corasick v1.1.5
19292026-08-31T09:30:38.099Z Compiling fastrand v2.5.0
19302026-08-31T09:30:38.439Z Compiling tower v0.5.3
19312026-08-31T09:30:38.558Z Compiling regex-automata v0.4.18
19322026-08-31T09:30:38.789Z Compiling rand v0.9.5
19332026-08-31T09:30:39.036Z Compiling powerfmt v0.2.0
19342026-08-31T09:30:39.242Z Compiling time-core v0.1.9
19352026-08-31T09:30:39.309Z Compiling num_threads v0.1.7
19362026-08-31T09:30:39.320Z Compiling deranged v0.5.8
19372026-08-31T09:30:39.406Z Compiling num-conv v0.2.2
19382026-08-31T09:30:39.438Z Compiling tower-http v0.6.11
19392026-08-31T09:30:39.531Z Compiling hashbrown v0.16.1
19402026-08-31T09:30:39.572Z Compiling openapiv3 v2.2.0
19412026-08-31T09:30:40.115Z Compiling openssl-probe v0.2.1
19422026-08-31T09:30:40.246Z Compiling cpufeatures v0.3.0
19432026-08-31T09:30:40.325Z Compiling time v0.3.55
19442026-08-31T09:30:40.369Z Compiling rustls-native-certs v0.8.4
19452026-08-31T09:30:40.410Z Compiling camino v1.2.5
19462026-08-31T09:30:40.972Z Compiling tempfile v3.27.0
19472026-08-31T09:30:41.155Z Compiling crossbeam-channel v0.5.16
19482026-08-31T09:30:41.768Z Compiling scroll v0.13.0
19492026-08-31T09:30:41.792Z Compiling futures-executor v0.3.34
19502026-08-31T09:30:41.852Z Compiling either v1.17.0
19512026-08-31T09:30:42.068Z Compiling winnow v1.0.4
19522026-08-31T09:30:42.083Z Compiling goblin v0.10.7
19532026-08-31T09:30:42.281Z Compiling futures v0.3.34
19542026-08-31T09:30:42.380Z Compiling regex v1.13.1
19552026-08-31T09:30:42.970Z Compiling rustls-platform-verifier v0.7.0
19562026-08-31T09:30:43.270Z Compiling hyper-rustls v0.27.9
19572026-08-31T09:30:43.538Z Compiling hybrid-array v0.4.14
19582026-08-31T09:30:43.552Z Compiling thread_local v1.1.10
19592026-08-31T09:30:43.644Z Compiling adler2 v2.0.1
19602026-08-31T09:30:43.800Z Compiling simd-adler32 v0.3.10
19612026-08-31T09:30:43.813Z Compiling crc32fast v1.5.0
19622026-08-31T09:30:43.891Z Compiling reqwest v0.13.4
19632026-08-31T09:30:44.035Z Compiling miniz_oxide v0.8.9
19642026-08-31T09:30:44.064Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19652026-08-31T09:30:44.668Z Compiling dtrace-parser v0.3.0
19662026-08-31T09:30:45.431Z Compiling dof v0.4.0
19672026-08-31T09:30:46.056Z Compiling is-terminal v0.4.17
19682026-08-31T09:30:46.165Z Compiling thread-id v5.1.0
19692026-08-31T09:30:46.255Z Compiling term v1.2.1
19702026-08-31T09:30:47.216Z Compiling take_mut v0.2.2
19712026-08-31T09:30:47.338Z Compiling slog-async v2.8.0
19722026-08-31T09:30:48.149Z Compiling slog-term v2.9.2
19732026-08-31T09:30:48.429Z Compiling usdt-impl v0.6.0
19742026-08-31T09:30:48.634Z Compiling flate2 v1.1.9
19752026-08-31T09:30:49.198Z Compiling block-buffer v0.12.1
19762026-08-31T09:30:49.382Z Compiling crypto-common v0.2.2
19772026-08-31T09:30:49.654Z Compiling generic-array v0.14.7
19782026-08-31T09:30:50.009Z Compiling rand_chacha v0.3.1
19792026-08-31T09:30:50.208Z Compiling memmap2 v0.9.11
19802026-08-31T09:30:50.518Z Compiling match_cfg v0.1.0
19812026-08-31T09:30:50.594Z Compiling debug-ignore v1.0.5
19822026-08-31T09:30:50.611Z Compiling const-oid v0.10.2
19832026-08-31T09:30:50.650Z Compiling compression-core v0.4.32
19842026-08-31T09:30:50.701Z Compiling hostname v0.3.1
19852026-08-31T09:30:50.824Z Compiling digest v0.11.3
19862026-08-31T09:30:50.860Z Compiling compression-codecs v0.4.38
19872026-08-31T09:30:50.903Z Compiling usdt v0.6.0
19882026-08-31T09:30:51.013Z Compiling rand v0.8.7
19892026-08-31T09:30:51.219Z Compiling ref-cast v1.0.26
19902026-08-31T09:30:51.328Z Compiling toml_parser v1.1.3+spec-1.1.0
19912026-08-31T09:30:51.560Z Compiling slog-json v2.6.1
19922026-08-31T09:30:51.806Z Compiling strum v0.26.3
19932026-08-31T09:30:51.837Z Compiling macaddr v1.0.1
19942026-08-31T09:30:51.946Z Compiling serde_spanned v1.1.1
19952026-08-31T09:30:52.096Z Compiling toml_datetime v1.1.1+spec-1.1.0
19962026-08-31T09:30:52.116Z Compiling wait-timeout v0.2.1
19972026-08-31T09:30:52.506Z Compiling encoding_rs v0.8.35
19982026-08-31T09:30:52.580Z Compiling bit-vec v0.8.0
19992026-08-31T09:30:52.619Z Compiling quick-error v1.2.3
20002026-08-31T09:30:52.724Z Compiling toml_writer v1.1.2+spec-1.1.0
20012026-08-31T09:30:52.735Z Compiling spin v0.9.9
20022026-08-31T09:30:52.861Z Compiling mime v0.3.17
20032026-08-31T09:30:52.871Z Compiling bit-set v0.8.0
20042026-08-31T09:30:52.982Z Compiling toml v1.1.4+spec-1.1.0
20052026-08-31T09:30:53.055Z Compiling rusty-fork v0.3.1
20062026-08-31T09:30:53.351Z Compiling slog-bunyan v2.5.0
20072026-08-31T09:30:53.516Z Compiling async-compression v0.4.43
20082026-08-31T09:30:53.616Z Compiling multer v3.1.0
20092026-08-31T09:30:53.855Z Compiling sha1 v0.11.0
20102026-08-31T09:30:53.992Z Compiling serde_with v3.22.0
20112026-08-31T09:30:54.290Z Compiling async-stream v0.3.6
20122026-08-31T09:30:54.490Z Compiling rand_xorshift v0.4.0
20132026-08-31T09:30:54.682Z Compiling waitgroup v0.1.2
20142026-08-31T09:30:54.842Z Compiling rustls-pemfile v2.2.0
20152026-08-31T09:30:54.868Z Compiling serde_path_to_error v0.1.20
20162026-08-31T09:30:55.049Z Compiling hostname v0.4.2
20172026-08-31T09:30:55.122Z Compiling unarray v0.1.4
20182026-08-31T09:30:55.213Z Compiling progenitor-client v0.14.0
20192026-08-31T09:30:55.244Z Compiling dropshot v0.17.1
20202026-08-31T09:30:55.340Z Compiling proptest v1.11.0
20212026-08-31T09:30:55.630Z Compiling strum v0.27.2
20222026-08-31T09:30:55.682Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20232026-08-31T09:30:55.763Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20242026-08-31T09:30:55.834Z Compiling crypto-common v0.1.7
20252026-08-31T09:30:55.987Z Compiling iddqd v0.4.6
20262026-08-31T09:30:56.000Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-08-31T09:30:56.306Z Compiling reqwest v0.12.28
20282026-08-31T09:30:56.718Z Compiling backon v1.6.0
20292026-08-31T09:30:56.804Z Compiling instant v0.1.13
20302026-08-31T09:30:56.924Z Compiling backoff v0.4.0
20312026-08-31T09:30:56.977Z Compiling progenitor-extras v0.2.0
20322026-08-31T09:30:57.140Z Compiling parse-display v0.10.0
20332026-08-31T09:30:57.217Z Compiling itertools v0.14.0
20342026-08-31T09:30:57.433Z Compiling progenitor-client v0.10.0
20352026-08-31T09:30:57.859Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
20362026-08-31T09:30:57.892Z Compiling regress v0.10.5
20372026-08-31T09:30:57.996Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
20382026-08-31T09:30:58.728Z Compiling humantime v2.4.0
20392026-08-31T09:30:59.165Z Compiling block-buffer v0.10.4
20402026-08-31T09:30:59.341Z Compiling digest v0.10.7
20412026-08-31T09:30:59.609Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-08-31T09:30:59.649Z Compiling unicode-width v0.2.2
20432026-08-31T09:30:59.986Z Compiling heck v0.5.0
20442026-08-31T09:31:00.868Z Compiling cpufeatures v0.2.17
20452026-08-31T09:31:00.950Z Compiling utf8parse v0.2.2
20462026-08-31T09:31:01.069Z Compiling anstyle-parse v1.0.0
20472026-08-31T09:31:01.300Z Compiling terminal_size v0.4.4
20482026-08-31T09:31:01.463Z Compiling is_terminal_polyfill v1.70.2
20492026-08-31T09:31:01.571Z Compiling colorchoice v1.0.5
20502026-08-31T09:31:01.622Z Compiling anstyle-query v1.1.5
20512026-08-31T09:31:01.696Z Compiling anstyle v1.0.14
20522026-08-31T09:31:01.735Z Compiling secrecy v0.10.3
20532026-08-31T09:31:01.739Z Compiling tinyvec_macros v0.1.1
20542026-08-31T09:31:01.822Z Compiling strsim v0.11.1
20552026-08-31T09:31:01.901Z Compiling anstream v1.0.0
20562026-08-31T09:31:01.976Z Compiling clap_lex v1.1.0
20572026-08-31T09:31:02.652Z Compiling clap_builder v4.6.6
20582026-08-31T09:31:02.658Z Compiling tinyvec v1.12.0
20592026-08-31T09:31:02.658Z Compiling regress v0.11.1
20602026-08-31T09:31:02.658Z Compiling num-integer v0.1.47
20612026-08-31T09:31:02.863Z Compiling scroll v0.12.0
20622026-08-31T09:31:03.144Z Compiling crucible-workspace-hack v0.1.0
20632026-08-31T09:31:03.172Z Compiling hmac v0.12.1
20642026-08-31T09:31:03.221Z Compiling inout v0.1.4
20652026-08-31T09:31:03.330Z Compiling ff v0.13.1
20662026-08-31T09:31:03.385Z Compiling cipher v0.4.4
20672026-08-31T09:31:03.480Z Compiling group v0.13.0
20682026-08-31T09:31:03.603Z Compiling hkdf v0.12.4
20692026-08-31T09:31:03.638Z Compiling goblin v0.8.2
20702026-08-31T09:31:03.770Z Compiling num-rational v0.4.2
20712026-08-31T09:31:04.360Z Compiling typify-impl v0.6.2
20722026-08-31T09:31:04.921Z Compiling clap v4.6.6
20732026-08-31T09:31:05.009Z Compiling num-iter v0.1.46
20742026-08-31T09:31:05.139Z Compiling zerocopy v0.7.35
20752026-08-31T09:31:05.740Z Compiling universal-hash v0.5.1
20762026-08-31T09:31:05.888Z Compiling crypto-bigint v0.5.5
20772026-08-31T09:31:07.396Z Compiling typify v0.6.2
20782026-08-31T09:31:07.514Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-08-31T09:31:07.785Z Compiling half v2.7.1
20802026-08-31T09:31:08.133Z Compiling num-complex v0.4.6
20812026-08-31T09:31:08.586Z Compiling ciborium-io v0.2.2
20822026-08-31T09:31:08.690Z Compiling base64ct v1.8.3
20832026-08-31T09:31:08.752Z Compiling opaque-debug v0.3.1
20842026-08-31T09:31:08.835Z Compiling base16ct v0.2.0
20852026-08-31T09:31:09.051Z Compiling elliptic-curve v0.13.8
20862026-08-31T09:31:09.062Z Compiling password-hash v0.5.0
20872026-08-31T09:31:09.351Z Compiling poly1305 v0.8.0
20882026-08-31T09:31:09.368Z Compiling ciborium-ll v0.2.2
20892026-08-31T09:31:09.630Z Compiling curve25519-dalek v4.1.3
20902026-08-31T09:31:09.994Z Compiling num v0.4.3
20912026-08-31T09:31:10.006Z Compiling hubpack v0.1.2
20922026-08-31T09:31:10.073Z Compiling thiserror-no-std v2.0.2
20932026-08-31T09:31:10.170Z Compiling dof v0.3.0
20942026-08-31T09:31:10.249Z Compiling chacha20 v0.9.1
20952026-08-31T09:31:10.503Z Compiling crossbeam-epoch v0.9.20
20962026-08-31T09:31:10.973Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20972026-08-31T09:31:12.337Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-08-31T09:31:12.742Z Compiling blake2 v0.10.6
20992026-08-31T09:31:12.941Z Compiling aead v0.5.2
21002026-08-31T09:31:13.136Z Compiling byte-wrapper v0.1.0
21012026-08-31T09:31:13.241Z Compiling dtrace-parser v0.2.0
21022026-08-31T09:31:13.292Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21032026-08-31T09:31:13.498Z Compiling thread-id v4.2.2
21042026-08-31T09:31:13.593Z Compiling float-ord v0.3.2
21052026-08-31T09:31:13.709Z Compiling keccak v0.1.6
21062026-08-31T09:31:13.824Z Compiling static_assertions v1.1.0
21072026-08-31T09:31:13.903Z Compiling sha3 v0.10.9
21082026-08-31T09:31:14.005Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21092026-08-31T09:31:14.302Z Compiling usdt-impl v0.5.0
21102026-08-31T09:31:14.435Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21112026-08-31T09:31:14.540Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-08-31T09:31:15.191Z Compiling chacha20poly1305 v0.10.1
21132026-08-31T09:31:15.347Z Compiling argon2 v0.5.3
21142026-08-31T09:31:15.834Z Compiling vsss-rs v3.3.4
21152026-08-31T09:31:16.338Z Compiling memoffset v0.9.1
21162026-08-31T09:31:16.434Z Compiling ciborium v0.2.2
21172026-08-31T09:31:17.306Z Compiling hash32 v0.3.1
21182026-08-31T09:31:17.350Z Compiling memmap v0.7.0
21192026-08-31T09:31:17.477Z Compiling indent_write v2.2.0
21202026-08-31T09:31:17.590Z Compiling data-encoding v2.11.1
21212026-08-31T09:31:17.631Z Compiling usdt v0.5.0
21222026-08-31T09:31:18.292Z Compiling heapless v0.8.0
21232026-08-31T09:31:18.568Z Compiling nix v0.31.3
21242026-08-31T09:31:18.799Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21252026-08-31T09:31:19.108Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21262026-08-31T09:31:19.227Z Compiling ingot-types v0.1.2
21272026-08-31T09:31:19.240Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-08-31T09:31:19.586Z Compiling rustix v0.38.44
21292026-08-31T09:31:19.665Z Compiling tabwriter v1.4.1
21302026-08-31T09:31:20.035Z Compiling cobs v0.3.0
21312026-08-31T09:31:20.266Z Compiling bitflags v1.3.2
21322026-08-31T09:31:20.311Z Compiling bytecount v0.6.9
21332026-08-31T09:31:20.346Z Compiling foreign-types-shared v0.3.1
21342026-08-31T09:31:20.456Z Compiling managed v0.8.0
21352026-08-31T09:31:20.497Z Compiling colored v3.1.1
21362026-08-31T09:31:20.723Z Compiling smoltcp v0.11.0
21372026-08-31T09:31:20.943Z Compiling foreign-types v0.5.0
21382026-08-31T09:31:21.027Z Compiling postcard v1.1.3
21392026-08-31T09:31:21.130Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-08-31T09:31:21.142Z Compiling ingot v0.1.1
21412026-08-31T09:31:21.413Z Compiling num_enum v0.7.6
21422026-08-31T09:31:21.544Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21432026-08-31T09:31:21.660Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-08-31T09:31:21.941Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21452026-08-31T09:31:22.058Z Compiling chacha20 v0.10.1
21462026-08-31T09:31:22.364Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21472026-08-31T09:31:22.797Z Compiling toml_datetime v0.6.11
21482026-08-31T09:31:23.191Z Compiling serde_spanned v0.6.9
21492026-08-31T09:31:23.279Z Compiling cstr-argument v0.1.2
21502026-08-31T09:31:23.357Z Compiling swrite v0.1.0
21512026-08-31T09:31:23.456Z Compiling winnow v0.7.15
21522026-08-31T09:31:23.467Z Compiling linked-hash-map v0.5.6
21532026-08-31T09:31:23.681Z Compiling resolv-conf v0.7.6
21542026-08-31T09:31:23.914Z Compiling unicode-segmentation v1.13.3
21552026-08-31T09:31:24.314Z Compiling toml_write v0.1.2
21562026-08-31T09:31:24.522Z Compiling newline-converter v0.3.0
21572026-08-31T09:31:24.564Z Compiling lru-cache v0.1.2
21582026-08-31T09:31:24.659Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21592026-08-31T09:31:24.670Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21602026-08-31T09:31:24.706Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21612026-08-31T09:31:24.839Z Compiling rand v0.10.2
21622026-08-31T09:31:25.053Z Compiling toml_edit v0.22.27
21632026-08-31T09:31:25.372Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
21642026-08-31T09:31:25.604Z Compiling crossbeam-deque v0.8.7
21652026-08-31T09:31:25.616Z Compiling atomicwrites v0.4.4
21662026-08-31T09:31:25.825Z Compiling hickory-proto v0.24.4
21672026-08-31T09:31:25.902Z Compiling progenitor-impl v0.14.0
21682026-08-31T09:31:26.114Z Compiling console v0.16.4
21692026-08-31T09:31:26.402Z Compiling itertools v0.12.1
21702026-08-31T09:31:27.448Z Compiling camino-tempfile v1.4.1
21712026-08-31T09:31:27.862Z Compiling serde-big-array v0.5.1
21722026-08-31T09:31:27.880Z Compiling siphasher v1.0.3
21732026-08-31T09:31:28.019Z Compiling similar v3.2.0
21742026-08-31T09:31:28.093Z Compiling lazy_static v1.5.0
21752026-08-31T09:31:28.208Z Compiling phf_shared v0.12.1
21762026-08-31T09:31:28.428Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21772026-08-31T09:31:29.202Z Compiling expectorate v1.3.0
21782026-08-31T09:31:29.423Z Compiling hickory-resolver v0.24.4
21792026-08-31T09:31:32.191Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21802026-08-31T09:31:34.166Z Compiling pin-project v1.1.13
21812026-08-31T09:31:34.192Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21822026-08-31T09:31:34.275Z Compiling progenitor v0.14.0
21832026-08-31T09:31:34.349Z Compiling toml v0.8.23
21842026-08-31T09:31:34.418Z Compiling prettyplease v0.2.37
21852026-08-31T09:31:35.035Z Compiling rayon-core v1.13.0
21862026-08-31T09:31:36.724Z Compiling num_enum v0.5.11
21872026-08-31T09:31:36.853Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
21882026-08-31T09:31:37.170Z Compiling progenitor-impl v0.13.0
21892026-08-31T09:31:38.678Z Compiling unicode-normalization v0.1.25
21902026-08-31T09:31:39.273Z Compiling progenitor-client v0.13.0
21912026-08-31T09:31:39.764Z Compiling tokio-stream v0.1.19
21922026-08-31T09:31:40.350Z Compiling bstr v1.13.1
21932026-08-31T09:31:40.538Z Compiling csv-core v0.1.13
21942026-08-31T09:31:40.944Z Compiling foldhash v0.1.5
21952026-08-31T09:31:41.049Z Compiling same-file v1.0.6
21962026-08-31T09:31:41.049Z Compiling highway v1.3.0
21972026-08-31T09:31:41.167Z Compiling konst_macro_rules v0.2.19
21982026-08-31T09:31:41.224Z Compiling unicode-width v0.1.14
21992026-08-31T09:31:41.356Z Compiling foreign-types-shared v0.1.1
22002026-08-31T09:31:41.452Z Compiling jiff-core v0.1.0
22012026-08-31T09:31:41.552Z Compiling foreign-types v0.3.2
22022026-08-31T09:31:41.631Z Compiling konst v0.2.20
22032026-08-31T09:31:41.727Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-31T09:31:42.006Z Compiling walkdir v2.5.0
22052026-08-31T09:31:42.653Z Compiling jiff v0.2.35
22062026-08-31T09:31:42.712Z Compiling hashbrown v0.15.5
22072026-08-31T09:31:43.283Z Compiling globset v0.4.20
22082026-08-31T09:31:43.393Z Compiling csv v1.4.0
22092026-08-31T09:31:44.349Z Compiling snafu v0.8.9
22102026-08-31T09:31:44.904Z Compiling qorb v0.4.1
22112026-08-31T09:31:44.933Z Compiling progenitor v0.13.0
22122026-08-31T09:31:45.072Z Compiling olpc-cjson v0.1.4
22132026-08-31T09:31:45.281Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22142026-08-31T09:31:45.784Z Compiling rayon v1.12.0
22152026-08-31T09:31:45.905Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-08-31T09:31:46.548Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22172026-08-31T09:31:47.978Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-08-31T09:31:48.723Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-08-31T09:31:48.737Z Compiling phf v0.12.1
22202026-08-31T09:31:48.911Z Compiling openssl-sys v0.9.117
22212026-08-31T09:31:49.364Z Compiling tokio-dtrace v0.1.1
22222026-08-31T09:31:49.698Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-08-31T09:31:52.186Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22242026-08-31T09:31:52.317Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22252026-08-31T09:31:52.404Z Compiling libsw-core v0.3.2
22262026-08-31T09:31:52.584Z Compiling pem v3.0.6
22272026-08-31T09:31:52.856Z Compiling serde_plain v1.0.2
22282026-08-31T09:31:53.149Z Compiling sigpipe v0.1.3
22292026-08-31T09:31:53.249Z Compiling glob v0.3.4
22302026-08-31T09:31:53.281Z Compiling fixedbitset v0.4.2
22312026-08-31T09:31:53.659Z Compiling typed-path v0.9.3
22322026-08-31T09:31:53.676Z Compiling fixedbitset v0.5.7
22332026-08-31T09:31:54.187Z Compiling minimal-lexical v0.2.1
22342026-08-31T09:31:54.201Z Compiling petgraph v0.8.3
22352026-08-31T09:31:54.505Z Compiling nom v7.1.3
22362026-08-31T09:31:54.670Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-08-31T09:31:54.863Z Compiling tough v0.22.0
22382026-08-31T09:31:56.172Z Compiling petgraph v0.6.5
22392026-08-31T09:31:56.423Z Compiling openssl v0.10.81
22402026-08-31T09:31:56.616Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22412026-08-31T09:31:56.642Z Compiling libsw v3.5.0
22422026-08-31T09:31:56.824Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22432026-08-31T09:31:57.069Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-08-31T09:31:57.122Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22452026-08-31T09:31:57.308Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22462026-08-31T09:31:57.326Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-08-31T09:31:57.501Z Compiling zone v0.3.1
22482026-08-31T09:31:57.987Z Compiling oxide-tokio-rt v0.1.6
22492026-08-31T09:31:58.452Z Compiling chrono-tz v0.10.4
22502026-08-31T09:31:58.595Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22512026-08-31T09:31:59.269Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
22522026-08-31T09:31:59.912Z Compiling newtype_derive v0.1.6
22532026-08-31T09:31:59.997Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-08-31T09:32:00.558Z Compiling slog-dtrace v0.3.0
22552026-08-31T09:32:01.243Z Compiling const_format v0.2.36
22562026-08-31T09:32:01.755Z Compiling owo-colors v4.3.0
22572026-08-31T09:32:02.218Z Compiling cancel-safe-futures v0.1.5
22582026-08-31T09:32:02.583Z Compiling papergrid v0.11.0
22592026-08-31T09:32:02.664Z Compiling gethostname v0.5.0
22602026-08-31T09:32:02.812Z Compiling libscf-sys v1.2.0
22612026-08-31T09:32:02.875Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22622026-08-31T09:32:03.000Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22632026-08-31T09:32:03.129Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22642026-08-31T09:32:03.189Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22652026-08-31T09:32:03.344Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-08-31T09:32:03.494Z Compiling smf v0.2.3
22672026-08-31T09:32:03.580Z Compiling bcs v0.1.6
22682026-08-31T09:32:03.689Z Compiling linear-map v1.2.0
22692026-08-31T09:32:03.908Z Compiling smawk v0.3.3
22702026-08-31T09:32:03.968Z Compiling whoami v1.6.1
22712026-08-31T09:32:04.076Z Compiling unicode-linebreak v0.1.5
22722026-08-31T09:32:04.350Z Compiling termtree v0.5.1
22732026-08-31T09:32:04.433Z Compiling tagptr v0.2.0
22742026-08-31T09:32:04.525Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22752026-08-31T09:32:04.597Z Compiling moka v0.12.16
22762026-08-31T09:32:04.735Z Compiling textwrap v0.16.2
22772026-08-31T09:32:05.839Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22782026-08-31T09:32:06.274Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22792026-08-31T09:32:06.276Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22802026-08-31T09:32:07.996Z Compiling tabled v0.15.0
22812026-08-31T09:32:08.302Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22822026-08-31T09:32:08.581Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22832026-08-31T09:32:08.721Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22842026-08-31T09:32:08.929Z Compiling steno v0.4.1
22852026-08-31T09:32:09.842Z Compiling cookie v0.18.2
22862026-08-31T09:32:11.841Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22872026-08-31T09:32:13.428Z Compiling papergrid v0.18.0
22882026-08-31T09:32:16.457Z Compiling hickory-proto v0.25.2
22892026-08-31T09:32:16.709Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
22902026-08-31T09:32:16.819Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
22912026-08-31T09:32:18.397Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22922026-08-31T09:32:19.034Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
22932026-08-31T09:32:19.139Z Compiling hickory-resolver v0.25.2
22942026-08-31T09:32:19.223Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
22952026-08-31T09:32:19.318Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22962026-08-31T09:32:22.014Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
22972026-08-31T09:32:22.218Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22982026-08-31T09:32:23.006Z Compiling tabled v0.21.0
22992026-08-31T09:32:24.138Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23002026-08-31T09:32:24.824Z Compiling itertools v0.15.0
23012026-08-31T09:32:25.758Z Compiling arc-swap v1.9.2
23022026-08-31T09:32:26.115Z Compiling slog-scope v4.4.1
23032026-08-31T09:32:26.406Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
23042026-08-31T09:32:26.507Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
23052026-08-31T09:32:26.989Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23062026-08-31T09:32:28.281Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23072026-08-31T09:32:29.530Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23082026-08-31T09:32:30.239Z Compiling crc8 v0.1.1
23092026-08-31T09:32:31.459Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
23102026-08-31T09:32:31.684Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
23112026-08-31T09:32:31.893Z Compiling slog-stdlog v4.1.1
23122026-08-31T09:32:32.153Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
23132026-08-31T09:32:32.245Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
23142026-08-31T09:32:32.260Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1)
23152026-08-31T09:32:32.265Z Compiling slog-envlogger v2.2.0
23162026-08-31T09:32:32.906Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23172026-08-31T09:32:33.252Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23182026-08-31T09:32:36.766Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23192026-08-31T09:32:38.835Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
23202026-08-31T09:32:49.034Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
23212026-08-31T09:32:53.490Z Finished `release` profile [optimized] target(s) in 2m 32s
23222026-08-31T09:32:53.548Z Running unittests src/lib.rs (target/release/deps/mg_tests-bb6dda7798973c38)
23232026-08-31T09:32:53.557Z
23242026-08-31T09:32:53.557Zrunning 1 test
23252026-08-31T09:32:53.721Zconfigure zone
23262026-08-31T09:32:53.757Zinstall zone
23272026-08-31T09:33:02.618Zboot zone
23282026-08-31T09:33:02.694Zstart zone s1
23292026-08-31T09:33:02.698Zconfigure zone
23302026-08-31T09:33:02.702Zinstall zone
23312026-08-31T09:33:04.453Zboot zone
23322026-08-31T09:33:04.560Zstart zone s2
23332026-08-31T09:33:04.560Zconfigure zone
23342026-08-31T09:33:04.571Zinstall zone
23352026-08-31T09:33:06.742Zboot zone
23362026-08-31T09:33:06.854Zstart zone s3
23372026-08-31T09:33:06.854Zconfigure zone
23382026-08-31T09:33:06.861Zinstall zone
23392026-08-31T09:33:08.953Zboot zone
23402026-08-31T09:33:09.037Zstart zone t1
23412026-08-31T09:33:09.038Zconfigure zone
23422026-08-31T09:33:09.054Zinstall zone
23432026-08-31T09:33:11.237Zboot zone
23442026-08-31T09:33:11.354Zwaiting for zones to come up
23452026-08-31T09:33:21.337Z[sidecar.quartet] svcs milestone/network
23462026-08-31T09:33:21.358ZSTATE STIME FMRI
23472026-08-31T09:33:21.358Zonline 9:33:02 svc:/milestone/network:default
23482026-08-31T09:33:21.358Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
23492026-08-31T09:33:21.384Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
23502026-08-31T09:33:21.410Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
23512026-08-31T09:33:21.431Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
23522026-08-31T09:33:21.435Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
23532026-08-31T09:33:21.446Z
23542026-08-31T09:33:21.446Zrunning zone s1.quartet setup
23552026-08-31T09:33:21.446Z[s1.quartet] svcs milestone/network
23562026-08-31T09:33:21.462ZSTATE STIME FMRI
23572026-08-31T09:33:21.463Zonline 9:33:04 svc:/milestone/network:default
23582026-08-31T09:33:21.463Z[s1.quartet] dladm
23592026-08-31T09:33:21.475ZLINK CLASS MTU STATE BRIDGE OVER
23602026-08-31T09:33:21.475Zsl0 simnet 9000 up -- ?
23612026-08-31T09:33:21.475Zmgs1 vnic 9000 up -- ?
23622026-08-31T09:33:21.478Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
23632026-08-31T09:33:21.957Z
23642026-08-31T09:33:21.957Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
23652026-08-31T09:33:21.970Z
23662026-08-31T09:33:21.970Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
23672026-08-31T09:33:21.981Z
23682026-08-31T09:33:21.981Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
23692026-08-31T09:33:22.080Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
23702026-08-31T09:33:22.168Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid dc79d668-16f2-44ac-ab75-de92e9f31b70 --sled-uuid 11e9a959-89cf-4189-b532-236ed4d956b0 -a sl0/v6 &> /opt/ddmd.log &
23712026-08-31T09:33:22.182Z
23722026-08-31T09:33:22.182Zrunning zone s2.quartet setup
23732026-08-31T09:33:22.182Z[s2.quartet] svcs milestone/network
23742026-08-31T09:33:22.198ZSTATE STIME FMRI
23752026-08-31T09:33:22.198Zonline 9:33:06 svc:/milestone/network:default
23762026-08-31T09:33:22.198Z[s2.quartet] dladm
23772026-08-31T09:33:22.211ZLINK CLASS MTU STATE BRIDGE OVER
23782026-08-31T09:33:22.211Zsl1 simnet 9000 up -- ?
23792026-08-31T09:33:22.211Zmgs2 vnic 9000 up -- ?
23802026-08-31T09:33:22.211Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
23812026-08-31T09:33:22.769Z
23822026-08-31T09:33:22.769Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
23832026-08-31T09:33:22.782Z
23842026-08-31T09:33:22.782Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
23852026-08-31T09:33:22.793Z
23862026-08-31T09:33:22.794Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
23872026-08-31T09:33:22.840Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
23882026-08-31T09:33:22.889Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e00e2241-b812-447b-8d47-81c5490092f3 --sled-uuid 5056200d-bc78-4e0c-81b1-42d7e8ba9e97 -a sl1/v6 &> /opt/ddmd.log &
23892026-08-31T09:33:22.903Z
23902026-08-31T09:33:22.903Zrunning zone s3.quartet setup
23912026-08-31T09:33:22.903Z[s3.quartet] svcs milestone/network
23922026-08-31T09:33:22.917ZSTATE STIME FMRI
23932026-08-31T09:33:22.917Zonline 9:33:08 svc:/milestone/network:default
23942026-08-31T09:33:22.917Z[s3.quartet] dladm
23952026-08-31T09:33:22.930ZLINK CLASS MTU STATE BRIDGE OVER
23962026-08-31T09:33:22.930Zsl2 simnet 9000 up -- ?
23972026-08-31T09:33:22.930Zmgs3 vnic 9000 up -- ?
23982026-08-31T09:33:22.931Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
23992026-08-31T09:33:23.518Z
24002026-08-31T09:33:23.518Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
24012026-08-31T09:33:23.532Z
24022026-08-31T09:33:23.532Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
24032026-08-31T09:33:23.544Z
24042026-08-31T09:33:23.544Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
24052026-08-31T09:33:23.597Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
24062026-08-31T09:33:23.644Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cf2d4027-136b-4d87-90cb-bba52e1303ad --sled-uuid ee5986f2-b4f6-45bd-ae2e-bcea0801d75d -a sl2/v6 &> /opt/ddmd.log &
24072026-08-31T09:33:23.656Z
24082026-08-31T09:33:23.656Zrunning zone t1.quartet setup
24092026-08-31T09:33:23.656Z[t1.quartet] svcs milestone/network
24102026-08-31T09:33:23.671ZSTATE STIME FMRI
24112026-08-31T09:33:23.671Zonline 9:33:10 svc:/milestone/network:default
24122026-08-31T09:33:23.671Z[t1.quartet] dladm
24132026-08-31T09:33:23.684ZLINK CLASS MTU STATE BRIDGE OVER
24142026-08-31T09:33:23.684Ztfportrear0_0 simnet 9000 up -- ?
24152026-08-31T09:33:23.684Ztfportrear1_0 simnet 9000 up -- ?
24162026-08-31T09:33:23.684Ztfportrear2_0 simnet 9000 up -- ?
24172026-08-31T09:33:23.684Zmgt1 vnic 9000 up -- ?
24182026-08-31T09:33:23.685Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
24192026-08-31T09:33:24.286Z
24202026-08-31T09:33:24.286Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
24212026-08-31T09:33:24.298Z
24222026-08-31T09:33:24.298Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
24232026-08-31T09:33:24.311Z
24242026-08-31T09:33:24.312Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
24252026-08-31T09:33:24.324Z
24262026-08-31T09:33:24.324Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
24272026-08-31T09:33:24.335Z
24282026-08-31T09:33:24.335Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
24292026-08-31T09:33:24.710Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
24302026-08-31T09:33:24.714Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
24312026-08-31T09:33:24.714Zwaiting 3s for copy of files to zone to complete ...
24322026-08-31T09:33:27.714Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
24332026-08-31T09:33:27.846Z
24342026-08-31T09:33:27.846Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
24352026-08-31T09:33:27.953Z
24362026-08-31T09:33:27.954Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
24372026-08-31T09:33:27.994Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
24382026-08-31T09:33:28.028Z[t1.quartet] svcadm disable dendrite
24392026-08-31T09:33:28.053Z
24402026-08-31T09:33:28.053Z[t1.quartet] svcadm disable tfport
24412026-08-31T09:33:28.076Z
24422026-08-31T09:33:28.076Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
24432026-08-31T09:33:28.102Z
24442026-08-31T09:33:28.102Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
24452026-08-31T09:33:28.128Z
24462026-08-31T09:33:28.128Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
24472026-08-31T09:33:28.155Z
24482026-08-31T09:33:28.155Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
24492026-08-31T09:33:28.177Z
24502026-08-31T09:33:28.177Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
24512026-08-31T09:33:28.202Z
24522026-08-31T09:33:28.202Z[t1.quartet] svcadm refresh dendrite:default
24532026-08-31T09:33:28.223Z
24542026-08-31T09:33:28.223Z[t1.quartet] svcadm enable dendrite:default
24552026-08-31T09:33:28.244Z
24562026-08-31T09:33:28.244Zwaiting for dendrite to come online ...
24572026-08-31T09:33:28.245Z[t1.quartet] svcs -Ho state dendrite:default
24582026-08-31T09:33:28.265Zonline
24592026-08-31T09:33:28.265Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
24602026-08-31T09:33:28.291Z
24612026-08-31T09:33:28.291Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
24622026-08-31T09:33:28.316Z
24632026-08-31T09:33:28.316Z[t1.quartet] svcadm refresh tfport:default
24642026-08-31T09:33:28.338Z
24652026-08-31T09:33:28.338Z[t1.quartet] svcadm enable tfport
24662026-08-31T09:33:28.359Z
24672026-08-31T09:33:28.359Zwaiting for tfport to come online ...
24682026-08-31T09:33:28.359Z[t1.quartet] svcs -Ho state tfport:default
24692026-08-31T09:33:28.380Zonline
24702026-08-31T09:33:28.383Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 5d9b2ae1-70ee-4371-b7e8-7bc1cc655d98 --sled-uuid 374b13c5-b4bd-4c35-833a-90930efae258 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
24712026-08-31T09:33:28.392Z
24722026-08-31T09:33:28.392Z[t1.quartet] ipadm
24732026-08-31T09:33:28.407ZADDROBJ TYPE STATE ADDR
24742026-08-31T09:33:28.407Zlo0/v4 static ok 127.0.0.1/8
24752026-08-31T09:33:28.407Zmgt1/v4 static ok 10.0.0.4/24
24762026-08-31T09:33:28.407Zlo0/v6 static ok ::1/128
24772026-08-31T09:33:28.407Zlo0/u6 static ok fd00:4::1/64
24782026-08-31T09:33:28.407Ztfportrear0_0/v6 addrconf ok fe80::4c6f:64ff:fe5f:8b1f%tfportrear0_0/10
24792026-08-31T09:33:28.407Ztfportrear1_0/v6 addrconf ok fe80::c45a:ffff:fe55:2561%tfportrear1_0/10
24802026-08-31T09:33:28.407Ztfportrear2_0/v6 addrconf ok fe80::40f1:35ff:fe64:f5aa%tfportrear2_0/10
24812026-08-31T09:33:30.493Zinitial peering test passed
24822026-08-31T09:33:31.494Z[s3.quartet] ping fd00:1::1
24832026-08-31T09:33:31.510Zfd00:1::1 is alive
24842026-08-31T09:33:42.512Z[s3.quartet] ping fd00:1::1
24852026-08-31T09:33:42.534Zfd00:1::1 is alive
24862026-08-31T09:33:42.542Z[t1.quartet] pkill ddmd
24872026-08-31T09:33:42.542Z
24882026-08-31T09:33:42.542Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
24892026-08-31T09:33:42.542Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
24902026-08-31T09:33:44.433Z[s3.quartet] pkill ddmd
24912026-08-31T09:33:44.446Z
24922026-08-31T09:33:44.446Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
24932026-08-31T09:33:46.494Z[s2.quartet] pkill ddmd
24942026-08-31T09:33:46.508Z
24952026-08-31T09:33:46.508Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
24962026-08-31T09:33:48.341Z[s1.quartet] pkill ddmd
24972026-08-31T09:33:48.356Z
24982026-08-31T09:33:48.356Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
24992026-08-31T09:33:50.201Z[sidecar.quartet] pkill softnpu
25002026-08-31T09:33:50.214Z
25012026-08-31T09:33:50.214Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
25022026-08-31T09:33:53.329Ztest ddm::test_quartet ... ok
25032026-08-31T09:33:53.329Z
25042026-08-31T09:33:53.329Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 59.78s
25052026-08-31T09:33:53.329Z
25062026-08-31T09:33:53.379Z+ cleanup
25072026-08-31T09:33:53.384Z++ id -un
25082026-08-31T09:33:53.384Z++ id -gn
25092026-08-31T09:33:53.384Z+ pfexec chown -R build:build .
25102026-08-31T09:33:53.509Zprocess exited: duration 499305 ms, exit code 0
 
25112026-08-31T09:33:53.530Zfound 6 output files
25122026-08-31T09:33:53.530Zuploading: /work/s1.quartet.log (4526 bytes)
25132026-08-31T09:33:54.549Zuploaded: /work/s1.quartet.log
25142026-08-31T09:33:54.549Zuploading: /work/s2.quartet.log (3811 bytes)
25152026-08-31T09:33:55.565Zuploaded: /work/s2.quartet.log
25162026-08-31T09:33:55.565Zuploading: /work/s3.quartet.log (3749 bytes)
25172026-08-31T09:33:56.585Zuploaded: /work/s3.quartet.log
25182026-08-31T09:33:56.585Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
25192026-08-31T09:33:57.615Zuploaded: /work/sidecar.quartet-softnpu.log
25202026-08-31T09:33:57.615Zuploading: /work/t1.quartet-dpd.log (315214 bytes)
25212026-08-31T09:33:58.649Zuploaded: /work/t1.quartet-dpd.log
25222026-08-31T09:33:58.649Zuploading: /work/t1.quartet.log (19437 bytes)
25232026-08-31T09:33:59.673Zuploaded: /work/t1.quartet.log