01KXNY7RQRHEGNAWNX1WHAMTJ9: 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: 01KXNY8P4CE1R7WEM5QS8GDBKP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T17:06:54.265Zjob assigned to worker 01KXNY8XGMKVGXD5V98TZJDSV1 [factory aws, i-008ecb2957898ae34] (queued for 59 s)
 
22026-07-16T17:07:01.310Zstarting task 0: "setup"
32026-07-16T17:07:01.314Z++ uname -s
42026-07-16T17:07:01.317Z+ kern=SunOS
52026-07-16T17:07:01.317Z+ build_user=build
62026-07-16T17:07:01.317Z+ build_uid=12345
72026-07-16T17:07:01.317Z+ work_dir=/work
82026-07-16T17:07:01.317Z+ input_dir=/input
92026-07-16T17:07:01.317Z+ [[ 0 == 12345 ]]
102026-07-16T17:07:01.317Z+ case "$kern" in
112026-07-16T17:07:01.317Z+ groupadd -g 12345 build
122026-07-16T17:07:01.320Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T17:07:03.325Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T17:07:03.438Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T17:07:03.442Z+ home_fs=zfs
162026-07-16T17:07:03.442Z+ [[ zfs == autofs ]]
172026-07-16T17:07:03.442Z+ mkdir -p /home/build
182026-07-16T17:07:03.442Z+ chown build:build /home/build /work
192026-07-16T17:07:05.443Z+ chmod 0700 /home/build /work
202026-07-16T17:07:05.447Zprocess exited: duration 4137 ms, exit code 0
 
212026-07-16T17:07:05.457Zstarting task 1: "rust-toolchain"
222026-07-16T17:07:05.462Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-16T17:07:05.463Z * rust toolchain channel = "stable"
242026-07-16T17:07:05.463Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-16T17:07:05.463Z * rust toolchain profile = "default"
262026-07-16T17:07:05.463Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T17:07:05.463Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T17:07:05.466Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T17:07:05.466Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-16T17:07:05.560Zinfo: downloading installer
312026-07-16T17:07:06.863Zwarn: It looks like you have an existing installation of Rust at:
322026-07-16T17:07:06.863Zwarn: /opt/ooce/bin
332026-07-16T17:07:06.863Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-16T17:07:06.863Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-16T17:07:06.863Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-16T17:07:06.863Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-16T17:07:06.863Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-16T17:07:06.863Zerror: cannot install while Rust is installed
392026-07-16T17:07:06.863Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-16T17:07:06.863Zwarn: It looks like you have an existing rustup settings file at:
412026-07-16T17:07:06.863Zwarn: /home/build/.rustup/settings.toml
422026-07-16T17:07:06.863Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-16T17:07:06.863Zwarn: instead of the one inferred from the default host triple.
442026-07-16T17:07:06.877Zinfo: profile set to default
452026-07-16T17:07:06.877Zinfo: default host triple is x86_64-unknown-illumos
462026-07-16T17:07:06.884Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-16T17:07:07.006Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-16T17:07:07.010Zinfo: downloading 6 components
492026-07-16T17:07:21.243Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-16T17:07:21.243Z
512026-07-16T17:07:21.270Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-16T17:07:21.270Z
532026-07-16T17:07:21.270Z
542026-07-16T17:07:21.270ZRust is installed now. Great!
552026-07-16T17:07:21.270Z
562026-07-16T17:07:21.270ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-16T17:07:21.270Zenvironment variable. This has not been done automatically.
582026-07-16T17:07:21.270Z
592026-07-16T17:07:21.271ZTo configure your current shell, you need to source
602026-07-16T17:07:21.271Zthe corresponding env file under $HOME/.cargo.
612026-07-16T17:07:21.271Z
622026-07-16T17:07:21.271ZThis is usually done by running one of the following (note the leading DOT):
632026-07-16T17:07:21.271Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-16T17:07:21.271Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-16T17:07:21.271Zsource "~/.cargo/env.nu" # For nushell
662026-07-16T17:07:21.271Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-16T17:07:21.271Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-16T17:07:21.271Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-16T17:07:21.274Zwarn: no default linker (`cc`) was found in your PATH
702026-07-16T17:07:21.274Zwarn: many Rust crates require a system C toolchain to build
712026-07-16T17:07:21.371Z+ rustup --version
722026-07-16T17:07:21.380Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-16T17:07:21.383Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-16T17:07:21.400Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-16T17:07:21.403Z+ cargo --version
762026-07-16T17:07:21.417Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-16T17:07:21.420Z+ rustc --version
782026-07-16T17:07:21.439Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-16T17:07:21.442Zprocess exited: duration 15981 ms, exit code 0
 
802026-07-16T17:07:21.449Zstarting task 2: "authentication"
812026-07-16T17:07:21.465Zprocess exited: duration 16 ms, exit code 0
 
822026-07-16T17:07:21.472Zstarting task 3: "clone repository"
832026-07-16T17:07:21.475Z+ mkdir -p /work/oxidecomputer/maghemite
842026-07-16T17:07:21.478Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-07-16T17:07:21.506ZCloning into '/work/oxidecomputer/maghemite'...
862026-07-16T17:07:22.746Z+ cd /work/oxidecomputer/maghemite
872026-07-16T17:07:22.746Z+ git fetch origin d3c8f26d9bf94e252f4f2ff212222be337b14c24
882026-07-16T17:07:22.978ZFrom https://github.com/oxidecomputer/maghemite
892026-07-16T17:07:22.978Z * branch d3c8f26d9bf94e252f4f2ff212222be337b14c24 -> FETCH_HEAD
902026-07-16T17:07:22.983Z+ [[ -n john/bfd-async ]]
912026-07-16T17:07:22.989Z++ git branch --show-current
922026-07-16T17:07:22.989Z+ current=main
932026-07-16T17:07:22.989Z+ [[ main != john/bfd-async ]]
942026-07-16T17:07:22.989Z+ git branch -f john/bfd-async d3c8f26d9bf94e252f4f2ff212222be337b14c24
952026-07-16T17:07:22.992Z+ git checkout -f john/bfd-async
962026-07-16T17:07:23.008ZSwitched to branch 'john/bfd-async'
972026-07-16T17:07:23.012Z+ git reset --hard d3c8f26d9bf94e252f4f2ff212222be337b14c24
982026-07-16T17:07:23.027ZHEAD is now at d3c8f26 add test for poll response after long delay
992026-07-16T17:07:23.030Zprocess exited: duration 1554 ms, exit code 0
 
1002026-07-16T17:07:23.036Zstarting task 4: "build"
1012026-07-16T17:07:23.043Z++ dladm
1022026-07-16T17:07:23.046ZLINK CLASS MTU STATE BRIDGE OVER
1032026-07-16T17:07:23.046Zena0 phys 9216 up -- --
1042026-07-16T17:07:23.046Z++ ipadm
1052026-07-16T17:07:23.049ZADDROBJ TYPE STATE ADDR
1062026-07-16T17:07:23.049Zlo0/v4 static ok 127.0.0.1/8
1072026-07-16T17:07:23.050Zena0/dhcp dhcp ok 10.150.1.141/24
1082026-07-16T17:07:23.050Zlo0/v6 static ok ::1/128
1092026-07-16T17:07:23.050Z++ banner collect
1102026-07-16T17:07:23.055Z
1112026-07-16T17:07:23.055Z #### #### # # ###### #### #####
1122026-07-16T17:07:23.055Z # # # # # # # # # #
1132026-07-16T17:07:23.055Z # # # # # ##### # #
1142026-07-16T17:07:23.055Z # # # # # # # #
1152026-07-16T17:07:23.055Z # # # # # # # # # #
1162026-07-16T17:07:23.055Z #### #### ###### ###### ###### #### #
1172026-07-16T17:07:23.055Z
1182026-07-16T17:07:23.055Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-07-16T17:07:23.056Z++ repo=softnpu
1202026-07-16T17:07:23.056Z++ series=image
1212026-07-16T17:07:23.056Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-07-16T17:07:23.056Z++ name=softnpu
1232026-07-16T17:07:23.056Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-07-16T17:07:23.056Z++ mkdir -p download
1252026-07-16T17:07:23.056Z++ pushd download
1262026-07-16T17:07:23.056Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-07-16T17:07:23.056Z++ [[ ! -f softnpu ]]
1282026-07-16T17:07:23.056Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-07-16T17:07:23.059Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-07-16T17:07:23.060Z Dload Upload Total Spent Left Speed
1312026-07-16T17:07:23.495Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 35.71M 0 0 100 15.63M 100 15.63M 0 0 35.71M 0 0 100 15.63M 100 15.63M 0 0 35.70M 0 0
1322026-07-16T17:07:23.498Z++ popd
1332026-07-16T17:07:23.498Z/work/oxidecomputer/maghemite
1342026-07-16T17:07:23.498Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-07-16T17:07:23.499Z++ repo=sidecar-lite
1362026-07-16T17:07:23.499Z++ series=release
1372026-07-16T17:07:23.499Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-07-16T17:07:23.499Z++ name=libsidecar_lite.so
1392026-07-16T17:07:23.499Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-07-16T17:07:23.499Z++ mkdir -p download
1412026-07-16T17:07:23.502Z++ pushd download
1422026-07-16T17:07:23.502Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-07-16T17:07:23.502Z++ [[ ! -f libsidecar_lite.so ]]
1442026-07-16T17:07:23.502Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-07-16T17:07:23.505Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-07-16T17:07:23.505Z Dload Upload Total Spent Left Speed
1472026-07-16T17:07:23.818Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 38.47M 0 0 100 12.04M 100 12.04M 0 0 38.47M 0 0 100 12.04M 100 12.04M 0 0 38.46M 0 0
1482026-07-16T17:07:23.821Z++ popd
1492026-07-16T17:07:23.821Z/work/oxidecomputer/maghemite
1502026-07-16T17:07:23.821Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-07-16T17:07:23.821Z++ repo=sidecar-lite
1522026-07-16T17:07:23.822Z++ series=release
1532026-07-16T17:07:23.824Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-07-16T17:07:23.824Z++ name=scadm
1552026-07-16T17:07:23.824Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-07-16T17:07:23.824Z++ mkdir -p download
1572026-07-16T17:07:23.827Z++ pushd download
1582026-07-16T17:07:23.827Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-07-16T17:07:23.827Z++ [[ ! -f scadm ]]
1602026-07-16T17:07:23.827Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-07-16T17:07:23.830Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-07-16T17:07:23.830Z Dload Upload Total Spent Left Speed
1632026-07-16T17:07:24.142Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 50.30M 0 0 100 15.78M 100 15.78M 0 0 50.30M 0 0 100 15.78M 100 15.78M 0 0 50.29M 0 0
1642026-07-16T17:07:24.146Z++ popd
1652026-07-16T17:07:24.146Z/work/oxidecomputer/maghemite
1662026-07-16T17:07:24.146Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-07-16T17:07:24.146Z++ repo=dendrite
1682026-07-16T17:07:24.146Z++ series=image
1692026-07-16T17:07:24.146Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-07-16T17:07:24.146Z++ name=dendrite-softnpu.tar.gz
1712026-07-16T17:07:24.146Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-07-16T17:07:24.146Z++ mkdir -p download
1732026-07-16T17:07:24.149Z++ pushd download
1742026-07-16T17:07:24.149Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-07-16T17:07:24.149Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-07-16T17:07:24.149Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-07-16T17:07:24.152Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-07-16T17:07:24.152Z Dload Upload Total Spent Left Speed
1792026-07-16T17:07:25.784Z 0 0 0 0 0 0 0 0 0 71 71.59M 71 50.91M 0 0 38.47M 0 00:01 00:01 38.47M 100 71.59M 100 71.59M 0 0 43.87M 0 00:01 00:01 38.47M 100 71.59M 100 71.59M 0 0 43.87M 0 00:01 00:01 38.47M 100 71.59M 100 71.59M 0 0 43.87M 0 00:01 00:01 38.47M
1802026-07-16T17:07:25.788Z++ popd
1812026-07-16T17:07:25.791Z/work/oxidecomputer/maghemite
1822026-07-16T17:07:25.791Z++ get_artifact maghemite release d3c8f26d9bf94e252f4f2ff212222be337b14c24 ddm
1832026-07-16T17:07:25.791Z++ repo=maghemite
1842026-07-16T17:07:25.791Z++ series=release
1852026-07-16T17:07:25.791Z++ commit=d3c8f26d9bf94e252f4f2ff212222be337b14c24
1862026-07-16T17:07:25.791Z++ name=ddm
1872026-07-16T17:07:25.791Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-07-16T17:07:25.791Z++ mkdir -p download
1892026-07-16T17:07:25.791Z++ pushd download
1902026-07-16T17:07:25.791Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-07-16T17:07:25.792Z++ [[ ! -f ddm ]]
1922026-07-16T17:07:25.792Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d3c8f26d9bf94e252f4f2ff212222be337b14c24/ddm
1932026-07-16T17:07:25.797Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-07-16T17:07:25.797Z Dload Upload Total Spent Left Speed
1952026-07-16T17:07:25.855Z 0 0 0 0 0 0 0 0 0
1962026-07-16T17:07:25.858Zcurl: (22) The requested URL returned error: 404
1972026-07-16T17:07:25.858Z++ popd
1982026-07-16T17:07:25.858Z/work/oxidecomputer/maghemite
1992026-07-16T17:07:25.858Z++ get_artifact maghemite release d3c8f26d9bf94e252f4f2ff212222be337b14c24 ddmadm
2002026-07-16T17:07:25.858Z++ repo=maghemite
2012026-07-16T17:07:25.858Z++ series=release
2022026-07-16T17:07:25.858Z++ commit=d3c8f26d9bf94e252f4f2ff212222be337b14c24
2032026-07-16T17:07:25.858Z++ name=ddmadm
2042026-07-16T17:07:25.858Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-07-16T17:07:25.858Z++ mkdir -p download
2062026-07-16T17:07:25.858Z++ pushd download
2072026-07-16T17:07:25.858Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-07-16T17:07:25.858Z++ [[ ! -f ddmadm ]]
2092026-07-16T17:07:25.858Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/d3c8f26d9bf94e252f4f2ff212222be337b14c24/ddmadm
2102026-07-16T17:07:25.864Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-07-16T17:07:25.867Z Dload Upload Total Spent Left Speed
2122026-07-16T17:07:25.919Z 0 0 0 0 0 0 0 0 0
2132026-07-16T17:07:25.923Zcurl: (22) The requested URL returned error: 404
2142026-07-16T17:07:25.923Z++ popd
2152026-07-16T17:07:25.923Z/work/oxidecomputer/maghemite
2162026-07-16T17:07:25.923Z++ pushd download
2172026-07-16T17:07:25.923Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-07-16T17:07:25.923Z++ chmod +x softnpu
2192026-07-16T17:07:25.923Z++ chmod +x scadm
2202026-07-16T17:07:25.926Z++ chmod +x ddmadm
2212026-07-16T17:07:25.926Zchmod: WARNING: can't access ddmadm
2222026-07-16T17:07:25.926Z++ chmod +x ddmd
2232026-07-16T17:07:25.926Zchmod: WARNING: can't access ddmd
2242026-07-16T17:07:25.929Z++ mv ddmadm ddmadm-v2
2252026-07-16T17:07:25.929Zmv: cannot access ddmadm
2262026-07-16T17:07:25.929Z++ mv ddmd ddmd-v2
2272026-07-16T17:07:25.929Zmv: cannot access ddmd
2282026-07-16T17:07:25.929Z++ rm -rf zones/dendrite
2292026-07-16T17:07:25.933Z++ mkdir -p zones/dendrite
2302026-07-16T17:07:25.933Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-07-16T17:07:26.938Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-07-16T17:07:26.942Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-07-16T17:07:26.945Z++ popd
2342026-07-16T17:07:26.945Z/work/oxidecomputer/maghemite
2352026-07-16T17:07:26.945Z++ banner install
2362026-07-16T17:07:26.945Z
2372026-07-16T17:07:26.946Z # # # #### ##### ## # #
2382026-07-16T17:07:26.946Z # ## # # # # # # #
2392026-07-16T17:07:26.946Z # # # # #### # # # # #
2402026-07-16T17:07:26.946Z # # # # # # ###### # #
2412026-07-16T17:07:26.946Z # # ## # # # # # # #
2422026-07-16T17:07:26.946Z # # # #### # # # ###### ######
2432026-07-16T17:07:26.946Z
2442026-07-16T17:07:26.946Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-07-16T17:07:26.946Z++ set +o errexit
2462026-07-16T17:07:26.946Z++ pkg info clang-15
2472026-07-16T17:07:26.946Z++ grep -qi installed
2482026-07-16T17:07:28.138Zpkg: info: no packages matching the following patterns you specified are
2492026-07-16T17:07:28.138Zinstalled on the system. Try querying remotely instead:
2502026-07-16T17:07:28.138Z
2512026-07-16T17:07:28.138Z clang-15
2522026-07-16T17:07:28.175Z++ [[ 1 != 0 ]]
2532026-07-16T17:07:28.175Z++ set -o errexit
2542026-07-16T17:07:28.179Z++ pfexec pkg install clang-15
2552026-07-16T17:07:35.377Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-07-16T17:07:42.987Z Startup: Caching catalogs ... Done
2572026-07-16T17:07:50.154ZPlanning: Solver setup ... Done
2582026-07-16T17:07:50.195ZPlanning: Running solver ... Done
2592026-07-16T17:07:50.331ZPlanning: Finding local manifests ... Done
2602026-07-16T17:07:50.362ZPlanning: Fetching manifests: 0/2 0% complete
2612026-07-16T17:07:50.457ZPlanning: Fetching manifests: 2/2 100% complete
2622026-07-16T17:07:50.487ZPlanning: Package planning ... Done
2632026-07-16T17:07:50.513ZPlanning: Merging actions ... Done
2642026-07-16T17:07:50.619ZPlanning: Checking for conflicting actions ... Done
2652026-07-16T17:07:50.626ZPlanning: Consolidating action changes ... Done
2662026-07-16T17:07:51.407ZPlanning: Evaluating mediators ... Done
2672026-07-16T17:07:51.412ZPlanning: Planning completed in 8.25 seconds
2682026-07-16T17:07:51.423Z Packages to install: 2
2692026-07-16T17:07:51.426Z Mediators to change: 2
2702026-07-16T17:07:51.426Z Services to change: 1
2712026-07-16T17:07:51.426Z Create boot environment: No
2722026-07-16T17:07:51.426ZCreate backup boot environment: No
2732026-07-16T17:07:51.464Z
2742026-07-16T17:07:51.464ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-07-16T17:07:56.641ZDownload: 499/3076 items 16.7/211.3MB 7% complete (3.8M/s)
2762026-07-16T17:08:01.649ZDownload: 976/3076 items 82.0/211.3MB 38% complete (8.4M/s)
2772026-07-16T17:08:13.052ZDownload: 981/3076 items 82.0/211.3MB 38% complete
2782026-07-16T17:08:23.957ZDownload: 983/3076 items 82.2/211.3MB 38% complete
2792026-07-16T17:08:29.011ZDownload: 1126/3076 items 114.5/211.3MB 54% complete (6.8M/s)
2802026-07-16T17:08:34.014ZDownload: 1418/3076 items 116.5/211.3MB 55% complete (3.7M/s)
2812026-07-16T17:08:39.086ZDownload: 1997/3076 items 117.9/211.3MB 55% complete (352k/s)
2822026-07-16T17:08:46.272ZDownload: 3034/3076 items 201.5/211.3MB 95% complete (8.5M/s)
2832026-07-16T17:08:57.808ZDownload: 3073/3076 items 209.9/211.3MB 99% complete (9.1M/s)
2842026-07-16T17:08:57.845ZDownload: Completed 211.31 MB in 66.37 seconds (3.2M/s)
2852026-07-16T17:08:57.969Z Actions: 1/3418 actions (Installing new actions)
2862026-07-16T17:09:01.102Z Actions: Completed 3418 actions in 3.13 seconds.
2872026-07-16T17:09:01.740Z Done
2882026-07-16T17:09:01.740Z Done
2892026-07-16T17:09:02.477Z Done
2902026-07-16T17:09:05.845Z Done
2912026-07-16T17:09:05.914Z Done
2922026-07-16T17:09:05.917Z Done
2932026-07-16T17:09:06.184Z Done
2942026-07-16T17:09:06.862Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2952026-07-16T17:09:06.863Z++ set +o errexit
2962026-07-16T17:09:06.868Z++ pkg info pkg-config
2972026-07-16T17:09:06.868Z++ grep -qi installed
2982026-07-16T17:09:07.091Z++ [[ 0 != 0 ]]
2992026-07-16T17:09:07.091Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3002026-07-16T17:09:07.091Z++ set +o errexit
3012026-07-16T17:09:07.094Z++ pkg info brand/omicron1
3022026-07-16T17:09:07.095Z++ grep -qi installed
3032026-07-16T17:09:07.276Zpkg: info: no packages matching the following patterns you specified are
3042026-07-16T17:09:07.278Zinstalled on the system. Try querying remotely instead:
3052026-07-16T17:09:07.278Z
3062026-07-16T17:09:07.278Z brand/omicron1
3072026-07-16T17:09:07.310Z++ [[ 1 != 0 ]]
3082026-07-16T17:09:07.310Z++ set -o errexit
3092026-07-16T17:09:07.310Z++ pfexec pkg install brand/omicron1
3102026-07-16T17:09:07.767Z Startup: Refreshing catalog 'helios-dev' ... Done
3112026-07-16T17:09:14.989ZPlanning: Solver setup ... Done
3122026-07-16T17:09:15.027ZPlanning: Running solver ... Done
3132026-07-16T17:09:15.170ZPlanning: Finding local manifests ... Done
3142026-07-16T17:09:15.173ZPlanning: Fetching manifests: 0/2 0% complete
3152026-07-16T17:09:15.296ZPlanning: Fetching manifests: 2/2 100% complete
3162026-07-16T17:09:15.309ZPlanning: Package planning ... Done
3172026-07-16T17:09:15.312ZPlanning: Merging actions ... Done
3182026-07-16T17:09:15.460ZPlanning: Checking for conflicting actions ... Done
3192026-07-16T17:09:15.463ZPlanning: Consolidating action changes ... Done
3202026-07-16T17:09:15.616ZPlanning: Evaluating mediators ... Done
3212026-07-16T17:09:15.667ZPlanning: Planning completed in 7.85 seconds
3222026-07-16T17:09:15.667Z Packages to install: 2
3232026-07-16T17:09:15.668Z Create boot environment: No
3242026-07-16T17:09:15.668ZCreate backup boot environment: No
3252026-07-16T17:09:15.668Z
3262026-07-16T17:09:15.669ZDownload: 0/5 items 0.0/1.1MB 0% complete
3272026-07-16T17:09:16.089ZDownload: Completed 1.07 MB in 0.44 seconds (2.5M/s)
3282026-07-16T17:09:16.175Z Actions: 1/28 actions (Installing new actions)
3292026-07-16T17:09:16.188Z Actions: Completed 28 actions in 0.01 seconds.
3302026-07-16T17:09:16.687Z Done
3312026-07-16T17:09:16.687Z Done
3322026-07-16T17:09:17.325Z Done
3332026-07-16T17:09:20.163Z Done
3342026-07-16T17:09:20.235Z Done
3352026-07-16T17:09:20.238Z Done
3362026-07-16T17:09:20.394Z Done
3372026-07-16T17:09:20.540Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3382026-07-16T17:09:20.541Z++ set +o errexit
3392026-07-16T17:09:20.544Z++ pkg info brand/omicron1/tools
3402026-07-16T17:09:20.544Z++ grep -qi installed
3412026-07-16T17:09:20.720Zpkg: info: no packages matching the following patterns you specified are
3422026-07-16T17:09:20.720Zinstalled on the system. Try querying remotely instead:
3432026-07-16T17:09:20.720Z
3442026-07-16T17:09:20.720Z brand/omicron1/tools
3452026-07-16T17:09:20.754Z++ [[ 1 != 0 ]]
3462026-07-16T17:09:20.754Z++ set -o errexit
3472026-07-16T17:09:20.754Z++ pfexec pkg install brand/omicron1/tools
3482026-07-16T17:09:21.166Z Startup: Refreshing catalog 'helios-dev' ... Done
3492026-07-16T17:09:28.266ZPlanning: Solver setup ... Done
3502026-07-16T17:09:28.304ZPlanning: Running solver ... Done
3512026-07-16T17:09:28.445ZPlanning: Finding local manifests ... Done
3522026-07-16T17:09:28.448ZPlanning: Fetching manifests: 0/1 0% complete
3532026-07-16T17:09:28.568ZPlanning: Fetching manifests: 1/1 100% complete
3542026-07-16T17:09:28.581ZPlanning: Package planning ... Done
3552026-07-16T17:09:28.584ZPlanning: Merging actions ... Done
3562026-07-16T17:09:28.721ZPlanning: Checking for conflicting actions ... Done
3572026-07-16T17:09:28.725ZPlanning: Consolidating action changes ... Done
3582026-07-16T17:09:28.878ZPlanning: Evaluating mediators ... Done
3592026-07-16T17:09:28.883ZPlanning: Planning completed in 7.71 seconds
3602026-07-16T17:09:28.887Z Packages to install: 1
3612026-07-16T17:09:28.887Z Services to change: 1
3622026-07-16T17:09:28.888Z Create boot environment: No
3632026-07-16T17:09:28.888ZCreate backup boot environment: No
3642026-07-16T17:09:28.913Z
3652026-07-16T17:09:28.913ZDownload: 0/2 items 0.0/1.2MB 0% complete
3662026-07-16T17:09:28.947ZDownload: Completed 1.19 MB in 0.03 seconds (34.8M/s)
3672026-07-16T17:09:29.017Z Actions: 1/19 actions (Installing new actions)
3682026-07-16T17:09:29.031Z Actions: Completed 19 actions in 0.01 seconds.
3692026-07-16T17:09:29.535Z Done
3702026-07-16T17:09:29.536Z Done
3712026-07-16T17:09:30.166Z Done
3722026-07-16T17:09:33.062Z Done
3732026-07-16T17:09:33.134Z Done
3742026-07-16T17:09:33.137Z Done
3752026-07-16T17:09:33.289Z Done
3762026-07-16T17:09:33.426Z++ pfexec svcadm enable baseline
3772026-07-16T17:09:33.440Z++ retry=0
3782026-07-16T17:09:33.445Z+++ svcs -Hostate baseline
3792026-07-16T17:09:33.456Z++ [[ offline* != online ]]
3802026-07-16T17:09:33.456Z++ [[ 0 -gt 300 ]]
3812026-07-16T17:09:33.456Z++ sleep 1
3822026-07-16T17:09:34.458Z++ retry=1
3832026-07-16T17:09:34.461Z+++ svcs -Hostate baseline
3842026-07-16T17:09:34.476Z++ [[ offline* != online ]]
3852026-07-16T17:09:34.476Z++ [[ 1 -gt 300 ]]
3862026-07-16T17:09:34.476Z++ sleep 1
3872026-07-16T17:09:35.475Z++ retry=2
3882026-07-16T17:09:35.479Z+++ svcs -Hostate baseline
3892026-07-16T17:09:35.491Z++ [[ offline* != online ]]
3902026-07-16T17:09:35.491Z++ [[ 2 -gt 300 ]]
3912026-07-16T17:09:35.491Z++ sleep 1
3922026-07-16T17:09:36.494Z++ retry=3
3932026-07-16T17:09:36.499Z+++ svcs -Hostate baseline
3942026-07-16T17:09:36.512Z++ [[ offline* != online ]]
3952026-07-16T17:09:36.512Z++ [[ 3 -gt 300 ]]
3962026-07-16T17:09:36.512Z++ sleep 1
3972026-07-16T17:09:37.511Z++ retry=4
3982026-07-16T17:09:37.514Z+++ svcs -Hostate baseline
3992026-07-16T17:09:37.526Z++ [[ offline* != online ]]
4002026-07-16T17:09:37.526Z++ [[ 4 -gt 300 ]]
4012026-07-16T17:09:37.526Z++ sleep 1
4022026-07-16T17:09:38.528Z++ retry=5
4032026-07-16T17:09:38.533Z+++ svcs -Hostate baseline
4042026-07-16T17:09:38.544Z++ [[ offline* != online ]]
4052026-07-16T17:09:38.548Z++ [[ 5 -gt 300 ]]
4062026-07-16T17:09:38.548Z++ sleep 1
4072026-07-16T17:09:39.545Z++ retry=6
4082026-07-16T17:09:39.550Z+++ svcs -Hostate baseline
4092026-07-16T17:09:39.560Z++ [[ offline* != online ]]
4102026-07-16T17:09:39.560Z++ [[ 6 -gt 300 ]]
4112026-07-16T17:09:39.560Z++ sleep 1
4122026-07-16T17:09:40.563Z++ retry=7
4132026-07-16T17:09:40.567Z+++ svcs -Hostate baseline
4142026-07-16T17:09:40.581Z++ [[ offline* != online ]]
4152026-07-16T17:09:40.581Z++ [[ 7 -gt 300 ]]
4162026-07-16T17:09:40.582Z++ sleep 1
4172026-07-16T17:09:41.581Z++ retry=8
4182026-07-16T17:09:41.585Z+++ svcs -Hostate baseline
4192026-07-16T17:09:41.598Z++ [[ offline* != online ]]
4202026-07-16T17:09:41.598Z++ [[ 8 -gt 300 ]]
4212026-07-16T17:09:41.611Z++ sleep 1
4222026-07-16T17:09:42.602Z++ retry=9
4232026-07-16T17:09:42.615Z+++ svcs -Hostate baseline
4242026-07-16T17:09:42.619Z++ [[ offline* != online ]]
4252026-07-16T17:09:42.619Z++ [[ 9 -gt 300 ]]
4262026-07-16T17:09:42.619Z++ sleep 1
4272026-07-16T17:09:43.624Z++ retry=10
4282026-07-16T17:09:43.630Z+++ svcs -Hostate baseline
4292026-07-16T17:09:43.636Z++ [[ offline* != online ]]
4302026-07-16T17:09:43.636Z++ [[ 10 -gt 300 ]]
4312026-07-16T17:09:43.643Z++ sleep 1
4322026-07-16T17:09:44.637Z++ retry=11
4332026-07-16T17:09:44.644Z+++ svcs -Hostate baseline
4342026-07-16T17:09:44.653Z++ [[ offline* != online ]]
4352026-07-16T17:09:44.653Z++ [[ 11 -gt 300 ]]
4362026-07-16T17:09:44.653Z++ sleep 1
4372026-07-16T17:09:45.656Z++ retry=12
4382026-07-16T17:09:45.659Z+++ svcs -Hostate baseline
4392026-07-16T17:09:45.672Z++ [[ offline* != online ]]
4402026-07-16T17:09:45.672Z++ [[ 12 -gt 300 ]]
4412026-07-16T17:09:45.672Z++ sleep 1
4422026-07-16T17:09:46.675Z++ retry=13
4432026-07-16T17:09:46.679Z+++ svcs -Hostate baseline
4442026-07-16T17:09:46.690Z++ [[ offline* != online ]]
4452026-07-16T17:09:46.690Z++ [[ 13 -gt 300 ]]
4462026-07-16T17:09:46.694Z++ sleep 1
4472026-07-16T17:09:47.694Z++ retry=14
4482026-07-16T17:09:47.702Z+++ svcs -Hostate baseline
4492026-07-16T17:09:47.710Z++ [[ offline* != online ]]
4502026-07-16T17:09:47.710Z++ [[ 14 -gt 300 ]]
4512026-07-16T17:09:47.713Z++ sleep 1
4522026-07-16T17:09:48.711Z++ retry=15
4532026-07-16T17:09:48.714Z+++ svcs -Hostate baseline
4542026-07-16T17:09:48.730Z++ [[ offline* != online ]]
4552026-07-16T17:09:48.730Z++ [[ 15 -gt 300 ]]
4562026-07-16T17:09:48.730Z++ sleep 1
4572026-07-16T17:09:49.728Z++ retry=16
4582026-07-16T17:09:49.732Z+++ svcs -Hostate baseline
4592026-07-16T17:09:49.744Z++ [[ offline* != online ]]
4602026-07-16T17:09:49.744Z++ [[ 16 -gt 300 ]]
4612026-07-16T17:09:49.744Z++ sleep 1
4622026-07-16T17:09:50.747Z++ retry=17
4632026-07-16T17:09:50.752Z+++ svcs -Hostate baseline
4642026-07-16T17:09:50.763Z++ [[ offline* != online ]]
4652026-07-16T17:09:50.763Z++ [[ 17 -gt 300 ]]
4662026-07-16T17:09:50.763Z++ sleep 1
4672026-07-16T17:09:51.766Z++ retry=18
4682026-07-16T17:09:51.770Z+++ svcs -Hostate baseline
4692026-07-16T17:09:51.782Z++ [[ offline* != online ]]
4702026-07-16T17:09:51.782Z++ [[ 18 -gt 300 ]]
4712026-07-16T17:09:51.782Z++ sleep 1
4722026-07-16T17:09:52.783Z++ retry=19
4732026-07-16T17:09:52.789Z+++ svcs -Hostate baseline
4742026-07-16T17:09:52.797Z++ [[ offline* != online ]]
4752026-07-16T17:09:52.798Z++ [[ 19 -gt 300 ]]
4762026-07-16T17:09:52.798Z++ sleep 1
4772026-07-16T17:09:53.800Z++ retry=20
4782026-07-16T17:09:53.804Z+++ svcs -Hostate baseline
4792026-07-16T17:09:53.817Z++ [[ offline* != online ]]
4802026-07-16T17:09:53.817Z++ [[ 20 -gt 300 ]]
4812026-07-16T17:09:53.817Z++ sleep 1
4822026-07-16T17:09:54.819Z++ retry=21
4832026-07-16T17:09:54.828Z+++ svcs -Hostate baseline
4842026-07-16T17:09:54.834Z++ [[ offline* != online ]]
4852026-07-16T17:09:54.834Z++ [[ 21 -gt 300 ]]
4862026-07-16T17:09:54.834Z++ sleep 1
4872026-07-16T17:09:55.837Z++ retry=22
4882026-07-16T17:09:55.848Z+++ svcs -Hostate baseline
4892026-07-16T17:09:55.859Z++ [[ offline* != online ]]
4902026-07-16T17:09:55.859Z++ [[ 22 -gt 300 ]]
4912026-07-16T17:09:55.859Z++ sleep 1
4922026-07-16T17:09:56.855Z++ retry=23
4932026-07-16T17:09:56.858Z+++ svcs -Hostate baseline
4942026-07-16T17:09:56.871Z++ [[ offline* != online ]]
4952026-07-16T17:09:56.871Z++ [[ 23 -gt 300 ]]
4962026-07-16T17:09:56.871Z++ sleep 1
4972026-07-16T17:09:57.873Z++ retry=24
4982026-07-16T17:09:57.877Z+++ svcs -Hostate baseline
4992026-07-16T17:09:57.889Z++ [[ offline* != online ]]
5002026-07-16T17:09:57.889Z++ [[ 24 -gt 300 ]]
5012026-07-16T17:09:57.889Z++ sleep 1
5022026-07-16T17:09:58.893Z++ retry=25
5032026-07-16T17:09:58.897Z+++ svcs -Hostate baseline
5042026-07-16T17:09:58.907Z++ [[ offline* != online ]]
5052026-07-16T17:09:58.907Z++ [[ 25 -gt 300 ]]
5062026-07-16T17:09:58.907Z++ sleep 1
5072026-07-16T17:09:59.910Z++ retry=26
5082026-07-16T17:09:59.915Z+++ svcs -Hostate baseline
5092026-07-16T17:09:59.926Z++ [[ offline* != online ]]
5102026-07-16T17:09:59.926Z++ [[ 26 -gt 300 ]]
5112026-07-16T17:09:59.926Z++ sleep 1
5122026-07-16T17:10:00.928Z++ retry=27
5132026-07-16T17:10:00.932Z+++ svcs -Hostate baseline
5142026-07-16T17:10:00.944Z++ [[ offline* != online ]]
5152026-07-16T17:10:00.944Z++ [[ 27 -gt 300 ]]
5162026-07-16T17:10:00.944Z++ sleep 1
5172026-07-16T17:10:01.947Z++ retry=28
5182026-07-16T17:10:01.949Z+++ svcs -Hostate baseline
5192026-07-16T17:10:01.962Z++ [[ offline* != online ]]
5202026-07-16T17:10:01.962Z++ [[ 28 -gt 300 ]]
5212026-07-16T17:10:01.962Z++ sleep 1
5222026-07-16T17:10:02.965Z++ retry=29
5232026-07-16T17:10:02.976Z+++ svcs -Hostate baseline
5242026-07-16T17:10:02.983Z++ [[ offline* != online ]]
5252026-07-16T17:10:02.983Z++ [[ 29 -gt 300 ]]
5262026-07-16T17:10:02.983Z++ sleep 1
5272026-07-16T17:10:03.983Z++ retry=30
5282026-07-16T17:10:03.986Z+++ svcs -Hostate baseline
5292026-07-16T17:10:04.003Z++ [[ offline* != online ]]
5302026-07-16T17:10:04.003Z++ [[ 30 -gt 300 ]]
5312026-07-16T17:10:04.003Z++ sleep 1
5322026-07-16T17:10:05.003Z++ retry=31
5332026-07-16T17:10:05.006Z+++ svcs -Hostate baseline
5342026-07-16T17:10:05.019Z++ [[ offline* != online ]]
5352026-07-16T17:10:05.019Z++ [[ 31 -gt 300 ]]
5362026-07-16T17:10:05.019Z++ sleep 1
5372026-07-16T17:10:06.023Z++ retry=32
5382026-07-16T17:10:06.028Z+++ svcs -Hostate baseline
5392026-07-16T17:10:06.042Z++ [[ offline* != online ]]
5402026-07-16T17:10:06.042Z++ [[ 32 -gt 300 ]]
5412026-07-16T17:10:06.042Z++ sleep 1
5422026-07-16T17:10:07.040Z++ retry=33
5432026-07-16T17:10:07.043Z+++ svcs -Hostate baseline
5442026-07-16T17:10:07.054Z++ [[ offline* != online ]]
5452026-07-16T17:10:07.054Z++ [[ 33 -gt 300 ]]
5462026-07-16T17:10:07.054Z++ sleep 1
5472026-07-16T17:10:08.055Z++ retry=34
5482026-07-16T17:10:08.059Z+++ svcs -Hostate baseline
5492026-07-16T17:10:08.071Z++ [[ offline* != online ]]
5502026-07-16T17:10:08.071Z++ [[ 34 -gt 300 ]]
5512026-07-16T17:10:08.071Z++ sleep 1
5522026-07-16T17:10:09.076Z++ retry=35
5532026-07-16T17:10:09.081Z+++ svcs -Hostate baseline
5542026-07-16T17:10:09.090Z++ [[ offline* != online ]]
5552026-07-16T17:10:09.090Z++ [[ 35 -gt 300 ]]
5562026-07-16T17:10:09.090Z++ sleep 1
5572026-07-16T17:10:10.096Z++ retry=36
5582026-07-16T17:10:10.100Z+++ svcs -Hostate baseline
5592026-07-16T17:10:10.108Z++ [[ offline* != online ]]
5602026-07-16T17:10:10.109Z++ [[ 36 -gt 300 ]]
5612026-07-16T17:10:10.109Z++ sleep 1
5622026-07-16T17:10:11.110Z++ retry=37
5632026-07-16T17:10:11.114Z+++ svcs -Hostate baseline
5642026-07-16T17:10:11.127Z++ [[ offline* != online ]]
5652026-07-16T17:10:11.129Z++ [[ 37 -gt 300 ]]
5662026-07-16T17:10:11.129Z++ sleep 1
5672026-07-16T17:10:12.129Z++ retry=38
5682026-07-16T17:10:12.132Z+++ svcs -Hostate baseline
5692026-07-16T17:10:12.144Z++ [[ offline* != online ]]
5702026-07-16T17:10:12.145Z++ [[ 38 -gt 300 ]]
5712026-07-16T17:10:12.145Z++ sleep 1
5722026-07-16T17:10:13.147Z++ retry=39
5732026-07-16T17:10:13.151Z+++ svcs -Hostate baseline
5742026-07-16T17:10:13.165Z++ [[ offline* != online ]]
5752026-07-16T17:10:13.166Z++ [[ 39 -gt 300 ]]
5762026-07-16T17:10:13.166Z++ sleep 1
5772026-07-16T17:10:14.166Z++ retry=40
5782026-07-16T17:10:14.182Z+++ svcs -Hostate baseline
5792026-07-16T17:10:14.191Z++ [[ offline* != online ]]
5802026-07-16T17:10:14.191Z++ [[ 40 -gt 300 ]]
5812026-07-16T17:10:14.191Z++ sleep 1
5822026-07-16T17:10:15.183Z++ retry=41
5832026-07-16T17:10:15.187Z+++ svcs -Hostate baseline
5842026-07-16T17:10:15.207Z++ [[ offline* != online ]]
5852026-07-16T17:10:15.207Z++ [[ 41 -gt 300 ]]
5862026-07-16T17:10:15.207Z++ sleep 1
5872026-07-16T17:10:16.202Z++ retry=42
5882026-07-16T17:10:16.206Z+++ svcs -Hostate baseline
5892026-07-16T17:10:16.218Z++ [[ offline* != online ]]
5902026-07-16T17:10:16.218Z++ [[ 42 -gt 300 ]]
5912026-07-16T17:10:16.218Z++ sleep 1
5922026-07-16T17:10:17.222Z++ retry=43
5932026-07-16T17:10:17.226Z+++ svcs -Hostate baseline
5942026-07-16T17:10:17.237Z++ [[ offline* != online ]]
5952026-07-16T17:10:17.237Z++ [[ 43 -gt 300 ]]
5962026-07-16T17:10:17.237Z++ sleep 1
5972026-07-16T17:10:18.239Z++ retry=44
5982026-07-16T17:10:18.247Z+++ svcs -Hostate baseline
5992026-07-16T17:10:18.254Z++ [[ offline* != online ]]
6002026-07-16T17:10:18.255Z++ [[ 44 -gt 300 ]]
6012026-07-16T17:10:18.258Z++ sleep 1
6022026-07-16T17:10:19.257Z++ retry=45
6032026-07-16T17:10:19.261Z+++ svcs -Hostate baseline
6042026-07-16T17:10:19.279Z++ [[ offline* != online ]]
6052026-07-16T17:10:19.280Z++ [[ 45 -gt 300 ]]
6062026-07-16T17:10:19.280Z++ sleep 1
6072026-07-16T17:10:20.278Z++ retry=46
6082026-07-16T17:10:20.282Z+++ svcs -Hostate baseline
6092026-07-16T17:10:20.292Z++ [[ offline* != online ]]
6102026-07-16T17:10:20.292Z++ [[ 46 -gt 300 ]]
6112026-07-16T17:10:20.292Z++ sleep 1
6122026-07-16T17:10:21.299Z++ retry=47
6132026-07-16T17:10:21.302Z+++ svcs -Hostate baseline
6142026-07-16T17:10:21.324Z++ [[ offline* != online ]]
6152026-07-16T17:10:21.324Z++ [[ 47 -gt 300 ]]
6162026-07-16T17:10:21.324Z++ sleep 1
6172026-07-16T17:10:22.316Z++ retry=48
6182026-07-16T17:10:22.331Z+++ svcs -Hostate baseline
6192026-07-16T17:10:22.335Z++ [[ offline* != online ]]
6202026-07-16T17:10:22.335Z++ [[ 48 -gt 300 ]]
6212026-07-16T17:10:22.335Z++ sleep 1
6222026-07-16T17:10:23.340Z++ retry=49
6232026-07-16T17:10:23.345Z+++ svcs -Hostate baseline
6242026-07-16T17:10:23.367Z++ [[ offline* != online ]]
6252026-07-16T17:10:23.368Z++ [[ 49 -gt 300 ]]
6262026-07-16T17:10:23.368Z++ sleep 1
6272026-07-16T17:10:24.350Z++ retry=50
6282026-07-16T17:10:24.357Z+++ svcs -Hostate baseline
6292026-07-16T17:10:24.367Z++ [[ offline* != online ]]
6302026-07-16T17:10:24.367Z++ [[ 50 -gt 300 ]]
6312026-07-16T17:10:24.367Z++ sleep 1
6322026-07-16T17:10:25.369Z++ retry=51
6332026-07-16T17:10:25.372Z+++ svcs -Hostate baseline
6342026-07-16T17:10:25.383Z++ [[ offline* != online ]]
6352026-07-16T17:10:25.383Z++ [[ 51 -gt 300 ]]
6362026-07-16T17:10:25.383Z++ sleep 1
6372026-07-16T17:10:26.385Z++ retry=52
6382026-07-16T17:10:26.389Z+++ svcs -Hostate baseline
6392026-07-16T17:10:26.402Z++ [[ offline* != online ]]
6402026-07-16T17:10:26.402Z++ [[ 52 -gt 300 ]]
6412026-07-16T17:10:26.402Z++ sleep 1
6422026-07-16T17:10:27.406Z++ retry=53
6432026-07-16T17:10:27.411Z+++ svcs -Hostate baseline
6442026-07-16T17:10:27.420Z++ [[ offline* != online ]]
6452026-07-16T17:10:27.420Z++ [[ 53 -gt 300 ]]
6462026-07-16T17:10:27.420Z++ sleep 1
6472026-07-16T17:10:28.422Z++ retry=54
6482026-07-16T17:10:28.427Z+++ svcs -Hostate baseline
6492026-07-16T17:10:28.442Z++ [[ offline* != online ]]
6502026-07-16T17:10:28.442Z++ [[ 54 -gt 300 ]]
6512026-07-16T17:10:28.442Z++ sleep 1
6522026-07-16T17:10:29.441Z++ retry=55
6532026-07-16T17:10:29.447Z+++ svcs -Hostate baseline
6542026-07-16T17:10:29.458Z++ [[ offline* != online ]]
6552026-07-16T17:10:29.458Z++ [[ 55 -gt 300 ]]
6562026-07-16T17:10:29.458Z++ sleep 1
6572026-07-16T17:10:30.459Z++ retry=56
6582026-07-16T17:10:30.463Z+++ svcs -Hostate baseline
6592026-07-16T17:10:30.478Z++ [[ offline* != online ]]
6602026-07-16T17:10:30.478Z++ [[ 56 -gt 300 ]]
6612026-07-16T17:10:30.479Z++ sleep 1
6622026-07-16T17:10:31.478Z++ retry=57
6632026-07-16T17:10:31.481Z+++ svcs -Hostate baseline
6642026-07-16T17:10:31.494Z++ [[ offline* != online ]]
6652026-07-16T17:10:31.494Z++ [[ 57 -gt 300 ]]
6662026-07-16T17:10:31.494Z++ sleep 1
6672026-07-16T17:10:32.497Z++ retry=58
6682026-07-16T17:10:32.501Z+++ svcs -Hostate baseline
6692026-07-16T17:10:32.515Z++ [[ offline* != online ]]
6702026-07-16T17:10:32.515Z++ [[ 58 -gt 300 ]]
6712026-07-16T17:10:32.515Z++ sleep 1
6722026-07-16T17:10:33.515Z++ retry=59
6732026-07-16T17:10:33.519Z+++ svcs -Hostate baseline
6742026-07-16T17:10:33.531Z++ [[ offline* != online ]]
6752026-07-16T17:10:33.531Z++ [[ 59 -gt 300 ]]
6762026-07-16T17:10:33.531Z++ sleep 1
6772026-07-16T17:10:34.534Z++ retry=60
6782026-07-16T17:10:34.538Z+++ svcs -Hostate baseline
6792026-07-16T17:10:34.549Z++ [[ offline* != online ]]
6802026-07-16T17:10:34.549Z++ [[ 60 -gt 300 ]]
6812026-07-16T17:10:34.549Z++ sleep 1
6822026-07-16T17:10:35.726Z++ retry=61
6832026-07-16T17:10:35.747Z+++ svcs -Hostate baseline
6842026-07-16T17:10:35.747Z++ [[ offline* != online ]]
6852026-07-16T17:10:35.747Z++ [[ 61 -gt 300 ]]
6862026-07-16T17:10:35.747Z++ sleep 1
6872026-07-16T17:10:36.571Z++ retry=62
6882026-07-16T17:10:36.577Z+++ svcs -Hostate baseline
6892026-07-16T17:10:36.586Z++ [[ offline* != online ]]
6902026-07-16T17:10:36.586Z++ [[ 62 -gt 300 ]]
6912026-07-16T17:10:36.586Z++ sleep 1
6922026-07-16T17:10:37.591Z++ retry=63
6932026-07-16T17:10:37.596Z+++ svcs -Hostate baseline
6942026-07-16T17:10:37.605Z++ [[ offline* != online ]]
6952026-07-16T17:10:37.605Z++ [[ 63 -gt 300 ]]
6962026-07-16T17:10:37.605Z++ sleep 1
6972026-07-16T17:10:38.606Z++ retry=64
6982026-07-16T17:10:38.612Z+++ svcs -Hostate baseline
6992026-07-16T17:10:38.622Z++ [[ offline* != online ]]
7002026-07-16T17:10:38.622Z++ [[ 64 -gt 300 ]]
7012026-07-16T17:10:38.622Z++ sleep 1
7022026-07-16T17:10:39.624Z++ retry=65
7032026-07-16T17:10:39.631Z+++ svcs -Hostate baseline
7042026-07-16T17:10:39.640Z++ [[ offline* != online ]]
7052026-07-16T17:10:39.640Z++ [[ 65 -gt 300 ]]
7062026-07-16T17:10:39.640Z++ sleep 1
7072026-07-16T17:10:40.643Z++ retry=66
7082026-07-16T17:10:40.646Z+++ svcs -Hostate baseline
7092026-07-16T17:10:40.658Z++ [[ offline* != online ]]
7102026-07-16T17:10:40.658Z++ [[ 66 -gt 300 ]]
7112026-07-16T17:10:40.658Z++ sleep 1
7122026-07-16T17:10:41.660Z++ retry=67
7132026-07-16T17:10:41.669Z+++ svcs -Hostate baseline
7142026-07-16T17:10:41.678Z++ [[ offline* != online ]]
7152026-07-16T17:10:41.678Z++ [[ 67 -gt 300 ]]
7162026-07-16T17:10:41.678Z++ sleep 1
7172026-07-16T17:10:42.681Z++ retry=68
7182026-07-16T17:10:42.687Z+++ svcs -Hostate baseline
7192026-07-16T17:10:42.696Z++ [[ offline* != online ]]
7202026-07-16T17:10:42.696Z++ [[ 68 -gt 300 ]]
7212026-07-16T17:10:42.696Z++ sleep 1
7222026-07-16T17:10:43.698Z++ retry=69
7232026-07-16T17:10:43.701Z+++ svcs -Hostate baseline
7242026-07-16T17:10:43.714Z++ [[ offline* != online ]]
7252026-07-16T17:10:43.714Z++ [[ 69 -gt 300 ]]
7262026-07-16T17:10:43.714Z++ sleep 1
7272026-07-16T17:10:44.717Z++ retry=70
7282026-07-16T17:10:44.720Z+++ svcs -Hostate baseline
7292026-07-16T17:10:44.733Z++ [[ offline* != online ]]
7302026-07-16T17:10:44.733Z++ [[ 70 -gt 300 ]]
7312026-07-16T17:10:44.733Z++ sleep 1
7322026-07-16T17:10:45.736Z++ retry=71
7332026-07-16T17:10:45.739Z+++ svcs -Hostate baseline
7342026-07-16T17:10:45.752Z++ [[ offline* != online ]]
7352026-07-16T17:10:45.752Z++ [[ 71 -gt 300 ]]
7362026-07-16T17:10:45.752Z++ sleep 1
7372026-07-16T17:10:46.755Z++ retry=72
7382026-07-16T17:10:46.759Z+++ svcs -Hostate baseline
7392026-07-16T17:10:46.770Z++ [[ offline* != online ]]
7402026-07-16T17:10:46.771Z++ [[ 72 -gt 300 ]]
7412026-07-16T17:10:46.771Z++ sleep 1
7422026-07-16T17:10:47.773Z++ retry=73
7432026-07-16T17:10:47.778Z+++ svcs -Hostate baseline
7442026-07-16T17:10:47.788Z++ [[ offline* != online ]]
7452026-07-16T17:10:47.788Z++ [[ 73 -gt 300 ]]
7462026-07-16T17:10:47.788Z++ sleep 1
7472026-07-16T17:10:48.791Z++ retry=74
7482026-07-16T17:10:48.794Z+++ svcs -Hostate baseline
7492026-07-16T17:10:48.807Z++ [[ offline* != online ]]
7502026-07-16T17:10:48.807Z++ [[ 74 -gt 300 ]]
7512026-07-16T17:10:48.807Z++ sleep 1
7522026-07-16T17:10:49.809Z++ retry=75
7532026-07-16T17:10:49.812Z+++ svcs -Hostate baseline
7542026-07-16T17:10:49.825Z++ [[ offline* != online ]]
7552026-07-16T17:10:49.825Z++ [[ 75 -gt 300 ]]
7562026-07-16T17:10:49.825Z++ sleep 1
7572026-07-16T17:10:50.827Z++ retry=76
7582026-07-16T17:10:50.830Z+++ svcs -Hostate baseline
7592026-07-16T17:10:50.842Z++ [[ offline* != online ]]
7602026-07-16T17:10:50.843Z++ [[ 76 -gt 300 ]]
7612026-07-16T17:10:50.843Z++ sleep 1
7622026-07-16T17:10:51.846Z++ retry=77
7632026-07-16T17:10:51.861Z+++ svcs -Hostate baseline
7642026-07-16T17:10:51.872Z++ [[ offline* != online ]]
7652026-07-16T17:10:51.872Z++ [[ 77 -gt 300 ]]
7662026-07-16T17:10:51.872Z++ sleep 1
7672026-07-16T17:10:52.863Z++ retry=78
7682026-07-16T17:10:52.867Z+++ svcs -Hostate baseline
7692026-07-16T17:10:52.888Z++ [[ offline* != online ]]
7702026-07-16T17:10:52.888Z++ [[ 78 -gt 300 ]]
7712026-07-16T17:10:52.888Z++ sleep 1
7722026-07-16T17:10:53.881Z++ retry=79
7732026-07-16T17:10:53.885Z+++ svcs -Hostate baseline
7742026-07-16T17:10:53.897Z++ [[ offline* != online ]]
7752026-07-16T17:10:53.897Z++ [[ 79 -gt 300 ]]
7762026-07-16T17:10:53.897Z++ sleep 1
7772026-07-16T17:10:54.901Z++ retry=80
7782026-07-16T17:10:54.923Z+++ svcs -Hostate baseline
7792026-07-16T17:10:54.936Z++ [[ offline* != online ]]
7802026-07-16T17:10:54.937Z++ [[ 80 -gt 300 ]]
7812026-07-16T17:10:54.937Z++ sleep 1
7822026-07-16T17:10:55.921Z++ retry=81
7832026-07-16T17:10:55.925Z+++ svcs -Hostate baseline
7842026-07-16T17:10:55.935Z++ [[ offline* != online ]]
7852026-07-16T17:10:55.935Z++ [[ 81 -gt 300 ]]
7862026-07-16T17:10:55.935Z++ sleep 1
7872026-07-16T17:10:56.938Z++ retry=82
7882026-07-16T17:10:56.942Z+++ svcs -Hostate baseline
7892026-07-16T17:10:56.952Z++ [[ offline* != online ]]
7902026-07-16T17:10:56.952Z++ [[ 82 -gt 300 ]]
7912026-07-16T17:10:56.952Z++ sleep 1
7922026-07-16T17:10:57.955Z++ retry=83
7932026-07-16T17:10:57.969Z+++ svcs -Hostate baseline
7942026-07-16T17:10:57.975Z++ [[ offline* != online ]]
7952026-07-16T17:10:57.975Z++ [[ 83 -gt 300 ]]
7962026-07-16T17:10:57.975Z++ sleep 1
7972026-07-16T17:10:58.974Z++ retry=84
7982026-07-16T17:10:58.977Z+++ svcs -Hostate baseline
7992026-07-16T17:10:58.989Z++ [[ offline* != online ]]
8002026-07-16T17:10:58.989Z++ [[ 84 -gt 300 ]]
8012026-07-16T17:10:58.989Z++ sleep 1
8022026-07-16T17:10:59.991Z++ retry=85
8032026-07-16T17:10:59.996Z+++ svcs -Hostate baseline
8042026-07-16T17:11:00.008Z++ [[ offline* != online ]]
8052026-07-16T17:11:00.009Z++ [[ 85 -gt 300 ]]
8062026-07-16T17:11:00.009Z++ sleep 1
8072026-07-16T17:11:01.011Z++ retry=86
8082026-07-16T17:11:01.015Z+++ svcs -Hostate baseline
8092026-07-16T17:11:01.026Z++ [[ offline* != online ]]
8102026-07-16T17:11:01.026Z++ [[ 86 -gt 300 ]]
8112026-07-16T17:11:01.027Z++ sleep 1
8122026-07-16T17:11:02.029Z++ retry=87
8132026-07-16T17:11:02.033Z+++ svcs -Hostate baseline
8142026-07-16T17:11:02.044Z++ [[ offline* != online ]]
8152026-07-16T17:11:02.044Z++ [[ 87 -gt 300 ]]
8162026-07-16T17:11:02.044Z++ sleep 1
8172026-07-16T17:11:03.046Z++ retry=88
8182026-07-16T17:11:03.051Z+++ svcs -Hostate baseline
8192026-07-16T17:11:03.064Z++ [[ offline* != online ]]
8202026-07-16T17:11:03.064Z++ [[ 88 -gt 300 ]]
8212026-07-16T17:11:03.064Z++ sleep 1
8222026-07-16T17:11:04.066Z++ retry=89
8232026-07-16T17:11:04.069Z+++ svcs -Hostate baseline
8242026-07-16T17:11:04.081Z++ [[ offline* != online ]]
8252026-07-16T17:11:04.081Z++ [[ 89 -gt 300 ]]
8262026-07-16T17:11:04.081Z++ sleep 1
8272026-07-16T17:11:05.085Z++ retry=90
8282026-07-16T17:11:05.088Z+++ svcs -Hostate baseline
8292026-07-16T17:11:05.099Z++ [[ offline* != online ]]
8302026-07-16T17:11:05.099Z++ [[ 90 -gt 300 ]]
8312026-07-16T17:11:05.099Z++ sleep 1
8322026-07-16T17:11:06.103Z++ retry=91
8332026-07-16T17:11:06.107Z+++ svcs -Hostate baseline
8342026-07-16T17:11:06.117Z++ [[ offline* != online ]]
8352026-07-16T17:11:06.117Z++ [[ 91 -gt 300 ]]
8362026-07-16T17:11:06.117Z++ sleep 1
8372026-07-16T17:11:07.119Z++ retry=92
8382026-07-16T17:11:07.123Z+++ svcs -Hostate baseline
8392026-07-16T17:11:07.136Z++ [[ offline* != online ]]
8402026-07-16T17:11:07.136Z++ [[ 92 -gt 300 ]]
8412026-07-16T17:11:07.136Z++ sleep 1
8422026-07-16T17:11:08.137Z++ retry=93
8432026-07-16T17:11:08.141Z+++ svcs -Hostate baseline
8442026-07-16T17:11:08.152Z++ [[ offline* != online ]]
8452026-07-16T17:11:08.152Z++ [[ 93 -gt 300 ]]
8462026-07-16T17:11:08.152Z++ sleep 1
8472026-07-16T17:11:09.155Z++ retry=94
8482026-07-16T17:11:09.159Z+++ svcs -Hostate baseline
8492026-07-16T17:11:09.170Z++ [[ offline* != online ]]
8502026-07-16T17:11:09.170Z++ [[ 94 -gt 300 ]]
8512026-07-16T17:11:09.170Z++ sleep 1
8522026-07-16T17:11:10.173Z++ retry=95
8532026-07-16T17:11:10.179Z+++ svcs -Hostate baseline
8542026-07-16T17:11:10.190Z++ [[ offline* != online ]]
8552026-07-16T17:11:10.190Z++ [[ 95 -gt 300 ]]
8562026-07-16T17:11:10.190Z++ sleep 1
8572026-07-16T17:11:11.195Z++ retry=96
8582026-07-16T17:11:11.198Z+++ svcs -Hostate baseline
8592026-07-16T17:11:11.212Z++ [[ offline* != online ]]
8602026-07-16T17:11:11.212Z++ [[ 96 -gt 300 ]]
8612026-07-16T17:11:11.212Z++ sleep 1
8622026-07-16T17:11:12.210Z++ retry=97
8632026-07-16T17:11:12.214Z+++ svcs -Hostate baseline
8642026-07-16T17:11:12.225Z++ [[ offline* != online ]]
8652026-07-16T17:11:12.225Z++ [[ 97 -gt 300 ]]
8662026-07-16T17:11:12.226Z++ sleep 1
8672026-07-16T17:11:13.258Z++ retry=98
8682026-07-16T17:11:13.272Z+++ svcs -Hostate baseline
8692026-07-16T17:11:13.272Z++ [[ offline* != online ]]
8702026-07-16T17:11:13.272Z++ [[ 98 -gt 300 ]]
8712026-07-16T17:11:13.272Z++ sleep 1
8722026-07-16T17:11:14.246Z++ retry=99
8732026-07-16T17:11:14.252Z+++ svcs -Hostate baseline
8742026-07-16T17:11:14.260Z++ [[ offline* != online ]]
8752026-07-16T17:11:14.260Z++ [[ 99 -gt 300 ]]
8762026-07-16T17:11:14.261Z++ sleep 1
8772026-07-16T17:11:15.264Z++ retry=100
8782026-07-16T17:11:15.267Z+++ svcs -Hostate baseline
8792026-07-16T17:11:15.279Z++ [[ offline* != online ]]
8802026-07-16T17:11:15.279Z++ [[ 100 -gt 300 ]]
8812026-07-16T17:11:15.279Z++ sleep 1
8822026-07-16T17:11:16.281Z++ retry=101
8832026-07-16T17:11:16.288Z+++ svcs -Hostate baseline
8842026-07-16T17:11:16.297Z++ [[ offline* != online ]]
8852026-07-16T17:11:16.297Z++ [[ 101 -gt 300 ]]
8862026-07-16T17:11:16.297Z++ sleep 1
8872026-07-16T17:11:17.298Z++ retry=102
8882026-07-16T17:11:17.303Z+++ svcs -Hostate baseline
8892026-07-16T17:11:17.313Z++ [[ offline* != online ]]
8902026-07-16T17:11:17.317Z++ [[ 102 -gt 300 ]]
8912026-07-16T17:11:17.317Z++ sleep 1
8922026-07-16T17:11:18.315Z++ retry=103
8932026-07-16T17:11:18.319Z+++ svcs -Hostate baseline
8942026-07-16T17:11:18.331Z++ [[ offline* != online ]]
8952026-07-16T17:11:18.331Z++ [[ 103 -gt 300 ]]
8962026-07-16T17:11:18.331Z++ sleep 1
8972026-07-16T17:11:19.335Z++ retry=104
8982026-07-16T17:11:19.338Z+++ svcs -Hostate baseline
8992026-07-16T17:11:19.351Z++ [[ offline* != online ]]
9002026-07-16T17:11:19.351Z++ [[ 104 -gt 300 ]]
9012026-07-16T17:11:19.351Z++ sleep 1
9022026-07-16T17:11:20.351Z++ retry=105
9032026-07-16T17:11:20.355Z+++ svcs -Hostate baseline
9042026-07-16T17:11:20.367Z++ [[ online != online ]]
9052026-07-16T17:11:20.367Z++ set -o errexit
9062026-07-16T17:11:20.371Z++ set -o pipefail
9072026-07-16T17:11:20.371Z++ banner build
9082026-07-16T17:11:20.371Z
9092026-07-16T17:11:20.371Z ##### # # # # #####
9102026-07-16T17:11:20.371Z # # # # # # # #
9112026-07-16T17:11:20.371Z ##### # # # # # #
9122026-07-16T17:11:20.371Z # # # # # # # #
9132026-07-16T17:11:20.371Z # # # # # # # #
9142026-07-16T17:11:20.371Z ##### #### # ###### #####
9152026-07-16T17:11:20.371Z
9162026-07-16T17:11:20.371Z++ cargo build --release --bin ddmd --bin ddmadm
9172026-07-16T17:11:20.375Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
9182026-07-16T17:11:20.528Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
9192026-07-16T17:11:20.532Zinfo: downloading 6 components
9202026-07-16T17:11:36.093Z Updating git repository `https://github.com/oxidecomputer/falcon`
9212026-07-16T17:11:37.040ZFrom https://github.com/oxidecomputer/falcon
9222026-07-16T17:11:37.040Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9232026-07-16T17:11:37.119Z Updating crates.io index
9242026-07-16T17:11:37.122Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9252026-07-16T17:11:37.542ZFrom https://github.com/oxidecomputer/dendrite
9262026-07-16T17:11:37.543Z * [new ref] 4871abc13ca21ee97c684f1d5ed363e8a86f3441 -> refs/commit/4871abc13ca21ee97c684f1d5ed363e8a86f3441
9272026-07-16T17:11:37.578Z Updating git repository `https://github.com/oxidecomputer/ispf`
9282026-07-16T17:11:37.834ZFrom https://github.com/oxidecomputer/ispf
9292026-07-16T17:11:37.834Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9302026-07-16T17:11:37.840Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9312026-07-16T17:11:38.200ZFrom https://github.com/oxidecomputer/netadm-sys
9322026-07-16T17:11:38.200Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9332026-07-16T17:11:38.205Z Updating git repository `https://github.com/oxidecomputer/omicron`
9342026-07-16T17:11:44.423ZFrom https://github.com/oxidecomputer/omicron
9352026-07-16T17:11:44.423Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9362026-07-16T17:11:44.845Z Updating git repository `https://github.com/oxidecomputer/opte`
9372026-07-16T17:11:45.553ZFrom https://github.com/oxidecomputer/opte
9382026-07-16T17:11:45.553Z * [new ref] dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc -> refs/commit/dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc
9392026-07-16T17:11:45.582Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9402026-07-16T17:11:45.846ZFrom https://github.com/oxidecomputer/slog-error-chain
9412026-07-16T17:11:45.846Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9422026-07-16T17:11:45.855Z Updating git repository `https://github.com/illumos/smf-rs`
9432026-07-16T17:11:46.143ZFrom https://github.com/illumos/smf-rs
9442026-07-16T17:11:46.144Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9452026-07-16T17:11:46.152Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9462026-07-16T17:11:46.462ZFrom https://github.com/oxidecomputer/network-interface
9472026-07-16T17:11:46.462Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9482026-07-16T17:11:46.471Z Updating git repository `https://github.com/oxidecomputer/zone`
9492026-07-16T17:11:46.751ZFrom https://github.com/oxidecomputer/zone
9502026-07-16T17:11:46.752Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9512026-07-16T17:11:46.756Z Updating git repository `https://github.com/oxidecomputer/propolis`
9522026-07-16T17:11:47.467ZFrom https://github.com/oxidecomputer/propolis
9532026-07-16T17:11:47.467Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9542026-07-16T17:11:47.510Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9552026-07-16T17:11:48.017ZFrom https://github.com/oxidecomputer/transceiver-control
9562026-07-16T17:11:48.017Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9572026-07-16T17:11:48.025Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9582026-07-16T17:11:48.265ZFrom https://github.com/oxidecomputer/dlpi-sys
9592026-07-16T17:11:48.265Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9602026-07-16T17:11:48.270Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9612026-07-16T17:11:48.526ZFrom https://github.com/jmesmon/rust-libzfs
9622026-07-16T17:11:48.526Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9632026-07-16T17:11:48.534Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9642026-07-16T17:11:48.796ZFrom https://github.com/oxidecomputer/rusty-doors
9652026-07-16T17:11:48.796Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9662026-07-16T17:11:48.803Z Updating git repository `https://github.com/oxidecomputer/lldp`
9672026-07-16T17:11:49.166ZFrom https://github.com/oxidecomputer/lldp
9682026-07-16T17:11:49.166Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9692026-07-16T17:11:49.176Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9702026-07-16T17:11:49.517ZFrom https://github.com/oxidecomputer/tufaceous
9712026-07-16T17:11:49.517Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9722026-07-16T17:11:49.535Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9732026-07-16T17:11:49.995ZFrom https://github.com/oxidecomputer/management-gateway-service
9742026-07-16T17:11:49.998Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9752026-07-16T17:11:50.010Z Updating git repository `https://github.com/oxidecomputer/crucible`
9762026-07-16T17:11:51.118ZFrom https://github.com/oxidecomputer/crucible
9772026-07-16T17:11:51.118Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9782026-07-16T17:11:51.160Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9792026-07-16T17:11:51.444ZFrom https://github.com/oxidecomputer/serde_human_bytes
9802026-07-16T17:11:51.444Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9812026-07-16T17:11:51.453Z Updating git repository `https://github.com/oxidecomputer/propolis`
9822026-07-16T17:11:51.991ZFrom https://github.com/oxidecomputer/propolis
9832026-07-16T17:11:51.991Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9842026-07-16T17:11:52.027Z Updating git repository `https://github.com/oxidecomputer/crucible`
9852026-07-16T17:11:52.770ZFrom https://github.com/oxidecomputer/crucible
9862026-07-16T17:11:52.770Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9872026-07-16T17:11:52.838Z Updating git repository `https://github.com/oxidecomputer/tofino`
9882026-07-16T17:11:53.175ZFrom https://github.com/oxidecomputer/tofino
9892026-07-16T17:11:53.176Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9902026-07-16T17:11:53.189Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9912026-07-16T17:11:53.863ZFrom https://github.com/oxidecomputer/maghemite
9922026-07-16T17:11:53.863Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9932026-07-16T17:11:53.888Z Updating git repository `https://github.com/oxidecomputer/clickward`
9942026-07-16T17:11:54.357ZFrom https://github.com/oxidecomputer/clickward
9952026-07-16T17:11:54.357Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9962026-07-16T17:11:54.361Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
9972026-07-16T17:11:54.630ZFrom https://github.com/oxidecomputer/illumos-devinfo
9982026-07-16T17:11:54.630Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
9992026-07-16T17:11:56.989Z Downloading crates ...
10002026-07-16T17:11:57.057Z Downloaded anyhow v1.0.103
10012026-07-16T17:11:57.066Z Downloaded adler2 v2.0.1
10022026-07-16T17:11:57.069Z Downloaded byte-wrapper v0.1.0
10032026-07-16T17:11:57.069Z Downloaded arc-swap v1.9.1
10042026-07-16T17:11:57.074Z Downloaded bytes v1.11.1
10052026-07-16T17:11:57.083Z Downloaded bit-set v0.8.0
10062026-07-16T17:11:57.087Z Downloaded base16ct v0.2.0
10072026-07-16T17:11:57.087Z Downloaded digest v0.10.7
10082026-07-16T17:11:57.091Z Downloaded digest v0.11.3
10092026-07-16T17:11:57.091Z Downloaded dof v0.4.0
10102026-07-16T17:11:57.095Z Downloaded dof v0.3.0
10112026-07-16T17:11:57.095Z Downloaded block-buffer v0.12.0
10122026-07-16T17:11:57.095Z Downloaded darling v0.23.0
10132026-07-16T17:11:57.099Z Downloaded chacha20 v0.9.1
10142026-07-16T17:11:57.099Z Downloaded debug-ignore v1.0.5
10152026-07-16T17:11:57.103Z Downloaded async-stream v0.3.6
10162026-07-16T17:11:57.103Z Downloaded cfg_aliases v0.2.1
10172026-07-16T17:11:57.103Z Downloaded aead v0.5.2
10182026-07-16T17:11:57.103Z Downloaded atomic-waker v1.1.2
10192026-07-16T17:11:57.106Z Downloaded dunce v1.0.5
10202026-07-16T17:11:57.107Z Downloaded cfg-if v1.0.4
10212026-07-16T17:11:57.107Z Downloaded bytecount v0.6.9
10222026-07-16T17:11:57.110Z Downloaded embedded-io v0.6.1
10232026-07-16T17:11:57.110Z Downloaded dropshot-api-manager v0.7.2
10242026-07-16T17:11:57.116Z Downloaded bcs v0.1.6
10252026-07-16T17:11:57.182Z Downloaded defmt-parser v1.0.0
10262026-07-16T17:11:57.182Z Downloaded foldhash v0.2.0
10272026-07-16T17:11:57.182Z Downloaded byteorder v1.5.0
10282026-07-16T17:11:57.182Z Downloaded argon2 v0.5.3
10292026-07-16T17:11:57.182Z Downloaded fixedbitset v0.5.7
10302026-07-16T17:11:57.187Z Downloaded anstyle-parse v1.0.0
10312026-07-16T17:11:57.187Z Downloaded find-msvc-tools v0.1.9
10322026-07-16T17:11:57.187Z Downloaded crunchy v0.2.4
10332026-07-16T17:11:57.187Z Downloaded equivalent v1.0.2
10342026-07-16T17:11:57.187Z Downloaded dtrace-parser v0.2.0
10352026-07-16T17:11:57.187Z Downloaded backoff v0.4.0
10362026-07-16T17:11:57.187Z Downloaded form_urlencoded v1.2.2
10372026-07-16T17:11:57.187Z Downloaded foreign-types v0.5.0
10382026-07-16T17:11:57.187Z Downloaded drift v0.2.0
10392026-07-16T17:11:57.187Z Downloaded hex v0.4.3
10402026-07-16T17:11:57.187Z Downloaded ff v0.13.1
10412026-07-16T17:11:57.187Z Downloaded crypto-common v0.1.7
10422026-07-16T17:11:57.187Z Downloaded foreign-types-shared v0.3.1
10432026-07-16T17:11:57.188Z Downloaded dropshot-api-manager-types v0.7.2
10442026-07-16T17:11:57.188Z Downloaded cpufeatures v0.2.17
10452026-07-16T17:11:57.188Z Downloaded colorchoice v1.0.5
10462026-07-16T17:11:57.188Z Downloaded block-buffer v0.10.4
10472026-07-16T17:11:57.188Z Downloaded async-recursion v1.1.1
10482026-07-16T17:11:57.188Z Downloaded heck v0.5.0
10492026-07-16T17:11:57.188Z Downloaded hash32 v0.3.1
10502026-07-16T17:11:57.188Z Downloaded generic-array v0.14.7
10512026-07-16T17:11:57.188Z Downloaded crypto-common v0.2.2
10522026-07-16T17:11:57.188Z Downloaded float-ord v0.3.2
10532026-07-16T17:11:57.188Z Downloaded ciborium-ll v0.2.2
10542026-07-16T17:11:57.188Z Downloaded curve25519-dalek-derive v0.1.1
10552026-07-16T17:11:57.188Z Downloaded crucible-workspace-hack v0.1.0
10562026-07-16T17:11:57.188Z Downloaded crc8 v0.1.1
10572026-07-16T17:11:57.189Z Downloaded convert_case v0.4.0
10582026-07-16T17:11:57.189Z Downloaded ciborium-io v0.2.2
10592026-07-16T17:11:57.189Z Downloaded const-random-macro v0.1.16
10602026-07-16T17:11:57.189Z Downloaded displaydoc v0.2.6
10612026-07-16T17:11:57.189Z Downloaded cstr-argument v0.1.2
10622026-07-16T17:11:57.189Z Downloaded compression-core v0.4.32
10632026-07-16T17:11:57.189Z Downloaded data-encoding v2.11.0
10642026-07-16T17:11:57.189Z Downloaded cpufeatures v0.3.0
10652026-07-16T17:11:57.189Z Downloaded erased-serde v0.3.31
10662026-07-16T17:11:57.189Z Downloaded either v1.16.0
10672026-07-16T17:11:57.189Z Downloaded const-random v0.1.18
10682026-07-16T17:11:57.189Z Downloaded derive-ex v0.1.8
10692026-07-16T17:11:57.189Z Downloaded base16ct v1.0.0
10702026-07-16T17:11:57.189Z Downloaded bitflags v1.3.2
10712026-07-16T17:11:57.190Z Downloaded atomicwrites v0.4.4
10722026-07-16T17:11:57.190Z Downloaded async-stream-impl v0.3.6
10732026-07-16T17:11:57.190Z Downloaded camino-tempfile v1.4.1
10742026-07-16T17:11:57.190Z Downloaded fnv v1.0.7
10752026-07-16T17:11:57.190Z Downloaded enum-as-inner v0.6.1
10762026-07-16T17:11:57.190Z Downloaded anstyle-query v1.1.5
10772026-07-16T17:11:57.190Z Downloaded httpdate v1.0.3
10782026-07-16T17:11:57.190Z Downloaded http-body v1.0.1
10792026-07-16T17:11:57.190Z Downloaded backon v1.6.0
10802026-07-16T17:11:57.190Z Downloaded hostname v0.3.1
10812026-07-16T17:11:57.190Z Downloaded hostname v0.4.2
10822026-07-16T17:11:57.190Z Downloaded defmt v0.3.100
10832026-07-16T17:11:57.190Z Downloaded anstyle v1.0.14
10842026-07-16T17:11:57.190Z Downloaded git-stub v1.0.0
10852026-07-16T17:11:57.190Z Downloaded cobs v0.3.0
10862026-07-16T17:11:57.194Z Downloaded bit-vec v0.8.0
10872026-07-16T17:11:57.194Z Downloaded crossbeam-deque v0.8.6
10882026-07-16T17:11:57.194Z Downloaded bs58 v0.5.1
10892026-07-16T17:11:57.194Z Downloaded embedded-io v0.4.0
10902026-07-16T17:11:57.194Z Downloaded hubpack_derive v0.1.1
10912026-07-16T17:11:57.194Z Downloaded fxhash v0.2.1
10922026-07-16T17:11:57.194Z Downloaded hubpack v0.1.2
10932026-07-16T17:11:57.194Z Downloaded foreign-types-macros v0.2.3
10942026-07-16T17:11:57.197Z Downloaded darling_macro v0.23.0
10952026-07-16T17:11:57.198Z Downloaded darling_macro v0.21.3
10962026-07-16T17:11:57.198Z Downloaded base64ct v1.8.3
10972026-07-16T17:11:57.203Z Downloaded futures-io v0.3.32
10982026-07-16T17:11:57.203Z Downloaded errno v0.3.14
10992026-07-16T17:11:57.203Z Downloaded ident_case v1.0.1
11002026-07-16T17:11:57.203Z Downloaded gethostname v0.5.0
11012026-07-16T17:11:57.209Z Downloaded futures-core v0.3.32
11022026-07-16T17:11:57.209Z Downloaded foreign-types-shared v0.1.1
11032026-07-16T17:11:57.209Z Downloaded foreign-types v0.3.2
11042026-07-16T17:11:57.209Z Downloaded dtrace-parser v0.3.0
11052026-07-16T17:11:57.209Z Downloaded indent_write v2.2.0
11062026-07-16T17:11:57.209Z Downloaded futures-sink v0.3.32
11072026-07-16T17:11:57.213Z Downloaded anstream v1.0.0
11082026-07-16T17:11:57.213Z Downloaded autocfg v1.5.1
11092026-07-16T17:11:57.213Z Downloaded futures-task v0.3.32
11102026-07-16T17:11:57.213Z Downloaded cargo_toml v0.22.3
11112026-07-16T17:11:57.213Z Downloaded futures-macro v0.3.32
11122026-07-16T17:11:57.213Z Downloaded async-trait v0.1.89
11132026-07-16T17:11:57.217Z Downloaded heck v0.4.1
11142026-07-16T17:11:57.217Z Downloaded cmake v0.1.58
11152026-07-16T17:11:57.226Z Downloaded idna_adapter v1.2.2
11162026-07-16T17:11:57.231Z Downloaded clap_lex v1.1.0
11172026-07-16T17:11:57.232Z Downloaded cipher v0.4.4
11182026-07-16T17:11:57.232Z Downloaded deranged v0.5.8
11192026-07-16T17:11:57.235Z Downloaded const_format_proc_macros v0.2.34
11202026-07-16T17:11:57.235Z Downloaded compression-codecs v0.4.38
11212026-07-16T17:11:57.235Z Downloaded derive-where v1.6.1
11222026-07-16T17:11:57.238Z Downloaded daft-derive v0.1.7
11232026-07-16T17:11:57.241Z Downloaded is_ci v1.2.0
11242026-07-16T17:11:57.244Z Downloaded csv-core v0.1.13
11252026-07-16T17:11:57.244Z Downloaded critical-section v1.2.0
11262026-07-16T17:11:57.247Z Downloaded http-body-util v0.1.3
11272026-07-16T17:11:57.250Z Downloaded blake2 v0.10.6
11282026-07-16T17:11:57.253Z Downloaded internet-checksum v0.2.1
11292026-07-16T17:11:57.253Z Downloaded instant v0.1.13
11302026-07-16T17:11:57.253Z Downloaded linked-hash-map v0.5.6
11312026-07-16T17:11:57.256Z Downloaded is_terminal_polyfill v1.70.2
11322026-07-16T17:11:57.256Z Downloaded is-terminal v0.4.17
11332026-07-16T17:11:57.261Z Downloaded lazy_static v1.5.0
11342026-07-16T17:11:57.261Z Downloaded lru-slab v0.1.2
11352026-07-16T17:11:57.266Z Downloaded konst_macro_rules v0.2.19
11362026-07-16T17:11:57.266Z Downloaded libscf-sys v1.2.0
11372026-07-16T17:11:57.266Z Downloaded macaddr v1.0.1
11382026-07-16T17:11:57.266Z Downloaded console v0.16.3
11392026-07-16T17:11:57.266Z Downloaded keccak v0.1.6
11402026-07-16T17:11:57.270Z Downloaded lru-cache v0.1.2
11412026-07-16T17:11:57.270Z Downloaded futures-executor v0.3.32
11422026-07-16T17:11:57.270Z Downloaded fastrand v2.4.1
11432026-07-16T17:11:57.270Z Downloaded dyn-clone v1.0.20
11442026-07-16T17:11:57.270Z Downloaded fixedbitset v0.4.2
11452026-07-16T17:11:57.275Z Downloaded hyper-rustls v0.27.9
11462026-07-16T17:11:57.275Z Downloaded humantime v2.3.0
11472026-07-16T17:11:57.275Z Downloaded inout v0.1.4
11482026-07-16T17:11:57.279Z Downloaded defmt-macros v1.1.0
11492026-07-16T17:11:57.280Z Downloaded ingot v0.1.1
11502026-07-16T17:11:57.283Z Downloaded memmap v0.7.0
11512026-07-16T17:11:57.283Z Downloaded glob v0.3.3
11522026-07-16T17:11:57.283Z Downloaded memoffset v0.9.1
11532026-07-16T17:11:57.283Z Downloaded fs_extra v1.3.0
11542026-07-16T17:11:57.287Z Downloaded match_cfg v0.1.0
11552026-07-16T17:11:57.288Z Downloaded mime v0.3.17
11562026-07-16T17:11:57.288Z Downloaded managed v0.8.0
11572026-07-16T17:11:57.288Z Downloaded newtype-uuid-macros v0.1.0
11582026-07-16T17:11:57.292Z Downloaded git-stub-vcs v0.1.0
11592026-07-16T17:11:57.292Z Downloaded num v0.4.3
11602026-07-16T17:11:57.292Z Downloaded newtype_derive v0.1.6
11612026-07-16T17:11:57.292Z Downloaded bitflags v2.12.1
11622026-07-16T17:11:57.301Z Downloaded newline-converter v0.3.0
11632026-07-16T17:11:57.301Z Downloaded daft v0.1.7
11642026-07-16T17:11:57.301Z Downloaded crossbeam-utils v0.8.21
11652026-07-16T17:11:57.304Z Downloaded colored v3.1.1
11662026-07-16T17:11:57.304Z Downloaded cookie v0.18.1
11672026-07-16T17:11:57.304Z Downloaded chacha20 v0.10.0
11682026-07-16T17:11:57.305Z Downloaded group v0.13.0
11692026-07-16T17:11:57.305Z Downloaded darling v0.21.3
11702026-07-16T17:11:57.309Z Downloaded crc32fast v1.5.0
11712026-07-16T17:11:57.309Z Downloaded ciborium v0.2.2
11722026-07-16T17:11:57.314Z Downloaded console v0.15.11
11732026-07-16T17:11:57.314Z Downloaded ipnetwork v0.21.1
11742026-07-16T17:11:57.314Z Downloaded foldhash v0.1.5
11752026-07-16T17:11:57.314Z Downloaded crossbeam-epoch v0.9.18
11762026-07-16T17:11:57.318Z Downloaded natord v1.0.9
11772026-07-16T17:11:57.318Z Downloaded clap_derive v4.6.1
11782026-07-16T17:11:57.318Z Downloaded olpc-cjson v0.1.4
11792026-07-16T17:11:57.318Z Downloaded num_threads v0.1.7
11802026-07-16T17:11:57.324Z Downloaded num-conv v0.2.2
11812026-07-16T17:11:57.324Z Downloaded no-std-compat v0.4.1
11822026-07-16T17:11:57.324Z Downloaded num_enum_derive v0.5.11
11832026-07-16T17:11:57.324Z Downloaded cancel-safe-futures v0.1.5
11842026-07-16T17:11:57.327Z Downloaded num-iter v0.1.45
11852026-07-16T17:11:57.327Z Downloaded omicron-workspace-hack v0.1.0
11862026-07-16T17:11:57.327Z Downloaded num-derive v0.4.2
11872026-07-16T17:11:57.327Z Downloaded opaque-debug v0.3.1
11882026-07-16T17:11:57.327Z Downloaded openssl-macros v0.1.1
11892026-07-16T17:11:57.327Z Downloaded itoa v1.0.18
11902026-07-16T17:11:57.331Z Downloaded httparse v1.10.1
11912026-07-16T17:11:57.331Z Downloaded openssl-probe v0.2.1
11922026-07-16T17:11:57.331Z Downloaded camino v1.2.4
11932026-07-16T17:11:57.339Z Downloaded percent-encoding v2.3.2
11942026-07-16T17:11:57.342Z Downloaded ingot-types v0.1.2
11952026-07-16T17:11:57.346Z Downloaded ipnet v2.12.0
11962026-07-16T17:11:57.353Z Downloaded linear-map v1.2.0
11972026-07-16T17:11:57.359Z Downloaded libsw-core v0.3.2
11982026-07-16T17:11:57.359Z Downloaded libsw v3.5.0
11992026-07-16T17:11:57.359Z Downloaded lock_api v0.4.14
12002026-07-16T17:11:57.363Z Downloaded num_enum v0.5.11
12012026-07-16T17:11:57.367Z Downloaded futures-channel v0.3.32
12022026-07-16T17:11:57.370Z Downloaded highway v1.3.0
12032026-07-16T17:11:57.371Z Downloaded fs-err v3.3.0
12042026-07-16T17:11:57.371Z Downloaded newtype-uuid v1.3.2
12052026-07-16T17:11:57.374Z Downloaded const-oid v0.10.2
12062026-07-16T17:11:57.374Z Downloaded clap v4.6.1
12072026-07-16T17:11:57.377Z Downloaded getrandom v0.2.17
12082026-07-16T17:11:57.380Z Downloaded multer v3.1.0
12092026-07-16T17:11:57.386Z Downloaded parse-display v0.10.0
12102026-07-16T17:11:57.386Z Downloaded num_enum v0.7.6
12112026-07-16T17:11:57.392Z Downloaded proc-macro-error-attr2 v2.0.0
12122026-07-16T17:11:57.392Z Downloaded allocator-api2 v0.2.21
12132026-07-16T17:11:57.392Z Downloaded proc-macro-error-attr v1.0.4
12142026-07-16T17:11:57.392Z Downloaded plain v0.2.3
12152026-07-16T17:11:57.395Z Downloaded iana-time-zone v0.1.65
12162026-07-16T17:11:57.395Z Downloaded powerfmt v0.2.0
12172026-07-16T17:11:57.395Z Downloaded futures v0.3.32
12182026-07-16T17:11:57.396Z Downloaded elliptic-curve v0.13.8
12192026-07-16T17:11:57.399Z Downloaded dropshot_endpoint v0.17.1
12202026-07-16T17:11:57.402Z Downloaded progenitor-macro v0.14.0
12212026-07-16T17:11:57.402Z Downloaded base64 v0.21.7
12222026-07-16T17:11:57.406Z Downloaded phf_shared v0.12.1
12232026-07-16T17:11:57.406Z Downloaded defmt v1.1.0
12242026-07-16T17:11:57.410Z Downloaded potential_utf v0.1.5
12252026-07-16T17:11:57.410Z Downloaded owo-colors v4.3.0
12262026-07-16T17:11:57.410Z Downloaded num-complex v0.4.6
12272026-07-16T17:11:57.414Z Downloaded parking_lot_core v0.8.6
12282026-07-16T17:11:57.414Z Downloaded num_enum_derive v0.7.6
12292026-07-16T17:11:57.414Z Downloaded num-rational v0.4.2
12302026-07-16T17:11:57.414Z Downloaded password-hash v0.5.0
12312026-07-16T17:11:57.417Z Downloaded progenitor-macro v0.10.0
12322026-07-16T17:11:57.417Z Downloaded litemap v0.8.2
12332026-07-16T17:11:57.417Z Downloaded proc-macro-crate v1.3.1
12342026-07-16T17:11:57.420Z Downloaded pretty-hex v0.4.2
12352026-07-16T17:11:57.420Z Downloaded num-integer v0.1.46
12362026-07-16T17:11:57.420Z Downloaded progenitor-client v0.10.0
12372026-07-16T17:11:57.424Z Downloaded quick-error v1.2.3
12382026-07-16T17:11:57.424Z Downloaded rand_chacha v0.3.1
12392026-07-16T17:11:57.424Z Downloaded progenitor-client v0.14.0
12402026-07-16T17:11:57.424Z Downloaded progenitor-macro v0.13.0
12412026-07-16T17:11:57.430Z Downloaded ref-cast-impl v1.0.25
12422026-07-16T17:11:57.433Z Downloaded ref-cast v1.0.25
12432026-07-16T17:11:57.433Z Downloaded oxide-tokio-rt v0.1.6
12442026-07-16T17:11:57.437Z Downloaded ingot-macros v0.1.1
12452026-07-16T17:11:57.439Z Downloaded globset v0.4.18
12462026-07-16T17:11:57.443Z Downloaded pem v3.0.6
12472026-07-16T17:11:57.443Z Downloaded jobserver v0.1.34
12482026-07-16T17:11:57.443Z Downloaded icu_provider v2.2.0
12492026-07-16T17:11:57.449Z Downloaded memmap2 v0.9.10
12502026-07-16T17:11:57.454Z Downloaded rand_xorshift v0.4.0
12512026-07-16T17:11:57.454Z Downloaded paste v1.0.15
12522026-07-16T17:11:57.455Z Downloaded phf v0.12.1
12532026-07-16T17:11:57.460Z Downloaded getrandom v0.3.4
12542026-07-16T17:11:57.460Z Downloaded half v2.7.1
12552026-07-16T17:11:57.460Z Downloaded getrandom v0.4.2
12562026-07-16T17:11:57.464Z Downloaded hmac v0.12.1
12572026-07-16T17:11:57.468Z Downloaded const_format v0.2.36
12582026-07-16T17:11:57.468Z Downloaded ahash v0.8.12
12592026-07-16T17:11:57.471Z Downloaded pin-project-lite v0.2.17
12602026-07-16T17:11:57.475Z Downloaded port-file v0.1.0
12612026-07-16T17:11:57.477Z Downloaded poly1305 v0.8.0
12622026-07-16T17:11:57.477Z Downloaded darling_core v0.23.0
12632026-07-16T17:11:57.480Z Downloaded pkg-config v0.3.33
12642026-07-16T17:11:57.484Z Downloaded hybrid-array v0.4.12
12652026-07-16T17:11:57.488Z Downloaded same-file v1.0.6
12662026-07-16T17:11:57.492Z Downloaded progenitor v0.13.0
12672026-07-16T17:11:57.492Z Downloaded rustc_version v0.4.1
12682026-07-16T17:11:57.492Z Downloaded rustc_version v0.1.7
12692026-07-16T17:11:57.496Z Downloaded progenitor v0.10.0
12702026-07-16T17:11:57.496Z Downloaded darling_core v0.21.3
12712026-07-16T17:11:57.500Z Downloaded progenitor-extras v0.2.0
12722026-07-16T17:11:57.500Z Downloaded ppv-lite86 v0.2.21
12732026-07-16T17:11:57.500Z Downloaded progenitor v0.14.0
12742026-07-16T17:11:57.500Z Downloaded parse-display-derive v0.10.0
12752026-07-16T17:11:57.500Z Downloaded rustc-hash v2.1.2
12762026-07-16T17:11:57.503Z Downloaded oxnet v0.1.6
12772026-07-16T17:11:57.503Z Downloaded progenitor-client v0.13.0
12782026-07-16T17:11:57.504Z Downloaded proc-macro-error2 v2.0.1
12792026-07-16T17:11:57.506Z Downloaded rand_chacha v0.9.0
12802026-07-16T17:11:57.506Z Downloaded quote v1.0.45
12812026-07-16T17:11:57.507Z Downloaded scroll_derive v0.12.1
12822026-07-16T17:11:57.510Z Downloaded derive_more v0.99.20
12832026-07-16T17:11:57.514Z Downloaded scroll_derive v0.13.1
12842026-07-16T17:11:57.514Z Downloaded scopeguard v1.2.0
12852026-07-16T17:11:57.514Z Downloaded icu_normalizer_data v2.2.0
12862026-07-16T17:11:57.514Z Downloaded icu_locale_core v2.2.0
12872026-07-16T17:11:57.517Z Downloaded rand_core v0.6.4
12882026-07-16T17:11:57.521Z Downloaded indexmap v1.9.3
12892026-07-16T17:11:57.526Z Downloaded indicatif v0.18.4
12902026-07-16T17:11:57.526Z Downloaded icu_normalizer v2.2.0
12912026-07-16T17:11:57.529Z Downloaded pest_generator v2.8.6
12922026-07-16T17:11:57.529Z Downloaded crypto-bigint v0.5.5
12932026-07-16T17:11:57.532Z Downloaded rand_core v0.10.1
12942026-07-16T17:11:57.532Z Downloaded serde_spanned v1.1.1
12952026-07-16T17:11:57.535Z Downloaded serde_plain v1.0.2
12962026-07-16T17:11:57.535Z Downloaded parking_lot v0.11.2
12972026-07-16T17:11:57.535Z Downloaded log v0.4.32
12982026-07-16T17:11:57.538Z Downloaded cc v1.2.63
12992026-07-16T17:11:57.543Z Downloaded semver v0.1.20
13002026-07-16T17:11:57.543Z Downloaded secrecy v0.10.3
13012026-07-16T17:11:57.543Z Downloaded base64 v0.22.1
13022026-07-16T17:11:57.546Z Downloaded serde_urlencoded v0.7.1
13032026-07-16T17:11:57.547Z Downloaded serde-big-array v0.5.1
13042026-07-16T17:11:57.547Z Downloaded num-traits v0.2.19
13052026-07-16T17:11:57.557Z Downloaded chacha20poly1305 v0.10.1
13062026-07-16T17:11:57.557Z Downloaded parking_lot_core v0.9.12
13072026-07-16T17:11:57.557Z Downloaded resolv-conf v0.7.6
13082026-07-16T17:11:57.557Z Downloaded sha1 v0.11.0
13092026-07-16T17:11:57.565Z Downloaded proc-macro-error v1.0.4
13102026-07-16T17:11:57.565Z Downloaded rustls-native-certs v0.8.4
13112026-07-16T17:11:57.565Z Downloaded crossbeam-channel v0.5.15
13122026-07-16T17:11:57.566Z Downloaded async-compression v0.4.42
13132026-07-16T17:11:57.572Z Downloaded siphasher v1.0.3
13142026-07-16T17:11:57.573Z Downloaded serde_spanned v0.6.9
13152026-07-16T17:11:57.573Z Downloaded serde_repr v0.1.20
13162026-07-16T17:11:57.573Z Downloaded parking_lot v0.12.5
13172026-07-16T17:11:57.585Z Downloaded quinn-udp v0.5.14
13182026-07-16T17:11:57.593Z Downloaded schemars_derive v0.8.22
13192026-07-16T17:11:57.593Z Downloaded flate2 v1.1.9
13202026-07-16T17:11:57.593Z Downloaded sigpipe v0.1.3
13212026-07-16T17:11:57.594Z Downloaded smawk v0.3.2
13222026-07-16T17:11:57.594Z Downloaded expectorate v1.2.0
13232026-07-16T17:11:57.603Z Downloaded icu_properties v2.2.0
13242026-07-16T17:11:57.603Z Downloaded proc-macro-crate v3.5.0
13252026-07-16T17:11:57.603Z Downloaded postcard v1.1.3
13262026-07-16T17:11:57.604Z Downloaded rustls-pemfile v2.2.0
13272026-07-16T17:11:57.608Z Downloaded slog-envlogger v2.2.0
13282026-07-16T17:11:57.608Z Downloaded slog-bunyan v2.5.0
13292026-07-16T17:11:57.608Z Downloaded rand_core v0.9.5
13302026-07-16T17:11:57.614Z Downloaded stable_deref_trait v1.2.1
13312026-07-16T17:11:57.614Z Downloaded sha1 v0.10.6
13322026-07-16T17:11:57.614Z Downloaded serde_tokenstream v0.2.3
13332026-07-16T17:11:57.614Z Downloaded serde_derive_internals v0.29.1
13342026-07-16T17:11:57.621Z Downloaded strum v0.27.2
13352026-07-16T17:11:57.621Z Downloaded scroll v0.13.0
13362026-07-16T17:11:57.621Z Downloaded once_cell v1.21.4
13372026-07-16T17:11:57.621Z Downloaded heapless v0.8.0
13382026-07-16T17:11:57.625Z Downloaded pin-project-internal v1.1.13
13392026-07-16T17:11:57.626Z Downloaded sync_wrapper v1.0.2
13402026-07-16T17:11:57.626Z Downloaded rustversion v1.0.22
13412026-07-16T17:11:57.630Z Downloaded proc-macro2 v1.0.106
13422026-07-16T17:11:57.630Z Downloaded rusty-fork v0.3.1
13432026-07-16T17:11:57.630Z Downloaded shlex v2.0.1
13442026-07-16T17:11:57.637Z Downloaded slog-json v2.6.1
13452026-07-16T17:11:57.637Z Downloaded serde_path_to_error v0.1.20
13462026-07-16T17:11:57.638Z Downloaded tabwriter v1.4.1
13472026-07-16T17:11:57.643Z Downloaded tabled_derive v0.7.0
13482026-07-16T17:11:57.644Z Downloaded tagptr v0.2.0
13492026-07-16T17:11:57.644Z Downloaded scroll v0.12.0
13502026-07-16T17:11:57.644Z Downloaded spin v0.5.2
13512026-07-16T17:11:57.644Z Downloaded testing_table v0.3.0
13522026-07-16T17:11:57.645Z Downloaded take_mut v0.2.2
13532026-07-16T17:11:57.648Z Downloaded thiserror-impl-no-std v2.0.2
13542026-07-16T17:11:57.648Z Downloaded strum v0.26.3
13552026-07-16T17:11:57.648Z Downloaded subtle v2.6.1
13562026-07-16T17:11:57.648Z Downloaded structmeta-derive v0.3.0
13572026-07-16T17:11:57.648Z Downloaded structmeta v0.3.0
13582026-07-16T17:11:57.655Z Downloaded papergrid v0.11.0
13592026-07-16T17:11:57.658Z Downloaded progenitor-impl v0.10.0
13602026-07-16T17:11:57.658Z Downloaded openssl-sys v0.9.116
13612026-07-16T17:11:57.667Z Downloaded strsim v0.11.1
13622026-07-16T17:11:57.670Z Downloaded slog-term v2.9.2
13632026-07-16T17:11:57.675Z Downloaded terminal_size v0.4.4
13642026-07-16T17:11:57.675Z Downloaded supports-color v3.0.2
13652026-07-16T17:11:57.680Z Downloaded thread-id v5.1.0
13662026-07-16T17:11:57.680Z Downloaded sha2 v0.10.9
13672026-07-16T17:11:57.680Z Downloaded time-core v0.1.8
13682026-07-16T17:11:57.681Z Downloaded indexmap v2.14.0
13692026-07-16T17:11:57.687Z Downloaded icu_collections v2.2.0
13702026-07-16T17:11:57.692Z Downloaded pest_derive v2.8.6
13712026-07-16T17:11:57.692Z Downloaded pest_meta v2.8.6
13722026-07-16T17:11:57.692Z Downloaded minimal-lexical v0.2.1
13732026-07-16T17:11:57.697Z Downloaded termtree v0.5.1
13742026-07-16T17:11:57.697Z Downloaded slab v0.4.12
13752026-07-16T17:11:57.697Z Downloaded tinyvec_macros v0.1.1
13762026-07-16T17:11:57.697Z Downloaded simd-adler32 v0.3.9
13772026-07-16T17:11:57.704Z Downloaded slog-async v2.8.0
13782026-07-16T17:11:57.709Z Downloaded rustls-pki-types v1.14.1
13792026-07-16T17:11:57.709Z Downloaded strum_macros v0.27.2
13802026-07-16T17:11:57.709Z Downloaded slog-scope v4.4.1
13812026-07-16T17:11:57.709Z Downloaded slog-dtrace v0.3.0
13822026-07-16T17:11:57.709Z Downloaded strum_macros v0.26.4
13832026-07-16T17:11:57.714Z Downloaded thread-id v4.2.2
13842026-07-16T17:11:57.714Z Downloaded synstructure v0.13.2
13852026-07-16T17:11:57.714Z Downloaded tabled_derive v0.11.0
13862026-07-16T17:11:57.721Z Downloaded smf v0.2.3
13872026-07-16T17:11:57.724Z Downloaded konst v0.2.20
13882026-07-16T17:11:57.728Z Downloaded tower-service v0.3.3
13892026-07-16T17:11:57.728Z Downloaded toml_write v0.1.2
13902026-07-16T17:11:57.728Z Downloaded jiff-static v0.2.28
13912026-07-16T17:11:57.732Z Downloaded papergrid v0.18.0
13922026-07-16T17:11:57.736Z Downloaded semver v1.0.28
13932026-07-16T17:11:57.736Z Downloaded static_assertions v1.1.0
13942026-07-16T17:11:57.741Z Downloaded snafu-derive v0.8.9
13952026-07-16T17:11:57.741Z Downloaded tokio-macros v2.7.0
13962026-07-16T17:11:57.741Z Downloaded smallvec v1.15.1
13972026-07-16T17:11:57.746Z Downloaded serde_core v1.0.228
13982026-07-16T17:11:57.746Z Downloaded toml_datetime v0.6.11
13992026-07-16T17:11:57.746Z Downloaded spin v0.9.8
14002026-07-16T17:11:57.751Z Downloaded smartstring v1.0.1
14012026-07-16T17:11:57.751Z Downloaded tower-layer v0.3.3
14022026-07-16T17:11:57.751Z Downloaded thiserror-no-std v2.0.2
14032026-07-16T17:11:57.751Z Downloaded thiserror v2.0.18
14042026-07-16T17:11:57.754Z Downloaded typeid v1.0.3
14052026-07-16T17:11:57.755Z Downloaded try-lock v0.2.5
14062026-07-16T17:11:57.760Z Downloaded miniz_oxide v0.8.9
14072026-07-16T17:11:57.760Z Downloaded slog-stdlog v4.1.1
14082026-07-16T17:11:57.760Z Downloaded thread_local v1.1.9
14092026-07-16T17:11:57.769Z Downloaded hickory-resolver v0.24.4
14102026-07-16T17:11:57.769Z Downloaded serde_derive v1.0.228
14112026-07-16T17:11:57.770Z Downloaded rhai_codegen v3.2.0
14122026-07-16T17:11:57.780Z Downloaded tiny-keccak v2.0.2
14132026-07-16T17:11:57.780Z Downloaded unicode-linebreak v0.1.5
14142026-07-16T17:11:57.780Z Downloaded serde_with_macros v3.20.0
14152026-07-16T17:11:57.780Z Downloaded time-macros v0.2.27
14162026-07-16T17:11:57.780Z Downloaded swrite v0.1.0
14172026-07-16T17:11:57.786Z Downloaded rayon-core v1.13.0
14182026-07-16T17:11:57.786Z Downloaded schemars v0.8.22
14192026-07-16T17:11:57.787Z Downloaded tokio-dtrace v0.1.1
14202026-07-16T17:11:57.787Z Downloaded untrusted v0.7.1
14212026-07-16T17:11:57.787Z Downloaded similar v2.7.0
14222026-07-16T17:11:57.792Z Downloaded signal-hook-registry v1.4.8
14232026-07-16T17:11:57.792Z Downloaded pin-project v1.1.13
14242026-07-16T17:11:57.845Z Downloaded thiserror-impl v1.0.69
14252026-07-16T17:11:57.845Z Downloaded term v1.2.1
14262026-07-16T17:11:57.861Z Downloaded toml_datetime v0.7.5+spec-1.1.0
14272026-07-16T17:11:57.861Z Downloaded tinystr v0.8.3
14282026-07-16T17:11:57.861Z Downloaded thiserror-impl v2.0.18
14292026-07-16T17:11:57.861Z Downloaded thiserror v1.0.69
14302026-07-16T17:11:57.861Z Downloaded untrusted v0.9.0
14312026-07-16T17:11:57.861Z Downloaded usdt v0.6.0
14322026-07-16T17:11:57.861Z Downloaded usdt v0.5.0
14332026-07-16T17:11:57.861Z Downloaded unit-prefix v0.5.2
14342026-07-16T17:11:57.861Z Downloaded usdt-macro v0.5.0
14352026-07-16T17:11:57.861Z Downloaded usdt-attr-macro v0.5.0
14362026-07-16T17:11:57.862Z Downloaded typify-macro v0.6.2
14372026-07-16T17:11:57.862Z Downloaded prettyplease v0.2.37
14382026-07-16T17:11:57.862Z Downloaded http v1.4.2
14392026-07-16T17:11:57.862Z Downloaded tempfile v3.27.0
14402026-07-16T17:11:57.862Z Downloaded ryu v1.0.23
14412026-07-16T17:11:57.862Z Downloaded quinn v0.11.9
14422026-07-16T17:11:57.862Z Downloaded rand v0.8.6
14432026-07-16T17:11:57.862Z Downloaded progenitor-impl v0.14.0
14442026-07-16T17:11:57.862Z Downloaded memchr v2.8.1
14452026-07-16T17:11:57.862Z Downloaded universal-hash v0.5.1
14462026-07-16T17:11:57.862Z Downloaded unicode-xid v0.2.6
14472026-07-16T17:11:57.862Z Downloaded tokio-tungstenite v0.21.0
14482026-07-16T17:11:57.862Z Downloaded usdt-macro v0.6.0
14492026-07-16T17:11:57.862Z Downloaded typify-macro v0.4.3
14502026-07-16T17:11:57.862Z Downloaded hickory-resolver v0.25.2
14512026-07-16T17:11:57.862Z Downloaded hyper-util v0.1.20
14522026-07-16T17:11:57.862Z Downloaded wait-timeout v0.2.1
14532026-07-16T17:11:57.862Z Downloaded serde_yaml v0.9.34+deprecated
14542026-07-16T17:11:57.862Z Downloaded utf8parse v0.2.2
14552026-07-16T17:11:57.862Z Downloaded utf8_iter v1.0.4
14562026-07-16T17:11:57.862Z Downloaded toml_datetime v1.1.1+spec-1.1.0
14572026-07-16T17:11:57.863Z Downloaded hashbrown v0.12.3
14582026-07-16T17:11:57.867Z Downloaded utf-8 v0.7.6
14592026-07-16T17:11:57.867Z Downloaded want v0.3.1
14602026-07-16T17:11:57.867Z Downloaded version_check v0.9.5
14612026-07-16T17:11:57.867Z Downloaded yoke-derive v0.8.2
14622026-07-16T17:11:57.867Z Downloaded toml_writer v1.1.1+spec-1.1.0
14632026-07-16T17:11:57.872Z Downloaded waitgroup v0.1.2
14642026-07-16T17:11:57.882Z Downloaded tokio-stream v0.1.18
14652026-07-16T17:11:57.886Z Downloaded test-strategy v0.4.5
14662026-07-16T17:11:57.886Z Downloaded rustls-platform-verifier v0.7.0
14672026-07-16T17:11:57.891Z Downloaded zeroize_derive v1.4.3
14682026-07-16T17:11:57.891Z Downloaded toml_parser v1.1.2+spec-1.1.0
14692026-07-16T17:11:57.891Z Downloaded thin-vec v0.2.18
14702026-07-16T17:11:57.891Z Downloaded slog v2.8.2
14712026-07-16T17:11:57.895Z Downloaded zone_cfg_derive v0.3.1
14722026-07-16T17:11:57.895Z Downloaded zone v0.3.1
14732026-07-16T17:11:57.896Z Downloaded unarray v0.1.4
14742026-07-16T17:11:57.896Z Downloaded progenitor-impl v0.13.0
14752026-07-16T17:11:57.900Z Downloaded zerofrom-derive v0.1.7
14762026-07-16T17:11:57.900Z Downloaded zerofrom v0.1.8
14772026-07-16T17:11:57.905Z Downloaded snafu v0.8.9
14782026-07-16T17:11:57.909Z Downloaded schemars v1.2.1
14792026-07-16T17:11:57.915Z Downloaded schemars v0.9.0
14802026-07-16T17:11:57.920Z Downloaded usdt-impl v0.5.0
14812026-07-16T17:11:57.925Z Downloaded usdt-attr-macro v0.6.0
14822026-07-16T17:11:57.925Z Downloaded idna v1.1.0
14832026-07-16T17:11:57.925Z Downloaded tokio-rustls v0.26.4
14842026-07-16T17:11:57.934Z Downloaded mio v1.2.1
14852026-07-16T17:11:57.938Z Downloaded aho-corasick v1.1.4
14862026-07-16T17:11:57.938Z Downloaded itertools v0.12.1
14872026-07-16T17:11:57.943Z Downloaded xz2 v0.1.7
14882026-07-16T17:11:57.943Z Downloaded rustls-webpki v0.103.13
14892026-07-16T17:11:57.955Z Downloaded tracing-attributes v0.1.31
14902026-07-16T17:11:57.968Z Downloaded walkdir v2.5.0
14912026-07-16T17:11:57.968Z Downloaded zeroize v1.8.2
14922026-07-16T17:11:57.968Z Downloaded vsss-rs v3.3.4
14932026-07-16T17:11:57.972Z Downloaded writeable v0.6.3
14942026-07-16T17:11:57.972Z Downloaded serde v1.0.228
14952026-07-16T17:11:57.972Z Downloaded steno v0.4.1
14962026-07-16T17:11:57.972Z Downloaded tinyvec v1.11.0
14972026-07-16T17:11:57.972Z Downloaded textwrap v0.16.2
14982026-07-16T17:11:57.972Z Downloaded zmij v1.0.21
14992026-07-16T17:11:57.980Z Downloaded ucd-trie v0.1.7
15002026-07-16T17:11:57.980Z Downloaded typify v0.4.3
15012026-07-16T17:11:57.984Z Downloaded tracing-core v0.1.36
15022026-07-16T17:11:57.984Z Downloaded qorb v0.4.1
15032026-07-16T17:11:57.984Z Downloaded rand v0.10.2
15042026-07-16T17:11:57.984Z Downloaded whoami v1.6.1
15052026-07-16T17:11:58.002Z Downloaded clap_builder v4.6.0
15062026-07-16T17:11:58.002Z Downloaded usdt-impl v0.6.0
15072026-07-16T17:11:58.009Z Downloaded toml v1.1.2+spec-1.1.0
15082026-07-16T17:11:58.009Z Downloaded hashbrown v0.15.5
15092026-07-16T17:11:58.009Z Downloaded toml v0.8.23
15102026-07-16T17:11:58.009Z Downloaded toml v0.9.12+spec-1.1.0
15112026-07-16T17:11:58.009Z Downloaded socket2 v0.6.4
15122026-07-16T17:11:58.009Z Downloaded rand v0.9.4
15132026-07-16T17:11:58.010Z Downloaded toml_edit v0.25.12+spec-1.1.0
15142026-07-16T17:11:58.010Z Downloaded toml_edit v0.22.27
15152026-07-16T17:11:58.017Z Downloaded zerovec-derive v0.11.3
15162026-07-16T17:11:58.018Z Downloaded libm v0.2.16
15172026-07-16T17:11:58.029Z Downloaded nom v7.1.3
15182026-07-16T17:11:58.037Z Downloaded yoke v0.8.3
15192026-07-16T17:11:58.037Z Downloaded unicode-ident v1.0.24
15202026-07-16T17:11:58.037Z Downloaded hashbrown v0.16.1
15212026-07-16T17:11:58.037Z Downloaded typify v0.6.2
15222026-07-16T17:11:58.047Z Downloaded zerocopy-derive v0.7.35
15232026-07-16T17:11:58.047Z Downloaded unsafe-libyaml v0.2.11
15242026-07-16T17:11:58.051Z Downloaded toml_edit v0.19.15
15252026-07-16T17:11:58.057Z Downloaded uuid v1.23.5
15262026-07-16T17:11:58.072Z Downloaded tungstenite v0.21.0
15272026-07-16T17:11:58.079Z Downloaded nom v8.0.0
15282026-07-16T17:11:58.083Z Downloaded hyper v1.10.1
15292026-07-16T17:11:58.091Z Downloaded itertools v0.14.0
15302026-07-16T17:11:58.099Z Downloaded itertools v0.15.0
15312026-07-16T17:11:58.105Z Downloaded pest v2.8.6
15322026-07-16T17:11:58.106Z Downloaded hkdf v0.12.4
15332026-07-16T17:11:58.106Z Downloaded h2 v0.4.14
15342026-07-16T17:11:58.111Z Downloaded hashbrown v0.17.1
15352026-07-16T17:11:58.111Z Downloaded goblin v0.8.2
15362026-07-16T17:11:58.115Z Downloaded ron v0.12.1
15372026-07-16T17:11:58.115Z Downloaded iddqd v0.4.5
15382026-07-16T17:11:58.119Z Downloaded reqwest v0.13.4
15392026-07-16T17:11:58.122Z Downloaded futures-util v0.3.32
15402026-07-16T17:11:58.131Z Downloaded url v2.5.8
15412026-07-16T17:11:58.135Z Downloaded zerotrie v0.2.4
15422026-07-16T17:11:58.135Z Downloaded chrono v0.4.45
15432026-07-16T17:11:58.138Z Downloaded aws-lc-rs v1.17.0
15442026-07-16T17:11:58.144Z Downloaded icu_properties_data v2.2.0
15452026-07-16T17:11:58.149Z Downloaded zerocopy-derive v0.8.50
15462026-07-16T17:11:58.154Z Downloaded typenum v1.20.1
15472026-07-16T17:11:58.166Z Downloaded tower v0.5.3
15482026-07-16T17:11:58.169Z Downloaded reqwest v0.12.28
15492026-07-16T17:11:58.174Z Downloaded regex v1.12.3
15502026-07-16T17:11:58.178Z Downloaded typed-path v0.9.3
15512026-07-16T17:11:58.190Z Downloaded unicode-segmentation v1.13.3
15522026-07-16T17:11:58.193Z Downloaded unicode-normalization v0.1.25
15532026-07-16T17:11:58.193Z Downloaded rayon v1.12.0
15542026-07-16T17:11:58.198Z Downloaded serde_json v1.0.150
15552026-07-16T17:11:58.201Z Downloaded tokio-util v0.7.18
15562026-07-16T17:11:58.209Z Downloaded portable-atomic v1.13.1
15572026-07-16T17:11:58.236Z Downloaded tower-http v0.6.11
15582026-07-16T17:11:58.244Z Downloaded tough v0.22.0
15592026-07-16T17:11:58.258Z Downloaded proptest v1.11.0
15602026-07-16T17:11:58.262Z Downloaded moka v0.12.15
15612026-07-16T17:11:58.274Z Downloaded zerovec v0.11.6
15622026-07-16T17:11:58.284Z Downloaded zerocopy v0.7.35
15632026-07-16T17:11:58.292Z Downloaded serde_with v3.20.0
15642026-07-16T17:11:58.299Z Downloaded tabled v0.15.0
15652026-07-16T17:11:58.307Z Downloaded quinn-proto v0.11.14
15662026-07-16T17:11:58.312Z Downloaded winnow v0.5.40
15672026-07-16T17:11:58.320Z Downloaded winnow v0.7.15
15682026-07-16T17:11:58.326Z Downloaded goblin v0.10.7
15692026-07-16T17:11:58.330Z Downloaded curve25519-dalek v4.1.3
15702026-07-16T17:11:58.366Z Downloaded time v0.3.47
15712026-07-16T17:11:58.373Z Downloaded winnow v1.0.3
15722026-07-16T17:11:58.387Z Downloaded tabled v0.21.0
15732026-07-16T17:11:58.392Z Downloaded vcpkg v0.2.15
15742026-07-16T17:11:58.405Z Downloaded webpki-roots v1.0.7
15752026-07-16T17:11:58.410Z Downloaded dropshot v0.17.1
15762026-07-16T17:11:58.417Z Downloaded nix v0.31.3
15772026-07-16T17:11:58.425Z Downloaded syn v1.0.109
15782026-07-16T17:11:58.432Z Downloaded openssl v0.10.80
15792026-07-16T17:11:58.436Z Downloaded regress v0.10.5
15802026-07-16T17:11:58.439Z Downloaded bstr v1.12.1
15812026-07-16T17:11:58.443Z Downloaded rhai v1.25.1
15822026-07-16T17:11:58.451Z Downloaded hickory-proto v0.24.4
15832026-07-16T17:11:58.457Z Downloaded regress v0.11.1
15842026-07-16T17:11:58.462Z Downloaded smoltcp v0.11.0
15852026-07-16T17:11:58.467Z Downloaded rustix v1.1.4
15862026-07-16T17:11:58.482Z Downloaded unicode-width v0.2.2
15872026-07-16T17:11:58.486Z Downloaded syn v2.0.117
15882026-07-16T17:11:58.491Z Downloaded hickory-proto v0.25.2
15892026-07-16T17:11:58.550Z Downloaded unicode-width v0.1.14
15902026-07-16T17:11:58.557Z Downloaded rustix v0.38.44
15912026-07-16T17:11:58.557Z Downloaded zerocopy v0.8.50
15922026-07-16T17:11:58.557Z Downloaded regex-syntax v0.8.10
15932026-07-16T17:11:58.557Z Downloaded rustls v0.23.40
15942026-07-16T17:11:58.557Z Downloaded openapiv3 v2.2.0
15952026-07-16T17:11:58.557Z Downloaded regex-automata v0.4.14
15962026-07-16T17:11:58.567Z Downloaded jiff v0.2.28
15972026-07-16T17:11:58.604Z Downloaded encoding_rs v0.8.35
15982026-07-16T17:11:58.640Z Downloaded sled v0.34.7
15992026-07-16T17:11:58.645Z Downloaded typify-impl v0.6.2
16002026-07-16T17:11:58.657Z Downloaded typify-impl v0.4.3
16012026-07-16T17:11:58.673Z Downloaded tracing v0.1.44
16022026-07-16T17:11:58.748Z Downloaded petgraph v0.6.5
16032026-07-16T17:11:58.781Z Downloaded chrono-tz v0.10.4
16042026-07-16T17:11:58.789Z Downloaded lzma-sys v0.1.20
16052026-07-16T17:11:58.808Z Downloaded petgraph v0.8.3
16062026-07-16T17:11:58.823Z Downloaded libc v0.2.186
16072026-07-16T17:11:58.837Z Downloaded sha3 v0.10.9
16082026-07-16T17:11:58.842Z Downloaded csv v1.4.0
16092026-07-16T17:11:58.859Z Downloaded tokio v1.52.3
16102026-07-16T17:11:58.940Z Downloaded ring v0.17.14
16112026-07-16T17:11:59.494Z Downloaded aws-lc-sys v0.41.0
16122026-07-16T17:11:59.838Z Compiling proc-macro2 v1.0.106
16132026-07-16T17:11:59.838Z Compiling quote v1.0.45
16142026-07-16T17:11:59.838Z Compiling unicode-ident v1.0.24
16152026-07-16T17:11:59.841Z Compiling serde_core v1.0.228
16162026-07-16T17:11:59.841Z Compiling serde v1.0.228
16172026-07-16T17:11:59.841Z Compiling libc v0.2.186
16182026-07-16T17:11:59.841Z Compiling cfg-if v1.0.4
16192026-07-16T17:12:00.142Z Compiling zmij v1.0.21
16202026-07-16T17:12:00.174Z Compiling autocfg v1.5.1
16212026-07-16T17:12:00.478Z Compiling memchr v2.8.1
16222026-07-16T17:12:00.525Z Compiling libm v0.2.16
16232026-07-16T17:12:00.872Z Compiling itoa v1.0.18
16242026-07-16T17:12:00.900Z Compiling icu_properties_data v2.2.0
16252026-07-16T17:12:01.207Z Compiling icu_normalizer_data v2.2.0
16262026-07-16T17:12:01.213Z Compiling version_check v0.9.5
16272026-07-16T17:12:01.279Z Compiling stable_deref_trait v1.2.1
16282026-07-16T17:12:01.419Z Compiling syn v2.0.117
16292026-07-16T17:12:01.437Z Compiling serde_json v1.0.150
16302026-07-16T17:12:01.503Z Compiling parking_lot_core v0.9.12
16312026-07-16T17:12:01.520Z Compiling writeable v0.6.3
16322026-07-16T17:12:01.660Z Compiling litemap v0.8.2
16332026-07-16T17:12:01.740Z Compiling num-traits v0.2.19
16342026-07-16T17:12:01.768Z Compiling utf8_iter v1.0.4
16352026-07-16T17:12:01.882Z Compiling thiserror v2.0.18
16362026-07-16T17:12:01.932Z Compiling percent-encoding v2.3.2
16372026-07-16T17:12:02.269Z Compiling form_urlencoded v1.2.2
16382026-07-16T17:12:02.285Z Compiling zerocopy v0.8.50
16392026-07-16T17:12:02.337Z Compiling errno v0.3.14
16402026-07-16T17:12:02.355Z Compiling getrandom v0.4.2
16412026-07-16T17:12:02.546Z Compiling rand_core v0.10.1
16422026-07-16T17:12:02.565Z Compiling iana-time-zone v0.1.65
16432026-07-16T17:12:02.925Z Compiling uuid v1.23.5
16442026-07-16T17:12:02.956Z Compiling heck v0.5.0
16452026-07-16T17:12:02.987Z Compiling jobserver v0.1.34
16462026-07-16T17:12:03.209Z Compiling find-msvc-tools v0.1.9
16472026-07-16T17:12:03.328Z Compiling shlex v2.0.1
16482026-07-16T17:12:03.430Z Compiling rustversion v1.0.22
16492026-07-16T17:12:03.449Z Compiling semver v1.0.28
16502026-07-16T17:12:03.526Z Compiling cc v1.2.63
16512026-07-16T17:12:03.573Z Compiling schemars v0.8.22
16522026-07-16T17:12:03.730Z Compiling dyn-clone v1.0.20
16532026-07-16T17:12:03.897Z Compiling pin-project-lite v0.2.17
16542026-07-16T17:12:03.914Z Compiling getrandom v0.2.17
16552026-07-16T17:12:04.004Z Compiling scopeguard v1.2.0
16562026-07-16T17:12:04.022Z Compiling bitflags v2.12.1
16572026-07-16T17:12:04.136Z Compiling lock_api v0.4.14
16582026-07-16T17:12:04.191Z Compiling socket2 v0.6.4
16592026-07-16T17:12:04.378Z Compiling synstructure v0.13.2
16602026-07-16T17:12:04.431Z Compiling serde_derive_internals v0.29.1
16612026-07-16T17:12:04.465Z Compiling cmake v0.1.58
16622026-07-16T17:12:04.534Z Compiling signal-hook-registry v1.4.8
16632026-07-16T17:12:04.825Z Compiling mio v1.2.1
16642026-07-16T17:12:04.863Z Compiling fs_extra v1.3.0
16652026-07-16T17:12:04.912Z Compiling dunce v1.0.5
16662026-07-16T17:12:04.981Z Compiling portable-atomic v1.13.1
16672026-07-16T17:12:05.035Z Compiling critical-section v1.2.0
16682026-07-16T17:12:05.052Z Compiling log v0.4.32
16692026-07-16T17:12:05.073Z Compiling futures-core v0.3.32
16702026-07-16T17:12:05.129Z Compiling aws-lc-sys v0.41.0
16712026-07-16T17:12:05.199Z Compiling subtle v2.6.1
16722026-07-16T17:12:05.255Z Compiling getrandom v0.3.4
16732026-07-16T17:12:05.383Z Compiling equivalent v1.0.2
16742026-07-16T17:12:05.451Z Compiling httparse v1.10.1
16752026-07-16T17:12:05.504Z Compiling futures-sink v0.3.32
16762026-07-16T17:12:05.576Z Compiling serde_derive v1.0.228
16772026-07-16T17:12:05.593Z Compiling zerofrom-derive v0.1.7
16782026-07-16T17:12:05.609Z Compiling yoke-derive v0.8.2
16792026-07-16T17:12:05.627Z Compiling zerovec-derive v0.11.3
16802026-07-16T17:12:05.741Z Compiling displaydoc v0.2.6
16812026-07-16T17:12:05.820Z Compiling schemars_derive v0.8.22
16822026-07-16T17:12:06.033Z Compiling thiserror-impl v2.0.18
16832026-07-16T17:12:06.228Z Compiling tokio-macros v2.7.0
16842026-07-16T17:12:06.546Z Compiling zerocopy-derive v0.8.50
16852026-07-16T17:12:06.684Z Compiling zeroize_derive v1.4.3
16862026-07-16T17:12:06.732Z Compiling futures-macro v0.3.32
16872026-07-16T17:12:06.777Z Compiling zerofrom v0.1.8
16882026-07-16T17:12:06.916Z Compiling yoke v0.8.3
16892026-07-16T17:12:07.013Z Compiling once_cell v1.21.4
16902026-07-16T17:12:07.050Z Compiling rustix v1.1.4
16912026-07-16T17:12:07.146Z Compiling zerovec v0.11.6
16922026-07-16T17:12:07.263Z Compiling zerotrie v0.2.4
16932026-07-16T17:12:07.410Z Compiling slab v0.4.12
16942026-07-16T17:12:07.448Z Compiling zeroize v1.8.2
16952026-07-16T17:12:07.581Z Compiling ucd-trie v0.1.7
16962026-07-16T17:12:07.629Z Compiling thiserror v1.0.69
16972026-07-16T17:12:07.646Z Compiling typenum v1.20.1
16982026-07-16T17:12:07.691Z Compiling futures-channel v0.3.32
16992026-07-16T17:12:07.729Z Compiling tinystr v0.8.3
17002026-07-16T17:12:07.774Z Compiling potential_utf v0.1.5
17012026-07-16T17:12:07.832Z Compiling pest v2.8.6
17022026-07-16T17:12:07.955Z Compiling icu_locale_core v2.2.0
17032026-07-16T17:12:07.962Z Compiling icu_collections v2.2.0
17042026-07-16T17:12:07.986Z Compiling thiserror-impl v1.0.69
17052026-07-16T17:12:07.989Z Compiling futures-task v0.3.32
17062026-07-16T17:12:08.180Z Compiling futures-io v0.3.32
17072026-07-16T17:12:08.471Z Compiling futures-util v0.3.32
17082026-07-16T17:12:08.725Z Compiling regex-syntax v0.8.10
17092026-07-16T17:12:08.879Z Compiling smallvec v1.15.1
17102026-07-16T17:12:08.900Z Compiling bytes v1.11.1
17112026-07-16T17:12:09.033Z Compiling icu_provider v2.2.0
17122026-07-16T17:12:09.160Z Compiling chrono v0.4.45
17132026-07-16T17:12:09.560Z Compiling icu_normalizer v2.2.0
17142026-07-16T17:12:09.637Z Compiling icu_properties v2.2.0
17152026-07-16T17:12:09.787Z Compiling parking_lot v0.12.5
17162026-07-16T17:12:10.664Z Compiling idna_adapter v1.2.2
17172026-07-16T17:12:10.716Z Compiling tokio v1.52.3
17182026-07-16T17:12:10.734Z Compiling serde_tokenstream v0.2.3
17192026-07-16T17:12:10.830Z Compiling idna v1.1.0
17202026-07-16T17:12:11.037Z Compiling pest_meta v2.8.6
17212026-07-16T17:12:11.092Z Compiling strsim v0.11.1
17222026-07-16T17:12:11.177Z Compiling url v2.5.8
17232026-07-16T17:12:11.196Z Compiling rand_core v0.6.4
17242026-07-16T17:12:11.347Z Compiling aho-corasick v1.1.4
17252026-07-16T17:12:11.390Z Compiling hashbrown v0.17.1
17262026-07-16T17:12:11.458Z Compiling byteorder v1.5.0
17272026-07-16T17:12:11.722Z Compiling pest_generator v2.8.6
17282026-07-16T17:12:12.311Z Compiling regex-automata v0.4.14
17292026-07-16T17:12:12.397Z Compiling pest_derive v2.8.6
17302026-07-16T17:12:12.644Z Compiling indexmap v2.14.0
17312026-07-16T17:12:12.774Z Compiling tracing-core v0.1.36
17322026-07-16T17:12:12.889Z Compiling tracing-attributes v0.1.31
17332026-07-16T17:12:12.969Z Compiling ident_case v1.0.1
17342026-07-16T17:12:13.104Z Compiling ipnetwork v0.21.1
17352026-07-16T17:12:13.491Z Compiling slog v2.8.2
17362026-07-16T17:12:13.759Z Compiling fnv v1.0.7
17372026-07-16T17:12:13.801Z Compiling anyhow v1.0.103
17382026-07-16T17:12:13.867Z Compiling base64 v0.22.1
17392026-07-16T17:12:14.010Z Compiling regex v1.12.3
17402026-07-16T17:12:14.119Z Compiling tracing v0.1.44
17412026-07-16T17:12:14.176Z Compiling paste v1.0.15
17422026-07-16T17:12:14.513Z Compiling erased-serde v0.3.31
17432026-07-16T17:12:14.687Z Compiling omicron-workspace-hack v0.1.0
17442026-07-16T17:12:14.915Z Compiling http v1.4.2
17452026-07-16T17:12:15.746Z Compiling oxnet v0.1.6
17462026-07-16T17:12:16.189Z Compiling rustls-pki-types v1.14.1
17472026-07-16T17:12:16.433Z Compiling scroll_derive v0.13.1
17482026-07-16T17:12:16.738Z Compiling ring v0.17.14
17492026-07-16T17:12:16.927Z Compiling aws-lc-rs v1.17.0
17502026-07-16T17:12:17.046Z Compiling time-core v0.1.8
17512026-07-16T17:12:17.202Z Compiling num-conv v0.2.2
17522026-07-16T17:12:17.363Z Compiling time-macros v0.2.27
17532026-07-16T17:12:17.456Z Compiling tokio-util v0.7.18
17542026-07-16T17:12:17.856Z Compiling untrusted v0.9.0
17552026-07-16T17:12:17.986Z Compiling ipnet v2.12.0
17562026-07-16T17:12:18.364Z Compiling untrusted v0.7.1
17572026-07-16T17:12:18.381Z Compiling camino v1.2.4
17582026-07-16T17:12:18.566Z Compiling ppv-lite86 v0.2.21
17592026-07-16T17:12:18.922Z Compiling async-trait v0.1.89
17602026-07-16T17:12:19.090Z Compiling daft-derive v0.1.7
17612026-07-16T17:12:19.112Z Compiling rustls v0.23.40
17622026-07-16T17:12:19.180Z Compiling crc32fast v1.5.0
17632026-07-16T17:12:19.618Z Compiling http-body v1.0.1
17642026-07-16T17:12:19.837Z Compiling crossbeam-utils v0.8.21
17652026-07-16T17:12:19.864Z Compiling usdt-impl v0.6.0
17662026-07-16T17:12:19.885Z Compiling pretty-hex v0.4.2
17672026-07-16T17:12:20.026Z Compiling atomic-waker v1.1.2
17682026-07-16T17:12:20.173Z Compiling scroll v0.13.0
17692026-07-16T17:12:20.196Z Compiling tower-service v0.3.3
17702026-07-16T17:12:20.297Z Compiling ryu v1.0.23
17712026-07-16T17:12:20.438Z Compiling plain v0.2.3
17722026-07-16T17:12:20.558Z Compiling tower-layer v0.3.3
17732026-07-16T17:12:20.586Z Compiling try-lock v0.2.5
17742026-07-16T17:12:20.590Z Compiling goblin v0.10.7
17752026-07-16T17:12:20.706Z Compiling want v0.3.1
17762026-07-16T17:12:20.884Z Compiling h2 v0.4.14
17772026-07-16T17:12:21.232Z Compiling httpdate v1.0.3
17782026-07-16T17:12:21.433Z Compiling slog-async v2.8.0
17792026-07-16T17:12:21.771Z Compiling dtrace-parser v0.3.0
17802026-07-16T17:12:21.887Z Compiling thread-id v5.1.0
17812026-07-16T17:12:21.982Z Compiling ref-cast v1.0.25
17822026-07-16T17:12:23.762Z Compiling dof v0.4.0
17832026-07-16T17:12:24.143Z Compiling hyper v1.10.1
17842026-07-16T17:12:24.301Z Compiling serde_urlencoded v0.7.1
17852026-07-16T17:12:24.751Z Compiling http-body-util v0.1.3
17862026-07-16T17:12:25.039Z Compiling rand_core v0.9.5
17872026-07-16T17:12:25.145Z Compiling ref-cast-impl v1.0.25
17882026-07-16T17:12:25.300Z Compiling syn v1.0.109
17892026-07-16T17:12:25.647Z Compiling hyper-util v0.1.20
17902026-07-16T17:12:26.632Z Compiling usdt-macro v0.6.0
17912026-07-16T17:12:27.205Z Compiling usdt-attr-macro v0.6.0
17922026-07-16T17:12:27.639Z Compiling structmeta-derive v0.3.0
17932026-07-16T17:12:28.095Z Compiling multer v3.1.0
17942026-07-16T17:12:28.265Z Compiling foldhash v0.2.0
17952026-07-16T17:12:28.455Z Compiling allocator-api2 v0.2.21
17962026-07-16T17:12:28.492Z Compiling powerfmt v0.2.0
17972026-07-16T17:12:28.693Z Compiling structmeta v0.3.0
17982026-07-16T17:12:28.733Z Compiling deranged v0.5.8
17992026-07-16T17:12:28.837Z Compiling hashbrown v0.16.1
18002026-07-16T17:12:28.913Z Compiling rand_chacha v0.9.0
18012026-07-16T17:12:28.933Z Compiling darling_core v0.23.0
18022026-07-16T17:12:29.472Z Compiling newtype-uuid-macros v0.1.0
18032026-07-16T17:12:29.806Z Compiling num_threads v0.1.7
18042026-07-16T17:12:29.888Z Compiling time v0.3.47
18052026-07-16T17:12:29.906Z Compiling rand v0.9.4
18062026-07-16T17:12:30.364Z Compiling newtype-uuid v1.3.2
18072026-07-16T17:12:30.615Z Compiling async-stream-impl v0.3.6
18082026-07-16T17:12:30.917Z Compiling strum_macros v0.26.4
18092026-07-16T17:12:31.019Z Compiling darling_macro v0.23.0
18102026-07-16T17:12:31.261Z Compiling sync_wrapper v1.0.2
18112026-07-16T17:12:31.282Z Compiling dropshot v0.17.1
18122026-07-16T17:12:31.538Z Compiling fastrand v2.4.1
18132026-07-16T17:12:31.585Z Compiling hex v0.4.3
18142026-07-16T17:12:31.879Z Compiling darling v0.23.0
18152026-07-16T17:12:31.883Z Compiling tower v0.5.3
18162026-07-16T17:12:32.023Z Compiling daft v0.1.7
18172026-07-16T17:12:32.315Z Compiling crossbeam-channel v0.5.15
18182026-07-16T17:12:32.563Z Compiling webpki-roots v1.0.7
18192026-07-16T17:12:32.627Z Compiling openapiv3 v2.2.0
18202026-07-16T17:12:32.760Z Compiling generic-array v0.14.7
18212026-07-16T17:12:33.197Z Compiling tower-http v0.6.11
18222026-07-16T17:12:33.314Z Compiling serde_with_macros v3.20.0
18232026-07-16T17:12:33.834Z Compiling dropshot_endpoint v0.17.1
18242026-07-16T17:12:33.868Z Compiling futures-executor v0.3.32
18252026-07-16T17:12:34.359Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18262026-07-16T17:12:34.377Z Compiling thread_local v1.1.9
18272026-07-16T17:12:34.715Z Compiling openssl-probe v0.2.1
18282026-07-16T17:12:34.850Z Compiling cpufeatures v0.3.0
18292026-07-16T17:12:34.936Z Compiling rustls-native-certs v0.8.4
18302026-07-16T17:12:34.963Z Compiling futures v0.3.32
18312026-07-16T17:12:35.458Z Compiling tempfile v3.27.0
18322026-07-16T17:12:35.615Z Compiling derive-ex v0.1.8
18332026-07-16T17:12:35.821Z Compiling strum_macros v0.27.2
18342026-07-16T17:12:36.277Z Compiling is-terminal v0.4.17
18352026-07-16T17:12:36.388Z Compiling take_mut v0.2.2
18362026-07-16T17:12:36.511Z Compiling winnow v1.0.3
18372026-07-16T17:12:36.609Z Compiling term v1.2.1
18382026-07-16T17:12:37.203Z Compiling test-strategy v0.4.5
18392026-07-16T17:12:37.402Z Compiling slog-term v2.9.2
18402026-07-16T17:12:38.732Z Compiling macaddr v1.0.1
18412026-07-16T17:12:38.883Z Compiling hybrid-array v0.4.12
18422026-07-16T17:12:39.110Z Compiling simd-adler32 v0.3.9
18432026-07-16T17:12:39.476Z Compiling adler2 v2.0.1
18442026-07-16T17:12:39.527Z Compiling match_cfg v0.1.0
18452026-07-16T17:12:39.612Z Compiling hostname v0.3.1
18462026-07-16T17:12:39.648Z Compiling miniz_oxide v0.8.9
18472026-07-16T17:12:40.079Z Compiling slog-json v2.6.1
18482026-07-16T17:12:40.368Z Compiling memmap2 v0.9.10
18492026-07-16T17:12:41.042Z Compiling usdt v0.6.0
18502026-07-16T17:12:41.054Z Compiling slog-bunyan v2.5.0
18512026-07-16T17:12:41.127Z Compiling flate2 v1.1.9
18522026-07-16T17:12:41.261Z Compiling crypto-common v0.2.2
18532026-07-16T17:12:41.673Z Compiling block-buffer v0.12.0
18542026-07-16T17:12:41.697Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-07-16T17:12:41.848Z Compiling either v1.16.0
18562026-07-16T17:12:41.862Z Compiling const-oid v0.10.2
18572026-07-16T17:12:42.092Z Compiling compression-core v0.4.32
18582026-07-16T17:12:42.279Z Compiling debug-ignore v1.0.5
18592026-07-16T17:12:42.397Z Compiling compression-codecs v0.4.38
18602026-07-16T17:12:42.416Z Compiling digest v0.11.3
18612026-07-16T17:12:42.547Z Compiling toml_parser v1.1.2+spec-1.1.0
18622026-07-16T17:12:42.609Z Compiling crypto-common v0.1.7
18632026-07-16T17:12:42.752Z Compiling parse-display-derive v0.10.0
18642026-07-16T17:12:42.811Z Compiling rand_chacha v0.3.1
18652026-07-16T17:12:42.982Z Compiling toml_datetime v1.1.1+spec-1.1.0
18662026-07-16T17:12:43.065Z Compiling serde_spanned v1.1.1
18672026-07-16T17:12:43.221Z Compiling encoding_rs v0.8.35
18682026-07-16T17:12:43.438Z Compiling toml_writer v1.1.1+spec-1.1.0
18692026-07-16T17:12:43.481Z Compiling mime v0.3.17
18702026-07-16T17:12:43.674Z Compiling spin v0.9.8
18712026-07-16T17:12:43.703Z Compiling toml v1.1.2+spec-1.1.0
18722026-07-16T17:12:43.909Z Compiling rand v0.8.6
18732026-07-16T17:12:44.042Z Compiling async-compression v0.4.42
18742026-07-16T17:12:44.290Z Compiling sha1 v0.11.0
18752026-07-16T17:12:44.467Z Compiling strum v0.26.3
18762026-07-16T17:12:44.662Z Compiling async-stream v0.3.6
18772026-07-16T17:12:44.711Z Compiling waitgroup v0.1.2
18782026-07-16T17:12:44.864Z Compiling rustls-pemfile v2.2.0
18792026-07-16T17:12:44.882Z Compiling serde_path_to_error v0.1.20
18802026-07-16T17:12:44.952Z Compiling hostname v0.4.2
18812026-07-16T17:12:45.108Z Compiling wait-timeout v0.2.1
18822026-07-16T17:12:45.454Z Compiling bit-vec v0.8.0
18832026-07-16T17:12:45.599Z Compiling quick-error v1.2.3
18842026-07-16T17:12:45.719Z Compiling rusty-fork v0.3.1
18852026-07-16T17:12:45.738Z Compiling bit-set v0.8.0
18862026-07-16T17:12:45.754Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18872026-07-16T17:12:45.926Z Compiling serde_with v3.20.0
18882026-07-16T17:12:46.104Z Compiling rand_xorshift v0.4.0
18892026-07-16T17:12:46.269Z Compiling unarray v0.1.4
18902026-07-16T17:12:46.397Z Compiling proptest v1.11.0
18912026-07-16T17:12:46.528Z Compiling strum v0.27.2
18922026-07-16T17:12:46.671Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18932026-07-16T17:12:46.828Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18942026-07-16T17:12:46.948Z Compiling instant v0.1.13
18952026-07-16T17:12:47.285Z Compiling itertools v0.14.0
18962026-07-16T17:12:47.318Z Compiling iddqd v0.4.5
18972026-07-16T17:12:47.533Z Compiling unicode-width v0.2.2
18982026-07-16T17:12:48.399Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18992026-07-16T17:12:48.415Z Compiling block-buffer v0.10.4
19002026-07-16T17:12:48.587Z Compiling backon v1.6.0
19012026-07-16T17:12:48.769Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19022026-07-16T17:12:50.324Z Compiling digest v0.10.7
19032026-07-16T17:12:50.382Z Compiling backoff v0.4.0
19042026-07-16T17:12:50.543Z Compiling parse-display v0.10.0
19052026-07-16T17:12:50.614Z Compiling regress v0.10.5
19062026-07-16T17:12:50.696Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19072026-07-16T17:12:51.537Z Compiling humantime v2.3.0
19082026-07-16T17:12:53.333Z Compiling regress v0.11.1
19092026-07-16T17:12:54.919Z Compiling typify-impl v0.6.2
19102026-07-16T17:12:55.125Z Compiling zerocopy-derive v0.7.35
19112026-07-16T17:12:56.098Z Compiling darling_core v0.21.3
19122026-07-16T17:12:56.304Z Compiling clap_derive v4.6.1
19132026-07-16T17:12:56.492Z Compiling cpufeatures v0.2.17
19142026-07-16T17:12:56.579Z Compiling convert_case v0.4.0
19152026-07-16T17:12:57.169Z Compiling utf8parse v0.2.2
19162026-07-16T17:12:57.227Z Compiling derive_more v0.99.20
19172026-07-16T17:12:57.288Z Compiling anstyle-parse v1.0.0
19182026-07-16T17:12:58.203Z Compiling darling_macro v0.21.3
19192026-07-16T17:12:58.208Z Compiling typify-macro v0.6.2
19202026-07-16T17:12:58.321Z Compiling terminal_size v0.4.4
19212026-07-16T17:12:58.460Z Compiling toml_datetime v0.6.11
19222026-07-16T17:12:58.735Z Compiling is_terminal_polyfill v1.70.2
19232026-07-16T17:12:58.785Z Compiling colorchoice v1.0.5
19242026-07-16T17:12:58.835Z Compiling anstyle-query v1.1.5
19252026-07-16T17:12:58.930Z Compiling anstyle v1.0.14
19262026-07-16T17:12:58.963Z Compiling darling v0.21.3
19272026-07-16T17:12:59.162Z Compiling anstream v1.0.0
19282026-07-16T17:12:59.627Z Compiling secrecy v0.10.3
19292026-07-16T17:12:59.696Z Compiling tinyvec_macros v0.1.1
19302026-07-16T17:12:59.713Z Compiling heapless v0.8.0
19312026-07-16T17:12:59.767Z Compiling clap_lex v1.1.0
19322026-07-16T17:12:59.803Z Compiling crucible-workspace-hack v0.1.0
19332026-07-16T17:13:00.141Z Compiling clap_builder v4.6.0
19342026-07-16T17:13:00.256Z Compiling tinyvec v1.11.0
19352026-07-16T17:13:00.470Z Compiling typify v0.6.2
19362026-07-16T17:13:00.600Z Compiling ingot-macros v0.1.1
19372026-07-16T17:13:00.685Z Compiling zerocopy v0.7.35
19382026-07-16T17:13:01.104Z Compiling hash32 v0.3.1
19392026-07-16T17:13:01.198Z Compiling scroll_derive v0.12.1
19402026-07-16T17:13:01.219Z Compiling rustc_version v0.4.1
19412026-07-16T17:13:01.441Z Compiling num-integer v0.1.46
19422026-07-16T17:13:01.488Z Compiling usdt-impl v0.5.0
19432026-07-16T17:13:01.763Z Compiling smoltcp v0.11.0
19442026-07-16T17:13:01.912Z Compiling scroll v0.12.0
19452026-07-16T17:13:02.069Z Compiling clap v4.6.1
19462026-07-16T17:13:02.160Z Compiling curve25519-dalek v4.1.3
19472026-07-16T17:13:02.464Z Compiling dof v0.3.0
19482026-07-16T17:13:03.247Z Compiling ingot-types v0.1.2
19492026-07-16T17:13:03.816Z Compiling hmac v0.12.1
19502026-07-16T17:13:03.970Z Compiling dtrace-parser v0.2.0
19512026-07-16T17:13:04.012Z Compiling inout v0.1.4
19522026-07-16T17:13:04.204Z Compiling ff v0.13.1
19532026-07-16T17:13:04.221Z Compiling cobs v0.3.0
19542026-07-16T17:13:04.496Z Compiling thread-id v4.2.2
19552026-07-16T17:13:04.713Z Compiling bitflags v1.3.2
19562026-07-16T17:13:04.889Z Compiling unsafe-libyaml v0.2.11
19572026-07-16T17:13:04.907Z Compiling managed v0.8.0
19582026-07-16T17:13:05.412Z Compiling serde_yaml v0.9.34+deprecated
19592026-07-16T17:13:06.064Z Compiling postcard v1.1.3
19602026-07-16T17:13:06.296Z Compiling group v0.13.0
19612026-07-16T17:13:06.439Z Compiling cipher v0.4.4
19622026-07-16T17:13:06.624Z Compiling hkdf v0.12.4
19632026-07-16T17:13:06.775Z Compiling ingot v0.1.1
19642026-07-16T17:13:07.330Z Compiling goblin v0.8.2
19652026-07-16T17:13:07.645Z Compiling num-iter v0.1.45
19662026-07-16T17:13:07.779Z Compiling num-rational v0.4.2
19672026-07-16T17:13:08.961Z Compiling tabwriter v1.4.1
19682026-07-16T17:13:09.002Z Compiling universal-hash v0.5.1
19692026-07-16T17:13:09.139Z Compiling crypto-bigint v0.5.5
19702026-07-16T17:13:09.298Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-07-16T17:13:09.318Z Compiling thiserror-impl-no-std v2.0.2
19722026-07-16T17:13:09.911Z Compiling hubpack_derive v0.1.1
19732026-07-16T17:13:10.404Z Compiling crossbeam-epoch v0.9.18
19742026-07-16T17:13:10.449Z Compiling half v2.7.1
19752026-07-16T17:13:10.711Z Compiling curve25519-dalek-derive v0.1.1
19762026-07-16T17:13:10.885Z Compiling num-complex v0.4.6
19772026-07-16T17:13:11.427Z Compiling memoffset v0.9.1
19782026-07-16T17:13:11.452Z Compiling heck v0.4.1
19792026-07-16T17:13:11.593Z Compiling ciborium-io v0.2.2
19802026-07-16T17:13:11.649Z Compiling opaque-debug v0.3.1
19812026-07-16T17:13:11.699Z Compiling base16ct v0.2.0
19822026-07-16T17:13:11.912Z Compiling cfg_aliases v0.2.1
19832026-07-16T17:13:12.020Z Compiling base64ct v1.8.3
19842026-07-16T17:13:12.244Z Compiling prettyplease v0.2.37
19852026-07-16T17:13:12.287Z Compiling rustix v0.38.44
19862026-07-16T17:13:12.625Z Compiling password-hash v0.5.0
19872026-07-16T17:13:13.131Z Compiling nix v0.31.3
19882026-07-16T17:13:13.757Z Compiling elliptic-curve v0.13.8
19892026-07-16T17:13:14.015Z Compiling poly1305 v0.8.0
19902026-07-16T17:13:14.076Z Compiling ciborium-ll v0.2.2
19912026-07-16T17:13:14.434Z Compiling num v0.4.3
19922026-07-16T17:13:14.517Z Compiling hubpack v0.1.2
19932026-07-16T17:13:14.608Z Compiling thiserror-no-std v2.0.2
19942026-07-16T17:13:15.269Z Compiling chacha20 v0.9.1
19952026-07-16T17:13:15.651Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19962026-07-16T17:13:15.765Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19972026-07-16T17:13:16.271Z Compiling reqwest v0.12.28
19982026-07-16T17:13:17.153Z Compiling toml_edit v0.25.12+spec-1.1.0
19992026-07-16T17:13:17.243Z Compiling blake2 v0.10.6
20002026-07-16T17:13:17.392Z Compiling aead v0.5.2
20012026-07-16T17:13:17.729Z Compiling byte-wrapper v0.1.0
20022026-07-16T17:13:17.829Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20032026-07-16T17:13:18.025Z Compiling serde_repr v0.1.20
20042026-07-16T17:13:18.566Z Compiling proc-macro-error-attr v1.0.4
20052026-07-16T17:13:18.698Z Compiling bstr v1.12.1
20062026-07-16T17:13:18.846Z Compiling static_assertions v1.1.0
20072026-07-16T17:13:18.924Z Compiling float-ord v0.3.2
20082026-07-16T17:13:18.941Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20092026-07-16T17:13:18.987Z Compiling keccak v0.1.6
20102026-07-16T17:13:19.227Z Compiling sha3 v0.10.9
20112026-07-16T17:13:19.556Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20122026-07-16T17:13:19.615Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-07-16T17:13:20.200Z Compiling proc-macro-crate v3.5.0
20142026-07-16T17:13:20.327Z Compiling chacha20poly1305 v0.10.1
20152026-07-16T17:13:20.479Z Compiling argon2 v0.5.3
20162026-07-16T17:13:20.616Z Compiling progenitor-client v0.10.0
20172026-07-16T17:13:21.119Z Compiling vsss-rs v3.3.4
20182026-07-16T17:13:21.463Z Compiling rustls-webpki v0.103.13
20192026-07-16T17:13:22.961Z Compiling ciborium v0.2.2
20202026-07-16T17:13:23.898Z Compiling usdt-macro v0.5.0
20212026-07-16T17:13:23.923Z Compiling usdt-attr-macro v0.5.0
20222026-07-16T17:13:25.436Z Compiling num-derive v0.4.2
20232026-07-16T17:13:25.554Z Compiling enum-as-inner v0.6.1
20242026-07-16T17:13:26.134Z Compiling tokio-rustls v0.26.4
20252026-07-16T17:13:26.182Z Compiling rustls-platform-verifier v0.7.0
20262026-07-16T17:13:26.393Z Compiling hyper-rustls v0.27.9
20272026-07-16T17:13:26.685Z Compiling reqwest v0.13.4
20282026-07-16T17:13:26.939Z Compiling proc-macro-error v1.0.4
20292026-07-16T17:13:27.197Z Compiling memmap v0.7.0
20302026-07-16T17:13:27.539Z Compiling winnow v0.5.40
20312026-07-16T17:13:27.817Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20322026-07-16T17:13:28.067Z Compiling progenitor-client v0.14.0
20332026-07-16T17:13:28.526Z Compiling progenitor-extras v0.2.0
20342026-07-16T17:13:28.670Z Compiling data-encoding v2.11.0
20352026-07-16T17:13:28.918Z Compiling indent_write v2.2.0
20362026-07-16T17:13:29.041Z Compiling toml_edit v0.19.15
20372026-07-16T17:13:29.219Z Compiling usdt v0.5.0
20382026-07-16T17:13:29.830Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-07-16T17:13:31.369Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-07-16T17:13:34.266Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20412026-07-16T17:13:34.329Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-07-16T17:13:34.329Z Compiling num_enum_derive v0.7.6
20432026-07-16T17:13:35.339Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20442026-07-16T17:13:40.958Z Compiling serde_spanned v0.6.9
20452026-07-16T17:13:41.004Z Compiling foreign-types-macros v0.2.3
20462026-07-16T17:13:41.191Z Compiling colored v3.1.1
20472026-07-16T17:13:41.380Z Compiling foreign-types-shared v0.3.1
20482026-07-16T17:13:41.575Z Compiling pkg-config v0.3.33
20492026-07-16T17:13:41.701Z Compiling winnow v0.7.15
20502026-07-16T17:13:42.248Z Compiling toml_write v0.1.2
20512026-07-16T17:13:43.344Z Compiling vcpkg v0.2.15
20522026-07-16T17:13:43.344Z Compiling bytecount v0.6.9
20532026-07-16T17:13:43.344Z Compiling foreign-types v0.5.0
20542026-07-16T17:13:43.588Z Compiling openssl-sys v0.9.116
20552026-07-16T17:13:43.588Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-07-16T17:13:43.588Z Compiling num_enum v0.7.6
20572026-07-16T17:13:43.588Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-07-16T17:13:43.589Z Compiling proc-macro-crate v1.3.1
20592026-07-16T17:13:43.589Z Compiling toml_edit v0.22.27
20602026-07-16T17:13:43.679Z Compiling atomicwrites v0.4.4
20612026-07-16T17:13:43.866Z Compiling progenitor-impl v0.14.0
20622026-07-16T17:13:44.243Z Compiling chacha20 v0.10.0
20632026-07-16T17:13:44.499Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20642026-07-16T17:13:44.989Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20652026-07-16T17:13:45.112Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20662026-07-16T17:13:45.208Z Compiling cstr-argument v0.1.2
20672026-07-16T17:13:45.379Z Compiling swrite v0.1.0
20682026-07-16T17:13:45.449Z Compiling linked-hash-map v0.5.6
20692026-07-16T17:13:45.498Z Compiling resolv-conf v0.7.6
20702026-07-16T17:13:45.575Z Compiling semver v0.1.20
20712026-07-16T17:13:45.618Z Compiling rayon-core v1.13.0
20722026-07-16T17:13:45.895Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20732026-07-16T17:13:45.974Z Compiling unicode-segmentation v1.13.3
20742026-07-16T17:13:46.016Z Compiling progenitor-macro v0.14.0
20752026-07-16T17:13:46.049Z Compiling rustc_version v0.1.7
20762026-07-16T17:13:46.185Z Compiling lru-cache v0.1.2
20772026-07-16T17:13:46.273Z Compiling newline-converter v0.3.0
20782026-07-16T17:13:46.455Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20792026-07-16T17:13:46.483Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-07-16T17:13:46.596Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20812026-07-16T17:13:46.695Z Compiling toml v0.8.23
20822026-07-16T17:13:46.778Z Compiling rand v0.10.2
20832026-07-16T17:13:47.447Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20842026-07-16T17:13:47.646Z Compiling num_enum_derive v0.5.11
20852026-07-16T17:13:48.163Z Compiling hickory-proto v0.24.4
20862026-07-16T17:13:48.221Z Compiling similar v2.7.0
20872026-07-16T17:13:48.721Z Compiling crossbeam-deque v0.8.6
20882026-07-16T17:13:48.972Z Compiling progenitor-impl v0.13.0
20892026-07-16T17:13:50.263Z Compiling console v0.15.11
20902026-07-16T17:13:50.304Z Compiling camino-tempfile v1.4.1
20912026-07-16T17:13:50.741Z Compiling serde-big-array v0.5.1
20922026-07-16T17:13:50.915Z Compiling derive-where v1.6.1
20932026-07-16T17:13:50.986Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20942026-07-16T17:13:51.029Z Compiling pin-project-internal v1.1.13
20952026-07-16T17:13:51.576Z Compiling siphasher v1.0.3
20962026-07-16T17:13:51.576Z Compiling minimal-lexical v0.2.1
20972026-07-16T17:13:51.752Z Compiling lazy_static v1.5.0
20982026-07-16T17:13:51.770Z Compiling nom v7.1.3
20992026-07-16T17:13:51.916Z Compiling phf_shared v0.12.1
21002026-07-16T17:13:52.176Z Compiling pin-project v1.1.13
21012026-07-16T17:13:52.206Z Compiling progenitor-macro v0.13.0
21022026-07-16T17:13:52.283Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21032026-07-16T17:13:52.947Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21042026-07-16T17:13:53.300Z Compiling expectorate v1.2.0
21052026-07-16T17:13:53.674Z Compiling progenitor v0.14.0
21062026-07-16T17:13:53.730Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21072026-07-16T17:13:54.903Z Compiling hickory-resolver v0.24.4
21082026-07-16T17:13:56.160Z Compiling num_enum v0.5.11
21092026-07-16T17:13:56.955Z Compiling newtype_derive v0.1.6
21102026-07-16T17:13:57.180Z Compiling progenitor-client v0.13.0
21112026-07-16T17:13:57.685Z Compiling snafu-derive v0.8.9
21122026-07-16T17:13:59.351Z Compiling unicode-normalization v0.1.25
21132026-07-16T17:13:59.805Z Compiling tokio-stream v0.1.18
21142026-07-16T17:13:59.961Z Compiling async-recursion v1.1.1
21152026-07-16T17:14:00.389Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21162026-07-16T17:14:00.641Z Compiling slog-dtrace v0.3.0
21172026-07-16T17:14:00.746Z Compiling csv-core v0.1.13
21182026-07-16T17:14:00.951Z Compiling unicode-xid v0.2.6
21192026-07-16T17:14:01.113Z Compiling openssl v0.10.80
21202026-07-16T17:14:01.195Z Compiling konst_macro_rules v0.2.19
21212026-07-16T17:14:01.370Z Compiling foldhash v0.1.5
21222026-07-16T17:14:01.448Z Compiling highway v1.3.0
21232026-07-16T17:14:01.603Z Compiling chrono-tz v0.10.4
21242026-07-16T17:14:01.862Z Compiling cancel-safe-futures v0.1.5
21252026-07-16T17:14:02.065Z Compiling same-file v1.0.6
21262026-07-16T17:14:02.172Z Compiling foreign-types-shared v0.1.1
21272026-07-16T17:14:02.264Z Compiling unicode-width v0.1.14
21282026-07-16T17:14:02.351Z Compiling owo-colors v4.3.0
21292026-07-16T17:14:02.351Z Compiling foreign-types v0.3.2
21302026-07-16T17:14:02.389Z Compiling walkdir v2.5.0
21312026-07-16T17:14:02.630Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21322026-07-16T17:14:02.677Z Compiling hashbrown v0.15.5
21332026-07-16T17:14:02.722Z Compiling konst v0.2.20
21342026-07-16T17:14:03.132Z Compiling const_format_proc_macros v0.2.34
21352026-07-16T17:14:03.156Z Compiling csv v1.4.0
21362026-07-16T17:14:03.458Z Compiling qorb v0.4.1
21372026-07-16T17:14:03.751Z Compiling progenitor v0.13.0
21382026-07-16T17:14:03.949Z Compiling olpc-cjson v0.1.4
21392026-07-16T17:14:04.035Z Compiling snafu v0.8.9
21402026-07-16T17:14:04.112Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21412026-07-16T17:14:04.495Z Compiling rayon v1.12.0
21422026-07-16T17:14:04.693Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21432026-07-16T17:14:04.765Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21442026-07-16T17:14:06.655Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-07-16T17:14:08.254Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21462026-07-16T17:14:08.493Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21472026-07-16T17:14:08.835Z Compiling phf v0.12.1
21482026-07-16T17:14:09.559Z Compiling zone_cfg_derive v0.3.1
21492026-07-16T17:14:09.619Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21502026-07-16T17:14:10.146Z Compiling tokio-dtrace v0.1.1
21512026-07-16T17:14:10.306Z Compiling globset v0.4.18
21522026-07-16T17:14:10.392Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21532026-07-16T17:14:10.667Z Compiling itertools v0.12.1
21542026-07-16T17:14:10.819Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-07-16T17:14:11.420Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21562026-07-16T17:14:11.745Z Compiling libsw-core v0.3.2
21572026-07-16T17:14:11.870Z Compiling pem v3.0.6
21582026-07-16T17:14:12.072Z Compiling serde_plain v1.0.2
21592026-07-16T17:14:12.325Z Compiling openssl-macros v0.1.1
21602026-07-16T17:14:12.451Z Compiling cookie v0.18.1
21612026-07-16T17:14:12.688Z Compiling sigpipe v0.1.3
21622026-07-16T17:14:12.883Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21632026-07-16T17:14:12.883Z Compiling fixedbitset v0.5.7
21642026-07-16T17:14:12.883Z Compiling glob v0.3.3
21652026-07-16T17:14:12.946Z Compiling jiff v0.2.28
21662026-07-16T17:14:12.946Z Compiling fixedbitset v0.4.2
21672026-07-16T17:14:12.946Z Compiling typed-path v0.9.3
21682026-07-16T17:14:13.123Z Compiling petgraph v0.6.5
21692026-07-16T17:14:13.178Z Compiling petgraph v0.8.3
21702026-07-16T17:14:14.590Z Compiling tough v0.22.0
21712026-07-16T17:14:14.971Z Compiling zone v0.3.1
21722026-07-16T17:14:15.268Z Compiling libsw v3.5.0
21732026-07-16T17:14:15.492Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21742026-07-16T17:14:15.566Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21752026-07-16T17:14:15.786Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21762026-07-16T17:14:15.813Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21772026-07-16T17:14:16.120Z Compiling oxide-tokio-rt v0.1.6
21782026-07-16T17:14:16.643Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21792026-07-16T17:14:16.702Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21802026-07-16T17:14:19.608Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21812026-07-16T17:14:19.777Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-07-16T17:14:19.955Z Compiling const_format v0.2.36
21832026-07-16T17:14:20.015Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21842026-07-16T17:14:21.048Z Compiling papergrid v0.11.0
21852026-07-16T17:14:21.090Z Compiling tabled_derive v0.7.0
21862026-07-16T17:14:21.238Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21872026-07-16T17:14:22.128Z Compiling libscf-sys v1.2.0
21882026-07-16T17:14:22.169Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
21892026-07-16T17:14:22.627Z Compiling gethostname v0.5.0
21902026-07-16T17:14:22.781Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21912026-07-16T17:14:22.861Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21922026-07-16T17:14:22.901Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-07-16T17:14:23.018Z Compiling smf v0.2.3
21942026-07-16T17:14:23.043Z Compiling bcs v0.1.6
21952026-07-16T17:14:23.298Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
21962026-07-16T17:14:23.429Z Compiling linear-map v1.2.0
21972026-07-16T17:14:23.641Z Compiling tagptr v0.2.0
21982026-07-16T17:14:23.662Z Compiling smawk v0.3.2
21992026-07-16T17:14:23.796Z Compiling whoami v1.6.1
22002026-07-16T17:14:23.822Z Compiling termtree v0.5.1
22012026-07-16T17:14:24.030Z Compiling unicode-linebreak v0.1.5
22022026-07-16T17:14:24.262Z Compiling textwrap v0.16.2
22032026-07-16T17:14:25.865Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22042026-07-16T17:14:26.058Z Compiling moka v0.12.15
22052026-07-16T17:14:26.142Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22062026-07-16T17:14:26.204Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22072026-07-16T17:14:26.767Z Compiling tabled v0.15.0
22082026-07-16T17:14:27.082Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22092026-07-16T17:14:27.250Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22102026-07-16T17:14:27.277Z Compiling steno v0.4.1
22112026-07-16T17:14:27.451Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22122026-07-16T17:14:30.558Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22132026-07-16T17:14:33.232Z Compiling hickory-proto v0.25.2
22142026-07-16T17:14:34.262Z Compiling proc-macro-error-attr2 v2.0.0
22152026-07-16T17:14:34.304Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22162026-07-16T17:14:34.582Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22172026-07-16T17:14:34.661Z Compiling proc-macro-error2 v2.0.1
22182026-07-16T17:14:34.762Z Compiling parking_lot_core v0.8.6
22192026-07-16T17:14:34.881Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22202026-07-16T17:14:34.936Z Compiling tabled_derive v0.11.0
22212026-07-16T17:14:35.101Z Compiling papergrid v0.18.0
22222026-07-16T17:14:35.489Z Compiling hickory-resolver v0.25.2
22232026-07-16T17:14:36.061Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-07-16T17:14:36.262Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22252026-07-16T17:14:36.538Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22262026-07-16T17:14:37.714Z Compiling testing_table v0.3.0
22272026-07-16T17:14:38.125Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22282026-07-16T17:14:38.798Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22292026-07-16T17:14:38.988Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22302026-07-16T17:14:39.973Z Compiling tabled v0.21.0
22312026-07-16T17:14:40.834Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22322026-07-16T17:14:42.552Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22332026-07-16T17:14:42.552Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22342026-07-16T17:14:42.552Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22352026-07-16T17:14:42.552Z Compiling arc-swap v1.9.1
22362026-07-16T17:14:42.552Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
22372026-07-16T17:14:42.717Z Compiling slog-scope v4.4.1
22382026-07-16T17:14:43.539Z Compiling parking_lot v0.11.2
22392026-07-16T17:14:43.821Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22402026-07-16T17:14:44.439Z Compiling dropshot-api-manager-types v0.7.2
22412026-07-16T17:14:44.757Z Compiling fxhash v0.2.1
22422026-07-16T17:14:44.892Z Compiling crc8 v0.1.1
22432026-07-16T17:14:44.996Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
22442026-07-16T17:14:45.074Z Compiling sled v0.34.7
22452026-07-16T17:14:45.528Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=dfcf0663cfb90ea75e8ee5591b033d68ba6d9fcc#dfcf0663)
22462026-07-16T17:14:46.095Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22472026-07-16T17:14:47.736Z Compiling slog-stdlog v4.1.1
22482026-07-16T17:14:48.174Z Compiling port-file v0.1.0
22492026-07-16T17:14:48.450Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
22502026-07-16T17:14:48.476Z Compiling slog-envlogger v2.2.0
22512026-07-16T17:14:48.712Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22522026-07-16T17:14:50.085Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22532026-07-16T17:14:54.139Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22542026-07-16T17:14:54.529Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22552026-07-16T17:14:56.679Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22562026-07-16T17:15:05.908Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22572026-07-16T17:15:10.658Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22582026-07-16T17:15:13.978Z Finished `release` profile [optimized] target(s) in 3m 37s
22592026-07-16T17:15:14.320Z+ banner quartet
22602026-07-16T17:15:14.370Z
22612026-07-16T17:15:14.370Z #### # # ## ##### ##### ###### #####
22622026-07-16T17:15:14.370Z # # # # # # # # # # #
22632026-07-16T17:15:14.370Z # # # # # # # # # ##### #
22642026-07-16T17:15:14.370Z # # # # # ###### ##### # # #
22652026-07-16T17:15:14.370Z # # # # # # # # # # #
22662026-07-16T17:15:14.370Z ### # #### # # # # # ###### #
22672026-07-16T17:15:14.370Z
22682026-07-16T17:15:14.370Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22692026-07-16T17:15:14.900Z Compiling cfg-if v1.0.4
22702026-07-16T17:15:14.934Z Compiling libc v0.2.186
22712026-07-16T17:15:14.934Z Compiling serde_core v1.0.228
22722026-07-16T17:15:15.015Z Compiling memchr v2.8.1
22732026-07-16T17:15:15.064Z Compiling itoa v1.0.18
22742026-07-16T17:15:15.064Z Compiling smallvec v1.15.1
22752026-07-16T17:15:15.065Z Compiling stable_deref_trait v1.2.1
22762026-07-16T17:15:15.065Z Compiling zerofrom v0.1.8
22772026-07-16T17:15:15.065Z Compiling zmij v1.0.21
22782026-07-16T17:15:15.100Z Compiling litemap v0.8.2
22792026-07-16T17:15:15.148Z Compiling yoke v0.8.3
22802026-07-16T17:15:15.277Z Compiling writeable v0.6.3
22812026-07-16T17:15:15.354Z Compiling utf8_iter v1.0.4
22822026-07-16T17:15:15.354Z Compiling percent-encoding v2.3.2
22832026-07-16T17:15:15.405Z Compiling zerovec v0.11.6
22842026-07-16T17:15:15.405Z Compiling zerotrie v0.2.4
22852026-07-16T17:15:15.465Z Compiling libm v0.2.16
22862026-07-16T17:15:15.492Z Compiling icu_properties_data v2.2.0
22872026-07-16T17:15:15.492Z Compiling icu_normalizer_data v2.2.0
22882026-07-16T17:15:15.641Z Compiling form_urlencoded v1.2.2
22892026-07-16T17:15:15.707Z Compiling errno v0.3.14
22902026-07-16T17:15:15.707Z Compiling rand_core v0.10.1
22912026-07-16T17:15:15.745Z Compiling iana-time-zone v0.1.65
22922026-07-16T17:15:15.765Z Compiling getrandom v0.4.2
22932026-07-16T17:15:15.808Z Compiling pin-project-lite v0.2.17
22942026-07-16T17:15:15.838Z Compiling zeroize v1.8.2
22952026-07-16T17:15:15.895Z Compiling tinystr v0.8.3
22962026-07-16T17:15:15.927Z Compiling potential_utf v0.1.5
22972026-07-16T17:15:15.977Z Compiling dyn-clone v1.0.20
22982026-07-16T17:15:16.047Z Compiling socket2 v0.6.4
22992026-07-16T17:15:16.112Z Compiling icu_locale_core v2.2.0
23002026-07-16T17:15:16.197Z Compiling icu_collections v2.2.0
23012026-07-16T17:15:16.197Z Compiling scopeguard v1.2.0
23022026-07-16T17:15:16.197Z Compiling parking_lot_core v0.9.12
23032026-07-16T17:15:16.197Z Compiling signal-hook-registry v1.4.8
23042026-07-16T17:15:16.251Z Compiling num-traits v0.2.19
23052026-07-16T17:15:16.554Z Compiling lock_api v0.4.14
23062026-07-16T17:15:16.645Z Compiling mio v1.2.1
23072026-07-16T17:15:16.757Z Compiling parking_lot v0.12.5
23082026-07-16T17:15:16.816Z Compiling serde v1.0.228
23092026-07-16T17:15:16.850Z Compiling serde_json v1.0.150
23102026-07-16T17:15:16.990Z Compiling icu_provider v2.2.0
23112026-07-16T17:15:17.052Z Compiling uuid v1.23.5
23122026-07-16T17:15:17.122Z Compiling semver v1.0.28
23132026-07-16T17:15:17.537Z Compiling bytes v1.11.1
23142026-07-16T17:15:17.563Z Compiling icu_properties v2.2.0
23152026-07-16T17:15:17.589Z Compiling icu_normalizer v2.2.0
23162026-07-16T17:15:17.607Z Compiling chrono v0.4.45
23172026-07-16T17:15:17.874Z Compiling portable-atomic v1.13.1
23182026-07-16T17:15:17.932Z Compiling thiserror v2.0.18
23192026-07-16T17:15:17.965Z Compiling bitflags v2.12.1
23202026-07-16T17:15:18.334Z Compiling tokio v1.52.3
23212026-07-16T17:15:18.477Z Compiling futures-core v0.3.32
23222026-07-16T17:15:18.518Z Compiling idna_adapter v1.2.2
23232026-07-16T17:15:18.518Z Compiling critical-section v1.2.0
23242026-07-16T17:15:18.567Z Compiling idna v1.1.0
23252026-07-16T17:15:18.709Z Compiling once_cell v1.21.4
23262026-07-16T17:15:18.827Z Compiling subtle v2.6.1
23272026-07-16T17:15:18.857Z Compiling log v0.4.32
23282026-07-16T17:15:18.932Z Compiling url v2.5.8
23292026-07-16T17:15:19.013Z Compiling equivalent v1.0.2
23302026-07-16T17:15:19.073Z Compiling zerocopy v0.8.50
23312026-07-16T17:15:19.087Z Compiling futures-sink v0.3.32
23322026-07-16T17:15:19.087Z Compiling slab v0.4.12
23332026-07-16T17:15:19.204Z Compiling typenum v1.20.1
23342026-07-16T17:15:19.307Z Compiling futures-channel v0.3.32
23352026-07-16T17:15:19.528Z Compiling getrandom v0.2.17
23362026-07-16T17:15:19.603Z Compiling schemars v0.8.22
23372026-07-16T17:15:19.729Z Compiling futures-task v0.3.32
23382026-07-16T17:15:19.891Z Compiling futures-io v0.3.32
23392026-07-16T17:15:20.053Z Compiling futures-util v0.3.32
23402026-07-16T17:15:20.075Z Compiling rand_core v0.6.4
23412026-07-16T17:15:20.380Z Compiling hashbrown v0.17.1
23422026-07-16T17:15:20.955Z Compiling tracing-core v0.1.36
23432026-07-16T17:15:21.224Z Compiling indexmap v2.14.0
23442026-07-16T17:15:21.571Z Compiling tracing v0.1.44
23452026-07-16T17:15:22.274Z Compiling ipnetwork v0.21.1
23462026-07-16T17:15:22.274Z Compiling base64 v0.22.1
23472026-07-16T17:15:22.275Z Compiling http v1.4.2
23482026-07-16T17:15:22.275Z Compiling unicode-ident v1.0.24
23492026-07-16T17:15:22.275Z Compiling proc-macro2 v1.0.106
23502026-07-16T17:15:22.275Z Compiling slog v2.8.2
23512026-07-16T17:15:22.275Z Compiling erased-serde v0.3.31
23522026-07-16T17:15:22.518Z Compiling fnv v1.0.7
23532026-07-16T17:15:22.829Z Compiling quote v1.0.45
23542026-07-16T17:15:23.732Z Compiling oxnet v0.1.6
23552026-07-16T17:15:24.234Z Compiling getrandom v0.3.4
23562026-07-16T17:15:24.234Z Compiling syn v2.0.117
23572026-07-16T17:15:24.234Z Compiling tokio-util v0.7.18
23582026-07-16T17:15:24.235Z Compiling byteorder v1.5.0
23592026-07-16T17:15:24.235Z Compiling ipnet v2.12.0
23602026-07-16T17:15:24.235Z Compiling thiserror v1.0.69
23612026-07-16T17:15:24.235Z Compiling ppv-lite86 v0.2.21
23622026-07-16T17:15:24.525Z Compiling rustls-pki-types v1.14.1
23632026-07-16T17:15:24.525Z Compiling aws-lc-sys v0.41.0
23642026-07-16T17:15:24.806Z Compiling http-body v1.0.1
23652026-07-16T17:15:24.806Z Compiling atomic-waker v1.1.2
23662026-07-16T17:15:25.472Z Compiling untrusted v0.7.1
23672026-07-16T17:15:25.472Z Compiling httparse v1.10.1
23682026-07-16T17:15:25.473Z Compiling rustls v0.23.40
23692026-07-16T17:15:25.475Z Compiling aws-lc-rs v1.17.0
23702026-07-16T17:15:25.475Z Compiling untrusted v0.9.0
23712026-07-16T17:15:25.475Z Compiling pretty-hex v0.4.2
23722026-07-16T17:15:25.476Z Compiling ryu v1.0.23
23732026-07-16T17:15:25.476Z Compiling tower-service v0.3.3
23742026-07-16T17:15:25.724Z Compiling tower-layer v0.3.3
23752026-07-16T17:15:25.724Z Compiling try-lock v0.2.5
23762026-07-16T17:15:25.725Z Compiling h2 v0.4.14
23772026-07-16T17:15:25.725Z Compiling want v0.3.1
23782026-07-16T17:15:25.725Z Compiling httpdate v1.0.3
23792026-07-16T17:15:25.725Z Compiling rustix v1.1.4
23802026-07-16T17:15:25.725Z Compiling regex-syntax v0.8.10
23812026-07-16T17:15:25.725Z Compiling plain v0.2.3
23822026-07-16T17:15:25.725Z Compiling omicron-workspace-hack v0.1.0
23832026-07-16T17:15:25.725Z Compiling ucd-trie v0.1.7
23842026-07-16T17:15:25.725Z Compiling crossbeam-utils v0.8.21
23852026-07-16T17:15:26.689Z Compiling rustls-webpki v0.103.13
23862026-07-16T17:15:26.884Z Compiling pest v2.8.6
23872026-07-16T17:15:28.293Z Compiling hyper v1.10.1
23882026-07-16T17:15:28.640Z Compiling serde_urlencoded v0.7.1
23892026-07-16T17:15:28.640Z Compiling http-body-util v0.1.3
23902026-07-16T17:15:29.053Z Compiling rand_core v0.9.5
23912026-07-16T17:15:29.309Z Compiling allocator-api2 v0.2.21
23922026-07-16T17:15:29.309Z Compiling foldhash v0.2.0
23932026-07-16T17:15:29.342Z Compiling hyper-util v0.1.20
23942026-07-16T17:15:29.342Z Compiling hashbrown v0.16.1
23952026-07-16T17:15:29.989Z Compiling newtype-uuid v1.3.2
23962026-07-16T17:15:31.133Z Compiling tokio-rustls v0.26.4
23972026-07-16T17:15:31.360Z Compiling hex v0.4.3
23982026-07-16T17:15:31.584Z Compiling daft v0.1.7
23992026-07-16T17:15:31.932Z Compiling rand_chacha v0.9.0
24002026-07-16T17:15:32.075Z Compiling sync_wrapper v1.0.2
24012026-07-16T17:15:32.076Z Compiling aho-corasick v1.1.4
24022026-07-16T17:15:32.076Z Compiling fastrand v2.4.1
24032026-07-16T17:15:32.566Z Compiling tower v0.5.3
24042026-07-16T17:15:32.801Z Compiling rand v0.9.4
24052026-07-16T17:15:32.802Z Compiling anyhow v1.0.103
24062026-07-16T17:15:32.802Z Compiling powerfmt v0.2.0
24072026-07-16T17:15:32.802Z Compiling generic-array v0.14.7
24082026-07-16T17:15:32.969Z Compiling tower-http v0.6.11
24092026-07-16T17:15:32.969Z Compiling deranged v0.5.8
24102026-07-16T17:15:33.102Z Compiling regex-automata v0.4.14
24112026-07-16T17:15:33.102Z Compiling openapiv3 v2.2.0
24122026-07-16T17:15:33.102Z Compiling time-core v0.1.8
24132026-07-16T17:15:33.143Z Compiling num-conv v0.2.2
24142026-07-16T17:15:33.303Z Compiling openssl-probe v0.2.1
24152026-07-16T17:15:33.365Z Compiling cpufeatures v0.3.0
24162026-07-16T17:15:33.390Z Compiling num_threads v0.1.7
24172026-07-16T17:15:33.558Z Compiling rustls-native-certs v0.8.4
24182026-07-16T17:15:33.587Z Compiling camino v1.2.4
24192026-07-16T17:15:34.027Z Compiling time v0.3.47
24202026-07-16T17:15:34.255Z Compiling tempfile v3.27.0
24212026-07-16T17:15:34.561Z Compiling futures-executor v0.3.32
24222026-07-16T17:15:35.069Z Compiling winnow v1.0.3
24232026-07-16T17:15:35.722Z Compiling regex v1.12.3
24242026-07-16T17:15:35.794Z Compiling futures v0.3.32
24252026-07-16T17:15:35.794Z Compiling rustls-platform-verifier v0.7.0
24262026-07-16T17:15:36.478Z Compiling hyper-rustls v0.27.9
24272026-07-16T17:15:37.379Z Compiling crossbeam-channel v0.5.15
24282026-07-16T17:15:37.828Z Compiling scroll v0.13.0
24292026-07-16T17:15:37.828Z Compiling hybrid-array v0.4.12
24302026-07-16T17:15:37.828Z Compiling adler2 v2.0.1
24312026-07-16T17:15:37.828Z Compiling simd-adler32 v0.3.9
24322026-07-16T17:15:37.829Z Compiling goblin v0.10.7
24332026-07-16T17:15:37.829Z Compiling miniz_oxide v0.8.9
24342026-07-16T17:15:37.829Z Compiling crc32fast v1.5.0
24352026-07-16T17:15:37.829Z Compiling reqwest v0.13.4
24362026-07-16T17:15:37.829Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24372026-07-16T17:15:38.293Z Compiling thread_local v1.1.9
24382026-07-16T17:15:38.888Z Compiling either v1.16.0
24392026-07-16T17:15:38.888Z Compiling flate2 v1.1.9
24402026-07-16T17:15:38.888Z Compiling block-buffer v0.12.0
24412026-07-16T17:15:39.709Z Compiling crypto-common v0.2.2
24422026-07-16T17:15:39.709Z Compiling crypto-common v0.1.7
24432026-07-16T17:15:39.709Z Compiling dtrace-parser v0.3.0
24442026-07-16T17:15:40.524Z Compiling rand_chacha v0.3.1
24452026-07-16T17:15:40.524Z Compiling thread-id v5.1.0
24462026-07-16T17:15:40.532Z Compiling is-terminal v0.4.17
24472026-07-16T17:15:40.997Z Compiling dof v0.4.0
24482026-07-16T17:15:40.997Z Compiling take_mut v0.2.2
24492026-07-16T17:15:40.997Z Compiling compression-core v0.4.32
24502026-07-16T17:15:40.997Z Compiling debug-ignore v1.0.5
24512026-07-16T17:15:40.997Z Compiling term v1.2.1
24522026-07-16T17:15:42.275Z Compiling const-oid v0.10.2
24532026-07-16T17:15:42.275Z Compiling match_cfg v0.1.0
24542026-07-16T17:15:42.275Z Compiling hostname v0.3.1
24552026-07-16T17:15:42.814Z Compiling digest v0.11.3
24562026-07-16T17:15:42.815Z Compiling slog-term v2.9.2
24572026-07-16T17:15:42.815Z Compiling usdt-impl v0.6.0
24582026-07-16T17:15:43.462Z Compiling compression-codecs v0.4.38
24592026-07-16T17:15:43.752Z Compiling slog-async v2.8.0
24602026-07-16T17:15:44.245Z Compiling rand v0.8.6
24612026-07-16T17:15:44.686Z Compiling ref-cast v1.0.25
24622026-07-16T17:15:44.687Z Compiling toml_parser v1.1.2+spec-1.1.0
24632026-07-16T17:15:45.401Z Compiling slog-json v2.6.1
24642026-07-16T17:15:45.401Z Compiling strum v0.26.3
24652026-07-16T17:15:45.401Z Compiling macaddr v1.0.1
24662026-07-16T17:15:45.837Z Compiling serde_spanned v1.1.1
24672026-07-16T17:15:45.837Z Compiling toml_datetime v1.1.1+spec-1.1.0
24682026-07-16T17:15:45.837Z Compiling memmap2 v0.9.10
24692026-07-16T17:15:45.837Z Compiling wait-timeout v0.2.1
24702026-07-16T17:15:45.837Z Compiling encoding_rs v0.8.35
24712026-07-16T17:15:46.561Z Compiling spin v0.9.8
24722026-07-16T17:15:46.561Z Compiling quick-error v1.2.3
24732026-07-16T17:15:46.561Z Compiling mime v0.3.17
24742026-07-16T17:15:46.562Z Compiling toml_writer v1.1.1+spec-1.1.0
24752026-07-16T17:15:46.892Z Compiling bit-vec v0.8.0
24762026-07-16T17:15:46.892Z Compiling toml v1.1.2+spec-1.1.0
24772026-07-16T17:15:47.411Z Compiling bit-set v0.8.0
24782026-07-16T17:15:47.411Z Compiling multer v3.1.0
24792026-07-16T17:15:47.411Z Compiling rusty-fork v0.3.1
24802026-07-16T17:15:47.746Z Compiling usdt v0.6.0
24812026-07-16T17:15:47.996Z Compiling slog-bunyan v2.5.0
24822026-07-16T17:15:48.309Z Compiling async-compression v0.4.42
24832026-07-16T17:15:48.408Z Compiling sha1 v0.11.0
24842026-07-16T17:15:48.515Z Compiling serde_with v3.20.0
24852026-07-16T17:15:48.662Z Compiling async-stream v0.3.6
24862026-07-16T17:15:48.715Z Compiling rand_xorshift v0.4.0
24872026-07-16T17:15:48.715Z Compiling waitgroup v0.1.2
24882026-07-16T17:15:48.975Z Compiling rustls-pemfile v2.2.0
24892026-07-16T17:15:49.066Z Compiling serde_path_to_error v0.1.20
24902026-07-16T17:15:49.066Z Compiling hostname v0.4.2
24912026-07-16T17:15:49.066Z Compiling unarray v0.1.4
24922026-07-16T17:15:49.066Z Compiling proptest v1.11.0
24932026-07-16T17:15:49.147Z Compiling progenitor-client v0.14.0
24942026-07-16T17:15:49.238Z Compiling strum v0.27.2
24952026-07-16T17:15:49.306Z Compiling dropshot v0.17.1
24962026-07-16T17:15:49.341Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24972026-07-16T17:15:49.852Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24982026-07-16T17:15:49.998Z Compiling iddqd v0.4.5
24992026-07-16T17:15:49.998Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25002026-07-16T17:15:49.998Z Compiling reqwest v0.12.28
25012026-07-16T17:15:50.202Z Compiling block-buffer v0.10.4
25022026-07-16T17:15:50.387Z Compiling backon v1.6.0
25032026-07-16T17:15:50.515Z Compiling instant v0.1.13
25042026-07-16T17:15:50.582Z Compiling backoff v0.4.0
25052026-07-16T17:15:50.782Z Compiling progenitor-extras v0.2.0
25062026-07-16T17:15:51.031Z Compiling progenitor-client v0.10.0
25072026-07-16T17:15:51.196Z Compiling digest v0.10.7
25082026-07-16T17:15:51.273Z Compiling parse-display v0.10.0
25092026-07-16T17:15:51.335Z Compiling itertools v0.14.0
25102026-07-16T17:15:51.456Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25112026-07-16T17:15:51.506Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25122026-07-16T17:15:52.048Z Compiling regress v0.10.5
25132026-07-16T17:15:52.975Z Compiling humantime v2.3.0
25142026-07-16T17:15:53.292Z Compiling cpufeatures v0.2.17
25152026-07-16T17:15:53.345Z Compiling unicode-width v0.2.2
25162026-07-16T17:15:54.040Z Compiling heck v0.5.0
25172026-07-16T17:15:54.178Z Compiling secrecy v0.10.3
25182026-07-16T17:15:54.178Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25192026-07-16T17:15:54.466Z Compiling tinyvec_macros v0.1.1
25202026-07-16T17:15:54.466Z Compiling tinyvec v1.11.0
25212026-07-16T17:15:54.644Z Compiling num-integer v0.1.46
25222026-07-16T17:15:55.404Z Compiling scroll v0.12.0
25232026-07-16T17:15:55.546Z Compiling crucible-workspace-hack v0.1.0
25242026-07-16T17:15:55.546Z Compiling hmac v0.12.1
25252026-07-16T17:15:55.546Z Compiling inout v0.1.4
25262026-07-16T17:15:55.546Z Compiling regress v0.11.1
25272026-07-16T17:15:55.546Z Compiling ff v0.13.1
25282026-07-16T17:15:55.546Z Compiling utf8parse v0.2.2
25292026-07-16T17:15:55.755Z Compiling group v0.13.0
25302026-07-16T17:15:55.755Z Compiling anstyle-parse v1.0.0
25312026-07-16T17:15:56.563Z Compiling cipher v0.4.4
25322026-07-16T17:15:56.563Z Compiling hkdf v0.12.4
25332026-07-16T17:15:56.786Z Compiling goblin v0.8.2
25342026-07-16T17:15:56.786Z Compiling num-iter v0.1.45
25352026-07-16T17:15:56.786Z Compiling num-rational v0.4.2
25362026-07-16T17:15:56.940Z Compiling zerocopy v0.7.35
25372026-07-16T17:15:57.281Z Compiling typify-impl v0.6.2
25382026-07-16T17:15:57.438Z Compiling universal-hash v0.5.1
25392026-07-16T17:15:57.590Z Compiling crypto-bigint v0.5.5
25402026-07-16T17:15:58.047Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25412026-07-16T17:15:59.295Z Compiling terminal_size v0.4.4
25422026-07-16T17:15:59.657Z Compiling half v2.7.1
25432026-07-16T17:15:59.763Z Compiling num-complex v0.4.6
25442026-07-16T17:15:59.934Z Compiling anstyle-query v1.1.5
25452026-07-16T17:16:00.000Z Compiling colorchoice v1.0.5
25462026-07-16T17:16:00.001Z Compiling opaque-debug v0.3.1
25472026-07-16T17:16:00.071Z Compiling is_terminal_polyfill v1.70.2
25482026-07-16T17:16:00.151Z Compiling anstyle v1.0.14
25492026-07-16T17:16:00.264Z Compiling ciborium-io v0.2.2
25502026-07-16T17:16:00.321Z Compiling base16ct v0.2.0
25512026-07-16T17:16:00.322Z Compiling base64ct v1.8.3
25522026-07-16T17:16:00.363Z Compiling anstream v1.0.0
25532026-07-16T17:16:00.459Z Compiling elliptic-curve v0.13.8
25542026-07-16T17:16:00.637Z Compiling password-hash v0.5.0
25552026-07-16T17:16:00.868Z Compiling ciborium-ll v0.2.2
25562026-07-16T17:16:01.050Z Compiling poly1305 v0.8.0
25572026-07-16T17:16:01.147Z Compiling num v0.4.3
25582026-07-16T17:16:01.241Z Compiling curve25519-dalek v4.1.3
25592026-07-16T17:16:01.773Z Compiling typify v0.6.2
25602026-07-16T17:16:01.773Z Compiling thiserror-no-std v2.0.2
25612026-07-16T17:16:01.773Z Compiling dof v0.3.0
25622026-07-16T17:16:01.946Z Compiling chacha20 v0.9.1
25632026-07-16T17:16:02.022Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25642026-07-16T17:16:02.303Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25652026-07-16T17:16:03.851Z Compiling blake2 v0.10.6
25662026-07-16T17:16:03.947Z Compiling aead v0.5.2
25672026-07-16T17:16:04.167Z Compiling byte-wrapper v0.1.0
25682026-07-16T17:16:04.333Z Compiling dtrace-parser v0.2.0
25692026-07-16T17:16:04.372Z Compiling crossbeam-epoch v0.9.18
25702026-07-16T17:16:04.880Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25712026-07-16T17:16:05.052Z Compiling thread-id v4.2.2
25722026-07-16T17:16:05.255Z Compiling keccak v0.1.6
25732026-07-16T17:16:05.255Z Compiling clap_lex v1.1.0
25742026-07-16T17:16:05.299Z Compiling strsim v0.11.1
25752026-07-16T17:16:05.479Z Compiling float-ord v0.3.2
25762026-07-16T17:16:05.585Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25772026-07-16T17:16:05.701Z Compiling clap_builder v4.6.0
25782026-07-16T17:16:06.149Z Compiling sha3 v0.10.9
25792026-07-16T17:16:06.309Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25802026-07-16T17:16:06.416Z Compiling usdt-impl v0.5.0
25812026-07-16T17:16:06.964Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25822026-07-16T17:16:09.692Z Compiling argon2 v0.5.3
25832026-07-16T17:16:10.681Z Compiling chacha20poly1305 v0.10.1
25842026-07-16T17:16:11.060Z Compiling vsss-rs v3.3.4
25852026-07-16T17:16:11.437Z Compiling ciborium v0.2.2
25862026-07-16T17:16:11.684Z Compiling hash32 v0.3.1
25872026-07-16T17:16:11.800Z Compiling memmap v0.7.0
25882026-07-16T17:16:11.876Z Compiling data-encoding v2.11.0
25892026-07-16T17:16:12.068Z Compiling indent_write v2.2.0
25902026-07-16T17:16:12.117Z Compiling usdt v0.5.0
25912026-07-16T17:16:12.212Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25922026-07-16T17:16:12.939Z Compiling heapless v0.8.0
25932026-07-16T17:16:13.433Z Compiling ingot-types v0.1.2
25942026-07-16T17:16:13.753Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25952026-07-16T17:16:13.897Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25962026-07-16T17:16:14.018Z Compiling clap v4.6.1
25972026-07-16T17:16:14.085Z Compiling rustix v0.38.44
25982026-07-16T17:16:14.133Z Compiling tabwriter v1.4.1
25992026-07-16T17:16:14.459Z Compiling cobs v0.3.0
26002026-07-16T17:16:14.522Z Compiling managed v0.8.0
26012026-07-16T17:16:14.817Z Compiling bitflags v1.3.2
26022026-07-16T17:16:14.877Z Compiling colored v3.1.1
26032026-07-16T17:16:14.877Z Compiling foreign-types-shared v0.3.1
26042026-07-16T17:16:14.953Z Compiling foreign-types v0.5.0
26052026-07-16T17:16:15.034Z Compiling smoltcp v0.11.0
26062026-07-16T17:16:15.504Z Compiling postcard v1.1.3
26072026-07-16T17:16:15.562Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26082026-07-16T17:16:15.932Z Compiling num_enum v0.7.6
26092026-07-16T17:16:16.131Z Compiling ingot v0.1.1
26102026-07-16T17:16:16.567Z Compiling memoffset v0.9.1
26112026-07-16T17:16:16.656Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26122026-07-16T17:16:16.852Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26132026-07-16T17:16:16.939Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26142026-07-16T17:16:16.984Z Compiling chacha20 v0.10.0
26152026-07-16T17:16:17.093Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26162026-07-16T17:16:17.436Z Compiling toml_datetime v0.6.11
26172026-07-16T17:16:17.604Z Compiling serde_spanned v0.6.9
26182026-07-16T17:16:17.959Z Compiling cstr-argument v0.1.2
26192026-07-16T17:16:17.959Z Compiling resolv-conf v0.7.6
26202026-07-16T17:16:18.042Z Compiling unicode-segmentation v1.13.3
26212026-07-16T17:16:18.043Z Compiling toml_write v0.1.2
26222026-07-16T17:16:18.091Z Compiling swrite v0.1.0
26232026-07-16T17:16:18.200Z Compiling winnow v0.7.15
26242026-07-16T17:16:18.219Z Compiling linked-hash-map v0.5.6
26252026-07-16T17:16:18.234Z Compiling static_assertions v1.1.0
26262026-07-16T17:16:18.252Z Compiling newline-converter v0.3.0
26272026-07-16T17:16:18.480Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26282026-07-16T17:16:18.726Z Compiling lru-cache v0.1.2
26292026-07-16T17:16:18.726Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26302026-07-16T17:16:18.726Z Compiling rand v0.10.2
26312026-07-16T17:16:18.807Z Compiling hubpack v0.1.2
26322026-07-16T17:16:18.821Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26332026-07-16T17:16:18.821Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26342026-07-16T17:16:18.964Z Compiling nix v0.31.3
26352026-07-16T17:16:19.080Z Compiling atomicwrites v0.4.4
26362026-07-16T17:16:19.264Z Compiling hickory-proto v0.24.4
26372026-07-16T17:16:19.890Z Compiling crossbeam-deque v0.8.6
26382026-07-16T17:16:19.965Z Compiling console v0.15.11
26392026-07-16T17:16:20.061Z Compiling toml_edit v0.22.27
26402026-07-16T17:16:20.242Z Compiling itertools v0.12.1
26412026-07-16T17:16:20.936Z Compiling camino-tempfile v1.4.1
26422026-07-16T17:16:21.971Z Compiling serde-big-array v0.5.1
26432026-07-16T17:16:22.091Z Compiling siphasher v1.0.3
26442026-07-16T17:16:22.092Z Compiling similar v2.7.0
26452026-07-16T17:16:22.092Z Compiling lazy_static v1.5.0
26462026-07-16T17:16:22.092Z Compiling phf_shared v0.12.1
26472026-07-16T17:16:22.092Z Compiling toml v0.8.23
26482026-07-16T17:16:22.092Z Compiling pin-project v1.1.13
26492026-07-16T17:16:22.117Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26502026-07-16T17:16:22.604Z Compiling expectorate v1.2.0
26512026-07-16T17:16:22.818Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26522026-07-16T17:16:23.341Z Compiling hickory-resolver v0.24.4
26532026-07-16T17:16:24.435Z Compiling prettyplease v0.2.37
26542026-07-16T17:16:24.549Z Compiling rayon-core v1.13.0
26552026-07-16T17:16:26.295Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26562026-07-16T17:16:26.646Z Compiling num_enum v0.5.11
26572026-07-16T17:16:26.786Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26582026-07-16T17:16:27.819Z Compiling progenitor-impl v0.13.0
26592026-07-16T17:16:28.105Z Compiling progenitor-impl v0.14.0
26602026-07-16T17:16:29.439Z Compiling unicode-normalization v0.1.25
26612026-07-16T17:16:30.093Z Compiling progenitor-client v0.13.0
26622026-07-16T17:16:30.951Z Compiling tokio-stream v0.1.18
26632026-07-16T17:16:31.071Z Compiling csv-core v0.1.13
26642026-07-16T17:16:31.071Z Compiling bstr v1.12.1
26652026-07-16T17:16:31.163Z Compiling konst_macro_rules v0.2.19
26662026-07-16T17:16:31.298Z Compiling unicode-width v0.1.14
26672026-07-16T17:16:32.043Z Compiling same-file v1.0.6
26682026-07-16T17:16:32.043Z Compiling foreign-types-shared v0.1.1
26692026-07-16T17:16:32.043Z Compiling highway v1.3.0
26702026-07-16T17:16:32.043Z Compiling foldhash v0.1.5
26712026-07-16T17:16:32.166Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26722026-07-16T17:16:32.166Z Compiling hashbrown v0.15.5
26732026-07-16T17:16:32.732Z Compiling walkdir v2.5.0
26742026-07-16T17:16:32.945Z Compiling foreign-types v0.3.2
26752026-07-16T17:16:33.047Z Compiling globset v0.4.18
26762026-07-16T17:16:33.338Z Compiling konst v0.2.20
26772026-07-16T17:16:33.854Z Compiling qorb v0.4.1
26782026-07-16T17:16:39.435Z Compiling csv v1.4.0
26792026-07-16T17:16:39.787Z Compiling progenitor v0.13.0
26802026-07-16T17:16:39.787Z Compiling snafu v0.8.9
26812026-07-16T17:16:39.855Z Compiling olpc-cjson v0.1.4
26822026-07-16T17:16:39.855Z Compiling progenitor v0.14.0
26832026-07-16T17:16:39.855Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26842026-07-16T17:16:39.855Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26852026-07-16T17:16:39.855Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26862026-07-16T17:16:39.855Z Compiling rayon v1.12.0
26872026-07-16T17:16:39.855Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26882026-07-16T17:16:39.855Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26892026-07-16T17:16:41.936Z Compiling phf v0.12.1
26902026-07-16T17:16:42.029Z Compiling openssl-sys v0.9.116
26912026-07-16T17:16:42.489Z Compiling tokio-dtrace v0.1.1
26922026-07-16T17:16:42.984Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26932026-07-16T17:16:43.272Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26942026-07-16T17:16:43.422Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26952026-07-16T17:16:43.474Z Compiling libsw-core v0.3.2
26962026-07-16T17:16:43.640Z Compiling pem v3.0.6
26972026-07-16T17:16:44.285Z Compiling serde_plain v1.0.2
26982026-07-16T17:16:44.530Z Compiling sigpipe v0.1.3
26992026-07-16T17:16:44.530Z Compiling jiff v0.2.28
27002026-07-16T17:16:44.530Z Compiling bytecount v0.6.9
27012026-07-16T17:16:44.686Z Compiling typed-path v0.9.3
27022026-07-16T17:16:44.963Z Compiling glob v0.3.3
27032026-07-16T17:16:46.224Z Compiling minimal-lexical v0.2.1
27042026-07-16T17:16:46.553Z Compiling fixedbitset v0.4.2
27052026-07-16T17:16:46.553Z Compiling fixedbitset v0.5.7
27062026-07-16T17:16:46.553Z Compiling petgraph v0.6.5
27072026-07-16T17:16:46.871Z Compiling petgraph v0.8.3
27082026-07-16T17:16:46.871Z Compiling nom v7.1.3
27092026-07-16T17:16:46.989Z Compiling tough v0.22.0
27102026-07-16T17:16:47.600Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27112026-07-16T17:16:48.683Z Compiling papergrid v0.11.0
27122026-07-16T17:16:49.332Z Compiling openssl v0.10.80
27132026-07-16T17:16:49.332Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27142026-07-16T17:16:49.857Z Compiling libsw v3.5.0
27152026-07-16T17:16:49.857Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27162026-07-16T17:16:50.279Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27172026-07-16T17:16:50.279Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27182026-07-16T17:16:50.646Z Compiling zone v0.3.1
27192026-07-16T17:16:52.039Z Compiling oxide-tokio-rt v0.1.6
27202026-07-16T17:16:52.714Z Compiling chrono-tz v0.10.4
27212026-07-16T17:16:52.745Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27222026-07-16T17:16:53.533Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-07-16T17:16:53.855Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27242026-07-16T17:16:53.979Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27252026-07-16T17:16:54.014Z Compiling newtype_derive v0.1.6
27262026-07-16T17:16:54.084Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27272026-07-16T17:16:54.674Z Compiling slog-dtrace v0.3.0
27282026-07-16T17:16:55.580Z Compiling const_format v0.2.36
27292026-07-16T17:16:55.801Z Compiling cancel-safe-futures v0.1.5
27302026-07-16T17:16:55.801Z Compiling owo-colors v4.3.0
27312026-07-16T17:16:55.910Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27322026-07-16T17:16:57.359Z Compiling gethostname v0.5.0
27332026-07-16T17:16:57.359Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27342026-07-16T17:16:57.359Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27352026-07-16T17:16:57.360Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27362026-07-16T17:16:58.463Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-07-16T17:16:58.463Z Compiling bcs v0.1.6
27382026-07-16T17:16:58.463Z Compiling smf v0.2.3
27392026-07-16T17:16:58.464Z Compiling termtree v0.5.1
27402026-07-16T17:16:59.444Z Compiling whoami v1.6.1
27412026-07-16T17:16:59.444Z Compiling linear-map v1.2.0
27422026-07-16T17:16:59.444Z Compiling tagptr v0.2.0
27432026-07-16T17:16:59.444Z Compiling smawk v0.3.2
27442026-07-16T17:16:59.444Z Compiling unicode-linebreak v0.1.5
27452026-07-16T17:16:59.444Z Compiling moka v0.12.15
27462026-07-16T17:16:59.444Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-07-16T17:16:59.444Z Compiling textwrap v0.16.2
27482026-07-16T17:16:59.444Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27492026-07-16T17:17:00.059Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27502026-07-16T17:17:00.799Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27512026-07-16T17:17:00.799Z Compiling tabled v0.15.0
27522026-07-16T17:17:00.799Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27532026-07-16T17:17:01.506Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27542026-07-16T17:17:02.595Z Compiling steno v0.4.1
27552026-07-16T17:17:03.359Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27562026-07-16T17:17:03.359Z Compiling cookie v0.18.1
27572026-07-16T17:17:04.153Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-07-16T17:17:07.501Z Compiling hickory-proto v0.25.2
27592026-07-16T17:17:08.406Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27602026-07-16T17:17:08.926Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27612026-07-16T17:17:09.117Z Compiling arc-swap v1.9.1
27622026-07-16T17:17:09.766Z Compiling slog-scope v4.4.1
27632026-07-16T17:17:09.805Z Compiling hickory-resolver v0.25.2
27642026-07-16T17:17:10.758Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27652026-07-16T17:17:11.051Z Compiling libscf-sys v1.2.0
27662026-07-16T17:17:11.210Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27672026-07-16T17:17:12.038Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27682026-07-16T17:17:12.367Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27692026-07-16T17:17:12.999Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27702026-07-16T17:17:13.575Z Compiling slog-stdlog v4.1.1
27712026-07-16T17:17:13.983Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27722026-07-16T17:17:14.998Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27732026-07-16T17:17:14.998Z Compiling slog-envlogger v2.2.0
27742026-07-16T17:17:15.549Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27752026-07-16T17:17:15.962Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27762026-07-16T17:17:16.233Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27772026-07-16T17:17:23.579Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27782026-07-16T17:17:25.955Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27792026-07-16T17:17:27.674Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27802026-07-16T17:17:36.418Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27812026-07-16T17:17:40.202Z Finished `release` profile [optimized] target(s) in 2m 25s
27822026-07-16T17:17:40.376Z Running unittests src/lib.rs (target/release/deps/mg_tests-0fa472c9cda41b52)
27832026-07-16T17:17:40.403Z
27842026-07-16T17:17:40.403Zrunning 1 test
27852026-07-16T17:17:40.542Zconfigure zone
27862026-07-16T17:17:40.562Zinstall zone
27872026-07-16T17:17:50.365Zboot zone
27882026-07-16T17:17:50.431Zstart zone s1
27892026-07-16T17:17:50.461Zconfigure zone
27902026-07-16T17:17:50.461Zinstall zone
27912026-07-16T17:17:52.463Zboot zone
27922026-07-16T17:17:52.539Zstart zone s2
27932026-07-16T17:17:52.539Zconfigure zone
27942026-07-16T17:17:52.539Zinstall zone
27952026-07-16T17:17:54.780Zboot zone
27962026-07-16T17:17:54.878Zstart zone s3
27972026-07-16T17:17:54.878Zconfigure zone
27982026-07-16T17:17:54.889Zinstall zone
27992026-07-16T17:17:57.729Zboot zone
28002026-07-16T17:17:59.007Zstart zone t1
28012026-07-16T17:17:59.007Zconfigure zone
28022026-07-16T17:17:59.007Zinstall zone
28032026-07-16T17:18:00.543Zboot zone
28042026-07-16T17:18:00.625Zwaiting for zones to come up
28052026-07-16T17:18:10.757Z[sidecar.quartet] svcs milestone/network
28062026-07-16T17:18:10.821ZSTATE STIME FMRI
28072026-07-16T17:18:10.821Zonline 17:17:49 svc:/milestone/network:default
28082026-07-16T17:18:10.821Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28092026-07-16T17:18:10.821Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28102026-07-16T17:18:10.821Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28112026-07-16T17:18:10.821Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28122026-07-16T17:18:10.821Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28132026-07-16T17:18:10.821Z
28142026-07-16T17:18:10.821Zrunning zone s1.quartet setup
28152026-07-16T17:18:10.821Z[s1.quartet] svcs milestone/network
28162026-07-16T17:18:10.821ZSTATE STIME FMRI
28172026-07-16T17:18:10.822Zonline 17:17:51 svc:/milestone/network:default
28182026-07-16T17:18:10.822Z[s1.quartet] dladm
28192026-07-16T17:18:10.916ZLINK CLASS MTU STATE BRIDGE OVER
28202026-07-16T17:18:10.916Zsl0 simnet 9000 up -- ?
28212026-07-16T17:18:10.916Zmgs1 vnic 9000 up -- ?
28222026-07-16T17:18:10.916Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28232026-07-16T17:18:11.399Z
28242026-07-16T17:18:11.399Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28252026-07-16T17:18:11.415Z
28262026-07-16T17:18:11.415Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28272026-07-16T17:18:11.426Z
28282026-07-16T17:18:11.426Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28292026-07-16T17:18:11.513Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28302026-07-16T17:18:11.599Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 48cec939-d3a5-4a86-85f8-1637fc242941 --sled-uuid 7450ed51-7270-4426-b3de-6d5ec8ad6234 -a sl0/v6 &> /opt/ddmd.log &
28312026-07-16T17:18:11.603Z
28322026-07-16T17:18:11.603Zrunning zone s2.quartet setup
28332026-07-16T17:18:11.603Z[s2.quartet] svcs milestone/network
28342026-07-16T17:18:11.621ZSTATE STIME FMRI
28352026-07-16T17:18:11.621Zonline 17:17:54 svc:/milestone/network:default
28362026-07-16T17:18:11.623Z[s2.quartet] dladm
28372026-07-16T17:18:11.642ZLINK CLASS MTU STATE BRIDGE OVER
28382026-07-16T17:18:11.642Zsl1 simnet 9000 up -- ?
28392026-07-16T17:18:11.643Zmgs2 vnic 9000 up -- ?
28402026-07-16T17:18:11.643Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28412026-07-16T17:18:12.113Z
28422026-07-16T17:18:12.113Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28432026-07-16T17:18:12.123Z
28442026-07-16T17:18:12.123Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28452026-07-16T17:18:12.136Z
28462026-07-16T17:18:12.136Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28472026-07-16T17:18:12.167Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28482026-07-16T17:18:12.197Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8f517f57-710a-46c6-8a65-62dbf04863f1 --sled-uuid 9c8dfbc5-e080-469d-ba47-f22c57bc1e0a -a sl1/v6 &> /opt/ddmd.log &
28492026-07-16T17:18:12.212Z
28502026-07-16T17:18:12.212Zrunning zone s3.quartet setup
28512026-07-16T17:18:12.213Z[s3.quartet] svcs milestone/network
28522026-07-16T17:18:12.230ZSTATE STIME FMRI
28532026-07-16T17:18:12.230Zonline 17:17:57 svc:/milestone/network:default
28542026-07-16T17:18:12.230Z[s3.quartet] dladm
28552026-07-16T17:18:12.241ZLINK CLASS MTU STATE BRIDGE OVER
28562026-07-16T17:18:12.242Zsl2 simnet 9000 up -- ?
28572026-07-16T17:18:12.242Zmgs3 vnic 9000 up -- ?
28582026-07-16T17:18:12.242Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28592026-07-16T17:18:12.839Z
28602026-07-16T17:18:12.839Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28612026-07-16T17:18:12.848Z
28622026-07-16T17:18:12.848Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28632026-07-16T17:18:12.869Z
28642026-07-16T17:18:12.869Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28652026-07-16T17:18:12.896Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28662026-07-16T17:18:12.935Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 5ca20805-d9e2-4611-8df8-8dab1af46dd2 --sled-uuid 13c9be22-f660-4e69-87a6-e2a01cce88d7 -a sl2/v6 &> /opt/ddmd.log &
28672026-07-16T17:18:12.949Z
28682026-07-16T17:18:12.949Zrunning zone t1.quartet setup
28692026-07-16T17:18:12.949Z[t1.quartet] svcs milestone/network
28702026-07-16T17:18:12.959ZSTATE STIME FMRI
28712026-07-16T17:18:12.959Zonline 17:17:59 svc:/milestone/network:default
28722026-07-16T17:18:12.959Z[t1.quartet] dladm
28732026-07-16T17:18:12.974ZLINK CLASS MTU STATE BRIDGE OVER
28742026-07-16T17:18:12.974Ztfportrear0_0 simnet 9000 up -- ?
28752026-07-16T17:18:12.974Ztfportrear1_0 simnet 9000 up -- ?
28762026-07-16T17:18:12.974Ztfportrear2_0 simnet 9000 up -- ?
28772026-07-16T17:18:12.975Zmgt1 vnic 9000 up -- ?
28782026-07-16T17:18:12.975Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28792026-07-16T17:18:13.481Z
28802026-07-16T17:18:13.481Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28812026-07-16T17:18:13.493Z
28822026-07-16T17:18:13.493Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28832026-07-16T17:18:13.508Z
28842026-07-16T17:18:13.508Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28852026-07-16T17:18:13.516Z
28862026-07-16T17:18:13.516Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28872026-07-16T17:18:13.538Z
28882026-07-16T17:18:13.538Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28892026-07-16T17:18:13.875Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
28902026-07-16T17:18:13.892Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
28912026-07-16T17:18:13.892Zwaiting 3s for copy of files to zone to complete ...
28922026-07-16T17:18:16.855Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
28932026-07-16T17:18:16.981Z
28942026-07-16T17:18:16.982Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
28952026-07-16T17:18:17.088Z
28962026-07-16T17:18:17.088Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
28972026-07-16T17:18:17.129Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
28982026-07-16T17:18:17.158Z[t1.quartet] svcadm disable dendrite
28992026-07-16T17:18:17.186Z
29002026-07-16T17:18:17.186Z[t1.quartet] svcadm disable tfport
29012026-07-16T17:18:17.208Z
29022026-07-16T17:18:17.208Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29032026-07-16T17:18:17.640Z
29042026-07-16T17:18:17.640Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29052026-07-16T17:18:17.657Z
29062026-07-16T17:18:17.657Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29072026-07-16T17:18:17.658Z
29082026-07-16T17:18:17.658Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29092026-07-16T17:18:17.658Z
29102026-07-16T17:18:17.658Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29112026-07-16T17:18:17.658Z
29122026-07-16T17:18:17.658Z[t1.quartet] svcadm refresh dendrite:default
29132026-07-16T17:18:17.658Z
29142026-07-16T17:18:17.658Z[t1.quartet] svcadm enable dendrite:default
29152026-07-16T17:18:17.658Z
29162026-07-16T17:18:17.658Zwait 10s for dendrite to come up ...
29172026-07-16T17:18:27.380Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29182026-07-16T17:18:27.420Z
29192026-07-16T17:18:27.420Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29202026-07-16T17:18:27.467Z
29212026-07-16T17:18:27.468Z[t1.quartet] svcadm refresh tfport:default
29222026-07-16T17:18:27.501Z
29232026-07-16T17:18:27.501Z[t1.quartet] svcadm enable tfport
29242026-07-16T17:18:27.501Z
29252026-07-16T17:18:27.502Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 9ebd9e6d-bcee-46a0-9e0d-8d5c3f2e54e7 --sled-uuid 410b31e6-4df7-472e-be51-45d3317858bd -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29262026-07-16T17:18:27.523Z
29272026-07-16T17:18:27.523Z[t1.quartet] ipadm
29282026-07-16T17:18:27.523ZADDROBJ TYPE STATE ADDR
29292026-07-16T17:18:27.523Zlo0/v4 static ok 127.0.0.1/8
29302026-07-16T17:18:27.524Zmgt1/v4 static ok 10.0.0.4/24
29312026-07-16T17:18:27.524Zlo0/v6 static ok ::1/128
29322026-07-16T17:18:27.524Zlo0/u6 static ok fd00:4::1/64
29332026-07-16T17:18:27.524Ztfportrear0_0/v6 addrconf ok fe80::e489:fcff:fe8c:9b7%tfportrear0_0/10
29342026-07-16T17:18:27.524Ztfportrear1_0/v6 addrconf ok fe80::832:a0ff:fe68:4b47%tfportrear1_0/10
29352026-07-16T17:18:27.524Ztfportrear2_0/v6 addrconf ok fe80::e075:d1ff:fe27:f724%tfportrear2_0/10
29362026-07-16T17:18:29.628Zinitial peering test passed
29372026-07-16T17:18:30.621Z[s3.quartet] ping fd00:1::1
29382026-07-16T17:18:30.639Zfd00:1::1 is alive
29392026-07-16T17:18:40.336Ztest ddm::test_quartet has been running for over 60 seconds
29402026-07-16T17:18:41.644Z[s3.quartet] ping fd00:1::1
29412026-07-16T17:18:41.659Zfd00:1::1 is alive
29422026-07-16T17:18:41.663Z[t1.quartet] pkill ddmd
29432026-07-16T17:18:41.673Z
29442026-07-16T17:18:41.674Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29452026-07-16T17:18:41.684Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29462026-07-16T17:18:43.561Z[s3.quartet] pkill ddmd
29472026-07-16T17:18:43.576Z
29482026-07-16T17:18:43.576Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29492026-07-16T17:18:45.386Z[s2.quartet] pkill ddmd
29502026-07-16T17:18:45.400Z
29512026-07-16T17:18:45.400Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29522026-07-16T17:18:47.354Z[s1.quartet] pkill ddmd
29532026-07-16T17:18:47.363Z
29542026-07-16T17:18:47.363Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29552026-07-16T17:18:49.192Z[sidecar.quartet] pkill softnpu
29562026-07-16T17:18:49.207Z
29572026-07-16T17:18:49.207Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29582026-07-16T17:18:51.957Ztest ddm::test_quartet ... ok
29592026-07-16T17:18:51.957Z
29602026-07-16T17:18:51.957Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.62s
29612026-07-16T17:18:51.957Z
29622026-07-16T17:18:52.044Z+ cleanup
29632026-07-16T17:18:52.048Z++ id -un
29642026-07-16T17:18:52.052Z++ id -gn
29652026-07-16T17:18:52.055Z+ pfexec chown -R build:build .
29662026-07-16T17:18:52.261Zprocess exited: duration 689079 ms, exit code 0
 
29672026-07-16T17:18:52.275Zfound 6 output files
29682026-07-16T17:18:52.275Zuploading: /work/s1.quartet.log (3816 bytes)
29692026-07-16T17:18:53.288Zuploaded: /work/s1.quartet.log
29702026-07-16T17:18:53.288Zuploading: /work/s2.quartet.log (3990 bytes)
29712026-07-16T17:18:54.302Zuploaded: /work/s2.quartet.log
29722026-07-16T17:18:54.302Zuploading: /work/s3.quartet.log (4110 bytes)
29732026-07-16T17:18:55.313Zuploaded: /work/s3.quartet.log
29742026-07-16T17:18:55.313Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29752026-07-16T17:18:56.324Zuploaded: /work/sidecar.quartet-softnpu.log
29762026-07-16T17:18:56.325Zuploading: /work/t1.quartet-dpd.log (205483 bytes)
29772026-07-16T17:18:57.344Zuploaded: /work/t1.quartet-dpd.log
29782026-07-16T17:18:57.344Zuploading: /work/t1.quartet.log (17053 bytes)
29792026-07-16T17:18:58.361Zuploaded: /work/t1.quartet.log