01KTAYTYKW71TG1XJ75Y8MCP0F: test-ddm-trio

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KTAYWKWZSP8NTB8298KJASN0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:59:50.981Zjob assigned to worker 01KTAYYA0AKXTKJYP9QNY4M2VZ [factory aws, i-0117ed3d309aea985] (queued for 1 m 47 s)
 
22026-06-05T03:59:57.505Zstarting task 0: "setup"
32026-06-05T03:59:57.510Z++ uname -s
42026-06-05T03:59:57.514Z+ kern=SunOS
52026-06-05T03:59:57.514Z+ build_user=build
62026-06-05T03:59:57.514Z+ build_uid=12345
72026-06-05T03:59:57.514Z+ work_dir=/work
82026-06-05T03:59:57.514Z+ input_dir=/input
92026-06-05T03:59:57.514Z+ [[ 0 == 12345 ]]
102026-06-05T03:59:57.515Z+ case "$kern" in
112026-06-05T03:59:57.515Z+ groupadd -g 12345 build
122026-06-05T03:59:57.515Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:59:59.521Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:59:59.645Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:59:59.648Z+ home_fs=zfs
162026-06-05T03:59:59.648Z+ [[ zfs == autofs ]]
172026-06-05T03:59:59.648Z+ mkdir -p /home/build
182026-06-05T03:59:59.648Z+ chown build:build /home/build /work
192026-06-05T04:00:01.648Z+ chmod 0700 /home/build /work
202026-06-05T04:00:01.651Zprocess exited: duration 4145 ms, exit code 0
 
212026-06-05T04:00:01.658Zstarting task 1: "rust-toolchain"
222026-06-05T04:00:01.663Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T04:00:01.663Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T04:00:01.663Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T04:00:01.663Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-05T04:00:01.663Z * rust toolchain channel = "stable"
272026-06-05T04:00:01.663Z * rust toolchain profile = "default"
282026-06-05T04:00:01.667Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T04:00:01.668Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T04:00:01.811Zinfo: downloading installer
312026-06-05T04:00:03.102Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T04:00:03.103Zwarn: /opt/ooce/bin
332026-06-05T04:00:03.103Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T04:00:03.103Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T04:00:03.103Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T04:00:03.103Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T04:00:03.103Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T04:00:03.103Zerror: cannot install while Rust is installed
392026-06-05T04:00:03.103Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T04:00:03.103Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T04:00:03.103Zwarn: /home/build/.rustup/settings.toml
422026-06-05T04:00:03.103Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T04:00:03.103Zwarn: instead of the one inferred from the default host triple.
442026-06-05T04:00:03.117Zinfo: profile set to default
452026-06-05T04:00:03.117Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T04:00:03.122Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T04:00:03.253Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T04:00:03.261Zinfo: downloading 6 components
492026-06-05T04:00:19.476Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T04:00:19.476Z
512026-06-05T04:00:19.566Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T04:00:19.566Z
532026-06-05T04:00:19.567Z
542026-06-05T04:00:19.567ZRust is installed now. Great!
552026-06-05T04:00:19.567Z
562026-06-05T04:00:19.567ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T04:00:19.567Zenvironment variable. This has not been done automatically.
582026-06-05T04:00:19.567Z
592026-06-05T04:00:19.567ZTo configure your current shell, you need to source
602026-06-05T04:00:19.567Zthe corresponding env file under $HOME/.cargo.
612026-06-05T04:00:19.567Z
622026-06-05T04:00:19.567ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T04:00:19.567Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T04:00:19.567Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T04:00:19.567Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T04:00:19.567Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T04:00:19.567Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T04:00:19.567Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T04:00:19.567Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T04:00:19.567Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T04:00:19.567Z+ rustup --version
722026-06-05T04:00:19.567Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T04:00:19.567Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T04:00:19.567Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T04:00:19.567Z+ cargo --version
762026-06-05T04:00:19.567Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T04:00:19.567Z+ rustc --version
782026-06-05T04:00:19.567Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T04:00:19.567Zprocess exited: duration 17330 ms, exit code 0
 
802026-06-05T04:00:19.617Zstarting task 2: "authentication"
812026-06-05T04:00:19.628Zprocess exited: duration 21 ms, exit code 0
 
822026-06-05T04:00:19.634Zstarting task 3: "clone repository"
832026-06-05T04:00:19.637Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T04:00:19.640Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T04:00:19.673ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T04:00:21.091Z+ cd /work/oxidecomputer/maghemite
872026-06-05T04:00:21.091Z+ git fetch origin a20914a29abd2d41480d887d0cde49b8881b0f51
882026-06-05T04:00:21.480ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T04:00:21.480Z * branch a20914a29abd2d41480d887d0cde49b8881b0f51 -> FETCH_HEAD
902026-06-05T04:00:21.507Z+ [[ -n renovate/serde_json-1.x ]]
912026-06-05T04:00:21.537Z++ git branch --show-current
922026-06-05T04:00:21.537Z+ current=main
932026-06-05T04:00:21.537Z+ [[ main != renovate/serde_json-1.x ]]
942026-06-05T04:00:21.537Z+ git branch -f renovate/serde_json-1.x a20914a29abd2d41480d887d0cde49b8881b0f51
952026-06-05T04:00:21.537Z+ git checkout -f renovate/serde_json-1.x
962026-06-05T04:00:21.561ZSwitched to branch 'renovate/serde_json-1.x'
972026-06-05T04:00:21.562Z+ git reset --hard a20914a29abd2d41480d887d0cde49b8881b0f51
982026-06-05T04:00:21.562ZHEAD is now at a20914a Update Rust crate serde_json to 1.0.150
992026-06-05T04:00:21.562Zprocess exited: duration 1894 ms, exit code 0
 
1002026-06-05T04:00:21.610Zstarting task 4: "build"
1012026-06-05T04:00:21.638Z++ dladm
1022026-06-05T04:00:21.638ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-05T04:00:21.638Zena0 phys 9216 up -- --
1042026-06-05T04:00:21.638Z++ ipadm
1052026-06-05T04:00:21.639ZADDROBJ TYPE STATE ADDR
1062026-06-05T04:00:21.639Zlo0/v4 static ok 127.0.0.1/8
1072026-06-05T04:00:21.639Zena0/dhcp dhcp ok 10.150.1.173/24
1082026-06-05T04:00:21.639Zlo0/v6 static ok ::1/128
1092026-06-05T04:00:21.639Z++ banner collect
1102026-06-05T04:00:21.639Z
1112026-06-05T04:00:21.639Z #### #### # # ###### #### #####
1122026-06-05T04:00:21.639Z # # # # # # # # # #
1132026-06-05T04:00:21.639Z # # # # # ##### # #
1142026-06-05T04:00:21.639Z # # # # # # # #
1152026-06-05T04:00:21.639Z # # # # # # # # # #
1162026-06-05T04:00:21.639Z #### #### ###### ###### ###### #### #
1172026-06-05T04:00:21.639Z
1182026-06-05T04:00:21.639Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-05T04:00:21.639Z++ repo=softnpu
1202026-06-05T04:00:21.639Z++ series=image
1212026-06-05T04:00:21.639Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-05T04:00:21.639Z++ name=softnpu
1232026-06-05T04:00:21.639Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-05T04:00:21.639Z++ mkdir -p download
1252026-06-05T04:00:21.639Z++ pushd download
1262026-06-05T04:00:21.639Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-05T04:00:21.639Z++ [[ ! -f softnpu ]]
1282026-06-05T04:00:21.639Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-05T04:00:21.669Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-05T04:00:21.669Z Dload Upload Total Spent Left Speed
1312026-06-05T04:00:22.342Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 21.61M 0 0 100 15.63M 100 15.63M 0 0 21.61M 0 0 100 15.63M 100 15.63M 0 0 21.61M 0 0
1322026-06-05T04:00:22.346Z++ popd
1332026-06-05T04:00:22.346Z/work/oxidecomputer/maghemite
1342026-06-05T04:00:22.346Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-05T04:00:22.346Z++ repo=sidecar-lite
1362026-06-05T04:00:22.346Z++ series=release
1372026-06-05T04:00:22.346Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-05T04:00:22.346Z++ name=libsidecar_lite.so
1392026-06-05T04:00:22.346Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-05T04:00:22.346Z++ mkdir -p download
1412026-06-05T04:00:22.356Z++ pushd download
1422026-06-05T04:00:22.356Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-05T04:00:22.356Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-05T04:00:22.356Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-05T04:00:22.359Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-05T04:00:22.359Z Dload Upload Total Spent Left Speed
1472026-06-05T04:00:22.713Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 33.60M 0 0 100 12.04M 100 12.04M 0 0 33.60M 0 0 100 12.04M 100 12.04M 0 0 33.59M 0 0
1482026-06-05T04:00:22.717Z++ popd
1492026-06-05T04:00:22.717Z/work/oxidecomputer/maghemite
1502026-06-05T04:00:22.717Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-05T04:00:22.717Z++ repo=sidecar-lite
1522026-06-05T04:00:22.717Z++ series=release
1532026-06-05T04:00:22.717Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-05T04:00:22.717Z++ name=scadm
1552026-06-05T04:00:22.717Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-05T04:00:22.717Z++ mkdir -p download
1572026-06-05T04:00:22.720Z++ pushd download
1582026-06-05T04:00:22.720Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-05T04:00:22.720Z++ [[ ! -f scadm ]]
1602026-06-05T04:00:22.720Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-05T04:00:22.728Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-05T04:00:22.728Z Dload Upload Total Spent Left Speed
1632026-06-05T04:00:23.175Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 35.01M 0 0 100 15.78M 100 15.78M 0 0 35.01M 0 0 100 15.78M 100 15.78M 0 0 35.00M 0 0
1642026-06-05T04:00:23.183Z++ popd
1652026-06-05T04:00:23.183Z/work/oxidecomputer/maghemite
1662026-06-05T04:00:23.183Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-05T04:00:23.183Z++ repo=dendrite
1682026-06-05T04:00:23.183Z++ series=image
1692026-06-05T04:00:23.183Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-05T04:00:23.183Z++ name=dendrite-softnpu.tar.gz
1712026-06-05T04:00:23.183Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-05T04:00:23.184Z++ mkdir -p download
1732026-06-05T04:00:23.184Z++ pushd download
1742026-06-05T04:00:23.184Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-05T04:00:23.184Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-05T04:00:23.184Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-05T04:00:23.189Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-05T04:00:23.189Z Dload Upload Total Spent Left Speed
1792026-06-05T04:00:24.660Z 0 0 0 0 0 0 0 0 0 66 71.59M 66 47.39M 0 0 47.36M 0 00:01 00:01 47.37M 100 71.59M 100 71.59M 0 0 48.61M 0 00:01 00:01 47.37M 100 71.59M 100 71.59M 0 0 48.60M 0 00:01 00:01 47.37M 100 71.59M 100 71.59M 0 0 48.60M 0 00:01 00:01 47.37M
1802026-06-05T04:00:24.664Z++ popd
1812026-06-05T04:00:24.664Z/work/oxidecomputer/maghemite
1822026-06-05T04:00:24.666Z++ get_artifact maghemite release a20914a29abd2d41480d887d0cde49b8881b0f51 ddm
1832026-06-05T04:00:24.666Z++ repo=maghemite
1842026-06-05T04:00:24.666Z++ series=release
1852026-06-05T04:00:24.666Z++ commit=a20914a29abd2d41480d887d0cde49b8881b0f51
1862026-06-05T04:00:24.666Z++ name=ddm
1872026-06-05T04:00:24.666Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-05T04:00:24.666Z++ mkdir -p download
1892026-06-05T04:00:24.666Z++ pushd download
1902026-06-05T04:00:24.666Z++ [[ ! -f ddm ]]
1912026-06-05T04:00:24.666Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-06-05T04:00:24.666Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a20914a29abd2d41480d887d0cde49b8881b0f51/ddm
1932026-06-05T04:00:24.671Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-05T04:00:24.671Z Dload Upload Total Spent Left Speed
1952026-06-05T04:00:24.735Z 0 0 0 0 0 0 0 0 0
1962026-06-05T04:00:24.736Zcurl: (22) The requested URL returned error: 404
1972026-06-05T04:00:24.739Z++ popd
1982026-06-05T04:00:24.739Z/work/oxidecomputer/maghemite
1992026-06-05T04:00:24.739Z++ get_artifact maghemite release a20914a29abd2d41480d887d0cde49b8881b0f51 ddmadm
2002026-06-05T04:00:24.739Z++ repo=maghemite
2012026-06-05T04:00:24.739Z++ series=release
2022026-06-05T04:00:24.739Z++ commit=a20914a29abd2d41480d887d0cde49b8881b0f51
2032026-06-05T04:00:24.739Z++ name=ddmadm
2042026-06-05T04:00:24.739Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-05T04:00:24.739Z++ mkdir -p download
2062026-06-05T04:00:24.739Z++ pushd download
2072026-06-05T04:00:24.739Z++ [[ ! -f ddmadm ]]
2082026-06-05T04:00:24.739Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-06-05T04:00:24.739Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a20914a29abd2d41480d887d0cde49b8881b0f51/ddmadm
2102026-06-05T04:00:24.743Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-05T04:00:24.746Z Dload Upload Total Spent Left Speed
2122026-06-05T04:00:24.812Z 0 0 0 0 0 0 0 0 0
2132026-06-05T04:00:24.812Zcurl: (22) The requested URL returned error: 404
2142026-06-05T04:00:24.817Z++ popd
2152026-06-05T04:00:24.817Z/work/oxidecomputer/maghemite
2162026-06-05T04:00:24.817Z++ pushd download
2172026-06-05T04:00:24.817Z++ chmod +x softnpu
2182026-06-05T04:00:24.817Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-05T04:00:24.817Z++ chmod +x scadm
2202026-06-05T04:00:24.817Z++ chmod +x ddmadm
2212026-06-05T04:00:24.817Zchmod: WARNING: can't access ddmadm
2222026-06-05T04:00:24.817Z++ chmod +x ddmd
2232026-06-05T04:00:24.817Zchmod: WARNING: can't access ddmd
2242026-06-05T04:00:24.817Z++ mv ddmadm ddmadm-v2
2252026-06-05T04:00:24.820Zmv: cannot access ddmadm
2262026-06-05T04:00:24.821Z++ mv ddmd ddmd-v2
2272026-06-05T04:00:24.821Zmv: cannot access ddmd
2282026-06-05T04:00:24.821Z++ rm -rf zones/dendrite
2292026-06-05T04:00:24.821Z++ mkdir -p zones/dendrite
2302026-06-05T04:00:24.821Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-05T04:00:25.818Z++ 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-05T04:00:25.825Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-05T04:00:25.825Z++ popd
2342026-06-05T04:00:25.825Z++ banner install
2352026-06-05T04:00:25.825Z/work/oxidecomputer/maghemite
2362026-06-05T04:00:25.825Z
2372026-06-05T04:00:25.825Z # # # #### ##### ## # #
2382026-06-05T04:00:25.825Z # ## # # # # # # #
2392026-06-05T04:00:25.825Z # # # # #### # # # # #
2402026-06-05T04:00:25.826Z # # # # # # ###### # #
2412026-06-05T04:00:25.826Z # # ## # # # # # # #
2422026-06-05T04:00:25.826Z # # # #### # # # ###### ######
2432026-06-05T04:00:25.826Z
2442026-06-05T04:00:25.826Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-05T04:00:25.826Z++ set +o errexit
2462026-06-05T04:00:25.826Z++ pkg info clang-15
2472026-06-05T04:00:25.830Z++ grep -qi installed
2482026-06-05T04:00:27.419Zpkg: info: no packages matching the following patterns you specified are
2492026-06-05T04:00:27.419Zinstalled on the system. Try querying remotely instead:
2502026-06-05T04:00:27.419Z
2512026-06-05T04:00:27.419Z clang-15
2522026-06-05T04:00:27.485Z++ [[ 1 != 0 ]]
2532026-06-05T04:00:27.486Z++ set -o errexit
2542026-06-05T04:00:27.486Z++ pfexec pkg install clang-15
2552026-06-05T04:00:34.879Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-05T04:00:42.582Z Startup: Caching catalogs ... Done
2572026-06-05T04:00:49.880ZPlanning: Solver setup ... Done
2582026-06-05T04:00:49.923ZPlanning: Running solver ... Done
2592026-06-05T04:00:50.061ZPlanning: Finding local manifests ... Done
2602026-06-05T04:01:02.439ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-05T04:01:02.560ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-05T04:01:02.597ZPlanning: Package planning ... Done
2632026-06-05T04:01:02.619ZPlanning: Merging actions ... Done
2642026-06-05T04:01:02.730ZPlanning: Checking for conflicting actions ... Done
2652026-06-05T04:01:02.741ZPlanning: Consolidating action changes ... Done
2662026-06-05T04:01:03.529ZPlanning: Evaluating mediators ... Done
2672026-06-05T04:01:03.557ZPlanning: Planning completed in 20.76 seconds
2682026-06-05T04:01:03.557Z Packages to install: 2
2692026-06-05T04:01:03.557Z Mediators to change: 2
2702026-06-05T04:01:03.557Z Services to change: 1
2712026-06-05T04:01:03.558Z Create boot environment: No
2722026-06-05T04:01:03.558ZCreate backup boot environment: No
2732026-06-05T04:01:03.577Z
2742026-06-05T04:01:03.577ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-05T04:01:08.575ZDownload: 249/3076 items 15.8/211.3MB 7% complete (4.3M/s)
2762026-06-05T04:01:13.583ZDownload: 329/3076 items 16.2/211.3MB 7% complete (2.0M/s)
2772026-06-05T04:01:18.621ZDownload: 397/3076 items 16.5/211.3MB 7% complete (259k/s)
2782026-06-05T04:01:23.872ZDownload: 459/3076 items 16.7/211.3MB 7% complete (80.9k/s)
2792026-06-05T04:01:28.883ZDownload: 575/3076 items 17.3/211.3MB 8% complete (78.9k/s)
2802026-06-05T04:01:33.885ZDownload: 896/3076 items 40.4/211.3MB 19% complete (2.2M/s)
2812026-06-05T04:01:39.233ZDownload: 972/3076 items 81.7/211.3MB 38% complete (6.8M/s)
2822026-06-05T04:01:47.641ZDownload: 982/3076 items 82.2/211.3MB 38% complete (6.5M/s)
2832026-06-05T04:01:52.750ZDownload: 983/3076 items 82.2/211.3MB 38% complete
2842026-06-05T04:01:58.362ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2852026-06-05T04:02:03.438ZDownload: 1416/3076 items 115.8/211.3MB 54% complete (6.8M/s)
2862026-06-05T04:02:08.440ZDownload: 1682/3076 items 116.5/211.3MB 55% complete (3.6M/s)
2872026-06-05T04:02:13.449ZDownload: 1940/3076 items 117.0/211.3MB 55% complete (135k/s)
2882026-06-05T04:02:19.505ZDownload: 2003/3076 items 117.2/211.3MB 55% complete (106k/s)
2892026-06-05T04:02:28.559ZDownload: 2004/3076 items 117.2/211.3MB 55% complete
2902026-06-05T04:02:33.695ZDownload: 3059/3076 items 206.0/211.3MB 97% complete (18.5M/s)
2912026-06-05T04:02:38.863ZDownload: 3074/3076 items 210.5/211.3MB 99% complete (13.5M/s)
2922026-06-05T04:02:38.895ZDownload: Completed 211.31 MB in 95.31 seconds (2.2M/s)
2932026-06-05T04:02:39.024Z Actions: 1/3418 actions (Installing new actions)
2942026-06-05T04:02:42.178Z Actions: Completed 3418 actions in 3.15 seconds.
2952026-06-05T04:02:42.822Z Done
2962026-06-05T04:02:42.822Z Done
2972026-06-05T04:02:43.569Z Done
2982026-06-05T04:02:46.911Z Done
2992026-06-05T04:02:46.987Z Done
3002026-06-05T04:02:46.991Z Done
3012026-06-05T04:02:47.241Z Done
3022026-06-05T04:02:47.912Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3032026-06-05T04:02:47.912Z++ set +o errexit
3042026-06-05T04:02:47.915Z++ pkg info pkg-config
3052026-06-05T04:02:47.915Z++ grep -qi installed
3062026-06-05T04:02:48.145Z++ [[ 0 != 0 ]]
3072026-06-05T04:02:48.145Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3082026-06-05T04:02:48.145Z++ set +o errexit
3092026-06-05T04:02:48.148Z++ pkg info brand/omicron1
3102026-06-05T04:02:48.148Z++ grep -qi installed
3112026-06-05T04:02:48.332Zpkg: info: no packages matching the following patterns you specified are
3122026-06-05T04:02:48.332Zinstalled on the system. Try querying remotely instead:
3132026-06-05T04:02:48.332Z
3142026-06-05T04:02:48.332Z brand/omicron1
3152026-06-05T04:02:48.366Z++ [[ 1 != 0 ]]
3162026-06-05T04:02:48.366Z++ set -o errexit
3172026-06-05T04:02:48.366Z++ pfexec pkg install brand/omicron1
3182026-06-05T04:02:48.810Z Startup: Refreshing catalog 'helios-dev' ... Done
3192026-06-05T04:02:56.165ZPlanning: Solver setup ... Done
3202026-06-05T04:02:56.204ZPlanning: Running solver ... Done
3212026-06-05T04:02:56.350ZPlanning: Finding local manifests ... Done
3222026-06-05T04:02:56.354ZPlanning: Fetching manifests: 0/2 0% complete
3232026-06-05T04:02:56.470ZPlanning: Fetching manifests: 2/2 100% complete
3242026-06-05T04:02:56.482ZPlanning: Package planning ... Done
3252026-06-05T04:02:56.486ZPlanning: Merging actions ... Done
3262026-06-05T04:02:56.635ZPlanning: Checking for conflicting actions ... Done
3272026-06-05T04:02:56.638ZPlanning: Consolidating action changes ... Done
3282026-06-05T04:02:56.792ZPlanning: Evaluating mediators ... Done
3292026-06-05T04:02:56.795ZPlanning: Planning completed in 7.98 seconds
3302026-06-05T04:02:56.800Z Packages to install: 2
3312026-06-05T04:02:56.800Z Create boot environment: No
3322026-06-05T04:02:56.800ZCreate backup boot environment: No
3332026-06-05T04:02:56.830Z
3342026-06-05T04:02:56.830ZDownload: 0/5 items 0.0/1.1MB 0% complete
3352026-06-05T04:02:56.851ZDownload: Completed 1.07 MB in 0.02 seconds (49.5M/s)
3362026-06-05T04:02:56.953Z Actions: 1/28 actions (Installing new actions)
3372026-06-05T04:02:56.968Z Actions: Completed 28 actions in 0.01 seconds.
3382026-06-05T04:02:57.455Z Done
3392026-06-05T04:02:57.455Z Done
3402026-06-05T04:02:58.071Z Done
3412026-06-05T04:03:00.870Z Done
3422026-06-05T04:03:00.947Z Done
3432026-06-05T04:03:00.950Z Done
3442026-06-05T04:03:01.093Z Done
3452026-06-05T04:03:01.227Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3462026-06-05T04:03:01.227Z++ set +o errexit
3472026-06-05T04:03:01.230Z++ pkg info brand/omicron1/tools
3482026-06-05T04:03:01.230Z++ grep -qi installed
3492026-06-05T04:03:01.415Zpkg: info: no packages matching the following patterns you specified are
3502026-06-05T04:03:01.415Zinstalled on the system. Try querying remotely instead:
3512026-06-05T04:03:01.415Z
3522026-06-05T04:03:01.415Z brand/omicron1/tools
3532026-06-05T04:03:01.452Z++ [[ 1 != 0 ]]
3542026-06-05T04:03:01.452Z++ set -o errexit
3552026-06-05T04:03:01.452Z++ pfexec pkg install brand/omicron1/tools
3562026-06-05T04:03:01.869Z Startup: Refreshing catalog 'helios-dev' ... Done
3572026-06-05T04:03:09.153ZPlanning: Solver setup ... Done
3582026-06-05T04:03:09.193ZPlanning: Running solver ... Done
3592026-06-05T04:03:09.335ZPlanning: Finding local manifests ... Done
3602026-06-05T04:03:09.342ZPlanning: Fetching manifests: 0/1 0% complete
3612026-06-05T04:03:09.451ZPlanning: Fetching manifests: 1/1 100% complete
3622026-06-05T04:03:09.466ZPlanning: Package planning ... Done
3632026-06-05T04:03:09.470ZPlanning: Merging actions ... Done
3642026-06-05T04:03:09.610ZPlanning: Checking for conflicting actions ... Done
3652026-06-05T04:03:09.614ZPlanning: Consolidating action changes ... Done
3662026-06-05T04:03:09.762ZPlanning: Evaluating mediators ... Done
3672026-06-05T04:03:09.770ZPlanning: Planning completed in 7.89 seconds
3682026-06-05T04:03:09.774Z Packages to install: 1
3692026-06-05T04:03:09.774Z Services to change: 1
3702026-06-05T04:03:09.774Z Create boot environment: No
3712026-06-05T04:03:09.774ZCreate backup boot environment: No
3722026-06-05T04:03:09.798Z
3732026-06-05T04:03:09.798ZDownload: 0/2 items 0.0/1.2MB 0% complete
3742026-06-05T04:03:09.825ZDownload: Completed 1.19 MB in 0.03 seconds (45.2M/s)
3752026-06-05T04:03:09.918Z Actions: 1/19 actions (Installing new actions)
3762026-06-05T04:03:09.936Z Actions: Completed 19 actions in 0.01 seconds.
3772026-06-05T04:03:10.441Z Done
3782026-06-05T04:03:10.441Z Done
3792026-06-05T04:03:11.068Z Done
3802026-06-05T04:03:13.931Z Done
3812026-06-05T04:03:14.006Z Done
3822026-06-05T04:03:14.009Z Done
3832026-06-05T04:03:14.167Z Done
3842026-06-05T04:03:14.308Z++ pfexec svcadm enable baseline
3852026-06-05T04:03:14.323Z++ retry=0
3862026-06-05T04:03:14.326Z+++ svcs -Hostate baseline
3872026-06-05T04:03:14.339Z++ [[ offline* != online ]]
3882026-06-05T04:03:14.339Z++ [[ 0 -gt 300 ]]
3892026-06-05T04:03:14.339Z++ sleep 1
3902026-06-05T04:03:15.341Z++ retry=1
3912026-06-05T04:03:15.344Z+++ svcs -Hostate baseline
3922026-06-05T04:03:15.363Z++ [[ offline* != online ]]
3932026-06-05T04:03:15.363Z++ [[ 1 -gt 300 ]]
3942026-06-05T04:03:15.363Z++ sleep 1
3952026-06-05T04:03:16.360Z++ retry=2
3962026-06-05T04:03:16.382Z+++ svcs -Hostate baseline
3972026-06-05T04:03:16.398Z++ [[ offline* != online ]]
3982026-06-05T04:03:16.398Z++ [[ 2 -gt 300 ]]
3992026-06-05T04:03:16.398Z++ sleep 1
4002026-06-05T04:03:17.386Z++ retry=3
4012026-06-05T04:03:17.391Z+++ svcs -Hostate baseline
4022026-06-05T04:03:17.399Z++ [[ offline* != online ]]
4032026-06-05T04:03:17.399Z++ [[ 3 -gt 300 ]]
4042026-06-05T04:03:17.399Z++ sleep 1
4052026-06-05T04:03:18.394Z++ retry=4
4062026-06-05T04:03:18.399Z+++ svcs -Hostate baseline
4072026-06-05T04:03:18.439Z++ [[ offline* != online ]]
4082026-06-05T04:03:18.439Z++ [[ 4 -gt 300 ]]
4092026-06-05T04:03:18.439Z++ sleep 1
4102026-06-05T04:03:19.438Z++ retry=5
4112026-06-05T04:03:19.440Z+++ svcs -Hostate baseline
4122026-06-05T04:03:19.455Z++ [[ offline* != online ]]
4132026-06-05T04:03:19.455Z++ [[ 5 -gt 300 ]]
4142026-06-05T04:03:19.455Z++ sleep 1
4152026-06-05T04:03:20.459Z++ retry=6
4162026-06-05T04:03:20.467Z+++ svcs -Hostate baseline
4172026-06-05T04:03:20.479Z++ [[ offline* != online ]]
4182026-06-05T04:03:20.479Z++ [[ 6 -gt 300 ]]
4192026-06-05T04:03:20.479Z++ sleep 1
4202026-06-05T04:03:21.478Z++ retry=7
4212026-06-05T04:03:21.482Z+++ svcs -Hostate baseline
4222026-06-05T04:03:21.506Z++ [[ offline* != online ]]
4232026-06-05T04:03:21.506Z++ [[ 7 -gt 300 ]]
4242026-06-05T04:03:21.506Z++ sleep 1
4252026-06-05T04:03:22.497Z++ retry=8
4262026-06-05T04:03:22.505Z+++ svcs -Hostate baseline
4272026-06-05T04:03:22.516Z++ [[ offline* != online ]]
4282026-06-05T04:03:22.516Z++ [[ 8 -gt 300 ]]
4292026-06-05T04:03:22.516Z++ sleep 1
4302026-06-05T04:03:23.509Z++ retry=9
4312026-06-05T04:03:23.919Z+++ svcs -Hostate baseline
4322026-06-05T04:03:23.923Z++ [[ offline* != online ]]
4332026-06-05T04:03:23.923Z++ [[ 9 -gt 300 ]]
4342026-06-05T04:03:23.923Z++ sleep 1
4352026-06-05T04:03:24.528Z++ retry=10
4362026-06-05T04:03:24.532Z+++ svcs -Hostate baseline
4372026-06-05T04:03:24.546Z++ [[ offline* != online ]]
4382026-06-05T04:03:24.547Z++ [[ 10 -gt 300 ]]
4392026-06-05T04:03:24.547Z++ sleep 1
4402026-06-05T04:03:25.552Z++ retry=11
4412026-06-05T04:03:25.558Z+++ svcs -Hostate baseline
4422026-06-05T04:03:25.566Z++ [[ offline* != online ]]
4432026-06-05T04:03:25.566Z++ [[ 11 -gt 300 ]]
4442026-06-05T04:03:25.567Z++ sleep 1
4452026-06-05T04:03:26.568Z++ retry=12
4462026-06-05T04:03:26.571Z+++ svcs -Hostate baseline
4472026-06-05T04:03:26.582Z++ [[ offline* != online ]]
4482026-06-05T04:03:26.582Z++ [[ 12 -gt 300 ]]
4492026-06-05T04:03:26.582Z++ sleep 1
4502026-06-05T04:03:27.586Z++ retry=13
4512026-06-05T04:03:27.998Z+++ svcs -Hostate baseline
4522026-06-05T04:03:28.001Z++ [[ offline* != online ]]
4532026-06-05T04:03:28.001Z++ [[ 13 -gt 300 ]]
4542026-06-05T04:03:28.001Z++ sleep 1
4552026-06-05T04:03:28.602Z++ retry=14
4562026-06-05T04:03:28.605Z+++ svcs -Hostate baseline
4572026-06-05T04:03:29.028Z++ [[ offline* != online ]]
4582026-06-05T04:03:29.028Z++ [[ 14 -gt 300 ]]
4592026-06-05T04:03:29.028Z++ sleep 1
4602026-06-05T04:03:29.620Z++ retry=15
4612026-06-05T04:03:29.623Z+++ svcs -Hostate baseline
4622026-06-05T04:03:29.639Z++ [[ offline* != online ]]
4632026-06-05T04:03:29.639Z++ [[ 15 -gt 300 ]]
4642026-06-05T04:03:29.639Z++ sleep 1
4652026-06-05T04:03:30.639Z++ retry=16
4662026-06-05T04:03:30.642Z+++ svcs -Hostate baseline
4672026-06-05T04:03:30.655Z++ [[ offline* != online ]]
4682026-06-05T04:03:30.655Z++ [[ 16 -gt 300 ]]
4692026-06-05T04:03:30.655Z++ sleep 1
4702026-06-05T04:03:31.657Z++ retry=17
4712026-06-05T04:03:31.660Z+++ svcs -Hostate baseline
4722026-06-05T04:03:31.674Z++ [[ offline* != online ]]
4732026-06-05T04:03:31.674Z++ [[ 17 -gt 300 ]]
4742026-06-05T04:03:31.674Z++ sleep 1
4752026-06-05T04:03:32.676Z++ retry=18
4762026-06-05T04:03:32.680Z+++ svcs -Hostate baseline
4772026-06-05T04:03:32.694Z++ [[ offline* != online ]]
4782026-06-05T04:03:32.694Z++ [[ 18 -gt 300 ]]
4792026-06-05T04:03:32.694Z++ sleep 1
4802026-06-05T04:03:33.693Z++ retry=19
4812026-06-05T04:03:33.698Z+++ svcs -Hostate baseline
4822026-06-05T04:03:33.709Z++ [[ offline* != online ]]
4832026-06-05T04:03:33.709Z++ [[ 19 -gt 300 ]]
4842026-06-05T04:03:33.709Z++ sleep 1
4852026-06-05T04:03:34.711Z++ retry=20
4862026-06-05T04:03:34.714Z+++ svcs -Hostate baseline
4872026-06-05T04:03:34.730Z++ [[ offline* != online ]]
4882026-06-05T04:03:34.730Z++ [[ 20 -gt 300 ]]
4892026-06-05T04:03:34.730Z++ sleep 1
4902026-06-05T04:03:35.730Z++ retry=21
4912026-06-05T04:03:35.733Z+++ svcs -Hostate baseline
4922026-06-05T04:03:35.750Z++ [[ offline* != online ]]
4932026-06-05T04:03:35.750Z++ [[ 21 -gt 300 ]]
4942026-06-05T04:03:35.751Z++ sleep 1
4952026-06-05T04:03:36.748Z++ retry=22
4962026-06-05T04:03:36.754Z+++ svcs -Hostate baseline
4972026-06-05T04:03:36.768Z++ [[ offline* != online ]]
4982026-06-05T04:03:36.768Z++ [[ 22 -gt 300 ]]
4992026-06-05T04:03:36.768Z++ sleep 1
5002026-06-05T04:03:37.765Z++ retry=23
5012026-06-05T04:03:37.770Z+++ svcs -Hostate baseline
5022026-06-05T04:03:37.786Z++ [[ offline* != online ]]
5032026-06-05T04:03:37.786Z++ [[ 23 -gt 300 ]]
5042026-06-05T04:03:37.786Z++ sleep 1
5052026-06-05T04:03:38.783Z++ retry=24
5062026-06-05T04:03:38.787Z+++ svcs -Hostate baseline
5072026-06-05T04:03:38.802Z++ [[ offline* != online ]]
5082026-06-05T04:03:38.802Z++ [[ 24 -gt 300 ]]
5092026-06-05T04:03:38.802Z++ sleep 1
5102026-06-05T04:03:39.801Z++ retry=25
5112026-06-05T04:03:40.206Z+++ svcs -Hostate baseline
5122026-06-05T04:03:40.209Z++ [[ offline* != online ]]
5132026-06-05T04:03:40.209Z++ [[ 25 -gt 300 ]]
5142026-06-05T04:03:40.209Z++ sleep 1
5152026-06-05T04:03:40.819Z++ retry=26
5162026-06-05T04:03:40.822Z+++ svcs -Hostate baseline
5172026-06-05T04:03:40.835Z++ [[ offline* != online ]]
5182026-06-05T04:03:40.835Z++ [[ 26 -gt 300 ]]
5192026-06-05T04:03:40.835Z++ sleep 1
5202026-06-05T04:03:41.837Z++ retry=27
5212026-06-05T04:03:41.840Z+++ svcs -Hostate baseline
5222026-06-05T04:03:41.854Z++ [[ offline* != online ]]
5232026-06-05T04:03:41.854Z++ [[ 27 -gt 300 ]]
5242026-06-05T04:03:41.855Z++ sleep 1
5252026-06-05T04:03:42.856Z++ retry=28
5262026-06-05T04:03:42.861Z+++ svcs -Hostate baseline
5272026-06-05T04:03:42.885Z++ [[ offline* != online ]]
5282026-06-05T04:03:42.885Z++ [[ 28 -gt 300 ]]
5292026-06-05T04:03:42.885Z++ sleep 1
5302026-06-05T04:03:43.874Z++ retry=29
5312026-06-05T04:03:43.878Z+++ svcs -Hostate baseline
5322026-06-05T04:03:43.890Z++ [[ offline* != online ]]
5332026-06-05T04:03:43.890Z++ [[ 29 -gt 300 ]]
5342026-06-05T04:03:43.890Z++ sleep 1
5352026-06-05T04:03:44.893Z++ retry=30
5362026-06-05T04:03:44.897Z+++ svcs -Hostate baseline
5372026-06-05T04:03:44.908Z++ [[ offline* != online ]]
5382026-06-05T04:03:44.908Z++ [[ 30 -gt 300 ]]
5392026-06-05T04:03:44.908Z++ sleep 1
5402026-06-05T04:03:45.910Z++ retry=31
5412026-06-05T04:03:45.913Z+++ svcs -Hostate baseline
5422026-06-05T04:03:45.928Z++ [[ offline* != online ]]
5432026-06-05T04:03:45.928Z++ [[ 31 -gt 300 ]]
5442026-06-05T04:03:45.928Z++ sleep 1
5452026-06-05T04:03:46.934Z++ retry=32
5462026-06-05T04:03:46.936Z+++ svcs -Hostate baseline
5472026-06-05T04:03:46.945Z++ [[ offline* != online ]]
5482026-06-05T04:03:46.945Z++ [[ 32 -gt 300 ]]
5492026-06-05T04:03:46.945Z++ sleep 1
5502026-06-05T04:03:47.947Z++ retry=33
5512026-06-05T04:03:47.950Z+++ svcs -Hostate baseline
5522026-06-05T04:03:47.964Z++ [[ offline* != online ]]
5532026-06-05T04:03:47.964Z++ [[ 33 -gt 300 ]]
5542026-06-05T04:03:47.964Z++ sleep 1
5552026-06-05T04:03:49.004Z++ retry=34
5562026-06-05T04:03:49.023Z+++ svcs -Hostate baseline
5572026-06-05T04:03:49.023Z++ [[ offline* != online ]]
5582026-06-05T04:03:49.023Z++ [[ 34 -gt 300 ]]
5592026-06-05T04:03:49.023Z++ sleep 1
5602026-06-05T04:03:49.983Z++ retry=35
5612026-06-05T04:03:50.396Z+++ svcs -Hostate baseline
5622026-06-05T04:03:50.399Z++ [[ offline* != online ]]
5632026-06-05T04:03:50.399Z++ [[ 35 -gt 300 ]]
5642026-06-05T04:03:50.400Z++ sleep 1
5652026-06-05T04:03:51.002Z++ retry=36
5662026-06-05T04:03:51.443Z+++ svcs -Hostate baseline
5672026-06-05T04:03:51.878Z++ [[ offline* != online ]]
5682026-06-05T04:03:51.878Z++ [[ 36 -gt 300 ]]
5692026-06-05T04:03:51.878Z++ sleep 1
5702026-06-05T04:03:52.033Z++ retry=37
5712026-06-05T04:03:52.057Z+++ svcs -Hostate baseline
5722026-06-05T04:03:52.057Z++ [[ offline* != online ]]
5732026-06-05T04:03:52.057Z++ [[ 37 -gt 300 ]]
5742026-06-05T04:03:52.057Z++ sleep 1
5752026-06-05T04:03:53.045Z++ retry=38
5762026-06-05T04:03:53.052Z+++ svcs -Hostate baseline
5772026-06-05T04:03:53.056Z++ [[ offline* != online ]]
5782026-06-05T04:03:53.056Z++ [[ 38 -gt 300 ]]
5792026-06-05T04:03:53.056Z++ sleep 1
5802026-06-05T04:03:54.456Z++ retry=39
5812026-06-05T04:03:54.459Z+++ svcs -Hostate baseline
5822026-06-05T04:03:54.459Z++ [[ offline* != online ]]
5832026-06-05T04:03:54.459Z++ [[ 39 -gt 300 ]]
5842026-06-05T04:03:54.459Z++ sleep 1
5852026-06-05T04:03:55.074Z++ retry=40
5862026-06-05T04:03:55.077Z+++ svcs -Hostate baseline
5872026-06-05T04:03:55.090Z++ [[ offline* != online ]]
5882026-06-05T04:03:55.090Z++ [[ 40 -gt 300 ]]
5892026-06-05T04:03:55.090Z++ sleep 1
5902026-06-05T04:03:56.092Z++ retry=41
5912026-06-05T04:03:56.095Z+++ svcs -Hostate baseline
5922026-06-05T04:03:56.108Z++ [[ offline* != online ]]
5932026-06-05T04:03:56.108Z++ [[ 41 -gt 300 ]]
5942026-06-05T04:03:56.108Z++ sleep 1
5952026-06-05T04:03:57.110Z++ retry=42
5962026-06-05T04:03:57.114Z+++ svcs -Hostate baseline
5972026-06-05T04:03:57.126Z++ [[ offline* != online ]]
5982026-06-05T04:03:57.126Z++ [[ 42 -gt 300 ]]
5992026-06-05T04:03:57.126Z++ sleep 1
6002026-06-05T04:03:58.131Z++ retry=43
6012026-06-05T04:03:58.135Z+++ svcs -Hostate baseline
6022026-06-05T04:03:58.144Z++ [[ offline* != online ]]
6032026-06-05T04:03:58.144Z++ [[ 43 -gt 300 ]]
6042026-06-05T04:03:58.144Z++ sleep 1
6052026-06-05T04:03:59.147Z++ retry=44
6062026-06-05T04:03:59.150Z+++ svcs -Hostate baseline
6072026-06-05T04:03:59.162Z++ [[ offline* != online ]]
6082026-06-05T04:03:59.162Z++ [[ 44 -gt 300 ]]
6092026-06-05T04:03:59.162Z++ sleep 1
6102026-06-05T04:04:00.167Z++ retry=45
6112026-06-05T04:04:00.180Z+++ svcs -Hostate baseline
6122026-06-05T04:04:00.193Z++ [[ offline* != online ]]
6132026-06-05T04:04:00.193Z++ [[ 45 -gt 300 ]]
6142026-06-05T04:04:00.193Z++ sleep 1
6152026-06-05T04:04:01.186Z++ retry=46
6162026-06-05T04:04:01.198Z+++ svcs -Hostate baseline
6172026-06-05T04:04:01.208Z++ [[ offline* != online ]]
6182026-06-05T04:04:01.208Z++ [[ 46 -gt 300 ]]
6192026-06-05T04:04:01.208Z++ sleep 1
6202026-06-05T04:04:02.205Z++ retry=47
6212026-06-05T04:04:02.211Z+++ svcs -Hostate baseline
6222026-06-05T04:04:02.219Z++ [[ offline* != online ]]
6232026-06-05T04:04:02.219Z++ [[ 47 -gt 300 ]]
6242026-06-05T04:04:02.219Z++ sleep 1
6252026-06-05T04:04:03.229Z++ retry=48
6262026-06-05T04:04:03.238Z+++ svcs -Hostate baseline
6272026-06-05T04:04:03.253Z++ [[ offline* != online ]]
6282026-06-05T04:04:03.253Z++ [[ 48 -gt 300 ]]
6292026-06-05T04:04:03.253Z++ sleep 1
6302026-06-05T04:04:04.245Z++ retry=49
6312026-06-05T04:04:04.258Z+++ svcs -Hostate baseline
6322026-06-05T04:04:04.265Z++ [[ offline* != online ]]
6332026-06-05T04:04:04.265Z++ [[ 49 -gt 300 ]]
6342026-06-05T04:04:04.265Z++ sleep 1
6352026-06-05T04:04:05.255Z++ retry=50
6362026-06-05T04:04:05.261Z+++ svcs -Hostate baseline
6372026-06-05T04:04:05.271Z++ [[ offline* != online ]]
6382026-06-05T04:04:05.271Z++ [[ 50 -gt 300 ]]
6392026-06-05T04:04:05.271Z++ sleep 1
6402026-06-05T04:04:06.274Z++ retry=51
6412026-06-05T04:04:06.278Z+++ svcs -Hostate baseline
6422026-06-05T04:04:06.290Z++ [[ offline* != online ]]
6432026-06-05T04:04:06.290Z++ [[ 51 -gt 300 ]]
6442026-06-05T04:04:06.290Z++ sleep 1
6452026-06-05T04:04:07.294Z++ retry=52
6462026-06-05T04:04:07.706Z+++ svcs -Hostate baseline
6472026-06-05T04:04:08.116Z++ [[ offline* != online ]]
6482026-06-05T04:04:08.116Z++ [[ 52 -gt 300 ]]
6492026-06-05T04:04:08.116Z++ sleep 1
6502026-06-05T04:04:08.309Z++ retry=53
6512026-06-05T04:04:08.312Z+++ svcs -Hostate baseline
6522026-06-05T04:04:08.325Z++ [[ offline* != online ]]
6532026-06-05T04:04:08.325Z++ [[ 53 -gt 300 ]]
6542026-06-05T04:04:08.325Z++ sleep 1
6552026-06-05T04:04:09.738Z++ retry=54
6562026-06-05T04:04:10.146Z+++ svcs -Hostate baseline
6572026-06-05T04:04:10.146Z++ [[ offline* != online ]]
6582026-06-05T04:04:10.146Z++ [[ 54 -gt 300 ]]
6592026-06-05T04:04:10.146Z++ sleep 1
6602026-06-05T04:04:10.351Z++ retry=55
6612026-06-05T04:04:10.357Z+++ svcs -Hostate baseline
6622026-06-05T04:04:10.371Z++ [[ offline* != online ]]
6632026-06-05T04:04:10.371Z++ [[ 55 -gt 300 ]]
6642026-06-05T04:04:10.371Z++ sleep 1
6652026-06-05T04:04:11.365Z++ retry=56
6662026-06-05T04:04:11.368Z+++ svcs -Hostate baseline
6672026-06-05T04:04:11.381Z++ [[ offline* != online ]]
6682026-06-05T04:04:11.381Z++ [[ 56 -gt 300 ]]
6692026-06-05T04:04:11.381Z++ sleep 1
6702026-06-05T04:04:12.383Z++ retry=57
6712026-06-05T04:04:12.387Z+++ svcs -Hostate baseline
6722026-06-05T04:04:12.399Z++ [[ offline* != online ]]
6732026-06-05T04:04:12.399Z++ [[ 57 -gt 300 ]]
6742026-06-05T04:04:12.399Z++ sleep 1
6752026-06-05T04:04:13.405Z++ retry=58
6762026-06-05T04:04:13.413Z+++ svcs -Hostate baseline
6772026-06-05T04:04:13.417Z++ [[ offline* != online ]]
6782026-06-05T04:04:13.417Z++ [[ 58 -gt 300 ]]
6792026-06-05T04:04:13.417Z++ sleep 1
6802026-06-05T04:04:14.425Z++ retry=59
6812026-06-05T04:04:14.429Z+++ svcs -Hostate baseline
6822026-06-05T04:04:14.440Z++ [[ offline* != online ]]
6832026-06-05T04:04:14.440Z++ [[ 59 -gt 300 ]]
6842026-06-05T04:04:14.441Z++ sleep 1
6852026-06-05T04:04:15.467Z++ retry=60
6862026-06-05T04:04:15.474Z+++ svcs -Hostate baseline
6872026-06-05T04:04:15.474Z++ [[ offline* != online ]]
6882026-06-05T04:04:15.474Z++ [[ 60 -gt 300 ]]
6892026-06-05T04:04:15.474Z++ sleep 1
6902026-06-05T04:04:16.458Z++ retry=61
6912026-06-05T04:04:16.465Z+++ svcs -Hostate baseline
6922026-06-05T04:04:16.472Z++ [[ offline* != online ]]
6932026-06-05T04:04:16.472Z++ [[ 61 -gt 300 ]]
6942026-06-05T04:04:16.472Z++ sleep 1
6952026-06-05T04:04:17.476Z++ retry=62
6962026-06-05T04:04:17.481Z+++ svcs -Hostate baseline
6972026-06-05T04:04:17.895Z++ [[ offline* != online ]]
6982026-06-05T04:04:17.895Z++ [[ 62 -gt 300 ]]
6992026-06-05T04:04:17.895Z++ sleep 1
7002026-06-05T04:04:18.519Z++ retry=63
7012026-06-05T04:04:18.583Z+++ svcs -Hostate baseline
7022026-06-05T04:04:18.583Z++ [[ offline* != online ]]
7032026-06-05T04:04:18.583Z++ [[ 63 -gt 300 ]]
7042026-06-05T04:04:18.583Z++ sleep 1
7052026-06-05T04:04:19.527Z++ retry=64
7062026-06-05T04:04:19.542Z+++ svcs -Hostate baseline
7072026-06-05T04:04:19.542Z++ [[ offline* != online ]]
7082026-06-05T04:04:19.542Z++ [[ 64 -gt 300 ]]
7092026-06-05T04:04:19.542Z++ sleep 1
7102026-06-05T04:04:20.531Z++ retry=65
7112026-06-05T04:04:20.536Z+++ svcs -Hostate baseline
7122026-06-05T04:04:20.546Z++ [[ offline* != online ]]
7132026-06-05T04:04:20.546Z++ [[ 65 -gt 300 ]]
7142026-06-05T04:04:20.546Z++ sleep 1
7152026-06-05T04:04:21.623Z++ retry=66
7162026-06-05T04:04:21.650Z+++ svcs -Hostate baseline
7172026-06-05T04:04:21.650Z++ [[ offline* != online ]]
7182026-06-05T04:04:21.650Z++ [[ 66 -gt 300 ]]
7192026-06-05T04:04:21.650Z++ sleep 1
7202026-06-05T04:04:22.566Z++ retry=67
7212026-06-05T04:04:22.570Z+++ svcs -Hostate baseline
7222026-06-05T04:04:22.581Z++ [[ offline* != online ]]
7232026-06-05T04:04:22.581Z++ [[ 67 -gt 300 ]]
7242026-06-05T04:04:22.581Z++ sleep 1
7252026-06-05T04:04:23.986Z++ retry=68
7262026-06-05T04:04:23.999Z+++ svcs -Hostate baseline
7272026-06-05T04:04:23.999Z++ [[ offline* != online ]]
7282026-06-05T04:04:23.999Z++ [[ 68 -gt 300 ]]
7292026-06-05T04:04:23.999Z++ sleep 1
7302026-06-05T04:04:24.602Z++ retry=69
7312026-06-05T04:04:24.605Z+++ svcs -Hostate baseline
7322026-06-05T04:04:25.027Z++ [[ offline* != online ]]
7332026-06-05T04:04:25.027Z++ [[ 69 -gt 300 ]]
7342026-06-05T04:04:25.027Z++ sleep 1
7352026-06-05T04:04:25.625Z++ retry=70
7362026-06-05T04:04:25.628Z+++ svcs -Hostate baseline
7372026-06-05T04:04:25.636Z++ [[ offline* != online ]]
7382026-06-05T04:04:25.636Z++ [[ 70 -gt 300 ]]
7392026-06-05T04:04:25.636Z++ sleep 1
7402026-06-05T04:04:26.675Z++ retry=71
7412026-06-05T04:04:26.685Z+++ svcs -Hostate baseline
7422026-06-05T04:04:26.685Z++ [[ offline* != online ]]
7432026-06-05T04:04:26.685Z++ [[ 71 -gt 300 ]]
7442026-06-05T04:04:26.685Z++ sleep 1
7452026-06-05T04:04:27.701Z++ retry=72
7462026-06-05T04:04:27.747Z+++ svcs -Hostate baseline
7472026-06-05T04:04:27.747Z++ [[ offline* != online ]]
7482026-06-05T04:04:27.747Z++ [[ 72 -gt 300 ]]
7492026-06-05T04:04:27.747Z++ sleep 1
7502026-06-05T04:04:28.734Z++ retry=73
7512026-06-05T04:04:28.762Z+++ svcs -Hostate baseline
7522026-06-05T04:04:28.762Z++ [[ offline* != online ]]
7532026-06-05T04:04:28.763Z++ [[ 73 -gt 300 ]]
7542026-06-05T04:04:28.763Z++ sleep 1
7552026-06-05T04:04:29.720Z++ retry=74
7562026-06-05T04:04:29.736Z+++ svcs -Hostate baseline
7572026-06-05T04:04:29.736Z++ [[ offline* != online ]]
7582026-06-05T04:04:29.736Z++ [[ 74 -gt 300 ]]
7592026-06-05T04:04:29.736Z++ sleep 1
7602026-06-05T04:04:30.794Z++ retry=75
7612026-06-05T04:04:30.849Z+++ svcs -Hostate baseline
7622026-06-05T04:04:30.849Z++ [[ offline* != online ]]
7632026-06-05T04:04:30.849Z++ [[ 75 -gt 300 ]]
7642026-06-05T04:04:30.849Z++ sleep 1
7652026-06-05T04:04:31.742Z++ retry=76
7662026-06-05T04:04:31.756Z+++ svcs -Hostate baseline
7672026-06-05T04:04:31.771Z++ [[ offline* != online ]]
7682026-06-05T04:04:31.771Z++ [[ 76 -gt 300 ]]
7692026-06-05T04:04:31.771Z++ sleep 1
7702026-06-05T04:04:32.799Z++ retry=77
7712026-06-05T04:04:32.836Z+++ svcs -Hostate baseline
7722026-06-05T04:04:32.836Z++ [[ offline* != online ]]
7732026-06-05T04:04:32.836Z++ [[ 77 -gt 300 ]]
7742026-06-05T04:04:32.836Z++ sleep 1
7752026-06-05T04:04:33.772Z++ retry=78
7762026-06-05T04:04:33.779Z+++ svcs -Hostate baseline
7772026-06-05T04:04:33.786Z++ [[ offline* != online ]]
7782026-06-05T04:04:33.786Z++ [[ 78 -gt 300 ]]
7792026-06-05T04:04:33.787Z++ sleep 1
7802026-06-05T04:04:35.195Z++ retry=79
7812026-06-05T04:04:35.202Z+++ svcs -Hostate baseline
7822026-06-05T04:04:35.202Z++ [[ offline* != online ]]
7832026-06-05T04:04:35.202Z++ [[ 79 -gt 300 ]]
7842026-06-05T04:04:35.202Z++ sleep 1
7852026-06-05T04:04:35.843Z++ retry=80
7862026-06-05T04:04:35.859Z+++ svcs -Hostate baseline
7872026-06-05T04:04:35.859Z++ [[ offline* != online ]]
7882026-06-05T04:04:35.859Z++ [[ 80 -gt 300 ]]
7892026-06-05T04:04:35.859Z++ sleep 1
7902026-06-05T04:04:36.845Z++ retry=81
7912026-06-05T04:04:36.870Z+++ svcs -Hostate baseline
7922026-06-05T04:04:36.870Z++ [[ offline* != online ]]
7932026-06-05T04:04:36.870Z++ [[ 81 -gt 300 ]]
7942026-06-05T04:04:36.870Z++ sleep 1
7952026-06-05T04:04:37.890Z++ retry=82
7962026-06-05T04:04:37.904Z+++ svcs -Hostate baseline
7972026-06-05T04:04:37.904Z++ [[ offline* != online ]]
7982026-06-05T04:04:37.904Z++ [[ 82 -gt 300 ]]
7992026-06-05T04:04:37.904Z++ sleep 1
8002026-06-05T04:04:38.864Z++ retry=83
8012026-06-05T04:04:38.868Z+++ svcs -Hostate baseline
8022026-06-05T04:04:38.887Z++ [[ offline* != online ]]
8032026-06-05T04:04:38.887Z++ [[ 83 -gt 300 ]]
8042026-06-05T04:04:38.887Z++ sleep 1
8052026-06-05T04:04:39.912Z++ retry=84
8062026-06-05T04:04:39.916Z+++ svcs -Hostate baseline
8072026-06-05T04:04:39.916Z++ [[ offline* != online ]]
8082026-06-05T04:04:39.916Z++ [[ 84 -gt 300 ]]
8092026-06-05T04:04:39.917Z++ sleep 1
8102026-06-05T04:04:40.897Z++ retry=85
8112026-06-05T04:04:40.901Z+++ svcs -Hostate baseline
8122026-06-05T04:04:40.915Z++ [[ offline* != online ]]
8132026-06-05T04:04:40.915Z++ [[ 85 -gt 300 ]]
8142026-06-05T04:04:40.915Z++ sleep 1
8152026-06-05T04:04:41.915Z++ retry=86
8162026-06-05T04:04:41.919Z+++ svcs -Hostate baseline
8172026-06-05T04:04:41.931Z++ [[ offline* != online ]]
8182026-06-05T04:04:41.931Z++ [[ 86 -gt 300 ]]
8192026-06-05T04:04:41.931Z++ sleep 1
8202026-06-05T04:04:42.933Z++ retry=87
8212026-06-05T04:04:42.936Z+++ svcs -Hostate baseline
8222026-06-05T04:04:42.948Z++ [[ offline* != online ]]
8232026-06-05T04:04:42.948Z++ [[ 87 -gt 300 ]]
8242026-06-05T04:04:42.948Z++ sleep 1
8252026-06-05T04:04:43.952Z++ retry=88
8262026-06-05T04:04:43.956Z+++ svcs -Hostate baseline
8272026-06-05T04:04:43.966Z++ [[ offline* != online ]]
8282026-06-05T04:04:43.966Z++ [[ 88 -gt 300 ]]
8292026-06-05T04:04:43.967Z++ sleep 1
8302026-06-05T04:04:44.974Z++ retry=89
8312026-06-05T04:04:44.982Z+++ svcs -Hostate baseline
8322026-06-05T04:04:45.395Z++ [[ offline* != online ]]
8332026-06-05T04:04:45.395Z++ [[ 89 -gt 300 ]]
8342026-06-05T04:04:45.395Z++ sleep 1
8352026-06-05T04:04:46.000Z++ retry=90
8362026-06-05T04:04:46.015Z+++ svcs -Hostate baseline
8372026-06-05T04:04:46.015Z++ [[ offline* != online ]]
8382026-06-05T04:04:46.015Z++ [[ 90 -gt 300 ]]
8392026-06-05T04:04:46.015Z++ sleep 1
8402026-06-05T04:04:47.027Z++ retry=91
8412026-06-05T04:04:47.050Z+++ svcs -Hostate baseline
8422026-06-05T04:04:47.050Z++ [[ offline* != online ]]
8432026-06-05T04:04:47.050Z++ [[ 91 -gt 300 ]]
8442026-06-05T04:04:47.050Z++ sleep 1
8452026-06-05T04:04:48.030Z++ retry=92
8462026-06-05T04:04:48.083Z+++ svcs -Hostate baseline
8472026-06-05T04:04:48.090Z++ [[ offline* != online ]]
8482026-06-05T04:04:48.090Z++ [[ 92 -gt 300 ]]
8492026-06-05T04:04:48.090Z++ sleep 1
8502026-06-05T04:04:49.192Z++ retry=93
8512026-06-05T04:04:49.248Z+++ svcs -Hostate baseline
8522026-06-05T04:04:49.248Z++ [[ offline* != online ]]
8532026-06-05T04:04:49.248Z++ [[ 93 -gt 300 ]]
8542026-06-05T04:04:49.248Z++ sleep 1
8552026-06-05T04:04:50.327Z++ retry=94
8562026-06-05T04:04:50.379Z+++ svcs -Hostate baseline
8572026-06-05T04:04:50.379Z++ [[ offline* != online ]]
8582026-06-05T04:04:50.379Z++ [[ 94 -gt 300 ]]
8592026-06-05T04:04:50.379Z++ sleep 1
8602026-06-05T04:04:51.083Z++ retry=95
8612026-06-05T04:04:51.115Z+++ svcs -Hostate baseline
8622026-06-05T04:04:51.138Z++ [[ offline* != online ]]
8632026-06-05T04:04:51.139Z++ [[ 95 -gt 300 ]]
8642026-06-05T04:04:51.139Z++ sleep 1
8652026-06-05T04:04:52.142Z++ retry=96
8662026-06-05T04:04:52.231Z+++ svcs -Hostate baseline
8672026-06-05T04:04:52.231Z++ [[ offline* != online ]]
8682026-06-05T04:04:52.231Z++ [[ 96 -gt 300 ]]
8692026-06-05T04:04:52.231Z++ sleep 1
8702026-06-05T04:04:53.127Z++ retry=97
8712026-06-05T04:04:53.139Z+++ svcs -Hostate baseline
8722026-06-05T04:04:53.139Z++ [[ offline* != online ]]
8732026-06-05T04:04:53.139Z++ [[ 97 -gt 300 ]]
8742026-06-05T04:04:53.139Z++ sleep 1
8752026-06-05T04:04:54.174Z++ retry=98
8762026-06-05T04:04:54.186Z+++ svcs -Hostate baseline
8772026-06-05T04:04:54.186Z++ [[ offline* != online ]]
8782026-06-05T04:04:54.186Z++ [[ 98 -gt 300 ]]
8792026-06-05T04:04:54.186Z++ sleep 1
8802026-06-05T04:04:55.146Z++ retry=99
8812026-06-05T04:04:55.206Z+++ svcs -Hostate baseline
8822026-06-05T04:04:55.226Z++ [[ offline* != online ]]
8832026-06-05T04:04:55.226Z++ [[ 99 -gt 300 ]]
8842026-06-05T04:04:55.226Z++ sleep 1
8852026-06-05T04:04:56.224Z++ retry=100
8862026-06-05T04:04:56.269Z+++ svcs -Hostate baseline
8872026-06-05T04:04:56.269Z++ [[ offline* != online ]]
8882026-06-05T04:04:56.269Z++ [[ 100 -gt 300 ]]
8892026-06-05T04:04:56.269Z++ sleep 1
8902026-06-05T04:04:57.331Z++ retry=101
8912026-06-05T04:04:57.401Z+++ svcs -Hostate baseline
8922026-06-05T04:04:57.401Z++ [[ offline* != online ]]
8932026-06-05T04:04:57.401Z++ [[ 101 -gt 300 ]]
8942026-06-05T04:04:57.401Z++ sleep 1
8952026-06-05T04:04:59.221Z++ retry=102
8962026-06-05T04:04:59.667Z+++ svcs -Hostate baseline
8972026-06-05T04:04:59.668Z++ [[ offline* != online ]]
8982026-06-05T04:04:59.668Z++ [[ 102 -gt 300 ]]
8992026-06-05T04:04:59.668Z++ sleep 1
9002026-06-05T04:04:59.668Z++ retry=103
9012026-06-05T04:04:59.668Z+++ svcs -Hostate baseline
9022026-06-05T04:04:59.668Z++ [[ offline* != online ]]
9032026-06-05T04:04:59.668Z++ [[ 103 -gt 300 ]]
9042026-06-05T04:04:59.668Z++ sleep 1
9052026-06-05T04:05:01.751Z++ retry=104
9062026-06-05T04:05:01.912Z+++ svcs -Hostate baseline
9072026-06-05T04:05:01.913Z++ [[ offline* != online ]]
9082026-06-05T04:05:01.913Z++ [[ 104 -gt 300 ]]
9092026-06-05T04:05:01.913Z++ sleep 1
9102026-06-05T04:05:01.913Z++ retry=105
9112026-06-05T04:05:01.913Z+++ svcs -Hostate baseline
9122026-06-05T04:05:01.913Z++ [[ offline* != online ]]
9132026-06-05T04:05:01.913Z++ [[ 105 -gt 300 ]]
9142026-06-05T04:05:01.913Z++ sleep 1
9152026-06-05T04:05:02.470Z++ retry=106
9162026-06-05T04:05:02.501Z+++ svcs -Hostate baseline
9172026-06-05T04:05:02.501Z++ [[ offline* != online ]]
9182026-06-05T04:05:02.501Z++ [[ 106 -gt 300 ]]
9192026-06-05T04:05:02.501Z++ sleep 1
9202026-06-05T04:05:03.350Z++ retry=107
9212026-06-05T04:05:03.405Z+++ svcs -Hostate baseline
9222026-06-05T04:05:03.405Z++ [[ offline* != online ]]
9232026-06-05T04:05:03.405Z++ [[ 107 -gt 300 ]]
9242026-06-05T04:05:03.405Z++ sleep 1
9252026-06-05T04:05:04.351Z++ retry=108
9262026-06-05T04:05:04.406Z+++ svcs -Hostate baseline
9272026-06-05T04:05:04.406Z++ [[ offline* != online ]]
9282026-06-05T04:05:04.406Z++ [[ 108 -gt 300 ]]
9292026-06-05T04:05:04.406Z++ sleep 1
9302026-06-05T04:05:05.356Z++ retry=109
9312026-06-05T04:05:05.393Z+++ svcs -Hostate baseline
9322026-06-05T04:05:05.393Z++ [[ offline* != online ]]
9332026-06-05T04:05:05.393Z++ [[ 109 -gt 300 ]]
9342026-06-05T04:05:05.393Z++ sleep 1
9352026-06-05T04:05:06.349Z++ retry=110
9362026-06-05T04:05:06.373Z+++ svcs -Hostate baseline
9372026-06-05T04:05:06.373Z++ [[ offline* != online ]]
9382026-06-05T04:05:06.373Z++ [[ 110 -gt 300 ]]
9392026-06-05T04:05:06.373Z++ sleep 1
9402026-06-05T04:05:07.380Z++ retry=111
9412026-06-05T04:05:07.427Z+++ svcs -Hostate baseline
9422026-06-05T04:05:07.427Z++ [[ offline* != online ]]
9432026-06-05T04:05:07.427Z++ [[ 111 -gt 300 ]]
9442026-06-05T04:05:07.427Z++ sleep 1
9452026-06-05T04:05:08.421Z++ retry=112
9462026-06-05T04:05:08.476Z+++ svcs -Hostate baseline
9472026-06-05T04:05:08.476Z++ [[ offline* != online ]]
9482026-06-05T04:05:08.476Z++ [[ 112 -gt 300 ]]
9492026-06-05T04:05:08.476Z++ sleep 1
9502026-06-05T04:05:09.485Z++ retry=113
9512026-06-05T04:05:09.553Z+++ svcs -Hostate baseline
9522026-06-05T04:05:09.553Z++ [[ offline* != online ]]
9532026-06-05T04:05:09.553Z++ [[ 113 -gt 300 ]]
9542026-06-05T04:05:09.553Z++ sleep 1
9552026-06-05T04:05:10.673Z++ retry=114
9562026-06-05T04:05:10.756Z+++ svcs -Hostate baseline
9572026-06-05T04:05:10.756Z++ [[ offline* != online ]]
9582026-06-05T04:05:10.756Z++ [[ 114 -gt 300 ]]
9592026-06-05T04:05:10.756Z++ sleep 1
9602026-06-05T04:05:11.472Z++ retry=115
9612026-06-05T04:05:11.530Z+++ svcs -Hostate baseline
9622026-06-05T04:05:11.530Z++ [[ online != online ]]
9632026-06-05T04:05:11.530Z++ set -o errexit
9642026-06-05T04:05:11.530Z++ set -o pipefail
9652026-06-05T04:05:11.530Z++ banner build
9662026-06-05T04:05:11.530Z
9672026-06-05T04:05:11.530Z ##### # # # # #####
9682026-06-05T04:05:11.530Z # # # # # # # #
9692026-06-05T04:05:11.530Z ##### # # # # # #
9702026-06-05T04:05:11.530Z # # # # # # # #
9712026-06-05T04:05:11.530Z # # # # # # # #
9722026-06-05T04:05:11.530Z ##### #### # ###### #####
9732026-06-05T04:05:11.530Z
9742026-06-05T04:05:11.530Z++ cargo build --release --bin ddmd --bin ddmadm
9752026-06-05T04:05:11.530Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9762026-06-05T04:05:11.668Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9772026-06-05T04:05:11.728Zinfo: downloading 6 components
9782026-06-05T04:05:26.091Z Updating git repository `https://github.com/oxidecomputer/falcon`
9792026-06-05T04:05:26.627ZFrom https://github.com/oxidecomputer/falcon
9802026-06-05T04:05:26.627Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9812026-06-05T04:05:26.677Z Updating crates.io index
9822026-06-05T04:05:26.714Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9832026-06-05T04:05:27.707ZFrom https://github.com/oxidecomputer/dendrite
9842026-06-05T04:05:27.707Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9852026-06-05T04:05:27.946Z Updating git repository `https://github.com/oxidecomputer/ispf`
9862026-06-05T04:05:28.153ZFrom https://github.com/oxidecomputer/ispf
9872026-06-05T04:05:28.153Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9882026-06-05T04:05:28.312Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9892026-06-05T04:05:28.461ZFrom https://github.com/oxidecomputer/netadm-sys
9902026-06-05T04:05:28.462Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9912026-06-05T04:05:28.852Z Updating git repository `https://github.com/oxidecomputer/omicron`
9922026-06-05T04:05:36.950ZFrom https://github.com/oxidecomputer/omicron
9932026-06-05T04:05:36.950Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9942026-06-05T04:05:37.287Z Updating git repository `https://github.com/oxidecomputer/opte`
9952026-06-05T04:05:38.458ZFrom https://github.com/oxidecomputer/opte
9962026-06-05T04:05:38.458Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9972026-06-05T04:05:38.991Z Updating git repository `https://github.com/illumos/smf-rs`
9982026-06-05T04:05:39.159ZFrom https://github.com/illumos/smf-rs
9992026-06-05T04:05:39.160Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
10002026-06-05T04:05:39.306Z Updating git repository `https://github.com/oxidecomputer/network-interface`
10012026-06-05T04:05:40.840ZFrom https://github.com/oxidecomputer/network-interface
10022026-06-05T04:05:40.840Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
10032026-06-05T04:05:40.965Z Updating git repository `https://github.com/oxidecomputer/zone`
10042026-06-05T04:05:40.965ZFrom https://github.com/oxidecomputer/zone
10052026-06-05T04:05:40.965Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
10062026-06-05T04:05:40.965Z Updating git repository `https://github.com/oxidecomputer/propolis`
10072026-06-05T04:05:40.965ZFrom https://github.com/oxidecomputer/propolis
10082026-06-05T04:05:40.965Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
10092026-06-05T04:05:40.965Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
10102026-06-05T04:05:41.043ZFrom https://github.com/oxidecomputer/transceiver-control
10112026-06-05T04:05:41.043Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
10122026-06-05T04:05:41.089Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
10132026-06-05T04:05:41.329ZFrom https://github.com/oxidecomputer/dlpi-sys
10142026-06-05T04:05:41.330Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
10152026-06-05T04:05:41.361Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
10162026-06-05T04:05:41.624ZFrom https://github.com/jmesmon/rust-libzfs
10172026-06-05T04:05:41.624Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
10182026-06-05T04:05:41.681Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
10192026-06-05T04:05:41.907ZFrom https://github.com/oxidecomputer/rusty-doors
10202026-06-05T04:05:41.907Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
10212026-06-05T04:05:41.961Z Updating git repository `https://github.com/oxidecomputer/lldp`
10222026-06-05T04:05:42.290ZFrom https://github.com/oxidecomputer/lldp
10232026-06-05T04:05:42.290Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
10242026-06-05T04:05:42.321Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
10252026-06-05T04:05:42.701ZFrom https://github.com/oxidecomputer/slog-error-chain
10262026-06-05T04:05:42.701Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
10272026-06-05T04:05:42.750Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
10282026-06-05T04:05:42.911ZFrom https://github.com/oxidecomputer/tufaceous
10292026-06-05T04:05:42.911Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
10302026-06-05T04:05:43.126Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
10312026-06-05T04:05:43.540ZFrom https://github.com/oxidecomputer/management-gateway-service
10322026-06-05T04:05:43.541Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
10332026-06-05T04:05:43.708Z Updating git repository `https://github.com/oxidecomputer/crucible`
10342026-06-05T04:05:44.528ZFrom https://github.com/oxidecomputer/crucible
10352026-06-05T04:05:44.528Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
10362026-06-05T04:05:45.486Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
10372026-06-05T04:05:45.742ZFrom https://github.com/oxidecomputer/serde_human_bytes
10382026-06-05T04:05:45.742Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
10392026-06-05T04:05:45.980Z Updating git repository `https://github.com/oxidecomputer/propolis`
10402026-06-05T04:05:46.357ZFrom https://github.com/oxidecomputer/propolis
10412026-06-05T04:05:46.357Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
10422026-06-05T04:05:46.393Z Updating git repository `https://github.com/oxidecomputer/crucible`
10432026-06-05T04:05:46.890ZFrom https://github.com/oxidecomputer/crucible
10442026-06-05T04:05:46.890Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10452026-06-05T04:05:47.166Z Updating git repository `https://github.com/oxidecomputer/tofino`
10462026-06-05T04:05:47.519ZFrom https://github.com/oxidecomputer/tofino
10472026-06-05T04:05:47.519Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10482026-06-05T04:05:47.570Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10492026-06-05T04:05:48.137ZFrom https://github.com/oxidecomputer/maghemite
10502026-06-05T04:05:48.137Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10512026-06-05T04:05:48.175Z Updating git repository `https://github.com/oxidecomputer/clickward`
10522026-06-05T04:05:48.440ZFrom https://github.com/oxidecomputer/clickward
10532026-06-05T04:05:48.440Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10542026-06-05T04:05:48.453Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10552026-06-05T04:05:48.801ZFrom https://github.com/oxidecomputer/illumos-devinfo
10562026-06-05T04:05:48.801Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10572026-06-05T04:05:49.914Z Downloading crates ...
10582026-06-05T04:05:49.936Z Downloaded chacha20 v0.10.0
10592026-06-05T04:05:49.936Z Downloaded cobs v0.3.0
10602026-06-05T04:05:49.937Z Downloaded clap_lex v1.1.0
10612026-06-05T04:05:49.937Z Downloaded cfg-if v1.0.4
10622026-06-05T04:05:49.937Z Downloaded console v0.16.3
10632026-06-05T04:05:49.937Z Downloaded ciborium-io v0.2.2
10642026-06-05T04:05:49.937Z Downloaded atomic-waker v1.1.2
10652026-06-05T04:05:49.937Z Downloaded enum-as-inner v0.6.1
10662026-06-05T04:05:49.937Z Downloaded dtrace-parser v0.3.0
10672026-06-05T04:05:49.937Z Downloaded csv-core v0.1.13
10682026-06-05T04:05:49.937Z Downloaded futures-macro v0.3.32
10692026-06-05T04:05:49.937Z Downloaded convert_case v0.4.0
10702026-06-05T04:05:49.937Z Downloaded heck v0.5.0
10712026-06-05T04:05:49.937Z Downloaded either v1.16.0
10722026-06-05T04:05:49.937Z Downloaded cookie v0.18.1
10732026-06-05T04:05:49.937Z Downloaded chacha20 v0.9.1
10742026-06-05T04:05:49.937Z Downloaded dropshot-api-manager-types v0.7.2
10752026-06-05T04:05:49.937Z Downloaded darling_macro v0.21.3
10762026-06-05T04:05:49.937Z Downloaded futures-core v0.3.32
10772026-06-05T04:05:49.937Z Downloaded fixedbitset v0.5.7
10782026-06-05T04:05:49.937Z Downloaded ff v0.13.1
10792026-06-05T04:05:49.937Z Downloaded defmt-macros v1.1.0
10802026-06-05T04:05:49.937Z Downloaded critical-section v1.2.0
10812026-06-05T04:05:49.937Z Downloaded git-stub-vcs v0.1.0
10822026-06-05T04:05:49.938Z Downloaded fs_extra v1.3.0
10832026-06-05T04:05:49.938Z Downloaded darling v0.23.0
10842026-06-05T04:05:49.938Z Downloaded hmac v0.12.1
10852026-06-05T04:05:49.938Z Downloaded crypto-common v0.2.2
10862026-06-05T04:05:49.938Z Downloaded embedded-io v0.6.1
10872026-06-05T04:05:49.938Z Downloaded getrandom v0.4.2
10882026-06-05T04:05:49.938Z Downloaded darling v0.21.3
10892026-06-05T04:05:49.938Z Downloaded derive_more v0.99.20
10902026-06-05T04:05:49.982Z Downloaded clap v4.6.1
10912026-06-05T04:05:49.982Z Downloaded futures-task v0.3.32
10922026-06-05T04:05:49.982Z Downloaded foreign-types v0.3.2
10932026-06-05T04:05:49.983Z Downloaded futures-sink v0.3.32
10942026-06-05T04:05:49.983Z Downloaded inout v0.1.4
10952026-06-05T04:05:49.983Z Downloaded hickory-resolver v0.25.2
10962026-06-05T04:05:49.983Z Downloaded hyper v1.10.1
10972026-06-05T04:05:51.109Z Downloaded futures-executor v0.3.32
10982026-06-05T04:05:51.109Z Downloaded blake2 v0.10.6
10992026-06-05T04:05:51.109Z Downloaded futures-channel v0.3.32
11002026-06-05T04:05:51.109Z Downloaded http-body v1.0.1
11012026-06-05T04:05:51.109Z Downloaded ciborium v0.2.2
11022026-06-05T04:05:51.110Z Downloaded float-ord v0.3.2
11032026-06-05T04:05:51.110Z Downloaded foreign-types-shared v0.1.1
11042026-06-05T04:05:51.110Z Downloaded foldhash v0.1.5
11052026-06-05T04:05:51.110Z Downloaded embedded-io v0.4.0
11062026-06-05T04:05:51.110Z Downloaded heck v0.4.1
11072026-06-05T04:05:51.110Z Downloaded base64 v0.22.1
11082026-06-05T04:05:51.110Z Downloaded foreign-types-shared v0.3.1
11092026-06-05T04:05:51.110Z Downloaded hubpack v0.1.2
11102026-06-05T04:05:51.110Z Downloaded fxhash v0.2.1
11112026-06-05T04:05:51.110Z Downloaded globset v0.4.18
11122026-06-05T04:05:51.110Z Downloaded cpufeatures v0.2.17
11132026-06-05T04:05:51.110Z Downloaded base16ct v1.0.0
11142026-06-05T04:05:51.110Z Downloaded hostname v0.3.1
11152026-06-05T04:05:51.213Z Downloaded async-recursion v1.1.1
11162026-06-05T04:05:51.214Z Downloaded lru-slab v0.1.2
11172026-06-05T04:05:51.214Z Downloaded humantime v2.3.0
11182026-06-05T04:05:51.214Z Downloaded hostname v0.4.2
11192026-06-05T04:05:51.214Z Downloaded generic-array v0.14.7
11202026-06-05T04:05:51.214Z Downloaded git-stub v1.0.0
11212026-06-05T04:05:51.214Z Downloaded data-encoding v2.11.0
11222026-06-05T04:05:51.214Z Downloaded cstr-argument v0.1.2
11232026-06-05T04:05:51.214Z Downloaded compression-core v0.4.32
11242026-06-05T04:05:51.214Z Downloaded dof v0.3.0
11252026-06-05T04:05:51.214Z Downloaded hex v0.4.3
11262026-06-05T04:05:51.214Z Downloaded cmake v0.1.58
11272026-06-05T04:05:51.214Z Downloaded instant v0.1.13
11282026-06-05T04:05:51.214Z Downloaded hubpack_derive v0.1.1
11292026-06-05T04:05:51.214Z Downloaded crc8 v0.1.1
11302026-06-05T04:05:51.214Z Downloaded defmt v0.3.100
11312026-06-05T04:05:51.214Z Downloaded ident_case v1.0.1
11322026-06-05T04:05:51.214Z Downloaded keccak v0.1.6
11332026-06-05T04:05:51.215Z Downloaded lazy_static v1.5.0
11342026-06-05T04:05:51.215Z Downloaded const_format_proc_macros v0.2.34
11352026-06-05T04:05:51.215Z Downloaded newtype-uuid-macros v0.1.0
11362026-06-05T04:05:51.215Z Downloaded hyper-rustls v0.27.9
11372026-06-05T04:05:51.215Z Downloaded idna_adapter v1.2.2
11382026-06-05T04:05:51.215Z Downloaded compression-codecs v0.4.38
11392026-06-05T04:05:51.215Z Downloaded libscf-sys v1.2.0
11402026-06-05T04:05:51.215Z Downloaded httpdate v1.0.3
11412026-06-05T04:05:51.215Z Downloaded konst_macro_rules v0.2.19
11422026-06-05T04:05:51.215Z Downloaded is_terminal_polyfill v1.70.2
11432026-06-05T04:05:51.215Z Downloaded fastrand v2.4.1
11442026-06-05T04:05:51.215Z Downloaded no-std-compat v0.4.1
11452026-06-05T04:05:51.215Z Downloaded is-terminal v0.4.17
11462026-06-05T04:05:51.215Z Downloaded match_cfg v0.1.0
11472026-06-05T04:05:51.215Z Downloaded linear-map v1.2.0
11482026-06-05T04:05:51.215Z Downloaded daft-derive v0.1.7
11492026-06-05T04:05:51.215Z Downloaded memmap v0.7.0
11502026-06-05T04:05:51.215Z Downloaded iana-time-zone v0.1.65
11512026-06-05T04:05:51.215Z Downloaded cargo_toml v0.22.3
11522026-06-05T04:05:51.215Z Downloaded num v0.4.3
11532026-06-05T04:05:51.216Z Downloaded highway v1.3.0
11542026-06-05T04:05:51.216Z Downloaded curve25519-dalek-derive v0.1.1
11552026-06-05T04:05:51.216Z Downloaded memoffset v0.9.1
11562026-06-05T04:05:51.216Z Downloaded fs-err v3.3.0
11572026-06-05T04:05:51.216Z Downloaded num_enum_derive v0.5.11
11582026-06-05T04:05:51.216Z Downloaded num-conv v0.2.2
11592026-06-05T04:05:51.216Z Downloaded newline-converter v0.3.0
11602026-06-05T04:05:51.216Z Downloaded num-derive v0.4.2
11612026-06-05T04:05:51.216Z Downloaded byteorder v1.5.0
11622026-06-05T04:05:51.216Z Downloaded allocator-api2 v0.2.21
11632026-06-05T04:05:51.216Z Downloaded multer v3.1.0
11642026-06-05T04:05:51.216Z Downloaded const-random-macro v0.1.16
11652026-06-05T04:05:51.216Z Downloaded defmt v1.1.0
11662026-06-05T04:05:51.216Z Downloaded managed v0.8.0
11672026-06-05T04:05:51.216Z Downloaded ingot-types v0.1.2
11682026-06-05T04:05:51.216Z Downloaded glob v0.3.3
11692026-06-05T04:05:51.216Z Downloaded errno v0.3.14
11702026-06-05T04:05:51.216Z Downloaded icu_properties v2.2.0
11712026-06-05T04:05:51.216Z Downloaded parse-display v0.10.0
11722026-06-05T04:05:51.216Z Downloaded libsw-core v0.3.2
11732026-06-05T04:05:51.217Z Downloaded crunchy v0.2.4
11742026-06-05T04:05:51.217Z Downloaded icu_collections v2.2.0
11752026-06-05T04:05:51.217Z Downloaded daft v0.1.7
11762026-06-05T04:05:51.217Z Downloaded opaque-debug v0.3.1
11772026-06-05T04:05:51.217Z Downloaded omicron-workspace-hack v0.1.0
11782026-06-05T04:05:51.217Z Downloaded newtype-uuid v1.3.2
11792026-06-05T04:05:51.217Z Downloaded num-rational v0.4.2
11802026-06-05T04:05:51.217Z Downloaded num-iter v0.1.45
11812026-06-05T04:05:51.217Z Downloaded anstyle-query v1.1.5
11822026-06-05T04:05:51.217Z Downloaded memmap2 v0.9.10
11832026-06-05T04:05:51.217Z Downloaded lock_api v0.4.14
11842026-06-05T04:05:51.217Z Downloaded num_enum v0.5.11
11852026-06-05T04:05:51.217Z Downloaded proc-macro-crate v3.5.0
11862026-06-05T04:05:51.217Z Downloaded log v0.4.32
11872026-06-05T04:05:51.217Z Downloaded adler2 v2.0.1
11882026-06-05T04:05:51.217Z Downloaded num_enum v0.7.6
11892026-06-05T04:05:51.217Z Downloaded icu_normalizer v2.2.0
11902026-06-05T04:05:51.218Z Downloaded half v2.7.1
11912026-06-05T04:05:51.218Z Downloaded proc-macro-error-attr2 v2.0.0
11922026-06-05T04:05:51.218Z Downloaded powerfmt v0.2.0
11932026-06-05T04:05:51.218Z Downloaded num-integer v0.1.46
11942026-06-05T04:05:51.218Z Downloaded heapless v0.8.0
11952026-06-05T04:05:51.218Z Downloaded oxide-tokio-rt v0.1.6
11962026-06-05T04:05:51.218Z Downloaded once_cell v1.21.4
11972026-06-05T04:05:51.218Z Downloaded ingot-macros v0.1.1
11982026-06-05T04:05:51.218Z Downloaded plain v0.2.3
11992026-06-05T04:05:51.218Z Downloaded openssl-probe v0.2.1
12002026-06-05T04:05:51.218Z Downloaded macaddr v1.0.1
12012026-06-05T04:05:51.218Z Downloaded is_ci v1.2.0
12022026-06-05T04:05:51.218Z Downloaded owo-colors v4.3.0
12032026-06-05T04:05:51.218Z Downloaded anstyle v1.0.14
12042026-06-05T04:05:51.218Z Downloaded num-traits v0.2.19
12052026-06-05T04:05:51.218Z Downloaded linked-hash-map v0.5.6
12062026-06-05T04:05:51.218Z Downloaded progenitor-client v0.14.0
12072026-06-05T04:05:51.218Z Downloaded proc-macro-crate v1.3.1
12082026-06-05T04:05:51.218Z Downloaded progenitor-macro v0.10.0
12092026-06-05T04:05:51.218Z Downloaded async-trait v0.1.89
12102026-06-05T04:05:51.218Z Downloaded cc v1.2.63
12112026-06-05T04:05:51.218Z Downloaded icu_provider v2.2.0
12122026-06-05T04:05:51.218Z Downloaded pem v3.0.6
12132026-06-05T04:05:51.218Z Downloaded lru-cache v0.1.2
12142026-06-05T04:05:51.219Z Downloaded digest v0.10.7
12152026-06-05T04:05:51.617Z Downloaded hybrid-array v0.4.12
12162026-06-05T04:05:51.617Z Downloaded progenitor v0.14.0
12172026-06-05T04:05:51.617Z Downloaded pretty-hex v0.4.2
12182026-06-05T04:05:51.617Z Downloaded indexmap v1.9.3
12192026-06-05T04:05:51.617Z Downloaded ppv-lite86 v0.2.21
12202026-06-05T04:05:51.617Z Downloaded phf v0.12.1
12212026-06-05T04:05:51.617Z Downloaded password-hash v0.5.0
12222026-06-05T04:05:51.617Z Downloaded num_threads v0.1.7
12232026-06-05T04:05:51.617Z Downloaded proc-macro-error-attr v1.0.4
12242026-06-05T04:05:51.617Z Downloaded potential_utf v0.1.5
12252026-06-05T04:05:51.617Z Downloaded httparse v1.10.1
12262026-06-05T04:05:51.617Z Downloaded hyper-util v0.1.20
12272026-06-05T04:05:51.617Z Downloaded miniz_oxide v0.8.9
12282026-06-05T04:05:51.618Z Downloaded progenitor-client v0.13.0
12292026-06-05T04:05:51.618Z Downloaded rustc-hash v2.1.2
12302026-06-05T04:05:51.618Z Downloaded quick-error v1.2.3
12312026-06-05T04:05:51.618Z Downloaded progenitor-client v0.10.0
12322026-06-05T04:05:51.618Z Downloaded rustc_version v0.1.7
12332026-06-05T04:05:51.618Z Downloaded percent-encoding v2.3.2
12342026-06-05T04:05:51.618Z Downloaded proc-macro-error2 v2.0.1
12352026-06-05T04:05:51.618Z Downloaded pin-project-lite v0.2.17
12362026-06-05T04:05:51.618Z Downloaded parking_lot v0.12.5
12372026-06-05T04:05:51.618Z Downloaded rustc_version v0.4.1
12382026-06-05T04:05:51.618Z Downloaded rand_chacha v0.9.0
12392026-06-05T04:05:51.618Z Downloaded secrecy v0.10.3
12402026-06-05T04:05:51.618Z Downloaded progenitor-macro v0.13.0
12412026-06-05T04:05:51.618Z Downloaded icu_normalizer_data v2.2.0
12422026-06-05T04:05:51.618Z Downloaded pest_derive v2.8.6
12432026-06-05T04:05:51.618Z Downloaded pkg-config v0.3.33
12442026-06-05T04:05:51.618Z Downloaded ref-cast-impl v1.0.25
12452026-06-05T04:05:51.618Z Downloaded pin-project-internal v1.1.13
12462026-06-05T04:05:51.618Z Downloaded rand_chacha v0.3.1
12472026-06-05T04:05:51.618Z Downloaded paste v1.0.15
12482026-06-05T04:05:51.618Z Downloaded scroll_derive v0.13.1
12492026-06-05T04:05:51.618Z Downloaded progenitor-extras v0.2.0
12502026-06-05T04:05:51.618Z Downloaded scroll_derive v0.12.1
12512026-06-05T04:05:51.618Z Downloaded progenitor v0.10.0
12522026-06-05T04:05:51.619Z Downloaded jobserver v0.1.34
12532026-06-05T04:05:51.619Z Downloaded parking_lot v0.11.2
12542026-06-05T04:05:51.619Z Downloaded quote v1.0.45
12552026-06-05T04:05:51.619Z Downloaded scroll v0.13.0
12562026-06-05T04:05:51.619Z Downloaded rand_core v0.9.5
12572026-06-05T04:05:51.619Z Downloaded rand_core v0.6.4
12582026-06-05T04:05:51.619Z Downloaded sigpipe v0.1.3
12592026-06-05T04:05:51.619Z Downloaded bytes v1.11.1
12602026-06-05T04:05:51.619Z Downloaded async-compression v0.4.42
12612026-06-05T04:05:51.619Z Downloaded slog-envlogger v2.2.0
12622026-06-05T04:05:51.619Z Downloaded elliptic-curve v0.13.8
12632026-06-05T04:05:51.619Z Downloaded serde_repr v0.1.20
12642026-06-05T04:05:51.619Z Downloaded jiff-static v0.2.28
12652026-06-05T04:05:51.619Z Downloaded slog-bunyan v2.5.0
12662026-06-05T04:05:51.619Z Downloaded hickory-resolver v0.24.4
12672026-06-05T04:05:51.619Z Downloaded serde_plain v1.0.2
12682026-06-05T04:05:51.619Z Downloaded resolv-conf v0.7.6
12692026-06-05T04:05:51.619Z Downloaded indexmap v2.14.0
12702026-06-05T04:05:51.619Z Downloaded rusty-fork v0.3.1
12712026-06-05T04:05:51.619Z Downloaded pest_generator v2.8.6
12722026-06-05T04:05:51.619Z Downloaded indicatif v0.18.4
12732026-06-05T04:05:51.619Z Downloaded rustls-pemfile v2.2.0
12742026-06-05T04:05:51.619Z Downloaded konst v0.2.20
12752026-06-05T04:05:51.620Z Downloaded proc-macro-error v1.0.4
12762026-06-05T04:05:51.620Z Downloaded structmeta-derive v0.3.0
12772026-06-05T04:05:51.620Z Downloaded spin v0.5.2
12782026-06-05T04:05:51.620Z Downloaded scopeguard v1.2.0
12792026-06-05T04:05:51.620Z Downloaded crossbeam-channel v0.5.15
12802026-06-05T04:05:51.620Z Downloaded stable_deref_trait v1.2.1
12812026-06-05T04:05:51.620Z Downloaded nom v8.0.0
12822026-06-05T04:05:51.620Z Downloaded parking_lot_core v0.9.12
12832026-06-05T04:05:51.620Z Downloaded serde_path_to_error v0.1.20
12842026-06-05T04:05:51.620Z Downloaded slog-stdlog v4.1.1
12852026-06-05T04:05:51.620Z Downloaded clap_builder v4.6.0
12862026-06-05T04:05:51.620Z Downloaded testing_table v0.3.0
12872026-06-05T04:05:51.620Z Downloaded rustls-pki-types v1.14.1
12882026-06-05T04:05:51.620Z Downloaded rhai_codegen v3.2.0
12892026-06-05T04:05:51.620Z Downloaded subtle v2.6.1
12902026-06-05T04:05:51.620Z Downloaded progenitor-impl v0.13.0
12912026-06-05T04:05:51.620Z Downloaded swrite v0.1.0
12922026-06-05T04:05:51.620Z Downloaded openssl-sys v0.9.116
12932026-06-05T04:05:51.620Z Downloaded tagptr v0.2.0
12942026-06-05T04:05:51.620Z Downloaded minimal-lexical v0.2.1
12952026-06-05T04:05:51.620Z Downloaded sync_wrapper v1.0.2
12962026-06-05T04:05:51.620Z Downloaded slog-dtrace v0.3.0
12972026-06-05T04:05:51.620Z Downloaded strum v0.27.2
12982026-06-05T04:05:51.620Z Downloaded tabled_derive v0.11.0
12992026-06-05T04:05:51.620Z Downloaded structmeta v0.3.0
13002026-06-05T04:05:51.620Z Downloaded quinn-udp v0.5.14
13012026-06-05T04:05:51.621Z Downloaded tabled_derive v0.7.0
13022026-06-05T04:05:51.621Z Downloaded tabwriter v1.4.1
13032026-06-05T04:05:51.621Z Downloaded qorb v0.4.1
13042026-06-05T04:05:51.621Z Downloaded snafu-derive v0.8.9
13052026-06-05T04:05:51.621Z Downloaded strsim v0.11.1
13062026-06-05T04:05:51.621Z Downloaded slog-scope v4.4.1
13072026-06-05T04:05:51.621Z Downloaded proc-macro2 v1.0.106
13082026-06-05T04:05:51.621Z Downloaded rand_xorshift v0.4.0
13092026-06-05T04:05:51.621Z Downloaded progenitor-impl v0.14.0
13102026-06-05T04:05:51.621Z Downloaded terminal_size v0.4.4
13112026-06-05T04:05:51.621Z Downloaded slog-async v2.8.0
13122026-06-05T04:05:51.621Z Downloaded progenitor-impl v0.10.0
13132026-06-05T04:05:51.621Z Downloaded postcard v1.1.3
13142026-06-05T04:05:51.621Z Downloaded rustversion v1.0.22
13152026-06-05T04:05:51.699Z Downloaded serde_derive_internals v0.29.1
13162026-06-05T04:05:51.699Z Downloaded serde-big-array v0.5.1
13172026-06-05T04:05:51.700Z Downloaded prettyplease v0.2.37
13182026-06-05T04:05:51.700Z Downloaded tinystr v0.8.3
13192026-06-05T04:05:51.700Z Downloaded papergrid v0.11.0
13202026-06-05T04:05:51.700Z Downloaded pin-project v1.1.13
13212026-06-05T04:05:51.700Z Downloaded sha2 v0.10.9
13222026-06-05T04:05:51.700Z Downloaded tinyvec_macros v0.1.1
13232026-06-05T04:05:51.700Z Downloaded semver v1.0.28
13242026-06-05T04:05:51.700Z Downloaded expectorate v1.2.0
13252026-06-05T04:05:51.700Z Downloaded flate2 v1.1.9
13262026-06-05T04:05:51.700Z Downloaded tokio-macros v2.7.0
13272026-06-05T04:05:51.700Z Downloaded derive-where v1.6.1
13282026-06-05T04:05:51.700Z Downloaded futures v0.3.32
13292026-06-05T04:05:51.700Z Downloaded rustls-platform-verifier v0.7.0
13302026-06-05T04:05:51.700Z Downloaded idna v1.1.0
13312026-06-05T04:05:51.700Z Downloaded ref-cast v1.0.25
13322026-06-05T04:05:51.700Z Downloaded strum_macros v0.27.2
13332026-06-05T04:05:51.700Z Downloaded papergrid v0.18.0
13342026-06-05T04:05:51.700Z Downloaded slog-json v2.6.1
13352026-06-05T04:05:51.700Z Downloaded rayon-core v1.13.0
13362026-06-05T04:05:51.700Z Downloaded pest v2.8.6
13372026-06-05T04:05:51.700Z Downloaded ryu v1.0.23
13382026-06-05T04:05:51.700Z Downloaded semver v0.1.20
13392026-06-05T04:05:51.700Z Downloaded http v1.4.1
13402026-06-05T04:05:51.700Z Downloaded ron v0.12.1
13412026-06-05T04:05:51.700Z Downloaded hashbrown v0.17.1
13422026-06-05T04:05:51.701Z Downloaded typeid v1.0.3
13432026-06-05T04:05:51.701Z Downloaded libm v0.2.16
13442026-06-05T04:05:51.701Z Downloaded thiserror v2.0.18
13452026-06-05T04:05:51.701Z Downloaded strum_macros v0.26.4
13462026-06-05T04:05:51.701Z Downloaded try-lock v0.2.5
13472026-06-05T04:05:51.701Z Downloaded tokio-dtrace v0.1.1
13482026-06-05T04:05:51.701Z Downloaded thread_local v1.1.9
13492026-06-05T04:05:51.701Z Downloaded typify-macro v0.4.3
13502026-06-05T04:05:51.701Z Downloaded slog-term v2.9.2
13512026-06-05T04:05:51.701Z Downloaded aho-corasick v1.1.4
13522026-06-05T04:05:51.701Z Downloaded ingot v0.1.1
13532026-06-05T04:05:51.701Z Downloaded parking_lot_core v0.8.6
13542026-06-05T04:05:51.701Z Downloaded siphasher v1.0.3
13552026-06-05T04:05:51.701Z Downloaded parse-display-derive v0.10.0
13562026-06-05T04:05:51.701Z Downloaded oxnet v0.1.6
13572026-06-05T04:05:51.701Z Downloaded similar v2.7.0
13582026-06-05T04:05:51.701Z Downloaded tokio-tungstenite v0.21.0
13592026-06-05T04:05:51.701Z Downloaded slab v0.4.12
13602026-06-05T04:05:51.701Z Downloaded pest_meta v2.8.6
13612026-06-05T04:05:51.701Z Downloaded unicode-xid v0.2.6
13622026-06-05T04:05:51.701Z Downloaded typify-macro v0.6.2
13632026-06-05T04:05:51.701Z Downloaded rayon v1.12.0
13642026-06-05T04:05:51.701Z Downloaded universal-hash v0.5.1
13652026-06-05T04:05:51.701Z Downloaded term v1.2.1
13662026-06-05T04:05:51.701Z Downloaded untrusted v0.7.1
13672026-06-05T04:05:51.702Z Downloaded thiserror-impl-no-std v2.0.2
13682026-06-05T04:05:51.702Z Downloaded take_mut v0.2.2
13692026-06-05T04:05:51.702Z Downloaded strum v0.26.3
13702026-06-05T04:05:51.702Z Downloaded itertools v0.12.1
13712026-06-05T04:05:51.702Z Downloaded scroll v0.12.0
13722026-06-05T04:05:51.702Z Downloaded socket2 v0.6.4
13732026-06-05T04:05:51.702Z Downloaded sha1 v0.10.6
13742026-06-05T04:05:51.702Z Downloaded serde_spanned v0.6.9
13752026-06-05T04:05:51.702Z Downloaded rand v0.8.6
13762026-06-05T04:05:51.702Z Downloaded quinn v0.11.9
13772026-06-05T04:05:51.702Z Downloaded nom v7.1.3
13782026-06-05T04:05:51.702Z Downloaded schemars v0.9.0
13792026-06-05T04:05:51.702Z Downloaded usdt-attr-macro v0.5.0
13802026-06-05T04:05:51.702Z Downloaded usdt v0.6.0
13812026-06-05T04:05:51.702Z Downloaded usdt v0.5.0
13822026-06-05T04:05:51.702Z Downloaded toml_write v0.1.2
13832026-06-05T04:05:51.702Z Downloaded tokio-rustls v0.26.4
13842026-06-05T04:05:51.702Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13852026-06-05T04:05:51.702Z Downloaded portable-atomic v1.13.1
13862026-06-05T04:05:51.702Z Downloaded rustls-native-certs v0.8.4
13872026-06-05T04:05:51.702Z Downloaded rand_core v0.10.1
13882026-06-05T04:05:51.702Z Downloaded dropshot-api-manager v0.7.2
13892026-06-05T04:05:51.702Z Downloaded progenitor-macro v0.14.0
13902026-06-05T04:05:51.702Z Downloaded goblin v0.8.2
13912026-06-05T04:05:51.702Z Downloaded tokio-stream v0.1.18
13922026-06-05T04:05:51.702Z Downloaded utf8_iter v1.0.4
13932026-06-05T04:05:51.702Z Downloaded hashbrown v0.16.1
13942026-06-05T04:05:51.702Z Downloaded serde v1.0.228
13952026-06-05T04:05:51.703Z Downloaded hashbrown v0.12.3
13962026-06-05T04:05:51.703Z Downloaded version_check v0.9.5
13972026-06-05T04:05:51.703Z Downloaded utf8parse v0.2.2
13982026-06-05T04:05:51.703Z Downloaded time-core v0.1.8
13992026-06-05T04:05:51.703Z Downloaded signal-hook-registry v1.4.8
14002026-06-05T04:05:51.703Z Downloaded thin-vec v0.2.18
14012026-06-05T04:05:51.703Z Downloaded test-strategy v0.4.5
14022026-06-05T04:05:51.703Z Downloaded hashbrown v0.15.5
14032026-06-05T04:05:51.703Z Downloaded untrusted v0.9.0
14042026-06-05T04:05:51.703Z Downloaded thiserror-impl v1.0.69
14052026-06-05T04:05:51.703Z Downloaded serde_tokenstream v0.2.3
14062026-06-05T04:05:51.703Z Downloaded shlex v2.0.1
14072026-06-05T04:05:51.703Z Downloaded unit-prefix v0.5.2
14082026-06-05T04:05:51.703Z Downloaded serde_yaml v0.9.34+deprecated
14092026-06-05T04:05:51.703Z Downloaded tracing-attributes v0.1.31
14102026-06-05T04:05:51.703Z Downloaded serde_core v1.0.228
14112026-06-05T04:05:51.703Z Downloaded tinyvec v1.11.0
14122026-06-05T04:05:51.703Z Downloaded want v0.3.1
14132026-06-05T04:05:51.703Z Downloaded ucd-trie v0.1.7
14142026-06-05T04:05:51.703Z Downloaded utf-8 v0.7.6
14152026-06-05T04:05:53.664Z Downloaded usdt-attr-macro v0.6.0
14162026-06-05T04:05:53.664Z Downloaded unicode-linebreak v0.1.5
14172026-06-05T04:05:53.664Z Downloaded tempfile v3.27.0
14182026-06-05T04:05:53.664Z Downloaded smallvec v1.15.1
14192026-06-05T04:05:53.664Z Downloaded simd-adler32 v0.3.9
14202026-06-05T04:05:53.664Z Downloaded yoke-derive v0.8.2
14212026-06-05T04:05:53.664Z Downloaded termtree v0.5.1
14222026-06-05T04:05:53.669Z Downloaded same-file v1.0.6
14232026-06-05T04:05:53.669Z Downloaded memchr v2.8.1
14242026-06-05T04:05:53.669Z Downloaded reqwest v0.13.4
14252026-06-05T04:05:53.669Z Downloaded mio v1.2.1
14262026-06-05T04:05:53.669Z Downloaded toml v1.1.2+spec-1.1.0
14272026-06-05T04:05:53.670Z Downloaded serde_urlencoded v0.7.1
14282026-06-05T04:05:53.670Z Downloaded progenitor v0.13.0
14292026-06-05T04:05:53.670Z Downloaded crossbeam-epoch v0.9.18
14302026-06-05T04:05:53.670Z Downloaded walkdir v2.5.0
14312026-06-05T04:05:53.670Z Downloaded zone_cfg_derive v0.3.1
14322026-06-05T04:05:53.670Z Downloaded zone v0.3.1
14332026-06-05T04:05:53.670Z Downloaded zerofrom-derive v0.1.7
14342026-06-05T04:05:53.670Z Downloaded schemars v1.2.1
14352026-06-05T04:05:53.670Z Downloaded vsss-rs v3.3.4
14362026-06-05T04:05:53.670Z Downloaded usdt-impl v0.6.0
14372026-06-05T04:05:53.670Z Downloaded thread-id v5.1.0
14382026-06-05T04:05:53.670Z Downloaded smartstring v1.0.1
14392026-06-05T04:05:53.670Z Downloaded crossbeam-deque v0.8.6
14402026-06-05T04:05:53.670Z Downloaded spin v0.9.8
14412026-06-05T04:05:53.670Z Downloaded serde_with_macros v3.20.0
14422026-06-05T04:05:53.670Z Downloaded bitflags v2.12.1
14432026-06-05T04:05:53.670Z Downloaded tungstenite v0.21.0
14442026-06-05T04:05:53.670Z Downloaded zerofrom v0.1.8
14452026-06-05T04:05:53.670Z Downloaded schemars_derive v0.8.22
14462026-06-05T04:05:53.670Z Downloaded indent_write v2.2.0
14472026-06-05T04:05:53.670Z Downloaded const-random v0.1.18
14482026-06-05T04:05:53.670Z Downloaded chacha20poly1305 v0.10.1
14492026-06-05T04:05:53.670Z Downloaded camino v1.2.2
14502026-06-05T04:05:53.670Z Downloaded xz2 v0.1.7
14512026-06-05T04:05:53.670Z Downloaded block-buffer v0.12.0
14522026-06-05T04:05:53.671Z Downloaded autocfg v1.5.1
14532026-06-05T04:05:53.671Z Downloaded thiserror-no-std v2.0.2
14542026-06-05T04:05:53.671Z Downloaded steno v0.4.1
14552026-06-05T04:05:53.671Z Downloaded thiserror v1.0.69
14562026-06-05T04:05:53.671Z Downloaded writeable v0.6.3
14572026-06-05T04:05:53.671Z Downloaded wait-timeout v0.2.1
14582026-06-05T04:05:53.671Z Downloaded tower-layer v0.3.3
14592026-06-05T04:05:53.671Z Downloaded rand v0.10.1
14602026-06-05T04:05:53.671Z Downloaded unicode-ident v1.0.24
14612026-06-05T04:05:53.671Z Downloaded rand v0.9.4
14622026-06-05T04:05:53.671Z Downloaded tracing-core v0.1.36
14632026-06-05T04:05:53.671Z Downloaded schemars v0.8.22
14642026-06-05T04:05:53.671Z Downloaded zerovec-derive v0.11.3
14652026-06-05T04:05:53.671Z Downloaded whoami v1.6.1
14662026-06-05T04:05:53.671Z Downloaded tower v0.5.3
14672026-06-05T04:05:53.671Z Downloaded toml_edit v0.25.12+spec-1.1.0
14682026-06-05T04:05:53.671Z Downloaded zerocopy-derive v0.7.35
14692026-06-05T04:05:53.671Z Downloaded poly1305 v0.8.0
14702026-06-05T04:05:53.671Z Downloaded typify v0.4.3
14712026-06-05T04:05:53.671Z Downloaded curve25519-dalek v4.1.3
14722026-06-05T04:05:53.671Z Downloaded uuid v1.23.2
14732026-06-05T04:05:53.671Z Downloaded toml v0.9.12+spec-1.1.0
14742026-06-05T04:05:53.671Z Downloaded usdt-impl v0.5.0
14752026-06-05T04:05:53.671Z Downloaded iddqd v0.4.2
14762026-06-05T04:05:53.671Z Downloaded waitgroup v0.1.2
14772026-06-05T04:05:53.671Z Downloaded snafu v0.8.9
14782026-06-05T04:05:53.671Z Downloaded toml_parser v1.1.2+spec-1.1.0
14792026-06-05T04:05:53.672Z Downloaded zmij v1.0.21
14802026-06-05T04:05:53.672Z Downloaded zeroize_derive v1.4.3
14812026-06-05T04:05:53.672Z Downloaded icu_properties_data v2.2.0
14822026-06-05T04:05:53.672Z Downloaded toml_edit v0.19.15
14832026-06-05T04:05:53.672Z Downloaded toml v0.8.23
14842026-06-05T04:05:53.672Z Downloaded serde_spanned v1.1.1
14852026-06-05T04:05:53.672Z Downloaded itertools v0.14.0
14862026-06-05T04:05:53.672Z Downloaded typify v0.6.2
14872026-06-05T04:05:53.672Z Downloaded tiny-keccak v2.0.2
14882026-06-05T04:05:53.672Z Downloaded toml_edit v0.22.27
14892026-06-05T04:05:53.672Z Downloaded regex v1.12.3
14902026-06-05T04:05:53.672Z Downloaded zeroize v1.8.2
14912026-06-05T04:05:53.672Z Downloaded sha1 v0.11.0
14922026-06-05T04:05:53.672Z Downloaded serde_derive v1.0.228
14932026-06-05T04:05:53.672Z Downloaded nix v0.31.3
14942026-06-05T04:05:53.672Z Downloaded textwrap v0.16.2
14952026-06-05T04:05:53.672Z Downloaded bstr v1.12.1
14962026-06-05T04:05:53.672Z Downloaded zerotrie v0.2.4
14972026-06-05T04:05:53.672Z Downloaded usdt-macro v0.6.0
14982026-06-05T04:05:53.672Z Downloaded unarray v0.1.4
14992026-06-05T04:05:53.672Z Downloaded rustls-webpki v0.103.13
15002026-06-05T04:05:53.672Z Downloaded hkdf v0.12.4
15012026-06-05T04:05:53.672Z Downloaded num_enum_derive v0.7.6
15022026-06-05T04:05:53.672Z Downloaded icu_locale_core v2.2.0
15032026-06-05T04:05:53.672Z Downloaded typed-path v0.9.3
15042026-06-05T04:05:53.672Z Downloaded getrandom v0.3.4
15052026-06-05T04:05:53.673Z Downloaded dropshot_endpoint v0.17.1
15062026-06-05T04:05:53.673Z Downloaded url v2.5.8
15072026-06-05T04:05:53.673Z Downloaded backon v1.6.0
15082026-06-05T04:05:53.673Z Downloaded anyhow v1.0.102
15092026-06-05T04:05:53.673Z Downloaded phf_shared v0.12.1
15102026-06-05T04:05:53.673Z Downloaded olpc-cjson v0.1.4
15112026-06-05T04:05:53.673Z Downloaded ciborium-ll v0.2.2
15122026-06-05T04:05:53.673Z Downloaded unicode-segmentation v1.13.3
15132026-06-05T04:05:53.673Z Downloaded num-complex v0.4.6
15142026-06-05T04:05:53.673Z Downloaded litemap v0.8.2
15152026-06-05T04:05:53.828Z Downloaded base64 v0.21.7
15162026-06-05T04:05:53.828Z Downloaded smawk v0.3.2
15172026-06-05T04:05:53.828Z Downloaded h2 v0.4.14
15182026-06-05T04:05:53.828Z Downloaded group v0.13.0
15192026-06-05T04:05:53.828Z Downloaded futures-util v0.3.32
15202026-06-05T04:05:53.828Z Downloaded console v0.15.11
15212026-06-05T04:05:53.828Z Downloaded const-oid v0.10.2
15222026-06-05T04:05:53.828Z Downloaded synstructure v0.13.2
15232026-06-05T04:05:53.828Z Downloaded smf v0.2.3
15242026-06-05T04:05:53.828Z Downloaded typenum v1.20.1
15252026-06-05T04:05:53.828Z Downloaded serde_json v1.0.150
15262026-06-05T04:05:53.828Z Downloaded cfg_aliases v0.2.1
15272026-06-05T04:05:53.828Z Downloaded mime v0.3.17
15282026-06-05T04:05:53.828Z Downloaded tower-service v0.3.3
15292026-06-05T04:05:53.828Z Downloaded thread-id v4.2.2
15302026-06-05T04:05:53.828Z Downloaded cancel-safe-futures v0.1.5
15312026-06-05T04:05:53.828Z Downloaded natord v1.0.9
15322026-06-05T04:05:53.829Z Downloaded ipnet v2.12.0
15332026-06-05T04:05:53.829Z Downloaded digest v0.11.3
15342026-06-05T04:05:53.829Z Downloaded cpufeatures v0.3.0
15352026-06-05T04:05:53.829Z Downloaded bit-set v0.8.0
15362026-06-05T04:05:53.829Z Downloaded newtype_derive v0.1.6
15372026-06-05T04:05:53.829Z Downloaded bs58 v0.5.1
15382026-06-05T04:05:53.829Z Downloaded find-msvc-tools v0.1.9
15392026-06-05T04:05:53.829Z Downloaded bit-vec v0.8.0
15402026-06-05T04:05:53.829Z Downloaded ipnetwork v0.21.1
15412026-06-05T04:05:53.829Z Downloaded deranged v0.5.8
15422026-06-05T04:05:53.829Z Downloaded zerocopy-derive v0.8.50
15432026-06-05T04:05:53.829Z Downloaded yoke v0.8.3
15442026-06-05T04:05:53.829Z Downloaded usdt-macro v0.5.0
15452026-06-05T04:05:53.829Z Downloaded tough v0.22.0
15462026-06-05T04:05:53.829Z Downloaded rhai v1.25.1
15472026-06-05T04:05:53.829Z Downloaded thiserror-impl v2.0.18
15482026-06-05T04:05:53.829Z Downloaded toml_datetime v1.1.1+spec-1.1.0
15492026-06-05T04:05:53.829Z Downloaded supports-color v3.0.2
15502026-06-05T04:05:53.829Z Downloaded static_assertions v1.1.0
15512026-06-05T04:05:53.829Z Downloaded slog v2.8.2
15522026-06-05T04:05:53.829Z Downloaded reqwest v0.12.28
15532026-06-05T04:05:53.829Z Downloaded toml_datetime v0.6.11
15542026-06-05T04:05:53.829Z Downloaded libsw v3.5.0
15552026-06-05T04:05:53.829Z Downloaded erased-serde v0.3.31
15562026-06-05T04:05:53.829Z Downloaded argon2 v0.5.3
15572026-06-05T04:05:53.829Z Downloaded internet-checksum v0.2.1
15582026-06-05T04:05:53.829Z Downloaded getrandom v0.2.17
15592026-06-05T04:05:53.830Z Downloaded toml_writer v1.1.1+spec-1.1.0
15602026-06-05T04:05:53.830Z Downloaded itoa v1.0.18
15612026-06-05T04:05:53.830Z Downloaded dof v0.4.0
15622026-06-05T04:05:53.830Z Downloaded crypto-common v0.1.7
15632026-06-05T04:05:53.830Z Downloaded aead v0.5.2
15642026-06-05T04:05:53.830Z Downloaded serde_with v3.20.0
15652026-06-05T04:05:53.830Z Downloaded time-macros v0.2.27
15662026-06-05T04:05:53.830Z Downloaded goblin v0.10.7
15672026-06-05T04:05:53.830Z Downloaded form_urlencoded v1.2.2
15682026-06-05T04:05:53.830Z Downloaded darling_macro v0.23.0
15692026-06-05T04:05:53.830Z Downloaded dunce v1.0.5
15702026-06-05T04:05:53.830Z Downloaded clap_derive v4.6.1
15712026-06-05T04:05:53.830Z Downloaded openapiv3 v2.2.0
15722026-06-05T04:05:53.830Z Downloaded moka v0.12.15
15732026-06-05T04:05:53.830Z Downloaded tower-http v0.6.11
15742026-06-05T04:05:53.830Z Downloaded proptest v1.11.0
15752026-06-05T04:05:53.830Z Downloaded unicode-normalization v0.1.25
15762026-06-05T04:05:53.830Z Downloaded async-stream-impl v0.3.6
15772026-06-05T04:05:53.830Z Downloaded anstream v1.0.0
15782026-06-05T04:05:53.830Z Downloaded fixedbitset v0.4.2
15792026-06-05T04:05:53.830Z Downloaded crucible-workspace-hack v0.1.0
15802026-06-05T04:05:53.830Z Downloaded byte-wrapper v0.1.0
15812026-06-05T04:05:53.830Z Downloaded quinn-proto v0.11.14
15822026-06-05T04:05:53.830Z Downloaded winnow v0.5.40
15832026-06-05T04:05:53.830Z Downloaded vcpkg v0.2.15
15842026-06-05T04:05:53.830Z Downloaded zerocopy v0.7.35
15852026-06-05T04:05:53.830Z Downloaded zerovec v0.11.6
15862026-06-05T04:05:53.831Z Downloaded unsafe-libyaml v0.2.11
15872026-06-05T04:05:53.831Z Downloaded hickory-proto v0.25.2
15882026-06-05T04:05:53.831Z Downloaded time v0.3.47
15892026-06-05T04:05:53.831Z Downloaded unicode-width v0.2.2
15902026-06-05T04:05:53.831Z Downloaded tokio-util v0.7.18
15912026-06-05T04:05:53.831Z Downloaded tabled v0.15.0
15922026-06-05T04:05:53.831Z Downloaded openssl-macros v0.1.1
15932026-06-05T04:05:53.831Z Downloaded openssl v0.10.80
15942026-06-05T04:05:53.831Z Downloaded webpki-roots v1.0.7
15952026-06-05T04:05:53.831Z Downloaded syn v2.0.117
15962026-06-05T04:05:53.831Z Downloaded csv v1.4.0
15972026-06-05T04:05:53.831Z Downloaded dropshot v0.17.1
15982026-06-05T04:05:53.831Z Downloaded winnow v1.0.3
15992026-06-05T04:05:53.831Z Downloaded unicode-width v0.1.14
16002026-06-05T04:05:53.831Z Downloaded winnow v0.7.15
16012026-06-05T04:05:53.831Z Downloaded regress v0.10.5
16022026-06-05T04:05:53.831Z Downloaded regress v0.11.1
16032026-06-05T04:05:53.831Z Downloaded zerocopy v0.8.50
16042026-06-05T04:05:53.831Z Downloaded rustix v0.38.44
16052026-06-05T04:05:53.831Z Downloaded rustls v0.23.40
16062026-06-05T04:05:53.831Z Downloaded rustix v1.1.4
16072026-06-05T04:05:53.831Z Downloaded regex-syntax v0.8.10
16082026-06-05T04:05:53.831Z Downloaded smoltcp v0.11.0
16092026-06-05T04:05:53.831Z Downloaded hickory-proto v0.24.4
16102026-06-05T04:05:53.831Z Downloaded tracing v0.1.44
16112026-06-05T04:05:53.831Z Downloaded petgraph v0.6.5
16122026-06-05T04:05:53.831Z Downloaded typify-impl v0.4.3
16132026-06-05T04:05:53.832Z Downloaded sled v0.34.7
16142026-06-05T04:05:53.832Z Downloaded chrono-tz v0.10.4
16152026-06-05T04:05:53.928Z Downloaded tabled v0.21.0
16162026-06-05T04:05:53.928Z Downloaded typify-impl v0.6.2
16172026-06-05T04:05:53.928Z Downloaded libc v0.2.186
16182026-06-05T04:05:53.928Z Downloaded syn v1.0.109
16192026-06-05T04:05:53.928Z Downloaded bitflags v1.3.2
16202026-06-05T04:05:53.928Z Downloaded hash32 v0.3.1
16212026-06-05T04:05:53.928Z Downloaded dtrace-parser v0.2.0
16222026-06-05T04:05:53.928Z Downloaded defmt-parser v1.0.0
16232026-06-05T04:05:53.928Z Downloaded crypto-bigint v0.5.5
16242026-06-05T04:05:53.928Z Downloaded colored v3.1.1
16252026-06-05T04:05:53.929Z Downloaded foreign-types v0.5.0
16262026-06-05T04:05:53.929Z Downloaded regex-automata v0.4.14
16272026-06-05T04:05:53.929Z Downloaded equivalent v1.0.2
16282026-06-05T04:05:53.929Z Downloaded http-body-util v0.1.3
16292026-06-05T04:05:53.929Z Downloaded cipher v0.4.4
16302026-06-05T04:05:53.929Z Downloaded dyn-clone v1.0.20
16312026-06-05T04:05:53.929Z Downloaded fnv v1.0.7
16322026-06-05T04:05:53.929Z Downloaded futures-io v0.3.32
16332026-06-05T04:05:53.929Z Downloaded ahash v0.8.12
16342026-06-05T04:05:53.929Z Downloaded bcs v0.1.6
16352026-06-05T04:05:53.929Z Downloaded colorchoice v1.0.5
16362026-06-05T04:05:53.929Z Downloaded base64ct v1.8.3
16372026-06-05T04:05:53.929Z Downloaded async-stream v0.3.6
16382026-06-05T04:05:53.929Z Downloaded darling_core v0.21.3
16392026-06-05T04:05:53.929Z Downloaded block-buffer v0.10.4
16402026-06-05T04:05:53.929Z Downloaded base16ct v0.2.0
16412026-06-05T04:05:53.929Z Downloaded backoff v0.4.0
16422026-06-05T04:05:53.929Z Downloaded chrono v0.4.45
16432026-06-05T04:05:53.929Z Downloaded foreign-types-macros v0.2.3
16442026-06-05T04:05:53.929Z Downloaded jiff v0.2.28
16452026-06-05T04:05:53.929Z Downloaded foldhash v0.2.0
16462026-06-05T04:05:53.929Z Downloaded lzma-sys v0.1.20
16472026-06-05T04:05:53.929Z Downloaded darling_core v0.23.0
16482026-06-05T04:05:53.929Z Downloaded petgraph v0.8.3
16492026-06-05T04:05:53.929Z Downloaded crossbeam-utils v0.8.21
16502026-06-05T04:05:53.930Z Downloaded const_format v0.2.36
16512026-06-05T04:05:53.930Z Downloaded camino-tempfile v1.4.1
16522026-06-05T04:05:53.930Z Downloaded crc32fast v1.5.0
16532026-06-05T04:05:53.930Z Downloaded atomicwrites v0.4.4
16542026-06-05T04:05:53.930Z Downloaded displaydoc v0.2.6
16552026-06-05T04:05:53.930Z Downloaded anstyle-parse v1.0.0
16562026-06-05T04:05:53.930Z Downloaded bytecount v0.6.9
16572026-06-05T04:05:53.930Z Downloaded derive-ex v0.1.8
16582026-06-05T04:05:53.930Z Downloaded gethostname v0.5.0
16592026-06-05T04:05:53.930Z Downloaded sha3 v0.10.9
16602026-06-05T04:05:53.930Z Downloaded drift v0.2.0
16612026-06-05T04:05:53.930Z Downloaded arc-swap v1.9.1
16622026-06-05T04:05:53.930Z Downloaded debug-ignore v1.0.5
16632026-06-05T04:05:53.930Z Downloaded aws-lc-rs v1.17.0
16642026-06-05T04:05:53.930Z Downloaded tokio v1.52.3
16652026-06-05T04:05:53.930Z Downloaded encoding_rs v0.8.35
16662026-06-05T04:05:53.930Z Downloaded ring v0.17.14
16672026-06-05T04:05:53.930Z Downloaded aws-lc-sys v0.41.0
16682026-06-05T04:05:53.930Z Compiling proc-macro2 v1.0.106
16692026-06-05T04:05:53.930Z Compiling quote v1.0.45
16702026-06-05T04:05:53.930Z Compiling unicode-ident v1.0.24
16712026-06-05T04:05:53.930Z Compiling serde_core v1.0.228
16722026-06-05T04:05:53.930Z Compiling serde v1.0.228
16732026-06-05T04:05:53.930Z Compiling libc v0.2.186
16742026-06-05T04:05:53.930Z Compiling cfg-if v1.0.4
16752026-06-05T04:05:53.930Z Compiling zmij v1.0.21
16762026-06-05T04:05:53.931Z Compiling autocfg v1.5.1
16772026-06-05T04:05:53.931Z Compiling memchr v2.8.1
16782026-06-05T04:05:53.931Z Compiling libm v0.2.16
16792026-06-05T04:05:53.931Z Compiling itoa v1.0.18
16802026-06-05T04:05:53.931Z Compiling icu_normalizer_data v2.2.0
16812026-06-05T04:05:53.931Z Compiling icu_properties_data v2.2.0
16822026-06-05T04:05:53.931Z Compiling version_check v0.9.5
16832026-06-05T04:05:53.931Z Compiling stable_deref_trait v1.2.1
16842026-06-05T04:05:54.019Z Compiling syn v2.0.117
16852026-06-05T04:05:54.019Z Compiling serde_json v1.0.150
16862026-06-05T04:05:54.019Z Compiling litemap v0.8.2
16872026-06-05T04:05:54.080Z Compiling parking_lot_core v0.9.12
16882026-06-05T04:05:54.145Z Compiling writeable v0.6.3
16892026-06-05T04:05:54.201Z Compiling num-traits v0.2.19
16902026-06-05T04:05:54.320Z Compiling utf8_iter v1.0.4
16912026-06-05T04:05:54.393Z Compiling percent-encoding v2.3.2
16922026-06-05T04:05:54.581Z Compiling thiserror v2.0.18
16932026-06-05T04:05:54.748Z Compiling form_urlencoded v1.2.2
16942026-06-05T04:05:54.764Z Compiling getrandom v0.4.2
16952026-06-05T04:05:54.764Z Compiling rand_core v0.10.1
16962026-06-05T04:05:54.854Z Compiling zerocopy v0.8.50
16972026-06-05T04:05:54.982Z Compiling errno v0.3.14
16982026-06-05T04:05:55.069Z Compiling heck v0.5.0
16992026-06-05T04:05:55.096Z Compiling iana-time-zone v0.1.65
17002026-06-05T04:05:55.288Z Compiling uuid v1.23.2
17012026-06-05T04:05:55.475Z Compiling jobserver v0.1.34
17022026-06-05T04:05:55.573Z Compiling find-msvc-tools v0.1.9
17032026-06-05T04:05:56.040Z Compiling shlex v2.0.1
17042026-06-05T04:05:56.109Z Compiling rustversion v1.0.22
17052026-06-05T04:05:56.109Z Compiling cc v1.2.63
17062026-06-05T04:05:56.109Z Compiling semver v1.0.28
17072026-06-05T04:05:56.109Z Compiling dyn-clone v1.0.20
17082026-06-05T04:05:56.179Z Compiling schemars v0.8.22
17092026-06-05T04:05:56.230Z Compiling pin-project-lite v0.2.17
17102026-06-05T04:05:56.527Z Compiling getrandom v0.2.17
17112026-06-05T04:05:56.581Z Compiling scopeguard v1.2.0
17122026-06-05T04:05:56.582Z Compiling lock_api v0.4.14
17132026-06-05T04:05:56.626Z Compiling bitflags v2.12.1
17142026-06-05T04:05:56.652Z Compiling socket2 v0.6.4
17152026-06-05T04:05:56.718Z Compiling synstructure v0.13.2
17162026-06-05T04:05:56.790Z Compiling serde_derive_internals v0.29.1
17172026-06-05T04:05:56.827Z Compiling cmake v0.1.58
17182026-06-05T04:05:56.991Z Compiling signal-hook-registry v1.4.8
17192026-06-05T04:05:57.180Z Compiling mio v1.2.1
17202026-06-05T04:05:57.199Z Compiling dunce v1.0.5
17212026-06-05T04:05:57.216Z Compiling fs_extra v1.3.0
17222026-06-05T04:05:57.309Z Compiling portable-atomic v1.13.1
17232026-06-05T04:05:57.447Z Compiling log v0.4.32
17242026-06-05T04:05:57.487Z Compiling futures-core v0.3.32
17252026-06-05T04:05:57.487Z Compiling critical-section v1.2.0
17262026-06-05T04:05:57.538Z Compiling aws-lc-sys v0.41.0
17272026-06-05T04:05:57.609Z Compiling subtle v2.6.1
17282026-06-05T04:05:57.622Z Compiling equivalent v1.0.2
17292026-06-05T04:05:57.713Z Compiling httparse v1.10.1
17302026-06-05T04:05:57.784Z Compiling futures-sink v0.3.32
17312026-06-05T04:05:57.854Z Compiling slab v0.4.12
17322026-06-05T04:05:57.892Z Compiling serde_derive v1.0.228
17332026-06-05T04:05:57.892Z Compiling zerofrom-derive v0.1.7
17342026-06-05T04:05:57.913Z Compiling yoke-derive v0.8.2
17352026-06-05T04:05:58.006Z Compiling zerovec-derive v0.11.3
17362026-06-05T04:05:58.021Z Compiling displaydoc v0.2.6
17372026-06-05T04:05:58.078Z Compiling schemars_derive v0.8.22
17382026-06-05T04:05:58.400Z Compiling thiserror-impl v2.0.18
17392026-06-05T04:05:58.530Z Compiling tokio-macros v2.7.0
17402026-06-05T04:05:58.909Z Compiling zerocopy-derive v0.8.50
17412026-06-05T04:05:59.000Z Compiling zeroize_derive v1.4.3
17422026-06-05T04:05:59.141Z Compiling zerofrom v0.1.8
17432026-06-05T04:05:59.207Z Compiling futures-macro v0.3.32
17442026-06-05T04:05:59.248Z Compiling yoke v0.8.3
17452026-06-05T04:05:59.314Z Compiling once_cell v1.21.4
17462026-06-05T04:05:59.356Z Compiling rustix v1.1.4
17472026-06-05T04:05:59.493Z Compiling zerovec v0.11.6
17482026-06-05T04:05:59.592Z Compiling zerotrie v0.2.4
17492026-06-05T04:05:59.688Z Compiling zeroize v1.8.2
17502026-06-05T04:05:59.769Z Compiling ucd-trie v0.1.7
17512026-06-05T04:05:59.856Z Compiling thiserror v1.0.69
17522026-06-05T04:05:59.940Z Compiling pest v2.8.6
17532026-06-05T04:05:59.976Z Compiling typenum v1.20.1
17542026-06-05T04:06:00.011Z Compiling tinystr v0.8.3
17552026-06-05T04:06:00.011Z Compiling potential_utf v0.1.5
17562026-06-05T04:06:00.048Z Compiling futures-channel v0.3.32
17572026-06-05T04:06:00.219Z Compiling icu_locale_core v2.2.0
17582026-06-05T04:06:00.280Z Compiling icu_collections v2.2.0
17592026-06-05T04:06:00.280Z Compiling thiserror-impl v1.0.69
17602026-06-05T04:06:00.351Z Compiling futures-task v0.3.32
17612026-06-05T04:06:00.489Z Compiling futures-io v0.3.32
17622026-06-05T04:06:00.772Z Compiling futures-util v0.3.32
17632026-06-05T04:06:00.938Z Compiling icu_provider v2.2.0
17642026-06-05T04:06:01.129Z Compiling smallvec v1.15.1
17652026-06-05T04:06:01.185Z Compiling bytes v1.11.1
17662026-06-05T04:06:01.231Z Compiling chrono v0.4.45
17672026-06-05T04:06:01.338Z Compiling icu_properties v2.2.0
17682026-06-05T04:06:01.845Z Compiling icu_normalizer v2.2.0
17692026-06-05T04:06:01.925Z Compiling parking_lot v0.12.5
17702026-06-05T04:06:02.025Z Compiling serde_tokenstream v0.2.3
17712026-06-05T04:06:02.353Z Compiling idna_adapter v1.2.2
17722026-06-05T04:06:02.502Z Compiling idna v1.1.0
17732026-06-05T04:06:02.569Z Compiling tokio v1.52.3
17742026-06-05T04:06:02.793Z Compiling url v2.5.8
17752026-06-05T04:06:03.003Z Compiling pest_meta v2.8.6
17762026-06-05T04:06:03.382Z Compiling regex-syntax v0.8.10
17772026-06-05T04:06:03.661Z Compiling getrandom v0.3.4
17782026-06-05T04:06:03.915Z Compiling pest_generator v2.8.6
17792026-06-05T04:06:04.609Z Compiling strsim v0.11.1
17802026-06-05T04:06:04.670Z Compiling pest_derive v2.8.6
17812026-06-05T04:06:04.670Z Compiling ipnetwork v0.21.1
17822026-06-05T04:06:04.670Z Compiling rand_core v0.6.4
17832026-06-05T04:06:04.670Z Compiling aho-corasick v1.1.4
17842026-06-05T04:06:05.112Z Compiling byteorder v1.5.0
17852026-06-05T04:06:05.337Z Compiling hashbrown v0.17.1
17862026-06-05T04:06:05.337Z Compiling tracing-core v0.1.36
17872026-06-05T04:06:06.123Z Compiling tracing-attributes v0.1.31
17882026-06-05T04:06:06.204Z Compiling regex-automata v0.4.14
17892026-06-05T04:06:06.204Z Compiling indexmap v2.14.0
17902026-06-05T04:06:06.204Z Compiling ident_case v1.0.1
17912026-06-05T04:06:06.204Z Compiling slog v2.8.2
17922026-06-05T04:06:06.207Z Compiling paste v1.0.15
17932026-06-05T04:06:06.264Z Compiling base64 v0.22.1
17942026-06-05T04:06:09.049Z Compiling fnv v1.0.7
17952026-06-05T04:06:09.160Z Compiling anyhow v1.0.102
17962026-06-05T04:06:09.160Z Compiling tracing v0.1.44
17972026-06-05T04:06:09.160Z Compiling erased-serde v0.3.31
17982026-06-05T04:06:09.160Z Compiling omicron-workspace-hack v0.1.0
17992026-06-05T04:06:09.160Z Compiling regex v1.12.3
18002026-06-05T04:06:09.160Z Compiling http v1.4.1
18012026-06-05T04:06:09.328Z Compiling oxnet v0.1.6
18022026-06-05T04:06:09.328Z Compiling rustls-pki-types v1.14.1
18032026-06-05T04:06:09.328Z Compiling scroll_derive v0.13.1
18042026-06-05T04:06:09.328Z Compiling ring v0.17.14
18052026-06-05T04:06:09.421Z Compiling num-conv v0.2.2
18062026-06-05T04:06:09.507Z Compiling time-core v0.1.8
18072026-06-05T04:06:09.555Z Compiling aws-lc-rs v1.17.0
18082026-06-05T04:06:09.606Z Compiling time-macros v0.2.27
18092026-06-05T04:06:09.798Z Compiling tokio-util v0.7.18
18102026-06-05T04:06:10.097Z Compiling ipnet v2.12.0
18112026-06-05T04:06:10.562Z Compiling untrusted v0.9.0
18122026-06-05T04:06:10.591Z Compiling untrusted v0.7.1
18132026-06-05T04:06:10.709Z Compiling ppv-lite86 v0.2.21
18142026-06-05T04:06:11.038Z Compiling async-trait v0.1.89
18152026-06-05T04:06:11.066Z Compiling daft-derive v0.1.7
18162026-06-05T04:06:11.237Z Compiling camino v1.2.2
18172026-06-05T04:06:11.289Z Compiling rustls v0.23.40
18182026-06-05T04:06:11.529Z Compiling crc32fast v1.5.0
18192026-06-05T04:06:11.660Z Compiling http-body v1.0.1
18202026-06-05T04:06:11.855Z Compiling atomic-waker v1.1.2
18212026-06-05T04:06:11.917Z Compiling crossbeam-utils v0.8.21
18222026-06-05T04:06:11.957Z Compiling pretty-hex v0.4.2
18232026-06-05T04:06:12.023Z Compiling usdt-impl v0.6.0
18242026-06-05T04:06:12.202Z Compiling scroll v0.13.0
18252026-06-05T04:06:12.229Z Compiling plain v0.2.3
18262026-06-05T04:06:12.380Z Compiling try-lock v0.2.5
18272026-06-05T04:06:12.459Z Compiling ryu v1.0.23
18282026-06-05T04:06:12.555Z Compiling tower-service v0.3.3
18292026-06-05T04:06:12.642Z Compiling tower-layer v0.3.3
18302026-06-05T04:06:12.756Z Compiling want v0.3.1
18312026-06-05T04:06:12.799Z Compiling goblin v0.10.7
18322026-06-05T04:06:12.913Z Compiling h2 v0.4.14
18332026-06-05T04:06:13.725Z Compiling httpdate v1.0.3
18342026-06-05T04:06:14.212Z Compiling slog-async v2.8.0
18352026-06-05T04:06:14.364Z Compiling dtrace-parser v0.3.0
18362026-06-05T04:06:14.403Z Compiling thread-id v5.1.0
18372026-06-05T04:06:14.724Z Compiling ref-cast v1.0.25
18382026-06-05T04:06:15.850Z Compiling dof v0.4.0
18392026-06-05T04:06:16.373Z Compiling hyper v1.10.1
18402026-06-05T04:06:16.458Z Compiling rand_core v0.9.5
18412026-06-05T04:06:17.905Z Compiling serde_urlencoded v0.7.1
18422026-06-05T04:06:18.019Z Compiling http-body-util v0.1.3
18432026-06-05T04:06:18.019Z Compiling ref-cast-impl v1.0.25
18442026-06-05T04:06:18.019Z Compiling syn v1.0.109
18452026-06-05T04:06:18.092Z Compiling hyper-util v0.1.20
18462026-06-05T04:06:18.686Z Compiling usdt-macro v0.6.0
18472026-06-05T04:06:19.222Z Compiling usdt-attr-macro v0.6.0
18482026-06-05T04:06:19.480Z Compiling structmeta-derive v0.3.0
18492026-06-05T04:06:20.117Z Compiling multer v3.1.0
18502026-06-05T04:06:20.466Z Compiling allocator-api2 v0.2.21
18512026-06-05T04:06:20.565Z Compiling powerfmt v0.2.0
18522026-06-05T04:06:20.763Z Compiling foldhash v0.2.0
18532026-06-05T04:06:20.874Z Compiling deranged v0.5.8
18542026-06-05T04:06:20.874Z Compiling structmeta v0.3.0
18552026-06-05T04:06:20.874Z Compiling rand_chacha v0.9.0
18562026-06-05T04:06:20.958Z Compiling hashbrown v0.16.1
18572026-06-05T04:06:21.318Z Compiling darling_core v0.23.0
18582026-06-05T04:06:21.356Z Compiling newtype-uuid-macros v0.1.0
18592026-06-05T04:06:21.813Z Compiling num_threads v0.1.7
18602026-06-05T04:06:21.970Z Compiling time v0.3.47
18612026-06-05T04:06:21.994Z Compiling rand v0.9.4
18622026-06-05T04:06:22.160Z Compiling newtype-uuid v1.3.2
18632026-06-05T04:06:23.122Z Compiling strum_macros v0.26.4
18642026-06-05T04:06:23.122Z Compiling async-stream-impl v0.3.6
18652026-06-05T04:06:23.144Z Compiling sync_wrapper v1.0.2
18662026-06-05T04:06:23.250Z Compiling dropshot v0.17.1
18672026-06-05T04:06:23.403Z Compiling darling_macro v0.23.0
18682026-06-05T04:06:24.230Z Compiling hex v0.4.3
18692026-06-05T04:06:24.230Z Compiling tower v0.5.3
18702026-06-05T04:06:24.230Z Compiling darling v0.23.0
18712026-06-05T04:06:24.230Z Compiling daft v0.1.7
18722026-06-05T04:06:24.230Z Compiling crossbeam-channel v0.5.15
18732026-06-05T04:06:24.416Z Compiling webpki-roots v1.0.7
18742026-06-05T04:06:24.586Z Compiling openapiv3 v2.2.0
18752026-06-05T04:06:25.011Z Compiling generic-array v0.14.7
18762026-06-05T04:06:25.081Z Compiling fastrand v2.4.1
18772026-06-05T04:06:25.169Z Compiling tower-http v0.6.11
18782026-06-05T04:06:25.311Z Compiling serde_with_macros v3.20.0
18792026-06-05T04:06:25.853Z Compiling futures-executor v0.3.32
18802026-06-05T04:06:26.108Z Compiling dropshot_endpoint v0.17.1
18812026-06-05T04:06:26.324Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18822026-06-05T04:06:26.475Z Compiling thread_local v1.1.9
18832026-06-05T04:06:26.697Z Compiling openssl-probe v0.2.1
18842026-06-05T04:06:26.910Z Compiling cpufeatures v0.3.0
18852026-06-05T04:06:27.072Z Compiling rustls-native-certs v0.8.4
18862026-06-05T04:06:27.260Z Compiling futures v0.3.32
18872026-06-05T04:06:27.670Z Compiling derive-ex v0.1.8
18882026-06-05T04:06:27.740Z Compiling strum_macros v0.27.2
18892026-06-05T04:06:27.789Z Compiling is-terminal v0.4.17
18902026-06-05T04:06:29.328Z Compiling winnow v1.0.3
18912026-06-05T04:06:29.421Z Compiling take_mut v0.2.2
18922026-06-05T04:06:29.421Z Compiling term v1.2.1
18932026-06-05T04:06:29.421Z Compiling test-strategy v0.4.5
18942026-06-05T04:06:29.421Z Compiling slog-term v2.9.2
18952026-06-05T04:06:30.555Z Compiling tempfile v3.27.0
18962026-06-05T04:06:30.929Z Compiling macaddr v1.0.1
18972026-06-05T04:06:31.318Z Compiling hybrid-array v0.4.12
18982026-06-05T04:06:31.493Z Compiling adler2 v2.0.1
18992026-06-05T04:06:31.643Z Compiling simd-adler32 v0.3.9
19002026-06-05T04:06:31.643Z Compiling match_cfg v0.1.0
19012026-06-05T04:06:31.724Z Compiling hostname v0.3.1
19022026-06-05T04:06:31.836Z Compiling miniz_oxide v0.8.9
19032026-06-05T04:06:32.718Z Compiling slog-json v2.6.1
19042026-06-05T04:06:32.944Z Compiling memmap2 v0.9.10
19052026-06-05T04:06:33.193Z Compiling usdt v0.6.0
19062026-06-05T04:06:33.263Z Compiling slog-bunyan v2.5.0
19072026-06-05T04:06:33.318Z Compiling flate2 v1.1.9
19082026-06-05T04:06:33.442Z Compiling block-buffer v0.12.0
19092026-06-05T04:06:33.610Z Compiling crypto-common v0.2.2
19102026-06-05T04:06:33.927Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-06-05T04:06:34.085Z Compiling compression-core v0.4.32
19122026-06-05T04:06:34.085Z Compiling const-oid v0.10.2
19132026-06-05T04:06:34.173Z Compiling either v1.16.0
19142026-06-05T04:06:34.258Z Compiling debug-ignore v1.0.5
19152026-06-05T04:06:34.391Z Compiling digest v0.11.3
19162026-06-05T04:06:34.410Z Compiling compression-codecs v0.4.38
19172026-06-05T04:06:34.663Z Compiling toml_parser v1.1.2+spec-1.1.0
19182026-06-05T04:06:34.905Z Compiling crypto-common v0.1.7
19192026-06-05T04:06:34.966Z Compiling parse-display-derive v0.10.0
19202026-06-05T04:06:34.966Z Compiling rand_chacha v0.3.1
19212026-06-05T04:06:35.079Z Compiling serde_spanned v1.1.1
19222026-06-05T04:06:35.157Z Compiling toml_datetime v1.1.1+spec-1.1.0
19232026-06-05T04:06:35.247Z Compiling encoding_rs v0.8.35
19242026-06-05T04:06:35.536Z Compiling toml_writer v1.1.1+spec-1.1.0
19252026-06-05T04:06:35.621Z Compiling mime v0.3.17
19262026-06-05T04:06:35.649Z Compiling spin v0.9.8
19272026-06-05T04:06:35.832Z Compiling toml v1.1.2+spec-1.1.0
19282026-06-05T04:06:36.009Z Compiling rand v0.8.6
19292026-06-05T04:06:36.044Z Compiling async-compression v0.4.42
19302026-06-05T04:06:36.298Z Compiling sha1 v0.11.0
19312026-06-05T04:06:36.501Z Compiling strum v0.26.3
19322026-06-05T04:06:36.637Z Compiling async-stream v0.3.6
19332026-06-05T04:06:36.698Z Compiling waitgroup v0.1.2
19342026-06-05T04:06:36.875Z Compiling rustls-pemfile v2.2.0
19352026-06-05T04:06:36.981Z Compiling serde_path_to_error v0.1.20
19362026-06-05T04:06:37.062Z Compiling hostname v0.4.2
19372026-06-05T04:06:37.141Z Compiling wait-timeout v0.2.1
19382026-06-05T04:06:37.559Z Compiling quick-error v1.2.3
19392026-06-05T04:06:37.598Z Compiling bit-vec v0.8.0
19402026-06-05T04:06:37.673Z Compiling rusty-fork v0.3.1
19412026-06-05T04:06:37.673Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19422026-06-05T04:06:37.828Z Compiling bit-set v0.8.0
19432026-06-05T04:06:38.067Z Compiling serde_with v3.20.0
19442026-06-05T04:06:38.126Z Compiling rand_xorshift v0.4.0
19452026-06-05T04:06:38.183Z Compiling unarray v0.1.4
19462026-06-05T04:06:38.327Z Compiling proptest v1.11.0
19472026-06-05T04:06:38.545Z Compiling strum v0.27.2
19482026-06-05T04:06:38.660Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19492026-06-05T04:06:39.091Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19502026-06-05T04:06:39.456Z Compiling instant v0.1.13
19512026-06-05T04:06:39.587Z Compiling itertools v0.14.0
19522026-06-05T04:06:39.587Z Compiling iddqd v0.4.2
19532026-06-05T04:06:39.627Z Compiling unicode-width v0.2.2
19542026-06-05T04:06:40.905Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19552026-06-05T04:06:40.943Z Compiling block-buffer v0.10.4
19562026-06-05T04:06:40.943Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19572026-06-05T04:06:40.943Z Compiling backon v1.6.0
19582026-06-05T04:06:40.943Z Compiling regress v0.10.5
19592026-06-05T04:06:42.389Z Compiling digest v0.10.7
19602026-06-05T04:06:42.720Z Compiling backoff v0.4.0
19612026-06-05T04:06:43.126Z Compiling parse-display v0.10.0
19622026-06-05T04:06:43.213Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19632026-06-05T04:06:44.552Z Compiling humantime v2.3.0
19642026-06-05T04:06:45.559Z Compiling regress v0.11.1
19652026-06-05T04:06:46.687Z Compiling zerocopy-derive v0.7.35
19662026-06-05T04:06:47.104Z Compiling typify-impl v0.6.2
19672026-06-05T04:06:47.643Z Compiling darling_core v0.21.3
19682026-06-05T04:06:47.675Z Compiling clap_derive v4.6.1
19692026-06-05T04:06:47.982Z Compiling convert_case v0.4.0
19702026-06-05T04:06:48.605Z Compiling utf8parse v0.2.2
19712026-06-05T04:06:48.760Z Compiling cpufeatures v0.2.17
19722026-06-05T04:06:49.834Z Compiling anstyle-parse v1.0.0
19732026-06-05T04:06:50.018Z Compiling derive_more v0.99.20
19742026-06-05T04:06:50.018Z Compiling darling_macro v0.21.3
19752026-06-05T04:06:50.238Z Compiling terminal_size v0.4.4
19762026-06-05T04:06:50.277Z Compiling toml_datetime v0.6.11
19772026-06-05T04:06:50.324Z Compiling typify-macro v0.6.2
19782026-06-05T04:06:50.392Z Compiling colorchoice v1.0.5
19792026-06-05T04:06:50.441Z Compiling anstyle v1.0.14
19802026-06-05T04:06:50.702Z Compiling is_terminal_polyfill v1.70.2
19812026-06-05T04:06:50.757Z Compiling anstyle-query v1.1.5
19822026-06-05T04:06:50.818Z Compiling anstream v1.0.0
19832026-06-05T04:06:50.829Z Compiling darling v0.21.3
19842026-06-05T04:06:51.297Z Compiling secrecy v0.10.3
19852026-06-05T04:06:51.347Z Compiling crucible-workspace-hack v0.1.0
19862026-06-05T04:06:51.586Z Compiling heapless v0.8.0
19872026-06-05T04:06:51.644Z Compiling tinyvec_macros v0.1.1
19882026-06-05T04:06:51.718Z Compiling clap_lex v1.1.0
19892026-06-05T04:06:51.837Z Compiling typify v0.6.2
19902026-06-05T04:06:51.940Z Compiling tinyvec v1.11.0
19912026-06-05T04:06:52.058Z Compiling clap_builder v4.6.0
19922026-06-05T04:06:52.875Z Compiling ingot-macros v0.1.1
19932026-06-05T04:06:52.924Z Compiling zerocopy v0.7.35
19942026-06-05T04:06:52.973Z Compiling hash32 v0.3.1
19952026-06-05T04:06:53.045Z Compiling scroll_derive v0.12.1
19962026-06-05T04:06:53.116Z Compiling rustc_version v0.4.1
19972026-06-05T04:06:53.317Z Compiling num-integer v0.1.46
19982026-06-05T04:06:54.427Z Compiling usdt-impl v0.5.0
19992026-06-05T04:06:54.489Z Compiling smoltcp v0.11.0
20002026-06-05T04:06:54.489Z Compiling scroll v0.12.0
20012026-06-05T04:06:54.490Z Compiling clap v4.6.1
20022026-06-05T04:06:54.490Z Compiling curve25519-dalek v4.1.3
20032026-06-05T04:06:54.490Z Compiling dof v0.3.0
20042026-06-05T04:06:55.015Z Compiling ingot-types v0.1.2
20052026-06-05T04:06:55.704Z Compiling hmac v0.12.1
20062026-06-05T04:06:55.945Z Compiling dtrace-parser v0.2.0
20072026-06-05T04:06:56.020Z Compiling inout v0.1.4
20082026-06-05T04:06:56.100Z Compiling ff v0.13.1
20092026-06-05T04:06:56.100Z Compiling cobs v0.3.0
20102026-06-05T04:06:56.323Z Compiling thread-id v4.2.2
20112026-06-05T04:06:56.545Z Compiling managed v0.8.0
20122026-06-05T04:06:56.576Z Compiling bitflags v1.3.2
20132026-06-05T04:06:56.654Z Compiling unsafe-libyaml v0.2.11
20142026-06-05T04:06:57.582Z Compiling serde_yaml v0.9.34+deprecated
20152026-06-05T04:06:57.792Z Compiling postcard v1.1.3
20162026-06-05T04:06:58.118Z Compiling group v0.13.0
20172026-06-05T04:06:58.381Z Compiling cipher v0.4.4
20182026-06-05T04:06:59.585Z Compiling hkdf v0.12.4
20192026-06-05T04:06:59.758Z Compiling ingot v0.1.1
20202026-06-05T04:06:59.758Z Compiling goblin v0.8.2
20212026-06-05T04:06:59.758Z Compiling num-rational v0.4.2
20222026-06-05T04:07:00.090Z Compiling num-iter v0.1.45
20232026-06-05T04:07:00.731Z Compiling tabwriter v1.4.1
20242026-06-05T04:07:00.755Z Compiling universal-hash v0.5.1
20252026-06-05T04:07:00.851Z Compiling crypto-bigint v0.5.5
20262026-06-05T04:07:01.028Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20272026-06-05T04:07:01.074Z Compiling hubpack_derive v0.1.1
20282026-06-05T04:07:01.594Z Compiling thiserror-impl-no-std v2.0.2
20292026-06-05T04:07:02.037Z Compiling crossbeam-epoch v0.9.18
20302026-06-05T04:07:02.348Z Compiling half v2.7.1
20312026-06-05T04:07:02.498Z Compiling curve25519-dalek-derive v0.1.1
20322026-06-05T04:07:02.761Z Compiling num-complex v0.4.6
20332026-06-05T04:07:03.273Z Compiling memoffset v0.9.1
20342026-06-05T04:07:03.364Z Compiling cfg_aliases v0.2.1
20352026-06-05T04:07:03.531Z Compiling base64ct v1.8.3
20362026-06-05T04:07:03.613Z Compiling prettyplease v0.2.37
20372026-06-05T04:07:04.823Z Compiling base16ct v0.2.0
20382026-06-05T04:07:05.022Z Compiling opaque-debug v0.3.1
20392026-06-05T04:07:05.023Z Compiling ciborium-io v0.2.2
20402026-06-05T04:07:05.023Z Compiling ciborium-ll v0.2.2
20412026-06-05T04:07:05.023Z Compiling poly1305 v0.8.0
20422026-06-05T04:07:05.023Z Compiling elliptic-curve v0.13.8
20432026-06-05T04:07:05.141Z Compiling password-hash v0.5.0
20442026-06-05T04:07:05.339Z Compiling nix v0.31.3
20452026-06-05T04:07:05.806Z Compiling num v0.4.3
20462026-06-05T04:07:05.925Z Compiling thiserror-no-std v2.0.2
20472026-06-05T04:07:06.067Z Compiling hubpack v0.1.2
20482026-06-05T04:07:07.143Z Compiling chacha20 v0.9.1
20492026-06-05T04:07:07.402Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20502026-06-05T04:07:07.673Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20512026-06-05T04:07:08.069Z Compiling reqwest v0.12.28
20522026-06-05T04:07:08.899Z Compiling toml_edit v0.25.12+spec-1.1.0
20532026-06-05T04:07:08.981Z Compiling blake2 v0.10.6
20542026-06-05T04:07:09.036Z Compiling aead v0.5.2
20552026-06-05T04:07:09.604Z Compiling byte-wrapper v0.1.0
20562026-06-05T04:07:09.651Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20572026-06-05T04:07:09.651Z Compiling serde_repr v0.1.20
20582026-06-05T04:07:11.181Z Compiling proc-macro-error-attr v1.0.4
20592026-06-05T04:07:11.431Z Compiling bstr v1.12.1
20602026-06-05T04:07:11.431Z Compiling keccak v0.1.6
20612026-06-05T04:07:11.431Z Compiling float-ord v0.3.2
20622026-06-05T04:07:11.431Z Compiling rustix v0.38.44
20632026-06-05T04:07:11.431Z Compiling static_assertions v1.1.0
20642026-06-05T04:07:11.431Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20652026-06-05T04:07:11.431Z Compiling sha3 v0.10.9
20662026-06-05T04:07:11.431Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20672026-06-05T04:07:11.497Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-06-05T04:07:11.962Z Compiling argon2 v0.5.3
20692026-06-05T04:07:12.043Z Compiling proc-macro-crate v3.5.0
20702026-06-05T04:07:14.117Z Compiling chacha20poly1305 v0.10.1
20712026-06-05T04:07:14.230Z Compiling progenitor-client v0.10.0
20722026-06-05T04:07:14.230Z Compiling vsss-rs v3.3.4
20732026-06-05T04:07:14.230Z Compiling rustls-webpki v0.103.13
20742026-06-05T04:07:14.465Z Compiling ciborium v0.2.2
20752026-06-05T04:07:15.244Z Compiling usdt-macro v0.5.0
20762026-06-05T04:07:15.314Z Compiling usdt-attr-macro v0.5.0
20772026-06-05T04:07:16.866Z Compiling num-derive v0.4.2
20782026-06-05T04:07:17.260Z Compiling enum-as-inner v0.6.1
20792026-06-05T04:07:17.593Z Compiling proc-macro-error v1.0.4
20802026-06-05T04:07:18.899Z Compiling memmap v0.7.0
20812026-06-05T04:07:18.899Z Compiling winnow v0.5.40
20822026-06-05T04:07:18.899Z Compiling indent_write v2.2.0
20832026-06-05T04:07:18.899Z Compiling data-encoding v2.11.0
20842026-06-05T04:07:18.899Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20852026-06-05T04:07:18.899Z Compiling tokio-rustls v0.26.4
20862026-06-05T04:07:18.899Z Compiling rustls-platform-verifier v0.7.0
20872026-06-05T04:07:18.900Z Compiling hyper-rustls v0.27.9
20882026-06-05T04:07:19.168Z Compiling reqwest v0.13.4
20892026-06-05T04:07:19.608Z Compiling toml_edit v0.19.15
20902026-06-05T04:07:19.813Z Compiling usdt v0.5.0
20912026-06-05T04:07:20.515Z Compiling progenitor-client v0.14.0
20922026-06-05T04:07:21.006Z Compiling progenitor-extras v0.2.0
20932026-06-05T04:07:21.133Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20942026-06-05T04:07:21.645Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20952026-06-05T04:07:21.680Z Compiling num_enum_derive v0.7.6
20962026-06-05T04:07:22.384Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20972026-06-05T04:07:23.922Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-06-05T04:07:26.208Z Compiling serde_spanned v0.6.9
20992026-06-05T04:07:26.261Z Compiling foreign-types-macros v0.2.3
21002026-06-05T04:07:26.914Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21012026-06-05T04:07:33.481Z Compiling vcpkg v0.2.15
21022026-06-05T04:07:33.538Z Compiling winnow v0.7.15
21032026-06-05T04:07:34.008Z Compiling pkg-config v0.3.33
21042026-06-05T04:07:34.170Z Compiling colored v3.1.1
21052026-06-05T04:07:35.550Z Compiling toml_write v0.1.2
21062026-06-05T04:07:35.623Z Compiling bytecount v0.6.9
21072026-06-05T04:07:35.623Z Compiling foreign-types-shared v0.3.1
21082026-06-05T04:07:35.623Z Compiling toml_edit v0.22.27
21092026-06-05T04:07:35.623Z Compiling foreign-types v0.5.0
21102026-06-05T04:07:35.623Z Compiling openssl-sys v0.9.116
21112026-06-05T04:07:35.623Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21122026-06-05T04:07:35.623Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21132026-06-05T04:07:35.805Z Compiling num_enum v0.7.6
21142026-06-05T04:07:35.849Z Compiling proc-macro-crate v1.3.1
21152026-06-05T04:07:36.100Z Compiling progenitor-impl v0.13.0
21162026-06-05T04:07:36.173Z Compiling chacha20 v0.10.0
21172026-06-05T04:07:36.246Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21182026-06-05T04:07:36.665Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21192026-06-05T04:07:36.926Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21202026-06-05T04:07:37.094Z Compiling cstr-argument v0.1.2
21212026-06-05T04:07:37.165Z Compiling swrite v0.1.0
21222026-06-05T04:07:37.184Z Compiling linked-hash-map v0.5.6
21232026-06-05T04:07:37.230Z Compiling resolv-conf v0.7.6
21242026-06-05T04:07:37.264Z Compiling rayon-core v1.13.0
21252026-06-05T04:07:37.528Z Compiling unicode-segmentation v1.13.3
21262026-06-05T04:07:37.860Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
21272026-06-05T04:07:38.124Z Compiling heck v0.4.1
21282026-06-05T04:07:38.180Z Compiling semver v0.1.20
21292026-06-05T04:07:38.482Z Compiling rustc_version v0.1.7
21302026-06-05T04:07:38.498Z Compiling progenitor-macro v0.13.0
21312026-06-05T04:07:38.498Z Compiling newline-converter v0.3.0
21322026-06-05T04:07:38.585Z Compiling lru-cache v0.1.2
21332026-06-05T04:07:38.608Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21342026-06-05T04:07:38.688Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21352026-06-05T04:07:38.731Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21362026-06-05T04:07:39.166Z Compiling rand v0.10.1
21372026-06-05T04:07:39.341Z Compiling toml v0.8.23
21382026-06-05T04:07:39.519Z Compiling num_enum_derive v0.5.11
21392026-06-05T04:07:39.899Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
21402026-06-05T04:07:40.022Z Compiling atomicwrites v0.4.4
21412026-06-05T04:07:40.167Z Compiling progenitor-client v0.13.0
21422026-06-05T04:07:40.311Z Compiling hickory-proto v0.24.4
21432026-06-05T04:07:40.350Z Compiling similar v2.7.0
21442026-06-05T04:07:40.485Z Compiling crossbeam-deque v0.8.6
21452026-06-05T04:07:40.629Z Compiling progenitor-impl v0.14.0
21462026-06-05T04:07:40.859Z Compiling console v0.15.11
21472026-06-05T04:07:42.467Z Compiling camino-tempfile v1.4.1
21482026-06-05T04:07:42.582Z Compiling serde-big-array v0.5.1
21492026-06-05T04:07:42.605Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21502026-06-05T04:07:42.681Z Compiling derive-where v1.6.1
21512026-06-05T04:07:42.743Z Compiling pin-project-internal v1.1.13
21522026-06-05T04:07:43.141Z Compiling minimal-lexical v0.2.1
21532026-06-05T04:07:43.236Z Compiling lazy_static v1.5.0
21542026-06-05T04:07:43.305Z Compiling siphasher v1.0.3
21552026-06-05T04:07:43.398Z Compiling nom v7.1.3
21562026-06-05T04:07:43.473Z Compiling phf_shared v0.12.1
21572026-06-05T04:07:43.940Z Compiling pin-project v1.1.13
21582026-06-05T04:07:44.123Z Compiling progenitor-macro v0.14.0
21592026-06-05T04:07:44.123Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21602026-06-05T04:07:44.591Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-06-05T04:07:44.732Z Compiling progenitor v0.13.0
21622026-06-05T04:07:44.869Z Compiling hickory-resolver v0.24.4
21632026-06-05T04:07:47.253Z Compiling expectorate v1.2.0
21642026-06-05T04:07:47.837Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-06-05T04:07:48.995Z Compiling num_enum v0.5.11
21662026-06-05T04:07:49.128Z Compiling newtype_derive v0.1.6
21672026-06-05T04:07:50.358Z Compiling unicode-normalization v0.1.25
21682026-06-05T04:07:50.951Z Compiling tokio-stream v0.1.18
21692026-06-05T04:07:51.516Z Compiling snafu-derive v0.8.9
21702026-06-05T04:07:52.349Z Compiling async-recursion v1.1.1
21712026-06-05T04:07:52.493Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21722026-06-05T04:07:52.819Z Compiling slog-dtrace v0.3.0
21732026-06-05T04:07:53.096Z Compiling csv-core v0.1.13
21742026-06-05T04:07:53.163Z Compiling cancel-safe-futures v0.1.5
21752026-06-05T04:07:53.239Z Compiling same-file v1.0.6
21762026-06-05T04:07:53.424Z Compiling unicode-xid v0.2.6
21772026-06-05T04:07:53.455Z Compiling foreign-types-shared v0.1.1
21782026-06-05T04:07:53.495Z Compiling chrono-tz v0.10.4
21792026-06-05T04:07:53.582Z Compiling konst_macro_rules v0.2.19
21802026-06-05T04:07:53.586Z Compiling foldhash v0.1.5
21812026-06-05T04:07:53.742Z Compiling owo-colors v4.3.0
21822026-06-05T04:07:53.766Z Compiling highway v1.3.0
21832026-06-05T04:07:53.784Z Compiling unicode-width v0.1.14
21842026-06-05T04:07:54.092Z Compiling openssl v0.10.80
21852026-06-05T04:07:54.164Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-05T04:07:54.250Z Compiling konst v0.2.20
21872026-06-05T04:07:54.416Z Compiling hashbrown v0.15.5
21882026-06-05T04:07:54.446Z Compiling const_format_proc_macros v0.2.34
21892026-06-05T04:07:54.633Z Compiling foreign-types v0.3.2
21902026-06-05T04:07:54.746Z Compiling walkdir v2.5.0
21912026-06-05T04:07:55.058Z Compiling csv v1.4.0
21922026-06-05T04:07:55.243Z Compiling snafu v0.8.9
21932026-06-05T04:07:55.582Z Compiling qorb v0.4.1
21942026-06-05T04:07:55.757Z Compiling progenitor v0.14.0
21952026-06-05T04:07:55.807Z Compiling olpc-cjson v0.1.4
21962026-06-05T04:07:56.012Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21972026-06-05T04:07:56.015Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21982026-06-05T04:07:56.522Z Compiling rayon v1.12.0
21992026-06-05T04:07:56.783Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-06-05T04:07:58.722Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-05T04:07:59.467Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-06-05T04:07:59.997Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22032026-06-05T04:08:00.024Z Compiling phf v0.12.1
22042026-06-05T04:08:00.672Z Compiling zone_cfg_derive v0.3.1
22052026-06-05T04:08:01.295Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-06-05T04:08:01.384Z Compiling tokio-dtrace v0.1.1
22072026-06-05T04:08:01.713Z Compiling globset v0.4.18
22082026-06-05T04:08:02.200Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22092026-06-05T04:08:02.424Z Compiling itertools v0.12.1
22102026-06-05T04:08:03.738Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22112026-06-05T04:08:03.856Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22122026-06-05T04:08:03.946Z Compiling libsw-core v0.3.2
22132026-06-05T04:08:04.134Z Compiling pem v3.0.6
22142026-06-05T04:08:04.320Z Compiling serde_plain v1.0.2
22152026-06-05T04:08:04.338Z Compiling openssl-macros v0.1.1
22162026-06-05T04:08:04.355Z Compiling cookie v0.18.1
22172026-06-05T04:08:04.395Z Compiling sigpipe v0.1.3
22182026-06-05T04:08:04.497Z Compiling jiff v0.2.28
22192026-06-05T04:08:04.598Z Compiling glob v0.3.3
22202026-06-05T04:08:04.615Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-05T04:08:04.783Z Compiling fixedbitset v0.5.7
22222026-06-05T04:08:04.817Z Compiling typed-path v0.9.3
22232026-06-05T04:08:04.835Z Compiling fixedbitset v0.4.2
22242026-06-05T04:08:05.194Z Compiling petgraph v0.8.3
22252026-06-05T04:08:05.211Z Compiling petgraph v0.6.5
22262026-06-05T04:08:05.577Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22272026-06-05T04:08:05.819Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
22282026-06-05T04:08:06.760Z Compiling tough v0.22.0
22292026-06-05T04:08:07.011Z Compiling libsw v3.5.0
22302026-06-05T04:08:07.201Z Compiling zone v0.3.1
22312026-06-05T04:08:07.584Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22322026-06-05T04:08:07.727Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22332026-06-05T04:08:08.026Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22342026-06-05T04:08:08.910Z Compiling oxide-tokio-rt v0.1.6
22352026-06-05T04:08:09.484Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22362026-06-05T04:08:09.623Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-06-05T04:08:11.052Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22382026-06-05T04:08:11.680Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22392026-06-05T04:08:11.974Z Compiling const_format v0.2.36
22402026-06-05T04:08:12.763Z Compiling papergrid v0.11.0
22412026-06-05T04:08:13.384Z Compiling tabled_derive v0.7.0
22422026-06-05T04:08:13.427Z Compiling gethostname v0.5.0
22432026-06-05T04:08:13.572Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22442026-06-05T04:08:14.412Z Compiling libscf-sys v1.2.0
22452026-06-05T04:08:14.566Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22462026-06-05T04:08:14.625Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22472026-06-05T04:08:14.771Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22482026-06-05T04:08:14.798Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22492026-06-05T04:08:14.925Z Compiling bcs v0.1.6
22502026-06-05T04:08:14.960Z Compiling smf v0.2.3
22512026-06-05T04:08:15.254Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22522026-06-05T04:08:15.326Z Compiling termtree v0.5.1
22532026-06-05T04:08:15.501Z Compiling linear-map v1.2.0
22542026-06-05T04:08:15.729Z Compiling unicode-linebreak v0.1.5
22552026-06-05T04:08:15.855Z Compiling tagptr v0.2.0
22562026-06-05T04:08:16.004Z Compiling smawk v0.3.2
22572026-06-05T04:08:16.027Z Compiling whoami v1.6.1
22582026-06-05T04:08:16.108Z Compiling moka v0.12.15
22592026-06-05T04:08:16.170Z Compiling textwrap v0.16.2
22602026-06-05T04:08:16.480Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22612026-06-05T04:08:17.314Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22622026-06-05T04:08:17.895Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22632026-06-05T04:08:17.919Z Compiling tabled v0.15.0
22642026-06-05T04:08:18.134Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22652026-06-05T04:08:19.103Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22662026-06-05T04:08:19.122Z Compiling steno v0.4.1
22672026-06-05T04:08:19.315Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22682026-06-05T04:08:21.688Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22692026-06-05T04:08:24.367Z Compiling hickory-proto v0.25.2
22702026-06-05T04:08:25.425Z Compiling proc-macro-error-attr2 v2.0.0
22712026-06-05T04:08:25.687Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22722026-06-05T04:08:25.881Z Compiling proc-macro-error2 v2.0.1
22732026-06-05T04:08:26.066Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22742026-06-05T04:08:26.139Z Compiling parking_lot_core v0.8.6
22752026-06-05T04:08:26.174Z Compiling tabled_derive v0.11.0
22762026-06-05T04:08:26.389Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22772026-06-05T04:08:26.477Z Compiling papergrid v0.18.0
22782026-06-05T04:08:27.288Z Compiling hickory-resolver v0.25.2
22792026-06-05T04:08:27.392Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22802026-06-05T04:08:28.088Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22812026-06-05T04:08:28.572Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22822026-06-05T04:08:29.587Z Compiling testing_table v0.3.0
22832026-06-05T04:08:30.014Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22842026-06-05T04:08:30.453Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22852026-06-05T04:08:30.784Z Compiling tabled v0.21.0
22862026-06-05T04:08:31.392Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22872026-06-05T04:08:31.978Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22882026-06-05T04:08:32.753Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22892026-06-05T04:08:32.868Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22902026-06-05T04:08:33.508Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22912026-06-05T04:08:33.582Z Compiling arc-swap v1.9.1
22922026-06-05T04:08:33.929Z Compiling slog-scope v4.4.1
22932026-06-05T04:08:34.371Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22942026-06-05T04:08:35.827Z Compiling parking_lot v0.11.2
22952026-06-05T04:08:36.143Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22962026-06-05T04:08:36.685Z Compiling dropshot-api-manager-types v0.7.2
22972026-06-05T04:08:36.712Z Compiling fxhash v0.2.1
22982026-06-05T04:08:36.858Z Compiling crc8 v0.1.1
22992026-06-05T04:08:36.980Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
23002026-06-05T04:08:37.038Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
23012026-06-05T04:08:37.254Z Compiling sled v0.34.7
23022026-06-05T04:08:38.328Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23032026-06-05T04:08:38.614Z Compiling slog-stdlog v4.1.1
23042026-06-05T04:08:39.053Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23052026-06-05T04:08:39.326Z Compiling slog-envlogger v2.2.0
23062026-06-05T04:08:40.391Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
23072026-06-05T04:08:42.129Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23082026-06-05T04:08:45.165Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
23092026-06-05T04:08:46.969Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
23102026-06-05T04:08:48.241Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
23112026-06-05T04:08:57.109Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
23122026-06-05T04:09:03.458Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
23132026-06-05T04:09:05.741Z Finished `release` profile [optimized] target(s) in 3m 39s
23142026-06-05T04:09:06.076Z+ banner trio
23152026-06-05T04:09:06.084Z
23162026-06-05T04:09:06.084Z ##### ##### # ####
23172026-06-05T04:09:06.084Z # # # # # #
23182026-06-05T04:09:06.084Z # # # # # #
23192026-06-05T04:09:06.084Z # ##### # # #
23202026-06-05T04:09:06.084Z # # # # # #
23212026-06-05T04:09:06.084Z # # # # ####
23222026-06-05T04:09:06.084Z
23232026-06-05T04:09:06.084Z+ pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture
23242026-06-05T04:09:06.638Z Compiling cfg-if v1.0.4
23252026-06-05T04:09:06.643Z Compiling libc v0.2.186
23262026-06-05T04:09:06.643Z Compiling serde_core v1.0.228
23272026-06-05T04:09:06.741Z Compiling memchr v2.8.1
23282026-06-05T04:09:06.749Z Compiling itoa v1.0.18
23292026-06-05T04:09:06.757Z Compiling smallvec v1.15.1
23302026-06-05T04:09:06.764Z Compiling stable_deref_trait v1.2.1
23312026-06-05T04:09:06.772Z Compiling zerofrom v0.1.8
23322026-06-05T04:09:06.788Z Compiling zmij v1.0.21
23332026-06-05T04:09:06.833Z Compiling litemap v0.8.2
23342026-06-05T04:09:06.903Z Compiling yoke v0.8.3
23352026-06-05T04:09:06.983Z Compiling writeable v0.6.3
23362026-06-05T04:09:06.999Z Compiling utf8_iter v1.0.4
23372026-06-05T04:09:07.025Z Compiling percent-encoding v2.3.2
23382026-06-05T04:09:07.177Z Compiling zerovec v0.11.6
23392026-06-05T04:09:07.207Z Compiling zerotrie v0.2.4
23402026-06-05T04:09:07.207Z Compiling libm v0.2.16
23412026-06-05T04:09:07.217Z Compiling icu_normalizer_data v2.2.0
23422026-06-05T04:09:07.252Z Compiling icu_properties_data v2.2.0
23432026-06-05T04:09:07.290Z Compiling form_urlencoded v1.2.2
23442026-06-05T04:09:07.297Z Compiling rand_core v0.10.1
23452026-06-05T04:09:07.388Z Compiling errno v0.3.14
23462026-06-05T04:09:07.457Z Compiling getrandom v0.4.2
23472026-06-05T04:09:07.533Z Compiling iana-time-zone v0.1.65
23482026-06-05T04:09:07.554Z Compiling pin-project-lite v0.2.17
23492026-06-05T04:09:07.579Z Compiling zeroize v1.8.2
23502026-06-05T04:09:07.655Z Compiling tinystr v0.8.3
23512026-06-05T04:09:07.665Z Compiling potential_utf v0.1.5
23522026-06-05T04:09:07.683Z Compiling dyn-clone v1.0.20
23532026-06-05T04:09:07.819Z Compiling icu_locale_core v2.2.0
23542026-06-05T04:09:07.830Z Compiling icu_collections v2.2.0
23552026-06-05T04:09:07.841Z Compiling socket2 v0.6.4
23562026-06-05T04:09:07.853Z Compiling scopeguard v1.2.0
23572026-06-05T04:09:07.863Z Compiling parking_lot_core v0.9.12
23582026-06-05T04:09:07.876Z Compiling signal-hook-registry v1.4.8
23592026-06-05T04:09:07.963Z Compiling num-traits v0.2.19
23602026-06-05T04:09:08.297Z Compiling lock_api v0.4.14
23612026-06-05T04:09:08.432Z Compiling mio v1.2.1
23622026-06-05T04:09:08.551Z Compiling parking_lot v0.12.5
23632026-06-05T04:09:08.630Z Compiling serde v1.0.228
23642026-06-05T04:09:08.686Z Compiling serde_json v1.0.150
23652026-06-05T04:09:08.742Z Compiling icu_provider v2.2.0
23662026-06-05T04:09:08.772Z Compiling uuid v1.23.2
23672026-06-05T04:09:08.889Z Compiling semver v1.0.28
23682026-06-05T04:09:09.151Z Compiling bytes v1.11.1
23692026-06-05T04:09:09.263Z Compiling icu_properties v2.2.0
23702026-06-05T04:09:09.361Z Compiling icu_normalizer v2.2.0
23712026-06-05T04:09:09.385Z Compiling chrono v0.4.45
23722026-06-05T04:09:09.482Z Compiling portable-atomic v1.13.1
23732026-06-05T04:09:09.562Z Compiling thiserror v2.0.18
23742026-06-05T04:09:09.667Z Compiling bitflags v2.12.1
23752026-06-05T04:09:10.058Z Compiling tokio v1.52.3
23762026-06-05T04:09:10.081Z Compiling futures-core v0.3.32
23772026-06-05T04:09:10.184Z Compiling idna_adapter v1.2.2
23782026-06-05T04:09:10.248Z Compiling critical-section v1.2.0
23792026-06-05T04:09:10.327Z Compiling idna v1.1.0
23802026-06-05T04:09:10.361Z Compiling once_cell v1.21.4
23812026-06-05T04:09:10.560Z Compiling log v0.4.32
23822026-06-05T04:09:10.607Z Compiling subtle v2.6.1
23832026-06-05T04:09:10.748Z Compiling url v2.5.8
23842026-06-05T04:09:10.796Z Compiling equivalent v1.0.2
23852026-06-05T04:09:10.816Z Compiling zerocopy v0.8.50
23862026-06-05T04:09:10.856Z Compiling futures-sink v0.3.32
23872026-06-05T04:09:10.876Z Compiling slab v0.4.12
23882026-06-05T04:09:10.971Z Compiling typenum v1.20.1
23892026-06-05T04:09:11.080Z Compiling futures-channel v0.3.32
23902026-06-05T04:09:11.312Z Compiling getrandom v0.2.17
23912026-06-05T04:09:11.361Z Compiling schemars v0.8.22
23922026-06-05T04:09:11.560Z Compiling futures-task v0.3.32
23932026-06-05T04:09:11.747Z Compiling futures-io v0.3.32
23942026-06-05T04:09:11.804Z Compiling rand_core v0.6.4
23952026-06-05T04:09:11.955Z Compiling futures-util v0.3.32
23962026-06-05T04:09:12.051Z Compiling hashbrown v0.17.1
23972026-06-05T04:09:12.464Z Compiling tracing-core v0.1.36
23982026-06-05T04:09:12.735Z Compiling indexmap v2.14.0
23992026-06-05T04:09:12.922Z Compiling tracing v0.1.44
24002026-06-05T04:09:14.504Z Compiling ipnetwork v0.21.1
24012026-06-05T04:09:14.545Z Compiling base64 v0.22.1
24022026-06-05T04:09:14.545Z Compiling http v1.4.1
24032026-06-05T04:09:14.545Z Compiling unicode-ident v1.0.24
24042026-06-05T04:09:14.545Z Compiling proc-macro2 v1.0.106
24052026-06-05T04:09:14.545Z Compiling slog v2.8.2
24062026-06-05T04:09:14.546Z Compiling erased-serde v0.3.31
24072026-06-05T04:09:14.546Z Compiling fnv v1.0.7
24082026-06-05T04:09:14.546Z Compiling quote v1.0.45
24092026-06-05T04:09:14.664Z Compiling oxnet v0.1.6
24102026-06-05T04:09:14.887Z Compiling syn v2.0.117
24112026-06-05T04:09:14.998Z Compiling tokio-util v0.7.18
24122026-06-05T04:09:15.311Z Compiling ipnet v2.12.0
24132026-06-05T04:09:15.409Z Compiling byteorder v1.5.0
24142026-06-05T04:09:15.669Z Compiling thiserror v1.0.69
24152026-06-05T04:09:15.799Z Compiling ppv-lite86 v0.2.21
24162026-06-05T04:09:15.827Z Compiling rustls-pki-types v1.14.1
24172026-06-05T04:09:16.135Z Compiling aws-lc-sys v0.41.0
24182026-06-05T04:09:16.223Z Compiling http-body v1.0.1
24192026-06-05T04:09:16.308Z Compiling atomic-waker v1.1.2
24202026-06-05T04:09:16.391Z Compiling untrusted v0.7.1
24212026-06-05T04:09:16.448Z Compiling httparse v1.10.1
24222026-06-05T04:09:16.516Z Compiling rustls v0.23.40
24232026-06-05T04:09:16.525Z Compiling tower-service v0.3.3
24242026-06-05T04:09:16.628Z Compiling aws-lc-rs v1.17.0
24252026-06-05T04:09:16.694Z Compiling pretty-hex v0.4.2
24262026-06-05T04:09:16.694Z Compiling try-lock v0.2.5
24272026-06-05T04:09:16.757Z Compiling ryu v1.0.23
24282026-06-05T04:09:16.843Z Compiling tower-layer v0.3.3
24292026-06-05T04:09:16.856Z Compiling untrusted v0.9.0
24302026-06-05T04:09:16.897Z Compiling want v0.3.1
24312026-06-05T04:09:16.947Z Compiling h2 v0.4.14
24322026-06-05T04:09:16.984Z Compiling httpdate v1.0.3
24332026-06-05T04:09:17.037Z Compiling rustix v1.1.4
24342026-06-05T04:09:17.050Z Compiling regex-syntax v0.8.10
24352026-06-05T04:09:17.083Z Compiling plain v0.2.3
24362026-06-05T04:09:17.183Z Compiling getrandom v0.3.4
24372026-06-05T04:09:17.343Z Compiling omicron-workspace-hack v0.1.0
24382026-06-05T04:09:17.389Z Compiling ucd-trie v0.1.7
24392026-06-05T04:09:17.422Z Compiling rand_core v0.9.5
24402026-06-05T04:09:17.677Z Compiling rustls-webpki v0.103.13
24412026-06-05T04:09:18.031Z Compiling pest v2.8.6
24422026-06-05T04:09:19.478Z Compiling hyper v1.10.1
24432026-06-05T04:09:19.728Z Compiling crossbeam-utils v0.8.21
24442026-06-05T04:09:20.354Z Compiling serde_urlencoded v0.7.1
24452026-06-05T04:09:20.636Z Compiling http-body-util v0.1.3
24462026-06-05T04:09:20.720Z Compiling foldhash v0.2.0
24472026-06-05T04:09:20.831Z Compiling allocator-api2 v0.2.21
24482026-06-05T04:09:20.978Z Compiling hyper-util v0.1.20
24492026-06-05T04:09:21.203Z Compiling hashbrown v0.16.1
24502026-06-05T04:09:23.371Z Compiling newtype-uuid v1.3.2
24512026-06-05T04:09:23.445Z Compiling tokio-rustls v0.26.4
24522026-06-05T04:09:23.445Z Compiling hex v0.4.3
24532026-06-05T04:09:23.445Z Compiling daft v0.1.7
24542026-06-05T04:09:23.445Z Compiling rand_chacha v0.9.0
24552026-06-05T04:09:23.612Z Compiling sync_wrapper v1.0.2
24562026-06-05T04:09:23.727Z Compiling aho-corasick v1.1.4
24572026-06-05T04:09:23.743Z Compiling fastrand v2.4.1
24582026-06-05T04:09:23.904Z Compiling tower v0.5.3
24592026-06-05T04:09:23.965Z Compiling anyhow v1.0.102
24602026-06-05T04:09:24.077Z Compiling rand v0.9.4
24612026-06-05T04:09:24.117Z Compiling powerfmt v0.2.0
24622026-06-05T04:09:24.248Z Compiling generic-array v0.14.7
24632026-06-05T04:09:24.374Z Compiling tower-http v0.6.11
24642026-06-05T04:09:24.482Z Compiling deranged v0.5.8
24652026-06-05T04:09:24.634Z Compiling openapiv3 v2.2.0
24662026-06-05T04:09:24.825Z Compiling regex-automata v0.4.14
24672026-06-05T04:09:24.863Z Compiling cpufeatures v0.3.0
24682026-06-05T04:09:24.941Z Compiling num_threads v0.1.7
24692026-06-05T04:09:25.023Z Compiling openssl-probe v0.2.1
24702026-06-05T04:09:25.098Z Compiling num-conv v0.2.2
24712026-06-05T04:09:25.231Z Compiling time-core v0.1.8
24722026-06-05T04:09:25.276Z Compiling rustls-native-certs v0.8.4
24732026-06-05T04:09:25.398Z Compiling camino v1.2.2
24742026-06-05T04:09:25.590Z Compiling time v0.3.47
24752026-06-05T04:09:25.968Z Compiling tempfile v3.27.0
24762026-06-05T04:09:26.136Z Compiling futures-executor v0.3.32
24772026-06-05T04:09:26.695Z Compiling winnow v1.0.3
24782026-06-05T04:09:26.902Z Compiling regex v1.12.3
24792026-06-05T04:09:27.096Z Compiling futures v0.3.32
24802026-06-05T04:09:27.172Z Compiling rustls-platform-verifier v0.7.0
24812026-06-05T04:09:27.936Z Compiling hyper-rustls v0.27.9
24822026-06-05T04:09:28.148Z Compiling crossbeam-channel v0.5.15
24832026-06-05T04:09:28.178Z Compiling scroll v0.13.0
24842026-06-05T04:09:28.370Z Compiling hybrid-array v0.4.12
24852026-06-05T04:09:28.517Z Compiling simd-adler32 v0.3.9
24862026-06-05T04:09:28.583Z Compiling adler2 v2.0.1
24872026-06-05T04:09:28.753Z Compiling miniz_oxide v0.8.9
24882026-06-05T04:09:28.878Z Compiling goblin v0.10.7
24892026-06-05T04:09:28.908Z Compiling crc32fast v1.5.0
24902026-06-05T04:09:29.122Z Compiling reqwest v0.13.4
24912026-06-05T04:09:29.153Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24922026-06-05T04:09:29.370Z Compiling thread_local v1.1.9
24932026-06-05T04:09:29.799Z Compiling either v1.16.0
24942026-06-05T04:09:29.964Z Compiling flate2 v1.1.9
24952026-06-05T04:09:30.197Z Compiling crypto-common v0.2.2
24962026-06-05T04:09:30.517Z Compiling block-buffer v0.12.0
24972026-06-05T04:09:30.705Z Compiling crypto-common v0.1.7
24982026-06-05T04:09:30.853Z Compiling dtrace-parser v0.3.0
24992026-06-05T04:09:31.157Z Compiling rand_chacha v0.3.1
25002026-06-05T04:09:31.476Z Compiling is-terminal v0.4.17
25012026-06-05T04:09:31.603Z Compiling thread-id v5.1.0
25022026-06-05T04:09:31.679Z Compiling take_mut v0.2.2
25032026-06-05T04:09:31.790Z Compiling match_cfg v0.1.0
25042026-06-05T04:09:31.802Z Compiling const-oid v0.10.2
25052026-06-05T04:09:31.867Z Compiling compression-core v0.4.32
25062026-06-05T04:09:32.045Z Compiling dof v0.4.0
25072026-06-05T04:09:32.112Z Compiling debug-ignore v1.0.5
25082026-06-05T04:09:32.216Z Compiling term v1.2.1
25092026-06-05T04:09:33.854Z Compiling usdt-impl v0.6.0
25102026-06-05T04:09:34.127Z Compiling slog-term v2.9.2
25112026-06-05T04:09:35.118Z Compiling compression-codecs v0.4.38
25122026-06-05T04:09:35.494Z Compiling digest v0.11.3
25132026-06-05T04:09:35.503Z Compiling hostname v0.3.1
25142026-06-05T04:09:35.665Z Compiling slog-async v2.8.0
25152026-06-05T04:09:35.686Z Compiling rand v0.8.6
25162026-06-05T04:09:35.971Z Compiling ref-cast v1.0.25
25172026-06-05T04:09:36.108Z Compiling toml_parser v1.1.2+spec-1.1.0
25182026-06-05T04:09:36.511Z Compiling slog-json v2.6.1
25192026-06-05T04:09:36.777Z Compiling strum v0.26.3
25202026-06-05T04:09:36.922Z Compiling macaddr v1.0.1
25212026-06-05T04:09:37.133Z Compiling serde_spanned v1.1.1
25222026-06-05T04:09:37.201Z Compiling toml_datetime v1.1.1+spec-1.1.0
25232026-06-05T04:09:37.285Z Compiling wait-timeout v0.2.1
25242026-06-05T04:09:37.436Z Compiling memmap2 v0.9.10
25252026-06-05T04:09:37.701Z Compiling encoding_rs v0.8.35
25262026-06-05T04:09:37.715Z Compiling toml_writer v1.1.1+spec-1.1.0
25272026-06-05T04:09:37.727Z Compiling quick-error v1.2.3
25282026-06-05T04:09:37.764Z Compiling spin v0.9.8
25292026-06-05T04:09:37.842Z Compiling mime v0.3.17
25302026-06-05T04:09:37.891Z Compiling bit-vec v0.8.0
25312026-06-05T04:09:37.949Z Compiling toml v1.1.2+spec-1.1.0
25322026-06-05T04:09:38.195Z Compiling bit-set v0.8.0
25332026-06-05T04:09:38.309Z Compiling rusty-fork v0.3.1
25342026-06-05T04:09:38.395Z Compiling usdt v0.6.0
25352026-06-05T04:09:39.054Z Compiling multer v3.1.0
25362026-06-05T04:09:39.161Z Compiling slog-bunyan v2.5.0
25372026-06-05T04:09:39.347Z Compiling sha1 v0.11.0
25382026-06-05T04:09:39.748Z Compiling async-compression v0.4.42
25392026-06-05T04:09:40.274Z Compiling serde_with v3.20.0
25402026-06-05T04:09:40.335Z Compiling async-stream v0.3.6
25412026-06-05T04:09:40.362Z Compiling rand_xorshift v0.4.0
25422026-06-05T04:09:40.410Z Compiling waitgroup v0.1.2
25432026-06-05T04:09:40.489Z Compiling rustls-pemfile v2.2.0
25442026-06-05T04:09:40.529Z Compiling serde_path_to_error v0.1.20
25452026-06-05T04:09:40.545Z Compiling hostname v0.4.2
25462026-06-05T04:09:40.735Z Compiling unarray v0.1.4
25472026-06-05T04:09:40.756Z Compiling progenitor-client v0.14.0
25482026-06-05T04:09:40.891Z Compiling strum v0.27.2
25492026-06-05T04:09:40.891Z Compiling proptest v1.11.0
25502026-06-05T04:09:40.908Z Compiling dropshot v0.17.1
25512026-06-05T04:09:40.962Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25522026-06-05T04:09:41.115Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25532026-06-05T04:09:41.258Z Compiling iddqd v0.4.2
25542026-06-05T04:09:41.350Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25552026-06-05T04:09:41.671Z Compiling block-buffer v0.10.4
25562026-06-05T04:09:41.891Z Compiling reqwest v0.12.28
25572026-06-05T04:09:41.904Z Compiling backon v1.6.0
25582026-06-05T04:09:42.163Z Compiling instant v0.1.13
25592026-06-05T04:09:42.294Z Compiling backoff v0.4.0
25602026-06-05T04:09:42.461Z Compiling progenitor-extras v0.2.0
25612026-06-05T04:09:42.515Z Compiling digest v0.10.7
25622026-06-05T04:09:42.704Z Compiling parse-display v0.10.0
25632026-06-05T04:09:42.767Z Compiling itertools v0.14.0
25642026-06-05T04:09:43.014Z Compiling progenitor-client v0.10.0
25652026-06-05T04:09:43.460Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25662026-06-05T04:09:43.536Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25672026-06-05T04:09:43.651Z Compiling regress v0.10.5
25682026-06-05T04:09:44.287Z Compiling humantime v2.3.0
25692026-06-05T04:09:44.726Z Compiling cpufeatures v0.2.17
25702026-06-05T04:09:44.814Z Compiling unicode-width v0.2.2
25712026-06-05T04:09:45.135Z Compiling heck v0.5.0
25722026-06-05T04:09:45.505Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25732026-06-05T04:09:45.774Z Compiling secrecy v0.10.3
25742026-06-05T04:09:45.948Z Compiling tinyvec_macros v0.1.1
25752026-06-05T04:09:46.028Z Compiling tinyvec v1.11.0
25762026-06-05T04:09:46.476Z Compiling num-integer v0.1.46
25772026-06-05T04:09:46.915Z Compiling scroll v0.12.0
25782026-06-05T04:09:46.979Z Compiling crucible-workspace-hack v0.1.0
25792026-06-05T04:09:47.060Z Compiling hmac v0.12.1
25802026-06-05T04:09:47.222Z Compiling inout v0.1.4
25812026-06-05T04:09:47.225Z Compiling regress v0.11.1
25822026-06-05T04:09:47.356Z Compiling ff v0.13.1
25832026-06-05T04:09:47.391Z Compiling utf8parse v0.2.2
25842026-06-05T04:09:47.511Z Compiling group v0.13.0
25852026-06-05T04:09:47.529Z Compiling anstyle-parse v1.0.0
25862026-06-05T04:09:47.640Z Compiling cipher v0.4.4
25872026-06-05T04:09:47.757Z Compiling hkdf v0.12.4
25882026-06-05T04:09:47.895Z Compiling goblin v0.8.2
25892026-06-05T04:09:47.927Z Compiling num-rational v0.4.2
25902026-06-05T04:09:48.384Z Compiling num-iter v0.1.45
25912026-06-05T04:09:48.518Z Compiling zerocopy v0.7.35
25922026-06-05T04:09:49.083Z Compiling typify-impl v0.6.2
25932026-06-05T04:09:49.125Z Compiling universal-hash v0.5.1
25942026-06-05T04:09:49.274Z Compiling crypto-bigint v0.5.5
25952026-06-05T04:09:49.821Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25962026-06-05T04:09:51.132Z Compiling terminal_size v0.4.4
25972026-06-05T04:09:51.225Z Compiling half v2.7.1
25982026-06-05T04:09:51.296Z Compiling num-complex v0.4.6
25992026-06-05T04:09:51.588Z Compiling base16ct v0.2.0
26002026-06-05T04:09:51.747Z Compiling ciborium-io v0.2.2
26012026-06-05T04:09:51.796Z Compiling base64ct v1.8.3
26022026-06-05T04:09:51.851Z Compiling anstyle-query v1.1.5
26032026-06-05T04:09:51.966Z Compiling colorchoice v1.0.5
26042026-06-05T04:09:52.061Z Compiling is_terminal_polyfill v1.70.2
26052026-06-05T04:09:52.093Z Compiling opaque-debug v0.3.1
26062026-06-05T04:09:52.147Z Compiling anstyle v1.0.14
26072026-06-05T04:09:52.163Z Compiling password-hash v0.5.0
26082026-06-05T04:09:52.175Z Compiling poly1305 v0.8.0
26092026-06-05T04:09:52.427Z Compiling anstream v1.0.0
26102026-06-05T04:09:52.784Z Compiling ciborium-ll v0.2.2
26112026-06-05T04:09:52.985Z Compiling elliptic-curve v0.13.8
26122026-06-05T04:09:53.089Z Compiling num v0.4.3
26132026-06-05T04:09:53.136Z Compiling curve25519-dalek v4.1.3
26142026-06-05T04:09:53.170Z Compiling typify v0.6.2
26152026-06-05T04:09:53.287Z Compiling thiserror-no-std v2.0.2
26162026-06-05T04:09:53.310Z Compiling dof v0.3.0
26172026-06-05T04:09:53.387Z Compiling chacha20 v0.9.1
26182026-06-05T04:09:53.644Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26192026-06-05T04:09:54.426Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26202026-06-05T04:09:55.857Z Compiling blake2 v0.10.6
26212026-06-05T04:09:55.983Z Compiling aead v0.5.2
26222026-06-05T04:09:56.008Z Compiling byte-wrapper v0.1.0
26232026-06-05T04:09:56.176Z Compiling crossbeam-epoch v0.9.18
26242026-06-05T04:09:56.360Z Compiling dtrace-parser v0.2.0
26252026-06-05T04:09:56.618Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26262026-06-05T04:09:56.697Z Compiling thread-id v4.2.2
26272026-06-05T04:09:56.791Z Compiling float-ord v0.3.2
26282026-06-05T04:09:56.914Z Compiling strsim v0.11.1
26292026-06-05T04:09:57.026Z Compiling keccak v0.1.6
26302026-06-05T04:09:57.191Z Compiling clap_lex v1.1.0
26312026-06-05T04:09:57.557Z Compiling clap_builder v4.6.0
26322026-06-05T04:09:57.745Z Compiling sha3 v0.10.9
26332026-06-05T04:09:57.758Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26342026-06-05T04:09:58.139Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26352026-06-05T04:09:58.149Z Compiling usdt-impl v0.5.0
26362026-06-05T04:09:58.953Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26372026-06-05T04:10:01.107Z Compiling chacha20poly1305 v0.10.1
26382026-06-05T04:10:01.266Z Compiling argon2 v0.5.3
26392026-06-05T04:10:02.309Z Compiling vsss-rs v3.3.4
26402026-06-05T04:10:02.477Z Compiling ciborium v0.2.2
26412026-06-05T04:10:03.320Z Compiling hash32 v0.3.1
26422026-06-05T04:10:03.496Z Compiling memmap v0.7.0
26432026-06-05T04:10:03.735Z Compiling indent_write v2.2.0
26442026-06-05T04:10:03.824Z Compiling data-encoding v2.11.0
26452026-06-05T04:10:03.838Z Compiling usdt v0.5.0
26462026-06-05T04:10:03.885Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26472026-06-05T04:10:04.488Z Compiling heapless v0.8.0
26482026-06-05T04:10:05.011Z Compiling ingot-types v0.1.2
26492026-06-05T04:10:05.473Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26502026-06-05T04:10:05.561Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26512026-06-05T04:10:05.669Z Compiling clap v4.6.1
26522026-06-05T04:10:05.758Z Compiling rustix v0.38.44
26532026-06-05T04:10:05.821Z Compiling tabwriter v1.4.1
26542026-06-05T04:10:06.188Z Compiling cobs v0.3.0
26552026-06-05T04:10:06.471Z Compiling colored v3.1.1
26562026-06-05T04:10:06.510Z Compiling foreign-types-shared v0.3.1
26572026-06-05T04:10:06.612Z Compiling bitflags v1.3.2
26582026-06-05T04:10:06.698Z Compiling managed v0.8.0
26592026-06-05T04:10:06.964Z Compiling smoltcp v0.11.0
26602026-06-05T04:10:07.149Z Compiling foreign-types v0.5.0
26612026-06-05T04:10:07.167Z Compiling postcard v1.1.3
26622026-06-05T04:10:07.233Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26632026-06-05T04:10:07.559Z Compiling num_enum v0.7.6
26642026-06-05T04:10:07.690Z Compiling ingot v0.1.1
26652026-06-05T04:10:08.407Z Compiling memoffset v0.9.1
26662026-06-05T04:10:08.499Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26672026-06-05T04:10:08.621Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26682026-06-05T04:10:08.634Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26692026-06-05T04:10:08.751Z Compiling chacha20 v0.10.0
26702026-06-05T04:10:08.897Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26712026-06-05T04:10:09.048Z Compiling serde_spanned v0.6.9
26722026-06-05T04:10:09.225Z Compiling toml_datetime v0.6.11
26732026-06-05T04:10:09.353Z Compiling cstr-argument v0.1.2
26742026-06-05T04:10:09.528Z Compiling toml_write v0.1.2
26752026-06-05T04:10:09.600Z Compiling resolv-conf v0.7.6
26762026-06-05T04:10:09.775Z Compiling unicode-segmentation v1.13.3
26772026-06-05T04:10:09.919Z Compiling swrite v0.1.0
26782026-06-05T04:10:09.932Z Compiling winnow v0.7.15
26792026-06-05T04:10:10.030Z Compiling static_assertions v1.1.0
26802026-06-05T04:10:10.115Z Compiling linked-hash-map v0.5.6
26812026-06-05T04:10:10.233Z Compiling newline-converter v0.3.0
26822026-06-05T04:10:10.250Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26832026-06-05T04:10:10.339Z Compiling lru-cache v0.1.2
26842026-06-05T04:10:10.378Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26852026-06-05T04:10:10.399Z Compiling rand v0.10.1
26862026-06-05T04:10:10.508Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26872026-06-05T04:10:10.641Z Compiling hubpack v0.1.2
26882026-06-05T04:10:10.809Z Compiling nix v0.31.3
26892026-06-05T04:10:10.893Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26902026-06-05T04:10:11.121Z Compiling atomicwrites v0.4.4
26912026-06-05T04:10:11.207Z Compiling hickory-proto v0.24.4
26922026-06-05T04:10:11.413Z Compiling crossbeam-deque v0.8.6
26932026-06-05T04:10:11.639Z Compiling toml_edit v0.22.27
26942026-06-05T04:10:11.833Z Compiling console v0.15.11
26952026-06-05T04:10:11.968Z Compiling itertools v0.12.1
26962026-06-05T04:10:13.168Z Compiling camino-tempfile v1.4.1
26972026-06-05T04:10:13.393Z Compiling serde-big-array v0.5.1
26982026-06-05T04:10:13.460Z Compiling siphasher v1.0.3
26992026-06-05T04:10:13.555Z Compiling lazy_static v1.5.0
27002026-06-05T04:10:13.632Z Compiling similar v2.7.0
27012026-06-05T04:10:13.669Z Compiling phf_shared v0.12.1
27022026-06-05T04:10:13.678Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27032026-06-05T04:10:13.896Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27042026-06-05T04:10:14.350Z Compiling expectorate v1.2.0
27052026-06-05T04:10:14.564Z Compiling pin-project v1.1.13
27062026-06-05T04:10:14.677Z Compiling hickory-resolver v0.24.4
27072026-06-05T04:10:14.760Z Compiling toml v0.8.23
27082026-06-05T04:10:16.376Z Compiling prettyplease v0.2.37
27092026-06-05T04:10:17.586Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27102026-06-05T04:10:17.606Z Compiling rayon-core v1.13.0
27112026-06-05T04:10:19.331Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
27122026-06-05T04:10:19.648Z Compiling num_enum v0.5.11
27132026-06-05T04:10:19.672Z Compiling progenitor-impl v0.14.0
27142026-06-05T04:10:19.772Z Compiling progenitor-impl v0.13.0
27152026-06-05T04:10:21.027Z Compiling unicode-normalization v0.1.25
27162026-06-05T04:10:21.615Z Compiling progenitor-client v0.13.0
27172026-06-05T04:10:22.134Z Compiling tokio-stream v0.1.18
27182026-06-05T04:10:22.703Z Compiling csv-core v0.1.13
27192026-06-05T04:10:23.044Z Compiling bstr v1.12.1
27202026-06-05T04:10:23.115Z Compiling unicode-width v0.1.14
27212026-06-05T04:10:23.441Z Compiling foreign-types-shared v0.1.1
27222026-06-05T04:10:23.538Z Compiling highway v1.3.0
27232026-06-05T04:10:23.862Z Compiling konst_macro_rules v0.2.19
27242026-06-05T04:10:23.870Z Compiling foldhash v0.1.5
27252026-06-05T04:10:23.940Z Compiling same-file v1.0.6
27262026-06-05T04:10:24.027Z Compiling hashbrown v0.15.5
27272026-06-05T04:10:24.122Z Compiling walkdir v2.5.0
27282026-06-05T04:10:24.228Z Compiling konst v0.2.20
27292026-06-05T04:10:24.611Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27302026-06-05T04:10:24.671Z Compiling foreign-types v0.3.2
27312026-06-05T04:10:24.752Z Compiling globset v0.4.18
27322026-06-05T04:10:24.917Z Compiling csv v1.4.0
27332026-06-05T04:10:25.894Z Compiling snafu v0.8.9
27342026-06-05T04:10:26.491Z Compiling qorb v0.4.1
27352026-06-05T04:10:27.908Z Compiling progenitor v0.13.0
27362026-06-05T04:10:28.034Z Compiling olpc-cjson v0.1.4
27372026-06-05T04:10:28.048Z Compiling progenitor v0.14.0
27382026-06-05T04:10:28.057Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27392026-06-05T04:10:28.181Z Compiling rayon v1.12.0
27402026-06-05T04:10:28.244Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-06-05T04:10:28.692Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-06-05T04:10:30.400Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-06-05T04:10:31.726Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27442026-06-05T04:10:33.924Z Compiling phf v0.12.1
27452026-06-05T04:10:34.103Z Compiling openssl-sys v0.9.116
27462026-06-05T04:10:34.543Z Compiling tokio-dtrace v0.1.1
27472026-06-05T04:10:34.706Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-05T04:10:34.876Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27492026-06-05T04:10:35.116Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27502026-06-05T04:10:35.935Z Compiling libsw-core v0.3.2
27512026-06-05T04:10:36.121Z Compiling pem v3.0.6
27522026-06-05T04:10:36.266Z Compiling serde_plain v1.0.2
27532026-06-05T04:10:36.556Z Compiling sigpipe v0.1.3
27542026-06-05T04:10:36.651Z Compiling typed-path v0.9.3
27552026-06-05T04:10:36.663Z Compiling jiff v0.2.28
27562026-06-05T04:10:36.829Z Compiling bytecount v0.6.9
27572026-06-05T04:10:37.048Z Compiling fixedbitset v0.5.7
27582026-06-05T04:10:37.545Z Compiling fixedbitset v0.4.2
27592026-06-05T04:10:37.914Z Compiling glob v0.3.3
27602026-06-05T04:10:38.126Z Compiling minimal-lexical v0.2.1
27612026-06-05T04:10:38.377Z Compiling nom v7.1.3
27622026-06-05T04:10:38.410Z Compiling petgraph v0.6.5
27632026-06-05T04:10:38.494Z Compiling tough v0.22.0
27642026-06-05T04:10:38.928Z Compiling petgraph v0.8.3
27652026-06-05T04:10:39.572Z Compiling papergrid v0.11.0
27662026-06-05T04:10:40.102Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-05T04:10:40.160Z Compiling openssl v0.10.80
27682026-06-05T04:10:40.213Z Compiling libsw v3.5.0
27692026-06-05T04:10:40.402Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27702026-06-05T04:10:41.350Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-06-05T04:10:42.598Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-06-05T04:10:42.841Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27732026-06-05T04:10:43.135Z Compiling oxide-tokio-rt v0.1.6
27742026-06-05T04:10:43.800Z Compiling zone v0.3.1
27752026-06-05T04:10:44.593Z Compiling chrono-tz v0.10.4
27762026-06-05T04:10:44.908Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27772026-06-05T04:10:45.636Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-05T04:10:45.764Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-06-05T04:10:45.832Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27802026-06-05T04:10:45.939Z Compiling newtype_derive v0.1.6
27812026-06-05T04:10:46.026Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27822026-06-05T04:10:46.489Z Compiling slog-dtrace v0.3.0
27832026-06-05T04:10:47.208Z Compiling const_format v0.2.36
27842026-06-05T04:10:47.638Z Compiling owo-colors v4.3.0
27852026-06-05T04:10:47.715Z Compiling cancel-safe-futures v0.1.5
27862026-06-05T04:10:48.076Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27872026-06-05T04:10:48.542Z Compiling gethostname v0.5.0
27882026-06-05T04:10:48.680Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27892026-06-05T04:10:48.838Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27902026-06-05T04:10:48.969Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27912026-06-05T04:10:49.091Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27922026-06-05T04:10:49.249Z Compiling bcs v0.1.6
27932026-06-05T04:10:49.358Z Compiling smf v0.2.3
27942026-06-05T04:10:49.644Z Compiling linear-map v1.2.0
27952026-06-05T04:10:49.866Z Compiling smawk v0.3.2
27962026-06-05T04:10:49.945Z Compiling whoami v1.6.1
27972026-06-05T04:10:50.028Z Compiling unicode-linebreak v0.1.5
27982026-06-05T04:10:50.084Z Compiling termtree v0.5.1
27992026-06-05T04:10:50.257Z Compiling tagptr v0.2.0
28002026-06-05T04:10:50.300Z Compiling textwrap v0.16.2
28012026-06-05T04:10:50.421Z Compiling moka v0.12.15
28022026-06-05T04:10:50.430Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28032026-06-05T04:10:50.580Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28042026-06-05T04:10:51.643Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28052026-06-05T04:10:51.948Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28062026-06-05T04:10:52.072Z Compiling tabled v0.15.0
28072026-06-05T04:10:52.112Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28082026-06-05T04:10:52.630Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28092026-06-05T04:10:52.837Z Compiling steno v0.4.1
28102026-06-05T04:10:53.781Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28112026-06-05T04:10:55.261Z Compiling cookie v0.18.1
28122026-06-05T04:10:56.637Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28132026-06-05T04:10:59.256Z Compiling hickory-proto v0.25.2
28142026-06-05T04:11:00.825Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
28152026-06-05T04:11:00.838Z Compiling arc-swap v1.9.1
28162026-06-05T04:11:01.145Z Compiling slog-scope v4.4.1
28172026-06-05T04:11:01.187Z Compiling libscf-sys v1.2.0
28182026-06-05T04:11:01.333Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
28192026-06-05T04:11:01.610Z Compiling hickory-resolver v0.25.2
28202026-06-05T04:11:02.871Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28212026-06-05T04:11:03.259Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28222026-06-05T04:11:04.397Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28232026-06-05T04:11:04.551Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
28242026-06-05T04:11:04.657Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
28252026-06-05T04:11:05.055Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
28262026-06-05T04:11:05.386Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28272026-06-05T04:11:06.748Z Compiling slog-stdlog v4.1.1
28282026-06-05T04:11:07.154Z Compiling slog-envlogger v2.2.0
28292026-06-05T04:11:07.197Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
28302026-06-05T04:11:08.379Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
28312026-06-05T04:11:08.501Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
28322026-06-05T04:11:15.545Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28332026-06-05T04:11:17.874Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
28342026-06-05T04:11:19.682Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28352026-06-05T04:11:28.417Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28362026-06-05T04:11:32.209Z Finished `release` profile [optimized] target(s) in 2m 26s
28372026-06-05T04:11:32.325Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
28382026-06-05T04:11:32.330Z
28392026-06-05T04:11:32.330Zrunning 1 test
28402026-06-05T04:11:32.570Zconfigure zone
28412026-06-05T04:11:32.581Zinstall zone
28422026-06-05T04:11:42.437Zboot zone
28432026-06-05T04:11:42.522Zstart zone s1
28442026-06-05T04:11:42.526Zconfigure zone
28452026-06-05T04:11:42.532Zinstall zone
28462026-06-05T04:11:44.410Zboot zone
28472026-06-05T04:11:44.512Zstart zone s2
28482026-06-05T04:11:44.512Zconfigure zone
28492026-06-05T04:11:44.531Zinstall zone
28502026-06-05T04:11:46.817Zboot zone
28512026-06-05T04:11:46.920Zstart zone t1
28522026-06-05T04:11:46.920Zconfigure zone
28532026-06-05T04:11:46.931Zinstall zone
28542026-06-05T04:11:49.638Zboot zone
28552026-06-05T04:11:49.755Zwaiting for zones to come up
28562026-06-05T04:11:59.741Z[sidecar.trio] svcs milestone/network
28572026-06-05T04:11:59.771ZSTATE STIME FMRI
28582026-06-05T04:11:59.771Zonline 4:11:42 svc:/milestone/network:default
28592026-06-05T04:11:59.771Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/
28602026-06-05T04:11:59.796Zcp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/
28612026-06-05T04:11:59.823Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/
28622026-06-05T04:11:59.845Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml
28632026-06-05T04:11:59.848Z[sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28642026-06-05T04:11:59.860Z
28652026-06-05T04:11:59.860Zrunning zone s1.trio setup
28662026-06-05T04:11:59.861Z[s1.trio] svcs milestone/network
28672026-06-05T04:11:59.876ZSTATE STIME FMRI
28682026-06-05T04:11:59.876Zonline 4:11:44 svc:/milestone/network:default
28692026-06-05T04:11:59.876Z[s1.trio] dladm
28702026-06-05T04:11:59.890ZLINK CLASS MTU STATE BRIDGE OVER
28712026-06-05T04:11:59.890Zsl0 simnet 9000 up -- ?
28722026-06-05T04:11:59.890Zmg2 vnic 9000 up -- ?
28732026-06-05T04:11:59.890Z[s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4
28742026-06-05T04:12:00.464Z
28752026-06-05T04:12:00.464Z[s1.trio] ipadm create-addr -t -T addrconf sl0/v6
28762026-06-05T04:12:00.479Z
28772026-06-05T04:12:00.479Z[s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28782026-06-05T04:12:00.492Z
28792026-06-05T04:12:00.492Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd
28802026-06-05T04:12:00.575Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm
28812026-06-05T04:12:00.646Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e485d4f1-5c12-4de6-99f0-311a4b560c55 --sled-uuid f243fd68-db2c-4908-9a52-b51a305c6c3b -a sl0/v6 &> /opt/ddmd.log &
28822026-06-05T04:12:00.662Z
28832026-06-05T04:12:00.662Zrunning zone s2.trio setup
28842026-06-05T04:12:00.662Z[s2.trio] svcs milestone/network
28852026-06-05T04:12:00.677ZSTATE STIME FMRI
28862026-06-05T04:12:00.677Zonline 4:11:46 svc:/milestone/network:default
28872026-06-05T04:12:00.677Z[s2.trio] dladm
28882026-06-05T04:12:00.690ZLINK CLASS MTU STATE BRIDGE OVER
28892026-06-05T04:12:00.690Zsl1 simnet 9000 up -- ?
28902026-06-05T04:12:00.690Zmg3 vnic 9000 up -- ?
28912026-06-05T04:12:00.690Z[s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4
28922026-06-05T04:12:01.290Z
28932026-06-05T04:12:01.290Z[s2.trio] ipadm create-addr -t -T addrconf sl1/v6
28942026-06-05T04:12:01.305Z
28952026-06-05T04:12:01.306Z[s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28962026-06-05T04:12:01.318Z
28972026-06-05T04:12:01.318Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd
28982026-06-05T04:12:01.353Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm
28992026-06-05T04:12:01.380Z[s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 87717d58-4cc4-4a62-ab1f-8dba49ec76df --sled-uuid f3964e7a-8397-4b1a-b955-e317ab57fbbf -a sl1/v6 &> /opt/ddmd.log &
29002026-06-05T04:12:01.397Z
29012026-06-05T04:12:01.397Zrunning zone t1.trio setup
29022026-06-05T04:12:01.397Z[t1.trio] svcs milestone/network
29032026-06-05T04:12:01.408ZSTATE STIME FMRI
29042026-06-05T04:12:01.408Zonline 4:11:49 svc:/milestone/network:default
29052026-06-05T04:12:01.408Z[t1.trio] dladm
29062026-06-05T04:12:01.421ZLINK CLASS MTU STATE BRIDGE OVER
29072026-06-05T04:12:01.421Ztfportrear0_0 simnet 9000 up -- ?
29082026-06-05T04:12:01.421Ztfportrear1_0 simnet 9000 up -- ?
29092026-06-05T04:12:01.421Zmg1 vnic 9000 up -- ?
29102026-06-05T04:12:01.421Z[t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4
29112026-06-05T04:12:02.061Z
29122026-06-05T04:12:02.061Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29132026-06-05T04:12:02.159Z
29142026-06-05T04:12:02.159Z[t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29152026-06-05T04:12:02.159Z
29162026-06-05T04:12:02.159Z[t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
29172026-06-05T04:12:02.159Z
29182026-06-05T04:12:02.159Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/
29192026-06-05T04:12:02.402Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/
29202026-06-05T04:12:02.404Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml
29212026-06-05T04:12:02.407Zwaiting 3s for copy of files to zone to complete ...
29222026-06-05T04:12:05.408Z[t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29232026-06-05T04:12:05.544Z
29242026-06-05T04:12:05.544Z[t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29252026-06-05T04:12:05.649Z
29262026-06-05T04:12:05.649Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd
29272026-06-05T04:12:05.684Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm
29282026-06-05T04:12:05.714Z[t1.trio] svcadm disable dendrite
29292026-06-05T04:12:05.740Z
29302026-06-05T04:12:05.740Z[t1.trio] svcadm disable tfport
29312026-06-05T04:12:05.764Z
29322026-06-05T04:12:05.764Z[t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224
29332026-06-05T04:12:05.787Z
29342026-06-05T04:12:05.787Z[t1.trio] svccfg -s dendrite setprop config/mgmt = uds
29352026-06-05T04:12:05.811Z
29362026-06-05T04:12:05.811Z[t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29372026-06-05T04:12:05.836Z
29382026-06-05T04:12:05.836Z[t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29392026-06-05T04:12:05.860Z
29402026-06-05T04:12:05.860Z[t1.trio] svccfg -s dendrite setprop config/rear_ports = 2
29412026-06-05T04:12:05.884Z
29422026-06-05T04:12:05.884Z[t1.trio] svcadm refresh dendrite:default
29432026-06-05T04:12:05.905Z
29442026-06-05T04:12:05.905Z[t1.trio] svcadm enable dendrite:default
29452026-06-05T04:12:05.927Z
29462026-06-05T04:12:05.927Zwait 10s for dendrite to come up ...
29472026-06-05T04:12:15.928Z[t1.trio] svccfg -s tfport setprop config/pkt_source = none
29482026-06-05T04:12:15.958Z
29492026-06-05T04:12:15.958Z[t1.trio] svccfg -s tfport setprop config/flags = --sync-only
29502026-06-05T04:12:15.982Z
29512026-06-05T04:12:15.982Z[t1.trio] svcadm refresh tfport:default
29522026-06-05T04:12:16.003Z
29532026-06-05T04:12:16.003Z[t1.trio] svcadm enable tfport
29542026-06-05T04:12:16.024Z
29552026-06-05T04:12:16.026Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid e2ae49ac-085b-4e0e-821c-c42fe8b0875c --sled-uuid c569e3a1-e1da-461c-a51b-2b1b6462e53c -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29562026-06-05T04:12:16.035Z
29572026-06-05T04:12:16.035Z[t1.trio] ipadm
29582026-06-05T04:12:16.049ZADDROBJ TYPE STATE ADDR
29592026-06-05T04:12:16.049Zlo0/v4 static ok 127.0.0.1/8
29602026-06-05T04:12:16.049Zmg1/v4 static ok 10.0.0.3/24
29612026-06-05T04:12:16.049Zlo0/v6 static ok ::1/128
29622026-06-05T04:12:16.049Zlo0/u6 static ok fd00:3::1/64
29632026-06-05T04:12:16.049Ztfportrear0_0/v6 addrconf ok fe80::2815:cfff:fe55:6c0c%tfportrear0_0/10
29642026-06-05T04:12:16.049Ztfportrear1_0/v6 addrconf ok fe80::502c:beff:fe17:d25f%tfportrear1_0/10
29652026-06-05T04:12:18.172Zinitial peering test passed
29662026-06-05T04:12:19.174Zadvertise from one passed
29672026-06-05T04:12:20.176Zadvertise from two passed
29682026-06-05T04:12:20.176Z[s1.trio] ping fd00:2::1
29692026-06-05T04:12:20.194Zfd00:2::1 is alive
29702026-06-05T04:12:20.194Z[s2.trio] ping fd00:1::1
29712026-06-05T04:12:20.206Zfd00:1::1 is alive
29722026-06-05T04:12:20.206Zconnectivity test passed
29732026-06-05T04:12:20.206Z[t1.trio] pkill ddmd
29742026-06-05T04:12:20.217Z
29752026-06-05T04:12:26.222Z[t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 22028b0b-52c1-49e0-be93-0a220d1b7058 --sled-uuid d898fb3d-b007-496c-a504-dffbddf34379 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log &
29762026-06-05T04:12:26.237Z
29772026-06-05T04:12:26.238Z[t1.trio] ipadm
29782026-06-05T04:12:26.251ZADDROBJ TYPE STATE ADDR
29792026-06-05T04:12:26.251Zlo0/v4 static ok 127.0.0.1/8
29802026-06-05T04:12:26.251Zmg1/v4 static ok 10.0.0.3/24
29812026-06-05T04:12:26.251Zlo0/v6 static ok ::1/128
29822026-06-05T04:12:26.251Zlo0/u6 static ok fd00:3::1/64
29832026-06-05T04:12:26.252Ztfportrear0_0/v6 addrconf ok fe80::2815:cfff:fe55:6c0c%tfportrear0_0/10
29842026-06-05T04:12:26.252Ztfportrear1_0/v6 addrconf ok fe80::502c:beff:fe17:d25f%tfportrear1_0/10
29852026-06-05T04:12:29.254Z[s1.trio] ping fd00:2::1
29862026-06-05T04:12:29.270Zfd00:2::1 is alive
29872026-06-05T04:12:29.270Z[s2.trio] ping fd00:1::1
29882026-06-05T04:12:29.283Zfd00:1::1 is alive
29892026-06-05T04:12:29.283Ztransit router restart passed
29902026-06-05T04:12:29.283Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
29912026-06-05T04:12:29.298Zlocal v6:
29922026-06-05T04:12:29.298Zfe80::2815:cfff:fe55:6c0c
29932026-06-05T04:12:29.298Zfe80::502c:beff:fe17:d25f
29942026-06-05T04:12:29.298Zlocal v4:
29952026-06-05T04:12:29.298Zrouter v6_idx:
29962026-06-05T04:12:29.298Zfd00:2::/64 -> 1
29972026-06-05T04:12:29.298Zfd00:1::/64 -> 0
29982026-06-05T04:12:29.298Zrouter v6_routes:
29992026-06-05T04:12:29.298Z0 -> fe80::94a4:76ff:fe3f:489e (1)
30002026-06-05T04:12:29.298Z1 -> fe80::f87b:3cff:feff:cf01 (2)
30012026-06-05T04:12:29.298Zrouter v4_idx:
30022026-06-05T04:12:29.298Zrouter v4_routes:
30032026-06-05T04:12:29.299Zresolver v4:
30042026-06-05T04:12:29.299Z10.0.0.3 -> 02:08:20:95:a6:96
30052026-06-05T04:12:29.299Z10.0.0.254 -> 02:08:20:33:c5:c5
30062026-06-05T04:12:29.299Zresolver v6:
30072026-06-05T04:12:29.299Zfe80::f87b:3cff:feff:cf01 -> fa:7b:3c:ff:cf:01
30082026-06-05T04:12:29.299Zfe80::2815:cfff:fe55:6c0c -> 2a:15:cf:55:6c:0c
30092026-06-05T04:12:29.299Zfe80::94a4:76ff:fe3f:489e -> 96:a4:76:3f:48:9e
30102026-06-05T04:12:29.299Zfe80::502c:beff:fe17:d25f -> 52:2c:be:17:d2:5f
30112026-06-05T04:12:29.299Znat v4:
30122026-06-05T04:12:29.299Znat_v6:
30132026-06-05T04:12:29.299Zport_mac:
30142026-06-05T04:12:29.299Z2: a8:40:25:52:64:49
30152026-06-05T04:12:29.299Z1000: a8:40:25:52:64:47
30162026-06-05T04:12:29.299Z1: a8:40:25:52:64:48
30172026-06-05T04:12:29.299Zproxy arp:
30182026-06-05T04:12:29.299Z[s1.trio] pkill ddmd
30192026-06-05T04:12:29.309Z
30202026-06-05T04:12:32.342Ztest ddm::test_trio_v3 has been running for over 60 seconds
30212026-06-05T04:12:34.314Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30222026-06-05T04:12:34.332Zlocal v6:
30232026-06-05T04:12:34.332Zfe80::2815:cfff:fe55:6c0c
30242026-06-05T04:12:34.332Zfe80::502c:beff:fe17:d25f
30252026-06-05T04:12:34.332Zlocal v4:
30262026-06-05T04:12:34.332Zrouter v6_idx:
30272026-06-05T04:12:34.332Zfd00:2::/64 -> 1
30282026-06-05T04:12:34.332Zrouter v6_routes:
30292026-06-05T04:12:34.332Z1 -> fe80::f87b:3cff:feff:cf01 (2)
30302026-06-05T04:12:34.332Zrouter v4_idx:
30312026-06-05T04:12:34.332Zrouter v4_routes:
30322026-06-05T04:12:34.332Zresolver v4:
30332026-06-05T04:12:34.332Z10.0.0.3 -> 02:08:20:95:a6:96
30342026-06-05T04:12:34.332Z10.0.0.254 -> 02:08:20:33:c5:c5
30352026-06-05T04:12:34.332Zresolver v6:
30362026-06-05T04:12:34.332Zfe80::f87b:3cff:feff:cf01 -> fa:7b:3c:ff:cf:01
30372026-06-05T04:12:34.332Zfe80::2815:cfff:fe55:6c0c -> 2a:15:cf:55:6c:0c
30382026-06-05T04:12:34.332Zfe80::94a4:76ff:fe3f:489e -> 96:a4:76:3f:48:9e
30392026-06-05T04:12:34.332Zfe80::502c:beff:fe17:d25f -> 52:2c:be:17:d2:5f
30402026-06-05T04:12:34.332Znat v4:
30412026-06-05T04:12:34.332Znat_v6:
30422026-06-05T04:12:34.332Zport_mac:
30432026-06-05T04:12:34.332Z2: a8:40:25:52:64:49
30442026-06-05T04:12:34.332Z1000: a8:40:25:52:64:47
30452026-06-05T04:12:34.332Z1: a8:40:25:52:64:48
30462026-06-05T04:12:34.333Zproxy arp:
30472026-06-05T04:12:34.333Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 869e93b1-de49-4703-a0eb-79f6afe5ab34 --sled-uuid b5f46c50-7863-462f-9d95-5b4b18b07226 -a sl0/v6 &> /opt/ddmd.log &
30482026-06-05T04:12:34.453Z
30492026-06-05T04:12:37.373Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
30502026-06-05T04:12:37.382Zlocal v6:
30512026-06-05T04:12:37.382Zfe80::2815:cfff:fe55:6c0c
30522026-06-05T04:12:37.382Zfe80::502c:beff:fe17:d25f
30532026-06-05T04:12:37.382Zlocal v4:
30542026-06-05T04:12:37.382Zrouter v6_idx:
30552026-06-05T04:12:37.382Zfd00:2::/64 -> 1
30562026-06-05T04:12:37.382Zfd00:1::/64 -> 0
30572026-06-05T04:12:37.382Zrouter v6_routes:
30582026-06-05T04:12:37.382Z0 -> fe80::94a4:76ff:fe3f:489e (1)
30592026-06-05T04:12:37.382Z1 -> fe80::f87b:3cff:feff:cf01 (2)
30602026-06-05T04:12:37.382Zrouter v4_idx:
30612026-06-05T04:12:37.382Zrouter v4_routes:
30622026-06-05T04:12:37.382Zresolver v4:
30632026-06-05T04:12:37.382Z10.0.0.3 -> 02:08:20:95:a6:96
30642026-06-05T04:12:37.382Z10.0.0.254 -> 02:08:20:33:c5:c5
30652026-06-05T04:12:37.382Zresolver v6:
30662026-06-05T04:12:37.382Zfe80::f87b:3cff:feff:cf01 -> fa:7b:3c:ff:cf:01
30672026-06-05T04:12:37.382Zfe80::2815:cfff:fe55:6c0c -> 2a:15:cf:55:6c:0c
30682026-06-05T04:12:37.382Zfe80::94a4:76ff:fe3f:489e -> 96:a4:76:3f:48:9e
30692026-06-05T04:12:37.383Zfe80::502c:beff:fe17:d25f -> 52:2c:be:17:d2:5f
30702026-06-05T04:12:37.383Znat v4:
30712026-06-05T04:12:37.383Znat_v6:
30722026-06-05T04:12:37.383Zport_mac:
30732026-06-05T04:12:37.383Z2: a8:40:25:52:64:49
30742026-06-05T04:12:37.383Z1000: a8:40:25:52:64:47
30752026-06-05T04:12:37.383Z1: a8:40:25:52:64:48
30762026-06-05T04:12:37.383Zproxy arp:
30772026-06-05T04:12:37.383Z[s2.trio] netstat -nr -f inet6
30782026-06-05T04:12:37.383ZRouting Table: IPv6
30792026-06-05T04:12:37.383Z Destination/Mask Gateway Flags Ref Use If
30802026-06-05T04:12:37.383Z--------------------------- --------------------------- ----- --- ------- -----
30812026-06-05T04:12:37.383Z::1 ::1 UH 2 0 lo0
30822026-06-05T04:12:37.383Zfd00:1::/64 fe80::502c:beff:fe17:d25f UG 1 0 sl1
30832026-06-05T04:12:37.383Zfe80::/10 fe80::f87b:3cff:feff:cf01 U 3 64 sl1
30842026-06-05T04:12:37.383Z[s2.trio] ipadm
30852026-06-05T04:12:37.421ZADDROBJ TYPE STATE ADDR
30862026-06-05T04:12:37.422Zlo0/v4 static ok 127.0.0.1/8
30872026-06-05T04:12:37.422Zmg3/v4 static ok 10.0.0.2/24
30882026-06-05T04:12:37.422Zlo0/v6 static ok ::1/128
30892026-06-05T04:12:37.422Zlo0/u6 static ok fd00:2::1/64
30902026-06-05T04:12:37.422Zsl1/v6 addrconf ok fe80::f87b:3cff:feff:cf01%sl1/10
30912026-06-05T04:12:37.422Z[s2.trio] route -nv get -inet6 fd00:1::1
30922026-06-05T04:12:37.458Znewrt->ri_dst: inet6 fd00:1::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
30932026-06-05T04:12:37.458Zlocks: inits:
30942026-06-05T04:12:37.458Zsockaddrs: <DST,IFP>
30952026-06-05T04:12:37.458Z fd00:1::1
30962026-06-05T04:12:37.458Z route to: fd00:1::1
30972026-06-05T04:12:37.458Zdestination: fd00:1::
30982026-06-05T04:12:37.458Z mask: ffff:ffff:ffff:ffff::
30992026-06-05T04:12:37.458Z gateway: fe80::502c:beff:fe17:d25f
31002026-06-05T04:12:37.458Z interface: sl1 index 3 address fa 7b 3c ff cf 01
31012026-06-05T04:12:37.458Z flags: <UP,GATEWAY,DONE,STATIC>
31022026-06-05T04:12:37.458Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31032026-06-05T04:12:37.458Z 0 0 0 0 0 0 9000 0
31042026-06-05T04:12:37.458Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31052026-06-05T04:12:37.458Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31062026-06-05T04:12:37.458Z fd00:1:: fe80::502c:beff:fe17:d25f ffff:ffff:ffff:ffff:: sl1:fa.7b.3c.ff.cf.1 fe80::f87b:3cff:feff:cf01
31072026-06-05T04:12:37.458Z[s2.trio] ndp -na
31082026-06-05T04:12:37.458ZNet to Media Table: IPv6
31092026-06-05T04:12:37.458Z If Physical Address Type State Destination/Mask
31102026-06-05T04:12:37.459Z----- ----------------- ------- ------------ ---------------------------
31112026-06-05T04:12:37.459Zsl1 33:33:00:00:00:01 other REACHABLE ff02::1
31122026-06-05T04:12:37.459Zsl1 33:33:00:00:00:02 other REACHABLE ff02::2
31132026-06-05T04:12:37.459Zsl1 33:33:00:01:00:02 other REACHABLE ff02::1:2
31142026-06-05T04:12:37.459Zsl1 33:33:00:00:00:16 other REACHABLE ff02::16
31152026-06-05T04:12:37.459Zsl1 33:33:ff:ff:cf:01 other REACHABLE ff02::1:ffff:cf01
31162026-06-05T04:12:37.459Zsl1 52:2c:be:17:d2:5f dynamic REACHABLE fe80::502c:beff:fe17:d25f
31172026-06-05T04:12:37.459Zsl1 fa:7b:3c:ff:cf:01 local REACHABLE fe80::f87b:3cff:feff:cf01
31182026-06-05T04:12:37.459Zsl1 33:33:ff:17:d2:5f other REACHABLE ff02::1:ff17:d25f
31192026-06-05T04:12:37.459Zsl1 33:33:00:00:00:dd other REACHABLE ff02::dd
31202026-06-05T04:12:37.459Z[sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state
31212026-06-05T04:12:37.459Zlocal v6:
31222026-06-05T04:12:37.459Zfe80::2815:cfff:fe55:6c0c
31232026-06-05T04:12:37.459Zfe80::502c:beff:fe17:d25f
31242026-06-05T04:12:37.459Zlocal v4:
31252026-06-05T04:12:37.459Zrouter v6_idx:
31262026-06-05T04:12:37.459Zfd00:2::/64 -> 1
31272026-06-05T04:12:37.459Zfd00:1::/64 -> 0
31282026-06-05T04:12:37.459Zrouter v6_routes:
31292026-06-05T04:12:37.459Z0 -> fe80::94a4:76ff:fe3f:489e (1)
31302026-06-05T04:12:37.459Z1 -> fe80::f87b:3cff:feff:cf01 (2)
31312026-06-05T04:12:37.459Zrouter v4_idx:
31322026-06-05T04:12:37.459Zrouter v4_routes:
31332026-06-05T04:12:37.459Zresolver v4:
31342026-06-05T04:12:37.460Z10.0.0.3 -> 02:08:20:95:a6:96
31352026-06-05T04:12:37.460Z10.0.0.254 -> 02:08:20:33:c5:c5
31362026-06-05T04:12:37.460Zresolver v6:
31372026-06-05T04:12:37.460Zfe80::f87b:3cff:feff:cf01 -> fa:7b:3c:ff:cf:01
31382026-06-05T04:12:37.460Zfe80::2815:cfff:fe55:6c0c -> 2a:15:cf:55:6c:0c
31392026-06-05T04:12:37.460Zfe80::94a4:76ff:fe3f:489e -> 96:a4:76:3f:48:9e
31402026-06-05T04:12:37.460Zfe80::502c:beff:fe17:d25f -> 52:2c:be:17:d2:5f
31412026-06-05T04:12:37.460Znat v4:
31422026-06-05T04:12:37.460Znat_v6:
31432026-06-05T04:12:37.460Zport_mac:
31442026-06-05T04:12:37.460Z2: a8:40:25:52:64:49
31452026-06-05T04:12:37.460Z1000: a8:40:25:52:64:47
31462026-06-05T04:12:37.460Z1: a8:40:25:52:64:48
31472026-06-05T04:12:37.460Zproxy arp:
31482026-06-05T04:12:37.460Z[t1.trio] /opt/oxide/dendrite/bin/swadm route list
31492026-06-05T04:12:37.471ZSubnet Port Link Gateway Vlan
31502026-06-05T04:12:37.471Zfd00:1::/64 rear0 0 fe80::94a4:76ff:fe3f:489e
31512026-06-05T04:12:37.471Zfd00:2::/64 rear1 0 fe80::f87b:3cff:feff:cf01
31522026-06-05T04:12:37.471Z[t1.trio] /opt/oxide/dendrite/bin/swadm arp list
31532026-06-05T04:12:37.512Zhost mac age
31542026-06-05T04:12:37.513Z10.0.0.3 02:08:20:95:a6:96 21s
31552026-06-05T04:12:37.513Z10.0.0.254 02:08:20:33:c5:c5 18s
31562026-06-05T04:12:37.513Zfe80::2815:cfff:fe55:6c0c 2a:15:cf:55:6c:0c 21s
31572026-06-05T04:12:37.513Zfe80::502c:beff:fe17:d25f 52:2c:be:17:d2:5f 21s
31582026-06-05T04:12:37.513Zfe80::94a4:76ff:fe3f:489e 96:a4:76:3f:48:9e 21s
31592026-06-05T04:12:37.513Zfe80::f87b:3cff:feff:cf01 fa:7b:3c:ff:cf:01 21s
31602026-06-05T04:12:37.513Z[t1.trio] /opt/oxide/dendrite/bin/swadm addr list
31612026-06-05T04:12:37.552ZLink IPv4 IPv6
31622026-06-05T04:12:37.552Zrear0/0 fe80::2815:cfff:fe55:6c0c
31632026-06-05T04:12:37.552Zrear1/0 fe80::502c:beff:fe17:d25f
31642026-06-05T04:12:37.552Z[s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2
31652026-06-05T04:12:38.573ZADDROBJ TYPE STATE ADDR
31662026-06-05T04:12:38.573Zlo0/v4 static ok 127.0.0.1/8
31672026-06-05T04:12:38.573Zmg2/v4 static ok 10.0.0.1/24
31682026-06-05T04:12:38.573Zlo0/v6 static ok ::1/128
31692026-06-05T04:12:38.573Zlo0/u6 static ok fd00:1::1/64
31702026-06-05T04:12:38.573Zsl0/v6 addrconf ok fe80::94a4:76ff:fe3f:489e%sl0/10
31712026-06-05T04:12:38.573Znewrt->ri_dst: inet6 fd00:2::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC>
31722026-06-05T04:12:38.573Zlocks: inits:
31732026-06-05T04:12:38.573Zsockaddrs: <DST,IFP>
31742026-06-05T04:12:38.573Z fd00:2::1
31752026-06-05T04:12:38.573Z route to: fd00:2::1
31762026-06-05T04:12:38.573Zdestination: fd00:2::
31772026-06-05T04:12:38.573Z mask: ffff:ffff:ffff:ffff::
31782026-06-05T04:12:38.573Z gateway: fe80::2815:cfff:fe55:6c0c
31792026-06-05T04:12:38.573Z interface: sl0 index 3 address 96 a4 76 3f 48 9e
31802026-06-05T04:12:38.573Z flags: <UP,GATEWAY,DONE,STATIC>
31812026-06-05T04:12:38.573Z recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire
31822026-06-05T04:12:38.574Z 0 0 0 0 0 0 9000 0
31832026-06-05T04:12:38.574Zlocks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>
31842026-06-05T04:12:38.574Zsockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>
31852026-06-05T04:12:38.574Z fd00:2:: fe80::2815:cfff:fe55:6c0c ffff:ffff:ffff:ffff:: sl0:96.a4.76.3f.48.9e fe80::94a4:76ff:fe3f:489e
31862026-06-05T04:12:38.574Z
31872026-06-05T04:12:38.574ZNet to Media Table: IPv6
31882026-06-05T04:12:38.574Z If Physical Address Type State Destination/Mask
31892026-06-05T04:12:38.574Z----- ----------------- ------- ------------ ---------------------------
31902026-06-05T04:12:38.574Zsl0 33:33:00:00:00:01 other REACHABLE ff02::1
31912026-06-05T04:12:38.574Zsl0 33:33:00:00:00:02 other REACHABLE ff02::2
31922026-06-05T04:12:38.574Zsl0 33:33:00:01:00:02 other REACHABLE ff02::1:2
31932026-06-05T04:12:38.574Zsl0 33:33:00:00:00:16 other REACHABLE ff02::16
31942026-06-05T04:12:38.574Zsl0 33:33:ff:55:6c:0c other REACHABLE ff02::1:ff55:6c0c
31952026-06-05T04:12:38.574Zsl0 96:a4:76:3f:48:9e local REACHABLE fe80::94a4:76ff:fe3f:489e
31962026-06-05T04:12:38.574Zsl0 2a:15:cf:55:6c:0c dynamic REACHABLE fe80::2815:cfff:fe55:6c0c
31972026-06-05T04:12:38.574Zsl0 33:33:00:00:00:dd other REACHABLE ff02::dd
31982026-06-05T04:12:38.574Zsl0 33:33:ff:3f:48:9e other REACHABLE ff02::1:ff3f:489e
31992026-06-05T04:12:38.574Z
32002026-06-05T04:12:38.574Z
32012026-06-05T04:12:38.574ZRouting Table: IPv6
32022026-06-05T04:12:38.574Z Destination/Mask Gateway Flags Ref Use If
32032026-06-05T04:12:38.574Z--------------------------- --------------------------- ----- --- ------- -----
32042026-06-05T04:12:38.574Z::1 ::1 UH 2 0 lo0
32052026-06-05T04:12:38.574Zfd00:2::/64 fe80::2815:cfff:fe55:6c0c UG 2 2 sl0
32062026-06-05T04:12:38.574Zfe80::/10 fe80::94a4:76ff:fe3f:489e U 3 64 sl0
32072026-06-05T04:12:38.574ZPING fd00:2::1 (fd00:2::1): 60 data bytes
32082026-06-05T04:12:38.574Z68 bytes from fd00:2::1: icmp_seq=0. time=0.266 ms
32092026-06-05T04:12:38.575Z68 bytes from fd00:2::1: icmp_seq=1. time=0.233 ms
32102026-06-05T04:12:38.575Z
32112026-06-05T04:12:38.575Z----fd00:2::1 PING Statistics----
32122026-06-05T04:12:38.575Z2 packets transmitted, 2 packets received, 0% packet loss
32132026-06-05T04:12:38.575Zround-trip (ms) min/avg/max/stddev = 0.233/0.249/0.266/0.023
32142026-06-05T04:12:38.575Z[s2.trio] ping fd00:1::1
32152026-06-05T04:12:38.585Zfd00:1::1 is alive
32162026-06-05T04:12:38.585Zserver router restart passed
32172026-06-05T04:12:42.592Zpeer expiration recovery passed
32182026-06-05T04:12:43.616Z[s1.trio] netstat -nrf inet6 | grep fd00 | wc -l
32192026-06-05T04:12:43.694Z3
32202026-06-05T04:12:43.694Zredundant advertise passed
32212026-06-05T04:12:44.611Ztunnel endpoint advertise passed
32222026-06-05T04:12:49.626Zredundant tunnel endpoint advertise passed
32232026-06-05T04:12:49.626Z[s1.trio] pkill ddmd
32242026-06-05T04:12:49.648Z
32252026-06-05T04:12:54.630Z[s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1b90ece1-3536-4b75-b630-476a864177b2 --sled-uuid 1a46fc62-8f4d-4543-8b83-bc50cfee0034 -a sl0/v6 &> /opt/ddmd.log &
32262026-06-05T04:12:54.643Z
32272026-06-05T04:12:59.650Ztunnel router restart passed
32282026-06-05T04:13:00.654Ztunnel endpoint withdraw passed
32292026-06-05T04:13:00.660Z[t1.trio] pkill ddmd
32302026-06-05T04:13:00.668Z
32312026-06-05T04:13:00.668Zcp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log
32322026-06-05T04:13:00.674Zcp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log
32332026-06-05T04:13:02.554Z[s2.trio] pkill ddmd
32342026-06-05T04:13:02.569Z
32352026-06-05T04:13:02.569Zcp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log
32362026-06-05T04:13:04.384Z[s1.trio] pkill ddmd
32372026-06-05T04:13:04.398Z
32382026-06-05T04:13:04.398Zcp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log
32392026-06-05T04:13:06.396Z[sidecar.trio] pkill softnpu
32402026-06-05T04:13:06.404Z
32412026-06-05T04:13:06.404Zcp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log
32422026-06-05T04:13:09.571Ztest ddm::test_trio_v3 ... ok
32432026-06-05T04:13:09.571Z
32442026-06-05T04:13:09.571Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 96.65s
32452026-06-05T04:13:09.571Z
32462026-06-05T04:13:09.593Z+ cleanup
32472026-06-05T04:13:09.593Z++ id -un
32482026-06-05T04:13:09.593Z++ id -gn
32492026-06-05T04:13:09.593Z+ pfexec chown -R build:build .
32502026-06-05T04:13:09.593Zprocess exited: duration 767420 ms, exit code 0
 
32512026-06-05T04:13:09.638Zfound 5 output files
32522026-06-05T04:13:09.638Zuploading: /work/s1.trio.log (4032 bytes)
32532026-06-05T04:13:10.705Zuploaded: /work/s1.trio.log
32542026-06-05T04:13:10.705Zuploading: /work/s2.trio.log (10791 bytes)
32552026-06-05T04:13:11.837Zuploaded: /work/s2.trio.log
32562026-06-05T04:13:11.837Zuploading: /work/sidecar.trio-softnpu.log (564 bytes)
32572026-06-05T04:13:12.998Zuploaded: /work/sidecar.trio-softnpu.log
32582026-06-05T04:13:12.998Zuploading: /work/t1.trio-dpd.log (322370 bytes)
32592026-06-05T04:13:14.108Zuploaded: /work/t1.trio-dpd.log
32602026-06-05T04:13:14.229Zuploading: /work/t1.trio.log (25739 bytes)
32612026-06-05T04:13:15.254Zuploaded: /work/t1.trio.log