01KTCTAH3NSCM4YFPTN6E837CP: 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: 01KTCTB4N9CD8RFNTZ0H8YEMNQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T21:18:03.943Zjob assigned to worker 01KTCTBKYP4T42T4ME9B89G9D7 [factory aws, i-0362b71b8bbc4b1a6] (queued for 58 s)
 
22026-06-05T21:18:10.447Zstarting task 0: "setup"
32026-06-05T21:18:10.455Z++ uname -s
42026-06-05T21:18:10.458Z+ kern=SunOS
52026-06-05T21:18:10.458Z+ build_user=build
62026-06-05T21:18:10.458Z+ build_uid=12345
72026-06-05T21:18:10.458Z+ work_dir=/work
82026-06-05T21:18:10.458Z+ input_dir=/input
92026-06-05T21:18:10.458Z+ [[ 0 == 12345 ]]
102026-06-05T21:18:10.458Z+ case "$kern" in
112026-06-05T21:18:10.458Z+ groupadd -g 12345 build
122026-06-05T21:18:10.458Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T21:18:12.461Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T21:18:12.567Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T21:18:12.570Z+ home_fs=zfs
162026-06-05T21:18:12.570Z+ [[ zfs == autofs ]]
172026-06-05T21:18:12.570Z+ mkdir -p /home/build
182026-06-05T21:18:12.571Z+ chown build:build /home/build /work
192026-06-05T21:18:14.571Z+ chmod 0700 /home/build /work
202026-06-05T21:18:14.575Zprocess exited: duration 4125 ms, exit code 0
 
212026-06-05T21:18:14.581Zstarting task 1: "rust-toolchain"
222026-06-05T21:18:14.585Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T21:18:14.585Z * rust toolchain channel = "stable"
242026-06-05T21:18:14.585Z * rust toolchain profile = "default"
252026-06-05T21:18:14.585Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T21:18:14.585Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T21:18:14.585Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T21:18:14.588Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T21:18:14.588Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T21:18:14.709Zinfo: downloading installer
312026-06-05T21:18:16.000Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T21:18:16.000Zwarn: /opt/ooce/bin
332026-06-05T21:18:16.000Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T21:18:16.000Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T21:18:16.000Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T21:18:16.000Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T21:18:16.000Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T21:18:16.000Zerror: cannot install while Rust is installed
392026-06-05T21:18:16.001Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T21:18:16.001Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T21:18:16.001Zwarn: /home/build/.rustup/settings.toml
422026-06-05T21:18:16.001Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T21:18:16.001Zwarn: instead of the one inferred from the default host triple.
442026-06-05T21:18:16.013Zinfo: profile set to default
452026-06-05T21:18:16.014Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T21:18:16.018Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T21:18:16.177Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T21:18:16.187Zinfo: downloading 6 components
492026-06-05T21:18:31.207Z
502026-06-05T21:18:31.207Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-05T21:18:31.240Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T21:18:31.240Z
532026-06-05T21:18:31.240Z
542026-06-05T21:18:31.240ZRust is installed now. Great!
552026-06-05T21:18:31.241Z
562026-06-05T21:18:31.241ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T21:18:31.241Zenvironment variable. This has not been done automatically.
582026-06-05T21:18:31.241Z
592026-06-05T21:18:31.241ZTo configure your current shell, you need to source
602026-06-05T21:18:31.241Zthe corresponding env file under $HOME/.cargo.
612026-06-05T21:18:31.241Z
622026-06-05T21:18:31.241ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T21:18:31.241Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T21:18:31.241Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T21:18:31.241Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T21:18:31.241Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T21:18:31.241Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T21:18:31.241Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T21:18:31.250Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T21:18:31.250Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T21:18:31.328Z+ rustup --version
722026-06-05T21:18:31.337Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T21:18:31.340Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T21:18:31.357Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T21:18:31.360Z+ cargo --version
762026-06-05T21:18:31.373Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T21:18:31.376Z+ rustc --version
782026-06-05T21:18:31.395Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T21:18:31.398Zprocess exited: duration 16814 ms, exit code 0
 
802026-06-05T21:18:31.404Zstarting task 2: "authentication"
812026-06-05T21:18:31.420Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T21:18:31.426Zstarting task 3: "clone repository"
832026-06-05T21:18:31.429Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T21:18:31.432Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T21:18:31.465ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T21:18:32.515Z+ cd /work/oxidecomputer/maghemite
872026-06-05T21:18:32.515Z+ git fetch origin 28cc72cd5873adf4359355c13a325e524897aa25
882026-06-05T21:18:32.770ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T21:18:32.770Z * branch 28cc72cd5873adf4359355c13a325e524897aa25 -> FETCH_HEAD
902026-06-05T21:18:32.780Z+ [[ -n trey/ndp-demux ]]
912026-06-05T21:18:32.780Z++ git branch --show-current
922026-06-05T21:18:32.780Z+ current=main
932026-06-05T21:18:32.780Z+ [[ main != trey/ndp-demux ]]
942026-06-05T21:18:32.780Z+ git branch -f trey/ndp-demux 28cc72cd5873adf4359355c13a325e524897aa25
952026-06-05T21:18:32.780Z+ git checkout -f trey/ndp-demux
962026-06-05T21:18:32.795ZSwitched to branch 'trey/ndp-demux'
972026-06-05T21:18:32.801Z+ git reset --hard 28cc72cd5873adf4359355c13a325e524897aa25
982026-06-05T21:18:32.806ZHEAD is now at 28cc72c bump ispf dependency
992026-06-05T21:18:32.811Zprocess exited: duration 1380 ms, exit code 0
 
1002026-06-05T21:18:32.818Zstarting task 4: "build"
1012026-06-05T21:18:32.823Z++ dladm
1022026-06-05T21:18:32.829ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-05T21:18:32.829Zena0 phys 9216 up -- --
1042026-06-05T21:18:32.829Z++ ipadm
1052026-06-05T21:18:32.829ZADDROBJ TYPE STATE ADDR
1062026-06-05T21:18:32.829Zlo0/v4 static ok 127.0.0.1/8
1072026-06-05T21:18:32.829Zena0/dhcp dhcp ok 10.150.1.56/24
1082026-06-05T21:18:32.829Zlo0/v6 static ok ::1/128
1092026-06-05T21:18:32.829Z++ banner collect
1102026-06-05T21:18:32.833Z
1112026-06-05T21:18:32.833Z #### #### # # ###### #### #####
1122026-06-05T21:18:32.833Z # # # # # # # # # #
1132026-06-05T21:18:32.833Z # # # # # ##### # #
1142026-06-05T21:18:32.833Z # # # # # # # #
1152026-06-05T21:18:32.833Z # # # # # # # # # #
1162026-06-05T21:18:32.834Z #### #### ###### ###### ###### #### #
1172026-06-05T21:18:32.834Z
1182026-06-05T21:18:32.834Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-05T21:18:32.834Z++ repo=softnpu
1202026-06-05T21:18:32.834Z++ series=image
1212026-06-05T21:18:32.834Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-05T21:18:32.834Z++ name=softnpu
1232026-06-05T21:18:32.834Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-05T21:18:32.834Z++ mkdir -p download
1252026-06-05T21:18:32.834Z++ pushd download
1262026-06-05T21:18:32.834Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-05T21:18:32.834Z++ [[ ! -f softnpu ]]
1282026-06-05T21:18:32.834Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-05T21:18:32.838Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-05T21:18:32.843Z Dload Upload Total Spent Left Speed
1312026-06-05T21:18:33.155Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 50.67M 0 0 100 15.63M 100 15.63M 0 0 50.66M 0 0 100 15.63M 100 15.63M 0 0 50.66M 0 0
1322026-06-05T21:18:33.166Z++ popd
1332026-06-05T21:18:33.167Z/work/oxidecomputer/maghemite
1342026-06-05T21:18:33.167Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-05T21:18:33.167Z++ repo=sidecar-lite
1362026-06-05T21:18:33.168Z++ series=release
1372026-06-05T21:18:33.168Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-05T21:18:33.168Z++ name=libsidecar_lite.so
1392026-06-05T21:18:33.168Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-05T21:18:33.168Z++ mkdir -p download
1412026-06-05T21:18:33.168Z++ pushd download
1422026-06-05T21:18:33.168Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-05T21:18:33.168Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-05T21:18:33.168Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-05T21:18:33.168Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-05T21:18:33.168Z Dload Upload Total Spent Left Speed
1472026-06-05T21:18:33.435Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 43.15M 0 0 100 12.04M 100 12.04M 0 0 43.14M 0 0 100 12.04M 100 12.04M 0 0 43.13M 0 0
1482026-06-05T21:18:33.438Z++ popd
1492026-06-05T21:18:33.438Z/work/oxidecomputer/maghemite
1502026-06-05T21:18:33.438Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-05T21:18:33.438Z++ repo=sidecar-lite
1522026-06-05T21:18:33.438Z++ series=release
1532026-06-05T21:18:33.438Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-05T21:18:33.438Z++ name=scadm
1552026-06-05T21:18:33.438Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-05T21:18:33.438Z++ mkdir -p download
1572026-06-05T21:18:33.438Z++ pushd download
1582026-06-05T21:18:33.438Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-05T21:18:33.438Z++ [[ ! -f scadm ]]
1602026-06-05T21:18:33.438Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-05T21:18:33.508Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-05T21:18:33.508Z Dload Upload Total Spent Left Speed
1632026-06-05T21:18:33.744Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 52.94M 0 0 100 15.78M 100 15.78M 0 0 52.93M 0 0 100 15.78M 100 15.78M 0 0 52.92M 0 0
1642026-06-05T21:18:33.763Z++ popd
1652026-06-05T21:18:33.763Z/work/oxidecomputer/maghemite
1662026-06-05T21:18:33.763Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-05T21:18:33.763Z++ repo=dendrite
1682026-06-05T21:18:33.763Z++ series=image
1692026-06-05T21:18:33.763Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-05T21:18:33.763Z++ name=dendrite-softnpu.tar.gz
1712026-06-05T21:18:33.763Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-05T21:18:33.763Z++ mkdir -p download
1732026-06-05T21:18:33.763Z++ pushd download
1742026-06-05T21:18:33.763Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-05T21:18:33.763Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-05T21:18:33.763Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-05T21:18:33.764Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-05T21:18:33.764Z Dload Upload Total Spent Left Speed
1792026-06-05T21:18:35.071Z 0 0 0 0 0 0 0 0 0 68 71.59M 68 49.10M 0 0 49.14M 0 00:01 00:01 49.14M 100 71.59M 100 71.59M 0 0 54.15M 0 00:01 00:01 49.14M 100 71.59M 100 71.59M 0 0 54.15M 0 00:01 00:01 49.14M 100 71.59M 100 71.59M 0 0 54.15M 0 00:01 00:01 49.14M
1802026-06-05T21:18:35.075Z++ popd
1812026-06-05T21:18:35.075Z/work/oxidecomputer/maghemite
1822026-06-05T21:18:35.075Z++ get_artifact maghemite release 28cc72cd5873adf4359355c13a325e524897aa25 ddm
1832026-06-05T21:18:35.075Z++ repo=maghemite
1842026-06-05T21:18:35.075Z++ series=release
1852026-06-05T21:18:35.075Z++ commit=28cc72cd5873adf4359355c13a325e524897aa25
1862026-06-05T21:18:35.075Z++ name=ddm
1872026-06-05T21:18:35.075Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-05T21:18:35.075Z++ mkdir -p download
1892026-06-05T21:18:35.079Z++ pushd download
1902026-06-05T21:18:35.079Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-05T21:18:35.079Z++ [[ ! -f ddm ]]
1922026-06-05T21:18:35.080Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/28cc72cd5873adf4359355c13a325e524897aa25/ddm
1932026-06-05T21:18:35.084Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-05T21:18:35.084Z Dload Upload Total Spent Left Speed
1952026-06-05T21:18:35.148Z 0 0 0 0 0 0 0 0 0
1962026-06-05T21:18:35.148Zcurl: (22) The requested URL returned error: 404
1972026-06-05T21:18:35.152Z++ popd
1982026-06-05T21:18:35.152Z/work/oxidecomputer/maghemite
1992026-06-05T21:18:35.152Z++ get_artifact maghemite release 28cc72cd5873adf4359355c13a325e524897aa25 ddmadm
2002026-06-05T21:18:35.152Z++ repo=maghemite
2012026-06-05T21:18:35.152Z++ series=release
2022026-06-05T21:18:35.152Z++ commit=28cc72cd5873adf4359355c13a325e524897aa25
2032026-06-05T21:18:35.154Z++ name=ddmadm
2042026-06-05T21:18:35.154Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-05T21:18:35.154Z++ mkdir -p download
2062026-06-05T21:18:35.154Z++ pushd download
2072026-06-05T21:18:35.154Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-05T21:18:35.154Z++ [[ ! -f ddmadm ]]
2092026-06-05T21:18:35.154Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/28cc72cd5873adf4359355c13a325e524897aa25/ddmadm
2102026-06-05T21:18:35.158Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-05T21:18:35.158Z Dload Upload Total Spent Left Speed
2122026-06-05T21:18:35.224Z 0 0 0 0 0 0 0 0 0
2132026-06-05T21:18:35.224Zcurl: (22) The requested URL returned error: 404
2142026-06-05T21:18:35.228Z++ popd
2152026-06-05T21:18:35.228Z/work/oxidecomputer/maghemite
2162026-06-05T21:18:35.228Z++ pushd download
2172026-06-05T21:18:35.228Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-05T21:18:35.228Z++ chmod +x softnpu
2192026-06-05T21:18:35.228Z++ chmod +x scadm
2202026-06-05T21:18:35.228Z++ chmod +x ddmadm
2212026-06-05T21:18:35.231Zchmod: WARNING: can't access ddmadm
2222026-06-05T21:18:35.232Z++ chmod +x ddmd
2232026-06-05T21:18:35.232Zchmod: WARNING: can't access ddmd
2242026-06-05T21:18:35.232Z++ mv ddmadm ddmadm-v2
2252026-06-05T21:18:35.232Zmv: cannot access ddmadm
2262026-06-05T21:18:35.232Z++ mv ddmd ddmd-v2
2272026-06-05T21:18:35.236Zmv: cannot access ddmd
2282026-06-05T21:18:35.236Z++ rm -rf zones/dendrite
2292026-06-05T21:18:35.236Z++ mkdir -p zones/dendrite
2302026-06-05T21:18:35.236Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-05T21:18:36.250Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-05T21:18:36.267Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-05T21:18:36.267Z++ popd
2342026-06-05T21:18:36.267Z++ banner install
2352026-06-05T21:18:36.267Z/work/oxidecomputer/maghemite
2362026-06-05T21:18:36.267Z
2372026-06-05T21:18:36.267Z # # # #### ##### ## # #
2382026-06-05T21:18:36.267Z # ## # # # # # # #
2392026-06-05T21:18:36.267Z # # # # #### # # # # #
2402026-06-05T21:18:36.267Z # # # # # # ###### # #
2412026-06-05T21:18:36.267Z # # ## # # # # # # #
2422026-06-05T21:18:36.267Z # # # #### # # # ###### ######
2432026-06-05T21:18:36.267Z
2442026-06-05T21:18:36.267Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-05T21:18:36.267Z++ set +o errexit
2462026-06-05T21:18:36.286Z++ pkg info clang-15
2472026-06-05T21:18:36.286Z++ grep -qi installed
2482026-06-05T21:18:37.459Zpkg: info: no packages matching the following patterns you specified are
2492026-06-05T21:18:37.459Zinstalled on the system. Try querying remotely instead:
2502026-06-05T21:18:37.459Z
2512026-06-05T21:18:37.459Z clang-15
2522026-06-05T21:18:37.495Z++ [[ 1 != 0 ]]
2532026-06-05T21:18:37.495Z++ set -o errexit
2542026-06-05T21:18:37.498Z++ pfexec pkg install clang-15
2552026-06-05T21:18:44.697Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-05T21:18:52.394Z Startup: Caching catalogs ... Done
2572026-06-05T21:18:59.648ZPlanning: Solver setup ... Done
2582026-06-05T21:18:59.688ZPlanning: Running solver ... Done
2592026-06-05T21:18:59.828ZPlanning: Finding local manifests ... Done
2602026-06-05T21:18:59.850ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-05T21:18:59.948ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-05T21:18:59.979ZPlanning: Package planning ... Done
2632026-06-05T21:19:00.004ZPlanning: Merging actions ... Done
2642026-06-05T21:19:00.113ZPlanning: Checking for conflicting actions ... Done
2652026-06-05T21:19:00.120ZPlanning: Consolidating action changes ... Done
2662026-06-05T21:19:00.884ZPlanning: Evaluating mediators ... Done
2672026-06-05T21:19:00.890ZPlanning: Planning completed in 8.33 seconds
2682026-06-05T21:19:00.901Z Packages to install: 2
2692026-06-05T21:19:00.901Z Mediators to change: 2
2702026-06-05T21:19:00.901Z Services to change: 1
2712026-06-05T21:19:00.904Z Create boot environment: No
2722026-06-05T21:19:00.904ZCreate backup boot environment: No
2732026-06-05T21:19:00.941Z
2742026-06-05T21:19:00.941ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-05T21:19:06.175ZDownload: 977/3076 items 81.2/211.3MB 38% complete (17.9M/s)
2762026-06-05T21:19:11.183ZDownload: 2002/3076 items 117.9/211.3MB 55% complete (11.9M/s)
2772026-06-05T21:19:13.983ZDownload: Completed 211.31 MB in 13.04 seconds (16.2M/s)
2782026-06-05T21:19:15.370Z Actions: 1/3418 actions (Installing new actions)
2792026-06-05T21:19:18.518Z Actions: Completed 3418 actions in 3.15 seconds.
2802026-06-05T21:19:19.149Z Done
2812026-06-05T21:19:19.149Z Done
2822026-06-05T21:19:19.880Z Done
2832026-06-05T21:19:23.270Z Done
2842026-06-05T21:19:23.343Z Done
2852026-06-05T21:19:23.346Z Done
2862026-06-05T21:19:23.474Z Done
2872026-06-05T21:19:24.140Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2882026-06-05T21:19:24.140Z++ set +o errexit
2892026-06-05T21:19:24.143Z++ pkg info pkg-config
2902026-06-05T21:19:24.143Z++ grep -qi installed
2912026-06-05T21:19:24.371Z++ [[ 0 != 0 ]]
2922026-06-05T21:19:24.371Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-06-05T21:19:24.371Z++ set +o errexit
2942026-06-05T21:19:24.375Z++ pkg info brand/omicron1
2952026-06-05T21:19:24.375Z++ grep -qi installed
2962026-06-05T21:19:24.554Zpkg: info: no packages matching the following patterns you specified are
2972026-06-05T21:19:24.555Zinstalled on the system. Try querying remotely instead:
2982026-06-05T21:19:24.555Z
2992026-06-05T21:19:24.555Z brand/omicron1
3002026-06-05T21:19:24.587Z++ [[ 1 != 0 ]]
3012026-06-05T21:19:24.587Z++ set -o errexit
3022026-06-05T21:19:24.587Z++ pfexec pkg install brand/omicron1
3032026-06-05T21:19:25.823Z Startup: Refreshing catalog 'helios-dev' ... Done
3042026-06-05T21:19:33.037ZPlanning: Solver setup ... Done
3052026-06-05T21:19:33.076ZPlanning: Running solver ... Done
3062026-06-05T21:19:33.214ZPlanning: Finding local manifests ... Done
3072026-06-05T21:19:33.217ZPlanning: Fetching manifests: 0/2 0% complete
3082026-06-05T21:19:33.349ZPlanning: Fetching manifests: 2/2 100% complete
3092026-06-05T21:19:33.362ZPlanning: Package planning ... Done
3102026-06-05T21:19:33.366ZPlanning: Merging actions ... Done
3112026-06-05T21:19:33.512ZPlanning: Checking for conflicting actions ... Done
3122026-06-05T21:19:33.515ZPlanning: Consolidating action changes ... Done
3132026-06-05T21:19:33.672ZPlanning: Evaluating mediators ... Done
3142026-06-05T21:19:33.675ZPlanning: Planning completed in 7.85 seconds
3152026-06-05T21:19:33.680Z Packages to install: 2
3162026-06-05T21:19:33.680Z Create boot environment: No
3172026-06-05T21:19:33.683ZCreate backup boot environment: No
3182026-06-05T21:19:33.709Z
3192026-06-05T21:19:33.709ZDownload: 0/5 items 0.0/1.1MB 0% complete
3202026-06-05T21:19:33.742ZDownload: Completed 1.07 MB in 0.03 seconds (32.2M/s)
3212026-06-05T21:19:33.828Z Actions: 1/28 actions (Installing new actions)
3222026-06-05T21:19:33.840Z Actions: Completed 28 actions in 0.01 seconds.
3232026-06-05T21:19:34.348Z Done
3242026-06-05T21:19:34.348Z Done
3252026-06-05T21:19:34.988Z Done
3262026-06-05T21:19:37.807Z Done
3272026-06-05T21:19:37.880Z Done
3282026-06-05T21:19:37.883Z Done
3292026-06-05T21:19:38.037Z Done
3302026-06-05T21:19:38.170Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3312026-06-05T21:19:38.171Z++ set +o errexit
3322026-06-05T21:19:38.173Z++ pkg info brand/omicron1/tools
3332026-06-05T21:19:38.173Z++ grep -qi installed
3342026-06-05T21:19:38.353Zpkg: info: no packages matching the following patterns you specified are
3352026-06-05T21:19:38.353Zinstalled on the system. Try querying remotely instead:
3362026-06-05T21:19:38.353Z
3372026-06-05T21:19:38.353Z brand/omicron1/tools
3382026-06-05T21:19:38.386Z++ [[ 1 != 0 ]]
3392026-06-05T21:19:38.386Z++ set -o errexit
3402026-06-05T21:19:38.386Z++ pfexec pkg install brand/omicron1/tools
3412026-06-05T21:19:38.773Z Startup: Refreshing catalog 'helios-dev' ... Done
3422026-06-05T21:19:46.134ZPlanning: Solver setup ... Done
3432026-06-05T21:19:46.175ZPlanning: Running solver ... Done
3442026-06-05T21:19:46.321ZPlanning: Finding local manifests ... Done
3452026-06-05T21:19:46.324ZPlanning: Fetching manifests: 0/1 0% complete
3462026-06-05T21:19:46.438ZPlanning: Fetching manifests: 1/1 100% complete
3472026-06-05T21:19:46.450ZPlanning: Package planning ... Done
3482026-06-05T21:19:46.454ZPlanning: Merging actions ... Done
3492026-06-05T21:19:46.595ZPlanning: Checking for conflicting actions ... Done
3502026-06-05T21:19:46.598ZPlanning: Consolidating action changes ... Done
3512026-06-05T21:19:46.753ZPlanning: Evaluating mediators ... Done
3522026-06-05T21:19:46.756ZPlanning: Planning completed in 7.98 seconds
3532026-06-05T21:19:46.761Z Packages to install: 1
3542026-06-05T21:19:46.761Z Services to change: 1
3552026-06-05T21:19:46.764Z Create boot environment: No
3562026-06-05T21:19:46.764ZCreate backup boot environment: No
3572026-06-05T21:19:46.790Z
3582026-06-05T21:19:46.790ZDownload: 0/2 items 0.0/1.2MB 0% complete
3592026-06-05T21:19:46.819ZDownload: Completed 1.19 MB in 0.03 seconds (40.8M/s)
3602026-06-05T21:19:46.913Z Actions: 1/19 actions (Installing new actions)
3612026-06-05T21:19:46.927Z Actions: Completed 19 actions in 0.01 seconds.
3622026-06-05T21:19:47.429Z Done
3632026-06-05T21:19:47.429Z Done
3642026-06-05T21:19:48.056Z Done
3652026-06-05T21:19:50.949Z Done
3662026-06-05T21:19:51.027Z Done
3672026-06-05T21:19:51.029Z Done
3682026-06-05T21:19:51.159Z Done
3692026-06-05T21:19:51.296Z++ pfexec svcadm enable baseline
3702026-06-05T21:19:51.310Z++ retry=0
3712026-06-05T21:19:51.313Z+++ svcs -Hostate baseline
3722026-06-05T21:19:51.326Z++ [[ offline* != online ]]
3732026-06-05T21:19:51.326Z++ [[ 0 -gt 300 ]]
3742026-06-05T21:19:51.326Z++ sleep 1
3752026-06-05T21:19:52.328Z++ retry=1
3762026-06-05T21:19:52.332Z+++ svcs -Hostate baseline
3772026-06-05T21:19:52.342Z++ [[ offline* != online ]]
3782026-06-05T21:19:52.342Z++ [[ 1 -gt 300 ]]
3792026-06-05T21:19:52.342Z++ sleep 1
3802026-06-05T21:19:53.372Z++ retry=2
3812026-06-05T21:19:53.377Z+++ svcs -Hostate baseline
3822026-06-05T21:19:53.377Z++ [[ offline* != online ]]
3832026-06-05T21:19:53.378Z++ [[ 2 -gt 300 ]]
3842026-06-05T21:19:53.378Z++ sleep 1
3852026-06-05T21:19:54.359Z++ retry=3
3862026-06-05T21:19:54.362Z+++ svcs -Hostate baseline
3872026-06-05T21:19:54.373Z++ [[ offline* != online ]]
3882026-06-05T21:19:54.373Z++ [[ 3 -gt 300 ]]
3892026-06-05T21:19:54.373Z++ sleep 1
3902026-06-05T21:19:55.378Z++ retry=4
3912026-06-05T21:19:55.381Z+++ svcs -Hostate baseline
3922026-06-05T21:19:55.389Z++ [[ offline* != online ]]
3932026-06-05T21:19:55.389Z++ [[ 4 -gt 300 ]]
3942026-06-05T21:19:55.393Z++ sleep 1
3952026-06-05T21:19:56.391Z++ retry=5
3962026-06-05T21:19:56.394Z+++ svcs -Hostate baseline
3972026-06-05T21:19:56.415Z++ [[ offline* != online ]]
3982026-06-05T21:19:56.416Z++ [[ 5 -gt 300 ]]
3992026-06-05T21:19:56.419Z++ sleep 1
4002026-06-05T21:19:57.418Z++ retry=6
4012026-06-05T21:19:57.421Z+++ svcs -Hostate baseline
4022026-06-05T21:19:57.432Z++ [[ offline* != online ]]
4032026-06-05T21:19:57.432Z++ [[ 6 -gt 300 ]]
4042026-06-05T21:19:57.432Z++ sleep 1
4052026-06-05T21:19:58.434Z++ retry=7
4062026-06-05T21:19:58.437Z+++ svcs -Hostate baseline
4072026-06-05T21:19:58.450Z++ [[ offline* != online ]]
4082026-06-05T21:19:58.453Z++ [[ 7 -gt 300 ]]
4092026-06-05T21:19:58.453Z++ sleep 1
4102026-06-05T21:19:59.451Z++ retry=8
4112026-06-05T21:19:59.453Z+++ svcs -Hostate baseline
4122026-06-05T21:19:59.466Z++ [[ offline* != online ]]
4132026-06-05T21:19:59.466Z++ [[ 8 -gt 300 ]]
4142026-06-05T21:19:59.466Z++ sleep 1
4152026-06-05T21:20:00.468Z++ retry=9
4162026-06-05T21:20:00.471Z+++ svcs -Hostate baseline
4172026-06-05T21:20:00.483Z++ [[ offline* != online ]]
4182026-06-05T21:20:00.483Z++ [[ 9 -gt 300 ]]
4192026-06-05T21:20:00.483Z++ sleep 1
4202026-06-05T21:20:01.485Z++ retry=10
4212026-06-05T21:20:01.489Z+++ svcs -Hostate baseline
4222026-06-05T21:20:01.502Z++ [[ offline* != online ]]
4232026-06-05T21:20:01.502Z++ [[ 10 -gt 300 ]]
4242026-06-05T21:20:01.505Z++ sleep 1
4252026-06-05T21:20:02.502Z++ retry=11
4262026-06-05T21:20:02.505Z+++ svcs -Hostate baseline
4272026-06-05T21:20:02.517Z++ [[ offline* != online ]]
4282026-06-05T21:20:02.517Z++ [[ 11 -gt 300 ]]
4292026-06-05T21:20:02.521Z++ sleep 1
4302026-06-05T21:20:03.519Z++ retry=12
4312026-06-05T21:20:03.522Z+++ svcs -Hostate baseline
4322026-06-05T21:20:03.533Z++ [[ offline* != online ]]
4332026-06-05T21:20:03.533Z++ [[ 12 -gt 300 ]]
4342026-06-05T21:20:03.533Z++ sleep 1
4352026-06-05T21:20:04.535Z++ retry=13
4362026-06-05T21:20:04.541Z+++ svcs -Hostate baseline
4372026-06-05T21:20:04.551Z++ [[ offline* != online ]]
4382026-06-05T21:20:04.551Z++ [[ 13 -gt 300 ]]
4392026-06-05T21:20:04.551Z++ sleep 1
4402026-06-05T21:20:05.552Z++ retry=14
4412026-06-05T21:20:05.555Z+++ svcs -Hostate baseline
4422026-06-05T21:20:05.566Z++ [[ offline* != online ]]
4432026-06-05T21:20:05.570Z++ [[ 14 -gt 300 ]]
4442026-06-05T21:20:05.571Z++ sleep 1
4452026-06-05T21:20:06.569Z++ retry=15
4462026-06-05T21:20:06.573Z+++ svcs -Hostate baseline
4472026-06-05T21:20:06.585Z++ [[ offline* != online ]]
4482026-06-05T21:20:06.585Z++ [[ 15 -gt 300 ]]
4492026-06-05T21:20:06.585Z++ sleep 1
4502026-06-05T21:20:07.586Z++ retry=16
4512026-06-05T21:20:07.589Z+++ svcs -Hostate baseline
4522026-06-05T21:20:07.601Z++ [[ offline* != online ]]
4532026-06-05T21:20:07.604Z++ [[ 16 -gt 300 ]]
4542026-06-05T21:20:07.604Z++ sleep 1
4552026-06-05T21:20:08.603Z++ retry=17
4562026-06-05T21:20:08.607Z+++ svcs -Hostate baseline
4572026-06-05T21:20:08.617Z++ [[ offline* != online ]]
4582026-06-05T21:20:08.617Z++ [[ 17 -gt 300 ]]
4592026-06-05T21:20:08.617Z++ sleep 1
4602026-06-05T21:20:09.620Z++ retry=18
4612026-06-05T21:20:09.623Z+++ svcs -Hostate baseline
4622026-06-05T21:20:09.634Z++ [[ offline* != online ]]
4632026-06-05T21:20:09.634Z++ [[ 18 -gt 300 ]]
4642026-06-05T21:20:09.634Z++ sleep 1
4652026-06-05T21:20:10.636Z++ retry=19
4662026-06-05T21:20:10.639Z+++ svcs -Hostate baseline
4672026-06-05T21:20:10.650Z++ [[ offline* != online ]]
4682026-06-05T21:20:10.650Z++ [[ 19 -gt 300 ]]
4692026-06-05T21:20:10.650Z++ sleep 1
4702026-06-05T21:20:11.652Z++ retry=20
4712026-06-05T21:20:11.656Z+++ svcs -Hostate baseline
4722026-06-05T21:20:11.668Z++ [[ offline* != online ]]
4732026-06-05T21:20:11.668Z++ [[ 20 -gt 300 ]]
4742026-06-05T21:20:11.668Z++ sleep 1
4752026-06-05T21:20:12.670Z++ retry=21
4762026-06-05T21:20:12.673Z+++ svcs -Hostate baseline
4772026-06-05T21:20:12.685Z++ [[ offline* != online ]]
4782026-06-05T21:20:12.685Z++ [[ 21 -gt 300 ]]
4792026-06-05T21:20:12.685Z++ sleep 1
4802026-06-05T21:20:13.687Z++ retry=22
4812026-06-05T21:20:13.690Z+++ svcs -Hostate baseline
4822026-06-05T21:20:13.702Z++ [[ offline* != online ]]
4832026-06-05T21:20:13.702Z++ [[ 22 -gt 300 ]]
4842026-06-05T21:20:13.702Z++ sleep 1
4852026-06-05T21:20:14.704Z++ retry=23
4862026-06-05T21:20:14.707Z+++ svcs -Hostate baseline
4872026-06-05T21:20:14.719Z++ [[ offline* != online ]]
4882026-06-05T21:20:14.719Z++ [[ 23 -gt 300 ]]
4892026-06-05T21:20:14.719Z++ sleep 1
4902026-06-05T21:20:15.720Z++ retry=24
4912026-06-05T21:20:15.724Z+++ svcs -Hostate baseline
4922026-06-05T21:20:15.735Z++ [[ offline* != online ]]
4932026-06-05T21:20:15.735Z++ [[ 24 -gt 300 ]]
4942026-06-05T21:20:15.735Z++ sleep 1
4952026-06-05T21:20:16.737Z++ retry=25
4962026-06-05T21:20:16.740Z+++ svcs -Hostate baseline
4972026-06-05T21:20:16.751Z++ [[ offline* != online ]]
4982026-06-05T21:20:16.751Z++ [[ 25 -gt 300 ]]
4992026-06-05T21:20:16.751Z++ sleep 1
5002026-06-05T21:20:17.753Z++ retry=26
5012026-06-05T21:20:17.756Z+++ svcs -Hostate baseline
5022026-06-05T21:20:17.768Z++ [[ offline* != online ]]
5032026-06-05T21:20:17.768Z++ [[ 26 -gt 300 ]]
5042026-06-05T21:20:17.768Z++ sleep 1
5052026-06-05T21:20:18.770Z++ retry=27
5062026-06-05T21:20:18.773Z+++ svcs -Hostate baseline
5072026-06-05T21:20:18.784Z++ [[ offline* != online ]]
5082026-06-05T21:20:18.784Z++ [[ 27 -gt 300 ]]
5092026-06-05T21:20:18.784Z++ sleep 1
5102026-06-05T21:20:19.786Z++ retry=28
5112026-06-05T21:20:19.789Z+++ svcs -Hostate baseline
5122026-06-05T21:20:19.801Z++ [[ offline* != online ]]
5132026-06-05T21:20:19.801Z++ [[ 28 -gt 300 ]]
5142026-06-05T21:20:19.801Z++ sleep 1
5152026-06-05T21:20:20.803Z++ retry=29
5162026-06-05T21:20:20.808Z+++ svcs -Hostate baseline
5172026-06-05T21:20:20.817Z++ [[ offline* != online ]]
5182026-06-05T21:20:20.817Z++ [[ 29 -gt 300 ]]
5192026-06-05T21:20:20.817Z++ sleep 1
5202026-06-05T21:20:21.819Z++ retry=30
5212026-06-05T21:20:21.823Z+++ svcs -Hostate baseline
5222026-06-05T21:20:21.834Z++ [[ offline* != online ]]
5232026-06-05T21:20:21.834Z++ [[ 30 -gt 300 ]]
5242026-06-05T21:20:21.834Z++ sleep 1
5252026-06-05T21:20:22.837Z++ retry=31
5262026-06-05T21:20:22.841Z+++ svcs -Hostate baseline
5272026-06-05T21:20:22.851Z++ [[ offline* != online ]]
5282026-06-05T21:20:22.851Z++ [[ 31 -gt 300 ]]
5292026-06-05T21:20:22.851Z++ sleep 1
5302026-06-05T21:20:23.855Z++ retry=32
5312026-06-05T21:20:23.858Z+++ svcs -Hostate baseline
5322026-06-05T21:20:23.867Z++ [[ offline* != online ]]
5332026-06-05T21:20:23.867Z++ [[ 32 -gt 300 ]]
5342026-06-05T21:20:23.867Z++ sleep 1
5352026-06-05T21:20:24.869Z++ retry=33
5362026-06-05T21:20:24.872Z+++ svcs -Hostate baseline
5372026-06-05T21:20:24.883Z++ [[ offline* != online ]]
5382026-06-05T21:20:24.883Z++ [[ 33 -gt 300 ]]
5392026-06-05T21:20:24.883Z++ sleep 1
5402026-06-05T21:20:25.888Z++ retry=34
5412026-06-05T21:20:25.891Z+++ svcs -Hostate baseline
5422026-06-05T21:20:25.900Z++ [[ offline* != online ]]
5432026-06-05T21:20:25.900Z++ [[ 34 -gt 300 ]]
5442026-06-05T21:20:25.900Z++ sleep 1
5452026-06-05T21:20:26.902Z++ retry=35
5462026-06-05T21:20:26.905Z+++ svcs -Hostate baseline
5472026-06-05T21:20:26.917Z++ [[ offline* != online ]]
5482026-06-05T21:20:26.917Z++ [[ 35 -gt 300 ]]
5492026-06-05T21:20:26.917Z++ sleep 1
5502026-06-05T21:20:27.919Z++ retry=36
5512026-06-05T21:20:27.922Z+++ svcs -Hostate baseline
5522026-06-05T21:20:27.933Z++ [[ offline* != online ]]
5532026-06-05T21:20:27.933Z++ [[ 36 -gt 300 ]]
5542026-06-05T21:20:27.933Z++ sleep 1
5552026-06-05T21:20:28.935Z++ retry=37
5562026-06-05T21:20:28.938Z+++ svcs -Hostate baseline
5572026-06-05T21:20:28.950Z++ [[ offline* != online ]]
5582026-06-05T21:20:28.950Z++ [[ 37 -gt 300 ]]
5592026-06-05T21:20:28.950Z++ sleep 1
5602026-06-05T21:20:29.952Z++ retry=38
5612026-06-05T21:20:29.955Z+++ svcs -Hostate baseline
5622026-06-05T21:20:29.966Z++ [[ offline* != online ]]
5632026-06-05T21:20:29.966Z++ [[ 38 -gt 300 ]]
5642026-06-05T21:20:29.966Z++ sleep 1
5652026-06-05T21:20:30.969Z++ retry=39
5662026-06-05T21:20:30.972Z+++ svcs -Hostate baseline
5672026-06-05T21:20:30.983Z++ [[ offline* != online ]]
5682026-06-05T21:20:30.983Z++ [[ 39 -gt 300 ]]
5692026-06-05T21:20:30.983Z++ sleep 1
5702026-06-05T21:20:31.985Z++ retry=40
5712026-06-05T21:20:31.988Z+++ svcs -Hostate baseline
5722026-06-05T21:20:32.001Z++ [[ offline* != online ]]
5732026-06-05T21:20:32.002Z++ [[ 40 -gt 300 ]]
5742026-06-05T21:20:32.002Z++ sleep 1
5752026-06-05T21:20:33.003Z++ retry=41
5762026-06-05T21:20:33.006Z+++ svcs -Hostate baseline
5772026-06-05T21:20:33.017Z++ [[ offline* != online ]]
5782026-06-05T21:20:33.017Z++ [[ 41 -gt 300 ]]
5792026-06-05T21:20:33.017Z++ sleep 1
5802026-06-05T21:20:34.019Z++ retry=42
5812026-06-05T21:20:34.022Z+++ svcs -Hostate baseline
5822026-06-05T21:20:34.033Z++ [[ offline* != online ]]
5832026-06-05T21:20:34.033Z++ [[ 42 -gt 300 ]]
5842026-06-05T21:20:34.033Z++ sleep 1
5852026-06-05T21:20:35.035Z++ retry=43
5862026-06-05T21:20:35.039Z+++ svcs -Hostate baseline
5872026-06-05T21:20:35.050Z++ [[ offline* != online ]]
5882026-06-05T21:20:35.050Z++ [[ 43 -gt 300 ]]
5892026-06-05T21:20:35.050Z++ sleep 1
5902026-06-05T21:20:36.052Z++ retry=44
5912026-06-05T21:20:36.055Z+++ svcs -Hostate baseline
5922026-06-05T21:20:36.066Z++ [[ offline* != online ]]
5932026-06-05T21:20:36.066Z++ [[ 44 -gt 300 ]]
5942026-06-05T21:20:36.066Z++ sleep 1
5952026-06-05T21:20:37.068Z++ retry=45
5962026-06-05T21:20:37.071Z+++ svcs -Hostate baseline
5972026-06-05T21:20:37.083Z++ [[ offline* != online ]]
5982026-06-05T21:20:37.083Z++ [[ 45 -gt 300 ]]
5992026-06-05T21:20:37.083Z++ sleep 1
6002026-06-05T21:20:38.086Z++ retry=46
6012026-06-05T21:20:38.089Z+++ svcs -Hostate baseline
6022026-06-05T21:20:38.103Z++ [[ offline* != online ]]
6032026-06-05T21:20:38.103Z++ [[ 46 -gt 300 ]]
6042026-06-05T21:20:38.103Z++ sleep 1
6052026-06-05T21:20:39.107Z++ retry=47
6062026-06-05T21:20:39.137Z+++ svcs -Hostate baseline
6072026-06-05T21:20:39.333Z++ [[ offline* != online ]]
6082026-06-05T21:20:39.333Z++ [[ 47 -gt 300 ]]
6092026-06-05T21:20:39.333Z++ sleep 1
6102026-06-05T21:20:40.118Z++ retry=48
6112026-06-05T21:20:40.121Z+++ svcs -Hostate baseline
6122026-06-05T21:20:40.132Z++ [[ offline* != online ]]
6132026-06-05T21:20:40.132Z++ [[ 48 -gt 300 ]]
6142026-06-05T21:20:40.132Z++ sleep 1
6152026-06-05T21:20:41.134Z++ retry=49
6162026-06-05T21:20:41.138Z+++ svcs -Hostate baseline
6172026-06-05T21:20:41.149Z++ [[ offline* != online ]]
6182026-06-05T21:20:41.149Z++ [[ 49 -gt 300 ]]
6192026-06-05T21:20:41.153Z++ sleep 1
6202026-06-05T21:20:42.151Z++ retry=50
6212026-06-05T21:20:42.155Z+++ svcs -Hostate baseline
6222026-06-05T21:20:42.165Z++ [[ offline* != online ]]
6232026-06-05T21:20:42.165Z++ [[ 50 -gt 300 ]]
6242026-06-05T21:20:42.165Z++ sleep 1
6252026-06-05T21:20:43.167Z++ retry=51
6262026-06-05T21:20:43.171Z+++ svcs -Hostate baseline
6272026-06-05T21:20:43.182Z++ [[ offline* != online ]]
6282026-06-05T21:20:43.182Z++ [[ 51 -gt 300 ]]
6292026-06-05T21:20:43.182Z++ sleep 1
6302026-06-05T21:20:44.184Z++ retry=52
6312026-06-05T21:20:44.187Z+++ svcs -Hostate baseline
6322026-06-05T21:20:44.199Z++ [[ offline* != online ]]
6332026-06-05T21:20:44.199Z++ [[ 52 -gt 300 ]]
6342026-06-05T21:20:44.202Z++ sleep 1
6352026-06-05T21:20:45.204Z++ retry=53
6362026-06-05T21:20:45.207Z+++ svcs -Hostate baseline
6372026-06-05T21:20:45.215Z++ [[ offline* != online ]]
6382026-06-05T21:20:45.215Z++ [[ 53 -gt 300 ]]
6392026-06-05T21:20:45.215Z++ sleep 1
6402026-06-05T21:20:46.217Z++ retry=54
6412026-06-05T21:20:46.221Z+++ svcs -Hostate baseline
6422026-06-05T21:20:46.233Z++ [[ offline* != online ]]
6432026-06-05T21:20:46.233Z++ [[ 54 -gt 300 ]]
6442026-06-05T21:20:46.233Z++ sleep 1
6452026-06-05T21:20:47.235Z++ retry=55
6462026-06-05T21:20:47.238Z+++ svcs -Hostate baseline
6472026-06-05T21:20:47.250Z++ [[ offline* != online ]]
6482026-06-05T21:20:47.250Z++ [[ 55 -gt 300 ]]
6492026-06-05T21:20:47.253Z++ sleep 1
6502026-06-05T21:20:48.252Z++ retry=56
6512026-06-05T21:20:48.256Z+++ svcs -Hostate baseline
6522026-06-05T21:20:48.266Z++ [[ offline* != online ]]
6532026-06-05T21:20:48.267Z++ [[ 56 -gt 300 ]]
6542026-06-05T21:20:48.270Z++ sleep 1
6552026-06-05T21:20:49.269Z++ retry=57
6562026-06-05T21:20:49.272Z+++ svcs -Hostate baseline
6572026-06-05T21:20:49.283Z++ [[ offline* != online ]]
6582026-06-05T21:20:49.283Z++ [[ 57 -gt 300 ]]
6592026-06-05T21:20:49.283Z++ sleep 1
6602026-06-05T21:20:50.285Z++ retry=58
6612026-06-05T21:20:50.288Z+++ svcs -Hostate baseline
6622026-06-05T21:20:50.300Z++ [[ offline* != online ]]
6632026-06-05T21:20:50.300Z++ [[ 58 -gt 300 ]]
6642026-06-05T21:20:50.304Z++ sleep 1
6652026-06-05T21:20:51.302Z++ retry=59
6662026-06-05T21:20:51.306Z+++ svcs -Hostate baseline
6672026-06-05T21:20:51.316Z++ [[ offline* != online ]]
6682026-06-05T21:20:51.316Z++ [[ 59 -gt 300 ]]
6692026-06-05T21:20:51.317Z++ sleep 1
6702026-06-05T21:20:52.318Z++ retry=60
6712026-06-05T21:20:52.321Z+++ svcs -Hostate baseline
6722026-06-05T21:20:52.333Z++ [[ offline* != online ]]
6732026-06-05T21:20:52.333Z++ [[ 60 -gt 300 ]]
6742026-06-05T21:20:52.336Z++ sleep 1
6752026-06-05T21:20:53.335Z++ retry=61
6762026-06-05T21:20:53.338Z+++ svcs -Hostate baseline
6772026-06-05T21:20:53.350Z++ [[ offline* != online ]]
6782026-06-05T21:20:53.350Z++ [[ 61 -gt 300 ]]
6792026-06-05T21:20:53.350Z++ sleep 1
6802026-06-05T21:20:54.352Z++ retry=62
6812026-06-05T21:20:54.355Z+++ svcs -Hostate baseline
6822026-06-05T21:20:54.366Z++ [[ offline* != online ]]
6832026-06-05T21:20:54.366Z++ [[ 62 -gt 300 ]]
6842026-06-05T21:20:54.366Z++ sleep 1
6852026-06-05T21:20:55.368Z++ retry=63
6862026-06-05T21:20:55.371Z+++ svcs -Hostate baseline
6872026-06-05T21:20:55.383Z++ [[ offline* != online ]]
6882026-06-05T21:20:55.383Z++ [[ 63 -gt 300 ]]
6892026-06-05T21:20:55.383Z++ sleep 1
6902026-06-05T21:20:56.385Z++ retry=64
6912026-06-05T21:20:56.389Z+++ svcs -Hostate baseline
6922026-06-05T21:20:56.400Z++ [[ offline* != online ]]
6932026-06-05T21:20:56.400Z++ [[ 64 -gt 300 ]]
6942026-06-05T21:20:56.400Z++ sleep 1
6952026-06-05T21:20:57.402Z++ retry=65
6962026-06-05T21:20:57.405Z+++ svcs -Hostate baseline
6972026-06-05T21:20:57.416Z++ [[ offline* != online ]]
6982026-06-05T21:20:57.416Z++ [[ 65 -gt 300 ]]
6992026-06-05T21:20:57.416Z++ sleep 1
7002026-06-05T21:20:58.418Z++ retry=66
7012026-06-05T21:20:58.421Z+++ svcs -Hostate baseline
7022026-06-05T21:20:58.434Z++ [[ offline* != online ]]
7032026-06-05T21:20:58.434Z++ [[ 66 -gt 300 ]]
7042026-06-05T21:20:58.434Z++ sleep 1
7052026-06-05T21:20:59.435Z++ retry=67
7062026-06-05T21:20:59.438Z+++ svcs -Hostate baseline
7072026-06-05T21:20:59.449Z++ [[ offline* != online ]]
7082026-06-05T21:20:59.449Z++ [[ 67 -gt 300 ]]
7092026-06-05T21:20:59.451Z++ sleep 1
7102026-06-05T21:21:00.451Z++ retry=68
7112026-06-05T21:21:00.455Z+++ svcs -Hostate baseline
7122026-06-05T21:21:00.466Z++ [[ offline* != online ]]
7132026-06-05T21:21:00.466Z++ [[ 68 -gt 300 ]]
7142026-06-05T21:21:00.466Z++ sleep 1
7152026-06-05T21:21:01.468Z++ retry=69
7162026-06-05T21:21:01.471Z+++ svcs -Hostate baseline
7172026-06-05T21:21:01.482Z++ [[ offline* != online ]]
7182026-06-05T21:21:01.482Z++ [[ 69 -gt 300 ]]
7192026-06-05T21:21:01.482Z++ sleep 1
7202026-06-05T21:21:02.484Z++ retry=70
7212026-06-05T21:21:02.487Z+++ svcs -Hostate baseline
7222026-06-05T21:21:02.499Z++ [[ offline* != online ]]
7232026-06-05T21:21:02.499Z++ [[ 70 -gt 300 ]]
7242026-06-05T21:21:02.499Z++ sleep 1
7252026-06-05T21:21:03.501Z++ retry=71
7262026-06-05T21:21:03.504Z+++ svcs -Hostate baseline
7272026-06-05T21:21:03.515Z++ [[ offline* != online ]]
7282026-06-05T21:21:03.516Z++ [[ 71 -gt 300 ]]
7292026-06-05T21:21:03.516Z++ sleep 1
7302026-06-05T21:21:04.517Z++ retry=72
7312026-06-05T21:21:04.521Z+++ svcs -Hostate baseline
7322026-06-05T21:21:04.532Z++ [[ offline* != online ]]
7332026-06-05T21:21:04.532Z++ [[ 72 -gt 300 ]]
7342026-06-05T21:21:04.533Z++ sleep 1
7352026-06-05T21:21:05.534Z++ retry=73
7362026-06-05T21:21:05.538Z+++ svcs -Hostate baseline
7372026-06-05T21:21:05.549Z++ [[ offline* != online ]]
7382026-06-05T21:21:05.550Z++ [[ 73 -gt 300 ]]
7392026-06-05T21:21:05.550Z++ sleep 1
7402026-06-05T21:21:06.551Z++ retry=74
7412026-06-05T21:21:06.554Z+++ svcs -Hostate baseline
7422026-06-05T21:21:06.566Z++ [[ offline* != online ]]
7432026-06-05T21:21:06.566Z++ [[ 74 -gt 300 ]]
7442026-06-05T21:21:06.566Z++ sleep 1
7452026-06-05T21:21:07.568Z++ retry=75
7462026-06-05T21:21:07.571Z+++ svcs -Hostate baseline
7472026-06-05T21:21:07.582Z++ [[ offline* != online ]]
7482026-06-05T21:21:07.582Z++ [[ 75 -gt 300 ]]
7492026-06-05T21:21:07.582Z++ sleep 1
7502026-06-05T21:21:08.584Z++ retry=76
7512026-06-05T21:21:08.587Z+++ svcs -Hostate baseline
7522026-06-05T21:21:08.599Z++ [[ offline* != online ]]
7532026-06-05T21:21:08.599Z++ [[ 76 -gt 300 ]]
7542026-06-05T21:21:08.599Z++ sleep 1
7552026-06-05T21:21:09.601Z++ retry=77
7562026-06-05T21:21:09.604Z+++ svcs -Hostate baseline
7572026-06-05T21:21:09.616Z++ [[ offline* != online ]]
7582026-06-05T21:21:09.616Z++ [[ 77 -gt 300 ]]
7592026-06-05T21:21:09.616Z++ sleep 1
7602026-06-05T21:21:10.617Z++ retry=78
7612026-06-05T21:21:10.620Z+++ svcs -Hostate baseline
7622026-06-05T21:21:10.632Z++ [[ offline* != online ]]
7632026-06-05T21:21:10.632Z++ [[ 78 -gt 300 ]]
7642026-06-05T21:21:10.632Z++ sleep 1
7652026-06-05T21:21:11.634Z++ retry=79
7662026-06-05T21:21:11.637Z+++ svcs -Hostate baseline
7672026-06-05T21:21:11.648Z++ [[ offline* != online ]]
7682026-06-05T21:21:11.648Z++ [[ 79 -gt 300 ]]
7692026-06-05T21:21:11.648Z++ sleep 1
7702026-06-05T21:21:12.651Z++ retry=80
7712026-06-05T21:21:12.654Z+++ svcs -Hostate baseline
7722026-06-05T21:21:12.666Z++ [[ offline* != online ]]
7732026-06-05T21:21:12.666Z++ [[ 80 -gt 300 ]]
7742026-06-05T21:21:12.666Z++ sleep 1
7752026-06-05T21:21:13.668Z++ retry=81
7762026-06-05T21:21:13.676Z+++ svcs -Hostate baseline
7772026-06-05T21:21:13.682Z++ [[ offline* != online ]]
7782026-06-05T21:21:13.683Z++ [[ 81 -gt 300 ]]
7792026-06-05T21:21:13.683Z++ sleep 1
7802026-06-05T21:21:14.713Z++ retry=82
7812026-06-05T21:21:14.720Z+++ svcs -Hostate baseline
7822026-06-05T21:21:14.720Z++ [[ offline* != online ]]
7832026-06-05T21:21:14.720Z++ [[ 82 -gt 300 ]]
7842026-06-05T21:21:14.720Z++ sleep 1
7852026-06-05T21:21:15.701Z++ retry=83
7862026-06-05T21:21:15.704Z+++ svcs -Hostate baseline
7872026-06-05T21:21:15.716Z++ [[ offline* != online ]]
7882026-06-05T21:21:15.716Z++ [[ 83 -gt 300 ]]
7892026-06-05T21:21:15.719Z++ sleep 1
7902026-06-05T21:21:16.718Z++ retry=84
7912026-06-05T21:21:16.721Z+++ svcs -Hostate baseline
7922026-06-05T21:21:16.732Z++ [[ offline* != online ]]
7932026-06-05T21:21:16.733Z++ [[ 84 -gt 300 ]]
7942026-06-05T21:21:16.733Z++ sleep 1
7952026-06-05T21:21:17.734Z++ retry=85
7962026-06-05T21:21:17.737Z+++ svcs -Hostate baseline
7972026-06-05T21:21:17.749Z++ [[ offline* != online ]]
7982026-06-05T21:21:17.749Z++ [[ 85 -gt 300 ]]
7992026-06-05T21:21:17.749Z++ sleep 1
8002026-06-05T21:21:18.751Z++ retry=86
8012026-06-05T21:21:18.754Z+++ svcs -Hostate baseline
8022026-06-05T21:21:18.765Z++ [[ offline* != online ]]
8032026-06-05T21:21:18.765Z++ [[ 86 -gt 300 ]]
8042026-06-05T21:21:18.765Z++ sleep 1
8052026-06-05T21:21:19.768Z++ retry=87
8062026-06-05T21:21:19.771Z+++ svcs -Hostate baseline
8072026-06-05T21:21:19.783Z++ [[ offline* != online ]]
8082026-06-05T21:21:19.783Z++ [[ 87 -gt 300 ]]
8092026-06-05T21:21:19.783Z++ sleep 1
8102026-06-05T21:21:20.784Z++ retry=88
8112026-06-05T21:21:20.787Z+++ svcs -Hostate baseline
8122026-06-05T21:21:20.799Z++ [[ offline* != online ]]
8132026-06-05T21:21:20.799Z++ [[ 88 -gt 300 ]]
8142026-06-05T21:21:20.799Z++ sleep 1
8152026-06-05T21:21:21.801Z++ retry=89
8162026-06-05T21:21:21.803Z+++ svcs -Hostate baseline
8172026-06-05T21:21:21.815Z++ [[ offline* != online ]]
8182026-06-05T21:21:21.815Z++ [[ 89 -gt 300 ]]
8192026-06-05T21:21:21.815Z++ sleep 1
8202026-06-05T21:21:22.817Z++ retry=90
8212026-06-05T21:21:22.820Z+++ svcs -Hostate baseline
8222026-06-05T21:21:22.832Z++ [[ offline* != online ]]
8232026-06-05T21:21:22.833Z++ [[ 90 -gt 300 ]]
8242026-06-05T21:21:22.833Z++ sleep 1
8252026-06-05T21:21:23.834Z++ retry=91
8262026-06-05T21:21:23.837Z+++ svcs -Hostate baseline
8272026-06-05T21:21:23.849Z++ [[ offline* != online ]]
8282026-06-05T21:21:23.849Z++ [[ 91 -gt 300 ]]
8292026-06-05T21:21:23.849Z++ sleep 1
8302026-06-05T21:21:24.851Z++ retry=92
8312026-06-05T21:21:24.854Z+++ svcs -Hostate baseline
8322026-06-05T21:21:24.865Z++ [[ offline* != online ]]
8332026-06-05T21:21:24.866Z++ [[ 92 -gt 300 ]]
8342026-06-05T21:21:24.866Z++ sleep 1
8352026-06-05T21:21:25.868Z++ retry=93
8362026-06-05T21:21:25.872Z+++ svcs -Hostate baseline
8372026-06-05T21:21:25.883Z++ [[ offline* != online ]]
8382026-06-05T21:21:25.883Z++ [[ 93 -gt 300 ]]
8392026-06-05T21:21:25.883Z++ sleep 1
8402026-06-05T21:21:26.885Z++ retry=94
8412026-06-05T21:21:26.889Z+++ svcs -Hostate baseline
8422026-06-05T21:21:26.900Z++ [[ offline* != online ]]
8432026-06-05T21:21:26.900Z++ [[ 94 -gt 300 ]]
8442026-06-05T21:21:26.900Z++ sleep 1
8452026-06-05T21:21:27.902Z++ retry=95
8462026-06-05T21:21:27.907Z+++ svcs -Hostate baseline
8472026-06-05T21:21:27.917Z++ [[ offline* != online ]]
8482026-06-05T21:21:27.917Z++ [[ 95 -gt 300 ]]
8492026-06-05T21:21:27.917Z++ sleep 1
8502026-06-05T21:21:28.919Z++ retry=96
8512026-06-05T21:21:28.922Z+++ svcs -Hostate baseline
8522026-06-05T21:21:28.934Z++ [[ offline* != online ]]
8532026-06-05T21:21:28.934Z++ [[ 96 -gt 300 ]]
8542026-06-05T21:21:28.934Z++ sleep 1
8552026-06-05T21:21:29.936Z++ retry=97
8562026-06-05T21:21:29.939Z+++ svcs -Hostate baseline
8572026-06-05T21:21:29.950Z++ [[ offline* != online ]]
8582026-06-05T21:21:29.951Z++ [[ 97 -gt 300 ]]
8592026-06-05T21:21:29.951Z++ sleep 1
8602026-06-05T21:21:30.954Z++ retry=98
8612026-06-05T21:21:30.957Z+++ svcs -Hostate baseline
8622026-06-05T21:21:30.967Z++ [[ offline* != online ]]
8632026-06-05T21:21:30.967Z++ [[ 98 -gt 300 ]]
8642026-06-05T21:21:30.967Z++ sleep 1
8652026-06-05T21:21:31.969Z++ retry=99
8662026-06-05T21:21:31.975Z+++ svcs -Hostate baseline
8672026-06-05T21:21:31.983Z++ [[ offline* != online ]]
8682026-06-05T21:21:31.983Z++ [[ 99 -gt 300 ]]
8692026-06-05T21:21:31.983Z++ sleep 1
8702026-06-05T21:21:32.986Z++ retry=100
8712026-06-05T21:21:32.991Z+++ svcs -Hostate baseline
8722026-06-05T21:21:33.001Z++ [[ offline* != online ]]
8732026-06-05T21:21:33.001Z++ [[ 100 -gt 300 ]]
8742026-06-05T21:21:33.002Z++ sleep 1
8752026-06-05T21:21:34.004Z++ retry=101
8762026-06-05T21:21:34.007Z+++ svcs -Hostate baseline
8772026-06-05T21:21:34.015Z++ [[ offline* != online ]]
8782026-06-05T21:21:34.015Z++ [[ 101 -gt 300 ]]
8792026-06-05T21:21:34.015Z++ sleep 1
8802026-06-05T21:21:35.017Z++ retry=102
8812026-06-05T21:21:35.020Z+++ svcs -Hostate baseline
8822026-06-05T21:21:35.031Z++ [[ offline* != online ]]
8832026-06-05T21:21:35.031Z++ [[ 102 -gt 300 ]]
8842026-06-05T21:21:35.031Z++ sleep 1
8852026-06-05T21:21:36.033Z++ retry=103
8862026-06-05T21:21:36.036Z+++ svcs -Hostate baseline
8872026-06-05T21:21:36.047Z++ [[ offline* != online ]]
8882026-06-05T21:21:36.048Z++ [[ 103 -gt 300 ]]
8892026-06-05T21:21:36.048Z++ sleep 1
8902026-06-05T21:21:37.049Z++ retry=104
8912026-06-05T21:21:37.052Z+++ svcs -Hostate baseline
8922026-06-05T21:21:37.064Z++ [[ offline* != online ]]
8932026-06-05T21:21:37.064Z++ [[ 104 -gt 300 ]]
8942026-06-05T21:21:37.067Z++ sleep 1
8952026-06-05T21:21:38.067Z++ retry=105
8962026-06-05T21:21:38.071Z+++ svcs -Hostate baseline
8972026-06-05T21:21:38.080Z++ [[ offline* != online ]]
8982026-06-05T21:21:38.081Z++ [[ 105 -gt 300 ]]
8992026-06-05T21:21:38.081Z++ sleep 1
9002026-06-05T21:21:39.082Z++ retry=106
9012026-06-05T21:21:39.088Z+++ svcs -Hostate baseline
9022026-06-05T21:21:39.097Z++ [[ online != online ]]
9032026-06-05T21:21:39.100Z++ set -o errexit
9042026-06-05T21:21:39.100Z++ set -o pipefail
9052026-06-05T21:21:39.100Z++ banner build
9062026-06-05T21:21:39.100Z
9072026-06-05T21:21:39.100Z ##### # # # # #####
9082026-06-05T21:21:39.100Z # # # # # # # #
9092026-06-05T21:21:39.100Z ##### # # # # # #
9102026-06-05T21:21:39.100Z # # # # # # # #
9112026-06-05T21:21:39.100Z # # # # # # # #
9122026-06-05T21:21:39.100Z ##### #### # ###### #####
9132026-06-05T21:21:39.100Z
9142026-06-05T21:21:39.100Z++ cargo build --release --bin ddmd --bin ddmadm
9152026-06-05T21:21:39.104Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9162026-06-05T21:21:39.271Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9172026-06-05T21:21:39.275Zinfo: downloading 6 components
9182026-06-05T21:21:54.279Z Updating git repository `https://github.com/oxidecomputer/falcon`
9192026-06-05T21:21:54.908ZFrom https://github.com/oxidecomputer/falcon
9202026-06-05T21:21:54.908Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9212026-06-05T21:21:54.988Z Updating crates.io index
9222026-06-05T21:21:54.991Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9232026-06-05T21:21:55.885ZFrom https://github.com/oxidecomputer/dendrite
9242026-06-05T21:21:55.885Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9252026-06-05T21:21:56.029Z Updating git repository `https://github.com/oxidecomputer/ispf`
9262026-06-05T21:21:56.280ZFrom https://github.com/oxidecomputer/ispf
9272026-06-05T21:21:56.280Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9282026-06-05T21:21:56.286Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9292026-06-05T21:21:56.609ZFrom https://github.com/oxidecomputer/netadm-sys
9302026-06-05T21:21:56.610Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9312026-06-05T21:21:56.617Z Updating git repository `https://github.com/oxidecomputer/omicron`
9322026-06-05T21:22:04.145ZFrom https://github.com/oxidecomputer/omicron
9332026-06-05T21:22:04.145Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9342026-06-05T21:22:04.566Z Updating git repository `https://github.com/oxidecomputer/opte`
9352026-06-05T21:22:05.374ZFrom https://github.com/oxidecomputer/opte
9362026-06-05T21:22:05.374Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9372026-06-05T21:22:05.401Z Updating git repository `https://github.com/illumos/smf-rs`
9382026-06-05T21:22:05.657ZFrom https://github.com/illumos/smf-rs
9392026-06-05T21:22:05.657Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9402026-06-05T21:22:06.000Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9412026-06-05T21:22:06.289ZFrom https://github.com/oxidecomputer/network-interface
9422026-06-05T21:22:06.289Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9432026-06-05T21:22:06.305Z Updating git repository `https://github.com/oxidecomputer/zone`
9442026-06-05T21:22:06.580ZFrom https://github.com/oxidecomputer/zone
9452026-06-05T21:22:06.580Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9462026-06-05T21:22:06.637Z Updating git repository `https://github.com/oxidecomputer/propolis`
9472026-06-05T21:22:07.246ZFrom https://github.com/oxidecomputer/propolis
9482026-06-05T21:22:07.246Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9492026-06-05T21:22:07.317Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9502026-06-05T21:22:07.802ZFrom https://github.com/oxidecomputer/transceiver-control
9512026-06-05T21:22:07.802Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9522026-06-05T21:22:07.924Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9532026-06-05T21:22:08.201ZFrom https://github.com/oxidecomputer/dlpi-sys
9542026-06-05T21:22:08.201Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9552026-06-05T21:22:08.214Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9562026-06-05T21:22:08.491ZFrom https://github.com/jmesmon/rust-libzfs
9572026-06-05T21:22:08.491Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9582026-06-05T21:22:08.499Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9592026-06-05T21:22:08.774ZFrom https://github.com/oxidecomputer/rusty-doors
9602026-06-05T21:22:08.774Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9612026-06-05T21:22:08.813Z Updating git repository `https://github.com/oxidecomputer/lldp`
9622026-06-05T21:22:09.157ZFrom https://github.com/oxidecomputer/lldp
9632026-06-05T21:22:09.157Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9642026-06-05T21:22:09.195Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9652026-06-05T21:22:09.478ZFrom https://github.com/oxidecomputer/slog-error-chain
9662026-06-05T21:22:09.478Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9672026-06-05T21:22:09.496Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9682026-06-05T21:22:09.800ZFrom https://github.com/oxidecomputer/tufaceous
9692026-06-05T21:22:09.801Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9702026-06-05T21:22:09.820Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9712026-06-05T21:22:10.261ZFrom https://github.com/oxidecomputer/management-gateway-service
9722026-06-05T21:22:10.261Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9732026-06-05T21:22:10.338Z Updating git repository `https://github.com/oxidecomputer/crucible`
9742026-06-05T21:22:11.230ZFrom https://github.com/oxidecomputer/crucible
9752026-06-05T21:22:11.231Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9762026-06-05T21:22:11.752Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9772026-06-05T21:22:12.010ZFrom https://github.com/oxidecomputer/serde_human_bytes
9782026-06-05T21:22:12.010Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9792026-06-05T21:22:12.386Z Updating git repository `https://github.com/oxidecomputer/propolis`
9802026-06-05T21:22:12.802ZFrom https://github.com/oxidecomputer/propolis
9812026-06-05T21:22:12.802Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9822026-06-05T21:22:12.853Z Updating git repository `https://github.com/oxidecomputer/crucible`
9832026-06-05T21:22:13.349ZFrom https://github.com/oxidecomputer/crucible
9842026-06-05T21:22:13.349Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9852026-06-05T21:22:13.630Z Updating git repository `https://github.com/oxidecomputer/tofino`
9862026-06-05T21:22:13.979ZFrom https://github.com/oxidecomputer/tofino
9872026-06-05T21:22:13.979Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9882026-06-05T21:22:14.000Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9892026-06-05T21:22:14.990ZFrom https://github.com/oxidecomputer/maghemite
9902026-06-05T21:22:14.990Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9912026-06-05T21:22:15.022Z Updating git repository `https://github.com/oxidecomputer/clickward`
9922026-06-05T21:22:15.293ZFrom https://github.com/oxidecomputer/clickward
9932026-06-05T21:22:15.293Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9942026-06-05T21:22:15.430Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
9952026-06-05T21:22:15.707ZFrom https://github.com/oxidecomputer/illumos-devinfo
9962026-06-05T21:22:15.707Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
9972026-06-05T21:22:16.908Z Downloading crates ...
9982026-06-05T21:22:16.978Z Downloaded aead v0.5.2
9992026-06-05T21:22:16.988Z Downloaded allocator-api2 v0.2.21
10002026-06-05T21:22:16.991Z Downloaded atomicwrites v0.4.4
10012026-06-05T21:22:16.995Z Downloaded async-trait v0.1.89
10022026-06-05T21:22:16.998Z Downloaded async-stream-impl v0.3.6
10032026-06-05T21:22:17.001Z Downloaded cancel-safe-futures v0.1.5
10042026-06-05T21:22:17.006Z Downloaded anstyle-query v1.1.5
10052026-06-05T21:22:17.009Z Downloaded anyhow v1.0.102
10062026-06-05T21:22:17.013Z Downloaded cmake v0.1.58
10072026-06-05T21:22:17.013Z Downloaded darling_core v0.21.3
10082026-06-05T21:22:17.016Z Downloaded anstyle v1.0.14
10092026-06-05T21:22:17.019Z Downloaded either v1.16.0
10102026-06-05T21:22:17.019Z Downloaded anstyle-parse v1.0.0
10112026-06-05T21:22:17.023Z Downloaded ahash v0.8.12
10122026-06-05T21:22:17.026Z Downloaded aho-corasick v1.1.4
10132026-06-05T21:22:17.029Z Downloaded adler2 v2.0.1
10142026-06-05T21:22:17.032Z Downloaded cobs v0.3.0
10152026-06-05T21:22:17.032Z Downloaded backoff v0.4.0
10162026-06-05T21:22:17.036Z Downloaded base16ct v1.0.0
10172026-06-05T21:22:17.039Z Downloaded bit-set v0.8.0
10182026-06-05T21:22:17.039Z Downloaded byteorder v1.5.0
10192026-06-05T21:22:17.042Z Downloaded async-recursion v1.1.1
10202026-06-05T21:22:17.045Z Downloaded enum-as-inner v0.6.1
10212026-06-05T21:22:17.045Z Downloaded base16ct v0.2.0
10222026-06-05T21:22:17.049Z Downloaded dtrace-parser v0.2.0
10232026-06-05T21:22:17.052Z Downloaded equivalent v1.0.2
10242026-06-05T21:22:17.052Z Downloaded errno v0.3.14
10252026-06-05T21:22:17.056Z Downloaded dtrace-parser v0.3.0
10262026-06-05T21:22:17.056Z Downloaded async-stream v0.3.6
10272026-06-05T21:22:17.059Z Downloaded dof v0.3.0
10282026-06-05T21:22:17.059Z Downloaded dropshot-api-manager-types v0.7.2
10292026-06-05T21:22:17.063Z Downloaded ciborium-ll v0.2.2
10302026-06-05T21:22:17.063Z Downloaded cfg-if v1.0.4
10312026-06-05T21:22:17.066Z Downloaded crypto-common v0.1.7
10322026-06-05T21:22:17.069Z Downloaded foreign-types v0.5.0
10332026-06-05T21:22:17.069Z Downloaded defmt v0.3.100
10342026-06-05T21:22:17.072Z Downloaded clap_lex v1.1.0
10352026-06-05T21:22:17.072Z Downloaded fixedbitset v0.4.2
10362026-06-05T21:22:17.075Z Downloaded foreign-types v0.3.2
10372026-06-05T21:22:17.075Z Downloaded fixedbitset v0.5.7
10382026-06-05T21:22:17.078Z Downloaded erased-serde v0.3.31
10392026-06-05T21:22:17.081Z Downloaded cpufeatures v0.2.17
10402026-06-05T21:22:17.081Z Downloaded crucible-workspace-hack v0.1.0
10412026-06-05T21:22:17.084Z Downloaded ff v0.13.1
10422026-06-05T21:22:17.084Z Downloaded displaydoc v0.2.6
10432026-06-05T21:22:17.087Z Downloaded foreign-types-shared v0.3.1
10442026-06-05T21:22:17.091Z Downloaded crc8 v0.1.1
10452026-06-05T21:22:17.091Z Downloaded cpufeatures v0.3.0
10462026-06-05T21:22:17.094Z Downloaded curve25519-dalek-derive v0.1.1
10472026-06-05T21:22:17.094Z Downloaded deranged v0.5.8
10482026-06-05T21:22:17.097Z Downloaded chacha20 v0.9.1
10492026-06-05T21:22:17.097Z Downloaded camino-tempfile v1.4.1
10502026-06-05T21:22:17.101Z Downloaded darling v0.23.0
10512026-06-05T21:22:17.104Z Downloaded futures-macro v0.3.32
10522026-06-05T21:22:17.107Z Downloaded futures-core v0.3.32
10532026-06-05T21:22:17.107Z Downloaded convert_case v0.4.0
10542026-06-05T21:22:17.110Z Downloaded heck v0.5.0
10552026-06-05T21:22:17.110Z Downloaded dunce v1.0.5
10562026-06-05T21:22:17.114Z Downloaded git-stub v1.0.0
10572026-06-05T21:22:17.114Z Downloaded getrandom v0.4.2
10582026-06-05T21:22:17.117Z Downloaded futures-task v0.3.32
10592026-06-05T21:22:17.120Z Downloaded arc-swap v1.9.1
10602026-06-05T21:22:17.123Z Downloaded http-body v1.0.1
10612026-06-05T21:22:17.123Z Downloaded fnv v1.0.7
10622026-06-05T21:22:17.127Z Downloaded dropshot_endpoint v0.17.1
10632026-06-05T21:22:17.197Z Downloaded derive_more v0.99.20
10642026-06-05T21:22:17.197Z Downloaded hostname v0.4.2
10652026-06-05T21:22:17.197Z Downloaded hex v0.4.3
10662026-06-05T21:22:17.197Z Downloaded gethostname v0.5.0
10672026-06-05T21:22:17.197Z Downloaded futures-sink v0.3.32
10682026-06-05T21:22:17.197Z Downloaded hostname v0.3.1
10692026-06-05T21:22:17.197Z Downloaded fxhash v0.2.1
10702026-06-05T21:22:17.197Z Downloaded embedded-io v0.6.1
10712026-06-05T21:22:17.197Z Downloaded futures-io v0.3.32
10722026-06-05T21:22:17.197Z Downloaded half v2.7.1
10732026-06-05T21:22:17.197Z Downloaded hubpack_derive v0.1.1
10742026-06-05T21:22:17.197Z Downloaded glob v0.3.3
10752026-06-05T21:22:17.197Z Downloaded cfg_aliases v0.2.1
10762026-06-05T21:22:17.197Z Downloaded compression-codecs v0.4.38
10772026-06-05T21:22:17.197Z Downloaded indent_write v2.2.0
10782026-06-05T21:22:17.197Z Downloaded bytecount v0.6.9
10792026-06-05T21:22:17.197Z Downloaded daft-derive v0.1.7
10802026-06-05T21:22:17.197Z Downloaded idna_adapter v1.2.2
10812026-06-05T21:22:17.198Z Downloaded git-stub-vcs v0.1.0
10822026-06-05T21:22:17.198Z Downloaded instant v0.1.13
10832026-06-05T21:22:17.198Z Downloaded hubpack v0.1.2
10842026-06-05T21:22:17.198Z Downloaded futures-executor v0.3.32
10852026-06-05T21:22:17.198Z Downloaded ident_case v1.0.1
10862026-06-05T21:22:17.198Z Downloaded group v0.13.0
10872026-06-05T21:22:17.198Z Downloaded lazy_static v1.5.0
10882026-06-05T21:22:17.198Z Downloaded elliptic-curve v0.13.8
10892026-06-05T21:22:17.198Z Downloaded derive-where v1.6.1
10902026-06-05T21:22:17.198Z Downloaded futures v0.3.32
10912026-06-05T21:22:17.198Z Downloaded mime v0.3.17
10922026-06-05T21:22:17.198Z Downloaded inout v0.1.4
10932026-06-05T21:22:17.199Z Downloaded libscf-sys v1.2.0
10942026-06-05T21:22:17.199Z Downloaded crossbeam-deque v0.8.6
10952026-06-05T21:22:17.202Z Downloaded base64ct v1.8.3
10962026-06-05T21:22:17.203Z Downloaded block-buffer v0.10.4
10972026-06-05T21:22:17.203Z Downloaded lru-cache v0.1.2
10982026-06-05T21:22:17.203Z Downloaded is_ci v1.2.0
10992026-06-05T21:22:17.203Z Downloaded internet-checksum v0.2.1
11002026-06-05T21:22:17.203Z Downloaded is-terminal v0.4.17
11012026-06-05T21:22:17.203Z Downloaded foldhash v0.2.0
11022026-06-05T21:22:17.203Z Downloaded darling_macro v0.21.3
11032026-06-05T21:22:17.206Z Downloaded anstream v1.0.0
11042026-06-05T21:22:17.206Z Downloaded no-std-compat v0.4.1
11052026-06-05T21:22:17.209Z Downloaded newline-converter v0.3.0
11062026-06-05T21:22:17.209Z Downloaded humantime v2.3.0
11072026-06-05T21:22:17.213Z Downloaded httpdate v1.0.3
11082026-06-05T21:22:17.213Z Downloaded ingot v0.1.1
11092026-06-05T21:22:17.216Z Downloaded dyn-clone v1.0.20
11102026-06-05T21:22:17.216Z Downloaded cipher v0.4.4
11112026-06-05T21:22:17.219Z Downloaded newtype_derive v0.1.6
11122026-06-05T21:22:17.219Z Downloaded is_terminal_polyfill v1.70.2
11132026-06-05T21:22:17.222Z Downloaded highway v1.3.0
11142026-06-05T21:22:17.222Z Downloaded linked-hash-map v0.5.6
11152026-06-05T21:22:17.225Z Downloaded konst_macro_rules v0.2.19
11162026-06-05T21:22:17.225Z Downloaded keccak v0.1.6
11172026-06-05T21:22:17.229Z Downloaded natord v1.0.9
11182026-06-05T21:22:17.229Z Downloaded lru-slab v0.1.2
11192026-06-05T21:22:17.232Z Downloaded lock_api v0.4.14
11202026-06-05T21:22:17.232Z Downloaded macaddr v1.0.1
11212026-06-05T21:22:17.232Z Downloaded colored v3.1.1
11222026-06-05T21:22:17.236Z Downloaded generic-array v0.14.7
11232026-06-05T21:22:17.240Z Downloaded critical-section v1.2.0
11242026-06-05T21:22:17.240Z Downloaded defmt-macros v1.1.0
11252026-06-05T21:22:17.243Z Downloaded num_enum_derive v0.5.11
11262026-06-05T21:22:17.243Z Downloaded num-iter v0.1.45
11272026-06-05T21:22:17.246Z Downloaded bs58 v0.5.1
11282026-06-05T21:22:17.246Z Downloaded olpc-cjson v0.1.4
11292026-06-05T21:22:17.249Z Downloaded memoffset v0.9.1
11302026-06-05T21:22:17.249Z Downloaded ipnet v2.12.0
11312026-06-05T21:22:17.252Z Downloaded embedded-io v0.4.0
11322026-06-05T21:22:17.252Z Downloaded match_cfg v0.1.0
11332026-06-05T21:22:17.255Z Downloaded http-body-util v0.1.3
11342026-06-05T21:22:17.255Z Downloaded managed v0.8.0
11352026-06-05T21:22:17.258Z Downloaded hyper-rustls v0.27.9
11362026-06-05T21:22:17.261Z Downloaded ingot-macros v0.1.1
11372026-06-05T21:22:17.261Z Downloaded num_threads v0.1.7
11382026-06-05T21:22:17.264Z Downloaded crc32fast v1.5.0
11392026-06-05T21:22:17.264Z Downloaded float-ord v0.3.2
11402026-06-05T21:22:17.268Z Downloaded console v0.16.3
11412026-06-05T21:22:17.268Z Downloaded newtype-uuid v1.3.2
11422026-06-05T21:22:17.271Z Downloaded num-derive v0.4.2
11432026-06-05T21:22:17.271Z Downloaded openssl-macros v0.1.1
11442026-06-05T21:22:17.271Z Downloaded iana-time-zone v0.1.65
11452026-06-05T21:22:17.274Z Downloaded opaque-debug v0.3.1
11462026-06-05T21:22:17.278Z Downloaded ipnetwork v0.21.1
11472026-06-05T21:22:17.278Z Downloaded fastrand v2.4.1
11482026-06-05T21:22:17.281Z Downloaded chacha20 v0.10.0
11492026-06-05T21:22:17.281Z Downloaded foldhash v0.1.5
11502026-06-05T21:22:17.284Z Downloaded digest v0.10.7
11512026-06-05T21:22:17.284Z Downloaded percent-encoding v2.3.2
11522026-06-05T21:22:17.288Z Downloaded ingot-types v0.1.2
11532026-06-05T21:22:17.288Z Downloaded darling v0.21.3
11542026-06-05T21:22:17.291Z Downloaded heck v0.4.1
11552026-06-05T21:22:17.294Z Downloaded hash32 v0.3.1
11562026-06-05T21:22:17.294Z Downloaded httparse v1.10.1
11572026-06-05T21:22:17.297Z Downloaded csv-core v0.1.13
11582026-06-05T21:22:17.297Z Downloaded daft v0.1.7
11592026-06-05T21:22:17.301Z Downloaded num-integer v0.1.46
11602026-06-05T21:22:17.301Z Downloaded darling_core v0.23.0
11612026-06-05T21:22:17.304Z Downloaded num_enum_derive v0.7.6
11622026-06-05T21:22:17.307Z Downloaded foreign-types-shared v0.1.1
11632026-06-05T21:22:17.307Z Downloaded num_enum v0.7.6
11642026-06-05T21:22:17.310Z Downloaded memmap v0.7.0
11652026-06-05T21:22:17.313Z Downloaded jobserver v0.1.34
11662026-06-05T21:22:17.317Z Downloaded fs_extra v1.3.0
11672026-06-05T21:22:17.317Z Downloaded num-rational v0.4.2
11682026-06-05T21:22:17.323Z Downloaded libsw-core v0.3.2
11692026-06-05T21:22:17.323Z Downloaded num-complex v0.4.6
11702026-06-05T21:22:17.323Z Downloaded pretty-hex v0.4.2
11712026-06-05T21:22:17.323Z Downloaded const-oid v0.10.2
11722026-06-05T21:22:17.326Z Downloaded phf_shared v0.12.1
11732026-06-05T21:22:17.326Z Downloaded foreign-types-macros v0.2.3
11742026-06-05T21:22:17.330Z Downloaded hashbrown v0.12.3
11752026-06-05T21:22:17.333Z Downloaded linear-map v1.2.0
11762026-06-05T21:22:17.333Z Downloaded multer v3.1.0
11772026-06-05T21:22:17.336Z Downloaded plain v0.2.3
11782026-06-05T21:22:17.337Z Downloaded potential_utf v0.1.5
11792026-06-05T21:22:17.339Z Downloaded hybrid-array v0.4.12
11802026-06-05T21:22:17.340Z Downloaded defmt v1.1.0
11812026-06-05T21:22:17.342Z Downloaded openssl-probe v0.2.1
11822026-06-05T21:22:17.345Z Downloaded getrandom v0.3.4
11832026-06-05T21:22:17.348Z Downloaded heapless v0.8.0
11842026-06-05T21:22:17.351Z Downloaded globset v0.4.18
11852026-06-05T21:22:17.351Z Downloaded ciborium v0.2.2
11862026-06-05T21:22:17.357Z Downloaded paste v1.0.15
11872026-06-05T21:22:17.357Z Downloaded proc-macro-error-attr2 v2.0.0
11882026-06-05T21:22:17.361Z Downloaded parking_lot_core v0.8.6
11892026-06-05T21:22:17.361Z Downloaded progenitor-macro v0.13.0
11902026-06-05T21:22:17.361Z Downloaded proc-macro-crate v1.3.1
11912026-06-05T21:22:17.361Z Downloaded proc-macro-error-attr v1.0.4
11922026-06-05T21:22:17.364Z Downloaded password-hash v0.5.0
11932026-06-05T21:22:17.364Z Downloaded progenitor-macro v0.10.0
11942026-06-05T21:22:17.369Z Downloaded oxnet v0.1.6
11952026-06-05T21:22:17.369Z Downloaded crossbeam-epoch v0.9.18
11962026-06-05T21:22:17.369Z Downloaded newtype-uuid-macros v0.1.0
11972026-06-05T21:22:17.372Z Downloaded num-conv v0.2.2
11982026-06-05T21:22:17.372Z Downloaded oxide-tokio-rt v0.1.6
11992026-06-05T21:22:17.372Z Downloaded byte-wrapper v0.1.0
12002026-06-05T21:22:17.375Z Downloaded pkg-config v0.3.33
12012026-06-05T21:22:17.379Z Downloaded fs-err v3.3.0
12022026-06-05T21:22:17.379Z Downloaded indicatif v0.18.4
12032026-06-05T21:22:17.381Z Downloaded ppv-lite86 v0.2.21
12042026-06-05T21:22:17.384Z Downloaded num v0.4.3
12052026-06-05T21:22:17.384Z Downloaded proc-macro-crate v3.5.0
12062026-06-05T21:22:17.387Z Downloaded parse-display-derive v0.10.0
12072026-06-05T21:22:17.387Z Downloaded progenitor-client v0.14.0
12082026-06-05T21:22:17.392Z Downloaded powerfmt v0.2.0
12092026-06-05T21:22:17.392Z Downloaded progenitor-client v0.10.0
12102026-06-05T21:22:17.392Z Downloaded pin-project-lite v0.2.17
12112026-06-05T21:22:17.395Z Downloaded poly1305 v0.8.0
12122026-06-05T21:22:17.398Z Downloaded progenitor-macro v0.14.0
12132026-06-05T21:22:17.398Z Downloaded hmac v0.12.1
12142026-06-05T21:22:17.401Z Downloaded console v0.15.11
12152026-06-05T21:22:17.401Z Downloaded icu_locale_core v2.2.0
12162026-06-05T21:22:17.405Z Downloaded quick-error v1.2.3
12172026-06-05T21:22:17.408Z Downloaded parking_lot v0.12.5
12182026-06-05T21:22:17.411Z Downloaded digest v0.11.3
12192026-06-05T21:22:17.411Z Downloaded rustc_version v0.4.1
12202026-06-05T21:22:17.414Z Downloaded clap_derive v4.6.1
12212026-06-05T21:22:17.414Z Downloaded rand_chacha v0.3.1
12222026-06-05T21:22:17.417Z Downloaded ref-cast v1.0.25
12232026-06-05T21:22:17.417Z Downloaded progenitor v0.10.0
12242026-06-05T21:22:17.420Z Downloaded rand_xorshift v0.4.0
12252026-06-05T21:22:17.420Z Downloaded parking_lot v0.11.2
12262026-06-05T21:22:17.423Z Downloaded pem v3.0.6
12272026-06-05T21:22:17.425Z Downloaded progenitor v0.13.0
12282026-06-05T21:22:17.426Z Downloaded phf v0.12.1
12292026-06-05T21:22:17.426Z Downloaded hickory-resolver v0.24.4
12302026-06-05T21:22:17.428Z Downloaded chacha20poly1305 v0.10.1
12312026-06-05T21:22:17.431Z Downloaded parse-display v0.10.0
12322026-06-05T21:22:17.431Z Downloaded icu_provider v2.2.0
12332026-06-05T21:22:17.434Z Downloaded omicron-workspace-hack v0.1.0
12342026-06-05T21:22:17.434Z Downloaded num_enum v0.5.11
12352026-06-05T21:22:17.438Z Downloaded indexmap v1.9.3
12362026-06-05T21:22:17.441Z Downloaded progenitor-client v0.13.0
12372026-06-05T21:22:17.443Z Downloaded memmap2 v0.9.10
12382026-06-05T21:22:17.443Z Downloaded itoa v1.0.18
12392026-06-05T21:22:17.446Z Downloaded same-file v1.0.6
12402026-06-05T21:22:17.446Z Downloaded rustc_version v0.1.7
12412026-06-05T21:22:17.446Z Downloaded camino v1.2.2
12422026-06-05T21:22:17.449Z Downloaded crossbeam-utils v0.8.21
12432026-06-05T21:22:17.452Z Downloaded cookie v0.18.1
12442026-06-05T21:22:17.452Z Downloaded getrandom v0.2.17
12452026-06-05T21:22:17.455Z Downloaded rustc-hash v2.1.2
12462026-06-05T21:22:17.458Z Downloaded libsw v3.5.0
12472026-06-05T21:22:17.458Z Downloaded secrecy v0.10.3
12482026-06-05T21:22:17.458Z Downloaded semver v0.1.20
12492026-06-05T21:22:17.461Z Downloaded scopeguard v1.2.0
12502026-06-05T21:22:17.461Z Downloaded proc-macro-error2 v2.0.1
12512026-06-05T21:22:17.464Z Downloaded owo-colors v4.3.0
12522026-06-05T21:22:17.467Z Downloaded blake2 v0.10.6
12532026-06-05T21:22:17.467Z Downloaded progenitor v0.14.0
12542026-06-05T21:22:17.470Z Downloaded proc-macro-error v1.0.4
12552026-06-05T21:22:17.473Z Downloaded parking_lot_core v0.9.12
12562026-06-05T21:22:17.474Z Downloaded hashbrown v0.17.1
12572026-06-05T21:22:17.477Z Downloaded clap v4.6.1
12582026-06-05T21:22:17.482Z Downloaded rand_core v0.9.5
12592026-06-05T21:22:17.485Z Downloaded konst v0.2.20
12602026-06-05T21:22:17.488Z Downloaded progenitor-extras v0.2.0
12612026-06-05T21:22:17.490Z Downloaded futures-channel v0.3.32
12622026-06-05T21:22:17.490Z Downloaded bcs v0.1.6
12632026-06-05T21:22:17.495Z Downloaded serde_spanned v1.1.1
12642026-06-05T21:22:17.495Z Downloaded scroll_derive v0.13.1
12652026-06-05T21:22:17.502Z Downloaded litemap v0.8.2
12662026-06-05T21:22:17.502Z Downloaded siphasher v1.0.3
12672026-06-05T21:22:17.502Z Downloaded quote v1.0.45
12682026-06-05T21:22:17.505Z Downloaded pest_derive v2.8.6
12692026-06-05T21:22:17.505Z Downloaded serde-big-array v0.5.1
12702026-06-05T21:22:17.505Z Downloaded scroll_derive v0.12.1
12712026-06-05T21:22:17.505Z Downloaded pin-project-internal v1.1.13
12722026-06-05T21:22:17.508Z Downloaded pest_generator v2.8.6
12732026-06-05T21:22:17.508Z Downloaded rand_core v0.6.4
12742026-06-05T21:22:17.511Z Downloaded serde_urlencoded v0.7.1
12752026-06-05T21:22:17.511Z Downloaded crossbeam-channel v0.5.15
12762026-06-05T21:22:17.513Z Downloaded sigpipe v0.1.3
12772026-06-05T21:22:17.516Z Downloaded sha1 v0.11.0
12782026-06-05T21:22:17.516Z Downloaded serde_spanned v0.6.9
12792026-06-05T21:22:17.519Z Downloaded sha1 v0.10.6
12802026-06-05T21:22:17.519Z Downloaded rand_chacha v0.9.0
12812026-06-05T21:22:17.522Z Downloaded serde_repr v0.1.20
12822026-06-05T21:22:17.522Z Downloaded serde_plain v1.0.2
12832026-06-05T21:22:17.525Z Downloaded resolv-conf v0.7.6
12842026-06-05T21:22:17.525Z Downloaded rand_core v0.10.1
12852026-06-05T21:22:17.528Z Downloaded icu_properties v2.2.0
12862026-06-05T21:22:17.529Z Downloaded postcard v1.1.3
12872026-06-05T21:22:17.532Z Downloaded rustls-pemfile v2.2.0
12882026-06-05T21:22:17.532Z Downloaded icu_normalizer v2.2.0
12892026-06-05T21:22:17.534Z Downloaded jiff-static v0.2.28
12902026-06-05T21:22:17.537Z Downloaded icu_normalizer_data v2.2.0
12912026-06-05T21:22:17.540Z Downloaded bytes v1.11.1
12922026-06-05T21:22:17.543Z Downloaded ref-cast-impl v1.0.25
12932026-06-05T21:22:17.543Z Downloaded backon v1.6.0
12942026-06-05T21:22:17.546Z Downloaded cargo_toml v0.22.3
12952026-06-05T21:22:17.546Z Downloaded bitflags v1.3.2
12962026-06-05T21:22:17.549Z Downloaded slog-bunyan v2.5.0
12972026-06-05T21:22:17.549Z Downloaded serde_derive_internals v0.29.1
12982026-06-05T21:22:17.552Z Downloaded rustversion v1.0.22
12992026-06-05T21:22:17.552Z Downloaded rustls-native-certs v0.8.4
13002026-06-05T21:22:17.555Z Downloaded slog-envlogger v2.2.0
13012026-06-05T21:22:17.555Z Downloaded openssl-sys v0.9.116
13022026-06-05T21:22:17.558Z Downloaded smawk v0.3.2
13032026-06-05T21:22:17.561Z Downloaded papergrid v0.11.0
13042026-06-05T21:22:17.564Z Downloaded stable_deref_trait v1.2.1
13052026-06-05T21:22:17.567Z Downloaded crypto-bigint v0.5.5
13062026-06-05T21:22:17.569Z Downloaded base64 v0.22.1
13072026-06-05T21:22:17.574Z Downloaded spin v0.5.2
13082026-06-05T21:22:17.574Z Downloaded base64 v0.21.7
13092026-06-05T21:22:17.576Z Downloaded scroll v0.13.0
13102026-06-05T21:22:17.577Z Downloaded scroll v0.12.0
13112026-06-05T21:22:17.579Z Downloaded serde_path_to_error v0.1.20
13122026-06-05T21:22:17.580Z Downloaded schemars_derive v0.8.22
13132026-06-05T21:22:17.584Z Downloaded rustls-pki-types v1.14.1
13142026-06-05T21:22:17.584Z Downloaded strum v0.26.3
13152026-06-05T21:22:17.584Z Downloaded once_cell v1.21.4
13162026-06-05T21:22:17.587Z Downloaded form_urlencoded v1.2.2
13172026-06-05T21:22:17.587Z Downloaded serde_tokenstream v0.2.3
13182026-06-05T21:22:17.587Z Downloaded strsim v0.11.1
13192026-06-05T21:22:17.589Z Downloaded miniz_oxide v0.8.9
13202026-06-05T21:22:17.590Z Downloaded const_format v0.2.36
13212026-06-05T21:22:17.592Z Downloaded structmeta v0.3.0
13222026-06-05T21:22:17.595Z Downloaded simd-adler32 v0.3.9
13232026-06-05T21:22:17.595Z Downloaded progenitor-impl v0.10.0
13242026-06-05T21:22:17.599Z Downloaded dof v0.4.0
13252026-06-05T21:22:17.599Z Downloaded cstr-argument v0.1.2
13262026-06-05T21:22:17.599Z Downloaded take_mut v0.2.2
13272026-06-05T21:22:18.605Z Downloaded shlex v2.0.1
13282026-06-05T21:22:18.605Z Downloaded sha2 v0.10.9
13292026-06-05T21:22:18.609Z Downloaded slog-async v2.8.0
13302026-06-05T21:22:18.609Z Downloaded signal-hook-registry v1.4.8
13312026-06-05T21:22:18.610Z Downloaded supports-color v3.0.2
13322026-06-05T21:22:18.610Z Downloaded subtle v2.6.1
13332026-06-05T21:22:18.610Z Downloaded tabled_derive v0.11.0
13342026-06-05T21:22:18.610Z Downloaded strum v0.27.2
13352026-06-05T21:22:18.610Z Downloaded structmeta-derive v0.3.0
13362026-06-05T21:22:18.610Z Downloaded sync_wrapper v1.0.2
13372026-06-05T21:22:18.610Z Downloaded tagptr v0.2.0
13382026-06-05T21:22:18.610Z Downloaded slog-dtrace v0.3.0
13392026-06-05T21:22:18.610Z Downloaded swrite v0.1.0
13402026-06-05T21:22:18.610Z Downloaded progenitor-impl v0.13.0
13412026-06-05T21:22:18.610Z Downloaded crypto-common v0.2.2
13422026-06-05T21:22:18.610Z Downloaded bitflags v2.12.1
13432026-06-05T21:22:18.610Z Downloaded bit-vec v0.8.0
13442026-06-05T21:22:18.610Z Downloaded drift v0.2.0
13452026-06-05T21:22:18.610Z Downloaded tabwriter v1.4.1
13462026-06-05T21:22:18.610Z Downloaded tabled_derive v0.7.0
13472026-06-05T21:22:18.610Z Downloaded slog-json v2.6.1
13482026-06-05T21:22:18.610Z Downloaded terminal_size v0.4.4
13492026-06-05T21:22:18.610Z Downloaded slog-stdlog v4.1.1
13502026-06-05T21:22:18.610Z Downloaded termtree v0.5.1
13512026-06-05T21:22:18.610Z Downloaded rusty-fork v0.3.1
13522026-06-05T21:22:18.610Z Downloaded semver v1.0.28
13532026-06-05T21:22:18.610Z Downloaded prettyplease v0.2.37
13542026-06-05T21:22:18.610Z Downloaded papergrid v0.18.0
13552026-06-05T21:22:18.610Z Downloaded thread-id v4.2.2
13562026-06-05T21:22:18.610Z Downloaded testing_table v0.3.0
13572026-06-05T21:22:18.610Z Downloaded thread-id v5.1.0
13582026-06-05T21:22:18.610Z Downloaded time-core v0.1.8
13592026-06-05T21:22:18.610Z Downloaded proc-macro2 v1.0.106
13602026-06-05T21:22:18.611Z Downloaded smartstring v1.0.1
13612026-06-05T21:22:18.611Z Downloaded cc v1.2.63
13622026-06-05T21:22:18.611Z Downloaded smf v0.2.3
13632026-06-05T21:22:18.611Z Downloaded slog-scope v4.4.1
13642026-06-05T21:22:18.611Z Downloaded expectorate v1.2.0
13652026-06-05T21:22:18.611Z Downloaded rustls-platform-verifier v0.7.0
13662026-06-05T21:22:18.611Z Downloaded slog-term v2.9.2
13672026-06-05T21:22:18.611Z Downloaded progenitor-impl v0.14.0
13682026-06-05T21:22:18.611Z Downloaded thiserror-impl-no-std v2.0.2
13692026-06-05T21:22:18.611Z Downloaded tokio-macros v2.7.0
13702026-06-05T21:22:18.611Z Downloaded log v0.4.32
13712026-06-05T21:22:18.611Z Downloaded hickory-resolver v0.25.2
13722026-06-05T21:22:18.611Z Downloaded strum_macros v0.27.2
13732026-06-05T21:22:18.611Z Downloaded tinyvec_macros v0.1.1
13742026-06-05T21:22:18.611Z Downloaded quinn-udp v0.5.14
13752026-06-05T21:22:18.611Z Downloaded pin-project v1.1.13
13762026-06-05T21:22:18.612Z Downloaded strum_macros v0.26.4
13772026-06-05T21:22:18.612Z Downloaded serde_with_macros v3.20.0
13782026-06-05T21:22:18.612Z Downloaded pest_meta v2.8.6
13792026-06-05T21:22:18.612Z Downloaded futures-util v0.3.32
13802026-06-05T21:22:18.612Z Downloaded slab v0.4.12
13812026-06-05T21:22:18.612Z Downloaded num-traits v0.2.19
13822026-06-05T21:22:18.612Z Downloaded flate2 v1.1.9
13832026-06-05T21:22:18.612Z Downloaded snafu-derive v0.8.9
13842026-06-05T21:22:18.612Z Downloaded rhai_codegen v3.2.0
13852026-06-05T21:22:18.612Z Downloaded tower-service v0.3.3
13862026-06-05T21:22:18.612Z Downloaded tower-layer v0.3.3
13872026-06-05T21:22:18.612Z Downloaded toml_write v0.1.2
13882026-06-05T21:22:18.612Z Downloaded synstructure v0.13.2
13892026-06-05T21:22:18.612Z Downloaded icu_collections v2.2.0
13902026-06-05T21:22:18.612Z Downloaded thiserror v1.0.69
13912026-06-05T21:22:18.612Z Downloaded smallvec v1.15.1
13922026-06-05T21:22:18.612Z Downloaded schemars v0.8.22
13932026-06-05T21:22:18.613Z Downloaded typify-macro v0.4.3
13942026-06-05T21:22:18.613Z Downloaded try-lock v0.2.5
13952026-06-05T21:22:18.613Z Downloaded argon2 v0.5.3
13962026-06-05T21:22:18.613Z Downloaded ciborium-io v0.2.2
13972026-06-05T21:22:18.613Z Downloaded derive-ex v0.1.8
13982026-06-05T21:22:18.613Z Downloaded time-macros v0.2.27
13992026-06-05T21:22:18.613Z Downloaded thiserror-no-std v2.0.2
14002026-06-05T21:22:18.613Z Downloaded thiserror-impl v2.0.18
14012026-06-05T21:22:18.613Z Downloaded serde_derive v1.0.228
14022026-06-05T21:22:18.613Z Downloaded tiny-keccak v2.0.2
14032026-06-05T21:22:18.613Z Downloaded unicode-linebreak v0.1.5
14042026-06-05T21:22:18.613Z Downloaded unarray v0.1.4
14052026-06-05T21:22:18.613Z Downloaded async-compression v0.4.42
14062026-06-05T21:22:18.613Z Downloaded unit-prefix v0.5.2
14072026-06-05T21:22:18.613Z Downloaded untrusted v0.9.0
14082026-06-05T21:22:18.613Z Downloaded tinystr v0.8.3
14092026-06-05T21:22:18.613Z Downloaded unicode-xid v0.2.6
14102026-06-05T21:22:18.613Z Downloaded thread_local v1.1.9
14112026-06-05T21:22:18.613Z Downloaded thiserror-impl v1.0.69
14122026-06-05T21:22:18.613Z Downloaded thiserror v2.0.18
14132026-06-05T21:22:18.613Z Downloaded memchr v2.8.1
14142026-06-05T21:22:18.613Z Downloaded serde_yaml v0.9.34+deprecated
14152026-06-05T21:22:18.613Z Downloaded static_assertions v1.1.0
14162026-06-05T21:22:18.613Z Downloaded minimal-lexical v0.2.1
14172026-06-05T21:22:18.613Z Downloaded typify-macro v0.6.2
14182026-06-05T21:22:18.613Z Downloaded hyper-util v0.1.20
14192026-06-05T21:22:18.613Z Downloaded universal-hash v0.5.1
14202026-06-05T21:22:18.613Z Downloaded rand v0.8.6
14212026-06-05T21:22:18.614Z Downloaded goblin v0.8.2
14222026-06-05T21:22:18.614Z Downloaded usdt-macro v0.6.0
14232026-06-05T21:22:18.614Z Downloaded usdt-attr-macro v0.5.0
14242026-06-05T21:22:18.614Z Downloaded toml_datetime v0.6.11
14252026-06-05T21:22:18.614Z Downloaded tokio-tungstenite v0.21.0
14262026-06-05T21:22:18.614Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14272026-06-05T21:22:18.614Z Downloaded tokio-dtrace v0.1.1
14282026-06-05T21:22:18.614Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14292026-06-05T21:22:18.618Z Downloaded ryu v1.0.23
14302026-06-05T21:22:18.618Z Downloaded utf8parse v0.2.2
14312026-06-05T21:22:18.618Z Downloaded usdt v0.6.0
14322026-06-05T21:22:18.618Z Downloaded usdt v0.5.0
14332026-06-05T21:22:18.618Z Downloaded http v1.4.1
14342026-06-05T21:22:18.618Z Downloaded version_check v0.9.5
14352026-06-05T21:22:18.618Z Downloaded utf8_iter v1.0.4
14362026-06-05T21:22:18.618Z Downloaded utf-8 v0.7.6
14372026-06-05T21:22:18.618Z Downloaded usdt-macro v0.5.0
14382026-06-05T21:22:18.618Z Downloaded want v0.3.1
14392026-06-05T21:22:18.618Z Downloaded waitgroup v0.1.2
14402026-06-05T21:22:18.618Z Downloaded usdt-attr-macro v0.6.0
14412026-06-05T21:22:18.618Z Downloaded h2 v0.4.14
14422026-06-05T21:22:18.618Z Downloaded toml_writer v1.1.1+spec-1.1.0
14432026-06-05T21:22:18.618Z Downloaded hashbrown v0.16.1
14442026-06-05T21:22:18.618Z Downloaded rayon-core v1.13.0
14452026-06-05T21:22:18.618Z Downloaded serde_core v1.0.228
14462026-06-05T21:22:18.618Z Downloaded tempfile v3.27.0
14472026-06-05T21:22:18.618Z Downloaded hashbrown v0.15.5
14482026-06-05T21:22:18.618Z Downloaded indexmap v2.14.0
14492026-06-05T21:22:18.620Z Downloaded data-encoding v2.11.0
14502026-06-05T21:22:18.620Z Downloaded const-random v0.1.18
14512026-06-05T21:22:18.620Z Downloaded compression-core v0.4.32
14522026-06-05T21:22:18.620Z Downloaded colorchoice v1.0.5
14532026-06-05T21:22:18.620Z Downloaded find-msvc-tools v0.1.9
14542026-06-05T21:22:18.620Z Downloaded crunchy v0.2.4
14552026-06-05T21:22:18.620Z Downloaded block-buffer v0.12.0
14562026-06-05T21:22:18.620Z Downloaded thin-vec v0.2.18
14572026-06-05T21:22:18.620Z Downloaded term v1.2.1
14582026-06-05T21:22:18.620Z Downloaded darling_macro v0.23.0
14592026-06-05T21:22:18.620Z Downloaded atomic-waker v1.1.2
14602026-06-05T21:22:18.620Z Downloaded typeid v1.0.3
14612026-06-05T21:22:18.620Z Downloaded const-random-macro v0.1.16
14622026-06-05T21:22:18.620Z Downloaded defmt-parser v1.0.0
14632026-06-05T21:22:18.620Z Downloaded debug-ignore v1.0.5
14642026-06-05T21:22:18.620Z Downloaded zerofrom-derive v0.1.7
14652026-06-05T21:22:18.620Z Downloaded zeroize_derive v1.4.3
14662026-06-05T21:22:18.620Z Downloaded yoke-derive v0.8.2
14672026-06-05T21:22:18.620Z Downloaded const_format_proc_macros v0.2.34
14682026-06-05T21:22:18.620Z Downloaded zone v0.3.1
14692026-06-05T21:22:18.620Z Downloaded autocfg v1.5.1
14702026-06-05T21:22:18.620Z Downloaded spin v0.9.8
14712026-06-05T21:22:18.621Z Downloaded schemars v0.9.0
14722026-06-05T21:22:18.621Z Downloaded usdt-impl v0.5.0
14732026-06-05T21:22:18.621Z Downloaded rustls-webpki v0.103.13
14742026-06-05T21:22:18.621Z Downloaded similar v2.7.0
14752026-06-05T21:22:18.621Z Downloaded quinn v0.11.9
14762026-06-05T21:22:18.621Z Downloaded tokio-rustls v0.26.4
14772026-06-05T21:22:18.621Z Downloaded qorb v0.4.1
14782026-06-05T21:22:18.621Z Downloaded zone_cfg_derive v0.3.1
14792026-06-05T21:22:18.621Z Downloaded untrusted v0.7.1
14802026-06-05T21:22:18.621Z Downloaded socket2 v0.6.4
14812026-06-05T21:22:18.621Z Downloaded usdt-impl v0.6.0
14822026-06-05T21:22:18.621Z Downloaded dropshot-api-manager v0.7.2
14832026-06-05T21:22:18.621Z Downloaded wait-timeout v0.2.1
14842026-06-05T21:22:18.621Z Downloaded vsss-rs v3.3.4
14852026-06-05T21:22:18.621Z Downloaded tokio-stream v0.1.18
14862026-06-05T21:22:18.621Z Downloaded toml v0.8.23
14872026-06-05T21:22:18.621Z Downloaded snafu v0.8.9
14882026-06-05T21:22:18.621Z Downloaded rand v0.9.4
14892026-06-05T21:22:18.621Z Downloaded xz2 v0.1.7
14902026-06-05T21:22:18.621Z Downloaded whoami v1.6.1
14912026-06-05T21:22:18.621Z Downloaded textwrap v0.16.2
14922026-06-05T21:22:18.621Z Downloaded mio v1.2.1
14932026-06-05T21:22:18.621Z Downloaded writeable v0.6.3
14942026-06-05T21:22:18.621Z Downloaded tracing-attributes v0.1.31
14952026-06-05T21:22:18.621Z Downloaded slog v2.8.2
14962026-06-05T21:22:18.621Z Downloaded zmij v1.0.21
14972026-06-05T21:22:18.621Z Downloaded zerofrom v0.1.8
14982026-06-05T21:22:18.621Z Downloaded pest v2.8.6
14992026-06-05T21:22:18.621Z Downloaded nom v7.1.3
15002026-06-05T21:22:18.621Z Downloaded hkdf v0.12.4
15012026-06-05T21:22:18.621Z Downloaded zeroize v1.8.2
15022026-06-05T21:22:18.621Z Downloaded toml_parser v1.1.2+spec-1.1.0
15032026-06-05T21:22:18.621Z Downloaded tracing-core v0.1.36
15042026-06-05T21:22:18.621Z Downloaded tinyvec v1.11.0
15052026-06-05T21:22:18.621Z Downloaded zerocopy-derive v0.7.35
15062026-06-05T21:22:18.622Z Downloaded rand v0.10.1
15072026-06-05T21:22:18.622Z Downloaded unicode-ident v1.0.24
15082026-06-05T21:22:18.622Z Downloaded zerovec-derive v0.11.3
15092026-06-05T21:22:18.622Z Downloaded ucd-trie v0.1.7
15102026-06-05T21:22:18.622Z Downloaded steno v0.4.1
15112026-06-05T21:22:18.623Z Downloaded serde v1.0.228
15122026-06-05T21:22:18.623Z Downloaded toml v0.9.12+spec-1.1.0
15132026-06-05T21:22:18.623Z Downloaded uuid v1.23.2
15142026-06-05T21:22:18.623Z Downloaded walkdir v2.5.0
15152026-06-05T21:22:18.623Z Downloaded yoke v0.8.3
15162026-06-05T21:22:18.623Z Downloaded idna v1.1.0
15172026-06-05T21:22:18.623Z Downloaded schemars v1.2.1
15182026-06-05T21:22:18.623Z Downloaded test-strategy v0.4.5
15192026-06-05T21:22:18.623Z Downloaded toml v1.1.2+spec-1.1.0
15202026-06-05T21:22:18.623Z Downloaded unsafe-libyaml v0.2.11
15212026-06-05T21:22:18.623Z Downloaded itertools v0.12.1
15222026-06-05T21:22:18.623Z Downloaded typify v0.4.3
15232026-06-05T21:22:18.623Z Downloaded toml_edit v0.25.12+spec-1.1.0
15242026-06-05T21:22:18.623Z Downloaded nom v8.0.0
15252026-06-05T21:22:18.623Z Downloaded goblin v0.10.7
15262026-06-05T21:22:18.623Z Downloaded tungstenite v0.21.0
15272026-06-05T21:22:18.623Z Downloaded libm v0.2.16
15282026-06-05T21:22:18.623Z Downloaded serde_json v1.0.150
15292026-06-05T21:22:18.627Z Downloaded unicode-segmentation v1.13.3
15302026-06-05T21:22:18.627Z Downloaded typify v0.6.2
15312026-06-05T21:22:18.627Z Downloaded rayon v1.12.0
15322026-06-05T21:22:18.627Z Downloaded toml_edit v0.22.27
15332026-06-05T21:22:18.627Z Downloaded icu_properties_data v2.2.0
15342026-06-05T21:22:18.627Z Downloaded hyper v1.10.1
15352026-06-05T21:22:18.627Z Downloaded unicode-normalization v0.1.25
15362026-06-05T21:22:18.627Z Downloaded ron v0.12.1
15372026-06-05T21:22:18.627Z Downloaded moka v0.12.15
15382026-06-05T21:22:18.627Z Downloaded clap_builder v4.6.0
15392026-06-05T21:22:18.627Z Downloaded itertools v0.14.0
15402026-06-05T21:22:18.627Z Downloaded aws-lc-rs v1.17.0
15412026-06-05T21:22:18.627Z Downloaded toml_edit v0.19.15
15422026-06-05T21:22:18.627Z Downloaded url v2.5.8
15432026-06-05T21:22:18.627Z Downloaded iddqd v0.4.2
15442026-06-05T21:22:18.627Z Downloaded reqwest v0.12.28
15452026-06-05T21:22:18.627Z Downloaded serde_with v3.20.0
15462026-06-05T21:22:18.628Z Downloaded regex v1.12.3
15472026-06-05T21:22:18.628Z Downloaded quinn-proto v0.11.14
15482026-06-05T21:22:18.628Z Downloaded tower v0.5.3
15492026-06-05T21:22:18.628Z Downloaded typenum v1.20.1
15502026-06-05T21:22:18.628Z Downloaded typed-path v0.9.3
15512026-06-05T21:22:18.628Z Downloaded reqwest v0.13.4
15522026-06-05T21:22:18.628Z Downloaded zerotrie v0.2.4
15532026-06-05T21:22:18.628Z Downloaded portable-atomic v1.13.1
15542026-06-05T21:22:18.628Z Downloaded zerocopy-derive v0.8.50
15552026-06-05T21:22:18.628Z Downloaded winnow v0.7.15
15562026-06-05T21:22:18.628Z Downloaded chrono v0.4.45
15572026-06-05T21:22:18.628Z Downloaded tough v0.22.0
15582026-06-05T21:22:18.628Z Downloaded webpki-roots v1.0.7
15592026-06-05T21:22:18.628Z Downloaded winnow v1.0.3
15602026-06-05T21:22:18.628Z Downloaded dropshot v0.17.1
15612026-06-05T21:22:18.628Z Downloaded zerovec v0.11.6
15622026-06-05T21:22:18.629Z Downloaded tokio-util v0.7.18
15632026-06-05T21:22:18.629Z Downloaded proptest v1.11.0
15642026-06-05T21:22:18.629Z Downloaded tower-http v0.6.11
15652026-06-05T21:22:18.629Z Downloaded winnow v0.5.40
15662026-06-05T21:22:18.629Z Downloaded nix v0.31.3
15672026-06-05T21:22:18.629Z Downloaded zerocopy v0.7.35
15682026-06-05T21:22:18.629Z Downloaded hickory-proto v0.24.4
15692026-06-05T21:22:18.629Z Downloaded syn v2.0.117
15702026-06-05T21:22:18.629Z Downloaded unicode-width v0.2.2
15712026-06-05T21:22:18.629Z Downloaded unicode-width v0.1.14
15722026-06-05T21:22:18.629Z Downloaded openapiv3 v2.2.0
15732026-06-05T21:22:18.629Z Downloaded tabled v0.15.0
15742026-06-05T21:22:18.629Z Downloaded rhai v1.25.1
15752026-06-05T21:22:18.629Z Downloaded tabled v0.21.0
15762026-06-05T21:22:18.630Z Downloaded curve25519-dalek v4.1.3
15772026-06-05T21:22:18.630Z Downloaded time v0.3.47
15782026-06-05T21:22:18.630Z Downloaded rustls v0.23.40
15792026-06-05T21:22:18.630Z Downloaded vcpkg v0.2.15
15802026-06-05T21:22:18.630Z Downloaded openssl v0.10.80
15812026-06-05T21:22:18.630Z Downloaded hickory-proto v0.25.2
15822026-06-05T21:22:18.630Z Downloaded rustix v0.38.44
15832026-06-05T21:22:18.630Z Downloaded bstr v1.12.1
15842026-06-05T21:22:18.630Z Downloaded syn v1.0.109
15852026-06-05T21:22:18.630Z Downloaded rustix v1.1.4
15862026-06-05T21:22:18.630Z Downloaded zerocopy v0.8.50
15872026-06-05T21:22:18.630Z Downloaded regress v0.11.1
15882026-06-05T21:22:18.630Z Downloaded regex-syntax v0.8.10
15892026-06-05T21:22:18.630Z Downloaded typify-impl v0.6.2
15902026-06-05T21:22:18.630Z Downloaded sled v0.34.7
15912026-06-05T21:22:18.631Z Downloaded tracing v0.1.44
15922026-06-05T21:22:18.631Z Downloaded smoltcp v0.11.0
15932026-06-05T21:22:18.631Z Downloaded regress v0.10.5
15942026-06-05T21:22:18.631Z Downloaded typify-impl v0.4.3
15952026-06-05T21:22:18.631Z Downloaded petgraph v0.6.5
15962026-06-05T21:22:18.631Z Downloaded regex-automata v0.4.14
15972026-06-05T21:22:18.631Z Downloaded lzma-sys v0.1.20
15982026-06-05T21:22:18.631Z Downloaded libc v0.2.186
15992026-06-05T21:22:18.636Z Downloaded jiff v0.2.28
16002026-06-05T21:22:18.640Z Downloaded chrono-tz v0.10.4
16012026-06-05T21:22:18.657Z Downloaded petgraph v0.8.3
16022026-06-05T21:22:18.670Z Downloaded csv v1.4.0
16032026-06-05T21:22:18.682Z Downloaded sha3 v0.10.9
16042026-06-05T21:22:18.687Z Downloaded tokio v1.52.3
16052026-06-05T21:22:18.718Z Downloaded encoding_rs v0.8.35
16062026-06-05T21:22:18.784Z Downloaded ring v0.17.14
16072026-06-05T21:22:19.395Z Downloaded aws-lc-sys v0.41.0
16082026-06-05T21:22:19.750Z Compiling proc-macro2 v1.0.106
16092026-06-05T21:22:19.750Z Compiling quote v1.0.45
16102026-06-05T21:22:19.750Z Compiling unicode-ident v1.0.24
16112026-06-05T21:22:19.750Z Compiling serde_core v1.0.228
16122026-06-05T21:22:19.803Z Compiling serde v1.0.228
16132026-06-05T21:22:19.803Z Compiling libc v0.2.186
16142026-06-05T21:22:19.803Z Compiling cfg-if v1.0.4
16152026-06-05T21:22:20.058Z Compiling zmij v1.0.21
16162026-06-05T21:22:20.076Z Compiling autocfg v1.5.1
16172026-06-05T21:22:20.444Z Compiling memchr v2.8.1
16182026-06-05T21:22:20.457Z Compiling libm v0.2.16
16192026-06-05T21:22:20.781Z Compiling itoa v1.0.18
16202026-06-05T21:22:20.801Z Compiling icu_normalizer_data v2.2.0
16212026-06-05T21:22:20.941Z Compiling icu_properties_data v2.2.0
16222026-06-05T21:22:21.098Z Compiling version_check v0.9.5
16232026-06-05T21:22:21.119Z Compiling stable_deref_trait v1.2.1
16242026-06-05T21:22:21.300Z Compiling syn v2.0.117
16252026-06-05T21:22:21.316Z Compiling serde_json v1.0.150
16262026-06-05T21:22:21.359Z Compiling litemap v0.8.2
16272026-06-05T21:22:21.408Z Compiling parking_lot_core v0.9.12
16282026-06-05T21:22:21.563Z Compiling writeable v0.6.3
16292026-06-05T21:22:21.616Z Compiling num-traits v0.2.19
16302026-06-05T21:22:21.632Z Compiling utf8_iter v1.0.4
16312026-06-05T21:22:21.739Z Compiling percent-encoding v2.3.2
16322026-06-05T21:22:21.969Z Compiling thiserror v2.0.18
16332026-06-05T21:22:22.008Z Compiling form_urlencoded v1.2.2
16342026-06-05T21:22:22.032Z Compiling rand_core v0.10.1
16352026-06-05T21:22:22.049Z Compiling getrandom v0.4.2
16362026-06-05T21:22:22.197Z Compiling zerocopy v0.8.50
16372026-06-05T21:22:22.311Z Compiling errno v0.3.14
16382026-06-05T21:22:22.425Z Compiling iana-time-zone v0.1.65
16392026-06-05T21:22:22.494Z Compiling heck v0.5.0
16402026-06-05T21:22:22.695Z Compiling uuid v1.23.2
16412026-06-05T21:22:22.777Z Compiling jobserver v0.1.34
16422026-06-05T21:22:22.966Z Compiling shlex v2.0.1
16432026-06-05T21:22:23.111Z Compiling find-msvc-tools v0.1.9
16442026-06-05T21:22:23.159Z Compiling rustversion v1.0.22
16452026-06-05T21:22:23.310Z Compiling cc v1.2.63
16462026-06-05T21:22:23.329Z Compiling semver v1.0.28
16472026-06-05T21:22:23.363Z Compiling schemars v0.8.22
16482026-06-05T21:22:23.536Z Compiling dyn-clone v1.0.20
16492026-06-05T21:22:23.689Z Compiling pin-project-lite v0.2.17
16502026-06-05T21:22:23.706Z Compiling getrandom v0.2.17
16512026-06-05T21:22:23.799Z Compiling scopeguard v1.2.0
16522026-06-05T21:22:23.926Z Compiling lock_api v0.4.14
16532026-06-05T21:22:23.974Z Compiling bitflags v2.12.1
16542026-06-05T21:22:24.036Z Compiling socket2 v0.6.4
16552026-06-05T21:22:24.154Z Compiling cmake v0.1.58
16562026-06-05T21:22:24.185Z Compiling signal-hook-registry v1.4.8
16572026-06-05T21:22:24.282Z Compiling synstructure v0.13.2
16582026-06-05T21:22:24.402Z Compiling serde_derive_internals v0.29.1
16592026-06-05T21:22:24.528Z Compiling mio v1.2.1
16602026-06-05T21:22:24.607Z Compiling dunce v1.0.5
16612026-06-05T21:22:24.684Z Compiling fs_extra v1.3.0
16622026-06-05T21:22:24.714Z Compiling portable-atomic v1.13.1
16632026-06-05T21:22:24.836Z Compiling log v0.4.32
16642026-06-05T21:22:24.859Z Compiling futures-core v0.3.32
16652026-06-05T21:22:24.876Z Compiling critical-section v1.2.0
16662026-06-05T21:22:24.953Z Compiling aws-lc-sys v0.41.0
16672026-06-05T21:22:25.023Z Compiling subtle v2.6.1
16682026-06-05T21:22:25.159Z Compiling equivalent v1.0.2
16692026-06-05T21:22:25.215Z Compiling httparse v1.10.1
16702026-06-05T21:22:25.277Z Compiling futures-sink v0.3.32
16712026-06-05T21:22:25.309Z Compiling slab v0.4.12
16722026-06-05T21:22:25.351Z Compiling thiserror v1.0.69
16732026-06-05T21:22:25.392Z Compiling ucd-trie v0.1.7
16742026-06-05T21:22:25.420Z Compiling serde_derive v1.0.228
16752026-06-05T21:22:25.493Z Compiling zerofrom-derive v0.1.7
16762026-06-05T21:22:25.516Z Compiling yoke-derive v0.8.2
16772026-06-05T21:22:25.583Z Compiling zerovec-derive v0.11.3
16782026-06-05T21:22:25.630Z Compiling displaydoc v0.2.6
16792026-06-05T21:22:25.691Z Compiling schemars_derive v0.8.22
16802026-06-05T21:22:25.859Z Compiling thiserror-impl v2.0.18
16812026-06-05T21:22:25.962Z Compiling tokio-macros v2.7.0
16822026-06-05T21:22:26.431Z Compiling zerocopy-derive v0.8.50
16832026-06-05T21:22:26.580Z Compiling zeroize_derive v1.4.3
16842026-06-05T21:22:26.670Z Compiling futures-macro v0.3.32
16852026-06-05T21:22:26.675Z Compiling zerofrom v0.1.8
16862026-06-05T21:22:26.720Z Compiling once_cell v1.21.4
16872026-06-05T21:22:26.836Z Compiling yoke v0.8.3
16882026-06-05T21:22:26.881Z Compiling rustix v1.1.4
16892026-06-05T21:22:26.964Z Compiling pest v2.8.6
16902026-06-05T21:22:27.044Z Compiling zerovec v0.11.6
16912026-06-05T21:22:27.094Z Compiling zerotrie v0.2.4
16922026-06-05T21:22:27.270Z Compiling zeroize v1.8.2
16932026-06-05T21:22:27.523Z Compiling typenum v1.20.1
16942026-06-05T21:22:27.564Z Compiling thiserror-impl v1.0.69
16952026-06-05T21:22:27.589Z Compiling futures-channel v0.3.32
16962026-06-05T21:22:27.607Z Compiling futures-io v0.3.32
16972026-06-05T21:22:27.686Z Compiling tinystr v0.8.3
16982026-06-05T21:22:27.803Z Compiling potential_utf v0.1.5
16992026-06-05T21:22:27.868Z Compiling futures-task v0.3.32
17002026-06-05T21:22:27.905Z Compiling icu_locale_core v2.2.0
17012026-06-05T21:22:27.993Z Compiling icu_collections v2.2.0
17022026-06-05T21:22:28.024Z Compiling futures-util v0.3.32
17032026-06-05T21:22:28.335Z Compiling pest_meta v2.8.6
17042026-06-05T21:22:28.703Z Compiling smallvec v1.15.1
17052026-06-05T21:22:28.734Z Compiling bytes v1.11.1
17062026-06-05T21:22:28.750Z Compiling icu_provider v2.2.0
17072026-06-05T21:22:28.774Z Compiling chrono v0.4.45
17082026-06-05T21:22:29.349Z Compiling icu_properties v2.2.0
17092026-06-05T21:22:29.370Z Compiling icu_normalizer v2.2.0
17102026-06-05T21:22:29.528Z Compiling parking_lot v0.12.5
17112026-06-05T21:22:29.599Z Compiling serde_tokenstream v0.2.3
17122026-06-05T21:22:29.894Z Compiling tokio v1.52.3
17132026-06-05T21:22:30.377Z Compiling idna_adapter v1.2.2
17142026-06-05T21:22:30.537Z Compiling idna v1.1.0
17152026-06-05T21:22:30.621Z Compiling pest_generator v2.8.6
17162026-06-05T21:22:30.815Z Compiling getrandom v0.3.4
17172026-06-05T21:22:30.919Z Compiling url v2.5.8
17182026-06-05T21:22:30.971Z Compiling regex-syntax v0.8.10
17192026-06-05T21:22:31.128Z Compiling strsim v0.11.1
17202026-06-05T21:22:31.171Z Compiling rand_core v0.6.4
17212026-06-05T21:22:31.242Z Compiling pest_derive v2.8.6
17222026-06-05T21:22:31.424Z Compiling aho-corasick v1.1.4
17232026-06-05T21:22:31.427Z Compiling hashbrown v0.17.1
17242026-06-05T21:22:32.114Z Compiling byteorder v1.5.0
17252026-06-05T21:22:32.195Z Compiling indexmap v2.14.0
17262026-06-05T21:22:32.410Z Compiling tracing-core v0.1.36
17272026-06-05T21:22:32.634Z Compiling regex-automata v0.4.14
17282026-06-05T21:22:32.794Z Compiling ipnetwork v0.21.1
17292026-06-05T21:22:33.047Z Compiling tracing-attributes v0.1.31
17302026-06-05T21:22:33.056Z Compiling ident_case v1.0.1
17312026-06-05T21:22:33.194Z Compiling slog v2.8.2
17322026-06-05T21:22:33.467Z Compiling anyhow v1.0.102
17332026-06-05T21:22:33.482Z Compiling paste v1.0.15
17342026-06-05T21:22:33.832Z Compiling fnv v1.0.7
17352026-06-05T21:22:33.942Z Compiling base64 v0.22.1
17362026-06-05T21:22:34.307Z Compiling tracing v0.1.44
17372026-06-05T21:22:34.351Z Compiling regex v1.12.3
17382026-06-05T21:22:34.455Z Compiling erased-serde v0.3.31
17392026-06-05T21:22:34.682Z Compiling omicron-workspace-hack v0.1.0
17402026-06-05T21:22:35.055Z Compiling http v1.4.1
17412026-06-05T21:22:35.554Z Compiling oxnet v0.1.6
17422026-06-05T21:22:35.937Z Compiling rustls-pki-types v1.14.1
17432026-06-05T21:22:36.245Z Compiling scroll_derive v0.13.1
17442026-06-05T21:22:36.769Z Compiling ring v0.17.14
17452026-06-05T21:22:36.861Z Compiling num-conv v0.2.2
17462026-06-05T21:22:36.936Z Compiling aws-lc-rs v1.17.0
17472026-06-05T21:22:37.016Z Compiling time-core v0.1.8
17482026-06-05T21:22:37.180Z Compiling time-macros v0.2.27
17492026-06-05T21:22:37.259Z Compiling tokio-util v0.7.18
17502026-06-05T21:22:37.547Z Compiling ipnet v2.12.0
17512026-06-05T21:22:38.113Z Compiling untrusted v0.9.0
17522026-06-05T21:22:38.187Z Compiling untrusted v0.7.1
17532026-06-05T21:22:38.318Z Compiling ppv-lite86 v0.2.21
17542026-06-05T21:22:38.570Z Compiling daft-derive v0.1.7
17552026-06-05T21:22:38.659Z Compiling async-trait v0.1.89
17562026-06-05T21:22:38.726Z Compiling camino v1.2.2
17572026-06-05T21:22:38.833Z Compiling rustls v0.23.40
17582026-06-05T21:22:39.064Z Compiling crc32fast v1.5.0
17592026-06-05T21:22:39.191Z Compiling http-body v1.0.1
17602026-06-05T21:22:39.373Z Compiling pretty-hex v0.4.2
17612026-06-05T21:22:39.406Z Compiling atomic-waker v1.1.2
17622026-06-05T21:22:39.509Z Compiling crossbeam-utils v0.8.21
17632026-06-05T21:22:39.526Z Compiling usdt-impl v0.6.0
17642026-06-05T21:22:39.783Z Compiling scroll v0.13.0
17652026-06-05T21:22:39.850Z Compiling tower-layer v0.3.3
17662026-06-05T21:22:40.037Z Compiling plain v0.2.3
17672026-06-05T21:22:40.053Z Compiling try-lock v0.2.5
17682026-06-05T21:22:40.057Z Compiling ryu v1.0.23
17692026-06-05T21:22:40.167Z Compiling tower-service v0.3.3
17702026-06-05T21:22:40.264Z Compiling want v0.3.1
17712026-06-05T21:22:40.351Z Compiling goblin v0.10.7
17722026-06-05T21:22:40.467Z Compiling h2 v0.4.14
17732026-06-05T21:22:41.383Z Compiling httpdate v1.0.3
17742026-06-05T21:22:41.401Z Compiling slog-async v2.8.0
17752026-06-05T21:22:41.773Z Compiling dtrace-parser v0.3.0
17762026-06-05T21:22:41.882Z Compiling thread-id v5.1.0
17772026-06-05T21:22:41.962Z Compiling ref-cast v1.0.25
17782026-06-05T21:22:43.324Z Compiling dof v0.4.0
17792026-06-05T21:22:43.936Z Compiling hyper v1.10.1
17802026-06-05T21:22:44.293Z Compiling rand_core v0.9.5
17812026-06-05T21:22:44.544Z Compiling serde_urlencoded v0.7.1
17822026-06-05T21:22:44.562Z Compiling http-body-util v0.1.3
17832026-06-05T21:22:44.846Z Compiling ref-cast-impl v1.0.25
17842026-06-05T21:22:44.868Z Compiling syn v1.0.109
17852026-06-05T21:22:45.380Z Compiling hyper-util v0.1.20
17862026-06-05T21:22:46.214Z Compiling usdt-attr-macro v0.6.0
17872026-06-05T21:22:46.689Z Compiling usdt-macro v0.6.0
17882026-06-05T21:22:47.103Z Compiling structmeta-derive v0.3.0
17892026-06-05T21:22:47.553Z Compiling multer v3.1.0
17902026-06-05T21:22:48.081Z Compiling powerfmt v0.2.0
17912026-06-05T21:22:48.097Z Compiling allocator-api2 v0.2.21
17922026-06-05T21:22:48.145Z Compiling foldhash v0.2.0
17932026-06-05T21:22:48.224Z Compiling structmeta v0.3.0
17942026-06-05T21:22:48.342Z Compiling deranged v0.5.8
17952026-06-05T21:22:48.422Z Compiling hashbrown v0.16.1
17962026-06-05T21:22:48.482Z Compiling rand_chacha v0.9.0
17972026-06-05T21:22:48.881Z Compiling darling_core v0.23.0
17982026-06-05T21:22:49.029Z Compiling newtype-uuid-macros v0.1.0
17992026-06-05T21:22:49.152Z Compiling num_threads v0.1.7
18002026-06-05T21:22:49.442Z Compiling rand v0.9.4
18012026-06-05T21:22:49.541Z Compiling time v0.3.47
18022026-06-05T21:22:49.831Z Compiling newtype-uuid v1.3.2
18032026-06-05T21:22:50.148Z Compiling strum_macros v0.26.4
18042026-06-05T21:22:50.507Z Compiling async-stream-impl v0.3.6
18052026-06-05T21:22:50.759Z Compiling sync_wrapper v1.0.2
18062026-06-05T21:22:50.877Z Compiling dropshot v0.17.1
18072026-06-05T21:22:50.916Z Compiling darling_macro v0.23.0
18082026-06-05T21:22:51.150Z Compiling hex v0.4.3
18092026-06-05T21:22:51.442Z Compiling tower v0.5.3
18102026-06-05T21:22:51.500Z Compiling darling v0.23.0
18112026-06-05T21:22:51.589Z Compiling daft v0.1.7
18122026-06-05T21:22:51.695Z Compiling crossbeam-channel v0.5.15
18132026-06-05T21:22:51.813Z Compiling webpki-roots v1.0.7
18142026-06-05T21:22:51.888Z Compiling openapiv3 v2.2.0
18152026-06-05T21:22:52.030Z Compiling generic-array v0.14.7
18162026-06-05T21:22:52.492Z Compiling fastrand v2.4.1
18172026-06-05T21:22:52.638Z Compiling tower-http v0.6.11
18182026-06-05T21:22:52.822Z Compiling serde_with_macros v3.20.0
18192026-06-05T21:22:53.366Z Compiling futures-executor v0.3.32
18202026-06-05T21:22:53.612Z Compiling dropshot_endpoint v0.17.1
18212026-06-05T21:22:53.833Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18222026-06-05T21:22:53.953Z Compiling thread_local v1.1.9
18232026-06-05T21:22:54.094Z Compiling openssl-probe v0.2.1
18242026-06-05T21:22:54.290Z Compiling cpufeatures v0.3.0
18252026-06-05T21:22:54.339Z Compiling rustls-native-certs v0.8.4
18262026-06-05T21:22:54.530Z Compiling futures v0.3.32
18272026-06-05T21:22:55.134Z Compiling derive-ex v0.1.8
18282026-06-05T21:22:55.210Z Compiling strum_macros v0.27.2
18292026-06-05T21:22:55.266Z Compiling is-terminal v0.4.17
18302026-06-05T21:22:55.371Z Compiling take_mut v0.2.2
18312026-06-05T21:22:55.494Z Compiling term v1.2.1
18322026-06-05T21:22:56.320Z Compiling winnow v1.0.3
18332026-06-05T21:22:56.685Z Compiling test-strategy v0.4.5
18342026-06-05T21:22:57.013Z Compiling slog-term v2.9.2
18352026-06-05T21:22:58.068Z Compiling tempfile v3.27.0
18362026-06-05T21:22:58.517Z Compiling macaddr v1.0.1
18372026-06-05T21:22:58.792Z Compiling hybrid-array v0.4.12
18382026-06-05T21:22:58.900Z Compiling simd-adler32 v0.3.9
18392026-06-05T21:22:58.974Z Compiling match_cfg v0.1.0
18402026-06-05T21:22:59.210Z Compiling adler2 v2.0.1
18412026-06-05T21:22:59.292Z Compiling hostname v0.3.1
18422026-06-05T21:22:59.384Z Compiling miniz_oxide v0.8.9
18432026-06-05T21:22:59.870Z Compiling slog-json v2.6.1
18442026-06-05T21:23:00.151Z Compiling memmap2 v0.9.10
18452026-06-05T21:23:00.666Z Compiling usdt v0.6.0
18462026-06-05T21:23:00.771Z Compiling slog-bunyan v2.5.0
18472026-06-05T21:23:00.832Z Compiling flate2 v1.1.9
18482026-06-05T21:23:00.952Z Compiling crypto-common v0.2.2
18492026-06-05T21:23:01.294Z Compiling block-buffer v0.12.0
18502026-06-05T21:23:01.329Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18512026-06-05T21:23:01.379Z Compiling const-oid v0.10.2
18522026-06-05T21:23:01.477Z Compiling compression-core v0.4.32
18532026-06-05T21:23:01.681Z Compiling debug-ignore v1.0.5
18542026-06-05T21:23:01.774Z Compiling either v1.16.0
18552026-06-05T21:23:02.009Z Compiling compression-codecs v0.4.38
18562026-06-05T21:23:02.033Z Compiling digest v0.11.3
18572026-06-05T21:23:02.249Z Compiling toml_parser v1.1.2+spec-1.1.0
18582026-06-05T21:23:02.338Z Compiling crypto-common v0.1.7
18592026-06-05T21:23:02.367Z Compiling parse-display-derive v0.10.0
18602026-06-05T21:23:02.513Z Compiling rand_chacha v0.3.1
18612026-06-05T21:23:02.680Z Compiling serde_spanned v1.1.1
18622026-06-05T21:23:02.717Z Compiling toml_datetime v1.1.1+spec-1.1.0
18632026-06-05T21:23:02.832Z Compiling encoding_rs v0.8.35
18642026-06-05T21:23:03.036Z Compiling mime v0.3.17
18652026-06-05T21:23:03.144Z Compiling spin v0.9.8
18662026-06-05T21:23:03.230Z Compiling toml_writer v1.1.1+spec-1.1.0
18672026-06-05T21:23:03.489Z Compiling toml v1.1.2+spec-1.1.0
18682026-06-05T21:23:03.489Z Compiling rand v0.8.6
18692026-06-05T21:23:03.601Z Compiling async-compression v0.4.42
18702026-06-05T21:23:03.837Z Compiling sha1 v0.11.0
18712026-06-05T21:23:03.904Z Compiling strum v0.26.3
18722026-06-05T21:23:04.063Z Compiling async-stream v0.3.6
18732026-06-05T21:23:04.269Z Compiling waitgroup v0.1.2
18742026-06-05T21:23:04.288Z Compiling rustls-pemfile v2.2.0
18752026-06-05T21:23:04.425Z Compiling serde_path_to_error v0.1.20
18762026-06-05T21:23:04.499Z Compiling wait-timeout v0.2.1
18772026-06-05T21:23:04.564Z Compiling hostname v0.4.2
18782026-06-05T21:23:05.075Z Compiling quick-error v1.2.3
18792026-06-05T21:23:05.127Z Compiling bit-vec v0.8.0
18802026-06-05T21:23:05.194Z Compiling rusty-fork v0.3.1
18812026-06-05T21:23:05.242Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18822026-06-05T21:23:05.431Z Compiling bit-set v0.8.0
18832026-06-05T21:23:05.565Z Compiling serde_with v3.20.0
18842026-06-05T21:23:05.645Z Compiling rand_xorshift v0.4.0
18852026-06-05T21:23:05.811Z Compiling unarray v0.1.4
18862026-06-05T21:23:05.937Z Compiling proptest v1.11.0
18872026-06-05T21:23:06.015Z Compiling strum v0.27.2
18882026-06-05T21:23:06.155Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18892026-06-05T21:23:06.312Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18902026-06-05T21:23:06.426Z Compiling instant v0.1.13
18912026-06-05T21:23:06.728Z Compiling itertools v0.14.0
18922026-06-05T21:23:06.792Z Compiling iddqd v0.4.2
18932026-06-05T21:23:07.650Z Compiling unicode-width v0.2.2
18942026-06-05T21:23:08.036Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-05T21:23:08.168Z Compiling block-buffer v0.10.4
18962026-06-05T21:23:08.243Z Compiling backon v1.6.0
18972026-06-05T21:23:08.341Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18982026-06-05T21:23:08.365Z Compiling regress v0.10.5
18992026-06-05T21:23:10.031Z Compiling digest v0.10.7
19002026-06-05T21:23:10.166Z Compiling backoff v0.4.0
19012026-06-05T21:23:10.378Z Compiling parse-display v0.10.0
19022026-06-05T21:23:10.708Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19032026-06-05T21:23:11.381Z Compiling humantime v2.3.0
19042026-06-05T21:23:13.224Z Compiling regress v0.11.1
19052026-06-05T21:23:14.341Z Compiling zerocopy-derive v0.7.35
19062026-06-05T21:23:14.702Z Compiling typify-impl v0.6.2
19072026-06-05T21:23:15.187Z Compiling darling_core v0.21.3
19082026-06-05T21:23:15.398Z Compiling clap_derive v4.6.1
19092026-06-05T21:23:16.126Z Compiling utf8parse v0.2.2
19102026-06-05T21:23:16.244Z Compiling cpufeatures v0.2.17
19112026-06-05T21:23:16.277Z Compiling convert_case v0.4.0
19122026-06-05T21:23:16.567Z Compiling derive_more v0.99.20
19132026-06-05T21:23:16.983Z Compiling anstyle-parse v1.0.0
19142026-06-05T21:23:17.202Z Compiling darling_macro v0.21.3
19152026-06-05T21:23:17.883Z Compiling terminal_size v0.4.4
19162026-06-05T21:23:17.920Z Compiling toml_datetime v0.6.11
19172026-06-05T21:23:17.924Z Compiling typify-macro v0.6.2
19182026-06-05T21:23:18.034Z Compiling anstyle v1.0.14
19192026-06-05T21:23:18.099Z Compiling anstyle-query v1.1.5
19202026-06-05T21:23:18.292Z Compiling colorchoice v1.0.5
19212026-06-05T21:23:18.326Z Compiling is_terminal_polyfill v1.70.2
19222026-06-05T21:23:18.429Z Compiling anstream v1.0.0
19232026-06-05T21:23:18.444Z Compiling darling v0.21.3
19242026-06-05T21:23:18.959Z Compiling secrecy v0.10.3
19252026-06-05T21:23:18.982Z Compiling clap_lex v1.1.0
19262026-06-05T21:23:19.117Z Compiling heapless v0.8.0
19272026-06-05T21:23:19.322Z Compiling tinyvec_macros v0.1.1
19282026-06-05T21:23:19.428Z Compiling crucible-workspace-hack v0.1.0
19292026-06-05T21:23:19.678Z Compiling clap_builder v4.6.0
19302026-06-05T21:23:19.775Z Compiling typify v0.6.2
19312026-06-05T21:23:19.869Z Compiling tinyvec v1.11.0
19322026-06-05T21:23:20.212Z Compiling ingot-macros v0.1.1
19332026-06-05T21:23:20.264Z Compiling zerocopy v0.7.35
19342026-06-05T21:23:20.540Z Compiling hash32 v0.3.1
19352026-06-05T21:23:20.697Z Compiling scroll_derive v0.12.1
19362026-06-05T21:23:20.726Z Compiling rustc_version v0.4.1
19372026-06-05T21:23:20.963Z Compiling num-integer v0.1.46
19382026-06-05T21:23:20.988Z Compiling usdt-impl v0.5.0
19392026-06-05T21:23:21.264Z Compiling smoltcp v0.11.0
19402026-06-05T21:23:21.414Z Compiling scroll v0.12.0
19412026-06-05T21:23:21.557Z Compiling clap v4.6.1
19422026-06-05T21:23:21.647Z Compiling curve25519-dalek v4.1.3
19432026-06-05T21:23:21.873Z Compiling dof v0.3.0
19442026-06-05T21:23:22.816Z Compiling ingot-types v0.1.2
19452026-06-05T21:23:23.287Z Compiling hmac v0.12.1
19462026-06-05T21:23:23.443Z Compiling dtrace-parser v0.2.0
19472026-06-05T21:23:23.596Z Compiling inout v0.1.4
19482026-06-05T21:23:23.732Z Compiling ff v0.13.1
19492026-06-05T21:23:23.760Z Compiling cobs v0.3.0
19502026-06-05T21:23:24.009Z Compiling thread-id v4.2.2
19512026-06-05T21:23:24.113Z Compiling unsafe-libyaml v0.2.11
19522026-06-05T21:23:24.252Z Compiling managed v0.8.0
19532026-06-05T21:23:24.347Z Compiling bitflags v1.3.2
19542026-06-05T21:23:24.749Z Compiling serde_yaml v0.9.34+deprecated
19552026-06-05T21:23:25.374Z Compiling postcard v1.1.3
19562026-06-05T21:23:25.738Z Compiling group v0.13.0
19572026-06-05T21:23:25.861Z Compiling cipher v0.4.4
19582026-06-05T21:23:25.962Z Compiling hkdf v0.12.4
19592026-06-05T21:23:26.098Z Compiling ingot v0.1.1
19602026-06-05T21:23:26.667Z Compiling goblin v0.8.2
19612026-06-05T21:23:27.001Z Compiling num-rational v0.4.2
19622026-06-05T21:23:28.009Z Compiling num-iter v0.1.45
19632026-06-05T21:23:28.365Z Compiling tabwriter v1.4.1
19642026-06-05T21:23:28.564Z Compiling universal-hash v0.5.1
19652026-06-05T21:23:28.712Z Compiling crypto-bigint v0.5.5
19662026-06-05T21:23:28.729Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19672026-06-05T21:23:28.859Z Compiling hubpack_derive v0.1.1
19682026-06-05T21:23:29.393Z Compiling thiserror-impl-no-std v2.0.2
19692026-06-05T21:23:29.637Z Compiling crossbeam-epoch v0.9.18
19702026-06-05T21:23:29.988Z Compiling half v2.7.1
19712026-06-05T21:23:30.117Z Compiling curve25519-dalek-derive v0.1.1
19722026-06-05T21:23:30.468Z Compiling num-complex v0.4.6
19732026-06-05T21:23:31.010Z Compiling memoffset v0.9.1
19742026-06-05T21:23:31.027Z Compiling ciborium-io v0.2.2
19752026-06-05T21:23:31.286Z Compiling base64ct v1.8.3
19762026-06-05T21:23:31.326Z Compiling opaque-debug v0.3.1
19772026-06-05T21:23:31.528Z Compiling prettyplease v0.2.37
19782026-06-05T21:23:31.594Z Compiling base16ct v0.2.0
19792026-06-05T21:23:31.639Z Compiling cfg_aliases v0.2.1
19802026-06-05T21:23:31.806Z Compiling nix v0.31.3
19812026-06-05T21:23:31.854Z Compiling elliptic-curve v0.13.8
19822026-06-05T21:23:32.198Z Compiling password-hash v0.5.0
19832026-06-05T21:23:32.402Z Compiling poly1305 v0.8.0
19842026-06-05T21:23:33.168Z Compiling ciborium-ll v0.2.2
19852026-06-05T21:23:33.402Z Compiling num v0.4.3
19862026-06-05T21:23:33.482Z Compiling thiserror-no-std v2.0.2
19872026-06-05T21:23:33.606Z Compiling hubpack v0.1.2
19882026-06-05T21:23:34.679Z Compiling chacha20 v0.9.1
19892026-06-05T21:23:35.230Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19902026-06-05T21:23:35.591Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-05T21:23:35.762Z Compiling reqwest v0.12.28
19922026-06-05T21:23:36.247Z Compiling toml_edit v0.25.12+spec-1.1.0
19932026-06-05T21:23:36.526Z Compiling blake2 v0.10.6
19942026-06-05T21:23:36.853Z Compiling aead v0.5.2
19952026-06-05T21:23:37.112Z Compiling byte-wrapper v0.1.0
19962026-06-05T21:23:37.226Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19972026-06-05T21:23:37.266Z Compiling serde_repr v0.1.20
19982026-06-05T21:23:37.972Z Compiling proc-macro-error-attr v1.0.4
19992026-06-05T21:23:38.010Z Compiling bstr v1.12.1
20002026-06-05T21:23:38.290Z Compiling float-ord v0.3.2
20012026-06-05T21:23:38.308Z Compiling rustix v0.38.44
20022026-06-05T21:23:38.340Z Compiling keccak v0.1.6
20032026-06-05T21:23:38.519Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20042026-06-05T21:23:38.668Z Compiling static_assertions v1.1.0
20052026-06-05T21:23:38.749Z Compiling sha3 v0.10.9
20062026-06-05T21:23:39.050Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20072026-06-05T21:23:39.128Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-06-05T21:23:39.671Z Compiling chacha20poly1305 v0.10.1
20092026-06-05T21:23:39.688Z Compiling proc-macro-crate v3.5.0
20102026-06-05T21:23:39.820Z Compiling argon2 v0.5.3
20112026-06-05T21:23:40.103Z Compiling progenitor-client v0.10.0
20122026-06-05T21:23:40.640Z Compiling vsss-rs v3.3.4
20132026-06-05T21:23:41.906Z Compiling rustls-webpki v0.103.13
20142026-06-05T21:23:42.113Z Compiling ciborium v0.2.2
20152026-06-05T21:23:42.950Z Compiling usdt-macro v0.5.0
20162026-06-05T21:23:43.002Z Compiling usdt-attr-macro v0.5.0
20172026-06-05T21:23:44.626Z Compiling num-derive v0.4.2
20182026-06-05T21:23:44.777Z Compiling enum-as-inner v0.6.1
20192026-06-05T21:23:45.369Z Compiling proc-macro-error v1.0.4
20202026-06-05T21:23:45.407Z Compiling memmap v0.7.0
20212026-06-05T21:23:45.641Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20222026-06-05T21:23:45.817Z Compiling indent_write v2.2.0
20232026-06-05T21:23:45.961Z Compiling data-encoding v2.11.0
20242026-06-05T21:23:45.978Z Compiling winnow v0.5.40
20252026-06-05T21:23:46.154Z Compiling usdt v0.5.0
20262026-06-05T21:23:46.394Z Compiling tokio-rustls v0.26.4
20272026-06-05T21:23:46.655Z Compiling hyper-rustls v0.27.9
20282026-06-05T21:23:46.697Z Compiling rustls-platform-verifier v0.7.0
20292026-06-05T21:23:47.205Z Compiling reqwest v0.13.4
20302026-06-05T21:23:47.330Z Compiling toml_edit v0.19.15
20312026-06-05T21:23:47.446Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-05T21:23:48.607Z Compiling progenitor-client v0.14.0
20332026-06-05T21:23:49.082Z Compiling progenitor-extras v0.2.0
20342026-06-05T21:23:49.761Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20352026-06-05T21:23:49.899Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-05T21:23:50.226Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-05T21:23:51.918Z Compiling num_enum_derive v0.7.6
20382026-06-05T21:23:54.783Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-05T21:24:01.474Z Compiling serde_spanned v0.6.9
20402026-06-05T21:24:01.538Z Compiling foreign-types-macros v0.2.3
20412026-06-05T21:24:01.633Z Compiling pkg-config v0.3.33
20422026-06-05T21:24:01.968Z Compiling foreign-types-shared v0.3.1
20432026-06-05T21:24:02.082Z Compiling colored v3.1.1
20442026-06-05T21:24:02.098Z Compiling bytecount v0.6.9
20452026-06-05T21:24:02.119Z Compiling winnow v0.7.15
20462026-06-05T21:24:02.202Z Compiling toml_write v0.1.2
20472026-06-05T21:24:02.297Z Compiling vcpkg v0.2.15
20482026-06-05T21:24:02.428Z Compiling foreign-types v0.5.0
20492026-06-05T21:24:02.776Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-05T21:24:02.875Z Compiling openssl-sys v0.9.116
20512026-06-05T21:24:03.057Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-05T21:24:03.459Z Compiling toml_edit v0.22.27
20532026-06-05T21:24:03.752Z Compiling num_enum v0.7.6
20542026-06-05T21:24:03.868Z Compiling proc-macro-crate v1.3.1
20552026-06-05T21:24:04.132Z Compiling progenitor-impl v0.13.0
20562026-06-05T21:24:04.150Z Compiling chacha20 v0.10.0
20572026-06-05T21:24:04.219Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20582026-06-05T21:24:05.020Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20592026-06-05T21:24:05.145Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20602026-06-05T21:24:05.414Z Compiling cstr-argument v0.1.2
20612026-06-05T21:24:05.564Z Compiling rayon-core v1.13.0
20622026-06-05T21:24:05.592Z Compiling unicode-segmentation v1.13.3
20632026-06-05T21:24:05.753Z Compiling linked-hash-map v0.5.6
20642026-06-05T21:24:05.819Z Compiling resolv-conf v0.7.6
20652026-06-05T21:24:05.980Z Compiling swrite v0.1.0
20662026-06-05T21:24:06.103Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20672026-06-05T21:24:06.176Z Compiling semver v0.1.20
20682026-06-05T21:24:06.221Z Compiling heck v0.4.1
20692026-06-05T21:24:06.431Z Compiling rustc_version v0.1.7
20702026-06-05T21:24:06.463Z Compiling progenitor-macro v0.13.0
20712026-06-05T21:24:06.619Z Compiling newline-converter v0.3.0
20722026-06-05T21:24:06.649Z Compiling lru-cache v0.1.2
20732026-06-05T21:24:06.767Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742026-06-05T21:24:06.802Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20752026-06-05T21:24:06.841Z Compiling toml v0.8.23
20762026-06-05T21:24:06.944Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772026-06-05T21:24:07.192Z Compiling rand v0.10.1
20782026-06-05T21:24:07.361Z Compiling num_enum_derive v0.5.11
20792026-06-05T21:24:07.573Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20802026-06-05T21:24:07.899Z Compiling atomicwrites v0.4.4
20812026-06-05T21:24:08.034Z Compiling progenitor-client v0.13.0
20822026-06-05T21:24:08.194Z Compiling hickory-proto v0.24.4
20832026-06-05T21:24:08.399Z Compiling similar v2.7.0
20842026-06-05T21:24:08.441Z Compiling crossbeam-deque v0.8.6
20852026-06-05T21:24:08.526Z Compiling progenitor-impl v0.14.0
20862026-06-05T21:24:08.668Z Compiling console v0.15.11
20872026-06-05T21:24:09.922Z Compiling camino-tempfile v1.4.1
20882026-06-05T21:24:10.349Z Compiling serde-big-array v0.5.1
20892026-06-05T21:24:10.522Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20902026-06-05T21:24:10.565Z Compiling derive-where v1.6.1
20912026-06-05T21:24:10.670Z Compiling pin-project-internal v1.1.13
20922026-06-05T21:24:11.056Z Compiling lazy_static v1.5.0
20932026-06-05T21:24:11.166Z Compiling siphasher v1.0.3
20942026-06-05T21:24:11.184Z Compiling minimal-lexical v0.2.1
20952026-06-05T21:24:11.394Z Compiling nom v7.1.3
20962026-06-05T21:24:11.442Z Compiling phf_shared v0.12.1
20972026-06-05T21:24:11.769Z Compiling pin-project v1.1.13
20982026-06-05T21:24:11.830Z Compiling progenitor v0.13.0
20992026-06-05T21:24:11.885Z Compiling progenitor-macro v0.14.0
21002026-06-05T21:24:11.986Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21012026-06-05T21:24:12.544Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21022026-06-05T21:24:12.727Z Compiling hickory-resolver v0.24.4
21032026-06-05T21:24:15.497Z Compiling expectorate v1.2.0
21042026-06-05T21:24:16.134Z Compiling num_enum v0.5.11
21052026-06-05T21:24:16.275Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21062026-06-05T21:24:17.519Z Compiling newtype_derive v0.1.6
21072026-06-05T21:24:18.128Z Compiling unicode-normalization v0.1.25
21082026-06-05T21:24:18.742Z Compiling tokio-stream v0.1.18
21092026-06-05T21:24:19.297Z Compiling async-recursion v1.1.1
21102026-06-05T21:24:20.030Z Compiling snafu-derive v0.8.9
21112026-06-05T21:24:20.233Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21122026-06-05T21:24:20.571Z Compiling slog-dtrace v0.3.0
21132026-06-05T21:24:20.813Z Compiling csv-core v0.1.13
21142026-06-05T21:24:20.876Z Compiling highway v1.3.0
21152026-06-05T21:24:21.243Z Compiling owo-colors v4.3.0
21162026-06-05T21:24:21.589Z Compiling cancel-safe-futures v0.1.5
21172026-06-05T21:24:21.608Z Compiling konst_macro_rules v0.2.19
21182026-06-05T21:24:21.802Z Compiling openssl v0.10.80
21192026-06-05T21:24:21.824Z Compiling chrono-tz v0.10.4
21202026-06-05T21:24:21.870Z Compiling foldhash v0.1.5
21212026-06-05T21:24:22.072Z Compiling unicode-xid v0.2.6
21222026-06-05T21:24:22.104Z Compiling foreign-types-shared v0.1.1
21232026-06-05T21:24:22.121Z Compiling same-file v1.0.6
21242026-06-05T21:24:22.206Z Compiling unicode-width v0.1.14
21252026-06-05T21:24:22.206Z Compiling const_format_proc_macros v0.2.34
21262026-06-05T21:24:22.303Z Compiling walkdir v2.5.0
21272026-06-05T21:24:22.320Z Compiling foreign-types v0.3.2
21282026-06-05T21:24:22.479Z Compiling hashbrown v0.15.5
21292026-06-05T21:24:22.575Z Compiling snafu v0.8.9
21302026-06-05T21:24:23.038Z Compiling konst v0.2.20
21312026-06-05T21:24:23.112Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-06-05T21:24:23.147Z Compiling csv v1.4.0
21332026-06-05T21:24:23.275Z Compiling progenitor v0.14.0
21342026-06-05T21:24:23.426Z Compiling qorb v0.4.1
21352026-06-05T21:24:23.429Z Compiling olpc-cjson v0.1.4
21362026-06-05T21:24:23.723Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-05T21:24:24.120Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21382026-06-05T21:24:24.613Z Compiling rayon v1.12.0
21392026-06-05T21:24:24.688Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21402026-06-05T21:24:26.805Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-06-05T21:24:27.211Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21422026-06-05T21:24:27.770Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21432026-06-05T21:24:29.021Z Compiling phf v0.12.1
21442026-06-05T21:24:29.206Z Compiling zone_cfg_derive v0.3.1
21452026-06-05T21:24:29.532Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-06-05T21:24:29.940Z Compiling tokio-dtrace v0.1.1
21472026-06-05T21:24:29.958Z Compiling globset v0.4.18
21482026-06-05T21:24:30.275Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21492026-06-05T21:24:30.509Z Compiling itertools v0.12.1
21502026-06-05T21:24:31.615Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21512026-06-05T21:24:31.983Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21522026-06-05T21:24:32.111Z Compiling pem v3.0.6
21532026-06-05T21:24:32.221Z Compiling libsw-core v0.3.2
21542026-06-05T21:24:32.429Z Compiling serde_plain v1.0.2
21552026-06-05T21:24:32.448Z Compiling openssl-macros v0.1.1
21562026-06-05T21:24:32.619Z Compiling cookie v0.18.1
21572026-06-05T21:24:32.636Z Compiling sigpipe v0.1.3
21582026-06-05T21:24:32.690Z Compiling fixedbitset v0.4.2
21592026-06-05T21:24:32.739Z Compiling glob v0.3.3
21602026-06-05T21:24:32.824Z Compiling typed-path v0.9.3
21612026-06-05T21:24:32.881Z Compiling fixedbitset v0.5.7
21622026-06-05T21:24:32.943Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-06-05T21:24:33.044Z Compiling jiff v0.2.28
21642026-06-05T21:24:33.225Z Compiling petgraph v0.8.3
21652026-06-05T21:24:33.459Z Compiling petgraph v0.6.5
21662026-06-05T21:24:33.668Z Compiling libsw v3.5.0
21672026-06-05T21:24:33.854Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21682026-06-05T21:24:34.927Z Compiling tough v0.22.0
21692026-06-05T21:24:35.253Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-06-05T21:24:35.506Z Compiling zone v0.3.1
21712026-06-05T21:24:35.578Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21722026-06-05T21:24:35.782Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21732026-06-05T21:24:35.882Z Compiling oxide-tokio-rt v0.1.6
21742026-06-05T21:24:36.452Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-06-05T21:24:38.456Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21762026-06-05T21:24:38.809Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-06-05T21:24:39.030Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-06-05T21:24:39.439Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-06-05T21:24:39.761Z Compiling const_format v0.2.36
21802026-06-05T21:24:40.970Z Compiling papergrid v0.11.0
21812026-06-05T21:24:41.262Z Compiling tabled_derive v0.7.0
21822026-06-05T21:24:42.089Z Compiling gethostname v0.5.0
21832026-06-05T21:24:42.223Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-06-05T21:24:42.241Z Compiling libscf-sys v1.2.0
21852026-06-05T21:24:42.395Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21862026-06-05T21:24:42.417Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-06-05T21:24:42.559Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21882026-06-05T21:24:42.761Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-05T21:24:42.900Z Compiling smf v0.2.3
21902026-06-05T21:24:43.097Z Compiling bcs v0.1.6
21912026-06-05T21:24:43.368Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21922026-06-05T21:24:43.510Z Compiling smawk v0.3.2
21932026-06-05T21:24:43.688Z Compiling tagptr v0.2.0
21942026-06-05T21:24:43.867Z Compiling unicode-linebreak v0.1.5
21952026-06-05T21:24:44.083Z Compiling termtree v0.5.1
21962026-06-05T21:24:44.157Z Compiling linear-map v1.2.0
21972026-06-05T21:24:44.262Z Compiling whoami v1.6.1
21982026-06-05T21:24:44.371Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-06-05T21:24:44.719Z Compiling textwrap v0.16.2
22002026-06-05T21:24:46.193Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22012026-06-05T21:24:46.270Z Compiling moka v0.12.15
22022026-06-05T21:24:46.288Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-06-05T21:24:46.873Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-06-05T21:24:47.230Z Compiling tabled v0.15.0
22052026-06-05T21:24:47.409Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-06-05T21:24:47.515Z Compiling steno v0.4.1
22072026-06-05T21:24:47.630Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-05T21:24:49.008Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-06-05T21:24:52.450Z Compiling hickory-proto v0.25.2
22102026-06-05T21:24:52.787Z Compiling proc-macro-error-attr2 v2.0.0
22112026-06-05T21:24:53.246Z Compiling proc-macro-error2 v2.0.1
22122026-06-05T21:24:53.547Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22132026-06-05T21:24:54.011Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22142026-06-05T21:24:54.317Z Compiling parking_lot_core v0.8.6
22152026-06-05T21:24:54.685Z Compiling hickory-resolver v0.25.2
22162026-06-05T21:24:55.017Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22172026-06-05T21:24:55.035Z Compiling tabled_derive v0.11.0
22182026-06-05T21:24:55.866Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-06-05T21:24:56.167Z Compiling papergrid v0.18.0
22202026-06-05T21:24:56.702Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-05T21:24:56.756Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22222026-06-05T21:24:58.223Z Compiling testing_table v0.3.0
22232026-06-05T21:24:58.649Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22242026-06-05T21:24:59.199Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-06-05T21:24:59.753Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22262026-06-05T21:25:00.529Z Compiling tabled v0.21.0
22272026-06-05T21:25:00.914Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22282026-06-05T21:25:01.359Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22292026-06-05T21:25:01.480Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22302026-06-05T21:25:01.762Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22312026-06-05T21:25:02.180Z Compiling arc-swap v1.9.1
22322026-06-05T21:25:02.475Z Compiling slog-scope v4.4.1
22332026-06-05T21:25:02.900Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22342026-06-05T21:25:03.186Z Compiling parking_lot v0.11.2
22352026-06-05T21:25:03.599Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22362026-06-05T21:25:04.074Z Compiling dropshot-api-manager-types v0.7.2
22372026-06-05T21:25:04.646Z Compiling fxhash v0.2.1
22382026-06-05T21:25:04.820Z Compiling crc8 v0.1.1
22392026-06-05T21:25:04.980Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22402026-06-05T21:25:05.018Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22412026-06-05T21:25:05.079Z Compiling sled v0.34.7
22422026-06-05T21:25:05.763Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22432026-06-05T21:25:08.432Z Compiling slog-stdlog v4.1.1
22442026-06-05T21:25:08.920Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22452026-06-05T21:25:08.937Z Compiling slog-envlogger v2.2.0
22462026-06-05T21:25:08.954Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22472026-06-05T21:25:10.062Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22482026-06-05T21:25:13.945Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22492026-06-05T21:25:16.016Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22502026-06-05T21:25:17.037Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22512026-06-05T21:25:25.739Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22522026-06-05T21:25:30.926Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22532026-06-05T21:25:34.150Z Finished `release` profile [optimized] target(s) in 3m 39s
22542026-06-05T21:25:35.370Z+ banner trio
22552026-06-05T21:25:36.107Z
22562026-06-05T21:25:36.107Z ##### ##### # ####
22572026-06-05T21:25:36.107Z # # # # # #
22582026-06-05T21:25:36.107Z # # # # # #
22592026-06-05T21:25:36.107Z # ##### # # #
22602026-06-05T21:25:36.107Z # # # # # #
22612026-06-05T21:25:36.107Z # # # # ####
22622026-06-05T21:25:36.107Z
22632026-06-05T21:25:36.107Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22642026-06-05T21:25:36.107Z Compiling cfg-if v1.0.4
22652026-06-05T21:25:36.107Z Compiling libc v0.2.186
22662026-06-05T21:25:36.107Z Compiling serde_core v1.0.228
22672026-06-05T21:25:36.107Z Compiling memchr v2.8.1
22682026-06-05T21:25:36.107Z Compiling itoa v1.0.18
22692026-06-05T21:25:36.107Z Compiling smallvec v1.15.1
22702026-06-05T21:25:36.108Z Compiling stable_deref_trait v1.2.1
22712026-06-05T21:25:36.108Z Compiling zerofrom v0.1.8
22722026-06-05T21:25:36.108Z Compiling zmij v1.0.21
22732026-06-05T21:25:36.108Z Compiling writeable v0.6.3
22742026-06-05T21:25:36.108Z Compiling yoke v0.8.3
22752026-06-05T21:25:36.108Z Compiling litemap v0.8.2
22762026-06-05T21:25:36.108Z Compiling utf8_iter v1.0.4
22772026-06-05T21:25:36.108Z Compiling zerovec v0.11.6
22782026-06-05T21:25:36.141Z Compiling zerotrie v0.2.4
22792026-06-05T21:25:36.141Z Compiling percent-encoding v2.3.2
22802026-06-05T21:25:36.141Z Compiling libm v0.2.16
22812026-06-05T21:25:36.141Z Compiling icu_properties_data v2.2.0
22822026-06-05T21:25:36.141Z Compiling icu_normalizer_data v2.2.0
22832026-06-05T21:25:36.141Z Compiling form_urlencoded v1.2.2
22842026-06-05T21:25:36.141Z Compiling rand_core v0.10.1
22852026-06-05T21:25:36.141Z Compiling errno v0.3.14
22862026-06-05T21:25:36.141Z Compiling getrandom v0.4.2
22872026-06-05T21:25:36.141Z Compiling iana-time-zone v0.1.65
22882026-06-05T21:25:36.141Z Compiling pin-project-lite v0.2.17
22892026-06-05T21:25:36.141Z Compiling tinystr v0.8.3
22902026-06-05T21:25:36.142Z Compiling potential_utf v0.1.5
22912026-06-05T21:25:36.142Z Compiling zeroize v1.8.2
22922026-06-05T21:25:36.163Z Compiling dyn-clone v1.0.20
22932026-06-05T21:25:36.238Z Compiling icu_locale_core v2.2.0
22942026-06-05T21:25:36.247Z Compiling icu_collections v2.2.0
22952026-06-05T21:25:36.291Z Compiling socket2 v0.6.4
22962026-06-05T21:25:36.296Z Compiling scopeguard v1.2.0
22972026-06-05T21:25:36.296Z Compiling parking_lot_core v0.9.12
22982026-06-05T21:25:36.336Z Compiling signal-hook-registry v1.4.8
22992026-06-05T21:25:36.405Z Compiling num-traits v0.2.19
23002026-06-05T21:25:36.763Z Compiling lock_api v0.4.14
23012026-06-05T21:25:38.730Z Compiling mio v1.2.1
23022026-06-05T21:25:38.737Z Compiling parking_lot v0.12.5
23032026-06-05T21:25:38.738Z Compiling serde v1.0.228
23042026-06-05T21:25:38.738Z Compiling serde_json v1.0.150
23052026-06-05T21:25:38.738Z Compiling icu_provider v2.2.0
23062026-06-05T21:25:38.738Z Compiling uuid v1.23.2
23072026-06-05T21:25:38.738Z Compiling semver v1.0.28
23082026-06-05T21:25:38.738Z Compiling bytes v1.11.1
23092026-06-05T21:25:38.738Z Compiling icu_properties v2.2.0
23102026-06-05T21:25:38.738Z Compiling icu_normalizer v2.2.0
23112026-06-05T21:25:38.738Z Compiling chrono v0.4.45
23122026-06-05T21:25:38.738Z Compiling portable-atomic v1.13.1
23132026-06-05T21:25:38.738Z Compiling thiserror v2.0.18
23142026-06-05T21:25:38.738Z Compiling bitflags v2.12.1
23152026-06-05T21:25:38.738Z Compiling tokio v1.52.3
23162026-06-05T21:25:38.738Z Compiling critical-section v1.2.0
23172026-06-05T21:25:38.738Z Compiling idna_adapter v1.2.2
23182026-06-05T21:25:38.738Z Compiling futures-core v0.3.32
23192026-06-05T21:25:38.738Z Compiling idna v1.1.0
23202026-06-05T21:25:38.849Z Compiling once_cell v1.21.4
23212026-06-05T21:25:38.998Z Compiling equivalent v1.0.2
23222026-06-05T21:25:39.098Z Compiling url v2.5.8
23232026-06-05T21:25:39.106Z Compiling log v0.4.32
23242026-06-05T21:25:39.180Z Compiling subtle v2.6.1
23252026-06-05T21:25:39.282Z Compiling zerocopy v0.8.50
23262026-06-05T21:25:39.356Z Compiling futures-sink v0.3.32
23272026-06-05T21:25:39.357Z Compiling slab v0.4.12
23282026-06-05T21:25:39.472Z Compiling typenum v1.20.1
23292026-06-05T21:25:39.580Z Compiling futures-channel v0.3.32
23302026-06-05T21:25:39.755Z Compiling schemars v0.8.22
23312026-06-05T21:25:39.858Z Compiling getrandom v0.2.17
23322026-06-05T21:25:40.086Z Compiling futures-io v0.3.32
23332026-06-05T21:25:40.294Z Compiling futures-task v0.3.32
23342026-06-05T21:25:40.301Z Compiling rand_core v0.6.4
23352026-06-05T21:25:40.475Z Compiling futures-util v0.3.32
23362026-06-05T21:25:40.561Z Compiling hashbrown v0.17.1
23372026-06-05T21:25:40.856Z Compiling tracing-core v0.1.36
23382026-06-05T21:25:41.235Z Compiling indexmap v2.14.0
23392026-06-05T21:25:41.337Z Compiling tracing v0.1.44
23402026-06-05T21:25:41.648Z Compiling ipnetwork v0.21.1
23412026-06-05T21:25:41.705Z Compiling base64 v0.22.1
23422026-06-05T21:25:41.954Z Compiling http v1.4.1
23432026-06-05T21:25:42.071Z Compiling unicode-ident v1.0.24
23442026-06-05T21:25:42.926Z Compiling proc-macro2 v1.0.106
23452026-06-05T21:25:42.958Z Compiling slog v2.8.2
23462026-06-05T21:25:42.958Z Compiling erased-serde v0.3.31
23472026-06-05T21:25:42.958Z Compiling fnv v1.0.7
23482026-06-05T21:25:42.958Z Compiling oxnet v0.1.6
23492026-06-05T21:25:43.209Z Compiling quote v1.0.45
23502026-06-05T21:25:43.435Z Compiling syn v2.0.117
23512026-06-05T21:25:43.691Z Compiling tokio-util v0.7.18
23522026-06-05T21:25:43.874Z Compiling ipnet v2.12.0
23532026-06-05T21:25:43.981Z Compiling byteorder v1.5.0
23542026-06-05T21:25:44.242Z Compiling thiserror v1.0.69
23552026-06-05T21:25:44.359Z Compiling ppv-lite86 v0.2.21
23562026-06-05T21:25:44.401Z Compiling rustls-pki-types v1.14.1
23572026-06-05T21:25:44.706Z Compiling aws-lc-sys v0.41.0
23582026-06-05T21:25:44.786Z Compiling http-body v1.0.1
23592026-06-05T21:25:44.822Z Compiling atomic-waker v1.1.2
23602026-06-05T21:25:44.931Z Compiling untrusted v0.7.1
23612026-06-05T21:25:44.955Z Compiling httparse v1.10.1
23622026-06-05T21:25:44.958Z Compiling untrusted v0.9.0
23632026-06-05T21:25:45.057Z Compiling tower-service v0.3.3
23642026-06-05T21:25:45.067Z Compiling rustls v0.23.40
23652026-06-05T21:25:45.101Z Compiling ryu v1.0.23
23662026-06-05T21:25:45.161Z Compiling tower-layer v0.3.3
23672026-06-05T21:25:45.307Z Compiling aws-lc-rs v1.17.0
23682026-06-05T21:25:45.311Z Compiling try-lock v0.2.5
23692026-06-05T21:25:45.311Z Compiling pretty-hex v0.4.2
23702026-06-05T21:25:45.376Z Compiling want v0.3.1
23712026-06-05T21:25:45.406Z Compiling h2 v0.4.14
23722026-06-05T21:25:45.422Z Compiling httpdate v1.0.3
23732026-06-05T21:25:45.441Z Compiling rustix v1.1.4
23742026-06-05T21:25:45.447Z Compiling plain v0.2.3
23752026-06-05T21:25:45.558Z Compiling regex-syntax v0.8.10
23762026-06-05T21:25:45.582Z Compiling getrandom v0.3.4
23772026-06-05T21:25:45.782Z Compiling omicron-workspace-hack v0.1.0
23782026-06-05T21:25:45.797Z Compiling ucd-trie v0.1.7
23792026-06-05T21:25:45.863Z Compiling rand_core v0.9.5
23802026-06-05T21:25:46.121Z Compiling pest v2.8.6
23812026-06-05T21:25:46.387Z Compiling rustls-webpki v0.103.13
23822026-06-05T21:25:48.274Z Compiling hyper v1.10.1
23832026-06-05T21:25:48.288Z Compiling crossbeam-utils v0.8.21
23842026-06-05T21:25:48.990Z Compiling serde_urlencoded v0.7.1
23852026-06-05T21:25:49.026Z Compiling http-body-util v0.1.3
23862026-06-05T21:25:49.306Z Compiling hyper-util v0.1.20
23872026-06-05T21:25:49.313Z Compiling allocator-api2 v0.2.21
23882026-06-05T21:25:49.709Z Compiling foldhash v0.2.0
23892026-06-05T21:25:50.014Z Compiling hashbrown v0.16.1
23902026-06-05T21:25:50.753Z Compiling newtype-uuid v1.3.2
23912026-06-05T21:25:51.586Z Compiling tokio-rustls v0.26.4
23922026-06-05T21:25:51.780Z Compiling hex v0.4.3
23932026-06-05T21:25:51.901Z Compiling daft v0.1.7
23942026-06-05T21:25:52.085Z Compiling rand_chacha v0.9.0
23952026-06-05T21:25:52.204Z Compiling sync_wrapper v1.0.2
23962026-06-05T21:25:52.318Z Compiling aho-corasick v1.1.4
23972026-06-05T21:25:52.330Z Compiling fastrand v2.4.1
23982026-06-05T21:25:52.350Z Compiling tower v0.5.3
23992026-06-05T21:25:52.463Z Compiling rand v0.9.4
24002026-06-05T21:25:52.693Z Compiling anyhow v1.0.102
24012026-06-05T21:25:52.706Z Compiling powerfmt v0.2.0
24022026-06-05T21:25:52.807Z Compiling tower-http v0.6.11
24032026-06-05T21:25:52.958Z Compiling deranged v0.5.8
24042026-06-05T21:25:52.973Z Compiling generic-array v0.14.7
24052026-06-05T21:25:53.239Z Compiling openapiv3 v2.2.0
24062026-06-05T21:25:53.363Z Compiling regex-automata v0.4.14
24072026-06-05T21:25:54.585Z Compiling cpufeatures v0.3.0
24082026-06-05T21:25:54.585Z Compiling num-conv v0.2.2
24092026-06-05T21:25:54.585Z Compiling openssl-probe v0.2.1
24102026-06-05T21:25:54.585Z Compiling num_threads v0.1.7
24112026-06-05T21:25:54.585Z Compiling time-core v0.1.8
24122026-06-05T21:25:54.585Z Compiling rustls-native-certs v0.8.4
24132026-06-05T21:25:54.585Z Compiling camino v1.2.2
24142026-06-05T21:25:54.585Z Compiling time v0.3.47
24152026-06-05T21:25:54.592Z Compiling tempfile v3.27.0
24162026-06-05T21:25:54.712Z Compiling futures-executor v0.3.32
24172026-06-05T21:25:55.280Z Compiling winnow v1.0.3
24182026-06-05T21:25:55.482Z Compiling regex v1.12.3
24192026-06-05T21:25:55.699Z Compiling futures v0.3.32
24202026-06-05T21:25:55.790Z Compiling rustls-platform-verifier v0.7.0
24212026-06-05T21:25:56.434Z Compiling hyper-rustls v0.27.9
24222026-06-05T21:25:56.800Z Compiling crossbeam-channel v0.5.15
24232026-06-05T21:25:56.824Z Compiling scroll v0.13.0
24242026-06-05T21:25:56.920Z Compiling hybrid-array v0.4.12
24252026-06-05T21:25:57.039Z Compiling adler2 v2.0.1
24262026-06-05T21:25:57.128Z Compiling simd-adler32 v0.3.9
24272026-06-05T21:25:57.211Z Compiling goblin v0.10.7
24282026-06-05T21:25:57.430Z Compiling miniz_oxide v0.8.9
24292026-06-05T21:25:57.520Z Compiling crc32fast v1.5.0
24302026-06-05T21:25:57.780Z Compiling reqwest v0.13.4
24312026-06-05T21:25:57.804Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24322026-06-05T21:25:58.025Z Compiling thread_local v1.1.9
24332026-06-05T21:25:58.390Z Compiling either v1.16.0
24342026-06-05T21:25:58.626Z Compiling flate2 v1.1.9
24352026-06-05T21:25:58.896Z Compiling crypto-common v0.2.2
24362026-06-05T21:25:59.181Z Compiling block-buffer v0.12.0
24372026-06-05T21:25:59.374Z Compiling crypto-common v0.1.7
24382026-06-05T21:25:59.530Z Compiling dtrace-parser v0.3.0
24392026-06-05T21:25:59.810Z Compiling rand_chacha v0.3.1
24402026-06-05T21:26:00.190Z Compiling thread-id v5.1.0
24412026-06-05T21:26:00.288Z Compiling is-terminal v0.4.17
24422026-06-05T21:26:00.399Z Compiling dof v0.4.0
24432026-06-05T21:26:00.439Z Compiling term v1.2.1
24442026-06-05T21:26:02.060Z Compiling debug-ignore v1.0.5
24452026-06-05T21:26:02.178Z Compiling match_cfg v0.1.0
24462026-06-05T21:26:02.260Z Compiling compression-core v0.4.32
24472026-06-05T21:26:02.343Z Compiling take_mut v0.2.2
24482026-06-05T21:26:02.460Z Compiling const-oid v0.10.2
24492026-06-05T21:26:02.471Z Compiling slog-async v2.8.0
24502026-06-05T21:26:02.768Z Compiling digest v0.11.3
24512026-06-05T21:26:02.972Z Compiling compression-codecs v0.4.38
24522026-06-05T21:26:03.362Z Compiling hostname v0.3.1
24532026-06-05T21:26:03.477Z Compiling usdt-impl v0.6.0
24542026-06-05T21:26:03.534Z Compiling slog-term v2.9.2
24552026-06-05T21:26:03.965Z Compiling rand v0.8.6
24562026-06-05T21:26:04.539Z Compiling ref-cast v1.0.25
24572026-06-05T21:26:04.661Z Compiling toml_parser v1.1.2+spec-1.1.0
24582026-06-05T21:26:04.768Z Compiling slog-json v2.6.1
24592026-06-05T21:26:04.925Z Compiling strum v0.26.3
24602026-06-05T21:26:05.038Z Compiling macaddr v1.0.1
24612026-06-05T21:26:05.067Z Compiling toml_datetime v1.1.1+spec-1.1.0
24622026-06-05T21:26:05.322Z Compiling serde_spanned v1.1.1
24632026-06-05T21:26:05.480Z Compiling wait-timeout v0.2.1
24642026-06-05T21:26:05.492Z Compiling memmap2 v0.9.10
24652026-06-05T21:26:05.794Z Compiling encoding_rs v0.8.35
24662026-06-05T21:26:05.990Z Compiling mime v0.3.17
24672026-06-05T21:26:05.991Z Compiling toml_writer v1.1.1+spec-1.1.0
24682026-06-05T21:26:06.267Z Compiling quick-error v1.2.3
24692026-06-05T21:26:06.391Z Compiling spin v0.9.8
24702026-06-05T21:26:06.475Z Compiling bit-vec v0.8.0
24712026-06-05T21:26:06.526Z Compiling rusty-fork v0.3.1
24722026-06-05T21:26:06.779Z Compiling bit-set v0.8.0
24732026-06-05T21:26:06.980Z Compiling multer v3.1.0
24742026-06-05T21:26:07.395Z Compiling toml v1.1.2+spec-1.1.0
24752026-06-05T21:26:07.805Z Compiling usdt v0.6.0
24762026-06-05T21:26:08.239Z Compiling slog-bunyan v2.5.0
24772026-06-05T21:26:08.430Z Compiling async-compression v0.4.42
24782026-06-05T21:26:08.468Z Compiling sha1 v0.11.0
24792026-06-05T21:26:08.751Z Compiling serde_with v3.20.0
24802026-06-05T21:26:08.832Z Compiling async-stream v0.3.6
24812026-06-05T21:26:08.882Z Compiling rand_xorshift v0.4.0
24822026-06-05T21:26:08.931Z Compiling waitgroup v0.1.2
24832026-06-05T21:26:09.038Z Compiling rustls-pemfile v2.2.0
24842026-06-05T21:26:09.050Z Compiling serde_path_to_error v0.1.20
24852026-06-05T21:26:09.096Z Compiling hostname v0.4.2
24862026-06-05T21:26:09.262Z Compiling unarray v0.1.4
24872026-06-05T21:26:09.324Z Compiling progenitor-client v0.14.0
24882026-06-05T21:26:09.384Z Compiling proptest v1.11.0
24892026-06-05T21:26:09.398Z Compiling dropshot v0.17.1
24902026-06-05T21:26:09.521Z Compiling strum v0.27.2
24912026-06-05T21:26:09.660Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24922026-06-05T21:26:09.817Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24932026-06-05T21:26:09.839Z Compiling iddqd v0.4.2
24942026-06-05T21:26:10.052Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24952026-06-05T21:26:10.117Z Compiling block-buffer v0.10.4
24962026-06-05T21:26:10.291Z Compiling reqwest v0.12.28
24972026-06-05T21:26:10.366Z Compiling backon v1.6.0
24982026-06-05T21:26:10.643Z Compiling instant v0.1.13
24992026-06-05T21:26:10.774Z Compiling backoff v0.4.0
25002026-06-05T21:26:11.004Z Compiling progenitor-extras v0.2.0
25012026-06-05T21:26:11.281Z Compiling digest v0.10.7
25022026-06-05T21:26:11.524Z Compiling progenitor-client v0.10.0
25032026-06-05T21:26:11.536Z Compiling parse-display v0.10.0
25042026-06-05T21:26:11.965Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25052026-06-05T21:26:12.009Z Compiling itertools v0.14.0
25062026-06-05T21:26:12.020Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25072026-06-05T21:26:12.467Z Compiling regress v0.10.5
25082026-06-05T21:26:13.555Z Compiling humantime v2.3.0
25092026-06-05T21:26:13.998Z Compiling cpufeatures v0.2.17
25102026-06-05T21:26:14.046Z Compiling heck v0.5.0
25112026-06-05T21:26:14.083Z Compiling unicode-width v0.2.2
25122026-06-05T21:26:14.416Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25132026-06-05T21:26:14.643Z Compiling secrecy v0.10.3
25142026-06-05T21:26:14.821Z Compiling tinyvec_macros v0.1.1
25152026-06-05T21:26:14.904Z Compiling tinyvec v1.11.0
25162026-06-05T21:26:15.351Z Compiling num-integer v0.1.46
25172026-06-05T21:26:15.682Z Compiling scroll v0.12.0
25182026-06-05T21:26:15.853Z Compiling crucible-workspace-hack v0.1.0
25192026-06-05T21:26:15.878Z Compiling hmac v0.12.1
25202026-06-05T21:26:15.940Z Compiling inout v0.1.4
25212026-06-05T21:26:15.991Z Compiling regress v0.11.1
25222026-06-05T21:26:16.042Z Compiling ff v0.13.1
25232026-06-05T21:26:16.109Z Compiling utf8parse v0.2.2
25242026-06-05T21:26:16.208Z Compiling anstyle-parse v1.0.0
25252026-06-05T21:26:16.238Z Compiling group v0.13.0
25262026-06-05T21:26:16.372Z Compiling cipher v0.4.4
25272026-06-05T21:26:16.521Z Compiling hkdf v0.12.4
25282026-06-05T21:26:16.614Z Compiling goblin v0.8.2
25292026-06-05T21:26:16.627Z Compiling num-rational v0.4.2
25302026-06-05T21:26:17.220Z Compiling num-iter v0.1.45
25312026-06-05T21:26:17.357Z Compiling zerocopy v0.7.35
25322026-06-05T21:26:17.792Z Compiling typify-impl v0.6.2
25332026-06-05T21:26:17.964Z Compiling universal-hash v0.5.1
25342026-06-05T21:26:18.122Z Compiling crypto-bigint v0.5.5
25352026-06-05T21:26:18.359Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25362026-06-05T21:26:19.703Z Compiling terminal_size v0.4.4
25372026-06-05T21:26:19.874Z Compiling half v2.7.1
25382026-06-05T21:26:20.052Z Compiling num-complex v0.4.6
25392026-06-05T21:26:20.237Z Compiling is_terminal_polyfill v1.70.2
25402026-06-05T21:26:20.346Z Compiling opaque-debug v0.3.1
25412026-06-05T21:26:20.430Z Compiling ciborium-io v0.2.2
25422026-06-05T21:26:20.513Z Compiling colorchoice v1.0.5
25432026-06-05T21:26:20.540Z Compiling base64ct v1.8.3
25442026-06-05T21:26:20.639Z Compiling anstyle v1.0.14
25452026-06-05T21:26:20.873Z Compiling base16ct v0.2.0
25462026-06-05T21:26:20.899Z Compiling anstyle-query v1.1.5
25472026-06-05T21:26:20.933Z Compiling password-hash v0.5.0
25482026-06-05T21:26:21.017Z Compiling anstream v1.0.0
25492026-06-05T21:26:21.112Z Compiling elliptic-curve v0.13.8
25502026-06-05T21:26:21.401Z Compiling ciborium-ll v0.2.2
25512026-06-05T21:26:21.565Z Compiling num v0.4.3
25522026-06-05T21:26:21.650Z Compiling poly1305 v0.8.0
25532026-06-05T21:26:21.671Z Compiling curve25519-dalek v4.1.3
25542026-06-05T21:26:21.904Z Compiling typify v0.6.2
25552026-06-05T21:26:22.021Z Compiling thiserror-no-std v2.0.2
25562026-06-05T21:26:22.125Z Compiling dof v0.3.0
25572026-06-05T21:26:22.291Z Compiling chacha20 v0.9.1
25582026-06-05T21:26:22.579Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25592026-06-05T21:26:22.952Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25602026-06-05T21:26:24.394Z Compiling blake2 v0.10.6
25612026-06-05T21:26:24.553Z Compiling aead v0.5.2
25622026-06-05T21:26:24.757Z Compiling byte-wrapper v0.1.0
25632026-06-05T21:26:24.834Z Compiling crossbeam-epoch v0.9.18
25642026-06-05T21:26:24.918Z Compiling dtrace-parser v0.2.0
25652026-06-05T21:26:25.350Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25662026-06-05T21:26:25.495Z Compiling thread-id v4.2.2
25672026-06-05T21:26:25.615Z Compiling float-ord v0.3.2
25682026-06-05T21:26:25.739Z Compiling keccak v0.1.6
25692026-06-05T21:26:25.750Z Compiling strsim v0.11.1
25702026-06-05T21:26:25.962Z Compiling clap_lex v1.1.0
25712026-06-05T21:26:26.347Z Compiling clap_builder v4.6.0
25722026-06-05T21:26:26.468Z Compiling sha3 v0.10.9
25732026-06-05T21:26:26.583Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25742026-06-05T21:26:26.868Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25752026-06-05T21:26:26.927Z Compiling usdt-impl v0.5.0
25762026-06-05T21:26:27.488Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25772026-06-05T21:26:29.564Z Compiling chacha20poly1305 v0.10.1
25782026-06-05T21:26:29.726Z Compiling argon2 v0.5.3
25792026-06-05T21:26:30.754Z Compiling vsss-rs v3.3.4
25802026-06-05T21:26:31.274Z Compiling ciborium v0.2.2
25812026-06-05T21:26:32.120Z Compiling hash32 v0.3.1
25822026-06-05T21:26:32.288Z Compiling memmap v0.7.0
25832026-06-05T21:26:32.302Z Compiling data-encoding v2.11.0
25842026-06-05T21:26:32.350Z Compiling indent_write v2.2.0
25852026-06-05T21:26:32.513Z Compiling usdt v0.5.0
25862026-06-05T21:26:32.536Z Compiling heapless v0.8.0
25872026-06-05T21:26:33.035Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25882026-06-05T21:26:33.163Z Compiling ingot-types v0.1.2
25892026-06-05T21:26:33.634Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25902026-06-05T21:26:33.994Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25912026-06-05T21:26:34.104Z Compiling clap v4.6.1
25922026-06-05T21:26:34.197Z Compiling rustix v0.38.44
25932026-06-05T21:26:34.545Z Compiling tabwriter v1.4.1
25942026-06-05T21:26:34.942Z Compiling cobs v0.3.0
25952026-06-05T21:26:35.044Z Compiling managed v0.8.0
25962026-06-05T21:26:35.226Z Compiling bitflags v1.3.2
25972026-06-05T21:26:35.311Z Compiling foreign-types-shared v0.3.1
25982026-06-05T21:26:35.323Z Compiling colored v3.1.1
25992026-06-05T21:26:35.416Z Compiling foreign-types v0.5.0
26002026-06-05T21:26:35.506Z Compiling smoltcp v0.11.0
26012026-06-05T21:26:35.613Z Compiling postcard v1.1.3
26022026-06-05T21:26:36.005Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26032026-06-05T21:26:36.019Z Compiling num_enum v0.7.6
26042026-06-05T21:26:36.150Z Compiling ingot v0.1.1
26052026-06-05T21:26:37.142Z Compiling memoffset v0.9.1
26062026-06-05T21:26:37.243Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26072026-06-05T21:26:37.365Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26082026-06-05T21:26:37.464Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26092026-06-05T21:26:37.591Z Compiling chacha20 v0.10.0
26102026-06-05T21:26:37.648Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26112026-06-05T21:26:37.900Z Compiling serde_spanned v0.6.9
26122026-06-05T21:26:38.073Z Compiling toml_datetime v0.6.11
26132026-06-05T21:26:38.084Z Compiling cstr-argument v0.1.2
26142026-06-05T21:26:38.259Z Compiling linked-hash-map v0.5.6
26152026-06-05T21:26:38.455Z Compiling winnow v0.7.15
26162026-06-05T21:26:38.466Z Compiling swrite v0.1.0
26172026-06-05T21:26:38.477Z Compiling unicode-segmentation v1.13.3
26182026-06-05T21:26:38.578Z Compiling toml_write v0.1.2
26192026-06-05T21:26:38.714Z Compiling resolv-conf v0.7.6
26202026-06-05T21:26:38.759Z Compiling static_assertions v1.1.0
26212026-06-05T21:26:38.832Z Compiling newline-converter v0.3.0
26222026-06-05T21:26:38.844Z Compiling lru-cache v0.1.2
26232026-06-05T21:26:38.988Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26242026-06-05T21:26:39.006Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26252026-06-05T21:26:39.116Z Compiling rand v0.10.1
26262026-06-05T21:26:39.359Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26272026-06-05T21:26:39.413Z Compiling hubpack v0.1.2
26282026-06-05T21:26:39.495Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26292026-06-05T21:26:39.709Z Compiling nix v0.31.3
26302026-06-05T21:26:39.740Z Compiling atomicwrites v0.4.4
26312026-06-05T21:26:39.953Z Compiling toml_edit v0.22.27
26322026-06-05T21:26:40.027Z Compiling hickory-proto v0.24.4
26332026-06-05T21:26:40.344Z Compiling crossbeam-deque v0.8.6
26342026-06-05T21:26:40.577Z Compiling console v0.15.11
26352026-06-05T21:26:40.710Z Compiling itertools v0.12.1
26362026-06-05T21:26:42.542Z Compiling camino-tempfile v1.4.1
26372026-06-05T21:26:42.551Z Compiling serde-big-array v0.5.1
26382026-06-05T21:26:42.551Z Compiling lazy_static v1.5.0
26392026-06-05T21:26:42.551Z Compiling similar v2.7.0
26402026-06-05T21:26:42.551Z Compiling siphasher v1.0.3
26412026-06-05T21:26:42.551Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26422026-06-05T21:26:42.586Z Compiling phf_shared v0.12.1
26432026-06-05T21:26:42.820Z Compiling pin-project v1.1.13
26442026-06-05T21:26:42.937Z Compiling expectorate v1.2.0
26452026-06-05T21:26:43.158Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26462026-06-05T21:26:43.489Z Compiling hickory-resolver v0.24.4
26472026-06-05T21:26:44.032Z Compiling toml v0.8.23
26482026-06-05T21:26:45.143Z Compiling prettyplease v0.2.37
26492026-06-05T21:26:46.244Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26502026-06-05T21:26:46.898Z Compiling rayon-core v1.13.0
26512026-06-05T21:26:48.461Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26522026-06-05T21:26:48.495Z Compiling num_enum v0.5.11
26532026-06-05T21:26:48.627Z Compiling progenitor-impl v0.13.0
26542026-06-05T21:26:48.676Z Compiling progenitor-impl v0.14.0
26552026-06-05T21:26:49.415Z Compiling unicode-normalization v0.1.25
26562026-06-05T21:26:50.020Z Compiling progenitor-client v0.13.0
26572026-06-05T21:26:50.551Z Compiling tokio-stream v0.1.18
26582026-06-05T21:26:51.156Z Compiling csv-core v0.1.13
26592026-06-05T21:26:51.567Z Compiling bstr v1.12.1
26602026-06-05T21:26:52.182Z Compiling foldhash v0.1.5
26612026-06-05T21:26:52.277Z Compiling konst_macro_rules v0.2.19
26622026-06-05T21:26:52.423Z Compiling unicode-width v0.1.14
26632026-06-05T21:26:52.479Z Compiling highway v1.3.0
26642026-06-05T21:26:52.644Z Compiling same-file v1.0.6
26652026-06-05T21:26:52.743Z Compiling foreign-types-shared v0.1.1
26662026-06-05T21:26:52.832Z Compiling foreign-types v0.3.2
26672026-06-05T21:26:52.844Z Compiling walkdir v2.5.0
26682026-06-05T21:26:52.916Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26692026-06-05T21:26:53.188Z Compiling konst v0.2.20
26702026-06-05T21:26:53.579Z Compiling hashbrown v0.15.5
26712026-06-05T21:26:53.630Z Compiling globset v0.4.18
26722026-06-05T21:26:54.228Z Compiling csv v1.4.0
26732026-06-05T21:26:55.214Z Compiling snafu v0.8.9
26742026-06-05T21:26:55.814Z Compiling qorb v0.4.1
26752026-06-05T21:26:56.613Z Compiling progenitor v0.13.0
26762026-06-05T21:26:56.628Z Compiling progenitor v0.14.0
26772026-06-05T21:26:56.756Z Compiling olpc-cjson v0.1.4
26782026-06-05T21:26:56.769Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26792026-06-05T21:26:56.897Z Compiling rayon v1.12.0
26802026-06-05T21:26:56.966Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26812026-06-05T21:26:57.384Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26822026-06-05T21:26:59.126Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26832026-06-05T21:26:59.938Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26842026-06-05T21:27:01.424Z Compiling phf v0.12.1
26852026-06-05T21:27:01.607Z Compiling openssl-sys v0.9.116
26862026-06-05T21:27:02.048Z Compiling tokio-dtrace v0.1.1
26872026-06-05T21:27:02.403Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26882026-06-05T21:27:03.554Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26892026-06-05T21:27:03.793Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26902026-06-05T21:27:04.604Z Compiling libsw-core v0.3.2
26912026-06-05T21:27:04.789Z Compiling pem v3.0.6
26922026-06-05T21:27:05.363Z Compiling serde_plain v1.0.2
26932026-06-05T21:27:05.497Z Compiling sigpipe v0.1.3
26942026-06-05T21:27:05.605Z Compiling minimal-lexical v0.2.1
26952026-06-05T21:27:05.628Z Compiling fixedbitset v0.5.7
26962026-06-05T21:27:05.650Z Compiling bytecount v0.6.9
26972026-06-05T21:27:05.801Z Compiling jiff v0.2.28
26982026-06-05T21:27:05.845Z Compiling typed-path v0.9.3
26992026-06-05T21:27:05.923Z Compiling fixedbitset v0.4.2
27002026-06-05T21:27:06.149Z Compiling glob v0.3.3
27012026-06-05T21:27:06.302Z Compiling petgraph v0.6.5
27022026-06-05T21:27:07.163Z Compiling tough v0.22.0
27032026-06-05T21:27:07.322Z Compiling petgraph v0.8.3
27042026-06-05T21:27:07.541Z Compiling nom v7.1.3
27052026-06-05T21:27:08.143Z Compiling papergrid v0.11.0
27062026-06-05T21:27:08.809Z Compiling openssl v0.10.80
27072026-06-05T21:27:09.272Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27082026-06-05T21:27:09.688Z Compiling libsw v3.5.0
27092026-06-05T21:27:09.751Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27102026-06-05T21:27:09.879Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27112026-06-05T21:27:10.114Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27122026-06-05T21:27:10.424Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27132026-06-05T21:27:11.756Z Compiling zone v0.3.1
27142026-06-05T21:27:13.523Z Compiling oxide-tokio-rt v0.1.6
27152026-06-05T21:27:13.585Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27162026-06-05T21:27:13.675Z Compiling chrono-tz v0.10.4
27172026-06-05T21:27:13.791Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27182026-06-05T21:27:14.164Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27192026-06-05T21:27:14.347Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27202026-06-05T21:27:14.538Z Compiling newtype_derive v0.1.6
27212026-06-05T21:27:14.627Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27222026-06-05T21:27:15.024Z Compiling slog-dtrace v0.3.0
27232026-06-05T21:27:15.768Z Compiling cancel-safe-futures v0.1.5
27242026-06-05T21:27:16.143Z Compiling owo-colors v4.3.0
27252026-06-05T21:27:16.689Z Compiling const_format v0.2.36
27262026-06-05T21:27:17.109Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27272026-06-05T21:27:17.205Z Compiling gethostname v0.5.0
27282026-06-05T21:27:17.349Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27292026-06-05T21:27:17.864Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27302026-06-05T21:27:18.002Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-06-05T21:27:18.070Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27322026-06-05T21:27:18.128Z Compiling smf v0.2.3
27332026-06-05T21:27:18.568Z Compiling bcs v0.1.6
27342026-06-05T21:27:18.662Z Compiling linear-map v1.2.0
27352026-06-05T21:27:18.762Z Compiling unicode-linebreak v0.1.5
27362026-06-05T21:27:18.886Z Compiling smawk v0.3.2
27372026-06-05T21:27:18.965Z Compiling tagptr v0.2.0
27382026-06-05T21:27:19.039Z Compiling termtree v0.5.1
27392026-06-05T21:27:19.053Z Compiling whoami v1.6.1
27402026-06-05T21:27:19.130Z Compiling moka v0.12.15
27412026-06-05T21:27:19.212Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-06-05T21:27:19.393Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-06-05T21:27:19.520Z Compiling textwrap v0.16.2
27442026-06-05T21:27:20.352Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27452026-06-05T21:27:20.830Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-05T21:27:21.079Z Compiling tabled v0.15.0
27472026-06-05T21:27:21.183Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-05T21:27:22.096Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-06-05T21:27:22.313Z Compiling steno v0.4.1
27502026-06-05T21:27:22.487Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-06-05T21:27:23.962Z Compiling cookie v0.18.1
27522026-06-05T21:27:25.353Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-05T21:27:28.233Z Compiling hickory-proto v0.25.2
27542026-06-05T21:27:29.907Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27552026-06-05T21:27:29.918Z Compiling arc-swap v1.9.1
27562026-06-05T21:27:29.931Z Compiling libscf-sys v1.2.0
27572026-06-05T21:27:30.077Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-05T21:27:30.269Z Compiling slog-scope v4.4.1
27592026-06-05T21:27:30.735Z Compiling hickory-resolver v0.25.2
27602026-06-05T21:27:32.355Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27612026-06-05T21:27:33.068Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-06-05T21:27:33.675Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27632026-06-05T21:27:33.978Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27642026-06-05T21:27:34.090Z Compiling slog-stdlog v4.1.1
27652026-06-05T21:27:34.316Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-06-05T21:27:34.383Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27672026-06-05T21:27:34.506Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27682026-06-05T21:27:35.244Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27692026-06-05T21:27:36.042Z Compiling slog-envlogger v2.2.0
27702026-06-05T21:27:36.538Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27712026-06-05T21:27:37.275Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27722026-06-05T21:27:44.497Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-06-05T21:27:47.145Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-05T21:27:48.665Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27752026-06-05T21:27:57.499Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27762026-06-05T21:28:01.284Z Finished `release` profile [optimized] target(s) in 2m 26s
27772026-06-05T21:28:01.399Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27782026-06-05T21:28:01.402Z
27792026-06-05T21:28:01.403Zrunning 1 test
27802026-06-05T21:28:01.624Zconfigure zone
27812026-06-05T21:28:01.642Zinstall zone
27822026-06-05T21:28:11.344Zboot zone
27832026-06-05T21:28:11.427Zstart zone s1
27842026-06-05T21:28:11.430Zconfigure zone
27852026-06-05T21:28:11.436Zinstall zone
27862026-06-05T21:28:13.286Zboot zone
27872026-06-05T21:28:13.381Zstart zone s2
27882026-06-05T21:28:13.381Zconfigure zone
27892026-06-05T21:28:13.392Zinstall zone
27902026-06-05T21:28:15.742Zboot zone
27912026-06-05T21:28:15.847Zstart zone t1
27922026-06-05T21:28:15.847Zconfigure zone
27932026-06-05T21:28:15.858Zinstall zone
27942026-06-05T21:28:18.527Zboot zone
27952026-06-05T21:28:18.630Zwaiting for zones to come up
27962026-06-05T21:28:28.631Z[sidecar.trio] svcs milestone/network
27972026-06-05T21:28:28.657ZSTATE STIME FMRI
27982026-06-05T21:28:28.657Zonline 21:28:11 svc:/milestone/network:default
27992026-06-05T21:28:28.657Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28002026-06-05T21:28:28.683Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28012026-06-05T21:28:28.709Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28022026-06-05T21:28:28.729Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28032026-06-05T21:28:28.732Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28042026-06-05T21:28:28.744Z
28052026-06-05T21:28:28.744Zrunning zone s1.trio setup
28062026-06-05T21:28:28.744Z[s1.trio] svcs milestone/network
28072026-06-05T21:28:28.760ZSTATE STIME FMRI
28082026-06-05T21:28:28.760Zonline 21:28:13 svc:/milestone/network:default
28092026-06-05T21:28:28.760Z[s1.trio] dladm
28102026-06-05T21:28:28.773ZLINK CLASS MTU STATE BRIDGE OVER
28112026-06-05T21:28:28.773Zsl0 simnet 9000 up -- ?
28122026-06-05T21:28:28.773Zmg2 vnic 9000 up -- ?
28132026-06-05T21:28:28.773Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28142026-06-05T21:28:29.305Z
28152026-06-05T21:28:29.305Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28162026-06-05T21:28:29.321Z
28172026-06-05T21:28:29.321Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28182026-06-05T21:28:29.332Z
28192026-06-05T21:28:29.332Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28202026-06-05T21:28:29.413Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28212026-06-05T21:28:29.485Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 592bd11f-f859-41f3-8381-8aef696620f7 --sled-uuid eb6e4ebb-7bf6-4cc2-b75a-20a548d5b2b6 -a sl0/v6 &> /opt/ddmd.log &
28222026-06-05T21:28:29.499Z
28232026-06-05T21:28:29.499Zrunning zone s2.trio setup
28242026-06-05T21:28:29.499Z[s2.trio] svcs milestone/network
28252026-06-05T21:28:29.515ZSTATE STIME FMRI
28262026-06-05T21:28:29.515Zonline 21:28:15 svc:/milestone/network:default
28272026-06-05T21:28:29.515Z[s2.trio] dladm
28282026-06-05T21:28:29.529ZLINK CLASS MTU STATE BRIDGE OVER
28292026-06-05T21:28:29.529Zsl1 simnet 9000 up -- ?
28302026-06-05T21:28:29.529Zmg3 vnic 9000 up -- ?
28312026-06-05T21:28:29.529Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28322026-06-05T21:28:30.142Z
28332026-06-05T21:28:30.142Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28342026-06-05T21:28:30.155Z
28352026-06-05T21:28:30.155Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28362026-06-05T21:28:30.167Z
28372026-06-05T21:28:30.167Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28382026-06-05T21:28:30.200Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28392026-06-05T21:28:30.228Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e0f67fe8-f9f0-4c55-9263-76d5312b1888 --sled-uuid 8255cf20-692f-4bcc-a9c9-9d0fd8ba9883 -a sl1/v6 &> /opt/ddmd.log &
28402026-06-05T21:28:30.239Z
28412026-06-05T21:28:30.239Zrunning zone t1.trio setup
28422026-06-05T21:28:30.239Z[t1.trio] svcs milestone/network
28432026-06-05T21:28:30.253ZSTATE STIME FMRI
28442026-06-05T21:28:30.253Zonline 21:28:18 svc:/milestone/network:default
28452026-06-05T21:28:30.253Z[t1.trio] dladm
28462026-06-05T21:28:30.266ZLINK CLASS MTU STATE BRIDGE OVER
28472026-06-05T21:28:30.266Ztfportrear0_0 simnet 9000 up -- ?
28482026-06-05T21:28:30.266Ztfportrear1_0 simnet 9000 up -- ?
28492026-06-05T21:28:30.267Zmg1 vnic 9000 up -- ?
28502026-06-05T21:28:30.267Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28512026-06-05T21:28:30.820Z
28522026-06-05T21:28:30.820Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28532026-06-05T21:28:30.835Z
28542026-06-05T21:28:30.835Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28552026-06-05T21:28:30.848Z
28562026-06-05T21:28:30.848Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28572026-06-05T21:28:30.859Z
28582026-06-05T21:28:30.859Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28592026-06-05T21:28:31.156Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28602026-06-05T21:28:31.159Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28612026-06-05T21:28:31.159Zwaiting 3s for copy of files to zone to complete ...
28622026-06-05T21:28:34.160Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28632026-06-05T21:28:34.292Z
28642026-06-05T21:28:34.292Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28652026-06-05T21:28:34.402Z
28662026-06-05T21:28:34.402Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28672026-06-05T21:28:34.436Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28682026-06-05T21:28:34.467Z[t1.trio] svcadm disable dendrite
28692026-06-05T21:28:34.492Z
28702026-06-05T21:28:34.492Z[t1.trio] svcadm disable tfport
28712026-06-05T21:28:34.514Z
28722026-06-05T21:28:34.514Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28732026-06-05T21:28:34.539Z
28742026-06-05T21:28:34.539Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28752026-06-05T21:28:34.564Z
28762026-06-05T21:28:34.564Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28772026-06-05T21:28:34.588Z
28782026-06-05T21:28:34.588Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28792026-06-05T21:28:34.613Z
28802026-06-05T21:28:34.613Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28812026-06-05T21:28:34.637Z
28822026-06-05T21:28:34.637Z[t1.trio] svcadm refresh dendrite:default
28832026-06-05T21:28:34.658Z
28842026-06-05T21:28:34.658Z[t1.trio] svcadm enable dendrite:default
28852026-06-05T21:28:34.679Z
28862026-06-05T21:28:34.679Zwait 10s for dendrite to come up ...
28872026-06-05T21:28:44.680Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28882026-06-05T21:28:44.708Z
28892026-06-05T21:28:44.708Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
28902026-06-05T21:28:44.733Z
28912026-06-05T21:28:44.733Z[t1.trio] svcadm refresh tfport:default
28922026-06-05T21:28:44.755Z
28932026-06-05T21:28:44.755Z[t1.trio] svcadm enable tfport
28942026-06-05T21:28:44.776Z
28952026-06-05T21:28:44.776Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 11792f1c-5849-4108-a5ba-c5bca310221a --sled-uuid 2741c802-32c7-4da5-a2ec-a8765bb1ccea -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
28962026-06-05T21:28:44.788Z
28972026-06-05T21:28:44.788Z[t1.trio] ipadm
28982026-06-05T21:28:44.801ZADDROBJ TYPE STATE ADDR
28992026-06-05T21:28:44.801Zlo0/v4 static ok 127.0.0.1/8
29002026-06-05T21:28:44.801Zmg1/v4 static ok 10.0.0.3/24
29012026-06-05T21:28:44.801Zlo0/v6 static ok ::1/128
29022026-06-05T21:28:44.801Zlo0/u6 static ok fd00:3::1/64
29032026-06-05T21:28:44.801Ztfportrear0_0/v6 addrconf ok fe80::9c73:d8ff:febf:4222%tfportrear0_0/10
29042026-06-05T21:28:44.802Ztfportrear1_0/v6 addrconf ok fe80::40ea:60ff:fe52:8b91%tfportrear1_0/10
29052026-06-05T21:28:46.924Zinitial peering test passed
29062026-06-05T21:28:47.926Zadvertise from one passed
29072026-06-05T21:28:48.927Zadvertise from two passed
29082026-06-05T21:28:48.927Z[s1.trio] ping fd00:2::1
29092026-06-05T21:28:48.942Zfd00:2::1 is alive
29102026-06-05T21:28:48.942Z[s2.trio] ping fd00:1::1
29112026-06-05T21:28:48.954Zfd00:1::1 is alive
29122026-06-05T21:28:48.954Zconnectivity test passed
29132026-06-05T21:28:48.954Z[t1.trio] pkill ddmd
29142026-06-05T21:28:48.965Z
29152026-06-05T21:28:54.969Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ec0438e1-35c7-4aa0-94e7-467988573ec5 --sled-uuid a1fe78e1-82ff-4a22-96bd-ae63678abf2a -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29162026-06-05T21:28:54.982Z
29172026-06-05T21:28:54.982Z[t1.trio] ipadm
29182026-06-05T21:28:54.995ZADDROBJ TYPE STATE ADDR
29192026-06-05T21:28:54.995Zlo0/v4 static ok 127.0.0.1/8
29202026-06-05T21:28:54.995Zmg1/v4 static ok 10.0.0.3/24
29212026-06-05T21:28:54.995Zlo0/v6 static ok ::1/128
29222026-06-05T21:28:54.995Zlo0/u6 static ok fd00:3::1/64
29232026-06-05T21:28:54.995Ztfportrear0_0/v6 addrconf ok fe80::9c73:d8ff:febf:4222%tfportrear0_0/10
29242026-06-05T21:28:54.995Ztfportrear1_0/v6 addrconf ok fe80::40ea:60ff:fe52:8b91%tfportrear1_0/10
29252026-06-05T21:28:57.998Z[s1.trio] ping fd00:2::1
29262026-06-05T21:28:58.012Zfd00:2::1 is alive
29272026-06-05T21:28:58.012Z[s2.trio] ping fd00:1::1
29282026-06-05T21:28:58.024Zfd00:1::1 is alive
29292026-06-05T21:28:58.024Ztransit router restart passed
29302026-06-05T21:28:58.024Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29312026-06-05T21:28:58.039Zlocal v6:
29322026-06-05T21:28:58.039Zfe80::9c73:d8ff:febf:4222
29332026-06-05T21:28:58.039Zfe80::40ea:60ff:fe52:8b91
29342026-06-05T21:28:58.039Zlocal v4:
29352026-06-05T21:28:58.039Zrouter v6_idx:
29362026-06-05T21:28:58.039Zfd00:1::/64 -> 0
29372026-06-05T21:28:58.039Zfd00:2::/64 -> 1
29382026-06-05T21:28:58.039Zrouter v6_routes:
29392026-06-05T21:28:58.039Z0 -> fe80::e83a:acff:fef4:a225 (1)
29402026-06-05T21:28:58.039Z1 -> fe80::b436:8ff:fe2b:dc35 (2)
29412026-06-05T21:28:58.039Zrouter v4_idx:
29422026-06-05T21:28:58.039Zrouter v4_routes:
29432026-06-05T21:28:58.039Zresolver v4:
29442026-06-05T21:28:58.039Z10.0.0.254 -> 02:08:20:07:d2:8d
29452026-06-05T21:28:58.039Z10.0.0.3 -> 02:08:20:7f:f8:82
29462026-06-05T21:28:58.041Zresolver v6:
29472026-06-05T21:28:58.041Zfe80::b436:8ff:fe2b:dc35 -> b6:36:08:2b:dc:35
29482026-06-05T21:28:58.041Zfe80::40ea:60ff:fe52:8b91 -> 42:ea:60:52:8b:91
29492026-06-05T21:28:58.041Zfe80::9c73:d8ff:febf:4222 -> 9e:73:d8:bf:42:22
29502026-06-05T21:28:58.041Zfe80::e83a:acff:fef4:a225 -> ea:3a:ac:f4:a2:25
29512026-06-05T21:28:58.041Znat v4:
29522026-06-05T21:28:58.041Znat_v6:
29532026-06-05T21:28:58.041Zport_mac:
29542026-06-05T21:28:58.041Z1000: a8:40:25:17:d7:aa
29552026-06-05T21:28:58.041Z1: a8:40:25:17:d7:ab
29562026-06-05T21:28:58.041Z2: a8:40:25:17:d7:ac
29572026-06-05T21:28:58.041Zproxy arp:
29582026-06-05T21:28:58.041Z[s1.trio] pkill ddmd
29592026-06-05T21:28:58.049Z
29602026-06-05T21:29:01.411Ztest ddm::test_trio_v3 has been running for over 60 seconds
29612026-06-05T21:29:03.053Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29622026-06-05T21:29:03.069Zlocal v6:
29632026-06-05T21:29:03.069Zfe80::9c73:d8ff:febf:4222
29642026-06-05T21:29:03.069Zfe80::40ea:60ff:fe52:8b91
29652026-06-05T21:29:03.069Zlocal v4:
29662026-06-05T21:29:03.069Zrouter v6_idx:
29672026-06-05T21:29:03.069Zfd00:2::/64 -> 1
29682026-06-05T21:29:03.069Zrouter v6_routes:
29692026-06-05T21:29:03.069Z1 -> fe80::b436:8ff:fe2b:dc35 (2)
29702026-06-05T21:29:03.069Zrouter v4_idx:
29712026-06-05T21:29:03.069Zrouter v4_routes:
29722026-06-05T21:29:03.069Zresolver v4:
29732026-06-05T21:29:03.069Z10.0.0.254 -> 02:08:20:07:d2:8d
29742026-06-05T21:29:03.069Z10.0.0.3 -> 02:08:20:7f:f8:82
29752026-06-05T21:29:03.070Zresolver v6:
29762026-06-05T21:29:03.070Zfe80::b436:8ff:fe2b:dc35 -> b6:36:08:2b:dc:35
29772026-06-05T21:29:03.070Zfe80::40ea:60ff:fe52:8b91 -> 42:ea:60:52:8b:91
29782026-06-05T21:29:03.070Zfe80::9c73:d8ff:febf:4222 -> 9e:73:d8:bf:42:22
29792026-06-05T21:29:03.070Zfe80::e83a:acff:fef4:a225 -> ea:3a:ac:f4:a2:25
29802026-06-05T21:29:03.070Znat v4:
29812026-06-05T21:29:03.070Znat_v6:
29822026-06-05T21:29:03.070Zport_mac:
29832026-06-05T21:29:03.070Z1000: a8:40:25:17:d7:aa
29842026-06-05T21:29:03.070Z1: a8:40:25:17:d7:ab
29852026-06-05T21:29:03.070Z2: a8:40:25:17:d7:ac
29862026-06-05T21:29:03.070Zproxy arp:
29872026-06-05T21:29:03.070Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 42954038-f63d-4a53-9898-64b285b6198c --sled-uuid 6d8b5b5e-1d8b-4988-b937-60588f300187 -a sl0/v6 &> /opt/ddmd.log &
29882026-06-05T21:29:03.080Z
29892026-06-05T21:29:06.083Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29902026-06-05T21:29:06.098Zlocal v6:
29912026-06-05T21:29:06.098Zfe80::9c73:d8ff:febf:4222
29922026-06-05T21:29:06.098Zfe80::40ea:60ff:fe52:8b91
29932026-06-05T21:29:06.098Zlocal v4:
29942026-06-05T21:29:06.098Zrouter v6_idx:
29952026-06-05T21:29:06.098Zfd00:1::/64 -> 0
29962026-06-05T21:29:06.098Zfd00:2::/64 -> 1
29972026-06-05T21:29:06.098Zrouter v6_routes:
29982026-06-05T21:29:06.098Z0 -> fe80::e83a:acff:fef4:a225 (1)
29992026-06-05T21:29:06.098Z1 -> fe80::b436:8ff:fe2b:dc35 (2)
30002026-06-05T21:29:06.098Zrouter v4_idx:
30012026-06-05T21:29:06.098Zrouter v4_routes:
30022026-06-05T21:29:06.099Zresolver v4:
30032026-06-05T21:29:06.099Z10.0.0.254 -> 02:08:20:07:d2:8d
30042026-06-05T21:29:06.099Z10.0.0.3 -> 02:08:20:7f:f8:82
30052026-06-05T21:29:06.099Zresolver v6:
30062026-06-05T21:29:06.099Zfe80::b436:8ff:fe2b:dc35 -> b6:36:08:2b:dc:35
30072026-06-05T21:29:06.099Zfe80::40ea:60ff:fe52:8b91 -> 42:ea:60:52:8b:91
30082026-06-05T21:29:06.099Zfe80::9c73:d8ff:febf:4222 -> 9e:73:d8:bf:42:22
30092026-06-05T21:29:06.099Zfe80::e83a:acff:fef4:a225 -> ea:3a:ac:f4:a2:25
30102026-06-05T21:29:06.099Znat v4:
30112026-06-05T21:29:06.099Znat_v6:
30122026-06-05T21:29:06.099Zport_mac:
30132026-06-05T21:29:06.099Z1000: a8:40:25:17:d7:aa
30142026-06-05T21:29:06.099Z1: a8:40:25:17:d7:ab
30152026-06-05T21:29:06.099Z2: a8:40:25:17:d7:ac
30162026-06-05T21:29:06.099Zproxy arp:
30172026-06-05T21:29:06.102Z[s2.trio] netstat -nr -f inet6
30182026-06-05T21:29:06.111ZRouting Table: IPv6
30192026-06-05T21:29:06.111Z Destination/Mask Gateway Flags Ref Use If
30202026-06-05T21:29:06.111Z--------------------------- --------------------------- ----- --- ------- -----
30212026-06-05T21:29:06.111Z::1 ::1 UH 2 0 lo0
30222026-06-05T21:29:06.111Zfd00:1::/64 fe80::40ea:60ff:fe52:8b91 UG 1 0 sl1
30232026-06-05T21:29:06.111Zfe80::/10 fe80::b436:8ff:fe2b:dc35 U 3 64 sl1
30242026-06-05T21:29:06.111Z[s2.trio] ipadm
30252026-06-05T21:29:06.123ZADDROBJ TYPE STATE ADDR
30262026-06-05T21:29:06.123Zlo0/v4 static ok 127.0.0.1/8
30272026-06-05T21:29:06.124Zmg3/v4 static ok 10.0.0.2/24
30282026-06-05T21:29:06.124Zlo0/v6 static ok ::1/128
30292026-06-05T21:29:06.124Zlo0/u6 static ok fd00:2::1/64
30302026-06-05T21:29:06.124Zsl1/v6 addrconf ok fe80::b436:8ff:fe2b:dc35%sl1/10
30312026-06-05T21:29:06.124Z[s2.trio] route -nv get -inet6 fd00:1::1
30322026-06-05T21:29:06.135Znewrt->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>
30332026-06-05T21:29:06.135Zlocks: inits:
30342026-06-05T21:29:06.136Zsockaddrs: <DST,IFP>
30352026-06-05T21:29:06.136Z fd00:1::1
30362026-06-05T21:29:06.136Z route to: fd00:1::1
30372026-06-05T21:29:06.136Zdestination: fd00:1::
30382026-06-05T21:29:06.136Z mask: ffff:ffff:ffff:ffff::
30392026-06-05T21:29:06.136Z gateway: fe80::40ea:60ff:fe52:8b91
30402026-06-05T21:29:06.136Z interface: sl1 index 3 address b6 36 08 2b dc 35
30412026-06-05T21:29:06.136Z flags: <UP,GATEWAY,DONE,STATIC>
30422026-06-05T21:29:06.136Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30432026-06-05T21:29:06.136Z 0 0 0 0 0 0 9000 0
30442026-06-05T21:29:06.136Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30452026-06-05T21:29:06.136Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30462026-06-05T21:29:06.136Z fd00:1:: fe80::40ea:60ff:fe52:8b91 ffff:ffff:ffff:ffff:: sl1:b6.36.8.2b.dc.35 fe80::b436:8ff:fe2b:dc35
30472026-06-05T21:29:06.136Z[s2.trio] ndp -na
30482026-06-05T21:29:06.179ZNet to Media Table: IPv6
30492026-06-05T21:29:06.179Z If Physical Address Type State Destination/Mask
30502026-06-05T21:29:06.179Z----- ----------------- ------- ------------ ---------------------------
30512026-06-05T21:29:06.179Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30522026-06-05T21:29:06.179Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30532026-06-05T21:29:06.179Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30542026-06-05T21:29:06.179Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30552026-06-05T21:29:06.180Zsl1 33:33:ff:52:8b:91 other REACHABLE ff02::1:ff52:8b91
30562026-06-05T21:29:06.180Zsl1 b6:36:08:2b:dc:35 local REACHABLE fe80::b436:8ff:fe2b:dc35
30572026-06-05T21:29:06.180Zsl1 42:ea:60:52:8b:91 dynamic REACHABLE fe80::40ea:60ff:fe52:8b91
30582026-06-05T21:29:06.180Zsl1 33:33:ff:2b:dc:35 other REACHABLE ff02::1:ff2b:dc35
30592026-06-05T21:29:06.180Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30602026-06-05T21:29:06.180Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30612026-06-05T21:29:06.180Zlocal v6:
30622026-06-05T21:29:06.180Zfe80::9c73:d8ff:febf:4222
30632026-06-05T21:29:06.180Zfe80::40ea:60ff:fe52:8b91
30642026-06-05T21:29:06.180Zlocal v4:
30652026-06-05T21:29:06.180Zrouter v6_idx:
30662026-06-05T21:29:06.180Zfd00:1::/64 -> 0
30672026-06-05T21:29:06.180Zfd00:2::/64 -> 1
30682026-06-05T21:29:06.180Zrouter v6_routes:
30692026-06-05T21:29:06.180Z0 -> fe80::e83a:acff:fef4:a225 (1)
30702026-06-05T21:29:06.180Z1 -> fe80::b436:8ff:fe2b:dc35 (2)
30712026-06-05T21:29:06.180Zrouter v4_idx:
30722026-06-05T21:29:06.180Zrouter v4_routes:
30732026-06-05T21:29:06.180Zresolver v4:
30742026-06-05T21:29:06.180Z10.0.0.254 -> 02:08:20:07:d2:8d
30752026-06-05T21:29:06.180Z10.0.0.3 -> 02:08:20:7f:f8:82
30762026-06-05T21:29:06.180Zresolver v6:
30772026-06-05T21:29:06.180Zfe80::b436:8ff:fe2b:dc35 -> b6:36:08:2b:dc:35
30782026-06-05T21:29:06.180Zfe80::40ea:60ff:fe52:8b91 -> 42:ea:60:52:8b:91
30792026-06-05T21:29:06.180Zfe80::9c73:d8ff:febf:4222 -> 9e:73:d8:bf:42:22
30802026-06-05T21:29:06.180Zfe80::e83a:acff:fef4:a225 -> ea:3a:ac:f4:a2:25
30812026-06-05T21:29:06.180Znat v4:
30822026-06-05T21:29:06.181Znat_v6:
30832026-06-05T21:29:06.181Zport_mac:
30842026-06-05T21:29:06.181Z1000: a8:40:25:17:d7:aa
30852026-06-05T21:29:06.181Z1: a8:40:25:17:d7:ab
30862026-06-05T21:29:06.181Z2: a8:40:25:17:d7:ac
30872026-06-05T21:29:06.181Zproxy arp:
30882026-06-05T21:29:06.181Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
30892026-06-05T21:29:06.204ZSubnet Port Link Gateway Vlan
30902026-06-05T21:29:06.204Zfd00:1::/64 rear0 0 fe80::e83a:acff:fef4:a225
30912026-06-05T21:29:06.204Zfd00:2::/64 rear1 0 fe80::b436:8ff:fe2b:dc35
30922026-06-05T21:29:06.204Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
30932026-06-05T21:29:06.243Zhost mac age
30942026-06-05T21:29:06.243Z10.0.0.3 02:08:20:7f:f8:82 21s
30952026-06-05T21:29:06.243Z10.0.0.254 02:08:20:07:d2:8d 19s
30962026-06-05T21:29:06.243Zfe80::40ea:60ff:fe52:8b91 42:ea:60:52:8b:91 21s
30972026-06-05T21:29:06.244Zfe80::9c73:d8ff:febf:4222 9e:73:d8:bf:42:22 21s
30982026-06-05T21:29:06.244Zfe80::b436:8ff:fe2b:dc35 b6:36:08:2b:dc:35 21s
30992026-06-05T21:29:06.244Zfe80::e83a:acff:fef4:a225 ea:3a:ac:f4:a2:25 21s
31002026-06-05T21:29:06.244Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31012026-06-05T21:29:06.283ZLink IPv4 IPv6
31022026-06-05T21:29:06.283Zrear0/0 fe80::9c73:d8ff:febf:4222
31032026-06-05T21:29:06.283Zrear1/0 fe80::40ea:60ff:fe52:8b91
31042026-06-05T21:29:06.283Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31052026-06-05T21:29:07.307ZADDROBJ TYPE STATE ADDR
31062026-06-05T21:29:07.307Zlo0/v4 static ok 127.0.0.1/8
31072026-06-05T21:29:07.307Zmg2/v4 static ok 10.0.0.1/24
31082026-06-05T21:29:07.307Zlo0/v6 static ok ::1/128
31092026-06-05T21:29:07.307Zlo0/u6 static ok fd00:1::1/64
31102026-06-05T21:29:07.307Zsl0/v6 addrconf ok fe80::e83a:acff:fef4:a225%sl0/10
31112026-06-05T21:29:07.307Znewrt->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>
31122026-06-05T21:29:07.307Zlocks: inits:
31132026-06-05T21:29:07.307Zsockaddrs: <DST,IFP>
31142026-06-05T21:29:07.307Z fd00:2::1
31152026-06-05T21:29:07.307Z route to: fd00:2::1
31162026-06-05T21:29:07.307Zdestination: fd00:2::
31172026-06-05T21:29:07.307Z mask: ffff:ffff:ffff:ffff::
31182026-06-05T21:29:07.307Z gateway: fe80::9c73:d8ff:febf:4222
31192026-06-05T21:29:07.307Z interface: sl0 index 3 address ea 3a ac f4 a2 25
31202026-06-05T21:29:07.307Z flags: <UP,GATEWAY,DONE,STATIC>
31212026-06-05T21:29:07.307Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31222026-06-05T21:29:07.308Z 0 0 0 0 0 0 9000 0
31232026-06-05T21:29:07.308Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31242026-06-05T21:29:07.308Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31252026-06-05T21:29:07.308Z fd00:2:: fe80::9c73:d8ff:febf:4222 ffff:ffff:ffff:ffff:: sl0:ea.3a.ac.f4.a2.25 fe80::e83a:acff:fef4:a225
31262026-06-05T21:29:07.308Z
31272026-06-05T21:29:07.310ZNet to Media Table: IPv6
31282026-06-05T21:29:07.310Z If Physical Address Type State Destination/Mask
31292026-06-05T21:29:07.310Z----- ----------------- ------- ------------ ---------------------------
31302026-06-05T21:29:07.310Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31312026-06-05T21:29:07.310Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31322026-06-05T21:29:07.310Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31332026-06-05T21:29:07.310Zsl0 ea:3a:ac:f4:a2:25 local REACHABLE fe80::e83a:acff:fef4:a225
31342026-06-05T21:29:07.310Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31352026-06-05T21:29:07.310Zsl0 33:33:ff:f4:a2:25 other REACHABLE ff02::1:fff4:a225
31362026-06-05T21:29:07.310Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31372026-06-05T21:29:07.310Zsl0 33:33:ff:bf:42:22 other REACHABLE ff02::1:ffbf:4222
31382026-06-05T21:29:07.310Zsl0 9e:73:d8:bf:42:22 dynamic REACHABLE fe80::9c73:d8ff:febf:4222
31392026-06-05T21:29:07.310Z
31402026-06-05T21:29:07.310Z
31412026-06-05T21:29:07.310ZRouting Table: IPv6
31422026-06-05T21:29:07.310Z Destination/Mask Gateway Flags Ref Use If
31432026-06-05T21:29:07.310Z--------------------------- --------------------------- ----- --- ------- -----
31442026-06-05T21:29:07.310Z::1 ::1 UH 2 0 lo0
31452026-06-05T21:29:07.310Zfd00:2::/64 fe80::9c73:d8ff:febf:4222 UG 2 2 sl0
31462026-06-05T21:29:07.310Zfe80::/10 fe80::e83a:acff:fef4:a225 U 3 64 sl0
31472026-06-05T21:29:07.310ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31482026-06-05T21:29:07.310Z68 bytes from fd00:2::1: icmp_seq=0. time=0.229 ms
31492026-06-05T21:29:07.310Z68 bytes from fd00:2::1: icmp_seq=1. time=0.171 ms
31502026-06-05T21:29:07.310Z
31512026-06-05T21:29:07.310Z----fd00:2::1 PING Statistics----
31522026-06-05T21:29:07.310Z2 packets transmitted, 2 packets received, 0% packet loss
31532026-06-05T21:29:07.311Zround-trip (ms) min/avg/max/stddev = 0.171/0.200/0.229/0.041
31542026-06-05T21:29:07.311Z[s2.trio] ping fd00:1::1
31552026-06-05T21:29:07.319Zfd00:1::1 is alive
31562026-06-05T21:29:07.319Zserver router restart passed
31572026-06-05T21:29:11.324Zpeer expiration recovery passed
31582026-06-05T21:29:12.324Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31592026-06-05T21:29:12.340Z3
31602026-06-05T21:29:12.340Zredundant advertise passed
31612026-06-05T21:29:13.342Ztunnel endpoint advertise passed
31622026-06-05T21:29:18.344Zredundant tunnel endpoint advertise passed
31632026-06-05T21:29:18.344Z[s1.trio] pkill ddmd
31642026-06-05T21:29:18.356Z
31652026-06-05T21:29:23.357Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3a0f3c11-8b37-4a0d-bd40-280d946f4f60 --sled-uuid e671dedb-2a27-4f98-b28b-9be2abf8b4fd -a sl0/v6 &> /opt/ddmd.log &
31662026-06-05T21:29:23.371Z
31672026-06-05T21:29:28.377Ztunnel router restart passed
31682026-06-05T21:29:29.379Ztunnel endpoint withdraw passed
31692026-06-05T21:29:29.383Z[t1.trio] pkill ddmd
31702026-06-05T21:29:29.393Z
31712026-06-05T21:29:29.393Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31722026-06-05T21:29:29.397Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31732026-06-05T21:29:31.282Z[s2.trio] pkill ddmd
31742026-06-05T21:29:31.295Z
31752026-06-05T21:29:31.295Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31762026-06-05T21:29:33.117Z[s1.trio] pkill ddmd
31772026-06-05T21:29:33.130Z
31782026-06-05T21:29:33.130Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31792026-06-05T21:29:34.882Z[sidecar.trio] pkill softnpu
31802026-06-05T21:29:34.895Z
31812026-06-05T21:29:34.895Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31822026-06-05T21:29:37.352Ztest ddm::test_trio_v3 ... ok
31832026-06-05T21:29:37.352Z
31842026-06-05T21:29:37.352Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 95.94s
31852026-06-05T21:29:37.352Z
31862026-06-05T21:29:37.410Z+ cleanup
31872026-06-05T21:29:37.413Z++ id -un
31882026-06-05T21:29:37.416Z++ id -gn
31892026-06-05T21:29:37.417Z+ pfexec chown -R build:build .
31902026-06-05T21:29:37.538Zprocess exited: duration 664638 ms, exit code 0
 
31912026-06-05T21:29:37.550Zfound 5 output files
31922026-06-05T21:29:37.550Zuploading: /work/s1.trio.log (4224 bytes)
31932026-06-05T21:29:38.562Zuploaded: /work/s1.trio.log
31942026-06-05T21:29:38.566Zuploading: /work/s2.trio.log (10790 bytes)
31952026-06-05T21:29:39.573Zuploaded: /work/s2.trio.log
31962026-06-05T21:29:39.573Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
31972026-06-05T21:29:40.580Zuploaded: /work/sidecar.trio-softnpu.log
31982026-06-05T21:29:40.580Zuploading: /work/t1.trio-dpd.log (321827 bytes)
31992026-06-05T21:29:41.593Zuploaded: /work/t1.trio-dpd.log
32002026-06-05T21:29:41.593Zuploading: /work/t1.trio.log (25723 bytes)
32012026-06-05T21:29:42.602Zuploaded: /work/t1.trio.log