01KTCTAH3J624FJKMZZWJ4HAA4: 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: 01KTCTB4JDVHTMCHA3V6D4YS73

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T21:18:03.941Zjob assigned to worker 01KTCTBN20PNAA44H978DJJ8MW [factory aws, i-0a252d643194f3a42] (queued for 58 s)
 
22026-06-05T21:18:10.692Zstarting task 0: "setup"
32026-06-05T21:18:10.697Z++ uname -s
42026-06-05T21:18:10.700Z+ kern=SunOS
52026-06-05T21:18:10.700Z+ build_user=build
62026-06-05T21:18:10.700Z+ build_uid=12345
72026-06-05T21:18:10.700Z+ work_dir=/work
82026-06-05T21:18:10.700Z+ input_dir=/input
92026-06-05T21:18:10.700Z+ [[ 0 == 12345 ]]
102026-06-05T21:18:10.700Z+ case "$kern" in
112026-06-05T21:18:10.700Z+ groupadd -g 12345 build
122026-06-05T21:18:10.701Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T21:18:12.706Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T21:18:12.812Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T21:18:12.816Z+ home_fs=zfs
162026-06-05T21:18:12.818Z+ [[ zfs == autofs ]]
172026-06-05T21:18:12.818Z+ mkdir -p /home/build
182026-06-05T21:18:12.818Z+ chown build:build /home/build /work
192026-06-05T21:18:14.818Z+ chmod 0700 /home/build /work
202026-06-05T21:18:14.821Zprocess exited: duration 4125 ms, exit code 0
 
212026-06-05T21:18:14.828Zstarting task 1: "rust-toolchain"
222026-06-05T21:18:14.832Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T21:18:14.832Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T21:18:14.832Z * rust toolchain channel = "stable"
252026-06-05T21:18:14.832Z * rust toolchain profile = "default"
262026-06-05T21:18:14.832Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T21:18:14.832Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T21:18:14.835Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T21:18:14.835Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T21:18:14.917Zinfo: downloading installer
312026-06-05T21:18:16.274Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T21:18:16.274Zwarn: /opt/ooce/bin
332026-06-05T21:18:16.274Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T21:18:16.274Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T21:18:16.274Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T21:18:16.274Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T21:18:16.274Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T21:18:16.274Zerror: cannot install while Rust is installed
392026-06-05T21:18:16.274Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T21:18:16.275Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T21:18:16.275Zwarn: /home/build/.rustup/settings.toml
422026-06-05T21:18:16.275Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T21:18:16.275Zwarn: instead of the one inferred from the default host triple.
442026-06-05T21:18:16.288Zinfo: profile set to default
452026-06-05T21:18:16.288Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T21:18:16.291Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T21:18:16.425Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T21:18:16.428Zinfo: downloading 6 components
492026-06-05T21:18:30.827Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T21:18:30.828Z
512026-06-05T21:18:30.857Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T21:18:30.857Z
532026-06-05T21:18:30.857Z
542026-06-05T21:18:30.857ZRust is installed now. Great!
552026-06-05T21:18:30.857Z
562026-06-05T21:18:30.857ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T21:18:30.857Zenvironment variable. This has not been done automatically.
582026-06-05T21:18:30.857Z
592026-06-05T21:18:30.858ZTo configure your current shell, you need to source
602026-06-05T21:18:30.858Zthe corresponding env file under $HOME/.cargo.
612026-06-05T21:18:30.858Z
622026-06-05T21:18:30.858ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T21:18:30.858Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T21:18:30.859Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T21:18:30.859Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T21:18:30.859Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T21:18:30.859Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T21:18:30.859Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T21:18:30.863Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T21:18:30.863Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T21:18:30.949Z+ rustup --version
722026-06-05T21:18:30.957Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T21:18:30.961Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T21:18:30.978Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T21:18:30.981Z+ cargo --version
762026-06-05T21:18:30.994Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T21:18:30.997Z+ rustc --version
782026-06-05T21:18:31.016Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T21:18:31.019Zprocess exited: duration 16188 ms, exit code 0
 
802026-06-05T21:18:31.026Zstarting task 2: "authentication"
812026-06-05T21:18:31.042Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T21:18:31.049Zstarting task 3: "clone repository"
832026-06-05T21:18:31.052Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T21:18:31.056Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T21:18:31.094ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T21:18:32.137Z+ cd /work/oxidecomputer/maghemite
872026-06-05T21:18:32.137Z+ git fetch origin 28cc72cd5873adf4359355c13a325e524897aa25
882026-06-05T21:18:32.375ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T21:18:32.375Z * branch 28cc72cd5873adf4359355c13a325e524897aa25 -> FETCH_HEAD
902026-06-05T21:18:32.378Z+ [[ -n trey/ndp-demux ]]
912026-06-05T21:18:32.381Z++ git branch --show-current
922026-06-05T21:18:32.381Z+ current=main
932026-06-05T21:18:32.381Z+ [[ main != trey/ndp-demux ]]
942026-06-05T21:18:32.381Z+ git branch -f trey/ndp-demux 28cc72cd5873adf4359355c13a325e524897aa25
952026-06-05T21:18:32.384Z+ git checkout -f trey/ndp-demux
962026-06-05T21:18:32.400ZSwitched to branch 'trey/ndp-demux'
972026-06-05T21:18:32.404Z+ git reset --hard 28cc72cd5873adf4359355c13a325e524897aa25
982026-06-05T21:18:32.418ZHEAD is now at 28cc72c bump ispf dependency
992026-06-05T21:18:32.421Zprocess exited: duration 1369 ms, exit code 0
 
1002026-06-05T21:18:32.428Zstarting task 4: "build"
1012026-06-05T21:18:32.434Z++ dladm
1022026-06-05T21:18:32.437ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-05T21:18:32.437Zena0 phys 9216 up -- --
1042026-06-05T21:18:32.440Z++ ipadm
1052026-06-05T21:18:32.440ZADDROBJ TYPE STATE ADDR
1062026-06-05T21:18:32.440Zlo0/v4 static ok 127.0.0.1/8
1072026-06-05T21:18:32.441Zena0/dhcp dhcp ok 10.150.1.184/24
1082026-06-05T21:18:32.442Zlo0/v6 static ok ::1/128
1092026-06-05T21:18:32.442Z++ banner collect
1102026-06-05T21:18:32.446Z
1112026-06-05T21:18:32.446Z #### #### # # ###### #### #####
1122026-06-05T21:18:32.446Z # # # # # # # # # #
1132026-06-05T21:18:32.446Z # # # # # ##### # #
1142026-06-05T21:18:32.446Z # # # # # # # #
1152026-06-05T21:18:32.446Z # # # # # # # # # #
1162026-06-05T21:18:32.446Z #### #### ###### ###### ###### #### #
1172026-06-05T21:18:32.446Z
1182026-06-05T21:18:32.446Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-05T21:18:32.446Z++ repo=softnpu
1202026-06-05T21:18:32.446Z++ series=image
1212026-06-05T21:18:32.446Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-05T21:18:32.446Z++ name=softnpu
1232026-06-05T21:18:32.446Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-05T21:18:32.446Z++ mkdir -p download
1252026-06-05T21:18:32.446Z++ pushd download
1262026-06-05T21:18:32.446Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-05T21:18:32.446Z++ [[ ! -f softnpu ]]
1282026-06-05T21:18:32.446Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-05T21:18:32.450Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-05T21:18:32.450Z Dload Upload Total Spent Left Speed
1312026-06-05T21:18:32.965Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 30.28M 0 0 100 15.63M 100 15.63M 0 0 30.28M 0 0 100 15.63M 100 15.63M 0 0 30.27M 0 0
1322026-06-05T21:18:32.972Z++ popd
1332026-06-05T21:18:32.972Z/work/oxidecomputer/maghemite
1342026-06-05T21:18:32.972Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-05T21:18:32.972Z++ repo=sidecar-lite
1362026-06-05T21:18:32.972Z++ series=release
1372026-06-05T21:18:32.972Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-05T21:18:32.972Z++ name=libsidecar_lite.so
1392026-06-05T21:18:32.972Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-05T21:18:32.972Z++ mkdir -p download
1412026-06-05T21:18:32.972Z++ pushd download
1422026-06-05T21:18:32.972Z++ [[ ! -f libsidecar_lite.so ]]
1432026-06-05T21:18:32.972Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-05T21:18:32.972Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-05T21:18:32.976Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-05T21:18:32.976Z Dload Upload Total Spent Left Speed
1472026-06-05T21:18:33.282Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 39.06M 0 0 100 12.04M 100 12.04M 0 0 39.06M 0 0 100 12.04M 100 12.04M 0 0 39.05M 0 0
1482026-06-05T21:18:33.286Z++ popd
1492026-06-05T21:18:33.286Z/work/oxidecomputer/maghemite
1502026-06-05T21:18:33.286Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-05T21:18:33.286Z++ repo=sidecar-lite
1522026-06-05T21:18:33.286Z++ series=release
1532026-06-05T21:18:33.286Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-05T21:18:33.286Z++ name=scadm
1552026-06-05T21:18:33.286Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-05T21:18:33.286Z++ mkdir -p download
1572026-06-05T21:18:33.286Z++ pushd download
1582026-06-05T21:18:33.286Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-05T21:18:33.286Z++ [[ ! -f scadm ]]
1602026-06-05T21:18:33.286Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-05T21:18:33.290Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-05T21:18:33.293Z Dload Upload Total Spent Left Speed
1632026-06-05T21:18:33.784Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 31.94M 0 0 100 15.78M 100 15.78M 0 0 31.94M 0 0 100 15.78M 100 15.78M 0 0 31.94M 0 0
1642026-06-05T21:18:33.788Z++ popd
1652026-06-05T21:18:33.788Z/work/oxidecomputer/maghemite
1662026-06-05T21:18:33.788Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-05T21:18:33.788Z++ repo=dendrite
1682026-06-05T21:18:33.788Z++ series=image
1692026-06-05T21:18:33.788Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-05T21:18:33.788Z++ name=dendrite-softnpu.tar.gz
1712026-06-05T21:18:33.788Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-05T21:18:33.788Z++ mkdir -p download
1732026-06-05T21:18:33.788Z++ pushd download
1742026-06-05T21:18:33.788Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752026-06-05T21:18:33.788Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-06-05T21:18:33.788Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-05T21:18:33.795Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-05T21:18:33.800Z Dload Upload Total Spent Left Speed
1792026-06-05T21:18:35.043Z 0 0 0 0 0 0 0 0 0 76 71.59M 76 54.70M 0 0 54.62M 0 00:01 00:01 54.63M 100 71.59M 100 71.59M 0 0 58.04M 0 00:01 00:01 54.63M 100 71.59M 100 71.59M 0 0 58.03M 0 00:01 00:01 54.63M 100 71.59M 100 71.59M 0 0 58.03M 0 00:01 00:01 54.63M
1802026-06-05T21:18:35.048Z++ popd
1812026-06-05T21:18:35.048Z/work/oxidecomputer/maghemite
1822026-06-05T21:18:35.049Z++ get_artifact maghemite release 28cc72cd5873adf4359355c13a325e524897aa25 ddm
1832026-06-05T21:18:35.049Z++ repo=maghemite
1842026-06-05T21:18:35.049Z++ series=release
1852026-06-05T21:18:35.049Z++ commit=28cc72cd5873adf4359355c13a325e524897aa25
1862026-06-05T21:18:35.049Z++ name=ddm
1872026-06-05T21:18:35.049Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-05T21:18:35.049Z++ mkdir -p download
1892026-06-05T21:18:35.050Z++ pushd download
1902026-06-05T21:18:35.050Z++ [[ ! -f ddm ]]
1912026-06-05T21:18:35.050Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-06-05T21:18:35.050Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/28cc72cd5873adf4359355c13a325e524897aa25/ddm
1932026-06-05T21:18:35.050Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-05T21:18:35.050Z Dload Upload Total Spent Left Speed
1952026-06-05T21:18:35.119Z 0 0 0 0 0 0 0 0 0
1962026-06-05T21:18:35.119Zcurl: (22) The requested URL returned error: 404
1972026-06-05T21:18:35.124Z++ popd
1982026-06-05T21:18:35.124Z/work/oxidecomputer/maghemite
1992026-06-05T21:18:35.124Z++ get_artifact maghemite release 28cc72cd5873adf4359355c13a325e524897aa25 ddmadm
2002026-06-05T21:18:35.125Z++ repo=maghemite
2012026-06-05T21:18:35.125Z++ series=release
2022026-06-05T21:18:35.125Z++ commit=28cc72cd5873adf4359355c13a325e524897aa25
2032026-06-05T21:18:35.125Z++ name=ddmadm
2042026-06-05T21:18:35.125Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-05T21:18:35.125Z++ mkdir -p download
2062026-06-05T21:18:35.125Z++ pushd download
2072026-06-05T21:18:35.125Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-05T21:18:35.125Z++ [[ ! -f ddmadm ]]
2092026-06-05T21:18:35.125Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/28cc72cd5873adf4359355c13a325e524897aa25/ddmadm
2102026-06-05T21:18:35.129Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-05T21:18:35.129Z Dload Upload Total Spent Left Speed
2122026-06-05T21:18:35.195Z 0 0 0 0 0 0 0 0 0
2132026-06-05T21:18:35.197Zcurl: (22) The requested URL returned error: 404
2142026-06-05T21:18:35.201Z++ popd
2152026-06-05T21:18:35.201Z/work/oxidecomputer/maghemite
2162026-06-05T21:18:35.201Z++ pushd download
2172026-06-05T21:18:35.202Z++ chmod +x softnpu
2182026-06-05T21:18:35.202Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-05T21:18:35.202Z++ chmod +x scadm
2202026-06-05T21:18:35.202Z++ chmod +x ddmadm
2212026-06-05T21:18:35.202Zchmod: WARNING: can't access ddmadm
2222026-06-05T21:18:35.202Z++ chmod +x ddmd
2232026-06-05T21:18:35.202Zchmod: WARNING: can't access ddmd
2242026-06-05T21:18:35.203Z++ mv ddmadm ddmadm-v2
2252026-06-05T21:18:35.207Zmv: cannot access ddmadm
2262026-06-05T21:18:35.207Z++ mv ddmd ddmd-v2
2272026-06-05T21:18:35.207Zmv: cannot access ddmd
2282026-06-05T21:18:35.207Z++ rm -rf zones/dendrite
2292026-06-05T21:18:35.207Z++ mkdir -p zones/dendrite
2302026-06-05T21:18:35.207Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-05T21:18:36.213Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-05T21:18:36.220Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-05T21:18:36.220Z++ popd
2342026-06-05T21:18:36.220Z++ banner install
2352026-06-05T21:18:36.220Z/work/oxidecomputer/maghemite
2362026-06-05T21:18:36.220Z
2372026-06-05T21:18:36.220Z # # # #### ##### ## # #
2382026-06-05T21:18:36.220Z # ## # # # # # # #
2392026-06-05T21:18:36.220Z # # # # #### # # # # #
2402026-06-05T21:18:36.220Z # # # # # # ###### # #
2412026-06-05T21:18:36.221Z # # ## # # # # # # #
2422026-06-05T21:18:36.221Z # # # #### # # # ###### ######
2432026-06-05T21:18:36.221Z
2442026-06-05T21:18:36.221Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-05T21:18:36.221Z++ set +o errexit
2462026-06-05T21:18:36.221Z++ pkg info clang-15
2472026-06-05T21:18:36.221Z++ grep -qi installed
2482026-06-05T21:18:37.430Zpkg: info: no packages matching the following patterns you specified are
2492026-06-05T21:18:37.430Zinstalled on the system. Try querying remotely instead:
2502026-06-05T21:18:37.430Z
2512026-06-05T21:18:37.431Z clang-15
2522026-06-05T21:18:37.465Z++ [[ 1 != 0 ]]
2532026-06-05T21:18:37.466Z++ set -o errexit
2542026-06-05T21:18:37.466Z++ pfexec pkg install clang-15
2552026-06-05T21:18:44.734Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-05T21:18:52.539Z Startup: Caching catalogs ... Done
2572026-06-05T21:18:59.984ZPlanning: Solver setup ... Done
2582026-06-05T21:19:00.025ZPlanning: Running solver ... Done
2592026-06-05T21:19:00.226ZPlanning: Finding local manifests ... Done
2602026-06-05T21:19:00.601ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-05T21:19:00.701ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-05T21:19:00.726ZPlanning: Package planning ... Done
2632026-06-05T21:19:00.753ZPlanning: Merging actions ... Done
2642026-06-05T21:19:00.859ZPlanning: Checking for conflicting actions ... Done
2652026-06-05T21:19:00.865ZPlanning: Consolidating action changes ... Done
2662026-06-05T21:19:01.634ZPlanning: Evaluating mediators ... Done
2672026-06-05T21:19:01.640ZPlanning: Planning completed in 8.93 seconds
2682026-06-05T21:19:01.652Z Packages to install: 2
2692026-06-05T21:19:01.652Z Mediators to change: 2
2702026-06-05T21:19:01.655Z Services to change: 1
2712026-06-05T21:19:01.655Z Create boot environment: No
2722026-06-05T21:19:01.655ZCreate backup boot environment: No
2732026-06-05T21:19:01.696Z
2742026-06-05T21:19:01.696ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-05T21:19:06.809ZDownload: 975/3076 items 82.1/211.3MB 38% complete (17.3M/s)
2762026-06-05T21:19:14.983ZDownload: 983/3076 items 82.2/211.3MB 38% complete (15.8M/s)
2772026-06-05T21:19:27.649ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2782026-06-05T21:19:32.649ZDownload: 2954/3076 items 166.8/211.3MB 78% complete (16.8M/s)
2792026-06-05T21:19:38.106ZDownload: 3075/3076 items 211.3/211.3MB 99% complete (13.3M/s)
2802026-06-05T21:19:38.121ZDownload: Completed 211.31 MB in 36.42 seconds (5.8M/s)
2812026-06-05T21:19:38.261Z Actions: 1/3418 actions (Installing new actions)
2822026-06-05T21:19:41.416Z Actions: Completed 3418 actions in 3.15 seconds.
2832026-06-05T21:19:42.050Z Done
2842026-06-05T21:19:42.050Z Done
2852026-06-05T21:19:42.792Z Done
2862026-06-05T21:19:46.181Z Done
2872026-06-05T21:19:46.257Z Done
2882026-06-05T21:19:46.261Z Done
2892026-06-05T21:19:46.489Z Done
2902026-06-05T21:19:47.174Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2912026-06-05T21:19:47.174Z++ set +o errexit
2922026-06-05T21:19:47.177Z++ pkg info pkg-config
2932026-06-05T21:19:47.177Z++ grep -qi installed
2942026-06-05T21:19:47.402Z++ [[ 0 != 0 ]]
2952026-06-05T21:19:47.402Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2962026-06-05T21:19:47.402Z++ set +o errexit
2972026-06-05T21:19:47.405Z++ pkg info brand/omicron1
2982026-06-05T21:19:47.405Z++ grep -qi installed
2992026-06-05T21:19:47.588Zpkg: info: no packages matching the following patterns you specified are
3002026-06-05T21:19:47.588Zinstalled on the system. Try querying remotely instead:
3012026-06-05T21:19:47.588Z
3022026-06-05T21:19:47.588Z brand/omicron1
3032026-06-05T21:19:47.623Z++ [[ 1 != 0 ]]
3042026-06-05T21:19:47.624Z++ set -o errexit
3052026-06-05T21:19:47.624Z++ pfexec pkg install brand/omicron1
3062026-06-05T21:19:48.031Z Startup: Refreshing catalog 'helios-dev' ... Done
3072026-06-05T21:19:55.242ZPlanning: Solver setup ... Done
3082026-06-05T21:19:55.281ZPlanning: Running solver ... Done
3092026-06-05T21:19:55.421ZPlanning: Finding local manifests ... Done
3102026-06-05T21:19:55.425ZPlanning: Fetching manifests: 0/2 0% complete
3112026-06-05T21:19:55.556ZPlanning: Fetching manifests: 2/2 100% complete
3122026-06-05T21:19:55.568ZPlanning: Package planning ... Done
3132026-06-05T21:19:55.573ZPlanning: Merging actions ... Done
3142026-06-05T21:19:55.717ZPlanning: Checking for conflicting actions ... Done
3152026-06-05T21:19:55.721ZPlanning: Consolidating action changes ... Done
3162026-06-05T21:19:55.875ZPlanning: Evaluating mediators ... Done
3172026-06-05T21:19:55.879ZPlanning: Planning completed in 7.84 seconds
3182026-06-05T21:19:55.883Z Packages to install: 2
3192026-06-05T21:19:55.883Z Create boot environment: No
3202026-06-05T21:19:55.883ZCreate backup boot environment: No
3212026-06-05T21:19:55.912Z
3222026-06-05T21:19:55.912ZDownload: 0/5 items 0.0/1.1MB 0% complete
3232026-06-05T21:19:55.973ZDownload: Completed 1.07 MB in 0.02 seconds (48.9M/s)
3242026-06-05T21:19:56.008Z Actions: 1/28 actions (Installing new actions)
3252026-06-05T21:19:56.019Z Actions: Completed 28 actions in 0.01 seconds.
3262026-06-05T21:19:56.518Z Done
3272026-06-05T21:19:56.518Z Done
3282026-06-05T21:19:57.157Z Done
3292026-06-05T21:19:59.974Z Done
3302026-06-05T21:20:00.050Z Done
3312026-06-05T21:20:00.053Z Done
3322026-06-05T21:20:00.196Z Done
3332026-06-05T21:20:00.331Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3342026-06-05T21:20:00.331Z++ set +o errexit
3352026-06-05T21:20:00.335Z++ pkg info brand/omicron1/tools
3362026-06-05T21:20:00.335Z++ grep -qi installed
3372026-06-05T21:20:00.516Zpkg: info: no packages matching the following patterns you specified are
3382026-06-05T21:20:00.516Zinstalled on the system. Try querying remotely instead:
3392026-06-05T21:20:00.516Z
3402026-06-05T21:20:00.516Z brand/omicron1/tools
3412026-06-05T21:20:00.550Z++ [[ 1 != 0 ]]
3422026-06-05T21:20:00.551Z++ set -o errexit
3432026-06-05T21:20:00.551Z++ pfexec pkg install brand/omicron1/tools
3442026-06-05T21:20:00.940Z Startup: Refreshing catalog 'helios-dev' ... Done
3452026-06-05T21:20:08.085ZPlanning: Solver setup ... Done
3462026-06-05T21:20:08.122ZPlanning: Running solver ... Done
3472026-06-05T21:20:08.264ZPlanning: Finding local manifests ... Done
3482026-06-05T21:20:08.267ZPlanning: Fetching manifests: 0/1 0% complete
3492026-06-05T21:20:08.379ZPlanning: Fetching manifests: 1/1 100% complete
3502026-06-05T21:20:08.391ZPlanning: Package planning ... Done
3512026-06-05T21:20:08.394ZPlanning: Merging actions ... Done
3522026-06-05T21:20:08.531ZPlanning: Checking for conflicting actions ... Done
3532026-06-05T21:20:08.534ZPlanning: Consolidating action changes ... Done
3542026-06-05T21:20:08.686ZPlanning: Evaluating mediators ... Done
3552026-06-05T21:20:08.689ZPlanning: Planning completed in 7.75 seconds
3562026-06-05T21:20:08.695Z Packages to install: 1
3572026-06-05T21:20:08.695Z Services to change: 1
3582026-06-05T21:20:08.699Z Create boot environment: No
3592026-06-05T21:20:08.699ZCreate backup boot environment: No
3602026-06-05T21:20:08.724Z
3612026-06-05T21:20:08.724ZDownload: 0/2 items 0.0/1.2MB 0% complete
3622026-06-05T21:20:08.749ZDownload: Completed 1.19 MB in 0.02 seconds (48.9M/s)
3632026-06-05T21:20:08.820Z Actions: 1/19 actions (Installing new actions)
3642026-06-05T21:20:08.832Z Actions: Completed 19 actions in 0.01 seconds.
3652026-06-05T21:20:09.336Z Done
3662026-06-05T21:20:09.336Z Done
3672026-06-05T21:20:09.962Z Done
3682026-06-05T21:20:12.812Z Done
3692026-06-05T21:20:12.883Z Done
3702026-06-05T21:20:12.886Z Done
3712026-06-05T21:20:13.045Z Done
3722026-06-05T21:20:13.176Z++ pfexec svcadm enable baseline
3732026-06-05T21:20:13.191Z++ retry=0
3742026-06-05T21:20:13.195Z+++ svcs -Hostate baseline
3752026-06-05T21:20:13.206Z++ [[ offline* != online ]]
3762026-06-05T21:20:13.207Z++ [[ 0 -gt 300 ]]
3772026-06-05T21:20:13.210Z++ sleep 1
3782026-06-05T21:20:14.209Z++ retry=1
3792026-06-05T21:20:14.212Z+++ svcs -Hostate baseline
3802026-06-05T21:20:14.223Z++ [[ offline* != online ]]
3812026-06-05T21:20:14.223Z++ [[ 1 -gt 300 ]]
3822026-06-05T21:20:14.223Z++ sleep 1
3832026-06-05T21:20:15.224Z++ retry=2
3842026-06-05T21:20:15.227Z+++ svcs -Hostate baseline
3852026-06-05T21:20:15.237Z++ [[ offline* != online ]]
3862026-06-05T21:20:15.237Z++ [[ 2 -gt 300 ]]
3872026-06-05T21:20:15.237Z++ sleep 1
3882026-06-05T21:20:16.240Z++ retry=3
3892026-06-05T21:20:16.243Z+++ svcs -Hostate baseline
3902026-06-05T21:20:16.254Z++ [[ offline* != online ]]
3912026-06-05T21:20:16.254Z++ [[ 3 -gt 300 ]]
3922026-06-05T21:20:16.254Z++ sleep 1
3932026-06-05T21:20:17.256Z++ retry=4
3942026-06-05T21:20:17.259Z+++ svcs -Hostate baseline
3952026-06-05T21:20:17.272Z++ [[ offline* != online ]]
3962026-06-05T21:20:17.272Z++ [[ 4 -gt 300 ]]
3972026-06-05T21:20:17.272Z++ sleep 1
3982026-06-05T21:20:18.274Z++ retry=5
3992026-06-05T21:20:18.278Z+++ svcs -Hostate baseline
4002026-06-05T21:20:18.293Z++ [[ offline* != online ]]
4012026-06-05T21:20:18.293Z++ [[ 5 -gt 300 ]]
4022026-06-05T21:20:18.296Z++ sleep 1
4032026-06-05T21:20:19.295Z++ retry=6
4042026-06-05T21:20:19.299Z+++ svcs -Hostate baseline
4052026-06-05T21:20:19.310Z++ [[ offline* != online ]]
4062026-06-05T21:20:19.310Z++ [[ 6 -gt 300 ]]
4072026-06-05T21:20:19.310Z++ sleep 1
4082026-06-05T21:20:20.312Z++ retry=7
4092026-06-05T21:20:20.315Z+++ svcs -Hostate baseline
4102026-06-05T21:20:20.326Z++ [[ offline* != online ]]
4112026-06-05T21:20:20.326Z++ [[ 7 -gt 300 ]]
4122026-06-05T21:20:20.326Z++ sleep 1
4132026-06-05T21:20:21.328Z++ retry=8
4142026-06-05T21:20:21.333Z+++ svcs -Hostate baseline
4152026-06-05T21:20:21.342Z++ [[ offline* != online ]]
4162026-06-05T21:20:21.342Z++ [[ 8 -gt 300 ]]
4172026-06-05T21:20:21.342Z++ sleep 1
4182026-06-05T21:20:22.344Z++ retry=9
4192026-06-05T21:20:22.348Z+++ svcs -Hostate baseline
4202026-06-05T21:20:22.359Z++ [[ offline* != online ]]
4212026-06-05T21:20:22.359Z++ [[ 9 -gt 300 ]]
4222026-06-05T21:20:22.359Z++ sleep 1
4232026-06-05T21:20:23.361Z++ retry=10
4242026-06-05T21:20:23.364Z+++ svcs -Hostate baseline
4252026-06-05T21:20:23.376Z++ [[ offline* != online ]]
4262026-06-05T21:20:23.376Z++ [[ 10 -gt 300 ]]
4272026-06-05T21:20:23.376Z++ sleep 1
4282026-06-05T21:20:24.378Z++ retry=11
4292026-06-05T21:20:24.381Z+++ svcs -Hostate baseline
4302026-06-05T21:20:24.392Z++ [[ offline* != online ]]
4312026-06-05T21:20:24.392Z++ [[ 11 -gt 300 ]]
4322026-06-05T21:20:24.392Z++ sleep 1
4332026-06-05T21:20:25.394Z++ retry=12
4342026-06-05T21:20:25.397Z+++ svcs -Hostate baseline
4352026-06-05T21:20:25.409Z++ [[ offline* != online ]]
4362026-06-05T21:20:25.409Z++ [[ 12 -gt 300 ]]
4372026-06-05T21:20:25.409Z++ sleep 1
4382026-06-05T21:20:26.413Z++ retry=13
4392026-06-05T21:20:26.416Z+++ svcs -Hostate baseline
4402026-06-05T21:20:26.427Z++ [[ offline* != online ]]
4412026-06-05T21:20:26.427Z++ [[ 13 -gt 300 ]]
4422026-06-05T21:20:26.427Z++ sleep 1
4432026-06-05T21:20:27.427Z++ retry=14
4442026-06-05T21:20:27.430Z+++ svcs -Hostate baseline
4452026-06-05T21:20:27.442Z++ [[ offline* != online ]]
4462026-06-05T21:20:27.442Z++ [[ 14 -gt 300 ]]
4472026-06-05T21:20:27.442Z++ sleep 1
4482026-06-05T21:20:28.455Z++ retry=15
4492026-06-05T21:20:28.464Z+++ svcs -Hostate baseline
4502026-06-05T21:20:28.464Z++ [[ offline* != online ]]
4512026-06-05T21:20:28.464Z++ [[ 15 -gt 300 ]]
4522026-06-05T21:20:28.464Z++ sleep 1
4532026-06-05T21:20:29.461Z++ retry=16
4542026-06-05T21:20:29.464Z+++ svcs -Hostate baseline
4552026-06-05T21:20:29.476Z++ [[ offline* != online ]]
4562026-06-05T21:20:29.476Z++ [[ 16 -gt 300 ]]
4572026-06-05T21:20:29.476Z++ sleep 1
4582026-06-05T21:20:30.476Z++ retry=17
4592026-06-05T21:20:30.480Z+++ svcs -Hostate baseline
4602026-06-05T21:20:30.491Z++ [[ offline* != online ]]
4612026-06-05T21:20:30.491Z++ [[ 17 -gt 300 ]]
4622026-06-05T21:20:30.491Z++ sleep 1
4632026-06-05T21:20:31.493Z++ retry=18
4642026-06-05T21:20:31.496Z+++ svcs -Hostate baseline
4652026-06-05T21:20:31.509Z++ [[ offline* != online ]]
4662026-06-05T21:20:31.509Z++ [[ 18 -gt 300 ]]
4672026-06-05T21:20:31.509Z++ sleep 1
4682026-06-05T21:20:32.511Z++ retry=19
4692026-06-05T21:20:32.514Z+++ svcs -Hostate baseline
4702026-06-05T21:20:32.527Z++ [[ offline* != online ]]
4712026-06-05T21:20:32.528Z++ [[ 19 -gt 300 ]]
4722026-06-05T21:20:32.528Z++ sleep 1
4732026-06-05T21:20:33.526Z++ retry=20
4742026-06-05T21:20:33.530Z+++ svcs -Hostate baseline
4752026-06-05T21:20:33.541Z++ [[ offline* != online ]]
4762026-06-05T21:20:33.541Z++ [[ 20 -gt 300 ]]
4772026-06-05T21:20:33.541Z++ sleep 1
4782026-06-05T21:20:34.543Z++ retry=21
4792026-06-05T21:20:34.547Z+++ svcs -Hostate baseline
4802026-06-05T21:20:34.558Z++ [[ offline* != online ]]
4812026-06-05T21:20:34.558Z++ [[ 21 -gt 300 ]]
4822026-06-05T21:20:34.558Z++ sleep 1
4832026-06-05T21:20:35.560Z++ retry=22
4842026-06-05T21:20:35.563Z+++ svcs -Hostate baseline
4852026-06-05T21:20:35.575Z++ [[ offline* != online ]]
4862026-06-05T21:20:35.576Z++ [[ 22 -gt 300 ]]
4872026-06-05T21:20:35.576Z++ sleep 1
4882026-06-05T21:20:36.576Z++ retry=23
4892026-06-05T21:20:36.580Z+++ svcs -Hostate baseline
4902026-06-05T21:20:36.592Z++ [[ offline* != online ]]
4912026-06-05T21:20:36.592Z++ [[ 23 -gt 300 ]]
4922026-06-05T21:20:36.592Z++ sleep 1
4932026-06-05T21:20:37.593Z++ retry=24
4942026-06-05T21:20:37.596Z+++ svcs -Hostate baseline
4952026-06-05T21:20:37.607Z++ [[ offline* != online ]]
4962026-06-05T21:20:37.607Z++ [[ 24 -gt 300 ]]
4972026-06-05T21:20:37.607Z++ sleep 1
4982026-06-05T21:20:38.609Z++ retry=25
4992026-06-05T21:20:38.613Z+++ svcs -Hostate baseline
5002026-06-05T21:20:38.623Z++ [[ offline* != online ]]
5012026-06-05T21:20:38.623Z++ [[ 25 -gt 300 ]]
5022026-06-05T21:20:38.624Z++ sleep 1
5032026-06-05T21:20:39.625Z++ retry=26
5042026-06-05T21:20:39.628Z+++ svcs -Hostate baseline
5052026-06-05T21:20:39.639Z++ [[ offline* != online ]]
5062026-06-05T21:20:39.640Z++ [[ 26 -gt 300 ]]
5072026-06-05T21:20:39.640Z++ sleep 1
5082026-06-05T21:20:40.641Z++ retry=27
5092026-06-05T21:20:40.645Z+++ svcs -Hostate baseline
5102026-06-05T21:20:40.656Z++ [[ offline* != online ]]
5112026-06-05T21:20:40.656Z++ [[ 27 -gt 300 ]]
5122026-06-05T21:20:40.656Z++ sleep 1
5132026-06-05T21:20:41.658Z++ retry=28
5142026-06-05T21:20:41.661Z+++ svcs -Hostate baseline
5152026-06-05T21:20:41.672Z++ [[ offline* != online ]]
5162026-06-05T21:20:41.672Z++ [[ 28 -gt 300 ]]
5172026-06-05T21:20:41.672Z++ sleep 1
5182026-06-05T21:20:42.674Z++ retry=29
5192026-06-05T21:20:42.677Z+++ svcs -Hostate baseline
5202026-06-05T21:20:42.688Z++ [[ offline* != online ]]
5212026-06-05T21:20:42.688Z++ [[ 29 -gt 300 ]]
5222026-06-05T21:20:42.688Z++ sleep 1
5232026-06-05T21:20:43.690Z++ retry=30
5242026-06-05T21:20:43.693Z+++ svcs -Hostate baseline
5252026-06-05T21:20:43.705Z++ [[ offline* != online ]]
5262026-06-05T21:20:43.705Z++ [[ 30 -gt 300 ]]
5272026-06-05T21:20:43.708Z++ sleep 1
5282026-06-05T21:20:44.707Z++ retry=31
5292026-06-05T21:20:44.710Z+++ svcs -Hostate baseline
5302026-06-05T21:20:44.721Z++ [[ offline* != online ]]
5312026-06-05T21:20:44.721Z++ [[ 31 -gt 300 ]]
5322026-06-05T21:20:44.721Z++ sleep 1
5332026-06-05T21:20:45.724Z++ retry=32
5342026-06-05T21:20:45.727Z+++ svcs -Hostate baseline
5352026-06-05T21:20:45.737Z++ [[ offline* != online ]]
5362026-06-05T21:20:45.738Z++ [[ 32 -gt 300 ]]
5372026-06-05T21:20:45.741Z++ sleep 1
5382026-06-05T21:20:46.741Z++ retry=33
5392026-06-05T21:20:46.744Z+++ svcs -Hostate baseline
5402026-06-05T21:20:46.754Z++ [[ offline* != online ]]
5412026-06-05T21:20:46.754Z++ [[ 33 -gt 300 ]]
5422026-06-05T21:20:46.754Z++ sleep 1
5432026-06-05T21:20:47.756Z++ retry=34
5442026-06-05T21:20:47.760Z+++ svcs -Hostate baseline
5452026-06-05T21:20:47.771Z++ [[ offline* != online ]]
5462026-06-05T21:20:47.771Z++ [[ 34 -gt 300 ]]
5472026-06-05T21:20:47.771Z++ sleep 1
5482026-06-05T21:20:48.773Z++ retry=35
5492026-06-05T21:20:48.777Z+++ svcs -Hostate baseline
5502026-06-05T21:20:48.787Z++ [[ offline* != online ]]
5512026-06-05T21:20:48.787Z++ [[ 35 -gt 300 ]]
5522026-06-05T21:20:48.788Z++ sleep 1
5532026-06-05T21:20:49.789Z++ retry=36
5542026-06-05T21:20:49.793Z+++ svcs -Hostate baseline
5552026-06-05T21:20:49.804Z++ [[ offline* != online ]]
5562026-06-05T21:20:49.804Z++ [[ 36 -gt 300 ]]
5572026-06-05T21:20:49.804Z++ sleep 1
5582026-06-05T21:20:50.806Z++ retry=37
5592026-06-05T21:20:50.809Z+++ svcs -Hostate baseline
5602026-06-05T21:20:50.820Z++ [[ offline* != online ]]
5612026-06-05T21:20:50.821Z++ [[ 37 -gt 300 ]]
5622026-06-05T21:20:50.821Z++ sleep 1
5632026-06-05T21:20:51.822Z++ retry=38
5642026-06-05T21:20:51.826Z+++ svcs -Hostate baseline
5652026-06-05T21:20:51.837Z++ [[ offline* != online ]]
5662026-06-05T21:20:51.837Z++ [[ 38 -gt 300 ]]
5672026-06-05T21:20:51.840Z++ sleep 1
5682026-06-05T21:20:52.839Z++ retry=39
5692026-06-05T21:20:52.842Z+++ svcs -Hostate baseline
5702026-06-05T21:20:52.854Z++ [[ offline* != online ]]
5712026-06-05T21:20:52.854Z++ [[ 39 -gt 300 ]]
5722026-06-05T21:20:52.857Z++ sleep 1
5732026-06-05T21:20:53.857Z++ retry=40
5742026-06-05T21:20:53.861Z+++ svcs -Hostate baseline
5752026-06-05T21:20:53.870Z++ [[ offline* != online ]]
5762026-06-05T21:20:53.870Z++ [[ 40 -gt 300 ]]
5772026-06-05T21:20:53.870Z++ sleep 1
5782026-06-05T21:20:54.872Z++ retry=41
5792026-06-05T21:20:54.875Z+++ svcs -Hostate baseline
5802026-06-05T21:20:54.887Z++ [[ offline* != online ]]
5812026-06-05T21:20:54.887Z++ [[ 41 -gt 300 ]]
5822026-06-05T21:20:54.887Z++ sleep 1
5832026-06-05T21:20:55.889Z++ retry=42
5842026-06-05T21:20:55.892Z+++ svcs -Hostate baseline
5852026-06-05T21:20:55.904Z++ [[ offline* != online ]]
5862026-06-05T21:20:55.904Z++ [[ 42 -gt 300 ]]
5872026-06-05T21:20:55.904Z++ sleep 1
5882026-06-05T21:20:56.906Z++ retry=43
5892026-06-05T21:20:56.909Z+++ svcs -Hostate baseline
5902026-06-05T21:20:56.921Z++ [[ offline* != online ]]
5912026-06-05T21:20:56.921Z++ [[ 43 -gt 300 ]]
5922026-06-05T21:20:56.924Z++ sleep 1
5932026-06-05T21:20:57.923Z++ retry=44
5942026-06-05T21:20:57.926Z+++ svcs -Hostate baseline
5952026-06-05T21:20:57.937Z++ [[ offline* != online ]]
5962026-06-05T21:20:57.937Z++ [[ 44 -gt 300 ]]
5972026-06-05T21:20:57.940Z++ sleep 1
5982026-06-05T21:20:58.939Z++ retry=45
5992026-06-05T21:20:58.943Z+++ svcs -Hostate baseline
6002026-06-05T21:20:58.954Z++ [[ offline* != online ]]
6012026-06-05T21:20:58.954Z++ [[ 45 -gt 300 ]]
6022026-06-05T21:20:58.957Z++ sleep 1
6032026-06-05T21:20:59.956Z++ retry=46
6042026-06-05T21:20:59.959Z+++ svcs -Hostate baseline
6052026-06-05T21:20:59.971Z++ [[ offline* != online ]]
6062026-06-05T21:20:59.971Z++ [[ 46 -gt 300 ]]
6072026-06-05T21:20:59.971Z++ sleep 1
6082026-06-05T21:21:00.973Z++ retry=47
6092026-06-05T21:21:00.976Z+++ svcs -Hostate baseline
6102026-06-05T21:21:00.987Z++ [[ offline* != online ]]
6112026-06-05T21:21:00.988Z++ [[ 47 -gt 300 ]]
6122026-06-05T21:21:00.988Z++ sleep 1
6132026-06-05T21:21:01.989Z++ retry=48
6142026-06-05T21:21:01.992Z+++ svcs -Hostate baseline
6152026-06-05T21:21:02.005Z++ [[ offline* != online ]]
6162026-06-05T21:21:02.005Z++ [[ 48 -gt 300 ]]
6172026-06-05T21:21:02.005Z++ sleep 1
6182026-06-05T21:21:03.008Z++ retry=49
6192026-06-05T21:21:03.012Z+++ svcs -Hostate baseline
6202026-06-05T21:21:03.021Z++ [[ offline* != online ]]
6212026-06-05T21:21:03.021Z++ [[ 49 -gt 300 ]]
6222026-06-05T21:21:03.024Z++ sleep 1
6232026-06-05T21:21:04.023Z++ retry=50
6242026-06-05T21:21:04.026Z+++ svcs -Hostate baseline
6252026-06-05T21:21:04.037Z++ [[ offline* != online ]]
6262026-06-05T21:21:04.037Z++ [[ 50 -gt 300 ]]
6272026-06-05T21:21:04.037Z++ sleep 1
6282026-06-05T21:21:05.039Z++ retry=51
6292026-06-05T21:21:05.042Z+++ svcs -Hostate baseline
6302026-06-05T21:21:05.054Z++ [[ offline* != online ]]
6312026-06-05T21:21:05.054Z++ [[ 51 -gt 300 ]]
6322026-06-05T21:21:05.054Z++ sleep 1
6332026-06-05T21:21:06.056Z++ retry=52
6342026-06-05T21:21:06.059Z+++ svcs -Hostate baseline
6352026-06-05T21:21:06.070Z++ [[ offline* != online ]]
6362026-06-05T21:21:06.071Z++ [[ 52 -gt 300 ]]
6372026-06-05T21:21:06.071Z++ sleep 1
6382026-06-05T21:21:07.073Z++ retry=53
6392026-06-05T21:21:07.076Z+++ svcs -Hostate baseline
6402026-06-05T21:21:07.087Z++ [[ offline* != online ]]
6412026-06-05T21:21:07.087Z++ [[ 53 -gt 300 ]]
6422026-06-05T21:21:07.087Z++ sleep 1
6432026-06-05T21:21:08.089Z++ retry=54
6442026-06-05T21:21:08.093Z+++ svcs -Hostate baseline
6452026-06-05T21:21:08.104Z++ [[ offline* != online ]]
6462026-06-05T21:21:08.104Z++ [[ 54 -gt 300 ]]
6472026-06-05T21:21:08.104Z++ sleep 1
6482026-06-05T21:21:09.106Z++ retry=55
6492026-06-05T21:21:09.109Z+++ svcs -Hostate baseline
6502026-06-05T21:21:09.121Z++ [[ offline* != online ]]
6512026-06-05T21:21:09.121Z++ [[ 55 -gt 300 ]]
6522026-06-05T21:21:09.121Z++ sleep 1
6532026-06-05T21:21:10.125Z++ retry=56
6542026-06-05T21:21:10.129Z+++ svcs -Hostate baseline
6552026-06-05T21:21:10.138Z++ [[ offline* != online ]]
6562026-06-05T21:21:10.138Z++ [[ 56 -gt 300 ]]
6572026-06-05T21:21:10.138Z++ sleep 1
6582026-06-05T21:21:11.140Z++ retry=57
6592026-06-05T21:21:11.144Z+++ svcs -Hostate baseline
6602026-06-05T21:21:11.156Z++ [[ offline* != online ]]
6612026-06-05T21:21:11.156Z++ [[ 57 -gt 300 ]]
6622026-06-05T21:21:11.156Z++ sleep 1
6632026-06-05T21:21:12.158Z++ retry=58
6642026-06-05T21:21:12.161Z+++ svcs -Hostate baseline
6652026-06-05T21:21:12.172Z++ [[ offline* != online ]]
6662026-06-05T21:21:12.174Z++ [[ 58 -gt 300 ]]
6672026-06-05T21:21:12.174Z++ sleep 1
6682026-06-05T21:21:13.175Z++ retry=59
6692026-06-05T21:21:13.179Z+++ svcs -Hostate baseline
6702026-06-05T21:21:13.189Z++ [[ offline* != online ]]
6712026-06-05T21:21:13.189Z++ [[ 59 -gt 300 ]]
6722026-06-05T21:21:13.189Z++ sleep 1
6732026-06-05T21:21:14.191Z++ retry=60
6742026-06-05T21:21:14.195Z+++ svcs -Hostate baseline
6752026-06-05T21:21:14.205Z++ [[ offline* != online ]]
6762026-06-05T21:21:14.206Z++ [[ 60 -gt 300 ]]
6772026-06-05T21:21:14.206Z++ sleep 1
6782026-06-05T21:21:15.207Z++ retry=61
6792026-06-05T21:21:15.211Z+++ svcs -Hostate baseline
6802026-06-05T21:21:15.222Z++ [[ offline* != online ]]
6812026-06-05T21:21:15.222Z++ [[ 61 -gt 300 ]]
6822026-06-05T21:21:15.222Z++ sleep 1
6832026-06-05T21:21:16.224Z++ retry=62
6842026-06-05T21:21:16.227Z+++ svcs -Hostate baseline
6852026-06-05T21:21:16.238Z++ [[ offline* != online ]]
6862026-06-05T21:21:16.238Z++ [[ 62 -gt 300 ]]
6872026-06-05T21:21:16.238Z++ sleep 1
6882026-06-05T21:21:17.240Z++ retry=63
6892026-06-05T21:21:17.243Z+++ svcs -Hostate baseline
6902026-06-05T21:21:17.254Z++ [[ offline* != online ]]
6912026-06-05T21:21:17.254Z++ [[ 63 -gt 300 ]]
6922026-06-05T21:21:17.254Z++ sleep 1
6932026-06-05T21:21:18.256Z++ retry=64
6942026-06-05T21:21:18.260Z+++ svcs -Hostate baseline
6952026-06-05T21:21:18.271Z++ [[ offline* != online ]]
6962026-06-05T21:21:18.271Z++ [[ 64 -gt 300 ]]
6972026-06-05T21:21:18.271Z++ sleep 1
6982026-06-05T21:21:19.273Z++ retry=65
6992026-06-05T21:21:19.276Z+++ svcs -Hostate baseline
7002026-06-05T21:21:19.288Z++ [[ offline* != online ]]
7012026-06-05T21:21:19.288Z++ [[ 65 -gt 300 ]]
7022026-06-05T21:21:19.288Z++ sleep 1
7032026-06-05T21:21:20.291Z++ retry=66
7042026-06-05T21:21:20.294Z+++ svcs -Hostate baseline
7052026-06-05T21:21:20.305Z++ [[ offline* != online ]]
7062026-06-05T21:21:20.305Z++ [[ 66 -gt 300 ]]
7072026-06-05T21:21:20.305Z++ sleep 1
7082026-06-05T21:21:21.307Z++ retry=67
7092026-06-05T21:21:21.310Z+++ svcs -Hostate baseline
7102026-06-05T21:21:21.322Z++ [[ offline* != online ]]
7112026-06-05T21:21:21.322Z++ [[ 67 -gt 300 ]]
7122026-06-05T21:21:21.322Z++ sleep 1
7132026-06-05T21:21:22.324Z++ retry=68
7142026-06-05T21:21:22.327Z+++ svcs -Hostate baseline
7152026-06-05T21:21:22.338Z++ [[ offline* != online ]]
7162026-06-05T21:21:22.338Z++ [[ 68 -gt 300 ]]
7172026-06-05T21:21:22.338Z++ sleep 1
7182026-06-05T21:21:23.341Z++ retry=69
7192026-06-05T21:21:23.345Z+++ svcs -Hostate baseline
7202026-06-05T21:21:23.361Z++ [[ offline* != online ]]
7212026-06-05T21:21:23.361Z++ [[ 69 -gt 300 ]]
7222026-06-05T21:21:23.361Z++ sleep 1
7232026-06-05T21:21:24.357Z++ retry=70
7242026-06-05T21:21:24.362Z+++ svcs -Hostate baseline
7252026-06-05T21:21:24.373Z++ [[ offline* != online ]]
7262026-06-05T21:21:24.373Z++ [[ 70 -gt 300 ]]
7272026-06-05T21:21:24.373Z++ sleep 1
7282026-06-05T21:21:25.374Z++ retry=71
7292026-06-05T21:21:25.378Z+++ svcs -Hostate baseline
7302026-06-05T21:21:25.389Z++ [[ offline* != online ]]
7312026-06-05T21:21:25.389Z++ [[ 71 -gt 300 ]]
7322026-06-05T21:21:25.389Z++ sleep 1
7332026-06-05T21:21:26.391Z++ retry=72
7342026-06-05T21:21:26.394Z+++ svcs -Hostate baseline
7352026-06-05T21:21:26.405Z++ [[ offline* != online ]]
7362026-06-05T21:21:26.406Z++ [[ 72 -gt 300 ]]
7372026-06-05T21:21:26.406Z++ sleep 1
7382026-06-05T21:21:27.407Z++ retry=73
7392026-06-05T21:21:27.410Z+++ svcs -Hostate baseline
7402026-06-05T21:21:27.422Z++ [[ offline* != online ]]
7412026-06-05T21:21:27.422Z++ [[ 73 -gt 300 ]]
7422026-06-05T21:21:27.422Z++ sleep 1
7432026-06-05T21:21:28.424Z++ retry=74
7442026-06-05T21:21:28.430Z+++ svcs -Hostate baseline
7452026-06-05T21:21:28.439Z++ [[ offline* != online ]]
7462026-06-05T21:21:28.439Z++ [[ 74 -gt 300 ]]
7472026-06-05T21:21:28.439Z++ sleep 1
7482026-06-05T21:21:29.441Z++ retry=75
7492026-06-05T21:21:29.444Z+++ svcs -Hostate baseline
7502026-06-05T21:21:29.456Z++ [[ offline* != online ]]
7512026-06-05T21:21:29.456Z++ [[ 75 -gt 300 ]]
7522026-06-05T21:21:29.456Z++ sleep 1
7532026-06-05T21:21:30.458Z++ retry=76
7542026-06-05T21:21:30.461Z+++ svcs -Hostate baseline
7552026-06-05T21:21:30.474Z++ [[ offline* != online ]]
7562026-06-05T21:21:30.474Z++ [[ 76 -gt 300 ]]
7572026-06-05T21:21:30.474Z++ sleep 1
7582026-06-05T21:21:31.474Z++ retry=77
7592026-06-05T21:21:31.477Z+++ svcs -Hostate baseline
7602026-06-05T21:21:31.489Z++ [[ offline* != online ]]
7612026-06-05T21:21:31.489Z++ [[ 77 -gt 300 ]]
7622026-06-05T21:21:31.489Z++ sleep 1
7632026-06-05T21:21:32.491Z++ retry=78
7642026-06-05T21:21:32.494Z+++ svcs -Hostate baseline
7652026-06-05T21:21:32.505Z++ [[ offline* != online ]]
7662026-06-05T21:21:32.505Z++ [[ 78 -gt 300 ]]
7672026-06-05T21:21:32.508Z++ sleep 1
7682026-06-05T21:21:33.508Z++ retry=79
7692026-06-05T21:21:33.513Z+++ svcs -Hostate baseline
7702026-06-05T21:21:33.524Z++ [[ offline* != online ]]
7712026-06-05T21:21:33.525Z++ [[ 79 -gt 300 ]]
7722026-06-05T21:21:33.525Z++ sleep 1
7732026-06-05T21:21:34.525Z++ retry=80
7742026-06-05T21:21:34.528Z+++ svcs -Hostate baseline
7752026-06-05T21:21:34.539Z++ [[ offline* != online ]]
7762026-06-05T21:21:34.539Z++ [[ 80 -gt 300 ]]
7772026-06-05T21:21:34.542Z++ sleep 1
7782026-06-05T21:21:35.541Z++ retry=81
7792026-06-05T21:21:35.544Z+++ svcs -Hostate baseline
7802026-06-05T21:21:35.555Z++ [[ offline* != online ]]
7812026-06-05T21:21:35.555Z++ [[ 81 -gt 300 ]]
7822026-06-05T21:21:35.555Z++ sleep 1
7832026-06-05T21:21:36.557Z++ retry=82
7842026-06-05T21:21:36.560Z+++ svcs -Hostate baseline
7852026-06-05T21:21:36.572Z++ [[ offline* != online ]]
7862026-06-05T21:21:36.572Z++ [[ 82 -gt 300 ]]
7872026-06-05T21:21:36.572Z++ sleep 1
7882026-06-05T21:21:37.574Z++ retry=83
7892026-06-05T21:21:37.577Z+++ svcs -Hostate baseline
7902026-06-05T21:21:37.589Z++ [[ offline* != online ]]
7912026-06-05T21:21:37.589Z++ [[ 83 -gt 300 ]]
7922026-06-05T21:21:37.590Z++ sleep 1
7932026-06-05T21:21:38.591Z++ retry=84
7942026-06-05T21:21:38.594Z+++ svcs -Hostate baseline
7952026-06-05T21:21:38.605Z++ [[ offline* != online ]]
7962026-06-05T21:21:38.607Z++ [[ 84 -gt 300 ]]
7972026-06-05T21:21:38.607Z++ sleep 1
7982026-06-05T21:21:39.608Z++ retry=85
7992026-06-05T21:21:39.612Z+++ svcs -Hostate baseline
8002026-06-05T21:21:39.625Z++ [[ offline* != online ]]
8012026-06-05T21:21:39.625Z++ [[ 85 -gt 300 ]]
8022026-06-05T21:21:39.625Z++ sleep 1
8032026-06-05T21:21:40.624Z++ retry=86
8042026-06-05T21:21:40.627Z+++ svcs -Hostate baseline
8052026-06-05T21:21:40.638Z++ [[ offline* != online ]]
8062026-06-05T21:21:40.638Z++ [[ 86 -gt 300 ]]
8072026-06-05T21:21:40.638Z++ sleep 1
8082026-06-05T21:21:41.657Z++ retry=87
8092026-06-05T21:21:41.660Z+++ svcs -Hostate baseline
8102026-06-05T21:21:41.660Z++ [[ offline* != online ]]
8112026-06-05T21:21:41.660Z++ [[ 87 -gt 300 ]]
8122026-06-05T21:21:41.661Z++ sleep 1
8132026-06-05T21:21:42.657Z++ retry=88
8142026-06-05T21:21:42.660Z+++ svcs -Hostate baseline
8152026-06-05T21:21:42.671Z++ [[ offline* != online ]]
8162026-06-05T21:21:42.671Z++ [[ 88 -gt 300 ]]
8172026-06-05T21:21:42.671Z++ sleep 1
8182026-06-05T21:21:43.673Z++ retry=89
8192026-06-05T21:21:43.676Z+++ svcs -Hostate baseline
8202026-06-05T21:21:43.688Z++ [[ offline* != online ]]
8212026-06-05T21:21:43.688Z++ [[ 89 -gt 300 ]]
8222026-06-05T21:21:43.688Z++ sleep 1
8232026-06-05T21:21:44.689Z++ retry=90
8242026-06-05T21:21:44.693Z+++ svcs -Hostate baseline
8252026-06-05T21:21:44.704Z++ [[ offline* != online ]]
8262026-06-05T21:21:44.704Z++ [[ 90 -gt 300 ]]
8272026-06-05T21:21:44.704Z++ sleep 1
8282026-06-05T21:21:45.706Z++ retry=91
8292026-06-05T21:21:45.709Z+++ svcs -Hostate baseline
8302026-06-05T21:21:45.721Z++ [[ offline* != online ]]
8312026-06-05T21:21:45.721Z++ [[ 91 -gt 300 ]]
8322026-06-05T21:21:45.724Z++ sleep 1
8332026-06-05T21:21:46.723Z++ retry=92
8342026-06-05T21:21:46.726Z+++ svcs -Hostate baseline
8352026-06-05T21:21:46.740Z++ [[ offline* != online ]]
8362026-06-05T21:21:46.740Z++ [[ 92 -gt 300 ]]
8372026-06-05T21:21:46.740Z++ sleep 1
8382026-06-05T21:21:47.739Z++ retry=93
8392026-06-05T21:21:47.742Z+++ svcs -Hostate baseline
8402026-06-05T21:21:47.754Z++ [[ offline* != online ]]
8412026-06-05T21:21:47.754Z++ [[ 93 -gt 300 ]]
8422026-06-05T21:21:47.758Z++ sleep 1
8432026-06-05T21:21:48.757Z++ retry=94
8442026-06-05T21:21:48.760Z+++ svcs -Hostate baseline
8452026-06-05T21:21:48.770Z++ [[ offline* != online ]]
8462026-06-05T21:21:48.770Z++ [[ 94 -gt 300 ]]
8472026-06-05T21:21:48.770Z++ sleep 1
8482026-06-05T21:21:49.773Z++ retry=95
8492026-06-05T21:21:49.778Z+++ svcs -Hostate baseline
8502026-06-05T21:21:49.786Z++ [[ offline* != online ]]
8512026-06-05T21:21:49.786Z++ [[ 95 -gt 300 ]]
8522026-06-05T21:21:49.786Z++ sleep 1
8532026-06-05T21:21:50.788Z++ retry=96
8542026-06-05T21:21:50.791Z+++ svcs -Hostate baseline
8552026-06-05T21:21:50.802Z++ [[ offline* != online ]]
8562026-06-05T21:21:50.802Z++ [[ 96 -gt 300 ]]
8572026-06-05T21:21:50.802Z++ sleep 1
8582026-06-05T21:21:51.803Z++ retry=97
8592026-06-05T21:21:51.807Z+++ svcs -Hostate baseline
8602026-06-05T21:21:51.817Z++ [[ offline* != online ]]
8612026-06-05T21:21:51.817Z++ [[ 97 -gt 300 ]]
8622026-06-05T21:21:51.817Z++ sleep 1
8632026-06-05T21:21:52.819Z++ retry=98
8642026-06-05T21:21:52.822Z+++ svcs -Hostate baseline
8652026-06-05T21:21:52.834Z++ [[ offline* != online ]]
8662026-06-05T21:21:52.834Z++ [[ 98 -gt 300 ]]
8672026-06-05T21:21:52.834Z++ sleep 1
8682026-06-05T21:21:53.851Z++ retry=99
8692026-06-05T21:21:53.857Z+++ svcs -Hostate baseline
8702026-06-05T21:21:53.857Z++ [[ offline* != online ]]
8712026-06-05T21:21:53.857Z++ [[ 99 -gt 300 ]]
8722026-06-05T21:21:53.857Z++ sleep 1
8732026-06-05T21:21:54.853Z++ retry=100
8742026-06-05T21:21:54.856Z+++ svcs -Hostate baseline
8752026-06-05T21:21:54.867Z++ [[ offline* != online ]]
8762026-06-05T21:21:54.867Z++ [[ 100 -gt 300 ]]
8772026-06-05T21:21:54.867Z++ sleep 1
8782026-06-05T21:21:55.869Z++ retry=101
8792026-06-05T21:21:55.872Z+++ svcs -Hostate baseline
8802026-06-05T21:21:55.884Z++ [[ offline* != online ]]
8812026-06-05T21:21:55.884Z++ [[ 101 -gt 300 ]]
8822026-06-05T21:21:55.884Z++ sleep 1
8832026-06-05T21:21:56.886Z++ retry=102
8842026-06-05T21:21:56.889Z+++ svcs -Hostate baseline
8852026-06-05T21:21:56.900Z++ [[ offline* != online ]]
8862026-06-05T21:21:56.900Z++ [[ 102 -gt 300 ]]
8872026-06-05T21:21:56.900Z++ sleep 1
8882026-06-05T21:21:57.902Z++ retry=103
8892026-06-05T21:21:57.905Z+++ svcs -Hostate baseline
8902026-06-05T21:21:57.916Z++ [[ offline* != online ]]
8912026-06-05T21:21:57.919Z++ [[ 103 -gt 300 ]]
8922026-06-05T21:21:57.919Z++ sleep 1
8932026-06-05T21:21:58.920Z++ retry=104
8942026-06-05T21:21:58.923Z+++ svcs -Hostate baseline
8952026-06-05T21:21:58.932Z++ [[ offline* != online ]]
8962026-06-05T21:21:58.932Z++ [[ 104 -gt 300 ]]
8972026-06-05T21:21:58.932Z++ sleep 1
8982026-06-05T21:21:59.935Z++ retry=105
8992026-06-05T21:21:59.938Z+++ svcs -Hostate baseline
9002026-06-05T21:21:59.948Z++ [[ offline* != online ]]
9012026-06-05T21:21:59.948Z++ [[ 105 -gt 300 ]]
9022026-06-05T21:21:59.948Z++ sleep 1
9032026-06-05T21:22:00.950Z++ retry=106
9042026-06-05T21:22:00.953Z+++ svcs -Hostate baseline
9052026-06-05T21:22:00.964Z++ [[ offline* != online ]]
9062026-06-05T21:22:00.964Z++ [[ 106 -gt 300 ]]
9072026-06-05T21:22:00.964Z++ sleep 1
9082026-06-05T21:22:01.966Z++ retry=107
9092026-06-05T21:22:01.969Z+++ svcs -Hostate baseline
9102026-06-05T21:22:01.980Z++ [[ offline* != online ]]
9112026-06-05T21:22:01.980Z++ [[ 107 -gt 300 ]]
9122026-06-05T21:22:01.980Z++ sleep 1
9132026-06-05T21:22:02.982Z++ retry=108
9142026-06-05T21:22:02.986Z+++ svcs -Hostate baseline
9152026-06-05T21:22:02.997Z++ [[ offline* != online ]]
9162026-06-05T21:22:02.997Z++ [[ 108 -gt 300 ]]
9172026-06-05T21:22:03.000Z++ sleep 1
9182026-06-05T21:22:03.999Z++ retry=109
9192026-06-05T21:22:04.004Z+++ svcs -Hostate baseline
9202026-06-05T21:22:04.013Z++ [[ online != online ]]
9212026-06-05T21:22:04.013Z++ set -o errexit
9222026-06-05T21:22:04.013Z++ set -o pipefail
9232026-06-05T21:22:04.016Z++ banner build
9242026-06-05T21:22:04.016Z
9252026-06-05T21:22:04.016Z ##### # # # # #####
9262026-06-05T21:22:04.016Z # # # # # # # #
9272026-06-05T21:22:04.016Z ##### # # # # # #
9282026-06-05T21:22:04.016Z # # # # # # # #
9292026-06-05T21:22:04.016Z # # # # # # # #
9302026-06-05T21:22:04.016Z ##### #### # ###### #####
9312026-06-05T21:22:04.016Z
9322026-06-05T21:22:04.016Z++ cargo build --release --bin ddmd --bin ddmadm
9332026-06-05T21:22:04.022Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9342026-06-05T21:22:04.173Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9352026-06-05T21:22:04.176Zinfo: downloading 6 components
9362026-06-05T21:22:19.650Z Updating git repository `https://github.com/oxidecomputer/falcon`
9372026-06-05T21:22:20.243ZFrom https://github.com/oxidecomputer/falcon
9382026-06-05T21:22:20.243Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9392026-06-05T21:22:20.323Z Updating crates.io index
9402026-06-05T21:22:20.361Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9412026-06-05T21:22:21.270ZFrom https://github.com/oxidecomputer/dendrite
9422026-06-05T21:22:21.270Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9432026-06-05T21:22:21.514Z Updating git repository `https://github.com/oxidecomputer/ispf`
9442026-06-05T21:22:21.801ZFrom https://github.com/oxidecomputer/ispf
9452026-06-05T21:22:21.801Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9462026-06-05T21:22:21.807Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9472026-06-05T21:22:22.170ZFrom https://github.com/oxidecomputer/netadm-sys
9482026-06-05T21:22:22.170Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9492026-06-05T21:22:22.177Z Updating git repository `https://github.com/oxidecomputer/omicron`
9502026-06-05T21:22:29.766ZFrom https://github.com/oxidecomputer/omicron
9512026-06-05T21:22:29.766Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9522026-06-05T21:22:30.178Z Updating git repository `https://github.com/oxidecomputer/opte`
9532026-06-05T21:22:30.832ZFrom https://github.com/oxidecomputer/opte
9542026-06-05T21:22:30.832Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9552026-06-05T21:22:31.349Z Updating git repository `https://github.com/illumos/smf-rs`
9562026-06-05T21:22:31.607ZFrom https://github.com/illumos/smf-rs
9572026-06-05T21:22:31.607Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9582026-06-05T21:22:31.844Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9592026-06-05T21:22:32.115ZFrom https://github.com/oxidecomputer/network-interface
9602026-06-05T21:22:32.115Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9612026-06-05T21:22:32.135Z Updating git repository `https://github.com/oxidecomputer/zone`
9622026-06-05T21:22:32.404ZFrom https://github.com/oxidecomputer/zone
9632026-06-05T21:22:32.404Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9642026-06-05T21:22:32.527Z Updating git repository `https://github.com/oxidecomputer/propolis`
9652026-06-05T21:22:33.146ZFrom https://github.com/oxidecomputer/propolis
9662026-06-05T21:22:33.147Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9672026-06-05T21:22:33.422Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9682026-06-05T21:22:33.954ZFrom https://github.com/oxidecomputer/transceiver-control
9692026-06-05T21:22:33.954Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9702026-06-05T21:22:33.972Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9712026-06-05T21:22:34.242ZFrom https://github.com/oxidecomputer/dlpi-sys
9722026-06-05T21:22:34.242Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9732026-06-05T21:22:34.250Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9742026-06-05T21:22:34.534ZFrom https://github.com/jmesmon/rust-libzfs
9752026-06-05T21:22:34.534Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9762026-06-05T21:22:34.542Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9772026-06-05T21:22:34.816ZFrom https://github.com/oxidecomputer/rusty-doors
9782026-06-05T21:22:34.816Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9792026-06-05T21:22:34.875Z Updating git repository `https://github.com/oxidecomputer/lldp`
9802026-06-05T21:22:35.195ZFrom https://github.com/oxidecomputer/lldp
9812026-06-05T21:22:35.195Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9822026-06-05T21:22:35.258Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9832026-06-05T21:22:35.505ZFrom https://github.com/oxidecomputer/slog-error-chain
9842026-06-05T21:22:35.505Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9852026-06-05T21:22:35.523Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9862026-06-05T21:22:35.821ZFrom https://github.com/oxidecomputer/tufaceous
9872026-06-05T21:22:35.821Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9882026-06-05T21:22:36.011Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9892026-06-05T21:22:36.473ZFrom https://github.com/oxidecomputer/management-gateway-service
9902026-06-05T21:22:36.473Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9912026-06-05T21:22:36.612Z Updating git repository `https://github.com/oxidecomputer/crucible`
9922026-06-05T21:22:37.616ZFrom https://github.com/oxidecomputer/crucible
9932026-06-05T21:22:37.616Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9942026-06-05T21:22:38.598Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9952026-06-05T21:22:38.866ZFrom https://github.com/oxidecomputer/serde_human_bytes
9962026-06-05T21:22:38.866Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9972026-06-05T21:22:39.107Z Updating git repository `https://github.com/oxidecomputer/propolis`
9982026-06-05T21:22:39.510ZFrom https://github.com/oxidecomputer/propolis
9992026-06-05T21:22:39.512Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10002026-06-05T21:22:39.744Z Updating git repository `https://github.com/oxidecomputer/crucible`
10012026-06-05T21:22:40.273ZFrom https://github.com/oxidecomputer/crucible
10022026-06-05T21:22:40.273Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10032026-06-05T21:22:40.369Z Updating git repository `https://github.com/oxidecomputer/tofino`
10042026-06-05T21:22:40.709ZFrom https://github.com/oxidecomputer/tofino
10052026-06-05T21:22:40.709Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10062026-06-05T21:22:40.733Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10072026-06-05T21:22:41.404ZFrom https://github.com/oxidecomputer/maghemite
10082026-06-05T21:22:41.404Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10092026-06-05T21:22:41.456Z Updating git repository `https://github.com/oxidecomputer/clickward`
10102026-06-05T21:22:41.722ZFrom https://github.com/oxidecomputer/clickward
10112026-06-05T21:22:41.722Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10122026-06-05T21:22:41.880Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10132026-06-05T21:22:42.261ZFrom https://github.com/oxidecomputer/illumos-devinfo
10142026-06-05T21:22:42.261Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10152026-06-05T21:22:43.189Z Downloading crates ...
10162026-06-05T21:22:43.260Z Downloaded async-stream-impl v0.3.6
10172026-06-05T21:22:43.265Z Downloaded atomic-waker v1.1.2
10182026-06-05T21:22:43.271Z Downloaded block-buffer v0.12.0
10192026-06-05T21:22:43.274Z Downloaded atomicwrites v0.4.4
10202026-06-05T21:22:43.279Z Downloaded backon v1.6.0
10212026-06-05T21:22:43.282Z Downloaded darling v0.23.0
10222026-06-05T21:22:43.286Z Downloaded block-buffer v0.10.4
10232026-06-05T21:22:43.289Z Downloaded blake2 v0.10.6
10242026-06-05T21:22:43.293Z Downloaded fixedbitset v0.4.2
10252026-06-05T21:22:43.293Z Downloaded cancel-safe-futures v0.1.5
10262026-06-05T21:22:43.296Z Downloaded byteorder v1.5.0
10272026-06-05T21:22:43.299Z Downloaded derive-ex v0.1.8
10282026-06-05T21:22:43.300Z Downloaded cpufeatures v0.2.17
10292026-06-05T21:22:43.303Z Downloaded dof v0.4.0
10302026-06-05T21:22:43.306Z Downloaded dropshot-api-manager-types v0.7.2
10312026-06-05T21:22:43.306Z Downloaded dtrace-parser v0.3.0
10322026-06-05T21:22:43.309Z Downloaded anstyle-query v1.1.5
10332026-06-05T21:22:43.309Z Downloaded futures-io v0.3.32
10342026-06-05T21:22:43.312Z Downloaded camino-tempfile v1.4.1
10352026-06-05T21:22:43.316Z Downloaded embedded-io v0.4.0
10362026-06-05T21:22:43.316Z Downloaded backoff v0.4.0
10372026-06-05T21:22:43.321Z Downloaded adler2 v2.0.1
10382026-06-05T21:22:43.321Z Downloaded elliptic-curve v0.13.8
10392026-06-05T21:22:43.327Z Downloaded getrandom v0.4.2
10402026-06-05T21:22:43.330Z Downloaded curve25519-dalek-derive v0.1.1
10412026-06-05T21:22:43.330Z Downloaded cpufeatures v0.3.0
10422026-06-05T21:22:43.330Z Downloaded cipher v0.4.4
10432026-06-05T21:22:43.334Z Downloaded fs-err v3.3.0
10442026-06-05T21:22:43.334Z Downloaded fnv v1.0.7
10452026-06-05T21:22:43.338Z Downloaded ciborium-io v0.2.2
10462026-06-05T21:22:43.341Z Downloaded critical-section v1.2.0
10472026-06-05T21:22:43.341Z Downloaded bcs v0.1.6
10482026-06-05T21:22:43.344Z Downloaded cmake v0.1.58
10492026-06-05T21:22:43.344Z Downloaded autocfg v1.5.1
10502026-06-05T21:22:43.347Z Downloaded dyn-clone v1.0.20
10512026-06-05T21:22:43.347Z Downloaded base16ct v0.2.0
10522026-06-05T21:22:43.350Z Downloaded derive-where v1.6.1
10532026-06-05T21:22:43.354Z Downloaded anstyle-parse v1.0.0
10542026-06-05T21:22:43.358Z Downloaded cstr-argument v0.1.2
10552026-06-05T21:22:43.358Z Downloaded futures-executor v0.3.32
10562026-06-05T21:22:43.361Z Downloaded either v1.16.0
10572026-06-05T21:22:43.361Z Downloaded camino v1.2.2
10582026-06-05T21:22:43.364Z Downloaded http-body v1.0.1
10592026-06-05T21:22:43.367Z Downloaded const-random-macro v0.1.16
10602026-06-05T21:22:43.367Z Downloaded hash32 v0.3.1
10612026-06-05T21:22:43.370Z Downloaded dunce v1.0.5
10622026-06-05T21:22:43.370Z Downloaded console v0.16.3
10632026-06-05T21:22:43.373Z Downloaded hostname v0.3.1
10642026-06-05T21:22:43.376Z Downloaded crypto-common v0.2.2
10652026-06-05T21:22:43.376Z Downloaded deranged v0.5.8
10662026-06-05T21:22:43.379Z Downloaded crypto-common v0.1.7
10672026-06-05T21:22:43.382Z Downloaded httpdate v1.0.3
10682026-06-05T21:22:43.382Z Downloaded dtrace-parser v0.2.0
10692026-06-05T21:22:43.385Z Downloaded futures-macro v0.3.32
10702026-06-05T21:22:43.385Z Downloaded form_urlencoded v1.2.2
10712026-06-05T21:22:43.388Z Downloaded equivalent v1.0.2
10722026-06-05T21:22:43.388Z Downloaded hubpack v0.1.2
10732026-06-05T21:22:43.391Z Downloaded crucible-workspace-hack v0.1.0
10742026-06-05T21:22:43.391Z Downloaded foreign-types v0.5.0
10752026-06-05T21:22:43.394Z Downloaded darling_macro v0.23.0
10762026-06-05T21:22:43.394Z Downloaded compression-core v0.4.32
10772026-06-05T21:22:43.397Z Downloaded convert_case v0.4.0
10782026-06-05T21:22:43.397Z Downloaded debug-ignore v1.0.5
10792026-06-05T21:22:43.401Z Downloaded crunchy v0.2.4
10802026-06-05T21:22:43.401Z Downloaded cobs v0.3.0
10812026-06-05T21:22:43.404Z Downloaded glob v0.3.3
10822026-06-05T21:22:43.407Z Downloaded hubpack_derive v0.1.1
10832026-06-05T21:22:43.407Z Downloaded git-stub v1.0.0
10842026-06-05T21:22:43.407Z Downloaded darling_macro v0.21.3
10852026-06-05T21:22:43.410Z Downloaded const-random v0.1.18
10862026-06-05T21:22:43.410Z Downloaded generic-array v0.14.7
10872026-06-05T21:22:43.413Z Downloaded hex v0.4.3
10882026-06-05T21:22:43.416Z Downloaded gethostname v0.5.0
10892026-06-05T21:22:43.416Z Downloaded crossbeam-deque v0.8.6
10902026-06-05T21:22:43.419Z Downloaded compression-codecs v0.4.38
10912026-06-05T21:22:43.422Z Downloaded hostname v0.4.2
10922026-06-05T21:22:43.422Z Downloaded futures-task v0.3.32
10932026-06-05T21:22:43.426Z Downloaded ident_case v1.0.1
10942026-06-05T21:22:43.426Z Downloaded ciborium v0.2.2
10952026-06-05T21:22:43.430Z Downloaded embedded-io v0.6.1
10962026-06-05T21:22:43.431Z Downloaded heck v0.5.0
10972026-06-05T21:22:43.434Z Downloaded foreign-types v0.3.2
10982026-06-05T21:22:43.434Z Downloaded dof v0.3.0
10992026-06-05T21:22:43.434Z Downloaded is-terminal v0.4.17
11002026-06-05T21:22:43.437Z Downloaded indent_write v2.2.0
11012026-06-05T21:22:43.437Z Downloaded internet-checksum v0.2.1
11022026-06-05T21:22:43.440Z Downloaded derive_more v0.99.20
11032026-06-05T21:22:43.443Z Downloaded keccak v0.1.6
11042026-06-05T21:22:43.446Z Downloaded itoa v1.0.18
11052026-06-05T21:22:43.446Z Downloaded getrandom v0.3.4
11062026-06-05T21:22:43.449Z Downloaded konst_macro_rules v0.2.19
11072026-06-05T21:22:43.452Z Downloaded idna_adapter v1.2.2
11082026-06-05T21:22:43.452Z Downloaded heck v0.4.1
11092026-06-05T21:22:43.455Z Downloaded futures-core v0.3.32
11102026-06-05T21:22:43.455Z Downloaded const_format_proc_macros v0.2.34
11112026-06-05T21:22:43.459Z Downloaded is_terminal_polyfill v1.70.2
11122026-06-05T21:22:43.459Z Downloaded is_ci v1.2.0
11132026-06-05T21:22:43.462Z Downloaded foldhash v0.2.0
11142026-06-05T21:22:43.462Z Downloaded erased-serde v0.3.31
11152026-06-05T21:22:43.467Z Downloaded foldhash v0.1.5
11162026-06-05T21:22:43.467Z Downloaded inout v0.1.4
11172026-06-05T21:22:43.471Z Downloaded linked-hash-map v0.5.6
11182026-06-05T21:22:43.471Z Downloaded lazy_static v1.5.0
11192026-06-05T21:22:43.471Z Downloaded getrandom v0.2.17
11202026-06-05T21:22:43.474Z Downloaded fastrand v2.4.1
11212026-06-05T21:22:43.474Z Downloaded futures v0.3.32
11222026-06-05T21:22:43.478Z Downloaded crossbeam-utils v0.8.21
11232026-06-05T21:22:43.481Z Downloaded find-msvc-tools v0.1.9
11242026-06-05T21:22:43.484Z Downloaded enum-as-inner v0.6.1
11252026-06-05T21:22:43.484Z Downloaded managed v0.8.0
11262026-06-05T21:22:43.487Z Downloaded lru-cache v0.1.2
11272026-06-05T21:22:43.487Z Downloaded digest v0.11.3
11282026-06-05T21:22:43.490Z Downloaded memoffset v0.9.1
11292026-06-05T21:22:43.493Z Downloaded memmap v0.7.0
11302026-06-05T21:22:43.493Z Downloaded match_cfg v0.1.0
11312026-06-05T21:22:43.496Z Downloaded natord v1.0.9
11322026-06-05T21:22:43.496Z Downloaded libscf-sys v1.2.0
11332026-06-05T21:22:43.496Z Downloaded num v0.4.3
11342026-06-05T21:22:43.500Z Downloaded heapless v0.8.0
11352026-06-05T21:22:43.503Z Downloaded half v2.7.1
11362026-06-05T21:22:43.503Z Downloaded mime v0.3.17
11372026-06-05T21:22:43.506Z Downloaded newtype_derive v0.1.6
11382026-06-05T21:22:43.506Z Downloaded ipnet v2.12.0
11392026-06-05T21:22:43.509Z Downloaded num-derive v0.4.2
11402026-06-05T21:22:43.512Z Downloaded num-conv v0.2.2
11412026-06-05T21:22:43.512Z Downloaded group v0.13.0
11422026-06-05T21:22:43.515Z Downloaded newline-converter v0.3.0
11432026-06-05T21:22:43.515Z Downloaded num-iter v0.1.45
11442026-06-05T21:22:43.515Z Downloaded ipnetwork v0.21.1
11452026-06-05T21:22:43.519Z Downloaded newtype-uuid-macros v0.1.0
11462026-06-05T21:22:43.519Z Downloaded ingot v0.1.1
11472026-06-05T21:22:43.522Z Downloaded highway v1.3.0
11482026-06-05T21:22:43.522Z Downloaded macaddr v1.0.1
11492026-06-05T21:22:43.525Z Downloaded jobserver v0.1.34
11502026-06-05T21:22:43.528Z Downloaded olpc-cjson v0.1.4
11512026-06-05T21:22:43.528Z Downloaded num_threads v0.1.7
11522026-06-05T21:22:43.528Z Downloaded ahash v0.8.12
11532026-06-05T21:22:43.531Z Downloaded clap_derive v4.6.1
11542026-06-05T21:22:43.534Z Downloaded iana-time-zone v0.1.65
11552026-06-05T21:22:43.537Z Downloaded linear-map v1.2.0
11562026-06-05T21:22:43.537Z Downloaded anstream v1.0.0
11572026-06-05T21:22:43.540Z Downloaded hmac v0.12.1
11582026-06-05T21:22:43.544Z Downloaded fs_extra v1.3.0
11592026-06-05T21:22:43.544Z Downloaded anyhow v1.0.102
11602026-06-05T21:22:43.547Z Downloaded crc32fast v1.5.0
11612026-06-05T21:22:43.550Z Downloaded const-oid v0.10.2
11622026-06-05T21:22:43.550Z Downloaded percent-encoding v2.3.2
11632026-06-05T21:22:43.555Z Downloaded parse-display v0.10.0
11642026-06-05T21:22:43.555Z Downloaded openssl-probe v0.2.1
11652026-06-05T21:22:43.555Z Downloaded openssl-macros v0.1.1
11662026-06-05T21:22:43.555Z Downloaded phf_shared v0.12.1
11672026-06-05T21:22:43.558Z Downloaded lru-slab v0.1.2
11682026-06-05T21:22:43.558Z Downloaded libsw-core v0.3.2
11692026-06-05T21:22:43.562Z Downloaded futures-channel v0.3.32
11702026-06-05T21:22:43.562Z Downloaded libsw v3.5.0
11712026-06-05T21:22:43.565Z Downloaded multer v3.1.0
11722026-06-05T21:22:43.565Z Downloaded lock_api v0.4.14
11732026-06-05T21:22:43.568Z Downloaded omicron-workspace-hack v0.1.0
11742026-06-05T21:22:43.568Z Downloaded no-std-compat v0.4.1
11752026-06-05T21:22:43.571Z Downloaded hybrid-array v0.4.12
11762026-06-05T21:22:43.571Z Downloaded chacha20 v0.10.0
11772026-06-05T21:22:43.574Z Downloaded plain v0.2.3
11782026-06-05T21:22:43.574Z Downloaded httparse v1.10.1
11792026-06-05T21:22:43.577Z Downloaded num-integer v0.1.46
11802026-06-05T21:22:43.581Z Downloaded ingot-macros v0.1.1
11812026-06-05T21:22:43.581Z Downloaded powerfmt v0.2.0
11822026-06-05T21:22:43.581Z Downloaded ingot-types v0.1.2
11832026-06-05T21:22:43.584Z Downloaded globset v0.4.18
11842026-06-05T21:22:43.584Z Downloaded http-body-util v0.1.3
11852026-06-05T21:22:43.587Z Downloaded proc-macro-crate v1.3.1
11862026-06-05T21:22:43.587Z Downloaded num_enum_derive v0.5.11
11872026-06-05T21:22:43.591Z Downloaded num_enum v0.5.11
11882026-06-05T21:22:43.594Z Downloaded pretty-hex v0.4.2
11892026-06-05T21:22:43.594Z Downloaded proc-macro-error-attr2 v2.0.0
11902026-06-05T21:22:43.594Z Downloaded proc-macro-crate v3.5.0
11912026-06-05T21:22:43.597Z Downloaded proc-macro-error-attr v1.0.4
11922026-06-05T21:22:43.597Z Downloaded num_enum_derive v0.7.6
11932026-06-05T21:22:43.600Z Downloaded quick-error v1.2.3
11942026-06-05T21:22:43.600Z Downloaded csv-core v0.1.13
11952026-06-05T21:22:43.604Z Downloaded progenitor-macro v0.13.0
11962026-06-05T21:22:43.604Z Downloaded progenitor-client v0.14.0
11972026-06-05T21:22:43.604Z Downloaded progenitor-client v0.10.0
11982026-06-05T21:22:43.607Z Downloaded clap v4.6.1
11992026-06-05T21:22:43.610Z Downloaded dropshot_endpoint v0.17.1
12002026-06-05T21:22:43.613Z Downloaded darling v0.21.3
12012026-06-05T21:22:43.616Z Downloaded oxide-tokio-rt v0.1.6
12022026-06-05T21:22:43.622Z Downloaded rand_chacha v0.3.1
12032026-06-05T21:22:43.622Z Downloaded cc v1.2.63
12042026-06-05T21:22:43.625Z Downloaded litemap v0.8.2
12052026-06-05T21:22:43.625Z Downloaded progenitor-macro v0.10.0
12062026-06-05T21:22:43.625Z Downloaded pem v3.0.6
12072026-06-05T21:22:43.628Z Downloaded password-hash v0.5.0
12082026-06-05T21:22:43.628Z Downloaded parking_lot_core v0.8.6
12092026-06-05T21:22:43.633Z Downloaded paste v1.0.15
12102026-06-05T21:22:43.633Z Downloaded owo-colors v4.3.0
12112026-06-05T21:22:43.636Z Downloaded parse-display-derive v0.10.0
12122026-06-05T21:22:43.636Z Downloaded ref-cast-impl v1.0.25
12132026-06-05T21:22:43.636Z Downloaded memmap2 v0.9.10
12142026-06-05T21:22:43.640Z Downloaded ref-cast v1.0.25
12152026-06-05T21:22:43.640Z Downloaded phf v0.12.1
12162026-06-05T21:22:43.643Z Downloaded progenitor-macro v0.14.0
12172026-06-05T21:22:43.643Z Downloaded rustc_version v0.1.7
12182026-06-05T21:22:43.643Z Downloaded rand_xorshift v0.4.0
12192026-06-05T21:22:43.646Z Downloaded icu_provider v2.2.0
12202026-06-05T21:22:43.649Z Downloaded allocator-api2 v0.2.21
12212026-06-05T21:22:43.649Z Downloaded arc-swap v1.9.1
12222026-06-05T21:22:43.652Z Downloaded oxnet v0.1.6
12232026-06-05T21:22:43.655Z Downloaded poly1305 v0.8.0
12242026-06-05T21:22:43.655Z Downloaded pin-project-lite v0.2.17
12252026-06-05T21:22:43.658Z Downloaded pkg-config v0.3.33
12262026-06-05T21:22:43.661Z Downloaded indexmap v1.9.3
12272026-06-05T21:22:43.665Z Downloaded rustc_version v0.4.1
12282026-06-05T21:22:43.665Z Downloaded ppv-lite86 v0.2.21
12292026-06-05T21:22:43.665Z Downloaded drift v0.2.0
12302026-06-05T21:22:43.670Z Downloaded same-file v1.0.6
12312026-06-05T21:22:43.673Z Downloaded proc-macro-error2 v2.0.1
12322026-06-05T21:22:43.676Z Downloaded rustc-hash v2.1.2
12332026-06-05T21:22:43.676Z Downloaded chacha20poly1305 v0.10.1
12342026-06-05T21:22:43.680Z Downloaded num_enum v0.7.6
12352026-06-05T21:22:43.683Z Downloaded progenitor-client v0.13.0
12362026-06-05T21:22:43.683Z Downloaded parking_lot v0.12.5
12372026-06-05T21:22:43.686Z Downloaded progenitor v0.14.0
12382026-06-05T21:22:43.686Z Downloaded progenitor-extras v0.2.0
12392026-06-05T21:22:43.686Z Downloaded icu_properties v2.2.0
12402026-06-05T21:22:43.690Z Downloaded parking_lot_core v0.9.12
12412026-06-05T21:22:43.690Z Downloaded parking_lot v0.11.2
12422026-06-05T21:22:43.693Z Downloaded opaque-debug v0.3.1
12432026-06-05T21:22:43.693Z Downloaded once_cell v1.21.4
12442026-06-05T21:22:43.696Z Downloaded scroll_derive v0.12.1
12452026-06-05T21:22:43.696Z Downloaded darling_core v0.21.3
12462026-06-05T21:22:43.701Z Downloaded serde_repr v0.1.20
12472026-06-05T21:22:43.704Z Downloaded quote v1.0.45
12482026-06-05T21:22:43.704Z Downloaded rand_chacha v0.9.0
12492026-06-05T21:22:43.704Z Downloaded pest_derive v2.8.6
12502026-06-05T21:22:43.707Z Downloaded log v0.4.32
12512026-06-05T21:22:43.710Z Downloaded dropshot v0.17.1
12522026-06-05T21:22:43.720Z Downloaded serde_urlencoded v0.7.1
12532026-06-05T21:22:43.723Z Downloaded serde_spanned v0.6.9
12542026-06-05T21:22:43.723Z Downloaded rand_core v0.10.1
12552026-06-05T21:22:43.728Z Downloaded rand_core v0.9.5
12562026-06-05T21:22:43.728Z Downloaded icu_normalizer_data v2.2.0
12572026-06-05T21:22:43.731Z Downloaded serde-big-array v0.5.1
12582026-06-05T21:22:43.731Z Downloaded rand_core v0.6.4
12592026-06-05T21:22:43.731Z Downloaded konst v0.2.20
12602026-06-05T21:22:43.734Z Downloaded sha1 v0.10.6
12612026-06-05T21:22:43.737Z Downloaded serde_spanned v1.1.1
12622026-06-05T21:22:43.737Z Downloaded rustls-pemfile v2.2.0
12632026-06-05T21:22:43.740Z Downloaded rustls-native-certs v0.8.4
12642026-06-05T21:22:43.740Z Downloaded pin-project-internal v1.1.13
12652026-06-05T21:22:43.740Z Downloaded semver v0.1.20
12662026-06-05T21:22:43.743Z Downloaded num-traits v0.2.19
12672026-06-05T21:22:43.743Z Downloaded slog-bunyan v2.5.0
12682026-06-05T21:22:43.746Z Downloaded proc-macro-error v1.0.4
12692026-06-05T21:22:43.746Z Downloaded resolv-conf v0.7.6
12702026-06-05T21:22:43.749Z Downloaded const_format v0.2.36
12712026-06-05T21:22:43.752Z Downloaded rusty-fork v0.3.1
12722026-06-05T21:22:43.752Z Downloaded crypto-bigint v0.5.5
12732026-06-05T21:22:43.756Z Downloaded slog-envlogger v2.2.0
12742026-06-05T21:22:43.758Z Downloaded siphasher v1.0.3
12752026-06-05T21:22:43.758Z Downloaded sigpipe v0.1.3
12762026-06-05T21:22:43.762Z Downloaded rustversion v1.0.22
12772026-06-05T21:22:43.762Z Downloaded darling_core v0.23.0
12782026-06-05T21:22:43.765Z Downloaded scopeguard v1.2.0
12792026-06-05T21:22:43.765Z Downloaded progenitor v0.13.0
12802026-06-05T21:22:43.768Z Downloaded postcard v1.1.3
12812026-06-05T21:22:43.768Z Downloaded quinn-udp v0.5.14
12822026-06-05T21:22:43.772Z Downloaded icu_normalizer v2.2.0
12832026-06-05T21:22:43.775Z Downloaded scroll v0.13.0
12842026-06-05T21:22:43.775Z Downloaded smawk v0.3.2
12852026-06-05T21:22:43.775Z Downloaded stable_deref_trait v1.2.1
12862026-06-05T21:22:43.779Z Downloaded serde_derive_internals v0.29.1
12872026-06-05T21:22:43.779Z Downloaded pest_generator v2.8.6
12882026-06-05T21:22:43.779Z Downloaded spin v0.5.2
12892026-06-05T21:22:43.782Z Downloaded scroll v0.12.0
12902026-06-05T21:22:43.782Z Downloaded indicatif v0.18.4
12912026-06-05T21:22:43.785Z Downloaded hickory-resolver v0.24.4
12922026-06-05T21:22:43.789Z Downloaded pin-project v1.1.13
12932026-06-05T21:22:43.792Z Downloaded structmeta v0.3.0
12942026-06-05T21:22:43.795Z Downloaded swrite v0.1.0
12952026-06-05T21:22:43.796Z Downloaded strum v0.27.2
12962026-06-05T21:22:43.796Z Downloaded strum v0.26.3
12972026-06-05T21:22:43.799Z Downloaded sync_wrapper v1.0.2
12982026-06-05T21:22:43.799Z Downloaded supports-color v3.0.2
12992026-06-05T21:22:43.799Z Downloaded subtle v2.6.1
13002026-06-05T21:22:43.802Z Downloaded icu_locale_core v2.2.0
13012026-06-05T21:22:43.805Z Downloaded serde_tokenstream v0.2.3
13022026-06-05T21:22:43.805Z Downloaded icu_collections v2.2.0
13032026-06-05T21:22:43.810Z Downloaded sha1 v0.11.0
13042026-06-05T21:22:43.813Z Downloaded jiff-static v0.2.28
13052026-06-05T21:22:43.813Z Downloaded rhai_codegen v3.2.0
13062026-06-05T21:22:43.816Z Downloaded slab v0.4.12
13072026-06-05T21:22:43.819Z Downloaded simd-adler32 v0.3.9
13082026-06-05T21:22:43.819Z Downloaded flate2 v1.1.9
13092026-06-05T21:22:43.822Z Downloaded take_mut v0.2.2
13102026-06-05T21:22:43.822Z Downloaded slog-term v2.9.2
13112026-06-05T21:22:43.825Z Downloaded smartstring v1.0.1
13122026-06-05T21:22:43.826Z Downloaded slog-json v2.6.1
13132026-06-05T21:22:43.829Z Downloaded slog-dtrace v0.3.0
13142026-06-05T21:22:43.829Z Downloaded slog-async v2.8.0
13152026-06-05T21:22:43.829Z Downloaded hyper-util v0.1.20
13162026-06-05T21:22:43.832Z Downloaded sha2 v0.10.9
13172026-06-05T21:22:43.835Z Downloaded progenitor-impl v0.10.0
13182026-06-05T21:22:43.835Z Downloaded tagptr v0.2.0
13192026-06-05T21:22:43.839Z Downloaded tabwriter v1.4.1
13202026-06-05T21:22:43.839Z Downloaded progenitor-impl v0.13.0
13212026-06-05T21:22:43.843Z Downloaded papergrid v0.18.0
13222026-06-05T21:22:43.843Z Downloaded tabled_derive v0.11.0
13232026-06-05T21:22:43.846Z Downloaded smf v0.2.3
13242026-06-05T21:22:43.846Z Downloaded slog-stdlog v4.1.1
13252026-06-05T21:22:43.846Z Downloaded pest_meta v2.8.6
13262026-06-05T21:22:43.851Z Downloaded termtree v0.5.1
13272026-06-05T21:22:43.851Z Downloaded thiserror-impl-no-std v2.0.2
13282026-06-05T21:22:43.851Z Downloaded terminal_size v0.4.4
13292026-06-05T21:22:43.851Z Downloaded papergrid v0.11.0
13302026-06-05T21:22:43.854Z Downloaded thread-id v5.1.0
13312026-06-05T21:22:43.854Z Downloaded snafu-derive v0.8.9
13322026-06-05T21:22:43.854Z Downloaded minimal-lexical v0.2.1
13332026-06-05T21:22:43.859Z Downloaded static_assertions v1.1.0
13342026-06-05T21:22:43.859Z Downloaded openssl-sys v0.9.116
13352026-06-05T21:22:43.862Z Downloaded structmeta-derive v0.3.0
13362026-06-05T21:22:43.862Z Downloaded signal-hook-registry v1.4.8
13372026-06-05T21:22:43.865Z Downloaded progenitor-impl v0.14.0
13382026-06-05T21:22:43.865Z Downloaded tinyvec_macros v0.1.1
13392026-06-05T21:22:43.868Z Downloaded time-core v0.1.8
13402026-06-05T21:22:43.868Z Downloaded tabled_derive v0.7.0
13412026-06-05T21:22:43.868Z Downloaded base64 v0.21.7
13422026-06-05T21:22:43.871Z Downloaded thread-id v4.2.2
13432026-06-05T21:22:43.871Z Downloaded strum_macros v0.27.2
13442026-06-05T21:22:43.877Z Downloaded testing_table v0.3.0
13452026-06-05T21:22:43.877Z Downloaded indexmap v2.14.0
13462026-06-05T21:22:43.880Z Downloaded tokio-macros v2.7.0
13472026-06-05T21:22:43.880Z Downloaded strsim v0.11.1
13482026-06-05T21:22:43.880Z Downloaded ryu v1.0.23
13492026-06-05T21:22:43.880Z Downloaded rustls-pki-types v1.14.1
13502026-06-05T21:22:43.883Z Downloaded synstructure v0.13.2
13512026-06-05T21:22:43.883Z Downloaded slog-scope v4.4.1
13522026-06-05T21:22:43.883Z Downloaded shlex v2.0.1
13532026-06-05T21:22:43.886Z Downloaded serde_plain v1.0.2
13542026-06-05T21:22:43.886Z Downloaded crossbeam-channel v0.5.15
13552026-06-05T21:22:43.889Z Downloaded serde_with_macros v3.20.0
13562026-06-05T21:22:43.889Z Downloaded async-compression v0.4.42
13572026-06-05T21:22:43.892Z Downloaded proc-macro2 v1.0.106
13582026-06-05T21:22:43.895Z Downloaded serde_path_to_error v0.1.20
13592026-06-05T21:22:43.895Z Downloaded schemars_derive v0.8.22
13602026-06-05T21:22:43.898Z Downloaded hashbrown v0.12.3
13612026-06-05T21:22:43.902Z Downloaded toml_datetime v0.6.11
13622026-06-05T21:22:43.902Z Downloaded hickory-resolver v0.25.2
13632026-06-05T21:22:43.944Z Downloaded secrecy v0.10.3
13642026-06-05T21:22:43.944Z Downloaded smallvec v1.15.1
13652026-06-05T21:22:43.944Z Downloaded scroll_derive v0.13.1
13662026-06-05T21:22:43.944Z Downloaded progenitor v0.10.0
13672026-06-05T21:22:43.944Z Downloaded thread_local v1.1.9
13682026-06-05T21:22:43.944Z Downloaded thiserror v2.0.18
13692026-06-05T21:22:43.944Z Downloaded tower-service v0.3.3
13702026-06-05T21:22:43.944Z Downloaded potential_utf v0.1.5
13712026-06-05T21:22:43.944Z Downloaded thiserror-impl v1.0.69
13722026-06-05T21:22:43.944Z Downloaded http v1.4.1
13732026-06-05T21:22:43.944Z Downloaded miniz_oxide v0.8.9
13742026-06-05T21:22:43.944Z Downloaded expectorate v1.2.0
13752026-06-05T21:22:43.944Z Downloaded spin v0.9.8
13762026-06-05T21:22:43.944Z Downloaded tower-layer v0.3.3
13772026-06-05T21:22:43.944Z Downloaded unarray v0.1.4
13782026-06-05T21:22:43.944Z Downloaded try-lock v0.2.5
13792026-06-05T21:22:43.944Z Downloaded typify-macro v0.4.3
13802026-06-05T21:22:43.944Z Downloaded memchr v2.8.1
13812026-06-05T21:22:43.944Z Downloaded semver v1.0.28
13822026-06-05T21:22:43.944Z Downloaded unicode-linebreak v0.1.5
13832026-06-05T21:22:43.944Z Downloaded thiserror-impl v2.0.18
13842026-06-05T21:22:43.944Z Downloaded thiserror v1.0.69
13852026-06-05T21:22:43.945Z Downloaded rustls-platform-verifier v0.7.0
13862026-06-05T21:22:43.945Z Downloaded num-rational v0.4.2
13872026-06-05T21:22:43.945Z Downloaded num-complex v0.4.6
13882026-06-05T21:22:43.945Z Downloaded slog v2.8.2
13892026-06-05T21:22:43.949Z Downloaded serde_core v1.0.228
13902026-06-05T21:22:43.949Z Downloaded newtype-uuid v1.3.2
13912026-06-05T21:22:43.949Z Downloaded defmt v1.1.0
13922026-06-05T21:22:43.949Z Downloaded untrusted v0.9.0
13932026-06-05T21:22:43.949Z Downloaded toml_write v0.1.2
13942026-06-05T21:22:43.949Z Downloaded universal-hash v0.5.1
13952026-06-05T21:22:43.949Z Downloaded usdt v0.6.0
13962026-06-05T21:22:43.949Z Downloaded typeid v1.0.3
13972026-06-05T21:22:43.949Z Downloaded unit-prefix v0.5.2
13982026-06-05T21:22:43.949Z Downloaded unicode-xid v0.2.6
13992026-06-05T21:22:43.952Z Downloaded tinystr v0.8.3
14002026-06-05T21:22:43.952Z Downloaded time-macros v0.2.27
14012026-06-05T21:22:43.952Z Downloaded thiserror-no-std v2.0.2
14022026-06-05T21:22:43.955Z Downloaded tiny-keccak v2.0.2
14032026-06-05T21:22:43.955Z Downloaded schemars v0.9.0
14042026-06-05T21:22:43.962Z Downloaded usdt v0.5.0
14052026-06-05T21:22:43.965Z Downloaded usdt-macro v0.5.0
14062026-06-05T21:22:43.965Z Downloaded untrusted v0.7.1
14072026-06-05T21:22:43.965Z Downloaded usdt-attr-macro v0.5.0
14082026-06-05T21:22:43.965Z Downloaded strum_macros v0.26.4
14092026-06-05T21:22:43.969Z Downloaded utf-8 v0.7.6
14102026-06-05T21:22:43.969Z Downloaded tokio-tungstenite v0.21.0
14112026-06-05T21:22:43.969Z Downloaded tokio-dtrace v0.1.1
14122026-06-05T21:22:43.971Z Downloaded serde_derive v1.0.228
14132026-06-05T21:22:43.972Z Downloaded term v1.2.1
14142026-06-05T21:22:43.975Z Downloaded usdt-attr-macro v0.6.0
14152026-06-05T21:22:43.975Z Downloaded prettyplease v0.2.37
14162026-06-05T21:22:43.978Z Downloaded version_check v0.9.5
14172026-06-05T21:22:43.978Z Downloaded socket2 v0.6.4
14182026-06-05T21:22:43.978Z Downloaded rayon-core v1.13.0
14192026-06-05T21:22:43.981Z Downloaded daft v0.1.7
14202026-06-05T21:22:43.981Z Downloaded hyper-rustls v0.27.9
14212026-06-05T21:22:43.984Z Downloaded digest v0.10.7
14222026-06-05T21:22:43.984Z Downloaded humantime v2.3.0
14232026-06-05T21:22:43.984Z Downloaded similar v2.7.0
14242026-06-05T21:22:43.987Z Downloaded wait-timeout v0.2.1
14252026-06-05T21:22:43.987Z Downloaded utf8parse v0.2.2
14262026-06-05T21:22:43.992Z Downloaded utf8_iter v1.0.4
14272026-06-05T21:22:43.992Z Downloaded usdt-macro v0.6.0
14282026-06-05T21:22:43.993Z Downloaded serde_yaml v0.9.34+deprecated
14292026-06-05T21:22:43.993Z Downloaded quinn v0.11.9
14302026-06-05T21:22:43.995Z Downloaded waitgroup v0.1.2
14312026-06-05T21:22:43.995Z Downloaded toml_writer v1.1.1+spec-1.1.0
14322026-06-05T21:22:43.995Z Downloaded zerofrom v0.1.8
14332026-06-05T21:22:43.996Z Downloaded typify-macro v0.6.2
14342026-06-05T21:22:43.999Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14352026-06-05T21:22:43.999Z Downloaded rand v0.8.6
14362026-06-05T21:22:43.999Z Downloaded schemars v0.8.22
14372026-06-05T21:22:44.005Z Downloaded zeroize_derive v1.4.3
14382026-06-05T21:22:44.008Z Downloaded git-stub-vcs v0.1.0
14392026-06-05T21:22:44.008Z Downloaded data-encoding v2.11.0
14402026-06-05T21:22:44.008Z Downloaded cookie v0.18.1
14412026-06-05T21:22:44.011Z Downloaded console v0.15.11
14422026-06-05T21:22:44.011Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14432026-06-05T21:22:44.014Z Downloaded qorb v0.4.1
14442026-06-05T21:22:44.014Z Downloaded nom v7.1.3
14452026-06-05T21:22:44.017Z Downloaded zerofrom-derive v0.1.7
14462026-06-05T21:22:44.017Z Downloaded mio v1.2.1
14472026-06-05T21:22:44.020Z Downloaded usdt-impl v0.5.0
14482026-06-05T21:22:44.023Z Downloaded bitflags v2.12.1
14492026-06-05T21:22:44.023Z Downloaded crossbeam-epoch v0.9.18
14502026-06-05T21:22:44.026Z Downloaded tokio-stream v0.1.18
14512026-06-05T21:22:44.029Z Downloaded zone_cfg_derive v0.3.1
14522026-06-05T21:22:44.029Z Downloaded zone v0.3.1
14532026-06-05T21:22:44.029Z Downloaded tokio-rustls v0.26.4
14542026-06-05T21:22:44.033Z Downloaded ff v0.13.1
14552026-06-05T21:22:44.033Z Downloaded toml v0.8.23
14562026-06-05T21:22:44.033Z Downloaded daft-derive v0.1.7
14572026-06-05T21:22:44.036Z Downloaded fixedbitset v0.5.7
14582026-06-05T21:22:44.036Z Downloaded hashbrown v0.15.5
14592026-06-05T21:22:44.039Z Downloaded displaydoc v0.2.6
14602026-06-05T21:22:44.039Z Downloaded bitflags v1.3.2
14612026-06-05T21:22:44.042Z Downloaded byte-wrapper v0.1.0
14622026-06-05T21:22:44.042Z Downloaded foreign-types-macros v0.2.3
14632026-06-05T21:22:44.045Z Downloaded instant v0.1.13
14642026-06-05T21:22:44.045Z Downloaded foreign-types-shared v0.1.1
14652026-06-05T21:22:44.045Z Downloaded bytecount v0.6.9
14662026-06-05T21:22:44.045Z Downloaded serde v1.0.228
14672026-06-05T21:22:44.049Z Downloaded chacha20 v0.9.1
14682026-06-05T21:22:44.049Z Downloaded rustls-webpki v0.103.13
14692026-06-05T21:22:44.052Z Downloaded toml_parser v1.1.2+spec-1.1.0
14702026-06-05T21:22:44.052Z Downloaded want v0.3.1
14712026-06-05T21:22:44.052Z Downloaded whoami v1.6.1
14722026-06-05T21:22:44.056Z Downloaded walkdir v2.5.0
14732026-06-05T21:22:44.056Z Downloaded vsss-rs v3.3.4
14742026-06-05T21:22:44.059Z Downloaded tempfile v3.27.0
14752026-06-05T21:22:44.059Z Downloaded hashbrown v0.16.1
14762026-06-05T21:22:44.062Z Downloaded cfg-if v1.0.4
14772026-06-05T21:22:44.062Z Downloaded async-stream v0.3.6
14782026-06-05T21:22:44.068Z Downloaded yoke-derive v0.8.2
14792026-06-05T21:22:44.068Z Downloaded writeable v0.6.3
14802026-06-05T21:22:44.068Z Downloaded textwrap v0.16.2
14812026-06-05T21:22:44.068Z Downloaded xz2 v0.1.7
14822026-06-05T21:22:44.072Z Downloaded ucd-trie v0.1.7
14832026-06-05T21:22:44.072Z Downloaded thin-vec v0.2.18
14842026-06-05T21:22:44.072Z Downloaded hashbrown v0.17.1
14852026-06-05T21:22:44.072Z Downloaded test-strategy v0.4.5
14862026-06-05T21:22:44.075Z Downloaded zeroize v1.8.2
14872026-06-05T21:22:44.075Z Downloaded anstyle v1.0.14
14882026-06-05T21:22:44.075Z Downloaded errno v0.3.14
14892026-06-05T21:22:44.078Z Downloaded tinyvec v1.11.0
14902026-06-05T21:22:44.078Z Downloaded rand v0.9.4
14912026-06-05T21:22:44.081Z Downloaded bs58 v0.5.1
14922026-06-05T21:22:44.081Z Downloaded foreign-types-shared v0.3.1
14932026-06-05T21:22:44.082Z Downloaded crc8 v0.1.1
14942026-06-05T21:22:44.085Z Downloaded clap_lex v1.1.0
14952026-06-05T21:22:44.085Z Downloaded fxhash v0.2.1
14962026-06-05T21:22:44.085Z Downloaded idna v1.1.0
14972026-06-05T21:22:44.088Z Downloaded float-ord v0.3.2
14982026-06-05T21:22:44.088Z Downloaded defmt v0.3.100
14992026-06-05T21:22:44.088Z Downloaded ciborium-ll v0.2.2
15002026-06-05T21:22:44.088Z Downloaded base64 v0.22.1
15012026-06-05T21:22:44.091Z Downloaded bytes v1.11.1
15022026-06-05T21:22:44.094Z Downloaded toml v0.9.12+spec-1.1.0
15032026-06-05T21:22:44.094Z Downloaded zerovec-derive v0.11.3
15042026-06-05T21:22:44.099Z Downloaded zmij v1.0.21
15052026-06-05T21:22:44.099Z Downloaded dropshot-api-manager v0.7.2
15062026-06-05T21:22:44.099Z Downloaded usdt-impl v0.6.0
15072026-06-05T21:22:44.102Z Downloaded tracing-core v0.1.36
15082026-06-05T21:22:44.102Z Downloaded schemars v1.2.1
15092026-06-05T21:22:44.109Z Downloaded yoke v0.8.3
15102026-06-05T21:22:44.112Z Downloaded futures-util v0.3.32
15112026-06-05T21:22:44.116Z Downloaded unicode-ident v1.0.24
15122026-06-05T21:22:44.119Z Downloaded steno v0.4.1
15132026-06-05T21:22:44.122Z Downloaded rand v0.10.1
15142026-06-05T21:22:44.122Z Downloaded tungstenite v0.21.0
15152026-06-05T21:22:44.128Z Downloaded itertools v0.12.1
15162026-06-05T21:22:44.131Z Downloaded snafu v0.8.9
15172026-06-05T21:22:44.131Z Downloaded typify v0.4.3
15182026-06-05T21:22:44.137Z Downloaded tracing-attributes v0.1.31
15192026-06-05T21:22:44.138Z Downloaded h2 v0.4.14
15202026-06-05T21:22:44.142Z Downloaded zerocopy-derive v0.7.35
15212026-06-05T21:22:44.142Z Downloaded typify v0.6.2
15222026-06-05T21:22:44.142Z Downloaded colored v3.1.1
15232026-06-05T21:22:44.145Z Downloaded async-trait v0.1.89
15242026-06-05T21:22:44.145Z Downloaded argon2 v0.5.3
15252026-06-05T21:22:44.148Z Downloaded futures-sink v0.3.32
15262026-06-05T21:22:44.148Z Downloaded defmt-macros v1.1.0
15272026-06-05T21:22:44.148Z Downloaded colorchoice v1.0.5
15282026-06-05T21:22:44.151Z Downloaded cfg_aliases v0.2.1
15292026-06-05T21:22:44.151Z Downloaded toml_edit v0.25.12+spec-1.1.0
15302026-06-05T21:22:44.154Z Downloaded async-recursion v1.1.1
15312026-06-05T21:22:44.154Z Downloaded aead v0.5.2
15322026-06-05T21:22:44.154Z Downloaded defmt-parser v1.0.0
15332026-06-05T21:22:44.157Z Downloaded cargo_toml v0.22.3
15342026-06-05T21:22:44.157Z Downloaded base64ct v1.8.3
15352026-06-05T21:22:44.157Z Downloaded bit-vec v0.8.0
15362026-06-05T21:22:44.160Z Downloaded bit-set v0.8.0
15372026-06-05T21:22:44.160Z Downloaded unsafe-libyaml v0.2.11
15382026-06-05T21:22:44.160Z Downloaded clap_builder v4.6.0
15392026-06-05T21:22:44.163Z Downloaded base16ct v1.0.0
15402026-06-05T21:22:44.166Z Downloaded aho-corasick v1.1.4
15412026-06-05T21:22:44.169Z Downloaded toml v1.1.2+spec-1.1.0
15422026-06-05T21:22:44.172Z Downloaded iddqd v0.4.2
15432026-06-05T21:22:44.175Z Downloaded uuid v1.23.2
15442026-06-05T21:22:44.178Z Downloaded libm v0.2.16
15452026-06-05T21:22:44.182Z Downloaded ron v0.12.1
15462026-06-05T21:22:44.187Z Downloaded hkdf v0.12.4
15472026-06-05T21:22:44.195Z Downloaded nom v8.0.0
15482026-06-05T21:22:44.198Z Downloaded pest v2.8.6
15492026-06-05T21:22:44.202Z Downloaded itertools v0.14.0
15502026-06-05T21:22:44.205Z Downloaded hyper v1.10.1
15512026-06-05T21:22:44.209Z Downloaded tower v0.5.3
15522026-06-05T21:22:44.213Z Downloaded toml_edit v0.19.15
15532026-06-05T21:22:44.222Z Downloaded toml_edit v0.22.27
15542026-06-05T21:22:44.226Z Downloaded reqwest v0.13.4
15552026-06-05T21:22:44.236Z Downloaded portable-atomic v1.13.1
15562026-06-05T21:22:44.243Z Downloaded regex v1.12.3
15572026-06-05T21:22:44.247Z Downloaded icu_properties_data v2.2.0
15582026-06-05T21:22:44.251Z Downloaded typed-path v0.9.3
15592026-06-05T21:22:44.259Z Downloaded goblin v0.8.2
15602026-06-05T21:22:44.263Z Downloaded url v2.5.8
15612026-06-05T21:22:44.273Z Downloaded reqwest v0.12.28
15622026-06-05T21:22:44.282Z Downloaded zerotrie v0.2.4
15632026-06-05T21:22:44.288Z Downloaded tough v0.22.0
15642026-06-05T21:22:44.299Z Downloaded aws-lc-rs v1.17.0
15652026-06-05T21:22:44.309Z Downloaded zerocopy-derive v0.8.50
15662026-06-05T21:22:44.314Z Downloaded typenum v1.20.1
15672026-06-05T21:22:44.317Z Downloaded serde_with v3.20.0
15682026-06-05T21:22:44.327Z Downloaded goblin v0.10.7
15692026-06-05T21:22:44.331Z Downloaded unicode-segmentation v1.13.3
15702026-06-05T21:22:44.368Z Downloaded unicode-normalization v0.1.25
15712026-06-05T21:22:44.371Z Downloaded tokio-util v0.7.18
15722026-06-05T21:22:44.375Z Downloaded serde_json v1.0.150
15732026-06-05T21:22:44.382Z Downloaded webpki-roots v1.0.7
15742026-06-05T21:22:44.395Z Downloaded syn v1.0.109
15752026-06-05T21:22:44.401Z Downloaded tabled v0.21.0
15762026-06-05T21:22:44.411Z Downloaded zerovec v0.11.6
15772026-06-05T21:22:44.415Z Downloaded winnow v0.5.40
15782026-06-05T21:22:44.419Z Downloaded openssl v0.10.80
15792026-06-05T21:22:44.425Z Downloaded moka v0.12.15
15802026-06-05T21:22:44.429Z Downloaded time v0.3.47
15812026-06-05T21:22:44.436Z Downloaded proptest v1.11.0
15822026-06-05T21:22:44.442Z Downloaded nix v0.31.3
15832026-06-05T21:22:44.448Z Downloaded zerocopy v0.7.35
15842026-06-05T21:22:44.458Z Downloaded vcpkg v0.2.15
15852026-06-05T21:22:44.480Z Downloaded hickory-proto v0.24.4
15862026-06-05T21:22:44.489Z Downloaded openapiv3 v2.2.0
15872026-06-05T21:22:44.494Z Downloaded syn v2.0.117
15882026-06-05T21:22:44.501Z Downloaded winnow v0.7.15
15892026-06-05T21:22:44.506Z Downloaded winnow v1.0.3
15902026-06-05T21:22:44.512Z Downloaded rustix v0.38.44
15912026-06-05T21:22:44.525Z Downloaded tabled v0.15.0
15922026-06-05T21:22:44.534Z Downloaded bstr v1.12.1
15932026-06-05T21:22:44.539Z Downloaded hickory-proto v0.25.2
15942026-06-05T21:22:44.548Z Downloaded regress v0.11.1
15952026-06-05T21:22:44.554Z Downloaded curve25519-dalek v4.1.3
15962026-06-05T21:22:44.559Z Downloaded smoltcp v0.11.0
15972026-06-05T21:22:44.566Z Downloaded quinn-proto v0.11.14
15982026-06-05T21:22:44.570Z Downloaded chrono v0.4.45
15992026-06-05T21:22:44.574Z Downloaded tower-http v0.6.11
16002026-06-05T21:22:44.580Z Downloaded rayon v1.12.0
16012026-06-05T21:22:44.597Z Downloaded regress v0.10.5
16022026-06-05T21:22:44.607Z Downloaded regex-automata v0.4.14
16032026-06-05T21:22:44.616Z Downloaded unicode-width v0.1.14
16042026-06-05T21:22:44.626Z Downloaded regex-syntax v0.8.10
16052026-06-05T21:22:44.629Z Downloaded rustls v0.23.40
16062026-06-05T21:22:44.636Z Downloaded zerocopy v0.8.50
16072026-06-05T21:22:44.647Z Downloaded unicode-width v0.2.2
16082026-06-05T21:22:44.651Z Downloaded rhai v1.25.1
16092026-06-05T21:22:44.658Z Downloaded libc v0.2.186
16102026-06-05T21:22:44.678Z Downloaded lzma-sys v0.1.20
16112026-06-05T21:22:44.695Z Downloaded rustix v1.1.4
16122026-06-05T21:22:44.723Z Downloaded sled v0.34.7
16132026-06-05T21:22:44.734Z Downloaded typify-impl v0.6.2
16142026-06-05T21:22:44.744Z Downloaded sha3 v0.10.9
16152026-06-05T21:22:44.751Z Downloaded tracing v0.1.44
16162026-06-05T21:22:44.764Z Downloaded typify-impl v0.4.3
16172026-06-05T21:22:44.790Z Downloaded encoding_rs v0.8.35
16182026-06-05T21:22:44.805Z Downloaded ring v0.17.14
16192026-06-05T21:22:44.830Z Downloaded petgraph v0.6.5
16202026-06-05T21:22:44.856Z Downloaded jiff v0.2.28
16212026-06-05T21:22:44.867Z Downloaded chrono-tz v0.10.4
16222026-06-05T21:22:44.878Z Downloaded petgraph v0.8.3
16232026-06-05T21:22:44.892Z Downloaded csv v1.4.0
16242026-06-05T21:22:44.904Z Downloaded tokio v1.52.3
16252026-06-05T21:22:45.489Z Downloaded aws-lc-sys v0.41.0
16262026-06-05T21:22:45.846Z Compiling proc-macro2 v1.0.106
16272026-06-05T21:22:45.846Z Compiling quote v1.0.45
16282026-06-05T21:22:45.846Z Compiling unicode-ident v1.0.24
16292026-06-05T21:22:45.846Z Compiling serde_core v1.0.228
16302026-06-05T21:22:45.850Z Compiling serde v1.0.228
16312026-06-05T21:22:45.850Z Compiling libc v0.2.186
16322026-06-05T21:22:45.850Z Compiling cfg-if v1.0.4
16332026-06-05T21:22:46.127Z Compiling zmij v1.0.21
16342026-06-05T21:22:46.148Z Compiling autocfg v1.5.1
16352026-06-05T21:22:46.532Z Compiling memchr v2.8.1
16362026-06-05T21:22:46.593Z Compiling libm v0.2.16
16372026-06-05T21:22:47.016Z Compiling itoa v1.0.18
16382026-06-05T21:22:47.176Z Compiling icu_normalizer_data v2.2.0
16392026-06-05T21:22:47.271Z Compiling icu_properties_data v2.2.0
16402026-06-05T21:22:47.315Z Compiling version_check v0.9.5
16412026-06-05T21:22:47.426Z Compiling syn v2.0.117
16422026-06-05T21:22:47.447Z Compiling stable_deref_trait v1.2.1
16432026-06-05T21:22:47.530Z Compiling serde_json v1.0.150
16442026-06-05T21:22:47.547Z Compiling parking_lot_core v0.9.12
16452026-06-05T21:22:47.596Z Compiling writeable v0.6.3
16462026-06-05T21:22:47.763Z Compiling litemap v0.8.2
16472026-06-05T21:22:47.844Z Compiling num-traits v0.2.19
16482026-06-05T21:22:47.844Z Compiling utf8_iter v1.0.4
16492026-06-05T21:22:47.955Z Compiling percent-encoding v2.3.2
16502026-06-05T21:22:48.171Z Compiling thiserror v2.0.18
16512026-06-05T21:22:48.240Z Compiling form_urlencoded v1.2.2
16522026-06-05T21:22:48.288Z Compiling getrandom v0.4.2
16532026-06-05T21:22:48.305Z Compiling rand_core v0.10.1
16542026-06-05T21:22:48.480Z Compiling zerocopy v0.8.50
16552026-06-05T21:22:48.538Z Compiling errno v0.3.14
16562026-06-05T21:22:48.595Z Compiling heck v0.5.0
16572026-06-05T21:22:48.685Z Compiling iana-time-zone v0.1.65
16582026-06-05T21:22:48.847Z Compiling uuid v1.23.2
16592026-06-05T21:22:49.060Z Compiling jobserver v0.1.34
16602026-06-05T21:22:49.147Z Compiling shlex v2.0.1
16612026-06-05T21:22:49.343Z Compiling find-msvc-tools v0.1.9
16622026-06-05T21:22:49.406Z Compiling rustversion v1.0.22
16632026-06-05T21:22:49.465Z Compiling semver v1.0.28
16642026-06-05T21:22:49.531Z Compiling cc v1.2.63
16652026-06-05T21:22:49.610Z Compiling schemars v0.8.22
16662026-06-05T21:22:49.724Z Compiling dyn-clone v1.0.20
16672026-06-05T21:22:49.929Z Compiling pin-project-lite v0.2.17
16682026-06-05T21:22:49.949Z Compiling getrandom v0.2.17
16692026-06-05T21:22:50.042Z Compiling scopeguard v1.2.0
16702026-06-05T21:22:50.171Z Compiling lock_api v0.4.14
16712026-06-05T21:22:50.191Z Compiling bitflags v2.12.1
16722026-06-05T21:22:50.231Z Compiling socket2 v0.6.4
16732026-06-05T21:22:50.289Z Compiling synstructure v0.13.2
16742026-06-05T21:22:50.435Z Compiling serde_derive_internals v0.29.1
16752026-06-05T21:22:50.495Z Compiling cmake v0.1.58
16762026-06-05T21:22:50.617Z Compiling signal-hook-registry v1.4.8
16772026-06-05T21:22:50.806Z Compiling mio v1.2.1
16782026-06-05T21:22:50.828Z Compiling fs_extra v1.3.0
16792026-06-05T21:22:50.847Z Compiling dunce v1.0.5
16802026-06-05T21:22:50.947Z Compiling portable-atomic v1.13.1
16812026-06-05T21:22:51.017Z Compiling futures-core v0.3.32
16822026-06-05T21:22:51.035Z Compiling log v0.4.32
16832026-06-05T21:22:51.083Z Compiling aws-lc-sys v0.41.0
16842026-06-05T21:22:51.098Z Compiling critical-section v1.2.0
16852026-06-05T21:22:51.201Z Compiling subtle v2.6.1
16862026-06-05T21:22:51.218Z Compiling equivalent v1.0.2
16872026-06-05T21:22:51.332Z Compiling httparse v1.10.1
16882026-06-05T21:22:51.375Z Compiling futures-sink v0.3.32
16892026-06-05T21:22:51.506Z Compiling slab v0.4.12
16902026-06-05T21:22:51.522Z Compiling serde_derive v1.0.228
16912026-06-05T21:22:51.525Z Compiling zerofrom-derive v0.1.7
16922026-06-05T21:22:51.561Z Compiling yoke-derive v0.8.2
16932026-06-05T21:22:51.685Z Compiling zerovec-derive v0.11.3
16942026-06-05T21:22:51.688Z Compiling displaydoc v0.2.6
16952026-06-05T21:22:51.719Z Compiling schemars_derive v0.8.22
16962026-06-05T21:22:51.970Z Compiling thiserror-impl v2.0.18
16972026-06-05T21:22:52.204Z Compiling tokio-macros v2.7.0
16982026-06-05T21:22:52.526Z Compiling zerocopy-derive v0.8.50
16992026-06-05T21:22:52.634Z Compiling zeroize_derive v1.4.3
17002026-06-05T21:22:52.737Z Compiling zerofrom v0.1.8
17012026-06-05T21:22:52.824Z Compiling futures-macro v0.3.32
17022026-06-05T21:22:52.872Z Compiling yoke v0.8.3
17032026-06-05T21:22:52.963Z Compiling once_cell v1.21.4
17042026-06-05T21:22:52.982Z Compiling rustix v1.1.4
17052026-06-05T21:22:53.073Z Compiling zerovec v0.11.6
17062026-06-05T21:22:53.205Z Compiling zerotrie v0.2.4
17072026-06-05T21:22:53.344Z Compiling zeroize v1.8.2
17082026-06-05T21:22:53.378Z Compiling ucd-trie v0.1.7
17092026-06-05T21:22:53.471Z Compiling thiserror v1.0.69
17102026-06-05T21:22:53.593Z Compiling pest v2.8.6
17112026-06-05T21:22:53.611Z Compiling typenum v1.20.1
17122026-06-05T21:22:53.631Z Compiling tinystr v0.8.3
17132026-06-05T21:22:53.651Z Compiling potential_utf v0.1.5
17142026-06-05T21:22:53.683Z Compiling thiserror-impl v1.0.69
17152026-06-05T21:22:53.806Z Compiling icu_collections v2.2.0
17162026-06-05T21:22:53.837Z Compiling icu_locale_core v2.2.0
17172026-06-05T21:22:53.852Z Compiling futures-channel v0.3.32
17182026-06-05T21:22:54.104Z Compiling futures-task v0.3.32
17192026-06-05T21:22:54.410Z Compiling futures-io v0.3.32
17202026-06-05T21:22:54.556Z Compiling futures-util v0.3.32
17212026-06-05T21:22:54.613Z Compiling pest_meta v2.8.6
17222026-06-05T21:22:54.775Z Compiling smallvec v1.15.1
17232026-06-05T21:22:54.794Z Compiling bytes v1.11.1
17242026-06-05T21:22:54.824Z Compiling icu_provider v2.2.0
17252026-06-05T21:22:54.840Z Compiling chrono v0.4.45
17262026-06-05T21:22:55.433Z Compiling icu_normalizer v2.2.0
17272026-06-05T21:22:55.436Z Compiling icu_properties v2.2.0
17282026-06-05T21:22:55.641Z Compiling parking_lot v0.12.5
17292026-06-05T21:22:55.814Z Compiling serde_tokenstream v0.2.3
17302026-06-05T21:22:56.107Z Compiling tokio v1.52.3
17312026-06-05T21:22:56.496Z Compiling idna_adapter v1.2.2
17322026-06-05T21:22:56.655Z Compiling idna v1.1.0
17332026-06-05T21:22:56.739Z Compiling pest_generator v2.8.6
17342026-06-05T21:22:56.998Z Compiling regex-syntax v0.8.10
17352026-06-05T21:22:57.109Z Compiling url v2.5.8
17362026-06-05T21:22:57.202Z Compiling getrandom v0.3.4
17372026-06-05T21:22:57.237Z Compiling strsim v0.11.1
17382026-06-05T21:22:57.402Z Compiling pest_derive v2.8.6
17392026-06-05T21:22:57.531Z Compiling rand_core v0.6.4
17402026-06-05T21:22:57.569Z Compiling aho-corasick v1.1.4
17412026-06-05T21:22:57.976Z Compiling byteorder v1.5.0
17422026-06-05T21:22:58.234Z Compiling hashbrown v0.17.1
17432026-06-05T21:22:58.297Z Compiling tracing-core v0.1.36
17442026-06-05T21:22:58.778Z Compiling ipnetwork v0.21.1
17452026-06-05T21:22:58.917Z Compiling indexmap v2.14.0
17462026-06-05T21:22:58.941Z Compiling regex-automata v0.4.14
17472026-06-05T21:22:59.067Z Compiling tracing-attributes v0.1.31
17482026-06-05T21:22:59.322Z Compiling ident_case v1.0.1
17492026-06-05T21:22:59.457Z Compiling slog v2.8.2
17502026-06-05T21:22:59.724Z Compiling paste v1.0.15
17512026-06-05T21:22:59.899Z Compiling base64 v0.22.1
17522026-06-05T21:23:00.041Z Compiling fnv v1.0.7
17532026-06-05T21:23:00.155Z Compiling anyhow v1.0.102
17542026-06-05T21:23:00.321Z Compiling tracing v0.1.44
17552026-06-05T21:23:00.425Z Compiling erased-serde v0.3.31
17562026-06-05T21:23:00.664Z Compiling regex v1.12.3
17572026-06-05T21:23:00.936Z Compiling omicron-workspace-hack v0.1.0
17582026-06-05T21:23:01.178Z Compiling http v1.4.1
17592026-06-05T21:23:01.635Z Compiling oxnet v0.1.6
17602026-06-05T21:23:01.900Z Compiling rustls-pki-types v1.14.1
17612026-06-05T21:23:02.471Z Compiling scroll_derive v0.13.1
17622026-06-05T21:23:02.758Z Compiling ring v0.17.14
17632026-06-05T21:23:02.965Z Compiling time-core v0.1.8
17642026-06-05T21:23:03.041Z Compiling aws-lc-rs v1.17.0
17652026-06-05T21:23:03.114Z Compiling num-conv v0.2.2
17662026-06-05T21:23:03.273Z Compiling time-macros v0.2.27
17672026-06-05T21:23:03.380Z Compiling tokio-util v0.7.18
17682026-06-05T21:23:03.758Z Compiling ipnet v2.12.0
17692026-06-05T21:23:04.263Z Compiling untrusted v0.7.1
17702026-06-05T21:23:04.266Z Compiling untrusted v0.9.0
17712026-06-05T21:23:04.426Z Compiling ppv-lite86 v0.2.21
17722026-06-05T21:23:04.673Z Compiling daft-derive v0.1.7
17732026-06-05T21:23:04.760Z Compiling async-trait v0.1.89
17742026-06-05T21:23:04.902Z Compiling camino v1.2.2
17752026-06-05T21:23:05.000Z Compiling crc32fast v1.5.0
17762026-06-05T21:23:05.239Z Compiling rustls v0.23.40
17772026-06-05T21:23:05.414Z Compiling http-body v1.0.1
17782026-06-05T21:23:05.516Z Compiling usdt-impl v0.6.0
17792026-06-05T21:23:05.573Z Compiling crossbeam-utils v0.8.21
17802026-06-05T21:23:05.625Z Compiling atomic-waker v1.1.2
17812026-06-05T21:23:05.692Z Compiling pretty-hex v0.4.2
17822026-06-05T21:23:05.831Z Compiling scroll v0.13.0
17832026-06-05T21:23:05.914Z Compiling plain v0.2.3
17842026-06-05T21:23:06.031Z Compiling tower-layer v0.3.3
17852026-06-05T21:23:06.229Z Compiling try-lock v0.2.5
17862026-06-05T21:23:06.257Z Compiling ryu v1.0.23
17872026-06-05T21:23:06.348Z Compiling tower-service v0.3.3
17882026-06-05T21:23:06.403Z Compiling want v0.3.1
17892026-06-05T21:23:06.449Z Compiling goblin v0.10.7
17902026-06-05T21:23:06.581Z Compiling h2 v0.4.14
17912026-06-05T21:23:07.222Z Compiling slog-async v2.8.0
17922026-06-05T21:23:07.671Z Compiling httpdate v1.0.3
17932026-06-05T21:23:07.967Z Compiling dtrace-parser v0.3.0
17942026-06-05T21:23:08.065Z Compiling thread-id v5.1.0
17952026-06-05T21:23:08.152Z Compiling ref-cast v1.0.25
17962026-06-05T21:23:08.944Z Compiling hyper v1.10.1
17972026-06-05T21:23:10.062Z Compiling dof v0.4.0
17982026-06-05T21:23:11.047Z Compiling hyper-util v0.1.20
17992026-06-05T21:23:11.261Z Compiling rand_core v0.9.5
18002026-06-05T21:23:11.526Z Compiling serde_urlencoded v0.7.1
18012026-06-05T21:23:11.812Z Compiling http-body-util v0.1.3
18022026-06-05T21:23:12.144Z Compiling ref-cast-impl v1.0.25
18032026-06-05T21:23:12.388Z Compiling syn v1.0.109
18042026-06-05T21:23:12.861Z Compiling usdt-attr-macro v0.6.0
18052026-06-05T21:23:12.962Z Compiling usdt-macro v0.6.0
18062026-06-05T21:23:13.777Z Compiling structmeta-derive v0.3.0
18072026-06-05T21:23:13.798Z Compiling multer v3.1.0
18082026-06-05T21:23:13.822Z Compiling allocator-api2 v0.2.21
18092026-06-05T21:23:14.109Z Compiling powerfmt v0.2.0
18102026-06-05T21:23:14.203Z Compiling foldhash v0.2.0
18112026-06-05T21:23:14.358Z Compiling deranged v0.5.8
18122026-06-05T21:23:14.379Z Compiling hashbrown v0.16.1
18132026-06-05T21:23:14.523Z Compiling rand_chacha v0.9.0
18142026-06-05T21:23:14.784Z Compiling structmeta v0.3.0
18152026-06-05T21:23:15.079Z Compiling darling_core v0.23.0
18162026-06-05T21:23:15.082Z Compiling newtype-uuid-macros v0.1.0
18172026-06-05T21:23:15.369Z Compiling num_threads v0.1.7
18182026-06-05T21:23:15.644Z Compiling time v0.3.47
18192026-06-05T21:23:15.648Z Compiling rand v0.9.4
18202026-06-05T21:23:15.875Z Compiling newtype-uuid v1.3.2
18212026-06-05T21:23:16.341Z Compiling async-stream-impl v0.3.6
18222026-06-05T21:23:16.668Z Compiling strum_macros v0.26.4
18232026-06-05T21:23:16.814Z Compiling sync_wrapper v1.0.2
18242026-06-05T21:23:16.960Z Compiling dropshot v0.17.1
18252026-06-05T21:23:17.152Z Compiling darling_macro v0.23.0
18262026-06-05T21:23:17.216Z Compiling hex v0.4.3
18272026-06-05T21:23:17.514Z Compiling tower v0.5.3
18282026-06-05T21:23:17.749Z Compiling darling v0.23.0
18292026-06-05T21:23:17.768Z Compiling daft v0.1.7
18302026-06-05T21:23:17.842Z Compiling crossbeam-channel v0.5.15
18312026-06-05T21:23:18.148Z Compiling webpki-roots v1.0.7
18322026-06-05T21:23:18.271Z Compiling openapiv3 v2.2.0
18332026-06-05T21:23:18.473Z Compiling generic-array v0.14.7
18342026-06-05T21:23:18.723Z Compiling fastrand v2.4.1
18352026-06-05T21:23:19.046Z Compiling tower-http v0.6.11
18362026-06-05T21:23:19.127Z Compiling serde_with_macros v3.20.0
18372026-06-05T21:23:19.711Z Compiling futures-executor v0.3.32
18382026-06-05T21:23:19.739Z Compiling dropshot_endpoint v0.17.1
18392026-06-05T21:23:20.183Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18402026-06-05T21:23:20.254Z Compiling thread_local v1.1.9
18412026-06-05T21:23:20.402Z Compiling openssl-probe v0.2.1
18422026-06-05T21:23:20.591Z Compiling cpufeatures v0.3.0
18432026-06-05T21:23:20.670Z Compiling rustls-native-certs v0.8.4
18442026-06-05T21:23:20.686Z Compiling futures v0.3.32
18452026-06-05T21:23:21.339Z Compiling derive-ex v0.1.8
18462026-06-05T21:23:21.477Z Compiling strum_macros v0.27.2
18472026-06-05T21:23:21.513Z Compiling is-terminal v0.4.17
18482026-06-05T21:23:21.624Z Compiling winnow v1.0.3
18492026-06-05T21:23:22.172Z Compiling term v1.2.1
18502026-06-05T21:23:22.920Z Compiling take_mut v0.2.2
18512026-06-05T21:23:23.079Z Compiling test-strategy v0.4.5
18522026-06-05T21:23:23.299Z Compiling slog-term v2.9.2
18532026-06-05T21:23:24.243Z Compiling tempfile v3.27.0
18542026-06-05T21:23:24.620Z Compiling macaddr v1.0.1
18552026-06-05T21:23:24.802Z Compiling hybrid-array v0.4.12
18562026-06-05T21:23:24.989Z Compiling adler2 v2.0.1
18572026-06-05T21:23:25.063Z Compiling simd-adler32 v0.3.9
18582026-06-05T21:23:25.278Z Compiling match_cfg v0.1.0
18592026-06-05T21:23:25.317Z Compiling miniz_oxide v0.8.9
18602026-06-05T21:23:25.358Z Compiling hostname v0.3.1
18612026-06-05T21:23:26.021Z Compiling slog-json v2.6.1
18622026-06-05T21:23:26.308Z Compiling memmap2 v0.9.10
18632026-06-05T21:23:26.752Z Compiling usdt v0.6.0
18642026-06-05T21:23:26.874Z Compiling slog-bunyan v2.5.0
18652026-06-05T21:23:26.920Z Compiling flate2 v1.1.9
18662026-06-05T21:23:27.099Z Compiling block-buffer v0.12.0
18672026-06-05T21:23:27.289Z Compiling crypto-common v0.2.2
18682026-06-05T21:23:27.425Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18692026-06-05T21:23:27.495Z Compiling compression-core v0.4.32
18702026-06-05T21:23:27.676Z Compiling either v1.16.0
18712026-06-05T21:23:27.680Z Compiling const-oid v0.10.2
18722026-06-05T21:23:27.911Z Compiling debug-ignore v1.0.5
18732026-06-05T21:23:28.032Z Compiling digest v0.11.3
18742026-06-05T21:23:28.109Z Compiling compression-codecs v0.4.38
18752026-06-05T21:23:28.322Z Compiling toml_parser v1.1.2+spec-1.1.0
18762026-06-05T21:23:28.464Z Compiling crypto-common v0.1.7
18772026-06-05T21:23:28.482Z Compiling parse-display-derive v0.10.0
18782026-06-05T21:23:28.614Z Compiling rand_chacha v0.3.1
18792026-06-05T21:23:28.766Z Compiling serde_spanned v1.1.1
18802026-06-05T21:23:28.823Z Compiling toml_datetime v1.1.1+spec-1.1.0
18812026-06-05T21:23:28.922Z Compiling encoding_rs v0.8.35
18822026-06-05T21:23:29.120Z Compiling mime v0.3.17
18832026-06-05T21:23:29.244Z Compiling toml_writer v1.1.1+spec-1.1.0
18842026-06-05T21:23:29.244Z Compiling spin v0.9.8
18852026-06-05T21:23:29.526Z Compiling toml v1.1.2+spec-1.1.0
18862026-06-05T21:23:29.596Z Compiling rand v0.8.6
18872026-06-05T21:23:29.659Z Compiling async-compression v0.4.42
18882026-06-05T21:23:29.959Z Compiling sha1 v0.11.0
18892026-06-05T21:23:30.113Z Compiling strum v0.26.3
18902026-06-05T21:23:30.314Z Compiling async-stream v0.3.6
18912026-06-05T21:23:30.373Z Compiling waitgroup v0.1.2
18922026-06-05T21:23:30.504Z Compiling rustls-pemfile v2.2.0
18932026-06-05T21:23:30.531Z Compiling serde_path_to_error v0.1.20
18942026-06-05T21:23:30.604Z Compiling wait-timeout v0.2.1
18952026-06-05T21:23:30.793Z Compiling hostname v0.4.2
18962026-06-05T21:23:31.072Z Compiling quick-error v1.2.3
18972026-06-05T21:23:31.191Z Compiling bit-vec v0.8.0
18982026-06-05T21:23:31.345Z Compiling rusty-fork v0.3.1
18992026-06-05T21:23:31.380Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19002026-06-05T21:23:31.488Z Compiling bit-set v0.8.0
19012026-06-05T21:23:31.679Z Compiling serde_with v3.20.0
19022026-06-05T21:23:31.909Z Compiling rand_xorshift v0.4.0
19032026-06-05T21:23:31.933Z Compiling unarray v0.1.4
19042026-06-05T21:23:32.082Z Compiling proptest v1.11.0
19052026-06-05T21:23:32.233Z Compiling strum v0.27.2
19062026-06-05T21:23:32.379Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19072026-06-05T21:23:32.539Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19082026-06-05T21:23:32.693Z Compiling instant v0.1.13
19092026-06-05T21:23:32.952Z Compiling itertools v0.14.0
19102026-06-05T21:23:33.046Z Compiling iddqd v0.4.2
19112026-06-05T21:23:33.407Z Compiling unicode-width v0.2.2
19122026-06-05T21:23:34.111Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19132026-06-05T21:23:34.145Z Compiling block-buffer v0.10.4
19142026-06-05T21:23:34.316Z Compiling backon v1.6.0
19152026-06-05T21:23:34.414Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19162026-06-05T21:23:34.432Z Compiling regress v0.10.5
19172026-06-05T21:23:36.095Z Compiling digest v0.10.7
19182026-06-05T21:23:36.192Z Compiling backoff v0.4.0
19192026-06-05T21:23:36.407Z Compiling parse-display v0.10.0
19202026-06-05T21:23:36.788Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19212026-06-05T21:23:37.264Z Compiling humantime v2.3.0
19222026-06-05T21:23:39.303Z Compiling regress v0.11.1
19232026-06-05T21:23:40.461Z Compiling zerocopy-derive v0.7.35
19242026-06-05T21:23:40.788Z Compiling typify-impl v0.6.2
19252026-06-05T21:23:41.365Z Compiling darling_core v0.21.3
19262026-06-05T21:23:41.420Z Compiling clap_derive v4.6.1
19272026-06-05T21:23:42.196Z Compiling utf8parse v0.2.2
19282026-06-05T21:23:42.314Z Compiling cpufeatures v0.2.17
19292026-06-05T21:23:42.401Z Compiling convert_case v0.4.0
19302026-06-05T21:23:42.693Z Compiling derive_more v0.99.20
19312026-06-05T21:23:43.073Z Compiling anstyle-parse v1.0.0
19322026-06-05T21:23:43.409Z Compiling darling_macro v0.21.3
19332026-06-05T21:23:43.962Z Compiling terminal_size v0.4.4
19342026-06-05T21:23:43.986Z Compiling toml_datetime v0.6.11
19352026-06-05T21:23:44.058Z Compiling typify-macro v0.6.2
19362026-06-05T21:23:44.111Z Compiling is_terminal_polyfill v1.70.2
19372026-06-05T21:23:44.161Z Compiling anstyle-query v1.1.5
19382026-06-05T21:23:44.225Z Compiling colorchoice v1.0.5
19392026-06-05T21:23:44.341Z Compiling anstyle v1.0.14
19402026-06-05T21:23:44.453Z Compiling darling v0.21.3
19412026-06-05T21:23:44.539Z Compiling anstream v1.0.0
19422026-06-05T21:23:45.082Z Compiling secrecy v0.10.3
19432026-06-05T21:23:45.241Z Compiling heapless v0.8.0
19442026-06-05T21:23:45.309Z Compiling crucible-workspace-hack v0.1.0
19452026-06-05T21:23:45.526Z Compiling clap_lex v1.1.0
19462026-06-05T21:23:45.558Z Compiling tinyvec_macros v0.1.1
19472026-06-05T21:23:45.663Z Compiling tinyvec v1.11.0
19482026-06-05T21:23:45.862Z Compiling clap_builder v4.6.0
19492026-06-05T21:23:45.900Z Compiling typify v0.6.2
19502026-06-05T21:23:46.137Z Compiling ingot-macros v0.1.1
19512026-06-05T21:23:46.245Z Compiling zerocopy v0.7.35
19522026-06-05T21:23:46.723Z Compiling hash32 v0.3.1
19532026-06-05T21:23:46.772Z Compiling scroll_derive v0.12.1
19542026-06-05T21:23:46.851Z Compiling rustc_version v0.4.1
19552026-06-05T21:23:47.081Z Compiling num-integer v0.1.46
19562026-06-05T21:23:47.149Z Compiling usdt-impl v0.5.0
19572026-06-05T21:23:47.428Z Compiling smoltcp v0.11.0
19582026-06-05T21:23:47.514Z Compiling scroll v0.12.0
19592026-06-05T21:23:47.682Z Compiling curve25519-dalek v4.1.3
19602026-06-05T21:23:47.810Z Compiling clap v4.6.1
19612026-06-05T21:23:48.041Z Compiling dof v0.3.0
19622026-06-05T21:23:48.785Z Compiling ingot-types v0.1.2
19632026-06-05T21:23:49.550Z Compiling hmac v0.12.1
19642026-06-05T21:23:49.578Z Compiling dtrace-parser v0.2.0
19652026-06-05T21:23:49.629Z Compiling inout v0.1.4
19662026-06-05T21:23:49.759Z Compiling ff v0.13.1
19672026-06-05T21:23:49.790Z Compiling cobs v0.3.0
19682026-06-05T21:23:50.141Z Compiling thread-id v4.2.2
19692026-06-05T21:23:50.307Z Compiling unsafe-libyaml v0.2.11
19702026-06-05T21:23:50.472Z Compiling bitflags v1.3.2
19712026-06-05T21:23:50.554Z Compiling managed v0.8.0
19722026-06-05T21:23:50.808Z Compiling serde_yaml v0.9.34+deprecated
19732026-06-05T21:23:51.476Z Compiling postcard v1.1.3
19742026-06-05T21:23:51.836Z Compiling group v0.13.0
19752026-06-05T21:23:51.986Z Compiling cipher v0.4.4
19762026-06-05T21:23:52.052Z Compiling hkdf v0.12.4
19772026-06-05T21:23:52.241Z Compiling ingot v0.1.1
19782026-06-05T21:23:52.813Z Compiling goblin v0.8.2
19792026-06-05T21:23:53.149Z Compiling num-iter v0.1.45
19802026-06-05T21:23:53.283Z Compiling num-rational v0.4.2
19812026-06-05T21:23:54.390Z Compiling tabwriter v1.4.1
19822026-06-05T21:23:54.601Z Compiling universal-hash v0.5.1
19832026-06-05T21:23:54.745Z Compiling crypto-bigint v0.5.5
19842026-06-05T21:23:54.745Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19852026-06-05T21:23:54.836Z Compiling thiserror-impl-no-std v2.0.2
19862026-06-05T21:23:55.665Z Compiling hubpack_derive v0.1.1
19872026-06-05T21:23:55.892Z Compiling crossbeam-epoch v0.9.18
19882026-06-05T21:23:56.190Z Compiling half v2.7.1
19892026-06-05T21:23:56.207Z Compiling curve25519-dalek-derive v0.1.1
19902026-06-05T21:23:56.547Z Compiling num-complex v0.4.6
19912026-06-05T21:23:57.057Z Compiling memoffset v0.9.1
19922026-06-05T21:23:57.088Z Compiling cfg_aliases v0.2.1
19932026-06-05T21:23:57.109Z Compiling prettyplease v0.2.37
19942026-06-05T21:23:57.381Z Compiling ciborium-io v0.2.2
19952026-06-05T21:23:57.489Z Compiling opaque-debug v0.3.1
19962026-06-05T21:23:57.525Z Compiling base64ct v1.8.3
19972026-06-05T21:23:57.711Z Compiling base16ct v0.2.0
19982026-06-05T21:23:57.864Z Compiling elliptic-curve v0.13.8
19992026-06-05T21:23:58.037Z Compiling password-hash v0.5.0
20002026-06-05T21:23:58.414Z Compiling poly1305 v0.8.0
20012026-06-05T21:23:58.588Z Compiling ciborium-ll v0.2.2
20022026-06-05T21:23:59.108Z Compiling nix v0.31.3
20032026-06-05T21:23:59.475Z Compiling num v0.4.3
20042026-06-05T21:23:59.556Z Compiling hubpack v0.1.2
20052026-06-05T21:23:59.611Z Compiling thiserror-no-std v2.0.2
20062026-06-05T21:24:00.639Z Compiling chacha20 v0.9.1
20072026-06-05T21:24:01.186Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20082026-06-05T21:24:01.658Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20092026-06-05T21:24:01.745Z Compiling reqwest v0.12.28
20102026-06-05T21:24:02.306Z Compiling toml_edit v0.25.12+spec-1.1.0
20112026-06-05T21:24:02.606Z Compiling blake2 v0.10.6
20122026-06-05T21:24:02.938Z Compiling aead v0.5.2
20132026-06-05T21:24:03.177Z Compiling byte-wrapper v0.1.0
20142026-06-05T21:24:03.253Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20152026-06-05T21:24:03.287Z Compiling serde_repr v0.1.20
20162026-06-05T21:24:03.977Z Compiling proc-macro-error-attr v1.0.4
20172026-06-05T21:24:04.096Z Compiling bstr v1.12.1
20182026-06-05T21:24:04.209Z Compiling rustix v0.38.44
20192026-06-05T21:24:04.227Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20202026-06-05T21:24:04.304Z Compiling static_assertions v1.1.0
20212026-06-05T21:24:04.387Z Compiling float-ord v0.3.2
20222026-06-05T21:24:04.575Z Compiling keccak v0.1.6
20232026-06-05T21:24:04.730Z Compiling sha3 v0.10.9
20242026-06-05T21:24:04.999Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20252026-06-05T21:24:05.107Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20262026-06-05T21:24:05.694Z Compiling chacha20poly1305 v0.10.1
20272026-06-05T21:24:05.747Z Compiling argon2 v0.5.3
20282026-06-05T21:24:05.839Z Compiling proc-macro-crate v3.5.0
20292026-06-05T21:24:06.255Z Compiling progenitor-client v0.10.0
20302026-06-05T21:24:06.747Z Compiling vsss-rs v3.3.4
20312026-06-05T21:24:08.010Z Compiling rustls-webpki v0.103.13
20322026-06-05T21:24:08.095Z Compiling ciborium v0.2.2
20332026-06-05T21:24:08.899Z Compiling usdt-attr-macro v0.5.0
20342026-06-05T21:24:08.954Z Compiling usdt-macro v0.5.0
20352026-06-05T21:24:10.666Z Compiling num-derive v0.4.2
20362026-06-05T21:24:10.761Z Compiling enum-as-inner v0.6.1
20372026-06-05T21:24:11.346Z Compiling proc-macro-error v1.0.4
20382026-06-05T21:24:11.444Z Compiling memmap v0.7.0
20392026-06-05T21:24:11.605Z Compiling winnow v0.5.40
20402026-06-05T21:24:11.823Z Compiling data-encoding v2.11.0
20412026-06-05T21:24:11.889Z Compiling indent_write v2.2.0
20422026-06-05T21:24:12.001Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20432026-06-05T21:24:12.399Z Compiling tokio-rustls v0.26.4
20442026-06-05T21:24:12.558Z Compiling rustls-platform-verifier v0.7.0
20452026-06-05T21:24:12.615Z Compiling usdt v0.5.0
20462026-06-05T21:24:12.699Z Compiling hyper-rustls v0.27.9
20472026-06-05T21:24:12.997Z Compiling reqwest v0.13.4
20482026-06-05T21:24:13.255Z Compiling toml_edit v0.19.15
20492026-06-05T21:24:13.512Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-05T21:24:14.479Z Compiling progenitor-client v0.14.0
20512026-06-05T21:24:14.952Z Compiling progenitor-extras v0.2.0
20522026-06-05T21:24:15.652Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20532026-06-05T21:24:15.762Z Compiling num_enum_derive v0.7.6
20542026-06-05T21:24:16.474Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-05T21:24:18.066Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-05T21:24:20.490Z Compiling serde_spanned v0.6.9
20572026-06-05T21:24:20.646Z Compiling foreign-types-macros v0.2.3
20582026-06-05T21:24:22.810Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-06-05T21:24:25.086Z Compiling colored v3.1.1
20602026-06-05T21:24:27.217Z Compiling pkg-config v0.3.33
20612026-06-05T21:24:27.296Z Compiling foreign-types-shared v0.3.1
20622026-06-05T21:24:27.339Z Compiling vcpkg v0.2.15
20632026-06-05T21:24:27.530Z Compiling bytecount v0.6.9
20642026-06-05T21:24:27.730Z Compiling toml_write v0.1.2
20652026-06-05T21:24:27.893Z Compiling winnow v0.7.15
20662026-06-05T21:24:27.911Z Compiling openssl-sys v0.9.116
20672026-06-05T21:24:28.088Z Compiling foreign-types v0.5.0
20682026-06-05T21:24:28.183Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20692026-06-05T21:24:28.458Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20702026-06-05T21:24:28.764Z Compiling num_enum v0.7.6
20712026-06-05T21:24:28.902Z Compiling proc-macro-crate v1.3.1
20722026-06-05T21:24:29.244Z Compiling toml_edit v0.22.27
20732026-06-05T21:24:29.591Z Compiling progenitor-impl v0.13.0
20742026-06-05T21:24:30.258Z Compiling chacha20 v0.10.0
20752026-06-05T21:24:30.567Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20762026-06-05T21:24:31.144Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20772026-06-05T21:24:31.485Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20782026-06-05T21:24:31.543Z Compiling cstr-argument v0.1.2
20792026-06-05T21:24:31.588Z Compiling semver v0.1.20
20802026-06-05T21:24:31.642Z Compiling resolv-conf v0.7.6
20812026-06-05T21:24:31.694Z Compiling swrite v0.1.0
20822026-06-05T21:24:31.716Z Compiling heck v0.4.1
20832026-06-05T21:24:31.747Z Compiling unicode-segmentation v1.13.3
20842026-06-05T21:24:31.851Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20852026-06-05T21:24:32.121Z Compiling linked-hash-map v0.5.6
20862026-06-05T21:24:32.207Z Compiling rayon-core v1.13.0
20872026-06-05T21:24:32.270Z Compiling newline-converter v0.3.0
20882026-06-05T21:24:32.342Z Compiling lru-cache v0.1.2
20892026-06-05T21:24:32.456Z Compiling rustc_version v0.1.7
20902026-06-05T21:24:32.512Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20912026-06-05T21:24:32.543Z Compiling progenitor-macro v0.13.0
20922026-06-05T21:24:32.664Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20932026-06-05T21:24:32.691Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20942026-06-05T21:24:32.741Z Compiling toml v0.8.23
20952026-06-05T21:24:32.826Z Compiling rand v0.10.1
20962026-06-05T21:24:33.604Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20972026-06-05T21:24:33.692Z Compiling num_enum_derive v0.5.11
20982026-06-05T21:24:33.785Z Compiling atomicwrites v0.4.4
20992026-06-05T21:24:33.843Z Compiling progenitor-client v0.13.0
21002026-06-05T21:24:33.920Z Compiling hickory-proto v0.24.4
21012026-06-05T21:24:34.064Z Compiling similar v2.7.0
21022026-06-05T21:24:34.336Z Compiling crossbeam-deque v0.8.6
21032026-06-05T21:24:34.557Z Compiling progenitor-impl v0.14.0
21042026-06-05T21:24:34.727Z Compiling console v0.15.11
21052026-06-05T21:24:35.981Z Compiling camino-tempfile v1.4.1
21062026-06-05T21:24:36.406Z Compiling serde-big-array v0.5.1
21072026-06-05T21:24:36.572Z Compiling derive-where v1.6.1
21082026-06-05T21:24:36.594Z Compiling pin-project-internal v1.1.13
21092026-06-05T21:24:36.692Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21102026-06-05T21:24:36.847Z Compiling siphasher v1.0.3
21112026-06-05T21:24:37.095Z Compiling minimal-lexical v0.2.1
21122026-06-05T21:24:37.268Z Compiling lazy_static v1.5.0
21132026-06-05T21:24:37.350Z Compiling nom v7.1.3
21142026-06-05T21:24:37.721Z Compiling pin-project v1.1.13
21152026-06-05T21:24:37.837Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21162026-06-05T21:24:37.854Z Compiling phf_shared v0.12.1
21172026-06-05T21:24:38.099Z Compiling progenitor v0.13.0
21182026-06-05T21:24:38.205Z Compiling progenitor-macro v0.14.0
21192026-06-05T21:24:38.249Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21202026-06-05T21:24:38.666Z Compiling hickory-resolver v0.24.4
21212026-06-05T21:24:41.410Z Compiling expectorate v1.2.0
21222026-06-05T21:24:41.717Z Compiling num_enum v0.5.11
21232026-06-05T21:24:43.381Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-05T21:24:44.060Z Compiling newtype_derive v0.1.6
21252026-06-05T21:24:44.541Z Compiling unicode-normalization v0.1.25
21262026-06-05T21:24:45.135Z Compiling tokio-stream v0.1.18
21272026-06-05T21:24:45.714Z Compiling snafu-derive v0.8.9
21282026-06-05T21:24:45.857Z Compiling async-recursion v1.1.1
21292026-06-05T21:24:46.179Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21302026-06-05T21:24:46.526Z Compiling slog-dtrace v0.3.0
21312026-06-05T21:24:46.578Z Compiling csv-core v0.1.13
21322026-06-05T21:24:46.793Z Compiling openssl v0.10.80
21332026-06-05T21:24:47.013Z Compiling konst_macro_rules v0.2.19
21342026-06-05T21:24:47.100Z Compiling chrono-tz v0.10.4
21352026-06-05T21:24:47.213Z Compiling highway v1.3.0
21362026-06-05T21:24:47.356Z Compiling same-file v1.0.6
21372026-06-05T21:24:47.511Z Compiling unicode-xid v0.2.6
21382026-06-05T21:24:47.547Z Compiling cancel-safe-futures v0.1.5
21392026-06-05T21:24:47.566Z Compiling foldhash v0.1.5
21402026-06-05T21:24:47.641Z Compiling foreign-types-shared v0.1.1
21412026-06-05T21:24:47.743Z Compiling owo-colors v4.3.0
21422026-06-05T21:24:47.790Z Compiling unicode-width v0.1.14
21432026-06-05T21:24:47.844Z Compiling foreign-types v0.3.2
21442026-06-05T21:24:47.919Z Compiling hashbrown v0.15.5
21452026-06-05T21:24:47.935Z Compiling const_format_proc_macros v0.2.34
21462026-06-05T21:24:48.103Z Compiling snafu v0.8.9
21472026-06-05T21:24:48.160Z Compiling walkdir v2.5.0
21482026-06-05T21:24:48.569Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-05T21:24:48.694Z Compiling konst v0.2.20
21502026-06-05T21:24:48.812Z Compiling csv v1.4.0
21512026-06-05T21:24:48.935Z Compiling progenitor v0.14.0
21522026-06-05T21:24:49.081Z Compiling qorb v0.4.1
21532026-06-05T21:24:49.099Z Compiling olpc-cjson v0.1.4
21542026-06-05T21:24:49.313Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-06-05T21:24:49.740Z Compiling rayon v1.12.0
21562026-06-05T21:24:50.789Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21572026-06-05T21:24:51.323Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-05T21:24:51.900Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21592026-06-05T21:24:52.760Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21602026-06-05T21:24:53.288Z Compiling phf v0.12.1
21612026-06-05T21:24:53.472Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21622026-06-05T21:24:54.907Z Compiling zone_cfg_derive v0.3.1
21632026-06-05T21:24:54.926Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-06-05T21:24:55.637Z Compiling tokio-dtrace v0.1.1
21652026-06-05T21:24:55.675Z Compiling globset v0.4.18
21662026-06-05T21:24:55.970Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21672026-06-05T21:24:56.195Z Compiling itertools v0.12.1
21682026-06-05T21:24:57.217Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-06-05T21:24:57.495Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21702026-06-05T21:24:57.571Z Compiling libsw-core v0.3.2
21712026-06-05T21:24:57.701Z Compiling pem v3.0.6
21722026-06-05T21:24:57.761Z Compiling serde_plain v1.0.2
21732026-06-05T21:24:57.831Z Compiling openssl-macros v0.1.1
21742026-06-05T21:24:58.051Z Compiling cookie v0.18.1
21752026-06-05T21:24:58.316Z Compiling sigpipe v0.1.3
21762026-06-05T21:24:58.319Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21772026-06-05T21:24:58.351Z Compiling glob v0.3.3
21782026-06-05T21:24:58.380Z Compiling jiff v0.2.28
21792026-06-05T21:24:58.419Z Compiling typed-path v0.9.3
21802026-06-05T21:24:58.586Z Compiling fixedbitset v0.4.2
21812026-06-05T21:24:58.739Z Compiling fixedbitset v0.5.7
21822026-06-05T21:24:59.139Z Compiling petgraph v0.8.3
21832026-06-05T21:24:59.272Z Compiling petgraph v0.6.5
21842026-06-05T21:24:59.385Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-05T21:24:59.657Z Compiling tough v0.22.0
21862026-06-05T21:25:00.886Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21872026-06-05T21:25:01.055Z Compiling libsw v3.5.0
21882026-06-05T21:25:01.261Z Compiling zone v0.3.1
21892026-06-05T21:25:01.350Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21902026-06-05T21:25:01.526Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-06-05T21:25:01.647Z Compiling oxide-tokio-rt v0.1.6
21922026-06-05T21:25:02.247Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-06-05T21:25:02.960Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21942026-06-05T21:25:03.566Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-06-05T21:25:05.130Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-06-05T21:25:05.430Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-06-05T21:25:05.583Z Compiling const_format v0.2.36
21982026-06-05T21:25:06.628Z Compiling papergrid v0.11.0
21992026-06-05T21:25:07.013Z Compiling tabled_derive v0.7.0
22002026-06-05T21:25:07.276Z Compiling gethostname v0.5.0
22012026-06-05T21:25:07.421Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-06-05T21:25:08.015Z Compiling libscf-sys v1.2.0
22032026-06-05T21:25:08.169Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22042026-06-05T21:25:08.567Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-06-05T21:25:08.611Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22062026-06-05T21:25:08.696Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-06-05T21:25:08.702Z Compiling bcs v0.1.6
22082026-06-05T21:25:08.839Z Compiling smf v0.2.3
22092026-06-05T21:25:08.856Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22102026-06-05T21:25:09.091Z Compiling unicode-linebreak v0.1.5
22112026-06-05T21:25:09.374Z Compiling termtree v0.5.1
22122026-06-05T21:25:09.556Z Compiling whoami v1.6.1
22132026-06-05T21:25:09.732Z Compiling linear-map v1.2.0
22142026-06-05T21:25:09.961Z Compiling tagptr v0.2.0
22152026-06-05T21:25:09.961Z Compiling smawk v0.3.2
22162026-06-05T21:25:10.005Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-06-05T21:25:10.131Z Compiling textwrap v0.16.2
22182026-06-05T21:25:10.158Z Compiling moka v0.12.15
22192026-06-05T21:25:11.685Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22202026-06-05T21:25:11.730Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-05T21:25:11.815Z Compiling tabled v0.15.0
22222026-06-05T21:25:12.004Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-06-05T21:25:12.857Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-06-05T21:25:13.074Z Compiling steno v0.4.1
22252026-06-05T21:25:13.092Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-06-05T21:25:14.484Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-06-05T21:25:18.116Z Compiling hickory-proto v0.25.2
22282026-06-05T21:25:18.141Z Compiling proc-macro-error-attr2 v2.0.0
22292026-06-05T21:25:18.597Z Compiling proc-macro-error2 v2.0.1
22302026-06-05T21:25:18.887Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22312026-06-05T21:25:19.350Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22322026-06-05T21:25:19.586Z Compiling parking_lot_core v0.8.6
22332026-06-05T21:25:19.679Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22342026-06-05T21:25:19.918Z Compiling tabled_derive v0.11.0
22352026-06-05T21:25:19.936Z Compiling papergrid v0.18.0
22362026-06-05T21:25:21.039Z Compiling hickory-resolver v0.25.2
22372026-06-05T21:25:21.338Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22382026-06-05T21:25:21.359Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22392026-06-05T21:25:22.796Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22402026-06-05T21:25:23.367Z Compiling testing_table v0.3.0
22412026-06-05T21:25:23.791Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22422026-06-05T21:25:24.357Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22432026-06-05T21:25:24.631Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-06-05T21:25:25.271Z Compiling tabled v0.21.0
22452026-06-05T21:25:25.418Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22462026-06-05T21:25:26.499Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22472026-06-05T21:25:26.616Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22482026-06-05T21:25:27.263Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22492026-06-05T21:25:27.331Z Compiling arc-swap v1.9.1
22502026-06-05T21:25:27.681Z Compiling slog-scope v4.4.1
22512026-06-05T21:25:27.956Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22522026-06-05T21:25:29.574Z Compiling parking_lot v0.11.2
22532026-06-05T21:25:30.077Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22542026-06-05T21:25:30.493Z Compiling dropshot-api-manager-types v0.7.2
22552026-06-05T21:25:30.578Z Compiling fxhash v0.2.1
22562026-06-05T21:25:30.661Z Compiling crc8 v0.1.1
22572026-06-05T21:25:30.725Z Compiling sled v0.34.7
22582026-06-05T21:25:30.780Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22592026-06-05T21:25:31.059Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22602026-06-05T21:25:32.327Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22612026-06-05T21:25:33.086Z Compiling slog-stdlog v4.1.1
22622026-06-05T21:25:33.528Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22632026-06-05T21:25:33.819Z Compiling slog-envlogger v2.2.0
22642026-06-05T21:25:33.863Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22652026-06-05T21:25:36.234Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-06-05T21:25:39.132Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22672026-06-05T21:25:41.238Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22682026-06-05T21:25:42.147Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22692026-06-05T21:25:51.139Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22702026-06-05T21:25:55.782Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22712026-06-05T21:25:58.999Z Finished `release` profile [optimized] target(s) in 3m 39s
22722026-06-05T21:25:59.324Z+ banner quartet
22732026-06-05T21:25:59.328Z
22742026-06-05T21:25:59.328Z #### # # ## ##### ##### ###### #####
22752026-06-05T21:25:59.328Z # # # # # # # # # # #
22762026-06-05T21:25:59.328Z # # # # # # # # # ##### #
22772026-06-05T21:25:59.328Z # # # # # ###### ##### # # #
22782026-06-05T21:25:59.328Z # # # # # # # # # # #
22792026-06-05T21:25:59.328Z ### # #### # # # # # ###### #
22802026-06-05T21:25:59.328Z
22812026-06-05T21:25:59.328Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22822026-06-05T21:25:59.876Z Compiling cfg-if v1.0.4
22832026-06-05T21:25:59.974Z Compiling libc v0.2.186
22842026-06-05T21:25:59.977Z Compiling serde_core v1.0.228
22852026-06-05T21:25:59.985Z Compiling memchr v2.8.1
22862026-06-05T21:25:59.992Z Compiling itoa v1.0.18
22872026-06-05T21:25:59.995Z Compiling smallvec v1.15.1
22882026-06-05T21:26:00.008Z Compiling stable_deref_trait v1.2.1
22892026-06-05T21:26:00.011Z Compiling zerofrom v0.1.8
22902026-06-05T21:26:00.028Z Compiling zmij v1.0.21
22912026-06-05T21:26:00.078Z Compiling writeable v0.6.3
22922026-06-05T21:26:00.135Z Compiling yoke v0.8.3
22932026-06-05T21:26:00.223Z Compiling litemap v0.8.2
22942026-06-05T21:26:00.238Z Compiling utf8_iter v1.0.4
22952026-06-05T21:26:00.313Z Compiling zerovec v0.11.6
22962026-06-05T21:26:00.326Z Compiling zerotrie v0.2.4
22972026-06-05T21:26:00.347Z Compiling percent-encoding v2.3.2
22982026-06-05T21:26:00.392Z Compiling libm v0.2.16
22992026-06-05T21:26:00.417Z Compiling icu_normalizer_data v2.2.0
23002026-06-05T21:26:00.482Z Compiling icu_properties_data v2.2.0
23012026-06-05T21:26:00.494Z Compiling form_urlencoded v1.2.2
23022026-06-05T21:26:00.611Z Compiling rand_core v0.10.1
23032026-06-05T21:26:00.625Z Compiling errno v0.3.14
23042026-06-05T21:26:00.754Z Compiling getrandom v0.4.2
23052026-06-05T21:26:00.769Z Compiling iana-time-zone v0.1.65
23062026-06-05T21:26:00.780Z Compiling pin-project-lite v0.2.17
23072026-06-05T21:26:00.814Z Compiling zeroize v1.8.2
23082026-06-05T21:26:00.876Z Compiling tinystr v0.8.3
23092026-06-05T21:26:00.906Z Compiling potential_utf v0.1.5
23102026-06-05T21:26:00.958Z Compiling dyn-clone v1.0.20
23112026-06-05T21:26:01.053Z Compiling icu_locale_core v2.2.0
23122026-06-05T21:26:01.083Z Compiling icu_collections v2.2.0
23132026-06-05T21:26:01.087Z Compiling socket2 v0.6.4
23142026-06-05T21:26:01.138Z Compiling scopeguard v1.2.0
23152026-06-05T21:26:01.172Z Compiling parking_lot_core v0.9.12
23162026-06-05T21:26:01.172Z Compiling signal-hook-registry v1.4.8
23172026-06-05T21:26:01.212Z Compiling num-traits v0.2.19
23182026-06-05T21:26:01.530Z Compiling lock_api v0.4.14
23192026-06-05T21:26:01.657Z Compiling mio v1.2.1
23202026-06-05T21:26:01.781Z Compiling serde v1.0.228
23212026-06-05T21:26:01.819Z Compiling serde_json v1.0.150
23222026-06-05T21:26:01.861Z Compiling icu_provider v2.2.0
23232026-06-05T21:26:02.009Z Compiling uuid v1.23.2
23242026-06-05T21:26:02.018Z Compiling semver v1.0.28
23252026-06-05T21:26:02.096Z Compiling parking_lot v0.12.5
23262026-06-05T21:26:02.406Z Compiling bytes v1.11.1
23272026-06-05T21:26:02.438Z Compiling icu_properties v2.2.0
23282026-06-05T21:26:02.511Z Compiling icu_normalizer v2.2.0
23292026-06-05T21:26:02.605Z Compiling chrono v0.4.45
23302026-06-05T21:26:02.674Z Compiling portable-atomic v1.13.1
23312026-06-05T21:26:03.019Z Compiling tokio v1.52.3
23322026-06-05T21:26:03.340Z Compiling thiserror v2.0.18
23332026-06-05T21:26:03.383Z Compiling idna_adapter v1.2.2
23342026-06-05T21:26:03.453Z Compiling bitflags v2.12.1
23352026-06-05T21:26:03.519Z Compiling idna v1.1.0
23362026-06-05T21:26:03.720Z Compiling critical-section v1.2.0
23372026-06-05T21:26:03.837Z Compiling futures-core v0.3.32
23382026-06-05T21:26:03.887Z Compiling url v2.5.8
23392026-06-05T21:26:03.985Z Compiling once_cell v1.21.4
23402026-06-05T21:26:04.003Z Compiling subtle v2.6.1
23412026-06-05T21:26:04.031Z Compiling log v0.4.32
23422026-06-05T21:26:04.173Z Compiling equivalent v1.0.2
23432026-06-05T21:26:04.228Z Compiling zerocopy v0.8.50
23442026-06-05T21:26:04.265Z Compiling futures-sink v0.3.32
23452026-06-05T21:26:04.280Z Compiling slab v0.4.12
23462026-06-05T21:26:04.377Z Compiling typenum v1.20.1
23472026-06-05T21:26:04.482Z Compiling schemars v0.8.22
23482026-06-05T21:26:04.537Z Compiling futures-channel v0.3.32
23492026-06-05T21:26:04.803Z Compiling getrandom v0.2.17
23502026-06-05T21:26:05.018Z Compiling futures-task v0.3.32
23512026-06-05T21:26:05.183Z Compiling futures-io v0.3.32
23522026-06-05T21:26:05.197Z Compiling rand_core v0.6.4
23532026-06-05T21:26:05.382Z Compiling futures-util v0.3.32
23542026-06-05T21:26:05.458Z Compiling hashbrown v0.17.1
23552026-06-05T21:26:05.636Z Compiling tracing-core v0.1.36
23562026-06-05T21:26:06.128Z Compiling indexmap v2.14.0
23572026-06-05T21:26:06.141Z Compiling tracing v0.1.44
23582026-06-05T21:26:06.421Z Compiling ipnetwork v0.21.1
23592026-06-05T21:26:06.492Z Compiling base64 v0.22.1
23602026-06-05T21:26:06.725Z Compiling http v1.4.1
23612026-06-05T21:26:06.966Z Compiling unicode-ident v1.0.24
23622026-06-05T21:26:06.993Z Compiling slog v2.8.2
23632026-06-05T21:26:07.011Z Compiling erased-serde v0.3.31
23642026-06-05T21:26:07.089Z Compiling proc-macro2 v1.0.106
23652026-06-05T21:26:07.425Z Compiling fnv v1.0.7
23662026-06-05T21:26:07.536Z Compiling quote v1.0.45
23672026-06-05T21:26:08.064Z Compiling oxnet v0.1.6
23682026-06-05T21:26:08.184Z Compiling syn v2.0.117
23692026-06-05T21:26:08.275Z Compiling tokio-util v0.7.18
23702026-06-05T21:26:08.455Z Compiling byteorder v1.5.0
23712026-06-05T21:26:08.639Z Compiling ipnet v2.12.0
23722026-06-05T21:26:08.712Z Compiling thiserror v1.0.69
23732026-06-05T21:26:08.824Z Compiling ppv-lite86 v0.2.21
23742026-06-05T21:26:09.166Z Compiling rustls-pki-types v1.14.1
23752026-06-05T21:26:09.260Z Compiling aws-lc-sys v0.41.0
23762026-06-05T21:26:09.498Z Compiling http-body v1.0.1
23772026-06-05T21:26:09.511Z Compiling atomic-waker v1.1.2
23782026-06-05T21:26:09.643Z Compiling untrusted v0.7.1
23792026-06-05T21:26:09.667Z Compiling httparse v1.10.1
23802026-06-05T21:26:09.771Z Compiling aws-lc-rs v1.17.0
23812026-06-05T21:26:09.826Z Compiling pretty-hex v0.4.2
23822026-06-05T21:26:09.841Z Compiling untrusted v0.9.0
23832026-06-05T21:26:09.968Z Compiling try-lock v0.2.5
23842026-06-05T21:26:09.971Z Compiling tower-service v0.3.3
23852026-06-05T21:26:10.038Z Compiling tower-layer v0.3.3
23862026-06-05T21:26:10.070Z Compiling ryu v1.0.23
23872026-06-05T21:26:10.095Z Compiling rustls v0.23.40
23882026-06-05T21:26:10.144Z Compiling want v0.3.1
23892026-06-05T21:26:10.236Z Compiling h2 v0.4.14
23902026-06-05T21:26:10.263Z Compiling httpdate v1.0.3
23912026-06-05T21:26:10.326Z Compiling rustix v1.1.4
23922026-06-05T21:26:10.351Z Compiling regex-syntax v0.8.10
23932026-06-05T21:26:10.362Z Compiling plain v0.2.3
23942026-06-05T21:26:10.476Z Compiling getrandom v0.3.4
23952026-06-05T21:26:10.641Z Compiling omicron-workspace-hack v0.1.0
23962026-06-05T21:26:10.687Z Compiling ucd-trie v0.1.7
23972026-06-05T21:26:10.720Z Compiling rand_core v0.9.5
23982026-06-05T21:26:11.029Z Compiling rustls-webpki v0.103.13
23992026-06-05T21:26:11.286Z Compiling pest v2.8.6
24002026-06-05T21:26:12.649Z Compiling hyper v1.10.1
24012026-06-05T21:26:12.951Z Compiling crossbeam-utils v0.8.21
24022026-06-05T21:26:13.707Z Compiling serde_urlencoded v0.7.1
24032026-06-05T21:26:13.718Z Compiling http-body-util v0.1.3
24042026-06-05T21:26:13.989Z Compiling allocator-api2 v0.2.21
24052026-06-05T21:26:14.000Z Compiling foldhash v0.2.0
24062026-06-05T21:26:14.299Z Compiling hyper-util v0.1.20
24072026-06-05T21:26:14.384Z Compiling hashbrown v0.16.1
24082026-06-05T21:26:15.113Z Compiling newtype-uuid v1.3.2
24092026-06-05T21:26:16.130Z Compiling tokio-rustls v0.26.4
24102026-06-05T21:26:16.406Z Compiling hex v0.4.3
24112026-06-05T21:26:16.523Z Compiling daft v0.1.7
24122026-06-05T21:26:16.718Z Compiling rand_chacha v0.9.0
24132026-06-05T21:26:16.732Z Compiling sync_wrapper v1.0.2
24142026-06-05T21:26:16.744Z Compiling aho-corasick v1.1.4
24152026-06-05T21:26:16.849Z Compiling fastrand v2.4.1
24162026-06-05T21:26:17.209Z Compiling rand v0.9.4
24172026-06-05T21:26:17.285Z Compiling tower v0.5.3
24182026-06-05T21:26:17.297Z Compiling anyhow v1.0.102
24192026-06-05T21:26:17.310Z Compiling powerfmt v0.2.0
24202026-06-05T21:26:17.575Z Compiling deranged v0.5.8
24212026-06-05T21:26:17.589Z Compiling generic-array v0.14.7
24222026-06-05T21:26:17.883Z Compiling regex-automata v0.4.14
24232026-06-05T21:26:17.948Z Compiling tower-http v0.6.11
24242026-06-05T21:26:17.977Z Compiling openapiv3 v2.2.0
24252026-06-05T21:26:18.133Z Compiling time-core v0.1.8
24262026-06-05T21:26:18.287Z Compiling openssl-probe v0.2.1
24272026-06-05T21:26:18.543Z Compiling num-conv v0.2.2
24282026-06-05T21:26:18.632Z Compiling num_threads v0.1.7
24292026-06-05T21:26:18.683Z Compiling cpufeatures v0.3.0
24302026-06-05T21:26:18.697Z Compiling rustls-native-certs v0.8.4
24312026-06-05T21:26:18.730Z Compiling time v0.3.47
24322026-06-05T21:26:18.760Z Compiling camino v1.2.2
24332026-06-05T21:26:19.350Z Compiling tempfile v3.27.0
24342026-06-05T21:26:19.550Z Compiling futures-executor v0.3.32
24352026-06-05T21:26:20.089Z Compiling winnow v1.0.3
24362026-06-05T21:26:20.250Z Compiling regex v1.12.3
24372026-06-05T21:26:20.415Z Compiling futures v0.3.32
24382026-06-05T21:26:20.502Z Compiling rustls-platform-verifier v0.7.0
24392026-06-05T21:26:21.166Z Compiling hyper-rustls v0.27.9
24402026-06-05T21:26:21.533Z Compiling crossbeam-channel v0.5.15
24412026-06-05T21:26:21.548Z Compiling scroll v0.13.0
24422026-06-05T21:26:21.677Z Compiling hybrid-array v0.4.12
24432026-06-05T21:26:21.689Z Compiling simd-adler32 v0.3.9
24442026-06-05T21:26:21.848Z Compiling adler2 v2.0.1
24452026-06-05T21:26:22.018Z Compiling miniz_oxide v0.8.9
24462026-06-05T21:26:22.175Z Compiling goblin v0.10.7
24472026-06-05T21:26:22.187Z Compiling crc32fast v1.5.0
24482026-06-05T21:26:22.254Z Compiling reqwest v0.13.4
24492026-06-05T21:26:22.433Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24502026-06-05T21:26:22.563Z Compiling thread_local v1.1.9
24512026-06-05T21:26:22.917Z Compiling either v1.16.0
24522026-06-05T21:26:23.152Z Compiling flate2 v1.1.9
24532026-06-05T21:26:23.468Z Compiling block-buffer v0.12.0
24542026-06-05T21:26:23.651Z Compiling crypto-common v0.2.2
24552026-06-05T21:26:23.709Z Compiling crypto-common v0.1.7
24562026-06-05T21:26:23.861Z Compiling dtrace-parser v0.3.0
24572026-06-05T21:26:24.469Z Compiling rand_chacha v0.3.1
24582026-06-05T21:26:24.916Z Compiling thread-id v5.1.0
24592026-06-05T21:26:25.011Z Compiling is-terminal v0.4.17
24602026-06-05T21:26:25.114Z Compiling debug-ignore v1.0.5
24612026-06-05T21:26:25.127Z Compiling term v1.2.1
24622026-06-05T21:26:25.229Z Compiling compression-core v0.4.32
24632026-06-05T21:26:25.410Z Compiling dof v0.4.0
24642026-06-05T21:26:26.393Z Compiling const-oid v0.10.2
24652026-06-05T21:26:26.698Z Compiling take_mut v0.2.2
24662026-06-05T21:26:26.820Z Compiling match_cfg v0.1.0
24672026-06-05T21:26:26.899Z Compiling hostname v0.3.1
24682026-06-05T21:26:27.011Z Compiling slog-async v2.8.0
24692026-06-05T21:26:27.085Z Compiling digest v0.11.3
24702026-06-05T21:26:27.283Z Compiling usdt-impl v0.6.0
24712026-06-05T21:26:28.479Z Compiling slog-term v2.9.2
24722026-06-05T21:26:28.502Z Compiling compression-codecs v0.4.38
24732026-06-05T21:26:28.891Z Compiling rand v0.8.6
24742026-06-05T21:26:28.992Z Compiling ref-cast v1.0.25
24752026-06-05T21:26:29.103Z Compiling toml_parser v1.1.2+spec-1.1.0
24762026-06-05T21:26:29.706Z Compiling slog-json v2.6.1
24772026-06-05T21:26:29.835Z Compiling strum v0.26.3
24782026-06-05T21:26:29.969Z Compiling macaddr v1.0.1
24792026-06-05T21:26:29.969Z Compiling serde_spanned v1.1.1
24802026-06-05T21:26:30.127Z Compiling toml_datetime v1.1.1+spec-1.1.0
24812026-06-05T21:26:30.276Z Compiling memmap2 v0.9.10
24822026-06-05T21:26:30.417Z Compiling wait-timeout v0.2.1
24832026-06-05T21:26:30.539Z Compiling encoding_rs v0.8.35
24842026-06-05T21:26:30.571Z Compiling bit-vec v0.8.0
24852026-06-05T21:26:30.869Z Compiling toml_writer v1.1.1+spec-1.1.0
24862026-06-05T21:26:30.913Z Compiling quick-error v1.2.3
24872026-06-05T21:26:31.025Z Compiling mime v0.3.17
24882026-06-05T21:26:31.128Z Compiling spin v0.9.8
24892026-06-05T21:26:31.256Z Compiling toml v1.1.2+spec-1.1.0
24902026-06-05T21:26:31.501Z Compiling rusty-fork v0.3.1
24912026-06-05T21:26:31.566Z Compiling multer v3.1.0
24922026-06-05T21:26:32.360Z Compiling bit-set v0.8.0
24932026-06-05T21:26:32.554Z Compiling usdt v0.6.0
24942026-06-05T21:26:32.800Z Compiling slog-bunyan v2.5.0
24952026-06-05T21:26:32.989Z Compiling async-compression v0.4.42
24962026-06-05T21:26:33.216Z Compiling sha1 v0.11.0
24972026-06-05T21:26:33.482Z Compiling serde_with v3.20.0
24982026-06-05T21:26:33.607Z Compiling async-stream v0.3.6
24992026-06-05T21:26:33.618Z Compiling rand_xorshift v0.4.0
25002026-06-05T21:26:33.656Z Compiling waitgroup v0.1.2
25012026-06-05T21:26:33.774Z Compiling rustls-pemfile v2.2.0
25022026-06-05T21:26:33.797Z Compiling serde_path_to_error v0.1.20
25032026-06-05T21:26:33.812Z Compiling hostname v0.4.2
25042026-06-05T21:26:33.929Z Compiling unarray v0.1.4
25052026-06-05T21:26:33.967Z Compiling progenitor-client v0.14.0
25062026-06-05T21:26:34.046Z Compiling proptest v1.11.0
25072026-06-05T21:26:34.049Z Compiling strum v0.27.2
25082026-06-05T21:26:34.190Z Compiling dropshot v0.17.1
25092026-06-05T21:26:34.245Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25102026-06-05T21:26:34.394Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25112026-06-05T21:26:34.472Z Compiling iddqd v0.4.2
25122026-06-05T21:26:34.629Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25132026-06-05T21:26:34.792Z Compiling reqwest v0.12.28
25142026-06-05T21:26:34.938Z Compiling block-buffer v0.10.4
25152026-06-05T21:26:35.113Z Compiling backon v1.6.0
25162026-06-05T21:26:35.381Z Compiling instant v0.1.13
25172026-06-05T21:26:35.508Z Compiling backoff v0.4.0
25182026-06-05T21:26:35.769Z Compiling progenitor-extras v0.2.0
25192026-06-05T21:26:35.801Z Compiling digest v0.10.7
25202026-06-05T21:26:36.008Z Compiling progenitor-client v0.10.0
25212026-06-05T21:26:36.057Z Compiling parse-display v0.10.0
25222026-06-05T21:26:36.200Z Compiling itertools v0.14.0
25232026-06-05T21:26:36.505Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25242026-06-05T21:26:36.631Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25252026-06-05T21:26:36.978Z Compiling regress v0.10.5
25262026-06-05T21:26:37.717Z Compiling humantime v2.3.0
25272026-06-05T21:26:38.172Z Compiling cpufeatures v0.2.17
25282026-06-05T21:26:38.258Z Compiling heck v0.5.0
25292026-06-05T21:26:38.557Z Compiling unicode-width v0.2.2
25302026-06-05T21:26:38.879Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25312026-06-05T21:26:38.883Z Compiling secrecy v0.10.3
25322026-06-05T21:26:39.049Z Compiling tinyvec_macros v0.1.1
25332026-06-05T21:26:39.129Z Compiling tinyvec v1.11.0
25342026-06-05T21:26:39.585Z Compiling num-integer v0.1.46
25352026-06-05T21:26:39.986Z Compiling scroll v0.12.0
25362026-06-05T21:26:40.083Z Compiling crucible-workspace-hack v0.1.0
25372026-06-05T21:26:40.167Z Compiling hmac v0.12.1
25382026-06-05T21:26:40.286Z Compiling inout v0.1.4
25392026-06-05T21:26:40.335Z Compiling regress v0.11.1
25402026-06-05T21:26:40.459Z Compiling ff v0.13.1
25412026-06-05T21:26:40.478Z Compiling utf8parse v0.2.2
25422026-06-05T21:26:40.607Z Compiling anstyle-parse v1.0.0
25432026-06-05T21:26:40.615Z Compiling group v0.13.0
25442026-06-05T21:26:40.738Z Compiling cipher v0.4.4
25452026-06-05T21:26:40.828Z Compiling hkdf v0.12.4
25462026-06-05T21:26:40.998Z Compiling goblin v0.8.2
25472026-06-05T21:26:41.004Z Compiling num-iter v0.1.45
25482026-06-05T21:26:41.156Z Compiling num-rational v0.4.2
25492026-06-05T21:26:42.507Z Compiling zerocopy v0.7.35
25502026-06-05T21:26:42.552Z Compiling typify-impl v0.6.2
25512026-06-05T21:26:42.552Z Compiling universal-hash v0.5.1
25522026-06-05T21:26:42.552Z Compiling crypto-bigint v0.5.5
25532026-06-05T21:26:43.009Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25542026-06-05T21:26:44.316Z Compiling terminal_size v0.4.4
25552026-06-05T21:26:44.457Z Compiling half v2.7.1
25562026-06-05T21:26:44.479Z Compiling num-complex v0.4.6
25572026-06-05T21:26:44.814Z Compiling anstyle-query v1.1.5
25582026-06-05T21:26:44.924Z Compiling base16ct v0.2.0
25592026-06-05T21:26:44.936Z Compiling opaque-debug v0.3.1
25602026-06-05T21:26:45.014Z Compiling base64ct v1.8.3
25612026-06-05T21:26:45.133Z Compiling colorchoice v1.0.5
25622026-06-05T21:26:45.176Z Compiling is_terminal_polyfill v1.70.2
25632026-06-05T21:26:45.260Z Compiling ciborium-io v0.2.2
25642026-06-05T21:26:45.276Z Compiling anstyle v1.0.14
25652026-06-05T21:26:45.362Z Compiling ciborium-ll v0.2.2
25662026-06-05T21:26:45.362Z Compiling password-hash v0.5.0
25672026-06-05T21:26:45.551Z Compiling anstream v1.0.0
25682026-06-05T21:26:45.632Z Compiling elliptic-curve v0.13.8
25692026-06-05T21:26:45.948Z Compiling poly1305 v0.8.0
25702026-06-05T21:26:46.101Z Compiling num v0.4.3
25712026-06-05T21:26:46.191Z Compiling curve25519-dalek v4.1.3
25722026-06-05T21:26:46.339Z Compiling typify v0.6.2
25732026-06-05T21:26:46.456Z Compiling dof v0.3.0
25742026-06-05T21:26:46.624Z Compiling thiserror-no-std v2.0.2
25752026-06-05T21:26:46.725Z Compiling chacha20 v0.9.1
25762026-06-05T21:26:46.996Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25772026-06-05T21:26:47.284Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25782026-06-05T21:26:48.880Z Compiling blake2 v0.10.6
25792026-06-05T21:26:48.892Z Compiling aead v0.5.2
25802026-06-05T21:26:49.081Z Compiling byte-wrapper v0.1.0
25812026-06-05T21:26:49.167Z Compiling crossbeam-epoch v0.9.18
25822026-06-05T21:26:49.379Z Compiling dtrace-parser v0.2.0
25832026-06-05T21:26:49.673Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25842026-06-05T21:26:49.930Z Compiling thread-id v4.2.2
25852026-06-05T21:26:50.025Z Compiling strsim v0.11.1
25862026-06-05T21:26:50.048Z Compiling float-ord v0.3.2
25872026-06-05T21:26:50.164Z Compiling clap_lex v1.1.0
25882026-06-05T21:26:50.310Z Compiling keccak v0.1.6
25892026-06-05T21:26:50.532Z Compiling sha3 v0.10.9
25902026-06-05T21:26:50.846Z Compiling clap_builder v4.6.0
25912026-06-05T21:26:50.923Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25922026-06-05T21:26:51.031Z Compiling usdt-impl v0.5.0
25932026-06-05T21:26:51.267Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25942026-06-05T21:26:51.948Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25952026-06-05T21:26:54.425Z Compiling argon2 v0.5.3
25962026-06-05T21:26:55.326Z Compiling chacha20poly1305 v0.10.1
25972026-06-05T21:26:55.470Z Compiling vsss-rs v3.3.4
25982026-06-05T21:26:55.487Z Compiling ciborium v0.2.2
25992026-06-05T21:26:56.313Z Compiling hash32 v0.3.1
26002026-06-05T21:26:56.482Z Compiling memmap v0.7.0
26012026-06-05T21:26:56.722Z Compiling indent_write v2.2.0
26022026-06-05T21:26:56.875Z Compiling data-encoding v2.11.0
26032026-06-05T21:26:56.890Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26042026-06-05T21:26:56.954Z Compiling usdt v0.5.0
26052026-06-05T21:26:57.610Z Compiling heapless v0.8.0
26062026-06-05T21:26:58.111Z Compiling ingot-types v0.1.2
26072026-06-05T21:26:58.566Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26082026-06-05T21:26:58.865Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26092026-06-05T21:26:58.922Z Compiling clap v4.6.1
26102026-06-05T21:26:58.970Z Compiling rustix v0.38.44
26112026-06-05T21:26:59.010Z Compiling tabwriter v1.4.1
26122026-06-05T21:26:59.382Z Compiling cobs v0.3.0
26132026-06-05T21:26:59.616Z Compiling colored v3.1.1
26142026-06-05T21:26:59.662Z Compiling bitflags v1.3.2
26152026-06-05T21:26:59.744Z Compiling managed v0.8.0
26162026-06-05T21:27:00.004Z Compiling foreign-types-shared v0.3.1
26172026-06-05T21:27:00.106Z Compiling foreign-types v0.5.0
26182026-06-05T21:27:00.193Z Compiling smoltcp v0.11.0
26192026-06-05T21:27:00.298Z Compiling postcard v1.1.3
26202026-06-05T21:27:00.358Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26212026-06-05T21:27:00.673Z Compiling num_enum v0.7.6
26222026-06-05T21:27:00.807Z Compiling ingot v0.1.1
26232026-06-05T21:27:01.524Z Compiling memoffset v0.9.1
26242026-06-05T21:27:01.619Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26252026-06-05T21:27:01.738Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26262026-06-05T21:27:01.892Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26272026-06-05T21:27:02.024Z Compiling chacha20 v0.10.0
26282026-06-05T21:27:02.037Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26292026-06-05T21:27:02.330Z Compiling serde_spanned v0.6.9
26302026-06-05T21:27:02.462Z Compiling toml_datetime v0.6.11
26312026-06-05T21:27:02.489Z Compiling cstr-argument v0.1.2
26322026-06-05T21:27:02.690Z Compiling unicode-segmentation v1.13.3
26332026-06-05T21:27:02.863Z Compiling static_assertions v1.1.0
26342026-06-05T21:27:02.945Z Compiling swrite v0.1.0
26352026-06-05T21:27:02.973Z Compiling toml_write v0.1.2
26362026-06-05T21:27:03.000Z Compiling linked-hash-map v0.5.6
26372026-06-05T21:27:03.050Z Compiling winnow v0.7.15
26382026-06-05T21:27:03.208Z Compiling resolv-conf v0.7.6
26392026-06-05T21:27:03.220Z Compiling lru-cache v0.1.2
26402026-06-05T21:27:03.296Z Compiling newline-converter v0.3.0
26412026-06-05T21:27:03.359Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26422026-06-05T21:27:03.464Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26432026-06-05T21:27:03.483Z Compiling rand v0.10.1
26442026-06-05T21:27:03.869Z Compiling hubpack v0.1.2
26452026-06-05T21:27:03.945Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26462026-06-05T21:27:04.020Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26472026-06-05T21:27:04.090Z Compiling nix v0.31.3
26482026-06-05T21:27:04.247Z Compiling atomicwrites v0.4.4
26492026-06-05T21:27:04.305Z Compiling hickory-proto v0.24.4
26502026-06-05T21:27:04.539Z Compiling crossbeam-deque v0.8.6
26512026-06-05T21:27:04.773Z Compiling toml_edit v0.22.27
26522026-06-05T21:27:04.940Z Compiling console v0.15.11
26532026-06-05T21:27:05.006Z Compiling itertools v0.12.1
26542026-06-05T21:27:06.260Z Compiling camino-tempfile v1.4.1
26552026-06-05T21:27:06.452Z Compiling serde-big-array v0.5.1
26562026-06-05T21:27:06.614Z Compiling siphasher v1.0.3
26572026-06-05T21:27:06.688Z Compiling lazy_static v1.5.0
26582026-06-05T21:27:06.704Z Compiling similar v2.7.0
26592026-06-05T21:27:06.795Z Compiling phf_shared v0.12.1
26602026-06-05T21:27:06.824Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26612026-06-05T21:27:07.028Z Compiling pin-project v1.1.13
26622026-06-05T21:27:07.139Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26632026-06-05T21:27:07.266Z Compiling expectorate v1.2.0
26642026-06-05T21:27:07.476Z Compiling hickory-resolver v0.24.4
26652026-06-05T21:27:07.702Z Compiling toml v0.8.23
26662026-06-05T21:27:09.429Z Compiling prettyplease v0.2.37
26672026-06-05T21:27:10.548Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26682026-06-05T21:27:10.956Z Compiling rayon-core v1.13.0
26692026-06-05T21:27:12.657Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26702026-06-05T21:27:12.674Z Compiling num_enum v0.5.11
26712026-06-05T21:27:12.788Z Compiling progenitor-impl v0.14.0
26722026-06-05T21:27:12.801Z Compiling progenitor-impl v0.13.0
26732026-06-05T21:27:14.160Z Compiling unicode-normalization v0.1.25
26742026-06-05T21:27:14.742Z Compiling progenitor-client v0.13.0
26752026-06-05T21:27:15.262Z Compiling tokio-stream v0.1.18
26762026-06-05T21:27:15.835Z Compiling bstr v1.12.1
26772026-06-05T21:27:16.359Z Compiling csv-core v0.1.13
26782026-06-05T21:27:16.541Z Compiling foreign-types-shared v0.1.1
26792026-06-05T21:27:16.585Z Compiling unicode-width v0.1.14
26802026-06-05T21:27:16.639Z Compiling same-file v1.0.6
26812026-06-05T21:27:16.764Z Compiling highway v1.3.0
26822026-06-05T21:27:16.817Z Compiling konst_macro_rules v0.2.19
26832026-06-05T21:27:16.891Z Compiling foldhash v0.1.5
26842026-06-05T21:27:17.020Z Compiling hashbrown v0.15.5
26852026-06-05T21:27:17.119Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26862026-06-05T21:27:17.471Z Compiling konst v0.2.20
26872026-06-05T21:27:17.671Z Compiling walkdir v2.5.0
26882026-06-05T21:27:17.854Z Compiling foreign-types v0.3.2
26892026-06-05T21:27:17.935Z Compiling csv v1.4.0
26902026-06-05T21:27:18.466Z Compiling globset v0.4.18
26912026-06-05T21:27:18.895Z Compiling snafu v0.8.9
26922026-06-05T21:27:19.481Z Compiling qorb v0.4.1
26932026-06-05T21:27:20.836Z Compiling progenitor v0.13.0
26942026-06-05T21:27:20.908Z Compiling olpc-cjson v0.1.4
26952026-06-05T21:27:20.975Z Compiling progenitor v0.14.0
26962026-06-05T21:27:21.114Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26972026-06-05T21:27:21.117Z Compiling rayon v1.12.0
26982026-06-05T21:27:21.711Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26992026-06-05T21:27:21.729Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27002026-06-05T21:27:23.374Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27012026-06-05T21:27:24.068Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27022026-06-05T21:27:26.329Z Compiling phf v0.12.1
27032026-06-05T21:27:26.509Z Compiling openssl-sys v0.9.116
27042026-06-05T21:27:26.954Z Compiling tokio-dtrace v0.1.1
27052026-06-05T21:27:27.290Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27062026-06-05T21:27:28.119Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27072026-06-05T21:27:28.339Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27082026-06-05T21:27:28.890Z Compiling libsw-core v0.3.2
27092026-06-05T21:27:29.075Z Compiling pem v3.0.6
27102026-06-05T21:27:29.226Z Compiling serde_plain v1.0.2
27112026-06-05T21:27:29.511Z Compiling sigpipe v0.1.3
27122026-06-05T21:27:29.611Z Compiling fixedbitset v0.5.7
27132026-06-05T21:27:29.776Z Compiling fixedbitset v0.4.2
27142026-06-05T21:27:29.922Z Compiling minimal-lexical v0.2.1
27152026-06-05T21:27:30.127Z Compiling glob v0.3.3
27162026-06-05T21:27:30.142Z Compiling jiff v0.2.28
27172026-06-05T21:27:30.238Z Compiling typed-path v0.9.3
27182026-06-05T21:27:30.648Z Compiling bytecount v0.6.9
27192026-06-05T21:27:30.841Z Compiling papergrid v0.11.0
27202026-06-05T21:27:31.108Z Compiling nom v7.1.3
27212026-06-05T21:27:31.351Z Compiling tough v0.22.0
27222026-06-05T21:27:31.660Z Compiling petgraph v0.6.5
27232026-06-05T21:27:32.819Z Compiling petgraph v0.8.3
27242026-06-05T21:27:33.104Z Compiling openssl v0.10.80
27252026-06-05T21:27:33.175Z Compiling libsw v3.5.0
27262026-06-05T21:27:33.359Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27272026-06-05T21:27:33.482Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27282026-06-05T21:27:35.261Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-06-05T21:27:35.496Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27302026-06-05T21:27:35.793Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-06-05T21:27:35.814Z Compiling zone v0.3.1
27322026-06-05T21:27:36.213Z Compiling oxide-tokio-rt v0.1.6
27332026-06-05T21:27:36.884Z Compiling chrono-tz v0.10.4
27342026-06-05T21:27:37.631Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27352026-06-05T21:27:38.751Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-05T21:27:38.959Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-06-05T21:27:39.042Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27382026-06-05T21:27:39.137Z Compiling newtype_derive v0.1.6
27392026-06-05T21:27:39.222Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27402026-06-05T21:27:39.706Z Compiling slog-dtrace v0.3.0
27412026-06-05T21:27:40.423Z Compiling const_format v0.2.36
27422026-06-05T21:27:40.938Z Compiling owo-colors v4.3.0
27432026-06-05T21:27:41.077Z Compiling cancel-safe-futures v0.1.5
27442026-06-05T21:27:41.457Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27452026-06-05T21:27:41.645Z Compiling gethostname v0.5.0
27462026-06-05T21:27:41.783Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27472026-06-05T21:27:41.840Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-05T21:27:41.877Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-06-05T21:27:42.005Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-05T21:27:42.009Z Compiling bcs v0.1.6
27512026-06-05T21:27:42.188Z Compiling smf v0.2.3
27522026-06-05T21:27:42.407Z Compiling termtree v0.5.1
27532026-06-05T21:27:42.584Z Compiling whoami v1.6.1
27542026-06-05T21:27:43.063Z Compiling unicode-linebreak v0.1.5
27552026-06-05T21:27:43.076Z Compiling linear-map v1.2.0
27562026-06-05T21:27:43.232Z Compiling smawk v0.3.2
27572026-06-05T21:27:43.287Z Compiling tagptr v0.2.0
27582026-06-05T21:27:43.336Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-06-05T21:27:43.392Z Compiling textwrap v0.16.2
27602026-06-05T21:27:43.450Z Compiling moka v0.12.15
27612026-06-05T21:27:43.453Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-06-05T21:27:44.650Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-05T21:27:44.864Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-06-05T21:27:44.973Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-05T21:27:45.027Z Compiling tabled v0.15.0
27662026-06-05T21:27:45.755Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-05T21:27:45.969Z Compiling steno v0.4.1
27682026-06-05T21:27:46.860Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-06-05T21:27:46.887Z Compiling cookie v0.18.1
27702026-06-05T21:27:48.274Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-06-05T21:27:52.267Z Compiling hickory-proto v0.25.2
27722026-06-05T21:27:52.767Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27732026-06-05T21:27:53.653Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27742026-06-05T21:27:53.747Z Compiling arc-swap v1.9.1
27752026-06-05T21:27:54.099Z Compiling slog-scope v4.4.1
27762026-06-05T21:27:54.566Z Compiling hickory-resolver v0.25.2
27772026-06-05T21:27:55.542Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-05T21:27:55.961Z Compiling libscf-sys v1.2.0
27792026-06-05T21:27:56.109Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-06-05T21:27:56.542Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27812026-06-05T21:27:57.166Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27822026-06-05T21:27:57.276Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27832026-06-05T21:27:57.891Z Compiling slog-stdlog v4.1.1
27842026-06-05T21:27:58.309Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27852026-06-05T21:27:58.416Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-06-05T21:27:58.947Z Compiling slog-envlogger v2.2.0
27872026-06-05T21:27:59.990Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27882026-06-05T21:28:00.304Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27892026-06-05T21:28:01.027Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27902026-06-05T21:28:08.510Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27912026-06-05T21:28:10.818Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-06-05T21:28:12.635Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27932026-06-05T21:28:21.309Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27942026-06-05T21:28:25.089Z Finished `release` profile [optimized] target(s) in 2m 25s
27952026-06-05T21:28:25.203Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27962026-06-05T21:28:25.207Z
27972026-06-05T21:28:25.207Zrunning 1 test
27982026-06-05T21:28:25.355Zconfigure zone
27992026-06-05T21:28:25.373Zinstall zone
28002026-06-05T21:28:35.113Zboot zone
28012026-06-05T21:28:35.193Zstart zone s1
28022026-06-05T21:28:35.196Zconfigure zone
28032026-06-05T21:28:35.202Zinstall zone
28042026-06-05T21:28:36.989Zboot zone
28052026-06-05T21:28:37.088Zstart zone s2
28062026-06-05T21:28:37.088Zconfigure zone
28072026-06-05T21:28:37.101Zinstall zone
28082026-06-05T21:28:39.415Zboot zone
28092026-06-05T21:28:39.519Zstart zone s3
28102026-06-05T21:28:39.519Zconfigure zone
28112026-06-05T21:28:39.530Zinstall zone
28122026-06-05T21:28:42.232Zboot zone
28132026-06-05T21:28:42.332Zstart zone t1
28142026-06-05T21:28:42.332Zconfigure zone
28152026-06-05T21:28:42.343Zinstall zone
28162026-06-05T21:28:45.196Zboot zone
28172026-06-05T21:28:45.304Zwaiting for zones to come up
28182026-06-05T21:28:55.305Z[sidecar.quartet] svcs milestone/network
28192026-06-05T21:28:55.332ZSTATE STIME FMRI
28202026-06-05T21:28:55.332Zonline 21:28:34 svc:/milestone/network:default
28212026-06-05T21:28:55.332Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28222026-06-05T21:28:55.359Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28232026-06-05T21:28:55.385Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28242026-06-05T21:28:55.405Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28252026-06-05T21:28:55.408Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28262026-06-05T21:28:55.422Z
28272026-06-05T21:28:55.422Zrunning zone s1.quartet setup
28282026-06-05T21:28:55.422Z[s1.quartet] svcs milestone/network
28292026-06-05T21:28:55.437ZSTATE STIME FMRI
28302026-06-05T21:28:55.437Zonline 21:28:36 svc:/milestone/network:default
28312026-06-05T21:28:55.437Z[s1.quartet] dladm
28322026-06-05T21:28:55.449ZLINK CLASS MTU STATE BRIDGE OVER
28332026-06-05T21:28:55.449Zsl0 simnet 9000 up -- ?
28342026-06-05T21:28:55.450Zmgs1 vnic 9000 up -- ?
28352026-06-05T21:28:55.452Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28362026-06-05T21:28:56.111Z
28372026-06-05T21:28:56.111Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28382026-06-05T21:28:56.127Z
28392026-06-05T21:28:56.127Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28402026-06-05T21:28:56.139Z
28412026-06-05T21:28:56.139Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28422026-06-05T21:28:56.221Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28432026-06-05T21:28:56.295Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c2278cb8-35a4-4510-a2ad-97ec18d5f9c3 --sled-uuid cee2e737-093a-4587-9417-b8fb61282889 -a sl0/v6 &> /opt/ddmd.log &
28442026-06-05T21:28:56.309Z
28452026-06-05T21:28:56.309Zrunning zone s2.quartet setup
28462026-06-05T21:28:56.309Z[s2.quartet] svcs milestone/network
28472026-06-05T21:28:56.326ZSTATE STIME FMRI
28482026-06-05T21:28:56.326Zonline 21:28:38 svc:/milestone/network:default
28492026-06-05T21:28:56.326Z[s2.quartet] dladm
28502026-06-05T21:28:56.339ZLINK CLASS MTU STATE BRIDGE OVER
28512026-06-05T21:28:56.342Zsl1 simnet 9000 up -- ?
28522026-06-05T21:28:56.342Zmgs2 vnic 9000 up -- ?
28532026-06-05T21:28:56.342Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28542026-06-05T21:28:56.902Z
28552026-06-05T21:28:56.902Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28562026-06-05T21:28:56.915Z
28572026-06-05T21:28:56.915Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28582026-06-05T21:28:56.926Z
28592026-06-05T21:28:56.926Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28602026-06-05T21:28:56.959Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28612026-06-05T21:28:56.986Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 53904c84-cde2-428e-873b-0a3216614f4b --sled-uuid 4a4ed664-12e5-48aa-a2ec-0078b035967d -a sl1/v6 &> /opt/ddmd.log &
28622026-06-05T21:28:56.997Z
28632026-06-05T21:28:56.997Zrunning zone s3.quartet setup
28642026-06-05T21:28:56.997Z[s3.quartet] svcs milestone/network
28652026-06-05T21:28:57.012ZSTATE STIME FMRI
28662026-06-05T21:28:57.012Zonline 21:28:41 svc:/milestone/network:default
28672026-06-05T21:28:57.012Z[s3.quartet] dladm
28682026-06-05T21:28:57.026ZLINK CLASS MTU STATE BRIDGE OVER
28692026-06-05T21:28:57.026Zsl2 simnet 9000 up -- ?
28702026-06-05T21:28:57.026Zmgs3 vnic 9000 up -- ?
28712026-06-05T21:28:57.026Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28722026-06-05T21:28:57.581Z
28732026-06-05T21:28:57.581Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28742026-06-05T21:28:57.594Z
28752026-06-05T21:28:57.594Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28762026-06-05T21:28:57.605Z
28772026-06-05T21:28:57.605Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28782026-06-05T21:28:57.638Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28792026-06-05T21:28:57.669Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c0ac0a90-fb2f-4209-88ba-4e1665e1396c --sled-uuid d222dc8a-2442-41dc-a819-e9d44cd2f05d -a sl2/v6 &> /opt/ddmd.log &
28802026-06-05T21:28:57.680Z
28812026-06-05T21:28:57.680Zrunning zone t1.quartet setup
28822026-06-05T21:28:57.680Z[t1.quartet] svcs milestone/network
28832026-06-05T21:28:57.694ZSTATE STIME FMRI
28842026-06-05T21:28:57.694Zonline 21:28:44 svc:/milestone/network:default
28852026-06-05T21:28:57.696Z[t1.quartet] dladm
28862026-06-05T21:28:57.708ZLINK CLASS MTU STATE BRIDGE OVER
28872026-06-05T21:28:57.708Ztfportrear0_0 simnet 9000 up -- ?
28882026-06-05T21:28:57.708Ztfportrear1_0 simnet 9000 up -- ?
28892026-06-05T21:28:57.708Ztfportrear2_0 simnet 9000 up -- ?
28902026-06-05T21:28:57.708Zmgt1 vnic 9000 up -- ?
28912026-06-05T21:28:57.708Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28922026-06-05T21:28:58.136Z
28932026-06-05T21:28:58.136Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28942026-06-05T21:28:58.149Z
28952026-06-05T21:28:58.150Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28962026-06-05T21:28:58.162Z
28972026-06-05T21:28:58.162Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28982026-06-05T21:28:58.175Z
28992026-06-05T21:28:58.175Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29002026-06-05T21:28:58.186Z
29012026-06-05T21:28:58.186Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29022026-06-05T21:28:58.500Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29032026-06-05T21:28:58.503Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29042026-06-05T21:28:58.506Zwaiting 3s for copy of files to zone to complete ...
29052026-06-05T21:29:01.504Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29062026-06-05T21:29:01.635Z
29072026-06-05T21:29:01.636Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29082026-06-05T21:29:01.745Z
29092026-06-05T21:29:01.745Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29102026-06-05T21:29:01.780Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29112026-06-05T21:29:01.809Z[t1.quartet] svcadm disable dendrite
29122026-06-05T21:29:01.833Z
29132026-06-05T21:29:01.833Z[t1.quartet] svcadm disable tfport
29142026-06-05T21:29:01.855Z
29152026-06-05T21:29:01.855Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29162026-06-05T21:29:01.880Z
29172026-06-05T21:29:01.880Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29182026-06-05T21:29:01.905Z
29192026-06-05T21:29:01.905Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29202026-06-05T21:29:01.930Z
29212026-06-05T21:29:01.930Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29222026-06-05T21:29:01.954Z
29232026-06-05T21:29:01.955Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29242026-06-05T21:29:01.979Z
29252026-06-05T21:29:01.979Z[t1.quartet] svcadm refresh dendrite:default
29262026-06-05T21:29:02.000Z
29272026-06-05T21:29:02.001Z[t1.quartet] svcadm enable dendrite:default
29282026-06-05T21:29:02.022Z
29292026-06-05T21:29:02.022Zwait 10s for dendrite to come up ...
29302026-06-05T21:29:12.023Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29312026-06-05T21:29:12.050Z
29322026-06-05T21:29:12.050Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29332026-06-05T21:29:12.074Z
29342026-06-05T21:29:12.074Z[t1.quartet] svcadm refresh tfport:default
29352026-06-05T21:29:12.095Z
29362026-06-05T21:29:12.095Z[t1.quartet] svcadm enable tfport
29372026-06-05T21:29:12.116Z
29382026-06-05T21:29:12.116Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid f825a5bc-0df4-4c6f-bd87-ad1d920ee512 --sled-uuid 759e4c3b-d7f1-41bd-9222-57939e17657e -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29392026-06-05T21:29:12.127Z
29402026-06-05T21:29:12.127Z[t1.quartet] ipadm
29412026-06-05T21:29:12.141ZADDROBJ TYPE STATE ADDR
29422026-06-05T21:29:12.141Zlo0/v4 static ok 127.0.0.1/8
29432026-06-05T21:29:12.142Zmgt1/v4 static ok 10.0.0.4/24
29442026-06-05T21:29:12.142Zlo0/v6 static ok ::1/128
29452026-06-05T21:29:12.142Zlo0/u6 static ok fd00:4::1/64
29462026-06-05T21:29:12.142Ztfportrear0_0/v6 addrconf ok fe80::a032:e1ff:fee0:16bd%tfportrear0_0/10
29472026-06-05T21:29:12.142Ztfportrear1_0/v6 addrconf ok fe80::3036:f9ff:fe87:d6ae%tfportrear1_0/10
29482026-06-05T21:29:12.142Ztfportrear2_0/v6 addrconf ok fe80::14fa:f4ff:fe8b:690c%tfportrear2_0/10
29492026-06-05T21:29:14.272Zinitial peering test passed
29502026-06-05T21:29:15.273Z[s3.quartet] ping fd00:1::1
29512026-06-05T21:29:15.288Zfd00:1::1 is alive
29522026-06-05T21:29:25.212Ztest ddm::test_quartet has been running for over 60 seconds
29532026-06-05T21:29:26.291Z[s3.quartet] ping fd00:1::1
29542026-06-05T21:29:26.305Zfd00:1::1 is alive
29552026-06-05T21:29:26.308Z[t1.quartet] pkill ddmd
29562026-06-05T21:29:26.317Z
29572026-06-05T21:29:26.317Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29582026-06-05T21:29:26.319Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29592026-06-05T21:29:28.208Z[s3.quartet] pkill ddmd
29602026-06-05T21:29:28.221Z
29612026-06-05T21:29:28.221Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29622026-06-05T21:29:30.028Z[s2.quartet] pkill ddmd
29632026-06-05T21:29:30.040Z
29642026-06-05T21:29:30.041Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29652026-06-05T21:29:32.148Z[s1.quartet] pkill ddmd
29662026-06-05T21:29:32.161Z
29672026-06-05T21:29:32.162Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29682026-06-05T21:29:34.012Z[sidecar.quartet] pkill softnpu
29692026-06-05T21:29:34.025Z
29702026-06-05T21:29:34.025Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29712026-06-05T21:29:36.670Ztest ddm::test_quartet ... ok
29722026-06-05T21:29:36.670Z
29732026-06-05T21:29:36.670Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.46s
29742026-06-05T21:29:36.670Z
29752026-06-05T21:29:36.720Z+ cleanup
29762026-06-05T21:29:36.723Z++ id -un
29772026-06-05T21:29:36.727Z++ id -gn
29782026-06-05T21:29:36.727Z+ pfexec chown -R build:build .
29792026-06-05T21:29:36.849Zprocess exited: duration 664360 ms, exit code 0
 
29802026-06-05T21:29:36.861Zfound 6 output files
29812026-06-05T21:29:36.861Zuploading: /work/s1.quartet.log (4852 bytes)
29822026-06-05T21:29:37.872Zuploaded: /work/s1.quartet.log
29832026-06-05T21:29:37.872Zuploading: /work/s2.quartet.log (4134 bytes)
29842026-06-05T21:29:38.887Zuploaded: /work/s2.quartet.log
29852026-06-05T21:29:38.887Zuploading: /work/s3.quartet.log (4254 bytes)
29862026-06-05T21:29:39.898Zuploaded: /work/s3.quartet.log
29872026-06-05T21:29:39.898Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29882026-06-05T21:29:40.908Zuploaded: /work/sidecar.quartet-softnpu.log
29892026-06-05T21:29:40.908Zuploading: /work/t1.quartet-dpd.log (206445 bytes)
29902026-06-05T21:29:41.924Zuploaded: /work/t1.quartet-dpd.log
29912026-06-05T21:29:41.924Zuploading: /work/t1.quartet.log (17186 bytes)
29922026-06-05T21:29:42.938Zuploaded: /work/t1.quartet.log