01KVDE2B9X72S92WK9693T94ZG: test-ddm-quartet

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

Buildomat Job: 01KVDE2VN5BPRWMBDRCEJT400Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T13:18:47.996Zjob assigned to worker 01KVDE3DE8RY1ZP6JYVWQ7AQ6N [factory aws, i-085d8bf1520dd7200] (queued for 1 m 0 s)
 
22026-06-18T13:18:55.186Zstarting task 0: "setup"
32026-06-18T13:18:55.190Z++ uname -s
42026-06-18T13:18:55.193Z+ kern=SunOS
52026-06-18T13:18:55.193Z+ build_user=build
62026-06-18T13:18:55.193Z+ build_uid=12345
72026-06-18T13:18:55.193Z+ work_dir=/work
82026-06-18T13:18:55.193Z+ input_dir=/input
92026-06-18T13:18:55.193Z+ [[ 0 == 12345 ]]
102026-06-18T13:18:55.193Z+ case "$kern" in
112026-06-18T13:18:55.193Z+ groupadd -g 12345 build
122026-06-18T13:18:55.195Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T13:18:57.200Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T13:18:57.312Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T13:18:57.315Z+ home_fs=zfs
162026-06-18T13:18:57.315Z+ [[ zfs == autofs ]]
172026-06-18T13:18:57.315Z+ mkdir -p /home/build
182026-06-18T13:18:57.315Z+ chown build:build /home/build /work
192026-06-18T13:18:59.318Z+ chmod 0700 /home/build /work
202026-06-18T13:18:59.322Zprocess exited: duration 4134 ms, exit code 0
 
212026-06-18T13:18:59.327Zstarting task 1: "rust-toolchain"
222026-06-18T13:18:59.332Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-18T13:18:59.332Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-18T13:18:59.332Z * rust toolchain channel = "stable"
252026-06-18T13:18:59.332Z * rust toolchain profile = "default"
262026-06-18T13:18:59.332Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T13:18:59.332Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T13:18:59.335Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T13:18:59.335Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-18T13:18:59.430Zinfo: downloading installer
312026-06-18T13:19:00.842Zwarn: It looks like you have an existing installation of Rust at:
322026-06-18T13:19:00.842Zwarn: /opt/ooce/bin
332026-06-18T13:19:00.842Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-18T13:19:00.842Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-18T13:19:00.842Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-18T13:19:00.842Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-18T13:19:00.842Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-18T13:19:00.842Zerror: cannot install while Rust is installed
392026-06-18T13:19:00.842Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-18T13:19:00.842Zwarn: It looks like you have an existing rustup settings file at:
412026-06-18T13:19:00.842Zwarn: /home/build/.rustup/settings.toml
422026-06-18T13:19:00.842Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-18T13:19:00.842Zwarn: instead of the one inferred from the default host triple.
442026-06-18T13:19:00.854Zinfo: profile set to default
452026-06-18T13:19:00.855Zinfo: default host triple is x86_64-unknown-illumos
462026-06-18T13:19:00.857Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-18T13:19:00.990Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-18T13:19:00.993Zinfo: downloading 6 components
492026-06-18T13:19:17.346Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-18T13:19:17.346Z
512026-06-18T13:19:17.374Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-18T13:19:17.374Z
532026-06-18T13:19:17.374Z
542026-06-18T13:19:17.374ZRust is installed now. Great!
552026-06-18T13:19:17.374Z
562026-06-18T13:19:17.374ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-18T13:19:17.374Zenvironment variable. This has not been done automatically.
582026-06-18T13:19:17.374Z
592026-06-18T13:19:17.374ZTo configure your current shell, you need to source
602026-06-18T13:19:17.374Zthe corresponding env file under $HOME/.cargo.
612026-06-18T13:19:17.374Z
622026-06-18T13:19:17.374ZThis is usually done by running one of the following (note the leading DOT):
632026-06-18T13:19:17.374Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-18T13:19:17.374Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-18T13:19:17.374Zsource "~/.cargo/env.nu" # For nushell
662026-06-18T13:19:17.374Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-18T13:19:17.374Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-18T13:19:17.374Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-18T13:19:17.377Zwarn: no default linker (`cc`) was found in your PATH
702026-06-18T13:19:17.378Zwarn: many Rust crates require a system C toolchain to build
712026-06-18T13:19:17.465Z+ rustup --version
722026-06-18T13:19:17.473Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-18T13:19:17.476Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-18T13:19:17.494Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-18T13:19:17.497Z+ cargo --version
762026-06-18T13:19:17.510Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-18T13:19:17.512Z+ rustc --version
782026-06-18T13:19:17.531Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-18T13:19:17.534Zprocess exited: duration 18202 ms, exit code 0
 
802026-06-18T13:19:17.539Zstarting task 2: "authentication"
812026-06-18T13:19:17.556Zprocess exited: duration 16 ms, exit code 0
 
822026-06-18T13:19:17.561Zstarting task 3: "clone repository"
832026-06-18T13:19:17.564Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-18T13:19:17.568Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-18T13:19:17.598ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-18T13:19:18.938Z+ cd /work/oxidecomputer/maghemite
872026-06-18T13:19:18.938Z+ git fetch origin a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
882026-06-18T13:19:19.181ZFrom https://github.com/oxidecomputer/maghemite
892026-06-18T13:19:19.181Z * branch a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d -> FETCH_HEAD
902026-06-18T13:19:19.188Z+ [[ -n trey/ttl-dscp ]]
912026-06-18T13:19:19.190Z++ git branch --show-current
922026-06-18T13:19:19.190Z+ current=main
932026-06-18T13:19:19.190Z+ [[ main != trey/ttl-dscp ]]
942026-06-18T13:19:19.191Z+ git branch -f trey/ttl-dscp a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
952026-06-18T13:19:19.193Z+ git checkout -f trey/ttl-dscp
962026-06-18T13:19:19.212ZSwitched to branch 'trey/ttl-dscp'
972026-06-18T13:19:19.215Z+ git reset --hard a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
982026-06-18T13:19:19.231ZHEAD is now at a5bbbd0 Merge branch 'main' into trey/ttl-dscp
992026-06-18T13:19:19.234Zprocess exited: duration 1670 ms, exit code 0
 
1002026-06-18T13:19:19.240Zstarting task 4: "build"
1012026-06-18T13:19:19.246Z++ dladm
1022026-06-18T13:19:19.249ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-18T13:19:19.249Zena0 phys 9216 up -- --
1042026-06-18T13:19:19.253Z++ ipadm
1052026-06-18T13:19:19.253ZADDROBJ TYPE STATE ADDR
1062026-06-18T13:19:19.253Zlo0/v4 static ok 127.0.0.1/8
1072026-06-18T13:19:19.253Zena0/dhcp dhcp ok 10.150.1.228/24
1082026-06-18T13:19:19.253Zlo0/v6 static ok ::1/128
1092026-06-18T13:19:19.253Z++ banner collect
1102026-06-18T13:19:19.258Z
1112026-06-18T13:19:19.258Z #### #### # # ###### #### #####
1122026-06-18T13:19:19.258Z # # # # # # # # # #
1132026-06-18T13:19:19.258Z # # # # # ##### # #
1142026-06-18T13:19:19.258Z # # # # # # # #
1152026-06-18T13:19:19.258Z # # # # # # # # # #
1162026-06-18T13:19:19.258Z #### #### ###### ###### ###### #### #
1172026-06-18T13:19:19.258Z
1182026-06-18T13:19:19.258Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-18T13:19:19.258Z++ repo=softnpu
1202026-06-18T13:19:19.258Z++ series=image
1212026-06-18T13:19:19.258Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-18T13:19:19.258Z++ name=softnpu
1232026-06-18T13:19:19.258Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-18T13:19:19.258Z++ mkdir -p download
1252026-06-18T13:19:19.258Z++ pushd download
1262026-06-18T13:19:19.258Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-18T13:19:19.258Z++ [[ ! -f softnpu ]]
1282026-06-18T13:19:19.258Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-18T13:19:19.262Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-18T13:19:19.262Z Dload Upload Total Spent Left Speed
1312026-06-18T13:19:19.714Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 34.55M 0 0 100 15.63M 100 15.63M 0 0 34.54M 0 0 100 15.63M 100 15.63M 0 0 34.54M 0 0
1322026-06-18T13:19:19.717Z++ popd
1332026-06-18T13:19:19.720Z/work/oxidecomputer/maghemite
1342026-06-18T13:19:19.720Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-18T13:19:19.720Z++ repo=sidecar-lite
1362026-06-18T13:19:19.720Z++ series=release
1372026-06-18T13:19:19.720Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-18T13:19:19.720Z++ name=libsidecar_lite.so
1392026-06-18T13:19:19.720Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-18T13:19:19.720Z++ mkdir -p download
1412026-06-18T13:19:19.720Z++ pushd download
1422026-06-18T13:19:19.720Z++ [[ ! -f libsidecar_lite.so ]]
1432026-06-18T13:19:19.720Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-18T13:19:19.720Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-18T13:19:19.725Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-18T13:19:19.728Z Dload Upload Total Spent Left Speed
1472026-06-18T13:19:20.017Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 41.27M 0 0 100 12.04M 100 12.04M 0 0 41.26M 0 0 100 12.04M 100 12.04M 0 0 41.25M 0 0
1482026-06-18T13:19:20.021Z++ popd
1492026-06-18T13:19:20.023Z/work/oxidecomputer/maghemite
1502026-06-18T13:19:20.023Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-18T13:19:20.024Z++ repo=sidecar-lite
1522026-06-18T13:19:20.024Z++ series=release
1532026-06-18T13:19:20.024Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-18T13:19:20.024Z++ name=scadm
1552026-06-18T13:19:20.024Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-18T13:19:20.024Z++ mkdir -p download
1572026-06-18T13:19:20.024Z++ pushd download
1582026-06-18T13:19:20.024Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-18T13:19:20.024Z++ [[ ! -f scadm ]]
1602026-06-18T13:19:20.024Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-18T13:19:20.029Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-18T13:19:20.032Z Dload Upload Total Spent Left Speed
1632026-06-18T13:19:20.307Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 56.70M 0 0 100 15.78M 100 15.78M 0 0 56.69M 0 0 100 15.78M 100 15.78M 0 0 56.68M 0 0
1642026-06-18T13:19:20.310Z++ popd
1652026-06-18T13:19:20.310Z/work/oxidecomputer/maghemite
1662026-06-18T13:19:20.313Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-18T13:19:20.313Z++ repo=dendrite
1682026-06-18T13:19:20.313Z++ series=image
1692026-06-18T13:19:20.313Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-18T13:19:20.313Z++ name=dendrite-softnpu.tar.gz
1712026-06-18T13:19:20.313Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-18T13:19:20.313Z++ mkdir -p download
1732026-06-18T13:19:20.313Z++ pushd download
1742026-06-18T13:19:20.314Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-18T13:19:20.314Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-18T13:19:20.314Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-18T13:19:20.318Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-18T13:19:20.322Z Dload Upload Total Spent Left Speed
1792026-06-18T13:19:21.460Z 0 0 0 0 0 0 0 0 0 85 71.59M 85 60.95M 0 0 61.00M 0 00:01 00:01 61.01M 100 71.59M 100 71.59M 0 0 62.71M 0 00:01 00:01 61.01M 100 71.59M 100 71.59M 0 0 62.71M 0 00:01 00:01 61.01M 100 71.59M 100 71.59M 0 0 62.71M 0 00:01 00:01 61.01M
1802026-06-18T13:19:21.470Z++ popd
1812026-06-18T13:19:21.470Z/work/oxidecomputer/maghemite
1822026-06-18T13:19:21.470Z++ get_artifact maghemite release a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d ddm
1832026-06-18T13:19:21.470Z++ repo=maghemite
1842026-06-18T13:19:21.470Z++ series=release
1852026-06-18T13:19:21.470Z++ commit=a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
1862026-06-18T13:19:21.470Z++ name=ddm
1872026-06-18T13:19:21.470Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-18T13:19:21.470Z++ mkdir -p download
1892026-06-18T13:19:21.485Z++ pushd download
1902026-06-18T13:19:21.485Z++ [[ ! -f ddm ]]
1912026-06-18T13:19:21.485Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-06-18T13:19:21.486Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d/ddm
1932026-06-18T13:19:21.486Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-18T13:19:21.486Z Dload Upload Total Spent Left Speed
1952026-06-18T13:19:21.552Z 0 0 0 0 0 0 0 0 0
1962026-06-18T13:19:21.553Zcurl: (22) The requested URL returned error: 404
1972026-06-18T13:19:21.561Z++ popd
1982026-06-18T13:19:21.561Z/work/oxidecomputer/maghemite
1992026-06-18T13:19:21.562Z++ get_artifact maghemite release a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d ddmadm
2002026-06-18T13:19:21.562Z++ repo=maghemite
2012026-06-18T13:19:21.562Z++ series=release
2022026-06-18T13:19:21.562Z++ commit=a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d
2032026-06-18T13:19:21.562Z++ name=ddmadm
2042026-06-18T13:19:21.562Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-18T13:19:21.562Z++ mkdir -p download
2062026-06-18T13:19:21.562Z++ pushd download
2072026-06-18T13:19:21.562Z++ [[ ! -f ddmadm ]]
2082026-06-18T13:19:21.562Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-06-18T13:19:21.562Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a5bbbd0f84f6e0a39dc1cb1d64a3400b74eb185d/ddmadm
2102026-06-18T13:19:21.571Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-18T13:19:21.571Z Dload Upload Total Spent Left Speed
2122026-06-18T13:19:21.638Z 0 0 0 0 0 0 0 0 0
2132026-06-18T13:19:21.638Zcurl: (22) The requested URL returned error: 404
2142026-06-18T13:19:21.643Z++ popd
2152026-06-18T13:19:21.643Z/work/oxidecomputer/maghemite
2162026-06-18T13:19:21.643Z++ pushd download
2172026-06-18T13:19:21.643Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-18T13:19:21.643Z++ chmod +x softnpu
2192026-06-18T13:19:21.643Z++ chmod +x scadm
2202026-06-18T13:19:21.643Z++ chmod +x ddmadm
2212026-06-18T13:19:21.643Zchmod: WARNING: can't access ddmadm
2222026-06-18T13:19:21.644Z++ chmod +x ddmd
2232026-06-18T13:19:21.644Zchmod: WARNING: can't access ddmd
2242026-06-18T13:19:21.644Z++ mv ddmadm ddmadm-v2
2252026-06-18T13:19:21.648Zmv: cannot access ddmadm
2262026-06-18T13:19:21.648Z++ mv ddmd ddmd-v2
2272026-06-18T13:19:21.648Zmv: cannot access ddmd
2282026-06-18T13:19:21.648Z++ rm -rf zones/dendrite
2292026-06-18T13:19:21.648Z++ mkdir -p zones/dendrite
2302026-06-18T13:19:21.648Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-18T13:19:22.643Z++ 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-18T13:19:22.645Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-18T13:19:22.645Z++ popd
2342026-06-18T13:19:22.645Z++ banner install
2352026-06-18T13:19:22.646Z/work/oxidecomputer/maghemite
2362026-06-18T13:19:22.648Z
2372026-06-18T13:19:22.648Z # # # #### ##### ## # #
2382026-06-18T13:19:22.649Z # ## # # # # # # #
2392026-06-18T13:19:22.649Z # # # # #### # # # # #
2402026-06-18T13:19:22.649Z # # # # # # ###### # #
2412026-06-18T13:19:22.649Z # # ## # # # # # # #
2422026-06-18T13:19:22.649Z # # # #### # # # ###### ######
2432026-06-18T13:19:22.649Z
2442026-06-18T13:19:22.649Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-18T13:19:22.649Z++ set +o errexit
2462026-06-18T13:19:22.649Z++ pkg info clang-15
2472026-06-18T13:19:22.649Z++ grep -qi installed
2482026-06-18T13:19:23.850Zpkg: info: no packages matching the following patterns you specified are
2492026-06-18T13:19:23.850Zinstalled on the system. Try querying remotely instead:
2502026-06-18T13:19:23.850Z
2512026-06-18T13:19:23.850Z clang-15
2522026-06-18T13:19:23.889Z++ [[ 1 != 0 ]]
2532026-06-18T13:19:23.889Z++ set -o errexit
2542026-06-18T13:19:23.889Z++ pfexec pkg install clang-15
2552026-06-18T13:19:33.295Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-18T13:19:40.885Z Startup: Caching catalogs ... Done
2572026-06-18T13:19:48.177ZPlanning: Solver setup ... Done
2582026-06-18T13:19:48.217ZPlanning: Running solver ... Done
2592026-06-18T13:19:48.353ZPlanning: Finding local manifests ... Done
2602026-06-18T13:19:48.376ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-18T13:19:48.468ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-18T13:19:48.498ZPlanning: Package planning ... Done
2632026-06-18T13:19:48.521ZPlanning: Merging actions ... Done
2642026-06-18T13:19:48.630ZPlanning: Checking for conflicting actions ... Done
2652026-06-18T13:19:48.637ZPlanning: Consolidating action changes ... Done
2662026-06-18T13:19:49.412ZPlanning: Evaluating mediators ... Done
2672026-06-18T13:19:49.417ZPlanning: Planning completed in 8.37 seconds
2682026-06-18T13:19:49.428Z Packages to install: 2
2692026-06-18T13:19:49.428Z Mediators to change: 2
2702026-06-18T13:19:49.431Z Services to change: 1
2712026-06-18T13:19:49.432Z Create boot environment: No
2722026-06-18T13:19:49.432ZCreate backup boot environment: No
2732026-06-18T13:19:49.472Z
2742026-06-18T13:19:49.472ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-18T13:19:54.494ZDownload: 972/3076 items 81.9/211.3MB 38% complete (17.6M/s)
2762026-06-18T13:20:17.638ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2772026-06-18T13:20:22.747ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (25.2M/s)
2782026-06-18T13:20:23.334ZDownload: Completed 211.31 MB in 33.86 seconds (6.2M/s)
2792026-06-18T13:20:23.629Z Actions: 1/3418 actions (Installing new actions)
2802026-06-18T13:20:26.755Z Actions: Completed 3418 actions in 3.13 seconds.
2812026-06-18T13:20:27.389Z Done
2822026-06-18T13:20:27.389Z Done
2832026-06-18T13:20:28.139Z Done
2842026-06-18T13:20:31.472Z Done
2852026-06-18T13:20:31.541Z Done
2862026-06-18T13:20:31.544Z Done
2872026-06-18T13:20:31.823Z Done
2882026-06-18T13:20:32.488Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2892026-06-18T13:20:32.488Z++ set +o errexit
2902026-06-18T13:20:32.491Z++ pkg info pkg-config
2912026-06-18T13:20:32.491Z++ grep -qi installed
2922026-06-18T13:20:32.720Z++ [[ 0 != 0 ]]
2932026-06-18T13:20:32.720Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2942026-06-18T13:20:32.720Z++ set +o errexit
2952026-06-18T13:20:32.723Z++ pkg info brand/omicron1
2962026-06-18T13:20:32.723Z++ grep -qi installed
2972026-06-18T13:20:32.908Zpkg: info: no packages matching the following patterns you specified are
2982026-06-18T13:20:32.908Zinstalled on the system. Try querying remotely instead:
2992026-06-18T13:20:32.908Z
3002026-06-18T13:20:32.908Z brand/omicron1
3012026-06-18T13:20:32.942Z++ [[ 1 != 0 ]]
3022026-06-18T13:20:32.942Z++ set -o errexit
3032026-06-18T13:20:32.942Z++ pfexec pkg install brand/omicron1
3042026-06-18T13:20:33.350Z Startup: Refreshing catalog 'helios-dev' ... Done
3052026-06-18T13:20:40.560ZPlanning: Solver setup ... Done
3062026-06-18T13:20:40.598ZPlanning: Running solver ... Done
3072026-06-18T13:20:40.737ZPlanning: Finding local manifests ... Done
3082026-06-18T13:20:40.739ZPlanning: Fetching manifests: 0/2 0% complete
3092026-06-18T13:20:40.860ZPlanning: Fetching manifests: 2/2 100% complete
3102026-06-18T13:20:40.873ZPlanning: Package planning ... Done
3112026-06-18T13:20:40.875ZPlanning: Merging actions ... Done
3122026-06-18T13:20:41.026ZPlanning: Checking for conflicting actions ... Done
3132026-06-18T13:20:41.029ZPlanning: Consolidating action changes ... Done
3142026-06-18T13:20:41.184ZPlanning: Evaluating mediators ... Done
3152026-06-18T13:20:41.187ZPlanning: Planning completed in 7.83 seconds
3162026-06-18T13:20:41.192Z Packages to install: 2
3172026-06-18T13:20:41.192Z Create boot environment: No
3182026-06-18T13:20:41.192ZCreate backup boot environment: No
3192026-06-18T13:20:41.220Z
3202026-06-18T13:20:41.220ZDownload: 0/5 items 0.0/1.1MB 0% complete
3212026-06-18T13:20:41.242ZDownload: Completed 1.07 MB in 0.02 seconds (50.8M/s)
3222026-06-18T13:20:41.326Z Actions: 1/28 actions (Installing new actions)
3232026-06-18T13:20:41.339Z Actions: Completed 28 actions in 0.01 seconds.
3242026-06-18T13:20:41.847Z Done
3252026-06-18T13:20:41.847Z Done
3262026-06-18T13:20:42.487Z Done
3272026-06-18T13:20:45.320Z Done
3282026-06-18T13:20:45.393Z Done
3292026-06-18T13:20:45.399Z Done
3302026-06-18T13:20:45.531Z Done
3312026-06-18T13:20:45.666Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3322026-06-18T13:20:45.666Z++ set +o errexit
3332026-06-18T13:20:45.669Z++ pkg info brand/omicron1/tools
3342026-06-18T13:20:45.669Z++ grep -qi installed
3352026-06-18T13:20:45.859Zpkg: info: no packages matching the following patterns you specified are
3362026-06-18T13:20:45.859Zinstalled on the system. Try querying remotely instead:
3372026-06-18T13:20:45.859Z
3382026-06-18T13:20:45.859Z brand/omicron1/tools
3392026-06-18T13:20:45.893Z++ [[ 1 != 0 ]]
3402026-06-18T13:20:45.893Z++ set -o errexit
3412026-06-18T13:20:45.893Z++ pfexec pkg install brand/omicron1/tools
3422026-06-18T13:20:46.287Z Startup: Refreshing catalog 'helios-dev' ... Done
3432026-06-18T13:20:53.511ZPlanning: Solver setup ... Done
3442026-06-18T13:20:53.551ZPlanning: Running solver ... Done
3452026-06-18T13:20:53.695ZPlanning: Finding local manifests ... Done
3462026-06-18T13:20:53.697ZPlanning: Fetching manifests: 0/1 0% complete
3472026-06-18T13:20:53.814ZPlanning: Fetching manifests: 1/1 100% complete
3482026-06-18T13:20:53.826ZPlanning: Package planning ... Done
3492026-06-18T13:20:53.828ZPlanning: Merging actions ... Done
3502026-06-18T13:20:53.968ZPlanning: Checking for conflicting actions ... Done
3512026-06-18T13:20:53.971ZPlanning: Consolidating action changes ... Done
3522026-06-18T13:20:54.124ZPlanning: Evaluating mediators ... Done
3532026-06-18T13:20:54.127ZPlanning: Planning completed in 7.84 seconds
3542026-06-18T13:20:54.132Z Packages to install: 1
3552026-06-18T13:20:54.132Z Services to change: 1
3562026-06-18T13:20:54.132Z Create boot environment: No
3572026-06-18T13:20:54.132ZCreate backup boot environment: No
3582026-06-18T13:20:54.163Z
3592026-06-18T13:20:54.163ZDownload: 0/2 items 0.0/1.2MB 0% complete
3602026-06-18T13:20:54.187ZDownload: Completed 1.19 MB in 0.03 seconds (45.5M/s)
3612026-06-18T13:20:54.268Z Actions: 1/19 actions (Installing new actions)
3622026-06-18T13:20:54.282Z Actions: Completed 19 actions in 0.01 seconds.
3632026-06-18T13:20:54.792Z Done
3642026-06-18T13:20:54.792Z Done
3652026-06-18T13:20:55.430Z Done
3662026-06-18T13:20:58.327Z Done
3672026-06-18T13:20:58.399Z Done
3682026-06-18T13:20:58.402Z Done
3692026-06-18T13:20:58.528Z Done
3702026-06-18T13:20:58.666Z++ pfexec svcadm enable baseline
3712026-06-18T13:20:58.681Z++ retry=0
3722026-06-18T13:20:58.684Z+++ svcs -Hostate baseline
3732026-06-18T13:20:58.697Z++ [[ offline* != online ]]
3742026-06-18T13:20:58.700Z++ [[ 0 -gt 300 ]]
3752026-06-18T13:20:58.700Z++ sleep 1
3762026-06-18T13:20:59.700Z++ retry=1
3772026-06-18T13:20:59.702Z+++ svcs -Hostate baseline
3782026-06-18T13:20:59.714Z++ [[ offline* != online ]]
3792026-06-18T13:20:59.714Z++ [[ 1 -gt 300 ]]
3802026-06-18T13:20:59.714Z++ sleep 1
3812026-06-18T13:21:00.716Z++ retry=2
3822026-06-18T13:21:00.719Z+++ svcs -Hostate baseline
3832026-06-18T13:21:00.731Z++ [[ offline* != online ]]
3842026-06-18T13:21:00.731Z++ [[ 2 -gt 300 ]]
3852026-06-18T13:21:00.731Z++ sleep 1
3862026-06-18T13:21:01.733Z++ retry=3
3872026-06-18T13:21:01.736Z+++ svcs -Hostate baseline
3882026-06-18T13:21:01.749Z++ [[ offline* != online ]]
3892026-06-18T13:21:01.749Z++ [[ 3 -gt 300 ]]
3902026-06-18T13:21:01.749Z++ sleep 1
3912026-06-18T13:21:02.751Z++ retry=4
3922026-06-18T13:21:02.754Z+++ svcs -Hostate baseline
3932026-06-18T13:21:02.800Z++ [[ offline* != online ]]
3942026-06-18T13:21:02.804Z++ [[ 4 -gt 300 ]]
3952026-06-18T13:21:02.804Z++ sleep 1
3962026-06-18T13:21:03.803Z++ retry=5
3972026-06-18T13:21:03.806Z+++ svcs -Hostate baseline
3982026-06-18T13:21:03.818Z++ [[ offline* != online ]]
3992026-06-18T13:21:03.818Z++ [[ 5 -gt 300 ]]
4002026-06-18T13:21:03.821Z++ sleep 1
4012026-06-18T13:21:04.820Z++ retry=6
4022026-06-18T13:21:04.824Z+++ svcs -Hostate baseline
4032026-06-18T13:21:04.836Z++ [[ offline* != online ]]
4042026-06-18T13:21:04.836Z++ [[ 6 -gt 300 ]]
4052026-06-18T13:21:04.836Z++ sleep 1
4062026-06-18T13:21:05.838Z++ retry=7
4072026-06-18T13:21:05.842Z+++ svcs -Hostate baseline
4082026-06-18T13:21:05.854Z++ [[ offline* != online ]]
4092026-06-18T13:21:05.854Z++ [[ 7 -gt 300 ]]
4102026-06-18T13:21:05.857Z++ sleep 1
4112026-06-18T13:21:06.856Z++ retry=8
4122026-06-18T13:21:06.859Z+++ svcs -Hostate baseline
4132026-06-18T13:21:06.872Z++ [[ offline* != online ]]
4142026-06-18T13:21:06.872Z++ [[ 8 -gt 300 ]]
4152026-06-18T13:21:06.872Z++ sleep 1
4162026-06-18T13:21:07.874Z++ retry=9
4172026-06-18T13:21:07.877Z+++ svcs -Hostate baseline
4182026-06-18T13:21:07.889Z++ [[ offline* != online ]]
4192026-06-18T13:21:07.889Z++ [[ 9 -gt 300 ]]
4202026-06-18T13:21:07.889Z++ sleep 1
4212026-06-18T13:21:08.891Z++ retry=10
4222026-06-18T13:21:08.895Z+++ svcs -Hostate baseline
4232026-06-18T13:21:08.906Z++ [[ offline* != online ]]
4242026-06-18T13:21:08.906Z++ [[ 10 -gt 300 ]]
4252026-06-18T13:21:08.906Z++ sleep 1
4262026-06-18T13:21:09.908Z++ retry=11
4272026-06-18T13:21:09.911Z+++ svcs -Hostate baseline
4282026-06-18T13:21:09.923Z++ [[ offline* != online ]]
4292026-06-18T13:21:09.923Z++ [[ 11 -gt 300 ]]
4302026-06-18T13:21:09.924Z++ sleep 1
4312026-06-18T13:21:10.926Z++ retry=12
4322026-06-18T13:21:10.929Z+++ svcs -Hostate baseline
4332026-06-18T13:21:10.941Z++ [[ offline* != online ]]
4342026-06-18T13:21:10.941Z++ [[ 12 -gt 300 ]]
4352026-06-18T13:21:10.941Z++ sleep 1
4362026-06-18T13:21:11.944Z++ retry=13
4372026-06-18T13:21:11.949Z+++ svcs -Hostate baseline
4382026-06-18T13:21:11.959Z++ [[ offline* != online ]]
4392026-06-18T13:21:11.959Z++ [[ 13 -gt 300 ]]
4402026-06-18T13:21:11.959Z++ sleep 1
4412026-06-18T13:21:12.962Z++ retry=14
4422026-06-18T13:21:12.965Z+++ svcs -Hostate baseline
4432026-06-18T13:21:12.977Z++ [[ offline* != online ]]
4442026-06-18T13:21:12.977Z++ [[ 14 -gt 300 ]]
4452026-06-18T13:21:12.977Z++ sleep 1
4462026-06-18T13:21:13.979Z++ retry=15
4472026-06-18T13:21:13.984Z+++ svcs -Hostate baseline
4482026-06-18T13:21:13.995Z++ [[ offline* != online ]]
4492026-06-18T13:21:13.996Z++ [[ 15 -gt 300 ]]
4502026-06-18T13:21:13.996Z++ sleep 1
4512026-06-18T13:21:14.998Z++ retry=16
4522026-06-18T13:21:15.001Z+++ svcs -Hostate baseline
4532026-06-18T13:21:15.013Z++ [[ offline* != online ]]
4542026-06-18T13:21:15.013Z++ [[ 16 -gt 300 ]]
4552026-06-18T13:21:15.013Z++ sleep 1
4562026-06-18T13:21:16.015Z++ retry=17
4572026-06-18T13:21:16.018Z+++ svcs -Hostate baseline
4582026-06-18T13:21:16.031Z++ [[ offline* != online ]]
4592026-06-18T13:21:16.031Z++ [[ 17 -gt 300 ]]
4602026-06-18T13:21:16.031Z++ sleep 1
4612026-06-18T13:21:17.033Z++ retry=18
4622026-06-18T13:21:17.036Z+++ svcs -Hostate baseline
4632026-06-18T13:21:17.050Z++ [[ offline* != online ]]
4642026-06-18T13:21:17.050Z++ [[ 18 -gt 300 ]]
4652026-06-18T13:21:17.050Z++ sleep 1
4662026-06-18T13:21:18.051Z++ retry=19
4672026-06-18T13:21:18.054Z+++ svcs -Hostate baseline
4682026-06-18T13:21:18.066Z++ [[ offline* != online ]]
4692026-06-18T13:21:18.067Z++ [[ 19 -gt 300 ]]
4702026-06-18T13:21:18.067Z++ sleep 1
4712026-06-18T13:21:19.069Z++ retry=20
4722026-06-18T13:21:19.072Z+++ svcs -Hostate baseline
4732026-06-18T13:21:19.086Z++ [[ offline* != online ]]
4742026-06-18T13:21:19.086Z++ [[ 20 -gt 300 ]]
4752026-06-18T13:21:19.086Z++ sleep 1
4762026-06-18T13:21:20.087Z++ retry=21
4772026-06-18T13:21:20.090Z+++ svcs -Hostate baseline
4782026-06-18T13:21:20.103Z++ [[ offline* != online ]]
4792026-06-18T13:21:20.103Z++ [[ 21 -gt 300 ]]
4802026-06-18T13:21:20.103Z++ sleep 1
4812026-06-18T13:21:21.105Z++ retry=22
4822026-06-18T13:21:21.108Z+++ svcs -Hostate baseline
4832026-06-18T13:21:21.121Z++ [[ offline* != online ]]
4842026-06-18T13:21:21.121Z++ [[ 22 -gt 300 ]]
4852026-06-18T13:21:21.121Z++ sleep 1
4862026-06-18T13:21:22.123Z++ retry=23
4872026-06-18T13:21:22.126Z+++ svcs -Hostate baseline
4882026-06-18T13:21:22.138Z++ [[ offline* != online ]]
4892026-06-18T13:21:22.138Z++ [[ 23 -gt 300 ]]
4902026-06-18T13:21:22.138Z++ sleep 1
4912026-06-18T13:21:23.141Z++ retry=24
4922026-06-18T13:21:23.144Z+++ svcs -Hostate baseline
4932026-06-18T13:21:23.156Z++ [[ offline* != online ]]
4942026-06-18T13:21:23.156Z++ [[ 24 -gt 300 ]]
4952026-06-18T13:21:23.156Z++ sleep 1
4962026-06-18T13:21:24.159Z++ retry=25
4972026-06-18T13:21:24.163Z+++ svcs -Hostate baseline
4982026-06-18T13:21:24.174Z++ [[ offline* != online ]]
4992026-06-18T13:21:24.174Z++ [[ 25 -gt 300 ]]
5002026-06-18T13:21:24.174Z++ sleep 1
5012026-06-18T13:21:25.176Z++ retry=26
5022026-06-18T13:21:25.179Z+++ svcs -Hostate baseline
5032026-06-18T13:21:25.191Z++ [[ offline* != online ]]
5042026-06-18T13:21:25.191Z++ [[ 26 -gt 300 ]]
5052026-06-18T13:21:25.191Z++ sleep 1
5062026-06-18T13:21:26.193Z++ retry=27
5072026-06-18T13:21:26.196Z+++ svcs -Hostate baseline
5082026-06-18T13:21:26.209Z++ [[ offline* != online ]]
5092026-06-18T13:21:26.209Z++ [[ 27 -gt 300 ]]
5102026-06-18T13:21:26.209Z++ sleep 1
5112026-06-18T13:21:27.211Z++ retry=28
5122026-06-18T13:21:27.214Z+++ svcs -Hostate baseline
5132026-06-18T13:21:27.226Z++ [[ offline* != online ]]
5142026-06-18T13:21:27.226Z++ [[ 28 -gt 300 ]]
5152026-06-18T13:21:27.226Z++ sleep 1
5162026-06-18T13:21:28.228Z++ retry=29
5172026-06-18T13:21:28.231Z+++ svcs -Hostate baseline
5182026-06-18T13:21:28.243Z++ [[ offline* != online ]]
5192026-06-18T13:21:28.243Z++ [[ 29 -gt 300 ]]
5202026-06-18T13:21:28.244Z++ sleep 1
5212026-06-18T13:21:29.247Z++ retry=30
5222026-06-18T13:21:29.249Z+++ svcs -Hostate baseline
5232026-06-18T13:21:29.262Z++ [[ offline* != online ]]
5242026-06-18T13:21:29.262Z++ [[ 30 -gt 300 ]]
5252026-06-18T13:21:29.262Z++ sleep 1
5262026-06-18T13:21:30.265Z++ retry=31
5272026-06-18T13:21:30.268Z+++ svcs -Hostate baseline
5282026-06-18T13:21:30.279Z++ [[ offline* != online ]]
5292026-06-18T13:21:30.279Z++ [[ 31 -gt 300 ]]
5302026-06-18T13:21:30.279Z++ sleep 1
5312026-06-18T13:21:31.281Z++ retry=32
5322026-06-18T13:21:31.283Z+++ svcs -Hostate baseline
5332026-06-18T13:21:31.296Z++ [[ offline* != online ]]
5342026-06-18T13:21:31.296Z++ [[ 32 -gt 300 ]]
5352026-06-18T13:21:31.296Z++ sleep 1
5362026-06-18T13:21:32.298Z++ retry=33
5372026-06-18T13:21:32.301Z+++ svcs -Hostate baseline
5382026-06-18T13:21:32.315Z++ [[ offline* != online ]]
5392026-06-18T13:21:32.315Z++ [[ 33 -gt 300 ]]
5402026-06-18T13:21:32.315Z++ sleep 1
5412026-06-18T13:21:33.316Z++ retry=34
5422026-06-18T13:21:33.319Z+++ svcs -Hostate baseline
5432026-06-18T13:21:33.332Z++ [[ offline* != online ]]
5442026-06-18T13:21:33.332Z++ [[ 34 -gt 300 ]]
5452026-06-18T13:21:33.332Z++ sleep 1
5462026-06-18T13:21:34.334Z++ retry=35
5472026-06-18T13:21:34.337Z+++ svcs -Hostate baseline
5482026-06-18T13:21:34.349Z++ [[ offline* != online ]]
5492026-06-18T13:21:34.349Z++ [[ 35 -gt 300 ]]
5502026-06-18T13:21:34.349Z++ sleep 1
5512026-06-18T13:21:35.352Z++ retry=36
5522026-06-18T13:21:35.355Z+++ svcs -Hostate baseline
5532026-06-18T13:21:35.367Z++ [[ offline* != online ]]
5542026-06-18T13:21:35.367Z++ [[ 36 -gt 300 ]]
5552026-06-18T13:21:35.367Z++ sleep 1
5562026-06-18T13:21:36.369Z++ retry=37
5572026-06-18T13:21:36.372Z+++ svcs -Hostate baseline
5582026-06-18T13:21:36.385Z++ [[ offline* != online ]]
5592026-06-18T13:21:36.385Z++ [[ 37 -gt 300 ]]
5602026-06-18T13:21:36.385Z++ sleep 1
5612026-06-18T13:21:37.387Z++ retry=38
5622026-06-18T13:21:37.390Z+++ svcs -Hostate baseline
5632026-06-18T13:21:37.403Z++ [[ offline* != online ]]
5642026-06-18T13:21:37.403Z++ [[ 38 -gt 300 ]]
5652026-06-18T13:21:37.403Z++ sleep 1
5662026-06-18T13:21:38.405Z++ retry=39
5672026-06-18T13:21:38.425Z+++ svcs -Hostate baseline
5682026-06-18T13:21:38.429Z++ [[ offline* != online ]]
5692026-06-18T13:21:38.429Z++ [[ 39 -gt 300 ]]
5702026-06-18T13:21:38.429Z++ sleep 1
5712026-06-18T13:21:39.423Z++ retry=40
5722026-06-18T13:21:39.426Z+++ svcs -Hostate baseline
5732026-06-18T13:21:39.438Z++ [[ offline* != online ]]
5742026-06-18T13:21:39.438Z++ [[ 40 -gt 300 ]]
5752026-06-18T13:21:39.438Z++ sleep 1
5762026-06-18T13:21:40.440Z++ retry=41
5772026-06-18T13:21:40.443Z+++ svcs -Hostate baseline
5782026-06-18T13:21:40.456Z++ [[ offline* != online ]]
5792026-06-18T13:21:40.456Z++ [[ 41 -gt 300 ]]
5802026-06-18T13:21:40.456Z++ sleep 1
5812026-06-18T13:21:41.459Z++ retry=42
5822026-06-18T13:21:41.462Z+++ svcs -Hostate baseline
5832026-06-18T13:21:41.474Z++ [[ offline* != online ]]
5842026-06-18T13:21:41.474Z++ [[ 42 -gt 300 ]]
5852026-06-18T13:21:41.474Z++ sleep 1
5862026-06-18T13:21:42.476Z++ retry=43
5872026-06-18T13:21:42.479Z+++ svcs -Hostate baseline
5882026-06-18T13:21:42.491Z++ [[ offline* != online ]]
5892026-06-18T13:21:42.491Z++ [[ 43 -gt 300 ]]
5902026-06-18T13:21:42.491Z++ sleep 1
5912026-06-18T13:21:43.494Z++ retry=44
5922026-06-18T13:21:43.496Z+++ svcs -Hostate baseline
5932026-06-18T13:21:43.509Z++ [[ offline* != online ]]
5942026-06-18T13:21:43.509Z++ [[ 44 -gt 300 ]]
5952026-06-18T13:21:43.509Z++ sleep 1
5962026-06-18T13:21:44.512Z++ retry=45
5972026-06-18T13:21:44.514Z+++ svcs -Hostate baseline
5982026-06-18T13:21:44.527Z++ [[ offline* != online ]]
5992026-06-18T13:21:44.527Z++ [[ 45 -gt 300 ]]
6002026-06-18T13:21:44.527Z++ sleep 1
6012026-06-18T13:21:45.529Z++ retry=46
6022026-06-18T13:21:45.532Z+++ svcs -Hostate baseline
6032026-06-18T13:21:45.545Z++ [[ offline* != online ]]
6042026-06-18T13:21:45.545Z++ [[ 46 -gt 300 ]]
6052026-06-18T13:21:45.545Z++ sleep 1
6062026-06-18T13:21:46.547Z++ retry=47
6072026-06-18T13:21:46.550Z+++ svcs -Hostate baseline
6082026-06-18T13:21:46.562Z++ [[ offline* != online ]]
6092026-06-18T13:21:46.563Z++ [[ 47 -gt 300 ]]
6102026-06-18T13:21:46.563Z++ sleep 1
6112026-06-18T13:21:47.565Z++ retry=48
6122026-06-18T13:21:47.568Z+++ svcs -Hostate baseline
6132026-06-18T13:21:47.581Z++ [[ offline* != online ]]
6142026-06-18T13:21:47.581Z++ [[ 48 -gt 300 ]]
6152026-06-18T13:21:47.581Z++ sleep 1
6162026-06-18T13:21:48.583Z++ retry=49
6172026-06-18T13:21:48.585Z+++ svcs -Hostate baseline
6182026-06-18T13:21:48.598Z++ [[ offline* != online ]]
6192026-06-18T13:21:48.598Z++ [[ 49 -gt 300 ]]
6202026-06-18T13:21:48.598Z++ sleep 1
6212026-06-18T13:21:49.600Z++ retry=50
6222026-06-18T13:21:49.603Z+++ svcs -Hostate baseline
6232026-06-18T13:21:49.616Z++ [[ offline* != online ]]
6242026-06-18T13:21:49.616Z++ [[ 50 -gt 300 ]]
6252026-06-18T13:21:49.616Z++ sleep 1
6262026-06-18T13:21:50.618Z++ retry=51
6272026-06-18T13:21:50.621Z+++ svcs -Hostate baseline
6282026-06-18T13:21:50.633Z++ [[ offline* != online ]]
6292026-06-18T13:21:50.634Z++ [[ 51 -gt 300 ]]
6302026-06-18T13:21:50.634Z++ sleep 1
6312026-06-18T13:21:51.637Z++ retry=52
6322026-06-18T13:21:51.640Z+++ svcs -Hostate baseline
6332026-06-18T13:21:51.652Z++ [[ offline* != online ]]
6342026-06-18T13:21:51.652Z++ [[ 52 -gt 300 ]]
6352026-06-18T13:21:51.652Z++ sleep 1
6362026-06-18T13:21:52.654Z++ retry=53
6372026-06-18T13:21:52.657Z+++ svcs -Hostate baseline
6382026-06-18T13:21:52.669Z++ [[ offline* != online ]]
6392026-06-18T13:21:52.670Z++ [[ 53 -gt 300 ]]
6402026-06-18T13:21:52.672Z++ sleep 1
6412026-06-18T13:21:53.672Z++ retry=54
6422026-06-18T13:21:53.675Z+++ svcs -Hostate baseline
6432026-06-18T13:21:53.687Z++ [[ offline* != online ]]
6442026-06-18T13:21:53.687Z++ [[ 54 -gt 300 ]]
6452026-06-18T13:21:53.687Z++ sleep 1
6462026-06-18T13:21:54.690Z++ retry=55
6472026-06-18T13:21:54.693Z+++ svcs -Hostate baseline
6482026-06-18T13:21:54.705Z++ [[ offline* != online ]]
6492026-06-18T13:21:54.705Z++ [[ 55 -gt 300 ]]
6502026-06-18T13:21:54.706Z++ sleep 1
6512026-06-18T13:21:55.708Z++ retry=56
6522026-06-18T13:21:55.711Z+++ svcs -Hostate baseline
6532026-06-18T13:21:55.724Z++ [[ offline* != online ]]
6542026-06-18T13:21:55.724Z++ [[ 56 -gt 300 ]]
6552026-06-18T13:21:55.724Z++ sleep 1
6562026-06-18T13:21:56.726Z++ retry=57
6572026-06-18T13:21:56.729Z+++ svcs -Hostate baseline
6582026-06-18T13:21:56.742Z++ [[ offline* != online ]]
6592026-06-18T13:21:56.742Z++ [[ 57 -gt 300 ]]
6602026-06-18T13:21:56.742Z++ sleep 1
6612026-06-18T13:21:57.745Z++ retry=58
6622026-06-18T13:21:57.747Z+++ svcs -Hostate baseline
6632026-06-18T13:21:57.760Z++ [[ offline* != online ]]
6642026-06-18T13:21:57.760Z++ [[ 58 -gt 300 ]]
6652026-06-18T13:21:57.760Z++ sleep 1
6662026-06-18T13:21:58.763Z++ retry=59
6672026-06-18T13:21:58.766Z+++ svcs -Hostate baseline
6682026-06-18T13:21:58.779Z++ [[ offline* != online ]]
6692026-06-18T13:21:58.779Z++ [[ 59 -gt 300 ]]
6702026-06-18T13:21:58.779Z++ sleep 1
6712026-06-18T13:21:59.781Z++ retry=60
6722026-06-18T13:21:59.784Z+++ svcs -Hostate baseline
6732026-06-18T13:21:59.797Z++ [[ offline* != online ]]
6742026-06-18T13:21:59.797Z++ [[ 60 -gt 300 ]]
6752026-06-18T13:21:59.797Z++ sleep 1
6762026-06-18T13:22:00.800Z++ retry=61
6772026-06-18T13:22:00.803Z+++ svcs -Hostate baseline
6782026-06-18T13:22:00.815Z++ [[ offline* != online ]]
6792026-06-18T13:22:00.815Z++ [[ 61 -gt 300 ]]
6802026-06-18T13:22:00.815Z++ sleep 1
6812026-06-18T13:22:01.818Z++ retry=62
6822026-06-18T13:22:01.821Z+++ svcs -Hostate baseline
6832026-06-18T13:22:01.835Z++ [[ offline* != online ]]
6842026-06-18T13:22:01.835Z++ [[ 62 -gt 300 ]]
6852026-06-18T13:22:01.835Z++ sleep 1
6862026-06-18T13:22:02.836Z++ retry=63
6872026-06-18T13:22:02.839Z+++ svcs -Hostate baseline
6882026-06-18T13:22:02.852Z++ [[ offline* != online ]]
6892026-06-18T13:22:02.852Z++ [[ 63 -gt 300 ]]
6902026-06-18T13:22:02.852Z++ sleep 1
6912026-06-18T13:22:03.854Z++ retry=64
6922026-06-18T13:22:03.857Z+++ svcs -Hostate baseline
6932026-06-18T13:22:03.870Z++ [[ offline* != online ]]
6942026-06-18T13:22:03.870Z++ [[ 64 -gt 300 ]]
6952026-06-18T13:22:03.870Z++ sleep 1
6962026-06-18T13:22:04.872Z++ retry=65
6972026-06-18T13:22:04.876Z+++ svcs -Hostate baseline
6982026-06-18T13:22:04.888Z++ [[ offline* != online ]]
6992026-06-18T13:22:04.888Z++ [[ 65 -gt 300 ]]
7002026-06-18T13:22:04.888Z++ sleep 1
7012026-06-18T13:22:05.889Z++ retry=66
7022026-06-18T13:22:05.892Z+++ svcs -Hostate baseline
7032026-06-18T13:22:05.906Z++ [[ offline* != online ]]
7042026-06-18T13:22:05.906Z++ [[ 66 -gt 300 ]]
7052026-06-18T13:22:05.906Z++ sleep 1
7062026-06-18T13:22:06.907Z++ retry=67
7072026-06-18T13:22:06.910Z+++ svcs -Hostate baseline
7082026-06-18T13:22:06.922Z++ [[ offline* != online ]]
7092026-06-18T13:22:06.922Z++ [[ 67 -gt 300 ]]
7102026-06-18T13:22:06.922Z++ sleep 1
7112026-06-18T13:22:07.925Z++ retry=68
7122026-06-18T13:22:07.928Z+++ svcs -Hostate baseline
7132026-06-18T13:22:07.940Z++ [[ offline* != online ]]
7142026-06-18T13:22:07.940Z++ [[ 68 -gt 300 ]]
7152026-06-18T13:22:07.940Z++ sleep 1
7162026-06-18T13:22:08.942Z++ retry=69
7172026-06-18T13:22:08.945Z+++ svcs -Hostate baseline
7182026-06-18T13:22:08.958Z++ [[ offline* != online ]]
7192026-06-18T13:22:08.958Z++ [[ 69 -gt 300 ]]
7202026-06-18T13:22:08.958Z++ sleep 1
7212026-06-18T13:22:09.960Z++ retry=70
7222026-06-18T13:22:09.963Z+++ svcs -Hostate baseline
7232026-06-18T13:22:09.976Z++ [[ offline* != online ]]
7242026-06-18T13:22:09.976Z++ [[ 70 -gt 300 ]]
7252026-06-18T13:22:09.976Z++ sleep 1
7262026-06-18T13:22:10.979Z++ retry=71
7272026-06-18T13:22:10.982Z+++ svcs -Hostate baseline
7282026-06-18T13:22:10.994Z++ [[ offline* != online ]]
7292026-06-18T13:22:10.994Z++ [[ 71 -gt 300 ]]
7302026-06-18T13:22:10.994Z++ sleep 1
7312026-06-18T13:22:11.996Z++ retry=72
7322026-06-18T13:22:11.999Z+++ svcs -Hostate baseline
7332026-06-18T13:22:12.013Z++ [[ offline* != online ]]
7342026-06-18T13:22:12.013Z++ [[ 72 -gt 300 ]]
7352026-06-18T13:22:12.013Z++ sleep 1
7362026-06-18T13:22:13.014Z++ retry=73
7372026-06-18T13:22:13.017Z+++ svcs -Hostate baseline
7382026-06-18T13:22:13.030Z++ [[ offline* != online ]]
7392026-06-18T13:22:13.030Z++ [[ 73 -gt 300 ]]
7402026-06-18T13:22:13.030Z++ sleep 1
7412026-06-18T13:22:14.033Z++ retry=74
7422026-06-18T13:22:14.038Z+++ svcs -Hostate baseline
7432026-06-18T13:22:14.048Z++ [[ offline* != online ]]
7442026-06-18T13:22:14.048Z++ [[ 74 -gt 300 ]]
7452026-06-18T13:22:14.048Z++ sleep 1
7462026-06-18T13:22:15.049Z++ retry=75
7472026-06-18T13:22:15.052Z+++ svcs -Hostate baseline
7482026-06-18T13:22:15.065Z++ [[ offline* != online ]]
7492026-06-18T13:22:15.065Z++ [[ 75 -gt 300 ]]
7502026-06-18T13:22:15.065Z++ sleep 1
7512026-06-18T13:22:16.068Z++ retry=76
7522026-06-18T13:22:16.071Z+++ svcs -Hostate baseline
7532026-06-18T13:22:16.083Z++ [[ offline* != online ]]
7542026-06-18T13:22:16.083Z++ [[ 76 -gt 300 ]]
7552026-06-18T13:22:16.083Z++ sleep 1
7562026-06-18T13:22:17.086Z++ retry=77
7572026-06-18T13:22:17.089Z+++ svcs -Hostate baseline
7582026-06-18T13:22:17.103Z++ [[ offline* != online ]]
7592026-06-18T13:22:17.103Z++ [[ 77 -gt 300 ]]
7602026-06-18T13:22:17.103Z++ sleep 1
7612026-06-18T13:22:18.103Z++ retry=78
7622026-06-18T13:22:18.106Z+++ svcs -Hostate baseline
7632026-06-18T13:22:18.119Z++ [[ offline* != online ]]
7642026-06-18T13:22:18.119Z++ [[ 78 -gt 300 ]]
7652026-06-18T13:22:18.119Z++ sleep 1
7662026-06-18T13:22:19.121Z++ retry=79
7672026-06-18T13:22:19.123Z+++ svcs -Hostate baseline
7682026-06-18T13:22:19.136Z++ [[ offline* != online ]]
7692026-06-18T13:22:19.136Z++ [[ 79 -gt 300 ]]
7702026-06-18T13:22:19.136Z++ sleep 1
7712026-06-18T13:22:20.138Z++ retry=80
7722026-06-18T13:22:20.141Z+++ svcs -Hostate baseline
7732026-06-18T13:22:20.154Z++ [[ offline* != online ]]
7742026-06-18T13:22:20.154Z++ [[ 80 -gt 300 ]]
7752026-06-18T13:22:20.154Z++ sleep 1
7762026-06-18T13:22:21.156Z++ retry=81
7772026-06-18T13:22:21.160Z+++ svcs -Hostate baseline
7782026-06-18T13:22:21.172Z++ [[ offline* != online ]]
7792026-06-18T13:22:21.172Z++ [[ 81 -gt 300 ]]
7802026-06-18T13:22:21.172Z++ sleep 1
7812026-06-18T13:22:22.178Z++ retry=82
7822026-06-18T13:22:22.181Z+++ svcs -Hostate baseline
7832026-06-18T13:22:22.190Z++ [[ offline* != online ]]
7842026-06-18T13:22:22.190Z++ [[ 82 -gt 300 ]]
7852026-06-18T13:22:22.190Z++ sleep 1
7862026-06-18T13:22:23.193Z++ retry=83
7872026-06-18T13:22:23.196Z+++ svcs -Hostate baseline
7882026-06-18T13:22:23.207Z++ [[ offline* != online ]]
7892026-06-18T13:22:23.207Z++ [[ 83 -gt 300 ]]
7902026-06-18T13:22:23.207Z++ sleep 1
7912026-06-18T13:22:24.210Z++ retry=84
7922026-06-18T13:22:24.213Z+++ svcs -Hostate baseline
7932026-06-18T13:22:24.226Z++ [[ offline* != online ]]
7942026-06-18T13:22:24.226Z++ [[ 84 -gt 300 ]]
7952026-06-18T13:22:24.226Z++ sleep 1
7962026-06-18T13:22:25.227Z++ retry=85
7972026-06-18T13:22:25.230Z+++ svcs -Hostate baseline
7982026-06-18T13:22:25.243Z++ [[ offline* != online ]]
7992026-06-18T13:22:25.243Z++ [[ 85 -gt 300 ]]
8002026-06-18T13:22:25.243Z++ sleep 1
8012026-06-18T13:22:26.245Z++ retry=86
8022026-06-18T13:22:26.248Z+++ svcs -Hostate baseline
8032026-06-18T13:22:26.261Z++ [[ offline* != online ]]
8042026-06-18T13:22:26.261Z++ [[ 86 -gt 300 ]]
8052026-06-18T13:22:26.261Z++ sleep 1
8062026-06-18T13:22:27.265Z++ retry=87
8072026-06-18T13:22:27.269Z+++ svcs -Hostate baseline
8082026-06-18T13:22:27.279Z++ [[ offline* != online ]]
8092026-06-18T13:22:27.279Z++ [[ 87 -gt 300 ]]
8102026-06-18T13:22:27.279Z++ sleep 1
8112026-06-18T13:22:28.281Z++ retry=88
8122026-06-18T13:22:28.284Z+++ svcs -Hostate baseline
8132026-06-18T13:22:28.296Z++ [[ offline* != online ]]
8142026-06-18T13:22:28.296Z++ [[ 88 -gt 300 ]]
8152026-06-18T13:22:28.296Z++ sleep 1
8162026-06-18T13:22:29.299Z++ retry=89
8172026-06-18T13:22:29.302Z+++ svcs -Hostate baseline
8182026-06-18T13:22:29.314Z++ [[ offline* != online ]]
8192026-06-18T13:22:29.314Z++ [[ 89 -gt 300 ]]
8202026-06-18T13:22:29.314Z++ sleep 1
8212026-06-18T13:22:30.316Z++ retry=90
8222026-06-18T13:22:30.319Z+++ svcs -Hostate baseline
8232026-06-18T13:22:30.332Z++ [[ offline* != online ]]
8242026-06-18T13:22:30.332Z++ [[ 90 -gt 300 ]]
8252026-06-18T13:22:30.332Z++ sleep 1
8262026-06-18T13:22:31.334Z++ retry=91
8272026-06-18T13:22:31.338Z+++ svcs -Hostate baseline
8282026-06-18T13:22:31.349Z++ [[ offline* != online ]]
8292026-06-18T13:22:31.349Z++ [[ 91 -gt 300 ]]
8302026-06-18T13:22:31.349Z++ sleep 1
8312026-06-18T13:22:32.351Z++ retry=92
8322026-06-18T13:22:32.354Z+++ svcs -Hostate baseline
8332026-06-18T13:22:32.367Z++ [[ offline* != online ]]
8342026-06-18T13:22:32.367Z++ [[ 92 -gt 300 ]]
8352026-06-18T13:22:32.367Z++ sleep 1
8362026-06-18T13:22:33.369Z++ retry=93
8372026-06-18T13:22:33.372Z+++ svcs -Hostate baseline
8382026-06-18T13:22:33.385Z++ [[ offline* != online ]]
8392026-06-18T13:22:33.385Z++ [[ 93 -gt 300 ]]
8402026-06-18T13:22:33.385Z++ sleep 1
8412026-06-18T13:22:34.387Z++ retry=94
8422026-06-18T13:22:34.391Z+++ svcs -Hostate baseline
8432026-06-18T13:22:34.402Z++ [[ offline* != online ]]
8442026-06-18T13:22:34.402Z++ [[ 94 -gt 300 ]]
8452026-06-18T13:22:34.402Z++ sleep 1
8462026-06-18T13:22:35.404Z++ retry=95
8472026-06-18T13:22:35.407Z+++ svcs -Hostate baseline
8482026-06-18T13:22:35.420Z++ [[ offline* != online ]]
8492026-06-18T13:22:35.420Z++ [[ 95 -gt 300 ]]
8502026-06-18T13:22:35.420Z++ sleep 1
8512026-06-18T13:22:36.422Z++ retry=96
8522026-06-18T13:22:36.425Z+++ svcs -Hostate baseline
8532026-06-18T13:22:36.437Z++ [[ offline* != online ]]
8542026-06-18T13:22:36.437Z++ [[ 96 -gt 300 ]]
8552026-06-18T13:22:36.437Z++ sleep 1
8562026-06-18T13:22:37.439Z++ retry=97
8572026-06-18T13:22:37.442Z+++ svcs -Hostate baseline
8582026-06-18T13:22:37.454Z++ [[ offline* != online ]]
8592026-06-18T13:22:37.454Z++ [[ 97 -gt 300 ]]
8602026-06-18T13:22:37.454Z++ sleep 1
8612026-06-18T13:22:38.456Z++ retry=98
8622026-06-18T13:22:38.459Z+++ svcs -Hostate baseline
8632026-06-18T13:22:38.471Z++ [[ offline* != online ]]
8642026-06-18T13:22:38.471Z++ [[ 98 -gt 300 ]]
8652026-06-18T13:22:38.471Z++ sleep 1
8662026-06-18T13:22:39.473Z++ retry=99
8672026-06-18T13:22:39.477Z+++ svcs -Hostate baseline
8682026-06-18T13:22:39.489Z++ [[ offline* != online ]]
8692026-06-18T13:22:39.489Z++ [[ 99 -gt 300 ]]
8702026-06-18T13:22:39.489Z++ sleep 1
8712026-06-18T13:22:40.491Z++ retry=100
8722026-06-18T13:22:40.493Z+++ svcs -Hostate baseline
8732026-06-18T13:22:40.506Z++ [[ offline* != online ]]
8742026-06-18T13:22:40.506Z++ [[ 100 -gt 300 ]]
8752026-06-18T13:22:40.506Z++ sleep 1
8762026-06-18T13:22:41.509Z++ retry=101
8772026-06-18T13:22:41.512Z+++ svcs -Hostate baseline
8782026-06-18T13:22:41.524Z++ [[ offline* != online ]]
8792026-06-18T13:22:41.524Z++ [[ 101 -gt 300 ]]
8802026-06-18T13:22:41.524Z++ sleep 1
8812026-06-18T13:22:42.526Z++ retry=102
8822026-06-18T13:22:42.530Z+++ svcs -Hostate baseline
8832026-06-18T13:22:42.541Z++ [[ offline* != online ]]
8842026-06-18T13:22:42.541Z++ [[ 102 -gt 300 ]]
8852026-06-18T13:22:42.541Z++ sleep 1
8862026-06-18T13:22:43.543Z++ retry=103
8872026-06-18T13:22:43.546Z+++ svcs -Hostate baseline
8882026-06-18T13:22:43.558Z++ [[ offline* != online ]]
8892026-06-18T13:22:43.558Z++ [[ 103 -gt 300 ]]
8902026-06-18T13:22:43.558Z++ sleep 1
8912026-06-18T13:22:44.560Z++ retry=104
8922026-06-18T13:22:44.564Z+++ svcs -Hostate baseline
8932026-06-18T13:22:44.575Z++ [[ offline* != online ]]
8942026-06-18T13:22:44.575Z++ [[ 104 -gt 300 ]]
8952026-06-18T13:22:44.575Z++ sleep 1
8962026-06-18T13:22:45.577Z++ retry=105
8972026-06-18T13:22:45.580Z+++ svcs -Hostate baseline
8982026-06-18T13:22:45.593Z++ [[ offline* != online ]]
8992026-06-18T13:22:45.593Z++ [[ 105 -gt 300 ]]
9002026-06-18T13:22:45.593Z++ sleep 1
9012026-06-18T13:22:46.594Z++ retry=106
9022026-06-18T13:22:46.597Z+++ svcs -Hostate baseline
9032026-06-18T13:22:46.610Z++ [[ offline* != online ]]
9042026-06-18T13:22:46.610Z++ [[ 106 -gt 300 ]]
9052026-06-18T13:22:46.610Z++ sleep 1
9062026-06-18T13:22:47.612Z++ retry=107
9072026-06-18T13:22:47.614Z+++ svcs -Hostate baseline
9082026-06-18T13:22:47.626Z++ [[ offline* != online ]]
9092026-06-18T13:22:47.626Z++ [[ 107 -gt 300 ]]
9102026-06-18T13:22:47.626Z++ sleep 1
9112026-06-18T13:22:48.628Z++ retry=108
9122026-06-18T13:22:48.632Z+++ svcs -Hostate baseline
9132026-06-18T13:22:48.647Z++ [[ offline* != online ]]
9142026-06-18T13:22:48.647Z++ [[ 108 -gt 300 ]]
9152026-06-18T13:22:48.647Z++ sleep 1
9162026-06-18T13:22:49.646Z++ retry=109
9172026-06-18T13:22:49.649Z+++ svcs -Hostate baseline
9182026-06-18T13:22:49.661Z++ [[ online != online ]]
9192026-06-18T13:22:49.661Z++ set -o errexit
9202026-06-18T13:22:49.661Z++ set -o pipefail
9212026-06-18T13:22:49.661Z++ banner build
9222026-06-18T13:22:49.665Z
9232026-06-18T13:22:49.665Z ##### # # # # #####
9242026-06-18T13:22:49.665Z # # # # # # # #
9252026-06-18T13:22:49.665Z ##### # # # # # #
9262026-06-18T13:22:49.665Z # # # # # # # #
9272026-06-18T13:22:49.665Z # # # # # # # #
9282026-06-18T13:22:49.665Z ##### #### # ###### #####
9292026-06-18T13:22:49.665Z
9302026-06-18T13:22:49.665Z++ cargo build --release --bin ddmd --bin ddmadm
9312026-06-18T13:22:49.668Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9322026-06-18T13:22:49.833Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9332026-06-18T13:22:49.836Zinfo: downloading 6 components
9342026-06-18T13:23:05.156Z Updating git repository `https://github.com/oxidecomputer/falcon`
9352026-06-18T13:23:05.810ZFrom https://github.com/oxidecomputer/falcon
9362026-06-18T13:23:05.810Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9372026-06-18T13:23:05.889Z Updating crates.io index
9382026-06-18T13:23:05.923Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9392026-06-18T13:23:06.377ZFrom https://github.com/oxidecomputer/dendrite
9402026-06-18T13:23:06.377Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9412026-06-18T13:23:06.615Z Updating git repository `https://github.com/oxidecomputer/ispf`
9422026-06-18T13:23:06.910ZFrom https://github.com/oxidecomputer/ispf
9432026-06-18T13:23:06.910Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9442026-06-18T13:23:06.917Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9452026-06-18T13:23:07.280ZFrom https://github.com/oxidecomputer/netadm-sys
9462026-06-18T13:23:07.280Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9472026-06-18T13:23:07.289Z Updating git repository `https://github.com/oxidecomputer/omicron`
9482026-06-18T13:23:14.043ZFrom https://github.com/oxidecomputer/omicron
9492026-06-18T13:23:14.043Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9502026-06-18T13:23:14.462Z Updating git repository `https://github.com/oxidecomputer/opte`
9512026-06-18T13:23:15.148ZFrom https://github.com/oxidecomputer/opte
9522026-06-18T13:23:15.148Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9532026-06-18T13:23:15.563Z Updating git repository `https://github.com/illumos/smf-rs`
9542026-06-18T13:23:15.822ZFrom https://github.com/illumos/smf-rs
9552026-06-18T13:23:15.822Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9562026-06-18T13:23:16.034Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9572026-06-18T13:23:16.324ZFrom https://github.com/oxidecomputer/network-interface
9582026-06-18T13:23:16.324Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9592026-06-18T13:23:16.343Z Updating git repository `https://github.com/oxidecomputer/zone`
9602026-06-18T13:23:16.634ZFrom https://github.com/oxidecomputer/zone
9612026-06-18T13:23:16.635Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9622026-06-18T13:23:16.718Z Updating git repository `https://github.com/oxidecomputer/propolis`
9632026-06-18T13:23:17.442ZFrom https://github.com/oxidecomputer/propolis
9642026-06-18T13:23:17.442Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9652026-06-18T13:23:17.662Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9662026-06-18T13:23:18.192ZFrom https://github.com/oxidecomputer/transceiver-control
9672026-06-18T13:23:18.192Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9682026-06-18T13:23:18.210Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9692026-06-18T13:23:18.470ZFrom https://github.com/oxidecomputer/dlpi-sys
9702026-06-18T13:23:18.471Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9712026-06-18T13:23:18.476Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9722026-06-18T13:23:18.790ZFrom https://github.com/jmesmon/rust-libzfs
9732026-06-18T13:23:18.790Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9742026-06-18T13:23:18.797Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9752026-06-18T13:23:19.076ZFrom https://github.com/oxidecomputer/rusty-doors
9762026-06-18T13:23:19.076Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9772026-06-18T13:23:19.126Z Updating git repository `https://github.com/oxidecomputer/lldp`
9782026-06-18T13:23:19.447ZFrom https://github.com/oxidecomputer/lldp
9792026-06-18T13:23:19.447Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9802026-06-18T13:23:19.492Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9812026-06-18T13:23:19.784ZFrom https://github.com/oxidecomputer/slog-error-chain
9822026-06-18T13:23:19.784Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9832026-06-18T13:23:19.803Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9842026-06-18T13:23:20.301ZFrom https://github.com/oxidecomputer/tufaceous
9852026-06-18T13:23:20.301Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9862026-06-18T13:23:20.396Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9872026-06-18T13:23:20.870ZFrom https://github.com/oxidecomputer/management-gateway-service
9882026-06-18T13:23:20.870Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9892026-06-18T13:23:20.949Z Updating git repository `https://github.com/oxidecomputer/crucible`
9902026-06-18T13:23:21.762ZFrom https://github.com/oxidecomputer/crucible
9912026-06-18T13:23:21.762Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9922026-06-18T13:23:22.521Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9932026-06-18T13:23:22.815ZFrom https://github.com/oxidecomputer/serde_human_bytes
9942026-06-18T13:23:22.815Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9952026-06-18T13:23:23.035Z Updating git repository `https://github.com/oxidecomputer/propolis`
9962026-06-18T13:23:23.480ZFrom https://github.com/oxidecomputer/propolis
9972026-06-18T13:23:23.480Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9982026-06-18T13:23:23.680Z Updating git repository `https://github.com/oxidecomputer/crucible`
9992026-06-18T13:23:24.183ZFrom https://github.com/oxidecomputer/crucible
10002026-06-18T13:23:24.183Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10012026-06-18T13:23:24.277Z Updating git repository `https://github.com/oxidecomputer/tofino`
10022026-06-18T13:23:24.639ZFrom https://github.com/oxidecomputer/tofino
10032026-06-18T13:23:24.639Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10042026-06-18T13:23:24.662Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10052026-06-18T13:23:25.386ZFrom https://github.com/oxidecomputer/maghemite
10062026-06-18T13:23:25.386Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10072026-06-18T13:23:25.439Z Updating git repository `https://github.com/oxidecomputer/clickward`
10082026-06-18T13:23:25.711ZFrom https://github.com/oxidecomputer/clickward
10092026-06-18T13:23:25.711Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10102026-06-18T13:23:25.875Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10112026-06-18T13:23:26.162ZFrom https://github.com/oxidecomputer/illumos-devinfo
10122026-06-18T13:23:26.162Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10132026-06-18T13:23:27.131Z Downloading crates ...
10142026-06-18T13:23:27.203Z Downloaded adler2 v2.0.1
10152026-06-18T13:23:27.206Z Downloaded base16ct v1.0.0
10162026-06-18T13:23:27.210Z Downloaded atomicwrites v0.4.4
10172026-06-18T13:23:27.212Z Downloaded async-trait v0.1.89
10182026-06-18T13:23:27.215Z Downloaded atomic-waker v1.1.2
10192026-06-18T13:23:27.218Z Downloaded backon v1.6.0
10202026-06-18T13:23:27.220Z Downloaded backoff v0.4.0
10212026-06-18T13:23:27.224Z Downloaded autocfg v1.5.1
10222026-06-18T13:23:27.227Z Downloaded aead v0.5.2
10232026-06-18T13:23:27.229Z Downloaded defmt v0.3.100
10242026-06-18T13:23:27.232Z Downloaded defmt-parser v1.0.0
10252026-06-18T13:23:27.235Z Downloaded dof v0.3.0
10262026-06-18T13:23:27.237Z Downloaded anstyle-query v1.1.5
10272026-06-18T13:23:27.237Z Downloaded embedded-io v0.4.0
10282026-06-18T13:23:27.240Z Downloaded darling_macro v0.23.0
10292026-06-18T13:23:27.243Z Downloaded derive-ex v0.1.8
10302026-06-18T13:23:27.243Z Downloaded digest v0.11.3
10312026-06-18T13:23:27.248Z Downloaded crypto-common v0.1.7
10322026-06-18T13:23:27.252Z Downloaded crc8 v0.1.1
10332026-06-18T13:23:27.252Z Downloaded dtrace-parser v0.2.0
10342026-06-18T13:23:27.252Z Downloaded enum-as-inner v0.6.1
10352026-06-18T13:23:27.255Z Downloaded fnv v1.0.7
10362026-06-18T13:23:27.255Z Downloaded crunchy v0.2.4
10372026-06-18T13:23:27.258Z Downloaded block-buffer v0.10.4
10382026-06-18T13:23:27.261Z Downloaded const-random v0.1.18
10392026-06-18T13:23:27.261Z Downloaded heck v0.4.1
10402026-06-18T13:23:27.263Z Downloaded dtrace-parser v0.3.0
10412026-06-18T13:23:27.266Z Downloaded base16ct v0.2.0
10422026-06-18T13:23:27.266Z Downloaded foreign-types-shared v0.1.1
10432026-06-18T13:23:27.269Z Downloaded foreign-types-shared v0.3.1
10442026-06-18T13:23:27.269Z Downloaded futures-task v0.3.32
10452026-06-18T13:23:27.271Z Downloaded form_urlencoded v1.2.2
10462026-06-18T13:23:27.274Z Downloaded foreign-types-macros v0.2.3
10472026-06-18T13:23:27.274Z Downloaded dof v0.4.0
10482026-06-18T13:23:27.281Z Downloaded async-recursion v1.1.1
10492026-06-18T13:23:27.281Z Downloaded errno v0.3.14
10502026-06-18T13:23:27.284Z Downloaded bcs v0.1.6
10512026-06-18T13:23:27.287Z Downloaded ciborium-ll v0.2.2
10522026-06-18T13:23:27.290Z Downloaded futures-io v0.3.32
10532026-06-18T13:23:27.290Z Downloaded curve25519-dalek-derive v0.1.1
10542026-06-18T13:23:27.292Z Downloaded const-random-macro v0.1.16
10552026-06-18T13:23:27.295Z Downloaded cstr-argument v0.1.2
10562026-06-18T13:23:27.295Z Downloaded futures-core v0.3.32
10572026-06-18T13:23:27.297Z Downloaded cpufeatures v0.3.0
10582026-06-18T13:23:27.300Z Downloaded generic-array v0.14.7
10592026-06-18T13:23:27.303Z Downloaded async-stream-impl v0.3.6
10602026-06-18T13:23:27.303Z Downloaded dunce v1.0.5
10612026-06-18T13:23:27.306Z Downloaded async-stream v0.3.6
10622026-06-18T13:23:27.308Z Downloaded ciborium-io v0.2.2
10632026-06-18T13:23:27.311Z Downloaded fxhash v0.2.1
10642026-06-18T13:23:27.311Z Downloaded float-ord v0.3.2
10652026-06-18T13:23:27.314Z Downloaded fixedbitset v0.4.2
10662026-06-18T13:23:27.316Z Downloaded foreign-types v0.5.0
10672026-06-18T13:23:27.319Z Downloaded equivalent v1.0.2
10682026-06-18T13:23:27.319Z Downloaded clap_lex v1.1.0
10692026-06-18T13:23:27.322Z Downloaded crucible-workspace-hack v0.1.0
10702026-06-18T13:23:27.324Z Downloaded hostname v0.3.1
10712026-06-18T13:23:27.324Z Downloaded gethostname v0.5.0
10722026-06-18T13:23:27.328Z Downloaded cipher v0.4.4
10732026-06-18T13:23:27.331Z Downloaded futures-macro v0.3.32
10742026-06-18T13:23:27.331Z Downloaded critical-section v1.2.0
10752026-06-18T13:23:27.331Z Downloaded hash32 v0.3.1
10762026-06-18T13:23:27.336Z Downloaded bytecount v0.6.9
10772026-06-18T13:23:27.339Z Downloaded bit-vec v0.8.0
10782026-06-18T13:23:27.339Z Downloaded hostname v0.4.2
10792026-06-18T13:23:27.341Z Downloaded httpdate v1.0.3
10802026-06-18T13:23:27.341Z Downloaded hubpack v0.1.2
10812026-06-18T13:23:27.344Z Downloaded http-body v1.0.1
10822026-06-18T13:23:27.344Z Downloaded foreign-types v0.3.2
10832026-06-18T13:23:27.347Z Downloaded hex v0.4.3
10842026-06-18T13:23:27.350Z Downloaded chacha20 v0.10.0
10852026-06-18T13:23:27.350Z Downloaded hubpack_derive v0.1.1
10862026-06-18T13:23:27.352Z Downloaded chacha20 v0.9.1
10872026-06-18T13:23:27.355Z Downloaded defmt-macros v1.1.0
10882026-06-18T13:23:27.357Z Downloaded cancel-safe-futures v0.1.5
10892026-06-18T13:23:27.360Z Downloaded digest v0.10.7
10902026-06-18T13:23:27.363Z Downloaded futures-sink v0.3.32
10912026-06-18T13:23:27.363Z Downloaded idna_adapter v1.2.2
10922026-06-18T13:23:27.366Z Downloaded inout v0.1.4
10932026-06-18T13:23:27.366Z Downloaded internet-checksum v0.2.1
10942026-06-18T13:23:27.369Z Downloaded ident_case v1.0.1
10952026-06-18T13:23:27.369Z Downloaded is_ci v1.2.0
10962026-06-18T13:23:27.371Z Downloaded indent_write v2.2.0
10972026-06-18T13:23:27.371Z Downloaded itoa v1.0.18
10982026-06-18T13:23:27.374Z Downloaded bitflags v1.3.2
10992026-06-18T13:23:27.377Z Downloaded anstyle v1.0.14
11002026-06-18T13:23:27.379Z Downloaded konst_macro_rules v0.2.19
11012026-06-18T13:23:27.382Z Downloaded keccak v0.1.6
11022026-06-18T13:23:27.382Z Downloaded git-stub-vcs v0.1.0
11032026-06-18T13:23:27.386Z Downloaded byteorder v1.5.0
11042026-06-18T13:23:27.389Z Downloaded foldhash v0.1.5
11052026-06-18T13:23:27.389Z Downloaded fixedbitset v0.5.7
11062026-06-18T13:23:27.391Z Downloaded futures-executor v0.3.32
11072026-06-18T13:23:27.394Z Downloaded glob v0.3.3
11082026-06-18T13:23:27.394Z Downloaded bs58 v0.5.1
11092026-06-18T13:23:27.396Z Downloaded group v0.13.0
11102026-06-18T13:23:27.399Z Downloaded lazy_static v1.5.0
11112026-06-18T13:23:27.402Z Downloaded either v1.16.0
11122026-06-18T13:23:27.402Z Downloaded foldhash v0.2.0
11132026-06-18T13:23:27.404Z Downloaded displaydoc v0.2.6
11142026-06-18T13:23:27.407Z Downloaded csv-core v0.1.13
11152026-06-18T13:23:27.407Z Downloaded console v0.16.3
11162026-06-18T13:23:27.410Z Downloaded deranged v0.5.8
11172026-06-18T13:23:27.412Z Downloaded fs_extra v1.3.0
11182026-06-18T13:23:27.412Z Downloaded daft-derive v0.1.7
11192026-06-18T13:23:27.415Z Downloaded erased-serde v0.3.31
11202026-06-18T13:23:27.418Z Downloaded linked-hash-map v0.5.6
11212026-06-18T13:23:27.421Z Downloaded highway v1.3.0
11222026-06-18T13:23:27.423Z Downloaded fs-err v3.3.0
11232026-06-18T13:23:27.423Z Downloaded http-body-util v0.1.3
11242026-06-18T13:23:27.426Z Downloaded lru-slab v0.1.2
11252026-06-18T13:23:27.429Z Downloaded humantime v2.3.0
11262026-06-18T13:23:27.429Z Downloaded globset v0.4.18
11272026-06-18T13:23:27.431Z Downloaded hyper-rustls v0.27.9
11282026-06-18T13:23:27.434Z Downloaded anyhow v1.0.102
11292026-06-18T13:23:27.436Z Downloaded allocator-api2 v0.2.21
11302026-06-18T13:23:27.439Z Downloaded heck v0.5.0
11312026-06-18T13:23:27.439Z Downloaded ff v0.13.1
11322026-06-18T13:23:27.442Z Downloaded lru-cache v0.1.2
11332026-06-18T13:23:27.445Z Downloaded memoffset v0.9.1
11342026-06-18T13:23:27.445Z Downloaded newtype-uuid-macros v0.1.0
11352026-06-18T13:23:27.447Z Downloaded num v0.4.3
11362026-06-18T13:23:27.450Z Downloaded data-encoding v2.11.0
11372026-06-18T13:23:27.450Z Downloaded const_format_proc_macros v0.2.34
11382026-06-18T13:23:27.453Z Downloaded darling_core v0.21.3
11392026-06-18T13:23:27.456Z Downloaded ipnetwork v0.21.1
11402026-06-18T13:23:27.458Z Downloaded ipnet v2.12.0
11412026-06-18T13:23:27.461Z Downloaded colored v3.1.1
11422026-06-18T13:23:27.464Z Downloaded jobserver v0.1.34
11432026-06-18T13:23:27.467Z Downloaded console v0.15.11
11442026-06-18T13:23:27.469Z Downloaded num-derive v0.4.2
11452026-06-18T13:23:27.469Z Downloaded no-std-compat v0.4.1
11462026-06-18T13:23:27.472Z Downloaded num-conv v0.2.2
11472026-06-18T13:23:27.472Z Downloaded defmt v1.1.0
11482026-06-18T13:23:27.476Z Downloaded newtype_derive v0.1.6
11492026-06-18T13:23:27.481Z Downloaded cookie v0.18.1
11502026-06-18T13:23:27.483Z Downloaded num-iter v0.1.45
11512026-06-18T13:23:27.483Z Downloaded getrandom v0.2.17
11522026-06-18T13:23:27.486Z Downloaded futures-channel v0.3.32
11532026-06-18T13:23:27.486Z Downloaded fastrand v2.4.1
11542026-06-18T13:23:27.489Z Downloaded ahash v0.8.12
11552026-06-18T13:23:27.491Z Downloaded byte-wrapper v0.1.0
11562026-06-18T13:23:27.494Z Downloaded daft v0.1.7
11572026-06-18T13:23:27.497Z Downloaded openssl-probe v0.2.1
11582026-06-18T13:23:27.497Z Downloaded const_format v0.2.36
11592026-06-18T13:23:27.500Z Downloaded omicron-workspace-hack v0.1.0
11602026-06-18T13:23:27.502Z Downloaded olpc-cjson v0.1.4
11612026-06-18T13:23:27.502Z Downloaded linear-map v1.2.0
11622026-06-18T13:23:27.505Z Downloaded openssl-macros v0.1.1
11632026-06-18T13:23:27.505Z Downloaded hybrid-array v0.4.12
11642026-06-18T13:23:27.508Z Downloaded darling v0.23.0
11652026-06-18T13:23:27.511Z Downloaded hmac v0.12.1
11662026-06-18T13:23:27.514Z Downloaded git-stub v1.0.0
11672026-06-18T13:23:27.514Z Downloaded derive-where v1.6.1
11682026-06-18T13:23:27.517Z Downloaded cargo_toml v0.22.3
11692026-06-18T13:23:27.520Z Downloaded opaque-debug v0.3.1
11702026-06-18T13:23:27.520Z Downloaded parse-display v0.10.0
11712026-06-18T13:23:27.522Z Downloaded derive_more v0.99.20
11722026-06-18T13:23:27.525Z Downloaded libsw-core v0.3.2
11732026-06-18T13:23:27.532Z Downloaded ingot-macros v0.1.1
11742026-06-18T13:23:27.532Z Downloaded crc32fast v1.5.0
11752026-06-18T13:23:27.532Z Downloaded const-oid v0.10.2
11762026-06-18T13:23:27.532Z Downloaded darling v0.21.3
11772026-06-18T13:23:27.536Z Downloaded crossbeam-utils v0.8.21
11782026-06-18T13:23:27.538Z Downloaded percent-encoding v2.3.2
11792026-06-18T13:23:27.538Z Downloaded blake2 v0.10.6
11802026-06-18T13:23:27.541Z Downloaded bitflags v2.12.1
11812026-06-18T13:23:27.545Z Downloaded num-rational v0.4.2
11822026-06-18T13:23:27.548Z Downloaded num-complex v0.4.6
11832026-06-18T13:23:27.548Z Downloaded num_enum_derive v0.5.11
11842026-06-18T13:23:27.550Z Downloaded libsw v3.5.0
11852026-06-18T13:23:27.550Z Downloaded libscf-sys v1.2.0
11862026-06-18T13:23:27.553Z Downloaded proc-macro-crate v1.3.1
11872026-06-18T13:23:27.553Z Downloaded pretty-hex v0.4.2
11882026-06-18T13:23:27.555Z Downloaded num-integer v0.1.46
11892026-06-18T13:23:27.559Z Downloaded bytes v1.11.1
11902026-06-18T13:23:27.561Z Downloaded multer v3.1.0
11912026-06-18T13:23:27.561Z Downloaded httparse v1.10.1
11922026-06-18T13:23:27.564Z Downloaded num_threads v0.1.7
11932026-06-18T13:23:27.567Z Downloaded proc-macro-error-attr2 v2.0.0
11942026-06-18T13:23:27.567Z Downloaded plain v0.2.3
11952026-06-18T13:23:27.569Z Downloaded potential_utf v0.1.5
11962026-06-18T13:23:27.569Z Downloaded phf_shared v0.12.1
11972026-06-18T13:23:27.572Z Downloaded base64 v0.21.7
11982026-06-18T13:23:27.575Z Downloaded progenitor-client v0.10.0
11992026-06-18T13:23:27.575Z Downloaded proc-macro-error-attr v1.0.4
12002026-06-18T13:23:27.577Z Downloaded proc-macro-crate v3.5.0
12012026-06-18T13:23:27.577Z Downloaded powerfmt v0.2.0
12022026-06-18T13:23:27.580Z Downloaded num_enum_derive v0.7.6
12032026-06-18T13:23:27.580Z Downloaded quick-error v1.2.3
12042026-06-18T13:23:27.583Z Downloaded getrandom v0.3.4
12052026-06-18T13:23:27.586Z Downloaded progenitor-macro v0.14.0
12062026-06-18T13:23:27.586Z Downloaded drift v0.2.0
12072026-06-18T13:23:27.592Z Downloaded progenitor-macro v0.13.0
12082026-06-18T13:23:27.595Z Downloaded icu_provider v2.2.0
12092026-06-18T13:23:27.597Z Downloaded parse-display-derive v0.10.0
12102026-06-18T13:23:27.597Z Downloaded indexmap v1.9.3
12112026-06-18T13:23:27.600Z Downloaded num_enum v0.7.6
12122026-06-18T13:23:27.602Z Downloaded rand_chacha v0.3.1
12132026-06-18T13:23:27.605Z Downloaded pkg-config v0.3.33
12142026-06-18T13:23:27.605Z Downloaded oxnet v0.1.6
12152026-06-18T13:23:27.608Z Downloaded ref-cast v1.0.25
12162026-06-18T13:23:27.611Z Downloaded iana-time-zone v0.1.65
12172026-06-18T13:23:27.613Z Downloaded futures v0.3.32
12182026-06-18T13:23:27.616Z Downloaded oxide-tokio-rt v0.1.6
12192026-06-18T13:23:27.619Z Downloaded owo-colors v4.3.0
12202026-06-18T13:23:27.621Z Downloaded arc-swap v1.9.1
12212026-06-18T13:23:27.624Z Downloaded newtype-uuid v1.3.2
12222026-06-18T13:23:27.624Z Downloaded pin-project-internal v1.1.13
12232026-06-18T13:23:27.626Z Downloaded memmap2 v0.9.10
12242026-06-18T13:23:27.629Z Downloaded ppv-lite86 v0.2.21
12252026-06-18T13:23:27.629Z Downloaded poly1305 v0.8.0
12262026-06-18T13:23:27.632Z Downloaded proc-macro-error v1.0.4
12272026-06-18T13:23:27.635Z Downloaded pem v3.0.6
12282026-06-18T13:23:27.635Z Downloaded paste v1.0.15
12292026-06-18T13:23:27.638Z Downloaded ref-cast-impl v1.0.25
12302026-06-18T13:23:27.641Z Downloaded password-hash v0.5.0
12312026-06-18T13:23:27.641Z Downloaded darling_core v0.23.0
12322026-06-18T13:23:27.643Z Downloaded proc-macro-error2 v2.0.1
12332026-06-18T13:23:27.646Z Downloaded rustc_version v0.1.7
12342026-06-18T13:23:27.648Z Downloaded rustc-hash v2.1.2
12352026-06-18T13:23:27.648Z Downloaded icu_properties v2.2.0
12362026-06-18T13:23:27.651Z Downloaded dropshot_endpoint v0.17.1
12372026-06-18T13:23:27.654Z Downloaded progenitor-client v0.13.0
12382026-06-18T13:23:27.654Z Downloaded progenitor v0.14.0
12392026-06-18T13:23:27.657Z Downloaded quote v1.0.45
12402026-06-18T13:23:27.657Z Downloaded progenitor v0.13.0
12412026-06-18T13:23:27.659Z Downloaded progenitor v0.10.0
12422026-06-18T13:23:27.660Z Downloaded progenitor-macro v0.10.0
12432026-06-18T13:23:27.662Z Downloaded litemap v0.8.2
12442026-06-18T13:23:27.662Z Downloaded progenitor-client v0.14.0
12452026-06-18T13:23:27.665Z Downloaded rustc_version v0.4.1
12462026-06-18T13:23:27.665Z Downloaded phf v0.12.1
12472026-06-18T13:23:27.668Z Downloaded num_enum v0.5.11
12482026-06-18T13:23:27.670Z Downloaded same-file v1.0.6
12492026-06-18T13:23:27.670Z Downloaded rand_chacha v0.9.0
12502026-06-18T13:23:27.673Z Downloaded indicatif v0.18.4
12512026-06-18T13:23:27.676Z Downloaded base64 v0.22.1
12522026-06-18T13:23:27.678Z Downloaded getrandom v0.4.2
12532026-06-18T13:23:27.681Z Downloaded rand_core v0.6.4
12542026-06-18T13:23:27.681Z Downloaded pin-project-lite v0.2.17
12552026-06-18T13:23:27.684Z Downloaded pest_generator v2.8.6
12562026-06-18T13:23:27.687Z Downloaded half v2.7.1
12572026-06-18T13:23:27.689Z Downloaded scroll_derive v0.13.1
12582026-06-18T13:23:27.689Z Downloaded scroll_derive v0.12.1
12592026-06-18T13:23:27.689Z Downloaded scopeguard v1.2.0
12602026-06-18T13:23:27.692Z Downloaded serde-big-array v0.5.1
12612026-06-18T13:23:27.692Z Downloaded elliptic-curve v0.13.8
12622026-06-18T13:23:27.695Z Downloaded heapless v0.8.0
12632026-06-18T13:23:27.698Z Downloaded once_cell v1.21.4
12642026-06-18T13:23:27.700Z Downloaded cc v1.2.63
12652026-06-18T13:23:27.703Z Downloaded crypto-bigint v0.5.5
12662026-06-18T13:23:27.705Z Downloaded parking_lot v0.12.5
12672026-06-18T13:23:27.708Z Downloaded num-traits v0.2.19
12682026-06-18T13:23:27.710Z Downloaded parking_lot_core v0.8.6
12692026-06-18T13:23:27.713Z Downloaded parking_lot v0.11.2
12702026-06-18T13:23:27.713Z Downloaded log v0.4.32
12712026-06-18T13:23:27.716Z Downloaded serde_repr v0.1.20
12722026-06-18T13:23:27.716Z Downloaded serde_spanned v1.1.1
12732026-06-18T13:23:27.718Z Downloaded rand_xorshift v0.4.0
12742026-06-18T13:23:27.718Z Downloaded rand_core v0.10.1
12752026-06-18T13:23:27.721Z Downloaded rand_core v0.9.5
12762026-06-18T13:23:27.721Z Downloaded async-compression v0.4.42
12772026-06-18T13:23:27.724Z Downloaded sha1 v0.11.0
12782026-06-18T13:23:27.727Z Downloaded semver v0.1.20
12792026-06-18T13:23:27.727Z Downloaded serde_urlencoded v0.7.1
12802026-06-18T13:23:27.730Z Downloaded secrecy v0.10.3
12812026-06-18T13:23:27.730Z Downloaded serde_spanned v0.6.9
12822026-06-18T13:23:27.732Z Downloaded resolv-conf v0.7.6
12832026-06-18T13:23:27.732Z Downloaded sigpipe v0.1.3
12842026-06-18T13:23:27.735Z Downloaded pest_derive v2.8.6
12852026-06-18T13:23:27.735Z Downloaded sha1 v0.10.6
12862026-06-18T13:23:27.738Z Downloaded papergrid v0.18.0
12872026-06-18T13:23:27.741Z Downloaded icu_normalizer_data v2.2.0
12882026-06-18T13:23:27.741Z Downloaded parking_lot_core v0.9.12
12892026-06-18T13:23:27.743Z Downloaded rusty-fork v0.3.1
12902026-06-18T13:23:27.744Z Downloaded crossbeam-channel v0.5.15
12912026-06-18T13:23:27.746Z Downloaded clap v4.6.1
12922026-06-18T13:23:27.751Z Downloaded slog-envlogger v2.2.0
12932026-06-18T13:23:27.754Z Downloaded siphasher v1.0.3
12942026-06-18T13:23:27.754Z Downloaded smawk v0.3.2
12952026-06-18T13:23:27.757Z Downloaded lock_api v0.4.14
12962026-06-18T13:23:27.757Z Downloaded postcard v1.1.3
12972026-06-18T13:23:27.759Z Downloaded icu_normalizer v2.2.0
12982026-06-18T13:23:27.762Z Downloaded slog-bunyan v2.5.0
12992026-06-18T13:23:27.762Z Downloaded rustls-native-certs v0.8.4
13002026-06-18T13:23:27.765Z Downloaded chacha20poly1305 v0.10.1
13012026-06-18T13:23:27.765Z Downloaded ingot-types v0.1.2
13022026-06-18T13:23:27.767Z Downloaded crossbeam-epoch v0.9.18
13032026-06-18T13:23:27.767Z Downloaded scroll v0.12.0
13042026-06-18T13:23:27.771Z Downloaded schemars_derive v0.8.22
13052026-06-18T13:23:27.771Z Downloaded ciborium v0.2.2
13062026-06-18T13:23:27.773Z Downloaded scroll v0.13.0
13072026-06-18T13:23:27.773Z Downloaded camino v1.2.2
13082026-06-18T13:23:27.773Z Downloaded serde_derive_internals v0.29.1
13092026-06-18T13:23:27.776Z Downloaded stable_deref_trait v1.2.1
13102026-06-18T13:23:27.776Z Downloaded spin v0.5.2
13112026-06-18T13:23:27.779Z Downloaded anstyle-parse v1.0.0
13122026-06-18T13:23:27.779Z Downloaded structmeta-derive v0.3.0
13132026-06-18T13:23:27.782Z Downloaded structmeta v0.3.0
13142026-06-18T13:23:27.782Z Downloaded flate2 v1.1.9
13152026-06-18T13:23:27.785Z Downloaded strum v0.26.3
13162026-06-18T13:23:27.785Z Downloaded strsim v0.11.1
13172026-06-18T13:23:27.788Z Downloaded rhai_codegen v3.2.0
13182026-06-18T13:23:27.791Z Downloaded progenitor-extras v0.2.0
13192026-06-18T13:23:27.793Z Downloaded konst v0.2.20
13202026-06-18T13:23:27.796Z Downloaded hickory-resolver v0.24.4
13212026-06-18T13:23:27.799Z Downloaded hickory-resolver v0.25.2
13222026-06-18T13:23:27.799Z Downloaded serde_tokenstream v0.2.3
13232026-06-18T13:23:27.802Z Downloaded ingot v0.1.1
13242026-06-18T13:23:27.802Z Downloaded newline-converter v0.3.0
13252026-06-18T13:23:27.804Z Downloaded natord v1.0.9
13262026-06-18T13:23:27.804Z Downloaded mime v0.3.17
13272026-06-18T13:23:27.804Z Downloaded memmap v0.7.0
13282026-06-18T13:23:27.807Z Downloaded match_cfg v0.1.0
13292026-06-18T13:23:27.807Z Downloaded supports-color v3.0.2
13302026-06-18T13:23:27.807Z Downloaded signal-hook-registry v1.4.8
13312026-06-18T13:23:27.810Z Downloaded sync_wrapper v1.0.2
13322026-06-18T13:23:27.810Z Downloaded swrite v0.1.0
13332026-06-18T13:23:27.810Z Downloaded quinn-udp v0.5.14
13342026-06-18T13:23:27.813Z Downloaded tabled_derive v0.7.0
13352026-06-18T13:23:27.813Z Downloaded sha2 v0.10.9
13362026-06-18T13:23:27.815Z Downloaded take_mut v0.2.2
13372026-06-18T13:23:27.815Z Downloaded tabwriter v1.4.1
13382026-06-18T13:23:27.816Z Downloaded tabled_derive v0.11.0
13392026-06-18T13:23:27.818Z Downloaded rustls-pemfile v2.2.0
13402026-06-18T13:23:27.818Z Downloaded proc-macro2 v1.0.106
13412026-06-18T13:23:27.821Z Downloaded papergrid v0.11.0
13422026-06-18T13:23:27.824Z Downloaded serde_plain v1.0.2
13432026-06-18T13:23:27.824Z Downloaded shlex v2.0.1
13442026-06-18T13:23:27.827Z Downloaded progenitor-impl v0.13.0
13452026-06-18T13:23:27.827Z Downloaded rustversion v1.0.22
13462026-06-18T13:23:27.830Z Downloaded rustls-pki-types v1.14.1
13472026-06-18T13:23:27.832Z Downloaded subtle v2.6.1
13482026-06-18T13:23:27.832Z Downloaded slog-stdlog v4.1.1
13492026-06-18T13:23:27.832Z Downloaded slog-term v2.9.2
13502026-06-18T13:23:27.835Z Downloaded icu_locale_core v2.2.0
13512026-06-18T13:23:27.838Z Downloaded termtree v0.5.1
13522026-06-18T13:23:27.838Z Downloaded jiff-static v0.2.28
13532026-06-18T13:23:27.841Z Downloaded thread-id v5.1.0
13542026-06-18T13:23:27.844Z Downloaded thread-id v4.2.2
13552026-06-18T13:23:27.844Z Downloaded miniz_oxide v0.8.9
13562026-06-18T13:23:27.844Z Downloaded pin-project v1.1.13
13572026-06-18T13:23:27.850Z Downloaded slog-json v2.6.1
13582026-06-18T13:23:27.853Z Downloaded tagptr v0.2.0
13592026-06-18T13:23:27.853Z Downloaded slog-scope v4.4.1
13602026-06-18T13:23:27.855Z Downloaded slog-dtrace v0.3.0
13612026-06-18T13:23:27.855Z Downloaded slog-async v2.8.0
13622026-06-18T13:23:27.855Z Downloaded testing_table v0.3.0
13632026-06-18T13:23:27.858Z Downloaded semver v1.0.28
13642026-06-18T13:23:27.858Z Downloaded strum v0.27.2
13652026-06-18T13:23:27.861Z Downloaded icu_collections v2.2.0
13662026-06-18T13:23:27.864Z Downloaded expectorate v1.2.0
13672026-06-18T13:23:27.864Z Downloaded slab v0.4.12
13682026-06-18T13:23:27.867Z Downloaded progenitor-impl v0.14.0
13692026-06-18T13:23:27.867Z Downloaded simd-adler32 v0.3.9
13702026-06-18T13:23:27.870Z Downloaded serde_path_to_error v0.1.20
13712026-06-18T13:23:27.870Z Downloaded progenitor-impl v0.10.0
13722026-06-18T13:23:27.872Z Downloaded http v1.4.1
13732026-06-18T13:23:27.872Z Downloaded managed v0.8.0
13742026-06-18T13:23:27.875Z Downloaded macaddr v1.0.1
13752026-06-18T13:23:27.875Z Downloaded compression-codecs v0.4.38
13762026-06-18T13:23:27.879Z Downloaded clap_derive v4.6.1
13772026-06-18T13:23:27.879Z Downloaded find-msvc-tools v0.1.9
13782026-06-18T13:23:27.881Z Downloaded crossbeam-deque v0.8.6
13792026-06-18T13:23:27.881Z Downloaded thiserror-impl-no-std v2.0.2
13802026-06-18T13:23:27.881Z Downloaded is_terminal_polyfill v1.70.2
13812026-06-18T13:23:27.884Z Downloaded is-terminal v0.4.17
13822026-06-18T13:23:27.884Z Downloaded crypto-common v0.2.2
13832026-06-18T13:23:27.884Z Downloaded time-core v0.1.8
13842026-06-18T13:23:27.888Z Downloaded base64ct v1.8.3
13852026-06-18T13:23:27.888Z Downloaded argon2 v0.5.3
13862026-06-18T13:23:27.891Z Downloaded openssl-sys v0.9.116
13872026-06-18T13:23:27.891Z Downloaded toml_write v0.1.2
13882026-06-18T13:23:27.894Z Downloaded smf v0.2.3
13892026-06-18T13:23:27.894Z Downloaded instant v0.1.13
13902026-06-18T13:23:27.894Z Downloaded cmake v0.1.58
13912026-06-18T13:23:27.896Z Downloaded camino-tempfile v1.4.1
13922026-06-18T13:23:27.896Z Downloaded anstream v1.0.0
13932026-06-18T13:23:27.899Z Downloaded tokio-macros v2.7.0
13942026-06-18T13:23:27.900Z Downloaded smartstring v1.0.1
13952026-06-18T13:23:27.900Z Downloaded pest_meta v2.8.6
13962026-06-18T13:23:27.902Z Downloaded static_assertions v1.1.0
13972026-06-18T13:23:27.902Z Downloaded ryu v1.0.23
13982026-06-18T13:23:27.905Z Downloaded rustls-platform-verifier v0.7.0
13992026-06-18T13:23:27.908Z Downloaded tinyvec_macros v0.1.1
14002026-06-18T13:23:27.908Z Downloaded block-buffer v0.12.0
14012026-06-18T13:23:27.908Z Downloaded compression-core v0.4.32
14022026-06-18T13:23:27.911Z Downloaded embedded-io v0.6.1
14032026-06-18T13:23:27.911Z Downloaded tower-service v0.3.3
14042026-06-18T13:23:27.911Z Downloaded tower-layer v0.3.3
14052026-06-18T13:23:27.911Z Downloaded debug-ignore v1.0.5
14062026-06-18T13:23:27.914Z Downloaded serde_with_macros v3.20.0
14072026-06-18T13:23:27.914Z Downloaded thiserror-impl v2.0.18
14082026-06-18T13:23:27.917Z Downloaded indexmap v2.14.0
14092026-06-18T13:23:27.919Z Downloaded toml_datetime v0.6.11
14102026-06-18T13:23:27.919Z Downloaded strum_macros v0.27.2
14112026-06-18T13:23:27.919Z Downloaded thiserror-impl v1.0.69
14122026-06-18T13:23:27.922Z Downloaded dyn-clone v1.0.20
14132026-06-18T13:23:27.922Z Downloaded dropshot-api-manager-types v0.7.2
14142026-06-18T13:23:27.922Z Downloaded spin v0.9.8
14152026-06-18T13:23:27.927Z Downloaded serde_core v1.0.228
14162026-06-18T13:23:27.927Z Downloaded rayon-core v1.13.0
14172026-06-18T13:23:27.930Z Downloaded tiny-keccak v2.0.2
14182026-06-18T13:23:27.930Z Downloaded minimal-lexical v0.2.1
14192026-06-18T13:23:27.932Z Downloaded typeid v1.0.3
14202026-06-18T13:23:27.933Z Downloaded strum_macros v0.26.4
14212026-06-18T13:23:27.935Z Downloaded cpufeatures v0.2.17
14222026-06-18T13:23:27.935Z Downloaded colorchoice v1.0.5
14232026-06-18T13:23:27.935Z Downloaded tokio-dtrace v0.1.1
14242026-06-18T13:23:27.938Z Downloaded cfg_aliases v0.2.1
14252026-06-18T13:23:27.938Z Downloaded bit-set v0.8.0
14262026-06-18T13:23:27.938Z Downloaded convert_case v0.4.0
14272026-06-18T13:23:27.938Z Downloaded prettyplease v0.2.37
14282026-06-18T13:23:27.941Z Downloaded cfg-if v1.0.4
14292026-06-18T13:23:27.941Z Downloaded terminal_size v0.4.4
14302026-06-18T13:23:27.943Z Downloaded darling_macro v0.21.3
14312026-06-18T13:23:27.943Z Downloaded cobs v0.3.0
14322026-06-18T13:23:27.946Z Downloaded typify-macro v0.4.3
14332026-06-18T13:23:27.949Z Downloaded try-lock v0.2.5
14342026-06-18T13:23:27.951Z Downloaded thiserror v1.0.69
14352026-06-18T13:23:27.954Z Downloaded unarray v0.1.4
14362026-06-18T13:23:27.954Z Downloaded thread_local v1.1.9
14372026-06-18T13:23:27.954Z Downloaded unicode-linebreak v0.1.5
14382026-06-18T13:23:27.957Z Downloaded universal-hash v0.5.1
14392026-06-18T13:23:27.957Z Downloaded thiserror v2.0.18
14402026-06-18T13:23:27.960Z Downloaded hashbrown v0.12.3
14412026-06-18T13:23:27.962Z Downloaded typify-macro v0.6.2
14422026-06-18T13:23:27.962Z Downloaded usdt-attr-macro v0.5.0
14432026-06-18T13:23:27.962Z Downloaded usdt v0.5.0
14442026-06-18T13:23:27.962Z Downloaded untrusted v0.7.1
14452026-06-18T13:23:27.965Z Downloaded thiserror-no-std v2.0.2
14462026-06-18T13:23:27.965Z Downloaded unit-prefix v0.5.2
14472026-06-18T13:23:27.968Z Downloaded hyper-util v0.1.20
14482026-06-18T13:23:27.971Z Downloaded synstructure v0.13.2
14492026-06-18T13:23:27.971Z Downloaded smallvec v1.15.1
14502026-06-18T13:23:27.971Z Downloaded schemars v0.8.22
14512026-06-18T13:23:27.977Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14522026-06-18T13:23:27.981Z Downloaded unicode-xid v0.2.6
14532026-06-18T13:23:27.981Z Downloaded usdt-macro v0.5.0
14542026-06-18T13:23:27.981Z Downloaded memchr v2.8.1
14552026-06-18T13:23:27.984Z Downloaded tempfile v3.27.0
14562026-06-18T13:23:27.984Z Downloaded similar v2.7.0
14572026-06-18T13:23:27.986Z Downloaded thin-vec v0.2.18
14582026-06-18T13:23:27.989Z Downloaded term v1.2.1
14592026-06-18T13:23:27.992Z Downloaded serde_derive v1.0.228
14602026-06-18T13:23:27.992Z Downloaded toml_writer v1.1.1+spec-1.1.0
14612026-06-18T13:23:27.992Z Downloaded qorb v0.4.1
14622026-06-18T13:23:27.995Z Downloaded utf8_iter v1.0.4
14632026-06-18T13:23:27.997Z Downloaded tokio-tungstenite v0.21.0
14642026-06-18T13:23:27.997Z Downloaded tinystr v0.8.3
14652026-06-18T13:23:28.000Z Downloaded waitgroup v0.1.2
14662026-06-18T13:23:28.000Z Downloaded snafu-derive v0.8.9
14672026-06-18T13:23:28.000Z Downloaded utf8parse v0.2.2
14682026-06-18T13:23:28.000Z Downloaded usdt-macro v0.6.0
14692026-06-18T13:23:28.002Z Downloaded usdt v0.6.0
14702026-06-18T13:23:28.003Z Downloaded schemars v0.9.0
14712026-06-18T13:23:28.010Z Downloaded wait-timeout v0.2.1
14722026-06-18T13:23:28.012Z Downloaded version_check v0.9.5
14732026-06-18T13:23:28.012Z Downloaded want v0.3.1
14742026-06-18T13:23:28.012Z Downloaded utf-8 v0.7.6
14752026-06-18T13:23:28.015Z Downloaded yoke-derive v0.8.2
14762026-06-18T13:23:28.018Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14772026-06-18T13:23:28.022Z Downloaded slog v2.8.2
14782026-06-18T13:23:28.033Z Downloaded tokio-stream v0.1.18
14792026-06-18T13:23:28.037Z Downloaded untrusted v0.9.0
14802026-06-18T13:23:28.045Z Downloaded zerofrom-derive v0.1.7
14812026-06-18T13:23:28.049Z Downloaded zone_cfg_derive v0.3.1
14822026-06-18T13:23:28.052Z Downloaded zeroize_derive v1.4.3
14832026-06-18T13:23:28.055Z Downloaded time-macros v0.2.27
14842026-06-18T13:23:28.059Z Downloaded socket2 v0.6.4
14852026-06-18T13:23:28.062Z Downloaded dropshot-api-manager v0.7.2
14862026-06-18T13:23:28.064Z Downloaded toml v0.8.23
14872026-06-18T13:23:28.067Z Downloaded usdt-impl v0.6.0
14882026-06-18T13:23:28.070Z Downloaded zone v0.3.1
14892026-06-18T13:23:28.073Z Downloaded quinn v0.11.9
14902026-06-18T13:23:28.076Z Downloaded tokio-rustls v0.26.4
14912026-06-18T13:23:28.079Z Downloaded usdt-impl v0.5.0
14922026-06-18T13:23:28.086Z Downloaded tracing-attributes v0.1.31
14932026-06-18T13:23:28.092Z Downloaded serde_yaml v0.9.34+deprecated
14942026-06-18T13:23:28.094Z Downloaded usdt-attr-macro v0.6.0
14952026-06-18T13:23:28.094Z Downloaded idna v1.1.0
14962026-06-18T13:23:28.097Z Downloaded walkdir v2.5.0
14972026-06-18T13:23:28.100Z Downloaded vsss-rs v3.3.4
14982026-06-18T13:23:28.100Z Downloaded schemars v1.2.1
14992026-06-18T13:23:28.106Z Downloaded snafu v0.8.9
15002026-06-18T13:23:28.109Z Downloaded textwrap v0.16.2
15012026-06-18T13:23:28.112Z Downloaded test-strategy v0.4.5
15022026-06-18T13:23:28.115Z Downloaded serde v1.0.228
15032026-06-18T13:23:28.115Z Downloaded nom v7.1.3
15042026-06-18T13:23:28.118Z Downloaded mio v1.2.1
15052026-06-18T13:23:28.120Z Downloaded itertools v0.12.1
15062026-06-18T13:23:28.127Z Downloaded ucd-trie v0.1.7
15072026-06-18T13:23:28.130Z Downloaded rustls-webpki v0.103.13
15082026-06-18T13:23:28.132Z Downloaded whoami v1.6.1
15092026-06-18T13:23:28.138Z Downloaded writeable v0.6.3
15102026-06-18T13:23:28.141Z Downloaded tinyvec v1.11.0
15112026-06-18T13:23:28.144Z Downloaded toml v1.1.2+spec-1.1.0
15122026-06-18T13:23:28.150Z Downloaded toml_parser v1.1.2+spec-1.1.0
15132026-06-18T13:23:28.153Z Downloaded rand v0.8.6
15142026-06-18T13:23:28.156Z Downloaded zmij v1.0.21
15152026-06-18T13:23:28.156Z Downloaded zerovec-derive v0.11.3
15162026-06-18T13:23:28.159Z Downloaded zeroize v1.8.2
15172026-06-18T13:23:28.159Z Downloaded rand v0.9.4
15182026-06-18T13:23:28.162Z Downloaded hyper v1.10.1
15192026-06-18T13:23:28.166Z Downloaded toml v0.9.12+spec-1.1.0
15202026-06-18T13:23:28.168Z Downloaded typify v0.6.2
15212026-06-18T13:23:28.174Z Downloaded clap_builder v4.6.0
15222026-06-18T13:23:28.177Z Downloaded typify v0.4.3
15232026-06-18T13:23:28.190Z Downloaded unicode-ident v1.0.24
15242026-06-18T13:23:28.193Z Downloaded zerofrom v0.1.8
15252026-06-18T13:23:28.199Z Downloaded unsafe-libyaml v0.2.11
15262026-06-18T13:23:28.201Z Downloaded hashbrown v0.16.1
15272026-06-18T13:23:28.209Z Downloaded hashbrown v0.15.5
15282026-06-18T13:23:28.212Z Downloaded hashbrown v0.17.1
15292026-06-18T13:23:28.215Z Downloaded zerocopy-derive v0.7.35
15302026-06-18T13:23:28.218Z Downloaded yoke v0.8.3
15312026-06-18T13:23:28.221Z Downloaded steno v0.4.1
15322026-06-18T13:23:28.221Z Downloaded xz2 v0.1.7
15332026-06-18T13:23:28.223Z Downloaded toml_edit v0.25.12+spec-1.1.0
15342026-06-18T13:23:28.227Z Downloaded uuid v1.23.2
15352026-06-18T13:23:28.230Z Downloaded rand v0.10.1
15362026-06-18T13:23:28.233Z Downloaded tungstenite v0.21.0
15372026-06-18T13:23:28.236Z Downloaded pest v2.8.6
15382026-06-18T13:23:28.239Z Downloaded nom v8.0.0
15392026-06-18T13:23:28.241Z Downloaded aho-corasick v1.1.4
15402026-06-18T13:23:28.250Z Downloaded hkdf v0.12.4
15412026-06-18T13:23:28.253Z Downloaded futures-util v0.3.32
15422026-06-18T13:23:28.263Z Downloaded libm v0.2.16
15432026-06-18T13:23:28.270Z Downloaded toml_edit v0.19.15
15442026-06-18T13:23:28.279Z Downloaded toml_edit v0.22.27
15452026-06-18T13:23:28.282Z Downloaded iddqd v0.4.2
15462026-06-18T13:23:28.294Z Downloaded itertools v0.14.0
15472026-06-18T13:23:28.298Z Downloaded icu_properties_data v2.2.0
15482026-06-18T13:23:28.306Z Downloaded h2 v0.4.14
15492026-06-18T13:23:28.328Z Downloaded tower v0.5.3
15502026-06-18T13:23:28.336Z Downloaded typed-path v0.9.3
15512026-06-18T13:23:28.339Z Downloaded reqwest v0.12.28
15522026-06-18T13:23:28.347Z Downloaded ron v0.12.1
15532026-06-18T13:23:28.351Z Downloaded tracing-core v0.1.36
15542026-06-18T13:23:28.360Z Downloaded aws-lc-rs v1.17.0
15552026-06-18T13:23:28.365Z Downloaded zerotrie v0.2.4
15562026-06-18T13:23:28.385Z Downloaded typenum v1.20.1
15572026-06-18T13:23:28.392Z Downloaded tokio-util v0.7.18
15582026-06-18T13:23:28.396Z Downloaded chrono v0.4.45
15592026-06-18T13:23:28.405Z Downloaded goblin v0.8.2
15602026-06-18T13:23:28.411Z Downloaded url v2.5.8
15612026-06-18T13:23:28.414Z Downloaded unicode-segmentation v1.13.3
15622026-06-18T13:23:28.417Z Downloaded zerocopy-derive v0.8.50
15632026-06-18T13:23:28.422Z Downloaded rayon v1.12.0
15642026-06-18T13:23:28.427Z Downloaded unicode-normalization v0.1.25
15652026-06-18T13:23:28.430Z Downloaded serde_json v1.0.150
15662026-06-18T13:23:28.434Z Downloaded portable-atomic v1.13.1
15672026-06-18T13:23:28.438Z Downloaded regex v1.12.3
15682026-06-18T13:23:28.458Z Downloaded reqwest v0.13.4
15692026-06-18T13:23:28.465Z Downloaded zerovec v0.11.6
15702026-06-18T13:23:28.479Z Downloaded tough v0.22.0
15712026-06-18T13:23:28.513Z Downloaded tower-http v0.6.11
15722026-06-18T13:23:28.529Z Downloaded proptest v1.11.0
15732026-06-18T13:23:28.545Z Downloaded serde_with v3.20.0
15742026-06-18T13:23:28.548Z Downloaded zerocopy v0.7.35
15752026-06-18T13:23:28.554Z Downloaded winnow v0.5.40
15762026-06-18T13:23:28.559Z Downloaded tabled v0.15.0
15772026-06-18T13:23:28.568Z Downloaded winnow v1.0.3
15782026-06-18T13:23:28.574Z Downloaded moka v0.12.15
15792026-06-18T13:23:28.579Z Downloaded goblin v0.10.7
15802026-06-18T13:23:28.583Z Downloaded time v0.3.47
15812026-06-18T13:23:28.590Z Downloaded syn v1.0.109
15822026-06-18T13:23:28.596Z Downloaded quinn-proto v0.11.14
15832026-06-18T13:23:28.600Z Downloaded bstr v1.12.1
15842026-06-18T13:23:28.605Z Downloaded curve25519-dalek v4.1.3
15852026-06-18T13:23:28.611Z Downloaded winnow v0.7.15
15862026-06-18T13:23:28.617Z Downloaded openssl v0.10.80
15872026-06-18T13:23:28.655Z Downloaded tabled v0.21.0
15882026-06-18T13:23:28.665Z Downloaded unicode-width v0.2.2
15892026-06-18T13:23:28.669Z Downloaded nix v0.31.3
15902026-06-18T13:23:28.676Z Downloaded vcpkg v0.2.15
15912026-06-18T13:23:28.700Z Downloaded zerocopy v0.8.50
15922026-06-18T13:23:28.710Z Downloaded regress v0.10.5
15932026-06-18T13:23:28.715Z Downloaded webpki-roots v1.0.7
15942026-06-18T13:23:28.718Z Downloaded rhai v1.25.1
15952026-06-18T13:23:28.724Z Downloaded regress v0.11.1
15962026-06-18T13:23:28.729Z Downloaded regex-syntax v0.8.10
15972026-06-18T13:23:28.734Z Downloaded unicode-width v0.1.14
15982026-06-18T13:23:28.738Z Downloaded dropshot v0.17.1
15992026-06-18T13:23:28.751Z Downloaded hickory-proto v0.24.4
16002026-06-18T13:23:28.775Z Downloaded smoltcp v0.11.0
16012026-06-18T13:23:28.781Z Downloaded syn v2.0.117
16022026-06-18T13:23:28.788Z Downloaded openapiv3 v2.2.0
16032026-06-18T13:23:28.801Z Downloaded rustls v0.23.40
16042026-06-18T13:23:28.808Z Downloaded sled v0.34.7
16052026-06-18T13:23:28.814Z Downloaded hickory-proto v0.25.2
16062026-06-18T13:23:28.824Z Downloaded typify-impl v0.4.3
16072026-06-18T13:23:28.831Z Downloaded rustix v0.38.44
16082026-06-18T13:23:28.849Z Downloaded rustix v1.1.4
16092026-06-18T13:23:28.908Z Downloaded typify-impl v0.6.2
16102026-06-18T13:23:28.916Z Downloaded chrono-tz v0.10.4
16112026-06-18T13:23:28.927Z Downloaded petgraph v0.8.3
16122026-06-18T13:23:28.942Z Downloaded tracing v0.1.44
16132026-06-18T13:23:28.963Z Downloaded csv v1.4.0
16142026-06-18T13:23:28.977Z Downloaded regex-automata v0.4.14
16152026-06-18T13:23:28.996Z Downloaded tokio v1.52.3
16162026-06-18T13:23:29.029Z Downloaded petgraph v0.6.5
16172026-06-18T13:23:29.041Z Downloaded lzma-sys v0.1.20
16182026-06-18T13:23:29.058Z Downloaded jiff v0.2.28
16192026-06-18T13:23:29.073Z Downloaded libc v0.2.186
16202026-06-18T13:23:29.093Z Downloaded sha3 v0.10.9
16212026-06-18T13:23:29.096Z Downloaded ring v0.17.14
16222026-06-18T13:23:29.131Z Downloaded encoding_rs v0.8.35
16232026-06-18T13:23:29.817Z Downloaded aws-lc-sys v0.41.0
16242026-06-18T13:23:30.159Z Compiling proc-macro2 v1.0.106
16252026-06-18T13:23:30.159Z Compiling quote v1.0.45
16262026-06-18T13:23:30.159Z Compiling unicode-ident v1.0.24
16272026-06-18T13:23:30.159Z Compiling serde_core v1.0.228
16282026-06-18T13:23:30.159Z Compiling serde v1.0.228
16292026-06-18T13:23:30.159Z Compiling libc v0.2.186
16302026-06-18T13:23:30.162Z Compiling cfg-if v1.0.4
16312026-06-18T13:23:30.450Z Compiling zmij v1.0.21
16322026-06-18T13:23:30.467Z Compiling autocfg v1.5.1
16332026-06-18T13:23:30.783Z Compiling memchr v2.8.1
16342026-06-18T13:23:30.841Z Compiling libm v0.2.16
16352026-06-18T13:23:31.211Z Compiling itoa v1.0.18
16362026-06-18T13:23:31.335Z Compiling icu_properties_data v2.2.0
16372026-06-18T13:23:31.511Z Compiling icu_normalizer_data v2.2.0
16382026-06-18T13:23:31.513Z Compiling version_check v0.9.5
16392026-06-18T13:23:31.645Z Compiling stable_deref_trait v1.2.1
16402026-06-18T13:23:31.675Z Compiling syn v2.0.117
16412026-06-18T13:23:31.745Z Compiling serde_json v1.0.150
16422026-06-18T13:23:31.757Z Compiling writeable v0.6.3
16432026-06-18T13:23:31.790Z Compiling litemap v0.8.2
16442026-06-18T13:23:31.931Z Compiling parking_lot_core v0.9.12
16452026-06-18T13:23:32.016Z Compiling num-traits v0.2.19
16462026-06-18T13:23:32.032Z Compiling utf8_iter v1.0.4
16472026-06-18T13:23:32.195Z Compiling percent-encoding v2.3.2
16482026-06-18T13:23:32.420Z Compiling thiserror v2.0.18
16492026-06-18T13:23:32.480Z Compiling form_urlencoded v1.2.2
16502026-06-18T13:23:32.503Z Compiling getrandom v0.4.2
16512026-06-18T13:23:32.568Z Compiling rand_core v0.10.1
16522026-06-18T13:23:32.759Z Compiling zerocopy v0.8.50
16532026-06-18T13:23:32.787Z Compiling errno v0.3.14
16542026-06-18T13:23:32.790Z Compiling heck v0.5.0
16552026-06-18T13:23:32.894Z Compiling iana-time-zone v0.1.65
16562026-06-18T13:23:33.175Z Compiling uuid v1.23.2
16572026-06-18T13:23:33.252Z Compiling jobserver v0.1.34
16582026-06-18T13:23:33.312Z Compiling find-msvc-tools v0.1.9
16592026-06-18T13:23:33.555Z Compiling shlex v2.0.1
16602026-06-18T13:23:33.580Z Compiling rustversion v1.0.22
16612026-06-18T13:23:33.750Z Compiling cc v1.2.63
16622026-06-18T13:23:33.767Z Compiling semver v1.0.28
16632026-06-18T13:23:33.800Z Compiling dyn-clone v1.0.20
16642026-06-18T13:23:33.926Z Compiling schemars v0.8.22
16652026-06-18T13:23:34.046Z Compiling pin-project-lite v0.2.17
16662026-06-18T13:23:34.153Z Compiling getrandom v0.2.17
16672026-06-18T13:23:34.222Z Compiling scopeguard v1.2.0
16682026-06-18T13:23:34.345Z Compiling lock_api v0.4.14
16692026-06-18T13:23:34.383Z Compiling bitflags v2.12.1
16702026-06-18T13:23:34.512Z Compiling socket2 v0.6.4
16712026-06-18T13:23:34.530Z Compiling cmake v0.1.58
16722026-06-18T13:23:34.623Z Compiling synstructure v0.13.2
16732026-06-18T13:23:34.640Z Compiling serde_derive_internals v0.29.1
16742026-06-18T13:23:34.864Z Compiling signal-hook-registry v1.4.8
16752026-06-18T13:23:34.881Z Compiling mio v1.2.1
16762026-06-18T13:23:35.053Z Compiling dunce v1.0.5
16772026-06-18T13:23:35.140Z Compiling fs_extra v1.3.0
16782026-06-18T13:23:35.159Z Compiling portable-atomic v1.13.1
16792026-06-18T13:23:35.238Z Compiling log v0.4.32
16802026-06-18T13:23:35.337Z Compiling critical-section v1.2.0
16812026-06-18T13:23:35.356Z Compiling futures-core v0.3.32
16822026-06-18T13:23:35.398Z Compiling aws-lc-sys v0.41.0
16832026-06-18T13:23:35.450Z Compiling subtle v2.6.1
16842026-06-18T13:23:35.517Z Compiling equivalent v1.0.2
16852026-06-18T13:23:35.597Z Compiling httparse v1.10.1
16862026-06-18T13:23:35.614Z Compiling futures-sink v0.3.32
16872026-06-18T13:23:35.716Z Compiling slab v0.4.12
16882026-06-18T13:23:35.719Z Compiling rustix v1.1.4
16892026-06-18T13:23:35.746Z Compiling thiserror v1.0.69
16902026-06-18T13:23:35.767Z Compiling serde_derive v1.0.228
16912026-06-18T13:23:35.879Z Compiling zerofrom-derive v0.1.7
16922026-06-18T13:23:35.916Z Compiling yoke-derive v0.8.2
16932026-06-18T13:23:35.951Z Compiling zerovec-derive v0.11.3
16942026-06-18T13:23:36.070Z Compiling displaydoc v0.2.6
16952026-06-18T13:23:36.121Z Compiling schemars_derive v0.8.22
16962026-06-18T13:23:36.280Z Compiling thiserror-impl v2.0.18
16972026-06-18T13:23:36.393Z Compiling tokio-macros v2.7.0
16982026-06-18T13:23:36.852Z Compiling zerocopy-derive v0.8.50
16992026-06-18T13:23:36.974Z Compiling zeroize_derive v1.4.3
17002026-06-18T13:23:37.047Z Compiling futures-macro v0.3.32
17012026-06-18T13:23:37.064Z Compiling zerofrom v0.1.8
17022026-06-18T13:23:37.147Z Compiling once_cell v1.21.4
17032026-06-18T13:23:37.192Z Compiling yoke v0.8.3
17042026-06-18T13:23:37.353Z Compiling ucd-trie v0.1.7
17052026-06-18T13:23:37.396Z Compiling zerovec v0.11.6
17062026-06-18T13:23:37.415Z Compiling zerotrie v0.2.4
17072026-06-18T13:23:37.660Z Compiling pest v2.8.6
17082026-06-18T13:23:37.699Z Compiling typenum v1.20.1
17092026-06-18T13:23:37.716Z Compiling zeroize v1.8.2
17102026-06-18T13:23:37.864Z Compiling thiserror-impl v1.0.69
17112026-06-18T13:23:37.933Z Compiling futures-channel v0.3.32
17122026-06-18T13:23:37.968Z Compiling tinystr v0.8.3
17132026-06-18T13:23:38.021Z Compiling potential_utf v0.1.5
17142026-06-18T13:23:38.187Z Compiling icu_locale_core v2.2.0
17152026-06-18T13:23:38.187Z Compiling icu_collections v2.2.0
17162026-06-18T13:23:38.219Z Compiling futures-io v0.3.32
17172026-06-18T13:23:38.419Z Compiling futures-task v0.3.32
17182026-06-18T13:23:38.589Z Compiling futures-util v0.3.32
17192026-06-18T13:23:38.851Z Compiling pest_meta v2.8.6
17202026-06-18T13:23:38.975Z Compiling smallvec v1.15.1
17212026-06-18T13:23:39.018Z Compiling bytes v1.11.1
17222026-06-18T13:23:39.040Z Compiling icu_provider v2.2.0
17232026-06-18T13:23:39.057Z Compiling chrono v0.4.45
17242026-06-18T13:23:39.628Z Compiling icu_properties v2.2.0
17252026-06-18T13:23:39.631Z Compiling icu_normalizer v2.2.0
17262026-06-18T13:23:39.867Z Compiling parking_lot v0.12.5
17272026-06-18T13:23:40.054Z Compiling serde_tokenstream v0.2.3
17282026-06-18T13:23:40.345Z Compiling tokio v1.52.3
17292026-06-18T13:23:40.723Z Compiling idna_adapter v1.2.2
17302026-06-18T13:23:40.878Z Compiling idna v1.1.0
17312026-06-18T13:23:41.090Z Compiling pest_generator v2.8.6
17322026-06-18T13:23:41.170Z Compiling getrandom v0.3.4
17332026-06-18T13:23:41.212Z Compiling regex-syntax v0.8.10
17342026-06-18T13:23:41.365Z Compiling url v2.5.8
17352026-06-18T13:23:41.435Z Compiling strsim v0.11.1
17362026-06-18T13:23:41.521Z Compiling rand_core v0.6.4
17372026-06-18T13:23:41.707Z Compiling pest_derive v2.8.6
17382026-06-18T13:23:41.727Z Compiling aho-corasick v1.1.4
17392026-06-18T13:23:41.777Z Compiling byteorder v1.5.0
17402026-06-18T13:23:42.247Z Compiling hashbrown v0.17.1
17412026-06-18T13:23:42.462Z Compiling tracing-core v0.1.36
17422026-06-18T13:23:42.980Z Compiling indexmap v2.14.0
17432026-06-18T13:23:43.001Z Compiling ipnetwork v0.21.1
17442026-06-18T13:23:43.108Z Compiling regex-automata v0.4.14
17452026-06-18T13:23:43.249Z Compiling tracing-attributes v0.1.31
17462026-06-18T13:23:43.501Z Compiling ident_case v1.0.1
17472026-06-18T13:23:43.636Z Compiling slog v2.8.2
17482026-06-18T13:23:43.858Z Compiling base64 v0.22.1
17492026-06-18T13:23:43.910Z Compiling paste v1.0.15
17502026-06-18T13:23:43.928Z Compiling anyhow v1.0.102
17512026-06-18T13:23:44.343Z Compiling fnv v1.0.7
17522026-06-18T13:23:44.468Z Compiling tracing v0.1.44
17532026-06-18T13:23:44.539Z Compiling erased-serde v0.3.31
17542026-06-18T13:23:44.791Z Compiling regex v1.12.3
17552026-06-18T13:23:45.014Z Compiling omicron-workspace-hack v0.1.0
17562026-06-18T13:23:45.459Z Compiling http v1.4.1
17572026-06-18T13:23:45.828Z Compiling oxnet v0.1.6
17582026-06-18T13:23:46.171Z Compiling rustls-pki-types v1.14.1
17592026-06-18T13:23:46.646Z Compiling scroll_derive v0.13.1
17602026-06-18T13:23:47.010Z Compiling ring v0.17.14
17612026-06-18T13:23:47.080Z Compiling time-core v0.1.8
17622026-06-18T13:23:47.230Z Compiling num-conv v0.2.2
17632026-06-18T13:23:47.264Z Compiling aws-lc-rs v1.17.0
17642026-06-18T13:23:47.422Z Compiling time-macros v0.2.27
17652026-06-18T13:23:47.591Z Compiling tokio-util v0.7.18
17662026-06-18T13:23:47.917Z Compiling untrusted v0.7.1
17672026-06-18T13:23:48.051Z Compiling untrusted v0.9.0
17682026-06-18T13:23:48.186Z Compiling ipnet v2.12.0
17692026-06-18T13:23:48.429Z Compiling ppv-lite86 v0.2.21
17702026-06-18T13:23:48.758Z Compiling daft-derive v0.1.7
17712026-06-18T13:23:48.890Z Compiling async-trait v0.1.89
17722026-06-18T13:23:49.003Z Compiling rustls v0.23.40
17732026-06-18T13:23:49.235Z Compiling camino v1.2.2
17742026-06-18T13:23:49.338Z Compiling crc32fast v1.5.0
17752026-06-18T13:23:49.575Z Compiling http-body v1.0.1
17762026-06-18T13:23:49.682Z Compiling crossbeam-utils v0.8.21
17772026-06-18T13:23:49.734Z Compiling pretty-hex v0.4.2
17782026-06-18T13:23:49.798Z Compiling atomic-waker v1.1.2
17792026-06-18T13:23:49.834Z Compiling usdt-impl v0.6.0
17802026-06-18T13:23:50.023Z Compiling scroll v0.13.0
17812026-06-18T13:23:50.095Z Compiling ryu v1.0.23
17822026-06-18T13:23:50.278Z Compiling tower-service v0.3.3
17832026-06-18T13:23:50.376Z Compiling try-lock v0.2.5
17842026-06-18T13:23:50.379Z Compiling tower-layer v0.3.3
17852026-06-18T13:23:50.379Z Compiling plain v0.2.3
17862026-06-18T13:23:50.519Z Compiling goblin v0.10.7
17872026-06-18T13:23:50.585Z Compiling want v0.3.1
17882026-06-18T13:23:50.802Z Compiling h2 v0.4.14
17892026-06-18T13:23:51.554Z Compiling slog-async v2.8.0
17902026-06-18T13:23:51.743Z Compiling httpdate v1.0.3
17912026-06-18T13:23:52.134Z Compiling dtrace-parser v0.3.0
17922026-06-18T13:23:52.173Z Compiling thread-id v5.1.0
17932026-06-18T13:23:52.260Z Compiling ref-cast v1.0.25
17942026-06-18T13:23:53.127Z Compiling hyper v1.10.1
17952026-06-18T13:23:54.168Z Compiling dof v0.4.0
17962026-06-18T13:23:54.803Z Compiling hyper-util v0.1.20
17972026-06-18T13:23:55.654Z Compiling rand_core v0.9.5
17982026-06-18T13:23:55.913Z Compiling serde_urlencoded v0.7.1
17992026-06-18T13:23:56.193Z Compiling http-body-util v0.1.3
18002026-06-18T13:23:56.433Z Compiling ref-cast-impl v1.0.25
18012026-06-18T13:23:56.472Z Compiling syn v1.0.109
18022026-06-18T13:23:57.147Z Compiling usdt-attr-macro v0.6.0
18032026-06-18T13:23:57.191Z Compiling usdt-macro v0.6.0
18042026-06-18T13:23:57.529Z Compiling structmeta-derive v0.3.0
18052026-06-18T13:23:58.049Z Compiling multer v3.1.0
18062026-06-18T13:23:58.049Z Compiling foldhash v0.2.0
18072026-06-18T13:23:58.235Z Compiling allocator-api2 v0.2.21
18082026-06-18T13:23:58.344Z Compiling powerfmt v0.2.0
18092026-06-18T13:23:58.571Z Compiling structmeta v0.3.0
18102026-06-18T13:23:58.599Z Compiling hashbrown v0.16.1
18112026-06-18T13:23:58.616Z Compiling deranged v0.5.8
18122026-06-18T13:23:58.757Z Compiling rand_chacha v0.9.0
18132026-06-18T13:23:59.141Z Compiling darling_core v0.23.0
18142026-06-18T13:23:59.303Z Compiling newtype-uuid-macros v0.1.0
18152026-06-18T13:23:59.466Z Compiling num_threads v0.1.7
18162026-06-18T13:23:59.729Z Compiling rand v0.9.4
18172026-06-18T13:23:59.849Z Compiling time v0.3.47
18182026-06-18T13:24:00.091Z Compiling newtype-uuid v1.3.2
18192026-06-18T13:24:00.447Z Compiling strum_macros v0.26.4
18202026-06-18T13:24:00.786Z Compiling async-stream-impl v0.3.6
18212026-06-18T13:24:01.031Z Compiling sync_wrapper v1.0.2
18222026-06-18T13:24:01.149Z Compiling dropshot v0.17.1
18232026-06-18T13:24:01.176Z Compiling darling_macro v0.23.0
18242026-06-18T13:24:01.420Z Compiling hex v0.4.3
18252026-06-18T13:24:01.704Z Compiling tower v0.5.3
18262026-06-18T13:24:01.763Z Compiling darling v0.23.0
18272026-06-18T13:24:01.853Z Compiling daft v0.1.7
18282026-06-18T13:24:01.894Z Compiling crossbeam-channel v0.5.15
18292026-06-18T13:24:02.088Z Compiling webpki-roots v1.0.7
18302026-06-18T13:24:02.132Z Compiling openapiv3 v2.2.0
18312026-06-18T13:24:02.326Z Compiling generic-array v0.14.7
18322026-06-18T13:24:02.668Z Compiling fastrand v2.4.1
18332026-06-18T13:24:02.966Z Compiling tower-http v0.6.11
18342026-06-18T13:24:03.090Z Compiling serde_with_macros v3.20.0
18352026-06-18T13:24:03.631Z Compiling futures-executor v0.3.32
18362026-06-18T13:24:03.853Z Compiling dropshot_endpoint v0.17.1
18372026-06-18T13:24:04.102Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18382026-06-18T13:24:04.209Z Compiling thread_local v1.1.9
18392026-06-18T13:24:04.308Z Compiling openssl-probe v0.2.1
18402026-06-18T13:24:04.544Z Compiling cpufeatures v0.3.0
18412026-06-18T13:24:04.582Z Compiling rustls-native-certs v0.8.4
18422026-06-18T13:24:04.769Z Compiling futures v0.3.32
18432026-06-18T13:24:05.366Z Compiling derive-ex v0.1.8
18442026-06-18T13:24:05.471Z Compiling strum_macros v0.27.2
18452026-06-18T13:24:05.505Z Compiling is-terminal v0.4.17
18462026-06-18T13:24:05.613Z Compiling take_mut v0.2.2
18472026-06-18T13:24:05.732Z Compiling term v1.2.1
18482026-06-18T13:24:06.600Z Compiling winnow v1.0.3
18492026-06-18T13:24:06.908Z Compiling test-strategy v0.4.5
18502026-06-18T13:24:07.237Z Compiling slog-term v2.9.2
18512026-06-18T13:24:08.297Z Compiling tempfile v3.27.0
18522026-06-18T13:24:08.869Z Compiling macaddr v1.0.1
18532026-06-18T13:24:09.107Z Compiling hybrid-array v0.4.12
18542026-06-18T13:24:09.148Z Compiling adler2 v2.0.1
18552026-06-18T13:24:09.223Z Compiling match_cfg v0.1.0
18562026-06-18T13:24:09.303Z Compiling simd-adler32 v0.3.9
18572026-06-18T13:24:09.468Z Compiling miniz_oxide v0.8.9
18582026-06-18T13:24:09.584Z Compiling hostname v0.3.1
18592026-06-18T13:24:10.274Z Compiling slog-json v2.6.1
18602026-06-18T13:24:10.551Z Compiling memmap2 v0.9.10
18612026-06-18T13:24:10.860Z Compiling usdt v0.6.0
18622026-06-18T13:24:11.031Z Compiling slog-bunyan v2.5.0
18632026-06-18T13:24:11.047Z Compiling flate2 v1.1.9
18642026-06-18T13:24:11.219Z Compiling block-buffer v0.12.0
18652026-06-18T13:24:11.401Z Compiling crypto-common v0.2.2
18662026-06-18T13:24:11.481Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18672026-06-18T13:24:11.602Z Compiling either v1.16.0
18682026-06-18T13:24:11.739Z Compiling const-oid v0.10.2
18692026-06-18T13:24:11.826Z Compiling compression-core v0.4.32
18702026-06-18T13:24:12.004Z Compiling debug-ignore v1.0.5
18712026-06-18T13:24:12.037Z Compiling digest v0.11.3
18722026-06-18T13:24:12.120Z Compiling compression-codecs v0.4.38
18732026-06-18T13:24:12.486Z Compiling toml_parser v1.1.2+spec-1.1.0
18742026-06-18T13:24:12.621Z Compiling crypto-common v0.1.7
18752026-06-18T13:24:12.682Z Compiling parse-display-derive v0.10.0
18762026-06-18T13:24:12.777Z Compiling rand_chacha v0.3.1
18772026-06-18T13:24:12.936Z Compiling serde_spanned v1.1.1
18782026-06-18T13:24:12.999Z Compiling toml_datetime v1.1.1+spec-1.1.0
18792026-06-18T13:24:13.088Z Compiling encoding_rs v0.8.35
18802026-06-18T13:24:13.203Z Compiling mime v0.3.17
18812026-06-18T13:24:13.398Z Compiling toml_writer v1.1.1+spec-1.1.0
18822026-06-18T13:24:13.500Z Compiling spin v0.9.8
18832026-06-18T13:24:13.632Z Compiling toml v1.1.2+spec-1.1.0
18842026-06-18T13:24:13.678Z Compiling rand v0.8.6
18852026-06-18T13:24:13.852Z Compiling async-compression v0.4.42
18862026-06-18T13:24:14.208Z Compiling sha1 v0.11.0
18872026-06-18T13:24:14.309Z Compiling strum v0.26.3
18882026-06-18T13:24:14.439Z Compiling async-stream v0.3.6
18892026-06-18T13:24:14.602Z Compiling waitgroup v0.1.2
18902026-06-18T13:24:14.630Z Compiling rustls-pemfile v2.2.0
18912026-06-18T13:24:14.754Z Compiling serde_path_to_error v0.1.20
18922026-06-18T13:24:14.771Z Compiling hostname v0.4.2
18932026-06-18T13:24:14.917Z Compiling wait-timeout v0.2.1
18942026-06-18T13:24:15.325Z Compiling bit-vec v0.8.0
18952026-06-18T13:24:15.373Z Compiling quick-error v1.2.3
18962026-06-18T13:24:15.450Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-18T13:24:15.501Z Compiling rusty-fork v0.3.1
18982026-06-18T13:24:15.565Z Compiling bit-set v0.8.0
18992026-06-18T13:24:15.720Z Compiling serde_with v3.20.0
19002026-06-18T13:24:15.753Z Compiling rand_xorshift v0.4.0
19012026-06-18T13:24:15.936Z Compiling unarray v0.1.4
19022026-06-18T13:24:16.061Z Compiling proptest v1.11.0
19032026-06-18T13:24:16.322Z Compiling strum v0.27.2
19042026-06-18T13:24:16.461Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19052026-06-18T13:24:16.609Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19062026-06-18T13:24:16.613Z Compiling instant v0.1.13
19072026-06-18T13:24:16.933Z Compiling itertools v0.14.0
19082026-06-18T13:24:17.060Z Compiling iddqd v0.4.2
19092026-06-18T13:24:17.389Z Compiling unicode-width v0.2.2
19102026-06-18T13:24:17.954Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19112026-06-18T13:24:18.252Z Compiling block-buffer v0.10.4
19122026-06-18T13:24:18.337Z Compiling backon v1.6.0
19132026-06-18T13:24:18.426Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19142026-06-18T13:24:18.442Z Compiling regress v0.10.5
19152026-06-18T13:24:20.333Z Compiling digest v0.10.7
19162026-06-18T13:24:20.526Z Compiling backoff v0.4.0
19172026-06-18T13:24:20.732Z Compiling parse-display v0.10.0
19182026-06-18T13:24:20.993Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19192026-06-18T13:24:21.543Z Compiling humantime v2.3.0
19202026-06-18T13:24:23.394Z Compiling regress v0.11.1
19212026-06-18T13:24:24.492Z Compiling zerocopy-derive v0.7.35
19222026-06-18T13:24:24.906Z Compiling typify-impl v0.6.2
19232026-06-18T13:24:25.430Z Compiling darling_core v0.21.3
19242026-06-18T13:24:25.483Z Compiling clap_derive v4.6.1
19252026-06-18T13:24:25.758Z Compiling cpufeatures v0.2.17
19262026-06-18T13:24:26.419Z Compiling utf8parse v0.2.2
19272026-06-18T13:24:26.534Z Compiling convert_case v0.4.0
19282026-06-18T13:24:26.828Z Compiling derive_more v0.99.20
19292026-06-18T13:24:27.094Z Compiling anstyle-parse v1.0.0
19302026-06-18T13:24:27.460Z Compiling darling_macro v0.21.3
19312026-06-18T13:24:28.038Z Compiling terminal_size v0.4.4
19322026-06-18T13:24:28.071Z Compiling toml_datetime v0.6.11
19332026-06-18T13:24:28.164Z Compiling typify-macro v0.6.2
19342026-06-18T13:24:28.201Z Compiling colorchoice v1.0.5
19352026-06-18T13:24:28.273Z Compiling is_terminal_polyfill v1.70.2
19362026-06-18T13:24:28.290Z Compiling anstyle-query v1.1.5
19372026-06-18T13:24:28.396Z Compiling anstyle v1.0.14
19382026-06-18T13:24:28.597Z Compiling anstream v1.0.0
19392026-06-18T13:24:28.655Z Compiling darling v0.21.3
19402026-06-18T13:24:29.158Z Compiling secrecy v0.10.3
19412026-06-18T13:24:29.400Z Compiling tinyvec_macros v0.1.1
19422026-06-18T13:24:29.426Z Compiling clap_lex v1.1.0
19432026-06-18T13:24:29.502Z Compiling crucible-workspace-hack v0.1.0
19442026-06-18T13:24:29.568Z Compiling heapless v0.8.0
19452026-06-18T13:24:29.769Z Compiling typify v0.6.2
19462026-06-18T13:24:29.773Z Compiling clap_builder v4.6.0
19472026-06-18T13:24:29.861Z Compiling tinyvec v1.11.0
19482026-06-18T13:24:30.281Z Compiling ingot-macros v0.1.1
19492026-06-18T13:24:30.284Z Compiling zerocopy v0.7.35
19502026-06-18T13:24:30.781Z Compiling hash32 v0.3.1
19512026-06-18T13:24:30.808Z Compiling scroll_derive v0.12.1
19522026-06-18T13:24:30.868Z Compiling rustc_version v0.4.1
19532026-06-18T13:24:31.112Z Compiling num-integer v0.1.46
19542026-06-18T13:24:31.133Z Compiling usdt-impl v0.5.0
19552026-06-18T13:24:31.407Z Compiling smoltcp v0.11.0
19562026-06-18T13:24:31.532Z Compiling scroll v0.12.0
19572026-06-18T13:24:31.592Z Compiling clap v4.6.1
19582026-06-18T13:24:31.783Z Compiling curve25519-dalek v4.1.3
19592026-06-18T13:24:32.082Z Compiling dof v0.3.0
19602026-06-18T13:24:32.923Z Compiling ingot-types v0.1.2
19612026-06-18T13:24:33.559Z Compiling hmac v0.12.1
19622026-06-18T13:24:33.669Z Compiling dtrace-parser v0.2.0
19632026-06-18T13:24:33.687Z Compiling inout v0.1.4
19642026-06-18T13:24:33.766Z Compiling ff v0.13.1
19652026-06-18T13:24:33.842Z Compiling cobs v0.3.0
19662026-06-18T13:24:34.141Z Compiling thread-id v4.2.2
19672026-06-18T13:24:34.220Z Compiling bitflags v1.3.2
19682026-06-18T13:24:34.339Z Compiling unsafe-libyaml v0.2.11
19692026-06-18T13:24:34.412Z Compiling managed v0.8.0
19702026-06-18T13:24:34.914Z Compiling serde_yaml v0.9.34+deprecated
19712026-06-18T13:24:35.494Z Compiling postcard v1.1.3
19722026-06-18T13:24:35.857Z Compiling group v0.13.0
19732026-06-18T13:24:35.976Z Compiling cipher v0.4.4
19742026-06-18T13:24:36.128Z Compiling hkdf v0.12.4
19752026-06-18T13:24:36.291Z Compiling ingot v0.1.1
19762026-06-18T13:24:36.823Z Compiling goblin v0.8.2
19772026-06-18T13:24:37.135Z Compiling num-iter v0.1.45
19782026-06-18T13:24:37.273Z Compiling num-rational v0.4.2
19792026-06-18T13:24:38.477Z Compiling tabwriter v1.4.1
19802026-06-18T13:24:38.660Z Compiling universal-hash v0.5.1
19812026-06-18T13:24:38.806Z Compiling crypto-bigint v0.5.5
19822026-06-18T13:24:38.826Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-06-18T13:24:38.918Z Compiling thiserror-impl-no-std v2.0.2
19842026-06-18T13:24:39.563Z Compiling hubpack_derive v0.1.1
19852026-06-18T13:24:39.945Z Compiling crossbeam-epoch v0.9.18
19862026-06-18T13:24:40.087Z Compiling half v2.7.1
19872026-06-18T13:24:40.265Z Compiling curve25519-dalek-derive v0.1.1
19882026-06-18T13:24:40.466Z Compiling num-complex v0.4.6
19892026-06-18T13:24:41.043Z Compiling memoffset v0.9.1
19902026-06-18T13:24:41.097Z Compiling opaque-debug v0.3.1
19912026-06-18T13:24:41.380Z Compiling ciborium-io v0.2.2
19922026-06-18T13:24:41.482Z Compiling cfg_aliases v0.2.1
19932026-06-18T13:24:41.564Z Compiling prettyplease v0.2.37
19942026-06-18T13:24:41.637Z Compiling base64ct v1.8.3
19952026-06-18T13:24:41.824Z Compiling base16ct v0.2.0
19962026-06-18T13:24:42.002Z Compiling elliptic-curve v0.13.8
19972026-06-18T13:24:42.036Z Compiling password-hash v0.5.0
19982026-06-18T13:24:42.306Z Compiling nix v0.31.3
19992026-06-18T13:24:42.707Z Compiling ciborium-ll v0.2.2
20002026-06-18T13:24:43.174Z Compiling poly1305 v0.8.0
20012026-06-18T13:24:43.542Z Compiling num v0.4.3
20022026-06-18T13:24:43.623Z Compiling hubpack v0.1.2
20032026-06-18T13:24:43.778Z Compiling thiserror-no-std v2.0.2
20042026-06-18T13:24:44.796Z Compiling chacha20 v0.9.1
20052026-06-18T13:24:45.346Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20062026-06-18T13:24:45.698Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20072026-06-18T13:24:45.701Z Compiling reqwest v0.12.28
20082026-06-18T13:24:46.266Z Compiling toml_edit v0.25.12+spec-1.1.0
20092026-06-18T13:24:46.595Z Compiling blake2 v0.10.6
20102026-06-18T13:24:46.950Z Compiling aead v0.5.2
20112026-06-18T13:24:47.145Z Compiling byte-wrapper v0.1.0
20122026-06-18T13:24:47.307Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20132026-06-18T13:24:47.380Z Compiling serde_repr v0.1.20
20142026-06-18T13:24:47.964Z Compiling proc-macro-error-attr v1.0.4
20152026-06-18T13:24:48.080Z Compiling bstr v1.12.1
20162026-06-18T13:24:48.213Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20172026-06-18T13:24:48.250Z Compiling rustix v0.38.44
20182026-06-18T13:24:48.351Z Compiling static_assertions v1.1.0
20192026-06-18T13:24:48.471Z Compiling float-ord v0.3.2
20202026-06-18T13:24:48.543Z Compiling keccak v0.1.6
20212026-06-18T13:24:48.698Z Compiling sha3 v0.10.9
20222026-06-18T13:24:49.075Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20232026-06-18T13:24:49.093Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20242026-06-18T13:24:49.708Z Compiling chacha20poly1305 v0.10.1
20252026-06-18T13:24:49.728Z Compiling argon2 v0.5.3
20262026-06-18T13:24:49.854Z Compiling proc-macro-crate v3.5.0
20272026-06-18T13:24:50.262Z Compiling progenitor-client v0.10.0
20282026-06-18T13:24:50.724Z Compiling vsss-rs v3.3.4
20292026-06-18T13:24:51.936Z Compiling ciborium v0.2.2
20302026-06-18T13:24:52.191Z Compiling rustls-webpki v0.103.13
20312026-06-18T13:24:52.779Z Compiling usdt-attr-macro v0.5.0
20322026-06-18T13:24:52.917Z Compiling usdt-macro v0.5.0
20332026-06-18T13:24:54.740Z Compiling enum-as-inner v0.6.1
20342026-06-18T13:24:54.821Z Compiling num-derive v0.4.2
20352026-06-18T13:24:55.312Z Compiling proc-macro-error v1.0.4
20362026-06-18T13:24:55.461Z Compiling memmap v0.7.0
20372026-06-18T13:24:55.691Z Compiling winnow v0.5.40
20382026-06-18T13:24:55.790Z Compiling data-encoding v2.11.0
20392026-06-18T13:24:56.079Z Compiling indent_write v2.2.0
20402026-06-18T13:24:56.114Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20412026-06-18T13:24:56.233Z Compiling tokio-rustls v0.26.4
20422026-06-18T13:24:56.358Z Compiling rustls-platform-verifier v0.7.0
20432026-06-18T13:24:56.534Z Compiling hyper-rustls v0.27.9
20442026-06-18T13:24:56.949Z Compiling reqwest v0.13.4
20452026-06-18T13:24:57.508Z Compiling toml_edit v0.19.15
20462026-06-18T13:24:57.549Z Compiling usdt v0.5.0
20472026-06-18T13:24:58.280Z Compiling progenitor-client v0.14.0
20482026-06-18T13:24:58.754Z Compiling progenitor-extras v0.2.0
20492026-06-18T13:24:58.995Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-18T13:24:59.472Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20512026-06-18T13:24:59.572Z Compiling num_enum_derive v0.7.6
20522026-06-18T13:24:59.891Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-18T13:25:01.545Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-18T13:25:03.928Z Compiling serde_spanned v0.6.9
20552026-06-18T13:25:04.088Z Compiling foreign-types-macros v0.2.3
20562026-06-18T13:25:04.756Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-18T13:25:11.162Z Compiling colored v3.1.1
20582026-06-18T13:25:11.180Z Compiling vcpkg v0.2.15
20592026-06-18T13:25:11.839Z Compiling toml_write v0.1.2
20602026-06-18T13:25:11.873Z Compiling bytecount v0.6.9
20612026-06-18T13:25:11.962Z Compiling pkg-config v0.3.33
20622026-06-18T13:25:12.043Z Compiling foreign-types-shared v0.3.1
20632026-06-18T13:25:12.153Z Compiling winnow v0.7.15
20642026-06-18T13:25:12.201Z Compiling foreign-types v0.5.0
20652026-06-18T13:25:12.431Z Compiling openssl-sys v0.9.116
20662026-06-18T13:25:12.833Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-06-18T13:25:13.016Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20682026-06-18T13:25:13.394Z Compiling num_enum v0.7.6
20692026-06-18T13:25:13.533Z Compiling toml_edit v0.22.27
20702026-06-18T13:25:13.588Z Compiling proc-macro-crate v1.3.1
20712026-06-18T13:25:13.889Z Compiling progenitor-impl v0.13.0
20722026-06-18T13:25:13.923Z Compiling chacha20 v0.10.0
20732026-06-18T13:25:13.940Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20742026-06-18T13:25:14.591Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20752026-06-18T13:25:14.619Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20762026-06-18T13:25:14.646Z Compiling cstr-argument v0.1.2
20772026-06-18T13:25:14.827Z Compiling resolv-conf v0.7.6
20782026-06-18T13:25:14.890Z Compiling swrite v0.1.0
20792026-06-18T13:25:15.010Z Compiling rayon-core v1.13.0
20802026-06-18T13:25:15.040Z Compiling unicode-segmentation v1.13.3
20812026-06-18T13:25:15.674Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20822026-06-18T13:25:15.927Z Compiling linked-hash-map v0.5.6
20832026-06-18T13:25:15.944Z Compiling semver v0.1.20
20842026-06-18T13:25:16.055Z Compiling heck v0.4.1
20852026-06-18T13:25:16.149Z Compiling rustc_version v0.1.7
20862026-06-18T13:25:16.207Z Compiling lru-cache v0.1.2
20872026-06-18T13:25:16.287Z Compiling progenitor-macro v0.13.0
20882026-06-18T13:25:16.354Z Compiling newline-converter v0.3.0
20892026-06-18T13:25:16.395Z Compiling toml v0.8.23
20902026-06-18T13:25:16.497Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20912026-06-18T13:25:16.513Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20922026-06-18T13:25:16.980Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20932026-06-18T13:25:17.124Z Compiling rand v0.10.1
20942026-06-18T13:25:17.199Z Compiling num_enum_derive v0.5.11
20952026-06-18T13:25:17.822Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20962026-06-18T13:25:18.023Z Compiling atomicwrites v0.4.4
20972026-06-18T13:25:18.065Z Compiling progenitor-client v0.13.0
20982026-06-18T13:25:18.208Z Compiling hickory-proto v0.24.4
20992026-06-18T13:25:18.255Z Compiling similar v2.7.0
21002026-06-18T13:25:18.325Z Compiling crossbeam-deque v0.8.6
21012026-06-18T13:25:18.546Z Compiling progenitor-impl v0.14.0
21022026-06-18T13:25:18.549Z Compiling console v0.15.11
21032026-06-18T13:25:19.813Z Compiling camino-tempfile v1.4.1
21042026-06-18T13:25:20.237Z Compiling serde-big-array v0.5.1
21052026-06-18T13:25:20.406Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21062026-06-18T13:25:20.441Z Compiling pin-project-internal v1.1.13
21072026-06-18T13:25:20.583Z Compiling derive-where v1.6.1
21082026-06-18T13:25:20.939Z Compiling lazy_static v1.5.0
21092026-06-18T13:25:21.024Z Compiling minimal-lexical v0.2.1
21102026-06-18T13:25:21.060Z Compiling siphasher v1.0.3
21112026-06-18T13:25:21.277Z Compiling nom v7.1.3
21122026-06-18T13:25:21.280Z Compiling phf_shared v0.12.1
21132026-06-18T13:25:21.538Z Compiling pin-project v1.1.13
21142026-06-18T13:25:21.656Z Compiling progenitor-macro v0.14.0
21152026-06-18T13:25:21.856Z Compiling progenitor v0.13.0
21162026-06-18T13:25:22.013Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21172026-06-18T13:25:22.355Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-18T13:25:22.647Z Compiling hickory-resolver v0.24.4
21192026-06-18T13:25:25.374Z Compiling expectorate v1.2.0
21202026-06-18T13:25:25.894Z Compiling num_enum v0.5.11
21212026-06-18T13:25:27.116Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21222026-06-18T13:25:28.079Z Compiling newtype_derive v0.1.6
21232026-06-18T13:25:28.342Z Compiling unicode-normalization v0.1.25
21242026-06-18T13:25:28.926Z Compiling tokio-stream v0.1.18
21252026-06-18T13:25:29.495Z Compiling async-recursion v1.1.1
21262026-06-18T13:25:29.573Z Compiling snafu-derive v0.8.9
21272026-06-18T13:25:30.105Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21282026-06-18T13:25:30.184Z Compiling slog-dtrace v0.3.0
21292026-06-18T13:25:30.434Z Compiling csv-core v0.1.13
21302026-06-18T13:25:30.453Z Compiling same-file v1.0.6
21312026-06-18T13:25:30.646Z Compiling owo-colors v4.3.0
21322026-06-18T13:25:30.855Z Compiling unicode-width v0.1.14
21332026-06-18T13:25:31.023Z Compiling highway v1.3.0
21342026-06-18T13:25:31.174Z Compiling unicode-xid v0.2.6
21352026-06-18T13:25:31.309Z Compiling openssl v0.10.80
21362026-06-18T13:25:31.327Z Compiling foreign-types-shared v0.1.1
21372026-06-18T13:25:31.430Z Compiling foldhash v0.1.5
21382026-06-18T13:25:31.612Z Compiling konst_macro_rules v0.2.19
21392026-06-18T13:25:31.664Z Compiling cancel-safe-futures v0.1.5
21402026-06-18T13:25:31.714Z Compiling chrono-tz v0.10.4
21412026-06-18T13:25:31.812Z Compiling konst v0.2.20
21422026-06-18T13:25:32.002Z Compiling hashbrown v0.15.5
21432026-06-18T13:25:32.018Z Compiling foreign-types v0.3.2
21442026-06-18T13:25:32.081Z Compiling snafu v0.8.9
21452026-06-18T13:25:32.103Z Compiling const_format_proc_macros v0.2.34
21462026-06-18T13:25:32.200Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21472026-06-18T13:25:32.665Z Compiling csv v1.4.0
21482026-06-18T13:25:32.723Z Compiling walkdir v2.5.0
21492026-06-18T13:25:33.054Z Compiling progenitor v0.14.0
21502026-06-18T13:25:33.208Z Compiling qorb v0.4.1
21512026-06-18T13:25:33.449Z Compiling olpc-cjson v0.1.4
21522026-06-18T13:25:33.541Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21532026-06-18T13:25:33.665Z Compiling rayon v1.12.0
21542026-06-18T13:25:34.462Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21552026-06-18T13:25:34.993Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-18T13:25:35.849Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-06-18T13:25:36.966Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21582026-06-18T13:25:37.521Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21592026-06-18T13:25:38.157Z Compiling phf v0.12.1
21602026-06-18T13:25:38.781Z Compiling zone_cfg_derive v0.3.1
21612026-06-18T13:25:38.937Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21622026-06-18T13:25:39.523Z Compiling tokio-dtrace v0.1.1
21632026-06-18T13:25:39.727Z Compiling globset v0.4.18
21642026-06-18T13:25:39.847Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21652026-06-18T13:25:40.080Z Compiling itertools v0.12.1
21662026-06-18T13:25:41.403Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21672026-06-18T13:25:41.431Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21682026-06-18T13:25:41.534Z Compiling libsw-core v0.3.2
21692026-06-18T13:25:41.551Z Compiling pem v3.0.6
21702026-06-18T13:25:41.719Z Compiling serde_plain v1.0.2
21712026-06-18T13:25:41.998Z Compiling openssl-macros v0.1.1
21722026-06-18T13:25:42.020Z Compiling cookie v0.18.1
21732026-06-18T13:25:42.227Z Compiling sigpipe v0.1.3
21742026-06-18T13:25:42.337Z Compiling fixedbitset v0.4.2
21752026-06-18T13:25:42.354Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-06-18T13:25:42.513Z Compiling jiff v0.2.28
21772026-06-18T13:25:42.608Z Compiling fixedbitset v0.5.7
21782026-06-18T13:25:42.625Z Compiling glob v0.3.3
21792026-06-18T13:25:42.657Z Compiling typed-path v0.9.3
21802026-06-18T13:25:42.964Z Compiling petgraph v0.8.3
21812026-06-18T13:25:43.112Z Compiling petgraph v0.6.5
21822026-06-18T13:25:43.612Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21832026-06-18T13:25:43.854Z Compiling tough v0.22.0
21842026-06-18T13:25:44.750Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21852026-06-18T13:25:44.874Z Compiling libsw v3.5.0
21862026-06-18T13:25:45.069Z Compiling zone v0.3.1
21872026-06-18T13:25:45.346Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21882026-06-18T13:25:45.582Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-18T13:25:45.650Z Compiling oxide-tokio-rt v0.1.6
21902026-06-18T13:25:46.218Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-06-18T13:25:46.761Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21922026-06-18T13:25:49.069Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-06-18T13:25:49.193Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21942026-06-18T13:25:49.402Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-06-18T13:25:49.896Z Compiling const_format v0.2.36
21962026-06-18T13:25:50.700Z Compiling papergrid v0.11.0
21972026-06-18T13:25:50.805Z Compiling tabled_derive v0.7.0
21982026-06-18T13:25:51.052Z Compiling gethostname v0.5.0
21992026-06-18T13:25:51.199Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-06-18T13:25:51.775Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22012026-06-18T13:25:52.443Z Compiling libscf-sys v1.2.0
22022026-06-18T13:25:52.500Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-06-18T13:25:52.592Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22042026-06-18T13:25:52.634Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-06-18T13:25:52.656Z Compiling smf v0.2.3
22062026-06-18T13:25:52.751Z Compiling bcs v0.1.6
22072026-06-18T13:25:52.769Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22082026-06-18T13:25:53.159Z Compiling tagptr v0.2.0
22092026-06-18T13:25:53.336Z Compiling termtree v0.5.1
22102026-06-18T13:25:53.518Z Compiling unicode-linebreak v0.1.5
22112026-06-18T13:25:53.537Z Compiling whoami v1.6.1
22122026-06-18T13:25:53.795Z Compiling linear-map v1.2.0
22132026-06-18T13:25:53.812Z Compiling smawk v0.3.2
22142026-06-18T13:25:53.983Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22152026-06-18T13:25:54.000Z Compiling textwrap v0.16.2
22162026-06-18T13:25:55.559Z Compiling moka v0.12.15
22172026-06-18T13:25:55.684Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22182026-06-18T13:25:55.880Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22192026-06-18T13:25:56.080Z Compiling tabled v0.15.0
22202026-06-18T13:25:56.781Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-18T13:25:56.839Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22222026-06-18T13:25:56.956Z Compiling steno v0.4.1
22232026-06-18T13:25:57.050Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-06-18T13:25:58.497Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22252026-06-18T13:26:02.191Z Compiling hickory-proto v0.25.2
22262026-06-18T13:26:02.930Z Compiling proc-macro-error-attr2 v2.0.0
22272026-06-18T13:26:03.384Z Compiling proc-macro-error2 v2.0.1
22282026-06-18T13:26:03.679Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22292026-06-18T13:26:03.943Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22302026-06-18T13:26:04.051Z Compiling parking_lot_core v0.8.6
22312026-06-18T13:26:04.138Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22322026-06-18T13:26:04.272Z Compiling tabled_derive v0.11.0
22332026-06-18T13:26:04.363Z Compiling hickory-resolver v0.25.2
22342026-06-18T13:26:05.308Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-06-18T13:26:05.428Z Compiling papergrid v0.18.0
22362026-06-18T13:26:05.816Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22372026-06-18T13:26:06.118Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22382026-06-18T13:26:07.626Z Compiling testing_table v0.3.0
22392026-06-18T13:26:08.142Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22402026-06-18T13:26:08.566Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22412026-06-18T13:26:08.832Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22422026-06-18T13:26:09.768Z Compiling tabled v0.21.0
22432026-06-18T13:26:10.187Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22442026-06-18T13:26:11.140Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22452026-06-18T13:26:11.140Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22462026-06-18T13:26:11.140Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22472026-06-18T13:26:11.674Z Compiling arc-swap v1.9.1
22482026-06-18T13:26:12.025Z Compiling slog-scope v4.4.1
22492026-06-18T13:26:12.484Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22502026-06-18T13:26:12.572Z Compiling parking_lot v0.11.2
22512026-06-18T13:26:13.465Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22522026-06-18T13:26:14.228Z Compiling dropshot-api-manager-types v0.7.2
22532026-06-18T13:26:15.245Z Compiling fxhash v0.2.1
22542026-06-18T13:26:15.245Z Compiling crc8 v0.1.1
22552026-06-18T13:26:15.245Z Compiling sled v0.34.7
22562026-06-18T13:26:15.245Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22572026-06-18T13:26:15.245Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22582026-06-18T13:26:15.726Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22592026-06-18T13:26:17.525Z Compiling slog-stdlog v4.1.1
22602026-06-18T13:26:17.970Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22612026-06-18T13:26:18.176Z Compiling slog-envlogger v2.2.0
22622026-06-18T13:26:18.278Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22632026-06-18T13:26:19.530Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22642026-06-18T13:26:21.843Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22652026-06-18T13:26:23.382Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22662026-06-18T13:26:24.739Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22672026-06-18T13:26:35.029Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22682026-06-18T13:26:40.240Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22692026-06-18T13:26:43.388Z Finished `release` profile [optimized] target(s) in 3m 38s
22702026-06-18T13:26:43.716Z+ banner quartet
22712026-06-18T13:26:43.719Z
22722026-06-18T13:26:43.719Z #### # # ## ##### ##### ###### #####
22732026-06-18T13:26:43.719Z # # # # # # # # # # #
22742026-06-18T13:26:43.719Z # # # # # # # # # ##### #
22752026-06-18T13:26:43.719Z # # # # # ###### ##### # # #
22762026-06-18T13:26:43.719Z # # # # # # # # # # #
22772026-06-18T13:26:43.719Z ### # #### # # # # # ###### #
22782026-06-18T13:26:43.719Z
22792026-06-18T13:26:43.719Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22802026-06-18T13:26:44.279Z Compiling cfg-if v1.0.4
22812026-06-18T13:26:44.283Z Compiling libc v0.2.186
22822026-06-18T13:26:44.283Z Compiling serde_core v1.0.228
22832026-06-18T13:26:44.388Z Compiling memchr v2.8.1
22842026-06-18T13:26:44.395Z Compiling itoa v1.0.18
22852026-06-18T13:26:44.398Z Compiling smallvec v1.15.1
22862026-06-18T13:26:44.411Z Compiling stable_deref_trait v1.2.1
22872026-06-18T13:26:44.414Z Compiling zerofrom v0.1.8
22882026-06-18T13:26:44.433Z Compiling zmij v1.0.21
22892026-06-18T13:26:44.483Z Compiling writeable v0.6.3
22902026-06-18T13:26:44.541Z Compiling yoke v0.8.3
22912026-06-18T13:26:44.624Z Compiling litemap v0.8.2
22922026-06-18T13:26:44.642Z Compiling utf8_iter v1.0.4
22932026-06-18T13:26:44.720Z Compiling zerovec v0.11.6
22942026-06-18T13:26:44.740Z Compiling zerotrie v0.2.4
22952026-06-18T13:26:44.757Z Compiling percent-encoding v2.3.2
22962026-06-18T13:26:44.800Z Compiling libm v0.2.16
22972026-06-18T13:26:44.816Z Compiling icu_normalizer_data v2.2.0
22982026-06-18T13:26:44.878Z Compiling icu_properties_data v2.2.0
22992026-06-18T13:26:44.895Z Compiling form_urlencoded v1.2.2
23002026-06-18T13:26:45.019Z Compiling rand_core v0.10.1
23012026-06-18T13:26:45.037Z Compiling errno v0.3.14
23022026-06-18T13:26:45.163Z Compiling iana-time-zone v0.1.65
23032026-06-18T13:26:45.176Z Compiling getrandom v0.4.2
23042026-06-18T13:26:45.208Z Compiling pin-project-lite v0.2.17
23052026-06-18T13:26:45.219Z Compiling zeroize v1.8.2
23062026-06-18T13:26:45.308Z Compiling tinystr v0.8.3
23072026-06-18T13:26:45.311Z Compiling potential_utf v0.1.5
23082026-06-18T13:26:45.373Z Compiling dyn-clone v1.0.20
23092026-06-18T13:26:45.457Z Compiling icu_collections v2.2.0
23102026-06-18T13:26:45.501Z Compiling icu_locale_core v2.2.0
23112026-06-18T13:26:45.512Z Compiling socket2 v0.6.4
23122026-06-18T13:26:45.515Z Compiling scopeguard v1.2.0
23132026-06-18T13:26:45.532Z Compiling parking_lot_core v0.9.12
23142026-06-18T13:26:45.543Z Compiling signal-hook-registry v1.4.8
23152026-06-18T13:26:45.633Z Compiling num-traits v0.2.19
23162026-06-18T13:26:45.929Z Compiling lock_api v0.4.14
23172026-06-18T13:26:46.074Z Compiling mio v1.2.1
23182026-06-18T13:26:46.183Z Compiling parking_lot v0.12.5
23192026-06-18T13:26:46.223Z Compiling serde v1.0.228
23202026-06-18T13:26:46.284Z Compiling serde_json v1.0.150
23212026-06-18T13:26:46.389Z Compiling icu_provider v2.2.0
23222026-06-18T13:26:46.406Z Compiling uuid v1.23.2
23232026-06-18T13:26:46.499Z Compiling semver v1.0.28
23242026-06-18T13:26:46.771Z Compiling bytes v1.11.1
23252026-06-18T13:26:46.843Z Compiling icu_normalizer v2.2.0
23262026-06-18T13:26:46.989Z Compiling icu_properties v2.2.0
23272026-06-18T13:26:47.001Z Compiling chrono v0.4.45
23282026-06-18T13:26:47.106Z Compiling portable-atomic v1.13.1
23292026-06-18T13:26:47.149Z Compiling thiserror v2.0.18
23302026-06-18T13:26:47.265Z Compiling bitflags v2.12.1
23312026-06-18T13:26:47.691Z Compiling tokio v1.52.3
23322026-06-18T13:26:47.691Z Compiling futures-core v0.3.32
23332026-06-18T13:26:47.842Z Compiling critical-section v1.2.0
23342026-06-18T13:26:47.874Z Compiling equivalent v1.0.2
23352026-06-18T13:26:47.957Z Compiling idna_adapter v1.2.2
23362026-06-18T13:26:47.970Z Compiling once_cell v1.21.4
23372026-06-18T13:26:48.066Z Compiling subtle v2.6.1
23382026-06-18T13:26:48.098Z Compiling idna v1.1.0
23392026-06-18T13:26:48.229Z Compiling log v0.4.32
23402026-06-18T13:26:48.244Z Compiling zerocopy v0.8.50
23412026-06-18T13:26:48.424Z Compiling url v2.5.8
23422026-06-18T13:26:48.479Z Compiling futures-sink v0.3.32
23432026-06-18T13:26:48.594Z Compiling slab v0.4.12
23442026-06-18T13:26:48.607Z Compiling typenum v1.20.1
23452026-06-18T13:26:48.802Z Compiling futures-channel v0.3.32
23462026-06-18T13:26:48.961Z Compiling getrandom v0.2.17
23472026-06-18T13:26:49.062Z Compiling schemars v0.8.22
23482026-06-18T13:26:49.189Z Compiling futures-io v0.3.32
23492026-06-18T13:26:49.399Z Compiling futures-task v0.3.32
23502026-06-18T13:26:49.417Z Compiling rand_core v0.6.4
23512026-06-18T13:26:49.577Z Compiling futures-util v0.3.32
23522026-06-18T13:26:49.675Z Compiling hashbrown v0.17.1
23532026-06-18T13:26:50.218Z Compiling tracing-core v0.1.36
23542026-06-18T13:26:50.348Z Compiling indexmap v2.14.0
23552026-06-18T13:26:50.555Z Compiling ipnetwork v0.21.1
23562026-06-18T13:26:50.982Z Compiling tracing v0.1.44
23572026-06-18T13:26:51.178Z Compiling base64 v0.22.1
23582026-06-18T13:26:51.295Z Compiling http v1.4.1
23592026-06-18T13:26:51.360Z Compiling unicode-ident v1.0.24
23602026-06-18T13:26:51.386Z Compiling slog v2.8.2
23612026-06-18T13:26:51.402Z Compiling erased-serde v0.3.31
23622026-06-18T13:26:51.482Z Compiling proc-macro2 v1.0.106
23632026-06-18T13:26:51.668Z Compiling fnv v1.0.7
23642026-06-18T13:26:51.780Z Compiling oxnet v0.1.6
23652026-06-18T13:26:51.994Z Compiling quote v1.0.45
23662026-06-18T13:26:52.610Z Compiling syn v2.0.117
23672026-06-18T13:26:52.734Z Compiling tokio-util v0.7.18
23682026-06-18T13:26:52.843Z Compiling ipnet v2.12.0
23692026-06-18T13:26:53.218Z Compiling byteorder v1.5.0
23702026-06-18T13:26:53.480Z Compiling thiserror v1.0.69
23712026-06-18T13:26:53.596Z Compiling ppv-lite86 v0.2.21
23722026-06-18T13:26:53.668Z Compiling rustls-pki-types v1.14.1
23732026-06-18T13:26:53.939Z Compiling aws-lc-sys v0.41.0
23742026-06-18T13:26:53.978Z Compiling http-body v1.0.1
23752026-06-18T13:26:54.005Z Compiling atomic-waker v1.1.2
23762026-06-18T13:26:54.043Z Compiling untrusted v0.7.1
23772026-06-18T13:26:54.076Z Compiling httparse v1.10.1
23782026-06-18T13:26:54.136Z Compiling tower-layer v0.3.3
23792026-06-18T13:26:54.136Z Compiling rustls v0.23.40
23802026-06-18T13:26:54.171Z Compiling pretty-hex v0.4.2
23812026-06-18T13:26:54.312Z Compiling try-lock v0.2.5
23822026-06-18T13:26:54.334Z Compiling untrusted v0.9.0
23832026-06-18T13:26:54.385Z Compiling tower-service v0.3.3
23842026-06-18T13:26:54.438Z Compiling aws-lc-rs v1.17.0
23852026-06-18T13:26:54.471Z Compiling ryu v1.0.23
23862026-06-18T13:26:54.484Z Compiling want v0.3.1
23872026-06-18T13:26:54.520Z Compiling h2 v0.4.14
23882026-06-18T13:26:54.547Z Compiling httpdate v1.0.3
23892026-06-18T13:26:54.553Z Compiling rustix v1.1.4
23902026-06-18T13:26:54.665Z Compiling regex-syntax v0.8.10
23912026-06-18T13:26:54.759Z Compiling plain v0.2.3
23922026-06-18T13:26:54.884Z Compiling getrandom v0.3.4
23932026-06-18T13:26:54.921Z Compiling omicron-workspace-hack v0.1.0
23942026-06-18T13:26:54.999Z Compiling ucd-trie v0.1.7
23952026-06-18T13:26:55.089Z Compiling rand_core v0.9.5
23962026-06-18T13:26:55.347Z Compiling pest v2.8.6
23972026-06-18T13:26:55.580Z Compiling rustls-webpki v0.103.13
23982026-06-18T13:26:57.050Z Compiling hyper v1.10.1
23992026-06-18T13:26:57.280Z Compiling crossbeam-utils v0.8.21
24002026-06-18T13:26:58.087Z Compiling serde_urlencoded v0.7.1
24012026-06-18T13:26:58.217Z Compiling http-body-util v0.1.3
24022026-06-18T13:26:58.375Z Compiling allocator-api2 v0.2.21
24032026-06-18T13:26:58.554Z Compiling hyper-util v0.1.20
24042026-06-18T13:26:58.772Z Compiling foldhash v0.2.0
24052026-06-18T13:26:59.074Z Compiling hashbrown v0.16.1
24062026-06-18T13:26:59.816Z Compiling newtype-uuid v1.3.2
24072026-06-18T13:27:00.618Z Compiling tokio-rustls v0.26.4
24082026-06-18T13:27:00.878Z Compiling hex v0.4.3
24092026-06-18T13:27:00.950Z Compiling daft v0.1.7
24102026-06-18T13:27:01.173Z Compiling rand_chacha v0.9.0
24112026-06-18T13:27:01.242Z Compiling sync_wrapper v1.0.2
24122026-06-18T13:27:01.363Z Compiling aho-corasick v1.1.4
24132026-06-18T13:27:01.403Z Compiling fastrand v2.4.1
24142026-06-18T13:27:01.611Z Compiling rand v0.9.4
24152026-06-18T13:27:01.683Z Compiling tower v0.5.3
24162026-06-18T13:27:01.739Z Compiling anyhow v1.0.102
24172026-06-18T13:27:01.751Z Compiling powerfmt v0.2.0
24182026-06-18T13:27:01.848Z Compiling generic-array v0.14.7
24192026-06-18T13:27:02.013Z Compiling deranged v0.5.8
24202026-06-18T13:27:02.274Z Compiling tower-http v0.6.11
24212026-06-18T13:27:02.372Z Compiling regex-automata v0.4.14
24222026-06-18T13:27:02.404Z Compiling openapiv3 v2.2.0
24232026-06-18T13:27:02.415Z Compiling cpufeatures v0.3.0
24242026-06-18T13:27:02.495Z Compiling num_threads v0.1.7
24252026-06-18T13:27:02.601Z Compiling num-conv v0.2.2
24262026-06-18T13:27:02.766Z Compiling time-core v0.1.8
24272026-06-18T13:27:02.933Z Compiling openssl-probe v0.2.1
24282026-06-18T13:27:02.975Z Compiling camino v1.2.2
24292026-06-18T13:27:03.147Z Compiling rustls-native-certs v0.8.4
24302026-06-18T13:27:03.190Z Compiling time v0.3.47
24312026-06-18T13:27:03.559Z Compiling tempfile v3.27.0
24322026-06-18T13:27:04.002Z Compiling futures-executor v0.3.32
24332026-06-18T13:27:04.496Z Compiling winnow v1.0.3
24342026-06-18T13:27:04.546Z Compiling regex v1.12.3
24352026-06-18T13:27:04.833Z Compiling futures v0.3.32
24362026-06-18T13:27:04.924Z Compiling rustls-platform-verifier v0.7.0
24372026-06-18T13:27:05.599Z Compiling hyper-rustls v0.27.9
24382026-06-18T13:27:05.965Z Compiling crossbeam-channel v0.5.15
24392026-06-18T13:27:05.993Z Compiling scroll v0.13.0
24402026-06-18T13:27:06.019Z Compiling hybrid-array v0.4.12
24412026-06-18T13:27:06.143Z Compiling adler2 v2.0.1
24422026-06-18T13:27:06.290Z Compiling simd-adler32 v0.3.9
24432026-06-18T13:27:06.312Z Compiling goblin v0.10.7
24442026-06-18T13:27:06.506Z Compiling miniz_oxide v0.8.9
24452026-06-18T13:27:06.674Z Compiling crc32fast v1.5.0
24462026-06-18T13:27:06.739Z Compiling reqwest v0.13.4
24472026-06-18T13:27:06.928Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24482026-06-18T13:27:07.144Z Compiling thread_local v1.1.9
24492026-06-18T13:27:07.524Z Compiling either v1.16.0
24502026-06-18T13:27:07.761Z Compiling flate2 v1.1.9
24512026-06-18T13:27:07.962Z Compiling crypto-common v0.2.2
24522026-06-18T13:27:08.348Z Compiling block-buffer v0.12.0
24532026-06-18T13:27:08.534Z Compiling crypto-common v0.1.7
24542026-06-18T13:27:08.690Z Compiling dtrace-parser v0.3.0
24552026-06-18T13:27:08.948Z Compiling rand_chacha v0.3.1
24562026-06-18T13:27:09.242Z Compiling is-terminal v0.4.17
24572026-06-18T13:27:09.351Z Compiling thread-id v5.1.0
24582026-06-18T13:27:09.446Z Compiling compression-core v0.4.32
24592026-06-18T13:27:09.585Z Compiling dof v0.4.0
24602026-06-18T13:27:09.625Z Compiling debug-ignore v1.0.5
24612026-06-18T13:27:09.744Z Compiling take_mut v0.2.2
24622026-06-18T13:27:09.869Z Compiling match_cfg v0.1.0
24632026-06-18T13:27:09.950Z Compiling term v1.2.1
24642026-06-18T13:27:11.212Z Compiling const-oid v0.10.2
24652026-06-18T13:27:11.520Z Compiling digest v0.11.3
24662026-06-18T13:27:11.718Z Compiling usdt-impl v0.6.0
24672026-06-18T13:27:11.850Z Compiling slog-term v2.9.2
24682026-06-18T13:27:12.647Z Compiling hostname v0.3.1
24692026-06-18T13:27:12.863Z Compiling slog-async v2.8.0
24702026-06-18T13:27:13.211Z Compiling compression-codecs v0.4.38
24712026-06-18T13:27:13.457Z Compiling rand v0.8.6
24722026-06-18T13:27:13.602Z Compiling ref-cast v1.0.25
24732026-06-18T13:27:13.715Z Compiling toml_parser v1.1.2+spec-1.1.0
24742026-06-18T13:27:14.261Z Compiling slog-json v2.6.1
24752026-06-18T13:27:14.374Z Compiling strum v0.26.3
24762026-06-18T13:27:14.513Z Compiling macaddr v1.0.1
24772026-06-18T13:27:14.526Z Compiling serde_spanned v1.1.1
24782026-06-18T13:27:14.678Z Compiling toml_datetime v1.1.1+spec-1.1.0
24792026-06-18T13:27:14.803Z Compiling wait-timeout v0.2.1
24802026-06-18T13:27:15.046Z Compiling memmap2 v0.9.10
24812026-06-18T13:27:15.101Z Compiling encoding_rs v0.8.35
24822026-06-18T13:27:15.290Z Compiling bit-vec v0.8.0
24832026-06-18T13:27:15.338Z Compiling quick-error v1.2.3
24842026-06-18T13:27:15.453Z Compiling mime v0.3.17
24852026-06-18T13:27:15.595Z Compiling toml_writer v1.1.1+spec-1.1.0
24862026-06-18T13:27:15.855Z Compiling spin v0.9.8
24872026-06-18T13:27:15.931Z Compiling toml v1.1.2+spec-1.1.0
24882026-06-18T13:27:15.986Z Compiling bit-set v0.8.0
24892026-06-18T13:27:15.997Z Compiling rusty-fork v0.3.1
24902026-06-18T13:27:16.182Z Compiling multer v3.1.0
24912026-06-18T13:27:16.847Z Compiling usdt v0.6.0
24922026-06-18T13:27:17.409Z Compiling slog-bunyan v2.5.0
24932026-06-18T13:27:17.521Z Compiling async-compression v0.4.42
24942026-06-18T13:27:17.596Z Compiling sha1 v0.11.0
24952026-06-18T13:27:17.841Z Compiling serde_with v3.20.0
24962026-06-18T13:27:17.873Z Compiling async-stream v0.3.6
24972026-06-18T13:27:17.992Z Compiling rand_xorshift v0.4.0
24982026-06-18T13:27:18.013Z Compiling waitgroup v0.1.2
24992026-06-18T13:27:18.070Z Compiling rustls-pemfile v2.2.0
25002026-06-18T13:27:18.153Z Compiling serde_path_to_error v0.1.20
25012026-06-18T13:27:18.168Z Compiling hostname v0.4.2
25022026-06-18T13:27:18.329Z Compiling unarray v0.1.4
25032026-06-18T13:27:18.345Z Compiling progenitor-client v0.14.0
25042026-06-18T13:27:18.452Z Compiling proptest v1.11.0
25052026-06-18T13:27:18.472Z Compiling strum v0.27.2
25062026-06-18T13:27:18.600Z Compiling dropshot v0.17.1
25072026-06-18T13:27:18.612Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25082026-06-18T13:27:18.761Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25092026-06-18T13:27:18.854Z Compiling iddqd v0.4.2
25102026-06-18T13:27:18.994Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25112026-06-18T13:27:19.308Z Compiling reqwest v0.12.28
25122026-06-18T13:27:19.381Z Compiling block-buffer v0.10.4
25132026-06-18T13:27:19.557Z Compiling backon v1.6.0
25142026-06-18T13:27:19.828Z Compiling instant v0.1.13
25152026-06-18T13:27:19.957Z Compiling backoff v0.4.0
25162026-06-18T13:27:20.187Z Compiling progenitor-extras v0.2.0
25172026-06-18T13:27:20.441Z Compiling progenitor-client v0.10.0
25182026-06-18T13:27:20.460Z Compiling digest v0.10.7
25192026-06-18T13:27:20.556Z Compiling parse-display v0.10.0
25202026-06-18T13:27:20.711Z Compiling itertools v0.14.0
25212026-06-18T13:27:20.938Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25222026-06-18T13:27:21.015Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25232026-06-18T13:27:21.475Z Compiling regress v0.10.5
25242026-06-18T13:27:22.228Z Compiling humantime v2.3.0
25252026-06-18T13:27:22.703Z Compiling cpufeatures v0.2.17
25262026-06-18T13:27:22.791Z Compiling unicode-width v0.2.2
25272026-06-18T13:27:22.996Z Compiling heck v0.5.0
25282026-06-18T13:27:23.119Z Compiling secrecy v0.10.3
25292026-06-18T13:27:23.295Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25302026-06-18T13:27:23.595Z Compiling tinyvec_macros v0.1.1
25312026-06-18T13:27:23.677Z Compiling tinyvec v1.11.0
25322026-06-18T13:27:24.124Z Compiling num-integer v0.1.46
25332026-06-18T13:27:24.595Z Compiling scroll v0.12.0
25342026-06-18T13:27:24.644Z Compiling crucible-workspace-hack v0.1.0
25352026-06-18T13:27:24.730Z Compiling hmac v0.12.1
25362026-06-18T13:27:24.842Z Compiling inout v0.1.4
25372026-06-18T13:27:24.895Z Compiling regress v0.11.1
25382026-06-18T13:27:24.898Z Compiling ff v0.13.1
25392026-06-18T13:27:25.006Z Compiling utf8parse v0.2.2
25402026-06-18T13:27:25.052Z Compiling group v0.13.0
25412026-06-18T13:27:25.145Z Compiling anstyle-parse v1.0.0
25422026-06-18T13:27:25.180Z Compiling cipher v0.4.4
25432026-06-18T13:27:25.382Z Compiling hkdf v0.12.4
25442026-06-18T13:27:25.435Z Compiling goblin v0.8.2
25452026-06-18T13:27:25.554Z Compiling num-rational v0.4.2
25462026-06-18T13:27:26.244Z Compiling num-iter v0.1.45
25472026-06-18T13:27:26.380Z Compiling zerocopy v0.7.35
25482026-06-18T13:27:26.688Z Compiling typify-impl v0.6.2
25492026-06-18T13:27:26.977Z Compiling universal-hash v0.5.1
25502026-06-18T13:27:27.159Z Compiling crypto-bigint v0.5.5
25512026-06-18T13:27:27.470Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25522026-06-18T13:27:28.817Z Compiling terminal_size v0.4.4
25532026-06-18T13:27:28.983Z Compiling half v2.7.1
25542026-06-18T13:27:29.083Z Compiling num-complex v0.4.6
25552026-06-18T13:27:29.345Z Compiling base64ct v1.8.3
25562026-06-18T13:27:29.535Z Compiling base16ct v0.2.0
25572026-06-18T13:27:29.702Z Compiling opaque-debug v0.3.1
25582026-06-18T13:27:29.738Z Compiling colorchoice v1.0.5
25592026-06-18T13:27:29.750Z Compiling anstyle v1.0.14
25602026-06-18T13:27:29.780Z Compiling is_terminal_polyfill v1.70.2
25612026-06-18T13:27:29.869Z Compiling anstyle-query v1.1.5
25622026-06-18T13:27:29.883Z Compiling ciborium-io v0.2.2
25632026-06-18T13:27:29.984Z Compiling anstream v1.0.0
25642026-06-18T13:27:29.987Z Compiling ciborium-ll v0.2.2
25652026-06-18T13:27:30.020Z Compiling poly1305 v0.8.0
25662026-06-18T13:27:30.256Z Compiling elliptic-curve v0.13.8
25672026-06-18T13:27:30.520Z Compiling password-hash v0.5.0
25682026-06-18T13:27:30.604Z Compiling num v0.4.3
25692026-06-18T13:27:30.670Z Compiling curve25519-dalek v4.1.3
25702026-06-18T13:27:30.688Z Compiling thiserror-no-std v2.0.2
25712026-06-18T13:27:30.791Z Compiling typify v0.6.2
25722026-06-18T13:27:30.908Z Compiling dof v0.3.0
25732026-06-18T13:27:31.490Z Compiling chacha20 v0.9.1
25742026-06-18T13:27:31.753Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25752026-06-18T13:27:31.821Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25762026-06-18T13:27:33.375Z Compiling blake2 v0.10.6
25772026-06-18T13:27:33.407Z Compiling aead v0.5.2
25782026-06-18T13:27:33.605Z Compiling byte-wrapper v0.1.0
25792026-06-18T13:27:33.624Z Compiling crossbeam-epoch v0.9.18
25802026-06-18T13:27:33.875Z Compiling dtrace-parser v0.2.0
25812026-06-18T13:27:34.130Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25822026-06-18T13:27:34.585Z Compiling thread-id v4.2.2
25832026-06-18T13:27:34.676Z Compiling clap_lex v1.1.0
25842026-06-18T13:27:34.688Z Compiling float-ord v0.3.2
25852026-06-18T13:27:34.699Z Compiling strsim v0.11.1
25862026-06-18T13:27:34.806Z Compiling keccak v0.1.6
25872026-06-18T13:27:35.046Z Compiling sha3 v0.10.9
25882026-06-18T13:27:35.438Z Compiling clap_builder v4.6.0
25892026-06-18T13:27:35.525Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25902026-06-18T13:27:35.537Z Compiling usdt-impl v0.5.0
25912026-06-18T13:27:35.682Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25922026-06-18T13:27:36.413Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25932026-06-18T13:27:38.785Z Compiling argon2 v0.5.3
25942026-06-18T13:27:39.831Z Compiling chacha20poly1305 v0.10.1
25952026-06-18T13:27:39.844Z Compiling vsss-rs v3.3.4
25962026-06-18T13:27:39.988Z Compiling ciborium v0.2.2
25972026-06-18T13:27:40.897Z Compiling hash32 v0.3.1
25982026-06-18T13:27:41.071Z Compiling memmap v0.7.0
25992026-06-18T13:27:41.300Z Compiling data-encoding v2.11.0
26002026-06-18T13:27:41.324Z Compiling indent_write v2.2.0
26012026-06-18T13:27:41.337Z Compiling usdt v0.5.0
26022026-06-18T13:27:41.480Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26032026-06-18T13:27:41.992Z Compiling heapless v0.8.0
26042026-06-18T13:27:42.514Z Compiling ingot-types v0.1.2
26052026-06-18T13:27:42.978Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26062026-06-18T13:27:43.284Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26072026-06-18T13:27:43.339Z Compiling clap v4.6.1
26082026-06-18T13:27:43.389Z Compiling rustix v0.38.44
26092026-06-18T13:27:43.426Z Compiling tabwriter v1.4.1
26102026-06-18T13:27:43.800Z Compiling cobs v0.3.0
26112026-06-18T13:27:43.990Z Compiling bitflags v1.3.2
26122026-06-18T13:27:44.075Z Compiling foreign-types-shared v0.3.1
26132026-06-18T13:27:44.088Z Compiling colored v3.1.1
26142026-06-18T13:27:44.179Z Compiling managed v0.8.0
26152026-06-18T13:27:44.443Z Compiling smoltcp v0.11.0
26162026-06-18T13:27:44.765Z Compiling foreign-types v0.5.0
26172026-06-18T13:27:44.780Z Compiling postcard v1.1.3
26182026-06-18T13:27:44.853Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26192026-06-18T13:27:45.161Z Compiling num_enum v0.7.6
26202026-06-18T13:27:45.302Z Compiling ingot v0.1.1
26212026-06-18T13:27:45.906Z Compiling memoffset v0.9.1
26222026-06-18T13:27:46.005Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26232026-06-18T13:27:46.125Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26242026-06-18T13:27:46.408Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26252026-06-18T13:27:46.504Z Compiling chacha20 v0.10.0
26262026-06-18T13:27:46.531Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26272026-06-18T13:27:46.809Z Compiling toml_datetime v0.6.11
26282026-06-18T13:27:46.959Z Compiling serde_spanned v0.6.9
26292026-06-18T13:27:47.133Z Compiling cstr-argument v0.1.2
26302026-06-18T13:27:47.194Z Compiling linked-hash-map v0.5.6
26312026-06-18T13:27:47.314Z Compiling swrite v0.1.0
26322026-06-18T13:27:47.432Z Compiling toml_write v0.1.2
26332026-06-18T13:27:47.444Z Compiling resolv-conf v0.7.6
26342026-06-18T13:27:47.505Z Compiling static_assertions v1.1.0
26352026-06-18T13:27:47.528Z Compiling winnow v0.7.15
26362026-06-18T13:27:47.588Z Compiling unicode-segmentation v1.13.3
26372026-06-18T13:27:47.688Z Compiling lru-cache v0.1.2
26382026-06-18T13:27:47.726Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26392026-06-18T13:27:47.837Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26402026-06-18T13:27:48.103Z Compiling newline-converter v0.3.0
26412026-06-18T13:27:48.171Z Compiling rand v0.10.1
26422026-06-18T13:27:48.225Z Compiling hubpack v0.1.2
26432026-06-18T13:27:48.246Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26442026-06-18T13:27:48.381Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26452026-06-18T13:27:48.477Z Compiling nix v0.31.3
26462026-06-18T13:27:48.611Z Compiling atomicwrites v0.4.4
26472026-06-18T13:27:48.903Z Compiling hickory-proto v0.24.4
26482026-06-18T13:27:48.973Z Compiling crossbeam-deque v0.8.6
26492026-06-18T13:27:49.194Z Compiling toml_edit v0.22.27
26502026-06-18T13:27:49.419Z Compiling console v0.15.11
26512026-06-18T13:27:49.497Z Compiling itertools v0.12.1
26522026-06-18T13:27:50.751Z Compiling camino-tempfile v1.4.1
26532026-06-18T13:27:50.928Z Compiling serde-big-array v0.5.1
26542026-06-18T13:27:51.067Z Compiling similar v2.7.0
26552026-06-18T13:27:51.088Z Compiling siphasher v1.0.3
26562026-06-18T13:27:51.191Z Compiling lazy_static v1.5.0
26572026-06-18T13:27:51.303Z Compiling phf_shared v0.12.1
26582026-06-18T13:27:51.306Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26592026-06-18T13:27:51.528Z Compiling pin-project v1.1.13
26602026-06-18T13:27:51.640Z Compiling expectorate v1.2.0
26612026-06-18T13:27:51.852Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26622026-06-18T13:27:51.900Z Compiling hickory-resolver v0.24.4
26632026-06-18T13:27:52.168Z Compiling toml v0.8.23
26642026-06-18T13:27:53.786Z Compiling prettyplease v0.2.37
26652026-06-18T13:27:55.076Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26662026-06-18T13:27:55.719Z Compiling rayon-core v1.13.0
26672026-06-18T13:27:57.240Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26682026-06-18T13:27:57.292Z Compiling num_enum v0.5.11
26692026-06-18T13:27:57.436Z Compiling progenitor-impl v0.14.0
26702026-06-18T13:27:57.457Z Compiling progenitor-impl v0.13.0
26712026-06-18T13:27:58.568Z Compiling unicode-normalization v0.1.25
26722026-06-18T13:27:59.170Z Compiling progenitor-client v0.13.0
26732026-06-18T13:27:59.720Z Compiling tokio-stream v0.1.18
26742026-06-18T13:28:00.288Z Compiling csv-core v0.1.13
26752026-06-18T13:28:00.708Z Compiling bstr v1.12.1
26762026-06-18T13:28:00.974Z Compiling foldhash v0.1.5
26772026-06-18T13:28:01.089Z Compiling konst_macro_rules v0.2.19
26782026-06-18T13:28:01.207Z Compiling foreign-types-shared v0.1.1
26792026-06-18T13:28:01.295Z Compiling highway v1.3.0
26802026-06-18T13:28:01.307Z Compiling same-file v1.0.6
26812026-06-18T13:28:01.409Z Compiling unicode-width v0.1.14
26822026-06-18T13:28:01.491Z Compiling walkdir v2.5.0
26832026-06-18T13:28:01.725Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26842026-06-18T13:28:01.986Z Compiling foreign-types v0.3.2
26852026-06-18T13:28:02.070Z Compiling konst v0.2.20
26862026-06-18T13:28:02.284Z Compiling globset v0.4.18
26872026-06-18T13:28:02.465Z Compiling hashbrown v0.15.5
26882026-06-18T13:28:03.121Z Compiling csv v1.4.0
26892026-06-18T13:28:04.083Z Compiling snafu v0.8.9
26902026-06-18T13:28:04.673Z Compiling qorb v0.4.1
26912026-06-18T13:28:05.265Z Compiling progenitor v0.13.0
26922026-06-18T13:28:05.406Z Compiling olpc-cjson v0.1.4
26932026-06-18T13:28:05.418Z Compiling progenitor v0.14.0
26942026-06-18T13:28:05.550Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26952026-06-18T13:28:05.562Z Compiling rayon v1.12.0
26962026-06-18T13:28:05.609Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26972026-06-18T13:28:06.167Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26982026-06-18T13:28:07.808Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26992026-06-18T13:28:08.750Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27002026-06-18T13:28:11.024Z Compiling phf v0.12.1
27012026-06-18T13:28:11.211Z Compiling openssl-sys v0.9.116
27022026-06-18T13:28:11.647Z Compiling tokio-dtrace v0.1.1
27032026-06-18T13:28:11.983Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27042026-06-18T13:28:12.658Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27052026-06-18T13:28:12.860Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27062026-06-18T13:28:12.878Z Compiling libsw-core v0.3.2
27072026-06-18T13:28:13.065Z Compiling pem v3.0.6
27082026-06-18T13:28:13.785Z Compiling serde_plain v1.0.2
27092026-06-18T13:28:14.072Z Compiling sigpipe v0.1.3
27102026-06-18T13:28:14.175Z Compiling glob v0.3.3
27112026-06-18T13:28:14.400Z Compiling jiff v0.2.28
27122026-06-18T13:28:14.412Z Compiling fixedbitset v0.5.7
27132026-06-18T13:28:14.927Z Compiling fixedbitset v0.4.2
27142026-06-18T13:28:15.162Z Compiling minimal-lexical v0.2.1
27152026-06-18T13:28:15.298Z Compiling bytecount v0.6.9
27162026-06-18T13:28:15.368Z Compiling typed-path v0.9.3
27172026-06-18T13:28:15.483Z Compiling papergrid v0.11.0
27182026-06-18T13:28:15.495Z Compiling nom v7.1.3
27192026-06-18T13:28:16.069Z Compiling petgraph v0.6.5
27202026-06-18T13:28:16.232Z Compiling petgraph v0.8.3
27212026-06-18T13:28:17.166Z Compiling tough v0.22.0
27222026-06-18T13:28:17.578Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-18T13:28:17.895Z Compiling openssl v0.10.80
27242026-06-18T13:28:18.296Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27252026-06-18T13:28:18.702Z Compiling libsw v3.5.0
27262026-06-18T13:28:18.893Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27272026-06-18T13:28:19.126Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27282026-06-18T13:28:19.428Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-06-18T13:28:20.097Z Compiling zone v0.3.1
27302026-06-18T13:28:20.837Z Compiling oxide-tokio-rt v0.1.6
27312026-06-18T13:28:21.536Z Compiling chrono-tz v0.10.4
27322026-06-18T13:28:21.919Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27332026-06-18T13:28:22.685Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-06-18T13:28:22.898Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27352026-06-18T13:28:23.082Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27362026-06-18T13:28:23.541Z Compiling newtype_derive v0.1.6
27372026-06-18T13:28:23.630Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-18T13:28:23.749Z Compiling slog-dtrace v0.3.0
27392026-06-18T13:28:24.501Z Compiling const_format v0.2.36
27402026-06-18T13:28:25.008Z Compiling cancel-safe-futures v0.1.5
27412026-06-18T13:28:25.336Z Compiling owo-colors v4.3.0
27422026-06-18T13:28:25.405Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27432026-06-18T13:28:26.132Z Compiling gethostname v0.5.0
27442026-06-18T13:28:26.161Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27452026-06-18T13:28:26.235Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-18T13:28:26.263Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-18T13:28:26.364Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-18T13:28:26.381Z Compiling bcs v0.1.6
27492026-06-18T13:28:26.468Z Compiling smf v0.2.3
27502026-06-18T13:28:26.782Z Compiling whoami v1.6.1
27512026-06-18T13:28:27.269Z Compiling unicode-linebreak v0.1.5
27522026-06-18T13:28:27.381Z Compiling linear-map v1.2.0
27532026-06-18T13:28:27.560Z Compiling smawk v0.3.2
27542026-06-18T13:28:27.609Z Compiling termtree v0.5.1
27552026-06-18T13:28:27.652Z Compiling tagptr v0.2.0
27562026-06-18T13:28:27.713Z Compiling textwrap v0.16.2
27572026-06-18T13:28:27.724Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-18T13:28:27.784Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-06-18T13:28:27.834Z Compiling moka v0.12.15
27602026-06-18T13:28:29.051Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-06-18T13:28:29.351Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27622026-06-18T13:28:29.367Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-18T13:28:30.513Z Compiling tabled v0.15.0
27642026-06-18T13:28:30.732Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-06-18T13:28:30.942Z Compiling steno v0.4.1
27662026-06-18T13:28:31.270Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-06-18T13:28:31.281Z Compiling cookie v0.18.1
27682026-06-18T13:28:32.656Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27692026-06-18T13:28:36.695Z Compiling hickory-proto v0.25.2
27702026-06-18T13:28:37.244Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27712026-06-18T13:28:38.004Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27722026-06-18T13:28:39.210Z Compiling hickory-resolver v0.25.2
27732026-06-18T13:28:39.906Z Compiling arc-swap v1.9.1
27742026-06-18T13:28:40.262Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-06-18T13:28:40.915Z Compiling slog-scope v4.4.1
27762026-06-18T13:28:41.034Z Compiling libscf-sys v1.2.0
27772026-06-18T13:28:41.184Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-06-18T13:28:41.386Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27792026-06-18T13:28:42.096Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27802026-06-18T13:28:42.715Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27812026-06-18T13:28:43.447Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27822026-06-18T13:28:43.780Z Compiling slog-stdlog v4.1.1
27832026-06-18T13:28:44.174Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27842026-06-18T13:28:44.300Z Compiling slog-envlogger v2.2.0
27852026-06-18T13:28:45.068Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27862026-06-18T13:28:45.646Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27872026-06-18T13:28:45.836Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27882026-06-18T13:28:53.492Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27892026-06-18T13:28:56.109Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27902026-06-18T13:28:57.599Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27912026-06-18T13:29:06.395Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27922026-06-18T13:29:10.172Z Finished `release` profile [optimized] target(s) in 2m 26s
27932026-06-18T13:29:10.291Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27942026-06-18T13:29:10.291Z
27952026-06-18T13:29:10.291Zrunning 1 test
27962026-06-18T13:29:10.449Zconfigure zone
27972026-06-18T13:29:10.466Zinstall zone
27982026-06-18T13:29:20.210Zboot zone
27992026-06-18T13:29:20.296Zstart zone s1
28002026-06-18T13:29:20.299Zconfigure zone
28012026-06-18T13:29:20.305Zinstall zone
28022026-06-18T13:29:22.155Zboot zone
28032026-06-18T13:29:22.252Zstart zone s2
28042026-06-18T13:29:22.252Zconfigure zone
28052026-06-18T13:29:22.262Zinstall zone
28062026-06-18T13:29:24.696Zboot zone
28072026-06-18T13:29:24.794Zstart zone s3
28082026-06-18T13:29:24.794Zconfigure zone
28092026-06-18T13:29:24.804Zinstall zone
28102026-06-18T13:29:27.496Zboot zone
28112026-06-18T13:29:27.614Zstart zone t1
28122026-06-18T13:29:27.614Zconfigure zone
28132026-06-18T13:29:27.624Zinstall zone
28142026-06-18T13:29:30.311Zboot zone
28152026-06-18T13:29:30.414Zwaiting for zones to come up
28162026-06-18T13:29:40.416Z[sidecar.quartet] svcs milestone/network
28172026-06-18T13:29:40.443ZSTATE STIME FMRI
28182026-06-18T13:29:40.443Zonline 13:29:19 svc:/milestone/network:default
28192026-06-18T13:29:40.443Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28202026-06-18T13:29:40.470Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28212026-06-18T13:29:40.497Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28222026-06-18T13:29:40.518Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28232026-06-18T13:29:40.528Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28242026-06-18T13:29:40.535Z
28252026-06-18T13:29:40.535Zrunning zone s1.quartet setup
28262026-06-18T13:29:40.535Z[s1.quartet] svcs milestone/network
28272026-06-18T13:29:40.552ZSTATE STIME FMRI
28282026-06-18T13:29:40.552Zonline 13:29:21 svc:/milestone/network:default
28292026-06-18T13:29:40.552Z[s1.quartet] dladm
28302026-06-18T13:29:40.564ZLINK CLASS MTU STATE BRIDGE OVER
28312026-06-18T13:29:40.564Zsl0 simnet 9000 up -- ?
28322026-06-18T13:29:40.564Zmgs1 vnic 9000 up -- ?
28332026-06-18T13:29:40.564Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28342026-06-18T13:29:41.093Z
28352026-06-18T13:29:41.093Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28362026-06-18T13:29:41.110Z
28372026-06-18T13:29:41.110Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28382026-06-18T13:29:41.121Z
28392026-06-18T13:29:41.121Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28402026-06-18T13:29:41.205Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28412026-06-18T13:29:41.277Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d9390d70-87a8-4b00-96db-b285d4680c20 --sled-uuid 410fa339-1973-4a66-a566-253a25d72e9f -a sl0/v6 &> /opt/ddmd.log &
28422026-06-18T13:29:41.292Z
28432026-06-18T13:29:41.292Zrunning zone s2.quartet setup
28442026-06-18T13:29:41.292Z[s2.quartet] svcs milestone/network
28452026-06-18T13:29:41.308ZSTATE STIME FMRI
28462026-06-18T13:29:41.308Zonline 13:29:23 svc:/milestone/network:default
28472026-06-18T13:29:41.308Z[s2.quartet] dladm
28482026-06-18T13:29:41.321ZLINK CLASS MTU STATE BRIDGE OVER
28492026-06-18T13:29:41.321Zsl1 simnet 9000 up -- ?
28502026-06-18T13:29:41.321Zmgs2 vnic 9000 up -- ?
28512026-06-18T13:29:41.321Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28522026-06-18T13:29:41.775Z
28532026-06-18T13:29:41.775Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28542026-06-18T13:29:41.792Z
28552026-06-18T13:29:41.792Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28562026-06-18T13:29:41.804Z
28572026-06-18T13:29:41.804Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28582026-06-18T13:29:41.836Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28592026-06-18T13:29:41.863Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9c361597-cf61-43ff-8bc8-b2250d60507d --sled-uuid 20be2be8-3cbf-48a1-ba43-d7467ff06c12 -a sl1/v6 &> /opt/ddmd.log &
28602026-06-18T13:29:41.876Z
28612026-06-18T13:29:41.876Zrunning zone s3.quartet setup
28622026-06-18T13:29:41.876Z[s3.quartet] svcs milestone/network
28632026-06-18T13:29:41.891ZSTATE STIME FMRI
28642026-06-18T13:29:41.891Zonline 13:29:26 svc:/milestone/network:default
28652026-06-18T13:29:41.891Z[s3.quartet] dladm
28662026-06-18T13:29:41.904ZLINK CLASS MTU STATE BRIDGE OVER
28672026-06-18T13:29:41.905Zsl2 simnet 9000 up -- ?
28682026-06-18T13:29:41.905Zmgs3 vnic 9000 up -- ?
28692026-06-18T13:29:41.905Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28702026-06-18T13:29:42.397Z
28712026-06-18T13:29:42.397Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28722026-06-18T13:29:42.412Z
28732026-06-18T13:29:42.412Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28742026-06-18T13:29:42.424Z
28752026-06-18T13:29:42.424Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28762026-06-18T13:29:42.456Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28772026-06-18T13:29:42.485Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid baa50180-12b7-4aed-bc42-1c3989ad996a --sled-uuid c815aa3b-7032-449a-a9a3-312240914c15 -a sl2/v6 &> /opt/ddmd.log &
28782026-06-18T13:29:42.497Z
28792026-06-18T13:29:42.497Zrunning zone t1.quartet setup
28802026-06-18T13:29:42.497Z[t1.quartet] svcs milestone/network
28812026-06-18T13:29:42.512ZSTATE STIME FMRI
28822026-06-18T13:29:42.512Zonline 13:29:29 svc:/milestone/network:default
28832026-06-18T13:29:42.512Z[t1.quartet] dladm
28842026-06-18T13:29:42.525ZLINK CLASS MTU STATE BRIDGE OVER
28852026-06-18T13:29:42.525Ztfportrear0_0 simnet 9000 up -- ?
28862026-06-18T13:29:42.525Ztfportrear1_0 simnet 9000 up -- ?
28872026-06-18T13:29:42.525Ztfportrear2_0 simnet 9000 up -- ?
28882026-06-18T13:29:42.525Zmgt1 vnic 9000 up -- ?
28892026-06-18T13:29:42.525Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28902026-06-18T13:29:43.115Z
28912026-06-18T13:29:43.115Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28922026-06-18T13:29:43.132Z
28932026-06-18T13:29:43.132Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28942026-06-18T13:29:43.145Z
28952026-06-18T13:29:43.145Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28962026-06-18T13:29:43.158Z
28972026-06-18T13:29:43.158Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28982026-06-18T13:29:43.169Z
28992026-06-18T13:29:43.169Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29002026-06-18T13:29:43.492Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29012026-06-18T13:29:43.496Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29022026-06-18T13:29:43.496Zwaiting 3s for copy of files to zone to complete ...
29032026-06-18T13:29:46.496Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29042026-06-18T13:29:46.628Z
29052026-06-18T13:29:46.628Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29062026-06-18T13:29:46.736Z
29072026-06-18T13:29:46.736Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29082026-06-18T13:29:46.770Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29092026-06-18T13:29:46.800Z[t1.quartet] svcadm disable dendrite
29102026-06-18T13:29:46.824Z
29112026-06-18T13:29:46.824Z[t1.quartet] svcadm disable tfport
29122026-06-18T13:29:46.847Z
29132026-06-18T13:29:46.847Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29142026-06-18T13:29:46.872Z
29152026-06-18T13:29:46.872Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29162026-06-18T13:29:46.897Z
29172026-06-18T13:29:46.897Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29182026-06-18T13:29:46.922Z
29192026-06-18T13:29:46.922Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29202026-06-18T13:29:46.947Z
29212026-06-18T13:29:46.947Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29222026-06-18T13:29:46.972Z
29232026-06-18T13:29:46.972Z[t1.quartet] svcadm refresh dendrite:default
29242026-06-18T13:29:46.994Z
29252026-06-18T13:29:46.994Z[t1.quartet] svcadm enable dendrite:default
29262026-06-18T13:29:47.015Z
29272026-06-18T13:29:47.015Zwait 10s for dendrite to come up ...
29282026-06-18T13:29:57.017Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29292026-06-18T13:29:57.047Z
29302026-06-18T13:29:57.047Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29312026-06-18T13:29:57.072Z
29322026-06-18T13:29:57.072Z[t1.quartet] svcadm refresh tfport:default
29332026-06-18T13:29:57.093Z
29342026-06-18T13:29:57.093Z[t1.quartet] svcadm enable tfport
29352026-06-18T13:29:57.117Z
29362026-06-18T13:29:57.117Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 5b95f445-00ae-4f58-b784-7f58031f44dd --sled-uuid 897e193b-c4f0-48ea-aaec-0662e9f8b249 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29372026-06-18T13:29:57.128Z
29382026-06-18T13:29:57.128Z[t1.quartet] ipadm
29392026-06-18T13:29:57.142ZADDROBJ TYPE STATE ADDR
29402026-06-18T13:29:57.142Zlo0/v4 static ok 127.0.0.1/8
29412026-06-18T13:29:57.142Zmgt1/v4 static ok 10.0.0.4/24
29422026-06-18T13:29:57.142Zlo0/v6 static ok ::1/128
29432026-06-18T13:29:57.142Zlo0/u6 static ok fd00:4::1/64
29442026-06-18T13:29:57.143Ztfportrear0_0/v6 addrconf ok fe80::e882:1fff:feab:983c%tfportrear0_0/10
29452026-06-18T13:29:57.143Ztfportrear1_0/v6 addrconf ok fe80::9ce6:57ff:fe1d:287f%tfportrear1_0/10
29462026-06-18T13:29:57.143Ztfportrear2_0/v6 addrconf ok fe80::10ff:9ff:fe8d:d5fe%tfportrear2_0/10
29472026-06-18T13:29:59.240Zinitial peering test passed
29482026-06-18T13:30:00.242Z[s3.quartet] ping fd00:1::1
29492026-06-18T13:30:00.258Zfd00:1::1 is alive
29502026-06-18T13:30:10.302Ztest ddm::test_quartet has been running for over 60 seconds
29512026-06-18T13:30:11.263Z[s3.quartet] ping fd00:1::1
29522026-06-18T13:30:11.277Zfd00:1::1 is alive
29532026-06-18T13:30:11.281Z[t1.quartet] pkill ddmd
29542026-06-18T13:30:11.290Z
29552026-06-18T13:30:11.290Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29562026-06-18T13:30:11.293Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29572026-06-18T13:30:13.179Z[s3.quartet] pkill ddmd
29582026-06-18T13:30:13.192Z
29592026-06-18T13:30:13.192Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29602026-06-18T13:30:15.001Z[s2.quartet] pkill ddmd
29612026-06-18T13:30:15.014Z
29622026-06-18T13:30:15.014Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29632026-06-18T13:30:16.772Z[s1.quartet] pkill ddmd
29642026-06-18T13:30:16.787Z
29652026-06-18T13:30:16.787Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29662026-06-18T13:30:18.637Z[sidecar.quartet] pkill softnpu
29672026-06-18T13:30:18.651Z
29682026-06-18T13:30:18.651Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29692026-06-18T13:30:21.520Ztest ddm::test_quartet ... ok
29702026-06-18T13:30:21.521Z
29712026-06-18T13:30:21.521Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.22s
29722026-06-18T13:30:21.521Z
29732026-06-18T13:30:21.587Z+ cleanup
29742026-06-18T13:30:21.591Z++ id -un
29752026-06-18T13:30:21.591Z++ id -gn
29762026-06-18T13:30:21.591Z+ pfexec chown -R build:build .
29772026-06-18T13:30:21.701Zprocess exited: duration 662351 ms, exit code 0
 
29782026-06-18T13:30:21.717Zfound 6 output files
29792026-06-18T13:30:21.725Zuploading: /work/s1.quartet.log (4855 bytes)
29802026-06-18T13:30:22.746Zuploaded: /work/s1.quartet.log
29812026-06-18T13:30:22.751Zuploading: /work/s2.quartet.log (4137 bytes)
29822026-06-18T13:30:23.777Zuploaded: /work/s2.quartet.log
29832026-06-18T13:30:23.777Zuploading: /work/s3.quartet.log (4246 bytes)
29842026-06-18T13:30:26.118Zuploaded: /work/s3.quartet.log
29852026-06-18T13:30:26.118Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29862026-06-18T13:30:27.159Zuploaded: /work/sidecar.quartet-softnpu.log
29872026-06-18T13:30:27.159Zuploading: /work/t1.quartet-dpd.log (214649 bytes)
29882026-06-18T13:30:28.243Zuploaded: /work/t1.quartet-dpd.log
29892026-06-18T13:30:28.243Zuploading: /work/t1.quartet.log (17192 bytes)
29902026-06-18T13:30:29.256Zuploaded: /work/t1.quartet.log