01KTESFJDTM20HNARFJ8ATNT0P: 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: 01KTESG0SSKAN14BZ3SXQXFVNS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-06T15:41:48.587Zjob assigned to worker 01KTESGC15ATV00KG224N0A233 [factory aws, i-095139486e2c63d69] (queued for 1 m 2 s)
 
22026-06-06T15:41:55.356Zstarting task 0: "setup"
32026-06-06T15:41:55.360Z++ uname -s
42026-06-06T15:41:55.363Z+ kern=SunOS
52026-06-06T15:41:55.363Z+ build_user=build
62026-06-06T15:41:55.363Z+ build_uid=12345
72026-06-06T15:41:55.363Z+ work_dir=/work
82026-06-06T15:41:55.363Z+ input_dir=/input
92026-06-06T15:41:55.363Z+ [[ 0 == 12345 ]]
102026-06-06T15:41:55.363Z+ case "$kern" in
112026-06-06T15:41:55.363Z+ groupadd -g 12345 build
122026-06-06T15:41:55.366Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-06T15:41:57.370Z+ zfs create -o mountpoint=/work rpool/work
142026-06-06T15:41:57.506Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-06T15:41:57.509Z+ home_fs=zfs
162026-06-06T15:41:57.509Z+ [[ zfs == autofs ]]
172026-06-06T15:41:57.509Z+ mkdir -p /home/build
182026-06-06T15:41:57.509Z+ chown build:build /home/build /work
192026-06-06T15:41:59.512Z+ chmod 0700 /home/build /work
202026-06-06T15:41:59.515Zprocess exited: duration 4159 ms, exit code 0
 
212026-06-06T15:41:59.521Zstarting task 1: "rust-toolchain"
222026-06-06T15:41:59.526Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-06T15:41:59.526Z * rust toolchain channel = "stable"
242026-06-06T15:41:59.526Z * rust toolchain profile = "default"
252026-06-06T15:41:59.526Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-06T15:41:59.526Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-06T15:41:59.526Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-06T15:41:59.530Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-06T15:41:59.530Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-06T15:41:59.650Zinfo: downloading installer
312026-06-06T15:42:01.269Zwarn: It looks like you have an existing installation of Rust at:
322026-06-06T15:42:01.270Zwarn: /opt/ooce/bin
332026-06-06T15:42:01.270Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-06T15:42:01.270Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-06T15:42:01.270Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-06T15:42:01.270Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-06T15:42:01.270Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-06T15:42:01.270Zerror: cannot install while Rust is installed
392026-06-06T15:42:01.270Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-06T15:42:01.270Zwarn: It looks like you have an existing rustup settings file at:
412026-06-06T15:42:01.270Zwarn: /home/build/.rustup/settings.toml
422026-06-06T15:42:01.270Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-06T15:42:01.270Zwarn: instead of the one inferred from the default host triple.
442026-06-06T15:42:01.283Zinfo: profile set to default
452026-06-06T15:42:01.283Zinfo: default host triple is x86_64-unknown-illumos
462026-06-06T15:42:01.286Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-06T15:42:01.415Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-06T15:42:01.418Zinfo: downloading 6 components
492026-06-06T15:42:15.662Z
502026-06-06T15:42:15.662Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-06-06T15:42:15.694Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-06T15:42:15.694Z
532026-06-06T15:42:15.694Z
542026-06-06T15:42:15.694ZRust is installed now. Great!
552026-06-06T15:42:15.694Z
562026-06-06T15:42:15.694ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-06T15:42:15.694Zenvironment variable. This has not been done automatically.
582026-06-06T15:42:15.694Z
592026-06-06T15:42:15.694ZTo configure your current shell, you need to source
602026-06-06T15:42:15.695Zthe corresponding env file under $HOME/.cargo.
612026-06-06T15:42:15.695Z
622026-06-06T15:42:15.695ZThis is usually done by running one of the following (note the leading DOT):
632026-06-06T15:42:15.695Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-06T15:42:15.695Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-06T15:42:15.695Zsource "~/.cargo/env.nu" # For nushell
662026-06-06T15:42:15.695Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-06T15:42:15.695Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-06T15:42:15.695Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-06T15:42:15.698Zwarn: no default linker (`cc`) was found in your PATH
702026-06-06T15:42:15.698Zwarn: many Rust crates require a system C toolchain to build
712026-06-06T15:42:15.794Z+ rustup --version
722026-06-06T15:42:15.802Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-06T15:42:15.805Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-06T15:42:15.824Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-06T15:42:15.826Z+ cargo --version
762026-06-06T15:42:15.839Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-06T15:42:15.842Z+ rustc --version
782026-06-06T15:42:15.861Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-06T15:42:15.864Zprocess exited: duration 16339 ms, exit code 0
 
802026-06-06T15:42:15.869Zstarting task 2: "authentication"
812026-06-06T15:42:15.885Zprocess exited: duration 15 ms, exit code 0
 
822026-06-06T15:42:15.892Zstarting task 3: "clone repository"
832026-06-06T15:42:15.896Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-06T15:42:15.898Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-06T15:42:15.936ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-06T15:42:17.039Z+ cd /work/oxidecomputer/maghemite
872026-06-06T15:42:17.039Z+ git fetch origin 657e9155e12dee27b05882e8bb208595085648aa
882026-06-06T15:42:17.298ZFrom https://github.com/oxidecomputer/maghemite
892026-06-06T15:42:17.299Z * branch 657e9155e12dee27b05882e8bb208595085648aa -> FETCH_HEAD
902026-06-06T15:42:17.306Z+ [[ -n die-prefix-die ]]
912026-06-06T15:42:17.306Z++ git branch --show-current
922026-06-06T15:42:17.311Z+ current=main
932026-06-06T15:42:17.311Z+ [[ main != die-prefix-die ]]
942026-06-06T15:42:17.311Z+ git branch -f die-prefix-die 657e9155e12dee27b05882e8bb208595085648aa
952026-06-06T15:42:17.311Z+ git checkout -f die-prefix-die
962026-06-06T15:42:17.332ZSwitched to branch 'die-prefix-die'
972026-06-06T15:42:17.338Z+ git reset --hard 657e9155e12dee27b05882e8bb208595085648aa
982026-06-06T15:42:17.338ZHEAD is now at 657e915 Merge branch 'main' into die-prefix-die
992026-06-06T15:42:17.338Zprocess exited: duration 1443 ms, exit code 0
 
1002026-06-06T15:42:17.360Zstarting task 4: "build"
1012026-06-06T15:42:17.366Z++ dladm
1022026-06-06T15:42:17.375ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-06T15:42:17.375Zena0 phys 9216 up -- --
1042026-06-06T15:42:17.375Z++ ipadm
1052026-06-06T15:42:17.382ZADDROBJ TYPE STATE ADDR
1062026-06-06T15:42:17.382Zlo0/v4 static ok 127.0.0.1/8
1072026-06-06T15:42:17.382Zena0/dhcp dhcp ok 10.150.1.206/24
1082026-06-06T15:42:17.383Zlo0/v6 static ok ::1/128
1092026-06-06T15:42:17.383Z++ banner collect
1102026-06-06T15:42:17.383Z
1112026-06-06T15:42:17.383Z #### #### # # ###### #### #####
1122026-06-06T15:42:17.383Z # # # # # # # # # #
1132026-06-06T15:42:17.383Z # # # # # ##### # #
1142026-06-06T15:42:17.383Z # # # # # # # #
1152026-06-06T15:42:17.383Z # # # # # # # # # #
1162026-06-06T15:42:17.384Z #### #### ###### ###### ###### #### #
1172026-06-06T15:42:17.384Z
1182026-06-06T15:42:17.384Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-06T15:42:17.384Z++ repo=softnpu
1202026-06-06T15:42:17.384Z++ series=image
1212026-06-06T15:42:17.384Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-06T15:42:17.384Z++ name=softnpu
1232026-06-06T15:42:17.384Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-06T15:42:17.384Z++ mkdir -p download
1252026-06-06T15:42:17.384Z++ pushd download
1262026-06-06T15:42:17.384Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-06T15:42:17.384Z++ [[ ! -f softnpu ]]
1282026-06-06T15:42:17.384Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-06T15:42:17.393Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-06T15:42:17.393Z Dload Upload Total Spent Left Speed
1312026-06-06T15:42:17.680Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 52.52M 0 0 100 15.63M 100 15.63M 0 0 52.51M 0 0 100 15.63M 100 15.63M 0 0 52.50M 0 0
1322026-06-06T15:42:17.685Z++ popd
1332026-06-06T15:42:17.685Z/work/oxidecomputer/maghemite
1342026-06-06T15:42:17.685Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-06T15:42:17.686Z++ repo=sidecar-lite
1362026-06-06T15:42:17.686Z++ series=release
1372026-06-06T15:42:17.686Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-06T15:42:17.686Z++ name=libsidecar_lite.so
1392026-06-06T15:42:17.686Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-06T15:42:17.686Z++ mkdir -p download
1412026-06-06T15:42:17.686Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1422026-06-06T15:42:17.686Z++ pushd download
1432026-06-06T15:42:17.686Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-06T15:42:17.686Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-06T15:42:17.699Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-06T15:42:17.699Z Dload Upload Total Spent Left Speed
1472026-06-06T15:42:17.921Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 51.50M 0 0 100 12.04M 100 12.04M 0 0 51.50M 0 0 100 12.04M 100 12.04M 0 0 51.49M 0 0
1482026-06-06T15:42:17.924Z++ popd
1492026-06-06T15:42:17.924Z/work/oxidecomputer/maghemite
1502026-06-06T15:42:17.924Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-06T15:42:17.925Z++ repo=sidecar-lite
1522026-06-06T15:42:17.925Z++ series=release
1532026-06-06T15:42:17.925Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-06T15:42:17.925Z++ name=scadm
1552026-06-06T15:42:17.925Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-06T15:42:17.925Z++ mkdir -p download
1572026-06-06T15:42:17.928Z++ pushd download
1582026-06-06T15:42:17.928Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-06T15:42:17.928Z++ [[ ! -f scadm ]]
1602026-06-06T15:42:17.928Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-06T15:42:17.932Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-06T15:42:17.935Z Dload Upload Total Spent Left Speed
1632026-06-06T15:42:18.156Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 71.26M 0 0 100 15.78M 100 15.78M 0 0 71.25M 0 0 100 15.78M 100 15.78M 0 0 71.24M 0 0
1642026-06-06T15:42:18.159Z++ popd
1652026-06-06T15:42:18.159Z/work/oxidecomputer/maghemite
1662026-06-06T15:42:18.159Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-06T15:42:18.159Z++ repo=dendrite
1682026-06-06T15:42:18.159Z++ series=image
1692026-06-06T15:42:18.159Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-06T15:42:18.159Z++ name=dendrite-softnpu.tar.gz
1712026-06-06T15:42:18.159Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-06T15:42:18.159Z++ mkdir -p download
1732026-06-06T15:42:18.159Z++ pushd download
1742026-06-06T15:42:18.159Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-06T15:42:18.159Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-06T15:42:18.159Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-06T15:42:18.163Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-06T15:42:18.164Z Dload Upload Total Spent Left Speed
1792026-06-06T15:42:18.971Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 88.58M 0 0 100 71.59M 100 71.59M 0 0 88.57M 0 0 100 71.59M 100 71.59M 0 0 88.57M 0 0
1802026-06-06T15:42:18.975Z++ popd
1812026-06-06T15:42:18.978Z/work/oxidecomputer/maghemite
1822026-06-06T15:42:18.978Z++ get_artifact maghemite release 657e9155e12dee27b05882e8bb208595085648aa ddm
1832026-06-06T15:42:18.978Z++ repo=maghemite
1842026-06-06T15:42:18.978Z++ series=release
1852026-06-06T15:42:18.978Z++ commit=657e9155e12dee27b05882e8bb208595085648aa
1862026-06-06T15:42:18.978Z++ name=ddm
1872026-06-06T15:42:18.978Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-06T15:42:18.978Z++ mkdir -p download
1892026-06-06T15:42:18.978Z++ pushd download
1902026-06-06T15:42:18.978Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-06T15:42:18.978Z++ [[ ! -f ddm ]]
1922026-06-06T15:42:18.978Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/657e9155e12dee27b05882e8bb208595085648aa/ddm
1932026-06-06T15:42:18.982Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-06T15:42:18.982Z Dload Upload Total Spent Left Speed
1952026-06-06T15:42:19.035Z 0 0 0 0 0 0 0 0 0
1962026-06-06T15:42:19.035Zcurl: (22) The requested URL returned error: 404
1972026-06-06T15:42:19.038Z++ popd
1982026-06-06T15:42:19.041Z/work/oxidecomputer/maghemite
1992026-06-06T15:42:19.041Z++ get_artifact maghemite release 657e9155e12dee27b05882e8bb208595085648aa ddmadm
2002026-06-06T15:42:19.041Z++ repo=maghemite
2012026-06-06T15:42:19.041Z++ series=release
2022026-06-06T15:42:19.041Z++ commit=657e9155e12dee27b05882e8bb208595085648aa
2032026-06-06T15:42:19.041Z++ name=ddmadm
2042026-06-06T15:42:19.041Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-06T15:42:19.041Z++ mkdir -p download
2062026-06-06T15:42:19.041Z++ pushd download
2072026-06-06T15:42:19.042Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-06T15:42:19.042Z++ [[ ! -f ddmadm ]]
2092026-06-06T15:42:19.042Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/657e9155e12dee27b05882e8bb208595085648aa/ddmadm
2102026-06-06T15:42:19.047Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-06T15:42:19.050Z Dload Upload Total Spent Left Speed
2122026-06-06T15:42:19.102Z 0 0 0 0 0 0 0 0 0
2132026-06-06T15:42:19.102Zcurl: (22) The requested URL returned error: 404
2142026-06-06T15:42:19.105Z++ popd
2152026-06-06T15:42:19.106Z/work/oxidecomputer/maghemite
2162026-06-06T15:42:19.106Z++ pushd download
2172026-06-06T15:42:19.106Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-06T15:42:19.106Z++ chmod +x softnpu
2192026-06-06T15:42:19.109Z++ chmod +x scadm
2202026-06-06T15:42:19.109Z++ chmod +x ddmadm
2212026-06-06T15:42:19.112Zchmod: WARNING: can't access ddmadm
2222026-06-06T15:42:19.112Z++ chmod +x ddmd
2232026-06-06T15:42:19.112Zchmod: WARNING: can't access ddmd
2242026-06-06T15:42:19.112Z++ mv ddmadm ddmadm-v2
2252026-06-06T15:42:19.114Zmv: cannot access ddmadm
2262026-06-06T15:42:19.114Z++ mv ddmd ddmd-v2
2272026-06-06T15:42:19.114Zmv: cannot access ddmd
2282026-06-06T15:42:19.114Z++ rm -rf zones/dendrite
2292026-06-06T15:42:19.115Z++ mkdir -p zones/dendrite
2302026-06-06T15:42:19.118Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-06T15:42:20.124Z++ 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-06T15:42:20.127Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-06T15:42:20.128Z++ popd
2342026-06-06T15:42:20.128Z/work/oxidecomputer/maghemite
2352026-06-06T15:42:20.128Z++ banner install
2362026-06-06T15:42:20.130Z
2372026-06-06T15:42:20.130Z # # # #### ##### ## # #
2382026-06-06T15:42:20.130Z # ## # # # # # # #
2392026-06-06T15:42:20.130Z # # # # #### # # # # #
2402026-06-06T15:42:20.130Z # # # # # # ###### # #
2412026-06-06T15:42:20.130Z # # ## # # # # # # #
2422026-06-06T15:42:20.130Z # # # #### # # # ###### ######
2432026-06-06T15:42:20.131Z
2442026-06-06T15:42:20.131Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-06T15:42:20.131Z++ set +o errexit
2462026-06-06T15:42:20.131Z++ pkg info clang-15
2472026-06-06T15:42:20.131Z++ grep -qi installed
2482026-06-06T15:42:21.366Zpkg: info: no packages matching the following patterns you specified are
2492026-06-06T15:42:21.366Zinstalled on the system. Try querying remotely instead:
2502026-06-06T15:42:21.366Z
2512026-06-06T15:42:21.366Z clang-15
2522026-06-06T15:42:21.405Z++ [[ 1 != 0 ]]
2532026-06-06T15:42:21.405Z++ set -o errexit
2542026-06-06T15:42:21.408Z++ pfexec pkg install clang-15
2552026-06-06T15:42:28.591Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-06T15:42:36.201Z Startup: Caching catalogs ... Done
2572026-06-06T15:42:43.363ZPlanning: Solver setup ... Done
2582026-06-06T15:42:43.404ZPlanning: Running solver ... Done
2592026-06-06T15:42:43.541ZPlanning: Finding local manifests ... Done
2602026-06-06T15:42:43.561ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-06T15:42:43.658ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-06T15:42:43.688ZPlanning: Package planning ... Done
2632026-06-06T15:42:43.713ZPlanning: Merging actions ... Done
2642026-06-06T15:42:43.827ZPlanning: Checking for conflicting actions ... Done
2652026-06-06T15:42:43.833ZPlanning: Consolidating action changes ... Done
2662026-06-06T15:42:44.602ZPlanning: Evaluating mediators ... Done
2672026-06-06T15:42:44.608ZPlanning: Planning completed in 8.24 seconds
2682026-06-06T15:42:44.620Z Packages to install: 2
2692026-06-06T15:42:44.620Z Mediators to change: 2
2702026-06-06T15:42:44.620Z Services to change: 1
2712026-06-06T15:42:44.620Z Create boot environment: No
2722026-06-06T15:42:44.623ZCreate backup boot environment: No
2732026-06-06T15:42:44.662Z
2742026-06-06T15:42:44.662ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-06T15:42:50.489ZDownload: 981/3076 items 82.1/211.3MB 38% complete (20.0M/s)
2762026-06-06T15:42:55.490ZDownload: 1328/3076 items 115.1/211.3MB 54% complete (11.4M/s)
2772026-06-06T15:43:00.557ZDownload: 2150/3076 items 118.4/211.3MB 56% complete (3.8M/s)
2782026-06-06T15:43:11.339ZDownload: 3027/3076 items 201.7/211.3MB 95% complete (10.3M/s)
2792026-06-06T15:43:14.325ZDownload: Completed 211.31 MB in 29.66 seconds (7.1M/s)
2802026-06-06T15:43:14.445Z Actions: 1/3418 actions (Installing new actions)
2812026-06-06T15:43:17.575Z Actions: Completed 3418 actions in 3.13 seconds.
2822026-06-06T15:43:18.212Z Done
2832026-06-06T15:43:18.212Z Done
2842026-06-06T15:43:18.954Z Done
2852026-06-06T15:43:22.315Z Done
2862026-06-06T15:43:22.390Z Done
2872026-06-06T15:43:22.393Z Done
2882026-06-06T15:43:22.667Z Done
2892026-06-06T15:43:23.341Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-06-06T15:43:23.341Z++ set +o errexit
2912026-06-06T15:43:23.344Z++ pkg info pkg-config
2922026-06-06T15:43:23.344Z++ grep -qi installed
2932026-06-06T15:43:23.571Z++ [[ 0 != 0 ]]
2942026-06-06T15:43:23.571Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-06-06T15:43:23.571Z++ set +o errexit
2962026-06-06T15:43:23.575Z++ pkg info brand/omicron1
2972026-06-06T15:43:23.575Z++ grep -qi installed
2982026-06-06T15:43:23.757Zpkg: info: no packages matching the following patterns you specified are
2992026-06-06T15:43:23.757Zinstalled on the system. Try querying remotely instead:
3002026-06-06T15:43:23.757Z
3012026-06-06T15:43:23.757Z brand/omicron1
3022026-06-06T15:43:23.791Z++ [[ 1 != 0 ]]
3032026-06-06T15:43:23.791Z++ set -o errexit
3042026-06-06T15:43:23.791Z++ pfexec pkg install brand/omicron1
3052026-06-06T15:43:24.197Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-06-06T15:43:31.367ZPlanning: Solver setup ... Done
3072026-06-06T15:43:31.406ZPlanning: Running solver ... Done
3082026-06-06T15:43:31.550ZPlanning: Finding local manifests ... Done
3092026-06-06T15:43:31.553ZPlanning: Fetching manifests: 0/2 0% complete
3102026-06-06T15:43:31.665ZPlanning: Fetching manifests: 2/2 100% complete
3112026-06-06T15:43:31.678ZPlanning: Package planning ... Done
3122026-06-06T15:43:31.682ZPlanning: Merging actions ... Done
3132026-06-06T15:43:31.829ZPlanning: Checking for conflicting actions ... Done
3142026-06-06T15:43:31.832ZPlanning: Consolidating action changes ... Done
3152026-06-06T15:43:31.986ZPlanning: Evaluating mediators ... Done
3162026-06-06T15:43:31.989ZPlanning: Planning completed in 7.79 seconds
3172026-06-06T15:43:31.994Z Packages to install: 2
3182026-06-06T15:43:31.994Z Create boot environment: No
3192026-06-06T15:43:31.994ZCreate backup boot environment: No
3202026-06-06T15:43:32.022Z
3212026-06-06T15:43:32.022ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-06-06T15:43:32.042ZDownload: Completed 1.07 MB in 0.02 seconds (53.3M/s)
3232026-06-06T15:43:32.121Z Actions: 1/28 actions (Installing new actions)
3242026-06-06T15:43:32.133Z Actions: Completed 28 actions in 0.01 seconds.
3252026-06-06T15:43:32.639Z Done
3262026-06-06T15:43:32.639Z Done
3272026-06-06T15:43:33.265Z Done
3282026-06-06T15:43:36.093Z Done
3292026-06-06T15:43:36.170Z Done
3302026-06-06T15:43:36.173Z Done
3312026-06-06T15:43:36.323Z Done
3322026-06-06T15:43:36.459Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-06-06T15:43:36.459Z++ set +o errexit
3342026-06-06T15:43:36.465Z++ pkg info brand/omicron1/tools
3352026-06-06T15:43:36.465Z++ grep -qi installed
3362026-06-06T15:43:36.646Zpkg: info: no packages matching the following patterns you specified are
3372026-06-06T15:43:36.646Zinstalled on the system. Try querying remotely instead:
3382026-06-06T15:43:36.646Z
3392026-06-06T15:43:36.646Z brand/omicron1/tools
3402026-06-06T15:43:36.681Z++ [[ 1 != 0 ]]
3412026-06-06T15:43:36.681Z++ set -o errexit
3422026-06-06T15:43:36.681Z++ pfexec pkg install brand/omicron1/tools
3432026-06-06T15:43:37.070Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-06-06T15:43:44.287ZPlanning: Solver setup ... Done
3452026-06-06T15:43:44.327ZPlanning: Running solver ... Done
3462026-06-06T15:43:44.468ZPlanning: Finding local manifests ... Done
3472026-06-06T15:43:44.471ZPlanning: Fetching manifests: 0/1 0% complete
3482026-06-06T15:43:44.579ZPlanning: Fetching manifests: 1/1 100% complete
3492026-06-06T15:43:44.592ZPlanning: Package planning ... Done
3502026-06-06T15:43:44.595ZPlanning: Merging actions ... Done
3512026-06-06T15:43:44.732ZPlanning: Checking for conflicting actions ... Done
3522026-06-06T15:43:44.735ZPlanning: Consolidating action changes ... Done
3532026-06-06T15:43:44.887ZPlanning: Evaluating mediators ... Done
3542026-06-06T15:43:44.890ZPlanning: Planning completed in 7.82 seconds
3552026-06-06T15:43:44.895Z Packages to install: 1
3562026-06-06T15:43:44.895Z Services to change: 1
3572026-06-06T15:43:44.895Z Create boot environment: No
3582026-06-06T15:43:44.895ZCreate backup boot environment: No
3592026-06-06T15:43:44.924Z
3602026-06-06T15:43:44.924ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-06-06T15:43:44.945ZDownload: Completed 1.19 MB in 0.02 seconds (55.4M/s)
3622026-06-06T15:43:45.038Z Actions: 1/19 actions (Installing new actions)
3632026-06-06T15:43:45.052Z Actions: Completed 19 actions in 0.01 seconds.
3642026-06-06T15:43:45.559Z Done
3652026-06-06T15:43:45.559Z Done
3662026-06-06T15:43:46.206Z Done
3672026-06-06T15:43:49.048Z Done
3682026-06-06T15:43:49.118Z Done
3692026-06-06T15:43:49.118Z Done
3702026-06-06T15:43:49.291Z Done
3712026-06-06T15:43:49.424Z++ pfexec svcadm enable baseline
3722026-06-06T15:43:49.439Z++ retry=0
3732026-06-06T15:43:49.442Z+++ svcs -Hostate baseline
3742026-06-06T15:43:49.454Z++ [[ offline* != online ]]
3752026-06-06T15:43:49.454Z++ [[ 0 -gt 300 ]]
3762026-06-06T15:43:49.454Z++ sleep 1
3772026-06-06T15:43:50.457Z++ retry=1
3782026-06-06T15:43:50.460Z+++ svcs -Hostate baseline
3792026-06-06T15:43:50.472Z++ [[ offline* != online ]]
3802026-06-06T15:43:50.472Z++ [[ 1 -gt 300 ]]
3812026-06-06T15:43:50.472Z++ sleep 1
3822026-06-06T15:43:51.475Z++ retry=2
3832026-06-06T15:43:51.478Z+++ svcs -Hostate baseline
3842026-06-06T15:43:51.490Z++ [[ offline* != online ]]
3852026-06-06T15:43:51.490Z++ [[ 2 -gt 300 ]]
3862026-06-06T15:43:51.490Z++ sleep 1
3872026-06-06T15:43:52.492Z++ retry=3
3882026-06-06T15:43:52.495Z+++ svcs -Hostate baseline
3892026-06-06T15:43:52.508Z++ [[ offline* != online ]]
3902026-06-06T15:43:52.508Z++ [[ 3 -gt 300 ]]
3912026-06-06T15:43:52.508Z++ sleep 1
3922026-06-06T15:43:53.509Z++ retry=4
3932026-06-06T15:43:53.512Z+++ svcs -Hostate baseline
3942026-06-06T15:43:53.525Z++ [[ offline* != online ]]
3952026-06-06T15:43:53.525Z++ [[ 4 -gt 300 ]]
3962026-06-06T15:43:53.525Z++ sleep 1
3972026-06-06T15:43:54.527Z++ retry=5
3982026-06-06T15:43:54.530Z+++ svcs -Hostate baseline
3992026-06-06T15:43:54.543Z++ [[ offline* != online ]]
4002026-06-06T15:43:54.546Z++ [[ 5 -gt 300 ]]
4012026-06-06T15:43:54.546Z++ sleep 1
4022026-06-06T15:43:55.545Z++ retry=6
4032026-06-06T15:43:55.548Z+++ svcs -Hostate baseline
4042026-06-06T15:43:55.563Z++ [[ offline* != online ]]
4052026-06-06T15:43:55.563Z++ [[ 6 -gt 300 ]]
4062026-06-06T15:43:55.563Z++ sleep 1
4072026-06-06T15:43:56.563Z++ retry=7
4082026-06-06T15:43:56.566Z+++ svcs -Hostate baseline
4092026-06-06T15:43:56.579Z++ [[ offline* != online ]]
4102026-06-06T15:43:56.579Z++ [[ 7 -gt 300 ]]
4112026-06-06T15:43:56.579Z++ sleep 1
4122026-06-06T15:43:57.583Z++ retry=8
4132026-06-06T15:43:57.587Z+++ svcs -Hostate baseline
4142026-06-06T15:43:57.599Z++ [[ offline* != online ]]
4152026-06-06T15:43:57.599Z++ [[ 8 -gt 300 ]]
4162026-06-06T15:43:57.599Z++ sleep 1
4172026-06-06T15:43:58.600Z++ retry=9
4182026-06-06T15:43:58.603Z+++ svcs -Hostate baseline
4192026-06-06T15:43:58.618Z++ [[ offline* != online ]]
4202026-06-06T15:43:58.618Z++ [[ 9 -gt 300 ]]
4212026-06-06T15:43:58.618Z++ sleep 1
4222026-06-06T15:43:59.619Z++ retry=10
4232026-06-06T15:43:59.622Z+++ svcs -Hostate baseline
4242026-06-06T15:43:59.635Z++ [[ offline* != online ]]
4252026-06-06T15:43:59.635Z++ [[ 10 -gt 300 ]]
4262026-06-06T15:43:59.635Z++ sleep 1
4272026-06-06T15:44:00.637Z++ retry=11
4282026-06-06T15:44:00.640Z+++ svcs -Hostate baseline
4292026-06-06T15:44:00.667Z++ [[ offline* != online ]]
4302026-06-06T15:44:00.667Z++ [[ 11 -gt 300 ]]
4312026-06-06T15:44:00.667Z++ sleep 1
4322026-06-06T15:44:01.655Z++ retry=12
4332026-06-06T15:44:01.659Z+++ svcs -Hostate baseline
4342026-06-06T15:44:01.671Z++ [[ offline* != online ]]
4352026-06-06T15:44:01.671Z++ [[ 12 -gt 300 ]]
4362026-06-06T15:44:01.671Z++ sleep 1
4372026-06-06T15:44:02.674Z++ retry=13
4382026-06-06T15:44:02.677Z+++ svcs -Hostate baseline
4392026-06-06T15:44:02.691Z++ [[ offline* != online ]]
4402026-06-06T15:44:02.691Z++ [[ 13 -gt 300 ]]
4412026-06-06T15:44:02.691Z++ sleep 1
4422026-06-06T15:44:03.692Z++ retry=14
4432026-06-06T15:44:03.695Z+++ svcs -Hostate baseline
4442026-06-06T15:44:03.709Z++ [[ offline* != online ]]
4452026-06-06T15:44:03.709Z++ [[ 14 -gt 300 ]]
4462026-06-06T15:44:03.709Z++ sleep 1
4472026-06-06T15:44:04.710Z++ retry=15
4482026-06-06T15:44:04.713Z+++ svcs -Hostate baseline
4492026-06-06T15:44:04.727Z++ [[ offline* != online ]]
4502026-06-06T15:44:04.727Z++ [[ 15 -gt 300 ]]
4512026-06-06T15:44:04.727Z++ sleep 1
4522026-06-06T15:44:05.730Z++ retry=16
4532026-06-06T15:44:05.733Z+++ svcs -Hostate baseline
4542026-06-06T15:44:05.746Z++ [[ offline* != online ]]
4552026-06-06T15:44:05.746Z++ [[ 16 -gt 300 ]]
4562026-06-06T15:44:05.746Z++ sleep 1
4572026-06-06T15:44:06.748Z++ retry=17
4582026-06-06T15:44:06.751Z+++ svcs -Hostate baseline
4592026-06-06T15:44:06.764Z++ [[ offline* != online ]]
4602026-06-06T15:44:06.764Z++ [[ 17 -gt 300 ]]
4612026-06-06T15:44:06.764Z++ sleep 1
4622026-06-06T15:44:07.766Z++ retry=18
4632026-06-06T15:44:07.769Z+++ svcs -Hostate baseline
4642026-06-06T15:44:07.781Z++ [[ offline* != online ]]
4652026-06-06T15:44:07.781Z++ [[ 18 -gt 300 ]]
4662026-06-06T15:44:07.781Z++ sleep 1
4672026-06-06T15:44:08.784Z++ retry=19
4682026-06-06T15:44:08.787Z+++ svcs -Hostate baseline
4692026-06-06T15:44:08.800Z++ [[ offline* != online ]]
4702026-06-06T15:44:08.800Z++ [[ 19 -gt 300 ]]
4712026-06-06T15:44:08.800Z++ sleep 1
4722026-06-06T15:44:09.802Z++ retry=20
4732026-06-06T15:44:09.805Z+++ svcs -Hostate baseline
4742026-06-06T15:44:09.820Z++ [[ offline* != online ]]
4752026-06-06T15:44:09.820Z++ [[ 20 -gt 300 ]]
4762026-06-06T15:44:09.820Z++ sleep 1
4772026-06-06T15:44:10.821Z++ retry=21
4782026-06-06T15:44:10.825Z+++ svcs -Hostate baseline
4792026-06-06T15:44:10.838Z++ [[ offline* != online ]]
4802026-06-06T15:44:10.838Z++ [[ 21 -gt 300 ]]
4812026-06-06T15:44:10.838Z++ sleep 1
4822026-06-06T15:44:11.841Z++ retry=22
4832026-06-06T15:44:11.844Z+++ svcs -Hostate baseline
4842026-06-06T15:44:11.867Z++ [[ offline* != online ]]
4852026-06-06T15:44:11.867Z++ [[ 22 -gt 300 ]]
4862026-06-06T15:44:11.867Z++ sleep 1
4872026-06-06T15:44:12.858Z++ retry=23
4882026-06-06T15:44:12.861Z+++ svcs -Hostate baseline
4892026-06-06T15:44:12.874Z++ [[ offline* != online ]]
4902026-06-06T15:44:12.874Z++ [[ 23 -gt 300 ]]
4912026-06-06T15:44:12.874Z++ sleep 1
4922026-06-06T15:44:13.877Z++ retry=24
4932026-06-06T15:44:13.880Z+++ svcs -Hostate baseline
4942026-06-06T15:44:13.892Z++ [[ offline* != online ]]
4952026-06-06T15:44:13.892Z++ [[ 24 -gt 300 ]]
4962026-06-06T15:44:13.892Z++ sleep 1
4972026-06-06T15:44:14.894Z++ retry=25
4982026-06-06T15:44:14.897Z+++ svcs -Hostate baseline
4992026-06-06T15:44:14.909Z++ [[ offline* != online ]]
5002026-06-06T15:44:14.909Z++ [[ 25 -gt 300 ]]
5012026-06-06T15:44:14.910Z++ sleep 1
5022026-06-06T15:44:15.912Z++ retry=26
5032026-06-06T15:44:15.917Z+++ svcs -Hostate baseline
5042026-06-06T15:44:15.928Z++ [[ offline* != online ]]
5052026-06-06T15:44:15.928Z++ [[ 26 -gt 300 ]]
5062026-06-06T15:44:15.928Z++ sleep 1
5072026-06-06T15:44:16.931Z++ retry=27
5082026-06-06T15:44:16.956Z+++ svcs -Hostate baseline
5092026-06-06T15:44:16.963Z++ [[ offline* != online ]]
5102026-06-06T15:44:16.964Z++ [[ 27 -gt 300 ]]
5112026-06-06T15:44:16.964Z++ sleep 1
5122026-06-06T15:44:17.948Z++ retry=28
5132026-06-06T15:44:17.951Z+++ svcs -Hostate baseline
5142026-06-06T15:44:17.965Z++ [[ offline* != online ]]
5152026-06-06T15:44:17.965Z++ [[ 28 -gt 300 ]]
5162026-06-06T15:44:17.965Z++ sleep 1
5172026-06-06T15:44:18.966Z++ retry=29
5182026-06-06T15:44:18.969Z+++ svcs -Hostate baseline
5192026-06-06T15:44:18.982Z++ [[ offline* != online ]]
5202026-06-06T15:44:18.982Z++ [[ 29 -gt 300 ]]
5212026-06-06T15:44:18.982Z++ sleep 1
5222026-06-06T15:44:19.992Z++ retry=30
5232026-06-06T15:44:20.000Z+++ svcs -Hostate baseline
5242026-06-06T15:44:20.005Z++ [[ offline* != online ]]
5252026-06-06T15:44:20.005Z++ [[ 30 -gt 300 ]]
5262026-06-06T15:44:20.005Z++ sleep 1
5272026-06-06T15:44:21.003Z++ retry=31
5282026-06-06T15:44:21.006Z+++ svcs -Hostate baseline
5292026-06-06T15:44:21.017Z++ [[ offline* != online ]]
5302026-06-06T15:44:21.017Z++ [[ 31 -gt 300 ]]
5312026-06-06T15:44:21.017Z++ sleep 1
5322026-06-06T15:44:22.019Z++ retry=32
5332026-06-06T15:44:22.021Z+++ svcs -Hostate baseline
5342026-06-06T15:44:22.035Z++ [[ offline* != online ]]
5352026-06-06T15:44:22.035Z++ [[ 32 -gt 300 ]]
5362026-06-06T15:44:22.035Z++ sleep 1
5372026-06-06T15:44:23.037Z++ retry=33
5382026-06-06T15:44:23.040Z+++ svcs -Hostate baseline
5392026-06-06T15:44:23.052Z++ [[ offline* != online ]]
5402026-06-06T15:44:23.052Z++ [[ 33 -gt 300 ]]
5412026-06-06T15:44:23.052Z++ sleep 1
5422026-06-06T15:44:24.055Z++ retry=34
5432026-06-06T15:44:24.058Z+++ svcs -Hostate baseline
5442026-06-06T15:44:24.070Z++ [[ offline* != online ]]
5452026-06-06T15:44:24.070Z++ [[ 34 -gt 300 ]]
5462026-06-06T15:44:24.070Z++ sleep 1
5472026-06-06T15:44:25.073Z++ retry=35
5482026-06-06T15:44:25.075Z+++ svcs -Hostate baseline
5492026-06-06T15:44:25.088Z++ [[ offline* != online ]]
5502026-06-06T15:44:25.088Z++ [[ 35 -gt 300 ]]
5512026-06-06T15:44:25.088Z++ sleep 1
5522026-06-06T15:44:26.093Z++ retry=36
5532026-06-06T15:44:26.096Z+++ svcs -Hostate baseline
5542026-06-06T15:44:26.106Z++ [[ offline* != online ]]
5552026-06-06T15:44:26.106Z++ [[ 36 -gt 300 ]]
5562026-06-06T15:44:26.106Z++ sleep 1
5572026-06-06T15:44:27.108Z++ retry=37
5582026-06-06T15:44:27.112Z+++ svcs -Hostate baseline
5592026-06-06T15:44:27.124Z++ [[ offline* != online ]]
5602026-06-06T15:44:27.124Z++ [[ 37 -gt 300 ]]
5612026-06-06T15:44:27.124Z++ sleep 1
5622026-06-06T15:44:28.127Z++ retry=38
5632026-06-06T15:44:28.130Z+++ svcs -Hostate baseline
5642026-06-06T15:44:28.144Z++ [[ offline* != online ]]
5652026-06-06T15:44:28.144Z++ [[ 38 -gt 300 ]]
5662026-06-06T15:44:28.144Z++ sleep 1
5672026-06-06T15:44:29.145Z++ retry=39
5682026-06-06T15:44:29.149Z+++ svcs -Hostate baseline
5692026-06-06T15:44:29.160Z++ [[ offline* != online ]]
5702026-06-06T15:44:29.160Z++ [[ 39 -gt 300 ]]
5712026-06-06T15:44:29.160Z++ sleep 1
5722026-06-06T15:44:30.162Z++ retry=40
5732026-06-06T15:44:30.165Z+++ svcs -Hostate baseline
5742026-06-06T15:44:30.178Z++ [[ offline* != online ]]
5752026-06-06T15:44:30.178Z++ [[ 40 -gt 300 ]]
5762026-06-06T15:44:30.178Z++ sleep 1
5772026-06-06T15:44:31.212Z++ retry=41
5782026-06-06T15:44:31.218Z+++ svcs -Hostate baseline
5792026-06-06T15:44:31.218Z++ [[ offline* != online ]]
5802026-06-06T15:44:31.218Z++ [[ 41 -gt 300 ]]
5812026-06-06T15:44:31.218Z++ sleep 1
5822026-06-06T15:44:32.198Z++ retry=42
5832026-06-06T15:44:32.201Z+++ svcs -Hostate baseline
5842026-06-06T15:44:32.213Z++ [[ offline* != online ]]
5852026-06-06T15:44:32.213Z++ [[ 42 -gt 300 ]]
5862026-06-06T15:44:32.213Z++ sleep 1
5872026-06-06T15:44:33.215Z++ retry=43
5882026-06-06T15:44:33.218Z+++ svcs -Hostate baseline
5892026-06-06T15:44:33.231Z++ [[ offline* != online ]]
5902026-06-06T15:44:33.231Z++ [[ 43 -gt 300 ]]
5912026-06-06T15:44:33.231Z++ sleep 1
5922026-06-06T15:44:34.234Z++ retry=44
5932026-06-06T15:44:34.237Z+++ svcs -Hostate baseline
5942026-06-06T15:44:34.249Z++ [[ offline* != online ]]
5952026-06-06T15:44:34.249Z++ [[ 44 -gt 300 ]]
5962026-06-06T15:44:34.249Z++ sleep 1
5972026-06-06T15:44:35.251Z++ retry=45
5982026-06-06T15:44:35.254Z+++ svcs -Hostate baseline
5992026-06-06T15:44:35.267Z++ [[ offline* != online ]]
6002026-06-06T15:44:35.267Z++ [[ 45 -gt 300 ]]
6012026-06-06T15:44:35.267Z++ sleep 1
6022026-06-06T15:44:36.269Z++ retry=46
6032026-06-06T15:44:36.272Z+++ svcs -Hostate baseline
6042026-06-06T15:44:36.285Z++ [[ offline* != online ]]
6052026-06-06T15:44:36.285Z++ [[ 46 -gt 300 ]]
6062026-06-06T15:44:36.285Z++ sleep 1
6072026-06-06T15:44:37.287Z++ retry=47
6082026-06-06T15:44:37.290Z+++ svcs -Hostate baseline
6092026-06-06T15:44:37.302Z++ [[ offline* != online ]]
6102026-06-06T15:44:37.303Z++ [[ 47 -gt 300 ]]
6112026-06-06T15:44:37.303Z++ sleep 1
6122026-06-06T15:44:38.305Z++ retry=48
6132026-06-06T15:44:38.308Z+++ svcs -Hostate baseline
6142026-06-06T15:44:38.320Z++ [[ offline* != online ]]
6152026-06-06T15:44:38.320Z++ [[ 48 -gt 300 ]]
6162026-06-06T15:44:38.320Z++ sleep 1
6172026-06-06T15:44:39.323Z++ retry=49
6182026-06-06T15:44:39.326Z+++ svcs -Hostate baseline
6192026-06-06T15:44:39.338Z++ [[ offline* != online ]]
6202026-06-06T15:44:39.338Z++ [[ 49 -gt 300 ]]
6212026-06-06T15:44:39.338Z++ sleep 1
6222026-06-06T15:44:40.341Z++ retry=50
6232026-06-06T15:44:40.344Z+++ svcs -Hostate baseline
6242026-06-06T15:44:40.356Z++ [[ offline* != online ]]
6252026-06-06T15:44:40.356Z++ [[ 50 -gt 300 ]]
6262026-06-06T15:44:40.356Z++ sleep 1
6272026-06-06T15:44:41.358Z++ retry=51
6282026-06-06T15:44:41.361Z+++ svcs -Hostate baseline
6292026-06-06T15:44:41.374Z++ [[ offline* != online ]]
6302026-06-06T15:44:41.374Z++ [[ 51 -gt 300 ]]
6312026-06-06T15:44:41.374Z++ sleep 1
6322026-06-06T15:44:42.376Z++ retry=52
6332026-06-06T15:44:42.379Z+++ svcs -Hostate baseline
6342026-06-06T15:44:42.391Z++ [[ offline* != online ]]
6352026-06-06T15:44:42.391Z++ [[ 52 -gt 300 ]]
6362026-06-06T15:44:42.391Z++ sleep 1
6372026-06-06T15:44:43.400Z++ retry=53
6382026-06-06T15:44:43.404Z+++ svcs -Hostate baseline
6392026-06-06T15:44:43.410Z++ [[ offline* != online ]]
6402026-06-06T15:44:43.410Z++ [[ 53 -gt 300 ]]
6412026-06-06T15:44:43.410Z++ sleep 1
6422026-06-06T15:44:44.411Z++ retry=54
6432026-06-06T15:44:44.414Z+++ svcs -Hostate baseline
6442026-06-06T15:44:44.427Z++ [[ offline* != online ]]
6452026-06-06T15:44:44.427Z++ [[ 54 -gt 300 ]]
6462026-06-06T15:44:44.427Z++ sleep 1
6472026-06-06T15:44:45.429Z++ retry=55
6482026-06-06T15:44:45.432Z+++ svcs -Hostate baseline
6492026-06-06T15:44:45.445Z++ [[ offline* != online ]]
6502026-06-06T15:44:45.445Z++ [[ 55 -gt 300 ]]
6512026-06-06T15:44:45.445Z++ sleep 1
6522026-06-06T15:44:46.447Z++ retry=56
6532026-06-06T15:44:46.450Z+++ svcs -Hostate baseline
6542026-06-06T15:44:46.463Z++ [[ offline* != online ]]
6552026-06-06T15:44:46.463Z++ [[ 56 -gt 300 ]]
6562026-06-06T15:44:46.463Z++ sleep 1
6572026-06-06T15:44:47.465Z++ retry=57
6582026-06-06T15:44:47.469Z+++ svcs -Hostate baseline
6592026-06-06T15:44:47.481Z++ [[ offline* != online ]]
6602026-06-06T15:44:47.481Z++ [[ 57 -gt 300 ]]
6612026-06-06T15:44:47.481Z++ sleep 1
6622026-06-06T15:44:48.484Z++ retry=58
6632026-06-06T15:44:48.487Z+++ svcs -Hostate baseline
6642026-06-06T15:44:48.499Z++ [[ offline* != online ]]
6652026-06-06T15:44:48.499Z++ [[ 58 -gt 300 ]]
6662026-06-06T15:44:48.499Z++ sleep 1
6672026-06-06T15:44:49.508Z++ retry=59
6682026-06-06T15:44:49.511Z+++ svcs -Hostate baseline
6692026-06-06T15:44:49.517Z++ [[ offline* != online ]]
6702026-06-06T15:44:49.517Z++ [[ 59 -gt 300 ]]
6712026-06-06T15:44:49.517Z++ sleep 1
6722026-06-06T15:44:50.519Z++ retry=60
6732026-06-06T15:44:50.522Z+++ svcs -Hostate baseline
6742026-06-06T15:44:50.535Z++ [[ offline* != online ]]
6752026-06-06T15:44:50.535Z++ [[ 60 -gt 300 ]]
6762026-06-06T15:44:50.535Z++ sleep 1
6772026-06-06T15:44:51.537Z++ retry=61
6782026-06-06T15:44:51.540Z+++ svcs -Hostate baseline
6792026-06-06T15:44:51.552Z++ [[ offline* != online ]]
6802026-06-06T15:44:51.553Z++ [[ 61 -gt 300 ]]
6812026-06-06T15:44:51.553Z++ sleep 1
6822026-06-06T15:44:52.555Z++ retry=62
6832026-06-06T15:44:52.558Z+++ svcs -Hostate baseline
6842026-06-06T15:44:52.570Z++ [[ offline* != online ]]
6852026-06-06T15:44:52.570Z++ [[ 62 -gt 300 ]]
6862026-06-06T15:44:52.570Z++ sleep 1
6872026-06-06T15:44:53.572Z++ retry=63
6882026-06-06T15:44:53.575Z+++ svcs -Hostate baseline
6892026-06-06T15:44:53.588Z++ [[ offline* != online ]]
6902026-06-06T15:44:53.588Z++ [[ 63 -gt 300 ]]
6912026-06-06T15:44:53.588Z++ sleep 1
6922026-06-06T15:44:54.590Z++ retry=64
6932026-06-06T15:44:54.593Z+++ svcs -Hostate baseline
6942026-06-06T15:44:54.605Z++ [[ offline* != online ]]
6952026-06-06T15:44:54.605Z++ [[ 64 -gt 300 ]]
6962026-06-06T15:44:54.605Z++ sleep 1
6972026-06-06T15:44:55.608Z++ retry=65
6982026-06-06T15:44:55.611Z+++ svcs -Hostate baseline
6992026-06-06T15:44:55.623Z++ [[ offline* != online ]]
7002026-06-06T15:44:55.623Z++ [[ 65 -gt 300 ]]
7012026-06-06T15:44:55.623Z++ sleep 1
7022026-06-06T15:44:56.626Z++ retry=66
7032026-06-06T15:44:56.629Z+++ svcs -Hostate baseline
7042026-06-06T15:44:56.642Z++ [[ offline* != online ]]
7052026-06-06T15:44:56.642Z++ [[ 66 -gt 300 ]]
7062026-06-06T15:44:56.642Z++ sleep 1
7072026-06-06T15:44:57.644Z++ retry=67
7082026-06-06T15:44:57.647Z+++ svcs -Hostate baseline
7092026-06-06T15:44:57.662Z++ [[ offline* != online ]]
7102026-06-06T15:44:57.662Z++ [[ 67 -gt 300 ]]
7112026-06-06T15:44:57.662Z++ sleep 1
7122026-06-06T15:44:58.663Z++ retry=68
7132026-06-06T15:44:58.666Z+++ svcs -Hostate baseline
7142026-06-06T15:44:58.678Z++ [[ offline* != online ]]
7152026-06-06T15:44:58.679Z++ [[ 68 -gt 300 ]]
7162026-06-06T15:44:58.679Z++ sleep 1
7172026-06-06T15:44:59.681Z++ retry=69
7182026-06-06T15:44:59.684Z+++ svcs -Hostate baseline
7192026-06-06T15:44:59.696Z++ [[ offline* != online ]]
7202026-06-06T15:44:59.696Z++ [[ 69 -gt 300 ]]
7212026-06-06T15:44:59.696Z++ sleep 1
7222026-06-06T15:45:00.699Z++ retry=70
7232026-06-06T15:45:00.702Z+++ svcs -Hostate baseline
7242026-06-06T15:45:00.714Z++ [[ offline* != online ]]
7252026-06-06T15:45:00.714Z++ [[ 70 -gt 300 ]]
7262026-06-06T15:45:00.715Z++ sleep 1
7272026-06-06T15:45:01.717Z++ retry=71
7282026-06-06T15:45:01.720Z+++ svcs -Hostate baseline
7292026-06-06T15:45:01.732Z++ [[ offline* != online ]]
7302026-06-06T15:45:01.732Z++ [[ 71 -gt 300 ]]
7312026-06-06T15:45:01.732Z++ sleep 1
7322026-06-06T15:45:02.737Z++ retry=72
7332026-06-06T15:45:02.741Z+++ svcs -Hostate baseline
7342026-06-06T15:45:02.753Z++ [[ offline* != online ]]
7352026-06-06T15:45:02.753Z++ [[ 72 -gt 300 ]]
7362026-06-06T15:45:02.753Z++ sleep 1
7372026-06-06T15:45:03.754Z++ retry=73
7382026-06-06T15:45:03.757Z+++ svcs -Hostate baseline
7392026-06-06T15:45:03.769Z++ [[ offline* != online ]]
7402026-06-06T15:45:03.769Z++ [[ 73 -gt 300 ]]
7412026-06-06T15:45:03.769Z++ sleep 1
7422026-06-06T15:45:04.773Z++ retry=74
7432026-06-06T15:45:04.776Z+++ svcs -Hostate baseline
7442026-06-06T15:45:04.787Z++ [[ offline* != online ]]
7452026-06-06T15:45:04.787Z++ [[ 74 -gt 300 ]]
7462026-06-06T15:45:04.787Z++ sleep 1
7472026-06-06T15:45:05.790Z++ retry=75
7482026-06-06T15:45:05.793Z+++ svcs -Hostate baseline
7492026-06-06T15:45:05.806Z++ [[ offline* != online ]]
7502026-06-06T15:45:05.806Z++ [[ 75 -gt 300 ]]
7512026-06-06T15:45:05.806Z++ sleep 1
7522026-06-06T15:45:06.808Z++ retry=76
7532026-06-06T15:45:06.811Z+++ svcs -Hostate baseline
7542026-06-06T15:45:06.824Z++ [[ offline* != online ]]
7552026-06-06T15:45:06.824Z++ [[ 76 -gt 300 ]]
7562026-06-06T15:45:06.824Z++ sleep 1
7572026-06-06T15:45:07.826Z++ retry=77
7582026-06-06T15:45:07.829Z+++ svcs -Hostate baseline
7592026-06-06T15:45:07.842Z++ [[ offline* != online ]]
7602026-06-06T15:45:07.842Z++ [[ 77 -gt 300 ]]
7612026-06-06T15:45:07.842Z++ sleep 1
7622026-06-06T15:45:08.844Z++ retry=78
7632026-06-06T15:45:08.847Z+++ svcs -Hostate baseline
7642026-06-06T15:45:08.860Z++ [[ offline* != online ]]
7652026-06-06T15:45:08.860Z++ [[ 78 -gt 300 ]]
7662026-06-06T15:45:08.860Z++ sleep 1
7672026-06-06T15:45:09.862Z++ retry=79
7682026-06-06T15:45:09.865Z+++ svcs -Hostate baseline
7692026-06-06T15:45:09.878Z++ [[ offline* != online ]]
7702026-06-06T15:45:09.878Z++ [[ 79 -gt 300 ]]
7712026-06-06T15:45:09.878Z++ sleep 1
7722026-06-06T15:45:10.880Z++ retry=80
7732026-06-06T15:45:10.883Z+++ svcs -Hostate baseline
7742026-06-06T15:45:10.895Z++ [[ offline* != online ]]
7752026-06-06T15:45:10.895Z++ [[ 80 -gt 300 ]]
7762026-06-06T15:45:10.895Z++ sleep 1
7772026-06-06T15:45:11.898Z++ retry=81
7782026-06-06T15:45:11.901Z+++ svcs -Hostate baseline
7792026-06-06T15:45:11.914Z++ [[ offline* != online ]]
7802026-06-06T15:45:11.914Z++ [[ 81 -gt 300 ]]
7812026-06-06T15:45:11.914Z++ sleep 1
7822026-06-06T15:45:12.916Z++ retry=82
7832026-06-06T15:45:12.919Z+++ svcs -Hostate baseline
7842026-06-06T15:45:12.931Z++ [[ offline* != online ]]
7852026-06-06T15:45:12.931Z++ [[ 82 -gt 300 ]]
7862026-06-06T15:45:12.931Z++ sleep 1
7872026-06-06T15:45:13.934Z++ retry=83
7882026-06-06T15:45:13.937Z+++ svcs -Hostate baseline
7892026-06-06T15:45:13.949Z++ [[ offline* != online ]]
7902026-06-06T15:45:13.949Z++ [[ 83 -gt 300 ]]
7912026-06-06T15:45:13.949Z++ sleep 1
7922026-06-06T15:45:14.951Z++ retry=84
7932026-06-06T15:45:14.954Z+++ svcs -Hostate baseline
7942026-06-06T15:45:14.967Z++ [[ offline* != online ]]
7952026-06-06T15:45:14.967Z++ [[ 84 -gt 300 ]]
7962026-06-06T15:45:14.967Z++ sleep 1
7972026-06-06T15:45:15.970Z++ retry=85
7982026-06-06T15:45:15.973Z+++ svcs -Hostate baseline
7992026-06-06T15:45:15.985Z++ [[ offline* != online ]]
8002026-06-06T15:45:15.985Z++ [[ 85 -gt 300 ]]
8012026-06-06T15:45:15.985Z++ sleep 1
8022026-06-06T15:45:16.987Z++ retry=86
8032026-06-06T15:45:16.991Z+++ svcs -Hostate baseline
8042026-06-06T15:45:17.004Z++ [[ offline* != online ]]
8052026-06-06T15:45:17.004Z++ [[ 86 -gt 300 ]]
8062026-06-06T15:45:17.004Z++ sleep 1
8072026-06-06T15:45:18.005Z++ retry=87
8082026-06-06T15:45:18.008Z+++ svcs -Hostate baseline
8092026-06-06T15:45:18.021Z++ [[ offline* != online ]]
8102026-06-06T15:45:18.021Z++ [[ 87 -gt 300 ]]
8112026-06-06T15:45:18.021Z++ sleep 1
8122026-06-06T15:45:19.024Z++ retry=88
8132026-06-06T15:45:19.027Z+++ svcs -Hostate baseline
8142026-06-06T15:45:19.038Z++ [[ offline* != online ]]
8152026-06-06T15:45:19.038Z++ [[ 88 -gt 300 ]]
8162026-06-06T15:45:19.038Z++ sleep 1
8172026-06-06T15:45:20.040Z++ retry=89
8182026-06-06T15:45:20.044Z+++ svcs -Hostate baseline
8192026-06-06T15:45:20.056Z++ [[ offline* != online ]]
8202026-06-06T15:45:20.056Z++ [[ 89 -gt 300 ]]
8212026-06-06T15:45:20.056Z++ sleep 1
8222026-06-06T15:45:21.058Z++ retry=90
8232026-06-06T15:45:21.062Z+++ svcs -Hostate baseline
8242026-06-06T15:45:21.074Z++ [[ offline* != online ]]
8252026-06-06T15:45:21.074Z++ [[ 90 -gt 300 ]]
8262026-06-06T15:45:21.074Z++ sleep 1
8272026-06-06T15:45:22.078Z++ retry=91
8282026-06-06T15:45:22.081Z+++ svcs -Hostate baseline
8292026-06-06T15:45:22.092Z++ [[ offline* != online ]]
8302026-06-06T15:45:22.092Z++ [[ 91 -gt 300 ]]
8312026-06-06T15:45:22.092Z++ sleep 1
8322026-06-06T15:45:23.094Z++ retry=92
8332026-06-06T15:45:23.097Z+++ svcs -Hostate baseline
8342026-06-06T15:45:23.109Z++ [[ offline* != online ]]
8352026-06-06T15:45:23.110Z++ [[ 92 -gt 300 ]]
8362026-06-06T15:45:23.110Z++ sleep 1
8372026-06-06T15:45:24.112Z++ retry=93
8382026-06-06T15:45:24.115Z+++ svcs -Hostate baseline
8392026-06-06T15:45:24.127Z++ [[ offline* != online ]]
8402026-06-06T15:45:24.127Z++ [[ 93 -gt 300 ]]
8412026-06-06T15:45:24.127Z++ sleep 1
8422026-06-06T15:45:25.130Z++ retry=94
8432026-06-06T15:45:25.133Z+++ svcs -Hostate baseline
8442026-06-06T15:45:25.146Z++ [[ offline* != online ]]
8452026-06-06T15:45:25.146Z++ [[ 94 -gt 300 ]]
8462026-06-06T15:45:25.146Z++ sleep 1
8472026-06-06T15:45:26.147Z++ retry=95
8482026-06-06T15:45:26.150Z+++ svcs -Hostate baseline
8492026-06-06T15:45:26.163Z++ [[ offline* != online ]]
8502026-06-06T15:45:26.163Z++ [[ 95 -gt 300 ]]
8512026-06-06T15:45:26.163Z++ sleep 1
8522026-06-06T15:45:27.164Z++ retry=96
8532026-06-06T15:45:27.167Z+++ svcs -Hostate baseline
8542026-06-06T15:45:27.180Z++ [[ offline* != online ]]
8552026-06-06T15:45:27.180Z++ [[ 96 -gt 300 ]]
8562026-06-06T15:45:27.180Z++ sleep 1
8572026-06-06T15:45:28.184Z++ retry=97
8582026-06-06T15:45:28.187Z+++ svcs -Hostate baseline
8592026-06-06T15:45:28.199Z++ [[ offline* != online ]]
8602026-06-06T15:45:28.199Z++ [[ 97 -gt 300 ]]
8612026-06-06T15:45:28.199Z++ sleep 1
8622026-06-06T15:45:29.202Z++ retry=98
8632026-06-06T15:45:29.206Z+++ svcs -Hostate baseline
8642026-06-06T15:45:29.216Z++ [[ offline* != online ]]
8652026-06-06T15:45:29.216Z++ [[ 98 -gt 300 ]]
8662026-06-06T15:45:29.219Z++ sleep 1
8672026-06-06T15:45:30.219Z++ retry=99
8682026-06-06T15:45:30.222Z+++ svcs -Hostate baseline
8692026-06-06T15:45:30.234Z++ [[ offline* != online ]]
8702026-06-06T15:45:30.234Z++ [[ 99 -gt 300 ]]
8712026-06-06T15:45:30.234Z++ sleep 1
8722026-06-06T15:45:31.236Z++ retry=100
8732026-06-06T15:45:31.239Z+++ svcs -Hostate baseline
8742026-06-06T15:45:31.252Z++ [[ offline* != online ]]
8752026-06-06T15:45:31.252Z++ [[ 100 -gt 300 ]]
8762026-06-06T15:45:31.252Z++ sleep 1
8772026-06-06T15:45:32.254Z++ retry=101
8782026-06-06T15:45:32.257Z+++ svcs -Hostate baseline
8792026-06-06T15:45:32.269Z++ [[ offline* != online ]]
8802026-06-06T15:45:32.269Z++ [[ 101 -gt 300 ]]
8812026-06-06T15:45:32.269Z++ sleep 1
8822026-06-06T15:45:33.271Z++ retry=102
8832026-06-06T15:45:33.274Z+++ svcs -Hostate baseline
8842026-06-06T15:45:33.287Z++ [[ offline* != online ]]
8852026-06-06T15:45:33.287Z++ [[ 102 -gt 300 ]]
8862026-06-06T15:45:33.287Z++ sleep 1
8872026-06-06T15:45:34.288Z++ retry=103
8882026-06-06T15:45:34.291Z+++ svcs -Hostate baseline
8892026-06-06T15:45:34.304Z++ [[ offline* != online ]]
8902026-06-06T15:45:34.304Z++ [[ 103 -gt 300 ]]
8912026-06-06T15:45:34.304Z++ sleep 1
8922026-06-06T15:45:35.306Z++ retry=104
8932026-06-06T15:45:35.310Z+++ svcs -Hostate baseline
8942026-06-06T15:45:35.320Z++ [[ offline* != online ]]
8952026-06-06T15:45:35.320Z++ [[ 104 -gt 300 ]]
8962026-06-06T15:45:35.320Z++ sleep 1
8972026-06-06T15:45:36.322Z++ retry=105
8982026-06-06T15:45:36.325Z+++ svcs -Hostate baseline
8992026-06-06T15:45:36.338Z++ [[ offline* != online ]]
9002026-06-06T15:45:36.338Z++ [[ 105 -gt 300 ]]
9012026-06-06T15:45:36.338Z++ sleep 1
9022026-06-06T15:45:37.340Z++ retry=106
9032026-06-06T15:45:37.343Z+++ svcs -Hostate baseline
9042026-06-06T15:45:37.355Z++ [[ offline* != online ]]
9052026-06-06T15:45:37.355Z++ [[ 106 -gt 300 ]]
9062026-06-06T15:45:37.355Z++ sleep 1
9072026-06-06T15:45:38.358Z++ retry=107
9082026-06-06T15:45:38.362Z+++ svcs -Hostate baseline
9092026-06-06T15:45:38.373Z++ [[ online != online ]]
9102026-06-06T15:45:38.373Z++ set -o errexit
9112026-06-06T15:45:38.373Z++ set -o pipefail
9122026-06-06T15:45:38.373Z++ banner build
9132026-06-06T15:45:38.376Z
9142026-06-06T15:45:38.376Z ##### # # # # #####
9152026-06-06T15:45:38.376Z # # # # # # # #
9162026-06-06T15:45:38.376Z ##### # # # # # #
9172026-06-06T15:45:38.376Z # # # # # # # #
9182026-06-06T15:45:38.376Z # # # # # # # #
9192026-06-06T15:45:38.376Z ##### #### # ###### #####
9202026-06-06T15:45:38.376Z
9212026-06-06T15:45:38.376Z++ cargo build --release --bin ddmd --bin ddmadm
9222026-06-06T15:45:38.380Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9232026-06-06T15:45:38.558Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9242026-06-06T15:45:38.561Zinfo: downloading 6 components
9252026-06-06T15:45:53.522Z Updating git repository `https://github.com/oxidecomputer/falcon`
9262026-06-06T15:45:54.130ZFrom https://github.com/oxidecomputer/falcon
9272026-06-06T15:45:54.130Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9282026-06-06T15:45:54.208Z Updating crates.io index
9292026-06-06T15:45:54.240Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9302026-06-06T15:45:55.164ZFrom https://github.com/oxidecomputer/dendrite
9312026-06-06T15:45:55.164Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9322026-06-06T15:45:55.197Z Updating git repository `https://github.com/oxidecomputer/ispf`
9332026-06-06T15:45:55.490ZFrom https://github.com/oxidecomputer/ispf
9342026-06-06T15:45:55.490Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9352026-06-06T15:45:55.685Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9362026-06-06T15:45:56.047ZFrom https://github.com/oxidecomputer/netadm-sys
9372026-06-06T15:45:56.047Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9382026-06-06T15:45:56.055Z Updating git repository `https://github.com/oxidecomputer/omicron`
9392026-06-06T15:46:03.663ZFrom https://github.com/oxidecomputer/omicron
9402026-06-06T15:46:03.663Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9412026-06-06T15:46:04.072Z Updating git repository `https://github.com/oxidecomputer/opte`
9422026-06-06T15:46:04.744ZFrom https://github.com/oxidecomputer/opte
9432026-06-06T15:46:04.744Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9442026-06-06T15:46:04.775Z Updating git repository `https://github.com/illumos/smf-rs`
9452026-06-06T15:46:05.054ZFrom https://github.com/illumos/smf-rs
9462026-06-06T15:46:05.055Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9472026-06-06T15:46:05.502Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9482026-06-06T15:46:05.798ZFrom https://github.com/oxidecomputer/network-interface
9492026-06-06T15:46:05.798Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9502026-06-06T15:46:06.011Z Updating git repository `https://github.com/oxidecomputer/zone`
9512026-06-06T15:46:06.313ZFrom https://github.com/oxidecomputer/zone
9522026-06-06T15:46:06.313Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9532026-06-06T15:46:06.324Z Updating git repository `https://github.com/oxidecomputer/propolis`
9542026-06-06T15:46:06.945ZFrom https://github.com/oxidecomputer/propolis
9552026-06-06T15:46:06.945Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9562026-06-06T15:46:07.176Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9572026-06-06T15:46:07.716ZFrom https://github.com/oxidecomputer/transceiver-control
9582026-06-06T15:46:07.717Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9592026-06-06T15:46:07.912Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9602026-06-06T15:46:08.203ZFrom https://github.com/oxidecomputer/dlpi-sys
9612026-06-06T15:46:08.203Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9622026-06-06T15:46:08.220Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9632026-06-06T15:46:08.530ZFrom https://github.com/jmesmon/rust-libzfs
9642026-06-06T15:46:08.530Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9652026-06-06T15:46:08.537Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9662026-06-06T15:46:08.828ZFrom https://github.com/oxidecomputer/rusty-doors
9672026-06-06T15:46:08.828Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9682026-06-06T15:46:08.839Z Updating git repository `https://github.com/oxidecomputer/lldp`
9692026-06-06T15:46:09.186ZFrom https://github.com/oxidecomputer/lldp
9702026-06-06T15:46:09.186Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9712026-06-06T15:46:09.242Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9722026-06-06T15:46:09.532ZFrom https://github.com/oxidecomputer/slog-error-chain
9732026-06-06T15:46:09.532Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9742026-06-06T15:46:09.588Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9752026-06-06T15:46:09.901ZFrom https://github.com/oxidecomputer/tufaceous
9762026-06-06T15:46:09.901Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9772026-06-06T15:46:10.085Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9782026-06-06T15:46:10.571ZFrom https://github.com/oxidecomputer/management-gateway-service
9792026-06-06T15:46:10.572Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9802026-06-06T15:46:10.587Z Updating git repository `https://github.com/oxidecomputer/crucible`
9812026-06-06T15:46:11.405ZFrom https://github.com/oxidecomputer/crucible
9822026-06-06T15:46:11.405Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9832026-06-06T15:46:12.495Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9842026-06-06T15:46:12.779ZFrom https://github.com/oxidecomputer/serde_human_bytes
9852026-06-06T15:46:12.779Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9862026-06-06T15:46:12.814Z Updating git repository `https://github.com/oxidecomputer/propolis`
9872026-06-06T15:46:13.248ZFrom https://github.com/oxidecomputer/propolis
9882026-06-06T15:46:13.248Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9892026-06-06T15:46:13.641Z Updating git repository `https://github.com/oxidecomputer/crucible`
9902026-06-06T15:46:14.165ZFrom https://github.com/oxidecomputer/crucible
9912026-06-06T15:46:14.165Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9922026-06-06T15:46:14.257Z Updating git repository `https://github.com/oxidecomputer/tofino`
9932026-06-06T15:46:14.625ZFrom https://github.com/oxidecomputer/tofino
9942026-06-06T15:46:14.625Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9952026-06-06T15:46:14.648Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9962026-06-06T15:46:15.327ZFrom https://github.com/oxidecomputer/maghemite
9972026-06-06T15:46:15.327Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9982026-06-06T15:46:15.384Z Updating git repository `https://github.com/oxidecomputer/clickward`
9992026-06-06T15:46:15.673ZFrom https://github.com/oxidecomputer/clickward
10002026-06-06T15:46:15.673Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10012026-06-06T15:46:15.688Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10022026-06-06T15:46:16.095ZFrom https://github.com/oxidecomputer/illumos-devinfo
10032026-06-06T15:46:16.095Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10042026-06-06T15:46:17.469Z Downloading crates ...
10052026-06-06T15:46:17.530Z Downloaded bytecount v0.6.9
10062026-06-06T15:46:17.537Z Downloaded cmake v0.1.58
10072026-06-06T15:46:17.541Z Downloaded crossbeam-utils v0.8.21
10082026-06-06T15:46:17.544Z Downloaded atomic-waker v1.1.2
10092026-06-06T15:46:17.547Z Downloaded daft-derive v0.1.7
10102026-06-06T15:46:17.551Z Downloaded async-stream v0.3.6
10112026-06-06T15:46:17.553Z Downloaded fnv v1.0.7
10122026-06-06T15:46:17.556Z Downloaded darling_macro v0.21.3
10132026-06-06T15:46:17.559Z Downloaded byte-wrapper v0.1.0
10142026-06-06T15:46:17.562Z Downloaded deranged v0.5.8
10152026-06-06T15:46:17.563Z Downloaded cancel-safe-futures v0.1.5
10162026-06-06T15:46:17.566Z Downloaded heck v0.5.0
10172026-06-06T15:46:17.569Z Downloaded gethostname v0.5.0
10182026-06-06T15:46:17.572Z Downloaded bit-set v0.8.0
10192026-06-06T15:46:17.572Z Downloaded darling_core v0.23.0
10202026-06-06T15:46:17.575Z Downloaded darling_core v0.21.3
10212026-06-06T15:46:17.580Z Downloaded hmac v0.12.1
10222026-06-06T15:46:17.583Z Downloaded defmt-macros v1.1.0
10232026-06-06T15:46:17.586Z Downloaded darling v0.23.0
10242026-06-06T15:46:17.589Z Downloaded foreign-types v0.5.0
10252026-06-06T15:46:17.592Z Downloaded ff v0.13.1
10262026-06-06T15:46:17.595Z Downloaded find-msvc-tools v0.1.9
10272026-06-06T15:46:17.595Z Downloaded darling_macro v0.23.0
10282026-06-06T15:46:17.598Z Downloaded errno v0.3.14
10292026-06-06T15:46:17.598Z Downloaded data-encoding v2.11.0
10302026-06-06T15:46:17.601Z Downloaded hickory-resolver v0.25.2
10312026-06-06T15:46:17.604Z Downloaded crucible-workspace-hack v0.1.0
10322026-06-06T15:46:17.607Z Downloaded adler2 v2.0.1
10332026-06-06T15:46:17.607Z Downloaded form_urlencoded v1.2.2
10342026-06-06T15:46:17.610Z Downloaded dof v0.3.0
10352026-06-06T15:46:17.610Z Downloaded dunce v1.0.5
10362026-06-06T15:46:17.613Z Downloaded digest v0.11.3
10372026-06-06T15:46:17.617Z Downloaded hostname v0.4.2
10382026-06-06T15:46:17.623Z Downloaded dtrace-parser v0.3.0
10392026-06-06T15:46:17.623Z Downloaded futures-io v0.3.32
10402026-06-06T15:46:17.626Z Downloaded futures-task v0.3.32
10412026-06-06T15:46:17.626Z Downloaded convert_case v0.4.0
10422026-06-06T15:46:17.626Z Downloaded bit-vec v0.8.0
10432026-06-06T15:46:17.626Z Downloaded futures-sink v0.3.32
10442026-06-06T15:46:17.629Z Downloaded const-random v0.1.18
10452026-06-06T15:46:17.630Z Downloaded block-buffer v0.10.4
10462026-06-06T15:46:17.632Z Downloaded cstr-argument v0.1.2
10472026-06-06T15:46:17.632Z Downloaded either v1.16.0
10482026-06-06T15:46:17.635Z Downloaded hubpack v0.1.2
10492026-06-06T15:46:17.638Z Downloaded heck v0.4.1
10502026-06-06T15:46:17.638Z Downloaded foreign-types v0.3.2
10512026-06-06T15:46:17.642Z Downloaded foreign-types-shared v0.1.1
10522026-06-06T15:46:17.642Z Downloaded crunchy v0.2.4
10532026-06-06T15:46:17.646Z Downloaded ciborium-ll v0.2.2
10542026-06-06T15:46:17.646Z Downloaded generic-array v0.14.7
10552026-06-06T15:46:17.650Z Downloaded futures-core v0.3.32
10562026-06-06T15:46:17.650Z Downloaded enum-as-inner v0.6.1
10572026-06-06T15:46:17.653Z Downloaded ahash v0.8.12
10582026-06-06T15:46:17.654Z Downloaded hex v0.4.3
10592026-06-06T15:46:17.658Z Downloaded httpdate v1.0.3
10602026-06-06T15:46:17.658Z Downloaded ident_case v1.0.1
10612026-06-06T15:46:17.661Z Downloaded hubpack_derive v0.1.1
10622026-06-06T15:46:17.661Z Downloaded fxhash v0.2.1
10632026-06-06T15:46:17.661Z Downloaded futures-macro v0.3.32
10642026-06-06T15:46:17.664Z Downloaded indent_write v2.2.0
10652026-06-06T15:46:17.664Z Downloaded git-stub v1.0.0
10662026-06-06T15:46:17.667Z Downloaded camino-tempfile v1.4.1
10672026-06-06T15:46:17.667Z Downloaded fastrand v2.4.1
10682026-06-06T15:46:17.670Z Downloaded erased-serde v0.3.31
10692026-06-06T15:46:17.674Z Downloaded highway v1.3.0
10702026-06-06T15:46:17.674Z Downloaded debug-ignore v1.0.5
10712026-06-06T15:46:17.677Z Downloaded csv-core v0.1.13
10722026-06-06T15:46:17.677Z Downloaded bcs v0.1.6
10732026-06-06T15:46:17.680Z Downloaded idna_adapter v1.2.2
10742026-06-06T15:46:17.680Z Downloaded derive-ex v0.1.8
10752026-06-06T15:46:17.683Z Downloaded camino v1.2.2
10762026-06-06T15:46:17.686Z Downloaded byteorder v1.5.0
10772026-06-06T15:46:17.686Z Downloaded group v0.13.0
10782026-06-06T15:46:17.689Z Downloaded crc32fast v1.5.0
10792026-06-06T15:46:17.692Z Downloaded critical-section v1.2.0
10802026-06-06T15:46:17.692Z Downloaded itoa v1.0.18
10812026-06-06T15:46:17.695Z Downloaded daft v0.1.7
10822026-06-06T15:46:17.695Z Downloaded is-terminal v0.4.17
10832026-06-06T15:46:17.698Z Downloaded http-body-util v0.1.3
10842026-06-06T15:46:17.698Z Downloaded konst_macro_rules v0.2.19
10852026-06-06T15:46:17.701Z Downloaded is_terminal_polyfill v1.70.2
10862026-06-06T15:46:17.701Z Downloaded blake2 v0.10.6
10872026-06-06T15:46:17.704Z Downloaded libscf-sys v1.2.0
10882026-06-06T15:46:17.707Z Downloaded linked-hash-map v0.5.6
10892026-06-06T15:46:17.707Z Downloaded lazy_static v1.5.0
10902026-06-06T15:46:17.711Z Downloaded keccak v0.1.6
10912026-06-06T15:46:17.711Z Downloaded base64 v0.21.7
10922026-06-06T15:46:17.714Z Downloaded mime v0.3.17
10932026-06-06T15:46:17.717Z Downloaded const_format_proc_macros v0.2.34
10942026-06-06T15:46:17.717Z Downloaded managed v0.8.0
10952026-06-06T15:46:17.720Z Downloaded fixedbitset v0.5.7
10962026-06-06T15:46:17.723Z Downloaded newtype-uuid-macros v0.1.0
10972026-06-06T15:46:17.723Z Downloaded newline-converter v0.3.0
10982026-06-06T15:46:17.729Z Downloaded fs_extra v1.3.0
10992026-06-06T15:46:17.729Z Downloaded newtype_derive v0.1.6
11002026-06-06T15:46:17.729Z Downloaded cargo_toml v0.22.3
11012026-06-06T15:46:17.729Z Downloaded memmap v0.7.0
11022026-06-06T15:46:17.733Z Downloaded git-stub-vcs v0.1.0
11032026-06-06T15:46:17.733Z Downloaded futures-executor v0.3.32
11042026-06-06T15:46:17.736Z Downloaded digest v0.10.7
11052026-06-06T15:46:17.736Z Downloaded chacha20 v0.9.1
11062026-06-06T15:46:17.740Z Downloaded natord v1.0.9
11072026-06-06T15:46:17.740Z Downloaded ingot v0.1.1
11082026-06-06T15:46:17.745Z Downloaded ingot-types v0.1.2
11092026-06-06T15:46:17.745Z Downloaded cookie v0.18.1
11102026-06-06T15:46:17.745Z Downloaded getrandom v0.2.17
11112026-06-06T15:46:17.748Z Downloaded num v0.4.3
11122026-06-06T15:46:17.748Z Downloaded no-std-compat v0.4.1
11132026-06-06T15:46:17.755Z Downloaded num-iter v0.1.45
11142026-06-06T15:46:17.755Z Downloaded num_enum_derive v0.5.11
11152026-06-06T15:46:17.755Z Downloaded console v0.16.3
11162026-06-06T15:46:17.759Z Downloaded num-derive v0.4.2
11172026-06-06T15:46:17.759Z Downloaded jobserver v0.1.34
11182026-06-06T15:46:17.759Z Downloaded ipnet v2.12.0
11192026-06-06T15:46:17.762Z Downloaded ipnetwork v0.21.1
11202026-06-06T15:46:17.762Z Downloaded omicron-workspace-hack v0.1.0
11212026-06-06T15:46:17.762Z Downloaded parse-display v0.10.0
11222026-06-06T15:46:17.765Z Downloaded olpc-cjson v0.1.4
11232026-06-06T15:46:17.765Z Downloaded num_threads v0.1.7
11242026-06-06T15:46:17.768Z Downloaded libsw-core v0.3.2
11252026-06-06T15:46:17.768Z Downloaded openssl-probe v0.2.1
11262026-06-06T15:46:17.771Z Downloaded libsw v3.5.0
11272026-06-06T15:46:17.771Z Downloaded httparse v1.10.1
11282026-06-06T15:46:17.775Z Downloaded colored v3.1.1
11292026-06-06T15:46:17.778Z Downloaded percent-encoding v2.3.2
11302026-06-06T15:46:17.778Z Downloaded lock_api v0.4.14
11312026-06-06T15:46:17.778Z Downloaded bs58 v0.5.1
11322026-06-06T15:46:17.785Z Downloaded anyhow v1.0.102
11332026-06-06T15:46:17.788Z Downloaded iana-time-zone v0.1.65
11342026-06-06T15:46:17.788Z Downloaded globset v0.4.18
11352026-06-06T15:46:17.788Z Downloaded futures-channel v0.3.32
11362026-06-06T15:46:17.792Z Downloaded plain v0.2.3
11372026-06-06T15:46:17.792Z Downloaded clap v4.6.1
11382026-06-06T15:46:17.796Z Downloaded proc-macro-error-attr2 v2.0.0
11392026-06-06T15:46:17.799Z Downloaded humantime v2.3.0
11402026-06-06T15:46:17.799Z Downloaded derive-where v1.6.1
11412026-06-06T15:46:17.802Z Downloaded getrandom v0.3.4
11422026-06-06T15:46:17.805Z Downloaded num-conv v0.2.2
11432026-06-06T15:46:17.805Z Downloaded pretty-hex v0.4.2
11442026-06-06T15:46:17.808Z Downloaded potential_utf v0.1.5
11452026-06-06T15:46:17.808Z Downloaded proc-macro-error-attr v1.0.4
11462026-06-06T15:46:17.812Z Downloaded ingot-macros v0.1.1
11472026-06-06T15:46:17.812Z Downloaded proc-macro-crate v3.5.0
11482026-06-06T15:46:17.812Z Downloaded newtype-uuid v1.3.2
11492026-06-06T15:46:17.815Z Downloaded progenitor-macro v0.14.0
11502026-06-06T15:46:17.815Z Downloaded opaque-debug v0.3.1
11512026-06-06T15:46:17.819Z Downloaded num-complex v0.4.6
11522026-06-06T15:46:17.819Z Downloaded num_enum v0.7.6
11532026-06-06T15:46:17.822Z Downloaded num_enum_derive v0.7.6
11542026-06-06T15:46:17.822Z Downloaded progenitor-client v0.14.0
11552026-06-06T15:46:17.825Z Downloaded progenitor-client v0.10.0
11562026-06-06T15:46:17.825Z Downloaded futures-util v0.3.32
11572026-06-06T15:46:17.831Z Downloaded litemap v0.8.2
11582026-06-06T15:46:17.836Z Downloaded hyper-rustls v0.27.9
11592026-06-06T15:46:17.839Z Downloaded parse-display-derive v0.10.0
11602026-06-06T15:46:17.839Z Downloaded memmap2 v0.9.10
11612026-06-06T15:46:17.839Z Downloaded oxnet v0.1.6
11622026-06-06T15:46:17.843Z Downloaded owo-colors v4.3.0
11632026-06-06T15:46:17.843Z Downloaded linear-map v1.2.0
11642026-06-06T15:46:17.843Z Downloaded bitflags v2.12.1
11652026-06-06T15:46:17.846Z Downloaded rand_xorshift v0.4.0
11662026-06-06T15:46:17.849Z Downloaded rand_chacha v0.3.1
11672026-06-06T15:46:17.849Z Downloaded paste v1.0.15
11682026-06-06T15:46:17.853Z Downloaded icu_provider v2.2.0
11692026-06-06T15:46:17.853Z Downloaded indexmap v1.9.3
11702026-06-06T15:46:17.856Z Downloaded ref-cast v1.0.25
11712026-06-06T15:46:17.859Z Downloaded ref-cast-impl v1.0.25
11722026-06-06T15:46:17.859Z Downloaded elliptic-curve v0.13.8
11732026-06-06T15:46:17.862Z Downloaded pem v3.0.6
11742026-06-06T15:46:17.862Z Downloaded parking_lot_core v0.8.6
11752026-06-06T15:46:17.865Z Downloaded cc v1.2.63
11762026-06-06T15:46:17.870Z Downloaded poly1305 v0.8.0
11772026-06-06T15:46:17.870Z Downloaded icu_properties v2.2.0
11782026-06-06T15:46:17.873Z Downloaded pkg-config v0.3.33
11792026-06-06T15:46:17.873Z Downloaded proc-macro-error v1.0.4
11802026-06-06T15:46:17.878Z Downloaded ppv-lite86 v0.2.21
11812026-06-06T15:46:17.878Z Downloaded proc-macro-crate v1.3.1
11822026-06-06T15:46:17.881Z Downloaded pin-project-lite v0.2.17
11832026-06-06T15:46:17.881Z Downloaded same-file v1.0.6
11842026-06-06T15:46:17.881Z Downloaded rustc_version v0.1.7
11852026-06-06T15:46:17.885Z Downloaded rustc-hash v2.1.2
11862026-06-06T15:46:17.885Z Downloaded progenitor-client v0.13.0
11872026-06-06T15:46:17.889Z Downloaded num-rational v0.4.2
11882026-06-06T15:46:17.889Z Downloaded progenitor-extras v0.2.0
11892026-06-06T15:46:17.889Z Downloaded progenitor v0.14.0
11902026-06-06T15:46:17.892Z Downloaded progenitor-macro v0.13.0
11912026-06-06T15:46:17.892Z Downloaded progenitor v0.13.0
11922026-06-06T15:46:17.893Z Downloaded quick-error v1.2.3
11932026-06-06T15:46:17.893Z Downloaded progenitor v0.10.0
11942026-06-06T15:46:17.896Z Downloaded pin-project-internal v1.1.13
11952026-06-06T15:46:17.896Z Downloaded once_cell v1.21.4
11962026-06-06T15:46:17.929Z Downloaded heapless v0.8.0
11972026-06-06T15:46:17.929Z Downloaded scroll_derive v0.12.1
11982026-06-06T15:46:17.929Z Downloaded half v2.7.1
11992026-06-06T15:46:17.929Z Downloaded log v0.4.32
12002026-06-06T15:46:17.929Z Downloaded icu_locale_core v2.2.0
12012026-06-06T15:46:17.929Z Downloaded parking_lot v0.12.5
12022026-06-06T15:46:17.929Z Downloaded serde_spanned v0.6.9
12032026-06-06T15:46:17.929Z Downloaded serde_plain v1.0.2
12042026-06-06T15:46:17.929Z Downloaded scroll_derive v0.13.1
12052026-06-06T15:46:17.929Z Downloaded serde-big-array v0.5.1
12062026-06-06T15:46:17.930Z Downloaded serde_urlencoded v0.7.1
12072026-06-06T15:46:17.930Z Downloaded rand_core v0.10.1
12082026-06-06T15:46:17.930Z Downloaded parking_lot_core v0.9.12
12092026-06-06T15:46:17.930Z Downloaded semver v0.1.20
12102026-06-06T15:46:17.930Z Downloaded secrecy v0.10.3
12112026-06-06T15:46:17.930Z Downloaded scopeguard v1.2.0
12122026-06-06T15:46:17.930Z Downloaded icu_normalizer v2.2.0
12132026-06-06T15:46:17.930Z Downloaded parking_lot v0.11.2
12142026-06-06T15:46:17.930Z Downloaded rand_core v0.9.5
12152026-06-06T15:46:17.933Z Downloaded phf v0.12.1
12162026-06-06T15:46:17.933Z Downloaded rand_core v0.6.4
12172026-06-06T15:46:17.933Z Downloaded rand_chacha v0.9.0
12182026-06-06T15:46:17.933Z Downloaded quote v1.0.45
12192026-06-06T15:46:17.936Z Downloaded chacha20poly1305 v0.10.1
12202026-06-06T15:46:17.936Z Downloaded serde_spanned v1.1.1
12212026-06-06T15:46:17.939Z Downloaded sha1 v0.11.0
12222026-06-06T15:46:17.939Z Downloaded sha1 v0.10.6
12232026-06-06T15:46:17.939Z Downloaded sigpipe v0.1.3
12242026-06-06T15:46:17.942Z Downloaded indicatif v0.18.4
12252026-06-06T15:46:17.945Z Downloaded resolv-conf v0.7.6
12262026-06-06T15:46:17.945Z Downloaded postcard v1.1.3
12272026-06-06T15:46:17.948Z Downloaded const_format v0.2.36
12282026-06-06T15:46:17.951Z Downloaded rustc_version v0.4.1
12292026-06-06T15:46:17.951Z Downloaded proc-macro-error2 v2.0.1
12302026-06-06T15:46:17.955Z Downloaded rustls-native-certs v0.8.4
12312026-06-06T15:46:17.955Z Downloaded num-traits v0.2.19
12322026-06-06T15:46:17.958Z Downloaded glob v0.3.3
12332026-06-06T15:46:17.958Z Downloaded slog-envlogger v2.2.0
12342026-06-06T15:46:17.958Z Downloaded slog-bunyan v2.5.0
12352026-06-06T15:46:17.961Z Downloaded siphasher v1.0.3
12362026-06-06T15:46:17.961Z Downloaded schemars_derive v0.8.22
12372026-06-06T15:46:17.961Z Downloaded getrandom v0.4.2
12382026-06-06T15:46:17.964Z Downloaded smawk v0.3.2
12392026-06-06T15:46:17.967Z Downloaded password-hash v0.5.0
12402026-06-06T15:46:17.967Z Downloaded oxide-tokio-rt v0.1.6
12412026-06-06T15:46:17.971Z Downloaded num_enum v0.5.11
12422026-06-06T15:46:17.974Z Downloaded quinn-udp v0.5.14
12432026-06-06T15:46:17.974Z Downloaded rustls-pemfile v2.2.0
12442026-06-06T15:46:17.977Z Downloaded papergrid v0.11.0
12452026-06-06T15:46:17.977Z Downloaded serde_repr v0.1.20
12462026-06-06T15:46:17.980Z Downloaded spin v0.5.2
12472026-06-06T15:46:17.980Z Downloaded konst v0.2.20
12482026-06-06T15:46:17.984Z Downloaded strum v0.26.3
12492026-06-06T15:46:17.984Z Downloaded structmeta-derive v0.3.0
12502026-06-06T15:46:17.988Z Downloaded rusty-fork v0.3.1
12512026-06-06T15:46:17.988Z Downloaded papergrid v0.18.0
12522026-06-06T15:46:17.991Z Downloaded strsim v0.11.1
12532026-06-06T15:46:17.991Z Downloaded miniz_oxide v0.8.9
12542026-06-06T15:46:17.994Z Downloaded swrite v0.1.0
12552026-06-06T15:46:17.994Z Downloaded subtle v2.6.1
12562026-06-06T15:46:17.994Z Downloaded scroll v0.13.0
12572026-06-06T15:46:17.997Z Downloaded serde_derive_internals v0.29.1
12582026-06-06T15:46:17.997Z Downloaded strum v0.27.2
12592026-06-06T15:46:17.997Z Downloaded structmeta v0.3.0
12602026-06-06T15:46:18.000Z Downloaded shlex v2.0.1
12612026-06-06T15:46:18.000Z Downloaded icu_collections v2.2.0
12622026-06-06T15:46:18.003Z Downloaded sync_wrapper v1.0.2
12632026-06-06T15:46:18.006Z Downloaded serde_path_to_error v0.1.20
12642026-06-06T15:46:18.006Z Downloaded supports-color v3.0.2
12652026-06-06T15:46:18.006Z Downloaded simd-adler32 v0.3.9
12662026-06-06T15:46:18.009Z Downloaded take_mut v0.2.2
12672026-06-06T15:46:18.009Z Downloaded tabled_derive v0.7.0
12682026-06-06T15:46:18.009Z Downloaded serde_tokenstream v0.2.3
12692026-06-06T15:46:18.012Z Downloaded signal-hook-registry v1.4.8
12702026-06-06T15:46:18.012Z Downloaded pest_generator v2.8.6
12712026-06-06T15:46:18.012Z Downloaded crypto-bigint v0.5.5
12722026-06-06T15:46:18.015Z Downloaded rhai_codegen v3.2.0
12732026-06-06T15:46:18.020Z Downloaded slog-async v2.8.0
12742026-06-06T15:46:18.023Z Downloaded progenitor-impl v0.10.0
12752026-06-06T15:46:18.023Z Downloaded tabled_derive v0.11.0
12762026-06-06T15:46:18.026Z Downloaded smartstring v1.0.1
12772026-06-06T15:46:18.026Z Downloaded testing_table v0.3.0
12782026-06-06T15:46:18.028Z Downloaded termtree v0.5.1
12792026-06-06T15:46:18.028Z Downloaded terminal_size v0.4.4
12802026-06-06T15:46:18.028Z Downloaded thiserror-impl-no-std v2.0.2
12812026-06-06T15:46:18.033Z Downloaded thread-id v5.1.0
12822026-06-06T15:46:18.033Z Downloaded thread-id v4.2.2
12832026-06-06T15:46:18.033Z Downloaded tagptr v0.2.0
12842026-06-06T15:46:18.036Z Downloaded slog-term v2.9.2
12852026-06-06T15:46:18.037Z Downloaded slog-json v2.6.1
12862026-06-06T15:46:18.037Z Downloaded smf v0.2.3
12872026-06-06T15:46:18.037Z Downloaded jiff-static v0.2.28
12882026-06-06T15:46:18.040Z Downloaded slog-dtrace v0.3.0
12892026-06-06T15:46:18.040Z Downloaded openssl-sys v0.9.116
12902026-06-06T15:46:18.043Z Downloaded rustversion v1.0.22
12912026-06-06T15:46:18.047Z Downloaded semver v1.0.28
12922026-06-06T15:46:18.047Z Downloaded static_assertions v1.1.0
12932026-06-06T15:46:18.050Z Downloaded time-core v0.1.8
12942026-06-06T15:46:18.050Z Downloaded tinyvec_macros v0.1.1
12952026-06-06T15:46:18.050Z Downloaded slog-stdlog v4.1.1
12962026-06-06T15:46:18.050Z Downloaded slog-scope v4.4.1
12972026-06-06T15:46:18.050Z Downloaded snafu-derive v0.8.9
12982026-06-06T15:46:18.053Z Downloaded progenitor-impl v0.13.0
12992026-06-06T15:46:18.053Z Downloaded slab v0.4.12
13002026-06-06T15:46:18.056Z Downloaded sha2 v0.10.9
13012026-06-06T15:46:18.056Z Downloaded scroll v0.12.0
13022026-06-06T15:46:18.056Z Downloaded expectorate v1.2.0
13032026-06-06T15:46:18.059Z Downloaded tokio-macros v2.7.0
13042026-06-06T15:46:18.059Z Downloaded pest_meta v2.8.6
13052026-06-06T15:46:18.063Z Downloaded http v1.4.1
13062026-06-06T15:46:18.063Z Downloaded rustls-pki-types v1.14.1
13072026-06-06T15:46:18.066Z Downloaded serde_with_macros v3.20.0
13082026-06-06T15:46:18.066Z Downloaded strum_macros v0.27.2
13092026-06-06T15:46:18.069Z Downloaded strum_macros v0.26.4
13102026-06-06T15:46:18.069Z Downloaded synstructure v0.13.2
13112026-06-06T15:46:18.072Z Downloaded pin-project v1.1.13
13122026-06-06T15:46:18.075Z Downloaded toml_datetime v0.6.11
13132026-06-06T15:46:18.079Z Downloaded hashbrown v0.12.3
13142026-06-06T15:46:18.079Z Downloaded stable_deref_trait v1.2.1
13152026-06-06T15:46:18.082Z Downloaded pest_derive v2.8.6
13162026-06-06T15:46:18.083Z Downloaded tabwriter v1.4.1
13172026-06-06T15:46:18.083Z Downloaded prettyplease v0.2.37
13182026-06-06T15:46:18.085Z Downloaded hickory-resolver v0.24.4
13192026-06-06T15:46:18.088Z Downloaded proc-macro2 v1.0.106
13202026-06-06T15:46:18.088Z Downloaded flate2 v1.1.9
13212026-06-06T15:46:18.092Z Downloaded crossbeam-channel v0.5.15
13222026-06-06T15:46:18.095Z Downloaded thiserror-impl v1.0.69
13232026-06-06T15:46:18.095Z Downloaded try-lock v0.2.5
13242026-06-06T15:46:18.098Z Downloaded tower-service v0.3.3
13252026-06-06T15:46:18.098Z Downloaded tower-layer v0.3.3
13262026-06-06T15:46:18.098Z Downloaded toml_write v0.1.2
13272026-06-06T15:46:18.098Z Downloaded thiserror-no-std v2.0.2
13282026-06-06T15:46:18.101Z Downloaded thiserror v1.0.69
13292026-06-06T15:46:18.105Z Downloaded thread_local v1.1.9
13302026-06-06T15:46:18.108Z Downloaded thiserror v2.0.18
13312026-06-06T15:46:18.108Z Downloaded ryu v1.0.23
13322026-06-06T15:46:18.111Z Downloaded typeid v1.0.3
13332026-06-06T15:46:18.111Z Downloaded schemars v0.8.22
13342026-06-06T15:46:18.116Z Downloaded universal-hash v0.5.1
13352026-06-06T15:46:18.119Z Downloaded unarray v0.1.4
13362026-06-06T15:46:18.119Z Downloaded typify-macro v0.6.2
13372026-06-06T15:46:18.119Z Downloaded tokio-dtrace v0.1.1
13382026-06-06T15:46:18.123Z Downloaded progenitor-impl v0.14.0
13392026-06-06T15:46:18.123Z Downloaded unicode-linebreak v0.1.5
13402026-06-06T15:46:18.123Z Downloaded tinystr v0.8.3
13412026-06-06T15:46:18.126Z Downloaded tiny-keccak v2.0.2
13422026-06-06T15:46:18.126Z Downloaded time-macros v0.2.27
13432026-06-06T15:46:18.126Z Downloaded minimal-lexical v0.2.1
13442026-06-06T15:46:18.129Z Downloaded smallvec v1.15.1
13452026-06-06T15:46:18.132Z Downloaded icu_normalizer_data v2.2.0
13462026-06-06T15:46:18.132Z Downloaded num-integer v0.1.46
13472026-06-06T15:46:18.132Z Downloaded progenitor-macro v0.10.0
13482026-06-06T15:46:18.135Z Downloaded usdt-attr-macro v0.5.0
13492026-06-06T15:46:18.135Z Downloaded unit-prefix v0.5.2
13502026-06-06T15:46:18.135Z Downloaded usdt v0.6.0
13512026-06-06T15:46:18.135Z Downloaded usdt v0.5.0
13522026-06-06T15:46:18.139Z Downloaded similar v2.7.0
13532026-06-06T15:46:18.139Z Downloaded indexmap v2.14.0
13542026-06-06T15:46:18.142Z Downloaded usdt-macro v0.6.0
13552026-06-06T15:46:18.142Z Downloaded usdt-macro v0.5.0
13562026-06-06T15:46:18.142Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13572026-06-06T15:46:18.145Z Downloaded usdt-attr-macro v0.6.0
13582026-06-06T15:46:18.145Z Downloaded untrusted v0.7.1
13592026-06-06T15:46:18.145Z Downloaded tokio-tungstenite v0.21.0
13602026-06-06T15:46:18.145Z Downloaded utf8_iter v1.0.4
13612026-06-06T15:46:18.149Z Downloaded utf-8 v0.7.6
13622026-06-06T15:46:18.149Z Downloaded untrusted v0.9.0
13632026-06-06T15:46:18.149Z Downloaded futures v0.3.32
13642026-06-06T15:46:18.155Z Downloaded waitgroup v0.1.2
13652026-06-06T15:46:18.155Z Downloaded version_check v0.9.5
13662026-06-06T15:46:18.155Z Downloaded toml_writer v1.1.1+spec-1.1.0
13672026-06-06T15:46:18.155Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13682026-06-06T15:46:18.155Z Downloaded fs-err v3.3.0
13692026-06-06T15:46:18.158Z Downloaded dropshot_endpoint v0.17.1
13702026-06-06T15:46:18.158Z Downloaded slog v2.8.2
13712026-06-06T15:46:18.161Z Downloaded powerfmt v0.2.0
13722026-06-06T15:46:18.161Z Downloaded term v1.2.1
13732026-06-06T15:46:18.165Z Downloaded wait-timeout v0.2.1
13742026-06-06T15:46:18.165Z Downloaded tempfile v3.27.0
13752026-06-06T15:46:18.168Z Downloaded phf_shared v0.12.1
13762026-06-06T15:46:18.168Z Downloaded thiserror-impl v2.0.18
13772026-06-06T15:46:18.168Z Downloaded yoke-derive v0.8.2
13782026-06-06T15:46:18.168Z Downloaded want v0.3.1
13792026-06-06T15:46:18.168Z Downloaded darling v0.21.3
13802026-06-06T15:46:18.171Z Downloaded allocator-api2 v0.2.21
13812026-06-06T15:46:18.174Z Downloaded multer v3.1.0
13822026-06-06T15:46:18.174Z Downloaded quinn v0.11.9
13832026-06-06T15:46:18.177Z Downloaded memchr v2.8.1
13842026-06-06T15:46:18.181Z Downloaded lru-cache v0.1.2
13852026-06-06T15:46:18.181Z Downloaded socket2 v0.6.4
13862026-06-06T15:46:18.181Z Downloaded schemars v0.9.0
13872026-06-06T15:46:18.186Z Downloaded typify-macro v0.4.3
13882026-06-06T15:46:18.189Z Downloaded zeroize_derive v1.4.3
13892026-06-06T15:46:18.189Z Downloaded zerofrom-derive v0.1.7
13902026-06-06T15:46:18.189Z Downloaded zerofrom v0.1.8
13912026-06-06T15:46:18.189Z Downloaded spin v0.9.8
13922026-06-06T15:46:18.192Z Downloaded tokio-rustls v0.26.4
13932026-06-06T15:46:18.192Z Downloaded serde_core v1.0.228
13942026-06-06T15:46:18.195Z Downloaded unicode-xid v0.2.6
13952026-06-06T15:46:18.195Z Downloaded rand v0.8.6
13962026-06-06T15:46:18.199Z Downloaded zone_cfg_derive v0.3.1
13972026-06-06T15:46:18.199Z Downloaded rayon-core v1.13.0
13982026-06-06T15:46:18.199Z Downloaded serde_derive v1.0.228
13992026-06-06T15:46:18.202Z Downloaded rustls-platform-verifier v0.7.0
14002026-06-06T15:46:18.202Z Downloaded qorb v0.4.1
14012026-06-06T15:46:18.205Z Downloaded hybrid-array v0.4.12
14022026-06-06T15:46:18.208Z Downloaded serde_yaml v0.9.34+deprecated
14032026-06-06T15:46:18.208Z Downloaded tokio-stream v0.1.18
14042026-06-06T15:46:18.214Z Downloaded ciborium v0.2.2
14052026-06-06T15:46:18.217Z Downloaded usdt-impl v0.5.0
14062026-06-06T15:46:18.217Z Downloaded toml_parser v1.1.2+spec-1.1.0
14072026-06-06T15:46:18.217Z Downloaded openssl-macros v0.1.1
14082026-06-06T15:46:18.217Z Downloaded base64 v0.22.1
14092026-06-06T15:46:18.217Z Downloaded utf8parse v0.2.2
14102026-06-06T15:46:18.222Z Downloaded usdt-impl v0.6.0
14112026-06-06T15:46:18.222Z Downloaded crossbeam-epoch v0.9.18
14122026-06-06T15:46:18.222Z Downloaded console v0.15.11
14132026-06-06T15:46:18.225Z Downloaded defmt v1.1.0
14142026-06-06T15:46:18.225Z Downloaded hashbrown v0.17.1
14152026-06-06T15:46:18.228Z Downloaded thin-vec v0.2.18
14162026-06-06T15:46:18.228Z Downloaded test-strategy v0.4.5
14172026-06-06T15:46:18.231Z Downloaded chacha20 v0.10.0
14182026-06-06T15:46:18.234Z Downloaded writeable v0.6.3
14192026-06-06T15:46:18.234Z Downloaded xz2 v0.1.7
14202026-06-06T15:46:18.234Z Downloaded whoami v1.6.1
14212026-06-06T15:46:18.237Z Downloaded tracing-attributes v0.1.31
14222026-06-06T15:46:18.237Z Downloaded backon v1.6.0
14232026-06-06T15:46:18.240Z Downloaded serde v1.0.228
14242026-06-06T15:46:18.241Z Downloaded hyper-util v0.1.20
14252026-06-06T15:46:18.243Z Downloaded derive_more v0.99.20
14262026-06-06T15:46:18.246Z Downloaded ucd-trie v0.1.7
14272026-06-06T15:46:18.247Z Downloaded snafu v0.8.9
14282026-06-06T15:46:18.250Z Downloaded tinyvec v1.11.0
14292026-06-06T15:46:18.253Z Downloaded memoffset v0.9.1
14302026-06-06T15:46:18.253Z Downloaded rand v0.9.4
14312026-06-06T15:46:18.256Z Downloaded macaddr v1.0.1
14322026-06-06T15:46:18.256Z Downloaded lru-slab v0.1.2
14332026-06-06T15:46:18.256Z Downloaded match_cfg v0.1.0
14342026-06-06T15:46:18.256Z Downloaded is_ci v1.2.0
14352026-06-06T15:46:18.259Z Downloaded const-oid v0.10.2
14362026-06-06T15:46:18.259Z Downloaded zeroize v1.8.2
14372026-06-06T15:46:18.259Z Downloaded mio v1.2.1
14382026-06-06T15:46:18.262Z Downloaded zone v0.3.1
14392026-06-06T15:46:18.265Z Downloaded zerovec-derive v0.11.3
14402026-06-06T15:46:18.265Z Downloaded idna v1.1.0
14412026-06-06T15:46:18.268Z Downloaded toml v0.9.12+spec-1.1.0
14422026-06-06T15:46:18.268Z Downloaded bytes v1.11.1
14432026-06-06T15:46:18.271Z Downloaded zmij v1.0.21
14442026-06-06T15:46:18.271Z Downloaded anstyle-parse v1.0.0
14452026-06-06T15:46:18.273Z Downloaded internet-checksum v0.2.1
14462026-06-06T15:46:18.273Z Downloaded inout v0.1.4
14472026-06-06T15:46:18.274Z Downloaded anstyle v1.0.14
14482026-06-06T15:46:18.277Z Downloaded anstream v1.0.0
14492026-06-06T15:46:18.277Z Downloaded instant v0.1.13
14502026-06-06T15:46:18.277Z Downloaded compression-codecs v0.4.38
14512026-06-06T15:46:18.280Z Downloaded walkdir v2.5.0
14522026-06-06T15:46:18.280Z Downloaded schemars v1.2.1
14532026-06-06T15:46:18.286Z Downloaded vsss-rs v3.3.4
14542026-06-06T15:46:18.289Z Downloaded yoke v0.8.3
14552026-06-06T15:46:18.289Z Downloaded typify v0.6.2
14562026-06-06T15:46:18.292Z Downloaded rustls-webpki v0.103.13
14572026-06-06T15:46:18.295Z Downloaded textwrap v0.16.2
14582026-06-06T15:46:18.295Z Downloaded nom v7.1.3
14592026-06-06T15:46:18.297Z Downloaded unicode-ident v1.0.24
14602026-06-06T15:46:18.300Z Downloaded tungstenite v0.21.0
14612026-06-06T15:46:18.300Z Downloaded itertools v0.12.1
14622026-06-06T15:46:18.303Z Downloaded typify v0.4.3
14632026-06-06T15:46:18.307Z Downloaded steno v0.4.1
14642026-06-06T15:46:18.310Z Downloaded hashbrown v0.15.5
14652026-06-06T15:46:18.312Z Downloaded rand v0.10.1
14662026-06-06T15:46:18.315Z Downloaded hyper v1.10.1
14672026-06-06T15:46:18.318Z Downloaded toml v1.1.2+spec-1.1.0
14682026-06-06T15:46:18.320Z Downloaded toml v0.8.23
14692026-06-06T15:46:18.320Z Downloaded pest v2.8.6
14702026-06-06T15:46:18.323Z Downloaded uuid v1.23.2
14712026-06-06T15:46:18.326Z Downloaded toml_edit v0.25.12+spec-1.1.0
14722026-06-06T15:46:18.329Z Downloaded aho-corasick v1.1.4
14732026-06-06T15:46:18.332Z Downloaded nom v8.0.0
14742026-06-06T15:46:18.334Z Downloaded unsafe-libyaml v0.2.11
14752026-06-06T15:46:18.334Z Downloaded itertools v0.14.0
14762026-06-06T15:46:18.338Z Downloaded zerocopy-derive v0.7.35
14772026-06-06T15:46:18.341Z Downloaded dropshot-api-manager v0.7.2
14782026-06-06T15:46:18.343Z Downloaded hashbrown v0.16.1
14792026-06-06T15:46:18.346Z Downloaded cpufeatures v0.2.17
14802026-06-06T15:46:18.349Z Downloaded clap_derive v4.6.1
14812026-06-06T15:46:18.349Z Downloaded foldhash v0.1.5
14822026-06-06T15:46:18.349Z Downloaded cipher v0.4.4
14832026-06-06T15:46:18.352Z Downloaded toml_edit v0.22.27
14842026-06-06T15:46:18.352Z Downloaded hkdf v0.12.4
14852026-06-06T15:46:18.355Z Downloaded embedded-io v0.4.0
14862026-06-06T15:46:18.355Z Downloaded crossbeam-deque v0.8.6
14872026-06-06T15:46:18.355Z Downloaded embedded-io v0.6.1
14882026-06-06T15:46:18.358Z Downloaded cfg_aliases v0.2.1
14892026-06-06T15:46:18.358Z Downloaded http-body v1.0.1
14902026-06-06T15:46:18.358Z Downloaded hostname v0.3.1
14912026-06-06T15:46:18.358Z Downloaded dof v0.4.0
14922026-06-06T15:46:18.361Z Downloaded cpufeatures v0.3.0
14932026-06-06T15:46:18.361Z Downloaded h2 v0.4.14
14942026-06-06T15:46:18.364Z Downloaded cobs v0.3.0
14952026-06-06T15:46:18.364Z Downloaded hash32 v0.3.1
14962026-06-06T15:46:18.369Z Downloaded crypto-common v0.1.7
14972026-06-06T15:46:18.369Z Downloaded float-ord v0.3.2
14982026-06-06T15:46:18.369Z Downloaded dropshot-api-manager-types v0.7.2
14992026-06-06T15:46:18.369Z Downloaded icu_properties_data v2.2.0
15002026-06-06T15:46:18.372Z Downloaded toml_edit v0.19.15
15012026-06-06T15:46:18.380Z Downloaded ron v0.12.1
15022026-06-06T15:46:18.384Z Downloaded goblin v0.8.2
15032026-06-06T15:46:18.388Z Downloaded cfg-if v1.0.4
15042026-06-06T15:46:18.390Z Downloaded anstyle-query v1.1.5
15052026-06-06T15:46:18.390Z Downloaded libm v0.2.16
15062026-06-06T15:46:18.394Z Downloaded zerotrie v0.2.4
15072026-06-06T15:46:18.397Z Downloaded tracing-core v0.1.36
15082026-06-06T15:46:18.399Z Downloaded clap_builder v4.6.0
15092026-06-06T15:46:18.402Z Downloaded ciborium-io v0.2.2
15102026-06-06T15:46:18.402Z Downloaded reqwest v0.13.4
15112026-06-06T15:46:18.405Z Downloaded foreign-types-shared v0.3.1
15122026-06-06T15:46:18.408Z Downloaded fixedbitset v0.4.2
15132026-06-06T15:46:18.408Z Downloaded curve25519-dalek-derive v0.1.1
15142026-06-06T15:46:18.408Z Downloaded crypto-common v0.2.2
15152026-06-06T15:46:18.408Z Downloaded crc8 v0.1.1
15162026-06-06T15:46:18.408Z Downloaded compression-core v0.4.32
15172026-06-06T15:46:18.411Z Downloaded aead v0.5.2
15182026-06-06T15:46:18.411Z Downloaded defmt-parser v1.0.0
15192026-06-06T15:46:18.411Z Downloaded defmt v0.3.100
15202026-06-06T15:46:18.411Z Downloaded colorchoice v1.0.5
15212026-06-06T15:46:18.411Z Downloaded iddqd v0.4.2
15222026-06-06T15:46:18.416Z Downloaded base16ct v0.2.0
15232026-06-06T15:46:18.419Z Downloaded foreign-types-macros v0.2.3
15242026-06-06T15:46:18.419Z Downloaded foldhash v0.2.0
15252026-06-06T15:46:18.419Z Downloaded dyn-clone v1.0.20
15262026-06-06T15:46:18.419Z Downloaded backoff v0.4.0
15272026-06-06T15:46:18.422Z Downloaded arc-swap v1.9.1
15282026-06-06T15:46:18.422Z Downloaded async-stream-impl v0.3.6
15292026-06-06T15:46:18.425Z Downloaded equivalent v1.0.2
15302026-06-06T15:46:18.425Z Downloaded dtrace-parser v0.2.0
15312026-06-06T15:46:18.425Z Downloaded drift v0.2.0
15322026-06-06T15:46:18.429Z Downloaded displaydoc v0.2.6
15332026-06-06T15:46:18.432Z Downloaded clap_lex v1.1.0
15342026-06-06T15:46:18.432Z Downloaded bitflags v1.3.2
15352026-06-06T15:46:18.434Z Downloaded const-random-macro v0.1.16
15362026-06-06T15:46:18.434Z Downloaded async-trait v0.1.89
15372026-06-06T15:46:18.437Z Downloaded base64ct v1.8.3
15382026-06-06T15:46:18.437Z Downloaded argon2 v0.5.3
15392026-06-06T15:46:18.437Z Downloaded block-buffer v0.12.0
15402026-06-06T15:46:18.440Z Downloaded serde_json v1.0.150
15412026-06-06T15:46:18.443Z Downloaded rayon v1.12.0
15422026-06-06T15:46:18.446Z Downloaded tokio-util v0.7.18
15432026-06-06T15:46:18.450Z Downloaded url v2.5.8
15442026-06-06T15:46:18.453Z Downloaded reqwest v0.12.28
15452026-06-06T15:46:18.458Z Downloaded base16ct v1.0.0
15462026-06-06T15:46:18.458Z Downloaded autocfg v1.5.1
15472026-06-06T15:46:18.458Z Downloaded atomicwrites v0.4.4
15482026-06-06T15:46:18.458Z Downloaded async-recursion v1.1.1
15492026-06-06T15:46:18.462Z Downloaded async-compression v0.4.42
15502026-06-06T15:46:18.470Z Downloaded zerocopy-derive v0.8.50
15512026-06-06T15:46:18.475Z Downloaded typenum v1.20.1
15522026-06-06T15:46:18.477Z Downloaded regex v1.12.3
15532026-06-06T15:46:18.480Z Downloaded portable-atomic v1.13.1
15542026-06-06T15:46:18.489Z Downloaded serde_with v3.20.0
15552026-06-06T15:46:18.496Z Downloaded zerovec v0.11.6
15562026-06-06T15:46:18.499Z Downloaded tower v0.5.3
15572026-06-06T15:46:18.503Z Downloaded typed-path v0.9.3
15582026-06-06T15:46:18.506Z Downloaded proptest v1.11.0
15592026-06-06T15:46:18.511Z Downloaded zerocopy v0.7.35
15602026-06-06T15:46:18.520Z Downloaded aws-lc-rs v1.17.0
15612026-06-06T15:46:18.525Z Downloaded winnow v0.5.40
15622026-06-06T15:46:18.530Z Downloaded quinn-proto v0.11.14
15632026-06-06T15:46:18.533Z Downloaded tabled v0.15.0
15642026-06-06T15:46:18.542Z Downloaded goblin v0.10.7
15652026-06-06T15:46:18.546Z Downloaded curve25519-dalek v4.1.3
15662026-06-06T15:46:18.550Z Downloaded tower-http v0.6.11
15672026-06-06T15:46:18.555Z Downloaded tabled v0.21.0
15682026-06-06T15:46:18.565Z Downloaded syn v1.0.109
15692026-06-06T15:46:18.570Z Downloaded moka v0.12.15
15702026-06-06T15:46:18.574Z Downloaded chrono v0.4.45
15712026-06-06T15:46:18.578Z Downloaded dropshot v0.17.1
15722026-06-06T15:46:18.590Z Downloaded tough v0.22.0
15732026-06-06T15:46:18.594Z Downloaded unicode-segmentation v1.13.3
15742026-06-06T15:46:18.597Z Downloaded unicode-normalization v0.1.25
15752026-06-06T15:46:18.618Z Downloaded winnow v0.7.15
15762026-06-06T15:46:18.624Z Downloaded syn v2.0.117
15772026-06-06T15:46:18.630Z Downloaded hickory-proto v0.24.4
15782026-06-06T15:46:18.638Z Downloaded zerocopy v0.8.50
15792026-06-06T15:46:18.649Z Downloaded time v0.3.47
15802026-06-06T15:46:18.655Z Downloaded regress v0.10.5
15812026-06-06T15:46:18.659Z Downloaded hickory-proto v0.25.2
15822026-06-06T15:46:18.668Z Downloaded webpki-roots v1.0.7
15832026-06-06T15:46:18.670Z Downloaded nix v0.31.3
15842026-06-06T15:46:18.676Z Downloaded bstr v1.12.1
15852026-06-06T15:46:18.680Z Downloaded winnow v1.0.3
15862026-06-06T15:46:18.685Z Downloaded smoltcp v0.11.0
15872026-06-06T15:46:18.700Z Downloaded vcpkg v0.2.15
15882026-06-06T15:46:18.722Z Downloaded unicode-width v0.2.2
15892026-06-06T15:46:18.725Z Downloaded sled v0.34.7
15902026-06-06T15:46:18.730Z Downloaded openssl v0.10.80
15912026-06-06T15:46:18.735Z Downloaded unicode-width v0.1.14
15922026-06-06T15:46:18.738Z Downloaded tracing v0.1.44
15932026-06-06T15:46:18.749Z Downloaded typify-impl v0.6.2
15942026-06-06T15:46:18.757Z Downloaded typify-impl v0.4.3
15952026-06-06T15:46:18.766Z Downloaded regex-syntax v0.8.10
15962026-06-06T15:46:18.770Z Downloaded regress v0.11.1
15972026-06-06T15:46:18.775Z Downloaded openapiv3 v2.2.0
15982026-06-06T15:46:18.782Z Downloaded rustls v0.23.40
15992026-06-06T15:46:18.788Z Downloaded rustix v0.38.44
16002026-06-06T15:46:18.801Z Downloaded regex-automata v0.4.14
16012026-06-06T15:46:18.809Z Downloaded rustix v1.1.4
16022026-06-06T15:46:18.822Z Downloaded rhai v1.25.1
16032026-06-06T15:46:18.836Z Downloaded jiff v0.2.28
16042026-06-06T15:46:18.856Z Downloaded tokio v1.52.3
16052026-06-06T15:46:18.895Z Downloaded encoding_rs v0.8.35
16062026-06-06T15:46:18.968Z Downloaded lzma-sys v0.1.20
16072026-06-06T15:46:18.984Z Downloaded petgraph v0.6.5
16082026-06-06T15:46:18.995Z Downloaded chrono-tz v0.10.4
16092026-06-06T15:46:19.005Z Downloaded petgraph v0.8.3
16102026-06-06T15:46:19.019Z Downloaded libc v0.2.186
16112026-06-06T15:46:19.038Z Downloaded csv v1.4.0
16122026-06-06T15:46:19.050Z Downloaded sha3 v0.10.9
16132026-06-06T15:46:19.113Z Downloaded ring v0.17.14
16142026-06-06T15:46:19.607Z Downloaded aws-lc-sys v0.41.0
16152026-06-06T15:46:19.955Z Compiling proc-macro2 v1.0.106
16162026-06-06T15:46:19.955Z Compiling quote v1.0.45
16172026-06-06T15:46:19.955Z Compiling unicode-ident v1.0.24
16182026-06-06T15:46:19.955Z Compiling serde_core v1.0.228
16192026-06-06T15:46:19.955Z Compiling serde v1.0.228
16202026-06-06T15:46:19.955Z Compiling libc v0.2.186
16212026-06-06T15:46:19.955Z Compiling cfg-if v1.0.4
16222026-06-06T15:46:20.243Z Compiling zmij v1.0.21
16232026-06-06T15:46:20.270Z Compiling autocfg v1.5.1
16242026-06-06T15:46:20.638Z Compiling memchr v2.8.1
16252026-06-06T15:46:20.650Z Compiling libm v0.2.16
16262026-06-06T15:46:21.073Z Compiling itoa v1.0.18
16272026-06-06T15:46:21.141Z Compiling icu_properties_data v2.2.0
16282026-06-06T15:46:21.236Z Compiling icu_normalizer_data v2.2.0
16292026-06-06T15:46:21.395Z Compiling version_check v0.9.5
16302026-06-06T15:46:21.495Z Compiling stable_deref_trait v1.2.1
16312026-06-06T15:46:21.619Z Compiling serde_json v1.0.150
16322026-06-06T15:46:21.648Z Compiling syn v2.0.117
16332026-06-06T15:46:21.703Z Compiling writeable v0.6.3
16342026-06-06T15:46:21.755Z Compiling parking_lot_core v0.9.12
16352026-06-06T15:46:21.872Z Compiling litemap v0.8.2
16362026-06-06T15:46:21.941Z Compiling num-traits v0.2.19
16372026-06-06T15:46:21.959Z Compiling utf8_iter v1.0.4
16382026-06-06T15:46:22.095Z Compiling percent-encoding v2.3.2
16392026-06-06T15:46:22.295Z Compiling thiserror v2.0.18
16402026-06-06T15:46:22.360Z Compiling form_urlencoded v1.2.2
16412026-06-06T15:46:22.378Z Compiling rand_core v0.10.1
16422026-06-06T15:46:22.382Z Compiling getrandom v0.4.2
16432026-06-06T15:46:22.550Z Compiling zerocopy v0.8.50
16442026-06-06T15:46:22.642Z Compiling errno v0.3.14
16452026-06-06T15:46:22.675Z Compiling iana-time-zone v0.1.65
16462026-06-06T15:46:22.796Z Compiling heck v0.5.0
16472026-06-06T15:46:23.005Z Compiling uuid v1.23.2
16482026-06-06T15:46:23.039Z Compiling jobserver v0.1.34
16492026-06-06T15:46:23.271Z Compiling shlex v2.0.1
16502026-06-06T15:46:23.373Z Compiling find-msvc-tools v0.1.9
16512026-06-06T15:46:23.463Z Compiling rustversion v1.0.22
16522026-06-06T15:46:23.605Z Compiling cc v1.2.63
16532026-06-06T15:46:23.623Z Compiling semver v1.0.28
16542026-06-06T15:46:23.719Z Compiling dyn-clone v1.0.20
16552026-06-06T15:46:23.830Z Compiling schemars v0.8.22
16562026-06-06T15:46:23.870Z Compiling pin-project-lite v0.2.17
16572026-06-06T15:46:23.980Z Compiling getrandom v0.2.17
16582026-06-06T15:46:24.128Z Compiling scopeguard v1.2.0
16592026-06-06T15:46:24.227Z Compiling lock_api v0.4.14
16602026-06-06T15:46:24.249Z Compiling bitflags v2.12.1
16612026-06-06T15:46:24.316Z Compiling socket2 v0.6.4
16622026-06-06T15:46:24.424Z Compiling cmake v0.1.58
16632026-06-06T15:46:24.510Z Compiling synstructure v0.13.2
16642026-06-06T15:46:24.528Z Compiling serde_derive_internals v0.29.1
16652026-06-06T15:46:24.699Z Compiling signal-hook-registry v1.4.8
16662026-06-06T15:46:24.775Z Compiling mio v1.2.1
16672026-06-06T15:46:24.917Z Compiling dunce v1.0.5
16682026-06-06T15:46:25.013Z Compiling fs_extra v1.3.0
16692026-06-06T15:46:25.032Z Compiling portable-atomic v1.13.1
16702026-06-06T15:46:25.139Z Compiling critical-section v1.2.0
16712026-06-06T15:46:25.158Z Compiling futures-core v0.3.32
16722026-06-06T15:46:25.226Z Compiling log v0.4.32
16732026-06-06T15:46:25.279Z Compiling aws-lc-sys v0.41.0
16742026-06-06T15:46:25.320Z Compiling subtle v2.6.1
16752026-06-06T15:46:25.364Z Compiling equivalent v1.0.2
16762026-06-06T15:46:25.459Z Compiling httparse v1.10.1
16772026-06-06T15:46:25.479Z Compiling futures-sink v0.3.32
16782026-06-06T15:46:25.582Z Compiling slab v0.4.12
16792026-06-06T15:46:25.620Z Compiling rustix v1.1.4
16802026-06-06T15:46:25.644Z Compiling thiserror v1.0.69
16812026-06-06T15:46:25.676Z Compiling serde_derive v1.0.228
16822026-06-06T15:46:25.757Z Compiling zerofrom-derive v0.1.7
16832026-06-06T15:46:25.783Z Compiling yoke-derive v0.8.2
16842026-06-06T15:46:25.813Z Compiling zerovec-derive v0.11.3
16852026-06-06T15:46:25.974Z Compiling displaydoc v0.2.6
16862026-06-06T15:46:25.994Z Compiling schemars_derive v0.8.22
16872026-06-06T15:46:26.145Z Compiling thiserror-impl v2.0.18
16882026-06-06T15:46:26.285Z Compiling tokio-macros v2.7.0
16892026-06-06T15:46:26.802Z Compiling zerocopy-derive v0.8.50
16902026-06-06T15:46:26.846Z Compiling zeroize_derive v1.4.3
16912026-06-06T15:46:26.936Z Compiling zerofrom v0.1.8
16922026-06-06T15:46:26.954Z Compiling futures-macro v0.3.32
16932026-06-06T15:46:27.069Z Compiling yoke v0.8.3
16942026-06-06T15:46:27.087Z Compiling once_cell v1.21.4
16952026-06-06T15:46:27.234Z Compiling ucd-trie v0.1.7
16962026-06-06T15:46:27.277Z Compiling zerovec v0.11.6
16972026-06-06T15:46:27.337Z Compiling zerotrie v0.2.4
16982026-06-06T15:46:27.539Z Compiling pest v2.8.6
16992026-06-06T15:46:27.556Z Compiling zeroize v1.8.2
17002026-06-06T15:46:27.592Z Compiling typenum v1.20.1
17012026-06-06T15:46:27.788Z Compiling thiserror-impl v1.0.69
17022026-06-06T15:46:27.807Z Compiling futures-channel v0.3.32
17032026-06-06T15:46:27.807Z Compiling futures-io v0.3.32
17042026-06-06T15:46:27.912Z Compiling tinystr v0.8.3
17052026-06-06T15:46:28.020Z Compiling potential_utf v0.1.5
17062026-06-06T15:46:28.056Z Compiling futures-task v0.3.32
17072026-06-06T15:46:28.133Z Compiling icu_locale_core v2.2.0
17082026-06-06T15:46:28.207Z Compiling icu_collections v2.2.0
17092026-06-06T15:46:28.242Z Compiling futures-util v0.3.32
17102026-06-06T15:46:28.729Z Compiling pest_meta v2.8.6
17112026-06-06T15:46:28.899Z Compiling smallvec v1.15.1
17122026-06-06T15:46:28.938Z Compiling bytes v1.11.1
17132026-06-06T15:46:28.961Z Compiling icu_provider v2.2.0
17142026-06-06T15:46:28.981Z Compiling chrono v0.4.45
17152026-06-06T15:46:29.564Z Compiling icu_normalizer v2.2.0
17162026-06-06T15:46:29.564Z Compiling icu_properties v2.2.0
17172026-06-06T15:46:29.791Z Compiling parking_lot v0.12.5
17182026-06-06T15:46:29.943Z Compiling serde_tokenstream v0.2.3
17192026-06-06T15:46:30.239Z Compiling tokio v1.52.3
17202026-06-06T15:46:30.636Z Compiling idna_adapter v1.2.2
17212026-06-06T15:46:30.789Z Compiling idna v1.1.0
17222026-06-06T15:46:30.827Z Compiling pest_generator v2.8.6
17232026-06-06T15:46:31.004Z Compiling regex-syntax v0.8.10
17242026-06-06T15:46:31.149Z Compiling url v2.5.8
17252026-06-06T15:46:31.306Z Compiling getrandom v0.3.4
17262026-06-06T15:46:31.391Z Compiling strsim v0.11.1
17272026-06-06T15:46:31.436Z Compiling pest_derive v2.8.6
17282026-06-06T15:46:31.669Z Compiling rand_core v0.6.4
17292026-06-06T15:46:31.743Z Compiling aho-corasick v1.1.4
17302026-06-06T15:46:32.029Z Compiling byteorder v1.5.0
17312026-06-06T15:46:32.293Z Compiling hashbrown v0.17.1
17322026-06-06T15:46:32.402Z Compiling tracing-core v0.1.36
17332026-06-06T15:46:32.856Z Compiling regex-automata v0.4.14
17342026-06-06T15:46:32.986Z Compiling ipnetwork v0.21.1
17352026-06-06T15:46:33.111Z Compiling indexmap v2.14.0
17362026-06-06T15:46:33.130Z Compiling tracing-attributes v0.1.31
17372026-06-06T15:46:33.426Z Compiling ident_case v1.0.1
17382026-06-06T15:46:33.562Z Compiling slog v2.8.2
17392026-06-06T15:46:33.785Z Compiling anyhow v1.0.102
17402026-06-06T15:46:33.819Z Compiling base64 v0.22.1
17412026-06-06T15:46:33.940Z Compiling paste v1.0.15
17422026-06-06T15:46:34.300Z Compiling fnv v1.0.7
17432026-06-06T15:46:34.371Z Compiling tracing v0.1.44
17442026-06-06T15:46:34.505Z Compiling regex v1.12.3
17452026-06-06T15:46:34.536Z Compiling erased-serde v0.3.31
17462026-06-06T15:46:35.025Z Compiling omicron-workspace-hack v0.1.0
17472026-06-06T15:46:35.346Z Compiling http v1.4.1
17482026-06-06T15:46:35.789Z Compiling oxnet v0.1.6
17492026-06-06T15:46:36.007Z Compiling rustls-pki-types v1.14.1
17502026-06-06T15:46:36.636Z Compiling scroll_derive v0.13.1
17512026-06-06T15:46:36.867Z Compiling ring v0.17.14
17522026-06-06T15:46:37.025Z Compiling time-core v0.1.8
17532026-06-06T15:46:37.177Z Compiling aws-lc-rs v1.17.0
17542026-06-06T15:46:37.180Z Compiling num-conv v0.2.2
17552026-06-06T15:46:37.351Z Compiling time-macros v0.2.27
17562026-06-06T15:46:37.500Z Compiling tokio-util v0.7.18
17572026-06-06T15:46:37.882Z Compiling untrusted v0.7.1
17582026-06-06T15:46:38.028Z Compiling ipnet v2.12.0
17592026-06-06T15:46:38.345Z Compiling untrusted v0.9.0
17602026-06-06T15:46:38.480Z Compiling ppv-lite86 v0.2.21
17612026-06-06T15:46:38.767Z Compiling async-trait v0.1.89
17622026-06-06T15:46:38.811Z Compiling daft-derive v0.1.7
17632026-06-06T15:46:38.987Z Compiling crc32fast v1.5.0
17642026-06-06T15:46:39.188Z Compiling rustls v0.23.40
17652026-06-06T15:46:39.290Z Compiling camino v1.2.2
17662026-06-06T15:46:39.534Z Compiling http-body v1.0.1
17672026-06-06T15:46:39.679Z Compiling pretty-hex v0.4.2
17682026-06-06T15:46:39.697Z Compiling usdt-impl v0.6.0
17692026-06-06T15:46:39.713Z Compiling crossbeam-utils v0.8.21
17702026-06-06T15:46:39.749Z Compiling atomic-waker v1.1.2
17712026-06-06T15:46:39.953Z Compiling scroll v0.13.0
17722026-06-06T15:46:40.053Z Compiling plain v0.2.3
17732026-06-06T15:46:40.171Z Compiling try-lock v0.2.5
17742026-06-06T15:46:40.213Z Compiling ryu v1.0.23
17752026-06-06T15:46:40.287Z Compiling tower-layer v0.3.3
17762026-06-06T15:46:40.485Z Compiling tower-service v0.3.3
17772026-06-06T15:46:40.504Z Compiling want v0.3.1
17782026-06-06T15:46:40.588Z Compiling goblin v0.10.7
17792026-06-06T15:46:40.681Z Compiling h2 v0.4.14
17802026-06-06T15:46:41.588Z Compiling slog-async v2.8.0
17812026-06-06T15:46:41.677Z Compiling httpdate v1.0.3
17822026-06-06T15:46:42.066Z Compiling dtrace-parser v0.3.0
17832026-06-06T15:46:42.111Z Compiling thread-id v5.1.0
17842026-06-06T15:46:42.202Z Compiling ref-cast v1.0.25
17852026-06-06T15:46:43.047Z Compiling hyper v1.10.1
17862026-06-06T15:46:44.105Z Compiling dof v0.4.0
17872026-06-06T15:46:45.092Z Compiling hyper-util v0.1.20
17882026-06-06T15:46:45.397Z Compiling rand_core v0.9.5
17892026-06-06T15:46:45.656Z Compiling serde_urlencoded v0.7.1
17902026-06-06T15:46:45.944Z Compiling http-body-util v0.1.3
17912026-06-06T15:46:46.257Z Compiling ref-cast-impl v1.0.25
17922026-06-06T15:46:46.305Z Compiling syn v1.0.109
17932026-06-06T15:46:47.031Z Compiling usdt-attr-macro v0.6.0
17942026-06-06T15:46:47.108Z Compiling usdt-macro v0.6.0
17952026-06-06T15:46:47.875Z Compiling structmeta-derive v0.3.0
17962026-06-06T15:46:47.919Z Compiling multer v3.1.0
17972026-06-06T15:46:48.078Z Compiling foldhash v0.2.0
17982026-06-06T15:46:48.209Z Compiling powerfmt v0.2.0
17992026-06-06T15:46:48.280Z Compiling allocator-api2 v0.2.21
18002026-06-06T15:46:48.379Z Compiling deranged v0.5.8
18012026-06-06T15:46:48.574Z Compiling rand_chacha v0.9.0
18022026-06-06T15:46:48.682Z Compiling hashbrown v0.16.1
18032026-06-06T15:46:48.925Z Compiling structmeta v0.3.0
18042026-06-06T15:46:49.147Z Compiling darling_core v0.23.0
18052026-06-06T15:46:49.402Z Compiling newtype-uuid-macros v0.1.0
18062026-06-06T15:46:49.504Z Compiling num_threads v0.1.7
18072026-06-06T15:46:49.618Z Compiling rand v0.9.4
18082026-06-06T15:46:49.760Z Compiling time v0.3.47
18092026-06-06T15:46:50.194Z Compiling newtype-uuid v1.3.2
18102026-06-06T15:46:50.321Z Compiling async-stream-impl v0.3.6
18112026-06-06T15:46:50.786Z Compiling strum_macros v0.26.4
18122026-06-06T15:46:50.960Z Compiling sync_wrapper v1.0.2
18132026-06-06T15:46:51.081Z Compiling dropshot v0.17.1
18142026-06-06T15:46:51.182Z Compiling darling_macro v0.23.0
18152026-06-06T15:46:51.334Z Compiling hex v0.4.3
18162026-06-06T15:46:51.652Z Compiling tower v0.5.3
18172026-06-06T15:46:51.693Z Compiling daft v0.1.7
18182026-06-06T15:46:51.811Z Compiling darling v0.23.0
18192026-06-06T15:46:51.903Z Compiling crossbeam-channel v0.5.15
18202026-06-06T15:46:52.040Z Compiling webpki-roots v1.0.7
18212026-06-06T15:46:52.230Z Compiling openapiv3 v2.2.0
18222026-06-06T15:46:52.585Z Compiling generic-array v0.14.7
18232026-06-06T15:46:52.710Z Compiling fastrand v2.4.1
18242026-06-06T15:46:53.057Z Compiling tower-http v0.6.11
18252026-06-06T15:46:53.251Z Compiling serde_with_macros v3.20.0
18262026-06-06T15:46:53.712Z Compiling futures-executor v0.3.32
18272026-06-06T15:46:53.952Z Compiling dropshot_endpoint v0.17.1
18282026-06-06T15:46:54.176Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18292026-06-06T15:46:54.357Z Compiling thread_local v1.1.9
18302026-06-06T15:46:54.360Z Compiling cpufeatures v0.3.0
18312026-06-06T15:46:54.661Z Compiling openssl-probe v0.2.1
18322026-06-06T15:46:54.697Z Compiling futures v0.3.32
18332026-06-06T15:46:54.907Z Compiling rustls-native-certs v0.8.4
18342026-06-06T15:46:55.341Z Compiling derive-ex v0.1.8
18352026-06-06T15:46:55.689Z Compiling strum_macros v0.27.2
18362026-06-06T15:46:55.708Z Compiling is-terminal v0.4.17
18372026-06-06T15:46:55.815Z Compiling take_mut v0.2.2
18382026-06-06T15:46:55.939Z Compiling winnow v1.0.3
18392026-06-06T15:46:56.262Z Compiling term v1.2.1
18402026-06-06T15:46:56.907Z Compiling test-strategy v0.4.5
18412026-06-06T15:46:57.412Z Compiling slog-term v2.9.2
18422026-06-06T15:46:58.253Z Compiling tempfile v3.27.0
18432026-06-06T15:46:58.809Z Compiling macaddr v1.0.1
18442026-06-06T15:46:59.066Z Compiling hybrid-array v0.4.12
18452026-06-06T15:46:59.183Z Compiling match_cfg v0.1.0
18462026-06-06T15:46:59.267Z Compiling simd-adler32 v0.3.9
18472026-06-06T15:46:59.356Z Compiling adler2 v2.0.1
18482026-06-06T15:46:59.527Z Compiling miniz_oxide v0.8.9
18492026-06-06T15:46:59.561Z Compiling hostname v0.3.1
18502026-06-06T15:47:00.226Z Compiling slog-json v2.6.1
18512026-06-06T15:47:00.512Z Compiling memmap2 v0.9.10
18522026-06-06T15:47:00.828Z Compiling usdt v0.6.0
18532026-06-06T15:47:01.020Z Compiling slog-bunyan v2.5.0
18542026-06-06T15:47:01.094Z Compiling flate2 v1.1.9
18552026-06-06T15:47:01.205Z Compiling crypto-common v0.2.2
18562026-06-06T15:47:01.471Z Compiling block-buffer v0.12.0
18572026-06-06T15:47:01.651Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-06-06T15:47:01.699Z Compiling debug-ignore v1.0.5
18592026-06-06T15:47:01.757Z Compiling compression-core v0.4.32
18602026-06-06T15:47:01.816Z Compiling const-oid v0.10.2
18612026-06-06T15:47:02.056Z Compiling either v1.16.0
18622026-06-06T15:47:02.122Z Compiling digest v0.11.3
18632026-06-06T15:47:02.283Z Compiling compression-codecs v0.4.38
18642026-06-06T15:47:02.334Z Compiling toml_parser v1.1.2+spec-1.1.0
18652026-06-06T15:47:02.493Z Compiling crypto-common v0.1.7
18662026-06-06T15:47:02.572Z Compiling parse-display-derive v0.10.0
18672026-06-06T15:47:02.646Z Compiling rand_chacha v0.3.1
18682026-06-06T15:47:02.832Z Compiling serde_spanned v1.1.1
18692026-06-06T15:47:02.990Z Compiling toml_datetime v1.1.1+spec-1.1.0
18702026-06-06T15:47:03.010Z Compiling encoding_rs v0.8.35
18712026-06-06T15:47:03.284Z Compiling spin v0.9.8
18722026-06-06T15:47:03.406Z Compiling toml_writer v1.1.1+spec-1.1.0
18732026-06-06T15:47:03.423Z Compiling mime v0.3.17
18742026-06-06T15:47:03.639Z Compiling toml v1.1.2+spec-1.1.0
18752026-06-06T15:47:03.662Z Compiling rand v0.8.6
18762026-06-06T15:47:03.897Z Compiling async-compression v0.4.42
18772026-06-06T15:47:04.001Z Compiling sha1 v0.11.0
18782026-06-06T15:47:04.355Z Compiling strum v0.26.3
18792026-06-06T15:47:04.430Z Compiling async-stream v0.3.6
18802026-06-06T15:47:04.494Z Compiling waitgroup v0.1.2
18812026-06-06T15:47:04.623Z Compiling rustls-pemfile v2.2.0
18822026-06-06T15:47:04.653Z Compiling serde_path_to_error v0.1.20
18832026-06-06T15:47:04.695Z Compiling hostname v0.4.2
18842026-06-06T15:47:04.864Z Compiling wait-timeout v0.2.1
18852026-06-06T15:47:05.320Z Compiling bit-vec v0.8.0
18862026-06-06T15:47:05.338Z Compiling quick-error v1.2.3
18872026-06-06T15:47:05.453Z Compiling rusty-fork v0.3.1
18882026-06-06T15:47:05.472Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18892026-06-06T15:47:05.616Z Compiling bit-set v0.8.0
18902026-06-06T15:47:05.795Z Compiling serde_with v3.20.0
18912026-06-06T15:47:05.814Z Compiling rand_xorshift v0.4.0
18922026-06-06T15:47:05.954Z Compiling unarray v0.1.4
18932026-06-06T15:47:06.080Z Compiling proptest v1.11.0
18942026-06-06T15:47:06.279Z Compiling strum v0.27.2
18952026-06-06T15:47:06.419Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18962026-06-06T15:47:06.592Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18972026-06-06T15:47:06.688Z Compiling instant v0.1.13
18982026-06-06T15:47:07.008Z Compiling itertools v0.14.0
18992026-06-06T15:47:07.072Z Compiling iddqd v0.4.2
19002026-06-06T15:47:07.475Z Compiling unicode-width v0.2.2
19012026-06-06T15:47:08.217Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19022026-06-06T15:47:08.235Z Compiling block-buffer v0.10.4
19032026-06-06T15:47:08.425Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19042026-06-06T15:47:08.486Z Compiling backon v1.6.0
19052026-06-06T15:47:08.520Z Compiling regress v0.10.5
19062026-06-06T15:47:10.217Z Compiling digest v0.10.7
19072026-06-06T15:47:10.334Z Compiling backoff v0.4.0
19082026-06-06T15:47:10.544Z Compiling parse-display v0.10.0
19092026-06-06T15:47:10.877Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19102026-06-06T15:47:11.268Z Compiling humantime v2.3.0
19112026-06-06T15:47:13.341Z Compiling regress v0.11.1
19122026-06-06T15:47:14.489Z Compiling zerocopy-derive v0.7.35
19132026-06-06T15:47:14.883Z Compiling typify-impl v0.6.2
19142026-06-06T15:47:15.419Z Compiling darling_core v0.21.3
19152026-06-06T15:47:15.558Z Compiling clap_derive v4.6.1
19162026-06-06T15:47:16.294Z Compiling convert_case v0.4.0
19172026-06-06T15:47:16.390Z Compiling utf8parse v0.2.2
19182026-06-06T15:47:16.507Z Compiling cpufeatures v0.2.17
19192026-06-06T15:47:16.615Z Compiling derive_more v0.99.20
19202026-06-06T15:47:17.189Z Compiling anstyle-parse v1.0.0
19212026-06-06T15:47:17.457Z Compiling darling_macro v0.21.3
19222026-06-06T15:47:18.031Z Compiling terminal_size v0.4.4
19232026-06-06T15:47:18.066Z Compiling toml_datetime v0.6.11
19242026-06-06T15:47:18.144Z Compiling typify-macro v0.6.2
19252026-06-06T15:47:18.199Z Compiling colorchoice v1.0.5
19262026-06-06T15:47:18.296Z Compiling anstyle v1.0.14
19272026-06-06T15:47:18.535Z Compiling is_terminal_polyfill v1.70.2
19282026-06-06T15:47:18.553Z Compiling anstyle-query v1.1.5
19292026-06-06T15:47:18.630Z Compiling anstream v1.0.0
19302026-06-06T15:47:18.657Z Compiling darling v0.21.3
19312026-06-06T15:47:19.135Z Compiling secrecy v0.10.3
19322026-06-06T15:47:19.290Z Compiling crucible-workspace-hack v0.1.0
19332026-06-06T15:47:19.352Z Compiling tinyvec_macros v0.1.1
19342026-06-06T15:47:19.524Z Compiling heapless v0.8.0
19352026-06-06T15:47:19.676Z Compiling clap_lex v1.1.0
19362026-06-06T15:47:19.696Z Compiling typify v0.6.2
19372026-06-06T15:47:19.953Z Compiling clap_builder v4.6.0
19382026-06-06T15:47:20.030Z Compiling tinyvec v1.11.0
19392026-06-06T15:47:20.236Z Compiling ingot-macros v0.1.1
19402026-06-06T15:47:20.267Z Compiling zerocopy v0.7.35
19412026-06-06T15:47:20.783Z Compiling hash32 v0.3.1
19422026-06-06T15:47:20.863Z Compiling scroll_derive v0.12.1
19432026-06-06T15:47:20.944Z Compiling rustc_version v0.4.1
19442026-06-06T15:47:21.139Z Compiling num-integer v0.1.46
19452026-06-06T15:47:21.209Z Compiling usdt-impl v0.5.0
19462026-06-06T15:47:21.484Z Compiling smoltcp v0.11.0
19472026-06-06T15:47:21.606Z Compiling scroll v0.12.0
19482026-06-06T15:47:21.753Z Compiling curve25519-dalek v4.1.3
19492026-06-06T15:47:21.894Z Compiling clap v4.6.1
19502026-06-06T15:47:22.124Z Compiling dof v0.3.0
19512026-06-06T15:47:22.850Z Compiling ingot-types v0.1.2
19522026-06-06T15:47:23.579Z Compiling hmac v0.12.1
19532026-06-06T15:47:23.602Z Compiling dtrace-parser v0.2.0
19542026-06-06T15:47:23.734Z Compiling inout v0.1.4
19552026-06-06T15:47:23.847Z Compiling ff v0.13.1
19562026-06-06T15:47:23.896Z Compiling cobs v0.3.0
19572026-06-06T15:47:24.162Z Compiling thread-id v4.2.2
19582026-06-06T15:47:24.221Z Compiling managed v0.8.0
19592026-06-06T15:47:24.401Z Compiling unsafe-libyaml v0.2.11
19602026-06-06T15:47:24.737Z Compiling bitflags v1.3.2
19612026-06-06T15:47:25.051Z Compiling serde_yaml v0.9.34+deprecated
19622026-06-06T15:47:25.516Z Compiling postcard v1.1.3
19632026-06-06T15:47:25.882Z Compiling group v0.13.0
19642026-06-06T15:47:25.922Z Compiling cipher v0.4.4
19652026-06-06T15:47:26.171Z Compiling hkdf v0.12.4
19662026-06-06T15:47:26.340Z Compiling ingot v0.1.1
19672026-06-06T15:47:26.936Z Compiling goblin v0.8.2
19682026-06-06T15:47:27.168Z Compiling num-iter v0.1.45
19692026-06-06T15:47:27.301Z Compiling num-rational v0.4.2
19702026-06-06T15:47:28.534Z Compiling tabwriter v1.4.1
19712026-06-06T15:47:28.605Z Compiling universal-hash v0.5.1
19722026-06-06T15:47:28.753Z Compiling crypto-bigint v0.5.5
19732026-06-06T15:47:28.868Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19742026-06-06T15:47:28.887Z Compiling hubpack_derive v0.1.1
19752026-06-06T15:47:29.423Z Compiling thiserror-impl-no-std v2.0.2
19762026-06-06T15:47:29.879Z Compiling crossbeam-epoch v0.9.18
19772026-06-06T15:47:30.180Z Compiling half v2.7.1
19782026-06-06T15:47:30.362Z Compiling curve25519-dalek-derive v0.1.1
19792026-06-06T15:47:30.527Z Compiling num-complex v0.4.6
19802026-06-06T15:47:31.065Z Compiling memoffset v0.9.1
19812026-06-06T15:47:31.183Z Compiling cfg_aliases v0.2.1
19822026-06-06T15:47:31.250Z Compiling base64ct v1.8.3
19832026-06-06T15:47:31.453Z Compiling base16ct v0.2.0
19842026-06-06T15:47:31.605Z Compiling opaque-debug v0.3.1
19852026-06-06T15:47:31.632Z Compiling ciborium-io v0.2.2
19862026-06-06T15:47:31.730Z Compiling prettyplease v0.2.37
19872026-06-06T15:47:32.225Z Compiling ciborium-ll v0.2.2
19882026-06-06T15:47:32.245Z Compiling poly1305 v0.8.0
19892026-06-06T15:47:32.626Z Compiling elliptic-curve v0.13.8
19902026-06-06T15:47:32.849Z Compiling password-hash v0.5.0
19912026-06-06T15:47:33.410Z Compiling nix v0.31.3
19922026-06-06T15:47:33.798Z Compiling num v0.4.3
19932026-06-06T15:47:33.815Z Compiling thiserror-no-std v2.0.2
19942026-06-06T15:47:33.909Z Compiling hubpack v0.1.2
19952026-06-06T15:47:34.983Z Compiling chacha20 v0.9.1
19962026-06-06T15:47:35.244Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19972026-06-06T15:47:35.520Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19982026-06-06T15:47:35.796Z Compiling reqwest v0.12.28
19992026-06-06T15:47:36.568Z Compiling toml_edit v0.25.12+spec-1.1.0
20002026-06-06T15:47:36.772Z Compiling blake2 v0.10.6
20012026-06-06T15:47:36.838Z Compiling aead v0.5.2
20022026-06-06T15:47:37.260Z Compiling byte-wrapper v0.1.0
20032026-06-06T15:47:37.345Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20042026-06-06T15:47:37.436Z Compiling serde_repr v0.1.20
20052026-06-06T15:47:38.026Z Compiling proc-macro-error-attr v1.0.4
20062026-06-06T15:47:38.109Z Compiling bstr v1.12.1
20072026-06-06T15:47:38.386Z Compiling rustix v0.38.44
20082026-06-06T15:47:38.446Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20092026-06-06T15:47:38.483Z Compiling static_assertions v1.1.0
20102026-06-06T15:47:38.564Z Compiling keccak v0.1.6
20112026-06-06T15:47:38.709Z Compiling float-ord v0.3.2
20122026-06-06T15:47:38.792Z Compiling sha3 v0.10.9
20132026-06-06T15:47:39.167Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20142026-06-06T15:47:39.245Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20152026-06-06T15:47:39.740Z Compiling proc-macro-crate v3.5.0
20162026-06-06T15:47:39.758Z Compiling argon2 v0.5.3
20172026-06-06T15:47:40.149Z Compiling chacha20poly1305 v0.10.1
20182026-06-06T15:47:40.329Z Compiling progenitor-client v0.10.0
20192026-06-06T15:47:40.737Z Compiling vsss-rs v3.3.4
20202026-06-06T15:47:41.938Z Compiling rustls-webpki v0.103.13
20212026-06-06T15:47:42.230Z Compiling ciborium v0.2.2
20222026-06-06T15:47:43.039Z Compiling usdt-macro v0.5.0
20232026-06-06T15:47:43.063Z Compiling usdt-attr-macro v0.5.0
20242026-06-06T15:47:44.696Z Compiling num-derive v0.4.2
20252026-06-06T15:47:44.733Z Compiling enum-as-inner v0.6.1
20262026-06-06T15:47:45.314Z Compiling proc-macro-error v1.0.4
20272026-06-06T15:47:45.448Z Compiling memmap v0.7.0
20282026-06-06T15:47:45.694Z Compiling indent_write v2.2.0
20292026-06-06T15:47:45.738Z Compiling data-encoding v2.11.0
20302026-06-06T15:47:45.896Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20312026-06-06T15:47:46.080Z Compiling winnow v0.5.40
20322026-06-06T15:47:46.278Z Compiling usdt v0.5.0
20332026-06-06T15:47:46.382Z Compiling tokio-rustls v0.26.4
20342026-06-06T15:47:46.705Z Compiling hyper-rustls v0.27.9
20352026-06-06T15:47:46.762Z Compiling rustls-platform-verifier v0.7.0
20362026-06-06T15:47:47.257Z Compiling reqwest v0.13.4
20372026-06-06T15:47:47.478Z Compiling toml_edit v0.19.15
20382026-06-06T15:47:47.576Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-06T15:47:49.380Z Compiling progenitor-client v0.14.0
20402026-06-06T15:47:49.858Z Compiling progenitor-extras v0.2.0
20412026-06-06T15:47:50.543Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-06T15:47:50.974Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20432026-06-06T15:47:51.088Z Compiling num_enum_derive v0.7.6
20442026-06-06T15:47:52.174Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20452026-06-06T15:47:54.645Z Compiling serde_spanned v0.6.9
20462026-06-06T15:47:54.801Z Compiling foreign-types-macros v0.2.3
20472026-06-06T15:47:56.893Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-06T15:47:59.243Z Compiling vcpkg v0.2.15
20492026-06-06T15:48:01.334Z Compiling colored v3.1.1
20502026-06-06T15:48:01.357Z Compiling toml_write v0.1.2
20512026-06-06T15:48:01.575Z Compiling bytecount v0.6.9
20522026-06-06T15:48:01.578Z Compiling pkg-config v0.3.33
20532026-06-06T15:48:02.009Z Compiling winnow v0.7.15
20542026-06-06T15:48:02.029Z Compiling foreign-types-shared v0.3.1
20552026-06-06T15:48:02.049Z Compiling openssl-sys v0.9.116
20562026-06-06T15:48:02.111Z Compiling foreign-types v0.5.0
20572026-06-06T15:48:02.205Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-06T15:48:02.482Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-06T15:48:02.905Z Compiling num_enum v0.7.6
20602026-06-06T15:48:03.045Z Compiling proc-macro-crate v1.3.1
20612026-06-06T15:48:03.386Z Compiling toml_edit v0.22.27
20622026-06-06T15:48:03.714Z Compiling progenitor-impl v0.13.0
20632026-06-06T15:48:04.440Z Compiling chacha20 v0.10.0
20642026-06-06T15:48:04.745Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20652026-06-06T15:48:05.412Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20662026-06-06T15:48:05.448Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20672026-06-06T15:48:05.692Z Compiling cstr-argument v0.1.2
20682026-06-06T15:48:05.713Z Compiling semver v0.1.20
20692026-06-06T15:48:05.776Z Compiling unicode-segmentation v1.13.3
20702026-06-06T15:48:05.845Z Compiling linked-hash-map v0.5.6
20712026-06-06T15:48:05.866Z Compiling resolv-conf v0.7.6
20722026-06-06T15:48:05.976Z Compiling rayon-core v1.13.0
20732026-06-06T15:48:06.061Z Compiling swrite v0.1.0
20742026-06-06T15:48:06.179Z Compiling heck v0.4.1
20752026-06-06T15:48:06.388Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20762026-06-06T15:48:06.425Z Compiling newline-converter v0.3.0
20772026-06-06T15:48:06.450Z Compiling lru-cache v0.1.2
20782026-06-06T15:48:06.479Z Compiling rustc_version v0.1.7
20792026-06-06T15:48:06.482Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20802026-06-06T15:48:06.581Z Compiling progenitor-macro v0.13.0
20812026-06-06T15:48:06.673Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20822026-06-06T15:48:06.714Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20832026-06-06T15:48:06.851Z Compiling toml v0.8.23
20842026-06-06T15:48:06.940Z Compiling rand v0.10.1
20852026-06-06T15:48:07.760Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20862026-06-06T15:48:07.780Z Compiling num_enum_derive v0.5.11
20872026-06-06T15:48:07.853Z Compiling atomicwrites v0.4.4
20882026-06-06T15:48:07.950Z Compiling progenitor-client v0.13.0
20892026-06-06T15:48:07.995Z Compiling hickory-proto v0.24.4
20902026-06-06T15:48:08.135Z Compiling similar v2.7.0
20912026-06-06T15:48:08.357Z Compiling crossbeam-deque v0.8.6
20922026-06-06T15:48:08.580Z Compiling progenitor-impl v0.14.0
20932026-06-06T15:48:08.797Z Compiling console v0.15.11
20942026-06-06T15:48:10.090Z Compiling camino-tempfile v1.4.1
20952026-06-06T15:48:10.494Z Compiling serde-big-array v0.5.1
20962026-06-06T15:48:10.622Z Compiling derive-where v1.6.1
20972026-06-06T15:48:10.658Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20982026-06-06T15:48:10.725Z Compiling pin-project-internal v1.1.13
20992026-06-06T15:48:10.940Z Compiling lazy_static v1.5.0
21002026-06-06T15:48:11.059Z Compiling siphasher v1.0.3
21012026-06-06T15:48:11.187Z Compiling minimal-lexical v0.2.1
21022026-06-06T15:48:11.273Z Compiling phf_shared v0.12.1
21032026-06-06T15:48:11.444Z Compiling nom v7.1.3
21042026-06-06T15:48:11.844Z Compiling pin-project v1.1.13
21052026-06-06T15:48:11.903Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21062026-06-06T15:48:11.961Z Compiling progenitor v0.13.0
21072026-06-06T15:48:12.110Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21082026-06-06T15:48:12.360Z Compiling progenitor-macro v0.14.0
21092026-06-06T15:48:12.789Z Compiling hickory-resolver v0.24.4
21102026-06-06T15:48:15.548Z Compiling expectorate v1.2.0
21112026-06-06T15:48:15.771Z Compiling num_enum v0.5.11
21122026-06-06T15:48:17.453Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-06-06T15:48:18.102Z Compiling newtype_derive v0.1.6
21142026-06-06T15:48:18.614Z Compiling unicode-normalization v0.1.25
21152026-06-06T15:48:19.218Z Compiling tokio-stream v0.1.18
21162026-06-06T15:48:19.786Z Compiling async-recursion v1.1.1
21172026-06-06T15:48:20.052Z Compiling snafu-derive v0.8.9
21182026-06-06T15:48:20.261Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21192026-06-06T15:48:20.552Z Compiling slog-dtrace v0.3.0
21202026-06-06T15:48:20.589Z Compiling csv-core v0.1.13
21212026-06-06T15:48:20.823Z Compiling unicode-width v0.1.14
21222026-06-06T15:48:20.999Z Compiling foldhash v0.1.5
21232026-06-06T15:48:21.143Z Compiling highway v1.3.0
21242026-06-06T15:48:21.229Z Compiling same-file v1.0.6
21252026-06-06T15:48:21.416Z Compiling cancel-safe-futures v0.1.5
21262026-06-06T15:48:21.552Z Compiling chrono-tz v0.10.4
21272026-06-06T15:48:21.709Z Compiling foreign-types-shared v0.1.1
21282026-06-06T15:48:21.805Z Compiling openssl v0.10.80
21292026-06-06T15:48:21.823Z Compiling konst_macro_rules v0.2.19
21302026-06-06T15:48:21.826Z Compiling owo-colors v4.3.0
21312026-06-06T15:48:21.861Z Compiling unicode-xid v0.2.6
21322026-06-06T15:48:21.993Z Compiling const_format_proc_macros v0.2.34
21332026-06-06T15:48:22.018Z Compiling konst v0.2.20
21342026-06-06T15:48:22.130Z Compiling snafu v0.8.9
21352026-06-06T15:48:22.277Z Compiling foreign-types v0.3.2
21362026-06-06T15:48:22.392Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-06T15:48:22.410Z Compiling walkdir v2.5.0
21382026-06-06T15:48:22.691Z Compiling hashbrown v0.15.5
21392026-06-06T15:48:22.860Z Compiling csv v1.4.0
21402026-06-06T15:48:23.312Z Compiling progenitor v0.14.0
21412026-06-06T15:48:23.344Z Compiling qorb v0.4.1
21422026-06-06T15:48:23.365Z Compiling olpc-cjson v0.1.4
21432026-06-06T15:48:23.451Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-06-06T15:48:23.808Z Compiling rayon v1.12.0
21452026-06-06T15:48:24.741Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21462026-06-06T15:48:25.279Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-06T15:48:26.015Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-06T15:48:26.848Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-06T15:48:27.388Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21502026-06-06T15:48:28.280Z Compiling phf v0.12.1
21512026-06-06T15:48:28.907Z Compiling zone_cfg_derive v0.3.1
21522026-06-06T15:48:28.960Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-06T15:48:29.537Z Compiling tokio-dtrace v0.1.1
21542026-06-06T15:48:29.615Z Compiling globset v0.4.18
21552026-06-06T15:48:29.860Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21562026-06-06T15:48:30.084Z Compiling itertools v0.12.1
21572026-06-06T15:48:31.516Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-06T15:48:31.563Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21592026-06-06T15:48:31.566Z Compiling libsw-core v0.3.2
21602026-06-06T15:48:31.633Z Compiling pem v3.0.6
21612026-06-06T15:48:31.767Z Compiling serde_plain v1.0.2
21622026-06-06T15:48:32.058Z Compiling openssl-macros v0.1.1
21632026-06-06T15:48:32.148Z Compiling cookie v0.18.1
21642026-06-06T15:48:32.246Z Compiling sigpipe v0.1.3
21652026-06-06T15:48:32.337Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-06-06T15:48:32.354Z Compiling fixedbitset v0.5.7
21672026-06-06T15:48:32.415Z Compiling typed-path v0.9.3
21682026-06-06T15:48:32.592Z Compiling fixedbitset v0.4.2
21692026-06-06T15:48:32.809Z Compiling glob v0.3.3
21702026-06-06T15:48:32.870Z Compiling jiff v0.2.28
21712026-06-06T15:48:32.968Z Compiling petgraph v0.6.5
21722026-06-06T15:48:33.291Z Compiling petgraph v0.8.3
21732026-06-06T15:48:33.729Z Compiling tough v0.22.0
21742026-06-06T15:48:34.598Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-06-06T15:48:34.770Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21762026-06-06T15:48:34.844Z Compiling libsw v3.5.0
21772026-06-06T15:48:35.035Z Compiling zone v0.3.1
21782026-06-06T15:48:35.320Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21792026-06-06T15:48:35.619Z Compiling oxide-tokio-rt v0.1.6
21802026-06-06T15:48:35.668Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-06-06T15:48:36.187Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-06T15:48:36.768Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21832026-06-06T15:48:38.594Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-06-06T15:48:38.812Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-06T15:48:39.107Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-06T15:48:39.575Z Compiling const_format v0.2.36
21872026-06-06T15:48:40.444Z Compiling papergrid v0.11.0
21882026-06-06T15:48:40.710Z Compiling tabled_derive v0.7.0
21892026-06-06T15:48:41.145Z Compiling gethostname v0.5.0
21902026-06-06T15:48:41.290Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-06-06T15:48:41.712Z Compiling libscf-sys v1.2.0
21922026-06-06T15:48:41.869Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21932026-06-06T15:48:42.380Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-06-06T15:48:42.516Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21952026-06-06T15:48:42.548Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-06-06T15:48:42.733Z Compiling smf v0.2.3
21972026-06-06T15:48:43.038Z Compiling bcs v0.1.6
21982026-06-06T15:48:43.057Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21992026-06-06T15:48:43.460Z Compiling tagptr v0.2.0
22002026-06-06T15:48:43.591Z Compiling unicode-linebreak v0.1.5
22012026-06-06T15:48:43.629Z Compiling linear-map v1.2.0
22022026-06-06T15:48:43.857Z Compiling smawk v0.3.2
22032026-06-06T15:48:43.860Z Compiling whoami v1.6.1
22042026-06-06T15:48:43.894Z Compiling termtree v0.5.1
22052026-06-06T15:48:44.067Z Compiling textwrap v0.16.2
22062026-06-06T15:48:45.278Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-06-06T15:48:45.603Z Compiling moka v0.12.15
22082026-06-06T15:48:45.622Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22092026-06-06T15:48:45.983Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-06-06T15:48:46.026Z Compiling tabled v0.15.0
22112026-06-06T15:48:46.768Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-06-06T15:48:46.830Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-06-06T15:48:47.048Z Compiling steno v0.4.1
22142026-06-06T15:48:47.067Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-06T15:48:49.634Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22162026-06-06T15:48:52.883Z Compiling hickory-proto v0.25.2
22172026-06-06T15:48:53.346Z Compiling proc-macro-error-attr2 v2.0.0
22182026-06-06T15:48:53.806Z Compiling proc-macro-error2 v2.0.1
22192026-06-06T15:48:53.851Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22202026-06-06T15:48:54.108Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22212026-06-06T15:48:54.127Z Compiling parking_lot_core v0.8.6
22222026-06-06T15:48:54.349Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22232026-06-06T15:48:54.435Z Compiling tabled_derive v0.11.0
22242026-06-06T15:48:54.476Z Compiling papergrid v0.18.0
22252026-06-06T15:48:55.296Z Compiling hickory-resolver v0.25.2
22262026-06-06T15:48:55.554Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-06-06T15:48:56.011Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22282026-06-06T15:48:56.433Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22292026-06-06T15:48:57.467Z Compiling testing_table v0.3.0
22302026-06-06T15:48:57.926Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22312026-06-06T15:48:58.468Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-06-06T15:48:58.581Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22332026-06-06T15:48:59.730Z Compiling tabled v0.21.0
22342026-06-06T15:48:59.967Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22352026-06-06T15:49:01.310Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22362026-06-06T15:49:01.428Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22372026-06-06T15:49:01.522Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22382026-06-06T15:49:02.139Z Compiling arc-swap v1.9.1
22392026-06-06T15:49:02.224Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22402026-06-06T15:49:02.482Z Compiling slog-scope v4.4.1
22412026-06-06T15:49:03.275Z Compiling parking_lot v0.11.2
22422026-06-06T15:49:03.680Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22432026-06-06T15:49:04.151Z Compiling dropshot-api-manager-types v0.7.2
22442026-06-06T15:49:04.237Z Compiling fxhash v0.2.1
22452026-06-06T15:49:04.387Z Compiling crc8 v0.1.1
22462026-06-06T15:49:04.533Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22472026-06-06T15:49:04.740Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22482026-06-06T15:49:05.429Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22492026-06-06T15:49:05.848Z Compiling sled v0.34.7
22502026-06-06T15:49:07.541Z Compiling slog-stdlog v4.1.1
22512026-06-06T15:49:07.963Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22522026-06-06T15:49:08.163Z Compiling slog-envlogger v2.2.0
22532026-06-06T15:49:09.176Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22542026-06-06T15:49:09.190Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22552026-06-06T15:49:11.243Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22562026-06-06T15:49:15.108Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22572026-06-06T15:49:15.553Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22582026-06-06T15:49:24.903Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22592026-06-06T15:49:30.345Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22602026-06-06T15:49:33.496Z Finished `release` profile [optimized] target(s) in 3m 40s
22612026-06-06T15:49:33.829Z+ banner trio
22622026-06-06T15:49:33.832Z
22632026-06-06T15:49:33.832Z ##### ##### # ####
22642026-06-06T15:49:33.832Z # # # # # #
22652026-06-06T15:49:33.832Z # # # # # #
22662026-06-06T15:49:33.832Z # ##### # # #
22672026-06-06T15:49:33.832Z # # # # # #
22682026-06-06T15:49:33.832Z # # # # ####
22692026-06-06T15:49:33.832Z
22702026-06-06T15:49:33.832Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22712026-06-06T15:49:34.392Z Compiling cfg-if v1.0.4
22722026-06-06T15:49:34.395Z Compiling libc v0.2.186
22732026-06-06T15:49:34.395Z Compiling serde_core v1.0.228
22742026-06-06T15:49:34.492Z Compiling memchr v2.8.1
22752026-06-06T15:49:34.505Z Compiling itoa v1.0.18
22762026-06-06T15:49:34.508Z Compiling smallvec v1.15.1
22772026-06-06T15:49:34.520Z Compiling stable_deref_trait v1.2.1
22782026-06-06T15:49:34.524Z Compiling zerofrom v0.1.8
22792026-06-06T15:49:34.548Z Compiling zmij v1.0.21
22802026-06-06T15:49:34.588Z Compiling litemap v0.8.2
22812026-06-06T15:49:34.646Z Compiling yoke v0.8.3
22822026-06-06T15:49:34.734Z Compiling writeable v0.6.3
22832026-06-06T15:49:34.746Z Compiling utf8_iter v1.0.4
22842026-06-06T15:49:34.779Z Compiling percent-encoding v2.3.2
22852026-06-06T15:49:34.837Z Compiling zerovec v0.11.6
22862026-06-06T15:49:34.874Z Compiling zerotrie v0.2.4
22872026-06-06T15:49:34.905Z Compiling libm v0.2.16
22882026-06-06T15:49:34.966Z Compiling icu_normalizer_data v2.2.0
22892026-06-06T15:49:35.001Z Compiling icu_properties_data v2.2.0
22902026-06-06T15:49:35.039Z Compiling form_urlencoded v1.2.2
22912026-06-06T15:49:35.049Z Compiling rand_core v0.10.1
22922026-06-06T15:49:35.163Z Compiling errno v0.3.14
22932026-06-06T15:49:35.206Z Compiling getrandom v0.4.2
22942026-06-06T15:49:35.294Z Compiling iana-time-zone v0.1.65
22952026-06-06T15:49:35.307Z Compiling pin-project-lite v0.2.17
22962026-06-06T15:49:35.337Z Compiling zeroize v1.8.2
22972026-06-06T15:49:35.402Z Compiling tinystr v0.8.3
22982026-06-06T15:49:35.413Z Compiling potential_utf v0.1.5
22992026-06-06T15:49:35.435Z Compiling dyn-clone v1.0.20
23002026-06-06T15:49:35.578Z Compiling icu_locale_core v2.2.0
23012026-06-06T15:49:35.581Z Compiling icu_collections v2.2.0
23022026-06-06T15:49:35.598Z Compiling socket2 v0.6.4
23032026-06-06T15:49:35.601Z Compiling scopeguard v1.2.0
23042026-06-06T15:49:35.618Z Compiling parking_lot_core v0.9.12
23052026-06-06T15:49:35.636Z Compiling signal-hook-registry v1.4.8
23062026-06-06T15:49:35.717Z Compiling num-traits v0.2.19
23072026-06-06T15:49:36.010Z Compiling lock_api v0.4.14
23082026-06-06T15:49:36.163Z Compiling mio v1.2.1
23092026-06-06T15:49:36.259Z Compiling parking_lot v0.12.5
23102026-06-06T15:49:36.331Z Compiling serde v1.0.228
23112026-06-06T15:49:36.365Z Compiling serde_json v1.0.150
23122026-06-06T15:49:36.468Z Compiling icu_provider v2.2.0
23132026-06-06T15:49:36.505Z Compiling uuid v1.23.2
23142026-06-06T15:49:36.628Z Compiling semver v1.0.28
23152026-06-06T15:49:36.888Z Compiling bytes v1.11.1
23162026-06-06T15:49:36.996Z Compiling icu_properties v2.2.0
23172026-06-06T15:49:37.129Z Compiling icu_normalizer v2.2.0
23182026-06-06T15:49:37.146Z Compiling chrono v0.4.45
23192026-06-06T15:49:37.177Z Compiling portable-atomic v1.13.1
23202026-06-06T15:49:37.292Z Compiling thiserror v2.0.18
23212026-06-06T15:49:37.409Z Compiling bitflags v2.12.1
23222026-06-06T15:49:37.792Z Compiling tokio v1.52.3
23232026-06-06T15:49:37.814Z Compiling futures-core v0.3.32
23242026-06-06T15:49:37.887Z Compiling critical-section v1.2.0
23252026-06-06T15:49:37.977Z Compiling idna_adapter v1.2.2
23262026-06-06T15:49:38.006Z Compiling once_cell v1.21.4
23272026-06-06T15:49:38.125Z Compiling idna v1.1.0
23282026-06-06T15:49:38.254Z Compiling subtle v2.6.1
23292026-06-06T15:49:38.333Z Compiling equivalent v1.0.2
23302026-06-06T15:49:38.428Z Compiling log v0.4.32
23312026-06-06T15:49:38.440Z Compiling zerocopy v0.8.50
23322026-06-06T15:49:38.513Z Compiling url v2.5.8
23332026-06-06T15:49:38.587Z Compiling futures-sink v0.3.32
23342026-06-06T15:49:38.680Z Compiling slab v0.4.12
23352026-06-06T15:49:38.700Z Compiling typenum v1.20.1
23362026-06-06T15:49:38.890Z Compiling futures-channel v0.3.32
23372026-06-06T15:49:39.052Z Compiling getrandom v0.2.17
23382026-06-06T15:49:39.152Z Compiling schemars v0.8.22
23392026-06-06T15:49:39.268Z Compiling futures-io v0.3.32
23402026-06-06T15:49:39.484Z Compiling futures-task v0.3.32
23412026-06-06T15:49:39.513Z Compiling rand_core v0.6.4
23422026-06-06T15:49:39.662Z Compiling futures-util v0.3.32
23432026-06-06T15:49:39.774Z Compiling hashbrown v0.17.1
23442026-06-06T15:49:40.280Z Compiling tracing-core v0.1.36
23452026-06-06T15:49:40.449Z Compiling indexmap v2.14.0
23462026-06-06T15:49:40.648Z Compiling tracing v0.1.44
23472026-06-06T15:49:41.006Z Compiling ipnetwork v0.21.1
23482026-06-06T15:49:41.041Z Compiling base64 v0.22.1
23492026-06-06T15:49:41.278Z Compiling http v1.4.1
23502026-06-06T15:49:41.362Z Compiling unicode-ident v1.0.24
23512026-06-06T15:49:41.505Z Compiling proc-macro2 v1.0.106
23522026-06-06T15:49:41.533Z Compiling slog v2.8.2
23532026-06-06T15:49:41.563Z Compiling erased-serde v0.3.31
23542026-06-06T15:49:41.591Z Compiling fnv v1.0.7
23552026-06-06T15:49:41.704Z Compiling oxnet v0.1.6
23562026-06-06T15:49:42.357Z Compiling quote v1.0.45
23572026-06-06T15:49:42.779Z Compiling syn v2.0.117
23582026-06-06T15:49:43.030Z Compiling tokio-util v0.7.18
23592026-06-06T15:49:43.099Z Compiling ipnet v2.12.0
23602026-06-06T15:49:43.173Z Compiling byteorder v1.5.0
23612026-06-06T15:49:43.430Z Compiling thiserror v1.0.69
23622026-06-06T15:49:43.545Z Compiling ppv-lite86 v0.2.21
23632026-06-06T15:49:43.675Z Compiling rustls-pki-types v1.14.1
23642026-06-06T15:49:43.894Z Compiling aws-lc-sys v0.41.0
23652026-06-06T15:49:43.894Z Compiling http-body v1.0.1
23662026-06-06T15:49:44.077Z Compiling untrusted v0.7.1
23672026-06-06T15:49:44.173Z Compiling atomic-waker v1.1.2
23682026-06-06T15:49:44.209Z Compiling httparse v1.10.1
23692026-06-06T15:49:44.244Z Compiling pretty-hex v0.4.2
23702026-06-06T15:49:44.287Z Compiling rustls v0.23.40
23712026-06-06T15:49:44.305Z Compiling ryu v1.0.23
23722026-06-06T15:49:44.385Z Compiling aws-lc-rs v1.17.0
23732026-06-06T15:49:44.464Z Compiling tower-layer v0.3.3
23742026-06-06T15:49:44.522Z Compiling try-lock v0.2.5
23752026-06-06T15:49:44.538Z Compiling untrusted v0.9.0
23762026-06-06T15:49:44.596Z Compiling tower-service v0.3.3
23772026-06-06T15:49:44.639Z Compiling want v0.3.1
23782026-06-06T15:49:44.676Z Compiling h2 v0.4.14
23792026-06-06T15:49:44.691Z Compiling httpdate v1.0.3
23802026-06-06T15:49:44.691Z Compiling rustix v1.1.4
23812026-06-06T15:49:44.713Z Compiling regex-syntax v0.8.10
23822026-06-06T15:49:44.817Z Compiling plain v0.2.3
23832026-06-06T15:49:44.937Z Compiling getrandom v0.3.4
23842026-06-06T15:49:45.067Z Compiling omicron-workspace-hack v0.1.0
23852026-06-06T15:49:45.143Z Compiling ucd-trie v0.1.7
23862026-06-06T15:49:45.156Z Compiling rand_core v0.9.5
23872026-06-06T15:49:45.421Z Compiling pest v2.8.6
23882026-06-06T15:49:45.731Z Compiling rustls-webpki v0.103.13
23892026-06-06T15:49:47.115Z Compiling hyper v1.10.1
23902026-06-06T15:49:47.283Z Compiling crossbeam-utils v0.8.21
23912026-06-06T15:49:48.059Z Compiling serde_urlencoded v0.7.1
23922026-06-06T15:49:48.353Z Compiling http-body-util v0.1.3
23932026-06-06T15:49:48.367Z Compiling foldhash v0.2.0
23942026-06-06T15:49:48.664Z Compiling hyper-util v0.1.20
23952026-06-06T15:49:48.686Z Compiling allocator-api2 v0.2.21
23962026-06-06T15:49:49.084Z Compiling hashbrown v0.16.1
23972026-06-06T15:49:49.807Z Compiling newtype-uuid v1.3.2
23982026-06-06T15:49:50.767Z Compiling tokio-rustls v0.26.4
23992026-06-06T15:49:50.831Z Compiling hex v0.4.3
24002026-06-06T15:49:51.102Z Compiling daft v0.1.7
24012026-06-06T15:49:51.159Z Compiling rand_chacha v0.9.0
24022026-06-06T15:49:51.402Z Compiling sync_wrapper v1.0.2
24032026-06-06T15:49:51.495Z Compiling aho-corasick v1.1.4
24042026-06-06T15:49:51.533Z Compiling fastrand v2.4.1
24052026-06-06T15:49:51.661Z Compiling tower v0.5.3
24062026-06-06T15:49:51.770Z Compiling anyhow v1.0.102
24072026-06-06T15:49:51.829Z Compiling rand v0.9.4
24082026-06-06T15:49:51.877Z Compiling powerfmt v0.2.0
24092026-06-06T15:49:51.945Z Compiling generic-array v0.14.7
24102026-06-06T15:49:52.137Z Compiling tower-http v0.6.11
24112026-06-06T15:49:52.267Z Compiling deranged v0.5.8
24122026-06-06T15:49:52.412Z Compiling openapiv3 v2.2.0
24132026-06-06T15:49:52.504Z Compiling regex-automata v0.4.14
24142026-06-06T15:49:52.524Z Compiling cpufeatures v0.3.0
24152026-06-06T15:49:52.604Z Compiling openssl-probe v0.2.1
24162026-06-06T15:49:52.833Z Compiling time-core v0.1.8
24172026-06-06T15:49:52.861Z Compiling num-conv v0.2.2
24182026-06-06T15:49:52.990Z Compiling num_threads v0.1.7
24192026-06-06T15:49:53.021Z Compiling rustls-native-certs v0.8.4
24202026-06-06T15:49:53.090Z Compiling camino v1.2.2
24212026-06-06T15:49:53.381Z Compiling time v0.3.47
24222026-06-06T15:49:53.674Z Compiling tempfile v3.27.0
24232026-06-06T15:49:53.870Z Compiling futures-executor v0.3.32
24242026-06-06T15:49:54.422Z Compiling winnow v1.0.3
24252026-06-06T15:49:54.584Z Compiling regex v1.12.3
24262026-06-06T15:49:54.845Z Compiling futures v0.3.32
24272026-06-06T15:49:54.933Z Compiling rustls-platform-verifier v0.7.0
24282026-06-06T15:49:55.561Z Compiling hyper-rustls v0.27.9
24292026-06-06T15:49:55.891Z Compiling crossbeam-channel v0.5.15
24302026-06-06T15:49:55.966Z Compiling scroll v0.13.0
24312026-06-06T15:49:56.027Z Compiling hybrid-array v0.4.12
24322026-06-06T15:49:56.270Z Compiling simd-adler32 v0.3.9
24332026-06-06T15:49:56.340Z Compiling adler2 v2.0.1
24342026-06-06T15:49:56.510Z Compiling miniz_oxide v0.8.9
24352026-06-06T15:49:56.510Z Compiling goblin v0.10.7
24362026-06-06T15:49:56.635Z Compiling crc32fast v1.5.0
24372026-06-06T15:49:56.881Z Compiling reqwest v0.13.4
24382026-06-06T15:49:56.892Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24392026-06-06T15:49:57.141Z Compiling thread_local v1.1.9
24402026-06-06T15:49:57.504Z Compiling either v1.16.0
24412026-06-06T15:49:57.748Z Compiling flate2 v1.1.9
24422026-06-06T15:49:57.989Z Compiling block-buffer v0.12.0
24432026-06-06T15:49:58.191Z Compiling crypto-common v0.2.2
24442026-06-06T15:49:58.294Z Compiling crypto-common v0.1.7
24452026-06-06T15:49:58.448Z Compiling dtrace-parser v0.3.0
24462026-06-06T15:49:58.896Z Compiling rand_chacha v0.3.1
24472026-06-06T15:49:59.470Z Compiling is-terminal v0.4.17
24482026-06-06T15:49:59.648Z Compiling thread-id v5.1.0
24492026-06-06T15:49:59.674Z Compiling const-oid v0.10.2
24502026-06-06T15:49:59.674Z Compiling take_mut v0.2.2
24512026-06-06T15:49:59.744Z Compiling dof v0.4.0
24522026-06-06T15:49:59.906Z Compiling term v1.2.1
24532026-06-06T15:50:00.975Z Compiling debug-ignore v1.0.5
24542026-06-06T15:50:01.093Z Compiling match_cfg v0.1.0
24552026-06-06T15:50:01.175Z Compiling compression-core v0.4.32
24562026-06-06T15:50:01.360Z Compiling compression-codecs v0.4.38
24572026-06-06T15:50:01.760Z Compiling hostname v0.3.1
24582026-06-06T15:50:01.800Z Compiling usdt-impl v0.6.0
24592026-06-06T15:50:01.926Z Compiling slog-term v2.9.2
24602026-06-06T15:50:02.841Z Compiling digest v0.11.3
24612026-06-06T15:50:03.063Z Compiling slog-async v2.8.0
24622026-06-06T15:50:03.309Z Compiling rand v0.8.6
24632026-06-06T15:50:03.682Z Compiling ref-cast v1.0.25
24642026-06-06T15:50:03.797Z Compiling toml_parser v1.1.2+spec-1.1.0
24652026-06-06T15:50:04.126Z Compiling slog-json v2.6.1
24662026-06-06T15:50:04.401Z Compiling strum v0.26.3
24672026-06-06T15:50:04.543Z Compiling macaddr v1.0.1
24682026-06-06T15:50:04.556Z Compiling serde_spanned v1.1.1
24692026-06-06T15:50:04.710Z Compiling toml_datetime v1.1.1+spec-1.1.0
24702026-06-06T15:50:04.833Z Compiling wait-timeout v0.2.1
24712026-06-06T15:50:05.103Z Compiling memmap2 v0.9.10
24722026-06-06T15:50:05.126Z Compiling encoding_rs v0.8.35
24732026-06-06T15:50:05.322Z Compiling bit-vec v0.8.0
24742026-06-06T15:50:05.394Z Compiling toml_writer v1.1.1+spec-1.1.0
24752026-06-06T15:50:05.622Z Compiling quick-error v1.2.3
24762026-06-06T15:50:05.660Z Compiling spin v0.9.8
24772026-06-06T15:50:05.740Z Compiling mime v0.3.17
24782026-06-06T15:50:05.790Z Compiling rusty-fork v0.3.1
24792026-06-06T15:50:06.049Z Compiling toml v1.1.2+spec-1.1.0
24802026-06-06T15:50:06.225Z Compiling multer v3.1.0
24812026-06-06T15:50:06.657Z Compiling bit-set v0.8.0
24822026-06-06T15:50:06.859Z Compiling usdt v0.6.0
24832026-06-06T15:50:07.469Z Compiling slog-bunyan v2.5.0
24842026-06-06T15:50:07.535Z Compiling sha1 v0.11.0
24852026-06-06T15:50:07.657Z Compiling async-compression v0.4.42
24862026-06-06T15:50:07.926Z Compiling serde_with v3.20.0
24872026-06-06T15:50:07.938Z Compiling async-stream v0.3.6
24882026-06-06T15:50:07.967Z Compiling rand_xorshift v0.4.0
24892026-06-06T15:50:08.130Z Compiling waitgroup v0.1.2
24902026-06-06T15:50:08.133Z Compiling rustls-pemfile v2.2.0
24912026-06-06T15:50:08.164Z Compiling serde_path_to_error v0.1.20
24922026-06-06T15:50:08.288Z Compiling hostname v0.4.2
24932026-06-06T15:50:08.420Z Compiling unarray v0.1.4
24942026-06-06T15:50:08.451Z Compiling progenitor-client v0.14.0
24952026-06-06T15:50:08.545Z Compiling proptest v1.11.0
24962026-06-06T15:50:08.600Z Compiling dropshot v0.17.1
24972026-06-06T15:50:08.624Z Compiling strum v0.27.2
24982026-06-06T15:50:08.747Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24992026-06-06T15:50:08.900Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25002026-06-06T15:50:08.970Z Compiling iddqd v0.4.2
25012026-06-06T15:50:09.150Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25022026-06-06T15:50:09.409Z Compiling reqwest v0.12.28
25032026-06-06T15:50:09.444Z Compiling block-buffer v0.10.4
25042026-06-06T15:50:09.620Z Compiling backon v1.6.0
25052026-06-06T15:50:09.890Z Compiling instant v0.1.13
25062026-06-06T15:50:10.018Z Compiling backoff v0.4.0
25072026-06-06T15:50:10.248Z Compiling progenitor-extras v0.2.0
25082026-06-06T15:50:10.508Z Compiling progenitor-client v0.10.0
25092026-06-06T15:50:10.556Z Compiling digest v0.10.7
25102026-06-06T15:50:10.689Z Compiling parse-display v0.10.0
25112026-06-06T15:50:10.814Z Compiling itertools v0.14.0
25122026-06-06T15:50:11.007Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25132026-06-06T15:50:11.107Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25142026-06-06T15:50:11.638Z Compiling regress v0.10.5
25152026-06-06T15:50:12.332Z Compiling humantime v2.3.0
25162026-06-06T15:50:12.787Z Compiling cpufeatures v0.2.17
25172026-06-06T15:50:12.882Z Compiling heck v0.5.0
25182026-06-06T15:50:13.072Z Compiling unicode-width v0.2.2
25192026-06-06T15:50:13.399Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25202026-06-06T15:50:13.502Z Compiling secrecy v0.10.3
25212026-06-06T15:50:13.679Z Compiling tinyvec_macros v0.1.1
25222026-06-06T15:50:13.761Z Compiling tinyvec v1.11.0
25232026-06-06T15:50:14.202Z Compiling num-integer v0.1.46
25242026-06-06T15:50:14.603Z Compiling scroll v0.12.0
25252026-06-06T15:50:14.701Z Compiling crucible-workspace-hack v0.1.0
25262026-06-06T15:50:14.785Z Compiling hmac v0.12.1
25272026-06-06T15:50:14.913Z Compiling inout v0.1.4
25282026-06-06T15:50:14.946Z Compiling regress v0.11.1
25292026-06-06T15:50:14.958Z Compiling ff v0.13.1
25302026-06-06T15:50:15.080Z Compiling utf8parse v0.2.2
25312026-06-06T15:50:15.110Z Compiling group v0.13.0
25322026-06-06T15:50:15.223Z Compiling anstyle-parse v1.0.0
25332026-06-06T15:50:15.251Z Compiling cipher v0.4.4
25342026-06-06T15:50:15.465Z Compiling hkdf v0.12.4
25352026-06-06T15:50:15.509Z Compiling goblin v0.8.2
25362026-06-06T15:50:15.639Z Compiling num-rational v0.4.2
25372026-06-06T15:50:16.379Z Compiling num-iter v0.1.45
25382026-06-06T15:50:16.515Z Compiling zerocopy v0.7.35
25392026-06-06T15:50:16.784Z Compiling typify-impl v0.6.2
25402026-06-06T15:50:17.129Z Compiling universal-hash v0.5.1
25412026-06-06T15:50:17.283Z Compiling crypto-bigint v0.5.5
25422026-06-06T15:50:17.466Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25432026-06-06T15:50:18.787Z Compiling terminal_size v0.4.4
25442026-06-06T15:50:18.958Z Compiling half v2.7.1
25452026-06-06T15:50:19.230Z Compiling num-complex v0.4.6
25462026-06-06T15:50:19.315Z Compiling colorchoice v1.0.5
25472026-06-06T15:50:19.449Z Compiling base16ct v0.2.0
25482026-06-06T15:50:19.663Z Compiling ciborium-io v0.2.2
25492026-06-06T15:50:19.688Z Compiling anstyle v1.0.14
25502026-06-06T15:50:19.774Z Compiling anstyle-query v1.1.5
25512026-06-06T15:50:19.809Z Compiling base64ct v1.8.3
25522026-06-06T15:50:19.893Z Compiling is_terminal_polyfill v1.70.2
25532026-06-06T15:50:19.968Z Compiling opaque-debug v0.3.1
25542026-06-06T15:50:19.998Z Compiling anstream v1.0.0
25552026-06-06T15:50:20.049Z Compiling poly1305 v0.8.0
25562026-06-06T15:50:20.163Z Compiling password-hash v0.5.0
25572026-06-06T15:50:20.526Z Compiling ciborium-ll v0.2.2
25582026-06-06T15:50:20.752Z Compiling num v0.4.3
25592026-06-06T15:50:20.804Z Compiling elliptic-curve v0.13.8
25602026-06-06T15:50:20.835Z Compiling curve25519-dalek v4.1.3
25612026-06-06T15:50:21.126Z Compiling typify v0.6.2
25622026-06-06T15:50:21.155Z Compiling thiserror-no-std v2.0.2
25632026-06-06T15:50:21.247Z Compiling dof v0.3.0
25642026-06-06T15:50:21.261Z Compiling chacha20 v0.9.1
25652026-06-06T15:50:21.517Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25662026-06-06T15:50:21.932Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25672026-06-06T15:50:23.524Z Compiling blake2 v0.10.6
25682026-06-06T15:50:23.538Z Compiling aead v0.5.2
25692026-06-06T15:50:23.736Z Compiling byte-wrapper v0.1.0
25702026-06-06T15:50:23.984Z Compiling crossbeam-epoch v0.9.18
25712026-06-06T15:50:24.030Z Compiling dtrace-parser v0.2.0
25722026-06-06T15:50:24.421Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25732026-06-06T15:50:24.488Z Compiling thread-id v4.2.2
25742026-06-06T15:50:24.603Z Compiling clap_lex v1.1.0
25752026-06-06T15:50:24.715Z Compiling strsim v0.11.1
25762026-06-06T15:50:24.814Z Compiling float-ord v0.3.2
25772026-06-06T15:50:24.937Z Compiling keccak v0.1.6
25782026-06-06T15:50:24.979Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25792026-06-06T15:50:25.540Z Compiling sha3 v0.10.9
25802026-06-06T15:50:25.656Z Compiling clap_builder v4.6.0
25812026-06-06T15:50:25.952Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25822026-06-06T15:50:25.979Z Compiling usdt-impl v0.5.0
25832026-06-06T15:50:26.610Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25842026-06-06T15:50:28.765Z Compiling argon2 v0.5.3
25852026-06-06T15:50:29.798Z Compiling chacha20poly1305 v0.10.1
25862026-06-06T15:50:29.958Z Compiling vsss-rs v3.3.4
25872026-06-06T15:50:30.307Z Compiling ciborium v0.2.2
25882026-06-06T15:50:31.164Z Compiling hash32 v0.3.1
25892026-06-06T15:50:31.346Z Compiling memmap v0.7.0
25902026-06-06T15:50:31.445Z Compiling indent_write v2.2.0
25912026-06-06T15:50:31.503Z Compiling data-encoding v2.11.0
25922026-06-06T15:50:31.584Z Compiling usdt v0.5.0
25932026-06-06T15:50:31.607Z Compiling heapless v0.8.0
25942026-06-06T15:50:32.117Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25952026-06-06T15:50:32.250Z Compiling ingot-types v0.1.2
25962026-06-06T15:50:32.708Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25972026-06-06T15:50:33.079Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25982026-06-06T15:50:33.188Z Compiling clap v4.6.1
25992026-06-06T15:50:33.282Z Compiling rustix v0.38.44
26002026-06-06T15:50:33.410Z Compiling tabwriter v1.4.1
26012026-06-06T15:50:33.786Z Compiling cobs v0.3.0
26022026-06-06T15:50:34.074Z Compiling managed v0.8.0
26032026-06-06T15:50:34.200Z Compiling foreign-types-shared v0.3.1
26042026-06-06T15:50:34.318Z Compiling colored v3.1.1
26052026-06-06T15:50:34.341Z Compiling bitflags v1.3.2
26062026-06-06T15:50:34.427Z Compiling smoltcp v0.11.0
26072026-06-06T15:50:34.662Z Compiling foreign-types v0.5.0
26082026-06-06T15:50:34.753Z Compiling postcard v1.1.3
26092026-06-06T15:50:34.992Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26102026-06-06T15:50:35.135Z Compiling num_enum v0.7.6
26112026-06-06T15:50:35.268Z Compiling ingot v0.1.1
26122026-06-06T15:50:36.212Z Compiling memoffset v0.9.1
26132026-06-06T15:50:36.311Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26142026-06-06T15:50:36.435Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-06-06T15:50:36.732Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26162026-06-06T15:50:36.752Z Compiling chacha20 v0.10.0
26172026-06-06T15:50:36.856Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26182026-06-06T15:50:37.054Z Compiling toml_datetime v0.6.11
26192026-06-06T15:50:37.120Z Compiling serde_spanned v0.6.9
26202026-06-06T15:50:37.282Z Compiling cstr-argument v0.1.2
26212026-06-06T15:50:37.294Z Compiling linked-hash-map v0.5.6
26222026-06-06T15:50:37.437Z Compiling static_assertions v1.1.0
26232026-06-06T15:50:37.458Z Compiling toml_write v0.1.2
26242026-06-06T15:50:37.479Z Compiling unicode-segmentation v1.13.3
26252026-06-06T15:50:37.513Z Compiling resolv-conf v0.7.6
26262026-06-06T15:50:37.525Z Compiling swrite v0.1.0
26272026-06-06T15:50:37.636Z Compiling winnow v0.7.15
26282026-06-06T15:50:37.684Z Compiling lru-cache v0.1.2
26292026-06-06T15:50:37.711Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302026-06-06T15:50:37.831Z Compiling newline-converter v0.3.0
26312026-06-06T15:50:37.973Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26322026-06-06T15:50:38.104Z Compiling rand v0.10.1
26332026-06-06T15:50:38.137Z Compiling hubpack v0.1.2
26342026-06-06T15:50:38.157Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26352026-06-06T15:50:38.292Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26362026-06-06T15:50:38.401Z Compiling nix v0.31.3
26372026-06-06T15:50:38.530Z Compiling atomicwrites v0.4.4
26382026-06-06T15:50:38.831Z Compiling hickory-proto v0.24.4
26392026-06-06T15:50:38.915Z Compiling crossbeam-deque v0.8.6
26402026-06-06T15:50:39.142Z Compiling console v0.15.11
26412026-06-06T15:50:39.547Z Compiling toml_edit v0.22.27
26422026-06-06T15:50:39.628Z Compiling itertools v0.12.1
26432026-06-06T15:50:40.493Z Compiling camino-tempfile v1.4.1
26442026-06-06T15:50:40.934Z Compiling serde-big-array v0.5.1
26452026-06-06T15:50:40.965Z Compiling siphasher v1.0.3
26462026-06-06T15:50:41.077Z Compiling similar v2.7.0
26472026-06-06T15:50:41.098Z Compiling lazy_static v1.5.0
26482026-06-06T15:50:41.188Z Compiling phf_shared v0.12.1
26492026-06-06T15:50:41.210Z Compiling toml v0.8.23
26502026-06-06T15:50:41.414Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26512026-06-06T15:50:42.544Z Compiling expectorate v1.2.0
26522026-06-06T15:50:42.759Z Compiling pin-project v1.1.13
26532026-06-06T15:50:42.876Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26542026-06-06T15:50:43.735Z Compiling hickory-resolver v0.24.4
26552026-06-06T15:50:43.790Z Compiling prettyplease v0.2.37
26562026-06-06T15:50:44.091Z Compiling rayon-core v1.13.0
26572026-06-06T15:50:45.315Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26582026-06-06T15:50:45.836Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26592026-06-06T15:50:47.242Z Compiling num_enum v0.5.11
26602026-06-06T15:50:47.335Z Compiling progenitor-impl v0.13.0
26612026-06-06T15:50:47.376Z Compiling progenitor-impl v0.14.0
26622026-06-06T15:50:48.922Z Compiling unicode-normalization v0.1.25
26632026-06-06T15:50:49.519Z Compiling progenitor-client v0.13.0
26642026-06-06T15:50:49.555Z Compiling tokio-stream v0.1.18
26652026-06-06T15:50:50.073Z Compiling bstr v1.12.1
26662026-06-06T15:50:50.121Z Compiling csv-core v0.1.13
26672026-06-06T15:50:50.530Z Compiling konst_macro_rules v0.2.19
26682026-06-06T15:50:50.737Z Compiling foreign-types-shared v0.1.1
26692026-06-06T15:50:50.769Z Compiling unicode-width v0.1.14
26702026-06-06T15:50:50.838Z Compiling highway v1.3.0
26712026-06-06T15:50:51.084Z Compiling foldhash v0.1.5
26722026-06-06T15:50:51.317Z Compiling same-file v1.0.6
26732026-06-06T15:50:51.508Z Compiling walkdir v2.5.0
26742026-06-06T15:50:51.534Z Compiling hashbrown v0.15.5
26752026-06-06T15:50:52.209Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26762026-06-06T15:50:52.316Z Compiling foreign-types v0.3.2
26772026-06-06T15:50:52.399Z Compiling konst v0.2.20
26782026-06-06T15:50:52.780Z Compiling globset v0.4.18
26792026-06-06T15:50:52.792Z Compiling csv v1.4.0
26802026-06-06T15:50:53.753Z Compiling snafu v0.8.9
26812026-06-06T15:50:54.349Z Compiling qorb v0.4.1
26822026-06-06T15:50:55.248Z Compiling progenitor v0.13.0
26832026-06-06T15:50:55.401Z Compiling olpc-cjson v0.1.4
26842026-06-06T15:50:55.617Z Compiling progenitor v0.14.0
26852026-06-06T15:50:55.630Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26862026-06-06T15:50:55.759Z Compiling rayon v1.12.0
26872026-06-06T15:50:56.022Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26882026-06-06T15:50:56.243Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26892026-06-06T15:50:57.970Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26902026-06-06T15:50:59.208Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26912026-06-06T15:51:00.265Z Compiling phf v0.12.1
26922026-06-06T15:51:00.445Z Compiling openssl-sys v0.9.116
26932026-06-06T15:51:00.881Z Compiling tokio-dtrace v0.1.1
26942026-06-06T15:51:01.222Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-06-06T15:51:02.467Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26962026-06-06T15:51:02.690Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26972026-06-06T15:51:03.482Z Compiling libsw-core v0.3.2
26982026-06-06T15:51:03.671Z Compiling pem v3.0.6
26992026-06-06T15:51:04.153Z Compiling serde_plain v1.0.2
27002026-06-06T15:51:04.256Z Compiling sigpipe v0.1.3
27012026-06-06T15:51:04.360Z Compiling minimal-lexical v0.2.1
27022026-06-06T15:51:04.373Z Compiling fixedbitset v0.4.2
27032026-06-06T15:51:04.440Z Compiling jiff v0.2.28
27042026-06-06T15:51:04.617Z Compiling glob v0.3.3
27052026-06-06T15:51:04.679Z Compiling typed-path v0.9.3
27062026-06-06T15:51:04.739Z Compiling bytecount v0.6.9
27072026-06-06T15:51:04.937Z Compiling fixedbitset v0.5.7
27082026-06-06T15:51:05.454Z Compiling petgraph v0.8.3
27092026-06-06T15:51:05.605Z Compiling papergrid v0.11.0
27102026-06-06T15:51:05.900Z Compiling tough v0.22.0
27112026-06-06T15:51:06.231Z Compiling nom v7.1.3
27122026-06-06T15:51:07.667Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27132026-06-06T15:51:07.891Z Compiling petgraph v0.6.5
27142026-06-06T15:51:07.927Z Compiling openssl v0.10.80
27152026-06-06T15:51:08.940Z Compiling libsw v3.5.0
27162026-06-06T15:51:09.134Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27172026-06-06T15:51:09.720Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-06-06T15:51:09.957Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27192026-06-06T15:51:10.120Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27202026-06-06T15:51:10.257Z Compiling zone v0.3.1
27212026-06-06T15:51:10.941Z Compiling oxide-tokio-rt v0.1.6
27222026-06-06T15:51:11.602Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-06T15:51:11.821Z Compiling chrono-tz v0.10.4
27242026-06-06T15:51:12.132Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27252026-06-06T15:51:13.427Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27262026-06-06T15:51:13.595Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27272026-06-06T15:51:13.607Z Compiling newtype_derive v0.1.6
27282026-06-06T15:51:13.693Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-06-06T15:51:14.257Z Compiling slog-dtrace v0.3.0
27302026-06-06T15:51:14.988Z Compiling const_format v0.2.36
27312026-06-06T15:51:15.261Z Compiling owo-colors v4.3.0
27322026-06-06T15:51:15.499Z Compiling cancel-safe-futures v0.1.5
27332026-06-06T15:51:15.870Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27342026-06-06T15:51:16.174Z Compiling gethostname v0.5.0
27352026-06-06T15:51:16.339Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27362026-06-06T15:51:16.410Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-06-06T15:51:16.542Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-06T15:51:16.631Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-06-06T15:51:16.642Z Compiling smf v0.2.3
27402026-06-06T15:51:16.663Z Compiling bcs v0.1.6
27412026-06-06T15:51:17.065Z Compiling linear-map v1.2.0
27422026-06-06T15:51:17.292Z Compiling smawk v0.3.2
27432026-06-06T15:51:17.462Z Compiling termtree v0.5.1
27442026-06-06T15:51:17.636Z Compiling tagptr v0.2.0
27452026-06-06T15:51:17.700Z Compiling whoami v1.6.1
27462026-06-06T15:51:17.753Z Compiling unicode-linebreak v0.1.5
27472026-06-06T15:51:17.803Z Compiling moka v0.12.15
27482026-06-06T15:51:17.883Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-06-06T15:51:18.026Z Compiling textwrap v0.16.2
27502026-06-06T15:51:18.171Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-06-06T15:51:19.032Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-06-06T15:51:19.505Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-06T15:51:19.604Z Compiling tabled v0.15.0
27542026-06-06T15:51:19.665Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-06T15:51:21.322Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-06T15:51:21.419Z Compiling steno v0.4.1
27572026-06-06T15:51:21.533Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-06T15:51:22.629Z Compiling cookie v0.18.1
27592026-06-06T15:51:24.039Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-06T15:51:26.814Z Compiling hickory-proto v0.25.2
27612026-06-06T15:51:28.313Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27622026-06-06T15:51:28.352Z Compiling arc-swap v1.9.1
27632026-06-06T15:51:28.558Z Compiling libscf-sys v1.2.0
27642026-06-06T15:51:28.706Z Compiling slog-scope v4.4.1
27652026-06-06T15:51:28.718Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-06-06T15:51:29.178Z Compiling hickory-resolver v0.25.2
27672026-06-06T15:51:31.466Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27682026-06-06T15:51:31.844Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-06-06T15:51:32.033Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27702026-06-06T15:51:32.559Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27712026-06-06T15:51:32.676Z Compiling slog-stdlog v4.1.1
27722026-06-06T15:51:32.737Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27732026-06-06T15:51:33.068Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27742026-06-06T15:51:33.417Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-06-06T15:51:33.799Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27762026-06-06T15:51:34.405Z Compiling slog-envlogger v2.2.0
27772026-06-06T15:51:35.086Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27782026-06-06T15:51:35.773Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27792026-06-06T15:51:43.522Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-06-06T15:51:45.907Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-06-06T15:51:47.631Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27822026-06-06T15:51:56.478Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27832026-06-06T15:52:00.256Z Finished `release` profile [optimized] target(s) in 2m 26s
27842026-06-06T15:52:00.371Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27852026-06-06T15:52:00.375Z
27862026-06-06T15:52:00.375Zrunning 1 test
27872026-06-06T15:52:00.521Zconfigure zone
27882026-06-06T15:52:00.539Zinstall zone
27892026-06-06T15:52:10.368Zboot zone
27902026-06-06T15:52:10.461Zstart zone s1
27912026-06-06T15:52:10.464Zconfigure zone
27922026-06-06T15:52:10.470Zinstall zone
27932026-06-06T15:52:12.254Zboot zone
27942026-06-06T15:52:12.351Zstart zone s2
27952026-06-06T15:52:12.351Zconfigure zone
27962026-06-06T15:52:12.362Zinstall zone
27972026-06-06T15:52:14.719Zboot zone
27982026-06-06T15:52:14.819Zstart zone t1
27992026-06-06T15:52:14.819Zconfigure zone
28002026-06-06T15:52:14.830Zinstall zone
28012026-06-06T15:52:17.532Zboot zone
28022026-06-06T15:52:17.633Zwaiting for zones to come up
28032026-06-06T15:52:27.635Z[sidecar.trio] svcs milestone/network
28042026-06-06T15:52:27.665ZSTATE STIME FMRI
28052026-06-06T15:52:27.665Zonline 15:52:10 svc:/milestone/network:default
28062026-06-06T15:52:27.665Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28072026-06-06T15:52:27.690Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28082026-06-06T15:52:27.717Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28092026-06-06T15:52:27.738Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28102026-06-06T15:52:27.741Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28112026-06-06T15:52:27.753Z
28122026-06-06T15:52:27.754Zrunning zone s1.trio setup
28132026-06-06T15:52:27.754Z[s1.trio] svcs milestone/network
28142026-06-06T15:52:27.770ZSTATE STIME FMRI
28152026-06-06T15:52:27.770Zonline 15:52:12 svc:/milestone/network:default
28162026-06-06T15:52:27.770Z[s1.trio] dladm
28172026-06-06T15:52:27.782ZLINK CLASS MTU STATE BRIDGE OVER
28182026-06-06T15:52:27.782Zsl0 simnet 9000 up -- ?
28192026-06-06T15:52:27.782Zmg2 vnic 9000 up -- ?
28202026-06-06T15:52:27.785Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28212026-06-06T15:52:28.318Z
28222026-06-06T15:52:28.318Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28232026-06-06T15:52:28.336Z
28242026-06-06T15:52:28.336Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28252026-06-06T15:52:28.348Z
28262026-06-06T15:52:28.348Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28272026-06-06T15:52:28.431Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28282026-06-06T15:52:28.504Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d84cd960-d6f9-4986-bba5-827369927071 --sled-uuid 61d2bad9-cbf0-4975-9fcc-521e42ac31e1 -a sl0/v6 &> /opt/ddmd.log &
28292026-06-06T15:52:28.519Z
28302026-06-06T15:52:28.519Zrunning zone s2.trio setup
28312026-06-06T15:52:28.519Z[s2.trio] svcs milestone/network
28322026-06-06T15:52:28.535ZSTATE STIME FMRI
28332026-06-06T15:52:28.535Zonline 15:52:14 svc:/milestone/network:default
28342026-06-06T15:52:28.535Z[s2.trio] dladm
28352026-06-06T15:52:28.556ZLINK CLASS MTU STATE BRIDGE OVER
28362026-06-06T15:52:28.556Zsl1 simnet 9000 up -- ?
28372026-06-06T15:52:28.556Zmg3 vnic 9000 up -- ?
28382026-06-06T15:52:28.556Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28392026-06-06T15:52:29.113Z
28402026-06-06T15:52:29.113Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28412026-06-06T15:52:29.138Z
28422026-06-06T15:52:29.138Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28432026-06-06T15:52:29.141Z
28442026-06-06T15:52:29.141Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28452026-06-06T15:52:29.175Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28462026-06-06T15:52:29.204Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid bab0e863-e8ce-4560-8abe-b21aa1dea9ef --sled-uuid cdc14c0e-f74b-4424-8cba-0871bb486a06 -a sl1/v6 &> /opt/ddmd.log &
28472026-06-06T15:52:29.218Z
28482026-06-06T15:52:29.218Zrunning zone t1.trio setup
28492026-06-06T15:52:29.218Z[t1.trio] svcs milestone/network
28502026-06-06T15:52:29.233ZSTATE STIME FMRI
28512026-06-06T15:52:29.233Zonline 15:52:17 svc:/milestone/network:default
28522026-06-06T15:52:29.233Z[t1.trio] dladm
28532026-06-06T15:52:29.247ZLINK CLASS MTU STATE BRIDGE OVER
28542026-06-06T15:52:29.247Ztfportrear0_0 simnet 9000 up -- ?
28552026-06-06T15:52:29.247Ztfportrear1_0 simnet 9000 up -- ?
28562026-06-06T15:52:29.247Zmg1 vnic 9000 up -- ?
28572026-06-06T15:52:29.247Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28582026-06-06T15:52:29.812Z
28592026-06-06T15:52:29.812Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28602026-06-06T15:52:29.830Z
28612026-06-06T15:52:29.830Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28622026-06-06T15:52:29.844Z
28632026-06-06T15:52:29.844Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28642026-06-06T15:52:29.857Z
28652026-06-06T15:52:29.857Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28662026-06-06T15:52:30.145Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28672026-06-06T15:52:30.148Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28682026-06-06T15:52:30.151Zwaiting 3s for copy of files to zone to complete ...
28692026-06-06T15:52:33.150Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28702026-06-06T15:52:33.282Z
28712026-06-06T15:52:33.282Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28722026-06-06T15:52:33.388Z
28732026-06-06T15:52:33.388Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28742026-06-06T15:52:33.434Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28752026-06-06T15:52:33.469Z[t1.trio] svcadm disable dendrite
28762026-06-06T15:52:33.494Z
28772026-06-06T15:52:33.494Z[t1.trio] svcadm disable tfport
28782026-06-06T15:52:33.516Z
28792026-06-06T15:52:33.516Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28802026-06-06T15:52:33.542Z
28812026-06-06T15:52:33.545Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28822026-06-06T15:52:33.570Z
28832026-06-06T15:52:33.570Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28842026-06-06T15:52:33.596Z
28852026-06-06T15:52:33.596Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28862026-06-06T15:52:33.622Z
28872026-06-06T15:52:33.622Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28882026-06-06T15:52:33.647Z
28892026-06-06T15:52:33.647Z[t1.trio] svcadm refresh dendrite:default
28902026-06-06T15:52:33.669Z
28912026-06-06T15:52:33.669Z[t1.trio] svcadm enable dendrite:default
28922026-06-06T15:52:33.690Z
28932026-06-06T15:52:33.690Zwait 10s for dendrite to come up ...
28942026-06-06T15:52:43.692Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28952026-06-06T15:52:43.721Z
28962026-06-06T15:52:43.721Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
28972026-06-06T15:52:43.746Z
28982026-06-06T15:52:43.746Z[t1.trio] svcadm refresh tfport:default
28992026-06-06T15:52:43.767Z
29002026-06-06T15:52:43.767Z[t1.trio] svcadm enable tfport
29012026-06-06T15:52:43.790Z
29022026-06-06T15:52:43.793Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 9a8229c5-5240-4a2e-ac0f-1a17300c7087 --sled-uuid ecaf54f4-47e4-40f5-9ec4-00465b87ebe7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29032026-06-06T15:52:43.802Z
29042026-06-06T15:52:43.802Z[t1.trio] ipadm
29052026-06-06T15:52:43.815ZADDROBJ TYPE STATE ADDR
29062026-06-06T15:52:43.815Zlo0/v4 static ok 127.0.0.1/8
29072026-06-06T15:52:43.815Zmg1/v4 static ok 10.0.0.3/24
29082026-06-06T15:52:43.815Zlo0/v6 static ok ::1/128
29092026-06-06T15:52:43.815Zlo0/u6 static ok fd00:3::1/64
29102026-06-06T15:52:43.815Ztfportrear0_0/v6 addrconf ok fe80::a0db:20ff:fe29:4c84%tfportrear0_0/10
29112026-06-06T15:52:43.815Ztfportrear1_0/v6 addrconf ok fe80::3c2b:94ff:fe70:1df0%tfportrear1_0/10
29122026-06-06T15:52:45.938Zinitial peering test passed
29132026-06-06T15:52:46.941Zadvertise from one passed
29142026-06-06T15:52:47.943Zadvertise from two passed
29152026-06-06T15:52:47.943Z[s1.trio] ping fd00:2::1
29162026-06-06T15:52:47.959Zfd00:2::1 is alive
29172026-06-06T15:52:47.959Z[s2.trio] ping fd00:1::1
29182026-06-06T15:52:47.971Zfd00:1::1 is alive
29192026-06-06T15:52:47.971Zconnectivity test passed
29202026-06-06T15:52:47.971Z[t1.trio] pkill ddmd
29212026-06-06T15:52:47.982Z
29222026-06-06T15:52:53.988Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid cba13fa0-25e1-43cc-8a0e-8da0ebee1b9f --sled-uuid bb7a849f-3b06-4999-9523-56d81111f25e -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29232026-06-06T15:52:54.004Z
29242026-06-06T15:52:54.004Z[t1.trio] ipadm
29252026-06-06T15:52:54.019ZADDROBJ TYPE STATE ADDR
29262026-06-06T15:52:54.019Zlo0/v4 static ok 127.0.0.1/8
29272026-06-06T15:52:54.019Zmg1/v4 static ok 10.0.0.3/24
29282026-06-06T15:52:54.019Zlo0/v6 static ok ::1/128
29292026-06-06T15:52:54.019Zlo0/u6 static ok fd00:3::1/64
29302026-06-06T15:52:54.019Ztfportrear0_0/v6 addrconf ok fe80::a0db:20ff:fe29:4c84%tfportrear0_0/10
29312026-06-06T15:52:54.019Ztfportrear1_0/v6 addrconf ok fe80::3c2b:94ff:fe70:1df0%tfportrear1_0/10
29322026-06-06T15:52:57.022Z[s1.trio] ping fd00:2::1
29332026-06-06T15:52:57.037Zfd00:2::1 is alive
29342026-06-06T15:52:57.037Z[s2.trio] ping fd00:1::1
29352026-06-06T15:52:57.049Zfd00:1::1 is alive
29362026-06-06T15:52:57.050Ztransit router restart passed
29372026-06-06T15:52:57.050Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29382026-06-06T15:52:57.066Zlocal v6:
29392026-06-06T15:52:57.066Zfe80::3c2b:94ff:fe70:1df0
29402026-06-06T15:52:57.066Zfe80::a0db:20ff:fe29:4c84
29412026-06-06T15:52:57.066Zlocal v4:
29422026-06-06T15:52:57.066Zrouter v6_idx:
29432026-06-06T15:52:57.066Zfd00:1::/64 -> 0
29442026-06-06T15:52:57.066Zfd00:2::/64 -> 1
29452026-06-06T15:52:57.066Zrouter v6_routes:
29462026-06-06T15:52:57.066Z1 -> fe80::682b:28ff:fe86:4fb5 (2)
29472026-06-06T15:52:57.066Z0 -> fe80::5051:4eff:fe32:b7c1 (1)
29482026-06-06T15:52:57.066Zrouter v4_idx:
29492026-06-06T15:52:57.066Zrouter v4_routes:
29502026-06-06T15:52:57.066Zresolver v4:
29512026-06-06T15:52:57.066Z10.0.0.3 -> 02:08:20:df:e9:b3
29522026-06-06T15:52:57.066Z10.0.0.254 -> 02:08:20:c2:90:05
29532026-06-06T15:52:57.066Zresolver v6:
29542026-06-06T15:52:57.066Zfe80::a0db:20ff:fe29:4c84 -> a2:db:20:29:4c:84
29552026-06-06T15:52:57.066Zfe80::682b:28ff:fe86:4fb5 -> 6a:2b:28:86:4f:b5
29562026-06-06T15:52:57.067Zfe80::5051:4eff:fe32:b7c1 -> 52:51:4e:32:b7:c1
29572026-06-06T15:52:57.067Zfe80::3c2b:94ff:fe70:1df0 -> 3e:2b:94:70:1d:f0
29582026-06-06T15:52:57.067Znat v4:
29592026-06-06T15:52:57.067Znat_v6:
29602026-06-06T15:52:57.067Zport_mac:
29612026-06-06T15:52:57.067Z1000: a8:40:25:39:92:af
29622026-06-06T15:52:57.067Z1: a8:40:25:39:92:b0
29632026-06-06T15:52:57.067Z2: a8:40:25:39:92:b1
29642026-06-06T15:52:57.067Zproxy arp:
29652026-06-06T15:52:57.067Z[s1.trio] pkill ddmd
29662026-06-06T15:52:57.077Z
29672026-06-06T15:53:00.383Ztest ddm::test_trio_v3 has been running for over 60 seconds
29682026-06-06T15:53:02.081Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29692026-06-06T15:53:02.098Zlocal v6:
29702026-06-06T15:53:02.098Zfe80::3c2b:94ff:fe70:1df0
29712026-06-06T15:53:02.098Zfe80::a0db:20ff:fe29:4c84
29722026-06-06T15:53:02.098Zlocal v4:
29732026-06-06T15:53:02.098Zrouter v6_idx:
29742026-06-06T15:53:02.098Zfd00:2::/64 -> 1
29752026-06-06T15:53:02.098Zrouter v6_routes:
29762026-06-06T15:53:02.098Z1 -> fe80::682b:28ff:fe86:4fb5 (2)
29772026-06-06T15:53:02.098Zrouter v4_idx:
29782026-06-06T15:53:02.098Zrouter v4_routes:
29792026-06-06T15:53:02.098Zresolver v4:
29802026-06-06T15:53:02.098Z10.0.0.3 -> 02:08:20:df:e9:b3
29812026-06-06T15:53:02.098Z10.0.0.254 -> 02:08:20:c2:90:05
29822026-06-06T15:53:02.098Zresolver v6:
29832026-06-06T15:53:02.099Zfe80::a0db:20ff:fe29:4c84 -> a2:db:20:29:4c:84
29842026-06-06T15:53:02.099Zfe80::682b:28ff:fe86:4fb5 -> 6a:2b:28:86:4f:b5
29852026-06-06T15:53:02.099Zfe80::5051:4eff:fe32:b7c1 -> 52:51:4e:32:b7:c1
29862026-06-06T15:53:02.099Zfe80::3c2b:94ff:fe70:1df0 -> 3e:2b:94:70:1d:f0
29872026-06-06T15:53:02.099Znat v4:
29882026-06-06T15:53:02.099Znat_v6:
29892026-06-06T15:53:02.099Zport_mac:
29902026-06-06T15:53:02.099Z1000: a8:40:25:39:92:af
29912026-06-06T15:53:02.099Z1: a8:40:25:39:92:b0
29922026-06-06T15:53:02.099Z2: a8:40:25:39:92:b1
29932026-06-06T15:53:02.099Zproxy arp:
29942026-06-06T15:53:02.099Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 30d3ead8-c31b-4bc6-942b-1ca32b648f32 --sled-uuid 5e790e03-bf86-427f-87d0-926feb1b4b5c -a sl0/v6 &> /opt/ddmd.log &
29952026-06-06T15:53:02.110Z
29962026-06-06T15:53:05.112Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29972026-06-06T15:53:05.129Zlocal v6:
29982026-06-06T15:53:05.129Zfe80::3c2b:94ff:fe70:1df0
29992026-06-06T15:53:05.129Zfe80::a0db:20ff:fe29:4c84
30002026-06-06T15:53:05.129Zlocal v4:
30012026-06-06T15:53:05.129Zrouter v6_idx:
30022026-06-06T15:53:05.129Zfd00:1::/64 -> 0
30032026-06-06T15:53:05.129Zfd00:2::/64 -> 1
30042026-06-06T15:53:05.129Zrouter v6_routes:
30052026-06-06T15:53:05.129Z1 -> fe80::682b:28ff:fe86:4fb5 (2)
30062026-06-06T15:53:05.130Z0 -> fe80::5051:4eff:fe32:b7c1 (1)
30072026-06-06T15:53:05.130Zrouter v4_idx:
30082026-06-06T15:53:05.130Zrouter v4_routes:
30092026-06-06T15:53:05.130Zresolver v4:
30102026-06-06T15:53:05.130Z10.0.0.3 -> 02:08:20:df:e9:b3
30112026-06-06T15:53:05.130Z10.0.0.254 -> 02:08:20:c2:90:05
30122026-06-06T15:53:05.130Zresolver v6:
30132026-06-06T15:53:05.130Zfe80::a0db:20ff:fe29:4c84 -> a2:db:20:29:4c:84
30142026-06-06T15:53:05.130Zfe80::682b:28ff:fe86:4fb5 -> 6a:2b:28:86:4f:b5
30152026-06-06T15:53:05.130Zfe80::5051:4eff:fe32:b7c1 -> 52:51:4e:32:b7:c1
30162026-06-06T15:53:05.130Zfe80::3c2b:94ff:fe70:1df0 -> 3e:2b:94:70:1d:f0
30172026-06-06T15:53:05.130Znat v4:
30182026-06-06T15:53:05.130Znat_v6:
30192026-06-06T15:53:05.130Zport_mac:
30202026-06-06T15:53:05.130Z1000: a8:40:25:39:92:af
30212026-06-06T15:53:05.133Z1: a8:40:25:39:92:b0
30222026-06-06T15:53:05.133Z2: a8:40:25:39:92:b1
30232026-06-06T15:53:05.133Zproxy arp:
30242026-06-06T15:53:05.133Z[s2.trio] netstat -nr -f inet6
30252026-06-06T15:53:05.143ZRouting Table: IPv6
30262026-06-06T15:53:05.143Z Destination/Mask Gateway Flags Ref Use If
30272026-06-06T15:53:05.143Z--------------------------- --------------------------- ----- --- ------- -----
30282026-06-06T15:53:05.143Z::1 ::1 UH 2 0 lo0
30292026-06-06T15:53:05.143Zfd00:1::/64 fe80::3c2b:94ff:fe70:1df0 UG 1 0 sl1
30302026-06-06T15:53:05.143Zfe80::/10 fe80::682b:28ff:fe86:4fb5 U 3 64 sl1
30312026-06-06T15:53:05.143Z[s2.trio] ipadm
30322026-06-06T15:53:05.156ZADDROBJ TYPE STATE ADDR
30332026-06-06T15:53:05.156Zlo0/v4 static ok 127.0.0.1/8
30342026-06-06T15:53:05.156Zmg3/v4 static ok 10.0.0.2/24
30352026-06-06T15:53:05.156Zlo0/v6 static ok ::1/128
30362026-06-06T15:53:05.156Zlo0/u6 static ok fd00:2::1/64
30372026-06-06T15:53:05.156Zsl1/v6 addrconf ok fe80::682b:28ff:fe86:4fb5%sl1/10
30382026-06-06T15:53:05.156Z[s2.trio] route -nv get -inet6 fd00:1::1
30392026-06-06T15:53:05.168Znewrt->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>
30402026-06-06T15:53:05.168Zlocks: inits:
30412026-06-06T15:53:05.168Zsockaddrs: <DST,IFP>
30422026-06-06T15:53:05.169Z fd00:1::1
30432026-06-06T15:53:05.169Z route to: fd00:1::1
30442026-06-06T15:53:05.169Zdestination: fd00:1::
30452026-06-06T15:53:05.169Z mask: ffff:ffff:ffff:ffff::
30462026-06-06T15:53:05.169Z gateway: fe80::3c2b:94ff:fe70:1df0
30472026-06-06T15:53:05.169Z interface: sl1 index 3 address 6a 2b 28 86 4f b5
30482026-06-06T15:53:05.169Z flags: <UP,GATEWAY,DONE,STATIC>
30492026-06-06T15:53:05.169Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30502026-06-06T15:53:05.169Z 0 0 0 0 0 0 9000 0
30512026-06-06T15:53:05.169Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30522026-06-06T15:53:05.169Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30532026-06-06T15:53:05.169Z fd00:1:: fe80::3c2b:94ff:fe70:1df0 ffff:ffff:ffff:ffff:: sl1:6a.2b.28.86.4f.b5 fe80::682b:28ff:fe86:4fb5
30542026-06-06T15:53:05.169Z[s2.trio] ndp -na
30552026-06-06T15:53:05.180ZNet to Media Table: IPv6
30562026-06-06T15:53:05.180Z If Physical Address Type State Destination/Mask
30572026-06-06T15:53:05.180Z----- ----------------- ------- ------------ ---------------------------
30582026-06-06T15:53:05.181Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30592026-06-06T15:53:05.181Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30602026-06-06T15:53:05.181Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30612026-06-06T15:53:05.181Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30622026-06-06T15:53:05.181Zsl1 6a:2b:28:86:4f:b5 local REACHABLE fe80::682b:28ff:fe86:4fb5
30632026-06-06T15:53:05.181Zsl1 3e:2b:94:70:1d:f0 dynamic REACHABLE fe80::3c2b:94ff:fe70:1df0
30642026-06-06T15:53:05.181Zsl1 33:33:ff:86:4f:b5 other REACHABLE ff02::1:ff86:4fb5
30652026-06-06T15:53:05.181Zsl1 33:33:ff:70:1d:f0 other REACHABLE ff02::1:ff70:1df0
30662026-06-06T15:53:05.181Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30672026-06-06T15:53:05.181Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30682026-06-06T15:53:05.194Zlocal v6:
30692026-06-06T15:53:05.194Zfe80::3c2b:94ff:fe70:1df0
30702026-06-06T15:53:05.194Zfe80::a0db:20ff:fe29:4c84
30712026-06-06T15:53:05.194Zlocal v4:
30722026-06-06T15:53:05.194Zrouter v6_idx:
30732026-06-06T15:53:05.194Zfd00:1::/64 -> 0
30742026-06-06T15:53:05.194Zfd00:2::/64 -> 1
30752026-06-06T15:53:05.194Zrouter v6_routes:
30762026-06-06T15:53:05.194Z1 -> fe80::682b:28ff:fe86:4fb5 (2)
30772026-06-06T15:53:05.194Z0 -> fe80::5051:4eff:fe32:b7c1 (1)
30782026-06-06T15:53:05.194Zrouter v4_idx:
30792026-06-06T15:53:05.194Zrouter v4_routes:
30802026-06-06T15:53:05.194Zresolver v4:
30812026-06-06T15:53:05.194Z10.0.0.3 -> 02:08:20:df:e9:b3
30822026-06-06T15:53:05.194Z10.0.0.254 -> 02:08:20:c2:90:05
30832026-06-06T15:53:05.194Zresolver v6:
30842026-06-06T15:53:05.194Zfe80::a0db:20ff:fe29:4c84 -> a2:db:20:29:4c:84
30852026-06-06T15:53:05.194Zfe80::682b:28ff:fe86:4fb5 -> 6a:2b:28:86:4f:b5
30862026-06-06T15:53:05.194Zfe80::5051:4eff:fe32:b7c1 -> 52:51:4e:32:b7:c1
30872026-06-06T15:53:05.194Zfe80::3c2b:94ff:fe70:1df0 -> 3e:2b:94:70:1d:f0
30882026-06-06T15:53:05.194Znat v4:
30892026-06-06T15:53:05.194Znat_v6:
30902026-06-06T15:53:05.194Zport_mac:
30912026-06-06T15:53:05.194Z1000: a8:40:25:39:92:af
30922026-06-06T15:53:05.194Z1: a8:40:25:39:92:b0
30932026-06-06T15:53:05.194Z2: a8:40:25:39:92:b1
30942026-06-06T15:53:05.194Zproxy arp:
30952026-06-06T15:53:05.198Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
30962026-06-06T15:53:05.236ZSubnet Port Link Gateway Vlan
30972026-06-06T15:53:05.236Zfd00:1::/64 rear0 0 fe80::5051:4eff:fe32:b7c1
30982026-06-06T15:53:05.236Zfd00:2::/64 rear1 0 fe80::682b:28ff:fe86:4fb5
30992026-06-06T15:53:05.236Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31002026-06-06T15:53:05.275Zhost mac age
31012026-06-06T15:53:05.275Z10.0.0.3 02:08:20:df:e9:b3 21s
31022026-06-06T15:53:05.275Z10.0.0.254 02:08:20:c2:90:05 19s
31032026-06-06T15:53:05.275Zfe80::3c2b:94ff:fe70:1df0 3e:2b:94:70:1d:f0 21s
31042026-06-06T15:53:05.275Zfe80::5051:4eff:fe32:b7c1 52:51:4e:32:b7:c1 21s
31052026-06-06T15:53:05.275Zfe80::682b:28ff:fe86:4fb5 6a:2b:28:86:4f:b5 21s
31062026-06-06T15:53:05.275Zfe80::a0db:20ff:fe29:4c84 a2:db:20:29:4c:84 21s
31072026-06-06T15:53:05.275Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31082026-06-06T15:53:05.314ZLink IPv4 IPv6
31092026-06-06T15:53:05.315Zrear0/0 fe80::a0db:20ff:fe29:4c84
31102026-06-06T15:53:05.315Zrear1/0 fe80::3c2b:94ff:fe70:1df0
31112026-06-06T15:53:05.315Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31122026-06-06T15:53:06.340ZADDROBJ TYPE STATE ADDR
31132026-06-06T15:53:06.340Zlo0/v4 static ok 127.0.0.1/8
31142026-06-06T15:53:06.340Zmg2/v4 static ok 10.0.0.1/24
31152026-06-06T15:53:06.340Zlo0/v6 static ok ::1/128
31162026-06-06T15:53:06.340Zlo0/u6 static ok fd00:1::1/64
31172026-06-06T15:53:06.340Zsl0/v6 addrconf ok fe80::5051:4eff:fe32:b7c1%sl0/10
31182026-06-06T15:53:06.340Znewrt->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>
31192026-06-06T15:53:06.340Zlocks: inits:
31202026-06-06T15:53:06.340Zsockaddrs: <DST,IFP>
31212026-06-06T15:53:06.340Z fd00:2::1
31222026-06-06T15:53:06.340Z route to: fd00:2::1
31232026-06-06T15:53:06.340Zdestination: fd00:2::
31242026-06-06T15:53:06.340Z mask: ffff:ffff:ffff:ffff::
31252026-06-06T15:53:06.340Z gateway: fe80::a0db:20ff:fe29:4c84
31262026-06-06T15:53:06.340Z interface: sl0 index 3 address 52 51 4e 32 b7 c1
31272026-06-06T15:53:06.340Z flags: <UP,GATEWAY,DONE,STATIC>
31282026-06-06T15:53:06.340Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31292026-06-06T15:53:06.340Z 0 0 0 0 0 0 9000 0
31302026-06-06T15:53:06.340Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31312026-06-06T15:53:06.340Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31322026-06-06T15:53:06.341Z fd00:2:: fe80::a0db:20ff:fe29:4c84 ffff:ffff:ffff:ffff:: sl0:52.51.4e.32.b7.c1 fe80::5051:4eff:fe32:b7c1
31332026-06-06T15:53:06.341Z
31342026-06-06T15:53:06.341ZNet to Media Table: IPv6
31352026-06-06T15:53:06.341Z If Physical Address Type State Destination/Mask
31362026-06-06T15:53:06.341Z----- ----------------- ------- ------------ ---------------------------
31372026-06-06T15:53:06.341Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31382026-06-06T15:53:06.341Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31392026-06-06T15:53:06.341Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31402026-06-06T15:53:06.341Zsl0 52:51:4e:32:b7:c1 local REACHABLE fe80::5051:4eff:fe32:b7c1
31412026-06-06T15:53:06.341Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31422026-06-06T15:53:06.341Zsl0 33:33:ff:32:b7:c1 other REACHABLE ff02::1:ff32:b7c1
31432026-06-06T15:53:06.341Zsl0 a2:db:20:29:4c:84 dynamic REACHABLE fe80::a0db:20ff:fe29:4c84
31442026-06-06T15:53:06.341Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31452026-06-06T15:53:06.341Zsl0 33:33:ff:29:4c:84 other REACHABLE ff02::1:ff29:4c84
31462026-06-06T15:53:06.341Z
31472026-06-06T15:53:06.341Z
31482026-06-06T15:53:06.341ZRouting Table: IPv6
31492026-06-06T15:53:06.341Z Destination/Mask Gateway Flags Ref Use If
31502026-06-06T15:53:06.341Z--------------------------- --------------------------- ----- --- ------- -----
31512026-06-06T15:53:06.341Z::1 ::1 UH 2 0 lo0
31522026-06-06T15:53:06.341Zfd00:2::/64 fe80::a0db:20ff:fe29:4c84 UG 2 2 sl0
31532026-06-06T15:53:06.341Zfe80::/10 fe80::5051:4eff:fe32:b7c1 U 3 64 sl0
31542026-06-06T15:53:06.341ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31552026-06-06T15:53:06.341Z68 bytes from fd00:2::1: icmp_seq=0. time=0.243 ms
31562026-06-06T15:53:06.341Z68 bytes from fd00:2::1: icmp_seq=1. time=0.331 ms
31572026-06-06T15:53:06.341Z
31582026-06-06T15:53:06.342Z----fd00:2::1 PING Statistics----
31592026-06-06T15:53:06.342Z2 packets transmitted, 2 packets received, 0% packet loss
31602026-06-06T15:53:06.342Zround-trip (ms) min/avg/max/stddev = 0.243/0.287/0.331/0.062
31612026-06-06T15:53:06.342Z[s2.trio] ping fd00:1::1
31622026-06-06T15:53:06.354Zfd00:1::1 is alive
31632026-06-06T15:53:06.354Zserver router restart passed
31642026-06-06T15:53:10.360Zpeer expiration recovery passed
31652026-06-06T15:53:11.361Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31662026-06-06T15:53:11.379Z3
31672026-06-06T15:53:11.380Zredundant advertise passed
31682026-06-06T15:53:12.382Ztunnel endpoint advertise passed
31692026-06-06T15:53:17.384Zredundant tunnel endpoint advertise passed
31702026-06-06T15:53:17.384Z[s1.trio] pkill ddmd
31712026-06-06T15:53:17.400Z
31722026-06-06T15:53:22.401Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9143736e-c0f4-4501-a636-93091292a8b5 --sled-uuid 996d3376-92f8-47c4-a08a-38f75fbbea8b -a sl0/v6 &> /opt/ddmd.log &
31732026-06-06T15:53:22.417Z
31742026-06-06T15:53:27.423Ztunnel router restart passed
31752026-06-06T15:53:28.425Ztunnel endpoint withdraw passed
31762026-06-06T15:53:28.428Z[t1.trio] pkill ddmd
31772026-06-06T15:53:28.439Z
31782026-06-06T15:53:28.439Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31792026-06-06T15:53:28.442Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31802026-06-06T15:53:30.337Z[s2.trio] pkill ddmd
31812026-06-06T15:53:30.342Z
31822026-06-06T15:53:30.342Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31832026-06-06T15:53:32.161Z[s1.trio] pkill ddmd
31842026-06-06T15:53:32.173Z
31852026-06-06T15:53:32.173Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31862026-06-06T15:53:33.942Z[sidecar.trio] pkill softnpu
31872026-06-06T15:53:33.954Z
31882026-06-06T15:53:33.955Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31892026-06-06T15:53:36.404Ztest ddm::test_trio_v3 ... ok
31902026-06-06T15:53:36.405Z
31912026-06-06T15:53:36.405Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.01s
31922026-06-06T15:53:36.405Z
31932026-06-06T15:53:36.457Z+ cleanup
31942026-06-06T15:53:36.464Z++ id -un
31952026-06-06T15:53:36.464Z++ id -gn
31962026-06-06T15:53:36.464Z+ pfexec chown -R build:build .
31972026-06-06T15:53:36.585Zprocess exited: duration 679129 ms, exit code 0
 
31982026-06-06T15:53:36.599Zfound 5 output files
31992026-06-06T15:53:36.599Zuploading: /work/s1.trio.log (4223 bytes)
32002026-06-06T15:53:37.629Zuploaded: /work/s1.trio.log
32012026-06-06T15:53:37.629Zuploading: /work/s2.trio.log (9837 bytes)
32022026-06-06T15:53:38.661Zuploaded: /work/s2.trio.log
32032026-06-06T15:53:38.661Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32042026-06-06T15:53:39.699Zuploaded: /work/sidecar.trio-softnpu.log
32052026-06-06T15:53:39.699Zuploading: /work/t1.trio-dpd.log (333063 bytes)
32062026-06-06T15:53:40.727Zuploaded: /work/t1.trio-dpd.log
32072026-06-06T15:53:40.727Zuploading: /work/t1.trio.log (25746 bytes)
32082026-06-06T15:53:41.784Zuploaded: /work/t1.trio.log