01KVTYSPZ49DXAS1BYDMZYMSF4: 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: 01KVTYTE1K20KGCHQEWMCS80KG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T19:21:26.112Zjob assigned to worker 01KVTYV06NZW2DGNJCCBAN9T5C [factory aws, i-07bde0e424661467d] (queued for 1 m 1 s)
 
22026-06-23T19:21:32.636Zstarting task 0: "setup"
32026-06-23T19:21:32.640Z++ uname -s
42026-06-23T19:21:32.643Z+ kern=SunOS
52026-06-23T19:21:32.643Z+ build_user=build
62026-06-23T19:21:32.643Z+ build_uid=12345
72026-06-23T19:21:32.643Z+ work_dir=/work
82026-06-23T19:21:32.643Z+ input_dir=/input
92026-06-23T19:21:32.643Z+ [[ 0 == 12345 ]]
102026-06-23T19:21:32.643Z+ case "$kern" in
112026-06-23T19:21:32.643Z+ groupadd -g 12345 build
122026-06-23T19:21:32.646Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T19:21:34.649Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T19:21:34.722Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T19:21:34.725Z+ home_fs=zfs
162026-06-23T19:21:34.725Z+ [[ zfs == autofs ]]
172026-06-23T19:21:34.725Z+ mkdir -p /home/build
182026-06-23T19:21:34.725Z+ chown build:build /home/build /work
192026-06-23T19:21:36.726Z+ chmod 0700 /home/build /work
202026-06-23T19:21:36.729Zprocess exited: duration 4094 ms, exit code 0
 
212026-06-23T19:21:36.735Zstarting task 1: "rust-toolchain"
222026-06-23T19:21:36.739Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-23T19:21:36.739Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-23T19:21:36.739Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-23T19:21:36.739Z * rust toolchain channel = "stable"
262026-06-23T19:21:36.739Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T19:21:36.739Z * rust toolchain profile = "default"
282026-06-23T19:21:36.742Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T19:21:36.742Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-23T19:21:36.825Zinfo: downloading installer
312026-06-23T19:21:38.254Zwarn: It looks like you have an existing installation of Rust at:
322026-06-23T19:21:38.254Zwarn: /opt/ooce/bin
332026-06-23T19:21:38.254Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-23T19:21:38.254Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-23T19:21:38.254Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-23T19:21:38.254Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-23T19:21:38.254Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-23T19:21:38.254Zerror: cannot install while Rust is installed
392026-06-23T19:21:38.254Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-23T19:21:38.254Zwarn: It looks like you have an existing rustup settings file at:
412026-06-23T19:21:38.254Zwarn: /home/build/.rustup/settings.toml
422026-06-23T19:21:38.254Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-23T19:21:38.254Zwarn: instead of the one inferred from the default host triple.
442026-06-23T19:21:38.268Zinfo: profile set to default
452026-06-23T19:21:38.268Zinfo: default host triple is x86_64-unknown-illumos
462026-06-23T19:21:38.270Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-23T19:21:38.410Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-23T19:21:38.412Zinfo: downloading 6 components
492026-06-23T19:21:53.062Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-23T19:21:53.062Z
512026-06-23T19:21:53.096Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-23T19:21:53.096Z
532026-06-23T19:21:53.096Z
542026-06-23T19:21:53.096ZRust is installed now. Great!
552026-06-23T19:21:53.096Z
562026-06-23T19:21:53.096ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-23T19:21:53.096Zenvironment variable. This has not been done automatically.
582026-06-23T19:21:53.096Z
592026-06-23T19:21:53.096ZTo configure your current shell, you need to source
602026-06-23T19:21:53.096Zthe corresponding env file under $HOME/.cargo.
612026-06-23T19:21:53.096Z
622026-06-23T19:21:53.099ZThis is usually done by running one of the following (note the leading DOT):
632026-06-23T19:21:53.099Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-23T19:21:53.099Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-23T19:21:53.099Zsource "~/.cargo/env.nu" # For nushell
662026-06-23T19:21:53.099Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-23T19:21:53.099Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-23T19:21:53.099Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-23T19:21:53.099Zwarn: no default linker (`cc`) was found in your PATH
702026-06-23T19:21:53.099Zwarn: many Rust crates require a system C toolchain to build
712026-06-23T19:21:53.189Z+ rustup --version
722026-06-23T19:21:53.198Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-23T19:21:53.200Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-23T19:21:53.219Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-23T19:21:53.222Z+ cargo --version
762026-06-23T19:21:53.235Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-23T19:21:53.238Z+ rustc --version
782026-06-23T19:21:53.260Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-23T19:21:53.262Zprocess exited: duration 16523 ms, exit code 0
 
802026-06-23T19:21:53.268Zstarting task 2: "authentication"
812026-06-23T19:21:53.287Zprocess exited: duration 16 ms, exit code 0
 
822026-06-23T19:21:53.294Zstarting task 3: "clone repository"
832026-06-23T19:21:53.297Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-23T19:21:53.300Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-23T19:21:53.331ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-23T19:21:54.955Z+ cd /work/oxidecomputer/maghemite
872026-06-23T19:21:54.955Z+ git fetch origin 2128258d782b0a574096a4d622bb4c795193ccbc
882026-06-23T19:21:55.380ZFrom https://github.com/oxidecomputer/maghemite
892026-06-23T19:21:55.380Z * branch 2128258d782b0a574096a4d622bb4c795193ccbc -> FETCH_HEAD
902026-06-23T19:21:55.385Z+ [[ -n john/bfd-async ]]
912026-06-23T19:21:55.387Z++ git branch --show-current
922026-06-23T19:21:55.387Z+ current=main
932026-06-23T19:21:55.387Z+ [[ main != john/bfd-async ]]
942026-06-23T19:21:55.390Z+ git branch -f john/bfd-async 2128258d782b0a574096a4d622bb4c795193ccbc
952026-06-23T19:21:55.395Z+ git checkout -f john/bfd-async
962026-06-23T19:21:55.410ZSwitched to branch 'john/bfd-async'
972026-06-23T19:21:55.413Z+ git reset --hard 2128258d782b0a574096a4d622bb4c795193ccbc
982026-06-23T19:21:55.428ZHEAD is now at 2128258 send our local detection multiplier
992026-06-23T19:21:55.432Zprocess exited: duration 2133 ms, exit code 0
 
1002026-06-23T19:21:55.438Zstarting task 4: "build"
1012026-06-23T19:21:55.447Z++ dladm
1022026-06-23T19:21:55.450ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-23T19:21:55.450Zena0 phys 9216 up -- --
1042026-06-23T19:21:55.450Z++ ipadm
1052026-06-23T19:21:55.450ZADDROBJ TYPE STATE ADDR
1062026-06-23T19:21:55.451Zlo0/v4 static ok 127.0.0.1/8
1072026-06-23T19:21:55.451Zena0/dhcp dhcp ok 10.150.1.182/24
1082026-06-23T19:21:55.451Zlo0/v6 static ok ::1/128
1092026-06-23T19:21:55.455Z++ banner collect
1102026-06-23T19:21:55.455Z
1112026-06-23T19:21:55.455Z #### #### # # ###### #### #####
1122026-06-23T19:21:55.455Z # # # # # # # # # #
1132026-06-23T19:21:55.455Z # # # # # ##### # #
1142026-06-23T19:21:55.455Z # # # # # # # #
1152026-06-23T19:21:55.455Z # # # # # # # # # #
1162026-06-23T19:21:55.455Z #### #### ###### ###### ###### #### #
1172026-06-23T19:21:55.455Z
1182026-06-23T19:21:55.455Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-23T19:21:55.455Z++ repo=softnpu
1202026-06-23T19:21:55.455Z++ series=image
1212026-06-23T19:21:55.455Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-23T19:21:55.455Z++ name=softnpu
1232026-06-23T19:21:55.455Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-23T19:21:55.455Z++ mkdir -p download
1252026-06-23T19:21:55.455Z++ pushd download
1262026-06-23T19:21:55.455Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-23T19:21:55.455Z++ [[ ! -f softnpu ]]
1282026-06-23T19:21:55.455Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-23T19:21:55.459Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-23T19:21:55.462Z Dload Upload Total Spent Left Speed
1312026-06-23T19:21:55.843Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 40.74M 0 0 100 15.63M 100 15.63M 0 0 40.74M 0 0 100 15.63M 100 15.63M 0 0 40.73M 0 0
1322026-06-23T19:21:55.846Z++ popd
1332026-06-23T19:21:55.846Z/work/oxidecomputer/maghemite
1342026-06-23T19:21:55.846Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-23T19:21:55.846Z++ repo=sidecar-lite
1362026-06-23T19:21:55.846Z++ series=release
1372026-06-23T19:21:55.846Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-23T19:21:55.846Z++ name=libsidecar_lite.so
1392026-06-23T19:21:55.846Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-23T19:21:55.846Z++ mkdir -p download
1412026-06-23T19:21:55.850Z++ pushd download
1422026-06-23T19:21:55.850Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-23T19:21:55.850Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-23T19:21:55.850Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-23T19:21:55.853Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-23T19:21:55.853Z Dload Upload Total Spent Left Speed
1472026-06-23T19:21:56.163Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 38.83M 0 0 100 12.04M 100 12.04M 0 0 38.82M 0 0 100 12.04M 100 12.04M 0 0 38.82M 0 0
1482026-06-23T19:21:56.166Z++ popd
1492026-06-23T19:21:56.169Z/work/oxidecomputer/maghemite
1502026-06-23T19:21:56.169Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-23T19:21:56.169Z++ repo=sidecar-lite
1522026-06-23T19:21:56.169Z++ series=release
1532026-06-23T19:21:56.169Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-23T19:21:56.169Z++ name=scadm
1552026-06-23T19:21:56.169Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-23T19:21:56.169Z++ mkdir -p download
1572026-06-23T19:21:56.169Z++ pushd download
1582026-06-23T19:21:56.169Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-23T19:21:56.169Z++ [[ ! -f scadm ]]
1602026-06-23T19:21:56.169Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-23T19:21:56.175Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-23T19:21:56.175Z Dload Upload Total Spent Left Speed
1632026-06-23T19:21:56.486Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 50.84M 0 0 100 15.78M 100 15.78M 0 0 50.83M 0 0 100 15.78M 100 15.78M 0 0 50.82M 0 0
1642026-06-23T19:21:56.489Z++ popd
1652026-06-23T19:21:56.492Z/work/oxidecomputer/maghemite
1662026-06-23T19:21:56.492Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-23T19:21:56.492Z++ repo=dendrite
1682026-06-23T19:21:56.492Z++ series=image
1692026-06-23T19:21:56.492Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-23T19:21:56.492Z++ name=dendrite-softnpu.tar.gz
1712026-06-23T19:21:56.492Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-23T19:21:56.492Z++ mkdir -p download
1732026-06-23T19:21:56.492Z++ pushd download
1742026-06-23T19:21:56.492Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-23T19:21:56.492Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-23T19:21:56.492Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-23T19:21:56.499Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-23T19:21:56.502Z Dload Upload Total Spent Left Speed
1792026-06-23T19:21:57.545Z 0 0 0 0 0 0 0 0 0 92 71.59M 92 66.00M 0 0 66.05M 0 00:01 00:01 66.07M 100 71.59M 100 71.59M 0 0 68.38M 0 00:01 00:01 66.07M 100 71.59M 100 71.59M 0 0 68.37M 0 00:01 00:01 66.07M 100 71.59M 100 71.59M 0 0 68.37M 0 00:01 00:01 66.07M
1802026-06-23T19:21:57.548Z++ popd
1812026-06-23T19:21:57.548Z/work/oxidecomputer/maghemite
1822026-06-23T19:21:57.548Z++ get_artifact maghemite release 2128258d782b0a574096a4d622bb4c795193ccbc ddm
1832026-06-23T19:21:57.548Z++ repo=maghemite
1842026-06-23T19:21:57.548Z++ series=release
1852026-06-23T19:21:57.548Z++ commit=2128258d782b0a574096a4d622bb4c795193ccbc
1862026-06-23T19:21:57.548Z++ name=ddm
1872026-06-23T19:21:57.548Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-23T19:21:57.548Z++ mkdir -p download
1892026-06-23T19:21:57.553Z++ pushd download
1902026-06-23T19:21:57.553Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-23T19:21:57.553Z++ [[ ! -f ddm ]]
1922026-06-23T19:21:57.553Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2128258d782b0a574096a4d622bb4c795193ccbc/ddm
1932026-06-23T19:21:57.556Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-23T19:21:57.559Z Dload Upload Total Spent Left Speed
1952026-06-23T19:21:57.619Z 0 0 0 0 0 0 0 0 0
1962026-06-23T19:21:57.622Zcurl: (22) The requested URL returned error: 404
1972026-06-23T19:21:57.622Z++ popd
1982026-06-23T19:21:57.622Z/work/oxidecomputer/maghemite
1992026-06-23T19:21:57.622Z++ get_artifact maghemite release 2128258d782b0a574096a4d622bb4c795193ccbc ddmadm
2002026-06-23T19:21:57.622Z++ repo=maghemite
2012026-06-23T19:21:57.622Z++ series=release
2022026-06-23T19:21:57.622Z++ commit=2128258d782b0a574096a4d622bb4c795193ccbc
2032026-06-23T19:21:57.622Z++ name=ddmadm
2042026-06-23T19:21:57.622Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-23T19:21:57.622Z++ mkdir -p download
2062026-06-23T19:21:57.622Z++ pushd download
2072026-06-23T19:21:57.622Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-23T19:21:57.622Z++ [[ ! -f ddmadm ]]
2092026-06-23T19:21:57.626Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2128258d782b0a574096a4d622bb4c795193ccbc/ddmadm
2102026-06-23T19:21:57.629Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-23T19:21:57.629Z Dload Upload Total Spent Left Speed
2122026-06-23T19:21:57.688Z 0 0 0 0 0 0 0 0 0
2132026-06-23T19:21:57.692Zcurl: (22) The requested URL returned error: 404
2142026-06-23T19:21:57.692Z++ popd
2152026-06-23T19:21:57.692Z/work/oxidecomputer/maghemite
2162026-06-23T19:21:57.692Z++ pushd download
2172026-06-23T19:21:57.692Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-23T19:21:57.692Z++ chmod +x softnpu
2192026-06-23T19:21:57.692Z++ chmod +x scadm
2202026-06-23T19:21:57.695Z++ chmod +x ddmadm
2212026-06-23T19:21:57.695Zchmod: WARNING: can't access ddmadm
2222026-06-23T19:21:57.695Z++ chmod +x ddmd
2232026-06-23T19:21:57.698Zchmod: WARNING: can't access ddmd
2242026-06-23T19:21:57.698Z++ mv ddmadm ddmadm-v2
2252026-06-23T19:21:57.698Zmv: cannot access ddmadm
2262026-06-23T19:21:57.698Z++ mv ddmd ddmd-v2
2272026-06-23T19:21:57.698Zmv: cannot access ddmd
2282026-06-23T19:21:57.698Z++ rm -rf zones/dendrite
2292026-06-23T19:21:57.701Z++ mkdir -p zones/dendrite
2302026-06-23T19:21:57.701Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-23T19:21:58.702Z++ 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-23T19:21:58.714Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-23T19:21:58.714Z++ popd
2342026-06-23T19:21:58.714Z/work/oxidecomputer/maghemite
2352026-06-23T19:21:58.714Z++ banner install
2362026-06-23T19:21:58.714Z
2372026-06-23T19:21:58.714Z # # # #### ##### ## # #
2382026-06-23T19:21:58.714Z # ## # # # # # # #
2392026-06-23T19:21:58.714Z # # # # #### # # # # #
2402026-06-23T19:21:58.714Z # # # # # # ###### # #
2412026-06-23T19:21:58.714Z # # ## # # # # # # #
2422026-06-23T19:21:58.714Z # # # #### # # # ###### ######
2432026-06-23T19:21:58.714Z
2442026-06-23T19:21:58.715Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-23T19:21:58.715Z++ set +o errexit
2462026-06-23T19:21:58.715Z++ pkg info clang-15
2472026-06-23T19:21:58.715Z++ grep -qi installed
2482026-06-23T19:21:59.891Zpkg: info: no packages matching the following patterns you specified are
2492026-06-23T19:21:59.891Zinstalled on the system. Try querying remotely instead:
2502026-06-23T19:21:59.891Z
2512026-06-23T19:21:59.891Z clang-15
2522026-06-23T19:21:59.928Z++ [[ 1 != 0 ]]
2532026-06-23T19:21:59.928Z++ set -o errexit
2542026-06-23T19:21:59.931Z++ pfexec pkg install clang-15
2552026-06-23T19:22:11.521Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-23T19:22:21.614Z Startup: Caching catalogs ... Done
2572026-06-23T19:22:26.505ZPlanning: Solver setup ... Done
2582026-06-23T19:22:26.545ZPlanning: Running solver ... Done
2592026-06-23T19:22:26.686ZPlanning: Finding local manifests ... Done
2602026-06-23T19:22:26.698ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-23T19:22:26.781ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-23T19:22:26.811ZPlanning: Package planning ... Done
2632026-06-23T19:22:26.837ZPlanning: Merging actions ... Done
2642026-06-23T19:22:26.944ZPlanning: Checking for conflicting actions ... Done
2652026-06-23T19:22:26.951ZPlanning: Consolidating action changes ... Done
2662026-06-23T19:22:27.720ZPlanning: Evaluating mediators ... Done
2672026-06-23T19:22:27.727ZPlanning: Planning completed in 8.28 seconds
2682026-06-23T19:22:27.736Z Packages to install: 2
2692026-06-23T19:22:27.736Z Mediators to change: 2
2702026-06-23T19:22:27.739Z Services to change: 1
2712026-06-23T19:22:27.739Z Create boot environment: No
2722026-06-23T19:22:27.739ZCreate backup boot environment: No
2732026-06-23T19:22:27.780Z
2742026-06-23T19:22:27.780ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-23T19:22:32.783ZDownload: 505/3076 items 16.9/211.3MB 7% complete (4.1M/s)
2762026-06-23T19:22:37.822ZDownload: 970/3076 items 77.7/211.3MB 36% complete (8.0M/s)
2772026-06-23T19:22:42.824ZDownload: 1762/3076 items 117.3/211.3MB 55% complete (10.1M/s)
2782026-06-23T19:22:49.022ZDownload: 3073/3076 items 210.4/211.3MB 99% complete (15.3M/s)
2792026-06-23T19:22:49.048ZDownload: Completed 211.31 MB in 21.27 seconds (9.9M/s)
2802026-06-23T19:22:49.163Z Actions: 1/3418 actions (Installing new actions)
2812026-06-23T19:22:52.311Z Actions: Completed 3418 actions in 3.15 seconds.
2822026-06-23T19:22:52.947Z Done
2832026-06-23T19:22:52.947Z Done
2842026-06-23T19:22:53.688Z Done
2852026-06-23T19:22:57.046Z Done
2862026-06-23T19:22:57.118Z Done
2872026-06-23T19:22:57.121Z Done
2882026-06-23T19:22:57.395Z Done
2892026-06-23T19:22:58.070Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-06-23T19:22:58.070Z++ set +o errexit
2912026-06-23T19:22:58.073Z++ pkg info pkg-config
2922026-06-23T19:22:58.073Z++ grep -qi installed
2932026-06-23T19:22:58.300Z++ [[ 0 != 0 ]]
2942026-06-23T19:22:58.300Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-06-23T19:22:58.300Z++ set +o errexit
2962026-06-23T19:22:58.302Z++ pkg info brand/omicron1
2972026-06-23T19:22:58.303Z++ grep -qi installed
2982026-06-23T19:22:58.484Zpkg: info: no packages matching the following patterns you specified are
2992026-06-23T19:22:58.484Zinstalled on the system. Try querying remotely instead:
3002026-06-23T19:22:58.484Z
3012026-06-23T19:22:58.484Z brand/omicron1
3022026-06-23T19:22:58.519Z++ [[ 1 != 0 ]]
3032026-06-23T19:22:58.519Z++ set -o errexit
3042026-06-23T19:22:58.519Z++ pfexec pkg install brand/omicron1
3052026-06-23T19:22:58.940Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-06-23T19:23:06.211ZPlanning: Solver setup ... Done
3072026-06-23T19:23:06.251ZPlanning: Running solver ... Done
3082026-06-23T19:23:06.394ZPlanning: Finding local manifests ... Done
3092026-06-23T19:23:06.397ZPlanning: Fetching manifests: 0/2 0% complete
3102026-06-23T19:23:06.522ZPlanning: Fetching manifests: 2/2 100% complete
3112026-06-23T19:23:06.535ZPlanning: Package planning ... Done
3122026-06-23T19:23:06.538ZPlanning: Merging actions ... Done
3132026-06-23T19:23:06.689ZPlanning: Checking for conflicting actions ... Done
3142026-06-23T19:23:06.692ZPlanning: Consolidating action changes ... Done
3152026-06-23T19:23:06.845ZPlanning: Evaluating mediators ... Done
3162026-06-23T19:23:06.849ZPlanning: Planning completed in 7.90 seconds
3172026-06-23T19:23:06.858Z Packages to install: 2
3182026-06-23T19:23:06.858Z Create boot environment: No
3192026-06-23T19:23:06.858ZCreate backup boot environment: No
3202026-06-23T19:23:06.882Z
3212026-06-23T19:23:06.882ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-06-23T19:23:07.307ZDownload: Completed 1.07 MB in 0.43 seconds (2.5M/s)
3232026-06-23T19:23:07.385Z Actions: 1/28 actions (Installing new actions)
3242026-06-23T19:23:07.397Z Actions: Completed 28 actions in 0.01 seconds.
3252026-06-23T19:23:07.904Z Done
3262026-06-23T19:23:07.904Z Done
3272026-06-23T19:23:08.542Z Done
3282026-06-23T19:23:11.388Z Done
3292026-06-23T19:23:11.463Z Done
3302026-06-23T19:23:11.468Z Done
3312026-06-23T19:23:11.617Z Done
3322026-06-23T19:23:11.758Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-06-23T19:23:11.758Z++ set +o errexit
3342026-06-23T19:23:11.761Z++ pkg info brand/omicron1/tools
3352026-06-23T19:23:11.761Z++ grep -qi installed
3362026-06-23T19:23:11.944Zpkg: info: no packages matching the following patterns you specified are
3372026-06-23T19:23:11.944Zinstalled on the system. Try querying remotely instead:
3382026-06-23T19:23:11.944Z
3392026-06-23T19:23:11.944Z brand/omicron1/tools
3402026-06-23T19:23:11.977Z++ [[ 1 != 0 ]]
3412026-06-23T19:23:11.977Z++ set -o errexit
3422026-06-23T19:23:11.977Z++ pfexec pkg install brand/omicron1/tools
3432026-06-23T19:23:12.369Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-06-23T19:23:19.638ZPlanning: Solver setup ... Done
3452026-06-23T19:23:19.677ZPlanning: Running solver ... Done
3462026-06-23T19:23:19.820ZPlanning: Finding local manifests ... Done
3472026-06-23T19:23:19.823ZPlanning: Fetching manifests: 0/1 0% complete
3482026-06-23T19:23:19.936ZPlanning: Fetching manifests: 1/1 100% complete
3492026-06-23T19:23:19.948ZPlanning: Package planning ... Done
3502026-06-23T19:23:19.952ZPlanning: Merging actions ... Done
3512026-06-23T19:23:20.092ZPlanning: Checking for conflicting actions ... Done
3522026-06-23T19:23:20.094ZPlanning: Consolidating action changes ... Done
3532026-06-23T19:23:20.250ZPlanning: Evaluating mediators ... Done
3542026-06-23T19:23:20.253ZPlanning: Planning completed in 7.88 seconds
3552026-06-23T19:23:20.257Z Packages to install: 1
3562026-06-23T19:23:20.257Z Services to change: 1
3572026-06-23T19:23:20.257Z Create boot environment: No
3582026-06-23T19:23:20.260ZCreate backup boot environment: No
3592026-06-23T19:23:20.286Z
3602026-06-23T19:23:20.286ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-06-23T19:23:20.310ZDownload: Completed 1.19 MB in 0.02 seconds (48.9M/s)
3622026-06-23T19:23:20.378Z Actions: 1/19 actions (Installing new actions)
3632026-06-23T19:23:20.387Z Actions: Completed 19 actions in 0.01 seconds.
3642026-06-23T19:23:20.899Z Done
3652026-06-23T19:23:20.900Z Done
3662026-06-23T19:23:21.535Z Done
3672026-06-23T19:23:24.439Z Done
3682026-06-23T19:23:24.510Z Done
3692026-06-23T19:23:24.513Z Done
3702026-06-23T19:23:24.636Z Done
3712026-06-23T19:23:24.778Z++ pfexec svcadm enable baseline
3722026-06-23T19:23:24.794Z++ retry=0
3732026-06-23T19:23:24.796Z+++ svcs -Hostate baseline
3742026-06-23T19:23:24.810Z++ [[ offline* != online ]]
3752026-06-23T19:23:24.810Z++ [[ 0 -gt 300 ]]
3762026-06-23T19:23:24.812Z++ sleep 1
3772026-06-23T19:23:25.812Z++ retry=1
3782026-06-23T19:23:25.816Z+++ svcs -Hostate baseline
3792026-06-23T19:23:25.828Z++ [[ offline* != online ]]
3802026-06-23T19:23:25.828Z++ [[ 1 -gt 300 ]]
3812026-06-23T19:23:25.828Z++ sleep 1
3822026-06-23T19:23:26.830Z++ retry=2
3832026-06-23T19:23:26.834Z+++ svcs -Hostate baseline
3842026-06-23T19:23:26.846Z++ [[ offline* != online ]]
3852026-06-23T19:23:26.846Z++ [[ 2 -gt 300 ]]
3862026-06-23T19:23:26.846Z++ sleep 1
3872026-06-23T19:23:27.847Z++ retry=3
3882026-06-23T19:23:27.850Z+++ svcs -Hostate baseline
3892026-06-23T19:23:27.867Z++ [[ offline* != online ]]
3902026-06-23T19:23:27.867Z++ [[ 3 -gt 300 ]]
3912026-06-23T19:23:27.867Z++ sleep 1
3922026-06-23T19:23:28.866Z++ retry=4
3932026-06-23T19:23:28.869Z+++ svcs -Hostate baseline
3942026-06-23T19:23:28.916Z++ [[ offline* != online ]]
3952026-06-23T19:23:28.919Z++ [[ 4 -gt 300 ]]
3962026-06-23T19:23:28.919Z++ sleep 1
3972026-06-23T19:23:29.919Z++ retry=5
3982026-06-23T19:23:29.922Z+++ svcs -Hostate baseline
3992026-06-23T19:23:29.942Z++ [[ offline* != online ]]
4002026-06-23T19:23:29.942Z++ [[ 5 -gt 300 ]]
4012026-06-23T19:23:29.942Z++ sleep 1
4022026-06-23T19:23:30.946Z++ retry=6
4032026-06-23T19:23:30.949Z+++ svcs -Hostate baseline
4042026-06-23T19:23:30.960Z++ [[ offline* != online ]]
4052026-06-23T19:23:30.960Z++ [[ 6 -gt 300 ]]
4062026-06-23T19:23:30.960Z++ sleep 1
4072026-06-23T19:23:31.963Z++ retry=7
4082026-06-23T19:23:31.966Z+++ svcs -Hostate baseline
4092026-06-23T19:23:31.979Z++ [[ offline* != online ]]
4102026-06-23T19:23:31.979Z++ [[ 7 -gt 300 ]]
4112026-06-23T19:23:31.979Z++ sleep 1
4122026-06-23T19:23:32.982Z++ retry=8
4132026-06-23T19:23:32.985Z+++ svcs -Hostate baseline
4142026-06-23T19:23:32.998Z++ [[ offline* != online ]]
4152026-06-23T19:23:32.998Z++ [[ 8 -gt 300 ]]
4162026-06-23T19:23:32.998Z++ sleep 1
4172026-06-23T19:23:34.000Z++ retry=9
4182026-06-23T19:23:34.006Z+++ svcs -Hostate baseline
4192026-06-23T19:23:34.020Z++ [[ offline* != online ]]
4202026-06-23T19:23:34.020Z++ [[ 9 -gt 300 ]]
4212026-06-23T19:23:34.020Z++ sleep 1
4222026-06-23T19:23:35.019Z++ retry=10
4232026-06-23T19:23:35.026Z+++ svcs -Hostate baseline
4242026-06-23T19:23:35.034Z++ [[ offline* != online ]]
4252026-06-23T19:23:35.034Z++ [[ 10 -gt 300 ]]
4262026-06-23T19:23:35.034Z++ sleep 1
4272026-06-23T19:23:36.039Z++ retry=11
4282026-06-23T19:23:36.043Z+++ svcs -Hostate baseline
4292026-06-23T19:23:36.052Z++ [[ offline* != online ]]
4302026-06-23T19:23:36.052Z++ [[ 11 -gt 300 ]]
4312026-06-23T19:23:36.052Z++ sleep 1
4322026-06-23T19:23:37.055Z++ retry=12
4332026-06-23T19:23:37.058Z+++ svcs -Hostate baseline
4342026-06-23T19:23:37.071Z++ [[ offline* != online ]]
4352026-06-23T19:23:37.071Z++ [[ 12 -gt 300 ]]
4362026-06-23T19:23:37.071Z++ sleep 1
4372026-06-23T19:23:38.074Z++ retry=13
4382026-06-23T19:23:38.077Z+++ svcs -Hostate baseline
4392026-06-23T19:23:38.089Z++ [[ offline* != online ]]
4402026-06-23T19:23:38.089Z++ [[ 13 -gt 300 ]]
4412026-06-23T19:23:38.089Z++ sleep 1
4422026-06-23T19:23:39.093Z++ retry=14
4432026-06-23T19:23:39.096Z+++ svcs -Hostate baseline
4442026-06-23T19:23:39.107Z++ [[ offline* != online ]]
4452026-06-23T19:23:39.107Z++ [[ 14 -gt 300 ]]
4462026-06-23T19:23:39.107Z++ sleep 1
4472026-06-23T19:23:40.112Z++ retry=15
4482026-06-23T19:23:40.115Z+++ svcs -Hostate baseline
4492026-06-23T19:23:40.127Z++ [[ offline* != online ]]
4502026-06-23T19:23:40.127Z++ [[ 15 -gt 300 ]]
4512026-06-23T19:23:40.127Z++ sleep 1
4522026-06-23T19:23:41.127Z++ retry=16
4532026-06-23T19:23:41.130Z+++ svcs -Hostate baseline
4542026-06-23T19:23:41.143Z++ [[ offline* != online ]]
4552026-06-23T19:23:41.143Z++ [[ 16 -gt 300 ]]
4562026-06-23T19:23:41.143Z++ sleep 1
4572026-06-23T19:23:42.146Z++ retry=17
4582026-06-23T19:23:42.148Z+++ svcs -Hostate baseline
4592026-06-23T19:23:42.162Z++ [[ offline* != online ]]
4602026-06-23T19:23:42.162Z++ [[ 17 -gt 300 ]]
4612026-06-23T19:23:42.162Z++ sleep 1
4622026-06-23T19:23:43.164Z++ retry=18
4632026-06-23T19:23:43.167Z+++ svcs -Hostate baseline
4642026-06-23T19:23:43.180Z++ [[ offline* != online ]]
4652026-06-23T19:23:43.180Z++ [[ 18 -gt 300 ]]
4662026-06-23T19:23:43.180Z++ sleep 1
4672026-06-23T19:23:44.183Z++ retry=19
4682026-06-23T19:23:44.186Z+++ svcs -Hostate baseline
4692026-06-23T19:23:44.198Z++ [[ offline* != online ]]
4702026-06-23T19:23:44.198Z++ [[ 19 -gt 300 ]]
4712026-06-23T19:23:44.201Z++ sleep 1
4722026-06-23T19:23:45.200Z++ retry=20
4732026-06-23T19:23:45.204Z+++ svcs -Hostate baseline
4742026-06-23T19:23:45.219Z++ [[ offline* != online ]]
4752026-06-23T19:23:45.220Z++ [[ 20 -gt 300 ]]
4762026-06-23T19:23:45.220Z++ sleep 1
4772026-06-23T19:23:46.219Z++ retry=21
4782026-06-23T19:23:46.222Z+++ svcs -Hostate baseline
4792026-06-23T19:23:46.236Z++ [[ offline* != online ]]
4802026-06-23T19:23:46.236Z++ [[ 21 -gt 300 ]]
4812026-06-23T19:23:46.236Z++ sleep 1
4822026-06-23T19:23:47.240Z++ retry=22
4832026-06-23T19:23:47.246Z+++ svcs -Hostate baseline
4842026-06-23T19:23:47.268Z++ [[ offline* != online ]]
4852026-06-23T19:23:47.268Z++ [[ 22 -gt 300 ]]
4862026-06-23T19:23:47.268Z++ sleep 1
4872026-06-23T19:23:48.256Z++ retry=23
4882026-06-23T19:23:48.260Z+++ svcs -Hostate baseline
4892026-06-23T19:23:48.273Z++ [[ offline* != online ]]
4902026-06-23T19:23:48.273Z++ [[ 23 -gt 300 ]]
4912026-06-23T19:23:48.273Z++ sleep 1
4922026-06-23T19:23:49.275Z++ retry=24
4932026-06-23T19:23:49.280Z+++ svcs -Hostate baseline
4942026-06-23T19:23:49.291Z++ [[ offline* != online ]]
4952026-06-23T19:23:49.291Z++ [[ 24 -gt 300 ]]
4962026-06-23T19:23:49.291Z++ sleep 1
4972026-06-23T19:23:50.296Z++ retry=25
4982026-06-23T19:23:50.306Z+++ svcs -Hostate baseline
4992026-06-23T19:23:50.749Z++ [[ offline* != online ]]
5002026-06-23T19:23:50.749Z++ [[ 25 -gt 300 ]]
5012026-06-23T19:23:50.749Z++ sleep 1
5022026-06-23T19:23:51.348Z++ retry=26
5032026-06-23T19:23:51.396Z+++ svcs -Hostate baseline
5042026-06-23T19:23:51.396Z++ [[ offline* != online ]]
5052026-06-23T19:23:51.396Z++ [[ 26 -gt 300 ]]
5062026-06-23T19:23:51.396Z++ sleep 1
5072026-06-23T19:23:52.331Z++ retry=27
5082026-06-23T19:23:52.334Z+++ svcs -Hostate baseline
5092026-06-23T19:23:52.345Z++ [[ offline* != online ]]
5102026-06-23T19:23:52.345Z++ [[ 27 -gt 300 ]]
5112026-06-23T19:23:52.346Z++ sleep 1
5122026-06-23T19:23:53.348Z++ retry=28
5132026-06-23T19:23:53.351Z+++ svcs -Hostate baseline
5142026-06-23T19:23:53.364Z++ [[ offline* != online ]]
5152026-06-23T19:23:53.364Z++ [[ 28 -gt 300 ]]
5162026-06-23T19:23:53.364Z++ sleep 1
5172026-06-23T19:23:54.374Z++ retry=29
5182026-06-23T19:23:54.376Z+++ svcs -Hostate baseline
5192026-06-23T19:23:54.382Z++ [[ offline* != online ]]
5202026-06-23T19:23:54.382Z++ [[ 29 -gt 300 ]]
5212026-06-23T19:23:54.382Z++ sleep 1
5222026-06-23T19:23:55.385Z++ retry=30
5232026-06-23T19:23:55.389Z+++ svcs -Hostate baseline
5242026-06-23T19:23:55.402Z++ [[ offline* != online ]]
5252026-06-23T19:23:55.402Z++ [[ 30 -gt 300 ]]
5262026-06-23T19:23:55.402Z++ sleep 1
5272026-06-23T19:23:56.403Z++ retry=31
5282026-06-23T19:23:56.409Z+++ svcs -Hostate baseline
5292026-06-23T19:23:56.422Z++ [[ offline* != online ]]
5302026-06-23T19:23:56.422Z++ [[ 31 -gt 300 ]]
5312026-06-23T19:23:56.422Z++ sleep 1
5322026-06-23T19:23:57.424Z++ retry=32
5332026-06-23T19:23:57.428Z+++ svcs -Hostate baseline
5342026-06-23T19:23:57.438Z++ [[ offline* != online ]]
5352026-06-23T19:23:57.439Z++ [[ 32 -gt 300 ]]
5362026-06-23T19:23:57.439Z++ sleep 1
5372026-06-23T19:23:58.439Z++ retry=33
5382026-06-23T19:23:58.444Z+++ svcs -Hostate baseline
5392026-06-23T19:23:58.456Z++ [[ offline* != online ]]
5402026-06-23T19:23:58.456Z++ [[ 33 -gt 300 ]]
5412026-06-23T19:23:58.456Z++ sleep 1
5422026-06-23T19:23:59.462Z++ retry=34
5432026-06-23T19:23:59.468Z+++ svcs -Hostate baseline
5442026-06-23T19:23:59.476Z++ [[ offline* != online ]]
5452026-06-23T19:23:59.476Z++ [[ 34 -gt 300 ]]
5462026-06-23T19:23:59.476Z++ sleep 1
5472026-06-23T19:24:00.476Z++ retry=35
5482026-06-23T19:24:00.479Z+++ svcs -Hostate baseline
5492026-06-23T19:24:00.492Z++ [[ offline* != online ]]
5502026-06-23T19:24:00.492Z++ [[ 35 -gt 300 ]]
5512026-06-23T19:24:00.492Z++ sleep 1
5522026-06-23T19:24:01.494Z++ retry=36
5532026-06-23T19:24:01.497Z+++ svcs -Hostate baseline
5542026-06-23T19:24:01.511Z++ [[ offline* != online ]]
5552026-06-23T19:24:01.511Z++ [[ 36 -gt 300 ]]
5562026-06-23T19:24:01.511Z++ sleep 1
5572026-06-23T19:24:02.512Z++ retry=37
5582026-06-23T19:24:02.515Z+++ svcs -Hostate baseline
5592026-06-23T19:24:02.528Z++ [[ offline* != online ]]
5602026-06-23T19:24:02.528Z++ [[ 37 -gt 300 ]]
5612026-06-23T19:24:02.528Z++ sleep 1
5622026-06-23T19:24:03.531Z++ retry=38
5632026-06-23T19:24:03.533Z+++ svcs -Hostate baseline
5642026-06-23T19:24:03.549Z++ [[ offline* != online ]]
5652026-06-23T19:24:03.549Z++ [[ 38 -gt 300 ]]
5662026-06-23T19:24:03.549Z++ sleep 1
5672026-06-23T19:24:04.552Z++ retry=39
5682026-06-23T19:24:04.557Z+++ svcs -Hostate baseline
5692026-06-23T19:24:04.567Z++ [[ offline* != online ]]
5702026-06-23T19:24:04.567Z++ [[ 39 -gt 300 ]]
5712026-06-23T19:24:04.567Z++ sleep 1
5722026-06-23T19:24:05.568Z++ retry=40
5732026-06-23T19:24:05.573Z+++ svcs -Hostate baseline
5742026-06-23T19:24:05.587Z++ [[ offline* != online ]]
5752026-06-23T19:24:05.587Z++ [[ 40 -gt 300 ]]
5762026-06-23T19:24:05.587Z++ sleep 1
5772026-06-23T19:24:06.586Z++ retry=41
5782026-06-23T19:24:06.589Z+++ svcs -Hostate baseline
5792026-06-23T19:24:06.602Z++ [[ offline* != online ]]
5802026-06-23T19:24:06.602Z++ [[ 41 -gt 300 ]]
5812026-06-23T19:24:06.602Z++ sleep 1
5822026-06-23T19:24:07.604Z++ retry=42
5832026-06-23T19:24:07.607Z+++ svcs -Hostate baseline
5842026-06-23T19:24:07.620Z++ [[ offline* != online ]]
5852026-06-23T19:24:07.620Z++ [[ 42 -gt 300 ]]
5862026-06-23T19:24:07.620Z++ sleep 1
5872026-06-23T19:24:08.622Z++ retry=43
5882026-06-23T19:24:08.631Z+++ svcs -Hostate baseline
5892026-06-23T19:24:08.639Z++ [[ offline* != online ]]
5902026-06-23T19:24:08.639Z++ [[ 43 -gt 300 ]]
5912026-06-23T19:24:08.642Z++ sleep 1
5922026-06-23T19:24:09.642Z++ retry=44
5932026-06-23T19:24:09.645Z+++ svcs -Hostate baseline
5942026-06-23T19:24:09.656Z++ [[ offline* != online ]]
5952026-06-23T19:24:09.657Z++ [[ 44 -gt 300 ]]
5962026-06-23T19:24:09.657Z++ sleep 1
5972026-06-23T19:24:10.660Z++ retry=45
5982026-06-23T19:24:10.663Z+++ svcs -Hostate baseline
5992026-06-23T19:24:10.674Z++ [[ offline* != online ]]
6002026-06-23T19:24:10.675Z++ [[ 45 -gt 300 ]]
6012026-06-23T19:24:10.675Z++ sleep 1
6022026-06-23T19:24:11.678Z++ retry=46
6032026-06-23T19:24:11.682Z+++ svcs -Hostate baseline
6042026-06-23T19:24:11.692Z++ [[ offline* != online ]]
6052026-06-23T19:24:11.692Z++ [[ 46 -gt 300 ]]
6062026-06-23T19:24:11.693Z++ sleep 1
6072026-06-23T19:24:12.695Z++ retry=47
6082026-06-23T19:24:12.698Z+++ svcs -Hostate baseline
6092026-06-23T19:24:12.711Z++ [[ offline* != online ]]
6102026-06-23T19:24:12.711Z++ [[ 47 -gt 300 ]]
6112026-06-23T19:24:12.711Z++ sleep 1
6122026-06-23T19:24:13.714Z++ retry=48
6132026-06-23T19:24:13.719Z+++ svcs -Hostate baseline
6142026-06-23T19:24:13.739Z++ [[ offline* != online ]]
6152026-06-23T19:24:13.740Z++ [[ 48 -gt 300 ]]
6162026-06-23T19:24:13.749Z++ sleep 1
6172026-06-23T19:24:14.731Z++ retry=49
6182026-06-23T19:24:14.734Z+++ svcs -Hostate baseline
6192026-06-23T19:24:14.750Z++ [[ offline* != online ]]
6202026-06-23T19:24:14.750Z++ [[ 49 -gt 300 ]]
6212026-06-23T19:24:14.750Z++ sleep 1
6222026-06-23T19:24:15.751Z++ retry=50
6232026-06-23T19:24:15.760Z+++ svcs -Hostate baseline
6242026-06-23T19:24:15.766Z++ [[ offline* != online ]]
6252026-06-23T19:24:15.766Z++ [[ 50 -gt 300 ]]
6262026-06-23T19:24:15.766Z++ sleep 1
6272026-06-23T19:24:16.768Z++ retry=51
6282026-06-23T19:24:16.771Z+++ svcs -Hostate baseline
6292026-06-23T19:24:16.785Z++ [[ offline* != online ]]
6302026-06-23T19:24:16.785Z++ [[ 51 -gt 300 ]]
6312026-06-23T19:24:16.785Z++ sleep 1
6322026-06-23T19:24:17.791Z++ retry=52
6332026-06-23T19:24:17.795Z+++ svcs -Hostate baseline
6342026-06-23T19:24:17.803Z++ [[ offline* != online ]]
6352026-06-23T19:24:17.803Z++ [[ 52 -gt 300 ]]
6362026-06-23T19:24:17.803Z++ sleep 1
6372026-06-23T19:24:18.815Z++ retry=53
6382026-06-23T19:24:18.822Z+++ svcs -Hostate baseline
6392026-06-23T19:24:18.829Z++ [[ offline* != online ]]
6402026-06-23T19:24:18.829Z++ [[ 53 -gt 300 ]]
6412026-06-23T19:24:18.829Z++ sleep 1
6422026-06-23T19:24:19.824Z++ retry=54
6432026-06-23T19:24:19.863Z+++ svcs -Hostate baseline
6442026-06-23T19:24:19.877Z++ [[ offline* != online ]]
6452026-06-23T19:24:19.877Z++ [[ 54 -gt 300 ]]
6462026-06-23T19:24:19.877Z++ sleep 1
6472026-06-23T19:24:20.850Z++ retry=55
6482026-06-23T19:24:20.856Z+++ svcs -Hostate baseline
6492026-06-23T19:24:20.860Z++ [[ offline* != online ]]
6502026-06-23T19:24:20.861Z++ [[ 55 -gt 300 ]]
6512026-06-23T19:24:20.861Z++ sleep 1
6522026-06-23T19:24:21.859Z++ retry=56
6532026-06-23T19:24:21.863Z+++ svcs -Hostate baseline
6542026-06-23T19:24:21.879Z++ [[ offline* != online ]]
6552026-06-23T19:24:21.879Z++ [[ 56 -gt 300 ]]
6562026-06-23T19:24:21.879Z++ sleep 1
6572026-06-23T19:24:22.885Z++ retry=57
6582026-06-23T19:24:22.896Z+++ svcs -Hostate baseline
6592026-06-23T19:24:22.913Z++ [[ offline* != online ]]
6602026-06-23T19:24:22.913Z++ [[ 57 -gt 300 ]]
6612026-06-23T19:24:22.913Z++ sleep 1
6622026-06-23T19:24:23.897Z++ retry=58
6632026-06-23T19:24:23.900Z+++ svcs -Hostate baseline
6642026-06-23T19:24:23.914Z++ [[ offline* != online ]]
6652026-06-23T19:24:23.914Z++ [[ 58 -gt 300 ]]
6662026-06-23T19:24:23.914Z++ sleep 1
6672026-06-23T19:24:24.915Z++ retry=59
6682026-06-23T19:24:24.918Z+++ svcs -Hostate baseline
6692026-06-23T19:24:24.934Z++ [[ offline* != online ]]
6702026-06-23T19:24:24.934Z++ [[ 59 -gt 300 ]]
6712026-06-23T19:24:24.934Z++ sleep 1
6722026-06-23T19:24:25.935Z++ retry=60
6732026-06-23T19:24:25.938Z+++ svcs -Hostate baseline
6742026-06-23T19:24:25.951Z++ [[ offline* != online ]]
6752026-06-23T19:24:25.951Z++ [[ 60 -gt 300 ]]
6762026-06-23T19:24:25.951Z++ sleep 1
6772026-06-23T19:24:26.964Z++ retry=61
6782026-06-23T19:24:26.974Z+++ svcs -Hostate baseline
6792026-06-23T19:24:26.974Z++ [[ offline* != online ]]
6802026-06-23T19:24:26.974Z++ [[ 61 -gt 300 ]]
6812026-06-23T19:24:26.975Z++ sleep 1
6822026-06-23T19:24:27.971Z++ retry=62
6832026-06-23T19:24:27.974Z+++ svcs -Hostate baseline
6842026-06-23T19:24:27.987Z++ [[ offline* != online ]]
6852026-06-23T19:24:27.987Z++ [[ 62 -gt 300 ]]
6862026-06-23T19:24:27.987Z++ sleep 1
6872026-06-23T19:24:28.990Z++ retry=63
6882026-06-23T19:24:29.007Z+++ svcs -Hostate baseline
6892026-06-23T19:24:29.023Z++ [[ offline* != online ]]
6902026-06-23T19:24:29.023Z++ [[ 63 -gt 300 ]]
6912026-06-23T19:24:29.023Z++ sleep 1
6922026-06-23T19:24:30.008Z++ retry=64
6932026-06-23T19:24:30.016Z+++ svcs -Hostate baseline
6942026-06-23T19:24:30.024Z++ [[ offline* != online ]]
6952026-06-23T19:24:30.024Z++ [[ 64 -gt 300 ]]
6962026-06-23T19:24:30.024Z++ sleep 1
6972026-06-23T19:24:31.028Z++ retry=65
6982026-06-23T19:24:31.031Z+++ svcs -Hostate baseline
6992026-06-23T19:24:31.042Z++ [[ offline* != online ]]
7002026-06-23T19:24:31.042Z++ [[ 65 -gt 300 ]]
7012026-06-23T19:24:31.047Z++ sleep 1
7022026-06-23T19:24:32.043Z++ retry=66
7032026-06-23T19:24:32.047Z+++ svcs -Hostate baseline
7042026-06-23T19:24:32.059Z++ [[ offline* != online ]]
7052026-06-23T19:24:32.059Z++ [[ 66 -gt 300 ]]
7062026-06-23T19:24:32.059Z++ sleep 1
7072026-06-23T19:24:33.066Z++ retry=67
7082026-06-23T19:24:33.073Z+++ svcs -Hostate baseline
7092026-06-23T19:24:33.086Z++ [[ offline* != online ]]
7102026-06-23T19:24:33.086Z++ [[ 67 -gt 300 ]]
7112026-06-23T19:24:33.086Z++ sleep 1
7122026-06-23T19:24:34.082Z++ retry=68
7132026-06-23T19:24:34.085Z+++ svcs -Hostate baseline
7142026-06-23T19:24:34.110Z++ [[ offline* != online ]]
7152026-06-23T19:24:34.111Z++ [[ 68 -gt 300 ]]
7162026-06-23T19:24:34.114Z++ sleep 1
7172026-06-23T19:24:35.099Z++ retry=69
7182026-06-23T19:24:35.102Z+++ svcs -Hostate baseline
7192026-06-23T19:24:35.115Z++ [[ offline* != online ]]
7202026-06-23T19:24:35.115Z++ [[ 69 -gt 300 ]]
7212026-06-23T19:24:35.116Z++ sleep 1
7222026-06-23T19:24:36.118Z++ retry=70
7232026-06-23T19:24:36.120Z+++ svcs -Hostate baseline
7242026-06-23T19:24:36.134Z++ [[ offline* != online ]]
7252026-06-23T19:24:36.134Z++ [[ 70 -gt 300 ]]
7262026-06-23T19:24:36.134Z++ sleep 1
7272026-06-23T19:24:37.140Z++ retry=71
7282026-06-23T19:24:37.143Z+++ svcs -Hostate baseline
7292026-06-23T19:24:37.153Z++ [[ offline* != online ]]
7302026-06-23T19:24:37.153Z++ [[ 71 -gt 300 ]]
7312026-06-23T19:24:37.153Z++ sleep 1
7322026-06-23T19:24:38.155Z++ retry=72
7332026-06-23T19:24:38.158Z+++ svcs -Hostate baseline
7342026-06-23T19:24:38.171Z++ [[ offline* != online ]]
7352026-06-23T19:24:38.171Z++ [[ 72 -gt 300 ]]
7362026-06-23T19:24:38.171Z++ sleep 1
7372026-06-23T19:24:39.174Z++ retry=73
7382026-06-23T19:24:39.179Z+++ svcs -Hostate baseline
7392026-06-23T19:24:39.190Z++ [[ offline* != online ]]
7402026-06-23T19:24:39.190Z++ [[ 73 -gt 300 ]]
7412026-06-23T19:24:39.196Z++ sleep 1
7422026-06-23T19:24:40.192Z++ retry=74
7432026-06-23T19:24:40.195Z+++ svcs -Hostate baseline
7442026-06-23T19:24:40.209Z++ [[ offline* != online ]]
7452026-06-23T19:24:40.209Z++ [[ 74 -gt 300 ]]
7462026-06-23T19:24:40.209Z++ sleep 1
7472026-06-23T19:24:41.210Z++ retry=75
7482026-06-23T19:24:41.214Z+++ svcs -Hostate baseline
7492026-06-23T19:24:41.226Z++ [[ offline* != online ]]
7502026-06-23T19:24:41.226Z++ [[ 75 -gt 300 ]]
7512026-06-23T19:24:41.226Z++ sleep 1
7522026-06-23T19:24:42.229Z++ retry=76
7532026-06-23T19:24:42.234Z+++ svcs -Hostate baseline
7542026-06-23T19:24:42.661Z++ [[ offline* != online ]]
7552026-06-23T19:24:42.662Z++ [[ 76 -gt 300 ]]
7562026-06-23T19:24:42.662Z++ sleep 1
7572026-06-23T19:24:43.251Z++ retry=77
7582026-06-23T19:24:43.259Z+++ svcs -Hostate baseline
7592026-06-23T19:24:43.274Z++ [[ offline* != online ]]
7602026-06-23T19:24:43.275Z++ [[ 77 -gt 300 ]]
7612026-06-23T19:24:43.275Z++ sleep 1
7622026-06-23T19:24:44.266Z++ retry=78
7632026-06-23T19:24:44.269Z+++ svcs -Hostate baseline
7642026-06-23T19:24:44.282Z++ [[ offline* != online ]]
7652026-06-23T19:24:44.282Z++ [[ 78 -gt 300 ]]
7662026-06-23T19:24:44.285Z++ sleep 1
7672026-06-23T19:24:45.284Z++ retry=79
7682026-06-23T19:24:45.288Z+++ svcs -Hostate baseline
7692026-06-23T19:24:45.300Z++ [[ offline* != online ]]
7702026-06-23T19:24:45.300Z++ [[ 79 -gt 300 ]]
7712026-06-23T19:24:45.300Z++ sleep 1
7722026-06-23T19:24:46.302Z++ retry=80
7732026-06-23T19:24:46.306Z+++ svcs -Hostate baseline
7742026-06-23T19:24:46.319Z++ [[ offline* != online ]]
7752026-06-23T19:24:46.319Z++ [[ 80 -gt 300 ]]
7762026-06-23T19:24:46.319Z++ sleep 1
7772026-06-23T19:24:47.321Z++ retry=81
7782026-06-23T19:24:47.324Z+++ svcs -Hostate baseline
7792026-06-23T19:24:47.338Z++ [[ offline* != online ]]
7802026-06-23T19:24:47.338Z++ [[ 81 -gt 300 ]]
7812026-06-23T19:24:47.338Z++ sleep 1
7822026-06-23T19:24:48.339Z++ retry=82
7832026-06-23T19:24:48.342Z+++ svcs -Hostate baseline
7842026-06-23T19:24:48.356Z++ [[ offline* != online ]]
7852026-06-23T19:24:48.356Z++ [[ 82 -gt 300 ]]
7862026-06-23T19:24:48.356Z++ sleep 1
7872026-06-23T19:24:49.360Z++ retry=83
7882026-06-23T19:24:49.363Z+++ svcs -Hostate baseline
7892026-06-23T19:24:49.374Z++ [[ offline* != online ]]
7902026-06-23T19:24:49.374Z++ [[ 83 -gt 300 ]]
7912026-06-23T19:24:49.374Z++ sleep 1
7922026-06-23T19:24:50.376Z++ retry=84
7932026-06-23T19:24:50.379Z+++ svcs -Hostate baseline
7942026-06-23T19:24:50.392Z++ [[ offline* != online ]]
7952026-06-23T19:24:50.392Z++ [[ 84 -gt 300 ]]
7962026-06-23T19:24:50.392Z++ sleep 1
7972026-06-23T19:24:51.397Z++ retry=85
7982026-06-23T19:24:51.400Z+++ svcs -Hostate baseline
7992026-06-23T19:24:51.412Z++ [[ offline* != online ]]
8002026-06-23T19:24:51.412Z++ [[ 85 -gt 300 ]]
8012026-06-23T19:24:51.412Z++ sleep 1
8022026-06-23T19:24:52.418Z++ retry=86
8032026-06-23T19:24:52.421Z+++ svcs -Hostate baseline
8042026-06-23T19:24:52.429Z++ [[ offline* != online ]]
8052026-06-23T19:24:52.429Z++ [[ 86 -gt 300 ]]
8062026-06-23T19:24:52.429Z++ sleep 1
8072026-06-23T19:24:53.431Z++ retry=87
8082026-06-23T19:24:53.435Z+++ svcs -Hostate baseline
8092026-06-23T19:24:53.448Z++ [[ offline* != online ]]
8102026-06-23T19:24:53.448Z++ [[ 87 -gt 300 ]]
8112026-06-23T19:24:53.448Z++ sleep 1
8122026-06-23T19:24:54.449Z++ retry=88
8132026-06-23T19:24:54.453Z+++ svcs -Hostate baseline
8142026-06-23T19:24:54.466Z++ [[ offline* != online ]]
8152026-06-23T19:24:54.466Z++ [[ 88 -gt 300 ]]
8162026-06-23T19:24:54.466Z++ sleep 1
8172026-06-23T19:24:55.468Z++ retry=89
8182026-06-23T19:24:55.474Z+++ svcs -Hostate baseline
8192026-06-23T19:24:55.484Z++ [[ offline* != online ]]
8202026-06-23T19:24:55.484Z++ [[ 89 -gt 300 ]]
8212026-06-23T19:24:55.484Z++ sleep 1
8222026-06-23T19:24:56.486Z++ retry=90
8232026-06-23T19:24:56.489Z+++ svcs -Hostate baseline
8242026-06-23T19:24:56.512Z++ [[ offline* != online ]]
8252026-06-23T19:24:56.512Z++ [[ 90 -gt 300 ]]
8262026-06-23T19:24:56.512Z++ sleep 1
8272026-06-23T19:24:57.505Z++ retry=91
8282026-06-23T19:24:57.508Z+++ svcs -Hostate baseline
8292026-06-23T19:24:57.521Z++ [[ offline* != online ]]
8302026-06-23T19:24:57.521Z++ [[ 91 -gt 300 ]]
8312026-06-23T19:24:57.521Z++ sleep 1
8322026-06-23T19:24:58.524Z++ retry=92
8332026-06-23T19:24:58.534Z+++ svcs -Hostate baseline
8342026-06-23T19:24:58.540Z++ [[ offline* != online ]]
8352026-06-23T19:24:58.540Z++ [[ 92 -gt 300 ]]
8362026-06-23T19:24:58.540Z++ sleep 1
8372026-06-23T19:24:59.541Z++ retry=93
8382026-06-23T19:24:59.544Z+++ svcs -Hostate baseline
8392026-06-23T19:24:59.561Z++ [[ offline* != online ]]
8402026-06-23T19:24:59.561Z++ [[ 93 -gt 300 ]]
8412026-06-23T19:24:59.561Z++ sleep 1
8422026-06-23T19:25:00.559Z++ retry=94
8432026-06-23T19:25:00.562Z+++ svcs -Hostate baseline
8442026-06-23T19:25:00.577Z++ [[ offline* != online ]]
8452026-06-23T19:25:00.577Z++ [[ 94 -gt 300 ]]
8462026-06-23T19:25:00.577Z++ sleep 1
8472026-06-23T19:25:01.579Z++ retry=95
8482026-06-23T19:25:01.582Z+++ svcs -Hostate baseline
8492026-06-23T19:25:01.594Z++ [[ offline* != online ]]
8502026-06-23T19:25:01.594Z++ [[ 95 -gt 300 ]]
8512026-06-23T19:25:01.594Z++ sleep 1
8522026-06-23T19:25:02.596Z++ retry=96
8532026-06-23T19:25:02.600Z+++ svcs -Hostate baseline
8542026-06-23T19:25:02.611Z++ [[ offline* != online ]]
8552026-06-23T19:25:02.611Z++ [[ 96 -gt 300 ]]
8562026-06-23T19:25:02.611Z++ sleep 1
8572026-06-23T19:25:03.613Z++ retry=97
8582026-06-23T19:25:03.617Z+++ svcs -Hostate baseline
8592026-06-23T19:25:03.629Z++ [[ offline* != online ]]
8602026-06-23T19:25:03.629Z++ [[ 97 -gt 300 ]]
8612026-06-23T19:25:03.629Z++ sleep 1
8622026-06-23T19:25:04.633Z++ retry=98
8632026-06-23T19:25:04.637Z+++ svcs -Hostate baseline
8642026-06-23T19:25:04.648Z++ [[ offline* != online ]]
8652026-06-23T19:25:04.648Z++ [[ 98 -gt 300 ]]
8662026-06-23T19:25:04.648Z++ sleep 1
8672026-06-23T19:25:05.685Z++ retry=99
8682026-06-23T19:25:05.709Z+++ svcs -Hostate baseline
8692026-06-23T19:25:05.709Z++ [[ offline* != online ]]
8702026-06-23T19:25:05.709Z++ [[ 99 -gt 300 ]]
8712026-06-23T19:25:05.709Z++ sleep 1
8722026-06-23T19:25:06.673Z++ retry=100
8732026-06-23T19:25:06.683Z+++ svcs -Hostate baseline
8742026-06-23T19:25:06.699Z++ [[ offline* != online ]]
8752026-06-23T19:25:06.700Z++ [[ 100 -gt 300 ]]
8762026-06-23T19:25:06.700Z++ sleep 1
8772026-06-23T19:25:07.687Z++ retry=101
8782026-06-23T19:25:07.691Z+++ svcs -Hostate baseline
8792026-06-23T19:25:07.700Z++ [[ offline* != online ]]
8802026-06-23T19:25:07.700Z++ [[ 101 -gt 300 ]]
8812026-06-23T19:25:07.700Z++ sleep 1
8822026-06-23T19:25:08.702Z++ retry=102
8832026-06-23T19:25:08.705Z+++ svcs -Hostate baseline
8842026-06-23T19:25:08.717Z++ [[ offline* != online ]]
8852026-06-23T19:25:08.717Z++ [[ 102 -gt 300 ]]
8862026-06-23T19:25:08.717Z++ sleep 1
8872026-06-23T19:25:09.725Z++ retry=103
8882026-06-23T19:25:09.736Z+++ svcs -Hostate baseline
8892026-06-23T19:25:09.754Z++ [[ offline* != online ]]
8902026-06-23T19:25:09.754Z++ [[ 103 -gt 300 ]]
8912026-06-23T19:25:09.754Z++ sleep 1
8922026-06-23T19:25:10.736Z++ retry=104
8932026-06-23T19:25:10.740Z+++ svcs -Hostate baseline
8942026-06-23T19:25:10.762Z++ [[ offline* != online ]]
8952026-06-23T19:25:10.762Z++ [[ 104 -gt 300 ]]
8962026-06-23T19:25:10.762Z++ sleep 1
8972026-06-23T19:25:11.757Z++ retry=105
8982026-06-23T19:25:11.764Z+++ svcs -Hostate baseline
8992026-06-23T19:25:11.773Z++ [[ offline* != online ]]
9002026-06-23T19:25:11.774Z++ [[ 105 -gt 300 ]]
9012026-06-23T19:25:11.774Z++ sleep 1
9022026-06-23T19:25:12.771Z++ retry=106
9032026-06-23T19:25:12.776Z+++ svcs -Hostate baseline
9042026-06-23T19:25:12.802Z++ [[ offline* != online ]]
9052026-06-23T19:25:12.802Z++ [[ 106 -gt 300 ]]
9062026-06-23T19:25:12.802Z++ sleep 1
9072026-06-23T19:25:13.790Z++ retry=107
9082026-06-23T19:25:13.794Z+++ svcs -Hostate baseline
9092026-06-23T19:25:13.806Z++ [[ offline* != online ]]
9102026-06-23T19:25:13.806Z++ [[ 107 -gt 300 ]]
9112026-06-23T19:25:13.806Z++ sleep 1
9122026-06-23T19:25:14.807Z++ retry=108
9132026-06-23T19:25:14.812Z+++ svcs -Hostate baseline
9142026-06-23T19:25:14.823Z++ [[ online != online ]]
9152026-06-23T19:25:14.823Z++ set -o errexit
9162026-06-23T19:25:14.823Z++ set -o pipefail
9172026-06-23T19:25:14.823Z++ banner build
9182026-06-23T19:25:14.827Z
9192026-06-23T19:25:14.827Z ##### # # # # #####
9202026-06-23T19:25:14.827Z # # # # # # # #
9212026-06-23T19:25:14.827Z ##### # # # # # #
9222026-06-23T19:25:14.827Z # # # # # # # #
9232026-06-23T19:25:14.827Z # # # # # # # #
9242026-06-23T19:25:14.827Z ##### #### # ###### #####
9252026-06-23T19:25:14.827Z
9262026-06-23T19:25:14.827Z++ cargo build --release --bin ddmd --bin ddmadm
9272026-06-23T19:25:14.840Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9282026-06-23T19:25:14.978Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9292026-06-23T19:25:14.982Zinfo: downloading 6 components
9302026-06-23T19:25:30.237Z Updating git repository `https://github.com/oxidecomputer/falcon`
9312026-06-23T19:25:30.851ZFrom https://github.com/oxidecomputer/falcon
9322026-06-23T19:25:30.851Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9332026-06-23T19:25:30.933Z Updating crates.io index
9342026-06-23T19:25:30.969Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9352026-06-23T19:25:31.334ZFrom https://github.com/oxidecomputer/dendrite
9362026-06-23T19:25:31.334Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9372026-06-23T19:25:31.578Z Updating git repository `https://github.com/oxidecomputer/ispf`
9382026-06-23T19:25:31.864ZFrom https://github.com/oxidecomputer/ispf
9392026-06-23T19:25:31.864Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9402026-06-23T19:25:31.871Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9412026-06-23T19:25:32.247ZFrom https://github.com/oxidecomputer/netadm-sys
9422026-06-23T19:25:32.247Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9432026-06-23T19:25:32.254Z Updating git repository `https://github.com/oxidecomputer/omicron`
9442026-06-23T19:25:38.253ZFrom https://github.com/oxidecomputer/omicron
9452026-06-23T19:25:38.253Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9462026-06-23T19:25:38.668Z Updating git repository `https://github.com/oxidecomputer/opte`
9472026-06-23T19:25:39.630ZFrom https://github.com/oxidecomputer/opte
9482026-06-23T19:25:39.631Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9492026-06-23T19:25:40.060Z Updating git repository `https://github.com/illumos/smf-rs`
9502026-06-23T19:25:40.372ZFrom https://github.com/illumos/smf-rs
9512026-06-23T19:25:40.372Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9522026-06-23T19:25:40.537Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9532026-06-23T19:25:40.816ZFrom https://github.com/oxidecomputer/network-interface
9542026-06-23T19:25:40.816Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9552026-06-23T19:25:40.823Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9562026-06-23T19:25:41.112ZFrom https://github.com/oxidecomputer/slog-error-chain
9572026-06-23T19:25:41.112Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9582026-06-23T19:25:41.134Z Updating git repository `https://github.com/oxidecomputer/zone`
9592026-06-23T19:25:41.379ZFrom https://github.com/oxidecomputer/zone
9602026-06-23T19:25:41.379Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9612026-06-23T19:25:41.477Z Updating git repository `https://github.com/oxidecomputer/propolis`
9622026-06-23T19:25:42.333ZFrom https://github.com/oxidecomputer/propolis
9632026-06-23T19:25:42.334Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9642026-06-23T19:25:42.630Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9652026-06-23T19:25:43.334ZFrom https://github.com/oxidecomputer/transceiver-control
9662026-06-23T19:25:43.334Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9672026-06-23T19:25:43.352Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9682026-06-23T19:25:43.737ZFrom https://github.com/oxidecomputer/dlpi-sys
9692026-06-23T19:25:43.737Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9702026-06-23T19:25:43.743Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9712026-06-23T19:25:44.052ZFrom https://github.com/jmesmon/rust-libzfs
9722026-06-23T19:25:44.052Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9732026-06-23T19:25:44.060Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9742026-06-23T19:25:44.305ZFrom https://github.com/oxidecomputer/rusty-doors
9752026-06-23T19:25:44.305Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9762026-06-23T19:25:44.370Z Updating git repository `https://github.com/oxidecomputer/lldp`
9772026-06-23T19:25:44.691ZFrom https://github.com/oxidecomputer/lldp
9782026-06-23T19:25:44.691Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9792026-06-23T19:25:44.760Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9802026-06-23T19:25:45.072ZFrom https://github.com/oxidecomputer/tufaceous
9812026-06-23T19:25:45.072Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9822026-06-23T19:25:45.222Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9832026-06-23T19:25:45.683ZFrom https://github.com/oxidecomputer/management-gateway-service
9842026-06-23T19:25:45.683Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9852026-06-23T19:25:45.840Z Updating git repository `https://github.com/oxidecomputer/crucible`
9862026-06-23T19:25:46.725ZFrom https://github.com/oxidecomputer/crucible
9872026-06-23T19:25:46.725Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9882026-06-23T19:25:47.683Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9892026-06-23T19:25:47.931ZFrom https://github.com/oxidecomputer/serde_human_bytes
9902026-06-23T19:25:47.931Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9912026-06-23T19:25:48.140Z Updating git repository `https://github.com/oxidecomputer/propolis`
9922026-06-23T19:25:48.521ZFrom https://github.com/oxidecomputer/propolis
9932026-06-23T19:25:48.521Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9942026-06-23T19:25:48.767Z Updating git repository `https://github.com/oxidecomputer/crucible`
9952026-06-23T19:25:49.132ZFrom https://github.com/oxidecomputer/crucible
9962026-06-23T19:25:49.132Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9972026-06-23T19:25:49.222Z Updating git repository `https://github.com/oxidecomputer/tofino`
9982026-06-23T19:25:49.590ZFrom https://github.com/oxidecomputer/tofino
9992026-06-23T19:25:49.590Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10002026-06-23T19:25:49.599Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10012026-06-23T19:25:50.330ZFrom https://github.com/oxidecomputer/maghemite
10022026-06-23T19:25:50.330Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10032026-06-23T19:25:50.377Z Updating git repository `https://github.com/oxidecomputer/clickward`
10042026-06-23T19:25:50.692ZFrom https://github.com/oxidecomputer/clickward
10052026-06-23T19:25:50.692Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10062026-06-23T19:25:50.755Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10072026-06-23T19:25:50.999ZFrom https://github.com/oxidecomputer/illumos-devinfo
10082026-06-23T19:25:50.999Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10092026-06-23T19:25:52.327Z Downloading crates ...
10102026-06-23T19:25:52.403Z Downloaded bit-vec v0.8.0
10112026-06-23T19:25:52.407Z Downloaded atomic-waker v1.1.2
10122026-06-23T19:25:52.411Z Downloaded backoff v0.4.0
10132026-06-23T19:25:52.411Z Downloaded bitflags v1.3.2
10142026-06-23T19:25:52.414Z Downloaded bit-set v0.8.0
10152026-06-23T19:25:52.418Z Downloaded aead v0.5.2
10162026-06-23T19:25:52.418Z Downloaded bcs v0.1.6
10172026-06-23T19:25:52.422Z Downloaded base64ct v1.8.3
10182026-06-23T19:25:52.422Z Downloaded base16ct v0.2.0
10192026-06-23T19:25:52.425Z Downloaded base16ct v1.0.0
10202026-06-23T19:25:52.428Z Downloaded adler2 v2.0.1
10212026-06-23T19:25:52.431Z Downloaded clap_lex v1.1.0
10222026-06-23T19:25:52.434Z Downloaded anstyle-query v1.1.5
10232026-06-23T19:25:52.437Z Downloaded backon v1.6.0
10242026-06-23T19:25:52.437Z Downloaded darling_macro v0.21.3
10252026-06-23T19:25:52.440Z Downloaded convert_case v0.4.0
10262026-06-23T19:25:52.443Z Downloaded crc32fast v1.5.0
10272026-06-23T19:25:52.443Z Downloaded digest v0.10.7
10282026-06-23T19:25:52.446Z Downloaded async-trait v0.1.89
10292026-06-23T19:25:52.449Z Downloaded data-encoding v2.11.0
10302026-06-23T19:25:52.453Z Downloaded dof v0.4.0
10312026-06-23T19:25:52.453Z Downloaded fixedbitset v0.4.2
10322026-06-23T19:25:52.457Z Downloaded base64 v0.21.7
10332026-06-23T19:25:52.461Z Downloaded errno v0.3.14
10342026-06-23T19:25:52.461Z Downloaded debug-ignore v1.0.5
10352026-06-23T19:25:52.464Z Downloaded derive-where v1.6.1
10362026-06-23T19:25:52.467Z Downloaded crunchy v0.2.4
10372026-06-23T19:25:52.470Z Downloaded futures-task v0.3.32
10382026-06-23T19:25:52.470Z Downloaded equivalent v1.0.2
10392026-06-23T19:25:52.473Z Downloaded dtrace-parser v0.2.0
10402026-06-23T19:25:52.473Z Downloaded cfg_aliases v0.2.1
10412026-06-23T19:25:52.476Z Downloaded ciborium-io v0.2.2
10422026-06-23T19:25:52.479Z Downloaded futures-macro v0.3.32
10432026-06-23T19:25:52.479Z Downloaded hash32 v0.3.1
10442026-06-23T19:25:52.482Z Downloaded dyn-clone v1.0.20
10452026-06-23T19:25:52.485Z Downloaded curve25519-dalek-derive v0.1.1
10462026-06-23T19:25:52.485Z Downloaded const-random-macro v0.1.16
10472026-06-23T19:25:52.487Z Downloaded ff v0.13.1
10482026-06-23T19:25:52.488Z Downloaded critical-section v1.2.0
10492026-06-23T19:25:52.491Z Downloaded async-stream-impl v0.3.6
10502026-06-23T19:25:52.494Z Downloaded dtrace-parser v0.3.0
10512026-06-23T19:25:52.494Z Downloaded deranged v0.5.8
10522026-06-23T19:25:52.496Z Downloaded heck v0.4.1
10532026-06-23T19:25:52.499Z Downloaded foreign-types v0.5.0
10542026-06-23T19:25:52.499Z Downloaded block-buffer v0.10.4
10552026-06-23T19:25:52.502Z Downloaded crypto-common v0.2.2
10562026-06-23T19:25:52.502Z Downloaded crc8 v0.1.1
10572026-06-23T19:25:52.505Z Downloaded derive-ex v0.1.8
10582026-06-23T19:25:52.509Z Downloaded float-ord v0.3.2
10592026-06-23T19:25:52.509Z Downloaded atomicwrites v0.4.4
10602026-06-23T19:25:52.512Z Downloaded http-body v1.0.1
10612026-06-23T19:25:52.512Z Downloaded cobs v0.3.0
10622026-06-23T19:25:52.515Z Downloaded erased-serde v0.3.31
10632026-06-23T19:25:52.517Z Downloaded futures-core v0.3.32
10642026-06-23T19:25:52.517Z Downloaded colorchoice v1.0.5
10652026-06-23T19:25:52.521Z Downloaded async-recursion v1.1.1
10662026-06-23T19:25:52.524Z Downloaded foreign-types-shared v0.1.1
10672026-06-23T19:25:52.524Z Downloaded hubpack v0.1.2
10682026-06-23T19:25:52.527Z Downloaded hex v0.4.3
10692026-06-23T19:25:52.530Z Downloaded foreign-types-shared v0.3.1
10702026-06-23T19:25:52.530Z Downloaded heck v0.5.0
10712026-06-23T19:25:52.533Z Downloaded httpdate v1.0.3
10722026-06-23T19:25:52.536Z Downloaded gethostname v0.5.0
10732026-06-23T19:25:52.536Z Downloaded crypto-common v0.1.7
10742026-06-23T19:25:52.539Z Downloaded foreign-types-macros v0.2.3
10752026-06-23T19:25:52.539Z Downloaded ciborium-ll v0.2.2
10762026-06-23T19:25:52.542Z Downloaded anyhow v1.0.102
10772026-06-23T19:25:52.545Z Downloaded cstr-argument v0.1.2
10782026-06-23T19:25:52.545Z Downloaded crossbeam-deque v0.8.6
10792026-06-23T19:25:52.548Z Downloaded fxhash v0.2.1
10802026-06-23T19:25:52.551Z Downloaded futures-io v0.3.32
10812026-06-23T19:25:52.551Z Downloaded futures-sink v0.3.32
10822026-06-23T19:25:52.554Z Downloaded enum-as-inner v0.6.1
10832026-06-23T19:25:52.554Z Downloaded hubpack_derive v0.1.1
10842026-06-23T19:25:52.558Z Downloaded form_urlencoded v1.2.2
10852026-06-23T19:25:52.558Z Downloaded daft v0.1.7
10862026-06-23T19:25:52.561Z Downloaded indent_write v2.2.0
10872026-06-23T19:25:52.564Z Downloaded colored v3.1.1
10882026-06-23T19:25:52.567Z Downloaded clap_derive v4.6.1
10892026-06-23T19:25:52.567Z Downloaded fs-err v3.3.0
10902026-06-23T19:25:52.570Z Downloaded displaydoc v0.2.6
10912026-06-23T19:25:52.573Z Downloaded git-stub v1.0.0
10922026-06-23T19:25:52.573Z Downloaded is_terminal_polyfill v1.70.2
10932026-06-23T19:25:52.576Z Downloaded lazy_static v1.5.0
10942026-06-23T19:25:52.580Z Downloaded hostname v0.3.1
10952026-06-23T19:25:52.580Z Downloaded is_ci v1.2.0
10962026-06-23T19:25:52.583Z Downloaded foldhash v0.2.0
10972026-06-23T19:25:52.583Z Downloaded derive_more v0.99.20
10982026-06-23T19:25:52.586Z Downloaded ident_case v1.0.1
10992026-06-23T19:25:52.589Z Downloaded compression-codecs v0.4.38
11002026-06-23T19:25:52.592Z Downloaded internet-checksum v0.2.1
11012026-06-23T19:25:52.592Z Downloaded instant v0.1.13
11022026-06-23T19:25:52.595Z Downloaded idna_adapter v1.2.2
11032026-06-23T19:25:52.595Z Downloaded inout v0.1.4
11042026-06-23T19:25:52.598Z Downloaded chacha20 v0.9.1
11052026-06-23T19:25:52.600Z Downloaded is-terminal v0.4.17
11062026-06-23T19:25:52.600Z Downloaded konst_macro_rules v0.2.19
11072026-06-23T19:25:52.603Z Downloaded itoa v1.0.18
11082026-06-23T19:25:52.606Z Downloaded console v0.15.11
11092026-06-23T19:25:52.606Z Downloaded byte-wrapper v0.1.0
11102026-06-23T19:25:52.609Z Downloaded foldhash v0.1.5
11112026-06-23T19:25:52.612Z Downloaded hyper-rustls v0.27.9
11122026-06-23T19:25:52.612Z Downloaded http-body-util v0.1.3
11132026-06-23T19:25:52.615Z Downloaded git-stub-vcs v0.1.0
11142026-06-23T19:25:52.618Z Downloaded highway v1.3.0
11152026-06-23T19:25:52.621Z Downloaded humantime v2.3.0
11162026-06-23T19:25:52.621Z Downloaded find-msvc-tools v0.1.9
11172026-06-23T19:25:52.624Z Downloaded cookie v0.18.1
11182026-06-23T19:25:52.626Z Downloaded memmap v0.7.0
11192026-06-23T19:25:52.630Z Downloaded managed v0.8.0
11202026-06-23T19:25:52.630Z Downloaded macaddr v1.0.1
11212026-06-23T19:25:52.634Z Downloaded generic-array v0.14.7
11222026-06-23T19:25:52.634Z Downloaded libscf-sys v1.2.0
11232026-06-23T19:25:52.637Z Downloaded match_cfg v0.1.0
11242026-06-23T19:25:52.637Z Downloaded ingot v0.1.1
11252026-06-23T19:25:52.640Z Downloaded lru-slab v0.1.2
11262026-06-23T19:25:52.640Z Downloaded newline-converter v0.3.0
11272026-06-23T19:25:52.642Z Downloaded natord v1.0.9
11282026-06-23T19:25:52.642Z Downloaded glob v0.3.3
11292026-06-23T19:25:52.645Z Downloaded num v0.4.3
11302026-06-23T19:25:52.645Z Downloaded num-derive v0.4.2
11312026-06-23T19:25:52.650Z Downloaded console v0.16.3
11322026-06-23T19:25:52.650Z Downloaded no-std-compat v0.4.1
11332026-06-23T19:25:52.653Z Downloaded globset v0.4.18
11342026-06-23T19:25:52.653Z Downloaded fs_extra v1.3.0
11352026-06-23T19:25:52.657Z Downloaded newtype-uuid-macros v0.1.0
11362026-06-23T19:25:52.660Z Downloaded mime v0.3.17
11372026-06-23T19:25:52.660Z Downloaded drift v0.2.0
11382026-06-23T19:25:52.715Z Downloaded newtype_derive v0.1.6
11392026-06-23T19:25:52.715Z Downloaded num_threads v0.1.7
11402026-06-23T19:25:52.715Z Downloaded linear-map v1.2.0
11412026-06-23T19:25:52.715Z Downloaded hybrid-array v0.4.12
11422026-06-23T19:25:52.715Z Downloaded cargo_toml v0.22.3
11432026-06-23T19:25:52.715Z Downloaded libsw-core v0.3.2
11442026-06-23T19:25:52.715Z Downloaded openssl-macros v0.1.1
11452026-06-23T19:25:52.715Z Downloaded ipnet v2.12.0
11462026-06-23T19:25:52.715Z Downloaded ingot-types v0.1.2
11472026-06-23T19:25:52.715Z Downloaded iana-time-zone v0.1.65
11482026-06-23T19:25:52.715Z Downloaded const_format v0.2.36
11492026-06-23T19:25:52.715Z Downloaded const-oid v0.10.2
11502026-06-23T19:25:52.715Z Downloaded opaque-debug v0.3.1
11512026-06-23T19:25:52.715Z Downloaded omicron-workspace-hack v0.1.0
11522026-06-23T19:25:52.715Z Downloaded num_enum_derive v0.5.11
11532026-06-23T19:25:52.715Z Downloaded num-iter v0.1.45
11542026-06-23T19:25:52.715Z Downloaded ahash v0.8.12
11552026-06-23T19:25:52.715Z Downloaded memoffset v0.9.1
11562026-06-23T19:25:52.715Z Downloaded keccak v0.1.6
11572026-06-23T19:25:52.715Z Downloaded group v0.13.0
11582026-06-23T19:25:52.715Z Downloaded num-conv v0.2.2
11592026-06-23T19:25:52.715Z Downloaded num-complex v0.4.6
11602026-06-23T19:25:52.719Z Downloaded parse-display v0.10.0
11612026-06-23T19:25:52.719Z Downloaded futures-executor v0.3.32
11622026-06-23T19:25:52.719Z Downloaded multer v3.1.0
11632026-06-23T19:25:52.719Z Downloaded hmac v0.12.1
11642026-06-23T19:25:52.719Z Downloaded futures-channel v0.3.32
11652026-06-23T19:25:52.719Z Downloaded linked-hash-map v0.5.6
11662026-06-23T19:25:52.719Z Downloaded libsw v3.5.0
11672026-06-23T19:25:52.722Z Downloaded percent-encoding v2.3.2
11682026-06-23T19:25:52.722Z Downloaded num-rational v0.4.2
11692026-06-23T19:25:52.722Z Downloaded num-integer v0.1.46
11702026-06-23T19:25:52.725Z Downloaded darling v0.23.0
11712026-06-23T19:25:52.728Z Downloaded cipher v0.4.4
11722026-06-23T19:25:52.731Z Downloaded darling v0.21.3
11732026-06-23T19:25:52.735Z Downloaded pretty-hex v0.4.2
11742026-06-23T19:25:52.738Z Downloaded clap v4.6.1
11752026-06-23T19:25:52.742Z Downloaded proc-macro-error-attr v1.0.4
11762026-06-23T19:25:52.745Z Downloaded powerfmt v0.2.0
11772026-06-23T19:25:52.745Z Downloaded potential_utf v0.1.5
11782026-06-23T19:25:52.748Z Downloaded openssl-probe v0.2.1
11792026-06-23T19:25:52.748Z Downloaded proc-macro-error-attr2 v2.0.0
11802026-06-23T19:25:52.748Z Downloaded proc-macro-crate v3.5.0
11812026-06-23T19:25:52.751Z Downloaded newtype-uuid v1.3.2
11822026-06-23T19:25:52.751Z Downloaded crossbeam-channel v0.5.15
11832026-06-23T19:25:52.754Z Downloaded num_enum_derive v0.7.6
11842026-06-23T19:25:52.757Z Downloaded plain v0.2.3
11852026-06-23T19:25:52.760Z Downloaded progenitor-client v0.10.0
11862026-06-23T19:25:52.760Z Downloaded progenitor-macro v0.14.0
11872026-06-23T19:25:52.760Z Downloaded progenitor-client v0.14.0
11882026-06-23T19:25:52.764Z Downloaded progenitor-macro v0.13.0
11892026-06-23T19:25:52.764Z Downloaded progenitor-macro v0.10.0
11902026-06-23T19:25:52.767Z Downloaded getrandom v0.4.2
11912026-06-23T19:25:52.770Z Downloaded getrandom v0.2.17
11922026-06-23T19:25:52.770Z Downloaded ipnetwork v0.21.1
11932026-06-23T19:25:52.773Z Downloaded icu_provider v2.2.0
11942026-06-23T19:25:52.776Z Downloaded oxide-tokio-rt v0.1.6
11952026-06-23T19:25:52.779Z Downloaded owo-colors v4.3.0
11962026-06-23T19:25:52.779Z Downloaded pem v3.0.6
11972026-06-23T19:25:52.782Z Downloaded phf_shared v0.12.1
11982026-06-23T19:25:52.782Z Downloaded paste v1.0.15
11992026-06-23T19:25:52.785Z Downloaded quick-error v1.2.3
12002026-06-23T19:25:52.785Z Downloaded phf v0.12.1
12012026-06-23T19:25:52.788Z Downloaded oxnet v0.1.6
12022026-06-23T19:25:52.788Z Downloaded rand_chacha v0.3.1
12032026-06-23T19:25:52.792Z Downloaded password-hash v0.5.0
12042026-06-23T19:25:52.794Z Downloaded elliptic-curve v0.13.8
12052026-06-23T19:25:52.794Z Downloaded dropshot_endpoint v0.17.1
12062026-06-23T19:25:52.797Z Downloaded litemap v0.8.2
12072026-06-23T19:25:52.800Z Downloaded getrandom v0.3.4
12082026-06-23T19:25:52.803Z Downloaded futures v0.3.32
12092026-06-23T19:25:52.806Z Downloaded lock_api v0.4.14
12102026-06-23T19:25:52.809Z Downloaded ref-cast v1.0.25
12112026-06-23T19:25:52.813Z Downloaded rustc_version v0.4.1
12122026-06-23T19:25:52.813Z Downloaded bitflags v2.12.1
12132026-06-23T19:25:52.816Z Downloaded allocator-api2 v0.2.21
12142026-06-23T19:25:52.818Z Downloaded ppv-lite86 v0.2.21
12152026-06-23T19:25:52.821Z Downloaded proc-macro-crate v1.3.1
12162026-06-23T19:25:52.821Z Downloaded poly1305 v0.8.0
12172026-06-23T19:25:52.825Z Downloaded parse-display-derive v0.10.0
12182026-06-23T19:25:52.825Z Downloaded parking_lot_core v0.8.6
12192026-06-23T19:25:52.828Z Downloaded rustc_version v0.1.7
12202026-06-23T19:25:52.828Z Downloaded rustc-hash v2.1.2
12212026-06-23T19:25:52.831Z Downloaded log v0.4.32
12222026-06-23T19:25:52.831Z Downloaded darling_core v0.23.0
12232026-06-23T19:25:52.834Z Downloaded progenitor v0.14.0
12242026-06-23T19:25:52.837Z Downloaded progenitor v0.13.0
12252026-06-23T19:25:52.838Z Downloaded crypto-bigint v0.5.5
12262026-06-23T19:25:52.841Z Downloaded pkg-config v0.3.33
12272026-06-23T19:25:52.844Z Downloaded pin-project-internal v1.1.13
12282026-06-23T19:25:52.847Z Downloaded indicatif v0.18.4
12292026-06-23T19:25:52.850Z Downloaded proc-macro-error v1.0.4
12302026-06-23T19:25:52.850Z Downloaded proc-macro-error2 v2.0.1
12312026-06-23T19:25:52.853Z Downloaded rand_xorshift v0.4.0
12322026-06-23T19:25:52.856Z Downloaded rand_core v0.6.4
12332026-06-23T19:25:52.856Z Downloaded scroll_derive v0.13.1
12342026-06-23T19:25:52.859Z Downloaded scopeguard v1.2.0
12352026-06-23T19:25:52.859Z Downloaded semver v0.1.20
12362026-06-23T19:25:52.859Z Downloaded same-file v1.0.6
12372026-06-23T19:25:52.863Z Downloaded pest_derive v2.8.6
12382026-06-23T19:25:52.863Z Downloaded bytes v1.11.1
12392026-06-23T19:25:52.866Z Downloaded progenitor-extras v0.2.0
12402026-06-23T19:25:52.869Z Downloaded progenitor-client v0.13.0
12412026-06-23T19:25:52.869Z Downloaded indexmap v1.9.3
12422026-06-23T19:25:52.873Z Downloaded pin-project-lite v0.2.17
12432026-06-23T19:25:52.876Z Downloaded resolv-conf v0.7.6
12442026-06-23T19:25:52.879Z Downloaded secrecy v0.10.3
12452026-06-23T19:25:52.879Z Downloaded scroll_derive v0.12.1
12462026-06-23T19:25:52.879Z Downloaded rand_core v0.10.1
12472026-06-23T19:25:52.883Z Downloaded parking_lot v0.11.2
12482026-06-23T19:25:52.883Z Downloaded serde-big-array v0.5.1
12492026-06-23T19:25:52.886Z Downloaded once_cell v1.21.4
12502026-06-23T19:25:52.886Z Downloaded heapless v0.8.0
12512026-06-23T19:25:52.889Z Downloaded serde_plain v1.0.2
12522026-06-23T19:25:52.892Z Downloaded chacha20poly1305 v0.10.1
12532026-06-23T19:25:52.892Z Downloaded serde_spanned v1.1.1
12542026-06-23T19:25:52.895Z Downloaded rand_core v0.9.5
12552026-06-23T19:25:52.895Z Downloaded serde_spanned v0.6.9
12562026-06-23T19:25:52.898Z Downloaded rand_chacha v0.9.0
12572026-06-23T19:25:52.898Z Downloaded serde_repr v0.1.20
12582026-06-23T19:25:52.901Z Downloaded sigpipe v0.1.3
12592026-06-23T19:25:52.901Z Downloaded rustls-pemfile v2.2.0
12602026-06-23T19:25:52.905Z Downloaded sha1 v0.11.0
12612026-06-23T19:25:52.905Z Downloaded parking_lot_core v0.9.12
12622026-06-23T19:25:52.908Z Downloaded hickory-resolver v0.25.2
12632026-06-23T19:25:52.910Z Downloaded schemars_derive v0.8.22
12642026-06-23T19:25:52.910Z Downloaded rustversion v1.0.22
12652026-06-23T19:25:52.913Z Downloaded ref-cast-impl v1.0.25
12662026-06-23T19:25:52.913Z Downloaded papergrid v0.18.0
12672026-06-23T19:25:52.917Z Downloaded papergrid v0.11.0
12682026-06-23T19:25:52.920Z Downloaded slog-bunyan v2.5.0
12692026-06-23T19:25:52.923Z Downloaded slog-envlogger v2.2.0
12702026-06-23T19:25:52.923Z Downloaded siphasher v1.0.3
12712026-06-23T19:25:52.926Z Downloaded konst v0.2.20
12722026-06-23T19:25:52.931Z Downloaded pin-project v1.1.13
12732026-06-23T19:25:52.934Z Downloaded postcard v1.1.3
12742026-06-23T19:25:52.937Z Downloaded scroll v0.12.0
12752026-06-23T19:25:52.940Z Downloaded cc v1.2.63
12762026-06-23T19:25:52.940Z Downloaded pest_generator v2.8.6
12772026-06-23T19:25:52.943Z Downloaded half v2.7.1
12782026-06-23T19:25:52.946Z Downloaded stable_deref_trait v1.2.1
12792026-06-23T19:25:52.946Z Downloaded smawk v0.3.2
12802026-06-23T19:25:52.948Z Downloaded serde_derive_internals v0.29.1
12812026-06-23T19:25:52.948Z Downloaded rusty-fork v0.3.1
12822026-06-23T19:25:52.948Z Downloaded flate2 v1.1.9
12832026-06-23T19:25:52.952Z Downloaded strsim v0.11.1
12842026-06-23T19:25:52.955Z Downloaded icu_normalizer v2.2.0
12852026-06-23T19:25:52.958Z Downloaded darling_core v0.21.3
12862026-06-23T19:25:52.962Z Downloaded slab v0.4.12
12872026-06-23T19:25:52.962Z Downloaded simd-adler32 v0.3.9
12882026-06-23T19:25:52.965Z Downloaded signal-hook-registry v1.4.8
12892026-06-23T19:25:52.965Z Downloaded serde_tokenstream v0.2.3
12902026-06-23T19:25:52.966Z Downloaded tabled_derive v0.11.0
12912026-06-23T19:25:52.969Z Downloaded quote v1.0.45
12922026-06-23T19:25:52.969Z Downloaded tabled_derive v0.7.0
12932026-06-23T19:25:52.971Z Downloaded sync_wrapper v1.0.2
12942026-06-23T19:25:52.972Z Downloaded swrite v0.1.0
12952026-06-23T19:25:52.972Z Downloaded spin v0.5.2
12962026-06-23T19:25:52.975Z Downloaded strum v0.27.2
12972026-06-23T19:25:52.975Z Downloaded strum v0.26.3
12982026-06-23T19:25:52.975Z Downloaded rustls-pki-types v1.14.1
12992026-06-23T19:25:52.978Z Downloaded quinn-udp v0.5.14
13002026-06-23T19:25:52.978Z Downloaded slog-dtrace v0.3.0
13012026-06-23T19:25:52.981Z Downloaded terminal_size v0.4.4
13022026-06-23T19:25:52.981Z Downloaded hickory-resolver v0.24.4
13032026-06-23T19:25:52.983Z Downloaded smartstring v1.0.1
13042026-06-23T19:25:52.986Z Downloaded async-compression v0.4.42
13052026-06-23T19:25:52.991Z Downloaded structmeta-derive v0.3.0
13062026-06-23T19:25:52.994Z Downloaded structmeta v0.3.0
13072026-06-23T19:25:52.994Z Downloaded sha1 v0.10.6
13082026-06-23T19:25:52.994Z Downloaded openssl-sys v0.9.116
13092026-06-23T19:25:52.997Z Downloaded supports-color v3.0.2
13102026-06-23T19:25:53.000Z Downloaded semver v1.0.28
13112026-06-23T19:25:53.000Z Downloaded sha2 v0.10.9
13122026-06-23T19:25:53.003Z Downloaded num-traits v0.2.19
13132026-06-23T19:25:53.003Z Downloaded minimal-lexical v0.2.1
13142026-06-23T19:25:53.006Z Downloaded prettyplease v0.2.37
13152026-06-23T19:25:53.009Z Downloaded static_assertions v1.1.0
13162026-06-23T19:25:53.012Z Downloaded rhai_codegen v3.2.0
13172026-06-23T19:25:53.014Z Downloaded take_mut v0.2.2
13182026-06-23T19:25:53.017Z Downloaded tagptr v0.2.0
13192026-06-23T19:25:53.017Z Downloaded tabwriter v1.4.1
13202026-06-23T19:25:53.017Z Downloaded shlex v2.0.1
13212026-06-23T19:25:53.020Z Downloaded serde_urlencoded v0.7.1
13222026-06-23T19:25:53.020Z Downloaded tinyvec_macros v0.1.1
13232026-06-23T19:25:53.020Z Downloaded hyper-util v0.1.20
13242026-06-23T19:25:53.026Z Downloaded slog-scope v4.4.1
13252026-06-23T19:25:53.029Z Downloaded slog-async v2.8.0
13262026-06-23T19:25:53.029Z Downloaded miniz_oxide v0.8.9
13272026-06-23T19:25:53.032Z Downloaded schemars v0.8.22
13282026-06-23T19:25:53.036Z Downloaded thread-id v5.1.0
13292026-06-23T19:25:53.041Z Downloaded thread-id v4.2.2
13302026-06-23T19:25:53.041Z Downloaded slog-stdlog v4.1.1
13312026-06-23T19:25:53.041Z Downloaded slog-json v2.6.1
13322026-06-23T19:25:53.047Z Downloaded testing_table v0.3.0
13332026-06-23T19:25:53.047Z Downloaded termtree v0.5.1
13342026-06-23T19:25:53.047Z Downloaded scroll v0.13.0
13352026-06-23T19:25:53.047Z Downloaded toml_datetime v0.6.11
13362026-06-23T19:25:53.050Z Downloaded serde_path_to_error v0.1.20
13372026-06-23T19:25:53.050Z Downloaded icu_locale_core v2.2.0
13382026-06-23T19:25:53.053Z Downloaded snafu-derive v0.8.9
13392026-06-23T19:25:53.053Z Downloaded spin v0.9.8
13402026-06-23T19:25:53.056Z Downloaded progenitor-impl v0.14.0
13412026-06-23T19:25:53.056Z Downloaded parking_lot v0.12.5
13422026-06-23T19:25:53.059Z Downloaded progenitor-impl v0.13.0
13432026-06-23T19:25:53.059Z Downloaded serde_core v1.0.228
13442026-06-23T19:25:53.062Z Downloaded time-core v0.1.8
13452026-06-23T19:25:53.062Z Downloaded thiserror-impl-no-std v2.0.2
13462026-06-23T19:25:53.065Z Downloaded progenitor-impl v0.10.0
13472026-06-23T19:25:53.065Z Downloaded serde_derive v1.0.228
13482026-06-23T19:25:53.068Z Downloaded toml_write v0.1.2
13492026-06-23T19:25:53.068Z Downloaded tokio-macros v2.7.0
13502026-06-23T19:25:53.071Z Downloaded expectorate v1.2.0
13512026-06-23T19:25:53.071Z Downloaded smf v0.2.3
13522026-06-23T19:25:53.074Z Downloaded jiff-static v0.2.28
13532026-06-23T19:25:53.074Z Downloaded thiserror v1.0.69
13542026-06-23T19:25:53.077Z Downloaded thiserror-impl v1.0.69
13552026-06-23T19:25:53.080Z Downloaded http v1.4.1
13562026-06-23T19:25:53.082Z Downloaded thread_local v1.1.9
13572026-06-23T19:25:53.083Z Downloaded try-lock v0.2.5
13582026-06-23T19:25:53.083Z Downloaded tower-service v0.3.3
13592026-06-23T19:25:53.086Z Downloaded subtle v2.6.1
13602026-06-23T19:25:53.086Z Downloaded similar v2.7.0
13612026-06-23T19:25:53.089Z Downloaded thiserror v2.0.18
13622026-06-23T19:25:53.092Z Downloaded typeid v1.0.3
13632026-06-23T19:25:53.092Z Downloaded tinystr v0.8.3
13642026-06-23T19:25:53.095Z Downloaded strum_macros v0.27.2
13652026-06-23T19:25:53.096Z Downloaded typify-macro v0.6.2
13662026-06-23T19:25:53.096Z Downloaded typify-macro v0.4.3
13672026-06-23T19:25:53.099Z Downloaded serde_with_macros v3.20.0
13682026-06-23T19:25:53.099Z Downloaded pest_meta v2.8.6
13692026-06-23T19:25:53.101Z Downloaded quinn v0.11.9
13702026-06-23T19:25:53.104Z Downloaded synstructure v0.13.2
13712026-06-23T19:25:53.104Z Downloaded strum_macros v0.26.4
13722026-06-23T19:25:53.104Z Downloaded icu_collections v2.2.0
13732026-06-23T19:25:53.109Z Downloaded rustls-native-certs v0.8.4
13742026-06-23T19:25:53.112Z Downloaded thiserror-no-std v2.0.2
13752026-06-23T19:25:53.112Z Downloaded term v1.2.1
13762026-06-23T19:25:53.114Z Downloaded tokio-tungstenite v0.21.0
13772026-06-23T19:25:53.117Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13782026-06-23T19:25:53.117Z Downloaded unicode-linebreak v0.1.5
13792026-06-23T19:25:53.117Z Downloaded progenitor v0.10.0
13802026-06-23T19:25:53.121Z Downloaded icu_normalizer_data v2.2.0
13812026-06-23T19:25:53.121Z Downloaded universal-hash v0.5.1
13822026-06-23T19:25:53.121Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13832026-06-23T19:25:53.124Z Downloaded smallvec v1.15.1
13842026-06-23T19:25:53.124Z Downloaded slog-term v2.9.2
13852026-06-23T19:25:53.126Z Downloaded tempfile v3.27.0
13862026-06-23T19:25:53.127Z Downloaded rayon-core v1.13.0
13872026-06-23T19:25:53.129Z Downloaded indexmap v2.14.0
13882026-06-23T19:25:53.133Z Downloaded ryu v1.0.23
13892026-06-23T19:25:53.136Z Downloaded rustls-platform-verifier v0.7.0
13902026-06-23T19:25:53.136Z Downloaded tokio-dtrace v0.1.1
13912026-06-23T19:25:53.139Z Downloaded tiny-keccak v2.0.2
13922026-06-23T19:25:53.139Z Downloaded memmap2 v0.9.10
13932026-06-23T19:25:53.142Z Downloaded icu_properties v2.2.0
13942026-06-23T19:25:53.142Z Downloaded olpc-cjson v0.1.4
13952026-06-23T19:25:53.147Z Downloaded untrusted v0.9.0
13962026-06-23T19:25:53.147Z Downloaded num_enum v0.7.6
13972026-06-23T19:25:53.150Z Downloaded utf-8 v0.7.6
13982026-06-23T19:25:53.150Z Downloaded usdt v0.5.0
13992026-06-23T19:25:53.150Z Downloaded num_enum v0.5.11
14002026-06-23T19:25:53.156Z Downloaded time-macros v0.2.27
14012026-06-23T19:25:53.156Z Downloaded serde_yaml v0.9.34+deprecated
14022026-06-23T19:25:53.159Z Downloaded toml_writer v1.1.1+spec-1.1.0
14032026-06-23T19:25:53.159Z Downloaded memchr v2.8.1
14042026-06-23T19:25:53.159Z Downloaded usdt-macro v0.6.0
14052026-06-23T19:25:53.162Z Downloaded usdt-macro v0.5.0
14062026-06-23T19:25:53.162Z Downloaded hashbrown v0.12.3
14072026-06-23T19:25:53.165Z Downloaded wait-timeout v0.2.1
14082026-06-23T19:25:53.165Z Downloaded jobserver v0.1.34
14092026-06-23T19:25:53.165Z Downloaded ingot-macros v0.1.1
14102026-06-23T19:25:53.168Z Downloaded camino v1.2.2
14112026-06-23T19:25:53.168Z Downloaded autocfg v1.5.1
14122026-06-23T19:25:53.171Z Downloaded crossbeam-epoch v0.9.18
14132026-06-23T19:25:53.171Z Downloaded httparse v1.10.1
14142026-06-23T19:25:53.174Z Downloaded cancel-safe-futures v0.1.5
14152026-06-23T19:25:53.174Z Downloaded rand v0.9.4
14162026-06-23T19:25:53.177Z Downloaded fastrand v2.4.1
14172026-06-23T19:25:53.177Z Downloaded proc-macro2 v1.0.106
14182026-06-23T19:25:53.180Z Downloaded schemars v0.9.0
14192026-06-23T19:25:53.187Z Downloaded thin-vec v0.2.18
14202026-06-23T19:25:53.190Z Downloaded qorb v0.4.1
14212026-06-23T19:25:53.190Z Downloaded toml v0.8.23
14222026-06-23T19:25:53.193Z Downloaded tokio-rustls v0.26.4
14232026-06-23T19:25:53.193Z Downloaded thiserror-impl v2.0.18
14242026-06-23T19:25:53.196Z Downloaded tokio-stream v0.1.18
14252026-06-23T19:25:53.200Z Downloaded zerofrom v0.1.8
14262026-06-23T19:25:53.200Z Downloaded socket2 v0.6.4
14272026-06-23T19:25:53.201Z Downloaded schemars v1.2.1
14282026-06-23T19:25:53.207Z Downloaded nom v7.1.3
14292026-06-23T19:25:53.210Z Downloaded textwrap v0.16.2
14302026-06-23T19:25:53.213Z Downloaded lru-cache v0.1.2
14312026-06-23T19:25:53.213Z Downloaded zeroize_derive v1.4.3
14322026-06-23T19:25:53.217Z Downloaded toml_parser v1.1.2+spec-1.1.0
14332026-06-23T19:25:53.217Z Downloaded slog v2.8.2
14342026-06-23T19:25:53.221Z Downloaded zone_cfg_derive v0.3.1
14352026-06-23T19:25:53.221Z Downloaded zone v0.3.1
14362026-06-23T19:25:53.221Z Downloaded dropshot-api-manager v0.7.2
14372026-06-23T19:25:53.224Z Downloaded either v1.16.0
14382026-06-23T19:25:53.224Z Downloaded snafu v0.8.9
14392026-06-23T19:25:53.227Z Downloaded fixedbitset v0.5.7
14402026-06-23T19:25:53.230Z Downloaded tinyvec v1.11.0
14412026-06-23T19:25:53.230Z Downloaded tracing-attributes v0.1.31
14422026-06-23T19:25:53.234Z Downloaded rustls-webpki v0.103.13
14432026-06-23T19:25:53.237Z Downloaded itertools v0.12.1
14442026-06-23T19:25:53.237Z Downloaded serde v1.0.228
14452026-06-23T19:25:53.241Z Downloaded toml v1.1.2+spec-1.1.0
14462026-06-23T19:25:53.244Z Downloaded rand v0.8.6
14472026-06-23T19:25:53.244Z Downloaded mio v1.2.1
14482026-06-23T19:25:53.248Z Downloaded idna v1.1.0
14492026-06-23T19:25:53.253Z Downloaded untrusted v0.7.1
14502026-06-23T19:25:53.253Z Downloaded pest v2.8.6
14512026-06-23T19:25:53.256Z Downloaded unicode-xid v0.2.6
14522026-06-23T19:25:53.256Z Downloaded rand v0.10.1
14532026-06-23T19:25:53.256Z Downloaded arc-swap v1.9.1
14542026-06-23T19:25:53.259Z Downloaded yoke-derive v0.8.2
14552026-06-23T19:25:53.262Z Downloaded waitgroup v0.1.2
14562026-06-23T19:25:53.262Z Downloaded unarray v0.1.4
14572026-06-23T19:25:53.262Z Downloaded crossbeam-utils v0.8.21
14582026-06-23T19:25:53.265Z Downloaded hyper v1.10.1
14592026-06-23T19:25:53.269Z Downloaded h2 v0.4.14
14602026-06-23T19:25:53.272Z Downloaded want v0.3.1
14612026-06-23T19:25:53.272Z Downloaded usdt v0.6.0
14622026-06-23T19:25:53.275Z Downloaded test-strategy v0.4.5
14632026-06-23T19:25:53.275Z Downloaded libm v0.2.16
14642026-06-23T19:25:53.279Z Downloaded clap_builder v4.6.0
14652026-06-23T19:25:53.283Z Downloaded steno v0.4.1
14662026-06-23T19:25:53.288Z Downloaded aho-corasick v1.1.4
14672026-06-23T19:25:53.291Z Downloaded ciborium v0.2.2
14682026-06-23T19:25:53.291Z Downloaded chacha20 v0.10.0
14692026-06-23T19:25:53.294Z Downloaded fnv v1.0.7
14702026-06-23T19:25:53.294Z Downloaded toml v0.9.12+spec-1.1.0
14712026-06-23T19:25:53.297Z Downloaded tungstenite v0.21.0
14722026-06-23T19:25:53.297Z Downloaded usdt-impl v0.6.0
14732026-06-23T19:25:53.299Z Downloaded typify v0.6.2
14742026-06-23T19:25:53.300Z Downloaded tower-layer v0.3.3
14752026-06-23T19:25:53.300Z Downloaded typify v0.4.3
14762026-06-23T19:25:53.303Z Downloaded icu_properties_data v2.2.0
14772026-06-23T19:25:53.307Z Downloaded unicode-ident v1.0.24
14782026-06-23T19:25:53.309Z Downloaded hashbrown v0.15.5
14792026-06-23T19:25:53.312Z Downloaded hashbrown v0.17.1
14802026-06-23T19:25:53.315Z Downloaded zerocopy-derive v0.7.35
14812026-06-23T19:25:53.318Z Downloaded itertools v0.14.0
14822026-06-23T19:25:53.321Z Downloaded xz2 v0.1.7
14832026-06-23T19:25:53.321Z Downloaded zerovec-derive v0.11.3
14842026-06-23T19:25:53.324Z Downloaded version_check v0.9.5
14852026-06-23T19:25:53.325Z Downloaded toml_edit v0.25.12+spec-1.1.0
14862026-06-23T19:25:53.327Z Downloaded usdt-attr-macro v0.6.0
14872026-06-23T19:25:53.328Z Downloaded nom v8.0.0
14882026-06-23T19:25:53.330Z Downloaded writeable v0.6.3
14892026-06-23T19:25:53.330Z Downloaded utf8parse v0.2.2
14902026-06-23T19:25:53.331Z Downloaded hkdf v0.12.4
14912026-06-23T19:25:53.333Z Downloaded futures-util v0.3.32
14922026-06-23T19:25:53.338Z Downloaded tracing-core v0.1.36
14932026-06-23T19:25:53.342Z Downloaded hashbrown v0.16.1
14942026-06-23T19:25:53.345Z Downloaded uuid v1.23.2
14952026-06-23T19:25:53.345Z Downloaded unit-prefix v0.5.2
14962026-06-23T19:25:53.346Z Downloaded defmt-parser v1.0.0
14972026-06-23T19:25:53.349Z Downloaded daft-derive v0.1.7
14982026-06-23T19:25:53.349Z Downloaded ron v0.12.1
14992026-06-23T19:25:53.353Z Downloaded usdt-impl v0.5.0
15002026-06-23T19:25:53.356Z Downloaded bs58 v0.5.1
15012026-06-23T19:25:53.356Z Downloaded csv-core v0.1.13
15022026-06-23T19:25:53.356Z Downloaded cpufeatures v0.2.17
15032026-06-23T19:25:53.359Z Downloaded camino-tempfile v1.4.1
15042026-06-23T19:25:53.359Z Downloaded anstream v1.0.0
15052026-06-23T19:25:53.359Z Downloaded bytecount v0.6.9
15062026-06-23T19:25:53.365Z Downloaded digest v0.11.3
15072026-06-23T19:25:53.365Z Downloaded cmake v0.1.58
15082026-06-23T19:25:53.365Z Downloaded const_format_proc_macros v0.2.34
15092026-06-23T19:25:53.368Z Downloaded whoami v1.6.1
15102026-06-23T19:25:53.368Z Downloaded goblin v0.8.2
15112026-06-23T19:25:53.368Z Downloaded toml_edit v0.19.15
15122026-06-23T19:25:53.376Z Downloaded toml_edit v0.22.27
15132026-06-23T19:25:53.381Z Downloaded utf8_iter v1.0.4
15142026-06-23T19:25:53.381Z Downloaded hostname v0.4.2
15152026-06-23T19:25:53.384Z Downloaded dunce v1.0.5
15162026-06-23T19:25:53.385Z Downloaded blake2 v0.10.6
15172026-06-23T19:25:53.385Z Downloaded anstyle-parse v1.0.0
15182026-06-23T19:25:53.385Z Downloaded byteorder v1.5.0
15192026-06-23T19:25:53.387Z Downloaded anstyle v1.0.14
15202026-06-23T19:25:53.388Z Downloaded const-random v0.1.18
15212026-06-23T19:25:53.388Z Downloaded block-buffer v0.12.0
15222026-06-23T19:25:53.388Z Downloaded foreign-types v0.3.2
15232026-06-23T19:25:53.388Z Downloaded embedded-io v0.4.0
15242026-06-23T19:25:53.392Z Downloaded dropshot-api-manager-types v0.7.2
15252026-06-23T19:25:53.392Z Downloaded cpufeatures v0.3.0
15262026-06-23T19:25:53.392Z Downloaded defmt v1.1.0
15272026-06-23T19:25:53.396Z Downloaded cfg-if v1.0.4
15282026-06-23T19:25:53.396Z Downloaded defmt v0.3.100
15292026-06-23T19:25:53.396Z Downloaded embedded-io v0.6.1
15302026-06-23T19:25:53.396Z Downloaded regex v1.12.3
15312026-06-23T19:25:53.399Z Downloaded iddqd v0.4.2
15322026-06-23T19:25:53.402Z Downloaded dof v0.3.0
15332026-06-23T19:25:53.405Z Downloaded defmt-macros v1.1.0
15342026-06-23T19:25:53.405Z Downloaded darling_macro v0.23.0
15352026-06-23T19:25:53.405Z Downloaded crucible-workspace-hack v0.1.0
15362026-06-23T19:25:53.408Z Downloaded async-stream v0.3.6
15372026-06-23T19:25:53.408Z Downloaded base64 v0.22.1
15382026-06-23T19:25:53.411Z Downloaded compression-core v0.4.32
15392026-06-23T19:25:53.411Z Downloaded argon2 v0.5.3
15402026-06-23T19:25:53.414Z Downloaded reqwest v0.12.28
15412026-06-23T19:25:53.417Z Downloaded url v2.5.8
15422026-06-23T19:25:53.417Z Downloaded reqwest v0.13.4
15432026-06-23T19:25:53.420Z Downloaded zmij v1.0.21
15442026-06-23T19:25:53.423Z Downloaded walkdir v2.5.0
15452026-06-23T19:25:53.439Z Downloaded portable-atomic v1.13.1
15462026-06-23T19:25:53.443Z Downloaded zerocopy-derive v0.8.50
15472026-06-23T19:25:53.449Z Downloaded aws-lc-rs v1.17.0
15482026-06-23T19:25:53.453Z Downloaded zerotrie v0.2.4
15492026-06-23T19:25:53.457Z Downloaded serde_json v1.0.150
15502026-06-23T19:25:53.462Z Downloaded tower v0.5.3
15512026-06-23T19:25:53.468Z Downloaded typenum v1.20.1
15522026-06-23T19:25:53.479Z Downloaded unicode-segmentation v1.13.3
15532026-06-23T19:25:53.483Z Downloaded rayon v1.12.0
15542026-06-23T19:25:53.507Z Downloaded tokio-util v0.7.18
15552026-06-23T19:25:53.512Z Downloaded chrono v0.4.45
15562026-06-23T19:25:53.524Z Downloaded serde_with v3.20.0
15572026-06-23T19:25:53.532Z Downloaded usdt-attr-macro v0.5.0
15582026-06-23T19:25:53.535Z Downloaded tough v0.22.0
15592026-06-23T19:25:53.538Z Downloaded typed-path v0.9.3
15602026-06-23T19:25:53.540Z Downloaded zerofrom-derive v0.1.7
15612026-06-23T19:25:53.543Z Downloaded ucd-trie v0.1.7
15622026-06-23T19:25:53.558Z Downloaded goblin v0.10.7
15632026-06-23T19:25:53.572Z Downloaded proptest v1.11.0
15642026-06-23T19:25:53.586Z Downloaded zeroize v1.8.2
15652026-06-23T19:25:53.589Z Downloaded vsss-rs v3.3.4
15662026-06-23T19:25:53.589Z Downloaded moka v0.12.15
15672026-06-23T19:25:53.609Z Downloaded yoke v0.8.3
15682026-06-23T19:25:53.612Z Downloaded zerovec v0.11.6
15692026-06-23T19:25:53.617Z Downloaded quinn-proto v0.11.14
15702026-06-23T19:25:53.621Z Downloaded zerocopy v0.7.35
15712026-06-23T19:25:53.655Z Downloaded curve25519-dalek v4.1.3
15722026-06-23T19:25:53.662Z Downloaded tabled v0.21.0
15732026-06-23T19:25:53.662Z Downloaded unsafe-libyaml v0.2.11
15742026-06-23T19:25:53.662Z Downloaded tabled v0.15.0
15752026-06-23T19:25:53.662Z Downloaded winnow v0.7.15
15762026-06-23T19:25:53.665Z Downloaded syn v1.0.109
15772026-06-23T19:25:53.670Z Downloaded time v0.3.47
15782026-06-23T19:25:53.678Z Downloaded dropshot v0.17.1
15792026-06-23T19:25:53.693Z Downloaded openssl v0.10.80
15802026-06-23T19:25:53.696Z Downloaded unicode-normalization v0.1.25
15812026-06-23T19:25:53.699Z Downloaded webpki-roots v1.0.7
15822026-06-23T19:25:53.711Z Downloaded winnow v1.0.3
15832026-06-23T19:25:53.717Z Downloaded winnow v0.5.40
15842026-06-23T19:25:53.722Z Downloaded bstr v1.12.1
15852026-06-23T19:25:53.727Z Downloaded hickory-proto v0.24.4
15862026-06-23T19:25:53.736Z Downloaded vcpkg v0.2.15
15872026-06-23T19:25:53.760Z Downloaded nix v0.31.3
15882026-06-23T19:25:53.766Z Downloaded rhai v1.25.1
15892026-06-23T19:25:53.773Z Downloaded smoltcp v0.11.0
15902026-06-23T19:25:53.779Z Downloaded unicode-width v0.1.14
15912026-06-23T19:25:53.783Z Downloaded unicode-width v0.2.2
15922026-06-23T19:25:53.787Z Downloaded rustls v0.23.40
15932026-06-23T19:25:53.794Z Downloaded regress v0.11.1
15942026-06-23T19:25:53.799Z Downloaded regress v0.10.5
15952026-06-23T19:25:53.804Z Downloaded rustix v1.1.4
15962026-06-23T19:25:53.823Z Downloaded openapiv3 v2.2.0
15972026-06-23T19:25:53.829Z Downloaded zerocopy v0.8.50
15982026-06-23T19:25:53.840Z Downloaded rustix v0.38.44
15992026-06-23T19:25:53.853Z Downloaded tower-http v0.6.11
16002026-06-23T19:25:53.858Z Downloaded syn v2.0.117
16012026-06-23T19:25:53.866Z Downloaded regex-syntax v0.8.10
16022026-06-23T19:25:53.869Z Downloaded hickory-proto v0.25.2
16032026-06-23T19:25:53.893Z Downloaded regex-automata v0.4.14
16042026-06-23T19:25:53.920Z Downloaded petgraph v0.6.5
16052026-06-23T19:25:53.931Z Downloaded typify-impl v0.4.3
16062026-06-23T19:25:53.939Z Downloaded tracing v0.1.44
16072026-06-23T19:25:53.951Z Downloaded typify-impl v0.6.2
16082026-06-23T19:25:53.960Z Downloaded sled v0.34.7
16092026-06-23T19:25:53.966Z Downloaded petgraph v0.8.3
16102026-06-23T19:25:54.017Z Downloaded jiff v0.2.28
16112026-06-23T19:25:54.029Z Downloaded lzma-sys v0.1.20
16122026-06-23T19:25:54.046Z Downloaded chrono-tz v0.10.4
16132026-06-23T19:25:54.065Z Downloaded libc v0.2.186
16142026-06-23T19:25:54.085Z Downloaded csv v1.4.0
16152026-06-23T19:25:54.097Z Downloaded encoding_rs v0.8.35
16162026-06-23T19:25:54.111Z Downloaded sha3 v0.10.9
16172026-06-23T19:25:54.114Z Downloaded ring v0.17.14
16182026-06-23T19:25:54.140Z Downloaded tokio v1.52.3
16192026-06-23T19:25:54.737Z Downloaded aws-lc-sys v0.41.0
16202026-06-23T19:25:55.088Z Compiling proc-macro2 v1.0.106
16212026-06-23T19:25:55.088Z Compiling quote v1.0.45
16222026-06-23T19:25:55.088Z Compiling unicode-ident v1.0.24
16232026-06-23T19:25:55.088Z Compiling serde_core v1.0.228
16242026-06-23T19:25:55.091Z Compiling serde v1.0.228
16252026-06-23T19:25:55.091Z Compiling libc v0.2.186
16262026-06-23T19:25:55.259Z Compiling cfg-if v1.0.4
16272026-06-23T19:25:55.389Z Compiling zmij v1.0.21
16282026-06-23T19:25:55.409Z Compiling autocfg v1.5.1
16292026-06-23T19:25:55.703Z Compiling memchr v2.8.1
16302026-06-23T19:25:55.781Z Compiling libm v0.2.16
16312026-06-23T19:25:56.105Z Compiling itoa v1.0.18
16322026-06-23T19:25:56.143Z Compiling icu_normalizer_data v2.2.0
16332026-06-23T19:25:56.366Z Compiling icu_properties_data v2.2.0
16342026-06-23T19:25:56.388Z Compiling version_check v0.9.5
16352026-06-23T19:25:56.405Z Compiling stable_deref_trait v1.2.1
16362026-06-23T19:25:56.506Z Compiling serde_json v1.0.150
16372026-06-23T19:25:56.537Z Compiling syn v2.0.117
16382026-06-23T19:25:56.616Z Compiling writeable v0.6.3
16392026-06-23T19:25:56.652Z Compiling parking_lot_core v0.9.12
16402026-06-23T19:25:56.780Z Compiling litemap v0.8.2
16412026-06-23T19:25:56.900Z Compiling num-traits v0.2.19
16422026-06-23T19:25:56.933Z Compiling utf8_iter v1.0.4
16432026-06-23T19:25:57.080Z Compiling percent-encoding v2.3.2
16442026-06-23T19:25:57.289Z Compiling thiserror v2.0.18
16452026-06-23T19:25:57.472Z Compiling form_urlencoded v1.2.2
16462026-06-23T19:25:57.472Z Compiling rand_core v0.10.1
16472026-06-23T19:25:57.506Z Compiling getrandom v0.4.2
16482026-06-23T19:25:57.648Z Compiling zerocopy v0.8.50
16492026-06-23T19:25:57.767Z Compiling errno v0.3.14
16502026-06-23T19:25:57.788Z Compiling heck v0.5.0
16512026-06-23T19:25:57.884Z Compiling iana-time-zone v0.1.65
16522026-06-23T19:25:58.080Z Compiling uuid v1.23.2
16532026-06-23T19:25:58.249Z Compiling jobserver v0.1.34
16542026-06-23T19:25:58.314Z Compiling shlex v2.0.1
16552026-06-23T19:25:58.511Z Compiling find-msvc-tools v0.1.9
16562026-06-23T19:25:58.584Z Compiling rustversion v1.0.22
16572026-06-23T19:25:58.714Z Compiling cc v1.2.63
16582026-06-23T19:25:58.744Z Compiling semver v1.0.28
16592026-06-23T19:25:58.768Z Compiling schemars v0.8.22
16602026-06-23T19:25:58.909Z Compiling dyn-clone v1.0.20
16612026-06-23T19:25:59.119Z Compiling pin-project-lite v0.2.17
16622026-06-23T19:25:59.137Z Compiling getrandom v0.2.17
16632026-06-23T19:25:59.233Z Compiling scopeguard v1.2.0
16642026-06-23T19:25:59.328Z Compiling lock_api v0.4.14
16652026-06-23T19:25:59.378Z Compiling bitflags v2.12.1
16662026-06-23T19:25:59.445Z Compiling synstructure v0.13.2
16672026-06-23T19:25:59.572Z Compiling serde_derive_internals v0.29.1
16682026-06-23T19:25:59.593Z Compiling socket2 v0.6.4
16692026-06-23T19:25:59.722Z Compiling cmake v0.1.58
16702026-06-23T19:25:59.817Z Compiling signal-hook-registry v1.4.8
16712026-06-23T19:25:59.979Z Compiling mio v1.2.1
16722026-06-23T19:26:00.018Z Compiling dunce v1.0.5
16732026-06-23T19:26:00.087Z Compiling fs_extra v1.3.0
16742026-06-23T19:26:00.122Z Compiling portable-atomic v1.13.1
16752026-06-23T19:26:00.289Z Compiling futures-core v0.3.32
16762026-06-23T19:26:00.325Z Compiling critical-section v1.2.0
16772026-06-23T19:26:00.343Z Compiling log v0.4.32
16782026-06-23T19:26:00.361Z Compiling aws-lc-sys v0.41.0
16792026-06-23T19:26:00.464Z Compiling subtle v2.6.1
16802026-06-23T19:26:00.533Z Compiling equivalent v1.0.2
16812026-06-23T19:26:00.636Z Compiling httparse v1.10.1
16822026-06-23T19:26:00.653Z Compiling futures-sink v0.3.32
16832026-06-23T19:26:00.745Z Compiling serde_derive v1.0.228
16842026-06-23T19:26:00.745Z Compiling zerofrom-derive v0.1.7
16852026-06-23T19:26:00.745Z Compiling yoke-derive v0.8.2
16862026-06-23T19:26:00.745Z Compiling zerovec-derive v0.11.3
16872026-06-23T19:26:00.764Z Compiling displaydoc v0.2.6
16882026-06-23T19:26:01.027Z Compiling schemars_derive v0.8.22
16892026-06-23T19:26:01.283Z Compiling thiserror-impl v2.0.18
16902026-06-23T19:26:01.397Z Compiling tokio-macros v2.7.0
16912026-06-23T19:26:01.587Z Compiling zerocopy-derive v0.8.50
16922026-06-23T19:26:01.800Z Compiling zeroize_derive v1.4.3
16932026-06-23T19:26:01.864Z Compiling futures-macro v0.3.32
16942026-06-23T19:26:01.904Z Compiling zerofrom v0.1.8
16952026-06-23T19:26:02.046Z Compiling yoke v0.8.3
16962026-06-23T19:26:02.143Z Compiling once_cell v1.21.4
16972026-06-23T19:26:02.270Z Compiling zerovec v0.11.6
16982026-06-23T19:26:02.332Z Compiling zerotrie v0.2.4
16992026-06-23T19:26:02.489Z Compiling zeroize v1.8.2
17002026-06-23T19:26:02.639Z Compiling slab v0.4.12
17012026-06-23T19:26:02.718Z Compiling thiserror v1.0.69
17022026-06-23T19:26:02.742Z Compiling rustix v1.1.4
17032026-06-23T19:26:02.772Z Compiling ucd-trie v0.1.7
17042026-06-23T19:26:02.815Z Compiling typenum v1.20.1
17052026-06-23T19:26:02.852Z Compiling tinystr v0.8.3
17062026-06-23T19:26:02.919Z Compiling potential_utf v0.1.5
17072026-06-23T19:26:03.001Z Compiling pest v2.8.6
17082026-06-23T19:26:03.052Z Compiling icu_locale_core v2.2.0
17092026-06-23T19:26:03.072Z Compiling icu_collections v2.2.0
17102026-06-23T19:26:03.106Z Compiling futures-channel v0.3.32
17112026-06-23T19:26:03.127Z Compiling thiserror-impl v1.0.69
17122026-06-23T19:26:03.638Z Compiling futures-task v0.3.32
17132026-06-23T19:26:03.821Z Compiling serde_tokenstream v0.2.3
17142026-06-23T19:26:03.845Z Compiling smallvec v1.15.1
17152026-06-23T19:26:03.887Z Compiling bytes v1.11.1
17162026-06-23T19:26:03.960Z Compiling icu_provider v2.2.0
17172026-06-23T19:26:04.115Z Compiling chrono v0.4.45
17182026-06-23T19:26:04.230Z Compiling icu_normalizer v2.2.0
17192026-06-23T19:26:04.320Z Compiling icu_properties v2.2.0
17202026-06-23T19:26:04.516Z Compiling parking_lot v0.12.5
17212026-06-23T19:26:04.743Z Compiling pest_meta v2.8.6
17222026-06-23T19:26:05.134Z Compiling tokio v1.52.3
17232026-06-23T19:26:05.384Z Compiling idna_adapter v1.2.2
17242026-06-23T19:26:05.419Z Compiling pest_generator v2.8.6
17252026-06-23T19:26:05.540Z Compiling idna v1.1.0
17262026-06-23T19:26:05.877Z Compiling futures-io v0.3.32
17272026-06-23T19:26:05.974Z Compiling url v2.5.8
17282026-06-23T19:26:05.991Z Compiling regex-syntax v0.8.10
17292026-06-23T19:26:06.036Z Compiling pest_derive v2.8.6
17302026-06-23T19:26:06.078Z Compiling futures-util v0.3.32
17312026-06-23T19:26:06.209Z Compiling getrandom v0.3.4
17322026-06-23T19:26:06.610Z Compiling strsim v0.11.1
17332026-06-23T19:26:06.909Z Compiling rand_core v0.6.4
17342026-06-23T19:26:07.173Z Compiling aho-corasick v1.1.4
17352026-06-23T19:26:07.564Z Compiling ipnetwork v0.21.1
17362026-06-23T19:26:07.585Z Compiling byteorder v1.5.0
17372026-06-23T19:26:07.850Z Compiling hashbrown v0.17.1
17382026-06-23T19:26:08.098Z Compiling regex-automata v0.4.14
17392026-06-23T19:26:08.494Z Compiling indexmap v2.14.0
17402026-06-23T19:26:08.540Z Compiling tracing-core v0.1.36
17412026-06-23T19:26:08.610Z Compiling tracing-attributes v0.1.31
17422026-06-23T19:26:08.722Z Compiling ident_case v1.0.1
17432026-06-23T19:26:08.854Z Compiling slog v2.8.2
17442026-06-23T19:26:09.150Z Compiling fnv v1.0.7
17452026-06-23T19:26:09.280Z Compiling paste v1.0.15
17462026-06-23T19:26:09.317Z Compiling anyhow v1.0.102
17472026-06-23T19:26:09.598Z Compiling base64 v0.22.1
17482026-06-23T19:26:09.783Z Compiling regex v1.12.3
17492026-06-23T19:26:09.856Z Compiling tracing v0.1.44
17502026-06-23T19:26:10.129Z Compiling erased-serde v0.3.31
17512026-06-23T19:26:10.204Z Compiling omicron-workspace-hack v0.1.0
17522026-06-23T19:26:10.453Z Compiling http v1.4.1
17532026-06-23T19:26:10.801Z Compiling oxnet v0.1.6
17542026-06-23T19:26:11.278Z Compiling rustls-pki-types v1.14.1
17552026-06-23T19:26:11.789Z Compiling scroll_derive v0.13.1
17562026-06-23T19:26:12.117Z Compiling ring v0.17.14
17572026-06-23T19:26:12.262Z Compiling time-core v0.1.8
17582026-06-23T19:26:12.414Z Compiling aws-lc-rs v1.17.0
17592026-06-23T19:26:12.432Z Compiling num-conv v0.2.2
17602026-06-23T19:26:12.589Z Compiling time-macros v0.2.27
17612026-06-23T19:26:12.797Z Compiling tokio-util v0.7.18
17622026-06-23T19:26:13.089Z Compiling untrusted v0.9.0
17632026-06-23T19:26:13.227Z Compiling ipnet v2.12.0
17642026-06-23T19:26:13.593Z Compiling untrusted v0.7.1
17652026-06-23T19:26:13.726Z Compiling ppv-lite86 v0.2.21
17662026-06-23T19:26:14.073Z Compiling daft-derive v0.1.7
17672026-06-23T19:26:14.092Z Compiling async-trait v0.1.89
17682026-06-23T19:26:14.269Z Compiling crc32fast v1.5.0
17692026-06-23T19:26:14.390Z Compiling camino v1.2.2
17702026-06-23T19:26:14.576Z Compiling rustls v0.23.40
17712026-06-23T19:26:14.810Z Compiling http-body v1.0.1
17722026-06-23T19:26:14.896Z Compiling crossbeam-utils v0.8.21
17732026-06-23T19:26:14.976Z Compiling pretty-hex v0.4.2
17742026-06-23T19:26:15.024Z Compiling atomic-waker v1.1.2
17752026-06-23T19:26:15.041Z Compiling usdt-impl v0.6.0
17762026-06-23T19:26:15.235Z Compiling scroll v0.13.0
17772026-06-23T19:26:15.304Z Compiling tower-layer v0.3.3
17782026-06-23T19:26:15.497Z Compiling plain v0.2.3
17792026-06-23T19:26:15.514Z Compiling try-lock v0.2.5
17802026-06-23T19:26:15.614Z Compiling ryu v1.0.23
17812026-06-23T19:26:15.618Z Compiling tower-service v0.3.3
17822026-06-23T19:26:15.733Z Compiling want v0.3.1
17832026-06-23T19:26:15.903Z Compiling goblin v0.10.7
17842026-06-23T19:26:15.961Z Compiling h2 v0.4.14
17852026-06-23T19:26:16.860Z Compiling slog-async v2.8.0
17862026-06-23T19:26:16.992Z Compiling httpdate v1.0.3
17872026-06-23T19:26:17.271Z Compiling dtrace-parser v0.3.0
17882026-06-23T19:26:17.342Z Compiling thread-id v5.1.0
17892026-06-23T19:26:17.378Z Compiling ref-cast v1.0.25
17902026-06-23T19:26:18.867Z Compiling dof v0.4.0
17912026-06-23T19:26:19.315Z Compiling hyper v1.10.1
17922026-06-23T19:26:19.854Z Compiling rand_core v0.9.5
17932026-06-23T19:26:20.116Z Compiling serde_urlencoded v0.7.1
17942026-06-23T19:26:20.132Z Compiling http-body-util v0.1.3
17952026-06-23T19:26:20.415Z Compiling ref-cast-impl v1.0.25
17962026-06-23T19:26:20.616Z Compiling syn v1.0.109
17972026-06-23T19:26:20.954Z Compiling hyper-util v0.1.20
17982026-06-23T19:26:21.720Z Compiling usdt-attr-macro v0.6.0
17992026-06-23T19:26:22.356Z Compiling usdt-macro v0.6.0
18002026-06-23T19:26:22.654Z Compiling structmeta-derive v0.3.0
18012026-06-23T19:26:23.218Z Compiling multer v3.1.0
18022026-06-23T19:26:23.412Z Compiling foldhash v0.2.0
18032026-06-23T19:26:23.475Z Compiling powerfmt v0.2.0
18042026-06-23T19:26:23.700Z Compiling allocator-api2 v0.2.21
18052026-06-23T19:26:23.750Z Compiling structmeta v0.3.0
18062026-06-23T19:26:23.835Z Compiling deranged v0.5.8
18072026-06-23T19:26:23.949Z Compiling rand_chacha v0.9.0
18082026-06-23T19:26:24.087Z Compiling hashbrown v0.16.1
18092026-06-23T19:26:24.390Z Compiling darling_core v0.23.0
18102026-06-23T19:26:24.513Z Compiling newtype-uuid-macros v0.1.0
18112026-06-23T19:26:24.929Z Compiling num_threads v0.1.7
18122026-06-23T19:26:25.174Z Compiling rand v0.9.4
18132026-06-23T19:26:25.193Z Compiling time v0.3.47
18142026-06-23T19:26:25.303Z Compiling newtype-uuid v1.3.2
18152026-06-23T19:26:25.745Z Compiling strum_macros v0.26.4
18162026-06-23T19:26:26.100Z Compiling async-stream-impl v0.3.6
18172026-06-23T19:26:26.240Z Compiling sync_wrapper v1.0.2
18182026-06-23T19:26:26.361Z Compiling dropshot v0.17.1
18192026-06-23T19:26:26.434Z Compiling darling_macro v0.23.0
18202026-06-23T19:26:26.740Z Compiling hex v0.4.3
18212026-06-23T19:26:27.038Z Compiling darling v0.23.0
18222026-06-23T19:26:27.045Z Compiling tower v0.5.3
18232026-06-23T19:26:27.115Z Compiling daft v0.1.7
18242026-06-23T19:26:27.133Z Compiling crossbeam-channel v0.5.15
18252026-06-23T19:26:27.419Z Compiling webpki-roots v1.0.7
18262026-06-23T19:26:27.436Z Compiling openapiv3 v2.2.0
18272026-06-23T19:26:27.879Z Compiling generic-array v0.14.7
18282026-06-23T19:26:27.907Z Compiling fastrand v2.4.1
18292026-06-23T19:26:28.294Z Compiling tower-http v0.6.11
18302026-06-23T19:26:28.434Z Compiling serde_with_macros v3.20.0
18312026-06-23T19:26:28.963Z Compiling futures-executor v0.3.32
18322026-06-23T19:26:29.279Z Compiling dropshot_endpoint v0.17.1
18332026-06-23T19:26:29.447Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18342026-06-23T19:26:29.550Z Compiling thread_local v1.1.9
18352026-06-23T19:26:29.609Z Compiling cpufeatures v0.3.0
18362026-06-23T19:26:29.886Z Compiling openssl-probe v0.2.1
18372026-06-23T19:26:29.931Z Compiling futures v0.3.32
18382026-06-23T19:26:30.019Z Compiling rustls-native-certs v0.8.4
18392026-06-23T19:26:30.680Z Compiling derive-ex v0.1.8
18402026-06-23T19:26:30.896Z Compiling strum_macros v0.27.2
18412026-06-23T19:26:30.914Z Compiling is-terminal v0.4.17
18422026-06-23T19:26:31.021Z Compiling term v1.2.1
18432026-06-23T19:26:31.827Z Compiling winnow v1.0.3
18442026-06-23T19:26:32.246Z Compiling take_mut v0.2.2
18452026-06-23T19:26:32.722Z Compiling test-strategy v0.4.5
18462026-06-23T19:26:32.741Z Compiling slog-term v2.9.2
18472026-06-23T19:26:33.612Z Compiling tempfile v3.27.0
18482026-06-23T19:26:34.151Z Compiling macaddr v1.0.1
18492026-06-23T19:26:34.429Z Compiling hybrid-array v0.4.12
18502026-06-23T19:26:34.433Z Compiling adler2 v2.0.1
18512026-06-23T19:26:34.641Z Compiling simd-adler32 v0.3.9
18522026-06-23T19:26:34.694Z Compiling match_cfg v0.1.0
18532026-06-23T19:26:34.778Z Compiling hostname v0.3.1
18542026-06-23T19:26:34.916Z Compiling miniz_oxide v0.8.9
18552026-06-23T19:26:35.599Z Compiling slog-json v2.6.1
18562026-06-23T19:26:35.877Z Compiling memmap2 v0.9.10
18572026-06-23T19:26:36.249Z Compiling usdt v0.6.0
18582026-06-23T19:26:36.412Z Compiling slog-bunyan v2.5.0
18592026-06-23T19:26:36.456Z Compiling flate2 v1.1.9
18602026-06-23T19:26:36.594Z Compiling block-buffer v0.12.0
18612026-06-23T19:26:36.782Z Compiling crypto-common v0.2.2
18622026-06-23T19:26:36.866Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18632026-06-23T19:26:36.997Z Compiling compression-core v0.4.32
18642026-06-23T19:26:37.015Z Compiling either v1.16.0
18652026-06-23T19:26:37.172Z Compiling const-oid v0.10.2
18662026-06-23T19:26:37.247Z Compiling debug-ignore v1.0.5
18672026-06-23T19:26:37.514Z Compiling digest v0.11.3
18682026-06-23T19:26:37.673Z Compiling compression-codecs v0.4.38
18692026-06-23T19:26:37.737Z Compiling toml_parser v1.1.2+spec-1.1.0
18702026-06-23T19:26:37.980Z Compiling crypto-common v0.1.7
18712026-06-23T19:26:38.046Z Compiling parse-display-derive v0.10.0
18722026-06-23T19:26:38.126Z Compiling rand_chacha v0.3.1
18732026-06-23T19:26:38.243Z Compiling toml_datetime v1.1.1+spec-1.1.0
18742026-06-23T19:26:38.277Z Compiling serde_spanned v1.1.1
18752026-06-23T19:26:38.432Z Compiling encoding_rs v0.8.35
18762026-06-23T19:26:38.662Z Compiling spin v0.9.8
18772026-06-23T19:26:38.684Z Compiling toml_writer v1.1.1+spec-1.1.0
18782026-06-23T19:26:38.744Z Compiling mime v0.3.17
18792026-06-23T19:26:38.952Z Compiling toml v1.1.2+spec-1.1.0
18802026-06-23T19:26:38.993Z Compiling rand v0.8.6
18812026-06-23T19:26:39.219Z Compiling async-compression v0.4.42
18822026-06-23T19:26:39.377Z Compiling sha1 v0.11.0
18832026-06-23T19:26:39.676Z Compiling strum v0.26.3
18842026-06-23T19:26:39.750Z Compiling async-stream v0.3.6
18852026-06-23T19:26:39.839Z Compiling waitgroup v0.1.2
18862026-06-23T19:26:39.941Z Compiling rustls-pemfile v2.2.0
18872026-06-23T19:26:40.001Z Compiling serde_path_to_error v0.1.20
18882026-06-23T19:26:40.069Z Compiling hostname v0.4.2
18892026-06-23T19:26:40.221Z Compiling wait-timeout v0.2.1
18902026-06-23T19:26:40.666Z Compiling quick-error v1.2.3
18912026-06-23T19:26:40.788Z Compiling bit-vec v0.8.0
18922026-06-23T19:26:40.792Z Compiling rusty-fork v0.3.1
18932026-06-23T19:26:40.825Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-06-23T19:26:41.073Z Compiling bit-set v0.8.0
18952026-06-23T19:26:41.091Z Compiling serde_with v3.20.0
18962026-06-23T19:26:41.266Z Compiling rand_xorshift v0.4.0
18972026-06-23T19:26:41.430Z Compiling unarray v0.1.4
18982026-06-23T19:26:41.557Z Compiling proptest v1.11.0
18992026-06-23T19:26:41.624Z Compiling strum v0.27.2
19002026-06-23T19:26:41.767Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19012026-06-23T19:26:41.920Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19022026-06-23T19:26:42.047Z Compiling instant v0.1.13
19032026-06-23T19:26:42.335Z Compiling itertools v0.14.0
19042026-06-23T19:26:42.422Z Compiling iddqd v0.4.2
19052026-06-23T19:26:43.088Z Compiling unicode-width v0.2.2
19062026-06-23T19:26:43.547Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19072026-06-23T19:26:43.605Z Compiling block-buffer v0.10.4
19082026-06-23T19:26:43.780Z Compiling backon v1.6.0
19092026-06-23T19:26:43.849Z Compiling regress v0.10.5
19102026-06-23T19:26:44.044Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19112026-06-23T19:26:45.650Z Compiling digest v0.10.7
19122026-06-23T19:26:45.766Z Compiling backoff v0.4.0
19132026-06-23T19:26:45.978Z Compiling parse-display v0.10.0
19142026-06-23T19:26:46.246Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19152026-06-23T19:26:46.746Z Compiling humantime v2.3.0
19162026-06-23T19:26:48.838Z Compiling regress v0.11.1
19172026-06-23T19:26:49.878Z Compiling zerocopy-derive v0.7.35
19182026-06-23T19:26:50.309Z Compiling typify-impl v0.6.2
19192026-06-23T19:26:50.906Z Compiling darling_core v0.21.3
19202026-06-23T19:26:50.974Z Compiling clap_derive v4.6.1
19212026-06-23T19:26:51.703Z Compiling convert_case v0.4.0
19222026-06-23T19:26:51.823Z Compiling cpufeatures v0.2.17
19232026-06-23T19:26:51.997Z Compiling utf8parse v0.2.2
19242026-06-23T19:26:52.114Z Compiling anstyle-parse v1.0.0
19252026-06-23T19:26:52.490Z Compiling derive_more v0.99.20
19262026-06-23T19:26:52.968Z Compiling darling_macro v0.21.3
19272026-06-23T19:26:53.437Z Compiling terminal_size v0.4.4
19282026-06-23T19:26:53.544Z Compiling toml_datetime v0.6.11
19292026-06-23T19:26:53.562Z Compiling typify-macro v0.6.2
19302026-06-23T19:26:53.606Z Compiling is_terminal_polyfill v1.70.2
19312026-06-23T19:26:53.704Z Compiling anstyle-query v1.1.5
19322026-06-23T19:26:53.778Z Compiling colorchoice v1.0.5
19332026-06-23T19:26:53.900Z Compiling anstyle v1.0.14
19342026-06-23T19:26:54.006Z Compiling darling v0.21.3
19352026-06-23T19:26:54.094Z Compiling anstream v1.0.0
19362026-06-23T19:26:54.734Z Compiling secrecy v0.10.3
19372026-06-23T19:26:54.752Z Compiling clap_lex v1.1.0
19382026-06-23T19:26:54.915Z Compiling heapless v0.8.0
19392026-06-23T19:26:55.091Z Compiling tinyvec_macros v0.1.1
19402026-06-23T19:26:55.135Z Compiling crucible-workspace-hack v0.1.0
19412026-06-23T19:26:55.181Z Compiling tinyvec v1.11.0
19422026-06-23T19:26:55.249Z Compiling clap_builder v4.6.0
19432026-06-23T19:26:55.433Z Compiling typify v0.6.2
19442026-06-23T19:26:55.851Z Compiling ingot-macros v0.1.1
19452026-06-23T19:26:55.896Z Compiling zerocopy v0.7.35
19462026-06-23T19:26:56.204Z Compiling hash32 v0.3.1
19472026-06-23T19:26:56.362Z Compiling scroll_derive v0.12.1
19482026-06-23T19:26:56.380Z Compiling rustc_version v0.4.1
19492026-06-23T19:26:56.593Z Compiling num-integer v0.1.46
19502026-06-23T19:26:56.643Z Compiling usdt-impl v0.5.0
19512026-06-23T19:26:56.927Z Compiling smoltcp v0.11.0
19522026-06-23T19:26:57.080Z Compiling scroll v0.12.0
19532026-06-23T19:26:57.188Z Compiling clap v4.6.1
19542026-06-23T19:26:57.280Z Compiling curve25519-dalek v4.1.3
19552026-06-23T19:26:57.543Z Compiling dof v0.3.0
19562026-06-23T19:26:58.543Z Compiling ingot-types v0.1.2
19572026-06-23T19:26:59.127Z Compiling hmac v0.12.1
19582026-06-23T19:26:59.289Z Compiling dtrace-parser v0.2.0
19592026-06-23T19:26:59.311Z Compiling inout v0.1.4
19602026-06-23T19:26:59.431Z Compiling ff v0.13.1
19612026-06-23T19:26:59.470Z Compiling cobs v0.3.0
19622026-06-23T19:26:59.812Z Compiling thread-id v4.2.2
19632026-06-23T19:26:59.961Z Compiling managed v0.8.0
19642026-06-23T19:26:59.978Z Compiling bitflags v1.3.2
19652026-06-23T19:27:00.227Z Compiling unsafe-libyaml v0.2.11
19662026-06-23T19:27:00.758Z Compiling serde_yaml v0.9.34+deprecated
19672026-06-23T19:27:01.062Z Compiling postcard v1.1.3
19682026-06-23T19:27:01.370Z Compiling group v0.13.0
19692026-06-23T19:27:01.493Z Compiling cipher v0.4.4
19702026-06-23T19:27:01.738Z Compiling hkdf v0.12.4
19712026-06-23T19:27:01.907Z Compiling ingot v0.1.1
19722026-06-23T19:27:02.450Z Compiling goblin v0.8.2
19732026-06-23T19:27:02.803Z Compiling num-rational v0.4.2
19742026-06-23T19:27:03.779Z Compiling num-iter v0.1.45
19752026-06-23T19:27:04.110Z Compiling tabwriter v1.4.1
19762026-06-23T19:27:04.295Z Compiling universal-hash v0.5.1
19772026-06-23T19:27:04.444Z Compiling crypto-bigint v0.5.5
19782026-06-23T19:27:04.465Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19792026-06-23T19:27:04.565Z Compiling thiserror-impl-no-std v2.0.2
19802026-06-23T19:27:05.177Z Compiling hubpack_derive v0.1.1
19812026-06-23T19:27:05.613Z Compiling crossbeam-epoch v0.9.18
19822026-06-23T19:27:05.714Z Compiling half v2.7.1
19832026-06-23T19:27:05.942Z Compiling curve25519-dalek-derive v0.1.1
19842026-06-23T19:27:06.112Z Compiling num-complex v0.4.6
19852026-06-23T19:27:06.643Z Compiling memoffset v0.9.1
19862026-06-23T19:27:06.827Z Compiling prettyplease v0.2.37
19872026-06-23T19:27:07.019Z Compiling opaque-debug v0.3.1
19882026-06-23T19:27:07.198Z Compiling ciborium-io v0.2.2
19892026-06-23T19:27:07.293Z Compiling cfg_aliases v0.2.1
19902026-06-23T19:27:07.311Z Compiling base64ct v1.8.3
19912026-06-23T19:27:07.499Z Compiling base16ct v0.2.0
19922026-06-23T19:27:07.595Z Compiling elliptic-curve v0.13.8
19932026-06-23T19:27:07.682Z Compiling password-hash v0.5.0
19942026-06-23T19:27:08.042Z Compiling nix v0.31.3
19952026-06-23T19:27:08.444Z Compiling ciborium-ll v0.2.2
19962026-06-23T19:27:08.716Z Compiling poly1305 v0.8.0
19972026-06-23T19:27:09.449Z Compiling num v0.4.3
19982026-06-23T19:27:09.533Z Compiling hubpack v0.1.2
19992026-06-23T19:27:09.593Z Compiling thiserror-no-std v2.0.2
20002026-06-23T19:27:11.181Z Compiling chacha20 v0.9.1
20012026-06-23T19:27:11.199Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20022026-06-23T19:27:11.199Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20032026-06-23T19:27:11.450Z Compiling reqwest v0.12.28
20042026-06-23T19:27:12.219Z Compiling toml_edit v0.25.12+spec-1.1.0
20052026-06-23T19:27:12.412Z Compiling blake2 v0.10.6
20062026-06-23T19:27:12.495Z Compiling aead v0.5.2
20072026-06-23T19:27:12.889Z Compiling byte-wrapper v0.1.0
20082026-06-23T19:27:13.011Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20092026-06-23T19:27:13.115Z Compiling serde_repr v0.1.20
20102026-06-23T19:27:13.722Z Compiling proc-macro-error-attr v1.0.4
20112026-06-23T19:27:13.833Z Compiling bstr v1.12.1
20122026-06-23T19:27:13.951Z Compiling static_assertions v1.1.0
20132026-06-23T19:27:14.035Z Compiling rustix v0.38.44
20142026-06-23T19:27:14.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20152026-06-23T19:27:14.108Z Compiling keccak v0.1.6
20162026-06-23T19:27:14.392Z Compiling float-ord v0.3.2
20172026-06-23T19:27:14.536Z Compiling sha3 v0.10.9
20182026-06-23T19:27:14.823Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20192026-06-23T19:27:14.862Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20202026-06-23T19:27:15.383Z Compiling proc-macro-crate v3.5.0
20212026-06-23T19:27:15.429Z Compiling argon2 v0.5.3
20222026-06-23T19:27:15.835Z Compiling chacha20poly1305 v0.10.1
20232026-06-23T19:27:16.949Z Compiling progenitor-client v0.10.0
20242026-06-23T19:27:17.060Z Compiling vsss-rs v3.3.4
20252026-06-23T19:27:17.704Z Compiling rustls-webpki v0.103.13
20262026-06-23T19:27:17.953Z Compiling ciborium v0.2.2
20272026-06-23T19:27:18.750Z Compiling usdt-attr-macro v0.5.0
20282026-06-23T19:27:18.852Z Compiling usdt-macro v0.5.0
20292026-06-23T19:27:20.474Z Compiling enum-as-inner v0.6.1
20302026-06-23T19:27:20.493Z Compiling num-derive v0.4.2
20312026-06-23T19:27:22.059Z Compiling proc-macro-error v1.0.4
20322026-06-23T19:27:22.084Z Compiling memmap v0.7.0
20332026-06-23T19:27:22.084Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20342026-06-23T19:27:22.084Z Compiling winnow v0.5.40
20352026-06-23T19:27:22.084Z Compiling indent_write v2.2.0
20362026-06-23T19:27:22.084Z Compiling data-encoding v2.11.0
20372026-06-23T19:27:22.084Z Compiling usdt v0.5.0
20382026-06-23T19:27:22.084Z Compiling tokio-rustls v0.26.4
20392026-06-23T19:27:22.343Z Compiling hyper-rustls v0.27.9
20402026-06-23T19:27:22.471Z Compiling rustls-platform-verifier v0.7.0
20412026-06-23T19:27:22.886Z Compiling reqwest v0.13.4
20422026-06-23T19:27:22.968Z Compiling toml_edit v0.19.15
20432026-06-23T19:27:23.156Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-06-23T19:27:24.324Z Compiling progenitor-client v0.14.0
20452026-06-23T19:27:24.810Z Compiling progenitor-extras v0.2.0
20462026-06-23T19:27:25.392Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20472026-06-23T19:27:25.505Z Compiling num_enum_derive v0.7.6
20482026-06-23T19:27:26.534Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-23T19:27:28.124Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-23T19:27:30.059Z Compiling serde_spanned v0.6.9
20512026-06-23T19:27:30.218Z Compiling foreign-types-macros v0.2.3
20522026-06-23T19:27:31.967Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-23T19:27:34.737Z Compiling vcpkg v0.2.15
20542026-06-23T19:27:37.065Z Compiling colored v3.1.1
20552026-06-23T19:27:37.086Z Compiling winnow v0.7.15
20562026-06-23T19:27:37.103Z Compiling bytecount v0.6.9
20572026-06-23T19:27:37.302Z Compiling pkg-config v0.3.33
20582026-06-23T19:27:37.748Z Compiling toml_write v0.1.2
20592026-06-23T19:27:37.766Z Compiling foreign-types-shared v0.3.1
20602026-06-23T19:27:37.805Z Compiling openssl-sys v0.9.116
20612026-06-23T19:27:37.872Z Compiling foreign-types v0.5.0
20622026-06-23T19:27:37.970Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-06-23T19:27:38.250Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-23T19:27:38.550Z Compiling toml_edit v0.22.27
20652026-06-23T19:27:38.655Z Compiling num_enum v0.7.6
20662026-06-23T19:27:38.794Z Compiling proc-macro-crate v1.3.1
20672026-06-23T19:27:39.430Z Compiling progenitor-impl v0.13.0
20682026-06-23T19:27:40.229Z Compiling chacha20 v0.10.0
20692026-06-23T19:27:40.536Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20702026-06-23T19:27:41.115Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20712026-06-23T19:27:41.128Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20722026-06-23T19:27:41.128Z Compiling cstr-argument v0.1.2
20732026-06-23T19:27:41.255Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20742026-06-23T19:27:41.322Z Compiling unicode-segmentation v1.13.3
20752026-06-23T19:27:41.490Z Compiling heck v0.4.1
20762026-06-23T19:27:41.508Z Compiling resolv-conf v0.7.6
20772026-06-23T19:27:41.508Z Compiling swrite v0.1.0
20782026-06-23T19:27:41.542Z Compiling linked-hash-map v0.5.6
20792026-06-23T19:27:41.640Z Compiling semver v0.1.20
20802026-06-23T19:27:41.723Z Compiling rayon-core v1.13.0
20812026-06-23T19:27:41.966Z Compiling rustc_version v0.1.7
20822026-06-23T19:27:41.970Z Compiling lru-cache v0.1.2
20832026-06-23T19:27:41.996Z Compiling newline-converter v0.3.0
20842026-06-23T19:27:42.123Z Compiling progenitor-macro v0.13.0
20852026-06-23T19:27:42.173Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20862026-06-23T19:27:42.209Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20872026-06-23T19:27:42.304Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882026-06-23T19:27:42.349Z Compiling rand v0.10.1
20892026-06-23T19:27:42.460Z Compiling toml v0.8.23
20902026-06-23T19:27:43.123Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20912026-06-23T19:27:43.191Z Compiling num_enum_derive v0.5.11
20922026-06-23T19:27:43.671Z Compiling atomicwrites v0.4.4
20932026-06-23T19:27:43.701Z Compiling progenitor-client v0.13.0
20942026-06-23T19:27:43.722Z Compiling hickory-proto v0.24.4
20952026-06-23T19:27:43.873Z Compiling similar v2.7.0
20962026-06-23T19:27:43.978Z Compiling crossbeam-deque v0.8.6
20972026-06-23T19:27:44.207Z Compiling progenitor-impl v0.14.0
20982026-06-23T19:27:44.232Z Compiling console v0.15.11
20992026-06-23T19:27:45.511Z Compiling camino-tempfile v1.4.1
21002026-06-23T19:27:45.923Z Compiling serde-big-array v0.5.1
21012026-06-23T19:27:46.104Z Compiling pin-project-internal v1.1.13
21022026-06-23T19:27:46.247Z Compiling derive-where v1.6.1
21032026-06-23T19:27:46.346Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21042026-06-23T19:27:46.634Z Compiling siphasher v1.0.3
21052026-06-23T19:27:46.854Z Compiling lazy_static v1.5.0
21062026-06-23T19:27:46.884Z Compiling minimal-lexical v0.2.1
21072026-06-23T19:27:47.137Z Compiling nom v7.1.3
21082026-06-23T19:27:47.198Z Compiling pin-project v1.1.13
21092026-06-23T19:27:47.316Z Compiling phf_shared v0.12.1
21102026-06-23T19:27:47.549Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21112026-06-23T19:27:47.572Z Compiling progenitor v0.13.0
21122026-06-23T19:27:47.729Z Compiling progenitor-macro v0.14.0
21132026-06-23T19:27:47.828Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21142026-06-23T19:27:48.576Z Compiling hickory-resolver v0.24.4
21152026-06-23T19:27:51.670Z Compiling expectorate v1.2.0
21162026-06-23T19:27:51.758Z Compiling num_enum v0.5.11
21172026-06-23T19:27:53.393Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-23T19:27:53.691Z Compiling newtype_derive v0.1.6
21192026-06-23T19:27:54.575Z Compiling unicode-normalization v0.1.25
21202026-06-23T19:27:55.186Z Compiling tokio-stream v0.1.18
21212026-06-23T19:27:55.518Z Compiling snafu-derive v0.8.9
21222026-06-23T19:27:55.759Z Compiling async-recursion v1.1.1
21232026-06-23T19:27:56.057Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21242026-06-23T19:27:56.400Z Compiling slog-dtrace v0.3.0
21252026-06-23T19:27:56.476Z Compiling csv-core v0.1.13
21262026-06-23T19:27:56.673Z Compiling cancel-safe-futures v0.1.5
21272026-06-23T19:27:56.888Z Compiling foldhash v0.1.5
21282026-06-23T19:27:56.951Z Compiling unicode-width v0.1.14
21292026-06-23T19:27:57.128Z Compiling konst_macro_rules v0.2.19
21302026-06-23T19:27:57.229Z Compiling foreign-types-shared v0.1.1
21312026-06-23T19:27:57.270Z Compiling unicode-xid v0.2.6
21322026-06-23T19:27:57.329Z Compiling chrono-tz v0.10.4
21332026-06-23T19:27:57.333Z Compiling highway v1.3.0
21342026-06-23T19:27:57.412Z Compiling same-file v1.0.6
21352026-06-23T19:27:57.431Z Compiling openssl v0.10.80
21362026-06-23T19:27:57.594Z Compiling owo-colors v4.3.0
21372026-06-23T19:27:57.637Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-23T19:27:57.759Z Compiling walkdir v2.5.0
21392026-06-23T19:27:58.019Z Compiling const_format_proc_macros v0.2.34
21402026-06-23T19:27:58.040Z Compiling foreign-types v0.3.2
21412026-06-23T19:27:58.129Z Compiling konst v0.2.20
21422026-06-23T19:27:58.494Z Compiling snafu v0.8.9
21432026-06-23T19:27:58.519Z Compiling hashbrown v0.15.5
21442026-06-23T19:27:58.846Z Compiling csv v1.4.0
21452026-06-23T19:27:59.181Z Compiling qorb v0.4.1
21462026-06-23T19:27:59.203Z Compiling progenitor v0.14.0
21472026-06-23T19:27:59.358Z Compiling olpc-cjson v0.1.4
21482026-06-23T19:27:59.384Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21492026-06-23T19:27:59.807Z Compiling rayon v1.12.0
21502026-06-23T19:28:00.612Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21512026-06-23T19:28:01.149Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-23T19:28:01.984Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-23T19:28:02.885Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-23T19:28:03.419Z Compiling phf v0.12.1
21552026-06-23T19:28:03.551Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21562026-06-23T19:28:04.042Z Compiling zone_cfg_derive v0.3.1
21572026-06-23T19:28:04.756Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-23T19:28:04.907Z Compiling tokio-dtrace v0.1.1
21592026-06-23T19:28:05.263Z Compiling globset v0.4.18
21602026-06-23T19:28:05.767Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21612026-06-23T19:28:05.998Z Compiling itertools v0.12.1
21622026-06-23T19:28:07.332Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-06-23T19:28:07.476Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21642026-06-23T19:28:07.495Z Compiling pem v3.0.6
21652026-06-23T19:28:07.659Z Compiling libsw-core v0.3.2
21662026-06-23T19:28:07.850Z Compiling serde_plain v1.0.2
21672026-06-23T19:28:07.928Z Compiling openssl-macros v0.1.1
21682026-06-23T19:28:07.968Z Compiling cookie v0.18.1
21692026-06-23T19:28:08.147Z Compiling sigpipe v0.1.3
21702026-06-23T19:28:08.203Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-06-23T19:28:08.226Z Compiling glob v0.3.3
21722026-06-23T19:28:08.434Z Compiling typed-path v0.9.3
21732026-06-23T19:28:08.458Z Compiling fixedbitset v0.5.7
21742026-06-23T19:28:08.577Z Compiling fixedbitset v0.4.2
21752026-06-23T19:28:08.740Z Compiling jiff v0.2.28
21762026-06-23T19:28:08.838Z Compiling petgraph v0.6.5
21772026-06-23T19:28:08.949Z Compiling petgraph v0.8.3
21782026-06-23T19:28:09.273Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-06-23T19:28:09.517Z Compiling tough v0.22.0
21802026-06-23T19:28:10.622Z Compiling libsw v3.5.0
21812026-06-23T19:28:10.642Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21822026-06-23T19:28:10.816Z Compiling zone v0.3.1
21832026-06-23T19:28:11.362Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21842026-06-23T19:28:11.366Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21852026-06-23T19:28:11.667Z Compiling oxide-tokio-rt v0.1.6
21862026-06-23T19:28:12.238Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-06-23T19:28:12.548Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21882026-06-23T19:28:14.274Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-23T19:28:14.486Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21902026-06-23T19:28:14.945Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-06-23T19:28:15.828Z Compiling const_format v0.2.36
21922026-06-23T19:28:16.342Z Compiling papergrid v0.11.0
21932026-06-23T19:28:16.544Z Compiling tabled_derive v0.7.0
21942026-06-23T19:28:16.966Z Compiling gethostname v0.5.0
21952026-06-23T19:28:17.115Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21962026-06-23T19:28:17.549Z Compiling libscf-sys v1.2.0
21972026-06-23T19:28:17.706Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21982026-06-23T19:28:18.226Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-06-23T19:28:18.361Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22002026-06-23T19:28:18.393Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-23T19:28:18.524Z Compiling smf v0.2.3
22022026-06-23T19:28:19.150Z Compiling bcs v0.1.6
22032026-06-23T19:28:19.196Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22042026-06-23T19:28:19.473Z Compiling tagptr v0.2.0
22052026-06-23T19:28:19.546Z Compiling smawk v0.3.2
22062026-06-23T19:28:19.649Z Compiling linear-map v1.2.0
22072026-06-23T19:28:19.683Z Compiling unicode-linebreak v0.1.5
22082026-06-23T19:28:19.718Z Compiling whoami v1.6.1
22092026-06-23T19:28:19.878Z Compiling termtree v0.5.1
22102026-06-23T19:28:20.169Z Compiling textwrap v0.16.2
22112026-06-23T19:28:21.146Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-06-23T19:28:21.508Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22132026-06-23T19:28:21.735Z Compiling moka v0.12.15
22142026-06-23T19:28:21.816Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-23T19:28:22.125Z Compiling tabled v0.15.0
22162026-06-23T19:28:22.676Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-06-23T19:28:22.964Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-23T19:28:22.996Z Compiling steno v0.4.1
22192026-06-23T19:28:23.179Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-06-23T19:28:25.591Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-23T19:28:28.831Z Compiling hickory-proto v0.25.2
22222026-06-23T19:28:29.340Z Compiling proc-macro-error-attr2 v2.0.0
22232026-06-23T19:28:29.800Z Compiling proc-macro-error2 v2.0.1
22242026-06-23T19:28:29.985Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22252026-06-23T19:28:30.038Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22262026-06-23T19:28:30.102Z Compiling parking_lot_core v0.8.6
22272026-06-23T19:28:30.375Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22282026-06-23T19:28:30.436Z Compiling tabled_derive v0.11.0
22292026-06-23T19:28:30.454Z Compiling papergrid v0.18.0
22302026-06-23T19:28:31.320Z Compiling hickory-resolver v0.25.2
22312026-06-23T19:28:31.551Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-06-23T19:28:32.067Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22332026-06-23T19:28:32.089Z Compiling testing_table v0.3.0
22342026-06-23T19:28:32.526Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-06-23T19:28:33.512Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22362026-06-23T19:28:34.054Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22372026-06-23T19:28:34.627Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22382026-06-23T19:28:35.218Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22392026-06-23T19:28:35.990Z Compiling tabled v0.21.0
22402026-06-23T19:28:37.227Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22412026-06-23T19:28:37.347Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22422026-06-23T19:28:37.664Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22432026-06-23T19:28:38.071Z Compiling arc-swap v1.9.1
22442026-06-23T19:28:38.308Z Compiling slog-scope v4.4.1
22452026-06-23T19:28:39.181Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22462026-06-23T19:28:39.239Z Compiling parking_lot v0.11.2
22472026-06-23T19:28:39.260Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22482026-06-23T19:28:39.658Z Compiling dropshot-api-manager-types v0.7.2
22492026-06-23T19:28:39.883Z Compiling fxhash v0.2.1
22502026-06-23T19:28:39.981Z Compiling crc8 v0.1.1
22512026-06-23T19:28:40.105Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22522026-06-23T19:28:40.222Z Compiling sled v0.34.7
22532026-06-23T19:28:40.837Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22542026-06-23T19:28:41.432Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22552026-06-23T19:28:44.350Z Compiling slog-stdlog v4.1.1
22562026-06-23T19:28:44.360Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22572026-06-23T19:28:44.637Z Compiling slog-envlogger v2.2.0
22582026-06-23T19:28:44.658Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22592026-06-23T19:28:46.810Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22602026-06-23T19:28:49.937Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22612026-06-23T19:28:51.390Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22622026-06-23T19:28:52.960Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22632026-06-23T19:29:01.148Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22642026-06-23T19:29:05.983Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22652026-06-23T19:29:09.248Z Finished `release` profile [optimized] target(s) in 3m 39s
22662026-06-23T19:29:09.581Z+ banner quartet
22672026-06-23T19:29:09.585Z
22682026-06-23T19:29:09.585Z #### # # ## ##### ##### ###### #####
22692026-06-23T19:29:09.585Z # # # # # # # # # # #
22702026-06-23T19:29:09.585Z # # # # # # # # # ##### #
22712026-06-23T19:29:09.585Z # # # # # ###### ##### # # #
22722026-06-23T19:29:09.585Z # # # # # # # # # # #
22732026-06-23T19:29:09.585Z ### # #### # # # # # ###### #
22742026-06-23T19:29:09.585Z
22752026-06-23T19:29:09.585Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22762026-06-23T19:29:10.145Z Compiling cfg-if v1.0.4
22772026-06-23T19:29:10.149Z Compiling libc v0.2.186
22782026-06-23T19:29:10.175Z Compiling serde_core v1.0.228
22792026-06-23T19:29:10.250Z Compiling memchr v2.8.1
22802026-06-23T19:29:10.261Z Compiling itoa v1.0.18
22812026-06-23T19:29:10.265Z Compiling smallvec v1.15.1
22822026-06-23T19:29:10.277Z Compiling stable_deref_trait v1.2.1
22832026-06-23T19:29:10.281Z Compiling zerofrom v0.1.8
22842026-06-23T19:29:10.298Z Compiling zmij v1.0.21
22852026-06-23T19:29:10.348Z Compiling litemap v0.8.2
22862026-06-23T19:29:10.404Z Compiling yoke v0.8.3
22872026-06-23T19:29:10.499Z Compiling writeable v0.6.3
22882026-06-23T19:29:10.509Z Compiling utf8_iter v1.0.4
22892026-06-23T19:29:10.544Z Compiling percent-encoding v2.3.2
22902026-06-23T19:29:10.601Z Compiling zerovec v0.11.6
22912026-06-23T19:29:10.619Z Compiling zerotrie v0.2.4
22922026-06-23T19:29:10.669Z Compiling libm v0.2.16
22932026-06-23T19:29:10.738Z Compiling icu_normalizer_data v2.2.0
22942026-06-23T19:29:10.768Z Compiling icu_properties_data v2.2.0
22952026-06-23T19:29:10.809Z Compiling form_urlencoded v1.2.2
22962026-06-23T19:29:10.820Z Compiling rand_core v0.10.1
22972026-06-23T19:29:10.928Z Compiling errno v0.3.14
22982026-06-23T19:29:10.983Z Compiling getrandom v0.4.2
22992026-06-23T19:29:11.052Z Compiling iana-time-zone v0.1.65
23002026-06-23T19:29:11.074Z Compiling pin-project-lite v0.2.17
23012026-06-23T19:29:11.104Z Compiling zeroize v1.8.2
23022026-06-23T19:29:11.185Z Compiling tinystr v0.8.3
23032026-06-23T19:29:11.205Z Compiling potential_utf v0.1.5
23042026-06-23T19:29:11.222Z Compiling dyn-clone v1.0.20
23052026-06-23T19:29:11.341Z Compiling icu_locale_core v2.2.0
23062026-06-23T19:29:11.353Z Compiling icu_collections v2.2.0
23072026-06-23T19:29:11.370Z Compiling socket2 v0.6.4
23082026-06-23T19:29:11.380Z Compiling scopeguard v1.2.0
23092026-06-23T19:29:11.392Z Compiling parking_lot_core v0.9.12
23102026-06-23T19:29:11.403Z Compiling signal-hook-registry v1.4.8
23112026-06-23T19:29:11.493Z Compiling num-traits v0.2.19
23122026-06-23T19:29:11.791Z Compiling lock_api v0.4.14
23132026-06-23T19:29:11.946Z Compiling mio v1.2.1
23142026-06-23T19:29:12.039Z Compiling parking_lot v0.12.5
23152026-06-23T19:29:12.141Z Compiling serde v1.0.228
23162026-06-23T19:29:12.168Z Compiling serde_json v1.0.150
23172026-06-23T19:29:12.248Z Compiling icu_provider v2.2.0
23182026-06-23T19:29:12.260Z Compiling uuid v1.23.2
23192026-06-23T19:29:12.380Z Compiling semver v1.0.28
23202026-06-23T19:29:12.665Z Compiling bytes v1.11.1
23212026-06-23T19:29:12.799Z Compiling icu_properties v2.2.0
23222026-06-23T19:29:12.891Z Compiling icu_normalizer v2.2.0
23232026-06-23T19:29:12.920Z Compiling chrono v0.4.45
23242026-06-23T19:29:12.979Z Compiling portable-atomic v1.13.1
23252026-06-23T19:29:13.089Z Compiling thiserror v2.0.18
23262026-06-23T19:29:13.202Z Compiling tokio v1.52.3
23272026-06-23T19:29:13.580Z Compiling bitflags v2.12.1
23282026-06-23T19:29:13.686Z Compiling critical-section v1.2.0
23292026-06-23T19:29:13.801Z Compiling idna_adapter v1.2.2
23302026-06-23T19:29:13.938Z Compiling idna v1.1.0
23312026-06-23T19:29:13.987Z Compiling futures-core v0.3.32
23322026-06-23T19:29:14.099Z Compiling once_cell v1.21.4
23332026-06-23T19:29:14.153Z Compiling equivalent v1.0.2
23342026-06-23T19:29:14.251Z Compiling subtle v2.6.1
23352026-06-23T19:29:14.258Z Compiling log v0.4.32
23362026-06-23T19:29:14.342Z Compiling url v2.5.8
23372026-06-23T19:29:14.423Z Compiling zerocopy v0.8.50
23382026-06-23T19:29:14.435Z Compiling futures-sink v0.3.32
23392026-06-23T19:29:14.506Z Compiling slab v0.4.12
23402026-06-23T19:29:14.545Z Compiling typenum v1.20.1
23412026-06-23T19:29:14.712Z Compiling futures-channel v0.3.32
23422026-06-23T19:29:14.873Z Compiling getrandom v0.2.17
23432026-06-23T19:29:14.973Z Compiling schemars v0.8.22
23442026-06-23T19:29:15.099Z Compiling futures-task v0.3.32
23452026-06-23T19:29:15.278Z Compiling futures-io v0.3.32
23462026-06-23T19:29:15.362Z Compiling rand_core v0.6.4
23472026-06-23T19:29:15.473Z Compiling futures-util v0.3.32
23482026-06-23T19:29:15.623Z Compiling hashbrown v0.17.1
23492026-06-23T19:29:16.052Z Compiling tracing-core v0.1.36
23502026-06-23T19:29:16.304Z Compiling indexmap v2.14.0
23512026-06-23T19:29:16.489Z Compiling tracing v0.1.44
23522026-06-23T19:29:16.844Z Compiling ipnetwork v0.21.1
23532026-06-23T19:29:16.891Z Compiling base64 v0.22.1
23542026-06-23T19:29:17.130Z Compiling http v1.4.1
23552026-06-23T19:29:17.134Z Compiling unicode-ident v1.0.24
23562026-06-23T19:29:17.271Z Compiling proc-macro2 v1.0.106
23572026-06-23T19:29:17.378Z Compiling slog v2.8.2
23582026-06-23T19:29:17.395Z Compiling erased-serde v0.3.31
23592026-06-23T19:29:17.602Z Compiling fnv v1.0.7
23602026-06-23T19:29:17.719Z Compiling quote v1.0.45
23612026-06-23T19:29:18.209Z Compiling oxnet v0.1.6
23622026-06-23T19:29:18.460Z Compiling syn v2.0.117
23632026-06-23T19:29:18.581Z Compiling tokio-util v0.7.18
23642026-06-23T19:29:18.866Z Compiling byteorder v1.5.0
23652026-06-23T19:29:19.051Z Compiling ipnet v2.12.0
23662026-06-23T19:29:19.124Z Compiling thiserror v1.0.69
23672026-06-23T19:29:19.237Z Compiling ppv-lite86 v0.2.21
23682026-06-23T19:29:19.481Z Compiling rustls-pki-types v1.14.1
23692026-06-23T19:29:19.581Z Compiling aws-lc-sys v0.41.0
23702026-06-23T19:29:19.803Z Compiling http-body v1.0.1
23712026-06-23T19:29:19.974Z Compiling atomic-waker v1.1.2
23722026-06-23T19:29:19.998Z Compiling untrusted v0.7.1
23732026-06-23T19:29:20.110Z Compiling aws-lc-rs v1.17.0
23742026-06-23T19:29:20.130Z Compiling httparse v1.10.1
23752026-06-23T19:29:20.150Z Compiling rustls v0.23.40
23762026-06-23T19:29:20.231Z Compiling tower-service v0.3.3
23772026-06-23T19:29:20.333Z Compiling pretty-hex v0.4.2
23782026-06-23T19:29:20.374Z Compiling untrusted v0.9.0
23792026-06-23T19:29:20.394Z Compiling ryu v1.0.23
23802026-06-23T19:29:20.451Z Compiling try-lock v0.2.5
23812026-06-23T19:29:20.476Z Compiling tower-layer v0.3.3
23822026-06-23T19:29:20.523Z Compiling h2 v0.4.14
23832026-06-23T19:29:20.570Z Compiling want v0.3.1
23842026-06-23T19:29:20.604Z Compiling httpdate v1.0.3
23852026-06-23T19:29:20.681Z Compiling rustix v1.1.4
23862026-06-23T19:29:20.685Z Compiling plain v0.2.3
23872026-06-23T19:29:20.755Z Compiling regex-syntax v0.8.10
23882026-06-23T19:29:20.809Z Compiling getrandom v0.3.4
23892026-06-23T19:29:20.983Z Compiling omicron-workspace-hack v0.1.0
23902026-06-23T19:29:21.021Z Compiling ucd-trie v0.1.7
23912026-06-23T19:29:21.060Z Compiling rand_core v0.9.5
23922026-06-23T19:29:21.341Z Compiling rustls-webpki v0.103.13
23932026-06-23T19:29:21.604Z Compiling pest v2.8.6
23942026-06-23T19:29:22.972Z Compiling hyper v1.10.1
23952026-06-23T19:29:23.393Z Compiling crossbeam-utils v0.8.21
23962026-06-23T19:29:24.009Z Compiling serde_urlencoded v0.7.1
23972026-06-23T19:29:24.095Z Compiling http-body-util v0.1.3
23982026-06-23T19:29:24.295Z Compiling foldhash v0.2.0
23992026-06-23T19:29:24.418Z Compiling hyper-util v0.1.20
24002026-06-23T19:29:24.595Z Compiling allocator-api2 v0.2.21
24012026-06-23T19:29:24.995Z Compiling hashbrown v0.16.1
24022026-06-23T19:29:25.732Z Compiling newtype-uuid v1.3.2
24032026-06-23T19:29:26.666Z Compiling tokio-rustls v0.26.4
24042026-06-23T19:29:26.759Z Compiling hex v0.4.3
24052026-06-23T19:29:26.975Z Compiling daft v0.1.7
24062026-06-23T19:29:27.037Z Compiling rand_chacha v0.9.0
24072026-06-23T19:29:27.053Z Compiling sync_wrapper v1.0.2
24082026-06-23T19:29:27.171Z Compiling aho-corasick v1.1.4
24092026-06-23T19:29:27.268Z Compiling fastrand v2.4.1
24102026-06-23T19:29:27.411Z Compiling rand v0.9.4
24112026-06-23T19:29:27.618Z Compiling tower v0.5.3
24122026-06-23T19:29:27.618Z Compiling anyhow v1.0.102
24132026-06-23T19:29:27.643Z Compiling powerfmt v0.2.0
24142026-06-23T19:29:27.910Z Compiling deranged v0.5.8
24152026-06-23T19:29:28.044Z Compiling generic-array v0.14.7
24162026-06-23T19:29:28.199Z Compiling regex-automata v0.4.14
24172026-06-23T19:29:28.250Z Compiling tower-http v0.6.11
24182026-06-23T19:29:28.281Z Compiling openapiv3 v2.2.0
24192026-06-23T19:29:28.607Z Compiling num_threads v0.1.7
24202026-06-23T19:29:28.708Z Compiling num-conv v0.2.2
24212026-06-23T19:29:28.875Z Compiling cpufeatures v0.3.0
24222026-06-23T19:29:28.951Z Compiling openssl-probe v0.2.1
24232026-06-23T19:29:28.968Z Compiling time-core v0.1.8
24242026-06-23T19:29:29.007Z Compiling camino v1.2.2
24252026-06-23T19:29:29.117Z Compiling time v0.3.47
24262026-06-23T19:29:29.210Z Compiling rustls-native-certs v0.8.4
24272026-06-23T19:29:29.600Z Compiling tempfile v3.27.0
24282026-06-23T19:29:30.070Z Compiling futures-executor v0.3.32
24292026-06-23T19:29:30.512Z Compiling winnow v1.0.3
24302026-06-23T19:29:30.618Z Compiling futures v0.3.32
24312026-06-23T19:29:30.707Z Compiling regex v1.12.3
24322026-06-23T19:29:30.733Z Compiling rustls-platform-verifier v0.7.0
24332026-06-23T19:29:31.383Z Compiling hyper-rustls v0.27.9
24342026-06-23T19:29:31.765Z Compiling crossbeam-channel v0.5.15
24352026-06-23T19:29:31.982Z Compiling scroll v0.13.0
24362026-06-23T19:29:32.120Z Compiling hybrid-array v0.4.12
24372026-06-23T19:29:32.176Z Compiling adler2 v2.0.1
24382026-06-23T19:29:32.294Z Compiling simd-adler32 v0.3.9
24392026-06-23T19:29:32.345Z Compiling goblin v0.10.7
24402026-06-23T19:29:32.511Z Compiling miniz_oxide v0.8.9
24412026-06-23T19:29:32.566Z Compiling crc32fast v1.5.0
24422026-06-23T19:29:32.621Z Compiling reqwest v0.13.4
24432026-06-23T19:29:32.821Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24442026-06-23T19:29:33.153Z Compiling thread_local v1.1.9
24452026-06-23T19:29:33.518Z Compiling either v1.16.0
24462026-06-23T19:29:33.798Z Compiling flate2 v1.1.9
24472026-06-23T19:29:33.945Z Compiling crypto-common v0.2.2
24482026-06-23T19:29:34.353Z Compiling block-buffer v0.12.0
24492026-06-23T19:29:34.542Z Compiling crypto-common v0.1.7
24502026-06-23T19:29:34.704Z Compiling dtrace-parser v0.3.0
24512026-06-23T19:29:34.809Z Compiling rand_chacha v0.3.1
24522026-06-23T19:29:35.218Z Compiling thread-id v5.1.0
24532026-06-23T19:29:35.312Z Compiling is-terminal v0.4.17
24542026-06-23T19:29:35.421Z Compiling debug-ignore v1.0.5
24552026-06-23T19:29:35.435Z Compiling match_cfg v0.1.0
24562026-06-23T19:29:35.513Z Compiling dof v0.4.0
24572026-06-23T19:29:35.538Z Compiling term v1.2.1
24582026-06-23T19:29:37.234Z Compiling const-oid v0.10.2
24592026-06-23T19:29:37.440Z Compiling compression-core v0.4.32
24602026-06-23T19:29:37.557Z Compiling take_mut v0.2.2
24612026-06-23T19:29:37.627Z Compiling compression-codecs v0.4.38
24622026-06-23T19:29:37.689Z Compiling slog-async v2.8.0
24632026-06-23T19:29:38.007Z Compiling digest v0.11.3
24642026-06-23T19:29:38.204Z Compiling usdt-impl v0.6.0
24652026-06-23T19:29:38.613Z Compiling slog-term v2.9.2
24662026-06-23T19:29:39.181Z Compiling hostname v0.3.1
24672026-06-23T19:29:39.348Z Compiling rand v0.8.6
24682026-06-23T19:29:39.365Z Compiling ref-cast v1.0.25
24692026-06-23T19:29:39.478Z Compiling toml_parser v1.1.2+spec-1.1.0
24702026-06-23T19:29:39.991Z Compiling slog-json v2.6.1
24712026-06-23T19:29:40.157Z Compiling strum v0.26.3
24722026-06-23T19:29:40.257Z Compiling macaddr v1.0.1
24732026-06-23T19:29:40.297Z Compiling serde_spanned v1.1.1
24742026-06-23T19:29:40.451Z Compiling toml_datetime v1.1.1+spec-1.1.0
24752026-06-23T19:29:40.555Z Compiling memmap2 v0.9.10
24762026-06-23T19:29:40.797Z Compiling wait-timeout v0.2.1
24772026-06-23T19:29:40.855Z Compiling encoding_rs v0.8.35
24782026-06-23T19:29:40.880Z Compiling spin v0.9.8
24792026-06-23T19:29:41.009Z Compiling toml_writer v1.1.1+spec-1.1.0
24802026-06-23T19:29:41.272Z Compiling bit-vec v0.8.0
24812026-06-23T19:29:41.284Z Compiling mime v0.3.17
24822026-06-23T19:29:41.580Z Compiling quick-error v1.2.3
24832026-06-23T19:29:41.681Z Compiling rusty-fork v0.3.1
24842026-06-23T19:29:41.751Z Compiling bit-set v0.8.0
24852026-06-23T19:29:41.945Z Compiling multer v3.1.0
24862026-06-23T19:29:42.534Z Compiling toml v1.1.2+spec-1.1.0
24872026-06-23T19:29:42.559Z Compiling usdt v0.6.0
24882026-06-23T19:29:43.175Z Compiling slog-bunyan v2.5.0
24892026-06-23T19:29:43.221Z Compiling sha1 v0.11.0
24902026-06-23T19:29:43.360Z Compiling async-compression v0.4.42
24912026-06-23T19:29:43.617Z Compiling serde_with v3.20.0
24922026-06-23T19:29:43.829Z Compiling async-stream v0.3.6
24932026-06-23T19:29:43.879Z Compiling rand_xorshift v0.4.0
24942026-06-23T19:29:44.019Z Compiling waitgroup v0.1.2
24952026-06-23T19:29:44.030Z Compiling rustls-pemfile v2.2.0
24962026-06-23T19:29:44.043Z Compiling serde_path_to_error v0.1.20
24972026-06-23T19:29:44.178Z Compiling hostname v0.4.2
24982026-06-23T19:29:44.306Z Compiling unarray v0.1.4
24992026-06-23T19:29:44.319Z Compiling progenitor-client v0.14.0
25002026-06-23T19:29:44.337Z Compiling strum v0.27.2
25012026-06-23T19:29:44.430Z Compiling proptest v1.11.0
25022026-06-23T19:29:44.469Z Compiling dropshot v0.17.1
25032026-06-23T19:29:44.495Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25042026-06-23T19:29:44.660Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25052026-06-23T19:29:44.823Z Compiling iddqd v0.4.2
25062026-06-23T19:29:44.889Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25072026-06-23T19:29:45.150Z Compiling reqwest v0.12.28
25082026-06-23T19:29:45.201Z Compiling block-buffer v0.10.4
25092026-06-23T19:29:45.372Z Compiling backon v1.6.0
25102026-06-23T19:29:45.640Z Compiling instant v0.1.13
25112026-06-23T19:29:45.766Z Compiling backoff v0.4.0
25122026-06-23T19:29:45.990Z Compiling progenitor-extras v0.2.0
25132026-06-23T19:29:46.236Z Compiling progenitor-client v0.10.0
25142026-06-23T19:29:46.373Z Compiling digest v0.10.7
25152026-06-23T19:29:46.647Z Compiling parse-display v0.10.0
25162026-06-23T19:29:46.727Z Compiling itertools v0.14.0
25172026-06-23T19:29:46.989Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25182026-06-23T19:29:47.064Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25192026-06-23T19:29:47.586Z Compiling regress v0.10.5
25202026-06-23T19:29:48.257Z Compiling humantime v2.3.0
25212026-06-23T19:29:48.705Z Compiling cpufeatures v0.2.17
25222026-06-23T19:29:48.792Z Compiling heck v0.5.0
25232026-06-23T19:29:49.068Z Compiling unicode-width v0.2.2
25242026-06-23T19:29:49.379Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25252026-06-23T19:29:49.404Z Compiling secrecy v0.10.3
25262026-06-23T19:29:49.577Z Compiling tinyvec_macros v0.1.1
25272026-06-23T19:29:49.656Z Compiling tinyvec v1.11.0
25282026-06-23T19:29:50.096Z Compiling num-integer v0.1.46
25292026-06-23T19:29:50.419Z Compiling scroll v0.12.0
25302026-06-23T19:29:50.605Z Compiling crucible-workspace-hack v0.1.0
25312026-06-23T19:29:50.689Z Compiling hmac v0.12.1
25322026-06-23T19:29:50.724Z Compiling inout v0.1.4
25332026-06-23T19:29:50.851Z Compiling regress v0.11.1
25342026-06-23T19:29:50.890Z Compiling ff v0.13.1
25352026-06-23T19:29:50.946Z Compiling utf8parse v0.2.2
25362026-06-23T19:29:51.044Z Compiling anstyle-parse v1.0.0
25372026-06-23T19:29:51.063Z Compiling group v0.13.0
25382026-06-23T19:29:51.190Z Compiling cipher v0.4.4
25392026-06-23T19:29:51.277Z Compiling hkdf v0.12.4
25402026-06-23T19:29:51.444Z Compiling goblin v0.8.2
25412026-06-23T19:29:51.456Z Compiling num-iter v0.1.45
25422026-06-23T19:29:51.586Z Compiling num-rational v0.4.2
25432026-06-23T19:29:52.361Z Compiling zerocopy v0.7.35
25442026-06-23T19:29:52.755Z Compiling typify-impl v0.6.2
25452026-06-23T19:29:52.976Z Compiling universal-hash v0.5.1
25462026-06-23T19:29:53.126Z Compiling crypto-bigint v0.5.5
25472026-06-23T19:29:53.445Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25482026-06-23T19:29:54.755Z Compiling terminal_size v0.4.4
25492026-06-23T19:29:54.922Z Compiling half v2.7.1
25502026-06-23T19:29:55.052Z Compiling num-complex v0.4.6
25512026-06-23T19:29:55.277Z Compiling anstyle v1.0.14
25522026-06-23T19:29:55.508Z Compiling base16ct v0.2.0
25532026-06-23T19:29:55.556Z Compiling anstyle-query v1.1.5
25542026-06-23T19:29:55.674Z Compiling ciborium-io v0.2.2
25552026-06-23T19:29:55.723Z Compiling colorchoice v1.0.5
25562026-06-23T19:29:55.737Z Compiling base64ct v1.8.3
25572026-06-23T19:29:55.775Z Compiling is_terminal_polyfill v1.70.2
25582026-06-23T19:29:55.850Z Compiling opaque-debug v0.3.1
25592026-06-23T19:29:55.880Z Compiling anstream v1.0.0
25602026-06-23T19:29:55.931Z Compiling poly1305 v0.8.0
25612026-06-23T19:29:56.086Z Compiling password-hash v0.5.0
25622026-06-23T19:29:56.401Z Compiling ciborium-ll v0.2.2
25632026-06-23T19:29:56.561Z Compiling elliptic-curve v0.13.8
25642026-06-23T19:29:56.695Z Compiling num v0.4.3
25652026-06-23T19:29:56.779Z Compiling curve25519-dalek v4.1.3
25662026-06-23T19:29:56.890Z Compiling typify v0.6.2
25672026-06-23T19:29:57.010Z Compiling thiserror-no-std v2.0.2
25682026-06-23T19:29:57.066Z Compiling dof v0.3.0
25692026-06-23T19:29:57.110Z Compiling chacha20 v0.9.1
25702026-06-23T19:29:57.369Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25712026-06-23T19:29:57.683Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25722026-06-23T19:29:59.254Z Compiling blake2 v0.10.6
25732026-06-23T19:29:59.505Z Compiling aead v0.5.2
25742026-06-23T19:29:59.712Z Compiling byte-wrapper v0.1.0
25752026-06-23T19:29:59.748Z Compiling crossbeam-epoch v0.9.18
25762026-06-23T19:29:59.773Z Compiling dtrace-parser v0.2.0
25772026-06-23T19:30:00.252Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25782026-06-23T19:30:00.325Z Compiling thread-id v4.2.2
25792026-06-23T19:30:00.420Z Compiling keccak v0.1.6
25802026-06-23T19:30:00.737Z Compiling strsim v0.11.1
25812026-06-23T19:30:00.818Z Compiling float-ord v0.3.2
25822026-06-23T19:30:00.939Z Compiling clap_lex v1.1.0
25832026-06-23T19:30:01.147Z Compiling clap_builder v4.6.0
25842026-06-23T19:30:01.306Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25852026-06-23T19:30:01.573Z Compiling sha3 v0.10.9
25862026-06-23T19:30:01.801Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-06-23T19:30:01.978Z Compiling usdt-impl v0.5.0
25882026-06-23T19:30:02.325Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25892026-06-23T19:30:04.692Z Compiling chacha20poly1305 v0.10.1
25902026-06-23T19:30:04.853Z Compiling argon2 v0.5.3
25912026-06-23T19:30:05.898Z Compiling vsss-rs v3.3.4
25922026-06-23T19:30:06.301Z Compiling ciborium v0.2.2
25932026-06-23T19:30:07.170Z Compiling hash32 v0.3.1
25942026-06-23T19:30:07.229Z Compiling memmap v0.7.0
25952026-06-23T19:30:07.340Z Compiling indent_write v2.2.0
25962026-06-23T19:30:07.480Z Compiling data-encoding v2.11.0
25972026-06-23T19:30:07.484Z Compiling usdt v0.5.0
25982026-06-23T19:30:07.493Z Compiling heapless v0.8.0
25992026-06-23T19:30:07.998Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26002026-06-23T19:30:08.129Z Compiling ingot-types v0.1.2
26012026-06-23T19:30:08.582Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26022026-06-23T19:30:08.948Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26032026-06-23T19:30:09.055Z Compiling clap v4.6.1
26042026-06-23T19:30:09.145Z Compiling rustix v0.38.44
26052026-06-23T19:30:09.374Z Compiling tabwriter v1.4.1
26062026-06-23T19:30:09.756Z Compiling cobs v0.3.0
26072026-06-23T19:30:10.038Z Compiling managed v0.8.0
26082026-06-23T19:30:10.146Z Compiling foreign-types-shared v0.3.1
26092026-06-23T19:30:10.250Z Compiling bitflags v1.3.2
26102026-06-23T19:30:10.303Z Compiling colored v3.1.1
26112026-06-23T19:30:10.332Z Compiling smoltcp v0.11.0
26122026-06-23T19:30:10.553Z Compiling foreign-types v0.5.0
26132026-06-23T19:30:10.640Z Compiling postcard v1.1.3
26142026-06-23T19:30:10.985Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26152026-06-23T19:30:11.022Z Compiling num_enum v0.7.6
26162026-06-23T19:30:11.156Z Compiling ingot v0.1.1
26172026-06-23T19:30:12.102Z Compiling memoffset v0.9.1
26182026-06-23T19:30:12.198Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26192026-06-23T19:30:12.263Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26202026-06-23T19:30:12.314Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26212026-06-23T19:30:12.451Z Compiling chacha20 v0.10.0
26222026-06-23T19:30:12.561Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26232026-06-23T19:30:12.759Z Compiling toml_datetime v0.6.11
26242026-06-23T19:30:13.002Z Compiling serde_spanned v0.6.9
26252026-06-23T19:30:13.161Z Compiling cstr-argument v0.1.2
26262026-06-23T19:30:13.174Z Compiling winnow v0.7.15
26272026-06-23T19:30:13.336Z Compiling linked-hash-map v0.5.6
26282026-06-23T19:30:13.379Z Compiling swrite v0.1.0
26292026-06-23T19:30:13.426Z Compiling toml_write v0.1.2
26302026-06-23T19:30:13.488Z Compiling unicode-segmentation v1.13.3
26312026-06-23T19:30:13.547Z Compiling static_assertions v1.1.0
26322026-06-23T19:30:13.586Z Compiling resolv-conf v0.7.6
26332026-06-23T19:30:13.629Z Compiling lru-cache v0.1.2
26342026-06-23T19:30:13.675Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26352026-06-23T19:30:13.774Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26362026-06-23T19:30:14.113Z Compiling newline-converter v0.3.0
26372026-06-23T19:30:14.113Z Compiling rand v0.10.1
26382026-06-23T19:30:14.225Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26392026-06-23T19:30:14.263Z Compiling hubpack v0.1.2
26402026-06-23T19:30:14.361Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26412026-06-23T19:30:14.518Z Compiling nix v0.31.3
26422026-06-23T19:30:14.593Z Compiling atomicwrites v0.4.4
26432026-06-23T19:30:14.892Z Compiling toml_edit v0.22.27
26442026-06-23T19:30:14.954Z Compiling hickory-proto v0.24.4
26452026-06-23T19:30:15.067Z Compiling crossbeam-deque v0.8.6
26462026-06-23T19:30:15.293Z Compiling console v0.15.11
26472026-06-23T19:30:15.465Z Compiling itertools v0.12.1
26482026-06-23T19:30:16.635Z Compiling camino-tempfile v1.4.1
26492026-06-23T19:30:16.951Z Compiling serde-big-array v0.5.1
26502026-06-23T19:30:17.087Z Compiling lazy_static v1.5.0
26512026-06-23T19:30:17.108Z Compiling similar v2.7.0
26522026-06-23T19:30:17.121Z Compiling siphasher v1.0.3
26532026-06-23T19:30:17.195Z Compiling pin-project v1.1.13
26542026-06-23T19:30:17.307Z Compiling phf_shared v0.12.1
26552026-06-23T19:30:17.331Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26562026-06-23T19:30:17.547Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26572026-06-23T19:30:18.197Z Compiling expectorate v1.2.0
26582026-06-23T19:30:18.383Z Compiling hickory-resolver v0.24.4
26592026-06-23T19:30:18.411Z Compiling toml v0.8.23
26602026-06-23T19:30:19.902Z Compiling prettyplease v0.2.37
26612026-06-23T19:30:21.257Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26622026-06-23T19:30:21.404Z Compiling rayon-core v1.13.0
26632026-06-23T19:30:23.151Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26642026-06-23T19:30:23.423Z Compiling num_enum v0.5.11
26652026-06-23T19:30:23.456Z Compiling progenitor-impl v0.14.0
26662026-06-23T19:30:23.551Z Compiling progenitor-impl v0.13.0
26672026-06-23T19:30:24.294Z Compiling unicode-normalization v0.1.25
26682026-06-23T19:30:24.888Z Compiling progenitor-client v0.13.0
26692026-06-23T19:30:25.428Z Compiling tokio-stream v0.1.18
26702026-06-23T19:30:25.998Z Compiling csv-core v0.1.13
26712026-06-23T19:30:26.407Z Compiling bstr v1.12.1
26722026-06-23T19:30:26.903Z Compiling konst_macro_rules v0.2.19
26732026-06-23T19:30:27.104Z Compiling foreign-types-shared v0.1.1
26742026-06-23T19:30:27.116Z Compiling foldhash v0.1.5
26752026-06-23T19:30:27.203Z Compiling same-file v1.0.6
26762026-06-23T19:30:27.343Z Compiling highway v1.3.0
26772026-06-23T19:30:27.391Z Compiling unicode-width v0.1.14
26782026-06-23T19:30:27.486Z Compiling walkdir v2.5.0
26792026-06-23T19:30:27.707Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26802026-06-23T19:30:28.051Z Compiling hashbrown v0.15.5
26812026-06-23T19:30:28.284Z Compiling foreign-types v0.3.2
26822026-06-23T19:30:28.369Z Compiling konst v0.2.20
26832026-06-23T19:30:28.702Z Compiling globset v0.4.18
26842026-06-23T19:30:28.760Z Compiling csv v1.4.0
26852026-06-23T19:30:29.746Z Compiling snafu v0.8.9
26862026-06-23T19:30:30.333Z Compiling qorb v0.4.1
26872026-06-23T19:30:31.377Z Compiling progenitor v0.13.0
26882026-06-23T19:30:31.530Z Compiling progenitor v0.14.0
26892026-06-23T19:30:31.593Z Compiling olpc-cjson v0.1.4
26902026-06-23T19:30:31.674Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26912026-06-23T19:30:31.803Z Compiling rayon v1.12.0
26922026-06-23T19:30:31.995Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26932026-06-23T19:30:32.308Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26942026-06-23T19:30:34.066Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-06-23T19:30:34.732Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26962026-06-23T19:30:36.953Z Compiling phf v0.12.1
26972026-06-23T19:30:37.133Z Compiling openssl-sys v0.9.116
26982026-06-23T19:30:37.580Z Compiling tokio-dtrace v0.1.1
26992026-06-23T19:30:37.915Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27002026-06-23T19:30:38.461Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27012026-06-23T19:30:38.681Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27022026-06-23T19:30:39.551Z Compiling libsw-core v0.3.2
27032026-06-23T19:30:39.738Z Compiling pem v3.0.6
27042026-06-23T19:30:40.108Z Compiling serde_plain v1.0.2
27052026-06-23T19:30:40.245Z Compiling sigpipe v0.1.3
27062026-06-23T19:30:40.346Z Compiling glob v0.3.3
27072026-06-23T19:30:40.395Z Compiling minimal-lexical v0.2.1
27082026-06-23T19:30:40.440Z Compiling jiff v0.2.28
27092026-06-23T19:30:40.716Z Compiling fixedbitset v0.4.2
27102026-06-23T19:30:41.089Z Compiling typed-path v0.9.3
27112026-06-23T19:30:41.314Z Compiling fixedbitset v0.5.7
27122026-06-23T19:30:41.339Z Compiling bytecount v0.6.9
27132026-06-23T19:30:41.532Z Compiling papergrid v0.11.0
27142026-06-23T19:30:41.827Z Compiling petgraph v0.8.3
27152026-06-23T19:30:42.185Z Compiling tough v0.22.0
27162026-06-23T19:30:42.410Z Compiling petgraph v0.6.5
27172026-06-23T19:30:43.755Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-06-23T19:30:44.074Z Compiling nom v7.1.3
27192026-06-23T19:30:44.233Z Compiling openssl v0.10.80
27202026-06-23T19:30:44.296Z Compiling libsw v3.5.0
27212026-06-23T19:30:44.487Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27222026-06-23T19:30:45.747Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-23T19:30:45.989Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27242026-06-23T19:30:46.220Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27252026-06-23T19:30:46.288Z Compiling zone v0.3.1
27262026-06-23T19:30:46.996Z Compiling oxide-tokio-rt v0.1.6
27272026-06-23T19:30:47.649Z Compiling chrono-tz v0.10.4
27282026-06-23T19:30:48.106Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27292026-06-23T19:30:49.471Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27302026-06-23T19:30:49.679Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-06-23T19:30:49.861Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27322026-06-23T19:30:49.932Z Compiling newtype_derive v0.1.6
27332026-06-23T19:30:50.020Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-06-23T19:30:50.548Z Compiling slog-dtrace v0.3.0
27352026-06-23T19:30:51.278Z Compiling owo-colors v4.3.0
27362026-06-23T19:30:51.380Z Compiling const_format v0.2.36
27372026-06-23T19:30:51.902Z Compiling cancel-safe-futures v0.1.5
27382026-06-23T19:30:52.187Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27392026-06-23T19:30:52.280Z Compiling gethostname v0.5.0
27402026-06-23T19:30:52.388Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-06-23T19:30:52.441Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-06-23T19:30:52.556Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-06-23T19:30:52.570Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-06-23T19:30:52.682Z Compiling bcs v0.1.6
27452026-06-23T19:30:52.951Z Compiling smf v0.2.3
27462026-06-23T19:30:53.078Z Compiling smawk v0.3.2
27472026-06-23T19:30:53.263Z Compiling unicode-linebreak v0.1.5
27482026-06-23T19:30:53.597Z Compiling linear-map v1.2.0
27492026-06-23T19:30:53.767Z Compiling tagptr v0.2.0
27502026-06-23T19:30:53.818Z Compiling termtree v0.5.1
27512026-06-23T19:30:53.930Z Compiling whoami v1.6.1
27522026-06-23T19:30:53.987Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-06-23T19:30:54.049Z Compiling moka v0.12.15
27542026-06-23T19:30:54.168Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-23T19:30:54.388Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-06-23T19:30:55.293Z Compiling textwrap v0.16.2
27572026-06-23T19:30:55.576Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-23T19:30:55.815Z Compiling tabled v0.15.0
27592026-06-23T19:30:56.807Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-23T19:30:56.958Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-06-23T19:30:57.168Z Compiling steno v0.4.1
27622026-06-23T19:30:57.507Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-23T19:30:57.965Z Compiling cookie v0.18.1
27642026-06-23T19:30:59.316Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-23T19:31:02.907Z Compiling hickory-proto v0.25.2
27662026-06-23T19:31:03.860Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27672026-06-23T19:31:04.631Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27682026-06-23T19:31:05.453Z Compiling hickory-resolver v0.25.2
27692026-06-23T19:31:06.587Z Compiling arc-swap v1.9.1
27702026-06-23T19:31:06.948Z Compiling slog-scope v4.4.1
27712026-06-23T19:31:07.206Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-06-23T19:31:07.418Z Compiling libscf-sys v1.2.0
27732026-06-23T19:31:07.572Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-23T19:31:07.602Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27752026-06-23T19:31:07.818Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27762026-06-23T19:31:08.345Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27772026-06-23T19:31:08.545Z Compiling slog-stdlog v4.1.1
27782026-06-23T19:31:08.942Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27792026-06-23T19:31:09.050Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27802026-06-23T19:31:10.010Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-06-23T19:31:10.314Z Compiling slog-envlogger v2.2.0
27822026-06-23T19:31:11.421Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27832026-06-23T19:31:11.677Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27842026-06-23T19:31:19.982Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27852026-06-23T19:31:22.338Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-06-23T19:31:24.107Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27872026-06-23T19:31:32.903Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27882026-06-23T19:31:38.168Z Finished `release` profile [optimized] target(s) in 2m 27s
27892026-06-23T19:31:38.191Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27902026-06-23T19:31:38.191Z
27912026-06-23T19:31:38.191Zrunning 1 test
27922026-06-23T19:31:38.191Zconfigure zone
27932026-06-23T19:31:38.191Zinstall zone
27942026-06-23T19:31:46.717Zboot zone
27952026-06-23T19:31:46.796Zstart zone s1
27962026-06-23T19:31:46.799Zconfigure zone
27972026-06-23T19:31:46.805Zinstall zone
27982026-06-23T19:31:48.680Zboot zone
27992026-06-23T19:31:48.814Zstart zone s2
28002026-06-23T19:31:48.814Zconfigure zone
28012026-06-23T19:31:48.844Zinstall zone
28022026-06-23T19:31:51.109Zboot zone
28032026-06-23T19:31:51.258Zstart zone s3
28042026-06-23T19:31:51.258Zconfigure zone
28052026-06-23T19:31:51.278Zinstall zone
28062026-06-23T19:31:53.939Zboot zone
28072026-06-23T19:31:54.041Zstart zone t1
28082026-06-23T19:31:54.041Zconfigure zone
28092026-06-23T19:31:54.291Zinstall zone
28102026-06-23T19:31:57.005Zboot zone
28112026-06-23T19:31:57.133Zwaiting for zones to come up
28122026-06-23T19:32:07.005Z[sidecar.quartet] svcs milestone/network
28132026-06-23T19:32:07.032ZSTATE STIME FMRI
28142026-06-23T19:32:07.032Zonline 19:31:46 svc:/milestone/network:default
28152026-06-23T19:32:07.032Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28162026-06-23T19:32:07.061Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28172026-06-23T19:32:07.086Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28182026-06-23T19:32:07.107Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28192026-06-23T19:32:07.109Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28202026-06-23T19:32:07.122Z
28212026-06-23T19:32:07.122Zrunning zone s1.quartet setup
28222026-06-23T19:32:07.122Z[s1.quartet] svcs milestone/network
28232026-06-23T19:32:07.139ZSTATE STIME FMRI
28242026-06-23T19:32:07.139Zonline 19:31:48 svc:/milestone/network:default
28252026-06-23T19:32:07.139Z[s1.quartet] dladm
28262026-06-23T19:32:07.153ZLINK CLASS MTU STATE BRIDGE OVER
28272026-06-23T19:32:07.153Zsl0 simnet 9000 up -- ?
28282026-06-23T19:32:07.153Zmgs1 vnic 9000 up -- ?
28292026-06-23T19:32:07.153Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28302026-06-23T19:32:07.649Z
28312026-06-23T19:32:07.649Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28322026-06-23T19:32:07.668Z
28332026-06-23T19:32:07.668Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28342026-06-23T19:32:07.681Z
28352026-06-23T19:32:07.681Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28362026-06-23T19:32:07.763Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28372026-06-23T19:32:07.834Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 0fbec4e2-a951-4ea8-a0d1-da1c57497b7d --sled-uuid e4524d91-f910-46ad-bf9e-20074f808aec -a sl0/v6 &> /opt/ddmd.log &
28382026-06-23T19:32:07.848Z
28392026-06-23T19:32:07.848Zrunning zone s2.quartet setup
28402026-06-23T19:32:07.848Z[s2.quartet] svcs milestone/network
28412026-06-23T19:32:07.864ZSTATE STIME FMRI
28422026-06-23T19:32:07.864Zonline 19:31:50 svc:/milestone/network:default
28432026-06-23T19:32:07.864Z[s2.quartet] dladm
28442026-06-23T19:32:07.877ZLINK CLASS MTU STATE BRIDGE OVER
28452026-06-23T19:32:07.878Zsl1 simnet 9000 up -- ?
28462026-06-23T19:32:07.878Zmgs2 vnic 9000 up -- ?
28472026-06-23T19:32:07.878Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28482026-06-23T19:32:08.450Z
28492026-06-23T19:32:08.450Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28502026-06-23T19:32:08.466Z
28512026-06-23T19:32:08.467Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28522026-06-23T19:32:08.478Z
28532026-06-23T19:32:08.478Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28542026-06-23T19:32:08.511Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28552026-06-23T19:32:08.539Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ff4bf941-7f6d-4d58-8dfe-e375f29c42b9 --sled-uuid 4b8425ec-d570-440d-8c9f-aaa018ba8ab4 -a sl1/v6 &> /opt/ddmd.log &
28562026-06-23T19:32:08.549Z
28572026-06-23T19:32:08.549Zrunning zone s3.quartet setup
28582026-06-23T19:32:08.550Z[s3.quartet] svcs milestone/network
28592026-06-23T19:32:08.564ZSTATE STIME FMRI
28602026-06-23T19:32:08.564Zonline 19:31:53 svc:/milestone/network:default
28612026-06-23T19:32:08.564Z[s3.quartet] dladm
28622026-06-23T19:32:08.580ZLINK CLASS MTU STATE BRIDGE OVER
28632026-06-23T19:32:08.580Zsl2 simnet 9000 up -- ?
28642026-06-23T19:32:08.580Zmgs3 vnic 9000 up -- ?
28652026-06-23T19:32:08.580Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28662026-06-23T19:32:09.179Z
28672026-06-23T19:32:09.179Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28682026-06-23T19:32:09.197Z
28692026-06-23T19:32:09.197Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28702026-06-23T19:32:09.208Z
28712026-06-23T19:32:09.208Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28722026-06-23T19:32:09.241Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28732026-06-23T19:32:09.272Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 05488956-9a19-469d-a375-36fd8a9863c3 --sled-uuid 2e2e276b-dfe8-4606-9b81-d7d4b4b1c28f -a sl2/v6 &> /opt/ddmd.log &
28742026-06-23T19:32:09.285Z
28752026-06-23T19:32:09.285Zrunning zone t1.quartet setup
28762026-06-23T19:32:09.285Z[t1.quartet] svcs milestone/network
28772026-06-23T19:32:09.299ZSTATE STIME FMRI
28782026-06-23T19:32:09.299Zonline 19:31:56 svc:/milestone/network:default
28792026-06-23T19:32:09.299Z[t1.quartet] dladm
28802026-06-23T19:32:09.311ZLINK CLASS MTU STATE BRIDGE OVER
28812026-06-23T19:32:09.312Ztfportrear0_0 simnet 9000 up -- ?
28822026-06-23T19:32:09.312Ztfportrear1_0 simnet 9000 up -- ?
28832026-06-23T19:32:09.312Ztfportrear2_0 simnet 9000 up -- ?
28842026-06-23T19:32:09.312Zmgt1 vnic 9000 up -- ?
28852026-06-23T19:32:09.312Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28862026-06-23T19:32:09.850Z
28872026-06-23T19:32:09.850Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28882026-06-23T19:32:09.870Z
28892026-06-23T19:32:09.870Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28902026-06-23T19:32:09.884Z
28912026-06-23T19:32:09.884Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28922026-06-23T19:32:09.894Z
28932026-06-23T19:32:09.894Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28942026-06-23T19:32:09.907Z
28952026-06-23T19:32:09.907Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28962026-06-23T19:32:10.224Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
28972026-06-23T19:32:10.227Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
28982026-06-23T19:32:10.230Zwaiting 3s for copy of files to zone to complete ...
28992026-06-23T19:32:13.230Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29002026-06-23T19:32:13.364Z
29012026-06-23T19:32:13.364Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29022026-06-23T19:32:13.474Z
29032026-06-23T19:32:13.474Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29042026-06-23T19:32:13.510Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29052026-06-23T19:32:13.534Z[t1.quartet] svcadm disable dendrite
29062026-06-23T19:32:13.561Z
29072026-06-23T19:32:13.561Z[t1.quartet] svcadm disable tfport
29082026-06-23T19:32:13.582Z
29092026-06-23T19:32:13.582Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29102026-06-23T19:32:13.608Z
29112026-06-23T19:32:13.608Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29122026-06-23T19:32:13.633Z
29132026-06-23T19:32:13.633Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29142026-06-23T19:32:13.659Z
29152026-06-23T19:32:13.660Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29162026-06-23T19:32:13.683Z
29172026-06-23T19:32:13.683Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29182026-06-23T19:32:13.708Z
29192026-06-23T19:32:13.708Z[t1.quartet] svcadm refresh dendrite:default
29202026-06-23T19:32:13.729Z
29212026-06-23T19:32:13.729Z[t1.quartet] svcadm enable dendrite:default
29222026-06-23T19:32:13.777Z
29232026-06-23T19:32:13.777Zwait 10s for dendrite to come up ...
29242026-06-23T19:32:23.752Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29252026-06-23T19:32:23.784Z
29262026-06-23T19:32:23.784Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29272026-06-23T19:32:23.811Z
29282026-06-23T19:32:23.811Z[t1.quartet] svcadm refresh tfport:default
29292026-06-23T19:32:23.831Z
29302026-06-23T19:32:23.831Z[t1.quartet] svcadm enable tfport
29312026-06-23T19:32:23.853Z
29322026-06-23T19:32:23.853Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 821edb44-08b0-4a86-925c-4462989fb471 --sled-uuid a16a6fa7-c261-4b0e-a3cf-acd651d4998a -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29332026-06-23T19:32:23.866Z
29342026-06-23T19:32:23.866Z[t1.quartet] ipadm
29352026-06-23T19:32:23.878ZADDROBJ TYPE STATE ADDR
29362026-06-23T19:32:23.878Zlo0/v4 static ok 127.0.0.1/8
29372026-06-23T19:32:23.878Zmgt1/v4 static ok 10.0.0.4/24
29382026-06-23T19:32:23.878Zlo0/v6 static ok ::1/128
29392026-06-23T19:32:23.878Zlo0/u6 static ok fd00:4::1/64
29402026-06-23T19:32:23.878Ztfportrear0_0/v6 addrconf ok fe80::40a8:44ff:fe0d:606%tfportrear0_0/10
29412026-06-23T19:32:23.878Ztfportrear1_0/v6 addrconf ok fe80::98a2:d1ff:fe12:da2%tfportrear1_0/10
29422026-06-23T19:32:23.878Ztfportrear2_0/v6 addrconf ok fe80::bc4f:24ff:feac:4837%tfportrear2_0/10
29432026-06-23T19:32:25.980Zinitial peering test passed
29442026-06-23T19:32:26.984Z[s3.quartet] ping fd00:1::1
29452026-06-23T19:32:26.999Zfd00:1::1 is alive
29462026-06-23T19:32:36.817Ztest ddm::test_quartet has been running for over 60 seconds
29472026-06-23T19:32:38.003Z[s3.quartet] ping fd00:1::1
29482026-06-23T19:32:38.019Zfd00:1::1 is alive
29492026-06-23T19:32:38.022Z[t1.quartet] pkill ddmd
29502026-06-23T19:32:38.032Z
29512026-06-23T19:32:38.032Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29522026-06-23T19:32:38.035Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29532026-06-23T19:32:39.930Z[s3.quartet] pkill ddmd
29542026-06-23T19:32:39.943Z
29552026-06-23T19:32:39.943Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29562026-06-23T19:32:41.758Z[s2.quartet] pkill ddmd
29572026-06-23T19:32:41.773Z
29582026-06-23T19:32:41.773Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29592026-06-23T19:32:44.201Z[s1.quartet] pkill ddmd
29602026-06-23T19:32:44.205Z
29612026-06-23T19:32:44.205Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29622026-06-23T19:32:46.074Z[sidecar.quartet] pkill softnpu
29632026-06-23T19:32:46.089Z
29642026-06-23T19:32:46.089Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29652026-06-23T19:32:48.556Ztest ddm::test_quartet ... ok
29662026-06-23T19:32:48.556Z
29672026-06-23T19:32:48.556Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.74s
29682026-06-23T19:32:48.556Z
29692026-06-23T19:32:48.616Z+ cleanup
29702026-06-23T19:32:48.619Z++ id -un
29712026-06-23T19:32:48.625Z++ id -gn
29722026-06-23T19:32:48.628Z+ pfexec chown -R build:build .
29732026-06-23T19:32:48.843Zprocess exited: duration 653353 ms, exit code 0
 
29742026-06-23T19:32:48.853Zfound 6 output files
29752026-06-23T19:32:48.853Zuploading: /work/s1.quartet.log (5023 bytes)
29762026-06-23T19:32:49.868Zuploaded: /work/s1.quartet.log
29772026-06-23T19:32:49.868Zuploading: /work/s2.quartet.log (4125 bytes)
29782026-06-23T19:32:50.876Zuploaded: /work/s2.quartet.log
29792026-06-23T19:32:50.876Zuploading: /work/s3.quartet.log (4253 bytes)
29802026-06-23T19:32:51.884Zuploaded: /work/s3.quartet.log
29812026-06-23T19:32:51.884Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29822026-06-23T19:32:52.893Zuploaded: /work/sidecar.quartet-softnpu.log
29832026-06-23T19:32:52.893Zuploading: /work/t1.quartet-dpd.log (201616 bytes)
29842026-06-23T19:32:53.906Zuploaded: /work/t1.quartet-dpd.log
29852026-06-23T19:32:53.906Zuploading: /work/t1.quartet.log (17178 bytes)
29862026-06-23T19:32:54.916Zuploaded: /work/t1.quartet.log