01KVBRVFATJA7RFG9GZT21SSB3: 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: 01KVBRW08FRQYJCB7BPK11JHPZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T21:48:50.394Zjob assigned to worker 01KVBRWAVN7AH0XR3JZJN5AT3X [factory aws, i-053fe1888c6d98c94] (queued for 1 m 2 s)
 
22026-06-17T21:48:57.614Zstarting task 0: "setup"
32026-06-17T21:48:57.622Z++ uname -s
42026-06-17T21:48:57.629Z+ kern=SunOS
52026-06-17T21:48:57.629Z+ build_user=build
62026-06-17T21:48:57.629Z+ build_uid=12345
72026-06-17T21:48:57.629Z+ work_dir=/work
82026-06-17T21:48:57.629Z+ input_dir=/input
92026-06-17T21:48:57.629Z+ [[ 0 == 12345 ]]
102026-06-17T21:48:57.629Z+ case "$kern" in
112026-06-17T21:48:57.629Z+ groupadd -g 12345 build
122026-06-17T21:48:57.629Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T21:48:59.703Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T21:48:59.755Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T21:48:59.768Z+ home_fs=zfs
162026-06-17T21:48:59.768Z+ [[ zfs == autofs ]]
172026-06-17T21:48:59.768Z+ mkdir -p /home/build
182026-06-17T21:48:59.769Z+ chown build:build /home/build /work
192026-06-17T21:49:01.750Z+ chmod 0700 /home/build /work
202026-06-17T21:49:01.755Zprocess exited: duration 4137 ms, exit code 0
 
212026-06-17T21:49:01.763Zstarting task 1: "rust-toolchain"
222026-06-17T21:49:01.771Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-17T21:49:01.771Z * rust toolchain channel = "stable"
242026-06-17T21:49:01.771Z * rust toolchain profile = "default"
252026-06-17T21:49:01.771Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-17T21:49:01.772Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-17T21:49:01.772Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T21:49:01.772Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T21:49:01.772Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-17T21:49:01.890Zinfo: downloading installer
312026-06-17T21:49:03.692Zwarn: It looks like you have an existing installation of Rust at:
322026-06-17T21:49:03.693Zwarn: /opt/ooce/bin
332026-06-17T21:49:03.693Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-17T21:49:03.693Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-17T21:49:03.693Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-17T21:49:03.693Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-17T21:49:03.693Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-17T21:49:03.693Zerror: cannot install while Rust is installed
392026-06-17T21:49:03.693Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-17T21:49:03.693Zwarn: It looks like you have an existing rustup settings file at:
412026-06-17T21:49:03.693Zwarn: /home/build/.rustup/settings.toml
422026-06-17T21:49:03.693Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-17T21:49:03.693Zwarn: instead of the one inferred from the default host triple.
442026-06-17T21:49:03.706Zinfo: profile set to default
452026-06-17T21:49:03.706Zinfo: default host triple is x86_64-unknown-illumos
462026-06-17T21:49:03.711Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-17T21:49:03.852Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-17T21:49:03.855Zinfo: downloading 6 components
492026-06-17T21:49:18.939Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-17T21:49:18.939Z
512026-06-17T21:49:18.946Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-17T21:49:18.946Z
532026-06-17T21:49:18.946Z
542026-06-17T21:49:18.946ZRust is installed now. Great!
552026-06-17T21:49:18.946Z
562026-06-17T21:49:18.946ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-17T21:49:18.946Zenvironment variable. This has not been done automatically.
582026-06-17T21:49:18.946Z
592026-06-17T21:49:18.946ZTo configure your current shell, you need to source
602026-06-17T21:49:18.946Zthe corresponding env file under $HOME/.cargo.
612026-06-17T21:49:18.946Z
622026-06-17T21:49:18.946ZThis is usually done by running one of the following (note the leading DOT):
632026-06-17T21:49:18.946Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-17T21:49:18.946Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-17T21:49:18.946Zsource "~/.cargo/env.nu" # For nushell
662026-06-17T21:49:18.946Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-17T21:49:18.946Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-17T21:49:18.946Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-17T21:49:18.946Zwarn: no default linker (`cc`) was found in your PATH
702026-06-17T21:49:18.946Zwarn: many Rust crates require a system C toolchain to build
712026-06-17T21:49:19.042Z+ rustup --version
722026-06-17T21:49:19.051Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-17T21:49:19.072Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-17T21:49:19.076Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-17T21:49:19.076Z+ cargo --version
762026-06-17T21:49:19.090Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-17T21:49:19.094Z+ rustc --version
782026-06-17T21:49:19.115Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-17T21:49:19.269Zprocess exited: duration 17347 ms, exit code 0
 
802026-06-17T21:49:19.288Zstarting task 2: "authentication"
812026-06-17T21:49:19.306Zprocess exited: duration 18 ms, exit code 0
 
822026-06-17T21:49:19.313Zstarting task 3: "clone repository"
832026-06-17T21:49:19.317Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-17T21:49:19.320Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-17T21:49:19.349ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-17T21:49:20.678Z+ cd /work/oxidecomputer/maghemite
872026-06-17T21:49:20.678Z+ git fetch origin cee38fc37d46b71172e310fa2503d98b7ed5eea2
882026-06-17T21:49:20.925ZFrom https://github.com/oxidecomputer/maghemite
892026-06-17T21:49:20.925Z * branch cee38fc37d46b71172e310fa2503d98b7ed5eea2 -> FETCH_HEAD
902026-06-17T21:49:20.929Z+ [[ -n john/bfd-async-wiring ]]
912026-06-17T21:49:20.932Z++ git branch --show-current
922026-06-17T21:49:20.932Z+ current=main
932026-06-17T21:49:20.932Z+ [[ main != john/bfd-async-wiring ]]
942026-06-17T21:49:20.932Z+ git branch -f john/bfd-async-wiring cee38fc37d46b71172e310fa2503d98b7ed5eea2
952026-06-17T21:49:20.935Z+ git checkout -f john/bfd-async-wiring
962026-06-17T21:49:20.953ZSwitched to branch 'john/bfd-async-wiring'
972026-06-17T21:49:20.956Z+ git reset --hard cee38fc37d46b71172e310fa2503d98b7ed5eea2
982026-06-17T21:49:20.971ZHEAD is now at cee38fc swap sync bfd impl out for bfd-async
992026-06-17T21:49:20.974Zprocess exited: duration 1658 ms, exit code 0
 
1002026-06-17T21:49:20.980Zstarting task 4: "build"
1012026-06-17T21:49:20.987Z++ dladm
1022026-06-17T21:49:20.990ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-17T21:49:20.990Zena0 phys 9216 up -- --
1042026-06-17T21:49:20.993Z++ ipadm
1052026-06-17T21:49:20.993ZADDROBJ TYPE STATE ADDR
1062026-06-17T21:49:20.993Zlo0/v4 static ok 127.0.0.1/8
1072026-06-17T21:49:20.993Zena0/dhcp dhcp ok 10.150.1.146/24
1082026-06-17T21:49:20.993Zlo0/v6 static ok ::1/128
1092026-06-17T21:49:20.993Z++ banner collect
1102026-06-17T21:49:20.996Z
1112026-06-17T21:49:20.996Z #### #### # # ###### #### #####
1122026-06-17T21:49:20.996Z # # # # # # # # # #
1132026-06-17T21:49:20.996Z # # # # # ##### # #
1142026-06-17T21:49:20.996Z # # # # # # # #
1152026-06-17T21:49:20.996Z # # # # # # # # # #
1162026-06-17T21:49:20.996Z #### #### ###### ###### ###### #### #
1172026-06-17T21:49:20.996Z
1182026-06-17T21:49:20.996Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-17T21:49:20.996Z++ repo=softnpu
1202026-06-17T21:49:20.996Z++ series=image
1212026-06-17T21:49:20.996Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-17T21:49:20.996Z++ name=softnpu
1232026-06-17T21:49:20.996Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-17T21:49:20.996Z++ mkdir -p download
1252026-06-17T21:49:20.996Z++ pushd download
1262026-06-17T21:49:20.996Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-17T21:49:20.997Z++ [[ ! -f softnpu ]]
1282026-06-17T21:49:20.997Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-17T21:49:21.002Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-17T21:49:21.005Z Dload Upload Total Spent Left Speed
1312026-06-17T21:49:21.346Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 45.83M 0 0 100 15.63M 100 15.63M 0 0 45.83M 0 0 100 15.63M 100 15.63M 0 0 45.82M 0 0
1322026-06-17T21:49:21.350Z++ popd
1332026-06-17T21:49:21.350Z/work/oxidecomputer/maghemite
1342026-06-17T21:49:21.350Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-17T21:49:21.350Z++ repo=sidecar-lite
1362026-06-17T21:49:21.350Z++ series=release
1372026-06-17T21:49:21.350Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-17T21:49:21.350Z++ name=libsidecar_lite.so
1392026-06-17T21:49:21.350Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-17T21:49:21.350Z++ mkdir -p download
1412026-06-17T21:49:21.350Z++ pushd download
1422026-06-17T21:49:21.350Z++ [[ ! -f libsidecar_lite.so ]]
1432026-06-17T21:49:21.351Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-17T21:49:21.351Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-17T21:49:21.355Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-17T21:49:21.355Z Dload Upload Total Spent Left Speed
1472026-06-17T21:49:21.684Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 36.64M 0 0 100 12.04M 100 12.04M 0 0 36.63M 0 0 100 12.04M 100 12.04M 0 0 36.63M 0 0
1482026-06-17T21:49:21.687Z++ popd
1492026-06-17T21:49:21.688Z/work/oxidecomputer/maghemite
1502026-06-17T21:49:21.688Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-17T21:49:21.688Z++ repo=sidecar-lite
1522026-06-17T21:49:21.688Z++ series=release
1532026-06-17T21:49:21.688Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-17T21:49:21.688Z++ name=scadm
1552026-06-17T21:49:21.688Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-17T21:49:21.688Z++ mkdir -p download
1572026-06-17T21:49:21.688Z++ pushd download
1582026-06-17T21:49:21.688Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-17T21:49:21.688Z++ [[ ! -f scadm ]]
1602026-06-17T21:49:21.688Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-17T21:49:21.692Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-17T21:49:21.695Z Dload Upload Total Spent Left Speed
1632026-06-17T21:49:22.075Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 41.45M 0 0 100 15.78M 100 15.78M 0 0 41.44M 0 0 100 15.78M 100 15.78M 0 0 41.44M 0 0
1642026-06-17T21:49:22.078Z++ popd
1652026-06-17T21:49:22.078Z/work/oxidecomputer/maghemite
1662026-06-17T21:49:22.078Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-17T21:49:22.079Z++ repo=dendrite
1682026-06-17T21:49:22.079Z++ series=image
1692026-06-17T21:49:22.079Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-17T21:49:22.079Z++ name=dendrite-softnpu.tar.gz
1712026-06-17T21:49:22.079Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-17T21:49:22.079Z++ mkdir -p download
1732026-06-17T21:49:22.079Z++ pushd download
1742026-06-17T21:49:22.079Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1752026-06-17T21:49:22.079Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-06-17T21:49:22.079Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-17T21:49:22.084Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-17T21:49:22.086Z Dload Upload Total Spent Left Speed
1792026-06-17T21:49:23.086Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 71.64M 0 71.65M 100 71.59M 100 71.59M 0 0 71.64M 0 71.65M 100 71.59M 100 71.59M 0 0 71.63M 0 71.65M 100 71.59M 100 71.59M 0 0 71.63M 0 71.65M
1802026-06-17T21:49:23.093Z++ popd
1812026-06-17T21:49:23.093Z/work/oxidecomputer/maghemite
1822026-06-17T21:49:23.093Z++ get_artifact maghemite release cee38fc37d46b71172e310fa2503d98b7ed5eea2 ddm
1832026-06-17T21:49:23.093Z++ repo=maghemite
1842026-06-17T21:49:23.093Z++ series=release
1852026-06-17T21:49:23.093Z++ commit=cee38fc37d46b71172e310fa2503d98b7ed5eea2
1862026-06-17T21:49:23.093Z++ name=ddm
1872026-06-17T21:49:23.093Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-17T21:49:23.094Z++ mkdir -p download
1892026-06-17T21:49:23.094Z++ pushd download
1902026-06-17T21:49:23.094Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-17T21:49:23.094Z++ [[ ! -f ddm ]]
1922026-06-17T21:49:23.094Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/cee38fc37d46b71172e310fa2503d98b7ed5eea2/ddm
1932026-06-17T21:49:23.106Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-17T21:49:23.106Z Dload Upload Total Spent Left Speed
1952026-06-17T21:49:23.169Z 0 0 0 0 0 0 0 0 0
1962026-06-17T21:49:23.169Zcurl: (22) The requested URL returned error: 404
1972026-06-17T21:49:23.176Z++ popd
1982026-06-17T21:49:23.176Z/work/oxidecomputer/maghemite
1992026-06-17T21:49:23.176Z++ get_artifact maghemite release cee38fc37d46b71172e310fa2503d98b7ed5eea2 ddmadm
2002026-06-17T21:49:23.176Z++ repo=maghemite
2012026-06-17T21:49:23.177Z++ series=release
2022026-06-17T21:49:23.177Z++ commit=cee38fc37d46b71172e310fa2503d98b7ed5eea2
2032026-06-17T21:49:23.177Z++ name=ddmadm
2042026-06-17T21:49:23.178Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-17T21:49:23.178Z++ mkdir -p download
2062026-06-17T21:49:23.178Z++ pushd download
2072026-06-17T21:49:23.178Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-17T21:49:23.178Z++ [[ ! -f ddmadm ]]
2092026-06-17T21:49:23.178Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/cee38fc37d46b71172e310fa2503d98b7ed5eea2/ddmadm
2102026-06-17T21:49:23.210Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-17T21:49:23.210Z Dload Upload Total Spent Left Speed
2122026-06-17T21:49:23.256Z 0 0 0 0 0 0 0 0 0
2132026-06-17T21:49:23.256Zcurl: (22) The requested URL returned error: 404
2142026-06-17T21:49:23.273Z++ popd
2152026-06-17T21:49:23.273Z/work/oxidecomputer/maghemite
2162026-06-17T21:49:23.273Z++ pushd download
2172026-06-17T21:49:23.273Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-17T21:49:23.273Z++ chmod +x softnpu
2192026-06-17T21:49:23.273Z++ chmod +x scadm
2202026-06-17T21:49:23.273Z++ chmod +x ddmadm
2212026-06-17T21:49:23.273Zchmod: WARNING: can't access ddmadm
2222026-06-17T21:49:23.273Z++ chmod +x ddmd
2232026-06-17T21:49:23.273Zchmod: WARNING: can't access ddmd
2242026-06-17T21:49:23.273Z++ mv ddmadm ddmadm-v2
2252026-06-17T21:49:23.279Zmv: cannot access ddmadm
2262026-06-17T21:49:23.279Z++ mv ddmd ddmd-v2
2272026-06-17T21:49:23.279Zmv: cannot access ddmd
2282026-06-17T21:49:23.279Z++ rm -rf zones/dendrite
2292026-06-17T21:49:23.279Z++ mkdir -p zones/dendrite
2302026-06-17T21:49:23.279Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-17T21:49:24.275Z++ 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-17T21:49:24.302Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-17T21:49:24.302Z++ popd
2342026-06-17T21:49:24.303Z++ banner install
2352026-06-17T21:49:24.303Z/work/oxidecomputer/maghemite
2362026-06-17T21:49:24.303Z
2372026-06-17T21:49:24.303Z # # # #### ##### ## # #
2382026-06-17T21:49:24.303Z # ## # # # # # # #
2392026-06-17T21:49:24.303Z # # # # #### # # # # #
2402026-06-17T21:49:24.303Z # # # # # # ###### # #
2412026-06-17T21:49:24.303Z # # ## # # # # # # #
2422026-06-17T21:49:24.303Z # # # #### # # # ###### ######
2432026-06-17T21:49:24.303Z
2442026-06-17T21:49:24.303Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-17T21:49:24.303Z++ set +o errexit
2462026-06-17T21:49:24.303Z++ pkg info clang-15
2472026-06-17T21:49:24.303Z++ grep -qi installed
2482026-06-17T21:49:25.494Zpkg: info: no packages matching the following patterns you specified are
2492026-06-17T21:49:25.494Zinstalled on the system. Try querying remotely instead:
2502026-06-17T21:49:25.494Z
2512026-06-17T21:49:25.494Z clang-15
2522026-06-17T21:49:25.530Z++ [[ 1 != 0 ]]
2532026-06-17T21:49:25.532Z++ set -o errexit
2542026-06-17T21:49:25.538Z++ pfexec pkg install clang-15
2552026-06-17T21:49:32.415Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-17T21:49:40.217Z Startup: Caching catalogs ... Done
2572026-06-17T21:49:47.607ZPlanning: Solver setup ... Done
2582026-06-17T21:49:47.649ZPlanning: Running solver ... Done
2592026-06-17T21:49:47.787ZPlanning: Finding local manifests ... Done
2602026-06-17T21:49:47.798ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-17T21:49:47.892ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-17T21:49:47.921ZPlanning: Package planning ... Done
2632026-06-17T21:49:47.946ZPlanning: Merging actions ... Done
2642026-06-17T21:49:48.056ZPlanning: Checking for conflicting actions ... Done
2652026-06-17T21:49:48.061ZPlanning: Consolidating action changes ... Done
2662026-06-17T21:49:48.825ZPlanning: Evaluating mediators ... Done
2672026-06-17T21:49:48.830ZPlanning: Planning completed in 8.44 seconds
2682026-06-17T21:49:48.841Z Packages to install: 2
2692026-06-17T21:49:48.842Z Mediators to change: 2
2702026-06-17T21:49:48.845Z Services to change: 1
2712026-06-17T21:49:48.845Z Create boot environment: No
2722026-06-17T21:49:48.845ZCreate backup boot environment: No
2732026-06-17T21:49:48.884Z
2742026-06-17T21:49:48.884ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-17T21:49:53.941ZDownload: 905/3076 items 64.4/211.3MB 30% complete (13.4M/s)
2762026-06-17T21:50:01.321ZDownload: 979/3076 items 82.2/211.3MB 38% complete (11.8M/s)
2772026-06-17T21:50:15.577ZDownload: 983/3076 items 82.2/211.3MB 38% complete
2782026-06-17T21:50:22.160ZDownload: 2007/3076 items 117.9/211.3MB 55% complete (7.9M/s)
2792026-06-17T21:50:24.730ZDownload: Completed 211.31 MB in 35.84 seconds (5.9M/s)
2802026-06-17T21:50:24.980Z Actions: 1/3418 actions (Installing new actions)
2812026-06-17T21:50:28.119Z Actions: Completed 3418 actions in 3.14 seconds.
2822026-06-17T21:50:28.757Z Done
2832026-06-17T21:50:28.757Z Done
2842026-06-17T21:50:29.493Z Done
2852026-06-17T21:50:32.873Z Done
2862026-06-17T21:50:32.942Z Done
2872026-06-17T21:50:32.945Z Done
2882026-06-17T21:50:33.249Z Done
2892026-06-17T21:50:33.918Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2902026-06-17T21:50:33.918Z++ set +o errexit
2912026-06-17T21:50:33.921Z++ pkg info pkg-config
2922026-06-17T21:50:33.921Z++ grep -qi installed
2932026-06-17T21:50:34.155Z++ [[ 0 != 0 ]]
2942026-06-17T21:50:34.155Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-06-17T21:50:34.155Z++ set +o errexit
2962026-06-17T21:50:34.164Z++ pkg info brand/omicron1
2972026-06-17T21:50:34.164Z++ grep -qi installed
2982026-06-17T21:50:34.337Zpkg: info: no packages matching the following patterns you specified are
2992026-06-17T21:50:34.337Zinstalled on the system. Try querying remotely instead:
3002026-06-17T21:50:34.337Z
3012026-06-17T21:50:34.338Z brand/omicron1
3022026-06-17T21:50:34.368Z++ [[ 1 != 0 ]]
3032026-06-17T21:50:34.368Z++ set -o errexit
3042026-06-17T21:50:34.369Z++ pfexec pkg install brand/omicron1
3052026-06-17T21:50:34.768Z Startup: Refreshing catalog 'helios-dev' ... Done
3062026-06-17T21:50:42.041ZPlanning: Solver setup ... Done
3072026-06-17T21:50:42.080ZPlanning: Running solver ... Done
3082026-06-17T21:50:42.222ZPlanning: Finding local manifests ... Done
3092026-06-17T21:50:42.227ZPlanning: Fetching manifests: 0/2 0% complete
3102026-06-17T21:50:42.459ZPlanning: Fetching manifests: 2/2 100% complete
3112026-06-17T21:50:42.470ZPlanning: Package planning ... Done
3122026-06-17T21:50:42.470ZPlanning: Merging actions ... Done
3132026-06-17T21:50:42.503ZPlanning: Checking for conflicting actions ... Done
3142026-06-17T21:50:42.507ZPlanning: Consolidating action changes ... Done
3152026-06-17T21:50:42.678ZPlanning: Evaluating mediators ... Done
3162026-06-17T21:50:42.687ZPlanning: Planning completed in 7.89 seconds
3172026-06-17T21:50:42.687Z Packages to install: 2
3182026-06-17T21:50:42.687Z Create boot environment: No
3192026-06-17T21:50:42.688ZCreate backup boot environment: No
3202026-06-17T21:50:42.700Z
3212026-06-17T21:50:42.700ZDownload: 0/5 items 0.0/1.1MB 0% complete
3222026-06-17T21:50:42.722ZDownload: Completed 1.07 MB in 0.02 seconds (51.4M/s)
3232026-06-17T21:50:42.796Z Actions: 1/28 actions (Installing new actions)
3242026-06-17T21:50:42.808Z Actions: Completed 28 actions in 0.01 seconds.
3252026-06-17T21:50:43.324Z Done
3262026-06-17T21:50:43.324Z Done
3272026-06-17T21:50:43.969Z Done
3282026-06-17T21:50:46.814Z Done
3292026-06-17T21:50:46.922Z Done
3302026-06-17T21:50:46.956Z Done
3312026-06-17T21:50:47.063Z Done
3322026-06-17T21:50:47.170Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3332026-06-17T21:50:47.170Z++ set +o errexit
3342026-06-17T21:50:47.186Z++ pkg info brand/omicron1/tools
3352026-06-17T21:50:47.186Z++ grep -qi installed
3362026-06-17T21:50:47.362Zpkg: info: no packages matching the following patterns you specified are
3372026-06-17T21:50:47.362Zinstalled on the system. Try querying remotely instead:
3382026-06-17T21:50:47.362Z
3392026-06-17T21:50:47.362Z brand/omicron1/tools
3402026-06-17T21:50:47.397Z++ [[ 1 != 0 ]]
3412026-06-17T21:50:47.398Z++ set -o errexit
3422026-06-17T21:50:47.398Z++ pfexec pkg install brand/omicron1/tools
3432026-06-17T21:50:47.772Z Startup: Refreshing catalog 'helios-dev' ... Done
3442026-06-17T21:50:55.023ZPlanning: Solver setup ... Done
3452026-06-17T21:50:55.064ZPlanning: Running solver ... Done
3462026-06-17T21:50:55.212ZPlanning: Finding local manifests ... Done
3472026-06-17T21:50:55.224ZPlanning: Fetching manifests: 0/1 0% complete
3482026-06-17T21:50:55.319ZPlanning: Fetching manifests: 1/1 100% complete
3492026-06-17T21:50:55.335ZPlanning: Package planning ... Done
3502026-06-17T21:50:55.343ZPlanning: Merging actions ... Done
3512026-06-17T21:50:55.474ZPlanning: Checking for conflicting actions ... Done
3522026-06-17T21:50:55.483ZPlanning: Consolidating action changes ... Done
3532026-06-17T21:50:55.631ZPlanning: Evaluating mediators ... Done
3542026-06-17T21:50:55.644ZPlanning: Planning completed in 7.86 seconds
3552026-06-17T21:50:55.667Z Packages to install: 1
3562026-06-17T21:50:55.667Z Services to change: 1
3572026-06-17T21:50:55.692Z Create boot environment: No
3582026-06-17T21:50:55.692ZCreate backup boot environment: No
3592026-06-17T21:50:55.747Z
3602026-06-17T21:50:55.747ZDownload: 0/2 items 0.0/1.2MB 0% complete
3612026-06-17T21:50:55.755ZDownload: Completed 1.19 MB in 0.07 seconds (18.2M/s)
3622026-06-17T21:50:55.802Z Actions: 1/19 actions (Installing new actions)
3632026-06-17T21:50:55.814Z Actions: Completed 19 actions in 0.01 seconds.
3642026-06-17T21:50:56.334Z Done
3652026-06-17T21:50:56.334Z Done
3662026-06-17T21:50:56.946Z Done
3672026-06-17T21:50:59.847Z Done
3682026-06-17T21:50:59.909Z Done
3692026-06-17T21:50:59.978Z Done
3702026-06-17T21:51:00.196Z Done
3712026-06-17T21:51:00.326Z++ pfexec svcadm enable baseline
3722026-06-17T21:51:00.326Z++ retry=0
3732026-06-17T21:51:00.326Z+++ svcs -Hostate baseline
3742026-06-17T21:51:00.326Z++ [[ offline* != online ]]
3752026-06-17T21:51:00.326Z++ [[ 0 -gt 300 ]]
3762026-06-17T21:51:00.326Z++ sleep 1
3772026-06-17T21:51:05.139Z++ retry=1
3782026-06-17T21:51:05.336Z+++ svcs -Hostate baseline
3792026-06-17T21:51:05.336Z++ [[ offline* != online ]]
3802026-06-17T21:51:05.336Z++ [[ 1 -gt 300 ]]
3812026-06-17T21:51:05.336Z++ sleep 1
3822026-06-17T21:51:05.336Z++ retry=2
3832026-06-17T21:51:05.336Z+++ svcs -Hostate baseline
3842026-06-17T21:51:05.336Z++ [[ offline* != online ]]
3852026-06-17T21:51:05.336Z++ [[ 2 -gt 300 ]]
3862026-06-17T21:51:05.336Z++ sleep 1
3872026-06-17T21:51:05.336Z++ retry=3
3882026-06-17T21:51:05.336Z+++ svcs -Hostate baseline
3892026-06-17T21:51:05.336Z++ [[ offline* != online ]]
3902026-06-17T21:51:05.336Z++ [[ 3 -gt 300 ]]
3912026-06-17T21:51:05.336Z++ sleep 1
3922026-06-17T21:51:05.336Z++ retry=4
3932026-06-17T21:51:05.336Z+++ svcs -Hostate baseline
3942026-06-17T21:51:05.336Z++ [[ offline* != online ]]
3952026-06-17T21:51:05.336Z++ [[ 4 -gt 300 ]]
3962026-06-17T21:51:05.336Z++ sleep 1
3972026-06-17T21:51:05.512Z++ retry=5
3982026-06-17T21:51:05.512Z+++ svcs -Hostate baseline
3992026-06-17T21:51:05.512Z++ [[ offline* != online ]]
4002026-06-17T21:51:05.512Z++ [[ 5 -gt 300 ]]
4012026-06-17T21:51:05.513Z++ sleep 1
4022026-06-17T21:51:06.264Z++ retry=6
4032026-06-17T21:51:06.268Z+++ svcs -Hostate baseline
4042026-06-17T21:51:06.277Z++ [[ offline* != online ]]
4052026-06-17T21:51:06.277Z++ [[ 6 -gt 300 ]]
4062026-06-17T21:51:06.278Z++ sleep 1
4072026-06-17T21:51:07.279Z++ retry=7
4082026-06-17T21:51:07.282Z+++ svcs -Hostate baseline
4092026-06-17T21:51:07.295Z++ [[ offline* != online ]]
4102026-06-17T21:51:07.296Z++ [[ 7 -gt 300 ]]
4112026-06-17T21:51:07.296Z++ sleep 1
4122026-06-17T21:51:08.297Z++ retry=8
4132026-06-17T21:51:08.301Z+++ svcs -Hostate baseline
4142026-06-17T21:51:08.313Z++ [[ offline* != online ]]
4152026-06-17T21:51:08.313Z++ [[ 8 -gt 300 ]]
4162026-06-17T21:51:08.313Z++ sleep 1
4172026-06-17T21:51:09.315Z++ retry=9
4182026-06-17T21:51:09.318Z+++ svcs -Hostate baseline
4192026-06-17T21:51:09.331Z++ [[ offline* != online ]]
4202026-06-17T21:51:09.331Z++ [[ 9 -gt 300 ]]
4212026-06-17T21:51:09.331Z++ sleep 1
4222026-06-17T21:51:10.336Z++ retry=10
4232026-06-17T21:51:10.340Z+++ svcs -Hostate baseline
4242026-06-17T21:51:10.350Z++ [[ offline* != online ]]
4252026-06-17T21:51:10.350Z++ [[ 10 -gt 300 ]]
4262026-06-17T21:51:10.350Z++ sleep 1
4272026-06-17T21:51:11.352Z++ retry=11
4282026-06-17T21:51:11.355Z+++ svcs -Hostate baseline
4292026-06-17T21:51:11.368Z++ [[ offline* != online ]]
4302026-06-17T21:51:11.369Z++ [[ 11 -gt 300 ]]
4312026-06-17T21:51:11.369Z++ sleep 1
4322026-06-17T21:51:12.370Z++ retry=12
4332026-06-17T21:51:12.373Z+++ svcs -Hostate baseline
4342026-06-17T21:51:12.385Z++ [[ offline* != online ]]
4352026-06-17T21:51:12.386Z++ [[ 12 -gt 300 ]]
4362026-06-17T21:51:12.386Z++ sleep 1
4372026-06-17T21:51:13.388Z++ retry=13
4382026-06-17T21:51:13.391Z+++ svcs -Hostate baseline
4392026-06-17T21:51:13.403Z++ [[ offline* != online ]]
4402026-06-17T21:51:13.403Z++ [[ 13 -gt 300 ]]
4412026-06-17T21:51:13.403Z++ sleep 1
4422026-06-17T21:51:14.406Z++ retry=14
4432026-06-17T21:51:14.409Z+++ svcs -Hostate baseline
4442026-06-17T21:51:14.422Z++ [[ offline* != online ]]
4452026-06-17T21:51:14.422Z++ [[ 14 -gt 300 ]]
4462026-06-17T21:51:14.422Z++ sleep 1
4472026-06-17T21:51:15.426Z++ retry=15
4482026-06-17T21:51:15.430Z+++ svcs -Hostate baseline
4492026-06-17T21:51:15.441Z++ [[ offline* != online ]]
4502026-06-17T21:51:15.441Z++ [[ 15 -gt 300 ]]
4512026-06-17T21:51:15.441Z++ sleep 1
4522026-06-17T21:51:16.444Z++ retry=16
4532026-06-17T21:51:16.447Z+++ svcs -Hostate baseline
4542026-06-17T21:51:16.460Z++ [[ offline* != online ]]
4552026-06-17T21:51:16.460Z++ [[ 16 -gt 300 ]]
4562026-06-17T21:51:16.460Z++ sleep 1
4572026-06-17T21:51:17.462Z++ retry=17
4582026-06-17T21:51:17.465Z+++ svcs -Hostate baseline
4592026-06-17T21:51:17.478Z++ [[ offline* != online ]]
4602026-06-17T21:51:17.478Z++ [[ 17 -gt 300 ]]
4612026-06-17T21:51:17.478Z++ sleep 1
4622026-06-17T21:51:18.481Z++ retry=18
4632026-06-17T21:51:18.484Z+++ svcs -Hostate baseline
4642026-06-17T21:51:18.496Z++ [[ offline* != online ]]
4652026-06-17T21:51:18.498Z++ [[ 18 -gt 300 ]]
4662026-06-17T21:51:18.498Z++ sleep 1
4672026-06-17T21:51:19.498Z++ retry=19
4682026-06-17T21:51:19.501Z+++ svcs -Hostate baseline
4692026-06-17T21:51:19.515Z++ [[ offline* != online ]]
4702026-06-17T21:51:19.515Z++ [[ 19 -gt 300 ]]
4712026-06-17T21:51:19.515Z++ sleep 1
4722026-06-17T21:51:20.517Z++ retry=20
4732026-06-17T21:51:20.520Z+++ svcs -Hostate baseline
4742026-06-17T21:51:20.533Z++ [[ offline* != online ]]
4752026-06-17T21:51:20.533Z++ [[ 20 -gt 300 ]]
4762026-06-17T21:51:20.533Z++ sleep 1
4772026-06-17T21:51:21.536Z++ retry=21
4782026-06-17T21:51:21.539Z+++ svcs -Hostate baseline
4792026-06-17T21:51:21.552Z++ [[ offline* != online ]]
4802026-06-17T21:51:21.552Z++ [[ 21 -gt 300 ]]
4812026-06-17T21:51:21.552Z++ sleep 1
4822026-06-17T21:51:22.555Z++ retry=22
4832026-06-17T21:51:22.558Z+++ svcs -Hostate baseline
4842026-06-17T21:51:22.571Z++ [[ offline* != online ]]
4852026-06-17T21:51:22.571Z++ [[ 22 -gt 300 ]]
4862026-06-17T21:51:22.574Z++ sleep 1
4872026-06-17T21:51:23.573Z++ retry=23
4882026-06-17T21:51:23.576Z+++ svcs -Hostate baseline
4892026-06-17T21:51:23.589Z++ [[ offline* != online ]]
4902026-06-17T21:51:23.589Z++ [[ 23 -gt 300 ]]
4912026-06-17T21:51:23.589Z++ sleep 1
4922026-06-17T21:51:24.591Z++ retry=24
4932026-06-17T21:51:24.594Z+++ svcs -Hostate baseline
4942026-06-17T21:51:24.607Z++ [[ offline* != online ]]
4952026-06-17T21:51:24.607Z++ [[ 24 -gt 300 ]]
4962026-06-17T21:51:24.607Z++ sleep 1
4972026-06-17T21:51:25.609Z++ retry=25
4982026-06-17T21:51:25.613Z+++ svcs -Hostate baseline
4992026-06-17T21:51:25.625Z++ [[ offline* != online ]]
5002026-06-17T21:51:25.625Z++ [[ 25 -gt 300 ]]
5012026-06-17T21:51:25.625Z++ sleep 1
5022026-06-17T21:51:26.627Z++ retry=26
5032026-06-17T21:51:26.630Z+++ svcs -Hostate baseline
5042026-06-17T21:51:26.643Z++ [[ offline* != online ]]
5052026-06-17T21:51:26.643Z++ [[ 26 -gt 300 ]]
5062026-06-17T21:51:26.643Z++ sleep 1
5072026-06-17T21:51:27.645Z++ retry=27
5082026-06-17T21:51:27.648Z+++ svcs -Hostate baseline
5092026-06-17T21:51:27.661Z++ [[ offline* != online ]]
5102026-06-17T21:51:27.661Z++ [[ 27 -gt 300 ]]
5112026-06-17T21:51:27.661Z++ sleep 1
5122026-06-17T21:51:28.664Z++ retry=28
5132026-06-17T21:51:28.667Z+++ svcs -Hostate baseline
5142026-06-17T21:51:28.679Z++ [[ offline* != online ]]
5152026-06-17T21:51:28.679Z++ [[ 28 -gt 300 ]]
5162026-06-17T21:51:28.679Z++ sleep 1
5172026-06-17T21:51:29.682Z++ retry=29
5182026-06-17T21:51:29.685Z+++ svcs -Hostate baseline
5192026-06-17T21:51:29.697Z++ [[ offline* != online ]]
5202026-06-17T21:51:29.697Z++ [[ 29 -gt 300 ]]
5212026-06-17T21:51:29.697Z++ sleep 1
5222026-06-17T21:51:30.701Z++ retry=30
5232026-06-17T21:51:30.704Z+++ svcs -Hostate baseline
5242026-06-17T21:51:30.716Z++ [[ offline* != online ]]
5252026-06-17T21:51:30.716Z++ [[ 30 -gt 300 ]]
5262026-06-17T21:51:30.716Z++ sleep 1
5272026-06-17T21:51:31.718Z++ retry=31
5282026-06-17T21:51:31.721Z+++ svcs -Hostate baseline
5292026-06-17T21:51:31.734Z++ [[ offline* != online ]]
5302026-06-17T21:51:31.734Z++ [[ 31 -gt 300 ]]
5312026-06-17T21:51:31.734Z++ sleep 1
5322026-06-17T21:51:32.736Z++ retry=32
5332026-06-17T21:51:32.739Z+++ svcs -Hostate baseline
5342026-06-17T21:51:32.752Z++ [[ offline* != online ]]
5352026-06-17T21:51:32.752Z++ [[ 32 -gt 300 ]]
5362026-06-17T21:51:32.752Z++ sleep 1
5372026-06-17T21:51:33.754Z++ retry=33
5382026-06-17T21:51:33.757Z+++ svcs -Hostate baseline
5392026-06-17T21:51:33.770Z++ [[ offline* != online ]]
5402026-06-17T21:51:33.770Z++ [[ 33 -gt 300 ]]
5412026-06-17T21:51:33.770Z++ sleep 1
5422026-06-17T21:51:34.772Z++ retry=34
5432026-06-17T21:51:34.775Z+++ svcs -Hostate baseline
5442026-06-17T21:51:34.788Z++ [[ offline* != online ]]
5452026-06-17T21:51:34.788Z++ [[ 34 -gt 300 ]]
5462026-06-17T21:51:34.788Z++ sleep 1
5472026-06-17T21:51:35.791Z++ retry=35
5482026-06-17T21:51:35.794Z+++ svcs -Hostate baseline
5492026-06-17T21:51:35.808Z++ [[ offline* != online ]]
5502026-06-17T21:51:35.808Z++ [[ 35 -gt 300 ]]
5512026-06-17T21:51:35.808Z++ sleep 1
5522026-06-17T21:51:36.809Z++ retry=36
5532026-06-17T21:51:36.812Z+++ svcs -Hostate baseline
5542026-06-17T21:51:36.825Z++ [[ offline* != online ]]
5552026-06-17T21:51:36.825Z++ [[ 36 -gt 300 ]]
5562026-06-17T21:51:36.825Z++ sleep 1
5572026-06-17T21:51:37.868Z++ retry=37
5582026-06-17T21:51:37.879Z+++ svcs -Hostate baseline
5592026-06-17T21:51:37.880Z++ [[ offline* != online ]]
5602026-06-17T21:51:37.880Z++ [[ 37 -gt 300 ]]
5612026-06-17T21:51:37.880Z++ sleep 1
5622026-06-17T21:51:38.845Z++ retry=38
5632026-06-17T21:51:38.848Z+++ svcs -Hostate baseline
5642026-06-17T21:51:38.860Z++ [[ offline* != online ]]
5652026-06-17T21:51:38.861Z++ [[ 38 -gt 300 ]]
5662026-06-17T21:51:38.861Z++ sleep 1
5672026-06-17T21:51:39.863Z++ retry=39
5682026-06-17T21:51:39.866Z+++ svcs -Hostate baseline
5692026-06-17T21:51:39.879Z++ [[ offline* != online ]]
5702026-06-17T21:51:39.879Z++ [[ 39 -gt 300 ]]
5712026-06-17T21:51:39.879Z++ sleep 1
5722026-06-17T21:51:40.881Z++ retry=40
5732026-06-17T21:51:40.884Z+++ svcs -Hostate baseline
5742026-06-17T21:51:40.897Z++ [[ offline* != online ]]
5752026-06-17T21:51:40.897Z++ [[ 40 -gt 300 ]]
5762026-06-17T21:51:40.897Z++ sleep 1
5772026-06-17T21:51:41.901Z++ retry=41
5782026-06-17T21:51:41.905Z+++ svcs -Hostate baseline
5792026-06-17T21:51:41.915Z++ [[ offline* != online ]]
5802026-06-17T21:51:41.915Z++ [[ 41 -gt 300 ]]
5812026-06-17T21:51:41.915Z++ sleep 1
5822026-06-17T21:51:42.919Z++ retry=42
5832026-06-17T21:51:42.922Z+++ svcs -Hostate baseline
5842026-06-17T21:51:42.933Z++ [[ offline* != online ]]
5852026-06-17T21:51:42.933Z++ [[ 42 -gt 300 ]]
5862026-06-17T21:51:42.933Z++ sleep 1
5872026-06-17T21:51:43.935Z++ retry=43
5882026-06-17T21:51:43.938Z+++ svcs -Hostate baseline
5892026-06-17T21:51:43.951Z++ [[ offline* != online ]]
5902026-06-17T21:51:43.951Z++ [[ 43 -gt 300 ]]
5912026-06-17T21:51:43.951Z++ sleep 1
5922026-06-17T21:51:44.954Z++ retry=44
5932026-06-17T21:51:44.957Z+++ svcs -Hostate baseline
5942026-06-17T21:51:44.970Z++ [[ offline* != online ]]
5952026-06-17T21:51:44.970Z++ [[ 44 -gt 300 ]]
5962026-06-17T21:51:44.970Z++ sleep 1
5972026-06-17T21:51:45.972Z++ retry=45
5982026-06-17T21:51:45.974Z+++ svcs -Hostate baseline
5992026-06-17T21:51:45.987Z++ [[ offline* != online ]]
6002026-06-17T21:51:45.988Z++ [[ 45 -gt 300 ]]
6012026-06-17T21:51:45.988Z++ sleep 1
6022026-06-17T21:51:46.990Z++ retry=46
6032026-06-17T21:51:46.993Z+++ svcs -Hostate baseline
6042026-06-17T21:51:47.006Z++ [[ offline* != online ]]
6052026-06-17T21:51:47.006Z++ [[ 46 -gt 300 ]]
6062026-06-17T21:51:47.006Z++ sleep 1
6072026-06-17T21:51:48.008Z++ retry=47
6082026-06-17T21:51:48.011Z+++ svcs -Hostate baseline
6092026-06-17T21:51:48.024Z++ [[ offline* != online ]]
6102026-06-17T21:51:48.024Z++ [[ 47 -gt 300 ]]
6112026-06-17T21:51:48.024Z++ sleep 1
6122026-06-17T21:51:49.026Z++ retry=48
6132026-06-17T21:51:49.029Z+++ svcs -Hostate baseline
6142026-06-17T21:51:49.042Z++ [[ offline* != online ]]
6152026-06-17T21:51:49.043Z++ [[ 48 -gt 300 ]]
6162026-06-17T21:51:49.043Z++ sleep 1
6172026-06-17T21:51:50.044Z++ retry=49
6182026-06-17T21:51:50.048Z+++ svcs -Hostate baseline
6192026-06-17T21:51:50.060Z++ [[ offline* != online ]]
6202026-06-17T21:51:50.060Z++ [[ 49 -gt 300 ]]
6212026-06-17T21:51:50.060Z++ sleep 1
6222026-06-17T21:51:51.062Z++ retry=50
6232026-06-17T21:51:51.066Z+++ svcs -Hostate baseline
6242026-06-17T21:51:51.078Z++ [[ offline* != online ]]
6252026-06-17T21:51:51.079Z++ [[ 50 -gt 300 ]]
6262026-06-17T21:51:51.079Z++ sleep 1
6272026-06-17T21:51:52.081Z++ retry=51
6282026-06-17T21:51:52.085Z+++ svcs -Hostate baseline
6292026-06-17T21:51:52.097Z++ [[ offline* != online ]]
6302026-06-17T21:51:52.097Z++ [[ 51 -gt 300 ]]
6312026-06-17T21:51:52.097Z++ sleep 1
6322026-06-17T21:51:53.101Z++ retry=52
6332026-06-17T21:51:53.105Z+++ svcs -Hostate baseline
6342026-06-17T21:51:53.115Z++ [[ offline* != online ]]
6352026-06-17T21:51:53.115Z++ [[ 52 -gt 300 ]]
6362026-06-17T21:51:53.115Z++ sleep 1
6372026-06-17T21:51:54.117Z++ retry=53
6382026-06-17T21:51:54.120Z+++ svcs -Hostate baseline
6392026-06-17T21:51:54.133Z++ [[ offline* != online ]]
6402026-06-17T21:51:54.133Z++ [[ 53 -gt 300 ]]
6412026-06-17T21:51:54.133Z++ sleep 1
6422026-06-17T21:51:55.136Z++ retry=54
6432026-06-17T21:51:55.140Z+++ svcs -Hostate baseline
6442026-06-17T21:51:55.152Z++ [[ offline* != online ]]
6452026-06-17T21:51:55.152Z++ [[ 54 -gt 300 ]]
6462026-06-17T21:51:55.152Z++ sleep 1
6472026-06-17T21:51:56.154Z++ retry=55
6482026-06-17T21:51:56.158Z+++ svcs -Hostate baseline
6492026-06-17T21:51:56.171Z++ [[ offline* != online ]]
6502026-06-17T21:51:56.171Z++ [[ 55 -gt 300 ]]
6512026-06-17T21:51:56.171Z++ sleep 1
6522026-06-17T21:51:57.173Z++ retry=56
6532026-06-17T21:51:57.177Z+++ svcs -Hostate baseline
6542026-06-17T21:51:57.189Z++ [[ offline* != online ]]
6552026-06-17T21:51:57.189Z++ [[ 56 -gt 300 ]]
6562026-06-17T21:51:57.190Z++ sleep 1
6572026-06-17T21:51:58.191Z++ retry=57
6582026-06-17T21:51:58.195Z+++ svcs -Hostate baseline
6592026-06-17T21:51:58.208Z++ [[ offline* != online ]]
6602026-06-17T21:51:58.210Z++ [[ 57 -gt 300 ]]
6612026-06-17T21:51:58.210Z++ sleep 1
6622026-06-17T21:51:59.210Z++ retry=58
6632026-06-17T21:51:59.213Z+++ svcs -Hostate baseline
6642026-06-17T21:51:59.226Z++ [[ offline* != online ]]
6652026-06-17T21:51:59.226Z++ [[ 58 -gt 300 ]]
6662026-06-17T21:51:59.226Z++ sleep 1
6672026-06-17T21:52:00.228Z++ retry=59
6682026-06-17T21:52:00.234Z+++ svcs -Hostate baseline
6692026-06-17T21:52:00.252Z++ [[ offline* != online ]]
6702026-06-17T21:52:00.252Z++ [[ 59 -gt 300 ]]
6712026-06-17T21:52:00.252Z++ sleep 1
6722026-06-17T21:52:01.255Z++ retry=60
6732026-06-17T21:52:01.268Z+++ svcs -Hostate baseline
6742026-06-17T21:52:01.276Z++ [[ offline* != online ]]
6752026-06-17T21:52:01.276Z++ [[ 60 -gt 300 ]]
6762026-06-17T21:52:01.276Z++ sleep 1
6772026-06-17T21:52:02.264Z++ retry=61
6782026-06-17T21:52:02.267Z+++ svcs -Hostate baseline
6792026-06-17T21:52:02.280Z++ [[ offline* != online ]]
6802026-06-17T21:52:02.280Z++ [[ 61 -gt 300 ]]
6812026-06-17T21:52:02.280Z++ sleep 1
6822026-06-17T21:52:03.282Z++ retry=62
6832026-06-17T21:52:03.287Z+++ svcs -Hostate baseline
6842026-06-17T21:52:03.298Z++ [[ offline* != online ]]
6852026-06-17T21:52:03.298Z++ [[ 62 -gt 300 ]]
6862026-06-17T21:52:03.298Z++ sleep 1
6872026-06-17T21:52:04.300Z++ retry=63
6882026-06-17T21:52:04.303Z+++ svcs -Hostate baseline
6892026-06-17T21:52:04.316Z++ [[ offline* != online ]]
6902026-06-17T21:52:04.316Z++ [[ 63 -gt 300 ]]
6912026-06-17T21:52:04.316Z++ sleep 1
6922026-06-17T21:52:05.318Z++ retry=64
6932026-06-17T21:52:05.321Z+++ svcs -Hostate baseline
6942026-06-17T21:52:05.334Z++ [[ offline* != online ]]
6952026-06-17T21:52:05.335Z++ [[ 64 -gt 300 ]]
6962026-06-17T21:52:05.335Z++ sleep 1
6972026-06-17T21:52:06.336Z++ retry=65
6982026-06-17T21:52:06.339Z+++ svcs -Hostate baseline
6992026-06-17T21:52:06.352Z++ [[ offline* != online ]]
7002026-06-17T21:52:06.352Z++ [[ 65 -gt 300 ]]
7012026-06-17T21:52:06.352Z++ sleep 1
7022026-06-17T21:52:07.355Z++ retry=66
7032026-06-17T21:52:07.359Z+++ svcs -Hostate baseline
7042026-06-17T21:52:07.370Z++ [[ offline* != online ]]
7052026-06-17T21:52:07.370Z++ [[ 66 -gt 300 ]]
7062026-06-17T21:52:07.370Z++ sleep 1
7072026-06-17T21:52:08.372Z++ retry=67
7082026-06-17T21:52:08.376Z+++ svcs -Hostate baseline
7092026-06-17T21:52:08.388Z++ [[ offline* != online ]]
7102026-06-17T21:52:08.388Z++ [[ 67 -gt 300 ]]
7112026-06-17T21:52:08.388Z++ sleep 1
7122026-06-17T21:52:09.390Z++ retry=68
7132026-06-17T21:52:09.397Z+++ svcs -Hostate baseline
7142026-06-17T21:52:09.406Z++ [[ offline* != online ]]
7152026-06-17T21:52:09.406Z++ [[ 68 -gt 300 ]]
7162026-06-17T21:52:09.406Z++ sleep 1
7172026-06-17T21:52:10.408Z++ retry=69
7182026-06-17T21:52:10.412Z+++ svcs -Hostate baseline
7192026-06-17T21:52:10.424Z++ [[ offline* != online ]]
7202026-06-17T21:52:10.424Z++ [[ 69 -gt 300 ]]
7212026-06-17T21:52:10.424Z++ sleep 1
7222026-06-17T21:52:11.426Z++ retry=70
7232026-06-17T21:52:11.429Z+++ svcs -Hostate baseline
7242026-06-17T21:52:11.442Z++ [[ offline* != online ]]
7252026-06-17T21:52:11.442Z++ [[ 70 -gt 300 ]]
7262026-06-17T21:52:11.442Z++ sleep 1
7272026-06-17T21:52:12.444Z++ retry=71
7282026-06-17T21:52:12.448Z+++ svcs -Hostate baseline
7292026-06-17T21:52:12.461Z++ [[ offline* != online ]]
7302026-06-17T21:52:12.461Z++ [[ 71 -gt 300 ]]
7312026-06-17T21:52:12.461Z++ sleep 1
7322026-06-17T21:52:13.463Z++ retry=72
7332026-06-17T21:52:13.466Z+++ svcs -Hostate baseline
7342026-06-17T21:52:13.480Z++ [[ offline* != online ]]
7352026-06-17T21:52:13.480Z++ [[ 72 -gt 300 ]]
7362026-06-17T21:52:13.480Z++ sleep 1
7372026-06-17T21:52:14.482Z++ retry=73
7382026-06-17T21:52:14.487Z+++ svcs -Hostate baseline
7392026-06-17T21:52:14.499Z++ [[ offline* != online ]]
7402026-06-17T21:52:14.499Z++ [[ 73 -gt 300 ]]
7412026-06-17T21:52:14.499Z++ sleep 1
7422026-06-17T21:52:15.500Z++ retry=74
7432026-06-17T21:52:15.505Z+++ svcs -Hostate baseline
7442026-06-17T21:52:15.517Z++ [[ offline* != online ]]
7452026-06-17T21:52:15.517Z++ [[ 74 -gt 300 ]]
7462026-06-17T21:52:15.517Z++ sleep 1
7472026-06-17T21:52:16.518Z++ retry=75
7482026-06-17T21:52:16.524Z+++ svcs -Hostate baseline
7492026-06-17T21:52:16.535Z++ [[ offline* != online ]]
7502026-06-17T21:52:16.535Z++ [[ 75 -gt 300 ]]
7512026-06-17T21:52:16.536Z++ sleep 1
7522026-06-17T21:52:17.537Z++ retry=76
7532026-06-17T21:52:17.540Z+++ svcs -Hostate baseline
7542026-06-17T21:52:17.552Z++ [[ offline* != online ]]
7552026-06-17T21:52:17.552Z++ [[ 76 -gt 300 ]]
7562026-06-17T21:52:17.552Z++ sleep 1
7572026-06-17T21:52:18.555Z++ retry=77
7582026-06-17T21:52:18.560Z+++ svcs -Hostate baseline
7592026-06-17T21:52:18.578Z++ [[ offline* != online ]]
7602026-06-17T21:52:18.578Z++ [[ 77 -gt 300 ]]
7612026-06-17T21:52:18.578Z++ sleep 1
7622026-06-17T21:52:19.573Z++ retry=78
7632026-06-17T21:52:19.577Z+++ svcs -Hostate baseline
7642026-06-17T21:52:19.589Z++ [[ offline* != online ]]
7652026-06-17T21:52:19.589Z++ [[ 78 -gt 300 ]]
7662026-06-17T21:52:19.589Z++ sleep 1
7672026-06-17T21:52:20.593Z++ retry=79
7682026-06-17T21:52:20.600Z+++ svcs -Hostate baseline
7692026-06-17T21:52:20.608Z++ [[ offline* != online ]]
7702026-06-17T21:52:20.608Z++ [[ 79 -gt 300 ]]
7712026-06-17T21:52:20.608Z++ sleep 1
7722026-06-17T21:52:21.694Z++ retry=80
7732026-06-17T21:52:21.723Z+++ svcs -Hostate baseline
7742026-06-17T21:52:21.723Z++ [[ offline* != online ]]
7752026-06-17T21:52:21.723Z++ [[ 80 -gt 300 ]]
7762026-06-17T21:52:21.723Z++ sleep 1
7772026-06-17T21:52:22.628Z++ retry=81
7782026-06-17T21:52:22.631Z+++ svcs -Hostate baseline
7792026-06-17T21:52:22.644Z++ [[ offline* != online ]]
7802026-06-17T21:52:22.644Z++ [[ 81 -gt 300 ]]
7812026-06-17T21:52:22.644Z++ sleep 1
7822026-06-17T21:52:23.647Z++ retry=82
7832026-06-17T21:52:23.650Z+++ svcs -Hostate baseline
7842026-06-17T21:52:23.663Z++ [[ offline* != online ]]
7852026-06-17T21:52:23.663Z++ [[ 82 -gt 300 ]]
7862026-06-17T21:52:23.663Z++ sleep 1
7872026-06-17T21:52:24.665Z++ retry=83
7882026-06-17T21:52:24.669Z+++ svcs -Hostate baseline
7892026-06-17T21:52:24.681Z++ [[ offline* != online ]]
7902026-06-17T21:52:24.681Z++ [[ 83 -gt 300 ]]
7912026-06-17T21:52:24.681Z++ sleep 1
7922026-06-17T21:52:25.683Z++ retry=84
7932026-06-17T21:52:25.686Z+++ svcs -Hostate baseline
7942026-06-17T21:52:25.699Z++ [[ offline* != online ]]
7952026-06-17T21:52:25.699Z++ [[ 84 -gt 300 ]]
7962026-06-17T21:52:25.699Z++ sleep 1
7972026-06-17T21:52:26.701Z++ retry=85
7982026-06-17T21:52:26.704Z+++ svcs -Hostate baseline
7992026-06-17T21:52:26.717Z++ [[ offline* != online ]]
8002026-06-17T21:52:26.717Z++ [[ 85 -gt 300 ]]
8012026-06-17T21:52:26.717Z++ sleep 1
8022026-06-17T21:52:27.720Z++ retry=86
8032026-06-17T21:52:27.723Z+++ svcs -Hostate baseline
8042026-06-17T21:52:27.735Z++ [[ offline* != online ]]
8052026-06-17T21:52:27.735Z++ [[ 86 -gt 300 ]]
8062026-06-17T21:52:27.735Z++ sleep 1
8072026-06-17T21:52:28.738Z++ retry=87
8082026-06-17T21:52:28.741Z+++ svcs -Hostate baseline
8092026-06-17T21:52:28.754Z++ [[ offline* != online ]]
8102026-06-17T21:52:28.754Z++ [[ 87 -gt 300 ]]
8112026-06-17T21:52:28.754Z++ sleep 1
8122026-06-17T21:52:29.756Z++ retry=88
8132026-06-17T21:52:29.765Z+++ svcs -Hostate baseline
8142026-06-17T21:52:29.771Z++ [[ offline* != online ]]
8152026-06-17T21:52:29.772Z++ [[ 88 -gt 300 ]]
8162026-06-17T21:52:29.772Z++ sleep 1
8172026-06-17T21:52:30.780Z++ retry=89
8182026-06-17T21:52:30.788Z+++ svcs -Hostate baseline
8192026-06-17T21:52:30.792Z++ [[ offline* != online ]]
8202026-06-17T21:52:30.792Z++ [[ 89 -gt 300 ]]
8212026-06-17T21:52:30.792Z++ sleep 1
8222026-06-17T21:52:31.794Z++ retry=90
8232026-06-17T21:52:31.800Z+++ svcs -Hostate baseline
8242026-06-17T21:52:31.808Z++ [[ offline* != online ]]
8252026-06-17T21:52:31.808Z++ [[ 90 -gt 300 ]]
8262026-06-17T21:52:31.808Z++ sleep 1
8272026-06-17T21:52:32.810Z++ retry=91
8282026-06-17T21:52:32.814Z+++ svcs -Hostate baseline
8292026-06-17T21:52:32.827Z++ [[ offline* != online ]]
8302026-06-17T21:52:32.827Z++ [[ 91 -gt 300 ]]
8312026-06-17T21:52:32.827Z++ sleep 1
8322026-06-17T21:52:33.828Z++ retry=92
8332026-06-17T21:52:33.832Z+++ svcs -Hostate baseline
8342026-06-17T21:52:33.843Z++ [[ offline* != online ]]
8352026-06-17T21:52:33.843Z++ [[ 92 -gt 300 ]]
8362026-06-17T21:52:33.843Z++ sleep 1
8372026-06-17T21:52:34.845Z++ retry=93
8382026-06-17T21:52:34.850Z+++ svcs -Hostate baseline
8392026-06-17T21:52:34.860Z++ [[ offline* != online ]]
8402026-06-17T21:52:34.860Z++ [[ 93 -gt 300 ]]
8412026-06-17T21:52:34.860Z++ sleep 1
8422026-06-17T21:52:35.863Z++ retry=94
8432026-06-17T21:52:35.867Z+++ svcs -Hostate baseline
8442026-06-17T21:52:35.878Z++ [[ offline* != online ]]
8452026-06-17T21:52:35.878Z++ [[ 94 -gt 300 ]]
8462026-06-17T21:52:35.878Z++ sleep 1
8472026-06-17T21:52:36.880Z++ retry=95
8482026-06-17T21:52:36.883Z+++ svcs -Hostate baseline
8492026-06-17T21:52:36.897Z++ [[ offline* != online ]]
8502026-06-17T21:52:36.897Z++ [[ 95 -gt 300 ]]
8512026-06-17T21:52:36.897Z++ sleep 1
8522026-06-17T21:52:37.900Z++ retry=96
8532026-06-17T21:52:37.903Z+++ svcs -Hostate baseline
8542026-06-17T21:52:37.919Z++ [[ offline* != online ]]
8552026-06-17T21:52:37.919Z++ [[ 96 -gt 300 ]]
8562026-06-17T21:52:37.919Z++ sleep 1
8572026-06-17T21:52:38.917Z++ retry=97
8582026-06-17T21:52:38.920Z+++ svcs -Hostate baseline
8592026-06-17T21:52:38.933Z++ [[ offline* != online ]]
8602026-06-17T21:52:38.934Z++ [[ 97 -gt 300 ]]
8612026-06-17T21:52:38.935Z++ sleep 1
8622026-06-17T21:52:39.935Z++ retry=98
8632026-06-17T21:52:39.938Z+++ svcs -Hostate baseline
8642026-06-17T21:52:39.952Z++ [[ offline* != online ]]
8652026-06-17T21:52:39.954Z++ [[ 98 -gt 300 ]]
8662026-06-17T21:52:39.957Z++ sleep 1
8672026-06-17T21:52:40.952Z++ retry=99
8682026-06-17T21:52:40.955Z+++ svcs -Hostate baseline
8692026-06-17T21:52:40.968Z++ [[ offline* != online ]]
8702026-06-17T21:52:40.968Z++ [[ 99 -gt 300 ]]
8712026-06-17T21:52:40.971Z++ sleep 1
8722026-06-17T21:52:41.970Z++ retry=100
8732026-06-17T21:52:41.973Z+++ svcs -Hostate baseline
8742026-06-17T21:52:41.986Z++ [[ offline* != online ]]
8752026-06-17T21:52:41.986Z++ [[ 100 -gt 300 ]]
8762026-06-17T21:52:41.987Z++ sleep 1
8772026-06-17T21:52:42.991Z++ retry=101
8782026-06-17T21:52:42.994Z+++ svcs -Hostate baseline
8792026-06-17T21:52:43.003Z++ [[ offline* != online ]]
8802026-06-17T21:52:43.003Z++ [[ 101 -gt 300 ]]
8812026-06-17T21:52:43.003Z++ sleep 1
8822026-06-17T21:52:44.005Z++ retry=102
8832026-06-17T21:52:44.008Z+++ svcs -Hostate baseline
8842026-06-17T21:52:44.021Z++ [[ offline* != online ]]
8852026-06-17T21:52:44.021Z++ [[ 102 -gt 300 ]]
8862026-06-17T21:52:44.021Z++ sleep 1
8872026-06-17T21:52:45.023Z++ retry=103
8882026-06-17T21:52:45.026Z+++ svcs -Hostate baseline
8892026-06-17T21:52:45.040Z++ [[ offline* != online ]]
8902026-06-17T21:52:45.040Z++ [[ 103 -gt 300 ]]
8912026-06-17T21:52:45.040Z++ sleep 1
8922026-06-17T21:52:46.041Z++ retry=104
8932026-06-17T21:52:46.044Z+++ svcs -Hostate baseline
8942026-06-17T21:52:46.057Z++ [[ offline* != online ]]
8952026-06-17T21:52:46.057Z++ [[ 104 -gt 300 ]]
8962026-06-17T21:52:46.057Z++ sleep 1
8972026-06-17T21:52:47.059Z++ retry=105
8982026-06-17T21:52:47.064Z+++ svcs -Hostate baseline
8992026-06-17T21:52:47.074Z++ [[ online != online ]]
9002026-06-17T21:52:47.074Z++ set -o errexit
9012026-06-17T21:52:47.074Z++ set -o pipefail
9022026-06-17T21:52:47.074Z++ banner build
9032026-06-17T21:52:47.077Z
9042026-06-17T21:52:47.078Z ##### # # # # #####
9052026-06-17T21:52:47.078Z # # # # # # # #
9062026-06-17T21:52:47.078Z ##### # # # # # #
9072026-06-17T21:52:47.078Z # # # # # # # #
9082026-06-17T21:52:47.078Z # # # # # # # #
9092026-06-17T21:52:47.078Z ##### #### # ###### #####
9102026-06-17T21:52:47.078Z
9112026-06-17T21:52:47.078Z++ cargo build --release --bin ddmd --bin ddmadm
9122026-06-17T21:52:47.082Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9132026-06-17T21:52:47.239Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9142026-06-17T21:52:47.259Zinfo: downloading 6 components
9152026-06-17T21:53:02.916Z Updating git repository `https://github.com/oxidecomputer/falcon`
9162026-06-17T21:53:04.936ZFrom https://github.com/oxidecomputer/falcon
9172026-06-17T21:53:04.936Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9182026-06-17T21:53:05.014Z Updating crates.io index
9192026-06-17T21:53:05.048Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9202026-06-17T21:53:05.425ZFrom https://github.com/oxidecomputer/dendrite
9212026-06-17T21:53:05.425Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9222026-06-17T21:53:05.459Z Updating git repository `https://github.com/oxidecomputer/ispf`
9232026-06-17T21:53:05.837ZFrom https://github.com/oxidecomputer/ispf
9242026-06-17T21:53:05.837Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9252026-06-17T21:53:06.088Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9262026-06-17T21:53:06.457ZFrom https://github.com/oxidecomputer/netadm-sys
9272026-06-17T21:53:06.457Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9282026-06-17T21:53:06.467Z Updating git repository `https://github.com/oxidecomputer/omicron`
9292026-06-17T21:53:12.545ZFrom https://github.com/oxidecomputer/omicron
9302026-06-17T21:53:12.545Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9312026-06-17T21:53:12.971Z Updating git repository `https://github.com/oxidecomputer/opte`
9322026-06-17T21:53:13.661ZFrom https://github.com/oxidecomputer/opte
9332026-06-17T21:53:13.661Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9342026-06-17T21:53:14.243Z Updating git repository `https://github.com/illumos/smf-rs`
9352026-06-17T21:53:14.541ZFrom https://github.com/illumos/smf-rs
9362026-06-17T21:53:14.541Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9372026-06-17T21:53:14.746Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9382026-06-17T21:53:15.031ZFrom https://github.com/oxidecomputer/network-interface
9392026-06-17T21:53:15.031Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9402026-06-17T21:53:15.037Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9412026-06-17T21:53:15.306ZFrom https://github.com/oxidecomputer/slog-error-chain
9422026-06-17T21:53:15.306Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9432026-06-17T21:53:15.333Z Updating git repository `https://github.com/oxidecomputer/zone`
9442026-06-17T21:53:15.626ZFrom https://github.com/oxidecomputer/zone
9452026-06-17T21:53:15.627Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9462026-06-17T21:53:15.790Z Updating git repository `https://github.com/oxidecomputer/propolis`
9472026-06-17T21:53:16.593ZFrom https://github.com/oxidecomputer/propolis
9482026-06-17T21:53:16.594Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9492026-06-17T21:53:16.909Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9502026-06-17T21:53:17.515ZFrom https://github.com/oxidecomputer/transceiver-control
9512026-06-17T21:53:17.515Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9522026-06-17T21:53:17.536Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9532026-06-17T21:53:17.836ZFrom https://github.com/oxidecomputer/dlpi-sys
9542026-06-17T21:53:17.836Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9552026-06-17T21:53:17.842Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9562026-06-17T21:53:18.119ZFrom https://github.com/jmesmon/rust-libzfs
9572026-06-17T21:53:18.119Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9582026-06-17T21:53:18.127Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9592026-06-17T21:53:18.390ZFrom https://github.com/oxidecomputer/rusty-doors
9602026-06-17T21:53:18.390Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9612026-06-17T21:53:18.558Z Updating git repository `https://github.com/oxidecomputer/lldp`
9622026-06-17T21:53:18.969ZFrom https://github.com/oxidecomputer/lldp
9632026-06-17T21:53:18.969Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9642026-06-17T21:53:19.082Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9652026-06-17T21:53:19.439ZFrom https://github.com/oxidecomputer/tufaceous
9662026-06-17T21:53:19.439Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9672026-06-17T21:53:19.716Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9682026-06-17T21:53:20.420ZFrom https://github.com/oxidecomputer/management-gateway-service
9692026-06-17T21:53:20.420Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9702026-06-17T21:53:20.595Z Updating git repository `https://github.com/oxidecomputer/crucible`
9712026-06-17T21:53:21.734ZFrom https://github.com/oxidecomputer/crucible
9722026-06-17T21:53:21.734Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9732026-06-17T21:53:22.658Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9742026-06-17T21:53:22.920ZFrom https://github.com/oxidecomputer/serde_human_bytes
9752026-06-17T21:53:22.920Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9762026-06-17T21:53:23.260Z Updating git repository `https://github.com/oxidecomputer/propolis`
9772026-06-17T21:53:23.624ZFrom https://github.com/oxidecomputer/propolis
9782026-06-17T21:53:23.624Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9792026-06-17T21:53:23.859Z Updating git repository `https://github.com/oxidecomputer/crucible`
9802026-06-17T21:53:24.396ZFrom https://github.com/oxidecomputer/crucible
9812026-06-17T21:53:24.396Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9822026-06-17T21:53:24.468Z Updating git repository `https://github.com/oxidecomputer/tofino`
9832026-06-17T21:53:24.833ZFrom https://github.com/oxidecomputer/tofino
9842026-06-17T21:53:24.833Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9852026-06-17T21:53:24.865Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9862026-06-17T21:53:25.955ZFrom https://github.com/oxidecomputer/maghemite
9872026-06-17T21:53:25.955Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9882026-06-17T21:53:26.006Z Updating git repository `https://github.com/oxidecomputer/clickward`
9892026-06-17T21:53:26.389ZFrom https://github.com/oxidecomputer/clickward
9902026-06-17T21:53:26.389Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9912026-06-17T21:53:26.608Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
9922026-06-17T21:53:26.927ZFrom https://github.com/oxidecomputer/illumos-devinfo
9932026-06-17T21:53:26.927Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
9942026-06-17T21:53:28.117Z Downloading crates ...
9952026-06-17T21:53:28.183Z Downloaded block-buffer v0.12.0
9962026-06-17T21:53:28.191Z Downloaded crypto-common v0.1.7
9972026-06-17T21:53:28.198Z Downloaded autocfg v1.5.1
9982026-06-17T21:53:28.218Z Downloaded base16ct v0.2.0
9992026-06-17T21:53:28.218Z Downloaded base16ct v1.0.0
10002026-06-17T21:53:28.218Z Downloaded atomic-waker v1.1.2
10012026-06-17T21:53:28.218Z Downloaded dtrace-parser v0.3.0
10022026-06-17T21:53:28.219Z Downloaded dropshot-api-manager-types v0.7.2
10032026-06-17T21:53:28.227Z Downloaded anstream v1.0.0
10042026-06-17T21:53:28.227Z Downloaded dyn-clone v1.0.20
10052026-06-17T21:53:28.227Z Downloaded dunce v1.0.5
10062026-06-17T21:53:28.227Z Downloaded adler2 v2.0.1
10072026-06-17T21:53:28.227Z Downloaded embedded-io v0.4.0
10082026-06-17T21:53:28.227Z Downloaded either v1.16.0
10092026-06-17T21:53:28.227Z Downloaded dtrace-parser v0.2.0
10102026-06-17T21:53:28.228Z Downloaded clap_lex v1.1.0
10112026-06-17T21:53:28.228Z Downloaded fxhash v0.2.1
10122026-06-17T21:53:28.228Z Downloaded elliptic-curve v0.13.8
10132026-06-17T21:53:28.239Z Downloaded crunchy v0.2.4
10142026-06-17T21:53:28.239Z Downloaded float-ord v0.3.2
10152026-06-17T21:53:28.239Z Downloaded dropshot_endpoint v0.17.1
10162026-06-17T21:53:28.239Z Downloaded git-stub-vcs v0.1.0
10172026-06-17T21:53:28.239Z Downloaded backon v1.6.0
10182026-06-17T21:53:28.243Z Downloaded deranged v0.5.8
10192026-06-17T21:53:28.243Z Downloaded globset v0.4.18
10202026-06-17T21:53:28.243Z Downloaded async-recursion v1.1.1
10212026-06-17T21:53:28.249Z Downloaded defmt-parser v1.0.0
10222026-06-17T21:53:28.249Z Downloaded crc32fast v1.5.0
10232026-06-17T21:53:28.255Z Downloaded fs-err v3.3.0
10242026-06-17T21:53:28.255Z Downloaded block-buffer v0.10.4
10252026-06-17T21:53:28.259Z Downloaded futures-sink v0.3.32
10262026-06-17T21:53:28.259Z Downloaded debug-ignore v1.0.5
10272026-06-17T21:53:28.259Z Downloaded hostname v0.4.2
10282026-06-17T21:53:28.263Z Downloaded futures-macro v0.3.32
10292026-06-17T21:53:28.263Z Downloaded highway v1.3.0
10302026-06-17T21:53:28.271Z Downloaded futures-task v0.3.32
10312026-06-17T21:53:28.271Z Downloaded bs58 v0.5.1
10322026-06-17T21:53:28.271Z Downloaded dof v0.3.0
10332026-06-17T21:53:28.271Z Downloaded hostname v0.3.1
10342026-06-17T21:53:28.275Z Downloaded base64 v0.22.1
10352026-06-17T21:53:28.287Z Downloaded git-stub v1.0.0
10362026-06-17T21:53:28.287Z Downloaded darling_macro v0.21.3
10372026-06-17T21:53:28.287Z Downloaded foreign-types-shared v0.1.1
10382026-06-17T21:53:28.287Z Downloaded errno v0.3.14
10392026-06-17T21:53:28.287Z Downloaded foreign-types-shared v0.3.1
10402026-06-17T21:53:28.291Z Downloaded cfg-if v1.0.4
10412026-06-17T21:53:28.291Z Downloaded cfg_aliases v0.2.1
10422026-06-17T21:53:28.291Z Downloaded futures-core v0.3.32
10432026-06-17T21:53:28.291Z Downloaded dof v0.4.0
10442026-06-17T21:53:28.297Z Downloaded equivalent v1.0.2
10452026-06-17T21:53:28.297Z Downloaded anstyle-query v1.1.5
10462026-06-17T21:53:28.305Z Downloaded derive-ex v0.1.8
10472026-06-17T21:53:28.305Z Downloaded fixedbitset v0.4.2
10482026-06-17T21:53:28.305Z Downloaded defmt v1.1.0
10492026-06-17T21:53:28.311Z Downloaded bit-set v0.8.0
10502026-06-17T21:53:28.311Z Downloaded cstr-argument v0.1.2
10512026-06-17T21:53:28.311Z Downloaded hex v0.4.3
10522026-06-17T21:53:28.311Z Downloaded crucible-workspace-hack v0.1.0
10532026-06-17T21:53:28.311Z Downloaded crypto-common v0.2.2
10542026-06-17T21:53:28.311Z Downloaded cpufeatures v0.3.0
10552026-06-17T21:53:28.317Z Downloaded foreign-types v0.3.2
10562026-06-17T21:53:28.317Z Downloaded hash32 v0.3.1
10572026-06-17T21:53:28.317Z Downloaded ciborium v0.2.2
10582026-06-17T21:53:28.324Z Downloaded gethostname v0.5.0
10592026-06-17T21:53:28.324Z Downloaded embedded-io v0.6.1
10602026-06-17T21:53:28.324Z Downloaded http-body v1.0.1
10612026-06-17T21:53:28.335Z Downloaded cpufeatures v0.2.17
10622026-06-17T21:53:28.335Z Downloaded async-stream v0.3.6
10632026-06-17T21:53:28.335Z Downloaded hubpack v0.1.2
10642026-06-17T21:53:28.336Z Downloaded argon2 v0.5.3
10652026-06-17T21:53:28.340Z Downloaded foreign-types v0.5.0
10662026-06-17T21:53:28.340Z Downloaded byte-wrapper v0.1.0
10672026-06-17T21:53:28.340Z Downloaded idna_adapter v1.2.2
10682026-06-17T21:53:28.340Z Downloaded internet-checksum v0.2.1
10692026-06-17T21:53:28.340Z Downloaded foreign-types-macros v0.2.3
10702026-06-17T21:53:28.340Z Downloaded console v0.16.3
10712026-06-17T21:53:28.345Z Downloaded hubpack_derive v0.1.1
10722026-06-17T21:53:28.345Z Downloaded heck v0.4.1
10732026-06-17T21:53:28.345Z Downloaded instant v0.1.13
10742026-06-17T21:53:28.349Z Downloaded inout v0.1.4
10752026-06-17T21:53:28.349Z Downloaded base64 v0.21.7
10762026-06-17T21:53:28.356Z Downloaded const_format_proc_macros v0.2.34
10772026-06-17T21:53:28.356Z Downloaded cipher v0.4.4
10782026-06-17T21:53:28.356Z Downloaded bytecount v0.6.9
10792026-06-17T21:53:28.362Z Downloaded indent_write v2.2.0
10802026-06-17T21:53:28.362Z Downloaded ident_case v1.0.1
10812026-06-17T21:53:28.362Z Downloaded is_terminal_polyfill v1.70.2
10822026-06-17T21:53:28.362Z Downloaded blake2 v0.10.6
10832026-06-17T21:53:28.366Z Downloaded is_ci v1.2.0
10842026-06-17T21:53:28.366Z Downloaded getrandom v0.3.4
10852026-06-17T21:53:28.373Z Downloaded lazy_static v1.5.0
10862026-06-17T21:53:28.373Z Downloaded daft v0.1.7
10872026-06-17T21:53:28.374Z Downloaded keccak v0.1.6
10882026-06-17T21:53:28.374Z Downloaded lru-cache v0.1.2
10892026-06-17T21:53:28.377Z Downloaded konst_macro_rules v0.2.19
10902026-06-17T21:53:28.377Z Downloaded memoffset v0.9.1
10912026-06-17T21:53:28.377Z Downloaded match_cfg v0.1.0
10922026-06-17T21:53:28.383Z Downloaded linked-hash-map v0.5.6
10932026-06-17T21:53:28.383Z Downloaded generic-array v0.14.7
10942026-06-17T21:53:28.383Z Downloaded fs_extra v1.3.0
10952026-06-17T21:53:28.386Z Downloaded httpdate v1.0.3
10962026-06-17T21:53:28.386Z Downloaded displaydoc v0.2.6
10972026-06-17T21:53:28.386Z Downloaded colored v3.1.1
10982026-06-17T21:53:28.389Z Downloaded macaddr v1.0.1
10992026-06-17T21:53:28.392Z Downloaded foldhash v0.1.5
11002026-06-17T21:53:28.392Z Downloaded lru-slab v0.1.2
11012026-06-17T21:53:28.396Z Downloaded futures-io v0.3.32
11022026-06-17T21:53:28.396Z Downloaded glob v0.3.3
11032026-06-17T21:53:28.402Z Downloaded http-body-util v0.1.3
11042026-06-17T21:53:28.402Z Downloaded memmap v0.7.0
11052026-06-17T21:53:28.406Z Downloaded managed v0.8.0
11062026-06-17T21:53:28.406Z Downloaded newline-converter v0.3.0
11072026-06-17T21:53:28.406Z Downloaded natord v1.0.9
11082026-06-17T21:53:28.406Z Downloaded hyper-rustls v0.27.9
11092026-06-17T21:53:28.406Z Downloaded no-std-compat v0.4.1
11102026-06-17T21:53:28.410Z Downloaded ingot v0.1.1
11112026-06-17T21:53:28.410Z Downloaded num-conv v0.2.2
11122026-06-17T21:53:28.410Z Downloaded getrandom v0.2.17
11132026-06-17T21:53:28.415Z Downloaded futures-channel v0.3.32
11142026-06-17T21:53:28.419Z Downloaded async-trait v0.1.89
11152026-06-17T21:53:28.419Z Downloaded newtype_derive v0.1.6
11162026-06-17T21:53:28.419Z Downloaded console v0.15.11
11172026-06-17T21:53:28.422Z Downloaded num_threads v0.1.7
11182026-06-17T21:53:28.422Z Downloaded clap v4.6.1
11192026-06-17T21:53:28.431Z Downloaded num_enum_derive v0.5.11
11202026-06-17T21:53:28.438Z Downloaded num-iter v0.1.45
11212026-06-17T21:53:28.438Z Downloaded num-derive v0.4.2
11222026-06-17T21:53:28.438Z Downloaded num v0.4.3
11232026-06-17T21:53:28.438Z Downloaded openssl-macros v0.1.1
11242026-06-17T21:53:28.438Z Downloaded omicron-workspace-hack v0.1.0
11252026-06-17T21:53:28.448Z Downloaded libscf-sys v1.2.0
11262026-06-17T21:53:28.448Z Downloaded olpc-cjson v0.1.4
11272026-06-17T21:53:28.448Z Downloaded linear-map v1.2.0
11282026-06-17T21:53:28.448Z Downloaded opaque-debug v0.3.1
11292026-06-17T21:53:28.449Z Downloaded ahash v0.8.12
11302026-06-17T21:53:28.449Z Downloaded openssl-probe v0.2.1
11312026-06-17T21:53:28.449Z Downloaded crossbeam-utils v0.8.21
11322026-06-17T21:53:28.456Z Downloaded parse-display v0.10.0
11332026-06-17T21:53:28.456Z Downloaded lock_api v0.4.14
11342026-06-17T21:53:28.456Z Downloaded libsw-core v0.3.2
11352026-06-17T21:53:28.456Z Downloaded mime v0.3.17
11362026-06-17T21:53:28.457Z Downloaded libsw v3.5.0
11372026-06-17T21:53:28.457Z Downloaded percent-encoding v2.3.2
11382026-06-17T21:53:28.467Z Downloaded erased-serde v0.3.31
11392026-06-17T21:53:28.467Z Downloaded ipnetwork v0.21.1
11402026-06-17T21:53:28.467Z Downloaded ipnet v2.12.0
11412026-06-17T21:53:28.476Z Downloaded cookie v0.18.1
11422026-06-17T21:53:28.476Z Downloaded iana-time-zone v0.1.65
11432026-06-17T21:53:28.476Z Downloaded newtype-uuid v1.3.2
11442026-06-17T21:53:28.476Z Downloaded httparse v1.10.1
11452026-06-17T21:53:28.476Z Downloaded chacha20 v0.10.0
11462026-06-17T21:53:28.477Z Downloaded newtype-uuid-macros v0.1.0
11472026-06-17T21:53:28.489Z Downloaded crossbeam-epoch v0.9.18
11482026-06-17T21:53:28.489Z Downloaded multer v3.1.0
11492026-06-17T21:53:28.489Z Downloaded pretty-hex v0.4.2
11502026-06-17T21:53:28.489Z Downloaded phf_shared v0.12.1
11512026-06-17T21:53:28.489Z Downloaded num-complex v0.4.6
11522026-06-17T21:53:28.489Z Downloaded const-oid v0.10.2
11532026-06-17T21:53:28.489Z Downloaded plain v0.2.3
11542026-06-17T21:53:28.489Z Downloaded bitflags v2.12.1
11552026-06-17T21:53:28.498Z Downloaded cancel-safe-futures v0.1.5
11562026-06-17T21:53:28.498Z Downloaded proc-macro-error-attr2 v2.0.0
11572026-06-17T21:53:28.498Z Downloaded derive-where v1.6.1
11582026-06-17T21:53:28.498Z Downloaded darling v0.21.3
11592026-06-17T21:53:28.508Z Downloaded num-rational v0.4.2
11602026-06-17T21:53:28.508Z Downloaded find-msvc-tools v0.1.9
11612026-06-17T21:53:28.509Z Downloaded darling_core v0.23.0
11622026-06-17T21:53:28.509Z Downloaded progenitor-client v0.14.0
11632026-06-17T21:53:28.514Z Downloaded proc-macro-error-attr v1.0.4
11642026-06-17T21:53:28.515Z Downloaded progenitor-client v0.10.0
11652026-06-17T21:53:28.516Z Downloaded proc-macro-crate v1.3.1
11662026-06-17T21:53:28.516Z Downloaded num_enum v0.5.11
11672026-06-17T21:53:28.516Z Downloaded quick-error v1.2.3
11682026-06-17T21:53:28.523Z Downloaded num_enum_derive v0.7.6
11692026-06-17T21:53:28.524Z Downloaded allocator-api2 v0.2.21
11702026-06-17T21:53:28.524Z Downloaded litemap v0.8.2
11712026-06-17T21:53:28.524Z Downloaded memmap2 v0.9.10
11722026-06-17T21:53:28.528Z Downloaded progenitor-macro v0.13.0
11732026-06-17T21:53:28.528Z Downloaded progenitor-macro v0.14.0
11742026-06-17T21:53:28.528Z Downloaded password-hash v0.5.0
11752026-06-17T21:53:28.528Z Downloaded owo-colors v4.3.0
11762026-06-17T21:53:28.528Z Downloaded progenitor-macro v0.10.0
11772026-06-17T21:53:28.533Z Downloaded rand_xorshift v0.4.0
11782026-06-17T21:53:28.533Z Downloaded parse-display-derive v0.10.0
11792026-06-17T21:53:28.533Z Downloaded rand_chacha v0.3.1
11802026-06-17T21:53:28.533Z Downloaded ref-cast v1.0.25
11812026-06-17T21:53:28.536Z Downloaded arc-swap v1.9.1
11822026-06-17T21:53:28.536Z Downloaded oxnet v0.1.6
11832026-06-17T21:53:28.539Z Downloaded pem v3.0.6
11842026-06-17T21:53:28.539Z Downloaded getrandom v0.4.2
11852026-06-17T21:53:28.542Z Downloaded paste v1.0.15
11862026-06-17T21:53:28.546Z Downloaded drift v0.2.0
11872026-06-17T21:53:28.557Z Downloaded hmac v0.12.1
11882026-06-17T21:53:28.561Z Downloaded futures v0.3.32
11892026-06-17T21:53:28.562Z Downloaded half v2.7.1
11902026-06-17T21:53:28.562Z Downloaded rustc-hash v2.1.2
11912026-06-17T21:53:28.562Z Downloaded rustc_version v0.1.7
11922026-06-17T21:53:28.562Z Downloaded potential_utf v0.1.5
11932026-06-17T21:53:28.570Z Downloaded phf v0.12.1
11942026-06-17T21:53:28.570Z Downloaded parking_lot_core v0.8.6
11952026-06-17T21:53:28.570Z Downloaded rustc_version v0.4.1
11962026-06-17T21:53:28.570Z Downloaded icu_provider v2.2.0
11972026-06-17T21:53:28.570Z Downloaded powerfmt v0.2.0
11982026-06-17T21:53:28.570Z Downloaded ppv-lite86 v0.2.21
11992026-06-17T21:53:28.573Z Downloaded poly1305 v0.8.0
12002026-06-17T21:53:28.573Z Downloaded pin-project-lite v0.2.17
12012026-06-17T21:53:28.576Z Downloaded proc-macro-crate v3.5.0
12022026-06-17T21:53:28.579Z Downloaded progenitor v0.14.0
12032026-06-17T21:53:28.579Z Downloaded once_cell v1.21.4
12042026-06-17T21:53:28.582Z Downloaded heapless v0.8.0
12052026-06-17T21:53:28.587Z Downloaded progenitor v0.13.0
12062026-06-17T21:53:28.587Z Downloaded progenitor v0.10.0
12072026-06-17T21:53:28.587Z Downloaded same-file v1.0.6
12082026-06-17T21:53:28.587Z Downloaded progenitor-client v0.13.0
12092026-06-17T21:53:28.592Z Downloaded icu_properties v2.2.0
12102026-06-17T21:53:28.594Z Downloaded hybrid-array v0.4.12
12112026-06-17T21:53:28.600Z Downloaded hickory-resolver v0.24.4
12122026-06-17T21:53:28.600Z Downloaded quote v1.0.45
12132026-06-17T21:53:28.600Z Downloaded progenitor-extras v0.2.0
12142026-06-17T21:53:28.604Z Downloaded pkg-config v0.3.33
12152026-06-17T21:53:28.604Z Downloaded parking_lot_core v0.9.12
12162026-06-17T21:53:28.604Z Downloaded pin-project-internal v1.1.13
12172026-06-17T21:53:28.604Z Downloaded ingot-types v0.1.2
12182026-06-17T21:53:28.607Z Downloaded num_enum v0.7.6
12192026-06-17T21:53:28.607Z Downloaded serde-big-array v0.5.1
12202026-06-17T21:53:28.610Z Downloaded secrecy v0.10.3
12212026-06-17T21:53:28.610Z Downloaded serde_repr v0.1.20
12222026-06-17T21:53:28.618Z Downloaded semver v0.1.20
12232026-06-17T21:53:28.618Z Downloaded scroll_derive v0.12.1
12242026-06-17T21:53:28.618Z Downloaded chacha20poly1305 v0.10.1
12252026-06-17T21:53:28.626Z Downloaded parking_lot v0.11.2
12262026-06-17T21:53:28.626Z Downloaded log v0.4.32
12272026-06-17T21:53:28.626Z Downloaded scroll_derive v0.13.1
12282026-06-17T21:53:28.626Z Downloaded scopeguard v1.2.0
12292026-06-17T21:53:28.626Z Downloaded ref-cast-impl v1.0.25
12302026-06-17T21:53:28.626Z Downloaded rand_core v0.6.4
12312026-06-17T21:53:28.626Z Downloaded pest_generator v2.8.6
12322026-06-17T21:53:28.632Z Downloaded icu_normalizer v2.2.0
12332026-06-17T21:53:28.632Z Downloaded rand_core v0.10.1
12342026-06-17T21:53:28.632Z Downloaded rand_core v0.9.5
12352026-06-17T21:53:28.632Z Downloaded serde_urlencoded v0.7.1
12362026-06-17T21:53:28.632Z Downloaded resolv-conf v0.7.6
12372026-06-17T21:53:28.645Z Downloaded sha1 v0.10.6
12382026-06-17T21:53:28.645Z Downloaded serde_spanned v1.1.1
12392026-06-17T21:53:28.645Z Downloaded serde_spanned v0.6.9
12402026-06-17T21:53:28.656Z Downloaded pest_derive v2.8.6
12412026-06-17T21:53:28.656Z Downloaded crossbeam-channel v0.5.15
12422026-06-17T21:53:28.656Z Downloaded rustls-pemfile v2.2.0
12432026-06-17T21:53:28.657Z Downloaded sha1 v0.11.0
12442026-06-17T21:53:28.657Z Downloaded siphasher v1.0.3
12452026-06-17T21:53:28.657Z Downloaded num-traits v0.2.19
12462026-06-17T21:53:28.657Z Downloaded rustls-native-certs v0.8.4
12472026-06-17T21:53:28.657Z Downloaded indicatif v0.18.4
12482026-06-17T21:53:28.657Z Downloaded const_format v0.2.36
12492026-06-17T21:53:28.662Z Downloaded sigpipe v0.1.3
12502026-06-17T21:53:28.663Z Downloaded rand_chacha v0.9.0
12512026-06-17T21:53:28.663Z Downloaded ingot-macros v0.1.1
12522026-06-17T21:53:28.663Z Downloaded slog-envlogger v2.2.0
12532026-06-17T21:53:28.663Z Downloaded konst v0.2.20
12542026-06-17T21:53:28.667Z Downloaded rusty-fork v0.3.1
12552026-06-17T21:53:28.667Z Downloaded quinn-udp v0.5.14
12562026-06-17T21:53:28.667Z Downloaded cc v1.2.63
12572026-06-17T21:53:28.667Z Downloaded papergrid v0.18.0
12582026-06-17T21:53:28.675Z Downloaded slog-bunyan v2.5.0
12592026-06-17T21:53:28.676Z Downloaded scroll v0.13.0
12602026-06-17T21:53:28.689Z Downloaded scroll v0.12.0
12612026-06-17T21:53:28.690Z Downloaded serde_plain v1.0.2
12622026-06-17T21:53:28.690Z Downloaded stable_deref_trait v1.2.1
12632026-06-17T21:53:28.690Z Downloaded papergrid v0.11.0
12642026-06-17T21:53:28.690Z Downloaded proc-macro-error2 v2.0.1
12652026-06-17T21:53:28.690Z Downloaded structmeta-derive v0.3.0
12662026-06-17T21:53:28.691Z Downloaded strum v0.27.2
12672026-06-17T21:53:28.696Z Downloaded structmeta v0.3.0
12682026-06-17T21:53:28.699Z Downloaded icu_locale_core v2.2.0
12692026-06-17T21:53:28.699Z Downloaded miniz_oxide v0.8.9
12702026-06-17T21:53:28.700Z Downloaded serde_derive_internals v0.29.1
12712026-06-17T21:53:28.700Z Downloaded schemars_derive v0.8.22
12722026-06-17T21:53:28.700Z Downloaded proc-macro-error v1.0.4
12732026-06-17T21:53:28.700Z Downloaded strsim v0.11.1
12742026-06-17T21:53:28.700Z Downloaded smawk v0.3.2
12752026-06-17T21:53:28.706Z Downloaded pin-project v1.1.13
12762026-06-17T21:53:28.706Z Downloaded supports-color v3.0.2
12772026-06-17T21:53:28.706Z Downloaded icu_normalizer_data v2.2.0
12782026-06-17T21:53:28.706Z Downloaded icu_collections v2.2.0
12792026-06-17T21:53:28.709Z Downloaded serde_tokenstream v0.2.3
12802026-06-17T21:53:28.712Z Downloaded rhai_codegen v3.2.0
12812026-06-17T21:53:28.724Z Downloaded tagptr v0.2.0
12822026-06-17T21:53:28.724Z Downloaded rustversion v1.0.22
12832026-06-17T21:53:28.729Z Downloaded shlex v2.0.1
12842026-06-17T21:53:28.729Z Downloaded rustls-pki-types v1.14.1
12852026-06-17T21:53:28.729Z Downloaded oxide-tokio-rt v0.1.6
12862026-06-17T21:53:28.729Z Downloaded flate2 v1.1.9
12872026-06-17T21:53:28.729Z Downloaded tabled_derive v0.11.0
12882026-06-17T21:53:28.730Z Downloaded termtree v0.5.1
12892026-06-17T21:53:28.730Z Downloaded terminal_size v0.4.4
12902026-06-17T21:53:28.730Z Downloaded tabled_derive v0.7.0
12912026-06-17T21:53:28.738Z Downloaded postcard v1.1.3
12922026-06-17T21:53:28.738Z Downloaded take_mut v0.2.2
12932026-06-17T21:53:28.738Z Downloaded testing_table v0.3.0
12942026-06-17T21:53:28.738Z Downloaded slog-async v2.8.0
12952026-06-17T21:53:28.738Z Downloaded proc-macro2 v1.0.106
12962026-06-17T21:53:28.743Z Downloaded simd-adler32 v0.3.9
12972026-06-17T21:53:28.743Z Downloaded signal-hook-registry v1.4.8
12982026-06-17T21:53:28.743Z Downloaded slog-json v2.6.1
12992026-06-17T21:53:28.743Z Downloaded slog-stdlog v4.1.1
13002026-06-17T21:53:28.743Z Downloaded slog-scope v4.4.1
13012026-06-17T21:53:28.743Z Downloaded slog-dtrace v0.3.0
13022026-06-17T21:53:28.743Z Downloaded slab v0.4.12
13032026-06-17T21:53:28.787Z Downloaded thread-id v4.2.2
13042026-06-17T21:53:28.787Z Downloaded spin v0.5.2
13052026-06-17T21:53:28.787Z Downloaded slog-term v2.9.2
13062026-06-17T21:53:28.787Z Downloaded snafu-derive v0.8.9
13072026-06-17T21:53:28.787Z Downloaded indexmap v1.9.3
13082026-06-17T21:53:28.796Z Downloaded smf v0.2.3
13092026-06-17T21:53:28.796Z Downloaded progenitor-impl v0.13.0
13102026-06-17T21:53:28.797Z Downloaded tabwriter v1.4.1
13112026-06-17T21:53:28.797Z Downloaded thiserror-impl-no-std v2.0.2
13122026-06-17T21:53:28.797Z Downloaded thread-id v5.1.0
13132026-06-17T21:53:28.797Z Downloaded parking_lot v0.12.5
13142026-06-17T21:53:28.797Z Downloaded openssl-sys v0.9.116
13152026-06-17T21:53:28.797Z Downloaded static_assertions v1.1.0
13162026-06-17T21:53:28.797Z Downloaded sha2 v0.10.9
13172026-06-17T21:53:28.797Z Downloaded smartstring v1.0.1
13182026-06-17T21:53:28.797Z Downloaded sync_wrapper v1.0.2
13192026-06-17T21:53:28.797Z Downloaded time-core v0.1.8
13202026-06-17T21:53:28.797Z Downloaded swrite v0.1.0
13212026-06-17T21:53:28.798Z Downloaded tinyvec_macros v0.1.1
13222026-06-17T21:53:28.798Z Downloaded subtle v2.6.1
13232026-06-17T21:53:28.799Z Downloaded strum v0.26.3
13242026-06-17T21:53:28.799Z Downloaded pest_meta v2.8.6
13252026-06-17T21:53:28.799Z Downloaded serde_path_to_error v0.1.20
13262026-06-17T21:53:28.799Z Downloaded hickory-resolver v0.25.2
13272026-06-17T21:53:28.799Z Downloaded crypto-bigint v0.5.5
13282026-06-17T21:53:28.799Z Downloaded expectorate v1.2.0
13292026-06-17T21:53:28.799Z Downloaded jobserver v0.1.34
13302026-06-17T21:53:28.799Z Downloaded num-integer v0.1.46
13312026-06-17T21:53:28.799Z Downloaded strum_macros v0.26.4
13322026-06-17T21:53:28.799Z Downloaded bytes v1.11.1
13332026-06-17T21:53:28.799Z Downloaded toml_datetime v0.6.11
13342026-06-17T21:53:28.799Z Downloaded bit-vec v0.8.0
13352026-06-17T21:53:28.799Z Downloaded indexmap v2.14.0
13362026-06-17T21:53:28.799Z Downloaded tokio-macros v2.7.0
13372026-06-17T21:53:28.799Z Downloaded humantime v2.3.0
13382026-06-17T21:53:28.817Z Downloaded cargo_toml v0.22.3
13392026-06-17T21:53:28.817Z Downloaded camino v1.2.2
13402026-06-17T21:53:28.817Z Downloaded base64ct v1.8.3
13412026-06-17T21:53:28.818Z Downloaded progenitor-impl v0.10.0
13422026-06-17T21:53:28.818Z Downloaded jiff-static v0.2.28
13432026-06-17T21:53:28.818Z Downloaded http v1.4.1
13442026-06-17T21:53:28.818Z Downloaded synstructure v0.13.2
13452026-06-17T21:53:28.818Z Downloaded ryu v1.0.23
13462026-06-17T21:53:28.826Z Downloaded prettyplease v0.2.37
13472026-06-17T21:53:28.826Z Downloaded anyhow v1.0.102
13482026-06-17T21:53:28.826Z Downloaded tower-service v0.3.3
13492026-06-17T21:53:28.827Z Downloaded tower-layer v0.3.3
13502026-06-17T21:53:28.827Z Downloaded typeid v1.0.3
13512026-06-17T21:53:28.827Z Downloaded try-lock v0.2.5
13522026-06-17T21:53:28.827Z Downloaded toml_write v0.1.2
13532026-06-17T21:53:28.827Z Downloaded rustls-platform-verifier v0.7.0
13542026-06-17T21:53:28.827Z Downloaded progenitor-impl v0.14.0
13552026-06-17T21:53:28.827Z Downloaded schemars v0.8.22
13562026-06-17T21:53:28.834Z Downloaded thiserror v2.0.18
13572026-06-17T21:53:28.834Z Downloaded semver v1.0.28
13582026-06-17T21:53:28.834Z Downloaded rayon-core v1.13.0
13592026-06-17T21:53:28.834Z Downloaded typify-macro v0.4.3
13602026-06-17T21:53:28.834Z Downloaded thiserror v1.0.69
13612026-06-17T21:53:28.838Z Downloaded universal-hash v0.5.1
13622026-06-17T21:53:28.838Z Downloaded unit-prefix v0.5.2
13632026-06-17T21:53:28.838Z Downloaded tinystr v0.8.3
13642026-06-17T21:53:28.838Z Downloaded thread_local v1.1.9
13652026-06-17T21:53:28.838Z Downloaded hashbrown v0.12.3
13662026-06-17T21:53:28.843Z Downloaded thiserror-impl v1.0.69
13672026-06-17T21:53:28.843Z Downloaded spin v0.9.8
13682026-06-17T21:53:28.843Z Downloaded thiserror-no-std v2.0.2
13692026-06-17T21:53:28.848Z Downloaded strum_macros v0.27.2
13702026-06-17T21:53:28.848Z Downloaded serde_with_macros v3.20.0
13712026-06-17T21:53:28.848Z Downloaded async-compression v0.4.42
13722026-06-17T21:53:28.856Z Downloaded usdt-macro v0.5.0
13732026-06-17T21:53:28.857Z Downloaded usdt-attr-macro v0.5.0
13742026-06-17T21:53:28.857Z Downloaded usdt-attr-macro v0.6.0
13752026-06-17T21:53:28.857Z Downloaded usdt v0.6.0
13762026-06-17T21:53:28.857Z Downloaded ff v0.13.1
13772026-06-17T21:53:28.869Z Downloaded utf-8 v0.7.6
13782026-06-17T21:53:28.869Z Downloaded usdt-macro v0.6.0
13792026-06-17T21:53:28.869Z Downloaded bitflags v1.3.2
13802026-06-17T21:53:28.869Z Downloaded typify-macro v0.6.2
13812026-06-17T21:53:28.870Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13822026-06-17T21:53:28.870Z Downloaded untrusted v0.9.0
13832026-06-17T21:53:28.870Z Downloaded unicode-xid v0.2.6
13842026-06-17T21:53:28.870Z Downloaded untrusted v0.7.1
13852026-06-17T21:53:28.877Z Downloaded minimal-lexical v0.2.1
13862026-06-17T21:53:28.877Z Downloaded fastrand v2.4.1
13872026-06-17T21:53:28.877Z Downloaded itoa v1.0.18
13882026-06-17T21:53:28.878Z Downloaded is-terminal v0.4.17
13892026-06-17T21:53:28.879Z Downloaded daft-derive v0.1.7
13902026-06-17T21:53:28.879Z Downloaded csv-core v0.1.13
13912026-06-17T21:53:28.879Z Downloaded time-macros v0.2.27
13922026-06-17T21:53:28.881Z Downloaded crossbeam-deque v0.8.6
13932026-06-17T21:53:28.881Z Downloaded critical-section v1.2.0
13942026-06-17T21:53:28.891Z Downloaded tokio-tungstenite v0.21.0
13952026-06-17T21:53:28.891Z Downloaded waitgroup v0.1.2
13962026-06-17T21:53:28.891Z Downloaded version_check v0.9.5
13972026-06-17T21:53:28.891Z Downloaded utf8parse v0.2.2
13982026-06-17T21:53:28.891Z Downloaded utf8_iter v1.0.4
13992026-06-17T21:53:28.891Z Downloaded tokio-dtrace v0.1.1
14002026-06-17T21:53:28.891Z Downloaded wait-timeout v0.2.1
14012026-06-17T21:53:28.891Z Downloaded similar v2.7.0
14022026-06-17T21:53:28.891Z Downloaded thiserror-impl v2.0.18
14032026-06-17T21:53:28.891Z Downloaded slog v2.8.2
14042026-06-17T21:53:28.903Z Downloaded thin-vec v0.2.18
14052026-06-17T21:53:28.903Z Downloaded tempfile v3.27.0
14062026-06-17T21:53:28.903Z Downloaded anstyle-parse v1.0.0
14072026-06-17T21:53:28.903Z Downloaded digest v0.11.3
14082026-06-17T21:53:28.903Z Downloaded quinn v0.11.9
14092026-06-17T21:53:28.904Z Downloaded toml_writer v1.1.1+spec-1.1.0
14102026-06-17T21:53:28.909Z Downloaded want v0.3.1
14112026-06-17T21:53:28.909Z Downloaded smallvec v1.15.1
14122026-06-17T21:53:28.909Z Downloaded serde_core v1.0.228
14132026-06-17T21:53:28.909Z Downloaded compression-codecs v0.4.38
14142026-06-17T21:53:28.909Z Downloaded chacha20 v0.9.1
14152026-06-17T21:53:28.909Z Downloaded anstyle v1.0.14
14162026-06-17T21:53:28.909Z Downloaded unarray v0.1.4
14172026-06-17T21:53:28.909Z Downloaded qorb v0.4.1
14182026-06-17T21:53:28.909Z Downloaded rand v0.8.6
14192026-06-17T21:53:28.912Z Downloaded heck v0.5.0
14202026-06-17T21:53:28.912Z Downloaded group v0.13.0
14212026-06-17T21:53:28.916Z Downloaded tokio-stream v0.1.18
14222026-06-17T21:53:28.919Z Downloaded unicode-linebreak v0.1.5
14232026-06-17T21:53:28.919Z Downloaded tiny-keccak v2.0.2
14242026-06-17T21:53:28.919Z Downloaded yoke-derive v0.8.2
14252026-06-17T21:53:28.919Z Downloaded socket2 v0.6.4
14262026-06-17T21:53:28.922Z Downloaded tokio-rustls v0.26.4
14272026-06-17T21:53:28.922Z Downloaded hyper-util v0.1.20
14282026-06-17T21:53:28.925Z Downloaded futures-executor v0.3.32
14292026-06-17T21:53:28.928Z Downloaded fixedbitset v0.5.7
14302026-06-17T21:53:28.928Z Downloaded usdt v0.5.0
14312026-06-17T21:53:28.928Z Downloaded mio v1.2.1
14322026-06-17T21:53:28.934Z Downloaded zerofrom-derive v0.1.7
14332026-06-17T21:53:28.939Z Downloaded zerofrom v0.1.8
14342026-06-17T21:53:28.939Z Downloaded usdt-impl v0.6.0
14352026-06-17T21:53:28.939Z Downloaded zone_cfg_derive v0.3.1
14362026-06-17T21:53:28.939Z Downloaded zone v0.3.1
14372026-06-17T21:53:28.939Z Downloaded zeroize_derive v1.4.3
14382026-06-17T21:53:28.939Z Downloaded usdt-impl v0.5.0
14392026-06-17T21:53:28.939Z Downloaded serde_yaml v0.9.34+deprecated
14402026-06-17T21:53:28.943Z Downloaded hashbrown v0.16.1
14412026-06-17T21:53:28.943Z Downloaded data-encoding v2.11.0
14422026-06-17T21:53:28.947Z Downloaded fnv v1.0.7
14432026-06-17T21:53:28.947Z Downloaded enum-as-inner v0.6.1
14442026-06-17T21:53:28.947Z Downloaded nom v7.1.3
14452026-06-17T21:53:28.958Z Downloaded cmake v0.1.58
14462026-06-17T21:53:28.958Z Downloaded toml_parser v1.1.2+spec-1.1.0
14472026-06-17T21:53:28.958Z Downloaded camino-tempfile v1.4.1
14482026-06-17T21:53:28.965Z Downloaded atomicwrites v0.4.4
14492026-06-17T21:53:28.965Z Downloaded ciborium-io v0.2.2
14502026-06-17T21:53:28.965Z Downloaded bcs v0.1.6
14512026-06-17T21:53:28.967Z Downloaded aead v0.5.2
14522026-06-17T21:53:28.968Z Downloaded curve25519-dalek-derive v0.1.1
14532026-06-17T21:53:28.968Z Downloaded crc8 v0.1.1
14542026-06-17T21:53:28.968Z Downloaded walkdir v2.5.0
14552026-06-17T21:53:28.968Z Downloaded const-random v0.1.18
14562026-06-17T21:53:28.968Z Downloaded backoff v0.4.0
14572026-06-17T21:53:28.968Z Downloaded toml v0.8.23
14582026-06-17T21:53:28.968Z Downloaded whoami v1.6.1
14592026-06-17T21:53:28.969Z Downloaded test-strategy v0.4.5
14602026-06-17T21:53:28.969Z Downloaded schemars v0.9.0
14612026-06-17T21:53:28.974Z Downloaded term v1.2.1
14622026-06-17T21:53:28.974Z Downloaded tracing-attributes v0.1.31
14632026-06-17T21:53:28.980Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14642026-06-17T21:53:28.980Z Downloaded rand v0.9.4
14652026-06-17T21:53:28.985Z Downloaded serde_derive v1.0.228
14662026-06-17T21:53:28.985Z Downloaded foldhash v0.2.0
14672026-06-17T21:53:28.985Z Downloaded form_urlencoded v1.2.2
14682026-06-17T21:53:28.986Z Downloaded snafu v0.8.9
14692026-06-17T21:53:28.992Z Downloaded defmt v0.3.100
14702026-06-17T21:53:28.992Z Downloaded compression-core v0.4.32
14712026-06-17T21:53:28.992Z Downloaded ciborium-ll v0.2.2
14722026-06-17T21:53:28.993Z Downloaded memchr v2.8.1
14732026-06-17T21:53:28.998Z Downloaded xz2 v0.1.7
14742026-06-17T21:53:28.998Z Downloaded ucd-trie v0.1.7
14752026-06-17T21:53:28.998Z Downloaded hashbrown v0.15.5
14762026-06-17T21:53:28.998Z Downloaded derive_more v0.99.20
14772026-06-17T21:53:29.001Z Downloaded tinyvec v1.11.0
14782026-06-17T21:53:29.002Z Downloaded serde v1.0.228
14792026-06-17T21:53:29.007Z Downloaded zeroize v1.8.2
14802026-06-17T21:53:29.007Z Downloaded darling_macro v0.23.0
14812026-06-17T21:53:29.007Z Downloaded const-random-macro v0.1.16
14822026-06-17T21:53:29.007Z Downloaded colorchoice v1.0.5
14832026-06-17T21:53:29.007Z Downloaded async-stream-impl v0.3.6
14842026-06-17T21:53:29.007Z Downloaded clap_derive v4.6.1
14852026-06-17T21:53:29.012Z Downloaded hashbrown v0.17.1
14862026-06-17T21:53:29.012Z Downloaded digest v0.10.7
14872026-06-17T21:53:29.012Z Downloaded defmt-macros v1.1.0
14882026-06-17T21:53:29.016Z Downloaded zerovec-derive v0.11.3
14892026-06-17T21:53:29.016Z Downloaded rustls-webpki v0.103.13
14902026-06-17T21:53:29.019Z Downloaded schemars v1.2.1
14912026-06-17T21:53:29.025Z Downloaded tungstenite v0.21.0
14922026-06-17T21:53:29.028Z Downloaded vsss-rs v3.3.4
14932026-06-17T21:53:29.032Z Downloaded toml v1.1.2+spec-1.1.0
14942026-06-17T21:53:29.036Z Downloaded typify v0.4.3
14952026-06-17T21:53:29.036Z Downloaded toml v0.9.12+spec-1.1.0
14962026-06-17T21:53:29.041Z Downloaded yoke v0.8.3
14972026-06-17T21:53:29.041Z Downloaded writeable v0.6.3
14982026-06-17T21:53:29.041Z Downloaded typify v0.6.2
14992026-06-17T21:53:29.045Z Downloaded unicode-ident v1.0.24
15002026-06-17T21:53:29.045Z Downloaded nom v8.0.0
15012026-06-17T21:53:29.049Z Downloaded unsafe-libyaml v0.2.11
15022026-06-17T21:53:29.049Z Downloaded zerocopy-derive v0.7.35
15032026-06-17T21:53:29.052Z Downloaded hyper v1.10.1
15042026-06-17T21:53:29.056Z Downloaded futures-util v0.3.32
15052026-06-17T21:53:29.061Z Downloaded zmij v1.0.21
15062026-06-17T21:53:29.064Z Downloaded toml_edit v0.25.12+spec-1.1.0
15072026-06-17T21:53:29.069Z Downloaded uuid v1.23.2
15082026-06-17T21:53:29.069Z Downloaded dropshot-api-manager v0.7.2
15092026-06-17T21:53:29.072Z Downloaded steno v0.4.1
15102026-06-17T21:53:29.075Z Downloaded libm v0.2.16
15112026-06-17T21:53:29.078Z Downloaded itertools v0.14.0
15122026-06-17T21:53:29.083Z Downloaded tracing-core v0.1.36
15132026-06-17T21:53:29.089Z Downloaded rand v0.10.1
15142026-06-17T21:53:29.089Z Downloaded textwrap v0.16.2
15152026-06-17T21:53:29.089Z Downloaded itertools v0.12.1
15162026-06-17T21:53:29.092Z Downloaded pest v2.8.6
15172026-06-17T21:53:29.096Z Downloaded h2 v0.4.14
15182026-06-17T21:53:29.101Z Downloaded hkdf v0.12.4
15192026-06-17T21:53:29.101Z Downloaded idna v1.1.0
15202026-06-17T21:53:29.107Z Downloaded darling_core v0.21.3
15212026-06-17T21:53:29.112Z Downloaded darling v0.23.0
15222026-06-17T21:53:29.112Z Downloaded ron v0.12.1
15232026-06-17T21:53:29.115Z Downloaded goblin v0.8.2
15242026-06-17T21:53:29.118Z Downloaded toml_edit v0.22.27
15252026-06-17T21:53:29.121Z Downloaded toml_edit v0.19.15
15262026-06-17T21:53:29.136Z Downloaded aho-corasick v1.1.4
15272026-06-17T21:53:29.139Z Downloaded aws-lc-rs v1.17.0
15282026-06-17T21:53:29.139Z Downloaded convert_case v0.4.0
15292026-06-17T21:53:29.139Z Downloaded icu_properties_data v2.2.0
15302026-06-17T21:53:29.146Z Downloaded zerotrie v0.2.4
15312026-06-17T21:53:29.153Z Downloaded iddqd v0.4.2
15322026-06-17T21:53:29.159Z Downloaded clap_builder v4.6.0
15332026-06-17T21:53:29.159Z Downloaded cobs v0.3.0
15342026-06-17T21:53:29.159Z Downloaded byteorder v1.5.0
15352026-06-17T21:53:29.167Z Downloaded rayon v1.12.0
15362026-06-17T21:53:29.167Z Downloaded typenum v1.20.1
15372026-06-17T21:53:29.170Z Downloaded chrono v0.4.45
15382026-06-17T21:53:29.170Z Downloaded serde_json v1.0.150
15392026-06-17T21:53:29.177Z Downloaded url v2.5.8
15402026-06-17T21:53:29.182Z Downloaded reqwest v0.12.28
15412026-06-17T21:53:29.182Z Downloaded unicode-segmentation v1.13.3
15422026-06-17T21:53:29.185Z Downloaded reqwest v0.13.4
15432026-06-17T21:53:29.192Z Downloaded tower v0.5.3
15442026-06-17T21:53:29.210Z Downloaded portable-atomic v1.13.1
15452026-06-17T21:53:29.221Z Downloaded regex v1.12.3
15462026-06-17T21:53:29.221Z Downloaded typed-path v0.9.3
15472026-06-17T21:53:29.221Z Downloaded zerocopy-derive v0.8.50
15482026-06-17T21:53:29.225Z Downloaded tower-http v0.6.11
15492026-06-17T21:53:29.257Z Downloaded unicode-normalization v0.1.25
15502026-06-17T21:53:29.264Z Downloaded tokio-util v0.7.18
15512026-06-17T21:53:29.274Z Downloaded tough v0.22.0
15522026-06-17T21:53:29.280Z Downloaded winnow v0.5.40
15532026-06-17T21:53:29.285Z Downloaded zerovec v0.11.6
15542026-06-17T21:53:29.285Z Downloaded goblin v0.10.7
15552026-06-17T21:53:29.314Z Downloaded winnow v1.0.3
15562026-06-17T21:53:29.321Z Downloaded time v0.3.47
15572026-06-17T21:53:29.325Z Downloaded dropshot v0.17.1
15582026-06-17T21:53:29.339Z Downloaded zerocopy v0.7.35
15592026-06-17T21:53:29.350Z Downloaded vcpkg v0.2.15
15602026-06-17T21:53:29.371Z Downloaded proptest v1.11.0
15612026-06-17T21:53:29.376Z Downloaded moka v0.12.15
15622026-06-17T21:53:29.381Z Downloaded quinn-proto v0.11.14
15632026-06-17T21:53:29.392Z Downloaded webpki-roots v1.0.7
15642026-06-17T21:53:29.403Z Downloaded tabled v0.15.0
15652026-06-17T21:53:29.403Z Downloaded unicode-width v0.1.14
15662026-06-17T21:53:29.410Z Downloaded rhai v1.25.1
15672026-06-17T21:53:29.410Z Downloaded syn v2.0.117
15682026-06-17T21:53:29.417Z Downloaded winnow v0.7.15
15692026-06-17T21:53:29.424Z Downloaded hickory-proto v0.24.4
15702026-06-17T21:53:29.427Z Downloaded tabled v0.21.0
15712026-06-17T21:53:29.436Z Downloaded curve25519-dalek v4.1.3
15722026-06-17T21:53:29.443Z Downloaded rustix v1.1.4
15732026-06-17T21:53:29.457Z Downloaded syn v1.0.109
15742026-06-17T21:53:29.462Z Downloaded rustix v0.38.44
15752026-06-17T21:53:29.477Z Downloaded hickory-proto v0.25.2
15762026-06-17T21:53:29.488Z Downloaded openssl v0.10.80
15772026-06-17T21:53:29.494Z Downloaded bstr v1.12.1
15782026-06-17T21:53:29.494Z Downloaded serde_with v3.20.0
15792026-06-17T21:53:29.500Z Downloaded typify-impl v0.6.2
15802026-06-17T21:53:29.509Z Downloaded typify-impl v0.4.3
15812026-06-17T21:53:29.514Z Downloaded unicode-width v0.2.2
15822026-06-17T21:53:29.519Z Downloaded smoltcp v0.11.0
15832026-06-17T21:53:29.526Z Downloaded regress v0.10.5
15842026-06-17T21:53:29.529Z Downloaded regress v0.11.1
15852026-06-17T21:53:29.536Z Downloaded openapiv3 v2.2.0
15862026-06-17T21:53:29.544Z Downloaded nix v0.31.3
15872026-06-17T21:53:29.558Z Downloaded zerocopy v0.8.50
15882026-06-17T21:53:29.562Z Downloaded rustls v0.23.40
15892026-06-17T21:53:29.566Z Downloaded jiff v0.2.28
15902026-06-17T21:53:29.577Z Downloaded regex-syntax v0.8.10
15912026-06-17T21:53:29.595Z Downloaded libc v0.2.186
15922026-06-17T21:53:29.621Z Downloaded sha3 v0.10.9
15932026-06-17T21:53:29.637Z Downloaded sled v0.34.7
15942026-06-17T21:53:29.641Z Downloaded encoding_rs v0.8.35
15952026-06-17T21:53:29.666Z Downloaded tracing v0.1.44
15962026-06-17T21:53:29.724Z Downloaded regex-automata v0.4.14
15972026-06-17T21:53:29.727Z Downloaded chrono-tz v0.10.4
15982026-06-17T21:53:29.743Z Downloaded petgraph v0.6.5
15992026-06-17T21:53:29.754Z Downloaded lzma-sys v0.1.20
16002026-06-17T21:53:29.777Z Downloaded csv v1.4.0
16012026-06-17T21:53:29.785Z Downloaded petgraph v0.8.3
16022026-06-17T21:53:29.814Z Downloaded tokio v1.52.3
16032026-06-17T21:53:29.886Z Downloaded ring v0.17.14
16042026-06-17T21:53:30.416Z Downloaded aws-lc-sys v0.41.0
16052026-06-17T21:53:30.777Z Compiling proc-macro2 v1.0.106
16062026-06-17T21:53:30.777Z Compiling quote v1.0.45
16072026-06-17T21:53:30.777Z Compiling unicode-ident v1.0.24
16082026-06-17T21:53:30.777Z Compiling serde_core v1.0.228
16092026-06-17T21:53:30.777Z Compiling serde v1.0.228
16102026-06-17T21:53:30.777Z Compiling libc v0.2.186
16112026-06-17T21:53:30.777Z Compiling cfg-if v1.0.4
16122026-06-17T21:53:31.054Z Compiling zmij v1.0.21
16132026-06-17T21:53:31.109Z Compiling autocfg v1.5.1
16142026-06-17T21:53:31.409Z Compiling memchr v2.8.1
16152026-06-17T21:53:31.471Z Compiling libm v0.2.16
16162026-06-17T21:53:31.811Z Compiling itoa v1.0.18
16172026-06-17T21:53:31.841Z Compiling icu_normalizer_data v2.2.0
16182026-06-17T21:53:32.044Z Compiling icu_properties_data v2.2.0
16192026-06-17T21:53:32.074Z Compiling version_check v0.9.5
16202026-06-17T21:53:32.090Z Compiling stable_deref_trait v1.2.1
16212026-06-17T21:53:32.176Z Compiling syn v2.0.117
16222026-06-17T21:53:32.248Z Compiling serde_json v1.0.150
16232026-06-17T21:53:32.332Z Compiling parking_lot_core v0.9.12
16242026-06-17T21:53:32.404Z Compiling writeable v0.6.3
16252026-06-17T21:53:32.663Z Compiling litemap v0.8.2
16262026-06-17T21:53:32.704Z Compiling num-traits v0.2.19
16272026-06-17T21:53:32.728Z Compiling utf8_iter v1.0.4
16282026-06-17T21:53:32.866Z Compiling percent-encoding v2.3.2
16292026-06-17T21:53:32.992Z Compiling thiserror v2.0.18
16302026-06-17T21:53:33.140Z Compiling form_urlencoded v1.2.2
16312026-06-17T21:53:33.153Z Compiling rand_core v0.10.1
16322026-06-17T21:53:33.175Z Compiling getrandom v0.4.2
16332026-06-17T21:53:33.318Z Compiling zerocopy v0.8.50
16342026-06-17T21:53:33.366Z Compiling errno v0.3.14
16352026-06-17T21:53:33.458Z Compiling heck v0.5.0
16362026-06-17T21:53:33.541Z Compiling iana-time-zone v0.1.65
16372026-06-17T21:53:33.745Z Compiling uuid v1.23.2
16382026-06-17T21:53:33.898Z Compiling jobserver v0.1.34
16392026-06-17T21:53:33.964Z Compiling find-msvc-tools v0.1.9
16402026-06-17T21:53:34.233Z Compiling shlex v2.0.1
16412026-06-17T21:53:34.252Z Compiling rustversion v1.0.22
16422026-06-17T21:53:34.356Z Compiling semver v1.0.28
16432026-06-17T21:53:34.389Z Compiling cc v1.2.63
16442026-06-17T21:53:34.513Z Compiling schemars v0.8.22
16452026-06-17T21:53:34.585Z Compiling dyn-clone v1.0.20
16462026-06-17T21:53:34.744Z Compiling pin-project-lite v0.2.17
16472026-06-17T21:53:34.810Z Compiling getrandom v0.2.17
16482026-06-17T21:53:34.853Z Compiling scopeguard v1.2.0
16492026-06-17T21:53:34.972Z Compiling lock_api v0.4.14
16502026-06-17T21:53:34.998Z Compiling bitflags v2.12.1
16512026-06-17T21:53:35.068Z Compiling socket2 v0.6.4
16522026-06-17T21:53:35.237Z Compiling synstructure v0.13.2
16532026-06-17T21:53:35.249Z Compiling serde_derive_internals v0.29.1
16542026-06-17T21:53:35.278Z Compiling cmake v0.1.58
16552026-06-17T21:53:35.430Z Compiling signal-hook-registry v1.4.8
16562026-06-17T21:53:35.659Z Compiling mio v1.2.1
16572026-06-17T21:53:35.699Z Compiling fs_extra v1.3.0
16582026-06-17T21:53:35.755Z Compiling dunce v1.0.5
16592026-06-17T21:53:35.860Z Compiling portable-atomic v1.13.1
16602026-06-17T21:53:35.877Z Compiling log v0.4.32
16612026-06-17T21:53:35.931Z Compiling critical-section v1.2.0
16622026-06-17T21:53:35.955Z Compiling futures-core v0.3.32
16632026-06-17T21:53:35.965Z Compiling aws-lc-sys v0.41.0
16642026-06-17T21:53:36.044Z Compiling subtle v2.6.1
16652026-06-17T21:53:36.116Z Compiling equivalent v1.0.2
16662026-06-17T21:53:36.219Z Compiling httparse v1.10.1
16672026-06-17T21:53:36.309Z Compiling futures-sink v0.3.32
16682026-06-17T21:53:36.338Z Compiling slab v0.4.12
16692026-06-17T21:53:36.373Z Compiling rustix v1.1.4
16702026-06-17T21:53:36.386Z Compiling serde_derive v1.0.228
16712026-06-17T21:53:36.401Z Compiling zerofrom-derive v0.1.7
16722026-06-17T21:53:36.419Z Compiling yoke-derive v0.8.2
16732026-06-17T21:53:36.513Z Compiling zerovec-derive v0.11.3
16742026-06-17T21:53:36.534Z Compiling displaydoc v0.2.6
16752026-06-17T21:53:36.580Z Compiling schemars_derive v0.8.22
16762026-06-17T21:53:36.750Z Compiling thiserror-impl v2.0.18
16772026-06-17T21:53:36.847Z Compiling tokio-macros v2.7.0
16782026-06-17T21:53:37.329Z Compiling zerocopy-derive v0.8.50
16792026-06-17T21:53:37.489Z Compiling zeroize_derive v1.4.3
16802026-06-17T21:53:37.602Z Compiling zerofrom v0.1.8
16812026-06-17T21:53:37.619Z Compiling futures-macro v0.3.32
16822026-06-17T21:53:37.735Z Compiling yoke v0.8.3
16832026-06-17T21:53:37.832Z Compiling ucd-trie v0.1.7
16842026-06-17T21:53:37.941Z Compiling zerovec v0.11.6
16852026-06-17T21:53:37.973Z Compiling zerotrie v0.2.4
16862026-06-17T21:53:38.183Z Compiling zeroize v1.8.2
16872026-06-17T21:53:38.186Z Compiling once_cell v1.21.4
16882026-06-17T21:53:38.416Z Compiling thiserror v1.0.69
16892026-06-17T21:53:38.435Z Compiling pest v2.8.6
16902026-06-17T21:53:38.452Z Compiling typenum v1.20.1
16912026-06-17T21:53:38.467Z Compiling futures-channel v0.3.32
16922026-06-17T21:53:38.484Z Compiling tinystr v0.8.3
16932026-06-17T21:53:38.553Z Compiling potential_utf v0.1.5
16942026-06-17T21:53:38.717Z Compiling icu_locale_core v2.2.0
16952026-06-17T21:53:38.733Z Compiling icu_collections v2.2.0
16962026-06-17T21:53:38.755Z Compiling thiserror-impl v1.0.69
16972026-06-17T21:53:38.770Z Compiling futures-io v0.3.32
16982026-06-17T21:53:38.964Z Compiling futures-task v0.3.32
16992026-06-17T21:53:39.298Z Compiling futures-util v0.3.32
17002026-06-17T21:53:39.494Z Compiling icu_provider v2.2.0
17012026-06-17T21:53:39.640Z Compiling smallvec v1.15.1
17022026-06-17T21:53:39.670Z Compiling bytes v1.11.1
17032026-06-17T21:53:39.689Z Compiling chrono v0.4.45
17042026-06-17T21:53:39.903Z Compiling icu_normalizer v2.2.0
17052026-06-17T21:53:39.922Z Compiling icu_properties v2.2.0
17062026-06-17T21:53:40.477Z Compiling parking_lot v0.12.5
17072026-06-17T21:53:40.518Z Compiling serde_tokenstream v0.2.3
17082026-06-17T21:53:40.809Z Compiling idna_adapter v1.2.2
17092026-06-17T21:53:40.961Z Compiling idna v1.1.0
17102026-06-17T21:53:41.067Z Compiling tokio v1.52.3
17112026-06-17T21:53:41.329Z Compiling url v2.5.8
17122026-06-17T21:53:41.600Z Compiling pest_meta v2.8.6
17132026-06-17T21:53:41.879Z Compiling regex-syntax v0.8.10
17142026-06-17T21:53:42.040Z Compiling getrandom v0.3.4
17152026-06-17T21:53:42.398Z Compiling pest_generator v2.8.6
17162026-06-17T21:53:42.874Z Compiling strsim v0.11.1
17172026-06-17T21:53:43.058Z Compiling ipnetwork v0.21.1
17182026-06-17T21:53:43.076Z Compiling pest_derive v2.8.6
17192026-06-17T21:53:43.117Z Compiling rand_core v0.6.4
17202026-06-17T21:53:43.177Z Compiling aho-corasick v1.1.4
17212026-06-17T21:53:43.384Z Compiling hashbrown v0.17.1
17222026-06-17T21:53:43.632Z Compiling byteorder v1.5.0
17232026-06-17T21:53:43.827Z Compiling tracing-core v0.1.36
17242026-06-17T21:53:43.902Z Compiling tracing-attributes v0.1.31
17252026-06-17T21:53:43.987Z Compiling ident_case v1.0.1
17262026-06-17T21:53:44.092Z Compiling indexmap v2.14.0
17272026-06-17T21:53:44.118Z Compiling regex-automata v0.4.14
17282026-06-17T21:53:44.566Z Compiling slog v2.8.2
17292026-06-17T21:53:44.656Z Compiling paste v1.0.15
17302026-06-17T21:53:44.827Z Compiling base64 v0.22.1
17312026-06-17T21:53:44.836Z Compiling anyhow v1.0.102
17322026-06-17T21:53:44.972Z Compiling fnv v1.0.7
17332026-06-17T21:53:45.126Z Compiling tracing v0.1.44
17342026-06-17T21:53:45.220Z Compiling erased-serde v0.3.31
17352026-06-17T21:53:45.466Z Compiling omicron-workspace-hack v0.1.0
17362026-06-17T21:53:45.769Z Compiling regex v1.12.3
17372026-06-17T21:53:46.170Z Compiling http v1.4.1
17382026-06-17T21:53:46.622Z Compiling oxnet v0.1.6
17392026-06-17T21:53:46.654Z Compiling rustls-pki-types v1.14.1
17402026-06-17T21:53:47.219Z Compiling scroll_derive v0.13.1
17412026-06-17T21:53:47.510Z Compiling ring v0.17.14
17422026-06-17T21:53:47.815Z Compiling time-core v0.1.8
17432026-06-17T21:53:47.967Z Compiling aws-lc-rs v1.17.0
17442026-06-17T21:53:48.001Z Compiling num-conv v0.2.2
17452026-06-17T21:53:48.155Z Compiling time-macros v0.2.27
17462026-06-17T21:53:48.289Z Compiling tokio-util v0.7.18
17472026-06-17T21:53:48.619Z Compiling untrusted v0.7.1
17482026-06-17T21:53:48.749Z Compiling untrusted v0.9.0
17492026-06-17T21:53:48.887Z Compiling ipnet v2.12.0
17502026-06-17T21:53:49.185Z Compiling ppv-lite86 v0.2.21
17512026-06-17T21:53:49.520Z Compiling daft-derive v0.1.7
17522026-06-17T21:53:49.572Z Compiling async-trait v0.1.89
17532026-06-17T21:53:49.755Z Compiling rustls v0.23.40
17542026-06-17T21:53:49.990Z Compiling crc32fast v1.5.0
17552026-06-17T21:53:50.049Z Compiling camino v1.2.2
17562026-06-17T21:53:50.292Z Compiling http-body v1.0.1
17572026-06-17T21:53:50.435Z Compiling usdt-impl v0.6.0
17582026-06-17T21:53:50.455Z Compiling atomic-waker v1.1.2
17592026-06-17T21:53:50.514Z Compiling crossbeam-utils v0.8.21
17602026-06-17T21:53:50.566Z Compiling pretty-hex v0.4.2
17612026-06-17T21:53:50.719Z Compiling scroll v0.13.0
17622026-06-17T21:53:50.857Z Compiling tower-layer v0.3.3
17632026-06-17T21:53:50.971Z Compiling ryu v1.0.23
17642026-06-17T21:53:51.162Z Compiling tower-service v0.3.3
17652026-06-17T21:53:51.259Z Compiling plain v0.2.3
17662026-06-17T21:53:51.272Z Compiling try-lock v0.2.5
17672026-06-17T21:53:51.363Z Compiling goblin v0.10.7
17682026-06-17T21:53:51.377Z Compiling want v0.3.1
17692026-06-17T21:53:51.555Z Compiling h2 v0.4.14
17702026-06-17T21:53:52.205Z Compiling httpdate v1.0.3
17712026-06-17T21:53:52.593Z Compiling slog-async v2.8.0
17722026-06-17T21:53:52.775Z Compiling dtrace-parser v0.3.0
17732026-06-17T21:53:52.923Z Compiling thread-id v5.1.0
17742026-06-17T21:53:53.013Z Compiling ref-cast v1.0.25
17752026-06-17T21:53:54.364Z Compiling dof v0.4.0
17762026-06-17T21:53:55.033Z Compiling hyper v1.10.1
17772026-06-17T21:53:55.362Z Compiling rand_core v0.9.5
17782026-06-17T21:53:55.624Z Compiling serde_urlencoded v0.7.1
17792026-06-17T21:53:55.677Z Compiling http-body-util v0.1.3
17802026-06-17T21:53:55.932Z Compiling ref-cast-impl v1.0.25
17812026-06-17T21:53:56.137Z Compiling syn v1.0.109
17822026-06-17T21:53:56.478Z Compiling hyper-util v0.1.20
17832026-06-17T21:53:57.217Z Compiling usdt-macro v0.6.0
17842026-06-17T21:53:57.884Z Compiling usdt-attr-macro v0.6.0
17852026-06-17T21:53:58.134Z Compiling structmeta-derive v0.3.0
17862026-06-17T21:53:58.787Z Compiling multer v3.1.0
17872026-06-17T21:53:59.027Z Compiling foldhash v0.2.0
17882026-06-17T21:53:59.124Z Compiling allocator-api2 v0.2.21
17892026-06-17T21:53:59.253Z Compiling powerfmt v0.2.0
17902026-06-17T21:53:59.289Z Compiling structmeta v0.3.0
17912026-06-17T21:53:59.457Z Compiling hashbrown v0.16.1
17922026-06-17T21:53:59.486Z Compiling deranged v0.5.8
17932026-06-17T21:53:59.502Z Compiling rand_chacha v0.9.0
17942026-06-17T21:53:59.899Z Compiling darling_core v0.23.0
17952026-06-17T21:54:00.055Z Compiling newtype-uuid-macros v0.1.0
17962026-06-17T21:54:00.359Z Compiling num_threads v0.1.7
17972026-06-17T21:54:00.586Z Compiling time v0.3.47
17982026-06-17T21:54:00.614Z Compiling rand v0.9.4
17992026-06-17T21:54:00.843Z Compiling newtype-uuid v1.3.2
18002026-06-17T21:54:01.433Z Compiling strum_macros v0.26.4
18012026-06-17T21:54:01.643Z Compiling async-stream-impl v0.3.6
18022026-06-17T21:54:01.796Z Compiling sync_wrapper v1.0.2
18032026-06-17T21:54:01.988Z Compiling dropshot v0.17.1
18042026-06-17T21:54:02.110Z Compiling darling_macro v0.23.0
18052026-06-17T21:54:02.283Z Compiling hex v0.4.3
18062026-06-17T21:54:02.561Z Compiling tower v0.5.3
18072026-06-17T21:54:02.608Z Compiling darling v0.23.0
18082026-06-17T21:54:02.608Z Compiling daft v0.1.7
18092026-06-17T21:54:02.681Z Compiling crossbeam-channel v0.5.15
18102026-06-17T21:54:02.926Z Compiling webpki-roots v1.0.7
18112026-06-17T21:54:02.996Z Compiling openapiv3 v2.2.0
18122026-06-17T21:54:03.087Z Compiling generic-array v0.14.7
18132026-06-17T21:54:03.348Z Compiling fastrand v2.4.1
18142026-06-17T21:54:03.728Z Compiling tower-http v0.6.11
18152026-06-17T21:54:03.867Z Compiling serde_with_macros v3.20.0
18162026-06-17T21:54:04.394Z Compiling futures-executor v0.3.32
18172026-06-17T21:54:04.625Z Compiling dropshot_endpoint v0.17.1
18182026-06-17T21:54:04.880Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18192026-06-17T21:54:05.057Z Compiling thread_local v1.1.9
18202026-06-17T21:54:05.181Z Compiling openssl-probe v0.2.1
18212026-06-17T21:54:05.381Z Compiling cpufeatures v0.3.0
18222026-06-17T21:54:05.407Z Compiling rustls-native-certs v0.8.4
18232026-06-17T21:54:05.568Z Compiling futures v0.3.32
18242026-06-17T21:54:06.194Z Compiling derive-ex v0.1.8
18252026-06-17T21:54:06.277Z Compiling strum_macros v0.27.2
18262026-06-17T21:54:06.301Z Compiling is-terminal v0.4.17
18272026-06-17T21:54:06.380Z Compiling take_mut v0.2.2
18282026-06-17T21:54:06.509Z Compiling winnow v1.0.3
18292026-06-17T21:54:07.350Z Compiling term v1.2.1
18302026-06-17T21:54:07.785Z Compiling test-strategy v0.4.5
18312026-06-17T21:54:07.999Z Compiling slog-term v2.9.2
18322026-06-17T21:54:09.153Z Compiling tempfile v3.27.0
18332026-06-17T21:54:09.350Z Compiling macaddr v1.0.1
18342026-06-17T21:54:09.604Z Compiling hybrid-array v0.4.12
18352026-06-17T21:54:09.720Z Compiling adler2 v2.0.1
18362026-06-17T21:54:09.898Z Compiling match_cfg v0.1.0
18372026-06-17T21:54:09.966Z Compiling simd-adler32 v0.3.9
18382026-06-17T21:54:10.087Z Compiling hostname v0.3.1
18392026-06-17T21:54:10.133Z Compiling miniz_oxide v0.8.9
18402026-06-17T21:54:10.939Z Compiling slog-json v2.6.1
18412026-06-17T21:54:11.228Z Compiling memmap2 v0.9.10
18422026-06-17T21:54:11.677Z Compiling usdt v0.6.0
18432026-06-17T21:54:11.889Z Compiling slog-bunyan v2.5.0
18442026-06-17T21:54:11.953Z Compiling flate2 v1.1.9
18452026-06-17T21:54:12.057Z Compiling crypto-common v0.2.2
18462026-06-17T21:54:12.316Z Compiling block-buffer v0.12.0
18472026-06-17T21:54:12.492Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18482026-06-17T21:54:12.564Z Compiling debug-ignore v1.0.5
18492026-06-17T21:54:12.564Z Compiling either v1.16.0
18502026-06-17T21:54:12.729Z Compiling const-oid v0.10.2
18512026-06-17T21:54:12.760Z Compiling compression-core v0.4.32
18522026-06-17T21:54:13.183Z Compiling digest v0.11.3
18532026-06-17T21:54:13.751Z Compiling compression-codecs v0.4.38
18542026-06-17T21:54:13.832Z Compiling toml_parser v1.1.2+spec-1.1.0
18552026-06-17T21:54:13.832Z Compiling crypto-common v0.1.7
18562026-06-17T21:54:13.832Z Compiling parse-display-derive v0.10.0
18572026-06-17T21:54:13.832Z Compiling rand_chacha v0.3.1
18582026-06-17T21:54:13.832Z Compiling serde_spanned v1.1.1
18592026-06-17T21:54:13.832Z Compiling toml_datetime v1.1.1+spec-1.1.0
18602026-06-17T21:54:13.832Z Compiling encoding_rs v0.8.35
18612026-06-17T21:54:14.106Z Compiling toml_writer v1.1.1+spec-1.1.0
18622026-06-17T21:54:14.218Z Compiling mime v0.3.17
18632026-06-17T21:54:14.276Z Compiling spin v0.9.8
18642026-06-17T21:54:14.383Z Compiling toml v1.1.2+spec-1.1.0
18652026-06-17T21:54:14.624Z Compiling rand v0.8.6
18662026-06-17T21:54:14.721Z Compiling async-compression v0.4.42
18672026-06-17T21:54:15.022Z Compiling sha1 v0.11.0
18682026-06-17T21:54:15.252Z Compiling strum v0.26.3
18692026-06-17T21:54:15.422Z Compiling async-stream v0.3.6
18702026-06-17T21:54:15.458Z Compiling waitgroup v0.1.2
18712026-06-17T21:54:15.493Z Compiling rustls-pemfile v2.2.0
18722026-06-17T21:54:15.564Z Compiling serde_path_to_error v0.1.20
18732026-06-17T21:54:15.631Z Compiling wait-timeout v0.2.1
18742026-06-17T21:54:15.770Z Compiling hostname v0.4.2
18752026-06-17T21:54:16.160Z Compiling bit-vec v0.8.0
18762026-06-17T21:54:16.224Z Compiling quick-error v1.2.3
18772026-06-17T21:54:16.403Z Compiling bit-set v0.8.0
18782026-06-17T21:54:16.438Z Compiling rusty-fork v0.3.1
18792026-06-17T21:54:16.438Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-17T21:54:16.576Z Compiling serde_with v3.20.0
18812026-06-17T21:54:16.592Z Compiling rand_xorshift v0.4.0
18822026-06-17T21:54:16.738Z Compiling unarray v0.1.4
18832026-06-17T21:54:16.902Z Compiling proptest v1.11.0
18842026-06-17T21:54:17.207Z Compiling strum v0.27.2
18852026-06-17T21:54:17.348Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18862026-06-17T21:54:17.591Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18872026-06-17T21:54:17.604Z Compiling instant v0.1.13
18882026-06-17T21:54:17.871Z Compiling itertools v0.14.0
18892026-06-17T21:54:17.969Z Compiling iddqd v0.4.2
18902026-06-17T21:54:18.327Z Compiling unicode-width v0.2.2
18912026-06-17T21:54:18.953Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18922026-06-17T21:54:19.029Z Compiling block-buffer v0.10.4
18932026-06-17T21:54:19.230Z Compiling backon v1.6.0
18942026-06-17T21:54:19.231Z Compiling regress v0.10.5
18952026-06-17T21:54:19.388Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
18962026-06-17T21:54:21.177Z Compiling digest v0.10.7
18972026-06-17T21:54:21.282Z Compiling backoff v0.4.0
18982026-06-17T21:54:21.492Z Compiling parse-display v0.10.0
18992026-06-17T21:54:21.774Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19002026-06-17T21:54:22.785Z Compiling humantime v2.3.0
19012026-06-17T21:54:24.171Z Compiling regress v0.11.1
19022026-06-17T21:54:25.239Z Compiling zerocopy-derive v0.7.35
19032026-06-17T21:54:25.675Z Compiling typify-impl v0.6.2
19042026-06-17T21:54:26.193Z Compiling darling_core v0.21.3
19052026-06-17T21:54:26.352Z Compiling clap_derive v4.6.1
19062026-06-17T21:54:26.543Z Compiling convert_case v0.4.0
19072026-06-17T21:54:27.124Z Compiling cpufeatures v0.2.17
19082026-06-17T21:54:27.168Z Compiling utf8parse v0.2.2
19092026-06-17T21:54:27.283Z Compiling anstyle-parse v1.0.0
19102026-06-17T21:54:27.532Z Compiling derive_more v0.99.20
19112026-06-17T21:54:28.226Z Compiling darling_macro v0.21.3
19122026-06-17T21:54:28.842Z Compiling terminal_size v0.4.4
19132026-06-17T21:54:28.896Z Compiling toml_datetime v0.6.11
19142026-06-17T21:54:28.920Z Compiling typify-macro v0.6.2
19152026-06-17T21:54:28.941Z Compiling anstyle-query v1.1.5
19162026-06-17T21:54:29.132Z Compiling anstyle v1.0.14
19172026-06-17T21:54:29.238Z Compiling colorchoice v1.0.5
19182026-06-17T21:54:29.366Z Compiling is_terminal_polyfill v1.70.2
19192026-06-17T21:54:29.396Z Compiling darling v0.21.3
19202026-06-17T21:54:29.467Z Compiling anstream v1.0.0
19212026-06-17T21:54:29.958Z Compiling secrecy v0.10.3
19222026-06-17T21:54:30.117Z Compiling tinyvec_macros v0.1.1
19232026-06-17T21:54:30.343Z Compiling heapless v0.8.0
19242026-06-17T21:54:30.371Z Compiling clap_lex v1.1.0
19252026-06-17T21:54:30.409Z Compiling crucible-workspace-hack v0.1.0
19262026-06-17T21:54:30.424Z Compiling typify v0.6.2
19272026-06-17T21:54:30.673Z Compiling clap_builder v4.6.0
19282026-06-17T21:54:30.711Z Compiling tinyvec v1.11.0
19292026-06-17T21:54:31.130Z Compiling ingot-macros v0.1.1
19302026-06-17T21:54:31.192Z Compiling zerocopy v0.7.35
19312026-06-17T21:54:31.498Z Compiling hash32 v0.3.1
19322026-06-17T21:54:31.659Z Compiling scroll_derive v0.12.1
19332026-06-17T21:54:31.689Z Compiling rustc_version v0.4.1
19342026-06-17T21:54:31.900Z Compiling num-integer v0.1.46
19352026-06-17T21:54:31.946Z Compiling usdt-impl v0.5.0
19362026-06-17T21:54:32.285Z Compiling smoltcp v0.11.0
19372026-06-17T21:54:32.378Z Compiling scroll v0.12.0
19382026-06-17T21:54:32.537Z Compiling clap v4.6.1
19392026-06-17T21:54:32.628Z Compiling curve25519-dalek v4.1.3
19402026-06-17T21:54:32.859Z Compiling dof v0.3.0
19412026-06-17T21:54:33.762Z Compiling ingot-types v0.1.2
19422026-06-17T21:54:34.482Z Compiling hmac v0.12.1
19432026-06-17T21:54:34.528Z Compiling dtrace-parser v0.2.0
19442026-06-17T21:54:34.545Z Compiling inout v0.1.4
19452026-06-17T21:54:34.690Z Compiling ff v0.13.1
19462026-06-17T21:54:34.711Z Compiling cobs v0.3.0
19472026-06-17T21:54:35.068Z Compiling thread-id v4.2.2
19482026-06-17T21:54:35.202Z Compiling bitflags v1.3.2
19492026-06-17T21:54:35.240Z Compiling managed v0.8.0
19502026-06-17T21:54:35.428Z Compiling unsafe-libyaml v0.2.11
19512026-06-17T21:54:36.077Z Compiling serde_yaml v0.9.34+deprecated
19522026-06-17T21:54:36.433Z Compiling postcard v1.1.3
19532026-06-17T21:54:36.701Z Compiling group v0.13.0
19542026-06-17T21:54:36.818Z Compiling cipher v0.4.4
19552026-06-17T21:54:37.061Z Compiling hkdf v0.12.4
19562026-06-17T21:54:37.225Z Compiling ingot v0.1.1
19572026-06-17T21:54:37.783Z Compiling goblin v0.8.2
19582026-06-17T21:54:38.121Z Compiling num-rational v0.4.2
19592026-06-17T21:54:38.666Z Compiling num-iter v0.1.45
19602026-06-17T21:54:39.399Z Compiling tabwriter v1.4.1
19612026-06-17T21:54:39.416Z Compiling universal-hash v0.5.1
19622026-06-17T21:54:39.561Z Compiling crypto-bigint v0.5.5
19632026-06-17T21:54:39.687Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19642026-06-17T21:54:39.753Z Compiling thiserror-impl-no-std v2.0.2
19652026-06-17T21:54:40.480Z Compiling hubpack_derive v0.1.1
19662026-06-17T21:54:40.814Z Compiling crossbeam-epoch v0.9.18
19672026-06-17T21:54:41.000Z Compiling half v2.7.1
19682026-06-17T21:54:41.116Z Compiling curve25519-dalek-derive v0.1.1
19692026-06-17T21:54:41.339Z Compiling num-complex v0.4.6
19702026-06-17T21:54:41.877Z Compiling memoffset v0.9.1
19712026-06-17T21:54:42.136Z Compiling base64ct v1.8.3
19722026-06-17T21:54:42.199Z Compiling cfg_aliases v0.2.1
19732026-06-17T21:54:42.281Z Compiling prettyplease v0.2.37
19742026-06-17T21:54:42.555Z Compiling opaque-debug v0.3.1
19752026-06-17T21:54:42.647Z Compiling ciborium-io v0.2.2
19762026-06-17T21:54:42.743Z Compiling base16ct v0.2.0
19772026-06-17T21:54:42.747Z Compiling ciborium-ll v0.2.2
19782026-06-17T21:54:42.950Z Compiling elliptic-curve v0.13.8
19792026-06-17T21:54:43.255Z Compiling poly1305 v0.8.0
19802026-06-17T21:54:43.777Z Compiling password-hash v0.5.0
19812026-06-17T21:54:43.867Z Compiling nix v0.31.3
19822026-06-17T21:54:44.743Z Compiling num v0.4.3
19832026-06-17T21:54:44.774Z Compiling hubpack v0.1.2
19842026-06-17T21:54:44.819Z Compiling thiserror-no-std v2.0.2
19852026-06-17T21:54:45.510Z Compiling chacha20 v0.9.1
19862026-06-17T21:54:45.852Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19872026-06-17T21:54:46.056Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19882026-06-17T21:54:46.662Z Compiling reqwest v0.12.28
19892026-06-17T21:54:47.387Z Compiling toml_edit v0.25.12+spec-1.1.0
19902026-06-17T21:54:47.601Z Compiling blake2 v0.10.6
19912026-06-17T21:54:47.684Z Compiling aead v0.5.2
19922026-06-17T21:54:48.018Z Compiling byte-wrapper v0.1.0
19932026-06-17T21:54:48.088Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19942026-06-17T21:54:48.279Z Compiling serde_repr v0.1.20
19952026-06-17T21:54:48.870Z Compiling proc-macro-error-attr v1.0.4
19962026-06-17T21:54:48.973Z Compiling bstr v1.12.1
19972026-06-17T21:54:49.116Z Compiling static_assertions v1.1.0
19982026-06-17T21:54:49.133Z Compiling rustix v0.38.44
19992026-06-17T21:54:49.189Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20002026-06-17T21:54:49.205Z Compiling keccak v0.1.6
20012026-06-17T21:54:49.452Z Compiling float-ord v0.3.2
20022026-06-17T21:54:49.690Z Compiling sha3 v0.10.9
20032026-06-17T21:54:49.909Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20042026-06-17T21:54:49.978Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20052026-06-17T21:54:50.521Z Compiling proc-macro-crate v3.5.0
20062026-06-17T21:54:50.548Z Compiling argon2 v0.5.3
20072026-06-17T21:54:50.925Z Compiling chacha20poly1305 v0.10.1
20082026-06-17T21:54:51.075Z Compiling progenitor-client v0.10.0
20092026-06-17T21:54:51.558Z Compiling vsss-rs v3.3.4
20102026-06-17T21:54:52.790Z Compiling ciborium v0.2.2
20112026-06-17T21:54:53.031Z Compiling rustls-webpki v0.103.13
20122026-06-17T21:54:53.729Z Compiling usdt-attr-macro v0.5.0
20132026-06-17T21:54:53.790Z Compiling usdt-macro v0.5.0
20142026-06-17T21:54:55.608Z Compiling enum-as-inner v0.6.1
20152026-06-17T21:54:55.687Z Compiling num-derive v0.4.2
20162026-06-17T21:54:56.207Z Compiling proc-macro-error v1.0.4
20172026-06-17T21:54:56.355Z Compiling memmap v0.7.0
20182026-06-17T21:54:56.592Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20192026-06-17T21:54:56.918Z Compiling data-encoding v2.11.0
20202026-06-17T21:54:56.942Z Compiling winnow v0.5.40
20212026-06-17T21:54:56.942Z Compiling indent_write v2.2.0
20222026-06-17T21:54:57.033Z Compiling usdt v0.5.0
20232026-06-17T21:54:57.075Z Compiling tokio-rustls v0.26.4
20242026-06-17T21:54:57.379Z Compiling hyper-rustls v0.27.9
20252026-06-17T21:54:57.476Z Compiling rustls-platform-verifier v0.7.0
20262026-06-17T21:54:57.662Z Compiling reqwest v0.13.4
20272026-06-17T21:54:58.157Z Compiling toml_edit v0.19.15
20282026-06-17T21:54:58.693Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20292026-06-17T21:54:59.486Z Compiling progenitor-client v0.14.0
20302026-06-17T21:54:59.961Z Compiling progenitor-extras v0.2.0
20312026-06-17T21:55:00.556Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20322026-06-17T21:55:00.664Z Compiling num_enum_derive v0.7.6
20332026-06-17T21:55:01.282Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-17T21:55:02.789Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-17T21:55:05.061Z Compiling serde_spanned v0.6.9
20362026-06-17T21:55:05.218Z Compiling foreign-types-macros v0.2.3
20372026-06-17T21:55:05.872Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-06-17T21:55:11.933Z Compiling bytecount v0.6.9
20392026-06-17T21:55:12.264Z Compiling foreign-types-shared v0.3.1
20402026-06-17T21:55:12.340Z Compiling vcpkg v0.2.15
20412026-06-17T21:55:12.394Z Compiling pkg-config v0.3.33
20422026-06-17T21:55:12.878Z Compiling colored v3.1.1
20432026-06-17T21:55:12.901Z Compiling toml_write v0.1.2
20442026-06-17T21:55:12.916Z Compiling winnow v0.7.15
20452026-06-17T21:55:13.096Z Compiling openssl-sys v0.9.116
20462026-06-17T21:55:13.172Z Compiling foreign-types v0.5.0
20472026-06-17T21:55:13.539Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20482026-06-17T21:55:13.674Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20492026-06-17T21:55:14.117Z Compiling num_enum v0.7.6
20502026-06-17T21:55:14.250Z Compiling toml_edit v0.22.27
20512026-06-17T21:55:14.420Z Compiling proc-macro-crate v1.3.1
20522026-06-17T21:55:14.837Z Compiling progenitor-impl v0.13.0
20532026-06-17T21:55:14.923Z Compiling chacha20 v0.10.0
20542026-06-17T21:55:15.094Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20552026-06-17T21:55:15.582Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20562026-06-17T21:55:15.613Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20572026-06-17T21:55:15.719Z Compiling cstr-argument v0.1.2
20582026-06-17T21:55:15.901Z Compiling heck v0.4.1
20592026-06-17T21:55:16.115Z Compiling linked-hash-map v0.5.6
20602026-06-17T21:55:16.343Z Compiling resolv-conf v0.7.6
20612026-06-17T21:55:16.533Z Compiling semver v0.1.20
20622026-06-17T21:55:16.802Z Compiling unicode-segmentation v1.13.3
20632026-06-17T21:55:16.879Z Compiling swrite v0.1.0
20642026-06-17T21:55:16.994Z Compiling rayon-core v1.13.0
20652026-06-17T21:55:17.065Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20662026-06-17T21:55:17.205Z Compiling newline-converter v0.3.0
20672026-06-17T21:55:17.270Z Compiling progenitor-macro v0.13.0
20682026-06-17T21:55:17.344Z Compiling rustc_version v0.1.7
20692026-06-17T21:55:17.362Z Compiling lru-cache v0.1.2
20702026-06-17T21:55:17.502Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20712026-06-17T21:55:17.829Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20722026-06-17T21:55:17.921Z Compiling toml v0.8.23
20732026-06-17T21:55:17.939Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20742026-06-17T21:55:18.083Z Compiling rand v0.10.1
20752026-06-17T21:55:18.449Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20762026-06-17T21:55:18.567Z Compiling num_enum_derive v0.5.11
20772026-06-17T21:55:18.754Z Compiling atomicwrites v0.4.4
20782026-06-17T21:55:18.875Z Compiling progenitor-client v0.13.0
20792026-06-17T21:55:19.041Z Compiling hickory-proto v0.24.4
20802026-06-17T21:55:19.311Z Compiling similar v2.7.0
20812026-06-17T21:55:19.379Z Compiling crossbeam-deque v0.8.6
20822026-06-17T21:55:19.586Z Compiling progenitor-impl v0.14.0
20832026-06-17T21:55:19.602Z Compiling console v0.15.11
20842026-06-17T21:55:20.885Z Compiling camino-tempfile v1.4.1
20852026-06-17T21:55:21.313Z Compiling serde-big-array v0.5.1
20862026-06-17T21:55:21.433Z Compiling pin-project-internal v1.1.13
20872026-06-17T21:55:21.478Z Compiling derive-where v1.6.1
20882026-06-17T21:55:21.613Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20892026-06-17T21:55:22.076Z Compiling minimal-lexical v0.2.1
20902026-06-17T21:55:22.149Z Compiling lazy_static v1.5.0
20912026-06-17T21:55:22.267Z Compiling siphasher v1.0.3
20922026-06-17T21:55:22.326Z Compiling nom v7.1.3
20932026-06-17T21:55:22.515Z Compiling phf_shared v0.12.1
20942026-06-17T21:55:22.572Z Compiling pin-project v1.1.13
20952026-06-17T21:55:22.746Z Compiling progenitor-macro v0.14.0
20962026-06-17T21:55:22.782Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
20972026-06-17T21:55:23.513Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20982026-06-17T21:55:23.692Z Compiling progenitor v0.13.0
20992026-06-17T21:55:23.846Z Compiling hickory-resolver v0.24.4
21002026-06-17T21:55:25.860Z Compiling expectorate v1.2.0
21012026-06-17T21:55:26.097Z Compiling num_enum v0.5.11
21022026-06-17T21:55:26.973Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21032026-06-17T21:55:28.191Z Compiling newtype_derive v0.1.6
21042026-06-17T21:55:29.058Z Compiling unicode-normalization v0.1.25
21052026-06-17T21:55:29.656Z Compiling tokio-stream v0.1.18
21062026-06-17T21:55:30.212Z Compiling async-recursion v1.1.1
21072026-06-17T21:55:30.906Z Compiling snafu-derive v0.8.9
21082026-06-17T21:55:31.285Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21092026-06-17T21:55:31.316Z Compiling slog-dtrace v0.3.0
21102026-06-17T21:55:31.591Z Compiling csv-core v0.1.13
21112026-06-17T21:55:31.616Z Compiling openssl v0.10.80
21122026-06-17T21:55:31.921Z Compiling owo-colors v4.3.0
21132026-06-17T21:55:32.006Z Compiling foldhash v0.1.5
21142026-06-17T21:55:32.238Z Compiling konst_macro_rules v0.2.19
21152026-06-17T21:55:32.280Z Compiling unicode-width v0.1.14
21162026-06-17T21:55:32.433Z Compiling chrono-tz v0.10.4
21172026-06-17T21:55:32.615Z Compiling same-file v1.0.6
21182026-06-17T21:55:32.657Z Compiling highway v1.3.0
21192026-06-17T21:55:32.697Z Compiling foreign-types-shared v0.1.1
21202026-06-17T21:55:32.801Z Compiling unicode-xid v0.2.6
21212026-06-17T21:55:32.818Z Compiling cancel-safe-futures v0.1.5
21222026-06-17T21:55:32.934Z Compiling const_format_proc_macros v0.2.34
21232026-06-17T21:55:33.116Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21242026-06-17T21:55:33.186Z Compiling foreign-types v0.3.2
21252026-06-17T21:55:33.273Z Compiling walkdir v2.5.0
21262026-06-17T21:55:33.375Z Compiling snafu v0.8.9
21272026-06-17T21:55:33.745Z Compiling konst v0.2.20
21282026-06-17T21:55:34.011Z Compiling hashbrown v0.15.5
21292026-06-17T21:55:34.031Z Compiling csv v1.4.0
21302026-06-17T21:55:34.265Z Compiling qorb v0.4.1
21312026-06-17T21:55:34.646Z Compiling progenitor v0.14.0
21322026-06-17T21:55:34.724Z Compiling olpc-cjson v0.1.4
21332026-06-17T21:55:34.881Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21342026-06-17T21:55:34.978Z Compiling rayon v1.12.0
21352026-06-17T21:55:35.150Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21362026-06-17T21:55:35.676Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21372026-06-17T21:55:37.165Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21382026-06-17T21:55:38.353Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21392026-06-17T21:55:38.930Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21402026-06-17T21:55:38.979Z Compiling phf v0.12.1
21412026-06-17T21:55:39.615Z Compiling zone_cfg_derive v0.3.1
21422026-06-17T21:55:40.233Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-06-17T21:55:40.351Z Compiling tokio-dtrace v0.1.1
21442026-06-17T21:55:40.742Z Compiling globset v0.4.18
21452026-06-17T21:55:41.054Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21462026-06-17T21:55:41.279Z Compiling itertools v0.12.1
21472026-06-17T21:55:42.452Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21482026-06-17T21:55:42.854Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21492026-06-17T21:55:42.870Z Compiling libsw-core v0.3.2
21502026-06-17T21:55:42.870Z Compiling pem v3.0.6
21512026-06-17T21:55:42.993Z Compiling serde_plain v1.0.2
21522026-06-17T21:55:43.078Z Compiling openssl-macros v0.1.1
21532026-06-17T21:55:43.284Z Compiling cookie v0.18.1
21542026-06-17T21:55:43.321Z Compiling sigpipe v0.1.3
21552026-06-17T21:55:43.410Z Compiling jiff v0.2.28
21562026-06-17T21:55:43.429Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-06-17T21:55:43.494Z Compiling typed-path v0.9.3
21582026-06-17T21:55:43.556Z Compiling fixedbitset v0.4.2
21592026-06-17T21:55:43.574Z Compiling glob v0.3.3
21602026-06-17T21:55:43.641Z Compiling fixedbitset v0.5.7
21612026-06-17T21:55:44.344Z Compiling petgraph v0.8.3
21622026-06-17T21:55:44.371Z Compiling petgraph v0.6.5
21632026-06-17T21:55:44.547Z Compiling tough v0.22.0
21642026-06-17T21:55:45.573Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21652026-06-17T21:55:45.818Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21662026-06-17T21:55:45.836Z Compiling libsw v3.5.0
21672026-06-17T21:55:46.028Z Compiling zone v0.3.1
21682026-06-17T21:55:46.626Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21692026-06-17T21:55:46.676Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21702026-06-17T21:55:46.686Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21712026-06-17T21:55:47.734Z Compiling oxide-tokio-rt v0.1.6
21722026-06-17T21:55:48.315Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21732026-06-17T21:55:49.333Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-06-17T21:55:49.543Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-06-17T21:55:50.166Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-06-17T21:55:51.119Z Compiling const_format v0.2.36
21772026-06-17T21:55:51.682Z Compiling papergrid v0.11.0
21782026-06-17T21:55:51.722Z Compiling tabled_derive v0.7.0
21792026-06-17T21:55:52.218Z Compiling gethostname v0.5.0
21802026-06-17T21:55:52.364Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-06-17T21:55:52.733Z Compiling libscf-sys v1.2.0
21822026-06-17T21:55:52.888Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21832026-06-17T21:55:53.467Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-06-17T21:55:53.579Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21852026-06-17T21:55:53.601Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21862026-06-17T21:55:53.604Z Compiling smf v0.2.3
21872026-06-17T21:55:53.705Z Compiling bcs v0.1.6
21882026-06-17T21:55:53.741Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21892026-06-17T21:55:54.095Z Compiling unicode-linebreak v0.1.5
21902026-06-17T21:55:54.377Z Compiling termtree v0.5.1
21912026-06-17T21:55:54.556Z Compiling smawk v0.3.2
21922026-06-17T21:55:54.684Z Compiling linear-map v1.2.0
21932026-06-17T21:55:54.728Z Compiling whoami v1.6.1
21942026-06-17T21:55:54.754Z Compiling tagptr v0.2.0
21952026-06-17T21:55:54.911Z Compiling moka v0.12.15
21962026-06-17T21:55:54.929Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21972026-06-17T21:55:56.121Z Compiling textwrap v0.16.2
21982026-06-17T21:55:56.629Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
21992026-06-17T21:55:56.776Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22002026-06-17T21:55:56.859Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22012026-06-17T21:55:57.690Z Compiling tabled v0.15.0
22022026-06-17T21:55:57.820Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22032026-06-17T21:55:57.951Z Compiling steno v0.4.1
22042026-06-17T21:55:58.036Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22052026-06-17T21:55:59.413Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-06-17T21:56:03.039Z Compiling hickory-proto v0.25.2
22072026-06-17T21:56:03.104Z Compiling proc-macro-error-attr2 v2.0.0
22082026-06-17T21:56:03.561Z Compiling proc-macro-error2 v2.0.1
22092026-06-17T21:56:03.873Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22102026-06-17T21:56:04.321Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22112026-06-17T21:56:04.590Z Compiling parking_lot_core v0.8.6
22122026-06-17T21:56:04.986Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22132026-06-17T21:56:05.014Z Compiling tabled_derive v0.11.0
22142026-06-17T21:56:05.421Z Compiling hickory-resolver v0.25.2
22152026-06-17T21:56:06.126Z Compiling papergrid v0.18.0
22162026-06-17T21:56:06.172Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22172026-06-17T21:56:06.679Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-17T21:56:07.428Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22192026-06-17T21:56:08.857Z Compiling testing_table v0.3.0
22202026-06-17T21:56:09.246Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22212026-06-17T21:56:09.270Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22222026-06-17T21:56:09.541Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-06-17T21:56:10.656Z Compiling tabled v0.21.0
22242026-06-17T21:56:11.050Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22252026-06-17T21:56:11.688Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22262026-06-17T21:56:11.813Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22272026-06-17T21:56:12.335Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22282026-06-17T21:56:14.209Z Compiling arc-swap v1.9.1
22292026-06-17T21:56:14.275Z Compiling slog-scope v4.4.1
22302026-06-17T21:56:14.275Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22312026-06-17T21:56:14.275Z Compiling parking_lot v0.11.2
22322026-06-17T21:56:14.828Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22332026-06-17T21:56:15.215Z Compiling dropshot-api-manager-types v0.7.2
22342026-06-17T21:56:15.224Z Compiling fxhash v0.2.1
22352026-06-17T21:56:15.389Z Compiling crc8 v0.1.1
22362026-06-17T21:56:15.406Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22372026-06-17T21:56:15.510Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22382026-06-17T21:56:15.766Z Compiling sled v0.34.7
22392026-06-17T21:56:17.090Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22402026-06-17T21:56:18.529Z Compiling slog-stdlog v4.1.1
22412026-06-17T21:56:18.862Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22422026-06-17T21:56:18.968Z Compiling slog-envlogger v2.2.0
22432026-06-17T21:56:19.109Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22442026-06-17T21:56:20.596Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22452026-06-17T21:56:22.508Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22462026-06-17T21:56:24.917Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22472026-06-17T21:56:26.910Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22482026-06-17T21:56:35.457Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22492026-06-17T21:56:41.576Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22502026-06-17T21:56:44.585Z Finished `release` profile [optimized] target(s) in 3m 41s
22512026-06-17T21:56:44.918Z+ banner quartet
22522026-06-17T21:56:44.921Z
22532026-06-17T21:56:44.921Z #### # # ## ##### ##### ###### #####
22542026-06-17T21:56:44.921Z # # # # # # # # # # #
22552026-06-17T21:56:44.921Z # # # # # # # # # ##### #
22562026-06-17T21:56:44.921Z # # # # # ###### ##### # # #
22572026-06-17T21:56:44.921Z # # # # # # # # # # #
22582026-06-17T21:56:44.921Z ### # #### # # # # # ###### #
22592026-06-17T21:56:44.921Z
22602026-06-17T21:56:44.921Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22612026-06-17T21:56:45.482Z Compiling cfg-if v1.0.4
22622026-06-17T21:56:45.487Z Compiling libc v0.2.186
22632026-06-17T21:56:45.487Z Compiling serde_core v1.0.228
22642026-06-17T21:56:45.593Z Compiling memchr v2.8.1
22652026-06-17T21:56:45.601Z Compiling itoa v1.0.18
22662026-06-17T21:56:45.604Z Compiling smallvec v1.15.1
22672026-06-17T21:56:45.618Z Compiling stable_deref_trait v1.2.1
22682026-06-17T21:56:45.628Z Compiling zerofrom v0.1.8
22692026-06-17T21:56:45.638Z Compiling zmij v1.0.21
22702026-06-17T21:56:45.687Z Compiling litemap v0.8.2
22712026-06-17T21:56:45.749Z Compiling yoke v0.8.3
22722026-06-17T21:56:45.830Z Compiling writeable v0.6.3
22732026-06-17T21:56:45.855Z Compiling utf8_iter v1.0.4
22742026-06-17T21:56:45.879Z Compiling percent-encoding v2.3.2
22752026-06-17T21:56:45.980Z Compiling zerovec v0.11.6
22762026-06-17T21:56:45.987Z Compiling zerotrie v0.2.4
22772026-06-17T21:56:46.012Z Compiling libm v0.2.16
22782026-06-17T21:56:46.067Z Compiling icu_properties_data v2.2.0
22792026-06-17T21:56:46.093Z Compiling icu_normalizer_data v2.2.0
22802026-06-17T21:56:46.144Z Compiling form_urlencoded v1.2.2
22812026-06-17T21:56:46.173Z Compiling rand_core v0.10.1
22822026-06-17T21:56:46.208Z Compiling errno v0.3.14
22832026-06-17T21:56:46.334Z Compiling getrandom v0.4.2
22842026-06-17T21:56:46.380Z Compiling iana-time-zone v0.1.65
22852026-06-17T21:56:46.404Z Compiling pin-project-lite v0.2.17
22862026-06-17T21:56:46.415Z Compiling zeroize v1.8.2
22872026-06-17T21:56:46.504Z Compiling tinystr v0.8.3
22882026-06-17T21:56:46.535Z Compiling potential_utf v0.1.5
22892026-06-17T21:56:46.535Z Compiling dyn-clone v1.0.20
22902026-06-17T21:56:46.654Z Compiling icu_collections v2.2.0
22912026-06-17T21:56:46.690Z Compiling icu_locale_core v2.2.0
22922026-06-17T21:56:46.702Z Compiling socket2 v0.6.4
22932026-06-17T21:56:46.713Z Compiling scopeguard v1.2.0
22942026-06-17T21:56:46.724Z Compiling parking_lot_core v0.9.12
22952026-06-17T21:56:46.736Z Compiling signal-hook-registry v1.4.8
22962026-06-17T21:56:46.823Z Compiling num-traits v0.2.19
22972026-06-17T21:56:47.117Z Compiling lock_api v0.4.14
22982026-06-17T21:56:47.275Z Compiling mio v1.2.1
22992026-06-17T21:56:47.368Z Compiling serde v1.0.228
23002026-06-17T21:56:47.421Z Compiling serde_json v1.0.150
23012026-06-17T21:56:47.491Z Compiling uuid v1.23.2
23022026-06-17T21:56:47.575Z Compiling icu_provider v2.2.0
23032026-06-17T21:56:47.590Z Compiling semver v1.0.28
23042026-06-17T21:56:47.734Z Compiling parking_lot v0.12.5
23052026-06-17T21:56:48.029Z Compiling bytes v1.11.1
23062026-06-17T21:56:48.040Z Compiling icu_normalizer v2.2.0
23072026-06-17T21:56:48.104Z Compiling icu_properties v2.2.0
23082026-06-17T21:56:48.202Z Compiling chrono v0.4.45
23092026-06-17T21:56:48.253Z Compiling portable-atomic v1.13.1
23102026-06-17T21:56:48.655Z Compiling tokio v1.52.3
23112026-06-17T21:56:48.924Z Compiling thiserror v2.0.18
23122026-06-17T21:56:48.977Z Compiling bitflags v2.12.1
23132026-06-17T21:56:49.040Z Compiling idna_adapter v1.2.2
23142026-06-17T21:56:49.178Z Compiling idna v1.1.0
23152026-06-17T21:56:49.245Z Compiling futures-core v0.3.32
23162026-06-17T21:56:49.388Z Compiling critical-section v1.2.0
23172026-06-17T21:56:49.414Z Compiling subtle v2.6.1
23182026-06-17T21:56:49.505Z Compiling once_cell v1.21.4
23192026-06-17T21:56:49.592Z Compiling url v2.5.8
23202026-06-17T21:56:49.723Z Compiling equivalent v1.0.2
23212026-06-17T21:56:49.740Z Compiling log v0.4.32
23222026-06-17T21:56:49.740Z Compiling zerocopy v0.8.50
23232026-06-17T21:56:49.755Z Compiling futures-sink v0.3.32
23242026-06-17T21:56:49.869Z Compiling slab v0.4.12
23252026-06-17T21:56:49.935Z Compiling typenum v1.20.1
23262026-06-17T21:56:50.078Z Compiling futures-channel v0.3.32
23272026-06-17T21:56:50.090Z Compiling getrandom v0.2.17
23282026-06-17T21:56:50.321Z Compiling schemars v0.8.22
23292026-06-17T21:56:50.347Z Compiling futures-io v0.3.32
23302026-06-17T21:56:50.539Z Compiling futures-task v0.3.32
23312026-06-17T21:56:50.718Z Compiling futures-util v0.3.32
23322026-06-17T21:56:50.747Z Compiling rand_core v0.6.4
23332026-06-17T21:56:51.018Z Compiling hashbrown v0.17.1
23342026-06-17T21:56:51.313Z Compiling tracing-core v0.1.36
23352026-06-17T21:56:51.702Z Compiling indexmap v2.14.0
23362026-06-17T21:56:51.722Z Compiling tracing v0.1.44
23372026-06-17T21:56:52.081Z Compiling ipnetwork v0.21.1
23382026-06-17T21:56:52.157Z Compiling base64 v0.22.1
23392026-06-17T21:56:52.411Z Compiling http v1.4.1
23402026-06-17T21:56:52.537Z Compiling unicode-ident v1.0.24
23412026-06-17T21:56:52.641Z Compiling proc-macro2 v1.0.106
23422026-06-17T21:56:52.654Z Compiling slog v2.8.2
23432026-06-17T21:56:52.669Z Compiling erased-serde v0.3.31
23442026-06-17T21:56:52.931Z Compiling fnv v1.0.7
23452026-06-17T21:56:53.045Z Compiling oxnet v0.1.6
23462026-06-17T21:56:53.423Z Compiling quote v1.0.45
23472026-06-17T21:56:53.869Z Compiling syn v2.0.117
23482026-06-17T21:56:54.094Z Compiling tokio-util v0.7.18
23492026-06-17T21:56:54.179Z Compiling ipnet v2.12.0
23502026-06-17T21:56:54.359Z Compiling byteorder v1.5.0
23512026-06-17T21:56:54.618Z Compiling thiserror v1.0.69
23522026-06-17T21:56:54.737Z Compiling ppv-lite86 v0.2.21
23532026-06-17T21:56:54.806Z Compiling rustls-pki-types v1.14.1
23542026-06-17T21:56:55.087Z Compiling aws-lc-sys v0.41.0
23552026-06-17T21:56:55.234Z Compiling http-body v1.0.1
23562026-06-17T21:56:55.329Z Compiling atomic-waker v1.1.2
23572026-06-17T21:56:55.341Z Compiling untrusted v0.7.1
23582026-06-17T21:56:55.358Z Compiling httparse v1.10.1
23592026-06-17T21:56:55.399Z Compiling untrusted v0.9.0
23602026-06-17T21:56:55.461Z Compiling ryu v1.0.23
23612026-06-17T21:56:55.464Z Compiling tower-service v0.3.3
23622026-06-17T21:56:55.531Z Compiling try-lock v0.2.5
23632026-06-17T21:56:55.563Z Compiling tower-layer v0.3.3
23642026-06-17T21:56:55.652Z Compiling aws-lc-rs v1.17.0
23652026-06-17T21:56:55.663Z Compiling rustls v0.23.40
23662026-06-17T21:56:55.685Z Compiling pretty-hex v0.4.2
23672026-06-17T21:56:55.763Z Compiling want v0.3.1
23682026-06-17T21:56:55.763Z Compiling h2 v0.4.14
23692026-06-17T21:56:55.826Z Compiling httpdate v1.0.3
23702026-06-17T21:56:55.837Z Compiling rustix v1.1.4
23712026-06-17T21:56:55.994Z Compiling plain v0.2.3
23722026-06-17T21:56:56.003Z Compiling regex-syntax v0.8.10
23732026-06-17T21:56:56.035Z Compiling getrandom v0.3.4
23742026-06-17T21:56:56.204Z Compiling omicron-workspace-hack v0.1.0
23752026-06-17T21:56:56.246Z Compiling ucd-trie v0.1.7
23762026-06-17T21:56:56.277Z Compiling rand_core v0.9.5
23772026-06-17T21:56:56.541Z Compiling pest v2.8.6
23782026-06-17T21:56:56.828Z Compiling rustls-webpki v0.103.13
23792026-06-17T21:56:58.223Z Compiling hyper v1.10.1
23802026-06-17T21:56:58.513Z Compiling crossbeam-utils v0.8.21
23812026-06-17T21:56:59.289Z Compiling serde_urlencoded v0.7.1
23822026-06-17T21:56:59.495Z Compiling http-body-util v0.1.3
23832026-06-17T21:56:59.614Z Compiling hyper-util v0.1.20
23842026-06-17T21:56:59.797Z Compiling allocator-api2 v0.2.21
23852026-06-17T21:57:00.198Z Compiling foldhash v0.2.0
23862026-06-17T21:57:00.500Z Compiling hashbrown v0.16.1
23872026-06-17T21:57:01.234Z Compiling tokio-rustls v0.26.4
23882026-06-17T21:57:01.545Z Compiling newtype-uuid v1.3.2
23892026-06-17T21:57:01.863Z Compiling hex v0.4.3
23902026-06-17T21:57:02.184Z Compiling daft v0.1.7
23912026-06-17T21:57:02.398Z Compiling rand_chacha v0.9.0
23922026-06-17T21:57:02.499Z Compiling sync_wrapper v1.0.2
23932026-06-17T21:57:02.620Z Compiling aho-corasick v1.1.4
23942026-06-17T21:57:02.634Z Compiling fastrand v2.4.1
23952026-06-17T21:57:02.639Z Compiling rand v0.9.4
23962026-06-17T21:57:02.875Z Compiling tower v0.5.3
23972026-06-17T21:57:02.979Z Compiling anyhow v1.0.102
23982026-06-17T21:57:02.991Z Compiling powerfmt v0.2.0
23992026-06-17T21:57:03.150Z Compiling deranged v0.5.8
24002026-06-17T21:57:03.248Z Compiling generic-array v0.14.7
24012026-06-17T21:57:03.397Z Compiling tower-http v0.6.11
24022026-06-17T21:57:03.484Z Compiling openapiv3 v2.2.0
24032026-06-17T21:57:03.639Z Compiling regex-automata v0.4.14
24042026-06-17T21:57:03.801Z Compiling num_threads v0.1.7
24052026-06-17T21:57:03.995Z Compiling num-conv v0.2.2
24062026-06-17T21:57:04.086Z Compiling openssl-probe v0.2.1
24072026-06-17T21:57:04.161Z Compiling time-core v0.1.8
24082026-06-17T21:57:04.246Z Compiling cpufeatures v0.3.0
24092026-06-17T21:57:04.252Z Compiling time v0.3.47
24102026-06-17T21:57:04.319Z Compiling rustls-native-certs v0.8.4
24112026-06-17T21:57:04.331Z Compiling camino v1.2.2
24122026-06-17T21:57:04.912Z Compiling tempfile v3.27.0
24132026-06-17T21:57:05.167Z Compiling futures-executor v0.3.32
24142026-06-17T21:57:05.726Z Compiling winnow v1.0.3
24152026-06-17T21:57:05.816Z Compiling regex v1.12.3
24162026-06-17T21:57:05.915Z Compiling futures v0.3.32
24172026-06-17T21:57:06.006Z Compiling rustls-platform-verifier v0.7.0
24182026-06-17T21:57:06.632Z Compiling hyper-rustls v0.27.9
24192026-06-17T21:57:07.016Z Compiling crossbeam-channel v0.5.15
24202026-06-17T21:57:07.180Z Compiling scroll v0.13.0
24212026-06-17T21:57:07.230Z Compiling hybrid-array v0.4.12
24222026-06-17T21:57:07.234Z Compiling adler2 v2.0.1
24232026-06-17T21:57:07.421Z Compiling simd-adler32 v0.3.9
24242026-06-17T21:57:07.492Z Compiling goblin v0.10.7
24252026-06-17T21:57:07.721Z Compiling miniz_oxide v0.8.9
24262026-06-17T21:57:07.735Z Compiling crc32fast v1.5.0
24272026-06-17T21:57:07.996Z Compiling reqwest v0.13.4
24282026-06-17T21:57:08.058Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24292026-06-17T21:57:08.289Z Compiling thread_local v1.1.9
24302026-06-17T21:57:08.656Z Compiling either v1.16.0
24312026-06-17T21:57:08.889Z Compiling flate2 v1.1.9
24322026-06-17T21:57:09.141Z Compiling crypto-common v0.2.2
24332026-06-17T21:57:09.446Z Compiling block-buffer v0.12.0
24342026-06-17T21:57:09.633Z Compiling crypto-common v0.1.7
24352026-06-17T21:57:09.785Z Compiling dtrace-parser v0.3.0
24362026-06-17T21:57:10.062Z Compiling rand_chacha v0.3.1
24372026-06-17T21:57:10.446Z Compiling thread-id v5.1.0
24382026-06-17T21:57:10.540Z Compiling is-terminal v0.4.17
24392026-06-17T21:57:10.652Z Compiling dof v0.4.0
24402026-06-17T21:57:10.681Z Compiling take_mut v0.2.2
24412026-06-17T21:57:10.801Z Compiling compression-core v0.4.32
24422026-06-17T21:57:10.983Z Compiling debug-ignore v1.0.5
24432026-06-17T21:57:11.098Z Compiling match_cfg v0.1.0
24442026-06-17T21:57:11.206Z Compiling const-oid v0.10.2
24452026-06-17T21:57:11.484Z Compiling term v1.2.1
24462026-06-17T21:57:12.318Z Compiling slog-term v2.9.2
24472026-06-17T21:57:13.382Z Compiling usdt-impl v0.6.0
24482026-06-17T21:57:13.680Z Compiling digest v0.11.3
24492026-06-17T21:57:13.733Z Compiling hostname v0.3.1
24502026-06-17T21:57:13.892Z Compiling compression-codecs v0.4.38
24512026-06-17T21:57:13.912Z Compiling slog-async v2.8.0
24522026-06-17T21:57:14.280Z Compiling rand v0.8.6
24532026-06-17T21:57:14.726Z Compiling ref-cast v1.0.25
24542026-06-17T21:57:14.841Z Compiling toml_parser v1.1.2+spec-1.1.0
24552026-06-17T21:57:15.095Z Compiling slog-json v2.6.1
24562026-06-17T21:57:15.363Z Compiling strum v0.26.3
24572026-06-17T21:57:15.374Z Compiling macaddr v1.0.1
24582026-06-17T21:57:15.504Z Compiling serde_spanned v1.1.1
24592026-06-17T21:57:15.660Z Compiling toml_datetime v1.1.1+spec-1.1.0
24602026-06-17T21:57:15.677Z Compiling wait-timeout v0.2.1
24612026-06-17T21:57:16.091Z Compiling memmap2 v0.9.10
24622026-06-17T21:57:16.156Z Compiling encoding_rs v0.8.35
24632026-06-17T21:57:16.168Z Compiling mime v0.3.17
24642026-06-17T21:57:16.386Z Compiling quick-error v1.2.3
24652026-06-17T21:57:16.504Z Compiling spin v0.9.8
24662026-06-17T21:57:16.635Z Compiling bit-vec v0.8.0
24672026-06-17T21:57:16.635Z Compiling toml_writer v1.1.1+spec-1.1.0
24682026-06-17T21:57:16.905Z Compiling bit-set v0.8.0
24692026-06-17T21:57:16.934Z Compiling toml v1.1.2+spec-1.1.0
24702026-06-17T21:57:17.097Z Compiling rusty-fork v0.3.1
24712026-06-17T21:57:17.679Z Compiling multer v3.1.0
24722026-06-17T21:57:17.961Z Compiling usdt v0.6.0
24732026-06-17T21:57:18.630Z Compiling slog-bunyan v2.5.0
24742026-06-17T21:57:18.818Z Compiling async-compression v0.4.42
24752026-06-17T21:57:18.903Z Compiling sha1 v0.11.0
24762026-06-17T21:57:19.052Z Compiling serde_with v3.20.0
24772026-06-17T21:57:19.170Z Compiling async-stream v0.3.6
24782026-06-17T21:57:19.307Z Compiling rand_xorshift v0.4.0
24792026-06-17T21:57:19.307Z Compiling waitgroup v0.1.2
24802026-06-17T21:57:19.373Z Compiling rustls-pemfile v2.2.0
24812026-06-17T21:57:19.468Z Compiling serde_path_to_error v0.1.20
24822026-06-17T21:57:19.473Z Compiling hostname v0.4.2
24832026-06-17T21:57:19.640Z Compiling unarray v0.1.4
24842026-06-17T21:57:19.655Z Compiling progenitor-client v0.14.0
24852026-06-17T21:57:19.712Z Compiling strum v0.27.2
24862026-06-17T21:57:19.763Z Compiling proptest v1.11.0
24872026-06-17T21:57:19.850Z Compiling dropshot v0.17.1
24882026-06-17T21:57:19.916Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24892026-06-17T21:57:20.067Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24902026-06-17T21:57:20.172Z Compiling iddqd v0.4.2
24912026-06-17T21:57:20.304Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24922026-06-17T21:57:20.439Z Compiling block-buffer v0.10.4
24932026-06-17T21:57:20.608Z Compiling reqwest v0.12.28
24942026-06-17T21:57:20.608Z Compiling backon v1.6.0
24952026-06-17T21:57:20.895Z Compiling instant v0.1.13
24962026-06-17T21:57:21.020Z Compiling backoff v0.4.0
24972026-06-17T21:57:21.247Z Compiling progenitor-extras v0.2.0
24982026-06-17T21:57:21.461Z Compiling digest v0.10.7
24992026-06-17T21:57:21.490Z Compiling parse-display v0.10.0
25002026-06-17T21:57:21.728Z Compiling progenitor-client v0.10.0
25012026-06-17T21:57:21.821Z Compiling itertools v0.14.0
25022026-06-17T21:57:22.232Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25032026-06-17T21:57:22.303Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25042026-06-17T21:57:22.429Z Compiling regress v0.10.5
25052026-06-17T21:57:23.353Z Compiling humantime v2.3.0
25062026-06-17T21:57:23.805Z Compiling cpufeatures v0.2.17
25072026-06-17T21:57:23.891Z Compiling unicode-width v0.2.2
25082026-06-17T21:57:24.215Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25092026-06-17T21:57:24.321Z Compiling heck v0.5.0
25102026-06-17T21:57:24.918Z Compiling secrecy v0.10.3
25112026-06-17T21:57:25.095Z Compiling tinyvec_macros v0.1.1
25122026-06-17T21:57:25.174Z Compiling tinyvec v1.11.0
25132026-06-17T21:57:25.610Z Compiling num-integer v0.1.46
25142026-06-17T21:57:25.777Z Compiling scroll v0.12.0
25152026-06-17T21:57:26.088Z Compiling crucible-workspace-hack v0.1.0
25162026-06-17T21:57:26.108Z Compiling hmac v0.12.1
25172026-06-17T21:57:26.149Z Compiling inout v0.1.4
25182026-06-17T21:57:26.164Z Compiling regress v0.11.1
25192026-06-17T21:57:26.270Z Compiling ff v0.13.1
25202026-06-17T21:57:26.315Z Compiling utf8parse v0.2.2
25212026-06-17T21:57:26.432Z Compiling anstyle-parse v1.0.0
25222026-06-17T21:57:26.451Z Compiling group v0.13.0
25232026-06-17T21:57:26.576Z Compiling cipher v0.4.4
25242026-06-17T21:57:26.658Z Compiling hkdf v0.12.4
25252026-06-17T21:57:26.829Z Compiling goblin v0.8.2
25262026-06-17T21:57:26.829Z Compiling num-rational v0.4.2
25272026-06-17T21:57:27.160Z Compiling num-iter v0.1.45
25282026-06-17T21:57:27.296Z Compiling zerocopy v0.7.35
25292026-06-17T21:57:27.920Z Compiling typify-impl v0.6.2
25302026-06-17T21:57:27.994Z Compiling universal-hash v0.5.1
25312026-06-17T21:57:28.145Z Compiling crypto-bigint v0.5.5
25322026-06-17T21:57:28.697Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25332026-06-17T21:57:30.032Z Compiling terminal_size v0.4.4
25342026-06-17T21:57:30.052Z Compiling half v2.7.1
25352026-06-17T21:57:30.194Z Compiling num-complex v0.4.6
25362026-06-17T21:57:30.406Z Compiling opaque-debug v0.3.1
25372026-06-17T21:57:30.487Z Compiling base64ct v1.8.3
25382026-06-17T21:57:30.646Z Compiling base16ct v0.2.0
25392026-06-17T21:57:30.855Z Compiling anstyle-query v1.1.5
25402026-06-17T21:57:30.864Z Compiling anstyle v1.0.14
25412026-06-17T21:57:30.975Z Compiling is_terminal_polyfill v1.70.2
25422026-06-17T21:57:31.028Z Compiling colorchoice v1.0.5
25432026-06-17T21:57:31.075Z Compiling ciborium-io v0.2.2
25442026-06-17T21:57:31.145Z Compiling anstream v1.0.0
25452026-06-17T21:57:31.157Z Compiling ciborium-ll v0.2.2
25462026-06-17T21:57:31.177Z Compiling elliptic-curve v0.13.8
25472026-06-17T21:57:31.416Z Compiling password-hash v0.5.0
25482026-06-17T21:57:31.489Z Compiling num v0.4.3
25492026-06-17T21:57:31.570Z Compiling poly1305 v0.8.0
25502026-06-17T21:57:31.640Z Compiling curve25519-dalek v4.1.3
25512026-06-17T21:57:32.193Z Compiling thiserror-no-std v2.0.2
25522026-06-17T21:57:32.296Z Compiling typify v0.6.2
25532026-06-17T21:57:32.410Z Compiling dof v0.3.0
25542026-06-17T21:57:32.423Z Compiling chacha20 v0.9.1
25552026-06-17T21:57:32.700Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25562026-06-17T21:57:33.188Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25572026-06-17T21:57:34.368Z Compiling blake2 v0.10.6
25582026-06-17T21:57:34.802Z Compiling aead v0.5.2
25592026-06-17T21:57:34.877Z Compiling byte-wrapper v0.1.0
25602026-06-17T21:57:34.998Z Compiling crossbeam-epoch v0.9.18
25612026-06-17T21:57:35.110Z Compiling dtrace-parser v0.2.0
25622026-06-17T21:57:35.512Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25632026-06-17T21:57:35.594Z Compiling thread-id v4.2.2
25642026-06-17T21:57:35.689Z Compiling float-ord v0.3.2
25652026-06-17T21:57:35.809Z Compiling keccak v0.1.6
25662026-06-17T21:57:35.845Z Compiling strsim v0.11.1
25672026-06-17T21:57:36.161Z Compiling clap_lex v1.1.0
25682026-06-17T21:57:36.521Z Compiling clap_builder v4.6.0
25692026-06-17T21:57:36.539Z Compiling sha3 v0.10.9
25702026-06-17T21:57:36.666Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25712026-06-17T21:57:36.938Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25722026-06-17T21:57:37.068Z Compiling usdt-impl v0.5.0
25732026-06-17T21:57:37.718Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25742026-06-17T21:57:39.983Z Compiling chacha20poly1305 v0.10.1
25752026-06-17T21:57:40.141Z Compiling argon2 v0.5.3
25762026-06-17T21:57:41.177Z Compiling vsss-rs v3.3.4
25772026-06-17T21:57:41.397Z Compiling ciborium v0.2.2
25782026-06-17T21:57:42.237Z Compiling hash32 v0.3.1
25792026-06-17T21:57:42.408Z Compiling memmap v0.7.0
25802026-06-17T21:57:42.570Z Compiling data-encoding v2.11.0
25812026-06-17T21:57:42.671Z Compiling indent_write v2.2.0
25822026-06-17T21:57:42.697Z Compiling usdt v0.5.0
25832026-06-17T21:57:42.823Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25842026-06-17T21:57:43.340Z Compiling heapless v0.8.0
25852026-06-17T21:57:43.840Z Compiling ingot-types v0.1.2
25862026-06-17T21:57:44.113Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25872026-06-17T21:57:44.301Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25882026-06-17T21:57:44.405Z Compiling clap v4.6.1
25892026-06-17T21:57:44.461Z Compiling rustix v0.38.44
25902026-06-17T21:57:44.494Z Compiling tabwriter v1.4.1
25912026-06-17T21:57:44.863Z Compiling cobs v0.3.0
25922026-06-17T21:57:45.148Z Compiling bitflags v1.3.2
25932026-06-17T21:57:45.233Z Compiling colored v3.1.1
25942026-06-17T21:57:45.258Z Compiling managed v0.8.0
25952026-06-17T21:57:45.522Z Compiling foreign-types-shared v0.3.1
25962026-06-17T21:57:45.628Z Compiling foreign-types v0.5.0
25972026-06-17T21:57:45.719Z Compiling smoltcp v0.11.0
25982026-06-17T21:57:45.846Z Compiling postcard v1.1.3
25992026-06-17T21:57:45.914Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26002026-06-17T21:57:46.227Z Compiling ingot v0.1.1
26012026-06-17T21:57:46.904Z Compiling num_enum v0.7.6
26022026-06-17T21:57:47.042Z Compiling memoffset v0.9.1
26032026-06-17T21:57:47.138Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26042026-06-17T21:57:47.258Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26052026-06-17T21:57:47.547Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26062026-06-17T21:57:47.634Z Compiling chacha20 v0.10.0
26072026-06-17T21:57:47.673Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26082026-06-17T21:57:47.937Z Compiling serde_spanned v0.6.9
26092026-06-17T21:57:48.105Z Compiling toml_datetime v0.6.11
26102026-06-17T21:57:48.122Z Compiling cstr-argument v0.1.2
26112026-06-17T21:57:48.292Z Compiling unicode-segmentation v1.13.3
26122026-06-17T21:57:48.470Z Compiling resolv-conf v0.7.6
26132026-06-17T21:57:48.482Z Compiling linked-hash-map v0.5.6
26142026-06-17T21:57:48.698Z Compiling winnow v0.7.15
26152026-06-17T21:57:48.931Z Compiling static_assertions v1.1.0
26162026-06-17T21:57:48.973Z Compiling toml_write v0.1.2
26172026-06-17T21:57:49.011Z Compiling swrite v0.1.0
26182026-06-17T21:57:49.070Z Compiling lru-cache v0.1.2
26192026-06-17T21:57:49.105Z Compiling newline-converter v0.3.0
26202026-06-17T21:57:49.118Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26212026-06-17T21:57:49.211Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26222026-06-17T21:57:49.222Z Compiling rand v0.10.1
26232026-06-17T21:57:49.241Z Compiling hubpack v0.1.2
26242026-06-17T21:57:49.488Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26252026-06-17T21:57:49.537Z Compiling nix v0.31.3
26262026-06-17T21:57:49.634Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26272026-06-17T21:57:49.866Z Compiling atomicwrites v0.4.4
26282026-06-17T21:57:50.061Z Compiling hickory-proto v0.24.4
26292026-06-17T21:57:50.157Z Compiling crossbeam-deque v0.8.6
26302026-06-17T21:57:50.382Z Compiling toml_edit v0.22.27
26312026-06-17T21:57:50.612Z Compiling console v0.15.11
26322026-06-17T21:57:50.877Z Compiling itertools v0.12.1
26332026-06-17T21:57:51.925Z Compiling camino-tempfile v1.4.1
26342026-06-17T21:57:52.127Z Compiling serde-big-array v0.5.1
26352026-06-17T21:57:52.288Z Compiling lazy_static v1.5.0
26362026-06-17T21:57:52.363Z Compiling similar v2.7.0
26372026-06-17T21:57:52.363Z Compiling siphasher v1.0.3
26382026-06-17T21:57:52.397Z Compiling pin-project v1.1.13
26392026-06-17T21:57:52.540Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26402026-06-17T21:57:52.608Z Compiling phf_shared v0.12.1
26412026-06-17T21:57:52.838Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26422026-06-17T21:57:53.189Z Compiling expectorate v1.2.0
26432026-06-17T21:57:53.394Z Compiling hickory-resolver v0.24.4
26442026-06-17T21:57:53.406Z Compiling toml v0.8.23
26452026-06-17T21:57:55.097Z Compiling prettyplease v0.2.37
26462026-06-17T21:57:56.239Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26472026-06-17T21:57:56.747Z Compiling rayon-core v1.13.0
26482026-06-17T21:57:58.461Z Compiling num_enum v0.5.11
26492026-06-17T21:57:58.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26502026-06-17T21:57:58.483Z Compiling progenitor-impl v0.13.0
26512026-06-17T21:57:58.590Z Compiling progenitor-impl v0.14.0
26522026-06-17T21:57:59.765Z Compiling unicode-normalization v0.1.25
26532026-06-17T21:58:00.356Z Compiling progenitor-client v0.13.0
26542026-06-17T21:58:00.890Z Compiling tokio-stream v0.1.18
26552026-06-17T21:58:01.460Z Compiling bstr v1.12.1
26562026-06-17T21:58:02.161Z Compiling csv-core v0.1.13
26572026-06-17T21:58:02.171Z Compiling same-file v1.0.6
26582026-06-17T21:58:02.352Z Compiling foreign-types-shared v0.1.1
26592026-06-17T21:58:02.453Z Compiling highway v1.3.0
26602026-06-17T21:58:02.497Z Compiling unicode-width v0.1.14
26612026-06-17T21:58:02.564Z Compiling konst_macro_rules v0.2.19
26622026-06-17T21:58:02.763Z Compiling foldhash v0.1.5
26632026-06-17T21:58:02.808Z Compiling konst v0.2.20
26642026-06-17T21:58:02.989Z Compiling hashbrown v0.15.5
26652026-06-17T21:58:03.146Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26662026-06-17T21:58:03.190Z Compiling foreign-types v0.3.2
26672026-06-17T21:58:03.271Z Compiling csv v1.4.0
26682026-06-17T21:58:03.649Z Compiling walkdir v2.5.0
26692026-06-17T21:58:04.247Z Compiling globset v0.4.18
26702026-06-17T21:58:04.444Z Compiling snafu v0.8.9
26712026-06-17T21:58:05.038Z Compiling qorb v0.4.1
26722026-06-17T21:58:06.526Z Compiling progenitor v0.13.0
26732026-06-17T21:58:06.529Z Compiling olpc-cjson v0.1.4
26742026-06-17T21:58:06.670Z Compiling progenitor v0.14.0
26752026-06-17T21:58:06.747Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26762026-06-17T21:58:06.809Z Compiling rayon v1.12.0
26772026-06-17T21:58:07.360Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26782026-06-17T21:58:07.573Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26792026-06-17T21:58:09.033Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26802026-06-17T21:58:10.255Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26812026-06-17T21:58:12.473Z Compiling phf v0.12.1
26822026-06-17T21:58:12.658Z Compiling openssl-sys v0.9.116
26832026-06-17T21:58:13.093Z Compiling tokio-dtrace v0.1.1
26842026-06-17T21:58:13.428Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26852026-06-17T21:58:13.844Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26862026-06-17T21:58:14.064Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26872026-06-17T21:58:14.720Z Compiling libsw-core v0.3.2
26882026-06-17T21:58:14.776Z Compiling pem v3.0.6
26892026-06-17T21:58:14.913Z Compiling serde_plain v1.0.2
26902026-06-17T21:58:15.199Z Compiling sigpipe v0.1.3
26912026-06-17T21:58:15.299Z Compiling jiff v0.2.28
26922026-06-17T21:58:15.492Z Compiling fixedbitset v0.5.7
26932026-06-17T21:58:15.607Z Compiling minimal-lexical v0.2.1
26942026-06-17T21:58:15.931Z Compiling glob v0.3.3
26952026-06-17T21:58:16.009Z Compiling bytecount v0.6.9
26962026-06-17T21:58:16.203Z Compiling fixedbitset v0.4.2
26972026-06-17T21:58:16.574Z Compiling typed-path v0.9.3
26982026-06-17T21:58:16.793Z Compiling petgraph v0.6.5
26992026-06-17T21:58:16.910Z Compiling papergrid v0.11.0
27002026-06-17T21:58:17.040Z Compiling nom v7.1.3
27012026-06-17T21:58:17.363Z Compiling petgraph v0.8.3
27022026-06-17T21:58:18.595Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27032026-06-17T21:58:18.706Z Compiling tough v0.22.0
27042026-06-17T21:58:18.803Z Compiling openssl v0.10.80
27052026-06-17T21:58:19.518Z Compiling libsw v3.5.0
27062026-06-17T21:58:19.705Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27072026-06-17T21:58:19.801Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27082026-06-17T21:58:20.035Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27092026-06-17T21:58:21.052Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27102026-06-17T21:58:21.355Z Compiling zone v0.3.1
27112026-06-17T21:58:22.329Z Compiling oxide-tokio-rt v0.1.6
27122026-06-17T21:58:22.997Z Compiling chrono-tz v0.10.4
27132026-06-17T21:58:23.191Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27142026-06-17T21:58:23.316Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27152026-06-17T21:58:23.521Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27162026-06-17T21:58:23.699Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27172026-06-17T21:58:24.369Z Compiling newtype_derive v0.1.6
27182026-06-17T21:58:24.454Z Compiling slog-dtrace v0.3.0
27192026-06-17T21:58:24.467Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27202026-06-17T21:58:25.175Z Compiling cancel-safe-futures v0.1.5
27212026-06-17T21:58:25.545Z Compiling owo-colors v4.3.0
27222026-06-17T21:58:26.167Z Compiling const_format v0.2.36
27232026-06-17T21:58:26.480Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27242026-06-17T21:58:26.675Z Compiling gethostname v0.5.0
27252026-06-17T21:58:26.816Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27262026-06-17T21:58:27.211Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27272026-06-17T21:58:27.344Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27282026-06-17T21:58:27.485Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27292026-06-17T21:58:27.514Z Compiling bcs v0.1.6
27302026-06-17T21:58:27.855Z Compiling smf v0.2.3
27312026-06-17T21:58:27.920Z Compiling termtree v0.5.1
27322026-06-17T21:58:28.092Z Compiling linear-map v1.2.0
27332026-06-17T21:58:28.314Z Compiling tagptr v0.2.0
27342026-06-17T21:58:28.475Z Compiling unicode-linebreak v0.1.5
27352026-06-17T21:58:28.486Z Compiling whoami v1.6.1
27362026-06-17T21:58:28.526Z Compiling smawk v0.3.2
27372026-06-17T21:58:28.698Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27382026-06-17T21:58:28.747Z Compiling textwrap v0.16.2
27392026-06-17T21:58:28.940Z Compiling moka v0.12.15
27402026-06-17T21:58:29.121Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27412026-06-17T21:58:30.177Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27422026-06-17T21:58:30.409Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27432026-06-17T21:58:30.452Z Compiling tabled v0.15.0
27442026-06-17T21:58:31.933Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27452026-06-17T21:58:31.954Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-17T21:58:32.159Z Compiling steno v0.4.1
27472026-06-17T21:58:32.171Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27482026-06-17T21:58:32.719Z Compiling cookie v0.18.1
27492026-06-17T21:58:34.028Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-06-17T21:58:37.843Z Compiling hickory-proto v0.25.2
27512026-06-17T21:58:38.517Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27522026-06-17T21:58:39.208Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27532026-06-17T21:58:40.572Z Compiling hickory-resolver v0.25.2
27542026-06-17T21:58:41.160Z Compiling arc-swap v1.9.1
27552026-06-17T21:58:41.509Z Compiling slog-scope v4.4.1
27562026-06-17T21:58:41.999Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-17T21:58:42.237Z Compiling libscf-sys v1.2.0
27582026-06-17T21:58:42.240Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27592026-06-17T21:58:42.258Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27602026-06-17T21:58:42.378Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27612026-06-17T21:58:43.003Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27622026-06-17T21:58:43.140Z Compiling slog-stdlog v4.1.1
27632026-06-17T21:58:43.535Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27642026-06-17T21:58:43.645Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27652026-06-17T21:58:44.644Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-06-17T21:58:44.945Z Compiling slog-envlogger v2.2.0
27672026-06-17T21:58:46.126Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27682026-06-17T21:58:46.294Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27692026-06-17T21:58:54.654Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27702026-06-17T21:58:56.995Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27712026-06-17T21:58:58.763Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27722026-06-17T21:59:07.099Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27732026-06-17T21:59:10.874Z Finished `release` profile [optimized] target(s) in 2m 25s
27742026-06-17T21:59:10.988Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27752026-06-17T21:59:10.995Z
27762026-06-17T21:59:10.996Zrunning 1 test
27772026-06-17T21:59:11.146Zconfigure zone
27782026-06-17T21:59:11.164Zinstall zone
27792026-06-17T21:59:20.911Zboot zone
27802026-06-17T21:59:20.996Zstart zone s1
27812026-06-17T21:59:21.114Zconfigure zone
27822026-06-17T21:59:21.114Zinstall zone
27832026-06-17T21:59:22.802Zboot zone
27842026-06-17T21:59:22.900Zstart zone s2
27852026-06-17T21:59:22.900Zconfigure zone
27862026-06-17T21:59:22.910Zinstall zone
27872026-06-17T21:59:25.256Zboot zone
27882026-06-17T21:59:25.361Zstart zone s3
27892026-06-17T21:59:25.361Zconfigure zone
27902026-06-17T21:59:25.372Zinstall zone
27912026-06-17T21:59:28.027Zboot zone
27922026-06-17T21:59:28.124Zstart zone t1
27932026-06-17T21:59:28.124Zconfigure zone
27942026-06-17T21:59:28.134Zinstall zone
27952026-06-17T21:59:30.981Zboot zone
27962026-06-17T21:59:31.091Zwaiting for zones to come up
27972026-06-17T21:59:41.093Z[sidecar.quartet] svcs milestone/network
27982026-06-17T21:59:41.121ZSTATE STIME FMRI
27992026-06-17T21:59:41.121Zonline 21:59:20 svc:/milestone/network:default
28002026-06-17T21:59:41.121Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28012026-06-17T21:59:41.148Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28022026-06-17T21:59:41.178Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28032026-06-17T21:59:41.195Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28042026-06-17T21:59:41.198Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28052026-06-17T21:59:41.212Z
28062026-06-17T21:59:41.212Zrunning zone s1.quartet setup
28072026-06-17T21:59:41.212Z[s1.quartet] svcs milestone/network
28082026-06-17T21:59:41.229ZSTATE STIME FMRI
28092026-06-17T21:59:41.229Zonline 21:59:22 svc:/milestone/network:default
28102026-06-17T21:59:41.230Z[s1.quartet] dladm
28112026-06-17T21:59:41.242ZLINK CLASS MTU STATE BRIDGE OVER
28122026-06-17T21:59:41.242Zsl0 simnet 9000 up -- ?
28132026-06-17T21:59:41.243Zmgs1 vnic 9000 up -- ?
28142026-06-17T21:59:41.243Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28152026-06-17T21:59:41.840Z
28162026-06-17T21:59:41.840Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28172026-06-17T21:59:41.856Z
28182026-06-17T21:59:41.856Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28192026-06-17T21:59:41.868Z
28202026-06-17T21:59:41.868Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28212026-06-17T21:59:41.948Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28222026-06-17T21:59:42.020Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c1928c93-09cf-463c-82c8-c77ecdf17570 --sled-uuid ea219173-1dc0-48a9-8e3b-5aebbea5feb8 -a sl0/v6 &> /opt/ddmd.log &
28232026-06-17T21:59:42.035Z
28242026-06-17T21:59:42.035Zrunning zone s2.quartet setup
28252026-06-17T21:59:42.035Z[s2.quartet] svcs milestone/network
28262026-06-17T21:59:42.051ZSTATE STIME FMRI
28272026-06-17T21:59:42.051Zonline 21:59:24 svc:/milestone/network:default
28282026-06-17T21:59:42.051Z[s2.quartet] dladm
28292026-06-17T21:59:42.064ZLINK CLASS MTU STATE BRIDGE OVER
28302026-06-17T21:59:42.065Zsl1 simnet 9000 up -- ?
28312026-06-17T21:59:42.065Zmgs2 vnic 9000 up -- ?
28322026-06-17T21:59:42.065Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28332026-06-17T21:59:42.574Z
28342026-06-17T21:59:42.574Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28352026-06-17T21:59:42.589Z
28362026-06-17T21:59:42.589Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28372026-06-17T21:59:42.601Z
28382026-06-17T21:59:42.601Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28392026-06-17T21:59:42.633Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28402026-06-17T21:59:42.659Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a604cdf2-6167-43c2-b237-df78668b4889 --sled-uuid f8db8f83-d716-4fe4-a2d2-346298446ecf -a sl1/v6 &> /opt/ddmd.log &
28412026-06-17T21:59:42.671Z
28422026-06-17T21:59:42.671Zrunning zone s3.quartet setup
28432026-06-17T21:59:42.671Z[s3.quartet] svcs milestone/network
28442026-06-17T21:59:42.686ZSTATE STIME FMRI
28452026-06-17T21:59:42.686Zonline 21:59:27 svc:/milestone/network:default
28462026-06-17T21:59:42.686Z[s3.quartet] dladm
28472026-06-17T21:59:42.698ZLINK CLASS MTU STATE BRIDGE OVER
28482026-06-17T21:59:42.698Zsl2 simnet 9000 up -- ?
28492026-06-17T21:59:42.698Zmgs3 vnic 9000 up -- ?
28502026-06-17T21:59:42.698Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28512026-06-17T21:59:43.181Z
28522026-06-17T21:59:43.181Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28532026-06-17T21:59:43.197Z
28542026-06-17T21:59:43.197Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28552026-06-17T21:59:43.208Z
28562026-06-17T21:59:43.208Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28572026-06-17T21:59:43.240Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28582026-06-17T21:59:43.267Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6d2755cc-b5d7-4292-8f39-f34c47c52f24 --sled-uuid 45466d28-0d14-4469-bf6f-a948cede8349 -a sl2/v6 &> /opt/ddmd.log &
28592026-06-17T21:59:43.278Z
28602026-06-17T21:59:43.278Zrunning zone t1.quartet setup
28612026-06-17T21:59:43.278Z[t1.quartet] svcs milestone/network
28622026-06-17T21:59:43.293ZSTATE STIME FMRI
28632026-06-17T21:59:43.293Zonline 21:59:30 svc:/milestone/network:default
28642026-06-17T21:59:43.293Z[t1.quartet] dladm
28652026-06-17T21:59:43.308ZLINK CLASS MTU STATE BRIDGE OVER
28662026-06-17T21:59:43.308Ztfportrear0_0 simnet 9000 up -- ?
28672026-06-17T21:59:43.308Ztfportrear1_0 simnet 9000 up -- ?
28682026-06-17T21:59:43.308Ztfportrear2_0 simnet 9000 up -- ?
28692026-06-17T21:59:43.308Zmgt1 vnic 9000 up -- ?
28702026-06-17T21:59:43.308Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28712026-06-17T21:59:43.892Z
28722026-06-17T21:59:43.892Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28732026-06-17T21:59:43.908Z
28742026-06-17T21:59:43.908Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28752026-06-17T21:59:43.921Z
28762026-06-17T21:59:43.921Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28772026-06-17T21:59:43.934Z
28782026-06-17T21:59:43.934Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28792026-06-17T21:59:43.945Z
28802026-06-17T21:59:43.945Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28812026-06-17T21:59:44.264Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
28822026-06-17T21:59:44.267Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
28832026-06-17T21:59:44.267Zwaiting 3s for copy of files to zone to complete ...
28842026-06-17T21:59:47.268Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28852026-06-17T21:59:47.399Z
28862026-06-17T21:59:47.399Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28872026-06-17T21:59:47.506Z
28882026-06-17T21:59:47.506Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
28892026-06-17T21:59:47.540Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
28902026-06-17T21:59:47.569Z[t1.quartet] svcadm disable dendrite
28912026-06-17T21:59:47.594Z
28922026-06-17T21:59:47.594Z[t1.quartet] svcadm disable tfport
28932026-06-17T21:59:47.616Z
28942026-06-17T21:59:47.616Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
28952026-06-17T21:59:47.642Z
28962026-06-17T21:59:47.643Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
28972026-06-17T21:59:47.668Z
28982026-06-17T21:59:47.668Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
28992026-06-17T21:59:47.692Z
29002026-06-17T21:59:47.692Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29012026-06-17T21:59:47.719Z
29022026-06-17T21:59:47.719Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29032026-06-17T21:59:47.742Z
29042026-06-17T21:59:47.742Z[t1.quartet] svcadm refresh dendrite:default
29052026-06-17T21:59:47.762Z
29062026-06-17T21:59:47.763Z[t1.quartet] svcadm enable dendrite:default
29072026-06-17T21:59:47.784Z
29082026-06-17T21:59:47.784Zwait 10s for dendrite to come up ...
29092026-06-17T21:59:57.786Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29102026-06-17T21:59:57.817Z
29112026-06-17T21:59:57.817Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29122026-06-17T21:59:57.840Z
29132026-06-17T21:59:57.840Z[t1.quartet] svcadm refresh tfport:default
29142026-06-17T21:59:57.861Z
29152026-06-17T21:59:57.861Z[t1.quartet] svcadm enable tfport
29162026-06-17T21:59:57.885Z
29172026-06-17T21:59:57.885Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 73c37f9c-c746-4329-bd79-8ea2a1834e5b --sled-uuid 3c2d26ec-b919-4d92-b93e-d175a97e055a -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29182026-06-17T21:59:57.894Z
29192026-06-17T21:59:57.894Z[t1.quartet] ipadm
29202026-06-17T21:59:57.908ZADDROBJ TYPE STATE ADDR
29212026-06-17T21:59:57.908Zlo0/v4 static ok 127.0.0.1/8
29222026-06-17T21:59:57.908Zmgt1/v4 static ok 10.0.0.4/24
29232026-06-17T21:59:57.908Zlo0/v6 static ok ::1/128
29242026-06-17T21:59:57.908Zlo0/u6 static ok fd00:4::1/64
29252026-06-17T21:59:57.908Ztfportrear0_0/v6 addrconf ok fe80::4bc:aeff:fece:66eb%tfportrear0_0/10
29262026-06-17T21:59:57.908Ztfportrear1_0/v6 addrconf ok fe80::98ee:36ff:fee0:c00b%tfportrear1_0/10
29272026-06-17T21:59:57.909Ztfportrear2_0/v6 addrconf ok fe80::bc09:65ff:fec3:b2b8%tfportrear2_0/10
29282026-06-17T22:00:00.031Zinitial peering test passed
29292026-06-17T22:00:01.034Z[s3.quartet] ping fd00:1::1
29302026-06-17T22:00:01.053Zfd00:1::1 is alive
29312026-06-17T22:00:11.001Ztest ddm::test_quartet has been running for over 60 seconds
29322026-06-17T22:00:12.057Z[s3.quartet] ping fd00:1::1
29332026-06-17T22:00:12.073Zfd00:1::1 is alive
29342026-06-17T22:00:12.076Z[t1.quartet] pkill ddmd
29352026-06-17T22:00:12.085Z
29362026-06-17T22:00:12.085Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29372026-06-17T22:00:12.088Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29382026-06-17T22:00:13.975Z[s3.quartet] pkill ddmd
29392026-06-17T22:00:13.989Z
29402026-06-17T22:00:13.989Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29412026-06-17T22:00:15.815Z[s2.quartet] pkill ddmd
29422026-06-17T22:00:15.829Z
29432026-06-17T22:00:15.829Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29442026-06-17T22:00:17.583Z[s1.quartet] pkill ddmd
29452026-06-17T22:00:17.599Z
29462026-06-17T22:00:17.599Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29472026-06-17T22:00:19.451Z[sidecar.quartet] pkill softnpu
29482026-06-17T22:00:19.465Z
29492026-06-17T22:00:19.465Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29502026-06-17T22:00:22.170Ztest ddm::test_quartet ... ok
29512026-06-17T22:00:22.170Z
29522026-06-17T22:00:22.170Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.17s
29532026-06-17T22:00:22.171Z
29542026-06-17T22:00:22.221Z+ cleanup
29552026-06-17T22:00:22.223Z++ id -un
29562026-06-17T22:00:22.226Z++ id -gn
29572026-06-17T22:00:22.229Z+ pfexec chown -R build:build .
29582026-06-17T22:00:22.351Zprocess exited: duration 661274 ms, exit code 0
 
29592026-06-17T22:00:22.363Zfound 6 output files
29602026-06-17T22:00:22.363Zuploading: /work/s1.quartet.log (3956 bytes)
29612026-06-17T22:00:23.376Zuploaded: /work/s1.quartet.log
29622026-06-17T22:00:23.381Zuploading: /work/s2.quartet.log (4135 bytes)
29632026-06-17T22:00:24.390Zuploaded: /work/s2.quartet.log
29642026-06-17T22:00:24.390Zuploading: /work/s3.quartet.log (4252 bytes)
29652026-06-17T22:00:25.401Zuploaded: /work/s3.quartet.log
29662026-06-17T22:00:25.401Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29672026-06-17T22:00:26.413Zuploaded: /work/sidecar.quartet-softnpu.log
29682026-06-17T22:00:26.413Zuploading: /work/t1.quartet-dpd.log (204859 bytes)
29692026-06-17T22:00:27.428Zuploaded: /work/t1.quartet-dpd.log
29702026-06-17T22:00:27.428Zuploading: /work/t1.quartet.log (17193 bytes)
29712026-06-17T22:00:28.440Zuploaded: /work/t1.quartet.log