01KV5738YRHNF6VMT5QQAGGHBR: 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: 01KV573RJ3SE5CDEQQP4KMZM4F

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T08:43:04.699Zjob assigned to worker 01KV5743KTNHBKY39G520TWFGM [factory aws, i-064fe364d5824a7fe] (queued for 1 m 3 s)
 
22026-06-15T08:43:11.653Zstarting task 0: "setup"
32026-06-15T08:43:11.659Z++ uname -s
42026-06-15T08:43:11.662Z+ kern=SunOS
52026-06-15T08:43:11.662Z+ build_user=build
62026-06-15T08:43:11.662Z+ build_uid=12345
72026-06-15T08:43:11.662Z+ work_dir=/work
82026-06-15T08:43:11.662Z+ input_dir=/input
92026-06-15T08:43:11.663Z+ [[ 0 == 12345 ]]
102026-06-15T08:43:11.663Z+ case "$kern" in
112026-06-15T08:43:11.663Z+ groupadd -g 12345 build
122026-06-15T08:43:11.665Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T08:43:13.669Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T08:43:13.760Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T08:43:13.763Z+ home_fs=zfs
162026-06-15T08:43:13.763Z+ [[ zfs == autofs ]]
172026-06-15T08:43:13.763Z+ mkdir -p /home/build
182026-06-15T08:43:13.763Z+ chown build:build /home/build /work
192026-06-15T08:43:15.765Z+ chmod 0700 /home/build /work
202026-06-15T08:43:15.768Zprocess exited: duration 4113 ms, exit code 0
 
212026-06-15T08:43:15.774Zstarting task 1: "rust-toolchain"
222026-06-15T08:43:15.778Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-15T08:43:15.778Z * rust toolchain channel = "stable"
242026-06-15T08:43:15.778Z * rust toolchain profile = "default"
252026-06-15T08:43:15.778Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-15T08:43:15.778Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T08:43:15.781Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T08:43:15.781Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T08:43:15.781Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-15T08:43:15.901Zinfo: downloading installer
312026-06-15T08:43:17.525Zwarn: It looks like you have an existing installation of Rust at:
322026-06-15T08:43:17.525Zwarn: /opt/ooce/bin
332026-06-15T08:43:17.525Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-15T08:43:17.525Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-15T08:43:17.525Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-15T08:43:17.525Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-15T08:43:17.525Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-15T08:43:17.525Zerror: cannot install while Rust is installed
392026-06-15T08:43:17.525Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-15T08:43:17.526Zwarn: It looks like you have an existing rustup settings file at:
412026-06-15T08:43:17.526Zwarn: /home/build/.rustup/settings.toml
422026-06-15T08:43:17.526Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-15T08:43:17.526Zwarn: instead of the one inferred from the default host triple.
442026-06-15T08:43:17.539Zinfo: profile set to default
452026-06-15T08:43:17.539Zinfo: default host triple is x86_64-unknown-illumos
462026-06-15T08:43:17.542Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-15T08:43:17.680Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-15T08:43:17.695Zinfo: downloading 6 components
492026-06-15T08:43:34.435Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-15T08:43:34.435Z
512026-06-15T08:43:34.461Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-15T08:43:34.461Z
532026-06-15T08:43:34.461Z
542026-06-15T08:43:34.462ZRust is installed now. Great!
552026-06-15T08:43:34.462Z
562026-06-15T08:43:34.462ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-15T08:43:34.462Zenvironment variable. This has not been done automatically.
582026-06-15T08:43:34.462Z
592026-06-15T08:43:34.462ZTo configure your current shell, you need to source
602026-06-15T08:43:34.462Zthe corresponding env file under $HOME/.cargo.
612026-06-15T08:43:34.462Z
622026-06-15T08:43:34.462ZThis is usually done by running one of the following (note the leading DOT):
632026-06-15T08:43:34.462Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-15T08:43:34.462Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-15T08:43:34.462Zsource "~/.cargo/env.nu" # For nushell
662026-06-15T08:43:34.462Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-15T08:43:34.465Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-15T08:43:34.465Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-15T08:43:34.465Zwarn: no default linker (`cc`) was found in your PATH
702026-06-15T08:43:34.466Zwarn: many Rust crates require a system C toolchain to build
712026-06-15T08:43:34.569Z+ rustup --version
722026-06-15T08:43:34.579Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-15T08:43:34.582Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-15T08:43:34.599Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-15T08:43:34.603Z+ cargo --version
762026-06-15T08:43:34.614Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-15T08:43:34.618Z+ rustc --version
782026-06-15T08:43:34.635Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-15T08:43:34.638Zprocess exited: duration 18861 ms, exit code 0
 
802026-06-15T08:43:34.645Zstarting task 2: "authentication"
812026-06-15T08:43:34.662Zprocess exited: duration 16 ms, exit code 0
 
822026-06-15T08:43:34.668Zstarting task 3: "clone repository"
832026-06-15T08:43:34.671Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-15T08:43:34.674Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-15T08:43:34.707ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-15T08:43:35.823Z+ cd /work/oxidecomputer/maghemite
872026-06-15T08:43:35.824Z+ git fetch origin 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
882026-06-15T08:43:36.070ZFrom https://github.com/oxidecomputer/maghemite
892026-06-15T08:43:36.070Z * branch 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb -> FETCH_HEAD
902026-06-15T08:43:36.079Z+ [[ -n renovate/lock-file-maintenance ]]
912026-06-15T08:43:36.082Z++ git branch --show-current
922026-06-15T08:43:36.082Z+ current=main
932026-06-15T08:43:36.082Z+ [[ main != renovate/lock-file-maintenance ]]
942026-06-15T08:43:36.082Z+ git branch -f renovate/lock-file-maintenance 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
952026-06-15T08:43:36.086Z+ git checkout -f renovate/lock-file-maintenance
962026-06-15T08:43:36.104ZSwitched to branch 'renovate/lock-file-maintenance'
972026-06-15T08:43:36.108Z+ git reset --hard 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
982026-06-15T08:43:36.111ZHEAD is now at 1a8c4fe Lock file maintenance
992026-06-15T08:43:36.114Zprocess exited: duration 1443 ms, exit code 0
 
1002026-06-15T08:43:36.120Zstarting task 4: "build"
1012026-06-15T08:43:36.127Z++ dladm
1022026-06-15T08:43:36.131ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-15T08:43:36.131Zena0 phys 9216 up -- --
1042026-06-15T08:43:36.131Z++ ipadm
1052026-06-15T08:43:36.135ZADDROBJ TYPE STATE ADDR
1062026-06-15T08:43:36.135Zlo0/v4 static ok 127.0.0.1/8
1072026-06-15T08:43:36.135Zena0/dhcp dhcp ok 10.150.1.63/24
1082026-06-15T08:43:36.135Zlo0/v6 static ok ::1/128
1092026-06-15T08:43:36.135Z++ banner collect
1102026-06-15T08:43:36.135Z
1112026-06-15T08:43:36.135Z #### #### # # ###### #### #####
1122026-06-15T08:43:36.135Z # # # # # # # # # #
1132026-06-15T08:43:36.135Z # # # # # ##### # #
1142026-06-15T08:43:36.135Z # # # # # # # #
1152026-06-15T08:43:36.135Z # # # # # # # # # #
1162026-06-15T08:43:36.135Z #### #### ###### ###### ###### #### #
1172026-06-15T08:43:36.135Z
1182026-06-15T08:43:36.135Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-15T08:43:36.135Z++ repo=softnpu
1202026-06-15T08:43:36.135Z++ series=image
1212026-06-15T08:43:36.135Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-15T08:43:36.135Z++ name=softnpu
1232026-06-15T08:43:36.135Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-15T08:43:36.135Z++ mkdir -p download
1252026-06-15T08:43:36.139Z++ pushd download
1262026-06-15T08:43:36.139Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-15T08:43:36.139Z++ [[ ! -f softnpu ]]
1282026-06-15T08:43:36.139Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-15T08:43:36.142Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-15T08:43:36.142Z Dload Upload Total Spent Left Speed
1312026-06-15T08:43:36.536Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 39.68M 0 0 100 15.63M 100 15.63M 0 0 39.67M 0 0 100 15.63M 100 15.63M 0 0 39.67M 0 0
1322026-06-15T08:43:36.540Z++ popd
1332026-06-15T08:43:36.540Z/work/oxidecomputer/maghemite
1342026-06-15T08:43:36.540Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-15T08:43:36.540Z++ repo=sidecar-lite
1362026-06-15T08:43:36.540Z++ series=release
1372026-06-15T08:43:36.540Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-15T08:43:36.540Z++ name=libsidecar_lite.so
1392026-06-15T08:43:36.540Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-15T08:43:36.540Z++ mkdir -p download
1412026-06-15T08:43:36.543Z++ pushd download
1422026-06-15T08:43:36.543Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-15T08:43:36.544Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-15T08:43:36.544Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-15T08:43:36.547Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-15T08:43:36.550Z Dload Upload Total Spent Left Speed
1472026-06-15T08:43:36.780Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 53.24M 0 0 100 12.04M 100 12.04M 0 0 53.23M 0 0 100 12.04M 100 12.04M 0 0 53.22M 0 0
1482026-06-15T08:43:36.786Z++ popd
1492026-06-15T08:43:36.786Z/work/oxidecomputer/maghemite
1502026-06-15T08:43:36.786Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-15T08:43:36.786Z++ repo=sidecar-lite
1522026-06-15T08:43:36.786Z++ series=release
1532026-06-15T08:43:36.786Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-15T08:43:36.786Z++ name=scadm
1552026-06-15T08:43:36.786Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-15T08:43:36.786Z++ mkdir -p download
1572026-06-15T08:43:36.786Z++ pushd download
1582026-06-15T08:43:36.786Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-15T08:43:36.786Z++ [[ ! -f scadm ]]
1602026-06-15T08:43:36.787Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-15T08:43:36.787Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-15T08:43:36.787Z Dload Upload Total Spent Left Speed
1632026-06-15T08:43:37.223Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 36.62M 0 0 100 15.78M 100 15.78M 0 0 36.61M 0 0 100 15.78M 100 15.78M 0 0 36.61M 0 0
1642026-06-15T08:43:37.230Z++ popd
1652026-06-15T08:43:37.230Z/work/oxidecomputer/maghemite
1662026-06-15T08:43:37.230Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-15T08:43:37.230Z++ repo=dendrite
1682026-06-15T08:43:37.230Z++ series=image
1692026-06-15T08:43:37.230Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-15T08:43:37.230Z++ name=dendrite-softnpu.tar.gz
1712026-06-15T08:43:37.230Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-15T08:43:37.230Z++ mkdir -p download
1732026-06-15T08:43:37.230Z++ pushd download
1742026-06-15T08:43:37.230Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-15T08:43:37.231Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-15T08:43:37.231Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-15T08:43:37.231Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-15T08:43:37.231Z Dload Upload Total Spent Left Speed
1792026-06-15T08:43:38.150Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 77.52M 0 0 100 71.59M 100 71.59M 0 0 77.52M 0 0 100 71.59M 100 71.59M 0 0 77.52M 0 0
1802026-06-15T08:43:38.153Z++ popd
1812026-06-15T08:43:38.156Z/work/oxidecomputer/maghemite
1822026-06-15T08:43:38.156Z++ get_artifact maghemite release 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb ddm
1832026-06-15T08:43:38.156Z++ repo=maghemite
1842026-06-15T08:43:38.156Z++ series=release
1852026-06-15T08:43:38.156Z++ commit=1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
1862026-06-15T08:43:38.156Z++ name=ddm
1872026-06-15T08:43:38.156Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-15T08:43:38.156Z++ mkdir -p download
1892026-06-15T08:43:38.156Z++ pushd download
1902026-06-15T08:43:38.156Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-15T08:43:38.156Z++ [[ ! -f ddm ]]
1922026-06-15T08:43:38.156Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/1a8c4febd9caa778e648bdcacef35fc98c6d7bdb/ddm
1932026-06-15T08:43:38.161Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-15T08:43:38.164Z Dload Upload Total Spent Left Speed
1952026-06-15T08:43:38.214Z 0 0 0 0 0 0 0 0 0
1962026-06-15T08:43:38.217Zcurl: (22) The requested URL returned error: 404
1972026-06-15T08:43:38.217Z++ popd
1982026-06-15T08:43:38.217Z/work/oxidecomputer/maghemite
1992026-06-15T08:43:38.217Z++ get_artifact maghemite release 1a8c4febd9caa778e648bdcacef35fc98c6d7bdb ddmadm
2002026-06-15T08:43:38.217Z++ repo=maghemite
2012026-06-15T08:43:38.217Z++ series=release
2022026-06-15T08:43:38.217Z++ commit=1a8c4febd9caa778e648bdcacef35fc98c6d7bdb
2032026-06-15T08:43:38.217Z++ name=ddmadm
2042026-06-15T08:43:38.217Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-15T08:43:38.217Z++ mkdir -p download
2062026-06-15T08:43:38.217Z++ pushd download
2072026-06-15T08:43:38.217Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-15T08:43:38.217Z++ [[ ! -f ddmadm ]]
2092026-06-15T08:43:38.217Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/1a8c4febd9caa778e648bdcacef35fc98c6d7bdb/ddmadm
2102026-06-15T08:43:38.222Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-15T08:43:38.224Z Dload Upload Total Spent Left Speed
2122026-06-15T08:43:38.273Z 0 0 0 0 0 0 0 0 0
2132026-06-15T08:43:38.276Zcurl: (22) The requested URL returned error: 404
2142026-06-15T08:43:38.276Z++ popd
2152026-06-15T08:43:38.276Z/work/oxidecomputer/maghemite
2162026-06-15T08:43:38.276Z++ pushd download
2172026-06-15T08:43:38.276Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-15T08:43:38.276Z++ chmod +x softnpu
2192026-06-15T08:43:38.276Z++ chmod +x scadm
2202026-06-15T08:43:38.279Z++ chmod +x ddmadm
2212026-06-15T08:43:38.279Zchmod: WARNING: can't access ddmadm
2222026-06-15T08:43:38.279Z++ chmod +x ddmd
2232026-06-15T08:43:38.282Zchmod: WARNING: can't access ddmd
2242026-06-15T08:43:38.282Z++ mv ddmadm ddmadm-v2
2252026-06-15T08:43:38.282Zmv: cannot access ddmadm
2262026-06-15T08:43:38.282Z++ mv ddmd ddmd-v2
2272026-06-15T08:43:38.282Zmv: cannot access ddmd
2282026-06-15T08:43:38.282Z++ rm -rf zones/dendrite
2292026-06-15T08:43:38.285Z++ mkdir -p zones/dendrite
2302026-06-15T08:43:38.285Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-15T08:43:39.287Z++ 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-15T08:43:39.290Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-15T08:43:39.290Z++ popd
2342026-06-15T08:43:39.290Z/work/oxidecomputer/maghemite
2352026-06-15T08:43:39.290Z++ banner install
2362026-06-15T08:43:39.293Z
2372026-06-15T08:43:39.293Z # # # #### ##### ## # #
2382026-06-15T08:43:39.293Z # ## # # # # # # #
2392026-06-15T08:43:39.293Z # # # # #### # # # # #
2402026-06-15T08:43:39.293Z # # # # # # ###### # #
2412026-06-15T08:43:39.293Z # # ## # # # # # # #
2422026-06-15T08:43:39.293Z # # # #### # # # ###### ######
2432026-06-15T08:43:39.294Z
2442026-06-15T08:43:39.294Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-15T08:43:39.294Z++ set +o errexit
2462026-06-15T08:43:39.294Z++ pkg info clang-15
2472026-06-15T08:43:39.294Z++ grep -qi installed
2482026-06-15T08:43:40.489Zpkg: info: no packages matching the following patterns you specified are
2492026-06-15T08:43:40.489Zinstalled on the system. Try querying remotely instead:
2502026-06-15T08:43:40.489Z
2512026-06-15T08:43:40.489Z clang-15
2522026-06-15T08:43:40.529Z++ [[ 1 != 0 ]]
2532026-06-15T08:43:40.529Z++ set -o errexit
2542026-06-15T08:43:40.529Z++ pfexec pkg install clang-15
2552026-06-15T08:43:49.822Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-15T08:43:57.464Z Startup: Caching catalogs ... Done
2572026-06-15T08:44:04.683ZPlanning: Solver setup ... Done
2582026-06-15T08:44:04.724ZPlanning: Running solver ... Done
2592026-06-15T08:44:04.862ZPlanning: Finding local manifests ... Done
2602026-06-15T08:44:04.891ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-15T08:44:04.982ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-15T08:44:05.011ZPlanning: Package planning ... Done
2632026-06-15T08:44:05.037ZPlanning: Merging actions ... Done
2642026-06-15T08:44:05.144ZPlanning: Checking for conflicting actions ... Done
2652026-06-15T08:44:05.150ZPlanning: Consolidating action changes ... Done
2662026-06-15T08:44:05.890ZPlanning: Evaluating mediators ... Done
2672026-06-15T08:44:05.896ZPlanning: Planning completed in 8.26 seconds
2682026-06-15T08:44:05.907Z Packages to install: 2
2692026-06-15T08:44:05.910Z Mediators to change: 2
2702026-06-15T08:44:05.910Z Services to change: 1
2712026-06-15T08:44:05.910Z Create boot environment: No
2722026-06-15T08:44:05.910ZCreate backup boot environment: No
2732026-06-15T08:44:05.950Z
2742026-06-15T08:44:05.950ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-15T08:44:10.951ZDownload: 732/3076 items 17.7/211.3MB 8% complete (3.7M/s)
2762026-06-15T08:44:15.952ZDownload: 1022/3076 items 100.8/211.3MB 47% complete (10.1M/s)
2772026-06-15T08:44:21.472ZDownload: 2005/3076 items 117.0/211.3MB 55% complete (10.0M/s)
2782026-06-15T08:44:27.852ZDownload: 2009/3076 items 117.8/211.3MB 55% complete (9.7M/s)
2792026-06-15T08:44:34.053ZDownload: 3067/3076 items 208.0/211.3MB 98% complete (11.5M/s)
2802026-06-15T08:44:37.261ZDownload: Completed 211.31 MB in 31.31 seconds (6.8M/s)
2812026-06-15T08:44:37.384Z Actions: 1/3418 actions (Installing new actions)
2822026-06-15T08:44:40.551Z Actions: Completed 3418 actions in 3.17 seconds.
2832026-06-15T08:44:41.197Z Done
2842026-06-15T08:44:41.197Z Done
2852026-06-15T08:44:41.948Z Done
2862026-06-15T08:44:45.303Z Done
2872026-06-15T08:44:45.371Z Done
2882026-06-15T08:44:45.375Z Done
2892026-06-15T08:44:45.673Z Done
2902026-06-15T08:44:46.331Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2912026-06-15T08:44:46.331Z++ set +o errexit
2922026-06-15T08:44:46.335Z++ pkg info pkg-config
2932026-06-15T08:44:46.335Z++ grep -qi installed
2942026-06-15T08:44:46.555Z++ [[ 0 != 0 ]]
2952026-06-15T08:44:46.555Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2962026-06-15T08:44:46.555Z++ set +o errexit
2972026-06-15T08:44:46.558Z++ pkg info brand/omicron1
2982026-06-15T08:44:46.558Z++ grep -qi installed
2992026-06-15T08:44:46.737Zpkg: info: no packages matching the following patterns you specified are
3002026-06-15T08:44:46.737Zinstalled on the system. Try querying remotely instead:
3012026-06-15T08:44:46.737Z
3022026-06-15T08:44:46.737Z brand/omicron1
3032026-06-15T08:44:46.771Z++ [[ 1 != 0 ]]
3042026-06-15T08:44:46.771Z++ set -o errexit
3052026-06-15T08:44:46.771Z++ pfexec pkg install brand/omicron1
3062026-06-15T08:44:47.174Z Startup: Refreshing catalog 'helios-dev' ... Done
3072026-06-15T08:44:54.431ZPlanning: Solver setup ... Done
3082026-06-15T08:44:54.470ZPlanning: Running solver ... Done
3092026-06-15T08:44:54.611ZPlanning: Finding local manifests ... Done
3102026-06-15T08:44:54.614ZPlanning: Fetching manifests: 0/2 0% complete
3112026-06-15T08:44:54.730ZPlanning: Fetching manifests: 2/2 100% complete
3122026-06-15T08:44:54.742ZPlanning: Package planning ... Done
3132026-06-15T08:44:54.745ZPlanning: Merging actions ... Done
3142026-06-15T08:44:54.894ZPlanning: Checking for conflicting actions ... Done
3152026-06-15T08:44:54.897ZPlanning: Consolidating action changes ... Done
3162026-06-15T08:44:55.054ZPlanning: Evaluating mediators ... Done
3172026-06-15T08:44:55.058ZPlanning: Planning completed in 7.88 seconds
3182026-06-15T08:44:55.062Z Packages to install: 2
3192026-06-15T08:44:55.062Z Create boot environment: No
3202026-06-15T08:44:55.077ZCreate backup boot environment: No
3212026-06-15T08:44:55.091Z
3222026-06-15T08:44:55.091ZDownload: 0/5 items 0.0/1.1MB 0% complete
3232026-06-15T08:44:55.110ZDownload: Completed 1.07 MB in 0.02 seconds (57.5M/s)
3242026-06-15T08:44:55.190Z Actions: 1/28 actions (Installing new actions)
3252026-06-15T08:44:55.203Z Actions: Completed 28 actions in 0.01 seconds.
3262026-06-15T08:44:55.719Z Done
3272026-06-15T08:44:55.719Z Done
3282026-06-15T08:44:56.352Z Done
3292026-06-15T08:44:59.205Z Done
3302026-06-15T08:44:59.285Z Done
3312026-06-15T08:44:59.288Z Done
3322026-06-15T08:44:59.401Z Done
3332026-06-15T08:44:59.537Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3342026-06-15T08:44:59.537Z++ set +o errexit
3352026-06-15T08:44:59.540Z++ pkg info brand/omicron1/tools
3362026-06-15T08:44:59.540Z++ grep -qi installed
3372026-06-15T08:44:59.720Zpkg: info: no packages matching the following patterns you specified are
3382026-06-15T08:44:59.720Zinstalled on the system. Try querying remotely instead:
3392026-06-15T08:44:59.721Z
3402026-06-15T08:44:59.721Z brand/omicron1/tools
3412026-06-15T08:44:59.753Z++ [[ 1 != 0 ]]
3422026-06-15T08:44:59.753Z++ set -o errexit
3432026-06-15T08:44:59.753Z++ pfexec pkg install brand/omicron1/tools
3442026-06-15T08:45:00.138Z Startup: Refreshing catalog 'helios-dev' ... Done
3452026-06-15T08:45:07.328ZPlanning: Solver setup ... Done
3462026-06-15T08:45:07.366ZPlanning: Running solver ... Done
3472026-06-15T08:45:07.502ZPlanning: Finding local manifests ... Done
3482026-06-15T08:45:07.505ZPlanning: Fetching manifests: 0/1 0% complete
3492026-06-15T08:45:07.615ZPlanning: Fetching manifests: 1/1 100% complete
3502026-06-15T08:45:07.628ZPlanning: Package planning ... Done
3512026-06-15T08:45:07.631ZPlanning: Merging actions ... Done
3522026-06-15T08:45:07.767ZPlanning: Checking for conflicting actions ... Done
3532026-06-15T08:45:07.770ZPlanning: Consolidating action changes ... Done
3542026-06-15T08:45:07.925ZPlanning: Evaluating mediators ... Done
3552026-06-15T08:45:07.928ZPlanning: Planning completed in 7.79 seconds
3562026-06-15T08:45:07.933Z Packages to install: 1
3572026-06-15T08:45:07.933Z Services to change: 1
3582026-06-15T08:45:07.933Z Create boot environment: No
3592026-06-15T08:45:07.936ZCreate backup boot environment: No
3602026-06-15T08:45:07.961Z
3612026-06-15T08:45:07.962ZDownload: 0/2 items 0.0/1.2MB 0% complete
3622026-06-15T08:45:07.993ZDownload: Completed 1.19 MB in 0.03 seconds (37.9M/s)
3632026-06-15T08:45:08.063Z Actions: 1/19 actions (Installing new actions)
3642026-06-15T08:45:08.077Z Actions: Completed 19 actions in 0.01 seconds.
3652026-06-15T08:45:08.592Z Done
3662026-06-15T08:45:08.592Z Done
3672026-06-15T08:45:09.225Z Done
3682026-06-15T08:45:12.096Z Done
3692026-06-15T08:45:12.171Z Done
3702026-06-15T08:45:12.174Z Done
3712026-06-15T08:45:12.321Z Done
3722026-06-15T08:45:12.455Z++ pfexec svcadm enable baseline
3732026-06-15T08:45:12.468Z++ retry=0
3742026-06-15T08:45:12.472Z+++ svcs -Hostate baseline
3752026-06-15T08:45:12.484Z++ [[ offline* != online ]]
3762026-06-15T08:45:12.484Z++ [[ 0 -gt 300 ]]
3772026-06-15T08:45:12.484Z++ sleep 1
3782026-06-15T08:45:13.486Z++ retry=1
3792026-06-15T08:45:13.491Z+++ svcs -Hostate baseline
3802026-06-15T08:45:13.500Z++ [[ offline* != online ]]
3812026-06-15T08:45:13.500Z++ [[ 1 -gt 300 ]]
3822026-06-15T08:45:13.500Z++ sleep 1
3832026-06-15T08:45:14.501Z++ retry=2
3842026-06-15T08:45:14.504Z+++ svcs -Hostate baseline
3852026-06-15T08:45:14.515Z++ [[ offline* != online ]]
3862026-06-15T08:45:14.515Z++ [[ 2 -gt 300 ]]
3872026-06-15T08:45:14.515Z++ sleep 1
3882026-06-15T08:45:15.518Z++ retry=3
3892026-06-15T08:45:15.523Z+++ svcs -Hostate baseline
3902026-06-15T08:45:15.532Z++ [[ offline* != online ]]
3912026-06-15T08:45:15.532Z++ [[ 3 -gt 300 ]]
3922026-06-15T08:45:15.537Z++ sleep 1
3932026-06-15T08:45:16.533Z++ retry=4
3942026-06-15T08:45:16.536Z+++ svcs -Hostate baseline
3952026-06-15T08:45:16.550Z++ [[ offline* != online ]]
3962026-06-15T08:45:16.550Z++ [[ 4 -gt 300 ]]
3972026-06-15T08:45:16.550Z++ sleep 1
3982026-06-15T08:45:17.554Z++ retry=5
3992026-06-15T08:45:17.557Z+++ svcs -Hostate baseline
4002026-06-15T08:45:17.569Z++ [[ offline* != online ]]
4012026-06-15T08:45:17.569Z++ [[ 5 -gt 300 ]]
4022026-06-15T08:45:17.572Z++ sleep 1
4032026-06-15T08:45:18.570Z++ retry=6
4042026-06-15T08:45:18.573Z+++ svcs -Hostate baseline
4052026-06-15T08:45:18.586Z++ [[ offline* != online ]]
4062026-06-15T08:45:18.586Z++ [[ 6 -gt 300 ]]
4072026-06-15T08:45:18.589Z++ sleep 1
4082026-06-15T08:45:19.587Z++ retry=7
4092026-06-15T08:45:19.590Z+++ svcs -Hostate baseline
4102026-06-15T08:45:19.601Z++ [[ offline* != online ]]
4112026-06-15T08:45:19.601Z++ [[ 7 -gt 300 ]]
4122026-06-15T08:45:19.601Z++ sleep 1
4132026-06-15T08:45:20.603Z++ retry=8
4142026-06-15T08:45:20.606Z+++ svcs -Hostate baseline
4152026-06-15T08:45:20.618Z++ [[ offline* != online ]]
4162026-06-15T08:45:20.618Z++ [[ 8 -gt 300 ]]
4172026-06-15T08:45:20.621Z++ sleep 1
4182026-06-15T08:45:21.620Z++ retry=9
4192026-06-15T08:45:21.623Z+++ svcs -Hostate baseline
4202026-06-15T08:45:21.634Z++ [[ offline* != online ]]
4212026-06-15T08:45:21.635Z++ [[ 9 -gt 300 ]]
4222026-06-15T08:45:21.635Z++ sleep 1
4232026-06-15T08:45:22.637Z++ retry=10
4242026-06-15T08:45:22.640Z+++ svcs -Hostate baseline
4252026-06-15T08:45:22.652Z++ [[ offline* != online ]]
4262026-06-15T08:45:22.652Z++ [[ 10 -gt 300 ]]
4272026-06-15T08:45:22.652Z++ sleep 1
4282026-06-15T08:45:23.654Z++ retry=11
4292026-06-15T08:45:23.659Z+++ svcs -Hostate baseline
4302026-06-15T08:45:23.667Z++ [[ offline* != online ]]
4312026-06-15T08:45:23.672Z++ [[ 11 -gt 300 ]]
4322026-06-15T08:45:23.672Z++ sleep 1
4332026-06-15T08:45:24.669Z++ retry=12
4342026-06-15T08:45:24.672Z+++ svcs -Hostate baseline
4352026-06-15T08:45:24.684Z++ [[ offline* != online ]]
4362026-06-15T08:45:24.684Z++ [[ 12 -gt 300 ]]
4372026-06-15T08:45:24.684Z++ sleep 1
4382026-06-15T08:45:25.686Z++ retry=13
4392026-06-15T08:45:25.689Z+++ svcs -Hostate baseline
4402026-06-15T08:45:25.700Z++ [[ offline* != online ]]
4412026-06-15T08:45:25.700Z++ [[ 13 -gt 300 ]]
4422026-06-15T08:45:25.704Z++ sleep 1
4432026-06-15T08:45:26.703Z++ retry=14
4442026-06-15T08:45:26.706Z+++ svcs -Hostate baseline
4452026-06-15T08:45:26.717Z++ [[ offline* != online ]]
4462026-06-15T08:45:26.717Z++ [[ 14 -gt 300 ]]
4472026-06-15T08:45:26.720Z++ sleep 1
4482026-06-15T08:45:27.719Z++ retry=15
4492026-06-15T08:45:27.722Z+++ svcs -Hostate baseline
4502026-06-15T08:45:27.734Z++ [[ offline* != online ]]
4512026-06-15T08:45:27.734Z++ [[ 15 -gt 300 ]]
4522026-06-15T08:45:27.734Z++ sleep 1
4532026-06-15T08:45:28.737Z++ retry=16
4542026-06-15T08:45:28.740Z+++ svcs -Hostate baseline
4552026-06-15T08:45:28.751Z++ [[ offline* != online ]]
4562026-06-15T08:45:28.751Z++ [[ 16 -gt 300 ]]
4572026-06-15T08:45:28.751Z++ sleep 1
4582026-06-15T08:45:29.753Z++ retry=17
4592026-06-15T08:45:29.757Z+++ svcs -Hostate baseline
4602026-06-15T08:45:29.771Z++ [[ offline* != online ]]
4612026-06-15T08:45:29.771Z++ [[ 17 -gt 300 ]]
4622026-06-15T08:45:29.771Z++ sleep 1
4632026-06-15T08:45:30.769Z++ retry=18
4642026-06-15T08:45:30.772Z+++ svcs -Hostate baseline
4652026-06-15T08:45:30.784Z++ [[ offline* != online ]]
4662026-06-15T08:45:30.784Z++ [[ 18 -gt 300 ]]
4672026-06-15T08:45:30.787Z++ sleep 1
4682026-06-15T08:45:31.785Z++ retry=19
4692026-06-15T08:45:31.789Z+++ svcs -Hostate baseline
4702026-06-15T08:45:31.800Z++ [[ offline* != online ]]
4712026-06-15T08:45:31.800Z++ [[ 19 -gt 300 ]]
4722026-06-15T08:45:31.803Z++ sleep 1
4732026-06-15T08:45:32.803Z++ retry=20
4742026-06-15T08:45:32.806Z+++ svcs -Hostate baseline
4752026-06-15T08:45:32.817Z++ [[ offline* != online ]]
4762026-06-15T08:45:32.820Z++ [[ 20 -gt 300 ]]
4772026-06-15T08:45:32.820Z++ sleep 1
4782026-06-15T08:45:33.820Z++ retry=21
4792026-06-15T08:45:33.823Z+++ svcs -Hostate baseline
4802026-06-15T08:45:33.835Z++ [[ offline* != online ]]
4812026-06-15T08:45:33.835Z++ [[ 21 -gt 300 ]]
4822026-06-15T08:45:33.835Z++ sleep 1
4832026-06-15T08:45:34.837Z++ retry=22
4842026-06-15T08:45:34.840Z+++ svcs -Hostate baseline
4852026-06-15T08:45:34.852Z++ [[ offline* != online ]]
4862026-06-15T08:45:34.852Z++ [[ 22 -gt 300 ]]
4872026-06-15T08:45:34.855Z++ sleep 1
4882026-06-15T08:45:35.853Z++ retry=23
4892026-06-15T08:45:35.857Z+++ svcs -Hostate baseline
4902026-06-15T08:45:35.868Z++ [[ offline* != online ]]
4912026-06-15T08:45:35.868Z++ [[ 23 -gt 300 ]]
4922026-06-15T08:45:35.868Z++ sleep 1
4932026-06-15T08:45:36.870Z++ retry=24
4942026-06-15T08:45:36.873Z+++ svcs -Hostate baseline
4952026-06-15T08:45:36.884Z++ [[ offline* != online ]]
4962026-06-15T08:45:36.884Z++ [[ 24 -gt 300 ]]
4972026-06-15T08:45:36.884Z++ sleep 1
4982026-06-15T08:45:37.886Z++ retry=25
4992026-06-15T08:45:37.889Z+++ svcs -Hostate baseline
5002026-06-15T08:45:37.901Z++ [[ offline* != online ]]
5012026-06-15T08:45:37.901Z++ [[ 25 -gt 300 ]]
5022026-06-15T08:45:37.901Z++ sleep 1
5032026-06-15T08:45:38.903Z++ retry=26
5042026-06-15T08:45:38.906Z+++ svcs -Hostate baseline
5052026-06-15T08:45:38.917Z++ [[ offline* != online ]]
5062026-06-15T08:45:38.917Z++ [[ 26 -gt 300 ]]
5072026-06-15T08:45:38.917Z++ sleep 1
5082026-06-15T08:45:39.919Z++ retry=27
5092026-06-15T08:45:39.922Z+++ svcs -Hostate baseline
5102026-06-15T08:45:39.933Z++ [[ offline* != online ]]
5112026-06-15T08:45:39.933Z++ [[ 27 -gt 300 ]]
5122026-06-15T08:45:39.937Z++ sleep 1
5132026-06-15T08:45:40.935Z++ retry=28
5142026-06-15T08:45:40.938Z+++ svcs -Hostate baseline
5152026-06-15T08:45:40.950Z++ [[ offline* != online ]]
5162026-06-15T08:45:40.950Z++ [[ 28 -gt 300 ]]
5172026-06-15T08:45:40.950Z++ sleep 1
5182026-06-15T08:45:41.952Z++ retry=29
5192026-06-15T08:45:41.956Z+++ svcs -Hostate baseline
5202026-06-15T08:45:41.966Z++ [[ offline* != online ]]
5212026-06-15T08:45:41.966Z++ [[ 29 -gt 300 ]]
5222026-06-15T08:45:41.966Z++ sleep 1
5232026-06-15T08:45:42.969Z++ retry=30
5242026-06-15T08:45:42.973Z+++ svcs -Hostate baseline
5252026-06-15T08:45:42.983Z++ [[ offline* != online ]]
5262026-06-15T08:45:42.983Z++ [[ 30 -gt 300 ]]
5272026-06-15T08:45:42.983Z++ sleep 1
5282026-06-15T08:45:43.985Z++ retry=31
5292026-06-15T08:45:43.988Z+++ svcs -Hostate baseline
5302026-06-15T08:45:43.999Z++ [[ offline* != online ]]
5312026-06-15T08:45:43.999Z++ [[ 31 -gt 300 ]]
5322026-06-15T08:45:43.999Z++ sleep 1
5332026-06-15T08:45:45.001Z++ retry=32
5342026-06-15T08:45:45.004Z+++ svcs -Hostate baseline
5352026-06-15T08:45:45.016Z++ [[ offline* != online ]]
5362026-06-15T08:45:45.016Z++ [[ 32 -gt 300 ]]
5372026-06-15T08:45:45.016Z++ sleep 1
5382026-06-15T08:45:46.018Z++ retry=33
5392026-06-15T08:45:46.021Z+++ svcs -Hostate baseline
5402026-06-15T08:45:46.032Z++ [[ offline* != online ]]
5412026-06-15T08:45:46.032Z++ [[ 33 -gt 300 ]]
5422026-06-15T08:45:46.032Z++ sleep 1
5432026-06-15T08:45:47.034Z++ retry=34
5442026-06-15T08:45:47.037Z+++ svcs -Hostate baseline
5452026-06-15T08:45:47.048Z++ [[ offline* != online ]]
5462026-06-15T08:45:47.051Z++ [[ 34 -gt 300 ]]
5472026-06-15T08:45:47.051Z++ sleep 1
5482026-06-15T08:45:48.051Z++ retry=35
5492026-06-15T08:45:48.054Z+++ svcs -Hostate baseline
5502026-06-15T08:45:48.065Z++ [[ offline* != online ]]
5512026-06-15T08:45:48.065Z++ [[ 35 -gt 300 ]]
5522026-06-15T08:45:48.068Z++ sleep 1
5532026-06-15T08:45:49.068Z++ retry=36
5542026-06-15T08:45:49.071Z+++ svcs -Hostate baseline
5552026-06-15T08:45:49.081Z++ [[ offline* != online ]]
5562026-06-15T08:45:49.081Z++ [[ 36 -gt 300 ]]
5572026-06-15T08:45:49.081Z++ sleep 1
5582026-06-15T08:45:50.083Z++ retry=37
5592026-06-15T08:45:50.086Z+++ svcs -Hostate baseline
5602026-06-15T08:45:50.098Z++ [[ offline* != online ]]
5612026-06-15T08:45:50.098Z++ [[ 37 -gt 300 ]]
5622026-06-15T08:45:50.098Z++ sleep 1
5632026-06-15T08:45:51.099Z++ retry=38
5642026-06-15T08:45:51.103Z+++ svcs -Hostate baseline
5652026-06-15T08:45:51.114Z++ [[ offline* != online ]]
5662026-06-15T08:45:51.114Z++ [[ 38 -gt 300 ]]
5672026-06-15T08:45:51.114Z++ sleep 1
5682026-06-15T08:45:52.116Z++ retry=39
5692026-06-15T08:45:52.120Z+++ svcs -Hostate baseline
5702026-06-15T08:45:52.134Z++ [[ offline* != online ]]
5712026-06-15T08:45:52.134Z++ [[ 39 -gt 300 ]]
5722026-06-15T08:45:52.134Z++ sleep 1
5732026-06-15T08:45:53.133Z++ retry=40
5742026-06-15T08:45:53.138Z+++ svcs -Hostate baseline
5752026-06-15T08:45:53.147Z++ [[ offline* != online ]]
5762026-06-15T08:45:53.147Z++ [[ 40 -gt 300 ]]
5772026-06-15T08:45:53.147Z++ sleep 1
5782026-06-15T08:45:54.149Z++ retry=41
5792026-06-15T08:45:54.153Z+++ svcs -Hostate baseline
5802026-06-15T08:45:54.163Z++ [[ offline* != online ]]
5812026-06-15T08:45:54.163Z++ [[ 41 -gt 300 ]]
5822026-06-15T08:45:54.163Z++ sleep 1
5832026-06-15T08:45:55.165Z++ retry=42
5842026-06-15T08:45:55.169Z+++ svcs -Hostate baseline
5852026-06-15T08:45:55.180Z++ [[ offline* != online ]]
5862026-06-15T08:45:55.183Z++ [[ 42 -gt 300 ]]
5872026-06-15T08:45:55.183Z++ sleep 1
5882026-06-15T08:45:56.182Z++ retry=43
5892026-06-15T08:45:56.185Z+++ svcs -Hostate baseline
5902026-06-15T08:45:56.196Z++ [[ offline* != online ]]
5912026-06-15T08:45:56.196Z++ [[ 43 -gt 300 ]]
5922026-06-15T08:45:56.200Z++ sleep 1
5932026-06-15T08:45:57.198Z++ retry=44
5942026-06-15T08:45:57.201Z+++ svcs -Hostate baseline
5952026-06-15T08:45:57.213Z++ [[ offline* != online ]]
5962026-06-15T08:45:57.213Z++ [[ 44 -gt 300 ]]
5972026-06-15T08:45:57.216Z++ sleep 1
5982026-06-15T08:45:58.215Z++ retry=45
5992026-06-15T08:45:58.218Z+++ svcs -Hostate baseline
6002026-06-15T08:45:58.229Z++ [[ offline* != online ]]
6012026-06-15T08:45:58.229Z++ [[ 45 -gt 300 ]]
6022026-06-15T08:45:58.229Z++ sleep 1
6032026-06-15T08:45:59.231Z++ retry=46
6042026-06-15T08:45:59.234Z+++ svcs -Hostate baseline
6052026-06-15T08:45:59.247Z++ [[ offline* != online ]]
6062026-06-15T08:45:59.247Z++ [[ 46 -gt 300 ]]
6072026-06-15T08:45:59.247Z++ sleep 1
6082026-06-15T08:46:00.248Z++ retry=47
6092026-06-15T08:46:00.251Z+++ svcs -Hostate baseline
6102026-06-15T08:46:00.263Z++ [[ offline* != online ]]
6112026-06-15T08:46:00.263Z++ [[ 47 -gt 300 ]]
6122026-06-15T08:46:00.263Z++ sleep 1
6132026-06-15T08:46:01.265Z++ retry=48
6142026-06-15T08:46:01.268Z+++ svcs -Hostate baseline
6152026-06-15T08:46:01.279Z++ [[ offline* != online ]]
6162026-06-15T08:46:01.279Z++ [[ 48 -gt 300 ]]
6172026-06-15T08:46:01.279Z++ sleep 1
6182026-06-15T08:46:02.281Z++ retry=49
6192026-06-15T08:46:02.284Z+++ svcs -Hostate baseline
6202026-06-15T08:46:02.295Z++ [[ offline* != online ]]
6212026-06-15T08:46:02.295Z++ [[ 49 -gt 300 ]]
6222026-06-15T08:46:02.295Z++ sleep 1
6232026-06-15T08:46:03.297Z++ retry=50
6242026-06-15T08:46:03.300Z+++ svcs -Hostate baseline
6252026-06-15T08:46:03.312Z++ [[ offline* != online ]]
6262026-06-15T08:46:03.312Z++ [[ 50 -gt 300 ]]
6272026-06-15T08:46:03.312Z++ sleep 1
6282026-06-15T08:46:04.314Z++ retry=51
6292026-06-15T08:46:04.317Z+++ svcs -Hostate baseline
6302026-06-15T08:46:04.328Z++ [[ offline* != online ]]
6312026-06-15T08:46:04.331Z++ [[ 51 -gt 300 ]]
6322026-06-15T08:46:04.331Z++ sleep 1
6332026-06-15T08:46:05.330Z++ retry=52
6342026-06-15T08:46:05.333Z+++ svcs -Hostate baseline
6352026-06-15T08:46:05.366Z++ [[ offline* != online ]]
6362026-06-15T08:46:05.369Z++ [[ 52 -gt 300 ]]
6372026-06-15T08:46:05.369Z++ sleep 1
6382026-06-15T08:46:06.347Z++ retry=53
6392026-06-15T08:46:06.350Z+++ svcs -Hostate baseline
6402026-06-15T08:46:06.361Z++ [[ offline* != online ]]
6412026-06-15T08:46:06.361Z++ [[ 53 -gt 300 ]]
6422026-06-15T08:46:06.364Z++ sleep 1
6432026-06-15T08:46:07.363Z++ retry=54
6442026-06-15T08:46:07.367Z+++ svcs -Hostate baseline
6452026-06-15T08:46:07.378Z++ [[ offline* != online ]]
6462026-06-15T08:46:07.378Z++ [[ 54 -gt 300 ]]
6472026-06-15T08:46:07.378Z++ sleep 1
6482026-06-15T08:46:08.380Z++ retry=55
6492026-06-15T08:46:08.384Z+++ svcs -Hostate baseline
6502026-06-15T08:46:08.395Z++ [[ offline* != online ]]
6512026-06-15T08:46:08.395Z++ [[ 55 -gt 300 ]]
6522026-06-15T08:46:08.395Z++ sleep 1
6532026-06-15T08:46:09.397Z++ retry=56
6542026-06-15T08:46:09.400Z+++ svcs -Hostate baseline
6552026-06-15T08:46:09.411Z++ [[ offline* != online ]]
6562026-06-15T08:46:09.411Z++ [[ 56 -gt 300 ]]
6572026-06-15T08:46:09.414Z++ sleep 1
6582026-06-15T08:46:10.414Z++ retry=57
6592026-06-15T08:46:10.418Z+++ svcs -Hostate baseline
6602026-06-15T08:46:10.428Z++ [[ offline* != online ]]
6612026-06-15T08:46:10.428Z++ [[ 57 -gt 300 ]]
6622026-06-15T08:46:10.429Z++ sleep 1
6632026-06-15T08:46:11.430Z++ retry=58
6642026-06-15T08:46:11.434Z+++ svcs -Hostate baseline
6652026-06-15T08:46:11.447Z++ [[ offline* != online ]]
6662026-06-15T08:46:11.450Z++ [[ 58 -gt 300 ]]
6672026-06-15T08:46:11.450Z++ sleep 1
6682026-06-15T08:46:12.447Z++ retry=59
6692026-06-15T08:46:12.451Z+++ svcs -Hostate baseline
6702026-06-15T08:46:12.462Z++ [[ offline* != online ]]
6712026-06-15T08:46:12.462Z++ [[ 59 -gt 300 ]]
6722026-06-15T08:46:12.462Z++ sleep 1
6732026-06-15T08:46:13.464Z++ retry=60
6742026-06-15T08:46:13.470Z+++ svcs -Hostate baseline
6752026-06-15T08:46:13.480Z++ [[ offline* != online ]]
6762026-06-15T08:46:13.480Z++ [[ 60 -gt 300 ]]
6772026-06-15T08:46:13.484Z++ sleep 1
6782026-06-15T08:46:14.480Z++ retry=61
6792026-06-15T08:46:14.483Z+++ svcs -Hostate baseline
6802026-06-15T08:46:14.495Z++ [[ offline* != online ]]
6812026-06-15T08:46:14.495Z++ [[ 61 -gt 300 ]]
6822026-06-15T08:46:14.495Z++ sleep 1
6832026-06-15T08:46:15.497Z++ retry=62
6842026-06-15T08:46:15.500Z+++ svcs -Hostate baseline
6852026-06-15T08:46:15.512Z++ [[ offline* != online ]]
6862026-06-15T08:46:15.512Z++ [[ 62 -gt 300 ]]
6872026-06-15T08:46:15.512Z++ sleep 1
6882026-06-15T08:46:16.513Z++ retry=63
6892026-06-15T08:46:16.516Z+++ svcs -Hostate baseline
6902026-06-15T08:46:16.528Z++ [[ offline* != online ]]
6912026-06-15T08:46:16.528Z++ [[ 63 -gt 300 ]]
6922026-06-15T08:46:16.530Z++ sleep 1
6932026-06-15T08:46:17.531Z++ retry=64
6942026-06-15T08:46:17.534Z+++ svcs -Hostate baseline
6952026-06-15T08:46:17.544Z++ [[ offline* != online ]]
6962026-06-15T08:46:17.544Z++ [[ 64 -gt 300 ]]
6972026-06-15T08:46:17.548Z++ sleep 1
6982026-06-15T08:46:18.546Z++ retry=65
6992026-06-15T08:46:18.549Z+++ svcs -Hostate baseline
7002026-06-15T08:46:18.562Z++ [[ offline* != online ]]
7012026-06-15T08:46:18.562Z++ [[ 65 -gt 300 ]]
7022026-06-15T08:46:18.563Z++ sleep 1
7032026-06-15T08:46:19.563Z++ retry=66
7042026-06-15T08:46:19.567Z+++ svcs -Hostate baseline
7052026-06-15T08:46:19.638Z++ [[ offline* != online ]]
7062026-06-15T08:46:19.638Z++ [[ 66 -gt 300 ]]
7072026-06-15T08:46:19.638Z++ sleep 1
7082026-06-15T08:46:20.580Z++ retry=67
7092026-06-15T08:46:20.583Z+++ svcs -Hostate baseline
7102026-06-15T08:46:20.595Z++ [[ offline* != online ]]
7112026-06-15T08:46:20.595Z++ [[ 67 -gt 300 ]]
7122026-06-15T08:46:20.595Z++ sleep 1
7132026-06-15T08:46:21.597Z++ retry=68
7142026-06-15T08:46:21.600Z+++ svcs -Hostate baseline
7152026-06-15T08:46:21.614Z++ [[ offline* != online ]]
7162026-06-15T08:46:21.617Z++ [[ 68 -gt 300 ]]
7172026-06-15T08:46:21.617Z++ sleep 1
7182026-06-15T08:46:22.613Z++ retry=69
7192026-06-15T08:46:22.618Z+++ svcs -Hostate baseline
7202026-06-15T08:46:22.628Z++ [[ offline* != online ]]
7212026-06-15T08:46:22.628Z++ [[ 69 -gt 300 ]]
7222026-06-15T08:46:22.628Z++ sleep 1
7232026-06-15T08:46:23.630Z++ retry=70
7242026-06-15T08:46:23.633Z+++ svcs -Hostate baseline
7252026-06-15T08:46:23.644Z++ [[ offline* != online ]]
7262026-06-15T08:46:23.644Z++ [[ 70 -gt 300 ]]
7272026-06-15T08:46:23.647Z++ sleep 1
7282026-06-15T08:46:24.646Z++ retry=71
7292026-06-15T08:46:24.652Z+++ svcs -Hostate baseline
7302026-06-15T08:46:24.662Z++ [[ offline* != online ]]
7312026-06-15T08:46:24.662Z++ [[ 71 -gt 300 ]]
7322026-06-15T08:46:24.665Z++ sleep 1
7332026-06-15T08:46:25.663Z++ retry=72
7342026-06-15T08:46:25.667Z+++ svcs -Hostate baseline
7352026-06-15T08:46:25.677Z++ [[ offline* != online ]]
7362026-06-15T08:46:25.677Z++ [[ 72 -gt 300 ]]
7372026-06-15T08:46:25.680Z++ sleep 1
7382026-06-15T08:46:26.679Z++ retry=73
7392026-06-15T08:46:26.682Z+++ svcs -Hostate baseline
7402026-06-15T08:46:26.694Z++ [[ offline* != online ]]
7412026-06-15T08:46:26.694Z++ [[ 73 -gt 300 ]]
7422026-06-15T08:46:26.695Z++ sleep 1
7432026-06-15T08:46:27.697Z++ retry=74
7442026-06-15T08:46:27.700Z+++ svcs -Hostate baseline
7452026-06-15T08:46:27.712Z++ [[ offline* != online ]]
7462026-06-15T08:46:27.712Z++ [[ 74 -gt 300 ]]
7472026-06-15T08:46:27.715Z++ sleep 1
7482026-06-15T08:46:28.714Z++ retry=75
7492026-06-15T08:46:28.717Z+++ svcs -Hostate baseline
7502026-06-15T08:46:28.729Z++ [[ offline* != online ]]
7512026-06-15T08:46:28.729Z++ [[ 75 -gt 300 ]]
7522026-06-15T08:46:28.729Z++ sleep 1
7532026-06-15T08:46:29.731Z++ retry=76
7542026-06-15T08:46:29.734Z+++ svcs -Hostate baseline
7552026-06-15T08:46:29.746Z++ [[ offline* != online ]]
7562026-06-15T08:46:29.746Z++ [[ 76 -gt 300 ]]
7572026-06-15T08:46:29.746Z++ sleep 1
7582026-06-15T08:46:30.749Z++ retry=77
7592026-06-15T08:46:30.752Z+++ svcs -Hostate baseline
7602026-06-15T08:46:30.763Z++ [[ offline* != online ]]
7612026-06-15T08:46:30.763Z++ [[ 77 -gt 300 ]]
7622026-06-15T08:46:30.763Z++ sleep 1
7632026-06-15T08:46:31.766Z++ retry=78
7642026-06-15T08:46:31.769Z+++ svcs -Hostate baseline
7652026-06-15T08:46:31.780Z++ [[ offline* != online ]]
7662026-06-15T08:46:31.780Z++ [[ 78 -gt 300 ]]
7672026-06-15T08:46:31.783Z++ sleep 1
7682026-06-15T08:46:32.782Z++ retry=79
7692026-06-15T08:46:32.786Z+++ svcs -Hostate baseline
7702026-06-15T08:46:32.796Z++ [[ offline* != online ]]
7712026-06-15T08:46:32.796Z++ [[ 79 -gt 300 ]]
7722026-06-15T08:46:32.796Z++ sleep 1
7732026-06-15T08:46:33.798Z++ retry=80
7742026-06-15T08:46:33.801Z+++ svcs -Hostate baseline
7752026-06-15T08:46:33.812Z++ [[ offline* != online ]]
7762026-06-15T08:46:33.812Z++ [[ 80 -gt 300 ]]
7772026-06-15T08:46:33.816Z++ sleep 1
7782026-06-15T08:46:34.814Z++ retry=81
7792026-06-15T08:46:34.818Z+++ svcs -Hostate baseline
7802026-06-15T08:46:34.829Z++ [[ offline* != online ]]
7812026-06-15T08:46:34.829Z++ [[ 81 -gt 300 ]]
7822026-06-15T08:46:34.832Z++ sleep 1
7832026-06-15T08:46:35.831Z++ retry=82
7842026-06-15T08:46:35.833Z+++ svcs -Hostate baseline
7852026-06-15T08:46:35.845Z++ [[ offline* != online ]]
7862026-06-15T08:46:35.845Z++ [[ 82 -gt 300 ]]
7872026-06-15T08:46:35.845Z++ sleep 1
7882026-06-15T08:46:36.847Z++ retry=83
7892026-06-15T08:46:36.851Z+++ svcs -Hostate baseline
7902026-06-15T08:46:36.862Z++ [[ offline* != online ]]
7912026-06-15T08:46:36.862Z++ [[ 83 -gt 300 ]]
7922026-06-15T08:46:36.862Z++ sleep 1
7932026-06-15T08:46:37.864Z++ retry=84
7942026-06-15T08:46:37.867Z+++ svcs -Hostate baseline
7952026-06-15T08:46:37.879Z++ [[ offline* != online ]]
7962026-06-15T08:46:37.879Z++ [[ 84 -gt 300 ]]
7972026-06-15T08:46:37.879Z++ sleep 1
7982026-06-15T08:46:38.883Z++ retry=85
7992026-06-15T08:46:38.887Z+++ svcs -Hostate baseline
8002026-06-15T08:46:38.895Z++ [[ offline* != online ]]
8012026-06-15T08:46:38.895Z++ [[ 85 -gt 300 ]]
8022026-06-15T08:46:38.895Z++ sleep 1
8032026-06-15T08:46:39.897Z++ retry=86
8042026-06-15T08:46:39.902Z+++ svcs -Hostate baseline
8052026-06-15T08:46:39.911Z++ [[ offline* != online ]]
8062026-06-15T08:46:39.911Z++ [[ 86 -gt 300 ]]
8072026-06-15T08:46:39.911Z++ sleep 1
8082026-06-15T08:46:40.913Z++ retry=87
8092026-06-15T08:46:40.916Z+++ svcs -Hostate baseline
8102026-06-15T08:46:40.928Z++ [[ offline* != online ]]
8112026-06-15T08:46:40.931Z++ [[ 87 -gt 300 ]]
8122026-06-15T08:46:40.931Z++ sleep 1
8132026-06-15T08:46:41.930Z++ retry=88
8142026-06-15T08:46:41.933Z+++ svcs -Hostate baseline
8152026-06-15T08:46:41.944Z++ [[ offline* != online ]]
8162026-06-15T08:46:41.944Z++ [[ 88 -gt 300 ]]
8172026-06-15T08:46:41.944Z++ sleep 1
8182026-06-15T08:46:42.977Z++ retry=89
8192026-06-15T08:46:42.985Z+++ svcs -Hostate baseline
8202026-06-15T08:46:42.985Z++ [[ offline* != online ]]
8212026-06-15T08:46:42.985Z++ [[ 89 -gt 300 ]]
8222026-06-15T08:46:42.985Z++ sleep 1
8232026-06-15T08:46:43.962Z++ retry=90
8242026-06-15T08:46:43.965Z+++ svcs -Hostate baseline
8252026-06-15T08:46:43.978Z++ [[ offline* != online ]]
8262026-06-15T08:46:43.978Z++ [[ 90 -gt 300 ]]
8272026-06-15T08:46:43.978Z++ sleep 1
8282026-06-15T08:46:44.979Z++ retry=91
8292026-06-15T08:46:44.984Z+++ svcs -Hostate baseline
8302026-06-15T08:46:44.994Z++ [[ offline* != online ]]
8312026-06-15T08:46:44.994Z++ [[ 91 -gt 300 ]]
8322026-06-15T08:46:44.994Z++ sleep 1
8332026-06-15T08:46:45.996Z++ retry=92
8342026-06-15T08:46:45.999Z+++ svcs -Hostate baseline
8352026-06-15T08:46:46.010Z++ [[ offline* != online ]]
8362026-06-15T08:46:46.010Z++ [[ 92 -gt 300 ]]
8372026-06-15T08:46:46.010Z++ sleep 1
8382026-06-15T08:46:47.012Z++ retry=93
8392026-06-15T08:46:47.015Z+++ svcs -Hostate baseline
8402026-06-15T08:46:47.027Z++ [[ offline* != online ]]
8412026-06-15T08:46:47.027Z++ [[ 93 -gt 300 ]]
8422026-06-15T08:46:47.030Z++ sleep 1
8432026-06-15T08:46:48.029Z++ retry=94
8442026-06-15T08:46:48.032Z+++ svcs -Hostate baseline
8452026-06-15T08:46:48.043Z++ [[ offline* != online ]]
8462026-06-15T08:46:48.044Z++ [[ 94 -gt 300 ]]
8472026-06-15T08:46:48.044Z++ sleep 1
8482026-06-15T08:46:49.045Z++ retry=95
8492026-06-15T08:46:49.049Z+++ svcs -Hostate baseline
8502026-06-15T08:46:49.059Z++ [[ offline* != online ]]
8512026-06-15T08:46:49.059Z++ [[ 95 -gt 300 ]]
8522026-06-15T08:46:49.063Z++ sleep 1
8532026-06-15T08:46:50.061Z++ retry=96
8542026-06-15T08:46:50.064Z+++ svcs -Hostate baseline
8552026-06-15T08:46:50.075Z++ [[ offline* != online ]]
8562026-06-15T08:46:50.075Z++ [[ 96 -gt 300 ]]
8572026-06-15T08:46:50.075Z++ sleep 1
8582026-06-15T08:46:51.077Z++ retry=97
8592026-06-15T08:46:51.080Z+++ svcs -Hostate baseline
8602026-06-15T08:46:51.092Z++ [[ offline* != online ]]
8612026-06-15T08:46:51.092Z++ [[ 97 -gt 300 ]]
8622026-06-15T08:46:51.092Z++ sleep 1
8632026-06-15T08:46:52.094Z++ retry=98
8642026-06-15T08:46:52.098Z+++ svcs -Hostate baseline
8652026-06-15T08:46:52.109Z++ [[ offline* != online ]]
8662026-06-15T08:46:52.112Z++ [[ 98 -gt 300 ]]
8672026-06-15T08:46:52.112Z++ sleep 1
8682026-06-15T08:46:53.111Z++ retry=99
8692026-06-15T08:46:53.114Z+++ svcs -Hostate baseline
8702026-06-15T08:46:53.125Z++ [[ offline* != online ]]
8712026-06-15T08:46:53.125Z++ [[ 99 -gt 300 ]]
8722026-06-15T08:46:53.128Z++ sleep 1
8732026-06-15T08:46:54.127Z++ retry=100
8742026-06-15T08:46:54.130Z+++ svcs -Hostate baseline
8752026-06-15T08:46:54.141Z++ [[ offline* != online ]]
8762026-06-15T08:46:54.141Z++ [[ 100 -gt 300 ]]
8772026-06-15T08:46:54.144Z++ sleep 1
8782026-06-15T08:46:55.144Z++ retry=101
8792026-06-15T08:46:55.147Z+++ svcs -Hostate baseline
8802026-06-15T08:46:55.157Z++ [[ offline* != online ]]
8812026-06-15T08:46:55.157Z++ [[ 101 -gt 300 ]]
8822026-06-15T08:46:55.157Z++ sleep 1
8832026-06-15T08:46:56.159Z++ retry=102
8842026-06-15T08:46:56.162Z+++ svcs -Hostate baseline
8852026-06-15T08:46:56.173Z++ [[ offline* != online ]]
8862026-06-15T08:46:56.173Z++ [[ 102 -gt 300 ]]
8872026-06-15T08:46:56.173Z++ sleep 1
8882026-06-15T08:46:57.174Z++ retry=103
8892026-06-15T08:46:57.177Z+++ svcs -Hostate baseline
8902026-06-15T08:46:57.188Z++ [[ offline* != online ]]
8912026-06-15T08:46:57.188Z++ [[ 103 -gt 300 ]]
8922026-06-15T08:46:57.188Z++ sleep 1
8932026-06-15T08:46:58.190Z++ retry=104
8942026-06-15T08:46:58.193Z+++ svcs -Hostate baseline
8952026-06-15T08:46:58.204Z++ [[ offline* != online ]]
8962026-06-15T08:46:58.207Z++ [[ 104 -gt 300 ]]
8972026-06-15T08:46:58.207Z++ sleep 1
8982026-06-15T08:46:59.206Z++ retry=105
8992026-06-15T08:46:59.210Z+++ svcs -Hostate baseline
9002026-06-15T08:46:59.220Z++ [[ offline* != online ]]
9012026-06-15T08:46:59.220Z++ [[ 105 -gt 300 ]]
9022026-06-15T08:46:59.223Z++ sleep 1
9032026-06-15T08:47:00.222Z++ retry=106
9042026-06-15T08:47:00.225Z+++ svcs -Hostate baseline
9052026-06-15T08:47:00.236Z++ [[ offline* != online ]]
9062026-06-15T08:47:00.236Z++ [[ 106 -gt 300 ]]
9072026-06-15T08:47:00.236Z++ sleep 1
9082026-06-15T08:47:01.238Z++ retry=107
9092026-06-15T08:47:01.241Z+++ svcs -Hostate baseline
9102026-06-15T08:47:01.252Z++ [[ online != online ]]
9112026-06-15T08:47:01.255Z++ set -o errexit
9122026-06-15T08:47:01.255Z++ set -o pipefail
9132026-06-15T08:47:01.255Z++ banner build
9142026-06-15T08:47:01.255Z
9152026-06-15T08:47:01.255Z ##### # # # # #####
9162026-06-15T08:47:01.255Z # # # # # # # #
9172026-06-15T08:47:01.255Z ##### # # # # # #
9182026-06-15T08:47:01.255Z # # # # # # # #
9192026-06-15T08:47:01.255Z # # # # # # # #
9202026-06-15T08:47:01.255Z ##### #### # ###### #####
9212026-06-15T08:47:01.255Z
9222026-06-15T08:47:01.255Z++ cargo build --release --bin ddmd --bin ddmadm
9232026-06-15T08:47:01.260Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9242026-06-15T08:47:01.413Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9252026-06-15T08:47:01.417Zinfo: downloading 6 components
9262026-06-15T08:47:16.651Z Updating git repository `https://github.com/oxidecomputer/falcon`
9272026-06-15T08:47:17.230ZFrom https://github.com/oxidecomputer/falcon
9282026-06-15T08:47:17.230Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9292026-06-15T08:47:17.309Z Updating crates.io index
9302026-06-15T08:47:17.312Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9312026-06-15T08:47:18.187ZFrom https://github.com/oxidecomputer/dendrite
9322026-06-15T08:47:18.187Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9332026-06-15T08:47:18.257Z Updating git repository `https://github.com/oxidecomputer/ispf`
9342026-06-15T08:47:18.608ZFrom https://github.com/oxidecomputer/ispf
9352026-06-15T08:47:18.608Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9362026-06-15T08:47:18.866Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9372026-06-15T08:47:19.215ZFrom https://github.com/oxidecomputer/netadm-sys
9382026-06-15T08:47:19.215Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9392026-06-15T08:47:19.222Z Updating git repository `https://github.com/oxidecomputer/omicron`
9402026-06-15T08:47:26.313ZFrom https://github.com/oxidecomputer/omicron
9412026-06-15T08:47:26.313Z * [new ref] 9f1029da32f20ace5ef9aaa61ad610ea6e9db3c7 -> refs/commit/9f1029da32f20ace5ef9aaa61ad610ea6e9db3c7
9422026-06-15T08:47:26.736Z Updating git repository `https://github.com/oxidecomputer/opte`
9432026-06-15T08:47:27.400ZFrom https://github.com/oxidecomputer/opte
9442026-06-15T08:47:27.400Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9452026-06-15T08:47:27.993Z Updating git repository `https://github.com/illumos/smf-rs`
9462026-06-15T08:47:28.255ZFrom https://github.com/illumos/smf-rs
9472026-06-15T08:47:28.255Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9482026-06-15T08:47:28.273Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9492026-06-15T08:47:28.543ZFrom https://github.com/oxidecomputer/network-interface
9502026-06-15T08:47:28.543Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9512026-06-15T08:47:28.739Z Updating git repository `https://github.com/oxidecomputer/zone`
9522026-06-15T08:47:29.026ZFrom https://github.com/oxidecomputer/zone
9532026-06-15T08:47:29.027Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9542026-06-15T08:47:29.053Z Updating git repository `https://github.com/oxidecomputer/propolis`
9552026-06-15T08:47:29.667ZFrom https://github.com/oxidecomputer/propolis
9562026-06-15T08:47:29.667Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9572026-06-15T08:47:29.880Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9582026-06-15T08:47:30.396ZFrom https://github.com/oxidecomputer/transceiver-control
9592026-06-15T08:47:30.396Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9602026-06-15T08:47:30.728Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9612026-06-15T08:47:31.004ZFrom https://github.com/oxidecomputer/dlpi-sys
9622026-06-15T08:47:31.004Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9632026-06-15T08:47:31.018Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9642026-06-15T08:47:31.302ZFrom https://github.com/jmesmon/rust-libzfs
9652026-06-15T08:47:31.303Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9662026-06-15T08:47:31.310Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9672026-06-15T08:47:31.586ZFrom https://github.com/oxidecomputer/rusty-doors
9682026-06-15T08:47:31.586Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9692026-06-15T08:47:32.601Z Updating git repository `https://github.com/oxidecomputer/lldp`
9702026-06-15T08:47:32.605ZFrom https://github.com/oxidecomputer/lldp
9712026-06-15T08:47:32.605Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9722026-06-15T08:47:32.605Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9732026-06-15T08:47:32.605ZFrom https://github.com/oxidecomputer/slog-error-chain
9742026-06-15T08:47:32.605Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9752026-06-15T08:47:32.605Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9762026-06-15T08:47:32.678ZFrom https://github.com/oxidecomputer/tufaceous
9772026-06-15T08:47:32.678Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9782026-06-15T08:47:32.988Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9792026-06-15T08:47:33.695ZFrom https://github.com/oxidecomputer/management-gateway-service
9802026-06-15T08:47:33.695Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9812026-06-15T08:47:33.879Z Updating git repository `https://github.com/oxidecomputer/crucible`
9822026-06-15T08:47:34.664ZFrom https://github.com/oxidecomputer/crucible
9832026-06-15T08:47:34.664Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9842026-06-15T08:47:35.747Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9852026-06-15T08:47:36.017ZFrom https://github.com/oxidecomputer/serde_human_bytes
9862026-06-15T08:47:36.017Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9872026-06-15T08:47:36.246Z Updating git repository `https://github.com/oxidecomputer/propolis`
9882026-06-15T08:47:36.696ZFrom https://github.com/oxidecomputer/propolis
9892026-06-15T08:47:36.696Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9902026-06-15T08:47:36.919Z Updating git repository `https://github.com/oxidecomputer/crucible`
9912026-06-15T08:47:37.684ZFrom https://github.com/oxidecomputer/crucible
9922026-06-15T08:47:37.684Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9932026-06-15T08:47:37.748Z Updating git repository `https://github.com/oxidecomputer/tofino`
9942026-06-15T08:47:38.098ZFrom https://github.com/oxidecomputer/tofino
9952026-06-15T08:47:38.098Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9962026-06-15T08:47:38.109Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9972026-06-15T08:47:39.252ZFrom https://github.com/oxidecomputer/maghemite
9982026-06-15T08:47:39.252Z * [new ref] 951f759b1d8e61cf65c2a823e61933ff3ea0bdf1 -> refs/commit/951f759b1d8e61cf65c2a823e61933ff3ea0bdf1
9992026-06-15T08:47:39.299Z Updating git repository `https://github.com/oxidecomputer/clickward`
10002026-06-15T08:47:39.578ZFrom https://github.com/oxidecomputer/clickward
10012026-06-15T08:47:39.578Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10022026-06-15T08:47:39.613Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10032026-06-15T08:47:39.871ZFrom https://github.com/oxidecomputer/illumos-devinfo
10042026-06-15T08:47:39.871Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10052026-06-15T08:47:41.447Z Downloading crates ...
10062026-06-15T08:47:41.513Z Downloaded atomicwrites v0.4.4
10072026-06-15T08:47:41.516Z Downloaded async-stream v0.3.6
10082026-06-15T08:47:41.524Z Downloaded adler2 v2.0.1
10092026-06-15T08:47:41.526Z Downloaded atomic-waker v1.1.2
10102026-06-15T08:47:41.529Z Downloaded darling_macro v0.23.0
10112026-06-15T08:47:41.531Z Downloaded anstream v1.0.0
10122026-06-15T08:47:41.535Z Downloaded crc8 v0.1.1
10132026-06-15T08:47:41.535Z Downloaded const-random v0.1.18
10142026-06-15T08:47:41.538Z Downloaded deranged v0.5.8
10152026-06-15T08:47:41.541Z Downloaded defmt v1.1.0
10162026-06-15T08:47:41.544Z Downloaded async-stream-impl v0.3.6
10172026-06-15T08:47:41.544Z Downloaded darling v0.23.0
10182026-06-15T08:47:41.549Z Downloaded derive-ex v0.1.8
10192026-06-15T08:47:41.552Z Downloaded futures v0.3.32
10202026-06-15T08:47:41.555Z Downloaded fxhash v0.2.1
10212026-06-15T08:47:41.558Z Downloaded cfg_aliases v0.2.1
10222026-06-15T08:47:41.561Z Downloaded foreign-types-shared v0.3.1
10232026-06-15T08:47:41.561Z Downloaded debug-ignore v1.0.5
10242026-06-15T08:47:41.564Z Downloaded futures-core v0.3.32
10252026-06-15T08:47:41.568Z Downloaded dyn-clone v1.0.20
10262026-06-15T08:47:41.568Z Downloaded cfg-if v1.0.4
10272026-06-15T08:47:41.571Z Downloaded cpufeatures v0.2.17
10282026-06-15T08:47:41.571Z Downloaded foreign-types-shared v0.1.1
10292026-06-15T08:47:41.574Z Downloaded foreign-types-macros v0.2.3
10302026-06-15T08:47:41.575Z Downloaded hostname v0.4.2
10312026-06-15T08:47:41.577Z Downloaded float-ord v0.3.2
10322026-06-15T08:47:41.578Z Downloaded form_urlencoded v1.2.2
10332026-06-15T08:47:41.580Z Downloaded foldhash v0.2.0
10342026-06-15T08:47:41.583Z Downloaded colorchoice v1.0.5
10352026-06-15T08:47:41.583Z Downloaded fixedbitset v0.4.2
10362026-06-15T08:47:41.586Z Downloaded hex v0.4.3
10372026-06-15T08:47:41.589Z Downloaded foreign-types v0.3.2
10382026-06-15T08:47:41.589Z Downloaded fnv v1.0.7
10392026-06-15T08:47:41.592Z Downloaded errno v0.3.14
10402026-06-15T08:47:41.592Z Downloaded block-buffer v0.12.1
10412026-06-15T08:47:41.595Z Downloaded dtrace-parser v0.3.0
10422026-06-15T08:47:41.595Z Downloaded hash32 v0.3.1
10432026-06-15T08:47:41.598Z Downloaded futures-sink v0.3.32
10442026-06-15T08:47:41.601Z Downloaded git-stub v1.0.0
10452026-06-15T08:47:41.601Z Downloaded futures-io v0.3.32
10462026-06-15T08:47:41.604Z Downloaded dof v0.3.0
10472026-06-15T08:47:41.604Z Downloaded heck v0.5.0
10482026-06-15T08:47:41.607Z Downloaded embedded-io v0.6.1
10492026-06-15T08:47:41.610Z Downloaded foreign-types v0.5.0
10502026-06-15T08:47:41.610Z Downloaded cobs v0.3.0
10512026-06-15T08:47:41.613Z Downloaded cstr-argument v0.1.2
10522026-06-15T08:47:41.613Z Downloaded ciborium-ll v0.2.2
10532026-06-15T08:47:41.616Z Downloaded futures-task v0.3.32
10542026-06-15T08:47:41.616Z Downloaded dropshot-api-manager-types v0.7.2
10552026-06-15T08:47:41.619Z Downloaded const-random-macro v0.1.16
10562026-06-15T08:47:41.619Z Downloaded crypto-common v0.1.7
10572026-06-15T08:47:41.622Z Downloaded crucible-workspace-hack v0.1.0
10582026-06-15T08:47:41.624Z Downloaded http-body v1.0.1
10592026-06-15T08:47:41.627Z Downloaded globset v0.4.18
10602026-06-15T08:47:41.627Z Downloaded fs_extra v1.3.0
10612026-06-15T08:47:41.630Z Downloaded glob v0.3.3
10622026-06-15T08:47:41.632Z Downloaded data-encoding v2.11.0
10632026-06-15T08:47:41.632Z Downloaded compression-core v0.4.32
10642026-06-15T08:47:41.635Z Downloaded crunchy v0.2.4
10652026-06-15T08:47:41.635Z Downloaded hubpack v0.1.2
10662026-06-15T08:47:41.638Z Downloaded autocfg v1.5.1
10672026-06-15T08:47:41.641Z Downloaded heck v0.4.1
10682026-06-15T08:47:41.641Z Downloaded backoff v0.4.0
10692026-06-15T08:47:41.644Z Downloaded hostname v0.3.1
10702026-06-15T08:47:41.647Z Downloaded csv-core v0.1.13
10712026-06-15T08:47:41.647Z Downloaded byte-wrapper v0.1.0
10722026-06-15T08:47:41.650Z Downloaded curve25519-dalek-derive v0.1.1
10732026-06-15T08:47:41.652Z Downloaded hubpack_derive v0.1.1
10742026-06-15T08:47:41.652Z Downloaded idna_adapter v1.2.2
10752026-06-15T08:47:41.655Z Downloaded ident_case v1.0.1
10762026-06-15T08:47:41.655Z Downloaded httpdate v1.0.3
10772026-06-15T08:47:41.658Z Downloaded inout v0.1.4
10782026-06-15T08:47:41.658Z Downloaded instant v0.1.13
10792026-06-15T08:47:41.661Z Downloaded highway v1.3.0
10802026-06-15T08:47:41.664Z Downloaded digest v0.11.3
10812026-06-15T08:47:41.664Z Downloaded byteorder v1.5.0
10822026-06-15T08:47:41.667Z Downloaded generic-array v0.14.7
10832026-06-15T08:47:41.669Z Downloaded erased-serde v0.3.31
10842026-06-15T08:47:41.672Z Downloaded daft-derive v0.1.7
10852026-06-15T08:47:41.679Z Downloaded fastrand v2.4.1
10862026-06-15T08:47:41.682Z Downloaded gethostname v0.5.0
10872026-06-15T08:47:41.682Z Downloaded cipher v0.4.4
10882026-06-15T08:47:41.682Z Downloaded find-msvc-tools v0.1.9
10892026-06-15T08:47:41.682Z Downloaded displaydoc v0.2.6
10902026-06-15T08:47:41.684Z Downloaded is_terminal_polyfill v1.70.2
10912026-06-15T08:47:41.685Z Downloaded bcs v0.1.6
10922026-06-15T08:47:41.687Z Downloaded internet-checksum v0.2.1
10932026-06-15T08:47:41.692Z Downloaded crypto-common v0.2.2
10942026-06-15T08:47:41.692Z Downloaded bit-vec v0.8.0
10952026-06-15T08:47:41.696Z Downloaded chacha20 v0.9.1
10962026-06-15T08:47:41.696Z Downloaded digest v0.10.7
10972026-06-15T08:47:41.696Z Downloaded is_ci v1.2.0
10982026-06-15T08:47:41.698Z Downloaded itoa v1.0.18
10992026-06-15T08:47:41.698Z Downloaded camino-tempfile v1.4.1
11002026-06-15T08:47:41.701Z Downloaded is-terminal v0.4.17
11012026-06-15T08:47:41.704Z Downloaded lazy_static v1.5.0
11022026-06-15T08:47:41.704Z Downloaded anstyle-parse v1.0.0
11032026-06-15T08:47:41.707Z Downloaded const_format_proc_macros v0.2.34
11042026-06-15T08:47:41.710Z Downloaded linked-hash-map v0.5.6
11052026-06-15T08:47:41.710Z Downloaded daft v0.1.7
11062026-06-15T08:47:41.713Z Downloaded lru-slab v0.1.2
11072026-06-15T08:47:41.713Z Downloaded crossbeam-deque v0.8.6
11082026-06-15T08:47:41.716Z Downloaded keccak v0.1.6
11092026-06-15T08:47:41.716Z Downloaded http-body-util v0.1.3
11102026-06-15T08:47:41.719Z Downloaded lru-cache v0.1.2
11112026-06-15T08:47:41.722Z Downloaded fixedbitset v0.5.7
11122026-06-15T08:47:41.722Z Downloaded bitflags v1.3.2
11132026-06-15T08:47:41.724Z Downloaded libscf-sys v1.2.0
11142026-06-15T08:47:41.727Z Downloaded humantime v2.3.0
11152026-06-15T08:47:41.727Z Downloaded cargo_toml v0.22.3
11162026-06-15T08:47:41.730Z Downloaded ingot v0.1.1
11172026-06-15T08:47:41.730Z Downloaded indent_write v2.2.0
11182026-06-15T08:47:41.733Z Downloaded ingot-types v0.1.2
11192026-06-15T08:47:41.736Z Downloaded match_cfg v0.1.0
11202026-06-15T08:47:41.736Z Downloaded macaddr v1.0.1
11212026-06-15T08:47:41.739Z Downloaded git-stub-vcs v0.1.0
11222026-06-15T08:47:41.739Z Downloaded memoffset v0.9.1
11232026-06-15T08:47:41.742Z Downloaded mime v0.3.17
11242026-06-15T08:47:41.742Z Downloaded newline-converter v0.3.0
11252026-06-15T08:47:41.745Z Downloaded group v0.13.0
11262026-06-15T08:47:41.745Z Downloaded no-std-compat v0.4.1
11272026-06-15T08:47:41.748Z Downloaded newtype_derive v0.1.6
11282026-06-15T08:47:41.748Z Downloaded futures-channel v0.3.32
11292026-06-15T08:47:41.750Z Downloaded num-conv v0.2.2
11302026-06-15T08:47:41.753Z Downloaded num-iter v0.1.45
11312026-06-15T08:47:41.753Z Downloaded num v0.4.3
11322026-06-15T08:47:41.753Z Downloaded getrandom v0.4.2
11332026-06-15T08:47:41.756Z Downloaded opaque-debug v0.3.1
11342026-06-15T08:47:41.759Z Downloaded num_enum_derive v0.5.11
11352026-06-15T08:47:41.762Z Downloaded crossbeam-utils v0.8.21
11362026-06-15T08:47:41.762Z Downloaded console v0.16.3
11372026-06-15T08:47:41.765Z Downloaded num-derive v0.4.2
11382026-06-15T08:47:41.768Z Downloaded blake2 v0.10.6
11392026-06-15T08:47:41.768Z Downloaded backon v1.6.0
11402026-06-15T08:47:41.771Z Downloaded crc32fast v1.5.0
11412026-06-15T08:47:41.774Z Downloaded cookie v0.18.1
11422026-06-15T08:47:41.774Z Downloaded linear-map v1.2.0
11432026-06-15T08:47:41.811Z Downloaded lock_api v0.4.14
11442026-06-15T08:47:41.812Z Downloaded omicron-workspace-hack v0.1.0
11452026-06-15T08:47:41.812Z Downloaded darling v0.21.3
11462026-06-15T08:47:41.812Z Downloaded openssl-macros v0.1.1
11472026-06-15T08:47:41.812Z Downloaded olpc-cjson v0.1.4
11482026-06-15T08:47:41.812Z Downloaded num_threads v0.1.7
11492026-06-15T08:47:41.812Z Downloaded chacha20 v0.10.0
11502026-06-15T08:47:41.812Z Downloaded crossbeam-epoch v0.9.18
11512026-06-15T08:47:41.812Z Downloaded percent-encoding v2.3.2
11522026-06-15T08:47:41.812Z Downloaded compression-codecs v0.4.38
11532026-06-15T08:47:41.812Z Downloaded console v0.15.11
11542026-06-15T08:47:41.812Z Downloaded allocator-api2 v0.2.21
11552026-06-15T08:47:41.812Z Downloaded colored v3.1.1
11562026-06-15T08:47:41.812Z Downloaded openssl-probe v0.2.1
11572026-06-15T08:47:41.812Z Downloaded cmake v0.1.58
11582026-06-15T08:47:41.812Z Downloaded libsw-core v0.3.2
11592026-06-15T08:47:41.812Z Downloaded parse-display v0.10.0
11602026-06-15T08:47:41.812Z Downloaded iana-time-zone v0.1.65
11612026-06-15T08:47:41.812Z Downloaded libsw v3.5.0
11622026-06-15T08:47:41.812Z Downloaded cancel-safe-futures v0.1.5
11632026-06-15T08:47:41.816Z Downloaded clap_derive v4.6.1
11642026-06-15T08:47:41.816Z Downloaded hybrid-array v0.4.12
11652026-06-15T08:47:41.819Z Downloaded ingot-macros v0.1.1
11662026-06-15T08:47:41.820Z Downloaded httparse v1.10.1
11672026-06-15T08:47:41.823Z Downloaded ciborium v0.2.2
11682026-06-15T08:47:41.823Z Downloaded getrandom v0.3.4
11692026-06-15T08:47:41.826Z Downloaded num-rational v0.4.2
11702026-06-15T08:47:41.829Z Downloaded num_enum v0.5.11
11712026-06-15T08:47:41.831Z Downloaded num-complex v0.4.6
11722026-06-15T08:47:41.834Z Downloaded newtype-uuid-macros v0.1.0
11732026-06-15T08:47:41.834Z Downloaded newtype-uuid v1.3.2
11742026-06-15T08:47:41.834Z Downloaded half v2.7.1
11752026-06-15T08:47:41.837Z Downloaded potential_utf v0.1.5
11762026-06-15T08:47:41.840Z Downloaded proc-macro-crate v3.5.0
11772026-06-15T08:47:41.840Z Downloaded num_enum v0.7.6
11782026-06-15T08:47:41.843Z Downloaded proc-macro-error-attr2 v2.0.0
11792026-06-15T08:47:41.848Z Downloaded progenitor-client v0.10.0
11802026-06-15T08:47:41.848Z Downloaded proc-macro-error-attr v1.0.4
11812026-06-15T08:47:41.851Z Downloaded bitflags v2.13.0
11822026-06-15T08:47:41.851Z Downloaded proc-macro-crate v1.3.1
11832026-06-15T08:47:41.853Z Downloaded litemap v0.8.2
11842026-06-15T08:47:41.853Z Downloaded num_enum_derive v0.7.6
11852026-06-15T08:47:41.856Z Downloaded clap v4.6.1
11862026-06-15T08:47:41.860Z Downloaded progenitor-macro v0.14.0
11872026-06-15T08:47:41.863Z Downloaded password-hash v0.5.0
11882026-06-15T08:47:41.863Z Downloaded jobserver v0.1.34
11892026-06-15T08:47:41.866Z Downloaded oxnet v0.1.6
11902026-06-15T08:47:41.868Z Downloaded progenitor-macro v0.13.0
11912026-06-15T08:47:41.868Z Downloaded arc-swap v1.9.1
11922026-06-15T08:47:41.871Z Downloaded drift v0.2.0
11932026-06-15T08:47:41.877Z Downloaded progenitor-macro v0.10.0
11942026-06-15T08:47:41.879Z Downloaded derive-where v1.6.1
11952026-06-15T08:47:41.882Z Downloaded phf v0.12.1
11962026-06-15T08:47:41.882Z Downloaded pem v3.0.6
11972026-06-15T08:47:41.885Z Downloaded parse-display-derive v0.10.0
11982026-06-15T08:47:41.885Z Downloaded paste v1.0.15
11992026-06-15T08:47:41.889Z Downloaded owo-colors v4.3.0
12002026-06-15T08:47:41.892Z Downloaded darling_core v0.23.0
12012026-06-15T08:47:41.892Z Downloaded memmap2 v0.9.10
12022026-06-15T08:47:41.895Z Downloaded indexmap v1.9.3
12032026-06-15T08:47:41.897Z Downloaded pin-project-lite v0.2.17
12042026-06-15T08:47:41.900Z Downloaded quick-error v1.2.3
12052026-06-15T08:47:41.900Z Downloaded phf_shared v0.12.1
12062026-06-15T08:47:41.903Z Downloaded rand_chacha v0.3.1
12072026-06-15T08:47:41.903Z Downloaded flate2 v1.1.9
12082026-06-15T08:47:41.906Z Downloaded heapless v0.8.0
12092026-06-15T08:47:41.910Z Downloaded proc-macro-error v1.0.4
12102026-06-15T08:47:41.913Z Downloaded darling_core v0.21.3
12112026-06-15T08:47:41.917Z Downloaded icu_provider v2.2.0
12122026-06-15T08:47:41.920Z Downloaded progenitor-extras v0.2.0
12132026-06-15T08:47:41.920Z Downloaded icu_properties v2.2.0
12142026-06-15T08:47:41.923Z Downloaded progenitor-client v0.14.0
12152026-06-15T08:47:41.923Z Downloaded pkg-config v0.3.33
12162026-06-15T08:47:41.923Z Downloaded pin-project-internal v1.1.13
12172026-06-15T08:47:41.926Z Downloaded progenitor v0.14.0
12182026-06-15T08:47:41.926Z Downloaded parking_lot_core v0.9.12
12192026-06-15T08:47:41.929Z Downloaded ppv-lite86 v0.2.21
12202026-06-15T08:47:41.929Z Downloaded parking_lot_core v0.8.6
12212026-06-15T08:47:41.932Z Downloaded elliptic-curve v0.13.8
12222026-06-15T08:47:41.935Z Downloaded scopeguard v1.2.0
12232026-06-15T08:47:41.935Z Downloaded ref-cast v1.0.25
12242026-06-15T08:47:41.938Z Downloaded serde-big-array v0.5.1
12252026-06-15T08:47:41.938Z Downloaded rustc_version v0.4.1
12262026-06-15T08:47:41.941Z Downloaded rustc-hash v2.1.2
12272026-06-15T08:47:41.941Z Downloaded hyper-rustls v0.27.9
12282026-06-15T08:47:41.944Z Downloaded progenitor v0.10.0
12292026-06-15T08:47:41.944Z Downloaded base64 v0.22.1
12302026-06-15T08:47:41.947Z Downloaded icu_normalizer_data v2.2.0
12312026-06-15T08:47:41.950Z Downloaded once_cell v1.21.4
12322026-06-15T08:47:41.950Z Downloaded ref-cast-impl v1.0.25
12332026-06-15T08:47:41.953Z Downloaded const_format v0.2.36
12342026-06-15T08:47:41.955Z Downloaded chacha20poly1305 v0.10.1
12352026-06-15T08:47:41.956Z Downloaded rand_core v0.6.4
12362026-06-15T08:47:41.958Z Downloaded indicatif v0.18.4
12372026-06-15T08:47:41.958Z Downloaded icu_normalizer v2.2.0
12382026-06-15T08:47:41.961Z Downloaded base64 v0.21.7
12392026-06-15T08:47:41.964Z Downloaded proc-macro-error2 v2.0.1
12402026-06-15T08:47:41.967Z Downloaded rustc_version v0.1.7
12412026-06-15T08:47:41.967Z Downloaded oxide-tokio-rt v0.1.6
12422026-06-15T08:47:41.970Z Downloaded const-oid v0.10.2
12432026-06-15T08:47:41.970Z Downloaded same-file v1.0.6
12442026-06-15T08:47:41.975Z Downloaded serde_plain v1.0.2
12452026-06-15T08:47:41.975Z Downloaded camino v1.2.2
12462026-06-15T08:47:41.978Z Downloaded parking_lot v0.11.2
12472026-06-15T08:47:41.978Z Downloaded ahash v0.8.12
12482026-06-15T08:47:41.981Z Downloaded konst_macro_rules v0.2.19
12492026-06-15T08:47:41.981Z Downloaded progenitor-client v0.13.0
12502026-06-15T08:47:41.981Z Downloaded poly1305 v0.8.0
12512026-06-15T08:47:41.983Z Downloaded sha1 v0.10.6
12522026-06-15T08:47:41.984Z Downloaded rustls-native-certs v0.8.4
12532026-06-15T08:47:41.986Z Downloaded pest_derive v2.8.6
12542026-06-15T08:47:41.991Z Downloaded anyhow v1.0.102
12552026-06-15T08:47:41.994Z Downloaded rand_core v0.10.1
12562026-06-15T08:47:41.994Z Downloaded scroll_derive v0.12.1
12572026-06-15T08:47:41.994Z Downloaded rand_xorshift v0.4.0
12582026-06-15T08:47:41.994Z Downloaded semver v0.1.20
12592026-06-15T08:47:41.997Z Downloaded secrecy v0.10.3
12602026-06-15T08:47:41.997Z Downloaded serde_spanned v0.6.9
12612026-06-15T08:47:41.997Z Downloaded serde_repr v0.1.20
12622026-06-15T08:47:41.999Z Downloaded quote v1.0.45
12632026-06-15T08:47:41.999Z Downloaded sha1 v0.11.0
12642026-06-15T08:47:42.004Z Downloaded serde_urlencoded v0.7.1
12652026-06-15T08:47:42.004Z Downloaded icu_locale_core v2.2.0
12662026-06-15T08:47:42.009Z Downloaded schemars_derive v0.8.22
12672026-06-15T08:47:42.012Z Downloaded slog-bunyan v2.5.0
12682026-06-15T08:47:42.012Z Downloaded serde_spanned v1.1.1
12692026-06-15T08:47:42.012Z Downloaded quinn-udp v0.5.14
12702026-06-15T08:47:42.012Z Downloaded pest_generator v2.8.6
12712026-06-15T08:47:42.015Z Downloaded num-traits v0.2.19
12722026-06-15T08:47:42.015Z Downloaded papergrid v0.18.0
12732026-06-15T08:47:42.018Z Downloaded hickory-resolver v0.24.4
12742026-06-15T08:47:42.021Z Downloaded resolv-conf v0.7.6
12752026-06-15T08:47:42.024Z Downloaded rand_core v0.9.5
12762026-06-15T08:47:42.024Z Downloaded log v0.4.32
12772026-06-15T08:47:42.027Z Downloaded siphasher v1.0.3
12782026-06-15T08:47:42.027Z Downloaded scroll_derive v0.13.1
12792026-06-15T08:47:42.027Z Downloaded sigpipe v0.1.3
12802026-06-15T08:47:42.030Z Downloaded konst v0.2.20
12812026-06-15T08:47:42.033Z Downloaded slog-envlogger v2.2.0
12822026-06-15T08:47:42.033Z Downloaded smawk v0.3.2
12832026-06-15T08:47:42.036Z Downloaded serde_path_to_error v0.1.20
12842026-06-15T08:47:42.036Z Downloaded rand_chacha v0.9.0
12852026-06-15T08:47:42.036Z Downloaded crypto-bigint v0.5.5
12862026-06-15T08:47:42.039Z Downloaded crossbeam-channel v0.5.15
12872026-06-15T08:47:42.042Z Downloaded pretty-hex v0.4.2
12882026-06-15T08:47:42.045Z Downloaded powerfmt v0.2.0
12892026-06-15T08:47:42.045Z Downloaded plain v0.2.3
12902026-06-15T08:47:42.049Z Downloaded rustls-pemfile v2.2.0
12912026-06-15T08:47:42.049Z Downloaded progenitor v0.13.0
12922026-06-15T08:47:42.052Z Downloaded dropshot_endpoint v0.17.1
12932026-06-15T08:47:42.052Z Downloaded serde_tokenstream v0.2.3
12942026-06-15T08:47:42.052Z Downloaded num-integer v0.1.46
12952026-06-15T08:47:42.055Z Downloaded stable_deref_trait v1.2.1
12962026-06-15T08:47:42.055Z Downloaded scroll v0.13.0
12972026-06-15T08:47:42.055Z Downloaded hickory-resolver v0.25.2
12982026-06-15T08:47:42.058Z Downloaded spin v0.5.2
12992026-06-15T08:47:42.060Z Downloaded strsim v0.11.1
13002026-06-15T08:47:42.060Z Downloaded hashbrown v0.12.3
13012026-06-15T08:47:42.063Z Downloaded supports-color v3.0.2
13022026-06-15T08:47:42.063Z Downloaded structmeta-derive v0.3.0
13032026-06-15T08:47:42.066Z Downloaded signal-hook-registry v1.4.8
13042026-06-15T08:47:42.066Z Downloaded subtle v2.6.1
13052026-06-15T08:47:42.066Z Downloaded parking_lot v0.12.5
13062026-06-15T08:47:42.069Z Downloaded strum v0.27.2
13072026-06-15T08:47:42.069Z Downloaded structmeta v0.3.0
13082026-06-15T08:47:42.072Z Downloaded swrite v0.1.0
13092026-06-15T08:47:42.072Z Downloaded sha2 v0.10.9
13102026-06-15T08:47:42.072Z Downloaded jiff-static v0.2.28
13112026-06-15T08:47:42.075Z Downloaded multer v3.1.0
13122026-06-15T08:47:42.079Z Downloaded derive_more v0.99.20
13132026-06-15T08:47:42.082Z Downloaded slab v0.4.12
13142026-06-15T08:47:42.082Z Downloaded strum v0.26.3
13152026-06-15T08:47:42.082Z Downloaded shlex v2.0.1
13162026-06-15T08:47:42.082Z Downloaded progenitor-impl v0.13.0
13172026-06-15T08:47:42.085Z Downloaded serde_derive_internals v0.29.1
13182026-06-15T08:47:42.085Z Downloaded foldhash v0.1.5
13192026-06-15T08:47:42.088Z Downloaded tabled_derive v0.7.0
13202026-06-15T08:47:42.088Z Downloaded rusty-fork v0.3.1
13212026-06-15T08:47:42.088Z Downloaded tabwriter v1.4.1
13222026-06-15T08:47:42.091Z Downloaded tabled_derive v0.11.0
13232026-06-15T08:47:42.091Z Downloaded miniz_oxide v0.8.9
13242026-06-15T08:47:42.093Z Downloaded termtree v0.5.1
13252026-06-15T08:47:42.093Z Downloaded take_mut v0.2.2
13262026-06-15T08:47:42.093Z Downloaded expectorate v1.2.0
13272026-06-15T08:47:42.097Z Downloaded slog-stdlog v4.1.1
13282026-06-15T08:47:42.097Z Downloaded pin-project v1.1.13
13292026-06-15T08:47:42.102Z Downloaded postcard v1.1.3
13302026-06-15T08:47:42.105Z Downloaded slog-scope v4.4.1
13312026-06-15T08:47:42.105Z Downloaded slog-json v2.6.1
13322026-06-15T08:47:42.108Z Downloaded tagptr v0.2.0
13332026-06-15T08:47:42.108Z Downloaded simd-adler32 v0.3.9
13342026-06-15T08:47:42.111Z Downloaded testing_table v0.3.0
13352026-06-15T08:47:42.111Z Downloaded semver v1.0.28
13362026-06-15T08:47:42.111Z Downloaded rhai_codegen v3.2.0
13372026-06-15T08:47:42.115Z Downloaded pest_meta v2.8.6
13382026-06-15T08:47:42.118Z Downloaded bytes v1.11.1
13392026-06-15T08:47:42.121Z Downloaded http v1.4.2
13402026-06-15T08:47:42.124Z Downloaded static_assertions v1.1.0
13412026-06-15T08:47:42.124Z Downloaded slog-term v2.9.2
13422026-06-15T08:47:42.124Z Downloaded terminal_size v0.4.4
13432026-06-15T08:47:42.127Z Downloaded time-core v0.1.9
13442026-06-15T08:47:42.127Z Downloaded thread-id v4.2.2
13452026-06-15T08:47:42.127Z Downloaded thiserror-impl-no-std v2.0.2
13462026-06-15T08:47:42.131Z Downloaded snafu-derive v0.8.9
13472026-06-15T08:47:42.131Z Downloaded slog-dtrace v0.3.0
13482026-06-15T08:47:42.131Z Downloaded slog-async v2.8.0
13492026-06-15T08:47:42.134Z Downloaded scroll v0.12.0
13502026-06-15T08:47:42.134Z Downloaded serde_with_macros v3.21.0
13512026-06-15T08:47:42.134Z Downloaded rustls-pki-types v1.14.1
13522026-06-15T08:47:42.137Z Downloaded smf v0.2.3
13532026-06-15T08:47:42.137Z Downloaded proc-macro2 v1.0.106
13542026-06-15T08:47:42.140Z Downloaded cc v1.2.64
13552026-06-15T08:47:42.140Z Downloaded sync_wrapper v1.0.2
13562026-06-15T08:47:42.143Z Downloaded thread-id v5.1.0
13572026-06-15T08:47:42.143Z Downloaded toml_datetime v0.6.11
13582026-06-15T08:47:42.143Z Downloaded synstructure v0.13.2
13592026-06-15T08:47:42.146Z Downloaded natord v1.0.9
13602026-06-15T08:47:42.146Z Downloaded getrandom v0.2.17
13612026-06-15T08:47:42.146Z Downloaded memmap v0.7.0
13622026-06-15T08:47:42.149Z Downloaded tokio-macros v2.7.0
13632026-06-15T08:47:42.149Z Downloaded papergrid v0.11.0
13642026-06-15T08:47:42.153Z Downloaded schemars v0.8.22
13652026-06-15T08:47:42.157Z Downloaded smallvec v1.15.2
13662026-06-15T08:47:42.160Z Downloaded progenitor-impl v0.14.0
13672026-06-15T08:47:42.160Z Downloaded progenitor-impl v0.10.0
13682026-06-15T08:47:42.163Z Downloaded rustversion v1.0.22
13692026-06-15T08:47:42.166Z Downloaded strum_macros v0.26.4
13702026-06-15T08:47:42.166Z Downloaded indexmap v2.14.0
13712026-06-15T08:47:42.169Z Downloaded thiserror-impl v1.0.69
13722026-06-15T08:47:42.169Z Downloaded serde_core v1.0.228
13732026-06-15T08:47:42.172Z Downloaded thiserror v2.0.18
13742026-06-15T08:47:42.176Z Downloaded tower-layer v0.3.3
13752026-06-15T08:47:42.176Z Downloaded openssl-sys v0.9.117
13762026-06-15T08:47:42.179Z Downloaded hmac v0.12.1
13772026-06-15T08:47:42.179Z Downloaded managed v0.8.0
13782026-06-15T08:47:42.179Z Downloaded ipnetwork v0.21.1
13792026-06-15T08:47:42.182Z Downloaded ipnet v2.12.0
13802026-06-15T08:47:42.182Z Downloaded argon2 v0.5.3
13812026-06-15T08:47:42.185Z Downloaded prettyplease v0.2.37
13822026-06-15T08:47:42.185Z Downloaded anstyle v1.0.14
13832026-06-15T08:47:42.188Z Downloaded ff v0.13.1
13842026-06-15T08:47:42.188Z Downloaded critical-section v1.2.0
13852026-06-15T08:47:42.188Z Downloaded spin v0.9.8
13862026-06-15T08:47:42.191Z Downloaded bs58 v0.5.1
13872026-06-15T08:47:42.191Z Downloaded typeid v1.0.3
13882026-06-15T08:47:42.194Z Downloaded try-lock v0.2.5
13892026-06-15T08:47:42.194Z Downloaded toml_write v0.1.2
13902026-06-15T08:47:42.194Z Downloaded tokio-dtrace v0.1.1
13912026-06-15T08:47:42.197Z Downloaded tower-service v0.3.3
13922026-06-15T08:47:42.197Z Downloaded time-macros v0.2.29
13932026-06-15T08:47:42.197Z Downloaded either v1.16.0
13942026-06-15T08:47:42.200Z Downloaded unicode-xid v0.2.6
13952026-06-15T08:47:42.200Z Downloaded typify-macro v0.6.2
13962026-06-15T08:47:42.200Z Downloaded base64ct v1.8.3
13972026-06-15T08:47:42.203Z Downloaded bytecount v0.6.9
13982026-06-15T08:47:42.203Z Downloaded futures-executor v0.3.32
13992026-06-15T08:47:42.203Z Downloaded aead v0.5.2
14002026-06-15T08:47:42.203Z Downloaded async-trait v0.1.89
14012026-06-15T08:47:42.206Z Downloaded base16ct v1.0.0
14022026-06-15T08:47:42.206Z Downloaded anstyle-query v1.1.5
14032026-06-15T08:47:42.209Z Downloaded ciborium-io v0.2.2
14042026-06-15T08:47:42.209Z Downloaded fs-err v3.3.0
14052026-06-15T08:47:42.209Z Downloaded thiserror v1.0.69
14062026-06-15T08:47:42.212Z Downloaded strum_macros v0.27.2
14072026-06-15T08:47:42.214Z Downloaded similar v2.7.0
14082026-06-15T08:47:42.218Z Downloaded unarray v0.1.4
14092026-06-15T08:47:42.218Z Downloaded thread_local v1.1.9
14102026-06-15T08:47:42.218Z Downloaded tinyvec_macros v0.1.1
14112026-06-15T08:47:42.221Z Downloaded untrusted v0.9.0
14122026-06-15T08:47:42.221Z Downloaded unit-prefix v0.5.2
14132026-06-15T08:47:42.221Z Downloaded tinystr v0.8.3
14142026-06-15T08:47:42.224Z Downloaded tiny-keccak v2.0.2
14152026-06-15T08:47:42.224Z Downloaded thiserror-no-std v2.0.2
14162026-06-15T08:47:42.226Z Downloaded untrusted v0.7.1
14172026-06-15T08:47:42.226Z Downloaded usdt v0.5.0
14182026-06-15T08:47:42.226Z Downloaded universal-hash v0.5.1
14192026-06-15T08:47:42.226Z Downloaded unicode-linebreak v0.1.5
14202026-06-15T08:47:42.229Z Downloaded typify-macro v0.4.3
14212026-06-15T08:47:42.229Z Downloaded thiserror-impl v2.0.18
14222026-06-15T08:47:42.229Z Downloaded ryu v1.0.23
14232026-06-15T08:47:42.232Z Downloaded rustls-platform-verifier v0.7.0
14242026-06-15T08:47:42.232Z Downloaded schemars v0.9.0
14252026-06-15T08:47:42.239Z Downloaded utf8_iter v1.0.4
14262026-06-15T08:47:42.242Z Downloaded usdt-macro v0.6.0
14272026-06-15T08:47:42.242Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14282026-06-15T08:47:42.242Z Downloaded mio v1.2.1
14292026-06-15T08:47:42.245Z Downloaded usdt-attr-macro v0.6.0
14302026-06-15T08:47:42.245Z Downloaded usdt v0.6.0
14312026-06-15T08:47:42.249Z Downloaded serde_derive v1.0.228
14322026-06-15T08:47:42.249Z Downloaded version_check v0.9.5
14332026-06-15T08:47:42.249Z Downloaded utf-8 v0.7.6
14342026-06-15T08:47:42.252Z Downloaded hyper-util v0.1.20
14352026-06-15T08:47:42.252Z Downloaded tokio-tungstenite v0.21.0
14362026-06-15T08:47:42.255Z Downloaded toml_writer v1.1.1+spec-1.1.0
14372026-06-15T08:47:42.255Z Downloaded convert_case v0.4.0
14382026-06-15T08:47:42.255Z Downloaded waitgroup v0.1.2
14392026-06-15T08:47:42.258Z Downloaded utf8parse v0.2.2
14402026-06-15T08:47:42.258Z Downloaded icu_collections v2.2.0
14412026-06-15T08:47:42.261Z Downloaded minimal-lexical v0.2.1
14422026-06-15T08:47:42.264Z Downloaded want v0.3.1
14432026-06-15T08:47:42.264Z Downloaded wait-timeout v0.2.1
14442026-06-15T08:47:42.264Z Downloaded memchr v2.8.2
14452026-06-15T08:47:42.267Z Downloaded embedded-io v0.4.0
14462026-06-15T08:47:42.270Z Downloaded rayon-core v1.13.0
14472026-06-15T08:47:42.270Z Downloaded clap_lex v1.1.0
14482026-06-15T08:47:42.273Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14492026-06-15T08:47:42.273Z Downloaded dtrace-parser v0.2.0
14502026-06-15T08:47:42.273Z Downloaded equivalent v1.0.2
14512026-06-15T08:47:42.273Z Downloaded futures-macro v0.3.32
14522026-06-15T08:47:42.276Z Downloaded enum-as-inner v0.6.1
14532026-06-15T08:47:42.276Z Downloaded dunce v1.0.5
14542026-06-15T08:47:42.276Z Downloaded dropshot-api-manager v0.7.2
14552026-06-15T08:47:42.278Z Downloaded dof v0.4.0
14562026-06-15T08:47:42.279Z Downloaded cpufeatures v0.3.0
14572026-06-15T08:47:42.282Z Downloaded block-buffer v0.10.4
14582026-06-15T08:47:42.282Z Downloaded yoke-derive v0.8.2
14592026-06-15T08:47:42.282Z Downloaded bit-set v0.8.0
14602026-06-15T08:47:42.282Z Downloaded zerofrom v0.1.8
14612026-06-15T08:47:42.284Z Downloaded base16ct v0.2.0
14622026-06-15T08:47:42.284Z Downloaded defmt-parser v1.0.0
14632026-06-15T08:47:42.285Z Downloaded defmt-macros v1.1.0
14642026-06-15T08:47:42.287Z Downloaded async-recursion v1.1.1
14652026-06-15T08:47:42.287Z Downloaded defmt v0.3.100
14662026-06-15T08:47:42.290Z Downloaded darling_macro v0.21.3
14672026-06-15T08:47:42.290Z Downloaded tokio-stream v0.1.18
14682026-06-15T08:47:42.294Z Downloaded hashbrown v0.16.1
14692026-06-15T08:47:42.296Z Downloaded async-compression v0.4.42
14702026-06-15T08:47:42.300Z Downloaded thin-vec v0.2.18
14712026-06-15T08:47:42.300Z Downloaded term v1.2.1
14722026-06-15T08:47:42.303Z Downloaded zeroize_derive v1.5.0
14732026-06-15T08:47:42.308Z Downloaded zerofrom-derive v0.1.7
14742026-06-15T08:47:42.312Z Downloaded smartstring v1.0.1
14752026-06-15T08:47:42.312Z Downloaded tokio-rustls v0.26.4
14762026-06-15T08:47:42.315Z Downloaded socket2 v0.6.4
14772026-06-15T08:47:42.317Z Downloaded rustls-webpki v0.103.13
14782026-06-15T08:47:42.320Z Downloaded usdt-impl v0.5.0
14792026-06-15T08:47:42.320Z Downloaded slog v2.8.2
14802026-06-15T08:47:42.323Z Downloaded rand v0.8.6
14812026-06-15T08:47:42.323Z Downloaded zone_cfg_derive v0.3.1
14822026-06-15T08:47:42.323Z Downloaded usdt-macro v0.5.0
14832026-06-15T08:47:42.326Z Downloaded usdt-impl v0.6.0
14842026-06-15T08:47:42.326Z Downloaded serde v1.0.228
14852026-06-15T08:47:42.329Z Downloaded quinn v0.11.9
14862026-06-15T08:47:42.329Z Downloaded usdt-attr-macro v0.5.0
14872026-06-15T08:47:42.332Z Downloaded toml v0.8.23
14882026-06-15T08:47:42.332Z Downloaded walkdir v2.5.0
14892026-06-15T08:47:42.332Z Downloaded vsss-rs v3.3.4
14902026-06-15T08:47:42.335Z Downloaded tracing-attributes v0.1.31
14912026-06-15T08:47:42.335Z Downloaded toml_parser v1.1.2+spec-1.1.0
14922026-06-15T08:47:42.338Z Downloaded snafu v0.8.9
14932026-06-15T08:47:42.341Z Downloaded test-strategy v0.4.5
14942026-06-15T08:47:42.344Z Downloaded hashbrown v0.17.1
14952026-06-15T08:47:42.346Z Downloaded nom v7.1.3
14962026-06-15T08:47:42.349Z Downloaded schemars v1.2.1
14972026-06-15T08:47:42.354Z Downloaded writeable v0.6.3
14982026-06-15T08:47:42.357Z Downloaded serde_yaml v0.9.34+deprecated
14992026-06-15T08:47:42.360Z Downloaded futures-util v0.3.32
15002026-06-15T08:47:42.364Z Downloaded whoami v1.6.1
15012026-06-15T08:47:42.366Z Downloaded toml v0.9.12+spec-1.1.0
15022026-06-15T08:47:42.369Z Downloaded zeroize v1.9.0
15032026-06-15T08:47:42.369Z Downloaded tempfile v3.27.0
15042026-06-15T08:47:42.369Z Downloaded hashbrown v0.15.5
15052026-06-15T08:47:42.372Z Downloaded textwrap v0.16.2
15062026-06-15T08:47:42.375Z Downloaded itertools v0.12.1
15072026-06-15T08:47:42.378Z Downloaded xz2 v0.1.7
15082026-06-15T08:47:42.378Z Downloaded zone v0.3.1
15092026-06-15T08:47:42.383Z Downloaded tinyvec v1.11.0
15102026-06-15T08:47:42.386Z Downloaded ucd-trie v0.1.7
15112026-06-15T08:47:42.391Z Downloaded qorb v0.4.1
15122026-06-15T08:47:42.394Z Downloaded rand v0.9.4
15132026-06-15T08:47:42.397Z Downloaded hkdf v0.12.4
15142026-06-15T08:47:42.400Z Downloaded toml v1.1.2+spec-1.1.0
15152026-06-15T08:47:42.414Z Downloaded h2 v0.4.14
15162026-06-15T08:47:42.423Z Downloaded zerovec-derive v0.11.3
15172026-06-15T08:47:42.425Z Downloaded itertools v0.14.0
15182026-06-15T08:47:42.428Z Downloaded unsafe-libyaml v0.2.11
15192026-06-15T08:47:42.434Z Downloaded hyper v1.10.1
15202026-06-15T08:47:42.437Z Downloaded yoke v0.8.3
15212026-06-15T08:47:42.441Z Downloaded typify v0.6.2
15222026-06-15T08:47:42.444Z Downloaded zerocopy-derive v0.7.35
15232026-06-15T08:47:42.444Z Downloaded unicode-ident v1.0.24
15242026-06-15T08:47:42.444Z Downloaded typify v0.4.3
15252026-06-15T08:47:42.447Z Downloaded aws-lc-rs v1.17.0
15262026-06-15T08:47:42.452Z Downloaded uuid v1.23.3
15272026-06-15T08:47:42.454Z Downloaded rand v0.10.1
15282026-06-15T08:47:42.457Z Downloaded pest v2.8.6
15292026-06-15T08:47:42.460Z Downloaded idna v1.1.0
15302026-06-15T08:47:42.460Z Downloaded steno v0.4.1
15312026-06-15T08:47:42.463Z Downloaded tungstenite v0.21.0
15322026-06-15T08:47:42.466Z Downloaded icu_properties_data v2.2.0
15332026-06-15T08:47:42.469Z Downloaded toml_edit v0.25.12+spec-1.1.0
15342026-06-15T08:47:42.472Z Downloaded toml_edit v0.22.27
15352026-06-15T08:47:42.475Z Downloaded aho-corasick v1.1.4
15362026-06-15T08:47:42.478Z Downloaded ron v0.12.1
15372026-06-15T08:47:42.481Z Downloaded libm v0.2.16
15382026-06-15T08:47:42.486Z Downloaded zmij v1.0.21
15392026-06-15T08:47:42.489Z Downloaded clap_builder v4.6.0
15402026-06-15T08:47:42.492Z Downloaded tracing-core v0.1.36
15412026-06-15T08:47:42.492Z Downloaded nom v8.0.0
15422026-06-15T08:47:42.525Z Downloaded goblin v0.8.2
15432026-06-15T08:47:42.528Z Downloaded url v2.5.8
15442026-06-15T08:47:42.539Z Downloaded toml_edit v0.19.15
15452026-06-15T08:47:42.547Z Downloaded reqwest v0.13.4
15462026-06-15T08:47:42.550Z Downloaded reqwest v0.12.28
15472026-06-15T08:47:42.553Z Downloaded regex v1.12.4
15482026-06-15T08:47:42.558Z Downloaded zerotrie v0.2.4
15492026-06-15T08:47:42.576Z Downloaded typenum v1.20.1
15502026-06-15T08:47:42.579Z Downloaded typed-path v0.9.3
15512026-06-15T08:47:42.582Z Downloaded tower v0.5.3
15522026-06-15T08:47:42.586Z Downloaded zerocopy-derive v0.8.52
15532026-06-15T08:47:42.590Z Downloaded unicode-segmentation v1.13.3
15542026-06-15T08:47:42.594Z Downloaded rayon v1.12.0
15552026-06-15T08:47:42.613Z Downloaded iddqd v0.4.4
15562026-06-15T08:47:42.623Z Downloaded portable-atomic v1.13.1
15572026-06-15T08:47:42.634Z Downloaded chrono v0.4.45
15582026-06-15T08:47:42.638Z Downloaded tough v0.22.0
15592026-06-15T08:47:42.644Z Downloaded tokio-util v0.7.18
15602026-06-15T08:47:42.653Z Downloaded zerovec v0.11.6
15612026-06-15T08:47:42.656Z Downloaded unicode-normalization v0.1.25
15622026-06-15T08:47:42.659Z Downloaded serde_json v1.0.150
15632026-06-15T08:47:42.665Z Downloaded tower-http v0.6.11
15642026-06-15T08:47:42.670Z Downloaded moka v0.12.15
15652026-06-15T08:47:42.674Z Downloaded goblin v0.10.7
15662026-06-15T08:47:42.697Z Downloaded zerocopy v0.7.35
15672026-06-15T08:47:42.705Z Downloaded winnow v0.5.40
15682026-06-15T08:47:42.711Z Downloaded serde_with v3.21.0
15692026-06-15T08:47:42.718Z Downloaded proptest v1.11.0
15702026-06-15T08:47:42.737Z Downloaded winnow v0.7.15
15712026-06-15T08:47:42.742Z Downloaded tabled v0.15.0
15722026-06-15T08:47:42.750Z Downloaded curve25519-dalek v4.1.3
15732026-06-15T08:47:42.756Z Downloaded tabled v0.21.0
15742026-06-15T08:47:42.765Z Downloaded winnow v1.0.3
15752026-06-15T08:47:42.770Z Downloaded quinn-proto v0.11.14
15762026-06-15T08:47:42.778Z Downloaded webpki-roots v1.0.7
15772026-06-15T08:47:42.785Z Downloaded syn v1.0.109
15782026-06-15T08:47:42.812Z Downloaded vcpkg v0.2.15
15792026-06-15T08:47:42.832Z Downloaded time v0.3.49
15802026-06-15T08:47:42.839Z Downloaded nix v0.31.3
15812026-06-15T08:47:42.845Z Downloaded openssl v0.10.81
15822026-06-15T08:47:42.850Z Downloaded syn v2.0.117
15832026-06-15T08:47:42.856Z Downloaded dropshot v0.17.1
15842026-06-15T08:47:42.868Z Downloaded bstr v1.12.1
15852026-06-15T08:47:42.873Z Downloaded unicode-width v0.1.14
15862026-06-15T08:47:42.876Z Downloaded regress v0.10.5
15872026-06-15T08:47:42.883Z Downloaded hickory-proto v0.24.4
15882026-06-15T08:47:42.890Z Downloaded zerocopy v0.8.52
15892026-06-15T08:47:42.900Z Downloaded unicode-width v0.2.2
15902026-06-15T08:47:42.903Z Downloaded smoltcp v0.11.0
15912026-06-15T08:47:42.910Z Downloaded rustls v0.23.40
15922026-06-15T08:47:42.916Z Downloaded rustix v1.1.4
15932026-06-15T08:47:42.928Z Downloaded regress v0.11.1
15942026-06-15T08:47:42.933Z Downloaded hickory-proto v0.25.2
15952026-06-15T08:47:42.941Z Downloaded rhai v1.25.1
15962026-06-15T08:47:42.947Z Downloaded regex-syntax v0.8.11
15972026-06-15T08:47:42.951Z Downloaded openapiv3 v2.2.0
15982026-06-15T08:47:42.957Z Downloaded rustix v0.38.44
15992026-06-15T08:47:42.969Z Downloaded typify-impl v0.6.2
16002026-06-15T08:47:42.977Z Downloaded tracing v0.1.44
16012026-06-15T08:47:43.017Z Downloaded sled v0.34.7
16022026-06-15T08:47:43.047Z Downloaded typify-impl v0.4.3
16032026-06-15T08:47:43.056Z Downloaded chrono-tz v0.10.4
16042026-06-15T08:47:43.073Z Downloaded petgraph v0.8.3
16052026-06-15T08:47:43.086Z Downloaded csv v1.4.0
16062026-06-15T08:47:43.098Z Downloaded regex-automata v0.4.14
16072026-06-15T08:47:43.129Z Downloaded petgraph v0.6.5
16082026-06-15T08:47:43.150Z Downloaded jiff v0.2.28
16092026-06-15T08:47:43.160Z Downloaded libc v0.2.186
16102026-06-15T08:47:43.179Z Downloaded lzma-sys v0.1.20
16112026-06-15T08:47:43.202Z Downloaded sha3 v0.10.9
16122026-06-15T08:47:43.210Z Downloaded tokio v1.52.3
16132026-06-15T08:47:43.233Z Downloaded ring v0.17.14
16142026-06-15T08:47:43.257Z Downloaded encoding_rs v0.8.35
16152026-06-15T08:47:43.837Z Downloaded aws-lc-sys v0.41.0
16162026-06-15T08:47:44.202Z Compiling proc-macro2 v1.0.106
16172026-06-15T08:47:44.202Z Compiling quote v1.0.45
16182026-06-15T08:47:44.202Z Compiling unicode-ident v1.0.24
16192026-06-15T08:47:44.378Z Compiling libc v0.2.186
16202026-06-15T08:47:44.381Z Compiling serde_core v1.0.228
16212026-06-15T08:47:44.381Z Compiling serde v1.0.228
16222026-06-15T08:47:44.381Z Compiling cfg-if v1.0.4
16232026-06-15T08:47:44.381Z Compiling zmij v1.0.21
16242026-06-15T08:47:44.524Z Compiling autocfg v1.5.1
16252026-06-15T08:47:44.527Z Compiling memchr v2.8.2
16262026-06-15T08:47:44.856Z Compiling libm v0.2.16
16272026-06-15T08:47:45.204Z Compiling itoa v1.0.18
16282026-06-15T08:47:45.463Z Compiling icu_normalizer_data v2.2.0
16292026-06-15T08:47:45.479Z Compiling icu_properties_data v2.2.0
16302026-06-15T08:47:45.550Z Compiling version_check v0.9.5
16312026-06-15T08:47:45.706Z Compiling syn v2.0.117
16322026-06-15T08:47:45.724Z Compiling stable_deref_trait v1.2.1
16332026-06-15T08:47:45.759Z Compiling serde_json v1.0.150
16342026-06-15T08:47:45.864Z Compiling num-traits v0.2.19
16352026-06-15T08:47:45.864Z Compiling parking_lot_core v0.9.12
16362026-06-15T08:47:46.159Z Compiling thiserror v2.0.18
16372026-06-15T08:47:46.248Z Compiling litemap v0.8.2
16382026-06-15T08:47:46.259Z Compiling writeable v0.6.3
16392026-06-15T08:47:46.373Z Compiling utf8_iter v1.0.4
16402026-06-15T08:47:46.555Z Compiling percent-encoding v2.3.2
16412026-06-15T08:47:46.573Z Compiling rand_core v0.10.1
16422026-06-15T08:47:46.587Z Compiling getrandom v0.4.2
16432026-06-15T08:47:46.755Z Compiling form_urlencoded v1.2.2
16442026-06-15T08:47:46.880Z Compiling heck v0.5.0
16452026-06-15T08:47:47.028Z Compiling errno v0.3.14
16462026-06-15T08:47:47.044Z Compiling zerocopy v0.8.52
16472026-06-15T08:47:47.102Z Compiling iana-time-zone v0.1.65
16482026-06-15T08:47:47.208Z Compiling rustversion v1.0.22
16492026-06-15T08:47:47.488Z Compiling uuid v1.23.3
16502026-06-15T08:47:47.531Z Compiling jobserver v0.1.34
16512026-06-15T08:47:47.640Z Compiling shlex v2.0.1
16522026-06-15T08:47:47.772Z Compiling find-msvc-tools v0.1.9
16532026-06-15T08:47:47.861Z Compiling semver v1.0.28
16542026-06-15T08:47:47.915Z Compiling dyn-clone v1.0.20
16552026-06-15T08:47:48.025Z Compiling cc v1.2.64
16562026-06-15T08:47:48.075Z Compiling schemars v0.8.22
16572026-06-15T08:47:48.098Z Compiling pin-project-lite v0.2.17
16582026-06-15T08:47:48.211Z Compiling getrandom v0.2.17
16592026-06-15T08:47:48.241Z Compiling scopeguard v1.2.0
16602026-06-15T08:47:48.372Z Compiling lock_api v0.4.14
16612026-06-15T08:47:48.463Z Compiling socket2 v0.6.4
16622026-06-15T08:47:48.528Z Compiling signal-hook-registry v1.4.8
16632026-06-15T08:47:48.599Z Compiling synstructure v0.13.2
16642026-06-15T08:47:48.632Z Compiling serde_derive_internals v0.29.1
16652026-06-15T08:47:48.649Z Compiling bitflags v2.13.0
16662026-06-15T08:47:49.007Z Compiling cmake v0.1.58
16672026-06-15T08:47:49.068Z Compiling mio v1.2.1
16682026-06-15T08:47:49.087Z Compiling portable-atomic v1.13.1
16692026-06-15T08:47:49.252Z Compiling fs_extra v1.3.0
16702026-06-15T08:47:49.283Z Compiling dunce v1.0.5
16712026-06-15T08:47:49.390Z Compiling critical-section v1.2.0
16722026-06-15T08:47:49.423Z Compiling futures-core v0.3.32
16732026-06-15T08:47:49.443Z Compiling log v0.4.32
16742026-06-15T08:47:49.513Z Compiling aws-lc-sys v0.41.0
16752026-06-15T08:47:49.532Z Compiling rustix v1.1.4
16762026-06-15T08:47:49.610Z Compiling subtle v2.6.1
16772026-06-15T08:47:49.647Z Compiling equivalent v1.0.2
16782026-06-15T08:47:49.714Z Compiling serde_derive v1.0.228
16792026-06-15T08:47:49.743Z Compiling zerofrom-derive v0.1.7
16802026-06-15T08:47:49.784Z Compiling yoke-derive v0.8.2
16812026-06-15T08:47:49.801Z Compiling zerovec-derive v0.11.3
16822026-06-15T08:47:49.844Z Compiling displaydoc v0.2.6
16832026-06-15T08:47:49.906Z Compiling schemars_derive v0.8.22
16842026-06-15T08:47:50.346Z Compiling thiserror-impl v2.0.18
16852026-06-15T08:47:50.396Z Compiling tokio-macros v2.7.0
16862026-06-15T08:47:50.646Z Compiling zerocopy-derive v0.8.52
16872026-06-15T08:47:50.844Z Compiling zeroize_derive v1.5.0
16882026-06-15T08:47:50.898Z Compiling futures-macro v0.3.32
16892026-06-15T08:47:50.923Z Compiling zerofrom v0.1.8
16902026-06-15T08:47:51.065Z Compiling yoke v0.8.3
16912026-06-15T08:47:51.117Z Compiling once_cell v1.21.4
16922026-06-15T08:47:51.275Z Compiling zerovec v0.11.6
16932026-06-15T08:47:51.368Z Compiling zerotrie v0.2.4
16942026-06-15T08:47:51.486Z Compiling thiserror v1.0.69
16952026-06-15T08:47:51.531Z Compiling zeroize v1.9.0
16962026-06-15T08:47:51.737Z Compiling ucd-trie v0.1.7
16972026-06-15T08:47:51.775Z Compiling futures-sink v0.3.32
16982026-06-15T08:47:51.806Z Compiling slab v0.4.12
16992026-06-15T08:47:51.825Z Compiling tinystr v0.8.3
17002026-06-15T08:47:51.825Z Compiling potential_utf v0.1.5
17012026-06-15T08:47:51.873Z Compiling typenum v1.20.1
17022026-06-15T08:47:51.908Z Compiling pest v2.8.6
17032026-06-15T08:47:51.968Z Compiling icu_collections v2.2.0
17042026-06-15T08:47:52.008Z Compiling icu_locale_core v2.2.0
17052026-06-15T08:47:52.025Z Compiling httparse v1.10.1
17062026-06-15T08:47:52.057Z Compiling thiserror-impl v1.0.69
17072026-06-15T08:47:52.703Z Compiling futures-channel v0.3.32
17082026-06-15T08:47:52.754Z Compiling getrandom v0.3.4
17092026-06-15T08:47:52.922Z Compiling smallvec v1.15.2
17102026-06-15T08:47:52.966Z Compiling bytes v1.11.1
17112026-06-15T08:47:52.983Z Compiling icu_provider v2.2.0
17122026-06-15T08:47:53.112Z Compiling chrono v0.4.45
17132026-06-15T08:47:53.114Z Compiling serde_tokenstream v0.2.3
17142026-06-15T08:47:53.281Z Compiling icu_normalizer v2.2.0
17152026-06-15T08:47:53.423Z Compiling icu_properties v2.2.0
17162026-06-15T08:47:53.599Z Compiling parking_lot v0.12.5
17172026-06-15T08:47:53.618Z Compiling pest_meta v2.8.6
17182026-06-15T08:47:53.836Z Compiling tokio v1.52.3
17192026-06-15T08:47:54.486Z Compiling idna_adapter v1.2.2
17202026-06-15T08:47:54.503Z Compiling pest_generator v2.8.6
17212026-06-15T08:47:54.650Z Compiling idna v1.1.0
17222026-06-15T08:47:54.953Z Compiling futures-task v0.3.32
17232026-06-15T08:47:55.015Z Compiling url v2.5.8
17242026-06-15T08:47:55.133Z Compiling pest_derive v2.8.6
17252026-06-15T08:47:55.150Z Compiling futures-io v0.3.32
17262026-06-15T08:47:55.277Z Compiling rand_core v0.6.4
17272026-06-15T08:47:55.372Z Compiling futures-util v0.3.32
17282026-06-15T08:47:55.481Z Compiling slog v2.8.2
17292026-06-15T08:47:55.544Z Compiling erased-serde v0.3.31
17302026-06-15T08:47:55.820Z Compiling hashbrown v0.17.1
17312026-06-15T08:47:56.497Z Compiling byteorder v1.5.0
17322026-06-15T08:47:56.585Z Compiling regex-syntax v0.8.11
17332026-06-15T08:47:56.738Z Compiling ipnetwork v0.21.1
17342026-06-15T08:47:56.755Z Compiling paste v1.0.15
17352026-06-15T08:47:56.797Z Compiling indexmap v2.14.0
17362026-06-15T08:47:57.631Z Compiling omicron-workspace-hack v0.1.0
17372026-06-15T08:47:58.007Z Compiling anyhow v1.0.102
17382026-06-15T08:47:58.025Z Compiling strsim v0.11.1
17392026-06-15T08:47:58.362Z Compiling tracing-core v0.1.36
17402026-06-15T08:47:58.620Z Compiling tracing-attributes v0.1.31
17412026-06-15T08:47:58.855Z Compiling aho-corasick v1.1.4
17422026-06-15T08:47:59.143Z Compiling fnv v1.0.7
17432026-06-15T08:47:59.402Z Compiling base64 v0.22.1
17442026-06-15T08:47:59.810Z Compiling regex-automata v0.4.14
17452026-06-15T08:47:59.896Z Compiling tracing v0.1.44
17462026-06-15T08:47:59.914Z Compiling oxnet v0.1.6
17472026-06-15T08:48:00.103Z Compiling scroll_derive v0.13.1
17482026-06-15T08:48:00.255Z Compiling num-conv v0.2.2
17492026-06-15T08:48:00.273Z Compiling ident_case v1.0.1
17502026-06-15T08:48:00.329Z Compiling time-core v0.1.9
17512026-06-15T08:48:00.408Z Compiling http v1.4.2
17522026-06-15T08:48:00.525Z Compiling time-macros v0.2.29
17532026-06-15T08:48:01.555Z Compiling regex v1.12.4
17542026-06-15T08:48:01.668Z Compiling rustls-pki-types v1.14.1
17552026-06-15T08:48:02.182Z Compiling ring v0.17.14
17562026-06-15T08:48:02.227Z Compiling aws-lc-rs v1.17.0
17572026-06-15T08:48:02.515Z Compiling ppv-lite86 v0.2.21
17582026-06-15T08:48:02.750Z Compiling daft-derive v0.1.7
17592026-06-15T08:48:02.863Z Compiling async-trait v0.1.89
17602026-06-15T08:48:03.225Z Compiling crc32fast v1.5.0
17612026-06-15T08:48:03.506Z Compiling camino v1.2.2
17622026-06-15T08:48:03.680Z Compiling tokio-util v0.7.18
17632026-06-15T08:48:03.810Z Compiling untrusted v0.7.1
17642026-06-15T08:48:03.850Z Compiling ipnet v2.12.0
17652026-06-15T08:48:03.948Z Compiling usdt-impl v0.6.0
17662026-06-15T08:48:04.175Z Compiling crossbeam-utils v0.8.21
17672026-06-15T08:48:04.236Z Compiling untrusted v0.9.0
17682026-06-15T08:48:04.537Z Compiling scroll v0.13.0
17692026-06-15T08:48:04.557Z Compiling rustls v0.23.40
17702026-06-15T08:48:04.796Z Compiling pretty-hex v0.4.2
17712026-06-15T08:48:04.814Z Compiling plain v0.2.3
17722026-06-15T08:48:04.934Z Compiling goblin v0.10.7
17732026-06-15T08:48:04.951Z Compiling http-body v1.0.1
17742026-06-15T08:48:05.094Z Compiling slog-async v2.8.0
17752026-06-15T08:48:05.389Z Compiling atomic-waker v1.1.2
17762026-06-15T08:48:05.529Z Compiling dtrace-parser v0.3.0
17772026-06-15T08:48:05.568Z Compiling thread-id v5.1.0
17782026-06-15T08:48:05.864Z Compiling tower-layer v0.3.3
17792026-06-15T08:48:05.891Z Compiling tower-service v0.3.3
17802026-06-15T08:48:06.004Z Compiling ryu v1.0.23
17812026-06-15T08:48:06.067Z Compiling try-lock v0.2.5
17822026-06-15T08:48:06.191Z Compiling want v0.3.1
17832026-06-15T08:48:06.294Z Compiling h2 v0.4.14
17842026-06-15T08:48:06.374Z Compiling httpdate v1.0.3
17852026-06-15T08:48:06.744Z Compiling rand_core v0.9.5
17862026-06-15T08:48:07.678Z Compiling dof v0.4.0
17872026-06-15T08:48:08.644Z Compiling hyper v1.10.1
17882026-06-15T08:48:09.096Z Compiling usdt-attr-macro v0.6.0
17892026-06-15T08:48:09.367Z Compiling usdt-macro v0.6.0
17902026-06-15T08:48:10.002Z Compiling hyper-util v0.1.20
17912026-06-15T08:48:10.245Z Compiling structmeta-derive v0.3.0
17922026-06-15T08:48:11.298Z Compiling multer v3.1.0
17932026-06-15T08:48:11.560Z Compiling ref-cast v1.0.25
17942026-06-15T08:48:11.863Z Compiling syn v1.0.109
17952026-06-15T08:48:11.900Z Compiling foldhash v0.2.0
17962026-06-15T08:48:12.211Z Compiling allocator-api2 v0.2.21
17972026-06-15T08:48:12.541Z Compiling structmeta v0.3.0
17982026-06-15T08:48:12.604Z Compiling hashbrown v0.16.1
17992026-06-15T08:48:12.712Z Compiling rand_chacha v0.9.0
18002026-06-15T08:48:12.740Z Compiling serde_urlencoded v0.7.1
18012026-06-15T08:48:12.757Z Compiling http-body-util v0.1.3
18022026-06-15T08:48:13.041Z Compiling darling_core v0.23.0
18032026-06-15T08:48:13.205Z Compiling newtype-uuid-macros v0.1.0
18042026-06-15T08:48:13.409Z Compiling deranged v0.5.8
18052026-06-15T08:48:13.409Z Compiling num_threads v0.1.7
18062026-06-15T08:48:13.515Z Compiling powerfmt v0.2.0
18072026-06-15T08:48:13.664Z Compiling fastrand v2.4.1
18082026-06-15T08:48:13.859Z Compiling rand v0.9.4
18092026-06-15T08:48:13.997Z Compiling newtype-uuid v1.3.2
18102026-06-15T08:48:14.502Z Compiling time v0.3.49
18112026-06-15T08:48:14.590Z Compiling strum_macros v0.26.4
18122026-06-15T08:48:14.964Z Compiling async-stream-impl v0.3.6
18132026-06-15T08:48:15.050Z Compiling ref-cast-impl v1.0.25
18142026-06-15T08:48:15.135Z Compiling darling_macro v0.23.0
18152026-06-15T08:48:15.607Z Compiling dropshot v0.17.1
18162026-06-15T08:48:15.719Z Compiling hex v0.4.3
18172026-06-15T08:48:15.861Z Compiling darling v0.23.0
18182026-06-15T08:48:15.954Z Compiling daft v0.1.7
18192026-06-15T08:48:16.008Z Compiling crossbeam-channel v0.5.15
18202026-06-15T08:48:16.238Z Compiling openapiv3 v2.2.0
18212026-06-15T08:48:16.256Z Compiling generic-array v0.14.7
18222026-06-15T08:48:17.038Z Compiling serde_with_macros v3.21.0
18232026-06-15T08:48:17.285Z Compiling tempfile v3.27.0
18242026-06-15T08:48:17.663Z Compiling futures-executor v0.3.32
18252026-06-15T08:48:18.098Z Compiling dropshot_endpoint v0.17.1
18262026-06-15T08:48:18.134Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-06-15T08:48:18.155Z Compiling sync_wrapper v1.0.2
18282026-06-15T08:48:18.274Z Compiling thread_local v1.1.9
18292026-06-15T08:48:18.367Z Compiling openssl-probe v0.2.1
18302026-06-15T08:48:18.612Z Compiling rustls-native-certs v0.8.4
18312026-06-15T08:48:18.615Z Compiling tower v0.5.3
18322026-06-15T08:48:18.615Z Compiling futures v0.3.32
18332026-06-15T08:48:19.392Z Compiling derive-ex v0.1.8
18342026-06-15T08:48:19.805Z Compiling webpki-roots v1.0.7
18352026-06-15T08:48:19.935Z Compiling strum_macros v0.27.2
18362026-06-15T08:48:20.522Z Compiling is-terminal v0.4.17
18372026-06-15T08:48:20.635Z Compiling take_mut v0.2.2
18382026-06-15T08:48:20.762Z Compiling cpufeatures v0.3.0
18392026-06-15T08:48:20.784Z Compiling term v1.2.1
18402026-06-15T08:48:20.954Z Compiling test-strategy v0.4.5
18412026-06-15T08:48:21.103Z Compiling slog-term v2.9.2
18422026-06-15T08:48:21.719Z Compiling tower-http v0.6.11
18432026-06-15T08:48:22.425Z Compiling hybrid-array v0.4.12
18442026-06-15T08:48:22.656Z Compiling winnow v1.0.3
18452026-06-15T08:48:22.916Z Compiling adler2 v2.0.1
18462026-06-15T08:48:23.095Z Compiling match_cfg v0.1.0
18472026-06-15T08:48:23.401Z Compiling simd-adler32 v0.3.9
18482026-06-15T08:48:23.512Z Compiling hostname v0.3.1
18492026-06-15T08:48:23.680Z Compiling miniz_oxide v0.8.9
18502026-06-15T08:48:24.274Z Compiling slog-json v2.6.1
18512026-06-15T08:48:24.566Z Compiling memmap2 v0.9.10
18522026-06-15T08:48:24.880Z Compiling usdt v0.6.0
18532026-06-15T08:48:25.117Z Compiling slog-bunyan v2.5.0
18542026-06-15T08:48:25.194Z Compiling flate2 v1.1.9
18552026-06-15T08:48:25.310Z Compiling crypto-common v0.2.2
18562026-06-15T08:48:25.507Z Compiling block-buffer v0.12.1
18572026-06-15T08:48:25.699Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18582026-06-15T08:48:25.746Z Compiling debug-ignore v1.0.5
18592026-06-15T08:48:25.864Z Compiling either v1.16.0
18602026-06-15T08:48:25.886Z Compiling const-oid v0.10.2
18612026-06-15T08:48:26.096Z Compiling compression-core v0.4.32
18622026-06-15T08:48:26.189Z Compiling digest v0.11.3
18632026-06-15T08:48:26.280Z Compiling compression-codecs v0.4.38
18642026-06-15T08:48:26.405Z Compiling toml_parser v1.1.2+spec-1.1.0
18652026-06-15T08:48:26.567Z Compiling crypto-common v0.1.7
18662026-06-15T08:48:26.644Z Compiling parse-display-derive v0.10.0
18672026-06-15T08:48:26.777Z Compiling rand_chacha v0.3.1
18682026-06-15T08:48:26.794Z Compiling toml_datetime v1.1.1+spec-1.1.0
18692026-06-15T08:48:27.214Z Compiling serde_spanned v1.1.1
18702026-06-15T08:48:27.376Z Compiling encoding_rs v0.8.35
18712026-06-15T08:48:27.393Z Compiling rustix v0.38.44
18722026-06-15T08:48:27.409Z Compiling toml_writer v1.1.1+spec-1.1.0
18732026-06-15T08:48:27.411Z Compiling spin v0.9.8
18742026-06-15T08:48:27.556Z Compiling mime v0.3.17
18752026-06-15T08:48:27.668Z Compiling toml v1.1.2+spec-1.1.0
18762026-06-15T08:48:27.729Z Compiling rand v0.8.6
18772026-06-15T08:48:27.973Z Compiling async-compression v0.4.42
18782026-06-15T08:48:28.045Z Compiling sha1 v0.11.0
18792026-06-15T08:48:28.186Z Compiling strum v0.26.3
18802026-06-15T08:48:28.396Z Compiling async-stream v0.3.6
18812026-06-15T08:48:28.448Z Compiling waitgroup v0.1.2
18822026-06-15T08:48:28.495Z Compiling rustls-pemfile v2.2.0
18832026-06-15T08:48:28.588Z Compiling macaddr v1.0.1
18842026-06-15T08:48:28.608Z Compiling serde_path_to_error v0.1.20
18852026-06-15T08:48:28.799Z Compiling hostname v0.4.2
18862026-06-15T08:48:28.866Z Compiling wait-timeout v0.2.1
18872026-06-15T08:48:28.969Z Compiling quick-error v1.2.3
18882026-06-15T08:48:29.093Z Compiling bit-vec v0.8.0
18892026-06-15T08:48:29.358Z Compiling bit-set v0.8.0
18902026-06-15T08:48:29.404Z Compiling rusty-fork v0.3.1
18912026-06-15T08:48:29.611Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
18922026-06-15T08:48:29.728Z Compiling serde_with v3.21.0
18932026-06-15T08:48:29.848Z Compiling rand_xorshift v0.4.0
18942026-06-15T08:48:30.103Z Compiling unarray v0.1.4
18952026-06-15T08:48:30.230Z Compiling proptest v1.11.0
18962026-06-15T08:48:30.442Z Compiling strum v0.27.2
18972026-06-15T08:48:30.584Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18982026-06-15T08:48:30.587Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18992026-06-15T08:48:31.012Z Compiling instant v0.1.13
19002026-06-15T08:48:31.261Z Compiling atomicwrites v0.4.4
19012026-06-15T08:48:31.717Z Compiling iddqd v0.4.4
19022026-06-15T08:48:31.779Z Compiling itertools v0.14.0
19032026-06-15T08:48:32.387Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19042026-06-15T08:48:32.699Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19052026-06-15T08:48:32.802Z Compiling block-buffer v0.10.4
19062026-06-15T08:48:32.983Z Compiling backon v1.6.0
19072026-06-15T08:48:33.001Z Compiling regress v0.10.5
19082026-06-15T08:48:33.752Z Compiling digest v0.10.7
19092026-06-15T08:48:33.798Z Compiling backoff v0.4.0
19102026-06-15T08:48:34.003Z Compiling parse-display v0.10.0
19112026-06-15T08:48:34.022Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19122026-06-15T08:48:35.544Z Compiling humantime v2.3.0
19132026-06-15T08:48:36.307Z Compiling unicode-width v0.2.2
19142026-06-15T08:48:36.959Z Compiling regress v0.11.1
19152026-06-15T08:48:38.461Z Compiling typify-impl v0.6.2
19162026-06-15T08:48:38.848Z Compiling zerocopy-derive v0.7.35
19172026-06-15T08:48:39.904Z Compiling clap_derive v4.6.1
19182026-06-15T08:48:40.061Z Compiling cpufeatures v0.2.17
19192026-06-15T08:48:40.144Z Compiling convert_case v0.4.0
19202026-06-15T08:48:40.438Z Compiling utf8parse v0.2.2
19212026-06-15T08:48:40.548Z Compiling anstyle-parse v1.0.0
19222026-06-15T08:48:40.565Z Compiling derive_more v0.99.20
19232026-06-15T08:48:40.934Z Compiling terminal_size v0.4.4
19242026-06-15T08:48:41.088Z Compiling toml_datetime v0.6.11
19252026-06-15T08:48:41.092Z Compiling is_terminal_polyfill v1.70.2
19262026-06-15T08:48:41.208Z Compiling anstyle v1.0.14
19272026-06-15T08:48:41.531Z Compiling colorchoice v1.0.5
19282026-06-15T08:48:41.678Z Compiling typify-macro v0.6.2
19292026-06-15T08:48:41.715Z Compiling anstyle-query v1.1.5
19302026-06-15T08:48:41.830Z Compiling anstream v1.0.0
19312026-06-15T08:48:42.853Z Compiling secrecy v0.10.3
19322026-06-15T08:48:43.069Z Compiling clap_lex v1.1.0
19332026-06-15T08:48:43.418Z Compiling crucible-workspace-hack v0.1.0
19342026-06-15T08:48:43.492Z Compiling tinyvec_macros v0.1.1
19352026-06-15T08:48:43.572Z Compiling tinyvec v1.11.0
19362026-06-15T08:48:43.690Z Compiling clap_builder v4.6.0
19372026-06-15T08:48:43.711Z Compiling typify v0.6.2
19382026-06-15T08:48:44.379Z Compiling zerocopy v0.7.35
19392026-06-15T08:48:44.521Z Compiling toml_edit v0.25.12+spec-1.1.0
19402026-06-15T08:48:44.970Z Compiling scroll_derive v0.12.1
19412026-06-15T08:48:45.130Z Compiling rustc_version v0.4.1
19422026-06-15T08:48:45.395Z Compiling num-integer v0.1.46
19432026-06-15T08:48:45.398Z Compiling usdt-impl v0.5.0
19442026-06-15T08:48:45.675Z Compiling scroll v0.12.0
19452026-06-15T08:48:45.794Z Compiling clap v4.6.1
19462026-06-15T08:48:45.891Z Compiling curve25519-dalek v4.1.3
19472026-06-15T08:48:45.965Z Compiling proc-macro-crate v3.5.0
19482026-06-15T08:48:46.189Z Compiling dof v0.3.0
19492026-06-15T08:48:46.880Z Compiling hmac v0.12.1
19502026-06-15T08:48:47.045Z Compiling dtrace-parser v0.2.0
19512026-06-15T08:48:47.175Z Compiling darling_core v0.21.3
19522026-06-15T08:48:47.432Z Compiling inout v0.1.4
19532026-06-15T08:48:47.621Z Compiling ff v0.13.1
19542026-06-15T08:48:47.774Z Compiling thread-id v4.2.2
19552026-06-15T08:48:47.885Z Compiling unsafe-libyaml v0.2.11
19562026-06-15T08:48:49.124Z Compiling serde_yaml v0.9.34+deprecated
19572026-06-15T08:48:49.198Z Compiling darling_macro v0.21.3
19582026-06-15T08:48:49.443Z Compiling group v0.13.0
19592026-06-15T08:48:49.789Z Compiling cipher v0.4.4
19602026-06-15T08:48:49.860Z Compiling hkdf v0.12.4
19612026-06-15T08:48:50.044Z Compiling num_enum_derive v0.7.6
19622026-06-15T08:48:50.495Z Compiling goblin v0.8.2
19632026-06-15T08:48:50.805Z Compiling num-iter v0.1.45
19642026-06-15T08:48:50.940Z Compiling num-rational v0.4.2
19652026-06-15T08:48:51.634Z Compiling universal-hash v0.5.1
19662026-06-15T08:48:51.789Z Compiling crypto-bigint v0.5.5
19672026-06-15T08:48:51.841Z Compiling thiserror-impl-no-std v2.0.2
19682026-06-15T08:48:51.914Z Compiling hubpack_derive v0.1.1
19692026-06-15T08:48:52.456Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19702026-06-15T08:48:53.122Z Compiling crossbeam-epoch v0.9.18
19712026-06-15T08:48:53.447Z Compiling half v2.7.1
19722026-06-15T08:48:53.615Z Compiling curve25519-dalek-derive v0.1.1
19732026-06-15T08:48:53.717Z Compiling num-complex v0.4.6
19742026-06-15T08:48:54.323Z Compiling memoffset v0.9.1
19752026-06-15T08:48:54.343Z Compiling base64ct v1.8.3
19762026-06-15T08:48:54.374Z Compiling base16ct v0.2.0
19772026-06-15T08:48:54.802Z Compiling ciborium-io v0.2.2
19782026-06-15T08:48:54.911Z Compiling prettyplease v0.2.37
19792026-06-15T08:48:54.947Z Compiling opaque-debug v0.3.1
19802026-06-15T08:48:54.980Z Compiling cfg_aliases v0.2.1
19812026-06-15T08:48:55.077Z Compiling nix v0.31.3
19822026-06-15T08:48:55.532Z Compiling poly1305 v0.8.0
19832026-06-15T08:48:56.317Z Compiling ciborium-ll v0.2.2
19842026-06-15T08:48:56.578Z Compiling password-hash v0.5.0
19852026-06-15T08:48:56.706Z Compiling elliptic-curve v0.13.8
19862026-06-15T08:48:57.375Z Compiling num v0.4.3
19872026-06-15T08:48:57.530Z Compiling thiserror-no-std v2.0.2
19882026-06-15T08:48:57.631Z Compiling hubpack v0.1.2
19892026-06-15T08:48:58.061Z Compiling num_enum v0.7.6
19902026-06-15T08:48:58.195Z Compiling chacha20 v0.9.1
19912026-06-15T08:48:58.443Z Compiling darling v0.21.3
19922026-06-15T08:48:58.748Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19932026-06-15T08:48:58.843Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
19942026-06-15T08:48:59.588Z Compiling blake2 v0.10.6
19952026-06-15T08:48:59.745Z Compiling aead v0.5.2
19962026-06-15T08:49:00.069Z Compiling byte-wrapper v0.1.0
19972026-06-15T08:49:00.128Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19982026-06-15T08:49:00.146Z Compiling serde_repr v0.1.20
19992026-06-15T08:49:00.904Z Compiling proc-macro-error-attr v1.0.4
20002026-06-15T08:49:01.036Z Compiling bstr v1.12.1
20012026-06-15T08:49:01.154Z Compiling keccak v0.1.6
20022026-06-15T08:49:01.173Z Compiling static_assertions v1.1.0
20032026-06-15T08:49:01.303Z Compiling heapless v0.8.0
20042026-06-15T08:49:01.365Z Compiling float-ord v0.3.2
20052026-06-15T08:49:01.492Z Compiling sha3 v0.10.9
20062026-06-15T08:49:01.878Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20072026-06-15T08:49:01.881Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20082026-06-15T08:49:02.530Z Compiling chacha20poly1305 v0.10.1
20092026-06-15T08:49:02.547Z Compiling argon2 v0.5.3
20102026-06-15T08:49:02.928Z Compiling ingot-macros v0.1.1
20112026-06-15T08:49:03.513Z Compiling vsss-rs v3.3.4
20122026-06-15T08:49:05.188Z Compiling ciborium v0.2.2
20132026-06-15T08:49:05.773Z Compiling usdt-macro v0.5.0
20142026-06-15T08:49:06.028Z Compiling usdt-attr-macro v0.5.0
20152026-06-15T08:49:06.465Z Compiling rustls-webpki v0.103.13
20162026-06-15T08:49:08.216Z Compiling hash32 v0.3.1
20172026-06-15T08:49:08.438Z Compiling num-derive v0.4.2
20182026-06-15T08:49:08.618Z Compiling enum-as-inner v0.6.1
20192026-06-15T08:49:08.722Z Compiling proc-macro-error v1.0.4
20202026-06-15T08:49:08.891Z Compiling memmap v0.7.0
20212026-06-15T08:49:08.985Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20222026-06-15T08:49:09.413Z Compiling data-encoding v2.11.0
20232026-06-15T08:49:09.428Z Compiling smoltcp v0.11.0
20242026-06-15T08:49:09.445Z Compiling indent_write v2.2.0
20252026-06-15T08:49:09.560Z Compiling winnow v0.5.40
20262026-06-15T08:49:09.636Z Compiling usdt v0.5.0
20272026-06-15T08:49:09.971Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20282026-06-15T08:49:10.412Z Compiling ingot-types v0.1.2
20292026-06-15T08:49:10.855Z Compiling tokio-rustls v0.26.4
20302026-06-15T08:49:10.928Z Compiling rustls-platform-verifier v0.7.0
20312026-06-15T08:49:11.159Z Compiling hyper-rustls v0.27.9
20322026-06-15T08:49:11.521Z Compiling reqwest v0.13.4
20332026-06-15T08:49:11.728Z Compiling toml_edit v0.19.15
20342026-06-15T08:49:12.058Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20352026-06-15T08:49:12.170Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20362026-06-15T08:49:12.761Z Compiling progenitor-impl v0.14.0
20372026-06-15T08:49:12.936Z Compiling progenitor-client v0.14.0
20382026-06-15T08:49:13.415Z Compiling progenitor-extras v0.2.0
20392026-06-15T08:49:13.663Z Compiling tabwriter v1.4.1
20402026-06-15T08:49:13.828Z Compiling serde_spanned v0.6.9
20412026-06-15T08:49:13.987Z Compiling cobs v0.3.0
20422026-06-15T08:49:14.022Z Compiling vcpkg v0.2.15
20432026-06-15T08:49:14.420Z Compiling winnow v0.7.15
20442026-06-15T08:49:14.626Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20452026-06-15T08:49:14.757Z Compiling managed v0.8.0
20462026-06-15T08:49:14.884Z Compiling toml_write v0.1.2
20472026-06-15T08:49:15.028Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20482026-06-15T08:49:15.150Z Compiling bytecount v0.6.9
20492026-06-15T08:49:15.357Z Compiling pkg-config v0.3.33
20502026-06-15T08:49:15.903Z Compiling bitflags v1.3.2
20512026-06-15T08:49:18.630Z Compiling openssl-sys v0.9.117
20522026-06-15T08:49:19.192Z Compiling toml_edit v0.22.27
20532026-06-15T08:49:19.239Z Compiling progenitor-macro v0.14.0
20542026-06-15T08:49:19.319Z Compiling postcard v1.1.3
20552026-06-15T08:49:19.718Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20562026-06-15T08:49:23.988Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20572026-06-15T08:49:24.300Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
20582026-06-15T08:49:24.609Z Compiling proc-macro-crate v1.3.1
20592026-06-15T08:49:25.846Z Compiling ingot v0.1.1
20602026-06-15T08:49:27.048Z Compiling foreign-types-macros v0.2.3
20612026-06-15T08:49:27.711Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
20622026-06-15T08:49:28.038Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
20632026-06-15T08:49:28.174Z Compiling unicode-segmentation v1.13.3
20642026-06-15T08:49:28.584Z Compiling resolv-conf v0.7.6
20652026-06-15T08:49:28.656Z Compiling semver v0.1.20
20662026-06-15T08:49:28.926Z Compiling rayon-core v1.13.0
20672026-06-15T08:49:29.193Z Compiling linked-hash-map v0.5.6
20682026-06-15T08:49:29.211Z Compiling colored v3.1.1
20692026-06-15T08:49:29.429Z Compiling heck v0.4.1
20702026-06-15T08:49:29.654Z Compiling foreign-types-shared v0.3.1
20712026-06-15T08:49:29.773Z Compiling swrite v0.1.0
20722026-06-15T08:49:29.901Z Compiling foreign-types v0.5.0
20732026-06-15T08:49:29.918Z Compiling lru-cache v0.1.2
20742026-06-15T08:49:30.025Z Compiling rustc_version v0.1.7
20752026-06-15T08:49:30.077Z Compiling newline-converter v0.3.0
20762026-06-15T08:49:30.150Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
20772026-06-15T08:49:30.230Z Compiling progenitor v0.14.0
20782026-06-15T08:49:31.038Z Compiling num_enum_derive v0.5.11
20792026-06-15T08:49:31.213Z Compiling toml v0.8.23
20802026-06-15T08:49:31.593Z Compiling hickory-proto v0.24.4
20812026-06-15T08:49:31.742Z Compiling similar v2.7.0
20822026-06-15T08:49:31.783Z Compiling crossbeam-deque v0.8.6
20832026-06-15T08:49:31.835Z Compiling console v0.15.11
20842026-06-15T08:49:32.015Z Compiling chacha20 v0.10.0
20852026-06-15T08:49:32.057Z Compiling camino-tempfile v1.4.1
20862026-06-15T08:49:32.320Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20872026-06-15T08:49:32.469Z Compiling serde-big-array v0.5.1
20882026-06-15T08:49:32.638Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
20892026-06-15T08:49:32.858Z Compiling derive-where v1.6.1
20902026-06-15T08:49:33.091Z Compiling pin-project-internal v1.1.13
20912026-06-15T08:49:33.196Z Compiling nom v8.0.0
20922026-06-15T08:49:34.125Z Compiling cstr-argument v0.1.2
20932026-06-15T08:49:34.196Z Compiling lazy_static v1.5.0
20942026-06-15T08:49:34.333Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20952026-06-15T08:49:34.335Z Compiling siphasher v1.0.3
20962026-06-15T08:49:34.491Z Compiling minimal-lexical v0.2.1
20972026-06-15T08:49:34.576Z Compiling phf_shared v0.12.1
20982026-06-15T08:49:34.616Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20992026-06-15T08:49:34.746Z Compiling nom v7.1.3
21002026-06-15T08:49:34.811Z Compiling pin-project v1.1.13
21012026-06-15T08:49:34.936Z Compiling hickory-resolver v0.24.4
21022026-06-15T08:49:35.042Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21032026-06-15T08:49:35.837Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
21042026-06-15T08:49:36.875Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21052026-06-15T08:49:37.029Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21062026-06-15T08:49:38.767Z Compiling rand v0.10.1
21072026-06-15T08:49:39.035Z Compiling expectorate v1.2.0
21082026-06-15T08:49:39.297Z Compiling num_enum v0.5.11
21092026-06-15T08:49:40.931Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21102026-06-15T08:49:41.292Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21112026-06-15T08:49:41.546Z Compiling newtype_derive v0.1.6
21122026-06-15T08:49:41.818Z Compiling unicode-normalization v0.1.25
21132026-06-15T08:49:41.997Z Compiling tokio-stream v0.1.18
21142026-06-15T08:49:42.098Z Compiling async-recursion v1.1.1
21152026-06-15T08:49:42.422Z Compiling snafu-derive v0.8.9
21162026-06-15T08:49:42.422Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21172026-06-15T08:49:42.569Z Compiling slog-dtrace v0.3.0
21182026-06-15T08:49:42.776Z Compiling csv-core v0.1.13
21192026-06-15T08:49:42.794Z Compiling konst_macro_rules v0.2.19
21202026-06-15T08:49:42.838Z Compiling highway v1.3.0
21212026-06-15T08:49:42.996Z Compiling same-file v1.0.6
21222026-06-15T08:49:43.188Z Compiling owo-colors v4.3.0
21232026-06-15T08:49:43.188Z Compiling foreign-types-shared v0.1.1
21242026-06-15T08:49:43.313Z Compiling unicode-xid v0.2.6
21252026-06-15T08:49:43.455Z Compiling unicode-width v0.1.14
21262026-06-15T08:49:43.536Z Compiling openssl v0.10.81
21272026-06-15T08:49:43.554Z Compiling foldhash v0.1.5
21282026-06-15T08:49:43.775Z Compiling chrono-tz v0.10.4
21292026-06-15T08:49:43.793Z Compiling cancel-safe-futures v0.1.5
21302026-06-15T08:49:43.863Z Compiling hashbrown v0.15.5
21312026-06-15T08:49:44.098Z Compiling const_format_proc_macros v0.2.34
21322026-06-15T08:49:44.132Z Compiling foreign-types v0.3.2
21332026-06-15T08:49:44.132Z Compiling snafu v0.8.9
21342026-06-15T08:49:44.246Z Compiling walkdir v2.5.0
21352026-06-15T08:49:44.547Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21362026-06-15T08:49:44.766Z Compiling csv v1.4.0
21372026-06-15T08:49:44.842Z Compiling konst v0.2.20
21382026-06-15T08:49:44.998Z Compiling qorb v0.4.1
21392026-06-15T08:49:45.046Z Compiling olpc-cjson v0.1.4
21402026-06-15T08:49:45.230Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21412026-06-15T08:49:48.683Z Compiling rayon v1.12.0
21422026-06-15T08:49:49.203Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21432026-06-15T08:49:49.551Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21442026-06-15T08:49:50.113Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21452026-06-15T08:49:50.412Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
21462026-06-15T08:49:50.559Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21472026-06-15T08:49:50.891Z Compiling phf v0.12.1
21482026-06-15T08:49:51.073Z Compiling zone_cfg_derive v0.3.1
21492026-06-15T08:49:51.520Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21502026-06-15T08:49:51.792Z Compiling tokio-dtrace v0.1.1
21512026-06-15T08:49:52.128Z Compiling globset v0.4.18
21522026-06-15T08:49:52.571Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21532026-06-15T08:49:52.811Z Compiling itertools v0.12.1
21542026-06-15T08:49:53.121Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21552026-06-15T08:49:53.680Z Compiling pem v3.0.6
21562026-06-15T08:49:53.729Z Compiling libsw-core v0.3.2
21572026-06-15T08:49:53.929Z Compiling serde_plain v1.0.2
21582026-06-15T08:49:54.080Z Compiling openssl-macros v0.1.1
21592026-06-15T08:49:54.285Z Compiling cookie v0.18.1
21602026-06-15T08:49:54.303Z Compiling sigpipe v0.1.3
21612026-06-15T08:49:54.379Z Compiling glob v0.3.3
21622026-06-15T08:49:54.410Z Compiling fixedbitset v0.4.2
21632026-06-15T08:49:54.555Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21642026-06-15T08:49:54.765Z Compiling typed-path v0.9.3
21652026-06-15T08:49:54.787Z Compiling fixedbitset v0.5.7
21662026-06-15T08:49:54.803Z Compiling jiff v0.2.28
21672026-06-15T08:49:54.819Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
21682026-06-15T08:49:54.905Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
21692026-06-15T08:49:55.301Z Compiling petgraph v0.8.3
21702026-06-15T08:49:56.605Z Compiling tough v0.22.0
21712026-06-15T08:49:57.657Z Compiling petgraph v0.6.5
21722026-06-15T08:49:57.763Z Compiling zone v0.3.1
21732026-06-15T08:49:58.246Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21742026-06-15T08:49:59.495Z Compiling libsw v3.5.0
21752026-06-15T08:49:59.518Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21762026-06-15T08:49:59.699Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21772026-06-15T08:49:59.767Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21782026-06-15T08:50:00.003Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21792026-06-15T08:50:00.226Z Compiling oxide-tokio-rt v0.1.6
21802026-06-15T08:50:00.259Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
21812026-06-15T08:50:00.844Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21822026-06-15T08:50:01.727Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21832026-06-15T08:50:01.798Z Compiling const_format v0.2.36
21842026-06-15T08:50:03.442Z Compiling papergrid v0.11.0
21852026-06-15T08:50:03.643Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
21862026-06-15T08:50:03.763Z Compiling tabled_derive v0.7.0
21872026-06-15T08:50:04.180Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21882026-06-15T08:50:04.205Z Compiling libscf-sys v1.2.0
21892026-06-15T08:50:04.366Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21902026-06-15T08:50:04.763Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21912026-06-15T08:50:04.907Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21922026-06-15T08:50:04.984Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
21932026-06-15T08:50:05.027Z Compiling gethostname v0.5.0
21942026-06-15T08:50:05.066Z Compiling bcs v0.1.6
21952026-06-15T08:50:05.115Z Compiling smf v0.2.3
21962026-06-15T08:50:05.173Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21972026-06-15T08:50:05.466Z Compiling smawk v0.3.2
21982026-06-15T08:50:05.648Z Compiling whoami v1.6.1
21992026-06-15T08:50:05.695Z Compiling linear-map v1.2.0
22002026-06-15T08:50:05.928Z Compiling unicode-linebreak v0.1.5
22012026-06-15T08:50:06.094Z Compiling tagptr v0.2.0
22022026-06-15T08:50:06.222Z Compiling termtree v0.5.1
22032026-06-15T08:50:06.259Z Compiling moka v0.12.15
22042026-06-15T08:50:06.275Z Compiling textwrap v0.16.2
22052026-06-15T08:50:06.563Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22062026-06-15T08:50:07.835Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22072026-06-15T08:50:08.088Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22082026-06-15T08:50:08.674Z Compiling tabled v0.15.0
22092026-06-15T08:50:08.955Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22102026-06-15T08:50:09.159Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22112026-06-15T08:50:09.284Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22122026-06-15T08:50:09.505Z Compiling steno v0.4.1
22132026-06-15T08:50:11.492Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22142026-06-15T08:50:15.121Z Compiling hickory-proto v0.25.2
22152026-06-15T08:50:15.272Z Compiling proc-macro-error-attr2 v2.0.0
22162026-06-15T08:50:15.737Z Compiling proc-macro-error2 v2.0.1
22172026-06-15T08:50:16.039Z Compiling parking_lot_core v0.8.6
22182026-06-15T08:50:16.319Z Compiling tabled_derive v0.11.0
22192026-06-15T08:50:16.371Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22202026-06-15T08:50:16.535Z Compiling papergrid v0.18.0
22212026-06-15T08:50:17.421Z Compiling hickory-resolver v0.25.2
22222026-06-15T08:50:18.512Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22232026-06-15T08:50:19.271Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22242026-06-15T08:50:19.422Z Compiling progenitor-impl v0.13.0
22252026-06-15T08:50:19.777Z Compiling testing_table v0.3.0
22262026-06-15T08:50:20.187Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22272026-06-15T08:50:20.512Z Compiling tabled v0.21.0
22282026-06-15T08:50:21.492Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22292026-06-15T08:50:22.037Z Compiling progenitor-macro v0.13.0
22302026-06-15T08:50:23.211Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22312026-06-15T08:50:24.402Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22322026-06-15T08:50:24.402Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22332026-06-15T08:50:24.878Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22342026-06-15T08:50:25.576Z Compiling progenitor-client v0.13.0
22352026-06-15T08:50:26.080Z Compiling arc-swap v1.9.1
22362026-06-15T08:50:26.204Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22372026-06-15T08:50:26.436Z Compiling slog-scope v4.4.1
22382026-06-15T08:50:26.954Z Compiling parking_lot v0.11.2
22392026-06-15T08:50:27.474Z Compiling progenitor v0.13.0
22402026-06-15T08:50:27.636Z Compiling dropshot-api-manager-types v0.7.2
22412026-06-15T08:50:27.821Z Compiling fxhash v0.2.1
22422026-06-15T08:50:27.979Z Compiling crc8 v0.1.1
22432026-06-15T08:50:28.148Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22442026-06-15T08:50:28.200Z Compiling sled v0.34.7
22452026-06-15T08:50:28.358Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22462026-06-15T08:50:29.804Z Compiling slog-stdlog v4.1.1
22472026-06-15T08:50:29.807Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22482026-06-15T08:50:29.807Z Compiling slog-envlogger v2.2.0
22492026-06-15T08:50:30.966Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22502026-06-15T08:50:34.033Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22512026-06-15T08:50:37.287Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
22522026-06-15T08:50:38.773Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22532026-06-15T08:50:40.848Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22542026-06-15T08:50:48.690Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22552026-06-15T08:50:54.056Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22562026-06-15T08:50:57.216Z Finished `release` profile [optimized] target(s) in 3m 40s
22572026-06-15T08:50:57.539Z+ banner trio
22582026-06-15T08:50:57.542Z
22592026-06-15T08:50:57.542Z ##### ##### # ####
22602026-06-15T08:50:57.542Z # # # # # #
22612026-06-15T08:50:57.542Z # # # # # #
22622026-06-15T08:50:57.542Z # ##### # # #
22632026-06-15T08:50:57.542Z # # # # # #
22642026-06-15T08:50:57.543Z # # # # ####
22652026-06-15T08:50:57.543Z
22662026-06-15T08:50:57.543Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
22672026-06-15T08:50:58.090Z Compiling cfg-if v1.0.4
22682026-06-15T08:50:58.093Z Compiling libc v0.2.186
22692026-06-15T08:50:58.187Z Compiling serde_core v1.0.228
22702026-06-15T08:50:58.199Z Compiling memchr v2.8.2
22712026-06-15T08:50:58.206Z Compiling smallvec v1.15.2
22722026-06-15T08:50:58.214Z Compiling itoa v1.0.18
22732026-06-15T08:50:58.222Z Compiling stable_deref_trait v1.2.1
22742026-06-15T08:50:58.226Z Compiling zerofrom v0.1.8
22752026-06-15T08:50:58.241Z Compiling zmij v1.0.21
22762026-06-15T08:50:58.291Z Compiling libm v0.2.16
22772026-06-15T08:50:58.347Z Compiling yoke v0.8.3
22782026-06-15T08:50:58.442Z Compiling litemap v0.8.2
22792026-06-15T08:50:58.445Z Compiling writeable v0.6.3
22802026-06-15T08:50:58.538Z Compiling zerovec v0.11.6
22812026-06-15T08:50:58.563Z Compiling zerotrie v0.2.4
22822026-06-15T08:50:58.633Z Compiling rand_core v0.10.1
22832026-06-15T08:50:58.686Z Compiling utf8_iter v1.0.4
22842026-06-15T08:50:58.701Z Compiling percent-encoding v2.3.2
22852026-06-15T08:50:58.791Z Compiling getrandom v0.4.2
22862026-06-15T08:50:58.845Z Compiling icu_properties_data v2.2.0
22872026-06-15T08:50:58.970Z Compiling icu_normalizer_data v2.2.0
22882026-06-15T08:50:58.983Z Compiling form_urlencoded v1.2.2
22892026-06-15T08:50:58.986Z Compiling errno v0.3.14
22902026-06-15T08:50:58.997Z Compiling iana-time-zone v0.1.65
22912026-06-15T08:50:59.047Z Compiling num-traits v0.2.19
22922026-06-15T08:50:59.137Z Compiling tinystr v0.8.3
22932026-06-15T08:50:59.232Z Compiling potential_utf v0.1.5
22942026-06-15T08:50:59.311Z Compiling pin-project-lite v0.2.17
22952026-06-15T08:50:59.323Z Compiling icu_locale_core v2.2.0
22962026-06-15T08:50:59.360Z Compiling icu_collections v2.2.0
22972026-06-15T08:50:59.397Z Compiling dyn-clone v1.0.20
22982026-06-15T08:50:59.411Z Compiling zeroize v1.9.0
22992026-06-15T08:50:59.422Z Compiling socket2 v0.6.4
23002026-06-15T08:50:59.547Z Compiling scopeguard v1.2.0
23012026-06-15T08:50:59.649Z Compiling lock_api v0.4.14
23022026-06-15T08:50:59.661Z Compiling parking_lot_core v0.9.12
23032026-06-15T08:50:59.825Z Compiling thiserror v2.0.18
23042026-06-15T08:50:59.900Z Compiling parking_lot v0.12.5
23052026-06-15T08:50:59.935Z Compiling portable-atomic v1.13.1
23062026-06-15T08:51:00.062Z Compiling serde v1.0.228
23072026-06-15T08:51:00.073Z Compiling serde_json v1.0.150
23082026-06-15T08:51:00.120Z Compiling uuid v1.23.3
23092026-06-15T08:51:00.215Z Compiling icu_provider v2.2.0
23102026-06-15T08:51:00.251Z Compiling semver v1.0.28
23112026-06-15T08:51:00.649Z Compiling bytes v1.11.1
23122026-06-15T08:51:00.674Z Compiling icu_normalizer v2.2.0
23132026-06-15T08:51:00.719Z Compiling icu_properties v2.2.0
23142026-06-15T08:51:00.825Z Compiling chrono v0.4.45
23152026-06-15T08:51:00.835Z Compiling bitflags v2.13.0
23162026-06-15T08:51:00.870Z Compiling signal-hook-registry v1.4.8
23172026-06-15T08:51:01.239Z Compiling mio v1.2.1
23182026-06-15T08:51:01.400Z Compiling critical-section v1.2.0
23192026-06-15T08:51:01.517Z Compiling once_cell v1.21.4
23202026-06-15T08:51:01.527Z Compiling futures-core v0.3.32
23212026-06-15T08:51:01.687Z Compiling idna_adapter v1.2.2
23222026-06-15T08:51:01.764Z Compiling tokio v1.52.3
23232026-06-15T08:51:01.828Z Compiling idna v1.1.0
23242026-06-15T08:51:01.870Z Compiling zerocopy v0.8.52
23252026-06-15T08:51:01.924Z Compiling subtle v2.6.1
23262026-06-15T08:51:02.097Z Compiling typenum v1.20.1
23272026-06-15T08:51:02.234Z Compiling url v2.5.8
23282026-06-15T08:51:02.283Z Compiling log v0.4.32
23292026-06-15T08:51:02.540Z Compiling equivalent v1.0.2
23302026-06-15T08:51:02.633Z Compiling futures-sink v0.3.32
23312026-06-15T08:51:02.699Z Compiling getrandom v0.2.17
23322026-06-15T08:51:02.740Z Compiling slab v0.4.12
23332026-06-15T08:51:02.906Z Compiling schemars v0.8.22
23342026-06-15T08:51:02.932Z Compiling rand_core v0.6.4
23352026-06-15T08:51:02.953Z Compiling futures-channel v0.3.32
23362026-06-15T08:51:03.185Z Compiling futures-task v0.3.32
23372026-06-15T08:51:03.231Z Compiling futures-io v0.3.32
23382026-06-15T08:51:03.364Z Compiling futures-util v0.3.32
23392026-06-15T08:51:03.430Z Compiling slog v2.8.2
23402026-06-15T08:51:03.446Z Compiling erased-serde v0.3.31
23412026-06-15T08:51:03.940Z Compiling ipnetwork v0.21.1
23422026-06-15T08:51:04.371Z Compiling oxnet v0.1.6
23432026-06-15T08:51:04.664Z Compiling tracing-core v0.1.36
23442026-06-15T08:51:04.785Z Compiling hashbrown v0.17.1
23452026-06-15T08:51:05.050Z Compiling tracing v0.1.44
23462026-06-15T08:51:05.403Z Compiling indexmap v2.14.0
23472026-06-15T08:51:05.454Z Compiling base64 v0.22.1
23482026-06-15T08:51:05.778Z Compiling unicode-ident v1.0.24
23492026-06-15T08:51:05.904Z Compiling proc-macro2 v1.0.106
23502026-06-15T08:51:05.984Z Compiling byteorder v1.5.0
23512026-06-15T08:51:06.003Z Compiling thiserror v1.0.69
23522026-06-15T08:51:06.058Z Compiling ppv-lite86 v0.2.21
23532026-06-15T08:51:06.100Z Compiling http v1.4.2
23542026-06-15T08:51:06.225Z Compiling fnv v1.0.7
23552026-06-15T08:51:06.239Z Compiling rustix v1.1.4
23562026-06-15T08:51:06.333Z Compiling quote v1.0.45
23572026-06-15T08:51:06.401Z Compiling rustls-pki-types v1.14.1
23582026-06-15T08:51:06.591Z Compiling syn v2.0.117
23592026-06-15T08:51:07.064Z Compiling pretty-hex v0.4.2
23602026-06-15T08:51:07.210Z Compiling aws-lc-sys v0.41.0
23612026-06-15T08:51:07.264Z Compiling tokio-util v0.7.18
23622026-06-15T08:51:07.778Z Compiling ipnet v2.12.0
23632026-06-15T08:51:07.926Z Compiling untrusted v0.7.1
23642026-06-15T08:51:08.013Z Compiling plain v0.2.3
23652026-06-15T08:51:08.064Z Compiling aws-lc-rs v1.17.0
23662026-06-15T08:51:08.090Z Compiling rustls v0.23.40
23672026-06-15T08:51:08.132Z Compiling untrusted v0.9.0
23682026-06-15T08:51:08.203Z Compiling getrandom v0.3.4
23692026-06-15T08:51:08.271Z Compiling omicron-workspace-hack v0.1.0
23702026-06-15T08:51:08.347Z Compiling http-body v1.0.1
23712026-06-15T08:51:08.358Z Compiling atomic-waker v1.1.2
23722026-06-15T08:51:08.410Z Compiling ucd-trie v0.1.7
23732026-06-15T08:51:08.486Z Compiling httparse v1.10.1
23742026-06-15T08:51:08.498Z Compiling rand_core v0.9.5
23752026-06-15T08:51:08.510Z Compiling crossbeam-utils v0.8.21
23762026-06-15T08:51:08.757Z Compiling pest v2.8.6
23772026-06-15T08:51:08.965Z Compiling regex-syntax v0.8.11
23782026-06-15T08:51:08.992Z Compiling tower-service v0.3.3
23792026-06-15T08:51:08.993Z Compiling ryu v1.0.23
23802026-06-15T08:51:09.093Z Compiling try-lock v0.2.5
23812026-06-15T08:51:09.230Z Compiling rustls-webpki v0.103.13
23822026-06-15T08:51:09.267Z Compiling tower-layer v0.3.3
23832026-06-15T08:51:09.320Z Compiling fastrand v2.4.1
23842026-06-15T08:51:09.472Z Compiling want v0.3.1
23852026-06-15T08:51:09.666Z Compiling h2 v0.4.14
23862026-06-15T08:51:09.670Z Compiling newtype-uuid v1.3.2
23872026-06-15T08:51:10.721Z Compiling httpdate v1.0.3
23882026-06-15T08:51:11.037Z Compiling hex v0.4.3
23892026-06-15T08:51:11.099Z Compiling daft v0.1.7
23902026-06-15T08:51:11.331Z Compiling rand_chacha v0.9.0
23912026-06-15T08:51:11.404Z Compiling allocator-api2 v0.2.21
23922026-06-15T08:51:11.803Z Compiling foldhash v0.2.0
23932026-06-15T08:51:11.875Z Compiling rand v0.9.4
23942026-06-15T08:51:11.900Z Compiling anyhow v1.0.102
23952026-06-15T08:51:12.099Z Compiling hyper v1.10.1
23962026-06-15T08:51:12.570Z Compiling hashbrown v0.16.1
23972026-06-15T08:51:12.629Z Compiling tempfile v3.27.0
23982026-06-15T08:51:13.295Z Compiling generic-array v0.14.7
23992026-06-15T08:51:13.544Z Compiling hyper-util v0.1.20
24002026-06-15T08:51:13.854Z Compiling tokio-rustls v0.26.4
24012026-06-15T08:51:14.164Z Compiling serde_urlencoded v0.7.1
24022026-06-15T08:51:14.472Z Compiling http-body-util v0.1.3
24032026-06-15T08:51:14.774Z Compiling aho-corasick v1.1.4
24042026-06-15T08:51:15.619Z Compiling num_threads v0.1.7
24052026-06-15T08:51:15.727Z Compiling num-conv v0.2.2
24062026-06-15T08:51:15.824Z Compiling cpufeatures v0.3.0
24072026-06-15T08:51:15.890Z Compiling deranged v0.5.8
24082026-06-15T08:51:15.905Z Compiling powerfmt v0.2.0
24092026-06-15T08:51:16.171Z Compiling time-core v0.1.9
24102026-06-15T08:51:16.371Z Compiling regex-automata v0.4.14
24112026-06-15T08:51:16.498Z Compiling camino v1.2.2
24122026-06-15T08:51:16.634Z Compiling futures-executor v0.3.32
24132026-06-15T08:51:16.801Z Compiling winnow v1.0.3
24142026-06-15T08:51:16.964Z Compiling time v0.3.49
24152026-06-15T08:51:17.078Z Compiling futures v0.3.32
24162026-06-15T08:51:17.166Z Compiling crossbeam-channel v0.5.15
24172026-06-15T08:51:17.183Z Compiling openapiv3 v2.2.0
24182026-06-15T08:51:17.871Z Compiling scroll v0.13.0
24192026-06-15T08:51:18.175Z Compiling hybrid-array v0.4.12
24202026-06-15T08:51:18.298Z Compiling sync_wrapper v1.0.2
24212026-06-15T08:51:18.416Z Compiling adler2 v2.0.1
24222026-06-15T08:51:18.587Z Compiling openssl-probe v0.2.1
24232026-06-15T08:51:18.663Z Compiling simd-adler32 v0.3.9
24242026-06-15T08:51:18.842Z Compiling miniz_oxide v0.8.9
24252026-06-15T08:51:19.545Z Compiling rustls-native-certs v0.8.4
24262026-06-15T08:51:19.593Z Compiling tower v0.5.3
24272026-06-15T08:51:19.604Z Compiling goblin v0.10.7
24282026-06-15T08:51:20.198Z Compiling crc32fast v1.5.0
24292026-06-15T08:51:20.225Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
24302026-06-15T08:51:20.321Z Compiling thread_local v1.1.9
24312026-06-15T08:51:20.413Z Compiling either v1.16.0
24322026-06-15T08:51:20.449Z Compiling flate2 v1.1.9
24332026-06-15T08:51:20.640Z Compiling tower-http v0.6.11
24342026-06-15T08:51:20.684Z Compiling rustls-platform-verifier v0.7.0
24352026-06-15T08:51:21.002Z Compiling crypto-common v0.2.2
24362026-06-15T08:51:21.311Z Compiling block-buffer v0.12.1
24372026-06-15T08:51:21.343Z Compiling regex v1.12.4
24382026-06-15T08:51:21.500Z Compiling hyper-rustls v0.27.9
24392026-06-15T08:51:21.875Z Compiling crypto-common v0.1.7
24402026-06-15T08:51:22.029Z Compiling dtrace-parser v0.3.0
24412026-06-15T08:51:22.257Z Compiling rand_chacha v0.3.1
24422026-06-15T08:51:22.287Z Compiling thread-id v5.1.0
24432026-06-15T08:51:22.377Z Compiling is-terminal v0.4.17
24442026-06-15T08:51:22.482Z Compiling term v1.2.1
24452026-06-15T08:51:22.798Z Compiling dof v0.4.0
24462026-06-15T08:51:22.876Z Compiling take_mut v0.2.2
24472026-06-15T08:51:22.997Z Compiling compression-core v0.4.32
24482026-06-15T08:51:23.180Z Compiling match_cfg v0.1.0
24492026-06-15T08:51:23.261Z Compiling debug-ignore v1.0.5
24502026-06-15T08:51:23.379Z Compiling const-oid v0.10.2
24512026-06-15T08:51:23.679Z Compiling digest v0.11.3
24522026-06-15T08:51:23.878Z Compiling usdt-impl v0.6.0
24532026-06-15T08:51:24.391Z Compiling hostname v0.3.1
24542026-06-15T08:51:24.560Z Compiling compression-codecs v0.4.38
24552026-06-15T08:51:24.592Z Compiling slog-async v2.8.0
24562026-06-15T08:51:24.944Z Compiling slog-term v2.9.2
24572026-06-15T08:51:25.887Z Compiling rand v0.8.6
24582026-06-15T08:51:26.067Z Compiling ref-cast v1.0.25
24592026-06-15T08:51:26.179Z Compiling reqwest v0.13.4
24602026-06-15T08:51:26.351Z Compiling slog-json v2.6.1
24612026-06-15T08:51:26.620Z Compiling toml_parser v1.1.2+spec-1.1.0
24622026-06-15T08:51:26.704Z Compiling strum v0.26.3
24632026-06-15T08:51:26.844Z Compiling macaddr v1.0.1
24642026-06-15T08:51:27.126Z Compiling serde_spanned v1.1.1
24652026-06-15T08:51:27.280Z Compiling toml_datetime v1.1.1+spec-1.1.0
24662026-06-15T08:51:27.703Z Compiling wait-timeout v0.2.1
24672026-06-15T08:51:27.738Z Compiling memmap2 v0.9.10
24682026-06-15T08:51:27.964Z Compiling encoding_rs v0.8.35
24692026-06-15T08:51:28.031Z Compiling bit-vec v0.8.0
24702026-06-15T08:51:28.186Z Compiling spin v0.9.8
24712026-06-15T08:51:28.198Z Compiling quick-error v1.2.3
24722026-06-15T08:51:28.309Z Compiling toml_writer v1.1.1+spec-1.1.0
24732026-06-15T08:51:28.319Z Compiling mime v0.3.17
24742026-06-15T08:51:28.332Z Compiling rusty-fork v0.3.1
24752026-06-15T08:51:28.570Z Compiling toml v1.1.2+spec-1.1.0
24762026-06-15T08:51:28.798Z Compiling bit-set v0.8.0
24772026-06-15T08:51:28.991Z Compiling usdt v0.6.0
24782026-06-15T08:51:29.198Z Compiling multer v3.1.0
24792026-06-15T08:51:29.677Z Compiling progenitor-client v0.14.0
24802026-06-15T08:51:30.207Z Compiling slog-bunyan v2.5.0
24812026-06-15T08:51:30.398Z Compiling rustix v0.38.44
24822026-06-15T08:51:30.445Z Compiling async-compression v0.4.42
24832026-06-15T08:51:30.943Z Compiling sha1 v0.11.0
24842026-06-15T08:51:31.197Z Compiling serde_with v3.21.0
24852026-06-15T08:51:31.345Z Compiling async-stream v0.3.6
24862026-06-15T08:51:31.550Z Compiling rand_xorshift v0.4.0
24872026-06-15T08:51:31.719Z Compiling waitgroup v0.1.2
24882026-06-15T08:51:31.792Z Compiling rustls-pemfile v2.2.0
24892026-06-15T08:51:31.882Z Compiling serde_path_to_error v0.1.20
24902026-06-15T08:51:31.896Z Compiling hostname v0.4.2
24912026-06-15T08:51:32.062Z Compiling unarray v0.1.4
24922026-06-15T08:51:32.078Z Compiling strum v0.27.2
24932026-06-15T08:51:32.188Z Compiling proptest v1.11.0
24942026-06-15T08:51:32.217Z Compiling dropshot v0.17.1
24952026-06-15T08:51:32.254Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24962026-06-15T08:51:32.339Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24972026-06-15T08:51:32.407Z Compiling atomicwrites v0.4.4
24982026-06-15T08:51:32.571Z Compiling iddqd v0.4.4
24992026-06-15T08:51:32.697Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25002026-06-15T08:51:32.711Z Compiling block-buffer v0.10.4
25012026-06-15T08:51:32.885Z Compiling backon v1.6.0
25022026-06-15T08:51:33.011Z Compiling instant v0.1.13
25032026-06-15T08:51:33.066Z Compiling progenitor-extras v0.2.0
25042026-06-15T08:51:33.135Z Compiling backoff v0.4.0
25052026-06-15T08:51:33.154Z Compiling digest v0.10.7
25062026-06-15T08:51:33.308Z Compiling parse-display v0.10.0
25072026-06-15T08:51:33.352Z Compiling itertools v0.14.0
25082026-06-15T08:51:33.410Z Compiling regress v0.10.5
25092026-06-15T08:51:34.052Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25102026-06-15T08:51:34.250Z Compiling humantime v2.3.0
25112026-06-15T08:51:34.699Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25122026-06-15T08:51:34.781Z Compiling cpufeatures v0.2.17
25132026-06-15T08:51:34.867Z Compiling unicode-width v0.2.2
25142026-06-15T08:51:34.884Z Compiling secrecy v0.10.3
25152026-06-15T08:51:35.057Z Compiling tinyvec_macros v0.1.1
25162026-06-15T08:51:35.136Z Compiling tinyvec v1.11.0
25172026-06-15T08:51:35.181Z Compiling num-integer v0.1.46
25182026-06-15T08:51:35.578Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25192026-06-15T08:51:35.680Z Compiling heck v0.5.0
25202026-06-15T08:51:36.274Z Compiling scroll v0.12.0
25212026-06-15T08:51:36.590Z Compiling crucible-workspace-hack v0.1.0
25222026-06-15T08:51:36.672Z Compiling hmac v0.12.1
25232026-06-15T08:51:36.744Z Compiling inout v0.1.4
25242026-06-15T08:51:36.837Z Compiling ff v0.13.1
25252026-06-15T08:51:36.916Z Compiling utf8parse v0.2.2
25262026-06-15T08:51:36.995Z Compiling group v0.13.0
25272026-06-15T08:51:37.035Z Compiling anstyle-parse v1.0.0
25282026-06-15T08:51:37.119Z Compiling cipher v0.4.4
25292026-06-15T08:51:37.305Z Compiling hkdf v0.12.4
25302026-06-15T08:51:37.374Z Compiling num_enum v0.7.6
25312026-06-15T08:51:37.475Z Compiling goblin v0.8.2
25322026-06-15T08:51:37.505Z Compiling num-rational v0.4.2
25332026-06-15T08:51:37.958Z Compiling num-iter v0.1.45
25342026-06-15T08:51:38.093Z Compiling zerocopy v0.7.35
25352026-06-15T08:51:38.199Z Compiling universal-hash v0.5.1
25362026-06-15T08:51:38.351Z Compiling crypto-bigint v0.5.5
25372026-06-15T08:51:38.643Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25382026-06-15T08:51:38.705Z Compiling terminal_size v0.4.4
25392026-06-15T08:51:38.868Z Compiling half v2.7.1
25402026-06-15T08:51:39.222Z Compiling num-complex v0.4.6
25412026-06-15T08:51:39.695Z Compiling anstyle v1.0.14
25422026-06-15T08:51:39.979Z Compiling anstyle-query v1.1.5
25432026-06-15T08:51:39.991Z Compiling opaque-debug v0.3.1
25442026-06-15T08:51:40.067Z Compiling is_terminal_polyfill v1.70.2
25452026-06-15T08:51:40.093Z Compiling base64ct v1.8.3
25462026-06-15T08:51:40.171Z Compiling ciborium-io v0.2.2
25472026-06-15T08:51:40.278Z Compiling base16ct v0.2.0
25482026-06-15T08:51:40.315Z Compiling colorchoice v1.0.5
25492026-06-15T08:51:40.442Z Compiling anstream v1.0.0
25502026-06-15T08:51:40.442Z Compiling elliptic-curve v0.13.8
25512026-06-15T08:51:40.489Z Compiling password-hash v0.5.0
25522026-06-15T08:51:40.763Z Compiling ciborium-ll v0.2.2
25532026-06-15T08:51:40.950Z Compiling poly1305 v0.8.0
25542026-06-15T08:51:41.029Z Compiling dof v0.3.0
25552026-06-15T08:51:41.264Z Compiling curve25519-dalek v4.1.3
25562026-06-15T08:51:41.445Z Compiling num v0.4.3
25572026-06-15T08:51:41.530Z Compiling thiserror-no-std v2.0.2
25582026-06-15T08:51:41.587Z Compiling chacha20 v0.9.1
25592026-06-15T08:51:41.627Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25602026-06-15T08:51:41.844Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25612026-06-15T08:51:43.468Z Compiling blake2 v0.10.6
25622026-06-15T08:51:43.737Z Compiling aead v0.5.2
25632026-06-15T08:51:43.932Z Compiling regress v0.11.1
25642026-06-15T08:51:43.964Z Compiling byte-wrapper v0.1.0
25652026-06-15T08:51:43.977Z Compiling dtrace-parser v0.2.0
25662026-06-15T08:51:44.019Z Compiling crossbeam-epoch v0.9.18
25672026-06-15T08:51:44.532Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25682026-06-15T08:51:44.564Z Compiling thread-id v4.2.2
25692026-06-15T08:51:44.658Z Compiling keccak v0.1.6
25702026-06-15T08:51:44.970Z Compiling clap_lex v1.1.0
25712026-06-15T08:51:45.346Z Compiling strsim v0.11.1
25722026-06-15T08:51:45.394Z Compiling float-ord v0.3.2
25732026-06-15T08:51:45.518Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25742026-06-15T08:51:46.083Z Compiling typify-impl v0.6.2
25752026-06-15T08:51:46.194Z Compiling clap_builder v4.6.0
25762026-06-15T08:51:46.564Z Compiling sha3 v0.10.9
25772026-06-15T08:51:46.827Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25782026-06-15T08:51:46.966Z Compiling usdt-impl v0.5.0
25792026-06-15T08:51:48.895Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25802026-06-15T08:51:51.352Z Compiling chacha20poly1305 v0.10.1
25812026-06-15T08:51:51.514Z Compiling argon2 v0.5.3
25822026-06-15T08:51:52.228Z Compiling vsss-rs v3.3.4
25832026-06-15T08:51:52.538Z Compiling ciborium v0.2.2
25842026-06-15T08:51:53.383Z Compiling hash32 v0.3.1
25852026-06-15T08:51:53.559Z Compiling memmap v0.7.0
25862026-06-15T08:51:53.736Z Compiling indent_write v2.2.0
25872026-06-15T08:51:53.802Z Compiling data-encoding v2.11.0
25882026-06-15T08:51:53.896Z Compiling usdt v0.5.0
25892026-06-15T08:51:53.988Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25902026-06-15T08:51:54.579Z Compiling heapless v0.8.0
25912026-06-15T08:51:55.081Z Compiling ingot-types v0.1.2
25922026-06-15T08:51:55.343Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
25932026-06-15T08:51:55.548Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25942026-06-15T08:51:55.656Z Compiling typify v0.6.2
25952026-06-15T08:51:55.699Z Compiling clap v4.6.1
25962026-06-15T08:51:55.770Z Compiling tabwriter v1.4.1
25972026-06-15T08:51:55.790Z Compiling cobs v0.3.0
25982026-06-15T08:51:56.070Z Compiling bitflags v1.3.2
25992026-06-15T08:51:56.139Z Compiling colored v3.1.1
26002026-06-15T08:51:56.152Z Compiling foreign-types-shared v0.3.1
26012026-06-15T08:51:56.255Z Compiling managed v0.8.0
26022026-06-15T08:51:56.506Z Compiling smoltcp v0.11.0
26032026-06-15T08:51:56.522Z Compiling foreign-types v0.5.0
26042026-06-15T08:51:56.608Z Compiling postcard v1.1.3
26052026-06-15T08:51:56.830Z Compiling progenitor-impl v0.14.0
26062026-06-15T08:51:56.986Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26072026-06-15T08:51:57.136Z Compiling ingot v0.1.1
26082026-06-15T08:51:57.331Z Compiling memoffset v0.9.1
26092026-06-15T08:51:57.428Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26102026-06-15T08:51:57.548Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26112026-06-15T08:51:57.586Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26122026-06-15T08:51:57.707Z Compiling chacha20 v0.10.0
26132026-06-15T08:51:57.818Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
26142026-06-15T08:51:57.999Z Compiling toml_datetime v0.6.11
26152026-06-15T08:51:58.252Z Compiling serde_spanned v0.6.9
26162026-06-15T08:51:58.379Z Compiling cstr-argument v0.1.2
26172026-06-15T08:51:58.419Z Compiling static_assertions v1.1.0
26182026-06-15T08:51:58.505Z Compiling unicode-segmentation v1.13.3
26192026-06-15T08:51:58.558Z Compiling toml_write v0.1.2
26202026-06-15T08:51:58.805Z Compiling linked-hash-map v0.5.6
26212026-06-15T08:51:59.027Z Compiling swrite v0.1.0
26222026-06-15T08:51:59.121Z Compiling resolv-conf v0.7.6
26232026-06-15T08:51:59.142Z Compiling winnow v0.7.15
26242026-06-15T08:51:59.381Z Compiling lru-cache v0.1.2
26252026-06-15T08:51:59.535Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
26262026-06-15T08:51:59.788Z Compiling newline-converter v0.3.0
26272026-06-15T08:51:59.800Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26282026-06-15T08:51:59.927Z Compiling progenitor v0.14.0
26292026-06-15T08:52:00.071Z Compiling rand v0.10.1
26302026-06-15T08:52:00.220Z Compiling hubpack v0.1.2
26312026-06-15T08:52:00.477Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26322026-06-15T08:52:00.615Z Compiling nix v0.31.3
26332026-06-15T08:52:00.932Z Compiling toml_edit v0.22.27
26342026-06-15T08:52:01.074Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26352026-06-15T08:52:01.229Z Compiling hickory-proto v0.24.4
26362026-06-15T08:52:01.306Z Compiling crossbeam-deque v0.8.6
26372026-06-15T08:52:01.531Z Compiling console v0.15.11
26382026-06-15T08:52:02.870Z Compiling itertools v0.12.1
26392026-06-15T08:52:03.228Z Compiling camino-tempfile v1.4.1
26402026-06-15T08:52:03.681Z Compiling serde-big-array v0.5.1
26412026-06-15T08:52:03.846Z Compiling nom v8.0.0
26422026-06-15T08:52:04.340Z Compiling similar v2.7.0
26432026-06-15T08:52:04.422Z Compiling lazy_static v1.5.0
26442026-06-15T08:52:04.550Z Compiling siphasher v1.0.3
26452026-06-15T08:52:04.773Z Compiling phf_shared v0.12.1
26462026-06-15T08:52:04.998Z Compiling expectorate v1.2.0
26472026-06-15T08:52:05.218Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
26482026-06-15T08:52:06.085Z Compiling pin-project v1.1.13
26492026-06-15T08:52:06.210Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26502026-06-15T08:52:06.527Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26512026-06-15T08:52:07.067Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26522026-06-15T08:52:09.739Z Compiling hickory-resolver v0.24.4
26532026-06-15T08:52:10.131Z Compiling toml v0.8.23
26542026-06-15T08:52:10.356Z Compiling prettyplease v0.2.37
26552026-06-15T08:52:12.974Z Compiling rayon-core v1.13.0
26562026-06-15T08:52:14.703Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26572026-06-15T08:52:15.902Z Compiling num_enum v0.5.11
26582026-06-15T08:52:16.038Z Compiling unicode-normalization v0.1.25
26592026-06-15T08:52:16.652Z Compiling tokio-stream v0.1.18
26602026-06-15T08:52:16.790Z Compiling bstr v1.12.1
26612026-06-15T08:52:17.060Z Compiling csv-core v0.1.13
26622026-06-15T08:52:17.222Z Compiling highway v1.3.0
26632026-06-15T08:52:17.469Z Compiling unicode-width v0.1.14
26642026-06-15T08:52:17.572Z Compiling konst_macro_rules v0.2.19
26652026-06-15T08:52:17.768Z Compiling foreign-types-shared v0.1.1
26662026-06-15T08:52:17.793Z Compiling foldhash v0.1.5
26672026-06-15T08:52:17.862Z Compiling same-file v1.0.6
26682026-06-15T08:52:17.924Z Compiling hashbrown v0.15.5
26692026-06-15T08:52:18.019Z Compiling walkdir v2.5.0
26702026-06-15T08:52:18.041Z Compiling foreign-types v0.3.2
26712026-06-15T08:52:18.140Z Compiling konst v0.2.20
26722026-06-15T08:52:18.424Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26732026-06-15T08:52:18.539Z Compiling csv v1.4.0
26742026-06-15T08:52:18.572Z Compiling globset v0.4.18
26752026-06-15T08:52:18.817Z Compiling qorb v0.4.1
26762026-06-15T08:52:18.937Z Compiling snafu v0.8.9
26772026-06-15T08:52:19.532Z Compiling olpc-cjson v0.1.4
26782026-06-15T08:52:19.548Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26792026-06-15T08:52:19.744Z Compiling rayon v1.12.0
26802026-06-15T08:52:20.164Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26812026-06-15T08:52:21.833Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26822026-06-15T08:52:21.852Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
26832026-06-15T08:52:21.975Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26842026-06-15T08:52:24.072Z Compiling phf v0.12.1
26852026-06-15T08:52:24.264Z Compiling openssl-sys v0.9.117
26862026-06-15T08:52:24.704Z Compiling tokio-dtrace v0.1.1
26872026-06-15T08:52:25.043Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
26882026-06-15T08:52:25.594Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26892026-06-15T08:52:25.820Z Compiling libsw-core v0.3.2
26902026-06-15T08:52:26.013Z Compiling pem v3.0.6
26912026-06-15T08:52:26.648Z Compiling serde_plain v1.0.2
26922026-06-15T08:52:26.761Z Compiling sigpipe v0.1.3
26932026-06-15T08:52:26.865Z Compiling bytecount v0.6.9
26942026-06-15T08:52:26.938Z Compiling jiff v0.2.28
26952026-06-15T08:52:27.057Z Compiling glob v0.3.3
26962026-06-15T08:52:27.576Z Compiling fixedbitset v0.4.2
26972026-06-15T08:52:27.953Z Compiling typed-path v0.9.3
26982026-06-15T08:52:28.067Z Compiling minimal-lexical v0.2.1
26992026-06-15T08:52:28.395Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27002026-06-15T08:52:28.480Z Compiling fixedbitset v0.5.7
27012026-06-15T08:52:28.527Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27022026-06-15T08:52:28.567Z Compiling nom v7.1.3
27032026-06-15T08:52:29.003Z Compiling petgraph v0.8.3
27042026-06-15T08:52:29.122Z Compiling tough v0.22.0
27052026-06-15T08:52:30.343Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27062026-06-15T08:52:30.961Z Compiling petgraph v0.6.5
27072026-06-15T08:52:31.468Z Compiling papergrid v0.11.0
27082026-06-15T08:52:31.750Z Compiling openssl v0.10.81
27092026-06-15T08:52:32.795Z Compiling libsw v3.5.0
27102026-06-15T08:52:32.838Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27112026-06-15T08:52:32.988Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27122026-06-15T08:52:33.080Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27132026-06-15T08:52:33.291Z Compiling zone v0.3.1
27142026-06-15T08:52:35.134Z Compiling oxide-tokio-rt v0.1.6
27152026-06-15T08:52:35.785Z Compiling chrono-tz v0.10.4
27162026-06-15T08:52:36.425Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27172026-06-15T08:52:36.634Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27182026-06-15T08:52:36.813Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
27192026-06-15T08:52:36.832Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27202026-06-15T08:52:37.498Z Compiling newtype_derive v0.1.6
27212026-06-15T08:52:37.501Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27222026-06-15T08:52:37.594Z Compiling slog-dtrace v0.3.0
27232026-06-15T08:52:37.933Z Compiling owo-colors v4.3.0
27242026-06-15T08:52:38.313Z Compiling cancel-safe-futures v0.1.5
27252026-06-15T08:52:38.687Z Compiling const_format v0.2.36
27262026-06-15T08:52:38.879Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27272026-06-15T08:52:38.993Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27282026-06-15T08:52:39.193Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27292026-06-15T08:52:39.336Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27302026-06-15T08:52:39.470Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27312026-06-15T08:52:39.761Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27322026-06-15T08:52:39.902Z Compiling gethostname v0.5.0
27332026-06-15T08:52:40.042Z Compiling smf v0.2.3
27342026-06-15T08:52:40.074Z Compiling bcs v0.1.6
27352026-06-15T08:52:40.493Z Compiling smawk v0.3.2
27362026-06-15T08:52:40.604Z Compiling termtree v0.5.1
27372026-06-15T08:52:40.659Z Compiling unicode-linebreak v0.1.5
27382026-06-15T08:52:40.775Z Compiling whoami v1.6.1
27392026-06-15T08:52:40.940Z Compiling tagptr v0.2.0
27402026-06-15T08:52:41.111Z Compiling linear-map v1.2.0
27412026-06-15T08:52:41.131Z Compiling moka v0.12.15
27422026-06-15T08:52:41.241Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27432026-06-15T08:52:41.288Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27442026-06-15T08:52:41.331Z Compiling textwrap v0.16.2
27452026-06-15T08:52:41.598Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27462026-06-15T08:52:42.356Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27472026-06-15T08:52:42.523Z Compiling tabled v0.15.0
27482026-06-15T08:52:42.683Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27492026-06-15T08:52:42.985Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27502026-06-15T08:52:44.384Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27512026-06-15T08:52:44.605Z Compiling steno v0.4.1
27522026-06-15T08:52:44.942Z Compiling cookie v0.18.1
27532026-06-15T08:52:46.875Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27542026-06-15T08:52:49.812Z Compiling hickory-proto v0.25.2
27552026-06-15T08:52:51.393Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27562026-06-15T08:52:51.397Z Compiling arc-swap v1.9.1
27572026-06-15T08:52:51.587Z Compiling libscf-sys v1.2.0
27582026-06-15T08:52:51.739Z Compiling slog-scope v4.4.1
27592026-06-15T08:52:51.762Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27602026-06-15T08:52:52.214Z Compiling hickory-resolver v0.25.2
27612026-06-15T08:52:54.710Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27622026-06-15T08:52:55.033Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27632026-06-15T08:52:55.191Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27642026-06-15T08:52:55.671Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27652026-06-15T08:52:56.411Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27662026-06-15T08:52:56.646Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27672026-06-15T08:52:56.759Z Compiling slog-stdlog v4.1.1
27682026-06-15T08:52:57.155Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27692026-06-15T08:52:57.898Z Compiling slog-envlogger v2.2.0
27702026-06-15T08:52:58.079Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27712026-06-15T08:52:58.935Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27722026-06-15T08:52:59.273Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27732026-06-15T08:53:05.669Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27742026-06-15T08:53:08.585Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#9f1029da)
27752026-06-15T08:53:10.396Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27762026-06-15T08:53:18.746Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27772026-06-15T08:53:22.559Z Finished `release` profile [optimized] target(s) in 2m 24s
27782026-06-15T08:53:22.673Z Running unittests src/lib.rs (target/release/deps/mg_tests-b20a124d3f931873)
27792026-06-15T08:53:22.676Z
27802026-06-15T08:53:22.676Zrunning 1 test
27812026-06-15T08:53:22.833Zconfigure zone
27822026-06-15T08:53:22.851Zinstall zone
27832026-06-15T08:53:32.625Zboot zone
27842026-06-15T08:53:32.716Zstart zone s1
27852026-06-15T08:53:32.720Zconfigure zone
27862026-06-15T08:53:32.726Zinstall zone
27872026-06-15T08:53:34.489Zboot zone
27882026-06-15T08:53:34.577Zstart zone s2
27892026-06-15T08:53:34.577Zconfigure zone
27902026-06-15T08:53:34.587Zinstall zone
27912026-06-15T08:53:36.893Zboot zone
27922026-06-15T08:53:36.994Zstart zone t1
27932026-06-15T08:53:36.994Zconfigure zone
27942026-06-15T08:53:37.005Zinstall zone
27952026-06-15T08:53:39.754Zboot zone
27962026-06-15T08:53:39.863Zwaiting for zones to come up
27972026-06-15T08:53:49.863Z[sidecar.trio] svcs milestone/network
27982026-06-15T08:53:49.888ZSTATE STIME FMRI
27992026-06-15T08:53:49.888Zonline 8:53:32 svc:/milestone/network:default
28002026-06-15T08:53:49.888Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28012026-06-15T08:53:49.916Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28022026-06-15T08:53:49.942Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28032026-06-15T08:53:49.963Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28042026-06-15T08:53:49.966Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28052026-06-15T08:53:49.977Z
28062026-06-15T08:53:49.978Zrunning zone s1.trio setup
28072026-06-15T08:53:49.978Z[s1.trio] svcs milestone/network
28082026-06-15T08:53:49.993ZSTATE STIME FMRI
28092026-06-15T08:53:49.993Zonline 8:53:34 svc:/milestone/network:default
28102026-06-15T08:53:49.993Z[s1.trio] dladm
28112026-06-15T08:53:50.006ZLINK CLASS MTU STATE BRIDGE OVER
28122026-06-15T08:53:50.006Zsl0 simnet 9000 up -- ?
28132026-06-15T08:53:50.006Zmg2 vnic 9000 up -- ?
28142026-06-15T08:53:50.006Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28152026-06-15T08:53:50.564Z
28162026-06-15T08:53:50.564Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28172026-06-15T08:53:50.579Z
28182026-06-15T08:53:50.579Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28192026-06-15T08:53:50.590Z
28202026-06-15T08:53:50.590Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28212026-06-15T08:53:50.672Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28222026-06-15T08:53:50.746Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 100017fe-cd98-4cfb-9902-e1fda8434a22 --sled-uuid 8b651688-eb8a-411e-8835-2ed4453e54dc -a sl0/v6 &> /opt/ddmd.log &
28232026-06-15T08:53:50.761Z
28242026-06-15T08:53:50.761Zrunning zone s2.trio setup
28252026-06-15T08:53:50.762Z[s2.trio] svcs milestone/network
28262026-06-15T08:53:50.776ZSTATE STIME FMRI
28272026-06-15T08:53:50.776Zonline 8:53:36 svc:/milestone/network:default
28282026-06-15T08:53:50.776Z[s2.trio] dladm
28292026-06-15T08:53:50.790ZLINK CLASS MTU STATE BRIDGE OVER
28302026-06-15T08:53:50.790Zsl1 simnet 9000 up -- ?
28312026-06-15T08:53:50.790Zmg3 vnic 9000 up -- ?
28322026-06-15T08:53:50.790Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28332026-06-15T08:53:51.341Z
28342026-06-15T08:53:51.341Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28352026-06-15T08:53:51.357Z
28362026-06-15T08:53:51.357Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28372026-06-15T08:53:51.368Z
28382026-06-15T08:53:51.368Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28392026-06-15T08:53:51.401Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28402026-06-15T08:53:51.430Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 640a248a-0129-4688-a584-5f2d715a39f2 --sled-uuid d916b2ac-56ba-4000-a08f-f09c683075e6 -a sl1/v6 &> /opt/ddmd.log &
28412026-06-15T08:53:51.442Z
28422026-06-15T08:53:51.442Zrunning zone t1.trio setup
28432026-06-15T08:53:51.442Z[t1.trio] svcs milestone/network
28442026-06-15T08:53:51.457ZSTATE STIME FMRI
28452026-06-15T08:53:51.458Zonline 8:53:39 svc:/milestone/network:default
28462026-06-15T08:53:51.458Z[t1.trio] dladm
28472026-06-15T08:53:51.470ZLINK CLASS MTU STATE BRIDGE OVER
28482026-06-15T08:53:51.470Ztfportrear0_0 simnet 9000 up -- ?
28492026-06-15T08:53:51.470Ztfportrear1_0 simnet 9000 up -- ?
28502026-06-15T08:53:51.470Zmg1 vnic 9000 up -- ?
28512026-06-15T08:53:51.470Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
28522026-06-15T08:53:52.013Z
28532026-06-15T08:53:52.013Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28542026-06-15T08:53:52.026Z
28552026-06-15T08:53:52.026Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28562026-06-15T08:53:52.039Z
28572026-06-15T08:53:52.039Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28582026-06-15T08:53:52.050Z
28592026-06-15T08:53:52.050Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
28602026-06-15T08:53:52.352Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
28612026-06-15T08:53:52.356Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
28622026-06-15T08:53:52.356Zwaiting 3s for copy of files to zone to complete ...
28632026-06-15T08:53:55.356Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28642026-06-15T08:53:55.486Z
28652026-06-15T08:53:55.486Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28662026-06-15T08:53:55.591Z
28672026-06-15T08:53:55.591Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
28682026-06-15T08:53:55.640Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
28692026-06-15T08:53:55.676Z[t1.trio] svcadm disable dendrite
28702026-06-15T08:53:55.704Z
28712026-06-15T08:53:55.704Z[t1.trio] svcadm disable tfport
28722026-06-15T08:53:55.730Z
28732026-06-15T08:53:55.731Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
28742026-06-15T08:53:55.760Z
28752026-06-15T08:53:55.760Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
28762026-06-15T08:53:55.788Z
28772026-06-15T08:53:55.788Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28782026-06-15T08:53:55.817Z
28792026-06-15T08:53:55.817Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
28802026-06-15T08:53:55.843Z
28812026-06-15T08:53:55.843Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
28822026-06-15T08:53:55.868Z
28832026-06-15T08:53:55.868Z[t1.trio] svcadm refresh dendrite:default
28842026-06-15T08:53:55.890Z
28852026-06-15T08:53:55.890Z[t1.trio] svcadm enable dendrite:default
28862026-06-15T08:53:55.912Z
28872026-06-15T08:53:55.912Zwait 10s for dendrite to come up ...
28882026-06-15T08:54:05.912Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
28892026-06-15T08:54:05.940Z
28902026-06-15T08:54:05.940Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
28912026-06-15T08:54:05.964Z
28922026-06-15T08:54:05.964Z[t1.trio] svcadm refresh tfport:default
28932026-06-15T08:54:05.984Z
28942026-06-15T08:54:05.984Z[t1.trio] svcadm enable tfport
28952026-06-15T08:54:06.005Z
28962026-06-15T08:54:06.009Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 9982678c-3336-4826-96a2-65c23410975d --sled-uuid 62c6c462-2ae3-43d9-ae6c-1263aad92593 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
28972026-06-15T08:54:06.016Z
28982026-06-15T08:54:06.016Z[t1.trio] ipadm
28992026-06-15T08:54:06.030ZADDROBJ TYPE STATE ADDR
29002026-06-15T08:54:06.030Zlo0/v4 static ok 127.0.0.1/8
29012026-06-15T08:54:06.030Zmg1/v4 static ok 10.0.0.3/24
29022026-06-15T08:54:06.030Zlo0/v6 static ok ::1/128
29032026-06-15T08:54:06.030Zlo0/u6 static ok fd00:3::1/64
29042026-06-15T08:54:06.030Ztfportrear0_0/v6 addrconf ok fe80::a0aa:35ff:fe0a:262b%tfportrear0_0/10
29052026-06-15T08:54:06.030Ztfportrear1_0/v6 addrconf ok fe80::209b:f5ff:fe41:6227%tfportrear1_0/10
29062026-06-15T08:54:08.144Zinitial peering test passed
29072026-06-15T08:54:09.146Zadvertise from one passed
29082026-06-15T08:54:10.148Zadvertise from two passed
29092026-06-15T08:54:10.148Z[s1.trio] ping fd00:2::1
29102026-06-15T08:54:10.168Zfd00:2::1 is alive
29112026-06-15T08:54:10.168Z[s2.trio] ping fd00:1::1
29122026-06-15T08:54:10.176Zfd00:1::1 is alive
29132026-06-15T08:54:10.176Zconnectivity test passed
29142026-06-15T08:54:10.176Z[t1.trio] pkill ddmd
29152026-06-15T08:54:10.188Z
29162026-06-15T08:54:16.191Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 5ea239a3-c139-45eb-9909-53677074ca30 --sled-uuid d688b09c-550f-4276-9619-9985de8f8d63 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29172026-06-15T08:54:16.205Z
29182026-06-15T08:54:16.205Z[t1.trio] ipadm
29192026-06-15T08:54:16.219ZADDROBJ TYPE STATE ADDR
29202026-06-15T08:54:16.219Zlo0/v4 static ok 127.0.0.1/8
29212026-06-15T08:54:16.219Zmg1/v4 static ok 10.0.0.3/24
29222026-06-15T08:54:16.219Zlo0/v6 static ok ::1/128
29232026-06-15T08:54:16.219Zlo0/u6 static ok fd00:3::1/64
29242026-06-15T08:54:16.219Ztfportrear0_0/v6 addrconf ok fe80::a0aa:35ff:fe0a:262b%tfportrear0_0/10
29252026-06-15T08:54:16.219Ztfportrear1_0/v6 addrconf ok fe80::209b:f5ff:fe41:6227%tfportrear1_0/10
29262026-06-15T08:54:19.222Z[s1.trio] ping fd00:2::1
29272026-06-15T08:54:19.235Zfd00:2::1 is alive
29282026-06-15T08:54:19.235Z[s2.trio] ping fd00:1::1
29292026-06-15T08:54:19.247Zfd00:1::1 is alive
29302026-06-15T08:54:19.247Ztransit router restart passed
29312026-06-15T08:54:19.247Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29322026-06-15T08:54:19.262Zlocal v6:
29332026-06-15T08:54:19.262Zfe80::a0aa:35ff:fe0a:262b
29342026-06-15T08:54:19.262Zfe80::209b:f5ff:fe41:6227
29352026-06-15T08:54:19.262Zlocal v4:
29362026-06-15T08:54:19.262Zrouter v6_idx:
29372026-06-15T08:54:19.263Zfd00:2::/64 -> 1
29382026-06-15T08:54:19.263Zfd00:1::/64 -> 0
29392026-06-15T08:54:19.263Zrouter v6_routes:
29402026-06-15T08:54:19.263Z0 -> fe80::4cf9:d8ff:fe20:fd77 (1)
29412026-06-15T08:54:19.263Z1 -> fe80::6433:70ff:feee:e48 (2)
29422026-06-15T08:54:19.263Zrouter v4_idx:
29432026-06-15T08:54:19.263Zrouter v4_routes:
29442026-06-15T08:54:19.263Zresolver v4:
29452026-06-15T08:54:19.263Z10.0.0.3 -> 02:08:20:ff:6b:32
29462026-06-15T08:54:19.263Z10.0.0.254 -> 02:08:20:20:f7:56
29472026-06-15T08:54:19.263Zresolver v6:
29482026-06-15T08:54:19.263Zfe80::209b:f5ff:fe41:6227 -> 22:9b:f5:41:62:27
29492026-06-15T08:54:19.263Zfe80::a0aa:35ff:fe0a:262b -> a2:aa:35:0a:26:2b
29502026-06-15T08:54:19.263Zfe80::4cf9:d8ff:fe20:fd77 -> 4e:f9:d8:20:fd:77
29512026-06-15T08:54:19.263Zfe80::6433:70ff:feee:e48 -> 66:33:70:ee:0e:48
29522026-06-15T08:54:19.263Znat v4:
29532026-06-15T08:54:19.263Znat_v6:
29542026-06-15T08:54:19.263Zport_mac:
29552026-06-15T08:54:19.263Z1000: a8:40:25:2f:22:7c
29562026-06-15T08:54:19.263Z1: a8:40:25:2f:22:7d
29572026-06-15T08:54:19.263Z2: a8:40:25:2f:22:7e
29582026-06-15T08:54:19.263Zproxy arp:
29592026-06-15T08:54:19.263Z[s1.trio] pkill ddmd
29602026-06-15T08:54:19.274Z
29612026-06-15T08:54:22.681Ztest ddm::test_trio_v3 has been running for over 60 seconds
29622026-06-15T08:54:24.276Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29632026-06-15T08:54:24.292Zlocal v6:
29642026-06-15T08:54:24.292Zfe80::a0aa:35ff:fe0a:262b
29652026-06-15T08:54:24.292Zfe80::209b:f5ff:fe41:6227
29662026-06-15T08:54:24.292Zlocal v4:
29672026-06-15T08:54:24.292Zrouter v6_idx:
29682026-06-15T08:54:24.292Zfd00:2::/64 -> 1
29692026-06-15T08:54:24.292Zrouter v6_routes:
29702026-06-15T08:54:24.292Z1 -> fe80::6433:70ff:feee:e48 (2)
29712026-06-15T08:54:24.292Zrouter v4_idx:
29722026-06-15T08:54:24.292Zrouter v4_routes:
29732026-06-15T08:54:24.293Zresolver v4:
29742026-06-15T08:54:24.293Z10.0.0.3 -> 02:08:20:ff:6b:32
29752026-06-15T08:54:24.293Z10.0.0.254 -> 02:08:20:20:f7:56
29762026-06-15T08:54:24.293Zresolver v6:
29772026-06-15T08:54:24.293Zfe80::209b:f5ff:fe41:6227 -> 22:9b:f5:41:62:27
29782026-06-15T08:54:24.293Zfe80::a0aa:35ff:fe0a:262b -> a2:aa:35:0a:26:2b
29792026-06-15T08:54:24.293Zfe80::4cf9:d8ff:fe20:fd77 -> 4e:f9:d8:20:fd:77
29802026-06-15T08:54:24.293Zfe80::6433:70ff:feee:e48 -> 66:33:70:ee:0e:48
29812026-06-15T08:54:24.293Znat v4:
29822026-06-15T08:54:24.293Znat_v6:
29832026-06-15T08:54:24.293Zport_mac:
29842026-06-15T08:54:24.293Z1000: a8:40:25:2f:22:7c
29852026-06-15T08:54:24.293Z1: a8:40:25:2f:22:7d
29862026-06-15T08:54:24.293Z2: a8:40:25:2f:22:7e
29872026-06-15T08:54:24.293Zproxy arp:
29882026-06-15T08:54:24.293Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 08dcd8ec-d142-432c-abc3-3be26a6d4e76 --sled-uuid f14e4aac-d754-4b03-a3a3-1c18865187f7 -a sl0/v6 &> /opt/ddmd.log &
29892026-06-15T08:54:24.303Z
29902026-06-15T08:54:27.306Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29912026-06-15T08:54:27.322Zlocal v6:
29922026-06-15T08:54:27.322Zfe80::a0aa:35ff:fe0a:262b
29932026-06-15T08:54:27.322Zfe80::209b:f5ff:fe41:6227
29942026-06-15T08:54:27.322Zlocal v4:
29952026-06-15T08:54:27.322Zrouter v6_idx:
29962026-06-15T08:54:27.322Zfd00:2::/64 -> 1
29972026-06-15T08:54:27.323Zfd00:1::/64 -> 0
29982026-06-15T08:54:27.323Zrouter v6_routes:
29992026-06-15T08:54:27.323Z0 -> fe80::4cf9:d8ff:fe20:fd77 (1)
30002026-06-15T08:54:27.323Z1 -> fe80::6433:70ff:feee:e48 (2)
30012026-06-15T08:54:27.323Zrouter v4_idx:
30022026-06-15T08:54:27.323Zrouter v4_routes:
30032026-06-15T08:54:27.323Zresolver v4:
30042026-06-15T08:54:27.323Z10.0.0.3 -> 02:08:20:ff:6b:32
30052026-06-15T08:54:27.323Z10.0.0.254 -> 02:08:20:20:f7:56
30062026-06-15T08:54:27.323Zresolver v6:
30072026-06-15T08:54:27.323Zfe80::209b:f5ff:fe41:6227 -> 22:9b:f5:41:62:27
30082026-06-15T08:54:27.323Zfe80::a0aa:35ff:fe0a:262b -> a2:aa:35:0a:26:2b
30092026-06-15T08:54:27.323Zfe80::4cf9:d8ff:fe20:fd77 -> 4e:f9:d8:20:fd:77
30102026-06-15T08:54:27.323Zfe80::6433:70ff:feee:e48 -> 66:33:70:ee:0e:48
30112026-06-15T08:54:27.324Znat v4:
30122026-06-15T08:54:27.324Znat_v6:
30132026-06-15T08:54:27.324Zport_mac:
30142026-06-15T08:54:27.324Z1000: a8:40:25:2f:22:7c
30152026-06-15T08:54:27.324Z1: a8:40:25:2f:22:7d
30162026-06-15T08:54:27.324Z2: a8:40:25:2f:22:7e
30172026-06-15T08:54:27.324Zproxy arp:
30182026-06-15T08:54:27.328Z[s2.trio] netstat -nr -f inet6
30192026-06-15T08:54:27.335ZRouting Table: IPv6
30202026-06-15T08:54:27.335Z Destination/Mask Gateway Flags Ref Use If
30212026-06-15T08:54:27.335Z--------------------------- --------------------------- ----- --- ------- -----
30222026-06-15T08:54:27.335Z::1 ::1 UH 2 0 lo0
30232026-06-15T08:54:27.335Zfd00:1::/64 fe80::209b:f5ff:fe41:6227 UG 1 0 sl1
30242026-06-15T08:54:27.336Zfe80::/10 fe80::6433:70ff:feee:e48 U 3 64 sl1
30252026-06-15T08:54:27.336Z[s2.trio] ipadm
30262026-06-15T08:54:27.348ZADDROBJ TYPE STATE ADDR
30272026-06-15T08:54:27.348Zlo0/v4 static ok 127.0.0.1/8
30282026-06-15T08:54:27.348Zmg3/v4 static ok 10.0.0.2/24
30292026-06-15T08:54:27.348Zlo0/v6 static ok ::1/128
30302026-06-15T08:54:27.348Zlo0/u6 static ok fd00:2::1/64
30312026-06-15T08:54:27.348Zsl1/v6 addrconf ok fe80::6433:70ff:feee:e48%sl1/10
30322026-06-15T08:54:27.348Z[s2.trio] route -nv get -inet6 fd00:1::1
30332026-06-15T08:54:27.360Znewrt->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>
30342026-06-15T08:54:27.360Zlocks: inits:
30352026-06-15T08:54:27.360Zsockaddrs: <DST,IFP>
30362026-06-15T08:54:27.360Z fd00:1::1
30372026-06-15T08:54:27.360Z route to: fd00:1::1
30382026-06-15T08:54:27.360Zdestination: fd00:1::
30392026-06-15T08:54:27.360Z mask: ffff:ffff:ffff:ffff::
30402026-06-15T08:54:27.360Z gateway: fe80::209b:f5ff:fe41:6227
30412026-06-15T08:54:27.361Z interface: sl1 index 3 address 66 33 70 ee 0e 48
30422026-06-15T08:54:27.361Z flags: <UP,GATEWAY,DONE,STATIC>
30432026-06-15T08:54:27.361Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
30442026-06-15T08:54:27.361Z 0 0 0 0 0 0 9000 0
30452026-06-15T08:54:27.361Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
30462026-06-15T08:54:27.361Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
30472026-06-15T08:54:27.361Z fd00:1:: fe80::209b:f5ff:fe41:6227 ffff:ffff:ffff:ffff:: sl1:66.33.70.ee.e.48 fe80::6433:70ff:feee:e48
30482026-06-15T08:54:27.361Z[s2.trio] ndp -na
30492026-06-15T08:54:27.372ZNet to Media Table: IPv6
30502026-06-15T08:54:27.372Z If Physical Address Type State Destination/Mask
30512026-06-15T08:54:27.372Z----- ----------------- ------- ------------ ---------------------------
30522026-06-15T08:54:27.372Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
30532026-06-15T08:54:27.372Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
30542026-06-15T08:54:27.372Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
30552026-06-15T08:54:27.372Zsl1 33:33:ff:41:62:27 other REACHABLE ff02::1:ff41:6227
30562026-06-15T08:54:27.372Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
30572026-06-15T08:54:27.372Zsl1 22:9b:f5:41:62:27 dynamic REACHABLE fe80::209b:f5ff:fe41:6227
30582026-06-15T08:54:27.372Zsl1 66:33:70:ee:0e:48 local REACHABLE fe80::6433:70ff:feee:e48
30592026-06-15T08:54:27.372Zsl1 33:33:ff:ee:0e:48 other REACHABLE ff02::1:ffee:e48
30602026-06-15T08:54:27.372Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
30612026-06-15T08:54:27.372Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30622026-06-15T08:54:27.386Zlocal v6:
30632026-06-15T08:54:27.386Zfe80::a0aa:35ff:fe0a:262b
30642026-06-15T08:54:27.386Zfe80::209b:f5ff:fe41:6227
30652026-06-15T08:54:27.386Zlocal v4:
30662026-06-15T08:54:27.386Zrouter v6_idx:
30672026-06-15T08:54:27.386Zfd00:2::/64 -> 1
30682026-06-15T08:54:27.386Zfd00:1::/64 -> 0
30692026-06-15T08:54:27.386Zrouter v6_routes:
30702026-06-15T08:54:27.386Z0 -> fe80::4cf9:d8ff:fe20:fd77 (1)
30712026-06-15T08:54:27.386Z1 -> fe80::6433:70ff:feee:e48 (2)
30722026-06-15T08:54:27.387Zrouter v4_idx:
30732026-06-15T08:54:27.387Zrouter v4_routes:
30742026-06-15T08:54:27.387Zresolver v4:
30752026-06-15T08:54:27.387Z10.0.0.3 -> 02:08:20:ff:6b:32
30762026-06-15T08:54:27.387Z10.0.0.254 -> 02:08:20:20:f7:56
30772026-06-15T08:54:27.387Zresolver v6:
30782026-06-15T08:54:27.387Zfe80::209b:f5ff:fe41:6227 -> 22:9b:f5:41:62:27
30792026-06-15T08:54:27.387Zfe80::a0aa:35ff:fe0a:262b -> a2:aa:35:0a:26:2b
30802026-06-15T08:54:27.387Zfe80::4cf9:d8ff:fe20:fd77 -> 4e:f9:d8:20:fd:77
30812026-06-15T08:54:27.387Zfe80::6433:70ff:feee:e48 -> 66:33:70:ee:0e:48
30822026-06-15T08:54:27.387Znat v4:
30832026-06-15T08:54:27.387Znat_v6:
30842026-06-15T08:54:27.387Zport_mac:
30852026-06-15T08:54:27.387Z1000: a8:40:25:2f:22:7c
30862026-06-15T08:54:27.387Z1: a8:40:25:2f:22:7d
30872026-06-15T08:54:27.387Z2: a8:40:25:2f:22:7e
30882026-06-15T08:54:27.387Zproxy arp:
30892026-06-15T08:54:27.387Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
30902026-06-15T08:54:27.428ZSubnet Port Link Gateway Vlan
30912026-06-15T08:54:27.428Zfd00:1::/64 rear0 0 fe80::4cf9:d8ff:fe20:fd77
30922026-06-15T08:54:27.429Zfd00:2::/64 rear1 0 fe80::6433:70ff:feee:e48
30932026-06-15T08:54:27.429Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
30942026-06-15T08:54:27.467Zhost mac age
30952026-06-15T08:54:27.467Z10.0.0.3 02:08:20:ff:6b:32 21s
30962026-06-15T08:54:27.467Z10.0.0.254 02:08:20:20:f7:56 19s
30972026-06-15T08:54:27.467Zfe80::209b:f5ff:fe41:6227 22:9b:f5:41:62:27 21s
30982026-06-15T08:54:27.467Zfe80::4cf9:d8ff:fe20:fd77 4e:f9:d8:20:fd:77 21s
30992026-06-15T08:54:27.467Zfe80::6433:70ff:feee:e48 66:33:70:ee:0e:48 21s
31002026-06-15T08:54:27.467Zfe80::a0aa:35ff:fe0a:262b a2:aa:35:0a:26:2b 21s
31012026-06-15T08:54:27.467Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31022026-06-15T08:54:27.506ZLink IPv4 IPv6
31032026-06-15T08:54:27.506Zrear0/0 fe80::a0aa:35ff:fe0a:262b
31042026-06-15T08:54:27.506Zrear1/0 fe80::209b:f5ff:fe41:6227
31052026-06-15T08:54:27.506Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31062026-06-15T08:54:28.530ZADDROBJ TYPE STATE ADDR
31072026-06-15T08:54:28.530Zlo0/v4 static ok 127.0.0.1/8
31082026-06-15T08:54:28.530Zmg2/v4 static ok 10.0.0.1/24
31092026-06-15T08:54:28.530Zlo0/v6 static ok ::1/128
31102026-06-15T08:54:28.530Zlo0/u6 static ok fd00:1::1/64
31112026-06-15T08:54:28.530Zsl0/v6 addrconf ok fe80::4cf9:d8ff:fe20:fd77%sl0/10
31122026-06-15T08:54:28.530Znewrt->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>
31132026-06-15T08:54:28.530Zlocks: inits:
31142026-06-15T08:54:28.530Zsockaddrs: <DST,IFP>
31152026-06-15T08:54:28.530Z fd00:2::1
31162026-06-15T08:54:28.531Z route to: fd00:2::1
31172026-06-15T08:54:28.531Zdestination: fd00:2::
31182026-06-15T08:54:28.531Z mask: ffff:ffff:ffff:ffff::
31192026-06-15T08:54:28.531Z gateway: fe80::a0aa:35ff:fe0a:262b
31202026-06-15T08:54:28.531Z interface: sl0 index 3 address 4e f9 d8 20 fd 77
31212026-06-15T08:54:28.531Z flags: <UP,GATEWAY,DONE,STATIC>
31222026-06-15T08:54:28.531Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31232026-06-15T08:54:28.531Z 0 0 0 0 0 0 9000 0
31242026-06-15T08:54:28.531Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31252026-06-15T08:54:28.531Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31262026-06-15T08:54:28.531Z fd00:2:: fe80::a0aa:35ff:fe0a:262b ffff:ffff:ffff:ffff:: sl0:4e.f9.d8.20.fd.77 fe80::4cf9:d8ff:fe20:fd77
31272026-06-15T08:54:28.531Z
31282026-06-15T08:54:28.532ZNet to Media Table: IPv6
31292026-06-15T08:54:28.532Z If Physical Address Type State Destination/Mask
31302026-06-15T08:54:28.532Z----- ----------------- ------- ------------ ---------------------------
31312026-06-15T08:54:28.532Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31322026-06-15T08:54:28.532Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31332026-06-15T08:54:28.532Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31342026-06-15T08:54:28.532Zsl0 33:33:ff:0a:26:2b other REACHABLE ff02::1:ff0a:262b
31352026-06-15T08:54:28.532Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31362026-06-15T08:54:28.532Zsl0 a2:aa:35:0a:26:2b dynamic REACHABLE fe80::a0aa:35ff:fe0a:262b
31372026-06-15T08:54:28.532Zsl0 33:33:ff:20:fd:77 other REACHABLE ff02::1:ff20:fd77
31382026-06-15T08:54:28.532Zsl0 4e:f9:d8:20:fd:77 local REACHABLE fe80::4cf9:d8ff:fe20:fd77
31392026-06-15T08:54:28.532Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31402026-06-15T08:54:28.532Z
31412026-06-15T08:54:28.532Z
31422026-06-15T08:54:28.532ZRouting Table: IPv6
31432026-06-15T08:54:28.532Z Destination/Mask Gateway Flags Ref Use If
31442026-06-15T08:54:28.533Z--------------------------- --------------------------- ----- --- ------- -----
31452026-06-15T08:54:28.533Z::1 ::1 UH 2 0 lo0
31462026-06-15T08:54:28.533Zfd00:2::/64 fe80::a0aa:35ff:fe0a:262b UG 2 2 sl0
31472026-06-15T08:54:28.533Zfe80::/10 fe80::4cf9:d8ff:fe20:fd77 U 3 64 sl0
31482026-06-15T08:54:28.533ZPING fd00:2::1 (fd00:2::1): 60 data bytes
31492026-06-15T08:54:28.533Z68 bytes from fd00:2::1: icmp_seq=0. time=0.222 ms
31502026-06-15T08:54:28.533Z68 bytes from fd00:2::1: icmp_seq=1. time=0.192 ms
31512026-06-15T08:54:28.533Z
31522026-06-15T08:54:28.533Z----fd00:2::1 PING Statistics----
31532026-06-15T08:54:28.534Z2 packets transmitted, 2 packets received, 0% packet loss
31542026-06-15T08:54:28.534Zround-trip (ms) min/avg/max/stddev = 0.192/0.207/0.222/0.021
31552026-06-15T08:54:28.534Z[s2.trio] ping fd00:1::1
31562026-06-15T08:54:28.542Zfd00:1::1 is alive
31572026-06-15T08:54:28.542Zserver router restart passed
31582026-06-15T08:54:32.547Zpeer expiration recovery passed
31592026-06-15T08:54:33.549Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
31602026-06-15T08:54:33.563Z3
31612026-06-15T08:54:33.563Zredundant advertise passed
31622026-06-15T08:54:34.565Ztunnel endpoint advertise passed
31632026-06-15T08:54:39.567Zredundant tunnel endpoint advertise passed
31642026-06-15T08:54:39.567Z[s1.trio] pkill ddmd
31652026-06-15T08:54:39.580Z
31662026-06-15T08:54:44.581Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 28d1cad9-db44-49f9-bd44-d17f416b19a9 --sled-uuid b58ced62-039f-4c58-a0e1-8350934953dd -a sl0/v6 &> /opt/ddmd.log &
31672026-06-15T08:54:44.594Z
31682026-06-15T08:54:49.600Ztunnel router restart passed
31692026-06-15T08:54:50.601Ztunnel endpoint withdraw passed
31702026-06-15T08:54:50.604Z[t1.trio] pkill ddmd
31712026-06-15T08:54:50.614Z
31722026-06-15T08:54:50.614Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
31732026-06-15T08:54:50.617Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
31742026-06-15T08:54:52.496Z[s2.trio] pkill ddmd
31752026-06-15T08:54:52.509Z
31762026-06-15T08:54:52.509Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
31772026-06-15T08:54:54.313Z[s1.trio] pkill ddmd
31782026-06-15T08:54:54.326Z
31792026-06-15T08:54:54.326Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
31802026-06-15T08:54:56.487Z[sidecar.trio] pkill softnpu
31812026-06-15T08:54:56.510Z
31822026-06-15T08:54:56.510Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
31832026-06-15T08:54:59.048Ztest ddm::test_trio_v3 ... ok
31842026-06-15T08:54:59.048Z
31852026-06-15T08:55:00.769Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.36s
31862026-06-15T08:55:00.769Z
31872026-06-15T08:55:00.769Z+ cleanup
31882026-06-15T08:55:00.769Z++ id -un
31892026-06-15T08:55:00.769Z++ id -gn
31902026-06-15T08:55:00.769Z+ pfexec chown -R build:build .
31912026-06-15T08:55:00.769Zprocess exited: duration 683056 ms, exit code 0
 
31922026-06-15T08:55:00.791Zfound 5 output files
31932026-06-15T08:55:00.791Zuploading: /work/s1.trio.log (4223 bytes)
31942026-06-15T08:55:01.819Zuploaded: /work/s1.trio.log
31952026-06-15T08:55:01.822Zuploading: /work/s2.trio.log (9837 bytes)
31962026-06-15T08:55:02.839Zuploaded: /work/s2.trio.log
31972026-06-15T08:55:02.839Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
31982026-06-15T08:55:03.876Zuploaded: /work/sidecar.trio-softnpu.log
31992026-06-15T08:55:03.877Zuploading: /work/t1.trio-dpd.log (340531 bytes)
32002026-06-15T08:55:04.909Zuploaded: /work/t1.trio-dpd.log
32012026-06-15T08:55:04.909Zuploading: /work/t1.trio.log (25723 bytes)
32022026-06-15T08:55:05.940Zuploaded: /work/t1.trio.log