01KY0CPK9KV02R24XH0A1P0S8F: test-ddm-quartet

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KY0CQB6RJBHXFY0HN9JR87V0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T18:32:01.122Zjob assigned to worker 01KY0CQND3Q7TW6SRXNSDQFK3A [factory aws, i-031f87663fbcf426b] (queued for 1 m 1 s)
 
22026-07-20T18:32:07.745Zstarting task 0: "setup"
32026-07-20T18:32:07.749Z++ uname -s
42026-07-20T18:32:07.752Z+ kern=SunOS
52026-07-20T18:32:07.752Z+ build_user=build
62026-07-20T18:32:07.752Z+ build_uid=12345
72026-07-20T18:32:07.752Z+ work_dir=/work
82026-07-20T18:32:07.752Z+ input_dir=/input
92026-07-20T18:32:07.753Z+ [[ 0 == 12345 ]]
102026-07-20T18:32:07.753Z+ case "$kern" in
112026-07-20T18:32:07.753Z+ groupadd -g 12345 build
122026-07-20T18:32:07.753Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T18:32:09.757Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T18:32:09.834Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T18:32:09.837Z+ home_fs=zfs
162026-07-20T18:32:09.837Z+ [[ zfs == autofs ]]
172026-07-20T18:32:09.837Z+ mkdir -p /home/build
182026-07-20T18:32:09.837Z+ chown build:build /home/build /work
192026-07-20T18:32:11.838Z+ chmod 0700 /home/build /work
202026-07-20T18:32:11.841Zprocess exited: duration 4095 ms, exit code 0
 
212026-07-20T18:32:11.847Zstarting task 1: "rust-toolchain"
222026-07-20T18:32:11.850Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-20T18:32:11.850Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T18:32:11.850Z * rust toolchain channel = "stable"
252026-07-20T18:32:11.850Z * rust toolchain profile = "default"
262026-07-20T18:32:11.850Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T18:32:11.850Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T18:32:11.853Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T18:32:11.853Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-20T18:32:11.973Zinfo: downloading installer
312026-07-20T18:32:13.403Zwarn: It looks like you have an existing installation of Rust at:
322026-07-20T18:32:13.403Zwarn: /opt/ooce/bin
332026-07-20T18:32:13.403Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-20T18:32:13.403Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-20T18:32:13.403Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-20T18:32:13.403Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-20T18:32:13.403Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-20T18:32:13.403Zerror: cannot install while Rust is installed
392026-07-20T18:32:13.403Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-20T18:32:13.404Zwarn: It looks like you have an existing rustup settings file at:
412026-07-20T18:32:13.404Zwarn: /home/build/.rustup/settings.toml
422026-07-20T18:32:13.404Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-20T18:32:13.404Zwarn: instead of the one inferred from the default host triple.
442026-07-20T18:32:13.417Zinfo: profile set to default
452026-07-20T18:32:13.417Zinfo: default host triple is x86_64-unknown-illumos
462026-07-20T18:32:13.422Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-20T18:32:13.549Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-20T18:32:13.552Zinfo: downloading 6 components
492026-07-20T18:32:28.815Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-20T18:32:28.815Z
512026-07-20T18:32:28.842Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-20T18:32:28.842Z
532026-07-20T18:32:28.842Z
542026-07-20T18:32:28.842ZRust is installed now. Great!
552026-07-20T18:32:28.842Z
562026-07-20T18:32:28.842ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-20T18:32:28.842Zenvironment variable. This has not been done automatically.
582026-07-20T18:32:28.842Z
592026-07-20T18:32:28.842ZTo configure your current shell, you need to source
602026-07-20T18:32:28.842Zthe corresponding env file under $HOME/.cargo.
612026-07-20T18:32:28.842Z
622026-07-20T18:32:28.842ZThis is usually done by running one of the following (note the leading DOT):
632026-07-20T18:32:28.842Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-20T18:32:28.842Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-20T18:32:28.842Zsource "~/.cargo/env.nu" # For nushell
662026-07-20T18:32:28.842Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-20T18:32:28.842Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-20T18:32:28.842Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-20T18:32:28.845Zwarn: no default linker (`cc`) was found in your PATH
702026-07-20T18:32:28.845Zwarn: many Rust crates require a system C toolchain to build
712026-07-20T18:32:28.955Z+ rustup --version
722026-07-20T18:32:28.963Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-20T18:32:28.967Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-20T18:32:28.985Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-20T18:32:28.988Z+ cargo --version
762026-07-20T18:32:29.002Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-20T18:32:29.005Z+ rustc --version
782026-07-20T18:32:29.024Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-20T18:32:29.028Zprocess exited: duration 17178 ms, exit code 0
 
802026-07-20T18:32:29.035Zstarting task 2: "authentication"
812026-07-20T18:32:29.051Zprocess exited: duration 16 ms, exit code 0
 
822026-07-20T18:32:29.057Zstarting task 3: "clone repository"
832026-07-20T18:32:29.060Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-20T18:32:29.064Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-20T18:32:29.161ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-20T18:32:30.813Z+ cd /work/oxidecomputer/maghemite
872026-07-20T18:32:30.813Z+ git fetch origin f0b83004340d5ed67132f3c0c90979ee68090937
882026-07-20T18:32:31.229ZFrom https://github.com/oxidecomputer/maghemite
892026-07-20T18:32:31.229Z * branch f0b83004340d5ed67132f3c0c90979ee68090937 -> FETCH_HEAD
902026-07-20T18:32:31.238Z+ [[ -n john/bfd-async-wiring ]]
912026-07-20T18:32:31.242Z++ git branch --show-current
922026-07-20T18:32:31.242Z+ current=main
932026-07-20T18:32:31.242Z+ [[ main != john/bfd-async-wiring ]]
942026-07-20T18:32:31.242Z+ git branch -f john/bfd-async-wiring f0b83004340d5ed67132f3c0c90979ee68090937
952026-07-20T18:32:31.242Z+ git checkout -f john/bfd-async-wiring
962026-07-20T18:32:31.260ZSwitched to branch 'john/bfd-async-wiring'
972026-07-20T18:32:31.265Z+ git reset --hard f0b83004340d5ed67132f3c0c90979ee68090937
982026-07-20T18:32:31.272ZHEAD is now at f0b8300 fix build errors after rebasing
992026-07-20T18:32:31.272Zprocess exited: duration 2208 ms, exit code 0
 
1002026-07-20T18:32:31.285Zstarting task 4: "build"
1012026-07-20T18:32:31.290Z++ dladm
1022026-07-20T18:32:31.295ZLINK CLASS MTU STATE BRIDGE OVER
1032026-07-20T18:32:31.295Zena0 phys 9216 up -- --
1042026-07-20T18:32:31.295Z++ ipadm
1052026-07-20T18:32:31.295ZADDROBJ TYPE STATE ADDR
1062026-07-20T18:32:31.295Zlo0/v4 static ok 127.0.0.1/8
1072026-07-20T18:32:31.295Zena0/dhcp dhcp ok 10.150.1.51/24
1082026-07-20T18:32:31.295Zlo0/v6 static ok ::1/128
1092026-07-20T18:32:31.295Z++ banner collect
1102026-07-20T18:32:31.301Z
1112026-07-20T18:32:31.301Z #### #### # # ###### #### #####
1122026-07-20T18:32:31.301Z # # # # # # # # # #
1132026-07-20T18:32:31.301Z # # # # # ##### # #
1142026-07-20T18:32:31.301Z # # # # # # # #
1152026-07-20T18:32:31.301Z # # # # # # # # # #
1162026-07-20T18:32:31.301Z #### #### ###### ###### ###### #### #
1172026-07-20T18:32:31.301Z
1182026-07-20T18:32:31.301Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-07-20T18:32:31.301Z++ repo=softnpu
1202026-07-20T18:32:31.301Z++ series=image
1212026-07-20T18:32:31.301Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-07-20T18:32:31.301Z++ name=softnpu
1232026-07-20T18:32:31.301Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-07-20T18:32:31.301Z++ mkdir -p download
1252026-07-20T18:32:31.301Z++ pushd download
1262026-07-20T18:32:31.301Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-07-20T18:32:31.301Z++ [[ ! -f softnpu ]]
1282026-07-20T18:32:31.301Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-07-20T18:32:31.306Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-07-20T18:32:31.306Z Dload Upload Total Spent Left Speed
1312026-07-20T18:32:31.663Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 43.34M 0 0 100 15.63M 100 15.63M 0 0 43.33M 0 0 100 15.63M 100 15.63M 0 0 43.33M 0 0
1322026-07-20T18:32:31.666Z++ popd
1332026-07-20T18:32:31.669Z/work/oxidecomputer/maghemite
1342026-07-20T18:32:31.669Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-07-20T18:32:31.669Z++ repo=sidecar-lite
1362026-07-20T18:32:31.669Z++ series=release
1372026-07-20T18:32:31.669Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-07-20T18:32:31.669Z++ name=libsidecar_lite.so
1392026-07-20T18:32:31.669Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-07-20T18:32:31.669Z++ mkdir -p download
1412026-07-20T18:32:31.669Z++ pushd download
1422026-07-20T18:32:31.669Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-07-20T18:32:31.669Z++ [[ ! -f libsidecar_lite.so ]]
1442026-07-20T18:32:31.669Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-07-20T18:32:31.674Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-07-20T18:32:31.677Z Dload Upload Total Spent Left Speed
1472026-07-20T18:32:32.207Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 22.70M 0 0 100 12.04M 100 12.04M 0 0 22.70M 0 0 100 12.04M 100 12.04M 0 0 22.70M 0 0
1482026-07-20T18:32:32.210Z++ popd
1492026-07-20T18:32:32.210Z/work/oxidecomputer/maghemite
1502026-07-20T18:32:32.210Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-07-20T18:32:32.210Z++ repo=sidecar-lite
1522026-07-20T18:32:32.210Z++ series=release
1532026-07-20T18:32:32.210Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-07-20T18:32:32.211Z++ name=scadm
1552026-07-20T18:32:32.211Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-07-20T18:32:32.211Z++ mkdir -p download
1572026-07-20T18:32:32.217Z++ pushd download
1582026-07-20T18:32:32.217Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-07-20T18:32:32.217Z++ [[ ! -f scadm ]]
1602026-07-20T18:32:32.217Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-07-20T18:32:32.221Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-07-20T18:32:32.221Z Dload Upload Total Spent Left Speed
1632026-07-20T18:32:32.816Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 26.54M 0 0 100 15.78M 100 15.78M 0 0 26.54M 0 0 100 15.78M 100 15.78M 0 0 26.54M 0 0
1642026-07-20T18:32:32.823Z++ popd
1652026-07-20T18:32:32.823Z/work/oxidecomputer/maghemite
1662026-07-20T18:32:32.823Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-07-20T18:32:32.823Z++ repo=dendrite
1682026-07-20T18:32:32.823Z++ series=image
1692026-07-20T18:32:32.823Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-07-20T18:32:32.824Z++ name=dendrite-softnpu.tar.gz
1712026-07-20T18:32:32.824Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-07-20T18:32:32.824Z++ mkdir -p download
1732026-07-20T18:32:32.824Z++ pushd download
1742026-07-20T18:32:32.824Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-07-20T18:32:32.824Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-07-20T18:32:32.824Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-07-20T18:32:32.828Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-07-20T18:32:32.828Z Dload Upload Total Spent Left Speed
1792026-07-20T18:32:33.968Z 0 0 0 0 0 0 0 0 0 87 71.59M 87 62.30M 0 0 62.35M 0 00:01 00:01 62.36M 100 71.59M 100 71.59M 0 0 64.18M 0 00:01 00:01 62.36M 100 71.59M 100 71.59M 0 0 64.17M 0 00:01 00:01 62.36M 100 71.59M 100 71.59M 0 0 64.17M 0 00:01 00:01 62.36M
1802026-07-20T18:32:33.972Z++ popd
1812026-07-20T18:32:33.972Z/work/oxidecomputer/maghemite
1822026-07-20T18:32:33.973Z++ get_artifact maghemite release f0b83004340d5ed67132f3c0c90979ee68090937 ddm
1832026-07-20T18:32:33.973Z++ repo=maghemite
1842026-07-20T18:32:33.973Z++ series=release
1852026-07-20T18:32:33.973Z++ commit=f0b83004340d5ed67132f3c0c90979ee68090937
1862026-07-20T18:32:33.973Z++ name=ddm
1872026-07-20T18:32:33.973Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-07-20T18:32:33.974Z++ mkdir -p download
1892026-07-20T18:32:33.974Z++ pushd download
1902026-07-20T18:32:33.974Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-07-20T18:32:33.974Z++ [[ ! -f ddm ]]
1922026-07-20T18:32:33.974Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/f0b83004340d5ed67132f3c0c90979ee68090937/ddm
1932026-07-20T18:32:33.974Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-07-20T18:32:33.974Z Dload Upload Total Spent Left Speed
1952026-07-20T18:32:34.052Z 0 0 0 0 0 0 0 0 0
1962026-07-20T18:32:34.058Zcurl: (22) The requested URL returned error: 404
1972026-07-20T18:32:34.058Z++ popd
1982026-07-20T18:32:34.058Z/work/oxidecomputer/maghemite
1992026-07-20T18:32:34.058Z++ get_artifact maghemite release f0b83004340d5ed67132f3c0c90979ee68090937 ddmadm
2002026-07-20T18:32:34.058Z++ repo=maghemite
2012026-07-20T18:32:34.058Z++ series=release
2022026-07-20T18:32:34.058Z++ commit=f0b83004340d5ed67132f3c0c90979ee68090937
2032026-07-20T18:32:34.058Z++ name=ddmadm
2042026-07-20T18:32:34.058Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-07-20T18:32:34.058Z++ mkdir -p download
2062026-07-20T18:32:34.059Z++ pushd download
2072026-07-20T18:32:34.059Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-07-20T18:32:34.059Z++ [[ ! -f ddmadm ]]
2092026-07-20T18:32:34.059Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/f0b83004340d5ed67132f3c0c90979ee68090937/ddmadm
2102026-07-20T18:32:34.059Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-07-20T18:32:34.059Z Dload Upload Total Spent Left Speed
2122026-07-20T18:32:34.202Z 0 0 0 0 0 0 0 0 0
2132026-07-20T18:32:34.202Zcurl: (22) The requested URL returned error: 404
2142026-07-20T18:32:34.216Z++ popd
2152026-07-20T18:32:34.216Z/work/oxidecomputer/maghemite
2162026-07-20T18:32:34.216Z++ pushd download
2172026-07-20T18:32:34.216Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-07-20T18:32:34.217Z++ chmod +x softnpu
2192026-07-20T18:32:34.218Z++ chmod +x scadm
2202026-07-20T18:32:34.218Z++ chmod +x ddmadm
2212026-07-20T18:32:34.218Zchmod: WARNING: can't access ddmadm
2222026-07-20T18:32:34.218Z++ chmod +x ddmd
2232026-07-20T18:32:34.218Zchmod: WARNING: can't access ddmd
2242026-07-20T18:32:34.218Z++ mv ddmadm ddmadm-v2
2252026-07-20T18:32:34.218Zmv: cannot access ddmadm
2262026-07-20T18:32:34.218Z++ mv ddmd ddmd-v2
2272026-07-20T18:32:34.218Zmv: cannot access ddmd
2282026-07-20T18:32:34.218Z++ rm -rf zones/dendrite
2292026-07-20T18:32:34.218Z++ mkdir -p zones/dendrite
2302026-07-20T18:32:34.218Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-07-20T18:32:35.166Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-07-20T18:32:35.168Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-07-20T18:32:35.171Z++ popd
2342026-07-20T18:32:35.171Z/work/oxidecomputer/maghemite
2352026-07-20T18:32:35.171Z++ banner install
2362026-07-20T18:32:35.171Z
2372026-07-20T18:32:35.172Z # # # #### ##### ## # #
2382026-07-20T18:32:35.172Z # ## # # # # # # #
2392026-07-20T18:32:35.172Z # # # # #### # # # # #
2402026-07-20T18:32:35.172Z # # # # # # ###### # #
2412026-07-20T18:32:35.172Z # # ## # # # # # # #
2422026-07-20T18:32:35.172Z # # # #### # # # ###### ######
2432026-07-20T18:32:35.172Z
2442026-07-20T18:32:35.172Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-07-20T18:32:35.172Z++ set +o errexit
2462026-07-20T18:32:35.172Z++ pkg info clang-15
2472026-07-20T18:32:35.172Z++ grep -qi installed
2482026-07-20T18:32:36.929Zpkg: info: no packages matching the following patterns you specified are
2492026-07-20T18:32:36.929Zinstalled on the system. Try querying remotely instead:
2502026-07-20T18:32:36.929Z
2512026-07-20T18:32:36.929Z clang-15
2522026-07-20T18:32:36.970Z++ [[ 1 != 0 ]]
2532026-07-20T18:32:36.970Z++ set -o errexit
2542026-07-20T18:32:36.970Z++ pfexec pkg install clang-15
2552026-07-20T18:32:45.564Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-07-20T18:32:53.623Z Startup: Caching catalogs ... Done
2572026-07-20T18:33:00.968ZPlanning: Solver setup ... Done
2582026-07-20T18:33:01.010ZPlanning: Running solver ... Done
2592026-07-20T18:33:01.149ZPlanning: Finding local manifests ... Done
2602026-07-20T18:33:01.170ZPlanning: Fetching manifests: 0/2 0% complete
2612026-07-20T18:33:01.266ZPlanning: Fetching manifests: 2/2 100% complete
2622026-07-20T18:33:01.296ZPlanning: Package planning ... Done
2632026-07-20T18:33:01.321ZPlanning: Merging actions ... Done
2642026-07-20T18:33:01.560ZPlanning: Checking for conflicting actions ... Done
2652026-07-20T18:33:01.566ZPlanning: Consolidating action changes ... Done
2662026-07-20T18:33:03.599ZPlanning: Evaluating mediators ... Done
2672026-07-20T18:33:03.602ZPlanning: Planning completed in 9.81 seconds
2682026-07-20T18:33:03.615Z Packages to install: 2
2692026-07-20T18:33:03.615Z Mediators to change: 2
2702026-07-20T18:33:03.622Z Services to change: 1
2712026-07-20T18:33:03.622Z Create boot environment: No
2722026-07-20T18:33:03.622ZCreate backup boot environment: No
2732026-07-20T18:33:03.684Z
2742026-07-20T18:33:03.684ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-07-20T18:33:11.463ZDownload: 984/3076 items 82.2/211.3MB 38% complete (35.5M/s)
2762026-07-20T18:33:17.646ZDownload: 2004/3076 items 116.6/211.3MB 55% complete (7.7M/s)
2772026-07-20T18:33:22.646ZDownload: 2739/3076 items 119.9/211.3MB 56% complete (520k/s)
2782026-07-20T18:33:28.151ZDownload: 3073/3076 items 211.2/211.3MB 99% complete (10.5M/s)
2792026-07-20T18:33:28.170ZDownload: Completed 211.31 MB in 24.49 seconds (8.6M/s)
2802026-07-20T18:33:28.279Z Actions: 1/3418 actions (Installing new actions)
2812026-07-20T18:33:31.520Z Actions: Completed 3418 actions in 3.24 seconds.
2822026-07-20T18:33:32.179Z Done
2832026-07-20T18:33:32.179Z Done
2842026-07-20T18:33:32.929Z Done
2852026-07-20T18:33:37.163Z Done
2862026-07-20T18:33:37.267Z Done
2872026-07-20T18:33:37.270Z Done
2882026-07-20T18:33:37.441Z Done
2892026-07-20T18:33:38.141Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-07-20T18:33:38.141Z++ set +o errexit
2912026-07-20T18:33:38.144Z++ pkg info pkg-config
2922026-07-20T18:33:38.144Z++ grep -qi installed
2932026-07-20T18:33:38.368Z++ [[ 0 != 0 ]]
2942026-07-20T18:33:38.368Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-07-20T18:33:38.368Z++ set +o errexit
2962026-07-20T18:33:38.371Z++ pkg info brand/omicron1
2972026-07-20T18:33:38.371Z++ grep -qi installed
2982026-07-20T18:33:38.552Zpkg: info: no packages matching the following patterns you specified are
2992026-07-20T18:33:38.552Zinstalled on the system. Try querying remotely instead:
3002026-07-20T18:33:38.552Z
3012026-07-20T18:33:38.552Z brand/omicron1
3022026-07-20T18:33:38.588Z++ [[ 1 != 0 ]]
3032026-07-20T18:33:38.588Z++ set -o errexit
3042026-07-20T18:33:38.588Z++ pfexec pkg install brand/omicron1
3052026-07-20T18:33:39.424Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-07-20T18:33:46.643ZPlanning: Solver setup ... Done
3072026-07-20T18:33:46.685ZPlanning: Running solver ... Done
3082026-07-20T18:33:46.828ZPlanning: Finding local manifests ... Done
3092026-07-20T18:33:46.832ZPlanning: Fetching manifests: 0/2 0% complete
3102026-07-20T18:33:46.955ZPlanning: Fetching manifests: 2/2 100% complete
3112026-07-20T18:33:46.968ZPlanning: Package planning ... Done
3122026-07-20T18:33:46.971ZPlanning: Merging actions ... Done
3132026-07-20T18:33:47.118ZPlanning: Checking for conflicting actions ... Done
3142026-07-20T18:33:47.122ZPlanning: Consolidating action changes ... Done
3152026-07-20T18:33:47.278ZPlanning: Evaluating mediators ... Done
3162026-07-20T18:33:47.281ZPlanning: Planning completed in 7.85 seconds
3172026-07-20T18:33:47.286Z Packages to install: 2
3182026-07-20T18:33:47.286Z Create boot environment: No
3192026-07-20T18:33:47.286ZCreate backup boot environment: No
3202026-07-20T18:33:47.316Z
3212026-07-20T18:33:47.316ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-07-20T18:33:47.747ZDownload: Completed 1.07 MB in 0.43 seconds (2.5M/s)
3232026-07-20T18:33:47.822Z Actions: 1/28 actions (Installing new actions)
3242026-07-20T18:33:47.837Z Actions: Completed 28 actions in 0.01 seconds.
3252026-07-20T18:33:48.353Z Done
3262026-07-20T18:33:48.353Z Done
3272026-07-20T18:33:48.984Z Done
3282026-07-20T18:33:51.883Z Done
3292026-07-20T18:33:51.965Z Done
3302026-07-20T18:33:51.968Z Done
3312026-07-20T18:33:52.101Z Done
3322026-07-20T18:33:52.237Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-07-20T18:33:52.237Z++ set +o errexit
3342026-07-20T18:33:52.241Z++ pkg info brand/omicron1/tools
3352026-07-20T18:33:52.241Z++ grep -qi installed
3362026-07-20T18:33:52.421Zpkg: info: no packages matching the following patterns you specified are
3372026-07-20T18:33:52.422Zinstalled on the system. Try querying remotely instead:
3382026-07-20T18:33:52.422Z
3392026-07-20T18:33:52.422Z brand/omicron1/tools
3402026-07-20T18:33:52.455Z++ [[ 1 != 0 ]]
3412026-07-20T18:33:52.455Z++ set -o errexit
3422026-07-20T18:33:52.455Z++ pfexec pkg install brand/omicron1/tools
3432026-07-20T18:33:52.865Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-07-20T18:34:00.278ZPlanning: Solver setup ... Done
3452026-07-20T18:34:00.285ZPlanning: Running solver ... Done
3462026-07-20T18:34:00.424ZPlanning: Finding local manifests ... Done
3472026-07-20T18:34:00.428ZPlanning: Fetching manifests: 0/1 0% complete
3482026-07-20T18:34:00.541ZPlanning: Fetching manifests: 1/1 100% complete
3492026-07-20T18:34:00.553ZPlanning: Package planning ... Done
3502026-07-20T18:34:00.556ZPlanning: Merging actions ... Done
3512026-07-20T18:34:00.695ZPlanning: Checking for conflicting actions ... Done
3522026-07-20T18:34:00.698ZPlanning: Consolidating action changes ... Done
3532026-07-20T18:34:00.855ZPlanning: Evaluating mediators ... Done
3542026-07-20T18:34:00.860ZPlanning: Planning completed in 7.99 seconds
3552026-07-20T18:34:00.863Z Packages to install: 1
3562026-07-20T18:34:00.863Z Services to change: 1
3572026-07-20T18:34:00.864Z Create boot environment: No
3582026-07-20T18:34:00.865ZCreate backup boot environment: No
3592026-07-20T18:34:00.892Z
3602026-07-20T18:34:00.892ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-07-20T18:34:00.920ZDownload: Completed 1.19 MB in 0.03 seconds (43.6M/s)
3622026-07-20T18:34:00.989Z Actions: 1/19 actions (Installing new actions)
3632026-07-20T18:34:01.001Z Actions: Completed 19 actions in 0.01 seconds.
3642026-07-20T18:34:01.517Z Done
3652026-07-20T18:34:01.517Z Done
3662026-07-20T18:34:02.162Z Done
3672026-07-20T18:34:05.052Z Done
3682026-07-20T18:34:05.128Z Done
3692026-07-20T18:34:05.131Z Done
3702026-07-20T18:34:05.346Z Done
3712026-07-20T18:34:05.482Z++ pfexec svcadm enable baseline
3722026-07-20T18:34:05.497Z++ retry=0
3732026-07-20T18:34:05.500Z+++ svcs -Hostate baseline
3742026-07-20T18:34:05.513Z++ [[ offline* != online ]]
3752026-07-20T18:34:05.513Z++ [[ 0 -gt 300 ]]
3762026-07-20T18:34:05.516Z++ sleep 1
3772026-07-20T18:34:06.515Z++ retry=1
3782026-07-20T18:34:06.519Z+++ svcs -Hostate baseline
3792026-07-20T18:34:06.529Z++ [[ offline* != online ]]
3802026-07-20T18:34:06.529Z++ [[ 1 -gt 300 ]]
3812026-07-20T18:34:06.529Z++ sleep 1
3822026-07-20T18:34:07.531Z++ retry=2
3832026-07-20T18:34:07.534Z+++ svcs -Hostate baseline
3842026-07-20T18:34:07.544Z++ [[ offline* != online ]]
3852026-07-20T18:34:07.544Z++ [[ 2 -gt 300 ]]
3862026-07-20T18:34:07.544Z++ sleep 1
3872026-07-20T18:34:08.546Z++ retry=3
3882026-07-20T18:34:08.549Z+++ svcs -Hostate baseline
3892026-07-20T18:34:08.560Z++ [[ offline* != online ]]
3902026-07-20T18:34:08.563Z++ [[ 3 -gt 300 ]]
3912026-07-20T18:34:08.563Z++ sleep 1
3922026-07-20T18:34:09.562Z++ retry=4
3932026-07-20T18:34:09.567Z+++ svcs -Hostate baseline
3942026-07-20T18:34:09.583Z++ [[ offline* != online ]]
3952026-07-20T18:34:09.583Z++ [[ 4 -gt 300 ]]
3962026-07-20T18:34:09.586Z++ sleep 1
3972026-07-20T18:34:10.581Z++ retry=5
3982026-07-20T18:34:10.584Z+++ svcs -Hostate baseline
3992026-07-20T18:34:10.596Z++ [[ offline* != online ]]
4002026-07-20T18:34:10.596Z++ [[ 5 -gt 300 ]]
4012026-07-20T18:34:10.599Z++ sleep 1
4022026-07-20T18:34:11.601Z++ retry=6
4032026-07-20T18:34:11.605Z+++ svcs -Hostate baseline
4042026-07-20T18:34:11.614Z++ [[ offline* != online ]]
4052026-07-20T18:34:11.614Z++ [[ 6 -gt 300 ]]
4062026-07-20T18:34:11.614Z++ sleep 1
4072026-07-20T18:34:12.619Z++ retry=7
4082026-07-20T18:34:12.623Z+++ svcs -Hostate baseline
4092026-07-20T18:34:12.632Z++ [[ offline* != online ]]
4102026-07-20T18:34:12.632Z++ [[ 7 -gt 300 ]]
4112026-07-20T18:34:12.632Z++ sleep 1
4122026-07-20T18:34:13.633Z++ retry=8
4132026-07-20T18:34:13.636Z+++ svcs -Hostate baseline
4142026-07-20T18:34:13.647Z++ [[ offline* != online ]]
4152026-07-20T18:34:13.647Z++ [[ 8 -gt 300 ]]
4162026-07-20T18:34:13.647Z++ sleep 1
4172026-07-20T18:34:14.649Z++ retry=9
4182026-07-20T18:34:14.652Z+++ svcs -Hostate baseline
4192026-07-20T18:34:14.664Z++ [[ offline* != online ]]
4202026-07-20T18:34:14.664Z++ [[ 9 -gt 300 ]]
4212026-07-20T18:34:14.664Z++ sleep 1
4222026-07-20T18:34:15.666Z++ retry=10
4232026-07-20T18:34:15.670Z+++ svcs -Hostate baseline
4242026-07-20T18:34:15.681Z++ [[ offline* != online ]]
4252026-07-20T18:34:15.681Z++ [[ 10 -gt 300 ]]
4262026-07-20T18:34:15.682Z++ sleep 1
4272026-07-20T18:34:16.682Z++ retry=11
4282026-07-20T18:34:16.685Z+++ svcs -Hostate baseline
4292026-07-20T18:34:16.697Z++ [[ offline* != online ]]
4302026-07-20T18:34:16.697Z++ [[ 11 -gt 300 ]]
4312026-07-20T18:34:16.697Z++ sleep 1
4322026-07-20T18:34:17.702Z++ retry=12
4332026-07-20T18:34:17.706Z+++ svcs -Hostate baseline
4342026-07-20T18:34:17.714Z++ [[ offline* != online ]]
4352026-07-20T18:34:17.714Z++ [[ 12 -gt 300 ]]
4362026-07-20T18:34:17.714Z++ sleep 1
4372026-07-20T18:34:18.717Z++ retry=13
4382026-07-20T18:34:18.720Z+++ svcs -Hostate baseline
4392026-07-20T18:34:18.731Z++ [[ offline* != online ]]
4402026-07-20T18:34:18.731Z++ [[ 13 -gt 300 ]]
4412026-07-20T18:34:18.731Z++ sleep 1
4422026-07-20T18:34:19.734Z++ retry=14
4432026-07-20T18:34:19.740Z+++ svcs -Hostate baseline
4442026-07-20T18:34:19.760Z++ [[ offline* != online ]]
4452026-07-20T18:34:19.761Z++ [[ 14 -gt 300 ]]
4462026-07-20T18:34:19.761Z++ sleep 1
4472026-07-20T18:34:20.751Z++ retry=15
4482026-07-20T18:34:20.763Z+++ svcs -Hostate baseline
4492026-07-20T18:34:20.767Z++ [[ offline* != online ]]
4502026-07-20T18:34:20.768Z++ [[ 15 -gt 300 ]]
4512026-07-20T18:34:20.768Z++ sleep 1
4522026-07-20T18:34:21.766Z++ retry=16
4532026-07-20T18:34:21.769Z+++ svcs -Hostate baseline
4542026-07-20T18:34:21.782Z++ [[ offline* != online ]]
4552026-07-20T18:34:21.782Z++ [[ 16 -gt 300 ]]
4562026-07-20T18:34:21.782Z++ sleep 1
4572026-07-20T18:34:22.783Z++ retry=17
4582026-07-20T18:34:22.786Z+++ svcs -Hostate baseline
4592026-07-20T18:34:22.797Z++ [[ offline* != online ]]
4602026-07-20T18:34:22.797Z++ [[ 17 -gt 300 ]]
4612026-07-20T18:34:22.797Z++ sleep 1
4622026-07-20T18:34:23.799Z++ retry=18
4632026-07-20T18:34:23.802Z+++ svcs -Hostate baseline
4642026-07-20T18:34:23.814Z++ [[ offline* != online ]]
4652026-07-20T18:34:23.814Z++ [[ 18 -gt 300 ]]
4662026-07-20T18:34:23.814Z++ sleep 1
4672026-07-20T18:34:24.820Z++ retry=19
4682026-07-20T18:34:24.823Z+++ svcs -Hostate baseline
4692026-07-20T18:34:24.831Z++ [[ offline* != online ]]
4702026-07-20T18:34:24.831Z++ [[ 19 -gt 300 ]]
4712026-07-20T18:34:24.831Z++ sleep 1
4722026-07-20T18:34:25.833Z++ retry=20
4732026-07-20T18:34:25.836Z+++ svcs -Hostate baseline
4742026-07-20T18:34:25.847Z++ [[ offline* != online ]]
4752026-07-20T18:34:25.847Z++ [[ 20 -gt 300 ]]
4762026-07-20T18:34:25.847Z++ sleep 1
4772026-07-20T18:34:26.849Z++ retry=21
4782026-07-20T18:34:26.852Z+++ svcs -Hostate baseline
4792026-07-20T18:34:26.865Z++ [[ offline* != online ]]
4802026-07-20T18:34:26.865Z++ [[ 21 -gt 300 ]]
4812026-07-20T18:34:26.865Z++ sleep 1
4822026-07-20T18:34:27.867Z++ retry=22
4832026-07-20T18:34:27.870Z+++ svcs -Hostate baseline
4842026-07-20T18:34:27.882Z++ [[ offline* != online ]]
4852026-07-20T18:34:27.882Z++ [[ 22 -gt 300 ]]
4862026-07-20T18:34:27.882Z++ sleep 1
4872026-07-20T18:34:28.891Z++ retry=23
4882026-07-20T18:34:28.901Z+++ svcs -Hostate baseline
4892026-07-20T18:34:28.909Z++ [[ offline* != online ]]
4902026-07-20T18:34:28.909Z++ [[ 23 -gt 300 ]]
4912026-07-20T18:34:28.909Z++ sleep 1
4922026-07-20T18:34:29.901Z++ retry=24
4932026-07-20T18:34:29.905Z+++ svcs -Hostate baseline
4942026-07-20T18:34:29.916Z++ [[ offline* != online ]]
4952026-07-20T18:34:29.916Z++ [[ 24 -gt 300 ]]
4962026-07-20T18:34:29.916Z++ sleep 1
4972026-07-20T18:34:30.918Z++ retry=25
4982026-07-20T18:34:30.921Z+++ svcs -Hostate baseline
4992026-07-20T18:34:30.933Z++ [[ offline* != online ]]
5002026-07-20T18:34:30.933Z++ [[ 25 -gt 300 ]]
5012026-07-20T18:34:30.933Z++ sleep 1
5022026-07-20T18:34:31.934Z++ retry=26
5032026-07-20T18:34:31.937Z+++ svcs -Hostate baseline
5042026-07-20T18:34:31.949Z++ [[ offline* != online ]]
5052026-07-20T18:34:31.949Z++ [[ 26 -gt 300 ]]
5062026-07-20T18:34:31.949Z++ sleep 1
5072026-07-20T18:34:32.951Z++ retry=27
5082026-07-20T18:34:32.954Z+++ svcs -Hostate baseline
5092026-07-20T18:34:32.966Z++ [[ offline* != online ]]
5102026-07-20T18:34:32.966Z++ [[ 27 -gt 300 ]]
5112026-07-20T18:34:32.966Z++ sleep 1
5122026-07-20T18:34:33.969Z++ retry=28
5132026-07-20T18:34:33.976Z+++ svcs -Hostate baseline
5142026-07-20T18:34:33.982Z++ [[ offline* != online ]]
5152026-07-20T18:34:33.982Z++ [[ 28 -gt 300 ]]
5162026-07-20T18:34:33.982Z++ sleep 1
5172026-07-20T18:34:34.985Z++ retry=29
5182026-07-20T18:34:34.988Z+++ svcs -Hostate baseline
5192026-07-20T18:34:34.999Z++ [[ offline* != online ]]
5202026-07-20T18:34:34.999Z++ [[ 29 -gt 300 ]]
5212026-07-20T18:34:34.999Z++ sleep 1
5222026-07-20T18:34:36.001Z++ retry=30
5232026-07-20T18:34:36.004Z+++ svcs -Hostate baseline
5242026-07-20T18:34:36.015Z++ [[ offline* != online ]]
5252026-07-20T18:34:36.016Z++ [[ 30 -gt 300 ]]
5262026-07-20T18:34:36.016Z++ sleep 1
5272026-07-20T18:34:37.017Z++ retry=31
5282026-07-20T18:34:37.020Z+++ svcs -Hostate baseline
5292026-07-20T18:34:37.031Z++ [[ offline* != online ]]
5302026-07-20T18:34:37.031Z++ [[ 31 -gt 300 ]]
5312026-07-20T18:34:37.032Z++ sleep 1
5322026-07-20T18:34:38.034Z++ retry=32
5332026-07-20T18:34:38.037Z+++ svcs -Hostate baseline
5342026-07-20T18:34:38.058Z++ [[ offline* != online ]]
5352026-07-20T18:34:38.058Z++ [[ 32 -gt 300 ]]
5362026-07-20T18:34:38.061Z++ sleep 1
5372026-07-20T18:34:39.050Z++ retry=33
5382026-07-20T18:34:39.053Z+++ svcs -Hostate baseline
5392026-07-20T18:34:39.065Z++ [[ offline* != online ]]
5402026-07-20T18:34:39.065Z++ [[ 33 -gt 300 ]]
5412026-07-20T18:34:39.065Z++ sleep 1
5422026-07-20T18:34:40.067Z++ retry=34
5432026-07-20T18:34:40.070Z+++ svcs -Hostate baseline
5442026-07-20T18:34:40.081Z++ [[ offline* != online ]]
5452026-07-20T18:34:40.081Z++ [[ 34 -gt 300 ]]
5462026-07-20T18:34:40.084Z++ sleep 1
5472026-07-20T18:34:41.083Z++ retry=35
5482026-07-20T18:34:41.086Z+++ svcs -Hostate baseline
5492026-07-20T18:34:41.098Z++ [[ offline* != online ]]
5502026-07-20T18:34:41.098Z++ [[ 35 -gt 300 ]]
5512026-07-20T18:34:41.101Z++ sleep 1
5522026-07-20T18:34:42.099Z++ retry=36
5532026-07-20T18:34:42.102Z+++ svcs -Hostate baseline
5542026-07-20T18:34:42.114Z++ [[ offline* != online ]]
5552026-07-20T18:34:42.114Z++ [[ 36 -gt 300 ]]
5562026-07-20T18:34:42.114Z++ sleep 1
5572026-07-20T18:34:43.117Z++ retry=37
5582026-07-20T18:34:43.121Z+++ svcs -Hostate baseline
5592026-07-20T18:34:43.138Z++ [[ offline* != online ]]
5602026-07-20T18:34:43.138Z++ [[ 37 -gt 300 ]]
5612026-07-20T18:34:43.151Z++ sleep 1
5622026-07-20T18:34:44.133Z++ retry=38
5632026-07-20T18:34:44.136Z+++ svcs -Hostate baseline
5642026-07-20T18:34:44.148Z++ [[ offline* != online ]]
5652026-07-20T18:34:44.148Z++ [[ 38 -gt 300 ]]
5662026-07-20T18:34:44.148Z++ sleep 1
5672026-07-20T18:34:45.149Z++ retry=39
5682026-07-20T18:34:45.152Z+++ svcs -Hostate baseline
5692026-07-20T18:34:45.169Z++ [[ offline* != online ]]
5702026-07-20T18:34:45.169Z++ [[ 39 -gt 300 ]]
5712026-07-20T18:34:45.169Z++ sleep 1
5722026-07-20T18:34:46.166Z++ retry=40
5732026-07-20T18:34:46.172Z+++ svcs -Hostate baseline
5742026-07-20T18:34:46.180Z++ [[ offline* != online ]]
5752026-07-20T18:34:46.180Z++ [[ 40 -gt 300 ]]
5762026-07-20T18:34:46.180Z++ sleep 1
5772026-07-20T18:34:47.183Z++ retry=41
5782026-07-20T18:34:47.188Z+++ svcs -Hostate baseline
5792026-07-20T18:34:47.197Z++ [[ offline* != online ]]
5802026-07-20T18:34:47.197Z++ [[ 41 -gt 300 ]]
5812026-07-20T18:34:47.197Z++ sleep 1
5822026-07-20T18:34:48.199Z++ retry=42
5832026-07-20T18:34:48.204Z+++ svcs -Hostate baseline
5842026-07-20T18:34:48.215Z++ [[ offline* != online ]]
5852026-07-20T18:34:48.215Z++ [[ 42 -gt 300 ]]
5862026-07-20T18:34:48.215Z++ sleep 1
5872026-07-20T18:34:49.217Z++ retry=43
5882026-07-20T18:34:49.222Z+++ svcs -Hostate baseline
5892026-07-20T18:34:49.230Z++ [[ offline* != online ]]
5902026-07-20T18:34:49.230Z++ [[ 43 -gt 300 ]]
5912026-07-20T18:34:49.230Z++ sleep 1
5922026-07-20T18:34:50.232Z++ retry=44
5932026-07-20T18:34:50.236Z+++ svcs -Hostate baseline
5942026-07-20T18:34:50.251Z++ [[ offline* != online ]]
5952026-07-20T18:34:50.251Z++ [[ 44 -gt 300 ]]
5962026-07-20T18:34:50.251Z++ sleep 1
5972026-07-20T18:34:51.249Z++ retry=45
5982026-07-20T18:34:51.252Z+++ svcs -Hostate baseline
5992026-07-20T18:34:51.263Z++ [[ offline* != online ]]
6002026-07-20T18:34:51.263Z++ [[ 45 -gt 300 ]]
6012026-07-20T18:34:51.263Z++ sleep 1
6022026-07-20T18:34:52.265Z++ retry=46
6032026-07-20T18:34:52.268Z+++ svcs -Hostate baseline
6042026-07-20T18:34:52.283Z++ [[ offline* != online ]]
6052026-07-20T18:34:52.283Z++ [[ 46 -gt 300 ]]
6062026-07-20T18:34:52.283Z++ sleep 1
6072026-07-20T18:34:53.283Z++ retry=47
6082026-07-20T18:34:53.286Z+++ svcs -Hostate baseline
6092026-07-20T18:34:53.298Z++ [[ offline* != online ]]
6102026-07-20T18:34:53.298Z++ [[ 47 -gt 300 ]]
6112026-07-20T18:34:53.298Z++ sleep 1
6122026-07-20T18:34:54.299Z++ retry=48
6132026-07-20T18:34:54.301Z+++ svcs -Hostate baseline
6142026-07-20T18:34:54.313Z++ [[ offline* != online ]]
6152026-07-20T18:34:54.313Z++ [[ 48 -gt 300 ]]
6162026-07-20T18:34:54.313Z++ sleep 1
6172026-07-20T18:34:55.316Z++ retry=49
6182026-07-20T18:34:55.319Z+++ svcs -Hostate baseline
6192026-07-20T18:34:55.331Z++ [[ offline* != online ]]
6202026-07-20T18:34:55.331Z++ [[ 49 -gt 300 ]]
6212026-07-20T18:34:55.331Z++ sleep 1
6222026-07-20T18:34:56.332Z++ retry=50
6232026-07-20T18:34:56.335Z+++ svcs -Hostate baseline
6242026-07-20T18:34:56.346Z++ [[ offline* != online ]]
6252026-07-20T18:34:56.346Z++ [[ 50 -gt 300 ]]
6262026-07-20T18:34:56.346Z++ sleep 1
6272026-07-20T18:34:57.348Z++ retry=51
6282026-07-20T18:34:57.352Z+++ svcs -Hostate baseline
6292026-07-20T18:34:57.364Z++ [[ offline* != online ]]
6302026-07-20T18:34:57.364Z++ [[ 51 -gt 300 ]]
6312026-07-20T18:34:57.364Z++ sleep 1
6322026-07-20T18:34:58.365Z++ retry=52
6332026-07-20T18:34:58.368Z+++ svcs -Hostate baseline
6342026-07-20T18:34:58.380Z++ [[ offline* != online ]]
6352026-07-20T18:34:58.380Z++ [[ 52 -gt 300 ]]
6362026-07-20T18:34:58.380Z++ sleep 1
6372026-07-20T18:34:59.382Z++ retry=53
6382026-07-20T18:34:59.384Z+++ svcs -Hostate baseline
6392026-07-20T18:34:59.396Z++ [[ offline* != online ]]
6402026-07-20T18:34:59.396Z++ [[ 53 -gt 300 ]]
6412026-07-20T18:34:59.396Z++ sleep 1
6422026-07-20T18:35:00.399Z++ retry=54
6432026-07-20T18:35:00.402Z+++ svcs -Hostate baseline
6442026-07-20T18:35:00.413Z++ [[ offline* != online ]]
6452026-07-20T18:35:00.413Z++ [[ 54 -gt 300 ]]
6462026-07-20T18:35:00.413Z++ sleep 1
6472026-07-20T18:35:01.415Z++ retry=55
6482026-07-20T18:35:01.418Z+++ svcs -Hostate baseline
6492026-07-20T18:35:01.429Z++ [[ offline* != online ]]
6502026-07-20T18:35:01.429Z++ [[ 55 -gt 300 ]]
6512026-07-20T18:35:01.429Z++ sleep 1
6522026-07-20T18:35:02.431Z++ retry=56
6532026-07-20T18:35:02.434Z+++ svcs -Hostate baseline
6542026-07-20T18:35:02.446Z++ [[ offline* != online ]]
6552026-07-20T18:35:02.446Z++ [[ 56 -gt 300 ]]
6562026-07-20T18:35:02.446Z++ sleep 1
6572026-07-20T18:35:03.448Z++ retry=57
6582026-07-20T18:35:03.453Z+++ svcs -Hostate baseline
6592026-07-20T18:35:03.464Z++ [[ offline* != online ]]
6602026-07-20T18:35:03.464Z++ [[ 57 -gt 300 ]]
6612026-07-20T18:35:03.464Z++ sleep 1
6622026-07-20T18:35:04.466Z++ retry=58
6632026-07-20T18:35:04.468Z+++ svcs -Hostate baseline
6642026-07-20T18:35:04.481Z++ [[ offline* != online ]]
6652026-07-20T18:35:04.481Z++ [[ 58 -gt 300 ]]
6662026-07-20T18:35:04.481Z++ sleep 1
6672026-07-20T18:35:05.483Z++ retry=59
6682026-07-20T18:35:05.486Z+++ svcs -Hostate baseline
6692026-07-20T18:35:05.500Z++ [[ offline* != online ]]
6702026-07-20T18:35:05.500Z++ [[ 59 -gt 300 ]]
6712026-07-20T18:35:05.500Z++ sleep 1
6722026-07-20T18:35:06.500Z++ retry=60
6732026-07-20T18:35:06.503Z+++ svcs -Hostate baseline
6742026-07-20T18:35:06.514Z++ [[ offline* != online ]]
6752026-07-20T18:35:06.514Z++ [[ 60 -gt 300 ]]
6762026-07-20T18:35:06.514Z++ sleep 1
6772026-07-20T18:35:07.516Z++ retry=61
6782026-07-20T18:35:07.519Z+++ svcs -Hostate baseline
6792026-07-20T18:35:07.531Z++ [[ offline* != online ]]
6802026-07-20T18:35:07.531Z++ [[ 61 -gt 300 ]]
6812026-07-20T18:35:07.531Z++ sleep 1
6822026-07-20T18:35:08.533Z++ retry=62
6832026-07-20T18:35:08.537Z+++ svcs -Hostate baseline
6842026-07-20T18:35:08.548Z++ [[ offline* != online ]]
6852026-07-20T18:35:08.548Z++ [[ 62 -gt 300 ]]
6862026-07-20T18:35:08.548Z++ sleep 1
6872026-07-20T18:35:09.550Z++ retry=63
6882026-07-20T18:35:09.553Z+++ svcs -Hostate baseline
6892026-07-20T18:35:09.565Z++ [[ offline* != online ]]
6902026-07-20T18:35:09.565Z++ [[ 63 -gt 300 ]]
6912026-07-20T18:35:09.565Z++ sleep 1
6922026-07-20T18:35:10.567Z++ retry=64
6932026-07-20T18:35:10.571Z+++ svcs -Hostate baseline
6942026-07-20T18:35:10.585Z++ [[ offline* != online ]]
6952026-07-20T18:35:10.585Z++ [[ 64 -gt 300 ]]
6962026-07-20T18:35:10.585Z++ sleep 1
6972026-07-20T18:35:11.584Z++ retry=65
6982026-07-20T18:35:11.587Z+++ svcs -Hostate baseline
6992026-07-20T18:35:11.600Z++ [[ offline* != online ]]
7002026-07-20T18:35:11.600Z++ [[ 65 -gt 300 ]]
7012026-07-20T18:35:11.600Z++ sleep 1
7022026-07-20T18:35:12.601Z++ retry=66
7032026-07-20T18:35:12.605Z+++ svcs -Hostate baseline
7042026-07-20T18:35:12.615Z++ [[ offline* != online ]]
7052026-07-20T18:35:12.616Z++ [[ 66 -gt 300 ]]
7062026-07-20T18:35:12.616Z++ sleep 1
7072026-07-20T18:35:13.619Z++ retry=67
7082026-07-20T18:35:13.622Z+++ svcs -Hostate baseline
7092026-07-20T18:35:13.632Z++ [[ offline* != online ]]
7102026-07-20T18:35:13.632Z++ [[ 67 -gt 300 ]]
7112026-07-20T18:35:13.632Z++ sleep 1
7122026-07-20T18:35:14.634Z++ retry=68
7132026-07-20T18:35:14.637Z+++ svcs -Hostate baseline
7142026-07-20T18:35:14.649Z++ [[ offline* != online ]]
7152026-07-20T18:35:14.649Z++ [[ 68 -gt 300 ]]
7162026-07-20T18:35:14.651Z++ sleep 1
7172026-07-20T18:35:15.676Z++ retry=69
7182026-07-20T18:35:15.679Z+++ svcs -Hostate baseline
7192026-07-20T18:35:15.680Z++ [[ offline* != online ]]
7202026-07-20T18:35:15.680Z++ [[ 69 -gt 300 ]]
7212026-07-20T18:35:15.680Z++ sleep 1
7222026-07-20T18:35:16.668Z++ retry=70
7232026-07-20T18:35:16.676Z+++ svcs -Hostate baseline
7242026-07-20T18:35:16.684Z++ [[ offline* != online ]]
7252026-07-20T18:35:16.684Z++ [[ 70 -gt 300 ]]
7262026-07-20T18:35:16.684Z++ sleep 1
7272026-07-20T18:35:17.688Z++ retry=71
7282026-07-20T18:35:17.691Z+++ svcs -Hostate baseline
7292026-07-20T18:35:17.700Z++ [[ offline* != online ]]
7302026-07-20T18:35:17.700Z++ [[ 71 -gt 300 ]]
7312026-07-20T18:35:17.700Z++ sleep 1
7322026-07-20T18:35:18.705Z++ retry=72
7332026-07-20T18:35:18.711Z+++ svcs -Hostate baseline
7342026-07-20T18:35:18.717Z++ [[ offline* != online ]]
7352026-07-20T18:35:18.717Z++ [[ 72 -gt 300 ]]
7362026-07-20T18:35:18.720Z++ sleep 1
7372026-07-20T18:35:19.719Z++ retry=73
7382026-07-20T18:35:19.722Z+++ svcs -Hostate baseline
7392026-07-20T18:35:19.735Z++ [[ offline* != online ]]
7402026-07-20T18:35:19.735Z++ [[ 73 -gt 300 ]]
7412026-07-20T18:35:19.735Z++ sleep 1
7422026-07-20T18:35:20.735Z++ retry=74
7432026-07-20T18:35:20.739Z+++ svcs -Hostate baseline
7442026-07-20T18:35:20.750Z++ [[ offline* != online ]]
7452026-07-20T18:35:20.750Z++ [[ 74 -gt 300 ]]
7462026-07-20T18:35:20.753Z++ sleep 1
7472026-07-20T18:35:21.791Z++ retry=75
7482026-07-20T18:35:21.811Z+++ svcs -Hostate baseline
7492026-07-20T18:35:21.811Z++ [[ offline* != online ]]
7502026-07-20T18:35:21.811Z++ [[ 75 -gt 300 ]]
7512026-07-20T18:35:21.811Z++ sleep 1
7522026-07-20T18:35:22.768Z++ retry=76
7532026-07-20T18:35:22.771Z+++ svcs -Hostate baseline
7542026-07-20T18:35:22.783Z++ [[ offline* != online ]]
7552026-07-20T18:35:22.783Z++ [[ 76 -gt 300 ]]
7562026-07-20T18:35:22.783Z++ sleep 1
7572026-07-20T18:35:23.786Z++ retry=77
7582026-07-20T18:35:23.789Z+++ svcs -Hostate baseline
7592026-07-20T18:35:23.801Z++ [[ offline* != online ]]
7602026-07-20T18:35:23.801Z++ [[ 77 -gt 300 ]]
7612026-07-20T18:35:23.801Z++ sleep 1
7622026-07-20T18:35:24.803Z++ retry=78
7632026-07-20T18:35:24.806Z+++ svcs -Hostate baseline
7642026-07-20T18:35:24.817Z++ [[ offline* != online ]]
7652026-07-20T18:35:24.817Z++ [[ 78 -gt 300 ]]
7662026-07-20T18:35:24.820Z++ sleep 1
7672026-07-20T18:35:25.820Z++ retry=79
7682026-07-20T18:35:25.823Z+++ svcs -Hostate baseline
7692026-07-20T18:35:25.834Z++ [[ offline* != online ]]
7702026-07-20T18:35:25.834Z++ [[ 79 -gt 300 ]]
7712026-07-20T18:35:25.834Z++ sleep 1
7722026-07-20T18:35:26.837Z++ retry=80
7732026-07-20T18:35:26.840Z+++ svcs -Hostate baseline
7742026-07-20T18:35:26.851Z++ [[ offline* != online ]]
7752026-07-20T18:35:26.851Z++ [[ 80 -gt 300 ]]
7762026-07-20T18:35:26.851Z++ sleep 1
7772026-07-20T18:35:27.853Z++ retry=81
7782026-07-20T18:35:27.856Z+++ svcs -Hostate baseline
7792026-07-20T18:35:27.869Z++ [[ offline* != online ]]
7802026-07-20T18:35:27.869Z++ [[ 81 -gt 300 ]]
7812026-07-20T18:35:27.869Z++ sleep 1
7822026-07-20T18:35:28.869Z++ retry=82
7832026-07-20T18:35:28.872Z+++ svcs -Hostate baseline
7842026-07-20T18:35:28.884Z++ [[ offline* != online ]]
7852026-07-20T18:35:28.884Z++ [[ 82 -gt 300 ]]
7862026-07-20T18:35:28.884Z++ sleep 1
7872026-07-20T18:35:29.886Z++ retry=83
7882026-07-20T18:35:29.889Z+++ svcs -Hostate baseline
7892026-07-20T18:35:29.901Z++ [[ offline* != online ]]
7902026-07-20T18:35:29.901Z++ [[ 83 -gt 300 ]]
7912026-07-20T18:35:29.901Z++ sleep 1
7922026-07-20T18:35:30.903Z++ retry=84
7932026-07-20T18:35:30.906Z+++ svcs -Hostate baseline
7942026-07-20T18:35:30.917Z++ [[ offline* != online ]]
7952026-07-20T18:35:30.918Z++ [[ 84 -gt 300 ]]
7962026-07-20T18:35:30.922Z++ sleep 1
7972026-07-20T18:35:31.919Z++ retry=85
7982026-07-20T18:35:31.923Z+++ svcs -Hostate baseline
7992026-07-20T18:35:31.934Z++ [[ offline* != online ]]
8002026-07-20T18:35:31.935Z++ [[ 85 -gt 300 ]]
8012026-07-20T18:35:31.935Z++ sleep 1
8022026-07-20T18:35:32.943Z++ retry=86
8032026-07-20T18:35:32.948Z+++ svcs -Hostate baseline
8042026-07-20T18:35:32.951Z++ [[ offline* != online ]]
8052026-07-20T18:35:32.951Z++ [[ 86 -gt 300 ]]
8062026-07-20T18:35:32.951Z++ sleep 1
8072026-07-20T18:35:33.953Z++ retry=87
8082026-07-20T18:35:33.956Z+++ svcs -Hostate baseline
8092026-07-20T18:35:33.970Z++ [[ offline* != online ]]
8102026-07-20T18:35:33.970Z++ [[ 87 -gt 300 ]]
8112026-07-20T18:35:33.970Z++ sleep 1
8122026-07-20T18:35:34.969Z++ retry=88
8132026-07-20T18:35:34.973Z+++ svcs -Hostate baseline
8142026-07-20T18:35:34.984Z++ [[ offline* != online ]]
8152026-07-20T18:35:34.984Z++ [[ 88 -gt 300 ]]
8162026-07-20T18:35:34.984Z++ sleep 1
8172026-07-20T18:35:35.987Z++ retry=89
8182026-07-20T18:35:35.990Z+++ svcs -Hostate baseline
8192026-07-20T18:35:36.001Z++ [[ offline* != online ]]
8202026-07-20T18:35:36.001Z++ [[ 89 -gt 300 ]]
8212026-07-20T18:35:36.001Z++ sleep 1
8222026-07-20T18:35:37.002Z++ retry=90
8232026-07-20T18:35:37.005Z+++ svcs -Hostate baseline
8242026-07-20T18:35:37.017Z++ [[ offline* != online ]]
8252026-07-20T18:35:37.017Z++ [[ 90 -gt 300 ]]
8262026-07-20T18:35:37.017Z++ sleep 1
8272026-07-20T18:35:38.019Z++ retry=91
8282026-07-20T18:35:38.022Z+++ svcs -Hostate baseline
8292026-07-20T18:35:38.033Z++ [[ offline* != online ]]
8302026-07-20T18:35:38.033Z++ [[ 91 -gt 300 ]]
8312026-07-20T18:35:38.033Z++ sleep 1
8322026-07-20T18:35:39.036Z++ retry=92
8332026-07-20T18:35:39.040Z+++ svcs -Hostate baseline
8342026-07-20T18:35:39.050Z++ [[ offline* != online ]]
8352026-07-20T18:35:39.050Z++ [[ 92 -gt 300 ]]
8362026-07-20T18:35:39.050Z++ sleep 1
8372026-07-20T18:35:40.053Z++ retry=93
8382026-07-20T18:35:40.056Z+++ svcs -Hostate baseline
8392026-07-20T18:35:40.067Z++ [[ offline* != online ]]
8402026-07-20T18:35:40.067Z++ [[ 93 -gt 300 ]]
8412026-07-20T18:35:40.067Z++ sleep 1
8422026-07-20T18:35:41.069Z++ retry=94
8432026-07-20T18:35:41.072Z+++ svcs -Hostate baseline
8442026-07-20T18:35:41.084Z++ [[ offline* != online ]]
8452026-07-20T18:35:41.084Z++ [[ 94 -gt 300 ]]
8462026-07-20T18:35:41.084Z++ sleep 1
8472026-07-20T18:35:42.086Z++ retry=95
8482026-07-20T18:35:42.090Z+++ svcs -Hostate baseline
8492026-07-20T18:35:42.101Z++ [[ offline* != online ]]
8502026-07-20T18:35:42.101Z++ [[ 95 -gt 300 ]]
8512026-07-20T18:35:42.101Z++ sleep 1
8522026-07-20T18:35:43.103Z++ retry=96
8532026-07-20T18:35:43.107Z+++ svcs -Hostate baseline
8542026-07-20T18:35:43.118Z++ [[ offline* != online ]]
8552026-07-20T18:35:43.118Z++ [[ 96 -gt 300 ]]
8562026-07-20T18:35:43.118Z++ sleep 1
8572026-07-20T18:35:44.120Z++ retry=97
8582026-07-20T18:35:44.123Z+++ svcs -Hostate baseline
8592026-07-20T18:35:44.134Z++ [[ offline* != online ]]
8602026-07-20T18:35:44.134Z++ [[ 97 -gt 300 ]]
8612026-07-20T18:35:44.134Z++ sleep 1
8622026-07-20T18:35:45.137Z++ retry=98
8632026-07-20T18:35:45.140Z+++ svcs -Hostate baseline
8642026-07-20T18:35:45.149Z++ [[ offline* != online ]]
8652026-07-20T18:35:45.149Z++ [[ 98 -gt 300 ]]
8662026-07-20T18:35:45.149Z++ sleep 1
8672026-07-20T18:35:46.152Z++ retry=99
8682026-07-20T18:35:46.156Z+++ svcs -Hostate baseline
8692026-07-20T18:35:46.168Z++ [[ offline* != online ]]
8702026-07-20T18:35:46.168Z++ [[ 99 -gt 300 ]]
8712026-07-20T18:35:46.168Z++ sleep 1
8722026-07-20T18:35:47.168Z++ retry=100
8732026-07-20T18:35:47.170Z+++ svcs -Hostate baseline
8742026-07-20T18:35:47.182Z++ [[ offline* != online ]]
8752026-07-20T18:35:47.182Z++ [[ 100 -gt 300 ]]
8762026-07-20T18:35:47.182Z++ sleep 1
8772026-07-20T18:35:48.185Z++ retry=101
8782026-07-20T18:35:48.187Z+++ svcs -Hostate baseline
8792026-07-20T18:35:48.199Z++ [[ offline* != online ]]
8802026-07-20T18:35:48.199Z++ [[ 101 -gt 300 ]]
8812026-07-20T18:35:48.199Z++ sleep 1
8822026-07-20T18:35:49.201Z++ retry=102
8832026-07-20T18:35:49.204Z+++ svcs -Hostate baseline
8842026-07-20T18:35:49.216Z++ [[ offline* != online ]]
8852026-07-20T18:35:49.216Z++ [[ 102 -gt 300 ]]
8862026-07-20T18:35:49.216Z++ sleep 1
8872026-07-20T18:35:50.218Z++ retry=103
8882026-07-20T18:35:50.221Z+++ svcs -Hostate baseline
8892026-07-20T18:35:50.232Z++ [[ offline* != online ]]
8902026-07-20T18:35:50.235Z++ [[ 103 -gt 300 ]]
8912026-07-20T18:35:50.235Z++ sleep 1
8922026-07-20T18:35:51.234Z++ retry=104
8932026-07-20T18:35:51.237Z+++ svcs -Hostate baseline
8942026-07-20T18:35:51.248Z++ [[ offline* != online ]]
8952026-07-20T18:35:51.248Z++ [[ 104 -gt 300 ]]
8962026-07-20T18:35:51.248Z++ sleep 1
8972026-07-20T18:35:52.250Z++ retry=105
8982026-07-20T18:35:52.253Z+++ svcs -Hostate baseline
8992026-07-20T18:35:52.264Z++ [[ offline* != online ]]
9002026-07-20T18:35:52.264Z++ [[ 105 -gt 300 ]]
9012026-07-20T18:35:52.264Z++ sleep 1
9022026-07-20T18:35:53.265Z++ retry=106
9032026-07-20T18:35:53.268Z+++ svcs -Hostate baseline
9042026-07-20T18:35:53.279Z++ [[ offline* != online ]]
9052026-07-20T18:35:53.279Z++ [[ 106 -gt 300 ]]
9062026-07-20T18:35:53.279Z++ sleep 1
9072026-07-20T18:35:54.281Z++ retry=107
9082026-07-20T18:35:54.283Z+++ svcs -Hostate baseline
9092026-07-20T18:35:54.297Z++ [[ offline* != online ]]
9102026-07-20T18:35:54.297Z++ [[ 107 -gt 300 ]]
9112026-07-20T18:35:54.297Z++ sleep 1
9122026-07-20T18:35:55.298Z++ retry=108
9132026-07-20T18:35:55.302Z+++ svcs -Hostate baseline
9142026-07-20T18:35:55.312Z++ [[ offline* != online ]]
9152026-07-20T18:35:55.312Z++ [[ 108 -gt 300 ]]
9162026-07-20T18:35:55.312Z++ sleep 1
9172026-07-20T18:35:56.316Z++ retry=109
9182026-07-20T18:35:56.330Z+++ svcs -Hostate baseline
9192026-07-20T18:35:56.337Z++ [[ online != online ]]
9202026-07-20T18:35:56.337Z++ set -o errexit
9212026-07-20T18:35:56.337Z++ set -o pipefail
9222026-07-20T18:35:56.337Z++ banner build
9232026-07-20T18:35:56.337Z
9242026-07-20T18:35:56.337Z ##### # # # # #####
9252026-07-20T18:35:56.337Z # # # # # # # #
9262026-07-20T18:35:56.337Z ##### # # # # # #
9272026-07-20T18:35:56.337Z # # # # # # # #
9282026-07-20T18:35:56.337Z # # # # # # # #
9292026-07-20T18:35:56.337Z ##### #### # ###### #####
9302026-07-20T18:35:56.337Z
9312026-07-20T18:35:56.338Z++ cargo build --release --bin ddmd --bin ddmadm
9322026-07-20T18:35:56.342Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
9332026-07-20T18:35:56.485Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
9342026-07-20T18:35:56.488Zinfo: downloading 6 components
9352026-07-20T18:36:11.994Z Updating git repository `https://github.com/oxidecomputer/falcon`
9362026-07-20T18:36:12.922ZFrom https://github.com/oxidecomputer/falcon
9372026-07-20T18:36:12.922Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9382026-07-20T18:36:13.002Z Updating crates.io index
9392026-07-20T18:36:13.005Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9402026-07-20T18:36:13.434ZFrom https://github.com/oxidecomputer/dendrite
9412026-07-20T18:36:13.434Z * [new ref] 5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf -> refs/commit/5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf
9422026-07-20T18:36:13.469Z Updating git repository `https://github.com/oxidecomputer/ispf`
9432026-07-20T18:36:13.738ZFrom https://github.com/oxidecomputer/ispf
9442026-07-20T18:36:13.738Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9452026-07-20T18:36:13.744Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9462026-07-20T18:36:14.093ZFrom https://github.com/oxidecomputer/netadm-sys
9472026-07-20T18:36:14.093Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9482026-07-20T18:36:14.101Z Updating git repository `https://github.com/oxidecomputer/omicron`
9492026-07-20T18:36:20.187ZFrom https://github.com/oxidecomputer/omicron
9502026-07-20T18:36:20.187Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9512026-07-20T18:36:20.607Z Updating git repository `https://github.com/oxidecomputer/opte`
9522026-07-20T18:36:21.380ZFrom https://github.com/oxidecomputer/opte
9532026-07-20T18:36:21.380Z * [new ref] 3ddd7e684a78ad33be66717408c381b1962ae04e -> refs/commit/3ddd7e684a78ad33be66717408c381b1962ae04e
9542026-07-20T18:36:21.409Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9552026-07-20T18:36:21.680ZFrom https://github.com/oxidecomputer/slog-error-chain
9562026-07-20T18:36:21.681Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9572026-07-20T18:36:21.688Z Updating git repository `https://github.com/illumos/smf-rs`
9582026-07-20T18:36:21.928ZFrom https://github.com/illumos/smf-rs
9592026-07-20T18:36:21.928Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9602026-07-20T18:36:21.936Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9612026-07-20T18:36:22.221ZFrom https://github.com/oxidecomputer/network-interface
9622026-07-20T18:36:22.221Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9632026-07-20T18:36:22.227Z Updating git repository `https://github.com/oxidecomputer/zone`
9642026-07-20T18:36:22.482ZFrom https://github.com/oxidecomputer/zone
9652026-07-20T18:36:22.482Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9662026-07-20T18:36:22.487Z Updating git repository `https://github.com/oxidecomputer/propolis`
9672026-07-20T18:36:23.124ZFrom https://github.com/oxidecomputer/propolis
9682026-07-20T18:36:23.124Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9692026-07-20T18:36:23.167Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9702026-07-20T18:36:24.009ZFrom https://github.com/oxidecomputer/transceiver-control
9712026-07-20T18:36:24.009Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9722026-07-20T18:36:24.019Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9732026-07-20T18:36:24.282ZFrom https://github.com/oxidecomputer/dlpi-sys
9742026-07-20T18:36:24.282Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9752026-07-20T18:36:24.287Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9762026-07-20T18:36:24.545ZFrom https://github.com/jmesmon/rust-libzfs
9772026-07-20T18:36:24.545Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9782026-07-20T18:36:24.553Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9792026-07-20T18:36:24.826ZFrom https://github.com/oxidecomputer/rusty-doors
9802026-07-20T18:36:24.826Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9812026-07-20T18:36:24.832Z Updating git repository `https://github.com/oxidecomputer/lldp`
9822026-07-20T18:36:25.164ZFrom https://github.com/oxidecomputer/lldp
9832026-07-20T18:36:25.164Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9842026-07-20T18:36:25.176Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9852026-07-20T18:36:25.470ZFrom https://github.com/oxidecomputer/tufaceous
9862026-07-20T18:36:25.470Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9872026-07-20T18:36:25.480Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9882026-07-20T18:36:25.957ZFrom https://github.com/oxidecomputer/management-gateway-service
9892026-07-20T18:36:25.957Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9902026-07-20T18:36:25.970Z Updating git repository `https://github.com/oxidecomputer/crucible`
9912026-07-20T18:36:27.112ZFrom https://github.com/oxidecomputer/crucible
9922026-07-20T18:36:27.112Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9932026-07-20T18:36:27.156Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9942026-07-20T18:36:27.452ZFrom https://github.com/oxidecomputer/serde_human_bytes
9952026-07-20T18:36:27.452Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9962026-07-20T18:36:27.461Z Updating git repository `https://github.com/oxidecomputer/propolis`
9972026-07-20T18:36:27.870ZFrom https://github.com/oxidecomputer/propolis
9982026-07-20T18:36:27.870Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9992026-07-20T18:36:27.914Z Updating git repository `https://github.com/oxidecomputer/crucible`
10002026-07-20T18:36:28.676ZFrom https://github.com/oxidecomputer/crucible
10012026-07-20T18:36:28.676Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10022026-07-20T18:36:28.741Z Updating git repository `https://github.com/oxidecomputer/tofino`
10032026-07-20T18:36:29.068ZFrom https://github.com/oxidecomputer/tofino
10042026-07-20T18:36:29.068Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10052026-07-20T18:36:29.078Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10062026-07-20T18:36:29.977ZFrom https://github.com/oxidecomputer/maghemite
10072026-07-20T18:36:29.978Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10082026-07-20T18:36:30.009Z Updating git repository `https://github.com/oxidecomputer/clickward`
10092026-07-20T18:36:30.262ZFrom https://github.com/oxidecomputer/clickward
10102026-07-20T18:36:30.262Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10112026-07-20T18:36:30.268Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10122026-07-20T18:36:30.554ZFrom https://github.com/oxidecomputer/illumos-devinfo
10132026-07-20T18:36:30.554Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10142026-07-20T18:36:32.760Z Downloading crates ...
10152026-07-20T18:36:32.835Z Downloaded anstyle v1.0.14
10162026-07-20T18:36:32.838Z Downloaded adler2 v2.0.1
10172026-07-20T18:36:32.841Z Downloaded block-buffer v0.10.4
10182026-07-20T18:36:32.843Z Downloaded async-recursion v1.1.1
10192026-07-20T18:36:32.846Z Downloaded arc-swap v1.9.1
10202026-07-20T18:36:32.857Z Downloaded fixedbitset v0.4.2
10212026-07-20T18:36:32.860Z Downloaded cfg-if v1.0.4
10222026-07-20T18:36:32.860Z Downloaded bitflags v1.3.2
10232026-07-20T18:36:32.864Z Downloaded atomicwrites v0.4.4
10242026-07-20T18:36:32.864Z Downloaded atomic-waker v1.1.2
10252026-07-20T18:36:32.864Z Downloaded dtrace-parser v0.2.0
10262026-07-20T18:36:32.867Z Downloaded block-buffer v0.12.0
10272026-07-20T18:36:32.867Z Downloaded darling v0.23.0
10282026-07-20T18:36:32.869Z Downloaded hash32 v0.3.1
10292026-07-20T18:36:32.869Z Downloaded darling_macro v0.21.3
10302026-07-20T18:36:32.870Z Downloaded async-stream v0.3.6
10312026-07-20T18:36:32.872Z Downloaded hostname v0.4.2
10322026-07-20T18:36:32.872Z Downloaded heck v0.4.1
10332026-07-20T18:36:32.875Z Downloaded futures-macro v0.3.32
10342026-07-20T18:36:32.875Z Downloaded dyn-clone v1.0.20
10352026-07-20T18:36:32.875Z Downloaded erased-serde v0.3.31
10362026-07-20T18:36:32.879Z Downloaded fnv v1.0.7
10372026-07-20T18:36:32.879Z Downloaded defmt v0.3.100
10382026-07-20T18:36:32.879Z Downloaded anstyle-query v1.1.5
10392026-07-20T18:36:32.882Z Downloaded data-encoding v2.11.0
10402026-07-20T18:36:32.886Z Downloaded find-msvc-tools v0.1.9
10412026-07-20T18:36:32.894Z Downloaded camino-tempfile v1.4.1
10422026-07-20T18:36:32.896Z Downloaded async-stream-impl v0.3.6
10432026-07-20T18:36:32.897Z Downloaded float-ord v0.3.2
10442026-07-20T18:36:32.897Z Downloaded dof v0.4.0
10452026-07-20T18:36:32.899Z Downloaded hickory-resolver v0.24.4
10462026-07-20T18:36:32.902Z Downloaded aead v0.5.2
10472026-07-20T18:36:32.902Z Downloaded dropshot-api-manager v0.7.2
10482026-07-20T18:36:32.905Z Downloaded dtrace-parser v0.3.0
10492026-07-20T18:36:32.908Z Downloaded base16ct v0.2.0
10502026-07-20T18:36:32.908Z Downloaded compression-core v0.4.32
10512026-07-20T18:36:32.910Z Downloaded derive-where v1.6.1
10522026-07-20T18:36:32.913Z Downloaded darling_macro v0.23.0
10532026-07-20T18:36:32.913Z Downloaded ciborium-ll v0.2.2
10542026-07-20T18:36:32.913Z Downloaded fixedbitset v0.5.7
10552026-07-20T18:36:32.916Z Downloaded cpufeatures v0.2.17
10562026-07-20T18:36:32.917Z Downloaded embedded-io v0.6.1
10572026-07-20T18:36:32.921Z Downloaded crunchy v0.2.4
10582026-07-20T18:36:32.921Z Downloaded foreign-types v0.5.0
10592026-07-20T18:36:32.924Z Downloaded cstr-argument v0.1.2
10602026-07-20T18:36:32.929Z Downloaded colorchoice v1.0.5
10612026-07-20T18:36:32.929Z Downloaded ciborium-io v0.2.2
10622026-07-20T18:36:32.933Z Downloaded defmt-parser v1.0.0
10632026-07-20T18:36:32.933Z Downloaded crc8 v0.1.1
10642026-07-20T18:36:32.933Z Downloaded const-random v0.1.18
10652026-07-20T18:36:32.937Z Downloaded autocfg v1.5.1
10662026-07-20T18:36:32.937Z Downloaded bit-vec v0.8.0
10672026-07-20T18:36:32.941Z Downloaded byte-wrapper v0.1.0
10682026-07-20T18:36:32.941Z Downloaded heck v0.5.0
10692026-07-20T18:36:32.941Z Downloaded bit-set v0.8.0
10702026-07-20T18:36:32.941Z Downloaded backoff v0.4.0
10712026-07-20T18:36:32.946Z Downloaded hostname v0.3.1
10722026-07-20T18:36:32.946Z Downloaded foreign-types-macros v0.2.3
10732026-07-20T18:36:32.946Z Downloaded argon2 v0.5.3
10742026-07-20T18:36:32.946Z Downloaded base64ct v1.8.3
10752026-07-20T18:36:32.950Z Downloaded foreign-types v0.3.2
10762026-07-20T18:36:32.950Z Downloaded dunce v1.0.5
10772026-07-20T18:36:32.950Z Downloaded cobs v0.3.0
10782026-07-20T18:36:32.950Z Downloaded generic-array v0.14.7
10792026-07-20T18:36:32.953Z Downloaded enum-as-inner v0.6.1
10802026-07-20T18:36:32.953Z Downloaded crypto-common v0.2.2
10812026-07-20T18:36:32.953Z Downloaded futures-sink v0.3.32
10822026-07-20T18:36:32.953Z Downloaded futures-core v0.3.32
10832026-07-20T18:36:32.956Z Downloaded crucible-workspace-hack v0.1.0
10842026-07-20T18:36:32.956Z Downloaded foreign-types-shared v0.1.1
10852026-07-20T18:36:32.957Z Downloaded equivalent v1.0.2
10862026-07-20T18:36:32.957Z Downloaded crypto-common v0.1.7
10872026-07-20T18:36:32.957Z Downloaded clap_lex v1.1.0
10882026-07-20T18:36:32.960Z Downloaded errno v0.3.14
10892026-07-20T18:36:32.960Z Downloaded cfg_aliases v0.2.1
10902026-07-20T18:36:32.960Z Downloaded futures-task v0.3.32
10912026-07-20T18:36:32.963Z Downloaded bcs v0.1.6
10922026-07-20T18:36:32.963Z Downloaded anstream v1.0.0
10932026-07-20T18:36:32.963Z Downloaded bs58 v0.5.1
10942026-07-20T18:36:32.966Z Downloaded defmt-macros v1.1.0
10952026-07-20T18:36:32.966Z Downloaded debug-ignore v1.0.5
10962026-07-20T18:36:32.969Z Downloaded fastrand v2.4.1
10972026-07-20T18:36:32.972Z Downloaded blake2 v0.10.6
10982026-07-20T18:36:33.010Z Downloaded http-body v1.0.1
10992026-07-20T18:36:33.020Z Downloaded async-trait v0.1.89
11002026-07-20T18:36:33.020Z Downloaded dof v0.3.0
11012026-07-20T18:36:33.022Z Downloaded hubpack_derive v0.1.1
11022026-07-20T18:36:33.022Z Downloaded cpufeatures v0.3.0
11032026-07-20T18:36:33.022Z Downloaded idna_adapter v1.2.2
11042026-07-20T18:36:33.022Z Downloaded ident_case v1.0.1
11052026-07-20T18:36:33.022Z Downloaded dropshot-api-manager-types v0.7.2
11062026-07-20T18:36:33.022Z Downloaded futures-util v0.3.32
11072026-07-20T18:36:33.022Z Downloaded httpdate v1.0.3
11082026-07-20T18:36:33.022Z Downloaded futures-io v0.3.32
11092026-07-20T18:36:33.022Z Downloaded group v0.13.0
11102026-07-20T18:36:33.022Z Downloaded ff v0.13.1
11112026-07-20T18:36:33.022Z Downloaded digest v0.11.3
11122026-07-20T18:36:33.022Z Downloaded derive-ex v0.1.8
11132026-07-20T18:36:33.022Z Downloaded const-random-macro v0.1.16
11142026-07-20T18:36:33.022Z Downloaded hex v0.4.3
11152026-07-20T18:36:33.022Z Downloaded fxhash v0.2.1
11162026-07-20T18:36:33.022Z Downloaded foreign-types-shared v0.3.1
11172026-07-20T18:36:33.022Z Downloaded base16ct v1.0.0
11182026-07-20T18:36:33.022Z Downloaded critical-section v1.2.0
11192026-07-20T18:36:33.022Z Downloaded bytecount v0.6.9
11202026-07-20T18:36:33.022Z Downloaded inout v0.1.4
11212026-07-20T18:36:33.022Z Downloaded embedded-io v0.4.0
11222026-07-20T18:36:33.022Z Downloaded byteorder v1.5.0
11232026-07-20T18:36:33.022Z Downloaded form_urlencoded v1.2.2
11242026-07-20T18:36:33.028Z Downloaded indent_write v2.2.0
11252026-07-20T18:36:33.028Z Downloaded internet-checksum v0.2.1
11262026-07-20T18:36:33.028Z Downloaded daft-derive v0.1.7
11272026-07-20T18:36:33.029Z Downloaded globset v0.4.18
11282026-07-20T18:36:33.029Z Downloaded gethostname v0.5.0
11292026-07-20T18:36:33.029Z Downloaded instant v0.1.13
11302026-07-20T18:36:33.029Z Downloaded foldhash v0.1.5
11312026-07-20T18:36:33.029Z Downloaded highway v1.3.0
11322026-07-20T18:36:33.041Z Downloaded anstyle-parse v1.0.0
11332026-07-20T18:36:33.041Z Downloaded deranged v0.5.8
11342026-07-20T18:36:33.041Z Downloaded ahash v0.8.12
11352026-07-20T18:36:33.041Z Downloaded fs-err v3.3.0
11362026-07-20T18:36:33.041Z Downloaded is_ci v1.2.0
11372026-07-20T18:36:33.045Z Downloaded getrandom v0.2.17
11382026-07-20T18:36:33.045Z Downloaded convert_case v0.4.0
11392026-07-20T18:36:33.045Z Downloaded camino v1.2.4
11402026-07-20T18:36:33.045Z Downloaded either v1.16.0
11412026-07-20T18:36:33.045Z Downloaded foldhash v0.2.0
11422026-07-20T18:36:33.045Z Downloaded fs_extra v1.3.0
11432026-07-20T18:36:33.045Z Downloaded displaydoc v0.2.6
11442026-07-20T18:36:33.045Z Downloaded chacha20 v0.9.1
11452026-07-20T18:36:33.045Z Downloaded crossbeam-deque v0.8.6
11462026-07-20T18:36:33.049Z Downloaded is_terminal_polyfill v1.70.2
11472026-07-20T18:36:33.049Z Downloaded cargo_toml v0.22.3
11482026-07-20T18:36:33.049Z Downloaded anyhow v1.0.104
11492026-07-20T18:36:33.049Z Downloaded lazy_static v1.5.0
11502026-07-20T18:36:33.052Z Downloaded digest v0.10.7
11512026-07-20T18:36:33.052Z Downloaded cipher v0.4.4
11522026-07-20T18:36:33.055Z Downloaded bitflags v2.12.1
11532026-07-20T18:36:33.055Z Downloaded lru-cache v0.1.2
11542026-07-20T18:36:33.058Z Downloaded match_cfg v0.1.0
11552026-07-20T18:36:33.058Z Downloaded itoa v1.0.18
11562026-07-20T18:36:33.058Z Downloaded is-terminal v0.4.17
11572026-07-20T18:36:33.064Z Downloaded dropshot_endpoint v0.17.1
11582026-07-20T18:36:33.064Z Downloaded mime v0.3.17
11592026-07-20T18:36:33.068Z Downloaded keccak v0.1.6
11602026-07-20T18:36:33.068Z Downloaded natord v1.0.9
11612026-07-20T18:36:33.068Z Downloaded humantime v2.3.0
11622026-07-20T18:36:33.068Z Downloaded glob v0.3.3
11632026-07-20T18:36:33.068Z Downloaded http-body-util v0.1.4
11642026-07-20T18:36:33.068Z Downloaded hubpack v0.1.2
11652026-07-20T18:36:33.068Z Downloaded const_format_proc_macros v0.2.34
11662026-07-20T18:36:33.074Z Downloaded csv-core v0.1.13
11672026-07-20T18:36:33.074Z Downloaded git-stub v1.0.0
11682026-07-20T18:36:33.074Z Downloaded curve25519-dalek-derive v0.1.1
11692026-07-20T18:36:33.077Z Downloaded futures-executor v0.3.32
11702026-07-20T18:36:33.077Z Downloaded konst_macro_rules v0.2.19
11712026-07-20T18:36:33.077Z Downloaded cmake v0.1.58
11722026-07-20T18:36:33.077Z Downloaded memoffset v0.9.1
11732026-07-20T18:36:33.077Z Downloaded linked-hash-map v0.5.6
11742026-07-20T18:36:33.078Z Downloaded libscf-sys v1.2.0
11752026-07-20T18:36:33.081Z Downloaded ciborium v0.2.2
11762026-07-20T18:36:33.081Z Downloaded ingot-types v0.1.2
11772026-07-20T18:36:33.084Z Downloaded newline-converter v0.3.0
11782026-07-20T18:36:33.084Z Downloaded no-std-compat v0.4.1
11792026-07-20T18:36:33.084Z Downloaded managed v0.8.0
11802026-07-20T18:36:33.084Z Downloaded macaddr v1.0.1
11812026-07-20T18:36:33.087Z Downloaded num-conv v0.2.2
11822026-07-20T18:36:33.087Z Downloaded lru-slab v0.1.2
11832026-07-20T18:36:33.087Z Downloaded hyper-rustls v0.27.9
11842026-07-20T18:36:33.092Z Downloaded clap_derive v4.6.1
11852026-07-20T18:36:33.092Z Downloaded newtype_derive v0.1.6
11862026-07-20T18:36:33.092Z Downloaded defmt v1.1.0
11872026-07-20T18:36:33.097Z Downloaded ipnetwork v0.21.1
11882026-07-20T18:36:33.097Z Downloaded backon v1.6.0
11892026-07-20T18:36:33.102Z Downloaded crc32fast v1.5.0
11902026-07-20T18:36:33.102Z Downloaded num-iter v0.1.45
11912026-07-20T18:36:33.102Z Downloaded git-stub-vcs v0.1.0
11922026-07-20T18:36:33.102Z Downloaded colored v3.1.1
11932026-07-20T18:36:33.105Z Downloaded cookie v0.18.1
11942026-07-20T18:36:33.109Z Downloaded omicron-workspace-hack v0.1.0
11952026-07-20T18:36:33.109Z Downloaded num_threads v0.1.7
11962026-07-20T18:36:33.109Z Downloaded num_enum_derive v0.5.11
11972026-07-20T18:36:33.109Z Downloaded memmap v0.7.0
11982026-07-20T18:36:33.117Z Downloaded olpc-cjson v0.1.4
11992026-07-20T18:36:33.117Z Downloaded newtype-uuid-macros v0.1.0
12002026-07-20T18:36:33.120Z Downloaded compression-codecs v0.4.38
12012026-07-20T18:36:33.120Z Downloaded lock_api v0.4.14
12022026-07-20T18:36:33.121Z Downloaded daft v0.1.7
12032026-07-20T18:36:33.125Z Downloaded crossbeam-utils v0.8.21
12042026-07-20T18:36:33.125Z Downloaded ingot v0.1.1
12052026-07-20T18:36:33.131Z Downloaded console v0.16.3
12062026-07-20T18:36:33.132Z Downloaded console v0.15.11
12072026-07-20T18:36:33.132Z Downloaded opaque-debug v0.3.1
12082026-07-20T18:36:33.132Z Downloaded multer v3.1.0
12092026-07-20T18:36:33.136Z Downloaded num-derive v0.4.2
12102026-07-20T18:36:33.136Z Downloaded futures v0.3.32
12112026-07-20T18:36:33.139Z Downloaded percent-encoding v2.3.2
12122026-07-20T18:36:33.142Z Downloaded base64 v0.22.1
12132026-07-20T18:36:33.149Z Downloaded ipnet v2.12.0
12142026-07-20T18:36:33.149Z Downloaded openssl-macros v0.1.1
12152026-07-20T18:36:33.149Z Downloaded jobserver v0.1.34
12162026-07-20T18:36:33.155Z Downloaded ingot-macros v0.1.1
12172026-07-20T18:36:33.155Z Downloaded hmac v0.12.1
12182026-07-20T18:36:33.155Z Downloaded futures-channel v0.3.32
12192026-07-20T18:36:33.155Z Downloaded parse-display v0.10.0
12202026-07-20T18:36:33.155Z Downloaded httparse v1.10.1
12212026-07-20T18:36:33.160Z Downloaded num v0.4.3
12222026-07-20T18:36:33.160Z Downloaded newtype-uuid v1.3.2
12232026-07-20T18:36:33.160Z Downloaded crossbeam-epoch v0.9.18
12242026-07-20T18:36:33.160Z Downloaded derive_more v0.99.20
12252026-07-20T18:36:33.168Z Downloaded linear-map v1.2.0
12262026-07-20T18:36:33.168Z Downloaded libsw-core v0.3.2
12272026-07-20T18:36:33.168Z Downloaded num_enum v0.5.11
12282026-07-20T18:36:33.172Z Downloaded num-rational v0.4.2
12292026-07-20T18:36:33.172Z Downloaded phf_shared v0.12.1
12302026-07-20T18:36:33.172Z Downloaded plain v0.2.3
12312026-07-20T18:36:33.176Z Downloaded iana-time-zone v0.1.65
12322026-07-20T18:36:33.181Z Downloaded cancel-safe-futures v0.1.5
12332026-07-20T18:36:33.181Z Downloaded drift v0.2.0
12342026-07-20T18:36:33.184Z Downloaded chacha20 v0.10.0
12352026-07-20T18:36:33.187Z Downloaded pretty-hex v0.4.2
12362026-07-20T18:36:33.192Z Downloaded powerfmt v0.2.0
12372026-07-20T18:36:33.196Z Downloaded proc-macro-crate v3.5.0
12382026-07-20T18:36:33.196Z Downloaded potential_utf v0.1.5
12392026-07-20T18:36:33.196Z Downloaded proc-macro-error-attr v1.0.4
12402026-07-20T18:36:33.200Z Downloaded progenitor-macro v0.14.0
12412026-07-20T18:36:33.200Z Downloaded hybrid-array v0.4.12
12422026-07-20T18:36:33.202Z Downloaded darling v0.21.3
12432026-07-20T18:36:33.205Z Downloaded progenitor-client v0.10.0
12442026-07-20T18:36:33.208Z Downloaded proc-macro-crate v1.3.1
12452026-07-20T18:36:33.209Z Downloaded num-integer v0.1.46
12462026-07-20T18:36:33.209Z Downloaded num-complex v0.4.6
12472026-07-20T18:36:33.213Z Downloaded progenitor-client v0.14.0
12482026-07-20T18:36:33.213Z Downloaded clap v4.6.2
12492026-07-20T18:36:33.216Z Downloaded quick-error v1.2.3
12502026-07-20T18:36:33.219Z Downloaded progenitor-macro v0.13.0
12512026-07-20T18:36:33.219Z Downloaded num_enum_derive v0.7.6
12522026-07-20T18:36:33.219Z Downloaded allocator-api2 v0.2.21
12532026-07-20T18:36:33.222Z Downloaded rand_chacha v0.3.1
12542026-07-20T18:36:33.222Z Downloaded progenitor-macro v0.10.0
12552026-07-20T18:36:33.222Z Downloaded paste v1.0.15
12562026-07-20T18:36:33.226Z Downloaded openssl-probe v0.2.1
12572026-07-20T18:36:33.226Z Downloaded icu_provider v2.2.0
12582026-07-20T18:36:33.230Z Downloaded getrandom v0.3.4
12592026-07-20T18:36:33.230Z Downloaded indexmap v1.9.3
12602026-07-20T18:36:33.233Z Downloaded half v2.7.1
12612026-07-20T18:36:33.233Z Downloaded phf v0.12.1
12622026-07-20T18:36:33.236Z Downloaded rand_xorshift v0.4.0
12632026-07-20T18:36:33.236Z Downloaded base64 v0.21.7
12642026-07-20T18:36:33.240Z Downloaded ref-cast v1.0.25
12652026-07-20T18:36:33.240Z Downloaded getrandom v0.4.2
12662026-07-20T18:36:33.243Z Downloaded parse-display-derive v0.10.0
12672026-07-20T18:36:33.243Z Downloaded pem v3.0.6
12682026-07-20T18:36:33.243Z Downloaded password-hash v0.5.0
12692026-07-20T18:36:33.246Z Downloaded litemap v0.8.2
12702026-07-20T18:36:33.246Z Downloaded libsw v3.5.0
12712026-07-20T18:36:33.249Z Downloaded pin-project-internal v1.1.13
12722026-07-20T18:36:33.250Z Downloaded port-file v0.1.0
12732026-07-20T18:36:33.250Z Downloaded parking_lot_core v0.8.6
12742026-07-20T18:36:33.254Z Downloaded ref-cast-impl v1.0.25
12752026-07-20T18:36:33.254Z Downloaded poly1305 v0.8.0
12762026-07-20T18:36:33.257Z Downloaded pkg-config v0.3.33
12772026-07-20T18:36:33.257Z Downloaded rustc_version v0.1.7
12782026-07-20T18:36:33.257Z Downloaded ppv-lite86 v0.2.21
12792026-07-20T18:36:33.257Z Downloaded darling_core v0.21.3
12802026-07-20T18:36:33.261Z Downloaded pin-project-lite v0.2.17
12812026-07-20T18:36:33.265Z Downloaded rustc-hash v2.1.2
12822026-07-20T18:36:33.265Z Downloaded num_enum v0.7.6
12832026-07-20T18:36:33.268Z Downloaded const_format v0.2.36
12842026-07-20T18:36:33.271Z Downloaded heapless v0.8.0
12852026-07-20T18:36:33.271Z Downloaded rustc_version v0.4.1
12862026-07-20T18:36:33.274Z Downloaded progenitor v0.14.0
12872026-07-20T18:36:33.274Z Downloaded progenitor v0.13.0
12882026-07-20T18:36:33.274Z Downloaded proc-macro-error v1.0.4
12892026-07-20T18:36:33.277Z Downloaded memmap2 v0.9.10
12902026-07-20T18:36:33.277Z Downloaded const-oid v0.10.2
12912026-07-20T18:36:33.280Z Downloaded chacha20poly1305 v0.10.1
12922026-07-20T18:36:33.280Z Downloaded progenitor-extras v0.2.0
12932026-07-20T18:36:33.283Z Downloaded proc-macro-error-attr2 v2.0.0
12942026-07-20T18:36:33.283Z Downloaded elliptic-curve v0.13.8
12952026-07-20T18:36:33.287Z Downloaded log v0.4.32
12962026-07-20T18:36:33.287Z Downloaded bytes v1.11.1
12972026-07-20T18:36:33.290Z Downloaded parking_lot_core v0.9.12
12982026-07-20T18:36:33.290Z Downloaded parking_lot v0.12.5
12992026-07-20T18:36:33.293Z Downloaded oxide-tokio-rt v0.1.6
13002026-07-20T18:36:33.293Z Downloaded owo-colors v4.3.0
13012026-07-20T18:36:33.293Z Downloaded pest_derive v2.8.6
13022026-07-20T18:36:33.296Z Downloaded scroll_derive v0.13.1
13032026-07-20T18:36:33.296Z Downloaded same-file v1.0.6
13042026-07-20T18:36:33.300Z Downloaded progenitor-client v0.13.0
13052026-07-20T18:36:33.300Z Downloaded proc-macro-error2 v2.0.1
13062026-07-20T18:36:33.302Z Downloaded semver v0.1.20
13072026-07-20T18:36:33.302Z Downloaded once_cell v1.21.4
13082026-07-20T18:36:33.305Z Downloaded oxnet v0.1.6
13092026-07-20T18:36:33.305Z Downloaded icu_normalizer v2.2.0
13102026-07-20T18:36:33.308Z Downloaded darling_core v0.23.0
13112026-07-20T18:36:33.312Z Downloaded rand_core v0.9.5
13122026-07-20T18:36:33.315Z Downloaded rand_chacha v0.9.0
13132026-07-20T18:36:33.315Z Downloaded scopeguard v1.2.0
13142026-07-20T18:36:33.315Z Downloaded rand_core v0.6.4
13152026-07-20T18:36:33.315Z Downloaded secrecy v0.10.3
13162026-07-20T18:36:33.315Z Downloaded scroll_derive v0.12.1
13172026-07-20T18:36:33.318Z Downloaded quote v1.0.45
13182026-07-20T18:36:33.318Z Downloaded icu_properties v2.2.0
13192026-07-20T18:36:33.321Z Downloaded rand_core v0.10.1
13202026-07-20T18:36:33.321Z Downloaded num-traits v0.2.19
13212026-07-20T18:36:33.327Z Downloaded parking_lot v0.11.2
13222026-07-20T18:36:33.332Z Downloaded sigpipe v0.1.3
13232026-07-20T18:36:33.334Z Downloaded expectorate v1.2.0
13242026-07-20T18:36:33.339Z Downloaded resolv-conf v0.7.6
13252026-07-20T18:36:33.339Z Downloaded hickory-resolver v0.25.2
13262026-07-20T18:36:33.343Z Downloaded serde_spanned v0.6.9
13272026-07-20T18:36:33.343Z Downloaded progenitor v0.10.0
13282026-07-20T18:36:33.343Z Downloaded serde_repr v0.1.21
13292026-07-20T18:36:33.345Z Downloaded rusty-fork v0.3.1
13302026-07-20T18:36:33.345Z Downloaded serde_spanned v1.1.1
13312026-07-20T18:36:33.349Z Downloaded sha1 v0.11.0
13322026-07-20T18:36:33.349Z Downloaded serde_urlencoded v0.7.1
13332026-07-20T18:36:33.349Z Downloaded sha1 v0.10.6
13342026-07-20T18:36:33.353Z Downloaded cc v1.2.63
13352026-07-20T18:36:33.353Z Downloaded siphasher v1.0.3
13362026-07-20T18:36:33.357Z Downloaded serde_plain v1.0.2
13372026-07-20T18:36:33.357Z Downloaded rustls-pemfile v2.2.0
13382026-07-20T18:36:33.358Z Downloaded quinn-udp v0.5.14
13392026-07-20T18:36:33.358Z Downloaded indicatif v0.18.4
13402026-07-20T18:36:33.360Z Downloaded icu_normalizer_data v2.2.0
13412026-07-20T18:36:33.360Z Downloaded miniz_oxide v0.8.9
13422026-07-20T18:36:33.363Z Downloaded crypto-bigint v0.5.5
13432026-07-20T18:36:33.367Z Downloaded rustls-native-certs v0.8.4
13442026-07-20T18:36:33.369Z Downloaded slog-envlogger v2.2.0
13452026-07-20T18:36:33.370Z Downloaded crossbeam-channel v0.5.15
13462026-07-20T18:36:33.374Z Downloaded schemars_derive v0.8.22
13472026-07-20T18:36:33.374Z Downloaded rustversion v1.0.22
13482026-07-20T18:36:33.374Z Downloaded postcard v1.1.3
13492026-07-20T18:36:33.385Z Downloaded smawk v0.3.2
13502026-07-20T18:36:33.387Z Downloaded slog-bunyan v2.5.0
13512026-07-20T18:36:33.391Z Downloaded stable_deref_trait v1.2.1
13522026-07-20T18:36:33.391Z Downloaded spin v0.5.2
13532026-07-20T18:36:33.395Z Downloaded http v1.4.2
13542026-07-20T18:36:33.395Z Downloaded scroll v0.13.0
13552026-07-20T18:36:33.398Z Downloaded serde-big-array v0.5.1
13562026-07-20T18:36:33.398Z Downloaded scroll v0.12.0
13572026-07-20T18:36:33.401Z Downloaded jiff-static v0.2.28
13582026-07-20T18:36:33.405Z Downloaded strsim v0.11.1
13592026-07-20T18:36:33.408Z Downloaded swrite v0.1.0
13602026-07-20T18:36:33.408Z Downloaded structmeta v0.3.0
13612026-07-20T18:36:33.412Z Downloaded structmeta-derive v0.3.0
13622026-07-20T18:36:33.413Z Downloaded serde_derive_internals v0.29.1
13632026-07-20T18:36:33.413Z Downloaded strum v0.26.3
13642026-07-20T18:36:33.416Z Downloaded supports-color v3.0.2
13652026-07-20T18:36:33.416Z Downloaded subtle v2.6.1
13662026-07-20T18:36:33.419Z Downloaded serde_path_to_error v0.1.20
13672026-07-20T18:36:33.419Z Downloaded sync_wrapper v1.0.2
13682026-07-20T18:36:33.419Z Downloaded tabled_derive v0.7.0
13692026-07-20T18:36:33.422Z Downloaded flate2 v1.1.9
13702026-07-20T18:36:33.425Z Downloaded pest_generator v2.8.6
13712026-07-20T18:36:33.428Z Downloaded rhai_codegen v3.2.0
13722026-07-20T18:36:33.431Z Downloaded take_mut v0.2.2
13732026-07-20T18:36:33.431Z Downloaded simd-adler32 v0.3.9
13742026-07-20T18:36:33.434Z Downloaded serde_tokenstream v0.2.3
13752026-07-20T18:36:33.434Z Downloaded rustls-pki-types v1.14.1
13762026-07-20T18:36:33.437Z Downloaded termtree v0.5.1
13772026-07-20T18:36:33.437Z Downloaded tabwriter v1.4.1
13782026-07-20T18:36:33.437Z Downloaded icu_locale_core v2.2.0
13792026-07-20T18:36:33.440Z Downloaded testing_table v0.3.0
13802026-07-20T18:36:33.445Z Downloaded slab v0.4.12
13812026-07-20T18:36:33.445Z Downloaded signal-hook-registry v1.4.8
13822026-07-20T18:36:33.445Z Downloaded terminal_size v0.4.4
13832026-07-20T18:36:33.445Z Downloaded openssl-sys v0.9.116
13842026-07-20T18:36:33.447Z Downloaded minimal-lexical v0.2.1
13852026-07-20T18:36:33.450Z Downloaded papergrid v0.11.0
13862026-07-20T18:36:33.453Z Downloaded tabled_derive v0.11.0
13872026-07-20T18:36:33.456Z Downloaded progenitor-impl v0.10.0
13882026-07-20T18:36:33.456Z Downloaded slog-term v2.9.2
13892026-07-20T18:36:33.459Z Downloaded slog-stdlog v4.1.1
13902026-07-20T18:36:33.459Z Downloaded thread-id v4.2.2
13912026-07-20T18:36:33.459Z Downloaded thread-id v5.1.0
13922026-07-20T18:36:33.463Z Downloaded semver v1.0.28
13932026-07-20T18:36:33.463Z Downloaded proc-macro2 v1.0.106
13942026-07-20T18:36:33.466Z Downloaded async-compression v0.4.42
13952026-07-20T18:36:33.469Z Downloaded strum v0.27.2
13962026-07-20T18:36:33.469Z Downloaded slog-json v2.6.1
13972026-07-20T18:36:33.469Z Downloaded snafu-derive v0.8.9
13982026-07-20T18:36:33.472Z Downloaded slog-async v2.8.0
13992026-07-20T18:36:33.472Z Downloaded time-core v0.1.8
14002026-07-20T18:36:33.472Z Downloaded tinyvec_macros v0.1.1
14012026-07-20T18:36:33.472Z Downloaded thiserror-impl-no-std v2.0.2
14022026-07-20T18:36:33.477Z Downloaded slog-dtrace v0.3.0
14032026-07-20T18:36:33.481Z Downloaded konst v0.2.20
14042026-07-20T18:36:33.484Z Downloaded pin-project v1.1.13
14052026-07-20T18:36:33.489Z Downloaded static_assertions v1.1.0
14062026-07-20T18:36:33.492Z Downloaded smf v0.2.3
14072026-07-20T18:36:33.492Z Downloaded slog-scope v4.4.1
14082026-07-20T18:36:33.495Z Downloaded sha2 v0.10.9
14092026-07-20T18:36:33.495Z Downloaded strum_macros v0.26.4
14102026-07-20T18:36:33.498Z Downloaded serde_with_macros v3.21.0
14112026-07-20T18:36:33.506Z Downloaded ryu v1.0.23
14122026-07-20T18:36:33.508Z Downloaded tagptr v0.2.0
14132026-07-20T18:36:33.511Z Downloaded synstructure v0.13.2
14142026-07-20T18:36:33.511Z Downloaded pest_meta v2.8.6
14152026-07-20T18:36:33.511Z Downloaded papergrid v0.18.0
14162026-07-20T18:36:33.523Z Downloaded tower-layer v0.3.3
14172026-07-20T18:36:33.526Z Downloaded toml_write v0.1.2
14182026-07-20T18:36:33.527Z Downloaded thiserror-impl v2.0.19
14192026-07-20T18:36:33.529Z Downloaded typeid v1.0.3
14202026-07-20T18:36:33.532Z Downloaded thiserror v2.0.19
14212026-07-20T18:36:33.535Z Downloaded thread_local v1.1.9
14222026-07-20T18:36:33.539Z Downloaded indexmap v2.14.0
14232026-07-20T18:36:33.542Z Downloaded prettyplease v0.2.37
14242026-07-20T18:36:33.543Z Downloaded hashbrown v0.12.3
14252026-07-20T18:36:33.545Z Downloaded tinystr v0.8.3
14262026-07-20T18:36:33.546Z Downloaded thiserror v1.0.69
14272026-07-20T18:36:33.549Z Downloaded try-lock v0.2.5
14282026-07-20T18:36:33.552Z Downloaded thiserror-impl v1.0.69
14292026-07-20T18:36:33.552Z Downloaded typify-macro v0.4.3
14302026-07-20T18:36:33.552Z Downloaded tiny-keccak v2.0.2
14312026-07-20T18:36:33.552Z Downloaded time-macros v0.2.27
14322026-07-20T18:36:33.555Z Downloaded thiserror-no-std v2.0.2
14332026-07-20T18:36:33.558Z Downloaded usdt v0.5.0
14342026-07-20T18:36:33.558Z Downloaded universal-hash v0.5.1
14352026-07-20T18:36:33.558Z Downloaded unicode-xid v0.2.6
14362026-07-20T18:36:33.558Z Downloaded progenitor-impl v0.14.0
14372026-07-20T18:36:33.561Z Downloaded smartstring v1.0.1
14382026-07-20T18:36:33.561Z Downloaded smallvec v1.15.1
14392026-07-20T18:36:33.564Z Downloaded tokio-macros v2.7.0
14402026-07-20T18:36:33.564Z Downloaded serde_derive v1.0.228
14412026-07-20T18:36:33.568Z Downloaded rayon-core v1.13.0
14422026-07-20T18:36:33.568Z Downloaded typify-macro v0.6.2
14432026-07-20T18:36:33.571Z Downloaded progenitor-impl v0.13.0
14442026-07-20T18:36:33.571Z Downloaded unit-prefix v0.5.2
14452026-07-20T18:36:33.571Z Downloaded serde_yaml v0.9.34+deprecated
14462026-07-20T18:36:33.573Z Downloaded spin v0.9.8
14472026-07-20T18:36:33.573Z Downloaded icu_collections v2.2.0
14482026-07-20T18:36:33.576Z Downloaded untrusted v0.9.0
14492026-07-20T18:36:33.579Z Downloaded untrusted v0.7.1
14502026-07-20T18:36:33.582Z Downloaded usdt-macro v0.5.0
14512026-07-20T18:36:33.582Z Downloaded strum_macros v0.27.2
14522026-07-20T18:36:33.585Z Downloaded tokio-dtrace v0.1.1
14532026-07-20T18:36:33.589Z Downloaded toml_datetime v0.6.11
14542026-07-20T18:36:33.592Z Downloaded toml_writer v1.1.1+spec-1.1.0
14552026-07-20T18:36:33.592Z Downloaded utf8_iter v1.0.4
14562026-07-20T18:36:33.592Z Downloaded term v1.2.1
14572026-07-20T18:36:33.592Z Downloaded wait-timeout v0.2.1
14582026-07-20T18:36:33.597Z Downloaded usdt-macro v0.6.0
14592026-07-20T18:36:33.597Z Downloaded usdt-attr-macro v0.5.0
14602026-07-20T18:36:33.597Z Downloaded utf8parse v0.2.2
14612026-07-20T18:36:33.597Z Downloaded usdt-attr-macro v0.6.0
14622026-07-20T18:36:33.601Z Downloaded serde_core v1.0.228
14632026-07-20T18:36:33.601Z Downloaded usdt v0.6.0
14642026-07-20T18:36:33.602Z Downloaded similar v2.7.0
14652026-07-20T18:36:33.602Z Downloaded memchr v2.8.1
14662026-07-20T18:36:33.605Z Downloaded qorb v0.4.1
14672026-07-20T18:36:33.607Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14682026-07-20T18:36:33.610Z Downloaded slog v2.8.2
14692026-07-20T18:36:33.610Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14702026-07-20T18:36:33.613Z Downloaded shlex v2.0.1
14712026-07-20T18:36:33.617Z Downloaded waitgroup v0.1.2
14722026-07-20T18:36:33.620Z Downloaded version_check v0.9.5
14732026-07-20T18:36:33.621Z Downloaded want v0.3.1
14742026-07-20T18:36:33.621Z Downloaded tempfile v3.27.0
14752026-07-20T18:36:33.630Z Downloaded tokio-stream v0.1.18
14762026-07-20T18:36:33.633Z Downloaded unarray v0.1.4
14772026-07-20T18:36:33.636Z Downloaded tokio-tungstenite v0.21.0
14782026-07-20T18:36:33.639Z Downloaded tower-service v0.3.3
14792026-07-20T18:36:33.639Z Downloaded thin-vec v0.2.18
14802026-07-20T18:36:33.652Z Downloaded schemars v0.8.22
14812026-07-20T18:36:33.652Z Downloaded yoke-derive v0.8.2
14822026-07-20T18:36:33.652Z Downloaded tokio-rustls v0.26.4
14832026-07-20T18:36:33.658Z Downloaded quinn v0.11.9
14842026-07-20T18:36:33.661Z Downloaded zerofrom-derive v0.1.7
14852026-07-20T18:36:33.666Z Downloaded rustls-platform-verifier v0.7.0
14862026-07-20T18:36:33.666Z Downloaded rand v0.8.6
14872026-07-20T18:36:33.668Z Downloaded zerofrom v0.1.8
14882026-07-20T18:36:33.671Z Downloaded toml v0.8.23
14892026-07-20T18:36:33.674Z Downloaded usdt-impl v0.6.0
14902026-07-20T18:36:33.674Z Downloaded zeroize_derive v1.4.3
14912026-07-20T18:36:33.674Z Downloaded utf-8 v0.7.6
14922026-07-20T18:36:33.674Z Downloaded usdt-impl v0.5.0
14932026-07-20T18:36:33.677Z Downloaded zone_cfg_derive v0.3.1
14942026-07-20T18:36:33.681Z Downloaded zone v0.3.1
14952026-07-20T18:36:33.684Z Downloaded hyper-util v0.1.20
14962026-07-20T18:36:33.686Z Downloaded rand v0.9.4
14972026-07-20T18:36:33.696Z Downloaded snafu v0.8.9
14982026-07-20T18:36:33.699Z Downloaded toml_parser v1.1.2+spec-1.1.0
14992026-07-20T18:36:33.702Z Downloaded walkdir v2.5.0
15002026-07-20T18:36:33.702Z Downloaded vsss-rs v3.3.4
15012026-07-20T18:36:33.705Z Downloaded writeable v0.6.3
15022026-07-20T18:36:33.705Z Downloaded toml v1.1.2+spec-1.1.0
15032026-07-20T18:36:33.708Z Downloaded idna v1.1.0
15042026-07-20T18:36:33.712Z Downloaded mio v1.2.1
15052026-07-20T18:36:33.715Z Downloaded test-strategy v0.4.5
15062026-07-20T18:36:33.719Z Downloaded xz2 v0.1.7
15072026-07-20T18:36:33.721Z Downloaded schemars v0.9.0
15082026-07-20T18:36:33.727Z Downloaded tinyvec v1.11.0
15092026-07-20T18:36:33.732Z Downloaded unicode-linebreak v0.1.5
15102026-07-20T18:36:33.735Z Downloaded ucd-trie v0.1.7
15112026-07-20T18:36:33.735Z Downloaded zeroize v1.8.2
15122026-07-20T18:36:33.742Z Downloaded socket2 v0.6.5
15132026-07-20T18:36:33.746Z Downloaded toml v0.9.12+spec-1.1.0
15142026-07-20T18:36:33.749Z Downloaded zerovec-derive v0.11.3
15152026-07-20T18:36:33.749Z Downloaded hashbrown v0.16.1
15162026-07-20T18:36:33.754Z Downloaded tungstenite v0.21.0
15172026-07-20T18:36:33.757Z Downloaded zmij v1.0.21
15182026-07-20T18:36:33.760Z Downloaded typify v0.4.3
15192026-07-20T18:36:33.760Z Downloaded rand v0.10.2
15202026-07-20T18:36:33.764Z Downloaded hashbrown v0.15.5
15212026-07-20T18:36:33.767Z Downloaded serde v1.0.228
15222026-07-20T18:36:33.771Z Downloaded whoami v1.6.1
15232026-07-20T18:36:33.774Z Downloaded tracing-attributes v0.1.31
15242026-07-20T18:36:33.777Z Downloaded rustls-webpki v0.103.13
15252026-07-20T18:36:33.780Z Downloaded textwrap v0.16.2
15262026-07-20T18:36:33.780Z Downloaded itertools v0.14.0
15272026-07-20T18:36:33.783Z Downloaded hashbrown v0.17.1
15282026-07-20T18:36:33.787Z Downloaded h2 v0.4.14
15292026-07-20T18:36:33.790Z Downloaded yoke v0.8.3
15302026-07-20T18:36:33.793Z Downloaded unicode-ident v1.0.24
15312026-07-20T18:36:33.796Z Downloaded itertools v0.12.1
15322026-07-20T18:36:33.799Z Downloaded uuid v1.24.0
15332026-07-20T18:36:33.801Z Downloaded zerocopy-derive v0.7.35
15342026-07-20T18:36:33.804Z Downloaded steno v0.4.1
15352026-07-20T18:36:33.807Z Downloaded schemars v1.2.1
15362026-07-20T18:36:33.813Z Downloaded pest v2.8.6
15372026-07-20T18:36:33.816Z Downloaded icu_properties_data v2.2.0
15382026-07-20T18:36:33.822Z Downloaded hkdf v0.12.4
15392026-07-20T18:36:33.824Z Downloaded typify v0.6.2
15402026-07-20T18:36:33.857Z Downloaded itertools v0.15.0
15412026-07-20T18:36:33.858Z Downloaded hyper v1.10.1
15422026-07-20T18:36:33.858Z Downloaded ron v0.12.1
15432026-07-20T18:36:33.858Z Downloaded goblin v0.8.2
15442026-07-20T18:36:33.858Z Downloaded nom v8.0.0
15452026-07-20T18:36:33.858Z Downloaded nom v7.1.3
15462026-07-20T18:36:33.858Z Downloaded tracing-core v0.1.36
15472026-07-20T18:36:33.858Z Downloaded toml_edit v0.25.12+spec-1.1.0
15482026-07-20T18:36:33.861Z Downloaded iddqd v0.4.5
15492026-07-20T18:36:33.864Z Downloaded libm v0.2.16
15502026-07-20T18:36:33.867Z Downloaded toml_edit v0.22.27
15512026-07-20T18:36:33.870Z Downloaded toml_edit v0.19.15
15522026-07-20T18:36:33.879Z Downloaded url v2.5.8
15532026-07-20T18:36:33.882Z Downloaded clap_builder v4.6.2
15542026-07-20T18:36:33.898Z Downloaded unsafe-libyaml v0.2.11
15552026-07-20T18:36:33.913Z Downloaded aho-corasick v1.1.4
15562026-07-20T18:36:33.916Z Downloaded regex v1.12.3
15572026-07-20T18:36:33.922Z Downloaded zerocopy-derive v0.8.50
15582026-07-20T18:36:33.927Z Downloaded zerotrie v0.2.4
15592026-07-20T18:36:33.929Z Downloaded tower v0.5.3
15602026-07-20T18:36:33.934Z Downloaded typenum v1.20.1
15612026-07-20T18:36:33.937Z Downloaded hickory-proto v0.24.4
15622026-07-20T18:36:33.944Z Downloaded unicode-segmentation v1.13.3
15632026-07-20T18:36:33.947Z Downloaded reqwest v0.12.28
15642026-07-20T18:36:33.959Z Downloaded typed-path v0.9.3
15652026-07-20T18:36:33.966Z Downloaded unicode-normalization v0.1.25
15662026-07-20T18:36:33.969Z Downloaded rayon v1.12.0
15672026-07-20T18:36:33.975Z Downloaded reqwest v0.13.4
15682026-07-20T18:36:33.978Z Downloaded portable-atomic v1.13.1
15692026-07-20T18:36:33.983Z Downloaded serde_json v1.0.150
15702026-07-20T18:36:33.995Z Downloaded aws-lc-rs v1.17.0
15712026-07-20T18:36:34.007Z Downloaded tokio-util v0.7.18
15722026-07-20T18:36:34.016Z Downloaded zerovec v0.11.6
15732026-07-20T18:36:34.020Z Downloaded proptest v1.11.0
15742026-07-20T18:36:34.027Z Downloaded goblin v0.10.7
15752026-07-20T18:36:34.031Z Downloaded tough v0.22.0
15762026-07-20T18:36:34.036Z Downloaded chrono v0.4.45
15772026-07-20T18:36:34.049Z Downloaded tower-http v0.6.11
15782026-07-20T18:36:34.069Z Downloaded zerocopy v0.7.35
15792026-07-20T18:36:34.080Z Downloaded dropshot v0.17.1
15802026-07-20T18:36:34.092Z Downloaded winnow v0.5.40
15812026-07-20T18:36:34.098Z Downloaded moka v0.12.15
15822026-07-20T18:36:34.108Z Downloaded winnow v0.7.15
15832026-07-20T18:36:34.113Z Downloaded winnow v1.0.3
15842026-07-20T18:36:34.119Z Downloaded syn v1.0.109
15852026-07-20T18:36:34.126Z Downloaded serde_with v3.21.0
15862026-07-20T18:36:34.133Z Downloaded openssl v0.10.80
15872026-07-20T18:36:34.138Z Downloaded tabled v0.15.0
15882026-07-20T18:36:34.146Z Downloaded quinn-proto v0.11.14
15892026-07-20T18:36:34.150Z Downloaded curve25519-dalek v4.1.3
15902026-07-20T18:36:34.165Z Downloaded time v0.3.47
15912026-07-20T18:36:34.172Z Downloaded bstr v1.12.1
15922026-07-20T18:36:34.181Z Downloaded syn v2.0.117
15932026-07-20T18:36:34.188Z Downloaded tabled v0.21.0
15942026-07-20T18:36:34.198Z Downloaded webpki-roots v1.0.7
15952026-07-20T18:36:34.201Z Downloaded regress v0.10.5
15962026-07-20T18:36:34.204Z Downloaded nix v0.31.3
15972026-07-20T18:36:34.211Z Downloaded zerocopy v0.8.50
15982026-07-20T18:36:34.222Z Downloaded vcpkg v0.2.15
15992026-07-20T18:36:34.245Z Downloaded hickory-proto v0.25.2
16002026-07-20T18:36:34.253Z Downloaded unicode-width v0.2.2
16012026-07-20T18:36:34.256Z Downloaded unicode-width v0.1.14
16022026-07-20T18:36:34.259Z Downloaded regress v0.11.1
16032026-07-20T18:36:34.265Z Downloaded openapiv3 v2.2.0
16042026-07-20T18:36:34.271Z Downloaded syn v3.0.0
16052026-07-20T18:36:34.277Z Downloaded rhai v1.25.1
16062026-07-20T18:36:34.284Z Downloaded regex-syntax v0.8.10
16072026-07-20T18:36:34.288Z Downloaded smoltcp v0.11.0
16082026-07-20T18:36:34.299Z Downloaded rustix v0.38.44
16092026-07-20T18:36:34.312Z Downloaded rustls v0.23.40
16102026-07-20T18:36:34.320Z Downloaded typify-impl v0.6.2
16112026-07-20T18:36:34.325Z Downloaded typify-impl v0.4.3
16122026-07-20T18:36:34.333Z Downloaded tracing v0.1.44
16132026-07-20T18:36:34.344Z Downloaded rustix v1.1.4
16142026-07-20T18:36:34.384Z Downloaded sled v0.34.7
16152026-07-20T18:36:34.390Z Downloaded petgraph v0.6.5
16162026-07-20T18:36:34.420Z Downloaded petgraph v0.8.3
16172026-07-20T18:36:34.436Z Downloaded sha3 v0.10.9
16182026-07-20T18:36:34.483Z Downloaded regex-automata v0.4.14
16192026-07-20T18:36:34.492Z Downloaded encoding_rs v0.8.35
16202026-07-20T18:36:34.511Z Downloaded ring v0.17.14
16212026-07-20T18:36:34.532Z Downloaded jiff v0.2.28
16222026-07-20T18:36:34.542Z Downloaded chrono-tz v0.10.4
16232026-07-20T18:36:34.569Z Downloaded lzma-sys v0.1.20
16242026-07-20T18:36:34.587Z Downloaded libc v0.2.186
16252026-07-20T18:36:34.605Z Downloaded csv v1.4.0
16262026-07-20T18:36:34.628Z Downloaded tokio v1.53.0
16272026-07-20T18:36:35.316Z Downloaded aws-lc-sys v0.41.0
16282026-07-20T18:36:35.668Z Compiling proc-macro2 v1.0.106
16292026-07-20T18:36:35.668Z Compiling quote v1.0.45
16302026-07-20T18:36:35.668Z Compiling unicode-ident v1.0.24
16312026-07-20T18:36:35.668Z Compiling serde_core v1.0.228
16322026-07-20T18:36:35.671Z Compiling serde v1.0.228
16332026-07-20T18:36:35.671Z Compiling libc v0.2.186
16342026-07-20T18:36:35.671Z Compiling cfg-if v1.0.4
16352026-07-20T18:36:35.954Z Compiling zmij v1.0.21
16362026-07-20T18:36:35.971Z Compiling autocfg v1.5.1
16372026-07-20T18:36:36.306Z Compiling memchr v2.8.1
16382026-07-20T18:36:36.373Z Compiling libm v0.2.16
16392026-07-20T18:36:36.790Z Compiling itoa v1.0.18
16402026-07-20T18:36:36.836Z Compiling icu_normalizer_data v2.2.0
16412026-07-20T18:36:37.080Z Compiling icu_properties_data v2.2.0
16422026-07-20T18:36:37.109Z Compiling version_check v0.9.5
16432026-07-20T18:36:37.140Z Compiling stable_deref_trait v1.2.1
16442026-07-20T18:36:37.209Z Compiling syn v2.0.117
16452026-07-20T18:36:37.227Z Compiling serde_json v1.0.150
16462026-07-20T18:36:37.341Z Compiling syn v3.0.0
16472026-07-20T18:36:37.370Z Compiling writeable v0.6.3
16482026-07-20T18:36:37.463Z Compiling parking_lot_core v0.9.12
16492026-07-20T18:36:37.503Z Compiling litemap v0.8.2
16502026-07-20T18:36:37.610Z Compiling num-traits v0.2.19
16512026-07-20T18:36:37.628Z Compiling utf8_iter v1.0.4
16522026-07-20T18:36:37.796Z Compiling percent-encoding v2.3.2
16532026-07-20T18:36:37.991Z Compiling thiserror v2.0.19
16542026-07-20T18:36:38.111Z Compiling rand_core v0.10.1
16552026-07-20T18:36:38.207Z Compiling getrandom v0.4.2
16562026-07-20T18:36:38.230Z Compiling form_urlencoded v1.2.2
16572026-07-20T18:36:38.348Z Compiling zerocopy v0.8.50
16582026-07-20T18:36:38.467Z Compiling errno v0.3.14
16592026-07-20T18:36:38.680Z Compiling heck v0.5.0
16602026-07-20T18:36:38.827Z Compiling iana-time-zone v0.1.65
16612026-07-20T18:36:39.204Z Compiling uuid v1.24.0
16622026-07-20T18:36:39.238Z Compiling jobserver v0.1.34
16632026-07-20T18:36:39.303Z Compiling thiserror-impl v2.0.19
16642026-07-20T18:36:39.321Z Compiling find-msvc-tools v0.1.9
16652026-07-20T18:36:39.552Z Compiling shlex v2.0.1
16662026-07-20T18:36:39.569Z Compiling rustversion v1.0.22
16672026-07-20T18:36:39.586Z Compiling semver v1.0.28
16682026-07-20T18:36:39.749Z Compiling cc v1.2.63
16692026-07-20T18:36:39.860Z Compiling schemars v0.8.22
16702026-07-20T18:36:40.004Z Compiling dyn-clone v1.0.20
16712026-07-20T18:36:40.143Z Compiling synstructure v0.13.2
16722026-07-20T18:36:40.178Z Compiling serde_derive_internals v0.29.1
16732026-07-20T18:36:40.310Z Compiling pin-project-lite v0.2.17
16742026-07-20T18:36:40.425Z Compiling getrandom v0.2.17
16752026-07-20T18:36:40.530Z Compiling scopeguard v1.2.0
16762026-07-20T18:36:40.675Z Compiling lock_api v0.4.14
16772026-07-20T18:36:40.678Z Compiling bitflags v2.12.1
16782026-07-20T18:36:40.826Z Compiling socket2 v0.6.5
16792026-07-20T18:36:40.894Z Compiling cmake v0.1.58
16802026-07-20T18:36:40.928Z Compiling signal-hook-registry v1.4.8
16812026-07-20T18:36:40.945Z Compiling mio v1.2.1
16822026-07-20T18:36:41.030Z Compiling portable-atomic v1.13.1
16832026-07-20T18:36:41.066Z Compiling dunce v1.0.5
16842026-07-20T18:36:41.111Z Compiling fs_extra v1.3.0
16852026-07-20T18:36:41.230Z Compiling critical-section v1.2.0
16862026-07-20T18:36:41.260Z Compiling log v0.4.32
16872026-07-20T18:36:41.299Z Compiling serde_derive v1.0.228
16882026-07-20T18:36:41.346Z Compiling zerofrom-derive v0.1.7
16892026-07-20T18:36:41.386Z Compiling yoke-derive v0.8.2
16902026-07-20T18:36:41.420Z Compiling zerovec-derive v0.11.3
16912026-07-20T18:36:41.453Z Compiling displaydoc v0.2.6
16922026-07-20T18:36:41.522Z Compiling schemars_derive v0.8.22
16932026-07-20T18:36:41.681Z Compiling tokio-macros v2.7.0
16942026-07-20T18:36:41.699Z Compiling zerocopy-derive v0.8.50
16952026-07-20T18:36:42.277Z Compiling zeroize_derive v1.4.3
16962026-07-20T18:36:42.442Z Compiling futures-macro v0.3.32
16972026-07-20T18:36:42.531Z Compiling aws-lc-sys v0.41.0
16982026-07-20T18:36:42.554Z Compiling zerofrom v0.1.8
16992026-07-20T18:36:42.690Z Compiling yoke v0.8.3
17002026-07-20T18:36:42.750Z Compiling futures-core v0.3.32
17012026-07-20T18:36:42.896Z Compiling zerovec v0.11.6
17022026-07-20T18:36:42.917Z Compiling zerotrie v0.2.4
17032026-07-20T18:36:42.960Z Compiling zeroize v1.8.2
17042026-07-20T18:36:43.235Z Compiling once_cell v1.21.4
17052026-07-20T18:36:43.382Z Compiling subtle v2.6.1
17062026-07-20T18:36:43.435Z Compiling equivalent v1.0.2
17072026-07-20T18:36:43.490Z Compiling tinystr v0.8.3
17082026-07-20T18:36:43.517Z Compiling potential_utf v0.1.5
17092026-07-20T18:36:43.535Z Compiling httparse v1.10.1
17102026-07-20T18:36:43.554Z Compiling futures-sink v0.3.32
17112026-07-20T18:36:43.698Z Compiling icu_locale_core v2.2.0
17122026-07-20T18:36:43.698Z Compiling icu_collections v2.2.0
17132026-07-20T18:36:43.733Z Compiling rustix v1.1.4
17142026-07-20T18:36:43.752Z Compiling slab v0.4.12
17152026-07-20T18:36:43.899Z Compiling ucd-trie v0.1.7
17162026-07-20T18:36:43.936Z Compiling thiserror v1.0.69
17172026-07-20T18:36:43.959Z Compiling typenum v1.20.1
17182026-07-20T18:36:44.130Z Compiling pest v2.8.6
17192026-07-20T18:36:44.282Z Compiling futures-channel v0.3.32
17202026-07-20T18:36:44.485Z Compiling thiserror-impl v1.0.69
17212026-07-20T18:36:44.542Z Compiling smallvec v1.15.1
17222026-07-20T18:36:44.617Z Compiling bytes v1.11.1
17232026-07-20T18:36:44.649Z Compiling icu_provider v2.2.0
17242026-07-20T18:36:44.802Z Compiling chrono v0.4.45
17252026-07-20T18:36:45.218Z Compiling icu_properties v2.2.0
17262026-07-20T18:36:45.269Z Compiling icu_normalizer v2.2.0
17272026-07-20T18:36:45.351Z Compiling parking_lot v0.12.5
17282026-07-20T18:36:45.535Z Compiling serde_tokenstream v0.2.3
17292026-07-20T18:36:45.676Z Compiling tokio v1.53.0
17302026-07-20T18:36:46.220Z Compiling idna_adapter v1.2.2
17312026-07-20T18:36:46.376Z Compiling idna v1.1.0
17322026-07-20T18:36:46.414Z Compiling pest_meta v2.8.6
17332026-07-20T18:36:46.433Z Compiling futures-io v0.3.32
17342026-07-20T18:36:46.436Z Compiling futures-task v0.3.32
17352026-07-20T18:36:46.600Z Compiling futures-util v0.3.32
17362026-07-20T18:36:46.629Z Compiling getrandom v0.3.4
17372026-07-20T18:36:46.647Z Compiling regex-syntax v0.8.10
17382026-07-20T18:36:46.818Z Compiling url v2.5.8
17392026-07-20T18:36:46.988Z Compiling pest_generator v2.8.6
17402026-07-20T18:36:47.658Z Compiling pest_derive v2.8.6
17412026-07-20T18:36:48.222Z Compiling strsim v0.11.1
17422026-07-20T18:36:48.278Z Compiling rand_core v0.6.4
17432026-07-20T18:36:48.412Z Compiling aho-corasick v1.1.4
17442026-07-20T18:36:48.520Z Compiling hashbrown v0.17.1
17452026-07-20T18:36:48.540Z Compiling byteorder v1.5.0
17462026-07-20T18:36:48.726Z Compiling ipnetwork v0.21.1
17472026-07-20T18:36:48.839Z Compiling tracing-core v0.1.36
17482026-07-20T18:36:49.212Z Compiling indexmap v2.14.0
17492026-07-20T18:36:49.319Z Compiling regex-automata v0.4.14
17502026-07-20T18:36:49.337Z Compiling tracing-attributes v0.1.31
17512026-07-20T18:36:49.889Z Compiling ident_case v1.0.1
17522026-07-20T18:36:49.907Z Compiling slog v2.8.2
17532026-07-20T18:36:50.167Z Compiling fnv v1.0.7
17542026-07-20T18:36:50.281Z Compiling paste v1.0.15
17552026-07-20T18:36:50.302Z Compiling base64 v0.22.1
17562026-07-20T18:36:50.323Z Compiling anyhow v1.0.104
17572026-07-20T18:36:50.581Z Compiling tracing v0.1.44
17582026-07-20T18:36:50.691Z Compiling erased-serde v0.3.31
17592026-07-20T18:36:50.930Z Compiling omicron-workspace-hack v0.1.0
17602026-07-20T18:36:51.137Z Compiling regex v1.12.3
17612026-07-20T18:36:51.546Z Compiling http v1.4.2
17622026-07-20T18:36:51.874Z Compiling oxnet v0.1.6
17632026-07-20T18:36:51.947Z Compiling rustls-pki-types v1.14.1
17642026-07-20T18:36:52.708Z Compiling scroll_derive v0.13.1
17652026-07-20T18:36:52.801Z Compiling ring v0.17.14
17662026-07-20T18:36:53.259Z Compiling aws-lc-rs v1.17.0
17672026-07-20T18:36:53.352Z Compiling num-conv v0.2.2
17682026-07-20T18:36:53.383Z Compiling time-core v0.1.8
17692026-07-20T18:36:53.548Z Compiling time-macros v0.2.27
17702026-07-20T18:36:53.633Z Compiling tokio-util v0.7.18
17712026-07-20T18:36:54.042Z Compiling untrusted v0.7.1
17722026-07-20T18:36:54.176Z Compiling ipnet v2.12.0
17732026-07-20T18:36:54.576Z Compiling camino v1.2.4
17742026-07-20T18:36:54.579Z Compiling untrusted v0.9.0
17752026-07-20T18:36:54.772Z Compiling ppv-lite86 v0.2.21
17762026-07-20T18:36:55.125Z Compiling async-trait v0.1.89
17772026-07-20T18:36:55.312Z Compiling daft-derive v0.1.7
17782026-07-20T18:36:55.338Z Compiling crc32fast v1.5.0
17792026-07-20T18:36:55.386Z Compiling rustls v0.23.40
17802026-07-20T18:36:55.755Z Compiling http-body v1.0.1
17812026-07-20T18:36:55.986Z Compiling atomic-waker v1.1.2
17822026-07-20T18:36:56.066Z Compiling crossbeam-utils v0.8.21
17832026-07-20T18:36:56.083Z Compiling pretty-hex v0.4.2
17842026-07-20T18:36:56.116Z Compiling usdt-impl v0.6.0
17852026-07-20T18:36:56.379Z Compiling scroll v0.13.0
17862026-07-20T18:36:56.420Z Compiling ryu v1.0.23
17872026-07-20T18:36:56.641Z Compiling try-lock v0.2.5
17882026-07-20T18:36:56.692Z Compiling tower-layer v0.3.3
17892026-07-20T18:36:56.762Z Compiling plain v0.2.3
17902026-07-20T18:36:56.876Z Compiling tower-service v0.3.3
17912026-07-20T18:36:56.893Z Compiling goblin v0.10.7
17922026-07-20T18:36:56.978Z Compiling want v0.3.1
17932026-07-20T18:36:57.157Z Compiling h2 v0.4.14
17942026-07-20T18:36:57.523Z Compiling slog-async v2.8.0
17952026-07-20T18:36:57.826Z Compiling httpdate v1.0.3
17962026-07-20T18:36:57.996Z Compiling dtrace-parser v0.3.0
17972026-07-20T18:36:58.129Z Compiling thread-id v5.1.0
17982026-07-20T18:36:58.233Z Compiling ref-cast v1.0.25
17992026-07-20T18:36:59.614Z Compiling dof v0.4.0
18002026-07-20T18:37:00.184Z Compiling hyper v1.10.1
18012026-07-20T18:37:00.640Z Compiling rand_core v0.9.5
18022026-07-20T18:37:00.896Z Compiling serde_urlencoded v0.7.1
18032026-07-20T18:37:01.113Z Compiling http-body-util v0.1.4
18042026-07-20T18:37:01.205Z Compiling ref-cast-impl v1.0.25
18052026-07-20T18:37:01.598Z Compiling hyper-util v0.1.20
18062026-07-20T18:37:01.835Z Compiling syn v1.0.109
18072026-07-20T18:37:02.891Z Compiling usdt-macro v0.6.0
18082026-07-20T18:37:03.528Z Compiling usdt-attr-macro v0.6.0
18092026-07-20T18:37:03.751Z Compiling structmeta-derive v0.3.0
18102026-07-20T18:37:04.318Z Compiling multer v3.1.0
18112026-07-20T18:37:04.420Z Compiling allocator-api2 v0.2.21
18122026-07-20T18:37:04.565Z Compiling foldhash v0.2.0
18132026-07-20T18:37:04.761Z Compiling powerfmt v0.2.0
18142026-07-20T18:37:04.809Z Compiling hashbrown v0.16.1
18152026-07-20T18:37:04.848Z Compiling structmeta v0.3.0
18162026-07-20T18:37:04.904Z Compiling rand_chacha v0.9.0
18172026-07-20T18:37:05.025Z Compiling deranged v0.5.8
18182026-07-20T18:37:05.443Z Compiling darling_core v0.23.0
18192026-07-20T18:37:05.470Z Compiling newtype-uuid-macros v0.1.0
18202026-07-20T18:37:05.525Z Compiling num_threads v0.1.7
18212026-07-20T18:37:05.940Z Compiling rand v0.9.4
18222026-07-20T18:37:06.130Z Compiling time v0.3.47
18232026-07-20T18:37:06.320Z Compiling newtype-uuid v1.3.2
18242026-07-20T18:37:06.666Z Compiling sync_wrapper v1.0.2
18252026-07-20T18:37:06.788Z Compiling async-stream-impl v0.3.6
18262026-07-20T18:37:06.881Z Compiling strum_macros v0.26.4
18272026-07-20T18:37:07.259Z Compiling dropshot v0.17.1
18282026-07-20T18:37:07.517Z Compiling fastrand v2.4.1
18292026-07-20T18:37:07.536Z Compiling darling_macro v0.23.0
18302026-07-20T18:37:07.847Z Compiling hex v0.4.3
18312026-07-20T18:37:08.134Z Compiling tower v0.5.3
18322026-07-20T18:37:08.138Z Compiling darling v0.23.0
18332026-07-20T18:37:08.186Z Compiling daft v0.1.7
18342026-07-20T18:37:08.514Z Compiling crossbeam-channel v0.5.15
18352026-07-20T18:37:08.738Z Compiling webpki-roots v1.0.7
18362026-07-20T18:37:08.855Z Compiling openapiv3 v2.2.0
18372026-07-20T18:37:08.994Z Compiling generic-array v0.14.7
18382026-07-20T18:37:09.411Z Compiling tower-http v0.6.11
18392026-07-20T18:37:09.483Z Compiling serde_with_macros v3.21.0
18402026-07-20T18:37:10.138Z Compiling futures-executor v0.3.32
18412026-07-20T18:37:10.154Z Compiling dropshot_endpoint v0.17.1
18422026-07-20T18:37:10.515Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18432026-07-20T18:37:10.615Z Compiling thread_local v1.1.9
18442026-07-20T18:37:10.959Z Compiling openssl-probe v0.2.1
18452026-07-20T18:37:11.036Z Compiling cpufeatures v0.3.0
18462026-07-20T18:37:11.084Z Compiling rustls-native-certs v0.8.4
18472026-07-20T18:37:11.208Z Compiling futures v0.3.32
18482026-07-20T18:37:11.731Z Compiling tempfile v3.27.0
18492026-07-20T18:37:11.858Z Compiling derive-ex v0.1.8
18502026-07-20T18:37:11.980Z Compiling strum_macros v0.27.2
18512026-07-20T18:37:12.566Z Compiling is-terminal v0.4.17
18522026-07-20T18:37:12.676Z Compiling winnow v1.0.3
18532026-07-20T18:37:12.724Z Compiling term v1.2.1
18542026-07-20T18:37:13.428Z Compiling take_mut v0.2.2
18552026-07-20T18:37:13.818Z Compiling test-strategy v0.4.5
18562026-07-20T18:37:13.837Z Compiling slog-term v2.9.2
18572026-07-20T18:37:15.194Z Compiling hybrid-array v0.4.12
18582026-07-20T18:37:15.214Z Compiling macaddr v1.0.1
18592026-07-20T18:37:15.598Z Compiling match_cfg v0.1.0
18602026-07-20T18:37:15.650Z Compiling simd-adler32 v0.3.9
18612026-07-20T18:37:15.660Z Compiling adler2 v2.0.1
18622026-07-20T18:37:15.836Z Compiling miniz_oxide v0.8.9
18632026-07-20T18:37:15.859Z Compiling hostname v0.3.1
18642026-07-20T18:37:16.547Z Compiling slog-json v2.6.1
18652026-07-20T18:37:16.835Z Compiling memmap2 v0.9.10
18662026-07-20T18:37:17.238Z Compiling usdt v0.6.0
18672026-07-20T18:37:17.346Z Compiling slog-bunyan v2.5.0
18682026-07-20T18:37:17.351Z Compiling flate2 v1.1.9
18692026-07-20T18:37:18.369Z Compiling crypto-common v0.2.2
18702026-07-20T18:37:18.396Z Compiling block-buffer v0.12.0
18712026-07-20T18:37:18.396Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-07-20T18:37:18.396Z Compiling either v1.16.0
18732026-07-20T18:37:18.396Z Compiling debug-ignore v1.0.5
18742026-07-20T18:37:18.396Z Compiling const-oid v0.10.2
18752026-07-20T18:37:18.396Z Compiling compression-core v0.4.32
18762026-07-20T18:37:18.541Z Compiling digest v0.11.3
18772026-07-20T18:37:18.618Z Compiling compression-codecs v0.4.38
18782026-07-20T18:37:18.862Z Compiling toml_parser v1.1.2+spec-1.1.0
18792026-07-20T18:37:18.888Z Compiling crypto-common v0.1.7
18802026-07-20T18:37:18.999Z Compiling parse-display-derive v0.10.0
18812026-07-20T18:37:19.042Z Compiling rand_chacha v0.3.1
18822026-07-20T18:37:19.232Z Compiling toml_datetime v1.1.1+spec-1.1.0
18832026-07-20T18:37:19.390Z Compiling serde_spanned v1.1.1
18842026-07-20T18:37:19.547Z Compiling encoding_rs v0.8.35
18852026-07-20T18:37:19.660Z Compiling mime v0.3.17
18862026-07-20T18:37:19.681Z Compiling toml_writer v1.1.1+spec-1.1.0
18872026-07-20T18:37:19.816Z Compiling spin v0.9.8
18882026-07-20T18:37:19.911Z Compiling toml v1.1.2+spec-1.1.0
18892026-07-20T18:37:20.144Z Compiling rand v0.8.6
18902026-07-20T18:37:20.205Z Compiling async-compression v0.4.42
18912026-07-20T18:37:20.469Z Compiling sha1 v0.11.0
18922026-07-20T18:37:20.569Z Compiling strum v0.26.3
18932026-07-20T18:37:20.766Z Compiling async-stream v0.3.6
18942026-07-20T18:37:20.895Z Compiling waitgroup v0.1.2
18952026-07-20T18:37:20.968Z Compiling rustls-pemfile v2.2.0
18962026-07-20T18:37:21.083Z Compiling serde_path_to_error v0.1.20
18972026-07-20T18:37:21.148Z Compiling wait-timeout v0.2.1
18982026-07-20T18:37:21.299Z Compiling hostname v0.4.2
18992026-07-20T18:37:21.578Z Compiling bit-vec v0.8.0
19002026-07-20T18:37:21.828Z Compiling quick-error v1.2.3
19012026-07-20T18:37:21.873Z Compiling bit-set v0.8.0
19022026-07-20T18:37:21.952Z Compiling rusty-fork v0.3.1
19032026-07-20T18:37:21.969Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19042026-07-20T18:37:22.059Z Compiling serde_with v3.21.0
19052026-07-20T18:37:22.458Z Compiling rand_xorshift v0.4.0
19062026-07-20T18:37:22.623Z Compiling unarray v0.1.4
19072026-07-20T18:37:22.752Z Compiling proptest v1.11.0
19082026-07-20T18:37:22.790Z Compiling strum v0.27.2
19092026-07-20T18:37:22.919Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19102026-07-20T18:37:23.130Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19112026-07-20T18:37:23.214Z Compiling instant v0.1.13
19122026-07-20T18:37:23.497Z Compiling itertools v0.14.0
19132026-07-20T18:37:23.593Z Compiling iddqd v0.4.5
19142026-07-20T18:37:24.336Z Compiling unicode-width v0.2.2
19152026-07-20T18:37:24.851Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19162026-07-20T18:37:24.851Z Compiling block-buffer v0.10.4
19172026-07-20T18:37:24.864Z Compiling backon v1.6.0
19182026-07-20T18:37:25.316Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19192026-07-20T18:37:26.636Z Compiling digest v0.10.7
19202026-07-20T18:37:26.674Z Compiling backoff v0.4.0
19212026-07-20T18:37:26.837Z Compiling parse-display v0.10.0
19222026-07-20T18:37:26.878Z Compiling regress v0.10.5
19232026-07-20T18:37:26.923Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19242026-07-20T18:37:28.146Z Compiling humantime v2.3.0
19252026-07-20T18:37:29.847Z Compiling regress v0.11.1
19262026-07-20T18:37:31.224Z Compiling typify-impl v0.6.2
19272026-07-20T18:37:31.462Z Compiling zerocopy-derive v0.7.35
19282026-07-20T18:37:32.326Z Compiling darling_core v0.21.3
19292026-07-20T18:37:32.766Z Compiling clap_derive v4.6.1
19302026-07-20T18:37:32.875Z Compiling cpufeatures v0.2.17
19312026-07-20T18:37:32.891Z Compiling convert_case v0.4.0
19322026-07-20T18:37:32.953Z Compiling utf8parse v0.2.2
19332026-07-20T18:37:33.185Z Compiling derive_more v0.99.20
19342026-07-20T18:37:33.690Z Compiling anstyle-parse v1.0.0
19352026-07-20T18:37:35.741Z Compiling darling_macro v0.21.3
19362026-07-20T18:37:35.760Z Compiling typify-macro v0.6.2
19372026-07-20T18:37:35.760Z Compiling terminal_size v0.4.4
19382026-07-20T18:37:35.760Z Compiling toml_datetime v0.6.11
19392026-07-20T18:37:35.760Z Compiling colorchoice v1.0.5
19402026-07-20T18:37:35.760Z Compiling anstyle-query v1.1.5
19412026-07-20T18:37:35.760Z Compiling is_terminal_polyfill v1.70.2
19422026-07-20T18:37:35.760Z Compiling anstyle v1.0.14
19432026-07-20T18:37:35.760Z Compiling anstream v1.0.0
19442026-07-20T18:37:35.760Z Compiling darling v0.21.3
19452026-07-20T18:37:35.939Z Compiling secrecy v0.10.3
19462026-07-20T18:37:36.012Z Compiling crucible-workspace-hack v0.1.0
19472026-07-20T18:37:36.218Z Compiling heapless v0.8.0
19482026-07-20T18:37:36.304Z Compiling clap_lex v1.1.0
19492026-07-20T18:37:36.438Z Compiling tinyvec_macros v0.1.1
19502026-07-20T18:37:36.461Z Compiling clap_builder v4.6.2
19512026-07-20T18:37:36.514Z Compiling tinyvec v1.11.0
19522026-07-20T18:37:36.888Z Compiling typify v0.6.2
19532026-07-20T18:37:36.982Z Compiling ingot-macros v0.1.1
19542026-07-20T18:37:37.139Z Compiling zerocopy v0.7.35
19552026-07-20T18:37:37.559Z Compiling hash32 v0.3.1
19562026-07-20T18:37:37.646Z Compiling rustc_version v0.4.1
19572026-07-20T18:37:37.684Z Compiling scroll_derive v0.12.1
19582026-07-20T18:37:37.895Z Compiling num-integer v0.1.46
19592026-07-20T18:37:37.914Z Compiling usdt-impl v0.5.0
19602026-07-20T18:37:38.186Z Compiling smoltcp v0.11.0
19612026-07-20T18:37:38.376Z Compiling clap v4.6.2
19622026-07-20T18:37:38.402Z Compiling scroll v0.12.0
19632026-07-20T18:37:38.575Z Compiling curve25519-dalek v4.1.3
19642026-07-20T18:37:38.896Z Compiling dof v0.3.0
19652026-07-20T18:37:39.671Z Compiling ingot-types v0.1.2
19662026-07-20T18:37:40.467Z Compiling hmac v0.12.1
19672026-07-20T18:37:40.470Z Compiling dtrace-parser v0.2.0
19682026-07-20T18:37:40.523Z Compiling inout v0.1.4
19692026-07-20T18:37:40.673Z Compiling ff v0.13.1
19702026-07-20T18:37:40.692Z Compiling cobs v0.3.0
19712026-07-20T18:37:41.046Z Compiling thread-id v4.2.2
19722026-07-20T18:37:41.185Z Compiling unsafe-libyaml v0.2.11
19732026-07-20T18:37:41.213Z Compiling bitflags v1.3.2
19742026-07-20T18:37:41.408Z Compiling managed v0.8.0
19752026-07-20T18:37:41.836Z Compiling serde_yaml v0.9.34+deprecated
19762026-07-20T18:37:42.489Z Compiling postcard v1.1.3
19772026-07-20T18:37:42.769Z Compiling group v0.13.0
19782026-07-20T18:37:42.891Z Compiling cipher v0.4.4
19792026-07-20T18:37:43.082Z Compiling hkdf v0.12.4
19802026-07-20T18:37:43.211Z Compiling ingot v0.1.1
19812026-07-20T18:37:43.794Z Compiling goblin v0.8.2
19822026-07-20T18:37:44.114Z Compiling num-rational v0.4.2
19832026-07-20T18:37:44.855Z Compiling num-iter v0.1.45
19842026-07-20T18:37:45.403Z Compiling tabwriter v1.4.1
19852026-07-20T18:37:45.477Z Compiling universal-hash v0.5.1
19862026-07-20T18:37:45.628Z Compiling crypto-bigint v0.5.5
19872026-07-20T18:37:45.766Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-07-20T18:37:45.794Z Compiling thiserror-impl-no-std v2.0.2
19892026-07-20T18:37:46.314Z Compiling hubpack_derive v0.1.1
19902026-07-20T18:37:46.864Z Compiling crossbeam-epoch v0.9.18
19912026-07-20T18:37:46.901Z Compiling half v2.7.1
19922026-07-20T18:37:47.173Z Compiling curve25519-dalek-derive v0.1.1
19932026-07-20T18:37:47.351Z Compiling num-complex v0.4.6
19942026-07-20T18:37:47.959Z Compiling memoffset v0.9.1
19952026-07-20T18:37:47.976Z Compiling cfg_aliases v0.2.1
19962026-07-20T18:37:48.109Z Compiling base64ct v1.8.3
19972026-07-20T18:37:48.220Z Compiling prettyplease v0.2.37
19982026-07-20T18:37:48.289Z Compiling opaque-debug v0.3.1
19992026-07-20T18:37:48.503Z Compiling ciborium-io v0.2.2
20002026-07-20T18:37:48.633Z Compiling rustix v0.38.44
20012026-07-20T18:37:48.708Z Compiling base16ct v0.2.0
20022026-07-20T18:37:48.941Z Compiling elliptic-curve v0.13.8
20032026-07-20T18:37:49.426Z Compiling ciborium-ll v0.2.2
20042026-07-20T18:37:49.682Z Compiling password-hash v0.5.0
20052026-07-20T18:37:49.832Z Compiling poly1305 v0.8.0
20062026-07-20T18:37:50.442Z Compiling nix v0.31.3
20072026-07-20T18:37:50.836Z Compiling num v0.4.3
20082026-07-20T18:37:50.854Z Compiling thiserror-no-std v2.0.2
20092026-07-20T18:37:50.919Z Compiling hubpack v0.1.2
20102026-07-20T18:37:51.994Z Compiling chacha20 v0.9.1
20112026-07-20T18:37:52.243Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20122026-07-20T18:37:52.415Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-07-20T18:37:52.724Z Compiling reqwest v0.12.28
20142026-07-20T18:37:53.598Z Compiling toml_edit v0.25.12+spec-1.1.0
20152026-07-20T18:37:53.677Z Compiling blake2 v0.10.6
20162026-07-20T18:37:53.813Z Compiling aead v0.5.2
20172026-07-20T18:37:54.174Z Compiling byte-wrapper v0.1.0
20182026-07-20T18:37:54.330Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20192026-07-20T18:37:54.743Z Compiling serde_repr v0.1.21
20202026-07-20T18:37:55.038Z Compiling proc-macro-error-attr v1.0.4
20212026-07-20T18:37:55.192Z Compiling bstr v1.12.1
20222026-07-20T18:37:55.283Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20232026-07-20T18:37:55.301Z Compiling keccak v0.1.6
20242026-07-20T18:37:55.483Z Compiling float-ord v0.3.2
20252026-07-20T18:37:55.548Z Compiling static_assertions v1.1.0
20262026-07-20T18:37:55.652Z Compiling sha3 v0.10.9
20272026-07-20T18:37:55.909Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20282026-07-20T18:37:56.031Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-07-20T18:37:56.681Z Compiling proc-macro-crate v3.5.0
20302026-07-20T18:37:56.778Z Compiling chacha20poly1305 v0.10.1
20312026-07-20T18:37:56.927Z Compiling argon2 v0.5.3
20322026-07-20T18:37:57.105Z Compiling progenitor-client v0.10.0
20332026-07-20T18:37:57.632Z Compiling vsss-rs v3.3.4
20342026-07-20T18:37:59.041Z Compiling rustls-webpki v0.103.13
20352026-07-20T18:37:59.164Z Compiling ciborium v0.2.2
20362026-07-20T18:38:00.544Z Compiling usdt-macro v0.5.0
20372026-07-20T18:38:00.614Z Compiling usdt-attr-macro v0.5.0
20382026-07-20T18:38:01.970Z Compiling num-derive v0.4.2
20392026-07-20T18:38:02.171Z Compiling enum-as-inner v0.6.1
20402026-07-20T18:38:02.762Z Compiling proc-macro-error v1.0.4
20412026-07-20T18:38:02.777Z Compiling memmap v0.7.0
20422026-07-20T18:38:03.025Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20432026-07-20T18:38:03.126Z Compiling indent_write v2.2.0
20442026-07-20T18:38:03.261Z Compiling data-encoding v2.11.0
20452026-07-20T18:38:03.335Z Compiling winnow v0.5.40
20462026-07-20T18:38:03.519Z Compiling tokio-rustls v0.26.4
20472026-07-20T18:38:03.577Z Compiling rustls-platform-verifier v0.7.0
20482026-07-20T18:38:03.831Z Compiling hyper-rustls v0.27.9
20492026-07-20T18:38:04.183Z Compiling reqwest v0.13.4
20502026-07-20T18:38:04.398Z Compiling usdt v0.5.0
20512026-07-20T18:38:04.750Z Compiling toml_edit v0.19.15
20522026-07-20T18:38:05.113Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-07-20T18:38:05.960Z Compiling progenitor-client v0.14.0
20542026-07-20T18:38:06.446Z Compiling progenitor-extras v0.2.0
20552026-07-20T18:38:06.990Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20562026-07-20T18:38:07.156Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-07-20T18:38:07.303Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-07-20T18:38:09.490Z Compiling num_enum_derive v0.7.6
20592026-07-20T18:38:11.121Z Compiling serde_spanned v0.6.9
20602026-07-20T18:38:11.275Z Compiling foreign-types-macros v0.2.3
20612026-07-20T18:38:11.952Z Compiling bytecount v0.6.9
20622026-07-20T18:38:12.154Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-07-20T18:38:18.587Z Compiling toml_write v0.1.2
20642026-07-20T18:38:18.774Z Compiling foreign-types-shared v0.3.1
20652026-07-20T18:38:18.812Z Compiling pkg-config v0.3.33
20662026-07-20T18:38:18.886Z Compiling winnow v0.7.15
20672026-07-20T18:38:19.092Z Compiling vcpkg v0.2.15
20682026-07-20T18:38:19.342Z Compiling colored v3.1.1
20692026-07-20T18:38:19.643Z Compiling openssl-sys v0.9.116
20702026-07-20T18:38:20.031Z Compiling foreign-types v0.5.0
20712026-07-20T18:38:20.132Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20722026-07-20T18:38:20.240Z Compiling toml_edit v0.22.27
20732026-07-20T18:38:20.349Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-07-20T18:38:20.695Z Compiling num_enum v0.7.6
20752026-07-20T18:38:20.840Z Compiling proc-macro-crate v1.3.1
20762026-07-20T18:38:21.184Z Compiling atomicwrites v0.4.4
20772026-07-20T18:38:21.305Z Compiling progenitor-impl v0.14.0
20782026-07-20T18:38:21.331Z Compiling chacha20 v0.10.0
20792026-07-20T18:38:21.482Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20802026-07-20T18:38:22.036Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20812026-07-20T18:38:22.185Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20822026-07-20T18:38:22.457Z Compiling cstr-argument v0.1.2
20832026-07-20T18:38:22.493Z Compiling heck v0.4.1
20842026-07-20T18:38:22.554Z Compiling resolv-conf v0.7.6
20852026-07-20T18:38:22.706Z Compiling unicode-segmentation v1.13.3
20862026-07-20T18:38:22.895Z Compiling linked-hash-map v0.5.6
20872026-07-20T18:38:22.957Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20882026-07-20T18:38:23.161Z Compiling rayon-core v1.13.0
20892026-07-20T18:38:23.215Z Compiling swrite v0.1.0
20902026-07-20T18:38:23.337Z Compiling semver v0.1.20
20912026-07-20T18:38:23.378Z Compiling lru-cache v0.1.2
20922026-07-20T18:38:23.396Z Compiling progenitor-macro v0.14.0
20932026-07-20T18:38:23.439Z Compiling newline-converter v0.3.0
20942026-07-20T18:38:23.528Z Compiling rustc_version v0.1.7
20952026-07-20T18:38:23.581Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20962026-07-20T18:38:23.741Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20972026-07-20T18:38:23.942Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20982026-07-20T18:38:24.017Z Compiling toml v0.8.23
20992026-07-20T18:38:24.089Z Compiling rand v0.10.2
21002026-07-20T18:38:24.506Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21012026-07-20T18:38:24.585Z Compiling num_enum_derive v0.5.11
21022026-07-20T18:38:25.059Z Compiling hickory-proto v0.24.4
21032026-07-20T18:38:25.086Z Compiling similar v2.7.0
21042026-07-20T18:38:25.444Z Compiling crossbeam-deque v0.8.6
21052026-07-20T18:38:25.636Z Compiling progenitor-impl v0.13.0
21062026-07-20T18:38:25.671Z Compiling console v0.15.11
21072026-07-20T18:38:26.940Z Compiling camino-tempfile v1.4.1
21082026-07-20T18:38:27.374Z Compiling serde-big-array v0.5.1
21092026-07-20T18:38:27.543Z Compiling derive-where v1.6.1
21102026-07-20T18:38:27.640Z Compiling pin-project-internal v1.1.13
21112026-07-20T18:38:27.686Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21122026-07-20T18:38:27.866Z Compiling minimal-lexical v0.2.1
21132026-07-20T18:38:28.118Z Compiling siphasher v1.0.3
21142026-07-20T18:38:28.229Z Compiling lazy_static v1.5.0
21152026-07-20T18:38:28.339Z Compiling phf_shared v0.12.1
21162026-07-20T18:38:28.567Z Compiling nom v7.1.3
21172026-07-20T18:38:28.777Z Compiling pin-project v1.1.13
21182026-07-20T18:38:28.833Z Compiling progenitor-macro v0.13.0
21192026-07-20T18:38:28.893Z Compiling progenitor v0.14.0
21202026-07-20T18:38:29.058Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21212026-07-20T18:38:29.193Z Compiling hickory-resolver v0.24.4
21222026-07-20T18:38:29.963Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21232026-07-20T18:38:32.945Z Compiling expectorate v1.2.0
21242026-07-20T18:38:33.146Z Compiling num_enum v0.5.11
21252026-07-20T18:38:33.281Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21262026-07-20T18:38:34.534Z Compiling newtype_derive v0.1.6
21272026-07-20T18:38:34.797Z Compiling progenitor-client v0.13.0
21282026-07-20T18:38:35.288Z Compiling unicode-normalization v0.1.25
21292026-07-20T18:38:35.892Z Compiling tokio-stream v0.1.18
21302026-07-20T18:38:36.467Z Compiling snafu-derive v0.8.9
21312026-07-20T18:38:36.769Z Compiling async-recursion v1.1.1
21322026-07-20T18:38:37.487Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21332026-07-20T18:38:37.819Z Compiling slog-dtrace v0.3.0
21342026-07-20T18:38:38.028Z Compiling csv-core v0.1.13
21352026-07-20T18:38:38.086Z Compiling openssl v0.10.80
21362026-07-20T18:38:38.218Z Compiling highway v1.3.0
21372026-07-20T18:38:38.438Z Compiling foldhash v0.1.5
21382026-07-20T18:38:38.509Z Compiling unicode-width v0.1.14
21392026-07-20T18:38:38.689Z Compiling cancel-safe-futures v0.1.5
21402026-07-20T18:38:38.844Z Compiling konst_macro_rules v0.2.19
21412026-07-20T18:38:38.934Z Compiling owo-colors v4.3.0
21422026-07-20T18:38:38.974Z Compiling chrono-tz v0.10.4
21432026-07-20T18:38:39.051Z Compiling same-file v1.0.6
21442026-07-20T18:38:39.226Z Compiling unicode-xid v0.2.6
21452026-07-20T18:38:39.243Z Compiling foreign-types-shared v0.1.1
21462026-07-20T18:38:39.292Z Compiling walkdir v2.5.0
21472026-07-20T18:38:39.343Z Compiling foreign-types v0.3.2
21482026-07-20T18:38:39.360Z Compiling const_format_proc_macros v0.2.34
21492026-07-20T18:38:39.378Z Compiling konst v0.2.20
21502026-07-20T18:38:39.452Z Compiling hashbrown v0.15.5
21512026-07-20T18:38:39.761Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-07-20T18:38:40.034Z Compiling csv v1.4.0
21532026-07-20T18:38:40.113Z Compiling snafu v0.8.9
21542026-07-20T18:38:40.296Z Compiling progenitor v0.13.0
21552026-07-20T18:38:40.450Z Compiling qorb v0.4.1
21562026-07-20T18:38:40.521Z Compiling olpc-cjson v0.1.4
21572026-07-20T18:38:40.731Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-07-20T18:38:40.970Z Compiling rayon v1.12.0
21592026-07-20T18:38:42.242Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21602026-07-20T18:38:42.801Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-07-20T18:38:43.158Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-07-20T18:38:44.202Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-07-20T18:38:44.748Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21642026-07-20T18:38:45.715Z Compiling phf v0.12.1
21652026-07-20T18:38:46.069Z Compiling zone_cfg_derive v0.3.1
21662026-07-20T18:38:46.367Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-07-20T18:38:46.808Z Compiling tokio-dtrace v0.1.1
21682026-07-20T18:38:46.945Z Compiling globset v0.4.18
21692026-07-20T18:38:47.114Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21702026-07-20T18:38:47.340Z Compiling itertools v0.12.1
21712026-07-20T18:38:48.615Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21722026-07-20T18:38:48.812Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21732026-07-20T18:38:48.835Z Compiling pem v3.0.6
21742026-07-20T18:38:48.951Z Compiling libsw-core v0.3.2
21752026-07-20T18:38:49.145Z Compiling serde_plain v1.0.2
21762026-07-20T18:38:49.254Z Compiling openssl-macros v0.1.1
21772026-07-20T18:38:49.436Z Compiling cookie v0.18.1
21782026-07-20T18:38:49.538Z Compiling sigpipe v0.1.3
21792026-07-20T18:38:49.595Z Compiling fixedbitset v0.5.7
21802026-07-20T18:38:49.695Z Compiling jiff v0.2.28
21812026-07-20T18:38:49.756Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-07-20T18:38:49.964Z Compiling typed-path v0.9.3
21832026-07-20T18:38:50.005Z Compiling fixedbitset v0.4.2
21842026-07-20T18:38:50.060Z Compiling glob v0.3.3
21852026-07-20T18:38:50.144Z Compiling petgraph v0.8.3
21862026-07-20T18:38:50.373Z Compiling petgraph v0.6.5
21872026-07-20T18:38:51.029Z Compiling tough v0.22.0
21882026-07-20T18:38:51.800Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-07-20T18:38:52.047Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21902026-07-20T18:38:52.206Z Compiling libsw v3.5.0
21912026-07-20T18:38:52.401Z Compiling zone v0.3.1
21922026-07-20T18:38:52.572Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21932026-07-20T18:38:52.869Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-07-20T18:38:52.886Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-07-20T18:38:54.113Z Compiling oxide-tokio-rt v0.1.6
21962026-07-20T18:38:54.733Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21972026-07-20T18:38:55.899Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-07-20T18:38:56.073Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-07-20T18:38:57.009Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-07-20T18:38:57.142Z Compiling const_format v0.2.36
22012026-07-20T18:38:58.028Z Compiling papergrid v0.11.0
22022026-07-20T18:38:58.696Z Compiling tabled_derive v0.7.0
22032026-07-20T18:38:58.728Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-07-20T18:38:59.715Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22052026-07-20T18:38:59.747Z Compiling libscf-sys v1.2.0
22062026-07-20T18:38:59.922Z Compiling gethostname v0.5.0
22072026-07-20T18:38:59.970Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-07-20T18:39:00.072Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22092026-07-20T18:39:00.101Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-07-20T18:39:00.213Z Compiling smf v0.2.3
22112026-07-20T18:39:00.240Z Compiling bcs v0.1.6
22122026-07-20T18:39:00.409Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22132026-07-20T18:39:00.623Z Compiling linear-map v1.2.0
22142026-07-20T18:39:00.850Z Compiling smawk v0.3.2
22152026-07-20T18:39:01.017Z Compiling tagptr v0.2.0
22162026-07-20T18:39:01.035Z Compiling whoami v1.6.1
22172026-07-20T18:39:01.187Z Compiling unicode-linebreak v0.1.5
22182026-07-20T18:39:01.338Z Compiling termtree v0.5.1
22192026-07-20T18:39:01.469Z Compiling textwrap v0.16.2
22202026-07-20T18:39:02.665Z Compiling moka v0.12.15
22212026-07-20T18:39:03.027Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22222026-07-20T18:39:03.249Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-07-20T18:39:03.277Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-07-20T18:39:03.301Z Compiling tabled v0.15.0
22252026-07-20T18:39:03.901Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-07-20T18:39:04.343Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-07-20T18:39:04.484Z Compiling steno v0.4.1
22282026-07-20T18:39:04.552Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22292026-07-20T18:39:07.803Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-07-20T18:39:10.069Z Compiling hickory-proto v0.25.2
22312026-07-20T18:39:11.132Z Compiling proc-macro-error-attr2 v2.0.0
22322026-07-20T18:39:11.399Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22332026-07-20T18:39:11.425Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22342026-07-20T18:39:11.594Z Compiling proc-macro-error2 v2.0.1
22352026-07-20T18:39:11.710Z Compiling parking_lot_core v0.8.6
22362026-07-20T18:39:11.878Z Compiling tabled_derive v0.11.0
22372026-07-20T18:39:11.911Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22382026-07-20T18:39:12.043Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22392026-07-20T18:39:12.798Z Compiling hickory-resolver v0.25.2
22402026-07-20T18:39:13.012Z Compiling papergrid v0.18.0
22412026-07-20T18:39:13.611Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22422026-07-20T18:39:13.622Z Compiling testing_table v0.3.0
22432026-07-20T18:39:14.051Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-07-20T18:39:15.053Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22452026-07-20T18:39:15.113Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22462026-07-20T18:39:15.441Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22472026-07-20T18:39:16.841Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22482026-07-20T18:39:18.122Z Compiling tabled v0.21.0
22492026-07-20T18:39:18.924Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22502026-07-20T18:39:19.036Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22512026-07-20T18:39:19.064Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22522026-07-20T18:39:19.598Z Compiling arc-swap v1.9.1
22532026-07-20T18:39:19.711Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
22542026-07-20T18:39:19.733Z Compiling parking_lot v0.11.2
22552026-07-20T18:39:19.933Z Compiling slog-scope v4.4.1
22562026-07-20T18:39:20.614Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22572026-07-20T18:39:20.887Z Compiling dropshot-api-manager-types v0.7.2
22582026-07-20T18:39:22.259Z Compiling fxhash v0.2.1
22592026-07-20T18:39:22.282Z Compiling crc8 v0.1.1
22602026-07-20T18:39:22.282Z Compiling sled v0.34.7
22612026-07-20T18:39:22.282Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=5cb3f22dafbb440a14284b7b2a0eedb13d1c2dcf#5cb3f22d)
22622026-07-20T18:39:22.731Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3ddd7e684a78ad33be66717408c381b1962ae04e#3ddd7e68)
22632026-07-20T18:39:22.801Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22642026-07-20T18:39:25.641Z Compiling slog-stdlog v4.1.1
22652026-07-20T18:39:25.967Z Compiling port-file v0.1.0
22662026-07-20T18:39:26.126Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22672026-07-20T18:39:26.219Z Compiling slog-envlogger v2.2.0
22682026-07-20T18:39:26.222Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22692026-07-20T18:39:27.953Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22702026-07-20T18:39:30.194Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22712026-07-20T18:39:35.065Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22722026-07-20T18:39:35.116Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22732026-07-20T18:39:42.748Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22742026-07-20T18:39:47.950Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22752026-07-20T18:39:51.178Z Finished `release` profile [optimized] target(s) in 3m 39s
22762026-07-20T18:39:51.508Z+ banner quartet
22772026-07-20T18:39:51.513Z
22782026-07-20T18:39:51.513Z #### # # ## ##### ##### ###### #####
22792026-07-20T18:39:51.513Z # # # # # # # # # # #
22802026-07-20T18:39:51.513Z # # # # # # # # # ##### #
22812026-07-20T18:39:51.513Z # # # # # ###### ##### # # #
22822026-07-20T18:39:51.513Z # # # # # # # # # # #
22832026-07-20T18:39:51.513Z ### # #### # # # # # ###### #
22842026-07-20T18:39:51.513Z
22852026-07-20T18:39:51.514Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22862026-07-20T18:39:52.073Z Compiling cfg-if v1.0.4
22872026-07-20T18:39:52.178Z Compiling libc v0.2.186
22882026-07-20T18:39:52.182Z Compiling serde_core v1.0.228
22892026-07-20T18:39:52.186Z Compiling memchr v2.8.1
22902026-07-20T18:39:52.193Z Compiling itoa v1.0.18
22912026-07-20T18:39:52.196Z Compiling smallvec v1.15.1
22922026-07-20T18:39:52.209Z Compiling stable_deref_trait v1.2.1
22932026-07-20T18:39:52.214Z Compiling zerofrom v0.1.8
22942026-07-20T18:39:52.231Z Compiling zmij v1.0.21
22952026-07-20T18:39:52.279Z Compiling litemap v0.8.2
22962026-07-20T18:39:52.336Z Compiling yoke v0.8.3
22972026-07-20T18:39:52.422Z Compiling writeable v0.6.3
22982026-07-20T18:39:52.441Z Compiling utf8_iter v1.0.4
22992026-07-20T18:39:52.470Z Compiling percent-encoding v2.3.2
23002026-07-20T18:39:52.532Z Compiling zerovec v0.11.6
23012026-07-20T18:39:52.568Z Compiling zerotrie v0.2.4
23022026-07-20T18:39:52.608Z Compiling libm v0.2.16
23032026-07-20T18:39:52.656Z Compiling icu_properties_data v2.2.0
23042026-07-20T18:39:52.692Z Compiling icu_normalizer_data v2.2.0
23052026-07-20T18:39:52.730Z Compiling form_urlencoded v1.2.2
23062026-07-20T18:39:52.774Z Compiling rand_core v0.10.1
23072026-07-20T18:39:52.794Z Compiling errno v0.3.14
23082026-07-20T18:39:52.934Z Compiling getrandom v0.4.2
23092026-07-20T18:39:53.805Z Compiling iana-time-zone v0.1.65
23102026-07-20T18:39:53.805Z Compiling pin-project-lite v0.2.17
23112026-07-20T18:39:53.805Z Compiling zeroize v1.8.2
23122026-07-20T18:39:53.805Z Compiling tinystr v0.8.3
23132026-07-20T18:39:53.805Z Compiling potential_utf v0.1.5
23142026-07-20T18:39:53.805Z Compiling dyn-clone v1.0.20
23152026-07-20T18:39:53.805Z Compiling icu_locale_core v2.2.0
23162026-07-20T18:39:53.805Z Compiling icu_collections v2.2.0
23172026-07-20T18:39:53.805Z Compiling socket2 v0.6.5
23182026-07-20T18:39:53.805Z Compiling scopeguard v1.2.0
23192026-07-20T18:39:53.805Z Compiling parking_lot_core v0.9.12
23202026-07-20T18:39:53.805Z Compiling signal-hook-registry v1.4.8
23212026-07-20T18:39:53.805Z Compiling num-traits v0.2.19
23222026-07-20T18:39:53.805Z Compiling lock_api v0.4.14
23232026-07-20T18:39:53.882Z Compiling mio v1.2.1
23242026-07-20T18:39:53.984Z Compiling parking_lot v0.12.5
23252026-07-20T18:39:54.043Z Compiling serde v1.0.228
23262026-07-20T18:39:54.093Z Compiling serde_json v1.0.150
23272026-07-20T18:39:54.211Z Compiling icu_provider v2.2.0
23282026-07-20T18:39:54.230Z Compiling uuid v1.24.0
23292026-07-20T18:39:54.366Z Compiling semver v1.0.28
23302026-07-20T18:39:54.605Z Compiling bytes v1.11.1
23312026-07-20T18:39:54.691Z Compiling icu_normalizer v2.2.0
23322026-07-20T18:39:54.836Z Compiling icu_properties v2.2.0
23332026-07-20T18:39:54.850Z Compiling chrono v0.4.45
23342026-07-20T18:39:54.922Z Compiling portable-atomic v1.13.1
23352026-07-20T18:39:55.018Z Compiling thiserror v2.0.19
23362026-07-20T18:39:55.132Z Compiling bitflags v2.12.1
23372026-07-20T18:39:55.509Z Compiling tokio v1.53.0
23382026-07-20T18:39:55.534Z Compiling critical-section v1.2.0
23392026-07-20T18:39:55.635Z Compiling futures-core v0.3.32
23402026-07-20T18:39:55.648Z Compiling once_cell v1.21.4
23412026-07-20T18:39:55.799Z Compiling idna_adapter v1.2.2
23422026-07-20T18:39:55.883Z Compiling log v0.4.32
23432026-07-20T18:39:55.895Z Compiling subtle v2.6.1
23442026-07-20T18:39:55.935Z Compiling idna v1.1.0
23452026-07-20T18:39:56.076Z Compiling equivalent v1.0.2
23462026-07-20T18:39:56.136Z Compiling zerocopy v0.8.50
23472026-07-20T18:39:56.149Z Compiling futures-sink v0.3.32
23482026-07-20T18:39:56.169Z Compiling slab v0.4.12
23492026-07-20T18:39:56.259Z Compiling typenum v1.20.1
23502026-07-20T18:39:56.377Z Compiling url v2.5.8
23512026-07-20T18:39:56.395Z Compiling futures-channel v0.3.32
23522026-07-20T18:39:56.655Z Compiling getrandom v0.2.17
23532026-07-20T18:39:56.795Z Compiling futures-io v0.3.32
23542026-07-20T18:39:56.875Z Compiling futures-task v0.3.32
23552026-07-20T18:39:56.993Z Compiling schemars v0.8.22
23562026-07-20T18:39:57.058Z Compiling futures-util v0.3.32
23572026-07-20T18:39:57.088Z Compiling rand_core v0.6.4
23582026-07-20T18:39:57.349Z Compiling hashbrown v0.17.1
23592026-07-20T18:39:58.036Z Compiling indexmap v2.14.0
23602026-07-20T18:39:58.051Z Compiling tracing-core v0.1.36
23612026-07-20T18:39:58.364Z Compiling ipnetwork v0.21.1
23622026-07-20T18:39:58.874Z Compiling tracing v0.1.44
23632026-07-20T18:39:58.939Z Compiling base64 v0.22.1
23642026-07-20T18:39:59.148Z Compiling http v1.4.2
23652026-07-20T18:39:59.240Z Compiling unicode-ident v1.0.24
23662026-07-20T18:39:59.337Z Compiling proc-macro2 v1.0.106
23672026-07-20T18:39:59.370Z Compiling slog v2.8.2
23682026-07-20T18:39:59.387Z Compiling erased-serde v0.3.31
23692026-07-20T18:39:59.438Z Compiling fnv v1.0.7
23702026-07-20T18:39:59.546Z Compiling oxnet v0.1.6
23712026-07-20T18:39:59.769Z Compiling quote v1.0.45
23722026-07-20T18:40:00.378Z Compiling syn v2.0.117
23732026-07-20T18:40:00.491Z Compiling tokio-util v0.7.18
23742026-07-20T18:40:00.550Z Compiling byteorder v1.5.0
23752026-07-20T18:40:00.810Z Compiling ipnet v2.12.0
23762026-07-20T18:40:01.077Z Compiling thiserror v1.0.69
23772026-07-20T18:40:01.192Z Compiling ppv-lite86 v0.2.21
23782026-07-20T18:40:01.437Z Compiling rustls-pki-types v1.14.1
23792026-07-20T18:40:01.534Z Compiling aws-lc-sys v0.41.0
23802026-07-20T18:40:01.743Z Compiling http-body v1.0.1
23812026-07-20T18:40:01.758Z Compiling untrusted v0.7.1
23822026-07-20T18:40:01.886Z Compiling atomic-waker v1.1.2
23832026-07-20T18:40:01.910Z Compiling httparse v1.10.1
23842026-07-20T18:40:02.012Z Compiling tower-layer v0.3.3
23852026-07-20T18:40:02.030Z Compiling aws-lc-rs v1.17.0
23862026-07-20T18:40:02.053Z Compiling ryu v1.0.23
23872026-07-20T18:40:02.115Z Compiling pretty-hex v0.4.2
23882026-07-20T18:40:02.214Z Compiling rustls v0.23.40
23892026-07-20T18:40:02.260Z Compiling tower-service v0.3.3
23902026-07-20T18:40:02.307Z Compiling try-lock v0.2.5
23912026-07-20T18:40:02.346Z Compiling untrusted v0.9.0
23922026-07-20T18:40:02.358Z Compiling h2 v0.4.14
23932026-07-20T18:40:02.387Z Compiling httpdate v1.0.3
23942026-07-20T18:40:02.426Z Compiling want v0.3.1
23952026-07-20T18:40:02.474Z Compiling rustix v1.1.4
23962026-07-20T18:40:02.485Z Compiling regex-syntax v0.8.10
23972026-07-20T18:40:02.609Z Compiling plain v0.2.3
23982026-07-20T18:40:02.730Z Compiling getrandom v0.3.4
23992026-07-20T18:40:02.763Z Compiling omicron-workspace-hack v0.1.0
24002026-07-20T18:40:02.839Z Compiling ucd-trie v0.1.7
24012026-07-20T18:40:02.936Z Compiling rand_core v0.9.5
24022026-07-20T18:40:03.195Z Compiling rustls-webpki v0.103.13
24032026-07-20T18:40:03.430Z Compiling pest v2.8.6
24042026-07-20T18:40:04.911Z Compiling hyper v1.10.1
24052026-07-20T18:40:05.136Z Compiling crossbeam-utils v0.8.21
24062026-07-20T18:40:05.869Z Compiling serde_urlencoded v0.7.1
24072026-07-20T18:40:05.918Z Compiling http-body-util v0.1.4
24082026-07-20T18:40:06.225Z Compiling foldhash v0.2.0
24092026-07-20T18:40:06.237Z Compiling allocator-api2 v0.2.21
24102026-07-20T18:40:06.524Z Compiling hyper-util v0.1.20
24112026-07-20T18:40:06.662Z Compiling hashbrown v0.16.1
24122026-07-20T18:40:07.385Z Compiling newtype-uuid v1.3.2
24132026-07-20T18:40:08.423Z Compiling tokio-rustls v0.26.4
24142026-07-20T18:40:08.523Z Compiling hex v0.4.3
24152026-07-20T18:40:08.748Z Compiling daft v0.1.7
24162026-07-20T18:40:08.855Z Compiling rand_chacha v0.9.0
24172026-07-20T18:40:09.050Z Compiling sync_wrapper v1.0.2
24182026-07-20T18:40:09.174Z Compiling aho-corasick v1.1.4
24192026-07-20T18:40:09.406Z Compiling fastrand v2.4.1
24202026-07-20T18:40:09.427Z Compiling tower v0.5.3
24212026-07-20T18:40:09.597Z Compiling rand v0.9.4
24222026-07-20T18:40:09.610Z Compiling anyhow v1.0.104
24232026-07-20T18:40:09.726Z Compiling powerfmt v0.2.0
24242026-07-20T18:40:09.754Z Compiling generic-array v0.14.7
24252026-07-20T18:40:10.004Z Compiling deranged v0.5.8
24262026-07-20T18:40:10.036Z Compiling tower-http v0.6.11
24272026-07-20T18:40:10.274Z Compiling regex-automata v0.4.14
24282026-07-20T18:40:10.311Z Compiling openapiv3 v2.2.0
24292026-07-20T18:40:10.353Z Compiling time-core v0.1.8
24302026-07-20T18:40:10.508Z Compiling num_threads v0.1.7
24312026-07-20T18:40:10.609Z Compiling cpufeatures v0.3.0
24322026-07-20T18:40:10.688Z Compiling openssl-probe v0.2.1
24332026-07-20T18:40:10.738Z Compiling num-conv v0.2.2
24342026-07-20T18:40:10.900Z Compiling rustls-native-certs v0.8.4
24352026-07-20T18:40:10.940Z Compiling camino v1.2.4
24362026-07-20T18:40:11.106Z Compiling time v0.3.47
24372026-07-20T18:40:11.551Z Compiling tempfile v3.27.0
24382026-07-20T18:40:11.766Z Compiling futures-executor v0.3.32
24392026-07-20T18:40:12.331Z Compiling winnow v1.0.3
24402026-07-20T18:40:12.475Z Compiling regex v1.12.3
24412026-07-20T18:40:12.833Z Compiling futures v0.3.32
24422026-07-20T18:40:12.920Z Compiling rustls-platform-verifier v0.7.0
24432026-07-20T18:40:13.579Z Compiling hyper-rustls v0.27.9
24442026-07-20T18:40:13.819Z Compiling crossbeam-channel v0.5.15
24452026-07-20T18:40:13.951Z Compiling scroll v0.13.0
24462026-07-20T18:40:13.963Z Compiling hybrid-array v0.4.12
24472026-07-20T18:40:14.040Z Compiling simd-adler32 v0.3.9
24482026-07-20T18:40:14.256Z Compiling adler2 v2.0.1
24492026-07-20T18:40:14.426Z Compiling miniz_oxide v0.8.9
24502026-07-20T18:40:14.456Z Compiling goblin v0.10.7
24512026-07-20T18:40:14.587Z Compiling crc32fast v1.5.0
24522026-07-20T18:40:14.639Z Compiling reqwest v0.13.4
24532026-07-20T18:40:14.840Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24542026-07-20T18:40:14.881Z Compiling thread_local v1.1.9
24552026-07-20T18:40:15.241Z Compiling either v1.16.0
24562026-07-20T18:40:15.476Z Compiling flate2 v1.1.9
24572026-07-20T18:40:15.856Z Compiling crypto-common v0.2.2
24582026-07-20T18:40:16.034Z Compiling block-buffer v0.12.0
24592026-07-20T18:40:16.218Z Compiling crypto-common v0.1.7
24602026-07-20T18:40:16.372Z Compiling dtrace-parser v0.3.0
24612026-07-20T18:40:16.828Z Compiling rand_chacha v0.3.1
24622026-07-20T18:40:17.143Z Compiling thread-id v5.1.0
24632026-07-20T18:40:17.236Z Compiling is-terminal v0.4.17
24642026-07-20T18:40:17.342Z Compiling match_cfg v0.1.0
24652026-07-20T18:40:17.422Z Compiling take_mut v0.2.2
24662026-07-20T18:40:17.469Z Compiling compression-core v0.4.32
24672026-07-20T18:40:17.543Z Compiling debug-ignore v1.0.5
24682026-07-20T18:40:17.649Z Compiling dof v0.4.0
24692026-07-20T18:40:17.660Z Compiling term v1.2.1
24702026-07-20T18:40:18.905Z Compiling const-oid v0.10.2
24712026-07-20T18:40:19.214Z Compiling digest v0.11.3
24722026-07-20T18:40:19.405Z Compiling usdt-impl v0.6.0
24732026-07-20T18:40:19.597Z Compiling slog-term v2.9.2
24742026-07-20T18:40:20.755Z Compiling compression-codecs v0.4.38
24752026-07-20T18:40:20.971Z Compiling slog-async v2.8.0
24762026-07-20T18:40:21.149Z Compiling hostname v0.3.1
24772026-07-20T18:40:21.318Z Compiling rand v0.8.6
24782026-07-20T18:40:21.434Z Compiling ref-cast v1.0.25
24792026-07-20T18:40:21.546Z Compiling toml_parser v1.1.2+spec-1.1.0
24802026-07-20T18:40:22.130Z Compiling slog-json v2.6.1
24812026-07-20T18:40:22.399Z Compiling strum v0.26.3
24822026-07-20T18:40:22.458Z Compiling macaddr v1.0.1
24832026-07-20T18:40:22.537Z Compiling serde_spanned v1.1.1
24842026-07-20T18:40:22.705Z Compiling toml_datetime v1.1.1+spec-1.1.0
24852026-07-20T18:40:22.735Z Compiling wait-timeout v0.2.1
24862026-07-20T18:40:22.866Z Compiling memmap2 v0.9.10
24872026-07-20T18:40:23.116Z Compiling encoding_rs v0.8.35
24882026-07-20T18:40:23.164Z Compiling bit-vec v0.8.0
24892026-07-20T18:40:23.216Z Compiling toml_writer v1.1.1+spec-1.1.0
24902026-07-20T18:40:23.463Z Compiling mime v0.3.17
24912026-07-20T18:40:23.483Z Compiling spin v0.9.8
24922026-07-20T18:40:23.615Z Compiling quick-error v1.2.3
24932026-07-20T18:40:23.721Z Compiling rusty-fork v0.3.1
24942026-07-20T18:40:23.727Z Compiling toml v1.1.2+spec-1.1.0
24952026-07-20T18:40:23.950Z Compiling bit-set v0.8.0
24962026-07-20T18:40:24.145Z Compiling usdt v0.6.0
24972026-07-20T18:40:24.576Z Compiling multer v3.1.0
24982026-07-20T18:40:24.797Z Compiling slog-bunyan v2.5.0
24992026-07-20T18:40:24.982Z Compiling async-compression v0.4.42
25002026-07-20T18:40:25.477Z Compiling sha1 v0.11.0
25012026-07-20T18:40:25.793Z Compiling serde_with v3.21.0
25022026-07-20T18:40:25.880Z Compiling async-stream v0.3.6
25032026-07-20T18:40:25.933Z Compiling rand_xorshift v0.4.0
25042026-07-20T18:40:26.078Z Compiling waitgroup v0.1.2
25052026-07-20T18:40:26.089Z Compiling rustls-pemfile v2.2.0
25062026-07-20T18:40:26.098Z Compiling serde_path_to_error v0.1.20
25072026-07-20T18:40:26.162Z Compiling hostname v0.4.2
25082026-07-20T18:40:26.229Z Compiling unarray v0.1.4
25092026-07-20T18:40:26.321Z Compiling proptest v1.11.0
25102026-07-20T18:40:26.349Z Compiling progenitor-client v0.14.0
25112026-07-20T18:40:26.362Z Compiling strum v0.27.2
25122026-07-20T18:40:26.494Z Compiling dropshot v0.17.1
25132026-07-20T18:40:26.539Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-07-20T18:40:26.690Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25152026-07-20T18:40:26.861Z Compiling iddqd v0.4.5
25162026-07-20T18:40:26.917Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25172026-07-20T18:40:27.225Z Compiling reqwest v0.12.28
25182026-07-20T18:40:27.390Z Compiling block-buffer v0.10.4
25192026-07-20T18:40:27.568Z Compiling backon v1.6.0
25202026-07-20T18:40:27.836Z Compiling instant v0.1.13
25212026-07-20T18:40:27.962Z Compiling backoff v0.4.0
25222026-07-20T18:40:28.187Z Compiling progenitor-extras v0.2.0
25232026-07-20T18:40:28.352Z Compiling progenitor-client v0.10.0
25242026-07-20T18:40:28.430Z Compiling digest v0.10.7
25252026-07-20T18:40:28.575Z Compiling parse-display v0.10.0
25262026-07-20T18:40:28.689Z Compiling itertools v0.14.0
25272026-07-20T18:40:28.789Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25282026-07-20T18:40:28.861Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25292026-07-20T18:40:29.521Z Compiling regress v0.10.5
25302026-07-20T18:40:30.206Z Compiling humantime v2.3.0
25312026-07-20T18:40:30.649Z Compiling cpufeatures v0.2.17
25322026-07-20T18:40:30.736Z Compiling unicode-width v0.2.2
25332026-07-20T18:40:30.788Z Compiling heck v0.5.0
25342026-07-20T18:40:31.055Z Compiling secrecy v0.10.3
25352026-07-20T18:40:31.226Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25362026-07-20T18:40:31.388Z Compiling tinyvec_macros v0.1.1
25372026-07-20T18:40:31.467Z Compiling tinyvec v1.11.0
25382026-07-20T18:40:31.930Z Compiling num-integer v0.1.46
25392026-07-20T18:40:32.429Z Compiling scroll v0.12.0
25402026-07-20T18:40:32.477Z Compiling crucible-workspace-hack v0.1.0
25412026-07-20T18:40:32.565Z Compiling hmac v0.12.1
25422026-07-20T18:40:32.751Z Compiling inout v0.1.4
25432026-07-20T18:40:32.773Z Compiling regress v0.11.1
25442026-07-20T18:40:32.773Z Compiling ff v0.13.1
25452026-07-20T18:40:32.845Z Compiling utf8parse v0.2.2
25462026-07-20T18:40:32.882Z Compiling group v0.13.0
25472026-07-20T18:40:32.962Z Compiling anstyle-parse v1.0.0
25482026-07-20T18:40:33.004Z Compiling cipher v0.4.4
25492026-07-20T18:40:33.194Z Compiling hkdf v0.12.4
25502026-07-20T18:40:33.258Z Compiling goblin v0.8.2
25512026-07-20T18:40:33.363Z Compiling num-iter v0.1.45
25522026-07-20T18:40:33.496Z Compiling num-rational v0.4.2
25532026-07-20T18:40:34.296Z Compiling zerocopy v0.7.35
25542026-07-20T18:40:34.718Z Compiling typify-impl v0.6.2
25552026-07-20T18:40:34.904Z Compiling universal-hash v0.5.1
25562026-07-20T18:40:35.053Z Compiling crypto-bigint v0.5.5
25572026-07-20T18:40:36.965Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25582026-07-20T18:40:37.015Z Compiling terminal_size v0.4.4
25592026-07-20T18:40:37.015Z Compiling half v2.7.1
25602026-07-20T18:40:37.038Z Compiling num-complex v0.4.6
25612026-07-20T18:40:37.206Z Compiling colorchoice v1.0.5
25622026-07-20T18:40:37.326Z Compiling opaque-debug v0.3.1
25632026-07-20T18:40:37.406Z Compiling is_terminal_polyfill v1.70.2
25642026-07-20T18:40:37.452Z Compiling anstyle-query v1.1.5
25652026-07-20T18:40:37.511Z Compiling ciborium-io v0.2.2
25662026-07-20T18:40:37.568Z Compiling anstyle v1.0.14
25672026-07-20T18:40:37.590Z Compiling base16ct v0.2.0
25682026-07-20T18:40:37.611Z Compiling base64ct v1.8.3
25692026-07-20T18:40:37.805Z Compiling anstream v1.0.0
25702026-07-20T18:40:37.846Z Compiling elliptic-curve v0.13.8
25712026-07-20T18:40:37.957Z Compiling password-hash v0.5.0
25722026-07-20T18:40:38.156Z Compiling ciborium-ll v0.2.2
25732026-07-20T18:40:38.369Z Compiling poly1305 v0.8.0
25742026-07-20T18:40:38.458Z Compiling num v0.4.3
25752026-07-20T18:40:38.542Z Compiling curve25519-dalek v4.1.3
25762026-07-20T18:40:38.941Z Compiling typify v0.6.2
25772026-07-20T18:40:39.012Z Compiling thiserror-no-std v2.0.2
25782026-07-20T18:40:39.056Z Compiling dof v0.3.0
25792026-07-20T18:40:39.113Z Compiling chacha20 v0.9.1
25802026-07-20T18:40:39.374Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25812026-07-20T18:40:39.898Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25822026-07-20T18:40:41.256Z Compiling blake2 v0.10.6
25832026-07-20T18:40:41.529Z Compiling aead v0.5.2
25842026-07-20T18:40:41.721Z Compiling byte-wrapper v0.1.0
25852026-07-20T18:40:41.734Z Compiling crossbeam-epoch v0.9.18
25862026-07-20T18:40:41.762Z Compiling dtrace-parser v0.2.0
25872026-07-20T18:40:42.243Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25882026-07-20T18:40:42.257Z Compiling thread-id v4.2.2
25892026-07-20T18:40:42.375Z Compiling strsim v0.11.1
25902026-07-20T18:40:42.630Z Compiling float-ord v0.3.2
25912026-07-20T18:40:42.716Z Compiling keccak v0.1.6
25922026-07-20T18:40:42.752Z Compiling clap_lex v1.1.0
25932026-07-20T18:40:43.124Z Compiling clap_builder v4.6.2
25942026-07-20T18:40:43.221Z Compiling sha3 v0.10.9
25952026-07-20T18:40:43.424Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25962026-07-20T18:40:43.618Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25972026-07-20T18:40:43.795Z Compiling usdt-impl v0.5.0
25982026-07-20T18:40:44.317Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25992026-07-20T18:40:46.718Z Compiling chacha20poly1305 v0.10.1
26002026-07-20T18:40:46.880Z Compiling argon2 v0.5.3
26012026-07-20T18:40:47.917Z Compiling vsss-rs v3.3.4
26022026-07-20T18:40:48.137Z Compiling ciborium v0.2.2
26032026-07-20T18:40:49.025Z Compiling hash32 v0.3.1
26042026-07-20T18:40:49.198Z Compiling memmap v0.7.0
26052026-07-20T18:40:49.327Z Compiling indent_write v2.2.0
26062026-07-20T18:40:49.441Z Compiling data-encoding v2.11.0
26072026-07-20T18:40:49.478Z Compiling usdt v0.5.0
26082026-07-20T18:40:49.491Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26092026-07-20T18:40:50.128Z Compiling heapless v0.8.0
26102026-07-20T18:40:50.651Z Compiling ingot-types v0.1.2
26112026-07-20T18:40:51.125Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26122026-07-20T18:40:51.276Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26132026-07-20T18:40:51.382Z Compiling clap v4.6.2
26142026-07-20T18:40:51.471Z Compiling rustix v0.38.44
26152026-07-20T18:40:51.474Z Compiling tabwriter v1.4.1
26162026-07-20T18:40:51.844Z Compiling cobs v0.3.0
26172026-07-20T18:40:52.109Z Compiling managed v0.8.0
26182026-07-20T18:40:52.127Z Compiling bitflags v1.3.2
26192026-07-20T18:40:52.209Z Compiling colored v3.1.1
26202026-07-20T18:40:52.376Z Compiling foreign-types-shared v0.3.1
26212026-07-20T18:40:52.482Z Compiling foreign-types v0.5.0
26222026-07-20T18:40:52.584Z Compiling smoltcp v0.11.0
26232026-07-20T18:40:52.867Z Compiling postcard v1.1.3
26242026-07-20T18:40:52.890Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26252026-07-20T18:40:53.250Z Compiling num_enum v0.7.6
26262026-07-20T18:40:53.382Z Compiling ingot v0.1.1
26272026-07-20T18:40:53.856Z Compiling memoffset v0.9.1
26282026-07-20T18:40:53.952Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26292026-07-20T18:40:54.075Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26302026-07-20T18:40:54.276Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26312026-07-20T18:40:54.364Z Compiling chacha20 v0.10.0
26322026-07-20T18:40:54.398Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26332026-07-20T18:40:54.667Z Compiling serde_spanned v0.6.9
26342026-07-20T18:40:54.823Z Compiling toml_datetime v0.6.11
26352026-07-20T18:40:54.838Z Compiling cstr-argument v0.1.2
26362026-07-20T18:40:55.015Z Compiling static_assertions v1.1.0
26372026-07-20T18:40:55.101Z Compiling unicode-segmentation v1.13.3
26382026-07-20T18:40:55.229Z Compiling resolv-conf v0.7.6
26392026-07-20T18:40:55.594Z Compiling toml_write v0.1.2
26402026-07-20T18:40:55.640Z Compiling swrite v0.1.0
26412026-07-20T18:40:55.744Z Compiling linked-hash-map v0.5.6
26422026-07-20T18:40:55.757Z Compiling winnow v0.7.15
26432026-07-20T18:40:55.843Z Compiling newline-converter v0.3.0
26442026-07-20T18:40:55.863Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26452026-07-20T18:40:55.880Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26462026-07-20T18:40:55.960Z Compiling lru-cache v0.1.2
26472026-07-20T18:40:55.982Z Compiling rand v0.10.2
26482026-07-20T18:40:56.107Z Compiling hubpack v0.1.2
26492026-07-20T18:40:56.303Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26502026-07-20T18:40:56.366Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26512026-07-20T18:40:56.436Z Compiling nix v0.31.3
26522026-07-20T18:40:56.594Z Compiling atomicwrites v0.4.4
26532026-07-20T18:40:56.812Z Compiling hickory-proto v0.24.4
26542026-07-20T18:40:56.886Z Compiling crossbeam-deque v0.8.6
26552026-07-20T18:40:57.113Z Compiling console v0.15.11
26562026-07-20T18:40:57.558Z Compiling toml_edit v0.22.27
26572026-07-20T18:40:57.672Z Compiling itertools v0.12.1
26582026-07-20T18:40:58.469Z Compiling camino-tempfile v1.4.1
26592026-07-20T18:40:58.933Z Compiling serde-big-array v0.5.1
26602026-07-20T18:40:59.083Z Compiling lazy_static v1.5.0
26612026-07-20T18:40:59.102Z Compiling similar v2.7.0
26622026-07-20T18:40:59.192Z Compiling siphasher v1.0.3
26632026-07-20T18:40:59.204Z Compiling toml v0.8.23
26642026-07-20T18:40:59.412Z Compiling phf_shared v0.12.1
26652026-07-20T18:40:59.640Z Compiling expectorate v1.2.0
26662026-07-20T18:40:59.857Z Compiling pin-project v1.1.13
26672026-07-20T18:40:59.898Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26682026-07-20T18:40:59.966Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26692026-07-20T18:41:00.757Z Compiling hickory-resolver v0.24.4
26702026-07-20T18:41:01.814Z Compiling prettyplease v0.2.37
26712026-07-20T18:41:02.073Z Compiling rayon-core v1.13.0
26722026-07-20T18:41:03.818Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26732026-07-20T18:41:03.837Z Compiling num_enum v0.5.11
26742026-07-20T18:41:03.965Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26752026-07-20T18:41:05.308Z Compiling progenitor-impl v0.13.0
26762026-07-20T18:41:05.353Z Compiling progenitor-impl v0.14.0
26772026-07-20T18:41:07.031Z Compiling unicode-normalization v0.1.25
26782026-07-20T18:41:07.635Z Compiling progenitor-client v0.13.0
26792026-07-20T18:41:07.692Z Compiling tokio-stream v0.1.18
26802026-07-20T18:41:08.168Z Compiling csv-core v0.1.13
26812026-07-20T18:41:08.277Z Compiling bstr v1.12.1
26822026-07-20T18:41:08.580Z Compiling foldhash v0.1.5
26832026-07-20T18:41:08.823Z Compiling konst_macro_rules v0.2.19
26842026-07-20T18:41:08.991Z Compiling foreign-types-shared v0.1.1
26852026-07-20T18:41:09.034Z Compiling unicode-width v0.1.14
26862026-07-20T18:41:09.089Z Compiling same-file v1.0.6
26872026-07-20T18:41:09.278Z Compiling highway v1.3.0
26882026-07-20T18:41:09.347Z Compiling walkdir v2.5.0
26892026-07-20T18:41:09.873Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26902026-07-20T18:41:09.967Z Compiling foreign-types v0.3.2
26912026-07-20T18:41:10.047Z Compiling konst v0.2.20
26922026-07-20T18:41:10.140Z Compiling hashbrown v0.15.5
26932026-07-20T18:41:10.432Z Compiling globset v0.4.18
26942026-07-20T18:41:10.802Z Compiling csv v1.4.0
26952026-07-20T18:41:11.780Z Compiling snafu v0.8.9
26962026-07-20T18:41:12.367Z Compiling qorb v0.4.1
26972026-07-20T18:41:13.232Z Compiling progenitor v0.13.0
26982026-07-20T18:41:13.381Z Compiling olpc-cjson v0.1.4
26992026-07-20T18:41:13.625Z Compiling progenitor v0.14.0
27002026-07-20T18:41:13.670Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27012026-07-20T18:41:13.775Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27022026-07-20T18:41:14.332Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27032026-07-20T18:41:14.375Z Compiling rayon v1.12.0
27042026-07-20T18:41:16.611Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27052026-07-20T18:41:16.904Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27062026-07-20T18:41:18.882Z Compiling phf v0.12.1
27072026-07-20T18:41:19.065Z Compiling openssl-sys v0.9.116
27082026-07-20T18:41:19.495Z Compiling tokio-dtrace v0.1.1
27092026-07-20T18:41:19.824Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27102026-07-20T18:41:20.680Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27112026-07-20T18:41:20.900Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27122026-07-20T18:41:21.017Z Compiling libsw-core v0.3.2
27132026-07-20T18:41:21.205Z Compiling pem v3.0.6
27142026-07-20T18:41:21.943Z Compiling serde_plain v1.0.2
27152026-07-20T18:41:22.195Z Compiling sigpipe v0.1.3
27162026-07-20T18:41:22.230Z Compiling typed-path v0.9.3
27172026-07-20T18:41:22.292Z Compiling jiff v0.2.28
27182026-07-20T18:41:22.446Z Compiling glob v0.3.3
27192026-07-20T18:41:23.203Z Compiling fixedbitset v0.4.2
27202026-07-20T18:41:23.428Z Compiling minimal-lexical v0.2.1
27212026-07-20T18:41:23.575Z Compiling fixedbitset v0.5.7
27222026-07-20T18:41:23.765Z Compiling bytecount v0.6.9
27232026-07-20T18:41:23.962Z Compiling papergrid v0.11.0
27242026-07-20T18:41:24.058Z Compiling petgraph v0.8.3
27252026-07-20T18:41:24.062Z Compiling nom v7.1.3
27262026-07-20T18:41:24.099Z Compiling petgraph v0.6.5
27272026-07-20T18:41:25.194Z Compiling tough v0.22.0
27282026-07-20T18:41:25.788Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-07-20T18:41:25.916Z Compiling openssl v0.10.80
27302026-07-20T18:41:26.495Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27312026-07-20T18:41:26.570Z Compiling libsw v3.5.0
27322026-07-20T18:41:26.759Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27332026-07-20T18:41:26.993Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27342026-07-20T18:41:27.290Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27352026-07-20T18:41:28.263Z Compiling zone v0.3.1
27362026-07-20T18:41:29.299Z Compiling oxide-tokio-rt v0.1.6
27372026-07-20T18:41:29.940Z Compiling chrono-tz v0.10.4
27382026-07-20T18:41:30.108Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27392026-07-20T18:41:30.308Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27402026-07-20T18:41:30.610Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-07-20T18:41:30.794Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27422026-07-20T18:41:31.469Z Compiling newtype_derive v0.1.6
27432026-07-20T18:41:31.547Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-07-20T18:41:31.559Z Compiling slog-dtrace v0.3.0
27452026-07-20T18:41:32.272Z Compiling const_format v0.2.36
27462026-07-20T18:41:32.782Z Compiling owo-colors v4.3.0
27472026-07-20T18:41:33.250Z Compiling cancel-safe-futures v0.1.5
27482026-07-20T18:41:33.621Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27492026-07-20T18:41:33.757Z Compiling gethostname v0.5.0
27502026-07-20T18:41:33.901Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27512026-07-20T18:41:34.367Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-07-20T18:41:34.499Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-07-20T18:41:34.567Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-07-20T18:41:34.623Z Compiling smf v0.2.3
27552026-07-20T18:41:34.795Z Compiling bcs v0.1.6
27562026-07-20T18:41:35.197Z Compiling tagptr v0.2.0
27572026-07-20T18:41:35.365Z Compiling whoami v1.6.1
27582026-07-20T18:41:35.459Z Compiling smawk v0.3.2
27592026-07-20T18:41:35.625Z Compiling linear-map v1.2.0
27602026-07-20T18:41:35.699Z Compiling unicode-linebreak v0.1.5
27612026-07-20T18:41:35.836Z Compiling termtree v0.5.1
27622026-07-20T18:41:35.848Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-07-20T18:41:35.852Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-07-20T18:41:35.971Z Compiling textwrap v0.16.2
27652026-07-20T18:41:36.009Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-07-20T18:41:37.542Z Compiling moka v0.12.15
27672026-07-20T18:41:37.605Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27682026-07-20T18:41:38.683Z Compiling tabled v0.15.0
27692026-07-20T18:41:38.735Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27702026-07-20T18:41:38.810Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-07-20T18:41:38.966Z Compiling steno v0.4.1
27722026-07-20T18:41:39.023Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-07-20T18:41:39.461Z Compiling cookie v0.18.1
27742026-07-20T18:41:40.813Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-07-20T18:41:45.036Z Compiling hickory-proto v0.25.2
27762026-07-20T18:41:45.410Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27772026-07-20T18:41:47.390Z Compiling hickory-resolver v0.25.2
27782026-07-20T18:41:47.394Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27792026-07-20T18:41:48.973Z Compiling arc-swap v1.9.1
27802026-07-20T18:41:49.159Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-07-20T18:41:49.323Z Compiling slog-scope v4.4.1
27822026-07-20T18:41:49.338Z Compiling libscf-sys v1.2.0
27832026-07-20T18:41:49.485Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27842026-07-20T18:41:49.539Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27852026-07-20T18:41:49.820Z Compiling slog-stdlog v4.1.1
27862026-07-20T18:41:50.217Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27872026-07-20T18:41:50.239Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27882026-07-20T18:41:50.935Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27892026-07-20T18:41:51.898Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27902026-07-20T18:41:52.010Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27912026-07-20T18:41:53.293Z Compiling slog-envlogger v2.2.0
27922026-07-20T18:41:53.325Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27932026-07-20T18:41:54.079Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27942026-07-20T18:42:01.252Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27952026-07-20T18:42:03.561Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27962026-07-20T18:42:05.306Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27972026-07-20T18:42:14.444Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27982026-07-20T18:42:18.260Z Finished `release` profile [optimized] target(s) in 2m 26s
27992026-07-20T18:42:18.376Z Running unittests src/lib.rs (target/release/deps/mg_tests-0eb896c21d55f2f7)
28002026-07-20T18:42:18.380Z
28012026-07-20T18:42:18.380Zrunning 1 test
28022026-07-20T18:42:18.513Zconfigure zone
28032026-07-20T18:42:18.530Zinstall zone
28042026-07-20T18:42:28.245Zboot zone
28052026-07-20T18:42:28.333Zstart zone s1
28062026-07-20T18:42:28.336Zconfigure zone
28072026-07-20T18:42:28.341Zinstall zone
28082026-07-20T18:42:30.252Zboot zone
28092026-07-20T18:42:30.342Zstart zone s2
28102026-07-20T18:42:30.342Zconfigure zone
28112026-07-20T18:42:30.352Zinstall zone
28122026-07-20T18:42:32.656Zboot zone
28132026-07-20T18:42:32.755Zstart zone s3
28142026-07-20T18:42:32.755Zconfigure zone
28152026-07-20T18:42:32.876Zinstall zone
28162026-07-20T18:42:35.477Zboot zone
28172026-07-20T18:42:35.569Zstart zone t1
28182026-07-20T18:42:35.569Zconfigure zone
28192026-07-20T18:42:35.580Zinstall zone
28202026-07-20T18:42:38.353Zboot zone
28212026-07-20T18:42:38.445Zwaiting for zones to come up
28222026-07-20T18:42:48.445Z[sidecar.quartet] svcs milestone/network
28232026-07-20T18:42:48.471ZSTATE STIME FMRI
28242026-07-20T18:42:48.471Zonline 18:42:28 svc:/milestone/network:default
28252026-07-20T18:42:48.471Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28262026-07-20T18:42:48.498Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28272026-07-20T18:42:48.525Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28282026-07-20T18:42:48.546Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28292026-07-20T18:42:48.549Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28302026-07-20T18:42:48.562Z
28312026-07-20T18:42:48.562Zrunning zone s1.quartet setup
28322026-07-20T18:42:48.562Z[s1.quartet] svcs milestone/network
28332026-07-20T18:42:48.578ZSTATE STIME FMRI
28342026-07-20T18:42:48.578Zonline 18:42:30 svc:/milestone/network:default
28352026-07-20T18:42:48.578Z[s1.quartet] dladm
28362026-07-20T18:42:48.591ZLINK CLASS MTU STATE BRIDGE OVER
28372026-07-20T18:42:48.591Zsl0 simnet 9000 up -- ?
28382026-07-20T18:42:48.591Zmgs1 vnic 9000 up -- ?
28392026-07-20T18:42:48.591Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28402026-07-20T18:42:49.203Z
28412026-07-20T18:42:49.203Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28422026-07-20T18:42:49.218Z
28432026-07-20T18:42:49.218Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28442026-07-20T18:42:49.231Z
28452026-07-20T18:42:49.232Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28462026-07-20T18:42:49.321Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28472026-07-20T18:42:49.390Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6aef37ab-634b-4717-84e8-5d1433aca267 --sled-uuid 0c616391-a1a2-44fa-8257-c57e7fb37a43 -a sl0/v6 &> /opt/ddmd.log &
28482026-07-20T18:42:49.402Z
28492026-07-20T18:42:49.402Zrunning zone s2.quartet setup
28502026-07-20T18:42:49.402Z[s2.quartet] svcs milestone/network
28512026-07-20T18:42:49.418ZSTATE STIME FMRI
28522026-07-20T18:42:49.418Zonline 18:42:32 svc:/milestone/network:default
28532026-07-20T18:42:49.418Z[s2.quartet] dladm
28542026-07-20T18:42:49.435ZLINK CLASS MTU STATE BRIDGE OVER
28552026-07-20T18:42:49.435Zsl1 simnet 9000 up -- ?
28562026-07-20T18:42:49.435Zmgs2 vnic 9000 up -- ?
28572026-07-20T18:42:49.435Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28582026-07-20T18:42:50.033Z
28592026-07-20T18:42:50.033Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28602026-07-20T18:42:50.043Z
28612026-07-20T18:42:50.043Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28622026-07-20T18:42:50.057Z
28632026-07-20T18:42:50.057Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28642026-07-20T18:42:50.091Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28652026-07-20T18:42:50.117Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b812bf54-fff6-4c37-bc74-a46746fabf5e --sled-uuid b6720c94-5e52-40b6-ab75-0db810ce4df2 -a sl1/v6 &> /opt/ddmd.log &
28662026-07-20T18:42:50.128Z
28672026-07-20T18:42:50.128Zrunning zone s3.quartet setup
28682026-07-20T18:42:50.128Z[s3.quartet] svcs milestone/network
28692026-07-20T18:42:50.142ZSTATE STIME FMRI
28702026-07-20T18:42:50.142Zonline 18:42:35 svc:/milestone/network:default
28712026-07-20T18:42:50.142Z[s3.quartet] dladm
28722026-07-20T18:42:50.156ZLINK CLASS MTU STATE BRIDGE OVER
28732026-07-20T18:42:50.156Zsl2 simnet 9000 up -- ?
28742026-07-20T18:42:50.156Zmgs3 vnic 9000 up -- ?
28752026-07-20T18:42:50.156Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28762026-07-20T18:42:50.777Z
28772026-07-20T18:42:50.777Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28782026-07-20T18:42:50.790Z
28792026-07-20T18:42:50.791Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28802026-07-20T18:42:50.801Z
28812026-07-20T18:42:50.801Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28822026-07-20T18:42:50.841Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28832026-07-20T18:42:50.871Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 09095521-35b6-4cd1-9251-8fdc523569a3 --sled-uuid 4fa28ffe-e66a-4b0c-8fb4-3a4299282c0e -a sl2/v6 &> /opt/ddmd.log &
28842026-07-20T18:42:50.880Z
28852026-07-20T18:42:50.880Zrunning zone t1.quartet setup
28862026-07-20T18:42:50.880Z[t1.quartet] svcs milestone/network
28872026-07-20T18:42:50.892ZSTATE STIME FMRI
28882026-07-20T18:42:50.893Zonline 18:42:38 svc:/milestone/network:default
28892026-07-20T18:42:50.893Z[t1.quartet] dladm
28902026-07-20T18:42:50.911ZLINK CLASS MTU STATE BRIDGE OVER
28912026-07-20T18:42:50.911Ztfportrear0_0 simnet 9000 up -- ?
28922026-07-20T18:42:50.911Ztfportrear1_0 simnet 9000 up -- ?
28932026-07-20T18:42:50.911Ztfportrear2_0 simnet 9000 up -- ?
28942026-07-20T18:42:50.911Zmgt1 vnic 9000 up -- ?
28952026-07-20T18:42:50.911Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28962026-07-20T18:42:51.403Z
28972026-07-20T18:42:51.403Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28982026-07-20T18:42:51.413Z
28992026-07-20T18:42:51.413Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29002026-07-20T18:42:51.425Z
29012026-07-20T18:42:51.425Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29022026-07-20T18:42:51.446Z
29032026-07-20T18:42:51.446Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29042026-07-20T18:42:51.454Z
29052026-07-20T18:42:51.454Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29062026-07-20T18:42:51.770Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29072026-07-20T18:42:51.778Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29082026-07-20T18:42:51.779Zwaiting 3s for copy of files to zone to complete ...
29092026-07-20T18:42:54.772Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29102026-07-20T18:42:54.927Z
29112026-07-20T18:42:54.927Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29122026-07-20T18:42:55.012Z
29132026-07-20T18:42:55.012Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29142026-07-20T18:42:55.049Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29152026-07-20T18:42:55.078Z[t1.quartet] svcadm disable dendrite
29162026-07-20T18:42:55.103Z
29172026-07-20T18:42:55.103Z[t1.quartet] svcadm disable tfport
29182026-07-20T18:42:55.127Z
29192026-07-20T18:42:55.127Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29202026-07-20T18:42:55.157Z
29212026-07-20T18:42:55.157Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29222026-07-20T18:42:55.179Z
29232026-07-20T18:42:55.179Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29242026-07-20T18:42:55.203Z
29252026-07-20T18:42:55.203Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29262026-07-20T18:42:55.228Z
29272026-07-20T18:42:55.228Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29282026-07-20T18:42:55.266Z
29292026-07-20T18:42:55.266Z[t1.quartet] svcadm refresh dendrite:default
29302026-07-20T18:42:55.284Z
29312026-07-20T18:42:55.284Z[t1.quartet] svcadm enable dendrite:default
29322026-07-20T18:42:55.317Z
29332026-07-20T18:42:55.317Zwait 10s for dendrite to come up ...
29342026-07-20T18:43:05.297Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29352026-07-20T18:43:05.324Z
29362026-07-20T18:43:05.324Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29372026-07-20T18:43:05.348Z
29382026-07-20T18:43:05.348Z[t1.quartet] svcadm refresh tfport:default
29392026-07-20T18:43:05.372Z
29402026-07-20T18:43:05.372Z[t1.quartet] svcadm enable tfport
29412026-07-20T18:43:05.390Z
29422026-07-20T18:43:05.395Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 149c511f-dda4-4291-ad40-213bd39b4fae --sled-uuid cd1dcf47-54e4-4389-8b76-79e2baa13978 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29432026-07-20T18:43:05.402Z
29442026-07-20T18:43:05.402Z[t1.quartet] ipadm
29452026-07-20T18:43:05.415ZADDROBJ TYPE STATE ADDR
29462026-07-20T18:43:05.415Zlo0/v4 static ok 127.0.0.1/8
29472026-07-20T18:43:05.415Zmgt1/v4 static ok 10.0.0.4/24
29482026-07-20T18:43:05.415Zlo0/v6 static ok ::1/128
29492026-07-20T18:43:05.416Zlo0/u6 static ok fd00:4::1/64
29502026-07-20T18:43:05.416Ztfportrear0_0/v6 addrconf ok fe80::a073:5aff:feaa:5ccc%tfportrear0_0/10
29512026-07-20T18:43:05.416Ztfportrear1_0/v6 addrconf ok fe80::4f6:13ff:fe0d:8518%tfportrear1_0/10
29522026-07-20T18:43:05.416Ztfportrear2_0/v6 addrconf ok fe80::8857:dcff:feb6:1ea7%tfportrear2_0/10
29532026-07-20T18:43:07.535Zinitial peering test passed
29542026-07-20T18:43:08.539Z[s3.quartet] ping fd00:1::1
29552026-07-20T18:43:08.555Zfd00:1::1 is alive
29562026-07-20T18:43:18.385Ztest ddm::test_quartet has been running for over 60 seconds
29572026-07-20T18:43:19.553Z[s3.quartet] ping fd00:1::1
29582026-07-20T18:43:19.567Zfd00:1::1 is alive
29592026-07-20T18:43:19.573Z[t1.quartet] pkill ddmd
29602026-07-20T18:43:19.578Z
29612026-07-20T18:43:19.578Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29622026-07-20T18:43:19.583Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29632026-07-20T18:43:21.461Z[s3.quartet] pkill ddmd
29642026-07-20T18:43:21.474Z
29652026-07-20T18:43:21.474Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29662026-07-20T18:43:23.284Z[s2.quartet] pkill ddmd
29672026-07-20T18:43:23.297Z
29682026-07-20T18:43:23.297Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29692026-07-20T18:43:25.311Z[s1.quartet] pkill ddmd
29702026-07-20T18:43:25.325Z
29712026-07-20T18:43:25.325Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29722026-07-20T18:43:27.177Z[sidecar.quartet] pkill softnpu
29732026-07-20T18:43:27.190Z
29742026-07-20T18:43:27.190Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29752026-07-20T18:43:30.384Ztest ddm::test_quartet ... ok
29762026-07-20T18:43:30.385Z
29772026-07-20T18:43:30.385Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 72.00s
29782026-07-20T18:43:30.385Z
29792026-07-20T18:43:30.436Z+ cleanup
29802026-07-20T18:43:30.440Z++ id -un
29812026-07-20T18:43:30.443Z++ id -gn
29822026-07-20T18:43:30.443Z+ pfexec chown -R build:build .
29832026-07-20T18:43:30.566Zprocess exited: duration 659259 ms, exit code 0
 
29842026-07-20T18:43:30.574Zfound 6 output files
29852026-07-20T18:43:30.574Zuploading: /work/s1.quartet.log (3814 bytes)
29862026-07-20T18:43:31.588Zuploaded: /work/s1.quartet.log
29872026-07-20T18:43:31.588Zuploading: /work/s2.quartet.log (3990 bytes)
29882026-07-20T18:43:32.600Zuploaded: /work/s2.quartet.log
29892026-07-20T18:43:32.600Zuploading: /work/s3.quartet.log (4107 bytes)
29902026-07-20T18:43:33.613Zuploaded: /work/s3.quartet.log
29912026-07-20T18:43:33.613Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29922026-07-20T18:43:34.626Zuploaded: /work/sidecar.quartet-softnpu.log
29932026-07-20T18:43:34.626Zuploading: /work/t1.quartet-dpd.log (206310 bytes)
29942026-07-20T18:43:35.645Zuploaded: /work/t1.quartet-dpd.log
29952026-07-20T18:43:35.645Zuploading: /work/t1.quartet.log (17046 bytes)
29962026-07-20T18:43:36.659Zuploaded: /work/t1.quartet.log