01KVTYSPZ65HWVKG697WSWARNX: test-ddm-trio

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

Buildomat Job: 01KVTYTE2WDBE6XKHCQY3N5P13

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T19:21:27.117Zjob assigned to worker 01KVTYTRC3VNKD3QVJ1WDC4N72 [factory aws, i-0681af93536442088] (queued for 1 m 2 s)
 
22026-06-23T19:21:33.654Zstarting task 0: "setup"
32026-06-23T19:21:33.660Z++ uname -s
42026-06-23T19:21:33.663Z+ kern=SunOS
52026-06-23T19:21:33.663Z+ build_user=build
62026-06-23T19:21:33.663Z+ build_uid=12345
72026-06-23T19:21:33.663Z+ work_dir=/work
82026-06-23T19:21:33.663Z+ input_dir=/input
92026-06-23T19:21:33.663Z+ [[ 0 == 12345 ]]
102026-06-23T19:21:33.663Z+ case "$kern" in
112026-06-23T19:21:33.663Z+ groupadd -g 12345 build
122026-06-23T19:21:33.663Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T19:21:35.669Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T19:21:35.718Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T19:21:35.721Z+ home_fs=zfs
162026-06-23T19:21:35.721Z+ [[ zfs == autofs ]]
172026-06-23T19:21:35.721Z+ mkdir -p /home/build
182026-06-23T19:21:35.721Z+ chown build:build /home/build /work
192026-06-23T19:21:37.724Z+ chmod 0700 /home/build /work
202026-06-23T19:21:37.727Zprocess exited: duration 4070 ms, exit code 0
 
212026-06-23T19:21:37.733Zstarting task 1: "rust-toolchain"
222026-06-23T19:21:37.738Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-23T19:21:37.738Z * rust toolchain channel = "stable"
242026-06-23T19:21:37.738Z * rust toolchain profile = "default"
252026-06-23T19:21:37.738Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-23T19:21:37.738Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T19:21:37.738Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-23T19:21:37.741Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T19:21:37.741Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-23T19:21:37.812Zinfo: downloading installer
312026-06-23T19:21:39.431Zwarn: It looks like you have an existing installation of Rust at:
322026-06-23T19:21:39.431Zwarn: /opt/ooce/bin
332026-06-23T19:21:39.431Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-23T19:21:39.431Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-23T19:21:39.431Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-23T19:21:39.431Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-23T19:21:39.431Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-23T19:21:39.431Zerror: cannot install while Rust is installed
392026-06-23T19:21:39.431Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-23T19:21:39.431Zwarn: It looks like you have an existing rustup settings file at:
412026-06-23T19:21:39.433Zwarn: /home/build/.rustup/settings.toml
422026-06-23T19:21:39.433Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-23T19:21:39.433Zwarn: instead of the one inferred from the default host triple.
442026-06-23T19:21:39.444Zinfo: profile set to default
452026-06-23T19:21:39.444Zinfo: default host triple is x86_64-unknown-illumos
462026-06-23T19:21:39.447Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-23T19:21:39.587Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-23T19:21:39.590Zinfo: downloading 6 components
492026-06-23T19:21:55.823Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-23T19:21:55.823Z
512026-06-23T19:21:55.844Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-23T19:21:55.844Z
532026-06-23T19:21:55.847Z
542026-06-23T19:21:55.848ZRust is installed now. Great!
552026-06-23T19:21:55.848Z
562026-06-23T19:21:55.848ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-23T19:21:55.848Zenvironment variable. This has not been done automatically.
582026-06-23T19:21:55.848Z
592026-06-23T19:21:55.848ZTo configure your current shell, you need to source
602026-06-23T19:21:55.848Zthe corresponding env file under $HOME/.cargo.
612026-06-23T19:21:55.848Z
622026-06-23T19:21:55.848ZThis is usually done by running one of the following (note the leading DOT):
632026-06-23T19:21:55.848Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-23T19:21:55.848Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-23T19:21:55.848Zsource "~/.cargo/env.nu" # For nushell
662026-06-23T19:21:55.848Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-23T19:21:55.848Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-23T19:21:55.848Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-23T19:21:55.848Zwarn: no default linker (`cc`) was found in your PATH
702026-06-23T19:21:55.848Zwarn: many Rust crates require a system C toolchain to build
712026-06-23T19:21:55.944Z+ rustup --version
722026-06-23T19:21:55.953Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-23T19:21:55.956Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-23T19:21:55.974Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-23T19:21:55.977Z+ cargo --version
762026-06-23T19:21:55.990Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-23T19:21:55.993Z+ rustc --version
782026-06-23T19:21:56.011Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-23T19:21:56.014Zprocess exited: duration 18278 ms, exit code 0
 
802026-06-23T19:21:56.020Zstarting task 2: "authentication"
812026-06-23T19:21:56.044Zprocess exited: duration 22 ms, exit code 0
 
822026-06-23T19:21:56.056Zstarting task 3: "clone repository"
832026-06-23T19:21:56.068Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-23T19:21:56.074Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-23T19:21:56.091ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-23T19:21:57.513Z+ cd /work/oxidecomputer/maghemite
872026-06-23T19:21:57.513Z+ git fetch origin 2128258d782b0a574096a4d622bb4c795193ccbc
882026-06-23T19:21:57.920ZFrom https://github.com/oxidecomputer/maghemite
892026-06-23T19:21:57.920Z * branch 2128258d782b0a574096a4d622bb4c795193ccbc -> FETCH_HEAD
902026-06-23T19:21:57.927Z+ [[ -n john/bfd-async ]]
912026-06-23T19:21:57.930Z++ git branch --show-current
922026-06-23T19:21:57.930Z+ current=main
932026-06-23T19:21:57.930Z+ [[ main != john/bfd-async ]]
942026-06-23T19:21:57.930Z+ git branch -f john/bfd-async 2128258d782b0a574096a4d622bb4c795193ccbc
952026-06-23T19:21:57.933Z+ git checkout -f john/bfd-async
962026-06-23T19:21:57.951ZSwitched to branch 'john/bfd-async'
972026-06-23T19:21:57.954Z+ git reset --hard 2128258d782b0a574096a4d622bb4c795193ccbc
982026-06-23T19:21:57.958ZHEAD is now at 2128258 send our local detection multiplier
992026-06-23T19:21:57.961Zprocess exited: duration 1901 ms, exit code 0
 
1002026-06-23T19:21:57.967Zstarting task 4: "build"
1012026-06-23T19:21:57.973Z++ dladm
1022026-06-23T19:21:57.976ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-23T19:21:57.976Zena0 phys 9216 up -- --
1042026-06-23T19:21:57.979Z++ ipadm
1052026-06-23T19:21:57.979ZADDROBJ TYPE STATE ADDR
1062026-06-23T19:21:57.979Zlo0/v4 static ok 127.0.0.1/8
1072026-06-23T19:21:57.979Zena0/dhcp dhcp ok 10.150.1.210/24
1082026-06-23T19:21:57.979Zlo0/v6 static ok ::1/128
1092026-06-23T19:21:57.980Z++ banner collect
1102026-06-23T19:21:57.983Z
1112026-06-23T19:21:57.983Z #### #### # # ###### #### #####
1122026-06-23T19:21:57.983Z # # # # # # # # # #
1132026-06-23T19:21:57.983Z # # # # # ##### # #
1142026-06-23T19:21:57.983Z # # # # # # # #
1152026-06-23T19:21:57.983Z # # # # # # # # # #
1162026-06-23T19:21:57.983Z #### #### ###### ###### ###### #### #
1172026-06-23T19:21:57.983Z
1182026-06-23T19:21:57.983Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-23T19:21:57.983Z++ repo=softnpu
1202026-06-23T19:21:57.983Z++ series=image
1212026-06-23T19:21:57.983Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-23T19:21:57.983Z++ name=softnpu
1232026-06-23T19:21:57.983Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-23T19:21:57.983Z++ mkdir -p download
1252026-06-23T19:21:57.983Z++ pushd download
1262026-06-23T19:21:57.983Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-23T19:21:57.983Z++ [[ ! -f softnpu ]]
1282026-06-23T19:21:57.983Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-23T19:21:57.988Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-23T19:21:57.991Z Dload Upload Total Spent Left Speed
1312026-06-23T19:21:58.247Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 60.34M 0 0 100 15.63M 100 15.63M 0 0 60.33M 0 0 100 15.63M 100 15.63M 0 0 60.32M 0 0
1322026-06-23T19:21:58.250Z++ popd
1332026-06-23T19:21:58.250Z/work/oxidecomputer/maghemite
1342026-06-23T19:21:58.253Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-23T19:21:58.253Z++ repo=sidecar-lite
1362026-06-23T19:21:58.253Z++ series=release
1372026-06-23T19:21:58.253Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-23T19:21:58.253Z++ name=libsidecar_lite.so
1392026-06-23T19:21:58.253Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-23T19:21:58.253Z++ mkdir -p download
1412026-06-23T19:21:58.253Z++ pushd download
1422026-06-23T19:21:58.253Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-23T19:21:58.253Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-23T19:21:58.253Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-23T19:21:58.259Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-23T19:21:58.262Z Dload Upload Total Spent Left Speed
1472026-06-23T19:21:58.454Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 61.33M 0 0 100 12.04M 100 12.04M 0 0 61.31M 0 0 100 12.04M 100 12.04M 0 0 61.30M 0 0
1482026-06-23T19:21:58.457Z++ popd
1492026-06-23T19:21:58.457Z/work/oxidecomputer/maghemite
1502026-06-23T19:21:58.457Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-23T19:21:58.457Z++ repo=sidecar-lite
1522026-06-23T19:21:58.457Z++ series=release
1532026-06-23T19:21:58.457Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-23T19:21:58.457Z++ name=scadm
1552026-06-23T19:21:58.457Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-23T19:21:58.457Z++ mkdir -p download
1572026-06-23T19:21:58.460Z++ pushd download
1582026-06-23T19:21:58.460Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-23T19:21:58.460Z++ [[ ! -f scadm ]]
1602026-06-23T19:21:58.460Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-23T19:21:58.465Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-23T19:21:58.469Z Dload Upload Total Spent Left Speed
1632026-06-23T19:21:58.809Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 46.10M 0 0 100 15.78M 100 15.78M 0 0 46.10M 0 0 100 15.78M 100 15.78M 0 0 46.09M 0 0
1642026-06-23T19:21:58.813Z++ popd
1652026-06-23T19:21:58.813Z/work/oxidecomputer/maghemite
1662026-06-23T19:21:58.813Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-23T19:21:58.813Z++ repo=dendrite
1682026-06-23T19:21:58.814Z++ series=image
1692026-06-23T19:21:58.814Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-23T19:21:58.814Z++ name=dendrite-softnpu.tar.gz
1712026-06-23T19:21:58.814Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-23T19:21:58.814Z++ mkdir -p download
1732026-06-23T19:21:58.814Z++ pushd download
1742026-06-23T19:21:58.814Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-23T19:21:58.814Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-23T19:21:58.814Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-23T19:21:58.818Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-23T19:21:58.821Z Dload Upload Total Spent Left Speed
1792026-06-23T19:21:59.694Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 81.71M 0 0 100 71.59M 100 71.59M 0 0 81.70M 0 0 100 71.59M 100 71.59M 0 0 81.70M 0 0
1802026-06-23T19:21:59.698Z++ popd
1812026-06-23T19:21:59.701Z/work/oxidecomputer/maghemite
1822026-06-23T19:21:59.701Z++ get_artifact maghemite release 2128258d782b0a574096a4d622bb4c795193ccbc ddm
1832026-06-23T19:21:59.701Z++ repo=maghemite
1842026-06-23T19:21:59.701Z++ series=release
1852026-06-23T19:21:59.701Z++ commit=2128258d782b0a574096a4d622bb4c795193ccbc
1862026-06-23T19:21:59.701Z++ name=ddm
1872026-06-23T19:21:59.701Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-23T19:21:59.701Z++ mkdir -p download
1892026-06-23T19:21:59.701Z++ pushd download
1902026-06-23T19:21:59.701Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-23T19:21:59.701Z++ [[ ! -f ddm ]]
1922026-06-23T19:21:59.701Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2128258d782b0a574096a4d622bb4c795193ccbc/ddm
1932026-06-23T19:21:59.705Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-23T19:21:59.710Z Dload Upload Total Spent Left Speed
1952026-06-23T19:21:59.759Z 0 0 0 0 0 0 0 0 0
1962026-06-23T19:21:59.762Zcurl: (22) The requested URL returned error: 404
1972026-06-23T19:21:59.762Z++ popd
1982026-06-23T19:21:59.762Z/work/oxidecomputer/maghemite
1992026-06-23T19:21:59.762Z++ get_artifact maghemite release 2128258d782b0a574096a4d622bb4c795193ccbc ddmadm
2002026-06-23T19:21:59.762Z++ repo=maghemite
2012026-06-23T19:21:59.762Z++ series=release
2022026-06-23T19:21:59.762Z++ commit=2128258d782b0a574096a4d622bb4c795193ccbc
2032026-06-23T19:21:59.762Z++ name=ddmadm
2042026-06-23T19:21:59.762Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-23T19:21:59.762Z++ mkdir -p download
2062026-06-23T19:21:59.762Z++ pushd download
2072026-06-23T19:21:59.762Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-23T19:21:59.762Z++ [[ ! -f ddmadm ]]
2092026-06-23T19:21:59.762Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2128258d782b0a574096a4d622bb4c795193ccbc/ddmadm
2102026-06-23T19:21:59.767Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-23T19:21:59.770Z Dload Upload Total Spent Left Speed
2122026-06-23T19:21:59.821Z 0 0 0 0 0 0 0 0 0
2132026-06-23T19:21:59.821Zcurl: (22) The requested URL returned error: 404
2142026-06-23T19:21:59.824Z++ popd
2152026-06-23T19:21:59.824Z/work/oxidecomputer/maghemite
2162026-06-23T19:21:59.824Z++ pushd download
2172026-06-23T19:21:59.824Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-23T19:21:59.824Z++ chmod +x softnpu
2192026-06-23T19:21:59.824Z++ chmod +x scadm
2202026-06-23T19:21:59.827Z++ chmod +x ddmadm
2212026-06-23T19:21:59.827Zchmod: WARNING: can't access ddmadm
2222026-06-23T19:21:59.827Z++ chmod +x ddmd
2232026-06-23T19:21:59.830Zchmod: WARNING: can't access ddmd
2242026-06-23T19:21:59.830Z++ mv ddmadm ddmadm-v2
2252026-06-23T19:21:59.830Zmv: cannot access ddmadm
2262026-06-23T19:21:59.830Z++ mv ddmd ddmd-v2
2272026-06-23T19:21:59.830Zmv: cannot access ddmd
2282026-06-23T19:21:59.830Z++ rm -rf zones/dendrite
2292026-06-23T19:21:59.834Z++ mkdir -p zones/dendrite
2302026-06-23T19:21:59.834Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-23T19:22:00.841Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-23T19:22:00.844Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-23T19:22:00.844Z++ popd
2342026-06-23T19:22:00.844Z++ banner install
2352026-06-23T19:22:00.844Z/work/oxidecomputer/maghemite
2362026-06-23T19:22:00.847Z
2372026-06-23T19:22:00.847Z # # # #### ##### ## # #
2382026-06-23T19:22:00.847Z # ## # # # # # # #
2392026-06-23T19:22:00.847Z # # # # #### # # # # #
2402026-06-23T19:22:00.847Z # # # # # # ###### # #
2412026-06-23T19:22:00.847Z # # ## # # # # # # #
2422026-06-23T19:22:00.847Z # # # #### # # # ###### ######
2432026-06-23T19:22:00.847Z
2442026-06-23T19:22:00.847Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-23T19:22:00.847Z++ set +o errexit
2462026-06-23T19:22:00.847Z++ pkg info clang-15
2472026-06-23T19:22:00.847Z++ grep -qi installed
2482026-06-23T19:22:02.025Zpkg: info: no packages matching the following patterns you specified are
2492026-06-23T19:22:02.025Zinstalled on the system. Try querying remotely instead:
2502026-06-23T19:22:02.025Z
2512026-06-23T19:22:02.025Z clang-15
2522026-06-23T19:22:02.063Z++ [[ 1 != 0 ]]
2532026-06-23T19:22:02.063Z++ set -o errexit
2542026-06-23T19:22:02.066Z++ pfexec pkg install clang-15
2552026-06-23T19:22:12.469Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-23T19:22:21.641Z Startup: Caching catalogs ... Done
2572026-06-23T19:22:27.318ZPlanning: Solver setup ... Done
2582026-06-23T19:22:27.356ZPlanning: Running solver ... Done
2592026-06-23T19:22:27.498ZPlanning: Finding local manifests ... Done
2602026-06-23T19:22:27.517ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-23T19:22:27.641ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-23T19:22:27.671ZPlanning: Package planning ... Done
2632026-06-23T19:22:27.696ZPlanning: Merging actions ... Done
2642026-06-23T19:22:27.804ZPlanning: Checking for conflicting actions ... Done
2652026-06-23T19:22:27.817ZPlanning: Consolidating action changes ... Done
2662026-06-23T19:22:28.585ZPlanning: Evaluating mediators ... Done
2672026-06-23T19:22:28.590ZPlanning: Planning completed in 8.30 seconds
2682026-06-23T19:22:28.601Z Packages to install: 2
2692026-06-23T19:22:28.601Z Mediators to change: 2
2702026-06-23T19:22:28.604Z Services to change: 1
2712026-06-23T19:22:28.604Z Create boot environment: No
2722026-06-23T19:22:28.604ZCreate backup boot environment: No
2732026-06-23T19:22:28.640Z
2742026-06-23T19:22:28.641ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-23T19:22:33.712ZDownload: 582/3076 items 17.3/211.3MB 8% complete (3.8M/s)
2762026-06-23T19:22:38.787ZDownload: 969/3076 items 82.1/211.3MB 38% complete (8.2M/s)
2772026-06-23T19:22:46.391ZDownload: 982/3076 items 82.2/211.3MB 38% complete (8.1M/s)
2782026-06-23T19:22:57.322ZDownload: 983/3076 items 82.2/211.3MB 38% complete
2792026-06-23T19:23:02.326ZDownload: 1667/3076 items 116.4/211.3MB 55% complete (7.0M/s)
2802026-06-23T19:23:10.374ZDownload: 2006/3076 items 117.2/211.3MB 55% complete (5.1M/s)
2812026-06-23T19:23:15.403ZDownload: 3025/3076 items 201.6/211.3MB 95% complete (16.9M/s)
2822026-06-23T19:23:17.249ZDownload: Completed 211.31 MB in 48.60 seconds (4.3M/s)
2832026-06-23T19:23:17.499Z Actions: 1/3418 actions (Installing new actions)
2842026-06-23T19:23:20.662Z Actions: Completed 3418 actions in 3.16 seconds.
2852026-06-23T19:23:21.350Z Done
2862026-06-23T19:23:21.350Z Done
2872026-06-23T19:23:22.071Z Done
2882026-06-23T19:23:25.400Z Done
2892026-06-23T19:23:25.466Z Done
2902026-06-23T19:23:25.469Z Done
2912026-06-23T19:23:25.739Z Done
2922026-06-23T19:23:26.419Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-06-23T19:23:26.419Z++ set +o errexit
2942026-06-23T19:23:26.422Z++ pkg info pkg-config
2952026-06-23T19:23:26.422Z++ grep -qi installed
2962026-06-23T19:23:26.652Z++ [[ 0 != 0 ]]
2972026-06-23T19:23:26.652Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2982026-06-23T19:23:26.652Z++ set +o errexit
2992026-06-23T19:23:26.656Z++ pkg info brand/omicron1
3002026-06-23T19:23:26.656Z++ grep -qi installed
3012026-06-23T19:23:26.840Zpkg: info: no packages matching the following patterns you specified are
3022026-06-23T19:23:26.840Zinstalled on the system. Try querying remotely instead:
3032026-06-23T19:23:26.840Z
3042026-06-23T19:23:26.840Z brand/omicron1
3052026-06-23T19:23:26.876Z++ [[ 1 != 0 ]]
3062026-06-23T19:23:26.876Z++ set -o errexit
3072026-06-23T19:23:26.876Z++ pfexec pkg install brand/omicron1
3082026-06-23T19:23:27.283Z Startup: Refreshing catalog 'helios-dev' ... Done
3092026-06-23T19:23:34.525ZPlanning: Solver setup ... Done
3102026-06-23T19:23:34.566ZPlanning: Running solver ... Done
3112026-06-23T19:23:34.703ZPlanning: Finding local manifests ... Done
3122026-06-23T19:23:34.706ZPlanning: Fetching manifests: 0/2 0% complete
3132026-06-23T19:23:34.822ZPlanning: Fetching manifests: 2/2 100% complete
3142026-06-23T19:23:34.832ZPlanning: Package planning ... Done
3152026-06-23T19:23:34.835ZPlanning: Merging actions ... Done
3162026-06-23T19:23:34.982ZPlanning: Checking for conflicting actions ... Done
3172026-06-23T19:23:34.985ZPlanning: Consolidating action changes ... Done
3182026-06-23T19:23:35.138ZPlanning: Evaluating mediators ... Done
3192026-06-23T19:23:35.142ZPlanning: Planning completed in 7.85 seconds
3202026-06-23T19:23:35.146Z Packages to install: 2
3212026-06-23T19:23:35.146Z Create boot environment: No
3222026-06-23T19:23:35.150ZCreate backup boot environment: No
3232026-06-23T19:23:35.173Z
3242026-06-23T19:23:35.173ZDownload: 0/5 items 0.0/1.1MB 0% complete
3252026-06-23T19:23:35.195ZDownload: Completed 1.07 MB in 0.02 seconds (49.4M/s)
3262026-06-23T19:23:35.266Z Actions: 1/28 actions (Installing new actions)
3272026-06-23T19:23:35.279Z Actions: Completed 28 actions in 0.01 seconds.
3282026-06-23T19:23:35.779Z Done
3292026-06-23T19:23:35.779Z Done
3302026-06-23T19:23:36.407Z Done
3312026-06-23T19:23:39.247Z Done
3322026-06-23T19:23:39.323Z Done
3332026-06-23T19:23:39.326Z Done
3342026-06-23T19:23:39.474Z Done
3352026-06-23T19:23:39.611Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3362026-06-23T19:23:39.611Z++ set +o errexit
3372026-06-23T19:23:39.624Z++ pkg info brand/omicron1/tools
3382026-06-23T19:23:39.625Z++ grep -qi installed
3392026-06-23T19:23:39.799Zpkg: info: no packages matching the following patterns you specified are
3402026-06-23T19:23:39.799Zinstalled on the system. Try querying remotely instead:
3412026-06-23T19:23:39.799Z
3422026-06-23T19:23:39.799Z brand/omicron1/tools
3432026-06-23T19:23:39.833Z++ [[ 1 != 0 ]]
3442026-06-23T19:23:39.833Z++ set -o errexit
3452026-06-23T19:23:39.833Z++ pfexec pkg install brand/omicron1/tools
3462026-06-23T19:23:40.236Z Startup: Refreshing catalog 'helios-dev' ... Done
3472026-06-23T19:23:47.374ZPlanning: Solver setup ... Done
3482026-06-23T19:23:47.424ZPlanning: Running solver ... Done
3492026-06-23T19:23:47.555ZPlanning: Finding local manifests ... Done
3502026-06-23T19:23:47.564ZPlanning: Fetching manifests: 0/1 0% complete
3512026-06-23T19:23:47.669ZPlanning: Fetching manifests: 1/1 100% complete
3522026-06-23T19:23:47.683ZPlanning: Package planning ... Done
3532026-06-23T19:23:47.687ZPlanning: Merging actions ... Done
3542026-06-23T19:23:47.816ZPlanning: Checking for conflicting actions ... Done
3552026-06-23T19:23:47.820ZPlanning: Consolidating action changes ... Done
3562026-06-23T19:23:47.975ZPlanning: Evaluating mediators ... Done
3572026-06-23T19:23:47.985ZPlanning: Planning completed in 7.73 seconds
3582026-06-23T19:23:47.985Z Packages to install: 1
3592026-06-23T19:23:47.985Z Services to change: 1
3602026-06-23T19:23:47.985Z Create boot environment: No
3612026-06-23T19:23:47.985ZCreate backup boot environment: No
3622026-06-23T19:23:48.009Z
3632026-06-23T19:23:48.009ZDownload: 0/2 items 0.0/1.2MB 0% complete
3642026-06-23T19:23:48.043ZDownload: Completed 1.19 MB in 0.04 seconds (32.1M/s)
3652026-06-23T19:23:48.115Z Actions: 1/19 actions (Installing new actions)
3662026-06-23T19:23:48.129Z Actions: Completed 19 actions in 0.01 seconds.
3672026-06-23T19:23:48.628Z Done
3682026-06-23T19:23:48.629Z Done
3692026-06-23T19:23:49.268Z Done
3702026-06-23T19:23:52.134Z Done
3712026-06-23T19:23:52.206Z Done
3722026-06-23T19:23:52.208Z Done
3732026-06-23T19:23:52.367Z Done
3742026-06-23T19:23:52.499Z++ pfexec svcadm enable baseline
3752026-06-23T19:23:52.514Z++ retry=0
3762026-06-23T19:23:52.517Z+++ svcs -Hostate baseline
3772026-06-23T19:23:52.529Z++ [[ offline* != online ]]
3782026-06-23T19:23:52.529Z++ [[ 0 -gt 300 ]]
3792026-06-23T19:23:52.532Z++ sleep 1
3802026-06-23T19:23:53.532Z++ retry=1
3812026-06-23T19:23:53.535Z+++ svcs -Hostate baseline
3822026-06-23T19:23:53.545Z++ [[ offline* != online ]]
3832026-06-23T19:23:53.545Z++ [[ 1 -gt 300 ]]
3842026-06-23T19:23:53.545Z++ sleep 1
3852026-06-23T19:23:54.547Z++ retry=2
3862026-06-23T19:23:54.549Z+++ svcs -Hostate baseline
3872026-06-23T19:23:54.560Z++ [[ offline* != online ]]
3882026-06-23T19:23:54.560Z++ [[ 2 -gt 300 ]]
3892026-06-23T19:23:54.560Z++ sleep 1
3902026-06-23T19:23:55.563Z++ retry=3
3912026-06-23T19:23:55.566Z+++ svcs -Hostate baseline
3922026-06-23T19:23:55.576Z++ [[ offline* != online ]]
3932026-06-23T19:23:55.576Z++ [[ 3 -gt 300 ]]
3942026-06-23T19:23:55.576Z++ sleep 1
3952026-06-23T19:23:56.578Z++ retry=4
3962026-06-23T19:23:56.582Z+++ svcs -Hostate baseline
3972026-06-23T19:23:56.595Z++ [[ offline* != online ]]
3982026-06-23T19:23:56.595Z++ [[ 4 -gt 300 ]]
3992026-06-23T19:23:56.595Z++ sleep 1
4002026-06-23T19:23:57.595Z++ retry=5
4012026-06-23T19:23:57.598Z+++ svcs -Hostate baseline
4022026-06-23T19:23:57.616Z++ [[ offline* != online ]]
4032026-06-23T19:23:57.616Z++ [[ 5 -gt 300 ]]
4042026-06-23T19:23:57.619Z++ sleep 1
4052026-06-23T19:23:58.616Z++ retry=6
4062026-06-23T19:23:58.619Z+++ svcs -Hostate baseline
4072026-06-23T19:23:58.631Z++ [[ offline* != online ]]
4082026-06-23T19:23:58.631Z++ [[ 6 -gt 300 ]]
4092026-06-23T19:23:58.634Z++ sleep 1
4102026-06-23T19:23:59.634Z++ retry=7
4112026-06-23T19:23:59.639Z+++ svcs -Hostate baseline
4122026-06-23T19:23:59.647Z++ [[ offline* != online ]]
4132026-06-23T19:23:59.647Z++ [[ 7 -gt 300 ]]
4142026-06-23T19:23:59.650Z++ sleep 1
4152026-06-23T19:24:00.650Z++ retry=8
4162026-06-23T19:24:00.655Z+++ svcs -Hostate baseline
4172026-06-23T19:24:00.664Z++ [[ offline* != online ]]
4182026-06-23T19:24:00.664Z++ [[ 8 -gt 300 ]]
4192026-06-23T19:24:00.667Z++ sleep 1
4202026-06-23T19:24:01.666Z++ retry=9
4212026-06-23T19:24:01.669Z+++ svcs -Hostate baseline
4222026-06-23T19:24:01.681Z++ [[ offline* != online ]]
4232026-06-23T19:24:01.681Z++ [[ 9 -gt 300 ]]
4242026-06-23T19:24:01.681Z++ sleep 1
4252026-06-23T19:24:02.682Z++ retry=10
4262026-06-23T19:24:02.685Z+++ svcs -Hostate baseline
4272026-06-23T19:24:02.698Z++ [[ offline* != online ]]
4282026-06-23T19:24:02.698Z++ [[ 10 -gt 300 ]]
4292026-06-23T19:24:02.698Z++ sleep 1
4302026-06-23T19:24:03.698Z++ retry=11
4312026-06-23T19:24:03.704Z+++ svcs -Hostate baseline
4322026-06-23T19:24:03.726Z++ [[ offline* != online ]]
4332026-06-23T19:24:03.726Z++ [[ 11 -gt 300 ]]
4342026-06-23T19:24:03.726Z++ sleep 1
4352026-06-23T19:24:04.715Z++ retry=12
4362026-06-23T19:24:04.718Z+++ svcs -Hostate baseline
4372026-06-23T19:24:04.729Z++ [[ offline* != online ]]
4382026-06-23T19:24:04.729Z++ [[ 12 -gt 300 ]]
4392026-06-23T19:24:04.730Z++ sleep 1
4402026-06-23T19:24:05.732Z++ retry=13
4412026-06-23T19:24:05.735Z+++ svcs -Hostate baseline
4422026-06-23T19:24:05.747Z++ [[ offline* != online ]]
4432026-06-23T19:24:05.747Z++ [[ 13 -gt 300 ]]
4442026-06-23T19:24:05.747Z++ sleep 1
4452026-06-23T19:24:06.748Z++ retry=14
4462026-06-23T19:24:06.752Z+++ svcs -Hostate baseline
4472026-06-23T19:24:06.763Z++ [[ offline* != online ]]
4482026-06-23T19:24:06.763Z++ [[ 14 -gt 300 ]]
4492026-06-23T19:24:06.769Z++ sleep 1
4502026-06-23T19:24:07.765Z++ retry=15
4512026-06-23T19:24:07.767Z+++ svcs -Hostate baseline
4522026-06-23T19:24:07.779Z++ [[ offline* != online ]]
4532026-06-23T19:24:07.779Z++ [[ 15 -gt 300 ]]
4542026-06-23T19:24:07.779Z++ sleep 1
4552026-06-23T19:24:08.781Z++ retry=16
4562026-06-23T19:24:08.784Z+++ svcs -Hostate baseline
4572026-06-23T19:24:08.797Z++ [[ offline* != online ]]
4582026-06-23T19:24:08.798Z++ [[ 16 -gt 300 ]]
4592026-06-23T19:24:08.798Z++ sleep 1
4602026-06-23T19:24:09.799Z++ retry=17
4612026-06-23T19:24:09.802Z+++ svcs -Hostate baseline
4622026-06-23T19:24:09.812Z++ [[ offline* != online ]]
4632026-06-23T19:24:09.812Z++ [[ 17 -gt 300 ]]
4642026-06-23T19:24:09.812Z++ sleep 1
4652026-06-23T19:24:10.813Z++ retry=18
4662026-06-23T19:24:10.817Z+++ svcs -Hostate baseline
4672026-06-23T19:24:10.829Z++ [[ offline* != online ]]
4682026-06-23T19:24:10.829Z++ [[ 18 -gt 300 ]]
4692026-06-23T19:24:10.829Z++ sleep 1
4702026-06-23T19:24:11.832Z++ retry=19
4712026-06-23T19:24:11.841Z+++ svcs -Hostate baseline
4722026-06-23T19:24:11.845Z++ [[ offline* != online ]]
4732026-06-23T19:24:11.845Z++ [[ 19 -gt 300 ]]
4742026-06-23T19:24:11.848Z++ sleep 1
4752026-06-23T19:24:13.251Z++ retry=20
4762026-06-23T19:24:13.254Z+++ svcs -Hostate baseline
4772026-06-23T19:24:13.254Z++ [[ offline* != online ]]
4782026-06-23T19:24:13.254Z++ [[ 20 -gt 300 ]]
4792026-06-23T19:24:13.254Z++ sleep 1
4802026-06-23T19:24:13.864Z++ retry=21
4812026-06-23T19:24:13.868Z+++ svcs -Hostate baseline
4822026-06-23T19:24:13.878Z++ [[ offline* != online ]]
4832026-06-23T19:24:13.878Z++ [[ 21 -gt 300 ]]
4842026-06-23T19:24:13.878Z++ sleep 1
4852026-06-23T19:24:14.880Z++ retry=22
4862026-06-23T19:24:14.886Z+++ svcs -Hostate baseline
4872026-06-23T19:24:14.899Z++ [[ offline* != online ]]
4882026-06-23T19:24:14.899Z++ [[ 22 -gt 300 ]]
4892026-06-23T19:24:14.899Z++ sleep 1
4902026-06-23T19:24:15.899Z++ retry=23
4912026-06-23T19:24:15.910Z+++ svcs -Hostate baseline
4922026-06-23T19:24:15.916Z++ [[ offline* != online ]]
4932026-06-23T19:24:15.916Z++ [[ 23 -gt 300 ]]
4942026-06-23T19:24:15.917Z++ sleep 1
4952026-06-23T19:24:16.914Z++ retry=24
4962026-06-23T19:24:16.919Z+++ svcs -Hostate baseline
4972026-06-23T19:24:16.928Z++ [[ offline* != online ]]
4982026-06-23T19:24:16.928Z++ [[ 24 -gt 300 ]]
4992026-06-23T19:24:16.928Z++ sleep 1
5002026-06-23T19:24:17.929Z++ retry=25
5012026-06-23T19:24:17.934Z+++ svcs -Hostate baseline
5022026-06-23T19:24:17.944Z++ [[ offline* != online ]]
5032026-06-23T19:24:17.944Z++ [[ 25 -gt 300 ]]
5042026-06-23T19:24:17.944Z++ sleep 1
5052026-06-23T19:24:18.946Z++ retry=26
5062026-06-23T19:24:18.949Z+++ svcs -Hostate baseline
5072026-06-23T19:24:18.960Z++ [[ offline* != online ]]
5082026-06-23T19:24:18.960Z++ [[ 26 -gt 300 ]]
5092026-06-23T19:24:18.960Z++ sleep 1
5102026-06-23T19:24:19.969Z++ retry=27
5112026-06-23T19:24:19.976Z+++ svcs -Hostate baseline
5122026-06-23T19:24:19.984Z++ [[ offline* != online ]]
5132026-06-23T19:24:19.984Z++ [[ 27 -gt 300 ]]
5142026-06-23T19:24:19.984Z++ sleep 1
5152026-06-23T19:24:20.980Z++ retry=28
5162026-06-23T19:24:20.993Z+++ svcs -Hostate baseline
5172026-06-23T19:24:20.997Z++ [[ offline* != online ]]
5182026-06-23T19:24:20.997Z++ [[ 28 -gt 300 ]]
5192026-06-23T19:24:20.997Z++ sleep 1
5202026-06-23T19:24:21.995Z++ retry=29
5212026-06-23T19:24:22.004Z+++ svcs -Hostate baseline
5222026-06-23T19:24:22.015Z++ [[ offline* != online ]]
5232026-06-23T19:24:22.015Z++ [[ 29 -gt 300 ]]
5242026-06-23T19:24:22.015Z++ sleep 1
5252026-06-23T19:24:23.026Z++ retry=30
5262026-06-23T19:24:23.041Z+++ svcs -Hostate baseline
5272026-06-23T19:24:23.042Z++ [[ offline* != online ]]
5282026-06-23T19:24:23.042Z++ [[ 30 -gt 300 ]]
5292026-06-23T19:24:23.042Z++ sleep 1
5302026-06-23T19:24:24.037Z++ retry=31
5312026-06-23T19:24:24.042Z+++ svcs -Hostate baseline
5322026-06-23T19:24:24.046Z++ [[ offline* != online ]]
5332026-06-23T19:24:24.046Z++ [[ 31 -gt 300 ]]
5342026-06-23T19:24:24.046Z++ sleep 1
5352026-06-23T19:24:25.046Z++ retry=32
5362026-06-23T19:24:25.065Z+++ svcs -Hostate baseline
5372026-06-23T19:24:25.072Z++ [[ offline* != online ]]
5382026-06-23T19:24:25.072Z++ [[ 32 -gt 300 ]]
5392026-06-23T19:24:25.072Z++ sleep 1
5402026-06-23T19:24:26.060Z++ retry=33
5412026-06-23T19:24:26.069Z+++ svcs -Hostate baseline
5422026-06-23T19:24:26.076Z++ [[ offline* != online ]]
5432026-06-23T19:24:26.077Z++ [[ 33 -gt 300 ]]
5442026-06-23T19:24:26.077Z++ sleep 1
5452026-06-23T19:24:27.077Z++ retry=34
5462026-06-23T19:24:27.081Z+++ svcs -Hostate baseline
5472026-06-23T19:24:27.092Z++ [[ offline* != online ]]
5482026-06-23T19:24:27.092Z++ [[ 34 -gt 300 ]]
5492026-06-23T19:24:27.092Z++ sleep 1
5502026-06-23T19:24:28.093Z++ retry=35
5512026-06-23T19:24:28.097Z+++ svcs -Hostate baseline
5522026-06-23T19:24:28.107Z++ [[ offline* != online ]]
5532026-06-23T19:24:28.107Z++ [[ 35 -gt 300 ]]
5542026-06-23T19:24:28.107Z++ sleep 1
5552026-06-23T19:24:29.111Z++ retry=36
5562026-06-23T19:24:29.114Z+++ svcs -Hostate baseline
5572026-06-23T19:24:29.126Z++ [[ offline* != online ]]
5582026-06-23T19:24:29.126Z++ [[ 36 -gt 300 ]]
5592026-06-23T19:24:29.150Z++ sleep 1
5602026-06-23T19:24:30.127Z++ retry=37
5612026-06-23T19:24:30.130Z+++ svcs -Hostate baseline
5622026-06-23T19:24:30.141Z++ [[ offline* != online ]]
5632026-06-23T19:24:30.141Z++ [[ 37 -gt 300 ]]
5642026-06-23T19:24:30.141Z++ sleep 1
5652026-06-23T19:24:31.142Z++ retry=38
5662026-06-23T19:24:31.146Z+++ svcs -Hostate baseline
5672026-06-23T19:24:31.156Z++ [[ offline* != online ]]
5682026-06-23T19:24:31.156Z++ [[ 38 -gt 300 ]]
5692026-06-23T19:24:31.156Z++ sleep 1
5702026-06-23T19:24:32.162Z++ retry=39
5712026-06-23T19:24:32.165Z+++ svcs -Hostate baseline
5722026-06-23T19:24:32.173Z++ [[ offline* != online ]]
5732026-06-23T19:24:32.173Z++ [[ 39 -gt 300 ]]
5742026-06-23T19:24:32.176Z++ sleep 1
5752026-06-23T19:24:33.174Z++ retry=40
5762026-06-23T19:24:33.178Z+++ svcs -Hostate baseline
5772026-06-23T19:24:33.189Z++ [[ offline* != online ]]
5782026-06-23T19:24:33.189Z++ [[ 40 -gt 300 ]]
5792026-06-23T19:24:33.192Z++ sleep 1
5802026-06-23T19:24:34.193Z++ retry=41
5812026-06-23T19:24:34.197Z+++ svcs -Hostate baseline
5822026-06-23T19:24:34.205Z++ [[ offline* != online ]]
5832026-06-23T19:24:34.205Z++ [[ 41 -gt 300 ]]
5842026-06-23T19:24:34.209Z++ sleep 1
5852026-06-23T19:24:35.207Z++ retry=42
5862026-06-23T19:24:35.210Z+++ svcs -Hostate baseline
5872026-06-23T19:24:35.221Z++ [[ offline* != online ]]
5882026-06-23T19:24:35.221Z++ [[ 42 -gt 300 ]]
5892026-06-23T19:24:35.224Z++ sleep 1
5902026-06-23T19:24:36.224Z++ retry=43
5912026-06-23T19:24:36.227Z+++ svcs -Hostate baseline
5922026-06-23T19:24:36.238Z++ [[ offline* != online ]]
5932026-06-23T19:24:36.238Z++ [[ 43 -gt 300 ]]
5942026-06-23T19:24:36.238Z++ sleep 1
5952026-06-23T19:24:37.240Z++ retry=44
5962026-06-23T19:24:37.244Z+++ svcs -Hostate baseline
5972026-06-23T19:24:37.255Z++ [[ offline* != online ]]
5982026-06-23T19:24:37.255Z++ [[ 44 -gt 300 ]]
5992026-06-23T19:24:37.255Z++ sleep 1
6002026-06-23T19:24:38.256Z++ retry=45
6012026-06-23T19:24:38.259Z+++ svcs -Hostate baseline
6022026-06-23T19:24:38.270Z++ [[ offline* != online ]]
6032026-06-23T19:24:38.271Z++ [[ 45 -gt 300 ]]
6042026-06-23T19:24:38.271Z++ sleep 1
6052026-06-23T19:24:39.274Z++ retry=46
6062026-06-23T19:24:39.277Z+++ svcs -Hostate baseline
6072026-06-23T19:24:39.287Z++ [[ offline* != online ]]
6082026-06-23T19:24:39.287Z++ [[ 46 -gt 300 ]]
6092026-06-23T19:24:39.287Z++ sleep 1
6102026-06-23T19:24:40.289Z++ retry=47
6112026-06-23T19:24:40.293Z+++ svcs -Hostate baseline
6122026-06-23T19:24:40.303Z++ [[ offline* != online ]]
6132026-06-23T19:24:40.303Z++ [[ 47 -gt 300 ]]
6142026-06-23T19:24:40.303Z++ sleep 1
6152026-06-23T19:24:41.305Z++ retry=48
6162026-06-23T19:24:41.308Z+++ svcs -Hostate baseline
6172026-06-23T19:24:41.320Z++ [[ offline* != online ]]
6182026-06-23T19:24:41.320Z++ [[ 48 -gt 300 ]]
6192026-06-23T19:24:41.322Z++ sleep 1
6202026-06-23T19:24:42.322Z++ retry=49
6212026-06-23T19:24:42.325Z+++ svcs -Hostate baseline
6222026-06-23T19:24:42.336Z++ [[ offline* != online ]]
6232026-06-23T19:24:42.336Z++ [[ 49 -gt 300 ]]
6242026-06-23T19:24:42.336Z++ sleep 1
6252026-06-23T19:24:43.346Z++ retry=50
6262026-06-23T19:24:43.357Z+++ svcs -Hostate baseline
6272026-06-23T19:24:43.358Z++ [[ offline* != online ]]
6282026-06-23T19:24:43.358Z++ [[ 50 -gt 300 ]]
6292026-06-23T19:24:43.358Z++ sleep 1
6302026-06-23T19:24:44.355Z++ retry=51
6312026-06-23T19:24:44.360Z+++ svcs -Hostate baseline
6322026-06-23T19:24:44.376Z++ [[ offline* != online ]]
6332026-06-23T19:24:44.376Z++ [[ 51 -gt 300 ]]
6342026-06-23T19:24:44.376Z++ sleep 1
6352026-06-23T19:24:45.371Z++ retry=52
6362026-06-23T19:24:45.374Z+++ svcs -Hostate baseline
6372026-06-23T19:24:45.385Z++ [[ offline* != online ]]
6382026-06-23T19:24:45.385Z++ [[ 52 -gt 300 ]]
6392026-06-23T19:24:45.385Z++ sleep 1
6402026-06-23T19:24:46.388Z++ retry=53
6412026-06-23T19:24:46.391Z+++ svcs -Hostate baseline
6422026-06-23T19:24:46.402Z++ [[ offline* != online ]]
6432026-06-23T19:24:46.402Z++ [[ 53 -gt 300 ]]
6442026-06-23T19:24:46.402Z++ sleep 1
6452026-06-23T19:24:47.404Z++ retry=54
6462026-06-23T19:24:47.407Z+++ svcs -Hostate baseline
6472026-06-23T19:24:47.419Z++ [[ offline* != online ]]
6482026-06-23T19:24:47.419Z++ [[ 54 -gt 300 ]]
6492026-06-23T19:24:47.419Z++ sleep 1
6502026-06-23T19:24:48.420Z++ retry=55
6512026-06-23T19:24:48.423Z+++ svcs -Hostate baseline
6522026-06-23T19:24:48.437Z++ [[ offline* != online ]]
6532026-06-23T19:24:48.437Z++ [[ 55 -gt 300 ]]
6542026-06-23T19:24:48.437Z++ sleep 1
6552026-06-23T19:24:49.437Z++ retry=56
6562026-06-23T19:24:49.440Z+++ svcs -Hostate baseline
6572026-06-23T19:24:49.451Z++ [[ offline* != online ]]
6582026-06-23T19:24:49.451Z++ [[ 56 -gt 300 ]]
6592026-06-23T19:24:49.454Z++ sleep 1
6602026-06-23T19:24:50.454Z++ retry=57
6612026-06-23T19:24:50.457Z+++ svcs -Hostate baseline
6622026-06-23T19:24:50.470Z++ [[ offline* != online ]]
6632026-06-23T19:24:50.470Z++ [[ 57 -gt 300 ]]
6642026-06-23T19:24:50.470Z++ sleep 1
6652026-06-23T19:24:51.471Z++ retry=58
6662026-06-23T19:24:51.474Z+++ svcs -Hostate baseline
6672026-06-23T19:24:51.484Z++ [[ offline* != online ]]
6682026-06-23T19:24:51.484Z++ [[ 58 -gt 300 ]]
6692026-06-23T19:24:51.484Z++ sleep 1
6702026-06-23T19:24:52.486Z++ retry=59
6712026-06-23T19:24:52.489Z+++ svcs -Hostate baseline
6722026-06-23T19:24:52.501Z++ [[ offline* != online ]]
6732026-06-23T19:24:52.501Z++ [[ 59 -gt 300 ]]
6742026-06-23T19:24:52.501Z++ sleep 1
6752026-06-23T19:24:53.503Z++ retry=60
6762026-06-23T19:24:53.507Z+++ svcs -Hostate baseline
6772026-06-23T19:24:53.519Z++ [[ offline* != online ]]
6782026-06-23T19:24:53.519Z++ [[ 60 -gt 300 ]]
6792026-06-23T19:24:53.519Z++ sleep 1
6802026-06-23T19:24:54.522Z++ retry=61
6812026-06-23T19:24:54.525Z+++ svcs -Hostate baseline
6822026-06-23T19:24:54.535Z++ [[ offline* != online ]]
6832026-06-23T19:24:54.535Z++ [[ 61 -gt 300 ]]
6842026-06-23T19:24:54.535Z++ sleep 1
6852026-06-23T19:24:55.537Z++ retry=62
6862026-06-23T19:24:55.540Z+++ svcs -Hostate baseline
6872026-06-23T19:24:55.553Z++ [[ offline* != online ]]
6882026-06-23T19:24:55.553Z++ [[ 62 -gt 300 ]]
6892026-06-23T19:24:55.559Z++ sleep 1
6902026-06-23T19:24:56.553Z++ retry=63
6912026-06-23T19:24:56.560Z+++ svcs -Hostate baseline
6922026-06-23T19:24:56.567Z++ [[ offline* != online ]]
6932026-06-23T19:24:56.568Z++ [[ 63 -gt 300 ]]
6942026-06-23T19:24:56.568Z++ sleep 1
6952026-06-23T19:24:57.571Z++ retry=64
6962026-06-23T19:24:57.577Z+++ svcs -Hostate baseline
6972026-06-23T19:24:57.584Z++ [[ offline* != online ]]
6982026-06-23T19:24:57.585Z++ [[ 64 -gt 300 ]]
6992026-06-23T19:24:57.585Z++ sleep 1
7002026-06-23T19:24:58.591Z++ retry=65
7012026-06-23T19:24:58.603Z+++ svcs -Hostate baseline
7022026-06-23T19:24:58.611Z++ [[ offline* != online ]]
7032026-06-23T19:24:58.611Z++ [[ 65 -gt 300 ]]
7042026-06-23T19:24:58.611Z++ sleep 1
7052026-06-23T19:24:59.603Z++ retry=66
7062026-06-23T19:24:59.607Z+++ svcs -Hostate baseline
7072026-06-23T19:24:59.618Z++ [[ offline* != online ]]
7082026-06-23T19:24:59.618Z++ [[ 66 -gt 300 ]]
7092026-06-23T19:24:59.618Z++ sleep 1
7102026-06-23T19:25:00.621Z++ retry=67
7112026-06-23T19:25:00.624Z+++ svcs -Hostate baseline
7122026-06-23T19:25:00.636Z++ [[ offline* != online ]]
7132026-06-23T19:25:00.636Z++ [[ 67 -gt 300 ]]
7142026-06-23T19:25:00.636Z++ sleep 1
7152026-06-23T19:25:01.637Z++ retry=68
7162026-06-23T19:25:01.640Z+++ svcs -Hostate baseline
7172026-06-23T19:25:01.652Z++ [[ offline* != online ]]
7182026-06-23T19:25:01.652Z++ [[ 68 -gt 300 ]]
7192026-06-23T19:25:01.655Z++ sleep 1
7202026-06-23T19:25:02.655Z++ retry=69
7212026-06-23T19:25:02.657Z+++ svcs -Hostate baseline
7222026-06-23T19:25:02.669Z++ [[ offline* != online ]]
7232026-06-23T19:25:02.669Z++ [[ 69 -gt 300 ]]
7242026-06-23T19:25:02.669Z++ sleep 1
7252026-06-23T19:25:03.679Z++ retry=70
7262026-06-23T19:25:03.679Z+++ svcs -Hostate baseline
7272026-06-23T19:25:03.686Z++ [[ offline* != online ]]
7282026-06-23T19:25:03.687Z++ [[ 70 -gt 300 ]]
7292026-06-23T19:25:03.727Z++ sleep 1
7302026-06-23T19:25:04.705Z++ retry=71
7312026-06-23T19:25:04.729Z+++ svcs -Hostate baseline
7322026-06-23T19:25:04.729Z++ [[ offline* != online ]]
7332026-06-23T19:25:04.729Z++ [[ 71 -gt 300 ]]
7342026-06-23T19:25:04.729Z++ sleep 1
7352026-06-23T19:25:05.722Z++ retry=72
7362026-06-23T19:25:05.789Z+++ svcs -Hostate baseline
7372026-06-23T19:25:05.789Z++ [[ offline* != online ]]
7382026-06-23T19:25:05.789Z++ [[ 72 -gt 300 ]]
7392026-06-23T19:25:05.789Z++ sleep 1
7402026-06-23T19:25:06.734Z++ retry=73
7412026-06-23T19:25:06.742Z+++ svcs -Hostate baseline
7422026-06-23T19:25:06.743Z++ [[ offline* != online ]]
7432026-06-23T19:25:06.743Z++ [[ 73 -gt 300 ]]
7442026-06-23T19:25:06.743Z++ sleep 1
7452026-06-23T19:25:07.741Z++ retry=74
7462026-06-23T19:25:07.750Z+++ svcs -Hostate baseline
7472026-06-23T19:25:07.753Z++ [[ offline* != online ]]
7482026-06-23T19:25:07.753Z++ [[ 74 -gt 300 ]]
7492026-06-23T19:25:07.753Z++ sleep 1
7502026-06-23T19:25:08.756Z++ retry=75
7512026-06-23T19:25:08.765Z+++ svcs -Hostate baseline
7522026-06-23T19:25:08.770Z++ [[ offline* != online ]]
7532026-06-23T19:25:08.770Z++ [[ 75 -gt 300 ]]
7542026-06-23T19:25:08.770Z++ sleep 1
7552026-06-23T19:25:09.794Z++ retry=76
7562026-06-23T19:25:09.815Z+++ svcs -Hostate baseline
7572026-06-23T19:25:09.815Z++ [[ offline* != online ]]
7582026-06-23T19:25:09.815Z++ [[ 76 -gt 300 ]]
7592026-06-23T19:25:09.815Z++ sleep 1
7602026-06-23T19:25:10.792Z++ retry=77
7612026-06-23T19:25:10.797Z+++ svcs -Hostate baseline
7622026-06-23T19:25:10.809Z++ [[ offline* != online ]]
7632026-06-23T19:25:10.809Z++ [[ 77 -gt 300 ]]
7642026-06-23T19:25:10.809Z++ sleep 1
7652026-06-23T19:25:11.809Z++ retry=78
7662026-06-23T19:25:11.830Z+++ svcs -Hostate baseline
7672026-06-23T19:25:11.830Z++ [[ offline* != online ]]
7682026-06-23T19:25:11.830Z++ [[ 78 -gt 300 ]]
7692026-06-23T19:25:11.830Z++ sleep 1
7702026-06-23T19:25:12.829Z++ retry=79
7712026-06-23T19:25:12.841Z+++ svcs -Hostate baseline
7722026-06-23T19:25:12.845Z++ [[ offline* != online ]]
7732026-06-23T19:25:12.845Z++ [[ 79 -gt 300 ]]
7742026-06-23T19:25:12.845Z++ sleep 1
7752026-06-23T19:25:13.839Z++ retry=80
7762026-06-23T19:25:13.846Z+++ svcs -Hostate baseline
7772026-06-23T19:25:13.856Z++ [[ offline* != online ]]
7782026-06-23T19:25:13.856Z++ [[ 80 -gt 300 ]]
7792026-06-23T19:25:13.863Z++ sleep 1
7802026-06-23T19:25:14.854Z++ retry=81
7812026-06-23T19:25:14.857Z+++ svcs -Hostate baseline
7822026-06-23T19:25:14.869Z++ [[ offline* != online ]]
7832026-06-23T19:25:14.869Z++ [[ 81 -gt 300 ]]
7842026-06-23T19:25:14.872Z++ sleep 1
7852026-06-23T19:25:15.871Z++ retry=82
7862026-06-23T19:25:15.874Z+++ svcs -Hostate baseline
7872026-06-23T19:25:15.886Z++ [[ offline* != online ]]
7882026-06-23T19:25:15.886Z++ [[ 82 -gt 300 ]]
7892026-06-23T19:25:15.886Z++ sleep 1
7902026-06-23T19:25:16.888Z++ retry=83
7912026-06-23T19:25:16.893Z+++ svcs -Hostate baseline
7922026-06-23T19:25:16.902Z++ [[ offline* != online ]]
7932026-06-23T19:25:16.903Z++ [[ 83 -gt 300 ]]
7942026-06-23T19:25:16.903Z++ sleep 1
7952026-06-23T19:25:17.907Z++ retry=84
7962026-06-23T19:25:17.911Z+++ svcs -Hostate baseline
7972026-06-23T19:25:17.919Z++ [[ offline* != online ]]
7982026-06-23T19:25:17.919Z++ [[ 84 -gt 300 ]]
7992026-06-23T19:25:17.919Z++ sleep 1
8002026-06-23T19:25:18.921Z++ retry=85
8012026-06-23T19:25:18.924Z+++ svcs -Hostate baseline
8022026-06-23T19:25:18.935Z++ [[ offline* != online ]]
8032026-06-23T19:25:18.935Z++ [[ 85 -gt 300 ]]
8042026-06-23T19:25:18.935Z++ sleep 1
8052026-06-23T19:25:19.939Z++ retry=86
8062026-06-23T19:25:19.943Z+++ svcs -Hostate baseline
8072026-06-23T19:25:19.951Z++ [[ offline* != online ]]
8082026-06-23T19:25:19.951Z++ [[ 86 -gt 300 ]]
8092026-06-23T19:25:19.951Z++ sleep 1
8102026-06-23T19:25:20.957Z++ retry=87
8112026-06-23T19:25:20.961Z+++ svcs -Hostate baseline
8122026-06-23T19:25:20.971Z++ [[ offline* != online ]]
8132026-06-23T19:25:20.971Z++ [[ 87 -gt 300 ]]
8142026-06-23T19:25:20.971Z++ sleep 1
8152026-06-23T19:25:21.971Z++ retry=88
8162026-06-23T19:25:21.974Z+++ svcs -Hostate baseline
8172026-06-23T19:25:21.985Z++ [[ offline* != online ]]
8182026-06-23T19:25:21.985Z++ [[ 88 -gt 300 ]]
8192026-06-23T19:25:21.985Z++ sleep 1
8202026-06-23T19:25:22.987Z++ retry=89
8212026-06-23T19:25:22.990Z+++ svcs -Hostate baseline
8222026-06-23T19:25:23.001Z++ [[ offline* != online ]]
8232026-06-23T19:25:23.001Z++ [[ 89 -gt 300 ]]
8242026-06-23T19:25:23.001Z++ sleep 1
8252026-06-23T19:25:24.003Z++ retry=90
8262026-06-23T19:25:24.010Z+++ svcs -Hostate baseline
8272026-06-23T19:25:24.017Z++ [[ offline* != online ]]
8282026-06-23T19:25:24.017Z++ [[ 90 -gt 300 ]]
8292026-06-23T19:25:24.020Z++ sleep 1
8302026-06-23T19:25:25.020Z++ retry=91
8312026-06-23T19:25:25.024Z+++ svcs -Hostate baseline
8322026-06-23T19:25:25.034Z++ [[ offline* != online ]]
8332026-06-23T19:25:25.034Z++ [[ 91 -gt 300 ]]
8342026-06-23T19:25:25.034Z++ sleep 1
8352026-06-23T19:25:26.036Z++ retry=92
8362026-06-23T19:25:26.039Z+++ svcs -Hostate baseline
8372026-06-23T19:25:26.051Z++ [[ offline* != online ]]
8382026-06-23T19:25:26.051Z++ [[ 92 -gt 300 ]]
8392026-06-23T19:25:26.051Z++ sleep 1
8402026-06-23T19:25:27.052Z++ retry=93
8412026-06-23T19:25:27.055Z+++ svcs -Hostate baseline
8422026-06-23T19:25:27.066Z++ [[ offline* != online ]]
8432026-06-23T19:25:27.066Z++ [[ 93 -gt 300 ]]
8442026-06-23T19:25:27.066Z++ sleep 1
8452026-06-23T19:25:28.068Z++ retry=94
8462026-06-23T19:25:28.071Z+++ svcs -Hostate baseline
8472026-06-23T19:25:28.086Z++ [[ offline* != online ]]
8482026-06-23T19:25:28.091Z++ [[ 94 -gt 300 ]]
8492026-06-23T19:25:28.091Z++ sleep 1
8502026-06-23T19:25:29.084Z++ retry=95
8512026-06-23T19:25:29.087Z+++ svcs -Hostate baseline
8522026-06-23T19:25:29.098Z++ [[ offline* != online ]]
8532026-06-23T19:25:29.098Z++ [[ 95 -gt 300 ]]
8542026-06-23T19:25:29.098Z++ sleep 1
8552026-06-23T19:25:30.099Z++ retry=96
8562026-06-23T19:25:30.102Z+++ svcs -Hostate baseline
8572026-06-23T19:25:30.116Z++ [[ offline* != online ]]
8582026-06-23T19:25:30.116Z++ [[ 96 -gt 300 ]]
8592026-06-23T19:25:30.116Z++ sleep 1
8602026-06-23T19:25:31.116Z++ retry=97
8612026-06-23T19:25:31.119Z+++ svcs -Hostate baseline
8622026-06-23T19:25:31.130Z++ [[ offline* != online ]]
8632026-06-23T19:25:31.134Z++ [[ 97 -gt 300 ]]
8642026-06-23T19:25:31.134Z++ sleep 1
8652026-06-23T19:25:32.132Z++ retry=98
8662026-06-23T19:25:32.135Z+++ svcs -Hostate baseline
8672026-06-23T19:25:32.146Z++ [[ offline* != online ]]
8682026-06-23T19:25:32.146Z++ [[ 98 -gt 300 ]]
8692026-06-23T19:25:32.146Z++ sleep 1
8702026-06-23T19:25:33.148Z++ retry=99
8712026-06-23T19:25:33.151Z+++ svcs -Hostate baseline
8722026-06-23T19:25:33.161Z++ [[ offline* != online ]]
8732026-06-23T19:25:33.161Z++ [[ 99 -gt 300 ]]
8742026-06-23T19:25:33.161Z++ sleep 1
8752026-06-23T19:25:34.163Z++ retry=100
8762026-06-23T19:25:34.166Z+++ svcs -Hostate baseline
8772026-06-23T19:25:34.180Z++ [[ offline* != online ]]
8782026-06-23T19:25:34.180Z++ [[ 100 -gt 300 ]]
8792026-06-23T19:25:34.180Z++ sleep 1
8802026-06-23T19:25:35.180Z++ retry=101
8812026-06-23T19:25:35.183Z+++ svcs -Hostate baseline
8822026-06-23T19:25:35.195Z++ [[ offline* != online ]]
8832026-06-23T19:25:35.195Z++ [[ 101 -gt 300 ]]
8842026-06-23T19:25:35.195Z++ sleep 1
8852026-06-23T19:25:36.197Z++ retry=102
8862026-06-23T19:25:36.200Z+++ svcs -Hostate baseline
8872026-06-23T19:25:36.211Z++ [[ offline* != online ]]
8882026-06-23T19:25:36.211Z++ [[ 102 -gt 300 ]]
8892026-06-23T19:25:36.211Z++ sleep 1
8902026-06-23T19:25:37.213Z++ retry=103
8912026-06-23T19:25:37.217Z+++ svcs -Hostate baseline
8922026-06-23T19:25:37.229Z++ [[ offline* != online ]]
8932026-06-23T19:25:37.229Z++ [[ 103 -gt 300 ]]
8942026-06-23T19:25:37.229Z++ sleep 1
8952026-06-23T19:25:38.229Z++ retry=104
8962026-06-23T19:25:38.232Z+++ svcs -Hostate baseline
8972026-06-23T19:25:38.243Z++ [[ offline* != online ]]
8982026-06-23T19:25:38.243Z++ [[ 104 -gt 300 ]]
8992026-06-23T19:25:38.247Z++ sleep 1
9002026-06-23T19:25:39.245Z++ retry=105
9012026-06-23T19:25:39.249Z+++ svcs -Hostate baseline
9022026-06-23T19:25:39.259Z++ [[ offline* != online ]]
9032026-06-23T19:25:39.259Z++ [[ 105 -gt 300 ]]
9042026-06-23T19:25:39.259Z++ sleep 1
9052026-06-23T19:25:40.261Z++ retry=106
9062026-06-23T19:25:40.263Z+++ svcs -Hostate baseline
9072026-06-23T19:25:40.275Z++ [[ offline* != online ]]
9082026-06-23T19:25:40.275Z++ [[ 106 -gt 300 ]]
9092026-06-23T19:25:40.275Z++ sleep 1
9102026-06-23T19:25:41.276Z++ retry=107
9112026-06-23T19:25:41.279Z+++ svcs -Hostate baseline
9122026-06-23T19:25:41.290Z++ [[ offline* != online ]]
9132026-06-23T19:25:41.290Z++ [[ 107 -gt 300 ]]
9142026-06-23T19:25:41.290Z++ sleep 1
9152026-06-23T19:25:42.292Z++ retry=108
9162026-06-23T19:25:42.295Z+++ svcs -Hostate baseline
9172026-06-23T19:25:42.307Z++ [[ offline* != online ]]
9182026-06-23T19:25:42.311Z++ [[ 108 -gt 300 ]]
9192026-06-23T19:25:42.311Z++ sleep 1
9202026-06-23T19:25:43.309Z++ retry=109
9212026-06-23T19:25:43.312Z+++ svcs -Hostate baseline
9222026-06-23T19:25:43.323Z++ [[ offline* != online ]]
9232026-06-23T19:25:43.323Z++ [[ 109 -gt 300 ]]
9242026-06-23T19:25:43.323Z++ sleep 1
9252026-06-23T19:25:44.326Z++ retry=110
9262026-06-23T19:25:44.330Z+++ svcs -Hostate baseline
9272026-06-23T19:25:44.340Z++ [[ online != online ]]
9282026-06-23T19:25:44.340Z++ set -o errexit
9292026-06-23T19:25:44.343Z++ set -o pipefail
9302026-06-23T19:25:44.343Z++ banner build
9312026-06-23T19:25:44.343Z
9322026-06-23T19:25:44.343Z ##### # # # # #####
9332026-06-23T19:25:44.343Z # # # # # # # #
9342026-06-23T19:25:44.343Z ##### # # # # # #
9352026-06-23T19:25:44.343Z # # # # # # # #
9362026-06-23T19:25:44.343Z # # # # # # # #
9372026-06-23T19:25:44.343Z ##### #### # ###### #####
9382026-06-23T19:25:44.343Z
9392026-06-23T19:25:44.343Z++ cargo build --release --bin ddmd --bin ddmadm
9402026-06-23T19:25:44.348Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9412026-06-23T19:25:44.518Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9422026-06-23T19:25:44.521Zinfo: downloading 6 components
9432026-06-23T19:26:01.068Z Updating git repository `https://github.com/oxidecomputer/falcon`
9442026-06-23T19:26:01.709ZFrom https://github.com/oxidecomputer/falcon
9452026-06-23T19:26:01.709Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9462026-06-23T19:26:01.765Z Updating crates.io index
9472026-06-23T19:26:01.778Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9482026-06-23T19:26:02.154ZFrom https://github.com/oxidecomputer/dendrite
9492026-06-23T19:26:02.154Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9502026-06-23T19:26:02.254Z Updating git repository `https://github.com/oxidecomputer/ispf`
9512026-06-23T19:26:02.510ZFrom https://github.com/oxidecomputer/ispf
9522026-06-23T19:26:02.510Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9532026-06-23T19:26:02.727Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9542026-06-23T19:26:03.105ZFrom https://github.com/oxidecomputer/netadm-sys
9552026-06-23T19:26:03.105Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9562026-06-23T19:26:03.114Z Updating git repository `https://github.com/oxidecomputer/omicron`
9572026-06-23T19:26:09.029ZFrom https://github.com/oxidecomputer/omicron
9582026-06-23T19:26:09.029Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9592026-06-23T19:26:09.448Z Updating git repository `https://github.com/oxidecomputer/opte`
9602026-06-23T19:26:10.087ZFrom https://github.com/oxidecomputer/opte
9612026-06-23T19:26:10.088Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9622026-06-23T19:26:10.118Z Updating git repository `https://github.com/illumos/smf-rs`
9632026-06-23T19:26:10.411ZFrom https://github.com/illumos/smf-rs
9642026-06-23T19:26:10.411Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9652026-06-23T19:26:10.960Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9662026-06-23T19:26:11.259ZFrom https://github.com/oxidecomputer/network-interface
9672026-06-23T19:26:11.259Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9682026-06-23T19:26:11.266Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9692026-06-23T19:26:11.549ZFrom https://github.com/oxidecomputer/slog-error-chain
9702026-06-23T19:26:11.549Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9712026-06-23T19:26:11.560Z Updating git repository `https://github.com/oxidecomputer/zone`
9722026-06-23T19:26:11.823ZFrom https://github.com/oxidecomputer/zone
9732026-06-23T19:26:11.823Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9742026-06-23T19:26:11.848Z Updating git repository `https://github.com/oxidecomputer/propolis`
9752026-06-23T19:26:12.471ZFrom https://github.com/oxidecomputer/propolis
9762026-06-23T19:26:12.471Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9772026-06-23T19:26:12.625Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9782026-06-23T19:26:13.129ZFrom https://github.com/oxidecomputer/transceiver-control
9792026-06-23T19:26:13.129Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9802026-06-23T19:26:13.305Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9812026-06-23T19:26:13.595ZFrom https://github.com/oxidecomputer/dlpi-sys
9822026-06-23T19:26:13.595Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9832026-06-23T19:26:13.608Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9842026-06-23T19:26:13.948ZFrom https://github.com/jmesmon/rust-libzfs
9852026-06-23T19:26:13.948Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9862026-06-23T19:26:13.961Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9872026-06-23T19:26:14.190ZFrom https://github.com/oxidecomputer/rusty-doors
9882026-06-23T19:26:14.190Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9892026-06-23T19:26:14.200Z Updating git repository `https://github.com/oxidecomputer/lldp`
9902026-06-23T19:26:14.518ZFrom https://github.com/oxidecomputer/lldp
9912026-06-23T19:26:14.518Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9922026-06-23T19:26:14.572Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9932026-06-23T19:26:14.848ZFrom https://github.com/oxidecomputer/tufaceous
9942026-06-23T19:26:14.848Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9952026-06-23T19:26:14.903Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9962026-06-23T19:26:15.354ZFrom https://github.com/oxidecomputer/management-gateway-service
9972026-06-23T19:26:15.354Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9982026-06-23T19:26:15.448Z Updating git repository `https://github.com/oxidecomputer/crucible`
9992026-06-23T19:26:16.258ZFrom https://github.com/oxidecomputer/crucible
10002026-06-23T19:26:16.258Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10012026-06-23T19:26:16.977Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10022026-06-23T19:26:17.234ZFrom https://github.com/oxidecomputer/serde_human_bytes
10032026-06-23T19:26:17.234Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10042026-06-23T19:26:17.503Z Updating git repository `https://github.com/oxidecomputer/propolis`
10052026-06-23T19:26:17.916ZFrom https://github.com/oxidecomputer/propolis
10062026-06-23T19:26:17.916Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10072026-06-23T19:26:17.967Z Updating git repository `https://github.com/oxidecomputer/crucible`
10082026-06-23T19:26:18.503ZFrom https://github.com/oxidecomputer/crucible
10092026-06-23T19:26:18.503Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10102026-06-23T19:26:18.859Z Updating git repository `https://github.com/oxidecomputer/tofino`
10112026-06-23T19:26:19.152ZFrom https://github.com/oxidecomputer/tofino
10122026-06-23T19:26:19.152Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10132026-06-23T19:26:19.169Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10142026-06-23T19:26:19.947ZFrom https://github.com/oxidecomputer/maghemite
10152026-06-23T19:26:19.947Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10162026-06-23T19:26:20.008Z Updating git repository `https://github.com/oxidecomputer/clickward`
10172026-06-23T19:26:20.333ZFrom https://github.com/oxidecomputer/clickward
10182026-06-23T19:26:20.333Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10192026-06-23T19:26:20.348Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10202026-06-23T19:26:20.741ZFrom https://github.com/oxidecomputer/illumos-devinfo
10212026-06-23T19:26:20.741Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10222026-06-23T19:26:22.111Z Downloading crates ...
10232026-06-23T19:26:22.185Z Downloaded allocator-api2 v0.2.21
10242026-06-23T19:26:22.193Z Downloaded block-buffer v0.12.0
10252026-06-23T19:26:22.196Z Downloaded cstr-argument v0.1.2
10262026-06-23T19:26:22.196Z Downloaded adler2 v2.0.1
10272026-06-23T19:26:22.199Z Downloaded atomicwrites v0.4.4
10282026-06-23T19:26:22.203Z Downloaded dof v0.4.0
10292026-06-23T19:26:22.210Z Downloaded async-stream-impl v0.3.6
10302026-06-23T19:26:22.210Z Downloaded async-recursion v1.1.1
10312026-06-23T19:26:22.214Z Downloaded dof v0.3.0
10322026-06-23T19:26:22.214Z Downloaded atomic-waker v1.1.2
10332026-06-23T19:26:22.214Z Downloaded anstyle-query v1.1.5
10342026-06-23T19:26:22.219Z Downloaded displaydoc v0.2.6
10352026-06-23T19:26:22.219Z Downloaded darling v0.23.0
10362026-06-23T19:26:22.222Z Downloaded async-stream v0.3.6
10372026-06-23T19:26:22.225Z Downloaded dunce v1.0.5
10382026-06-23T19:26:22.225Z Downloaded anstream v1.0.0
10392026-06-23T19:26:22.228Z Downloaded async-trait v0.1.89
10402026-06-23T19:26:22.231Z Downloaded anstyle v1.0.14
10412026-06-23T19:26:22.235Z Downloaded foreign-types-shared v0.1.1
10422026-06-23T19:26:22.235Z Downloaded darling v0.21.3
10432026-06-23T19:26:22.238Z Downloaded fs-err v3.3.0
10442026-06-23T19:26:22.241Z Downloaded digest v0.10.7
10452026-06-23T19:26:22.245Z Downloaded argon2 v0.5.3
10462026-06-23T19:26:22.248Z Downloaded defmt v1.1.0
10472026-06-23T19:26:22.248Z Downloaded errno v0.3.14
10482026-06-23T19:26:22.253Z Downloaded cpufeatures v0.3.0
10492026-06-23T19:26:22.256Z Downloaded cfg_aliases v0.2.1
10502026-06-23T19:26:22.256Z Downloaded form_urlencoded v1.2.2
10512026-06-23T19:26:22.256Z Downloaded gethostname v0.5.0
10522026-06-23T19:26:22.259Z Downloaded embedded-io v0.4.0
10532026-06-23T19:26:22.265Z Downloaded hash32 v0.3.1
10542026-06-23T19:26:22.265Z Downloaded colorchoice v1.0.5
10552026-06-23T19:26:22.268Z Downloaded fnv v1.0.7
10562026-06-23T19:26:22.268Z Downloaded cfg-if v1.0.4
10572026-06-23T19:26:22.268Z Downloaded hostname v0.3.1
10582026-06-23T19:26:22.272Z Downloaded futures-sink v0.3.32
10592026-06-23T19:26:22.272Z Downloaded futures-channel v0.3.32
10602026-06-23T19:26:22.275Z Downloaded ciborium-io v0.2.2
10612026-06-23T19:26:22.275Z Downloaded derive_more v0.99.20
10622026-06-23T19:26:22.279Z Downloaded float-ord v0.3.2
10632026-06-23T19:26:22.284Z Downloaded heck v0.4.1
10642026-06-23T19:26:22.284Z Downloaded const-random v0.1.18
10652026-06-23T19:26:22.290Z Downloaded cobs v0.3.0
10662026-06-23T19:26:22.290Z Downloaded futures-macro v0.3.32
10672026-06-23T19:26:22.290Z Downloaded fxhash v0.2.1
10682026-06-23T19:26:22.295Z Downloaded futures-io v0.3.32
10692026-06-23T19:26:22.295Z Downloaded debug-ignore v1.0.5
10702026-06-23T19:26:22.295Z Downloaded darling_macro v0.23.0
10712026-06-23T19:26:22.295Z Downloaded hostname v0.4.2
10722026-06-23T19:26:22.298Z Downloaded foreign-types-shared v0.3.1
10732026-06-23T19:26:22.298Z Downloaded fixedbitset v0.4.2
10742026-06-23T19:26:22.298Z Downloaded crc8 v0.1.1
10752026-06-23T19:26:22.302Z Downloaded darling_macro v0.21.3
10762026-06-23T19:26:22.302Z Downloaded equivalent v1.0.2
10772026-06-23T19:26:22.306Z Downloaded heck v0.5.0
10782026-06-23T19:26:22.307Z Downloaded defmt-parser v1.0.0
10792026-06-23T19:26:22.310Z Downloaded hubpack_derive v0.1.1
10802026-06-23T19:26:22.310Z Downloaded httpdate v1.0.3
10812026-06-23T19:26:22.310Z Downloaded futures-core v0.3.32
10822026-06-23T19:26:22.313Z Downloaded git-stub v1.0.0
10832026-06-23T19:26:22.313Z Downloaded http-body v1.0.1
10842026-06-23T19:26:22.317Z Downloaded crypto-common v0.2.2
10852026-06-23T19:26:22.317Z Downloaded dtrace-parser v0.2.0
10862026-06-23T19:26:22.320Z Downloaded hubpack v0.1.2
10872026-06-23T19:26:22.320Z Downloaded defmt v0.3.100
10882026-06-23T19:26:22.320Z Downloaded humantime v2.3.0
10892026-06-23T19:26:22.325Z Downloaded crypto-common v0.1.7
10902026-06-23T19:26:22.325Z Downloaded futures-task v0.3.32
10912026-06-23T19:26:22.329Z Downloaded critical-section v1.2.0
10922026-06-23T19:26:22.329Z Downloaded foreign-types v0.3.2
10932026-06-23T19:26:22.333Z Downloaded curve25519-dalek-derive v0.1.1
10942026-06-23T19:26:22.333Z Downloaded fs_extra v1.3.0
10952026-06-23T19:26:22.333Z Downloaded either v1.16.0
10962026-06-23T19:26:22.336Z Downloaded embedded-io v0.6.1
10972026-06-23T19:26:22.337Z Downloaded cmake v0.1.58
10982026-06-23T19:26:22.340Z Downloaded getrandom v0.2.17
10992026-06-23T19:26:22.340Z Downloaded idna_adapter v1.2.2
11002026-06-23T19:26:22.343Z Downloaded daft v0.1.7
11012026-06-23T19:26:22.343Z Downloaded byteorder v1.5.0
11022026-06-23T19:26:22.346Z Downloaded indent_write v2.2.0
11032026-06-23T19:26:22.346Z Downloaded console v0.16.3
11042026-06-23T19:26:22.350Z Downloaded is_terminal_polyfill v1.70.2
11052026-06-23T19:26:22.350Z Downloaded lazy_static v1.5.0
11062026-06-23T19:26:22.353Z Downloaded find-msvc-tools v0.1.9
11072026-06-23T19:26:22.357Z Downloaded is_ci v1.2.0
11082026-06-23T19:26:22.357Z Downloaded ident_case v1.0.1
11092026-06-23T19:26:22.357Z Downloaded hex v0.4.3
11102026-06-23T19:26:22.365Z Downloaded is-terminal v0.4.17
11112026-06-23T19:26:22.365Z Downloaded instant v0.1.13
11122026-06-23T19:26:22.369Z Downloaded inout v0.1.4
11132026-06-23T19:26:22.369Z Downloaded itoa v1.0.18
11142026-06-23T19:26:22.369Z Downloaded konst_macro_rules v0.2.19
11152026-06-23T19:26:22.369Z Downloaded fastrand v2.4.1
11162026-06-23T19:26:22.369Z Downloaded bitflags v1.3.2
11172026-06-23T19:26:22.372Z Downloaded git-stub-vcs v0.1.0
11182026-06-23T19:26:22.376Z Downloaded keccak v0.1.6
11192026-06-23T19:26:22.376Z Downloaded crossbeam-deque v0.8.6
11202026-06-23T19:26:22.380Z Downloaded bs58 v0.5.1
11212026-06-23T19:26:22.380Z Downloaded csv-core v0.1.13
11222026-06-23T19:26:22.384Z Downloaded linked-hash-map v0.5.6
11232026-06-23T19:26:22.384Z Downloaded group v0.13.0
11242026-06-23T19:26:22.384Z Downloaded http-body-util v0.1.3
11252026-06-23T19:26:22.387Z Downloaded generic-array v0.14.7
11262026-06-23T19:26:22.387Z Downloaded futures-executor v0.3.32
11272026-06-23T19:26:22.390Z Downloaded chacha20 v0.9.1
11282026-06-23T19:26:22.390Z Downloaded bcs v0.1.6
11292026-06-23T19:26:22.394Z Downloaded bit-vec v0.8.0
11302026-06-23T19:26:22.394Z Downloaded highway v1.3.0
11312026-06-23T19:26:22.402Z Downloaded libscf-sys v1.2.0
11322026-06-23T19:26:22.402Z Downloaded match_cfg v0.1.0
11332026-06-23T19:26:22.412Z Downloaded managed v0.8.0
11342026-06-23T19:26:22.412Z Downloaded mime v0.3.17
11352026-06-23T19:26:22.412Z Downloaded memmap v0.7.0
11362026-06-23T19:26:22.412Z Downloaded lru-slab v0.1.2
11372026-06-23T19:26:22.412Z Downloaded newtype-uuid-macros v0.1.0
11382026-06-23T19:26:22.412Z Downloaded colored v3.1.1
11392026-06-23T19:26:22.419Z Downloaded cargo_toml v0.22.3
11402026-06-23T19:26:22.419Z Downloaded cookie v0.18.1
11412026-06-23T19:26:22.419Z Downloaded newtype_derive v0.1.6
11422026-06-23T19:26:22.419Z Downloaded no-std-compat v0.4.1
11432026-06-23T19:26:22.419Z Downloaded ipnet v2.12.0
11442026-06-23T19:26:22.423Z Downloaded num-derive v0.4.2
11452026-06-23T19:26:22.423Z Downloaded ciborium v0.2.2
11462026-06-23T19:26:22.423Z Downloaded num-conv v0.2.2
11472026-06-23T19:26:22.423Z Downloaded internet-checksum v0.2.1
11482026-06-23T19:26:22.427Z Downloaded num_enum_derive v0.5.11
11492026-06-23T19:26:22.427Z Downloaded num-iter v0.1.45
11502026-06-23T19:26:22.427Z Downloaded ipnetwork v0.21.1
11512026-06-23T19:26:22.430Z Downloaded opaque-debug v0.3.1
11522026-06-23T19:26:22.430Z Downloaded olpc-cjson v0.1.4
11532026-06-23T19:26:22.430Z Downloaded num_threads v0.1.7
11542026-06-23T19:26:22.434Z Downloaded openssl-macros v0.1.1
11552026-06-23T19:26:22.434Z Downloaded omicron-workspace-hack v0.1.0
11562026-06-23T19:26:22.439Z Downloaded num v0.4.3
11572026-06-23T19:26:22.439Z Downloaded openssl-probe v0.2.1
11582026-06-23T19:26:22.439Z Downloaded hmac v0.12.1
11592026-06-23T19:26:22.439Z Downloaded enum-as-inner v0.6.1
11602026-06-23T19:26:22.443Z Downloaded hyper-rustls v0.27.9
11612026-06-23T19:26:22.444Z Downloaded ingot-types v0.1.2
11622026-06-23T19:26:22.444Z Downloaded console v0.15.11
11632026-06-23T19:26:22.447Z Downloaded jobserver v0.1.34
11642026-06-23T19:26:22.447Z Downloaded clap_derive v4.6.1
11652026-06-23T19:26:22.450Z Downloaded hybrid-array v0.4.12
11662026-06-23T19:26:22.453Z Downloaded httparse v1.10.1
11672026-06-23T19:26:22.453Z Downloaded foldhash v0.2.0
11682026-06-23T19:26:22.456Z Downloaded lock_api v0.4.14
11692026-06-23T19:26:22.456Z Downloaded crossbeam-utils v0.8.21
11702026-06-23T19:26:22.463Z Downloaded crc32fast v1.5.0
11712026-06-23T19:26:22.463Z Downloaded chacha20 v0.10.0
11722026-06-23T19:26:22.463Z Downloaded camino v1.2.2
11732026-06-23T19:26:22.466Z Downloaded parse-display v0.10.0
11742026-06-23T19:26:22.466Z Downloaded dropshot_endpoint v0.17.1
11752026-06-23T19:26:22.470Z Downloaded drift v0.2.0
11762026-06-23T19:26:22.475Z Downloaded percent-encoding v2.3.2
11772026-06-23T19:26:22.478Z Downloaded linear-map v1.2.0
11782026-06-23T19:26:22.478Z Downloaded libsw-core v0.3.2
11792026-06-23T19:26:22.478Z Downloaded multer v3.1.0
11802026-06-23T19:26:22.483Z Downloaded plain v0.2.3
11812026-06-23T19:26:22.483Z Downloaded proc-macro-error-attr v1.0.4
11822026-06-23T19:26:22.483Z Downloaded pretty-hex v0.4.2
11832026-06-23T19:26:22.486Z Downloaded phf_shared v0.12.1
11842026-06-23T19:26:22.486Z Downloaded powerfmt v0.2.0
11852026-06-23T19:26:22.486Z Downloaded potential_utf v0.1.5
11862026-06-23T19:26:22.490Z Downloaded foldhash v0.1.5
11872026-06-23T19:26:22.490Z Downloaded clap v4.6.1
11882026-06-23T19:26:22.496Z Downloaded ingot-macros v0.1.1
11892026-06-23T19:26:22.499Z Downloaded async-compression v0.4.42
11902026-06-23T19:26:22.503Z Downloaded num_enum v0.5.11
11912026-06-23T19:26:22.509Z Downloaded proc-macro-error-attr2 v2.0.0
11922026-06-23T19:26:22.509Z Downloaded proc-macro-crate v3.5.0
11932026-06-23T19:26:22.513Z Downloaded progenitor-client v0.10.0
11942026-06-23T19:26:22.513Z Downloaded proc-macro-crate v1.3.1
11952026-06-23T19:26:22.513Z Downloaded futures v0.3.32
11962026-06-23T19:26:22.513Z Downloaded progenitor-client v0.14.0
11972026-06-23T19:26:22.559Z Downloaded getrandom v0.3.4
11982026-06-23T19:26:22.559Z Downloaded crossbeam-epoch v0.9.18
11992026-06-23T19:26:22.559Z Downloaded half v2.7.1
12002026-06-23T19:26:22.559Z Downloaded parse-display-derive v0.10.0
12012026-06-23T19:26:22.559Z Downloaded litemap v0.8.2
12022026-06-23T19:26:22.559Z Downloaded const-oid v0.10.2
12032026-06-23T19:26:22.559Z Downloaded oxide-tokio-rt v0.1.6
12042026-06-23T19:26:22.559Z Downloaded progenitor-macro v0.10.0
12052026-06-23T19:26:22.560Z Downloaded quick-error v1.2.3
12062026-06-23T19:26:22.560Z Downloaded progenitor-macro v0.14.0
12072026-06-23T19:26:22.560Z Downloaded progenitor-macro v0.13.0
12082026-06-23T19:26:22.560Z Downloaded owo-colors v4.3.0
12092026-06-23T19:26:22.560Z Downloaded num-rational v0.4.2
12102026-06-23T19:26:22.560Z Downloaded num-integer v0.1.46
12112026-06-23T19:26:22.560Z Downloaded rand_chacha v0.3.1
12122026-06-23T19:26:22.560Z Downloaded pem v3.0.6
12132026-06-23T19:26:22.560Z Downloaded paste v1.0.15
12142026-06-23T19:26:22.560Z Downloaded rand_xorshift v0.4.0
12152026-06-23T19:26:22.560Z Downloaded parking_lot_core v0.8.6
12162026-06-23T19:26:22.560Z Downloaded ref-cast-impl v1.0.25
12172026-06-23T19:26:22.560Z Downloaded getrandom v0.4.2
12182026-06-23T19:26:22.560Z Downloaded num-complex v0.4.6
12192026-06-23T19:26:22.560Z Downloaded const_format v0.2.36
12202026-06-23T19:26:22.565Z Downloaded libsw v3.5.0
12212026-06-23T19:26:22.565Z Downloaded oxnet v0.1.6
12222026-06-23T19:26:22.565Z Downloaded ref-cast v1.0.25
12232026-06-23T19:26:22.565Z Downloaded pkg-config v0.3.33
12242026-06-23T19:26:22.565Z Downloaded ingot v0.1.1
12252026-06-23T19:26:22.565Z Downloaded daft-derive v0.1.7
12262026-06-23T19:26:22.565Z Downloaded proc-macro-error v1.0.4
12272026-06-23T19:26:22.572Z Downloaded proc-macro-error2 v2.0.1
12282026-06-23T19:26:22.572Z Downloaded rustc_version v0.1.7
12292026-06-23T19:26:22.577Z Downloaded rustc-hash v2.1.2
12302026-06-23T19:26:22.577Z Downloaded poly1305 v0.8.0
12312026-06-23T19:26:22.577Z Downloaded progenitor v0.14.0
12322026-06-23T19:26:22.577Z Downloaded pin-project-internal v1.1.13
12332026-06-23T19:26:22.577Z Downloaded indexmap v1.9.3
12342026-06-23T19:26:22.581Z Downloaded rustc_version v0.4.1
12352026-06-23T19:26:22.581Z Downloaded progenitor v0.10.0
12362026-06-23T19:26:22.581Z Downloaded once_cell v1.21.4
12372026-06-23T19:26:22.584Z Downloaded parking_lot v0.12.5
12382026-06-23T19:26:22.584Z Downloaded progenitor-extras v0.2.0
12392026-06-23T19:26:22.587Z Downloaded progenitor-client v0.13.0
12402026-06-23T19:26:22.587Z Downloaded progenitor v0.13.0
12412026-06-23T19:26:22.587Z Downloaded num_enum v0.7.6
12422026-06-23T19:26:22.592Z Downloaded newtype-uuid v1.3.2
12432026-06-23T19:26:22.592Z Downloaded secrecy v0.10.3
12442026-06-23T19:26:22.595Z Downloaded same-file v1.0.6
12452026-06-23T19:26:22.595Z Downloaded num_enum_derive v0.7.6
12462026-06-23T19:26:22.595Z Downloaded iana-time-zone v0.1.65
12472026-06-23T19:26:22.600Z Downloaded scopeguard v1.2.0
12482026-06-23T19:26:22.600Z Downloaded elliptic-curve v0.13.8
12492026-06-23T19:26:22.604Z Downloaded quote v1.0.45
12502026-06-23T19:26:22.604Z Downloaded darling_core v0.23.0
12512026-06-23T19:26:22.613Z Downloaded heapless v0.8.0
12522026-06-23T19:26:22.618Z Downloaded semver v0.1.20
12532026-06-23T19:26:22.618Z Downloaded rand_core v0.6.4
12542026-06-23T19:26:22.618Z Downloaded bytes v1.11.1
12552026-06-23T19:26:22.618Z Downloaded serde_repr v0.1.20
12562026-06-23T19:26:22.618Z Downloaded rand_core v0.10.1
12572026-06-23T19:26:22.619Z Downloaded rand_core v0.9.5
12582026-06-23T19:26:22.619Z Downloaded log v0.4.32
12592026-06-23T19:26:22.622Z Downloaded icu_normalizer v2.2.0
12602026-06-23T19:26:22.625Z Downloaded scroll_derive v0.13.1
12612026-06-23T19:26:22.625Z Downloaded pest_derive v2.8.6
12622026-06-23T19:26:22.629Z Downloaded password-hash v0.5.0
12632026-06-23T19:26:22.630Z Downloaded crossbeam-channel v0.5.15
12642026-06-23T19:26:22.633Z Downloaded serde_urlencoded v0.7.1
12652026-06-23T19:26:22.633Z Downloaded pest_generator v2.8.6
12662026-06-23T19:26:22.633Z Downloaded serde_spanned v1.1.1
12672026-06-23T19:26:22.636Z Downloaded phf v0.12.1
12682026-06-23T19:26:22.636Z Downloaded scroll_derive v0.12.1
12692026-06-23T19:26:22.636Z Downloaded serde_spanned v0.6.9
12702026-06-23T19:26:22.639Z Downloaded serde_plain v1.0.2
12712026-06-23T19:26:22.639Z Downloaded pin-project-lite v0.2.17
12722026-06-23T19:26:22.644Z Downloaded sha1 v0.11.0
12732026-06-23T19:26:22.647Z Downloaded postcard v1.1.3
12742026-06-23T19:26:22.647Z Downloaded flate2 v1.1.9
12752026-06-23T19:26:22.650Z Downloaded sigpipe v0.1.3
12762026-06-23T19:26:22.650Z Downloaded sha1 v0.10.6
12772026-06-23T19:26:22.650Z Downloaded resolv-conf v0.7.6
12782026-06-23T19:26:22.655Z Downloaded icu_normalizer_data v2.2.0
12792026-06-23T19:26:22.655Z Downloaded serde-big-array v0.5.1
12802026-06-23T19:26:22.658Z Downloaded rustls-pemfile v2.2.0
12812026-06-23T19:26:22.658Z Downloaded num-traits v0.2.19
12822026-06-23T19:26:22.658Z Downloaded indicatif v0.18.4
12832026-06-23T19:26:22.665Z Downloaded rustls-native-certs v0.8.4
12842026-06-23T19:26:22.665Z Downloaded slog-envlogger v2.2.0
12852026-06-23T19:26:22.668Z Downloaded slog-bunyan v2.5.0
12862026-06-23T19:26:22.668Z Downloaded parking_lot_core v0.9.12
12872026-06-23T19:26:22.668Z Downloaded konst v0.2.20
12882026-06-23T19:26:22.668Z Downloaded siphasher v1.0.3
12892026-06-23T19:26:22.672Z Downloaded scroll v0.12.0
12902026-06-23T19:26:22.672Z Downloaded parking_lot v0.11.2
12912026-06-23T19:26:22.677Z Downloaded papergrid v0.18.0
12922026-06-23T19:26:22.677Z Downloaded icu_locale_core v2.2.0
12932026-06-23T19:26:22.680Z Downloaded scroll v0.13.0
12942026-06-23T19:26:22.680Z Downloaded rustversion v1.0.22
12952026-06-23T19:26:22.683Z Downloaded rand_chacha v0.9.0
12962026-06-23T19:26:22.683Z Downloaded crypto-bigint v0.5.5
12972026-06-23T19:26:22.687Z Downloaded chacha20poly1305 v0.10.1
12982026-06-23T19:26:22.690Z Downloaded base64 v0.21.7
12992026-06-23T19:26:22.694Z Downloaded serde_path_to_error v0.1.20
13002026-06-23T19:26:22.694Z Downloaded serde_derive_internals v0.29.1
13012026-06-23T19:26:22.694Z Downloaded papergrid v0.11.0
13022026-06-23T19:26:22.697Z Downloaded strsim v0.11.1
13032026-06-23T19:26:22.699Z Downloaded structmeta v0.3.0
13042026-06-23T19:26:22.699Z Downloaded swrite v0.1.0
13052026-06-23T19:26:22.699Z Downloaded spin v0.5.2
13062026-06-23T19:26:22.702Z Downloaded stable_deref_trait v1.2.1
13072026-06-23T19:26:22.702Z Downloaded smawk v0.3.2
13082026-06-23T19:26:22.702Z Downloaded schemars_derive v0.8.22
13092026-06-23T19:26:22.705Z Downloaded quinn-udp v0.5.14
13102026-06-23T19:26:22.705Z Downloaded darling_core v0.21.3
13112026-06-23T19:26:22.709Z Downloaded icu_provider v2.2.0
13122026-06-23T19:26:22.712Z Downloaded ppv-lite86 v0.2.21
13132026-06-23T19:26:22.712Z Downloaded memmap2 v0.9.10
13142026-06-23T19:26:22.716Z Downloaded pin-project v1.1.13
13152026-06-23T19:26:22.718Z Downloaded structmeta-derive v0.3.0
13162026-06-23T19:26:22.721Z Downloaded slab v0.4.12
13172026-06-23T19:26:22.722Z Downloaded proc-macro2 v1.0.106
13182026-06-23T19:26:22.724Z Downloaded tabwriter v1.4.1
13192026-06-23T19:26:22.724Z Downloaded tabled_derive v0.11.0
13202026-06-23T19:26:22.724Z Downloaded serde_tokenstream v0.2.3
13212026-06-23T19:26:22.727Z Downloaded signal-hook-registry v1.4.8
13222026-06-23T19:26:22.727Z Downloaded shlex v2.0.1
13232026-06-23T19:26:22.727Z Downloaded supports-color v3.0.2
13242026-06-23T19:26:22.730Z Downloaded rustls-pki-types v1.14.1
13252026-06-23T19:26:22.730Z Downloaded tagptr v0.2.0
13262026-06-23T19:26:22.733Z Downloaded tabled_derive v0.7.0
13272026-06-23T19:26:22.733Z Downloaded sync_wrapper v1.0.2
13282026-06-23T19:26:22.733Z Downloaded termtree v0.5.1
13292026-06-23T19:26:22.737Z Downloaded take_mut v0.2.2
13302026-06-23T19:26:22.737Z Downloaded icu_properties v2.2.0
13312026-06-23T19:26:22.737Z Downloaded terminal_size v0.4.4
13322026-06-23T19:26:22.740Z Downloaded expectorate v1.2.0
13332026-06-23T19:26:22.740Z Downloaded semver v1.0.28
13342026-06-23T19:26:22.743Z Downloaded progenitor-impl v0.14.0
13352026-06-23T19:26:22.743Z Downloaded icu_collections v2.2.0
13362026-06-23T19:26:22.745Z Downloaded progenitor-impl v0.10.0
13372026-06-23T19:26:22.748Z Downloaded openssl-sys v0.9.116
13382026-06-23T19:26:22.751Z Downloaded smartstring v1.0.1
13392026-06-23T19:26:22.751Z Downloaded slog-json v2.6.1
13402026-06-23T19:26:22.754Z Downloaded time-core v0.1.8
13412026-06-23T19:26:22.754Z Downloaded thiserror-impl-no-std v2.0.2
13422026-06-23T19:26:22.757Z Downloaded slog-dtrace v0.3.0
13432026-06-23T19:26:22.757Z Downloaded slog-async v2.8.0
13442026-06-23T19:26:22.758Z Downloaded slog-scope v4.4.1
13452026-06-23T19:26:22.760Z Downloaded http v1.4.1
13462026-06-23T19:26:22.760Z Downloaded rusty-fork v0.3.1
13472026-06-23T19:26:22.763Z Downloaded jiff-static v0.2.28
13482026-06-23T19:26:22.763Z Downloaded hickory-resolver v0.24.4
13492026-06-23T19:26:22.766Z Downloaded strum v0.26.3
13502026-06-23T19:26:22.770Z Downloaded hashbrown v0.12.3
13512026-06-23T19:26:22.771Z Downloaded static_assertions v1.1.0
13522026-06-23T19:26:22.773Z Downloaded slog-term v2.9.2
13532026-06-23T19:26:22.773Z Downloaded smf v0.2.3
13542026-06-23T19:26:22.773Z Downloaded subtle v2.6.1
13552026-06-23T19:26:22.773Z Downloaded miniz_oxide v0.8.9
13562026-06-23T19:26:22.776Z Downloaded snafu-derive v0.8.9
13572026-06-23T19:26:22.776Z Downloaded minimal-lexical v0.2.1
13582026-06-23T19:26:22.779Z Downloaded thread-id v5.1.0
13592026-06-23T19:26:22.779Z Downloaded tinyvec_macros v0.1.1
13602026-06-23T19:26:22.783Z Downloaded thread-id v4.2.2
13612026-06-23T19:26:22.783Z Downloaded bytecount v0.6.9
13622026-06-23T19:26:22.783Z Downloaded blake2 v0.10.6
13632026-06-23T19:26:22.786Z Downloaded backon v1.6.0
13642026-06-23T19:26:22.786Z Downloaded tokio-macros v2.7.0
13652026-06-23T19:26:22.786Z Downloaded synstructure v0.13.2
13662026-06-23T19:26:22.789Z Downloaded newline-converter v0.3.0
13672026-06-23T19:26:22.789Z Downloaded pest_meta v2.8.6
13682026-06-23T19:26:22.792Z Downloaded natord v1.0.9
13692026-06-23T19:26:22.792Z Downloaded memoffset v0.9.1
13702026-06-23T19:26:22.792Z Downloaded macaddr v1.0.1
13712026-06-23T19:26:22.792Z Downloaded strum_macros v0.27.2
13722026-06-23T19:26:22.795Z Downloaded sha2 v0.10.9
13732026-06-23T19:26:22.795Z Downloaded serde_with_macros v3.20.0
13742026-06-23T19:26:22.798Z Downloaded lru-cache v0.1.2
13752026-06-23T19:26:22.798Z Downloaded toml_datetime v0.6.11
13762026-06-23T19:26:22.798Z Downloaded ff v0.13.1
13772026-06-23T19:26:22.801Z Downloaded strum v0.27.2
13782026-06-23T19:26:22.801Z Downloaded simd-adler32 v0.3.9
13792026-06-23T19:26:22.804Z Downloaded prettyplease v0.2.37
13802026-06-23T19:26:22.804Z Downloaded hickory-resolver v0.25.2
13812026-06-23T19:26:22.807Z Downloaded strum_macros v0.26.4
13822026-06-23T19:26:22.810Z Downloaded schemars v0.8.22
13832026-06-23T19:26:22.814Z Downloaded toml_write v0.1.2
13842026-06-23T19:26:22.819Z Downloaded slog-stdlog v4.1.1
13852026-06-23T19:26:22.819Z Downloaded rhai_codegen v3.2.0
13862026-06-23T19:26:22.827Z Downloaded testing_table v0.3.0
13872026-06-23T19:26:22.827Z Downloaded thread_local v1.1.9
13882026-06-23T19:26:22.827Z Downloaded ryu v1.0.23
13892026-06-23T19:26:22.827Z Downloaded try-lock v0.2.5
13902026-06-23T19:26:22.827Z Downloaded rustls-platform-verifier v0.7.0
13912026-06-23T19:26:22.831Z Downloaded aho-corasick v1.1.4
13922026-06-23T19:26:22.831Z Downloaded typify-macro v0.4.3
13932026-06-23T19:26:22.831Z Downloaded thiserror v2.0.18
13942026-06-23T19:26:22.833Z Downloaded typify-macro v0.6.2
13952026-06-23T19:26:22.833Z Downloaded indexmap v2.14.0
13962026-06-23T19:26:22.836Z Downloaded thiserror v1.0.69
13972026-06-23T19:26:22.838Z Downloaded dropshot-api-manager v0.7.2
13982026-06-23T19:26:22.841Z Downloaded tiny-keccak v2.0.2
13992026-06-23T19:26:22.844Z Downloaded thiserror-no-std v2.0.2
14002026-06-23T19:26:22.847Z Downloaded tokio-tungstenite v0.21.0
14012026-06-23T19:26:22.847Z Downloaded cc v1.2.63
14022026-06-23T19:26:22.849Z Downloaded typeid v1.0.3
14032026-06-23T19:26:22.849Z Downloaded unicode-linebreak v0.1.5
14042026-06-23T19:26:22.852Z Downloaded unarray v0.1.4
14052026-06-23T19:26:22.852Z Downloaded tokio-dtrace v0.1.1
14062026-06-23T19:26:22.852Z Downloaded unicode-xid v0.2.6
14072026-06-23T19:26:22.855Z Downloaded tinystr v0.8.3
14082026-06-23T19:26:22.855Z Downloaded untrusted v0.9.0
14092026-06-23T19:26:22.855Z Downloaded untrusted v0.7.1
14102026-06-23T19:26:22.858Z Downloaded universal-hash v0.5.1
14112026-06-23T19:26:22.858Z Downloaded unit-prefix v0.5.2
14122026-06-23T19:26:22.858Z Downloaded memchr v2.8.1
14132026-06-23T19:26:22.860Z Downloaded tower-service v0.3.3
14142026-06-23T19:26:22.861Z Downloaded tower-layer v0.3.3
14152026-06-23T19:26:22.863Z Downloaded thiserror-impl v2.0.18
14162026-06-23T19:26:22.863Z Downloaded thiserror-impl v1.0.69
14172026-06-23T19:26:22.863Z Downloaded spin v0.9.8
14182026-06-23T19:26:22.866Z Downloaded smallvec v1.15.1
14192026-06-23T19:26:22.866Z Downloaded defmt-macros v1.1.0
14202026-06-23T19:26:22.869Z Downloaded globset v0.4.18
14212026-06-23T19:26:22.869Z Downloaded serde_derive v1.0.228
14222026-06-23T19:26:22.872Z Downloaded rayon-core v1.13.0
14232026-06-23T19:26:22.874Z Downloaded utf8parse v0.2.2
14242026-06-23T19:26:22.874Z Downloaded usdt-macro v0.5.0
14252026-06-23T19:26:22.874Z Downloaded usdt-attr-macro v0.6.0
14262026-06-23T19:26:22.874Z Downloaded usdt-macro v0.6.0
14272026-06-23T19:26:22.877Z Downloaded usdt-attr-macro v0.5.0
14282026-06-23T19:26:22.877Z Downloaded usdt v0.6.0
14292026-06-23T19:26:22.877Z Downloaded utf8_iter v1.0.4
14302026-06-23T19:26:22.877Z Downloaded usdt v0.5.0
14312026-06-23T19:26:22.877Z Downloaded glob v0.3.3
14322026-06-23T19:26:22.880Z Downloaded arc-swap v1.9.1
14332026-06-23T19:26:22.880Z Downloaded compression-codecs v0.4.38
14342026-06-23T19:26:22.883Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14352026-06-23T19:26:22.883Z Downloaded camino-tempfile v1.4.1
14362026-06-23T19:26:22.886Z Downloaded wait-timeout v0.2.1
14372026-06-23T19:26:22.886Z Downloaded cipher v0.4.4
14382026-06-23T19:26:22.886Z Downloaded waitgroup v0.1.2
14392026-06-23T19:26:22.888Z Downloaded tempfile v3.27.0
14402026-06-23T19:26:22.888Z Downloaded similar v2.7.0
14412026-06-23T19:26:22.891Z Downloaded version_check v0.9.5
14422026-06-23T19:26:22.898Z Downloaded toml_writer v1.1.1+spec-1.1.0
14432026-06-23T19:26:22.898Z Downloaded utf-8 v0.7.6
14442026-06-23T19:26:22.898Z Downloaded term v1.2.1
14452026-06-23T19:26:22.901Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14462026-06-23T19:26:22.901Z Downloaded qorb v0.4.1
14472026-06-23T19:26:22.901Z Downloaded thin-vec v0.2.18
14482026-06-23T19:26:22.901Z Downloaded progenitor-impl v0.13.0
14492026-06-23T19:26:22.901Z Downloaded serde_yaml v0.9.34+deprecated
14502026-06-23T19:26:22.904Z Downloaded byte-wrapper v0.1.0
14512026-06-23T19:26:22.904Z Downloaded base16ct v1.0.0
14522026-06-23T19:26:22.907Z Downloaded deranged v0.5.8
14532026-06-23T19:26:22.907Z Downloaded want v0.3.1
14542026-06-23T19:26:22.907Z Downloaded autocfg v1.5.1
14552026-06-23T19:26:22.910Z Downloaded base64ct v1.8.3
14562026-06-23T19:26:22.910Z Downloaded quinn v0.11.9
14572026-06-23T19:26:22.914Z Downloaded yoke-derive v0.8.2
14582026-06-23T19:26:22.914Z Downloaded fixedbitset v0.5.7
14592026-06-23T19:26:22.914Z Downloaded data-encoding v2.11.0
14602026-06-23T19:26:22.920Z Downloaded ciborium-ll v0.2.2
14612026-06-23T19:26:22.920Z Downloaded dyn-clone v1.0.20
14622026-06-23T19:26:22.920Z Downloaded dtrace-parser v0.3.0
14632026-06-23T19:26:22.920Z Downloaded dropshot-api-manager-types v0.7.2
14642026-06-23T19:26:22.920Z Downloaded bit-set v0.8.0
14652026-06-23T19:26:22.920Z Downloaded derive-where v1.6.1
14662026-06-23T19:26:22.923Z Downloaded hashbrown v0.16.1
14672026-06-23T19:26:22.923Z Downloaded socket2 v0.6.4
14682026-06-23T19:26:22.925Z Downloaded time-macros v0.2.27
14692026-06-23T19:26:22.926Z Downloaded crucible-workspace-hack v0.1.0
14702026-06-23T19:26:22.926Z Downloaded base16ct v0.2.0
14712026-06-23T19:26:22.928Z Downloaded foreign-types-macros v0.2.3
14722026-06-23T19:26:22.928Z Downloaded crunchy v0.2.4
14732026-06-23T19:26:22.928Z Downloaded convert_case v0.4.0
14742026-06-23T19:26:22.929Z Downloaded zeroize_derive v1.4.3
14752026-06-23T19:26:22.929Z Downloaded const-random-macro v0.1.16
14762026-06-23T19:26:22.933Z Downloaded compression-core v0.4.32
14772026-06-23T19:26:22.933Z Downloaded clap_lex v1.1.0
14782026-06-23T19:26:22.933Z Downloaded block-buffer v0.10.4
14792026-06-23T19:26:22.933Z Downloaded bitflags v2.12.1
14802026-06-23T19:26:22.936Z Downloaded derive-ex v0.1.8
14812026-06-23T19:26:22.936Z Downloaded ahash v0.8.12
14822026-06-23T19:26:22.936Z Downloaded zerofrom-derive v0.1.7
14832026-06-23T19:26:22.937Z Downloaded tokio-stream v0.1.18
14842026-06-23T19:26:22.940Z Downloaded tokio-rustls v0.26.4
14852026-06-23T19:26:22.942Z Downloaded zone v0.3.1
14862026-06-23T19:26:22.942Z Downloaded serde_core v1.0.228
14872026-06-23T19:26:22.943Z Downloaded zone_cfg_derive v0.3.1
14882026-06-23T19:26:22.943Z Downloaded usdt-impl v0.6.0
14892026-06-23T19:26:22.945Z Downloaded usdt-impl v0.5.0
14902026-06-23T19:26:22.945Z Downloaded rand v0.8.6
14912026-06-23T19:26:22.948Z Downloaded zerofrom v0.1.8
14922026-06-23T19:26:22.948Z Downloaded base64 v0.22.1
14932026-06-23T19:26:22.951Z Downloaded h2 v0.4.14
14942026-06-23T19:26:22.954Z Downloaded anstyle-parse v1.0.0
14952026-06-23T19:26:22.954Z Downloaded mio v1.2.1
14962026-06-23T19:26:22.957Z Downloaded walkdir v2.5.0
14972026-06-23T19:26:22.960Z Downloaded erased-serde v0.3.31
14982026-06-23T19:26:22.960Z Downloaded rustls-webpki v0.103.13
14992026-06-23T19:26:22.963Z Downloaded hyper-util v0.1.20
15002026-06-23T19:26:22.965Z Downloaded toml_parser v1.1.2+spec-1.1.0
15012026-06-23T19:26:22.965Z Downloaded digest v0.11.3
15022026-06-23T19:26:22.969Z Downloaded cancel-safe-futures v0.1.5
15032026-06-23T19:26:22.969Z Downloaded slog v2.8.2
15042026-06-23T19:26:22.972Z Downloaded whoami v1.6.1
15052026-06-23T19:26:22.972Z Downloaded schemars v0.9.0
15062026-06-23T19:26:22.977Z Downloaded xz2 v0.1.7
15072026-06-23T19:26:22.980Z Downloaded tracing-attributes v0.1.31
15082026-06-23T19:26:22.980Z Downloaded vsss-rs v3.3.4
15092026-06-23T19:26:22.983Z Downloaded textwrap v0.16.2
15102026-06-23T19:26:22.983Z Downloaded hashbrown v0.15.5
15112026-06-23T19:26:22.986Z Downloaded writeable v0.6.3
15122026-06-23T19:26:22.990Z Downloaded rand v0.9.4
15132026-06-23T19:26:22.990Z Downloaded tinyvec v1.11.0
15142026-06-23T19:26:22.995Z Downloaded nom v7.1.3
15152026-06-23T19:26:22.998Z Downloaded zeroize v1.8.2
15162026-06-23T19:26:22.998Z Downloaded snafu v0.8.9
15172026-06-23T19:26:22.998Z Downloaded anyhow v1.0.102
15182026-06-23T19:26:23.001Z Downloaded cpufeatures v0.2.17
15192026-06-23T19:26:23.001Z Downloaded toml v0.9.12+spec-1.1.0
15202026-06-23T19:26:23.004Z Downloaded zerovec-derive v0.11.3
15212026-06-23T19:26:23.004Z Downloaded toml v0.8.23
15222026-06-23T19:26:23.008Z Downloaded foreign-types v0.5.0
15232026-06-23T19:26:23.008Z Downloaded const_format_proc_macros v0.2.34
15242026-06-23T19:26:23.008Z Downloaded backoff v0.4.0
15252026-06-23T19:26:23.011Z Downloaded aead v0.5.2
15262026-06-23T19:26:23.014Z Downloaded itertools v0.12.1
15272026-06-23T19:26:23.018Z Downloaded zmij v1.0.21
15282026-06-23T19:26:23.021Z Downloaded test-strategy v0.4.5
15292026-06-23T19:26:23.021Z Downloaded schemars v1.2.1
15302026-06-23T19:26:23.028Z Downloaded tungstenite v0.21.0
15312026-06-23T19:26:23.031Z Downloaded zerocopy-derive v0.7.35
15322026-06-23T19:26:23.034Z Downloaded idna v1.1.0
15332026-06-23T19:26:23.034Z Downloaded hyper v1.10.1
15342026-06-23T19:26:23.040Z Downloaded ucd-trie v0.1.7
15352026-06-23T19:26:23.042Z Downloaded tracing-core v0.1.36
15362026-06-23T19:26:23.045Z Downloaded serde v1.0.228
15372026-06-23T19:26:23.049Z Downloaded yoke v0.8.3
15382026-06-23T19:26:23.049Z Downloaded toml v1.1.2+spec-1.1.0
15392026-06-23T19:26:23.052Z Downloaded hashbrown v0.17.1
15402026-06-23T19:26:23.054Z Downloaded pest v2.8.6
15412026-06-23T19:26:23.057Z Downloaded goblin v0.8.2
15422026-06-23T19:26:23.060Z Downloaded typify v0.6.2
15432026-06-23T19:26:23.063Z Downloaded typify v0.4.3
15442026-06-23T19:26:23.063Z Downloaded toml_edit v0.25.12+spec-1.1.0
15452026-06-23T19:26:23.066Z Downloaded unicode-ident v1.0.24
15462026-06-23T19:26:23.068Z Downloaded toml_edit v0.22.27
15472026-06-23T19:26:23.068Z Downloaded rand v0.10.1
15482026-06-23T19:26:23.076Z Downloaded itertools v0.14.0
15492026-06-23T19:26:23.080Z Downloaded nom v8.0.0
15502026-06-23T19:26:23.083Z Downloaded libm v0.2.16
15512026-06-23T19:26:23.087Z Downloaded unsafe-libyaml v0.2.11
15522026-06-23T19:26:23.090Z Downloaded futures-util v0.3.32
15532026-06-23T19:26:23.096Z Downloaded steno v0.4.1
15542026-06-23T19:26:23.099Z Downloaded toml_edit v0.19.15
15552026-06-23T19:26:23.106Z Downloaded hkdf v0.12.4
15562026-06-23T19:26:23.108Z Downloaded uuid v1.23.2
15572026-06-23T19:26:23.111Z Downloaded icu_properties_data v2.2.0
15582026-06-23T19:26:23.116Z Downloaded ron v0.12.1
15592026-06-23T19:26:23.131Z Downloaded clap_builder v4.6.0
15602026-06-23T19:26:23.145Z Downloaded iddqd v0.4.2
15612026-06-23T19:26:23.150Z Downloaded url v2.5.8
15622026-06-23T19:26:23.161Z Downloaded typed-path v0.9.3
15632026-06-23T19:26:23.163Z Downloaded typenum v1.20.1
15642026-06-23T19:26:23.168Z Downloaded zerocopy-derive v0.8.50
15652026-06-23T19:26:23.172Z Downloaded zerotrie v0.2.4
15662026-06-23T19:26:23.175Z Downloaded regex v1.12.3
15672026-06-23T19:26:23.178Z Downloaded unicode-segmentation v1.13.3
15682026-06-23T19:26:23.181Z Downloaded reqwest v0.12.28
15692026-06-23T19:26:23.201Z Downloaded portable-atomic v1.13.1
15702026-06-23T19:26:23.213Z Downloaded reqwest v0.13.4
15712026-06-23T19:26:23.225Z Downloaded serde_json v1.0.150
15722026-06-23T19:26:23.233Z Downloaded rayon v1.12.0
15732026-06-23T19:26:23.237Z Downloaded tokio-util v0.7.18
15742026-06-23T19:26:23.244Z Downloaded tower v0.5.3
15752026-06-23T19:26:23.249Z Downloaded unicode-normalization v0.1.25
15762026-06-23T19:26:23.274Z Downloaded tough v0.22.0
15772026-06-23T19:26:23.279Z Downloaded proptest v1.11.0
15782026-06-23T19:26:23.284Z Downloaded tower-http v0.6.11
15792026-06-23T19:26:23.288Z Downloaded moka v0.12.15
15802026-06-23T19:26:23.292Z Downloaded chrono v0.4.45
15812026-06-23T19:26:23.296Z Downloaded aws-lc-rs v1.17.0
15822026-06-23T19:26:23.306Z Downloaded zerocopy v0.7.35
15832026-06-23T19:26:23.315Z Downloaded winnow v0.5.40
15842026-06-23T19:26:23.326Z Downloaded serde_with v3.20.0
15852026-06-23T19:26:23.337Z Downloaded tabled v0.15.0
15862026-06-23T19:26:23.345Z Downloaded winnow v1.0.3
15872026-06-23T19:26:23.353Z Downloaded quinn-proto v0.11.14
15882026-06-23T19:26:23.357Z Downloaded syn v1.0.109
15892026-06-23T19:26:23.364Z Downloaded zerovec v0.11.6
15902026-06-23T19:26:23.367Z Downloaded winnow v0.7.15
15912026-06-23T19:26:23.372Z Downloaded tabled v0.21.0
15922026-06-23T19:26:23.382Z Downloaded goblin v0.10.7
15932026-06-23T19:26:23.386Z Downloaded curve25519-dalek v4.1.3
15942026-06-23T19:26:23.390Z Downloaded time v0.3.47
15952026-06-23T19:26:23.413Z Downloaded openssl v0.10.80
15962026-06-23T19:26:23.419Z Downloaded webpki-roots v1.0.7
15972026-06-23T19:26:23.433Z Downloaded dropshot v0.17.1
15982026-06-23T19:26:23.445Z Downloaded hickory-proto v0.24.4
15992026-06-23T19:26:23.453Z Downloaded bstr v1.12.1
16002026-06-23T19:26:23.460Z Downloaded vcpkg v0.2.15
16012026-06-23T19:26:23.479Z Downloaded unicode-width v0.1.14
16022026-06-23T19:26:23.482Z Downloaded regress v0.11.1
16032026-06-23T19:26:23.487Z Downloaded regex-syntax v0.8.10
16042026-06-23T19:26:23.491Z Downloaded openapiv3 v2.2.0
16052026-06-23T19:26:23.497Z Downloaded zerocopy v0.8.50
16062026-06-23T19:26:23.507Z Downloaded hickory-proto v0.25.2
16072026-06-23T19:26:23.515Z Downloaded smoltcp v0.11.0
16082026-06-23T19:26:23.521Z Downloaded rhai v1.25.1
16092026-06-23T19:26:23.528Z Downloaded regress v0.10.5
16102026-06-23T19:26:23.533Z Downloaded syn v2.0.117
16112026-06-23T19:26:23.538Z Downloaded unicode-width v0.2.2
16122026-06-23T19:26:23.542Z Downloaded nix v0.31.3
16132026-06-23T19:26:23.548Z Downloaded rustls v0.23.40
16142026-06-23T19:26:23.598Z Downloaded rustix v0.38.44
16152026-06-23T19:26:23.598Z Downloaded typify-impl v0.6.2
16162026-06-23T19:26:23.598Z Downloaded tracing v0.1.44
16172026-06-23T19:26:23.598Z Downloaded rustix v1.1.4
16182026-06-23T19:26:23.603Z Downloaded sled v0.34.7
16192026-06-23T19:26:23.609Z Downloaded typify-impl v0.4.3
16202026-06-23T19:26:23.617Z Downloaded regex-automata v0.4.14
16212026-06-23T19:26:23.625Z Downloaded petgraph v0.6.5
16222026-06-23T19:26:23.688Z Downloaded sha3 v0.10.9
16232026-06-23T19:26:23.694Z Downloaded tokio v1.52.3
16242026-06-23T19:26:23.712Z Downloaded chrono-tz v0.10.4
16252026-06-23T19:26:23.730Z Downloaded jiff v0.2.28
16262026-06-23T19:26:23.739Z Downloaded lzma-sys v0.1.20
16272026-06-23T19:26:23.754Z Downloaded petgraph v0.8.3
16282026-06-23T19:26:23.766Z Downloaded libc v0.2.186
16292026-06-23T19:26:23.783Z Downloaded csv v1.4.0
16302026-06-23T19:26:23.794Z Downloaded encoding_rs v0.8.35
16312026-06-23T19:26:23.822Z Downloaded ring v0.17.14
16322026-06-23T19:26:24.349Z Downloaded aws-lc-sys v0.41.0
16332026-06-23T19:26:24.695Z Compiling proc-macro2 v1.0.106
16342026-06-23T19:26:24.695Z Compiling quote v1.0.45
16352026-06-23T19:26:24.695Z Compiling unicode-ident v1.0.24
16362026-06-23T19:26:24.695Z Compiling serde_core v1.0.228
16372026-06-23T19:26:24.695Z Compiling serde v1.0.228
16382026-06-23T19:26:24.700Z Compiling libc v0.2.186
16392026-06-23T19:26:24.700Z Compiling cfg-if v1.0.4
16402026-06-23T19:26:25.169Z Compiling zmij v1.0.21
16412026-06-23T19:26:25.190Z Compiling autocfg v1.5.1
16422026-06-23T19:26:25.340Z Compiling memchr v2.8.1
16432026-06-23T19:26:25.340Z Compiling libm v0.2.16
16442026-06-23T19:26:25.742Z Compiling itoa v1.0.18
16452026-06-23T19:26:25.832Z Compiling icu_properties_data v2.2.0
16462026-06-23T19:26:25.993Z Compiling icu_normalizer_data v2.2.0
16472026-06-23T19:26:26.087Z Compiling version_check v0.9.5
16482026-06-23T19:26:26.131Z Compiling stable_deref_trait v1.2.1
16492026-06-23T19:26:26.218Z Compiling syn v2.0.117
16502026-06-23T19:26:26.250Z Compiling serde_json v1.0.150
16512026-06-23T19:26:26.301Z Compiling writeable v0.6.3
16522026-06-23T19:26:26.367Z Compiling litemap v0.8.2
16532026-06-23T19:26:26.570Z Compiling parking_lot_core v0.9.12
16542026-06-23T19:26:26.657Z Compiling num-traits v0.2.19
16552026-06-23T19:26:26.686Z Compiling utf8_iter v1.0.4
16562026-06-23T19:26:26.886Z Compiling percent-encoding v2.3.2
16572026-06-23T19:26:27.080Z Compiling thiserror v2.0.18
16582026-06-23T19:26:27.100Z Compiling form_urlencoded v1.2.2
16592026-06-23T19:26:27.123Z Compiling getrandom v0.4.2
16602026-06-23T19:26:27.222Z Compiling rand_core v0.10.1
16612026-06-23T19:26:27.326Z Compiling zerocopy v0.8.50
16622026-06-23T19:26:27.379Z Compiling errno v0.3.14
16632026-06-23T19:26:27.477Z Compiling heck v0.5.0
16642026-06-23T19:26:27.545Z Compiling iana-time-zone v0.1.65
16652026-06-23T19:26:27.731Z Compiling uuid v1.23.2
16662026-06-23T19:26:27.917Z Compiling jobserver v0.1.34
16672026-06-23T19:26:28.008Z Compiling shlex v2.0.1
16682026-06-23T19:26:28.202Z Compiling find-msvc-tools v0.1.9
16692026-06-23T19:26:28.252Z Compiling rustversion v1.0.22
16702026-06-23T19:26:28.372Z Compiling semver v1.0.28
16712026-06-23T19:26:28.405Z Compiling dyn-clone v1.0.20
16722026-06-23T19:26:28.469Z Compiling cc v1.2.63
16732026-06-23T19:26:28.558Z Compiling schemars v0.8.22
16742026-06-23T19:26:28.680Z Compiling pin-project-lite v0.2.17
16752026-06-23T19:26:28.764Z Compiling getrandom v0.2.17
16762026-06-23T19:26:28.855Z Compiling scopeguard v1.2.0
16772026-06-23T19:26:28.977Z Compiling lock_api v0.4.14
16782026-06-23T19:26:28.998Z Compiling bitflags v2.12.1
16792026-06-23T19:26:29.075Z Compiling socket2 v0.6.4
16802026-06-23T19:26:29.161Z Compiling synstructure v0.13.2
16812026-06-23T19:26:29.228Z Compiling serde_derive_internals v0.29.1
16822026-06-23T19:26:29.309Z Compiling cmake v0.1.58
16832026-06-23T19:26:29.420Z Compiling signal-hook-registry v1.4.8
16842026-06-23T19:26:29.649Z Compiling mio v1.2.1
16852026-06-23T19:26:29.652Z Compiling dunce v1.0.5
16862026-06-23T19:26:29.732Z Compiling fs_extra v1.3.0
16872026-06-23T19:26:29.765Z Compiling portable-atomic v1.13.1
16882026-06-23T19:26:29.857Z Compiling log v0.4.32
16892026-06-23T19:26:29.902Z Compiling critical-section v1.2.0
16902026-06-23T19:26:29.919Z Compiling futures-core v0.3.32
16912026-06-23T19:26:29.998Z Compiling aws-lc-sys v0.41.0
16922026-06-23T19:26:30.014Z Compiling subtle v2.6.1
16932026-06-23T19:26:30.075Z Compiling equivalent v1.0.2
16942026-06-23T19:26:30.167Z Compiling httparse v1.10.1
16952026-06-23T19:26:30.183Z Compiling futures-sink v0.3.32
16962026-06-23T19:26:30.301Z Compiling slab v0.4.12
16972026-06-23T19:26:30.334Z Compiling serde_derive v1.0.228
16982026-06-23T19:26:30.351Z Compiling zerofrom-derive v0.1.7
16992026-06-23T19:26:30.354Z Compiling yoke-derive v0.8.2
17002026-06-23T19:26:30.495Z Compiling zerovec-derive v0.11.3
17012026-06-23T19:26:30.516Z Compiling displaydoc v0.2.6
17022026-06-23T19:26:30.535Z Compiling schemars_derive v0.8.22
17032026-06-23T19:26:30.868Z Compiling thiserror-impl v2.0.18
17042026-06-23T19:26:31.008Z Compiling tokio-macros v2.7.0
17052026-06-23T19:26:31.349Z Compiling zerocopy-derive v0.8.50
17062026-06-23T19:26:31.471Z Compiling zeroize_derive v1.4.3
17072026-06-23T19:26:31.583Z Compiling zerofrom v0.1.8
17082026-06-23T19:26:31.637Z Compiling futures-macro v0.3.32
17092026-06-23T19:26:31.717Z Compiling yoke v0.8.3
17102026-06-23T19:26:31.771Z Compiling once_cell v1.21.4
17112026-06-23T19:26:31.789Z Compiling ucd-trie v0.1.7
17122026-06-23T19:26:31.917Z Compiling zerovec v0.11.6
17132026-06-23T19:26:32.014Z Compiling zerotrie v0.2.4
17142026-06-23T19:26:32.017Z Compiling rustix v1.1.4
17152026-06-23T19:26:32.174Z Compiling zeroize v1.8.2
17162026-06-23T19:26:32.351Z Compiling thiserror v1.0.69
17172026-06-23T19:26:32.405Z Compiling pest v2.8.6
17182026-06-23T19:26:32.421Z Compiling typenum v1.20.1
17192026-06-23T19:26:32.458Z Compiling tinystr v0.8.3
17202026-06-23T19:26:32.475Z Compiling potential_utf v0.1.5
17212026-06-23T19:26:32.507Z Compiling thiserror-impl v1.0.69
17222026-06-23T19:26:32.678Z Compiling icu_locale_core v2.2.0
17232026-06-23T19:26:32.694Z Compiling icu_collections v2.2.0
17242026-06-23T19:26:32.697Z Compiling futures-channel v0.3.32
17252026-06-23T19:26:32.964Z Compiling futures-io v0.3.32
17262026-06-23T19:26:33.259Z Compiling futures-task v0.3.32
17272026-06-23T19:26:33.400Z Compiling futures-util v0.3.32
17282026-06-23T19:26:33.460Z Compiling icu_provider v2.2.0
17292026-06-23T19:26:33.599Z Compiling smallvec v1.15.1
17302026-06-23T19:26:33.655Z Compiling bytes v1.11.1
17312026-06-23T19:26:33.658Z Compiling chrono v0.4.45
17322026-06-23T19:26:33.658Z Compiling serde_tokenstream v0.2.3
17332026-06-23T19:26:33.877Z Compiling icu_normalizer v2.2.0
17342026-06-23T19:26:33.975Z Compiling icu_properties v2.2.0
17352026-06-23T19:26:34.454Z Compiling parking_lot v0.12.5
17362026-06-23T19:26:35.029Z Compiling idna_adapter v1.2.2
17372026-06-23T19:26:35.123Z Compiling tokio v1.52.3
17382026-06-23T19:26:35.181Z Compiling idna v1.1.0
17392026-06-23T19:26:35.323Z Compiling pest_meta v2.8.6
17402026-06-23T19:26:35.520Z Compiling url v2.5.8
17412026-06-23T19:26:35.539Z Compiling regex-syntax v0.8.10
17422026-06-23T19:26:35.982Z Compiling pest_generator v2.8.6
17432026-06-23T19:26:36.066Z Compiling getrandom v0.3.4
17442026-06-23T19:26:36.605Z Compiling strsim v0.11.1
17452026-06-23T19:26:36.624Z Compiling pest_derive v2.8.6
17462026-06-23T19:26:36.900Z Compiling rand_core v0.6.4
17472026-06-23T19:26:37.119Z Compiling aho-corasick v1.1.4
17482026-06-23T19:26:37.159Z Compiling hashbrown v0.17.1
17492026-06-23T19:26:37.177Z Compiling byteorder v1.5.0
17502026-06-23T19:26:37.298Z Compiling tracing-core v0.1.36
17512026-06-23T19:26:37.442Z Compiling ipnetwork v0.21.1
17522026-06-23T19:26:37.595Z Compiling tracing-attributes v0.1.31
17532026-06-23T19:26:37.831Z Compiling indexmap v2.14.0
17542026-06-23T19:26:38.086Z Compiling regex-automata v0.4.14
17552026-06-23T19:26:38.321Z Compiling ident_case v1.0.1
17562026-06-23T19:26:38.455Z Compiling slog v2.8.2
17572026-06-23T19:26:38.715Z Compiling paste v1.0.15
17582026-06-23T19:26:38.769Z Compiling base64 v0.22.1
17592026-06-23T19:26:38.821Z Compiling tracing v0.1.44
17602026-06-23T19:26:39.010Z Compiling fnv v1.0.7
17612026-06-23T19:26:39.026Z Compiling anyhow v1.0.102
17622026-06-23T19:26:39.225Z Compiling erased-serde v0.3.31
17632026-06-23T19:26:39.364Z Compiling omicron-workspace-hack v0.1.0
17642026-06-23T19:26:39.710Z Compiling regex v1.12.3
17652026-06-23T19:26:40.112Z Compiling http v1.4.1
17662026-06-23T19:26:40.559Z Compiling oxnet v0.1.6
17672026-06-23T19:26:40.619Z Compiling rustls-pki-types v1.14.1
17682026-06-23T19:26:41.318Z Compiling scroll_derive v0.13.1
17692026-06-23T19:26:41.467Z Compiling ring v0.17.14
17702026-06-23T19:26:41.785Z Compiling num-conv v0.2.2
17712026-06-23T19:26:41.927Z Compiling aws-lc-rs v1.17.0
17722026-06-23T19:26:41.943Z Compiling time-core v0.1.8
17732026-06-23T19:26:42.093Z Compiling time-macros v0.2.27
17742026-06-23T19:26:42.245Z Compiling tokio-util v0.7.18
17752026-06-23T19:26:42.631Z Compiling untrusted v0.7.1
17762026-06-23T19:26:42.763Z Compiling untrusted v0.9.0
17772026-06-23T19:26:42.900Z Compiling ipnet v2.12.0
17782026-06-23T19:26:43.115Z Compiling ppv-lite86 v0.2.21
17792026-06-23T19:26:43.447Z Compiling daft-derive v0.1.7
17802026-06-23T19:26:43.532Z Compiling async-trait v0.1.89
17812026-06-23T19:26:43.670Z Compiling camino v1.2.2
17822026-06-23T19:26:44.013Z Compiling rustls v0.23.40
17832026-06-23T19:26:44.051Z Compiling crc32fast v1.5.0
17842026-06-23T19:26:44.244Z Compiling http-body v1.0.1
17852026-06-23T19:26:44.403Z Compiling atomic-waker v1.1.2
17862026-06-23T19:26:44.421Z Compiling pretty-hex v0.4.2
17872026-06-23T19:26:44.469Z Compiling crossbeam-utils v0.8.21
17882026-06-23T19:26:44.488Z Compiling usdt-impl v0.6.0
17892026-06-23T19:26:44.745Z Compiling scroll v0.13.0
17902026-06-23T19:26:44.801Z Compiling ryu v1.0.23
17912026-06-23T19:26:45.007Z Compiling try-lock v0.2.5
17922026-06-23T19:26:45.024Z Compiling tower-layer v0.3.3
17932026-06-23T19:26:45.124Z Compiling tower-service v0.3.3
17942026-06-23T19:26:45.218Z Compiling plain v0.2.3
17952026-06-23T19:26:45.235Z Compiling want v0.3.1
17962026-06-23T19:26:45.336Z Compiling goblin v0.10.7
17972026-06-23T19:26:45.408Z Compiling h2 v0.4.14
17982026-06-23T19:26:46.096Z Compiling httpdate v1.0.3
17992026-06-23T19:26:46.418Z Compiling slog-async v2.8.0
18002026-06-23T19:26:46.764Z Compiling dtrace-parser v0.3.0
18012026-06-23T19:26:46.898Z Compiling thread-id v5.1.0
18022026-06-23T19:26:46.987Z Compiling ref-cast v1.0.25
18032026-06-23T19:26:47.798Z Compiling hyper v1.10.1
18042026-06-23T19:26:49.021Z Compiling dof v0.4.0
18052026-06-23T19:26:49.115Z Compiling hyper-util v0.1.20
18062026-06-23T19:26:51.026Z Compiling rand_core v0.9.5
18072026-06-23T19:26:51.194Z Compiling serde_urlencoded v0.7.1
18082026-06-23T19:26:51.302Z Compiling http-body-util v0.1.3
18092026-06-23T19:26:51.497Z Compiling ref-cast-impl v1.0.25
18102026-06-23T19:26:51.578Z Compiling syn v1.0.109
18112026-06-23T19:26:51.930Z Compiling usdt-attr-macro v0.6.0
18122026-06-23T19:26:52.000Z Compiling usdt-macro v0.6.0
18132026-06-23T19:26:52.112Z Compiling structmeta-derive v0.3.0
18142026-06-23T19:26:52.882Z Compiling multer v3.1.0
18152026-06-23T19:26:53.136Z Compiling allocator-api2 v0.2.21
18162026-06-23T19:26:53.153Z Compiling foldhash v0.2.0
18172026-06-23T19:26:53.185Z Compiling powerfmt v0.2.0
18182026-06-23T19:26:53.223Z Compiling structmeta v0.3.0
18192026-06-23T19:26:53.420Z Compiling deranged v0.5.8
18202026-06-23T19:26:53.423Z Compiling rand_chacha v0.9.0
18212026-06-23T19:26:53.505Z Compiling hashbrown v0.16.1
18222026-06-23T19:26:53.839Z Compiling darling_core v0.23.0
18232026-06-23T19:26:53.989Z Compiling newtype-uuid-macros v0.1.0
18242026-06-23T19:26:54.227Z Compiling num_threads v0.1.7
18252026-06-23T19:26:54.494Z Compiling time v0.3.47
18262026-06-23T19:26:54.512Z Compiling rand v0.9.4
18272026-06-23T19:26:54.778Z Compiling newtype-uuid v1.3.2
18282026-06-23T19:26:55.210Z Compiling async-stream-impl v0.3.6
18292026-06-23T19:26:55.709Z Compiling strum_macros v0.26.4
18302026-06-23T19:26:55.728Z Compiling sync_wrapper v1.0.2
18312026-06-23T19:26:55.847Z Compiling dropshot v0.17.1
18322026-06-23T19:26:55.898Z Compiling darling_macro v0.23.0
18332026-06-23T19:26:56.100Z Compiling hex v0.4.3
18342026-06-23T19:26:56.397Z Compiling tower v0.5.3
18352026-06-23T19:26:56.499Z Compiling darling v0.23.0
18362026-06-23T19:26:56.573Z Compiling daft v0.1.7
18372026-06-23T19:26:56.592Z Compiling crossbeam-channel v0.5.15
18382026-06-23T19:26:57.034Z Compiling webpki-roots v1.0.7
18392026-06-23T19:26:57.163Z Compiling openapiv3 v2.2.0
18402026-06-23T19:26:57.340Z Compiling generic-array v0.14.7
18412026-06-23T19:26:57.596Z Compiling fastrand v2.4.1
18422026-06-23T19:26:57.931Z Compiling tower-http v0.6.11
18432026-06-23T19:26:58.078Z Compiling serde_with_macros v3.20.0
18442026-06-23T19:26:58.604Z Compiling futures-executor v0.3.32
18452026-06-23T19:26:58.607Z Compiling dropshot_endpoint v0.17.1
18462026-06-23T19:26:59.102Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18472026-06-23T19:26:59.200Z Compiling thread_local v1.1.9
18482026-06-23T19:26:59.298Z Compiling openssl-probe v0.2.1
18492026-06-23T19:26:59.539Z Compiling cpufeatures v0.3.0
18502026-06-23T19:26:59.586Z Compiling rustls-native-certs v0.8.4
18512026-06-23T19:26:59.626Z Compiling futures v0.3.32
18522026-06-23T19:27:00.242Z Compiling derive-ex v0.1.8
18532026-06-23T19:27:00.379Z Compiling strum_macros v0.27.2
18542026-06-23T19:27:00.415Z Compiling is-terminal v0.4.17
18552026-06-23T19:27:00.527Z Compiling winnow v1.0.3
18562026-06-23T19:27:01.048Z Compiling term v1.2.1
18572026-06-23T19:27:01.848Z Compiling take_mut v0.2.2
18582026-06-23T19:27:02.025Z Compiling test-strategy v0.4.5
18592026-06-23T19:27:02.224Z Compiling slog-term v2.9.2
18602026-06-23T19:27:03.179Z Compiling tempfile v3.27.0
18612026-06-23T19:27:03.540Z Compiling macaddr v1.0.1
18622026-06-23T19:27:03.745Z Compiling hybrid-array v0.4.12
18632026-06-23T19:27:03.913Z Compiling match_cfg v0.1.0
18642026-06-23T19:27:04.007Z Compiling adler2 v2.0.1
18652026-06-23T19:27:04.144Z Compiling simd-adler32 v0.3.9
18662026-06-23T19:27:04.173Z Compiling hostname v0.3.1
18672026-06-23T19:27:04.335Z Compiling miniz_oxide v0.8.9
18682026-06-23T19:27:05.098Z Compiling slog-json v2.6.1
18692026-06-23T19:27:05.380Z Compiling memmap2 v0.9.10
18702026-06-23T19:27:05.748Z Compiling usdt v0.6.0
18712026-06-23T19:27:05.913Z Compiling slog-bunyan v2.5.0
18722026-06-23T19:27:06.033Z Compiling flate2 v1.1.9
18732026-06-23T19:27:06.103Z Compiling block-buffer v0.12.0
18742026-06-23T19:27:06.290Z Compiling crypto-common v0.2.2
18752026-06-23T19:27:06.395Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18762026-06-23T19:27:06.592Z Compiling either v1.16.0
18772026-06-23T19:27:06.610Z Compiling debug-ignore v1.0.5
18782026-06-23T19:27:06.728Z Compiling const-oid v0.10.2
18792026-06-23T19:27:06.913Z Compiling compression-core v0.4.32
18802026-06-23T19:27:07.032Z Compiling digest v0.11.3
18812026-06-23T19:27:07.093Z Compiling compression-codecs v0.4.38
18822026-06-23T19:27:07.233Z Compiling toml_parser v1.1.2+spec-1.1.0
18832026-06-23T19:27:07.444Z Compiling crypto-common v0.1.7
18842026-06-23T19:27:07.502Z Compiling parse-display-derive v0.10.0
18852026-06-23T19:27:07.550Z Compiling rand_chacha v0.3.1
18862026-06-23T19:27:07.591Z Compiling toml_datetime v1.1.1+spec-1.1.0
18872026-06-23T19:27:07.698Z Compiling serde_spanned v1.1.1
18882026-06-23T19:27:07.858Z Compiling encoding_rs v0.8.35
18892026-06-23T19:27:08.026Z Compiling toml_writer v1.1.1+spec-1.1.0
18902026-06-23T19:27:08.185Z Compiling spin v0.9.8
18912026-06-23T19:27:08.199Z Compiling mime v0.3.17
18922026-06-23T19:27:08.278Z Compiling toml v1.1.2+spec-1.1.0
18932026-06-23T19:27:08.512Z Compiling rand v0.8.6
18942026-06-23T19:27:08.677Z Compiling async-compression v0.4.42
18952026-06-23T19:27:08.886Z Compiling sha1 v0.11.0
18962026-06-23T19:27:09.153Z Compiling strum v0.26.3
18972026-06-23T19:27:09.278Z Compiling async-stream v0.3.6
18982026-06-23T19:27:09.343Z Compiling waitgroup v0.1.2
18992026-06-23T19:27:09.489Z Compiling rustls-pemfile v2.2.0
19002026-06-23T19:27:09.493Z Compiling serde_path_to_error v0.1.20
19012026-06-23T19:27:09.558Z Compiling hostname v0.4.2
19022026-06-23T19:27:09.729Z Compiling wait-timeout v0.2.1
19032026-06-23T19:27:10.196Z Compiling bit-vec v0.8.0
19042026-06-23T19:27:10.219Z Compiling quick-error v1.2.3
19052026-06-23T19:27:11.172Z Compiling rusty-fork v0.3.1
19062026-06-23T19:27:11.206Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-23T19:27:11.206Z Compiling bit-set v0.8.0
19082026-06-23T19:27:11.206Z Compiling serde_with v3.20.0
19092026-06-23T19:27:11.206Z Compiling rand_xorshift v0.4.0
19102026-06-23T19:27:11.206Z Compiling unarray v0.1.4
19112026-06-23T19:27:11.207Z Compiling proptest v1.11.0
19122026-06-23T19:27:11.225Z Compiling strum v0.27.2
19132026-06-23T19:27:11.340Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19142026-06-23T19:27:11.512Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19152026-06-23T19:27:11.594Z Compiling instant v0.1.13
19162026-06-23T19:27:11.907Z Compiling itertools v0.14.0
19172026-06-23T19:27:11.988Z Compiling iddqd v0.4.2
19182026-06-23T19:27:12.225Z Compiling unicode-width v0.2.2
19192026-06-23T19:27:12.910Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19202026-06-23T19:27:13.144Z Compiling block-buffer v0.10.4
19212026-06-23T19:27:13.218Z Compiling backon v1.6.0
19222026-06-23T19:27:13.304Z Compiling regress v0.10.5
19232026-06-23T19:27:13.563Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19242026-06-23T19:27:15.167Z Compiling digest v0.10.7
19252026-06-23T19:27:15.273Z Compiling backoff v0.4.0
19262026-06-23T19:27:15.488Z Compiling parse-display v0.10.0
19272026-06-23T19:27:15.793Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19282026-06-23T19:27:16.952Z Compiling humantime v2.3.0
19292026-06-23T19:27:18.278Z Compiling regress v0.11.1
19302026-06-23T19:27:19.461Z Compiling zerocopy-derive v0.7.35
19312026-06-23T19:27:19.785Z Compiling typify-impl v0.6.2
19322026-06-23T19:27:20.396Z Compiling darling_core v0.21.3
19332026-06-23T19:27:20.481Z Compiling clap_derive v4.6.1
19342026-06-23T19:27:22.068Z Compiling cpufeatures v0.2.17
19352026-06-23T19:27:22.099Z Compiling convert_case v0.4.0
19362026-06-23T19:27:22.099Z Compiling utf8parse v0.2.2
19372026-06-23T19:27:22.099Z Compiling anstyle-parse v1.0.0
19382026-06-23T19:27:22.099Z Compiling derive_more v0.99.20
19392026-06-23T19:27:22.466Z Compiling darling_macro v0.21.3
19402026-06-23T19:27:22.942Z Compiling terminal_size v0.4.4
19412026-06-23T19:27:23.033Z Compiling typify-macro v0.6.2
19422026-06-23T19:27:23.053Z Compiling toml_datetime v0.6.11
19432026-06-23T19:27:23.115Z Compiling is_terminal_polyfill v1.70.2
19442026-06-23T19:27:23.229Z Compiling colorchoice v1.0.5
19452026-06-23T19:27:23.286Z Compiling anstyle v1.0.14
19462026-06-23T19:27:23.317Z Compiling anstyle-query v1.1.5
19472026-06-23T19:27:23.499Z Compiling anstream v1.0.0
19482026-06-23T19:27:23.543Z Compiling darling v0.21.3
19492026-06-23T19:27:24.193Z Compiling secrecy v0.10.3
19502026-06-23T19:27:24.332Z Compiling clap_lex v1.1.0
19512026-06-23T19:27:24.473Z Compiling tinyvec_macros v0.1.1
19522026-06-23T19:27:24.496Z Compiling heapless v0.8.0
19532026-06-23T19:27:24.575Z Compiling crucible-workspace-hack v0.1.0
19542026-06-23T19:27:24.730Z Compiling tinyvec v1.11.0
19552026-06-23T19:27:24.769Z Compiling clap_builder v4.6.0
19562026-06-23T19:27:24.858Z Compiling typify v0.6.2
19572026-06-23T19:27:25.231Z Compiling ingot-macros v0.1.1
19582026-06-23T19:27:25.340Z Compiling zerocopy v0.7.35
19592026-06-23T19:27:25.857Z Compiling hash32 v0.3.1
19602026-06-23T19:27:25.885Z Compiling scroll_derive v0.12.1
19612026-06-23T19:27:25.932Z Compiling rustc_version v0.4.1
19622026-06-23T19:27:26.205Z Compiling num-integer v0.1.46
19632026-06-23T19:27:26.211Z Compiling usdt-impl v0.5.0
19642026-06-23T19:27:26.492Z Compiling smoltcp v0.11.0
19652026-06-23T19:27:26.616Z Compiling scroll v0.12.0
19662026-06-23T19:27:26.694Z Compiling clap v4.6.1
19672026-06-23T19:27:26.878Z Compiling curve25519-dalek v4.1.3
19682026-06-23T19:27:27.178Z Compiling dof v0.3.0
19692026-06-23T19:27:28.118Z Compiling ingot-types v0.1.2
19702026-06-23T19:27:28.674Z Compiling hmac v0.12.1
19712026-06-23T19:27:28.695Z Compiling dtrace-parser v0.2.0
19722026-06-23T19:27:28.698Z Compiling inout v0.1.4
19732026-06-23T19:27:28.855Z Compiling ff v0.13.1
19742026-06-23T19:27:28.887Z Compiling cobs v0.3.0
19752026-06-23T19:27:29.163Z Compiling thread-id v4.2.2
19762026-06-23T19:27:29.256Z Compiling unsafe-libyaml v0.2.11
19772026-06-23T19:27:29.274Z Compiling bitflags v1.3.2
19782026-06-23T19:27:29.554Z Compiling managed v0.8.0
19792026-06-23T19:27:30.069Z Compiling serde_yaml v0.9.34+deprecated
19802026-06-23T19:27:30.528Z Compiling postcard v1.1.3
19812026-06-23T19:27:30.924Z Compiling group v0.13.0
19822026-06-23T19:27:31.049Z Compiling cipher v0.4.4
19832026-06-23T19:27:31.300Z Compiling hkdf v0.12.4
19842026-06-23T19:27:31.353Z Compiling ingot v0.1.1
19852026-06-23T19:27:31.960Z Compiling goblin v0.8.2
19862026-06-23T19:27:32.292Z Compiling num-iter v0.1.45
19872026-06-23T19:27:32.470Z Compiling num-rational v0.4.2
19882026-06-23T19:27:33.563Z Compiling tabwriter v1.4.1
19892026-06-23T19:27:33.755Z Compiling universal-hash v0.5.1
19902026-06-23T19:27:33.906Z Compiling crypto-bigint v0.5.5
19912026-06-23T19:27:33.923Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19922026-06-23T19:27:34.023Z Compiling thiserror-impl-no-std v2.0.2
19932026-06-23T19:27:34.628Z Compiling hubpack_derive v0.1.1
19942026-06-23T19:27:35.083Z Compiling crossbeam-epoch v0.9.18
19952026-06-23T19:27:35.170Z Compiling half v2.7.1
19962026-06-23T19:27:35.404Z Compiling curve25519-dalek-derive v0.1.1
19972026-06-23T19:27:35.574Z Compiling num-complex v0.4.6
19982026-06-23T19:27:36.127Z Compiling memoffset v0.9.1
19992026-06-23T19:27:36.288Z Compiling prettyplease v0.2.37
20002026-06-23T19:27:36.315Z Compiling base64ct v1.8.3
20012026-06-23T19:27:36.550Z Compiling cfg_aliases v0.2.1
20022026-06-23T19:27:36.631Z Compiling base16ct v0.2.0
20032026-06-23T19:27:36.729Z Compiling ciborium-io v0.2.2
20042026-06-23T19:27:36.831Z Compiling opaque-debug v0.3.1
20052026-06-23T19:27:37.431Z Compiling poly1305 v0.8.0
20062026-06-23T19:27:37.596Z Compiling ciborium-ll v0.2.2
20072026-06-23T19:27:37.724Z Compiling elliptic-curve v0.13.8
20082026-06-23T19:27:38.029Z Compiling nix v0.31.3
20092026-06-23T19:27:38.046Z Compiling password-hash v0.5.0
20102026-06-23T19:27:39.028Z Compiling num v0.4.3
20112026-06-23T19:27:39.118Z Compiling hubpack v0.1.2
20122026-06-23T19:27:39.174Z Compiling thiserror-no-std v2.0.2
20132026-06-23T19:27:39.752Z Compiling chacha20 v0.9.1
20142026-06-23T19:27:40.212Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20152026-06-23T19:27:40.304Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20162026-06-23T19:27:41.107Z Compiling reqwest v0.12.28
20172026-06-23T19:27:41.772Z Compiling toml_edit v0.25.12+spec-1.1.0
20182026-06-23T19:27:41.881Z Compiling blake2 v0.10.6
20192026-06-23T19:27:41.969Z Compiling aead v0.5.2
20202026-06-23T19:27:42.327Z Compiling byte-wrapper v0.1.0
20212026-06-23T19:27:42.420Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20222026-06-23T19:27:42.638Z Compiling serde_repr v0.1.20
20232026-06-23T19:27:43.176Z Compiling proc-macro-error-attr v1.0.4
20242026-06-23T19:27:43.325Z Compiling bstr v1.12.1
20252026-06-23T19:27:43.428Z Compiling rustix v0.38.44
20262026-06-23T19:27:43.458Z Compiling keccak v0.1.6
20272026-06-23T19:27:43.475Z Compiling static_assertions v1.1.0
20282026-06-23T19:27:43.557Z Compiling float-ord v0.3.2
20292026-06-23T19:27:43.677Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20302026-06-23T19:27:44.016Z Compiling sha3 v0.10.9
20312026-06-23T19:27:44.166Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20322026-06-23T19:27:44.346Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-23T19:27:44.875Z Compiling proc-macro-crate v3.5.0
20342026-06-23T19:27:44.903Z Compiling argon2 v0.5.3
20352026-06-23T19:27:45.339Z Compiling chacha20poly1305 v0.10.1
20362026-06-23T19:27:45.501Z Compiling progenitor-client v0.10.0
20372026-06-23T19:27:45.894Z Compiling vsss-rs v3.3.4
20382026-06-23T19:27:47.104Z Compiling rustls-webpki v0.103.13
20392026-06-23T19:27:47.475Z Compiling ciborium v0.2.2
20402026-06-23T19:27:48.197Z Compiling usdt-attr-macro v0.5.0
20412026-06-23T19:27:48.283Z Compiling usdt-macro v0.5.0
20422026-06-23T19:27:49.895Z Compiling enum-as-inner v0.6.1
20432026-06-23T19:27:49.919Z Compiling num-derive v0.4.2
20442026-06-23T19:27:50.483Z Compiling proc-macro-error v1.0.4
20452026-06-23T19:27:50.576Z Compiling memmap v0.7.0
20462026-06-23T19:27:50.910Z Compiling winnow v0.5.40
20472026-06-23T19:27:50.937Z Compiling indent_write v2.2.0
20482026-06-23T19:27:51.093Z Compiling data-encoding v2.11.0
20492026-06-23T19:27:51.121Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20502026-06-23T19:27:51.485Z Compiling usdt v0.5.0
20512026-06-23T19:27:51.590Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-23T19:27:51.795Z Compiling tokio-rustls v0.26.4
20532026-06-23T19:27:52.093Z Compiling hyper-rustls v0.27.9
20542026-06-23T19:27:52.110Z Compiling rustls-platform-verifier v0.7.0
20552026-06-23T19:27:52.640Z Compiling reqwest v0.13.4
20562026-06-23T19:27:52.716Z Compiling toml_edit v0.19.15
20572026-06-23T19:27:54.658Z Compiling progenitor-client v0.14.0
20582026-06-23T19:27:55.142Z Compiling progenitor-extras v0.2.0
20592026-06-23T19:27:55.421Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20602026-06-23T19:27:55.535Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-23T19:27:56.306Z Compiling num_enum_derive v0.7.6
20622026-06-23T19:27:57.356Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-06-23T19:27:59.923Z Compiling serde_spanned v0.6.9
20642026-06-23T19:28:00.082Z Compiling foreign-types-macros v0.2.3
20652026-06-23T19:28:02.133Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-23T19:28:05.725Z Compiling colored v3.1.1
20672026-06-23T19:28:06.406Z Compiling foreign-types-shared v0.3.1
20682026-06-23T19:28:06.526Z Compiling winnow v0.7.15
20692026-06-23T19:28:06.878Z Compiling pkg-config v0.3.33
20702026-06-23T19:28:07.011Z Compiling vcpkg v0.2.15
20712026-06-23T19:28:07.353Z Compiling toml_write v0.1.2
20722026-06-23T19:28:07.467Z Compiling bytecount v0.6.9
20732026-06-23T19:28:07.670Z Compiling openssl-sys v0.9.116
20742026-06-23T19:28:07.700Z Compiling foreign-types v0.5.0
20752026-06-23T19:28:07.816Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-06-23T19:28:08.019Z Compiling toml_edit v0.22.27
20772026-06-23T19:28:08.096Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-06-23T19:28:09.637Z Compiling num_enum v0.7.6
20792026-06-23T19:28:09.770Z Compiling proc-macro-crate v1.3.1
20802026-06-23T19:28:10.075Z Compiling progenitor-impl v0.13.0
20812026-06-23T19:28:10.117Z Compiling chacha20 v0.10.0
20822026-06-23T19:28:10.121Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20832026-06-23T19:28:10.472Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20842026-06-23T19:28:10.686Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20852026-06-23T19:28:10.836Z Compiling cstr-argument v0.1.2
20862026-06-23T19:28:10.958Z Compiling rayon-core v1.13.0
20872026-06-23T19:28:11.020Z Compiling semver v0.1.20
20882026-06-23T19:28:11.052Z Compiling swrite v0.1.0
20892026-06-23T19:28:11.163Z Compiling linked-hash-map v0.5.6
20902026-06-23T19:28:11.217Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20912026-06-23T19:28:11.295Z Compiling heck v0.4.1
20922026-06-23T19:28:11.385Z Compiling unicode-segmentation v1.13.3
20932026-06-23T19:28:11.442Z Compiling resolv-conf v0.7.6
20942026-06-23T19:28:11.500Z Compiling lru-cache v0.1.2
20952026-06-23T19:28:11.543Z Compiling rustc_version v0.1.7
20962026-06-23T19:28:11.717Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20972026-06-23T19:28:11.748Z Compiling newline-converter v0.3.0
20982026-06-23T19:28:11.898Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20992026-06-23T19:28:12.027Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21002026-06-23T19:28:12.053Z Compiling rand v0.10.1
21012026-06-23T19:28:12.157Z Compiling progenitor-macro v0.13.0
21022026-06-23T19:28:12.175Z Compiling num_enum_derive v0.5.11
21032026-06-23T19:28:12.857Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21042026-06-23T19:28:12.874Z Compiling toml v0.8.23
21052026-06-23T19:28:13.217Z Compiling atomicwrites v0.4.4
21062026-06-23T19:28:13.269Z Compiling progenitor-client v0.13.0
21072026-06-23T19:28:13.368Z Compiling hickory-proto v0.24.4
21082026-06-23T19:28:13.427Z Compiling similar v2.7.0
21092026-06-23T19:28:13.530Z Compiling crossbeam-deque v0.8.6
21102026-06-23T19:28:13.759Z Compiling progenitor-impl v0.14.0
21112026-06-23T19:28:13.763Z Compiling console v0.15.11
21122026-06-23T19:28:15.049Z Compiling camino-tempfile v1.4.1
21132026-06-23T19:28:15.473Z Compiling serde-big-array v0.5.1
21142026-06-23T19:28:15.678Z Compiling pin-project-internal v1.1.13
21152026-06-23T19:28:15.851Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21162026-06-23T19:28:16.243Z Compiling derive-where v1.6.1
21172026-06-23T19:28:16.358Z Compiling minimal-lexical v0.2.1
21182026-06-23T19:28:16.399Z Compiling lazy_static v1.5.0
21192026-06-23T19:28:16.521Z Compiling siphasher v1.0.3
21202026-06-23T19:28:16.607Z Compiling nom v7.1.3
21212026-06-23T19:28:16.745Z Compiling phf_shared v0.12.1
21222026-06-23T19:28:16.809Z Compiling pin-project v1.1.13
21232026-06-23T19:28:16.975Z Compiling progenitor v0.13.0
21242026-06-23T19:28:17.131Z Compiling progenitor-macro v0.14.0
21252026-06-23T19:28:17.531Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-06-23T19:28:17.745Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21272026-06-23T19:28:17.965Z Compiling hickory-resolver v0.24.4
21282026-06-23T19:28:21.316Z Compiling expectorate v1.2.0
21292026-06-23T19:28:21.685Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-23T19:28:22.836Z Compiling num_enum v0.5.11
21312026-06-23T19:28:22.977Z Compiling newtype_derive v0.1.6
21322026-06-23T19:28:23.337Z Compiling unicode-normalization v0.1.25
21332026-06-23T19:28:23.944Z Compiling tokio-stream v0.1.18
21342026-06-23T19:28:24.511Z Compiling async-recursion v1.1.1
21352026-06-23T19:28:25.260Z Compiling snafu-derive v0.8.9
21362026-06-23T19:28:25.508Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21372026-06-23T19:28:25.854Z Compiling slog-dtrace v0.3.0
21382026-06-23T19:28:26.136Z Compiling csv-core v0.1.13
21392026-06-23T19:28:26.386Z Compiling cancel-safe-futures v0.1.5
21402026-06-23T19:28:26.554Z Compiling unicode-width v0.1.14
21412026-06-23T19:28:26.671Z Compiling foreign-types-shared v0.1.1
21422026-06-23T19:28:26.778Z Compiling unicode-xid v0.2.6
21432026-06-23T19:28:26.879Z Compiling highway v1.3.0
21442026-06-23T19:28:26.920Z Compiling owo-colors v4.3.0
21452026-06-23T19:28:27.030Z Compiling openssl v0.10.80
21462026-06-23T19:28:27.281Z Compiling same-file v1.0.6
21472026-06-23T19:28:27.335Z Compiling chrono-tz v0.10.4
21482026-06-23T19:28:27.369Z Compiling konst_macro_rules v0.2.19
21492026-06-23T19:28:27.465Z Compiling foldhash v0.1.5
21502026-06-23T19:28:27.570Z Compiling konst v0.2.20
21512026-06-23T19:28:27.588Z Compiling walkdir v2.5.0
21522026-06-23T19:28:27.625Z Compiling hashbrown v0.15.5
21532026-06-23T19:28:27.783Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-23T19:28:27.964Z Compiling snafu v0.8.9
21552026-06-23T19:28:28.295Z Compiling const_format_proc_macros v0.2.34
21562026-06-23T19:28:28.331Z Compiling foreign-types v0.3.2
21572026-06-23T19:28:28.448Z Compiling csv v1.4.0
21582026-06-23T19:28:28.669Z Compiling progenitor v0.14.0
21592026-06-23T19:28:28.828Z Compiling qorb v0.4.1
21602026-06-23T19:28:28.896Z Compiling olpc-cjson v0.1.4
21612026-06-23T19:28:29.130Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21622026-06-23T19:28:29.168Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-06-23T19:28:29.673Z Compiling rayon v1.12.0
21642026-06-23T19:28:30.295Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-06-23T19:28:31.898Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-06-23T19:28:32.650Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-06-23T19:28:33.183Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21682026-06-23T19:28:33.739Z Compiling phf v0.12.1
21692026-06-23T19:28:34.394Z Compiling zone_cfg_derive v0.3.1
21702026-06-23T19:28:34.704Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-06-23T19:28:35.166Z Compiling tokio-dtrace v0.1.1
21722026-06-23T19:28:35.382Z Compiling globset v0.4.18
21732026-06-23T19:28:35.528Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21742026-06-23T19:28:35.759Z Compiling itertools v0.12.1
21752026-06-23T19:28:37.133Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-06-23T19:28:37.271Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21772026-06-23T19:28:37.299Z Compiling libsw-core v0.3.2
21782026-06-23T19:28:37.490Z Compiling pem v3.0.6
21792026-06-23T19:28:37.565Z Compiling serde_plain v1.0.2
21802026-06-23T19:28:37.784Z Compiling openssl-macros v0.1.1
21812026-06-23T19:28:37.822Z Compiling cookie v0.18.1
21822026-06-23T19:28:38.069Z Compiling sigpipe v0.1.3
21832026-06-23T19:28:38.094Z Compiling glob v0.3.3
21842026-06-23T19:28:38.174Z Compiling jiff v0.2.28
21852026-06-23T19:28:38.179Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-23T19:28:38.192Z Compiling typed-path v0.9.3
21872026-06-23T19:28:38.412Z Compiling fixedbitset v0.4.2
21882026-06-23T19:28:38.451Z Compiling fixedbitset v0.5.7
21892026-06-23T19:28:39.221Z Compiling petgraph v0.8.3
21902026-06-23T19:28:39.221Z Compiling petgraph v0.6.5
21912026-06-23T19:28:39.221Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-23T19:28:39.307Z Compiling tough v0.22.0
21932026-06-23T19:28:40.212Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21942026-06-23T19:28:40.812Z Compiling libsw v3.5.0
21952026-06-23T19:28:41.013Z Compiling zone v0.3.1
21962026-06-23T19:28:41.146Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21972026-06-23T19:28:41.226Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-06-23T19:28:41.450Z Compiling oxide-tokio-rt v0.1.6
21992026-06-23T19:28:42.042Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-06-23T19:28:42.717Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22012026-06-23T19:28:44.921Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-06-23T19:28:45.065Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-06-23T19:28:45.201Z Compiling const_format v0.2.36
22042026-06-23T19:28:45.253Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-06-23T19:28:46.442Z Compiling papergrid v0.11.0
22062026-06-23T19:28:46.707Z Compiling tabled_derive v0.7.0
22072026-06-23T19:28:47.088Z Compiling gethostname v0.5.0
22082026-06-23T19:28:47.239Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-06-23T19:28:47.743Z Compiling libscf-sys v1.2.0
22102026-06-23T19:28:47.875Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22112026-06-23T19:28:48.028Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-06-23T19:28:49.247Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22132026-06-23T19:28:49.247Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-06-23T19:28:49.247Z Compiling smf v0.2.3
22152026-06-23T19:28:49.247Z Compiling bcs v0.1.6
22162026-06-23T19:28:49.248Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22172026-06-23T19:28:49.260Z Compiling tagptr v0.2.0
22182026-06-23T19:28:49.260Z Compiling termtree v0.5.1
22192026-06-23T19:28:49.353Z Compiling whoami v1.6.1
22202026-06-23T19:28:49.621Z Compiling unicode-linebreak v0.1.5
22212026-06-23T19:28:49.727Z Compiling linear-map v1.2.0
22222026-06-23T19:28:49.825Z Compiling smawk v0.3.2
22232026-06-23T19:28:49.907Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-06-23T19:28:50.002Z Compiling textwrap v0.16.2
22252026-06-23T19:28:51.601Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22262026-06-23T19:28:51.606Z Compiling moka v0.12.15
22272026-06-23T19:28:51.642Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-06-23T19:28:51.743Z Compiling tabled v0.15.0
22292026-06-23T19:28:52.434Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-06-23T19:28:52.972Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-06-23T19:28:53.018Z Compiling steno v0.4.1
22322026-06-23T19:28:53.074Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-06-23T19:28:54.457Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-06-23T19:28:58.131Z Compiling hickory-proto v0.25.2
22352026-06-23T19:28:58.649Z Compiling proc-macro-error-attr2 v2.0.0
22362026-06-23T19:28:59.120Z Compiling proc-macro-error2 v2.0.1
22372026-06-23T19:28:59.418Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22382026-06-23T19:28:59.623Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22392026-06-23T19:28:59.793Z Compiling parking_lot_core v0.8.6
22402026-06-23T19:28:59.886Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22412026-06-23T19:28:59.961Z Compiling tabled_derive v0.11.0
22422026-06-23T19:29:00.138Z Compiling papergrid v0.18.0
22432026-06-23T19:29:01.091Z Compiling hickory-resolver v0.25.2
22442026-06-23T19:29:01.384Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22452026-06-23T19:29:01.590Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22462026-06-23T19:29:02.218Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-06-23T19:29:03.043Z Compiling testing_table v0.3.0
22482026-06-23T19:29:03.487Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22492026-06-23T19:29:04.047Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22502026-06-23T19:29:04.477Z Compiling tabled v0.21.0
22512026-06-23T19:29:05.226Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22522026-06-23T19:29:05.741Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22532026-06-23T19:29:06.587Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22542026-06-23T19:29:06.707Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22552026-06-23T19:29:07.350Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22562026-06-23T19:29:07.414Z Compiling arc-swap v1.9.1
22572026-06-23T19:29:07.773Z Compiling slog-scope v4.4.1
22582026-06-23T19:29:08.052Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22592026-06-23T19:29:09.564Z Compiling parking_lot v0.11.2
22602026-06-23T19:29:09.932Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22612026-06-23T19:29:10.143Z Compiling dropshot-api-manager-types v0.7.2
22622026-06-23T19:29:10.523Z Compiling fxhash v0.2.1
22632026-06-23T19:29:10.694Z Compiling crc8 v0.1.1
22642026-06-23T19:29:10.712Z Compiling sled v0.34.7
22652026-06-23T19:29:10.761Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22662026-06-23T19:29:10.816Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22672026-06-23T19:29:12.124Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22682026-06-23T19:29:12.439Z Compiling slog-stdlog v4.1.1
22692026-06-23T19:29:12.878Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22702026-06-23T19:29:13.153Z Compiling slog-envlogger v2.2.0
22712026-06-23T19:29:14.028Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22722026-06-23T19:29:16.131Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22732026-06-23T19:29:18.158Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22742026-06-23T19:29:20.320Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22752026-06-23T19:29:21.201Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22762026-06-23T19:29:31.744Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22772026-06-23T19:29:36.067Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22782026-06-23T19:29:39.297Z Finished `release` profile [optimized] target(s) in 3m 38s
22792026-06-23T19:29:39.643Z+ banner trio
22802026-06-23T19:29:39.647Z
22812026-06-23T19:29:39.647Z ##### ##### # ####
22822026-06-23T19:29:39.647Z # # # # # #
22832026-06-23T19:29:39.647Z # # # # # #
22842026-06-23T19:29:39.647Z # ##### # # #
22852026-06-23T19:29:39.647Z # # # # # #
22862026-06-23T19:29:39.647Z # # # # ####
22872026-06-23T19:29:39.647Z
22882026-06-23T19:29:39.648Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22892026-06-23T19:29:40.203Z Compiling cfg-if v1.0.4
22902026-06-23T19:29:40.206Z Compiling libc v0.2.186
22912026-06-23T19:29:40.206Z Compiling serde_core v1.0.228
22922026-06-23T19:29:40.311Z Compiling memchr v2.8.1
22932026-06-23T19:29:40.318Z Compiling itoa v1.0.18
22942026-06-23T19:29:40.321Z Compiling smallvec v1.15.1
22952026-06-23T19:29:40.333Z Compiling stable_deref_trait v1.2.1
22962026-06-23T19:29:40.341Z Compiling zerofrom v0.1.8
22972026-06-23T19:29:40.358Z Compiling zmij v1.0.21
22982026-06-23T19:29:40.404Z Compiling litemap v0.8.2
22992026-06-23T19:29:40.461Z Compiling yoke v0.8.3
23002026-06-23T19:29:40.550Z Compiling writeable v0.6.3
23012026-06-23T19:29:40.565Z Compiling utf8_iter v1.0.4
23022026-06-23T19:29:40.601Z Compiling percent-encoding v2.3.2
23032026-06-23T19:29:40.688Z Compiling zerovec v0.11.6
23042026-06-23T19:29:40.712Z Compiling zerotrie v0.2.4
23052026-06-23T19:29:40.731Z Compiling libm v0.2.16
23062026-06-23T19:29:40.799Z Compiling icu_properties_data v2.2.0
23072026-06-23T19:29:40.868Z Compiling icu_normalizer_data v2.2.0
23082026-06-23T19:29:40.902Z Compiling form_urlencoded v1.2.2
23092026-06-23T19:29:40.945Z Compiling rand_core v0.10.1
23102026-06-23T19:29:40.958Z Compiling errno v0.3.14
23112026-06-23T19:29:41.112Z Compiling getrandom v0.4.2
23122026-06-23T19:29:41.125Z Compiling iana-time-zone v0.1.65
23132026-06-23T19:29:41.152Z Compiling pin-project-lite v0.2.17
23142026-06-23T19:29:41.202Z Compiling zeroize v1.8.2
23152026-06-23T19:29:41.255Z Compiling tinystr v0.8.3
23162026-06-23T19:29:41.309Z Compiling potential_utf v0.1.5
23172026-06-23T19:29:41.323Z Compiling dyn-clone v1.0.20
23182026-06-23T19:29:41.457Z Compiling icu_locale_core v2.2.0
23192026-06-23T19:29:41.475Z Compiling icu_collections v2.2.0
23202026-06-23T19:29:41.486Z Compiling socket2 v0.6.4
23212026-06-23T19:29:41.491Z Compiling scopeguard v1.2.0
23222026-06-23T19:29:41.497Z Compiling parking_lot_core v0.9.12
23232026-06-23T19:29:41.516Z Compiling num-traits v0.2.19
23242026-06-23T19:29:41.609Z Compiling lock_api v0.4.14
23252026-06-23T19:29:41.862Z Compiling parking_lot v0.12.5
23262026-06-23T19:29:41.916Z Compiling signal-hook-registry v1.4.8
23272026-06-23T19:29:42.225Z Compiling serde v1.0.228
23282026-06-23T19:29:42.269Z Compiling serde_json v1.0.150
23292026-06-23T19:29:42.288Z Compiling icu_provider v2.2.0
23302026-06-23T19:29:42.373Z Compiling uuid v1.23.2
23312026-06-23T19:29:42.463Z Compiling semver v1.0.28
23322026-06-23T19:29:42.481Z Compiling mio v1.2.1
23332026-06-23T19:29:42.785Z Compiling bytes v1.11.1
23342026-06-23T19:29:42.859Z Compiling icu_properties v2.2.0
23352026-06-23T19:29:42.920Z Compiling icu_normalizer v2.2.0
23362026-06-23T19:29:42.987Z Compiling chrono v0.4.45
23372026-06-23T19:29:43.129Z Compiling portable-atomic v1.13.1
23382026-06-23T19:29:43.195Z Compiling thiserror v2.0.18
23392026-06-23T19:29:43.313Z Compiling tokio v1.52.3
23402026-06-23T19:29:43.669Z Compiling bitflags v2.12.1
23412026-06-23T19:29:43.840Z Compiling idna_adapter v1.2.2
23422026-06-23T19:29:43.981Z Compiling idna v1.1.0
23432026-06-23T19:29:44.092Z Compiling futures-core v0.3.32
23442026-06-23T19:29:44.109Z Compiling critical-section v1.2.0
23452026-06-23T19:29:44.226Z Compiling once_cell v1.21.4
23462026-06-23T19:29:44.260Z Compiling subtle v2.6.1
23472026-06-23T19:29:44.332Z Compiling equivalent v1.0.2
23482026-06-23T19:29:44.428Z Compiling url v2.5.8
23492026-06-23T19:29:44.438Z Compiling log v0.4.32
23502026-06-23T19:29:44.451Z Compiling zerocopy v0.8.50
23512026-06-23T19:29:44.476Z Compiling futures-sink v0.3.32
23522026-06-23T19:29:44.593Z Compiling slab v0.4.12
23532026-06-23T19:29:44.689Z Compiling typenum v1.20.1
23542026-06-23T19:29:44.806Z Compiling futures-channel v0.3.32
23552026-06-23T19:29:44.926Z Compiling getrandom v0.2.17
23562026-06-23T19:29:45.077Z Compiling schemars v0.8.22
23572026-06-23T19:29:45.171Z Compiling futures-task v0.3.32
23582026-06-23T19:29:45.353Z Compiling futures-io v0.3.32
23592026-06-23T19:29:45.512Z Compiling futures-util v0.3.32
23602026-06-23T19:29:45.557Z Compiling rand_core v0.6.4
23612026-06-23T19:29:45.828Z Compiling hashbrown v0.17.1
23622026-06-23T19:29:46.150Z Compiling tracing-core v0.1.36
23632026-06-23T19:29:46.521Z Compiling indexmap v2.14.0
23642026-06-23T19:29:46.548Z Compiling tracing v0.1.44
23652026-06-23T19:29:46.915Z Compiling ipnetwork v0.21.1
23662026-06-23T19:29:47.024Z Compiling base64 v0.22.1
23672026-06-23T19:29:47.249Z Compiling http v1.4.1
23682026-06-23T19:29:47.341Z Compiling unicode-ident v1.0.24
23692026-06-23T19:29:47.469Z Compiling proc-macro2 v1.0.106
23702026-06-23T19:29:47.529Z Compiling slog v2.8.2
23712026-06-23T19:29:47.546Z Compiling erased-serde v0.3.31
23722026-06-23T19:29:47.724Z Compiling fnv v1.0.7
23732026-06-23T19:29:47.838Z Compiling oxnet v0.1.6
23742026-06-23T19:29:48.233Z Compiling quote v1.0.45
23752026-06-23T19:29:48.744Z Compiling syn v2.0.117
23762026-06-23T19:29:48.957Z Compiling tokio-util v0.7.18
23772026-06-23T19:29:48.974Z Compiling byteorder v1.5.0
23782026-06-23T19:29:49.137Z Compiling ipnet v2.12.0
23792026-06-23T19:29:49.237Z Compiling thiserror v1.0.69
23802026-06-23T19:29:49.354Z Compiling ppv-lite86 v0.2.21
23812026-06-23T19:29:49.649Z Compiling rustls-pki-types v1.14.1
23822026-06-23T19:29:49.705Z Compiling aws-lc-sys v0.41.0
23832026-06-23T19:29:50.056Z Compiling http-body v1.0.1
23842026-06-23T19:29:50.150Z Compiling untrusted v0.7.1
23852026-06-23T19:29:50.211Z Compiling atomic-waker v1.1.2
23862026-06-23T19:29:50.232Z Compiling httparse v1.10.1
23872026-06-23T19:29:50.275Z Compiling aws-lc-rs v1.17.0
23882026-06-23T19:29:50.287Z Compiling try-lock v0.2.5
23892026-06-23T19:29:50.329Z Compiling tower-layer v0.3.3
23902026-06-23T19:29:50.348Z Compiling untrusted v0.9.0
23912026-06-23T19:29:50.404Z Compiling rustls v0.23.40
23922026-06-23T19:29:50.485Z Compiling tower-service v0.3.3
23932026-06-23T19:29:50.534Z Compiling ryu v1.0.23
23942026-06-23T19:29:50.546Z Compiling pretty-hex v0.4.2
23952026-06-23T19:29:50.586Z Compiling want v0.3.1
23962026-06-23T19:29:50.698Z Compiling h2 v0.4.14
23972026-06-23T19:29:50.717Z Compiling httpdate v1.0.3
23982026-06-23T19:29:50.739Z Compiling rustix v1.1.4
23992026-06-23T19:29:50.777Z Compiling plain v0.2.3
24002026-06-23T19:29:50.849Z Compiling regex-syntax v0.8.10
24012026-06-23T19:29:50.898Z Compiling getrandom v0.3.4
24022026-06-23T19:29:51.105Z Compiling omicron-workspace-hack v0.1.0
24032026-06-23T19:29:51.119Z Compiling ucd-trie v0.1.7
24042026-06-23T19:29:51.186Z Compiling rand_core v0.9.5
24052026-06-23T19:29:51.459Z Compiling rustls-webpki v0.103.13
24062026-06-23T19:29:51.709Z Compiling pest v2.8.6
24072026-06-23T19:29:53.189Z Compiling hyper v1.10.1
24082026-06-23T19:29:53.378Z Compiling crossbeam-utils v0.8.21
24092026-06-23T19:29:54.099Z Compiling serde_urlencoded v0.7.1
24102026-06-23T19:29:54.159Z Compiling http-body-util v0.1.3
24112026-06-23T19:29:54.408Z Compiling allocator-api2 v0.2.21
24122026-06-23T19:29:54.480Z Compiling foldhash v0.2.0
24132026-06-23T19:29:54.783Z Compiling hyper-util v0.1.20
24142026-06-23T19:29:54.821Z Compiling hashbrown v0.16.1
24152026-06-23T19:29:55.549Z Compiling newtype-uuid v1.3.2
24162026-06-23T19:29:56.631Z Compiling tokio-rustls v0.26.4
24172026-06-23T19:29:56.848Z Compiling hex v0.4.3
24182026-06-23T19:29:56.955Z Compiling daft v0.1.7
24192026-06-23T19:29:57.121Z Compiling rand_chacha v0.9.0
24202026-06-23T19:29:57.180Z Compiling sync_wrapper v1.0.2
24212026-06-23T19:29:57.274Z Compiling aho-corasick v1.1.4
24222026-06-23T19:29:57.304Z Compiling fastrand v2.4.1
24232026-06-23T19:29:57.653Z Compiling rand v0.9.4
24242026-06-23T19:29:57.680Z Compiling tower v0.5.3
24252026-06-23T19:29:57.838Z Compiling anyhow v1.0.102
24262026-06-23T19:29:57.877Z Compiling powerfmt v0.2.0
24272026-06-23T19:29:58.110Z Compiling tower-http v0.6.11
24282026-06-23T19:29:58.144Z Compiling deranged v0.5.8
24292026-06-23T19:29:58.287Z Compiling regex-automata v0.4.14
24302026-06-23T19:29:58.409Z Compiling generic-array v0.14.7
24312026-06-23T19:29:58.499Z Compiling openapiv3 v2.2.0
24322026-06-23T19:29:58.796Z Compiling cpufeatures v0.3.0
24332026-06-23T19:29:58.882Z Compiling num_threads v0.1.7
24342026-06-23T19:29:58.961Z Compiling openssl-probe v0.2.1
24352026-06-23T19:29:58.984Z Compiling num-conv v0.2.2
24362026-06-23T19:29:59.148Z Compiling time-core v0.1.8
24372026-06-23T19:29:59.223Z Compiling rustls-native-certs v0.8.4
24382026-06-23T19:29:59.263Z Compiling camino v1.2.2
24392026-06-23T19:29:59.309Z Compiling time v0.3.47
24402026-06-23T19:29:59.854Z Compiling tempfile v3.27.0
24412026-06-23T19:30:00.080Z Compiling futures-executor v0.3.32
24422026-06-23T19:30:00.650Z Compiling winnow v1.0.3
24432026-06-23T19:30:00.787Z Compiling regex v1.12.3
24442026-06-23T19:30:00.953Z Compiling futures v0.3.32
24452026-06-23T19:30:01.048Z Compiling rustls-platform-verifier v0.7.0
24462026-06-23T19:30:01.690Z Compiling hyper-rustls v0.27.9
24472026-06-23T19:30:02.076Z Compiling crossbeam-channel v0.5.15
24482026-06-23T19:30:02.138Z Compiling scroll v0.13.0
24492026-06-23T19:30:02.263Z Compiling hybrid-array v0.4.12
24502026-06-23T19:30:02.371Z Compiling adler2 v2.0.1
24512026-06-23T19:30:02.442Z Compiling simd-adler32 v0.3.9
24522026-06-23T19:30:02.541Z Compiling goblin v0.10.7
24532026-06-23T19:30:02.712Z Compiling miniz_oxide v0.8.9
24542026-06-23T19:30:02.757Z Compiling crc32fast v1.5.0
24552026-06-23T19:30:02.786Z Compiling reqwest v0.13.4
24562026-06-23T19:30:03.010Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24572026-06-23T19:30:03.287Z Compiling thread_local v1.1.9
24582026-06-23T19:30:03.653Z Compiling either v1.16.0
24592026-06-23T19:30:03.892Z Compiling flate2 v1.1.9
24602026-06-23T19:30:04.150Z Compiling crypto-common v0.2.2
24612026-06-23T19:30:04.449Z Compiling block-buffer v0.12.0
24622026-06-23T19:30:04.640Z Compiling crypto-common v0.1.7
24632026-06-23T19:30:04.799Z Compiling dtrace-parser v0.3.0
24642026-06-23T19:30:05.012Z Compiling rand_chacha v0.3.1
24652026-06-23T19:30:05.458Z Compiling is-terminal v0.4.17
24662026-06-23T19:30:05.572Z Compiling thread-id v5.1.0
24672026-06-23T19:30:05.650Z Compiling debug-ignore v1.0.5
24682026-06-23T19:30:05.670Z Compiling match_cfg v0.1.0
24692026-06-23T19:30:05.752Z Compiling dof v0.4.0
24702026-06-23T19:30:05.771Z Compiling const-oid v0.10.2
24712026-06-23T19:30:06.085Z Compiling term v1.2.1
24722026-06-23T19:30:07.361Z Compiling compression-core v0.4.32
24732026-06-23T19:30:07.543Z Compiling take_mut v0.2.2
24742026-06-23T19:30:07.673Z Compiling slog-async v2.8.0
24752026-06-23T19:30:07.990Z Compiling compression-codecs v0.4.38
24762026-06-23T19:30:08.379Z Compiling usdt-impl v0.6.0
24772026-06-23T19:30:08.893Z Compiling slog-term v2.9.2
24782026-06-23T19:30:09.176Z Compiling digest v0.11.3
24792026-06-23T19:30:09.376Z Compiling hostname v0.3.1
24802026-06-23T19:30:09.552Z Compiling rand v0.8.6
24812026-06-23T19:30:09.593Z Compiling ref-cast v1.0.25
24822026-06-23T19:30:09.709Z Compiling toml_parser v1.1.2+spec-1.1.0
24832026-06-23T19:30:10.226Z Compiling slog-json v2.6.1
24842026-06-23T19:30:10.367Z Compiling strum v0.26.3
24852026-06-23T19:30:10.499Z Compiling macaddr v1.0.1
24862026-06-23T19:30:10.512Z Compiling serde_spanned v1.1.1
24872026-06-23T19:30:10.675Z Compiling toml_datetime v1.1.1+spec-1.1.0
24882026-06-23T19:30:10.827Z Compiling wait-timeout v0.2.1
24892026-06-23T19:30:11.053Z Compiling memmap2 v0.9.10
24902026-06-23T19:30:11.107Z Compiling encoding_rs v0.8.35
24912026-06-23T19:30:11.317Z Compiling mime v0.3.17
24922026-06-23T19:30:11.349Z Compiling bit-vec v0.8.0
24932026-06-23T19:30:11.662Z Compiling quick-error v1.2.3
24942026-06-23T19:30:11.781Z Compiling spin v0.9.8
24952026-06-23T19:30:11.795Z Compiling toml_writer v1.1.1+spec-1.1.0
24962026-06-23T19:30:11.915Z Compiling rusty-fork v0.3.1
24972026-06-23T19:30:12.057Z Compiling toml v1.1.2+spec-1.1.0
24982026-06-23T19:30:12.780Z Compiling multer v3.1.0
24992026-06-23T19:30:12.780Z Compiling bit-set v0.8.0
25002026-06-23T19:30:12.982Z Compiling usdt v0.6.0
25012026-06-23T19:30:13.655Z Compiling slog-bunyan v2.5.0
25022026-06-23T19:30:13.845Z Compiling sha1 v0.11.0
25032026-06-23T19:30:14.021Z Compiling async-compression v0.4.42
25042026-06-23T19:30:14.199Z Compiling serde_with v3.20.0
25052026-06-23T19:30:14.247Z Compiling async-stream v0.3.6
25062026-06-23T19:30:14.268Z Compiling rand_xorshift v0.4.0
25072026-06-23T19:30:14.437Z Compiling waitgroup v0.1.2
25082026-06-23T19:30:14.448Z Compiling rustls-pemfile v2.2.0
25092026-06-23T19:30:14.508Z Compiling serde_path_to_error v0.1.20
25102026-06-23T19:30:14.595Z Compiling hostname v0.4.2
25112026-06-23T19:30:14.731Z Compiling unarray v0.1.4
25122026-06-23T19:30:14.762Z Compiling progenitor-client v0.14.0
25132026-06-23T19:30:14.823Z Compiling strum v0.27.2
25142026-06-23T19:30:14.854Z Compiling dropshot v0.17.1
25152026-06-23T19:30:14.959Z Compiling proptest v1.11.0
25162026-06-23T19:30:14.962Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25172026-06-23T19:30:15.124Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25182026-06-23T19:30:15.279Z Compiling iddqd v0.4.2
25192026-06-23T19:30:15.358Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25202026-06-23T19:30:15.397Z Compiling block-buffer v0.10.4
25212026-06-23T19:30:15.572Z Compiling reqwest v0.12.28
25222026-06-23T19:30:15.667Z Compiling backon v1.6.0
25232026-06-23T19:30:15.944Z Compiling instant v0.1.13
25242026-06-23T19:30:16.075Z Compiling backoff v0.4.0
25252026-06-23T19:30:16.305Z Compiling progenitor-extras v0.2.0
25262026-06-23T19:30:16.586Z Compiling digest v0.10.7
25272026-06-23T19:30:16.627Z Compiling parse-display v0.10.0
25282026-06-23T19:30:16.848Z Compiling progenitor-client v0.10.0
25292026-06-23T19:30:16.988Z Compiling itertools v0.14.0
25302026-06-23T19:30:17.352Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25312026-06-23T19:30:17.466Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25322026-06-23T19:30:17.561Z Compiling regress v0.10.5
25332026-06-23T19:30:18.508Z Compiling humantime v2.3.0
25342026-06-23T19:30:18.968Z Compiling cpufeatures v0.2.17
25352026-06-23T19:30:19.058Z Compiling heck v0.5.0
25362026-06-23T19:30:19.426Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25372026-06-23T19:30:19.667Z Compiling unicode-width v0.2.2
25382026-06-23T19:30:20.001Z Compiling secrecy v0.10.3
25392026-06-23T19:30:20.183Z Compiling tinyvec_macros v0.1.1
25402026-06-23T19:30:20.265Z Compiling tinyvec v1.11.0
25412026-06-23T19:30:20.732Z Compiling num-integer v0.1.46
25422026-06-23T19:30:20.746Z Compiling scroll v0.12.0
25432026-06-23T19:30:21.073Z Compiling crucible-workspace-hack v0.1.0
25442026-06-23T19:30:21.164Z Compiling hmac v0.12.1
25452026-06-23T19:30:21.246Z Compiling inout v0.1.4
25462026-06-23T19:30:21.332Z Compiling regress v0.11.1
25472026-06-23T19:30:21.364Z Compiling ff v0.13.1
25482026-06-23T19:30:21.419Z Compiling utf8parse v0.2.2
25492026-06-23T19:30:21.537Z Compiling anstyle-parse v1.0.0
25502026-06-23T19:30:21.550Z Compiling group v0.13.0
25512026-06-23T19:30:21.677Z Compiling cipher v0.4.4
25522026-06-23T19:30:21.773Z Compiling hkdf v0.12.4
25532026-06-23T19:30:21.941Z Compiling goblin v0.8.2
25542026-06-23T19:30:21.952Z Compiling num-rational v0.4.2
25552026-06-23T19:30:22.360Z Compiling num-iter v0.1.45
25562026-06-23T19:30:22.497Z Compiling zerocopy v0.7.35
25572026-06-23T19:30:23.096Z Compiling typify-impl v0.6.2
25582026-06-23T19:30:23.122Z Compiling universal-hash v0.5.1
25592026-06-23T19:30:23.273Z Compiling crypto-bigint v0.5.5
25602026-06-23T19:30:23.990Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25612026-06-23T19:30:25.228Z Compiling terminal_size v0.4.4
25622026-06-23T19:30:25.322Z Compiling half v2.7.1
25632026-06-23T19:30:25.400Z Compiling num-complex v0.4.6
25642026-06-23T19:30:25.698Z Compiling base16ct v0.2.0
25652026-06-23T19:30:25.878Z Compiling opaque-debug v0.3.1
25662026-06-23T19:30:25.923Z Compiling base64ct v1.8.3
25672026-06-23T19:30:25.963Z Compiling ciborium-io v0.2.2
25682026-06-23T19:30:26.072Z Compiling colorchoice v1.0.5
25692026-06-23T19:30:26.212Z Compiling anstyle v1.0.14
25702026-06-23T19:30:26.240Z Compiling anstyle-query v1.1.5
25712026-06-23T19:30:26.286Z Compiling is_terminal_polyfill v1.70.2
25722026-06-23T19:30:26.356Z Compiling password-hash v0.5.0
25732026-06-23T19:30:26.391Z Compiling anstream v1.0.0
25742026-06-23T19:30:26.493Z Compiling ciborium-ll v0.2.2
25752026-06-23T19:30:26.783Z Compiling poly1305 v0.8.0
25762026-06-23T19:30:26.926Z Compiling elliptic-curve v0.13.8
25772026-06-23T19:30:27.251Z Compiling num v0.4.3
25782026-06-23T19:30:27.335Z Compiling curve25519-dalek v4.1.3
25792026-06-23T19:30:27.378Z Compiling thiserror-no-std v2.0.2
25802026-06-23T19:30:27.419Z Compiling typify v0.6.2
25812026-06-23T19:30:27.478Z Compiling dof v0.3.0
25822026-06-23T19:30:27.535Z Compiling chacha20 v0.9.1
25832026-06-23T19:30:27.797Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25842026-06-23T19:30:28.262Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25852026-06-23T19:30:29.875Z Compiling blake2 v0.10.6
25862026-06-23T19:30:30.057Z Compiling aead v0.5.2
25872026-06-23T19:30:30.214Z Compiling byte-wrapper v0.1.0
25882026-06-23T19:30:30.254Z Compiling crossbeam-epoch v0.9.18
25892026-06-23T19:30:30.391Z Compiling dtrace-parser v0.2.0
25902026-06-23T19:30:30.741Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25912026-06-23T19:30:30.772Z Compiling thread-id v4.2.2
25922026-06-23T19:30:30.871Z Compiling clap_lex v1.1.0
25932026-06-23T19:30:31.204Z Compiling strsim v0.11.1
25942026-06-23T19:30:31.247Z Compiling keccak v0.1.6
25952026-06-23T19:30:31.314Z Compiling float-ord v0.3.2
25962026-06-23T19:30:31.438Z Compiling clap_builder v4.6.0
25972026-06-23T19:30:31.978Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25982026-06-23T19:30:32.033Z Compiling sha3 v0.10.9
25992026-06-23T19:30:32.323Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26002026-06-23T19:30:32.438Z Compiling usdt-impl v0.5.0
26012026-06-23T19:30:33.025Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26022026-06-23T19:30:35.181Z Compiling chacha20poly1305 v0.10.1
26032026-06-23T19:30:35.344Z Compiling argon2 v0.5.3
26042026-06-23T19:30:36.399Z Compiling vsss-rs v3.3.4
26052026-06-23T19:30:36.777Z Compiling ciborium v0.2.2
26062026-06-23T19:30:37.624Z Compiling hash32 v0.3.1
26072026-06-23T19:30:37.802Z Compiling memmap v0.7.0
26082026-06-23T19:30:37.913Z Compiling data-encoding v2.11.0
26092026-06-23T19:30:37.978Z Compiling indent_write v2.2.0
26102026-06-23T19:30:38.044Z Compiling usdt v0.5.0
26112026-06-23T19:30:38.134Z Compiling heapless v0.8.0
26122026-06-23T19:30:38.637Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26132026-06-23T19:30:38.698Z Compiling ingot-types v0.1.2
26142026-06-23T19:30:39.156Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-06-23T19:30:39.520Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26162026-06-23T19:30:39.627Z Compiling clap v4.6.1
26172026-06-23T19:30:39.643Z Compiling rustix v0.38.44
26182026-06-23T19:30:39.718Z Compiling tabwriter v1.4.1
26192026-06-23T19:30:40.094Z Compiling cobs v0.3.0
26202026-06-23T19:30:40.379Z Compiling managed v0.8.0
26212026-06-23T19:30:40.626Z Compiling colored v3.1.1
26222026-06-23T19:30:40.675Z Compiling bitflags v1.3.2
26232026-06-23T19:30:40.766Z Compiling foreign-types-shared v0.3.1
26242026-06-23T19:30:40.875Z Compiling foreign-types v0.5.0
26252026-06-23T19:30:40.968Z Compiling smoltcp v0.11.0
26262026-06-23T19:30:41.055Z Compiling postcard v1.1.3
26272026-06-23T19:30:41.337Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26282026-06-23T19:30:41.446Z Compiling num_enum v0.7.6
26292026-06-23T19:30:41.579Z Compiling ingot v0.1.1
26302026-06-23T19:30:42.597Z Compiling memoffset v0.9.1
26312026-06-23T19:30:42.698Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26322026-06-23T19:30:42.724Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26332026-06-23T19:30:42.818Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26342026-06-23T19:30:42.947Z Compiling chacha20 v0.10.0
26352026-06-23T19:30:43.004Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26362026-06-23T19:30:43.257Z Compiling toml_datetime v0.6.11
26372026-06-23T19:30:43.437Z Compiling serde_spanned v0.6.9
26382026-06-23T19:30:43.612Z Compiling cstr-argument v0.1.2
26392026-06-23T19:30:43.669Z Compiling resolv-conf v0.7.6
26402026-06-23T19:30:43.789Z Compiling unicode-segmentation v1.13.3
26412026-06-23T19:30:43.803Z Compiling linked-hash-map v0.5.6
26422026-06-23T19:30:44.031Z Compiling toml_write v0.1.2
26432026-06-23T19:30:44.155Z Compiling winnow v0.7.15
26442026-06-23T19:30:44.217Z Compiling static_assertions v1.1.0
26452026-06-23T19:30:44.284Z Compiling swrite v0.1.0
26462026-06-23T19:30:44.301Z Compiling newline-converter v0.3.0
26472026-06-23T19:30:44.319Z Compiling lru-cache v0.1.2
26482026-06-23T19:30:44.398Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26492026-06-23T19:30:44.421Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26502026-06-23T19:30:44.437Z Compiling rand v0.10.1
26512026-06-23T19:30:44.464Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26522026-06-23T19:30:44.599Z Compiling hubpack v0.1.2
26532026-06-23T19:30:44.820Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26542026-06-23T19:30:44.856Z Compiling nix v0.31.3
26552026-06-23T19:30:45.057Z Compiling atomicwrites v0.4.4
26562026-06-23T19:30:45.273Z Compiling hickory-proto v0.24.4
26572026-06-23T19:30:45.364Z Compiling crossbeam-deque v0.8.6
26582026-06-23T19:30:45.606Z Compiling console v0.15.11
26592026-06-23T19:30:46.105Z Compiling toml_edit v0.22.27
26602026-06-23T19:30:46.130Z Compiling itertools v0.12.1
26612026-06-23T19:30:46.981Z Compiling camino-tempfile v1.4.1
26622026-06-23T19:30:47.426Z Compiling serde-big-array v0.5.1
26632026-06-23T19:30:47.517Z Compiling siphasher v1.0.3
26642026-06-23T19:30:47.593Z Compiling lazy_static v1.5.0
26652026-06-23T19:30:47.604Z Compiling similar v2.7.0
26662026-06-23T19:30:47.705Z Compiling phf_shared v0.12.1
26672026-06-23T19:30:47.738Z Compiling toml v0.8.23
26682026-06-23T19:30:47.932Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26692026-06-23T19:30:49.182Z Compiling expectorate v1.2.0
26702026-06-23T19:30:49.399Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26712026-06-23T19:30:50.264Z Compiling pin-project v1.1.13
26722026-06-23T19:30:50.311Z Compiling hickory-resolver v0.24.4
26732026-06-23T19:30:50.377Z Compiling prettyplease v0.2.37
26742026-06-23T19:30:50.627Z Compiling rayon-core v1.13.0
26752026-06-23T19:30:51.879Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26762026-06-23T19:30:52.407Z Compiling num_enum v0.5.11
26772026-06-23T19:30:52.541Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26782026-06-23T19:30:53.760Z Compiling progenitor-impl v0.13.0
26792026-06-23T19:30:53.824Z Compiling progenitor-impl v0.14.0
26802026-06-23T19:30:55.608Z Compiling unicode-normalization v0.1.25
26812026-06-23T19:30:56.225Z Compiling progenitor-client v0.13.0
26822026-06-23T19:30:56.274Z Compiling tokio-stream v0.1.18
26832026-06-23T19:30:56.756Z Compiling bstr v1.12.1
26842026-06-23T19:30:56.870Z Compiling csv-core v0.1.13
26852026-06-23T19:30:57.288Z Compiling highway v1.3.0
26862026-06-23T19:30:57.463Z Compiling unicode-width v0.1.14
26872026-06-23T19:30:57.789Z Compiling foldhash v0.1.5
26882026-06-23T19:30:57.990Z Compiling foreign-types-shared v0.1.1
26892026-06-23T19:30:58.023Z Compiling konst_macro_rules v0.2.19
26902026-06-23T19:30:58.093Z Compiling same-file v1.0.6
26912026-06-23T19:30:58.225Z Compiling walkdir v2.5.0
26922026-06-23T19:30:58.279Z Compiling konst v0.2.20
26932026-06-23T19:30:58.668Z Compiling foreign-types v0.3.2
26942026-06-23T19:30:58.754Z Compiling hashbrown v0.15.5
26952026-06-23T19:30:59.029Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26962026-06-23T19:30:59.431Z Compiling globset v0.4.18
26972026-06-23T19:30:59.470Z Compiling csv v1.4.0
26982026-06-23T19:31:00.452Z Compiling snafu v0.8.9
26992026-06-23T19:31:01.068Z Compiling qorb v0.4.1
27002026-06-23T19:31:02.025Z Compiling progenitor v0.13.0
27012026-06-23T19:31:02.173Z Compiling olpc-cjson v0.1.4
27022026-06-23T19:31:02.305Z Compiling progenitor v0.14.0
27032026-06-23T19:31:02.389Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27042026-06-23T19:31:02.453Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27052026-06-23T19:31:02.757Z Compiling rayon v1.12.0
27062026-06-23T19:31:03.012Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27072026-06-23T19:31:04.972Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27082026-06-23T19:31:06.112Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27092026-06-23T19:31:07.233Z Compiling phf v0.12.1
27102026-06-23T19:31:07.417Z Compiling openssl-sys v0.9.116
27112026-06-23T19:31:07.861Z Compiling tokio-dtrace v0.1.1
27122026-06-23T19:31:08.199Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27132026-06-23T19:31:09.023Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27142026-06-23T19:31:09.251Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27152026-06-23T19:31:10.317Z Compiling libsw-core v0.3.2
27162026-06-23T19:31:10.509Z Compiling pem v3.0.6
27172026-06-23T19:31:10.881Z Compiling serde_plain v1.0.2
27182026-06-23T19:31:10.899Z Compiling sigpipe v0.1.3
27192026-06-23T19:31:11.002Z Compiling glob v0.3.3
27202026-06-23T19:31:11.171Z Compiling jiff v0.2.28
27212026-06-23T19:31:11.246Z Compiling fixedbitset v0.4.2
27222026-06-23T19:31:11.624Z Compiling fixedbitset v0.5.7
27232026-06-23T19:31:11.638Z Compiling minimal-lexical v0.2.1
27242026-06-23T19:31:11.961Z Compiling typed-path v0.9.3
27252026-06-23T19:31:11.991Z Compiling bytecount v0.6.9
27262026-06-23T19:31:12.206Z Compiling papergrid v0.11.0
27272026-06-23T19:31:12.210Z Compiling petgraph v0.8.3
27282026-06-23T19:31:12.640Z Compiling nom v7.1.3
27292026-06-23T19:31:12.744Z Compiling petgraph v0.6.5
27302026-06-23T19:31:14.352Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-06-23T19:31:14.579Z Compiling tough v0.22.0
27322026-06-23T19:31:14.647Z Compiling openssl v0.10.80
27332026-06-23T19:31:14.870Z Compiling libsw v3.5.0
27342026-06-23T19:31:15.067Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27352026-06-23T19:31:15.916Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-23T19:31:16.161Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27372026-06-23T19:31:16.463Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-23T19:31:16.869Z Compiling zone v0.3.1
27392026-06-23T19:31:17.573Z Compiling oxide-tokio-rt v0.1.6
27402026-06-23T19:31:18.243Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-06-23T19:31:18.470Z Compiling chrono-tz v0.10.4
27422026-06-23T19:31:18.684Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27432026-06-23T19:31:19.720Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-06-23T19:31:19.903Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27452026-06-23T19:31:20.407Z Compiling newtype_derive v0.1.6
27462026-06-23T19:31:20.498Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-23T19:31:20.581Z Compiling slog-dtrace v0.3.0
27482026-06-23T19:31:21.342Z Compiling const_format v0.2.36
27492026-06-23T19:31:21.854Z Compiling owo-colors v4.3.0
27502026-06-23T19:31:22.214Z Compiling cancel-safe-futures v0.1.5
27512026-06-23T19:31:22.583Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27522026-06-23T19:31:22.766Z Compiling gethostname v0.5.0
27532026-06-23T19:31:22.916Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27542026-06-23T19:31:22.960Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-23T19:31:23.097Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-23T19:31:23.223Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-23T19:31:23.330Z Compiling smf v0.2.3
27582026-06-23T19:31:23.335Z Compiling bcs v0.1.6
27592026-06-23T19:31:23.736Z Compiling whoami v1.6.1
27602026-06-23T19:31:24.232Z Compiling smawk v0.3.2
27612026-06-23T19:31:24.349Z Compiling tagptr v0.2.0
27622026-06-23T19:31:24.395Z Compiling linear-map v1.2.0
27632026-06-23T19:31:24.515Z Compiling unicode-linebreak v0.1.5
27642026-06-23T19:31:24.539Z Compiling termtree v0.5.1
27652026-06-23T19:31:24.574Z Compiling moka v0.12.15
27662026-06-23T19:31:24.619Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-23T19:31:24.711Z Compiling textwrap v0.16.2
27682026-06-23T19:31:24.787Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-06-23T19:31:25.867Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27702026-06-23T19:31:26.247Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-06-23T19:31:26.402Z Compiling tabled v0.15.0
27722026-06-23T19:31:27.339Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-06-23T19:31:28.073Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-23T19:31:28.276Z Compiling steno v0.4.1
27752026-06-23T19:31:28.355Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-06-23T19:31:28.364Z Compiling cookie v0.18.1
27772026-06-23T19:31:30.039Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-23T19:31:33.705Z Compiling hickory-proto v0.25.2
27792026-06-23T19:31:34.211Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27802026-06-23T19:31:35.209Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27812026-06-23T19:31:36.048Z Compiling hickory-resolver v0.25.2
27822026-06-23T19:31:38.154Z Compiling arc-swap v1.9.1
27832026-06-23T19:31:38.180Z Compiling slog-scope v4.4.1
27842026-06-23T19:31:38.180Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27852026-06-23T19:31:38.180Z Compiling libscf-sys v1.2.0
27862026-06-23T19:31:38.204Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27872026-06-23T19:31:38.339Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27882026-06-23T19:31:39.049Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27892026-06-23T19:31:39.582Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27902026-06-23T19:31:40.341Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27912026-06-23T19:31:40.723Z Compiling slog-stdlog v4.1.1
27922026-06-23T19:31:41.156Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27932026-06-23T19:31:41.263Z Compiling slog-envlogger v2.2.0
27942026-06-23T19:31:42.118Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27952026-06-23T19:31:42.630Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27962026-06-23T19:31:42.941Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27972026-06-23T19:31:50.943Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27982026-06-23T19:31:52.897Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27992026-06-23T19:31:54.648Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28002026-06-23T19:32:03.383Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28012026-06-23T19:32:07.197Z Finished `release` profile [optimized] target(s) in 2m 27s
28022026-06-23T19:32:07.312Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
28032026-06-23T19:32:07.315Z
28042026-06-23T19:32:07.315Zrunning 1 test
28052026-06-23T19:32:07.445Zconfigure zone
28062026-06-23T19:32:07.461Zinstall zone
28072026-06-23T19:32:17.181Zboot zone
28082026-06-23T19:32:17.267Zstart zone s1
28092026-06-23T19:32:17.270Zconfigure zone
28102026-06-23T19:32:17.276Zinstall zone
28112026-06-23T19:32:19.117Zboot zone
28122026-06-23T19:32:19.216Zstart zone s2
28132026-06-23T19:32:19.216Zconfigure zone
28142026-06-23T19:32:19.226Zinstall zone
28152026-06-23T19:32:21.590Zboot zone
28162026-06-23T19:32:21.694Zstart zone t1
28172026-06-23T19:32:21.694Zconfigure zone
28182026-06-23T19:32:21.704Zinstall zone
28192026-06-23T19:32:24.493Zboot zone
28202026-06-23T19:32:24.595Zwaiting for zones to come up
28212026-06-23T19:32:34.599Z[sidecar.trio] svcs milestone/network
28222026-06-23T19:32:34.620ZSTATE STIME FMRI
28232026-06-23T19:32:34.620Zonline 19:32:16 svc:/milestone/network:default
28242026-06-23T19:32:34.620Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28252026-06-23T19:32:34.647Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28262026-06-23T19:32:34.676Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28272026-06-23T19:32:34.697Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28282026-06-23T19:32:34.701Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28292026-06-23T19:32:34.711Z
28302026-06-23T19:32:34.711Zrunning zone s1.trio setup
28312026-06-23T19:32:34.712Z[s1.trio] svcs milestone/network
28322026-06-23T19:32:34.728ZSTATE STIME FMRI
28332026-06-23T19:32:34.728Zonline 19:32:18 svc:/milestone/network:default
28342026-06-23T19:32:34.728Z[s1.trio] dladm
28352026-06-23T19:32:34.740ZLINK CLASS MTU STATE BRIDGE OVER
28362026-06-23T19:32:34.740Zsl0 simnet 9000 up -- ?
28372026-06-23T19:32:34.740Zmg2 vnic 9000 up -- ?
28382026-06-23T19:32:34.740Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28392026-06-23T19:32:35.254Z
28402026-06-23T19:32:35.254Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28412026-06-23T19:32:35.269Z
28422026-06-23T19:32:35.269Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28432026-06-23T19:32:35.281Z
28442026-06-23T19:32:35.281Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28452026-06-23T19:32:35.364Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28462026-06-23T19:32:35.436Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 11154632-b820-4bdf-a05f-42a3e2aa55c5 --sled-uuid e5f08505-b87c-4c84-8443-e0982b031a06 -a sl0/v6 &> /opt/ddmd.log &
28472026-06-23T19:32:35.452Z
28482026-06-23T19:32:35.452Zrunning zone s2.trio setup
28492026-06-23T19:32:35.452Z[s2.trio] svcs milestone/network
28502026-06-23T19:32:35.472ZSTATE STIME FMRI
28512026-06-23T19:32:35.472Zonline 19:32:21 svc:/milestone/network:default
28522026-06-23T19:32:35.472Z[s2.trio] dladm
28532026-06-23T19:32:35.488ZLINK CLASS MTU STATE BRIDGE OVER
28542026-06-23T19:32:35.488Zsl1 simnet 9000 up -- ?
28552026-06-23T19:32:35.488Zmg3 vnic 9000 up -- ?
28562026-06-23T19:32:35.488Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28572026-06-23T19:32:35.957Z
28582026-06-23T19:32:35.957Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28592026-06-23T19:32:35.971Z
28602026-06-23T19:32:35.971Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28612026-06-23T19:32:35.982Z
28622026-06-23T19:32:35.982Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28632026-06-23T19:32:36.016Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28642026-06-23T19:32:36.045Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b6b0b093-02d7-4be6-b209-bd43b296ed63 --sled-uuid f467eafb-f31a-43a5-ab42-a7b7b4f7cf2e -a sl1/v6 &> /opt/ddmd.log &
28652026-06-23T19:32:36.055Z
28662026-06-23T19:32:36.055Zrunning zone t1.trio setup
28672026-06-23T19:32:36.055Z[t1.trio] svcs milestone/network
28682026-06-23T19:32:36.069ZSTATE STIME FMRI
28692026-06-23T19:32:36.069Zonline 19:32:24 svc:/milestone/network:default
28702026-06-23T19:32:36.069Z[t1.trio] dladm
28712026-06-23T19:32:36.085ZLINK CLASS MTU STATE BRIDGE OVER
28722026-06-23T19:32:36.085Ztfportrear0_0 simnet 9000 up -- ?
28732026-06-23T19:32:36.085Ztfportrear1_0 simnet 9000 up -- ?
28742026-06-23T19:32:36.085Zmg1 vnic 9000 up -- ?
28752026-06-23T19:32:36.085Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28762026-06-23T19:32:36.665Z
28772026-06-23T19:32:36.665Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28782026-06-23T19:32:36.680Z
28792026-06-23T19:32:36.680Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28802026-06-23T19:32:36.693Z
28812026-06-23T19:32:36.693Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28822026-06-23T19:32:36.705Z
28832026-06-23T19:32:36.705Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28842026-06-23T19:32:37.007Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28852026-06-23T19:32:37.010Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28862026-06-23T19:32:37.010Zwaiting 3s for copy of files to zone to complete ...
28872026-06-23T19:32:40.010Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28882026-06-23T19:32:40.142Z
28892026-06-23T19:32:40.142Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28902026-06-23T19:32:40.250Z
28912026-06-23T19:32:40.250Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28922026-06-23T19:32:40.288Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28932026-06-23T19:32:40.318Z[t1.trio] svcadm disable dendrite
28942026-06-23T19:32:40.342Z
28952026-06-23T19:32:40.342Z[t1.trio] svcadm disable tfport
28962026-06-23T19:32:40.367Z
28972026-06-23T19:32:40.367Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28982026-06-23T19:32:40.405Z
28992026-06-23T19:32:40.405Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
29002026-06-23T19:32:40.418Z
29012026-06-23T19:32:40.418Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29022026-06-23T19:32:40.442Z
29032026-06-23T19:32:40.442Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29042026-06-23T19:32:40.467Z
29052026-06-23T19:32:40.467Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29062026-06-23T19:32:40.491Z
29072026-06-23T19:32:40.491Z[t1.trio] svcadm refresh dendrite:default
29082026-06-23T19:32:40.514Z
29092026-06-23T19:32:40.514Z[t1.trio] svcadm enable dendrite:default
29102026-06-23T19:32:40.534Z
29112026-06-23T19:32:40.534Zwait 10s for dendrite to come up ...
29122026-06-23T19:32:50.534Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29132026-06-23T19:32:50.562Z
29142026-06-23T19:32:50.562Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29152026-06-23T19:32:50.586Z
29162026-06-23T19:32:50.586Z[t1.trio] svcadm refresh tfport:default
29172026-06-23T19:32:50.607Z
29182026-06-23T19:32:50.607Z[t1.trio] svcadm enable tfport
29192026-06-23T19:32:50.628Z
29202026-06-23T19:32:50.628Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a5cfb63b-ce82-4522-a6f4-08edf1aaf242 --sled-uuid d80dbf37-e1f3-4dc1-8ddf-9b34e95d72c7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29212026-06-23T19:32:50.641Z
29222026-06-23T19:32:50.641Z[t1.trio] ipadm
29232026-06-23T19:32:50.655ZADDROBJ TYPE STATE ADDR
29242026-06-23T19:32:50.655Zlo0/v4 static ok 127.0.0.1/8
29252026-06-23T19:32:50.655Zmg1/v4 static ok 10.0.0.3/24
29262026-06-23T19:32:50.655Zlo0/v6 static ok ::1/128
29272026-06-23T19:32:50.655Zlo0/u6 static ok fd00:3::1/64
29282026-06-23T19:32:50.655Ztfportrear0_0/v6 addrconf ok fe80::8ca0:72ff:fef1:8932%tfportrear0_0/10
29292026-06-23T19:32:50.655Ztfportrear1_0/v6 addrconf ok fe80::20fe:4bff:feee:1b6e%tfportrear1_0/10
29302026-06-23T19:32:52.741Zinitial peering test passed
29312026-06-23T19:32:53.741Zadvertise from one passed
29322026-06-23T19:32:54.743Zadvertise from two passed
29332026-06-23T19:32:54.743Z[s1.trio] ping fd00:2::1
29342026-06-23T19:32:54.759Zfd00:2::1 is alive
29352026-06-23T19:32:54.759Z[s2.trio] ping fd00:1::1
29362026-06-23T19:32:54.771Zfd00:1::1 is alive
29372026-06-23T19:32:54.771Zconnectivity test passed
29382026-06-23T19:32:54.771Z[t1.trio] pkill ddmd
29392026-06-23T19:32:54.782Z
29402026-06-23T19:33:00.786Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 0f2808ad-ff57-4fe8-adaf-03f5c8c4507f --sled-uuid 8b4d0c51-0f85-43e6-84ea-08cfc2aa7fa0 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29412026-06-23T19:33:00.799Z
29422026-06-23T19:33:00.799Z[t1.trio] ipadm
29432026-06-23T19:33:00.813ZADDROBJ TYPE STATE ADDR
29442026-06-23T19:33:00.813Zlo0/v4 static ok 127.0.0.1/8
29452026-06-23T19:33:00.813Zmg1/v4 static ok 10.0.0.3/24
29462026-06-23T19:33:00.813Zlo0/v6 static ok ::1/128
29472026-06-23T19:33:00.813Zlo0/u6 static ok fd00:3::1/64
29482026-06-23T19:33:00.813Ztfportrear0_0/v6 addrconf ok fe80::8ca0:72ff:fef1:8932%tfportrear0_0/10
29492026-06-23T19:33:00.813Ztfportrear1_0/v6 addrconf ok fe80::20fe:4bff:feee:1b6e%tfportrear1_0/10
29502026-06-23T19:33:03.815Z[s1.trio] ping fd00:2::1
29512026-06-23T19:33:03.829Zfd00:2::1 is alive
29522026-06-23T19:33:03.829Z[s2.trio] ping fd00:1::1
29532026-06-23T19:33:03.841Zfd00:1::1 is alive
29542026-06-23T19:33:03.841Ztransit router restart passed
29552026-06-23T19:33:03.841Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29562026-06-23T19:33:03.859Zlocal v6:
29572026-06-23T19:33:03.859Zfe80::20fe:4bff:feee:1b6e
29582026-06-23T19:33:03.859Zfe80::8ca0:72ff:fef1:8932
29592026-06-23T19:33:03.859Zlocal v4:
29602026-06-23T19:33:03.859Zrouter v6_idx:
29612026-06-23T19:33:03.859Zfd00:2::/64 -> 1
29622026-06-23T19:33:03.860Zfd00:1::/64 -> 0
29632026-06-23T19:33:03.860Zrouter v6_routes:
29642026-06-23T19:33:03.860Z0 -> fe80::e4f4:eeff:fe8e:2d1b (1)
29652026-06-23T19:33:03.860Z1 -> fe80::b0ce:4bff:fe95:1d60 (2)
29662026-06-23T19:33:03.860Zrouter v4_idx:
29672026-06-23T19:33:03.860Zrouter v4_routes:
29682026-06-23T19:33:03.860Zresolver v4:
29692026-06-23T19:33:03.860Z10.0.0.254 -> 02:08:20:e0:bb:d4
29702026-06-23T19:33:03.860Z10.0.0.3 -> 02:08:20:18:e8:3b
29712026-06-23T19:33:03.860Zresolver v6:
29722026-06-23T19:33:03.860Zfe80::e4f4:eeff:fe8e:2d1b -> e6:f4:ee:8e:2d:1b
29732026-06-23T19:33:03.860Zfe80::20fe:4bff:feee:1b6e -> 22:fe:4b:ee:1b:6e
29742026-06-23T19:33:03.860Zfe80::8ca0:72ff:fef1:8932 -> 8e:a0:72:f1:89:32
29752026-06-23T19:33:03.860Zfe80::b0ce:4bff:fe95:1d60 -> b2:ce:4b:95:1d:60
29762026-06-23T19:33:03.860Znat v4:
29772026-06-23T19:33:03.860Znat_v6:
29782026-06-23T19:33:03.860Zport_mac:
29792026-06-23T19:33:03.860Z1000: a8:40:25:63:b5:17
29802026-06-23T19:33:03.860Z1: a8:40:25:63:b5:18
29812026-06-23T19:33:03.860Z2: a8:40:25:63:b5:19
29822026-06-23T19:33:03.860Zproxy arp:
29832026-06-23T19:33:03.860Z[s1.trio] pkill ddmd
29842026-06-23T19:33:03.870Z
29852026-06-23T19:33:07.319Ztest ddm::test_trio_v3 has been running for over 60 seconds
29862026-06-23T19:33:08.871Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29872026-06-23T19:33:08.888Zlocal v6:
29882026-06-23T19:33:08.888Zfe80::20fe:4bff:feee:1b6e
29892026-06-23T19:33:08.888Zfe80::8ca0:72ff:fef1:8932
29902026-06-23T19:33:08.888Zlocal v4:
29912026-06-23T19:33:08.888Zrouter v6_idx:
29922026-06-23T19:33:08.888Zfd00:2::/64 -> 1
29932026-06-23T19:33:08.888Zrouter v6_routes:
29942026-06-23T19:33:08.888Z1 -> fe80::b0ce:4bff:fe95:1d60 (2)
29952026-06-23T19:33:08.888Zrouter v4_idx:
29962026-06-23T19:33:08.888Zrouter v4_routes:
29972026-06-23T19:33:08.888Zresolver v4:
29982026-06-23T19:33:08.888Z10.0.0.254 -> 02:08:20:e0:bb:d4
29992026-06-23T19:33:08.888Z10.0.0.3 -> 02:08:20:18:e8:3b
30002026-06-23T19:33:08.888Zresolver v6:
30012026-06-23T19:33:08.888Zfe80::e4f4:eeff:fe8e:2d1b -> e6:f4:ee:8e:2d:1b
30022026-06-23T19:33:08.888Zfe80::20fe:4bff:feee:1b6e -> 22:fe:4b:ee:1b:6e
30032026-06-23T19:33:08.888Zfe80::8ca0:72ff:fef1:8932 -> 8e:a0:72:f1:89:32
30042026-06-23T19:33:08.888Zfe80::b0ce:4bff:fe95:1d60 -> b2:ce:4b:95:1d:60
30052026-06-23T19:33:08.888Znat v4:
30062026-06-23T19:33:08.888Znat_v6:
30072026-06-23T19:33:08.888Zport_mac:
30082026-06-23T19:33:08.888Z1000: a8:40:25:63:b5:17
30092026-06-23T19:33:08.888Z1: a8:40:25:63:b5:18
30102026-06-23T19:33:08.888Z2: a8:40:25:63:b5:19
30112026-06-23T19:33:08.888Zproxy arp:
30122026-06-23T19:33:08.888Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1054962f-6159-4ddd-89d9-01c55fa3c478 --sled-uuid d805de24-6ea5-41fb-b5e4-e2ac15a5cee6 -a sl0/v6 &> /opt/ddmd.log &
30132026-06-23T19:33:08.899Z
30142026-06-23T19:33:11.901Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30152026-06-23T19:33:11.917Zlocal v6:
30162026-06-23T19:33:11.917Zfe80::20fe:4bff:feee:1b6e
30172026-06-23T19:33:11.917Zfe80::8ca0:72ff:fef1:8932
30182026-06-23T19:33:11.917Zlocal v4:
30192026-06-23T19:33:11.917Zrouter v6_idx:
30202026-06-23T19:33:11.917Zfd00:2::/64 -> 1
30212026-06-23T19:33:11.917Zfd00:1::/64 -> 0
30222026-06-23T19:33:11.917Zrouter v6_routes:
30232026-06-23T19:33:11.917Z0 -> fe80::e4f4:eeff:fe8e:2d1b (1)
30242026-06-23T19:33:11.917Z1 -> fe80::b0ce:4bff:fe95:1d60 (2)
30252026-06-23T19:33:11.917Zrouter v4_idx:
30262026-06-23T19:33:11.917Zrouter v4_routes:
30272026-06-23T19:33:11.917Zresolver v4:
30282026-06-23T19:33:11.917Z10.0.0.254 -> 02:08:20:e0:bb:d4
30292026-06-23T19:33:11.918Z10.0.0.3 -> 02:08:20:18:e8:3b
30302026-06-23T19:33:11.918Zresolver v6:
30312026-06-23T19:33:11.918Zfe80::e4f4:eeff:fe8e:2d1b -> e6:f4:ee:8e:2d:1b
30322026-06-23T19:33:11.918Zfe80::20fe:4bff:feee:1b6e -> 22:fe:4b:ee:1b:6e
30332026-06-23T19:33:11.918Zfe80::8ca0:72ff:fef1:8932 -> 8e:a0:72:f1:89:32
30342026-06-23T19:33:11.918Zfe80::b0ce:4bff:fe95:1d60 -> b2:ce:4b:95:1d:60
30352026-06-23T19:33:11.918Znat v4:
30362026-06-23T19:33:11.918Znat_v6:
30372026-06-23T19:33:11.918Zport_mac:
30382026-06-23T19:33:11.918Z1000: a8:40:25:63:b5:17
30392026-06-23T19:33:11.918Z1: a8:40:25:63:b5:18
30402026-06-23T19:33:11.918Z2: a8:40:25:63:b5:19
30412026-06-23T19:33:11.918Zproxy arp:
30422026-06-23T19:33:11.921Z[s2.trio] netstat -nr -f inet6
30432026-06-23T19:33:11.931ZRouting Table: IPv6
30442026-06-23T19:33:11.931Z Destination/Mask Gateway Flags Ref Use If
30452026-06-23T19:33:11.931Z--------------------------- --------------------------- ----- --- ------- -----
30462026-06-23T19:33:11.931Z::1 ::1 UH 2 0 lo0
30472026-06-23T19:33:11.931Zfd00:1::/64 fe80::20fe:4bff:feee:1b6e UG 1 0 sl1
30482026-06-23T19:33:11.931Zfe80::/10 fe80::b0ce:4bff:fe95:1d60 U 3 64 sl1
30492026-06-23T19:33:11.931Z[s2.trio] ipadm
30502026-06-23T19:33:11.943ZADDROBJ TYPE STATE ADDR
30512026-06-23T19:33:11.944Zlo0/v4 static ok 127.0.0.1/8
30522026-06-23T19:33:11.944Zmg3/v4 static ok 10.0.0.2/24
30532026-06-23T19:33:11.944Zlo0/v6 static ok ::1/128
30542026-06-23T19:33:11.944Zlo0/u6 static ok fd00:2::1/64
30552026-06-23T19:33:11.944Zsl1/v6 addrconf ok fe80::b0ce:4bff:fe95:1d60%sl1/10
30562026-06-23T19:33:11.944Z[s2.trio] route -nv get -inet6 fd00:1::1
30572026-06-23T19:33:11.955Znewrt->ri_dst: inet6 fd00:1::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
30582026-06-23T19:33:11.955Zlocks: inits:
30592026-06-23T19:33:11.955Zsockaddrs: <DST,IFP>
30602026-06-23T19:33:11.955Z fd00:1::1
30612026-06-23T19:33:11.955Z route to: fd00:1::1
30622026-06-23T19:33:11.955Zdestination: fd00:1::
30632026-06-23T19:33:11.955Z mask: ffff:ffff:ffff:ffff::
30642026-06-23T19:33:11.955Z gateway: fe80::20fe:4bff:feee:1b6e
30652026-06-23T19:33:11.956Z interface: sl1 index 3 address b2 ce 4b 95 1d 60
30662026-06-23T19:33:11.956Z flags: <UP,GATEWAY,DONE,STATIC>
30672026-06-23T19:33:11.956Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30682026-06-23T19:33:11.956Z 0 0 0 0 0 0 9000 0
30692026-06-23T19:33:11.956Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30702026-06-23T19:33:11.956Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30712026-06-23T19:33:11.956Z fd00:1:: fe80::20fe:4bff:feee:1b6e ffff:ffff:ffff:ffff:: sl1:b2.ce.4b.95.1d.60 fe80::b0ce:4bff:fe95:1d60
30722026-06-23T19:33:11.956Z[s2.trio] ndp -na
30732026-06-23T19:33:11.968ZNet to Media Table: IPv6
30742026-06-23T19:33:11.968Z If Physical Address Type State Destination/Mask
30752026-06-23T19:33:11.968Z----- ----------------- ------- ------------ ---------------------------
30762026-06-23T19:33:11.968Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30772026-06-23T19:33:11.968Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30782026-06-23T19:33:11.968Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30792026-06-23T19:33:11.968Zsl1 22:fe:4b:ee:1b:6e dynamic REACHABLE fe80::20fe:4bff:feee:1b6e
30802026-06-23T19:33:11.968Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30812026-06-23T19:33:11.968Zsl1 33:33:ff:ee:1b:6e other REACHABLE ff02::1:ffee:1b6e
30822026-06-23T19:33:11.968Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30832026-06-23T19:33:11.968Zsl1 b2:ce:4b:95:1d:60 local REACHABLE fe80::b0ce:4bff:fe95:1d60
30842026-06-23T19:33:11.968Zsl1 33:33:ff:95:1d:60 other REACHABLE ff02::1:ff95:1d60
30852026-06-23T19:33:11.968Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30862026-06-23T19:33:11.981Zlocal v6:
30872026-06-23T19:33:11.982Zfe80::20fe:4bff:feee:1b6e
30882026-06-23T19:33:11.982Zfe80::8ca0:72ff:fef1:8932
30892026-06-23T19:33:11.982Zlocal v4:
30902026-06-23T19:33:11.982Zrouter v6_idx:
30912026-06-23T19:33:11.982Zfd00:2::/64 -> 1
30922026-06-23T19:33:11.982Zfd00:1::/64 -> 0
30932026-06-23T19:33:11.982Zrouter v6_routes:
30942026-06-23T19:33:11.982Z0 -> fe80::e4f4:eeff:fe8e:2d1b (1)
30952026-06-23T19:33:11.982Z1 -> fe80::b0ce:4bff:fe95:1d60 (2)
30962026-06-23T19:33:11.982Zrouter v4_idx:
30972026-06-23T19:33:11.982Zrouter v4_routes:
30982026-06-23T19:33:11.982Zresolver v4:
30992026-06-23T19:33:11.982Z10.0.0.254 -> 02:08:20:e0:bb:d4
31002026-06-23T19:33:11.982Z10.0.0.3 -> 02:08:20:18:e8:3b
31012026-06-23T19:33:11.982Zresolver v6:
31022026-06-23T19:33:11.982Zfe80::e4f4:eeff:fe8e:2d1b -> e6:f4:ee:8e:2d:1b
31032026-06-23T19:33:11.982Zfe80::20fe:4bff:feee:1b6e -> 22:fe:4b:ee:1b:6e
31042026-06-23T19:33:11.982Zfe80::8ca0:72ff:fef1:8932 -> 8e:a0:72:f1:89:32
31052026-06-23T19:33:11.982Zfe80::b0ce:4bff:fe95:1d60 -> b2:ce:4b:95:1d:60
31062026-06-23T19:33:11.983Znat v4:
31072026-06-23T19:33:11.983Znat_v6:
31082026-06-23T19:33:11.983Zport_mac:
31092026-06-23T19:33:11.983Z1000: a8:40:25:63:b5:17
31102026-06-23T19:33:11.983Z1: a8:40:25:63:b5:18
31112026-06-23T19:33:11.983Z2: a8:40:25:63:b5:19
31122026-06-23T19:33:11.983Zproxy arp:
31132026-06-23T19:33:11.983Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31142026-06-23T19:33:12.024ZSubnet Port Link Gateway Vlan
31152026-06-23T19:33:12.024Zfd00:1::/64 rear0 0 fe80::e4f4:eeff:fe8e:2d1b
31162026-06-23T19:33:12.024Zfd00:2::/64 rear1 0 fe80::b0ce:4bff:fe95:1d60
31172026-06-23T19:33:12.025Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31182026-06-23T19:33:12.063Zhost mac age
31192026-06-23T19:33:12.064Z10.0.0.3 02:08:20:18:e8:3b 21s
31202026-06-23T19:33:12.064Z10.0.0.254 02:08:20:e0:bb:d4 19s
31212026-06-23T19:33:12.064Zfe80::20fe:4bff:feee:1b6e 22:fe:4b:ee:1b:6e 21s
31222026-06-23T19:33:12.064Zfe80::8ca0:72ff:fef1:8932 8e:a0:72:f1:89:32 21s
31232026-06-23T19:33:12.064Zfe80::b0ce:4bff:fe95:1d60 b2:ce:4b:95:1d:60 21s
31242026-06-23T19:33:12.064Zfe80::e4f4:eeff:fe8e:2d1b e6:f4:ee:8e:2d:1b 21s
31252026-06-23T19:33:12.064Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31262026-06-23T19:33:12.103ZLink IPv4 IPv6
31272026-06-23T19:33:12.103Zrear0/0 fe80::8ca0:72ff:fef1:8932
31282026-06-23T19:33:12.103Zrear1/0 fe80::20fe:4bff:feee:1b6e
31292026-06-23T19:33:12.103Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31302026-06-23T19:33:13.127ZADDROBJ TYPE STATE ADDR
31312026-06-23T19:33:13.128Zlo0/v4 static ok 127.0.0.1/8
31322026-06-23T19:33:13.128Zmg2/v4 static ok 10.0.0.1/24
31332026-06-23T19:33:13.128Zlo0/v6 static ok ::1/128
31342026-06-23T19:33:13.128Zlo0/u6 static ok fd00:1::1/64
31352026-06-23T19:33:13.128Zsl0/v6 addrconf ok fe80::e4f4:eeff:fe8e:2d1b%sl0/10
31362026-06-23T19:33:13.128Znewrt->ri_dst: inet6 fd00:2::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
31372026-06-23T19:33:13.128Zlocks: inits:
31382026-06-23T19:33:13.128Zsockaddrs: <DST,IFP>
31392026-06-23T19:33:13.128Z fd00:2::1
31402026-06-23T19:33:13.128Z route to: fd00:2::1
31412026-06-23T19:33:13.128Zdestination: fd00:2::
31422026-06-23T19:33:13.128Z mask: ffff:ffff:ffff:ffff::
31432026-06-23T19:33:13.128Z gateway: fe80::8ca0:72ff:fef1:8932
31442026-06-23T19:33:13.128Z interface: sl0 index 3 address e6 f4 ee 8e 2d 1b
31452026-06-23T19:33:13.128Z flags: <UP,GATEWAY,DONE,STATIC>
31462026-06-23T19:33:13.128Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31472026-06-23T19:33:13.128Z 0 0 0 0 0 0 9000 0
31482026-06-23T19:33:13.128Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31492026-06-23T19:33:13.128Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31502026-06-23T19:33:13.128Z fd00:2:: fe80::8ca0:72ff:fef1:8932 ffff:ffff:ffff:ffff:: sl0:e6.f4.ee.8e.2d.1b fe80::e4f4:eeff:fe8e:2d1b
31512026-06-23T19:33:13.128Z
31522026-06-23T19:33:13.128ZNet to Media Table: IPv6
31532026-06-23T19:33:13.128Z If Physical Address Type State Destination/Mask
31542026-06-23T19:33:13.128Z----- ----------------- ------- ------------ ---------------------------
31552026-06-23T19:33:13.128Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31562026-06-23T19:33:13.128Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31572026-06-23T19:33:13.128Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31582026-06-23T19:33:13.128Zsl0 8e:a0:72:f1:89:32 dynamic REACHABLE fe80::8ca0:72ff:fef1:8932
31592026-06-23T19:33:13.128Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31602026-06-23T19:33:13.128Zsl0 e6:f4:ee:8e:2d:1b local REACHABLE fe80::e4f4:eeff:fe8e:2d1b
31612026-06-23T19:33:13.128Zsl0 33:33:ff:f1:89:32 other REACHABLE ff02::1:fff1:8932
31622026-06-23T19:33:13.128Zsl0 33:33:ff:8e:2d:1b other REACHABLE ff02::1:ff8e:2d1b
31632026-06-23T19:33:13.128Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31642026-06-23T19:33:13.128Z
31652026-06-23T19:33:13.129Z
31662026-06-23T19:33:13.129ZRouting Table: IPv6
31672026-06-23T19:33:13.129Z Destination/Mask Gateway Flags Ref Use If
31682026-06-23T19:33:13.129Z--------------------------- --------------------------- ----- --- ------- -----
31692026-06-23T19:33:13.129Z::1 ::1 UH 2 0 lo0
31702026-06-23T19:33:13.129Zfd00:2::/64 fe80::8ca0:72ff:fef1:8932 UG 2 2 sl0
31712026-06-23T19:33:13.129Zfe80::/10 fe80::e4f4:eeff:fe8e:2d1b U 3 64 sl0
31722026-06-23T19:33:13.129ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31732026-06-23T19:33:13.129Z68 bytes from fd00:2::1: icmp_seq=0. time=0.217 ms
31742026-06-23T19:33:13.129Z68 bytes from fd00:2::1: icmp_seq=1. time=0.204 ms
31752026-06-23T19:33:13.129Z
31762026-06-23T19:33:13.129Z----fd00:2::1 PING Statistics----
31772026-06-23T19:33:13.129Z2 packets transmitted, 2 packets received, 0% packet loss
31782026-06-23T19:33:13.129Zround-trip (ms) min/avg/max/stddev = 0.204/0.210/0.217/0.009
31792026-06-23T19:33:13.129Z[s2.trio] ping fd00:1::1
31802026-06-23T19:33:13.140Zfd00:1::1 is alive
31812026-06-23T19:33:13.140Zserver router restart passed
31822026-06-23T19:33:17.145Zpeer expiration recovery passed
31832026-06-23T19:33:18.149Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31842026-06-23T19:33:18.161Z3
31852026-06-23T19:33:18.161Zredundant advertise passed
31862026-06-23T19:33:19.163Ztunnel endpoint advertise passed
31872026-06-23T19:33:24.164Zredundant tunnel endpoint advertise passed
31882026-06-23T19:33:24.164Z[s1.trio] pkill ddmd
31892026-06-23T19:33:24.178Z
31902026-06-23T19:33:29.178Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid dfd69a86-04e6-44fa-b525-6bd6ae5c181e --sled-uuid 065c5b3f-b653-4fa8-bc8c-5b319f26e3fd -a sl0/v6 &> /opt/ddmd.log &
31912026-06-23T19:33:29.191Z
31922026-06-23T19:33:34.197Ztunnel router restart passed
31932026-06-23T19:33:35.199Ztunnel endpoint withdraw passed
31942026-06-23T19:33:35.201Z[t1.trio] pkill ddmd
31952026-06-23T19:33:35.227Z
31962026-06-23T19:33:35.227Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31972026-06-23T19:33:35.227Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31982026-06-23T19:33:37.107Z[s2.trio] pkill ddmd
31992026-06-23T19:33:37.120Z
32002026-06-23T19:33:37.120Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
32012026-06-23T19:33:39.160Z[s1.trio] pkill ddmd
32022026-06-23T19:33:39.181Z
32032026-06-23T19:33:39.181Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32042026-06-23T19:33:40.712Z[sidecar.trio] pkill softnpu
32052026-06-23T19:33:40.725Z
32062026-06-23T19:33:40.725Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32072026-06-23T19:33:43.329Ztest ddm::test_trio_v3 ... ok
32082026-06-23T19:33:43.329Z
32092026-06-23T19:33:43.329Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.01s
32102026-06-23T19:33:43.329Z
32112026-06-23T19:33:43.380Z+ cleanup
32122026-06-23T19:33:43.383Z++ id -un
32132026-06-23T19:33:43.387Z++ id -gn
32142026-06-23T19:33:43.390Z+ pfexec chown -R build:build .
32152026-06-23T19:33:43.508Zprocess exited: duration 705489 ms, exit code 0
 
32162026-06-23T19:33:43.518Zfound 5 output files
32172026-06-23T19:33:43.518Zuploading: /work/s1.trio.log (4220 bytes)
32182026-06-23T19:33:44.529Zuploaded: /work/s1.trio.log
32192026-06-23T19:33:44.529Zuploading: /work/s2.trio.log (10790 bytes)
32202026-06-23T19:33:45.543Zuploaded: /work/s2.trio.log
32212026-06-23T19:33:45.543Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32222026-06-23T19:33:46.553Zuploaded: /work/sidecar.trio-softnpu.log
32232026-06-23T19:33:46.553Zuploading: /work/t1.trio-dpd.log (333260 bytes)
32242026-06-23T19:33:47.568Zuploaded: /work/t1.trio-dpd.log
32252026-06-23T19:33:47.568Zuploading: /work/t1.trio.log (25743 bytes)
32262026-06-23T19:33:48.579Zuploaded: /work/t1.trio.log