01KW2M42KCZ1TDN9C011WZ07ZK: 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: 01KW2M4H4RCG38F683ZVQKXTT0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T18:48:37.017Zjob assigned to worker 01KW2M53CMY439XHM7VNSFFQA6 [factory aws, i-07303d06c956962df] (queued for 1 m 0 s)
 
22026-06-26T18:48:43.384Zstarting task 0: "setup"
32026-06-26T18:48:43.388Z++ uname -s
42026-06-26T18:48:43.392Z+ kern=SunOS
52026-06-26T18:48:43.392Z+ build_user=build
62026-06-26T18:48:43.392Z+ build_uid=12345
72026-06-26T18:48:43.392Z+ work_dir=/work
82026-06-26T18:48:43.392Z+ input_dir=/input
92026-06-26T18:48:43.392Z+ [[ 0 == 12345 ]]
102026-06-26T18:48:43.392Z+ case "$kern" in
112026-06-26T18:48:43.392Z+ groupadd -g 12345 build
122026-06-26T18:48:43.395Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T18:48:45.398Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T18:48:45.480Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T18:48:45.484Z+ home_fs=zfs
162026-06-26T18:48:45.484Z+ [[ zfs == autofs ]]
172026-06-26T18:48:45.484Z+ mkdir -p /home/build
182026-06-26T18:48:45.484Z+ chown build:build /home/build /work
192026-06-26T18:48:47.484Z+ chmod 0700 /home/build /work
202026-06-26T18:48:47.487Zprocess exited: duration 4102 ms, exit code 0
 
212026-06-26T18:48:47.493Zstarting task 1: "rust-toolchain"
222026-06-26T18:48:47.496Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-26T18:48:47.496Z * rust toolchain channel = "stable"
242026-06-26T18:48:47.496Z * rust toolchain profile = "default"
252026-06-26T18:48:47.496Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T18:48:47.496Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T18:48:47.496Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T18:48:47.499Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T18:48:47.499Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-26T18:48:47.618Zinfo: downloading installer
312026-06-26T18:48:49.316Zwarn: It looks like you have an existing installation of Rust at:
322026-06-26T18:48:49.316Zwarn: /opt/ooce/bin
332026-06-26T18:48:49.316Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-26T18:48:49.316Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-26T18:48:49.316Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-26T18:48:49.316Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-26T18:48:49.316Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-26T18:48:49.316Zerror: cannot install while Rust is installed
392026-06-26T18:48:49.317Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-26T18:48:49.317Zwarn: It looks like you have an existing rustup settings file at:
412026-06-26T18:48:49.317Zwarn: /home/build/.rustup/settings.toml
422026-06-26T18:48:49.317Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-26T18:48:49.317Zwarn: instead of the one inferred from the default host triple.
442026-06-26T18:48:49.330Zinfo: profile set to default
452026-06-26T18:48:49.330Zinfo: default host triple is x86_64-unknown-illumos
462026-06-26T18:48:49.333Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-26T18:48:49.469Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-26T18:48:49.472Zinfo: downloading 6 components
492026-06-26T18:49:04.941Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-26T18:49:04.941Z
512026-06-26T18:49:04.973Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-26T18:49:04.973Z
532026-06-26T18:49:04.973Z
542026-06-26T18:49:04.973ZRust is installed now. Great!
552026-06-26T18:49:04.973Z
562026-06-26T18:49:04.973ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-26T18:49:04.973Zenvironment variable. This has not been done automatically.
582026-06-26T18:49:04.973Z
592026-06-26T18:49:04.974ZTo configure your current shell, you need to source
602026-06-26T18:49:04.974Zthe corresponding env file under $HOME/.cargo.
612026-06-26T18:49:04.974Z
622026-06-26T18:49:04.974ZThis is usually done by running one of the following (note the leading DOT):
632026-06-26T18:49:04.974Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-26T18:49:04.974Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-26T18:49:04.974Zsource "~/.cargo/env.nu" # For nushell
662026-06-26T18:49:04.974Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-26T18:49:04.974Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-26T18:49:04.974Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-26T18:49:04.977Zwarn: no default linker (`cc`) was found in your PATH
702026-06-26T18:49:04.977Zwarn: many Rust crates require a system C toolchain to build
712026-06-26T18:49:05.060Z+ rustup --version
722026-06-26T18:49:05.069Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-26T18:49:05.072Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-26T18:49:05.090Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-26T18:49:05.093Z+ cargo --version
762026-06-26T18:49:05.106Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-26T18:49:05.109Z+ rustc --version
782026-06-26T18:49:05.128Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-26T18:49:05.134Zprocess exited: duration 17634 ms, exit code 0
 
802026-06-26T18:49:05.140Zstarting task 2: "authentication"
812026-06-26T18:49:05.156Zprocess exited: duration 15 ms, exit code 0
 
822026-06-26T18:49:05.162Zstarting task 3: "clone repository"
832026-06-26T18:49:05.165Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-26T18:49:05.168Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-26T18:49:05.197ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-26T18:49:06.443Z+ cd /work/oxidecomputer/maghemite
872026-06-26T18:49:06.443Z+ git fetch origin ec78e31353553c5b99747c7416890b16981df11a
882026-06-26T18:49:06.714ZFrom https://github.com/oxidecomputer/maghemite
892026-06-26T18:49:06.714Z * branch ec78e31353553c5b99747c7416890b16981df11a -> FETCH_HEAD
902026-06-26T18:49:06.719Z+ [[ -n trey/unnumbered-cleanup ]]
912026-06-26T18:49:06.722Z++ git branch --show-current
922026-06-26T18:49:06.722Z+ current=main
932026-06-26T18:49:06.722Z+ [[ main != trey/unnumbered-cleanup ]]
942026-06-26T18:49:06.722Z+ git branch -f trey/unnumbered-cleanup ec78e31353553c5b99747c7416890b16981df11a
952026-06-26T18:49:06.725Z+ git checkout -f trey/unnumbered-cleanup
962026-06-26T18:49:06.743ZSwitched to branch 'trey/unnumbered-cleanup'
972026-06-26T18:49:06.746Z+ git reset --hard ec78e31353553c5b99747c7416890b16981df11a
982026-06-26T18:49:06.753ZHEAD is now at ec78e31 Merge branch 'main' into trey/unnumbered-cleanup
992026-06-26T18:49:06.756Zprocess exited: duration 1591 ms, exit code 0
 
1002026-06-26T18:49:06.761Zstarting task 4: "build"
1012026-06-26T18:49:06.767Z++ dladm
1022026-06-26T18:49:06.772ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-26T18:49:06.772Zena0 phys 9216 up -- --
1042026-06-26T18:49:06.777Z++ ipadm
1052026-06-26T18:49:06.777ZADDROBJ TYPE STATE ADDR
1062026-06-26T18:49:06.777Zlo0/v4 static ok 127.0.0.1/8
1072026-06-26T18:49:06.777Zena0/dhcp dhcp ok 10.150.1.119/24
1082026-06-26T18:49:06.777Zlo0/v6 static ok ::1/128
1092026-06-26T18:49:06.777Z++ banner collect
1102026-06-26T18:49:06.777Z
1112026-06-26T18:49:06.777Z #### #### # # ###### #### #####
1122026-06-26T18:49:06.777Z # # # # # # # # # #
1132026-06-26T18:49:06.778Z # # # # # ##### # #
1142026-06-26T18:49:06.778Z # # # # # # # #
1152026-06-26T18:49:06.778Z # # # # # # # # # #
1162026-06-26T18:49:06.778Z #### #### ###### ###### ###### #### #
1172026-06-26T18:49:06.778Z
1182026-06-26T18:49:06.778Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-26T18:49:06.778Z++ repo=softnpu
1202026-06-26T18:49:06.778Z++ series=image
1212026-06-26T18:49:06.778Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-26T18:49:06.778Z++ name=softnpu
1232026-06-26T18:49:06.778Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-26T18:49:06.778Z++ mkdir -p download
1252026-06-26T18:49:06.784Z++ pushd download
1262026-06-26T18:49:06.784Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-26T18:49:06.785Z++ [[ ! -f softnpu ]]
1282026-06-26T18:49:06.785Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-26T18:49:06.793Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-26T18:49:06.793Z Dload Upload Total Spent Left Speed
1312026-06-26T18:49:07.218Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 36.24M 0 0 100 15.63M 100 15.63M 0 0 36.23M 0 0 100 15.63M 100 15.63M 0 0 36.23M 0 0
1322026-06-26T18:49:07.226Z++ popd
1332026-06-26T18:49:07.226Z/work/oxidecomputer/maghemite
1342026-06-26T18:49:07.226Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-26T18:49:07.226Z++ repo=sidecar-lite
1362026-06-26T18:49:07.226Z++ series=release
1372026-06-26T18:49:07.226Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-26T18:49:07.226Z++ name=libsidecar_lite.so
1392026-06-26T18:49:07.226Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-26T18:49:07.226Z++ mkdir -p download
1412026-06-26T18:49:07.226Z++ pushd download
1422026-06-26T18:49:07.226Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-26T18:49:07.226Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-26T18:49:07.226Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-26T18:49:07.226Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-26T18:49:07.226Z Dload Upload Total Spent Left Speed
1472026-06-26T18:49:07.561Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 35.54M 0 0 100 12.04M 100 12.04M 0 0 35.54M 0 0 100 12.04M 100 12.04M 0 0 35.54M 0 0
1482026-06-26T18:49:07.563Z++ popd
1492026-06-26T18:49:07.563Z/work/oxidecomputer/maghemite
1502026-06-26T18:49:07.563Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-26T18:49:07.563Z++ repo=sidecar-lite
1522026-06-26T18:49:07.563Z++ series=release
1532026-06-26T18:49:07.564Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-26T18:49:07.564Z++ name=scadm
1552026-06-26T18:49:07.564Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-26T18:49:07.564Z++ mkdir -p download
1572026-06-26T18:49:07.567Z++ pushd download
1582026-06-26T18:49:07.567Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-26T18:49:07.567Z++ [[ ! -f scadm ]]
1602026-06-26T18:49:07.567Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-26T18:49:07.570Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-26T18:49:07.570Z Dload Upload Total Spent Left Speed
1632026-06-26T18:49:07.842Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 58.09M 0 0 100 15.78M 100 15.78M 0 0 58.08M 0 0 100 15.78M 100 15.78M 0 0 58.07M 0 0
1642026-06-26T18:49:07.845Z++ popd
1652026-06-26T18:49:07.846Z/work/oxidecomputer/maghemite
1662026-06-26T18:49:07.846Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-26T18:49:07.846Z++ repo=dendrite
1682026-06-26T18:49:07.846Z++ series=image
1692026-06-26T18:49:07.846Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-26T18:49:07.846Z++ name=dendrite-softnpu.tar.gz
1712026-06-26T18:49:07.846Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-26T18:49:07.846Z++ mkdir -p download
1732026-06-26T18:49:07.849Z++ pushd download
1742026-06-26T18:49:07.849Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-26T18:49:07.849Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-26T18:49:07.849Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-26T18:49:07.854Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-26T18:49:07.858Z Dload Upload Total Spent Left Speed
1792026-06-26T18:49:08.749Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 79.94M 0 0 100 71.59M 100 71.59M 0 0 79.94M 0 0 100 71.59M 100 71.59M 0 0 79.93M 0 0
1802026-06-26T18:49:08.752Z++ popd
1812026-06-26T18:49:08.757Z/work/oxidecomputer/maghemite
1822026-06-26T18:49:08.757Z++ get_artifact maghemite release ec78e31353553c5b99747c7416890b16981df11a ddm
1832026-06-26T18:49:08.757Z++ repo=maghemite
1842026-06-26T18:49:08.757Z++ series=release
1852026-06-26T18:49:08.757Z++ commit=ec78e31353553c5b99747c7416890b16981df11a
1862026-06-26T18:49:08.757Z++ name=ddm
1872026-06-26T18:49:08.757Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-26T18:49:08.757Z++ mkdir -p download
1892026-06-26T18:49:08.757Z++ pushd download
1902026-06-26T18:49:08.757Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-26T18:49:08.757Z++ [[ ! -f ddm ]]
1922026-06-26T18:49:08.757Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ec78e31353553c5b99747c7416890b16981df11a/ddm
1932026-06-26T18:49:08.763Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-26T18:49:08.768Z Dload Upload Total Spent Left Speed
1952026-06-26T18:49:08.816Z 0 0 0 0 0 0 0 0 0
1962026-06-26T18:49:08.816Zcurl: (22) The requested URL returned error: 404
1972026-06-26T18:49:08.819Z++ popd
1982026-06-26T18:49:08.819Z/work/oxidecomputer/maghemite
1992026-06-26T18:49:08.819Z++ get_artifact maghemite release ec78e31353553c5b99747c7416890b16981df11a ddmadm
2002026-06-26T18:49:08.819Z++ repo=maghemite
2012026-06-26T18:49:08.819Z++ series=release
2022026-06-26T18:49:08.819Z++ commit=ec78e31353553c5b99747c7416890b16981df11a
2032026-06-26T18:49:08.819Z++ name=ddmadm
2042026-06-26T18:49:08.819Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-26T18:49:08.819Z++ mkdir -p download
2062026-06-26T18:49:08.819Z++ pushd download
2072026-06-26T18:49:08.822Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-26T18:49:08.822Z++ [[ ! -f ddmadm ]]
2092026-06-26T18:49:08.822Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ec78e31353553c5b99747c7416890b16981df11a/ddmadm
2102026-06-26T18:49:08.835Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-26T18:49:08.835Z Dload Upload Total Spent Left Speed
2122026-06-26T18:49:08.884Z 0 0 0 0 0 0 0 0 0
2132026-06-26T18:49:08.887Zcurl: (22) The requested URL returned error: 404
2142026-06-26T18:49:08.887Z++ popd
2152026-06-26T18:49:08.887Z/work/oxidecomputer/maghemite
2162026-06-26T18:49:08.887Z++ pushd download
2172026-06-26T18:49:08.887Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-26T18:49:08.887Z++ chmod +x softnpu
2192026-06-26T18:49:08.887Z++ chmod +x scadm
2202026-06-26T18:49:08.890Z++ chmod +x ddmadm
2212026-06-26T18:49:08.890Zchmod: WARNING: can't access ddmadm
2222026-06-26T18:49:08.890Z++ chmod +x ddmd
2232026-06-26T18:49:08.890Zchmod: WARNING: can't access ddmd
2242026-06-26T18:49:08.890Z++ mv ddmadm ddmadm-v2
2252026-06-26T18:49:08.893Zmv: cannot access ddmadm
2262026-06-26T18:49:08.893Z++ mv ddmd ddmd-v2
2272026-06-26T18:49:08.893Zmv: cannot access ddmd
2282026-06-26T18:49:08.893Z++ rm -rf zones/dendrite
2292026-06-26T18:49:08.893Z++ mkdir -p zones/dendrite
2302026-06-26T18:49:08.896Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-26T18:49:09.915Z++ 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-26T18:49:09.918Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-26T18:49:09.921Z++ popd
2342026-06-26T18:49:09.921Z/work/oxidecomputer/maghemite
2352026-06-26T18:49:09.921Z++ banner install
2362026-06-26T18:49:09.921Z
2372026-06-26T18:49:09.921Z # # # #### ##### ## # #
2382026-06-26T18:49:09.921Z # ## # # # # # # #
2392026-06-26T18:49:09.921Z # # # # #### # # # # #
2402026-06-26T18:49:09.921Z # # # # # # ###### # #
2412026-06-26T18:49:09.921Z # # ## # # # # # # #
2422026-06-26T18:49:09.921Z # # # #### # # # ###### ######
2432026-06-26T18:49:09.921Z
2442026-06-26T18:49:09.921Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-26T18:49:09.921Z++ set +o errexit
2462026-06-26T18:49:09.921Z++ pkg info clang-15
2472026-06-26T18:49:09.921Z++ grep -qi installed
2482026-06-26T18:49:11.102Zpkg: info: no packages matching the following patterns you specified are
2492026-06-26T18:49:11.102Zinstalled on the system. Try querying remotely instead:
2502026-06-26T18:49:11.102Z
2512026-06-26T18:49:11.102Z clang-15
2522026-06-26T18:49:11.139Z++ [[ 1 != 0 ]]
2532026-06-26T18:49:11.139Z++ set -o errexit
2542026-06-26T18:49:11.139Z++ pfexec pkg install clang-15
2552026-06-26T18:49:18.753Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-26T18:49:26.484Z Startup: Caching catalogs ... Done
2572026-06-26T18:49:33.823ZPlanning: Solver setup ... Done
2582026-06-26T18:49:33.865ZPlanning: Running solver ... Done
2592026-06-26T18:49:34.008ZPlanning: Finding local manifests ... Done
2602026-06-26T18:49:34.024ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-26T18:49:34.113ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-26T18:49:34.143ZPlanning: Package planning ... Done
2632026-06-26T18:49:34.169ZPlanning: Merging actions ... Done
2642026-06-26T18:49:34.273ZPlanning: Checking for conflicting actions ... Done
2652026-06-26T18:49:34.280ZPlanning: Consolidating action changes ... Done
2662026-06-26T18:49:35.054ZPlanning: Evaluating mediators ... Done
2672026-06-26T18:49:35.060ZPlanning: Planning completed in 8.41 seconds
2682026-06-26T18:49:35.070Z Packages to install: 2
2692026-06-26T18:49:35.070Z Mediators to change: 2
2702026-06-26T18:49:35.073Z Services to change: 1
2712026-06-26T18:49:35.073Z Create boot environment: No
2722026-06-26T18:49:35.073ZCreate backup boot environment: No
2732026-06-26T18:49:35.112Z
2742026-06-26T18:49:35.112ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-26T18:49:40.122ZDownload: 548/3076 items 17.2/211.3MB 8% complete (3.5M/s)
2762026-06-26T18:49:45.321ZDownload: 983/3076 items 82.2/211.3MB 38% complete (10.4M/s)
2772026-06-26T18:49:50.362ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (10.1M/s)
2782026-06-26T18:50:03.786ZDownload: 2010/3076 items 117.9/211.3MB 55% complete
2792026-06-26T18:50:08.906ZDownload: 3030/3076 items 201.6/211.3MB 95% complete (19.2M/s)
2802026-06-26T18:50:22.329ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
2812026-06-26T18:50:23.652ZDownload: Completed 211.31 MB in 48.53 seconds (4.3M/s)
2822026-06-26T18:50:23.778Z Actions: 1/3418 actions (Installing new actions)
2832026-06-26T18:50:26.950Z Actions: Completed 3418 actions in 3.17 seconds.
2842026-06-26T18:50:27.618Z Done
2852026-06-26T18:50:27.618Z Done
2862026-06-26T18:50:28.361Z Done
2872026-06-26T18:50:31.766Z Done
2882026-06-26T18:50:31.836Z Done
2892026-06-26T18:50:31.839Z Done
2902026-06-26T18:50:32.121Z Done
2912026-06-26T18:50:32.816Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2922026-06-26T18:50:32.816Z++ set +o errexit
2932026-06-26T18:50:32.819Z++ pkg info pkg-config
2942026-06-26T18:50:32.819Z++ grep -qi installed
2952026-06-26T18:50:33.045Z++ [[ 0 != 0 ]]
2962026-06-26T18:50:33.045Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2972026-06-26T18:50:33.045Z++ set +o errexit
2982026-06-26T18:50:33.048Z++ pkg info brand/omicron1
2992026-06-26T18:50:33.048Z++ grep -qi installed
3002026-06-26T18:50:33.230Zpkg: info: no packages matching the following patterns you specified are
3012026-06-26T18:50:33.230Zinstalled on the system. Try querying remotely instead:
3022026-06-26T18:50:33.230Z
3032026-06-26T18:50:33.230Z brand/omicron1
3042026-06-26T18:50:33.265Z++ [[ 1 != 0 ]]
3052026-06-26T18:50:33.265Z++ set -o errexit
3062026-06-26T18:50:33.265Z++ pfexec pkg install brand/omicron1
3072026-06-26T18:50:33.676Z Startup: Refreshing catalog 'helios-dev' ... Done
3082026-06-26T18:50:41.158ZPlanning: Solver setup ... Done
3092026-06-26T18:50:41.198ZPlanning: Running solver ... Done
3102026-06-26T18:50:41.344ZPlanning: Finding local manifests ... Done
3112026-06-26T18:50:41.347ZPlanning: Fetching manifests: 0/2 0% complete
3122026-06-26T18:50:41.470ZPlanning: Fetching manifests: 2/2 100% complete
3132026-06-26T18:50:41.482ZPlanning: Package planning ... Done
3142026-06-26T18:50:41.485ZPlanning: Merging actions ... Done
3152026-06-26T18:50:41.636ZPlanning: Checking for conflicting actions ... Done
3162026-06-26T18:50:41.639ZPlanning: Consolidating action changes ... Done
3172026-06-26T18:50:41.798ZPlanning: Evaluating mediators ... Done
3182026-06-26T18:50:41.802ZPlanning: Planning completed in 8.12 seconds
3192026-06-26T18:50:41.806Z Packages to install: 2
3202026-06-26T18:50:41.806Z Create boot environment: No
3212026-06-26T18:50:41.806ZCreate backup boot environment: No
3222026-06-26T18:50:41.835Z
3232026-06-26T18:50:41.835ZDownload: 0/5 items 0.0/1.1MB 0% complete
3242026-06-26T18:50:41.857ZDownload: Completed 1.07 MB in 0.02 seconds (49.0M/s)
3252026-06-26T18:50:41.917Z Actions: 1/28 actions (Installing new actions)
3262026-06-26T18:50:41.930Z Actions: Completed 28 actions in 0.01 seconds.
3272026-06-26T18:50:42.449Z Done
3282026-06-26T18:50:42.449Z Done
3292026-06-26T18:50:43.100Z Done
3302026-06-26T18:50:45.975Z Done
3312026-06-26T18:50:46.054Z Done
3322026-06-26T18:50:46.058Z Done
3332026-06-26T18:50:46.181Z Done
3342026-06-26T18:50:46.324Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3352026-06-26T18:50:46.324Z++ set +o errexit
3362026-06-26T18:50:46.327Z++ pkg info brand/omicron1/tools
3372026-06-26T18:50:46.327Z++ grep -qi installed
3382026-06-26T18:50:46.513Zpkg: info: no packages matching the following patterns you specified are
3392026-06-26T18:50:46.513Zinstalled on the system. Try querying remotely instead:
3402026-06-26T18:50:46.513Z
3412026-06-26T18:50:46.513Z brand/omicron1/tools
3422026-06-26T18:50:46.548Z++ [[ 1 != 0 ]]
3432026-06-26T18:50:46.548Z++ set -o errexit
3442026-06-26T18:50:46.548Z++ pfexec pkg install brand/omicron1/tools
3452026-06-26T18:50:46.941Z Startup: Refreshing catalog 'helios-dev' ... Done
3462026-06-26T18:50:54.292ZPlanning: Solver setup ... Done
3472026-06-26T18:50:54.331ZPlanning: Running solver ... Done
3482026-06-26T18:50:54.474ZPlanning: Finding local manifests ... Done
3492026-06-26T18:50:54.477ZPlanning: Fetching manifests: 0/1 0% complete
3502026-06-26T18:50:54.593ZPlanning: Fetching manifests: 1/1 100% complete
3512026-06-26T18:50:54.605ZPlanning: Package planning ... Done
3522026-06-26T18:50:54.608ZPlanning: Merging actions ... Done
3532026-06-26T18:50:54.748ZPlanning: Checking for conflicting actions ... Done
3542026-06-26T18:50:54.751ZPlanning: Consolidating action changes ... Done
3552026-06-26T18:50:54.904ZPlanning: Evaluating mediators ... Done
3562026-06-26T18:50:54.906ZPlanning: Planning completed in 7.96 seconds
3572026-06-26T18:50:54.911Z Packages to install: 1
3582026-06-26T18:50:54.912Z Services to change: 1
3592026-06-26T18:50:54.915Z Create boot environment: No
3602026-06-26T18:50:54.915ZCreate backup boot environment: No
3612026-06-26T18:50:54.941Z
3622026-06-26T18:50:54.941ZDownload: 0/2 items 0.0/1.2MB 0% complete
3632026-06-26T18:50:54.967ZDownload: Completed 1.19 MB in 0.03 seconds (45.0M/s)
3642026-06-26T18:50:55.029Z Actions: 1/19 actions (Installing new actions)
3652026-06-26T18:50:55.042Z Actions: Completed 19 actions in 0.01 seconds.
3662026-06-26T18:50:55.566Z Done
3672026-06-26T18:50:55.567Z Done
3682026-06-26T18:50:56.237Z Done
3692026-06-26T18:50:59.141Z Done
3702026-06-26T18:50:59.216Z Done
3712026-06-26T18:50:59.219Z Done
3722026-06-26T18:50:59.377Z Done
3732026-06-26T18:50:59.517Z++ pfexec svcadm enable baseline
3742026-06-26T18:50:59.533Z++ retry=0
3752026-06-26T18:50:59.536Z+++ svcs -Hostate baseline
3762026-06-26T18:50:59.548Z++ [[ offline* != online ]]
3772026-06-26T18:50:59.548Z++ [[ 0 -gt 300 ]]
3782026-06-26T18:50:59.548Z++ sleep 1
3792026-06-26T18:51:00.551Z++ retry=1
3802026-06-26T18:51:00.554Z+++ svcs -Hostate baseline
3812026-06-26T18:51:00.565Z++ [[ offline* != online ]]
3822026-06-26T18:51:00.565Z++ [[ 1 -gt 300 ]]
3832026-06-26T18:51:00.565Z++ sleep 1
3842026-06-26T18:51:01.566Z++ retry=2
3852026-06-26T18:51:01.569Z+++ svcs -Hostate baseline
3862026-06-26T18:51:01.580Z++ [[ offline* != online ]]
3872026-06-26T18:51:01.580Z++ [[ 2 -gt 300 ]]
3882026-06-26T18:51:01.580Z++ sleep 1
3892026-06-26T18:51:02.583Z++ retry=3
3902026-06-26T18:51:02.586Z+++ svcs -Hostate baseline
3912026-06-26T18:51:02.599Z++ [[ offline* != online ]]
3922026-06-26T18:51:02.599Z++ [[ 3 -gt 300 ]]
3932026-06-26T18:51:02.599Z++ sleep 1
3942026-06-26T18:51:03.601Z++ retry=4
3952026-06-26T18:51:03.604Z+++ svcs -Hostate baseline
3962026-06-26T18:51:03.614Z++ [[ offline* != online ]]
3972026-06-26T18:51:03.614Z++ [[ 4 -gt 300 ]]
3982026-06-26T18:51:03.614Z++ sleep 1
3992026-06-26T18:51:04.616Z++ retry=5
4002026-06-26T18:51:04.619Z+++ svcs -Hostate baseline
4012026-06-26T18:51:04.630Z++ [[ offline* != online ]]
4022026-06-26T18:51:04.630Z++ [[ 5 -gt 300 ]]
4032026-06-26T18:51:04.633Z++ sleep 1
4042026-06-26T18:51:05.633Z++ retry=6
4052026-06-26T18:51:05.636Z+++ svcs -Hostate baseline
4062026-06-26T18:51:05.647Z++ [[ offline* != online ]]
4072026-06-26T18:51:05.647Z++ [[ 6 -gt 300 ]]
4082026-06-26T18:51:05.650Z++ sleep 1
4092026-06-26T18:51:06.650Z++ retry=7
4102026-06-26T18:51:06.653Z+++ svcs -Hostate baseline
4112026-06-26T18:51:06.665Z++ [[ offline* != online ]]
4122026-06-26T18:51:06.665Z++ [[ 7 -gt 300 ]]
4132026-06-26T18:51:06.668Z++ sleep 1
4142026-06-26T18:51:07.665Z++ retry=8
4152026-06-26T18:51:07.669Z+++ svcs -Hostate baseline
4162026-06-26T18:51:07.680Z++ [[ offline* != online ]]
4172026-06-26T18:51:07.680Z++ [[ 8 -gt 300 ]]
4182026-06-26T18:51:07.680Z++ sleep 1
4192026-06-26T18:51:08.682Z++ retry=9
4202026-06-26T18:51:08.700Z+++ svcs -Hostate baseline
4212026-06-26T18:51:08.700Z++ [[ offline* != online ]]
4222026-06-26T18:51:08.700Z++ [[ 9 -gt 300 ]]
4232026-06-26T18:51:08.700Z++ sleep 1
4242026-06-26T18:51:09.700Z++ retry=10
4252026-06-26T18:51:09.703Z+++ svcs -Hostate baseline
4262026-06-26T18:51:09.714Z++ [[ offline* != online ]]
4272026-06-26T18:51:09.714Z++ [[ 10 -gt 300 ]]
4282026-06-26T18:51:09.714Z++ sleep 1
4292026-06-26T18:51:10.716Z++ retry=11
4302026-06-26T18:51:10.719Z+++ svcs -Hostate baseline
4312026-06-26T18:51:10.730Z++ [[ offline* != online ]]
4322026-06-26T18:51:10.730Z++ [[ 11 -gt 300 ]]
4332026-06-26T18:51:10.733Z++ sleep 1
4342026-06-26T18:51:11.732Z++ retry=12
4352026-06-26T18:51:11.736Z+++ svcs -Hostate baseline
4362026-06-26T18:51:11.747Z++ [[ offline* != online ]]
4372026-06-26T18:51:11.747Z++ [[ 12 -gt 300 ]]
4382026-06-26T18:51:11.747Z++ sleep 1
4392026-06-26T18:51:12.749Z++ retry=13
4402026-06-26T18:51:12.752Z+++ svcs -Hostate baseline
4412026-06-26T18:51:12.763Z++ [[ offline* != online ]]
4422026-06-26T18:51:12.763Z++ [[ 13 -gt 300 ]]
4432026-06-26T18:51:12.766Z++ sleep 1
4442026-06-26T18:51:13.765Z++ retry=14
4452026-06-26T18:51:13.768Z+++ svcs -Hostate baseline
4462026-06-26T18:51:13.780Z++ [[ offline* != online ]]
4472026-06-26T18:51:13.780Z++ [[ 14 -gt 300 ]]
4482026-06-26T18:51:13.780Z++ sleep 1
4492026-06-26T18:51:14.782Z++ retry=15
4502026-06-26T18:51:14.785Z+++ svcs -Hostate baseline
4512026-06-26T18:51:14.796Z++ [[ offline* != online ]]
4522026-06-26T18:51:14.796Z++ [[ 15 -gt 300 ]]
4532026-06-26T18:51:14.796Z++ sleep 1
4542026-06-26T18:51:15.798Z++ retry=16
4552026-06-26T18:51:15.802Z+++ svcs -Hostate baseline
4562026-06-26T18:51:15.813Z++ [[ offline* != online ]]
4572026-06-26T18:51:15.813Z++ [[ 16 -gt 300 ]]
4582026-06-26T18:51:15.813Z++ sleep 1
4592026-06-26T18:51:16.815Z++ retry=17
4602026-06-26T18:51:16.818Z+++ svcs -Hostate baseline
4612026-06-26T18:51:16.829Z++ [[ offline* != online ]]
4622026-06-26T18:51:16.829Z++ [[ 17 -gt 300 ]]
4632026-06-26T18:51:16.829Z++ sleep 1
4642026-06-26T18:51:17.831Z++ retry=18
4652026-06-26T18:51:17.834Z+++ svcs -Hostate baseline
4662026-06-26T18:51:17.846Z++ [[ offline* != online ]]
4672026-06-26T18:51:17.846Z++ [[ 18 -gt 300 ]]
4682026-06-26T18:51:17.849Z++ sleep 1
4692026-06-26T18:51:18.848Z++ retry=19
4702026-06-26T18:51:18.852Z+++ svcs -Hostate baseline
4712026-06-26T18:51:18.862Z++ [[ offline* != online ]]
4722026-06-26T18:51:18.862Z++ [[ 19 -gt 300 ]]
4732026-06-26T18:51:18.865Z++ sleep 1
4742026-06-26T18:51:19.865Z++ retry=20
4752026-06-26T18:51:19.869Z+++ svcs -Hostate baseline
4762026-06-26T18:51:19.881Z++ [[ offline* != online ]]
4772026-06-26T18:51:19.881Z++ [[ 20 -gt 300 ]]
4782026-06-26T18:51:19.881Z++ sleep 1
4792026-06-26T18:51:20.882Z++ retry=21
4802026-06-26T18:51:20.885Z+++ svcs -Hostate baseline
4812026-06-26T18:51:20.897Z++ [[ offline* != online ]]
4822026-06-26T18:51:20.897Z++ [[ 21 -gt 300 ]]
4832026-06-26T18:51:20.897Z++ sleep 1
4842026-06-26T18:51:21.899Z++ retry=22
4852026-06-26T18:51:21.901Z+++ svcs -Hostate baseline
4862026-06-26T18:51:21.913Z++ [[ offline* != online ]]
4872026-06-26T18:51:21.913Z++ [[ 22 -gt 300 ]]
4882026-06-26T18:51:21.916Z++ sleep 1
4892026-06-26T18:51:22.915Z++ retry=23
4902026-06-26T18:51:22.918Z+++ svcs -Hostate baseline
4912026-06-26T18:51:22.930Z++ [[ offline* != online ]]
4922026-06-26T18:51:22.930Z++ [[ 23 -gt 300 ]]
4932026-06-26T18:51:22.930Z++ sleep 1
4942026-06-26T18:51:23.932Z++ retry=24
4952026-06-26T18:51:23.935Z+++ svcs -Hostate baseline
4962026-06-26T18:51:23.946Z++ [[ offline* != online ]]
4972026-06-26T18:51:23.946Z++ [[ 24 -gt 300 ]]
4982026-06-26T18:51:23.949Z++ sleep 1
4992026-06-26T18:51:24.948Z++ retry=25
5002026-06-26T18:51:24.952Z+++ svcs -Hostate baseline
5012026-06-26T18:51:24.964Z++ [[ offline* != online ]]
5022026-06-26T18:51:24.964Z++ [[ 25 -gt 300 ]]
5032026-06-26T18:51:24.967Z++ sleep 1
5042026-06-26T18:51:25.964Z++ retry=26
5052026-06-26T18:51:25.968Z+++ svcs -Hostate baseline
5062026-06-26T18:51:25.979Z++ [[ offline* != online ]]
5072026-06-26T18:51:25.979Z++ [[ 26 -gt 300 ]]
5082026-06-26T18:51:25.982Z++ sleep 1
5092026-06-26T18:51:26.981Z++ retry=27
5102026-06-26T18:51:26.984Z+++ svcs -Hostate baseline
5112026-06-26T18:51:26.995Z++ [[ offline* != online ]]
5122026-06-26T18:51:26.995Z++ [[ 27 -gt 300 ]]
5132026-06-26T18:51:26.999Z++ sleep 1
5142026-06-26T18:51:27.997Z++ retry=28
5152026-06-26T18:51:28.001Z+++ svcs -Hostate baseline
5162026-06-26T18:51:28.012Z++ [[ offline* != online ]]
5172026-06-26T18:51:28.012Z++ [[ 28 -gt 300 ]]
5182026-06-26T18:51:28.012Z++ sleep 1
5192026-06-26T18:51:29.014Z++ retry=29
5202026-06-26T18:51:29.017Z+++ svcs -Hostate baseline
5212026-06-26T18:51:29.029Z++ [[ offline* != online ]]
5222026-06-26T18:51:29.029Z++ [[ 29 -gt 300 ]]
5232026-06-26T18:51:29.029Z++ sleep 1
5242026-06-26T18:51:30.031Z++ retry=30
5252026-06-26T18:51:30.034Z+++ svcs -Hostate baseline
5262026-06-26T18:51:30.047Z++ [[ offline* != online ]]
5272026-06-26T18:51:30.047Z++ [[ 30 -gt 300 ]]
5282026-06-26T18:51:30.047Z++ sleep 1
5292026-06-26T18:51:31.047Z++ retry=31
5302026-06-26T18:51:31.050Z+++ svcs -Hostate baseline
5312026-06-26T18:51:31.062Z++ [[ offline* != online ]]
5322026-06-26T18:51:31.062Z++ [[ 31 -gt 300 ]]
5332026-06-26T18:51:31.062Z++ sleep 1
5342026-06-26T18:51:32.064Z++ retry=32
5352026-06-26T18:51:32.068Z+++ svcs -Hostate baseline
5362026-06-26T18:51:32.078Z++ [[ offline* != online ]]
5372026-06-26T18:51:32.078Z++ [[ 32 -gt 300 ]]
5382026-06-26T18:51:32.081Z++ sleep 1
5392026-06-26T18:51:33.080Z++ retry=33
5402026-06-26T18:51:33.083Z+++ svcs -Hostate baseline
5412026-06-26T18:51:33.096Z++ [[ offline* != online ]]
5422026-06-26T18:51:33.096Z++ [[ 33 -gt 300 ]]
5432026-06-26T18:51:33.100Z++ sleep 1
5442026-06-26T18:51:34.097Z++ retry=34
5452026-06-26T18:51:34.100Z+++ svcs -Hostate baseline
5462026-06-26T18:51:34.111Z++ [[ offline* != online ]]
5472026-06-26T18:51:34.111Z++ [[ 34 -gt 300 ]]
5482026-06-26T18:51:34.114Z++ sleep 1
5492026-06-26T18:51:35.114Z++ retry=35
5502026-06-26T18:51:35.117Z+++ svcs -Hostate baseline
5512026-06-26T18:51:35.128Z++ [[ offline* != online ]]
5522026-06-26T18:51:35.128Z++ [[ 35 -gt 300 ]]
5532026-06-26T18:51:35.128Z++ sleep 1
5542026-06-26T18:51:36.130Z++ retry=36
5552026-06-26T18:51:36.133Z+++ svcs -Hostate baseline
5562026-06-26T18:51:36.145Z++ [[ offline* != online ]]
5572026-06-26T18:51:36.145Z++ [[ 36 -gt 300 ]]
5582026-06-26T18:51:36.145Z++ sleep 1
5592026-06-26T18:51:37.146Z++ retry=37
5602026-06-26T18:51:37.150Z+++ svcs -Hostate baseline
5612026-06-26T18:51:37.161Z++ [[ offline* != online ]]
5622026-06-26T18:51:37.161Z++ [[ 37 -gt 300 ]]
5632026-06-26T18:51:37.161Z++ sleep 1
5642026-06-26T18:51:38.163Z++ retry=38
5652026-06-26T18:51:38.166Z+++ svcs -Hostate baseline
5662026-06-26T18:51:38.178Z++ [[ offline* != online ]]
5672026-06-26T18:51:38.178Z++ [[ 38 -gt 300 ]]
5682026-06-26T18:51:38.178Z++ sleep 1
5692026-06-26T18:51:39.180Z++ retry=39
5702026-06-26T18:51:39.183Z+++ svcs -Hostate baseline
5712026-06-26T18:51:39.195Z++ [[ offline* != online ]]
5722026-06-26T18:51:39.195Z++ [[ 39 -gt 300 ]]
5732026-06-26T18:51:39.195Z++ sleep 1
5742026-06-26T18:51:40.197Z++ retry=40
5752026-06-26T18:51:40.200Z+++ svcs -Hostate baseline
5762026-06-26T18:51:40.211Z++ [[ offline* != online ]]
5772026-06-26T18:51:40.211Z++ [[ 40 -gt 300 ]]
5782026-06-26T18:51:40.211Z++ sleep 1
5792026-06-26T18:51:41.215Z++ retry=41
5802026-06-26T18:51:41.217Z+++ svcs -Hostate baseline
5812026-06-26T18:51:41.228Z++ [[ offline* != online ]]
5822026-06-26T18:51:41.228Z++ [[ 41 -gt 300 ]]
5832026-06-26T18:51:41.228Z++ sleep 1
5842026-06-26T18:51:42.230Z++ retry=42
5852026-06-26T18:51:42.233Z+++ svcs -Hostate baseline
5862026-06-26T18:51:42.245Z++ [[ offline* != online ]]
5872026-06-26T18:51:42.248Z++ [[ 42 -gt 300 ]]
5882026-06-26T18:51:42.248Z++ sleep 1
5892026-06-26T18:51:43.248Z++ retry=43
5902026-06-26T18:51:43.251Z+++ svcs -Hostate baseline
5912026-06-26T18:51:43.261Z++ [[ offline* != online ]]
5922026-06-26T18:51:43.261Z++ [[ 43 -gt 300 ]]
5932026-06-26T18:51:43.261Z++ sleep 1
5942026-06-26T18:51:44.265Z++ retry=44
5952026-06-26T18:51:44.269Z+++ svcs -Hostate baseline
5962026-06-26T18:51:44.279Z++ [[ offline* != online ]]
5972026-06-26T18:51:44.279Z++ [[ 44 -gt 300 ]]
5982026-06-26T18:51:44.279Z++ sleep 1
5992026-06-26T18:51:45.280Z++ retry=45
6002026-06-26T18:51:45.282Z+++ svcs -Hostate baseline
6012026-06-26T18:51:45.294Z++ [[ offline* != online ]]
6022026-06-26T18:51:45.294Z++ [[ 45 -gt 300 ]]
6032026-06-26T18:51:45.297Z++ sleep 1
6042026-06-26T18:51:46.296Z++ retry=46
6052026-06-26T18:51:46.301Z+++ svcs -Hostate baseline
6062026-06-26T18:51:46.312Z++ [[ offline* != online ]]
6072026-06-26T18:51:46.312Z++ [[ 46 -gt 300 ]]
6082026-06-26T18:51:46.312Z++ sleep 1
6092026-06-26T18:51:47.314Z++ retry=47
6102026-06-26T18:51:47.318Z+++ svcs -Hostate baseline
6112026-06-26T18:51:47.328Z++ [[ offline* != online ]]
6122026-06-26T18:51:47.328Z++ [[ 47 -gt 300 ]]
6132026-06-26T18:51:47.328Z++ sleep 1
6142026-06-26T18:51:48.330Z++ retry=48
6152026-06-26T18:51:48.334Z+++ svcs -Hostate baseline
6162026-06-26T18:51:48.344Z++ [[ offline* != online ]]
6172026-06-26T18:51:48.345Z++ [[ 48 -gt 300 ]]
6182026-06-26T18:51:48.345Z++ sleep 1
6192026-06-26T18:51:49.346Z++ retry=49
6202026-06-26T18:51:49.351Z+++ svcs -Hostate baseline
6212026-06-26T18:51:49.361Z++ [[ offline* != online ]]
6222026-06-26T18:51:49.361Z++ [[ 49 -gt 300 ]]
6232026-06-26T18:51:49.361Z++ sleep 1
6242026-06-26T18:51:50.363Z++ retry=50
6252026-06-26T18:51:50.366Z+++ svcs -Hostate baseline
6262026-06-26T18:51:50.377Z++ [[ offline* != online ]]
6272026-06-26T18:51:50.377Z++ [[ 50 -gt 300 ]]
6282026-06-26T18:51:50.377Z++ sleep 1
6292026-06-26T18:51:51.380Z++ retry=51
6302026-06-26T18:51:51.382Z+++ svcs -Hostate baseline
6312026-06-26T18:51:51.394Z++ [[ offline* != online ]]
6322026-06-26T18:51:51.394Z++ [[ 51 -gt 300 ]]
6332026-06-26T18:51:51.394Z++ sleep 1
6342026-06-26T18:51:52.396Z++ retry=52
6352026-06-26T18:51:52.399Z+++ svcs -Hostate baseline
6362026-06-26T18:51:52.412Z++ [[ offline* != online ]]
6372026-06-26T18:51:52.412Z++ [[ 52 -gt 300 ]]
6382026-06-26T18:51:52.417Z++ sleep 1
6392026-06-26T18:51:53.412Z++ retry=53
6402026-06-26T18:51:53.415Z+++ svcs -Hostate baseline
6412026-06-26T18:51:53.427Z++ [[ offline* != online ]]
6422026-06-26T18:51:53.427Z++ [[ 53 -gt 300 ]]
6432026-06-26T18:51:53.427Z++ sleep 1
6442026-06-26T18:51:54.429Z++ retry=54
6452026-06-26T18:51:54.432Z+++ svcs -Hostate baseline
6462026-06-26T18:51:54.443Z++ [[ offline* != online ]]
6472026-06-26T18:51:54.444Z++ [[ 54 -gt 300 ]]
6482026-06-26T18:51:54.444Z++ sleep 1
6492026-06-26T18:51:55.446Z++ retry=55
6502026-06-26T18:51:55.449Z+++ svcs -Hostate baseline
6512026-06-26T18:51:55.460Z++ [[ offline* != online ]]
6522026-06-26T18:51:55.460Z++ [[ 55 -gt 300 ]]
6532026-06-26T18:51:55.463Z++ sleep 1
6542026-06-26T18:51:56.462Z++ retry=56
6552026-06-26T18:51:56.466Z+++ svcs -Hostate baseline
6562026-06-26T18:51:56.477Z++ [[ offline* != online ]]
6572026-06-26T18:51:56.477Z++ [[ 56 -gt 300 ]]
6582026-06-26T18:51:56.480Z++ sleep 1
6592026-06-26T18:51:57.479Z++ retry=57
6602026-06-26T18:51:57.482Z+++ svcs -Hostate baseline
6612026-06-26T18:51:57.494Z++ [[ offline* != online ]]
6622026-06-26T18:51:57.494Z++ [[ 57 -gt 300 ]]
6632026-06-26T18:51:57.494Z++ sleep 1
6642026-06-26T18:51:58.496Z++ retry=58
6652026-06-26T18:51:58.499Z+++ svcs -Hostate baseline
6662026-06-26T18:51:58.511Z++ [[ offline* != online ]]
6672026-06-26T18:51:58.511Z++ [[ 58 -gt 300 ]]
6682026-06-26T18:51:58.511Z++ sleep 1
6692026-06-26T18:51:59.514Z++ retry=59
6702026-06-26T18:51:59.517Z+++ svcs -Hostate baseline
6712026-06-26T18:51:59.528Z++ [[ offline* != online ]]
6722026-06-26T18:51:59.528Z++ [[ 59 -gt 300 ]]
6732026-06-26T18:51:59.531Z++ sleep 1
6742026-06-26T18:52:00.531Z++ retry=60
6752026-06-26T18:52:00.534Z+++ svcs -Hostate baseline
6762026-06-26T18:52:00.545Z++ [[ offline* != online ]]
6772026-06-26T18:52:00.545Z++ [[ 60 -gt 300 ]]
6782026-06-26T18:52:00.545Z++ sleep 1
6792026-06-26T18:52:01.547Z++ retry=61
6802026-06-26T18:52:01.550Z+++ svcs -Hostate baseline
6812026-06-26T18:52:01.561Z++ [[ offline* != online ]]
6822026-06-26T18:52:01.561Z++ [[ 61 -gt 300 ]]
6832026-06-26T18:52:01.561Z++ sleep 1
6842026-06-26T18:52:02.563Z++ retry=62
6852026-06-26T18:52:02.590Z+++ svcs -Hostate baseline
6862026-06-26T18:52:02.590Z++ [[ offline* != online ]]
6872026-06-26T18:52:02.590Z++ [[ 62 -gt 300 ]]
6882026-06-26T18:52:02.590Z++ sleep 1
6892026-06-26T18:52:03.580Z++ retry=63
6902026-06-26T18:52:03.583Z+++ svcs -Hostate baseline
6912026-06-26T18:52:03.594Z++ [[ offline* != online ]]
6922026-06-26T18:52:03.594Z++ [[ 63 -gt 300 ]]
6932026-06-26T18:52:03.594Z++ sleep 1
6942026-06-26T18:52:04.596Z++ retry=64
6952026-06-26T18:52:04.599Z+++ svcs -Hostate baseline
6962026-06-26T18:52:04.610Z++ [[ offline* != online ]]
6972026-06-26T18:52:04.610Z++ [[ 64 -gt 300 ]]
6982026-06-26T18:52:04.610Z++ sleep 1
6992026-06-26T18:52:05.612Z++ retry=65
7002026-06-26T18:52:05.615Z+++ svcs -Hostate baseline
7012026-06-26T18:52:05.627Z++ [[ offline* != online ]]
7022026-06-26T18:52:05.627Z++ [[ 65 -gt 300 ]]
7032026-06-26T18:52:05.627Z++ sleep 1
7042026-06-26T18:52:06.629Z++ retry=66
7052026-06-26T18:52:06.633Z+++ svcs -Hostate baseline
7062026-06-26T18:52:06.643Z++ [[ offline* != online ]]
7072026-06-26T18:52:06.643Z++ [[ 66 -gt 300 ]]
7082026-06-26T18:52:06.646Z++ sleep 1
7092026-06-26T18:52:07.646Z++ retry=67
7102026-06-26T18:52:07.649Z+++ svcs -Hostate baseline
7112026-06-26T18:52:07.660Z++ [[ offline* != online ]]
7122026-06-26T18:52:07.660Z++ [[ 67 -gt 300 ]]
7132026-06-26T18:52:07.660Z++ sleep 1
7142026-06-26T18:52:08.662Z++ retry=68
7152026-06-26T18:52:08.666Z+++ svcs -Hostate baseline
7162026-06-26T18:52:08.676Z++ [[ offline* != online ]]
7172026-06-26T18:52:08.676Z++ [[ 68 -gt 300 ]]
7182026-06-26T18:52:08.676Z++ sleep 1
7192026-06-26T18:52:09.678Z++ retry=69
7202026-06-26T18:52:09.681Z+++ svcs -Hostate baseline
7212026-06-26T18:52:09.695Z++ [[ offline* != online ]]
7222026-06-26T18:52:09.695Z++ [[ 69 -gt 300 ]]
7232026-06-26T18:52:09.695Z++ sleep 1
7242026-06-26T18:52:10.695Z++ retry=70
7252026-06-26T18:52:10.698Z+++ svcs -Hostate baseline
7262026-06-26T18:52:10.710Z++ [[ offline* != online ]]
7272026-06-26T18:52:10.710Z++ [[ 70 -gt 300 ]]
7282026-06-26T18:52:10.710Z++ sleep 1
7292026-06-26T18:52:11.711Z++ retry=71
7302026-06-26T18:52:11.714Z+++ svcs -Hostate baseline
7312026-06-26T18:52:11.728Z++ [[ offline* != online ]]
7322026-06-26T18:52:11.728Z++ [[ 71 -gt 300 ]]
7332026-06-26T18:52:11.728Z++ sleep 1
7342026-06-26T18:52:12.728Z++ retry=72
7352026-06-26T18:52:12.732Z+++ svcs -Hostate baseline
7362026-06-26T18:52:12.743Z++ [[ offline* != online ]]
7372026-06-26T18:52:12.743Z++ [[ 72 -gt 300 ]]
7382026-06-26T18:52:12.747Z++ sleep 1
7392026-06-26T18:52:13.745Z++ retry=73
7402026-06-26T18:52:13.753Z+++ svcs -Hostate baseline
7412026-06-26T18:52:13.761Z++ [[ offline* != online ]]
7422026-06-26T18:52:13.761Z++ [[ 73 -gt 300 ]]
7432026-06-26T18:52:13.761Z++ sleep 1
7442026-06-26T18:52:14.761Z++ retry=74
7452026-06-26T18:52:14.764Z+++ svcs -Hostate baseline
7462026-06-26T18:52:14.776Z++ [[ offline* != online ]]
7472026-06-26T18:52:14.776Z++ [[ 74 -gt 300 ]]
7482026-06-26T18:52:14.776Z++ sleep 1
7492026-06-26T18:52:15.778Z++ retry=75
7502026-06-26T18:52:15.781Z+++ svcs -Hostate baseline
7512026-06-26T18:52:15.793Z++ [[ offline* != online ]]
7522026-06-26T18:52:15.793Z++ [[ 75 -gt 300 ]]
7532026-06-26T18:52:15.793Z++ sleep 1
7542026-06-26T18:52:16.795Z++ retry=76
7552026-06-26T18:52:16.798Z+++ svcs -Hostate baseline
7562026-06-26T18:52:16.810Z++ [[ offline* != online ]]
7572026-06-26T18:52:16.810Z++ [[ 76 -gt 300 ]]
7582026-06-26T18:52:16.810Z++ sleep 1
7592026-06-26T18:52:17.812Z++ retry=77
7602026-06-26T18:52:17.815Z+++ svcs -Hostate baseline
7612026-06-26T18:52:17.826Z++ [[ offline* != online ]]
7622026-06-26T18:52:17.826Z++ [[ 77 -gt 300 ]]
7632026-06-26T18:52:17.826Z++ sleep 1
7642026-06-26T18:52:18.828Z++ retry=78
7652026-06-26T18:52:18.832Z+++ svcs -Hostate baseline
7662026-06-26T18:52:18.843Z++ [[ offline* != online ]]
7672026-06-26T18:52:18.843Z++ [[ 78 -gt 300 ]]
7682026-06-26T18:52:18.843Z++ sleep 1
7692026-06-26T18:52:19.846Z++ retry=79
7702026-06-26T18:52:19.850Z+++ svcs -Hostate baseline
7712026-06-26T18:52:19.860Z++ [[ offline* != online ]]
7722026-06-26T18:52:19.860Z++ [[ 79 -gt 300 ]]
7732026-06-26T18:52:19.860Z++ sleep 1
7742026-06-26T18:52:20.862Z++ retry=80
7752026-06-26T18:52:20.865Z+++ svcs -Hostate baseline
7762026-06-26T18:52:20.876Z++ [[ offline* != online ]]
7772026-06-26T18:52:20.876Z++ [[ 80 -gt 300 ]]
7782026-06-26T18:52:20.877Z++ sleep 1
7792026-06-26T18:52:21.879Z++ retry=81
7802026-06-26T18:52:21.882Z+++ svcs -Hostate baseline
7812026-06-26T18:52:21.893Z++ [[ offline* != online ]]
7822026-06-26T18:52:21.893Z++ [[ 81 -gt 300 ]]
7832026-06-26T18:52:21.893Z++ sleep 1
7842026-06-26T18:52:22.898Z++ retry=82
7852026-06-26T18:52:22.901Z+++ svcs -Hostate baseline
7862026-06-26T18:52:22.910Z++ [[ offline* != online ]]
7872026-06-26T18:52:22.910Z++ [[ 82 -gt 300 ]]
7882026-06-26T18:52:22.910Z++ sleep 1
7892026-06-26T18:52:23.912Z++ retry=83
7902026-06-26T18:52:23.915Z+++ svcs -Hostate baseline
7912026-06-26T18:52:23.928Z++ [[ offline* != online ]]
7922026-06-26T18:52:23.928Z++ [[ 83 -gt 300 ]]
7932026-06-26T18:52:23.928Z++ sleep 1
7942026-06-26T18:52:24.929Z++ retry=84
7952026-06-26T18:52:24.933Z+++ svcs -Hostate baseline
7962026-06-26T18:52:24.944Z++ [[ offline* != online ]]
7972026-06-26T18:52:24.944Z++ [[ 84 -gt 300 ]]
7982026-06-26T18:52:24.944Z++ sleep 1
7992026-06-26T18:52:25.946Z++ retry=85
8002026-06-26T18:52:25.949Z+++ svcs -Hostate baseline
8012026-06-26T18:52:25.962Z++ [[ offline* != online ]]
8022026-06-26T18:52:25.962Z++ [[ 85 -gt 300 ]]
8032026-06-26T18:52:25.962Z++ sleep 1
8042026-06-26T18:52:26.962Z++ retry=86
8052026-06-26T18:52:26.965Z+++ svcs -Hostate baseline
8062026-06-26T18:52:26.977Z++ [[ offline* != online ]]
8072026-06-26T18:52:26.977Z++ [[ 86 -gt 300 ]]
8082026-06-26T18:52:26.977Z++ sleep 1
8092026-06-26T18:52:27.979Z++ retry=87
8102026-06-26T18:52:27.982Z+++ svcs -Hostate baseline
8112026-06-26T18:52:27.993Z++ [[ offline* != online ]]
8122026-06-26T18:52:27.993Z++ [[ 87 -gt 300 ]]
8132026-06-26T18:52:27.993Z++ sleep 1
8142026-06-26T18:52:28.997Z++ retry=88
8152026-06-26T18:52:29.000Z+++ svcs -Hostate baseline
8162026-06-26T18:52:29.010Z++ [[ offline* != online ]]
8172026-06-26T18:52:29.010Z++ [[ 88 -gt 300 ]]
8182026-06-26T18:52:29.010Z++ sleep 1
8192026-06-26T18:52:30.012Z++ retry=89
8202026-06-26T18:52:30.015Z+++ svcs -Hostate baseline
8212026-06-26T18:52:30.027Z++ [[ offline* != online ]]
8222026-06-26T18:52:30.027Z++ [[ 89 -gt 300 ]]
8232026-06-26T18:52:30.027Z++ sleep 1
8242026-06-26T18:52:31.029Z++ retry=90
8252026-06-26T18:52:31.032Z+++ svcs -Hostate baseline
8262026-06-26T18:52:31.043Z++ [[ offline* != online ]]
8272026-06-26T18:52:31.043Z++ [[ 90 -gt 300 ]]
8282026-06-26T18:52:31.043Z++ sleep 1
8292026-06-26T18:52:32.045Z++ retry=91
8302026-06-26T18:52:32.050Z+++ svcs -Hostate baseline
8312026-06-26T18:52:32.060Z++ [[ offline* != online ]]
8322026-06-26T18:52:32.060Z++ [[ 91 -gt 300 ]]
8332026-06-26T18:52:32.060Z++ sleep 1
8342026-06-26T18:52:33.062Z++ retry=92
8352026-06-26T18:52:33.065Z+++ svcs -Hostate baseline
8362026-06-26T18:52:33.079Z++ [[ offline* != online ]]
8372026-06-26T18:52:33.079Z++ [[ 92 -gt 300 ]]
8382026-06-26T18:52:33.079Z++ sleep 1
8392026-06-26T18:52:34.078Z++ retry=93
8402026-06-26T18:52:34.082Z+++ svcs -Hostate baseline
8412026-06-26T18:52:34.093Z++ [[ offline* != online ]]
8422026-06-26T18:52:34.093Z++ [[ 93 -gt 300 ]]
8432026-06-26T18:52:34.093Z++ sleep 1
8442026-06-26T18:52:35.095Z++ retry=94
8452026-06-26T18:52:35.098Z+++ svcs -Hostate baseline
8462026-06-26T18:52:35.110Z++ [[ offline* != online ]]
8472026-06-26T18:52:35.110Z++ [[ 94 -gt 300 ]]
8482026-06-26T18:52:35.110Z++ sleep 1
8492026-06-26T18:52:36.111Z++ retry=95
8502026-06-26T18:52:36.114Z+++ svcs -Hostate baseline
8512026-06-26T18:52:36.125Z++ [[ offline* != online ]]
8522026-06-26T18:52:36.125Z++ [[ 95 -gt 300 ]]
8532026-06-26T18:52:36.125Z++ sleep 1
8542026-06-26T18:52:37.127Z++ retry=96
8552026-06-26T18:52:37.130Z+++ svcs -Hostate baseline
8562026-06-26T18:52:37.141Z++ [[ offline* != online ]]
8572026-06-26T18:52:37.141Z++ [[ 96 -gt 300 ]]
8582026-06-26T18:52:37.141Z++ sleep 1
8592026-06-26T18:52:38.144Z++ retry=97
8602026-06-26T18:52:38.147Z+++ svcs -Hostate baseline
8612026-06-26T18:52:38.156Z++ [[ offline* != online ]]
8622026-06-26T18:52:38.156Z++ [[ 97 -gt 300 ]]
8632026-06-26T18:52:38.156Z++ sleep 1
8642026-06-26T18:52:39.159Z++ retry=98
8652026-06-26T18:52:39.162Z+++ svcs -Hostate baseline
8662026-06-26T18:52:39.171Z++ [[ offline* != online ]]
8672026-06-26T18:52:39.171Z++ [[ 98 -gt 300 ]]
8682026-06-26T18:52:39.174Z++ sleep 1
8692026-06-26T18:52:40.173Z++ retry=99
8702026-06-26T18:52:40.176Z+++ svcs -Hostate baseline
8712026-06-26T18:52:40.186Z++ [[ offline* != online ]]
8722026-06-26T18:52:40.186Z++ [[ 99 -gt 300 ]]
8732026-06-26T18:52:40.186Z++ sleep 1
8742026-06-26T18:52:41.188Z++ retry=100
8752026-06-26T18:52:41.191Z+++ svcs -Hostate baseline
8762026-06-26T18:52:41.204Z++ [[ offline* != online ]]
8772026-06-26T18:52:41.204Z++ [[ 100 -gt 300 ]]
8782026-06-26T18:52:41.204Z++ sleep 1
8792026-06-26T18:52:42.205Z++ retry=101
8802026-06-26T18:52:42.208Z+++ svcs -Hostate baseline
8812026-06-26T18:52:42.219Z++ [[ offline* != online ]]
8822026-06-26T18:52:42.219Z++ [[ 101 -gt 300 ]]
8832026-06-26T18:52:42.222Z++ sleep 1
8842026-06-26T18:52:43.221Z++ retry=102
8852026-06-26T18:52:43.225Z+++ svcs -Hostate baseline
8862026-06-26T18:52:43.236Z++ [[ offline* != online ]]
8872026-06-26T18:52:43.236Z++ [[ 102 -gt 300 ]]
8882026-06-26T18:52:43.236Z++ sleep 1
8892026-06-26T18:52:44.238Z++ retry=103
8902026-06-26T18:52:44.241Z+++ svcs -Hostate baseline
8912026-06-26T18:52:44.252Z++ [[ offline* != online ]]
8922026-06-26T18:52:44.252Z++ [[ 103 -gt 300 ]]
8932026-06-26T18:52:44.255Z++ sleep 1
8942026-06-26T18:52:45.254Z++ retry=104
8952026-06-26T18:52:45.257Z+++ svcs -Hostate baseline
8962026-06-26T18:52:45.269Z++ [[ offline* != online ]]
8972026-06-26T18:52:45.269Z++ [[ 104 -gt 300 ]]
8982026-06-26T18:52:45.269Z++ sleep 1
8992026-06-26T18:52:46.270Z++ retry=105
9002026-06-26T18:52:46.276Z+++ svcs -Hostate baseline
9012026-06-26T18:52:46.285Z++ [[ offline* != online ]]
9022026-06-26T18:52:46.285Z++ [[ 105 -gt 300 ]]
9032026-06-26T18:52:46.285Z++ sleep 1
9042026-06-26T18:52:47.300Z++ retry=106
9052026-06-26T18:52:47.304Z+++ svcs -Hostate baseline
9062026-06-26T18:52:47.304Z++ [[ offline* != online ]]
9072026-06-26T18:52:47.304Z++ [[ 106 -gt 300 ]]
9082026-06-26T18:52:47.304Z++ sleep 1
9092026-06-26T18:52:48.307Z++ retry=107
9102026-06-26T18:52:48.310Z+++ svcs -Hostate baseline
9112026-06-26T18:52:48.317Z++ [[ offline* != online ]]
9122026-06-26T18:52:48.317Z++ [[ 107 -gt 300 ]]
9132026-06-26T18:52:48.317Z++ sleep 1
9142026-06-26T18:52:49.319Z++ retry=108
9152026-06-26T18:52:49.322Z+++ svcs -Hostate baseline
9162026-06-26T18:52:49.334Z++ [[ offline* != online ]]
9172026-06-26T18:52:49.334Z++ [[ 108 -gt 300 ]]
9182026-06-26T18:52:49.337Z++ sleep 1
9192026-06-26T18:52:50.335Z++ retry=109
9202026-06-26T18:52:50.339Z+++ svcs -Hostate baseline
9212026-06-26T18:52:50.350Z++ [[ offline* != online ]]
9222026-06-26T18:52:50.350Z++ [[ 109 -gt 300 ]]
9232026-06-26T18:52:50.350Z++ sleep 1
9242026-06-26T18:52:51.351Z++ retry=110
9252026-06-26T18:52:51.354Z+++ svcs -Hostate baseline
9262026-06-26T18:52:51.366Z++ [[ online != online ]]
9272026-06-26T18:52:51.366Z++ set -o errexit
9282026-06-26T18:52:51.368Z++ set -o pipefail
9292026-06-26T18:52:51.368Z++ banner build
9302026-06-26T18:52:51.369Z
9312026-06-26T18:52:51.369Z ##### # # # # #####
9322026-06-26T18:52:51.369Z # # # # # # # #
9332026-06-26T18:52:51.369Z ##### # # # # # #
9342026-06-26T18:52:51.369Z # # # # # # # #
9352026-06-26T18:52:51.369Z # # # # # # # #
9362026-06-26T18:52:51.369Z ##### #### # ###### #####
9372026-06-26T18:52:51.369Z
9382026-06-26T18:52:51.369Z++ cargo build --release --bin ddmd --bin ddmadm
9392026-06-26T18:52:51.373Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9402026-06-26T18:52:51.547Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9412026-06-26T18:52:51.550Zinfo: downloading 6 components
9422026-06-26T18:53:07.331Z Updating git repository `https://github.com/oxidecomputer/falcon`
9432026-06-26T18:53:07.959ZFrom https://github.com/oxidecomputer/falcon
9442026-06-26T18:53:07.959Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9452026-06-26T18:53:08.035Z Updating crates.io index
9462026-06-26T18:53:08.077Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9472026-06-26T18:53:08.506ZFrom https://github.com/oxidecomputer/dendrite
9482026-06-26T18:53:08.506Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9492026-06-26T18:53:08.777Z Updating git repository `https://github.com/oxidecomputer/ispf`
9502026-06-26T18:53:09.073ZFrom https://github.com/oxidecomputer/ispf
9512026-06-26T18:53:09.073Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9522026-06-26T18:53:09.079Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9532026-06-26T18:53:09.465ZFrom https://github.com/oxidecomputer/netadm-sys
9542026-06-26T18:53:09.465Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9552026-06-26T18:53:09.473Z Updating git repository `https://github.com/oxidecomputer/omicron`
9562026-06-26T18:53:15.420ZFrom https://github.com/oxidecomputer/omicron
9572026-06-26T18:53:15.420Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9582026-06-26T18:53:15.838Z Updating git repository `https://github.com/oxidecomputer/opte`
9592026-06-26T18:53:16.521ZFrom https://github.com/oxidecomputer/opte
9602026-06-26T18:53:16.521Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9612026-06-26T18:53:17.049Z Updating git repository `https://github.com/illumos/smf-rs`
9622026-06-26T18:53:17.356ZFrom https://github.com/illumos/smf-rs
9632026-06-26T18:53:17.356Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9642026-06-26T18:53:17.585Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9652026-06-26T18:53:17.890ZFrom https://github.com/oxidecomputer/network-interface
9662026-06-26T18:53:17.890Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9672026-06-26T18:53:17.914Z Updating git repository `https://github.com/oxidecomputer/zone`
9682026-06-26T18:53:18.233ZFrom https://github.com/oxidecomputer/zone
9692026-06-26T18:53:18.233Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9702026-06-26T18:53:18.389Z Updating git repository `https://github.com/oxidecomputer/propolis`
9712026-06-26T18:53:19.095ZFrom https://github.com/oxidecomputer/propolis
9722026-06-26T18:53:19.096Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9732026-06-26T18:53:19.487Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9742026-06-26T18:53:19.999ZFrom https://github.com/oxidecomputer/transceiver-control
9752026-06-26T18:53:19.999Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9762026-06-26T18:53:20.018Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9772026-06-26T18:53:20.315ZFrom https://github.com/oxidecomputer/dlpi-sys
9782026-06-26T18:53:20.315Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9792026-06-26T18:53:20.320Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9802026-06-26T18:53:20.614ZFrom https://github.com/jmesmon/rust-libzfs
9812026-06-26T18:53:20.614Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9822026-06-26T18:53:20.621Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9832026-06-26T18:53:20.912ZFrom https://github.com/oxidecomputer/rusty-doors
9842026-06-26T18:53:20.912Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9852026-06-26T18:53:20.988Z Updating git repository `https://github.com/oxidecomputer/lldp`
9862026-06-26T18:53:21.348ZFrom https://github.com/oxidecomputer/lldp
9872026-06-26T18:53:21.349Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9882026-06-26T18:53:21.411Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9892026-06-26T18:53:21.689ZFrom https://github.com/oxidecomputer/slog-error-chain
9902026-06-26T18:53:21.689Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9912026-06-26T18:53:21.708Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9922026-06-26T18:53:22.044ZFrom https://github.com/oxidecomputer/tufaceous
9932026-06-26T18:53:22.044Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9942026-06-26T18:53:22.228Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9952026-06-26T18:53:22.725ZFrom https://github.com/oxidecomputer/management-gateway-service
9962026-06-26T18:53:22.725Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9972026-06-26T18:53:22.911Z Updating git repository `https://github.com/oxidecomputer/crucible`
9982026-06-26T18:53:23.738ZFrom https://github.com/oxidecomputer/crucible
9992026-06-26T18:53:23.738Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10002026-06-26T18:53:24.807Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10012026-06-26T18:53:25.091ZFrom https://github.com/oxidecomputer/serde_human_bytes
10022026-06-26T18:53:25.091Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10032026-06-26T18:53:25.384Z Updating git repository `https://github.com/oxidecomputer/propolis`
10042026-06-26T18:53:25.864ZFrom https://github.com/oxidecomputer/propolis
10052026-06-26T18:53:25.864Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10062026-06-26T18:53:26.179Z Updating git repository `https://github.com/oxidecomputer/crucible`
10072026-06-26T18:53:26.681ZFrom https://github.com/oxidecomputer/crucible
10082026-06-26T18:53:26.681Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10092026-06-26T18:53:26.773Z Updating git repository `https://github.com/oxidecomputer/tofino`
10102026-06-26T18:53:27.150ZFrom https://github.com/oxidecomputer/tofino
10112026-06-26T18:53:27.150Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10122026-06-26T18:53:27.175Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10132026-06-26T18:53:27.857ZFrom https://github.com/oxidecomputer/maghemite
10142026-06-26T18:53:27.857Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10152026-06-26T18:53:27.889Z Updating git repository `https://github.com/oxidecomputer/clickward`
10162026-06-26T18:53:28.214ZFrom https://github.com/oxidecomputer/clickward
10172026-06-26T18:53:28.214Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10182026-06-26T18:53:28.260Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10192026-06-26T18:53:28.552ZFrom https://github.com/oxidecomputer/illumos-devinfo
10202026-06-26T18:53:28.552Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10212026-06-26T18:53:30.132Z Downloading crates ...
10222026-06-26T18:53:30.209Z Downloaded ahash v0.8.12
10232026-06-26T18:53:30.213Z Downloaded bit-vec v0.8.0
10242026-06-26T18:53:30.213Z Downloaded backoff v0.4.0
10252026-06-26T18:53:30.225Z Downloaded bit-set v0.8.0
10262026-06-26T18:53:30.242Z Downloaded compression-core v0.4.32
10272026-06-26T18:53:30.242Z Downloaded dof v0.4.0
10282026-06-26T18:53:30.242Z Downloaded csv-core v0.1.13
10292026-06-26T18:53:30.242Z Downloaded embedded-io v0.4.0
10302026-06-26T18:53:30.242Z Downloaded convert_case v0.4.0
10312026-06-26T18:53:30.242Z Downloaded defmt-parser v1.0.0
10322026-06-26T18:53:30.242Z Downloaded elliptic-curve v0.13.8
10332026-06-26T18:53:30.246Z Downloaded crossbeam-epoch v0.9.18
10342026-06-26T18:53:30.251Z Downloaded byteorder v1.5.0
10352026-06-26T18:53:30.253Z Downloaded dunce v1.0.5
10362026-06-26T18:53:30.253Z Downloaded darling_macro v0.21.3
10372026-06-26T18:53:30.254Z Downloaded crucible-workspace-hack v0.1.0
10382026-06-26T18:53:30.256Z Downloaded cpufeatures v0.2.17
10392026-06-26T18:53:30.259Z Downloaded errno v0.3.14
10402026-06-26T18:53:30.262Z Downloaded cfg-if v1.0.4
10412026-06-26T18:53:30.264Z Downloaded defmt v0.3.100
10422026-06-26T18:53:30.265Z Downloaded embedded-io v0.6.1
10432026-06-26T18:53:30.267Z Downloaded enum-as-inner v0.6.1
10442026-06-26T18:53:30.270Z Downloaded crunchy v0.2.4
10452026-06-26T18:53:30.273Z Downloaded fastrand v2.4.1
10462026-06-26T18:53:30.275Z Downloaded erased-serde v0.3.31
10472026-06-26T18:53:30.278Z Downloaded digest v0.10.7
10482026-06-26T18:53:30.281Z Downloaded digest v0.11.3
10492026-06-26T18:53:30.284Z Downloaded equivalent v1.0.2
10502026-06-26T18:53:30.284Z Downloaded dyn-clone v1.0.20
10512026-06-26T18:53:30.286Z Downloaded hostname v0.3.1
10522026-06-26T18:53:30.289Z Downloaded dof v0.3.0
10532026-06-26T18:53:30.292Z Downloaded darling_core v0.21.3
10542026-06-26T18:53:30.295Z Downloaded form_urlencoded v1.2.2
10552026-06-26T18:53:30.297Z Downloaded const-random v0.1.18
10562026-06-26T18:53:30.300Z Downloaded foreign-types-shared v0.3.1
10572026-06-26T18:53:30.301Z Downloaded drift v0.2.0
10582026-06-26T18:53:30.308Z Downloaded fxhash v0.2.1
10592026-06-26T18:53:30.311Z Downloaded group v0.13.0
10602026-06-26T18:53:30.313Z Downloaded cfg_aliases v0.2.1
10612026-06-26T18:53:30.317Z Downloaded crossbeam-deque v0.8.6
10622026-06-26T18:53:30.317Z Downloaded fnv v1.0.7
10632026-06-26T18:53:30.320Z Downloaded heck v0.5.0
10642026-06-26T18:53:30.320Z Downloaded hash32 v0.3.1
10652026-06-26T18:53:30.323Z Downloaded crypto-common v0.1.7
10662026-06-26T18:53:30.326Z Downloaded aead v0.5.2
10672026-06-26T18:53:30.326Z Downloaded futures-macro v0.3.32
10682026-06-26T18:53:30.329Z Downloaded futures-core v0.3.32
10692026-06-26T18:53:30.331Z Downloaded bytecount v0.6.9
10702026-06-26T18:53:30.334Z Downloaded futures-task v0.3.32
10712026-06-26T18:53:30.334Z Downloaded generic-array v0.14.7
10722026-06-26T18:53:30.337Z Downloaded async-recursion v1.1.1
10732026-06-26T18:53:30.340Z Downloaded hex v0.4.3
10742026-06-26T18:53:30.343Z Downloaded git-stub v1.0.0
10752026-06-26T18:53:30.345Z Downloaded crc8 v0.1.1
10762026-06-26T18:53:30.345Z Downloaded gethostname v0.5.0
10772026-06-26T18:53:30.348Z Downloaded cobs v0.3.0
10782026-06-26T18:53:30.350Z Downloaded foreign-types v0.5.0
10792026-06-26T18:53:30.350Z Downloaded heck v0.4.1
10802026-06-26T18:53:30.353Z Downloaded derive-where v1.6.1
10812026-06-26T18:53:30.356Z Downloaded defmt v1.1.0
10822026-06-26T18:53:30.359Z Downloaded hubpack_derive v0.1.1
10832026-06-26T18:53:30.362Z Downloaded http-body v1.0.1
10842026-06-26T18:53:30.364Z Downloaded futures-sink v0.3.32
10852026-06-26T18:53:30.364Z Downloaded globset v0.4.18
10862026-06-26T18:53:30.367Z Downloaded async-trait v0.1.89
10872026-06-26T18:53:30.369Z Downloaded critical-section v1.2.0
10882026-06-26T18:53:30.372Z Downloaded internet-checksum v0.2.1
10892026-06-26T18:53:30.375Z Downloaded bs58 v0.5.1
10902026-06-26T18:53:30.378Z Downloaded inout v0.1.4
10912026-06-26T18:53:30.378Z Downloaded keccak v0.1.6
10922026-06-26T18:53:30.380Z Downloaded instant v0.1.13
10932026-06-26T18:53:30.383Z Downloaded console v0.15.11
10942026-06-26T18:53:30.385Z Downloaded lazy_static v1.5.0
10952026-06-26T18:53:30.388Z Downloaded crc32fast v1.5.0
10962026-06-26T18:53:30.392Z Downloaded crossbeam-utils v0.8.21
10972026-06-26T18:53:30.394Z Downloaded displaydoc v0.2.6
10982026-06-26T18:53:30.395Z Downloaded futures-executor v0.3.32
10992026-06-26T18:53:30.397Z Downloaded git-stub-vcs v0.1.0
11002026-06-26T18:53:30.398Z Downloaded is_ci v1.2.0
11012026-06-26T18:53:30.400Z Downloaded match_cfg v0.1.0
11022026-06-26T18:53:30.403Z Downloaded fixedbitset v0.5.7
11032026-06-26T18:53:30.403Z Downloaded glob v0.3.3
11042026-06-26T18:53:30.406Z Downloaded fs_extra v1.3.0
11052026-06-26T18:53:30.410Z Downloaded konst_macro_rules v0.2.19
11062026-06-26T18:53:30.412Z Downloaded anstream v1.0.0
11072026-06-26T18:53:30.412Z Downloaded base64ct v1.8.3
11082026-06-26T18:53:30.415Z Downloaded humantime v2.3.0
11092026-06-26T18:53:30.418Z Downloaded no-std-compat v0.4.1
11102026-06-26T18:53:30.418Z Downloaded newline-converter v0.3.0
11112026-06-26T18:53:30.421Z Downloaded hyper-rustls v0.27.9
11122026-06-26T18:53:30.423Z Downloaded cipher v0.4.4
11132026-06-26T18:53:30.426Z Downloaded autocfg v1.5.1
11142026-06-26T18:53:30.426Z Downloaded find-msvc-tools v0.1.9
11152026-06-26T18:53:30.429Z Downloaded macaddr v1.0.1
11162026-06-26T18:53:30.431Z Downloaded lru-cache v0.1.2
11172026-06-26T18:53:30.431Z Downloaded highway v1.3.0
11182026-06-26T18:53:30.434Z Downloaded hmac v0.12.1
11192026-06-26T18:53:30.437Z Downloaded memmap v0.7.0
11202026-06-26T18:53:30.439Z Downloaded ingot v0.1.1
11212026-06-26T18:53:30.439Z Downloaded hubpack v0.1.2
11222026-06-26T18:53:30.442Z Downloaded natord v1.0.9
11232026-06-26T18:53:30.445Z Downloaded num-iter v0.1.45
11242026-06-26T18:53:30.445Z Downloaded darling v0.21.3
11252026-06-26T18:53:30.448Z Downloaded compression-codecs v0.4.38
11262026-06-26T18:53:30.451Z Downloaded num_threads v0.1.7
11272026-06-26T18:53:30.453Z Downloaded is_terminal_polyfill v1.70.2
11282026-06-26T18:53:30.456Z Downloaded jobserver v0.1.34
11292026-06-26T18:53:30.456Z Downloaded ipnetwork v0.21.1
11302026-06-26T18:53:30.460Z Downloaded num-derive v0.4.2
11312026-06-26T18:53:30.462Z Downloaded libsw v3.5.0
11322026-06-26T18:53:30.463Z Downloaded camino-tempfile v1.4.1
11332026-06-26T18:53:30.465Z Downloaded allocator-api2 v0.2.21
11342026-06-26T18:53:30.468Z Downloaded openssl-probe v0.2.1
11352026-06-26T18:53:30.468Z Downloaded chacha20 v0.10.0
11362026-06-26T18:53:30.471Z Downloaded linear-map v1.2.0
11372026-06-26T18:53:30.476Z Downloaded futures-channel v0.3.32
11382026-06-26T18:53:30.476Z Downloaded anyhow v1.0.102
11392026-06-26T18:53:30.479Z Downloaded parse-display v0.10.0
11402026-06-26T18:53:30.482Z Downloaded opaque-debug v0.3.1
11412026-06-26T18:53:30.482Z Downloaded omicron-workspace-hack v0.1.0
11422026-06-26T18:53:30.482Z Downloaded olpc-cjson v0.1.4
11432026-06-26T18:53:30.485Z Downloaded hybrid-array v0.4.12
11442026-06-26T18:53:30.487Z Downloaded openssl-macros v0.1.1
11452026-06-26T18:53:30.487Z Downloaded libscf-sys v1.2.0
11462026-06-26T18:53:30.490Z Downloaded ciborium v0.2.2
11472026-06-26T18:53:30.493Z Downloaded const-oid v0.10.2
11482026-06-26T18:53:30.496Z Downloaded hostname v0.4.2
11492026-06-26T18:53:30.496Z Downloaded ingot-macros v0.1.1
11502026-06-26T18:53:30.498Z Downloaded httparse v1.10.1
11512026-06-26T18:53:30.501Z Downloaded num v0.4.3
11522026-06-26T18:53:30.501Z Downloaded libsw-core v0.3.2
11532026-06-26T18:53:30.504Z Downloaded percent-encoding v2.3.2
11542026-06-26T18:53:30.504Z Downloaded newtype-uuid v1.3.2
11552026-06-26T18:53:30.507Z Downloaded dropshot_endpoint v0.17.1
11562026-06-26T18:53:30.509Z Downloaded cc v1.2.63
11572026-06-26T18:53:30.513Z Downloaded bytes v1.11.1
11582026-06-26T18:53:30.516Z Downloaded proc-macro-crate v1.3.1
11592026-06-26T18:53:30.516Z Downloaded proc-macro-error-attr v1.0.4
11602026-06-26T18:53:30.519Z Downloaded potential_utf v0.1.5
11612026-06-26T18:53:30.522Z Downloaded proc-macro-crate v3.5.0
11622026-06-26T18:53:30.522Z Downloaded powerfmt v0.2.0
11632026-06-26T18:53:30.524Z Downloaded plain v0.2.3
11642026-06-26T18:53:30.525Z Downloaded num-rational v0.4.2
11652026-06-26T18:53:30.527Z Downloaded num-complex v0.4.6
11662026-06-26T18:53:30.528Z Downloaded iana-time-zone v0.1.65
11672026-06-26T18:53:30.530Z Downloaded oxide-tokio-rt v0.1.6
11682026-06-26T18:53:30.533Z Downloaded num-integer v0.1.46
11692026-06-26T18:53:30.535Z Downloaded num_enum_derive v0.5.11
11702026-06-26T18:53:30.536Z Downloaded num-conv v0.2.2
11712026-06-26T18:53:30.536Z Downloaded ipnet v2.12.0
11722026-06-26T18:53:30.538Z Downloaded ingot-types v0.1.2
11732026-06-26T18:53:30.541Z Downloaded colored v3.1.1
11742026-06-26T18:53:30.544Z Downloaded progenitor-macro v0.14.0
11752026-06-26T18:53:30.544Z Downloaded progenitor-macro v0.13.0
11762026-06-26T18:53:30.544Z Downloaded progenitor-client v0.10.0
11772026-06-26T18:53:30.547Z Downloaded progenitor-client v0.14.0
11782026-06-26T18:53:30.547Z Downloaded proc-macro-error-attr2 v2.0.0
11792026-06-26T18:53:30.549Z Downloaded quick-error v1.2.3
11802026-06-26T18:53:30.552Z Downloaded futures v0.3.32
11812026-06-26T18:53:30.555Z Downloaded ref-cast v1.0.25
11822026-06-26T18:53:30.557Z Downloaded ref-cast-impl v1.0.25
11832026-06-26T18:53:30.557Z Downloaded owo-colors v4.3.0
11842026-06-26T18:53:30.560Z Downloaded getrandom v0.2.17
11852026-06-26T18:53:30.563Z Downloaded rand_xorshift v0.4.0
11862026-06-26T18:53:30.563Z Downloaded pretty-hex v0.4.2
11872026-06-26T18:53:30.565Z Downloaded oxnet v0.1.6
11882026-06-26T18:53:30.568Z Downloaded icu_provider v2.2.0
11892026-06-26T18:53:30.571Z Downloaded getrandom v0.3.4
11902026-06-26T18:53:30.573Z Downloaded const_format v0.2.36
11912026-06-26T18:53:30.578Z Downloaded rand_chacha v0.3.1
11922026-06-26T18:53:30.578Z Downloaded phf v0.12.1
11932026-06-26T18:53:30.580Z Downloaded memmap2 v0.9.10
11942026-06-26T18:53:30.581Z Downloaded num_enum_derive v0.7.6
11952026-06-26T18:53:30.583Z Downloaded phf_shared v0.12.1
11962026-06-26T18:53:30.583Z Downloaded parking_lot_core v0.8.6
11972026-06-26T18:53:30.586Z Downloaded rustc_version v0.1.7
11982026-06-26T18:53:30.586Z Downloaded paste v1.0.15
11992026-06-26T18:53:30.589Z Downloaded poly1305 v0.8.0
12002026-06-26T18:53:30.592Z Downloaded pkg-config v0.3.33
12012026-06-26T18:53:30.595Z Downloaded password-hash v0.5.0
12022026-06-26T18:53:30.595Z Downloaded rustc-hash v2.1.2
12032026-06-26T18:53:30.599Z Downloaded progenitor v0.10.0
12042026-06-26T18:53:30.599Z Downloaded once_cell v1.21.4
12052026-06-26T18:53:30.601Z Downloaded chacha20poly1305 v0.10.1
12062026-06-26T18:53:30.602Z Downloaded pin-project-internal v1.1.13
12072026-06-26T18:53:30.604Z Downloaded progenitor-client v0.13.0
12082026-06-26T18:53:30.604Z Downloaded icu_normalizer_data v2.2.0
12092026-06-26T18:53:30.607Z Downloaded clap v4.6.1
12102026-06-26T18:53:30.612Z Downloaded rustc_version v0.4.1
12112026-06-26T18:53:30.615Z Downloaded quote v1.0.45
12122026-06-26T18:53:30.618Z Downloaded scroll_derive v0.12.1
12132026-06-26T18:53:30.618Z Downloaded scroll_derive v0.13.1
12142026-06-26T18:53:30.621Z Downloaded parking_lot_core v0.9.12
12152026-06-26T18:53:30.621Z Downloaded proc-macro-error v1.0.4
12162026-06-26T18:53:30.624Z Downloaded rand_core v0.9.5
12172026-06-26T18:53:30.627Z Downloaded icu_normalizer v2.2.0
12182026-06-26T18:53:30.630Z Downloaded indexmap v1.9.3
12192026-06-26T18:53:30.630Z Downloaded crypto-bigint v0.5.5
12202026-06-26T18:53:30.634Z Downloaded rand_core v0.6.4
12212026-06-26T18:53:30.637Z Downloaded scopeguard v1.2.0
12222026-06-26T18:53:30.640Z Downloaded progenitor v0.13.0
12232026-06-26T18:53:30.640Z Downloaded serde-big-array v0.5.1
12242026-06-26T18:53:30.644Z Downloaded progenitor-macro v0.10.0
12252026-06-26T18:53:30.644Z Downloaded proc-macro-error2 v2.0.1
12262026-06-26T18:53:30.647Z Downloaded serde_repr v0.1.20
12272026-06-26T18:53:30.647Z Downloaded resolv-conf v0.7.6
12282026-06-26T18:53:30.649Z Downloaded half v2.7.1
12292026-06-26T18:53:30.653Z Downloaded num-traits v0.2.19
12302026-06-26T18:53:30.653Z Downloaded serde_urlencoded v0.7.1
12312026-06-26T18:53:30.656Z Downloaded semver v0.1.20
12322026-06-26T18:53:30.656Z Downloaded parking_lot v0.11.2
12332026-06-26T18:53:30.659Z Downloaded parking_lot v0.12.5
12342026-06-26T18:53:30.659Z Downloaded rustls-pemfile v2.2.0
12352026-06-26T18:53:30.662Z Downloaded serde_spanned v1.1.1
12362026-06-26T18:53:30.665Z Downloaded rusty-fork v0.3.1
12372026-06-26T18:53:30.665Z Downloaded rand_core v0.10.1
12382026-06-26T18:53:30.668Z Downloaded indicatif v0.18.4
12392026-06-26T18:53:30.670Z Downloaded rand_chacha v0.9.0
12402026-06-26T18:53:30.670Z Downloaded multer v3.1.0
12412026-06-26T18:53:30.673Z Downloaded serde_spanned v0.6.9
12422026-06-26T18:53:30.673Z Downloaded papergrid v0.11.0
12432026-06-26T18:53:30.677Z Downloaded sha1 v0.11.0
12442026-06-26T18:53:30.679Z Downloaded sha1 v0.10.6
12452026-06-26T18:53:30.682Z Downloaded scroll v0.12.0
12462026-06-26T18:53:30.682Z Downloaded schemars_derive v0.8.22
12472026-06-26T18:53:30.685Z Downloaded siphasher v1.0.3
12482026-06-26T18:53:30.685Z Downloaded sigpipe v0.1.3
12492026-06-26T18:53:30.688Z Downloaded serde_plain v1.0.2
12502026-06-26T18:53:30.688Z Downloaded slog-bunyan v2.5.0
12512026-06-26T18:53:30.688Z Downloaded log v0.4.32
12522026-06-26T18:53:30.691Z Downloaded smawk v0.3.2
12532026-06-26T18:53:30.693Z Downloaded pest_generator v2.8.6
12542026-06-26T18:53:30.693Z Downloaded rustls-native-certs v0.8.4
12552026-06-26T18:53:30.697Z Downloaded pest_derive v2.8.6
12562026-06-26T18:53:30.697Z Downloaded progenitor v0.14.0
12572026-06-26T18:53:30.700Z Downloaded postcard v1.1.3
12582026-06-26T18:53:30.700Z Downloaded same-file v1.0.6
12592026-06-26T18:53:30.703Z Downloaded icu_properties v2.2.0
12602026-06-26T18:53:30.706Z Downloaded arc-swap v1.9.1
12612026-06-26T18:53:30.706Z Downloaded http v1.4.1
12622026-06-26T18:53:30.708Z Downloaded serde_derive_internals v0.29.1
12632026-06-26T18:53:30.711Z Downloaded konst v0.2.20
12642026-06-26T18:53:30.714Z Downloaded secrecy v0.10.3
12652026-06-26T18:53:30.714Z Downloaded heapless v0.8.0
12662026-06-26T18:53:30.717Z Downloaded stable_deref_trait v1.2.1
12672026-06-26T18:53:30.720Z Downloaded slog-envlogger v2.2.0
12682026-06-26T18:53:30.720Z Downloaded scroll v0.13.0
12692026-06-26T18:53:30.723Z Downloaded async-compression v0.4.42
12702026-06-26T18:53:30.725Z Downloaded strsim v0.11.1
12712026-06-26T18:53:30.728Z Downloaded serde_path_to_error v0.1.20
12722026-06-26T18:53:30.728Z Downloaded rhai_codegen v3.2.0
12732026-06-26T18:53:30.733Z Downloaded sha2 v0.10.9
12742026-06-26T18:53:30.736Z Downloaded papergrid v0.18.0
12752026-06-26T18:53:30.740Z Downloaded subtle v2.6.1
12762026-06-26T18:53:30.744Z Downloaded strum v0.27.2
12772026-06-26T18:53:30.744Z Downloaded strum v0.26.3
12782026-06-26T18:53:30.744Z Downloaded spin v0.5.2
12792026-06-26T18:53:30.747Z Downloaded rustversion v1.0.22
12802026-06-26T18:53:30.747Z Downloaded simd-adler32 v0.3.9
12812026-06-26T18:53:30.749Z Downloaded quinn-udp v0.5.14
12822026-06-26T18:53:30.749Z Downloaded serde_tokenstream v0.2.3
12832026-06-26T18:53:30.752Z Downloaded rustls-pki-types v1.14.1
12842026-06-26T18:53:30.752Z Downloaded hickory-resolver v0.24.4
12852026-06-26T18:53:30.755Z Downloaded tabled_derive v0.7.0
12862026-06-26T18:53:30.758Z Downloaded sync_wrapper v1.0.2
12872026-06-26T18:53:30.758Z Downloaded signal-hook-registry v1.4.8
12882026-06-26T18:53:30.761Z Downloaded termtree v0.5.1
12892026-06-26T18:53:30.761Z Downloaded swrite v0.1.0
12902026-06-26T18:53:30.761Z Downloaded structmeta-derive v0.3.0
12912026-06-26T18:53:30.764Z Downloaded shlex v2.0.1
12922026-06-26T18:53:30.764Z Downloaded slog-dtrace v0.3.0
12932026-06-26T18:53:30.767Z Downloaded flate2 v1.1.9
12942026-06-26T18:53:30.770Z Downloaded slab v0.4.12
12952026-06-26T18:53:30.770Z Downloaded pin-project-lite v0.2.17
12962026-06-26T18:53:30.773Z Downloaded semver v1.0.28
12972026-06-26T18:53:30.775Z Downloaded icu_locale_core v2.2.0
12982026-06-26T18:53:30.778Z Downloaded thread-id v5.1.0
12992026-06-26T18:53:30.781Z Downloaded time-core v0.1.8
13002026-06-26T18:53:30.781Z Downloaded tabled_derive v0.11.0
13012026-06-26T18:53:30.784Z Downloaded take_mut v0.2.2
13022026-06-26T18:53:30.784Z Downloaded tagptr v0.2.0
13032026-06-26T18:53:30.784Z Downloaded pin-project v1.1.13
13042026-06-26T18:53:30.791Z Downloaded miniz_oxide v0.8.9
13052026-06-26T18:53:30.795Z Downloaded structmeta v0.3.0
13062026-06-26T18:53:30.798Z Downloaded progenitor-impl v0.14.0
13072026-06-26T18:53:30.798Z Downloaded progenitor-impl v0.13.0
13082026-06-26T18:53:30.798Z Downloaded thread-id v4.2.2
13092026-06-26T18:53:30.801Z Downloaded testing_table v0.3.0
13102026-06-26T18:53:30.801Z Downloaded thiserror-impl-no-std v2.0.2
13112026-06-26T18:53:30.801Z Downloaded terminal_size v0.4.4
13122026-06-26T18:53:30.804Z Downloaded strum_macros v0.26.4
13132026-06-26T18:53:30.804Z Downloaded slog-stdlog v4.1.1
13142026-06-26T18:53:30.807Z Downloaded slog-async v2.8.0
13152026-06-26T18:53:30.807Z Downloaded ryu v1.0.23
13162026-06-26T18:53:30.810Z Downloaded hickory-resolver v0.25.2
13172026-06-26T18:53:30.812Z Downloaded hashbrown v0.12.3
13182026-06-26T18:53:30.815Z Downloaded icu_collections v2.2.0
13192026-06-26T18:53:30.818Z Downloaded tinyvec_macros v0.1.1
13202026-06-26T18:53:30.822Z Downloaded snafu-derive v0.8.9
13212026-06-26T18:53:30.822Z Downloaded smartstring v1.0.1
13222026-06-26T18:53:30.825Z Downloaded progenitor-impl v0.10.0
13232026-06-26T18:53:30.825Z Downloaded memchr v2.8.1
13242026-06-26T18:53:30.828Z Downloaded synstructure v0.13.2
13252026-06-26T18:53:30.828Z Downloaded supports-color v3.0.2
13262026-06-26T18:53:30.831Z Downloaded toml_write v0.1.2
13272026-06-26T18:53:30.831Z Downloaded serde_with_macros v3.20.0
13282026-06-26T18:53:30.833Z Downloaded smf v0.2.3
13292026-06-26T18:53:30.834Z Downloaded slog-scope v4.4.1
13302026-06-26T18:53:30.834Z Downloaded slog-json v2.6.1
13312026-06-26T18:53:30.836Z Downloaded tokio-macros v2.7.0
13322026-06-26T18:53:30.836Z Downloaded smallvec v1.15.1
13332026-06-26T18:53:30.839Z Downloaded toml_datetime v0.6.11
13342026-06-26T18:53:30.839Z Downloaded hyper-util v0.1.20
13352026-06-26T18:53:30.842Z Downloaded serde_core v1.0.228
13362026-06-26T18:53:30.846Z Downloaded rayon-core v1.13.0
13372026-06-26T18:53:30.849Z Downloaded thiserror-no-std v2.0.2
13382026-06-26T18:53:30.852Z Downloaded pest_meta v2.8.6
13392026-06-26T18:53:30.852Z Downloaded minimal-lexical v0.2.1
13402026-06-26T18:53:30.855Z Downloaded thread_local v1.1.9
13412026-06-26T18:53:30.858Z Downloaded rustls-platform-verifier v0.7.0
13422026-06-26T18:53:30.860Z Downloaded static_assertions v1.1.0
13432026-06-26T18:53:30.861Z Downloaded tabwriter v1.4.1
13442026-06-26T18:53:30.861Z Downloaded spin v0.9.8
13452026-06-26T18:53:30.863Z Downloaded base64 v0.21.7
13462026-06-26T18:53:30.866Z Downloaded tower-layer v0.3.3
13472026-06-26T18:53:30.866Z Downloaded strum_macros v0.27.2
13482026-06-26T18:53:30.870Z Downloaded prettyplease v0.2.37
13492026-06-26T18:53:30.870Z Downloaded jiff-static v0.2.28
13502026-06-26T18:53:30.873Z Downloaded try-lock v0.2.5
13512026-06-26T18:53:30.873Z Downloaded tower-service v0.3.3
13522026-06-26T18:53:30.873Z Downloaded schemars v0.8.22
13532026-06-26T18:53:30.879Z Downloaded typify-macro v0.6.2
13542026-06-26T18:53:30.882Z Downloaded typify-macro v0.4.3
13552026-06-26T18:53:30.882Z Downloaded unicode-linebreak v0.1.5
13562026-06-26T18:53:30.882Z Downloaded unarray v0.1.4
13572026-06-26T18:53:30.885Z Downloaded tokio-tungstenite v0.21.0
13582026-06-26T18:53:30.885Z Downloaded typeid v1.0.3
13592026-06-26T18:53:30.885Z Downloaded thiserror-impl v1.0.69
13602026-06-26T18:53:30.887Z Downloaded thiserror v2.0.18
13612026-06-26T18:53:30.890Z Downloaded quinn v0.11.9
13622026-06-26T18:53:30.893Z Downloaded time-macros v0.2.27
13632026-06-26T18:53:30.896Z Downloaded slog-term v2.9.2
13642026-06-26T18:53:30.896Z Downloaded slog v2.8.2
13652026-06-26T18:53:30.899Z Downloaded tinystr v0.8.3
13662026-06-26T18:53:30.902Z Downloaded universal-hash v0.5.1
13672026-06-26T18:53:30.902Z Downloaded thiserror v1.0.69
13682026-06-26T18:53:30.906Z Downloaded usdt-attr-macro v0.6.0
13692026-06-26T18:53:30.906Z Downloaded tiny-keccak v2.0.2
13702026-06-26T18:53:30.908Z Downloaded tempfile v3.27.0
13712026-06-26T18:53:30.908Z Downloaded similar v2.7.0
13722026-06-26T18:53:30.911Z Downloaded openssl-sys v0.9.116
13732026-06-26T18:53:30.914Z Downloaded utf-8 v0.7.6
13742026-06-26T18:53:30.918Z Downloaded utf8parse v0.2.2
13752026-06-26T18:53:30.918Z Downloaded utf8_iter v1.0.4
13762026-06-26T18:53:30.918Z Downloaded usdt-macro v0.6.0
13772026-06-26T18:53:30.918Z Downloaded usdt-macro v0.5.0
13782026-06-26T18:53:30.921Z Downloaded usdt-attr-macro v0.5.0
13792026-06-26T18:53:30.921Z Downloaded version_check v0.9.5
13802026-06-26T18:53:30.921Z Downloaded usdt v0.6.0
13812026-06-26T18:53:30.921Z Downloaded untrusted v0.9.0
13822026-06-26T18:53:30.921Z Downloaded untrusted v0.7.1
13832026-06-26T18:53:30.924Z Downloaded toml_writer v1.1.1+spec-1.1.0
13842026-06-26T18:53:30.924Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13852026-06-26T18:53:30.924Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13862026-06-26T18:53:30.927Z Downloaded term v1.2.1
13872026-06-26T18:53:30.929Z Downloaded socket2 v0.6.4
13882026-06-26T18:53:30.929Z Downloaded tokio-dtrace v0.1.1
13892026-06-26T18:53:30.929Z Downloaded unit-prefix v0.5.2
13902026-06-26T18:53:30.932Z Downloaded proc-macro2 v1.0.106
13912026-06-26T18:53:30.932Z Downloaded ppv-lite86 v0.2.21
13922026-06-26T18:53:30.935Z Downloaded getrandom v0.4.2
13932026-06-26T18:53:30.938Z Downloaded progenitor-extras v0.2.0
13942026-06-26T18:53:30.938Z Downloaded indexmap v2.14.0
13952026-06-26T18:53:30.941Z Downloaded wait-timeout v0.2.1
13962026-06-26T18:53:30.941Z Downloaded dropshot-api-manager v0.7.2
13972026-06-26T18:53:30.944Z Downloaded want v0.3.1
13982026-06-26T18:53:30.947Z Downloaded waitgroup v0.1.2
13992026-06-26T18:53:30.947Z Downloaded parse-display-derive v0.10.0
14002026-06-26T18:53:30.947Z Downloaded pem v3.0.6
14012026-06-26T18:53:30.947Z Downloaded tokio-stream v0.1.18
14022026-06-26T18:53:30.950Z Downloaded toml v0.8.23
14032026-06-26T18:53:30.952Z Downloaded qorb v0.4.1
14042026-06-26T18:53:30.956Z Downloaded serde_derive v1.0.228
14052026-06-26T18:53:30.959Z Downloaded tokio-rustls v0.26.4
14062026-06-26T18:53:30.959Z Downloaded lock_api v0.4.14
14072026-06-26T18:53:30.959Z Downloaded litemap v0.8.2
14082026-06-26T18:53:30.963Z Downloaded num_enum v0.7.6
14092026-06-26T18:53:30.965Z Downloaded num_enum v0.5.11
14102026-06-26T18:53:30.969Z Downloaded newtype_derive v0.1.6
14112026-06-26T18:53:30.969Z Downloaded yoke-derive v0.8.2
14122026-06-26T18:53:30.969Z Downloaded camino v1.2.2
14132026-06-26T18:53:30.972Z Downloaded fs-err v3.3.0
14142026-06-26T18:53:30.972Z Downloaded serde_yaml v0.9.34+deprecated
14152026-06-26T18:53:30.972Z Downloaded cookie v0.18.1
14162026-06-26T18:53:30.975Z Downloaded derive_more v0.99.20
14172026-06-26T18:53:30.978Z Downloaded unicode-xid v0.2.6
14182026-06-26T18:53:30.978Z Downloaded schemars v1.2.1
14192026-06-26T18:53:30.986Z Downloaded zeroize_derive v1.4.3
14202026-06-26T18:53:30.989Z Downloaded zerofrom v0.1.8
14212026-06-26T18:53:30.989Z Downloaded test-strategy v0.4.5
14222026-06-26T18:53:30.992Z Downloaded toml_parser v1.1.2+spec-1.1.0
14232026-06-26T18:53:30.992Z Downloaded crossbeam-channel v0.5.15
14242026-06-26T18:53:30.995Z Downloaded usdt-impl v0.5.0
14252026-06-26T18:53:30.998Z Downloaded serde v1.0.228
14262026-06-26T18:53:30.998Z Downloaded zone_cfg_derive v0.3.1
14272026-06-26T18:53:30.998Z Downloaded rustls-webpki v0.103.13
14282026-06-26T18:53:31.002Z Downloaded usdt v0.5.0
14292026-06-26T18:53:31.002Z Downloaded thin-vec v0.2.18
14302026-06-26T18:53:31.005Z Downloaded mio v1.2.1
14312026-06-26T18:53:31.008Z Downloaded zone v0.3.1
14322026-06-26T18:53:31.008Z Downloaded walkdir v2.5.0
14332026-06-26T18:53:31.008Z Downloaded textwrap v0.16.2
14342026-06-26T18:53:31.011Z Downloaded memoffset v0.9.1
14352026-06-26T18:53:31.011Z Downloaded newtype-uuid-macros v0.1.0
14362026-06-26T18:53:31.011Z Downloaded mime v0.3.17
14372026-06-26T18:53:31.015Z Downloaded managed v0.8.0
14382026-06-26T18:53:31.015Z Downloaded expectorate v1.2.0
14392026-06-26T18:53:31.015Z Downloaded rand v0.8.6
14402026-06-26T18:53:31.018Z Downloaded lru-slab v0.1.2
14412026-06-26T18:53:31.018Z Downloaded linked-hash-map v0.5.6
14422026-06-26T18:53:31.018Z Downloaded http-body-util v0.1.3
14432026-06-26T18:53:31.021Z Downloaded ff v0.13.1
14442026-06-26T18:53:31.021Z Downloaded base64 v0.22.1
14452026-06-26T18:53:31.025Z Downloaded xz2 v0.1.7
14462026-06-26T18:53:31.025Z Downloaded writeable v0.6.3
14472026-06-26T18:53:31.028Z Downloaded whoami v1.6.1
14482026-06-26T18:53:31.028Z Downloaded rand v0.10.1
14492026-06-26T18:53:31.028Z Downloaded rand v0.9.4
14502026-06-26T18:53:31.031Z Downloaded hashbrown v0.15.5
14512026-06-26T18:53:31.034Z Downloaded ucd-trie v0.1.7
14522026-06-26T18:53:31.037Z Downloaded tinyvec v1.11.0
14532026-06-26T18:53:31.037Z Downloaded vsss-rs v3.3.4
14542026-06-26T18:53:31.039Z Downloaded usdt-impl v0.6.0
14552026-06-26T18:53:31.039Z Downloaded foldhash v0.2.0
14562026-06-26T18:53:31.040Z Downloaded foldhash v0.1.5
14572026-06-26T18:53:31.042Z Downloaded toml v1.1.2+spec-1.1.0
14582026-06-26T18:53:31.045Z Downloaded zerofrom-derive v0.1.7
14592026-06-26T18:53:31.045Z Downloaded schemars v0.9.0
14602026-06-26T18:53:31.051Z Downloaded hyper v1.10.1
14612026-06-26T18:53:31.055Z Downloaded zmij v1.0.21
14622026-06-26T18:53:31.058Z Downloaded nom v7.1.3
14632026-06-26T18:53:31.060Z Downloaded zeroize v1.8.2
14642026-06-26T18:53:31.060Z Downloaded tracing-attributes v0.1.31
14652026-06-26T18:53:31.063Z Downloaded cargo_toml v0.22.3
14662026-06-26T18:53:31.063Z Downloaded bitflags v2.12.1
14672026-06-26T18:53:31.066Z Downloaded thiserror-impl v2.0.18
14682026-06-26T18:53:31.069Z Downloaded const_format_proc_macros v0.2.34
14692026-06-26T18:53:31.069Z Downloaded bcs v0.1.6
14702026-06-26T18:53:31.071Z Downloaded zerovec-derive v0.11.3
14712026-06-26T18:53:31.072Z Downloaded console v0.16.3
14722026-06-26T18:53:31.072Z Downloaded idna v1.1.0
14732026-06-26T18:53:31.075Z Downloaded backon v1.6.0
14742026-06-26T18:53:31.077Z Downloaded itoa v1.0.18
14752026-06-26T18:53:31.077Z Downloaded steno v0.4.1
14762026-06-26T18:53:31.080Z Downloaded tungstenite v0.21.0
14772026-06-26T18:53:31.083Z Downloaded itertools v0.12.1
14782026-06-26T18:53:31.086Z Downloaded toml_edit v0.22.27
14792026-06-26T18:53:31.088Z Downloaded snafu v0.8.9
14802026-06-26T18:53:31.091Z Downloaded typify v0.4.3
14812026-06-26T18:53:31.094Z Downloaded toml v0.9.12+spec-1.1.0
14822026-06-26T18:53:31.097Z Downloaded typify v0.6.2
14832026-06-26T18:53:31.099Z Downloaded yoke v0.8.3
14842026-06-26T18:53:31.099Z Downloaded hashbrown v0.17.1
14852026-06-26T18:53:31.102Z Downloaded is-terminal v0.4.17
14862026-06-26T18:53:31.105Z Downloaded ident_case v1.0.1
14872026-06-26T18:53:31.105Z Downloaded httpdate v1.0.3
14882026-06-26T18:53:31.105Z Downloaded itertools v0.14.0
14892026-06-26T18:53:31.109Z Downloaded indent_write v2.2.0
14902026-06-26T18:53:31.111Z Downloaded idna_adapter v1.2.2
14912026-06-26T18:53:31.111Z Downloaded nom v8.0.0
14922026-06-26T18:53:31.114Z Downloaded toml_edit v0.25.12+spec-1.1.0
14932026-06-26T18:53:31.117Z Downloaded hashbrown v0.16.1
14942026-06-26T18:53:31.120Z Downloaded anstyle v1.0.14
14952026-06-26T18:53:31.123Z Downloaded futures-io v0.3.32
14962026-06-26T18:53:31.123Z Downloaded cmake v0.1.58
14972026-06-26T18:53:31.123Z Downloaded pest v2.8.6
14982026-06-26T18:53:31.126Z Downloaded unsafe-libyaml v0.2.11
14992026-06-26T18:53:31.127Z Downloaded hkdf v0.12.4
15002026-06-26T18:53:31.129Z Downloaded uuid v1.23.2
15012026-06-26T18:53:31.132Z Downloaded tracing-core v0.1.36
15022026-06-26T18:53:31.132Z Downloaded toml_edit v0.19.15
15032026-06-26T18:53:31.141Z Downloaded ron v0.12.1
15042026-06-26T18:53:31.146Z Downloaded unicode-ident v1.0.24
15052026-06-26T18:53:31.149Z Downloaded icu_properties_data v2.2.0
15062026-06-26T18:53:31.154Z Downloaded zerocopy-derive v0.7.35
15072026-06-26T18:53:31.157Z Downloaded goblin v0.8.2
15082026-06-26T18:53:31.174Z Downloaded clap_builder v4.6.0
15092026-06-26T18:53:31.174Z Downloaded h2 v0.4.14
15102026-06-26T18:53:31.174Z Downloaded iddqd v0.4.2
15112026-06-26T18:53:31.177Z Downloaded aho-corasick v1.1.4
15122026-06-26T18:53:31.177Z Downloaded libm v0.2.16
15132026-06-26T18:53:31.181Z Downloaded futures-util v0.3.32
15142026-06-26T18:53:31.188Z Downloaded clap_lex v1.1.0
15152026-06-26T18:53:31.191Z Downloaded either v1.16.0
15162026-06-26T18:53:31.191Z Downloaded foreign-types v0.3.2
15172026-06-26T18:53:31.191Z Downloaded typenum v1.20.1
15182026-06-26T18:53:31.194Z Downloaded clap_derive v4.6.1
15192026-06-26T18:53:31.194Z Downloaded anstyle-parse v1.0.0
15202026-06-26T18:53:31.197Z Downloaded byte-wrapper v0.1.0
15212026-06-26T18:53:31.197Z Downloaded daft-derive v0.1.7
15222026-06-26T18:53:31.200Z Downloaded daft v0.1.7
15232026-06-26T18:53:31.200Z Downloaded bitflags v1.3.2
15242026-06-26T18:53:31.203Z Downloaded async-stream-impl v0.3.6
15252026-06-26T18:53:31.203Z Downloaded float-ord v0.3.2
15262026-06-26T18:53:31.203Z Downloaded defmt-macros v1.1.0
15272026-06-26T18:53:31.206Z Downloaded regex v1.12.3
15282026-06-26T18:53:31.209Z Downloaded zerotrie v0.2.4
15292026-06-26T18:53:31.212Z Downloaded foreign-types-shared v0.1.1
15302026-06-26T18:53:31.212Z Downloaded const-random-macro v0.1.16
15312026-06-26T18:53:31.212Z Downloaded ciborium-ll v0.2.2
15322026-06-26T18:53:31.215Z Downloaded anstyle-query v1.1.5
15332026-06-26T18:53:31.215Z Downloaded reqwest v0.13.4
15342026-06-26T18:53:31.218Z Downloaded cstr-argument v0.1.2
15352026-06-26T18:53:31.218Z Downloaded dtrace-parser v0.3.0
15362026-06-26T18:53:31.221Z Downloaded foreign-types-macros v0.2.3
15372026-06-26T18:53:31.221Z Downloaded fixedbitset v0.4.2
15382026-06-26T18:53:31.221Z Downloaded deranged v0.5.8
15392026-06-26T18:53:31.221Z Downloaded atomic-waker v1.1.2
15402026-06-26T18:53:31.225Z Downloaded base16ct v1.0.0
15412026-06-26T18:53:31.225Z Downloaded derive-ex v0.1.8
15422026-06-26T18:53:31.225Z Downloaded data-encoding v2.11.0
15432026-06-26T18:53:31.225Z Downloaded dropshot-api-manager-types v0.7.2
15442026-06-26T18:53:31.228Z Downloaded darling_macro v0.23.0
15452026-06-26T18:53:31.228Z Downloaded darling_core v0.23.0
15462026-06-26T18:53:31.230Z Downloaded crypto-common v0.2.2
15472026-06-26T18:53:31.230Z Downloaded cpufeatures v0.3.0
15482026-06-26T18:53:31.230Z Downloaded typed-path v0.9.3
15492026-06-26T18:53:31.233Z Downloaded ciborium-io v0.2.2
15502026-06-26T18:53:31.236Z Downloaded curve25519-dalek-derive v0.1.1
15512026-06-26T18:53:31.236Z Downloaded zerocopy-derive v0.8.50
15522026-06-26T18:53:31.239Z Downloaded reqwest v0.12.28
15532026-06-26T18:53:31.243Z Downloaded tower v0.5.3
15542026-06-26T18:53:31.248Z Downloaded unicode-segmentation v1.13.3
15552026-06-26T18:53:31.251Z Downloaded serde_json v1.0.150
15562026-06-26T18:53:31.254Z Downloaded blake2 v0.10.6
15572026-06-26T18:53:31.257Z Downloaded block-buffer v0.10.4
15582026-06-26T18:53:31.257Z Downloaded dtrace-parser v0.2.0
15592026-06-26T18:53:31.257Z Downloaded debug-ignore v1.0.5
15602026-06-26T18:53:31.260Z Downloaded darling v0.23.0
15612026-06-26T18:53:31.264Z Downloaded cancel-safe-futures v0.1.5
15622026-06-26T18:53:31.267Z Downloaded argon2 v0.5.3
15632026-06-26T18:53:31.267Z Downloaded colorchoice v1.0.5
15642026-06-26T18:53:31.267Z Downloaded base16ct v0.2.0
15652026-06-26T18:53:31.267Z Downloaded url v2.5.8
15662026-06-26T18:53:31.270Z Downloaded async-stream v0.3.6
15672026-06-26T18:53:31.270Z Downloaded rayon v1.12.0
15682026-06-26T18:53:31.274Z Downloaded unicode-normalization v0.1.25
15692026-06-26T18:53:31.277Z Downloaded aws-lc-rs v1.17.0
15702026-06-26T18:53:31.282Z Downloaded atomicwrites v0.4.4
15712026-06-26T18:53:31.284Z Downloaded chacha20 v0.9.1
15722026-06-26T18:53:31.284Z Downloaded adler2 v2.0.1
15732026-06-26T18:53:31.284Z Downloaded portable-atomic v1.13.1
15742026-06-26T18:53:31.288Z Downloaded tokio-util v0.7.18
15752026-06-26T18:53:31.293Z Downloaded block-buffer v0.12.0
15762026-06-26T18:53:31.303Z Downloaded tower-http v0.6.11
15772026-06-26T18:53:31.312Z Downloaded serde_with v3.20.0
15782026-06-26T18:53:31.320Z Downloaded tough v0.22.0
15792026-06-26T18:53:31.344Z Downloaded zerovec v0.11.6
15802026-06-26T18:53:31.347Z Downloaded moka v0.12.15
15812026-06-26T18:53:31.347Z Downloaded proptest v1.11.0
15822026-06-26T18:53:31.347Z Downloaded zerocopy v0.7.35
15832026-06-26T18:53:31.350Z Downloaded chrono v0.4.45
15842026-06-26T18:53:31.353Z Downloaded goblin v0.10.7
15852026-06-26T18:53:31.380Z Downloaded winnow v1.0.3
15862026-06-26T18:53:31.387Z Downloaded winnow v0.5.40
15872026-06-26T18:53:31.391Z Downloaded tabled v0.15.0
15882026-06-26T18:53:31.400Z Downloaded tabled v0.21.0
15892026-06-26T18:53:31.410Z Downloaded dropshot v0.17.1
15902026-06-26T18:53:31.424Z Downloaded time v0.3.47
15912026-06-26T18:53:31.431Z Downloaded winnow v0.7.15
15922026-06-26T18:53:31.437Z Downloaded webpki-roots v1.0.7
15932026-06-26T18:53:31.440Z Downloaded vcpkg v0.2.15
15942026-06-26T18:53:31.467Z Downloaded openssl v0.10.80
15952026-06-26T18:53:31.472Z Downloaded unicode-width v0.2.2
15962026-06-26T18:53:31.475Z Downloaded quinn-proto v0.11.14
15972026-06-26T18:53:31.480Z Downloaded syn v1.0.109
15982026-06-26T18:53:31.485Z Downloaded curve25519-dalek v4.1.3
15992026-06-26T18:53:31.495Z Downloaded hickory-proto v0.24.4
16002026-06-26T18:53:31.504Z Downloaded nix v0.31.3
16012026-06-26T18:53:31.511Z Downloaded bstr v1.12.1
16022026-06-26T18:53:31.515Z Downloaded rustls v0.23.40
16032026-06-26T18:53:31.523Z Downloaded rustix v0.38.44
16042026-06-26T18:53:31.536Z Downloaded smoltcp v0.11.0
16052026-06-26T18:53:31.542Z Downloaded rustix v1.1.4
16062026-06-26T18:53:31.557Z Downloaded hickory-proto v0.25.2
16072026-06-26T18:53:31.564Z Downloaded openapiv3 v2.2.0
16082026-06-26T18:53:31.575Z Downloaded regress v0.10.5
16092026-06-26T18:53:31.582Z Downloaded syn v2.0.117
16102026-06-26T18:53:31.589Z Downloaded rhai v1.25.1
16112026-06-26T18:53:31.596Z Downloaded unicode-width v0.1.14
16122026-06-26T18:53:31.599Z Downloaded regress v0.11.1
16132026-06-26T18:53:31.604Z Downloaded zerocopy v0.8.50
16142026-06-26T18:53:31.625Z Downloaded regex-syntax v0.8.10
16152026-06-26T18:53:31.648Z Downloaded petgraph v0.6.5
16162026-06-26T18:53:31.659Z Downloaded lzma-sys v0.1.20
16172026-06-26T18:53:31.677Z Downloaded libc v0.2.186
16182026-06-26T18:53:31.720Z Downloaded encoding_rs v0.8.35
16192026-06-26T18:53:31.732Z Downloaded typify-impl v0.6.2
16202026-06-26T18:53:31.739Z Downloaded tracing v0.1.44
16212026-06-26T18:53:31.750Z Downloaded typify-impl v0.4.3
16222026-06-26T18:53:31.758Z Downloaded sled v0.34.7
16232026-06-26T18:53:31.791Z Downloaded regex-automata v0.4.14
16242026-06-26T18:53:31.862Z Downloaded jiff v0.2.28
16252026-06-26T18:53:31.884Z Downloaded chrono-tz v0.10.4
16262026-06-26T18:53:31.898Z Downloaded petgraph v0.8.3
16272026-06-26T18:53:31.912Z Downloaded csv v1.4.0
16282026-06-26T18:53:31.923Z Downloaded sha3 v0.10.9
16292026-06-26T18:53:31.928Z Downloaded tokio v1.52.3
16302026-06-26T18:53:32.016Z Downloaded ring v0.17.14
16312026-06-26T18:53:32.661Z Downloaded aws-lc-sys v0.41.0
16322026-06-26T18:53:33.023Z Compiling proc-macro2 v1.0.106
16332026-06-26T18:53:33.023Z Compiling quote v1.0.45
16342026-06-26T18:53:33.023Z Compiling unicode-ident v1.0.24
16352026-06-26T18:53:33.023Z Compiling serde_core v1.0.228
16362026-06-26T18:53:33.026Z Compiling serde v1.0.228
16372026-06-26T18:53:33.026Z Compiling libc v0.2.186
16382026-06-26T18:53:33.026Z Compiling cfg-if v1.0.4
16392026-06-26T18:53:33.360Z Compiling zmij v1.0.21
16402026-06-26T18:53:33.378Z Compiling autocfg v1.5.1
16412026-06-26T18:53:33.713Z Compiling memchr v2.8.1
16422026-06-26T18:53:33.729Z Compiling libm v0.2.16
16432026-06-26T18:53:34.083Z Compiling itoa v1.0.18
16442026-06-26T18:53:34.112Z Compiling icu_properties_data v2.2.0
16452026-06-26T18:53:34.347Z Compiling icu_normalizer_data v2.2.0
16462026-06-26T18:53:34.363Z Compiling version_check v0.9.5
16472026-06-26T18:53:34.379Z Compiling stable_deref_trait v1.2.1
16482026-06-26T18:53:34.511Z Compiling syn v2.0.117
16492026-06-26T18:53:34.568Z Compiling serde_json v1.0.150
16502026-06-26T18:53:34.667Z Compiling writeable v0.6.3
16512026-06-26T18:53:34.774Z Compiling parking_lot_core v0.9.12
16522026-06-26T18:53:34.922Z Compiling litemap v0.8.2
16532026-06-26T18:53:34.958Z Compiling num-traits v0.2.19
16542026-06-26T18:53:34.978Z Compiling utf8_iter v1.0.4
16552026-06-26T18:53:35.154Z Compiling percent-encoding v2.3.2
16562026-06-26T18:53:35.317Z Compiling thiserror v2.0.18
16572026-06-26T18:53:35.380Z Compiling form_urlencoded v1.2.2
16582026-06-26T18:53:35.383Z Compiling getrandom v0.4.2
16592026-06-26T18:53:35.415Z Compiling rand_core v0.10.1
16602026-06-26T18:53:35.665Z Compiling zerocopy v0.8.50
16612026-06-26T18:53:35.669Z Compiling errno v0.3.14
16622026-06-26T18:53:35.698Z Compiling iana-time-zone v0.1.65
16632026-06-26T18:53:35.729Z Compiling heck v0.5.0
16642026-06-26T18:53:36.042Z Compiling uuid v1.23.2
16652026-06-26T18:53:36.068Z Compiling jobserver v0.1.34
16662026-06-26T18:53:36.229Z Compiling shlex v2.0.1
16672026-06-26T18:53:36.396Z Compiling find-msvc-tools v0.1.9
16682026-06-26T18:53:36.438Z Compiling rustversion v1.0.22
16692026-06-26T18:53:36.633Z Compiling cc v1.2.63
16702026-06-26T18:53:36.657Z Compiling semver v1.0.28
16712026-06-26T18:53:36.705Z Compiling schemars v0.8.22
16722026-06-26T18:53:36.878Z Compiling dyn-clone v1.0.20
16732026-06-26T18:53:37.039Z Compiling pin-project-lite v0.2.17
16742026-06-26T18:53:37.059Z Compiling getrandom v0.2.17
16752026-06-26T18:53:37.153Z Compiling scopeguard v1.2.0
16762026-06-26T18:53:37.249Z Compiling lock_api v0.4.14
16772026-06-26T18:53:37.294Z Compiling bitflags v2.12.1
16782026-06-26T18:53:37.352Z Compiling synstructure v0.13.2
16792026-06-26T18:53:37.485Z Compiling serde_derive_internals v0.29.1
16802026-06-26T18:53:37.518Z Compiling socket2 v0.6.4
16812026-06-26T18:53:37.539Z Compiling cmake v0.1.58
16822026-06-26T18:53:37.728Z Compiling signal-hook-registry v1.4.8
16832026-06-26T18:53:37.875Z Compiling mio v1.2.1
16842026-06-26T18:53:37.900Z Compiling fs_extra v1.3.0
16852026-06-26T18:53:37.933Z Compiling dunce v1.0.5
16862026-06-26T18:53:37.992Z Compiling portable-atomic v1.13.1
16872026-06-26T18:53:38.093Z Compiling critical-section v1.2.0
16882026-06-26T18:53:38.169Z Compiling aws-lc-sys v0.41.0
16892026-06-26T18:53:38.215Z Compiling futures-core v0.3.32
16902026-06-26T18:53:38.231Z Compiling log v0.4.32
16912026-06-26T18:53:38.335Z Compiling subtle v2.6.1
16922026-06-26T18:53:38.426Z Compiling equivalent v1.0.2
16932026-06-26T18:53:38.517Z Compiling httparse v1.10.1
16942026-06-26T18:53:38.534Z Compiling futures-sink v0.3.32
16952026-06-26T18:53:38.584Z Compiling serde_derive v1.0.228
16962026-06-26T18:53:38.602Z Compiling zerofrom-derive v0.1.7
16972026-06-26T18:53:38.637Z Compiling yoke-derive v0.8.2
16982026-06-26T18:53:38.653Z Compiling zerovec-derive v0.11.3
16992026-06-26T18:53:38.656Z Compiling displaydoc v0.2.6
17002026-06-26T18:53:38.884Z Compiling schemars_derive v0.8.22
17012026-06-26T18:53:39.073Z Compiling thiserror-impl v2.0.18
17022026-06-26T18:53:39.252Z Compiling tokio-macros v2.7.0
17032026-06-26T18:53:39.461Z Compiling zerocopy-derive v0.8.50
17042026-06-26T18:53:39.714Z Compiling zeroize_derive v1.4.3
17052026-06-26T18:53:39.777Z Compiling futures-macro v0.3.32
17062026-06-26T18:53:39.794Z Compiling zerofrom v0.1.8
17072026-06-26T18:53:39.930Z Compiling yoke v0.8.3
17082026-06-26T18:53:40.018Z Compiling once_cell v1.21.4
17092026-06-26T18:53:40.135Z Compiling zerovec v0.11.6
17102026-06-26T18:53:40.281Z Compiling zerotrie v0.2.4
17112026-06-26T18:53:40.308Z Compiling slab v0.4.12
17122026-06-26T18:53:40.409Z Compiling zeroize v1.8.2
17132026-06-26T18:53:40.515Z Compiling thiserror v1.0.69
17142026-06-26T18:53:40.556Z Compiling ucd-trie v0.1.7
17152026-06-26T18:53:40.603Z Compiling rustix v1.1.4
17162026-06-26T18:53:40.656Z Compiling typenum v1.20.1
17172026-06-26T18:53:40.704Z Compiling tinystr v0.8.3
17182026-06-26T18:53:40.747Z Compiling potential_utf v0.1.5
17192026-06-26T18:53:40.790Z Compiling pest v2.8.6
17202026-06-26T18:53:40.852Z Compiling futures-channel v0.3.32
17212026-06-26T18:53:40.941Z Compiling icu_locale_core v2.2.0
17222026-06-26T18:53:40.958Z Compiling icu_collections v2.2.0
17232026-06-26T18:53:41.001Z Compiling thiserror-impl v1.0.69
17242026-06-26T18:53:41.128Z Compiling futures-task v0.3.32
17252026-06-26T18:53:41.475Z Compiling futures-io v0.3.32
17262026-06-26T18:53:41.692Z Compiling futures-util v0.3.32
17272026-06-26T18:53:41.716Z Compiling getrandom v0.3.4
17282026-06-26T18:53:41.842Z Compiling smallvec v1.15.1
17292026-06-26T18:53:41.912Z Compiling bytes v1.11.1
17302026-06-26T18:53:42.053Z Compiling icu_provider v2.2.0
17312026-06-26T18:53:42.078Z Compiling chrono v0.4.45
17322026-06-26T18:53:42.195Z Compiling serde_tokenstream v0.2.3
17332026-06-26T18:53:42.491Z Compiling icu_properties v2.2.0
17342026-06-26T18:53:42.510Z Compiling icu_normalizer v2.2.0
17352026-06-26T18:53:42.671Z Compiling parking_lot v0.12.5
17362026-06-26T18:53:43.385Z Compiling idna_adapter v1.2.2
17372026-06-26T18:53:43.541Z Compiling idna v1.1.0
17382026-06-26T18:53:43.558Z Compiling tokio v1.52.3
17392026-06-26T18:53:43.688Z Compiling pest_meta v2.8.6
17402026-06-26T18:53:43.929Z Compiling url v2.5.8
17412026-06-26T18:53:44.030Z Compiling regex-syntax v0.8.10
17422026-06-26T18:53:44.127Z Compiling strsim v0.11.1
17432026-06-26T18:53:44.366Z Compiling pest_generator v2.8.6
17442026-06-26T18:53:44.424Z Compiling rand_core v0.6.4
17452026-06-26T18:53:44.947Z Compiling aho-corasick v1.1.4
17462026-06-26T18:53:44.997Z Compiling pest_derive v2.8.6
17472026-06-26T18:53:45.549Z Compiling hashbrown v0.17.1
17482026-06-26T18:53:45.567Z Compiling byteorder v1.5.0
17492026-06-26T18:53:45.637Z Compiling ipnetwork v0.21.1
17502026-06-26T18:53:45.828Z Compiling regex-automata v0.4.14
17512026-06-26T18:53:46.079Z Compiling tracing-core v0.1.36
17522026-06-26T18:53:46.232Z Compiling indexmap v2.14.0
17532026-06-26T18:53:46.330Z Compiling tracing-attributes v0.1.31
17542026-06-26T18:53:46.439Z Compiling ident_case v1.0.1
17552026-06-26T18:53:46.573Z Compiling slog v2.8.2
17562026-06-26T18:53:47.108Z Compiling base64 v0.22.1
17572026-06-26T18:53:47.133Z Compiling anyhow v1.0.102
17582026-06-26T18:53:47.188Z Compiling paste v1.0.15
17592026-06-26T18:53:47.231Z Compiling fnv v1.0.7
17602026-06-26T18:53:47.571Z Compiling regex v1.12.3
17612026-06-26T18:53:47.596Z Compiling tracing v0.1.44
17622026-06-26T18:53:47.637Z Compiling erased-serde v0.3.31
17632026-06-26T18:53:48.100Z Compiling omicron-workspace-hack v0.1.0
17642026-06-26T18:53:48.412Z Compiling http v1.4.1
17652026-06-26T18:53:48.870Z Compiling oxnet v0.1.6
17662026-06-26T18:53:48.886Z Compiling rustls-pki-types v1.14.1
17672026-06-26T18:53:49.715Z Compiling scroll_derive v0.13.1
17682026-06-26T18:53:49.722Z Compiling ring v0.17.14
17692026-06-26T18:53:50.234Z Compiling num-conv v0.2.2
17702026-06-26T18:53:50.251Z Compiling aws-lc-rs v1.17.0
17712026-06-26T18:53:50.268Z Compiling time-core v0.1.8
17722026-06-26T18:53:50.415Z Compiling time-macros v0.2.27
17732026-06-26T18:53:50.572Z Compiling tokio-util v0.7.18
17742026-06-26T18:53:50.936Z Compiling untrusted v0.9.0
17752026-06-26T18:53:51.075Z Compiling untrusted v0.7.1
17762026-06-26T18:53:51.214Z Compiling ipnet v2.12.0
17772026-06-26T18:53:51.479Z Compiling ppv-lite86 v0.2.21
17782026-06-26T18:53:51.854Z Compiling async-trait v0.1.89
17792026-06-26T18:53:51.893Z Compiling daft-derive v0.1.7
17802026-06-26T18:53:52.071Z Compiling rustls v0.23.40
17812026-06-26T18:53:52.313Z Compiling crc32fast v1.5.0
17822026-06-26T18:53:52.405Z Compiling camino v1.2.2
17832026-06-26T18:53:52.655Z Compiling http-body v1.0.1
17842026-06-26T18:53:52.814Z Compiling usdt-impl v0.6.0
17852026-06-26T18:53:52.832Z Compiling pretty-hex v0.4.2
17862026-06-26T18:53:52.835Z Compiling atomic-waker v1.1.2
17872026-06-26T18:53:52.950Z Compiling crossbeam-utils v0.8.21
17882026-06-26T18:53:53.074Z Compiling scroll v0.13.0
17892026-06-26T18:53:53.296Z Compiling tower-service v0.3.3
17902026-06-26T18:53:53.340Z Compiling ryu v1.0.23
17912026-06-26T18:53:53.454Z Compiling tower-layer v0.3.3
17922026-06-26T18:53:53.630Z Compiling plain v0.2.3
17932026-06-26T18:53:53.655Z Compiling try-lock v0.2.5
17942026-06-26T18:53:53.749Z Compiling want v0.3.1
17952026-06-26T18:53:53.775Z Compiling goblin v0.10.7
17962026-06-26T18:53:53.930Z Compiling h2 v0.4.14
17972026-06-26T18:53:54.508Z Compiling slog-async v2.8.0
17982026-06-26T18:53:54.851Z Compiling httpdate v1.0.3
17992026-06-26T18:53:55.142Z Compiling dtrace-parser v0.3.0
18002026-06-26T18:53:55.250Z Compiling thread-id v5.1.0
18012026-06-26T18:53:55.705Z Compiling ref-cast v1.0.25
18022026-06-26T18:53:56.258Z Compiling hyper v1.10.1
18032026-06-26T18:53:57.356Z Compiling dof v0.4.0
18042026-06-26T18:53:58.383Z Compiling hyper-util v0.1.20
18052026-06-26T18:53:58.633Z Compiling rand_core v0.9.5
18062026-06-26T18:53:58.900Z Compiling serde_urlencoded v0.7.1
18072026-06-26T18:53:59.194Z Compiling http-body-util v0.1.3
18082026-06-26T18:53:59.507Z Compiling ref-cast-impl v1.0.25
18092026-06-26T18:53:59.574Z Compiling syn v1.0.109
18102026-06-26T18:54:00.258Z Compiling usdt-attr-macro v0.6.0
18112026-06-26T18:54:00.347Z Compiling usdt-macro v0.6.0
18122026-06-26T18:54:01.158Z Compiling structmeta-derive v0.3.0
18132026-06-26T18:54:01.161Z Compiling multer v3.1.0
18142026-06-26T18:54:01.203Z Compiling allocator-api2 v0.2.21
18152026-06-26T18:54:01.355Z Compiling foldhash v0.2.0
18162026-06-26T18:54:01.541Z Compiling powerfmt v0.2.0
18172026-06-26T18:54:01.610Z Compiling hashbrown v0.16.1
18182026-06-26T18:54:01.831Z Compiling deranged v0.5.8
18192026-06-26T18:54:01.901Z Compiling rand_chacha v0.9.0
18202026-06-26T18:54:02.243Z Compiling structmeta v0.3.0
18212026-06-26T18:54:02.452Z Compiling darling_core v0.23.0
18222026-06-26T18:54:02.470Z Compiling newtype-uuid-macros v0.1.0
18232026-06-26T18:54:02.965Z Compiling num_threads v0.1.7
18242026-06-26T18:54:03.073Z Compiling rand v0.9.4
18252026-06-26T18:54:03.107Z Compiling time v0.3.47
18262026-06-26T18:54:03.268Z Compiling newtype-uuid v1.3.2
18272026-06-26T18:54:03.789Z Compiling strum_macros v0.26.4
18282026-06-26T18:54:04.148Z Compiling async-stream-impl v0.3.6
18292026-06-26T18:54:04.213Z Compiling sync_wrapper v1.0.2
18302026-06-26T18:54:04.335Z Compiling dropshot v0.17.1
18312026-06-26T18:54:04.512Z Compiling darling_macro v0.23.0
18322026-06-26T18:54:04.799Z Compiling hex v0.4.3
18332026-06-26T18:54:04.950Z Compiling tower v0.5.3
18342026-06-26T18:54:05.097Z Compiling daft v0.1.7
18352026-06-26T18:54:05.113Z Compiling darling v0.23.0
18362026-06-26T18:54:05.202Z Compiling crossbeam-channel v0.5.15
18372026-06-26T18:54:05.420Z Compiling webpki-roots v1.0.7
18382026-06-26T18:54:05.474Z Compiling openapiv3 v2.2.0
18392026-06-26T18:54:05.873Z Compiling generic-array v0.14.7
18402026-06-26T18:54:05.990Z Compiling fastrand v2.4.1
18412026-06-26T18:54:06.420Z Compiling tower-http v0.6.11
18422026-06-26T18:54:06.440Z Compiling serde_with_macros v3.20.0
18432026-06-26T18:54:07.142Z Compiling futures-executor v0.3.32
18442026-06-26T18:54:07.252Z Compiling dropshot_endpoint v0.17.1
18452026-06-26T18:54:07.607Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18462026-06-26T18:54:07.628Z Compiling thread_local v1.1.9
18472026-06-26T18:54:07.692Z Compiling openssl-probe v0.2.1
18482026-06-26T18:54:07.969Z Compiling cpufeatures v0.3.0
18492026-06-26T18:54:08.053Z Compiling rustls-native-certs v0.8.4
18502026-06-26T18:54:08.095Z Compiling futures v0.3.32
18512026-06-26T18:54:08.733Z Compiling derive-ex v0.1.8
18522026-06-26T18:54:08.922Z Compiling strum_macros v0.27.2
18532026-06-26T18:54:08.958Z Compiling is-terminal v0.4.17
18542026-06-26T18:54:09.068Z Compiling take_mut v0.2.2
18552026-06-26T18:54:09.195Z Compiling winnow v1.0.3
18562026-06-26T18:54:09.848Z Compiling term v1.2.1
18572026-06-26T18:54:10.307Z Compiling test-strategy v0.4.5
18582026-06-26T18:54:10.636Z Compiling slog-term v2.9.2
18592026-06-26T18:54:11.671Z Compiling tempfile v3.27.0
18602026-06-26T18:54:12.087Z Compiling macaddr v1.0.1
18612026-06-26T18:54:12.273Z Compiling hybrid-array v0.4.12
18622026-06-26T18:54:12.477Z Compiling simd-adler32 v0.3.9
18632026-06-26T18:54:12.526Z Compiling match_cfg v0.1.0
18642026-06-26T18:54:12.768Z Compiling adler2 v2.0.1
18652026-06-26T18:54:12.768Z Compiling hostname v0.3.1
18662026-06-26T18:54:12.944Z Compiling miniz_oxide v0.8.9
18672026-06-26T18:54:13.450Z Compiling slog-json v2.6.1
18682026-06-26T18:54:13.740Z Compiling memmap2 v0.9.10
18692026-06-26T18:54:14.399Z Compiling usdt v0.6.0
18702026-06-26T18:54:14.555Z Compiling slog-bunyan v2.5.0
18712026-06-26T18:54:14.573Z Compiling flate2 v1.1.9
18722026-06-26T18:54:14.743Z Compiling block-buffer v0.12.0
18732026-06-26T18:54:14.932Z Compiling crypto-common v0.2.2
18742026-06-26T18:54:15.031Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-26T18:54:15.123Z Compiling debug-ignore v1.0.5
18762026-06-26T18:54:15.165Z Compiling compression-core v0.4.32
18772026-06-26T18:54:15.344Z Compiling const-oid v0.10.2
18782026-06-26T18:54:15.366Z Compiling either v1.16.0
18792026-06-26T18:54:15.597Z Compiling digest v0.11.3
18802026-06-26T18:54:15.693Z Compiling compression-codecs v0.4.38
18812026-06-26T18:54:15.891Z Compiling toml_parser v1.1.2+spec-1.1.0
18822026-06-26T18:54:16.066Z Compiling crypto-common v0.1.7
18832026-06-26T18:54:16.085Z Compiling parse-display-derive v0.10.0
18842026-06-26T18:54:16.236Z Compiling rand_chacha v0.3.1
18852026-06-26T18:54:16.283Z Compiling serde_spanned v1.1.1
18862026-06-26T18:54:16.399Z Compiling toml_datetime v1.1.1+spec-1.1.0
18872026-06-26T18:54:16.435Z Compiling encoding_rs v0.8.35
18882026-06-26T18:54:16.753Z Compiling toml_writer v1.1.1+spec-1.1.0
18892026-06-26T18:54:16.833Z Compiling spin v0.9.8
18902026-06-26T18:54:16.876Z Compiling mime v0.3.17
18912026-06-26T18:54:17.036Z Compiling toml v1.1.2+spec-1.1.0
18922026-06-26T18:54:17.242Z Compiling rand v0.8.6
18932026-06-26T18:54:17.367Z Compiling async-compression v0.4.42
18942026-06-26T18:54:17.679Z Compiling sha1 v0.11.0
18952026-06-26T18:54:17.830Z Compiling strum v0.26.3
18962026-06-26T18:54:17.976Z Compiling async-stream v0.3.6
18972026-06-26T18:54:18.087Z Compiling waitgroup v0.1.2
18982026-06-26T18:54:18.173Z Compiling rustls-pemfile v2.2.0
18992026-06-26T18:54:18.245Z Compiling serde_path_to_error v0.1.20
19002026-06-26T18:54:18.319Z Compiling hostname v0.4.2
19012026-06-26T18:54:18.458Z Compiling wait-timeout v0.2.1
19022026-06-26T18:54:18.904Z Compiling quick-error v1.2.3
19032026-06-26T18:54:18.922Z Compiling bit-vec v0.8.0
19042026-06-26T18:54:18.925Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-06-26T18:54:19.026Z Compiling rusty-fork v0.3.1
19062026-06-26T18:54:19.254Z Compiling bit-set v0.8.0
19072026-06-26T18:54:19.414Z Compiling serde_with v3.20.0
19082026-06-26T18:54:19.455Z Compiling rand_xorshift v0.4.0
19092026-06-26T18:54:19.626Z Compiling unarray v0.1.4
19102026-06-26T18:54:19.755Z Compiling proptest v1.11.0
19112026-06-26T18:54:19.848Z Compiling strum v0.27.2
19122026-06-26T18:54:19.989Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19132026-06-26T18:54:20.149Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19142026-06-26T18:54:20.171Z Compiling instant v0.1.13
19152026-06-26T18:54:20.486Z Compiling itertools v0.14.0
19162026-06-26T18:54:20.622Z Compiling iddqd v0.4.2
19172026-06-26T18:54:21.014Z Compiling unicode-width v0.2.2
19182026-06-26T18:54:21.668Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19192026-06-26T18:54:21.858Z Compiling block-buffer v0.10.4
19202026-06-26T18:54:21.988Z Compiling backon v1.6.0
19212026-06-26T18:54:22.006Z Compiling regress v0.10.5
19222026-06-26T18:54:22.222Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19232026-06-26T18:54:23.873Z Compiling digest v0.10.7
19242026-06-26T18:54:24.056Z Compiling backoff v0.4.0
19252026-06-26T18:54:24.269Z Compiling parse-display v0.10.0
19262026-06-26T18:54:24.530Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19272026-06-26T18:54:24.929Z Compiling humantime v2.3.0
19282026-06-26T18:54:27.051Z Compiling regress v0.11.1
19292026-06-26T18:54:28.225Z Compiling zerocopy-derive v0.7.35
19302026-06-26T18:54:28.603Z Compiling typify-impl v0.6.2
19312026-06-26T18:54:29.171Z Compiling darling_core v0.21.3
19322026-06-26T18:54:29.228Z Compiling clap_derive v4.6.1
19332026-06-26T18:54:30.004Z Compiling cpufeatures v0.2.17
19342026-06-26T18:54:30.088Z Compiling utf8parse v0.2.2
19352026-06-26T18:54:30.155Z Compiling convert_case v0.4.0
19362026-06-26T18:54:30.445Z Compiling derive_more v0.99.20
19372026-06-26T18:54:30.862Z Compiling anstyle-parse v1.0.0
19382026-06-26T18:54:31.206Z Compiling darling_macro v0.21.3
19392026-06-26T18:54:31.811Z Compiling terminal_size v0.4.4
19402026-06-26T18:54:31.828Z Compiling toml_datetime v0.6.11
19412026-06-26T18:54:31.873Z Compiling typify-macro v0.6.2
19422026-06-26T18:54:31.964Z Compiling anstyle-query v1.1.5
19432026-06-26T18:54:31.983Z Compiling is_terminal_polyfill v1.70.2
19442026-06-26T18:54:32.241Z Compiling colorchoice v1.0.5
19452026-06-26T18:54:32.290Z Compiling anstyle v1.0.14
19462026-06-26T18:54:32.361Z Compiling darling v0.21.3
19472026-06-26T18:54:32.561Z Compiling anstream v1.0.0
19482026-06-26T18:54:32.915Z Compiling secrecy v0.10.3
19492026-06-26T18:54:33.055Z Compiling clap_lex v1.1.0
19502026-06-26T18:54:33.279Z Compiling heapless v0.8.0
19512026-06-26T18:54:33.294Z Compiling tinyvec_macros v0.1.1
19522026-06-26T18:54:33.380Z Compiling crucible-workspace-hack v0.1.0
19532026-06-26T18:54:33.636Z Compiling typify v0.6.2
19542026-06-26T18:54:33.746Z Compiling clap_builder v4.6.0
19552026-06-26T18:54:33.766Z Compiling tinyvec v1.11.0
19562026-06-26T18:54:33.999Z Compiling ingot-macros v0.1.1
19572026-06-26T18:54:34.148Z Compiling zerocopy v0.7.35
19582026-06-26T18:54:34.632Z Compiling hash32 v0.3.1
19592026-06-26T18:54:34.673Z Compiling scroll_derive v0.12.1
19602026-06-26T18:54:34.749Z Compiling rustc_version v0.4.1
19612026-06-26T18:54:34.972Z Compiling num-integer v0.1.46
19622026-06-26T18:54:35.018Z Compiling usdt-impl v0.5.0
19632026-06-26T18:54:35.300Z Compiling smoltcp v0.11.0
19642026-06-26T18:54:35.390Z Compiling scroll v0.12.0
19652026-06-26T18:54:35.583Z Compiling clap v4.6.1
19662026-06-26T18:54:35.678Z Compiling curve25519-dalek v4.1.3
19672026-06-26T18:54:36.204Z Compiling dof v0.3.0
19682026-06-26T18:54:36.637Z Compiling ingot-types v0.1.2
19692026-06-26T18:54:37.482Z Compiling hmac v0.12.1
19702026-06-26T18:54:37.545Z Compiling dtrace-parser v0.2.0
19712026-06-26T18:54:37.649Z Compiling inout v0.1.4
19722026-06-26T18:54:37.823Z Compiling ff v0.13.1
19732026-06-26T18:54:37.859Z Compiling cobs v0.3.0
19742026-06-26T18:54:38.133Z Compiling thread-id v4.2.2
19752026-06-26T18:54:38.231Z Compiling unsafe-libyaml v0.2.11
19762026-06-26T18:54:38.520Z Compiling managed v0.8.0
19772026-06-26T18:54:38.654Z Compiling bitflags v1.3.2
19782026-06-26T18:54:38.780Z Compiling serde_yaml v0.9.34+deprecated
19792026-06-26T18:54:39.402Z Compiling postcard v1.1.3
19802026-06-26T18:54:39.886Z Compiling group v0.13.0
19812026-06-26T18:54:40.010Z Compiling cipher v0.4.4
19822026-06-26T18:54:40.028Z Compiling hkdf v0.12.4
19832026-06-26T18:54:40.254Z Compiling ingot v0.1.1
19842026-06-26T18:54:40.785Z Compiling goblin v0.8.2
19852026-06-26T18:54:41.131Z Compiling num-rational v0.4.2
19862026-06-26T18:54:42.083Z Compiling num-iter v0.1.45
19872026-06-26T18:54:42.480Z Compiling tabwriter v1.4.1
19882026-06-26T18:54:42.606Z Compiling universal-hash v0.5.1
19892026-06-26T18:54:42.758Z Compiling crypto-bigint v0.5.5
19902026-06-26T18:54:42.836Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-26T18:54:42.911Z Compiling hubpack_derive v0.1.1
19922026-06-26T18:54:43.448Z Compiling thiserror-impl-no-std v2.0.2
19932026-06-26T18:54:43.755Z Compiling crossbeam-epoch v0.9.18
19942026-06-26T18:54:44.120Z Compiling half v2.7.1
19952026-06-26T18:54:44.247Z Compiling curve25519-dalek-derive v0.1.1
19962026-06-26T18:54:44.527Z Compiling num-complex v0.4.6
19972026-06-26T18:54:45.036Z Compiling memoffset v0.9.1
19982026-06-26T18:54:45.095Z Compiling base64ct v1.8.3
19992026-06-26T18:54:45.681Z Compiling ciborium-io v0.2.2
20002026-06-26T18:54:45.731Z Compiling base16ct v0.2.0
20012026-06-26T18:54:45.787Z Compiling prettyplease v0.2.37
20022026-06-26T18:54:45.853Z Compiling opaque-debug v0.3.1
20032026-06-26T18:54:45.902Z Compiling cfg_aliases v0.2.1
20042026-06-26T18:54:45.946Z Compiling poly1305 v0.8.0
20052026-06-26T18:54:45.981Z Compiling nix v0.31.3
20062026-06-26T18:54:46.066Z Compiling elliptic-curve v0.13.8
20072026-06-26T18:54:46.397Z Compiling ciborium-ll v0.2.2
20082026-06-26T18:54:46.856Z Compiling password-hash v0.5.0
20092026-06-26T18:54:47.555Z Compiling num v0.4.3
20102026-06-26T18:54:47.640Z Compiling thiserror-no-std v2.0.2
20112026-06-26T18:54:47.821Z Compiling hubpack v0.1.2
20122026-06-26T18:54:48.914Z Compiling chacha20 v0.9.1
20132026-06-26T18:54:49.473Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20142026-06-26T18:54:49.750Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-26T18:54:49.835Z Compiling reqwest v0.12.28
20162026-06-26T18:54:50.348Z Compiling toml_edit v0.25.12+spec-1.1.0
20172026-06-26T18:54:50.740Z Compiling blake2 v0.10.6
20182026-06-26T18:54:51.028Z Compiling aead v0.5.2
20192026-06-26T18:54:51.238Z Compiling byte-wrapper v0.1.0
20202026-06-26T18:54:51.423Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20212026-06-26T18:54:51.535Z Compiling serde_repr v0.1.20
20222026-06-26T18:54:52.121Z Compiling proc-macro-error-attr v1.0.4
20232026-06-26T18:54:52.245Z Compiling bstr v1.12.1
20242026-06-26T18:54:52.375Z Compiling static_assertions v1.1.0
20252026-06-26T18:54:52.409Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20262026-06-26T18:54:52.480Z Compiling rustix v0.38.44
20272026-06-26T18:54:52.675Z Compiling keccak v0.1.6
20282026-06-26T18:54:52.693Z Compiling float-ord v0.3.2
20292026-06-26T18:54:52.831Z Compiling sha3 v0.10.9
20302026-06-26T18:54:53.208Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20312026-06-26T18:54:53.286Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-26T18:54:53.864Z Compiling chacha20poly1305 v0.10.1
20332026-06-26T18:54:53.882Z Compiling argon2 v0.5.3
20342026-06-26T18:54:54.017Z Compiling proc-macro-crate v3.5.0
20352026-06-26T18:54:54.466Z Compiling progenitor-client v0.10.0
20362026-06-26T18:54:54.875Z Compiling vsss-rs v3.3.4
20372026-06-26T18:54:56.086Z Compiling rustls-webpki v0.103.13
20382026-06-26T18:54:56.353Z Compiling ciborium v0.2.2
20392026-06-26T18:54:57.171Z Compiling usdt-macro v0.5.0
20402026-06-26T18:54:57.200Z Compiling usdt-attr-macro v0.5.0
20412026-06-26T18:54:58.859Z Compiling enum-as-inner v0.6.1
20422026-06-26T18:54:58.963Z Compiling num-derive v0.4.2
20432026-06-26T18:54:59.454Z Compiling proc-macro-error v1.0.4
20442026-06-26T18:54:59.574Z Compiling memmap v0.7.0
20452026-06-26T18:54:59.921Z Compiling indent_write v2.2.0
20462026-06-26T18:55:00.050Z Compiling winnow v0.5.40
20472026-06-26T18:55:00.067Z Compiling data-encoding v2.11.0
20482026-06-26T18:55:00.071Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20492026-06-26T18:55:00.452Z Compiling usdt v0.5.0
20502026-06-26T18:55:00.572Z Compiling tokio-rustls v0.26.4
20512026-06-26T18:55:00.842Z Compiling hyper-rustls v0.27.9
20522026-06-26T18:55:00.874Z Compiling rustls-platform-verifier v0.7.0
20532026-06-26T18:55:01.338Z Compiling reqwest v0.13.4
20542026-06-26T18:55:01.435Z Compiling toml_edit v0.19.15
20552026-06-26T18:55:01.468Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-26T18:55:02.758Z Compiling progenitor-client v0.14.0
20572026-06-26T18:55:03.237Z Compiling progenitor-extras v0.2.0
20582026-06-26T18:55:03.896Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20592026-06-26T18:55:04.009Z Compiling num_enum_derive v0.7.6
20602026-06-26T18:55:04.323Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-26T18:55:06.294Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-26T18:55:08.881Z Compiling serde_spanned v0.6.9
20632026-06-26T18:55:09.041Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-26T18:55:15.678Z Compiling foreign-types-macros v0.2.3
20652026-06-26T18:55:15.697Z Compiling pkg-config v0.3.33
20662026-06-26T18:55:15.904Z Compiling vcpkg v0.2.15
20672026-06-26T18:55:16.146Z Compiling winnow v0.7.15
20682026-06-26T18:55:16.388Z Compiling bytecount v0.6.9
20692026-06-26T18:55:16.459Z Compiling foreign-types-shared v0.3.1
20702026-06-26T18:55:16.562Z Compiling toml_write v0.1.2
20712026-06-26T18:55:16.580Z Compiling colored v3.1.1
20722026-06-26T18:55:16.725Z Compiling foreign-types v0.5.0
20732026-06-26T18:55:16.824Z Compiling openssl-sys v0.9.116
20742026-06-26T18:55:17.288Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-06-26T18:55:17.412Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20762026-06-26T18:55:17.574Z Compiling toml_edit v0.22.27
20772026-06-26T18:55:17.888Z Compiling num_enum v0.7.6
20782026-06-26T18:55:17.987Z Compiling proc-macro-crate v1.3.1
20792026-06-26T18:55:18.314Z Compiling progenitor-impl v0.13.0
20802026-06-26T18:55:18.331Z Compiling chacha20 v0.10.0
20812026-06-26T18:55:18.451Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822026-06-26T18:55:19.167Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20832026-06-26T18:55:19.513Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20842026-06-26T18:55:19.629Z Compiling cstr-argument v0.1.2
20852026-06-26T18:55:19.765Z Compiling unicode-segmentation v1.13.3
20862026-06-26T18:55:19.782Z Compiling swrite v0.1.0
20872026-06-26T18:55:19.811Z Compiling semver v0.1.20
20882026-06-26T18:55:19.919Z Compiling resolv-conf v0.7.6
20892026-06-26T18:55:20.080Z Compiling rayon-core v1.13.0
20902026-06-26T18:55:20.337Z Compiling heck v0.4.1
20912026-06-26T18:55:20.385Z Compiling linked-hash-map v0.5.6
20922026-06-26T18:55:20.403Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20932026-06-26T18:55:20.538Z Compiling progenitor-macro v0.13.0
20942026-06-26T18:55:20.606Z Compiling lru-cache v0.1.2
20952026-06-26T18:55:20.708Z Compiling newline-converter v0.3.0
20962026-06-26T18:55:20.763Z Compiling rustc_version v0.1.7
20972026-06-26T18:55:20.856Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20982026-06-26T18:55:20.873Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20992026-06-26T18:55:20.971Z Compiling toml v0.8.23
21002026-06-26T18:55:21.131Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21012026-06-26T18:55:21.272Z Compiling rand v0.10.1
21022026-06-26T18:55:21.276Z Compiling num_enum_derive v0.5.11
21032026-06-26T18:55:21.638Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21042026-06-26T18:55:22.125Z Compiling atomicwrites v0.4.4
21052026-06-26T18:55:22.145Z Compiling progenitor-client v0.13.0
21062026-06-26T18:55:22.351Z Compiling hickory-proto v0.24.4
21072026-06-26T18:55:22.420Z Compiling similar v2.7.0
21082026-06-26T18:55:22.565Z Compiling crossbeam-deque v0.8.6
21092026-06-26T18:55:22.633Z Compiling progenitor-impl v0.14.0
21102026-06-26T18:55:22.793Z Compiling console v0.15.11
21112026-06-26T18:55:24.079Z Compiling camino-tempfile v1.4.1
21122026-06-26T18:55:24.517Z Compiling serde-big-array v0.5.1
21132026-06-26T18:55:24.675Z Compiling pin-project-internal v1.1.13
21142026-06-26T18:55:24.695Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21152026-06-26T18:55:24.773Z Compiling derive-where v1.6.1
21162026-06-26T18:55:25.226Z Compiling lazy_static v1.5.0
21172026-06-26T18:55:25.244Z Compiling siphasher v1.0.3
21182026-06-26T18:55:25.346Z Compiling minimal-lexical v0.2.1
21192026-06-26T18:55:25.463Z Compiling phf_shared v0.12.1
21202026-06-26T18:55:25.606Z Compiling nom v7.1.3
21212026-06-26T18:55:25.790Z Compiling pin-project v1.1.13
21222026-06-26T18:55:25.908Z Compiling progenitor v0.13.0
21232026-06-26T18:55:26.054Z Compiling progenitor-macro v0.14.0
21242026-06-26T18:55:26.072Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21252026-06-26T18:55:26.522Z Compiling hickory-resolver v0.24.4
21262026-06-26T18:55:26.974Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21272026-06-26T18:55:30.047Z Compiling expectorate v1.2.0
21282026-06-26T18:55:30.331Z Compiling num_enum v0.5.11
21292026-06-26T18:55:30.474Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21302026-06-26T18:55:31.824Z Compiling newtype_derive v0.1.6
21312026-06-26T18:55:32.362Z Compiling unicode-normalization v0.1.25
21322026-06-26T18:55:32.971Z Compiling tokio-stream v0.1.18
21332026-06-26T18:55:33.550Z Compiling snafu-derive v0.8.9
21342026-06-26T18:55:34.137Z Compiling async-recursion v1.1.1
21352026-06-26T18:55:34.844Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21362026-06-26T18:55:35.201Z Compiling slog-dtrace v0.3.0
21372026-06-26T18:55:35.222Z Compiling csv-core v0.1.13
21382026-06-26T18:55:35.285Z Compiling same-file v1.0.6
21392026-06-26T18:55:35.482Z Compiling openssl v0.10.80
21402026-06-26T18:55:35.500Z Compiling highway v1.3.0
21412026-06-26T18:55:35.639Z Compiling unicode-xid v0.2.6
21422026-06-26T18:55:35.777Z Compiling owo-colors v4.3.0
21432026-06-26T18:55:35.794Z Compiling unicode-width v0.1.14
21442026-06-26T18:55:36.117Z Compiling foldhash v0.1.5
21452026-06-26T18:55:36.145Z Compiling konst_macro_rules v0.2.19
21462026-06-26T18:55:36.199Z Compiling cancel-safe-futures v0.1.5
21472026-06-26T18:55:36.347Z Compiling foreign-types-shared v0.1.1
21482026-06-26T18:55:36.347Z Compiling chrono-tz v0.10.4
21492026-06-26T18:55:36.455Z Compiling foreign-types v0.3.2
21502026-06-26T18:55:36.505Z Compiling konst v0.2.20
21512026-06-26T18:55:36.543Z Compiling hashbrown v0.15.5
21522026-06-26T18:55:36.735Z Compiling const_format_proc_macros v0.2.34
21532026-06-26T18:55:36.753Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-26T18:55:36.979Z Compiling walkdir v2.5.0
21552026-06-26T18:55:37.228Z Compiling csv v1.4.0
21562026-06-26T18:55:37.562Z Compiling snafu v0.8.9
21572026-06-26T18:55:37.779Z Compiling progenitor v0.14.0
21582026-06-26T18:55:37.933Z Compiling qorb v0.4.1
21592026-06-26T18:55:37.954Z Compiling olpc-cjson v0.1.4
21602026-06-26T18:55:38.171Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-06-26T18:55:38.206Z Compiling rayon v1.12.0
21622026-06-26T18:55:39.026Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21632026-06-26T18:55:39.578Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-06-26T18:55:40.448Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-06-26T18:55:41.669Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-06-26T18:55:42.210Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21672026-06-26T18:55:42.761Z Compiling phf v0.12.1
21682026-06-26T18:55:43.399Z Compiling zone_cfg_derive v0.3.1
21692026-06-26T18:55:43.611Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-06-26T18:55:44.142Z Compiling tokio-dtrace v0.1.1
21712026-06-26T18:55:44.406Z Compiling globset v0.4.18
21722026-06-26T18:55:44.473Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21732026-06-26T18:55:44.697Z Compiling itertools v0.12.1
21742026-06-26T18:55:46.120Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-06-26T18:55:46.194Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21762026-06-26T18:55:46.212Z Compiling libsw-core v0.3.2
21772026-06-26T18:55:46.257Z Compiling pem v3.0.6
21782026-06-26T18:55:46.397Z Compiling serde_plain v1.0.2
21792026-06-26T18:55:46.703Z Compiling openssl-macros v0.1.1
21802026-06-26T18:55:46.722Z Compiling cookie v0.18.1
21812026-06-26T18:55:46.947Z Compiling sigpipe v0.1.3
21822026-06-26T18:55:46.989Z Compiling glob v0.3.3
21832026-06-26T18:55:47.018Z Compiling typed-path v0.9.3
21842026-06-26T18:55:47.069Z Compiling jiff v0.2.28
21852026-06-26T18:55:47.222Z Compiling fixedbitset v0.5.7
21862026-06-26T18:55:47.408Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-06-26T18:55:47.469Z Compiling fixedbitset v0.4.2
21882026-06-26T18:55:47.672Z Compiling petgraph v0.6.5
21892026-06-26T18:55:47.733Z Compiling petgraph v0.8.3
21902026-06-26T18:55:47.974Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-06-26T18:55:48.220Z Compiling tough v0.22.0
21922026-06-26T18:55:49.417Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21932026-06-26T18:55:49.526Z Compiling libsw v3.5.0
21942026-06-26T18:55:49.727Z Compiling zone v0.3.1
21952026-06-26T18:55:49.964Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21962026-06-26T18:55:50.109Z Compiling oxide-tokio-rt v0.1.6
21972026-06-26T18:55:50.923Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-06-26T18:55:50.923Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-06-26T18:55:51.427Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22002026-06-26T18:55:53.711Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-26T18:55:53.926Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-06-26T18:55:54.195Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-06-26T18:55:54.231Z Compiling const_format v0.2.36
22042026-06-26T18:55:55.446Z Compiling papergrid v0.11.0
22052026-06-26T18:55:55.706Z Compiling tabled_derive v0.7.0
22062026-06-26T18:55:55.771Z Compiling gethostname v0.5.0
22072026-06-26T18:55:55.921Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-26T18:55:56.699Z Compiling libscf-sys v1.2.0
22092026-06-26T18:55:56.990Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22102026-06-26T18:55:57.246Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-26T18:55:57.367Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22122026-06-26T18:55:57.472Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-06-26T18:55:57.510Z Compiling smf v0.2.3
22142026-06-26T18:55:57.614Z Compiling bcs v0.1.6
22152026-06-26T18:55:57.629Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22162026-06-26T18:55:58.006Z Compiling whoami v1.6.1
22172026-06-26T18:55:58.266Z Compiling linear-map v1.2.0
22182026-06-26T18:55:58.453Z Compiling smawk v0.3.2
22192026-06-26T18:55:58.487Z Compiling unicode-linebreak v0.1.5
22202026-06-26T18:55:58.695Z Compiling termtree v0.5.1
22212026-06-26T18:55:58.704Z Compiling tagptr v0.2.0
22222026-06-26T18:55:58.806Z Compiling textwrap v0.16.2
22232026-06-26T18:55:58.846Z Compiling moka v0.12.15
22242026-06-26T18:55:59.998Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-06-26T18:56:00.401Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22262026-06-26T18:56:00.544Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-06-26T18:56:00.586Z Compiling tabled v0.15.0
22282026-06-26T18:56:00.713Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22292026-06-26T18:56:02.704Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-06-26T18:56:02.728Z Compiling steno v0.4.1
22312026-06-26T18:56:02.728Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-06-26T18:56:04.362Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22332026-06-26T18:56:06.960Z Compiling hickory-proto v0.25.2
22342026-06-26T18:56:09.468Z Compiling proc-macro-error-attr2 v2.0.0
22352026-06-26T18:56:09.476Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22362026-06-26T18:56:09.477Z Compiling proc-macro-error2 v2.0.1
22372026-06-26T18:56:09.477Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22382026-06-26T18:56:09.477Z Compiling parking_lot_core v0.8.6
22392026-06-26T18:56:09.477Z Compiling tabled_derive v0.11.0
22402026-06-26T18:56:09.477Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22412026-06-26T18:56:09.477Z Compiling hickory-resolver v0.25.2
22422026-06-26T18:56:10.056Z Compiling papergrid v0.18.0
22432026-06-26T18:56:10.279Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-06-26T18:56:10.817Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22452026-06-26T18:56:12.272Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22462026-06-26T18:56:13.743Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-06-26T18:56:13.964Z Compiling testing_table v0.3.0
22482026-06-26T18:56:14.388Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22492026-06-26T18:56:14.945Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22502026-06-26T18:56:15.282Z Compiling tabled v0.21.0
22512026-06-26T18:56:15.450Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22522026-06-26T18:56:15.901Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22532026-06-26T18:56:16.020Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22542026-06-26T18:56:16.060Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22552026-06-26T18:56:16.734Z Compiling arc-swap v1.9.1
22562026-06-26T18:56:16.776Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22572026-06-26T18:56:17.102Z Compiling slog-scope v4.4.1
22582026-06-26T18:56:17.573Z Compiling parking_lot v0.11.2
22592026-06-26T18:56:18.095Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22602026-06-26T18:56:18.475Z Compiling dropshot-api-manager-types v0.7.2
22612026-06-26T18:56:19.049Z Compiling fxhash v0.2.1
22622026-06-26T18:56:19.202Z Compiling crc8 v0.1.1
22632026-06-26T18:56:19.364Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22642026-06-26T18:56:19.654Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22652026-06-26T18:56:19.991Z Compiling sled v0.34.7
22662026-06-26T18:56:20.326Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22672026-06-26T18:56:22.798Z Compiling slog-stdlog v4.1.1
22682026-06-26T18:56:23.135Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22692026-06-26T18:56:23.281Z Compiling slog-envlogger v2.2.0
22702026-06-26T18:56:23.423Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22712026-06-26T18:56:24.423Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22722026-06-26T18:56:26.443Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22732026-06-26T18:56:28.537Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22742026-06-26T18:56:31.004Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22752026-06-26T18:56:39.688Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22762026-06-26T18:56:45.190Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22772026-06-26T18:56:48.348Z Finished `release` profile [optimized] target(s) in 3m 41s
22782026-06-26T18:56:48.687Z+ banner trio
22792026-06-26T18:56:48.698Z
22802026-06-26T18:56:48.698Z ##### ##### # ####
22812026-06-26T18:56:48.698Z # # # # # #
22822026-06-26T18:56:48.698Z # # # # # #
22832026-06-26T18:56:48.698Z # ##### # # #
22842026-06-26T18:56:48.698Z # # # # # #
22852026-06-26T18:56:48.698Z # # # # ####
22862026-06-26T18:56:48.698Z
22872026-06-26T18:56:48.698Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22882026-06-26T18:56:49.256Z Compiling cfg-if v1.0.4
22892026-06-26T18:56:49.261Z Compiling libc v0.2.186
22902026-06-26T18:56:49.261Z Compiling serde_core v1.0.228
22912026-06-26T18:56:49.373Z Compiling memchr v2.8.1
22922026-06-26T18:56:49.387Z Compiling itoa v1.0.18
22932026-06-26T18:56:49.387Z Compiling smallvec v1.15.1
22942026-06-26T18:56:49.399Z Compiling stable_deref_trait v1.2.1
22952026-06-26T18:56:49.412Z Compiling zerofrom v0.1.8
22962026-06-26T18:56:49.425Z Compiling zmij v1.0.21
22972026-06-26T18:56:49.466Z Compiling litemap v0.8.2
22982026-06-26T18:56:49.518Z Compiling yoke v0.8.3
22992026-06-26T18:56:49.605Z Compiling writeable v0.6.3
23002026-06-26T18:56:49.626Z Compiling utf8_iter v1.0.4
23012026-06-26T18:56:49.660Z Compiling percent-encoding v2.3.2
23022026-06-26T18:56:49.709Z Compiling zerovec v0.11.6
23032026-06-26T18:56:49.732Z Compiling zerotrie v0.2.4
23042026-06-26T18:56:49.774Z Compiling libm v0.2.16
23052026-06-26T18:56:49.844Z Compiling icu_normalizer_data v2.2.0
23062026-06-26T18:56:49.870Z Compiling icu_properties_data v2.2.0
23072026-06-26T18:56:49.918Z Compiling form_urlencoded v1.2.2
23082026-06-26T18:56:49.930Z Compiling rand_core v0.10.1
23092026-06-26T18:56:50.011Z Compiling errno v0.3.14
23102026-06-26T18:56:50.085Z Compiling getrandom v0.4.2
23112026-06-26T18:56:50.158Z Compiling iana-time-zone v0.1.65
23122026-06-26T18:56:50.189Z Compiling pin-project-lite v0.2.17
23132026-06-26T18:56:50.204Z Compiling zeroize v1.8.2
23142026-06-26T18:56:50.289Z Compiling tinystr v0.8.3
23152026-06-26T18:56:50.300Z Compiling potential_utf v0.1.5
23162026-06-26T18:56:50.311Z Compiling dyn-clone v1.0.20
23172026-06-26T18:56:50.443Z Compiling icu_collections v2.2.0
23182026-06-26T18:56:50.454Z Compiling icu_locale_core v2.2.0
23192026-06-26T18:56:50.472Z Compiling socket2 v0.6.4
23202026-06-26T18:56:50.484Z Compiling scopeguard v1.2.0
23212026-06-26T18:56:50.503Z Compiling parking_lot_core v0.9.12
23222026-06-26T18:56:50.515Z Compiling signal-hook-registry v1.4.8
23232026-06-26T18:56:50.594Z Compiling num-traits v0.2.19
23242026-06-26T18:56:50.921Z Compiling lock_api v0.4.14
23252026-06-26T18:56:51.063Z Compiling mio v1.2.1
23262026-06-26T18:56:51.172Z Compiling serde v1.0.228
23272026-06-26T18:56:51.195Z Compiling serde_json v1.0.150
23282026-06-26T18:56:51.279Z Compiling icu_provider v2.2.0
23292026-06-26T18:56:51.355Z Compiling uuid v1.23.2
23302026-06-26T18:56:51.377Z Compiling semver v1.0.28
23312026-06-26T18:56:51.499Z Compiling parking_lot v0.12.5
23322026-06-26T18:56:51.782Z Compiling bytes v1.11.1
23332026-06-26T18:56:51.828Z Compiling icu_properties v2.2.0
23342026-06-26T18:56:51.936Z Compiling icu_normalizer v2.2.0
23352026-06-26T18:56:51.976Z Compiling chrono v0.4.45
23362026-06-26T18:56:52.054Z Compiling portable-atomic v1.13.1
23372026-06-26T18:56:52.481Z Compiling tokio v1.52.3
23382026-06-26T18:56:52.690Z Compiling thiserror v2.0.18
23392026-06-26T18:56:52.780Z Compiling idna_adapter v1.2.2
23402026-06-26T18:56:52.805Z Compiling bitflags v2.12.1
23412026-06-26T18:56:52.928Z Compiling idna v1.1.0
23422026-06-26T18:56:53.153Z Compiling futures-core v0.3.32
23432026-06-26T18:56:53.220Z Compiling critical-section v1.2.0
23442026-06-26T18:56:53.316Z Compiling url v2.5.8
23452026-06-26T18:56:53.336Z Compiling once_cell v1.21.4
23462026-06-26T18:56:53.390Z Compiling equivalent v1.0.2
23472026-06-26T18:56:53.467Z Compiling subtle v2.6.1
23482026-06-26T18:56:53.481Z Compiling log v0.4.32
23492026-06-26T18:56:53.586Z Compiling zerocopy v0.8.50
23502026-06-26T18:56:53.642Z Compiling futures-sink v0.3.32
23512026-06-26T18:56:53.730Z Compiling slab v0.4.12
23522026-06-26T18:56:53.760Z Compiling typenum v1.20.1
23532026-06-26T18:56:53.938Z Compiling schemars v0.8.22
23542026-06-26T18:56:53.950Z Compiling futures-channel v0.3.32
23552026-06-26T18:56:54.215Z Compiling getrandom v0.2.17
23562026-06-26T18:56:54.442Z Compiling futures-task v0.3.32
23572026-06-26T18:56:54.575Z Compiling futures-io v0.3.32
23582026-06-26T18:56:54.623Z Compiling rand_core v0.6.4
23592026-06-26T18:56:54.784Z Compiling futures-util v0.3.32
23602026-06-26T18:56:54.884Z Compiling hashbrown v0.17.1
23612026-06-26T18:56:55.050Z Compiling tracing-core v0.1.36
23622026-06-26T18:56:55.548Z Compiling indexmap v2.14.0
23632026-06-26T18:56:55.560Z Compiling tracing v0.1.44
23642026-06-26T18:56:55.897Z Compiling ipnetwork v0.21.1
23652026-06-26T18:56:55.925Z Compiling base64 v0.22.1
23662026-06-26T18:56:56.135Z Compiling http v1.4.1
23672026-06-26T18:56:56.381Z Compiling unicode-ident v1.0.24
23682026-06-26T18:56:56.414Z Compiling slog v2.8.2
23692026-06-26T18:56:56.431Z Compiling erased-serde v0.3.31
23702026-06-26T18:56:56.503Z Compiling proc-macro2 v1.0.106
23712026-06-26T18:56:56.819Z Compiling fnv v1.0.7
23722026-06-26T18:56:56.935Z Compiling quote v1.0.45
23732026-06-26T18:56:57.485Z Compiling oxnet v0.1.6
23742026-06-26T18:56:57.663Z Compiling syn v2.0.117
23752026-06-26T18:56:57.681Z Compiling tokio-util v0.7.18
23762026-06-26T18:56:57.946Z Compiling byteorder v1.5.0
23772026-06-26T18:56:58.085Z Compiling ipnet v2.12.0
23782026-06-26T18:56:58.204Z Compiling thiserror v1.0.69
23792026-06-26T18:56:58.318Z Compiling ppv-lite86 v0.2.21
23802026-06-26T18:56:58.670Z Compiling rustls-pki-types v1.14.1
23812026-06-26T18:56:58.693Z Compiling aws-lc-sys v0.41.0
23822026-06-26T18:56:58.924Z Compiling http-body v1.0.1
23832026-06-26T18:56:58.977Z Compiling untrusted v0.7.1
23842026-06-26T18:56:59.098Z Compiling atomic-waker v1.1.2
23852026-06-26T18:56:59.110Z Compiling httparse v1.10.1
23862026-06-26T18:56:59.239Z Compiling aws-lc-rs v1.17.0
23872026-06-26T18:56:59.270Z Compiling rustls v0.23.40
23882026-06-26T18:56:59.270Z Compiling try-lock v0.2.5
23892026-06-26T18:56:59.393Z Compiling tower-service v0.3.3
23902026-06-26T18:56:59.498Z Compiling untrusted v0.9.0
23912026-06-26T18:56:59.524Z Compiling pretty-hex v0.4.2
23922026-06-26T18:56:59.557Z Compiling tower-layer v0.3.3
23932026-06-26T18:56:59.587Z Compiling ryu v1.0.23
23942026-06-26T18:56:59.650Z Compiling want v0.3.1
23952026-06-26T18:56:59.664Z Compiling h2 v0.4.14
23962026-06-26T18:56:59.728Z Compiling httpdate v1.0.3
23972026-06-26T18:56:59.758Z Compiling rustix v1.1.4
23982026-06-26T18:56:59.835Z Compiling regex-syntax v0.8.10
23992026-06-26T18:56:59.878Z Compiling plain v0.2.3
24002026-06-26T18:56:59.999Z Compiling getrandom v0.3.4
24012026-06-26T18:57:00.102Z Compiling omicron-workspace-hack v0.1.0
24022026-06-26T18:57:00.183Z Compiling ucd-trie v0.1.7
24032026-06-26T18:57:00.206Z Compiling rand_core v0.9.5
24042026-06-26T18:57:00.474Z Compiling rustls-webpki v0.103.13
24052026-06-26T18:57:00.768Z Compiling pest v2.8.6
24062026-06-26T18:57:02.083Z Compiling hyper v1.10.1
24072026-06-26T18:57:02.484Z Compiling crossbeam-utils v0.8.21
24082026-06-26T18:57:03.201Z Compiling serde_urlencoded v0.7.1
24092026-06-26T18:57:03.265Z Compiling http-body-util v0.1.3
24102026-06-26T18:57:03.566Z Compiling hyper-util v0.1.20
24112026-06-26T18:57:03.596Z Compiling foldhash v0.2.0
24122026-06-26T18:57:03.897Z Compiling allocator-api2 v0.2.21
24132026-06-26T18:57:04.294Z Compiling hashbrown v0.16.1
24142026-06-26T18:57:05.041Z Compiling newtype-uuid v1.3.2
24152026-06-26T18:57:05.804Z Compiling tokio-rustls v0.26.4
24162026-06-26T18:57:06.091Z Compiling hex v0.4.3
24172026-06-26T18:57:06.118Z Compiling daft v0.1.7
24182026-06-26T18:57:06.384Z Compiling rand_chacha v0.9.0
24192026-06-26T18:57:06.403Z Compiling sync_wrapper v1.0.2
24202026-06-26T18:57:06.425Z Compiling aho-corasick v1.1.4
24212026-06-26T18:57:06.528Z Compiling fastrand v2.4.1
24222026-06-26T18:57:06.595Z Compiling rand v0.9.4
24232026-06-26T18:57:06.740Z Compiling tower v0.5.3
24242026-06-26T18:57:06.877Z Compiling anyhow v1.0.102
24252026-06-26T18:57:06.965Z Compiling powerfmt v0.2.0
24262026-06-26T18:57:07.123Z Compiling deranged v0.5.8
24272026-06-26T18:57:07.232Z Compiling tower-http v0.6.11
24282026-06-26T18:57:07.354Z Compiling generic-array v0.14.7
24292026-06-26T18:57:07.368Z Compiling openapiv3 v2.2.0
24302026-06-26T18:57:07.550Z Compiling regex-automata v0.4.14
24312026-06-26T18:57:07.912Z Compiling num-conv v0.2.2
24322026-06-26T18:57:07.924Z Compiling cpufeatures v0.3.0
24332026-06-26T18:57:08.001Z Compiling time-core v0.1.8
24342026-06-26T18:57:08.072Z Compiling openssl-probe v0.2.1
24352026-06-26T18:57:08.157Z Compiling num_threads v0.1.7
24362026-06-26T18:57:08.249Z Compiling time v0.3.47
24372026-06-26T18:57:08.263Z Compiling rustls-native-certs v0.8.4
24382026-06-26T18:57:08.326Z Compiling camino v1.2.2
24392026-06-26T18:57:08.906Z Compiling tempfile v3.27.0
24402026-06-26T18:57:09.135Z Compiling futures-executor v0.3.32
24412026-06-26T18:57:09.682Z Compiling winnow v1.0.3
24422026-06-26T18:57:09.821Z Compiling regex v1.12.3
24432026-06-26T18:57:09.845Z Compiling futures v0.3.32
24442026-06-26T18:57:09.931Z Compiling rustls-platform-verifier v0.7.0
24452026-06-26T18:57:10.569Z Compiling hyper-rustls v0.27.9
24462026-06-26T18:57:10.958Z Compiling crossbeam-channel v0.5.15
24472026-06-26T18:57:11.147Z Compiling scroll v0.13.0
24482026-06-26T18:57:11.219Z Compiling hybrid-array v0.4.12
24492026-06-26T18:57:11.277Z Compiling adler2 v2.0.1
24502026-06-26T18:57:11.448Z Compiling simd-adler32 v0.3.9
24512026-06-26T18:57:11.448Z Compiling goblin v0.10.7
24522026-06-26T18:57:11.699Z Compiling miniz_oxide v0.8.9
24532026-06-26T18:57:11.736Z Compiling crc32fast v1.5.0
24542026-06-26T18:57:11.869Z Compiling reqwest v0.13.4
24552026-06-26T18:57:11.993Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24562026-06-26T18:57:12.327Z Compiling thread_local v1.1.9
24572026-06-26T18:57:12.694Z Compiling either v1.16.0
24582026-06-26T18:57:12.933Z Compiling flate2 v1.1.9
24592026-06-26T18:57:13.166Z Compiling crypto-common v0.2.2
24602026-06-26T18:57:13.494Z Compiling block-buffer v0.12.0
24612026-06-26T18:57:13.680Z Compiling crypto-common v0.1.7
24622026-06-26T18:57:13.839Z Compiling dtrace-parser v0.3.0
24632026-06-26T18:57:13.987Z Compiling rand_chacha v0.3.1
24642026-06-26T18:57:14.478Z Compiling is-terminal v0.4.17
24652026-06-26T18:57:14.589Z Compiling thread-id v5.1.0
24662026-06-26T18:57:14.624Z Compiling dof v0.4.0
24672026-06-26T18:57:14.678Z Compiling term v1.2.1
24682026-06-26T18:57:16.388Z Compiling take_mut v0.2.2
24692026-06-26T18:57:16.514Z Compiling compression-core v0.4.32
24702026-06-26T18:57:16.589Z Compiling debug-ignore v1.0.5
24712026-06-26T18:57:16.691Z Compiling match_cfg v0.1.0
24722026-06-26T18:57:16.712Z Compiling const-oid v0.10.2
24732026-06-26T18:57:16.768Z Compiling hostname v0.3.1
24742026-06-26T18:57:16.938Z Compiling digest v0.11.3
24752026-06-26T18:57:17.017Z Compiling compression-codecs v0.4.38
24762026-06-26T18:57:17.131Z Compiling slog-async v2.8.0
24772026-06-26T18:57:17.409Z Compiling usdt-impl v0.6.0
24782026-06-26T18:57:17.723Z Compiling slog-term v2.9.2
24792026-06-26T18:57:18.624Z Compiling rand v0.8.6
24802026-06-26T18:57:18.784Z Compiling ref-cast v1.0.25
24812026-06-26T18:57:18.899Z Compiling toml_parser v1.1.2+spec-1.1.0
24822026-06-26T18:57:19.109Z Compiling slog-json v2.6.1
24832026-06-26T18:57:19.383Z Compiling strum v0.26.3
24842026-06-26T18:57:19.451Z Compiling macaddr v1.0.1
24852026-06-26T18:57:19.520Z Compiling serde_spanned v1.1.1
24862026-06-26T18:57:19.677Z Compiling toml_datetime v1.1.1+spec-1.1.0
24872026-06-26T18:57:19.729Z Compiling wait-timeout v0.2.1
24882026-06-26T18:57:20.111Z Compiling memmap2 v0.9.10
24892026-06-26T18:57:20.227Z Compiling encoding_rs v0.8.35
24902026-06-26T18:57:20.245Z Compiling mime v0.3.17
24912026-06-26T18:57:20.403Z Compiling bit-vec v0.8.0
24922026-06-26T18:57:20.704Z Compiling spin v0.9.8
24932026-06-26T18:57:20.724Z Compiling toml_writer v1.1.1+spec-1.1.0
24942026-06-26T18:57:20.831Z Compiling quick-error v1.2.3
24952026-06-26T18:57:20.947Z Compiling rusty-fork v0.3.1
24962026-06-26T18:57:20.986Z Compiling toml v1.1.2+spec-1.1.0
24972026-06-26T18:57:21.754Z Compiling multer v3.1.0
24982026-06-26T18:57:21.818Z Compiling bit-set v0.8.0
24992026-06-26T18:57:22.012Z Compiling usdt v0.6.0
25002026-06-26T18:57:22.678Z Compiling slog-bunyan v2.5.0
25012026-06-26T18:57:22.869Z Compiling async-compression v0.4.42
25022026-06-26T18:57:23.016Z Compiling sha1 v0.11.0
25032026-06-26T18:57:23.068Z Compiling serde_with v3.20.0
25042026-06-26T18:57:23.314Z Compiling async-stream v0.3.6
25052026-06-26T18:57:23.355Z Compiling rand_xorshift v0.4.0
25062026-06-26T18:57:23.413Z Compiling waitgroup v0.1.2
25072026-06-26T18:57:23.513Z Compiling rustls-pemfile v2.2.0
25082026-06-26T18:57:23.513Z Compiling serde_path_to_error v0.1.20
25092026-06-26T18:57:23.568Z Compiling hostname v0.4.2
25102026-06-26T18:57:23.730Z Compiling unarray v0.1.4
25112026-06-26T18:57:23.792Z Compiling progenitor-client v0.14.0
25122026-06-26T18:57:23.847Z Compiling proptest v1.11.0
25132026-06-26T18:57:23.858Z Compiling dropshot v0.17.1
25142026-06-26T18:57:23.977Z Compiling strum v0.27.2
25152026-06-26T18:57:24.118Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-06-26T18:57:24.270Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25172026-06-26T18:57:24.308Z Compiling iddqd v0.4.2
25182026-06-26T18:57:24.500Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25192026-06-26T18:57:24.547Z Compiling block-buffer v0.10.4
25202026-06-26T18:57:24.720Z Compiling reqwest v0.12.28
25212026-06-26T18:57:24.816Z Compiling backon v1.6.0
25222026-06-26T18:57:25.086Z Compiling instant v0.1.13
25232026-06-26T18:57:25.211Z Compiling backoff v0.4.0
25242026-06-26T18:57:25.442Z Compiling progenitor-extras v0.2.0
25252026-06-26T18:57:25.558Z Compiling digest v0.10.7
25262026-06-26T18:57:25.690Z Compiling parse-display v0.10.0
25272026-06-26T18:57:25.817Z Compiling progenitor-client v0.10.0
25282026-06-26T18:57:25.858Z Compiling itertools v0.14.0
25292026-06-26T18:57:26.317Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25302026-06-26T18:57:26.463Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25312026-06-26T18:57:26.622Z Compiling regress v0.10.5
25322026-06-26T18:57:27.415Z Compiling humantime v2.3.0
25332026-06-26T18:57:27.856Z Compiling cpufeatures v0.2.17
25342026-06-26T18:57:27.942Z Compiling unicode-width v0.2.2
25352026-06-26T18:57:28.270Z Compiling heck v0.5.0
25362026-06-26T18:57:28.404Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25372026-06-26T18:57:28.872Z Compiling secrecy v0.10.3
25382026-06-26T18:57:29.051Z Compiling tinyvec_macros v0.1.1
25392026-06-26T18:57:29.130Z Compiling tinyvec v1.11.0
25402026-06-26T18:57:29.574Z Compiling num-integer v0.1.46
25412026-06-26T18:57:29.867Z Compiling scroll v0.12.0
25422026-06-26T18:57:30.099Z Compiling crucible-workspace-hack v0.1.0
25432026-06-26T18:57:30.180Z Compiling hmac v0.12.1
25442026-06-26T18:57:30.194Z Compiling inout v0.1.4
25452026-06-26T18:57:30.343Z Compiling regress v0.11.1
25462026-06-26T18:57:30.354Z Compiling ff v0.13.1
25472026-06-26T18:57:30.367Z Compiling utf8parse v0.2.2
25482026-06-26T18:57:30.483Z Compiling group v0.13.0
25492026-06-26T18:57:30.505Z Compiling anstyle-parse v1.0.0
25502026-06-26T18:57:30.607Z Compiling cipher v0.4.4
25512026-06-26T18:57:30.736Z Compiling hkdf v0.12.4
25522026-06-26T18:57:30.870Z Compiling goblin v0.8.2
25532026-06-26T18:57:30.906Z Compiling num-iter v0.1.45
25542026-06-26T18:57:31.039Z Compiling num-rational v0.4.2
25552026-06-26T18:57:31.422Z Compiling zerocopy v0.7.35
25562026-06-26T18:57:32.061Z Compiling universal-hash v0.5.1
25572026-06-26T18:57:32.201Z Compiling typify-impl v0.6.2
25582026-06-26T18:57:32.213Z Compiling crypto-bigint v0.5.5
25592026-06-26T18:57:32.917Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25602026-06-26T18:57:34.167Z Compiling terminal_size v0.4.4
25612026-06-26T18:57:34.254Z Compiling half v2.7.1
25622026-06-26T18:57:34.338Z Compiling num-complex v0.4.6
25632026-06-26T18:57:34.622Z Compiling base16ct v0.2.0
25642026-06-26T18:57:34.804Z Compiling anstyle-query v1.1.5
25652026-06-26T18:57:34.828Z Compiling anstyle v1.0.14
25662026-06-26T18:57:34.920Z Compiling base64ct v1.8.3
25672026-06-26T18:57:35.119Z Compiling ciborium-io v0.2.2
25682026-06-26T18:57:35.226Z Compiling colorchoice v1.0.5
25692026-06-26T18:57:35.261Z Compiling opaque-debug v0.3.1
25702026-06-26T18:57:35.284Z Compiling is_terminal_polyfill v1.70.2
25712026-06-26T18:57:35.337Z Compiling poly1305 v0.8.0
25722026-06-26T18:57:35.352Z Compiling ciborium-ll v0.2.2
25732026-06-26T18:57:35.385Z Compiling anstream v1.0.0
25742026-06-26T18:57:35.619Z Compiling password-hash v0.5.0
25752026-06-26T18:57:35.896Z Compiling elliptic-curve v0.13.8
25762026-06-26T18:57:35.959Z Compiling num v0.4.3
25772026-06-26T18:57:36.042Z Compiling curve25519-dalek v4.1.3
25782026-06-26T18:57:36.217Z Compiling typify v0.6.2
25792026-06-26T18:57:36.334Z Compiling dof v0.3.0
25802026-06-26T18:57:36.634Z Compiling thiserror-no-std v2.0.2
25812026-06-26T18:57:36.750Z Compiling chacha20 v0.9.1
25822026-06-26T18:57:37.010Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25832026-06-26T18:57:37.400Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25842026-06-26T18:57:38.780Z Compiling blake2 v0.10.6
25852026-06-26T18:57:38.980Z Compiling aead v0.5.2
25862026-06-26T18:57:39.100Z Compiling byte-wrapper v0.1.0
25872026-06-26T18:57:39.181Z Compiling crossbeam-epoch v0.9.18
25882026-06-26T18:57:39.287Z Compiling dtrace-parser v0.2.0
25892026-06-26T18:57:39.694Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25902026-06-26T18:57:39.907Z Compiling thread-id v4.2.2
25912026-06-26T18:57:40.001Z Compiling clap_lex v1.1.0
25922026-06-26T18:57:40.074Z Compiling float-ord v0.3.2
25932026-06-26T18:57:40.204Z Compiling strsim v0.11.1
25942026-06-26T18:57:40.283Z Compiling keccak v0.1.6
25952026-06-26T18:57:40.379Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25962026-06-26T18:57:41.009Z Compiling sha3 v0.10.9
25972026-06-26T18:57:41.034Z Compiling clap_builder v4.6.0
25982026-06-26T18:57:41.262Z Compiling usdt-impl v0.5.0
25992026-06-26T18:57:41.411Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26002026-06-26T18:57:41.868Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26012026-06-26T18:57:44.206Z Compiling chacha20poly1305 v0.10.1
26022026-06-26T18:57:44.365Z Compiling argon2 v0.5.3
26032026-06-26T18:57:45.408Z Compiling vsss-rs v3.3.4
26042026-06-26T18:57:45.630Z Compiling ciborium v0.2.2
26052026-06-26T18:57:46.505Z Compiling hash32 v0.3.1
26062026-06-26T18:57:46.677Z Compiling memmap v0.7.0
26072026-06-26T18:57:46.773Z Compiling data-encoding v2.11.0
26082026-06-26T18:57:46.922Z Compiling indent_write v2.2.0
26092026-06-26T18:57:46.949Z Compiling usdt v0.5.0
26102026-06-26T18:57:47.077Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26112026-06-26T18:57:47.611Z Compiling heapless v0.8.0
26122026-06-26T18:57:48.130Z Compiling ingot-types v0.1.2
26132026-06-26T18:57:48.599Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26142026-06-26T18:57:48.736Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26152026-06-26T18:57:48.844Z Compiling clap v4.6.1
26162026-06-26T18:57:48.936Z Compiling rustix v0.38.44
26172026-06-26T18:57:48.957Z Compiling tabwriter v1.4.1
26182026-06-26T18:57:49.331Z Compiling cobs v0.3.0
26192026-06-26T18:57:49.488Z Compiling foreign-types-shared v0.3.1
26202026-06-26T18:57:49.594Z Compiling bitflags v1.3.2
26212026-06-26T18:57:49.618Z Compiling colored v3.1.1
26222026-06-26T18:57:49.679Z Compiling managed v0.8.0
26232026-06-26T18:57:49.947Z Compiling smoltcp v0.11.0
26242026-06-26T18:57:50.302Z Compiling foreign-types v0.5.0
26252026-06-26T18:57:50.345Z Compiling postcard v1.1.3
26262026-06-26T18:57:50.392Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26272026-06-26T18:57:50.720Z Compiling num_enum v0.7.6
26282026-06-26T18:57:50.854Z Compiling ingot v0.1.1
26292026-06-26T18:57:51.799Z Compiling memoffset v0.9.1
26302026-06-26T18:57:51.900Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26312026-06-26T18:57:52.022Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26322026-06-26T18:57:52.273Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26332026-06-26T18:57:52.307Z Compiling chacha20 v0.10.0
26342026-06-26T18:57:52.401Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26352026-06-26T18:57:52.613Z Compiling toml_datetime v0.6.11
26362026-06-26T18:57:52.653Z Compiling serde_spanned v0.6.9
26372026-06-26T18:57:52.823Z Compiling cstr-argument v0.1.2
26382026-06-26T18:57:52.826Z Compiling unicode-segmentation v1.13.3
26392026-06-26T18:57:52.998Z Compiling static_assertions v1.1.0
26402026-06-26T18:57:53.013Z Compiling swrite v0.1.0
26412026-06-26T18:57:53.079Z Compiling winnow v0.7.15
26422026-06-26T18:57:53.121Z Compiling linked-hash-map v0.5.6
26432026-06-26T18:57:53.136Z Compiling resolv-conf v0.7.6
26442026-06-26T18:57:53.237Z Compiling toml_write v0.1.2
26452026-06-26T18:57:53.337Z Compiling lru-cache v0.1.2
26462026-06-26T18:57:53.473Z Compiling newline-converter v0.3.0
26472026-06-26T18:57:53.485Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26482026-06-26T18:57:53.488Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26492026-06-26T18:57:53.610Z Compiling rand v0.10.1
26502026-06-26T18:57:53.807Z Compiling hubpack v0.1.2
26512026-06-26T18:57:53.933Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26522026-06-26T18:57:54.060Z Compiling nix v0.31.3
26532026-06-26T18:57:54.072Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26542026-06-26T18:57:54.300Z Compiling atomicwrites v0.4.4
26552026-06-26T18:57:54.437Z Compiling hickory-proto v0.24.4
26562026-06-26T18:57:54.606Z Compiling toml_edit v0.22.27
26572026-06-26T18:57:54.966Z Compiling crossbeam-deque v0.8.6
26582026-06-26T18:57:55.191Z Compiling console v0.15.11
26592026-06-26T18:57:55.203Z Compiling itertools v0.12.1
26602026-06-26T18:57:56.527Z Compiling camino-tempfile v1.4.1
26612026-06-26T18:57:56.674Z Compiling serde-big-array v0.5.1
26622026-06-26T18:57:56.687Z Compiling lazy_static v1.5.0
26632026-06-26T18:57:56.799Z Compiling siphasher v1.0.3
26642026-06-26T18:57:56.838Z Compiling similar v2.7.0
26652026-06-26T18:57:57.001Z Compiling phf_shared v0.12.1
26662026-06-26T18:57:57.020Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26672026-06-26T18:57:57.229Z Compiling pin-project v1.1.13
26682026-06-26T18:57:57.340Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26692026-06-26T18:57:57.611Z Compiling expectorate v1.2.0
26702026-06-26T18:57:57.824Z Compiling hickory-resolver v0.24.4
26712026-06-26T18:57:58.219Z Compiling toml v0.8.23
26722026-06-26T18:57:59.588Z Compiling prettyplease v0.2.37
26732026-06-26T18:58:00.939Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26742026-06-26T18:58:01.108Z Compiling rayon-core v1.13.0
26752026-06-26T18:58:02.852Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26762026-06-26T18:58:02.926Z Compiling num_enum v0.5.11
26772026-06-26T18:58:03.056Z Compiling progenitor-impl v0.14.0
26782026-06-26T18:58:03.228Z Compiling progenitor-impl v0.13.0
26792026-06-26T18:58:04.115Z Compiling unicode-normalization v0.1.25
26802026-06-26T18:58:04.714Z Compiling progenitor-client v0.13.0
26812026-06-26T18:58:05.239Z Compiling tokio-stream v0.1.18
26822026-06-26T18:58:05.811Z Compiling bstr v1.12.1
26832026-06-26T18:58:06.515Z Compiling csv-core v0.1.13
26842026-06-26T18:58:06.624Z Compiling highway v1.3.0
26852026-06-26T18:58:06.945Z Compiling unicode-width v0.1.14
26862026-06-26T18:58:07.058Z Compiling foldhash v0.1.5
26872026-06-26T18:58:07.265Z Compiling same-file v1.0.6
26882026-06-26T18:58:07.289Z Compiling konst_macro_rules v0.2.19
26892026-06-26T18:58:07.341Z Compiling foreign-types-shared v0.1.1
26902026-06-26T18:58:07.440Z Compiling konst v0.2.20
26912026-06-26T18:58:07.451Z Compiling foreign-types v0.3.2
26922026-06-26T18:58:07.481Z Compiling walkdir v2.5.0
26932026-06-26T18:58:07.527Z Compiling hashbrown v0.15.5
26942026-06-26T18:58:07.817Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-06-26T18:58:08.192Z Compiling csv v1.4.0
26962026-06-26T18:58:08.285Z Compiling globset v0.4.18
26972026-06-26T18:58:09.156Z Compiling snafu v0.8.9
26982026-06-26T18:58:09.740Z Compiling qorb v0.4.1
26992026-06-26T18:58:11.264Z Compiling progenitor v0.13.0
27002026-06-26T18:58:11.413Z Compiling olpc-cjson v0.1.4
27012026-06-26T18:58:11.464Z Compiling progenitor v0.14.0
27022026-06-26T18:58:11.592Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27032026-06-26T18:58:11.619Z Compiling rayon v1.12.0
27042026-06-26T18:58:11.632Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27052026-06-26T18:58:12.230Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27062026-06-26T18:58:13.856Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27072026-06-26T18:58:14.914Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27082026-06-26T18:58:17.163Z Compiling phf v0.12.1
27092026-06-26T18:58:17.344Z Compiling openssl-sys v0.9.116
27102026-06-26T18:58:17.783Z Compiling tokio-dtrace v0.1.1
27112026-06-26T18:58:18.121Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27122026-06-26T18:58:18.139Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27132026-06-26T18:58:18.359Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27142026-06-26T18:58:19.533Z Compiling libsw-core v0.3.2
27152026-06-26T18:58:19.576Z Compiling pem v3.0.6
27162026-06-26T18:58:19.715Z Compiling serde_plain v1.0.2
27172026-06-26T18:58:19.931Z Compiling sigpipe v0.1.3
27182026-06-26T18:58:20.007Z Compiling fixedbitset v0.5.7
27192026-06-26T18:58:20.032Z Compiling minimal-lexical v0.2.1
27202026-06-26T18:58:20.283Z Compiling jiff v0.2.28
27212026-06-26T18:58:20.356Z Compiling typed-path v0.9.3
27222026-06-26T18:58:20.530Z Compiling glob v0.3.3
27232026-06-26T18:58:21.516Z Compiling fixedbitset v0.4.2
27242026-06-26T18:58:21.532Z Compiling bytecount v0.6.9
27252026-06-26T18:58:21.725Z Compiling petgraph v0.6.5
27262026-06-26T18:58:21.903Z Compiling papergrid v0.11.0
27272026-06-26T18:58:22.052Z Compiling tough v0.22.0
27282026-06-26T18:58:22.134Z Compiling petgraph v0.8.3
27292026-06-26T18:58:23.325Z Compiling nom v7.1.3
27302026-06-26T18:58:23.586Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-06-26T18:58:23.756Z Compiling openssl v0.10.80
27322026-06-26T18:58:24.615Z Compiling libsw v3.5.0
27332026-06-26T18:58:24.805Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-06-26T18:58:25.041Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27352026-06-26T18:58:26.082Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-26T18:58:26.335Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27372026-06-26T18:58:26.637Z Compiling zone v0.3.1
27382026-06-26T18:58:27.326Z Compiling oxide-tokio-rt v0.1.6
27392026-06-26T18:58:27.975Z Compiling chrono-tz v0.10.4
27402026-06-26T18:58:28.075Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27412026-06-26T18:58:28.519Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-06-26T18:58:28.727Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-06-26T18:58:28.910Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27442026-06-26T18:58:29.408Z Compiling newtype_derive v0.1.6
27452026-06-26T18:58:29.495Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-26T18:58:29.593Z Compiling slog-dtrace v0.3.0
27472026-06-26T18:58:30.317Z Compiling owo-colors v4.3.0
27482026-06-26T18:58:31.231Z Compiling const_format v0.2.36
27492026-06-26T18:58:31.338Z Compiling cancel-safe-futures v0.1.5
27502026-06-26T18:58:31.713Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27512026-06-26T18:58:31.753Z Compiling gethostname v0.5.0
27522026-06-26T18:58:31.894Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27532026-06-26T18:58:32.374Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-06-26T18:58:32.510Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-26T18:58:32.522Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-26T18:58:32.634Z Compiling bcs v0.1.6
27572026-06-26T18:58:32.846Z Compiling smf v0.2.3
27582026-06-26T18:58:33.038Z Compiling smawk v0.3.2
27592026-06-26T18:58:33.208Z Compiling unicode-linebreak v0.1.5
27602026-06-26T18:58:33.488Z Compiling linear-map v1.2.0
27612026-06-26T18:58:33.530Z Compiling tagptr v0.2.0
27622026-06-26T18:58:33.542Z Compiling whoami v1.6.1
27632026-06-26T18:58:33.691Z Compiling termtree v0.5.1
27642026-06-26T18:58:33.702Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-26T18:58:33.862Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-06-26T18:58:33.996Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-26T18:58:34.088Z Compiling moka v0.12.15
27682026-06-26T18:58:35.319Z Compiling textwrap v0.16.2
27692026-06-26T18:58:35.599Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27702026-06-26T18:58:35.640Z Compiling tabled v0.15.0
27712026-06-26T18:58:36.986Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-06-26T18:58:37.097Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-06-26T18:58:37.287Z Compiling steno v0.4.1
27742026-06-26T18:58:37.312Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-06-26T18:58:37.474Z Compiling cookie v0.18.1
27762026-06-26T18:58:38.843Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-06-26T18:58:43.061Z Compiling hickory-proto v0.25.2
27782026-06-26T18:58:43.385Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27792026-06-26T18:58:44.502Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27802026-06-26T18:58:45.760Z Compiling hickory-resolver v0.25.2
27812026-06-26T18:58:46.461Z Compiling arc-swap v1.9.1
27822026-06-26T18:58:46.829Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27832026-06-26T18:58:47.225Z Compiling slog-scope v4.4.1
27842026-06-26T18:58:47.417Z Compiling libscf-sys v1.2.0
27852026-06-26T18:58:47.567Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-06-26T18:58:47.695Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27872026-06-26T18:58:47.776Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27882026-06-26T18:58:48.415Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27892026-06-26T18:58:48.520Z Compiling slog-stdlog v4.1.1
27902026-06-26T18:58:48.920Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27912026-06-26T18:58:49.031Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-06-26T18:58:50.133Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27932026-06-26T18:58:51.463Z Compiling slog-envlogger v2.2.0
27942026-06-26T18:58:51.475Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27952026-06-26T18:58:52.213Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27962026-06-26T18:58:59.391Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27972026-06-26T18:59:01.953Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27982026-06-26T18:59:03.570Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27992026-06-26T18:59:12.475Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28002026-06-26T18:59:16.271Z Finished `release` profile [optimized] target(s) in 2m 27s
28012026-06-26T18:59:16.386Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
28022026-06-26T18:59:16.389Z
28032026-06-26T18:59:16.389Zrunning 1 test
28042026-06-26T18:59:16.604Zconfigure zone
28052026-06-26T18:59:16.622Zinstall zone
28062026-06-26T18:59:26.479Zboot zone
28072026-06-26T18:59:26.564Zstart zone s1
28082026-06-26T18:59:26.568Zconfigure zone
28092026-06-26T18:59:26.573Zinstall zone
28102026-06-26T18:59:28.518Zboot zone
28112026-06-26T18:59:28.609Zstart zone s2
28122026-06-26T18:59:28.609Zconfigure zone
28132026-06-26T18:59:28.619Zinstall zone
28142026-06-26T18:59:30.964Zboot zone
28152026-06-26T18:59:31.061Zstart zone t1
28162026-06-26T18:59:31.061Zconfigure zone
28172026-06-26T18:59:31.072Zinstall zone
28182026-06-26T18:59:33.830Zboot zone
28192026-06-26T18:59:33.939Zwaiting for zones to come up
28202026-06-26T18:59:43.940Z[sidecar.trio] svcs milestone/network
28212026-06-26T18:59:43.965ZSTATE STIME FMRI
28222026-06-26T18:59:43.965Zonline 18:59:25 svc:/milestone/network:default
28232026-06-26T18:59:43.965Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28242026-06-26T18:59:43.993Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28252026-06-26T18:59:44.021Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28262026-06-26T18:59:44.042Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28272026-06-26T18:59:44.045Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28282026-06-26T18:59:44.057Z
28292026-06-26T18:59:44.057Zrunning zone s1.trio setup
28302026-06-26T18:59:44.057Z[s1.trio] svcs milestone/network
28312026-06-26T18:59:44.073ZSTATE STIME FMRI
28322026-06-26T18:59:44.073Zonline 18:59:27 svc:/milestone/network:default
28332026-06-26T18:59:44.073Z[s1.trio] dladm
28342026-06-26T18:59:44.086ZLINK CLASS MTU STATE BRIDGE OVER
28352026-06-26T18:59:44.086Zsl0 simnet 9000 up -- ?
28362026-06-26T18:59:44.086Zmg2 vnic 9000 up -- ?
28372026-06-26T18:59:44.086Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28382026-06-26T18:59:44.565Z
28392026-06-26T18:59:44.565Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28402026-06-26T18:59:44.578Z
28412026-06-26T18:59:44.578Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28422026-06-26T18:59:44.590Z
28432026-06-26T18:59:44.590Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28442026-06-26T18:59:44.676Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28452026-06-26T18:59:44.752Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid fe2d39b2-1d81-486f-9a78-4d3255368cad --sled-uuid fac2bf26-beb1-4ff7-a87f-ab0876b09982 -a sl0/v6 &> /opt/ddmd.log &
28462026-06-26T18:59:44.767Z
28472026-06-26T18:59:44.767Zrunning zone s2.trio setup
28482026-06-26T18:59:44.767Z[s2.trio] svcs milestone/network
28492026-06-26T18:59:44.783ZSTATE STIME FMRI
28502026-06-26T18:59:44.783Zonline 18:59:30 svc:/milestone/network:default
28512026-06-26T18:59:44.783Z[s2.trio] dladm
28522026-06-26T18:59:44.797ZLINK CLASS MTU STATE BRIDGE OVER
28532026-06-26T18:59:44.797Zsl1 simnet 9000 up -- ?
28542026-06-26T18:59:44.797Zmg3 vnic 9000 up -- ?
28552026-06-26T18:59:44.798Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28562026-06-26T18:59:45.382Z
28572026-06-26T18:59:45.382Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28582026-06-26T18:59:45.397Z
28592026-06-26T18:59:45.397Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28602026-06-26T18:59:45.409Z
28612026-06-26T18:59:45.409Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28622026-06-26T18:59:45.444Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28632026-06-26T18:59:45.474Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c41773b6-56cb-4b88-85aa-d41da9e96ea2 --sled-uuid 600525a3-8dd7-4442-abf0-61c1ba63edd1 -a sl1/v6 &> /opt/ddmd.log &
28642026-06-26T18:59:45.488Z
28652026-06-26T18:59:45.488Zrunning zone t1.trio setup
28662026-06-26T18:59:45.488Z[t1.trio] svcs milestone/network
28672026-06-26T18:59:45.502ZSTATE STIME FMRI
28682026-06-26T18:59:45.502Zonline 18:59:33 svc:/milestone/network:default
28692026-06-26T18:59:45.502Z[t1.trio] dladm
28702026-06-26T18:59:45.516ZLINK CLASS MTU STATE BRIDGE OVER
28712026-06-26T18:59:45.516Ztfportrear0_0 simnet 9000 up -- ?
28722026-06-26T18:59:45.516Ztfportrear1_0 simnet 9000 up -- ?
28732026-06-26T18:59:45.516Zmg1 vnic 9000 up -- ?
28742026-06-26T18:59:45.516Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28752026-06-26T18:59:46.084Z
28762026-06-26T18:59:46.084Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28772026-06-26T18:59:46.099Z
28782026-06-26T18:59:46.099Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28792026-06-26T18:59:46.112Z
28802026-06-26T18:59:46.112Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28812026-06-26T18:59:46.124Z
28822026-06-26T18:59:46.124Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28832026-06-26T18:59:46.419Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28842026-06-26T18:59:46.422Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28852026-06-26T18:59:46.425Zwaiting 3s for copy of files to zone to complete ...
28862026-06-26T18:59:49.422Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28872026-06-26T18:59:49.553Z
28882026-06-26T18:59:49.553Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28892026-06-26T18:59:49.665Z
28902026-06-26T18:59:49.665Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28912026-06-26T18:59:49.712Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28922026-06-26T18:59:49.743Z[t1.trio] svcadm disable dendrite
28932026-06-26T18:59:49.772Z
28942026-06-26T18:59:49.772Z[t1.trio] svcadm disable tfport
28952026-06-26T18:59:49.800Z
28962026-06-26T18:59:49.800Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28972026-06-26T18:59:49.828Z
28982026-06-26T18:59:49.828Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28992026-06-26T18:59:49.854Z
29002026-06-26T18:59:49.854Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29012026-06-26T18:59:49.880Z
29022026-06-26T18:59:49.880Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29032026-06-26T18:59:49.904Z
29042026-06-26T18:59:49.905Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29052026-06-26T18:59:49.929Z
29062026-06-26T18:59:49.930Z[t1.trio] svcadm refresh dendrite:default
29072026-06-26T18:59:49.951Z
29082026-06-26T18:59:49.951Z[t1.trio] svcadm enable dendrite:default
29092026-06-26T18:59:49.973Z
29102026-06-26T18:59:49.973Zwait 10s for dendrite to come up ...
29112026-06-26T18:59:59.974Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29122026-06-26T19:00:00.002Z
29132026-06-26T19:00:00.002Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29142026-06-26T19:00:00.027Z
29152026-06-26T19:00:00.027Z[t1.trio] svcadm refresh tfport:default
29162026-06-26T19:00:00.048Z
29172026-06-26T19:00:00.048Z[t1.trio] svcadm enable tfport
29182026-06-26T19:00:00.069Z
29192026-06-26T19:00:00.069Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 17a01207-b8b6-49d9-a782-cc8eaf663a5d --sled-uuid 5201c674-a419-46c2-a9e6-051634b57ccc -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29202026-06-26T19:00:00.081Z
29212026-06-26T19:00:00.081Z[t1.trio] ipadm
29222026-06-26T19:00:00.094ZADDROBJ TYPE STATE ADDR
29232026-06-26T19:00:00.094Zlo0/v4 static ok 127.0.0.1/8
29242026-06-26T19:00:00.094Zmg1/v4 static ok 10.0.0.3/24
29252026-06-26T19:00:00.095Zlo0/v6 static ok ::1/128
29262026-06-26T19:00:00.095Zlo0/u6 static ok fd00:3::1/64
29272026-06-26T19:00:00.095Ztfportrear0_0/v6 addrconf ok fe80::d41b:44ff:fe8b:256e%tfportrear0_0/10
29282026-06-26T19:00:00.095Ztfportrear1_0/v6 addrconf ok fe80::3ccf:15ff:fec1:26bb%tfportrear1_0/10
29292026-06-26T19:00:02.199Zinitial peering test passed
29302026-06-26T19:00:03.200Zadvertise from one passed
29312026-06-26T19:00:04.202Zadvertise from two passed
29322026-06-26T19:00:04.202Z[s1.trio] ping fd00:2::1
29332026-06-26T19:00:04.216Zfd00:2::1 is alive
29342026-06-26T19:00:04.217Z[s2.trio] ping fd00:1::1
29352026-06-26T19:00:04.229Zfd00:1::1 is alive
29362026-06-26T19:00:04.229Zconnectivity test passed
29372026-06-26T19:00:04.229Z[t1.trio] pkill ddmd
29382026-06-26T19:00:04.240Z
29392026-06-26T19:00:10.244Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8a2385b8-e38f-4781-ac27-ed7f84cc780a --sled-uuid 7af207de-d404-4404-b0f9-8923b903f417 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29402026-06-26T19:00:10.257Z
29412026-06-26T19:00:10.257Z[t1.trio] ipadm
29422026-06-26T19:00:10.270ZADDROBJ TYPE STATE ADDR
29432026-06-26T19:00:10.271Zlo0/v4 static ok 127.0.0.1/8
29442026-06-26T19:00:10.271Zmg1/v4 static ok 10.0.0.3/24
29452026-06-26T19:00:10.271Zlo0/v6 static ok ::1/128
29462026-06-26T19:00:10.271Zlo0/u6 static ok fd00:3::1/64
29472026-06-26T19:00:10.271Ztfportrear0_0/v6 addrconf ok fe80::d41b:44ff:fe8b:256e%tfportrear0_0/10
29482026-06-26T19:00:10.271Ztfportrear1_0/v6 addrconf ok fe80::3ccf:15ff:fec1:26bb%tfportrear1_0/10
29492026-06-26T19:00:13.273Z[s1.trio] ping fd00:2::1
29502026-06-26T19:00:13.287Zfd00:2::1 is alive
29512026-06-26T19:00:13.287Z[s2.trio] ping fd00:1::1
29522026-06-26T19:00:13.299Zfd00:1::1 is alive
29532026-06-26T19:00:13.299Ztransit router restart passed
29542026-06-26T19:00:13.299Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29552026-06-26T19:00:13.315Zlocal v6:
29562026-06-26T19:00:13.315Zfe80::d41b:44ff:fe8b:256e
29572026-06-26T19:00:13.315Zfe80::3ccf:15ff:fec1:26bb
29582026-06-26T19:00:13.315Zlocal v4:
29592026-06-26T19:00:13.315Zrouter v6_idx:
29602026-06-26T19:00:13.316Zfd00:1::/64 -> 0
29612026-06-26T19:00:13.316Zfd00:2::/64 -> 1
29622026-06-26T19:00:13.316Zrouter v6_routes:
29632026-06-26T19:00:13.316Z0 -> fe80::806d:38ff:fe90:9d51 (1)
29642026-06-26T19:00:13.316Z1 -> fe80::6ca7:5cff:fe4c:16a0 (2)
29652026-06-26T19:00:13.316Zrouter v4_idx:
29662026-06-26T19:00:13.316Zrouter v4_routes:
29672026-06-26T19:00:13.316Zresolver v4:
29682026-06-26T19:00:13.316Z10.0.0.3 -> 02:08:20:2b:90:14
29692026-06-26T19:00:13.316Z10.0.0.254 -> 02:08:20:54:13:96
29702026-06-26T19:00:13.316Zresolver v6:
29712026-06-26T19:00:13.316Zfe80::6ca7:5cff:fe4c:16a0 -> 6e:a7:5c:4c:16:a0
29722026-06-26T19:00:13.316Zfe80::3ccf:15ff:fec1:26bb -> 3e:cf:15:c1:26:bb
29732026-06-26T19:00:13.316Zfe80::806d:38ff:fe90:9d51 -> 82:6d:38:90:9d:51
29742026-06-26T19:00:13.316Zfe80::d41b:44ff:fe8b:256e -> d6:1b:44:8b:25:6e
29752026-06-26T19:00:13.316Znat v4:
29762026-06-26T19:00:13.316Znat_v6:
29772026-06-26T19:00:13.316Zport_mac:
29782026-06-26T19:00:13.316Z1000: a8:40:25:6b:2f:2a
29792026-06-26T19:00:13.316Z1: a8:40:25:6b:2f:2b
29802026-06-26T19:00:13.316Z2: a8:40:25:6b:2f:2c
29812026-06-26T19:00:13.316Zproxy arp:
29822026-06-26T19:00:13.316Z[s1.trio] pkill ddmd
29832026-06-26T19:00:13.328Z
29842026-06-26T19:00:16.397Ztest ddm::test_trio_v3 has been running for over 60 seconds
29852026-06-26T19:00:18.332Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29862026-06-26T19:00:18.347Zlocal v6:
29872026-06-26T19:00:18.347Zfe80::d41b:44ff:fe8b:256e
29882026-06-26T19:00:18.347Zfe80::3ccf:15ff:fec1:26bb
29892026-06-26T19:00:18.348Zlocal v4:
29902026-06-26T19:00:18.348Zrouter v6_idx:
29912026-06-26T19:00:18.348Zfd00:2::/64 -> 1
29922026-06-26T19:00:18.348Zrouter v6_routes:
29932026-06-26T19:00:18.348Z1 -> fe80::6ca7:5cff:fe4c:16a0 (2)
29942026-06-26T19:00:18.348Zrouter v4_idx:
29952026-06-26T19:00:18.348Zrouter v4_routes:
29962026-06-26T19:00:18.348Zresolver v4:
29972026-06-26T19:00:18.348Z10.0.0.3 -> 02:08:20:2b:90:14
29982026-06-26T19:00:18.348Z10.0.0.254 -> 02:08:20:54:13:96
29992026-06-26T19:00:18.348Zresolver v6:
30002026-06-26T19:00:18.348Zfe80::6ca7:5cff:fe4c:16a0 -> 6e:a7:5c:4c:16:a0
30012026-06-26T19:00:18.348Zfe80::3ccf:15ff:fec1:26bb -> 3e:cf:15:c1:26:bb
30022026-06-26T19:00:18.348Zfe80::806d:38ff:fe90:9d51 -> 82:6d:38:90:9d:51
30032026-06-26T19:00:18.348Zfe80::d41b:44ff:fe8b:256e -> d6:1b:44:8b:25:6e
30042026-06-26T19:00:18.348Znat v4:
30052026-06-26T19:00:18.348Znat_v6:
30062026-06-26T19:00:18.348Zport_mac:
30072026-06-26T19:00:18.348Z1000: a8:40:25:6b:2f:2a
30082026-06-26T19:00:18.348Z1: a8:40:25:6b:2f:2b
30092026-06-26T19:00:18.348Z2: a8:40:25:6b:2f:2c
30102026-06-26T19:00:18.348Zproxy arp:
30112026-06-26T19:00:18.348Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b5b0200b-32ba-4152-9d65-bec4e46f7406 --sled-uuid 3890d772-2d82-4b97-bd2d-71ce841d1e3c -a sl0/v6 &> /opt/ddmd.log &
30122026-06-26T19:00:18.359Z
30132026-06-26T19:00:21.362Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30142026-06-26T19:00:21.378Zlocal v6:
30152026-06-26T19:00:21.378Zfe80::d41b:44ff:fe8b:256e
30162026-06-26T19:00:21.378Zfe80::3ccf:15ff:fec1:26bb
30172026-06-26T19:00:21.378Zlocal v4:
30182026-06-26T19:00:21.378Zrouter v6_idx:
30192026-06-26T19:00:21.378Zfd00:1::/64 -> 0
30202026-06-26T19:00:21.378Zfd00:2::/64 -> 1
30212026-06-26T19:00:21.378Zrouter v6_routes:
30222026-06-26T19:00:21.378Z0 -> fe80::806d:38ff:fe90:9d51 (1)
30232026-06-26T19:00:21.378Z1 -> fe80::6ca7:5cff:fe4c:16a0 (2)
30242026-06-26T19:00:21.379Zrouter v4_idx:
30252026-06-26T19:00:21.379Zrouter v4_routes:
30262026-06-26T19:00:21.379Zresolver v4:
30272026-06-26T19:00:21.379Z10.0.0.3 -> 02:08:20:2b:90:14
30282026-06-26T19:00:21.379Z10.0.0.254 -> 02:08:20:54:13:96
30292026-06-26T19:00:21.379Zresolver v6:
30302026-06-26T19:00:21.379Zfe80::6ca7:5cff:fe4c:16a0 -> 6e:a7:5c:4c:16:a0
30312026-06-26T19:00:21.379Zfe80::3ccf:15ff:fec1:26bb -> 3e:cf:15:c1:26:bb
30322026-06-26T19:00:21.379Zfe80::806d:38ff:fe90:9d51 -> 82:6d:38:90:9d:51
30332026-06-26T19:00:21.379Zfe80::d41b:44ff:fe8b:256e -> d6:1b:44:8b:25:6e
30342026-06-26T19:00:21.379Znat v4:
30352026-06-26T19:00:21.379Znat_v6:
30362026-06-26T19:00:21.379Zport_mac:
30372026-06-26T19:00:21.379Z1000: a8:40:25:6b:2f:2a
30382026-06-26T19:00:21.380Z1: a8:40:25:6b:2f:2b
30392026-06-26T19:00:21.380Z2: a8:40:25:6b:2f:2c
30402026-06-26T19:00:21.380Zproxy arp:
30412026-06-26T19:00:21.389Z[s2.trio] netstat -nr -f inet6
30422026-06-26T19:00:21.392ZRouting Table: IPv6
30432026-06-26T19:00:21.392Z Destination/Mask Gateway Flags Ref Use If
30442026-06-26T19:00:21.392Z--------------------------- --------------------------- ----- --- ------- -----
30452026-06-26T19:00:21.392Z::1 ::1 UH 2 0 lo0
30462026-06-26T19:00:21.392Zfd00:1::/64 fe80::3ccf:15ff:fec1:26bb UG 1 0 sl1
30472026-06-26T19:00:21.392Zfe80::/10 fe80::6ca7:5cff:fe4c:16a0 U 3 64 sl1
30482026-06-26T19:00:21.392Z[s2.trio] ipadm
30492026-06-26T19:00:21.402ZADDROBJ TYPE STATE ADDR
30502026-06-26T19:00:21.402Zlo0/v4 static ok 127.0.0.1/8
30512026-06-26T19:00:21.403Zmg3/v4 static ok 10.0.0.2/24
30522026-06-26T19:00:21.403Zlo0/v6 static ok ::1/128
30532026-06-26T19:00:21.403Zlo0/u6 static ok fd00:2::1/64
30542026-06-26T19:00:21.403Zsl1/v6 addrconf ok fe80::6ca7:5cff:fe4c:16a0%sl1/10
30552026-06-26T19:00:21.403Z[s2.trio] route -nv get -inet6 fd00:1::1
30562026-06-26T19:00:21.415Znewrt->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>
30572026-06-26T19:00:21.415Zlocks: inits:
30582026-06-26T19:00:21.415Zsockaddrs: <DST,IFP>
30592026-06-26T19:00:21.415Z fd00:1::1
30602026-06-26T19:00:21.415Z route to: fd00:1::1
30612026-06-26T19:00:21.415Zdestination: fd00:1::
30622026-06-26T19:00:21.415Z mask: ffff:ffff:ffff:ffff::
30632026-06-26T19:00:21.415Z gateway: fe80::3ccf:15ff:fec1:26bb
30642026-06-26T19:00:21.415Z interface: sl1 index 3 address 6e a7 5c 4c 16 a0
30652026-06-26T19:00:21.415Z flags: <UP,GATEWAY,DONE,STATIC>
30662026-06-26T19:00:21.415Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30672026-06-26T19:00:21.416Z 0 0 0 0 0 0 9000 0
30682026-06-26T19:00:21.416Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30692026-06-26T19:00:21.416Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30702026-06-26T19:00:21.416Z fd00:1:: fe80::3ccf:15ff:fec1:26bb ffff:ffff:ffff:ffff:: sl1:6e.a7.5c.4c.16.a0 fe80::6ca7:5cff:fe4c:16a0
30712026-06-26T19:00:21.416Z[s2.trio] ndp -na
30722026-06-26T19:00:21.427ZNet to Media Table: IPv6
30732026-06-26T19:00:21.427Z If Physical Address Type State Destination/Mask
30742026-06-26T19:00:21.427Z----- ----------------- ------- ------------ ---------------------------
30752026-06-26T19:00:21.427Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30762026-06-26T19:00:21.427Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30772026-06-26T19:00:21.427Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30782026-06-26T19:00:21.427Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30792026-06-26T19:00:21.427Zsl1 33:33:ff:c1:26:bb other REACHABLE ff02::1:ffc1:26bb
30802026-06-26T19:00:21.427Zsl1 6e:a7:5c:4c:16:a0 local REACHABLE fe80::6ca7:5cff:fe4c:16a0
30812026-06-26T19:00:21.428Zsl1 3e:cf:15:c1:26:bb dynamic REACHABLE fe80::3ccf:15ff:fec1:26bb
30822026-06-26T19:00:21.428Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30832026-06-26T19:00:21.428Zsl1 33:33:ff:4c:16:a0 other REACHABLE ff02::1:ff4c:16a0
30842026-06-26T19:00:21.428Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30852026-06-26T19:00:21.440Zlocal v6:
30862026-06-26T19:00:21.440Zfe80::d41b:44ff:fe8b:256e
30872026-06-26T19:00:21.440Zfe80::3ccf:15ff:fec1:26bb
30882026-06-26T19:00:21.440Zlocal v4:
30892026-06-26T19:00:21.440Zrouter v6_idx:
30902026-06-26T19:00:21.440Zfd00:1::/64 -> 0
30912026-06-26T19:00:21.440Zfd00:2::/64 -> 1
30922026-06-26T19:00:21.440Zrouter v6_routes:
30932026-06-26T19:00:21.440Z0 -> fe80::806d:38ff:fe90:9d51 (1)
30942026-06-26T19:00:21.440Z1 -> fe80::6ca7:5cff:fe4c:16a0 (2)
30952026-06-26T19:00:21.440Zrouter v4_idx:
30962026-06-26T19:00:21.440Zrouter v4_routes:
30972026-06-26T19:00:21.440Zresolver v4:
30982026-06-26T19:00:21.440Z10.0.0.3 -> 02:08:20:2b:90:14
30992026-06-26T19:00:21.440Z10.0.0.254 -> 02:08:20:54:13:96
31002026-06-26T19:00:21.440Zresolver v6:
31012026-06-26T19:00:21.440Zfe80::6ca7:5cff:fe4c:16a0 -> 6e:a7:5c:4c:16:a0
31022026-06-26T19:00:21.440Zfe80::3ccf:15ff:fec1:26bb -> 3e:cf:15:c1:26:bb
31032026-06-26T19:00:21.440Zfe80::806d:38ff:fe90:9d51 -> 82:6d:38:90:9d:51
31042026-06-26T19:00:21.440Zfe80::d41b:44ff:fe8b:256e -> d6:1b:44:8b:25:6e
31052026-06-26T19:00:21.440Znat v4:
31062026-06-26T19:00:21.440Znat_v6:
31072026-06-26T19:00:21.440Zport_mac:
31082026-06-26T19:00:21.441Z1000: a8:40:25:6b:2f:2a
31092026-06-26T19:00:21.441Z1: a8:40:25:6b:2f:2b
31102026-06-26T19:00:21.441Z2: a8:40:25:6b:2f:2c
31112026-06-26T19:00:21.441Zproxy arp:
31122026-06-26T19:00:21.441Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31132026-06-26T19:00:21.485ZSubnet Port Link Gateway Vlan
31142026-06-26T19:00:21.485Zfd00:1::/64 rear0 0 fe80::806d:38ff:fe90:9d51
31152026-06-26T19:00:21.485Zfd00:2::/64 rear1 0 fe80::6ca7:5cff:fe4c:16a0
31162026-06-26T19:00:21.485Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31172026-06-26T19:00:21.528Zhost mac age
31182026-06-26T19:00:21.528Z10.0.0.3 02:08:20:2b:90:14 21s
31192026-06-26T19:00:21.528Z10.0.0.254 02:08:20:54:13:96 18s
31202026-06-26T19:00:21.528Zfe80::3ccf:15ff:fec1:26bb 3e:cf:15:c1:26:bb 21s
31212026-06-26T19:00:21.528Zfe80::6ca7:5cff:fe4c:16a0 6e:a7:5c:4c:16:a0 21s
31222026-06-26T19:00:21.528Zfe80::806d:38ff:fe90:9d51 82:6d:38:90:9d:51 21s
31232026-06-26T19:00:21.528Zfe80::d41b:44ff:fe8b:256e d6:1b:44:8b:25:6e 21s
31242026-06-26T19:00:21.528Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31252026-06-26T19:00:21.567ZLink IPv4 IPv6
31262026-06-26T19:00:21.567Zrear0/0 fe80::d41b:44ff:fe8b:256e
31272026-06-26T19:00:21.567Zrear1/0 fe80::3ccf:15ff:fec1:26bb
31282026-06-26T19:00:21.567Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31292026-06-26T19:00:22.591ZADDROBJ TYPE STATE ADDR
31302026-06-26T19:00:22.591Zlo0/v4 static ok 127.0.0.1/8
31312026-06-26T19:00:22.591Zmg2/v4 static ok 10.0.0.1/24
31322026-06-26T19:00:22.591Zlo0/v6 static ok ::1/128
31332026-06-26T19:00:22.591Zlo0/u6 static ok fd00:1::1/64
31342026-06-26T19:00:22.591Zsl0/v6 addrconf ok fe80::806d:38ff:fe90:9d51%sl0/10
31352026-06-26T19:00:22.591Znewrt->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>
31362026-06-26T19:00:22.591Zlocks: inits:
31372026-06-26T19:00:22.591Zsockaddrs: <DST,IFP>
31382026-06-26T19:00:22.591Z fd00:2::1
31392026-06-26T19:00:22.591Z route to: fd00:2::1
31402026-06-26T19:00:22.591Zdestination: fd00:2::
31412026-06-26T19:00:22.591Z mask: ffff:ffff:ffff:ffff::
31422026-06-26T19:00:22.591Z gateway: fe80::d41b:44ff:fe8b:256e
31432026-06-26T19:00:22.591Z interface: sl0 index 3 address 82 6d 38 90 9d 51
31442026-06-26T19:00:22.591Z flags: <UP,GATEWAY,DONE,STATIC>
31452026-06-26T19:00:22.591Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31462026-06-26T19:00:22.591Z 0 0 0 0 0 0 9000 0
31472026-06-26T19:00:22.591Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31482026-06-26T19:00:22.591Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31492026-06-26T19:00:22.591Z fd00:2:: fe80::d41b:44ff:fe8b:256e ffff:ffff:ffff:ffff:: sl0:82.6d.38.90.9d.51 fe80::806d:38ff:fe90:9d51
31502026-06-26T19:00:22.591Z
31512026-06-26T19:00:22.592ZNet to Media Table: IPv6
31522026-06-26T19:00:22.592Z If Physical Address Type State Destination/Mask
31532026-06-26T19:00:22.592Z----- ----------------- ------- ------------ ---------------------------
31542026-06-26T19:00:22.592Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31552026-06-26T19:00:22.592Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31562026-06-26T19:00:22.592Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31572026-06-26T19:00:22.592Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31582026-06-26T19:00:22.592Zsl0 d6:1b:44:8b:25:6e dynamic REACHABLE fe80::d41b:44ff:fe8b:256e
31592026-06-26T19:00:22.592Zsl0 33:33:ff:90:9d:51 other REACHABLE ff02::1:ff90:9d51
31602026-06-26T19:00:22.592Zsl0 82:6d:38:90:9d:51 local REACHABLE fe80::806d:38ff:fe90:9d51
31612026-06-26T19:00:22.592Zsl0 33:33:ff:8b:25:6e other REACHABLE ff02::1:ff8b:256e
31622026-06-26T19:00:22.592Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31632026-06-26T19:00:22.592Z
31642026-06-26T19:00:22.592Z
31652026-06-26T19:00:22.592ZRouting Table: IPv6
31662026-06-26T19:00:22.592Z Destination/Mask Gateway Flags Ref Use If
31672026-06-26T19:00:22.592Z--------------------------- --------------------------- ----- --- ------- -----
31682026-06-26T19:00:22.592Z::1 ::1 UH 2 0 lo0
31692026-06-26T19:00:22.592Zfd00:2::/64 fe80::d41b:44ff:fe8b:256e UG 2 2 sl0
31702026-06-26T19:00:22.592Zfe80::/10 fe80::806d:38ff:fe90:9d51 U 3 64 sl0
31712026-06-26T19:00:22.592ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31722026-06-26T19:00:22.592Z68 bytes from fd00:2::1: icmp_seq=0. time=0.286 ms
31732026-06-26T19:00:22.592Z68 bytes from fd00:2::1: icmp_seq=1. time=0.199 ms
31742026-06-26T19:00:22.592Z
31752026-06-26T19:00:22.592Z----fd00:2::1 PING Statistics----
31762026-06-26T19:00:22.592Z2 packets transmitted, 2 packets received, 0% packet loss
31772026-06-26T19:00:22.592Zround-trip (ms) min/avg/max/stddev = 0.199/0.242/0.286/0.062
31782026-06-26T19:00:22.592Z[s2.trio] ping fd00:1::1
31792026-06-26T19:00:22.604Zfd00:1::1 is alive
31802026-06-26T19:00:22.604Zserver router restart passed
31812026-06-26T19:00:26.899Zpeer expiration recovery passed
31822026-06-26T19:00:27.609Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31832026-06-26T19:00:27.628Z3
31842026-06-26T19:00:27.628Zredundant advertise passed
31852026-06-26T19:00:28.628Ztunnel endpoint advertise passed
31862026-06-26T19:00:37.343Zredundant tunnel endpoint advertise passed
31872026-06-26T19:00:37.343Z[s1.trio] pkill ddmd
31882026-06-26T19:00:37.343Z
31892026-06-26T19:00:38.882Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 552f84c5-f1c3-4f21-99a2-bb539aff7752 --sled-uuid eff7fc1b-00f0-4f4d-b524-ed33956c5298 -a sl0/v6 &> /opt/ddmd.log &
31902026-06-26T19:00:38.882Z
31912026-06-26T19:00:43.660Ztunnel router restart passed
31922026-06-26T19:00:46.147Ztunnel endpoint withdraw passed
31932026-06-26T19:00:46.152Z[t1.trio] pkill ddmd
31942026-06-26T19:00:46.152Z
31952026-06-26T19:00:46.152Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31962026-06-26T19:00:46.152Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31972026-06-26T19:00:46.561Z[s2.trio] pkill ddmd
31982026-06-26T19:00:46.575Z
31992026-06-26T19:00:46.575Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
32002026-06-26T19:00:48.392Z[s1.trio] pkill ddmd
32012026-06-26T19:00:48.403Z
32022026-06-26T19:00:48.403Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32032026-06-26T19:00:50.181Z[sidecar.trio] pkill softnpu
32042026-06-26T19:00:50.194Z
32052026-06-26T19:00:50.194Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32062026-06-26T19:00:52.752Ztest ddm::test_trio_v3 ... ok
32072026-06-26T19:00:52.752Z
32082026-06-26T19:00:52.752Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.35s
32092026-06-26T19:00:52.752Z
32102026-06-26T19:00:52.803Z+ cleanup
32112026-06-26T19:00:52.809Z++ id -un
32122026-06-26T19:00:52.809Z++ id -gn
32132026-06-26T19:00:52.814Z+ pfexec chown -R build:build .
32142026-06-26T19:00:52.931Zprocess exited: duration 706081 ms, exit code 0
 
32152026-06-26T19:00:52.951Zfound 5 output files
32162026-06-26T19:00:52.965Zuploading: /work/s1.trio.log (4222 bytes)
32172026-06-26T19:00:54.009Zuploaded: /work/s1.trio.log
32182026-06-26T19:00:54.011Zuploading: /work/s2.trio.log (9836 bytes)
32192026-06-26T19:00:56.904Zuploaded: /work/s2.trio.log
32202026-06-26T19:00:56.904Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32212026-06-26T19:00:57.914Zuploaded: /work/sidecar.trio-softnpu.log
32222026-06-26T19:00:57.920Zuploading: /work/t1.trio-dpd.log (332496 bytes)
32232026-06-26T19:00:58.932Zuploaded: /work/t1.trio-dpd.log
32242026-06-26T19:00:58.932Zuploading: /work/t1.trio.log (25746 bytes)
32252026-06-26T19:00:59.944Zuploaded: /work/t1.trio.log