01KTN8ER0S4019WGKXNRCP4BSX: 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: 01KTN8G0291TFASJJZ0MN4XEMZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T03:59:18.957Zjob assigned to worker 01KTN8G6WE2E0ZRX771CBWHFNE [factory aws, i-0763d88bc6bba8580] (queued for 58 s)
 
22026-06-09T03:59:25.244Zstarting task 0: "setup"
32026-06-09T03:59:25.248Z++ uname -s
42026-06-09T03:59:25.253Z+ kern=SunOS
52026-06-09T03:59:25.253Z+ build_user=build
62026-06-09T03:59:25.253Z+ build_uid=12345
72026-06-09T03:59:25.253Z+ work_dir=/work
82026-06-09T03:59:25.253Z+ input_dir=/input
92026-06-09T03:59:25.253Z+ [[ 0 == 12345 ]]
102026-06-09T03:59:25.253Z+ case "$kern" in
112026-06-09T03:59:25.253Z+ groupadd -g 12345 build
122026-06-09T03:59:25.259Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T03:59:27.261Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T03:59:27.369Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T03:59:27.372Z+ home_fs=zfs
162026-06-09T03:59:27.373Z+ [[ zfs == autofs ]]
172026-06-09T03:59:27.373Z+ mkdir -p /home/build
182026-06-09T03:59:27.373Z+ chown build:build /home/build /work
192026-06-09T03:59:29.374Z+ chmod 0700 /home/build /work
202026-06-09T03:59:29.380Zprocess exited: duration 4134 ms, exit code 0
 
212026-06-09T03:59:29.391Zstarting task 1: "rust-toolchain"
222026-06-09T03:59:29.395Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-09T03:59:29.395Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-09T03:59:29.395Z * rust toolchain channel = "stable"
252026-06-09T03:59:29.395Z * rust toolchain profile = "default"
262026-06-09T03:59:29.395Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T03:59:29.395Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T03:59:29.398Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T03:59:29.398Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-09T03:59:29.496Zinfo: downloading installer
312026-06-09T03:59:31.005Zwarn: It looks like you have an existing installation of Rust at:
322026-06-09T03:59:31.005Zwarn: /opt/ooce/bin
332026-06-09T03:59:31.005Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-09T03:59:31.005Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-09T03:59:31.005Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-09T03:59:31.005Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-09T03:59:31.005Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-09T03:59:31.005Zerror: cannot install while Rust is installed
392026-06-09T03:59:31.005Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-09T03:59:31.005Zwarn: It looks like you have an existing rustup settings file at:
412026-06-09T03:59:31.005Zwarn: /home/build/.rustup/settings.toml
422026-06-09T03:59:31.005Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-09T03:59:31.009Zwarn: instead of the one inferred from the default host triple.
442026-06-09T03:59:31.019Zinfo: profile set to default
452026-06-09T03:59:31.019Zinfo: default host triple is x86_64-unknown-illumos
462026-06-09T03:59:31.022Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-09T03:59:31.162Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-09T03:59:31.162Zinfo: downloading 6 components
492026-06-09T03:59:46.337Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-09T03:59:46.338Z
512026-06-09T03:59:46.380Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-09T03:59:46.380Z
532026-06-09T03:59:46.389Z
542026-06-09T03:59:46.389ZRust is installed now. Great!
552026-06-09T03:59:46.389Z
562026-06-09T03:59:46.389ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-09T03:59:46.389Zenvironment variable. This has not been done automatically.
582026-06-09T03:59:46.389Z
592026-06-09T03:59:46.389ZTo configure your current shell, you need to source
602026-06-09T03:59:46.389Zthe corresponding env file under $HOME/.cargo.
612026-06-09T03:59:46.389Z
622026-06-09T03:59:46.389ZThis is usually done by running one of the following (note the leading DOT):
632026-06-09T03:59:46.389Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-09T03:59:46.389Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-09T03:59:46.389Zsource "~/.cargo/env.nu" # For nushell
662026-06-09T03:59:46.389Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-09T03:59:46.389Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-09T03:59:46.389Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-09T03:59:46.389Zwarn: no default linker (`cc`) was found in your PATH
702026-06-09T03:59:46.389Zwarn: many Rust crates require a system C toolchain to build
712026-06-09T03:59:46.473Z+ rustup --version
722026-06-09T03:59:46.481Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-09T03:59:46.484Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-09T03:59:46.502Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-09T03:59:46.505Z+ cargo --version
762026-06-09T03:59:46.527Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-09T03:59:46.531Z+ rustc --version
782026-06-09T03:59:46.541Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-09T03:59:46.545Zprocess exited: duration 17151 ms, exit code 0
 
802026-06-09T03:59:46.553Zstarting task 2: "authentication"
812026-06-09T03:59:46.569Zprocess exited: duration 17 ms, exit code 0
 
822026-06-09T03:59:46.577Zstarting task 3: "clone repository"
832026-06-09T03:59:46.580Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-09T03:59:46.583Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-09T03:59:46.616ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-09T03:59:47.941Z+ cd /work/oxidecomputer/maghemite
872026-06-09T03:59:47.942Z+ git fetch origin 1a644b61eadfaccba7f7983e569582e308e0ce23
882026-06-09T03:59:48.315ZFrom https://github.com/oxidecomputer/maghemite
892026-06-09T03:59:48.315Z * branch 1a644b61eadfaccba7f7983e569582e308e0ce23 -> FETCH_HEAD
902026-06-09T03:59:48.322Z+ [[ -n renovate/http ]]
912026-06-09T03:59:48.325Z++ git branch --show-current
922026-06-09T03:59:48.325Z+ current=main
932026-06-09T03:59:48.325Z+ [[ main != renovate/http ]]
942026-06-09T03:59:48.325Z+ git branch -f renovate/http 1a644b61eadfaccba7f7983e569582e308e0ce23
952026-06-09T03:59:48.328Z+ git checkout -f renovate/http
962026-06-09T03:59:48.346ZSwitched to branch 'renovate/http'
972026-06-09T03:59:48.349Z+ git reset --hard 1a644b61eadfaccba7f7983e569582e308e0ce23
982026-06-09T03:59:48.352ZHEAD is now at 1a644b6 Update http to 1.4.2
992026-06-09T03:59:48.352Zprocess exited: duration 1775 ms, exit code 0
 
1002026-06-09T03:59:48.358Zstarting task 4: "build"
1012026-06-09T03:59:48.364Z++ dladm
1022026-06-09T03:59:48.370ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-09T03:59:48.370Zena0 phys 9216 up -- --
1042026-06-09T03:59:48.370Z++ ipadm
1052026-06-09T03:59:48.378ZADDROBJ TYPE STATE ADDR
1062026-06-09T03:59:48.378Zlo0/v4 static ok 127.0.0.1/8
1072026-06-09T03:59:48.378Zena0/dhcp dhcp ok 10.150.1.237/24
1082026-06-09T03:59:48.378Zlo0/v6 static ok ::1/128
1092026-06-09T03:59:48.378Z++ banner collect
1102026-06-09T03:59:48.378Z
1112026-06-09T03:59:48.378Z #### #### # # ###### #### #####
1122026-06-09T03:59:48.378Z # # # # # # # # # #
1132026-06-09T03:59:48.378Z # # # # # ##### # #
1142026-06-09T03:59:48.378Z # # # # # # # #
1152026-06-09T03:59:48.378Z # # # # # # # # # #
1162026-06-09T03:59:48.379Z #### #### ###### ###### ###### #### #
1172026-06-09T03:59:48.379Z
1182026-06-09T03:59:48.379Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-09T03:59:48.379Z++ repo=softnpu
1202026-06-09T03:59:48.379Z++ series=image
1212026-06-09T03:59:48.379Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-09T03:59:48.379Z++ name=softnpu
1232026-06-09T03:59:48.379Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-09T03:59:48.379Z++ mkdir -p download
1252026-06-09T03:59:48.379Z++ pushd download
1262026-06-09T03:59:48.393Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-09T03:59:48.394Z++ [[ ! -f softnpu ]]
1282026-06-09T03:59:48.394Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-09T03:59:48.394Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-09T03:59:48.394Z Dload Upload Total Spent Left Speed
1312026-06-09T03:59:48.781Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 38.85M 0 0 100 15.63M 100 15.63M 0 0 38.85M 0 0 100 15.63M 100 15.63M 0 0 38.84M 0 0
1322026-06-09T03:59:48.786Z++ popd
1332026-06-09T03:59:48.786Z/work/oxidecomputer/maghemite
1342026-06-09T03:59:48.786Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-09T03:59:48.786Z++ repo=sidecar-lite
1362026-06-09T03:59:48.786Z++ series=release
1372026-06-09T03:59:48.786Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-09T03:59:48.786Z++ name=libsidecar_lite.so
1392026-06-09T03:59:48.787Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-09T03:59:48.787Z++ mkdir -p download
1412026-06-09T03:59:48.787Z++ pushd download
1422026-06-09T03:59:48.787Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-09T03:59:48.787Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-09T03:59:48.787Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-09T03:59:48.792Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-09T03:59:48.792Z Dload Upload Total Spent Left Speed
1472026-06-09T03:59:49.062Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 44.34M 0 0 100 12.04M 100 12.04M 0 0 44.33M 0 0 100 12.04M 100 12.04M 0 0 44.32M 0 0
1482026-06-09T03:59:49.066Z++ popd
1492026-06-09T03:59:49.070Z/work/oxidecomputer/maghemite
1502026-06-09T03:59:49.070Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-09T03:59:49.070Z++ repo=sidecar-lite
1522026-06-09T03:59:49.070Z++ series=release
1532026-06-09T03:59:49.070Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-09T03:59:49.070Z++ name=scadm
1552026-06-09T03:59:49.070Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-09T03:59:49.070Z++ mkdir -p download
1572026-06-09T03:59:49.070Z++ pushd download
1582026-06-09T03:59:49.070Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-09T03:59:49.070Z++ [[ ! -f scadm ]]
1602026-06-09T03:59:49.070Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-09T03:59:49.076Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-09T03:59:49.081Z Dload Upload Total Spent Left Speed
1632026-06-09T03:59:49.397Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 48.88M 0 0 100 15.78M 100 15.78M 0 0 48.87M 0 0 100 15.78M 100 15.78M 0 0 48.87M 0 0
1642026-06-09T03:59:49.400Z++ popd
1652026-06-09T03:59:49.405Z/work/oxidecomputer/maghemite
1662026-06-09T03:59:49.405Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-09T03:59:49.405Z++ repo=dendrite
1682026-06-09T03:59:49.405Z++ series=image
1692026-06-09T03:59:49.405Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-09T03:59:49.405Z++ name=dendrite-softnpu.tar.gz
1712026-06-09T03:59:49.405Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-09T03:59:49.405Z++ mkdir -p download
1732026-06-09T03:59:49.405Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1742026-06-09T03:59:49.405Z++ pushd download
1752026-06-09T03:59:49.405Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-09T03:59:49.405Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-09T03:59:49.408Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-09T03:59:49.408Z Dload Upload Total Spent Left Speed
1792026-06-09T03:59:50.492Z 0 0 0 0 0 0 0 0 0 88 71.59M 88 63.67M 0 0 63.67M 0 00:01 00:01 63.68M 100 71.59M 100 71.59M 0 0 66.05M 0 00:01 00:01 63.68M 100 71.59M 100 71.59M 0 0 66.04M 0 00:01 00:01 63.68M 100 71.59M 100 71.59M 0 0 66.04M 0 00:01 00:01 63.68M
1802026-06-09T03:59:50.497Z++ popd
1812026-06-09T03:59:50.500Z/work/oxidecomputer/maghemite
1822026-06-09T03:59:50.500Z++ get_artifact maghemite release 1a644b61eadfaccba7f7983e569582e308e0ce23 ddm
1832026-06-09T03:59:50.500Z++ repo=maghemite
1842026-06-09T03:59:50.500Z++ series=release
1852026-06-09T03:59:50.500Z++ commit=1a644b61eadfaccba7f7983e569582e308e0ce23
1862026-06-09T03:59:50.500Z++ name=ddm
1872026-06-09T03:59:50.500Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-09T03:59:50.500Z++ mkdir -p download
1892026-06-09T03:59:50.500Z++ pushd download
1902026-06-09T03:59:50.500Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-09T03:59:50.500Z++ [[ ! -f ddm ]]
1922026-06-09T03:59:50.500Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/1a644b61eadfaccba7f7983e569582e308e0ce23/ddm
1932026-06-09T03:59:50.504Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-09T03:59:50.508Z Dload Upload Total Spent Left Speed
1952026-06-09T03:59:50.566Z 0 0 0 0 0 0 0 0 0
1962026-06-09T03:59:50.569Zcurl: (22) The requested URL returned error: 404
1972026-06-09T03:59:50.569Z++ popd
1982026-06-09T03:59:50.569Z/work/oxidecomputer/maghemite
1992026-06-09T03:59:50.569Z++ get_artifact maghemite release 1a644b61eadfaccba7f7983e569582e308e0ce23 ddmadm
2002026-06-09T03:59:50.569Z++ repo=maghemite
2012026-06-09T03:59:50.569Z++ series=release
2022026-06-09T03:59:50.569Z++ commit=1a644b61eadfaccba7f7983e569582e308e0ce23
2032026-06-09T03:59:50.569Z++ name=ddmadm
2042026-06-09T03:59:50.569Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-09T03:59:50.569Z++ mkdir -p download
2062026-06-09T03:59:50.569Z++ pushd download
2072026-06-09T03:59:50.569Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-09T03:59:50.569Z++ [[ ! -f ddmadm ]]
2092026-06-09T03:59:50.569Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/1a644b61eadfaccba7f7983e569582e308e0ce23/ddmadm
2102026-06-09T03:59:50.575Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-09T03:59:50.575Z Dload Upload Total Spent Left Speed
2122026-06-09T03:59:50.637Z 0 0 0 0 0 0 0 0 0
2132026-06-09T03:59:50.637Zcurl: (22) The requested URL returned error: 404
2142026-06-09T03:59:50.641Z++ popd
2152026-06-09T03:59:50.641Z/work/oxidecomputer/maghemite
2162026-06-09T03:59:50.641Z++ pushd download
2172026-06-09T03:59:50.641Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-09T03:59:50.641Z++ chmod +x softnpu
2192026-06-09T03:59:50.644Z++ chmod +x scadm
2202026-06-09T03:59:50.644Z++ chmod +x ddmadm
2212026-06-09T03:59:50.644Zchmod: WARNING: can't access ddmadm
2222026-06-09T03:59:50.644Z++ chmod +x ddmd
2232026-06-09T03:59:50.644Zchmod: WARNING: can't access ddmd
2242026-06-09T03:59:50.644Z++ mv ddmadm ddmadm-v2
2252026-06-09T03:59:50.648Zmv: cannot access ddmadm
2262026-06-09T03:59:50.648Z++ mv ddmd ddmd-v2
2272026-06-09T03:59:50.648Zmv: cannot access ddmd
2282026-06-09T03:59:50.648Z++ rm -rf zones/dendrite
2292026-06-09T03:59:50.648Z++ mkdir -p zones/dendrite
2302026-06-09T03:59:50.651Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-09T03:59:51.657Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-09T03:59:51.660Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-09T03:59:51.663Z++ popd
2342026-06-09T03:59:51.663Z/work/oxidecomputer/maghemite
2352026-06-09T03:59:51.663Z++ banner install
2362026-06-09T03:59:51.663Z
2372026-06-09T03:59:51.663Z # # # #### ##### ## # #
2382026-06-09T03:59:51.663Z # ## # # # # # # #
2392026-06-09T03:59:51.663Z # # # # #### # # # # #
2402026-06-09T03:59:51.663Z # # # # # # ###### # #
2412026-06-09T03:59:51.663Z # # ## # # # # # # #
2422026-06-09T03:59:51.663Z # # # #### # # # ###### ######
2432026-06-09T03:59:51.663Z
2442026-06-09T03:59:51.663Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-09T03:59:51.663Z++ set +o errexit
2462026-06-09T03:59:51.666Z++ pkg info clang-15
2472026-06-09T03:59:51.666Z++ grep -qi installed
2482026-06-09T03:59:52.906Zpkg: info: no packages matching the following patterns you specified are
2492026-06-09T03:59:52.906Zinstalled on the system. Try querying remotely instead:
2502026-06-09T03:59:52.906Z
2512026-06-09T03:59:52.906Z clang-15
2522026-06-09T03:59:52.946Z++ [[ 1 != 0 ]]
2532026-06-09T03:59:52.946Z++ set -o errexit
2542026-06-09T03:59:52.958Z++ pfexec pkg install clang-15
2552026-06-09T04:00:00.526Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-09T04:00:08.296Z Startup: Caching catalogs ... Done
2572026-06-09T04:00:15.591ZPlanning: Solver setup ... Done
2582026-06-09T04:00:15.632ZPlanning: Running solver ... Done
2592026-06-09T04:00:15.776ZPlanning: Finding local manifests ... Done
2602026-06-09T04:00:15.796ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-09T04:00:16.299ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-09T04:00:16.328ZPlanning: Package planning ... Done
2632026-06-09T04:00:16.352ZPlanning: Merging actions ... Done
2642026-06-09T04:00:16.461ZPlanning: Checking for conflicting actions ... Done
2652026-06-09T04:00:16.466ZPlanning: Consolidating action changes ... Done
2662026-06-09T04:00:17.242ZPlanning: Evaluating mediators ... Done
2672026-06-09T04:00:17.247ZPlanning: Planning completed in 8.78 seconds
2682026-06-09T04:00:17.262Z Packages to install: 2
2692026-06-09T04:00:17.262Z Mediators to change: 2
2702026-06-09T04:00:17.267Z Services to change: 1
2712026-06-09T04:00:17.267Z Create boot environment: No
2722026-06-09T04:00:17.267ZCreate backup boot environment: No
2732026-06-09T04:00:17.307Z
2742026-06-09T04:00:17.307ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-09T04:00:22.317ZDownload: 796/3076 items 18.1/211.3MB 8% complete (3.8M/s)
2762026-06-09T04:00:27.522ZDownload: 980/3076 items 82.1/211.3MB 38% complete (12.3M/s)
2772026-06-09T04:00:47.487ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2782026-06-09T04:00:52.544ZDownload: 1996/3076 items 117.3/211.3MB 55% complete (7.2M/s)
2792026-06-09T04:00:57.559ZDownload: 2071/3076 items 118.5/211.3MB 56% complete (3.6M/s)
2802026-06-09T04:01:02.560ZDownload: 2965/3076 items 184.2/211.3MB 87% complete (6.6M/s)
2812026-06-09T04:01:08.603ZDownload: 3029/3076 items 201.5/211.3MB 95% complete (8.7M/s)
2822026-06-09T04:01:22.519ZDownload: 3032/3076 items 201.8/211.3MB 95% complete
2832026-06-09T04:01:23.176ZDownload: Completed 211.31 MB in 65.87 seconds (3.2M/s)
2842026-06-09T04:01:23.320Z Actions: 1/3418 actions (Installing new actions)
2852026-06-09T04:01:26.476Z Actions: Completed 3418 actions in 3.16 seconds.
2862026-06-09T04:01:27.128Z Done
2872026-06-09T04:01:27.128Z Done
2882026-06-09T04:01:27.860Z Done
2892026-06-09T04:01:31.305Z Done
2902026-06-09T04:01:31.381Z Done
2912026-06-09T04:01:31.384Z Done
2922026-06-09T04:01:31.557Z Done
2932026-06-09T04:01:32.231Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2942026-06-09T04:01:32.232Z++ set +o errexit
2952026-06-09T04:01:32.235Z++ pkg info pkg-config
2962026-06-09T04:01:32.235Z++ grep -qi installed
2972026-06-09T04:01:32.463Z++ [[ 0 != 0 ]]
2982026-06-09T04:01:32.463Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2992026-06-09T04:01:32.463Z++ set +o errexit
3002026-06-09T04:01:32.466Z++ pkg info brand/omicron1
3012026-06-09T04:01:32.466Z++ grep -qi installed
3022026-06-09T04:01:32.649Zpkg: info: no packages matching the following patterns you specified are
3032026-06-09T04:01:32.649Zinstalled on the system. Try querying remotely instead:
3042026-06-09T04:01:32.650Z
3052026-06-09T04:01:32.650Z brand/omicron1
3062026-06-09T04:01:32.687Z++ [[ 1 != 0 ]]
3072026-06-09T04:01:32.687Z++ set -o errexit
3082026-06-09T04:01:32.687Z++ pfexec pkg install brand/omicron1
3092026-06-09T04:01:33.101Z Startup: Refreshing catalog 'helios-dev' ... Done
3102026-06-09T04:01:40.393ZPlanning: Solver setup ... Done
3112026-06-09T04:01:40.433ZPlanning: Running solver ... Done
3122026-06-09T04:01:40.581ZPlanning: Finding local manifests ... Done
3132026-06-09T04:01:40.585ZPlanning: Fetching manifests: 0/2 0% complete
3142026-06-09T04:01:40.708ZPlanning: Fetching manifests: 2/2 100% complete
3152026-06-09T04:01:40.719ZPlanning: Package planning ... Done
3162026-06-09T04:01:40.722ZPlanning: Merging actions ... Done
3172026-06-09T04:01:40.873ZPlanning: Checking for conflicting actions ... Done
3182026-06-09T04:01:40.877ZPlanning: Consolidating action changes ... Done
3192026-06-09T04:01:41.033ZPlanning: Evaluating mediators ... Done
3202026-06-09T04:01:41.037ZPlanning: Planning completed in 7.94 seconds
3212026-06-09T04:01:41.042Z Packages to install: 2
3222026-06-09T04:01:41.042Z Create boot environment: No
3232026-06-09T04:01:41.042ZCreate backup boot environment: No
3242026-06-09T04:01:41.070Z
3252026-06-09T04:01:41.070ZDownload: 0/5 items 0.0/1.1MB 0% complete
3262026-06-09T04:01:41.089ZDownload: Completed 1.07 MB in 0.02 seconds (55.7M/s)
3272026-06-09T04:01:41.145Z Actions: 1/28 actions (Installing new actions)
3282026-06-09T04:01:41.161Z Actions: Completed 28 actions in 0.01 seconds.
3292026-06-09T04:01:41.669Z Done
3302026-06-09T04:01:41.669Z Done
3312026-06-09T04:01:42.298Z Done
3322026-06-09T04:01:45.147Z Done
3332026-06-09T04:01:45.228Z Done
3342026-06-09T04:01:45.231Z Done
3352026-06-09T04:01:45.430Z Done
3362026-06-09T04:01:45.569Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3372026-06-09T04:01:45.569Z++ set +o errexit
3382026-06-09T04:01:45.574Z++ pkg info brand/omicron1/tools
3392026-06-09T04:01:45.574Z++ grep -qi installed
3402026-06-09T04:01:45.755Zpkg: info: no packages matching the following patterns you specified are
3412026-06-09T04:01:45.755Zinstalled on the system. Try querying remotely instead:
3422026-06-09T04:01:45.755Z
3432026-06-09T04:01:45.755Z brand/omicron1/tools
3442026-06-09T04:01:45.789Z++ [[ 1 != 0 ]]
3452026-06-09T04:01:45.789Z++ set -o errexit
3462026-06-09T04:01:45.789Z++ pfexec pkg install brand/omicron1/tools
3472026-06-09T04:01:46.186Z Startup: Refreshing catalog 'helios-dev' ... Done
3482026-06-09T04:01:53.500ZPlanning: Solver setup ... Done
3492026-06-09T04:01:53.539ZPlanning: Running solver ... Done
3502026-06-09T04:01:53.685ZPlanning: Finding local manifests ... Done
3512026-06-09T04:01:53.688ZPlanning: Fetching manifests: 0/1 0% complete
3522026-06-09T04:01:53.799ZPlanning: Fetching manifests: 1/1 100% complete
3532026-06-09T04:01:53.812ZPlanning: Package planning ... Done
3542026-06-09T04:01:53.816ZPlanning: Merging actions ... Done
3552026-06-09T04:01:53.953ZPlanning: Checking for conflicting actions ... Done
3562026-06-09T04:01:53.957ZPlanning: Consolidating action changes ... Done
3572026-06-09T04:01:54.112ZPlanning: Evaluating mediators ... Done
3582026-06-09T04:01:54.115ZPlanning: Planning completed in 7.93 seconds
3592026-06-09T04:01:54.120Z Packages to install: 1
3602026-06-09T04:01:54.120Z Services to change: 1
3612026-06-09T04:01:54.120Z Create boot environment: No
3622026-06-09T04:01:54.125ZCreate backup boot environment: No
3632026-06-09T04:01:54.149Z
3642026-06-09T04:01:54.149ZDownload: 0/2 items 0.0/1.2MB 0% complete
3652026-06-09T04:01:54.177ZDownload: Completed 1.19 MB in 0.03 seconds (42.6M/s)
3662026-06-09T04:01:54.245Z Actions: 1/19 actions (Installing new actions)
3672026-06-09T04:01:54.260Z Actions: Completed 19 actions in 0.01 seconds.
3682026-06-09T04:01:54.775Z Done
3692026-06-09T04:01:54.775Z Done
3702026-06-09T04:01:55.425Z Done
3712026-06-09T04:01:58.316Z Done
3722026-06-09T04:01:58.393Z Done
3732026-06-09T04:01:58.398Z Done
3742026-06-09T04:01:58.485Z Done
3752026-06-09T04:01:58.623Z++ pfexec svcadm enable baseline
3762026-06-09T04:01:58.638Z++ retry=0
3772026-06-09T04:01:58.642Z+++ svcs -Hostate baseline
3782026-06-09T04:01:58.652Z++ [[ offline* != online ]]
3792026-06-09T04:01:58.653Z++ [[ 0 -gt 300 ]]
3802026-06-09T04:01:58.653Z++ sleep 1
3812026-06-09T04:01:59.672Z++ retry=1
3822026-06-09T04:01:59.685Z+++ svcs -Hostate baseline
3832026-06-09T04:01:59.685Z++ [[ offline* != online ]]
3842026-06-09T04:01:59.685Z++ [[ 1 -gt 300 ]]
3852026-06-09T04:01:59.685Z++ sleep 1
3862026-06-09T04:02:00.672Z++ retry=2
3872026-06-09T04:02:00.675Z+++ svcs -Hostate baseline
3882026-06-09T04:02:00.687Z++ [[ offline* != online ]]
3892026-06-09T04:02:00.687Z++ [[ 2 -gt 300 ]]
3902026-06-09T04:02:00.687Z++ sleep 1
3912026-06-09T04:02:01.692Z++ retry=3
3922026-06-09T04:02:01.695Z+++ svcs -Hostate baseline
3932026-06-09T04:02:01.705Z++ [[ offline* != online ]]
3942026-06-09T04:02:01.705Z++ [[ 3 -gt 300 ]]
3952026-06-09T04:02:01.705Z++ sleep 1
3962026-06-09T04:02:02.708Z++ retry=4
3972026-06-09T04:02:02.712Z+++ svcs -Hostate baseline
3982026-06-09T04:02:02.755Z++ [[ offline* != online ]]
3992026-06-09T04:02:02.755Z++ [[ 4 -gt 300 ]]
4002026-06-09T04:02:02.755Z++ sleep 1
4012026-06-09T04:02:03.760Z++ retry=5
4022026-06-09T04:02:03.763Z+++ svcs -Hostate baseline
4032026-06-09T04:02:03.781Z++ [[ offline* != online ]]
4042026-06-09T04:02:03.781Z++ [[ 5 -gt 300 ]]
4052026-06-09T04:02:03.785Z++ sleep 1
4062026-06-09T04:02:04.794Z++ retry=6
4072026-06-09T04:02:04.810Z+++ svcs -Hostate baseline
4082026-06-09T04:02:04.832Z++ [[ offline* != online ]]
4092026-06-09T04:02:04.832Z++ [[ 6 -gt 300 ]]
4102026-06-09T04:02:04.832Z++ sleep 1
4112026-06-09T04:02:06.953Z++ retry=7
4122026-06-09T04:02:06.962Z+++ svcs -Hostate baseline
4132026-06-09T04:02:06.962Z++ [[ offline* != online ]]
4142026-06-09T04:02:06.962Z++ [[ 7 -gt 300 ]]
4152026-06-09T04:02:06.962Z++ sleep 1
4162026-06-09T04:02:06.962Z++ retry=8
4172026-06-09T04:02:06.962Z+++ svcs -Hostate baseline
4182026-06-09T04:02:06.962Z++ [[ offline* != online ]]
4192026-06-09T04:02:06.962Z++ [[ 8 -gt 300 ]]
4202026-06-09T04:02:06.962Z++ sleep 1
4212026-06-09T04:02:07.836Z++ retry=9
4222026-06-09T04:02:07.839Z+++ svcs -Hostate baseline
4232026-06-09T04:02:07.852Z++ [[ offline* != online ]]
4242026-06-09T04:02:07.853Z++ [[ 9 -gt 300 ]]
4252026-06-09T04:02:07.855Z++ sleep 1
4262026-06-09T04:02:08.855Z++ retry=10
4272026-06-09T04:02:08.858Z+++ svcs -Hostate baseline
4282026-06-09T04:02:08.871Z++ [[ offline* != online ]]
4292026-06-09T04:02:08.871Z++ [[ 10 -gt 300 ]]
4302026-06-09T04:02:08.871Z++ sleep 1
4312026-06-09T04:02:09.873Z++ retry=11
4322026-06-09T04:02:09.885Z+++ svcs -Hostate baseline
4332026-06-09T04:02:09.892Z++ [[ offline* != online ]]
4342026-06-09T04:02:09.892Z++ [[ 11 -gt 300 ]]
4352026-06-09T04:02:09.892Z++ sleep 1
4362026-06-09T04:02:10.891Z++ retry=12
4372026-06-09T04:02:10.896Z+++ svcs -Hostate baseline
4382026-06-09T04:02:10.917Z++ [[ offline* != online ]]
4392026-06-09T04:02:10.917Z++ [[ 12 -gt 300 ]]
4402026-06-09T04:02:10.917Z++ sleep 1
4412026-06-09T04:02:11.909Z++ retry=13
4422026-06-09T04:02:11.917Z+++ svcs -Hostate baseline
4432026-06-09T04:02:11.930Z++ [[ offline* != online ]]
4442026-06-09T04:02:11.930Z++ [[ 13 -gt 300 ]]
4452026-06-09T04:02:11.930Z++ sleep 1
4462026-06-09T04:02:12.927Z++ retry=14
4472026-06-09T04:02:12.931Z+++ svcs -Hostate baseline
4482026-06-09T04:02:12.944Z++ [[ offline* != online ]]
4492026-06-09T04:02:12.944Z++ [[ 14 -gt 300 ]]
4502026-06-09T04:02:12.944Z++ sleep 1
4512026-06-09T04:02:13.945Z++ retry=15
4522026-06-09T04:02:13.948Z+++ svcs -Hostate baseline
4532026-06-09T04:02:13.961Z++ [[ offline* != online ]]
4542026-06-09T04:02:13.961Z++ [[ 15 -gt 300 ]]
4552026-06-09T04:02:13.961Z++ sleep 1
4562026-06-09T04:02:15.219Z++ retry=16
4572026-06-09T04:02:15.275Z+++ svcs -Hostate baseline
4582026-06-09T04:02:15.275Z++ [[ offline* != online ]]
4592026-06-09T04:02:15.275Z++ [[ 16 -gt 300 ]]
4602026-06-09T04:02:15.275Z++ sleep 1
4612026-06-09T04:02:15.980Z++ retry=17
4622026-06-09T04:02:15.984Z+++ svcs -Hostate baseline
4632026-06-09T04:02:15.996Z++ [[ offline* != online ]]
4642026-06-09T04:02:15.996Z++ [[ 17 -gt 300 ]]
4652026-06-09T04:02:15.997Z++ sleep 1
4662026-06-09T04:02:17.001Z++ retry=18
4672026-06-09T04:02:17.004Z+++ svcs -Hostate baseline
4682026-06-09T04:02:17.015Z++ [[ offline* != online ]]
4692026-06-09T04:02:17.015Z++ [[ 18 -gt 300 ]]
4702026-06-09T04:02:17.015Z++ sleep 1
4712026-06-09T04:02:18.017Z++ retry=19
4722026-06-09T04:02:18.021Z+++ svcs -Hostate baseline
4732026-06-09T04:02:18.033Z++ [[ offline* != online ]]
4742026-06-09T04:02:18.033Z++ [[ 19 -gt 300 ]]
4752026-06-09T04:02:18.033Z++ sleep 1
4762026-06-09T04:02:19.037Z++ retry=20
4772026-06-09T04:02:19.041Z+++ svcs -Hostate baseline
4782026-06-09T04:02:19.052Z++ [[ offline* != online ]]
4792026-06-09T04:02:19.052Z++ [[ 20 -gt 300 ]]
4802026-06-09T04:02:19.053Z++ sleep 1
4812026-06-09T04:02:20.054Z++ retry=21
4822026-06-09T04:02:20.056Z+++ svcs -Hostate baseline
4832026-06-09T04:02:20.072Z++ [[ offline* != online ]]
4842026-06-09T04:02:20.072Z++ [[ 21 -gt 300 ]]
4852026-06-09T04:02:20.072Z++ sleep 1
4862026-06-09T04:02:21.074Z++ retry=22
4872026-06-09T04:02:21.097Z+++ svcs -Hostate baseline
4882026-06-09T04:02:21.109Z++ [[ offline* != online ]]
4892026-06-09T04:02:21.109Z++ [[ 22 -gt 300 ]]
4902026-06-09T04:02:21.110Z++ sleep 1
4912026-06-09T04:02:22.091Z++ retry=23
4922026-06-09T04:02:22.094Z+++ svcs -Hostate baseline
4932026-06-09T04:02:22.117Z++ [[ offline* != online ]]
4942026-06-09T04:02:22.117Z++ [[ 23 -gt 300 ]]
4952026-06-09T04:02:22.117Z++ sleep 1
4962026-06-09T04:02:23.110Z++ retry=24
4972026-06-09T04:02:23.114Z+++ svcs -Hostate baseline
4982026-06-09T04:02:23.127Z++ [[ offline* != online ]]
4992026-06-09T04:02:23.127Z++ [[ 24 -gt 300 ]]
5002026-06-09T04:02:23.127Z++ sleep 1
5012026-06-09T04:02:24.132Z++ retry=25
5022026-06-09T04:02:24.176Z+++ svcs -Hostate baseline
5032026-06-09T04:02:24.182Z++ [[ offline* != online ]]
5042026-06-09T04:02:24.182Z++ [[ 25 -gt 300 ]]
5052026-06-09T04:02:24.182Z++ sleep 1
5062026-06-09T04:02:25.148Z++ retry=26
5072026-06-09T04:02:25.154Z+++ svcs -Hostate baseline
5082026-06-09T04:02:25.162Z++ [[ offline* != online ]]
5092026-06-09T04:02:25.162Z++ [[ 26 -gt 300 ]]
5102026-06-09T04:02:25.162Z++ sleep 1
5112026-06-09T04:02:26.168Z++ retry=27
5122026-06-09T04:02:26.177Z+++ svcs -Hostate baseline
5132026-06-09T04:02:26.182Z++ [[ offline* != online ]]
5142026-06-09T04:02:26.182Z++ [[ 27 -gt 300 ]]
5152026-06-09T04:02:26.182Z++ sleep 1
5162026-06-09T04:02:27.182Z++ retry=28
5172026-06-09T04:02:27.187Z+++ svcs -Hostate baseline
5182026-06-09T04:02:27.199Z++ [[ offline* != online ]]
5192026-06-09T04:02:27.199Z++ [[ 28 -gt 300 ]]
5202026-06-09T04:02:27.199Z++ sleep 1
5212026-06-09T04:02:28.201Z++ retry=29
5222026-06-09T04:02:28.204Z+++ svcs -Hostate baseline
5232026-06-09T04:02:28.217Z++ [[ offline* != online ]]
5242026-06-09T04:02:28.217Z++ [[ 29 -gt 300 ]]
5252026-06-09T04:02:28.217Z++ sleep 1
5262026-06-09T04:02:29.224Z++ retry=30
5272026-06-09T04:02:29.230Z+++ svcs -Hostate baseline
5282026-06-09T04:02:29.239Z++ [[ offline* != online ]]
5292026-06-09T04:02:29.239Z++ [[ 30 -gt 300 ]]
5302026-06-09T04:02:29.239Z++ sleep 1
5312026-06-09T04:02:30.236Z++ retry=31
5322026-06-09T04:02:30.240Z+++ svcs -Hostate baseline
5332026-06-09T04:02:30.257Z++ [[ offline* != online ]]
5342026-06-09T04:02:30.258Z++ [[ 31 -gt 300 ]]
5352026-06-09T04:02:30.258Z++ sleep 1
5362026-06-09T04:02:31.255Z++ retry=32
5372026-06-09T04:02:31.258Z+++ svcs -Hostate baseline
5382026-06-09T04:02:31.271Z++ [[ offline* != online ]]
5392026-06-09T04:02:31.271Z++ [[ 32 -gt 300 ]]
5402026-06-09T04:02:31.271Z++ sleep 1
5412026-06-09T04:02:32.273Z++ retry=33
5422026-06-09T04:02:32.276Z+++ svcs -Hostate baseline
5432026-06-09T04:02:32.289Z++ [[ offline* != online ]]
5442026-06-09T04:02:32.289Z++ [[ 33 -gt 300 ]]
5452026-06-09T04:02:32.289Z++ sleep 1
5462026-06-09T04:02:33.291Z++ retry=34
5472026-06-09T04:02:33.294Z+++ svcs -Hostate baseline
5482026-06-09T04:02:33.547Z++ [[ offline* != online ]]
5492026-06-09T04:02:33.547Z++ [[ 34 -gt 300 ]]
5502026-06-09T04:02:33.547Z++ sleep 1
5512026-06-09T04:02:34.314Z++ retry=35
5522026-06-09T04:02:34.351Z+++ svcs -Hostate baseline
5532026-06-09T04:02:34.371Z++ [[ offline* != online ]]
5542026-06-09T04:02:34.371Z++ [[ 35 -gt 300 ]]
5552026-06-09T04:02:34.371Z++ sleep 1
5562026-06-09T04:02:35.403Z++ retry=36
5572026-06-09T04:02:35.403Z+++ svcs -Hostate baseline
5582026-06-09T04:02:35.403Z++ [[ offline* != online ]]
5592026-06-09T04:02:35.403Z++ [[ 36 -gt 300 ]]
5602026-06-09T04:02:35.403Z++ sleep 1
5612026-06-09T04:02:36.347Z++ retry=37
5622026-06-09T04:02:36.353Z+++ svcs -Hostate baseline
5632026-06-09T04:02:36.363Z++ [[ offline* != online ]]
5642026-06-09T04:02:36.363Z++ [[ 37 -gt 300 ]]
5652026-06-09T04:02:36.363Z++ sleep 1
5662026-06-09T04:02:37.364Z++ retry=38
5672026-06-09T04:02:37.389Z+++ svcs -Hostate baseline
5682026-06-09T04:02:37.394Z++ [[ offline* != online ]]
5692026-06-09T04:02:37.395Z++ [[ 38 -gt 300 ]]
5702026-06-09T04:02:37.395Z++ sleep 1
5712026-06-09T04:02:38.382Z++ retry=39
5722026-06-09T04:02:38.384Z+++ svcs -Hostate baseline
5732026-06-09T04:02:38.399Z++ [[ offline* != online ]]
5742026-06-09T04:02:38.399Z++ [[ 39 -gt 300 ]]
5752026-06-09T04:02:38.399Z++ sleep 1
5762026-06-09T04:02:39.402Z++ retry=40
5772026-06-09T04:02:39.404Z+++ svcs -Hostate baseline
5782026-06-09T04:02:39.416Z++ [[ offline* != online ]]
5792026-06-09T04:02:39.417Z++ [[ 40 -gt 300 ]]
5802026-06-09T04:02:39.417Z++ sleep 1
5812026-06-09T04:02:40.419Z++ retry=41
5822026-06-09T04:02:40.422Z+++ svcs -Hostate baseline
5832026-06-09T04:02:40.434Z++ [[ offline* != online ]]
5842026-06-09T04:02:40.435Z++ [[ 41 -gt 300 ]]
5852026-06-09T04:02:40.435Z++ sleep 1
5862026-06-09T04:02:41.436Z++ retry=42
5872026-06-09T04:02:41.440Z+++ svcs -Hostate baseline
5882026-06-09T04:02:41.460Z++ [[ offline* != online ]]
5892026-06-09T04:02:41.460Z++ [[ 42 -gt 300 ]]
5902026-06-09T04:02:41.460Z++ sleep 1
5912026-06-09T04:02:42.457Z++ retry=43
5922026-06-09T04:02:42.463Z+++ svcs -Hostate baseline
5932026-06-09T04:02:42.480Z++ [[ offline* != online ]]
5942026-06-09T04:02:42.480Z++ [[ 43 -gt 300 ]]
5952026-06-09T04:02:42.480Z++ sleep 1
5962026-06-09T04:02:43.475Z++ retry=44
5972026-06-09T04:02:43.478Z+++ svcs -Hostate baseline
5982026-06-09T04:02:43.490Z++ [[ offline* != online ]]
5992026-06-09T04:02:43.491Z++ [[ 44 -gt 300 ]]
6002026-06-09T04:02:43.491Z++ sleep 1
6012026-06-09T04:02:44.491Z++ retry=45
6022026-06-09T04:02:44.496Z+++ svcs -Hostate baseline
6032026-06-09T04:02:44.512Z++ [[ offline* != online ]]
6042026-06-09T04:02:44.512Z++ [[ 45 -gt 300 ]]
6052026-06-09T04:02:44.512Z++ sleep 1
6062026-06-09T04:02:45.529Z++ retry=46
6072026-06-09T04:02:45.547Z+++ svcs -Hostate baseline
6082026-06-09T04:02:45.547Z++ [[ offline* != online ]]
6092026-06-09T04:02:45.547Z++ [[ 46 -gt 300 ]]
6102026-06-09T04:02:45.547Z++ sleep 1
6112026-06-09T04:02:46.601Z++ retry=47
6122026-06-09T04:02:46.617Z+++ svcs -Hostate baseline
6132026-06-09T04:02:46.617Z++ [[ offline* != online ]]
6142026-06-09T04:02:46.617Z++ [[ 47 -gt 300 ]]
6152026-06-09T04:02:46.617Z++ sleep 1
6162026-06-09T04:02:47.990Z++ retry=48
6172026-06-09T04:02:48.063Z+++ svcs -Hostate baseline
6182026-06-09T04:02:48.063Z++ [[ offline* != online ]]
6192026-06-09T04:02:48.063Z++ [[ 48 -gt 300 ]]
6202026-06-09T04:02:48.063Z++ sleep 1
6212026-06-09T04:02:48.564Z++ retry=49
6222026-06-09T04:02:48.567Z+++ svcs -Hostate baseline
6232026-06-09T04:02:48.580Z++ [[ offline* != online ]]
6242026-06-09T04:02:48.580Z++ [[ 49 -gt 300 ]]
6252026-06-09T04:02:48.580Z++ sleep 1
6262026-06-09T04:02:49.582Z++ retry=50
6272026-06-09T04:02:49.586Z+++ svcs -Hostate baseline
6282026-06-09T04:02:49.599Z++ [[ offline* != online ]]
6292026-06-09T04:02:49.600Z++ [[ 50 -gt 300 ]]
6302026-06-09T04:02:49.600Z++ sleep 1
6312026-06-09T04:02:50.602Z++ retry=51
6322026-06-09T04:02:50.608Z+++ svcs -Hostate baseline
6332026-06-09T04:02:50.617Z++ [[ offline* != online ]]
6342026-06-09T04:02:50.617Z++ [[ 51 -gt 300 ]]
6352026-06-09T04:02:50.617Z++ sleep 1
6362026-06-09T04:02:51.628Z++ retry=52
6372026-06-09T04:02:51.636Z+++ svcs -Hostate baseline
6382026-06-09T04:02:51.648Z++ [[ offline* != online ]]
6392026-06-09T04:02:51.648Z++ [[ 52 -gt 300 ]]
6402026-06-09T04:02:51.648Z++ sleep 1
6412026-06-09T04:02:52.637Z++ retry=53
6422026-06-09T04:02:52.640Z+++ svcs -Hostate baseline
6432026-06-09T04:02:52.652Z++ [[ offline* != online ]]
6442026-06-09T04:02:52.652Z++ [[ 53 -gt 300 ]]
6452026-06-09T04:02:52.652Z++ sleep 1
6462026-06-09T04:02:54.157Z++ retry=54
6472026-06-09T04:02:54.193Z+++ svcs -Hostate baseline
6482026-06-09T04:02:54.193Z++ [[ offline* != online ]]
6492026-06-09T04:02:54.193Z++ [[ 54 -gt 300 ]]
6502026-06-09T04:02:54.193Z++ sleep 1
6512026-06-09T04:02:54.673Z++ retry=55
6522026-06-09T04:02:54.676Z+++ svcs -Hostate baseline
6532026-06-09T04:02:54.689Z++ [[ offline* != online ]]
6542026-06-09T04:02:54.689Z++ [[ 55 -gt 300 ]]
6552026-06-09T04:02:54.689Z++ sleep 1
6562026-06-09T04:02:55.691Z++ retry=56
6572026-06-09T04:02:55.694Z+++ svcs -Hostate baseline
6582026-06-09T04:02:55.708Z++ [[ offline* != online ]]
6592026-06-09T04:02:55.708Z++ [[ 56 -gt 300 ]]
6602026-06-09T04:02:55.708Z++ sleep 1
6612026-06-09T04:02:56.719Z++ retry=57
6622026-06-09T04:02:56.724Z+++ svcs -Hostate baseline
6632026-06-09T04:02:56.729Z++ [[ offline* != online ]]
6642026-06-09T04:02:56.729Z++ [[ 57 -gt 300 ]]
6652026-06-09T04:02:56.729Z++ sleep 1
6662026-06-09T04:02:57.745Z++ retry=58
6672026-06-09T04:02:57.759Z+++ svcs -Hostate baseline
6682026-06-09T04:02:57.759Z++ [[ offline* != online ]]
6692026-06-09T04:02:57.759Z++ [[ 58 -gt 300 ]]
6702026-06-09T04:02:57.759Z++ sleep 1
6712026-06-09T04:02:58.750Z++ retry=59
6722026-06-09T04:02:58.759Z+++ svcs -Hostate baseline
6732026-06-09T04:02:58.766Z++ [[ offline* != online ]]
6742026-06-09T04:02:58.767Z++ [[ 59 -gt 300 ]]
6752026-06-09T04:02:58.767Z++ sleep 1
6762026-06-09T04:02:59.778Z++ retry=60
6772026-06-09T04:02:59.816Z+++ svcs -Hostate baseline
6782026-06-09T04:02:59.816Z++ [[ offline* != online ]]
6792026-06-09T04:02:59.817Z++ [[ 60 -gt 300 ]]
6802026-06-09T04:02:59.817Z++ sleep 1
6812026-06-09T04:03:01.241Z++ retry=61
6822026-06-09T04:03:01.331Z+++ svcs -Hostate baseline
6832026-06-09T04:03:01.331Z++ [[ offline* != online ]]
6842026-06-09T04:03:01.331Z++ [[ 61 -gt 300 ]]
6852026-06-09T04:03:01.331Z++ sleep 1
6862026-06-09T04:03:01.801Z++ retry=62
6872026-06-09T04:03:01.808Z+++ svcs -Hostate baseline
6882026-06-09T04:03:01.837Z++ [[ offline* != online ]]
6892026-06-09T04:03:01.837Z++ [[ 62 -gt 300 ]]
6902026-06-09T04:03:01.837Z++ sleep 1
6912026-06-09T04:03:02.820Z++ retry=63
6922026-06-09T04:03:02.828Z+++ svcs -Hostate baseline
6932026-06-09T04:03:02.843Z++ [[ offline* != online ]]
6942026-06-09T04:03:02.843Z++ [[ 63 -gt 300 ]]
6952026-06-09T04:03:02.843Z++ sleep 1
6962026-06-09T04:03:04.012Z++ retry=64
6972026-06-09T04:03:04.110Z+++ svcs -Hostate baseline
6982026-06-09T04:03:04.110Z++ [[ offline* != online ]]
6992026-06-09T04:03:04.110Z++ [[ 64 -gt 300 ]]
7002026-06-09T04:03:04.110Z++ sleep 1
7012026-06-09T04:03:04.860Z++ retry=65
7022026-06-09T04:03:04.873Z+++ svcs -Hostate baseline
7032026-06-09T04:03:04.882Z++ [[ offline* != online ]]
7042026-06-09T04:03:04.882Z++ [[ 65 -gt 300 ]]
7052026-06-09T04:03:04.882Z++ sleep 1
7062026-06-09T04:03:05.880Z++ retry=66
7072026-06-09T04:03:05.886Z+++ svcs -Hostate baseline
7082026-06-09T04:03:05.895Z++ [[ offline* != online ]]
7092026-06-09T04:03:05.895Z++ [[ 66 -gt 300 ]]
7102026-06-09T04:03:05.895Z++ sleep 1
7112026-06-09T04:03:06.892Z++ retry=67
7122026-06-09T04:03:06.927Z+++ svcs -Hostate baseline
7132026-06-09T04:03:06.931Z++ [[ offline* != online ]]
7142026-06-09T04:03:06.931Z++ [[ 67 -gt 300 ]]
7152026-06-09T04:03:06.931Z++ sleep 1
7162026-06-09T04:03:07.910Z++ retry=68
7172026-06-09T04:03:07.915Z+++ svcs -Hostate baseline
7182026-06-09T04:03:07.928Z++ [[ offline* != online ]]
7192026-06-09T04:03:07.928Z++ [[ 68 -gt 300 ]]
7202026-06-09T04:03:07.928Z++ sleep 1
7212026-06-09T04:03:08.928Z++ retry=69
7222026-06-09T04:03:08.937Z+++ svcs -Hostate baseline
7232026-06-09T04:03:08.964Z++ [[ offline* != online ]]
7242026-06-09T04:03:08.964Z++ [[ 69 -gt 300 ]]
7252026-06-09T04:03:08.964Z++ sleep 1
7262026-06-09T04:03:09.951Z++ retry=70
7272026-06-09T04:03:09.956Z+++ svcs -Hostate baseline
7282026-06-09T04:03:09.968Z++ [[ offline* != online ]]
7292026-06-09T04:03:09.968Z++ [[ 70 -gt 300 ]]
7302026-06-09T04:03:09.968Z++ sleep 1
7312026-06-09T04:03:10.966Z++ retry=71
7322026-06-09T04:03:10.969Z+++ svcs -Hostate baseline
7332026-06-09T04:03:10.988Z++ [[ offline* != online ]]
7342026-06-09T04:03:10.988Z++ [[ 71 -gt 300 ]]
7352026-06-09T04:03:10.988Z++ sleep 1
7362026-06-09T04:03:11.996Z++ retry=72
7372026-06-09T04:03:12.002Z+++ svcs -Hostate baseline
7382026-06-09T04:03:12.011Z++ [[ offline* != online ]]
7392026-06-09T04:03:12.011Z++ [[ 72 -gt 300 ]]
7402026-06-09T04:03:12.011Z++ sleep 1
7412026-06-09T04:03:13.347Z++ retry=73
7422026-06-09T04:03:13.397Z+++ svcs -Hostate baseline
7432026-06-09T04:03:13.397Z++ [[ offline* != online ]]
7442026-06-09T04:03:13.397Z++ [[ 73 -gt 300 ]]
7452026-06-09T04:03:13.397Z++ sleep 1
7462026-06-09T04:03:15.108Z++ retry=74
7472026-06-09T04:03:15.214Z+++ svcs -Hostate baseline
7482026-06-09T04:03:15.214Z++ [[ offline* != online ]]
7492026-06-09T04:03:15.214Z++ [[ 74 -gt 300 ]]
7502026-06-09T04:03:15.214Z++ sleep 1
7512026-06-09T04:03:15.215Z++ retry=75
7522026-06-09T04:03:15.215Z+++ svcs -Hostate baseline
7532026-06-09T04:03:15.215Z++ [[ offline* != online ]]
7542026-06-09T04:03:15.215Z++ [[ 75 -gt 300 ]]
7552026-06-09T04:03:15.215Z++ sleep 1
7562026-06-09T04:03:16.141Z++ retry=76
7572026-06-09T04:03:16.146Z+++ svcs -Hostate baseline
7582026-06-09T04:03:16.146Z++ [[ offline* != online ]]
7592026-06-09T04:03:16.146Z++ [[ 76 -gt 300 ]]
7602026-06-09T04:03:16.146Z++ sleep 1
7612026-06-09T04:03:17.091Z++ retry=77
7622026-06-09T04:03:17.126Z+++ svcs -Hostate baseline
7632026-06-09T04:03:17.126Z++ [[ offline* != online ]]
7642026-06-09T04:03:17.126Z++ [[ 77 -gt 300 ]]
7652026-06-09T04:03:17.126Z++ sleep 1
7662026-06-09T04:03:18.106Z++ retry=78
7672026-06-09T04:03:18.127Z+++ svcs -Hostate baseline
7682026-06-09T04:03:18.127Z++ [[ offline* != online ]]
7692026-06-09T04:03:18.127Z++ [[ 78 -gt 300 ]]
7702026-06-09T04:03:18.127Z++ sleep 1
7712026-06-09T04:03:19.145Z++ retry=79
7722026-06-09T04:03:19.166Z+++ svcs -Hostate baseline
7732026-06-09T04:03:19.166Z++ [[ offline* != online ]]
7742026-06-09T04:03:19.166Z++ [[ 79 -gt 300 ]]
7752026-06-09T04:03:19.166Z++ sleep 1
7762026-06-09T04:03:20.173Z++ retry=80
7772026-06-09T04:03:20.216Z+++ svcs -Hostate baseline
7782026-06-09T04:03:20.216Z++ [[ offline* != online ]]
7792026-06-09T04:03:20.216Z++ [[ 80 -gt 300 ]]
7802026-06-09T04:03:20.216Z++ sleep 1
7812026-06-09T04:03:21.164Z++ retry=81
7822026-06-09T04:03:21.175Z+++ svcs -Hostate baseline
7832026-06-09T04:03:21.175Z++ [[ offline* != online ]]
7842026-06-09T04:03:21.175Z++ [[ 81 -gt 300 ]]
7852026-06-09T04:03:21.175Z++ sleep 1
7862026-06-09T04:03:22.181Z++ retry=82
7872026-06-09T04:03:22.193Z+++ svcs -Hostate baseline
7882026-06-09T04:03:22.193Z++ [[ offline* != online ]]
7892026-06-09T04:03:22.193Z++ [[ 82 -gt 300 ]]
7902026-06-09T04:03:22.193Z++ sleep 1
7912026-06-09T04:03:23.239Z++ retry=83
7922026-06-09T04:03:23.276Z+++ svcs -Hostate baseline
7932026-06-09T04:03:23.277Z++ [[ offline* != online ]]
7942026-06-09T04:03:23.277Z++ [[ 83 -gt 300 ]]
7952026-06-09T04:03:23.277Z++ sleep 1
7962026-06-09T04:03:24.318Z++ retry=84
7972026-06-09T04:03:24.361Z+++ svcs -Hostate baseline
7982026-06-09T04:03:24.361Z++ [[ offline* != online ]]
7992026-06-09T04:03:24.361Z++ [[ 84 -gt 300 ]]
8002026-06-09T04:03:24.362Z++ sleep 1
8012026-06-09T04:03:25.794Z++ retry=85
8022026-06-09T04:03:25.859Z+++ svcs -Hostate baseline
8032026-06-09T04:03:25.859Z++ [[ offline* != online ]]
8042026-06-09T04:03:25.859Z++ [[ 85 -gt 300 ]]
8052026-06-09T04:03:25.859Z++ sleep 1
8062026-06-09T04:03:26.247Z++ retry=86
8072026-06-09T04:03:26.253Z+++ svcs -Hostate baseline
8082026-06-09T04:03:26.273Z++ [[ offline* != online ]]
8092026-06-09T04:03:26.273Z++ [[ 86 -gt 300 ]]
8102026-06-09T04:03:26.273Z++ sleep 1
8112026-06-09T04:03:27.302Z++ retry=87
8122026-06-09T04:03:27.373Z+++ svcs -Hostate baseline
8132026-06-09T04:03:27.373Z++ [[ offline* != online ]]
8142026-06-09T04:03:27.373Z++ [[ 87 -gt 300 ]]
8152026-06-09T04:03:27.373Z++ sleep 1
8162026-06-09T04:03:28.555Z++ retry=88
8172026-06-09T04:03:28.600Z+++ svcs -Hostate baseline
8182026-06-09T04:03:28.600Z++ [[ offline* != online ]]
8192026-06-09T04:03:28.600Z++ [[ 88 -gt 300 ]]
8202026-06-09T04:03:28.600Z++ sleep 1
8212026-06-09T04:03:29.294Z++ retry=89
8222026-06-09T04:03:29.307Z+++ svcs -Hostate baseline
8232026-06-09T04:03:29.310Z++ [[ offline* != online ]]
8242026-06-09T04:03:29.310Z++ [[ 89 -gt 300 ]]
8252026-06-09T04:03:29.310Z++ sleep 1
8262026-06-09T04:03:30.324Z++ retry=90
8272026-06-09T04:03:30.344Z+++ svcs -Hostate baseline
8282026-06-09T04:03:30.344Z++ [[ offline* != online ]]
8292026-06-09T04:03:30.344Z++ [[ 90 -gt 300 ]]
8302026-06-09T04:03:30.344Z++ sleep 1
8312026-06-09T04:03:31.355Z++ retry=91
8322026-06-09T04:03:31.373Z+++ svcs -Hostate baseline
8332026-06-09T04:03:31.373Z++ [[ offline* != online ]]
8342026-06-09T04:03:31.373Z++ [[ 91 -gt 300 ]]
8352026-06-09T04:03:31.373Z++ sleep 1
8362026-06-09T04:03:32.365Z++ retry=92
8372026-06-09T04:03:32.388Z+++ svcs -Hostate baseline
8382026-06-09T04:03:32.388Z++ [[ offline* != online ]]
8392026-06-09T04:03:32.388Z++ [[ 92 -gt 300 ]]
8402026-06-09T04:03:32.388Z++ sleep 1
8412026-06-09T04:03:33.369Z++ retry=93
8422026-06-09T04:03:33.423Z+++ svcs -Hostate baseline
8432026-06-09T04:03:33.465Z++ [[ offline* != online ]]
8442026-06-09T04:03:33.466Z++ [[ 93 -gt 300 ]]
8452026-06-09T04:03:33.466Z++ sleep 1
8462026-06-09T04:03:35.297Z++ retry=94
8472026-06-09T04:03:35.367Z+++ svcs -Hostate baseline
8482026-06-09T04:03:35.367Z++ [[ offline* != online ]]
8492026-06-09T04:03:35.367Z++ [[ 94 -gt 300 ]]
8502026-06-09T04:03:35.367Z++ sleep 1
8512026-06-09T04:03:35.433Z++ retry=95
8522026-06-09T04:03:35.475Z+++ svcs -Hostate baseline
8532026-06-09T04:03:35.475Z++ [[ offline* != online ]]
8542026-06-09T04:03:35.475Z++ [[ 95 -gt 300 ]]
8552026-06-09T04:03:35.475Z++ sleep 1
8562026-06-09T04:03:36.442Z++ retry=96
8572026-06-09T04:03:36.451Z+++ svcs -Hostate baseline
8582026-06-09T04:03:36.451Z++ [[ offline* != online ]]
8592026-06-09T04:03:36.451Z++ [[ 96 -gt 300 ]]
8602026-06-09T04:03:36.451Z++ sleep 1
8612026-06-09T04:03:37.436Z++ retry=97
8622026-06-09T04:03:37.438Z+++ svcs -Hostate baseline
8632026-06-09T04:03:37.454Z++ [[ offline* != online ]]
8642026-06-09T04:03:37.454Z++ [[ 97 -gt 300 ]]
8652026-06-09T04:03:37.454Z++ sleep 1
8662026-06-09T04:03:38.453Z++ retry=98
8672026-06-09T04:03:38.457Z+++ svcs -Hostate baseline
8682026-06-09T04:03:38.468Z++ [[ offline* != online ]]
8692026-06-09T04:03:38.468Z++ [[ 98 -gt 300 ]]
8702026-06-09T04:03:38.468Z++ sleep 1
8712026-06-09T04:03:39.474Z++ retry=99
8722026-06-09T04:03:39.483Z+++ svcs -Hostate baseline
8732026-06-09T04:03:39.488Z++ [[ offline* != online ]]
8742026-06-09T04:03:39.488Z++ [[ 99 -gt 300 ]]
8752026-06-09T04:03:39.488Z++ sleep 1
8762026-06-09T04:03:40.533Z++ retry=100
8772026-06-09T04:03:40.560Z+++ svcs -Hostate baseline
8782026-06-09T04:03:40.560Z++ [[ offline* != online ]]
8792026-06-09T04:03:40.560Z++ [[ 100 -gt 300 ]]
8802026-06-09T04:03:40.560Z++ sleep 1
8812026-06-09T04:03:41.540Z++ retry=101
8822026-06-09T04:03:41.579Z+++ svcs -Hostate baseline
8832026-06-09T04:03:41.579Z++ [[ offline* != online ]]
8842026-06-09T04:03:41.579Z++ [[ 101 -gt 300 ]]
8852026-06-09T04:03:41.579Z++ sleep 1
8862026-06-09T04:03:42.548Z++ retry=102
8872026-06-09T04:03:42.580Z+++ svcs -Hostate baseline
8882026-06-09T04:03:42.580Z++ [[ offline* != online ]]
8892026-06-09T04:03:42.580Z++ [[ 102 -gt 300 ]]
8902026-06-09T04:03:42.580Z++ sleep 1
8912026-06-09T04:03:43.555Z++ retry=103
8922026-06-09T04:03:43.565Z+++ svcs -Hostate baseline
8932026-06-09T04:03:43.565Z++ [[ offline* != online ]]
8942026-06-09T04:03:43.565Z++ [[ 103 -gt 300 ]]
8952026-06-09T04:03:43.566Z++ sleep 1
8962026-06-09T04:03:44.558Z++ retry=104
8972026-06-09T04:03:44.599Z+++ svcs -Hostate baseline
8982026-06-09T04:03:44.630Z++ [[ offline* != online ]]
8992026-06-09T04:03:44.631Z++ [[ 104 -gt 300 ]]
9002026-06-09T04:03:44.631Z++ sleep 1
9012026-06-09T04:03:46.247Z++ retry=105
9022026-06-09T04:03:46.309Z+++ svcs -Hostate baseline
9032026-06-09T04:03:46.309Z++ [[ offline* != online ]]
9042026-06-09T04:03:46.309Z++ [[ 105 -gt 300 ]]
9052026-06-09T04:03:46.309Z++ sleep 1
9062026-06-09T04:03:46.594Z++ retry=106
9072026-06-09T04:03:46.600Z+++ svcs -Hostate baseline
9082026-06-09T04:03:46.609Z++ [[ offline* != online ]]
9092026-06-09T04:03:46.609Z++ [[ 106 -gt 300 ]]
9102026-06-09T04:03:46.609Z++ sleep 1
9112026-06-09T04:03:47.614Z++ retry=107
9122026-06-09T04:03:47.619Z+++ svcs -Hostate baseline
9132026-06-09T04:03:47.631Z++ [[ offline* != online ]]
9142026-06-09T04:03:47.631Z++ [[ 107 -gt 300 ]]
9152026-06-09T04:03:47.631Z++ sleep 1
9162026-06-09T04:03:48.639Z++ retry=108
9172026-06-09T04:03:48.646Z+++ svcs -Hostate baseline
9182026-06-09T04:03:48.656Z++ [[ offline* != online ]]
9192026-06-09T04:03:48.656Z++ [[ 108 -gt 300 ]]
9202026-06-09T04:03:48.656Z++ sleep 1
9212026-06-09T04:03:49.648Z++ retry=109
9222026-06-09T04:03:49.662Z+++ svcs -Hostate baseline
9232026-06-09T04:03:49.684Z++ [[ offline* != online ]]
9242026-06-09T04:03:49.684Z++ [[ 109 -gt 300 ]]
9252026-06-09T04:03:49.684Z++ sleep 1
9262026-06-09T04:03:50.667Z++ retry=110
9272026-06-09T04:03:50.674Z+++ svcs -Hostate baseline
9282026-06-09T04:03:50.682Z++ [[ offline* != online ]]
9292026-06-09T04:03:50.682Z++ [[ 110 -gt 300 ]]
9302026-06-09T04:03:50.682Z++ sleep 1
9312026-06-09T04:03:51.690Z++ retry=111
9322026-06-09T04:03:51.696Z+++ svcs -Hostate baseline
9332026-06-09T04:03:51.706Z++ [[ offline* != online ]]
9342026-06-09T04:03:51.706Z++ [[ 111 -gt 300 ]]
9352026-06-09T04:03:51.707Z++ sleep 1
9362026-06-09T04:03:52.699Z++ retry=112
9372026-06-09T04:03:52.703Z+++ svcs -Hostate baseline
9382026-06-09T04:03:52.726Z++ [[ offline* != online ]]
9392026-06-09T04:03:52.726Z++ [[ 112 -gt 300 ]]
9402026-06-09T04:03:52.726Z++ sleep 1
9412026-06-09T04:03:53.720Z++ retry=113
9422026-06-09T04:03:53.725Z+++ svcs -Hostate baseline
9432026-06-09T04:03:53.739Z++ [[ online != online ]]
9442026-06-09T04:03:53.740Z++ set -o errexit
9452026-06-09T04:03:53.755Z++ set -o pipefail
9462026-06-09T04:03:53.755Z++ banner build
9472026-06-09T04:03:53.755Z
9482026-06-09T04:03:53.755Z ##### # # # # #####
9492026-06-09T04:03:53.755Z # # # # # # # #
9502026-06-09T04:03:53.755Z ##### # # # # # #
9512026-06-09T04:03:53.755Z # # # # # # # #
9522026-06-09T04:03:53.755Z # # # # # # # #
9532026-06-09T04:03:53.755Z ##### #### # ###### #####
9542026-06-09T04:03:53.755Z
9552026-06-09T04:03:53.755Z++ cargo build --release --bin ddmd --bin ddmadm
9562026-06-09T04:03:53.755Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9572026-06-09T04:03:53.974Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9582026-06-09T04:03:53.998Zinfo: downloading 6 components
9592026-06-09T04:04:10.331Z Updating git repository `https://github.com/oxidecomputer/falcon`
9602026-06-09T04:04:10.531ZFrom https://github.com/oxidecomputer/falcon
9612026-06-09T04:04:10.531Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9622026-06-09T04:04:10.531Z Updating crates.io index
9632026-06-09T04:04:10.531Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9642026-06-09T04:04:11.527ZFrom https://github.com/oxidecomputer/dendrite
9652026-06-09T04:04:11.527Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9662026-06-09T04:04:11.735Z Updating git repository `https://github.com/oxidecomputer/ispf`
9672026-06-09T04:04:15.159ZFrom https://github.com/oxidecomputer/ispf
9682026-06-09T04:04:15.160Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9692026-06-09T04:04:15.160Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9702026-06-09T04:04:15.160ZFrom https://github.com/oxidecomputer/netadm-sys
9712026-06-09T04:04:15.160Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9722026-06-09T04:04:15.160Z Updating git repository `https://github.com/oxidecomputer/omicron`
9732026-06-09T04:04:19.782ZFrom https://github.com/oxidecomputer/omicron
9742026-06-09T04:04:19.782Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9752026-06-09T04:04:20.191Z Updating git repository `https://github.com/oxidecomputer/opte`
9762026-06-09T04:04:20.810ZFrom https://github.com/oxidecomputer/opte
9772026-06-09T04:04:20.810Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9782026-06-09T04:04:21.254Z Updating git repository `https://github.com/illumos/smf-rs`
9792026-06-09T04:04:21.502ZFrom https://github.com/illumos/smf-rs
9802026-06-09T04:04:21.502Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9812026-06-09T04:04:21.811Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9822026-06-09T04:04:22.013ZFrom https://github.com/oxidecomputer/network-interface
9832026-06-09T04:04:22.017Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9842026-06-09T04:04:22.021Z Updating git repository `https://github.com/oxidecomputer/zone`
9852026-06-09T04:04:22.472ZFrom https://github.com/oxidecomputer/zone
9862026-06-09T04:04:22.472Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9872026-06-09T04:04:24.824Z Updating git repository `https://github.com/oxidecomputer/propolis`
9882026-06-09T04:04:24.838ZFrom https://github.com/oxidecomputer/propolis
9892026-06-09T04:04:24.838Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9902026-06-09T04:04:24.838Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9912026-06-09T04:04:24.838ZFrom https://github.com/oxidecomputer/transceiver-control
9922026-06-09T04:04:24.838Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9932026-06-09T04:04:24.838Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9942026-06-09T04:04:24.838ZFrom https://github.com/oxidecomputer/dlpi-sys
9952026-06-09T04:04:24.838Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9962026-06-09T04:04:24.838Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9972026-06-09T04:04:24.838ZFrom https://github.com/jmesmon/rust-libzfs
9982026-06-09T04:04:24.838Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9992026-06-09T04:04:24.838Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
10002026-06-09T04:04:24.838ZFrom https://github.com/oxidecomputer/rusty-doors
10012026-06-09T04:04:24.838Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
10022026-06-09T04:04:24.838Z Updating git repository `https://github.com/oxidecomputer/lldp`
10032026-06-09T04:04:25.097ZFrom https://github.com/oxidecomputer/lldp
10042026-06-09T04:04:25.098Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
10052026-06-09T04:04:25.169Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
10062026-06-09T04:04:25.491ZFrom https://github.com/oxidecomputer/slog-error-chain
10072026-06-09T04:04:25.491Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
10082026-06-09T04:04:25.502Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
10092026-06-09T04:04:25.733ZFrom https://github.com/oxidecomputer/tufaceous
10102026-06-09T04:04:25.733Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
10112026-06-09T04:04:25.974Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10122026-06-09T04:04:26.438ZFrom https://github.com/oxidecomputer/management-gateway-service
10132026-06-09T04:04:26.438Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
10142026-06-09T04:04:26.595Z Updating git repository `https://github.com/oxidecomputer/crucible`
10152026-06-09T04:04:27.396ZFrom https://github.com/oxidecomputer/crucible
10162026-06-09T04:04:27.396Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10172026-06-09T04:04:28.282Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10182026-06-09T04:04:28.549ZFrom https://github.com/oxidecomputer/serde_human_bytes
10192026-06-09T04:04:28.549Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10202026-06-09T04:04:28.828Z Updating git repository `https://github.com/oxidecomputer/propolis`
10212026-06-09T04:04:29.186ZFrom https://github.com/oxidecomputer/propolis
10222026-06-09T04:04:29.186Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10232026-06-09T04:04:29.456Z Updating git repository `https://github.com/oxidecomputer/crucible`
10242026-06-09T04:04:30.029ZFrom https://github.com/oxidecomputer/crucible
10252026-06-09T04:04:30.029Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10262026-06-09T04:04:30.078Z Updating git repository `https://github.com/oxidecomputer/tofino`
10272026-06-09T04:04:30.395ZFrom https://github.com/oxidecomputer/tofino
10282026-06-09T04:04:30.395Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10292026-06-09T04:04:30.417Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10302026-06-09T04:04:31.116ZFrom https://github.com/oxidecomputer/maghemite
10312026-06-09T04:04:31.116Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10322026-06-09T04:04:31.148Z Updating git repository `https://github.com/oxidecomputer/clickward`
10332026-06-09T04:04:31.542ZFrom https://github.com/oxidecomputer/clickward
10342026-06-09T04:04:31.542Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10352026-06-09T04:04:31.748Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10362026-06-09T04:04:32.024ZFrom https://github.com/oxidecomputer/illumos-devinfo
10372026-06-09T04:04:32.024Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10382026-06-09T04:04:33.023Z Downloading crates ...
10392026-06-09T04:04:33.103Z Downloaded atomic-waker v1.1.2
10402026-06-09T04:04:33.110Z Downloaded crucible-workspace-hack v0.1.0
10412026-06-09T04:04:33.114Z Downloaded dof v0.4.0
10422026-06-09T04:04:33.114Z Downloaded crc8 v0.1.1
10432026-06-09T04:04:33.117Z Downloaded chacha20 v0.9.1
10442026-06-09T04:04:33.117Z Downloaded arc-swap v1.9.1
10452026-06-09T04:04:33.121Z Downloaded dof v0.3.0
10462026-06-09T04:04:33.124Z Downloaded convert_case v0.4.0
10472026-06-09T04:04:33.125Z Downloaded cipher v0.4.4
10482026-06-09T04:04:33.129Z Downloaded console v0.15.11
10492026-06-09T04:04:33.129Z Downloaded clap_lex v1.1.0
10502026-06-09T04:04:33.133Z Downloaded ciborium v0.2.2
10512026-06-09T04:04:33.136Z Downloaded drift v0.2.0
10522026-06-09T04:04:33.142Z Downloaded heck v0.4.1
10532026-06-09T04:04:33.145Z Downloaded darling_core v0.21.3
10542026-06-09T04:04:33.148Z Downloaded crypto-bigint v0.5.5
10552026-06-09T04:04:33.151Z Downloaded dropshot-api-manager-types v0.7.2
10562026-06-09T04:04:33.155Z Downloaded dropshot-api-manager v0.7.2
10572026-06-09T04:04:33.158Z Downloaded defmt-parser v1.0.0
10582026-06-09T04:04:33.161Z Downloaded csv-core v0.1.13
10592026-06-09T04:04:33.161Z Downloaded aho-corasick v1.1.4
10602026-06-09T04:04:33.165Z Downloaded futures-macro v0.3.32
10612026-06-09T04:04:33.169Z Downloaded glob v0.3.3
10622026-06-09T04:04:33.172Z Downloaded either v1.16.0
10632026-06-09T04:04:33.172Z Downloaded form_urlencoded v1.2.2
10642026-06-09T04:04:33.175Z Downloaded colorchoice v1.0.5
10652026-06-09T04:04:33.175Z Downloaded crc32fast v1.5.0
10662026-06-09T04:04:33.179Z Downloaded foreign-types-macros v0.2.3
10672026-06-09T04:04:33.183Z Downloaded errno v0.3.14
10682026-06-09T04:04:33.183Z Downloaded hash32 v0.3.1
10692026-06-09T04:04:33.186Z Downloaded futures-core v0.3.32
10702026-06-09T04:04:33.186Z Downloaded derive-ex v0.1.8
10712026-06-09T04:04:33.191Z Downloaded camino-tempfile v1.4.1
10722026-06-09T04:04:33.191Z Downloaded displaydoc v0.2.6
10732026-06-09T04:04:33.195Z Downloaded generic-array v0.14.7
10742026-06-09T04:04:33.195Z Downloaded fxhash v0.2.1
10752026-06-09T04:04:33.199Z Downloaded backoff v0.4.0
10762026-06-09T04:04:33.199Z Downloaded hex v0.4.3
10772026-06-09T04:04:33.203Z Downloaded enum-as-inner v0.6.1
10782026-06-09T04:04:33.203Z Downloaded gethostname v0.5.0
10792026-06-09T04:04:33.203Z Downloaded defmt v0.3.100
10802026-06-09T04:04:33.206Z Downloaded heck v0.5.0
10812026-06-09T04:04:33.207Z Downloaded block-buffer v0.10.4
10822026-06-09T04:04:33.210Z Downloaded futures-io v0.3.32
10832026-06-09T04:04:33.211Z Downloaded float-ord v0.3.2
10842026-06-09T04:04:33.214Z Downloaded dtrace-parser v0.2.0
10852026-06-09T04:04:33.214Z Downloaded embedded-io v0.4.0
10862026-06-09T04:04:33.217Z Downloaded crypto-common v0.2.2
10872026-06-09T04:04:33.217Z Downloaded foreign-types-shared v0.3.1
10882026-06-09T04:04:33.221Z Downloaded equivalent v1.0.2
10892026-06-09T04:04:33.221Z Downloaded darling_macro v0.23.0
10902026-06-09T04:04:33.224Z Downloaded hubpack v0.1.2
10912026-06-09T04:04:33.225Z Downloaded cstr-argument v0.1.2
10922026-06-09T04:04:33.231Z Downloaded git-stub v1.0.0
10932026-06-09T04:04:33.231Z Downloaded hostname v0.3.1
10942026-06-09T04:04:33.235Z Downloaded compression-core v0.4.32
10952026-06-09T04:04:33.235Z Downloaded curve25519-dalek-derive v0.1.1
10962026-06-09T04:04:33.235Z Downloaded foldhash v0.1.5
10972026-06-09T04:04:33.235Z Downloaded fixedbitset v0.5.7
10982026-06-09T04:04:33.238Z Downloaded foreign-types v0.5.0
10992026-06-09T04:04:33.239Z Downloaded http-body v1.0.1
11002026-06-09T04:04:33.242Z Downloaded ciborium-io v0.2.2
11012026-06-09T04:04:33.242Z Downloaded cfg-if v1.0.4
11022026-06-09T04:04:33.245Z Downloaded futures-sink v0.3.32
11032026-06-09T04:04:33.245Z Downloaded ident_case v1.0.1
11042026-06-09T04:04:33.249Z Downloaded foreign-types v0.3.2
11052026-06-09T04:04:33.249Z Downloaded fnv v1.0.7
11062026-06-09T04:04:33.249Z Downloaded hubpack_derive v0.1.1
11072026-06-09T04:04:33.252Z Downloaded ciborium-ll v0.2.2
11082026-06-09T04:04:33.252Z Downloaded fixedbitset v0.4.2
11092026-06-09T04:04:33.257Z Downloaded idna_adapter v1.2.2
11102026-06-09T04:04:33.257Z Downloaded anstyle-query v1.1.5
11112026-06-09T04:04:33.262Z Downloaded base16ct v1.0.0
11122026-06-09T04:04:33.262Z Downloaded indent_write v2.2.0
11132026-06-09T04:04:33.262Z Downloaded dtrace-parser v0.3.0
11142026-06-09T04:04:33.266Z Downloaded base16ct v0.2.0
11152026-06-09T04:04:33.266Z Downloaded futures v0.3.32
11162026-06-09T04:04:33.272Z Downloaded group v0.13.0
11172026-06-09T04:04:33.272Z Downloaded hostname v0.4.2
11182026-06-09T04:04:33.277Z Downloaded adler2 v2.0.1
11192026-06-09T04:04:33.278Z Downloaded git-stub-vcs v0.1.0
11202026-06-09T04:04:33.278Z Downloaded fs-err v3.3.0
11212026-06-09T04:04:33.281Z Downloaded httpdate v1.0.3
11222026-06-09T04:04:33.281Z Downloaded bit-set v0.8.0
11232026-06-09T04:04:33.281Z Downloaded async-stream-impl v0.3.6
11242026-06-09T04:04:33.285Z Downloaded foreign-types-shared v0.1.1
11252026-06-09T04:04:33.285Z Downloaded debug-ignore v1.0.5
11262026-06-09T04:04:33.285Z Downloaded daft-derive v0.1.7
11272026-06-09T04:04:33.289Z Downloaded const-random-macro v0.1.16
11282026-06-09T04:04:33.293Z Downloaded argon2 v0.5.3
11292026-06-09T04:04:33.293Z Downloaded crossbeam-deque v0.8.6
11302026-06-09T04:04:33.296Z Downloaded is_ci v1.2.0
11312026-06-09T04:04:33.296Z Downloaded mime v0.3.17
11322026-06-09T04:04:33.300Z Downloaded futures-task v0.3.32
11332026-06-09T04:04:33.300Z Downloaded inout v0.1.4
11342026-06-09T04:04:33.303Z Downloaded foldhash v0.2.0
11352026-06-09T04:04:33.303Z Downloaded dunce v1.0.5
11362026-06-09T04:04:33.305Z Downloaded bcs v0.1.6
11372026-06-09T04:04:33.306Z Downloaded digest v0.11.3
11382026-06-09T04:04:33.309Z Downloaded itoa v1.0.18
11392026-06-09T04:04:33.312Z Downloaded cpufeatures v0.3.0
11402026-06-09T04:04:33.313Z Downloaded konst_macro_rules v0.2.19
11412026-06-09T04:04:33.318Z Downloaded http-body-util v0.1.3
11422026-06-09T04:04:33.318Z Downloaded anstyle-parse v1.0.0
11432026-06-09T04:04:33.321Z Downloaded linked-hash-map v0.5.6
11442026-06-09T04:04:33.321Z Downloaded darling_macro v0.21.3
11452026-06-09T04:04:33.322Z Downloaded bs58 v0.5.1
11462026-06-09T04:04:33.325Z Downloaded critical-section v1.2.0
11472026-06-09T04:04:33.325Z Downloaded byteorder v1.5.0
11482026-06-09T04:04:33.329Z Downloaded fastrand v2.4.1
11492026-06-09T04:04:33.329Z Downloaded data-encoding v2.11.0
11502026-06-09T04:04:33.333Z Downloaded bitflags v1.3.2
11512026-06-09T04:04:33.333Z Downloaded daft v0.1.7
11522026-06-09T04:04:33.336Z Downloaded libscf-sys v1.2.0
11532026-06-09T04:04:33.336Z Downloaded anstream v1.0.0
11542026-06-09T04:04:33.339Z Downloaded lru-cache v0.1.2
11552026-06-09T04:04:33.340Z Downloaded bit-vec v0.8.0
11562026-06-09T04:04:33.343Z Downloaded newtype-uuid-macros v0.1.0
11572026-06-09T04:04:33.343Z Downloaded memoffset v0.9.1
11582026-06-09T04:04:33.346Z Downloaded highway v1.3.0
11592026-06-09T04:04:33.346Z Downloaded ff v0.13.1
11602026-06-09T04:04:33.349Z Downloaded anyhow v1.0.102
11612026-06-09T04:04:33.353Z Downloaded hmac v0.12.1
11622026-06-09T04:04:33.353Z Downloaded instant v0.1.13
11632026-06-09T04:04:33.356Z Downloaded ingot v0.1.1
11642026-06-09T04:04:33.356Z Downloaded num-conv v0.2.2
11652026-06-09T04:04:33.360Z Downloaded lazy_static v1.5.0
11662026-06-09T04:04:33.360Z Downloaded memmap v0.7.0
11672026-06-09T04:04:33.364Z Downloaded managed v0.8.0
11682026-06-09T04:04:33.364Z Downloaded find-msvc-tools v0.1.9
11692026-06-09T04:04:33.364Z Downloaded ipnet v2.12.0
11702026-06-09T04:04:33.366Z Downloaded hybrid-array v0.4.12
11712026-06-09T04:04:33.370Z Downloaded num v0.4.3
11722026-06-09T04:04:33.371Z Downloaded num-iter v0.1.45
11732026-06-09T04:04:33.374Z Downloaded omicron-workspace-hack v0.1.0
11742026-06-09T04:04:33.374Z Downloaded lru-slab v0.1.2
11752026-06-09T04:04:33.374Z Downloaded no-std-compat v0.4.1
11762026-06-09T04:04:33.377Z Downloaded newtype_derive v0.1.6
11772026-06-09T04:04:33.377Z Downloaded httparse v1.10.1
11782026-06-09T04:04:33.381Z Downloaded const_format_proc_macros v0.2.34
11792026-06-09T04:04:33.381Z Downloaded darling v0.21.3
11802026-06-09T04:04:33.386Z Downloaded darling_core v0.23.0
11812026-06-09T04:04:33.389Z Downloaded hyper-rustls v0.27.9
11822026-06-09T04:04:33.389Z Downloaded newline-converter v0.3.0
11832026-06-09T04:04:33.393Z Downloaded keccak v0.1.6
11842026-06-09T04:04:33.393Z Downloaded openssl-macros v0.1.1
11852026-06-09T04:04:33.393Z Downloaded opaque-debug v0.3.1
11862026-06-09T04:04:33.397Z Downloaded iana-time-zone v0.1.65
11872026-06-09T04:04:33.397Z Downloaded humantime v2.3.0
11882026-06-09T04:04:33.401Z Downloaded cancel-safe-futures v0.1.5
11892026-06-09T04:04:33.401Z Downloaded openssl-probe v0.2.1
11902026-06-09T04:04:33.405Z Downloaded defmt-macros v1.1.0
11912026-06-09T04:04:33.405Z Downloaded multer v3.1.0
11922026-06-09T04:04:33.411Z Downloaded bitflags v2.12.1
11932026-06-09T04:04:33.467Z Downloaded darling v0.23.0
11942026-06-09T04:04:33.467Z Downloaded parse-display v0.10.0
11952026-06-09T04:04:33.467Z Downloaded natord v1.0.9
11962026-06-09T04:04:33.479Z Downloaded linear-map v1.2.0
11972026-06-09T04:04:33.479Z Downloaded libsw v3.5.0
11982026-06-09T04:04:33.479Z Downloaded olpc-cjson v0.1.4
11992026-06-09T04:04:33.479Z Downloaded lock_api v0.4.14
12002026-06-09T04:04:33.479Z Downloaded derive_more v0.99.20
12012026-06-09T04:04:33.479Z Downloaded num-rational v0.4.2
12022026-06-09T04:04:33.479Z Downloaded num-complex v0.4.6
12032026-06-09T04:04:33.479Z Downloaded ingot-macros v0.1.1
12042026-06-09T04:04:33.479Z Downloaded powerfmt v0.2.0
12052026-06-09T04:04:33.479Z Downloaded percent-encoding v2.3.2
12062026-06-09T04:04:33.479Z Downloaded proc-macro-error-attr2 v2.0.0
12072026-06-09T04:04:33.479Z Downloaded num-derive v0.4.2
12082026-06-09T04:04:33.479Z Downloaded icu_provider v2.2.0
12092026-06-09T04:04:33.479Z Downloaded newtype-uuid v1.3.2
12102026-06-09T04:04:33.479Z Downloaded half v2.7.1
12112026-06-09T04:04:33.479Z Downloaded getrandom v0.3.4
12122026-06-09T04:04:33.479Z Downloaded futures-channel v0.3.32
12132026-06-09T04:04:33.479Z Downloaded proc-macro-crate v1.3.1
12142026-06-09T04:04:33.479Z Downloaded derive-where v1.6.1
12152026-06-09T04:04:33.479Z Downloaded num_enum v0.5.11
12162026-06-09T04:04:33.479Z Downloaded num_enum v0.7.6
12172026-06-09T04:04:33.479Z Downloaded ingot-types v0.1.2
12182026-06-09T04:04:33.479Z Downloaded proc-macro-error-attr v1.0.4
12192026-06-09T04:04:33.479Z Downloaded jobserver v0.1.34
12202026-06-09T04:04:33.479Z Downloaded oxnet v0.1.6
12212026-06-09T04:04:33.479Z Downloaded ipnetwork v0.21.1
12222026-06-09T04:04:33.479Z Downloaded async-trait v0.1.89
12232026-06-09T04:04:33.479Z Downloaded progenitor-macro v0.10.0
12242026-06-09T04:04:33.479Z Downloaded oxide-tokio-rt v0.1.6
12252026-06-09T04:04:33.479Z Downloaded owo-colors v4.3.0
12262026-06-09T04:04:33.480Z Downloaded quick-error v1.2.3
12272026-06-09T04:04:33.480Z Downloaded parking_lot_core v0.8.6
12282026-06-09T04:04:33.488Z Downloaded progenitor-macro v0.14.0
12292026-06-09T04:04:33.488Z Downloaded litemap v0.8.2
12302026-06-09T04:04:33.488Z Downloaded icu_properties v2.2.0
12312026-06-09T04:04:33.488Z Downloaded proc-macro-crate v3.5.0
12322026-06-09T04:04:33.488Z Downloaded pem v3.0.6
12332026-06-09T04:04:33.488Z Downloaded num_enum_derive v0.5.11
12342026-06-09T04:04:33.488Z Downloaded memmap2 v0.9.10
12352026-06-09T04:04:33.493Z Downloaded libsw-core v0.3.2
12362026-06-09T04:04:33.493Z Downloaded progenitor-macro v0.13.0
12372026-06-09T04:04:33.493Z Downloaded num-integer v0.1.46
12382026-06-09T04:04:33.493Z Downloaded pin-project-lite v0.2.17
12392026-06-09T04:04:33.497Z Downloaded defmt v1.1.0
12402026-06-09T04:04:33.497Z Downloaded potential_utf v0.1.5
12412026-06-09T04:04:33.500Z Downloaded progenitor-client v0.14.0
12422026-06-09T04:04:33.500Z Downloaded num_enum_derive v0.7.6
12432026-06-09T04:04:33.501Z Downloaded elliptic-curve v0.13.8
12442026-06-09T04:04:33.505Z Downloaded phf_shared v0.12.1
12452026-06-09T04:04:33.505Z Downloaded rand_chacha v0.3.1
12462026-06-09T04:04:33.505Z Downloaded parse-display-derive v0.10.0
12472026-06-09T04:04:33.510Z Downloaded getrandom v0.4.2
12482026-06-09T04:04:33.510Z Downloaded rand_xorshift v0.4.0
12492026-06-09T04:04:33.513Z Downloaded poly1305 v0.8.0
12502026-06-09T04:04:33.514Z Downloaded ref-cast-impl v1.0.25
12512026-06-09T04:04:33.514Z Downloaded crossbeam-utils v0.8.21
12522026-06-09T04:04:33.518Z Downloaded chacha20poly1305 v0.10.1
12532026-06-09T04:04:33.518Z Downloaded pretty-hex v0.4.2
12542026-06-09T04:04:33.521Z Downloaded phf v0.12.1
12552026-06-09T04:04:33.522Z Downloaded password-hash v0.5.0
12562026-06-09T04:04:33.522Z Downloaded icu_locale_core v2.2.0
12572026-06-09T04:04:33.525Z Downloaded num_threads v0.1.7
12582026-06-09T04:04:33.529Z Downloaded clap v4.6.1
12592026-06-09T04:04:33.532Z Downloaded proc-macro-error2 v2.0.1
12602026-06-09T04:04:33.535Z Downloaded hickory-resolver v0.24.4
12612026-06-09T04:04:33.539Z Downloaded rustc_version v0.4.1
12622026-06-09T04:04:33.539Z Downloaded ref-cast v1.0.25
12632026-06-09T04:04:33.542Z Downloaded progenitor v0.10.0
12642026-06-09T04:04:33.542Z Downloaded proc-macro-error v1.0.4
12652026-06-09T04:04:33.545Z Downloaded progenitor v0.13.0
12662026-06-09T04:04:33.545Z Downloaded parking_lot v0.12.5
12672026-06-09T04:04:33.549Z Downloaded semver v0.1.20
12682026-06-09T04:04:33.549Z Downloaded rustc-hash v2.1.2
12692026-06-09T04:04:33.552Z Downloaded parking_lot v0.11.2
12702026-06-09T04:04:33.552Z Downloaded progenitor-client v0.10.0
12712026-06-09T04:04:33.552Z Downloaded icu_normalizer v2.2.0
12722026-06-09T04:04:33.555Z Downloaded scopeguard v1.2.0
12732026-06-09T04:04:33.559Z Downloaded pkg-config v0.3.33
12742026-06-09T04:04:33.559Z Downloaded scroll_derive v0.13.1
12752026-06-09T04:04:33.559Z Downloaded scroll_derive v0.12.1
12762026-06-09T04:04:33.562Z Downloaded indexmap v1.9.3
12772026-06-09T04:04:33.562Z Downloaded icu_normalizer_data v2.2.0
12782026-06-09T04:04:33.565Z Downloaded rand_chacha v0.9.0
12792026-06-09T04:04:33.565Z Downloaded pin-project-internal v1.1.13
12802026-06-09T04:04:33.568Z Downloaded rustc_version v0.1.7
12812026-06-09T04:04:33.568Z Downloaded paste v1.0.15
12822026-06-09T04:04:33.574Z Downloaded serde_plain v1.0.2
12832026-06-09T04:04:33.574Z Downloaded pest_generator v2.8.6
12842026-06-09T04:04:33.574Z Downloaded rand_core v0.6.4
12852026-06-09T04:04:33.577Z Downloaded resolv-conf v0.7.6
12862026-06-09T04:04:33.577Z Downloaded rand_core v0.9.5
12872026-06-09T04:04:33.577Z Downloaded indicatif v0.18.4
12882026-06-09T04:04:33.581Z Downloaded serde_spanned v0.6.9
12892026-06-09T04:04:33.581Z Downloaded serde_urlencoded v0.7.1
12902026-06-09T04:04:33.584Z Downloaded secrecy v0.10.3
12912026-06-09T04:04:33.584Z Downloaded serde_repr v0.1.20
12922026-06-09T04:04:33.584Z Downloaded sigpipe v0.1.3
12932026-06-09T04:04:33.587Z Downloaded serde_spanned v1.1.1
12942026-06-09T04:04:33.587Z Downloaded serde-big-array v0.5.1
12952026-06-09T04:04:33.587Z Downloaded rand_core v0.10.1
12962026-06-09T04:04:33.590Z Downloaded heapless v0.8.0
12972026-06-09T04:04:33.593Z Downloaded progenitor-extras v0.2.0
12982026-06-09T04:04:33.593Z Downloaded allocator-api2 v0.2.21
12992026-06-09T04:04:33.597Z Downloaded pest_derive v2.8.6
13002026-06-09T04:04:33.597Z Downloaded ppv-lite86 v0.2.21
13012026-06-09T04:04:33.597Z Downloaded rustls-pemfile v2.2.0
13022026-06-09T04:04:33.600Z Downloaded base64 v0.22.1
13032026-06-09T04:04:33.603Z Downloaded base64 v0.21.7
13042026-06-09T04:04:33.603Z Downloaded sha1 v0.10.6
13052026-06-09T04:04:33.606Z Downloaded siphasher v1.0.3
13062026-06-09T04:04:33.606Z Downloaded parking_lot_core v0.9.12
13072026-06-09T04:04:33.609Z Downloaded num-traits v0.2.19
13082026-06-09T04:04:33.609Z Downloaded once_cell v1.21.4
13092026-06-09T04:04:33.612Z Downloaded cc v1.2.63
13102026-06-09T04:04:33.615Z Downloaded flate2 v1.1.9
13112026-06-09T04:04:33.619Z Downloaded const_format v0.2.36
13122026-06-09T04:04:33.622Z Downloaded papergrid v0.18.0
13132026-06-09T04:04:33.625Z Downloaded scroll v0.12.0
13142026-06-09T04:04:33.625Z Downloaded slog-envlogger v2.2.0
13152026-06-09T04:04:33.625Z Downloaded slog-bunyan v2.5.0
13162026-06-09T04:04:33.629Z Downloaded rustversion v1.0.22
13172026-06-09T04:04:33.629Z Downloaded scroll v0.13.0
13182026-06-09T04:04:33.632Z Downloaded smawk v0.3.2
13192026-06-09T04:04:33.632Z Downloaded serde_path_to_error v0.1.20
13202026-06-09T04:04:33.632Z Downloaded rusty-fork v0.3.1
13212026-06-09T04:04:33.635Z Downloaded icu_collections v2.2.0
13222026-06-09T04:04:33.638Z Downloaded progenitor-client v0.13.0
13232026-06-09T04:04:33.638Z Downloaded konst v0.2.20
13242026-06-09T04:04:33.642Z Downloaded schemars_derive v0.8.22
13252026-06-09T04:04:33.642Z Downloaded same-file v1.0.6
13262026-06-09T04:04:33.646Z Downloaded quote v1.0.45
13272026-06-09T04:04:33.646Z Downloaded spin v0.5.2
13282026-06-09T04:04:33.649Z Downloaded quinn-udp v0.5.14
13292026-06-09T04:04:33.649Z Downloaded hickory-resolver v0.25.2
13302026-06-09T04:04:33.652Z Downloaded plain v0.2.3
13312026-06-09T04:04:33.652Z Downloaded log v0.4.32
13322026-06-09T04:04:33.654Z Downloaded supports-color v3.0.2
13332026-06-09T04:04:33.655Z Downloaded subtle v2.6.1
13342026-06-09T04:04:33.655Z Downloaded const-oid v0.10.2
13352026-06-09T04:04:33.658Z Downloaded tabled_derive v0.11.0
13362026-06-09T04:04:33.658Z Downloaded bytes v1.11.1
13372026-06-09T04:04:33.661Z Downloaded serde_derive_internals v0.29.1
13382026-06-09T04:04:33.664Z Downloaded signal-hook-registry v1.4.8
13392026-06-09T04:04:33.665Z Downloaded expectorate v1.2.0
13402026-06-09T04:04:33.665Z Downloaded serde_tokenstream v0.2.3
13412026-06-09T04:04:33.672Z Downloaded papergrid v0.11.0
13422026-06-09T04:04:33.672Z Downloaded strum v0.26.3
13432026-06-09T04:04:33.672Z Downloaded structmeta-derive v0.3.0
13442026-06-09T04:04:33.675Z Downloaded rustls-pki-types v1.14.1
13452026-06-09T04:04:33.675Z Downloaded stable_deref_trait v1.2.1
13462026-06-09T04:04:33.675Z Downloaded rustls-native-certs v0.8.4
13472026-06-09T04:04:33.675Z Downloaded rhai_codegen v3.2.0
13482026-06-09T04:04:33.679Z Downloaded testing_table v0.3.0
13492026-06-09T04:04:33.679Z Downloaded async-compression v0.4.42
13502026-06-09T04:04:33.682Z Downloaded swrite v0.1.0
13512026-06-09T04:04:33.685Z Downloaded strum v0.27.2
13522026-06-09T04:04:33.685Z Downloaded progenitor v0.14.0
13532026-06-09T04:04:33.685Z Downloaded miniz_oxide v0.8.9
13542026-06-09T04:04:33.689Z Downloaded terminal_size v0.4.4
13552026-06-09T04:04:33.689Z Downloaded shlex v2.0.1
13562026-06-09T04:04:33.692Z Downloaded slog-dtrace v0.3.0
13572026-06-09T04:04:33.693Z Downloaded take_mut v0.2.2
13582026-06-09T04:04:33.693Z Downloaded tagptr v0.2.0
13592026-06-09T04:04:33.693Z Downloaded slab v0.4.12
13602026-06-09T04:04:33.696Z Downloaded tabwriter v1.4.1
13612026-06-09T04:04:33.696Z Downloaded tabled_derive v0.7.0
13622026-06-09T04:04:33.696Z Downloaded sync_wrapper v1.0.2
13632026-06-09T04:04:33.696Z Downloaded structmeta v0.3.0
13642026-06-09T04:04:33.700Z Downloaded slog-scope v4.4.1
13652026-06-09T04:04:33.700Z Downloaded slog-term v2.9.2
13662026-06-09T04:04:33.700Z Downloaded thread-id v5.1.0
13672026-06-09T04:04:33.703Z Downloaded thread-id v4.2.2
13682026-06-09T04:04:33.703Z Downloaded sha2 v0.10.9
13692026-06-09T04:04:33.703Z Downloaded strsim v0.11.1
13702026-06-09T04:04:33.707Z Downloaded backon v1.6.0
13712026-06-09T04:04:33.707Z Downloaded termtree v0.5.1
13722026-06-09T04:04:33.707Z Downloaded slog-json v2.6.1
13732026-06-09T04:04:33.711Z Downloaded console v0.16.3
13742026-06-09T04:04:33.711Z Downloaded colored v3.1.1
13752026-06-09T04:04:33.715Z Downloaded atomicwrites v0.4.4
13762026-06-09T04:04:33.715Z Downloaded time-core v0.1.8
13772026-06-09T04:04:33.715Z Downloaded minimal-lexical v0.2.1
13782026-06-09T04:04:33.718Z Downloaded chacha20 v0.10.0
13792026-06-09T04:04:33.718Z Downloaded camino v1.2.2
13802026-06-09T04:04:33.722Z Downloaded cmake v0.1.58
13812026-06-09T04:04:33.722Z Downloaded blake2 v0.10.6
13822026-06-09T04:04:33.722Z Downloaded progenitor-impl v0.14.0
13832026-06-09T04:04:33.725Z Downloaded pin-project v1.1.13
13842026-06-09T04:04:33.729Z Downloaded tinyvec_macros v0.1.1
13852026-06-09T04:04:33.733Z Downloaded sha1 v0.11.0
13862026-06-09T04:04:33.733Z Downloaded smf v0.2.3
13872026-06-09T04:04:33.733Z Downloaded snafu-derive v0.8.9
13882026-06-09T04:04:33.736Z Downloaded semver v1.0.28
13892026-06-09T04:04:33.736Z Downloaded dropshot_endpoint v0.17.1
13902026-06-09T04:04:33.739Z Downloaded is_terminal_polyfill v1.70.2
13912026-06-09T04:04:33.739Z Downloaded tokio-macros v2.7.0
13922026-06-09T04:04:33.740Z Downloaded is-terminal v0.4.17
13932026-06-09T04:04:33.740Z Downloaded globset v0.4.18
13942026-06-09T04:04:33.743Z Downloaded getrandom v0.2.17
13952026-06-09T04:04:33.744Z Downloaded static_assertions v1.1.0
13962026-06-09T04:04:33.744Z Downloaded strum_macros v0.27.2
13972026-06-09T04:04:33.747Z Downloaded strum_macros v0.26.4
13982026-06-09T04:04:33.747Z Downloaded serde_with_macros v3.20.0
13992026-06-09T04:04:33.750Z Downloaded dyn-clone v1.0.20
14002026-06-09T04:04:33.750Z Downloaded toml_datetime v0.6.11
14012026-06-09T04:04:33.754Z Downloaded simd-adler32 v0.3.9
14022026-06-09T04:04:33.754Z Downloaded hyper-util v0.1.20
14032026-06-09T04:04:33.757Z Downloaded tower-service v0.3.3
14042026-06-09T04:04:33.757Z Downloaded tower-layer v0.3.3
14052026-06-09T04:04:33.757Z Downloaded cargo_toml v0.22.3
14062026-06-09T04:04:33.757Z Downloaded try-lock v0.2.5
14072026-06-09T04:04:33.757Z Downloaded ahash v0.8.12
14082026-06-09T04:04:33.761Z Downloaded thiserror-impl v1.0.69
14092026-06-09T04:04:33.764Z Downloaded thiserror v1.0.69
14102026-06-09T04:04:33.764Z Downloaded synstructure v0.13.2
14112026-06-09T04:04:33.767Z Downloaded schemars v0.8.22
14122026-06-09T04:04:33.771Z Downloaded proc-macro2 v1.0.106
14132026-06-09T04:04:33.774Z Downloaded thread_local v1.1.9
14142026-06-09T04:04:33.774Z Downloaded slog-stdlog v4.1.1
14152026-06-09T04:04:33.777Z Downloaded thiserror v2.0.18
14162026-06-09T04:04:33.782Z Downloaded thiserror-no-std v2.0.2
14172026-06-09T04:04:33.782Z Downloaded serde_core v1.0.228
14182026-06-09T04:04:33.785Z Downloaded tinystr v0.8.3
14192026-06-09T04:04:33.785Z Downloaded typify-macro v0.6.2
14202026-06-09T04:04:33.785Z Downloaded hashbrown v0.12.3
14212026-06-09T04:04:33.788Z Downloaded tiny-keccak v2.0.2
14222026-06-09T04:04:33.788Z Downloaded thiserror-impl v2.0.18
14232026-06-09T04:04:33.788Z Downloaded universal-hash v0.5.1
14242026-06-09T04:04:33.792Z Downloaded typeid v1.0.3
14252026-06-09T04:04:33.792Z Downloaded smallvec v1.15.1
14262026-06-09T04:04:33.792Z Downloaded memchr v2.8.1
14272026-06-09T04:04:33.795Z Downloaded unicode-linebreak v0.1.5
14282026-06-09T04:04:33.795Z Downloaded unarray v0.1.4
14292026-06-09T04:04:33.798Z Downloaded jiff-static v0.2.28
14302026-06-09T04:04:33.798Z Downloaded smartstring v1.0.1
14312026-06-09T04:04:33.801Z Downloaded slog-async v2.8.0
14322026-06-09T04:04:33.801Z Downloaded prettyplease v0.2.37
14332026-06-09T04:04:33.804Z Downloaded serde_derive v1.0.228
14342026-06-09T04:04:33.804Z Downloaded rustls-platform-verifier v0.7.0
14352026-06-09T04:04:33.807Z Downloaded toml_write v0.1.2
14362026-06-09T04:04:33.807Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14372026-06-09T04:04:33.807Z Downloaded tokio-tungstenite v0.21.0
14382026-06-09T04:04:33.810Z Downloaded usdt v0.5.0
14392026-06-09T04:04:33.810Z Downloaded untrusted v0.9.0
14402026-06-09T04:04:33.810Z Downloaded untrusted v0.7.1
14412026-06-09T04:04:33.814Z Downloaded usdt-attr-macro v0.6.0
14422026-06-09T04:04:33.814Z Downloaded usdt-macro v0.5.0
14432026-06-09T04:04:33.814Z Downloaded tokio-dtrace v0.1.1
14442026-06-09T04:04:33.814Z Downloaded spin v0.9.8
14452026-06-09T04:04:33.817Z Downloaded usdt-attr-macro v0.5.0
14462026-06-09T04:04:33.817Z Downloaded unit-prefix v0.5.2
14472026-06-09T04:04:33.817Z Downloaded progenitor-impl v0.10.0
14482026-06-09T04:04:33.820Z Downloaded time-macros v0.2.27
14492026-06-09T04:04:33.820Z Downloaded pest_meta v2.8.6
14502026-06-09T04:04:33.823Z Downloaded match_cfg v0.1.0
14512026-06-09T04:04:33.823Z Downloaded macaddr v1.0.1
14522026-06-09T04:04:33.823Z Downloaded cookie v0.18.1
14532026-06-09T04:04:33.826Z Downloaded byte-wrapper v0.1.0
14542026-06-09T04:04:33.826Z Downloaded base64ct v1.8.3
14552026-06-09T04:04:33.831Z Downloaded autocfg v1.5.1
14562026-06-09T04:04:33.831Z Downloaded internet-checksum v0.2.1
14572026-06-09T04:04:33.831Z Downloaded bytecount v0.6.9
14582026-06-09T04:04:33.831Z Downloaded async-stream v0.3.6
14592026-06-09T04:04:33.835Z Downloaded toml_writer v1.1.1+spec-1.1.0
14602026-06-09T04:04:33.835Z Downloaded erased-serde v0.3.31
14612026-06-09T04:04:33.835Z Downloaded digest v0.10.7
14622026-06-09T04:04:33.835Z Downloaded futures-executor v0.3.32
14632026-06-09T04:04:33.835Z Downloaded utf8_iter v1.0.4
14642026-06-09T04:04:33.838Z Downloaded utf-8 v0.7.6
14652026-06-09T04:04:33.838Z Downloaded utf8parse v0.2.2
14662026-06-09T04:04:33.838Z Downloaded usdt-macro v0.6.0
14672026-06-09T04:04:33.838Z Downloaded deranged v0.5.8
14682026-06-09T04:04:33.842Z Downloaded postcard v1.1.3
14692026-06-09T04:04:33.842Z Downloaded const-random v0.1.18
14702026-06-09T04:04:33.842Z Downloaded hashbrown v0.17.1
14712026-06-09T04:04:33.846Z Downloaded similar v2.7.0
14722026-06-09T04:04:33.850Z Downloaded slog v2.8.2
14732026-06-09T04:04:33.850Z Downloaded usdt v0.6.0
14742026-06-09T04:04:33.850Z Downloaded ryu v1.0.23
14752026-06-09T04:04:33.854Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14762026-06-09T04:04:33.854Z Downloaded thin-vec v0.2.18
14772026-06-09T04:04:33.854Z Downloaded waitgroup v0.1.2
14782026-06-09T04:04:33.854Z Downloaded openssl-sys v0.9.116
14792026-06-09T04:04:33.857Z Downloaded yoke-derive v0.8.2
14802026-06-09T04:04:33.857Z Downloaded hashbrown v0.15.5
14812026-06-09T04:04:33.861Z Downloaded embedded-io v0.6.1
14822026-06-09T04:04:33.861Z Downloaded progenitor-impl v0.13.0
14832026-06-09T04:04:33.864Z Downloaded crypto-common v0.1.7
14842026-06-09T04:04:33.864Z Downloaded compression-codecs v0.4.38
14852026-06-09T04:04:33.865Z Downloaded wait-timeout v0.2.1
14862026-06-09T04:04:33.868Z Downloaded version_check v0.9.5
14872026-06-09T04:04:33.868Z Downloaded thiserror-impl-no-std v2.0.2
14882026-06-09T04:04:33.868Z Downloaded block-buffer v0.12.0
14892026-06-09T04:04:33.868Z Downloaded want v0.3.1
14902026-06-09T04:04:33.871Z Downloaded unicode-xid v0.2.6
14912026-06-09T04:04:33.871Z Downloaded async-recursion v1.1.1
14922026-06-09T04:04:33.871Z Downloaded quinn v0.11.9
14932026-06-09T04:04:33.874Z Downloaded anstyle v1.0.14
14942026-06-09T04:04:33.874Z Downloaded aead v0.5.2
14952026-06-09T04:04:33.877Z Downloaded crunchy v0.2.4
14962026-06-09T04:04:33.877Z Downloaded cpufeatures v0.2.17
14972026-06-09T04:04:33.877Z Downloaded clap_derive v4.6.1
14982026-06-09T04:04:33.880Z Downloaded cfg_aliases v0.2.1
14992026-06-09T04:04:33.880Z Downloaded bstr v1.12.1
15002026-06-09T04:04:33.884Z Downloaded tokio-stream v0.1.18
15012026-06-09T04:04:33.887Z Downloaded tokio-rustls v0.26.4
15022026-06-09T04:04:33.887Z Downloaded typify-macro v0.4.3
15032026-06-09T04:04:33.887Z Downloaded serde_yaml v0.9.34+deprecated
15042026-06-09T04:04:33.891Z Downloaded zerofrom-derive v0.1.7
15052026-06-09T04:04:33.891Z Downloaded zerofrom v0.1.8
15062026-06-09T04:04:33.891Z Downloaded schemars v0.9.0
15072026-06-09T04:04:33.896Z Downloaded zone_cfg_derive v0.3.1
15082026-06-09T04:04:33.900Z Downloaded hashbrown v0.16.1
15092026-06-09T04:04:33.903Z Downloaded idna v1.1.0
15102026-06-09T04:04:33.903Z Downloaded rand v0.8.6
15112026-06-09T04:04:33.907Z Downloaded nom v7.1.3
15122026-06-09T04:04:33.907Z Downloaded toml v0.8.23
15132026-06-09T04:04:33.910Z Downloaded term v1.2.1
15142026-06-09T04:04:33.910Z Downloaded tracing-attributes v0.1.31
15152026-06-09T04:04:33.913Z Downloaded zone v0.3.1
15162026-06-09T04:04:33.913Z Downloaded http v1.4.2
15172026-06-09T04:04:33.917Z Downloaded rayon-core v1.13.0
15182026-06-09T04:04:33.917Z Downloaded walkdir v2.5.0
15192026-06-09T04:04:33.920Z Downloaded usdt-impl v0.5.0
15202026-06-09T04:04:33.920Z Downloaded toml_parser v1.1.2+spec-1.1.0
15212026-06-09T04:04:33.920Z Downloaded test-strategy v0.4.5
15222026-06-09T04:04:33.924Z Downloaded usdt-impl v0.6.0
15232026-06-09T04:04:33.924Z Downloaded tempfile v3.27.0
15242026-06-09T04:04:33.924Z Downloaded hyper v1.10.1
15252026-06-09T04:04:33.928Z Downloaded vsss-rs v3.3.4
15262026-06-09T04:04:33.931Z Downloaded snafu v0.8.9
15272026-06-09T04:04:33.934Z Downloaded tinyvec v1.11.0
15282026-06-09T04:04:33.934Z Downloaded textwrap v0.16.2
15292026-06-09T04:04:33.937Z Downloaded serde v1.0.228
15302026-06-09T04:04:33.937Z Downloaded writeable v0.6.3
15312026-06-09T04:04:33.941Z Downloaded socket2 v0.6.4
15322026-06-09T04:04:33.941Z Downloaded cobs v0.3.0
15332026-06-09T04:04:33.941Z Downloaded indexmap v2.14.0
15342026-06-09T04:04:33.944Z Downloaded ucd-trie v0.1.7
15352026-06-09T04:04:33.944Z Downloaded qorb v0.4.1
15362026-06-09T04:04:33.947Z Downloaded fs_extra v1.3.0
15372026-06-09T04:04:33.947Z Downloaded crossbeam-epoch v0.9.18
15382026-06-09T04:04:33.950Z Downloaded rand v0.10.1
15392026-06-09T04:04:33.953Z Downloaded xz2 v0.1.7
15402026-06-09T04:04:33.953Z Downloaded mio v1.2.1
15412026-06-09T04:04:33.956Z Downloaded crossbeam-channel v0.5.15
15422026-06-09T04:04:33.963Z Downloaded zeroize_derive v1.4.3
15432026-06-09T04:04:33.966Z Downloaded hkdf v0.12.4
15442026-06-09T04:04:33.966Z Downloaded zmij v1.0.21
15452026-06-09T04:04:33.966Z Downloaded zerovec-derive v0.11.3
15462026-06-09T04:04:33.967Z Downloaded zeroize v1.8.2
15472026-06-09T04:04:33.967Z Downloaded toml v1.1.2+spec-1.1.0
15482026-06-09T04:04:33.970Z Downloaded rustls-webpki v0.103.13
15492026-06-09T04:04:33.974Z Downloaded tracing-core v0.1.36
15502026-06-09T04:04:33.981Z Downloaded schemars v1.2.1
15512026-06-09T04:04:33.990Z Downloaded whoami v1.6.1
15522026-06-09T04:04:33.993Z Downloaded itertools v0.12.1
15532026-06-09T04:04:33.999Z Downloaded typify v0.4.3
15542026-06-09T04:04:34.003Z Downloaded rand v0.9.4
15552026-06-09T04:04:34.006Z Downloaded toml v0.9.12+spec-1.1.0
15562026-06-09T04:04:34.006Z Downloaded zerocopy-derive v0.7.35
15572026-06-09T04:04:34.009Z Downloaded toml_edit v0.22.27
15582026-06-09T04:04:34.015Z Downloaded uuid v1.23.2
15592026-06-09T04:04:34.020Z Downloaded clap_builder v4.6.0
15602026-06-09T04:04:34.034Z Downloaded unicode-ident v1.0.24
15612026-06-09T04:04:34.037Z Downloaded goblin v0.8.2
15622026-06-09T04:04:34.040Z Downloaded tungstenite v0.21.0
15632026-06-09T04:04:34.040Z Downloaded pest v2.8.6
15642026-06-09T04:04:34.043Z Downloaded itertools v0.14.0
15652026-06-09T04:04:34.046Z Downloaded typify v0.6.2
15662026-06-09T04:04:34.050Z Downloaded icu_properties_data v2.2.0
15672026-06-09T04:04:34.053Z Downloaded yoke v0.8.3
15682026-06-09T04:04:34.056Z Downloaded unsafe-libyaml v0.2.11
15692026-06-09T04:04:34.059Z Downloaded futures-util v0.3.32
15702026-06-09T04:04:34.067Z Downloaded nom v8.0.0
15712026-06-09T04:04:34.078Z Downloaded toml_edit v0.25.12+spec-1.1.0
15722026-06-09T04:04:34.082Z Downloaded steno v0.4.1
15732026-06-09T04:04:34.088Z Downloaded iddqd v0.4.2
15742026-06-09T04:04:34.092Z Downloaded url v2.5.8
15752026-06-09T04:04:34.096Z Downloaded libm v0.2.16
15762026-06-09T04:04:34.101Z Downloaded h2 v0.4.14
15772026-06-09T04:04:34.110Z Downloaded typed-path v0.9.3
15782026-06-09T04:04:34.114Z Downloaded toml_edit v0.19.15
15792026-06-09T04:04:34.121Z Downloaded typenum v1.20.1
15802026-06-09T04:04:34.125Z Downloaded dropshot v0.17.1
15812026-06-09T04:04:34.135Z Downloaded zerocopy-derive v0.8.50
15822026-06-09T04:04:34.140Z Downloaded zerotrie v0.2.4
15832026-06-09T04:04:34.144Z Downloaded unicode-segmentation v1.13.3
15842026-06-09T04:04:34.147Z Downloaded tower v0.5.3
15852026-06-09T04:04:34.150Z Downloaded regex v1.12.3
15862026-06-09T04:04:34.153Z Downloaded reqwest v0.13.4
15872026-06-09T04:04:34.156Z Downloaded ron v0.12.1
15882026-06-09T04:04:34.159Z Downloaded serde_json v1.0.150
15892026-06-09T04:04:34.163Z Downloaded reqwest v0.12.28
15902026-06-09T04:04:34.167Z Downloaded rayon v1.12.0
15912026-06-09T04:04:34.178Z Downloaded chrono v0.4.45
15922026-06-09T04:04:34.184Z Downloaded aws-lc-rs v1.17.0
15932026-06-09T04:04:34.188Z Downloaded tokio-util v0.7.18
15942026-06-09T04:04:34.193Z Downloaded unicode-normalization v0.1.25
15952026-06-09T04:04:34.216Z Downloaded zerovec v0.11.6
15962026-06-09T04:04:34.220Z Downloaded proptest v1.11.0
15972026-06-09T04:04:34.224Z Downloaded portable-atomic v1.13.1
15982026-06-09T04:04:34.228Z Downloaded tough v0.22.0
15992026-06-09T04:04:34.232Z Downloaded tower-http v0.6.11
16002026-06-09T04:04:34.237Z Downloaded moka v0.12.15
16012026-06-09T04:04:34.259Z Downloaded serde_with v3.20.0
16022026-06-09T04:04:34.265Z Downloaded goblin v0.10.7
16032026-06-09T04:04:34.270Z Downloaded curve25519-dalek v4.1.3
16042026-06-09T04:04:34.276Z Downloaded quinn-proto v0.11.14
16052026-06-09T04:04:34.280Z Downloaded winnow v0.5.40
16062026-06-09T04:04:34.291Z Downloaded winnow v0.7.15
16072026-06-09T04:04:34.299Z Downloaded tabled v0.15.0
16082026-06-09T04:04:34.307Z Downloaded zerocopy v0.7.35
16092026-06-09T04:04:34.316Z Downloaded webpki-roots v1.0.7
16102026-06-09T04:04:34.324Z Downloaded winnow v1.0.3
16112026-06-09T04:04:34.349Z Downloaded syn v1.0.109
16122026-06-09T04:04:34.354Z Downloaded tabled v0.21.0
16132026-06-09T04:04:34.372Z Downloaded regress v0.10.5
16142026-06-09T04:04:34.376Z Downloaded regex-syntax v0.8.10
16152026-06-09T04:04:34.382Z Downloaded nix v0.31.3
16162026-06-09T04:04:34.386Z Downloaded time v0.3.47
16172026-06-09T04:04:34.393Z Downloaded vcpkg v0.2.15
16182026-06-09T04:04:34.420Z Downloaded rustix v0.38.44
16192026-06-09T04:04:34.432Z Downloaded rhai v1.25.1
16202026-06-09T04:04:34.440Z Downloaded syn v2.0.117
16212026-06-09T04:04:34.444Z Downloaded regress v0.11.1
16222026-06-09T04:04:34.448Z Downloaded openssl v0.10.80
16232026-06-09T04:04:34.454Z Downloaded smoltcp v0.11.0
16242026-06-09T04:04:34.460Z Downloaded unicode-width v0.1.14
16252026-06-09T04:04:34.463Z Downloaded hickory-proto v0.24.4
16262026-06-09T04:04:34.473Z Downloaded zerocopy v0.8.50
16272026-06-09T04:04:34.483Z Downloaded unicode-width v0.2.2
16282026-06-09T04:04:34.487Z Downloaded rustls v0.23.40
16292026-06-09T04:04:34.494Z Downloaded hickory-proto v0.25.2
16302026-06-09T04:04:34.502Z Downloaded typify-impl v0.6.2
16312026-06-09T04:04:34.508Z Downloaded sled v0.34.7
16322026-06-09T04:04:34.514Z Downloaded rustix v1.1.4
16332026-06-09T04:04:34.526Z Downloaded openapiv3 v2.2.0
16342026-06-09T04:04:34.550Z Downloaded regex-automata v0.4.14
16352026-06-09T04:04:34.572Z Downloaded tracing v0.1.44
16362026-06-09T04:04:34.585Z Downloaded typify-impl v0.4.3
16372026-06-09T04:04:34.595Z Downloaded jiff v0.2.28
16382026-06-09T04:04:34.641Z Downloaded chrono-tz v0.10.4
16392026-06-09T04:04:34.647Z Downloaded csv v1.4.0
16402026-06-09T04:04:34.648Z Downloaded tokio v1.52.3
16412026-06-09T04:04:34.662Z Downloaded petgraph v0.6.5
16422026-06-09T04:04:34.678Z Downloaded lzma-sys v0.1.20
16432026-06-09T04:04:34.708Z Downloaded petgraph v0.8.3
16442026-06-09T04:04:34.722Z Downloaded libc v0.2.186
16452026-06-09T04:04:34.741Z Downloaded sha3 v0.10.9
16462026-06-09T04:04:34.791Z Downloaded encoding_rs v0.8.35
16472026-06-09T04:04:34.808Z Downloaded ring v0.17.14
16482026-06-09T04:04:35.240Z Downloaded aws-lc-sys v0.41.0
16492026-06-09T04:04:35.591Z Compiling proc-macro2 v1.0.106
16502026-06-09T04:04:35.591Z Compiling quote v1.0.45
16512026-06-09T04:04:35.591Z Compiling unicode-ident v1.0.24
16522026-06-09T04:04:35.591Z Compiling serde_core v1.0.228
16532026-06-09T04:04:35.591Z Compiling serde v1.0.228
16542026-06-09T04:04:35.591Z Compiling libc v0.2.186
16552026-06-09T04:04:35.768Z Compiling cfg-if v1.0.4
16562026-06-09T04:04:35.874Z Compiling zmij v1.0.21
16572026-06-09T04:04:35.907Z Compiling autocfg v1.5.1
16582026-06-09T04:04:36.276Z Compiling memchr v2.8.1
16592026-06-09T04:04:36.306Z Compiling libm v0.2.16
16602026-06-09T04:04:36.653Z Compiling itoa v1.0.18
16612026-06-09T04:04:36.771Z Compiling icu_properties_data v2.2.0
16622026-06-09T04:04:36.929Z Compiling icu_normalizer_data v2.2.0
16632026-06-09T04:04:36.954Z Compiling version_check v0.9.5
16642026-06-09T04:04:36.978Z Compiling stable_deref_trait v1.2.1
16652026-06-09T04:04:37.111Z Compiling syn v2.0.117
16662026-06-09T04:04:37.132Z Compiling serde_json v1.0.150
16672026-06-09T04:04:37.176Z Compiling writeable v0.6.3
16682026-06-09T04:04:37.224Z Compiling litemap v0.8.2
16692026-06-09T04:04:37.457Z Compiling parking_lot_core v0.9.12
16702026-06-09T04:04:37.511Z Compiling num-traits v0.2.19
16712026-06-09T04:04:37.524Z Compiling utf8_iter v1.0.4
16722026-06-09T04:04:37.603Z Compiling percent-encoding v2.3.2
16732026-06-09T04:04:37.896Z Compiling thiserror v2.0.18
16742026-06-09T04:04:37.929Z Compiling form_urlencoded v1.2.2
16752026-06-09T04:04:37.960Z Compiling getrandom v0.4.2
16762026-06-09T04:04:37.979Z Compiling rand_core v0.10.1
16772026-06-09T04:04:38.159Z Compiling zerocopy v0.8.50
16782026-06-09T04:04:38.211Z Compiling errno v0.3.14
16792026-06-09T04:04:38.277Z Compiling heck v0.5.0
16802026-06-09T04:04:38.482Z Compiling iana-time-zone v0.1.65
16812026-06-09T04:04:38.568Z Compiling uuid v1.23.2
16822026-06-09T04:04:38.823Z Compiling jobserver v0.1.34
16832026-06-09T04:04:38.841Z Compiling find-msvc-tools v0.1.9
16842026-06-09T04:04:39.087Z Compiling shlex v2.0.1
16852026-06-09T04:04:39.160Z Compiling rustversion v1.0.22
16862026-06-09T04:04:39.186Z Compiling semver v1.0.28
16872026-06-09T04:04:39.202Z Compiling dyn-clone v1.0.20
16882026-06-09T04:04:39.300Z Compiling cc v1.2.63
16892026-06-09T04:04:39.379Z Compiling schemars v0.8.22
16902026-06-09T04:04:39.474Z Compiling pin-project-lite v0.2.17
16912026-06-09T04:04:39.594Z Compiling getrandom v0.2.17
16922026-06-09T04:04:39.686Z Compiling scopeguard v1.2.0
16932026-06-09T04:04:39.788Z Compiling lock_api v0.4.14
16942026-06-09T04:04:39.813Z Compiling bitflags v2.12.1
16952026-06-09T04:04:39.962Z Compiling socket2 v0.6.4
16962026-06-09T04:04:40.042Z Compiling synstructure v0.13.2
16972026-06-09T04:04:40.060Z Compiling serde_derive_internals v0.29.1
16982026-06-09T04:04:40.243Z Compiling cmake v0.1.58
16992026-06-09T04:04:40.247Z Compiling signal-hook-registry v1.4.8
17002026-06-09T04:04:40.569Z Compiling mio v1.2.1
17012026-06-09T04:04:40.613Z Compiling dunce v1.0.5
17022026-06-09T04:04:40.630Z Compiling fs_extra v1.3.0
17032026-06-09T04:04:40.722Z Compiling portable-atomic v1.13.1
17042026-06-09T04:04:40.757Z Compiling critical-section v1.2.0
17052026-06-09T04:04:40.786Z Compiling log v0.4.32
17062026-06-09T04:04:40.802Z Compiling futures-core v0.3.32
17072026-06-09T04:04:40.895Z Compiling aws-lc-sys v0.41.0
17082026-06-09T04:04:40.965Z Compiling subtle v2.6.1
17092026-06-09T04:04:40.968Z Compiling equivalent v1.0.2
17102026-06-09T04:04:41.085Z Compiling httparse v1.10.1
17112026-06-09T04:04:41.121Z Compiling futures-sink v0.3.32
17122026-06-09T04:04:41.227Z Compiling slab v0.4.12
17132026-06-09T04:04:41.244Z Compiling rustix v1.1.4
17142026-06-09T04:04:41.265Z Compiling serde_derive v1.0.228
17152026-06-09T04:04:41.324Z Compiling zerofrom-derive v0.1.7
17162026-06-09T04:04:41.349Z Compiling yoke-derive v0.8.2
17172026-06-09T04:04:41.430Z Compiling zerovec-derive v0.11.3
17182026-06-09T04:04:41.451Z Compiling displaydoc v0.2.6
17192026-06-09T04:04:41.611Z Compiling schemars_derive v0.8.22
17202026-06-09T04:04:41.835Z Compiling thiserror-impl v2.0.18
17212026-06-09T04:04:42.004Z Compiling tokio-macros v2.7.0
17222026-06-09T04:04:42.259Z Compiling zerocopy-derive v0.8.50
17232026-06-09T04:04:42.457Z Compiling zeroize_derive v1.4.3
17242026-06-09T04:04:42.545Z Compiling zerofrom v0.1.8
17252026-06-09T04:04:42.578Z Compiling futures-macro v0.3.32
17262026-06-09T04:04:42.797Z Compiling yoke v0.8.3
17272026-06-09T04:04:42.814Z Compiling once_cell v1.21.4
17282026-06-09T04:04:42.838Z Compiling ucd-trie v0.1.7
17292026-06-09T04:04:42.892Z Compiling zerovec v0.11.6
17302026-06-09T04:04:43.072Z Compiling zerotrie v0.2.4
17312026-06-09T04:04:43.081Z Compiling thiserror v1.0.69
17322026-06-09T04:04:43.146Z Compiling zeroize v1.8.2
17332026-06-09T04:04:43.336Z Compiling pest v2.8.6
17342026-06-09T04:04:43.400Z Compiling typenum v1.20.1
17352026-06-09T04:04:43.420Z Compiling thiserror-impl v1.0.69
17362026-06-09T04:04:43.437Z Compiling futures-channel v0.3.32
17372026-06-09T04:04:43.508Z Compiling tinystr v0.8.3
17382026-06-09T04:04:43.508Z Compiling potential_utf v0.1.5
17392026-06-09T04:04:43.670Z Compiling icu_collections v2.2.0
17402026-06-09T04:04:43.711Z Compiling icu_locale_core v2.2.0
17412026-06-09T04:04:43.746Z Compiling futures-task v0.3.32
17422026-06-09T04:04:43.925Z Compiling futures-io v0.3.32
17432026-06-09T04:04:44.200Z Compiling futures-util v0.3.32
17442026-06-09T04:04:44.474Z Compiling pest_meta v2.8.6
17452026-06-09T04:04:44.556Z Compiling smallvec v1.15.1
17462026-06-09T04:04:44.588Z Compiling bytes v1.11.1
17472026-06-09T04:04:44.640Z Compiling icu_provider v2.2.0
17482026-06-09T04:04:44.645Z Compiling chrono v0.4.45
17492026-06-09T04:04:45.207Z Compiling icu_properties v2.2.0
17502026-06-09T04:04:45.290Z Compiling icu_normalizer v2.2.0
17512026-06-09T04:04:45.496Z Compiling parking_lot v0.12.5
17522026-06-09T04:04:45.626Z Compiling serde_tokenstream v0.2.3
17532026-06-09T04:04:45.920Z Compiling tokio v1.52.3
17542026-06-09T04:04:46.311Z Compiling idna_adapter v1.2.2
17552026-06-09T04:04:46.465Z Compiling idna v1.1.0
17562026-06-09T04:04:46.609Z Compiling pest_generator v2.8.6
17572026-06-09T04:04:46.813Z Compiling regex-syntax v0.8.10
17582026-06-09T04:04:46.821Z Compiling url v2.5.8
17592026-06-09T04:04:46.891Z Compiling getrandom v0.3.4
17602026-06-09T04:04:46.981Z Compiling strsim v0.11.1
17612026-06-09T04:04:47.255Z Compiling rand_core v0.6.4
17622026-06-09T04:04:47.300Z Compiling pest_derive v2.8.6
17632026-06-09T04:04:47.322Z Compiling aho-corasick v1.1.4
17642026-06-09T04:04:47.874Z Compiling byteorder v1.5.0
17652026-06-09T04:04:48.210Z Compiling hashbrown v0.17.1
17662026-06-09T04:04:48.224Z Compiling tracing-core v0.1.36
17672026-06-09T04:04:48.573Z Compiling ipnetwork v0.21.1
17682026-06-09T04:04:48.717Z Compiling regex-automata v0.4.14
17692026-06-09T04:04:48.849Z Compiling indexmap v2.14.0
17702026-06-09T04:04:48.849Z Compiling tracing-attributes v0.1.31
17712026-06-09T04:04:49.206Z Compiling ident_case v1.0.1
17722026-06-09T04:04:49.716Z Compiling slog v2.8.2
17732026-06-09T04:04:49.754Z Compiling base64 v0.22.1
17742026-06-09T04:04:49.754Z Compiling anyhow v1.0.102
17752026-06-09T04:04:49.917Z Compiling fnv v1.0.7
17762026-06-09T04:04:50.046Z Compiling paste v1.0.15
17772026-06-09T04:04:50.099Z Compiling tracing v0.1.44
17782026-06-09T04:04:50.127Z Compiling erased-serde v0.3.31
17792026-06-09T04:04:50.410Z Compiling regex v1.12.3
17802026-06-09T04:04:50.872Z Compiling omicron-workspace-hack v0.1.0
17812026-06-09T04:04:51.086Z Compiling http v1.4.2
17822026-06-09T04:04:51.501Z Compiling oxnet v0.1.6
17832026-06-09T04:04:51.667Z Compiling rustls-pki-types v1.14.1
17842026-06-09T04:04:52.376Z Compiling scroll_derive v0.13.1
17852026-06-09T04:04:52.629Z Compiling ring v0.17.14
17862026-06-09T04:04:52.959Z Compiling time-core v0.1.8
17872026-06-09T04:04:52.979Z Compiling num-conv v0.2.2
17882026-06-09T04:04:53.078Z Compiling aws-lc-rs v1.17.0
17892026-06-09T04:04:53.134Z Compiling time-macros v0.2.27
17902026-06-09T04:04:53.469Z Compiling tokio-util v0.7.18
17912026-06-09T04:04:53.600Z Compiling untrusted v0.9.0
17922026-06-09T04:04:53.742Z Compiling untrusted v0.7.1
17932026-06-09T04:04:53.877Z Compiling ipnet v2.12.0
17942026-06-09T04:04:54.156Z Compiling ppv-lite86 v0.2.21
17952026-06-09T04:04:54.517Z Compiling async-trait v0.1.89
17962026-06-09T04:04:54.680Z Compiling daft-derive v0.1.7
17972026-06-09T04:04:54.754Z Compiling camino v1.2.2
17982026-06-09T04:04:55.042Z Compiling crc32fast v1.5.0
17992026-06-09T04:04:55.097Z Compiling rustls v0.23.40
18002026-06-09T04:04:55.356Z Compiling http-body v1.0.1
18012026-06-09T04:04:55.550Z Compiling crossbeam-utils v0.8.21
18022026-06-09T04:04:55.597Z Compiling atomic-waker v1.1.2
18032026-06-09T04:04:55.597Z Compiling usdt-impl v0.6.0
18042026-06-09T04:04:55.633Z Compiling pretty-hex v0.4.2
18052026-06-09T04:04:55.788Z Compiling scroll v0.13.0
18062026-06-09T04:04:55.902Z Compiling ryu v1.0.23
18072026-06-09T04:04:56.053Z Compiling try-lock v0.2.5
18082026-06-09T04:04:56.172Z Compiling tower-service v0.3.3
18092026-06-09T04:04:56.237Z Compiling plain v0.2.3
18102026-06-09T04:04:56.276Z Compiling tower-layer v0.3.3
18112026-06-09T04:04:56.353Z Compiling goblin v0.10.7
18122026-06-09T04:04:56.431Z Compiling want v0.3.1
18132026-06-09T04:04:56.616Z Compiling h2 v0.4.14
18142026-06-09T04:04:57.369Z Compiling slog-async v2.8.0
18152026-06-09T04:04:57.536Z Compiling httpdate v1.0.3
18162026-06-09T04:04:57.923Z Compiling dtrace-parser v0.3.0
18172026-06-09T04:04:58.089Z Compiling thread-id v5.1.0
18182026-06-09T04:04:58.094Z Compiling ref-cast v1.0.25
18192026-06-09T04:04:59.484Z Compiling dof v0.4.0
18202026-06-09T04:05:00.004Z Compiling hyper v1.10.1
18212026-06-09T04:05:00.091Z Compiling rand_core v0.9.5
18222026-06-09T04:05:00.497Z Compiling serde_urlencoded v0.7.1
18232026-06-09T04:05:00.788Z Compiling http-body-util v0.1.3
18242026-06-09T04:05:00.969Z Compiling ref-cast-impl v1.0.25
18252026-06-09T04:05:01.243Z Compiling syn v1.0.109
18262026-06-09T04:05:01.523Z Compiling hyper-util v0.1.20
18272026-06-09T04:05:02.351Z Compiling usdt-attr-macro v0.6.0
18282026-06-09T04:05:02.953Z Compiling usdt-macro v0.6.0
18292026-06-09T04:05:03.306Z Compiling structmeta-derive v0.3.0
18302026-06-09T04:05:03.795Z Compiling multer v3.1.0
18312026-06-09T04:05:04.149Z Compiling allocator-api2 v0.2.21
18322026-06-09T04:05:04.266Z Compiling powerfmt v0.2.0
18332026-06-09T04:05:04.337Z Compiling foldhash v0.2.0
18342026-06-09T04:05:04.358Z Compiling structmeta v0.3.0
18352026-06-09T04:05:04.451Z Compiling deranged v0.5.8
18362026-06-09T04:05:04.532Z Compiling hashbrown v0.16.1
18372026-06-09T04:05:04.608Z Compiling rand_chacha v0.9.0
18382026-06-09T04:05:05.006Z Compiling darling_core v0.23.0
18392026-06-09T04:05:05.148Z Compiling newtype-uuid-macros v0.1.0
18402026-06-09T04:05:05.396Z Compiling num_threads v0.1.7
18412026-06-09T04:05:05.651Z Compiling time v0.3.47
18422026-06-09T04:05:05.672Z Compiling rand v0.9.4
18432026-06-09T04:05:05.927Z Compiling newtype-uuid v1.3.2
18442026-06-09T04:05:06.387Z Compiling async-stream-impl v0.3.6
18452026-06-09T04:05:06.618Z Compiling strum_macros v0.26.4
18462026-06-09T04:05:06.861Z Compiling sync_wrapper v1.0.2
18472026-06-09T04:05:06.984Z Compiling dropshot v0.17.1
18482026-06-09T04:05:07.082Z Compiling darling_macro v0.23.0
18492026-06-09T04:05:07.253Z Compiling hex v0.4.3
18502026-06-09T04:05:07.554Z Compiling tower v0.5.3
18512026-06-09T04:05:07.734Z Compiling darling v0.23.0
18522026-06-09T04:05:07.804Z Compiling daft v0.1.7
18532026-06-09T04:05:07.865Z Compiling crossbeam-channel v0.5.15
18542026-06-09T04:05:08.195Z Compiling webpki-roots v1.0.7
18552026-06-09T04:05:08.296Z Compiling openapiv3 v2.2.0
18562026-06-09T04:05:08.533Z Compiling generic-array v0.14.7
18572026-06-09T04:05:08.787Z Compiling fastrand v2.4.1
18582026-06-09T04:05:09.120Z Compiling tower-http v0.6.11
18592026-06-09T04:05:09.147Z Compiling serde_with_macros v3.20.0
18602026-06-09T04:05:09.818Z Compiling futures-executor v0.3.32
18612026-06-09T04:05:09.826Z Compiling dropshot_endpoint v0.17.1
18622026-06-09T04:05:10.253Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18632026-06-09T04:05:10.281Z Compiling thread_local v1.1.9
18642026-06-09T04:05:10.425Z Compiling openssl-probe v0.2.1
18652026-06-09T04:05:10.683Z Compiling cpufeatures v0.3.0
18662026-06-09T04:05:10.757Z Compiling rustls-native-certs v0.8.4
18672026-06-09T04:05:10.773Z Compiling futures v0.3.32
18682026-06-09T04:05:11.417Z Compiling derive-ex v0.1.8
18692026-06-09T04:05:11.547Z Compiling strum_macros v0.27.2
18702026-06-09T04:05:11.563Z Compiling is-terminal v0.4.17
18712026-06-09T04:05:11.677Z Compiling term v1.2.1
18722026-06-09T04:05:12.312Z Compiling take_mut v0.2.2
18732026-06-09T04:05:12.452Z Compiling winnow v1.0.3
18742026-06-09T04:05:13.002Z Compiling test-strategy v0.4.5
18752026-06-09T04:05:13.474Z Compiling slog-term v2.9.2
18762026-06-09T04:05:13.911Z Compiling tempfile v3.27.0
18772026-06-09T04:05:14.769Z Compiling macaddr v1.0.1
18782026-06-09T04:05:14.779Z Compiling hybrid-array v0.4.12
18792026-06-09T04:05:14.949Z Compiling adler2 v2.0.1
18802026-06-09T04:05:15.131Z Compiling match_cfg v0.1.0
18812026-06-09T04:05:15.223Z Compiling simd-adler32 v0.3.9
18822026-06-09T04:05:15.226Z Compiling hostname v0.3.1
18832026-06-09T04:05:15.380Z Compiling miniz_oxide v0.8.9
18842026-06-09T04:05:16.180Z Compiling slog-json v2.6.1
18852026-06-09T04:05:16.479Z Compiling memmap2 v0.9.10
18862026-06-09T04:05:17.026Z Compiling usdt v0.6.0
18872026-06-09T04:05:17.216Z Compiling slog-bunyan v2.5.0
18882026-06-09T04:05:17.227Z Compiling flate2 v1.1.9
18892026-06-09T04:05:17.374Z Compiling crypto-common v0.2.2
18902026-06-09T04:05:17.664Z Compiling block-buffer v0.12.0
18912026-06-09T04:05:17.738Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-09T04:05:17.822Z Compiling compression-core v0.4.32
18932026-06-09T04:05:17.859Z Compiling const-oid v0.10.2
18942026-06-09T04:05:17.986Z Compiling either v1.16.0
18952026-06-09T04:05:18.189Z Compiling debug-ignore v1.0.5
18962026-06-09T04:05:18.223Z Compiling digest v0.11.3
18972026-06-09T04:05:18.264Z Compiling compression-codecs v0.4.38
18982026-06-09T04:05:18.530Z Compiling toml_parser v1.1.2+spec-1.1.0
18992026-06-09T04:05:18.570Z Compiling crypto-common v0.1.7
19002026-06-09T04:05:18.631Z Compiling parse-display-derive v0.10.0
19012026-06-09T04:05:18.693Z Compiling rand_chacha v0.3.1
19022026-06-09T04:05:18.728Z Compiling serde_spanned v1.1.1
19032026-06-09T04:05:18.842Z Compiling toml_datetime v1.1.1+spec-1.1.0
19042026-06-09T04:05:18.882Z Compiling encoding_rs v0.8.35
19052026-06-09T04:05:19.264Z Compiling toml_writer v1.1.1+spec-1.1.0
19062026-06-09T04:05:19.377Z Compiling spin v0.9.8
19072026-06-09T04:05:19.616Z Compiling mime v0.3.17
19082026-06-09T04:05:19.650Z Compiling toml v1.1.2+spec-1.1.0
19092026-06-09T04:05:19.729Z Compiling rand v0.8.6
19102026-06-09T04:05:20.172Z Compiling async-compression v0.4.42
19112026-06-09T04:05:20.191Z Compiling sha1 v0.11.0
19122026-06-09T04:05:20.494Z Compiling strum v0.26.3
19132026-06-09T04:05:20.629Z Compiling async-stream v0.3.6
19142026-06-09T04:05:20.647Z Compiling waitgroup v0.1.2
19152026-06-09T04:05:20.825Z Compiling rustls-pemfile v2.2.0
19162026-06-09T04:05:20.825Z Compiling serde_path_to_error v0.1.20
19172026-06-09T04:05:20.904Z Compiling hostname v0.4.2
19182026-06-09T04:05:21.084Z Compiling wait-timeout v0.2.1
19192026-06-09T04:05:21.428Z Compiling bit-vec v0.8.0
19202026-06-09T04:05:21.494Z Compiling quick-error v1.2.3
19212026-06-09T04:05:21.571Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19222026-06-09T04:05:21.606Z Compiling rusty-fork v0.3.1
19232026-06-09T04:05:21.757Z Compiling bit-set v0.8.0
19242026-06-09T04:05:21.948Z Compiling serde_with v3.20.0
19252026-06-09T04:05:22.073Z Compiling rand_xorshift v0.4.0
19262026-06-09T04:05:22.186Z Compiling unarray v0.1.4
19272026-06-09T04:05:22.365Z Compiling proptest v1.11.0
19282026-06-09T04:05:22.621Z Compiling strum v0.27.2
19292026-06-09T04:05:22.659Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19302026-06-09T04:05:22.761Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19312026-06-09T04:05:22.938Z Compiling instant v0.1.13
19322026-06-09T04:05:23.181Z Compiling itertools v0.14.0
19332026-06-09T04:05:23.269Z Compiling iddqd v0.4.2
19342026-06-09T04:05:23.289Z Compiling unicode-width v0.2.2
19352026-06-09T04:05:24.212Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19362026-06-09T04:05:24.376Z Compiling block-buffer v0.10.4
19372026-06-09T04:05:24.523Z Compiling backon v1.6.0
19382026-06-09T04:05:24.593Z Compiling regress v0.10.5
19392026-06-09T04:05:24.647Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19402026-06-09T04:05:26.253Z Compiling digest v0.10.7
19412026-06-09T04:05:26.501Z Compiling backoff v0.4.0
19422026-06-09T04:05:26.677Z Compiling parse-display v0.10.0
19432026-06-09T04:05:27.001Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19442026-06-09T04:05:27.544Z Compiling humantime v2.3.0
19452026-06-09T04:05:29.542Z Compiling regress v0.11.1
19462026-06-09T04:05:30.609Z Compiling zerocopy-derive v0.7.35
19472026-06-09T04:05:31.014Z Compiling typify-impl v0.6.2
19482026-06-09T04:05:31.591Z Compiling darling_core v0.21.3
19492026-06-09T04:05:31.773Z Compiling clap_derive v4.6.1
19502026-06-09T04:05:32.529Z Compiling cpufeatures v0.2.17
19512026-06-09T04:05:32.578Z Compiling utf8parse v0.2.2
19522026-06-09T04:05:32.610Z Compiling convert_case v0.4.0
19532026-06-09T04:05:32.693Z Compiling anstyle-parse v1.0.0
19542026-06-09T04:05:32.913Z Compiling derive_more v0.99.20
19552026-06-09T04:05:33.650Z Compiling darling_macro v0.21.3
19562026-06-09T04:05:34.148Z Compiling terminal_size v0.4.4
19572026-06-09T04:05:34.251Z Compiling toml_datetime v0.6.11
19582026-06-09T04:05:34.314Z Compiling typify-macro v0.6.2
19592026-06-09T04:05:34.344Z Compiling is_terminal_polyfill v1.70.2
19602026-06-09T04:05:34.440Z Compiling colorchoice v1.0.5
19612026-06-09T04:05:34.507Z Compiling anstyle v1.0.14
19622026-06-09T04:05:34.734Z Compiling anstyle-query v1.1.5
19632026-06-09T04:05:34.847Z Compiling anstream v1.0.0
19642026-06-09T04:05:34.996Z Compiling darling v0.21.3
19652026-06-09T04:05:35.400Z Compiling secrecy v0.10.3
19662026-06-09T04:05:35.463Z Compiling clap_lex v1.1.0
19672026-06-09T04:05:35.811Z Compiling heapless v0.8.0
19682026-06-09T04:05:35.828Z Compiling tinyvec_macros v0.1.1
19692026-06-09T04:05:35.876Z Compiling crucible-workspace-hack v0.1.0
19702026-06-09T04:05:35.900Z Compiling tinyvec v1.11.0
19712026-06-09T04:05:36.149Z Compiling clap_builder v4.6.0
19722026-06-09T04:05:36.297Z Compiling typify v0.6.2
19732026-06-09T04:05:36.581Z Compiling ingot-macros v0.1.1
19742026-06-09T04:05:36.663Z Compiling zerocopy v0.7.35
19752026-06-09T04:05:36.932Z Compiling hash32 v0.3.1
19762026-06-09T04:05:37.161Z Compiling scroll_derive v0.12.1
19772026-06-09T04:05:37.166Z Compiling rustc_version v0.4.1
19782026-06-09T04:05:37.404Z Compiling num-integer v0.1.46
19792026-06-09T04:05:37.446Z Compiling usdt-impl v0.5.0
19802026-06-09T04:05:37.734Z Compiling smoltcp v0.11.0
19812026-06-09T04:05:37.838Z Compiling scroll v0.12.0
19822026-06-09T04:05:38.010Z Compiling curve25519-dalek v4.1.3
19832026-06-09T04:05:38.120Z Compiling clap v4.6.1
19842026-06-09T04:05:38.612Z Compiling dof v0.3.0
19852026-06-09T04:05:39.234Z Compiling ingot-types v0.1.2
19862026-06-09T04:05:40.105Z Compiling hmac v0.12.1
19872026-06-09T04:05:40.124Z Compiling dtrace-parser v0.2.0
19882026-06-09T04:05:40.124Z Compiling inout v0.1.4
19892026-06-09T04:05:40.166Z Compiling ff v0.13.1
19902026-06-09T04:05:40.184Z Compiling cobs v0.3.0
19912026-06-09T04:05:40.457Z Compiling thread-id v4.2.2
19922026-06-09T04:05:40.748Z Compiling unsafe-libyaml v0.2.11
19932026-06-09T04:05:40.776Z Compiling bitflags v1.3.2
19942026-06-09T04:05:40.815Z Compiling managed v0.8.0
19952026-06-09T04:05:41.271Z Compiling serde_yaml v0.9.34+deprecated
19962026-06-09T04:05:42.032Z Compiling postcard v1.1.3
19972026-06-09T04:05:42.148Z Compiling group v0.13.0
19982026-06-09T04:05:42.446Z Compiling cipher v0.4.4
19992026-06-09T04:05:42.562Z Compiling hkdf v0.12.4
20002026-06-09T04:05:42.763Z Compiling ingot v0.1.1
20012026-06-09T04:05:43.247Z Compiling goblin v0.8.2
20022026-06-09T04:05:43.594Z Compiling num-rational v0.4.2
20032026-06-09T04:05:44.513Z Compiling num-iter v0.1.45
20042026-06-09T04:05:44.917Z Compiling tabwriter v1.4.1
20052026-06-09T04:05:45.069Z Compiling universal-hash v0.5.1
20062026-06-09T04:05:45.203Z Compiling crypto-bigint v0.5.5
20072026-06-09T04:05:45.250Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20082026-06-09T04:05:45.349Z Compiling thiserror-impl-no-std v2.0.2
20092026-06-09T04:05:46.070Z Compiling hubpack_derive v0.1.1
20102026-06-09T04:05:46.371Z Compiling crossbeam-epoch v0.9.18
20112026-06-09T04:05:46.601Z Compiling half v2.7.1
20122026-06-09T04:05:46.710Z Compiling curve25519-dalek-derive v0.1.1
20132026-06-09T04:05:47.041Z Compiling num-complex v0.4.6
20142026-06-09T04:05:47.532Z Compiling memoffset v0.9.1
20152026-06-09T04:05:47.537Z Compiling cfg_aliases v0.2.1
20162026-06-09T04:05:47.612Z Compiling prettyplease v0.2.37
20172026-06-09T04:05:47.627Z Compiling base64ct v1.8.3
20182026-06-09T04:05:49.337Z Compiling base16ct v0.2.0
20192026-06-09T04:05:49.401Z Compiling opaque-debug v0.3.1
20202026-06-09T04:05:49.401Z Compiling ciborium-io v0.2.2
20212026-06-09T04:05:49.401Z Compiling ciborium-ll v0.2.2
20222026-06-09T04:05:49.402Z Compiling poly1305 v0.8.0
20232026-06-09T04:05:49.402Z Compiling elliptic-curve v0.13.8
20242026-06-09T04:05:49.402Z Compiling password-hash v0.5.0
20252026-06-09T04:05:49.562Z Compiling nix v0.31.3
20262026-06-09T04:05:49.972Z Compiling num v0.4.3
20272026-06-09T04:05:50.056Z Compiling hubpack v0.1.2
20282026-06-09T04:05:50.213Z Compiling thiserror-no-std v2.0.2
20292026-06-09T04:05:51.244Z Compiling chacha20 v0.9.1
20302026-06-09T04:05:51.805Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20312026-06-09T04:05:52.226Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-09T04:05:52.261Z Compiling reqwest v0.12.28
20332026-06-09T04:05:52.776Z Compiling toml_edit v0.25.12+spec-1.1.0
20342026-06-09T04:05:53.233Z Compiling blake2 v0.10.6
20352026-06-09T04:05:53.472Z Compiling aead v0.5.2
20362026-06-09T04:05:53.697Z Compiling byte-wrapper v0.1.0
20372026-06-09T04:05:53.841Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20382026-06-09T04:05:53.897Z Compiling serde_repr v0.1.20
20392026-06-09T04:05:54.451Z Compiling proc-macro-error-attr v1.0.4
20402026-06-09T04:05:54.633Z Compiling bstr v1.12.1
20412026-06-09T04:05:54.763Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20422026-06-09T04:05:54.832Z Compiling rustix v0.38.44
20432026-06-09T04:05:54.981Z Compiling float-ord v0.3.2
20442026-06-09T04:05:55.039Z Compiling static_assertions v1.1.0
20452026-06-09T04:05:55.300Z Compiling keccak v0.1.6
20462026-06-09T04:05:55.504Z Compiling sha3 v0.10.9
20472026-06-09T04:05:55.581Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20482026-06-09T04:05:55.649Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-09T04:05:56.242Z Compiling chacha20poly1305 v0.10.1
20502026-06-09T04:05:56.282Z Compiling argon2 v0.5.3
20512026-06-09T04:05:56.391Z Compiling proc-macro-crate v3.5.0
20522026-06-09T04:05:57.659Z Compiling progenitor-client v0.10.0
20532026-06-09T04:05:57.690Z Compiling vsss-rs v3.3.4
20542026-06-09T04:05:58.594Z Compiling ciborium v0.2.2
20552026-06-09T04:05:58.657Z Compiling rustls-webpki v0.103.13
20562026-06-09T04:05:59.406Z Compiling usdt-macro v0.5.0
20572026-06-09T04:05:59.484Z Compiling usdt-attr-macro v0.5.0
20582026-06-09T04:06:01.280Z Compiling enum-as-inner v0.6.1
20592026-06-09T04:06:01.446Z Compiling num-derive v0.4.2
20602026-06-09T04:06:01.854Z Compiling proc-macro-error v1.0.4
20612026-06-09T04:06:02.040Z Compiling memmap v0.7.0
20622026-06-09T04:06:02.125Z Compiling data-encoding v2.11.0
20632026-06-09T04:06:02.256Z Compiling winnow v0.5.40
20642026-06-09T04:06:02.441Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20652026-06-09T04:06:02.709Z Compiling indent_write v2.2.0
20662026-06-09T04:06:02.871Z Compiling tokio-rustls v0.26.4
20672026-06-09T04:06:02.939Z Compiling rustls-platform-verifier v0.7.0
20682026-06-09T04:06:03.418Z Compiling hyper-rustls v0.27.9
20692026-06-09T04:06:03.537Z Compiling reqwest v0.13.4
20702026-06-09T04:06:03.871Z Compiling toml_edit v0.19.15
20712026-06-09T04:06:04.220Z Compiling usdt v0.5.0
20722026-06-09T04:06:04.926Z Compiling progenitor-client v0.14.0
20732026-06-09T04:06:06.591Z Compiling progenitor-extras v0.2.0
20742026-06-09T04:06:06.591Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20752026-06-09T04:06:06.591Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20762026-06-09T04:06:06.591Z Compiling num_enum_derive v0.7.6
20772026-06-09T04:06:06.591Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20782026-06-09T04:06:08.208Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20792026-06-09T04:06:10.815Z Compiling serde_spanned v0.6.9
20802026-06-09T04:06:10.985Z Compiling foreign-types-macros v0.2.3
20812026-06-09T04:06:11.659Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20822026-06-09T04:06:17.641Z Compiling colored v3.1.1
20832026-06-09T04:06:17.923Z Compiling toml_write v0.1.2
20842026-06-09T04:06:18.159Z Compiling vcpkg v0.2.15
20852026-06-09T04:06:18.333Z Compiling bytecount v0.6.9
20862026-06-09T04:06:18.429Z Compiling pkg-config v0.3.33
20872026-06-09T04:06:18.691Z Compiling foreign-types-shared v0.3.1
20882026-06-09T04:06:18.794Z Compiling winnow v0.7.15
20892026-06-09T04:06:18.969Z Compiling openssl-sys v0.9.116
20902026-06-09T04:06:19.378Z Compiling foreign-types v0.5.0
20912026-06-09T04:06:19.475Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20922026-06-09T04:06:19.494Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20932026-06-09T04:06:20.047Z Compiling num_enum v0.7.6
20942026-06-09T04:06:20.188Z Compiling toml_edit v0.22.27
20952026-06-09T04:06:20.230Z Compiling proc-macro-crate v1.3.1
20962026-06-09T04:06:20.602Z Compiling progenitor-impl v0.13.0
20972026-06-09T04:06:20.663Z Compiling chacha20 v0.10.0
20982026-06-09T04:06:20.682Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20992026-06-09T04:06:21.206Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21002026-06-09T04:06:21.346Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21012026-06-09T04:06:21.362Z Compiling cstr-argument v0.1.2
21022026-06-09T04:06:21.543Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
21032026-06-09T04:06:21.621Z Compiling resolv-conf v0.7.6
21042026-06-09T04:06:21.665Z Compiling heck v0.4.1
21052026-06-09T04:06:21.884Z Compiling semver v0.1.20
21062026-06-09T04:06:22.252Z Compiling swrite v0.1.0
21072026-06-09T04:06:22.457Z Compiling unicode-segmentation v1.13.3
21082026-06-09T04:06:22.495Z Compiling linked-hash-map v0.5.6
21092026-06-09T04:06:22.966Z Compiling rayon-core v1.13.0
21102026-06-09T04:06:22.986Z Compiling lru-cache v0.1.2
21112026-06-09T04:06:22.986Z Compiling newline-converter v0.3.0
21122026-06-09T04:06:22.986Z Compiling progenitor-macro v0.13.0
21132026-06-09T04:06:23.054Z Compiling rustc_version v0.1.7
21142026-06-09T04:06:23.123Z Compiling toml v0.8.23
21152026-06-09T04:06:23.158Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21162026-06-09T04:06:23.281Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21172026-06-09T04:06:23.656Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21182026-06-09T04:06:23.712Z Compiling rand v0.10.1
21192026-06-09T04:06:23.815Z Compiling num_enum_derive v0.5.11
21202026-06-09T04:06:24.334Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21212026-06-09T04:06:24.553Z Compiling atomicwrites v0.4.4
21222026-06-09T04:06:24.608Z Compiling progenitor-client v0.13.0
21232026-06-09T04:06:24.732Z Compiling hickory-proto v0.24.4
21242026-06-09T04:06:24.806Z Compiling similar v2.7.0
21252026-06-09T04:06:24.867Z Compiling crossbeam-deque v0.8.6
21262026-06-09T04:06:25.090Z Compiling progenitor-impl v0.14.0
21272026-06-09T04:06:25.114Z Compiling console v0.15.11
21282026-06-09T04:06:26.364Z Compiling camino-tempfile v1.4.1
21292026-06-09T04:06:26.788Z Compiling serde-big-array v0.5.1
21302026-06-09T04:06:26.963Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21312026-06-09T04:06:27.129Z Compiling derive-where v1.6.1
21322026-06-09T04:06:27.135Z Compiling pin-project-internal v1.1.13
21332026-06-09T04:06:27.520Z Compiling minimal-lexical v0.2.1
21342026-06-09T04:06:27.621Z Compiling lazy_static v1.5.0
21352026-06-09T04:06:27.748Z Compiling siphasher v1.0.3
21362026-06-09T04:06:27.766Z Compiling nom v7.1.3
21372026-06-09T04:06:27.946Z Compiling phf_shared v0.12.1
21382026-06-09T04:06:28.296Z Compiling pin-project v1.1.13
21392026-06-09T04:06:28.414Z Compiling progenitor-macro v0.14.0
21402026-06-09T04:06:28.457Z Compiling progenitor v0.13.0
21412026-06-09T04:06:28.609Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21422026-06-09T04:06:29.001Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-09T04:06:29.090Z Compiling hickory-resolver v0.24.4
21442026-06-09T04:06:32.472Z Compiling expectorate v1.2.0
21452026-06-09T04:06:32.736Z Compiling num_enum v0.5.11
21462026-06-09T04:06:32.855Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-09T04:06:34.069Z Compiling newtype_derive v0.1.6
21482026-06-09T04:06:34.658Z Compiling unicode-normalization v0.1.25
21492026-06-09T04:06:35.243Z Compiling tokio-stream v0.1.18
21502026-06-09T04:06:35.808Z Compiling async-recursion v1.1.1
21512026-06-09T04:06:37.424Z Compiling snafu-derive v0.8.9
21522026-06-09T04:06:37.460Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21532026-06-09T04:06:37.460Z Compiling slog-dtrace v0.3.0
21542026-06-09T04:06:37.460Z Compiling csv-core v0.1.13
21552026-06-09T04:06:37.581Z Compiling cancel-safe-futures v0.1.5
21562026-06-09T04:06:37.745Z Compiling unicode-xid v0.2.6
21572026-06-09T04:06:37.881Z Compiling konst_macro_rules v0.2.19
21582026-06-09T04:06:37.893Z Compiling same-file v1.0.6
21592026-06-09T04:06:38.066Z Compiling unicode-width v0.1.14
21602026-06-09T04:06:38.076Z Compiling openssl v0.10.80
21612026-06-09T04:06:38.256Z Compiling chrono-tz v0.10.4
21622026-06-09T04:06:38.330Z Compiling owo-colors v4.3.0
21632026-06-09T04:06:38.364Z Compiling foreign-types-shared v0.1.1
21642026-06-09T04:06:38.372Z Compiling highway v1.3.0
21652026-06-09T04:06:38.464Z Compiling foldhash v0.1.5
21662026-06-09T04:06:38.532Z Compiling foreign-types v0.3.2
21672026-06-09T04:06:38.636Z Compiling hashbrown v0.15.5
21682026-06-09T04:06:38.706Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21692026-06-09T04:06:38.762Z Compiling snafu v0.8.9
21702026-06-09T04:06:39.084Z Compiling walkdir v2.5.0
21712026-06-09T04:06:39.269Z Compiling konst v0.2.20
21722026-06-09T04:06:39.353Z Compiling const_format_proc_macros v0.2.34
21732026-06-09T04:06:39.656Z Compiling csv v1.4.0
21742026-06-09T04:06:39.928Z Compiling progenitor v0.14.0
21752026-06-09T04:06:39.948Z Compiling qorb v0.4.1
21762026-06-09T04:06:40.086Z Compiling olpc-cjson v0.1.4
21772026-06-09T04:06:40.216Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21782026-06-09T04:06:40.595Z Compiling rayon v1.12.0
21792026-06-09T04:06:41.424Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21802026-06-09T04:06:42.762Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-06-09T04:06:42.841Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-09T04:06:43.898Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-06-09T04:06:44.442Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21842026-06-09T04:06:44.554Z Compiling phf v0.12.1
21852026-06-09T04:06:45.185Z Compiling zone_cfg_derive v0.3.1
21862026-06-09T04:06:45.682Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-06-09T04:06:45.910Z Compiling tokio-dtrace v0.1.1
21882026-06-09T04:06:46.475Z Compiling globset v0.4.18
21892026-06-09T04:06:46.647Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21902026-06-09T04:06:46.879Z Compiling itertools v0.12.1
21912026-06-09T04:06:48.464Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-09T04:06:48.489Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21932026-06-09T04:06:48.489Z Compiling libsw-core v0.3.2
21942026-06-09T04:06:48.489Z Compiling pem v3.0.6
21952026-06-09T04:06:48.588Z Compiling serde_plain v1.0.2
21962026-06-09T04:06:48.792Z Compiling openssl-macros v0.1.1
21972026-06-09T04:06:48.886Z Compiling cookie v0.18.1
21982026-06-09T04:06:48.901Z Compiling sigpipe v0.1.3
21992026-06-09T04:06:49.003Z Compiling fixedbitset v0.4.2
22002026-06-09T04:06:49.133Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-09T04:06:49.152Z Compiling glob v0.3.3
22022026-06-09T04:06:49.289Z Compiling fixedbitset v0.5.7
22032026-06-09T04:06:49.374Z Compiling typed-path v0.9.3
22042026-06-09T04:06:49.390Z Compiling jiff v0.2.28
22052026-06-09T04:06:49.573Z Compiling petgraph v0.8.3
22062026-06-09T04:06:50.087Z Compiling petgraph v0.6.5
22072026-06-09T04:06:50.155Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22082026-06-09T04:06:50.397Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22092026-06-09T04:06:51.136Z Compiling tough v0.22.0
22102026-06-09T04:06:51.887Z Compiling libsw v3.5.0
22112026-06-09T04:06:51.917Z Compiling zone v0.3.1
22122026-06-09T04:06:52.082Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22132026-06-09T04:06:52.309Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-06-09T04:06:52.422Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-09T04:06:53.653Z Compiling oxide-tokio-rt v0.1.6
22162026-06-09T04:06:54.249Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22172026-06-09T04:06:56.228Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-09T04:06:56.262Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-06-09T04:06:56.262Z Compiling const_format v0.2.36
22202026-06-09T04:06:56.262Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-09T04:06:57.081Z Compiling papergrid v0.11.0
22222026-06-09T04:06:57.876Z Compiling tabled_derive v0.7.0
22232026-06-09T04:06:58.187Z Compiling gethostname v0.5.0
22242026-06-09T04:06:58.339Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-06-09T04:06:58.849Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22262026-06-09T04:06:59.221Z Compiling libscf-sys v1.2.0
22272026-06-09T04:06:59.384Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22282026-06-09T04:06:59.467Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22292026-06-09T04:06:59.533Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-06-09T04:06:59.550Z Compiling smf v0.2.3
22312026-06-09T04:06:59.661Z Compiling bcs v0.1.6
22322026-06-09T04:06:59.696Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22332026-06-09T04:07:00.063Z Compiling termtree v0.5.1
22342026-06-09T04:07:00.245Z Compiling whoami v1.6.1
22352026-06-09T04:07:00.677Z Compiling tagptr v0.2.0
22362026-06-09T04:07:00.694Z Compiling linear-map v1.2.0
22372026-06-09T04:07:00.709Z Compiling unicode-linebreak v0.1.5
22382026-06-09T04:07:00.848Z Compiling smawk v0.3.2
22392026-06-09T04:07:00.916Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22402026-06-09T04:07:00.934Z Compiling moka v0.12.15
22412026-06-09T04:07:01.035Z Compiling textwrap v0.16.2
22422026-06-09T04:07:02.315Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22432026-06-09T04:07:02.620Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-06-09T04:07:02.639Z Compiling tabled v0.15.0
22452026-06-09T04:07:03.483Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22462026-06-09T04:07:03.753Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-06-09T04:07:03.770Z Compiling steno v0.4.1
22482026-06-09T04:07:03.966Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22492026-06-09T04:07:05.338Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22502026-06-09T04:07:09.123Z Compiling hickory-proto v0.25.2
22512026-06-09T04:07:09.641Z Compiling proc-macro-error-attr2 v2.0.0
22522026-06-09T04:07:10.104Z Compiling proc-macro-error2 v2.0.1
22532026-06-09T04:07:10.400Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22542026-06-09T04:07:10.417Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22552026-06-09T04:07:10.688Z Compiling parking_lot_core v0.8.6
22562026-06-09T04:07:10.871Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22572026-06-09T04:07:10.884Z Compiling tabled_derive v0.11.0
22582026-06-09T04:07:11.026Z Compiling papergrid v0.18.0
22592026-06-09T04:07:11.999Z Compiling hickory-resolver v0.25.2
22602026-06-09T04:07:12.040Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22612026-06-09T04:07:12.553Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22622026-06-09T04:07:13.212Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22632026-06-09T04:07:13.991Z Compiling testing_table v0.3.0
22642026-06-09T04:07:14.415Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22652026-06-09T04:07:14.964Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22662026-06-09T04:07:15.314Z Compiling tabled v0.21.0
22672026-06-09T04:07:15.945Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22682026-06-09T04:07:16.551Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22692026-06-09T04:07:17.581Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22702026-06-09T04:07:17.699Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22712026-06-09T04:07:18.238Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22722026-06-09T04:07:18.391Z Compiling arc-swap v1.9.1
22732026-06-09T04:07:18.737Z Compiling slog-scope v4.4.1
22742026-06-09T04:07:18.935Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22752026-06-09T04:07:20.480Z Compiling parking_lot v0.11.2
22762026-06-09T04:07:20.721Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22772026-06-09T04:07:21.365Z Compiling dropshot-api-manager-types v0.7.2
22782026-06-09T04:07:21.476Z Compiling fxhash v0.2.1
22792026-06-09T04:07:21.613Z Compiling crc8 v0.1.1
22802026-06-09T04:07:21.632Z Compiling sled v0.34.7
22812026-06-09T04:07:21.735Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22822026-06-09T04:07:21.933Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22832026-06-09T04:07:22.867Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22842026-06-09T04:07:23.091Z Compiling slog-stdlog v4.1.1
22852026-06-09T04:07:23.542Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22862026-06-09T04:07:23.812Z Compiling slog-envlogger v2.2.0
22872026-06-09T04:07:24.900Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22882026-06-09T04:07:27.311Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22892026-06-09T04:07:30.001Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22902026-06-09T04:07:31.648Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22912026-06-09T04:07:32.600Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22922026-06-09T04:07:42.813Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22932026-06-09T04:07:46.368Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22942026-06-09T04:07:49.759Z Finished `release` profile [optimized] target(s) in 3m 40s
22952026-06-09T04:07:50.088Z+ banner quartet
22962026-06-09T04:07:50.091Z
22972026-06-09T04:07:50.091Z #### # # ## ##### ##### ###### #####
22982026-06-09T04:07:50.091Z # # # # # # # # # # #
22992026-06-09T04:07:50.091Z # # # # # # # # # ##### #
23002026-06-09T04:07:50.092Z # # # # # ###### ##### # # #
23012026-06-09T04:07:50.092Z # # # # # # # # # # #
23022026-06-09T04:07:50.092Z ### # #### # # # # # ###### #
23032026-06-09T04:07:50.092Z
23042026-06-09T04:07:50.092Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
23052026-06-09T04:07:50.660Z Compiling cfg-if v1.0.4
23062026-06-09T04:07:50.663Z Compiling libc v0.2.186
23072026-06-09T04:07:50.663Z Compiling serde_core v1.0.228
23082026-06-09T04:07:50.758Z Compiling memchr v2.8.1
23092026-06-09T04:07:50.774Z Compiling itoa v1.0.18
23102026-06-09T04:07:50.780Z Compiling smallvec v1.15.1
23112026-06-09T04:07:50.788Z Compiling stable_deref_trait v1.2.1
23122026-06-09T04:07:50.792Z Compiling zerofrom v0.1.8
23132026-06-09T04:07:50.812Z Compiling zmij v1.0.21
23142026-06-09T04:07:50.860Z Compiling writeable v0.6.3
23152026-06-09T04:07:50.917Z Compiling yoke v0.8.3
23162026-06-09T04:07:51.000Z Compiling litemap v0.8.2
23172026-06-09T04:07:51.023Z Compiling utf8_iter v1.0.4
23182026-06-09T04:07:51.095Z Compiling zerovec v0.11.6
23192026-06-09T04:07:51.112Z Compiling zerotrie v0.2.4
23202026-06-09T04:07:51.172Z Compiling percent-encoding v2.3.2
23212026-06-09T04:07:51.184Z Compiling libm v0.2.16
23222026-06-09T04:07:51.201Z Compiling icu_normalizer_data v2.2.0
23232026-06-09T04:07:51.264Z Compiling icu_properties_data v2.2.0
23242026-06-09T04:07:51.278Z Compiling form_urlencoded v1.2.2
23252026-06-09T04:07:51.405Z Compiling rand_core v0.10.1
23262026-06-09T04:07:51.417Z Compiling errno v0.3.14
23272026-06-09T04:07:51.545Z Compiling iana-time-zone v0.1.65
23282026-06-09T04:07:51.557Z Compiling pin-project-lite v0.2.17
23292026-06-09T04:07:51.599Z Compiling getrandom v0.4.2
23302026-06-09T04:07:51.611Z Compiling zeroize v1.8.2
23312026-06-09T04:07:51.653Z Compiling tinystr v0.8.3
23322026-06-09T04:07:51.706Z Compiling potential_utf v0.1.5
23332026-06-09T04:07:51.796Z Compiling dyn-clone v1.0.20
23342026-06-09T04:07:51.844Z Compiling icu_locale_core v2.2.0
23352026-06-09T04:07:51.868Z Compiling icu_collections v2.2.0
23362026-06-09T04:07:51.879Z Compiling socket2 v0.6.4
23372026-06-09T04:07:51.888Z Compiling scopeguard v1.2.0
23382026-06-09T04:07:51.888Z Compiling parking_lot_core v0.9.12
23392026-06-09T04:07:51.941Z Compiling signal-hook-registry v1.4.8
23402026-06-09T04:07:51.998Z Compiling num-traits v0.2.19
23412026-06-09T04:07:52.331Z Compiling lock_api v0.4.14
23422026-06-09T04:07:52.487Z Compiling mio v1.2.1
23432026-06-09T04:07:52.590Z Compiling parking_lot v0.12.5
23442026-06-09T04:07:52.677Z Compiling serde v1.0.228
23452026-06-09T04:07:52.689Z Compiling serde_json v1.0.150
23462026-06-09T04:07:52.810Z Compiling icu_provider v2.2.0
23472026-06-09T04:07:52.822Z Compiling uuid v1.23.2
23482026-06-09T04:07:52.925Z Compiling semver v1.0.28
23492026-06-09T04:07:53.205Z Compiling bytes v1.11.1
23502026-06-09T04:07:53.308Z Compiling icu_properties v2.2.0
23512026-06-09T04:07:53.422Z Compiling icu_normalizer v2.2.0
23522026-06-09T04:07:53.439Z Compiling chrono v0.4.45
23532026-06-09T04:07:53.529Z Compiling portable-atomic v1.13.1
23542026-06-09T04:07:53.591Z Compiling thiserror v2.0.18
23552026-06-09T04:07:53.701Z Compiling bitflags v2.12.1
23562026-06-09T04:07:54.107Z Compiling tokio v1.52.3
23572026-06-09T04:07:54.128Z Compiling futures-core v0.3.32
23582026-06-09T04:07:54.222Z Compiling idna_adapter v1.2.2
23592026-06-09T04:07:54.299Z Compiling critical-section v1.2.0
23602026-06-09T04:07:54.360Z Compiling idna v1.1.0
23612026-06-09T04:07:54.410Z Compiling once_cell v1.21.4
23622026-06-09T04:07:54.637Z Compiling subtle v2.6.1
23632026-06-09T04:07:54.691Z Compiling equivalent v1.0.2
23642026-06-09T04:07:54.755Z Compiling url v2.5.8
23652026-06-09T04:07:54.791Z Compiling log v0.4.32
23662026-06-09T04:07:54.811Z Compiling zerocopy v0.8.50
23672026-06-09T04:07:54.933Z Compiling futures-sink v0.3.32
23682026-06-09T04:07:55.047Z Compiling slab v0.4.12
23692026-06-09T04:07:55.050Z Compiling typenum v1.20.1
23702026-06-09T04:07:55.221Z Compiling futures-channel v0.3.32
23712026-06-09T04:07:55.384Z Compiling schemars v0.8.22
23722026-06-09T04:07:55.508Z Compiling getrandom v0.2.17
23732026-06-09T04:07:55.740Z Compiling futures-io v0.3.32
23742026-06-09T04:07:55.864Z Compiling futures-task v0.3.32
23752026-06-09T04:07:55.919Z Compiling rand_core v0.6.4
23762026-06-09T04:07:56.041Z Compiling futures-util v0.3.32
23772026-06-09T04:07:56.183Z Compiling hashbrown v0.17.1
23782026-06-09T04:07:56.483Z Compiling tracing-core v0.1.36
23792026-06-09T04:07:56.868Z Compiling indexmap v2.14.0
23802026-06-09T04:07:56.977Z Compiling tracing v0.1.44
23812026-06-09T04:07:57.327Z Compiling ipnetwork v0.21.1
23822026-06-09T04:07:57.340Z Compiling base64 v0.22.1
23832026-06-09T04:07:57.602Z Compiling http v1.4.2
23842026-06-09T04:07:57.729Z Compiling unicode-ident v1.0.24
23852026-06-09T04:07:57.832Z Compiling proc-macro2 v1.0.106
23862026-06-09T04:07:57.855Z Compiling slog v2.8.2
23872026-06-09T04:07:57.881Z Compiling erased-serde v0.3.31
23882026-06-09T04:07:58.019Z Compiling fnv v1.0.7
23892026-06-09T04:07:58.130Z Compiling oxnet v0.1.6
23902026-06-09T04:07:58.782Z Compiling quote v1.0.45
23912026-06-09T04:07:59.058Z Compiling syn v2.0.117
23922026-06-09T04:07:59.384Z Compiling tokio-util v0.7.18
23932026-06-09T04:07:59.530Z Compiling ipnet v2.12.0
23942026-06-09T04:07:59.533Z Compiling byteorder v1.5.0
23952026-06-09T04:07:59.776Z Compiling thiserror v1.0.69
23962026-06-09T04:07:59.890Z Compiling ppv-lite86 v0.2.21
23972026-06-09T04:07:59.989Z Compiling rustls-pki-types v1.14.1
23982026-06-09T04:08:00.241Z Compiling aws-lc-sys v0.41.0
23992026-06-09T04:08:00.343Z Compiling http-body v1.0.1
24002026-06-09T04:08:00.420Z Compiling atomic-waker v1.1.2
24012026-06-09T04:08:00.513Z Compiling untrusted v0.7.1
24022026-06-09T04:08:00.557Z Compiling httparse v1.10.1
24032026-06-09T04:08:00.605Z Compiling ryu v1.0.23
24042026-06-09T04:08:00.662Z Compiling tower-layer v0.3.3
24052026-06-09T04:08:00.723Z Compiling tower-service v0.3.3
24062026-06-09T04:08:00.811Z Compiling aws-lc-rs v1.17.0
24072026-06-09T04:08:00.814Z Compiling try-lock v0.2.5
24082026-06-09T04:08:00.845Z Compiling rustls v0.23.40
24092026-06-09T04:08:00.857Z Compiling untrusted v0.9.0
24102026-06-09T04:08:00.868Z Compiling pretty-hex v0.4.2
24112026-06-09T04:08:00.934Z Compiling want v0.3.1
24122026-06-09T04:08:00.989Z Compiling h2 v0.4.14
24132026-06-09T04:08:01.010Z Compiling httpdate v1.0.3
24142026-06-09T04:08:01.035Z Compiling rustix v1.1.4
24152026-06-09T04:08:01.100Z Compiling regex-syntax v0.8.10
24162026-06-09T04:08:01.116Z Compiling plain v0.2.3
24172026-06-09T04:08:01.233Z Compiling getrandom v0.3.4
24182026-06-09T04:08:01.383Z Compiling omicron-workspace-hack v0.1.0
24192026-06-09T04:08:01.441Z Compiling ucd-trie v0.1.7
24202026-06-09T04:08:01.461Z Compiling rand_core v0.9.5
24212026-06-09T04:08:01.727Z Compiling pest v2.8.6
24222026-06-09T04:08:02.024Z Compiling rustls-webpki v0.103.13
24232026-06-09T04:08:03.431Z Compiling hyper v1.10.1
24242026-06-09T04:08:03.683Z Compiling crossbeam-utils v0.8.21
24252026-06-09T04:08:04.461Z Compiling serde_urlencoded v0.7.1
24262026-06-09T04:08:04.687Z Compiling http-body-util v0.1.3
24272026-06-09T04:08:04.753Z Compiling foldhash v0.2.0
24282026-06-09T04:08:04.982Z Compiling hyper-util v0.1.20
24292026-06-09T04:08:05.052Z Compiling allocator-api2 v0.2.21
24302026-06-09T04:08:05.452Z Compiling hashbrown v0.16.1
24312026-06-09T04:08:06.195Z Compiling newtype-uuid v1.3.2
24322026-06-09T04:08:07.181Z Compiling tokio-rustls v0.26.4
24332026-06-09T04:08:07.223Z Compiling hex v0.4.3
24342026-06-09T04:08:07.528Z Compiling daft v0.1.7
24352026-06-09T04:08:07.568Z Compiling rand_chacha v0.9.0
24362026-06-09T04:08:07.823Z Compiling sync_wrapper v1.0.2
24372026-06-09T04:08:07.912Z Compiling aho-corasick v1.1.4
24382026-06-09T04:08:07.941Z Compiling fastrand v2.4.1
24392026-06-09T04:08:08.035Z Compiling tower v0.5.3
24402026-06-09T04:08:08.105Z Compiling anyhow v1.0.102
24412026-06-09T04:08:08.117Z Compiling rand v0.9.4
24422026-06-09T04:08:08.283Z Compiling powerfmt v0.2.0
24432026-06-09T04:08:08.516Z Compiling tower-http v0.6.11
24442026-06-09T04:08:08.585Z Compiling deranged v0.5.8
24452026-06-09T04:08:08.650Z Compiling generic-array v0.14.7
24462026-06-09T04:08:08.771Z Compiling openapiv3 v2.2.0
24472026-06-09T04:08:08.865Z Compiling regex-automata v0.4.14
24482026-06-09T04:08:09.186Z Compiling num_threads v0.1.7
24492026-06-09T04:08:09.188Z Compiling cpufeatures v0.3.0
24502026-06-09T04:08:09.273Z Compiling num-conv v0.2.2
24512026-06-09T04:08:09.288Z Compiling time-core v0.1.8
24522026-06-09T04:08:09.435Z Compiling openssl-probe v0.2.1
24532026-06-09T04:08:09.447Z Compiling camino v1.2.2
24542026-06-09T04:08:09.670Z Compiling time v0.3.47
24552026-06-09T04:08:09.687Z Compiling rustls-native-certs v0.8.4
24562026-06-09T04:08:10.061Z Compiling tempfile v3.27.0
24572026-06-09T04:08:10.556Z Compiling futures-executor v0.3.32
24582026-06-09T04:08:10.947Z Compiling winnow v1.0.3
24592026-06-09T04:08:11.174Z Compiling regex v1.12.3
24602026-06-09T04:08:11.259Z Compiling futures v0.3.32
24612026-06-09T04:08:11.374Z Compiling rustls-platform-verifier v0.7.0
24622026-06-09T04:08:11.951Z Compiling hyper-rustls v0.27.9
24632026-06-09T04:08:12.353Z Compiling crossbeam-channel v0.5.15
24642026-06-09T04:08:12.462Z Compiling scroll v0.13.0
24652026-06-09T04:08:12.589Z Compiling hybrid-array v0.4.12
24662026-06-09T04:08:12.651Z Compiling simd-adler32 v0.3.9
24672026-06-09T04:08:12.747Z Compiling adler2 v2.0.1
24682026-06-09T04:08:12.927Z Compiling miniz_oxide v0.8.9
24692026-06-09T04:08:13.115Z Compiling goblin v0.10.7
24702026-06-09T04:08:13.119Z Compiling crc32fast v1.5.0
24712026-06-09T04:08:13.332Z Compiling reqwest v0.13.4
24722026-06-09T04:08:13.344Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24732026-06-09T04:08:13.506Z Compiling thread_local v1.1.9
24742026-06-09T04:08:13.865Z Compiling either v1.16.0
24752026-06-09T04:08:14.106Z Compiling flate2 v1.1.9
24762026-06-09T04:08:14.323Z Compiling block-buffer v0.12.0
24772026-06-09T04:08:14.530Z Compiling crypto-common v0.2.2
24782026-06-09T04:08:14.728Z Compiling crypto-common v0.1.7
24792026-06-09T04:08:14.860Z Compiling dtrace-parser v0.3.0
24802026-06-09T04:08:15.357Z Compiling rand_chacha v0.3.1
24812026-06-09T04:08:15.820Z Compiling thread-id v5.1.0
24822026-06-09T04:08:15.917Z Compiling is-terminal v0.4.17
24832026-06-09T04:08:15.995Z Compiling compression-core v0.4.32
24842026-06-09T04:08:16.025Z Compiling term v1.2.1
24852026-06-09T04:08:16.176Z Compiling debug-ignore v1.0.5
24862026-06-09T04:08:16.310Z Compiling dof v0.4.0
24872026-06-09T04:08:17.418Z Compiling const-oid v0.10.2
24882026-06-09T04:08:17.724Z Compiling take_mut v0.2.2
24892026-06-09T04:08:17.850Z Compiling match_cfg v0.1.0
24902026-06-09T04:08:17.933Z Compiling hostname v0.3.1
24912026-06-09T04:08:17.948Z Compiling slog-async v2.8.0
24922026-06-09T04:08:18.137Z Compiling digest v0.11.3
24932026-06-09T04:08:18.299Z Compiling usdt-impl v0.6.0
24942026-06-09T04:08:19.394Z Compiling slog-term v2.9.2
24952026-06-09T04:08:19.417Z Compiling compression-codecs v0.4.38
24962026-06-09T04:08:19.805Z Compiling rand v0.8.6
24972026-06-09T04:08:20.029Z Compiling ref-cast v1.0.25
24982026-06-09T04:08:20.144Z Compiling toml_parser v1.1.2+spec-1.1.0
24992026-06-09T04:08:20.625Z Compiling slog-json v2.6.1
25002026-06-09T04:08:20.771Z Compiling strum v0.26.3
25012026-06-09T04:08:20.894Z Compiling macaddr v1.0.1
25022026-06-09T04:08:20.905Z Compiling serde_spanned v1.1.1
25032026-06-09T04:08:21.055Z Compiling toml_datetime v1.1.1+spec-1.1.0
25042026-06-09T04:08:21.172Z Compiling memmap2 v0.9.10
25052026-06-09T04:08:21.463Z Compiling wait-timeout v0.2.1
25062026-06-09T04:08:21.478Z Compiling encoding_rs v0.8.35
25072026-06-09T04:08:21.528Z Compiling toml_writer v1.1.1+spec-1.1.0
25082026-06-09T04:08:21.789Z Compiling bit-vec v0.8.0
25092026-06-09T04:08:21.945Z Compiling quick-error v1.2.3
25102026-06-09T04:08:22.062Z Compiling spin v0.9.8
25112026-06-09T04:08:22.090Z Compiling mime v0.3.17
25122026-06-09T04:08:22.191Z Compiling rusty-fork v0.3.1
25132026-06-09T04:08:22.583Z Compiling multer v3.1.0
25142026-06-09T04:08:22.644Z Compiling bit-set v0.8.0
25152026-06-09T04:08:22.835Z Compiling toml v1.1.2+spec-1.1.0
25162026-06-09T04:08:23.074Z Compiling usdt v0.6.0
25172026-06-09T04:08:23.739Z Compiling slog-bunyan v2.5.0
25182026-06-09T04:08:23.815Z Compiling async-compression v0.4.42
25192026-06-09T04:08:23.922Z Compiling sha1 v0.11.0
25202026-06-09T04:08:24.307Z Compiling serde_with v3.20.0
25212026-06-09T04:08:24.318Z Compiling async-stream v0.3.6
25222026-06-09T04:08:24.409Z Compiling rand_xorshift v0.4.0
25232026-06-09T04:08:24.519Z Compiling waitgroup v0.1.2
25242026-06-09T04:08:24.576Z Compiling rustls-pemfile v2.2.0
25252026-06-09T04:08:24.640Z Compiling serde_path_to_error v0.1.20
25262026-06-09T04:08:24.679Z Compiling hostname v0.4.2
25272026-06-09T04:08:24.851Z Compiling unarray v0.1.4
25282026-06-09T04:08:24.865Z Compiling progenitor-client v0.14.0
25292026-06-09T04:08:24.975Z Compiling dropshot v0.17.1
25302026-06-09T04:08:25.103Z Compiling proptest v1.11.0
25312026-06-09T04:08:25.115Z Compiling strum v0.27.2
25322026-06-09T04:08:25.259Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25332026-06-09T04:08:25.370Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25342026-06-09T04:08:25.412Z Compiling iddqd v0.4.2
25352026-06-09T04:08:25.599Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25362026-06-09T04:08:25.783Z Compiling block-buffer v0.10.4
25372026-06-09T04:08:25.960Z Compiling reqwest v0.12.28
25382026-06-09T04:08:25.970Z Compiling backon v1.6.0
25392026-06-09T04:08:26.261Z Compiling instant v0.1.13
25402026-06-09T04:08:26.360Z Compiling backoff v0.4.0
25412026-06-09T04:08:26.596Z Compiling progenitor-extras v0.2.0
25422026-06-09T04:08:26.851Z Compiling digest v0.10.7
25432026-06-09T04:08:27.058Z Compiling progenitor-client v0.10.0
25442026-06-09T04:08:27.113Z Compiling parse-display v0.10.0
25452026-06-09T04:08:27.388Z Compiling itertools v0.14.0
25462026-06-09T04:08:27.601Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25472026-06-09T04:08:27.605Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25482026-06-09T04:08:28.075Z Compiling regress v0.10.5
25492026-06-09T04:08:28.900Z Compiling humantime v2.3.0
25502026-06-09T04:08:29.347Z Compiling cpufeatures v0.2.17
25512026-06-09T04:08:29.434Z Compiling heck v0.5.0
25522026-06-09T04:08:29.625Z Compiling unicode-width v0.2.2
25532026-06-09T04:08:29.920Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25542026-06-09T04:08:30.033Z Compiling secrecy v0.10.3
25552026-06-09T04:08:30.209Z Compiling tinyvec_macros v0.1.1
25562026-06-09T04:08:30.290Z Compiling tinyvec v1.11.0
25572026-06-09T04:08:30.732Z Compiling num-integer v0.1.46
25582026-06-09T04:08:31.164Z Compiling scroll v0.12.0
25592026-06-09T04:08:31.257Z Compiling crucible-workspace-hack v0.1.0
25602026-06-09T04:08:31.340Z Compiling hmac v0.12.1
25612026-06-09T04:08:31.474Z Compiling inout v0.1.4
25622026-06-09T04:08:31.485Z Compiling regress v0.11.1
25632026-06-09T04:08:31.505Z Compiling ff v0.13.1
25642026-06-09T04:08:31.637Z Compiling utf8parse v0.2.2
25652026-06-09T04:08:31.681Z Compiling group v0.13.0
25662026-06-09T04:08:31.777Z Compiling anstyle-parse v1.0.0
25672026-06-09T04:08:31.793Z Compiling cipher v0.4.4
25682026-06-09T04:08:31.985Z Compiling hkdf v0.12.4
25692026-06-09T04:08:32.050Z Compiling goblin v0.8.2
25702026-06-09T04:08:32.159Z Compiling num-iter v0.1.45
25712026-06-09T04:08:32.297Z Compiling num-rational v0.4.2
25722026-06-09T04:08:32.887Z Compiling zerocopy v0.7.35
25732026-06-09T04:08:33.457Z Compiling typify-impl v0.6.2
25742026-06-09T04:08:33.493Z Compiling universal-hash v0.5.1
25752026-06-09T04:08:33.643Z Compiling crypto-bigint v0.5.5
25762026-06-09T04:08:34.185Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25772026-06-09T04:08:35.515Z Compiling terminal_size v0.4.4
25782026-06-09T04:08:35.586Z Compiling half v2.7.1
25792026-06-09T04:08:35.680Z Compiling num-complex v0.4.6
25802026-06-09T04:08:35.942Z Compiling anstyle v1.0.14
25812026-06-09T04:08:36.136Z Compiling base16ct v0.2.0
25822026-06-09T04:08:36.227Z Compiling colorchoice v1.0.5
25832026-06-09T04:08:36.354Z Compiling base64ct v1.8.3
25842026-06-09T04:08:36.355Z Compiling opaque-debug v0.3.1
25852026-06-09T04:08:36.377Z Compiling anstyle-query v1.1.5
25862026-06-09T04:08:36.435Z Compiling ciborium-io v0.2.2
25872026-06-09T04:08:36.490Z Compiling is_terminal_polyfill v1.70.2
25882026-06-09T04:08:36.540Z Compiling ciborium-ll v0.2.2
25892026-06-09T04:08:36.592Z Compiling anstream v1.0.0
25902026-06-09T04:08:36.720Z Compiling password-hash v0.5.0
25912026-06-09T04:08:36.803Z Compiling poly1305 v0.8.0
25922026-06-09T04:08:37.125Z Compiling elliptic-curve v0.13.8
25932026-06-09T04:08:37.436Z Compiling num v0.4.3
25942026-06-09T04:08:37.465Z Compiling curve25519-dalek v4.1.3
25952026-06-09T04:08:37.520Z Compiling thiserror-no-std v2.0.2
25962026-06-09T04:08:37.624Z Compiling typify v0.6.2
25972026-06-09T04:08:37.751Z Compiling dof v0.3.0
25982026-06-09T04:08:37.759Z Compiling chacha20 v0.9.1
25992026-06-09T04:08:38.016Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26002026-06-09T04:08:38.593Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26012026-06-09T04:08:40.146Z Compiling blake2 v0.10.6
26022026-06-09T04:08:40.172Z Compiling aead v0.5.2
26032026-06-09T04:08:40.371Z Compiling byte-wrapper v0.1.0
26042026-06-09T04:08:40.443Z Compiling crossbeam-epoch v0.9.18
26052026-06-09T04:08:40.650Z Compiling dtrace-parser v0.2.0
26062026-06-09T04:08:40.947Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26072026-06-09T04:08:40.959Z Compiling thread-id v4.2.2
26082026-06-09T04:08:41.053Z Compiling strsim v0.11.1
26092026-06-09T04:08:41.360Z Compiling keccak v0.1.6
26102026-06-09T04:08:41.372Z Compiling clap_lex v1.1.0
26112026-06-09T04:08:41.739Z Compiling float-ord v0.3.2
26122026-06-09T04:08:41.863Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26132026-06-09T04:08:41.886Z Compiling clap_builder v4.6.0
26142026-06-09T04:08:42.079Z Compiling sha3 v0.10.9
26152026-06-09T04:08:42.484Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26162026-06-09T04:08:42.527Z Compiling usdt-impl v0.5.0
26172026-06-09T04:08:43.258Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26182026-06-09T04:08:45.254Z Compiling argon2 v0.5.3
26192026-06-09T04:08:46.340Z Compiling chacha20poly1305 v0.10.1
26202026-06-09T04:08:46.497Z Compiling vsss-rs v3.3.4
26212026-06-09T04:08:46.869Z Compiling ciborium v0.2.2
26222026-06-09T04:08:47.742Z Compiling hash32 v0.3.1
26232026-06-09T04:08:47.914Z Compiling memmap v0.7.0
26242026-06-09T04:08:48.003Z Compiling indent_write v2.2.0
26252026-06-09T04:08:48.139Z Compiling data-encoding v2.11.0
26262026-06-09T04:08:48.152Z Compiling usdt v0.5.0
26272026-06-09T04:08:48.164Z Compiling heapless v0.8.0
26282026-06-09T04:08:48.662Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26292026-06-09T04:08:48.817Z Compiling ingot-types v0.1.2
26302026-06-09T04:08:49.270Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26312026-06-09T04:08:49.646Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26322026-06-09T04:08:49.739Z Compiling clap v4.6.1
26332026-06-09T04:08:49.751Z Compiling rustix v0.38.44
26342026-06-09T04:08:49.829Z Compiling tabwriter v1.4.1
26352026-06-09T04:08:50.208Z Compiling cobs v0.3.0
26362026-06-09T04:08:50.524Z Compiling bitflags v1.3.2
26372026-06-09T04:08:50.584Z Compiling colored v3.1.1
26382026-06-09T04:08:50.834Z Compiling managed v0.8.0
26392026-06-09T04:08:51.103Z Compiling foreign-types-shared v0.3.1
26402026-06-09T04:08:51.158Z Compiling smoltcp v0.11.0
26412026-06-09T04:08:51.205Z Compiling foreign-types v0.5.0
26422026-06-09T04:08:51.270Z Compiling postcard v1.1.3
26432026-06-09T04:08:51.291Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26442026-06-09T04:08:51.653Z Compiling num_enum v0.7.6
26452026-06-09T04:08:51.789Z Compiling ingot v0.1.1
26462026-06-09T04:08:52.831Z Compiling memoffset v0.9.1
26472026-06-09T04:08:52.941Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26482026-06-09T04:08:52.992Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26492026-06-09T04:08:53.056Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26502026-06-09T04:08:53.181Z Compiling chacha20 v0.10.0
26512026-06-09T04:08:53.256Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26522026-06-09T04:08:53.528Z Compiling toml_datetime v0.6.11
26532026-06-09T04:08:53.685Z Compiling serde_spanned v0.6.9
26542026-06-09T04:08:53.853Z Compiling cstr-argument v0.1.2
26552026-06-09T04:08:53.911Z Compiling winnow v0.7.15
26562026-06-09T04:08:54.020Z Compiling toml_write v0.1.2
26572026-06-09T04:08:54.032Z Compiling static_assertions v1.1.0
26582026-06-09T04:08:54.112Z Compiling unicode-segmentation v1.13.3
26592026-06-09T04:08:54.139Z Compiling resolv-conf v0.7.6
26602026-06-09T04:08:54.267Z Compiling linked-hash-map v0.5.6
26612026-06-09T04:08:54.426Z Compiling swrite v0.1.0
26622026-06-09T04:08:54.483Z Compiling newline-converter v0.3.0
26632026-06-09T04:08:54.536Z Compiling lru-cache v0.1.2
26642026-06-09T04:08:54.619Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26652026-06-09T04:08:54.682Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26662026-06-09T04:08:54.755Z Compiling rand v0.10.1
26672026-06-09T04:08:54.786Z Compiling hubpack v0.1.2
26682026-06-09T04:08:55.040Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26692026-06-09T04:08:55.043Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26702026-06-09T04:08:55.175Z Compiling nix v0.31.3
26712026-06-09T04:08:55.286Z Compiling atomicwrites v0.4.4
26722026-06-09T04:08:55.581Z Compiling toml_edit v0.22.27
26732026-06-09T04:08:55.609Z Compiling hickory-proto v0.24.4
26742026-06-09T04:08:55.836Z Compiling crossbeam-deque v0.8.6
26752026-06-09T04:08:56.062Z Compiling console v0.15.11
26762026-06-09T04:08:56.381Z Compiling itertools v0.12.1
26772026-06-09T04:08:57.449Z Compiling camino-tempfile v1.4.1
26782026-06-09T04:08:57.799Z Compiling serde-big-array v0.5.1
26792026-06-09T04:08:57.873Z Compiling siphasher v1.0.3
26802026-06-09T04:08:57.908Z Compiling similar v2.7.0
26812026-06-09T04:08:57.962Z Compiling lazy_static v1.5.0
26822026-06-09T04:08:58.074Z Compiling phf_shared v0.12.1
26832026-06-09T04:08:58.091Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26842026-06-09T04:08:58.296Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26852026-06-09T04:08:59.111Z Compiling expectorate v1.2.0
26862026-06-09T04:08:59.155Z Compiling pin-project v1.1.13
26872026-06-09T04:08:59.271Z Compiling hickory-resolver v0.24.4
26882026-06-09T04:08:59.332Z Compiling toml v0.8.23
26892026-06-09T04:09:00.638Z Compiling prettyplease v0.2.37
26902026-06-09T04:09:01.999Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26912026-06-09T04:09:02.202Z Compiling rayon-core v1.13.0
26922026-06-09T04:09:03.932Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26932026-06-09T04:09:04.079Z Compiling num_enum v0.5.11
26942026-06-09T04:09:04.212Z Compiling progenitor-impl v0.14.0
26952026-06-09T04:09:04.240Z Compiling progenitor-impl v0.13.0
26962026-06-09T04:09:04.999Z Compiling unicode-normalization v0.1.25
26972026-06-09T04:09:05.603Z Compiling progenitor-client v0.13.0
26982026-06-09T04:09:06.142Z Compiling tokio-stream v0.1.18
26992026-06-09T04:09:06.719Z Compiling csv-core v0.1.13
27002026-06-09T04:09:07.127Z Compiling bstr v1.12.1
27012026-06-09T04:09:07.645Z Compiling konst_macro_rules v0.2.19
27022026-06-09T04:09:07.841Z Compiling foldhash v0.1.5
27032026-06-09T04:09:07.847Z Compiling same-file v1.0.6
27042026-06-09T04:09:08.034Z Compiling unicode-width v0.1.14
27052026-06-09T04:09:08.069Z Compiling foreign-types-shared v0.1.1
27062026-06-09T04:09:08.169Z Compiling highway v1.3.0
27072026-06-09T04:09:08.351Z Compiling foreign-types v0.3.2
27082026-06-09T04:09:08.431Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27092026-06-09T04:09:08.442Z Compiling hashbrown v0.15.5
27102026-06-09T04:09:08.864Z Compiling walkdir v2.5.0
27112026-06-09T04:09:09.090Z Compiling konst v0.2.20
27122026-06-09T04:09:09.480Z Compiling globset v0.4.18
27132026-06-09T04:09:09.660Z Compiling csv v1.4.0
27142026-06-09T04:09:10.643Z Compiling snafu v0.8.9
27152026-06-09T04:09:11.241Z Compiling qorb v0.4.1
27162026-06-09T04:09:12.191Z Compiling progenitor v0.13.0
27172026-06-09T04:09:12.346Z Compiling progenitor v0.14.0
27182026-06-09T04:09:12.490Z Compiling olpc-cjson v0.1.4
27192026-06-09T04:09:12.504Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27202026-06-09T04:09:12.712Z Compiling rayon v1.12.0
27212026-06-09T04:09:12.755Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27222026-06-09T04:09:13.113Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-09T04:09:14.925Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-06-09T04:09:15.490Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27252026-06-09T04:09:17.687Z Compiling phf v0.12.1
27262026-06-09T04:09:17.874Z Compiling openssl-sys v0.9.116
27272026-06-09T04:09:18.327Z Compiling tokio-dtrace v0.1.1
27282026-06-09T04:09:18.646Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-06-09T04:09:19.187Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27302026-06-09T04:09:19.415Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27312026-06-09T04:09:20.373Z Compiling libsw-core v0.3.2
27322026-06-09T04:09:20.558Z Compiling pem v3.0.6
27332026-06-09T04:09:20.989Z Compiling serde_plain v1.0.2
27342026-06-09T04:09:21.230Z Compiling sigpipe v0.1.3
27352026-06-09T04:09:21.256Z Compiling jiff v0.2.28
27362026-06-09T04:09:21.268Z Compiling minimal-lexical v0.2.1
27372026-06-09T04:09:21.278Z Compiling glob v0.3.3
27382026-06-09T04:09:21.609Z Compiling fixedbitset v0.4.2
27392026-06-09T04:09:21.989Z Compiling typed-path v0.9.3
27402026-06-09T04:09:22.033Z Compiling bytecount v0.6.9
27412026-06-09T04:09:22.240Z Compiling fixedbitset v0.5.7
27422026-06-09T04:09:22.272Z Compiling papergrid v0.11.0
27432026-06-09T04:09:22.758Z Compiling petgraph v0.8.3
27442026-06-09T04:09:23.054Z Compiling tough v0.22.0
27452026-06-09T04:09:23.170Z Compiling petgraph v0.6.5
27462026-06-09T04:09:24.722Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-09T04:09:24.915Z Compiling nom v7.1.3
27482026-06-09T04:09:25.005Z Compiling openssl v0.10.80
27492026-06-09T04:09:25.234Z Compiling libsw v3.5.0
27502026-06-09T04:09:25.458Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27512026-06-09T04:09:26.628Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27522026-06-09T04:09:26.879Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27532026-06-09T04:09:27.188Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-06-09T04:09:27.191Z Compiling zone v0.3.1
27552026-06-09T04:09:27.669Z Compiling oxide-tokio-rt v0.1.6
27562026-06-09T04:09:28.324Z Compiling chrono-tz v0.10.4
27572026-06-09T04:09:29.030Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-09T04:09:29.235Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27592026-06-09T04:09:30.462Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-09T04:09:30.645Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27612026-06-09T04:09:30.650Z Compiling newtype_derive v0.1.6
27622026-06-09T04:09:30.738Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-09T04:09:31.279Z Compiling slog-dtrace v0.3.0
27642026-06-09T04:09:32.020Z Compiling cancel-safe-futures v0.1.5
27652026-06-09T04:09:32.285Z Compiling const_format v0.2.36
27662026-06-09T04:09:32.427Z Compiling owo-colors v4.3.0
27672026-06-09T04:09:32.891Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27682026-06-09T04:09:33.150Z Compiling gethostname v0.5.0
27692026-06-09T04:09:33.305Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27702026-06-09T04:09:33.342Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-06-09T04:09:33.479Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-06-09T04:09:33.516Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27732026-06-09T04:09:33.600Z Compiling smf v0.2.3
27742026-06-09T04:09:33.622Z Compiling bcs v0.1.6
27752026-06-09T04:09:34.019Z Compiling termtree v0.5.1
27762026-06-09T04:09:34.100Z Compiling whoami v1.6.1
27772026-06-09T04:09:34.191Z Compiling tagptr v0.2.0
27782026-06-09T04:09:34.354Z Compiling unicode-linebreak v0.1.5
27792026-06-09T04:09:34.584Z Compiling smawk v0.3.2
27802026-06-09T04:09:34.632Z Compiling linear-map v1.2.0
27812026-06-09T04:09:34.758Z Compiling textwrap v0.16.2
27822026-06-09T04:09:34.808Z Compiling moka v0.12.15
27832026-06-09T04:09:34.819Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27842026-06-09T04:09:34.873Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27852026-06-09T04:09:36.043Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27862026-06-09T04:09:36.408Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27872026-06-09T04:09:36.567Z Compiling tabled v0.15.0
27882026-06-09T04:09:36.586Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27892026-06-09T04:09:37.726Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27902026-06-09T04:09:37.940Z Compiling steno v0.4.1
27912026-06-09T04:09:38.400Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-06-09T04:09:38.412Z Compiling cookie v0.18.1
27932026-06-09T04:09:39.760Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27942026-06-09T04:09:43.755Z Compiling hickory-proto v0.25.2
27952026-06-09T04:09:44.422Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27962026-06-09T04:09:45.319Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27972026-06-09T04:09:45.323Z Compiling arc-swap v1.9.1
27982026-06-09T04:09:45.691Z Compiling slog-scope v4.4.1
27992026-06-09T04:09:46.158Z Compiling hickory-resolver v0.25.2
28002026-06-09T04:09:47.317Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28012026-06-09T04:09:47.988Z Compiling libscf-sys v1.2.0
28022026-06-09T04:09:48.110Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28032026-06-09T04:09:48.163Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28042026-06-09T04:09:48.633Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28052026-06-09T04:09:48.899Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28062026-06-09T04:09:49.420Z Compiling slog-stdlog v4.1.1
28072026-06-09T04:09:49.788Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
28082026-06-09T04:09:49.909Z Compiling slog-envlogger v2.2.0
28092026-06-09T04:09:50.568Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28102026-06-09T04:09:51.246Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
28112026-06-09T04:09:51.971Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28122026-06-09T04:09:52.541Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28132026-06-09T04:10:00.620Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28142026-06-09T04:10:02.943Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28152026-06-09T04:10:04.696Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28162026-06-09T04:10:13.534Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28172026-06-09T04:10:17.447Z Finished `release` profile [optimized] target(s) in 2m 27s
28182026-06-09T04:10:17.465Z Running unittests src/lib.rs (target/release/deps/mg_tests-76ff90685d10415d)
28192026-06-09T04:10:17.465Z
28202026-06-09T04:10:17.465Zrunning 1 test
28212026-06-09T04:10:17.579Zconfigure zone
28222026-06-09T04:10:17.597Zinstall zone
28232026-06-09T04:10:27.367Zboot zone
28242026-06-09T04:10:27.427Zstart zone s1
28252026-06-09T04:10:27.435Zconfigure zone
28262026-06-09T04:10:27.443Zinstall zone
28272026-06-09T04:10:29.349Zboot zone
28282026-06-09T04:10:29.438Zstart zone s2
28292026-06-09T04:10:29.439Zconfigure zone
28302026-06-09T04:10:29.449Zinstall zone
28312026-06-09T04:10:31.783Zboot zone
28322026-06-09T04:10:31.880Zstart zone s3
28332026-06-09T04:10:31.881Zconfigure zone
28342026-06-09T04:10:31.890Zinstall zone
28352026-06-09T04:10:34.631Zboot zone
28362026-06-09T04:10:34.733Zstart zone t1
28372026-06-09T04:10:34.733Zconfigure zone
28382026-06-09T04:10:34.744Zinstall zone
28392026-06-09T04:10:37.490Zboot zone
28402026-06-09T04:10:37.603Zwaiting for zones to come up
28412026-06-09T04:10:47.608Z[sidecar.quartet] svcs milestone/network
28422026-06-09T04:10:47.668ZSTATE STIME FMRI
28432026-06-09T04:10:47.668Zonline 4:10:27 svc:/milestone/network:default
28442026-06-09T04:10:47.668Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28452026-06-09T04:10:47.672Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28462026-06-09T04:10:47.687Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28472026-06-09T04:10:47.732Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28482026-06-09T04:10:47.735Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28492026-06-09T04:10:47.735Z
28502026-06-09T04:10:47.735Zrunning zone s1.quartet setup
28512026-06-09T04:10:47.735Z[s1.quartet] svcs milestone/network
28522026-06-09T04:10:47.739ZSTATE STIME FMRI
28532026-06-09T04:10:47.739Zonline 4:10:29 svc:/milestone/network:default
28542026-06-09T04:10:47.739Z[s1.quartet] dladm
28552026-06-09T04:10:47.752ZLINK CLASS MTU STATE BRIDGE OVER
28562026-06-09T04:10:47.752Zsl0 simnet 9000 up -- ?
28572026-06-09T04:10:47.752Zmgs1 vnic 9000 up -- ?
28582026-06-09T04:10:47.752Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28592026-06-09T04:10:48.466Z
28602026-06-09T04:10:48.466Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28612026-06-09T04:10:48.470Z
28622026-06-09T04:10:48.471Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28632026-06-09T04:10:48.471Z
28642026-06-09T04:10:48.471Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28652026-06-09T04:10:48.516Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28662026-06-09T04:10:48.593Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6ff9ab04-968d-4077-9971-1efcfc314e0d --sled-uuid 0b6f9f34-6df3-45dd-8892-bc850543d43b -a sl0/v6 &> /opt/ddmd.log &
28672026-06-09T04:10:48.608Z
28682026-06-09T04:10:48.608Zrunning zone s2.quartet setup
28692026-06-09T04:10:48.608Z[s2.quartet] svcs milestone/network
28702026-06-09T04:10:48.624ZSTATE STIME FMRI
28712026-06-09T04:10:48.625Zonline 4:10:31 svc:/milestone/network:default
28722026-06-09T04:10:48.625Z[s2.quartet] dladm
28732026-06-09T04:10:48.638ZLINK CLASS MTU STATE BRIDGE OVER
28742026-06-09T04:10:48.638Zsl1 simnet 9000 up -- ?
28752026-06-09T04:10:48.638Zmgs2 vnic 9000 up -- ?
28762026-06-09T04:10:48.638Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28772026-06-09T04:10:49.243Z
28782026-06-09T04:10:49.243Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28792026-06-09T04:10:49.259Z
28802026-06-09T04:10:49.259Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28812026-06-09T04:10:49.270Z
28822026-06-09T04:10:49.270Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28832026-06-09T04:10:49.304Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28842026-06-09T04:10:49.333Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 58799c8b-c975-4154-bfc2-50affc020c8f --sled-uuid 16751f91-35b1-4714-9524-b024ef4c6b17 -a sl1/v6 &> /opt/ddmd.log &
28852026-06-09T04:10:49.345Z
28862026-06-09T04:10:49.345Zrunning zone s3.quartet setup
28872026-06-09T04:10:49.345Z[s3.quartet] svcs milestone/network
28882026-06-09T04:10:49.360ZSTATE STIME FMRI
28892026-06-09T04:10:49.360Zonline 4:10:34 svc:/milestone/network:default
28902026-06-09T04:10:49.360Z[s3.quartet] dladm
28912026-06-09T04:10:49.374ZLINK CLASS MTU STATE BRIDGE OVER
28922026-06-09T04:10:49.374Zsl2 simnet 9000 up -- ?
28932026-06-09T04:10:49.375Zmgs3 vnic 9000 up -- ?
28942026-06-09T04:10:49.375Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28952026-06-09T04:10:49.876Z
28962026-06-09T04:10:49.876Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28972026-06-09T04:10:49.891Z
28982026-06-09T04:10:49.891Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28992026-06-09T04:10:49.904Z
29002026-06-09T04:10:49.904Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
29012026-06-09T04:10:49.939Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
29022026-06-09T04:10:49.976Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c798a034-690a-420d-8572-7996b39cb1f5 --sled-uuid 6b2a1cb3-52e1-4c01-9846-edfacebfaf32 -a sl2/v6 &> /opt/ddmd.log &
29032026-06-09T04:10:49.989Z
29042026-06-09T04:10:49.989Zrunning zone t1.quartet setup
29052026-06-09T04:10:49.989Z[t1.quartet] svcs milestone/network
29062026-06-09T04:10:50.005ZSTATE STIME FMRI
29072026-06-09T04:10:50.005Zonline 4:10:37 svc:/milestone/network:default
29082026-06-09T04:10:50.005Z[t1.quartet] dladm
29092026-06-09T04:10:50.018ZLINK CLASS MTU STATE BRIDGE OVER
29102026-06-09T04:10:50.019Ztfportrear0_0 simnet 9000 up -- ?
29112026-06-09T04:10:50.019Ztfportrear1_0 simnet 9000 up -- ?
29122026-06-09T04:10:50.019Ztfportrear2_0 simnet 9000 up -- ?
29132026-06-09T04:10:50.019Zmgt1 vnic 9000 up -- ?
29142026-06-09T04:10:50.019Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29152026-06-09T04:10:50.548Z
29162026-06-09T04:10:50.548Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29172026-06-09T04:10:50.565Z
29182026-06-09T04:10:50.565Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29192026-06-09T04:10:50.578Z
29202026-06-09T04:10:50.578Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29212026-06-09T04:10:50.591Z
29222026-06-09T04:10:50.591Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29232026-06-09T04:10:50.603Z
29242026-06-09T04:10:50.603Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29252026-06-09T04:10:50.921Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29262026-06-09T04:10:50.924Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29272026-06-09T04:10:50.924Zwaiting 3s for copy of files to zone to complete ...
29282026-06-09T04:10:53.925Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29292026-06-09T04:10:54.059Z
29302026-06-09T04:10:54.059Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29312026-06-09T04:10:54.163Z
29322026-06-09T04:10:54.163Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29332026-06-09T04:10:54.207Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29342026-06-09T04:10:54.229Z[t1.quartet] svcadm disable dendrite
29352026-06-09T04:10:54.256Z
29362026-06-09T04:10:54.256Z[t1.quartet] svcadm disable tfport
29372026-06-09T04:10:54.279Z
29382026-06-09T04:10:54.279Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29392026-06-09T04:10:54.304Z
29402026-06-09T04:10:54.305Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29412026-06-09T04:10:54.329Z
29422026-06-09T04:10:54.329Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29432026-06-09T04:10:54.353Z
29442026-06-09T04:10:54.353Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29452026-06-09T04:10:54.378Z
29462026-06-09T04:10:54.378Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29472026-06-09T04:10:54.402Z
29482026-06-09T04:10:54.402Z[t1.quartet] svcadm refresh dendrite:default
29492026-06-09T04:10:54.422Z
29502026-06-09T04:10:54.422Z[t1.quartet] svcadm enable dendrite:default
29512026-06-09T04:10:54.445Z
29522026-06-09T04:10:54.445Zwait 10s for dendrite to come up ...
29532026-06-09T04:11:04.454Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29542026-06-09T04:11:04.475Z
29552026-06-09T04:11:04.475Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29562026-06-09T04:11:04.500Z
29572026-06-09T04:11:04.500Z[t1.quartet] svcadm refresh tfport:default
29582026-06-09T04:11:04.526Z
29592026-06-09T04:11:04.526Z[t1.quartet] svcadm enable tfport
29602026-06-09T04:11:04.541Z
29612026-06-09T04:11:04.558Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4734e885-a17e-43ba-a91d-340105f69118 --sled-uuid 0b37c6ad-af1b-48ef-80a3-491af8036e81 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29622026-06-09T04:11:04.563Z
29632026-06-09T04:11:04.563Z[t1.quartet] ipadm
29642026-06-09T04:11:04.568ZADDROBJ TYPE STATE ADDR
29652026-06-09T04:11:04.568Zlo0/v4 static ok 127.0.0.1/8
29662026-06-09T04:11:04.568Zmgt1/v4 static ok 10.0.0.4/24
29672026-06-09T04:11:04.568Zlo0/v6 static ok ::1/128
29682026-06-09T04:11:04.568Zlo0/u6 static ok fd00:4::1/64
29692026-06-09T04:11:04.568Ztfportrear0_0/v6 addrconf ok fe80::89d:cfff:fe3c:910a%tfportrear0_0/10
29702026-06-09T04:11:04.568Ztfportrear1_0/v6 addrconf ok fe80::9ce8:36ff:fed1:f510%tfportrear1_0/10
29712026-06-09T04:11:04.568Ztfportrear2_0/v6 addrconf ok fe80::6897:65ff:fed5:4455%tfportrear2_0/10
29722026-06-09T04:11:06.706Zinitial peering test passed
29732026-06-09T04:11:07.708Z[s3.quartet] ping fd00:1::1
29742026-06-09T04:11:07.726Zfd00:1::1 is alive
29752026-06-09T04:11:18.769Ztest ddm::test_quartet has been running for over 60 seconds
29762026-06-09T04:11:18.800Z[s3.quartet] ping fd00:1::1
29772026-06-09T04:11:18.801Zfd00:1::1 is alive
29782026-06-09T04:11:18.801Z[t1.quartet] pkill ddmd
29792026-06-09T04:11:18.801Z
29802026-06-09T04:11:18.801Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29812026-06-09T04:11:18.801Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29822026-06-09T04:11:20.647Z[s3.quartet] pkill ddmd
29832026-06-09T04:11:20.666Z
29842026-06-09T04:11:20.666Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29852026-06-09T04:11:22.476Z[s2.quartet] pkill ddmd
29862026-06-09T04:11:22.508Z
29872026-06-09T04:11:22.508Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29882026-06-09T04:11:24.888Z[s1.quartet] pkill ddmd
29892026-06-09T04:11:24.903Z
29902026-06-09T04:11:24.903Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29912026-06-09T04:11:26.773Z[sidecar.quartet] pkill softnpu
29922026-06-09T04:11:26.786Z
29932026-06-09T04:11:26.786Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29942026-06-09T04:11:29.282Ztest ddm::test_quartet ... ok
29952026-06-09T04:11:29.282Z
29962026-06-09T04:11:29.282Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.83s
29972026-06-09T04:11:29.282Z
29982026-06-09T04:11:29.336Z+ cleanup
29992026-06-09T04:11:29.371Z++ id -un
30002026-06-09T04:11:29.378Z++ id -gn
30012026-06-09T04:11:29.378Z+ pfexec chown -R build:build .
30022026-06-09T04:11:29.553Zprocess exited: duration 701158 ms, exit code 0
 
30032026-06-09T04:11:29.570Zfound 6 output files
30042026-06-09T04:11:29.570Zuploading: /work/s1.quartet.log (4360 bytes)
30052026-06-09T04:11:30.594Zuploaded: /work/s1.quartet.log
30062026-06-09T04:11:30.594Zuploading: /work/s2.quartet.log (4134 bytes)
30072026-06-09T04:11:31.613Zuploaded: /work/s2.quartet.log
30082026-06-09T04:11:31.613Zuploading: /work/s3.quartet.log (4254 bytes)
30092026-06-09T04:11:32.625Zuploaded: /work/s3.quartet.log
30102026-06-09T04:11:32.625Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
30112026-06-09T04:11:33.636Zuploaded: /work/sidecar.quartet-softnpu.log
30122026-06-09T04:11:33.636Zuploading: /work/t1.quartet-dpd.log (208603 bytes)
30132026-06-09T04:11:34.694Zuploaded: /work/t1.quartet-dpd.log
30142026-06-09T04:11:34.694Zuploading: /work/t1.quartet.log (17176 bytes)
30152026-06-09T04:11:35.709Zuploaded: /work/t1.quartet.log