01KXGKKJYRNC09H1K65A8AKTP6: 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: 01KXGKM61XVCFXDM13THXGQT88

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T15:24:45.032Zjob assigned to worker 01KXGKMREYDZ9WCERWRC1WFZ10 [factory aws, i-0afbed9061a91e75e] (queued for 59 s)
 
22026-07-14T15:24:51.526Zstarting task 0: "setup"
32026-07-14T15:24:51.533Z++ uname -s
42026-07-14T15:24:51.536Z+ kern=SunOS
52026-07-14T15:24:51.536Z+ build_user=build
62026-07-14T15:24:51.536Z+ build_uid=12345
72026-07-14T15:24:51.536Z+ work_dir=/work
82026-07-14T15:24:51.536Z+ input_dir=/input
92026-07-14T15:24:51.536Z+ [[ 0 == 12345 ]]
102026-07-14T15:24:51.536Z+ case "$kern" in
112026-07-14T15:24:51.536Z+ groupadd -g 12345 build
122026-07-14T15:24:51.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T15:24:53.546Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T15:24:53.613Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T15:24:53.617Z+ home_fs=zfs
162026-07-14T15:24:53.617Z+ [[ zfs == autofs ]]
172026-07-14T15:24:53.617Z+ mkdir -p /home/build
182026-07-14T15:24:53.617Z+ chown build:build /home/build /work
192026-07-14T15:24:55.617Z+ chmod 0700 /home/build /work
202026-07-14T15:24:55.620Zprocess exited: duration 4094 ms, exit code 0
 
212026-07-14T15:24:55.630Zstarting task 1: "rust-toolchain"
222026-07-14T15:24:55.636Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-14T15:24:55.636Z * rust toolchain channel = "stable"
242026-07-14T15:24:55.636Z * rust toolchain profile = "default"
252026-07-14T15:24:55.636Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T15:24:55.636Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T15:24:55.636Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T15:24:55.636Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T15:24:55.636Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-14T15:24:55.755Zinfo: downloading installer
312026-07-14T15:24:57.197Zwarn: It looks like you have an existing installation of Rust at:
322026-07-14T15:24:57.197Zwarn: /opt/ooce/bin
332026-07-14T15:24:57.198Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-14T15:24:57.198Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-14T15:24:57.198Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-14T15:24:57.198Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-14T15:24:57.198Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-14T15:24:57.198Zerror: cannot install while Rust is installed
392026-07-14T15:24:57.198Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-14T15:24:57.201Zwarn: It looks like you have an existing rustup settings file at:
412026-07-14T15:24:57.201Zwarn: /home/build/.rustup/settings.toml
422026-07-14T15:24:57.201Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-14T15:24:57.201Zwarn: instead of the one inferred from the default host triple.
442026-07-14T15:24:57.211Zinfo: profile set to default
452026-07-14T15:24:57.211Zinfo: default host triple is x86_64-unknown-illumos
462026-07-14T15:24:57.214Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-14T15:24:57.350Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
482026-07-14T15:24:57.352Zinfo: downloading 6 components
492026-07-14T15:25:12.628Z
502026-07-14T15:25:12.628Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-07-14T15:25:12.655Z stable-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
522026-07-14T15:25:12.655Z
532026-07-14T15:25:12.655Z
542026-07-14T15:25:12.658ZRust is installed now. Great!
552026-07-14T15:25:12.658Z
562026-07-14T15:25:12.658ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-14T15:25:12.658Zenvironment variable. This has not been done automatically.
582026-07-14T15:25:12.658Z
592026-07-14T15:25:12.658ZTo configure your current shell, you need to source
602026-07-14T15:25:12.658Zthe corresponding env file under $HOME/.cargo.
612026-07-14T15:25:12.659Z
622026-07-14T15:25:12.659ZThis is usually done by running one of the following (note the leading DOT):
632026-07-14T15:25:12.659Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-14T15:25:12.659Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-14T15:25:12.659Zsource "~/.cargo/env.nu" # For nushell
662026-07-14T15:25:12.659Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-14T15:25:12.659Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-14T15:25:12.659Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-14T15:25:12.659Zwarn: no default linker (`cc`) was found in your PATH
702026-07-14T15:25:12.659Zwarn: many Rust crates require a system C toolchain to build
712026-07-14T15:25:12.744Z+ rustup --version
722026-07-14T15:25:12.753Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-14T15:25:12.756Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-14T15:25:12.773Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
752026-07-14T15:25:12.777Z+ cargo --version
762026-07-14T15:25:12.791Zcargo 1.97.0 (c980f4866 2026-06-30)
772026-07-14T15:25:12.794Z+ rustc --version
782026-07-14T15:25:12.813Zrustc 1.97.0 (2d8144b78 2026-07-07)
792026-07-14T15:25:12.816Zprocess exited: duration 17186 ms, exit code 0
 
802026-07-14T15:25:12.822Zstarting task 2: "authentication"
812026-07-14T15:25:12.839Zprocess exited: duration 16 ms, exit code 0
 
822026-07-14T15:25:12.845Zstarting task 3: "clone repository"
832026-07-14T15:25:12.848Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-14T15:25:12.851Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-14T15:25:12.882ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-14T15:25:14.571Z+ cd /work/oxidecomputer/maghemite
872026-07-14T15:25:14.571Z+ git fetch origin d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
882026-07-14T15:25:14.884ZFrom https://github.com/oxidecomputer/maghemite
892026-07-14T15:25:14.884Z * branch d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a -> FETCH_HEAD
902026-07-14T15:25:14.888Z+ [[ -n john/bfd-async-wiring ]]
912026-07-14T15:25:14.894Z++ git branch --show-current
922026-07-14T15:25:14.894Z+ current=main
932026-07-14T15:25:14.894Z+ [[ main != john/bfd-async-wiring ]]
942026-07-14T15:25:14.894Z+ git branch -f john/bfd-async-wiring d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
952026-07-14T15:25:14.898Z+ git checkout -f john/bfd-async-wiring
962026-07-14T15:25:14.912ZSwitched to branch 'john/bfd-async-wiring'
972026-07-14T15:25:14.915Z+ git reset --hard d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
982026-07-14T15:25:14.930ZHEAD is now at d8f0e0f fix build errors after rebasing
992026-07-14T15:25:14.934Zprocess exited: duration 2085 ms, exit code 0
 
1002026-07-14T15:25:14.943Zstarting task 4: "build"
1012026-07-14T15:25:14.946Z++ dladm
1022026-07-14T15:25:14.950ZLINK CLASS MTU STATE BRIDGE OVER
1032026-07-14T15:25:14.951Zena0 phys 9216 up -- --
1042026-07-14T15:25:14.951Z++ ipadm
1052026-07-14T15:25:14.954ZADDROBJ TYPE STATE ADDR
1062026-07-14T15:25:14.954Zlo0/v4 static ok 127.0.0.1/8
1072026-07-14T15:25:14.954Zena0/dhcp dhcp ok 10.150.1.108/24
1082026-07-14T15:25:14.954Zlo0/v6 static ok ::1/128
1092026-07-14T15:25:14.954Z++ banner collect
1102026-07-14T15:25:14.954Z
1112026-07-14T15:25:14.954Z #### #### # # ###### #### #####
1122026-07-14T15:25:14.954Z # # # # # # # # # #
1132026-07-14T15:25:14.954Z # # # # # ##### # #
1142026-07-14T15:25:14.954Z # # # # # # # #
1152026-07-14T15:25:14.954Z # # # # # # # # # #
1162026-07-14T15:25:14.954Z #### #### ###### ###### ###### #### #
1172026-07-14T15:25:14.954Z
1182026-07-14T15:25:14.954Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-07-14T15:25:14.954Z++ repo=softnpu
1202026-07-14T15:25:14.954Z++ series=image
1212026-07-14T15:25:14.954Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-07-14T15:25:14.954Z++ name=softnpu
1232026-07-14T15:25:14.954Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-07-14T15:25:14.955Z++ mkdir -p download
1252026-07-14T15:25:14.958Z++ pushd download
1262026-07-14T15:25:14.958Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-07-14T15:25:14.958Z++ [[ ! -f softnpu ]]
1282026-07-14T15:25:14.958Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-07-14T15:25:14.962Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-07-14T15:25:14.962Z Dload Upload Total Spent Left Speed
1312026-07-14T15:25:15.981Z 0 0 0 0 0 0 0 0 0 88 15.63M 88 13.86M 0 0 13.87M 0 00:01 00:01 13.87M 100 15.63M 100 15.63M 0 0 15.33M 0 00:01 00:01 13.87M 100 15.63M 100 15.63M 0 0 15.33M 0 00:01 00:01 13.87M 100 15.63M 100 15.63M 0 0 15.33M 0 00:01 00:01 13.87M
1322026-07-14T15:25:15.988Z++ popd
1332026-07-14T15:25:15.988Z/work/oxidecomputer/maghemite
1342026-07-14T15:25:15.988Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-07-14T15:25:15.988Z++ repo=sidecar-lite
1362026-07-14T15:25:15.988Z++ series=release
1372026-07-14T15:25:15.988Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-07-14T15:25:15.988Z++ name=libsidecar_lite.so
1392026-07-14T15:25:15.988Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-07-14T15:25:15.988Z++ mkdir -p download
1412026-07-14T15:25:15.992Z++ pushd download
1422026-07-14T15:25:15.993Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-07-14T15:25:15.993Z++ [[ ! -f libsidecar_lite.so ]]
1442026-07-14T15:25:15.993Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-07-14T15:25:15.993Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-07-14T15:25:15.993Z Dload Upload Total Spent Left Speed
1472026-07-14T15:25:16.333Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 37.23M 0 0 100 12.04M 100 12.04M 0 0 37.22M 0 0 100 12.04M 100 12.04M 0 0 37.22M 0 0
1482026-07-14T15:25:16.340Z++ popd
1492026-07-14T15:25:16.340Z/work/oxidecomputer/maghemite
1502026-07-14T15:25:16.340Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-07-14T15:25:16.340Z++ repo=sidecar-lite
1522026-07-14T15:25:16.340Z++ series=release
1532026-07-14T15:25:16.340Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-07-14T15:25:16.340Z++ name=scadm
1552026-07-14T15:25:16.340Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-07-14T15:25:16.340Z++ mkdir -p download
1572026-07-14T15:25:16.340Z++ pushd download
1582026-07-14T15:25:16.341Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-07-14T15:25:16.341Z++ [[ ! -f scadm ]]
1602026-07-14T15:25:16.341Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-07-14T15:25:16.341Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-07-14T15:25:16.341Z Dload Upload Total Spent Left Speed
1632026-07-14T15:25:16.716Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 40.59M 0 0 100 15.78M 100 15.78M 0 0 40.58M 0 0 100 15.78M 100 15.78M 0 0 40.58M 0 0
1642026-07-14T15:25:16.720Z++ popd
1652026-07-14T15:25:16.720Z/work/oxidecomputer/maghemite
1662026-07-14T15:25:16.720Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-07-14T15:25:16.720Z++ repo=dendrite
1682026-07-14T15:25:16.720Z++ series=image
1692026-07-14T15:25:16.720Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-07-14T15:25:16.720Z++ name=dendrite-softnpu.tar.gz
1712026-07-14T15:25:16.720Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-07-14T15:25:16.720Z++ mkdir -p download
1732026-07-14T15:25:16.726Z++ pushd download
1742026-07-14T15:25:16.726Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-07-14T15:25:16.726Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-07-14T15:25:16.726Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-07-14T15:25:16.730Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-07-14T15:25:16.730Z Dload Upload Total Spent Left Speed
1792026-07-14T15:25:18.231Z 0 0 0 0 0 0 0 0 0 53 71.59M 53 38.32M 0 0 38.35M 0 00:01 00:01 38.36M 100 71.59M 100 71.59M 0 0 47.64M 0 00:01 00:01 38.36M 100 71.59M 100 71.59M 0 0 47.64M 0 00:01 00:01 38.36M 100 71.59M 100 71.59M 0 0 47.63M 0 00:01 00:01 38.36M
1802026-07-14T15:25:18.234Z++ popd
1812026-07-14T15:25:18.234Z/work/oxidecomputer/maghemite
1822026-07-14T15:25:18.234Z++ get_artifact maghemite release d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a ddm
1832026-07-14T15:25:18.234Z++ repo=maghemite
1842026-07-14T15:25:18.234Z++ series=release
1852026-07-14T15:25:18.234Z++ commit=d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
1862026-07-14T15:25:18.234Z++ name=ddm
1872026-07-14T15:25:18.235Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-07-14T15:25:18.235Z++ mkdir -p download
1892026-07-14T15:25:18.238Z++ pushd download
1902026-07-14T15:25:18.238Z++ [[ ! -f ddm ]]
1912026-07-14T15:25:18.238Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-07-14T15:25:18.238Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a/ddm
1932026-07-14T15:25:18.242Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-07-14T15:25:18.247Z Dload Upload Total Spent Left Speed
1952026-07-14T15:25:18.296Z 0 0 0 0 0 0 0 0 0
1962026-07-14T15:25:18.296Zcurl: (22) The requested URL returned error: 404
1972026-07-14T15:25:18.299Z++ popd
1982026-07-14T15:25:18.299Z/work/oxidecomputer/maghemite
1992026-07-14T15:25:18.299Z++ get_artifact maghemite release d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a ddmadm
2002026-07-14T15:25:18.299Z++ repo=maghemite
2012026-07-14T15:25:18.299Z++ series=release
2022026-07-14T15:25:18.299Z++ commit=d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a
2032026-07-14T15:25:18.299Z++ name=ddmadm
2042026-07-14T15:25:18.299Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-07-14T15:25:18.299Z++ mkdir -p download
2062026-07-14T15:25:18.299Z++ pushd download
2072026-07-14T15:25:18.299Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-07-14T15:25:18.299Z++ [[ ! -f ddmadm ]]
2092026-07-14T15:25:18.299Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d8f0e0f3f56e0b8d3b48a34d861b243a3d726f2a/ddmadm
2102026-07-14T15:25:18.304Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-07-14T15:25:18.307Z Dload Upload Total Spent Left Speed
2122026-07-14T15:25:18.361Z 0 0 0 0 0 0 0 0 0
2132026-07-14T15:25:18.361Zcurl: (22) The requested URL returned error: 404
2142026-07-14T15:25:18.365Z++ popd
2152026-07-14T15:25:18.365Z/work/oxidecomputer/maghemite
2162026-07-14T15:25:18.365Z++ pushd download
2172026-07-14T15:25:18.365Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-07-14T15:25:18.365Z++ chmod +x softnpu
2192026-07-14T15:25:18.365Z++ chmod +x scadm
2202026-07-14T15:25:18.368Z++ chmod +x ddmadm
2212026-07-14T15:25:18.368Zchmod: WARNING: can't access ddmadm
2222026-07-14T15:25:18.368Z++ chmod +x ddmd
2232026-07-14T15:25:18.368Zchmod: WARNING: can't access ddmd
2242026-07-14T15:25:18.368Z++ mv ddmadm ddmadm-v2
2252026-07-14T15:25:18.368Zmv: cannot access ddmadm
2262026-07-14T15:25:18.368Z++ mv ddmd ddmd-v2
2272026-07-14T15:25:18.371Zmv: cannot access ddmd
2282026-07-14T15:25:18.371Z++ rm -rf zones/dendrite
2292026-07-14T15:25:18.371Z++ mkdir -p zones/dendrite
2302026-07-14T15:25:18.372Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-07-14T15:25:19.362Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-07-14T15:25:19.365Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-07-14T15:25:19.368Z++ popd
2342026-07-14T15:25:19.368Z++ banner install
2352026-07-14T15:25:19.368Z/work/oxidecomputer/maghemite
2362026-07-14T15:25:19.368Z
2372026-07-14T15:25:19.368Z # # # #### ##### ## # #
2382026-07-14T15:25:19.368Z # ## # # # # # # #
2392026-07-14T15:25:19.368Z # # # # #### # # # # #
2402026-07-14T15:25:19.368Z # # # # # # ###### # #
2412026-07-14T15:25:19.368Z # # ## # # # # # # #
2422026-07-14T15:25:19.368Z # # # #### # # # ###### ######
2432026-07-14T15:25:19.368Z
2442026-07-14T15:25:19.368Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-07-14T15:25:19.368Z++ set +o errexit
2462026-07-14T15:25:19.368Z++ pkg info clang-15
2472026-07-14T15:25:19.368Z++ grep -qi installed
2482026-07-14T15:25:20.590Zpkg: info: no packages matching the following patterns you specified are
2492026-07-14T15:25:20.590Zinstalled on the system. Try querying remotely instead:
2502026-07-14T15:25:20.590Z
2512026-07-14T15:25:20.590Z clang-15
2522026-07-14T15:25:20.627Z++ [[ 1 != 0 ]]
2532026-07-14T15:25:20.627Z++ set -o errexit
2542026-07-14T15:25:20.631Z++ pfexec pkg install clang-15
2552026-07-14T15:25:28.493Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-07-14T15:25:36.173Z Startup: Caching catalogs ... Done
2572026-07-14T15:25:43.479ZPlanning: Solver setup ... Done
2582026-07-14T15:25:43.519ZPlanning: Running solver ... Done
2592026-07-14T15:25:43.657ZPlanning: Finding local manifests ... Done
2602026-07-14T15:25:44.083ZPlanning: Fetching manifests: 0/2 0% complete
2612026-07-14T15:25:45.385ZPlanning: Fetching manifests: 2/2 100% complete
2622026-07-14T15:25:45.414ZPlanning: Package planning ... Done
2632026-07-14T15:25:45.440ZPlanning: Merging actions ... Done
2642026-07-14T15:25:45.548ZPlanning: Checking for conflicting actions ... Done
2652026-07-14T15:25:45.553ZPlanning: Consolidating action changes ... Done
2662026-07-14T15:25:46.288ZPlanning: Evaluating mediators ... Done
2672026-07-14T15:25:46.294ZPlanning: Planning completed in 9.95 seconds
2682026-07-14T15:25:46.305Z Packages to install: 2
2692026-07-14T15:25:46.305Z Mediators to change: 2
2702026-07-14T15:25:46.309Z Services to change: 1
2712026-07-14T15:25:46.309Z Create boot environment: No
2722026-07-14T15:25:46.309ZCreate backup boot environment: No
2732026-07-14T15:25:46.346Z
2742026-07-14T15:25:46.346ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-07-14T15:25:51.360ZDownload: 592/3076 items 17.3/211.3MB 8% complete (3.8M/s)
2762026-07-14T15:25:58.787ZDownload: 981/3076 items 82.2/211.3MB 38% complete (9.5M/s)
2772026-07-14T15:26:14.279ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2782026-07-14T15:26:19.280ZDownload: 1818/3076 items 116.0/211.3MB 54% complete (6.8M/s)
2792026-07-14T15:26:26.556ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (12.3M/s)
2802026-07-14T15:26:27.167ZDownload: Completed 211.31 MB in 40.81 seconds (5.2M/s)
2812026-07-14T15:26:27.297Z Actions: 1/3418 actions (Installing new actions)
2822026-07-14T15:26:30.434Z Actions: Completed 3418 actions in 3.14 seconds.
2832026-07-14T15:26:31.079Z Done
2842026-07-14T15:26:31.079Z Done
2852026-07-14T15:26:31.820Z Done
2862026-07-14T15:26:35.159Z Done
2872026-07-14T15:26:35.227Z Done
2882026-07-14T15:26:35.231Z Done
2892026-07-14T15:26:35.570Z Done
2902026-07-14T15:26:36.241Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2912026-07-14T15:26:36.241Z++ set +o errexit
2922026-07-14T15:26:36.247Z++ pkg info pkg-config
2932026-07-14T15:26:36.247Z++ grep -qi installed
2942026-07-14T15:26:36.469Z++ [[ 0 != 0 ]]
2952026-07-14T15:26:36.469Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2962026-07-14T15:26:36.469Z++ set +o errexit
2972026-07-14T15:26:36.472Z++ pkg info brand/omicron1
2982026-07-14T15:26:36.472Z++ grep -qi installed
2992026-07-14T15:26:36.652Zpkg: info: no packages matching the following patterns you specified are
3002026-07-14T15:26:36.652Zinstalled on the system. Try querying remotely instead:
3012026-07-14T15:26:36.652Z
3022026-07-14T15:26:36.652Z brand/omicron1
3032026-07-14T15:26:36.686Z++ [[ 1 != 0 ]]
3042026-07-14T15:26:36.686Z++ set -o errexit
3052026-07-14T15:26:36.686Z++ pfexec pkg install brand/omicron1
3062026-07-14T15:26:37.109Z Startup: Refreshing catalog 'helios-dev' ... Done
3072026-07-14T15:26:44.461ZPlanning: Solver setup ... Done
3082026-07-14T15:26:44.503ZPlanning: Running solver ... Done
3092026-07-14T15:26:44.644ZPlanning: Finding local manifests ... Done
3102026-07-14T15:26:44.653ZPlanning: Fetching manifests: 0/2 0% complete
3112026-07-14T15:26:44.764ZPlanning: Fetching manifests: 2/2 100% complete
3122026-07-14T15:26:44.776ZPlanning: Package planning ... Done
3132026-07-14T15:26:44.780ZPlanning: Merging actions ... Done
3142026-07-14T15:26:44.929ZPlanning: Checking for conflicting actions ... Done
3152026-07-14T15:26:44.932ZPlanning: Consolidating action changes ... Done
3162026-07-14T15:26:45.088ZPlanning: Evaluating mediators ... Done
3172026-07-14T15:26:45.091ZPlanning: Planning completed in 7.98 seconds
3182026-07-14T15:26:45.097Z Packages to install: 2
3192026-07-14T15:26:45.097Z Create boot environment: No
3202026-07-14T15:26:45.102ZCreate backup boot environment: No
3212026-07-14T15:26:45.126Z
3222026-07-14T15:26:45.126ZDownload: 0/5 items 0.0/1.1MB 0% complete
3232026-07-14T15:26:45.156ZDownload: Completed 1.07 MB in 0.02 seconds (43.5M/s)
3242026-07-14T15:26:45.225Z Actions: 1/28 actions (Installing new actions)
3252026-07-14T15:26:45.239Z Actions: Completed 28 actions in 0.01 seconds.
3262026-07-14T15:26:45.749Z Done
3272026-07-14T15:26:45.749Z Done
3282026-07-14T15:26:46.389Z Done
3292026-07-14T15:26:49.253Z Done
3302026-07-14T15:26:49.333Z Done
3312026-07-14T15:26:49.340Z Done
3322026-07-14T15:26:49.497Z Done
3332026-07-14T15:26:49.632Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3342026-07-14T15:26:49.633Z++ set +o errexit
3352026-07-14T15:26:49.636Z++ pkg info brand/omicron1/tools
3362026-07-14T15:26:49.636Z++ grep -qi installed
3372026-07-14T15:26:49.819Zpkg: info: no packages matching the following patterns you specified are
3382026-07-14T15:26:49.819Zinstalled on the system. Try querying remotely instead:
3392026-07-14T15:26:49.819Z
3402026-07-14T15:26:49.819Z brand/omicron1/tools
3412026-07-14T15:26:49.852Z++ [[ 1 != 0 ]]
3422026-07-14T15:26:49.852Z++ set -o errexit
3432026-07-14T15:26:49.852Z++ pfexec pkg install brand/omicron1/tools
3442026-07-14T15:26:50.247Z Startup: Refreshing catalog 'helios-dev' ... Done
3452026-07-14T15:26:57.465ZPlanning: Solver setup ... Done
3462026-07-14T15:26:57.504ZPlanning: Running solver ... Done
3472026-07-14T15:26:57.645ZPlanning: Finding local manifests ... Done
3482026-07-14T15:26:57.648ZPlanning: Fetching manifests: 0/1 0% complete
3492026-07-14T15:26:57.760ZPlanning: Fetching manifests: 1/1 100% complete
3502026-07-14T15:26:57.771ZPlanning: Package planning ... Done
3512026-07-14T15:26:57.774ZPlanning: Merging actions ... Done
3522026-07-14T15:26:57.912ZPlanning: Checking for conflicting actions ... Done
3532026-07-14T15:26:57.915ZPlanning: Consolidating action changes ... Done
3542026-07-14T15:26:58.069ZPlanning: Evaluating mediators ... Done
3552026-07-14T15:26:58.072ZPlanning: Planning completed in 7.82 seconds
3562026-07-14T15:26:58.076Z Packages to install: 1
3572026-07-14T15:26:58.079Z Services to change: 1
3582026-07-14T15:26:58.079Z Create boot environment: No
3592026-07-14T15:26:58.079ZCreate backup boot environment: No
3602026-07-14T15:26:58.105Z
3612026-07-14T15:26:58.105ZDownload: 0/2 items 0.0/1.2MB 0% complete
3622026-07-14T15:26:58.128ZDownload: Completed 1.19 MB in 0.02 seconds (51.0M/s)
3632026-07-14T15:26:58.195Z Actions: 1/19 actions (Installing new actions)
3642026-07-14T15:26:58.208Z Actions: Completed 19 actions in 0.01 seconds.
3652026-07-14T15:26:58.719Z Done
3662026-07-14T15:26:58.719Z Done
3672026-07-14T15:26:59.352Z Done
3682026-07-14T15:27:02.213Z Done
3692026-07-14T15:27:02.290Z Done
3702026-07-14T15:27:02.293Z Done
3712026-07-14T15:27:02.475Z Done
3722026-07-14T15:27:02.613Z++ pfexec svcadm enable baseline
3732026-07-14T15:27:02.628Z++ retry=0
3742026-07-14T15:27:02.632Z+++ svcs -Hostate baseline
3752026-07-14T15:27:02.644Z++ [[ offline* != online ]]
3762026-07-14T15:27:02.644Z++ [[ 0 -gt 300 ]]
3772026-07-14T15:27:02.644Z++ sleep 1
3782026-07-14T15:27:03.646Z++ retry=1
3792026-07-14T15:27:03.649Z+++ svcs -Hostate baseline
3802026-07-14T15:27:03.662Z++ [[ offline* != online ]]
3812026-07-14T15:27:03.662Z++ [[ 1 -gt 300 ]]
3822026-07-14T15:27:03.663Z++ sleep 1
3832026-07-14T15:27:04.663Z++ retry=2
3842026-07-14T15:27:04.680Z+++ svcs -Hostate baseline
3852026-07-14T15:27:04.685Z++ [[ offline* != online ]]
3862026-07-14T15:27:04.685Z++ [[ 2 -gt 300 ]]
3872026-07-14T15:27:04.685Z++ sleep 1
3882026-07-14T15:27:05.685Z++ retry=3
3892026-07-14T15:27:05.693Z+++ svcs -Hostate baseline
3902026-07-14T15:27:05.698Z++ [[ offline* != online ]]
3912026-07-14T15:27:05.698Z++ [[ 3 -gt 300 ]]
3922026-07-14T15:27:05.698Z++ sleep 1
3932026-07-14T15:27:06.697Z++ retry=4
3942026-07-14T15:27:06.700Z+++ svcs -Hostate baseline
3952026-07-14T15:27:06.712Z++ [[ offline* != online ]]
3962026-07-14T15:27:06.712Z++ [[ 4 -gt 300 ]]
3972026-07-14T15:27:06.715Z++ sleep 1
3982026-07-14T15:27:07.713Z++ retry=5
3992026-07-14T15:27:07.716Z+++ svcs -Hostate baseline
4002026-07-14T15:27:07.730Z++ [[ offline* != online ]]
4012026-07-14T15:27:07.730Z++ [[ 5 -gt 300 ]]
4022026-07-14T15:27:07.730Z++ sleep 1
4032026-07-14T15:27:08.732Z++ retry=6
4042026-07-14T15:27:08.736Z+++ svcs -Hostate baseline
4052026-07-14T15:27:08.748Z++ [[ offline* != online ]]
4062026-07-14T15:27:08.748Z++ [[ 6 -gt 300 ]]
4072026-07-14T15:27:08.748Z++ sleep 1
4082026-07-14T15:27:09.746Z++ retry=7
4092026-07-14T15:27:09.753Z+++ svcs -Hostate baseline
4102026-07-14T15:27:09.761Z++ [[ offline* != online ]]
4112026-07-14T15:27:09.761Z++ [[ 7 -gt 300 ]]
4122026-07-14T15:27:09.762Z++ sleep 1
4132026-07-14T15:27:10.768Z++ retry=8
4142026-07-14T15:27:10.772Z+++ svcs -Hostate baseline
4152026-07-14T15:27:10.780Z++ [[ offline* != online ]]
4162026-07-14T15:27:10.780Z++ [[ 8 -gt 300 ]]
4172026-07-14T15:27:10.780Z++ sleep 1
4182026-07-14T15:27:11.804Z++ retry=9
4192026-07-14T15:27:11.852Z+++ svcs -Hostate baseline
4202026-07-14T15:27:11.852Z++ [[ offline* != online ]]
4212026-07-14T15:27:11.852Z++ [[ 9 -gt 300 ]]
4222026-07-14T15:27:11.852Z++ sleep 1
4232026-07-14T15:27:12.797Z++ retry=10
4242026-07-14T15:27:12.801Z+++ svcs -Hostate baseline
4252026-07-14T15:27:12.811Z++ [[ offline* != online ]]
4262026-07-14T15:27:12.812Z++ [[ 10 -gt 300 ]]
4272026-07-14T15:27:12.818Z++ sleep 1
4282026-07-14T15:27:13.813Z++ retry=11
4292026-07-14T15:27:13.816Z+++ svcs -Hostate baseline
4302026-07-14T15:27:13.827Z++ [[ offline* != online ]]
4312026-07-14T15:27:13.827Z++ [[ 11 -gt 300 ]]
4322026-07-14T15:27:13.828Z++ sleep 1
4332026-07-14T15:27:14.831Z++ retry=12
4342026-07-14T15:27:14.835Z+++ svcs -Hostate baseline
4352026-07-14T15:27:14.844Z++ [[ offline* != online ]]
4362026-07-14T15:27:14.844Z++ [[ 12 -gt 300 ]]
4372026-07-14T15:27:14.844Z++ sleep 1
4382026-07-14T15:27:15.846Z++ retry=13
4392026-07-14T15:27:15.849Z+++ svcs -Hostate baseline
4402026-07-14T15:27:15.860Z++ [[ offline* != online ]]
4412026-07-14T15:27:15.860Z++ [[ 13 -gt 300 ]]
4422026-07-14T15:27:15.860Z++ sleep 1
4432026-07-14T15:27:16.862Z++ retry=14
4442026-07-14T15:27:16.865Z+++ svcs -Hostate baseline
4452026-07-14T15:27:16.876Z++ [[ offline* != online ]]
4462026-07-14T15:27:16.877Z++ [[ 14 -gt 300 ]]
4472026-07-14T15:27:16.877Z++ sleep 1
4482026-07-14T15:27:17.882Z++ retry=15
4492026-07-14T15:27:17.889Z+++ svcs -Hostate baseline
4502026-07-14T15:27:17.894Z++ [[ offline* != online ]]
4512026-07-14T15:27:17.894Z++ [[ 15 -gt 300 ]]
4522026-07-14T15:27:17.894Z++ sleep 1
4532026-07-14T15:27:18.914Z++ retry=16
4542026-07-14T15:27:18.924Z+++ svcs -Hostate baseline
4552026-07-14T15:27:18.924Z++ [[ offline* != online ]]
4562026-07-14T15:27:18.924Z++ [[ 16 -gt 300 ]]
4572026-07-14T15:27:18.924Z++ sleep 1
4582026-07-14T15:27:19.912Z++ retry=17
4592026-07-14T15:27:19.916Z+++ svcs -Hostate baseline
4602026-07-14T15:27:19.932Z++ [[ offline* != online ]]
4612026-07-14T15:27:19.932Z++ [[ 17 -gt 300 ]]
4622026-07-14T15:27:19.932Z++ sleep 1
4632026-07-14T15:27:20.928Z++ retry=18
4642026-07-14T15:27:20.931Z+++ svcs -Hostate baseline
4652026-07-14T15:27:20.974Z++ [[ offline* != online ]]
4662026-07-14T15:27:20.974Z++ [[ 18 -gt 300 ]]
4672026-07-14T15:27:20.974Z++ sleep 1
4682026-07-14T15:27:21.944Z++ retry=19
4692026-07-14T15:27:21.948Z+++ svcs -Hostate baseline
4702026-07-14T15:27:21.958Z++ [[ offline* != online ]]
4712026-07-14T15:27:21.958Z++ [[ 19 -gt 300 ]]
4722026-07-14T15:27:21.958Z++ sleep 1
4732026-07-14T15:27:22.985Z++ retry=20
4742026-07-14T15:27:23.007Z+++ svcs -Hostate baseline
4752026-07-14T15:27:23.007Z++ [[ offline* != online ]]
4762026-07-14T15:27:23.007Z++ [[ 20 -gt 300 ]]
4772026-07-14T15:27:23.008Z++ sleep 1
4782026-07-14T15:27:23.978Z++ retry=21
4792026-07-14T15:27:23.981Z+++ svcs -Hostate baseline
4802026-07-14T15:27:23.993Z++ [[ offline* != online ]]
4812026-07-14T15:27:23.993Z++ [[ 21 -gt 300 ]]
4822026-07-14T15:27:23.993Z++ sleep 1
4832026-07-14T15:27:24.994Z++ retry=22
4842026-07-14T15:27:25.000Z+++ svcs -Hostate baseline
4852026-07-14T15:27:25.008Z++ [[ offline* != online ]]
4862026-07-14T15:27:25.008Z++ [[ 22 -gt 300 ]]
4872026-07-14T15:27:25.008Z++ sleep 1
4882026-07-14T15:27:26.014Z++ retry=23
4892026-07-14T15:27:26.019Z+++ svcs -Hostate baseline
4902026-07-14T15:27:26.025Z++ [[ offline* != online ]]
4912026-07-14T15:27:26.025Z++ [[ 23 -gt 300 ]]
4922026-07-14T15:27:26.025Z++ sleep 1
4932026-07-14T15:27:27.027Z++ retry=24
4942026-07-14T15:27:27.030Z+++ svcs -Hostate baseline
4952026-07-14T15:27:27.041Z++ [[ offline* != online ]]
4962026-07-14T15:27:27.041Z++ [[ 24 -gt 300 ]]
4972026-07-14T15:27:27.041Z++ sleep 1
4982026-07-14T15:27:28.045Z++ retry=25
4992026-07-14T15:27:28.048Z+++ svcs -Hostate baseline
5002026-07-14T15:27:28.060Z++ [[ offline* != online ]]
5012026-07-14T15:27:28.060Z++ [[ 25 -gt 300 ]]
5022026-07-14T15:27:28.060Z++ sleep 1
5032026-07-14T15:27:29.107Z++ retry=26
5042026-07-14T15:27:29.234Z+++ svcs -Hostate baseline
5052026-07-14T15:27:29.234Z++ [[ offline* != online ]]
5062026-07-14T15:27:29.234Z++ [[ 26 -gt 300 ]]
5072026-07-14T15:27:29.234Z++ sleep 1
5082026-07-14T15:27:30.096Z++ retry=27
5092026-07-14T15:27:30.105Z+++ svcs -Hostate baseline
5102026-07-14T15:27:30.105Z++ [[ offline* != online ]]
5112026-07-14T15:27:30.106Z++ [[ 27 -gt 300 ]]
5122026-07-14T15:27:30.106Z++ sleep 1
5132026-07-14T15:27:31.130Z++ retry=28
5142026-07-14T15:27:31.163Z+++ svcs -Hostate baseline
5152026-07-14T15:27:31.163Z++ [[ offline* != online ]]
5162026-07-14T15:27:31.163Z++ [[ 28 -gt 300 ]]
5172026-07-14T15:27:31.163Z++ sleep 1
5182026-07-14T15:27:32.109Z++ retry=29
5192026-07-14T15:27:32.112Z+++ svcs -Hostate baseline
5202026-07-14T15:27:32.196Z++ [[ offline* != online ]]
5212026-07-14T15:27:32.196Z++ [[ 29 -gt 300 ]]
5222026-07-14T15:27:32.196Z++ sleep 1
5232026-07-14T15:27:33.150Z++ retry=30
5242026-07-14T15:27:33.177Z+++ svcs -Hostate baseline
5252026-07-14T15:27:33.177Z++ [[ offline* != online ]]
5262026-07-14T15:27:33.177Z++ [[ 30 -gt 300 ]]
5272026-07-14T15:27:33.177Z++ sleep 1
5282026-07-14T15:27:34.173Z++ retry=31
5292026-07-14T15:27:34.196Z+++ svcs -Hostate baseline
5302026-07-14T15:27:34.196Z++ [[ offline* != online ]]
5312026-07-14T15:27:34.196Z++ [[ 31 -gt 300 ]]
5322026-07-14T15:27:34.196Z++ sleep 1
5332026-07-14T15:27:35.158Z++ retry=32
5342026-07-14T15:27:35.162Z+++ svcs -Hostate baseline
5352026-07-14T15:27:35.178Z++ [[ offline* != online ]]
5362026-07-14T15:27:35.178Z++ [[ 32 -gt 300 ]]
5372026-07-14T15:27:35.181Z++ sleep 1
5382026-07-14T15:27:36.174Z++ retry=33
5392026-07-14T15:27:36.178Z+++ svcs -Hostate baseline
5402026-07-14T15:27:36.189Z++ [[ offline* != online ]]
5412026-07-14T15:27:36.189Z++ [[ 33 -gt 300 ]]
5422026-07-14T15:27:36.189Z++ sleep 1
5432026-07-14T15:27:37.192Z++ retry=34
5442026-07-14T15:27:37.197Z+++ svcs -Hostate baseline
5452026-07-14T15:27:37.205Z++ [[ offline* != online ]]
5462026-07-14T15:27:37.205Z++ [[ 34 -gt 300 ]]
5472026-07-14T15:27:37.205Z++ sleep 1
5482026-07-14T15:27:38.215Z++ retry=35
5492026-07-14T15:27:38.225Z+++ svcs -Hostate baseline
5502026-07-14T15:27:38.225Z++ [[ offline* != online ]]
5512026-07-14T15:27:38.225Z++ [[ 35 -gt 300 ]]
5522026-07-14T15:27:38.225Z++ sleep 1
5532026-07-14T15:27:39.242Z++ retry=36
5542026-07-14T15:27:39.282Z+++ svcs -Hostate baseline
5552026-07-14T15:27:39.282Z++ [[ offline* != online ]]
5562026-07-14T15:27:39.282Z++ [[ 36 -gt 300 ]]
5572026-07-14T15:27:39.282Z++ sleep 1
5582026-07-14T15:27:40.241Z++ retry=37
5592026-07-14T15:27:40.267Z+++ svcs -Hostate baseline
5602026-07-14T15:27:40.267Z++ [[ offline* != online ]]
5612026-07-14T15:27:40.267Z++ [[ 37 -gt 300 ]]
5622026-07-14T15:27:40.267Z++ sleep 1
5632026-07-14T15:27:41.262Z++ retry=38
5642026-07-14T15:27:41.267Z+++ svcs -Hostate baseline
5652026-07-14T15:27:41.271Z++ [[ offline* != online ]]
5662026-07-14T15:27:41.272Z++ [[ 38 -gt 300 ]]
5672026-07-14T15:27:41.275Z++ sleep 1
5682026-07-14T15:27:42.272Z++ retry=39
5692026-07-14T15:27:42.276Z+++ svcs -Hostate baseline
5702026-07-14T15:27:42.287Z++ [[ offline* != online ]]
5712026-07-14T15:27:42.287Z++ [[ 39 -gt 300 ]]
5722026-07-14T15:27:42.287Z++ sleep 1
5732026-07-14T15:27:43.356Z++ retry=40
5742026-07-14T15:27:43.433Z+++ svcs -Hostate baseline
5752026-07-14T15:27:43.434Z++ [[ offline* != online ]]
5762026-07-14T15:27:43.434Z++ [[ 40 -gt 300 ]]
5772026-07-14T15:27:43.434Z++ sleep 1
5782026-07-14T15:27:44.382Z++ retry=41
5792026-07-14T15:27:44.448Z+++ svcs -Hostate baseline
5802026-07-14T15:27:44.448Z++ [[ offline* != online ]]
5812026-07-14T15:27:44.448Z++ [[ 41 -gt 300 ]]
5822026-07-14T15:27:44.448Z++ sleep 1
5832026-07-14T15:27:45.355Z++ retry=42
5842026-07-14T15:27:45.389Z+++ svcs -Hostate baseline
5852026-07-14T15:27:45.389Z++ [[ offline* != online ]]
5862026-07-14T15:27:45.389Z++ [[ 42 -gt 300 ]]
5872026-07-14T15:27:45.389Z++ sleep 1
5882026-07-14T15:27:46.380Z++ retry=43
5892026-07-14T15:27:46.434Z+++ svcs -Hostate baseline
5902026-07-14T15:27:46.435Z++ [[ offline* != online ]]
5912026-07-14T15:27:46.435Z++ [[ 43 -gt 300 ]]
5922026-07-14T15:27:46.435Z++ sleep 1
5932026-07-14T15:27:47.361Z++ retry=44
5942026-07-14T15:27:47.382Z+++ svcs -Hostate baseline
5952026-07-14T15:27:47.383Z++ [[ offline* != online ]]
5962026-07-14T15:27:47.383Z++ [[ 44 -gt 300 ]]
5972026-07-14T15:27:47.383Z++ sleep 1
5982026-07-14T15:27:48.372Z++ retry=45
5992026-07-14T15:27:48.382Z+++ svcs -Hostate baseline
6002026-07-14T15:27:48.390Z++ [[ offline* != online ]]
6012026-07-14T15:27:48.390Z++ [[ 45 -gt 300 ]]
6022026-07-14T15:27:48.390Z++ sleep 1
6032026-07-14T15:27:49.391Z++ retry=46
6042026-07-14T15:27:49.395Z+++ svcs -Hostate baseline
6052026-07-14T15:27:49.403Z++ [[ offline* != online ]]
6062026-07-14T15:27:49.404Z++ [[ 46 -gt 300 ]]
6072026-07-14T15:27:49.404Z++ sleep 1
6082026-07-14T15:27:50.404Z++ retry=47
6092026-07-14T15:27:50.407Z+++ svcs -Hostate baseline
6102026-07-14T15:27:50.421Z++ [[ offline* != online ]]
6112026-07-14T15:27:50.421Z++ [[ 47 -gt 300 ]]
6122026-07-14T15:27:50.421Z++ sleep 1
6132026-07-14T15:27:51.421Z++ retry=48
6142026-07-14T15:27:51.424Z+++ svcs -Hostate baseline
6152026-07-14T15:27:51.435Z++ [[ offline* != online ]]
6162026-07-14T15:27:51.435Z++ [[ 48 -gt 300 ]]
6172026-07-14T15:27:51.435Z++ sleep 1
6182026-07-14T15:27:52.437Z++ retry=49
6192026-07-14T15:27:52.441Z+++ svcs -Hostate baseline
6202026-07-14T15:27:52.452Z++ [[ offline* != online ]]
6212026-07-14T15:27:52.452Z++ [[ 49 -gt 300 ]]
6222026-07-14T15:27:52.455Z++ sleep 1
6232026-07-14T15:27:53.455Z++ retry=50
6242026-07-14T15:27:54.461Z+++ svcs -Hostate baseline
6252026-07-14T15:27:54.465Z++ [[ offline* != online ]]
6262026-07-14T15:27:54.465Z++ [[ 50 -gt 300 ]]
6272026-07-14T15:27:54.465Z++ sleep 1
6282026-07-14T15:27:54.472Z++ retry=51
6292026-07-14T15:27:54.475Z+++ svcs -Hostate baseline
6302026-07-14T15:27:54.488Z++ [[ offline* != online ]]
6312026-07-14T15:27:54.488Z++ [[ 51 -gt 300 ]]
6322026-07-14T15:27:54.492Z++ sleep 1
6332026-07-14T15:27:55.495Z++ retry=52
6342026-07-14T15:27:55.506Z+++ svcs -Hostate baseline
6352026-07-14T15:27:55.529Z++ [[ offline* != online ]]
6362026-07-14T15:27:55.529Z++ [[ 52 -gt 300 ]]
6372026-07-14T15:27:55.529Z++ sleep 1
6382026-07-14T15:27:56.504Z++ retry=53
6392026-07-14T15:27:56.507Z+++ svcs -Hostate baseline
6402026-07-14T15:27:56.518Z++ [[ offline* != online ]]
6412026-07-14T15:27:56.518Z++ [[ 53 -gt 300 ]]
6422026-07-14T15:27:56.518Z++ sleep 1
6432026-07-14T15:27:57.526Z++ retry=54
6442026-07-14T15:27:57.533Z+++ svcs -Hostate baseline
6452026-07-14T15:27:57.539Z++ [[ offline* != online ]]
6462026-07-14T15:27:57.540Z++ [[ 54 -gt 300 ]]
6472026-07-14T15:27:57.540Z++ sleep 1
6482026-07-14T15:27:58.560Z++ retry=55
6492026-07-14T15:27:58.570Z+++ svcs -Hostate baseline
6502026-07-14T15:27:58.571Z++ [[ offline* != online ]]
6512026-07-14T15:27:58.571Z++ [[ 55 -gt 300 ]]
6522026-07-14T15:27:58.571Z++ sleep 1
6532026-07-14T15:27:59.554Z++ retry=56
6542026-07-14T15:27:59.557Z+++ svcs -Hostate baseline
6552026-07-14T15:27:59.569Z++ [[ offline* != online ]]
6562026-07-14T15:27:59.569Z++ [[ 56 -gt 300 ]]
6572026-07-14T15:27:59.573Z++ sleep 1
6582026-07-14T15:28:00.571Z++ retry=57
6592026-07-14T15:28:00.574Z+++ svcs -Hostate baseline
6602026-07-14T15:28:00.585Z++ [[ offline* != online ]]
6612026-07-14T15:28:00.585Z++ [[ 57 -gt 300 ]]
6622026-07-14T15:28:00.585Z++ sleep 1
6632026-07-14T15:28:01.588Z++ retry=58
6642026-07-14T15:28:01.591Z+++ svcs -Hostate baseline
6652026-07-14T15:28:01.605Z++ [[ offline* != online ]]
6662026-07-14T15:28:01.605Z++ [[ 58 -gt 300 ]]
6672026-07-14T15:28:01.605Z++ sleep 1
6682026-07-14T15:28:02.605Z++ retry=59
6692026-07-14T15:28:02.609Z+++ svcs -Hostate baseline
6702026-07-14T15:28:02.620Z++ [[ offline* != online ]]
6712026-07-14T15:28:02.620Z++ [[ 59 -gt 300 ]]
6722026-07-14T15:28:02.620Z++ sleep 1
6732026-07-14T15:28:03.627Z++ retry=60
6742026-07-14T15:28:03.639Z+++ svcs -Hostate baseline
6752026-07-14T15:28:03.644Z++ [[ offline* != online ]]
6762026-07-14T15:28:03.644Z++ [[ 60 -gt 300 ]]
6772026-07-14T15:28:03.644Z++ sleep 1
6782026-07-14T15:28:04.639Z++ retry=61
6792026-07-14T15:28:04.664Z+++ svcs -Hostate baseline
6802026-07-14T15:28:04.684Z++ [[ offline* != online ]]
6812026-07-14T15:28:04.684Z++ [[ 61 -gt 300 ]]
6822026-07-14T15:28:04.685Z++ sleep 1
6832026-07-14T15:28:05.655Z++ retry=62
6842026-07-14T15:28:05.665Z+++ svcs -Hostate baseline
6852026-07-14T15:28:05.671Z++ [[ offline* != online ]]
6862026-07-14T15:28:05.671Z++ [[ 62 -gt 300 ]]
6872026-07-14T15:28:05.671Z++ sleep 1
6882026-07-14T15:28:06.671Z++ retry=63
6892026-07-14T15:28:06.674Z+++ svcs -Hostate baseline
6902026-07-14T15:28:06.686Z++ [[ offline* != online ]]
6912026-07-14T15:28:06.686Z++ [[ 63 -gt 300 ]]
6922026-07-14T15:28:06.686Z++ sleep 1
6932026-07-14T15:28:07.689Z++ retry=64
6942026-07-14T15:28:07.695Z+++ svcs -Hostate baseline
6952026-07-14T15:28:07.703Z++ [[ offline* != online ]]
6962026-07-14T15:28:07.703Z++ [[ 64 -gt 300 ]]
6972026-07-14T15:28:07.703Z++ sleep 1
6982026-07-14T15:28:08.708Z++ retry=65
6992026-07-14T15:28:08.715Z+++ svcs -Hostate baseline
7002026-07-14T15:28:08.728Z++ [[ offline* != online ]]
7012026-07-14T15:28:08.728Z++ [[ 65 -gt 300 ]]
7022026-07-14T15:28:08.728Z++ sleep 1
7032026-07-14T15:28:09.721Z++ retry=66
7042026-07-14T15:28:09.724Z+++ svcs -Hostate baseline
7052026-07-14T15:28:09.738Z++ [[ offline* != online ]]
7062026-07-14T15:28:09.738Z++ [[ 66 -gt 300 ]]
7072026-07-14T15:28:09.738Z++ sleep 1
7082026-07-14T15:28:10.738Z++ retry=67
7092026-07-14T15:28:10.742Z+++ svcs -Hostate baseline
7102026-07-14T15:28:10.752Z++ [[ offline* != online ]]
7112026-07-14T15:28:10.752Z++ [[ 67 -gt 300 ]]
7122026-07-14T15:28:10.752Z++ sleep 1
7132026-07-14T15:28:11.754Z++ retry=68
7142026-07-14T15:28:11.757Z+++ svcs -Hostate baseline
7152026-07-14T15:28:11.770Z++ [[ offline* != online ]]
7162026-07-14T15:28:11.770Z++ [[ 68 -gt 300 ]]
7172026-07-14T15:28:11.770Z++ sleep 1
7182026-07-14T15:28:12.833Z++ retry=69
7192026-07-14T15:28:12.838Z+++ svcs -Hostate baseline
7202026-07-14T15:28:12.838Z++ [[ offline* != online ]]
7212026-07-14T15:28:12.838Z++ [[ 69 -gt 300 ]]
7222026-07-14T15:28:12.838Z++ sleep 1
7232026-07-14T15:28:13.803Z++ retry=70
7242026-07-14T15:28:13.831Z+++ svcs -Hostate baseline
7252026-07-14T15:28:13.831Z++ [[ offline* != online ]]
7262026-07-14T15:28:13.831Z++ [[ 70 -gt 300 ]]
7272026-07-14T15:28:13.831Z++ sleep 1
7282026-07-14T15:28:14.821Z++ retry=71
7292026-07-14T15:28:14.881Z+++ svcs -Hostate baseline
7302026-07-14T15:28:14.881Z++ [[ offline* != online ]]
7312026-07-14T15:28:14.881Z++ [[ 71 -gt 300 ]]
7322026-07-14T15:28:14.881Z++ sleep 1
7332026-07-14T15:28:15.823Z++ retry=72
7342026-07-14T15:28:15.826Z+++ svcs -Hostate baseline
7352026-07-14T15:28:15.841Z++ [[ offline* != online ]]
7362026-07-14T15:28:15.841Z++ [[ 72 -gt 300 ]]
7372026-07-14T15:28:15.841Z++ sleep 1
7382026-07-14T15:28:16.844Z++ retry=73
7392026-07-14T15:28:16.851Z+++ svcs -Hostate baseline
7402026-07-14T15:28:16.855Z++ [[ offline* != online ]]
7412026-07-14T15:28:16.855Z++ [[ 73 -gt 300 ]]
7422026-07-14T15:28:16.855Z++ sleep 1
7432026-07-14T15:28:17.856Z++ retry=74
7442026-07-14T15:28:17.859Z+++ svcs -Hostate baseline
7452026-07-14T15:28:17.872Z++ [[ offline* != online ]]
7462026-07-14T15:28:17.872Z++ [[ 74 -gt 300 ]]
7472026-07-14T15:28:17.876Z++ sleep 1
7482026-07-14T15:28:18.874Z++ retry=75
7492026-07-14T15:28:18.877Z+++ svcs -Hostate baseline
7502026-07-14T15:28:18.888Z++ [[ offline* != online ]]
7512026-07-14T15:28:18.888Z++ [[ 75 -gt 300 ]]
7522026-07-14T15:28:18.888Z++ sleep 1
7532026-07-14T15:28:19.895Z++ retry=76
7542026-07-14T15:28:19.900Z+++ svcs -Hostate baseline
7552026-07-14T15:28:19.904Z++ [[ offline* != online ]]
7562026-07-14T15:28:19.904Z++ [[ 76 -gt 300 ]]
7572026-07-14T15:28:19.904Z++ sleep 1
7582026-07-14T15:28:20.907Z++ retry=77
7592026-07-14T15:28:20.910Z+++ svcs -Hostate baseline
7602026-07-14T15:28:20.921Z++ [[ offline* != online ]]
7612026-07-14T15:28:20.921Z++ [[ 77 -gt 300 ]]
7622026-07-14T15:28:20.921Z++ sleep 1
7632026-07-14T15:28:21.923Z++ retry=78
7642026-07-14T15:28:21.926Z+++ svcs -Hostate baseline
7652026-07-14T15:28:21.939Z++ [[ offline* != online ]]
7662026-07-14T15:28:21.939Z++ [[ 78 -gt 300 ]]
7672026-07-14T15:28:21.939Z++ sleep 1
7682026-07-14T15:28:22.947Z++ retry=79
7692026-07-14T15:28:22.955Z+++ svcs -Hostate baseline
7702026-07-14T15:28:22.969Z++ [[ offline* != online ]]
7712026-07-14T15:28:22.969Z++ [[ 79 -gt 300 ]]
7722026-07-14T15:28:22.969Z++ sleep 1
7732026-07-14T15:28:23.959Z++ retry=80
7742026-07-14T15:28:23.967Z+++ svcs -Hostate baseline
7752026-07-14T15:28:23.987Z++ [[ offline* != online ]]
7762026-07-14T15:28:23.987Z++ [[ 80 -gt 300 ]]
7772026-07-14T15:28:23.987Z++ sleep 1
7782026-07-14T15:28:24.996Z++ retry=81
7792026-07-14T15:28:25.025Z+++ svcs -Hostate baseline
7802026-07-14T15:28:25.026Z++ [[ offline* != online ]]
7812026-07-14T15:28:25.026Z++ [[ 81 -gt 300 ]]
7822026-07-14T15:28:25.026Z++ sleep 1
7832026-07-14T15:28:26.024Z++ retry=82
7842026-07-14T15:28:26.039Z+++ svcs -Hostate baseline
7852026-07-14T15:28:26.039Z++ [[ offline* != online ]]
7862026-07-14T15:28:26.039Z++ [[ 82 -gt 300 ]]
7872026-07-14T15:28:26.039Z++ sleep 1
7882026-07-14T15:28:27.006Z++ retry=83
7892026-07-14T15:28:27.009Z+++ svcs -Hostate baseline
7902026-07-14T15:28:27.021Z++ [[ offline* != online ]]
7912026-07-14T15:28:27.021Z++ [[ 83 -gt 300 ]]
7922026-07-14T15:28:27.021Z++ sleep 1
7932026-07-14T15:28:28.023Z++ retry=84
7942026-07-14T15:28:28.027Z+++ svcs -Hostate baseline
7952026-07-14T15:28:28.037Z++ [[ offline* != online ]]
7962026-07-14T15:28:28.037Z++ [[ 84 -gt 300 ]]
7972026-07-14T15:28:28.037Z++ sleep 1
7982026-07-14T15:28:29.039Z++ retry=85
7992026-07-14T15:28:29.042Z+++ svcs -Hostate baseline
8002026-07-14T15:28:29.054Z++ [[ offline* != online ]]
8012026-07-14T15:28:29.054Z++ [[ 85 -gt 300 ]]
8022026-07-14T15:28:29.054Z++ sleep 1
8032026-07-14T15:28:30.058Z++ retry=86
8042026-07-14T15:28:30.061Z+++ svcs -Hostate baseline
8052026-07-14T15:28:30.072Z++ [[ offline* != online ]]
8062026-07-14T15:28:30.072Z++ [[ 86 -gt 300 ]]
8072026-07-14T15:28:30.072Z++ sleep 1
8082026-07-14T15:28:31.073Z++ retry=87
8092026-07-14T15:28:31.076Z+++ svcs -Hostate baseline
8102026-07-14T15:28:31.087Z++ [[ offline* != online ]]
8112026-07-14T15:28:31.087Z++ [[ 87 -gt 300 ]]
8122026-07-14T15:28:31.087Z++ sleep 1
8132026-07-14T15:28:32.089Z++ retry=88
8142026-07-14T15:28:32.093Z+++ svcs -Hostate baseline
8152026-07-14T15:28:32.104Z++ [[ offline* != online ]]
8162026-07-14T15:28:32.104Z++ [[ 88 -gt 300 ]]
8172026-07-14T15:28:32.104Z++ sleep 1
8182026-07-14T15:28:33.113Z++ retry=89
8192026-07-14T15:28:33.133Z+++ svcs -Hostate baseline
8202026-07-14T15:28:33.133Z++ [[ offline* != online ]]
8212026-07-14T15:28:33.133Z++ [[ 89 -gt 300 ]]
8222026-07-14T15:28:33.133Z++ sleep 1
8232026-07-14T15:28:34.140Z++ retry=90
8242026-07-14T15:28:34.160Z+++ svcs -Hostate baseline
8252026-07-14T15:28:34.161Z++ [[ offline* != online ]]
8262026-07-14T15:28:34.161Z++ [[ 90 -gt 300 ]]
8272026-07-14T15:28:34.161Z++ sleep 1
8282026-07-14T15:28:35.140Z++ retry=91
8292026-07-14T15:28:35.143Z+++ svcs -Hostate baseline
8302026-07-14T15:28:35.159Z++ [[ offline* != online ]]
8312026-07-14T15:28:35.160Z++ [[ 91 -gt 300 ]]
8322026-07-14T15:28:35.160Z++ sleep 1
8332026-07-14T15:28:36.156Z++ retry=92
8342026-07-14T15:28:36.160Z+++ svcs -Hostate baseline
8352026-07-14T15:28:36.171Z++ [[ offline* != online ]]
8362026-07-14T15:28:36.171Z++ [[ 92 -gt 300 ]]
8372026-07-14T15:28:36.171Z++ sleep 1
8382026-07-14T15:28:37.173Z++ retry=93
8392026-07-14T15:28:37.177Z+++ svcs -Hostate baseline
8402026-07-14T15:28:37.188Z++ [[ offline* != online ]]
8412026-07-14T15:28:37.188Z++ [[ 93 -gt 300 ]]
8422026-07-14T15:28:37.188Z++ sleep 1
8432026-07-14T15:28:38.190Z++ retry=94
8442026-07-14T15:28:38.193Z+++ svcs -Hostate baseline
8452026-07-14T15:28:38.205Z++ [[ offline* != online ]]
8462026-07-14T15:28:38.205Z++ [[ 94 -gt 300 ]]
8472026-07-14T15:28:38.205Z++ sleep 1
8482026-07-14T15:28:39.206Z++ retry=95
8492026-07-14T15:28:39.210Z+++ svcs -Hostate baseline
8502026-07-14T15:28:39.220Z++ [[ offline* != online ]]
8512026-07-14T15:28:39.220Z++ [[ 95 -gt 300 ]]
8522026-07-14T15:28:39.220Z++ sleep 1
8532026-07-14T15:28:40.222Z++ retry=96
8542026-07-14T15:28:40.226Z+++ svcs -Hostate baseline
8552026-07-14T15:28:40.237Z++ [[ offline* != online ]]
8562026-07-14T15:28:40.237Z++ [[ 96 -gt 300 ]]
8572026-07-14T15:28:40.237Z++ sleep 1
8582026-07-14T15:28:41.239Z++ retry=97
8592026-07-14T15:28:41.242Z+++ svcs -Hostate baseline
8602026-07-14T15:28:41.254Z++ [[ offline* != online ]]
8612026-07-14T15:28:41.254Z++ [[ 97 -gt 300 ]]
8622026-07-14T15:28:41.254Z++ sleep 1
8632026-07-14T15:28:42.261Z++ retry=98
8642026-07-14T15:28:42.264Z+++ svcs -Hostate baseline
8652026-07-14T15:28:42.270Z++ [[ offline* != online ]]
8662026-07-14T15:28:42.270Z++ [[ 98 -gt 300 ]]
8672026-07-14T15:28:42.274Z++ sleep 1
8682026-07-14T15:28:43.275Z++ retry=99
8692026-07-14T15:28:43.278Z+++ svcs -Hostate baseline
8702026-07-14T15:28:43.287Z++ [[ offline* != online ]]
8712026-07-14T15:28:43.287Z++ [[ 99 -gt 300 ]]
8722026-07-14T15:28:43.287Z++ sleep 1
8732026-07-14T15:28:44.289Z++ retry=100
8742026-07-14T15:28:44.292Z+++ svcs -Hostate baseline
8752026-07-14T15:28:44.304Z++ [[ offline* != online ]]
8762026-07-14T15:28:44.304Z++ [[ 100 -gt 300 ]]
8772026-07-14T15:28:44.304Z++ sleep 1
8782026-07-14T15:28:45.305Z++ retry=101
8792026-07-14T15:28:45.307Z+++ svcs -Hostate baseline
8802026-07-14T15:28:45.319Z++ [[ offline* != online ]]
8812026-07-14T15:28:45.319Z++ [[ 101 -gt 300 ]]
8822026-07-14T15:28:45.319Z++ sleep 1
8832026-07-14T15:28:46.321Z++ retry=102
8842026-07-14T15:28:46.324Z+++ svcs -Hostate baseline
8852026-07-14T15:28:46.334Z++ [[ offline* != online ]]
8862026-07-14T15:28:46.334Z++ [[ 102 -gt 300 ]]
8872026-07-14T15:28:46.334Z++ sleep 1
8882026-07-14T15:28:47.336Z++ retry=103
8892026-07-14T15:28:47.339Z+++ svcs -Hostate baseline
8902026-07-14T15:28:47.352Z++ [[ offline* != online ]]
8912026-07-14T15:28:47.352Z++ [[ 103 -gt 300 ]]
8922026-07-14T15:28:47.357Z++ sleep 1
8932026-07-14T15:28:48.351Z++ retry=104
8942026-07-14T15:28:48.355Z+++ svcs -Hostate baseline
8952026-07-14T15:28:48.366Z++ [[ offline* != online ]]
8962026-07-14T15:28:48.366Z++ [[ 104 -gt 300 ]]
8972026-07-14T15:28:48.367Z++ sleep 1
8982026-07-14T15:28:49.368Z++ retry=105
8992026-07-14T15:28:49.371Z+++ svcs -Hostate baseline
9002026-07-14T15:28:49.382Z++ [[ offline* != online ]]
9012026-07-14T15:28:49.382Z++ [[ 105 -gt 300 ]]
9022026-07-14T15:28:49.386Z++ sleep 1
9032026-07-14T15:28:50.384Z++ retry=106
9042026-07-14T15:28:50.387Z+++ svcs -Hostate baseline
9052026-07-14T15:28:50.399Z++ [[ offline* != online ]]
9062026-07-14T15:28:50.399Z++ [[ 106 -gt 300 ]]
9072026-07-14T15:28:50.403Z++ sleep 1
9082026-07-14T15:28:51.400Z++ retry=107
9092026-07-14T15:28:51.403Z+++ svcs -Hostate baseline
9102026-07-14T15:28:51.416Z++ [[ online != online ]]
9112026-07-14T15:28:51.416Z++ set -o errexit
9122026-07-14T15:28:51.419Z++ set -o pipefail
9132026-07-14T15:28:51.419Z++ banner build
9142026-07-14T15:28:51.419Z
9152026-07-14T15:28:51.419Z ##### # # # # #####
9162026-07-14T15:28:51.419Z # # # # # # # #
9172026-07-14T15:28:51.419Z ##### # # # # # #
9182026-07-14T15:28:51.420Z # # # # # # # #
9192026-07-14T15:28:51.420Z # # # # # # # #
9202026-07-14T15:28:51.420Z ##### #### # ###### #####
9212026-07-14T15:28:51.420Z
9222026-07-14T15:28:51.420Z++ cargo build --release --bin ddmd --bin ddmadm
9232026-07-14T15:28:51.425Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
9242026-07-14T15:28:51.571Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
9252026-07-14T15:28:51.574Zinfo: downloading 6 components
9262026-07-14T15:29:06.198Z Updating git repository `https://github.com/oxidecomputer/falcon`
9272026-07-14T15:29:07.084ZFrom https://github.com/oxidecomputer/falcon
9282026-07-14T15:29:07.084Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9292026-07-14T15:29:07.164Z Updating crates.io index
9302026-07-14T15:29:07.167Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9312026-07-14T15:29:07.645ZFrom https://github.com/oxidecomputer/dendrite
9322026-07-14T15:29:07.645Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
9332026-07-14T15:29:07.680Z Updating git repository `https://github.com/oxidecomputer/ispf`
9342026-07-14T15:29:07.933ZFrom https://github.com/oxidecomputer/ispf
9352026-07-14T15:29:07.933Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9362026-07-14T15:29:07.939Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9372026-07-14T15:29:08.295ZFrom https://github.com/oxidecomputer/netadm-sys
9382026-07-14T15:29:08.295Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9392026-07-14T15:29:08.306Z Updating git repository `https://github.com/oxidecomputer/omicron`
9402026-07-14T15:29:14.448ZFrom https://github.com/oxidecomputer/omicron
9412026-07-14T15:29:14.448Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9422026-07-14T15:29:14.878Z Updating git repository `https://github.com/oxidecomputer/opte`
9432026-07-14T15:29:15.594ZFrom https://github.com/oxidecomputer/opte
9442026-07-14T15:29:15.594Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
9452026-07-14T15:29:15.622Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9462026-07-14T15:29:15.905ZFrom https://github.com/oxidecomputer/slog-error-chain
9472026-07-14T15:29:15.905Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9482026-07-14T15:29:15.913Z Updating git repository `https://github.com/illumos/smf-rs`
9492026-07-14T15:29:16.168ZFrom https://github.com/illumos/smf-rs
9502026-07-14T15:29:16.168Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9512026-07-14T15:29:16.176Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9522026-07-14T15:29:16.455ZFrom https://github.com/oxidecomputer/network-interface
9532026-07-14T15:29:16.455Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9542026-07-14T15:29:16.461Z Updating git repository `https://github.com/oxidecomputer/zone`
9552026-07-14T15:29:16.743ZFrom https://github.com/oxidecomputer/zone
9562026-07-14T15:29:16.743Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9572026-07-14T15:29:16.749Z Updating git repository `https://github.com/oxidecomputer/propolis`
9582026-07-14T15:29:17.425ZFrom https://github.com/oxidecomputer/propolis
9592026-07-14T15:29:17.425Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9602026-07-14T15:29:17.466Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9612026-07-14T15:29:18.033ZFrom https://github.com/oxidecomputer/transceiver-control
9622026-07-14T15:29:18.033Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9632026-07-14T15:29:18.043Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9642026-07-14T15:29:18.362ZFrom https://github.com/oxidecomputer/dlpi-sys
9652026-07-14T15:29:18.363Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9662026-07-14T15:29:18.368Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9672026-07-14T15:29:18.666ZFrom https://github.com/jmesmon/rust-libzfs
9682026-07-14T15:29:18.666Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9692026-07-14T15:29:18.674Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9702026-07-14T15:29:18.951ZFrom https://github.com/oxidecomputer/rusty-doors
9712026-07-14T15:29:18.951Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9722026-07-14T15:29:18.957Z Updating git repository `https://github.com/oxidecomputer/lldp`
9732026-07-14T15:29:19.305ZFrom https://github.com/oxidecomputer/lldp
9742026-07-14T15:29:19.305Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9752026-07-14T15:29:19.319Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9762026-07-14T15:29:19.619ZFrom https://github.com/oxidecomputer/tufaceous
9772026-07-14T15:29:19.619Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9782026-07-14T15:29:19.629Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9792026-07-14T15:29:20.145ZFrom https://github.com/oxidecomputer/management-gateway-service
9802026-07-14T15:29:20.145Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9812026-07-14T15:29:20.156Z Updating git repository `https://github.com/oxidecomputer/crucible`
9822026-07-14T15:29:21.260ZFrom https://github.com/oxidecomputer/crucible
9832026-07-14T15:29:21.260Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9842026-07-14T15:29:21.302Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9852026-07-14T15:29:21.566ZFrom https://github.com/oxidecomputer/serde_human_bytes
9862026-07-14T15:29:21.566Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9872026-07-14T15:29:21.575Z Updating git repository `https://github.com/oxidecomputer/propolis`
9882026-07-14T15:29:22.028ZFrom https://github.com/oxidecomputer/propolis
9892026-07-14T15:29:22.028Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9902026-07-14T15:29:22.070Z Updating git repository `https://github.com/oxidecomputer/crucible`
9912026-07-14T15:29:22.850ZFrom https://github.com/oxidecomputer/crucible
9922026-07-14T15:29:22.850Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9932026-07-14T15:29:22.914Z Updating git repository `https://github.com/oxidecomputer/tofino`
9942026-07-14T15:29:23.301ZFrom https://github.com/oxidecomputer/tofino
9952026-07-14T15:29:23.301Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9962026-07-14T15:29:23.313Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9972026-07-14T15:29:25.626ZFrom https://github.com/oxidecomputer/maghemite
9982026-07-14T15:29:25.626Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9992026-07-14T15:29:25.649Z Updating git repository `https://github.com/oxidecomputer/clickward`
10002026-07-14T15:29:26.413ZFrom https://github.com/oxidecomputer/clickward
10012026-07-14T15:29:26.413Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10022026-07-14T15:29:26.457Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10032026-07-14T15:29:26.457ZFrom https://github.com/oxidecomputer/illumos-devinfo
10042026-07-14T15:29:26.457Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10052026-07-14T15:29:28.489Z Downloading crates ...
10062026-07-14T15:29:28.551Z Downloaded async-recursion v1.1.1
10072026-07-14T15:29:28.554Z Downloaded adler2 v2.0.1
10082026-07-14T15:29:28.557Z Downloaded argon2 v0.5.3
10092026-07-14T15:29:28.557Z Downloaded crypto-common v0.2.2
10102026-07-14T15:29:28.561Z Downloaded aead v0.5.2
10112026-07-14T15:29:28.564Z Downloaded cookie v0.18.1
10122026-07-14T15:29:28.567Z Downloaded bit-set v0.8.0
10132026-07-14T15:29:28.571Z Downloaded bytecount v0.6.9
10142026-07-14T15:29:28.575Z Downloaded darling_macro v0.23.0
10152026-07-14T15:29:28.578Z Downloaded atomic-waker v1.1.2
10162026-07-14T15:29:28.581Z Downloaded cfg_aliases v0.2.1
10172026-07-14T15:29:28.581Z Downloaded block-buffer v0.12.0
10182026-07-14T15:29:28.585Z Downloaded atomicwrites v0.4.4
10192026-07-14T15:29:28.588Z Downloaded cfg-if v1.0.4
10202026-07-14T15:29:28.588Z Downloaded const-random-macro v0.1.16
10212026-07-14T15:29:28.592Z Downloaded block-buffer v0.10.4
10222026-07-14T15:29:28.593Z Downloaded base16ct v0.2.0
10232026-07-14T15:29:28.596Z Downloaded defmt-parser v1.0.0
10242026-07-14T15:29:28.603Z Downloaded equivalent v1.0.2
10252026-07-14T15:29:28.607Z Downloaded errno v0.3.14
10262026-07-14T15:29:28.607Z Downloaded cpufeatures v0.3.0
10272026-07-14T15:29:28.607Z Downloaded fixedbitset v0.4.2
10282026-07-14T15:29:28.610Z Downloaded autocfg v1.5.1
10292026-07-14T15:29:28.610Z Downloaded enum-as-inner v0.6.1
10302026-07-14T15:29:28.615Z Downloaded generic-array v0.14.7
10312026-07-14T15:29:28.615Z Downloaded float-ord v0.3.2
10322026-07-14T15:29:28.620Z Downloaded fnv v1.0.7
10332026-07-14T15:29:28.620Z Downloaded dof v0.3.0
10342026-07-14T15:29:28.620Z Downloaded foreign-types v0.5.0
10352026-07-14T15:29:28.620Z Downloaded embedded-io v0.6.1
10362026-07-14T15:29:28.620Z Downloaded defmt v0.3.100
10372026-07-14T15:29:28.623Z Downloaded compression-core v0.4.32
10382026-07-14T15:29:28.623Z Downloaded dof v0.4.0
10392026-07-14T15:29:28.623Z Downloaded foreign-types v0.3.2
10402026-07-14T15:29:28.626Z Downloaded darling_macro v0.21.3
10412026-07-14T15:29:28.626Z Downloaded foreign-types-macros v0.2.3
10422026-07-14T15:29:28.626Z Downloaded curve25519-dalek-derive v0.1.1
10432026-07-14T15:29:28.629Z Downloaded dtrace-parser v0.2.0
10442026-07-14T15:29:28.629Z Downloaded debug-ignore v1.0.5
10452026-07-14T15:29:28.629Z Downloaded crunchy v0.2.4
10462026-07-14T15:29:28.632Z Downloaded embedded-io v0.4.0
10472026-07-14T15:29:28.632Z Downloaded dunce v1.0.5
10482026-07-14T15:29:28.632Z Downloaded crypto-common v0.1.7
10492026-07-14T15:29:28.636Z Downloaded const-random v0.1.18
10502026-07-14T15:29:28.636Z Downloaded derive-ex v0.1.8
10512026-07-14T15:29:28.636Z Downloaded cpufeatures v0.2.17
10522026-07-14T15:29:28.636Z Downloaded base16ct v1.0.0
10532026-07-14T15:29:28.639Z Downloaded digest v0.11.3
10542026-07-14T15:29:28.639Z Downloaded futures-macro v0.3.32
10552026-07-14T15:29:28.639Z Downloaded ciborium-ll v0.2.2
10562026-07-14T15:29:28.643Z Downloaded futures-sink v0.3.32
10572026-07-14T15:29:28.643Z Downloaded colorchoice v1.0.5
10582026-07-14T15:29:28.643Z Downloaded dtrace-parser v0.3.0
10592026-07-14T15:29:28.643Z Downloaded dropshot-api-manager-types v0.7.2
10602026-07-14T15:29:28.646Z Downloaded hex v0.4.3
10612026-07-14T15:29:28.646Z Downloaded futures-io v0.3.32
10622026-07-14T15:29:28.646Z Downloaded ciborium-io v0.2.2
10632026-07-14T15:29:28.646Z Downloaded async-stream-impl v0.3.6
10642026-07-14T15:29:28.649Z Downloaded anstyle-query v1.1.5
10652026-07-14T15:29:28.649Z Downloaded dyn-clone v1.0.20
10662026-07-14T15:29:28.652Z Downloaded bit-vec v0.8.0
10672026-07-14T15:29:28.652Z Downloaded anstyle-parse v1.0.0
10682026-07-14T15:29:28.656Z Downloaded hostname v0.3.1
10692026-07-14T15:29:28.656Z Downloaded foreign-types-shared v0.1.1
10702026-07-14T15:29:28.656Z Downloaded byteorder v1.5.0
10712026-07-14T15:29:28.659Z Downloaded bs58 v0.5.1
10722026-07-14T15:29:28.659Z Downloaded chacha20 v0.9.1
10732026-07-14T15:29:28.659Z Downloaded camino-tempfile v1.4.1
10742026-07-14T15:29:28.663Z Downloaded compression-codecs v0.4.38
10752026-07-14T15:29:28.663Z Downloaded cargo_toml v0.22.3
10762026-07-14T15:29:28.668Z Downloaded heck v0.4.1
10772026-07-14T15:29:28.668Z Downloaded ahash v0.8.12
10782026-07-14T15:29:28.668Z Downloaded heck v0.5.0
10792026-07-14T15:29:28.668Z Downloaded hostname v0.4.2
10802026-07-14T15:29:28.672Z Downloaded gethostname v0.5.0
10812026-07-14T15:29:28.672Z Downloaded crucible-workspace-hack v0.1.0
10822026-07-14T15:29:28.672Z Downloaded futures-core v0.3.32
10832026-07-14T15:29:28.672Z Downloaded arc-swap v1.9.1
10842026-07-14T15:29:28.676Z Downloaded hash32 v0.3.1
10852026-07-14T15:29:28.676Z Downloaded httpdate v1.0.3
10862026-07-14T15:29:28.676Z Downloaded convert_case v0.4.0
10872026-07-14T15:29:28.680Z Downloaded fxhash v0.2.1
10882026-07-14T15:29:28.680Z Downloaded fastrand v2.4.1
10892026-07-14T15:29:28.680Z Downloaded futures-task v0.3.32
10902026-07-14T15:29:28.681Z Downloaded hubpack v0.1.2
10912026-07-14T15:29:28.681Z Downloaded fixedbitset v0.5.7
10922026-07-14T15:29:28.683Z Downloaded hubpack_derive v0.1.1
10932026-07-14T15:29:28.684Z Downloaded git-stub-vcs v0.1.0
10942026-07-14T15:29:28.684Z Downloaded digest v0.10.7
10952026-07-14T15:29:28.684Z Downloaded foldhash v0.1.5
10962026-07-14T15:29:28.687Z Downloaded erased-serde v0.3.31
10972026-07-14T15:29:28.687Z Downloaded foreign-types-shared v0.3.1
10982026-07-14T15:29:28.687Z Downloaded darling v0.23.0
10992026-07-14T15:29:28.690Z Downloaded cstr-argument v0.1.2
11002026-07-14T15:29:28.694Z Downloaded foldhash v0.2.0
11012026-07-14T15:29:28.694Z Downloaded displaydoc v0.2.6
11022026-07-14T15:29:28.694Z Downloaded deranged v0.5.8
11032026-07-14T15:29:28.697Z Downloaded byte-wrapper v0.1.0
11042026-07-14T15:29:28.697Z Downloaded form_urlencoded v1.2.2
11052026-07-14T15:29:28.697Z Downloaded daft-derive v0.1.7
11062026-07-14T15:29:28.700Z Downloaded backoff v0.4.0
11072026-07-14T15:29:28.703Z Downloaded anstyle v1.0.14
11082026-07-14T15:29:28.703Z Downloaded git-stub v1.0.0
11092026-07-14T15:29:28.703Z Downloaded indent_write v2.2.0
11102026-07-14T15:29:28.706Z Downloaded idna_adapter v1.2.2
11112026-07-14T15:29:28.706Z Downloaded cobs v0.3.0
11122026-07-14T15:29:28.706Z Downloaded daft v0.1.7
11132026-07-14T15:29:28.709Z Downloaded critical-section v1.2.0
11142026-07-14T15:29:28.709Z Downloaded cipher v0.4.4
11152026-07-14T15:29:28.709Z Downloaded defmt-macros v1.1.0
11162026-07-14T15:29:28.712Z Downloaded inout v0.1.4
11172026-07-14T15:29:28.712Z Downloaded either v1.16.0
11182026-07-14T15:29:28.715Z Downloaded http-body v1.0.1
11192026-07-14T15:29:28.715Z Downloaded camino v1.2.4
11202026-07-14T15:29:28.715Z Downloaded anstream v1.0.0
11212026-07-14T15:29:28.718Z Downloaded ident_case v1.0.1
11222026-07-14T15:29:28.718Z Downloaded group v0.13.0
11232026-07-14T15:29:28.718Z Downloaded backon v1.6.0
11242026-07-14T15:29:28.721Z Downloaded globset v0.4.18
11252026-07-14T15:29:28.721Z Downloaded async-trait v0.1.89
11262026-07-14T15:29:28.724Z Downloaded is_ci v1.2.0
11272026-07-14T15:29:28.724Z Downloaded crc8 v0.1.1
11282026-07-14T15:29:28.728Z Downloaded async-stream v0.3.6
11292026-07-14T15:29:28.728Z Downloaded glob v0.3.3
11302026-07-14T15:29:28.728Z Downloaded bcs v0.1.6
11312026-07-14T15:29:28.730Z Downloaded itoa v1.0.18
11322026-07-14T15:29:28.730Z Downloaded lazy_static v1.5.0
11332026-07-14T15:29:28.733Z Downloaded is-terminal v0.4.17
11342026-07-14T15:29:28.733Z Downloaded konst_macro_rules v0.2.19
11352026-07-14T15:29:28.735Z Downloaded keccak v0.1.6
11362026-07-14T15:29:28.735Z Downloaded internet-checksum v0.2.1
11372026-07-14T15:29:28.735Z Downloaded libscf-sys v1.2.0
11382026-07-14T15:29:28.738Z Downloaded is_terminal_polyfill v1.70.2
11392026-07-14T15:29:28.738Z Downloaded fs_extra v1.3.0
11402026-07-14T15:29:28.738Z Downloaded http-body-util v0.1.3
11412026-07-14T15:29:28.741Z Downloaded highway v1.3.0
11422026-07-14T15:29:28.741Z Downloaded find-msvc-tools v0.1.9
11432026-07-14T15:29:28.745Z Downloaded ff v0.13.1
11442026-07-14T15:29:28.745Z Downloaded defmt v1.1.0
11452026-07-14T15:29:28.748Z Downloaded hyper-rustls v0.27.9
11462026-07-14T15:29:28.748Z Downloaded data-encoding v2.11.0
11472026-07-14T15:29:28.748Z Downloaded clap_lex v1.1.0
11482026-07-14T15:29:28.751Z Downloaded crossbeam-deque v0.8.6
11492026-07-14T15:29:28.751Z Downloaded derive_more v0.99.20
11502026-07-14T15:29:28.754Z Downloaded memoffset v0.9.1
11512026-07-14T15:29:28.754Z Downloaded match_cfg v0.1.0
11522026-07-14T15:29:28.754Z Downloaded managed v0.8.0
11532026-07-14T15:29:28.758Z Downloaded mime v0.3.17
11542026-07-14T15:29:28.758Z Downloaded macaddr v1.0.1
11552026-07-14T15:29:28.758Z Downloaded lru-cache v0.1.2
11562026-07-14T15:29:28.758Z Downloaded linked-hash-map v0.5.6
11572026-07-14T15:29:28.762Z Downloaded crc32fast v1.5.0
11582026-07-14T15:29:28.762Z Downloaded const_format_proc_macros v0.2.34
11592026-07-14T15:29:28.762Z Downloaded blake2 v0.10.6
11602026-07-14T15:29:28.765Z Downloaded base64ct v1.8.3
11612026-07-14T15:29:28.765Z Downloaded colored v3.1.1
11622026-07-14T15:29:28.768Z Downloaded csv-core v0.1.13
11632026-07-14T15:29:28.768Z Downloaded console v0.16.3
11642026-07-14T15:29:28.771Z Downloaded console v0.15.11
11652026-07-14T15:29:28.771Z Downloaded cmake v0.1.58
11662026-07-14T15:29:28.771Z Downloaded ciborium v0.2.2
11672026-07-14T15:29:28.775Z Downloaded no-std-compat v0.4.1
11682026-07-14T15:29:28.775Z Downloaded memmap v0.7.0
11692026-07-14T15:29:28.775Z Downloaded darling v0.21.3
11702026-07-14T15:29:28.778Z Downloaded newtype-uuid-macros v0.1.0
11712026-07-14T15:29:28.781Z Downloaded num v0.4.3
11722026-07-14T15:29:28.781Z Downloaded newline-converter v0.3.0
11732026-07-14T15:29:28.781Z Downloaded natord v1.0.9
11742026-07-14T15:29:28.781Z Downloaded crossbeam-utils v0.8.21
11752026-07-14T15:29:28.784Z Downloaded num-derive v0.4.2
11762026-07-14T15:29:28.784Z Downloaded opaque-debug v0.3.1
11772026-07-14T15:29:28.784Z Downloaded num-iter v0.1.45
11782026-07-14T15:29:28.787Z Downloaded num-conv v0.2.2
11792026-07-14T15:29:28.787Z Downloaded newtype_derive v0.1.6
11802026-07-14T15:29:28.787Z Downloaded instant v0.1.13
11812026-07-14T15:29:28.790Z Downloaded futures-channel v0.3.32
11822026-07-14T15:29:28.790Z Downloaded ingot-types v0.1.2
11832026-07-14T15:29:28.790Z Downloaded futures-executor v0.3.32
11842026-07-14T15:29:28.793Z Downloaded fs-err v3.3.0
11852026-07-14T15:29:28.793Z Downloaded async-compression v0.4.42
11862026-07-14T15:29:28.797Z Downloaded openssl-probe v0.2.1
11872026-07-14T15:29:28.800Z Downloaded openssl-macros v0.1.1
11882026-07-14T15:29:28.800Z Downloaded crossbeam-epoch v0.9.18
11892026-07-14T15:29:28.800Z Downloaded ingot v0.1.1
11902026-07-14T15:29:28.803Z Downloaded num_threads v0.1.7
11912026-07-14T15:29:28.803Z Downloaded ipnetwork v0.21.1
11922026-07-14T15:29:28.803Z Downloaded cancel-safe-futures v0.1.5
11932026-07-14T15:29:28.808Z Downloaded ipnet v2.12.0
11942026-07-14T15:29:28.808Z Downloaded iana-time-zone v0.1.65
11952026-07-14T15:29:28.808Z Downloaded num_enum_derive v0.5.11
11962026-07-14T15:29:28.811Z Downloaded drift v0.2.0
11972026-07-14T15:29:28.816Z Downloaded lock_api v0.4.14
11982026-07-14T15:29:28.822Z Downloaded hybrid-array v0.4.12
11992026-07-14T15:29:28.822Z Downloaded humantime v2.3.0
12002026-07-14T15:29:28.822Z Downloaded omicron-workspace-hack v0.1.0
12012026-07-14T15:29:28.822Z Downloaded olpc-cjson v0.1.4
12022026-07-14T15:29:28.822Z Downloaded clap_derive v4.6.1
12032026-07-14T15:29:28.822Z Downloaded bitflags v2.12.1
12042026-07-14T15:29:28.825Z Downloaded libsw v3.5.0
12052026-07-14T15:29:28.825Z Downloaded bitflags v1.3.2
12062026-07-14T15:29:28.829Z Downloaded allocator-api2 v0.2.21
12072026-07-14T15:29:28.829Z Downloaded chacha20 v0.10.0
12082026-07-14T15:29:28.832Z Downloaded percent-encoding v2.3.2
12092026-07-14T15:29:28.832Z Downloaded parse-display v0.10.0
12102026-07-14T15:29:28.832Z Downloaded const-oid v0.10.2
12112026-07-14T15:29:28.836Z Downloaded anyhow v1.0.103
12122026-07-14T15:29:28.836Z Downloaded lru-slab v0.1.2
12132026-07-14T15:29:28.839Z Downloaded derive-where v1.6.1
12142026-07-14T15:29:28.839Z Downloaded multer v3.1.0
12152026-07-14T15:29:28.842Z Downloaded hmac v0.12.1
12162026-07-14T15:29:28.842Z Downloaded phf_shared v0.12.1
12172026-07-14T15:29:28.845Z Downloaded clap v4.6.1
12182026-07-14T15:29:28.847Z Downloaded newtype-uuid v1.3.2
12192026-07-14T15:29:28.850Z Downloaded num_enum v0.5.11
12202026-07-14T15:29:28.853Z Downloaded powerfmt v0.2.0
12212026-07-14T15:29:28.853Z Downloaded potential_utf v0.1.5
12222026-07-14T15:29:28.853Z Downloaded num-rational v0.4.2
12232026-07-14T15:29:28.856Z Downloaded num-integer v0.1.46
12242026-07-14T15:29:28.856Z Downloaded num-complex v0.4.6
12252026-07-14T15:29:28.856Z Downloaded getrandom v0.2.17
12262026-07-14T15:29:28.859Z Downloaded proc-macro-error-attr2 v2.0.0
12272026-07-14T15:29:28.859Z Downloaded proc-macro-error-attr v1.0.4
12282026-07-14T15:29:28.862Z Downloaded proc-macro-crate v1.3.1
12292026-07-14T15:29:28.862Z Downloaded pretty-hex v0.4.2
12302026-07-14T15:29:28.863Z Downloaded linear-map v1.2.0
12312026-07-14T15:29:28.866Z Downloaded num_enum v0.7.6
12322026-07-14T15:29:28.869Z Downloaded progenitor-macro v0.14.0
12332026-07-14T15:29:28.869Z Downloaded progenitor-client v0.14.0
12342026-07-14T15:29:28.869Z Downloaded futures v0.3.32
12352026-07-14T15:29:28.871Z Downloaded progenitor-macro v0.13.0
12362026-07-14T15:29:28.871Z Downloaded progenitor-client v0.10.0
12372026-07-14T15:29:28.875Z Downloaded getrandom v0.4.2
12382026-07-14T15:29:28.875Z Downloaded elliptic-curve v0.13.8
12392026-07-14T15:29:28.878Z Downloaded libsw-core v0.3.2
12402026-07-14T15:29:28.878Z Downloaded proc-macro-crate v3.5.0
12412026-07-14T15:29:28.881Z Downloaded num_enum_derive v0.7.6
12422026-07-14T15:29:28.881Z Downloaded darling_core v0.23.0
12432026-07-14T15:29:28.886Z Downloaded ingot-macros v0.1.1
12442026-07-14T15:29:28.892Z Downloaded httparse v1.10.1
12452026-07-14T15:29:28.892Z Downloaded dropshot_endpoint v0.17.1
12462026-07-14T15:29:28.892Z Downloaded memmap2 v0.9.10
12472026-07-14T15:29:28.895Z Downloaded rand_chacha v0.3.1
12482026-07-14T15:29:28.896Z Downloaded jobserver v0.1.34
12492026-07-14T15:29:28.896Z Downloaded quick-error v1.2.3
12502026-07-14T15:29:28.898Z Downloaded oxide-tokio-rt v0.1.6
12512026-07-14T15:29:28.898Z Downloaded pem v3.0.6
12522026-07-14T15:29:28.901Z Downloaded owo-colors v4.3.0
12532026-07-14T15:29:28.901Z Downloaded parse-display-derive v0.10.0
12542026-07-14T15:29:28.905Z Downloaded ref-cast-impl v1.0.25
12552026-07-14T15:29:28.905Z Downloaded bytes v1.11.1
12562026-07-14T15:29:28.908Z Downloaded rustc_version v0.1.7
12572026-07-14T15:29:28.911Z Downloaded parking_lot_core v0.8.6
12582026-07-14T15:29:28.911Z Downloaded litemap v0.8.2
12592026-07-14T15:29:28.914Z Downloaded paste v1.0.15
12602026-07-14T15:29:28.916Z Downloaded pin-project-internal v1.1.13
12612026-07-14T15:29:28.916Z Downloaded indexmap v1.9.3
12622026-07-14T15:29:28.920Z Downloaded icu_provider v2.2.0
12632026-07-14T15:29:28.923Z Downloaded password-hash v0.5.0
12642026-07-14T15:29:28.923Z Downloaded pin-project-lite v0.2.17
12652026-07-14T15:29:28.926Z Downloaded rustc-hash v2.1.2
12662026-07-14T15:29:28.929Z Downloaded ppv-lite86 v0.2.21
12672026-07-14T15:29:28.929Z Downloaded port-file v0.1.0
12682026-07-14T15:29:28.932Z Downloaded poly1305 v0.8.0
12692026-07-14T15:29:28.932Z Downloaded plain v0.2.3
12702026-07-14T15:29:28.935Z Downloaded rustc_version v0.4.1
12712026-07-14T15:29:28.936Z Downloaded pkg-config v0.3.33
12722026-07-14T15:29:28.936Z Downloaded base64 v0.21.7
12732026-07-14T15:29:28.939Z Downloaded heapless v0.8.0
12742026-07-14T15:29:28.942Z Downloaded half v2.7.1
12752026-07-14T15:29:28.945Z Downloaded getrandom v0.3.4
12762026-07-14T15:29:28.948Z Downloaded progenitor v0.13.0
12772026-07-14T15:29:28.948Z Downloaded progenitor-macro v0.10.0
12782026-07-14T15:29:28.948Z Downloaded progenitor-extras v0.2.0
12792026-07-14T15:29:28.951Z Downloaded progenitor-client v0.13.0
12802026-07-14T15:29:28.951Z Downloaded progenitor v0.10.0
12812026-07-14T15:29:28.954Z Downloaded flate2 v1.1.9
12822026-07-14T15:29:28.957Z Downloaded once_cell v1.21.4
12832026-07-14T15:29:28.958Z Downloaded proc-macro-error v1.0.4
12842026-07-14T15:29:28.960Z Downloaded chacha20poly1305 v0.10.1
12852026-07-14T15:29:28.960Z Downloaded scopeguard v1.2.0
12862026-07-14T15:29:28.963Z Downloaded scroll_derive v0.13.1
12872026-07-14T15:29:28.963Z Downloaded icu_properties v2.2.0
12882026-07-14T15:29:28.966Z Downloaded secrecy v0.10.3
12892026-07-14T15:29:28.966Z Downloaded icu_locale_core v2.2.0
12902026-07-14T15:29:28.971Z Downloaded rand_core v0.10.1
12912026-07-14T15:29:28.974Z Downloaded rand_xorshift v0.4.0
12922026-07-14T15:29:28.974Z Downloaded rand_core v0.6.4
12932026-07-14T15:29:28.974Z Downloaded rand_chacha v0.9.0
12942026-07-14T15:29:28.974Z Downloaded ref-cast v1.0.25
12952026-07-14T15:29:28.977Z Downloaded rand_core v0.9.5
12962026-07-14T15:29:28.977Z Downloaded semver v0.1.20
12972026-07-14T15:29:28.980Z Downloaded serde_plain v1.0.2
12982026-07-14T15:29:28.980Z Downloaded serde_spanned v0.6.9
12992026-07-14T15:29:28.983Z Downloaded pest_derive v2.8.6
13002026-07-14T15:29:28.983Z Downloaded icu_normalizer_data v2.2.0
13012026-07-14T15:29:28.987Z Downloaded parking_lot_core v0.9.12
13022026-07-14T15:29:28.993Z Downloaded base64 v0.22.1
13032026-07-14T15:29:28.993Z Downloaded crossbeam-channel v0.5.15
13042026-07-14T15:29:28.996Z Downloaded serde-big-array v0.5.1
13052026-07-14T15:29:28.996Z Downloaded quote v1.0.45
13062026-07-14T15:29:28.996Z Downloaded serde_spanned v1.1.1
13072026-07-14T15:29:28.999Z Downloaded serde_urlencoded v0.7.1
13082026-07-14T15:29:28.999Z Downloaded phf v0.12.1
13092026-07-14T15:29:28.999Z Downloaded cc v1.2.63
13102026-07-14T15:29:29.004Z Downloaded sha1 v0.10.6
13112026-07-14T15:29:29.004Z Downloaded rustls-pemfile v2.2.0
13122026-07-14T15:29:29.007Z Downloaded sha1 v0.11.0
13132026-07-14T15:29:29.007Z Downloaded siphasher v1.0.3
13142026-07-14T15:29:29.007Z Downloaded sigpipe v0.1.3
13152026-07-14T15:29:29.010Z Downloaded indicatif v0.18.4
13162026-07-14T15:29:29.013Z Downloaded rustls-native-certs v0.8.4
13172026-07-14T15:29:29.013Z Downloaded konst v0.2.20
13182026-07-14T15:29:29.017Z Downloaded hickory-resolver v0.25.2
13192026-07-14T15:29:29.020Z Downloaded num-traits v0.2.19
13202026-07-14T15:29:29.020Z Downloaded rusty-fork v0.3.1
13212026-07-14T15:29:29.023Z Downloaded slog-bunyan v2.5.0
13222026-07-14T15:29:29.023Z Downloaded slog-envlogger v2.2.0
13232026-07-14T15:29:29.026Z Downloaded scroll v0.12.0
13242026-07-14T15:29:29.026Z Downloaded rustversion v1.0.22
13252026-07-14T15:29:29.030Z Downloaded proc-macro-error2 v2.0.1
13262026-07-14T15:29:29.030Z Downloaded smawk v0.3.2
13272026-07-14T15:29:29.034Z Downloaded spin v0.5.2
13282026-07-14T15:29:29.034Z Downloaded resolv-conf v0.7.6
13292026-07-14T15:29:29.034Z Downloaded schemars_derive v0.8.22
13302026-07-14T15:29:29.034Z Downloaded darling_core v0.21.3
13312026-07-14T15:29:29.037Z Downloaded scroll v0.13.0
13322026-07-14T15:29:29.040Z Downloaded icu_normalizer v2.2.0
13332026-07-14T15:29:29.043Z Downloaded parking_lot v0.11.2
13342026-07-14T15:29:29.043Z Downloaded papergrid v0.18.0
13352026-07-14T15:29:29.046Z Downloaded papergrid v0.11.0
13362026-07-14T15:29:29.050Z Downloaded crypto-bigint v0.5.5
13372026-07-14T15:29:29.053Z Downloaded strum v0.26.3
13382026-07-14T15:29:29.056Z Downloaded stable_deref_trait v1.2.1
13392026-07-14T15:29:29.056Z Downloaded serde_repr v0.1.20
13402026-07-14T15:29:29.056Z Downloaded serde_derive_internals v0.29.1
13412026-07-14T15:29:29.059Z Downloaded pest_generator v2.8.6
13422026-07-14T15:29:29.059Z Downloaded parking_lot v0.12.5
13432026-07-14T15:29:29.064Z Downloaded structmeta v0.3.0
13442026-07-14T15:29:29.064Z Downloaded serde_path_to_error v0.1.20
13452026-07-14T15:29:29.067Z Downloaded strum v0.27.2
13462026-07-14T15:29:29.067Z Downloaded subtle v2.6.1
13472026-07-14T15:29:29.067Z Downloaded structmeta-derive v0.3.0
13482026-07-14T15:29:29.067Z Downloaded serde_tokenstream v0.2.3
13492026-07-14T15:29:29.070Z Downloaded pin-project v1.1.13
13502026-07-14T15:29:29.075Z Downloaded tabled_derive v0.7.0
13512026-07-14T15:29:29.081Z Downloaded signal-hook-registry v1.4.8
13522026-07-14T15:29:29.081Z Downloaded tabled_derive v0.11.0
13532026-07-14T15:29:29.081Z Downloaded tagptr v0.2.0
13542026-07-14T15:29:29.084Z Downloaded sync_wrapper v1.0.2
13552026-07-14T15:29:29.084Z Downloaded swrite v0.1.0
13562026-07-14T15:29:29.084Z Downloaded take_mut v0.2.2
13572026-07-14T15:29:29.084Z Downloaded supports-color v3.0.2
13582026-07-14T15:29:29.084Z Downloaded tabwriter v1.4.1
13592026-07-14T15:29:29.087Z Downloaded shlex v2.0.1
13602026-07-14T15:29:29.087Z Downloaded sha2 v0.10.9
13612026-07-14T15:29:29.087Z Downloaded terminal_size v0.4.4
13622026-07-14T15:29:29.090Z Downloaded termtree v0.5.1
13632026-07-14T15:29:29.090Z Downloaded rustls-pki-types v1.14.1
13642026-07-14T15:29:29.094Z Downloaded progenitor-impl v0.14.0
13652026-07-14T15:29:29.094Z Downloaded testing_table v0.3.0
13662026-07-14T15:29:29.097Z Downloaded jiff-static v0.2.28
13672026-07-14T15:29:29.097Z Downloaded simd-adler32 v0.3.9
13682026-07-14T15:29:29.102Z Downloaded hickory-resolver v0.24.4
13692026-07-14T15:29:29.102Z Downloaded slog-stdlog v4.1.1
13702026-07-14T15:29:29.106Z Downloaded expectorate v1.2.0
13712026-07-14T15:29:29.106Z Downloaded quinn-udp v0.5.14
13722026-07-14T15:29:29.107Z Downloaded slog-scope v4.4.1
13732026-07-14T15:29:29.107Z Downloaded slog-async v2.8.0
13742026-07-14T15:29:29.109Z Downloaded semver v1.0.28
13752026-07-14T15:29:29.109Z Downloaded slog-term v2.9.2
13762026-07-14T15:29:29.113Z Downloaded openssl-sys v0.9.116
13772026-07-14T15:29:29.116Z Downloaded smartstring v1.0.1
13782026-07-14T15:29:29.119Z Downloaded hashbrown v0.12.3
13792026-07-14T15:29:29.119Z Downloaded icu_collections v2.2.0
13802026-07-14T15:29:29.124Z Downloaded snafu-derive v0.8.9
13812026-07-14T15:29:29.130Z Downloaded thread-id v4.2.2
13822026-07-14T15:29:29.130Z Downloaded serde_with_macros v3.20.0
13832026-07-14T15:29:29.131Z Downloaded smf v0.2.3
13842026-07-14T15:29:29.131Z Downloaded slog-json v2.6.1
13852026-07-14T15:29:29.135Z Downloaded static_assertions v1.1.0
13862026-07-14T15:29:29.135Z Downloaded tokio-macros v2.7.0
13872026-07-14T15:29:29.135Z Downloaded slab v0.4.12
13882026-07-14T15:29:29.135Z Downloaded time-core v0.1.8
13892026-07-14T15:29:29.135Z Downloaded thread-id v5.1.0
13902026-07-14T15:29:29.135Z Downloaded synstructure v0.13.2
13912026-07-14T15:29:29.135Z Downloaded slog-dtrace v0.3.0
13922026-07-14T15:29:29.139Z Downloaded toml_datetime v0.6.11
13932026-07-14T15:29:29.139Z Downloaded thiserror-impl-no-std v2.0.2
13942026-07-14T15:29:29.139Z Downloaded pest_meta v2.8.6
13952026-07-14T15:29:29.141Z Downloaded http v1.4.2
13962026-07-14T15:29:29.145Z Downloaded toml_write v0.1.2
13972026-07-14T15:29:29.145Z Downloaded tinyvec_macros v0.1.1
13982026-07-14T15:29:29.148Z Downloaded prettyplease v0.2.37
13992026-07-14T15:29:29.148Z Downloaded progenitor-impl v0.10.0
14002026-07-14T15:29:29.152Z Downloaded strum_macros v0.26.4
14012026-07-14T15:29:29.152Z Downloaded ryu v1.0.23
14022026-07-14T15:29:29.156Z Downloaded proc-macro2 v1.0.106
14032026-07-14T15:29:29.156Z Downloaded rhai_codegen v3.2.0
14042026-07-14T15:29:29.161Z Downloaded tower-service v0.3.3
14052026-07-14T15:29:29.165Z Downloaded tower-layer v0.3.3
14062026-07-14T15:29:29.165Z Downloaded spin v0.9.8
14072026-07-14T15:29:29.168Z Downloaded progenitor-impl v0.13.0
14082026-07-14T15:29:29.177Z Downloaded postcard v1.1.3
14092026-07-14T15:29:29.177Z Downloaded strsim v0.11.1
14102026-07-14T15:29:29.177Z Downloaded schemars v0.8.22
14112026-07-14T15:29:29.183Z Downloaded unit-prefix v0.5.2
14122026-07-14T15:29:29.186Z Downloaded thiserror v1.0.69
14132026-07-14T15:29:29.190Z Downloaded thiserror-impl v2.0.18
14142026-07-14T15:29:29.190Z Downloaded thiserror-impl v1.0.69
14152026-07-14T15:29:29.190Z Downloaded dropshot-api-manager v0.7.2
14162026-07-14T15:29:29.193Z Downloaded serde_derive v1.0.228
14172026-07-14T15:29:29.196Z Downloaded miniz_oxide v0.8.9
14182026-07-14T15:29:29.200Z Downloaded typify-macro v0.4.3
14192026-07-14T15:29:29.200Z Downloaded tokio-tungstenite v0.21.0
14202026-07-14T15:29:29.215Z Downloaded usdt v0.6.0
14212026-07-14T15:29:29.215Z Downloaded tokio-dtrace v0.1.1
14222026-07-14T15:29:29.215Z Downloaded tinystr v0.8.3
14232026-07-14T15:29:29.215Z Downloaded tiny-keccak v2.0.2
14242026-07-14T15:29:29.215Z Downloaded utf8_iter v1.0.4
14252026-07-14T15:29:29.215Z Downloaded utf-8 v0.7.6
14262026-07-14T15:29:29.215Z Downloaded utf8parse v0.2.2
14272026-07-14T15:29:29.215Z Downloaded usdt-attr-macro v0.6.0
14282026-07-14T15:29:29.215Z Downloaded universal-hash v0.5.1
14292026-07-14T15:29:29.215Z Downloaded minimal-lexical v0.2.1
14302026-07-14T15:29:29.215Z Downloaded memchr v2.8.1
14312026-07-14T15:29:29.219Z Downloaded usdt-macro v0.6.0
14322026-07-14T15:29:29.219Z Downloaded usdt-macro v0.5.0
14332026-07-14T15:29:29.219Z Downloaded usdt-attr-macro v0.5.0
14342026-07-14T15:29:29.219Z Downloaded usdt v0.5.0
14352026-07-14T15:29:29.219Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14362026-07-14T15:29:29.222Z Downloaded time-macros v0.2.27
14372026-07-14T15:29:29.222Z Downloaded strum_macros v0.27.2
14382026-07-14T15:29:29.225Z Downloaded rustls-platform-verifier v0.7.0
14392026-07-14T15:29:29.228Z Downloaded toml_writer v1.1.1+spec-1.1.0
14402026-07-14T15:29:29.228Z Downloaded version_check v0.9.5
14412026-07-14T15:29:29.228Z Downloaded tempfile v3.27.0
14422026-07-14T15:29:29.232Z Downloaded waitgroup v0.1.2
14432026-07-14T15:29:29.232Z Downloaded wait-timeout v0.2.1
14442026-07-14T15:29:29.232Z Downloaded slog v2.8.2
14452026-07-14T15:29:29.236Z Downloaded thread_local v1.1.9
14462026-07-14T15:29:29.236Z Downloaded rand v0.8.6
14472026-07-14T15:29:29.239Z Downloaded qorb v0.4.1
14482026-07-14T15:29:29.243Z Downloaded similar v2.7.0
14492026-07-14T15:29:29.247Z Downloaded thiserror v2.0.18
14502026-07-14T15:29:29.247Z Downloaded thin-vec v0.2.18
14512026-07-14T15:29:29.252Z Downloaded smallvec v1.15.1
14522026-07-14T15:29:29.253Z Downloaded rayon-core v1.13.0
14532026-07-14T15:29:29.256Z Downloaded yoke-derive v0.8.2
14542026-07-14T15:29:29.256Z Downloaded untrusted v0.7.1
14552026-07-14T15:29:29.256Z Downloaded mio v1.2.1
14562026-07-14T15:29:29.259Z Downloaded zerofrom-derive v0.1.7
14572026-07-14T15:29:29.259Z Downloaded indexmap v2.14.0
14582026-07-14T15:29:29.262Z Downloaded quinn v0.11.9
14592026-07-14T15:29:29.262Z Downloaded unicode-xid v0.2.6
14602026-07-14T15:29:29.266Z Downloaded untrusted v0.9.0
14612026-07-14T15:29:29.266Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14622026-07-14T15:29:29.266Z Downloaded unicode-linebreak v0.1.5
14632026-07-14T15:29:29.266Z Downloaded unarray v0.1.4
14642026-07-14T15:29:29.269Z Downloaded typify-macro v0.6.2
14652026-07-14T15:29:29.269Z Downloaded typeid v1.0.3
14662026-07-14T15:29:29.269Z Downloaded zeroize_derive v1.4.3
14672026-07-14T15:29:29.269Z Downloaded tokio-rustls v0.26.4
14682026-07-14T15:29:29.272Z Downloaded socket2 v0.6.4
14692026-07-14T15:29:29.272Z Downloaded try-lock v0.2.5
14702026-07-14T15:29:29.272Z Downloaded hyper-util v0.1.20
14712026-07-14T15:29:29.275Z Downloaded zone v0.3.1
14722026-07-14T15:29:29.279Z Downloaded usdt-impl v0.5.0
14732026-07-14T15:29:29.279Z Downloaded oxnet v0.1.6
14742026-07-14T15:29:29.279Z Downloaded log v0.4.32
14752026-07-14T15:29:29.282Z Downloaded scroll_derive v0.12.1
14762026-07-14T15:29:29.282Z Downloaded same-file v1.0.6
14772026-07-14T15:29:29.282Z Downloaded progenitor v0.14.0
14782026-07-14T15:29:29.286Z Downloaded toml v0.8.23
14792026-07-14T15:29:29.286Z Downloaded zone_cfg_derive v0.3.1
14802026-07-14T15:29:29.286Z Downloaded toml_parser v1.1.2+spec-1.1.0
14812026-07-14T15:29:29.289Z Downloaded thiserror-no-std v2.0.2
14822026-07-14T15:29:29.289Z Downloaded tokio-stream v0.1.18
14832026-07-14T15:29:29.295Z Downloaded want v0.3.1
14842026-07-14T15:29:29.298Z Downloaded schemars v1.2.1
14852026-07-14T15:29:29.305Z Downloaded textwrap v0.16.2
14862026-07-14T15:29:29.308Z Downloaded rustls-webpki v0.103.13
14872026-07-14T15:29:29.311Z Downloaded xz2 v0.1.7
14882026-07-14T15:29:29.312Z Downloaded serde v1.0.228
14892026-07-14T15:29:29.312Z Downloaded zerofrom v0.1.8
14902026-07-14T15:29:29.315Z Downloaded ucd-trie v0.1.7
14912026-07-14T15:29:29.315Z Downloaded rand v0.9.4
14922026-07-14T15:29:29.318Z Downloaded hashbrown v0.16.1
14932026-07-14T15:29:29.323Z Downloaded writeable v0.6.3
14942026-07-14T15:29:29.323Z Downloaded whoami v1.6.1
14952026-07-14T15:29:29.323Z Downloaded toml v0.9.12+spec-1.1.0
14962026-07-14T15:29:29.327Z Downloaded toml v1.1.2+spec-1.1.0
14972026-07-14T15:29:29.327Z Downloaded usdt-impl v0.6.0
14982026-07-14T15:29:29.327Z Downloaded test-strategy v0.4.5
14992026-07-14T15:29:29.330Z Downloaded tinyvec v1.11.0
15002026-07-14T15:29:29.333Z Downloaded snafu v0.8.9
15012026-07-14T15:29:29.336Z Downloaded serde_core v1.0.228
15022026-07-14T15:29:29.336Z Downloaded walkdir v2.5.0
15032026-07-14T15:29:29.336Z Downloaded vsss-rs v3.3.4
15042026-07-14T15:29:29.339Z Downloaded zmij v1.0.21
15052026-07-14T15:29:29.339Z Downloaded zeroize v1.8.2
15062026-07-14T15:29:29.339Z Downloaded term v1.2.1
15072026-07-14T15:29:29.343Z Downloaded serde_yaml v0.9.34+deprecated
15082026-07-14T15:29:29.346Z Downloaded hyper v1.10.1
15092026-07-14T15:29:29.350Z Downloaded tracing-attributes v0.1.31
15102026-07-14T15:29:29.350Z Downloaded tracing-core v0.1.36
15112026-07-14T15:29:29.357Z Downloaded schemars v0.9.0
15122026-07-14T15:29:29.360Z Downloaded rand v0.10.2
15132026-07-14T15:29:29.360Z Downloaded pest v2.8.6
15142026-07-14T15:29:29.363Z Downloaded unsafe-libyaml v0.2.11
15152026-07-14T15:29:29.366Z Downloaded hashbrown v0.15.5
15162026-07-14T15:29:29.371Z Downloaded nom v7.1.3
15172026-07-14T15:29:29.375Z Downloaded tungstenite v0.21.0
15182026-07-14T15:29:29.375Z Downloaded typify v0.4.3
15192026-07-14T15:29:29.379Z Downloaded const_format v0.2.36
15202026-07-14T15:29:29.379Z Downloaded uuid v1.23.5
15212026-07-14T15:29:29.382Z Downloaded zerocopy-derive v0.7.35
15222026-07-14T15:29:29.382Z Downloaded yoke v0.8.3
15232026-07-14T15:29:29.387Z Downloaded itertools v0.12.1
15242026-07-14T15:29:29.391Z Downloaded steno v0.4.1
15252026-07-14T15:29:29.391Z Downloaded clap_builder v4.6.0
15262026-07-14T15:29:29.394Z Downloaded aho-corasick v1.1.4
15272026-07-14T15:29:29.399Z Downloaded unicode-ident v1.0.24
15282026-07-14T15:29:29.402Z Downloaded nom v8.0.0
15292026-07-14T15:29:29.402Z Downloaded zerovec-derive v0.11.3
15302026-07-14T15:29:29.406Z Downloaded hkdf v0.12.4
15312026-07-14T15:29:29.406Z Downloaded typify v0.6.2
15322026-07-14T15:29:29.415Z Downloaded hashbrown v0.17.1
15332026-07-14T15:29:29.419Z Downloaded itertools v0.15.0
15342026-07-14T15:29:29.419Z Downloaded libm v0.2.16
15352026-07-14T15:29:29.422Z Downloaded toml_edit v0.25.12+spec-1.1.0
15362026-07-14T15:29:29.423Z Downloaded futures-util v0.3.32
15372026-07-14T15:29:29.428Z Downloaded h2 v0.4.14
15382026-07-14T15:29:29.432Z Downloaded icu_properties_data v2.2.0
15392026-07-14T15:29:29.438Z Downloaded goblin v0.8.2
15402026-07-14T15:29:29.441Z Downloaded itertools v0.14.0
15412026-07-14T15:29:29.445Z Downloaded idna v1.1.0
15422026-07-14T15:29:29.451Z Downloaded ron v0.12.1
15432026-07-14T15:29:29.455Z Downloaded toml_edit v0.19.15
15442026-07-14T15:29:29.466Z Downloaded toml_edit v0.22.27
15452026-07-14T15:29:29.469Z Downloaded iddqd v0.4.5
15462026-07-14T15:29:29.478Z Downloaded tower v0.5.3
15472026-07-14T15:29:29.498Z Downloaded url v2.5.8
15482026-07-14T15:29:29.504Z Downloaded portable-atomic v1.13.1
15492026-07-14T15:29:29.517Z Downloaded typenum v1.20.1
15502026-07-14T15:29:29.522Z Downloaded typed-path v0.9.3
15512026-07-14T15:29:29.525Z Downloaded regex v1.12.3
15522026-07-14T15:29:29.528Z Downloaded zerocopy-derive v0.8.50
15532026-07-14T15:29:29.532Z Downloaded tower-http v0.6.11
15542026-07-14T15:29:29.540Z Downloaded zerotrie v0.2.4
15552026-07-14T15:29:29.544Z Downloaded unicode-segmentation v1.13.3
15562026-07-14T15:29:29.544Z Downloaded reqwest v0.13.4
15572026-07-14T15:29:29.547Z Downloaded serde_with v3.20.0
15582026-07-14T15:29:29.552Z Downloaded reqwest v0.12.28
15592026-07-14T15:29:29.555Z Downloaded goblin v0.10.7
15602026-07-14T15:29:29.559Z Downloaded winnow v0.5.40
15612026-07-14T15:29:29.564Z Downloaded serde_json v1.0.150
15622026-07-14T15:29:29.592Z Downloaded rayon v1.12.0
15632026-07-14T15:29:29.597Z Downloaded chrono v0.4.45
15642026-07-14T15:29:29.600Z Downloaded aws-lc-rs v1.17.0
15652026-07-14T15:29:29.608Z Downloaded proptest v1.11.0
15662026-07-14T15:29:29.614Z Downloaded tough v0.22.0
15672026-07-14T15:29:29.624Z Downloaded unicode-normalization v0.1.25
15682026-07-14T15:29:29.631Z Downloaded tokio-util v0.7.18
15692026-07-14T15:29:29.636Z Downloaded tabled v0.21.0
15702026-07-14T15:29:29.651Z Downloaded winnow v0.7.15
15712026-07-14T15:29:29.657Z Downloaded syn v1.0.109
15722026-07-14T15:29:29.662Z Downloaded zerovec v0.11.6
15732026-07-14T15:29:29.666Z Downloaded moka v0.12.15
15742026-07-14T15:29:29.679Z Downloaded dropshot v0.17.1
15752026-07-14T15:29:29.694Z Downloaded zerocopy v0.7.35
15762026-07-14T15:29:29.699Z Downloaded unicode-width v0.2.2
15772026-07-14T15:29:29.703Z Downloaded quinn-proto v0.11.14
15782026-07-14T15:29:29.707Z Downloaded unicode-width v0.1.14
15792026-07-14T15:29:29.710Z Downloaded tabled v0.15.0
15802026-07-14T15:29:29.719Z Downloaded winnow v1.0.3
15812026-07-14T15:29:29.725Z Downloaded regress v0.10.5
15822026-07-14T15:29:29.730Z Downloaded rhai v1.25.1
15832026-07-14T15:29:29.737Z Downloaded zerocopy v0.8.50
15842026-07-14T15:29:29.748Z Downloaded bstr v1.12.1
15852026-07-14T15:29:29.752Z Downloaded webpki-roots v1.0.7
15862026-07-14T15:29:29.756Z Downloaded rustix v0.38.44
15872026-07-14T15:29:29.767Z Downloaded time v0.3.47
15882026-07-14T15:29:29.774Z Downloaded openssl v0.10.80
15892026-07-14T15:29:29.779Z Downloaded vcpkg v0.2.15
15902026-07-14T15:29:29.802Z Downloaded rustix v1.1.4
15912026-07-14T15:29:29.816Z Downloaded regress v0.11.1
15922026-07-14T15:29:29.825Z Downloaded hickory-proto v0.25.2
15932026-07-14T15:29:29.830Z Downloaded nix v0.31.3
15942026-07-14T15:29:29.836Z Downloaded openapiv3 v2.2.0
15952026-07-14T15:29:29.843Z Downloaded regex-syntax v0.8.10
15962026-07-14T15:29:29.848Z Downloaded rustls v0.23.40
15972026-07-14T15:29:29.855Z Downloaded smoltcp v0.11.0
15982026-07-14T15:29:29.862Z Downloaded curve25519-dalek v4.1.3
15992026-07-14T15:29:29.867Z Downloaded syn v2.0.117
16002026-07-14T15:29:29.874Z Downloaded regex-automata v0.4.14
16012026-07-14T15:29:29.882Z Downloaded hickory-proto v0.24.4
16022026-07-14T15:29:29.912Z Downloaded libc v0.2.186
16032026-07-14T15:29:29.932Z Downloaded sha3 v0.10.9
16042026-07-14T15:29:29.942Z Downloaded tokio v1.52.3
16052026-07-14T15:29:29.964Z Downloaded typify-impl v0.6.2
16062026-07-14T15:29:29.973Z Downloaded typify-impl v0.4.3
16072026-07-14T15:29:29.982Z Downloaded tracing v0.1.44
16082026-07-14T15:29:29.995Z Downloaded sled v0.34.7
16092026-07-14T15:29:30.009Z Downloaded encoding_rs v0.8.35
16102026-07-14T15:29:30.063Z Downloaded petgraph v0.6.5
16112026-07-14T15:29:30.083Z Downloaded lzma-sys v0.1.20
16122026-07-14T15:29:30.100Z Downloaded jiff v0.2.28
16132026-07-14T15:29:30.110Z Downloaded petgraph v0.8.3
16142026-07-14T15:29:30.123Z Downloaded chrono-tz v0.10.4
16152026-07-14T15:29:30.134Z Downloaded csv v1.4.0
16162026-07-14T15:29:30.211Z Downloaded ring v0.17.14
16172026-07-14T15:29:30.735Z Downloaded aws-lc-sys v0.41.0
16182026-07-14T15:29:31.085Z Compiling proc-macro2 v1.0.106
16192026-07-14T15:29:31.086Z Compiling quote v1.0.45
16202026-07-14T15:29:31.086Z Compiling unicode-ident v1.0.24
16212026-07-14T15:29:31.089Z Compiling serde_core v1.0.228
16222026-07-14T15:29:31.089Z Compiling serde v1.0.228
16232026-07-14T15:29:31.089Z Compiling libc v0.2.186
16242026-07-14T15:29:31.089Z Compiling cfg-if v1.0.4
16252026-07-14T15:29:31.408Z Compiling zmij v1.0.21
16262026-07-14T15:29:31.426Z Compiling autocfg v1.5.1
16272026-07-14T15:29:31.710Z Compiling memchr v2.8.1
16282026-07-14T15:29:31.755Z Compiling libm v0.2.16
16292026-07-14T15:29:32.101Z Compiling itoa v1.0.18
16302026-07-14T15:29:32.154Z Compiling icu_properties_data v2.2.0
16312026-07-14T15:29:32.396Z Compiling icu_normalizer_data v2.2.0
16322026-07-14T15:29:32.443Z Compiling version_check v0.9.5
16332026-07-14T15:29:32.479Z Compiling stable_deref_trait v1.2.1
16342026-07-14T15:29:32.599Z Compiling serde_json v1.0.150
16352026-07-14T15:29:32.643Z Compiling syn v2.0.117
16362026-07-14T15:29:32.748Z Compiling parking_lot_core v0.9.12
16372026-07-14T15:29:32.771Z Compiling writeable v0.6.3
16382026-07-14T15:29:32.889Z Compiling litemap v0.8.2
16392026-07-14T15:29:32.931Z Compiling num-traits v0.2.19
16402026-07-14T15:29:33.012Z Compiling utf8_iter v1.0.4
16412026-07-14T15:29:33.103Z Compiling thiserror v2.0.18
16422026-07-14T15:29:33.181Z Compiling percent-encoding v2.3.2
16432026-07-14T15:29:33.441Z Compiling form_urlencoded v1.2.2
16442026-07-14T15:29:33.456Z Compiling zerocopy v0.8.50
16452026-07-14T15:29:33.456Z Compiling errno v0.3.14
16462026-07-14T15:29:33.489Z Compiling getrandom v0.4.2
16472026-07-14T15:29:33.664Z Compiling rand_core v0.10.1
16482026-07-14T15:29:33.707Z Compiling iana-time-zone v0.1.65
16492026-07-14T15:29:34.000Z Compiling uuid v1.23.5
16502026-07-14T15:29:34.051Z Compiling heck v0.5.0
16512026-07-14T15:29:34.126Z Compiling jobserver v0.1.34
16522026-07-14T15:29:34.355Z Compiling shlex v2.0.1
16532026-07-14T15:29:34.552Z Compiling find-msvc-tools v0.1.9
16542026-07-14T15:29:34.585Z Compiling rustversion v1.0.22
16552026-07-14T15:29:34.690Z Compiling semver v1.0.28
16562026-07-14T15:29:34.782Z Compiling cc v1.2.63
16572026-07-14T15:29:34.800Z Compiling dyn-clone v1.0.20
16582026-07-14T15:29:34.817Z Compiling schemars v0.8.22
16592026-07-14T15:29:34.957Z Compiling pin-project-lite v0.2.17
16602026-07-14T15:29:35.072Z Compiling getrandom v0.2.17
16612026-07-14T15:29:35.120Z Compiling scopeguard v1.2.0
16622026-07-14T15:29:35.212Z Compiling bitflags v2.12.1
16632026-07-14T15:29:35.248Z Compiling lock_api v0.4.14
16642026-07-14T15:29:35.385Z Compiling socket2 v0.6.4
16652026-07-14T15:29:35.517Z Compiling synstructure v0.13.2
16662026-07-14T15:29:35.536Z Compiling serde_derive_internals v0.29.1
16672026-07-14T15:29:35.651Z Compiling cmake v0.1.58
16682026-07-14T15:29:35.673Z Compiling signal-hook-registry v1.4.8
16692026-07-14T15:29:36.016Z Compiling mio v1.2.1
16702026-07-14T15:29:36.049Z Compiling fs_extra v1.3.0
16712026-07-14T15:29:36.139Z Compiling dunce v1.0.5
16722026-07-14T15:29:36.156Z Compiling portable-atomic v1.13.1
16732026-07-14T15:29:36.215Z Compiling critical-section v1.2.0
16742026-07-14T15:29:36.232Z Compiling log v0.4.32
16752026-07-14T15:29:36.251Z Compiling futures-core v0.3.32
16762026-07-14T15:29:36.324Z Compiling aws-lc-sys v0.41.0
16772026-07-14T15:29:36.413Z Compiling subtle v2.6.1
16782026-07-14T15:29:36.429Z Compiling getrandom v0.3.4
16792026-07-14T15:29:36.593Z Compiling equivalent v1.0.2
16802026-07-14T15:29:36.610Z Compiling httparse v1.10.1
16812026-07-14T15:29:36.688Z Compiling futures-sink v0.3.32
16822026-07-14T15:29:36.741Z Compiling serde_derive v1.0.228
16832026-07-14T15:29:36.757Z Compiling zerofrom-derive v0.1.7
16842026-07-14T15:29:36.782Z Compiling yoke-derive v0.8.2
16852026-07-14T15:29:36.803Z Compiling zerovec-derive v0.11.3
16862026-07-14T15:29:36.908Z Compiling displaydoc v0.2.6
16872026-07-14T15:29:36.997Z Compiling schemars_derive v0.8.22
16882026-07-14T15:29:37.268Z Compiling thiserror-impl v2.0.18
16892026-07-14T15:29:37.460Z Compiling tokio-macros v2.7.0
16902026-07-14T15:29:37.730Z Compiling zerocopy-derive v0.8.50
16912026-07-14T15:29:37.894Z Compiling zeroize_derive v1.4.3
16922026-07-14T15:29:37.927Z Compiling futures-macro v0.3.32
16932026-07-14T15:29:37.992Z Compiling zerofrom v0.1.8
16942026-07-14T15:29:38.100Z Compiling yoke v0.8.3
16952026-07-14T15:29:38.256Z Compiling once_cell v1.21.4
16962026-07-14T15:29:38.259Z Compiling rustix v1.1.4
16972026-07-14T15:29:38.305Z Compiling zerovec v0.11.6
16982026-07-14T15:29:38.492Z Compiling zerotrie v0.2.4
16992026-07-14T15:29:38.572Z Compiling zeroize v1.8.2
17002026-07-14T15:29:38.627Z Compiling slab v0.4.12
17012026-07-14T15:29:38.793Z Compiling thiserror v1.0.69
17022026-07-14T15:29:38.808Z Compiling ucd-trie v0.1.7
17032026-07-14T15:29:38.838Z Compiling typenum v1.20.1
17042026-07-14T15:29:38.860Z Compiling futures-channel v0.3.32
17052026-07-14T15:29:38.926Z Compiling tinystr v0.8.3
17062026-07-14T15:29:38.944Z Compiling potential_utf v0.1.5
17072026-07-14T15:29:39.039Z Compiling pest v2.8.6
17082026-07-14T15:29:39.121Z Compiling icu_locale_core v2.2.0
17092026-07-14T15:29:39.122Z Compiling icu_collections v2.2.0
17102026-07-14T15:29:39.157Z Compiling thiserror-impl v1.0.69
17112026-07-14T15:29:39.161Z Compiling futures-task v0.3.32
17122026-07-14T15:29:39.402Z Compiling futures-io v0.3.32
17132026-07-14T15:29:39.704Z Compiling futures-util v0.3.32
17142026-07-14T15:29:39.957Z Compiling smallvec v1.15.1
17152026-07-14T15:29:40.043Z Compiling bytes v1.11.1
17162026-07-14T15:29:40.121Z Compiling icu_provider v2.2.0
17172026-07-14T15:29:40.252Z Compiling chrono v0.4.45
17182026-07-14T15:29:40.392Z Compiling serde_tokenstream v0.2.3
17192026-07-14T15:29:40.651Z Compiling icu_properties v2.2.0
17202026-07-14T15:29:40.688Z Compiling icu_normalizer v2.2.0
17212026-07-14T15:29:40.733Z Compiling parking_lot v0.12.5
17222026-07-14T15:29:41.510Z Compiling tokio v1.52.3
17232026-07-14T15:29:41.600Z Compiling idna_adapter v1.2.2
17242026-07-14T15:29:41.757Z Compiling idna v1.1.0
17252026-07-14T15:29:41.851Z Compiling pest_meta v2.8.6
17262026-07-14T15:29:41.962Z Compiling regex-syntax v0.8.10
17272026-07-14T15:29:42.222Z Compiling url v2.5.8
17282026-07-14T15:29:42.349Z Compiling strsim v0.11.1
17292026-07-14T15:29:42.416Z Compiling rand_core v0.6.4
17302026-07-14T15:29:42.656Z Compiling pest_generator v2.8.6
17312026-07-14T15:29:42.683Z Compiling aho-corasick v1.1.4
17322026-07-14T15:29:43.275Z Compiling pest_derive v2.8.6
17332026-07-14T15:29:43.675Z Compiling byteorder v1.5.0
17342026-07-14T15:29:43.833Z Compiling hashbrown v0.17.1
17352026-07-14T15:29:43.834Z Compiling regex-automata v0.4.14
17362026-07-14T15:29:43.937Z Compiling tracing-core v0.1.36
17372026-07-14T15:29:43.983Z Compiling tracing-attributes v0.1.31
17382026-07-14T15:29:44.055Z Compiling ipnetwork v0.21.1
17392026-07-14T15:29:44.555Z Compiling indexmap v2.14.0
17402026-07-14T15:29:44.692Z Compiling ident_case v1.0.1
17412026-07-14T15:29:44.829Z Compiling slog v2.8.2
17422026-07-14T15:29:45.092Z Compiling anyhow v1.0.103
17432026-07-14T15:29:45.269Z Compiling tracing v0.1.44
17442026-07-14T15:29:45.288Z Compiling paste v1.0.15
17452026-07-14T15:29:45.409Z Compiling fnv v1.0.7
17462026-07-14T15:29:45.525Z Compiling base64 v0.22.1
17472026-07-14T15:29:45.606Z Compiling regex v1.12.3
17482026-07-14T15:29:45.716Z Compiling erased-serde v0.3.31
17492026-07-14T15:29:46.174Z Compiling omicron-workspace-hack v0.1.0
17502026-07-14T15:29:46.413Z Compiling http v1.4.2
17512026-07-14T15:29:46.946Z Compiling oxnet v0.1.6
17522026-07-14T15:29:47.223Z Compiling rustls-pki-types v1.14.1
17532026-07-14T15:29:47.797Z Compiling scroll_derive v0.13.1
17542026-07-14T15:29:48.055Z Compiling ring v0.17.14
17552026-07-14T15:29:48.233Z Compiling num-conv v0.2.2
17562026-07-14T15:29:48.344Z Compiling aws-lc-rs v1.17.0
17572026-07-14T15:29:48.393Z Compiling time-core v0.1.8
17582026-07-14T15:29:48.543Z Compiling time-macros v0.2.27
17592026-07-14T15:29:48.782Z Compiling tokio-util v0.7.18
17602026-07-14T15:29:49.078Z Compiling untrusted v0.9.0
17612026-07-14T15:29:49.249Z Compiling untrusted v0.7.1
17622026-07-14T15:29:49.387Z Compiling ipnet v2.12.0
17632026-07-14T15:29:49.543Z Compiling camino v1.2.4
17642026-07-14T15:29:49.900Z Compiling ppv-lite86 v0.2.21
17652026-07-14T15:29:50.231Z Compiling async-trait v0.1.89
17662026-07-14T15:29:50.249Z Compiling daft-derive v0.1.7
17672026-07-14T15:29:50.315Z Compiling crc32fast v1.5.0
17682026-07-14T15:29:50.605Z Compiling rustls v0.23.40
17692026-07-14T15:29:50.954Z Compiling http-body v1.0.1
17702026-07-14T15:29:51.047Z Compiling atomic-waker v1.1.2
17712026-07-14T15:29:51.118Z Compiling usdt-impl v0.6.0
17722026-07-14T15:29:51.168Z Compiling crossbeam-utils v0.8.21
17732026-07-14T15:29:51.185Z Compiling pretty-hex v0.4.2
17742026-07-14T15:29:51.380Z Compiling scroll v0.13.0
17752026-07-14T15:29:51.508Z Compiling ryu v1.0.23
17762026-07-14T15:29:51.643Z Compiling plain v0.2.3
17772026-07-14T15:29:51.758Z Compiling tower-service v0.3.3
17782026-07-14T15:29:51.782Z Compiling tower-layer v0.3.3
17792026-07-14T15:29:51.801Z Compiling try-lock v0.2.5
17802026-07-14T15:29:51.859Z Compiling goblin v0.10.7
17812026-07-14T15:29:51.918Z Compiling want v0.3.1
17822026-07-14T15:29:52.107Z Compiling h2 v0.4.14
17832026-07-14T15:29:52.515Z Compiling slog-async v2.8.0
17842026-07-14T15:29:52.834Z Compiling httpdate v1.0.3
17852026-07-14T15:29:52.958Z Compiling dtrace-parser v0.3.0
17862026-07-14T15:29:53.201Z Compiling thread-id v5.1.0
17872026-07-14T15:29:53.292Z Compiling ref-cast v1.0.25
17882026-07-14T15:29:55.052Z Compiling dof v0.4.0
17892026-07-14T15:29:55.448Z Compiling hyper v1.10.1
17902026-07-14T15:29:55.591Z Compiling serde_urlencoded v0.7.1
17912026-07-14T15:29:56.051Z Compiling http-body-util v0.1.3
17922026-07-14T15:29:56.344Z Compiling rand_core v0.9.5
17932026-07-14T15:29:56.434Z Compiling ref-cast-impl v1.0.25
17942026-07-14T15:29:56.612Z Compiling syn v1.0.109
17952026-07-14T15:29:56.952Z Compiling hyper-util v0.1.20
17962026-07-14T15:29:57.913Z Compiling usdt-macro v0.6.0
17972026-07-14T15:29:58.509Z Compiling usdt-attr-macro v0.6.0
17982026-07-14T15:29:58.924Z Compiling structmeta-derive v0.3.0
17992026-07-14T15:29:59.408Z Compiling multer v3.1.0
18002026-07-14T15:29:59.757Z Compiling allocator-api2 v0.2.21
18012026-07-14T15:29:59.775Z Compiling foldhash v0.2.0
18022026-07-14T15:29:59.795Z Compiling powerfmt v0.2.0
18032026-07-14T15:30:00.013Z Compiling structmeta v0.3.0
18042026-07-14T15:30:00.048Z Compiling deranged v0.5.8
18052026-07-14T15:30:00.150Z Compiling hashbrown v0.16.1
18062026-07-14T15:30:00.214Z Compiling rand_chacha v0.9.0
18072026-07-14T15:30:00.233Z Compiling darling_core v0.23.0
18082026-07-14T15:30:00.318Z Compiling newtype-uuid-macros v0.1.0
18092026-07-14T15:30:00.924Z Compiling num_threads v0.1.7
18102026-07-14T15:30:01.141Z Compiling rand v0.9.4
18112026-07-14T15:30:01.158Z Compiling time v0.3.47
18122026-07-14T15:30:01.234Z Compiling newtype-uuid v1.3.2
18132026-07-14T15:30:01.868Z Compiling async-stream-impl v0.3.6
18142026-07-14T15:30:02.184Z Compiling strum_macros v0.26.4
18152026-07-14T15:30:02.209Z Compiling sync_wrapper v1.0.2
18162026-07-14T15:30:02.273Z Compiling darling_macro v0.23.0
18172026-07-14T15:30:02.327Z Compiling dropshot v0.17.1
18182026-07-14T15:30:02.581Z Compiling fastrand v2.4.1
18192026-07-14T15:30:02.863Z Compiling hex v0.4.3
18202026-07-14T15:30:02.922Z Compiling darling v0.23.0
18212026-07-14T15:30:03.012Z Compiling tower v0.5.3
18222026-07-14T15:30:03.157Z Compiling daft v0.1.7
18232026-07-14T15:30:03.588Z Compiling crossbeam-channel v0.5.15
18242026-07-14T15:30:03.818Z Compiling webpki-roots v1.0.7
18252026-07-14T15:30:03.892Z Compiling openapiv3 v2.2.0
18262026-07-14T15:30:03.989Z Compiling generic-array v0.14.7
18272026-07-14T15:30:04.468Z Compiling tower-http v0.6.11
18282026-07-14T15:30:04.505Z Compiling serde_with_macros v3.20.0
18292026-07-14T15:30:05.083Z Compiling futures-executor v0.3.32
18302026-07-14T15:30:05.147Z Compiling dropshot_endpoint v0.17.1
18312026-07-14T15:30:05.558Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18322026-07-14T15:30:05.640Z Compiling thread_local v1.1.9
18332026-07-14T15:30:06.041Z Compiling cpufeatures v0.3.0
18342026-07-14T15:30:06.107Z Compiling openssl-probe v0.2.1
18352026-07-14T15:30:06.125Z Compiling futures v0.3.32
18362026-07-14T15:30:06.361Z Compiling rustls-native-certs v0.8.4
18372026-07-14T15:30:06.772Z Compiling tempfile v3.27.0
18382026-07-14T15:30:06.776Z Compiling derive-ex v0.1.8
18392026-07-14T15:30:07.256Z Compiling strum_macros v0.27.2
18402026-07-14T15:30:07.582Z Compiling is-terminal v0.4.17
18412026-07-14T15:30:07.692Z Compiling winnow v1.0.3
18422026-07-14T15:30:07.718Z Compiling take_mut v0.2.2
18432026-07-14T15:30:07.840Z Compiling term v1.2.1
18442026-07-14T15:30:08.361Z Compiling test-strategy v0.4.5
18452026-07-14T15:30:08.761Z Compiling slog-term v2.9.2
18462026-07-14T15:30:10.112Z Compiling macaddr v1.0.1
18472026-07-14T15:30:10.306Z Compiling hybrid-array v0.4.12
18482026-07-14T15:30:10.649Z Compiling adler2 v2.0.1
18492026-07-14T15:30:10.701Z Compiling match_cfg v0.1.0
18502026-07-14T15:30:10.785Z Compiling simd-adler32 v0.3.9
18512026-07-14T15:30:10.801Z Compiling hostname v0.3.1
18522026-07-14T15:30:10.966Z Compiling miniz_oxide v0.8.9
18532026-07-14T15:30:11.740Z Compiling slog-json v2.6.1
18542026-07-14T15:30:12.024Z Compiling memmap2 v0.9.10
18552026-07-14T15:30:12.333Z Compiling usdt v0.6.0
18562026-07-14T15:30:12.398Z Compiling slog-bunyan v2.5.0
18572026-07-14T15:30:12.488Z Compiling flate2 v1.1.9
18582026-07-14T15:30:12.588Z Compiling crypto-common v0.2.2
18592026-07-14T15:30:12.959Z Compiling block-buffer v0.12.0
18602026-07-14T15:30:13.019Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-07-14T15:30:13.189Z Compiling either v1.16.0
18622026-07-14T15:30:13.287Z Compiling compression-core v0.4.32
18632026-07-14T15:30:13.415Z Compiling const-oid v0.10.2
18642026-07-14T15:30:13.468Z Compiling debug-ignore v1.0.5
18652026-07-14T15:30:13.548Z Compiling compression-codecs v0.4.38
18662026-07-14T15:30:13.587Z Compiling digest v0.11.3
18672026-07-14T15:30:13.863Z Compiling toml_parser v1.1.2+spec-1.1.0
18682026-07-14T15:30:13.906Z Compiling crypto-common v0.1.7
18692026-07-14T15:30:13.951Z Compiling parse-display-derive v0.10.0
18702026-07-14T15:30:14.059Z Compiling rand_chacha v0.3.1
18712026-07-14T15:30:14.096Z Compiling serde_spanned v1.1.1
18722026-07-14T15:30:14.220Z Compiling toml_datetime v1.1.1+spec-1.1.0
18732026-07-14T15:30:14.254Z Compiling encoding_rs v0.8.35
18742026-07-14T15:30:14.659Z Compiling spin v0.9.8
18752026-07-14T15:30:14.698Z Compiling toml_writer v1.1.1+spec-1.1.0
18762026-07-14T15:30:14.795Z Compiling mime v0.3.17
18772026-07-14T15:30:14.983Z Compiling toml v1.1.2+spec-1.1.0
18782026-07-14T15:30:15.192Z Compiling rand v0.8.6
18792026-07-14T15:30:15.273Z Compiling async-compression v0.4.42
18802026-07-14T15:30:15.574Z Compiling sha1 v0.11.0
18812026-07-14T15:30:15.727Z Compiling strum v0.26.3
18822026-07-14T15:30:15.924Z Compiling async-stream v0.3.6
18832026-07-14T15:30:15.971Z Compiling waitgroup v0.1.2
18842026-07-14T15:30:16.120Z Compiling rustls-pemfile v2.2.0
18852026-07-14T15:30:16.138Z Compiling serde_path_to_error v0.1.20
18862026-07-14T15:30:16.205Z Compiling wait-timeout v0.2.1
18872026-07-14T15:30:16.408Z Compiling hostname v0.4.2
18882026-07-14T15:30:16.700Z Compiling bit-vec v0.8.0
18892026-07-14T15:30:16.776Z Compiling quick-error v1.2.3
18902026-07-14T15:30:16.896Z Compiling rusty-fork v0.3.1
18912026-07-14T15:30:16.934Z Compiling bit-set v0.8.0
18922026-07-14T15:30:17.016Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-07-14T15:30:17.123Z Compiling serde_with v3.20.0
18942026-07-14T15:30:17.427Z Compiling rand_xorshift v0.4.0
18952026-07-14T15:30:17.594Z Compiling unarray v0.1.4
18962026-07-14T15:30:17.698Z Compiling proptest v1.11.0
18972026-07-14T15:30:17.732Z Compiling strum v0.27.2
18982026-07-14T15:30:17.871Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18992026-07-14T15:30:18.025Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19002026-07-14T15:30:18.248Z Compiling instant v0.1.13
19012026-07-14T15:30:18.452Z Compiling itertools v0.14.0
19022026-07-14T15:30:18.566Z Compiling iddqd v0.4.5
19032026-07-14T15:30:19.003Z Compiling unicode-width v0.2.2
19042026-07-14T15:30:19.555Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19052026-07-14T15:30:19.576Z Compiling block-buffer v0.10.4
19062026-07-14T15:30:19.745Z Compiling backon v1.6.0
19072026-07-14T15:30:20.228Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19082026-07-14T15:30:21.541Z Compiling digest v0.10.7
19092026-07-14T15:30:21.632Z Compiling backoff v0.4.0
19102026-07-14T15:30:21.716Z Compiling parse-display v0.10.0
19112026-07-14T15:30:21.837Z Compiling regress v0.10.5
19122026-07-14T15:30:21.840Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19132026-07-14T15:30:22.699Z Compiling humantime v2.3.0
19142026-07-14T15:30:24.586Z Compiling regress v0.11.1
19152026-07-14T15:30:26.144Z Compiling typify-impl v0.6.2
19162026-07-14T15:30:26.377Z Compiling zerocopy-derive v0.7.35
19172026-07-14T15:30:27.324Z Compiling darling_core v0.21.3
19182026-07-14T15:30:27.612Z Compiling clap_derive v4.6.1
19192026-07-14T15:30:27.782Z Compiling utf8parse v0.2.2
19202026-07-14T15:30:27.824Z Compiling convert_case v0.4.0
19212026-07-14T15:30:27.897Z Compiling cpufeatures v0.2.17
19222026-07-14T15:30:28.117Z Compiling derive_more v0.99.20
19232026-07-14T15:30:28.561Z Compiling anstyle-parse v1.0.0
19242026-07-14T15:30:29.389Z Compiling darling_macro v0.21.3
19252026-07-14T15:30:29.469Z Compiling typify-macro v0.6.2
19262026-07-14T15:30:29.779Z Compiling terminal_size v0.4.4
19272026-07-14T15:30:29.916Z Compiling toml_datetime v0.6.11
19282026-07-14T15:30:29.973Z Compiling colorchoice v1.0.5
19292026-07-14T15:30:30.150Z Compiling anstyle v1.0.14
19302026-07-14T15:30:30.167Z Compiling anstyle-query v1.1.5
19312026-07-14T15:30:30.183Z Compiling is_terminal_polyfill v1.70.2
19322026-07-14T15:30:30.291Z Compiling darling v0.21.3
19332026-07-14T15:30:30.360Z Compiling anstream v1.0.0
19342026-07-14T15:30:30.793Z Compiling secrecy v0.10.3
19352026-07-14T15:30:30.924Z Compiling heapless v0.8.0
19362026-07-14T15:30:31.041Z Compiling tinyvec_macros v0.1.1
19372026-07-14T15:30:31.082Z Compiling clap_lex v1.1.0
19382026-07-14T15:30:31.117Z Compiling crucible-workspace-hack v0.1.0
19392026-07-14T15:30:31.390Z Compiling clap_builder v4.6.0
19402026-07-14T15:30:31.589Z Compiling tinyvec v1.11.0
19412026-07-14T15:30:31.606Z Compiling typify v0.6.2
19422026-07-14T15:30:31.870Z Compiling ingot-macros v0.1.1
19432026-07-14T15:30:31.986Z Compiling zerocopy v0.7.35
19442026-07-14T15:30:32.467Z Compiling hash32 v0.3.1
19452026-07-14T15:30:32.513Z Compiling scroll_derive v0.12.1
19462026-07-14T15:30:32.516Z Compiling rustc_version v0.4.1
19472026-07-14T15:30:32.782Z Compiling num-integer v0.1.46
19482026-07-14T15:30:32.805Z Compiling usdt-impl v0.5.0
19492026-07-14T15:30:33.089Z Compiling smoltcp v0.11.0
19502026-07-14T15:30:33.239Z Compiling scroll v0.12.0
19512026-07-14T15:30:33.265Z Compiling clap v4.6.1
19522026-07-14T15:30:33.464Z Compiling curve25519-dalek v4.1.3
19532026-07-14T15:30:33.993Z Compiling dof v0.3.0
19542026-07-14T15:30:34.523Z Compiling ingot-types v0.1.2
19552026-07-14T15:30:35.331Z Compiling hmac v0.12.1
19562026-07-14T15:30:35.332Z Compiling dtrace-parser v0.2.0
19572026-07-14T15:30:35.490Z Compiling inout v0.1.4
19582026-07-14T15:30:35.561Z Compiling ff v0.13.1
19592026-07-14T15:30:35.649Z Compiling cobs v0.3.0
19602026-07-14T15:30:35.907Z Compiling thread-id v4.2.2
19612026-07-14T15:30:36.137Z Compiling bitflags v1.3.2
19622026-07-14T15:30:36.184Z Compiling unsafe-libyaml v0.2.11
19632026-07-14T15:30:36.302Z Compiling managed v0.8.0
19642026-07-14T15:30:36.860Z Compiling serde_yaml v0.9.34+deprecated
19652026-07-14T15:30:37.210Z Compiling postcard v1.1.3
19662026-07-14T15:30:37.522Z Compiling group v0.13.0
19672026-07-14T15:30:37.575Z Compiling cipher v0.4.4
19682026-07-14T15:30:37.827Z Compiling hkdf v0.12.4
19692026-07-14T15:30:37.995Z Compiling ingot v0.1.1
19702026-07-14T15:30:38.584Z Compiling goblin v0.8.2
19712026-07-14T15:30:38.921Z Compiling num-rational v0.4.2
19722026-07-14T15:30:39.759Z Compiling num-iter v0.1.45
19732026-07-14T15:30:40.195Z Compiling tabwriter v1.4.1
19742026-07-14T15:30:40.315Z Compiling universal-hash v0.5.1
19752026-07-14T15:30:40.461Z Compiling crypto-bigint v0.5.5
19762026-07-14T15:30:40.605Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19772026-07-14T15:30:40.640Z Compiling hubpack_derive v0.1.1
19782026-07-14T15:30:41.176Z Compiling thiserror-impl-no-std v2.0.2
19792026-07-14T15:30:41.347Z Compiling crossbeam-epoch v0.9.18
19802026-07-14T15:30:41.809Z Compiling half v2.7.1
19812026-07-14T15:30:41.844Z Compiling curve25519-dalek-derive v0.1.1
19822026-07-14T15:30:42.241Z Compiling num-complex v0.4.6
19832026-07-14T15:30:42.674Z Compiling memoffset v0.9.1
19842026-07-14T15:30:42.791Z Compiling opaque-debug v0.3.1
19852026-07-14T15:30:42.836Z Compiling rustix v0.38.44
19862026-07-14T15:30:43.077Z Compiling base64ct v1.8.3
19872026-07-14T15:30:43.196Z Compiling prettyplease v0.2.37
19882026-07-14T15:30:43.412Z Compiling ciborium-io v0.2.2
19892026-07-14T15:30:43.458Z Compiling base16ct v0.2.0
19902026-07-14T15:30:43.528Z Compiling heck v0.4.1
19912026-07-14T15:30:43.657Z Compiling cfg_aliases v0.2.1
19922026-07-14T15:30:43.745Z Compiling nix v0.31.3
19932026-07-14T15:30:44.233Z Compiling elliptic-curve v0.13.8
19942026-07-14T15:30:44.347Z Compiling ciborium-ll v0.2.2
19952026-07-14T15:30:44.381Z Compiling password-hash v0.5.0
19962026-07-14T15:30:45.047Z Compiling poly1305 v0.8.0
19972026-07-14T15:30:45.654Z Compiling num v0.4.3
19982026-07-14T15:30:45.734Z Compiling thiserror-no-std v2.0.2
19992026-07-14T15:30:45.943Z Compiling hubpack v0.1.2
20002026-07-14T15:30:46.562Z Compiling chacha20 v0.9.1
20012026-07-14T15:30:47.021Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20022026-07-14T15:30:47.110Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-07-14T15:30:47.503Z Compiling reqwest v0.12.28
20042026-07-14T15:30:48.474Z Compiling toml_edit v0.25.12+spec-1.1.0
20052026-07-14T15:30:48.508Z Compiling blake2 v0.10.6
20062026-07-14T15:30:48.673Z Compiling aead v0.5.2
20072026-07-14T15:30:49.042Z Compiling byte-wrapper v0.1.0
20082026-07-14T15:30:49.117Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20092026-07-14T15:30:49.345Z Compiling serde_repr v0.1.20
20102026-07-14T15:30:49.885Z Compiling proc-macro-error-attr v1.0.4
20112026-07-14T15:30:50.020Z Compiling bstr v1.12.1
20122026-07-14T15:30:50.131Z Compiling keccak v0.1.6
20132026-07-14T15:30:50.165Z Compiling static_assertions v1.1.0
20142026-07-14T15:30:50.246Z Compiling float-ord v0.3.2
20152026-07-14T15:30:50.298Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20162026-07-14T15:30:50.541Z Compiling sha3 v0.10.9
20172026-07-14T15:30:51.243Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20182026-07-14T15:30:51.249Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20192026-07-14T15:30:51.403Z Compiling proc-macro-crate v3.5.0
20202026-07-14T15:30:51.558Z Compiling chacha20poly1305 v0.10.1
20212026-07-14T15:30:51.709Z Compiling argon2 v0.5.3
20222026-07-14T15:30:52.091Z Compiling progenitor-client v0.10.0
20232026-07-14T15:30:52.351Z Compiling vsss-rs v3.3.4
20242026-07-14T15:30:53.793Z Compiling rustls-webpki v0.103.13
20252026-07-14T15:30:53.927Z Compiling ciborium v0.2.2
20262026-07-14T15:30:55.319Z Compiling usdt-macro v0.5.0
20272026-07-14T15:30:55.337Z Compiling usdt-attr-macro v0.5.0
20282026-07-14T15:30:56.731Z Compiling num-derive v0.4.2
20292026-07-14T15:30:56.855Z Compiling enum-as-inner v0.6.1
20302026-07-14T15:30:57.442Z Compiling proc-macro-error v1.0.4
20312026-07-14T15:30:57.476Z Compiling memmap v0.7.0
20322026-07-14T15:30:57.707Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20332026-07-14T15:30:57.964Z Compiling indent_write v2.2.0
20342026-07-14T15:30:58.032Z Compiling winnow v0.5.40
20352026-07-14T15:30:58.061Z Compiling data-encoding v2.11.0
20362026-07-14T15:30:58.263Z Compiling usdt v0.5.0
20372026-07-14T15:30:58.408Z Compiling tokio-rustls v0.26.4
20382026-07-14T15:30:58.468Z Compiling rustls-platform-verifier v0.7.0
20392026-07-14T15:30:58.700Z Compiling hyper-rustls v0.27.9
20402026-07-14T15:30:59.057Z Compiling reqwest v0.13.4
20412026-07-14T15:30:59.405Z Compiling toml_edit v0.19.15
20422026-07-14T15:31:00.759Z Compiling progenitor-client v0.14.0
20432026-07-14T15:31:01.202Z Compiling progenitor-extras v0.2.0
20442026-07-14T15:31:01.479Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-07-14T15:31:01.738Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20462026-07-14T15:31:01.851Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-07-14T15:31:02.025Z Compiling num_enum_derive v0.7.6
20482026-07-14T15:31:02.173Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-07-14T15:31:03.964Z Compiling serde_spanned v0.6.9
20502026-07-14T15:31:04.126Z Compiling foreign-types-macros v0.2.3
20512026-07-14T15:31:04.805Z Compiling winnow v0.7.15
20522026-07-14T15:31:10.436Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-07-14T15:31:10.883Z Compiling foreign-types-shared v0.3.1
20542026-07-14T15:31:10.993Z Compiling vcpkg v0.2.15
20552026-07-14T15:31:12.715Z Compiling bytecount v0.6.9
20562026-07-14T15:31:12.916Z Compiling toml_write v0.1.2
20572026-07-14T15:31:13.127Z Compiling colored v3.1.1
20582026-07-14T15:31:13.353Z Compiling pkg-config v0.3.33
20592026-07-14T15:31:13.434Z Compiling toml_edit v0.22.27
20602026-07-14T15:31:13.799Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-07-14T15:31:13.817Z Compiling openssl-sys v0.9.116
20622026-07-14T15:31:14.085Z Compiling foreign-types v0.5.0
20632026-07-14T15:31:14.133Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-07-14T15:31:14.697Z Compiling num_enum v0.7.6
20652026-07-14T15:31:14.851Z Compiling proc-macro-crate v1.3.1
20662026-07-14T15:31:15.328Z Compiling atomicwrites v0.4.4
20672026-07-14T15:31:15.949Z Compiling progenitor-impl v0.14.0
20682026-07-14T15:31:16.068Z Compiling chacha20 v0.10.0
20692026-07-14T15:31:16.379Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20702026-07-14T15:31:16.909Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20712026-07-14T15:31:16.934Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20722026-07-14T15:31:17.009Z Compiling cstr-argument v0.1.2
20732026-07-14T15:31:17.188Z Compiling linked-hash-map v0.5.6
20742026-07-14T15:31:17.206Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20752026-07-14T15:31:17.356Z Compiling rayon-core v1.13.0
20762026-07-14T15:31:17.610Z Compiling resolv-conf v0.7.6
20772026-07-14T15:31:17.671Z Compiling swrite v0.1.0
20782026-07-14T15:31:17.788Z Compiling semver v0.1.20
20792026-07-14T15:31:17.988Z Compiling unicode-segmentation v1.13.3
20802026-07-14T15:31:18.054Z Compiling progenitor-macro v0.14.0
20812026-07-14T15:31:18.123Z Compiling rustc_version v0.1.7
20822026-07-14T15:31:18.270Z Compiling lru-cache v0.1.2
20832026-07-14T15:31:18.421Z Compiling newline-converter v0.3.0
20842026-07-14T15:31:18.589Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20852026-07-14T15:31:18.622Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20862026-07-14T15:31:18.641Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20872026-07-14T15:31:18.778Z Compiling rand v0.10.2
20882026-07-14T15:31:19.484Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20892026-07-14T15:31:19.533Z Compiling num_enum_derive v0.5.11
20902026-07-14T15:31:19.643Z Compiling toml v0.8.23
20912026-07-14T15:31:19.796Z Compiling hickory-proto v0.24.4
20922026-07-14T15:31:20.196Z Compiling similar v2.7.0
20932026-07-14T15:31:20.332Z Compiling crossbeam-deque v0.8.6
20942026-07-14T15:31:20.548Z Compiling progenitor-impl v0.13.0
20952026-07-14T15:31:20.565Z Compiling console v0.15.11
20962026-07-14T15:31:21.819Z Compiling camino-tempfile v1.4.1
20972026-07-14T15:31:22.234Z Compiling serde-big-array v0.5.1
20982026-07-14T15:31:22.255Z Compiling pin-project-internal v1.1.13
20992026-07-14T15:31:22.402Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21002026-07-14T15:31:22.576Z Compiling derive-where v1.6.1
21012026-07-14T15:31:22.936Z Compiling lazy_static v1.5.0
21022026-07-14T15:31:22.937Z Compiling minimal-lexical v0.2.1
21032026-07-14T15:31:23.071Z Compiling siphasher v1.0.3
21042026-07-14T15:31:23.187Z Compiling nom v7.1.3
21052026-07-14T15:31:23.289Z Compiling phf_shared v0.12.1
21062026-07-14T15:31:23.353Z Compiling pin-project v1.1.13
21072026-07-14T15:31:23.469Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21082026-07-14T15:31:23.851Z Compiling progenitor-macro v0.13.0
21092026-07-14T15:31:24.359Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21102026-07-14T15:31:24.544Z Compiling progenitor v0.14.0
21112026-07-14T15:31:24.702Z Compiling hickory-resolver v0.24.4
21122026-07-14T15:31:27.298Z Compiling expectorate v1.2.0
21132026-07-14T15:31:27.518Z Compiling num_enum v0.5.11
21142026-07-14T15:31:28.234Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21152026-07-14T15:31:29.409Z Compiling newtype_derive v0.1.6
21162026-07-14T15:31:29.682Z Compiling progenitor-client v0.13.0
21172026-07-14T15:31:29.897Z Compiling snafu-derive v0.8.9
21182026-07-14T15:31:31.625Z Compiling unicode-normalization v0.1.25
21192026-07-14T15:31:32.250Z Compiling tokio-stream v0.1.18
21202026-07-14T15:31:32.302Z Compiling async-recursion v1.1.1
21212026-07-14T15:31:32.765Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21222026-07-14T15:31:32.801Z Compiling slog-dtrace v0.3.0
21232026-07-14T15:31:33.009Z Compiling csv-core v0.1.13
21242026-07-14T15:31:33.064Z Compiling same-file v1.0.6
21252026-07-14T15:31:33.095Z Compiling foldhash v0.1.5
21262026-07-14T15:31:33.246Z Compiling highway v1.3.0
21272026-07-14T15:31:33.266Z Compiling cancel-safe-futures v0.1.5
21282026-07-14T15:31:33.328Z Compiling konst_macro_rules v0.2.19
21292026-07-14T15:31:33.416Z Compiling chrono-tz v0.10.4
21302026-07-14T15:31:33.524Z Compiling unicode-width v0.1.14
21312026-07-14T15:31:33.541Z Compiling openssl v0.10.80
21322026-07-14T15:31:33.661Z Compiling owo-colors v4.3.0
21332026-07-14T15:31:33.838Z Compiling unicode-xid v0.2.6
21342026-07-14T15:31:33.856Z Compiling foreign-types-shared v0.1.1
21352026-07-14T15:31:33.937Z Compiling foreign-types v0.3.2
21362026-07-14T15:31:33.971Z Compiling const_format_proc_macros v0.2.34
21372026-07-14T15:31:34.034Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-07-14T15:31:34.070Z Compiling konst v0.2.20
21392026-07-14T15:31:34.086Z Compiling hashbrown v0.15.5
21402026-07-14T15:31:34.465Z Compiling csv v1.4.0
21412026-07-14T15:31:34.773Z Compiling walkdir v2.5.0
21422026-07-14T15:31:34.925Z Compiling qorb v0.4.1
21432026-07-14T15:31:35.176Z Compiling olpc-cjson v0.1.4
21442026-07-14T15:31:35.401Z Compiling snafu v0.8.9
21452026-07-14T15:31:35.421Z Compiling progenitor v0.13.0
21462026-07-14T15:31:35.542Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-07-14T15:31:35.971Z Compiling rayon v1.12.0
21482026-07-14T15:31:37.090Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21492026-07-14T15:31:37.628Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-07-14T15:31:38.159Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-07-14T15:31:39.025Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-07-14T15:31:39.589Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21532026-07-14T15:31:39.994Z Compiling phf v0.12.1
21542026-07-14T15:31:40.605Z Compiling zone_cfg_derive v0.3.1
21552026-07-14T15:31:40.841Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-07-14T15:31:41.305Z Compiling tokio-dtrace v0.1.1
21572026-07-14T15:31:41.638Z Compiling globset v0.4.18
21582026-07-14T15:31:41.782Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21592026-07-14T15:31:42.006Z Compiling itertools v0.12.1
21602026-07-14T15:31:43.167Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-07-14T15:31:43.409Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21622026-07-14T15:31:43.491Z Compiling pem v3.0.6
21632026-07-14T15:31:43.785Z Compiling libsw-core v0.3.2
21642026-07-14T15:31:43.793Z Compiling serde_plain v1.0.2
21652026-07-14T15:31:43.968Z Compiling openssl-macros v0.1.1
21662026-07-14T15:31:44.083Z Compiling cookie v0.18.1
21672026-07-14T15:31:44.177Z Compiling sigpipe v0.1.3
21682026-07-14T15:31:44.242Z Compiling typed-path v0.9.3
21692026-07-14T15:31:44.289Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-07-14T15:31:44.370Z Compiling jiff v0.2.28
21712026-07-14T15:31:44.543Z Compiling fixedbitset v0.4.2
21722026-07-14T15:31:44.660Z Compiling fixedbitset v0.5.7
21732026-07-14T15:31:44.813Z Compiling glob v0.3.3
21742026-07-14T15:31:44.920Z Compiling petgraph v0.8.3
21752026-07-14T15:31:45.277Z Compiling petgraph v0.6.5
21762026-07-14T15:31:45.629Z Compiling tough v0.22.0
21772026-07-14T15:31:46.893Z Compiling libsw v3.5.0
21782026-07-14T15:31:47.071Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-07-14T15:31:47.089Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21802026-07-14T15:31:47.146Z Compiling zone v0.3.1
21812026-07-14T15:31:47.291Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21822026-07-14T15:31:47.314Z Compiling oxide-tokio-rt v0.1.6
21832026-07-14T15:31:47.589Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-07-14T15:31:47.896Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-07-14T15:31:48.823Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21862026-07-14T15:31:50.829Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-07-14T15:31:51.023Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-07-14T15:31:51.314Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-07-14T15:31:52.098Z Compiling const_format v0.2.36
21902026-07-14T15:31:52.749Z Compiling papergrid v0.11.0
21912026-07-14T15:31:52.754Z Compiling tabled_derive v0.7.0
21922026-07-14T15:31:53.538Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-07-14T15:31:53.763Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21942026-07-14T15:31:54.418Z Compiling libscf-sys v1.2.0
21952026-07-14T15:31:54.498Z Compiling gethostname v0.5.0
21962026-07-14T15:31:54.570Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-07-14T15:31:54.620Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21982026-07-14T15:31:54.638Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-07-14T15:31:54.656Z Compiling smf v0.2.3
22002026-07-14T15:31:54.718Z Compiling bcs v0.1.6
22012026-07-14T15:31:54.766Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22022026-07-14T15:31:55.117Z Compiling linear-map v1.2.0
22032026-07-14T15:31:55.350Z Compiling termtree v0.5.1
22042026-07-14T15:31:55.529Z Compiling tagptr v0.2.0
22052026-07-14T15:31:55.703Z Compiling whoami v1.6.1
22062026-07-14T15:31:55.778Z Compiling smawk v0.3.2
22072026-07-14T15:31:55.926Z Compiling unicode-linebreak v0.1.5
22082026-07-14T15:31:56.146Z Compiling textwrap v0.16.2
22092026-07-14T15:31:56.205Z Compiling moka v0.12.15
22102026-07-14T15:31:57.648Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-07-14T15:31:57.659Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22122026-07-14T15:31:57.724Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-07-14T15:31:57.883Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-07-14T15:31:57.920Z Compiling tabled v0.15.0
22152026-07-14T15:31:58.891Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-07-14T15:31:59.066Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-07-14T15:31:59.109Z Compiling steno v0.4.1
22182026-07-14T15:32:02.313Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-07-14T15:32:04.063Z Compiling hickory-proto v0.25.2
22202026-07-14T15:32:05.770Z Compiling proc-macro-error-attr2 v2.0.0
22212026-07-14T15:32:05.783Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22222026-07-14T15:32:05.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22232026-07-14T15:32:06.261Z Compiling parking_lot_core v0.8.6
22242026-07-14T15:32:06.276Z Compiling proc-macro-error2 v2.0.1
22252026-07-14T15:32:06.289Z Compiling hickory-resolver v0.25.2
22262026-07-14T15:32:06.490Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22272026-07-14T15:32:06.507Z Compiling tabled_derive v0.11.0
22282026-07-14T15:32:08.339Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22292026-07-14T15:32:08.352Z Compiling papergrid v0.18.0
22302026-07-14T15:32:08.352Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-07-14T15:32:08.352Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22322026-07-14T15:32:09.635Z Compiling testing_table v0.3.0
22332026-07-14T15:32:10.076Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22342026-07-14T15:32:10.620Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-07-14T15:32:11.115Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22362026-07-14T15:32:12.408Z Compiling tabled v0.21.0
22372026-07-14T15:32:12.416Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22382026-07-14T15:32:12.889Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22392026-07-14T15:32:13.008Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22402026-07-14T15:32:13.218Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22412026-07-14T15:32:13.694Z Compiling arc-swap v1.9.1
22422026-07-14T15:32:15.021Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
22432026-07-14T15:32:15.040Z Compiling slog-scope v4.4.1
22442026-07-14T15:32:15.040Z Compiling parking_lot v0.11.2
22452026-07-14T15:32:15.582Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22462026-07-14T15:32:16.427Z Compiling dropshot-api-manager-types v0.7.2
22472026-07-14T15:32:16.763Z Compiling fxhash v0.2.1
22482026-07-14T15:32:16.911Z Compiling crc8 v0.1.1
22492026-07-14T15:32:16.916Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22502026-07-14T15:32:17.014Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
22512026-07-14T15:32:17.050Z Compiling sled v0.34.7
22522026-07-14T15:32:17.785Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22532026-07-14T15:32:19.915Z Compiling slog-stdlog v4.1.1
22542026-07-14T15:32:20.005Z Compiling port-file v0.1.0
22552026-07-14T15:32:20.267Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22562026-07-14T15:32:20.350Z Compiling slog-envlogger v2.2.0
22572026-07-14T15:32:20.553Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22582026-07-14T15:32:21.977Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22592026-07-14T15:32:24.196Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22602026-07-14T15:32:25.859Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22612026-07-14T15:32:27.741Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22622026-07-14T15:32:37.919Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22632026-07-14T15:32:42.204Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22642026-07-14T15:32:45.587Z Finished `release` profile [optimized] target(s) in 3m 39s
22652026-07-14T15:32:45.918Z+ banner trio
22662026-07-14T15:32:45.922Z
22672026-07-14T15:32:45.922Z ##### ##### # ####
22682026-07-14T15:32:45.922Z # # # # # #
22692026-07-14T15:32:45.922Z # # # # # #
22702026-07-14T15:32:45.922Z # ##### # # #
22712026-07-14T15:32:45.922Z # # # # # #
22722026-07-14T15:32:45.923Z # # # # ####
22732026-07-14T15:32:45.923Z
22742026-07-14T15:32:45.923Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22752026-07-14T15:32:46.481Z Compiling cfg-if v1.0.4
22762026-07-14T15:32:46.485Z Compiling libc v0.2.186
22772026-07-14T15:32:46.485Z Compiling serde_core v1.0.228
22782026-07-14T15:32:46.596Z Compiling memchr v2.8.1
22792026-07-14T15:32:46.604Z Compiling itoa v1.0.18
22802026-07-14T15:32:46.611Z Compiling smallvec v1.15.1
22812026-07-14T15:32:46.621Z Compiling stable_deref_trait v1.2.1
22822026-07-14T15:32:46.630Z Compiling zerofrom v0.1.8
22832026-07-14T15:32:46.640Z Compiling zmij v1.0.21
22842026-07-14T15:32:46.690Z Compiling writeable v0.6.3
22852026-07-14T15:32:46.745Z Compiling yoke v0.8.3
22862026-07-14T15:32:46.829Z Compiling litemap v0.8.2
22872026-07-14T15:32:46.855Z Compiling utf8_iter v1.0.4
22882026-07-14T15:32:46.921Z Compiling zerovec v0.11.6
22892026-07-14T15:32:46.936Z Compiling zerotrie v0.2.4
22902026-07-14T15:32:46.966Z Compiling percent-encoding v2.3.2
22912026-07-14T15:32:47.011Z Compiling libm v0.2.16
22922026-07-14T15:32:47.024Z Compiling icu_properties_data v2.2.0
22932026-07-14T15:32:47.097Z Compiling icu_normalizer_data v2.2.0
22942026-07-14T15:32:47.169Z Compiling form_urlencoded v1.2.2
22952026-07-14T15:32:47.173Z Compiling errno v0.3.14
22962026-07-14T15:32:47.246Z Compiling rand_core v0.10.1
22972026-07-14T15:32:47.329Z Compiling iana-time-zone v0.1.65
22982026-07-14T15:32:47.364Z Compiling pin-project-lite v0.2.17
22992026-07-14T15:32:47.406Z Compiling getrandom v0.4.2
23002026-07-14T15:32:47.454Z Compiling zeroize v1.8.2
23012026-07-14T15:32:47.465Z Compiling tinystr v0.8.3
23022026-07-14T15:32:47.522Z Compiling potential_utf v0.1.5
23032026-07-14T15:32:47.607Z Compiling dyn-clone v1.0.20
23042026-07-14T15:32:47.670Z Compiling icu_locale_core v2.2.0
23052026-07-14T15:32:47.682Z Compiling icu_collections v2.2.0
23062026-07-14T15:32:47.692Z Compiling socket2 v0.6.4
23072026-07-14T15:32:47.703Z Compiling scopeguard v1.2.0
23082026-07-14T15:32:47.703Z Compiling parking_lot_core v0.9.12
23092026-07-14T15:32:47.744Z Compiling signal-hook-registry v1.4.8
23102026-07-14T15:32:47.809Z Compiling num-traits v0.2.19
23112026-07-14T15:32:48.098Z Compiling lock_api v0.4.14
23122026-07-14T15:32:48.278Z Compiling mio v1.2.1
23132026-07-14T15:32:48.347Z Compiling parking_lot v0.12.5
23142026-07-14T15:32:48.439Z Compiling serde v1.0.228
23152026-07-14T15:32:48.461Z Compiling serde_json v1.0.150
23162026-07-14T15:32:48.592Z Compiling icu_provider v2.2.0
23172026-07-14T15:32:48.608Z Compiling uuid v1.23.5
23182026-07-14T15:32:48.735Z Compiling semver v1.0.28
23192026-07-14T15:32:48.974Z Compiling bytes v1.11.1
23202026-07-14T15:32:49.059Z Compiling icu_normalizer v2.2.0
23212026-07-14T15:32:49.199Z Compiling icu_properties v2.2.0
23222026-07-14T15:32:49.235Z Compiling chrono v0.4.45
23232026-07-14T15:32:49.278Z Compiling portable-atomic v1.13.1
23242026-07-14T15:32:49.409Z Compiling thiserror v2.0.18
23252026-07-14T15:32:49.521Z Compiling bitflags v2.12.1
23262026-07-14T15:32:49.924Z Compiling tokio v1.52.3
23272026-07-14T15:32:49.938Z Compiling critical-section v1.2.0
23282026-07-14T15:32:50.010Z Compiling futures-core v0.3.32
23292026-07-14T15:32:50.051Z Compiling once_cell v1.21.4
23302026-07-14T15:32:50.176Z Compiling idna_adapter v1.2.2
23312026-07-14T15:32:50.299Z Compiling idna v1.1.0
23322026-07-14T15:32:50.330Z Compiling subtle v2.6.1
23332026-07-14T15:32:50.333Z Compiling log v0.4.32
23342026-07-14T15:32:50.483Z Compiling equivalent v1.0.2
23352026-07-14T15:32:50.511Z Compiling zerocopy v0.8.50
23362026-07-14T15:32:50.570Z Compiling futures-sink v0.3.32
23372026-07-14T15:32:50.583Z Compiling slab v0.4.12
23382026-07-14T15:32:50.681Z Compiling url v2.5.8
23392026-07-14T15:32:50.827Z Compiling typenum v1.20.1
23402026-07-14T15:32:50.830Z Compiling futures-channel v0.3.32
23412026-07-14T15:32:51.100Z Compiling getrandom v0.2.17
23422026-07-14T15:32:51.131Z Compiling futures-io v0.3.32
23432026-07-14T15:32:51.321Z Compiling schemars v0.8.22
23442026-07-14T15:32:51.332Z Compiling futures-task v0.3.32
23452026-07-14T15:32:51.503Z Compiling futures-util v0.3.32
23462026-07-14T15:32:51.638Z Compiling rand_core v0.6.4
23472026-07-14T15:32:51.898Z Compiling hashbrown v0.17.1
23482026-07-14T15:32:52.404Z Compiling tracing-core v0.1.36
23492026-07-14T15:32:52.580Z Compiling indexmap v2.14.0
23502026-07-14T15:32:52.789Z Compiling tracing v0.1.44
23512026-07-14T15:32:53.136Z Compiling ipnetwork v0.21.1
23522026-07-14T15:32:53.246Z Compiling base64 v0.22.1
23532026-07-14T15:32:53.402Z Compiling http v1.4.2
23542026-07-14T15:32:53.485Z Compiling unicode-ident v1.0.24
23552026-07-14T15:32:53.627Z Compiling proc-macro2 v1.0.106
23562026-07-14T15:32:53.694Z Compiling slog v2.8.2
23572026-07-14T15:32:53.711Z Compiling erased-serde v0.3.31
23582026-07-14T15:32:53.725Z Compiling fnv v1.0.7
23592026-07-14T15:32:53.832Z Compiling oxnet v0.1.6
23602026-07-14T15:32:54.341Z Compiling quote v1.0.45
23612026-07-14T15:32:54.802Z Compiling getrandom v0.3.4
23622026-07-14T15:32:55.014Z Compiling syn v2.0.117
23632026-07-14T15:32:55.074Z Compiling tokio-util v0.7.18
23642026-07-14T15:32:55.136Z Compiling byteorder v1.5.0
23652026-07-14T15:32:55.349Z Compiling ipnet v2.12.0
23662026-07-14T15:32:55.394Z Compiling thiserror v1.0.69
23672026-07-14T15:32:55.504Z Compiling ppv-lite86 v0.2.21
23682026-07-14T15:32:55.764Z Compiling rustls-pki-types v1.14.1
23692026-07-14T15:32:55.849Z Compiling aws-lc-sys v0.41.0
23702026-07-14T15:32:56.067Z Compiling http-body v1.0.1
23712026-07-14T15:32:56.237Z Compiling atomic-waker v1.1.2
23722026-07-14T15:32:56.326Z Compiling untrusted v0.7.1
23732026-07-14T15:32:56.352Z Compiling httparse v1.10.1
23742026-07-14T15:32:56.378Z Compiling ryu v1.0.23
23752026-07-14T15:32:56.402Z Compiling tower-service v0.3.3
23762026-07-14T15:32:56.451Z Compiling aws-lc-rs v1.17.0
23772026-07-14T15:32:56.499Z Compiling pretty-hex v0.4.2
23782026-07-14T15:32:56.582Z Compiling tower-layer v0.3.3
23792026-07-14T15:32:56.644Z Compiling try-lock v0.2.5
23802026-07-14T15:32:56.644Z Compiling untrusted v0.9.0
23812026-07-14T15:32:56.667Z Compiling rustls v0.23.40
23822026-07-14T15:32:56.757Z Compiling want v0.3.1
23832026-07-14T15:32:56.776Z Compiling h2 v0.4.14
23842026-07-14T15:32:56.788Z Compiling httpdate v1.0.3
23852026-07-14T15:32:56.820Z Compiling rustix v1.1.4
23862026-07-14T15:32:56.926Z Compiling plain v0.2.3
23872026-07-14T15:32:56.940Z Compiling regex-syntax v0.8.10
23882026-07-14T15:32:57.038Z Compiling omicron-workspace-hack v0.1.0
23892026-07-14T15:32:57.115Z Compiling ucd-trie v0.1.7
23902026-07-14T15:32:57.160Z Compiling crossbeam-utils v0.8.21
23912026-07-14T15:32:57.707Z Compiling rustls-webpki v0.103.13
23922026-07-14T15:32:57.943Z Compiling pest v2.8.6
23932026-07-14T15:32:59.337Z Compiling hyper v1.10.1
23942026-07-14T15:32:59.645Z Compiling serde_urlencoded v0.7.1
23952026-07-14T15:32:59.937Z Compiling http-body-util v0.1.3
23962026-07-14T15:33:00.226Z Compiling rand_core v0.9.5
23972026-07-14T15:33:00.395Z Compiling allocator-api2 v0.2.21
23982026-07-14T15:33:00.501Z Compiling foldhash v0.2.0
23992026-07-14T15:33:00.809Z Compiling hyper-util v0.1.20
24002026-07-14T15:33:00.821Z Compiling hashbrown v0.16.1
24012026-07-14T15:33:01.562Z Compiling newtype-uuid v1.3.2
24022026-07-14T15:33:02.586Z Compiling tokio-rustls v0.26.4
24032026-07-14T15:33:02.910Z Compiling hex v0.4.3
24042026-07-14T15:33:02.976Z Compiling daft v0.1.7
24052026-07-14T15:33:03.195Z Compiling rand_chacha v0.9.0
24062026-07-14T15:33:03.264Z Compiling sync_wrapper v1.0.2
24072026-07-14T15:33:03.380Z Compiling aho-corasick v1.1.4
24082026-07-14T15:33:03.749Z Compiling fastrand v2.4.1
24092026-07-14T15:33:03.766Z Compiling rand v0.9.4
24102026-07-14T15:33:03.861Z Compiling tower v0.5.3
24112026-07-14T15:33:03.991Z Compiling anyhow v1.0.103
24122026-07-14T15:33:04.096Z Compiling powerfmt v0.2.0
24132026-07-14T15:33:04.145Z Compiling generic-array v0.14.7
24142026-07-14T15:33:04.371Z Compiling regex-automata v0.4.14
24152026-07-14T15:33:04.472Z Compiling tower-http v0.6.11
24162026-07-14T15:33:04.530Z Compiling deranged v0.5.8
24172026-07-14T15:33:04.661Z Compiling openapiv3 v2.2.0
24182026-07-14T15:33:04.705Z Compiling time-core v0.1.8
24192026-07-14T15:33:04.857Z Compiling openssl-probe v0.2.1
24202026-07-14T15:33:05.111Z Compiling num-conv v0.2.2
24212026-07-14T15:33:05.170Z Compiling cpufeatures v0.3.0
24222026-07-14T15:33:05.253Z Compiling num_threads v0.1.7
24232026-07-14T15:33:05.271Z Compiling rustls-native-certs v0.8.4
24242026-07-14T15:33:05.348Z Compiling camino v1.2.4
24252026-07-14T15:33:05.635Z Compiling time v0.3.47
24262026-07-14T15:33:05.955Z Compiling tempfile v3.27.0
24272026-07-14T15:33:06.133Z Compiling futures-executor v0.3.32
24282026-07-14T15:33:06.671Z Compiling winnow v1.0.3
24292026-07-14T15:33:06.869Z Compiling regex v1.12.3
24302026-07-14T15:33:07.190Z Compiling futures v0.3.32
24312026-07-14T15:33:07.275Z Compiling rustls-platform-verifier v0.7.0
24322026-07-14T15:33:07.905Z Compiling hyper-rustls v0.27.9
24332026-07-14T15:33:08.129Z Compiling crossbeam-channel v0.5.15
24342026-07-14T15:33:08.325Z Compiling scroll v0.13.0
24352026-07-14T15:33:08.328Z Compiling hybrid-array v0.4.12
24362026-07-14T15:33:08.579Z Compiling simd-adler32 v0.3.9
24372026-07-14T15:33:08.629Z Compiling adler2 v2.0.1
24382026-07-14T15:33:08.796Z Compiling miniz_oxide v0.8.9
24392026-07-14T15:33:08.800Z Compiling goblin v0.10.7
24402026-07-14T15:33:08.818Z Compiling crc32fast v1.5.0
24412026-07-14T15:33:08.833Z Compiling reqwest v0.13.4
24422026-07-14T15:33:09.065Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24432026-07-14T15:33:09.426Z Compiling thread_local v1.1.9
24442026-07-14T15:33:09.798Z Compiling either v1.16.0
24452026-07-14T15:33:10.054Z Compiling flate2 v1.1.9
24462026-07-14T15:33:10.261Z Compiling crypto-common v0.2.2
24472026-07-14T15:33:10.612Z Compiling block-buffer v0.12.0
24482026-07-14T15:33:10.794Z Compiling crypto-common v0.1.7
24492026-07-14T15:33:10.944Z Compiling dtrace-parser v0.3.0
24502026-07-14T15:33:11.117Z Compiling rand_chacha v0.3.1
24512026-07-14T15:33:11.539Z Compiling is-terminal v0.4.17
24522026-07-14T15:33:11.646Z Compiling thread-id v5.1.0
24532026-07-14T15:33:11.738Z Compiling match_cfg v0.1.0
24542026-07-14T15:33:11.751Z Compiling debug-ignore v1.0.5
24552026-07-14T15:33:11.813Z Compiling compression-core v0.4.32
24562026-07-14T15:33:11.862Z Compiling const-oid v0.10.2
24572026-07-14T15:33:11.991Z Compiling dof v0.4.0
24582026-07-14T15:33:12.166Z Compiling take_mut v0.2.2
24592026-07-14T15:33:12.290Z Compiling term v1.2.1
24602026-07-14T15:33:13.486Z Compiling usdt-impl v0.6.0
24612026-07-14T15:33:14.195Z Compiling slog-term v2.9.2
24622026-07-14T15:33:15.082Z Compiling slog-async v2.8.0
24632026-07-14T15:33:15.541Z Compiling digest v0.11.3
24642026-07-14T15:33:15.558Z Compiling compression-codecs v0.4.38
24652026-07-14T15:33:15.738Z Compiling hostname v0.3.1
24662026-07-14T15:33:15.902Z Compiling rand v0.8.6
24672026-07-14T15:33:15.934Z Compiling ref-cast v1.0.25
24682026-07-14T15:33:16.046Z Compiling toml_parser v1.1.2+spec-1.1.0
24692026-07-14T15:33:16.578Z Compiling slog-json v2.6.1
24702026-07-14T15:33:16.712Z Compiling strum v0.26.3
24712026-07-14T15:33:16.855Z Compiling macaddr v1.0.1
24722026-07-14T15:33:16.867Z Compiling serde_spanned v1.1.1
24732026-07-14T15:33:17.014Z Compiling toml_datetime v1.1.1+spec-1.1.0
24742026-07-14T15:33:17.127Z Compiling wait-timeout v0.2.1
24752026-07-14T15:33:17.375Z Compiling memmap2 v0.9.10
24762026-07-14T15:33:17.436Z Compiling encoding_rs v0.8.35
24772026-07-14T15:33:17.626Z Compiling spin v0.9.8
24782026-07-14T15:33:17.665Z Compiling quick-error v1.2.3
24792026-07-14T15:33:17.753Z Compiling toml_writer v1.1.1+spec-1.1.0
24802026-07-14T15:33:17.779Z Compiling bit-vec v0.8.0
24812026-07-14T15:33:17.817Z Compiling mime v0.3.17
24822026-07-14T15:33:18.010Z Compiling bit-set v0.8.0
24832026-07-14T15:33:18.075Z Compiling toml v1.1.2+spec-1.1.0
24842026-07-14T15:33:18.199Z Compiling rusty-fork v0.3.1
24852026-07-14T15:33:18.292Z Compiling usdt v0.6.0
24862026-07-14T15:33:18.947Z Compiling multer v3.1.0
24872026-07-14T15:33:19.043Z Compiling slog-bunyan v2.5.0
24882026-07-14T15:33:19.230Z Compiling async-compression v0.4.42
24892026-07-14T15:33:19.736Z Compiling sha1 v0.11.0
24902026-07-14T15:33:20.156Z Compiling serde_with v3.20.0
24912026-07-14T15:33:20.191Z Compiling async-stream v0.3.6
24922026-07-14T15:33:20.366Z Compiling rand_xorshift v0.4.0
24932026-07-14T15:33:20.392Z Compiling waitgroup v0.1.2
24942026-07-14T15:33:20.450Z Compiling rustls-pemfile v2.2.0
24952026-07-14T15:33:20.524Z Compiling serde_path_to_error v0.1.20
24962026-07-14T15:33:20.544Z Compiling hostname v0.4.2
24972026-07-14T15:33:20.703Z Compiling unarray v0.1.4
24982026-07-14T15:33:20.726Z Compiling progenitor-client v0.14.0
24992026-07-14T15:33:20.810Z Compiling proptest v1.11.0
25002026-07-14T15:33:20.822Z Compiling strum v0.27.2
25012026-07-14T15:33:20.950Z Compiling dropshot v0.17.1
25022026-07-14T15:33:20.973Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25032026-07-14T15:33:21.126Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25042026-07-14T15:33:21.239Z Compiling iddqd v0.4.5
25052026-07-14T15:33:21.357Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25062026-07-14T15:33:21.667Z Compiling reqwest v0.12.28
25072026-07-14T15:33:21.706Z Compiling block-buffer v0.10.4
25082026-07-14T15:33:21.879Z Compiling backon v1.6.0
25092026-07-14T15:33:22.146Z Compiling instant v0.1.13
25102026-07-14T15:33:22.268Z Compiling backoff v0.4.0
25112026-07-14T15:33:22.492Z Compiling progenitor-extras v0.2.0
25122026-07-14T15:33:22.685Z Compiling digest v0.10.7
25132026-07-14T15:33:22.734Z Compiling progenitor-client v0.10.0
25142026-07-14T15:33:22.940Z Compiling parse-display v0.10.0
25152026-07-14T15:33:22.953Z Compiling itertools v0.14.0
25162026-07-14T15:33:23.171Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25172026-07-14T15:33:23.221Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25182026-07-14T15:33:23.869Z Compiling regress v0.10.5
25192026-07-14T15:33:24.500Z Compiling humantime v2.3.0
25202026-07-14T15:33:24.950Z Compiling cpufeatures v0.2.17
25212026-07-14T15:33:25.036Z Compiling unicode-width v0.2.2
25222026-07-14T15:33:25.277Z Compiling heck v0.5.0
25232026-07-14T15:33:25.362Z Compiling secrecy v0.10.3
25242026-07-14T15:33:25.535Z Compiling tinyvec_macros v0.1.1
25252026-07-14T15:33:25.612Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25262026-07-14T15:33:25.872Z Compiling tinyvec v1.11.0
25272026-07-14T15:33:26.321Z Compiling num-integer v0.1.46
25282026-07-14T15:33:26.732Z Compiling scroll v0.12.0
25292026-07-14T15:33:26.818Z Compiling crucible-workspace-hack v0.1.0
25302026-07-14T15:33:26.898Z Compiling hmac v0.12.1
25312026-07-14T15:33:27.037Z Compiling inout v0.1.4
25322026-07-14T15:33:27.060Z Compiling regress v0.11.1
25332026-07-14T15:33:27.087Z Compiling ff v0.13.1
25342026-07-14T15:33:27.206Z Compiling utf8parse v0.2.2
25352026-07-14T15:33:27.238Z Compiling group v0.13.0
25362026-07-14T15:33:27.322Z Compiling anstyle-parse v1.0.0
25372026-07-14T15:33:27.360Z Compiling cipher v0.4.4
25382026-07-14T15:33:27.550Z Compiling hkdf v0.12.4
25392026-07-14T15:33:27.649Z Compiling goblin v0.8.2
25402026-07-14T15:33:27.729Z Compiling num-rational v0.4.2
25412026-07-14T15:33:28.653Z Compiling num-iter v0.1.45
25422026-07-14T15:33:28.787Z Compiling typify-impl v0.6.2
25432026-07-14T15:33:28.865Z Compiling zerocopy v0.7.35
25442026-07-14T15:33:29.475Z Compiling universal-hash v0.5.1
25452026-07-14T15:33:29.630Z Compiling crypto-bigint v0.5.5
25462026-07-14T15:33:29.806Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25472026-07-14T15:33:31.125Z Compiling terminal_size v0.4.4
25482026-07-14T15:33:31.291Z Compiling half v2.7.1
25492026-07-14T15:33:31.567Z Compiling num-complex v0.4.6
25502026-07-14T15:33:31.651Z Compiling anstyle v1.0.14
25512026-07-14T15:33:31.919Z Compiling base64ct v1.8.3
25522026-07-14T15:33:31.938Z Compiling colorchoice v1.0.5
25532026-07-14T15:33:32.014Z Compiling base16ct v0.2.0
25542026-07-14T15:33:32.063Z Compiling opaque-debug v0.3.1
25552026-07-14T15:33:32.141Z Compiling anstyle-query v1.1.5
25562026-07-14T15:33:32.220Z Compiling ciborium-io v0.2.2
25572026-07-14T15:33:32.255Z Compiling is_terminal_polyfill v1.70.2
25582026-07-14T15:33:32.267Z Compiling password-hash v0.5.0
25592026-07-14T15:33:32.321Z Compiling ciborium-ll v0.2.2
25602026-07-14T15:33:32.355Z Compiling anstream v1.0.0
25612026-07-14T15:33:32.583Z Compiling elliptic-curve v0.13.8
25622026-07-14T15:33:32.888Z Compiling poly1305 v0.8.0
25632026-07-14T15:33:32.901Z Compiling num v0.4.3
25642026-07-14T15:33:32.978Z Compiling curve25519-dalek v4.1.3
25652026-07-14T15:33:33.238Z Compiling thiserror-no-std v2.0.2
25662026-07-14T15:33:33.336Z Compiling typify v0.6.2
25672026-07-14T15:33:33.452Z Compiling dof v0.3.0
25682026-07-14T15:33:33.524Z Compiling chacha20 v0.9.1
25692026-07-14T15:33:33.779Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25702026-07-14T15:33:34.330Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25712026-07-14T15:33:35.666Z Compiling blake2 v0.10.6
25722026-07-14T15:33:35.943Z Compiling aead v0.5.2
25732026-07-14T15:33:36.130Z Compiling byte-wrapper v0.1.0
25742026-07-14T15:33:36.143Z Compiling dtrace-parser v0.2.0
25752026-07-14T15:33:36.163Z Compiling crossbeam-epoch v0.9.18
25762026-07-14T15:33:36.674Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25772026-07-14T15:33:36.699Z Compiling thread-id v4.2.2
25782026-07-14T15:33:36.789Z Compiling float-ord v0.3.2
25792026-07-14T15:33:36.910Z Compiling strsim v0.11.1
25802026-07-14T15:33:37.015Z Compiling keccak v0.1.6
25812026-07-14T15:33:37.115Z Compiling clap_lex v1.1.0
25822026-07-14T15:33:37.483Z Compiling clap_builder v4.6.0
25832026-07-14T15:33:37.730Z Compiling sha3 v0.10.9
25842026-07-14T15:33:37.758Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25852026-07-14T15:33:38.125Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25862026-07-14T15:33:38.216Z Compiling usdt-impl v0.5.0
25872026-07-14T15:33:38.683Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25882026-07-14T15:33:41.232Z Compiling chacha20poly1305 v0.10.1
25892026-07-14T15:33:41.391Z Compiling argon2 v0.5.3
25902026-07-14T15:33:42.419Z Compiling vsss-rs v3.3.4
25912026-07-14T15:33:42.566Z Compiling ciborium v0.2.2
25922026-07-14T15:33:43.432Z Compiling hash32 v0.3.1
25932026-07-14T15:33:43.601Z Compiling memmap v0.7.0
25942026-07-14T15:33:43.713Z Compiling data-encoding v2.11.0
25952026-07-14T15:33:43.859Z Compiling indent_write v2.2.0
25962026-07-14T15:33:43.929Z Compiling usdt v0.5.0
25972026-07-14T15:33:44.012Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25982026-07-14T15:33:44.588Z Compiling heapless v0.8.0
25992026-07-14T15:33:45.107Z Compiling ingot-types v0.1.2
26002026-07-14T15:33:45.573Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26012026-07-14T15:33:45.780Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26022026-07-14T15:33:45.884Z Compiling clap v4.6.1
26032026-07-14T15:33:45.919Z Compiling rustix v0.38.44
26042026-07-14T15:33:45.971Z Compiling tabwriter v1.4.1
26052026-07-14T15:33:46.348Z Compiling cobs v0.3.0
26062026-07-14T15:33:46.403Z Compiling bitflags v1.3.2
26072026-07-14T15:33:46.487Z Compiling colored v3.1.1
26082026-07-14T15:33:46.625Z Compiling managed v0.8.0
26092026-07-14T15:33:46.889Z Compiling foreign-types-shared v0.3.1
26102026-07-14T15:33:46.992Z Compiling foreign-types v0.5.0
26112026-07-14T15:33:47.079Z Compiling smoltcp v0.11.0
26122026-07-14T15:33:47.163Z Compiling postcard v1.1.3
26132026-07-14T15:33:47.312Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26142026-07-14T15:33:47.549Z Compiling num_enum v0.7.6
26152026-07-14T15:33:47.681Z Compiling ingot v0.1.1
26162026-07-14T15:33:48.068Z Compiling memoffset v0.9.1
26172026-07-14T15:33:48.162Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26182026-07-14T15:33:48.281Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26192026-07-14T15:33:48.558Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26202026-07-14T15:33:48.611Z Compiling chacha20 v0.10.0
26212026-07-14T15:33:48.679Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26222026-07-14T15:33:48.910Z Compiling serde_spanned v0.6.9
26232026-07-14T15:33:49.080Z Compiling toml_datetime v0.6.11
26242026-07-14T15:33:49.104Z Compiling cstr-argument v0.1.2
26252026-07-14T15:33:49.289Z Compiling resolv-conf v0.7.6
26262026-07-14T15:33:49.468Z Compiling winnow v0.7.15
26272026-07-14T15:33:49.919Z Compiling linked-hash-map v0.5.6
26282026-07-14T15:33:49.937Z Compiling toml_write v0.1.2
26292026-07-14T15:33:50.138Z Compiling static_assertions v1.1.0
26302026-07-14T15:33:50.187Z Compiling unicode-segmentation v1.13.3
26312026-07-14T15:33:50.218Z Compiling swrite v0.1.0
26322026-07-14T15:33:50.304Z Compiling lru-cache v0.1.2
26332026-07-14T15:33:50.329Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26342026-07-14T15:33:50.449Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26352026-07-14T15:33:50.466Z Compiling rand v0.10.2
26362026-07-14T15:33:50.854Z Compiling newline-converter v0.3.0
26372026-07-14T15:33:50.876Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26382026-07-14T15:33:50.992Z Compiling hubpack v0.1.2
26392026-07-14T15:33:51.008Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26402026-07-14T15:33:51.241Z Compiling toml_edit v0.22.27
26412026-07-14T15:33:51.258Z Compiling nix v0.31.3
26422026-07-14T15:33:51.281Z Compiling atomicwrites v0.4.4
26432026-07-14T15:33:51.384Z Compiling hickory-proto v0.24.4
26442026-07-14T15:33:51.569Z Compiling crossbeam-deque v0.8.6
26452026-07-14T15:33:51.797Z Compiling console v0.15.11
26462026-07-14T15:33:52.041Z Compiling itertools v0.12.1
26472026-07-14T15:33:53.127Z Compiling camino-tempfile v1.4.1
26482026-07-14T15:33:53.547Z Compiling serde-big-array v0.5.1
26492026-07-14T15:33:53.565Z Compiling lazy_static v1.5.0
26502026-07-14T15:33:53.676Z Compiling siphasher v1.0.3
26512026-07-14T15:33:53.708Z Compiling similar v2.7.0
26522026-07-14T15:33:53.822Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26532026-07-14T15:33:53.887Z Compiling phf_shared v0.12.1
26542026-07-14T15:33:54.116Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26552026-07-14T15:33:54.422Z Compiling expectorate v1.2.0
26562026-07-14T15:33:54.639Z Compiling pin-project v1.1.13
26572026-07-14T15:33:54.747Z Compiling hickory-resolver v0.24.4
26582026-07-14T15:33:54.991Z Compiling toml v0.8.23
26592026-07-14T15:33:56.453Z Compiling prettyplease v0.2.37
26602026-07-14T15:33:57.748Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26612026-07-14T15:33:57.787Z Compiling rayon-core v1.13.0
26622026-07-14T15:33:59.492Z Compiling num_enum v0.5.11
26632026-07-14T15:33:59.540Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26642026-07-14T15:33:59.622Z Compiling progenitor-impl v0.14.0
26652026-07-14T15:33:59.903Z Compiling progenitor-impl v0.13.0
26662026-07-14T15:34:00.632Z Compiling unicode-normalization v0.1.25
26672026-07-14T15:34:01.234Z Compiling progenitor-client v0.13.0
26682026-07-14T15:34:01.759Z Compiling tokio-stream v0.1.18
26692026-07-14T15:34:02.344Z Compiling bstr v1.12.1
26702026-07-14T15:34:03.052Z Compiling csv-core v0.1.13
26712026-07-14T15:34:03.272Z Compiling unicode-width v0.1.14
26722026-07-14T15:34:03.459Z Compiling highway v1.3.0
26732026-07-14T15:34:03.585Z Compiling foreign-types-shared v0.1.1
26742026-07-14T15:34:03.685Z Compiling konst_macro_rules v0.2.19
26752026-07-14T15:34:03.883Z Compiling same-file v1.0.6
26762026-07-14T15:34:03.896Z Compiling foldhash v0.1.5
26772026-07-14T15:34:04.066Z Compiling hashbrown v0.15.5
26782026-07-14T15:34:04.120Z Compiling walkdir v2.5.0
26792026-07-14T15:34:04.157Z Compiling konst v0.2.20
26802026-07-14T15:34:04.556Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26812026-07-14T15:34:04.749Z Compiling foreign-types v0.3.2
26822026-07-14T15:34:04.831Z Compiling csv v1.4.0
26832026-07-14T15:34:04.934Z Compiling globset v0.4.18
26842026-07-14T15:34:05.811Z Compiling qorb v0.4.1
26852026-07-14T15:34:07.928Z Compiling progenitor v0.13.0
26862026-07-14T15:34:08.074Z Compiling snafu v0.8.9
26872026-07-14T15:34:08.183Z Compiling progenitor v0.14.0
26882026-07-14T15:34:08.292Z Compiling olpc-cjson v0.1.4
26892026-07-14T15:34:08.325Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26902026-07-14T15:34:08.536Z Compiling rayon v1.12.0
26912026-07-14T15:34:08.658Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26922026-07-14T15:34:08.945Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26932026-07-14T15:34:10.770Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26942026-07-14T15:34:11.662Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26952026-07-14T15:34:13.885Z Compiling phf v0.12.1
26962026-07-14T15:34:14.067Z Compiling openssl-sys v0.9.116
26972026-07-14T15:34:14.522Z Compiling tokio-dtrace v0.1.1
26982026-07-14T15:34:14.858Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26992026-07-14T15:34:15.094Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27002026-07-14T15:34:15.318Z Compiling libsw-core v0.3.2
27012026-07-14T15:34:15.510Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27022026-07-14T15:34:15.618Z Compiling pem v3.0.6
27032026-07-14T15:34:16.139Z Compiling serde_plain v1.0.2
27042026-07-14T15:34:16.320Z Compiling sigpipe v0.1.3
27052026-07-14T15:34:16.430Z Compiling fixedbitset v0.4.2
27062026-07-14T15:34:16.450Z Compiling fixedbitset v0.5.7
27072026-07-14T15:34:16.795Z Compiling glob v0.3.3
27082026-07-14T15:34:16.970Z Compiling jiff v0.2.28
27092026-07-14T15:34:17.060Z Compiling bytecount v0.6.9
27102026-07-14T15:34:17.255Z Compiling typed-path v0.9.3
27112026-07-14T15:34:17.784Z Compiling minimal-lexical v0.2.1
27122026-07-14T15:34:18.108Z Compiling nom v7.1.3
27132026-07-14T15:34:18.337Z Compiling tough v0.22.0
27142026-07-14T15:34:18.358Z Compiling papergrid v0.11.0
27152026-07-14T15:34:18.575Z Compiling petgraph v0.8.3
27162026-07-14T15:34:19.832Z Compiling petgraph v0.6.5
27172026-07-14T15:34:20.245Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-07-14T15:34:20.513Z Compiling openssl v0.10.80
27192026-07-14T15:34:21.082Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27202026-07-14T15:34:21.660Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27212026-07-14T15:34:22.680Z Compiling libsw v3.5.0
27222026-07-14T15:34:22.871Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-07-14T15:34:23.114Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27242026-07-14T15:34:23.416Z Compiling zone v0.3.1
27252026-07-14T15:34:23.730Z Compiling oxide-tokio-rt v0.1.6
27262026-07-14T15:34:24.378Z Compiling chrono-tz v0.10.4
27272026-07-14T15:34:24.982Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27282026-07-14T15:34:25.238Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-07-14T15:34:25.447Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27302026-07-14T15:34:25.631Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27312026-07-14T15:34:26.276Z Compiling newtype_derive v0.1.6
27322026-07-14T15:34:26.301Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27332026-07-14T15:34:26.361Z Compiling slog-dtrace v0.3.0
27342026-07-14T15:34:27.097Z Compiling owo-colors v4.3.0
27352026-07-14T15:34:28.005Z Compiling cancel-safe-futures v0.1.5
27362026-07-14T15:34:28.030Z Compiling const_format v0.2.36
27372026-07-14T15:34:28.372Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27382026-07-14T15:34:28.550Z Compiling gethostname v0.5.0
27392026-07-14T15:34:28.687Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27402026-07-14T15:34:29.132Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-07-14T15:34:29.228Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-07-14T15:34:29.261Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-07-14T15:34:29.278Z Compiling smf v0.2.3
27442026-07-14T15:34:29.346Z Compiling bcs v0.1.6
27452026-07-14T15:34:29.747Z Compiling tagptr v0.2.0
27462026-07-14T15:34:29.921Z Compiling unicode-linebreak v0.1.5
27472026-07-14T15:34:30.214Z Compiling linear-map v1.2.0
27482026-07-14T15:34:30.228Z Compiling termtree v0.5.1
27492026-07-14T15:34:30.282Z Compiling smawk v0.3.2
27502026-07-14T15:34:30.386Z Compiling whoami v1.6.1
27512026-07-14T15:34:30.429Z Compiling textwrap v0.16.2
27522026-07-14T15:34:30.446Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-07-14T15:34:30.518Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-07-14T15:34:30.844Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-07-14T15:34:31.959Z Compiling moka v0.12.15
27562026-07-14T15:34:32.092Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-07-14T15:34:32.252Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-07-14T15:34:33.225Z Compiling tabled v0.15.0
27592026-07-14T15:34:33.369Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-07-14T15:34:33.582Z Compiling steno v0.4.1
27612026-07-14T15:34:33.767Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-07-14T15:34:34.083Z Compiling cookie v0.18.1
27632026-07-14T15:34:35.490Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-07-14T15:34:39.494Z Compiling hickory-proto v0.25.2
27652026-07-14T15:34:40.168Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27662026-07-14T15:34:41.008Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27672026-07-14T15:34:42.008Z Compiling hickory-resolver v0.25.2
27682026-07-14T15:34:42.948Z Compiling arc-swap v1.9.1
27692026-07-14T15:34:43.311Z Compiling slog-scope v4.4.1
27702026-07-14T15:34:43.629Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-07-14T15:34:43.788Z Compiling libscf-sys v1.2.0
27722026-07-14T15:34:43.933Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-07-14T15:34:43.958Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27742026-07-14T15:34:44.602Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27752026-07-14T15:34:44.679Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27762026-07-14T15:34:45.327Z Compiling slog-stdlog v4.1.1
27772026-07-14T15:34:45.763Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-07-14T15:34:46.345Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27792026-07-14T15:34:46.459Z Compiling slog-envlogger v2.2.0
27802026-07-14T15:34:47.787Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27812026-07-14T15:34:47.833Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27822026-07-14T15:34:48.579Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27832026-07-14T15:34:56.146Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27842026-07-14T15:34:58.571Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27852026-07-14T15:35:00.297Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27862026-07-14T15:35:09.134Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27872026-07-14T15:35:12.949Z Finished `release` profile [optimized] target(s) in 2m 27s
27882026-07-14T15:35:13.066Z Running unittests src/lib.rs (target/release/deps/mg_tests-0fa472c9cda41b52)
27892026-07-14T15:35:13.070Z
27902026-07-14T15:35:13.070Zrunning 1 test
27912026-07-14T15:35:13.225Zconfigure zone
27922026-07-14T15:35:13.242Zinstall zone
27932026-07-14T15:35:22.921Zboot zone
27942026-07-14T15:35:23.007Zstart zone s1
27952026-07-14T15:35:23.010Zconfigure zone
27962026-07-14T15:35:23.015Zinstall zone
27972026-07-14T15:35:24.864Zboot zone
27982026-07-14T15:35:24.962Zstart zone s2
27992026-07-14T15:35:24.962Zconfigure zone
28002026-07-14T15:35:24.972Zinstall zone
28012026-07-14T15:35:27.273Zboot zone
28022026-07-14T15:35:27.376Zstart zone t1
28032026-07-14T15:35:27.376Zconfigure zone
28042026-07-14T15:35:27.386Zinstall zone
28052026-07-14T15:35:30.142Zboot zone
28062026-07-14T15:35:30.258Zwaiting for zones to come up
28072026-07-14T15:35:40.260Z[sidecar.trio] svcs milestone/network
28082026-07-14T15:35:40.285ZSTATE STIME FMRI
28092026-07-14T15:35:40.285Zonline 15:35:22 svc:/milestone/network:default
28102026-07-14T15:35:40.285Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28112026-07-14T15:35:40.311Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28122026-07-14T15:35:40.337Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28132026-07-14T15:35:40.358Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28142026-07-14T15:35:40.361Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28152026-07-14T15:35:40.373Z
28162026-07-14T15:35:40.373Zrunning zone s1.trio setup
28172026-07-14T15:35:40.373Z[s1.trio] svcs milestone/network
28182026-07-14T15:35:40.389ZSTATE STIME FMRI
28192026-07-14T15:35:40.389Zonline 15:35:24 svc:/milestone/network:default
28202026-07-14T15:35:40.389Z[s1.trio] dladm
28212026-07-14T15:35:40.402ZLINK CLASS MTU STATE BRIDGE OVER
28222026-07-14T15:35:40.402Zsl0 simnet 9000 up -- ?
28232026-07-14T15:35:40.402Zmg2 vnic 9000 up -- ?
28242026-07-14T15:35:40.402Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28252026-07-14T15:35:40.884Z
28262026-07-14T15:35:40.884Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28272026-07-14T15:35:40.897Z
28282026-07-14T15:35:40.897Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28292026-07-14T15:35:40.909Z
28302026-07-14T15:35:40.909Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28312026-07-14T15:35:41.002Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28322026-07-14T15:35:41.081Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid da9a59dc-89a5-48f2-a196-c49530db2756 --sled-uuid 322cb59f-2a0c-4993-be5a-99e54627935c -a sl0/v6 &> /opt/ddmd.log &
28332026-07-14T15:35:41.095Z
28342026-07-14T15:35:41.096Zrunning zone s2.trio setup
28352026-07-14T15:35:41.096Z[s2.trio] svcs milestone/network
28362026-07-14T15:35:41.110ZSTATE STIME FMRI
28372026-07-14T15:35:41.111Zonline 15:35:27 svc:/milestone/network:default
28382026-07-14T15:35:41.111Z[s2.trio] dladm
28392026-07-14T15:35:41.124ZLINK CLASS MTU STATE BRIDGE OVER
28402026-07-14T15:35:41.124Zsl1 simnet 9000 up -- ?
28412026-07-14T15:35:41.124Zmg3 vnic 9000 up -- ?
28422026-07-14T15:35:41.124Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28432026-07-14T15:35:41.635Z
28442026-07-14T15:35:41.635Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28452026-07-14T15:35:41.650Z
28462026-07-14T15:35:41.650Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28472026-07-14T15:35:41.662Z
28482026-07-14T15:35:41.662Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28492026-07-14T15:35:41.698Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28502026-07-14T15:35:41.728Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ba5c49c3-4236-4d1c-9589-3487421760fe --sled-uuid d9514737-dbbf-4d92-a1ec-92d0764bf704 -a sl1/v6 &> /opt/ddmd.log &
28512026-07-14T15:35:41.739Z
28522026-07-14T15:35:41.740Zrunning zone t1.trio setup
28532026-07-14T15:35:41.740Z[t1.trio] svcs milestone/network
28542026-07-14T15:35:41.754ZSTATE STIME FMRI
28552026-07-14T15:35:41.754Zonline 15:35:30 svc:/milestone/network:default
28562026-07-14T15:35:41.754Z[t1.trio] dladm
28572026-07-14T15:35:41.768ZLINK CLASS MTU STATE BRIDGE OVER
28582026-07-14T15:35:41.768Ztfportrear0_0 simnet 9000 up -- ?
28592026-07-14T15:35:41.768Ztfportrear1_0 simnet 9000 up -- ?
28602026-07-14T15:35:41.768Zmg1 vnic 9000 up -- ?
28612026-07-14T15:35:41.768Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28622026-07-14T15:35:42.350Z
28632026-07-14T15:35:42.350Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28642026-07-14T15:35:42.365Z
28652026-07-14T15:35:42.365Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28662026-07-14T15:35:42.378Z
28672026-07-14T15:35:42.378Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28682026-07-14T15:35:42.389Z
28692026-07-14T15:35:42.389Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28702026-07-14T15:35:42.686Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28712026-07-14T15:35:42.689Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28722026-07-14T15:35:42.692Zwaiting 3s for copy of files to zone to complete ...
28732026-07-14T15:35:45.689Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28742026-07-14T15:35:45.820Z
28752026-07-14T15:35:45.820Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28762026-07-14T15:35:45.925Z
28772026-07-14T15:35:45.925Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28782026-07-14T15:35:45.977Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28792026-07-14T15:35:46.017Z[t1.trio] svcadm disable dendrite
28802026-07-14T15:35:46.049Z
28812026-07-14T15:35:46.050Z[t1.trio] svcadm disable tfport
28822026-07-14T15:35:46.072Z
28832026-07-14T15:35:46.072Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28842026-07-14T15:35:46.101Z
28852026-07-14T15:35:46.101Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28862026-07-14T15:35:46.128Z
28872026-07-14T15:35:46.128Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28882026-07-14T15:35:46.154Z
28892026-07-14T15:35:46.154Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28902026-07-14T15:35:46.180Z
28912026-07-14T15:35:46.180Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28922026-07-14T15:35:46.205Z
28932026-07-14T15:35:46.205Z[t1.trio] svcadm refresh dendrite:default
28942026-07-14T15:35:46.227Z
28952026-07-14T15:35:46.227Z[t1.trio] svcadm enable dendrite:default
28962026-07-14T15:35:46.248Z
28972026-07-14T15:35:46.248Zwait 10s for dendrite to come up ...
28982026-07-14T15:35:56.249Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28992026-07-14T15:35:56.276Z
29002026-07-14T15:35:56.277Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29012026-07-14T15:35:56.301Z
29022026-07-14T15:35:56.301Z[t1.trio] svcadm refresh tfport:default
29032026-07-14T15:35:56.322Z
29042026-07-14T15:35:56.322Z[t1.trio] svcadm enable tfport
29052026-07-14T15:35:56.343Z
29062026-07-14T15:35:56.344Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4be532c8-fc15-4ee2-a53b-2d057e83d353 --sled-uuid ad62d49a-e647-4769-86a6-59f6ac030d86 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29072026-07-14T15:35:56.355Z
29082026-07-14T15:35:56.355Z[t1.trio] ipadm
29092026-07-14T15:35:56.369ZADDROBJ TYPE STATE ADDR
29102026-07-14T15:35:56.369Zlo0/v4 static ok 127.0.0.1/8
29112026-07-14T15:35:56.369Zmg1/v4 static ok 10.0.0.3/24
29122026-07-14T15:35:56.369Zlo0/v6 static ok ::1/128
29132026-07-14T15:35:56.369Zlo0/u6 static ok fd00:3::1/64
29142026-07-14T15:35:56.369Ztfportrear0_0/v6 addrconf ok fe80::c86c:7bff:fe97:afed%tfportrear0_0/10
29152026-07-14T15:35:56.369Ztfportrear1_0/v6 addrconf ok fe80::1450:f2ff:feee:d076%tfportrear1_0/10
29162026-07-14T15:35:58.487Zinitial peering test passed
29172026-07-14T15:35:59.489Zadvertise from one passed
29182026-07-14T15:36:00.490Zadvertise from two passed
29192026-07-14T15:36:00.490Z[s1.trio] ping fd00:2::1
29202026-07-14T15:36:00.505Zfd00:2::1 is alive
29212026-07-14T15:36:00.505Z[s2.trio] ping fd00:1::1
29222026-07-14T15:36:00.517Zfd00:1::1 is alive
29232026-07-14T15:36:00.517Zconnectivity test passed
29242026-07-14T15:36:00.517Z[t1.trio] pkill ddmd
29252026-07-14T15:36:00.528Z
29262026-07-14T15:36:06.532Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 80672f87-667f-4f8d-8d01-b015041c6cc4 --sled-uuid fb822614-e76f-46f9-ab89-7f019e9d6043 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29272026-07-14T15:36:06.544Z
29282026-07-14T15:36:06.545Z[t1.trio] ipadm
29292026-07-14T15:36:06.558ZADDROBJ TYPE STATE ADDR
29302026-07-14T15:36:06.558Zlo0/v4 static ok 127.0.0.1/8
29312026-07-14T15:36:06.558Zmg1/v4 static ok 10.0.0.3/24
29322026-07-14T15:36:06.558Zlo0/v6 static ok ::1/128
29332026-07-14T15:36:06.558Zlo0/u6 static ok fd00:3::1/64
29342026-07-14T15:36:06.558Ztfportrear0_0/v6 addrconf ok fe80::c86c:7bff:fe97:afed%tfportrear0_0/10
29352026-07-14T15:36:06.558Ztfportrear1_0/v6 addrconf ok fe80::1450:f2ff:feee:d076%tfportrear1_0/10
29362026-07-14T15:36:09.561Z[s1.trio] ping fd00:2::1
29372026-07-14T15:36:09.574Zfd00:2::1 is alive
29382026-07-14T15:36:09.574Z[s2.trio] ping fd00:1::1
29392026-07-14T15:36:09.586Zfd00:1::1 is alive
29402026-07-14T15:36:09.586Ztransit router restart passed
29412026-07-14T15:36:09.586Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29422026-07-14T15:36:09.602Zlocal v6:
29432026-07-14T15:36:09.602Zfe80::c86c:7bff:fe97:afed
29442026-07-14T15:36:09.602Zfe80::1450:f2ff:feee:d076
29452026-07-14T15:36:09.602Zlocal v4:
29462026-07-14T15:36:09.602Zrouter v6_idx:
29472026-07-14T15:36:09.602Zfd00:2::/64 -> 1
29482026-07-14T15:36:09.602Zfd00:1::/64 -> 0
29492026-07-14T15:36:09.602Zrouter v6_routes:
29502026-07-14T15:36:09.602Z0 -> fe80::5c28:f2ff:fefe:347c (1)
29512026-07-14T15:36:09.602Z1 -> fe80::db:4bff:fe97:7300 (2)
29522026-07-14T15:36:09.602Zrouter v4_idx:
29532026-07-14T15:36:09.602Zrouter v4_routes:
29542026-07-14T15:36:09.602Zresolver v4:
29552026-07-14T15:36:09.602Z10.0.0.3 -> 02:08:20:b0:c8:ba
29562026-07-14T15:36:09.602Z10.0.0.254 -> 02:08:20:fa:c0:39
29572026-07-14T15:36:09.602Zresolver v6:
29582026-07-14T15:36:09.602Zfe80::5c28:f2ff:fefe:347c -> 5e:28:f2:fe:34:7c
29592026-07-14T15:36:09.602Zfe80::1450:f2ff:feee:d076 -> 16:50:f2:ee:d0:76
29602026-07-14T15:36:09.602Zfe80::c86c:7bff:fe97:afed -> ca:6c:7b:97:af:ed
29612026-07-14T15:36:09.602Zfe80::db:4bff:fe97:7300 -> 02:db:4b:97:73:00
29622026-07-14T15:36:09.602Znat v4:
29632026-07-14T15:36:09.602Znat_v6:
29642026-07-14T15:36:09.602Zport_mac:
29652026-07-14T15:36:09.602Z1000: a8:40:25:7e:45:a1
29662026-07-14T15:36:09.602Z1: a8:40:25:7e:45:a2
29672026-07-14T15:36:09.603Z2: a8:40:25:7e:45:a3
29682026-07-14T15:36:09.603Zproxy arp:
29692026-07-14T15:36:09.603Z[s1.trio] pkill ddmd
29702026-07-14T15:36:09.613Z
29712026-07-14T15:36:13.075Ztest ddm::test_trio_v3 has been running for over 60 seconds
29722026-07-14T15:36:14.615Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29732026-07-14T15:36:14.631Zlocal v6:
29742026-07-14T15:36:14.631Zfe80::c86c:7bff:fe97:afed
29752026-07-14T15:36:14.631Zfe80::1450:f2ff:feee:d076
29762026-07-14T15:36:14.631Zlocal v4:
29772026-07-14T15:36:14.631Zrouter v6_idx:
29782026-07-14T15:36:14.631Zfd00:2::/64 -> 1
29792026-07-14T15:36:14.631Zrouter v6_routes:
29802026-07-14T15:36:14.631Z1 -> fe80::db:4bff:fe97:7300 (2)
29812026-07-14T15:36:14.631Zrouter v4_idx:
29822026-07-14T15:36:14.631Zrouter v4_routes:
29832026-07-14T15:36:14.631Zresolver v4:
29842026-07-14T15:36:14.631Z10.0.0.3 -> 02:08:20:b0:c8:ba
29852026-07-14T15:36:14.631Z10.0.0.254 -> 02:08:20:fa:c0:39
29862026-07-14T15:36:14.631Zresolver v6:
29872026-07-14T15:36:14.631Zfe80::5c28:f2ff:fefe:347c -> 5e:28:f2:fe:34:7c
29882026-07-14T15:36:14.632Zfe80::1450:f2ff:feee:d076 -> 16:50:f2:ee:d0:76
29892026-07-14T15:36:14.632Zfe80::c86c:7bff:fe97:afed -> ca:6c:7b:97:af:ed
29902026-07-14T15:36:14.632Zfe80::db:4bff:fe97:7300 -> 02:db:4b:97:73:00
29912026-07-14T15:36:14.632Znat v4:
29922026-07-14T15:36:14.632Znat_v6:
29932026-07-14T15:36:14.632Zport_mac:
29942026-07-14T15:36:14.632Z1000: a8:40:25:7e:45:a1
29952026-07-14T15:36:14.632Z1: a8:40:25:7e:45:a2
29962026-07-14T15:36:14.632Z2: a8:40:25:7e:45:a3
29972026-07-14T15:36:14.632Zproxy arp:
29982026-07-14T15:36:14.632Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 327b89f8-f6fa-4af9-ab23-4f70d6e45aee --sled-uuid bab17abb-d0cf-4d0b-84e4-5d0598f2288c -a sl0/v6 &> /opt/ddmd.log &
29992026-07-14T15:36:14.642Z
30002026-07-14T15:36:17.644Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30012026-07-14T15:36:17.660Zlocal v6:
30022026-07-14T15:36:17.660Zfe80::c86c:7bff:fe97:afed
30032026-07-14T15:36:17.660Zfe80::1450:f2ff:feee:d076
30042026-07-14T15:36:17.660Zlocal v4:
30052026-07-14T15:36:17.660Zrouter v6_idx:
30062026-07-14T15:36:17.660Zfd00:2::/64 -> 1
30072026-07-14T15:36:17.660Zfd00:1::/64 -> 0
30082026-07-14T15:36:17.660Zrouter v6_routes:
30092026-07-14T15:36:17.660Z0 -> fe80::5c28:f2ff:fefe:347c (1)
30102026-07-14T15:36:17.660Z1 -> fe80::db:4bff:fe97:7300 (2)
30112026-07-14T15:36:17.660Zrouter v4_idx:
30122026-07-14T15:36:17.660Zrouter v4_routes:
30132026-07-14T15:36:17.660Zresolver v4:
30142026-07-14T15:36:17.660Z10.0.0.3 -> 02:08:20:b0:c8:ba
30152026-07-14T15:36:17.660Z10.0.0.254 -> 02:08:20:fa:c0:39
30162026-07-14T15:36:17.660Zresolver v6:
30172026-07-14T15:36:17.660Zfe80::5c28:f2ff:fefe:347c -> 5e:28:f2:fe:34:7c
30182026-07-14T15:36:17.660Zfe80::1450:f2ff:feee:d076 -> 16:50:f2:ee:d0:76
30192026-07-14T15:36:17.660Zfe80::c86c:7bff:fe97:afed -> ca:6c:7b:97:af:ed
30202026-07-14T15:36:17.663Zfe80::db:4bff:fe97:7300 -> 02:db:4b:97:73:00
30212026-07-14T15:36:17.663Znat v4:
30222026-07-14T15:36:17.664Znat_v6:
30232026-07-14T15:36:17.664Zport_mac:
30242026-07-14T15:36:17.664Z1000: a8:40:25:7e:45:a1
30252026-07-14T15:36:17.664Z1: a8:40:25:7e:45:a2
30262026-07-14T15:36:17.664Z2: a8:40:25:7e:45:a3
30272026-07-14T15:36:17.664Zproxy arp:
30282026-07-14T15:36:17.664Z[s2.trio] netstat -nr -f inet6
30292026-07-14T15:36:17.673ZRouting Table: IPv6
30302026-07-14T15:36:17.673Z Destination/Mask Gateway Flags Ref Use If
30312026-07-14T15:36:17.673Z--------------------------- --------------------------- ----- --- ------- -----
30322026-07-14T15:36:17.673Z::1 ::1 UH 2 0 lo0
30332026-07-14T15:36:17.673Zfd00:1::/64 fe80::1450:f2ff:feee:d076 UG 1 0 sl1
30342026-07-14T15:36:17.673Zfe80::/10 fe80::db:4bff:fe97:7300 U 3 64 sl1
30352026-07-14T15:36:17.673Z[s2.trio] ipadm
30362026-07-14T15:36:17.685ZADDROBJ TYPE STATE ADDR
30372026-07-14T15:36:17.685Zlo0/v4 static ok 127.0.0.1/8
30382026-07-14T15:36:17.685Zmg3/v4 static ok 10.0.0.2/24
30392026-07-14T15:36:17.685Zlo0/v6 static ok ::1/128
30402026-07-14T15:36:17.685Zlo0/u6 static ok fd00:2::1/64
30412026-07-14T15:36:17.685Zsl1/v6 addrconf ok fe80::db:4bff:fe97:7300%sl1/10
30422026-07-14T15:36:17.685Z[s2.trio] route -nv get -inet6 fd00:1::1
30432026-07-14T15:36:17.697Znewrt->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>
30442026-07-14T15:36:17.697Zlocks: inits:
30452026-07-14T15:36:17.697Zsockaddrs: <DST,IFP>
30462026-07-14T15:36:17.697Z fd00:1::1
30472026-07-14T15:36:17.697Z route to: fd00:1::1
30482026-07-14T15:36:17.697Zdestination: fd00:1::
30492026-07-14T15:36:17.697Z mask: ffff:ffff:ffff:ffff::
30502026-07-14T15:36:17.697Z gateway: fe80::1450:f2ff:feee:d076
30512026-07-14T15:36:17.697Z interface: sl1 index 3 address 02 db 4b 97 73 00
30522026-07-14T15:36:17.697Z flags: <UP,GATEWAY,DONE,STATIC>
30532026-07-14T15:36:17.697Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30542026-07-14T15:36:17.697Z 0 0 0 0 0 0 9000 0
30552026-07-14T15:36:17.697Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30562026-07-14T15:36:17.697Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30572026-07-14T15:36:17.697Z fd00:1:: fe80::1450:f2ff:feee:d076 ffff:ffff:ffff:ffff:: sl1:2.db.4b.97.73.0 fe80::db:4bff:fe97:7300
30582026-07-14T15:36:17.697Z[s2.trio] ndp -na
30592026-07-14T15:36:17.709ZNet to Media Table: IPv6
30602026-07-14T15:36:17.709Z If Physical Address Type State Destination/Mask
30612026-07-14T15:36:17.709Z----- ----------------- ------- ------------ ---------------------------
30622026-07-14T15:36:17.709Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30632026-07-14T15:36:17.709Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30642026-07-14T15:36:17.709Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30652026-07-14T15:36:17.709Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30662026-07-14T15:36:17.709Zsl1 33:33:ff:ee:d0:76 other REACHABLE ff02::1:ffee:d076
30672026-07-14T15:36:17.709Zsl1 02:db:4b:97:73:00 local REACHABLE fe80::db:4bff:fe97:7300
30682026-07-14T15:36:17.709Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30692026-07-14T15:36:17.709Zsl1 33:33:ff:97:73:00 other REACHABLE ff02::1:ff97:7300
30702026-07-14T15:36:17.709Zsl1 16:50:f2:ee:d0:76 dynamic REACHABLE fe80::1450:f2ff:feee:d076
30712026-07-14T15:36:17.709Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30722026-07-14T15:36:17.722Zlocal v6:
30732026-07-14T15:36:17.722Zfe80::c86c:7bff:fe97:afed
30742026-07-14T15:36:17.722Zfe80::1450:f2ff:feee:d076
30752026-07-14T15:36:17.722Zlocal v4:
30762026-07-14T15:36:17.722Zrouter v6_idx:
30772026-07-14T15:36:17.722Zfd00:2::/64 -> 1
30782026-07-14T15:36:17.723Zfd00:1::/64 -> 0
30792026-07-14T15:36:17.723Zrouter v6_routes:
30802026-07-14T15:36:17.723Z0 -> fe80::5c28:f2ff:fefe:347c (1)
30812026-07-14T15:36:17.723Z1 -> fe80::db:4bff:fe97:7300 (2)
30822026-07-14T15:36:17.723Zrouter v4_idx:
30832026-07-14T15:36:17.723Zrouter v4_routes:
30842026-07-14T15:36:17.723Zresolver v4:
30852026-07-14T15:36:17.724Z10.0.0.3 -> 02:08:20:b0:c8:ba
30862026-07-14T15:36:17.724Z10.0.0.254 -> 02:08:20:fa:c0:39
30872026-07-14T15:36:17.724Zresolver v6:
30882026-07-14T15:36:17.724Zfe80::5c28:f2ff:fefe:347c -> 5e:28:f2:fe:34:7c
30892026-07-14T15:36:17.724Zfe80::1450:f2ff:feee:d076 -> 16:50:f2:ee:d0:76
30902026-07-14T15:36:17.724Zfe80::c86c:7bff:fe97:afed -> ca:6c:7b:97:af:ed
30912026-07-14T15:36:17.724Zfe80::db:4bff:fe97:7300 -> 02:db:4b:97:73:00
30922026-07-14T15:36:17.724Znat v4:
30932026-07-14T15:36:17.724Znat_v6:
30942026-07-14T15:36:17.724Zport_mac:
30952026-07-14T15:36:17.724Z1000: a8:40:25:7e:45:a1
30962026-07-14T15:36:17.724Z1: a8:40:25:7e:45:a2
30972026-07-14T15:36:17.724Z2: a8:40:25:7e:45:a3
30982026-07-14T15:36:17.724Zproxy arp:
30992026-07-14T15:36:17.724Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31002026-07-14T15:36:17.768ZSubnet Port Link Gateway Vlan
31012026-07-14T15:36:17.768Zfd00:1::/64 rear0 0 fe80::5c28:f2ff:fefe:347c
31022026-07-14T15:36:17.768Zfd00:2::/64 rear1 0 fe80::db:4bff:fe97:7300
31032026-07-14T15:36:17.768Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31042026-07-14T15:36:17.808Zhost mac age
31052026-07-14T15:36:17.808Z10.0.0.3 02:08:20:b0:c8:ba 21s
31062026-07-14T15:36:17.808Z10.0.0.254 02:08:20:fa:c0:39 18s
31072026-07-14T15:36:17.808Zfe80::db:4bff:fe97:7300 02:db:4b:97:73:00 21s
31082026-07-14T15:36:17.808Zfe80::1450:f2ff:feee:d076 16:50:f2:ee:d0:76 21s
31092026-07-14T15:36:17.808Zfe80::5c28:f2ff:fefe:347c 5e:28:f2:fe:34:7c 21s
31102026-07-14T15:36:17.808Zfe80::c86c:7bff:fe97:afed ca:6c:7b:97:af:ed 21s
31112026-07-14T15:36:17.808Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31122026-07-14T15:36:17.847ZLink IPv4 IPv6
31132026-07-14T15:36:17.847Zrear0/0 fe80::c86c:7bff:fe97:afed
31142026-07-14T15:36:17.847Zrear1/0 fe80::1450:f2ff:feee:d076
31152026-07-14T15:36:17.847Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31162026-07-14T15:36:18.870ZADDROBJ TYPE STATE ADDR
31172026-07-14T15:36:18.871Zlo0/v4 static ok 127.0.0.1/8
31182026-07-14T15:36:18.871Zmg2/v4 static ok 10.0.0.1/24
31192026-07-14T15:36:18.871Zlo0/v6 static ok ::1/128
31202026-07-14T15:36:18.871Zlo0/u6 static ok fd00:1::1/64
31212026-07-14T15:36:18.871Zsl0/v6 addrconf ok fe80::5c28:f2ff:fefe:347c%sl0/10
31222026-07-14T15:36:18.871Znewrt->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>
31232026-07-14T15:36:18.871Zlocks: inits:
31242026-07-14T15:36:18.871Zsockaddrs: <DST,IFP>
31252026-07-14T15:36:18.871Z fd00:2::1
31262026-07-14T15:36:18.871Z route to: fd00:2::1
31272026-07-14T15:36:18.871Zdestination: fd00:2::
31282026-07-14T15:36:18.871Z mask: ffff:ffff:ffff:ffff::
31292026-07-14T15:36:18.871Z gateway: fe80::c86c:7bff:fe97:afed
31302026-07-14T15:36:18.871Z interface: sl0 index 3 address 5e 28 f2 fe 34 7c
31312026-07-14T15:36:18.871Z flags: <UP,GATEWAY,DONE,STATIC>
31322026-07-14T15:36:18.871Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31332026-07-14T15:36:18.871Z 0 0 0 0 0 0 9000 0
31342026-07-14T15:36:18.871Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31352026-07-14T15:36:18.871Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31362026-07-14T15:36:18.871Z fd00:2:: fe80::c86c:7bff:fe97:afed ffff:ffff:ffff:ffff:: sl0:5e.28.f2.fe.34.7c fe80::5c28:f2ff:fefe:347c
31372026-07-14T15:36:18.871Z
31382026-07-14T15:36:18.871ZNet to Media Table: IPv6
31392026-07-14T15:36:18.871Z If Physical Address Type State Destination/Mask
31402026-07-14T15:36:18.871Z----- ----------------- ------- ------------ ---------------------------
31412026-07-14T15:36:18.871Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31422026-07-14T15:36:18.871Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31432026-07-14T15:36:18.871Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31442026-07-14T15:36:18.871Zsl0 ca:6c:7b:97:af:ed dynamic REACHABLE fe80::c86c:7bff:fe97:afed
31452026-07-14T15:36:18.871Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31462026-07-14T15:36:18.871Zsl0 5e:28:f2:fe:34:7c local REACHABLE fe80::5c28:f2ff:fefe:347c
31472026-07-14T15:36:18.871Zsl0 33:33:ff:fe:34:7c other REACHABLE ff02::1:fffe:347c
31482026-07-14T15:36:18.871Zsl0 33:33:ff:97:af:ed other REACHABLE ff02::1:ff97:afed
31492026-07-14T15:36:18.871Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31502026-07-14T15:36:18.871Z
31512026-07-14T15:36:18.871Z
31522026-07-14T15:36:18.871ZRouting Table: IPv6
31532026-07-14T15:36:18.872Z Destination/Mask Gateway Flags Ref Use If
31542026-07-14T15:36:18.872Z--------------------------- --------------------------- ----- --- ------- -----
31552026-07-14T15:36:18.872Z::1 ::1 UH 2 0 lo0
31562026-07-14T15:36:18.872Zfd00:2::/64 fe80::c86c:7bff:fe97:afed UG 2 2 sl0
31572026-07-14T15:36:18.872Zfe80::/10 fe80::5c28:f2ff:fefe:347c U 3 64 sl0
31582026-07-14T15:36:18.872ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31592026-07-14T15:36:18.872Z68 bytes from fd00:2::1: icmp_seq=0. time=0.239 ms
31602026-07-14T15:36:18.872Z68 bytes from fd00:2::1: icmp_seq=1. time=0.192 ms
31612026-07-14T15:36:18.872Z
31622026-07-14T15:36:18.872Z----fd00:2::1 PING Statistics----
31632026-07-14T15:36:18.872Z2 packets transmitted, 2 packets received, 0% packet loss
31642026-07-14T15:36:18.872Zround-trip (ms) min/avg/max/stddev = 0.192/0.215/0.239/0.033
31652026-07-14T15:36:18.872Z[s2.trio] ping fd00:1::1
31662026-07-14T15:36:18.883Zfd00:1::1 is alive
31672026-07-14T15:36:18.884Zserver router restart passed
31682026-07-14T15:36:22.887Zpeer expiration recovery passed
31692026-07-14T15:36:23.888Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31702026-07-14T15:36:23.904Z3
31712026-07-14T15:36:23.904Zredundant advertise passed
31722026-07-14T15:36:24.905Ztunnel endpoint advertise passed
31732026-07-14T15:36:29.907Zredundant tunnel endpoint advertise passed
31742026-07-14T15:36:29.907Z[s1.trio] pkill ddmd
31752026-07-14T15:36:29.920Z
31762026-07-14T15:36:34.921Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2fb4363f-dd09-44ed-b079-54897e095454 --sled-uuid a4de734a-6780-4d0e-9c0c-4dbd1732be35 -a sl0/v6 &> /opt/ddmd.log &
31772026-07-14T15:36:34.934Z
31782026-07-14T15:36:39.940Ztunnel router restart passed
31792026-07-14T15:36:40.942Ztunnel endpoint withdraw passed
31802026-07-14T15:36:40.947Z[t1.trio] pkill ddmd
31812026-07-14T15:36:40.955Z
31822026-07-14T15:36:40.955Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31832026-07-14T15:36:40.958Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31842026-07-14T15:36:42.843Z[s2.trio] pkill ddmd
31852026-07-14T15:36:42.856Z
31862026-07-14T15:36:42.856Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31872026-07-14T15:36:44.684Z[s1.trio] pkill ddmd
31882026-07-14T15:36:44.696Z
31892026-07-14T15:36:44.697Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31902026-07-14T15:36:46.483Z[sidecar.trio] pkill softnpu
31912026-07-14T15:36:46.495Z
31922026-07-14T15:36:46.495Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31932026-07-14T15:36:49.015Ztest ddm::test_trio_v3 ... ok
31942026-07-14T15:36:49.015Z
31952026-07-14T15:36:49.015Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 95.94s
31962026-07-14T15:36:49.015Z
31972026-07-14T15:36:49.067Z+ cleanup
31982026-07-14T15:36:49.069Z++ id -un
31992026-07-14T15:36:49.072Z++ id -gn
32002026-07-14T15:36:49.075Z+ pfexec chown -R build:build .
32012026-07-14T15:36:49.198Zprocess exited: duration 694206 ms, exit code 0
 
32022026-07-14T15:36:49.209Zfound 5 output files
32032026-07-14T15:36:49.209Zuploading: /work/s1.trio.log (4083 bytes)
32042026-07-14T15:36:50.221Zuploaded: /work/s1.trio.log
32052026-07-14T15:36:50.221Zuploading: /work/s2.trio.log (9696 bytes)
32062026-07-14T15:36:51.231Zuploaded: /work/s2.trio.log
32072026-07-14T15:36:51.231Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32082026-07-14T15:36:52.240Zuploaded: /work/sidecar.trio-softnpu.log
32092026-07-14T15:36:52.240Zuploading: /work/t1.trio-dpd.log (343234 bytes)
32102026-07-14T15:36:53.257Zuploaded: /work/t1.trio-dpd.log
32112026-07-14T15:36:53.257Zuploading: /work/t1.trio.log (25569 bytes)
32122026-07-14T15:36:54.270Zuploaded: /work/t1.trio.log