01KZ6TK4KJKJ93YE2M5SFPRY0X: 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: 01KZ6TKSKF7BY4B4SSXMBS6S0K

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T16:45:55.043Zjob assigned to worker 01KZ6TMEFW9G24VB44V9F11NCX [factory aws, i-0e60281b49c85b624] (queued for 1 m 3 s)
 
22026-08-04T16:46:01.805Zstarting task 0: "setup"
32026-08-04T16:46:01.812Z++ uname -s
42026-08-04T16:46:01.815Z+ kern=SunOS
52026-08-04T16:46:01.815Z+ build_user=build
62026-08-04T16:46:01.815Z+ build_uid=12345
72026-08-04T16:46:01.816Z+ work_dir=/work
82026-08-04T16:46:01.816Z+ input_dir=/input
92026-08-04T16:46:01.816Z+ [[ 0 == 12345 ]]
102026-08-04T16:46:01.816Z+ case "$kern" in
112026-08-04T16:46:01.816Z+ groupadd -g 12345 build
122026-08-04T16:46:01.816Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T16:46:03.821Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T16:46:03.932Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T16:46:03.936Z+ home_fs=zfs
162026-08-04T16:46:03.936Z+ [[ zfs == autofs ]]
172026-08-04T16:46:03.936Z+ mkdir -p /home/build
182026-08-04T16:46:03.936Z+ chown build:build /home/build /work
192026-08-04T16:46:05.937Z+ chmod 0700 /home/build /work
202026-08-04T16:46:05.942Zprocess exited: duration 4134 ms, exit code 0
 
212026-08-04T16:46:05.949Zstarting task 1: "rust-toolchain"
222026-08-04T16:46:05.953Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-04T16:46:05.953Z * rust toolchain channel = "stable"
242026-08-04T16:46:05.953Z * rust toolchain profile = "default"
252026-08-04T16:46:05.954Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-04T16:46:05.954Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T16:46:05.954Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T16:46:05.957Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T16:46:05.957Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-04T16:46:06.030Zinfo: downloading installer
312026-08-04T16:46:07.485Zwarn: It looks like you have an existing installation of Rust at:
322026-08-04T16:46:07.485Zwarn: /opt/ooce/bin
332026-08-04T16:46:07.485Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-04T16:46:07.488Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-04T16:46:07.489Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-04T16:46:07.489Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-04T16:46:07.489Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-04T16:46:07.489Zerror: cannot install while Rust is installed
392026-08-04T16:46:07.489Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-04T16:46:07.489Zwarn: It looks like you have an existing rustup settings file at:
412026-08-04T16:46:07.489Zwarn: /home/build/.rustup/settings.toml
422026-08-04T16:46:07.489Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-04T16:46:07.489Zwarn: instead of the one inferred from the default host triple.
442026-08-04T16:46:07.499Zinfo: profile set to default
452026-08-04T16:46:07.499Zinfo: default host triple is x86_64-unknown-illumos
462026-08-04T16:46:07.502Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-08-04T16:46:07.636Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-08-04T16:46:07.639Zinfo: downloading 6 components
492026-08-04T16:46:22.848Z
502026-08-04T16:46:22.848Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-08-04T16:46:22.875Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-08-04T16:46:22.875Z
532026-08-04T16:46:22.879Z
542026-08-04T16:46:22.879ZRust is installed now. Great!
552026-08-04T16:46:22.879Z
562026-08-04T16:46:22.879ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-04T16:46:22.879Zenvironment variable. This has not been done automatically.
582026-08-04T16:46:22.879Z
592026-08-04T16:46:22.879ZTo configure your current shell, you need to source
602026-08-04T16:46:22.879Zthe corresponding env file under $HOME/.cargo.
612026-08-04T16:46:22.879Z
622026-08-04T16:46:22.879ZThis is usually done by running one of the following (note the leading DOT):
632026-08-04T16:46:22.879Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-04T16:46:22.879Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-04T16:46:22.880Zsource "~/.cargo/env.nu" # For nushell
662026-08-04T16:46:22.881Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-04T16:46:22.881Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-04T16:46:22.881Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-04T16:46:22.881Zwarn: no default linker (`cc`) was found in your PATH
702026-08-04T16:46:22.881Zwarn: many Rust crates require a system C toolchain to build
712026-08-04T16:46:22.967Z+ rustup --version
722026-08-04T16:46:22.975Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-04T16:46:22.978Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-04T16:46:22.998Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-08-04T16:46:23.001Z+ cargo --version
762026-08-04T16:46:23.014Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-08-04T16:46:23.017Z+ rustc --version
782026-08-04T16:46:23.037Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-08-04T16:46:23.041Zprocess exited: duration 17090 ms, exit code 0
 
802026-08-04T16:46:23.047Zstarting task 2: "authentication"
812026-08-04T16:46:23.064Zprocess exited: duration 16 ms, exit code 0
 
822026-08-04T16:46:23.070Zstarting task 3: "clone repository"
832026-08-04T16:46:23.073Z+ mkdir -p /work/oxidecomputer/maghemite
842026-08-04T16:46:23.076Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-08-04T16:46:23.105ZCloning into '/work/oxidecomputer/maghemite'...
862026-08-04T16:46:25.237Z+ cd /work/oxidecomputer/maghemite
872026-08-04T16:46:25.237Z+ git fetch origin 486debe5e7bf21fb34eb0ff8c85291a234f50307
882026-08-04T16:46:25.480ZFrom https://github.com/oxidecomputer/maghemite
892026-08-04T16:46:25.480Z * branch 486debe5e7bf21fb34eb0ff8c85291a234f50307 -> FETCH_HEAD
902026-08-04T16:46:25.487Z+ [[ -n '' ]]
912026-08-04T16:46:25.487Z+ git reset --hard 486debe5e7bf21fb34eb0ff8c85291a234f50307
922026-08-04T16:46:25.513ZHEAD is now at 486debe [api-types] align multicast validation with dendrite/omicron policy
932026-08-04T16:46:25.521Zprocess exited: duration 2435 ms, exit code 0
 
942026-08-04T16:46:25.537Zstarting task 4: "build"
952026-08-04T16:46:25.543Z++ dladm
962026-08-04T16:46:25.555ZLINK CLASS MTU STATE BRIDGE OVER
972026-08-04T16:46:25.555Zena0 phys 9216 up -- --
982026-08-04T16:46:25.555Z++ ipadm
992026-08-04T16:46:25.555ZADDROBJ TYPE STATE ADDR
1002026-08-04T16:46:25.555Zlo0/v4 static ok 127.0.0.1/8
1012026-08-04T16:46:25.555Zena0/dhcp dhcp ok 10.150.1.50/24
1022026-08-04T16:46:25.555Zlo0/v6 static ok ::1/128
1032026-08-04T16:46:25.555Z++ banner collect
1042026-08-04T16:46:25.559Z
1052026-08-04T16:46:25.559Z #### #### # # ###### #### #####
1062026-08-04T16:46:25.559Z # # # # # # # # # #
1072026-08-04T16:46:25.559Z # # # # # ##### # #
1082026-08-04T16:46:25.559Z # # # # # # # #
1092026-08-04T16:46:25.559Z # # # # # # # # # #
1102026-08-04T16:46:25.559Z #### #### ###### ###### ###### #### #
1112026-08-04T16:46:25.559Z
1122026-08-04T16:46:25.559Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1132026-08-04T16:46:25.559Z++ repo=softnpu
1142026-08-04T16:46:25.559Z++ series=image
1152026-08-04T16:46:25.559Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1162026-08-04T16:46:25.559Z++ name=softnpu
1172026-08-04T16:46:25.559Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1182026-08-04T16:46:25.559Z++ mkdir -p download
1192026-08-04T16:46:25.559Z++ pushd download
1202026-08-04T16:46:25.559Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1212026-08-04T16:46:25.559Z++ [[ ! -f softnpu ]]
1222026-08-04T16:46:25.559Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1232026-08-04T16:46:25.559Z % Total % Received % Xferd Average Speed Time Time Time Current
1242026-08-04T16:46:25.559Z Dload Upload Total Spent Left Speed
1252026-08-04T16:46:25.925Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 42.80M 0 0 100 15.63M 100 15.63M 0 0 42.79M 0 0 100 15.63M 100 15.63M 0 0 42.78M 0 0
1262026-08-04T16:46:25.934Z++ popd
1272026-08-04T16:46:25.934Z/work/oxidecomputer/maghemite
1282026-08-04T16:46:25.934Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1292026-08-04T16:46:25.935Z++ repo=sidecar-lite
1302026-08-04T16:46:25.935Z++ series=release
1312026-08-04T16:46:25.935Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1322026-08-04T16:46:25.935Z++ name=libsidecar_lite.so
1332026-08-04T16:46:25.935Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1342026-08-04T16:46:25.935Z++ mkdir -p download
1352026-08-04T16:46:25.935Z++ pushd download
1362026-08-04T16:46:25.935Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1372026-08-04T16:46:25.935Z++ [[ ! -f libsidecar_lite.so ]]
1382026-08-04T16:46:25.935Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1392026-08-04T16:46:25.948Z % Total % Received % Xferd Average Speed Time Time Time Current
1402026-08-04T16:46:25.948Z Dload Upload Total Spent Left Speed
1412026-08-04T16:46:26.147Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 56.80M 0 0 100 12.04M 100 12.04M 0 0 56.79M 0 0 100 12.04M 100 12.04M 0 0 56.78M 0 0
1422026-08-04T16:46:26.154Z++ popd
1432026-08-04T16:46:26.154Z/work/oxidecomputer/maghemite
1442026-08-04T16:46:26.154Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1452026-08-04T16:46:26.154Z++ repo=sidecar-lite
1462026-08-04T16:46:26.154Z++ series=release
1472026-08-04T16:46:26.154Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1482026-08-04T16:46:26.154Z++ name=scadm
1492026-08-04T16:46:26.154Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1502026-08-04T16:46:26.154Z++ mkdir -p download
1512026-08-04T16:46:26.154Z++ pushd download
1522026-08-04T16:46:26.154Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1532026-08-04T16:46:26.154Z++ [[ ! -f scadm ]]
1542026-08-04T16:46:26.154Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1552026-08-04T16:46:26.164Z % Total % Received % Xferd Average Speed Time Time Time Current
1562026-08-04T16:46:26.164Z Dload Upload Total Spent Left Speed
1572026-08-04T16:46:26.404Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 63.72M 0 0 100 15.78M 100 15.78M 0 0 63.71M 0 0 100 15.78M 100 15.78M 0 0 63.70M 0 0
1582026-08-04T16:46:26.408Z++ popd
1592026-08-04T16:46:26.408Z/work/oxidecomputer/maghemite
1602026-08-04T16:46:26.408Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1612026-08-04T16:46:26.408Z++ repo=dendrite
1622026-08-04T16:46:26.408Z++ series=image
1632026-08-04T16:46:26.408Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1642026-08-04T16:46:26.408Z++ name=dendrite-softnpu.tar.gz
1652026-08-04T16:46:26.408Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1662026-08-04T16:46:26.408Z++ mkdir -p download
1672026-08-04T16:46:26.412Z++ pushd download
1682026-08-04T16:46:26.412Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1692026-08-04T16:46:26.412Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1702026-08-04T16:46:26.412Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1712026-08-04T16:46:26.415Z % Total % Received % Xferd Average Speed Time Time Time Current
1722026-08-04T16:46:26.415Z Dload Upload Total Spent Left Speed
1732026-08-04T16:46:27.461Z 0 0 0 0 0 0 0 0 0 97 71.59M 97 69.96M 0 0 67.96M 0 00:01 00:01 67.97M 100 71.59M 100 71.59M 0 0 68.48M 0 00:01 00:01 67.97M 100 71.59M 100 71.59M 0 0 68.48M 0 00:01 00:01 67.97M 100 71.59M 100 71.59M 0 0 68.47M 0 00:01 00:01 67.97M
1742026-08-04T16:46:27.464Z++ popd
1752026-08-04T16:46:27.467Z/work/oxidecomputer/maghemite
1762026-08-04T16:46:27.467Z++ get_artifact maghemite release 486debe5e7bf21fb34eb0ff8c85291a234f50307 ddm
1772026-08-04T16:46:27.467Z++ repo=maghemite
1782026-08-04T16:46:27.467Z++ series=release
1792026-08-04T16:46:27.467Z++ commit=486debe5e7bf21fb34eb0ff8c85291a234f50307
1802026-08-04T16:46:27.467Z++ name=ddm
1812026-08-04T16:46:27.467Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1822026-08-04T16:46:27.467Z++ mkdir -p download
1832026-08-04T16:46:27.467Z++ pushd download
1842026-08-04T16:46:27.467Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1852026-08-04T16:46:27.467Z++ [[ ! -f ddm ]]
1862026-08-04T16:46:27.467Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/486debe5e7bf21fb34eb0ff8c85291a234f50307/ddm
1872026-08-04T16:46:27.472Z % Total % Received % Xferd Average Speed Time Time Time Current
1882026-08-04T16:46:27.477Z Dload Upload Total Spent Left Speed
1892026-08-04T16:46:27.529Z 0 0 0 0 0 0 0 0 0
1902026-08-04T16:46:27.529Zcurl: (22) The requested URL returned error: 404
1912026-08-04T16:46:27.533Z++ popd
1922026-08-04T16:46:27.533Z/work/oxidecomputer/maghemite
1932026-08-04T16:46:27.533Z++ get_artifact maghemite release 486debe5e7bf21fb34eb0ff8c85291a234f50307 ddmadm
1942026-08-04T16:46:27.533Z++ repo=maghemite
1952026-08-04T16:46:27.533Z++ series=release
1962026-08-04T16:46:27.533Z++ commit=486debe5e7bf21fb34eb0ff8c85291a234f50307
1972026-08-04T16:46:27.533Z++ name=ddmadm
1982026-08-04T16:46:27.533Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1992026-08-04T16:46:27.533Z++ mkdir -p download
2002026-08-04T16:46:27.533Z++ pushd download
2012026-08-04T16:46:27.533Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2022026-08-04T16:46:27.533Z++ [[ ! -f ddmadm ]]
2032026-08-04T16:46:27.533Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/486debe5e7bf21fb34eb0ff8c85291a234f50307/ddmadm
2042026-08-04T16:46:27.546Z % Total % Received % Xferd Average Speed Time Time Time Current
2052026-08-04T16:46:27.546Z Dload Upload Total Spent Left Speed
2062026-08-04T16:46:27.591Z 0 0 0 0 0 0 0 0 0
2072026-08-04T16:46:27.591Zcurl: (22) The requested URL returned error: 404
2082026-08-04T16:46:27.595Z/work/oxidecomputer/maghemite
2092026-08-04T16:46:27.595Z++ popd
2102026-08-04T16:46:27.595Z++ pushd download
2112026-08-04T16:46:27.595Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2122026-08-04T16:46:27.595Z++ chmod +x softnpu
2132026-08-04T16:46:27.595Z++ chmod +x scadm
2142026-08-04T16:46:27.598Z++ chmod +x ddmadm
2152026-08-04T16:46:27.598Zchmod: WARNING: can't access ddmadm
2162026-08-04T16:46:27.598Z++ chmod +x ddmd
2172026-08-04T16:46:27.598Zchmod: WARNING: can't access ddmd
2182026-08-04T16:46:27.598Z++ mv ddmadm ddmadm-v2
2192026-08-04T16:46:27.601Zmv: cannot access ddmadm
2202026-08-04T16:46:27.601Z++ mv ddmd ddmd-v2
2212026-08-04T16:46:27.601Zmv: cannot access ddmd
2222026-08-04T16:46:27.601Z++ rm -rf zones/dendrite
2232026-08-04T16:46:27.601Z++ mkdir -p zones/dendrite
2242026-08-04T16:46:27.605Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2252026-08-04T16:46:28.610Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2262026-08-04T16:46:28.613Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2272026-08-04T16:46:28.616Z++ popd
2282026-08-04T16:46:28.616Z++ banner install
2292026-08-04T16:46:28.616Z/work/oxidecomputer/maghemite
2302026-08-04T16:46:28.616Z
2312026-08-04T16:46:28.616Z # # # #### ##### ## # #
2322026-08-04T16:46:28.616Z # ## # # # # # # #
2332026-08-04T16:46:28.616Z # # # # #### # # # # #
2342026-08-04T16:46:28.616Z # # # # # # ###### # #
2352026-08-04T16:46:28.616Z # # ## # # # # # # #
2362026-08-04T16:46:28.616Z # # # #### # # # ###### ######
2372026-08-04T16:46:28.616Z
2382026-08-04T16:46:28.617Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2392026-08-04T16:46:28.617Z++ set +o errexit
2402026-08-04T16:46:28.617Z++ pkg info clang-15
2412026-08-04T16:46:28.617Z++ grep -qi installed
2422026-08-04T16:46:29.820Zpkg: info: no packages matching the following patterns you specified are
2432026-08-04T16:46:29.820Zinstalled on the system. Try querying remotely instead:
2442026-08-04T16:46:29.820Z
2452026-08-04T16:46:29.820Z clang-15
2462026-08-04T16:46:29.860Z++ [[ 1 != 0 ]]
2472026-08-04T16:46:29.860Z++ set -o errexit
2482026-08-04T16:46:29.860Z++ pfexec pkg install clang-15
2492026-08-04T16:46:37.506Z Startup: Refreshing catalog 'helios-dev' ... Done
2502026-08-04T16:46:45.372Z Startup: Caching catalogs ... Done
2512026-08-04T16:46:52.796ZPlanning: Solver setup ... Done
2522026-08-04T16:46:52.838ZPlanning: Running solver ... Done
2532026-08-04T16:46:52.982ZPlanning: Finding local manifests ... Done
2542026-08-04T16:46:53.002ZPlanning: Fetching manifests: 0/2 0% complete
2552026-08-04T16:46:53.105ZPlanning: Fetching manifests: 2/2 100% complete
2562026-08-04T16:46:53.134ZPlanning: Package planning ... Done
2572026-08-04T16:46:53.160ZPlanning: Merging actions ... Done
2582026-08-04T16:46:53.273ZPlanning: Checking for conflicting actions ... Done
2592026-08-04T16:46:53.279ZPlanning: Consolidating action changes ... Done
2602026-08-04T16:46:54.070ZPlanning: Evaluating mediators ... Done
2612026-08-04T16:46:54.075ZPlanning: Planning completed in 8.53 seconds
2622026-08-04T16:46:54.086Z Packages to install: 2
2632026-08-04T16:46:54.086Z Mediators to change: 2
2642026-08-04T16:46:54.089Z Services to change: 1
2652026-08-04T16:46:54.089Z Create boot environment: No
2662026-08-04T16:46:54.089ZCreate backup boot environment: No
2672026-08-04T16:46:54.129Z
2682026-08-04T16:46:54.129ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2692026-08-04T16:46:59.137ZDownload: 635/3076 items 3.5/211.3MB 1% complete (777k/s)
2702026-08-04T16:47:05.670ZDownload: 981/3076 items 68.3/211.3MB 32% complete (7.9M/s)
2712026-08-04T16:47:10.671ZDownload: 1086/3076 items 113.0/211.3MB 53% complete (10.9M/s)
2722026-08-04T16:47:15.677ZDownload: 3024/3076 items 201.0/211.3MB 95% complete (13.4M/s)
2732026-08-04T16:47:21.227ZDownload: 3063/3076 items 207.0/211.3MB 97% complete (16.2M/s)
2742026-08-04T16:47:21.284ZDownload: Completed 211.31 MB in 27.15 seconds (7.8M/s)
2752026-08-04T16:47:21.402Z Actions: 1/3418 actions (Installing new actions)
2762026-08-04T16:47:24.576Z Actions: Completed 3418 actions in 3.17 seconds.
2772026-08-04T16:47:25.240Z Done
2782026-08-04T16:47:25.241Z Done
2792026-08-04T16:47:25.984Z Done
2802026-08-04T16:47:29.393Z Done
2812026-08-04T16:47:29.466Z Done
2822026-08-04T16:47:29.469Z Done
2832026-08-04T16:47:29.733Z Done
2842026-08-04T16:47:30.416Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2852026-08-04T16:47:30.416Z++ set +o errexit
2862026-08-04T16:47:30.419Z++ pkg info pkg-config
2872026-08-04T16:47:30.420Z++ grep -qi installed
2882026-08-04T16:47:30.647Z++ [[ 0 != 0 ]]
2892026-08-04T16:47:30.648Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-08-04T16:47:30.648Z++ set +o errexit
2912026-08-04T16:47:30.651Z++ pkg info brand/omicron1
2922026-08-04T16:47:30.651Z++ grep -qi installed
2932026-08-04T16:47:30.834Zpkg: info: no packages matching the following patterns you specified are
2942026-08-04T16:47:30.835Zinstalled on the system. Try querying remotely instead:
2952026-08-04T16:47:30.835Z
2962026-08-04T16:47:30.835Z brand/omicron1
2972026-08-04T16:47:30.868Z++ [[ 1 != 0 ]]
2982026-08-04T16:47:30.868Z++ set -o errexit
2992026-08-04T16:47:30.868Z++ pfexec pkg install brand/omicron1
3002026-08-04T16:47:31.302Z Startup: Refreshing catalog 'helios-dev' ... Done
3012026-08-04T16:47:38.729ZPlanning: Solver setup ... Done
3022026-08-04T16:47:38.769ZPlanning: Running solver ... Done
3032026-08-04T16:47:38.919ZPlanning: Finding local manifests ... Done
3042026-08-04T16:47:38.922ZPlanning: Fetching manifests: 0/2 0% complete
3052026-08-04T16:47:39.047ZPlanning: Fetching manifests: 2/2 100% complete
3062026-08-04T16:47:39.059ZPlanning: Package planning ... Done
3072026-08-04T16:47:39.062ZPlanning: Merging actions ... Done
3082026-08-04T16:47:39.213ZPlanning: Checking for conflicting actions ... Done
3092026-08-04T16:47:39.216ZPlanning: Consolidating action changes ... Done
3102026-08-04T16:47:39.374ZPlanning: Evaluating mediators ... Done
3112026-08-04T16:47:39.378ZPlanning: Planning completed in 8.07 seconds
3122026-08-04T16:47:39.383Z Packages to install: 2
3132026-08-04T16:47:39.383Z Create boot environment: No
3142026-08-04T16:47:39.383ZCreate backup boot environment: No
3152026-08-04T16:47:39.413Z
3162026-08-04T16:47:39.413ZDownload: 0/5 items 0.0/1.1MB 0% complete
3172026-08-04T16:47:39.435ZDownload: Completed 1.07 MB in 0.02 seconds (47.5M/s)
3182026-08-04T16:47:39.516Z Actions: 1/28 actions (Installing new actions)
3192026-08-04T16:47:39.529Z Actions: Completed 28 actions in 0.01 seconds.
3202026-08-04T16:47:40.041Z Done
3212026-08-04T16:47:40.041Z Done
3222026-08-04T16:47:40.692Z Done
3232026-08-04T16:47:43.547Z Done
3242026-08-04T16:47:43.621Z Done
3252026-08-04T16:47:43.625Z Done
3262026-08-04T16:47:43.781Z Done
3272026-08-04T16:47:43.917Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3282026-08-04T16:47:43.917Z++ set +o errexit
3292026-08-04T16:47:43.920Z++ pkg info brand/omicron1/tools
3302026-08-04T16:47:43.920Z++ grep -qi installed
3312026-08-04T16:47:44.106Zpkg: info: no packages matching the following patterns you specified are
3322026-08-04T16:47:44.106Zinstalled on the system. Try querying remotely instead:
3332026-08-04T16:47:44.106Z
3342026-08-04T16:47:44.106Z brand/omicron1/tools
3352026-08-04T16:47:44.142Z++ [[ 1 != 0 ]]
3362026-08-04T16:47:44.143Z++ set -o errexit
3372026-08-04T16:47:44.143Z++ pfexec pkg install brand/omicron1/tools
3382026-08-04T16:47:44.541Z Startup: Refreshing catalog 'helios-dev' ... Done
3392026-08-04T16:47:51.842ZPlanning: Solver setup ... Done
3402026-08-04T16:47:51.881ZPlanning: Running solver ... Done
3412026-08-04T16:47:52.023ZPlanning: Finding local manifests ... Done
3422026-08-04T16:47:52.027ZPlanning: Fetching manifests: 0/1 0% complete
3432026-08-04T16:47:52.142ZPlanning: Fetching manifests: 1/1 100% complete
3442026-08-04T16:47:52.154ZPlanning: Package planning ... Done
3452026-08-04T16:47:52.158ZPlanning: Merging actions ... Done
3462026-08-04T16:47:52.298ZPlanning: Checking for conflicting actions ... Done
3472026-08-04T16:47:52.301ZPlanning: Consolidating action changes ... Done
3482026-08-04T16:47:52.453ZPlanning: Evaluating mediators ... Done
3492026-08-04T16:47:52.457ZPlanning: Planning completed in 7.91 seconds
3502026-08-04T16:47:52.462Z Packages to install: 1
3512026-08-04T16:47:52.462Z Services to change: 1
3522026-08-04T16:47:52.462Z Create boot environment: No
3532026-08-04T16:47:52.465ZCreate backup boot environment: No
3542026-08-04T16:47:52.490Z
3552026-08-04T16:47:52.490ZDownload: 0/2 items 0.0/1.2MB 0% complete
3562026-08-04T16:47:52.518ZDownload: Completed 1.19 MB in 0.03 seconds (44.7M/s)
3572026-08-04T16:47:52.590Z Actions: 1/19 actions (Installing new actions)
3582026-08-04T16:47:52.604Z Actions: Completed 19 actions in 0.01 seconds.
3592026-08-04T16:47:53.117Z Done
3602026-08-04T16:47:53.117Z Done
3612026-08-04T16:47:53.765Z Done
3622026-08-04T16:47:56.687Z Done
3632026-08-04T16:47:56.760Z Done
3642026-08-04T16:47:56.763Z Done
3652026-08-04T16:47:56.933Z Done
3662026-08-04T16:47:57.077Z++ pfexec svcadm enable baseline
3672026-08-04T16:47:57.091Z++ retry=0
3682026-08-04T16:47:57.094Z+++ svcs -Hostate baseline
3692026-08-04T16:47:57.106Z++ [[ offline* != online ]]
3702026-08-04T16:47:57.106Z++ [[ 0 -gt 300 ]]
3712026-08-04T16:47:57.107Z++ sleep 1
3722026-08-04T16:47:58.109Z++ retry=1
3732026-08-04T16:47:58.112Z+++ svcs -Hostate baseline
3742026-08-04T16:47:58.124Z++ [[ offline* != online ]]
3752026-08-04T16:47:58.124Z++ [[ 1 -gt 300 ]]
3762026-08-04T16:47:58.124Z++ sleep 1
3772026-08-04T16:47:59.126Z++ retry=2
3782026-08-04T16:47:59.129Z+++ svcs -Hostate baseline
3792026-08-04T16:47:59.141Z++ [[ offline* != online ]]
3802026-08-04T16:47:59.141Z++ [[ 2 -gt 300 ]]
3812026-08-04T16:47:59.141Z++ sleep 1
3822026-08-04T16:48:00.143Z++ retry=3
3832026-08-04T16:48:00.148Z+++ svcs -Hostate baseline
3842026-08-04T16:48:00.166Z++ [[ offline* != online ]]
3852026-08-04T16:48:00.166Z++ [[ 3 -gt 300 ]]
3862026-08-04T16:48:00.166Z++ sleep 1
3872026-08-04T16:48:01.161Z++ retry=4
3882026-08-04T16:48:01.165Z+++ svcs -Hostate baseline
3892026-08-04T16:48:01.178Z++ [[ offline* != online ]]
3902026-08-04T16:48:01.178Z++ [[ 4 -gt 300 ]]
3912026-08-04T16:48:01.179Z++ sleep 1
3922026-08-04T16:48:02.177Z++ retry=5
3932026-08-04T16:48:02.180Z+++ svcs -Hostate baseline
3942026-08-04T16:48:02.192Z++ [[ offline* != online ]]
3952026-08-04T16:48:02.192Z++ [[ 5 -gt 300 ]]
3962026-08-04T16:48:02.192Z++ sleep 1
3972026-08-04T16:48:03.194Z++ retry=6
3982026-08-04T16:48:03.197Z+++ svcs -Hostate baseline
3992026-08-04T16:48:03.210Z++ [[ offline* != online ]]
4002026-08-04T16:48:03.210Z++ [[ 6 -gt 300 ]]
4012026-08-04T16:48:03.210Z++ sleep 1
4022026-08-04T16:48:04.213Z++ retry=7
4032026-08-04T16:48:04.216Z+++ svcs -Hostate baseline
4042026-08-04T16:48:04.229Z++ [[ offline* != online ]]
4052026-08-04T16:48:04.229Z++ [[ 7 -gt 300 ]]
4062026-08-04T16:48:04.229Z++ sleep 1
4072026-08-04T16:48:05.231Z++ retry=8
4082026-08-04T16:48:05.234Z+++ svcs -Hostate baseline
4092026-08-04T16:48:05.247Z++ [[ offline* != online ]]
4102026-08-04T16:48:05.247Z++ [[ 8 -gt 300 ]]
4112026-08-04T16:48:05.247Z++ sleep 1
4122026-08-04T16:48:06.250Z++ retry=9
4132026-08-04T16:48:06.253Z+++ svcs -Hostate baseline
4142026-08-04T16:48:06.266Z++ [[ offline* != online ]]
4152026-08-04T16:48:06.266Z++ [[ 9 -gt 300 ]]
4162026-08-04T16:48:06.266Z++ sleep 1
4172026-08-04T16:48:07.269Z++ retry=10
4182026-08-04T16:48:07.273Z+++ svcs -Hostate baseline
4192026-08-04T16:48:07.284Z++ [[ offline* != online ]]
4202026-08-04T16:48:07.284Z++ [[ 10 -gt 300 ]]
4212026-08-04T16:48:07.285Z++ sleep 1
4222026-08-04T16:48:08.287Z++ retry=11
4232026-08-04T16:48:08.290Z+++ svcs -Hostate baseline
4242026-08-04T16:48:08.303Z++ [[ offline* != online ]]
4252026-08-04T16:48:08.303Z++ [[ 11 -gt 300 ]]
4262026-08-04T16:48:08.303Z++ sleep 1
4272026-08-04T16:48:09.306Z++ retry=12
4282026-08-04T16:48:09.310Z+++ svcs -Hostate baseline
4292026-08-04T16:48:09.322Z++ [[ offline* != online ]]
4302026-08-04T16:48:09.322Z++ [[ 12 -gt 300 ]]
4312026-08-04T16:48:09.322Z++ sleep 1
4322026-08-04T16:48:10.324Z++ retry=13
4332026-08-04T16:48:10.328Z+++ svcs -Hostate baseline
4342026-08-04T16:48:10.340Z++ [[ offline* != online ]]
4352026-08-04T16:48:10.340Z++ [[ 13 -gt 300 ]]
4362026-08-04T16:48:10.340Z++ sleep 1
4372026-08-04T16:48:11.342Z++ retry=14
4382026-08-04T16:48:11.346Z+++ svcs -Hostate baseline
4392026-08-04T16:48:11.358Z++ [[ offline* != online ]]
4402026-08-04T16:48:11.358Z++ [[ 14 -gt 300 ]]
4412026-08-04T16:48:11.358Z++ sleep 1
4422026-08-04T16:48:12.360Z++ retry=15
4432026-08-04T16:48:12.363Z+++ svcs -Hostate baseline
4442026-08-04T16:48:12.376Z++ [[ offline* != online ]]
4452026-08-04T16:48:12.376Z++ [[ 15 -gt 300 ]]
4462026-08-04T16:48:12.376Z++ sleep 1
4472026-08-04T16:48:13.378Z++ retry=16
4482026-08-04T16:48:13.381Z+++ svcs -Hostate baseline
4492026-08-04T16:48:13.394Z++ [[ offline* != online ]]
4502026-08-04T16:48:13.394Z++ [[ 16 -gt 300 ]]
4512026-08-04T16:48:13.394Z++ sleep 1
4522026-08-04T16:48:14.397Z++ retry=17
4532026-08-04T16:48:14.401Z+++ svcs -Hostate baseline
4542026-08-04T16:48:14.412Z++ [[ offline* != online ]]
4552026-08-04T16:48:14.412Z++ [[ 17 -gt 300 ]]
4562026-08-04T16:48:14.412Z++ sleep 1
4572026-08-04T16:48:15.415Z++ retry=18
4582026-08-04T16:48:15.418Z+++ svcs -Hostate baseline
4592026-08-04T16:48:15.431Z++ [[ offline* != online ]]
4602026-08-04T16:48:15.431Z++ [[ 18 -gt 300 ]]
4612026-08-04T16:48:15.431Z++ sleep 1
4622026-08-04T16:48:16.433Z++ retry=19
4632026-08-04T16:48:16.436Z+++ svcs -Hostate baseline
4642026-08-04T16:48:16.449Z++ [[ offline* != online ]]
4652026-08-04T16:48:16.449Z++ [[ 19 -gt 300 ]]
4662026-08-04T16:48:16.449Z++ sleep 1
4672026-08-04T16:48:17.451Z++ retry=20
4682026-08-04T16:48:17.454Z+++ svcs -Hostate baseline
4692026-08-04T16:48:17.467Z++ [[ offline* != online ]]
4702026-08-04T16:48:17.467Z++ [[ 20 -gt 300 ]]
4712026-08-04T16:48:17.467Z++ sleep 1
4722026-08-04T16:48:18.469Z++ retry=21
4732026-08-04T16:48:18.472Z+++ svcs -Hostate baseline
4742026-08-04T16:48:18.486Z++ [[ offline* != online ]]
4752026-08-04T16:48:18.486Z++ [[ 21 -gt 300 ]]
4762026-08-04T16:48:18.486Z++ sleep 1
4772026-08-04T16:48:19.489Z++ retry=22
4782026-08-04T16:48:19.492Z+++ svcs -Hostate baseline
4792026-08-04T16:48:19.504Z++ [[ offline* != online ]]
4802026-08-04T16:48:19.504Z++ [[ 22 -gt 300 ]]
4812026-08-04T16:48:19.504Z++ sleep 1
4822026-08-04T16:48:20.507Z++ retry=23
4832026-08-04T16:48:20.510Z+++ svcs -Hostate baseline
4842026-08-04T16:48:20.522Z++ [[ offline* != online ]]
4852026-08-04T16:48:20.522Z++ [[ 23 -gt 300 ]]
4862026-08-04T16:48:20.522Z++ sleep 1
4872026-08-04T16:48:21.524Z++ retry=24
4882026-08-04T16:48:21.528Z+++ svcs -Hostate baseline
4892026-08-04T16:48:21.541Z++ [[ offline* != online ]]
4902026-08-04T16:48:21.541Z++ [[ 24 -gt 300 ]]
4912026-08-04T16:48:21.541Z++ sleep 1
4922026-08-04T16:48:22.543Z++ retry=25
4932026-08-04T16:48:22.546Z+++ svcs -Hostate baseline
4942026-08-04T16:48:22.559Z++ [[ offline* != online ]]
4952026-08-04T16:48:22.559Z++ [[ 25 -gt 300 ]]
4962026-08-04T16:48:22.559Z++ sleep 1
4972026-08-04T16:48:23.561Z++ retry=26
4982026-08-04T16:48:23.565Z+++ svcs -Hostate baseline
4992026-08-04T16:48:23.577Z++ [[ offline* != online ]]
5002026-08-04T16:48:23.577Z++ [[ 26 -gt 300 ]]
5012026-08-04T16:48:23.577Z++ sleep 1
5022026-08-04T16:48:24.580Z++ retry=27
5032026-08-04T16:48:24.583Z+++ svcs -Hostate baseline
5042026-08-04T16:48:24.595Z++ [[ offline* != online ]]
5052026-08-04T16:48:24.596Z++ [[ 27 -gt 300 ]]
5062026-08-04T16:48:24.596Z++ sleep 1
5072026-08-04T16:48:25.598Z++ retry=28
5082026-08-04T16:48:25.601Z+++ svcs -Hostate baseline
5092026-08-04T16:48:25.615Z++ [[ offline* != online ]]
5102026-08-04T16:48:25.616Z++ [[ 28 -gt 300 ]]
5112026-08-04T16:48:25.616Z++ sleep 1
5122026-08-04T16:48:26.616Z++ retry=29
5132026-08-04T16:48:26.619Z+++ svcs -Hostate baseline
5142026-08-04T16:48:26.632Z++ [[ offline* != online ]]
5152026-08-04T16:48:26.633Z++ [[ 29 -gt 300 ]]
5162026-08-04T16:48:26.633Z++ sleep 1
5172026-08-04T16:48:27.634Z++ retry=30
5182026-08-04T16:48:27.639Z+++ svcs -Hostate baseline
5192026-08-04T16:48:27.653Z++ [[ offline* != online ]]
5202026-08-04T16:48:27.653Z++ [[ 30 -gt 300 ]]
5212026-08-04T16:48:27.653Z++ sleep 1
5222026-08-04T16:48:28.653Z++ retry=31
5232026-08-04T16:48:28.658Z+++ svcs -Hostate baseline
5242026-08-04T16:48:28.669Z++ [[ offline* != online ]]
5252026-08-04T16:48:28.669Z++ [[ 31 -gt 300 ]]
5262026-08-04T16:48:28.669Z++ sleep 1
5272026-08-04T16:48:29.671Z++ retry=32
5282026-08-04T16:48:29.674Z+++ svcs -Hostate baseline
5292026-08-04T16:48:29.687Z++ [[ offline* != online ]]
5302026-08-04T16:48:29.687Z++ [[ 32 -gt 300 ]]
5312026-08-04T16:48:29.687Z++ sleep 1
5322026-08-04T16:48:30.689Z++ retry=33
5332026-08-04T16:48:30.692Z+++ svcs -Hostate baseline
5342026-08-04T16:48:30.705Z++ [[ offline* != online ]]
5352026-08-04T16:48:30.705Z++ [[ 33 -gt 300 ]]
5362026-08-04T16:48:30.705Z++ sleep 1
5372026-08-04T16:48:31.707Z++ retry=34
5382026-08-04T16:48:31.711Z+++ svcs -Hostate baseline
5392026-08-04T16:48:31.723Z++ [[ offline* != online ]]
5402026-08-04T16:48:31.723Z++ [[ 34 -gt 300 ]]
5412026-08-04T16:48:31.723Z++ sleep 1
5422026-08-04T16:48:32.725Z++ retry=35
5432026-08-04T16:48:32.729Z+++ svcs -Hostate baseline
5442026-08-04T16:48:32.741Z++ [[ offline* != online ]]
5452026-08-04T16:48:32.741Z++ [[ 35 -gt 300 ]]
5462026-08-04T16:48:32.741Z++ sleep 1
5472026-08-04T16:48:33.743Z++ retry=36
5482026-08-04T16:48:33.747Z+++ svcs -Hostate baseline
5492026-08-04T16:48:33.759Z++ [[ offline* != online ]]
5502026-08-04T16:48:33.759Z++ [[ 36 -gt 300 ]]
5512026-08-04T16:48:33.759Z++ sleep 1
5522026-08-04T16:48:34.762Z++ retry=37
5532026-08-04T16:48:34.765Z+++ svcs -Hostate baseline
5542026-08-04T16:48:34.778Z++ [[ offline* != online ]]
5552026-08-04T16:48:34.778Z++ [[ 37 -gt 300 ]]
5562026-08-04T16:48:34.778Z++ sleep 1
5572026-08-04T16:48:35.780Z++ retry=38
5582026-08-04T16:48:35.783Z+++ svcs -Hostate baseline
5592026-08-04T16:48:35.796Z++ [[ offline* != online ]]
5602026-08-04T16:48:35.796Z++ [[ 38 -gt 300 ]]
5612026-08-04T16:48:35.796Z++ sleep 1
5622026-08-04T16:48:36.798Z++ retry=39
5632026-08-04T16:48:36.801Z+++ svcs -Hostate baseline
5642026-08-04T16:48:36.814Z++ [[ offline* != online ]]
5652026-08-04T16:48:36.814Z++ [[ 39 -gt 300 ]]
5662026-08-04T16:48:36.817Z++ sleep 1
5672026-08-04T16:48:37.816Z++ retry=40
5682026-08-04T16:48:37.819Z+++ svcs -Hostate baseline
5692026-08-04T16:48:37.832Z++ [[ offline* != online ]]
5702026-08-04T16:48:37.832Z++ [[ 40 -gt 300 ]]
5712026-08-04T16:48:37.832Z++ sleep 1
5722026-08-04T16:48:38.835Z++ retry=41
5732026-08-04T16:48:38.838Z+++ svcs -Hostate baseline
5742026-08-04T16:48:38.851Z++ [[ offline* != online ]]
5752026-08-04T16:48:38.851Z++ [[ 41 -gt 300 ]]
5762026-08-04T16:48:38.851Z++ sleep 1
5772026-08-04T16:48:39.853Z++ retry=42
5782026-08-04T16:48:39.856Z+++ svcs -Hostate baseline
5792026-08-04T16:48:39.869Z++ [[ offline* != online ]]
5802026-08-04T16:48:39.869Z++ [[ 42 -gt 300 ]]
5812026-08-04T16:48:39.869Z++ sleep 1
5822026-08-04T16:48:40.871Z++ retry=43
5832026-08-04T16:48:40.874Z+++ svcs -Hostate baseline
5842026-08-04T16:48:40.887Z++ [[ offline* != online ]]
5852026-08-04T16:48:40.887Z++ [[ 43 -gt 300 ]]
5862026-08-04T16:48:40.887Z++ sleep 1
5872026-08-04T16:48:41.889Z++ retry=44
5882026-08-04T16:48:41.892Z+++ svcs -Hostate baseline
5892026-08-04T16:48:41.906Z++ [[ offline* != online ]]
5902026-08-04T16:48:41.906Z++ [[ 44 -gt 300 ]]
5912026-08-04T16:48:41.909Z++ sleep 1
5922026-08-04T16:48:42.907Z++ retry=45
5932026-08-04T16:48:42.910Z+++ svcs -Hostate baseline
5942026-08-04T16:48:42.923Z++ [[ offline* != online ]]
5952026-08-04T16:48:42.923Z++ [[ 45 -gt 300 ]]
5962026-08-04T16:48:42.923Z++ sleep 1
5972026-08-04T16:48:43.925Z++ retry=46
5982026-08-04T16:48:43.928Z+++ svcs -Hostate baseline
5992026-08-04T16:48:43.941Z++ [[ offline* != online ]]
6002026-08-04T16:48:43.941Z++ [[ 46 -gt 300 ]]
6012026-08-04T16:48:43.941Z++ sleep 1
6022026-08-04T16:48:44.943Z++ retry=47
6032026-08-04T16:48:44.946Z+++ svcs -Hostate baseline
6042026-08-04T16:48:44.959Z++ [[ offline* != online ]]
6052026-08-04T16:48:44.959Z++ [[ 47 -gt 300 ]]
6062026-08-04T16:48:44.959Z++ sleep 1
6072026-08-04T16:48:45.961Z++ retry=48
6082026-08-04T16:48:45.965Z+++ svcs -Hostate baseline
6092026-08-04T16:48:45.978Z++ [[ offline* != online ]]
6102026-08-04T16:48:45.978Z++ [[ 48 -gt 300 ]]
6112026-08-04T16:48:45.978Z++ sleep 1
6122026-08-04T16:48:46.980Z++ retry=49
6132026-08-04T16:48:46.983Z+++ svcs -Hostate baseline
6142026-08-04T16:48:46.997Z++ [[ offline* != online ]]
6152026-08-04T16:48:46.997Z++ [[ 49 -gt 300 ]]
6162026-08-04T16:48:46.997Z++ sleep 1
6172026-08-04T16:48:47.999Z++ retry=50
6182026-08-04T16:48:48.003Z+++ svcs -Hostate baseline
6192026-08-04T16:48:48.014Z++ [[ offline* != online ]]
6202026-08-04T16:48:48.014Z++ [[ 50 -gt 300 ]]
6212026-08-04T16:48:48.014Z++ sleep 1
6222026-08-04T16:48:49.016Z++ retry=51
6232026-08-04T16:48:49.020Z+++ svcs -Hostate baseline
6242026-08-04T16:48:49.032Z++ [[ offline* != online ]]
6252026-08-04T16:48:49.032Z++ [[ 51 -gt 300 ]]
6262026-08-04T16:48:49.036Z++ sleep 1
6272026-08-04T16:48:50.034Z++ retry=52
6282026-08-04T16:48:50.037Z+++ svcs -Hostate baseline
6292026-08-04T16:48:50.050Z++ [[ offline* != online ]]
6302026-08-04T16:48:50.050Z++ [[ 52 -gt 300 ]]
6312026-08-04T16:48:50.050Z++ sleep 1
6322026-08-04T16:48:51.053Z++ retry=53
6332026-08-04T16:48:51.056Z+++ svcs -Hostate baseline
6342026-08-04T16:48:51.068Z++ [[ offline* != online ]]
6352026-08-04T16:48:51.068Z++ [[ 53 -gt 300 ]]
6362026-08-04T16:48:51.068Z++ sleep 1
6372026-08-04T16:48:52.071Z++ retry=54
6382026-08-04T16:48:52.074Z+++ svcs -Hostate baseline
6392026-08-04T16:48:52.087Z++ [[ offline* != online ]]
6402026-08-04T16:48:52.087Z++ [[ 54 -gt 300 ]]
6412026-08-04T16:48:52.087Z++ sleep 1
6422026-08-04T16:48:53.089Z++ retry=55
6432026-08-04T16:48:53.093Z+++ svcs -Hostate baseline
6442026-08-04T16:48:53.105Z++ [[ offline* != online ]]
6452026-08-04T16:48:53.105Z++ [[ 55 -gt 300 ]]
6462026-08-04T16:48:53.105Z++ sleep 1
6472026-08-04T16:48:54.107Z++ retry=56
6482026-08-04T16:48:54.110Z+++ svcs -Hostate baseline
6492026-08-04T16:48:54.126Z++ [[ offline* != online ]]
6502026-08-04T16:48:54.126Z++ [[ 56 -gt 300 ]]
6512026-08-04T16:48:54.130Z++ sleep 1
6522026-08-04T16:48:55.125Z++ retry=57
6532026-08-04T16:48:55.128Z+++ svcs -Hostate baseline
6542026-08-04T16:48:55.142Z++ [[ offline* != online ]]
6552026-08-04T16:48:55.142Z++ [[ 57 -gt 300 ]]
6562026-08-04T16:48:55.142Z++ sleep 1
6572026-08-04T16:48:56.144Z++ retry=58
6582026-08-04T16:48:56.147Z+++ svcs -Hostate baseline
6592026-08-04T16:48:56.160Z++ [[ offline* != online ]]
6602026-08-04T16:48:56.160Z++ [[ 58 -gt 300 ]]
6612026-08-04T16:48:56.160Z++ sleep 1
6622026-08-04T16:48:57.161Z++ retry=59
6632026-08-04T16:48:57.165Z+++ svcs -Hostate baseline
6642026-08-04T16:48:57.178Z++ [[ offline* != online ]]
6652026-08-04T16:48:57.178Z++ [[ 59 -gt 300 ]]
6662026-08-04T16:48:57.178Z++ sleep 1
6672026-08-04T16:48:58.180Z++ retry=60
6682026-08-04T16:48:58.183Z+++ svcs -Hostate baseline
6692026-08-04T16:48:58.197Z++ [[ offline* != online ]]
6702026-08-04T16:48:58.197Z++ [[ 60 -gt 300 ]]
6712026-08-04T16:48:58.197Z++ sleep 1
6722026-08-04T16:48:59.198Z++ retry=61
6732026-08-04T16:48:59.201Z+++ svcs -Hostate baseline
6742026-08-04T16:48:59.214Z++ [[ offline* != online ]]
6752026-08-04T16:48:59.214Z++ [[ 61 -gt 300 ]]
6762026-08-04T16:48:59.214Z++ sleep 1
6772026-08-04T16:49:00.216Z++ retry=62
6782026-08-04T16:49:00.219Z+++ svcs -Hostate baseline
6792026-08-04T16:49:00.232Z++ [[ offline* != online ]]
6802026-08-04T16:49:00.232Z++ [[ 62 -gt 300 ]]
6812026-08-04T16:49:00.232Z++ sleep 1
6822026-08-04T16:49:01.234Z++ retry=63
6832026-08-04T16:49:01.238Z+++ svcs -Hostate baseline
6842026-08-04T16:49:01.250Z++ [[ offline* != online ]]
6852026-08-04T16:49:01.250Z++ [[ 63 -gt 300 ]]
6862026-08-04T16:49:01.250Z++ sleep 1
6872026-08-04T16:49:02.252Z++ retry=64
6882026-08-04T16:49:02.256Z+++ svcs -Hostate baseline
6892026-08-04T16:49:02.268Z++ [[ offline* != online ]]
6902026-08-04T16:49:02.269Z++ [[ 64 -gt 300 ]]
6912026-08-04T16:49:02.269Z++ sleep 1
6922026-08-04T16:49:03.271Z++ retry=65
6932026-08-04T16:49:03.274Z+++ svcs -Hostate baseline
6942026-08-04T16:49:03.287Z++ [[ offline* != online ]]
6952026-08-04T16:49:03.287Z++ [[ 65 -gt 300 ]]
6962026-08-04T16:49:03.287Z++ sleep 1
6972026-08-04T16:49:04.289Z++ retry=66
6982026-08-04T16:49:04.292Z+++ svcs -Hostate baseline
6992026-08-04T16:49:04.307Z++ [[ offline* != online ]]
7002026-08-04T16:49:04.307Z++ [[ 66 -gt 300 ]]
7012026-08-04T16:49:04.307Z++ sleep 1
7022026-08-04T16:49:05.307Z++ retry=67
7032026-08-04T16:49:05.310Z+++ svcs -Hostate baseline
7042026-08-04T16:49:05.323Z++ [[ offline* != online ]]
7052026-08-04T16:49:05.323Z++ [[ 67 -gt 300 ]]
7062026-08-04T16:49:05.323Z++ sleep 1
7072026-08-04T16:49:06.325Z++ retry=68
7082026-08-04T16:49:06.329Z+++ svcs -Hostate baseline
7092026-08-04T16:49:06.341Z++ [[ offline* != online ]]
7102026-08-04T16:49:06.341Z++ [[ 68 -gt 300 ]]
7112026-08-04T16:49:06.341Z++ sleep 1
7122026-08-04T16:49:07.343Z++ retry=69
7132026-08-04T16:49:07.349Z+++ svcs -Hostate baseline
7142026-08-04T16:49:07.360Z++ [[ offline* != online ]]
7152026-08-04T16:49:07.361Z++ [[ 69 -gt 300 ]]
7162026-08-04T16:49:07.361Z++ sleep 1
7172026-08-04T16:49:08.362Z++ retry=70
7182026-08-04T16:49:08.366Z+++ svcs -Hostate baseline
7192026-08-04T16:49:08.379Z++ [[ offline* != online ]]
7202026-08-04T16:49:08.379Z++ [[ 70 -gt 300 ]]
7212026-08-04T16:49:08.379Z++ sleep 1
7222026-08-04T16:49:09.381Z++ retry=71
7232026-08-04T16:49:09.385Z+++ svcs -Hostate baseline
7242026-08-04T16:49:09.397Z++ [[ offline* != online ]]
7252026-08-04T16:49:09.397Z++ [[ 71 -gt 300 ]]
7262026-08-04T16:49:09.398Z++ sleep 1
7272026-08-04T16:49:10.398Z++ retry=72
7282026-08-04T16:49:10.401Z+++ svcs -Hostate baseline
7292026-08-04T16:49:10.414Z++ [[ offline* != online ]]
7302026-08-04T16:49:10.414Z++ [[ 72 -gt 300 ]]
7312026-08-04T16:49:10.414Z++ sleep 1
7322026-08-04T16:49:11.419Z++ retry=73
7332026-08-04T16:49:11.422Z+++ svcs -Hostate baseline
7342026-08-04T16:49:11.432Z++ [[ offline* != online ]]
7352026-08-04T16:49:11.434Z++ [[ 73 -gt 300 ]]
7362026-08-04T16:49:11.434Z++ sleep 1
7372026-08-04T16:49:12.435Z++ retry=74
7382026-08-04T16:49:12.438Z+++ svcs -Hostate baseline
7392026-08-04T16:49:12.452Z++ [[ offline* != online ]]
7402026-08-04T16:49:12.452Z++ [[ 74 -gt 300 ]]
7412026-08-04T16:49:12.452Z++ sleep 1
7422026-08-04T16:49:13.457Z++ retry=75
7432026-08-04T16:49:13.461Z+++ svcs -Hostate baseline
7442026-08-04T16:49:13.470Z++ [[ offline* != online ]]
7452026-08-04T16:49:13.470Z++ [[ 75 -gt 300 ]]
7462026-08-04T16:49:13.471Z++ sleep 1
7472026-08-04T16:49:14.476Z++ retry=76
7482026-08-04T16:49:14.482Z+++ svcs -Hostate baseline
7492026-08-04T16:49:14.489Z++ [[ offline* != online ]]
7502026-08-04T16:49:14.489Z++ [[ 76 -gt 300 ]]
7512026-08-04T16:49:14.489Z++ sleep 1
7522026-08-04T16:49:15.492Z++ retry=77
7532026-08-04T16:49:15.497Z+++ svcs -Hostate baseline
7542026-08-04T16:49:15.507Z++ [[ offline* != online ]]
7552026-08-04T16:49:15.507Z++ [[ 77 -gt 300 ]]
7562026-08-04T16:49:15.507Z++ sleep 1
7572026-08-04T16:49:16.510Z++ retry=78
7582026-08-04T16:49:16.513Z+++ svcs -Hostate baseline
7592026-08-04T16:49:16.527Z++ [[ offline* != online ]]
7602026-08-04T16:49:16.527Z++ [[ 78 -gt 300 ]]
7612026-08-04T16:49:16.527Z++ sleep 1
7622026-08-04T16:49:17.528Z++ retry=79
7632026-08-04T16:49:17.531Z+++ svcs -Hostate baseline
7642026-08-04T16:49:17.544Z++ [[ offline* != online ]]
7652026-08-04T16:49:17.544Z++ [[ 79 -gt 300 ]]
7662026-08-04T16:49:17.544Z++ sleep 1
7672026-08-04T16:49:18.546Z++ retry=80
7682026-08-04T16:49:18.549Z+++ svcs -Hostate baseline
7692026-08-04T16:49:18.562Z++ [[ offline* != online ]]
7702026-08-04T16:49:18.562Z++ [[ 80 -gt 300 ]]
7712026-08-04T16:49:18.562Z++ sleep 1
7722026-08-04T16:49:19.564Z++ retry=81
7732026-08-04T16:49:19.568Z+++ svcs -Hostate baseline
7742026-08-04T16:49:19.580Z++ [[ offline* != online ]]
7752026-08-04T16:49:19.580Z++ [[ 81 -gt 300 ]]
7762026-08-04T16:49:19.580Z++ sleep 1
7772026-08-04T16:49:20.583Z++ retry=82
7782026-08-04T16:49:20.587Z+++ svcs -Hostate baseline
7792026-08-04T16:49:20.610Z++ [[ offline* != online ]]
7802026-08-04T16:49:20.610Z++ [[ 82 -gt 300 ]]
7812026-08-04T16:49:20.610Z++ sleep 1
7822026-08-04T16:49:21.603Z++ retry=83
7832026-08-04T16:49:21.607Z+++ svcs -Hostate baseline
7842026-08-04T16:49:21.620Z++ [[ offline* != online ]]
7852026-08-04T16:49:21.620Z++ [[ 83 -gt 300 ]]
7862026-08-04T16:49:21.620Z++ sleep 1
7872026-08-04T16:49:22.620Z++ retry=84
7882026-08-04T16:49:22.624Z+++ svcs -Hostate baseline
7892026-08-04T16:49:22.637Z++ [[ offline* != online ]]
7902026-08-04T16:49:22.637Z++ [[ 84 -gt 300 ]]
7912026-08-04T16:49:22.640Z++ sleep 1
7922026-08-04T16:49:23.640Z++ retry=85
7932026-08-04T16:49:23.644Z+++ svcs -Hostate baseline
7942026-08-04T16:49:23.655Z++ [[ offline* != online ]]
7952026-08-04T16:49:23.655Z++ [[ 85 -gt 300 ]]
7962026-08-04T16:49:23.655Z++ sleep 1
7972026-08-04T16:49:24.665Z++ retry=86
7982026-08-04T16:49:24.669Z+++ svcs -Hostate baseline
7992026-08-04T16:49:24.674Z++ [[ offline* != online ]]
8002026-08-04T16:49:24.674Z++ [[ 86 -gt 300 ]]
8012026-08-04T16:49:24.674Z++ sleep 1
8022026-08-04T16:49:25.675Z++ retry=87
8032026-08-04T16:49:25.679Z+++ svcs -Hostate baseline
8042026-08-04T16:49:25.691Z++ [[ offline* != online ]]
8052026-08-04T16:49:25.691Z++ [[ 87 -gt 300 ]]
8062026-08-04T16:49:25.691Z++ sleep 1
8072026-08-04T16:49:26.693Z++ retry=88
8082026-08-04T16:49:26.702Z+++ svcs -Hostate baseline
8092026-08-04T16:49:26.709Z++ [[ offline* != online ]]
8102026-08-04T16:49:26.709Z++ [[ 88 -gt 300 ]]
8112026-08-04T16:49:26.709Z++ sleep 1
8122026-08-04T16:49:27.712Z++ retry=89
8132026-08-04T16:49:27.716Z+++ svcs -Hostate baseline
8142026-08-04T16:49:27.728Z++ [[ offline* != online ]]
8152026-08-04T16:49:27.728Z++ [[ 89 -gt 300 ]]
8162026-08-04T16:49:27.728Z++ sleep 1
8172026-08-04T16:49:28.730Z++ retry=90
8182026-08-04T16:49:28.733Z+++ svcs -Hostate baseline
8192026-08-04T16:49:28.746Z++ [[ offline* != online ]]
8202026-08-04T16:49:28.746Z++ [[ 90 -gt 300 ]]
8212026-08-04T16:49:28.746Z++ sleep 1
8222026-08-04T16:49:29.749Z++ retry=91
8232026-08-04T16:49:29.752Z+++ svcs -Hostate baseline
8242026-08-04T16:49:29.764Z++ [[ offline* != online ]]
8252026-08-04T16:49:29.764Z++ [[ 91 -gt 300 ]]
8262026-08-04T16:49:29.764Z++ sleep 1
8272026-08-04T16:49:30.766Z++ retry=92
8282026-08-04T16:49:30.770Z+++ svcs -Hostate baseline
8292026-08-04T16:49:30.782Z++ [[ offline* != online ]]
8302026-08-04T16:49:30.782Z++ [[ 92 -gt 300 ]]
8312026-08-04T16:49:30.782Z++ sleep 1
8322026-08-04T16:49:31.784Z++ retry=93
8332026-08-04T16:49:31.789Z+++ svcs -Hostate baseline
8342026-08-04T16:49:31.801Z++ [[ offline* != online ]]
8352026-08-04T16:49:31.801Z++ [[ 93 -gt 300 ]]
8362026-08-04T16:49:31.805Z++ sleep 1
8372026-08-04T16:49:32.803Z++ retry=94
8382026-08-04T16:49:32.806Z+++ svcs -Hostate baseline
8392026-08-04T16:49:32.818Z++ [[ offline* != online ]]
8402026-08-04T16:49:32.818Z++ [[ 94 -gt 300 ]]
8412026-08-04T16:49:32.818Z++ sleep 1
8422026-08-04T16:49:33.820Z++ retry=95
8432026-08-04T16:49:33.824Z+++ svcs -Hostate baseline
8442026-08-04T16:49:33.836Z++ [[ offline* != online ]]
8452026-08-04T16:49:33.836Z++ [[ 95 -gt 300 ]]
8462026-08-04T16:49:33.836Z++ sleep 1
8472026-08-04T16:49:34.838Z++ retry=96
8482026-08-04T16:49:34.842Z+++ svcs -Hostate baseline
8492026-08-04T16:49:34.855Z++ [[ offline* != online ]]
8502026-08-04T16:49:34.855Z++ [[ 96 -gt 300 ]]
8512026-08-04T16:49:34.858Z++ sleep 1
8522026-08-04T16:49:35.856Z++ retry=97
8532026-08-04T16:49:35.860Z+++ svcs -Hostate baseline
8542026-08-04T16:49:35.871Z++ [[ offline* != online ]]
8552026-08-04T16:49:35.871Z++ [[ 97 -gt 300 ]]
8562026-08-04T16:49:35.871Z++ sleep 1
8572026-08-04T16:49:36.873Z++ retry=98
8582026-08-04T16:49:36.876Z+++ svcs -Hostate baseline
8592026-08-04T16:49:36.888Z++ [[ offline* != online ]]
8602026-08-04T16:49:36.888Z++ [[ 98 -gt 300 ]]
8612026-08-04T16:49:36.888Z++ sleep 1
8622026-08-04T16:49:37.890Z++ retry=99
8632026-08-04T16:49:37.893Z+++ svcs -Hostate baseline
8642026-08-04T16:49:37.906Z++ [[ offline* != online ]]
8652026-08-04T16:49:37.906Z++ [[ 99 -gt 300 ]]
8662026-08-04T16:49:37.906Z++ sleep 1
8672026-08-04T16:49:38.908Z++ retry=100
8682026-08-04T16:49:38.911Z+++ svcs -Hostate baseline
8692026-08-04T16:49:38.924Z++ [[ offline* != online ]]
8702026-08-04T16:49:38.924Z++ [[ 100 -gt 300 ]]
8712026-08-04T16:49:38.924Z++ sleep 1
8722026-08-04T16:49:39.927Z++ retry=101
8732026-08-04T16:49:39.931Z+++ svcs -Hostate baseline
8742026-08-04T16:49:39.944Z++ [[ offline* != online ]]
8752026-08-04T16:49:39.944Z++ [[ 101 -gt 300 ]]
8762026-08-04T16:49:39.944Z++ sleep 1
8772026-08-04T16:49:40.945Z++ retry=102
8782026-08-04T16:49:40.948Z+++ svcs -Hostate baseline
8792026-08-04T16:49:40.961Z++ [[ offline* != online ]]
8802026-08-04T16:49:40.961Z++ [[ 102 -gt 300 ]]
8812026-08-04T16:49:40.961Z++ sleep 1
8822026-08-04T16:49:41.964Z++ retry=103
8832026-08-04T16:49:41.968Z+++ svcs -Hostate baseline
8842026-08-04T16:49:41.979Z++ [[ offline* != online ]]
8852026-08-04T16:49:41.979Z++ [[ 103 -gt 300 ]]
8862026-08-04T16:49:41.979Z++ sleep 1
8872026-08-04T16:49:42.981Z++ retry=104
8882026-08-04T16:49:42.984Z+++ svcs -Hostate baseline
8892026-08-04T16:49:42.997Z++ [[ offline* != online ]]
8902026-08-04T16:49:42.997Z++ [[ 104 -gt 300 ]]
8912026-08-04T16:49:42.997Z++ sleep 1
8922026-08-04T16:49:43.999Z++ retry=105
8932026-08-04T16:49:44.003Z+++ svcs -Hostate baseline
8942026-08-04T16:49:44.015Z++ [[ offline* != online ]]
8952026-08-04T16:49:44.015Z++ [[ 105 -gt 300 ]]
8962026-08-04T16:49:44.015Z++ sleep 1
8972026-08-04T16:49:45.017Z++ retry=106
8982026-08-04T16:49:45.020Z+++ svcs -Hostate baseline
8992026-08-04T16:49:45.033Z++ [[ offline* != online ]]
9002026-08-04T16:49:45.033Z++ [[ 106 -gt 300 ]]
9012026-08-04T16:49:45.034Z++ sleep 1
9022026-08-04T16:49:46.036Z++ retry=107
9032026-08-04T16:49:46.040Z+++ svcs -Hostate baseline
9042026-08-04T16:49:46.051Z++ [[ offline* != online ]]
9052026-08-04T16:49:46.051Z++ [[ 107 -gt 300 ]]
9062026-08-04T16:49:46.051Z++ sleep 1
9072026-08-04T16:49:47.074Z++ retry=108
9082026-08-04T16:49:47.084Z+++ svcs -Hostate baseline
9092026-08-04T16:49:47.085Z++ [[ offline* != online ]]
9102026-08-04T16:49:47.085Z++ [[ 108 -gt 300 ]]
9112026-08-04T16:49:47.085Z++ sleep 1
9122026-08-04T16:49:48.074Z++ retry=109
9132026-08-04T16:49:48.083Z+++ svcs -Hostate baseline
9142026-08-04T16:49:48.087Z++ [[ online != online ]]
9152026-08-04T16:49:48.087Z++ set -o errexit
9162026-08-04T16:49:48.087Z++ set -o pipefail
9172026-08-04T16:49:48.087Z++ banner build
9182026-08-04T16:49:48.094Z
9192026-08-04T16:49:48.094Z ##### # # # # #####
9202026-08-04T16:49:48.095Z # # # # # # # #
9212026-08-04T16:49:48.095Z ##### # # # # # #
9222026-08-04T16:49:48.095Z # # # # # # # #
9232026-08-04T16:49:48.095Z # # # # # # # #
9242026-08-04T16:49:48.095Z ##### #### # ###### #####
9252026-08-04T16:49:48.095Z
9262026-08-04T16:49:48.095Z++ cargo build --release --bin ddmd --bin ddmadm
9272026-08-04T16:49:48.099Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
9282026-08-04T16:49:48.240Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
9292026-08-04T16:49:48.256Zinfo: downloading 6 components
9302026-08-04T16:50:03.235Z Updating crates.io index
9312026-08-04T16:50:03.246Z Updating git repository `https://github.com/oxidecomputer/omicron`
9322026-08-04T16:50:09.151ZFrom https://github.com/oxidecomputer/omicron
9332026-08-04T16:50:09.151Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9342026-08-04T16:50:09.583Z Updating git repository `https://github.com/oxidecomputer/falcon`
9352026-08-04T16:50:10.183ZFrom https://github.com/oxidecomputer/falcon
9362026-08-04T16:50:10.183Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9372026-08-04T16:50:10.259Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9382026-08-04T16:50:10.879ZFrom https://github.com/oxidecomputer/dendrite
9392026-08-04T16:50:10.879Z * [new ref] 04a52a3240a26c58f03e1cf40353d67ff69d76b6 -> refs/commit/04a52a3240a26c58f03e1cf40353d67ff69d76b6
9402026-08-04T16:50:10.914Z Updating git repository `https://github.com/oxidecomputer/ispf`
9412026-08-04T16:50:11.203ZFrom https://github.com/oxidecomputer/ispf
9422026-08-04T16:50:11.204Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9432026-08-04T16:50:11.209Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9442026-08-04T16:50:11.592ZFrom https://github.com/oxidecomputer/netadm-sys
9452026-08-04T16:50:11.592Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9462026-08-04T16:50:11.598Z Updating git repository `https://github.com/oxidecomputer/opte`
9472026-08-04T16:50:12.660ZFrom https://github.com/oxidecomputer/opte
9482026-08-04T16:50:12.660Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
9492026-08-04T16:50:12.689Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9502026-08-04T16:50:12.960ZFrom https://github.com/oxidecomputer/slog-error-chain
9512026-08-04T16:50:12.960Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9522026-08-04T16:50:12.968Z Updating git repository `https://github.com/illumos/smf-rs`
9532026-08-04T16:50:13.336ZFrom https://github.com/illumos/smf-rs
9542026-08-04T16:50:13.336Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9552026-08-04T16:50:13.342Z Updating git repository `https://github.com/oxidecomputer/poptrie`
9562026-08-04T16:50:13.658ZFrom https://github.com/oxidecomputer/poptrie
9572026-08-04T16:50:13.658Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
9582026-08-04T16:50:13.666Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9592026-08-04T16:50:14.003ZFrom https://github.com/oxidecomputer/network-interface
9602026-08-04T16:50:14.003Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9612026-08-04T16:50:14.009Z Updating git repository `https://github.com/oxidecomputer/zone`
9622026-08-04T16:50:14.282ZFrom https://github.com/oxidecomputer/zone
9632026-08-04T16:50:14.282Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9642026-08-04T16:50:14.289Z Updating git repository `https://github.com/oxidecomputer/lldp`
9652026-08-04T16:50:14.629ZFrom https://github.com/oxidecomputer/lldp
9662026-08-04T16:50:14.629Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9672026-08-04T16:50:14.641Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9682026-08-04T16:50:16.215ZFrom https://github.com/oxidecomputer/tufaceous
9692026-08-04T16:50:16.215Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9702026-08-04T16:50:16.224Z Updating git repository `https://github.com/oxidecomputer/propolis`
9712026-08-04T16:50:16.824ZFrom https://github.com/oxidecomputer/propolis
9722026-08-04T16:50:16.824Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9732026-08-04T16:50:16.865Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9742026-08-04T16:50:17.650ZFrom https://github.com/oxidecomputer/transceiver-control
9752026-08-04T16:50:17.650Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9762026-08-04T16:50:17.661Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9772026-08-04T16:50:17.940ZFrom https://github.com/oxidecomputer/dlpi-sys
9782026-08-04T16:50:17.940Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9792026-08-04T16:50:17.947Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9802026-08-04T16:50:18.245ZFrom https://github.com/jmesmon/rust-libzfs
9812026-08-04T16:50:18.245Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9822026-08-04T16:50:18.253Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9832026-08-04T16:50:18.549ZFrom https://github.com/oxidecomputer/rusty-doors
9842026-08-04T16:50:18.549Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9852026-08-04T16:50:18.556Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9862026-08-04T16:50:19.029ZFrom https://github.com/oxidecomputer/management-gateway-service
9872026-08-04T16:50:19.029Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9882026-08-04T16:50:19.042Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9892026-08-04T16:50:19.311ZFrom https://github.com/oxidecomputer/serde_human_bytes
9902026-08-04T16:50:19.311Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9912026-08-04T16:50:19.320Z Updating git repository `https://github.com/oxidecomputer/crucible`
9922026-08-04T16:50:20.143ZFrom https://github.com/oxidecomputer/crucible
9932026-08-04T16:50:20.143Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9942026-08-04T16:50:20.183Z Updating git repository `https://github.com/oxidecomputer/propolis`
9952026-08-04T16:50:20.621ZFrom https://github.com/oxidecomputer/propolis
9962026-08-04T16:50:20.621Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9972026-08-04T16:50:20.665Z Updating git repository `https://github.com/oxidecomputer/crucible`
9982026-08-04T16:50:21.238ZFrom https://github.com/oxidecomputer/crucible
9992026-08-04T16:50:21.238Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10002026-08-04T16:50:21.303Z Updating git repository `https://github.com/oxidecomputer/tofino`
10012026-08-04T16:50:21.659ZFrom https://github.com/oxidecomputer/tofino
10022026-08-04T16:50:21.659Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10032026-08-04T16:50:21.669Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10042026-08-04T16:50:22.509ZFrom https://github.com/oxidecomputer/maghemite
10052026-08-04T16:50:22.509Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10062026-08-04T16:50:22.541Z Updating git repository `https://github.com/oxidecomputer/clickward`
10072026-08-04T16:50:22.819ZFrom https://github.com/oxidecomputer/clickward
10082026-08-04T16:50:22.820Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10092026-08-04T16:50:22.825Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10102026-08-04T16:50:23.244ZFrom https://github.com/oxidecomputer/illumos-devinfo
10112026-08-04T16:50:23.244Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10122026-08-04T16:50:25.077Z Downloading crates ...
10132026-08-04T16:50:25.124Z Downloaded block-buffer v0.10.4
10142026-08-04T16:50:25.131Z Downloaded crc32fast v1.5.0
10152026-08-04T16:50:25.134Z Downloaded ciborium-io v0.2.2
10162026-08-04T16:50:25.134Z Downloaded anstream v1.0.0
10172026-08-04T16:50:25.138Z Downloaded ahash v0.8.12
10182026-08-04T16:50:25.138Z Downloaded daft v0.1.7
10192026-08-04T16:50:25.146Z Downloaded libscf-sys v1.2.0
10202026-08-04T16:50:25.155Z Downloaded darling v0.23.0
10212026-08-04T16:50:25.164Z Downloaded itertools v0.15.0
10222026-08-04T16:50:25.168Z Downloaded indent_write v2.2.0
10232026-08-04T16:50:25.171Z Downloaded instant v0.1.13
10242026-08-04T16:50:25.171Z Downloaded async-recursion v1.1.1
10252026-08-04T16:50:25.172Z Downloaded anyhow v1.0.104
10262026-08-04T16:50:25.175Z Downloaded allocator-api2 v0.2.21
10272026-08-04T16:50:25.178Z Downloaded anstyle v1.0.14
10282026-08-04T16:50:25.185Z Downloaded aho-corasick v1.1.4
10292026-08-04T16:50:25.189Z Downloaded anstyle-parse v1.0.0
10302026-08-04T16:50:25.192Z Downloaded async-stream-impl v0.3.6
10312026-08-04T16:50:25.192Z Downloaded icu_locale_core v2.2.0
10322026-08-04T16:50:25.195Z Downloaded inout v0.1.4
10332026-08-04T16:50:25.195Z Downloaded idna_adapter v1.2.2
10342026-08-04T16:50:25.195Z Downloaded bitflags v2.12.1
10352026-08-04T16:50:25.198Z Downloaded chacha20 v0.10.0
10362026-08-04T16:50:25.199Z Downloaded backoff v0.4.0
10372026-08-04T16:50:25.204Z Downloaded itoa v1.0.18
10382026-08-04T16:50:25.204Z Downloaded konst_macro_rules v0.2.19
10392026-08-04T16:50:25.204Z Downloaded ident_case v1.0.1
10402026-08-04T16:50:25.204Z Downloaded is_ci v1.2.0
10412026-08-04T16:50:25.204Z Downloaded bcs v0.1.6
10422026-08-04T16:50:25.207Z Downloaded async-stream v0.3.6
10432026-08-04T16:50:25.207Z Downloaded ipnet v2.12.0
10442026-08-04T16:50:25.207Z Downloaded libsw-core v0.3.2
10452026-08-04T16:50:25.207Z Downloaded arc-swap v1.9.1
10462026-08-04T16:50:25.210Z Downloaded internet-checksum v0.2.1
10472026-08-04T16:50:25.210Z Downloaded jobserver v0.1.34
10482026-08-04T16:50:25.210Z Downloaded bit-vec v0.8.0
10492026-08-04T16:50:25.214Z Downloaded camino v1.2.5
10502026-08-04T16:50:25.214Z Downloaded chacha20poly1305 v0.10.1
10512026-08-04T16:50:25.217Z Downloaded newline-converter v0.3.0
10522026-08-04T16:50:25.217Z Downloaded cancel-safe-futures v0.1.5
10532026-08-04T16:50:25.220Z Downloaded anstyle-query v1.1.5
10542026-08-04T16:50:25.220Z Downloaded lru-cache v0.1.2
10552026-08-04T16:50:25.220Z Downloaded olpc-cjson v0.1.4
10562026-08-04T16:50:25.223Z Downloaded natord v1.0.9
10572026-08-04T16:50:25.223Z Downloaded atomicwrites v0.4.4
10582026-08-04T16:50:25.227Z Downloaded const-random-macro v0.1.16
10592026-08-04T16:50:25.227Z Downloaded is-terminal v0.4.17
10602026-08-04T16:50:25.230Z Downloaded memmap v0.7.0
10612026-08-04T16:50:25.230Z Downloaded atomic-waker v1.1.2
10622026-08-04T16:50:25.230Z Downloaded clap_lex v1.1.0
10632026-08-04T16:50:25.230Z Downloaded block-buffer v0.12.0
10642026-08-04T16:50:25.234Z Downloaded crc8 v0.1.1
10652026-08-04T16:50:25.234Z Downloaded curve25519-dalek-derive v0.1.1
10662026-08-04T16:50:25.239Z Downloaded ingot-macros v0.2.0
10672026-08-04T16:50:25.239Z Downloaded async-trait v0.1.89
10682026-08-04T16:50:25.242Z Downloaded cfg_aliases v0.2.1
10692026-08-04T16:50:25.242Z Downloaded lazy_static v1.5.0
10702026-08-04T16:50:25.242Z Downloaded newtype_derive v0.1.6
10712026-08-04T16:50:25.246Z Downloaded base16ct v0.2.0
10722026-08-04T16:50:25.246Z Downloaded crunchy v0.2.4
10732026-08-04T16:50:25.246Z Downloaded is_terminal_polyfill v1.70.2
10742026-08-04T16:50:25.246Z Downloaded num-iter v0.1.45
10752026-08-04T16:50:25.246Z Downloaded opaque-debug v0.3.1
10762026-08-04T16:50:25.249Z Downloaded no-std-compat v0.4.1
10772026-08-04T16:50:25.252Z Downloaded convert_case v0.4.0
10782026-08-04T16:50:25.252Z Downloaded linked-hash-map v0.5.6
10792026-08-04T16:50:25.252Z Downloaded num_enum_derive v0.5.11
10802026-08-04T16:50:25.256Z Downloaded num v0.4.3
10812026-08-04T16:50:25.256Z Downloaded num_threads v0.1.7
10822026-08-04T16:50:25.260Z Downloaded compression-core v0.4.32
10832026-08-04T16:50:25.260Z Downloaded macaddr v1.0.1
10842026-08-04T16:50:25.260Z Downloaded mime v0.3.17
10852026-08-04T16:50:25.264Z Downloaded managed v0.8.0
10862026-08-04T16:50:25.264Z Downloaded match_cfg v0.1.0
10872026-08-04T16:50:25.266Z Downloaded adler2 v2.0.1
10882026-08-04T16:50:25.266Z Downloaded ciborium-ll v0.2.2
10892026-08-04T16:50:25.269Z Downloaded lru-slab v0.1.2
10902026-08-04T16:50:25.269Z Downloaded cstr-argument v0.1.2
10912026-08-04T16:50:25.269Z Downloaded keccak v0.1.6
10922026-08-04T16:50:25.273Z Downloaded const-random v0.1.18
10932026-08-04T16:50:25.273Z Downloaded ipnetwork v0.21.1
10942026-08-04T16:50:25.276Z Downloaded crypto-common v0.2.2
10952026-08-04T16:50:25.279Z Downloaded memoffset v0.9.1
10962026-08-04T16:50:25.282Z Downloaded num-conv v0.2.2
10972026-08-04T16:50:25.282Z Downloaded omicron-workspace-hack v0.1.0
10982026-08-04T16:50:25.282Z Downloaded serde_spanned v1.1.1
10992026-08-04T16:50:25.282Z Downloaded colorchoice v1.0.5
11002026-08-04T16:50:25.286Z Downloaded crucible-workspace-hack v0.1.0
11012026-08-04T16:50:25.286Z Downloaded semver v0.1.20
11022026-08-04T16:50:25.286Z Downloaded sha1 v0.11.0
11032026-08-04T16:50:25.290Z Downloaded bit-set v0.8.0
11042026-08-04T16:50:25.293Z Downloaded libsw v3.5.0
11052026-08-04T16:50:25.293Z Downloaded aead v0.5.2
11062026-08-04T16:50:25.296Z Downloaded cobs v0.3.0
11072026-08-04T16:50:25.296Z Downloaded newtype-uuid v1.3.2
11082026-08-04T16:50:25.296Z Downloaded num-derive v0.4.2
11092026-08-04T16:50:25.296Z Downloaded ingot v0.2.1
11102026-08-04T16:50:25.301Z Downloaded ingot v0.1.1
11112026-08-04T16:50:25.301Z Downloaded cpufeatures v0.3.0
11122026-08-04T16:50:25.304Z Downloaded argon2 v0.5.3
11132026-08-04T16:50:25.304Z Downloaded cmake v0.1.58
11142026-08-04T16:50:25.304Z Downloaded crossbeam-deque v0.8.6
11152026-08-04T16:50:25.304Z Downloaded daft-derive v0.1.7
11162026-08-04T16:50:25.307Z Downloaded num_enum_derive v0.7.6
11172026-08-04T16:50:25.307Z Downloaded num-complex v0.4.6
11182026-08-04T16:50:25.307Z Downloaded hybrid-array v0.4.12
11192026-08-04T16:50:25.313Z Downloaded bytecount v0.6.9
11202026-08-04T16:50:25.313Z Downloaded const_format_proc_macros v0.2.34
11212026-08-04T16:50:25.313Z Downloaded cargo_toml v0.22.3
11222026-08-04T16:50:25.316Z Downloaded strsim v0.11.1
11232026-08-04T16:50:25.316Z Downloaded strum v0.26.3
11242026-08-04T16:50:25.317Z Downloaded supports-color v3.0.2
11252026-08-04T16:50:25.317Z Downloaded terminal_size v0.4.4
11262026-08-04T16:50:25.317Z Downloaded cpufeatures v0.2.17
11272026-08-04T16:50:25.317Z Downloaded base16ct v1.0.0
11282026-08-04T16:50:25.317Z Downloaded httpdate v1.0.3
11292026-08-04T16:50:25.317Z Downloaded tokio-macros v2.7.0
11302026-08-04T16:50:25.317Z Downloaded time-core v0.1.8
11312026-08-04T16:50:25.320Z Downloaded usdt v0.6.0
11322026-08-04T16:50:25.320Z Downloaded lock_api v0.4.14
11332026-08-04T16:50:25.320Z Downloaded tabwriter v1.4.1
11342026-08-04T16:50:25.320Z Downloaded toml_datetime v0.6.11
11352026-08-04T16:50:25.325Z Downloaded ingot-types v0.2.0
11362026-08-04T16:50:25.325Z Downloaded num_enum v0.5.11
11372026-08-04T16:50:25.328Z Downloaded num_enum v0.7.6
11382026-08-04T16:50:25.328Z Downloaded sigpipe v0.1.3
11392026-08-04T16:50:25.328Z Downloaded slog-bunyan v2.5.0
11402026-08-04T16:50:25.331Z Downloaded smawk v0.3.2
11412026-08-04T16:50:25.331Z Downloaded hyper-rustls v0.27.9
11422026-08-04T16:50:25.331Z Downloaded tower-layer v0.3.3
11432026-08-04T16:50:25.331Z Downloaded typeid v1.0.3
11442026-08-04T16:50:25.331Z Downloaded multer v3.1.0
11452026-08-04T16:50:25.335Z Downloaded num-integer v0.1.46
11462026-08-04T16:50:25.335Z Downloaded unicode-linebreak v0.1.5
11472026-08-04T16:50:25.335Z Downloaded unicode-xid v0.2.6
11482026-08-04T16:50:25.335Z Downloaded unit-prefix v0.5.2
11492026-08-04T16:50:25.339Z Downloaded version_check v0.9.5
11502026-08-04T16:50:25.339Z Downloaded utf8_iter v1.0.4
11512026-08-04T16:50:25.339Z Downloaded zone_cfg_derive v0.3.1
11522026-08-04T16:50:25.339Z Downloaded newtype-uuid-macros v0.1.0
11532026-08-04T16:50:25.339Z Downloaded darling_macro v0.23.0
11542026-08-04T16:50:25.339Z Downloaded cipher v0.4.4
11552026-08-04T16:50:25.343Z Downloaded csv-core v0.1.13
11562026-08-04T16:50:25.343Z Downloaded camino-tempfile v1.4.1
11572026-08-04T16:50:25.343Z Downloaded compression-codecs v0.4.38
11582026-08-04T16:50:25.343Z Downloaded linear-map v1.2.0
11592026-08-04T16:50:25.346Z Downloaded serde_path_to_error v0.1.20
11602026-08-04T16:50:25.346Z Downloaded indexmap v1.9.3
11612026-08-04T16:50:25.346Z Downloaded bitflags v1.3.2
11622026-08-04T16:50:25.349Z Downloaded chacha20 v0.9.1
11632026-08-04T16:50:25.349Z Downloaded crypto-common v0.1.7
11642026-08-04T16:50:25.349Z Downloaded critical-section v1.2.0
11652026-08-04T16:50:25.353Z Downloaded ingot-macros v0.1.1
11662026-08-04T16:50:25.353Z Downloaded num-rational v0.4.2
11672026-08-04T16:50:25.353Z Downloaded dyn-clone v1.0.20
11682026-08-04T16:50:25.356Z Downloaded byte-wrapper v0.1.0
11692026-08-04T16:50:25.356Z Downloaded cfg-if v1.0.4
11702026-08-04T16:50:25.357Z Downloaded autocfg v1.5.1
11712026-08-04T16:50:25.360Z Downloaded base64ct v1.8.3
11722026-08-04T16:50:25.360Z Downloaded gethostname v0.5.0
11732026-08-04T16:50:25.360Z Downloaded icu_properties v2.2.0
11742026-08-04T16:50:25.363Z Downloaded icu_provider v2.2.0
11752026-08-04T16:50:25.363Z Downloaded memmap2 v0.9.10
11762026-08-04T16:50:25.363Z Downloaded termtree v0.5.1
11772026-08-04T16:50:25.367Z Downloaded thiserror-no-std v2.0.2
11782026-08-04T16:50:25.367Z Downloaded bs58 v0.5.1
11792026-08-04T16:50:25.370Z Downloaded defmt v0.3.100
11802026-08-04T16:50:25.370Z Downloaded http-body v1.0.1
11812026-08-04T16:50:25.373Z Downloaded const-oid v0.10.2
11822026-08-04T16:50:25.373Z Downloaded futures-task v0.3.32
11832026-08-04T16:50:25.377Z Downloaded heck v0.5.0
11842026-08-04T16:50:25.377Z Downloaded hubpack_derive v0.1.1
11852026-08-04T16:50:25.380Z Downloaded thiserror v1.0.69
11862026-08-04T16:50:25.383Z Downloaded litemap v0.8.2
11872026-08-04T16:50:25.386Z Downloaded ingot-types v0.1.2
11882026-08-04T16:50:25.390Z Downloaded scroll v0.13.0
11892026-08-04T16:50:25.390Z Downloaded smf v0.2.3
11902026-08-04T16:50:25.393Z Downloaded slab v0.4.12
11912026-08-04T16:50:25.393Z Downloaded slog-scope v4.4.1
11922026-08-04T16:50:25.393Z Downloaded smartstring v1.0.1
11932026-08-04T16:50:25.393Z Downloaded usdt-impl v0.6.0
11942026-08-04T16:50:25.396Z Downloaded progenitor-macro v0.10.0
11952026-08-04T16:50:25.397Z Downloaded writeable v0.6.3
11962026-08-04T16:50:25.400Z Downloaded progenitor-client v0.10.0
11972026-08-04T16:50:25.403Z Downloaded ref-cast-impl v1.0.25
11982026-08-04T16:50:25.408Z Downloaded ref-cast v1.0.25
11992026-08-04T16:50:25.412Z Downloaded pretty-hex v0.4.2
12002026-08-04T16:50:25.412Z Downloaded blake2 v0.10.6
12012026-08-04T16:50:25.416Z Downloaded rustc_version v0.1.7
12022026-08-04T16:50:25.416Z Downloaded byteorder v1.5.0
12032026-08-04T16:50:25.416Z Downloaded console v0.15.11
12042026-08-04T16:50:25.419Z Downloaded crossbeam-utils v0.8.21
12052026-08-04T16:50:25.419Z Downloaded darling v0.21.3
12062026-08-04T16:50:25.422Z Downloaded derive-ex v0.1.8
12072026-08-04T16:50:25.422Z Downloaded digest v0.11.3
12082026-08-04T16:50:25.425Z Downloaded ciborium v0.2.2
12092026-08-04T16:50:25.425Z Downloaded colored v3.1.1
12102026-08-04T16:50:25.428Z Downloaded foreign-types v0.3.2
12112026-08-04T16:50:25.428Z Downloaded sha1 v0.10.6
12122026-08-04T16:50:25.429Z Downloaded structmeta-derive v0.3.0
12132026-08-04T16:50:25.429Z Downloaded either v1.16.0
12142026-08-04T16:50:25.429Z Downloaded ff v0.13.1
12152026-08-04T16:50:25.433Z Downloaded strum v0.27.2
12162026-08-04T16:50:25.433Z Downloaded sync_wrapper v1.0.2
12172026-08-04T16:50:25.433Z Downloaded tabled_derive v0.11.0
12182026-08-04T16:50:25.433Z Downloaded siphasher v1.0.3
12192026-08-04T16:50:25.433Z Downloaded konst v0.2.20
12202026-08-04T16:50:25.436Z Downloaded stable_deref_trait v1.2.1
12212026-08-04T16:50:25.436Z Downloaded indicatif v0.18.4
12222026-08-04T16:50:25.440Z Downloaded crossbeam-epoch v0.9.18
12232026-08-04T16:50:25.440Z Downloaded cookie v0.18.1
12242026-08-04T16:50:25.440Z Downloaded futures-executor v0.3.32
12252026-08-04T16:50:25.443Z Downloaded fs_extra v1.3.0
12262026-08-04T16:50:25.443Z Downloaded toml_write v0.1.2
12272026-08-04T16:50:25.443Z Downloaded base64 v0.22.1
12282026-08-04T16:50:25.446Z Downloaded foldhash v0.2.0
12292026-08-04T16:50:25.446Z Downloaded thiserror-impl-no-std v2.0.2
12302026-08-04T16:50:25.446Z Downloaded typify-macro v0.6.2
12312026-08-04T16:50:25.446Z Downloaded unarray v0.1.4
12322026-08-04T16:50:25.449Z Downloaded typify-macro v0.4.3
12332026-08-04T16:50:25.449Z Downloaded yoke-derive v0.8.2
12342026-08-04T16:50:25.452Z Downloaded debug-ignore v1.0.5
12352026-08-04T16:50:25.455Z Downloaded dropshot-api-manager-types v0.7.2
12362026-08-04T16:50:25.455Z Downloaded dtrace-parser v0.2.0
12372026-08-04T16:50:25.455Z Downloaded parking_lot_core v0.8.6
12382026-08-04T16:50:25.459Z Downloaded password-hash v0.5.0
12392026-08-04T16:50:25.459Z Downloaded futures-core v0.3.32
12402026-08-04T16:50:25.459Z Downloaded log v0.4.32
12412026-08-04T16:50:25.462Z Downloaded iana-time-zone v0.1.65
12422026-08-04T16:50:25.466Z Downloaded once_cell v1.21.4
12432026-08-04T16:50:25.469Z Downloaded waitgroup v0.1.2
12442026-08-04T16:50:25.469Z Downloaded float-ord v0.3.2
12452026-08-04T16:50:25.469Z Downloaded form_urlencoded v1.2.2
12462026-08-04T16:50:25.469Z Downloaded zerocopy-derive v0.7.35
12472026-08-04T16:50:25.473Z Downloaded progenitor-client v0.13.0
12482026-08-04T16:50:25.473Z Downloaded rand_core v0.10.1
12492026-08-04T16:50:25.473Z Downloaded heck v0.4.1
12502026-08-04T16:50:25.473Z Downloaded proc-macro-error v1.0.4
12512026-08-04T16:50:25.477Z Downloaded hubpack v0.1.2
12522026-08-04T16:50:25.481Z Downloaded vsss-rs v3.3.4
12532026-08-04T16:50:25.484Z Downloaded num-traits v0.2.19
12542026-08-04T16:50:25.484Z Downloaded iddqd v0.4.6
12552026-08-04T16:50:25.489Z Downloaded clap_builder v4.6.5
12562026-08-04T16:50:25.493Z Downloaded rustls-platform-verifier v0.7.0
12572026-08-04T16:50:25.496Z Downloaded ryu v1.0.23
12582026-08-04T16:50:25.496Z Downloaded percent-encoding v2.3.2
12592026-08-04T16:50:25.496Z Downloaded backon v1.6.0
12602026-08-04T16:50:25.500Z Downloaded icu_normalizer v2.2.0
12612026-08-04T16:50:25.500Z Downloaded clap_derive v4.6.4
12622026-08-04T16:50:25.503Z Downloaded slog-async v2.8.0
12632026-08-04T16:50:25.503Z Downloaded slog-dtrace v0.3.0
12642026-08-04T16:50:25.503Z Downloaded serde_with_macros v3.21.0
12652026-08-04T16:50:25.503Z Downloaded quick-error v1.2.3
12662026-08-04T16:50:25.503Z Downloaded serde_derive_internals v0.29.1
12672026-08-04T16:50:25.506Z Downloaded clap v4.6.5
12682026-08-04T16:50:25.509Z Downloaded bytes v1.11.1
12692026-08-04T16:50:25.512Z Downloaded miniz_oxide v0.8.9
12702026-08-04T16:50:25.512Z Downloaded serde_plain v1.0.2
12712026-08-04T16:50:25.512Z Downloaded secrecy v0.10.3
12722026-08-04T16:50:25.516Z Downloaded serde_urlencoded v0.7.1
12732026-08-04T16:50:25.516Z Downloaded thiserror-impl v2.0.19
12742026-08-04T16:50:25.520Z Downloaded hmac v0.12.1
12752026-08-04T16:50:25.523Z Downloaded getrandom v0.2.17
12762026-08-04T16:50:25.523Z Downloaded utf8parse v0.2.2
12772026-08-04T16:50:25.531Z Downloaded zeroize v1.8.2
12782026-08-04T16:50:25.534Z Downloaded scopeguard v1.2.0
12792026-08-04T16:50:25.534Z Downloaded take_mut v0.2.2
12802026-08-04T16:50:25.534Z Downloaded deranged v0.5.8
12812026-08-04T16:50:25.539Z Downloaded tagptr v0.2.0
12822026-08-04T16:50:25.539Z Downloaded serde_core v1.0.229
12832026-08-04T16:50:25.539Z Downloaded displaydoc v0.2.6
12842026-08-04T16:50:25.539Z Downloaded fixedbitset v0.5.7
12852026-08-04T16:50:25.542Z Downloaded tower-service v0.3.3
12862026-08-04T16:50:25.542Z Downloaded console v0.16.3
12872026-08-04T16:50:25.542Z Downloaded subtle v2.6.1
12882026-08-04T16:50:25.542Z Downloaded tinyvec_macros v0.1.1
12892026-08-04T16:50:25.545Z Downloaded tinyvec v1.11.0
12902026-08-04T16:50:25.545Z Downloaded tracing-core v0.1.36
12912026-08-04T16:50:25.549Z Downloaded zeroize_derive v1.4.3
12922026-08-04T16:50:25.549Z Downloaded zone v0.3.1
12932026-08-04T16:50:25.549Z Downloaded ucd-trie v0.1.7
12942026-08-04T16:50:25.549Z Downloaded pin-project-internal v1.1.13
12952026-08-04T16:50:25.559Z Downloaded pkg-config v0.3.33
12962026-08-04T16:50:25.562Z Downloaded usdt-macro v0.5.0
12972026-08-04T16:50:25.565Z Downloaded proc-macro-error-attr2 v2.0.0
12982026-08-04T16:50:25.565Z Downloaded embedded-io v0.6.1
12992026-08-04T16:50:25.568Z Downloaded errno v0.3.14
13002026-08-04T16:50:25.569Z Downloaded foreign-types-macros v0.2.3
13012026-08-04T16:50:25.573Z Downloaded icu_collections v2.2.0
13022026-08-04T16:50:25.576Z Downloaded elliptic-curve v0.13.8
13032026-08-04T16:50:25.579Z Downloaded progenitor v0.14.0
13042026-08-04T16:50:25.579Z Downloaded drift v0.2.0
13052026-08-04T16:50:25.583Z Downloaded futures-sink v0.3.32
13062026-08-04T16:50:25.589Z Downloaded openssl-probe v0.2.1
13072026-08-04T16:50:25.589Z Downloaded hex v0.4.3
13082026-08-04T16:50:25.589Z Downloaded snafu-derive v0.8.9
13092026-08-04T16:50:25.589Z Downloaded tokio-rustls v0.26.4
13102026-08-04T16:50:25.592Z Downloaded toml_edit v0.22.27
13112026-08-04T16:50:25.592Z Downloaded toml_edit v0.25.12+spec-1.1.0
13122026-08-04T16:50:25.592Z Downloaded rand_chacha v0.9.0
13132026-08-04T16:50:25.592Z Downloaded rand_core v0.6.4
13142026-08-04T16:50:25.596Z Downloaded proc-macro-error-attr v1.0.4
13152026-08-04T16:50:25.596Z Downloaded progenitor-macro v0.13.0
13162026-08-04T16:50:25.596Z Downloaded progenitor-client v0.14.0
13172026-08-04T16:50:25.596Z Downloaded tracing-attributes v0.1.31
13182026-08-04T16:50:25.599Z Downloaded rand_chacha v0.3.1
13192026-08-04T16:50:25.599Z Downloaded resolv-conf v0.7.6
13202026-08-04T16:50:25.601Z Downloaded rustversion v1.0.22
13212026-08-04T16:50:25.601Z Downloaded thiserror-impl v1.0.69
13222026-08-04T16:50:25.601Z Downloaded papergrid v0.11.0
13232026-08-04T16:50:25.604Z Downloaded thiserror v2.0.19
13242026-08-04T16:50:25.604Z Downloaded toml_parser v1.1.2+spec-1.1.0
13252026-08-04T16:50:25.607Z Downloaded yoke v0.8.3
13262026-08-04T16:50:25.607Z Downloaded usdt-impl v0.5.0
13272026-08-04T16:50:25.607Z Downloaded icu_normalizer_data v2.2.0
13282026-08-04T16:50:25.610Z Downloaded proc-macro2 v1.0.106
13292026-08-04T16:50:25.610Z Downloaded serde-big-array v0.5.1
13302026-08-04T16:50:25.611Z Downloaded slog-envlogger v2.2.0
13312026-08-04T16:50:25.614Z Downloaded shlex v2.0.1
13322026-08-04T16:50:25.614Z Downloaded structmeta v0.3.0
13332026-08-04T16:50:25.614Z Downloaded thread_local v1.1.9
13342026-08-04T16:50:25.617Z Downloaded strum_macros v0.27.2
13352026-08-04T16:50:25.617Z Downloaded tinystr v0.8.3
13362026-08-04T16:50:25.622Z Downloaded usdt-attr-macro v0.5.0
13372026-08-04T16:50:25.622Z Downloaded const_format v0.2.36
13382026-08-04T16:50:25.622Z Downloaded tabled_derive v0.7.0
13392026-08-04T16:50:25.622Z Downloaded try-lock v0.2.5
13402026-08-04T16:50:25.626Z Downloaded postcard v1.1.3
13412026-08-04T16:50:25.626Z Downloaded usdt-attr-macro v0.6.0
13422026-08-04T16:50:25.627Z Downloaded zerofrom v0.1.8
13432026-08-04T16:50:25.627Z Downloaded whoami v1.6.1
13442026-08-04T16:50:25.635Z Downloaded schemars v0.8.22
13452026-08-04T16:50:25.638Z Downloaded jiff-static v0.2.28
13462026-08-04T16:50:25.638Z Downloaded semver v1.0.28
13472026-08-04T16:50:25.638Z Downloaded parking_lot_core v0.9.12
13482026-08-04T16:50:25.643Z Downloaded httparse v1.10.1
13492026-08-04T16:50:25.646Z Downloaded dtrace-parser v0.3.0
13502026-08-04T16:50:25.646Z Downloaded crypto-bigint v0.5.5
13512026-08-04T16:50:25.650Z Downloaded defmt-macros v1.1.0
13522026-08-04T16:50:25.650Z Downloaded defmt-parser v1.0.0
13532026-08-04T16:50:25.650Z Downloaded futures-io v0.3.32
13542026-08-04T16:50:25.650Z Downloaded crossbeam-channel v0.5.15
13552026-08-04T16:50:25.653Z Downloaded thin-vec v0.2.18
13562026-08-04T16:50:25.657Z Downloaded hostname v0.3.1
13572026-08-04T16:50:25.657Z Downloaded base64 v0.21.7
13582026-08-04T16:50:25.662Z Downloaded rand_core v0.9.5
13592026-08-04T16:50:25.662Z Downloaded hash32 v0.3.1
13602026-08-04T16:50:25.662Z Downloaded powerfmt v0.2.0
13612026-08-04T16:50:25.666Z Downloaded git-stub-vcs v0.1.0
13622026-08-04T16:50:25.666Z Downloaded dof v0.3.0
13632026-08-04T16:50:25.666Z Downloaded dof v0.4.0
13642026-08-04T16:50:25.666Z Downloaded progenitor-macro v0.14.0
13652026-08-04T16:50:25.666Z Downloaded term v1.2.1
13662026-08-04T16:50:25.670Z Downloaded quote v1.0.45
13672026-08-04T16:50:25.670Z Downloaded rand_xorshift v0.4.0
13682026-08-04T16:50:25.670Z Downloaded pin-project v1.1.13
13692026-08-04T16:50:25.675Z Downloaded unicode-ident v1.0.24
13702026-08-04T16:50:25.678Z Downloaded paste v1.0.15
13712026-08-04T16:50:25.678Z Downloaded phf v0.12.1
13722026-08-04T16:50:25.681Z Downloaded openssl-sys v0.9.116
13732026-08-04T16:50:25.684Z Downloaded rustc-hash v2.1.2
13742026-08-04T16:50:25.684Z Downloaded rustls-pemfile v2.2.0
13752026-08-04T16:50:25.684Z Downloaded slog-json v2.6.1
13762026-08-04T16:50:25.684Z Downloaded minimal-lexical v0.2.1
13772026-08-04T16:50:25.688Z Downloaded pest_meta v2.8.6
13782026-08-04T16:50:25.692Z Downloaded schemars_derive v0.8.22
13792026-08-04T16:50:25.692Z Downloaded static_assertions v1.1.0
13802026-08-04T16:50:25.692Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13812026-08-04T16:50:25.692Z Downloaded serde_spanned v0.6.9
13822026-08-04T16:50:25.692Z Downloaded toml v0.8.23
13832026-08-04T16:50:25.692Z Downloaded utf-8 v0.7.6
13842026-08-04T16:50:25.696Z Downloaded thread-id v5.1.0
13852026-08-04T16:50:25.699Z Downloaded rayon-core v1.13.0
13862026-08-04T16:50:25.702Z Downloaded schemars v0.9.0
13872026-08-04T16:50:25.706Z Downloaded tokio-dtrace v0.1.1
13882026-08-04T16:50:25.710Z Downloaded zmij v1.0.21
13892026-08-04T16:50:25.711Z Downloaded equivalent v1.0.2
13902026-08-04T16:50:25.711Z Downloaded getrandom v0.4.2
13912026-08-04T16:50:25.714Z Downloaded getrandom v0.3.4
13922026-08-04T16:50:25.714Z Downloaded usdt-macro v0.6.0
13932026-08-04T16:50:25.714Z Downloaded defmt v1.1.0
13942026-08-04T16:50:25.717Z Downloaded progenitor-impl v0.14.0
13952026-08-04T16:50:25.717Z Downloaded dunce v1.0.5
13962026-08-04T16:50:25.717Z Downloaded generic-array v0.14.7
13972026-08-04T16:50:25.720Z Downloaded openssl-macros v0.1.1
13982026-08-04T16:50:25.720Z Downloaded hostname v0.4.2
13992026-08-04T16:50:25.720Z Downloaded glob v0.3.3
14002026-08-04T16:50:25.720Z Downloaded erased-serde v0.3.31
14012026-08-04T16:50:25.723Z Downloaded same-file v1.0.6
14022026-08-04T16:50:25.723Z Downloaded serde_yaml v0.9.34+deprecated
14032026-08-04T16:50:25.723Z Downloaded fnv v1.0.7
14042026-08-04T16:50:25.727Z Downloaded futures-macro v0.3.32
14052026-08-04T16:50:25.727Z Downloaded fxhash v0.2.1
14062026-08-04T16:50:25.727Z Downloaded proc-macro-crate v3.5.0
14072026-08-04T16:50:25.727Z Downloaded testing_table v0.3.0
14082026-08-04T16:50:25.727Z Downloaded cc v1.2.63
14092026-08-04T16:50:25.731Z Downloaded foldhash v0.1.5
14102026-08-04T16:50:25.731Z Downloaded humantime v2.3.0
14112026-08-04T16:50:25.731Z Downloaded parking_lot v0.11.2
14122026-08-04T16:50:25.736Z Downloaded progenitor-impl v0.13.0
14132026-08-04T16:50:25.736Z Downloaded fs-err v3.3.0
14142026-08-04T16:50:25.736Z Downloaded oxnet v0.1.6
14152026-08-04T16:50:25.736Z Downloaded pem v3.0.6
14162026-08-04T16:50:25.736Z Downloaded scroll_derive v0.12.1
14172026-08-04T16:50:25.736Z Downloaded spin v0.5.2
14182026-08-04T16:50:25.740Z Downloaded universal-hash v0.5.1
14192026-08-04T16:50:25.743Z Downloaded flate2 v1.1.9
14202026-08-04T16:50:25.746Z Downloaded foreign-types v0.5.0
14212026-08-04T16:50:25.746Z Downloaded darling_core v0.21.3
14222026-08-04T16:50:25.749Z Downloaded dropshot_endpoint v0.17.1
14232026-08-04T16:50:25.749Z Downloaded idna v1.1.0
14242026-08-04T16:50:25.752Z Downloaded ppv-lite86 v0.2.21
14252026-08-04T16:50:25.752Z Downloaded socket2 v0.6.5
14262026-08-04T16:50:25.752Z Downloaded enum-as-inner v0.6.1
14272026-08-04T16:50:25.755Z Downloaded want v0.3.1
14282026-08-04T16:50:25.760Z Downloaded parse-display v0.10.0
14292026-08-04T16:50:25.760Z Downloaded phf_shared v0.12.1
14302026-08-04T16:50:25.763Z Downloaded memchr v2.8.1
14312026-08-04T16:50:25.766Z Downloaded mio v1.2.1
14322026-08-04T16:50:25.769Z Downloaded slog-term v2.9.2
14332026-08-04T16:50:25.769Z Downloaded toml v0.9.12+spec-1.1.0
14342026-08-04T16:50:25.773Z Downloaded toml_writer v1.1.1+spec-1.1.0
14352026-08-04T16:50:25.773Z Downloaded signal-hook-registry v1.4.8
14362026-08-04T16:50:25.773Z Downloaded slog-stdlog v4.1.1
14372026-08-04T16:50:25.777Z Downloaded schemars v1.2.1
14382026-08-04T16:50:25.782Z Downloaded indexmap v2.14.0
14392026-08-04T16:50:25.785Z Downloaded nom v7.1.3
14402026-08-04T16:50:25.788Z Downloaded papergrid v0.18.0
14412026-08-04T16:50:25.788Z Downloaded hyper-util v0.1.20
14422026-08-04T16:50:25.791Z Downloaded foreign-types-shared v0.1.1
14432026-08-04T16:50:25.791Z Downloaded progenitor-extras v0.2.0
14442026-08-04T16:50:25.794Z Downloaded zerovec-derive v0.11.3
14452026-08-04T16:50:25.794Z Downloaded plain v0.2.3
14462026-08-04T16:50:25.794Z Downloaded rand_pcg v0.10.2
14472026-08-04T16:50:25.797Z Downloaded http-body-util v0.1.4
14482026-08-04T16:50:25.797Z Downloaded swrite v0.1.0
14492026-08-04T16:50:25.797Z Downloaded futures v0.3.32
14502026-08-04T16:50:25.800Z Downloaded rustls-webpki v0.103.13
14512026-08-04T16:50:25.804Z Downloaded git-stub v1.0.0
14522026-08-04T16:50:25.804Z Downloaded futures-channel v0.3.32
14532026-08-04T16:50:25.807Z Downloaded pest_generator v2.8.6
14542026-08-04T16:50:25.810Z Downloaded thread-id v4.2.2
14552026-08-04T16:50:25.810Z Downloaded potential_utf v0.1.5
14562026-08-04T16:50:25.830Z Downloaded zerofrom-derive v0.1.7
14572026-08-04T16:50:25.835Z Downloaded hickory-resolver v0.24.4
14582026-08-04T16:50:25.835Z Downloaded slog v2.8.2
14592026-08-04T16:50:25.836Z Downloaded snafu v0.8.9
14602026-08-04T16:50:25.836Z Downloaded unsafe-libyaml v0.2.11
14612026-08-04T16:50:25.836Z Downloaded scroll v0.12.0
14622026-08-04T16:50:25.836Z Downloaded tokio-stream v0.1.18
14632026-08-04T16:50:25.836Z Downloaded globset v0.4.18
14642026-08-04T16:50:25.836Z Downloaded owo-colors v4.3.0
14652026-08-04T16:50:25.836Z Downloaded parse-display-derive v0.10.0
14662026-08-04T16:50:25.836Z Downloaded rustc_version v0.4.1
14672026-08-04T16:50:25.836Z Downloaded serde_repr v0.1.21
14682026-08-04T16:50:25.836Z Downloaded rustls-pki-types v1.14.1
14692026-08-04T16:50:25.840Z Downloaded tungstenite v0.21.0
14702026-08-04T16:50:25.840Z Downloaded fixedbitset v0.4.2
14712026-08-04T16:50:25.840Z Downloaded tempfile v3.27.0
14722026-08-04T16:50:25.843Z Downloaded untrusted v0.9.0
14732026-08-04T16:50:25.846Z Downloaded darling_macro v0.21.3
14742026-08-04T16:50:25.846Z Downloaded usdt v0.5.0
14752026-08-04T16:50:25.852Z Downloaded heapless v0.8.0
14762026-08-04T16:50:25.855Z Downloaded itertools v0.12.1
14772026-08-04T16:50:25.858Z Downloaded rand v0.10.2
14782026-08-04T16:50:25.863Z Downloaded xz2 v0.1.7
14792026-08-04T16:50:25.863Z Downloaded synstructure v0.13.2
14802026-08-04T16:50:25.866Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14812026-08-04T16:50:25.866Z Downloaded pin-project-lite v0.2.17
14822026-08-04T16:50:25.866Z Downloaded scroll_derive v0.13.1
14832026-08-04T16:50:25.869Z Downloaded foreign-types-shared v0.3.1
14842026-08-04T16:50:25.869Z Downloaded prettyplease v0.2.37
14852026-08-04T16:50:25.869Z Downloaded proc-macro-crate v1.3.1
14862026-08-04T16:50:25.872Z Downloaded itertools v0.14.0
14872026-08-04T16:50:25.876Z Downloaded strum_macros v0.26.4
14882026-08-04T16:50:25.879Z Downloaded rusty-fork v0.3.1
14892026-08-04T16:50:25.879Z Downloaded async-compression v0.4.42
14902026-08-04T16:50:25.882Z Downloaded untrusted v0.7.1
14912026-08-04T16:50:25.883Z Downloaded embedded-io v0.4.0
14922026-08-04T16:50:25.886Z Downloaded pest_derive v2.8.6
14932026-08-04T16:50:25.886Z Downloaded tokio-tungstenite v0.21.0
14942026-08-04T16:50:25.889Z Downloaded progenitor-impl v0.10.0
14952026-08-04T16:50:25.889Z Downloaded libm v0.2.16
14962026-08-04T16:50:25.893Z Downloaded wait-timeout v0.2.1
14972026-08-04T16:50:25.896Z Downloaded data-encoding v2.11.0
14982026-08-04T16:50:25.896Z Downloaded port-file v0.1.0
14992026-08-04T16:50:25.896Z Downloaded rustls-native-certs v0.8.4
15002026-08-04T16:50:25.896Z Downloaded find-msvc-tools v0.1.9
15012026-08-04T16:50:25.900Z Downloaded url v2.5.8
15022026-08-04T16:50:25.907Z Downloaded time-macros v0.2.27
15032026-08-04T16:50:25.910Z Downloaded serde_tokenstream v0.2.3
15042026-08-04T16:50:25.910Z Downloaded tiny-keccak v2.0.2
15052026-08-04T16:50:25.913Z Downloaded walkdir v2.5.0
15062026-08-04T16:50:25.913Z Downloaded poly1305 v0.8.0
15072026-08-04T16:50:25.913Z Downloaded progenitor v0.13.0
15082026-08-04T16:50:25.916Z Downloaded simd-adler32 v0.3.9
15092026-08-04T16:50:25.923Z Downloaded sha2 v0.10.9
15102026-08-04T16:50:25.928Z Downloaded spin v0.9.8
15112026-08-04T16:50:25.931Z Downloaded hyper v1.11.0
15122026-08-04T16:50:25.935Z Downloaded fastrand v2.4.1
15132026-08-04T16:50:25.938Z Downloaded group v0.13.0
15142026-08-04T16:50:25.938Z Downloaded highway v1.3.0
15152026-08-04T16:50:25.941Z Downloaded tokio-util v0.7.18
15162026-08-04T16:50:25.945Z Downloaded toml v1.1.2+spec-1.1.0
15172026-08-04T16:50:25.945Z Downloaded typenum v1.20.1
15182026-08-04T16:50:25.948Z Downloaded zerovec v0.11.6
15192026-08-04T16:50:25.951Z Downloaded digest v0.10.7
15202026-08-04T16:50:25.951Z Downloaded qorb v0.4.1
15212026-08-04T16:50:25.955Z Downloaded derive_more v0.99.20
15222026-08-04T16:50:25.958Z Downloaded uuid v1.24.0
15232026-08-04T16:50:25.958Z Downloaded rhai_codegen v3.2.0
15242026-08-04T16:50:25.962Z Downloaded test-strategy v0.4.5
15252026-08-04T16:50:25.965Z Downloaded serde v1.0.229
15262026-08-04T16:50:25.968Z Downloaded steno v0.4.1
15272026-08-04T16:50:25.968Z Downloaded oxide-tokio-rt v0.1.6
15282026-08-04T16:50:25.968Z Downloaded progenitor v0.10.0
15292026-08-04T16:50:25.971Z Downloaded quinn-udp v0.5.14
15302026-08-04T16:50:25.971Z Downloaded nom v8.0.0
15312026-08-04T16:50:25.974Z Downloaded parking_lot v0.12.5
15322026-08-04T16:50:25.974Z Downloaded proc-macro-error2 v2.0.1
15332026-08-04T16:50:25.977Z Downloaded serde_derive v1.0.229
15342026-08-04T16:50:25.980Z Downloaded icu_properties_data v2.2.0
15352026-08-04T16:50:25.983Z Downloaded typify v0.4.3
15362026-08-04T16:50:25.987Z Downloaded typify v0.6.2
15372026-08-04T16:50:25.990Z Downloaded derive-where v1.6.1
15382026-08-04T16:50:25.990Z Downloaded pest v2.8.6
15392026-08-04T16:50:25.994Z Downloaded expectorate v1.2.0
15402026-08-04T16:50:25.999Z Downloaded darling_core v0.23.0
15412026-08-04T16:50:26.002Z Downloaded hashbrown v0.16.1
15422026-08-04T16:50:26.005Z Downloaded textwrap v0.16.2
15432026-08-04T16:50:26.005Z Downloaded toml_edit v0.19.15
15442026-08-04T16:50:26.014Z Downloaded similar v2.7.0
15452026-08-04T16:50:26.017Z Downloaded rand v0.8.6
15462026-08-04T16:50:26.021Z Downloaded zerotrie v0.2.4
15472026-08-04T16:50:26.021Z Downloaded typed-path v0.9.3
15482026-08-04T16:50:26.025Z Downloaded ron v0.12.1
15492026-08-04T16:50:26.028Z Downloaded smallvec v1.15.1
15502026-08-04T16:50:26.031Z Downloaded half v2.7.1
15512026-08-04T16:50:26.032Z Downloaded quinn v0.11.9
15522026-08-04T16:50:26.050Z Downloaded winnow v0.5.40
15532026-08-04T16:50:26.067Z Downloaded http v1.4.2
15542026-08-04T16:50:26.081Z Downloaded unicode-segmentation v1.13.3
15552026-08-04T16:50:26.084Z Downloaded hickory-resolver v0.25.2
15562026-08-04T16:50:26.084Z Downloaded zerocopy-derive v0.8.50
15572026-08-04T16:50:26.088Z Downloaded regex v1.12.3
15582026-08-04T16:50:26.091Z Downloaded serde_json v1.0.151
15592026-08-04T16:50:26.097Z Downloaded tower v0.5.3
15602026-08-04T16:50:26.102Z Downloaded goblin v0.8.2
15612026-08-04T16:50:26.106Z Downloaded rand v0.9.4
15622026-08-04T16:50:26.109Z Downloaded hashbrown v0.17.1
15632026-08-04T16:50:26.112Z Downloaded h2 v0.4.14
15642026-08-04T16:50:26.117Z Downloaded hashbrown v0.12.3
15652026-08-04T16:50:26.121Z Downloaded tabled v0.15.0
15662026-08-04T16:50:26.130Z Downloaded futures-util v0.3.32
15672026-08-04T16:50:26.137Z Downloaded zerocopy v0.7.35
15682026-08-04T16:50:26.145Z Downloaded dropshot-api-manager v0.7.2
15692026-08-04T16:50:26.151Z Downloaded reqwest v0.13.4
15702026-08-04T16:50:26.155Z Downloaded moka v0.12.15
15712026-08-04T16:50:26.164Z Downloaded tough v0.22.0
15722026-08-04T16:50:26.171Z Downloaded unicode-normalization v0.1.25
15732026-08-04T16:50:26.175Z Downloaded tower-http v0.6.11
15742026-08-04T16:50:26.179Z Downloaded hashbrown v0.15.5
15752026-08-04T16:50:26.182Z Downloaded portable-atomic v1.13.1
15762026-08-04T16:50:26.186Z Downloaded chrono v0.4.45
15772026-08-04T16:50:26.199Z Downloaded reqwest v0.12.28
15782026-08-04T16:50:26.203Z Downloaded winnow v0.7.15
15792026-08-04T16:50:26.208Z Downloaded aws-lc-rs v1.17.0
15802026-08-04T16:50:26.213Z Downloaded quinn-proto v0.11.16
15812026-08-04T16:50:26.216Z Downloaded webpki-roots v1.0.7
15822026-08-04T16:50:26.220Z Downloaded hkdf v0.12.4
15832026-08-04T16:50:26.220Z Downloaded rayon v1.12.0
15842026-08-04T16:50:26.227Z Downloaded vcpkg v0.2.15
15852026-08-04T16:50:26.250Z Downloaded goblin v0.10.7
15862026-08-04T16:50:26.255Z Downloaded winnow v1.0.3
15872026-08-04T16:50:26.259Z Downloaded openssl v0.10.80
15882026-08-04T16:50:26.266Z Downloaded curve25519-dalek v4.1.3
15892026-08-04T16:50:26.271Z Downloaded time v0.3.47
15902026-08-04T16:50:26.278Z Downloaded zerocopy v0.8.50
15912026-08-04T16:50:26.292Z Downloaded tabled v0.21.0
15922026-08-04T16:50:26.299Z Downloaded proptest v1.11.0
15932026-08-04T16:50:26.305Z Downloaded serde_with v3.21.0
15942026-08-04T16:50:26.312Z Downloaded unicode-width v0.2.2
15952026-08-04T16:50:26.315Z Downloaded unicode-width v0.1.14
15962026-08-04T16:50:26.319Z Downloaded nix v0.31.3
15972026-08-04T16:50:26.326Z Downloaded syn v3.0.3
15982026-08-04T16:50:26.333Z Downloaded bstr v1.12.1
15992026-08-04T16:50:26.338Z Downloaded syn v1.0.109
16002026-08-04T16:50:26.342Z Downloaded openapiv3 v2.2.0
16012026-08-04T16:50:26.349Z Downloaded syn v2.0.117
16022026-08-04T16:50:26.355Z Downloaded rhai v1.25.1
16032026-08-04T16:50:26.363Z Downloaded dropshot v0.17.1
16042026-08-04T16:50:26.375Z Downloaded smoltcp v0.11.0
16052026-08-04T16:50:26.384Z Downloaded rustls v0.23.40
16062026-08-04T16:50:26.391Z Downloaded regress v0.11.1
16072026-08-04T16:50:26.396Z Downloaded hickory-proto v0.24.4
16082026-08-04T16:50:26.405Z Downloaded rustix v1.1.4
16092026-08-04T16:50:26.417Z Downloaded hickory-proto v0.25.2
16102026-08-04T16:50:26.428Z Downloaded regex-syntax v0.8.10
16112026-08-04T16:50:26.432Z Downloaded typify-impl v0.4.3
16122026-08-04T16:50:26.438Z Downloaded regress v0.10.5
16132026-08-04T16:50:26.443Z Downloaded rustix v0.38.44
16142026-08-04T16:50:26.456Z Downloaded typify-impl v0.6.2
16152026-08-04T16:50:26.467Z Downloaded sled v0.34.7
16162026-08-04T16:50:26.479Z Downloaded tracing v0.1.44
16172026-08-04T16:50:26.534Z Downloaded chrono-tz v0.10.4
16182026-08-04T16:50:26.546Z Downloaded petgraph v0.6.5
16192026-08-04T16:50:26.558Z Downloaded lzma-sys v0.1.20
16202026-08-04T16:50:26.575Z Downloaded regex-automata v0.4.14
16212026-08-04T16:50:26.584Z Downloaded jiff v0.2.28
16222026-08-04T16:50:26.595Z Downloaded libc v0.2.189
16232026-08-04T16:50:26.617Z Downloaded sha3 v0.10.9
16242026-08-04T16:50:26.620Z Downloaded petgraph v0.8.3
16252026-08-04T16:50:26.633Z Downloaded csv v1.4.0
16262026-08-04T16:50:26.645Z Downloaded encoding_rs v0.8.35
16272026-08-04T16:50:26.658Z Downloaded tokio v1.53.1
16282026-08-04T16:50:26.689Z Downloaded ring v0.17.14
16292026-08-04T16:50:27.218Z Downloaded aws-lc-sys v0.41.0
16302026-08-04T16:50:27.568Z Compiling proc-macro2 v1.0.106
16312026-08-04T16:50:27.568Z Compiling quote v1.0.45
16322026-08-04T16:50:27.568Z Compiling unicode-ident v1.0.24
16332026-08-04T16:50:27.568Z Compiling serde_core v1.0.229
16342026-08-04T16:50:27.568Z Compiling serde v1.0.229
16352026-08-04T16:50:27.568Z Compiling libc v0.2.189
16362026-08-04T16:50:27.568Z Compiling cfg-if v1.0.4
16372026-08-04T16:50:27.879Z Compiling zmij v1.0.21
16382026-08-04T16:50:27.904Z Compiling autocfg v1.5.1
16392026-08-04T16:50:28.209Z Compiling memchr v2.8.1
16402026-08-04T16:50:28.243Z Compiling libm v0.2.16
16412026-08-04T16:50:28.615Z Compiling itoa v1.0.18
16422026-08-04T16:50:28.633Z Compiling icu_normalizer_data v2.2.0
16432026-08-04T16:50:28.870Z Compiling icu_properties_data v2.2.0
16442026-08-04T16:50:28.870Z Compiling version_check v0.9.5
16452026-08-04T16:50:28.903Z Compiling stable_deref_trait v1.2.1
16462026-08-04T16:50:28.990Z Compiling serde_json v1.0.151
16472026-08-04T16:50:29.105Z Compiling syn v2.0.117
16482026-08-04T16:50:29.125Z Compiling syn v3.0.3
16492026-08-04T16:50:29.182Z Compiling parking_lot_core v0.9.12
16502026-08-04T16:50:29.341Z Compiling litemap v0.8.2
16512026-08-04T16:50:29.397Z Compiling writeable v0.6.3
16522026-08-04T16:50:29.480Z Compiling num-traits v0.2.19
16532026-08-04T16:50:29.596Z Compiling utf8_iter v1.0.4
16542026-08-04T16:50:29.763Z Compiling thiserror v2.0.19
16552026-08-04T16:50:29.893Z Compiling percent-encoding v2.3.2
16562026-08-04T16:50:30.100Z Compiling rand_core v0.10.1
16572026-08-04T16:50:30.147Z Compiling getrandom v0.4.2
16582026-08-04T16:50:30.174Z Compiling form_urlencoded v1.2.2
16592026-08-04T16:50:30.275Z Compiling zerocopy v0.8.50
16602026-08-04T16:50:30.368Z Compiling errno v0.3.14
16612026-08-04T16:50:30.564Z Compiling heck v0.5.0
16622026-08-04T16:50:30.716Z Compiling iana-time-zone v0.1.65
16632026-08-04T16:50:31.020Z Compiling uuid v1.24.0
16642026-08-04T16:50:31.105Z Compiling jobserver v0.1.34
16652026-08-04T16:50:31.235Z Compiling find-msvc-tools v0.1.9
16662026-08-04T16:50:31.417Z Compiling shlex v2.0.1
16672026-08-04T16:50:31.449Z Compiling rustversion v1.0.22
16682026-08-04T16:50:31.488Z Compiling semver v1.0.28
16692026-08-04T16:50:31.622Z Compiling cc v1.2.63
16702026-08-04T16:50:31.727Z Compiling schemars v0.8.22
16712026-08-04T16:50:31.872Z Compiling dyn-clone v1.0.20
16722026-08-04T16:50:32.041Z Compiling pin-project-lite v0.2.17
16732026-08-04T16:50:32.060Z Compiling getrandom v0.2.17
16742026-08-04T16:50:32.157Z Compiling synstructure v0.13.2
16752026-08-04T16:50:32.170Z Compiling serde_derive v1.0.229
16762026-08-04T16:50:32.190Z Compiling serde_derive_internals v0.29.1
16772026-08-04T16:50:32.290Z Compiling thiserror-impl v2.0.19
16782026-08-04T16:50:32.630Z Compiling bitflags v2.12.1
16792026-08-04T16:50:32.675Z Compiling scopeguard v1.2.0
16802026-08-04T16:50:32.802Z Compiling lock_api v0.4.14
16812026-08-04T16:50:32.960Z Compiling socket2 v0.6.5
16822026-08-04T16:50:32.979Z Compiling cmake v0.1.58
16832026-08-04T16:50:33.065Z Compiling signal-hook-registry v1.4.8
16842026-08-04T16:50:33.083Z Compiling mio v1.2.1
16852026-08-04T16:50:33.083Z Compiling portable-atomic v1.13.1
16862026-08-04T16:50:33.346Z Compiling zerofrom-derive v0.1.7
16872026-08-04T16:50:33.368Z Compiling yoke-derive v0.8.2
16882026-08-04T16:50:33.496Z Compiling zerovec-derive v0.11.3
16892026-08-04T16:50:33.550Z Compiling displaydoc v0.2.6
16902026-08-04T16:50:33.582Z Compiling schemars_derive v0.8.22
16912026-08-04T16:50:33.748Z Compiling tokio-macros v2.7.0
16922026-08-04T16:50:33.767Z Compiling zerocopy-derive v0.8.50
16932026-08-04T16:50:34.385Z Compiling zeroize_derive v1.4.3
16942026-08-04T16:50:34.487Z Compiling futures-macro v0.3.32
16952026-08-04T16:50:34.574Z Compiling zerofrom v0.1.8
16962026-08-04T16:50:34.644Z Compiling fs_extra v1.3.0
16972026-08-04T16:50:34.664Z Compiling dunce v1.0.5
16982026-08-04T16:50:34.709Z Compiling yoke v0.8.3
16992026-08-04T16:50:34.860Z Compiling critical-section v1.2.0
17002026-08-04T16:50:34.928Z Compiling zerovec v0.11.6
17012026-08-04T16:50:34.952Z Compiling zerotrie v0.2.4
17022026-08-04T16:50:35.052Z Compiling zeroize v1.8.2
17032026-08-04T16:50:35.297Z Compiling aws-lc-sys v0.41.0
17042026-08-04T16:50:35.319Z Compiling once_cell v1.21.4
17052026-08-04T16:50:35.388Z Compiling smallvec v1.15.1
17062026-08-04T16:50:35.411Z Compiling bytes v1.11.1
17072026-08-04T16:50:35.481Z Compiling tinystr v0.8.3
17082026-08-04T16:50:35.573Z Compiling potential_utf v0.1.5
17092026-08-04T16:50:35.603Z Compiling chrono v0.4.45
17102026-08-04T16:50:35.703Z Compiling serde_tokenstream v0.2.3
17112026-08-04T16:50:35.776Z Compiling icu_locale_core v2.2.0
17122026-08-04T16:50:35.779Z Compiling icu_collections v2.2.0
17132026-08-04T16:50:36.005Z Compiling parking_lot v0.12.5
17142026-08-04T16:50:36.021Z Compiling futures-core v0.3.32
17152026-08-04T16:50:36.193Z Compiling log v0.4.32
17162026-08-04T16:50:36.232Z Compiling tokio v1.53.1
17172026-08-04T16:50:36.540Z Compiling subtle v2.6.1
17182026-08-04T16:50:36.645Z Compiling icu_provider v2.2.0
17192026-08-04T16:50:36.679Z Compiling equivalent v1.0.2
17202026-08-04T16:50:36.723Z Compiling allocator-api2 v0.2.21
17212026-08-04T16:50:36.866Z Compiling httparse v1.10.1
17222026-08-04T16:50:37.059Z Compiling icu_properties v2.2.0
17232026-08-04T16:50:37.175Z Compiling icu_normalizer v2.2.0
17242026-08-04T16:50:37.216Z Compiling futures-sink v0.3.32
17252026-08-04T16:50:37.347Z Compiling slab v0.4.12
17262026-08-04T16:50:37.533Z Compiling rustix v1.1.4
17272026-08-04T16:50:37.679Z Compiling ucd-trie v0.1.7
17282026-08-04T16:50:37.896Z Compiling thiserror v1.0.69
17292026-08-04T16:50:37.940Z Compiling pest v2.8.6
17302026-08-04T16:50:38.221Z Compiling idna_adapter v1.2.2
17312026-08-04T16:50:38.379Z Compiling idna v1.1.0
17322026-08-04T16:50:38.470Z Compiling regex-syntax v0.8.10
17332026-08-04T16:50:38.510Z Compiling typenum v1.20.1
17342026-08-04T16:50:38.650Z Compiling futures-channel v0.3.32
17352026-08-04T16:50:38.916Z Compiling url v2.5.8
17362026-08-04T16:50:38.943Z Compiling thiserror-impl v1.0.69
17372026-08-04T16:50:39.030Z Compiling pest_meta v2.8.6
17382026-08-04T16:50:39.154Z Compiling strsim v0.11.1
17392026-08-04T16:50:39.343Z Compiling hashbrown v0.17.1
17402026-08-04T16:50:39.462Z Compiling aho-corasick v1.1.4
17412026-08-04T16:50:40.106Z Compiling pest_generator v2.8.6
17422026-08-04T16:50:40.242Z Compiling futures-io v0.3.32
17432026-08-04T16:50:40.422Z Compiling futures-task v0.3.32
17442026-08-04T16:50:40.454Z Compiling regex-automata v0.4.14
17452026-08-04T16:50:40.517Z Compiling getrandom v0.3.4
17462026-08-04T16:50:40.636Z Compiling futures-util v0.3.32
17472026-08-04T16:50:40.764Z Compiling pest_derive v2.8.6
17482026-08-04T16:50:40.866Z Compiling ident_case v1.0.1
17492026-08-04T16:50:40.885Z Compiling rand_core v0.6.4
17502026-08-04T16:50:41.005Z Compiling byteorder v1.5.0
17512026-08-04T16:50:41.150Z Compiling ipnetwork v0.21.1
17522026-08-04T16:50:41.281Z Compiling indexmap v2.14.0
17532026-08-04T16:50:41.382Z Compiling tracing-core v0.1.36
17542026-08-04T16:50:41.867Z Compiling tracing-attributes v0.1.31
17552026-08-04T16:50:42.121Z Compiling slog v2.8.2
17562026-08-04T16:50:42.372Z Compiling regex v1.12.3
17572026-08-04T16:50:42.446Z Compiling fnv v1.0.7
17582026-08-04T16:50:42.616Z Compiling anyhow v1.0.104
17592026-08-04T16:50:42.790Z Compiling paste v1.0.15
17602026-08-04T16:50:42.808Z Compiling base64 v0.22.1
17612026-08-04T16:50:43.129Z Compiling tracing v0.1.44
17622026-08-04T16:50:43.159Z Compiling erased-serde v0.3.31
17632026-08-04T16:50:43.436Z Compiling omicron-workspace-hack v0.1.0
17642026-08-04T16:50:43.762Z Compiling http v1.4.2
17652026-08-04T16:50:44.177Z Compiling oxnet v0.1.6
17662026-08-04T16:50:44.312Z Compiling rustls-pki-types v1.14.1
17672026-08-04T16:50:44.904Z Compiling scroll_derive v0.13.1
17682026-08-04T16:50:45.151Z Compiling ring v0.17.14
17692026-08-04T16:50:45.524Z Compiling num-conv v0.2.2
17702026-08-04T16:50:45.583Z Compiling time-core v0.1.8
17712026-08-04T16:50:45.688Z Compiling aws-lc-rs v1.17.0
17722026-08-04T16:50:45.746Z Compiling time-macros v0.2.27
17732026-08-04T16:50:46.002Z Compiling tokio-util v0.7.18
17742026-08-04T16:50:46.223Z Compiling camino v1.2.5
17752026-08-04T16:50:46.552Z Compiling ipnet v2.12.0
17762026-08-04T16:50:46.742Z Compiling untrusted v0.7.1
17772026-08-04T16:50:46.878Z Compiling untrusted v0.9.0
17782026-08-04T16:50:47.017Z Compiling ppv-lite86 v0.2.21
17792026-08-04T16:50:47.354Z Compiling async-trait v0.1.89
17802026-08-04T16:50:47.471Z Compiling daft-derive v0.1.7
17812026-08-04T16:50:47.502Z Compiling rustls v0.23.40
17822026-08-04T16:50:47.704Z Compiling crc32fast v1.5.0
17832026-08-04T16:50:48.106Z Compiling http-body v1.0.1
17842026-08-04T16:50:48.215Z Compiling darling_core v0.23.0
17852026-08-04T16:50:48.301Z Compiling usdt-impl v0.6.0
17862026-08-04T16:50:48.324Z Compiling atomic-waker v1.1.2
17872026-08-04T16:50:48.460Z Compiling crossbeam-utils v0.8.21
17882026-08-04T16:50:48.557Z Compiling pretty-hex v0.4.2
17892026-08-04T16:50:48.719Z Compiling scroll v0.13.0
17902026-08-04T16:50:48.790Z Compiling ryu v1.0.23
17912026-08-04T16:50:49.083Z Compiling tower-layer v0.3.3
17922026-08-04T16:50:49.165Z Compiling tower-service v0.3.3
17932026-08-04T16:50:49.251Z Compiling try-lock v0.2.5
17942026-08-04T16:50:49.269Z Compiling plain v0.2.3
17952026-08-04T16:50:49.375Z Compiling goblin v0.10.7
17962026-08-04T16:50:49.392Z Compiling want v0.3.1
17972026-08-04T16:50:49.571Z Compiling h2 v0.4.14
17982026-08-04T16:50:49.590Z Compiling slog-async v2.8.0
17992026-08-04T16:50:49.881Z Compiling httpdate v1.0.3
18002026-08-04T16:50:50.280Z Compiling dtrace-parser v0.3.0
18012026-08-04T16:50:50.298Z Compiling darling_macro v0.23.0
18022026-08-04T16:50:50.403Z Compiling thread-id v5.1.0
18032026-08-04T16:50:50.893Z Compiling ref-cast v1.0.25
18042026-08-04T16:50:50.929Z Compiling darling v0.23.0
18052026-08-04T16:50:52.072Z Compiling hyper v1.11.0
18062026-08-04T16:50:52.603Z Compiling dof v0.4.0
18072026-08-04T16:50:53.179Z Compiling rand_core v0.9.5
18082026-08-04T16:50:53.451Z Compiling hyper-util v0.1.20
18092026-08-04T16:50:54.118Z Compiling serde_urlencoded v0.7.1
18102026-08-04T16:50:54.411Z Compiling http-body-util v0.1.4
18112026-08-04T16:50:54.786Z Compiling ref-cast-impl v1.0.25
18122026-08-04T16:50:55.398Z Compiling syn v1.0.109
18132026-08-04T16:50:55.891Z Compiling usdt-attr-macro v0.6.0
18142026-08-04T16:50:56.126Z Compiling usdt-macro v0.6.0
18152026-08-04T16:50:56.172Z Compiling structmeta-derive v0.3.0
18162026-08-04T16:50:56.722Z Compiling multer v3.1.0
18172026-08-04T16:50:56.963Z Compiling powerfmt v0.2.0
18182026-08-04T16:50:56.980Z Compiling foldhash v0.2.0
18192026-08-04T16:50:57.067Z Compiling rand_chacha v0.9.0
18202026-08-04T16:50:57.222Z Compiling deranged v0.5.8
18212026-08-04T16:50:57.240Z Compiling structmeta v0.3.0
18222026-08-04T16:50:57.445Z Compiling newtype-uuid-macros v0.1.0
18232026-08-04T16:50:57.939Z Compiling num_threads v0.1.7
18242026-08-04T16:50:57.995Z Compiling rand v0.9.4
18252026-08-04T16:50:58.092Z Compiling newtype-uuid v1.3.2
18262026-08-04T16:50:58.236Z Compiling sync_wrapper v1.0.2
18272026-08-04T16:50:58.332Z Compiling time v0.3.47
18282026-08-04T16:50:58.357Z Compiling async-stream-impl v0.3.6
18292026-08-04T16:50:58.690Z Compiling strum_macros v0.26.4
18302026-08-04T16:50:58.941Z Compiling dropshot v0.17.1
18312026-08-04T16:50:59.037Z Compiling fastrand v2.4.1
18322026-08-04T16:50:59.181Z Compiling hex v0.4.3
18332026-08-04T16:50:59.385Z Compiling daft v0.1.7
18342026-08-04T16:50:59.477Z Compiling tower v0.5.3
18352026-08-04T16:51:00.230Z Compiling crossbeam-channel v0.5.15
18362026-08-04T16:51:00.311Z Compiling webpki-roots v1.0.7
18372026-08-04T16:51:00.329Z Compiling openapiv3 v2.2.0
18382026-08-04T16:51:00.943Z Compiling generic-array v0.14.7
18392026-08-04T16:51:01.341Z Compiling tower-http v0.6.11
18402026-08-04T16:51:01.359Z Compiling hashbrown v0.16.1
18412026-08-04T16:51:01.386Z Compiling serde_with_macros v3.21.0
18422026-08-04T16:51:02.091Z Compiling futures-executor v0.3.32
18432026-08-04T16:51:02.298Z Compiling dropshot_endpoint v0.17.1
18442026-08-04T16:51:02.475Z Compiling macaddr v1.0.1
18452026-08-04T16:51:02.505Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18462026-08-04T16:51:02.561Z Compiling thread_local v1.1.9
18472026-08-04T16:51:02.858Z Compiling cpufeatures v0.3.0
18482026-08-04T16:51:02.941Z Compiling openssl-probe v0.2.1
18492026-08-04T16:51:02.977Z Compiling futures v0.3.32
18502026-08-04T16:51:03.066Z Compiling rustls-native-certs v0.8.4
18512026-08-04T16:51:03.756Z Compiling tempfile v3.27.0
18522026-08-04T16:51:03.818Z Compiling derive-ex v0.1.8
18532026-08-04T16:51:04.037Z Compiling strum_macros v0.27.2
18542026-08-04T16:51:04.192Z Compiling is-terminal v0.4.17
18552026-08-04T16:51:04.302Z Compiling winnow v1.0.3
18562026-08-04T16:51:04.524Z Compiling term v1.2.1
18572026-08-04T16:51:05.405Z Compiling take_mut v0.2.2
18582026-08-04T16:51:05.813Z Compiling test-strategy v0.4.5
18592026-08-04T16:51:05.881Z Compiling slog-term v2.9.2
18602026-08-04T16:51:07.179Z Compiling hybrid-array v0.4.12
18612026-08-04T16:51:07.293Z Compiling match_cfg v0.1.0
18622026-08-04T16:51:07.533Z Compiling adler2 v2.0.1
18632026-08-04T16:51:07.624Z Compiling simd-adler32 v0.3.9
18642026-08-04T16:51:07.663Z Compiling hostname v0.3.1
18652026-08-04T16:51:07.826Z Compiling miniz_oxide v0.8.9
18662026-08-04T16:51:08.595Z Compiling slog-json v2.6.1
18672026-08-04T16:51:08.886Z Compiling memmap2 v0.9.10
18682026-08-04T16:51:09.168Z Compiling usdt v0.6.0
18692026-08-04T16:51:09.202Z Compiling slog-bunyan v2.5.0
18702026-08-04T16:51:09.267Z Compiling flate2 v1.1.9
18712026-08-04T16:51:09.293Z Compiling crypto-common v0.2.2
18722026-08-04T16:51:09.381Z Compiling block-buffer v0.12.0
18732026-08-04T16:51:09.596Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-08-04T16:51:09.817Z Compiling debug-ignore v1.0.5
18752026-08-04T16:51:09.838Z Compiling either v1.16.0
18762026-08-04T16:51:09.933Z Compiling const-oid v0.10.2
18772026-08-04T16:51:10.117Z Compiling compression-core v0.4.32
18782026-08-04T16:51:10.240Z Compiling compression-codecs v0.4.38
18792026-08-04T16:51:10.302Z Compiling digest v0.11.3
18802026-08-04T16:51:10.588Z Compiling toml_parser v1.1.2+spec-1.1.0
18812026-08-04T16:51:10.607Z Compiling crypto-common v0.1.7
18822026-08-04T16:51:10.713Z Compiling parse-display-derive v0.10.0
18832026-08-04T16:51:10.818Z Compiling rand_chacha v0.3.1
18842026-08-04T16:51:11.149Z Compiling toml_datetime v1.1.1+spec-1.1.0
18852026-08-04T16:51:11.242Z Compiling serde_spanned v1.1.1
18862026-08-04T16:51:11.401Z Compiling encoding_rs v0.8.35
18872026-08-04T16:51:11.447Z Compiling mime v0.3.17
18882026-08-04T16:51:11.570Z Compiling toml_writer v1.1.1+spec-1.1.0
18892026-08-04T16:51:11.723Z Compiling spin v0.9.8
18902026-08-04T16:51:11.861Z Compiling toml v1.1.2+spec-1.1.0
18912026-08-04T16:51:11.915Z Compiling rand v0.8.6
18922026-08-04T16:51:12.126Z Compiling sha1 v0.11.0
18932026-08-04T16:51:12.272Z Compiling async-compression v0.4.42
18942026-08-04T16:51:12.275Z Compiling strum v0.26.3
18952026-08-04T16:51:12.469Z Compiling async-stream v0.3.6
18962026-08-04T16:51:12.682Z Compiling waitgroup v0.1.2
18972026-08-04T16:51:12.748Z Compiling rustls-pemfile v2.2.0
18982026-08-04T16:51:12.841Z Compiling serde_path_to_error v0.1.20
18992026-08-04T16:51:12.909Z Compiling hostname v0.4.2
19002026-08-04T16:51:13.031Z Compiling wait-timeout v0.2.1
19012026-08-04T16:51:13.497Z Compiling bit-vec v0.8.0
19022026-08-04T16:51:13.605Z Compiling quick-error v1.2.3
19032026-08-04T16:51:13.703Z Compiling rusty-fork v0.3.1
19042026-08-04T16:51:13.728Z Compiling bit-set v0.8.0
19052026-08-04T16:51:13.796Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19062026-08-04T16:51:13.919Z Compiling serde_with v3.21.0
19072026-08-04T16:51:14.276Z Compiling rand_xorshift v0.4.0
19082026-08-04T16:51:14.355Z Compiling unarray v0.1.4
19092026-08-04T16:51:14.483Z Compiling proptest v1.11.0
19102026-08-04T16:51:14.664Z Compiling strum v0.27.2
19112026-08-04T16:51:14.808Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19122026-08-04T16:51:14.963Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19132026-08-04T16:51:15.140Z Compiling instant v0.1.13
19142026-08-04T16:51:15.383Z Compiling itertools v0.14.0
19152026-08-04T16:51:15.502Z Compiling iddqd v0.4.6
19162026-08-04T16:51:15.903Z Compiling unicode-width v0.2.2
19172026-08-04T16:51:16.434Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19182026-08-04T16:51:16.561Z Compiling block-buffer v0.10.4
19192026-08-04T16:51:16.737Z Compiling backon v1.6.0
19202026-08-04T16:51:16.921Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19212026-08-04T16:51:17.516Z Compiling digest v0.10.7
19222026-08-04T16:51:17.768Z Compiling backoff v0.4.0
19232026-08-04T16:51:18.151Z Compiling parse-display v0.10.0
19242026-08-04T16:51:18.457Z Compiling regress v0.10.5
19252026-08-04T16:51:18.491Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19262026-08-04T16:51:19.223Z Compiling humantime v2.3.0
19272026-08-04T16:51:21.216Z Compiling regress v0.11.1
19282026-08-04T16:51:22.750Z Compiling typify-impl v0.6.2
19292026-08-04T16:51:23.182Z Compiling zerocopy-derive v0.7.35
19302026-08-04T16:51:24.308Z Compiling clap_derive v4.6.4
19312026-08-04T16:51:24.476Z Compiling utf8parse v0.2.2
19322026-08-04T16:51:24.514Z Compiling cpufeatures v0.2.17
19332026-08-04T16:51:24.610Z Compiling convert_case v0.4.0
19342026-08-04T16:51:24.988Z Compiling derive_more v0.99.20
19352026-08-04T16:51:25.162Z Compiling anstyle-parse v1.0.0
19362026-08-04T16:51:26.079Z Compiling typify-macro v0.6.2
19372026-08-04T16:51:26.137Z Compiling terminal_size v0.4.4
19382026-08-04T16:51:26.171Z Compiling toml_datetime v0.6.11
19392026-08-04T16:51:26.343Z Compiling anstyle-query v1.1.5
19402026-08-04T16:51:26.405Z Compiling anstyle v1.0.14
19412026-08-04T16:51:26.451Z Compiling colorchoice v1.0.5
19422026-08-04T16:51:26.556Z Compiling is_terminal_polyfill v1.70.2
19432026-08-04T16:51:26.664Z Compiling anstream v1.0.0
19442026-08-04T16:51:27.278Z Compiling secrecy v0.10.3
19452026-08-04T16:51:27.437Z Compiling tinyvec_macros v0.1.1
19462026-08-04T16:51:27.511Z Compiling heapless v0.8.0
19472026-08-04T16:51:27.637Z Compiling clap_lex v1.1.0
19482026-08-04T16:51:27.736Z Compiling crucible-workspace-hack v0.1.0
19492026-08-04T16:51:27.797Z Compiling clap_builder v4.6.5
19502026-08-04T16:51:27.994Z Compiling typify v0.6.2
19512026-08-04T16:51:28.090Z Compiling tinyvec v1.11.0
19522026-08-04T16:51:28.371Z Compiling zerocopy v0.7.35
19532026-08-04T16:51:28.768Z Compiling hash32 v0.3.1
19542026-08-04T16:51:28.831Z Compiling rustc_version v0.4.1
19552026-08-04T16:51:28.914Z Compiling scroll_derive v0.12.1
19562026-08-04T16:51:28.958Z Compiling num-integer v0.1.46
19572026-08-04T16:51:29.094Z Compiling usdt-impl v0.5.0
19582026-08-04T16:51:29.112Z Compiling smoltcp v0.11.0
19592026-08-04T16:51:29.441Z Compiling curve25519-dalek v4.1.3
19602026-08-04T16:51:29.618Z Compiling scroll v0.12.0
19612026-08-04T16:51:29.687Z Compiling clap v4.6.5
19622026-08-04T16:51:29.725Z Compiling dof v0.3.0
19632026-08-04T16:51:30.759Z Compiling hmac v0.12.1
19642026-08-04T16:51:30.886Z Compiling dtrace-parser v0.2.0
19652026-08-04T16:51:30.918Z Compiling inout v0.1.4
19662026-08-04T16:51:31.080Z Compiling darling_core v0.21.3
19672026-08-04T16:51:31.196Z Compiling ff v0.13.1
19682026-08-04T16:51:31.356Z Compiling cobs v0.3.0
19692026-08-04T16:51:31.633Z Compiling thread-id v4.2.2
19702026-08-04T16:51:31.723Z Compiling bitflags v1.3.2
19712026-08-04T16:51:32.029Z Compiling managed v0.8.0
19722026-08-04T16:51:32.048Z Compiling unsafe-libyaml v0.2.11
19732026-08-04T16:51:32.863Z Compiling serde_yaml v0.9.34+deprecated
19742026-08-04T16:51:33.182Z Compiling darling_macro v0.21.3
19752026-08-04T16:51:33.768Z Compiling postcard v1.1.3
19762026-08-04T16:51:34.106Z Compiling group v0.13.0
19772026-08-04T16:51:34.173Z Compiling cipher v0.4.4
19782026-08-04T16:51:34.227Z Compiling hkdf v0.12.4
19792026-08-04T16:51:34.499Z Compiling goblin v0.8.2
19802026-08-04T16:51:34.950Z Compiling num-rational v0.4.2
19812026-08-04T16:51:35.301Z Compiling num-iter v0.1.45
19822026-08-04T16:51:36.197Z Compiling tabwriter v1.4.1
19832026-08-04T16:51:36.340Z Compiling universal-hash v0.5.1
19842026-08-04T16:51:36.435Z Compiling crypto-bigint v0.5.5
19852026-08-04T16:51:36.490Z Compiling thiserror-impl-no-std v2.0.2
19862026-08-04T16:51:36.560Z Compiling hubpack_derive v0.1.1
19872026-08-04T16:51:37.111Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-08-04T16:51:37.700Z Compiling crossbeam-epoch v0.9.18
19892026-08-04T16:51:37.996Z Compiling half v2.7.1
19902026-08-04T16:51:38.015Z Compiling curve25519-dalek-derive v0.1.1
19912026-08-04T16:51:38.324Z Compiling num-complex v0.4.6
19922026-08-04T16:51:38.775Z Compiling memoffset v0.9.1
19932026-08-04T16:51:39.146Z Compiling cfg_aliases v0.2.1
19942026-08-04T16:51:39.232Z Compiling opaque-debug v0.3.1
19952026-08-04T16:51:39.369Z Compiling ciborium-io v0.2.2
19962026-08-04T16:51:39.452Z Compiling base64ct v1.8.3
19972026-08-04T16:51:39.471Z Compiling rustix v0.38.44
19982026-08-04T16:51:39.566Z Compiling prettyplease v0.2.37
19992026-08-04T16:51:39.616Z Compiling base16ct v0.2.0
20002026-08-04T16:51:39.812Z Compiling elliptic-curve v0.13.8
20012026-08-04T16:51:39.812Z Compiling password-hash v0.5.0
20022026-08-04T16:51:40.115Z Compiling ciborium-ll v0.2.2
20032026-08-04T16:51:40.515Z Compiling poly1305 v0.8.0
20042026-08-04T16:51:40.795Z Compiling nix v0.31.3
20052026-08-04T16:51:41.558Z Compiling num v0.4.3
20062026-08-04T16:51:41.678Z Compiling thiserror-no-std v2.0.2
20072026-08-04T16:51:41.770Z Compiling hubpack v0.1.2
20082026-08-04T16:51:42.861Z Compiling chacha20 v0.9.1
20092026-08-04T16:51:43.120Z Compiling darling v0.21.3
20102026-08-04T16:51:43.233Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20112026-08-04T16:51:43.515Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20122026-08-04T16:51:43.545Z Compiling reqwest v0.12.28
20132026-08-04T16:51:44.610Z Compiling toml_edit v0.25.12+spec-1.1.0
20142026-08-04T16:51:44.717Z Compiling blake2 v0.10.6
20152026-08-04T16:51:44.835Z Compiling aead v0.5.2
20162026-08-04T16:51:45.213Z Compiling byte-wrapper v0.1.0
20172026-08-04T16:51:45.325Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20182026-08-04T16:51:45.481Z Compiling serde_repr v0.1.21
20192026-08-04T16:51:46.049Z Compiling proc-macro-error-attr v1.0.4
20202026-08-04T16:51:46.142Z Compiling bstr v1.12.1
20212026-08-04T16:51:46.160Z Compiling keccak v0.1.6
20222026-08-04T16:51:46.285Z Compiling float-ord v0.3.2
20232026-08-04T16:51:46.462Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20242026-08-04T16:51:46.510Z Compiling static_assertions v1.1.0
20252026-08-04T16:51:46.733Z Compiling sha3 v0.10.9
20262026-08-04T16:51:46.869Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20272026-08-04T16:51:47.018Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20282026-08-04T16:51:47.601Z Compiling proc-macro-crate v3.5.0
20292026-08-04T16:51:47.724Z Compiling chacha20poly1305 v0.10.1
20302026-08-04T16:51:47.876Z Compiling argon2 v0.5.3
20312026-08-04T16:51:48.254Z Compiling progenitor-client v0.10.0
20322026-08-04T16:51:48.524Z Compiling ingot-macros v0.1.1
20332026-08-04T16:51:48.864Z Compiling vsss-rs v3.3.4
20342026-08-04T16:51:50.481Z Compiling ciborium v0.2.2
20352026-08-04T16:51:50.912Z Compiling rustls-webpki v0.103.13
20362026-08-04T16:51:51.859Z Compiling usdt-attr-macro v0.5.0
20372026-08-04T16:51:52.478Z Compiling usdt-macro v0.5.0
20382026-08-04T16:51:53.618Z Compiling num-derive v0.4.2
20392026-08-04T16:51:53.766Z Compiling enum-as-inner v0.6.1
20402026-08-04T16:51:54.343Z Compiling proc-macro-error v1.0.4
20412026-08-04T16:51:54.529Z Compiling memmap v0.7.0
20422026-08-04T16:51:54.590Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20432026-08-04T16:51:54.757Z Compiling indent_write v2.2.0
20442026-08-04T16:51:54.821Z Compiling data-encoding v2.11.0
20452026-08-04T16:51:54.908Z Compiling winnow v0.5.40
20462026-08-04T16:51:55.020Z Compiling usdt v0.5.0
20472026-08-04T16:51:55.084Z Compiling tokio-rustls v0.26.4
20482026-08-04T16:51:55.264Z Compiling rustls-platform-verifier v0.7.0
20492026-08-04T16:51:55.388Z Compiling hyper-rustls v0.27.9
20502026-08-04T16:51:55.653Z Compiling reqwest v0.13.4
20512026-08-04T16:51:56.134Z Compiling ingot-types v0.1.2
20522026-08-04T16:51:56.326Z Compiling toml_edit v0.19.15
20532026-08-04T16:51:56.586Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-08-04T16:51:57.496Z Compiling progenitor-client v0.14.0
20552026-08-04T16:51:57.952Z Compiling progenitor-extras v0.2.0
20562026-08-04T16:51:58.651Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20572026-08-04T16:51:58.762Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-08-04T16:51:58.899Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20592026-08-04T16:52:00.914Z Compiling num_enum_derive v0.7.6
20602026-08-04T16:52:02.596Z Compiling serde_spanned v0.6.9
20612026-08-04T16:52:02.754Z Compiling foreign-types-macros v0.2.3
20622026-08-04T16:52:03.418Z Compiling toml_write v0.1.2
20632026-08-04T16:52:03.628Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-08-04T16:52:09.860Z Compiling bytecount v0.6.9
20652026-08-04T16:52:09.889Z Compiling pkg-config v0.3.33
20662026-08-04T16:52:10.295Z Compiling vcpkg v0.2.15
20672026-08-04T16:52:10.385Z Compiling foreign-types-shared v0.3.1
20682026-08-04T16:52:10.505Z Compiling colored v3.1.1
20692026-08-04T16:52:10.879Z Compiling winnow v0.7.15
20702026-08-04T16:52:11.082Z Compiling openssl-sys v0.9.116
20712026-08-04T16:52:11.100Z Compiling foreign-types v0.5.0
20722026-08-04T16:52:11.191Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20732026-08-04T16:52:11.471Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20742026-08-04T16:52:11.941Z Compiling num_enum v0.7.6
20752026-08-04T16:52:12.084Z Compiling proc-macro-crate v1.3.1
20762026-08-04T16:52:12.341Z Compiling toml_edit v0.22.27
20772026-08-04T16:52:12.441Z Compiling ingot v0.1.1
20782026-08-04T16:52:12.753Z Compiling atomicwrites v0.4.4
20792026-08-04T16:52:13.049Z Compiling progenitor-impl v0.14.0
20802026-08-04T16:52:13.072Z Compiling chacha20 v0.10.0
20812026-08-04T16:52:13.387Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20822026-08-04T16:52:14.082Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20832026-08-04T16:52:14.518Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20842026-08-04T16:52:14.613Z Compiling cstr-argument v0.1.2
20852026-08-04T16:52:14.767Z Compiling semver v0.1.20
20862026-08-04T16:52:14.796Z Compiling rayon-core v1.13.0
20872026-08-04T16:52:14.917Z Compiling heck v0.4.1
20882026-08-04T16:52:15.036Z Compiling unicode-segmentation v1.13.3
20892026-08-04T16:52:15.055Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20902026-08-04T16:52:15.106Z Compiling linked-hash-map v0.5.6
20912026-08-04T16:52:15.129Z Compiling resolv-conf v0.7.6
20922026-08-04T16:52:15.331Z Compiling swrite v0.1.0
20932026-08-04T16:52:15.453Z Compiling newline-converter v0.3.0
20942026-08-04T16:52:15.596Z Compiling lru-cache v0.1.2
20952026-08-04T16:52:15.656Z Compiling progenitor-macro v0.14.0
20962026-08-04T16:52:15.751Z Compiling rustc_version v0.1.7
20972026-08-04T16:52:15.849Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20982026-08-04T16:52:15.893Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20992026-08-04T16:52:15.978Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21002026-08-04T16:52:16.121Z Compiling toml v0.8.23
21012026-08-04T16:52:16.147Z Compiling rand v0.10.2
21022026-08-04T16:52:16.647Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21032026-08-04T16:52:16.761Z Compiling num_enum_derive v0.5.11
21042026-08-04T16:52:16.906Z Compiling hickory-proto v0.24.4
21052026-08-04T16:52:16.960Z Compiling similar v2.7.0
21062026-08-04T16:52:17.252Z Compiling crossbeam-deque v0.8.6
21072026-08-04T16:52:17.581Z Compiling progenitor-impl v0.13.0
21082026-08-04T16:52:17.788Z Compiling console v0.15.11
21092026-08-04T16:52:19.081Z Compiling camino-tempfile v1.4.1
21102026-08-04T16:52:19.486Z Compiling serde-big-array v0.5.1
21112026-08-04T16:52:19.644Z Compiling derive-where v1.6.1
21122026-08-04T16:52:19.662Z Compiling pin-project-internal v1.1.13
21132026-08-04T16:52:19.747Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21142026-08-04T16:52:20.065Z Compiling siphasher v1.0.3
21152026-08-04T16:52:20.277Z Compiling minimal-lexical v0.2.1
21162026-08-04T16:52:20.295Z Compiling lazy_static v1.5.0
21172026-08-04T16:52:20.526Z Compiling nom v7.1.3
21182026-08-04T16:52:20.789Z Compiling pin-project v1.1.13
21192026-08-04T16:52:20.908Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21202026-08-04T16:52:20.926Z Compiling phf_shared v0.12.1
21212026-08-04T16:52:21.204Z Compiling progenitor v0.14.0
21222026-08-04T16:52:21.278Z Compiling progenitor-macro v0.13.0
21232026-08-04T16:52:21.367Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21242026-08-04T16:52:21.956Z Compiling hickory-resolver v0.24.4
21252026-08-04T16:52:24.474Z Compiling expectorate v1.2.0
21262026-08-04T16:52:24.872Z Compiling num_enum v0.5.11
21272026-08-04T16:52:25.717Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21282026-08-04T16:52:26.960Z Compiling newtype_derive v0.1.6
21292026-08-04T16:52:27.012Z Compiling progenitor-client v0.13.0
21302026-08-04T16:52:27.479Z Compiling unicode-normalization v0.1.25
21312026-08-04T16:52:28.080Z Compiling tokio-stream v0.1.18
21322026-08-04T16:52:28.691Z Compiling snafu-derive v0.8.9
21332026-08-04T16:52:29.628Z Compiling async-recursion v1.1.1
21342026-08-04T16:52:30.045Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21352026-08-04T16:52:30.326Z Compiling slog-dtrace v0.3.0
21362026-08-04T16:52:30.359Z Compiling csv-core v0.1.13
21372026-08-04T16:52:30.478Z Compiling owo-colors v4.3.0
21382026-08-04T16:52:30.604Z Compiling cancel-safe-futures v0.1.5
21392026-08-04T16:52:30.743Z Compiling same-file v1.0.6
21402026-08-04T16:52:30.788Z Compiling unicode-width v0.1.14
21412026-08-04T16:52:30.845Z Compiling highway v1.3.0
21422026-08-04T16:52:30.872Z Compiling chrono-tz v0.10.4
21432026-08-04T16:52:30.926Z Compiling unicode-xid v0.2.6
21442026-08-04T16:52:31.059Z Compiling konst_macro_rules v0.2.19
21452026-08-04T16:52:31.107Z Compiling foldhash v0.1.5
21462026-08-04T16:52:31.124Z Compiling openssl v0.10.80
21472026-08-04T16:52:31.259Z Compiling foreign-types-shared v0.1.1
21482026-08-04T16:52:31.341Z Compiling foreign-types v0.3.2
21492026-08-04T16:52:31.364Z Compiling hashbrown v0.15.5
21502026-08-04T16:52:31.428Z Compiling konst v0.2.20
21512026-08-04T16:52:31.472Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-08-04T16:52:31.535Z Compiling const_format_proc_macros v0.2.34
21532026-08-04T16:52:31.844Z Compiling walkdir v2.5.0
21542026-08-04T16:52:32.147Z Compiling csv v1.4.0
21552026-08-04T16:52:32.331Z Compiling snafu v0.8.9
21562026-08-04T16:52:32.586Z Compiling progenitor v0.13.0
21572026-08-04T16:52:32.633Z Compiling qorb v0.4.1
21582026-08-04T16:52:32.764Z Compiling olpc-cjson v0.1.4
21592026-08-04T16:52:32.954Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21602026-08-04T16:52:33.066Z Compiling rayon v1.12.0
21612026-08-04T16:52:34.015Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21622026-08-04T16:52:34.559Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-08-04T16:52:35.261Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21642026-08-04T16:52:36.789Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-08-04T16:52:37.297Z Compiling phf v0.12.1
21662026-08-04T16:52:37.477Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21672026-08-04T16:52:37.938Z Compiling zone_cfg_derive v0.3.1
21682026-08-04T16:52:38.333Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-08-04T16:52:38.649Z Compiling tokio-dtrace v0.1.1
21702026-08-04T16:52:38.983Z Compiling globset v0.4.18
21712026-08-04T16:52:39.678Z Compiling itertools v0.15.0
21722026-08-04T16:52:40.927Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21732026-08-04T16:52:40.956Z Compiling itertools v0.12.1
21742026-08-04T16:52:40.985Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-08-04T16:52:41.040Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21762026-08-04T16:52:41.150Z Compiling pem v3.0.6
21772026-08-04T16:52:41.585Z Compiling libsw-core v0.3.2
21782026-08-04T16:52:41.629Z Compiling serde_plain v1.0.2
21792026-08-04T16:52:41.773Z Compiling openssl-macros v0.1.1
21802026-08-04T16:52:41.834Z Compiling cookie v0.18.1
21812026-08-04T16:52:41.919Z Compiling sigpipe v0.1.3
21822026-08-04T16:52:42.029Z Compiling glob v0.3.3
21832026-08-04T16:52:42.083Z Compiling fixedbitset v0.5.7
21842026-08-04T16:52:42.146Z Compiling jiff v0.2.28
21852026-08-04T16:52:42.257Z Compiling fixedbitset v0.4.2
21862026-08-04T16:52:42.472Z Compiling typed-path v0.9.3
21872026-08-04T16:52:42.605Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-08-04T16:52:42.651Z Compiling petgraph v0.6.5
21892026-08-04T16:52:42.669Z Compiling petgraph v0.8.3
21902026-08-04T16:52:42.896Z Compiling zone v0.3.1
21912026-08-04T16:52:44.467Z Compiling tough v0.22.0
21922026-08-04T16:52:44.533Z Compiling libsw v3.5.0
21932026-08-04T16:52:44.570Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-08-04T16:52:44.721Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21952026-08-04T16:52:44.833Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21962026-08-04T16:52:45.066Z Compiling ingot-macros v0.2.0
21972026-08-04T16:52:45.140Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-08-04T16:52:45.257Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-08-04T16:52:47.260Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22002026-08-04T16:52:47.670Z Compiling oxide-tokio-rt v0.1.6
22012026-08-04T16:52:48.168Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-08-04T16:52:48.247Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-08-04T16:52:48.561Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-08-04T16:52:49.003Z Compiling const_format v0.2.36
22052026-08-04T16:52:50.433Z Compiling papergrid v0.11.0
22062026-08-04T16:52:50.451Z Compiling tabled_derive v0.7.0
22072026-08-04T16:52:51.202Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-08-04T16:52:51.486Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22092026-08-04T16:52:51.755Z Compiling libscf-sys v1.2.0
22102026-08-04T16:52:51.909Z Compiling gethostname v0.5.0
22112026-08-04T16:52:52.064Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-08-04T16:52:52.153Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22132026-08-04T16:52:52.204Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-08-04T16:52:52.335Z Compiling smf v0.2.3
22152026-08-04T16:52:52.523Z Compiling bcs v0.1.6
22162026-08-04T16:52:52.661Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22172026-08-04T16:52:52.930Z Compiling smawk v0.3.2
22182026-08-04T16:52:53.113Z Compiling whoami v1.6.1
22192026-08-04T16:52:53.620Z Compiling termtree v0.5.1
22202026-08-04T16:52:53.636Z Compiling unicode-linebreak v0.1.5
22212026-08-04T16:52:53.636Z Compiling tagptr v0.2.0
22222026-08-04T16:52:53.651Z Compiling linear-map v1.2.0
22232026-08-04T16:52:53.740Z Compiling moka v0.12.15
22242026-08-04T16:52:53.766Z Compiling textwrap v0.16.2
22252026-08-04T16:52:53.881Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-08-04T16:52:55.399Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22272026-08-04T16:52:55.467Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-08-04T16:52:55.703Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22292026-08-04T16:52:56.434Z Compiling tabled v0.15.0
22302026-08-04T16:52:56.630Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22312026-08-04T16:52:56.849Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-08-04T16:52:56.852Z Compiling steno v0.4.1
22332026-08-04T16:52:56.935Z Compiling ingot-types v0.2.0
22342026-08-04T16:52:58.739Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-08-04T16:53:01.721Z Compiling hickory-proto v0.25.2
22362026-08-04T16:53:02.370Z Compiling proc-macro-error-attr2 v2.0.0
22372026-08-04T16:53:02.816Z Compiling proc-macro-error2 v2.0.1
22382026-08-04T16:53:03.111Z Compiling ingot v0.2.1
22392026-08-04T16:53:03.594Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22402026-08-04T16:53:04.022Z Compiling hickory-resolver v0.25.2
22412026-08-04T16:53:04.384Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22422026-08-04T16:53:04.644Z Compiling parking_lot_core v0.8.6
22432026-08-04T16:53:04.989Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-08-04T16:53:05.286Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22452026-08-04T16:53:05.369Z Compiling tabled_derive v0.11.0
22462026-08-04T16:53:06.498Z Compiling papergrid v0.18.0
22472026-08-04T16:53:06.999Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22482026-08-04T16:53:07.572Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22492026-08-04T16:53:09.035Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22502026-08-04T16:53:09.836Z Compiling testing_table v0.3.0
22512026-08-04T16:53:10.009Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22522026-08-04T16:53:10.100Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22532026-08-04T16:53:10.413Z Compiling tabled v0.21.0
22542026-08-04T16:53:10.568Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22552026-08-04T16:53:11.790Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22562026-08-04T16:53:11.910Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22572026-08-04T16:53:12.067Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22582026-08-04T16:53:12.412Z Compiling arc-swap v1.9.1
22592026-08-04T16:53:12.721Z Compiling slog-scope v4.4.1
22602026-08-04T16:53:12.768Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
22612026-08-04T16:53:13.083Z Compiling parking_lot v0.11.2
22622026-08-04T16:53:13.938Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22632026-08-04T16:53:14.312Z Compiling dropshot-api-manager-types v0.7.2
22642026-08-04T16:53:14.776Z Compiling fxhash v0.2.1
22652026-08-04T16:53:14.899Z Compiling crc8 v0.1.1
22662026-08-04T16:53:14.936Z Compiling sled v0.34.7
22672026-08-04T16:53:14.964Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22682026-08-04T16:53:15.014Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
22692026-08-04T16:53:16.148Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428)
22702026-08-04T16:53:18.403Z Compiling slog-stdlog v4.1.1
22712026-08-04T16:53:18.424Z Compiling port-file v0.1.0
22722026-08-04T16:53:18.685Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22732026-08-04T16:53:18.765Z Compiling slog-envlogger v2.2.0
22742026-08-04T16:53:18.790Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22752026-08-04T16:53:19.840Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22762026-08-04T16:53:22.177Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22772026-08-04T16:53:23.831Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22782026-08-04T16:53:26.557Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22792026-08-04T16:53:35.171Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22802026-08-04T16:53:40.693Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22812026-08-04T16:53:44.127Z Finished `release` profile [optimized] target(s) in 3m 40s
22822026-08-04T16:53:44.140Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
22832026-08-04T16:53:44.140Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
22842026-08-04T16:53:44.464Z+ banner quartet
22852026-08-04T16:53:44.473Z
22862026-08-04T16:53:44.473Z #### # # ## ##### ##### ###### #####
22872026-08-04T16:53:44.473Z # # # # # # # # # # #
22882026-08-04T16:53:44.473Z # # # # # # # # # ##### #
22892026-08-04T16:53:44.473Z # # # # # ###### ##### # # #
22902026-08-04T16:53:44.474Z # # # # # # # # # # #
22912026-08-04T16:53:44.474Z ### # #### # # # # # ###### #
22922026-08-04T16:53:44.474Z
22932026-08-04T16:53:44.474Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22942026-08-04T16:53:45.050Z Compiling cfg-if v1.0.4
22952026-08-04T16:53:45.062Z Compiling libc v0.2.189
22962026-08-04T16:53:45.062Z Compiling serde_core v1.0.229
22972026-08-04T16:53:45.172Z Compiling memchr v2.8.1
22982026-08-04T16:53:45.176Z Compiling itoa v1.0.18
22992026-08-04T16:53:45.176Z Compiling smallvec v1.15.1
23002026-08-04T16:53:45.191Z Compiling stable_deref_trait v1.2.1
23012026-08-04T16:53:45.198Z Compiling zerofrom v0.1.8
23022026-08-04T16:53:45.216Z Compiling zmij v1.0.21
23032026-08-04T16:53:45.260Z Compiling litemap v0.8.2
23042026-08-04T16:53:45.316Z Compiling yoke v0.8.3
23052026-08-04T16:53:45.402Z Compiling writeable v0.6.3
23062026-08-04T16:53:45.416Z Compiling utf8_iter v1.0.4
23072026-08-04T16:53:45.458Z Compiling percent-encoding v2.3.2
23082026-08-04T16:53:45.514Z Compiling zerovec v0.11.6
23092026-08-04T16:53:45.542Z Compiling zerotrie v0.2.4
23102026-08-04T16:53:45.600Z Compiling libm v0.2.16
23112026-08-04T16:53:45.652Z Compiling icu_normalizer_data v2.2.0
23122026-08-04T16:53:45.708Z Compiling icu_properties_data v2.2.0
23132026-08-04T16:53:45.732Z Compiling form_urlencoded v1.2.2
23142026-08-04T16:53:45.762Z Compiling rand_core v0.10.1
23152026-08-04T16:53:45.860Z Compiling errno v0.3.14
23162026-08-04T16:53:45.926Z Compiling getrandom v0.4.2
23172026-08-04T16:53:45.988Z Compiling iana-time-zone v0.1.65
23182026-08-04T16:53:46.007Z Compiling pin-project-lite v0.2.17
23192026-08-04T16:53:46.058Z Compiling dyn-clone v1.0.20
23202026-08-04T16:53:46.108Z Compiling zeroize v1.8.2
23212026-08-04T16:53:46.149Z Compiling tinystr v0.8.3
23222026-08-04T16:53:46.176Z Compiling potential_utf v0.1.5
23232026-08-04T16:53:46.202Z Compiling socket2 v0.6.5
23242026-08-04T16:53:46.288Z Compiling scopeguard v1.2.0
23252026-08-04T16:53:46.318Z Compiling icu_locale_core v2.2.0
23262026-08-04T16:53:46.349Z Compiling icu_collections v2.2.0
23272026-08-04T16:53:46.376Z Compiling parking_lot_core v0.9.12
23282026-08-04T16:53:46.390Z Compiling signal-hook-registry v1.4.8
23292026-08-04T16:53:46.400Z Compiling num-traits v0.2.19
23302026-08-04T16:53:46.757Z Compiling lock_api v0.4.14
23312026-08-04T16:53:46.815Z Compiling mio v1.2.1
23322026-08-04T16:53:46.964Z Compiling portable-atomic v1.13.1
23332026-08-04T16:53:47.004Z Compiling parking_lot v0.12.5
23342026-08-04T16:53:47.131Z Compiling serde v1.0.229
23352026-08-04T16:53:47.200Z Compiling serde_json v1.0.151
23362026-08-04T16:53:47.254Z Compiling icu_provider v2.2.0
23372026-08-04T16:53:47.343Z Compiling uuid v1.24.0
23382026-08-04T16:53:47.491Z Compiling icu_properties v2.2.0
23392026-08-04T16:53:47.689Z Compiling bytes v1.11.1
23402026-08-04T16:53:47.713Z Compiling icu_normalizer v2.2.0
23412026-08-04T16:53:47.808Z Compiling chrono v0.4.45
23422026-08-04T16:53:47.904Z Compiling semver v1.0.28
23432026-08-04T16:53:47.942Z Compiling thiserror v2.0.19
23442026-08-04T16:53:48.057Z Compiling bitflags v2.12.1
23452026-08-04T16:53:48.464Z Compiling idna_adapter v1.2.2
23462026-08-04T16:53:48.548Z Compiling tokio v1.53.1
23472026-08-04T16:53:48.576Z Compiling idna v1.1.0
23482026-08-04T16:53:48.606Z Compiling futures-core v0.3.32
23492026-08-04T16:53:48.772Z Compiling critical-section v1.2.0
23502026-08-04T16:53:48.882Z Compiling once_cell v1.21.4
23512026-08-04T16:53:48.896Z Compiling subtle v2.6.1
23522026-08-04T16:53:48.995Z Compiling url v2.5.8
23532026-08-04T16:53:49.068Z Compiling log v0.4.32
23542026-08-04T16:53:49.090Z Compiling equivalent v1.0.2
23552026-08-04T16:53:49.137Z Compiling allocator-api2 v0.2.21
23562026-08-04T16:53:49.172Z Compiling zerocopy v0.8.50
23572026-08-04T16:53:49.324Z Compiling futures-sink v0.3.32
23582026-08-04T16:53:49.436Z Compiling slab v0.4.12
23592026-08-04T16:53:49.560Z Compiling typenum v1.20.1
23602026-08-04T16:53:49.671Z Compiling schemars v0.8.22
23612026-08-04T16:53:49.757Z Compiling futures-channel v0.3.32
23622026-08-04T16:53:50.026Z Compiling hashbrown v0.17.1
23632026-08-04T16:53:50.400Z Compiling getrandom v0.2.17
23642026-08-04T16:53:50.653Z Compiling futures-io v0.3.32
23652026-08-04T16:53:50.670Z Compiling futures-task v0.3.32
23662026-08-04T16:53:50.734Z Compiling rand_core v0.6.4
23672026-08-04T16:53:50.850Z Compiling futures-util v0.3.32
23682026-08-04T16:53:50.860Z Compiling indexmap v2.14.0
23692026-08-04T16:53:50.987Z Compiling ipnetwork v0.21.1
23702026-08-04T16:53:51.290Z Compiling tracing-core v0.1.36
23712026-08-04T16:53:51.494Z Compiling base64 v0.22.1
23722026-08-04T16:53:51.712Z Compiling tracing v0.1.44
23732026-08-04T16:53:52.010Z Compiling http v1.4.2
23742026-08-04T16:53:52.059Z Compiling unicode-ident v1.0.24
23752026-08-04T16:53:52.251Z Compiling proc-macro2 v1.0.106
23762026-08-04T16:53:52.340Z Compiling oxnet v0.1.6
23772026-08-04T16:53:52.448Z Compiling slog v2.8.2
23782026-08-04T16:53:52.467Z Compiling erased-serde v0.3.31
23792026-08-04T16:53:52.901Z Compiling fnv v1.0.7
23802026-08-04T16:53:53.093Z Compiling quote v1.0.45
23812026-08-04T16:53:53.564Z Compiling syn v2.0.117
23822026-08-04T16:53:53.595Z Compiling tokio-util v0.7.18
23832026-08-04T16:53:53.745Z Compiling byteorder v1.5.0
23842026-08-04T16:53:53.868Z Compiling ipnet v2.12.0
23852026-08-04T16:53:54.015Z Compiling thiserror v1.0.69
23862026-08-04T16:53:54.136Z Compiling ppv-lite86 v0.2.21
23872026-08-04T16:53:54.238Z Compiling rustls-pki-types v1.14.1
23882026-08-04T16:53:54.452Z Compiling aws-lc-sys v0.41.0
23892026-08-04T16:53:54.496Z Compiling http-body v1.0.1
23902026-08-04T16:53:54.647Z Compiling atomic-waker v1.1.2
23912026-08-04T16:53:54.700Z Compiling untrusted v0.7.1
23922026-08-04T16:53:54.776Z Compiling httparse v1.10.1
23932026-08-04T16:53:54.833Z Compiling untrusted v0.9.0
23942026-08-04T16:53:54.842Z Compiling pretty-hex v0.4.2
23952026-08-04T16:53:54.962Z Compiling aws-lc-rs v1.17.0
23962026-08-04T16:53:54.984Z Compiling try-lock v0.2.5
23972026-08-04T16:53:55.034Z Compiling ryu v1.0.23
23982026-08-04T16:53:55.052Z Compiling rustls v0.23.40
23992026-08-04T16:53:55.097Z Compiling tower-layer v0.3.3
24002026-08-04T16:53:55.113Z Compiling tower-service v0.3.3
24012026-08-04T16:53:55.219Z Compiling want v0.3.1
24022026-08-04T16:53:55.267Z Compiling h2 v0.4.14
24032026-08-04T16:53:55.294Z Compiling httpdate v1.0.3
24042026-08-04T16:53:55.310Z Compiling rustix v1.1.4
24052026-08-04T16:53:55.318Z Compiling regex-syntax v0.8.10
24062026-08-04T16:53:55.392Z Compiling plain v0.2.3
24072026-08-04T16:53:55.508Z Compiling getrandom v0.3.4
24082026-08-04T16:53:55.685Z Compiling omicron-workspace-hack v0.1.0
24092026-08-04T16:53:55.719Z Compiling ucd-trie v0.1.7
24102026-08-04T16:53:55.756Z Compiling rand_core v0.9.5
24112026-08-04T16:53:56.016Z Compiling pest v2.8.6
24122026-08-04T16:53:56.286Z Compiling rustls-webpki v0.103.13
24132026-08-04T16:53:57.696Z Compiling crossbeam-utils v0.8.21
24142026-08-04T16:53:57.802Z Compiling hyper v1.11.0
24152026-08-04T16:53:58.404Z Compiling serde_urlencoded v0.7.1
24162026-08-04T16:53:58.803Z Compiling http-body-util v0.1.4
24172026-08-04T16:53:58.830Z Compiling foldhash v0.2.0
24182026-08-04T16:53:59.012Z Compiling newtype-uuid v1.3.2
24192026-08-04T16:53:59.082Z Compiling hex v0.4.3
24202026-08-04T16:53:59.388Z Compiling hyper-util v0.1.20
24212026-08-04T16:53:59.957Z Compiling daft v0.1.7
24222026-08-04T16:54:00.265Z Compiling rand_chacha v0.9.0
24232026-08-04T16:54:00.901Z Compiling tokio-rustls v0.26.4
24242026-08-04T16:54:01.206Z Compiling sync_wrapper v1.0.2
24252026-08-04T16:54:01.322Z Compiling aho-corasick v1.1.4
24262026-08-04T16:54:01.537Z Compiling fastrand v2.4.1
24272026-08-04T16:54:01.890Z Compiling tower v0.5.3
24282026-08-04T16:54:02.383Z Compiling regex-automata v0.4.14
24292026-08-04T16:54:02.391Z Compiling anyhow v1.0.104
24302026-08-04T16:54:02.538Z Compiling rand v0.9.4
24312026-08-04T16:54:02.553Z Compiling powerfmt v0.2.0
24322026-08-04T16:54:02.683Z Compiling tower-http v0.6.11
24332026-08-04T16:54:02.817Z Compiling deranged v0.5.8
24342026-08-04T16:54:03.045Z Compiling generic-array v0.14.7
24352026-08-04T16:54:03.269Z Compiling hashbrown v0.16.1
24362026-08-04T16:54:03.352Z Compiling openapiv3 v2.2.0
24372026-08-04T16:54:03.610Z Compiling num_threads v0.1.7
24382026-08-04T16:54:03.710Z Compiling num-conv v0.2.2
24392026-08-04T16:54:03.879Z Compiling openssl-probe v0.2.1
24402026-08-04T16:54:03.950Z Compiling time-core v0.1.8
24412026-08-04T16:54:04.018Z Compiling cpufeatures v0.3.0
24422026-08-04T16:54:04.100Z Compiling time v0.3.47
24432026-08-04T16:54:04.112Z Compiling rustls-native-certs v0.8.4
24442026-08-04T16:54:04.157Z Compiling camino v1.2.5
24452026-08-04T16:54:04.765Z Compiling tempfile v3.27.0
24462026-08-04T16:54:04.894Z Compiling futures-executor v0.3.32
24472026-08-04T16:54:05.416Z Compiling winnow v1.0.3
24482026-08-04T16:54:05.627Z Compiling futures v0.3.32
24492026-08-04T16:54:05.741Z Compiling regex v1.12.3
24502026-08-04T16:54:05.770Z Compiling rustls-platform-verifier v0.7.0
24512026-08-04T16:54:06.263Z Compiling hyper-rustls v0.27.9
24522026-08-04T16:54:06.645Z Compiling crossbeam-channel v0.5.15
24532026-08-04T16:54:06.768Z Compiling scroll v0.13.0
24542026-08-04T16:54:06.952Z Compiling hybrid-array v0.4.12
24552026-08-04T16:54:07.066Z Compiling simd-adler32 v0.3.9
24562026-08-04T16:54:07.218Z Compiling adler2 v2.0.1
24572026-08-04T16:54:07.230Z Compiling goblin v0.10.7
24582026-08-04T16:54:07.251Z Compiling miniz_oxide v0.8.9
24592026-08-04T16:54:07.358Z Compiling crc32fast v1.5.0
24602026-08-04T16:54:07.444Z Compiling reqwest v0.13.4
24612026-08-04T16:54:07.617Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24622026-08-04T16:54:07.847Z Compiling thread_local v1.1.9
24632026-08-04T16:54:08.211Z Compiling either v1.16.0
24642026-08-04T16:54:08.566Z Compiling flate2 v1.1.9
24652026-08-04T16:54:08.734Z Compiling block-buffer v0.12.0
24662026-08-04T16:54:08.943Z Compiling crypto-common v0.2.2
24672026-08-04T16:54:09.109Z Compiling crypto-common v0.1.7
24682026-08-04T16:54:09.168Z Compiling dtrace-parser v0.3.0
24692026-08-04T16:54:09.645Z Compiling rand_chacha v0.3.1
24702026-08-04T16:54:10.197Z Compiling is-terminal v0.4.17
24712026-08-04T16:54:10.265Z Compiling thread-id v5.1.0
24722026-08-04T16:54:10.290Z Compiling debug-ignore v1.0.5
24732026-08-04T16:54:10.346Z Compiling const-oid v0.10.2
24742026-08-04T16:54:10.406Z Compiling dof v0.4.0
24752026-08-04T16:54:10.672Z Compiling term v1.2.1
24762026-08-04T16:54:11.765Z Compiling compression-core v0.4.32
24772026-08-04T16:54:11.966Z Compiling match_cfg v0.1.0
24782026-08-04T16:54:12.036Z Compiling take_mut v0.2.2
24792026-08-04T16:54:12.168Z Compiling slog-async v2.8.0
24802026-08-04T16:54:12.585Z Compiling hostname v0.3.1
24812026-08-04T16:54:12.753Z Compiling compression-codecs v0.4.38
24822026-08-04T16:54:13.124Z Compiling usdt-impl v0.6.0
24832026-08-04T16:54:13.488Z Compiling slog-term v2.9.2
24842026-08-04T16:54:13.501Z Compiling digest v0.11.3
24852026-08-04T16:54:13.644Z Compiling rand v0.8.6
24862026-08-04T16:54:18.022Z Compiling ref-cast v1.0.25
24872026-08-04T16:54:18.079Z Compiling toml_parser v1.1.2+spec-1.1.0
24882026-08-04T16:54:18.079Z Compiling slog-json v2.6.1
24892026-08-04T16:54:18.079Z Compiling strum v0.26.3
24902026-08-04T16:54:18.082Z Compiling macaddr v1.0.1
24912026-08-04T16:54:18.083Z Compiling serde_spanned v1.1.1
24922026-08-04T16:54:18.083Z Compiling toml_datetime v1.1.1+spec-1.1.0
24932026-08-04T16:54:18.083Z Compiling memmap2 v0.9.10
24942026-08-04T16:54:18.083Z Compiling wait-timeout v0.2.1
24952026-08-04T16:54:18.083Z Compiling encoding_rs v0.8.35
24962026-08-04T16:54:18.084Z Compiling mime v0.3.17
24972026-08-04T16:54:18.084Z Compiling spin v0.9.8
24982026-08-04T16:54:18.084Z Compiling quick-error v1.2.3
24992026-08-04T16:54:18.084Z Compiling bit-vec v0.8.0
25002026-08-04T16:54:18.084Z Compiling toml_writer v1.1.1+spec-1.1.0
25012026-08-04T16:54:18.084Z Compiling bit-set v0.8.0
25022026-08-04T16:54:18.084Z Compiling toml v1.1.2+spec-1.1.0
25032026-08-04T16:54:18.084Z Compiling rusty-fork v0.3.1
25042026-08-04T16:54:18.132Z Compiling multer v3.1.0
25052026-08-04T16:54:18.132Z Compiling usdt v0.6.0
25062026-08-04T16:54:18.140Z Compiling slog-bunyan v2.5.0
25072026-08-04T16:54:18.309Z Compiling sha1 v0.11.0
25082026-08-04T16:54:18.501Z Compiling async-compression v0.4.42
25092026-08-04T16:54:18.733Z Compiling serde_with v3.21.0
25102026-08-04T16:54:18.846Z Compiling async-stream v0.3.6
25112026-08-04T16:54:18.965Z Compiling rand_xorshift v0.4.0
25122026-08-04T16:54:19.054Z Compiling waitgroup v0.1.2
25132026-08-04T16:54:19.067Z Compiling rustls-pemfile v2.2.0
25142026-08-04T16:54:19.126Z Compiling serde_path_to_error v0.1.20
25152026-08-04T16:54:19.207Z Compiling hostname v0.4.2
25162026-08-04T16:54:19.349Z Compiling unarray v0.1.4
25172026-08-04T16:54:19.368Z Compiling progenitor-client v0.14.0
25182026-08-04T16:54:19.473Z Compiling dropshot v0.17.1
25192026-08-04T16:54:19.591Z Compiling proptest v1.11.0
25202026-08-04T16:54:19.733Z Compiling strum v0.27.2
25212026-08-04T16:54:19.764Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25222026-08-04T16:54:19.853Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25232026-08-04T16:54:19.868Z Compiling iddqd v0.4.6
25242026-08-04T16:54:19.915Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25252026-08-04T16:54:20.080Z Compiling block-buffer v0.10.4
25262026-08-04T16:54:20.230Z Compiling reqwest v0.12.28
25272026-08-04T16:54:20.261Z Compiling backon v1.6.0
25282026-08-04T16:54:20.519Z Compiling instant v0.1.13
25292026-08-04T16:54:20.648Z Compiling backoff v0.4.0
25302026-08-04T16:54:20.803Z Compiling progenitor-extras v0.2.0
25312026-08-04T16:54:20.876Z Compiling digest v0.10.7
25322026-08-04T16:54:21.054Z Compiling parse-display v0.10.0
25332026-08-04T16:54:21.139Z Compiling itertools v0.14.0
25342026-08-04T16:54:21.474Z Compiling progenitor-client v0.10.0
25352026-08-04T16:54:21.828Z Compiling regress v0.10.5
25362026-08-04T16:54:21.942Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25372026-08-04T16:54:21.956Z Compiling humantime v2.3.0
25382026-08-04T16:54:22.414Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25392026-08-04T16:54:22.696Z Compiling cpufeatures v0.2.17
25402026-08-04T16:54:22.764Z Compiling unicode-width v0.2.2
25412026-08-04T16:54:23.090Z Compiling heck v0.5.0
25422026-08-04T16:54:23.965Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25432026-08-04T16:54:24.176Z Compiling secrecy v0.10.3
25442026-08-04T16:54:24.352Z Compiling tinyvec_macros v0.1.1
25452026-08-04T16:54:24.433Z Compiling tinyvec v1.11.0
25462026-08-04T16:54:24.894Z Compiling num-integer v0.1.46
25472026-08-04T16:54:25.384Z Compiling scroll v0.12.0
25482026-08-04T16:54:25.404Z Compiling crucible-workspace-hack v0.1.0
25492026-08-04T16:54:25.484Z Compiling hmac v0.12.1
25502026-08-04T16:54:25.668Z Compiling regress v0.11.1
25512026-08-04T16:54:25.687Z Compiling inout v0.1.4
25522026-08-04T16:54:25.707Z Compiling ff v0.13.1
25532026-08-04T16:54:25.853Z Compiling utf8parse v0.2.2
25542026-08-04T16:54:25.867Z Compiling group v0.13.0
25552026-08-04T16:54:25.982Z Compiling anstyle-parse v1.0.0
25562026-08-04T16:54:25.999Z Compiling cipher v0.4.4
25572026-08-04T16:54:26.213Z Compiling goblin v0.8.2
25582026-08-04T16:54:26.258Z Compiling hkdf v0.12.4
25592026-08-04T16:54:26.432Z Compiling num-rational v0.4.2
25602026-08-04T16:54:26.588Z Compiling num-iter v0.1.45
25612026-08-04T16:54:26.723Z Compiling zerocopy v0.7.35
25622026-08-04T16:54:27.357Z Compiling universal-hash v0.5.1
25632026-08-04T16:54:27.507Z Compiling typify-impl v0.6.2
25642026-08-04T16:54:27.570Z Compiling crypto-bigint v0.5.5
25652026-08-04T16:54:28.680Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25662026-08-04T16:54:29.504Z Compiling terminal_size v0.4.4
25672026-08-04T16:54:29.670Z Compiling half v2.7.1
25682026-08-04T16:54:29.968Z Compiling num-complex v0.4.6
25692026-08-04T16:54:30.033Z Compiling ciborium-io v0.2.2
25702026-08-04T16:54:30.143Z Compiling anstyle-query v1.1.5
25712026-08-04T16:54:30.263Z Compiling base64ct v1.8.3
25722026-08-04T16:54:30.428Z Compiling anstyle v1.0.14
25732026-08-04T16:54:30.558Z Compiling colorchoice v1.0.5
25742026-08-04T16:54:30.640Z Compiling is_terminal_polyfill v1.70.2
25752026-08-04T16:54:30.693Z Compiling opaque-debug v0.3.1
25762026-08-04T16:54:30.732Z Compiling base16ct v0.2.0
25772026-08-04T16:54:30.748Z Compiling poly1305 v0.8.0
25782026-08-04T16:54:30.770Z Compiling anstream v1.0.0
25792026-08-04T16:54:30.949Z Compiling elliptic-curve v0.13.8
25802026-08-04T16:54:31.274Z Compiling password-hash v0.5.0
25812026-08-04T16:54:31.287Z Compiling num v0.4.3
25822026-08-04T16:54:31.368Z Compiling ciborium-ll v0.2.2
25832026-08-04T16:54:31.392Z Compiling curve25519-dalek v4.1.3
25842026-08-04T16:54:31.646Z Compiling typify v0.6.2
25852026-08-04T16:54:31.769Z Compiling dof v0.3.0
25862026-08-04T16:54:32.265Z Compiling thiserror-no-std v2.0.2
25872026-08-04T16:54:32.364Z Compiling chacha20 v0.9.1
25882026-08-04T16:54:32.636Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25892026-08-04T16:54:33.104Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25902026-08-04T16:54:34.130Z Compiling blake2 v0.10.6
25912026-08-04T16:54:34.641Z Compiling aead v0.5.2
25922026-08-04T16:54:34.678Z Compiling byte-wrapper v0.1.0
25932026-08-04T16:54:34.810Z Compiling crossbeam-epoch v0.9.18
25942026-08-04T16:54:34.838Z Compiling dtrace-parser v0.2.0
25952026-08-04T16:54:35.254Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25962026-08-04T16:54:35.296Z Compiling thread-id v4.2.2
25972026-08-04T16:54:35.390Z Compiling float-ord v0.3.2
25982026-08-04T16:54:35.511Z Compiling keccak v0.1.6
25992026-08-04T16:54:35.626Z Compiling clap_lex v1.1.0
26002026-08-04T16:54:35.630Z Compiling strsim v0.11.1
26012026-08-04T16:54:36.010Z Compiling clap_builder v4.6.5
26022026-08-04T16:54:36.261Z Compiling sha3 v0.10.9
26032026-08-04T16:54:36.466Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26042026-08-04T16:54:36.532Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26052026-08-04T16:54:36.671Z Compiling usdt-impl v0.5.0
26062026-08-04T16:54:37.433Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26072026-08-04T16:54:39.778Z Compiling chacha20poly1305 v0.10.1
26082026-08-04T16:54:39.943Z Compiling argon2 v0.5.3
26092026-08-04T16:54:40.960Z Compiling vsss-rs v3.3.4
26102026-08-04T16:54:41.111Z Compiling ciborium v0.2.2
26112026-08-04T16:54:41.990Z Compiling hash32 v0.3.1
26122026-08-04T16:54:42.062Z Compiling memmap v0.7.0
26132026-08-04T16:54:42.160Z Compiling data-encoding v2.11.0
26142026-08-04T16:54:42.306Z Compiling indent_write v2.2.0
26152026-08-04T16:54:42.452Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26162026-08-04T16:54:42.466Z Compiling usdt v0.5.0
26172026-08-04T16:54:43.119Z Compiling heapless v0.8.0
26182026-08-04T16:54:43.651Z Compiling ingot-types v0.1.2
26192026-08-04T16:54:43.964Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26202026-08-04T16:54:44.116Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26212026-08-04T16:54:44.222Z Compiling clap v4.6.5
26222026-08-04T16:54:44.311Z Compiling rustix v0.38.44
26232026-08-04T16:54:44.324Z Compiling tabwriter v1.4.1
26242026-08-04T16:54:44.695Z Compiling cobs v0.3.0
26252026-08-04T16:54:44.868Z Compiling bitflags v1.3.2
26262026-08-04T16:54:44.952Z Compiling managed v0.8.0
26272026-08-04T16:54:44.982Z Compiling colored v3.1.1
26282026-08-04T16:54:45.229Z Compiling foreign-types-shared v0.3.1
26292026-08-04T16:54:45.328Z Compiling foreign-types v0.5.0
26302026-08-04T16:54:45.418Z Compiling smoltcp v0.11.0
26312026-08-04T16:54:45.624Z Compiling postcard v1.1.3
26322026-08-04T16:54:45.700Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26332026-08-04T16:54:46.016Z Compiling ingot v0.1.1
26342026-08-04T16:54:46.771Z Compiling num_enum v0.7.6
26352026-08-04T16:54:46.912Z Compiling memoffset v0.9.1
26362026-08-04T16:54:47.044Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26372026-08-04T16:54:47.118Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26382026-08-04T16:54:47.218Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26392026-08-04T16:54:47.334Z Compiling chacha20 v0.10.0
26402026-08-04T16:54:47.373Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26412026-08-04T16:54:47.654Z Compiling serde_spanned v0.6.9
26422026-08-04T16:54:47.826Z Compiling toml_datetime v0.6.11
26432026-08-04T16:54:47.843Z Compiling cstr-argument v0.1.2
26442026-08-04T16:54:48.001Z Compiling swrite v0.1.0
26452026-08-04T16:54:48.114Z Compiling linked-hash-map v0.5.6
26462026-08-04T16:54:48.199Z Compiling resolv-conf v0.7.6
26472026-08-04T16:54:48.240Z Compiling winnow v0.7.15
26482026-08-04T16:54:48.333Z Compiling toml_write v0.1.2
26492026-08-04T16:54:48.604Z Compiling unicode-segmentation v1.13.3
26502026-08-04T16:54:48.734Z Compiling static_assertions v1.1.0
26512026-08-04T16:54:48.812Z Compiling lru-cache v0.1.2
26522026-08-04T16:54:48.835Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26532026-08-04T16:54:48.853Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26542026-08-04T16:54:48.960Z Compiling rand v0.10.2
26552026-08-04T16:54:49.215Z Compiling newline-converter v0.3.0
26562026-08-04T16:54:49.225Z Compiling hubpack v0.1.2
26572026-08-04T16:54:49.363Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26582026-08-04T16:54:49.504Z Compiling nix v0.31.3
26592026-08-04T16:54:49.511Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26602026-08-04T16:54:49.743Z Compiling atomicwrites v0.4.4
26612026-08-04T16:54:49.748Z Compiling hickory-proto v0.24.4
26622026-08-04T16:54:50.031Z Compiling toml_edit v0.22.27
26632026-08-04T16:54:50.171Z Compiling crossbeam-deque v0.8.6
26642026-08-04T16:54:50.403Z Compiling console v0.15.11
26652026-08-04T16:54:50.550Z Compiling itertools v0.12.1
26662026-08-04T16:54:51.788Z Compiling camino-tempfile v1.4.1
26672026-08-04T16:54:52.056Z Compiling serde-big-array v0.5.1
26682026-08-04T16:54:52.171Z Compiling siphasher v1.0.3
26692026-08-04T16:54:52.205Z Compiling similar v2.7.0
26702026-08-04T16:54:52.220Z Compiling lazy_static v1.5.0
26712026-08-04T16:54:52.331Z Compiling phf_shared v0.12.1
26722026-08-04T16:54:52.386Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26732026-08-04T16:54:52.560Z Compiling pin-project v1.1.13
26742026-08-04T16:54:52.670Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26752026-08-04T16:54:53.004Z Compiling expectorate v1.2.0
26762026-08-04T16:54:53.221Z Compiling hickory-resolver v0.24.4
26772026-08-04T16:54:53.537Z Compiling toml v0.8.23
26782026-08-04T16:54:54.917Z Compiling prettyplease v0.2.37
26792026-08-04T16:54:56.273Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26802026-08-04T16:54:56.434Z Compiling rayon-core v1.13.0
26812026-08-04T16:54:58.039Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26822026-08-04T16:54:58.135Z Compiling num_enum v0.5.11
26832026-08-04T16:54:58.236Z Compiling progenitor-impl v0.13.0
26842026-08-04T16:54:58.264Z Compiling progenitor-impl v0.14.0
26852026-08-04T16:54:59.326Z Compiling unicode-normalization v0.1.25
26862026-08-04T16:54:59.926Z Compiling progenitor-client v0.13.0
26872026-08-04T16:55:00.420Z Compiling tokio-stream v0.1.18
26882026-08-04T16:55:01.022Z Compiling bstr v1.12.1
26892026-08-04T16:55:01.734Z Compiling csv-core v0.1.13
26902026-08-04T16:55:01.779Z Compiling unicode-width v0.1.14
26912026-08-04T16:55:02.555Z Compiling same-file v1.0.6
26922026-08-04T16:55:02.583Z Compiling highway v1.3.0
26932026-08-04T16:55:02.583Z Compiling foreign-types-shared v0.1.1
26942026-08-04T16:55:02.583Z Compiling foldhash v0.1.5
26952026-08-04T16:55:02.616Z Compiling konst_macro_rules v0.2.19
26962026-08-04T16:55:02.637Z Compiling hashbrown v0.15.5
26972026-08-04T16:55:02.815Z Compiling konst v0.2.20
26982026-08-04T16:55:02.828Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26992026-08-04T16:55:03.211Z Compiling foreign-types v0.3.2
27002026-08-04T16:55:03.290Z Compiling walkdir v2.5.0
27012026-08-04T16:55:03.303Z Compiling csv v1.4.0
27022026-08-04T16:55:03.996Z Compiling globset v0.4.18
27032026-08-04T16:55:04.240Z Compiling snafu v0.8.9
27042026-08-04T16:55:04.813Z Compiling qorb v0.4.1
27052026-08-04T16:55:06.530Z Compiling progenitor v0.13.0
27062026-08-04T16:55:06.693Z Compiling olpc-cjson v0.1.4
27072026-08-04T16:55:06.897Z Compiling progenitor v0.14.0
27082026-08-04T16:55:06.912Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27092026-08-04T16:55:07.048Z Compiling rayon v1.12.0
27102026-08-04T16:55:07.308Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27112026-08-04T16:55:07.519Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27122026-08-04T16:55:09.271Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27132026-08-04T16:55:09.981Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27142026-08-04T16:55:12.225Z Compiling phf v0.12.1
27152026-08-04T16:55:12.411Z Compiling openssl-sys v0.9.116
27162026-08-04T16:55:12.844Z Compiling tokio-dtrace v0.1.1
27172026-08-04T16:55:13.189Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-08-04T16:55:13.785Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27192026-08-04T16:55:14.022Z Compiling libsw-core v0.3.2
27202026-08-04T16:55:14.214Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27212026-08-04T16:55:14.445Z Compiling pem v3.0.6
27222026-08-04T16:55:14.910Z Compiling serde_plain v1.0.2
27232026-08-04T16:55:15.154Z Compiling sigpipe v0.1.3
27242026-08-04T16:55:15.196Z Compiling jiff v0.2.28
27252026-08-04T16:55:15.249Z Compiling fixedbitset v0.5.7
27262026-08-04T16:55:15.604Z Compiling bytecount v0.6.9
27272026-08-04T16:55:15.783Z Compiling typed-path v0.9.3
27282026-08-04T16:55:15.798Z Compiling minimal-lexical v0.2.1
27292026-08-04T16:55:16.120Z Compiling fixedbitset v0.4.2
27302026-08-04T16:55:16.410Z Compiling glob v0.3.3
27312026-08-04T16:55:16.498Z Compiling petgraph v0.6.5
27322026-08-04T16:55:17.360Z Compiling tough v0.22.0
27332026-08-04T16:55:17.449Z Compiling nom v7.1.3
27342026-08-04T16:55:17.717Z Compiling papergrid v0.11.0
27352026-08-04T16:55:18.356Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-08-04T16:55:18.787Z Compiling petgraph v0.8.3
27372026-08-04T16:55:19.127Z Compiling openssl v0.10.80
27382026-08-04T16:55:19.159Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27392026-08-04T16:55:20.789Z Compiling libsw v3.5.0
27402026-08-04T16:55:20.984Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-08-04T16:55:21.238Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27422026-08-04T16:55:21.280Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-08-04T16:55:21.542Z Compiling zone v0.3.1
27442026-08-04T16:55:23.157Z Compiling oxide-tokio-rt v0.1.6
27452026-08-04T16:55:23.330Z Compiling chrono-tz v0.10.4
27462026-08-04T16:55:23.775Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27472026-08-04T16:55:24.517Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-08-04T16:55:24.733Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-08-04T16:55:24.833Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27502026-08-04T16:55:24.917Z Compiling newtype_derive v0.1.6
27512026-08-04T16:55:25.006Z Compiling slog-dtrace v0.3.0
27522026-08-04T16:55:25.476Z Compiling const_format v0.2.36
27532026-08-04T16:55:25.700Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-08-04T16:55:26.014Z Compiling owo-colors v4.3.0
27552026-08-04T16:55:26.247Z Compiling cancel-safe-futures v0.1.5
27562026-08-04T16:55:26.615Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27572026-08-04T16:55:26.908Z Compiling gethostname v0.5.0
27582026-08-04T16:55:27.049Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27592026-08-04T16:55:27.304Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-08-04T16:55:27.441Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-08-04T16:55:27.565Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-08-04T16:55:28.122Z Compiling smf v0.2.3
27632026-08-04T16:55:28.195Z Compiling bcs v0.1.6
27642026-08-04T16:55:28.535Z Compiling linear-map v1.2.0
27652026-08-04T16:55:28.611Z Compiling tagptr v0.2.0
27662026-08-04T16:55:28.763Z Compiling termtree v0.5.1
27672026-08-04T16:55:28.778Z Compiling unicode-linebreak v0.1.5
27682026-08-04T16:55:28.953Z Compiling whoami v1.6.1
27692026-08-04T16:55:29.050Z Compiling smawk v0.3.2
27702026-08-04T16:55:29.218Z Compiling textwrap v0.16.2
27712026-08-04T16:55:29.403Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-08-04T16:55:29.420Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-08-04T16:55:29.436Z Compiling moka v0.12.15
27742026-08-04T16:55:30.527Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-08-04T16:55:30.707Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27762026-08-04T16:55:30.853Z Compiling tabled v0.15.0
27772026-08-04T16:55:31.302Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-08-04T16:55:31.535Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-08-04T16:55:31.750Z Compiling steno v0.4.1
27802026-08-04T16:55:32.302Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27812026-08-04T16:55:34.080Z Compiling cookie v0.18.1
27822026-08-04T16:55:35.439Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27832026-08-04T16:55:37.916Z Compiling hickory-proto v0.25.2
27842026-08-04T16:55:39.751Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27852026-08-04T16:55:39.849Z Compiling arc-swap v1.9.1
27862026-08-04T16:55:40.067Z Compiling libscf-sys v1.2.0
27872026-08-04T16:55:40.211Z Compiling hickory-resolver v0.25.2
27882026-08-04T16:55:40.224Z Compiling slog-scope v4.4.1
27892026-08-04T16:55:40.621Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27902026-08-04T16:55:41.918Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27912026-08-04T16:55:42.243Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-08-04T16:55:42.933Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27932026-08-04T16:55:43.336Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27942026-08-04T16:55:43.443Z Compiling slog-stdlog v4.1.1
27952026-08-04T16:55:43.636Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27962026-08-04T16:55:43.801Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27972026-08-04T16:55:44.498Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27982026-08-04T16:55:45.218Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27992026-08-04T16:55:46.105Z Compiling slog-envlogger v2.2.0
28002026-08-04T16:55:46.491Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28012026-08-04T16:55:47.221Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28022026-08-04T16:55:54.849Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28032026-08-04T16:55:57.497Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28042026-08-04T16:55:58.934Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28052026-08-04T16:56:07.749Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28062026-08-04T16:56:11.613Z Finished `release` profile [optimized] target(s) in 2m 27s
28072026-08-04T16:56:11.730Z Running unittests src/lib.rs (target/release/deps/mg_tests-3c5d0f57a9f0b4bc)
28082026-08-04T16:56:11.733Z
28092026-08-04T16:56:11.733Zrunning 1 test
28102026-08-04T16:56:11.876Zconfigure zone
28112026-08-04T16:56:11.893Zinstall zone
28122026-08-04T16:56:21.716Zboot zone
28132026-08-04T16:56:21.803Zstart zone s1
28142026-08-04T16:56:21.803Zconfigure zone
28152026-08-04T16:56:21.812Zinstall zone
28162026-08-04T16:56:23.685Zboot zone
28172026-08-04T16:56:23.787Zstart zone s2
28182026-08-04T16:56:23.787Zconfigure zone
28192026-08-04T16:56:23.797Zinstall zone
28202026-08-04T16:56:26.120Zboot zone
28212026-08-04T16:56:26.228Zstart zone s3
28222026-08-04T16:56:26.228Zconfigure zone
28232026-08-04T16:56:26.238Zinstall zone
28242026-08-04T16:56:28.997Zboot zone
28252026-08-04T16:56:29.113Zstart zone t1
28262026-08-04T16:56:29.113Zconfigure zone
28272026-08-04T16:56:29.123Zinstall zone
28282026-08-04T16:56:31.769Zboot zone
28292026-08-04T16:56:31.882Zwaiting for zones to come up
28302026-08-04T16:56:41.883Z[sidecar.quartet] svcs milestone/network
28312026-08-04T16:56:41.911ZSTATE STIME FMRI
28322026-08-04T16:56:41.911Zonline 16:56:21 svc:/milestone/network:default
28332026-08-04T16:56:41.912Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28342026-08-04T16:56:41.937Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28352026-08-04T16:56:41.965Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28362026-08-04T16:56:41.985Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28372026-08-04T16:56:41.988Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28382026-08-04T16:56:42.002Z
28392026-08-04T16:56:42.002Zrunning zone s1.quartet setup
28402026-08-04T16:56:42.002Z[s1.quartet] svcs milestone/network
28412026-08-04T16:56:42.020ZSTATE STIME FMRI
28422026-08-04T16:56:42.020Zonline 16:56:23 svc:/milestone/network:default
28432026-08-04T16:56:42.020Z[s1.quartet] dladm
28442026-08-04T16:56:42.035ZLINK CLASS MTU STATE BRIDGE OVER
28452026-08-04T16:56:42.035Zsl0 simnet 9000 up -- ?
28462026-08-04T16:56:42.035Zmgs1 vnic 9000 up -- ?
28472026-08-04T16:56:42.038Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28482026-08-04T16:56:42.624Z
28492026-08-04T16:56:42.624Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28502026-08-04T16:56:42.640Z
28512026-08-04T16:56:42.640Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28522026-08-04T16:56:42.652Z
28532026-08-04T16:56:42.652Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28542026-08-04T16:56:42.752Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28552026-08-04T16:56:42.835Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 08e8d2fd-82bc-4bea-9029-85a3ddb0cc58 --sled-uuid c802f72b-da8a-4eb1-a8b2-432a417daa6b -a sl0/v6 &> /opt/ddmd.log &
28562026-08-04T16:56:42.848Z
28572026-08-04T16:56:42.848Zrunning zone s2.quartet setup
28582026-08-04T16:56:42.848Z[s2.quartet] svcs milestone/network
28592026-08-04T16:56:42.865ZSTATE STIME FMRI
28602026-08-04T16:56:42.865Zonline 16:56:26 svc:/milestone/network:default
28612026-08-04T16:56:42.866Z[s2.quartet] dladm
28622026-08-04T16:56:42.878ZLINK CLASS MTU STATE BRIDGE OVER
28632026-08-04T16:56:42.878Zsl1 simnet 9000 up -- ?
28642026-08-04T16:56:42.878Zmgs2 vnic 9000 up -- ?
28652026-08-04T16:56:42.878Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28662026-08-04T16:56:43.340Z
28672026-08-04T16:56:43.340Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28682026-08-04T16:56:43.358Z
28692026-08-04T16:56:43.358Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28702026-08-04T16:56:43.370Z
28712026-08-04T16:56:43.370Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28722026-08-04T16:56:43.407Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28732026-08-04T16:56:43.438Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 75e2270c-afd6-4b25-a6c7-195ea5cfedd4 --sled-uuid 259dfecb-9d3f-4ba5-ae83-397cc3a50738 -a sl1/v6 &> /opt/ddmd.log &
28742026-08-04T16:56:43.450Z
28752026-08-04T16:56:43.450Zrunning zone s3.quartet setup
28762026-08-04T16:56:43.450Z[s3.quartet] svcs milestone/network
28772026-08-04T16:56:43.465ZSTATE STIME FMRI
28782026-08-04T16:56:43.465Zonline 16:56:29 svc:/milestone/network:default
28792026-08-04T16:56:43.465Z[s3.quartet] dladm
28802026-08-04T16:56:43.480ZLINK CLASS MTU STATE BRIDGE OVER
28812026-08-04T16:56:43.480Zsl2 simnet 9000 up -- ?
28822026-08-04T16:56:43.480Zmgs3 vnic 9000 up -- ?
28832026-08-04T16:56:43.480Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28842026-08-04T16:56:43.940Z
28852026-08-04T16:56:43.940Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28862026-08-04T16:56:43.956Z
28872026-08-04T16:56:43.956Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28882026-08-04T16:56:43.968Z
28892026-08-04T16:56:43.968Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28902026-08-04T16:56:44.010Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28912026-08-04T16:56:44.061Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f65cbc66-eb42-43a2-b3df-ed82505d0f3c --sled-uuid 6cad092e-f3bc-4c29-9254-2056e4da0134 -a sl2/v6 &> /opt/ddmd.log &
28922026-08-04T16:56:44.075Z
28932026-08-04T16:56:44.075Zrunning zone t1.quartet setup
28942026-08-04T16:56:44.075Z[t1.quartet] svcs milestone/network
28952026-08-04T16:56:44.090ZSTATE STIME FMRI
28962026-08-04T16:56:44.090Zonline 16:56:31 svc:/milestone/network:default
28972026-08-04T16:56:44.090Z[t1.quartet] dladm
28982026-08-04T16:56:44.104ZLINK CLASS MTU STATE BRIDGE OVER
28992026-08-04T16:56:44.104Ztfportrear0_0 simnet 9000 up -- ?
29002026-08-04T16:56:44.104Ztfportrear1_0 simnet 9000 up -- ?
29012026-08-04T16:56:44.104Ztfportrear2_0 simnet 9000 up -- ?
29022026-08-04T16:56:44.104Zmgt1 vnic 9000 up -- ?
29032026-08-04T16:56:44.104Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29042026-08-04T16:56:44.638Z
29052026-08-04T16:56:44.638Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29062026-08-04T16:56:44.654Z
29072026-08-04T16:56:44.654Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29082026-08-04T16:56:44.667Z
29092026-08-04T16:56:44.667Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29102026-08-04T16:56:44.681Z
29112026-08-04T16:56:44.681Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29122026-08-04T16:56:44.692Z
29132026-08-04T16:56:44.692Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29142026-08-04T16:56:45.013Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29152026-08-04T16:56:45.016Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29162026-08-04T16:56:45.016Zwaiting 3s for copy of files to zone to complete ...
29172026-08-04T16:56:48.016Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29182026-08-04T16:56:48.151Z
29192026-08-04T16:56:48.151Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29202026-08-04T16:56:48.258Z
29212026-08-04T16:56:48.258Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29222026-08-04T16:56:48.299Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29232026-08-04T16:56:48.333Z[t1.quartet] svcadm disable dendrite
29242026-08-04T16:56:48.356Z
29252026-08-04T16:56:48.356Z[t1.quartet] svcadm disable tfport
29262026-08-04T16:56:48.383Z
29272026-08-04T16:56:48.383Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29282026-08-04T16:56:48.407Z
29292026-08-04T16:56:48.407Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29302026-08-04T16:56:48.435Z
29312026-08-04T16:56:48.435Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29322026-08-04T16:56:48.458Z
29332026-08-04T16:56:48.458Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29342026-08-04T16:56:48.483Z
29352026-08-04T16:56:48.483Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29362026-08-04T16:56:48.508Z
29372026-08-04T16:56:48.508Z[t1.quartet] svcadm refresh dendrite:default
29382026-08-04T16:56:48.530Z
29392026-08-04T16:56:48.530Z[t1.quartet] svcadm enable dendrite:default
29402026-08-04T16:56:48.551Z
29412026-08-04T16:56:48.551Zwait 10s for dendrite to come up ...
29422026-08-04T16:56:58.551Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29432026-08-04T16:56:58.582Z
29442026-08-04T16:56:58.582Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29452026-08-04T16:56:58.607Z
29462026-08-04T16:56:58.607Z[t1.quartet] svcadm refresh tfport:default
29472026-08-04T16:56:58.628Z
29482026-08-04T16:56:58.628Z[t1.quartet] svcadm enable tfport
29492026-08-04T16:56:58.650Z
29502026-08-04T16:56:58.650Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid dc936fd1-914b-490a-9493-7e057c46a8f0 --sled-uuid 1cfb3914-0da2-4729-8472-25b490275851 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29512026-08-04T16:56:58.662Z
29522026-08-04T16:56:58.662Z[t1.quartet] ipadm
29532026-08-04T16:56:58.676ZADDROBJ TYPE STATE ADDR
29542026-08-04T16:56:58.676Zlo0/v4 static ok 127.0.0.1/8
29552026-08-04T16:56:58.676Zmgt1/v4 static ok 10.0.0.4/24
29562026-08-04T16:56:58.676Zlo0/v6 static ok ::1/128
29572026-08-04T16:56:58.676Zlo0/u6 static ok fd00:4::1/64
29582026-08-04T16:56:58.676Ztfportrear0_0/v6 addrconf ok fe80::d0e5:abff:fedc:dda4%tfportrear0_0/10
29592026-08-04T16:56:58.676Ztfportrear1_0/v6 addrconf ok fe80::fcb8:5fff:fec6:3373%tfportrear1_0/10
29602026-08-04T16:56:58.676Ztfportrear2_0/v6 addrconf ok fe80::9011:6bff:fe52:612c%tfportrear2_0/10
29612026-08-04T16:57:00.787Zinitial peering test passed
29622026-08-04T16:57:01.789Z[s3.quartet] ping fd00:1::1
29632026-08-04T16:57:01.806Zfd00:1::1 is alive
29642026-08-04T16:57:11.735Ztest ddm::test_quartet has been running for over 60 seconds
29652026-08-04T16:57:12.809Z[s3.quartet] ping fd00:1::1
29662026-08-04T16:57:12.825Zfd00:1::1 is alive
29672026-08-04T16:57:12.828Z[t1.quartet] pkill ddmd
29682026-08-04T16:57:12.838Z
29692026-08-04T16:57:12.838Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29702026-08-04T16:57:12.841Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29712026-08-04T16:57:14.735Z[s3.quartet] pkill ddmd
29722026-08-04T16:57:14.747Z
29732026-08-04T16:57:14.747Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29742026-08-04T16:57:16.570Z[s2.quartet] pkill ddmd
29752026-08-04T16:57:16.584Z
29762026-08-04T16:57:16.584Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29772026-08-04T16:57:18.356Z[s1.quartet] pkill ddmd
29782026-08-04T16:57:18.370Z
29792026-08-04T16:57:18.370Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29802026-08-04T16:57:20.236Z[sidecar.quartet] pkill softnpu
29812026-08-04T16:57:20.252Z
29822026-08-04T16:57:20.252Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29832026-08-04T16:57:22.897Ztest ddm::test_quartet ... ok
29842026-08-04T16:57:22.897Z
29852026-08-04T16:57:22.897Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.16s
29862026-08-04T16:57:22.897Z
29872026-08-04T16:57:22.951Z+ cleanup
29882026-08-04T16:57:22.956Z++ id -un
29892026-08-04T16:57:22.959Z++ id -gn
29902026-08-04T16:57:22.959Z+ pfexec chown -R build:build .
29912026-08-04T16:57:23.085Zprocess exited: duration 657536 ms, exit code 0
 
29922026-08-04T16:57:23.098Zfound 6 output files
29932026-08-04T16:57:23.098Zuploading: /work/s1.quartet.log (4711 bytes)
29942026-08-04T16:57:24.112Zuploaded: /work/s1.quartet.log
29952026-08-04T16:57:24.112Zuploading: /work/s2.quartet.log (3996 bytes)
29962026-08-04T16:57:25.123Zuploaded: /work/s2.quartet.log
29972026-08-04T16:57:25.123Zuploading: /work/s3.quartet.log (4107 bytes)
29982026-08-04T16:57:26.133Zuploaded: /work/s3.quartet.log
29992026-08-04T16:57:26.133Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
30002026-08-04T16:57:27.143Zuploaded: /work/sidecar.quartet-softnpu.log
30012026-08-04T16:57:27.144Zuploading: /work/t1.quartet-dpd.log (203654 bytes)
30022026-08-04T16:57:28.158Zuploaded: /work/t1.quartet-dpd.log
30032026-08-04T16:57:28.158Zuploading: /work/t1.quartet.log (17041 bytes)
30042026-08-04T16:57:29.175Zuploaded: /work/t1.quartet.log