01KVYESH2GHVP5THJZM4Y0SZ4Z: 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: 01KVYET0MVE682RGXC01PDHJGC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T03:58:32.432Zjob assigned to worker 01KVYETKK14WJ49V368J80GYTR [factory aws, i-009fa019fdfeffe75] (queued for 1 m 0 s)
 
22026-06-25T03:58:39.043Zstarting task 0: "setup"
32026-06-25T03:58:39.047Z++ uname -s
42026-06-25T03:58:39.050Z+ kern=SunOS
52026-06-25T03:58:39.050Z+ build_user=build
62026-06-25T03:58:39.050Z+ build_uid=12345
72026-06-25T03:58:39.050Z+ work_dir=/work
82026-06-25T03:58:39.050Z+ input_dir=/input
92026-06-25T03:58:39.050Z+ [[ 0 == 12345 ]]
102026-06-25T03:58:39.050Z+ case "$kern" in
112026-06-25T03:58:39.050Z+ groupadd -g 12345 build
122026-06-25T03:58:39.053Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T03:58:41.057Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T03:58:41.140Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T03:58:41.142Z+ home_fs=zfs
162026-06-25T03:58:41.142Z+ [[ zfs == autofs ]]
172026-06-25T03:58:41.142Z+ mkdir -p /home/build
182026-06-25T03:58:41.143Z+ chown build:build /home/build /work
192026-06-25T03:58:43.144Z+ chmod 0700 /home/build /work
202026-06-25T03:58:43.147Zprocess exited: duration 4106 ms, exit code 0
 
212026-06-25T03:58:43.152Zstarting task 1: "rust-toolchain"
222026-06-25T03:58:43.157Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-25T03:58:43.157Z * rust toolchain channel = "stable"
242026-06-25T03:58:43.157Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T03:58:43.157Z * rust toolchain profile = "default"
262026-06-25T03:58:43.157Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T03:58:43.157Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T03:58:43.160Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T03:58:43.160Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-25T03:58:43.259Zinfo: downloading installer
312026-06-25T03:58:44.699Zwarn: It looks like you have an existing installation of Rust at:
322026-06-25T03:58:44.699Zwarn: /opt/ooce/bin
332026-06-25T03:58:44.699Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-25T03:58:44.699Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-25T03:58:44.699Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-25T03:58:44.699Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-25T03:58:44.699Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-25T03:58:44.699Zerror: cannot install while Rust is installed
392026-06-25T03:58:44.699Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-25T03:58:44.699Zwarn: It looks like you have an existing rustup settings file at:
412026-06-25T03:58:44.699Zwarn: /home/build/.rustup/settings.toml
422026-06-25T03:58:44.699Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-25T03:58:44.699Zwarn: instead of the one inferred from the default host triple.
442026-06-25T03:58:44.713Zinfo: profile set to default
452026-06-25T03:58:44.713Zinfo: default host triple is x86_64-unknown-illumos
462026-06-25T03:58:44.716Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-25T03:58:44.850Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-25T03:58:44.853Zinfo: downloading 6 components
492026-06-25T03:59:00.061Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-25T03:59:00.061Z
512026-06-25T03:59:00.089Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-25T03:59:00.089Z
532026-06-25T03:59:00.092Z
542026-06-25T03:59:00.093ZRust is installed now. Great!
552026-06-25T03:59:00.093Z
562026-06-25T03:59:00.093ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-25T03:59:00.093Zenvironment variable. This has not been done automatically.
582026-06-25T03:59:00.093Z
592026-06-25T03:59:00.093ZTo configure your current shell, you need to source
602026-06-25T03:59:00.093Zthe corresponding env file under $HOME/.cargo.
612026-06-25T03:59:00.093Z
622026-06-25T03:59:00.093ZThis is usually done by running one of the following (note the leading DOT):
632026-06-25T03:59:00.093Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-25T03:59:00.093Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-25T03:59:00.093Zsource "~/.cargo/env.nu" # For nushell
662026-06-25T03:59:00.093Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-25T03:59:00.093Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-25T03:59:00.093Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-25T03:59:00.093Zwarn: no default linker (`cc`) was found in your PATH
702026-06-25T03:59:00.093Zwarn: many Rust crates require a system C toolchain to build
712026-06-25T03:59:00.174Z+ rustup --version
722026-06-25T03:59:00.182Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-25T03:59:00.185Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-25T03:59:00.203Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-25T03:59:00.206Z+ cargo --version
762026-06-25T03:59:00.223Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-25T03:59:00.226Z+ rustc --version
782026-06-25T03:59:00.241Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-25T03:59:00.244Zprocess exited: duration 17087 ms, exit code 0
 
802026-06-25T03:59:00.250Zstarting task 2: "authentication"
812026-06-25T03:59:00.266Zprocess exited: duration 16 ms, exit code 0
 
822026-06-25T03:59:00.274Zstarting task 3: "clone repository"
832026-06-25T03:59:00.277Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-25T03:59:00.280Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-25T03:59:00.311ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-25T03:59:01.503Z+ cd /work/oxidecomputer/maghemite
872026-06-25T03:59:01.503Z+ git fetch origin 588dfef9baf67e938694efd6ac1d0b25a00cb9da
882026-06-25T03:59:01.753ZFrom https://github.com/oxidecomputer/maghemite
892026-06-25T03:59:01.753Z * branch 588dfef9baf67e938694efd6ac1d0b25a00cb9da -> FETCH_HEAD
902026-06-25T03:59:01.756Z+ [[ -n renovate/opte ]]
912026-06-25T03:59:01.759Z++ git branch --show-current
922026-06-25T03:59:01.759Z+ current=main
932026-06-25T03:59:01.760Z+ [[ main != renovate/opte ]]
942026-06-25T03:59:01.760Z+ git branch -f renovate/opte 588dfef9baf67e938694efd6ac1d0b25a00cb9da
952026-06-25T03:59:01.764Z+ git checkout -f renovate/opte
962026-06-25T03:59:01.781ZSwitched to branch 'renovate/opte'
972026-06-25T03:59:01.784Z+ git reset --hard 588dfef9baf67e938694efd6ac1d0b25a00cb9da
982026-06-25T03:59:01.797ZHEAD is now at 588dfef Update opte to cd7749d
992026-06-25T03:59:01.800Zprocess exited: duration 1524 ms, exit code 0
 
1002026-06-25T03:59:01.806Zstarting task 4: "build"
1012026-06-25T03:59:01.812Z++ dladm
1022026-06-25T03:59:01.815ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-25T03:59:01.815Zena0 phys 9216 up -- --
1042026-06-25T03:59:01.819Z++ ipadm
1052026-06-25T03:59:01.819ZADDROBJ TYPE STATE ADDR
1062026-06-25T03:59:01.819Zlo0/v4 static ok 127.0.0.1/8
1072026-06-25T03:59:01.819Zena0/dhcp dhcp ok 10.150.1.118/24
1082026-06-25T03:59:01.819Zlo0/v6 static ok ::1/128
1092026-06-25T03:59:01.819Z++ banner collect
1102026-06-25T03:59:01.822Z
1112026-06-25T03:59:01.822Z #### #### # # ###### #### #####
1122026-06-25T03:59:01.822Z # # # # # # # # # #
1132026-06-25T03:59:01.822Z # # # # # ##### # #
1142026-06-25T03:59:01.822Z # # # # # # # #
1152026-06-25T03:59:01.822Z # # # # # # # # # #
1162026-06-25T03:59:01.822Z #### #### ###### ###### ###### #### #
1172026-06-25T03:59:01.822Z
1182026-06-25T03:59:01.822Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-25T03:59:01.822Z++ repo=softnpu
1202026-06-25T03:59:01.822Z++ series=image
1212026-06-25T03:59:01.822Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-25T03:59:01.822Z++ name=softnpu
1232026-06-25T03:59:01.822Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-25T03:59:01.822Z++ mkdir -p download
1252026-06-25T03:59:01.822Z++ pushd download
1262026-06-25T03:59:01.822Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-25T03:59:01.822Z++ [[ ! -f softnpu ]]
1282026-06-25T03:59:01.822Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-25T03:59:01.827Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-25T03:59:01.830Z Dload Upload Total Spent Left Speed
1312026-06-25T03:59:02.410Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 26.83M 0 0 100 15.63M 100 15.63M 0 0 26.83M 0 0 100 15.63M 100 15.63M 0 0 26.83M 0 0
1322026-06-25T03:59:02.413Z++ popd
1332026-06-25T03:59:02.413Z/work/oxidecomputer/maghemite
1342026-06-25T03:59:02.413Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-25T03:59:02.413Z++ repo=sidecar-lite
1362026-06-25T03:59:02.413Z++ series=release
1372026-06-25T03:59:02.413Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-25T03:59:02.413Z++ name=libsidecar_lite.so
1392026-06-25T03:59:02.413Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-25T03:59:02.413Z++ mkdir -p download
1412026-06-25T03:59:02.416Z++ pushd download
1422026-06-25T03:59:02.416Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-25T03:59:02.416Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-25T03:59:02.416Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-25T03:59:02.420Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-25T03:59:02.420Z Dload Upload Total Spent Left Speed
1472026-06-25T03:59:02.695Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 43.64M 0 0 100 12.04M 100 12.04M 0 0 43.62M 0 0 100 12.04M 100 12.04M 0 0 43.62M 0 0
1482026-06-25T03:59:02.698Z++ popd
1492026-06-25T03:59:02.703Z/work/oxidecomputer/maghemite
1502026-06-25T03:59:02.703Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-25T03:59:02.703Z++ repo=sidecar-lite
1522026-06-25T03:59:02.703Z++ series=release
1532026-06-25T03:59:02.703Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-25T03:59:02.703Z++ name=scadm
1552026-06-25T03:59:02.703Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-25T03:59:02.703Z++ mkdir -p download
1572026-06-25T03:59:02.703Z++ pushd download
1582026-06-25T03:59:02.703Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-25T03:59:02.703Z++ [[ ! -f scadm ]]
1602026-06-25T03:59:02.703Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-25T03:59:02.708Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-25T03:59:02.708Z Dload Upload Total Spent Left Speed
1632026-06-25T03:59:03.030Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 49.06M 0 0 100 15.78M 100 15.78M 0 0 49.05M 0 0 100 15.78M 100 15.78M 0 0 49.04M 0 0
1642026-06-25T03:59:03.033Z++ popd
1652026-06-25T03:59:03.033Z/work/oxidecomputer/maghemite
1662026-06-25T03:59:03.033Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-25T03:59:03.033Z++ repo=dendrite
1682026-06-25T03:59:03.033Z++ series=image
1692026-06-25T03:59:03.033Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-25T03:59:03.033Z++ name=dendrite-softnpu.tar.gz
1712026-06-25T03:59:03.033Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-25T03:59:03.033Z++ mkdir -p download
1732026-06-25T03:59:03.036Z++ pushd download
1742026-06-25T03:59:03.036Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-25T03:59:03.036Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-25T03:59:03.036Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-25T03:59:03.041Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-25T03:59:03.043Z Dload Upload Total Spent Left Speed
1792026-06-25T03:59:04.144Z 0 0 0 0 0 0 0 0 0 92 71.59M 92 66.24M 0 0 66.30M 0 00:01 00:01 66.31M 100 71.59M 100 71.59M 0 0 64.90M 0 00:01 00:01 66.31M 100 71.59M 100 71.59M 0 0 64.89M 0 00:01 00:01 66.31M 100 71.59M 100 71.59M 0 0 64.89M 0 00:01 00:01 66.31M
1802026-06-25T03:59:04.148Z++ popd
1812026-06-25T03:59:04.151Z/work/oxidecomputer/maghemite
1822026-06-25T03:59:04.151Z++ get_artifact maghemite release 588dfef9baf67e938694efd6ac1d0b25a00cb9da ddm
1832026-06-25T03:59:04.151Z++ repo=maghemite
1842026-06-25T03:59:04.151Z++ series=release
1852026-06-25T03:59:04.151Z++ commit=588dfef9baf67e938694efd6ac1d0b25a00cb9da
1862026-06-25T03:59:04.151Z++ name=ddm
1872026-06-25T03:59:04.151Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-25T03:59:04.151Z++ mkdir -p download
1892026-06-25T03:59:04.151Z++ pushd download
1902026-06-25T03:59:04.151Z++ [[ ! -f ddm ]]
1912026-06-25T03:59:04.151Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-06-25T03:59:04.152Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/588dfef9baf67e938694efd6ac1d0b25a00cb9da/ddm
1932026-06-25T03:59:04.156Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-25T03:59:04.156Z Dload Upload Total Spent Left Speed
1952026-06-25T03:59:04.217Z 0 0 0 0 0 0 0 0 0
1962026-06-25T03:59:04.220Zcurl: (22) The requested URL returned error: 404
1972026-06-25T03:59:04.220Z++ popd
1982026-06-25T03:59:04.220Z/work/oxidecomputer/maghemite
1992026-06-25T03:59:04.220Z++ get_artifact maghemite release 588dfef9baf67e938694efd6ac1d0b25a00cb9da ddmadm
2002026-06-25T03:59:04.220Z++ repo=maghemite
2012026-06-25T03:59:04.220Z++ series=release
2022026-06-25T03:59:04.220Z++ commit=588dfef9baf67e938694efd6ac1d0b25a00cb9da
2032026-06-25T03:59:04.220Z++ name=ddmadm
2042026-06-25T03:59:04.221Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-25T03:59:04.221Z++ mkdir -p download
2062026-06-25T03:59:04.224Z++ pushd download
2072026-06-25T03:59:04.224Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-25T03:59:04.224Z++ [[ ! -f ddmadm ]]
2092026-06-25T03:59:04.224Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/588dfef9baf67e938694efd6ac1d0b25a00cb9da/ddmadm
2102026-06-25T03:59:04.226Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-25T03:59:04.226Z Dload Upload Total Spent Left Speed
2122026-06-25T03:59:04.283Z 0 0 0 0 0 0 0 0 0
2132026-06-25T03:59:04.284Zcurl: (22) The requested URL returned error: 404
2142026-06-25T03:59:04.286Z++ popd
2152026-06-25T03:59:04.287Z/work/oxidecomputer/maghemite
2162026-06-25T03:59:04.287Z++ pushd download
2172026-06-25T03:59:04.287Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-25T03:59:04.287Z++ chmod +x softnpu
2192026-06-25T03:59:04.290Z++ chmod +x scadm
2202026-06-25T03:59:04.290Z++ chmod +x ddmadm
2212026-06-25T03:59:04.290Zchmod: WARNING: can't access ddmadm
2222026-06-25T03:59:04.290Z++ chmod +x ddmd
2232026-06-25T03:59:04.293Zchmod: WARNING: can't access ddmd
2242026-06-25T03:59:04.293Z++ mv ddmadm ddmadm-v2
2252026-06-25T03:59:04.293Zmv: cannot access ddmadm
2262026-06-25T03:59:04.293Z++ mv ddmd ddmd-v2
2272026-06-25T03:59:04.293Zmv: cannot access ddmd
2282026-06-25T03:59:04.293Z++ rm -rf zones/dendrite
2292026-06-25T03:59:04.296Z++ mkdir -p zones/dendrite
2302026-06-25T03:59:04.296Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-25T03:59:05.300Z++ 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-25T03:59:05.304Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-25T03:59:05.308Z++ popd
2342026-06-25T03:59:05.309Z/work/oxidecomputer/maghemite
2352026-06-25T03:59:05.309Z++ banner install
2362026-06-25T03:59:05.309Z
2372026-06-25T03:59:05.309Z # # # #### ##### ## # #
2382026-06-25T03:59:05.309Z # ## # # # # # # #
2392026-06-25T03:59:05.309Z # # # # #### # # # # #
2402026-06-25T03:59:05.309Z # # # # # # ###### # #
2412026-06-25T03:59:05.309Z # # ## # # # # # # #
2422026-06-25T03:59:05.309Z # # # #### # # # ###### ######
2432026-06-25T03:59:05.309Z
2442026-06-25T03:59:05.309Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-25T03:59:05.309Z++ set +o errexit
2462026-06-25T03:59:05.309Z++ pkg info clang-15
2472026-06-25T03:59:05.312Z++ grep -qi installed
2482026-06-25T03:59:06.512Zpkg: info: no packages matching the following patterns you specified are
2492026-06-25T03:59:06.512Zinstalled on the system. Try querying remotely instead:
2502026-06-25T03:59:06.512Z
2512026-06-25T03:59:06.512Z clang-15
2522026-06-25T03:59:06.548Z++ [[ 1 != 0 ]]
2532026-06-25T03:59:06.549Z++ set -o errexit
2542026-06-25T03:59:06.549Z++ pfexec pkg install clang-15
2552026-06-25T03:59:13.147Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-25T03:59:20.872Z Startup: Caching catalogs ... Done
2572026-06-25T03:59:28.243ZPlanning: Solver setup ... Done
2582026-06-25T03:59:28.284ZPlanning: Running solver ... Done
2592026-06-25T03:59:28.430ZPlanning: Finding local manifests ... Done
2602026-06-25T03:59:28.863ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-25T03:59:28.957ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-25T03:59:28.987ZPlanning: Package planning ... Done
2632026-06-25T03:59:29.011ZPlanning: Merging actions ... Done
2642026-06-25T03:59:29.119ZPlanning: Checking for conflicting actions ... Done
2652026-06-25T03:59:29.125ZPlanning: Consolidating action changes ... Done
2662026-06-25T03:59:29.849ZPlanning: Evaluating mediators ... Done
2672026-06-25T03:59:29.854ZPlanning: Planning completed in 8.80 seconds
2682026-06-25T03:59:29.865Z Packages to install: 2
2692026-06-25T03:59:29.868Z Mediators to change: 2
2702026-06-25T03:59:29.868Z Services to change: 1
2712026-06-25T03:59:29.869Z Create boot environment: No
2722026-06-25T03:59:29.869ZCreate backup boot environment: No
2732026-06-25T03:59:29.907Z
2742026-06-25T03:59:29.907ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-25T03:59:38.007ZDownload: 984/3076 items 82.2/211.3MB 38% complete (18.5M/s)
2762026-06-25T03:59:43.040ZDownload: 2003/3076 items 117.2/211.3MB 55% complete (10.0M/s)
2772026-06-25T03:59:50.657ZDownload: 2005/3076 items 117.2/211.3MB 55% complete (9.8M/s)
2782026-06-25T04:00:08.191ZDownload: 2007/3076 items 117.8/211.3MB 55% complete
2792026-06-25T04:00:13.193ZDownload: 2905/3076 items 143.9/211.3MB 68% complete (5.0M/s)
2802026-06-25T04:00:18.193ZDownload: 3074/3076 items 209.1/211.3MB 98% complete (9.1M/s)
2812026-06-25T04:00:18.225ZDownload: Completed 211.31 MB in 48.31 seconds (4.4M/s)
2822026-06-25T04:00:18.856Z Actions: 1/3418 actions (Installing new actions)
2832026-06-25T04:00:22.023Z Actions: Completed 3418 actions in 3.17 seconds.
2842026-06-25T04:00:22.677Z Done
2852026-06-25T04:00:22.677Z Done
2862026-06-25T04:00:23.419Z Done
2872026-06-25T04:00:26.816Z Done
2882026-06-25T04:00:26.889Z Done
2892026-06-25T04:00:26.892Z Done
2902026-06-25T04:00:27.156Z Done
2912026-06-25T04:00:27.839Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2922026-06-25T04:00:27.840Z++ set +o errexit
2932026-06-25T04:00:27.845Z++ pkg info pkg-config
2942026-06-25T04:00:27.845Z++ grep -qi installed
2952026-06-25T04:00:28.071Z++ [[ 0 != 0 ]]
2962026-06-25T04:00:28.071Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2972026-06-25T04:00:28.071Z++ set +o errexit
2982026-06-25T04:00:28.075Z++ pkg info brand/omicron1
2992026-06-25T04:00:28.075Z++ grep -qi installed
3002026-06-25T04:00:28.256Zpkg: info: no packages matching the following patterns you specified are
3012026-06-25T04:00:28.256Zinstalled on the system. Try querying remotely instead:
3022026-06-25T04:00:28.256Z
3032026-06-25T04:00:28.256Z brand/omicron1
3042026-06-25T04:00:28.292Z++ [[ 1 != 0 ]]
3052026-06-25T04:00:28.292Z++ set -o errexit
3062026-06-25T04:00:28.295Z++ pfexec pkg install brand/omicron1
3072026-06-25T04:00:28.702Z Startup: Refreshing catalog 'helios-dev' ... Done
3082026-06-25T04:00:35.938ZPlanning: Solver setup ... Done
3092026-06-25T04:00:35.977ZPlanning: Running solver ... Done
3102026-06-25T04:00:36.117ZPlanning: Finding local manifests ... Done
3112026-06-25T04:00:36.120ZPlanning: Fetching manifests: 0/2 0% complete
3122026-06-25T04:00:36.249ZPlanning: Fetching manifests: 2/2 100% complete
3132026-06-25T04:00:36.261ZPlanning: Package planning ... Done
3142026-06-25T04:00:36.264ZPlanning: Merging actions ... Done
3152026-06-25T04:00:36.411ZPlanning: Checking for conflicting actions ... Done
3162026-06-25T04:00:36.414ZPlanning: Consolidating action changes ... Done
3172026-06-25T04:00:36.568ZPlanning: Evaluating mediators ... Done
3182026-06-25T04:00:36.571ZPlanning: Planning completed in 7.86 seconds
3192026-06-25T04:00:36.576Z Packages to install: 2
3202026-06-25T04:00:36.576Z Create boot environment: No
3212026-06-25T04:00:36.576ZCreate backup boot environment: No
3222026-06-25T04:00:36.606Z
3232026-06-25T04:00:36.607ZDownload: 0/5 items 0.0/1.1MB 0% complete
3242026-06-25T04:00:36.623ZDownload: Completed 1.07 MB in 0.02 seconds (58.7M/s)
3252026-06-25T04:00:36.695Z Actions: 1/28 actions (Installing new actions)
3262026-06-25T04:00:36.710Z Actions: Completed 28 actions in 0.01 seconds.
3272026-06-25T04:00:37.221Z Done
3282026-06-25T04:00:37.221Z Done
3292026-06-25T04:00:37.847Z Done
3302026-06-25T04:00:40.659Z Done
3312026-06-25T04:00:40.735Z Done
3322026-06-25T04:00:40.739Z Done
3332026-06-25T04:00:40.863Z Done
3342026-06-25T04:00:41.002Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3352026-06-25T04:00:41.002Z++ set +o errexit
3362026-06-25T04:00:41.005Z++ pkg info brand/omicron1/tools
3372026-06-25T04:00:41.005Z++ grep -qi installed
3382026-06-25T04:00:41.189Zpkg: info: no packages matching the following patterns you specified are
3392026-06-25T04:00:41.189Zinstalled on the system. Try querying remotely instead:
3402026-06-25T04:00:41.189Z
3412026-06-25T04:00:41.189Z brand/omicron1/tools
3422026-06-25T04:00:41.224Z++ [[ 1 != 0 ]]
3432026-06-25T04:00:41.224Z++ set -o errexit
3442026-06-25T04:00:41.224Z++ pfexec pkg install brand/omicron1/tools
3452026-06-25T04:00:41.625Z Startup: Refreshing catalog 'helios-dev' ... Done
3462026-06-25T04:00:48.904ZPlanning: Solver setup ... Done
3472026-06-25T04:00:48.942ZPlanning: Running solver ... Done
3482026-06-25T04:00:49.087ZPlanning: Finding local manifests ... Done
3492026-06-25T04:00:49.090ZPlanning: Fetching manifests: 0/1 0% complete
3502026-06-25T04:00:49.204ZPlanning: Fetching manifests: 1/1 100% complete
3512026-06-25T04:00:49.216ZPlanning: Package planning ... Done
3522026-06-25T04:00:49.219ZPlanning: Merging actions ... Done
3532026-06-25T04:00:49.357ZPlanning: Checking for conflicting actions ... Done
3542026-06-25T04:00:49.360ZPlanning: Consolidating action changes ... Done
3552026-06-25T04:00:49.513ZPlanning: Evaluating mediators ... Done
3562026-06-25T04:00:49.516ZPlanning: Planning completed in 7.89 seconds
3572026-06-25T04:00:49.521Z Packages to install: 1
3582026-06-25T04:00:49.521Z Services to change: 1
3592026-06-25T04:00:49.521Z Create boot environment: No
3602026-06-25T04:00:49.521ZCreate backup boot environment: No
3612026-06-25T04:00:49.550Z
3622026-06-25T04:00:49.550ZDownload: 0/2 items 0.0/1.2MB 0% complete
3632026-06-25T04:00:49.578ZDownload: Completed 1.19 MB in 0.03 seconds (42.7M/s)
3642026-06-25T04:00:49.665Z Actions: 1/19 actions (Installing new actions)
3652026-06-25T04:00:49.678Z Actions: Completed 19 actions in 0.01 seconds.
3662026-06-25T04:00:50.202Z Done
3672026-06-25T04:00:50.202Z Done
3682026-06-25T04:00:50.837Z Done
3692026-06-25T04:00:53.779Z Done
3702026-06-25T04:00:53.852Z Done
3712026-06-25T04:00:53.855Z Done
3722026-06-25T04:00:54.016Z Done
3732026-06-25T04:00:54.161Z++ pfexec svcadm enable baseline
3742026-06-25T04:00:54.176Z++ retry=0
3752026-06-25T04:00:54.181Z+++ svcs -Hostate baseline
3762026-06-25T04:00:54.192Z++ [[ offline* != online ]]
3772026-06-25T04:00:54.192Z++ [[ 0 -gt 300 ]]
3782026-06-25T04:00:54.195Z++ sleep 1
3792026-06-25T04:00:55.195Z++ retry=1
3802026-06-25T04:00:55.197Z+++ svcs -Hostate baseline
3812026-06-25T04:00:55.210Z++ [[ offline* != online ]]
3822026-06-25T04:00:55.210Z++ [[ 1 -gt 300 ]]
3832026-06-25T04:00:55.210Z++ sleep 1
3842026-06-25T04:00:56.212Z++ retry=2
3852026-06-25T04:00:56.215Z+++ svcs -Hostate baseline
3862026-06-25T04:00:56.228Z++ [[ offline* != online ]]
3872026-06-25T04:00:56.228Z++ [[ 2 -gt 300 ]]
3882026-06-25T04:00:56.228Z++ sleep 1
3892026-06-25T04:00:57.230Z++ retry=3
3902026-06-25T04:00:57.233Z+++ svcs -Hostate baseline
3912026-06-25T04:00:57.245Z++ [[ offline* != online ]]
3922026-06-25T04:00:57.248Z++ [[ 3 -gt 300 ]]
3932026-06-25T04:00:57.248Z++ sleep 1
3942026-06-25T04:00:58.248Z++ retry=4
3952026-06-25T04:00:58.251Z+++ svcs -Hostate baseline
3962026-06-25T04:00:58.263Z++ [[ offline* != online ]]
3972026-06-25T04:00:58.263Z++ [[ 4 -gt 300 ]]
3982026-06-25T04:00:58.263Z++ sleep 1
3992026-06-25T04:00:59.266Z++ retry=5
4002026-06-25T04:00:59.269Z+++ svcs -Hostate baseline
4012026-06-25T04:00:59.286Z++ [[ offline* != online ]]
4022026-06-25T04:00:59.286Z++ [[ 5 -gt 300 ]]
4032026-06-25T04:00:59.289Z++ sleep 1
4042026-06-25T04:01:00.288Z++ retry=6
4052026-06-25T04:01:00.291Z+++ svcs -Hostate baseline
4062026-06-25T04:01:00.305Z++ [[ offline* != online ]]
4072026-06-25T04:01:00.305Z++ [[ 6 -gt 300 ]]
4082026-06-25T04:01:00.305Z++ sleep 1
4092026-06-25T04:01:01.307Z++ retry=7
4102026-06-25T04:01:01.310Z+++ svcs -Hostate baseline
4112026-06-25T04:01:01.323Z++ [[ offline* != online ]]
4122026-06-25T04:01:01.323Z++ [[ 7 -gt 300 ]]
4132026-06-25T04:01:01.323Z++ sleep 1
4142026-06-25T04:01:02.325Z++ retry=8
4152026-06-25T04:01:02.328Z+++ svcs -Hostate baseline
4162026-06-25T04:01:02.341Z++ [[ offline* != online ]]
4172026-06-25T04:01:02.341Z++ [[ 8 -gt 300 ]]
4182026-06-25T04:01:02.341Z++ sleep 1
4192026-06-25T04:01:03.343Z++ retry=9
4202026-06-25T04:01:03.346Z+++ svcs -Hostate baseline
4212026-06-25T04:01:03.359Z++ [[ offline* != online ]]
4222026-06-25T04:01:03.359Z++ [[ 9 -gt 300 ]]
4232026-06-25T04:01:03.359Z++ sleep 1
4242026-06-25T04:01:04.362Z++ retry=10
4252026-06-25T04:01:04.365Z+++ svcs -Hostate baseline
4262026-06-25T04:01:04.378Z++ [[ offline* != online ]]
4272026-06-25T04:01:04.378Z++ [[ 10 -gt 300 ]]
4282026-06-25T04:01:04.378Z++ sleep 1
4292026-06-25T04:01:05.380Z++ retry=11
4302026-06-25T04:01:05.384Z+++ svcs -Hostate baseline
4312026-06-25T04:01:05.396Z++ [[ offline* != online ]]
4322026-06-25T04:01:05.396Z++ [[ 11 -gt 300 ]]
4332026-06-25T04:01:05.396Z++ sleep 1
4342026-06-25T04:01:06.398Z++ retry=12
4352026-06-25T04:01:06.401Z+++ svcs -Hostate baseline
4362026-06-25T04:01:06.414Z++ [[ offline* != online ]]
4372026-06-25T04:01:06.414Z++ [[ 12 -gt 300 ]]
4382026-06-25T04:01:06.414Z++ sleep 1
4392026-06-25T04:01:07.418Z++ retry=13
4402026-06-25T04:01:07.424Z+++ svcs -Hostate baseline
4412026-06-25T04:01:07.433Z++ [[ offline* != online ]]
4422026-06-25T04:01:07.433Z++ [[ 13 -gt 300 ]]
4432026-06-25T04:01:07.433Z++ sleep 1
4442026-06-25T04:01:08.435Z++ retry=14
4452026-06-25T04:01:08.438Z+++ svcs -Hostate baseline
4462026-06-25T04:01:08.451Z++ [[ offline* != online ]]
4472026-06-25T04:01:08.451Z++ [[ 14 -gt 300 ]]
4482026-06-25T04:01:08.451Z++ sleep 1
4492026-06-25T04:01:09.456Z++ retry=15
4502026-06-25T04:01:09.459Z+++ svcs -Hostate baseline
4512026-06-25T04:01:09.469Z++ [[ offline* != online ]]
4522026-06-25T04:01:09.469Z++ [[ 15 -gt 300 ]]
4532026-06-25T04:01:09.469Z++ sleep 1
4542026-06-25T04:01:10.472Z++ retry=16
4552026-06-25T04:01:10.475Z+++ svcs -Hostate baseline
4562026-06-25T04:01:10.487Z++ [[ offline* != online ]]
4572026-06-25T04:01:10.487Z++ [[ 16 -gt 300 ]]
4582026-06-25T04:01:10.487Z++ sleep 1
4592026-06-25T04:01:11.492Z++ retry=17
4602026-06-25T04:01:11.494Z+++ svcs -Hostate baseline
4612026-06-25T04:01:11.505Z++ [[ offline* != online ]]
4622026-06-25T04:01:11.506Z++ [[ 17 -gt 300 ]]
4632026-06-25T04:01:11.506Z++ sleep 1
4642026-06-25T04:01:12.508Z++ retry=18
4652026-06-25T04:01:12.511Z+++ svcs -Hostate baseline
4662026-06-25T04:01:12.524Z++ [[ offline* != online ]]
4672026-06-25T04:01:12.525Z++ [[ 18 -gt 300 ]]
4682026-06-25T04:01:12.525Z++ sleep 1
4692026-06-25T04:01:13.528Z++ retry=19
4702026-06-25T04:01:13.531Z+++ svcs -Hostate baseline
4712026-06-25T04:01:13.543Z++ [[ offline* != online ]]
4722026-06-25T04:01:13.543Z++ [[ 19 -gt 300 ]]
4732026-06-25T04:01:13.543Z++ sleep 1
4742026-06-25T04:01:14.546Z++ retry=20
4752026-06-25T04:01:14.548Z+++ svcs -Hostate baseline
4762026-06-25T04:01:14.565Z++ [[ offline* != online ]]
4772026-06-25T04:01:14.565Z++ [[ 20 -gt 300 ]]
4782026-06-25T04:01:14.565Z++ sleep 1
4792026-06-25T04:01:15.565Z++ retry=21
4802026-06-25T04:01:15.567Z+++ svcs -Hostate baseline
4812026-06-25T04:01:15.583Z++ [[ offline* != online ]]
4822026-06-25T04:01:15.583Z++ [[ 21 -gt 300 ]]
4832026-06-25T04:01:15.584Z++ sleep 1
4842026-06-25T04:01:16.586Z++ retry=22
4852026-06-25T04:01:16.592Z+++ svcs -Hostate baseline
4862026-06-25T04:01:16.599Z++ [[ offline* != online ]]
4872026-06-25T04:01:16.599Z++ [[ 22 -gt 300 ]]
4882026-06-25T04:01:16.599Z++ sleep 1
4892026-06-25T04:01:17.601Z++ retry=23
4902026-06-25T04:01:17.603Z+++ svcs -Hostate baseline
4912026-06-25T04:01:17.617Z++ [[ offline* != online ]]
4922026-06-25T04:01:17.617Z++ [[ 23 -gt 300 ]]
4932026-06-25T04:01:17.617Z++ sleep 1
4942026-06-25T04:01:18.619Z++ retry=24
4952026-06-25T04:01:18.622Z+++ svcs -Hostate baseline
4962026-06-25T04:01:18.635Z++ [[ offline* != online ]]
4972026-06-25T04:01:18.635Z++ [[ 24 -gt 300 ]]
4982026-06-25T04:01:18.635Z++ sleep 1
4992026-06-25T04:01:19.638Z++ retry=25
5002026-06-25T04:01:19.641Z+++ svcs -Hostate baseline
5012026-06-25T04:01:19.653Z++ [[ offline* != online ]]
5022026-06-25T04:01:19.653Z++ [[ 25 -gt 300 ]]
5032026-06-25T04:01:19.653Z++ sleep 1
5042026-06-25T04:01:20.656Z++ retry=26
5052026-06-25T04:01:20.659Z+++ svcs -Hostate baseline
5062026-06-25T04:01:20.673Z++ [[ offline* != online ]]
5072026-06-25T04:01:20.673Z++ [[ 26 -gt 300 ]]
5082026-06-25T04:01:20.673Z++ sleep 1
5092026-06-25T04:01:21.675Z++ retry=27
5102026-06-25T04:01:21.678Z+++ svcs -Hostate baseline
5112026-06-25T04:01:21.690Z++ [[ offline* != online ]]
5122026-06-25T04:01:21.690Z++ [[ 27 -gt 300 ]]
5132026-06-25T04:01:21.690Z++ sleep 1
5142026-06-25T04:01:22.692Z++ retry=28
5152026-06-25T04:01:22.695Z+++ svcs -Hostate baseline
5162026-06-25T04:01:22.708Z++ [[ offline* != online ]]
5172026-06-25T04:01:22.708Z++ [[ 28 -gt 300 ]]
5182026-06-25T04:01:22.708Z++ sleep 1
5192026-06-25T04:01:23.710Z++ retry=29
5202026-06-25T04:01:23.713Z+++ svcs -Hostate baseline
5212026-06-25T04:01:23.728Z++ [[ offline* != online ]]
5222026-06-25T04:01:23.728Z++ [[ 29 -gt 300 ]]
5232026-06-25T04:01:23.728Z++ sleep 1
5242026-06-25T04:01:24.730Z++ retry=30
5252026-06-25T04:01:24.733Z+++ svcs -Hostate baseline
5262026-06-25T04:01:24.744Z++ [[ offline* != online ]]
5272026-06-25T04:01:24.744Z++ [[ 30 -gt 300 ]]
5282026-06-25T04:01:24.745Z++ sleep 1
5292026-06-25T04:01:25.747Z++ retry=31
5302026-06-25T04:01:25.750Z+++ svcs -Hostate baseline
5312026-06-25T04:01:25.763Z++ [[ offline* != online ]]
5322026-06-25T04:01:25.763Z++ [[ 31 -gt 300 ]]
5332026-06-25T04:01:25.763Z++ sleep 1
5342026-06-25T04:01:26.765Z++ retry=32
5352026-06-25T04:01:26.768Z+++ svcs -Hostate baseline
5362026-06-25T04:01:26.781Z++ [[ offline* != online ]]
5372026-06-25T04:01:26.781Z++ [[ 32 -gt 300 ]]
5382026-06-25T04:01:26.781Z++ sleep 1
5392026-06-25T04:01:27.783Z++ retry=33
5402026-06-25T04:01:27.786Z+++ svcs -Hostate baseline
5412026-06-25T04:01:27.799Z++ [[ offline* != online ]]
5422026-06-25T04:01:27.799Z++ [[ 33 -gt 300 ]]
5432026-06-25T04:01:27.800Z++ sleep 1
5442026-06-25T04:01:28.802Z++ retry=34
5452026-06-25T04:01:28.804Z+++ svcs -Hostate baseline
5462026-06-25T04:01:28.818Z++ [[ offline* != online ]]
5472026-06-25T04:01:28.818Z++ [[ 34 -gt 300 ]]
5482026-06-25T04:01:28.818Z++ sleep 1
5492026-06-25T04:01:29.820Z++ retry=35
5502026-06-25T04:01:29.823Z+++ svcs -Hostate baseline
5512026-06-25T04:01:29.836Z++ [[ offline* != online ]]
5522026-06-25T04:01:29.836Z++ [[ 35 -gt 300 ]]
5532026-06-25T04:01:29.836Z++ sleep 1
5542026-06-25T04:01:30.838Z++ retry=36
5552026-06-25T04:01:30.841Z+++ svcs -Hostate baseline
5562026-06-25T04:01:30.855Z++ [[ offline* != online ]]
5572026-06-25T04:01:30.855Z++ [[ 36 -gt 300 ]]
5582026-06-25T04:01:30.855Z++ sleep 1
5592026-06-25T04:01:31.857Z++ retry=37
5602026-06-25T04:01:31.860Z+++ svcs -Hostate baseline
5612026-06-25T04:01:31.873Z++ [[ offline* != online ]]
5622026-06-25T04:01:31.873Z++ [[ 37 -gt 300 ]]
5632026-06-25T04:01:31.873Z++ sleep 1
5642026-06-25T04:01:32.875Z++ retry=38
5652026-06-25T04:01:32.878Z+++ svcs -Hostate baseline
5662026-06-25T04:01:32.891Z++ [[ offline* != online ]]
5672026-06-25T04:01:32.891Z++ [[ 38 -gt 300 ]]
5682026-06-25T04:01:32.891Z++ sleep 1
5692026-06-25T04:01:33.893Z++ retry=39
5702026-06-25T04:01:33.896Z+++ svcs -Hostate baseline
5712026-06-25T04:01:33.909Z++ [[ offline* != online ]]
5722026-06-25T04:01:33.909Z++ [[ 39 -gt 300 ]]
5732026-06-25T04:01:33.909Z++ sleep 1
5742026-06-25T04:01:34.911Z++ retry=40
5752026-06-25T04:01:34.915Z+++ svcs -Hostate baseline
5762026-06-25T04:01:34.928Z++ [[ offline* != online ]]
5772026-06-25T04:01:34.928Z++ [[ 40 -gt 300 ]]
5782026-06-25T04:01:34.928Z++ sleep 1
5792026-06-25T04:01:35.930Z++ retry=41
5802026-06-25T04:01:35.933Z+++ svcs -Hostate baseline
5812026-06-25T04:01:35.946Z++ [[ offline* != online ]]
5822026-06-25T04:01:35.946Z++ [[ 41 -gt 300 ]]
5832026-06-25T04:01:35.946Z++ sleep 1
5842026-06-25T04:01:36.948Z++ retry=42
5852026-06-25T04:01:36.951Z+++ svcs -Hostate baseline
5862026-06-25T04:01:36.964Z++ [[ offline* != online ]]
5872026-06-25T04:01:36.964Z++ [[ 42 -gt 300 ]]
5882026-06-25T04:01:36.964Z++ sleep 1
5892026-06-25T04:01:37.966Z++ retry=43
5902026-06-25T04:01:37.969Z+++ svcs -Hostate baseline
5912026-06-25T04:01:37.982Z++ [[ offline* != online ]]
5922026-06-25T04:01:37.982Z++ [[ 43 -gt 300 ]]
5932026-06-25T04:01:37.982Z++ sleep 1
5942026-06-25T04:01:38.985Z++ retry=44
5952026-06-25T04:01:38.987Z+++ svcs -Hostate baseline
5962026-06-25T04:01:39.001Z++ [[ offline* != online ]]
5972026-06-25T04:01:39.001Z++ [[ 44 -gt 300 ]]
5982026-06-25T04:01:39.001Z++ sleep 1
5992026-06-25T04:01:40.003Z++ retry=45
6002026-06-25T04:01:40.006Z+++ svcs -Hostate baseline
6012026-06-25T04:01:40.019Z++ [[ offline* != online ]]
6022026-06-25T04:01:40.019Z++ [[ 45 -gt 300 ]]
6032026-06-25T04:01:40.019Z++ sleep 1
6042026-06-25T04:01:41.021Z++ retry=46
6052026-06-25T04:01:41.024Z+++ svcs -Hostate baseline
6062026-06-25T04:01:41.037Z++ [[ offline* != online ]]
6072026-06-25T04:01:41.037Z++ [[ 46 -gt 300 ]]
6082026-06-25T04:01:41.037Z++ sleep 1
6092026-06-25T04:01:42.040Z++ retry=47
6102026-06-25T04:01:42.042Z+++ svcs -Hostate baseline
6112026-06-25T04:01:42.055Z++ [[ offline* != online ]]
6122026-06-25T04:01:42.055Z++ [[ 47 -gt 300 ]]
6132026-06-25T04:01:42.055Z++ sleep 1
6142026-06-25T04:01:43.058Z++ retry=48
6152026-06-25T04:01:43.061Z+++ svcs -Hostate baseline
6162026-06-25T04:01:43.073Z++ [[ offline* != online ]]
6172026-06-25T04:01:43.073Z++ [[ 48 -gt 300 ]]
6182026-06-25T04:01:43.073Z++ sleep 1
6192026-06-25T04:01:44.075Z++ retry=49
6202026-06-25T04:01:44.078Z+++ svcs -Hostate baseline
6212026-06-25T04:01:44.091Z++ [[ offline* != online ]]
6222026-06-25T04:01:44.091Z++ [[ 49 -gt 300 ]]
6232026-06-25T04:01:44.091Z++ sleep 1
6242026-06-25T04:01:45.096Z++ retry=50
6252026-06-25T04:01:45.099Z+++ svcs -Hostate baseline
6262026-06-25T04:01:45.110Z++ [[ offline* != online ]]
6272026-06-25T04:01:45.110Z++ [[ 50 -gt 300 ]]
6282026-06-25T04:01:45.110Z++ sleep 1
6292026-06-25T04:01:46.112Z++ retry=51
6302026-06-25T04:01:46.115Z+++ svcs -Hostate baseline
6312026-06-25T04:01:46.128Z++ [[ offline* != online ]]
6322026-06-25T04:01:46.128Z++ [[ 51 -gt 300 ]]
6332026-06-25T04:01:46.128Z++ sleep 1
6342026-06-25T04:01:47.130Z++ retry=52
6352026-06-25T04:01:47.133Z+++ svcs -Hostate baseline
6362026-06-25T04:01:47.146Z++ [[ offline* != online ]]
6372026-06-25T04:01:47.146Z++ [[ 52 -gt 300 ]]
6382026-06-25T04:01:47.146Z++ sleep 1
6392026-06-25T04:01:48.148Z++ retry=53
6402026-06-25T04:01:48.151Z+++ svcs -Hostate baseline
6412026-06-25T04:01:48.164Z++ [[ offline* != online ]]
6422026-06-25T04:01:48.164Z++ [[ 53 -gt 300 ]]
6432026-06-25T04:01:48.165Z++ sleep 1
6442026-06-25T04:01:49.166Z++ retry=54
6452026-06-25T04:01:49.169Z+++ svcs -Hostate baseline
6462026-06-25T04:01:49.182Z++ [[ offline* != online ]]
6472026-06-25T04:01:49.182Z++ [[ 54 -gt 300 ]]
6482026-06-25T04:01:49.182Z++ sleep 1
6492026-06-25T04:01:50.184Z++ retry=55
6502026-06-25T04:01:50.188Z+++ svcs -Hostate baseline
6512026-06-25T04:01:50.200Z++ [[ offline* != online ]]
6522026-06-25T04:01:50.200Z++ [[ 55 -gt 300 ]]
6532026-06-25T04:01:50.200Z++ sleep 1
6542026-06-25T04:01:51.203Z++ retry=56
6552026-06-25T04:01:51.207Z+++ svcs -Hostate baseline
6562026-06-25T04:01:51.221Z++ [[ offline* != online ]]
6572026-06-25T04:01:51.221Z++ [[ 56 -gt 300 ]]
6582026-06-25T04:01:51.221Z++ sleep 1
6592026-06-25T04:01:52.222Z++ retry=57
6602026-06-25T04:01:52.225Z+++ svcs -Hostate baseline
6612026-06-25T04:01:52.237Z++ [[ offline* != online ]]
6622026-06-25T04:01:52.237Z++ [[ 57 -gt 300 ]]
6632026-06-25T04:01:52.237Z++ sleep 1
6642026-06-25T04:01:53.241Z++ retry=58
6652026-06-25T04:01:53.244Z+++ svcs -Hostate baseline
6662026-06-25T04:01:53.255Z++ [[ offline* != online ]]
6672026-06-25T04:01:53.255Z++ [[ 58 -gt 300 ]]
6682026-06-25T04:01:53.255Z++ sleep 1
6692026-06-25T04:01:54.258Z++ retry=59
6702026-06-25T04:01:54.262Z+++ svcs -Hostate baseline
6712026-06-25T04:01:54.274Z++ [[ offline* != online ]]
6722026-06-25T04:01:54.274Z++ [[ 59 -gt 300 ]]
6732026-06-25T04:01:54.274Z++ sleep 1
6742026-06-25T04:01:55.276Z++ retry=60
6752026-06-25T04:01:55.279Z+++ svcs -Hostate baseline
6762026-06-25T04:01:55.292Z++ [[ offline* != online ]]
6772026-06-25T04:01:55.292Z++ [[ 60 -gt 300 ]]
6782026-06-25T04:01:55.292Z++ sleep 1
6792026-06-25T04:01:56.294Z++ retry=61
6802026-06-25T04:01:56.297Z+++ svcs -Hostate baseline
6812026-06-25T04:01:56.310Z++ [[ offline* != online ]]
6822026-06-25T04:01:56.310Z++ [[ 61 -gt 300 ]]
6832026-06-25T04:01:56.310Z++ sleep 1
6842026-06-25T04:01:57.312Z++ retry=62
6852026-06-25T04:01:57.315Z+++ svcs -Hostate baseline
6862026-06-25T04:01:57.328Z++ [[ offline* != online ]]
6872026-06-25T04:01:57.328Z++ [[ 62 -gt 300 ]]
6882026-06-25T04:01:57.328Z++ sleep 1
6892026-06-25T04:01:58.330Z++ retry=63
6902026-06-25T04:01:58.333Z+++ svcs -Hostate baseline
6912026-06-25T04:01:58.346Z++ [[ offline* != online ]]
6922026-06-25T04:01:58.346Z++ [[ 63 -gt 300 ]]
6932026-06-25T04:01:58.346Z++ sleep 1
6942026-06-25T04:01:59.348Z++ retry=64
6952026-06-25T04:01:59.351Z+++ svcs -Hostate baseline
6962026-06-25T04:01:59.364Z++ [[ offline* != online ]]
6972026-06-25T04:01:59.364Z++ [[ 64 -gt 300 ]]
6982026-06-25T04:01:59.364Z++ sleep 1
6992026-06-25T04:02:00.366Z++ retry=65
7002026-06-25T04:02:00.370Z+++ svcs -Hostate baseline
7012026-06-25T04:02:00.382Z++ [[ offline* != online ]]
7022026-06-25T04:02:00.382Z++ [[ 65 -gt 300 ]]
7032026-06-25T04:02:00.382Z++ sleep 1
7042026-06-25T04:02:01.384Z++ retry=66
7052026-06-25T04:02:01.388Z+++ svcs -Hostate baseline
7062026-06-25T04:02:01.402Z++ [[ offline* != online ]]
7072026-06-25T04:02:01.402Z++ [[ 66 -gt 300 ]]
7082026-06-25T04:02:01.402Z++ sleep 1
7092026-06-25T04:02:02.403Z++ retry=67
7102026-06-25T04:02:02.406Z+++ svcs -Hostate baseline
7112026-06-25T04:02:02.420Z++ [[ offline* != online ]]
7122026-06-25T04:02:02.420Z++ [[ 67 -gt 300 ]]
7132026-06-25T04:02:02.420Z++ sleep 1
7142026-06-25T04:02:03.422Z++ retry=68
7152026-06-25T04:02:03.425Z+++ svcs -Hostate baseline
7162026-06-25T04:02:03.438Z++ [[ offline* != online ]]
7172026-06-25T04:02:03.438Z++ [[ 68 -gt 300 ]]
7182026-06-25T04:02:03.438Z++ sleep 1
7192026-06-25T04:02:04.444Z++ retry=69
7202026-06-25T04:02:04.448Z+++ svcs -Hostate baseline
7212026-06-25T04:02:04.461Z++ [[ offline* != online ]]
7222026-06-25T04:02:04.461Z++ [[ 69 -gt 300 ]]
7232026-06-25T04:02:04.461Z++ sleep 1
7242026-06-25T04:02:05.460Z++ retry=70
7252026-06-25T04:02:05.463Z+++ svcs -Hostate baseline
7262026-06-25T04:02:05.475Z++ [[ offline* != online ]]
7272026-06-25T04:02:05.475Z++ [[ 70 -gt 300 ]]
7282026-06-25T04:02:05.475Z++ sleep 1
7292026-06-25T04:02:06.480Z++ retry=71
7302026-06-25T04:02:06.483Z+++ svcs -Hostate baseline
7312026-06-25T04:02:06.494Z++ [[ offline* != online ]]
7322026-06-25T04:02:06.494Z++ [[ 71 -gt 300 ]]
7332026-06-25T04:02:06.494Z++ sleep 1
7342026-06-25T04:02:07.499Z++ retry=72
7352026-06-25T04:02:07.502Z+++ svcs -Hostate baseline
7362026-06-25T04:02:07.513Z++ [[ offline* != online ]]
7372026-06-25T04:02:07.513Z++ [[ 72 -gt 300 ]]
7382026-06-25T04:02:07.513Z++ sleep 1
7392026-06-25T04:02:08.516Z++ retry=73
7402026-06-25T04:02:08.518Z+++ svcs -Hostate baseline
7412026-06-25T04:02:08.533Z++ [[ offline* != online ]]
7422026-06-25T04:02:08.533Z++ [[ 73 -gt 300 ]]
7432026-06-25T04:02:08.533Z++ sleep 1
7442026-06-25T04:02:09.534Z++ retry=74
7452026-06-25T04:02:09.537Z+++ svcs -Hostate baseline
7462026-06-25T04:02:09.550Z++ [[ offline* != online ]]
7472026-06-25T04:02:09.550Z++ [[ 74 -gt 300 ]]
7482026-06-25T04:02:09.550Z++ sleep 1
7492026-06-25T04:02:10.554Z++ retry=75
7502026-06-25T04:02:10.557Z+++ svcs -Hostate baseline
7512026-06-25T04:02:10.569Z++ [[ offline* != online ]]
7522026-06-25T04:02:10.569Z++ [[ 75 -gt 300 ]]
7532026-06-25T04:02:10.569Z++ sleep 1
7542026-06-25T04:02:11.570Z++ retry=76
7552026-06-25T04:02:11.574Z+++ svcs -Hostate baseline
7562026-06-25T04:02:11.587Z++ [[ offline* != online ]]
7572026-06-25T04:02:11.588Z++ [[ 76 -gt 300 ]]
7582026-06-25T04:02:11.588Z++ sleep 1
7592026-06-25T04:02:12.589Z++ retry=77
7602026-06-25T04:02:12.592Z+++ svcs -Hostate baseline
7612026-06-25T04:02:12.605Z++ [[ offline* != online ]]
7622026-06-25T04:02:12.605Z++ [[ 77 -gt 300 ]]
7632026-06-25T04:02:12.605Z++ sleep 1
7642026-06-25T04:02:13.623Z++ retry=78
7652026-06-25T04:02:13.637Z+++ svcs -Hostate baseline
7662026-06-25T04:02:13.638Z++ [[ offline* != online ]]
7672026-06-25T04:02:13.638Z++ [[ 78 -gt 300 ]]
7682026-06-25T04:02:13.638Z++ sleep 1
7692026-06-25T04:02:14.636Z++ retry=79
7702026-06-25T04:02:14.647Z+++ svcs -Hostate baseline
7712026-06-25T04:02:14.654Z++ [[ offline* != online ]]
7722026-06-25T04:02:14.654Z++ [[ 79 -gt 300 ]]
7732026-06-25T04:02:14.654Z++ sleep 1
7742026-06-25T04:02:15.647Z++ retry=80
7752026-06-25T04:02:15.655Z+++ svcs -Hostate baseline
7762026-06-25T04:02:15.678Z++ [[ offline* != online ]]
7772026-06-25T04:02:15.678Z++ [[ 80 -gt 300 ]]
7782026-06-25T04:02:15.678Z++ sleep 1
7792026-06-25T04:02:16.692Z++ retry=81
7802026-06-25T04:02:16.698Z+++ svcs -Hostate baseline
7812026-06-25T04:02:16.698Z++ [[ offline* != online ]]
7822026-06-25T04:02:16.699Z++ [[ 81 -gt 300 ]]
7832026-06-25T04:02:16.699Z++ sleep 1
7842026-06-25T04:02:18.286Z++ retry=82
7852026-06-25T04:02:18.310Z+++ svcs -Hostate baseline
7862026-06-25T04:02:18.310Z++ [[ offline* != online ]]
7872026-06-25T04:02:18.310Z++ [[ 82 -gt 300 ]]
7882026-06-25T04:02:18.310Z++ sleep 1
7892026-06-25T04:02:18.699Z++ retry=83
7902026-06-25T04:02:18.703Z+++ svcs -Hostate baseline
7912026-06-25T04:02:18.714Z++ [[ offline* != online ]]
7922026-06-25T04:02:18.714Z++ [[ 83 -gt 300 ]]
7932026-06-25T04:02:18.714Z++ sleep 1
7942026-06-25T04:02:19.717Z++ retry=84
7952026-06-25T04:02:19.719Z+++ svcs -Hostate baseline
7962026-06-25T04:02:19.732Z++ [[ offline* != online ]]
7972026-06-25T04:02:19.732Z++ [[ 84 -gt 300 ]]
7982026-06-25T04:02:19.732Z++ sleep 1
7992026-06-25T04:02:20.735Z++ retry=85
8002026-06-25T04:02:20.738Z+++ svcs -Hostate baseline
8012026-06-25T04:02:20.752Z++ [[ offline* != online ]]
8022026-06-25T04:02:20.752Z++ [[ 85 -gt 300 ]]
8032026-06-25T04:02:20.752Z++ sleep 1
8042026-06-25T04:02:21.756Z++ retry=86
8052026-06-25T04:02:21.760Z+++ svcs -Hostate baseline
8062026-06-25T04:02:21.785Z++ [[ offline* != online ]]
8072026-06-25T04:02:21.785Z++ [[ 86 -gt 300 ]]
8082026-06-25T04:02:21.785Z++ sleep 1
8092026-06-25T04:02:22.771Z++ retry=87
8102026-06-25T04:02:22.776Z+++ svcs -Hostate baseline
8112026-06-25T04:02:22.794Z++ [[ offline* != online ]]
8122026-06-25T04:02:22.794Z++ [[ 87 -gt 300 ]]
8132026-06-25T04:02:22.794Z++ sleep 1
8142026-06-25T04:02:23.789Z++ retry=88
8152026-06-25T04:02:23.792Z+++ svcs -Hostate baseline
8162026-06-25T04:02:23.805Z++ [[ offline* != online ]]
8172026-06-25T04:02:23.805Z++ [[ 88 -gt 300 ]]
8182026-06-25T04:02:23.805Z++ sleep 1
8192026-06-25T04:02:24.808Z++ retry=89
8202026-06-25T04:02:24.810Z+++ svcs -Hostate baseline
8212026-06-25T04:02:24.823Z++ [[ offline* != online ]]
8222026-06-25T04:02:24.823Z++ [[ 89 -gt 300 ]]
8232026-06-25T04:02:24.823Z++ sleep 1
8242026-06-25T04:02:25.829Z++ retry=90
8252026-06-25T04:02:25.831Z+++ svcs -Hostate baseline
8262026-06-25T04:02:25.842Z++ [[ offline* != online ]]
8272026-06-25T04:02:25.842Z++ [[ 90 -gt 300 ]]
8282026-06-25T04:02:25.842Z++ sleep 1
8292026-06-25T04:02:26.844Z++ retry=91
8302026-06-25T04:02:26.846Z+++ svcs -Hostate baseline
8312026-06-25T04:02:26.864Z++ [[ offline* != online ]]
8322026-06-25T04:02:26.864Z++ [[ 91 -gt 300 ]]
8332026-06-25T04:02:26.864Z++ sleep 1
8342026-06-25T04:02:27.867Z++ retry=92
8352026-06-25T04:02:27.869Z+++ svcs -Hostate baseline
8362026-06-25T04:02:27.883Z++ [[ offline* != online ]]
8372026-06-25T04:02:27.883Z++ [[ 92 -gt 300 ]]
8382026-06-25T04:02:27.883Z++ sleep 1
8392026-06-25T04:02:28.885Z++ retry=93
8402026-06-25T04:02:28.888Z+++ svcs -Hostate baseline
8412026-06-25T04:02:28.900Z++ [[ offline* != online ]]
8422026-06-25T04:02:28.903Z++ [[ 93 -gt 300 ]]
8432026-06-25T04:02:28.903Z++ sleep 1
8442026-06-25T04:02:29.902Z++ retry=94
8452026-06-25T04:02:29.905Z+++ svcs -Hostate baseline
8462026-06-25T04:02:29.919Z++ [[ offline* != online ]]
8472026-06-25T04:02:29.919Z++ [[ 94 -gt 300 ]]
8482026-06-25T04:02:29.919Z++ sleep 1
8492026-06-25T04:02:30.920Z++ retry=95
8502026-06-25T04:02:30.923Z+++ svcs -Hostate baseline
8512026-06-25T04:02:30.935Z++ [[ offline* != online ]]
8522026-06-25T04:02:30.935Z++ [[ 95 -gt 300 ]]
8532026-06-25T04:02:30.935Z++ sleep 1
8542026-06-25T04:02:31.937Z++ retry=96
8552026-06-25T04:02:31.941Z+++ svcs -Hostate baseline
8562026-06-25T04:02:31.953Z++ [[ offline* != online ]]
8572026-06-25T04:02:31.953Z++ [[ 96 -gt 300 ]]
8582026-06-25T04:02:31.953Z++ sleep 1
8592026-06-25T04:02:32.955Z++ retry=97
8602026-06-25T04:02:32.959Z+++ svcs -Hostate baseline
8612026-06-25T04:02:32.970Z++ [[ offline* != online ]]
8622026-06-25T04:02:32.970Z++ [[ 97 -gt 300 ]]
8632026-06-25T04:02:32.971Z++ sleep 1
8642026-06-25T04:02:33.973Z++ retry=98
8652026-06-25T04:02:33.976Z+++ svcs -Hostate baseline
8662026-06-25T04:02:33.988Z++ [[ offline* != online ]]
8672026-06-25T04:02:33.988Z++ [[ 98 -gt 300 ]]
8682026-06-25T04:02:33.988Z++ sleep 1
8692026-06-25T04:02:34.990Z++ retry=99
8702026-06-25T04:02:34.993Z+++ svcs -Hostate baseline
8712026-06-25T04:02:35.008Z++ [[ offline* != online ]]
8722026-06-25T04:02:35.008Z++ [[ 99 -gt 300 ]]
8732026-06-25T04:02:35.008Z++ sleep 1
8742026-06-25T04:02:36.008Z++ retry=100
8752026-06-25T04:02:36.011Z+++ svcs -Hostate baseline
8762026-06-25T04:02:36.023Z++ [[ offline* != online ]]
8772026-06-25T04:02:36.023Z++ [[ 100 -gt 300 ]]
8782026-06-25T04:02:36.023Z++ sleep 1
8792026-06-25T04:02:37.025Z++ retry=101
8802026-06-25T04:02:37.028Z+++ svcs -Hostate baseline
8812026-06-25T04:02:37.040Z++ [[ offline* != online ]]
8822026-06-25T04:02:37.040Z++ [[ 101 -gt 300 ]]
8832026-06-25T04:02:37.040Z++ sleep 1
8842026-06-25T04:02:38.042Z++ retry=102
8852026-06-25T04:02:38.045Z+++ svcs -Hostate baseline
8862026-06-25T04:02:38.058Z++ [[ offline* != online ]]
8872026-06-25T04:02:38.058Z++ [[ 102 -gt 300 ]]
8882026-06-25T04:02:38.058Z++ sleep 1
8892026-06-25T04:02:39.060Z++ retry=103
8902026-06-25T04:02:39.063Z+++ svcs -Hostate baseline
8912026-06-25T04:02:39.075Z++ [[ offline* != online ]]
8922026-06-25T04:02:39.075Z++ [[ 103 -gt 300 ]]
8932026-06-25T04:02:39.075Z++ sleep 1
8942026-06-25T04:02:40.077Z++ retry=104
8952026-06-25T04:02:40.080Z+++ svcs -Hostate baseline
8962026-06-25T04:02:40.093Z++ [[ offline* != online ]]
8972026-06-25T04:02:40.093Z++ [[ 104 -gt 300 ]]
8982026-06-25T04:02:40.093Z++ sleep 1
8992026-06-25T04:02:41.095Z++ retry=105
9002026-06-25T04:02:41.097Z+++ svcs -Hostate baseline
9012026-06-25T04:02:41.110Z++ [[ offline* != online ]]
9022026-06-25T04:02:41.110Z++ [[ 105 -gt 300 ]]
9032026-06-25T04:02:41.110Z++ sleep 1
9042026-06-25T04:02:42.112Z++ retry=106
9052026-06-25T04:02:42.118Z+++ svcs -Hostate baseline
9062026-06-25T04:02:42.127Z++ [[ offline* != online ]]
9072026-06-25T04:02:42.127Z++ [[ 106 -gt 300 ]]
9082026-06-25T04:02:42.127Z++ sleep 1
9092026-06-25T04:02:43.130Z++ retry=107
9102026-06-25T04:02:43.133Z+++ svcs -Hostate baseline
9112026-06-25T04:02:43.145Z++ [[ offline* != online ]]
9122026-06-25T04:02:43.145Z++ [[ 107 -gt 300 ]]
9132026-06-25T04:02:43.145Z++ sleep 1
9142026-06-25T04:02:44.147Z++ retry=108
9152026-06-25T04:02:44.150Z+++ svcs -Hostate baseline
9162026-06-25T04:02:44.163Z++ [[ online != online ]]
9172026-06-25T04:02:44.163Z++ set -o errexit
9182026-06-25T04:02:44.163Z++ set -o pipefail
9192026-06-25T04:02:44.163Z++ banner build
9202026-06-25T04:02:44.165Z
9212026-06-25T04:02:44.165Z ##### # # # # #####
9222026-06-25T04:02:44.165Z # # # # # # # #
9232026-06-25T04:02:44.165Z ##### # # # # # #
9242026-06-25T04:02:44.165Z # # # # # # # #
9252026-06-25T04:02:44.166Z # # # # # # # #
9262026-06-25T04:02:44.166Z ##### #### # ###### #####
9272026-06-25T04:02:44.166Z
9282026-06-25T04:02:44.166Z++ cargo build --release --bin ddmd --bin ddmadm
9292026-06-25T04:02:44.170Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9302026-06-25T04:02:44.327Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9312026-06-25T04:02:44.330Zinfo: downloading 6 components
9322026-06-25T04:02:59.566Z Updating git repository `https://github.com/oxidecomputer/falcon`
9332026-06-25T04:03:01.075ZFrom https://github.com/oxidecomputer/falcon
9342026-06-25T04:03:01.075Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9352026-06-25T04:03:01.096Z Updating crates.io index
9362026-06-25T04:03:01.096Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9372026-06-25T04:03:01.096ZFrom https://github.com/oxidecomputer/dendrite
9382026-06-25T04:03:01.096Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9392026-06-25T04:03:01.096Z Updating git repository `https://github.com/oxidecomputer/ispf`
9402026-06-25T04:03:01.348ZFrom https://github.com/oxidecomputer/ispf
9412026-06-25T04:03:01.348Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9422026-06-25T04:03:01.354Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9432026-06-25T04:03:01.708ZFrom https://github.com/oxidecomputer/netadm-sys
9442026-06-25T04:03:01.708Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9452026-06-25T04:03:01.716Z Updating git repository `https://github.com/oxidecomputer/omicron`
9462026-06-25T04:03:07.829ZFrom https://github.com/oxidecomputer/omicron
9472026-06-25T04:03:07.829Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9482026-06-25T04:03:08.251Z Updating git repository `https://github.com/oxidecomputer/opte`
9492026-06-25T04:03:08.896ZFrom https://github.com/oxidecomputer/opte
9502026-06-25T04:03:08.896Z * [new ref] cd7749d9dd18f39e065781147cbf51d39930ceca -> refs/commit/cd7749d9dd18f39e065781147cbf51d39930ceca
9512026-06-25T04:03:09.227Z Updating git repository `https://github.com/illumos/smf-rs`
9522026-06-25T04:03:09.491ZFrom https://github.com/illumos/smf-rs
9532026-06-25T04:03:09.491Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9542026-06-25T04:03:09.657Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9552026-06-25T04:03:09.943ZFrom https://github.com/oxidecomputer/network-interface
9562026-06-25T04:03:09.943Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9572026-06-25T04:03:09.964Z Updating git repository `https://github.com/oxidecomputer/zone`
9582026-06-25T04:03:10.236ZFrom https://github.com/oxidecomputer/zone
9592026-06-25T04:03:10.236Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9602026-06-25T04:03:10.287Z Updating git repository `https://github.com/oxidecomputer/propolis`
9612026-06-25T04:03:10.926ZFrom https://github.com/oxidecomputer/propolis
9622026-06-25T04:03:10.926Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9632026-06-25T04:03:11.067Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9642026-06-25T04:03:11.561ZFrom https://github.com/oxidecomputer/transceiver-control
9652026-06-25T04:03:11.561Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9662026-06-25T04:03:11.729Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9672026-06-25T04:03:12.003ZFrom https://github.com/oxidecomputer/dlpi-sys
9682026-06-25T04:03:12.003Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9692026-06-25T04:03:12.008Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9702026-06-25T04:03:12.302ZFrom https://github.com/jmesmon/rust-libzfs
9712026-06-25T04:03:12.302Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9722026-06-25T04:03:12.310Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9732026-06-25T04:03:12.603ZFrom https://github.com/oxidecomputer/rusty-doors
9742026-06-25T04:03:12.603Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9752026-06-25T04:03:12.657Z Updating git repository `https://github.com/oxidecomputer/lldp`
9762026-06-25T04:03:13.010ZFrom https://github.com/oxidecomputer/lldp
9772026-06-25T04:03:13.010Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9782026-06-25T04:03:13.072Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9792026-06-25T04:03:13.329ZFrom https://github.com/oxidecomputer/slog-error-chain
9802026-06-25T04:03:13.329Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9812026-06-25T04:03:13.359Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9822026-06-25T04:03:13.659ZFrom https://github.com/oxidecomputer/tufaceous
9832026-06-25T04:03:13.659Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9842026-06-25T04:03:13.876Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9852026-06-25T04:03:14.339ZFrom https://github.com/oxidecomputer/management-gateway-service
9862026-06-25T04:03:14.339Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9872026-06-25T04:03:14.513Z Updating git repository `https://github.com/oxidecomputer/crucible`
9882026-06-25T04:03:15.538ZFrom https://github.com/oxidecomputer/crucible
9892026-06-25T04:03:15.538Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9902026-06-25T04:03:16.356Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9912026-06-25T04:03:16.606ZFrom https://github.com/oxidecomputer/serde_human_bytes
9922026-06-25T04:03:16.606Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9932026-06-25T04:03:17.273Z Updating git repository `https://github.com/oxidecomputer/propolis`
9942026-06-25T04:03:17.759ZFrom https://github.com/oxidecomputer/propolis
9952026-06-25T04:03:17.759Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9962026-06-25T04:03:18.074Z Updating git repository `https://github.com/oxidecomputer/crucible`
9972026-06-25T04:03:18.560ZFrom https://github.com/oxidecomputer/crucible
9982026-06-25T04:03:18.560Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9992026-06-25T04:03:18.651Z Updating git repository `https://github.com/oxidecomputer/tofino`
10002026-06-25T04:03:19.013ZFrom https://github.com/oxidecomputer/tofino
10012026-06-25T04:03:19.014Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10022026-06-25T04:03:19.040Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10032026-06-25T04:03:19.659ZFrom https://github.com/oxidecomputer/maghemite
10042026-06-25T04:03:19.659Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10052026-06-25T04:03:19.690Z Updating git repository `https://github.com/oxidecomputer/clickward`
10062026-06-25T04:03:20.350ZFrom https://github.com/oxidecomputer/clickward
10072026-06-25T04:03:20.350Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10082026-06-25T04:03:20.399Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10092026-06-25T04:03:20.654ZFrom https://github.com/oxidecomputer/illumos-devinfo
10102026-06-25T04:03:20.654Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10112026-06-25T04:03:22.353Z Downloading crates ...
10122026-06-25T04:03:22.425Z Downloaded async-recursion v1.1.1
10132026-06-25T04:03:22.429Z Downloaded adler2 v2.0.1
10142026-06-25T04:03:22.434Z Downloaded atomic-waker v1.1.2
10152026-06-25T04:03:22.438Z Downloaded block-buffer v0.10.4
10162026-06-25T04:03:22.449Z Downloaded byte-wrapper v0.1.0
10172026-06-25T04:03:22.451Z Downloaded base64ct v1.8.3
10182026-06-25T04:03:22.460Z Downloaded dof v0.3.0
10192026-06-25T04:03:22.463Z Downloaded aws-lc-rs v1.17.0
10202026-06-25T04:03:22.469Z Downloaded futures-io v0.3.32
10212026-06-25T04:03:22.473Z Downloaded fs-err v3.3.0
10222026-06-25T04:03:22.477Z Downloaded http-body-util v0.1.3
10232026-06-25T04:03:22.477Z Downloaded group v0.13.0
10242026-06-25T04:03:22.480Z Downloaded cfg-if v1.0.4
10252026-06-25T04:03:22.480Z Downloaded chacha20 v0.10.0
10262026-06-25T04:03:22.484Z Downloaded bitflags v1.3.2
10272026-06-25T04:03:22.487Z Downloaded find-msvc-tools v0.1.9
10282026-06-25T04:03:22.487Z Downloaded cmake v0.1.58
10292026-06-25T04:03:22.489Z Downloaded ciborium-io v0.2.2
10302026-06-25T04:03:22.493Z Downloaded bs58 v0.5.1
10312026-06-25T04:03:22.493Z Downloaded cfg_aliases v0.2.1
10322026-06-25T04:03:22.496Z Downloaded atomicwrites v0.4.4
10332026-06-25T04:03:22.496Z Downloaded either v1.16.0
10342026-06-25T04:03:22.498Z Downloaded camino v1.2.2
10352026-06-25T04:03:22.501Z Downloaded globset v0.4.18
10362026-06-25T04:03:22.504Z Downloaded chacha20 v0.9.1
10372026-06-25T04:03:22.504Z Downloaded autocfg v1.5.1
10382026-06-25T04:03:22.509Z Downloaded futures-core v0.3.32
10392026-06-25T04:03:22.512Z Downloaded form_urlencoded v1.2.2
10402026-06-25T04:03:22.512Z Downloaded hash32 v0.3.1
10412026-06-25T04:03:22.512Z Downloaded ciborium v0.2.2
10422026-06-25T04:03:22.516Z Downloaded futures-macro v0.3.32
10432026-06-25T04:03:22.519Z Downloaded enum-as-inner v0.6.1
10442026-06-25T04:03:22.519Z Downloaded const-random v0.1.18
10452026-06-25T04:03:22.522Z Downloaded dyn-clone v1.0.20
10462026-06-25T04:03:22.525Z Downloaded drift v0.2.0
10472026-06-25T04:03:22.529Z Downloaded hostname v0.3.1
10482026-06-25T04:03:22.533Z Downloaded futures-executor v0.3.32
10492026-06-25T04:03:22.536Z Downloaded fnv v1.0.7
10502026-06-25T04:03:22.536Z Downloaded colorchoice v1.0.5
10512026-06-25T04:03:22.539Z Downloaded cancel-safe-futures v0.1.5
10522026-06-25T04:03:22.542Z Downloaded anstyle-query v1.1.5
10532026-06-25T04:03:22.542Z Downloaded derive_more v0.99.20
10542026-06-25T04:03:22.545Z Downloaded idna v1.1.0
10552026-06-25T04:03:22.548Z Downloaded hubpack v0.1.2
10562026-06-25T04:03:22.554Z Downloaded block-buffer v0.12.0
10572026-06-25T04:03:22.557Z Downloaded clap_lex v1.1.0
10582026-06-25T04:03:22.557Z Downloaded glob v0.3.3
10592026-06-25T04:03:22.557Z Downloaded cobs v0.3.0
10602026-06-25T04:03:22.560Z Downloaded foreign-types-macros v0.2.3
10612026-06-25T04:03:22.560Z Downloaded generic-array v0.14.7
10622026-06-25T04:03:22.564Z Downloaded ciborium-ll v0.2.2
10632026-06-25T04:03:22.564Z Downloaded darling v0.23.0
10642026-06-25T04:03:22.567Z Downloaded getrandom v0.3.4
10652026-06-25T04:03:22.570Z Downloaded dtrace-parser v0.2.0
10662026-06-25T04:03:22.572Z Downloaded crunchy v0.2.4
10672026-06-25T04:03:22.572Z Downloaded clap v4.6.1
10682026-06-25T04:03:22.579Z Downloaded hex v0.4.3
10692026-06-25T04:03:22.582Z Downloaded darling_macro v0.23.0
10702026-06-25T04:03:22.583Z Downloaded colored v3.1.1
10712026-06-25T04:03:22.586Z Downloaded crc8 v0.1.1
10722026-06-25T04:03:22.590Z Downloaded futures-sink v0.3.32
10732026-06-25T04:03:22.590Z Downloaded equivalent v1.0.2
10742026-06-25T04:03:22.593Z Downloaded dropshot-api-manager-types v0.7.2
10752026-06-25T04:03:22.593Z Downloaded crypto-common v0.2.2
10762026-06-25T04:03:22.597Z Downloaded httpdate v1.0.3
10772026-06-25T04:03:22.597Z Downloaded crucible-workspace-hack v0.1.0
10782026-06-25T04:03:22.597Z Downloaded defmt v0.3.100
10792026-06-25T04:03:22.600Z Downloaded foreign-types v0.3.2
10802026-06-25T04:03:22.600Z Downloaded async-stream v0.3.6
10812026-06-25T04:03:22.603Z Downloaded foreign-types-shared v0.1.1
10822026-06-25T04:03:22.603Z Downloaded hubpack_derive v0.1.1
10832026-06-25T04:03:22.607Z Downloaded displaydoc v0.2.6
10842026-06-25T04:03:22.607Z Downloaded highway v1.3.0
10852026-06-25T04:03:22.611Z Downloaded derive-where v1.6.1
10862026-06-25T04:03:22.615Z Downloaded crypto-common v0.1.7
10872026-06-25T04:03:22.615Z Downloaded bit-vec v0.8.0
10882026-06-25T04:03:22.618Z Downloaded daft-derive v0.1.7
10892026-06-25T04:03:22.618Z Downloaded csv-core v0.1.13
10902026-06-25T04:03:22.621Z Downloaded errno v0.3.14
10912026-06-25T04:03:22.624Z Downloaded camino-tempfile v1.4.1
10922026-06-25T04:03:22.624Z Downloaded defmt-parser v1.0.0
10932026-06-25T04:03:22.627Z Downloaded git-stub v1.0.0
10942026-06-25T04:03:22.627Z Downloaded heck v0.5.0
10952026-06-25T04:03:22.630Z Downloaded gethostname v0.5.0
10962026-06-25T04:03:22.630Z Downloaded foreign-types v0.5.0
10972026-06-25T04:03:22.633Z Downloaded async-trait v0.1.89
10982026-06-25T04:03:22.637Z Downloaded indent_write v2.2.0
10992026-06-25T04:03:22.637Z Downloaded idna_adapter v1.2.2
11002026-06-25T04:03:22.641Z Downloaded embedded-io v0.4.0
11012026-06-25T04:03:22.642Z Downloaded darling_macro v0.21.3
11022026-06-25T04:03:22.642Z Downloaded anstyle v1.0.14
11032026-06-25T04:03:23.646Z Downloaded http-body v1.0.1
11042026-06-25T04:03:23.646Z Downloaded daft v0.1.7
11052026-06-25T04:03:23.649Z Downloaded debug-ignore v1.0.5
11062026-06-25T04:03:23.650Z Downloaded embedded-io v0.6.1
11072026-06-25T04:03:23.650Z Downloaded is_terminal_polyfill v1.70.2
11082026-06-25T04:03:23.650Z Downloaded linked-hash-map v0.5.6
11092026-06-25T04:03:23.650Z Downloaded fixedbitset v0.4.2
11102026-06-25T04:03:23.650Z Downloaded keccak v0.1.6
11112026-06-25T04:03:23.650Z Downloaded hostname v0.4.2
11122026-06-25T04:03:23.650Z Downloaded lazy_static v1.5.0
11132026-06-25T04:03:23.650Z Downloaded instant v0.1.13
11142026-06-25T04:03:23.650Z Downloaded fs_extra v1.3.0
11152026-06-25T04:03:23.650Z Downloaded aead v0.5.2
11162026-06-25T04:03:23.650Z Downloaded fastrand v2.4.1
11172026-06-25T04:03:23.650Z Downloaded data-encoding v2.11.0
11182026-06-25T04:03:23.650Z Downloaded ident_case v1.0.1
11192026-06-25T04:03:23.650Z Downloaded console v0.16.3
11202026-06-25T04:03:23.650Z Downloaded is-terminal v0.4.17
11212026-06-25T04:03:23.650Z Downloaded compression-codecs v0.4.38
11222026-06-25T04:03:23.650Z Downloaded git-stub-vcs v0.1.0
11232026-06-25T04:03:23.650Z Downloaded getrandom v0.2.17
11242026-06-25T04:03:23.650Z Downloaded digest v0.10.7
11252026-06-25T04:03:23.650Z Downloaded match_cfg v0.1.0
11262026-06-25T04:03:23.650Z Downloaded memmap v0.7.0
11272026-06-25T04:03:23.650Z Downloaded lru-slab v0.1.2
11282026-06-25T04:03:23.650Z Downloaded mime v0.3.17
11292026-06-25T04:03:23.650Z Downloaded konst_macro_rules v0.2.19
11302026-06-25T04:03:23.650Z Downloaded is_ci v1.2.0
11312026-06-25T04:03:23.650Z Downloaded natord v1.0.9
11322026-06-25T04:03:23.650Z Downloaded libscf-sys v1.2.0
11332026-06-25T04:03:23.650Z Downloaded clap_derive v4.6.1
11342026-06-25T04:03:23.650Z Downloaded console v0.15.11
11352026-06-25T04:03:23.650Z Downloaded memoffset v0.9.1
11362026-06-25T04:03:23.650Z Downloaded newtype-uuid-macros v0.1.0
11372026-06-25T04:03:23.650Z Downloaded ahash v0.8.12
11382026-06-25T04:03:23.650Z Downloaded darling v0.21.3
11392026-06-25T04:03:23.650Z Downloaded ff v0.13.1
11402026-06-25T04:03:23.650Z Downloaded crc32fast v1.5.0
11412026-06-25T04:03:23.650Z Downloaded ipnetwork v0.21.1
11422026-06-25T04:03:23.650Z Downloaded ingot v0.1.1
11432026-06-25T04:03:23.650Z Downloaded newtype_derive v0.1.6
11442026-06-25T04:03:23.650Z Downloaded chacha20poly1305 v0.10.1
11452026-06-25T04:03:23.651Z Downloaded itoa v1.0.18
11462026-06-25T04:03:23.651Z Downloaded derive-ex v0.1.8
11472026-06-25T04:03:23.651Z Downloaded deranged v0.5.8
11482026-06-25T04:03:23.651Z Downloaded bytes v1.11.1
11492026-06-25T04:03:23.651Z Downloaded num_threads v0.1.7
11502026-06-25T04:03:23.651Z Downloaded num-conv v0.2.2
11512026-06-25T04:03:23.651Z Downloaded anyhow v1.0.102
11522026-06-25T04:03:23.651Z Downloaded crossbeam-epoch v0.9.18
11532026-06-25T04:03:23.651Z Downloaded hyper-rustls v0.27.9
11542026-06-25T04:03:23.651Z Downloaded critical-section v1.2.0
11552026-06-25T04:03:23.651Z Downloaded byteorder v1.5.0
11562026-06-25T04:03:23.651Z Downloaded managed v0.8.0
11572026-06-25T04:03:23.651Z Downloaded anstyle-parse v1.0.0
11582026-06-25T04:03:23.651Z Downloaded num_enum_derive v0.5.11
11592026-06-25T04:03:23.651Z Downloaded opaque-debug v0.3.1
11602026-06-25T04:03:23.651Z Downloaded httparse v1.10.1
11612026-06-25T04:03:23.651Z Downloaded humantime v2.3.0
11622026-06-25T04:03:23.651Z Downloaded digest v0.11.3
11632026-06-25T04:03:23.651Z Downloaded macaddr v1.0.1
11642026-06-25T04:03:23.651Z Downloaded jobserver v0.1.34
11652026-06-25T04:03:23.651Z Downloaded hickory-resolver v0.25.2
11662026-06-25T04:03:23.651Z Downloaded hmac v0.12.1
11672026-06-25T04:03:23.651Z Downloaded parse-display v0.10.0
11682026-06-25T04:03:23.651Z Downloaded const_format_proc_macros v0.2.34
11692026-06-25T04:03:23.651Z Downloaded percent-encoding v2.3.2
11702026-06-25T04:03:23.651Z Downloaded foldhash v0.2.0
11712026-06-25T04:03:23.651Z Downloaded openssl-probe v0.2.1
11722026-06-25T04:03:23.651Z Downloaded omicron-workspace-hack v0.1.0
11732026-06-25T04:03:23.651Z Downloaded ingot-types v0.1.2
11742026-06-25T04:03:23.651Z Downloaded hybrid-array v0.4.12
11752026-06-25T04:03:23.651Z Downloaded crossbeam-utils v0.8.21
11762026-06-25T04:03:23.651Z Downloaded allocator-api2 v0.2.21
11772026-06-25T04:03:23.651Z Downloaded lock_api v0.4.14
11782026-06-25T04:03:23.651Z Downloaded openssl-macros v0.1.1
11792026-06-25T04:03:23.651Z Downloaded crossbeam-deque v0.8.6
11802026-06-25T04:03:23.651Z Downloaded blake2 v0.10.6
11812026-06-25T04:03:23.651Z Downloaded olpc-cjson v0.1.4
11822026-06-25T04:03:23.651Z Downloaded num-iter v0.1.45
11832026-06-25T04:03:23.652Z Downloaded num v0.4.3
11842026-06-25T04:03:23.652Z Downloaded phf_shared v0.12.1
11852026-06-25T04:03:23.652Z Downloaded powerfmt v0.2.0
11862026-06-25T04:03:23.652Z Downloaded linear-map v1.2.0
11872026-06-25T04:03:23.652Z Downloaded libsw-core v0.3.2
11882026-06-25T04:03:23.652Z Downloaded multer v3.1.0
11892026-06-25T04:03:23.652Z Downloaded libsw v3.5.0
11902026-06-25T04:03:23.652Z Downloaded no-std-compat v0.4.1
11912026-06-25T04:03:23.652Z Downloaded cookie v0.18.1
11922026-06-25T04:03:23.652Z Downloaded num_enum v0.5.11
11932026-06-25T04:03:23.652Z Downloaded proc-macro-crate v3.5.0
11942026-06-25T04:03:23.652Z Downloaded proc-macro-crate v1.3.1
11952026-06-25T04:03:23.652Z Downloaded ingot-macros v0.1.1
11962026-06-25T04:03:23.652Z Downloaded num_enum_derive v0.7.6
11972026-06-25T04:03:23.652Z Downloaded fixedbitset v0.5.7
11982026-06-25T04:03:23.652Z Downloaded num-integer v0.1.46
11992026-06-25T04:03:23.652Z Downloaded num-derive v0.4.2
12002026-06-25T04:03:23.652Z Downloaded progenitor-macro v0.10.0
12012026-06-25T04:03:23.652Z Downloaded defmt-macros v1.1.0
12022026-06-25T04:03:23.652Z Downloaded newline-converter v0.3.0
12032026-06-25T04:03:23.652Z Downloaded lru-cache v0.1.2
12042026-06-25T04:03:23.652Z Downloaded internet-checksum v0.2.1
12052026-06-25T04:03:23.656Z Downloaded defmt v1.1.0
12062026-06-25T04:03:23.656Z Downloaded futures-channel v0.3.32
12072026-06-25T04:03:23.656Z Downloaded erased-serde v0.3.31
12082026-06-25T04:03:23.656Z Downloaded anstream v1.0.0
12092026-06-25T04:03:23.656Z Downloaded inout v0.1.4
12102026-06-25T04:03:23.656Z Downloaded argon2 v0.5.3
12112026-06-25T04:03:23.656Z Downloaded backon v1.6.0
12122026-06-25T04:03:23.656Z Downloaded proc-macro-error-attr v1.0.4
12132026-06-25T04:03:23.656Z Downloaded oxide-tokio-rt v0.1.6
12142026-06-25T04:03:23.656Z Downloaded oxnet v0.1.6
12152026-06-25T04:03:23.656Z Downloaded parse-display-derive v0.10.0
12162026-06-25T04:03:23.656Z Downloaded newtype-uuid v1.3.2
12172026-06-25T04:03:23.656Z Downloaded memmap2 v0.9.10
12182026-06-25T04:03:23.656Z Downloaded fxhash v0.2.1
12192026-06-25T04:03:23.656Z Downloaded const-random-macro v0.1.16
12202026-06-25T04:03:23.656Z Downloaded heck v0.4.1
12212026-06-25T04:03:23.656Z Downloaded futures-task v0.3.32
12222026-06-25T04:03:23.656Z Downloaded dtrace-parser v0.3.0
12232026-06-25T04:03:23.656Z Downloaded pretty-hex v0.4.2
12242026-06-25T04:03:23.656Z Downloaded potential_utf v0.1.5
12252026-06-25T04:03:23.656Z Downloaded futures v0.3.32
12262026-06-25T04:03:23.656Z Downloaded quick-error v1.2.3
12272026-06-25T04:03:23.656Z Downloaded progenitor-client v0.14.0
12282026-06-25T04:03:23.656Z Downloaded indexmap v1.9.3
12292026-06-25T04:03:23.656Z Downloaded rand_chacha v0.3.1
12302026-06-25T04:03:23.656Z Downloaded progenitor-macro v0.14.0
12312026-06-25T04:03:23.656Z Downloaded progenitor-macro v0.13.0
12322026-06-25T04:03:23.656Z Downloaded base64 v0.21.7
12332026-06-25T04:03:23.657Z Downloaded ipnet v2.12.0
12342026-06-25T04:03:23.657Z Downloaded phf v0.12.1
12352026-06-25T04:03:23.657Z Downloaded num-rational v0.4.2
12362026-06-25T04:03:23.657Z Downloaded ref-cast-impl v1.0.25
12372026-06-25T04:03:23.657Z Downloaded pkg-config v0.3.33
12382026-06-25T04:03:23.657Z Downloaded parking_lot_core v0.8.6
12392026-06-25T04:03:23.657Z Downloaded ppv-lite86 v0.2.21
12402026-06-25T04:03:23.657Z Downloaded poly1305 v0.8.0
12412026-06-25T04:03:23.657Z Downloaded icu_provider v2.2.0
12422026-06-25T04:03:23.657Z Downloaded litemap v0.8.2
12432026-06-25T04:03:23.657Z Downloaded owo-colors v4.3.0
12442026-06-25T04:03:23.657Z Downloaded progenitor-extras v0.2.0
12452026-06-25T04:03:23.657Z Downloaded rand_xorshift v0.4.0
12462026-06-25T04:03:23.657Z Downloaded pin-project-lite v0.2.17
12472026-06-25T04:03:23.657Z Downloaded ref-cast v1.0.25
12482026-06-25T04:03:23.657Z Downloaded once_cell v1.21.4
12492026-06-25T04:03:23.657Z Downloaded paste v1.0.15
12502026-06-25T04:03:23.657Z Downloaded num_enum v0.7.6
12512026-06-25T04:03:23.657Z Downloaded darling_core v0.23.0
12522026-06-25T04:03:23.657Z Downloaded parking_lot v0.11.2
12532026-06-25T04:03:23.657Z Downloaded log v0.4.32
12542026-06-25T04:03:23.657Z Downloaded getrandom v0.4.2
12552026-06-25T04:03:23.657Z Downloaded icu_normalizer_data v2.2.0
12562026-06-25T04:03:23.657Z Downloaded rustc-hash v2.1.2
12572026-06-25T04:03:23.657Z Downloaded darling_core v0.21.3
12582026-06-25T04:03:23.657Z Downloaded progenitor-client v0.13.0
12592026-06-25T04:03:23.657Z Downloaded same-file v1.0.6
12602026-06-25T04:03:23.657Z Downloaded num-complex v0.4.6
12612026-06-25T04:03:23.657Z Downloaded progenitor-client v0.10.0
12622026-06-25T04:03:23.657Z Downloaded progenitor v0.14.0
12632026-06-25T04:03:23.657Z Downloaded progenitor v0.13.0
12642026-06-25T04:03:23.657Z Downloaded progenitor v0.10.0
12652026-06-25T04:03:23.657Z Downloaded rand_chacha v0.9.0
12662026-06-25T04:03:23.657Z Downloaded proc-macro-error2 v2.0.1
12672026-06-25T04:03:23.657Z Downloaded arc-swap v1.9.1
12682026-06-25T04:03:23.657Z Downloaded bytecount v0.6.9
12692026-06-25T04:03:23.657Z Downloaded pest_generator v2.8.6
12702026-06-25T04:03:23.657Z Downloaded scroll_derive v0.13.1
12712026-06-25T04:03:23.657Z Downloaded scroll_derive v0.12.1
12722026-06-25T04:03:23.658Z Downloaded rustc_version v0.1.7
12732026-06-25T04:03:23.658Z Downloaded iana-time-zone v0.1.65
12742026-06-25T04:03:23.658Z Downloaded proc-macro-error v1.0.4
12752026-06-25T04:03:23.658Z Downloaded rand_core v0.9.5
12762026-06-25T04:03:23.658Z Downloaded rand_core v0.6.4
12772026-06-25T04:03:23.658Z Downloaded pin-project-internal v1.1.13
12782026-06-25T04:03:23.658Z Downloaded half v2.7.1
12792026-06-25T04:03:23.658Z Downloaded rustc_version v0.4.1
12802026-06-25T04:03:23.658Z Downloaded const-oid v0.10.2
12812026-06-25T04:03:23.658Z Downloaded semver v0.1.20
12822026-06-25T04:03:23.658Z Downloaded secrecy v0.10.3
12832026-06-25T04:03:23.658Z Downloaded proc-macro-error-attr2 v2.0.0
12842026-06-25T04:03:23.658Z Downloaded icu_properties v2.2.0
12852026-06-25T04:03:23.658Z Downloaded curve25519-dalek-derive v0.1.1
12862026-06-25T04:03:23.658Z Downloaded cpufeatures v0.2.17
12872026-06-25T04:03:23.658Z Downloaded base16ct v0.2.0
12882026-06-25T04:03:23.658Z Downloaded base64 v0.22.1
12892026-06-25T04:03:23.658Z Downloaded dunce v1.0.5
12902026-06-25T04:03:23.658Z Downloaded bcs v0.1.6
12912026-06-25T04:03:23.658Z Downloaded foreign-types-shared v0.3.1
12922026-06-25T04:03:23.658Z Downloaded serde_urlencoded v0.7.1
12932026-06-25T04:03:23.658Z Downloaded serde_spanned v1.1.1
12942026-06-25T04:03:23.658Z Downloaded dof v0.4.0
12952026-06-25T04:03:23.658Z Downloaded foldhash v0.1.5
12962026-06-25T04:03:23.658Z Downloaded quinn-udp v0.5.14
12972026-06-25T04:03:23.658Z Downloaded dropshot_endpoint v0.17.1
12982026-06-25T04:03:23.658Z Downloaded konst v0.2.20
12992026-06-25T04:03:23.658Z Downloaded crypto-bigint v0.5.5
13002026-06-25T04:03:23.658Z Downloaded cstr-argument v0.1.2
13012026-06-25T04:03:23.658Z Downloaded cpufeatures v0.3.0
13022026-06-25T04:03:23.658Z Downloaded parking_lot_core v0.9.12
13032026-06-25T04:03:23.658Z Downloaded pest_derive v2.8.6
13042026-06-25T04:03:23.658Z Downloaded serde_spanned v0.6.9
13052026-06-25T04:03:23.663Z Downloaded serde_plain v1.0.2
13062026-06-25T04:03:23.663Z Downloaded sha1 v0.10.6
13072026-06-25T04:03:23.663Z Downloaded rustls-native-certs v0.8.4
13082026-06-25T04:03:23.663Z Downloaded rand_core v0.10.1
13092026-06-25T04:03:23.663Z Downloaded pem v3.0.6
13102026-06-25T04:03:23.663Z Downloaded sigpipe v0.1.3
13112026-06-25T04:03:23.663Z Downloaded cc v1.2.63
13122026-06-25T04:03:23.663Z Downloaded async-compression v0.4.42
13132026-06-25T04:03:23.663Z Downloaded elliptic-curve v0.13.8
13142026-06-25T04:03:23.663Z Downloaded password-hash v0.5.0
13152026-06-25T04:03:23.663Z Downloaded parking_lot v0.12.5
13162026-06-25T04:03:23.663Z Downloaded convert_case v0.4.0
13172026-06-25T04:03:23.663Z Downloaded icu_normalizer v2.2.0
13182026-06-25T04:03:23.663Z Downloaded const_format v0.2.36
13192026-06-25T04:03:23.664Z Downloaded serde_derive_internals v0.29.1
13202026-06-25T04:03:23.664Z Downloaded heapless v0.8.0
13212026-06-25T04:03:23.664Z Downloaded serde-big-array v0.5.1
13222026-06-25T04:03:23.664Z Downloaded slog-bunyan v2.5.0
13232026-06-25T04:03:23.664Z Downloaded scroll v0.13.0
13242026-06-25T04:03:23.664Z Downloaded slog-envlogger v2.2.0
13252026-06-25T04:03:23.664Z Downloaded cargo_toml v0.22.3
13262026-06-25T04:03:23.664Z Downloaded compression-core v0.4.32
13272026-06-25T04:03:23.664Z Downloaded bit-set v0.8.0
13282026-06-25T04:03:23.664Z Downloaded base16ct v1.0.0
13292026-06-25T04:03:23.664Z Downloaded strum v0.27.2
13302026-06-25T04:03:23.664Z Downloaded resolv-conf v0.7.6
13312026-06-25T04:03:23.664Z Downloaded strum v0.26.3
13322026-06-25T04:03:23.664Z Downloaded strsim v0.11.1
13332026-06-25T04:03:23.664Z Downloaded cipher v0.4.4
13342026-06-25T04:03:23.664Z Downloaded async-stream-impl v0.3.6
13352026-06-25T04:03:23.664Z Downloaded float-ord v0.3.2
13362026-06-25T04:03:23.664Z Downloaded sha1 v0.11.0
13372026-06-25T04:03:23.664Z Downloaded bitflags v2.12.1
13382026-06-25T04:03:23.664Z Downloaded siphasher v1.0.3
13392026-06-25T04:03:23.664Z Downloaded progenitor-impl v0.14.0
13402026-06-25T04:03:23.664Z Downloaded progenitor-impl v0.10.0
13412026-06-25T04:03:23.664Z Downloaded openssl-sys v0.9.116
13422026-06-25T04:03:23.664Z Downloaded backoff v0.4.0
13432026-06-25T04:03:23.664Z Downloaded stable_deref_trait v1.2.1
13442026-06-25T04:03:23.664Z Downloaded structmeta-derive v0.3.0
13452026-06-25T04:03:23.664Z Downloaded structmeta v0.3.0
13462026-06-25T04:03:23.664Z Downloaded swrite v0.1.0
13472026-06-25T04:03:23.664Z Downloaded subtle v2.6.1
13482026-06-25T04:03:23.664Z Downloaded sync_wrapper v1.0.2
13492026-06-25T04:03:23.664Z Downloaded icu_locale_core v2.2.0
13502026-06-25T04:03:23.664Z Downloaded rusty-fork v0.3.1
13512026-06-25T04:03:23.664Z Downloaded rustversion v1.0.22
13522026-06-25T04:03:23.664Z Downloaded rustls-pemfile v2.2.0
13532026-06-25T04:03:23.665Z Downloaded crossbeam-channel v0.5.15
13542026-06-25T04:03:23.665Z Downloaded serde_tokenstream v0.2.3
13552026-06-25T04:03:23.665Z Downloaded rustls-pki-types v1.14.1
13562026-06-25T04:03:23.665Z Downloaded schemars_derive v0.8.22
13572026-06-25T04:03:23.665Z Downloaded spin v0.5.2
13582026-06-25T04:03:23.665Z Downloaded quote v1.0.45
13592026-06-25T04:03:23.665Z Downloaded sha2 v0.10.9
13602026-06-25T04:03:23.665Z Downloaded slog-dtrace v0.3.0
13612026-06-25T04:03:23.665Z Downloaded termtree v0.5.1
13622026-06-25T04:03:23.665Z Downloaded take_mut v0.2.2
13632026-06-25T04:03:23.665Z Downloaded tagptr v0.2.0
13642026-06-25T04:03:23.665Z Downloaded scroll v0.12.0
13652026-06-25T04:03:23.665Z Downloaded pest_meta v2.8.6
13662026-06-25T04:03:23.665Z Downloaded slog-stdlog v4.1.1
13672026-06-25T04:03:23.665Z Downloaded slog-scope v4.4.1
13682026-06-25T04:03:23.665Z Downloaded supports-color v3.0.2
13692026-06-25T04:03:23.665Z Downloaded tabwriter v1.4.1
13702026-06-25T04:03:23.665Z Downloaded tabled_derive v0.11.0
13712026-06-25T04:03:23.665Z Downloaded terminal_size v0.4.4
13722026-06-25T04:03:23.665Z Downloaded smf v0.2.3
13732026-06-25T04:03:23.665Z Downloaded testing_table v0.3.0
13742026-06-25T04:03:23.665Z Downloaded tabled_derive v0.7.0
13752026-06-25T04:03:23.665Z Downloaded serde_path_to_error v0.1.20
13762026-06-25T04:03:23.665Z Downloaded papergrid v0.11.0
13772026-06-25T04:03:23.665Z Downloaded plain v0.2.3
13782026-06-25T04:03:23.665Z Downloaded pin-project v1.1.13
13792026-06-25T04:03:23.665Z Downloaded snafu-derive v0.8.9
13802026-06-25T04:03:23.665Z Downloaded semver v1.0.28
13812026-06-25T04:03:23.665Z Downloaded static_assertions v1.1.0
13822026-06-25T04:03:23.665Z Downloaded smartstring v1.0.1
13832026-06-25T04:03:23.665Z Downloaded strum_macros v0.27.2
13842026-06-25T04:03:23.665Z Downloaded slog-term v2.9.2
13852026-06-25T04:03:23.665Z Downloaded serde_with_macros v3.20.0
13862026-06-25T04:03:23.665Z Downloaded indexmap v2.14.0
13872026-06-25T04:03:23.665Z Downloaded synstructure v0.13.2
13882026-06-25T04:03:23.665Z Downloaded postcard v1.1.3
13892026-06-25T04:03:23.665Z Downloaded miniz_oxide v0.8.9
13902026-06-25T04:03:23.665Z Downloaded hickory-resolver v0.24.4
13912026-06-25T04:03:23.666Z Downloaded flate2 v1.1.9
13922026-06-25T04:03:23.666Z Downloaded slog-json v2.6.1
13932026-06-25T04:03:23.666Z Downloaded num-traits v0.2.19
13942026-06-25T04:03:23.666Z Downloaded slab v0.4.12
13952026-06-25T04:03:23.666Z Downloaded signal-hook-registry v1.4.8
13962026-06-25T04:03:23.666Z Downloaded simd-adler32 v0.3.9
13972026-06-25T04:03:23.666Z Downloaded shlex v2.0.1
13982026-06-25T04:03:23.666Z Downloaded rhai_codegen v3.2.0
13992026-06-25T04:03:23.666Z Downloaded tokio-macros v2.7.0
14002026-06-25T04:03:23.666Z Downloaded rustls-platform-verifier v0.7.0
14012026-06-25T04:03:23.666Z Downloaded slog-async v2.8.0
14022026-06-25T04:03:23.666Z Downloaded thread-id v4.2.2
14032026-06-25T04:03:23.666Z Downloaded time-core v0.1.8
14042026-06-25T04:03:23.666Z Downloaded progenitor-impl v0.13.0
14052026-06-25T04:03:23.670Z Downloaded scopeguard v1.2.0
14062026-06-25T04:03:23.670Z Downloaded thread-id v5.1.0
14072026-06-25T04:03:23.671Z Downloaded strum_macros v0.26.4
14082026-06-25T04:03:23.671Z Downloaded smawk v0.3.2
14092026-06-25T04:03:23.671Z Downloaded smallvec v1.15.1
14102026-06-25T04:03:23.671Z Downloaded tinyvec_macros v0.1.1
14112026-06-25T04:03:23.671Z Downloaded rayon-core v1.13.0
14122026-06-25T04:03:23.671Z Downloaded thiserror v2.0.18
14132026-06-25T04:03:23.671Z Downloaded tower-service v0.3.3
14142026-06-25T04:03:23.671Z Downloaded tower-layer v0.3.3
14152026-06-25T04:03:23.671Z Downloaded indicatif v0.18.4
14162026-06-25T04:03:23.671Z Downloaded thiserror v1.0.69
14172026-06-25T04:03:23.671Z Downloaded serde_repr v0.1.20
14182026-06-25T04:03:23.671Z Downloaded papergrid v0.18.0
14192026-06-25T04:03:23.671Z Downloaded hyper-util v0.1.20
14202026-06-25T04:03:23.671Z Downloaded toml_datetime v0.6.11
14212026-06-25T04:03:23.671Z Downloaded time-macros v0.2.27
14222026-06-25T04:03:23.671Z Downloaded proc-macro2 v1.0.106
14232026-06-25T04:03:23.671Z Downloaded typify-macro v0.6.2
14242026-06-25T04:03:23.671Z Downloaded tiny-keccak v2.0.2
14252026-06-25T04:03:23.671Z Downloaded qorb v0.4.1
14262026-06-25T04:03:23.671Z Downloaded mio v1.2.1
14272026-06-25T04:03:23.671Z Downloaded hashbrown v0.12.3
14282026-06-25T04:03:23.671Z Downloaded tokio-dtrace v0.1.1
14292026-06-25T04:03:23.671Z Downloaded tokio-tungstenite v0.21.0
14302026-06-25T04:03:23.671Z Downloaded expectorate v1.2.0
14312026-06-25T04:03:23.671Z Downloaded unarray v0.1.4
14322026-06-25T04:03:23.671Z Downloaded unicode-linebreak v0.1.5
14332026-06-25T04:03:23.671Z Downloaded schemars v0.8.22
14342026-06-25T04:03:23.671Z Downloaded rand v0.8.6
14352026-06-25T04:03:23.671Z Downloaded typeid v1.0.3
14362026-06-25T04:03:23.671Z Downloaded jiff-static v0.2.28
14372026-06-25T04:03:23.671Z Downloaded usdt v0.5.0
14382026-06-25T04:03:23.671Z Downloaded untrusted v0.7.1
14392026-06-25T04:03:23.671Z Downloaded icu_collections v2.2.0
14402026-06-25T04:03:23.671Z Downloaded usdt-attr-macro v0.6.0
14412026-06-25T04:03:23.671Z Downloaded universal-hash v0.5.1
14422026-06-25T04:03:23.671Z Downloaded unit-prefix v0.5.2
14432026-06-25T04:03:23.672Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14442026-06-25T04:03:23.672Z Downloaded thin-vec v0.2.18
14452026-06-25T04:03:23.672Z Downloaded unicode-xid v0.2.6
14462026-06-25T04:03:23.672Z Downloaded tempfile v3.27.0
14472026-06-25T04:03:23.672Z Downloaded thread_local v1.1.9
14482026-06-25T04:03:23.672Z Downloaded thiserror-no-std v2.0.2
14492026-06-25T04:03:23.672Z Downloaded toml_writer v1.1.1+spec-1.1.0
14502026-06-25T04:03:23.672Z Downloaded toml_write v0.1.2
14512026-06-25T04:03:23.672Z Downloaded usdt v0.6.0
14522026-06-25T04:03:23.672Z Downloaded usdt-macro v0.5.0
14532026-06-25T04:03:23.672Z Downloaded usdt-attr-macro v0.5.0
14542026-06-25T04:03:23.672Z Downloaded spin v0.9.8
14552026-06-25T04:03:23.672Z Downloaded thiserror-impl v1.0.69
14562026-06-25T04:03:23.672Z Downloaded untrusted v0.9.0
14572026-06-25T04:03:23.672Z Downloaded utf8_iter v1.0.4
14582026-06-25T04:03:23.672Z Downloaded thiserror-impl-no-std v2.0.2
14592026-06-25T04:03:23.672Z Downloaded ryu v1.0.23
14602026-06-25T04:03:23.672Z Downloaded serde_core v1.0.228
14612026-06-25T04:03:23.672Z Downloaded serde_derive v1.0.228
14622026-06-25T04:03:23.672Z Downloaded tinystr v0.8.3
14632026-06-25T04:03:23.672Z Downloaded try-lock v0.2.5
14642026-06-25T04:03:23.672Z Downloaded utf-8 v0.7.6
14652026-06-25T04:03:23.672Z Downloaded quinn v0.11.9
14662026-06-25T04:03:23.672Z Downloaded utf8parse v0.2.2
14672026-06-25T04:03:23.672Z Downloaded usdt-macro v0.6.0
14682026-06-25T04:03:23.672Z Downloaded waitgroup v0.1.2
14692026-06-25T04:03:23.672Z Downloaded want v0.3.1
14702026-06-25T04:03:23.672Z Downloaded wait-timeout v0.2.1
14712026-06-25T04:03:23.672Z Downloaded term v1.2.1
14722026-06-25T04:03:23.672Z Downloaded tokio-rustls v0.26.4
14732026-06-25T04:03:23.672Z Downloaded typify-macro v0.4.3
14742026-06-25T04:03:23.672Z Downloaded zerofrom-derive v0.1.7
14752026-06-25T04:03:23.672Z Downloaded minimal-lexical v0.2.1
14762026-06-25T04:03:23.672Z Downloaded http v1.4.1
14772026-06-25T04:03:23.672Z Downloaded yoke-derive v0.8.2
14782026-06-25T04:03:23.672Z Downloaded zone_cfg_derive v0.3.1
14792026-06-25T04:03:23.672Z Downloaded zone v0.3.1
14802026-06-25T04:03:23.672Z Downloaded similar v2.7.0
14812026-06-25T04:03:23.672Z Downloaded toml_parser v1.1.2+spec-1.1.0
14822026-06-25T04:03:23.672Z Downloaded thiserror-impl v2.0.18
14832026-06-25T04:03:23.673Z Downloaded slog v2.8.2
14842026-06-25T04:03:23.673Z Downloaded rand v0.9.4
14852026-06-25T04:03:23.673Z Downloaded usdt-impl v0.5.0
14862026-06-25T04:03:23.673Z Downloaded prettyplease v0.2.37
14872026-06-25T04:03:23.673Z Downloaded serde v1.0.228
14882026-06-25T04:03:23.673Z Downloaded itertools v0.12.1
14892026-06-25T04:03:23.673Z Downloaded snafu v0.8.9
14902026-06-25T04:03:23.673Z Downloaded tinyvec v1.11.0
14912026-06-25T04:03:23.673Z Downloaded socket2 v0.6.4
14922026-06-25T04:03:23.673Z Downloaded whoami v1.6.1
14932026-06-25T04:03:23.673Z Downloaded tokio-stream v0.1.18
14942026-06-25T04:03:23.673Z Downloaded memchr v2.8.1
14952026-06-25T04:03:23.673Z Downloaded ucd-trie v0.1.7
14962026-06-25T04:03:23.673Z Downloaded toml v0.8.23
14972026-06-25T04:03:23.673Z Downloaded zerofrom v0.1.8
14982026-06-25T04:03:23.673Z Downloaded walkdir v2.5.0
14992026-06-25T04:03:23.673Z Downloaded zeroize v1.8.2
15002026-06-25T04:03:23.673Z Downloaded vsss-rs v3.3.4
15012026-06-25T04:03:23.673Z Downloaded test-strategy v0.4.5
15022026-06-25T04:03:23.673Z Downloaded rand v0.10.1
15032026-06-25T04:03:23.673Z Downloaded clap_builder v4.6.0
15042026-06-25T04:03:23.673Z Downloaded xz2 v0.1.7
15052026-06-25T04:03:23.676Z Downloaded toml v1.1.2+spec-1.1.0
15062026-06-25T04:03:23.676Z Downloaded toml v0.9.12+spec-1.1.0
15072026-06-25T04:03:23.676Z Downloaded version_check v0.9.5
15082026-06-25T04:03:23.676Z Downloaded aho-corasick v1.1.4
15092026-06-25T04:03:23.676Z Downloaded textwrap v0.16.2
15102026-06-25T04:03:23.677Z Downloaded usdt-impl v0.6.0
15112026-06-25T04:03:23.677Z Downloaded nom v7.1.3
15122026-06-25T04:03:23.677Z Downloaded serde_yaml v0.9.34+deprecated
15132026-06-25T04:03:23.677Z Downloaded tungstenite v0.21.0
15142026-06-25T04:03:23.677Z Downloaded typify v0.6.2
15152026-06-25T04:03:23.677Z Downloaded typify v0.4.3
15162026-06-25T04:03:23.677Z Downloaded writeable v0.6.3
15172026-06-25T04:03:23.677Z Downloaded zerocopy-derive v0.7.35
15182026-06-25T04:03:23.677Z Downloaded pest v2.8.6
15192026-06-25T04:03:23.677Z Downloaded icu_properties_data v2.2.0
15202026-06-25T04:03:23.677Z Downloaded schemars v1.2.1
15212026-06-25T04:03:23.677Z Downloaded zmij v1.0.21
15222026-06-25T04:03:23.677Z Downloaded zeroize_derive v1.4.3
15232026-06-25T04:03:23.677Z Downloaded zerovec-derive v0.11.3
15242026-06-25T04:03:23.677Z Downloaded unsafe-libyaml v0.2.11
15252026-06-25T04:03:23.677Z Downloaded unicode-ident v1.0.24
15262026-06-25T04:03:23.677Z Downloaded tracing-core v0.1.36
15272026-06-25T04:03:23.677Z Downloaded hyper v1.10.1
15282026-06-25T04:03:23.677Z Downloaded toml_datetime v0.7.5+spec-1.1.0
15292026-06-25T04:03:23.677Z Downloaded hashbrown v0.15.5
15302026-06-25T04:03:23.677Z Downloaded dropshot-api-manager v0.7.2
15312026-06-25T04:03:23.677Z Downloaded h2 v0.4.14
15322026-06-25T04:03:23.677Z Downloaded ron v0.12.1
15332026-06-25T04:03:23.677Z Downloaded rustls-webpki v0.103.13
15342026-06-25T04:03:23.677Z Downloaded toml_edit v0.19.15
15352026-06-25T04:03:23.677Z Downloaded yoke v0.8.3
15362026-06-25T04:03:23.677Z Downloaded schemars v0.9.0
15372026-06-25T04:03:23.677Z Downloaded itertools v0.14.0
15382026-06-25T04:03:23.677Z Downloaded hashbrown v0.17.1
15392026-06-25T04:03:23.677Z Downloaded toml_edit v0.25.12+spec-1.1.0
15402026-06-25T04:03:23.677Z Downloaded url v2.5.8
15412026-06-25T04:03:23.677Z Downloaded iddqd v0.4.2
15422026-06-25T04:03:23.677Z Downloaded toml_edit v0.22.27
15432026-06-25T04:03:23.677Z Downloaded hashbrown v0.16.1
15442026-06-25T04:03:23.677Z Downloaded nom v8.0.0
15452026-06-25T04:03:23.677Z Downloaded uuid v1.23.2
15462026-06-25T04:03:23.677Z Downloaded zerotrie v0.2.4
15472026-06-25T04:03:23.677Z Downloaded tower v0.5.3
15482026-06-25T04:03:23.678Z Downloaded tracing-attributes v0.1.31
15492026-06-25T04:03:23.678Z Downloaded steno v0.4.1
15502026-06-25T04:03:23.678Z Downloaded rayon v1.12.0
15512026-06-25T04:03:23.678Z Downloaded hkdf v0.12.4
15522026-06-25T04:03:23.678Z Downloaded futures-util v0.3.32
15532026-06-25T04:03:23.678Z Downloaded libm v0.2.16
15542026-06-25T04:03:23.678Z Downloaded reqwest v0.13.4
15552026-06-25T04:03:23.678Z Downloaded chrono v0.4.45
15562026-06-25T04:03:23.678Z Downloaded tokio-util v0.7.18
15572026-06-25T04:03:23.678Z Downloaded tough v0.22.0
15582026-06-25T04:03:23.678Z Downloaded goblin v0.8.2
15592026-06-25T04:03:23.678Z Downloaded typenum v1.20.1
15602026-06-25T04:03:23.678Z Downloaded unicode-segmentation v1.13.3
15612026-06-25T04:03:23.678Z Downloaded zerocopy-derive v0.8.50
15622026-06-25T04:03:23.678Z Downloaded zerovec v0.11.6
15632026-06-25T04:03:23.681Z Downloaded tower-http v0.6.11
15642026-06-25T04:03:23.684Z Downloaded reqwest v0.12.28
15652026-06-25T04:03:23.687Z Downloaded typed-path v0.9.3
15662026-06-25T04:03:23.690Z Downloaded serde_with v3.20.0
15672026-06-25T04:03:23.700Z Downloaded serde_json v1.0.150
15682026-06-25T04:03:23.711Z Downloaded regex v1.12.3
15692026-06-25T04:03:23.720Z Downloaded portable-atomic v1.13.1
15702026-06-25T04:03:23.724Z Downloaded quinn-proto v0.11.14
15712026-06-25T04:03:23.728Z Downloaded proptest v1.11.0
15722026-06-25T04:03:23.734Z Downloaded zerocopy v0.7.35
15732026-06-25T04:03:23.741Z Downloaded curve25519-dalek v4.1.3
15742026-06-25T04:03:23.745Z Downloaded winnow v0.5.40
15752026-06-25T04:03:23.750Z Downloaded unicode-normalization v0.1.25
15762026-06-25T04:03:23.794Z Downloaded syn v1.0.109
15772026-06-25T04:03:23.798Z Downloaded tabled v0.15.0
15782026-06-25T04:03:23.805Z Downloaded webpki-roots v1.0.7
15792026-06-25T04:03:23.823Z Downloaded bstr v1.12.1
15802026-06-25T04:03:23.860Z Downloaded smoltcp v0.11.0
15812026-06-25T04:03:23.865Z Downloaded nix v0.31.3
15822026-06-25T04:03:23.871Z Downloaded moka v0.12.15
15832026-06-25T04:03:23.883Z Downloaded winnow v1.0.3
15842026-06-25T04:03:23.888Z Downloaded goblin v0.10.7
15852026-06-25T04:03:23.892Z Downloaded openapiv3 v2.2.0
15862026-06-25T04:03:23.898Z Downloaded tabled v0.21.0
15872026-06-25T04:03:23.908Z Downloaded zerocopy v0.8.50
15882026-06-25T04:03:23.918Z Downloaded syn v2.0.117
15892026-06-25T04:03:23.925Z Downloaded time v0.3.47
15902026-06-25T04:03:23.930Z Downloaded rustix v0.38.44
15912026-06-25T04:03:23.943Z Downloaded winnow v0.7.15
15922026-06-25T04:03:23.948Z Downloaded regex-syntax v0.8.10
15932026-06-25T04:03:23.953Z Downloaded vcpkg v0.2.15
15942026-06-25T04:03:23.975Z Downloaded rustix v1.1.4
15952026-06-25T04:03:23.988Z Downloaded openssl v0.10.80
15962026-06-25T04:03:23.996Z Downloaded dropshot v0.17.1
15972026-06-25T04:03:24.008Z Downloaded unicode-width v0.1.14
15982026-06-25T04:03:24.017Z Downloaded sled v0.34.7
15992026-06-25T04:03:24.027Z Downloaded unicode-width v0.2.2
16002026-06-25T04:03:24.032Z Downloaded typify-impl v0.6.2
16012026-06-25T04:03:24.043Z Downloaded hickory-proto v0.24.4
16022026-06-25T04:03:24.057Z Downloaded typify-impl v0.4.3
16032026-06-25T04:03:24.065Z Downloaded regress v0.11.1
16042026-06-25T04:03:24.073Z Downloaded hickory-proto v0.25.2
16052026-06-25T04:03:24.085Z Downloaded regress v0.10.5
16062026-06-25T04:03:24.095Z Downloaded rustls v0.23.40
16072026-06-25T04:03:24.099Z Downloaded rhai v1.25.1
16082026-06-25T04:03:24.118Z Downloaded chrono-tz v0.10.4
16092026-06-25T04:03:24.141Z Downloaded lzma-sys v0.1.20
16102026-06-25T04:03:24.182Z Downloaded csv v1.4.0
16112026-06-25T04:03:24.199Z Downloaded sha3 v0.10.9
16122026-06-25T04:03:24.202Z Downloaded tracing v0.1.44
16132026-06-25T04:03:24.276Z Downloaded regex-automata v0.4.14
16142026-06-25T04:03:24.284Z Downloaded ring v0.17.14
16152026-06-25T04:03:24.310Z Downloaded petgraph v0.6.5
16162026-06-25T04:03:24.328Z Downloaded jiff v0.2.28
16172026-06-25T04:03:24.338Z Downloaded libc v0.2.186
16182026-06-25T04:03:24.358Z Downloaded petgraph v0.8.3
16192026-06-25T04:03:24.383Z Downloaded tokio v1.52.3
16202026-06-25T04:03:24.413Z Downloaded encoding_rs v0.8.35
16212026-06-25T04:03:24.997Z Downloaded aws-lc-sys v0.41.0
16222026-06-25T04:03:25.341Z Compiling proc-macro2 v1.0.106
16232026-06-25T04:03:25.341Z Compiling quote v1.0.45
16242026-06-25T04:03:25.341Z Compiling unicode-ident v1.0.24
16252026-06-25T04:03:25.342Z Compiling serde_core v1.0.228
16262026-06-25T04:03:25.342Z Compiling serde v1.0.228
16272026-06-25T04:03:25.342Z Compiling libc v0.2.186
16282026-06-25T04:03:25.342Z Compiling cfg-if v1.0.4
16292026-06-25T04:03:25.648Z Compiling zmij v1.0.21
16302026-06-25T04:03:25.664Z Compiling autocfg v1.5.1
16312026-06-25T04:03:25.966Z Compiling memchr v2.8.1
16322026-06-25T04:03:26.028Z Compiling libm v0.2.16
16332026-06-25T04:03:26.354Z Compiling itoa v1.0.18
16342026-06-25T04:03:26.406Z Compiling icu_properties_data v2.2.0
16352026-06-25T04:03:26.629Z Compiling icu_normalizer_data v2.2.0
16362026-06-25T04:03:26.647Z Compiling version_check v0.9.5
16372026-06-25T04:03:26.667Z Compiling stable_deref_trait v1.2.1
16382026-06-25T04:03:26.802Z Compiling syn v2.0.117
16392026-06-25T04:03:26.855Z Compiling serde_json v1.0.150
16402026-06-25T04:03:27.052Z Compiling parking_lot_core v0.9.12
16412026-06-25T04:03:27.055Z Compiling litemap v0.8.2
16422026-06-25T04:03:27.230Z Compiling writeable v0.6.3
16432026-06-25T04:03:27.283Z Compiling num-traits v0.2.19
16442026-06-25T04:03:27.304Z Compiling utf8_iter v1.0.4
16452026-06-25T04:03:27.475Z Compiling percent-encoding v2.3.2
16462026-06-25T04:03:27.641Z Compiling thiserror v2.0.18
16472026-06-25T04:03:27.689Z Compiling form_urlencoded v1.2.2
16482026-06-25T04:03:27.721Z Compiling rand_core v0.10.1
16492026-06-25T04:03:27.755Z Compiling getrandom v0.4.2
16502026-06-25T04:03:27.896Z Compiling zerocopy v0.8.50
16512026-06-25T04:03:27.974Z Compiling errno v0.3.14
16522026-06-25T04:03:28.077Z Compiling heck v0.5.0
16532026-06-25T04:03:28.150Z Compiling iana-time-zone v0.1.65
16542026-06-25T04:03:28.330Z Compiling uuid v1.23.2
16552026-06-25T04:03:28.509Z Compiling jobserver v0.1.34
16562026-06-25T04:03:28.595Z Compiling shlex v2.0.1
16572026-06-25T04:03:28.791Z Compiling find-msvc-tools v0.1.9
16582026-06-25T04:03:28.848Z Compiling rustversion v1.0.22
16592026-06-25T04:03:28.953Z Compiling cc v1.2.63
16602026-06-25T04:03:28.978Z Compiling semver v1.0.28
16612026-06-25T04:03:29.035Z Compiling schemars v0.8.22
16622026-06-25T04:03:29.178Z Compiling dyn-clone v1.0.20
16632026-06-25T04:03:29.365Z Compiling pin-project-lite v0.2.17
16642026-06-25T04:03:29.368Z Compiling getrandom v0.2.17
16652026-06-25T04:03:29.476Z Compiling scopeguard v1.2.0
16662026-06-25T04:03:29.585Z Compiling lock_api v0.4.14
16672026-06-25T04:03:29.625Z Compiling bitflags v2.12.1
16682026-06-25T04:03:29.686Z Compiling socket2 v0.6.4
16692026-06-25T04:03:29.818Z Compiling synstructure v0.13.2
16702026-06-25T04:03:29.841Z Compiling serde_derive_internals v0.29.1
16712026-06-25T04:03:29.952Z Compiling cmake v0.1.58
16722026-06-25T04:03:30.056Z Compiling signal-hook-registry v1.4.8
16732026-06-25T04:03:30.252Z Compiling mio v1.2.1
16742026-06-25T04:03:30.334Z Compiling dunce v1.0.5
16752026-06-25T04:03:30.357Z Compiling fs_extra v1.3.0
16762026-06-25T04:03:30.441Z Compiling portable-atomic v1.13.1
16772026-06-25T04:03:30.511Z Compiling log v0.4.32
16782026-06-25T04:03:30.533Z Compiling futures-core v0.3.32
16792026-06-25T04:03:30.573Z Compiling critical-section v1.2.0
16802026-06-25T04:03:30.621Z Compiling aws-lc-sys v0.41.0
16812026-06-25T04:03:30.687Z Compiling subtle v2.6.1
16822026-06-25T04:03:30.690Z Compiling equivalent v1.0.2
16832026-06-25T04:03:30.814Z Compiling httparse v1.10.1
16842026-06-25T04:03:30.865Z Compiling futures-sink v0.3.32
16852026-06-25T04:03:30.961Z Compiling slab v0.4.12
16862026-06-25T04:03:30.977Z Compiling rustix v1.1.4
16872026-06-25T04:03:30.980Z Compiling thiserror v1.0.69
16882026-06-25T04:03:31.024Z Compiling serde_derive v1.0.228
16892026-06-25T04:03:31.140Z Compiling zerofrom-derive v0.1.7
16902026-06-25T04:03:31.162Z Compiling yoke-derive v0.8.2
16912026-06-25T04:03:31.179Z Compiling zerovec-derive v0.11.3
16922026-06-25T04:03:31.305Z Compiling displaydoc v0.2.6
16932026-06-25T04:03:31.363Z Compiling schemars_derive v0.8.22
16942026-06-25T04:03:31.495Z Compiling thiserror-impl v2.0.18
16952026-06-25T04:03:31.723Z Compiling tokio-macros v2.7.0
16962026-06-25T04:03:32.140Z Compiling zerocopy-derive v0.8.50
16972026-06-25T04:03:32.269Z Compiling zeroize_derive v1.4.3
16982026-06-25T04:03:32.303Z Compiling futures-macro v0.3.32
16992026-06-25T04:03:32.351Z Compiling zerofrom v0.1.8
17002026-06-25T04:03:32.488Z Compiling yoke v0.8.3
17012026-06-25T04:03:32.505Z Compiling once_cell v1.21.4
17022026-06-25T04:03:32.605Z Compiling ucd-trie v0.1.7
17032026-06-25T04:03:32.694Z Compiling zerovec v0.11.6
17042026-06-25T04:03:32.755Z Compiling zerotrie v0.2.4
17052026-06-25T04:03:32.885Z Compiling pest v2.8.6
17062026-06-25T04:03:32.952Z Compiling typenum v1.20.1
17072026-06-25T04:03:32.969Z Compiling zeroize v1.8.2
17082026-06-25T04:03:33.152Z Compiling thiserror-impl v1.0.69
17092026-06-25T04:03:33.202Z Compiling futures-channel v0.3.32
17102026-06-25T04:03:33.226Z Compiling futures-io v0.3.32
17112026-06-25T04:03:33.311Z Compiling tinystr v0.8.3
17122026-06-25T04:03:33.426Z Compiling potential_utf v0.1.5
17132026-06-25T04:03:33.454Z Compiling futures-task v0.3.32
17142026-06-25T04:03:33.532Z Compiling icu_locale_core v2.2.0
17152026-06-25T04:03:33.613Z Compiling icu_collections v2.2.0
17162026-06-25T04:03:33.630Z Compiling futures-util v0.3.32
17172026-06-25T04:03:34.104Z Compiling pest_meta v2.8.6
17182026-06-25T04:03:34.277Z Compiling smallvec v1.15.1
17192026-06-25T04:03:34.321Z Compiling bytes v1.11.1
17202026-06-25T04:03:34.356Z Compiling icu_provider v2.2.0
17212026-06-25T04:03:34.374Z Compiling chrono v0.4.45
17222026-06-25T04:03:34.945Z Compiling icu_properties v2.2.0
17232026-06-25T04:03:34.963Z Compiling icu_normalizer v2.2.0
17242026-06-25T04:03:35.176Z Compiling parking_lot v0.12.5
17252026-06-25T04:03:35.315Z Compiling serde_tokenstream v0.2.3
17262026-06-25T04:03:35.611Z Compiling tokio v1.52.3
17272026-06-25T04:03:36.054Z Compiling idna_adapter v1.2.2
17282026-06-25T04:03:36.179Z Compiling idna v1.1.0
17292026-06-25T04:03:36.223Z Compiling pest_generator v2.8.6
17302026-06-25T04:03:36.430Z Compiling regex-syntax v0.8.10
17312026-06-25T04:03:36.489Z Compiling getrandom v0.3.4
17322026-06-25T04:03:36.709Z Compiling url v2.5.8
17332026-06-25T04:03:36.744Z Compiling strsim v0.11.1
17342026-06-25T04:03:36.844Z Compiling rand_core v0.6.4
17352026-06-25T04:03:36.873Z Compiling pest_derive v2.8.6
17362026-06-25T04:03:37.068Z Compiling aho-corasick v1.1.4
17372026-06-25T04:03:37.146Z Compiling hashbrown v0.17.1
17382026-06-25T04:03:37.827Z Compiling byteorder v1.5.0
17392026-06-25T04:03:37.845Z Compiling indexmap v2.14.0
17402026-06-25T04:03:38.099Z Compiling regex-automata v0.4.14
17412026-06-25T04:03:38.311Z Compiling tracing-core v0.1.36
17422026-06-25T04:03:38.458Z Compiling ipnetwork v0.21.1
17432026-06-25T04:03:38.499Z Compiling tracing-attributes v0.1.31
17442026-06-25T04:03:38.683Z Compiling ident_case v1.0.1
17452026-06-25T04:03:38.819Z Compiling slog v2.8.2
17462026-06-25T04:03:39.149Z Compiling anyhow v1.0.102
17472026-06-25T04:03:39.266Z Compiling base64 v0.22.1
17482026-06-25T04:03:39.318Z Compiling paste v1.0.15
17492026-06-25T04:03:39.537Z Compiling fnv v1.0.7
17502026-06-25T04:03:39.719Z Compiling tracing v0.1.44
17512026-06-25T04:03:39.751Z Compiling regex v1.12.3
17522026-06-25T04:03:40.038Z Compiling erased-serde v0.3.31
17532026-06-25T04:03:40.328Z Compiling omicron-workspace-hack v0.1.0
17542026-06-25T04:03:40.631Z Compiling http v1.4.1
17552026-06-25T04:03:41.217Z Compiling oxnet v0.1.6
17562026-06-25T04:03:41.604Z Compiling rustls-pki-types v1.14.1
17572026-06-25T04:03:42.000Z Compiling scroll_derive v0.13.1
17582026-06-25T04:03:42.408Z Compiling ring v0.17.14
17592026-06-25T04:03:42.474Z Compiling aws-lc-rs v1.17.0
17602026-06-25T04:03:42.477Z Compiling time-core v0.1.8
17612026-06-25T04:03:42.643Z Compiling num-conv v0.2.2
17622026-06-25T04:03:42.800Z Compiling time-macros v0.2.27
17632026-06-25T04:03:42.902Z Compiling tokio-util v0.7.18
17642026-06-25T04:03:43.298Z Compiling ipnet v2.12.0
17652026-06-25T04:03:43.786Z Compiling untrusted v0.9.0
17662026-06-25T04:03:43.805Z Compiling untrusted v0.7.1
17672026-06-25T04:03:43.940Z Compiling ppv-lite86 v0.2.21
17682026-06-25T04:03:44.190Z Compiling async-trait v0.1.89
17692026-06-25T04:03:44.275Z Compiling daft-derive v0.1.7
17702026-06-25T04:03:44.454Z Compiling camino v1.2.2
17712026-06-25T04:03:44.522Z Compiling rustls v0.23.40
17722026-06-25T04:03:44.761Z Compiling crc32fast v1.5.0
17732026-06-25T04:03:44.906Z Compiling http-body v1.0.1
17742026-06-25T04:03:45.080Z Compiling usdt-impl v0.6.0
17752026-06-25T04:03:45.112Z Compiling pretty-hex v0.4.2
17762026-06-25T04:03:45.132Z Compiling atomic-waker v1.1.2
17772026-06-25T04:03:45.225Z Compiling crossbeam-utils v0.8.21
17782026-06-25T04:03:45.343Z Compiling scroll v0.13.0
17792026-06-25T04:03:45.573Z Compiling tower-layer v0.3.3
17802026-06-25T04:03:45.604Z Compiling try-lock v0.2.5
17812026-06-25T04:03:45.724Z Compiling ryu v1.0.23
17822026-06-25T04:03:45.739Z Compiling plain v0.2.3
17832026-06-25T04:03:45.766Z Compiling tower-service v0.3.3
17842026-06-25T04:03:45.868Z Compiling goblin v0.10.7
17852026-06-25T04:03:46.006Z Compiling want v0.3.1
17862026-06-25T04:03:46.188Z Compiling h2 v0.4.14
17872026-06-25T04:03:46.969Z Compiling slog-async v2.8.0
17882026-06-25T04:03:47.175Z Compiling httpdate v1.0.3
17892026-06-25T04:03:47.582Z Compiling dtrace-parser v0.3.0
17902026-06-25T04:03:47.624Z Compiling thread-id v5.1.0
17912026-06-25T04:03:47.717Z Compiling ref-cast v1.0.25
17922026-06-25T04:03:48.567Z Compiling dof v0.4.0
17932026-06-25T04:03:49.545Z Compiling hyper v1.10.1
17942026-06-25T04:03:50.067Z Compiling rand_core v0.9.5
17952026-06-25T04:03:50.249Z Compiling serde_urlencoded v0.7.1
17962026-06-25T04:03:50.327Z Compiling http-body-util v0.1.3
17972026-06-25T04:03:50.556Z Compiling ref-cast-impl v1.0.25
17982026-06-25T04:03:50.796Z Compiling syn v1.0.109
17992026-06-25T04:03:51.138Z Compiling hyper-util v0.1.20
18002026-06-25T04:03:51.916Z Compiling usdt-macro v0.6.0
18012026-06-25T04:03:52.514Z Compiling usdt-attr-macro v0.6.0
18022026-06-25T04:03:52.797Z Compiling structmeta-derive v0.3.0
18032026-06-25T04:03:53.402Z Compiling multer v3.1.0
18042026-06-25T04:03:53.673Z Compiling foldhash v0.2.0
18052026-06-25T04:03:53.918Z Compiling powerfmt v0.2.0
18062026-06-25T04:03:53.937Z Compiling allocator-api2 v0.2.21
18072026-06-25T04:03:53.968Z Compiling structmeta v0.3.0
18082026-06-25T04:03:54.111Z Compiling deranged v0.5.8
18092026-06-25T04:03:54.169Z Compiling rand_chacha v0.9.0
18102026-06-25T04:03:54.319Z Compiling hashbrown v0.16.1
18112026-06-25T04:03:54.561Z Compiling darling_core v0.23.0
18122026-06-25T04:03:54.725Z Compiling newtype-uuid-macros v0.1.0
18132026-06-25T04:03:55.170Z Compiling num_threads v0.1.7
18142026-06-25T04:03:55.270Z Compiling rand v0.9.4
18152026-06-25T04:03:55.370Z Compiling time v0.3.47
18162026-06-25T04:03:55.531Z Compiling newtype-uuid v1.3.2
18172026-06-25T04:03:55.990Z Compiling strum_macros v0.26.4
18182026-06-25T04:03:56.416Z Compiling async-stream-impl v0.3.6
18192026-06-25T04:03:56.463Z Compiling sync_wrapper v1.0.2
18202026-06-25T04:03:56.581Z Compiling dropshot v0.17.1
18212026-06-25T04:03:56.599Z Compiling darling_macro v0.23.0
18222026-06-25T04:03:57.079Z Compiling hex v0.4.3
18232026-06-25T04:03:57.226Z Compiling darling v0.23.0
18242026-06-25T04:03:57.264Z Compiling tower v0.5.3
18252026-06-25T04:03:57.315Z Compiling daft v0.1.7
18262026-06-25T04:03:57.376Z Compiling crossbeam-channel v0.5.15
18272026-06-25T04:03:57.626Z Compiling webpki-roots v1.0.7
18282026-06-25T04:03:57.664Z Compiling openapiv3 v2.2.0
18292026-06-25T04:03:58.060Z Compiling generic-array v0.14.7
18302026-06-25T04:03:58.314Z Compiling fastrand v2.4.1
18312026-06-25T04:03:58.581Z Compiling tower-http v0.6.11
18322026-06-25T04:03:58.635Z Compiling serde_with_macros v3.20.0
18332026-06-25T04:03:59.238Z Compiling futures-executor v0.3.32
18342026-06-25T04:03:59.455Z Compiling dropshot_endpoint v0.17.1
18352026-06-25T04:03:59.710Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18362026-06-25T04:03:59.747Z Compiling thread_local v1.1.9
18372026-06-25T04:04:00.022Z Compiling cpufeatures v0.3.0
18382026-06-25T04:04:00.083Z Compiling openssl-probe v0.2.1
18392026-06-25T04:04:00.194Z Compiling futures v0.3.32
18402026-06-25T04:04:00.284Z Compiling rustls-native-certs v0.8.4
18412026-06-25T04:04:00.875Z Compiling derive-ex v0.1.8
18422026-06-25T04:04:01.118Z Compiling strum_macros v0.27.2
18432026-06-25T04:04:01.145Z Compiling is-terminal v0.4.17
18442026-06-25T04:04:01.255Z Compiling take_mut v0.2.2
18452026-06-25T04:04:01.377Z Compiling winnow v1.0.3
18462026-06-25T04:04:02.084Z Compiling term v1.2.1
18472026-06-25T04:04:02.447Z Compiling test-strategy v0.4.5
18482026-06-25T04:04:02.849Z Compiling slog-term v2.9.2
18492026-06-25T04:04:03.890Z Compiling tempfile v3.27.0
18502026-06-25T04:04:04.253Z Compiling macaddr v1.0.1
18512026-06-25T04:04:04.532Z Compiling hybrid-array v0.4.12
18522026-06-25T04:04:04.941Z Compiling adler2 v2.0.1
18532026-06-25T04:04:04.961Z Compiling match_cfg v0.1.0
18542026-06-25T04:04:05.013Z Compiling simd-adler32 v0.3.9
18552026-06-25T04:04:05.042Z Compiling hostname v0.3.1
18562026-06-25T04:04:05.208Z Compiling miniz_oxide v0.8.9
18572026-06-25T04:04:05.983Z Compiling slog-json v2.6.1
18582026-06-25T04:04:06.238Z Compiling memmap2 v0.9.10
18592026-06-25T04:04:06.569Z Compiling usdt v0.6.0
18602026-06-25T04:04:06.620Z Compiling slog-bunyan v2.5.0
18612026-06-25T04:04:06.678Z Compiling flate2 v1.1.9
18622026-06-25T04:04:06.798Z Compiling crypto-common v0.2.2
18632026-06-25T04:04:07.217Z Compiling block-buffer v0.12.0
18642026-06-25T04:04:07.235Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18652026-06-25T04:04:07.373Z Compiling debug-ignore v1.0.5
18662026-06-25T04:04:07.407Z Compiling either v1.16.0
18672026-06-25T04:04:07.490Z Compiling const-oid v0.10.2
18682026-06-25T04:04:07.637Z Compiling compression-core v0.4.32
18692026-06-25T04:04:07.818Z Compiling compression-codecs v0.4.38
18702026-06-25T04:04:07.873Z Compiling digest v0.11.3
18712026-06-25T04:04:08.099Z Compiling toml_parser v1.1.2+spec-1.1.0
18722026-06-25T04:04:08.153Z Compiling crypto-common v0.1.7
18732026-06-25T04:04:08.183Z Compiling parse-display-derive v0.10.0
18742026-06-25T04:04:08.332Z Compiling rand_chacha v0.3.1
18752026-06-25T04:04:08.383Z Compiling toml_datetime v1.1.1+spec-1.1.0
18762026-06-25T04:04:08.499Z Compiling serde_spanned v1.1.1
18772026-06-25T04:04:08.655Z Compiling encoding_rs v0.8.35
18782026-06-25T04:04:08.812Z Compiling mime v0.3.17
18792026-06-25T04:04:08.967Z Compiling spin v0.9.8
18802026-06-25T04:04:09.035Z Compiling toml_writer v1.1.1+spec-1.1.0
18812026-06-25T04:04:09.292Z Compiling toml v1.1.2+spec-1.1.0
18822026-06-25T04:04:09.292Z Compiling rand v0.8.6
18832026-06-25T04:04:09.414Z Compiling sha1 v0.11.0
18842026-06-25T04:04:09.618Z Compiling async-compression v0.4.42
18852026-06-25T04:04:09.820Z Compiling strum v0.26.3
18862026-06-25T04:04:09.962Z Compiling async-stream v0.3.6
18872026-06-25T04:04:10.126Z Compiling waitgroup v0.1.2
18882026-06-25T04:04:10.157Z Compiling rustls-pemfile v2.2.0
18892026-06-25T04:04:10.287Z Compiling serde_path_to_error v0.1.20
18902026-06-25T04:04:10.335Z Compiling hostname v0.4.2
18912026-06-25T04:04:10.436Z Compiling wait-timeout v0.2.1
18922026-06-25T04:04:10.905Z Compiling bit-vec v0.8.0
18932026-06-25T04:04:10.925Z Compiling quick-error v1.2.3
18942026-06-25T04:04:11.060Z Compiling rusty-fork v0.3.1
18952026-06-25T04:04:11.089Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18962026-06-25T04:04:11.208Z Compiling bit-set v0.8.0
18972026-06-25T04:04:11.261Z Compiling serde_with v3.20.0
18982026-06-25T04:04:11.407Z Compiling rand_xorshift v0.4.0
18992026-06-25T04:04:11.603Z Compiling unarray v0.1.4
19002026-06-25T04:04:11.729Z Compiling proptest v1.11.0
19012026-06-25T04:04:11.883Z Compiling strum v0.27.2
19022026-06-25T04:04:12.043Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19032026-06-25T04:04:12.201Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19042026-06-25T04:04:12.295Z Compiling instant v0.1.13
19052026-06-25T04:04:12.610Z Compiling itertools v0.14.0
19062026-06-25T04:04:12.672Z Compiling iddqd v0.4.2
19072026-06-25T04:04:13.362Z Compiling unicode-width v0.2.2
19082026-06-25T04:04:13.719Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19092026-06-25T04:04:13.888Z Compiling block-buffer v0.10.4
19102026-06-25T04:04:14.012Z Compiling backon v1.6.0
19112026-06-25T04:04:14.066Z Compiling regress v0.10.5
19122026-06-25T04:04:14.083Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19132026-06-25T04:04:15.938Z Compiling digest v0.10.7
19142026-06-25T04:04:15.960Z Compiling backoff v0.4.0
19152026-06-25T04:04:16.187Z Compiling parse-display v0.10.0
19162026-06-25T04:04:16.618Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19172026-06-25T04:04:17.207Z Compiling humantime v2.3.0
19182026-06-25T04:04:18.964Z Compiling regress v0.11.1
19192026-06-25T04:04:20.064Z Compiling zerocopy-derive v0.7.35
19202026-06-25T04:04:20.458Z Compiling typify-impl v0.6.2
19212026-06-25T04:04:21.044Z Compiling darling_core v0.21.3
19222026-06-25T04:04:21.269Z Compiling clap_derive v4.6.1
19232026-06-25T04:04:21.947Z Compiling utf8parse v0.2.2
19242026-06-25T04:04:22.039Z Compiling cpufeatures v0.2.17
19252026-06-25T04:04:22.067Z Compiling convert_case v0.4.0
19262026-06-25T04:04:22.366Z Compiling derive_more v0.99.20
19272026-06-25T04:04:22.827Z Compiling anstyle-parse v1.0.0
19282026-06-25T04:04:23.123Z Compiling darling_macro v0.21.3
19292026-06-25T04:04:23.728Z Compiling terminal_size v0.4.4
19302026-06-25T04:04:23.728Z Compiling typify-macro v0.6.2
19312026-06-25T04:04:23.762Z Compiling toml_datetime v0.6.11
19322026-06-25T04:04:23.878Z Compiling anstyle v1.0.14
19332026-06-25T04:04:23.988Z Compiling is_terminal_polyfill v1.70.2
19342026-06-25T04:04:24.140Z Compiling colorchoice v1.0.5
19352026-06-25T04:04:24.164Z Compiling anstyle-query v1.1.5
19362026-06-25T04:04:24.276Z Compiling anstream v1.0.0
19372026-06-25T04:04:24.306Z Compiling darling v0.21.3
19382026-06-25T04:04:24.759Z Compiling secrecy v0.10.3
19392026-06-25T04:04:24.861Z Compiling clap_lex v1.1.0
19402026-06-25T04:04:25.072Z Compiling tinyvec_macros v0.1.1
19412026-06-25T04:04:25.278Z Compiling heapless v0.8.0
19422026-06-25T04:04:25.331Z Compiling crucible-workspace-hack v0.1.0
19432026-06-25T04:04:25.402Z Compiling typify v0.6.2
19442026-06-25T04:04:25.497Z Compiling clap_builder v4.6.0
19452026-06-25T04:04:25.614Z Compiling tinyvec v1.11.0
19462026-06-25T04:04:26.035Z Compiling ingot-macros v0.1.1
19472026-06-25T04:04:26.054Z Compiling zerocopy v0.7.35
19482026-06-25T04:04:26.527Z Compiling hash32 v0.3.1
19492026-06-25T04:04:26.552Z Compiling scroll_derive v0.12.1
19502026-06-25T04:04:26.575Z Compiling rustc_version v0.4.1
19512026-06-25T04:04:26.838Z Compiling num-integer v0.1.46
19522026-06-25T04:04:26.857Z Compiling usdt-impl v0.5.0
19532026-06-25T04:04:27.151Z Compiling smoltcp v0.11.0
19542026-06-25T04:04:27.304Z Compiling scroll v0.12.0
19552026-06-25T04:04:27.349Z Compiling clap v4.6.1
19562026-06-25T04:04:27.539Z Compiling curve25519-dalek v4.1.3
19572026-06-25T04:04:28.070Z Compiling dof v0.3.0
19582026-06-25T04:04:28.694Z Compiling ingot-types v0.1.2
19592026-06-25T04:04:29.452Z Compiling hmac v0.12.1
19602026-06-25T04:04:29.472Z Compiling dtrace-parser v0.2.0
19612026-06-25T04:04:29.475Z Compiling inout v0.1.4
19622026-06-25T04:04:29.645Z Compiling ff v0.13.1
19632026-06-25T04:04:29.663Z Compiling cobs v0.3.0
19642026-06-25T04:04:29.935Z Compiling thread-id v4.2.2
19652026-06-25T04:04:30.229Z Compiling bitflags v1.3.2
19662026-06-25T04:04:30.285Z Compiling managed v0.8.0
19672026-06-25T04:04:30.313Z Compiling unsafe-libyaml v0.2.11
19682026-06-25T04:04:30.948Z Compiling serde_yaml v0.9.34+deprecated
19692026-06-25T04:04:31.400Z Compiling postcard v1.1.3
19702026-06-25T04:04:31.601Z Compiling group v0.13.0
19712026-06-25T04:04:31.767Z Compiling cipher v0.4.4
19722026-06-25T04:04:32.025Z Compiling hkdf v0.12.4
19732026-06-25T04:04:32.178Z Compiling ingot v0.1.1
19742026-06-25T04:04:32.702Z Compiling goblin v0.8.2
19752026-06-25T04:04:33.020Z Compiling num-iter v0.1.45
19762026-06-25T04:04:33.152Z Compiling num-rational v0.4.2
19772026-06-25T04:04:34.338Z Compiling tabwriter v1.4.1
19782026-06-25T04:04:34.372Z Compiling universal-hash v0.5.1
19792026-06-25T04:04:34.518Z Compiling crypto-bigint v0.5.5
19802026-06-25T04:04:34.686Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19812026-06-25T04:04:34.686Z Compiling thiserror-impl-no-std v2.0.2
19822026-06-25T04:04:35.347Z Compiling hubpack_derive v0.1.1
19832026-06-25T04:04:35.782Z Compiling crossbeam-epoch v0.9.18
19842026-06-25T04:04:35.879Z Compiling half v2.7.1
19852026-06-25T04:04:36.106Z Compiling curve25519-dalek-derive v0.1.1
19862026-06-25T04:04:36.279Z Compiling num-complex v0.4.6
19872026-06-25T04:04:36.821Z Compiling memoffset v0.9.1
19882026-06-25T04:04:37.014Z Compiling base64ct v1.8.3
19892026-06-25T04:04:37.253Z Compiling base16ct v0.2.0
19902026-06-25T04:04:37.362Z Compiling ciborium-io v0.2.2
19912026-06-25T04:04:37.504Z Compiling prettyplease v0.2.37
19922026-06-25T04:04:37.680Z Compiling opaque-debug v0.3.1
19932026-06-25T04:04:37.698Z Compiling cfg_aliases v0.2.1
19942026-06-25T04:04:37.775Z Compiling poly1305 v0.8.0
19952026-06-25T04:04:37.778Z Compiling nix v0.31.3
19962026-06-25T04:04:38.260Z Compiling ciborium-ll v0.2.2
19972026-06-25T04:04:38.387Z Compiling elliptic-curve v0.13.8
19982026-06-25T04:04:38.686Z Compiling password-hash v0.5.0
19992026-06-25T04:04:39.567Z Compiling num v0.4.3
20002026-06-25T04:04:39.626Z Compiling hubpack v0.1.2
20012026-06-25T04:04:39.648Z Compiling thiserror-no-std v2.0.2
20022026-06-25T04:04:40.695Z Compiling chacha20 v0.9.1
20032026-06-25T04:04:40.956Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20042026-06-25T04:04:41.232Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-06-25T04:04:41.575Z Compiling reqwest v0.12.28
20062026-06-25T04:04:42.355Z Compiling toml_edit v0.25.12+spec-1.1.0
20072026-06-25T04:04:42.532Z Compiling blake2 v0.10.6
20082026-06-25T04:04:42.690Z Compiling aead v0.5.2
20092026-06-25T04:04:43.018Z Compiling byte-wrapper v0.1.0
20102026-06-25T04:04:43.129Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20112026-06-25T04:04:43.220Z Compiling serde_repr v0.1.20
20122026-06-25T04:04:43.802Z Compiling proc-macro-error-attr v1.0.4
20132026-06-25T04:04:43.949Z Compiling bstr v1.12.1
20142026-06-25T04:04:44.136Z Compiling keccak v0.1.6
20152026-06-25T04:04:44.160Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20162026-06-25T04:04:44.177Z Compiling rustix v0.38.44
20172026-06-25T04:04:44.422Z Compiling float-ord v0.3.2
20182026-06-25T04:04:44.533Z Compiling static_assertions v1.1.0
20192026-06-25T04:04:44.664Z Compiling sha3 v0.10.9
20202026-06-25T04:04:44.844Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20212026-06-25T04:04:45.017Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-06-25T04:04:45.521Z Compiling proc-macro-crate v3.5.0
20232026-06-25T04:04:45.694Z Compiling chacha20poly1305 v0.10.1
20242026-06-25T04:04:45.705Z Compiling argon2 v0.5.3
20252026-06-25T04:04:45.932Z Compiling progenitor-client v0.10.0
20262026-06-25T04:04:46.462Z Compiling vsss-rs v3.3.4
20272026-06-25T04:04:47.797Z Compiling rustls-webpki v0.103.13
20282026-06-25T04:04:48.071Z Compiling ciborium v0.2.2
20292026-06-25T04:04:48.900Z Compiling usdt-macro v0.5.0
20302026-06-25T04:04:48.978Z Compiling usdt-attr-macro v0.5.0
20312026-06-25T04:04:50.571Z Compiling enum-as-inner v0.6.1
20322026-06-25T04:04:50.609Z Compiling num-derive v0.4.2
20332026-06-25T04:04:51.155Z Compiling proc-macro-error v1.0.4
20342026-06-25T04:04:51.339Z Compiling memmap v0.7.0
20352026-06-25T04:04:51.638Z Compiling indent_write v2.2.0
20362026-06-25T04:04:51.659Z Compiling data-encoding v2.11.0
20372026-06-25T04:04:51.684Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20382026-06-25T04:04:51.794Z Compiling winnow v0.5.40
20392026-06-25T04:04:52.196Z Compiling tokio-rustls v0.26.4
20402026-06-25T04:04:52.272Z Compiling rustls-platform-verifier v0.7.0
20412026-06-25T04:04:52.461Z Compiling hyper-rustls v0.27.9
20422026-06-25T04:04:52.879Z Compiling reqwest v0.13.4
20432026-06-25T04:04:53.093Z Compiling toml_edit v0.19.15
20442026-06-25T04:04:53.217Z Compiling usdt v0.5.0
20452026-06-25T04:04:54.016Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-25T04:04:54.327Z Compiling progenitor-client v0.14.0
20472026-06-25T04:04:54.793Z Compiling progenitor-extras v0.2.0
20482026-06-25T04:04:55.468Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20492026-06-25T04:04:55.616Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-25T04:04:55.965Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-25T04:04:57.633Z Compiling num_enum_derive v0.7.6
20522026-06-25T04:05:00.655Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-25T04:05:07.119Z Compiling serde_spanned v0.6.9
20542026-06-25T04:05:07.246Z Compiling foreign-types-macros v0.2.3
20552026-06-25T04:05:07.280Z Compiling foreign-types-shared v0.3.1
20562026-06-25T04:05:07.392Z Compiling winnow v0.7.15
20572026-06-25T04:05:07.875Z Compiling bytecount v0.6.9
20582026-06-25T04:05:07.967Z Compiling vcpkg v0.2.15
20592026-06-25T04:05:08.071Z Compiling pkg-config v0.3.33
20602026-06-25T04:05:08.278Z Compiling colored v3.1.1
20612026-06-25T04:05:08.514Z Compiling toml_write v0.1.2
20622026-06-25T04:05:08.531Z Compiling openssl-sys v0.9.116
20632026-06-25T04:05:08.721Z Compiling toml_edit v0.22.27
20642026-06-25T04:05:08.961Z Compiling foreign-types v0.5.0
20652026-06-25T04:05:09.058Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-25T04:05:09.107Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-06-25T04:05:09.605Z Compiling num_enum v0.7.6
20682026-06-25T04:05:09.626Z Compiling proc-macro-crate v1.3.1
20692026-06-25T04:05:09.815Z Compiling progenitor-impl v0.13.0
20702026-06-25T04:05:09.866Z Compiling chacha20 v0.10.0
20712026-06-25T04:05:09.961Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20722026-06-25T04:05:10.746Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20732026-06-25T04:05:11.027Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20742026-06-25T04:05:11.115Z Compiling cstr-argument v0.1.2
20752026-06-25T04:05:11.295Z Compiling semver v0.1.20
20762026-06-25T04:05:11.313Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20772026-06-25T04:05:11.462Z Compiling swrite v0.1.0
20782026-06-25T04:05:11.560Z Compiling rayon-core v1.13.0
20792026-06-25T04:05:11.595Z Compiling unicode-segmentation v1.13.3
20802026-06-25T04:05:11.598Z Compiling linked-hash-map v0.5.6
20812026-06-25T04:05:11.818Z Compiling heck v0.4.1
20822026-06-25T04:05:11.835Z Compiling resolv-conf v0.7.6
20832026-06-25T04:05:11.878Z Compiling progenitor-macro v0.13.0
20842026-06-25T04:05:12.047Z Compiling newline-converter v0.3.0
20852026-06-25T04:05:12.296Z Compiling lru-cache v0.1.2
20862026-06-25T04:05:12.467Z Compiling rustc_version v0.1.7
20872026-06-25T04:05:12.502Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20882026-06-25T04:05:12.540Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20892026-06-25T04:05:12.679Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20902026-06-25T04:05:12.917Z Compiling toml v0.8.23
20912026-06-25T04:05:12.935Z Compiling rand v0.10.1
20922026-06-25T04:05:12.978Z Compiling num_enum_derive v0.5.11
20932026-06-25T04:05:13.485Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20942026-06-25T04:05:13.720Z Compiling atomicwrites v0.4.4
20952026-06-25T04:05:13.795Z Compiling progenitor-client v0.13.0
20962026-06-25T04:05:14.007Z Compiling hickory-proto v0.24.4
20972026-06-25T04:05:14.024Z Compiling similar v2.7.0
20982026-06-25T04:05:14.235Z Compiling crossbeam-deque v0.8.6
20992026-06-25T04:05:14.433Z Compiling progenitor-impl v0.14.0
21002026-06-25T04:05:14.461Z Compiling console v0.15.11
21012026-06-25T04:05:15.732Z Compiling camino-tempfile v1.4.1
21022026-06-25T04:05:16.091Z Compiling serde-big-array v0.5.1
21032026-06-25T04:05:16.145Z Compiling pin-project-internal v1.1.13
21042026-06-25T04:05:16.261Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21052026-06-25T04:05:16.462Z Compiling derive-where v1.6.1
21062026-06-25T04:05:16.801Z Compiling lazy_static v1.5.0
21072026-06-25T04:05:16.820Z Compiling siphasher v1.0.3
21082026-06-25T04:05:16.919Z Compiling minimal-lexical v0.2.1
21092026-06-25T04:05:17.058Z Compiling phf_shared v0.12.1
21102026-06-25T04:05:17.224Z Compiling nom v7.1.3
21112026-06-25T04:05:17.268Z Compiling pin-project v1.1.13
21122026-06-25T04:05:17.381Z Compiling progenitor-macro v0.14.0
21132026-06-25T04:05:17.763Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21142026-06-25T04:05:18.135Z Compiling progenitor v0.13.0
21152026-06-25T04:05:18.288Z Compiling hickory-resolver v0.24.4
21162026-06-25T04:05:18.567Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21172026-06-25T04:05:21.503Z Compiling expectorate v1.2.0
21182026-06-25T04:05:21.722Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21192026-06-25T04:05:22.907Z Compiling num_enum v0.5.11
21202026-06-25T04:05:23.084Z Compiling newtype_derive v0.1.6
21212026-06-25T04:05:23.921Z Compiling unicode-normalization v0.1.25
21222026-06-25T04:05:24.526Z Compiling tokio-stream v0.1.18
21232026-06-25T04:05:25.087Z Compiling async-recursion v1.1.1
21242026-06-25T04:05:25.810Z Compiling snafu-derive v0.8.9
21252026-06-25T04:05:25.885Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21262026-06-25T04:05:26.217Z Compiling slog-dtrace v0.3.0
21272026-06-25T04:05:26.490Z Compiling csv-core v0.1.13
21282026-06-25T04:05:26.554Z Compiling foldhash v0.1.5
21292026-06-25T04:05:26.792Z Compiling same-file v1.0.6
21302026-06-25T04:05:26.959Z Compiling foreign-types-shared v0.1.1
21312026-06-25T04:05:27.004Z Compiling openssl v0.10.80
21322026-06-25T04:05:27.072Z Compiling chrono-tz v0.10.4
21332026-06-25T04:05:27.316Z Compiling konst_macro_rules v0.2.19
21342026-06-25T04:05:27.347Z Compiling owo-colors v4.3.0
21352026-06-25T04:05:27.520Z Compiling unicode-width v0.1.14
21362026-06-25T04:05:27.539Z Compiling unicode-xid v0.2.6
21372026-06-25T04:05:27.673Z Compiling highway v1.3.0
21382026-06-25T04:05:27.701Z Compiling cancel-safe-futures v0.1.5
21392026-06-25T04:05:27.890Z Compiling const_format_proc_macros v0.2.34
21402026-06-25T04:05:28.005Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21412026-06-25T04:05:28.362Z Compiling snafu v0.8.9
21422026-06-25T04:05:28.384Z Compiling konst v0.2.20
21432026-06-25T04:05:28.744Z Compiling foreign-types v0.3.2
21442026-06-25T04:05:28.769Z Compiling walkdir v2.5.0
21452026-06-25T04:05:28.830Z Compiling hashbrown v0.15.5
21462026-06-25T04:05:28.928Z Compiling csv v1.4.0
21472026-06-25T04:05:29.490Z Compiling qorb v0.4.1
21482026-06-25T04:05:29.524Z Compiling progenitor v0.14.0
21492026-06-25T04:05:29.559Z Compiling olpc-cjson v0.1.4
21502026-06-25T04:05:29.726Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21512026-06-25T04:05:29.775Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-25T04:05:30.278Z Compiling rayon v1.12.0
21532026-06-25T04:05:30.432Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21542026-06-25T04:05:32.493Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-06-25T04:05:33.307Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-25T04:05:33.834Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21572026-06-25T04:05:33.977Z Compiling phf v0.12.1
21582026-06-25T04:05:34.657Z Compiling zone_cfg_derive v0.3.1
21592026-06-25T04:05:35.163Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21602026-06-25T04:05:35.371Z Compiling tokio-dtrace v0.1.1
21612026-06-25T04:05:35.706Z Compiling globset v0.4.18
21622026-06-25T04:05:36.068Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21632026-06-25T04:05:36.293Z Compiling itertools v0.12.1
21642026-06-25T04:05:37.689Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-06-25T04:05:37.761Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21662026-06-25T04:05:37.799Z Compiling libsw-core v0.3.2
21672026-06-25T04:05:37.986Z Compiling pem v3.0.6
21682026-06-25T04:05:38.105Z Compiling serde_plain v1.0.2
21692026-06-25T04:05:38.209Z Compiling openssl-macros v0.1.1
21702026-06-25T04:05:38.472Z Compiling cookie v0.18.1
21712026-06-25T04:05:38.475Z Compiling sigpipe v0.1.3
21722026-06-25T04:05:38.475Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21732026-06-25T04:05:38.475Z Compiling typed-path v0.9.3
21742026-06-25T04:05:38.495Z Compiling fixedbitset v0.4.2
21752026-06-25T04:05:38.551Z Compiling jiff v0.2.28
21762026-06-25T04:05:38.658Z Compiling fixedbitset v0.5.7
21772026-06-25T04:05:38.675Z Compiling glob v0.3.3
21782026-06-25T04:05:39.028Z Compiling petgraph v0.8.3
21792026-06-25T04:05:39.195Z Compiling petgraph v0.6.5
21802026-06-25T04:05:39.593Z Compiling tough v0.22.0
21812026-06-25T04:05:40.714Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-25T04:05:40.963Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21832026-06-25T04:05:41.014Z Compiling libsw v3.5.0
21842026-06-25T04:05:41.208Z Compiling zone v0.3.1
21852026-06-25T04:05:41.361Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21862026-06-25T04:05:41.414Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-06-25T04:05:41.658Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-06-25T04:05:42.939Z Compiling oxide-tokio-rt v0.1.6
21892026-06-25T04:05:43.519Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21902026-06-25T04:05:43.651Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-06-25T04:05:44.408Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-25T04:05:45.305Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-06-25T04:05:45.764Z Compiling const_format v0.2.36
21942026-06-25T04:05:46.385Z Compiling papergrid v0.11.0
21952026-06-25T04:05:47.185Z Compiling tabled_derive v0.7.0
21962026-06-25T04:05:47.432Z Compiling gethostname v0.5.0
21972026-06-25T04:05:47.576Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-06-25T04:05:48.155Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21992026-06-25T04:05:48.591Z Compiling libscf-sys v1.2.0
22002026-06-25T04:05:48.696Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-25T04:05:48.748Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22022026-06-25T04:05:48.831Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-06-25T04:05:48.851Z Compiling smf v0.2.3
22042026-06-25T04:05:48.855Z Compiling bcs v0.1.6
22052026-06-25T04:05:48.956Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22062026-06-25T04:05:49.259Z Compiling smawk v0.3.2
22072026-06-25T04:05:49.431Z Compiling tagptr v0.2.0
22082026-06-25T04:05:49.605Z Compiling termtree v0.5.1
22092026-06-25T04:05:49.801Z Compiling linear-map v1.2.0
22102026-06-25T04:05:49.866Z Compiling whoami v1.6.1
22112026-06-25T04:05:49.975Z Compiling unicode-linebreak v0.1.5
22122026-06-25T04:05:50.014Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-06-25T04:05:50.255Z Compiling textwrap v0.16.2
22142026-06-25T04:05:52.982Z Compiling moka v0.12.15
22152026-06-25T04:05:52.994Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22162026-06-25T04:05:52.994Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-06-25T04:05:52.994Z Compiling tabled v0.15.0
22182026-06-25T04:05:52.994Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-06-25T04:05:53.028Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-06-25T04:05:53.048Z Compiling steno v0.4.1
22212026-06-25T04:05:53.241Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22222026-06-25T04:05:54.609Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-06-25T04:05:58.332Z Compiling hickory-proto v0.25.2
22242026-06-25T04:05:59.772Z Compiling proc-macro-error-attr2 v2.0.0
22252026-06-25T04:05:59.805Z Compiling proc-macro-error2 v2.0.1
22262026-06-25T04:05:59.805Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22272026-06-25T04:05:59.805Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22282026-06-25T04:06:00.015Z Compiling parking_lot_core v0.8.6
22292026-06-25T04:06:00.131Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22302026-06-25T04:06:00.148Z Compiling tabled_derive v0.11.0
22312026-06-25T04:06:00.350Z Compiling papergrid v0.18.0
22322026-06-25T04:06:01.255Z Compiling hickory-resolver v0.25.2
22332026-06-25T04:06:01.373Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-06-25T04:06:01.846Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22352026-06-25T04:06:02.491Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22362026-06-25T04:06:03.326Z Compiling testing_table v0.3.0
22372026-06-25T04:06:03.721Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22382026-06-25T04:06:04.273Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22392026-06-25T04:06:05.626Z Compiling tabled v0.21.0
22402026-06-25T04:06:05.651Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22412026-06-25T04:06:05.853Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22422026-06-25T04:06:06.766Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22432026-06-25T04:06:06.883Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22442026-06-25T04:06:07.523Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22452026-06-25T04:06:07.586Z Compiling arc-swap v1.9.1
22462026-06-25T04:06:07.936Z Compiling slog-scope v4.4.1
22472026-06-25T04:06:08.205Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22482026-06-25T04:06:09.791Z Compiling parking_lot v0.11.2
22492026-06-25T04:06:10.042Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22502026-06-25T04:06:10.650Z Compiling dropshot-api-manager-types v0.7.2
22512026-06-25T04:06:10.785Z Compiling fxhash v0.2.1
22522026-06-25T04:06:10.845Z Compiling crc8 v0.1.1
22532026-06-25T04:06:10.941Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22542026-06-25T04:06:10.995Z Compiling sled v0.34.7
22552026-06-25T04:06:11.213Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22562026-06-25T04:06:12.249Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd7749d9dd18f39e065781147cbf51d39930ceca#cd7749d9)
22572026-06-25T04:06:12.427Z Compiling slog-stdlog v4.1.1
22582026-06-25T04:06:12.865Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22592026-06-25T04:06:13.152Z Compiling slog-envlogger v2.2.0
22602026-06-25T04:06:14.082Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22612026-06-25T04:06:16.033Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22622026-06-25T04:06:19.922Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22632026-06-25T04:06:21.809Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22642026-06-25T04:06:22.638Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22652026-06-25T04:06:31.921Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22662026-06-25T04:06:35.371Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22672026-06-25T04:06:38.613Z Finished `release` profile [optimized] target(s) in 3m 39s
22682026-06-25T04:06:38.945Z+ banner quartet
22692026-06-25T04:06:38.950Z
22702026-06-25T04:06:38.950Z #### # # ## ##### ##### ###### #####
22712026-06-25T04:06:38.950Z # # # # # # # # # # #
22722026-06-25T04:06:38.950Z # # # # # # # # # ##### #
22732026-06-25T04:06:38.950Z # # # # # ###### ##### # # #
22742026-06-25T04:06:38.950Z # # # # # # # # # # #
22752026-06-25T04:06:38.950Z ### # #### # # # # # ###### #
22762026-06-25T04:06:38.950Z
22772026-06-25T04:06:38.950Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22782026-06-25T04:06:39.512Z Compiling cfg-if v1.0.4
22792026-06-25T04:06:39.524Z Compiling libc v0.2.186
22802026-06-25T04:06:39.524Z Compiling serde_core v1.0.228
22812026-06-25T04:06:39.619Z Compiling memchr v2.8.1
22822026-06-25T04:06:39.627Z Compiling itoa v1.0.18
22832026-06-25T04:06:39.631Z Compiling smallvec v1.15.1
22842026-06-25T04:06:39.640Z Compiling stable_deref_trait v1.2.1
22852026-06-25T04:06:39.646Z Compiling zerofrom v0.1.8
22862026-06-25T04:06:39.673Z Compiling zmij v1.0.21
22872026-06-25T04:06:39.710Z Compiling writeable v0.6.3
22882026-06-25T04:06:39.767Z Compiling yoke v0.8.3
22892026-06-25T04:06:39.856Z Compiling litemap v0.8.2
22902026-06-25T04:06:39.869Z Compiling utf8_iter v1.0.4
22912026-06-25T04:06:39.945Z Compiling zerovec v0.11.6
22922026-06-25T04:06:39.959Z Compiling zerotrie v0.2.4
22932026-06-25T04:06:39.988Z Compiling percent-encoding v2.3.2
22942026-06-25T04:06:40.023Z Compiling libm v0.2.16
22952026-06-25T04:06:40.049Z Compiling icu_properties_data v2.2.0
22962026-06-25T04:06:40.130Z Compiling icu_normalizer_data v2.2.0
22972026-06-25T04:06:40.204Z Compiling form_urlencoded v1.2.2
22982026-06-25T04:06:40.211Z Compiling rand_core v0.10.1
22992026-06-25T04:06:40.258Z Compiling errno v0.3.14
23002026-06-25T04:06:40.386Z Compiling getrandom v0.4.2
23012026-06-25T04:06:40.397Z Compiling iana-time-zone v0.1.65
23022026-06-25T04:06:40.424Z Compiling pin-project-lite v0.2.17
23032026-06-25T04:06:40.487Z Compiling tinystr v0.8.3
23042026-06-25T04:06:40.525Z Compiling potential_utf v0.1.5
23052026-06-25T04:06:40.542Z Compiling zeroize v1.8.2
23062026-06-25T04:06:40.579Z Compiling dyn-clone v1.0.20
23072026-06-25T04:06:40.702Z Compiling icu_locale_core v2.2.0
23082026-06-25T04:06:40.702Z Compiling icu_collections v2.2.0
23092026-06-25T04:06:40.723Z Compiling socket2 v0.6.4
23102026-06-25T04:06:40.733Z Compiling scopeguard v1.2.0
23112026-06-25T04:06:40.744Z Compiling parking_lot_core v0.9.12
23122026-06-25T04:06:40.783Z Compiling signal-hook-registry v1.4.8
23132026-06-25T04:06:40.842Z Compiling num-traits v0.2.19
23142026-06-25T04:06:41.138Z Compiling lock_api v0.4.14
23152026-06-25T04:06:41.316Z Compiling mio v1.2.1
23162026-06-25T04:06:41.392Z Compiling parking_lot v0.12.5
23172026-06-25T04:06:41.497Z Compiling serde v1.0.228
23182026-06-25T04:06:41.512Z Compiling serde_json v1.0.150
23192026-06-25T04:06:41.601Z Compiling icu_provider v2.2.0
23202026-06-25T04:06:41.613Z Compiling uuid v1.23.2
23212026-06-25T04:06:41.733Z Compiling semver v1.0.28
23222026-06-25T04:06:42.045Z Compiling bytes v1.11.1
23232026-06-25T04:06:42.167Z Compiling icu_normalizer v2.2.0
23242026-06-25T04:06:42.232Z Compiling icu_properties v2.2.0
23252026-06-25T04:06:42.247Z Compiling chrono v0.4.45
23262026-06-25T04:06:42.340Z Compiling portable-atomic v1.13.1
23272026-06-25T04:06:42.433Z Compiling thiserror v2.0.18
23282026-06-25T04:06:42.551Z Compiling bitflags v2.12.1
23292026-06-25T04:06:42.960Z Compiling tokio v1.52.3
23302026-06-25T04:06:42.991Z Compiling futures-core v0.3.32
23312026-06-25T04:06:43.058Z Compiling critical-section v1.2.0
23322026-06-25T04:06:43.157Z Compiling idna_adapter v1.2.2
23332026-06-25T04:06:43.189Z Compiling once_cell v1.21.4
23342026-06-25T04:06:43.294Z Compiling idna v1.1.0
23352026-06-25T04:06:43.383Z Compiling equivalent v1.0.2
23362026-06-25T04:06:43.436Z Compiling subtle v2.6.1
23372026-06-25T04:06:43.479Z Compiling log v0.4.32
23382026-06-25T04:06:43.612Z Compiling zerocopy v0.8.50
23392026-06-25T04:06:43.623Z Compiling url v2.5.8
23402026-06-25T04:06:43.736Z Compiling futures-sink v0.3.32
23412026-06-25T04:06:43.825Z Compiling slab v0.4.12
23422026-06-25T04:06:43.848Z Compiling typenum v1.20.1
23432026-06-25T04:06:44.031Z Compiling futures-channel v0.3.32
23442026-06-25T04:06:44.202Z Compiling schemars v0.8.22
23452026-06-25T04:06:44.295Z Compiling getrandom v0.2.17
23462026-06-25T04:06:44.517Z Compiling futures-io v0.3.32
23472026-06-25T04:06:44.665Z Compiling futures-task v0.3.32
23482026-06-25T04:06:44.735Z Compiling rand_core v0.6.4
23492026-06-25T04:06:44.844Z Compiling futures-util v0.3.32
23502026-06-25T04:06:44.976Z Compiling hashbrown v0.17.1
23512026-06-25T04:06:45.412Z Compiling tracing-core v0.1.36
23522026-06-25T04:06:45.654Z Compiling indexmap v2.14.0
23532026-06-25T04:06:45.772Z Compiling ipnetwork v0.21.1
23542026-06-25T04:06:46.182Z Compiling tracing v0.1.44
23552026-06-25T04:06:46.483Z Compiling base64 v0.22.1
23562026-06-25T04:06:46.496Z Compiling http v1.4.1
23572026-06-25T04:06:46.543Z Compiling unicode-ident v1.0.24
23582026-06-25T04:06:46.671Z Compiling proc-macro2 v1.0.106
23592026-06-25T04:06:46.796Z Compiling slog v2.8.2
23602026-06-25T04:06:46.813Z Compiling erased-serde v0.3.31
23612026-06-25T04:06:46.970Z Compiling fnv v1.0.7
23622026-06-25T04:06:47.085Z Compiling quote v1.0.45
23632026-06-25T04:06:47.520Z Compiling oxnet v0.1.6
23642026-06-25T04:06:47.803Z Compiling syn v2.0.117
23652026-06-25T04:06:47.820Z Compiling tokio-util v0.7.18
23662026-06-25T04:06:48.021Z Compiling byteorder v1.5.0
23672026-06-25T04:06:48.278Z Compiling ipnet v2.12.0
23682026-06-25T04:06:48.440Z Compiling thiserror v1.0.69
23692026-06-25T04:06:48.563Z Compiling ppv-lite86 v0.2.21
23702026-06-25T04:06:48.861Z Compiling rustls-pki-types v1.14.1
23712026-06-25T04:06:48.904Z Compiling aws-lc-sys v0.41.0
23722026-06-25T04:06:49.061Z Compiling http-body v1.0.1
23732026-06-25T04:06:49.208Z Compiling untrusted v0.7.1
23742026-06-25T04:06:49.234Z Compiling atomic-waker v1.1.2
23752026-06-25T04:06:49.343Z Compiling httparse v1.10.1
23762026-06-25T04:06:49.374Z Compiling tower-layer v0.3.3
23772026-06-25T04:06:49.469Z Compiling aws-lc-rs v1.17.0
23782026-06-25T04:06:49.474Z Compiling try-lock v0.2.5
23792026-06-25T04:06:49.577Z Compiling untrusted v0.9.0
23802026-06-25T04:06:49.590Z Compiling tower-service v0.3.3
23812026-06-25T04:06:49.739Z Compiling rustls v0.23.40
23822026-06-25T04:06:49.744Z Compiling pretty-hex v0.4.2
23832026-06-25T04:06:49.744Z Compiling ryu v1.0.23
23842026-06-25T04:06:49.744Z Compiling want v0.3.1
23852026-06-25T04:06:49.831Z Compiling h2 v0.4.14
23862026-06-25T04:06:49.855Z Compiling httpdate v1.0.3
23872026-06-25T04:06:49.919Z Compiling rustix v1.1.4
23882026-06-25T04:06:49.947Z Compiling plain v0.2.3
23892026-06-25T04:06:50.017Z Compiling regex-syntax v0.8.10
23902026-06-25T04:06:50.066Z Compiling getrandom v0.3.4
23912026-06-25T04:06:50.235Z Compiling omicron-workspace-hack v0.1.0
23922026-06-25T04:06:50.275Z Compiling ucd-trie v0.1.7
23932026-06-25T04:06:50.312Z Compiling rand_core v0.9.5
23942026-06-25T04:06:50.577Z Compiling rustls-webpki v0.103.13
23952026-06-25T04:06:50.859Z Compiling pest v2.8.6
23962026-06-25T04:06:52.380Z Compiling hyper v1.10.1
23972026-06-25T04:06:52.570Z Compiling crossbeam-utils v0.8.21
23982026-06-25T04:06:53.257Z Compiling serde_urlencoded v0.7.1
23992026-06-25T04:06:53.338Z Compiling http-body-util v0.1.3
24002026-06-25T04:06:53.546Z Compiling foldhash v0.2.0
24012026-06-25T04:06:53.637Z Compiling allocator-api2 v0.2.21
24022026-06-25T04:06:53.867Z Compiling hyper-util v0.1.20
24032026-06-25T04:06:54.039Z Compiling hashbrown v0.16.1
24042026-06-25T04:06:54.776Z Compiling newtype-uuid v1.3.2
24052026-06-25T04:06:55.809Z Compiling tokio-rustls v0.26.4
24062026-06-25T04:06:55.869Z Compiling hex v0.4.3
24072026-06-25T04:06:56.144Z Compiling daft v0.1.7
24082026-06-25T04:06:56.216Z Compiling rand_chacha v0.9.0
24092026-06-25T04:06:56.438Z Compiling sync_wrapper v1.0.2
24102026-06-25T04:06:56.558Z Compiling aho-corasick v1.1.4
24112026-06-25T04:06:56.582Z Compiling fastrand v2.4.1
24122026-06-25T04:06:56.787Z Compiling tower v0.5.3
24132026-06-25T04:06:56.879Z Compiling anyhow v1.0.102
24142026-06-25T04:06:56.927Z Compiling rand v0.9.4
24152026-06-25T04:06:57.051Z Compiling powerfmt v0.2.0
24162026-06-25T04:06:57.195Z Compiling generic-array v0.14.7
24172026-06-25T04:06:57.318Z Compiling tower-http v0.6.11
24182026-06-25T04:06:57.412Z Compiling deranged v0.5.8
24192026-06-25T04:06:57.561Z Compiling regex-automata v0.4.14
24202026-06-25T04:06:57.705Z Compiling openapiv3 v2.2.0
24212026-06-25T04:06:57.752Z Compiling num_threads v0.1.7
24222026-06-25T04:06:57.856Z Compiling time-core v0.1.8
24232026-06-25T04:06:58.017Z Compiling cpufeatures v0.3.0
24242026-06-25T04:06:58.020Z Compiling openssl-probe v0.2.1
24252026-06-25T04:06:58.099Z Compiling num-conv v0.2.2
24262026-06-25T04:06:58.263Z Compiling rustls-native-certs v0.8.4
24272026-06-25T04:06:58.281Z Compiling camino v1.2.2
24282026-06-25T04:06:58.522Z Compiling time v0.3.47
24292026-06-25T04:06:58.861Z Compiling tempfile v3.27.0
24302026-06-25T04:06:59.117Z Compiling futures-executor v0.3.32
24312026-06-25T04:06:59.665Z Compiling winnow v1.0.3
24322026-06-25T04:06:59.796Z Compiling regex v1.12.3
24332026-06-25T04:07:00.115Z Compiling futures v0.3.32
24342026-06-25T04:07:00.204Z Compiling rustls-platform-verifier v0.7.0
24352026-06-25T04:07:00.850Z Compiling hyper-rustls v0.27.9
24362026-06-25T04:07:01.168Z Compiling crossbeam-channel v0.5.15
24372026-06-25T04:07:01.230Z Compiling scroll v0.13.0
24382026-06-25T04:07:01.253Z Compiling hybrid-array v0.4.12
24392026-06-25T04:07:01.471Z Compiling adler2 v2.0.1
24402026-06-25T04:07:01.534Z Compiling simd-adler32 v0.3.9
24412026-06-25T04:07:01.642Z Compiling goblin v0.10.7
24422026-06-25T04:07:01.735Z Compiling miniz_oxide v0.8.9
24432026-06-25T04:07:01.867Z Compiling crc32fast v1.5.0
24442026-06-25T04:07:01.980Z Compiling reqwest v0.13.4
24452026-06-25T04:07:02.137Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24462026-06-25T04:07:02.396Z Compiling thread_local v1.1.9
24472026-06-25T04:07:02.767Z Compiling either v1.16.0
24482026-06-25T04:07:03.001Z Compiling flate2 v1.1.9
24492026-06-25T04:07:03.192Z Compiling block-buffer v0.12.0
24502026-06-25T04:07:03.378Z Compiling crypto-common v0.2.2
24512026-06-25T04:07:03.551Z Compiling crypto-common v0.1.7
24522026-06-25T04:07:03.710Z Compiling dtrace-parser v0.3.0
24532026-06-25T04:07:04.124Z Compiling rand_chacha v0.3.1
24542026-06-25T04:07:04.653Z Compiling is-terminal v0.4.17
24552026-06-25T04:07:04.764Z Compiling dof v0.4.0
24562026-06-25T04:07:04.778Z Compiling thread-id v5.1.0
24572026-06-25T04:07:04.866Z Compiling match_cfg v0.1.0
24582026-06-25T04:07:04.945Z Compiling compression-core v0.4.32
24592026-06-25T04:07:05.142Z Compiling const-oid v0.10.2
24602026-06-25T04:07:05.444Z Compiling term v1.2.1
24612026-06-25T04:07:06.263Z Compiling debug-ignore v1.0.5
24622026-06-25T04:07:06.392Z Compiling take_mut v0.2.2
24632026-06-25T04:07:06.518Z Compiling slog-async v2.8.0
24642026-06-25T04:07:07.337Z Compiling slog-term v2.9.2
24652026-06-25T04:07:07.838Z Compiling usdt-impl v0.6.0
24662026-06-25T04:07:07.997Z Compiling digest v0.11.3
24672026-06-25T04:07:08.207Z Compiling compression-codecs v0.4.38
24682026-06-25T04:07:08.597Z Compiling hostname v0.3.1
24692026-06-25T04:07:08.709Z Compiling rand v0.8.6
24702026-06-25T04:07:08.788Z Compiling ref-cast v1.0.25
24712026-06-25T04:07:08.802Z Compiling toml_parser v1.1.2+spec-1.1.0
24722026-06-25T04:07:08.900Z Compiling slog-json v2.6.1
24732026-06-25T04:07:09.171Z Compiling strum v0.26.3
24742026-06-25T04:07:09.315Z Compiling macaddr v1.0.1
24752026-06-25T04:07:09.516Z Compiling serde_spanned v1.1.1
24762026-06-25T04:07:09.617Z Compiling toml_datetime v1.1.1+spec-1.1.0
24772026-06-25T04:07:09.669Z Compiling wait-timeout v0.2.1
24782026-06-25T04:07:10.043Z Compiling memmap2 v0.9.10
24792026-06-25T04:07:10.135Z Compiling encoding_rs v0.8.35
24802026-06-25T04:07:10.153Z Compiling quick-error v1.2.3
24812026-06-25T04:07:10.268Z Compiling bit-vec v0.8.0
24822026-06-25T04:07:10.332Z Compiling toml_writer v1.1.1+spec-1.1.0
24832026-06-25T04:07:10.563Z Compiling mime v0.3.17
24842026-06-25T04:07:10.603Z Compiling spin v0.9.8
24852026-06-25T04:07:10.744Z Compiling toml v1.1.2+spec-1.1.0
24862026-06-25T04:07:11.039Z Compiling bit-set v0.8.0
24872026-06-25T04:07:11.236Z Compiling multer v3.1.0
24882026-06-25T04:07:12.153Z Compiling rusty-fork v0.3.1
24892026-06-25T04:07:12.481Z Compiling usdt v0.6.0
24902026-06-25T04:07:13.044Z Compiling slog-bunyan v2.5.0
24912026-06-25T04:07:13.057Z Compiling async-compression v0.4.42
24922026-06-25T04:07:13.076Z Compiling sha1 v0.11.0
24932026-06-25T04:07:13.141Z Compiling serde_with v3.20.0
24942026-06-25T04:07:13.220Z Compiling async-stream v0.3.6
24952026-06-25T04:07:13.423Z Compiling rand_xorshift v0.4.0
24962026-06-25T04:07:13.467Z Compiling waitgroup v0.1.2
24972026-06-25T04:07:13.546Z Compiling rustls-pemfile v2.2.0
24982026-06-25T04:07:13.593Z Compiling serde_path_to_error v0.1.20
24992026-06-25T04:07:13.626Z Compiling hostname v0.4.2
25002026-06-25T04:07:13.638Z Compiling unarray v0.1.4
25012026-06-25T04:07:13.760Z Compiling proptest v1.11.0
25022026-06-25T04:07:13.787Z Compiling progenitor-client v0.14.0
25032026-06-25T04:07:13.824Z Compiling strum v0.27.2
25042026-06-25T04:07:13.959Z Compiling dropshot v0.17.1
25052026-06-25T04:07:14.038Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25062026-06-25T04:07:14.201Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25072026-06-25T04:07:14.295Z Compiling iddqd v0.4.2
25082026-06-25T04:07:14.385Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25092026-06-25T04:07:14.429Z Compiling block-buffer v0.10.4
25102026-06-25T04:07:14.599Z Compiling reqwest v0.12.28
25112026-06-25T04:07:14.692Z Compiling backon v1.6.0
25122026-06-25T04:07:14.963Z Compiling instant v0.1.13
25132026-06-25T04:07:15.090Z Compiling backoff v0.4.0
25142026-06-25T04:07:15.233Z Compiling progenitor-extras v0.2.0
25152026-06-25T04:07:15.314Z Compiling digest v0.10.7
25162026-06-25T04:07:15.481Z Compiling parse-display v0.10.0
25172026-06-25T04:07:15.566Z Compiling itertools v0.14.0
25182026-06-25T04:07:15.888Z Compiling progenitor-client v0.10.0
25192026-06-25T04:07:16.418Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25202026-06-25T04:07:16.421Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25212026-06-25T04:07:16.448Z Compiling regress v0.10.5
25222026-06-25T04:07:17.074Z Compiling humantime v2.3.0
25232026-06-25T04:07:17.529Z Compiling cpufeatures v0.2.17
25242026-06-25T04:07:17.617Z Compiling heck v0.5.0
25252026-06-25T04:07:18.240Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25262026-06-25T04:07:18.409Z Compiling unicode-width v0.2.2
25272026-06-25T04:07:18.735Z Compiling secrecy v0.10.3
25282026-06-25T04:07:18.912Z Compiling tinyvec_macros v0.1.1
25292026-06-25T04:07:18.993Z Compiling tinyvec v1.11.0
25302026-06-25T04:07:19.440Z Compiling num-integer v0.1.46
25312026-06-25T04:07:19.825Z Compiling scroll v0.12.0
25322026-06-25T04:07:19.944Z Compiling crucible-workspace-hack v0.1.0
25332026-06-25T04:07:20.031Z Compiling hmac v0.12.1
25342026-06-25T04:07:20.141Z Compiling inout v0.1.4
25352026-06-25T04:07:20.196Z Compiling regress v0.11.1
25362026-06-25T04:07:20.242Z Compiling ff v0.13.1
25372026-06-25T04:07:20.314Z Compiling utf8parse v0.2.2
25382026-06-25T04:07:20.417Z Compiling anstyle-parse v1.0.0
25392026-06-25T04:07:20.442Z Compiling group v0.13.0
25402026-06-25T04:07:20.566Z Compiling cipher v0.4.4
25412026-06-25T04:07:20.651Z Compiling hkdf v0.12.4
25422026-06-25T04:07:20.818Z Compiling goblin v0.8.2
25432026-06-25T04:07:20.831Z Compiling num-rational v0.4.2
25442026-06-25T04:07:21.203Z Compiling num-iter v0.1.45
25452026-06-25T04:07:21.338Z Compiling zerocopy v0.7.35
25462026-06-25T04:07:21.935Z Compiling typify-impl v0.6.2
25472026-06-25T04:07:21.964Z Compiling universal-hash v0.5.1
25482026-06-25T04:07:22.130Z Compiling crypto-bigint v0.5.5
25492026-06-25T04:07:22.779Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25502026-06-25T04:07:24.080Z Compiling terminal_size v0.4.4
25512026-06-25T04:07:24.120Z Compiling half v2.7.1
25522026-06-25T04:07:24.245Z Compiling num-complex v0.4.6
25532026-06-25T04:07:24.473Z Compiling anstyle-query v1.1.5
25542026-06-25T04:07:24.593Z Compiling anstyle v1.0.14
25552026-06-25T04:07:24.692Z Compiling base16ct v0.2.0
25562026-06-25T04:07:24.875Z Compiling colorchoice v1.0.5
25572026-06-25T04:07:24.904Z Compiling is_terminal_polyfill v1.70.2
25582026-06-25T04:07:25.006Z Compiling opaque-debug v0.3.1
25592026-06-25T04:07:25.018Z Compiling ciborium-io v0.2.2
25602026-06-25T04:07:25.030Z Compiling base64ct v1.8.3
25612026-06-25T04:07:25.083Z Compiling poly1305 v0.8.0
25622026-06-25T04:07:25.120Z Compiling ciborium-ll v0.2.2
25632026-06-25T04:07:25.381Z Compiling password-hash v0.5.0
25642026-06-25T04:07:25.394Z Compiling anstream v1.0.0
25652026-06-25T04:07:25.722Z Compiling elliptic-curve v0.13.8
25662026-06-25T04:07:25.932Z Compiling num v0.4.3
25672026-06-25T04:07:26.037Z Compiling curve25519-dalek v4.1.3
25682026-06-25T04:07:26.055Z Compiling thiserror-no-std v2.0.2
25692026-06-25T04:07:26.157Z Compiling typify v0.6.2
25702026-06-25T04:07:26.275Z Compiling dof v0.3.0
25712026-06-25T04:07:26.349Z Compiling chacha20 v0.9.1
25722026-06-25T04:07:26.612Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25732026-06-25T04:07:27.094Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25742026-06-25T04:07:28.696Z Compiling blake2 v0.10.6
25752026-06-25T04:07:28.722Z Compiling aead v0.5.2
25762026-06-25T04:07:28.916Z Compiling byte-wrapper v0.1.0
25772026-06-25T04:07:29.018Z Compiling crossbeam-epoch v0.9.18
25782026-06-25T04:07:29.189Z Compiling dtrace-parser v0.2.0
25792026-06-25T04:07:29.555Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25802026-06-25T04:07:29.576Z Compiling thread-id v4.2.2
25812026-06-25T04:07:29.671Z Compiling float-ord v0.3.2
25822026-06-25T04:07:29.795Z Compiling keccak v0.1.6
25832026-06-25T04:07:29.906Z Compiling clap_lex v1.1.0
25842026-06-25T04:07:30.096Z Compiling strsim v0.11.1
25852026-06-25T04:07:30.281Z Compiling sha3 v0.10.9
25862026-06-25T04:07:30.514Z Compiling clap_builder v4.6.0
25872026-06-25T04:07:30.678Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25882026-06-25T04:07:30.938Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25892026-06-25T04:07:31.090Z Compiling usdt-impl v0.5.0
25902026-06-25T04:07:31.745Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25912026-06-25T04:07:34.070Z Compiling argon2 v0.5.3
25922026-06-25T04:07:35.107Z Compiling chacha20poly1305 v0.10.1
25932026-06-25T04:07:35.268Z Compiling vsss-rs v3.3.4
25942026-06-25T04:07:35.373Z Compiling ciborium v0.2.2
25952026-06-25T04:07:36.198Z Compiling hash32 v0.3.1
25962026-06-25T04:07:36.375Z Compiling memmap v0.7.0
25972026-06-25T04:07:36.629Z Compiling data-encoding v2.11.0
25982026-06-25T04:07:36.648Z Compiling indent_write v2.2.0
25992026-06-25T04:07:36.754Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26002026-06-25T04:07:36.799Z Compiling usdt v0.5.0
26012026-06-25T04:07:37.466Z Compiling heapless v0.8.0
26022026-06-25T04:07:37.979Z Compiling ingot-types v0.1.2
26032026-06-25T04:07:38.222Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26042026-06-25T04:07:38.437Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26052026-06-25T04:07:38.544Z Compiling clap v4.6.1
26062026-06-25T04:07:38.569Z Compiling rustix v0.38.44
26072026-06-25T04:07:38.634Z Compiling tabwriter v1.4.1
26082026-06-25T04:07:39.012Z Compiling cobs v0.3.0
26092026-06-25T04:07:39.298Z Compiling foreign-types-shared v0.3.1
26102026-06-25T04:07:39.322Z Compiling managed v0.8.0
26112026-06-25T04:07:39.400Z Compiling bitflags v1.3.2
26122026-06-25T04:07:39.485Z Compiling colored v3.1.1
26132026-06-25T04:07:39.587Z Compiling smoltcp v0.11.0
26142026-06-25T04:07:39.964Z Compiling foreign-types v0.5.0
26152026-06-25T04:07:40.056Z Compiling postcard v1.1.3
26162026-06-25T04:07:40.164Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26172026-06-25T04:07:40.430Z Compiling ingot v0.1.1
26182026-06-25T04:07:40.926Z Compiling num_enum v0.7.6
26192026-06-25T04:07:41.058Z Compiling memoffset v0.9.1
26202026-06-25T04:07:41.156Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26212026-06-25T04:07:41.277Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26222026-06-25T04:07:41.553Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26232026-06-25T04:07:41.649Z Compiling chacha20 v0.10.0
26242026-06-25T04:07:41.677Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26252026-06-25T04:07:41.945Z Compiling toml_datetime v0.6.11
26262026-06-25T04:07:42.109Z Compiling serde_spanned v0.6.9
26272026-06-25T04:07:42.280Z Compiling cstr-argument v0.1.2
26282026-06-25T04:07:42.339Z Compiling toml_write v0.1.2
26292026-06-25T04:07:42.456Z Compiling static_assertions v1.1.0
26302026-06-25T04:07:42.542Z Compiling winnow v0.7.15
26312026-06-25T04:07:42.584Z Compiling swrite v0.1.0
26322026-06-25T04:07:42.671Z Compiling resolv-conf v0.7.6
26332026-06-25T04:07:42.694Z Compiling unicode-segmentation v1.13.3
26342026-06-25T04:07:42.860Z Compiling linked-hash-map v0.5.6
26352026-06-25T04:07:43.062Z Compiling newline-converter v0.3.0
26362026-06-25T04:07:43.076Z Compiling lru-cache v0.1.2
26372026-06-25T04:07:43.203Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26382026-06-25T04:07:43.223Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26392026-06-25T04:07:43.309Z Compiling rand v0.10.1
26402026-06-25T04:07:43.339Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26412026-06-25T04:07:43.475Z Compiling hubpack v0.1.2
26422026-06-25T04:07:43.638Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26432026-06-25T04:07:43.728Z Compiling nix v0.31.3
26442026-06-25T04:07:43.871Z Compiling atomicwrites v0.4.4
26452026-06-25T04:07:44.124Z Compiling toml_edit v0.22.27
26462026-06-25T04:07:44.184Z Compiling hickory-proto v0.24.4
26472026-06-25T04:07:44.468Z Compiling crossbeam-deque v0.8.6
26482026-06-25T04:07:44.689Z Compiling console v0.15.11
26492026-06-25T04:07:44.892Z Compiling itertools v0.12.1
26502026-06-25T04:07:46.015Z Compiling camino-tempfile v1.4.1
26512026-06-25T04:07:46.352Z Compiling serde-big-array v0.5.1
26522026-06-25T04:07:46.364Z Compiling lazy_static v1.5.0
26532026-06-25T04:07:46.461Z Compiling similar v2.7.0
26542026-06-25T04:07:46.475Z Compiling siphasher v1.0.3
26552026-06-25T04:07:46.510Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26562026-06-25T04:07:46.689Z Compiling phf_shared v0.12.1
26572026-06-25T04:07:46.918Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26582026-06-25T04:07:47.162Z Compiling expectorate v1.2.0
26592026-06-25T04:07:47.381Z Compiling pin-project v1.1.13
26602026-06-25T04:07:47.496Z Compiling hickory-resolver v0.24.4
26612026-06-25T04:07:47.810Z Compiling toml v0.8.23
26622026-06-25T04:07:49.225Z Compiling prettyplease v0.2.37
26632026-06-25T04:07:50.420Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26642026-06-25T04:07:50.659Z Compiling rayon-core v1.13.0
26652026-06-25T04:07:52.381Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26662026-06-25T04:07:52.381Z Compiling num_enum v0.5.11
26672026-06-25T04:07:52.522Z Compiling progenitor-impl v0.14.0
26682026-06-25T04:07:52.587Z Compiling progenitor-impl v0.13.0
26692026-06-25T04:07:53.439Z Compiling unicode-normalization v0.1.25
26702026-06-25T04:07:54.030Z Compiling progenitor-client v0.13.0
26712026-06-25T04:07:54.554Z Compiling tokio-stream v0.1.18
26722026-06-25T04:07:55.124Z Compiling bstr v1.12.1
26732026-06-25T04:07:55.824Z Compiling csv-core v0.1.13
26742026-06-25T04:07:56.096Z Compiling same-file v1.0.6
26752026-06-25T04:07:56.232Z Compiling foreign-types-shared v0.1.1
26762026-06-25T04:07:56.286Z Compiling unicode-width v0.1.14
26772026-06-25T04:07:56.332Z Compiling foldhash v0.1.5
26782026-06-25T04:07:56.562Z Compiling konst_macro_rules v0.2.19
26792026-06-25T04:07:56.591Z Compiling highway v1.3.0
26802026-06-25T04:07:56.604Z Compiling hashbrown v0.15.5
26812026-06-25T04:07:56.756Z Compiling konst v0.2.20
26822026-06-25T04:07:57.139Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26832026-06-25T04:07:57.279Z Compiling foreign-types v0.3.2
26842026-06-25T04:07:57.290Z Compiling walkdir v2.5.0
26852026-06-25T04:07:57.361Z Compiling csv v1.4.0
26862026-06-25T04:07:58.078Z Compiling globset v0.4.18
26872026-06-25T04:07:58.332Z Compiling snafu v0.8.9
26882026-06-25T04:07:58.918Z Compiling qorb v0.4.1
26892026-06-25T04:08:00.740Z Compiling progenitor v0.13.0
26902026-06-25T04:08:00.805Z Compiling progenitor v0.14.0
26912026-06-25T04:08:00.883Z Compiling olpc-cjson v0.1.4
26922026-06-25T04:08:00.947Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26932026-06-25T04:08:01.097Z Compiling rayon v1.12.0
26942026-06-25T04:08:01.320Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26952026-06-25T04:08:01.576Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26962026-06-25T04:08:03.340Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26972026-06-25T04:08:04.162Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26982026-06-25T04:08:06.392Z Compiling phf v0.12.1
26992026-06-25T04:08:06.572Z Compiling openssl-sys v0.9.116
27002026-06-25T04:08:07.016Z Compiling tokio-dtrace v0.1.1
27012026-06-25T04:08:07.358Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27022026-06-25T04:08:07.771Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27032026-06-25T04:08:08.002Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27042026-06-25T04:08:08.712Z Compiling libsw-core v0.3.2
27052026-06-25T04:08:08.844Z Compiling pem v3.0.6
27062026-06-25T04:08:08.920Z Compiling serde_plain v1.0.2
27072026-06-25T04:08:09.209Z Compiling sigpipe v0.1.3
27082026-06-25T04:08:09.312Z Compiling glob v0.3.3
27092026-06-25T04:08:09.566Z Compiling jiff v0.2.28
27102026-06-25T04:08:09.578Z Compiling bytecount v0.6.9
27112026-06-25T04:08:09.766Z Compiling fixedbitset v0.4.2
27122026-06-25T04:08:10.132Z Compiling typed-path v0.9.3
27132026-06-25T04:08:10.300Z Compiling minimal-lexical v0.2.1
27142026-06-25T04:08:10.628Z Compiling fixedbitset v0.5.7
27152026-06-25T04:08:10.739Z Compiling nom v7.1.3
27162026-06-25T04:08:11.143Z Compiling petgraph v0.8.3
27172026-06-25T04:08:11.204Z Compiling tough v0.22.0
27182026-06-25T04:08:11.207Z Compiling petgraph v0.6.5
27192026-06-25T04:08:12.456Z Compiling papergrid v0.11.0
27202026-06-25T04:08:13.037Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27212026-06-25T04:08:13.062Z Compiling openssl v0.10.80
27222026-06-25T04:08:13.105Z Compiling libsw v3.5.0
27232026-06-25T04:08:13.294Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27242026-06-25T04:08:13.584Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27252026-06-25T04:08:13.818Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27262026-06-25T04:08:15.513Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27272026-06-25T04:08:15.818Z Compiling zone v0.3.1
27282026-06-25T04:08:17.119Z Compiling oxide-tokio-rt v0.1.6
27292026-06-25T04:08:17.621Z Compiling chrono-tz v0.10.4
27302026-06-25T04:08:17.769Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27312026-06-25T04:08:17.797Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27322026-06-25T04:08:17.997Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27332026-06-25T04:08:18.175Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27342026-06-25T04:08:18.717Z Compiling newtype_derive v0.1.6
27352026-06-25T04:08:18.806Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-06-25T04:08:18.856Z Compiling slog-dtrace v0.3.0
27372026-06-25T04:08:19.574Z Compiling cancel-safe-futures v0.1.5
27382026-06-25T04:08:19.948Z Compiling const_format v0.2.36
27392026-06-25T04:08:20.461Z Compiling owo-colors v4.3.0
27402026-06-25T04:08:20.464Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27412026-06-25T04:08:21.200Z Compiling gethostname v0.5.0
27422026-06-25T04:08:21.340Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27432026-06-25T04:08:21.381Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27442026-06-25T04:08:21.513Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27452026-06-25T04:08:21.637Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-25T04:08:22.106Z Compiling smf v0.2.3
27472026-06-25T04:08:22.419Z Compiling bcs v0.1.6
27482026-06-25T04:08:22.778Z Compiling linear-map v1.2.0
27492026-06-25T04:08:22.821Z Compiling unicode-linebreak v0.1.5
27502026-06-25T04:08:22.832Z Compiling whoami v1.6.1
27512026-06-25T04:08:22.998Z Compiling tagptr v0.2.0
27522026-06-25T04:08:23.088Z Compiling termtree v0.5.1
27532026-06-25T04:08:23.165Z Compiling smawk v0.3.2
27542026-06-25T04:08:23.257Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27552026-06-25T04:08:23.306Z Compiling textwrap v0.16.2
27562026-06-25T04:08:23.331Z Compiling moka v0.12.15
27572026-06-25T04:08:23.362Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-25T04:08:24.560Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-06-25T04:08:24.714Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-25T04:08:24.729Z Compiling tabled v0.15.0
27612026-06-25T04:08:24.941Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-06-25T04:08:25.481Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-25T04:08:25.695Z Compiling steno v0.4.1
27642026-06-25T04:08:26.510Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-25T04:08:28.167Z Compiling cookie v0.18.1
27662026-06-25T04:08:29.539Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-25T04:08:32.007Z Compiling hickory-proto v0.25.2
27682026-06-25T04:08:33.495Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27692026-06-25T04:08:33.596Z Compiling arc-swap v1.9.1
27702026-06-25T04:08:33.959Z Compiling slog-scope v4.4.1
27712026-06-25T04:08:34.117Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27722026-06-25T04:08:34.438Z Compiling hickory-resolver v0.25.2
27732026-06-25T04:08:35.875Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27742026-06-25T04:08:36.065Z Compiling libscf-sys v1.2.0
27752026-06-25T04:08:36.221Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-06-25T04:08:37.217Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27772026-06-25T04:08:37.266Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27782026-06-25T04:08:37.953Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27792026-06-25T04:08:38.012Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27802026-06-25T04:08:38.124Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-06-25T04:08:39.623Z Compiling slog-stdlog v4.1.1
27822026-06-25T04:08:40.038Z Compiling slog-envlogger v2.2.0
27832026-06-25T04:08:40.167Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27842026-06-25T04:08:41.216Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27852026-06-25T04:08:41.434Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27862026-06-25T04:08:48.536Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27872026-06-25T04:08:50.909Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27882026-06-25T04:08:52.708Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27892026-06-25T04:09:01.446Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27902026-06-25T04:09:05.270Z Finished `release` profile [optimized] target(s) in 2m 26s
27912026-06-25T04:09:05.386Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27922026-06-25T04:09:05.389Z
27932026-06-25T04:09:05.389Zrunning 1 test
27942026-06-25T04:09:05.529Zconfigure zone
27952026-06-25T04:09:05.548Zinstall zone
27962026-06-25T04:09:15.271Zboot zone
27972026-06-25T04:09:15.362Zstart zone s1
27982026-06-25T04:09:15.365Zconfigure zone
27992026-06-25T04:09:15.372Zinstall zone
28002026-06-25T04:09:17.208Zboot zone
28012026-06-25T04:09:17.315Zstart zone s2
28022026-06-25T04:09:17.315Zconfigure zone
28032026-06-25T04:09:17.326Zinstall zone
28042026-06-25T04:09:19.661Zboot zone
28052026-06-25T04:09:19.766Zstart zone s3
28062026-06-25T04:09:19.766Zconfigure zone
28072026-06-25T04:09:19.778Zinstall zone
28082026-06-25T04:09:22.534Zboot zone
28092026-06-25T04:09:22.638Zstart zone t1
28102026-06-25T04:09:22.641Zconfigure zone
28112026-06-25T04:09:22.648Zinstall zone
28122026-06-25T04:09:25.356Zboot zone
28132026-06-25T04:09:25.455Zwaiting for zones to come up
28142026-06-25T04:09:35.456Z[sidecar.quartet] svcs milestone/network
28152026-06-25T04:09:35.484ZSTATE STIME FMRI
28162026-06-25T04:09:35.484Zonline 4:09:15 svc:/milestone/network:default
28172026-06-25T04:09:35.484Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28182026-06-25T04:09:35.511Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28192026-06-25T04:09:35.537Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28202026-06-25T04:09:35.558Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28212026-06-25T04:09:35.560Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28222026-06-25T04:09:35.574Z
28232026-06-25T04:09:35.574Zrunning zone s1.quartet setup
28242026-06-25T04:09:35.574Z[s1.quartet] svcs milestone/network
28252026-06-25T04:09:35.591ZSTATE STIME FMRI
28262026-06-25T04:09:35.591Zonline 4:09:17 svc:/milestone/network:default
28272026-06-25T04:09:35.591Z[s1.quartet] dladm
28282026-06-25T04:09:35.605ZLINK CLASS MTU STATE BRIDGE OVER
28292026-06-25T04:09:35.605Zsl0 simnet 9000 up -- ?
28302026-06-25T04:09:35.605Zmgs1 vnic 9000 up -- ?
28312026-06-25T04:09:35.605Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28322026-06-25T04:09:36.145Z
28332026-06-25T04:09:36.145Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28342026-06-25T04:09:36.162Z
28352026-06-25T04:09:36.162Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28362026-06-25T04:09:36.175Z
28372026-06-25T04:09:36.175Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28382026-06-25T04:09:36.258Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28392026-06-25T04:09:36.332Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 09ed10c0-1c0a-4a69-a8b7-d52a331cd41d --sled-uuid dbc4af7e-a5d2-4cd6-b19e-9ce3902ce5e2 -a sl0/v6 &> /opt/ddmd.log &
28402026-06-25T04:09:36.346Z
28412026-06-25T04:09:36.346Zrunning zone s2.quartet setup
28422026-06-25T04:09:36.346Z[s2.quartet] svcs milestone/network
28432026-06-25T04:09:36.363ZSTATE STIME FMRI
28442026-06-25T04:09:36.363Zonline 4:09:19 svc:/milestone/network:default
28452026-06-25T04:09:36.363Z[s2.quartet] dladm
28462026-06-25T04:09:36.377ZLINK CLASS MTU STATE BRIDGE OVER
28472026-06-25T04:09:36.377Zsl1 simnet 9000 up -- ?
28482026-06-25T04:09:36.377Zmgs2 vnic 9000 up -- ?
28492026-06-25T04:09:36.377Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28502026-06-25T04:09:36.966Z
28512026-06-25T04:09:36.966Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28522026-06-25T04:09:36.984Z
28532026-06-25T04:09:36.984Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28542026-06-25T04:09:36.996Z
28552026-06-25T04:09:36.996Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28562026-06-25T04:09:37.030Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28572026-06-25T04:09:37.059Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid dab5984e-bacc-4713-bf76-c76b835f2923 --sled-uuid d6c11dc3-623f-461f-b0e0-f944aa7c6382 -a sl1/v6 &> /opt/ddmd.log &
28582026-06-25T04:09:37.072Z
28592026-06-25T04:09:37.072Zrunning zone s3.quartet setup
28602026-06-25T04:09:37.072Z[s3.quartet] svcs milestone/network
28612026-06-25T04:09:37.088ZSTATE STIME FMRI
28622026-06-25T04:09:37.088Zonline 4:09:22 svc:/milestone/network:default
28632026-06-25T04:09:37.088Z[s3.quartet] dladm
28642026-06-25T04:09:37.102ZLINK CLASS MTU STATE BRIDGE OVER
28652026-06-25T04:09:37.103Zsl2 simnet 9000 up -- ?
28662026-06-25T04:09:37.103Zmgs3 vnic 9000 up -- ?
28672026-06-25T04:09:37.103Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28682026-06-25T04:09:37.626Z
28692026-06-25T04:09:37.626Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28702026-06-25T04:09:37.642Z
28712026-06-25T04:09:37.642Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28722026-06-25T04:09:37.653Z
28732026-06-25T04:09:37.653Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28742026-06-25T04:09:37.688Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28752026-06-25T04:09:37.720Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8583f031-7112-4462-98b7-0dbc12e07ab4 --sled-uuid 31a34975-98b9-4c6a-a097-7e1ae7e4e256 -a sl2/v6 &> /opt/ddmd.log &
28762026-06-25T04:09:37.732Z
28772026-06-25T04:09:37.732Zrunning zone t1.quartet setup
28782026-06-25T04:09:37.732Z[t1.quartet] svcs milestone/network
28792026-06-25T04:09:37.747ZSTATE STIME FMRI
28802026-06-25T04:09:37.747Zonline 4:09:25 svc:/milestone/network:default
28812026-06-25T04:09:37.747Z[t1.quartet] dladm
28822026-06-25T04:09:37.761ZLINK CLASS MTU STATE BRIDGE OVER
28832026-06-25T04:09:37.761Ztfportrear0_0 simnet 9000 up -- ?
28842026-06-25T04:09:37.761Ztfportrear1_0 simnet 9000 up -- ?
28852026-06-25T04:09:37.761Ztfportrear2_0 simnet 9000 up -- ?
28862026-06-25T04:09:37.761Zmgt1 vnic 9000 up -- ?
28872026-06-25T04:09:37.761Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28882026-06-25T04:09:38.294Z
28892026-06-25T04:09:38.294Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28902026-06-25T04:09:38.311Z
28912026-06-25T04:09:38.311Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28922026-06-25T04:09:38.325Z
28932026-06-25T04:09:38.325Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28942026-06-25T04:09:38.338Z
28952026-06-25T04:09:38.338Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28962026-06-25T04:09:38.350Z
28972026-06-25T04:09:38.350Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28982026-06-25T04:09:38.673Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
28992026-06-25T04:09:38.676Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29002026-06-25T04:09:38.679Zwaiting 3s for copy of files to zone to complete ...
29012026-06-25T04:09:41.677Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29022026-06-25T04:09:41.812Z
29032026-06-25T04:09:41.812Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29042026-06-25T04:09:41.920Z
29052026-06-25T04:09:41.920Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29062026-06-25T04:09:41.954Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29072026-06-25T04:09:41.992Z[t1.quartet] svcadm disable dendrite
29082026-06-25T04:09:42.020Z
29092026-06-25T04:09:42.020Z[t1.quartet] svcadm disable tfport
29102026-06-25T04:09:42.043Z
29112026-06-25T04:09:42.043Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29122026-06-25T04:09:42.069Z
29132026-06-25T04:09:42.069Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29142026-06-25T04:09:42.094Z
29152026-06-25T04:09:42.098Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29162026-06-25T04:09:42.121Z
29172026-06-25T04:09:42.121Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29182026-06-25T04:09:42.145Z
29192026-06-25T04:09:42.145Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29202026-06-25T04:09:42.170Z
29212026-06-25T04:09:42.170Z[t1.quartet] svcadm refresh dendrite:default
29222026-06-25T04:09:42.191Z
29232026-06-25T04:09:42.191Z[t1.quartet] svcadm enable dendrite:default
29242026-06-25T04:09:42.212Z
29252026-06-25T04:09:42.212Zwait 10s for dendrite to come up ...
29262026-06-25T04:09:52.213Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29272026-06-25T04:09:52.244Z
29282026-06-25T04:09:52.244Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29292026-06-25T04:09:52.270Z
29302026-06-25T04:09:52.270Z[t1.quartet] svcadm refresh tfport:default
29312026-06-25T04:09:52.291Z
29322026-06-25T04:09:52.291Z[t1.quartet] svcadm enable tfport
29332026-06-25T04:09:52.313Z
29342026-06-25T04:09:52.313Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 60bef347-1c32-45e3-82ae-0e8f4543fbec --sled-uuid 7b0c2951-b54a-4201-be4d-08a4238098c3 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29352026-06-25T04:09:52.324Z
29362026-06-25T04:09:52.324Z[t1.quartet] ipadm
29372026-06-25T04:09:52.338ZADDROBJ TYPE STATE ADDR
29382026-06-25T04:09:52.338Zlo0/v4 static ok 127.0.0.1/8
29392026-06-25T04:09:52.338Zmgt1/v4 static ok 10.0.0.4/24
29402026-06-25T04:09:52.338Zlo0/v6 static ok ::1/128
29412026-06-25T04:09:52.338Zlo0/u6 static ok fd00:4::1/64
29422026-06-25T04:09:52.338Ztfportrear0_0/v6 addrconf ok fe80::dcf4:4eff:fe43:223f%tfportrear0_0/10
29432026-06-25T04:09:52.338Ztfportrear1_0/v6 addrconf ok fe80::ec46:86ff:fe08:eb8%tfportrear1_0/10
29442026-06-25T04:09:52.338Ztfportrear2_0/v6 addrconf ok fe80::e863:32ff:fe6a:b3cd%tfportrear2_0/10
29452026-06-25T04:09:54.463Zinitial peering test passed
29462026-06-25T04:09:55.465Z[s3.quartet] ping fd00:1::1
29472026-06-25T04:09:55.481Zfd00:1::1 is alive
29482026-06-25T04:10:05.396Ztest ddm::test_quartet has been running for over 60 seconds
29492026-06-25T04:10:06.485Z[s3.quartet] ping fd00:1::1
29502026-06-25T04:10:06.501Zfd00:1::1 is alive
29512026-06-25T04:10:06.504Z[t1.quartet] pkill ddmd
29522026-06-25T04:10:06.513Z
29532026-06-25T04:10:06.513Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29542026-06-25T04:10:06.516Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29552026-06-25T04:10:08.425Z[s3.quartet] pkill ddmd
29562026-06-25T04:10:08.443Z
29572026-06-25T04:10:08.443Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29582026-06-25T04:10:10.276Z[s2.quartet] pkill ddmd
29592026-06-25T04:10:10.307Z
29602026-06-25T04:10:10.307Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29612026-06-25T04:10:12.549Z[s1.quartet] pkill ddmd
29622026-06-25T04:10:12.570Z
29632026-06-25T04:10:12.571Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29642026-06-25T04:10:14.504Z[sidecar.quartet] pkill softnpu
29652026-06-25T04:10:14.508Z
29662026-06-25T04:10:14.508Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29672026-06-25T04:10:17.443Ztest ddm::test_quartet ... ok
29682026-06-25T04:10:17.443Z
29692026-06-25T04:10:17.443Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 72.04s
29702026-06-25T04:10:17.443Z
29712026-06-25T04:10:17.493Z+ cleanup
29722026-06-25T04:10:17.498Z++ id -un
29732026-06-25T04:10:17.711Z++ id -gn
29742026-06-25T04:10:17.712Z+ pfexec chown -R build:build .
29752026-06-25T04:10:17.712Zprocess exited: duration 675738 ms, exit code 0
 
29762026-06-25T04:10:17.724Zfound 6 output files
29772026-06-25T04:10:17.724Zuploading: /work/s1.quartet.log (4845 bytes)
29782026-06-25T04:10:18.737Zuploaded: /work/s1.quartet.log
29792026-06-25T04:10:18.737Zuploading: /work/s2.quartet.log (4133 bytes)
29802026-06-25T04:10:19.759Zuploaded: /work/s2.quartet.log
29812026-06-25T04:10:19.759Zuploading: /work/s3.quartet.log (4252 bytes)
29822026-06-25T04:10:20.772Zuploaded: /work/s3.quartet.log
29832026-06-25T04:10:20.773Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29842026-06-25T04:10:21.805Zuploaded: /work/sidecar.quartet-softnpu.log
29852026-06-25T04:10:21.805Zuploading: /work/t1.quartet-dpd.log (202327 bytes)
29862026-06-25T04:10:22.850Zuploaded: /work/t1.quartet-dpd.log
29872026-06-25T04:10:22.851Zuploading: /work/t1.quartet.log (17194 bytes)
29882026-06-25T04:10:24.161Zuploaded: /work/t1.quartet.log