01KTESFJDRGT0DZGSZQFJY6ES6: 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: 01KTESG0RNEBQ1C9HEFCB2JW71

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-06T15:41:47.582Zjob assigned to worker 01KTESGAZDHN3J2KMR8XMPNXTN [factory aws, i-052178af8b3683a5c] (queued for 1 m 1 s)
 
22026-06-06T15:41:54.040Zstarting task 0: "setup"
32026-06-06T15:41:54.049Z++ uname -s
42026-06-06T15:41:54.052Z+ kern=SunOS
52026-06-06T15:41:54.052Z+ build_user=build
62026-06-06T15:41:54.052Z+ build_uid=12345
72026-06-06T15:41:54.052Z+ work_dir=/work
82026-06-06T15:41:54.052Z+ input_dir=/input
92026-06-06T15:41:54.052Z+ [[ 0 == 12345 ]]
102026-06-06T15:41:54.052Z+ case "$kern" in
112026-06-06T15:41:54.052Z+ groupadd -g 12345 build
122026-06-06T15:41:54.052Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-06T15:41:56.054Z+ zfs create -o mountpoint=/work rpool/work
142026-06-06T15:41:56.152Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-06T15:41:56.155Z+ home_fs=zfs
162026-06-06T15:41:56.155Z+ [[ zfs == autofs ]]
172026-06-06T15:41:56.155Z+ mkdir -p /home/build
182026-06-06T15:41:56.155Z+ chown build:build /home/build /work
192026-06-06T15:41:58.157Z+ chmod 0700 /home/build /work
202026-06-06T15:41:58.160Zprocess exited: duration 4117 ms, exit code 0
 
212026-06-06T15:41:58.166Zstarting task 1: "rust-toolchain"
222026-06-06T15:41:58.170Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-06T15:41:58.170Z * rust toolchain channel = "stable"
242026-06-06T15:41:58.170Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-06T15:41:58.170Z * rust toolchain profile = "default"
262026-06-06T15:41:58.170Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-06T15:41:58.170Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-06T15:41:58.173Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-06T15:41:58.173Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-06T15:41:58.292Zinfo: downloading installer
312026-06-06T15:41:59.628Zwarn: It looks like you have an existing installation of Rust at:
322026-06-06T15:41:59.628Zwarn: /opt/ooce/bin
332026-06-06T15:41:59.628Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-06T15:41:59.628Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-06T15:41:59.628Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-06T15:41:59.628Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-06T15:41:59.628Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-06T15:41:59.628Zerror: cannot install while Rust is installed
392026-06-06T15:41:59.628Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-06T15:41:59.631Zwarn: It looks like you have an existing rustup settings file at:
412026-06-06T15:41:59.631Zwarn: /home/build/.rustup/settings.toml
422026-06-06T15:41:59.632Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-06T15:41:59.632Zwarn: instead of the one inferred from the default host triple.
442026-06-06T15:41:59.639Zinfo: profile set to default
452026-06-06T15:41:59.639Zinfo: default host triple is x86_64-unknown-illumos
462026-06-06T15:41:59.642Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-06T15:41:59.764Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-06T15:41:59.767Zinfo: downloading 6 components
492026-06-06T15:42:14.185Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-06T15:42:14.185Z
512026-06-06T15:42:14.215Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-06T15:42:14.215Z
532026-06-06T15:42:14.215Z
542026-06-06T15:42:14.215ZRust is installed now. Great!
552026-06-06T15:42:14.215Z
562026-06-06T15:42:14.215ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-06T15:42:14.215Zenvironment variable. This has not been done automatically.
582026-06-06T15:42:14.215Z
592026-06-06T15:42:14.215ZTo configure your current shell, you need to source
602026-06-06T15:42:14.215Zthe corresponding env file under $HOME/.cargo.
612026-06-06T15:42:14.215Z
622026-06-06T15:42:14.215ZThis is usually done by running one of the following (note the leading DOT):
632026-06-06T15:42:14.215Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-06T15:42:14.215Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-06T15:42:14.215Zsource "~/.cargo/env.nu" # For nushell
662026-06-06T15:42:14.215Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-06T15:42:14.216Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-06T15:42:14.216Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-06T15:42:14.219Zwarn: no default linker (`cc`) was found in your PATH
702026-06-06T15:42:14.219Zwarn: many Rust crates require a system C toolchain to build
712026-06-06T15:42:14.316Z+ rustup --version
722026-06-06T15:42:14.325Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-06T15:42:14.328Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-06T15:42:14.347Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-06T15:42:14.350Z+ cargo --version
762026-06-06T15:42:14.363Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-06T15:42:14.366Z+ rustc --version
782026-06-06T15:42:14.384Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-06T15:42:14.387Zprocess exited: duration 16218 ms, exit code 0
 
802026-06-06T15:42:14.393Zstarting task 2: "authentication"
812026-06-06T15:42:14.409Zprocess exited: duration 15 ms, exit code 0
 
822026-06-06T15:42:14.415Zstarting task 3: "clone repository"
832026-06-06T15:42:14.418Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-06T15:42:14.421Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-06T15:42:14.458ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-06T15:42:15.539Z+ cd /work/oxidecomputer/maghemite
872026-06-06T15:42:15.539Z+ git fetch origin 657e9155e12dee27b05882e8bb208595085648aa
882026-06-06T15:42:15.807ZFrom https://github.com/oxidecomputer/maghemite
892026-06-06T15:42:15.807Z * branch 657e9155e12dee27b05882e8bb208595085648aa -> FETCH_HEAD
902026-06-06T15:42:15.812Z+ [[ -n die-prefix-die ]]
912026-06-06T15:42:15.815Z++ git branch --show-current
922026-06-06T15:42:15.815Z+ current=main
932026-06-06T15:42:15.815Z+ [[ main != die-prefix-die ]]
942026-06-06T15:42:15.815Z+ git branch -f die-prefix-die 657e9155e12dee27b05882e8bb208595085648aa
952026-06-06T15:42:15.818Z+ git checkout -f die-prefix-die
962026-06-06T15:42:15.835ZSwitched to branch 'die-prefix-die'
972026-06-06T15:42:15.840Z+ git reset --hard 657e9155e12dee27b05882e8bb208595085648aa
982026-06-06T15:42:15.853ZHEAD is now at 657e915 Merge branch 'main' into die-prefix-die
992026-06-06T15:42:15.856Zprocess exited: duration 1438 ms, exit code 0
 
1002026-06-06T15:42:15.862Zstarting task 4: "build"
1012026-06-06T15:42:15.868Z++ dladm
1022026-06-06T15:42:15.871ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-06T15:42:15.871Zena0 phys 9216 up -- --
1042026-06-06T15:42:15.871Z++ ipadm
1052026-06-06T15:42:15.873ZADDROBJ TYPE STATE ADDR
1062026-06-06T15:42:15.874Zlo0/v4 static ok 127.0.0.1/8
1072026-06-06T15:42:15.874Zena0/dhcp dhcp ok 10.150.1.172/24
1082026-06-06T15:42:15.874Zlo0/v6 static ok ::1/128
1092026-06-06T15:42:15.874Z++ banner collect
1102026-06-06T15:42:15.877Z
1112026-06-06T15:42:15.877Z #### #### # # ###### #### #####
1122026-06-06T15:42:15.877Z # # # # # # # # # #
1132026-06-06T15:42:15.877Z # # # # # ##### # #
1142026-06-06T15:42:15.877Z # # # # # # # #
1152026-06-06T15:42:15.877Z # # # # # # # # # #
1162026-06-06T15:42:15.877Z #### #### ###### ###### ###### #### #
1172026-06-06T15:42:15.877Z
1182026-06-06T15:42:15.877Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-06T15:42:15.877Z++ repo=softnpu
1202026-06-06T15:42:15.877Z++ series=image
1212026-06-06T15:42:15.877Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-06T15:42:15.877Z++ name=softnpu
1232026-06-06T15:42:15.877Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-06T15:42:15.877Z++ mkdir -p download
1252026-06-06T15:42:15.877Z++ pushd download
1262026-06-06T15:42:15.877Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-06T15:42:15.877Z++ [[ ! -f softnpu ]]
1282026-06-06T15:42:15.877Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-06T15:42:15.882Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-06T15:42:15.882Z Dload Upload Total Spent Left Speed
1312026-06-06T15:42:16.212Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 47.37M 0 0 100 15.63M 100 15.63M 0 0 47.36M 0 0 100 15.63M 100 15.63M 0 0 47.36M 0 0
1322026-06-06T15:42:16.215Z++ popd
1332026-06-06T15:42:16.215Z/work/oxidecomputer/maghemite
1342026-06-06T15:42:16.215Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-06T15:42:16.215Z++ repo=sidecar-lite
1362026-06-06T15:42:16.215Z++ series=release
1372026-06-06T15:42:16.215Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-06T15:42:16.216Z++ name=libsidecar_lite.so
1392026-06-06T15:42:16.216Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-06T15:42:16.216Z++ mkdir -p download
1412026-06-06T15:42:16.219Z++ pushd download
1422026-06-06T15:42:16.219Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-06T15:42:16.219Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-06T15:42:16.219Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-06T15:42:16.221Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-06T15:42:16.221Z Dload Upload Total Spent Left Speed
1472026-06-06T15:42:16.480Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 46.62M 0 0 100 12.04M 100 12.04M 0 0 46.61M 0 0 100 12.04M 100 12.04M 0 0 46.60M 0 0
1482026-06-06T15:42:16.483Z++ popd
1492026-06-06T15:42:16.483Z/work/oxidecomputer/maghemite
1502026-06-06T15:42:16.483Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-06T15:42:16.483Z++ repo=sidecar-lite
1522026-06-06T15:42:16.483Z++ series=release
1532026-06-06T15:42:16.483Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-06T15:42:16.483Z++ name=scadm
1552026-06-06T15:42:16.483Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-06T15:42:16.483Z++ mkdir -p download
1572026-06-06T15:42:16.483Z++ pushd download
1582026-06-06T15:42:16.483Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-06T15:42:16.483Z++ [[ ! -f scadm ]]
1602026-06-06T15:42:16.483Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-06T15:42:16.488Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-06T15:42:16.488Z Dload Upload Total Spent Left Speed
1632026-06-06T15:42:16.839Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 45.01M 0 0 100 15.78M 100 15.78M 0 0 45.00M 0 0 100 15.78M 100 15.78M 0 0 45.00M 0 0
1642026-06-06T15:42:16.842Z++ popd
1652026-06-06T15:42:16.842Z/work/oxidecomputer/maghemite
1662026-06-06T15:42:16.842Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-06T15:42:16.842Z++ repo=dendrite
1682026-06-06T15:42:16.843Z++ series=image
1692026-06-06T15:42:16.843Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-06T15:42:16.843Z++ name=dendrite-softnpu.tar.gz
1712026-06-06T15:42:16.843Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-06T15:42:16.843Z++ mkdir -p download
1732026-06-06T15:42:16.843Z++ pushd download
1742026-06-06T15:42:16.843Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-06T15:42:16.843Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-06T15:42:16.843Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-06T15:42:16.847Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-06T15:42:16.850Z Dload Upload Total Spent Left Speed
1792026-06-06T15:42:17.898Z 0 0 0 0 0 0 0 0 0 93 71.59M 93 67.08M 0 0 66.84M 0 00:01 00:01 66.85M 100 71.59M 100 71.59M 0 0 68.54M 0 00:01 00:01 66.85M 100 71.59M 100 71.59M 0 0 68.54M 0 00:01 00:01 66.85M 100 71.59M 100 71.59M 0 0 68.54M 0 00:01 00:01 66.85M
1802026-06-06T15:42:17.912Z++ popd
1812026-06-06T15:42:17.912Z/work/oxidecomputer/maghemite
1822026-06-06T15:42:17.912Z++ get_artifact maghemite release 657e9155e12dee27b05882e8bb208595085648aa ddm
1832026-06-06T15:42:17.912Z++ repo=maghemite
1842026-06-06T15:42:17.912Z++ series=release
1852026-06-06T15:42:17.912Z++ commit=657e9155e12dee27b05882e8bb208595085648aa
1862026-06-06T15:42:17.912Z++ name=ddm
1872026-06-06T15:42:17.912Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-06T15:42:17.912Z++ mkdir -p download
1892026-06-06T15:42:17.912Z++ pushd download
1902026-06-06T15:42:17.912Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-06T15:42:17.913Z++ [[ ! -f ddm ]]
1922026-06-06T15:42:17.913Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/657e9155e12dee27b05882e8bb208595085648aa/ddm
1932026-06-06T15:42:17.913Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-06T15:42:17.913Z Dload Upload Total Spent Left Speed
1952026-06-06T15:42:17.958Z 0 0 0 0 0 0 0 0 0
1962026-06-06T15:42:17.958Zcurl: (22) The requested URL returned error: 404
1972026-06-06T15:42:17.961Z++ popd
1982026-06-06T15:42:17.961Z/work/oxidecomputer/maghemite
1992026-06-06T15:42:17.961Z++ get_artifact maghemite release 657e9155e12dee27b05882e8bb208595085648aa ddmadm
2002026-06-06T15:42:17.961Z++ repo=maghemite
2012026-06-06T15:42:17.961Z++ series=release
2022026-06-06T15:42:17.961Z++ commit=657e9155e12dee27b05882e8bb208595085648aa
2032026-06-06T15:42:17.961Z++ name=ddmadm
2042026-06-06T15:42:17.961Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-06T15:42:17.961Z++ mkdir -p download
2062026-06-06T15:42:17.961Z++ pushd download
2072026-06-06T15:42:17.961Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-06T15:42:17.961Z++ [[ ! -f ddmadm ]]
2092026-06-06T15:42:17.964Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/657e9155e12dee27b05882e8bb208595085648aa/ddmadm
2102026-06-06T15:42:17.967Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-06T15:42:17.967Z Dload Upload Total Spent Left Speed
2122026-06-06T15:42:18.055Z 0 0 0 0 0 0 0 0 0
2132026-06-06T15:42:18.055Zcurl: (22) The requested URL returned error: 404
2142026-06-06T15:42:18.061Z++ popd
2152026-06-06T15:42:18.061Z/work/oxidecomputer/maghemite
2162026-06-06T15:42:18.061Z++ pushd download
2172026-06-06T15:42:18.061Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-06T15:42:18.061Z++ chmod +x softnpu
2192026-06-06T15:42:18.061Z++ chmod +x scadm
2202026-06-06T15:42:18.061Z++ chmod +x ddmadm
2212026-06-06T15:42:18.061Zchmod: WARNING: can't access ddmadm
2222026-06-06T15:42:18.061Z++ chmod +x ddmd
2232026-06-06T15:42:18.066Zchmod: WARNING: can't access ddmd
2242026-06-06T15:42:18.066Z++ mv ddmadm ddmadm-v2
2252026-06-06T15:42:18.067Zmv: cannot access ddmadm
2262026-06-06T15:42:18.067Z++ mv ddmd ddmd-v2
2272026-06-06T15:42:18.067Zmv: cannot access ddmd
2282026-06-06T15:42:18.067Z++ rm -rf zones/dendrite
2292026-06-06T15:42:18.067Z++ mkdir -p zones/dendrite
2302026-06-06T15:42:18.067Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-06T15:42:19.077Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-06-06T15:42:19.079Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-06T15:42:19.082Z++ popd
2342026-06-06T15:42:19.082Z/work/oxidecomputer/maghemite
2352026-06-06T15:42:19.082Z++ banner install
2362026-06-06T15:42:19.082Z
2372026-06-06T15:42:19.082Z # # # #### ##### ## # #
2382026-06-06T15:42:19.082Z # ## # # # # # # #
2392026-06-06T15:42:19.082Z # # # # #### # # # # #
2402026-06-06T15:42:19.082Z # # # # # # ###### # #
2412026-06-06T15:42:19.083Z # # ## # # # # # # #
2422026-06-06T15:42:19.083Z # # # #### # # # ###### ######
2432026-06-06T15:42:19.083Z
2442026-06-06T15:42:19.083Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-06T15:42:19.083Z++ set +o errexit
2462026-06-06T15:42:19.083Z++ pkg info clang-15
2472026-06-06T15:42:19.086Z++ grep -qi installed
2482026-06-06T15:42:20.292Zpkg: info: no packages matching the following patterns you specified are
2492026-06-06T15:42:20.292Zinstalled on the system. Try querying remotely instead:
2502026-06-06T15:42:20.292Z
2512026-06-06T15:42:20.292Z clang-15
2522026-06-06T15:42:20.329Z++ [[ 1 != 0 ]]
2532026-06-06T15:42:20.333Z++ set -o errexit
2542026-06-06T15:42:20.333Z++ pfexec pkg install clang-15
2552026-06-06T15:42:27.070Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-06T15:42:34.852Z Startup: Caching catalogs ... Done
2572026-06-06T15:42:42.108ZPlanning: Solver setup ... Done
2582026-06-06T15:42:42.149ZPlanning: Running solver ... Done
2592026-06-06T15:42:42.290ZPlanning: Finding local manifests ... Done
2602026-06-06T15:42:42.310ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-06T15:42:42.399ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-06T15:42:42.429ZPlanning: Package planning ... Done
2632026-06-06T15:42:42.454ZPlanning: Merging actions ... Done
2642026-06-06T15:42:42.561ZPlanning: Checking for conflicting actions ... Done
2652026-06-06T15:42:42.567ZPlanning: Consolidating action changes ... Done
2662026-06-06T15:42:43.338ZPlanning: Evaluating mediators ... Done
2672026-06-06T15:42:43.343ZPlanning: Planning completed in 8.32 seconds
2682026-06-06T15:42:43.355Z Packages to install: 2
2692026-06-06T15:42:43.355Z Mediators to change: 2
2702026-06-06T15:42:43.355Z Services to change: 1
2712026-06-06T15:42:43.358Z Create boot environment: No
2722026-06-06T15:42:43.358ZCreate backup boot environment: No
2732026-06-06T15:42:43.396Z
2742026-06-06T15:42:43.396ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-06T15:42:48.402ZDownload: 688/3076 items 17.6/211.3MB 8% complete (3.7M/s)
2762026-06-06T15:42:53.509ZDownload: 984/3076 items 82.2/211.3MB 38% complete (13.2M/s)
2772026-06-06T15:42:58.518ZDownload: 1953/3076 items 116.8/211.3MB 55% complete (9.9M/s)
2782026-06-06T15:43:03.807ZDownload: 2004/3076 items 117.1/211.3MB 55% complete (7.9M/s)
2792026-06-06T15:43:18.757ZDownload: 2007/3076 items 117.2/211.3MB 55% complete
2802026-06-06T15:43:24.869ZDownload: 3034/3076 items 201.6/211.3MB 95% complete (24.6M/s)
2812026-06-06T15:43:31.017ZDownload: 3075/3076 items 210.5/211.3MB 99% complete (10.3M/s)
2822026-06-06T15:43:31.038ZDownload: Completed 211.31 MB in 47.64 seconds (4.4M/s)
2832026-06-06T15:43:31.171Z Actions: 1/3418 actions (Installing new actions)
2842026-06-06T15:43:34.310Z Actions: Completed 3418 actions in 3.14 seconds.
2852026-06-06T15:43:34.962Z Done
2862026-06-06T15:43:34.962Z Done
2872026-06-06T15:43:35.691Z Done
2882026-06-06T15:43:39.060Z Done
2892026-06-06T15:43:39.134Z Done
2902026-06-06T15:43:39.137Z Done
2912026-06-06T15:43:39.397Z Done
2922026-06-06T15:43:40.081Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-06-06T15:43:40.081Z++ set +o errexit
2942026-06-06T15:43:40.085Z++ pkg info pkg-config
2952026-06-06T15:43:40.085Z++ grep -qi installed
2962026-06-06T15:43:40.313Z++ [[ 0 != 0 ]]
2972026-06-06T15:43:40.313Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2982026-06-06T15:43:40.313Z++ set +o errexit
2992026-06-06T15:43:40.316Z++ pkg info brand/omicron1
3002026-06-06T15:43:40.316Z++ grep -qi installed
3012026-06-06T15:43:40.501Zpkg: info: no packages matching the following patterns you specified are
3022026-06-06T15:43:40.501Zinstalled on the system. Try querying remotely instead:
3032026-06-06T15:43:40.501Z
3042026-06-06T15:43:40.501Z brand/omicron1
3052026-06-06T15:43:40.536Z++ [[ 1 != 0 ]]
3062026-06-06T15:43:40.536Z++ set -o errexit
3072026-06-06T15:43:40.536Z++ pfexec pkg install brand/omicron1
3082026-06-06T15:43:40.943Z Startup: Refreshing catalog 'helios-dev' ... Done
3092026-06-06T15:43:48.326ZPlanning: Solver setup ... Done
3102026-06-06T15:43:48.365ZPlanning: Running solver ... Done
3112026-06-06T15:43:48.508ZPlanning: Finding local manifests ... Done
3122026-06-06T15:43:48.511ZPlanning: Fetching manifests: 0/2 0% complete
3132026-06-06T15:43:48.628ZPlanning: Fetching manifests: 2/2 100% complete
3142026-06-06T15:43:48.640ZPlanning: Package planning ... Done
3152026-06-06T15:43:48.643ZPlanning: Merging actions ... Done
3162026-06-06T15:43:48.792ZPlanning: Checking for conflicting actions ... Done
3172026-06-06T15:43:48.795ZPlanning: Consolidating action changes ... Done
3182026-06-06T15:43:48.956ZPlanning: Evaluating mediators ... Done
3192026-06-06T15:43:48.959ZPlanning: Planning completed in 8.01 seconds
3202026-06-06T15:43:48.962Z Packages to install: 2
3212026-06-06T15:43:48.962Z Create boot environment: No
3222026-06-06T15:43:48.962ZCreate backup boot environment: No
3232026-06-06T15:43:48.992Z
3242026-06-06T15:43:48.992ZDownload: 0/5 items 0.0/1.1MB 0% complete
3252026-06-06T15:43:49.010ZDownload: Completed 1.07 MB in 0.02 seconds (59.5M/s)
3262026-06-06T15:43:49.092Z Actions: 1/28 actions (Installing new actions)
3272026-06-06T15:43:49.105Z Actions: Completed 28 actions in 0.01 seconds.
3282026-06-06T15:43:49.616Z Done
3292026-06-06T15:43:49.616Z Done
3302026-06-06T15:43:50.245Z Done
3312026-06-06T15:43:53.084Z Done
3322026-06-06T15:43:53.162Z Done
3332026-06-06T15:43:53.165Z Done
3342026-06-06T15:43:53.318Z Done
3352026-06-06T15:43:53.452Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3362026-06-06T15:43:53.452Z++ set +o errexit
3372026-06-06T15:43:53.455Z++ pkg info brand/omicron1/tools
3382026-06-06T15:43:53.455Z++ grep -qi installed
3392026-06-06T15:43:53.640Zpkg: info: no packages matching the following patterns you specified are
3402026-06-06T15:43:53.640Zinstalled on the system. Try querying remotely instead:
3412026-06-06T15:43:53.640Z
3422026-06-06T15:43:53.640Z brand/omicron1/tools
3432026-06-06T15:43:53.677Z++ [[ 1 != 0 ]]
3442026-06-06T15:43:53.677Z++ set -o errexit
3452026-06-06T15:43:53.677Z++ pfexec pkg install brand/omicron1/tools
3462026-06-06T15:43:54.068Z Startup: Refreshing catalog 'helios-dev' ... Done
3472026-06-06T15:44:01.473ZPlanning: Solver setup ... Done
3482026-06-06T15:44:01.513ZPlanning: Running solver ... Done
3492026-06-06T15:44:01.657ZPlanning: Finding local manifests ... Done
3502026-06-06T15:44:01.660ZPlanning: Fetching manifests: 0/1 0% complete
3512026-06-06T15:44:01.771ZPlanning: Fetching manifests: 1/1 100% complete
3522026-06-06T15:44:01.783ZPlanning: Package planning ... Done
3532026-06-06T15:44:01.787ZPlanning: Merging actions ... Done
3542026-06-06T15:44:01.926ZPlanning: Checking for conflicting actions ... Done
3552026-06-06T15:44:01.929ZPlanning: Consolidating action changes ... Done
3562026-06-06T15:44:02.087ZPlanning: Evaluating mediators ... Done
3572026-06-06T15:44:02.091ZPlanning: Planning completed in 8.02 seconds
3582026-06-06T15:44:02.094Z Packages to install: 1
3592026-06-06T15:44:02.094Z Services to change: 1
3602026-06-06T15:44:02.094Z Create boot environment: No
3612026-06-06T15:44:02.094ZCreate backup boot environment: No
3622026-06-06T15:44:02.122Z
3632026-06-06T15:44:02.122ZDownload: 0/2 items 0.0/1.2MB 0% complete
3642026-06-06T15:44:02.149ZDownload: Completed 1.19 MB in 0.03 seconds (43.8M/s)
3652026-06-06T15:44:02.296Z Actions: 1/19 actions (Installing new actions)
3662026-06-06T15:44:02.309Z Actions: Completed 19 actions in 0.01 seconds.
3672026-06-06T15:44:02.826Z Done
3682026-06-06T15:44:02.826Z Done
3692026-06-06T15:44:03.469Z Done
3702026-06-06T15:44:06.380Z Done
3712026-06-06T15:44:06.453Z Done
3722026-06-06T15:44:06.456Z Done
3732026-06-06T15:44:06.617Z Done
3742026-06-06T15:44:06.753Z++ pfexec svcadm enable baseline
3752026-06-06T15:44:06.768Z++ retry=0
3762026-06-06T15:44:06.771Z+++ svcs -Hostate baseline
3772026-06-06T15:44:06.783Z++ [[ offline* != online ]]
3782026-06-06T15:44:06.783Z++ [[ 0 -gt 300 ]]
3792026-06-06T15:44:06.783Z++ sleep 1
3802026-06-06T15:44:07.786Z++ retry=1
3812026-06-06T15:44:07.788Z+++ svcs -Hostate baseline
3822026-06-06T15:44:07.799Z++ [[ offline* != online ]]
3832026-06-06T15:44:07.799Z++ [[ 1 -gt 300 ]]
3842026-06-06T15:44:07.799Z++ sleep 1
3852026-06-06T15:44:08.801Z++ retry=2
3862026-06-06T15:44:08.804Z+++ svcs -Hostate baseline
3872026-06-06T15:44:08.815Z++ [[ offline* != online ]]
3882026-06-06T15:44:08.815Z++ [[ 2 -gt 300 ]]
3892026-06-06T15:44:08.815Z++ sleep 1
3902026-06-06T15:44:09.816Z++ retry=3
3912026-06-06T15:44:09.819Z+++ svcs -Hostate baseline
3922026-06-06T15:44:09.830Z++ [[ offline* != online ]]
3932026-06-06T15:44:09.830Z++ [[ 3 -gt 300 ]]
3942026-06-06T15:44:09.830Z++ sleep 1
3952026-06-06T15:44:10.832Z++ retry=4
3962026-06-06T15:44:10.835Z+++ svcs -Hostate baseline
3972026-06-06T15:44:10.846Z++ [[ offline* != online ]]
3982026-06-06T15:44:10.846Z++ [[ 4 -gt 300 ]]
3992026-06-06T15:44:10.849Z++ sleep 1
4002026-06-06T15:44:11.870Z++ retry=5
4012026-06-06T15:44:11.874Z+++ svcs -Hostate baseline
4022026-06-06T15:44:11.874Z++ [[ offline* != online ]]
4032026-06-06T15:44:11.874Z++ [[ 5 -gt 300 ]]
4042026-06-06T15:44:11.874Z++ sleep 1
4052026-06-06T15:44:12.865Z++ retry=6
4062026-06-06T15:44:12.868Z+++ svcs -Hostate baseline
4072026-06-06T15:44:12.880Z++ [[ offline* != online ]]
4082026-06-06T15:44:12.880Z++ [[ 6 -gt 300 ]]
4092026-06-06T15:44:12.882Z++ sleep 1
4102026-06-06T15:44:13.882Z++ retry=7
4112026-06-06T15:44:13.885Z+++ svcs -Hostate baseline
4122026-06-06T15:44:13.898Z++ [[ offline* != online ]]
4132026-06-06T15:44:13.898Z++ [[ 7 -gt 300 ]]
4142026-06-06T15:44:13.901Z++ sleep 1
4152026-06-06T15:44:14.898Z++ retry=8
4162026-06-06T15:44:14.901Z+++ svcs -Hostate baseline
4172026-06-06T15:44:14.913Z++ [[ offline* != online ]]
4182026-06-06T15:44:14.913Z++ [[ 8 -gt 300 ]]
4192026-06-06T15:44:14.913Z++ sleep 1
4202026-06-06T15:44:15.915Z++ retry=9
4212026-06-06T15:44:15.919Z+++ svcs -Hostate baseline
4222026-06-06T15:44:15.930Z++ [[ offline* != online ]]
4232026-06-06T15:44:15.930Z++ [[ 9 -gt 300 ]]
4242026-06-06T15:44:15.934Z++ sleep 1
4252026-06-06T15:44:16.948Z++ retry=10
4262026-06-06T15:44:16.960Z+++ svcs -Hostate baseline
4272026-06-06T15:44:16.960Z++ [[ offline* != online ]]
4282026-06-06T15:44:16.960Z++ [[ 10 -gt 300 ]]
4292026-06-06T15:44:16.960Z++ sleep 1
4302026-06-06T15:44:17.949Z++ retry=11
4312026-06-06T15:44:17.952Z+++ svcs -Hostate baseline
4322026-06-06T15:44:17.963Z++ [[ offline* != online ]]
4332026-06-06T15:44:17.964Z++ [[ 11 -gt 300 ]]
4342026-06-06T15:44:17.967Z++ sleep 1
4352026-06-06T15:44:18.964Z++ retry=12
4362026-06-06T15:44:18.967Z+++ svcs -Hostate baseline
4372026-06-06T15:44:18.978Z++ [[ offline* != online ]]
4382026-06-06T15:44:18.979Z++ [[ 12 -gt 300 ]]
4392026-06-06T15:44:18.979Z++ sleep 1
4402026-06-06T15:44:19.987Z++ retry=13
4412026-06-06T15:44:19.996Z+++ svcs -Hostate baseline
4422026-06-06T15:44:20.002Z++ [[ offline* != online ]]
4432026-06-06T15:44:20.002Z++ [[ 13 -gt 300 ]]
4442026-06-06T15:44:20.002Z++ sleep 1
4452026-06-06T15:44:20.997Z++ retry=14
4462026-06-06T15:44:20.999Z+++ svcs -Hostate baseline
4472026-06-06T15:44:21.011Z++ [[ offline* != online ]]
4482026-06-06T15:44:21.011Z++ [[ 14 -gt 300 ]]
4492026-06-06T15:44:21.011Z++ sleep 1
4502026-06-06T15:44:22.013Z++ retry=15
4512026-06-06T15:44:22.016Z+++ svcs -Hostate baseline
4522026-06-06T15:44:22.027Z++ [[ offline* != online ]]
4532026-06-06T15:44:22.027Z++ [[ 15 -gt 300 ]]
4542026-06-06T15:44:22.027Z++ sleep 1
4552026-06-06T15:44:23.029Z++ retry=16
4562026-06-06T15:44:23.033Z+++ svcs -Hostate baseline
4572026-06-06T15:44:23.043Z++ [[ offline* != online ]]
4582026-06-06T15:44:23.043Z++ [[ 16 -gt 300 ]]
4592026-06-06T15:44:23.043Z++ sleep 1
4602026-06-06T15:44:24.045Z++ retry=17
4612026-06-06T15:44:24.048Z+++ svcs -Hostate baseline
4622026-06-06T15:44:24.062Z++ [[ offline* != online ]]
4632026-06-06T15:44:24.062Z++ [[ 17 -gt 300 ]]
4642026-06-06T15:44:24.062Z++ sleep 1
4652026-06-06T15:44:25.062Z++ retry=18
4662026-06-06T15:44:25.065Z+++ svcs -Hostate baseline
4672026-06-06T15:44:25.077Z++ [[ offline* != online ]]
4682026-06-06T15:44:25.077Z++ [[ 18 -gt 300 ]]
4692026-06-06T15:44:25.077Z++ sleep 1
4702026-06-06T15:44:26.092Z++ retry=19
4712026-06-06T15:44:26.094Z+++ svcs -Hostate baseline
4722026-06-06T15:44:26.094Z++ [[ offline* != online ]]
4732026-06-06T15:44:26.094Z++ [[ 19 -gt 300 ]]
4742026-06-06T15:44:26.094Z++ sleep 1
4752026-06-06T15:44:27.095Z++ retry=20
4762026-06-06T15:44:27.099Z+++ svcs -Hostate baseline
4772026-06-06T15:44:27.110Z++ [[ offline* != online ]]
4782026-06-06T15:44:27.110Z++ [[ 20 -gt 300 ]]
4792026-06-06T15:44:27.110Z++ sleep 1
4802026-06-06T15:44:28.112Z++ retry=21
4812026-06-06T15:44:28.115Z+++ svcs -Hostate baseline
4822026-06-06T15:44:28.128Z++ [[ offline* != online ]]
4832026-06-06T15:44:28.128Z++ [[ 21 -gt 300 ]]
4842026-06-06T15:44:28.128Z++ sleep 1
4852026-06-06T15:44:29.129Z++ retry=22
4862026-06-06T15:44:29.132Z+++ svcs -Hostate baseline
4872026-06-06T15:44:29.143Z++ [[ offline* != online ]]
4882026-06-06T15:44:29.144Z++ [[ 22 -gt 300 ]]
4892026-06-06T15:44:29.144Z++ sleep 1
4902026-06-06T15:44:30.145Z++ retry=23
4912026-06-06T15:44:30.149Z+++ svcs -Hostate baseline
4922026-06-06T15:44:30.160Z++ [[ offline* != online ]]
4932026-06-06T15:44:30.160Z++ [[ 23 -gt 300 ]]
4942026-06-06T15:44:30.160Z++ sleep 1
4952026-06-06T15:44:31.162Z++ retry=24
4962026-06-06T15:44:31.165Z+++ svcs -Hostate baseline
4972026-06-06T15:44:31.176Z++ [[ offline* != online ]]
4982026-06-06T15:44:31.176Z++ [[ 24 -gt 300 ]]
4992026-06-06T15:44:31.179Z++ sleep 1
5002026-06-06T15:44:32.178Z++ retry=25
5012026-06-06T15:44:32.181Z+++ svcs -Hostate baseline
5022026-06-06T15:44:32.193Z++ [[ offline* != online ]]
5032026-06-06T15:44:32.193Z++ [[ 25 -gt 300 ]]
5042026-06-06T15:44:32.193Z++ sleep 1
5052026-06-06T15:44:33.195Z++ retry=26
5062026-06-06T15:44:33.198Z+++ svcs -Hostate baseline
5072026-06-06T15:44:33.209Z++ [[ offline* != online ]]
5082026-06-06T15:44:33.209Z++ [[ 26 -gt 300 ]]
5092026-06-06T15:44:33.209Z++ sleep 1
5102026-06-06T15:44:34.211Z++ retry=27
5112026-06-06T15:44:34.214Z+++ svcs -Hostate baseline
5122026-06-06T15:44:34.226Z++ [[ offline* != online ]]
5132026-06-06T15:44:34.226Z++ [[ 27 -gt 300 ]]
5142026-06-06T15:44:34.226Z++ sleep 1
5152026-06-06T15:44:35.228Z++ retry=28
5162026-06-06T15:44:35.231Z+++ svcs -Hostate baseline
5172026-06-06T15:44:35.242Z++ [[ offline* != online ]]
5182026-06-06T15:44:35.242Z++ [[ 28 -gt 300 ]]
5192026-06-06T15:44:35.242Z++ sleep 1
5202026-06-06T15:44:36.244Z++ retry=29
5212026-06-06T15:44:36.247Z+++ svcs -Hostate baseline
5222026-06-06T15:44:36.259Z++ [[ offline* != online ]]
5232026-06-06T15:44:36.259Z++ [[ 29 -gt 300 ]]
5242026-06-06T15:44:36.259Z++ sleep 1
5252026-06-06T15:44:37.261Z++ retry=30
5262026-06-06T15:44:37.264Z+++ svcs -Hostate baseline
5272026-06-06T15:44:37.275Z++ [[ offline* != online ]]
5282026-06-06T15:44:37.275Z++ [[ 30 -gt 300 ]]
5292026-06-06T15:44:37.275Z++ sleep 1
5302026-06-06T15:44:38.277Z++ retry=31
5312026-06-06T15:44:38.280Z+++ svcs -Hostate baseline
5322026-06-06T15:44:38.291Z++ [[ offline* != online ]]
5332026-06-06T15:44:38.291Z++ [[ 31 -gt 300 ]]
5342026-06-06T15:44:38.291Z++ sleep 1
5352026-06-06T15:44:39.293Z++ retry=32
5362026-06-06T15:44:39.297Z+++ svcs -Hostate baseline
5372026-06-06T15:44:39.308Z++ [[ offline* != online ]]
5382026-06-06T15:44:39.308Z++ [[ 32 -gt 300 ]]
5392026-06-06T15:44:39.308Z++ sleep 1
5402026-06-06T15:44:40.310Z++ retry=33
5412026-06-06T15:44:40.313Z+++ svcs -Hostate baseline
5422026-06-06T15:44:40.324Z++ [[ offline* != online ]]
5432026-06-06T15:44:40.325Z++ [[ 33 -gt 300 ]]
5442026-06-06T15:44:40.328Z++ sleep 1
5452026-06-06T15:44:41.326Z++ retry=34
5462026-06-06T15:44:41.330Z+++ svcs -Hostate baseline
5472026-06-06T15:44:41.341Z++ [[ offline* != online ]]
5482026-06-06T15:44:41.341Z++ [[ 34 -gt 300 ]]
5492026-06-06T15:44:41.341Z++ sleep 1
5502026-06-06T15:44:42.343Z++ retry=35
5512026-06-06T15:44:42.346Z+++ svcs -Hostate baseline
5522026-06-06T15:44:42.357Z++ [[ offline* != online ]]
5532026-06-06T15:44:42.357Z++ [[ 35 -gt 300 ]]
5542026-06-06T15:44:42.357Z++ sleep 1
5552026-06-06T15:44:43.359Z++ retry=36
5562026-06-06T15:44:43.402Z+++ svcs -Hostate baseline
5572026-06-06T15:44:43.403Z++ [[ offline* != online ]]
5582026-06-06T15:44:43.403Z++ [[ 36 -gt 300 ]]
5592026-06-06T15:44:43.403Z++ sleep 1
5602026-06-06T15:44:44.376Z++ retry=37
5612026-06-06T15:44:44.378Z+++ svcs -Hostate baseline
5622026-06-06T15:44:44.390Z++ [[ offline* != online ]]
5632026-06-06T15:44:44.390Z++ [[ 37 -gt 300 ]]
5642026-06-06T15:44:44.390Z++ sleep 1
5652026-06-06T15:44:45.392Z++ retry=38
5662026-06-06T15:44:45.395Z+++ svcs -Hostate baseline
5672026-06-06T15:44:45.406Z++ [[ offline* != online ]]
5682026-06-06T15:44:45.407Z++ [[ 38 -gt 300 ]]
5692026-06-06T15:44:45.407Z++ sleep 1
5702026-06-06T15:44:46.410Z++ retry=39
5712026-06-06T15:44:46.413Z+++ svcs -Hostate baseline
5722026-06-06T15:44:46.423Z++ [[ offline* != online ]]
5732026-06-06T15:44:46.423Z++ [[ 39 -gt 300 ]]
5742026-06-06T15:44:46.423Z++ sleep 1
5752026-06-06T15:44:47.425Z++ retry=40
5762026-06-06T15:44:47.428Z+++ svcs -Hostate baseline
5772026-06-06T15:44:47.439Z++ [[ offline* != online ]]
5782026-06-06T15:44:47.439Z++ [[ 40 -gt 300 ]]
5792026-06-06T15:44:47.439Z++ sleep 1
5802026-06-06T15:44:48.441Z++ retry=41
5812026-06-06T15:44:48.445Z+++ svcs -Hostate baseline
5822026-06-06T15:44:48.456Z++ [[ offline* != online ]]
5832026-06-06T15:44:48.456Z++ [[ 41 -gt 300 ]]
5842026-06-06T15:44:48.456Z++ sleep 1
5852026-06-06T15:44:49.458Z++ retry=42
5862026-06-06T15:44:49.461Z+++ svcs -Hostate baseline
5872026-06-06T15:44:49.473Z++ [[ offline* != online ]]
5882026-06-06T15:44:49.473Z++ [[ 42 -gt 300 ]]
5892026-06-06T15:44:49.473Z++ sleep 1
5902026-06-06T15:44:50.474Z++ retry=43
5912026-06-06T15:44:50.477Z+++ svcs -Hostate baseline
5922026-06-06T15:44:50.489Z++ [[ offline* != online ]]
5932026-06-06T15:44:50.489Z++ [[ 43 -gt 300 ]]
5942026-06-06T15:44:50.489Z++ sleep 1
5952026-06-06T15:44:51.491Z++ retry=44
5962026-06-06T15:44:51.495Z+++ svcs -Hostate baseline
5972026-06-06T15:44:51.505Z++ [[ offline* != online ]]
5982026-06-06T15:44:51.505Z++ [[ 44 -gt 300 ]]
5992026-06-06T15:44:51.505Z++ sleep 1
6002026-06-06T15:44:52.507Z++ retry=45
6012026-06-06T15:44:52.511Z+++ svcs -Hostate baseline
6022026-06-06T15:44:52.522Z++ [[ offline* != online ]]
6032026-06-06T15:44:52.522Z++ [[ 45 -gt 300 ]]
6042026-06-06T15:44:52.522Z++ sleep 1
6052026-06-06T15:44:53.524Z++ retry=46
6062026-06-06T15:44:53.528Z+++ svcs -Hostate baseline
6072026-06-06T15:44:53.538Z++ [[ offline* != online ]]
6082026-06-06T15:44:53.538Z++ [[ 46 -gt 300 ]]
6092026-06-06T15:44:53.538Z++ sleep 1
6102026-06-06T15:44:54.540Z++ retry=47
6112026-06-06T15:44:54.543Z+++ svcs -Hostate baseline
6122026-06-06T15:44:54.555Z++ [[ offline* != online ]]
6132026-06-06T15:44:54.555Z++ [[ 47 -gt 300 ]]
6142026-06-06T15:44:54.555Z++ sleep 1
6152026-06-06T15:44:55.563Z++ retry=48
6162026-06-06T15:44:55.567Z+++ svcs -Hostate baseline
6172026-06-06T15:44:55.571Z++ [[ offline* != online ]]
6182026-06-06T15:44:55.571Z++ [[ 48 -gt 300 ]]
6192026-06-06T15:44:55.571Z++ sleep 1
6202026-06-06T15:44:56.573Z++ retry=49
6212026-06-06T15:44:56.576Z+++ svcs -Hostate baseline
6222026-06-06T15:44:56.587Z++ [[ offline* != online ]]
6232026-06-06T15:44:56.588Z++ [[ 49 -gt 300 ]]
6242026-06-06T15:44:56.590Z++ sleep 1
6252026-06-06T15:44:57.589Z++ retry=50
6262026-06-06T15:44:57.592Z+++ svcs -Hostate baseline
6272026-06-06T15:44:57.604Z++ [[ offline* != online ]]
6282026-06-06T15:44:57.604Z++ [[ 50 -gt 300 ]]
6292026-06-06T15:44:57.604Z++ sleep 1
6302026-06-06T15:44:58.606Z++ retry=51
6312026-06-06T15:44:58.609Z+++ svcs -Hostate baseline
6322026-06-06T15:44:58.622Z++ [[ offline* != online ]]
6332026-06-06T15:44:58.622Z++ [[ 51 -gt 300 ]]
6342026-06-06T15:44:58.622Z++ sleep 1
6352026-06-06T15:44:59.622Z++ retry=52
6362026-06-06T15:44:59.627Z+++ svcs -Hostate baseline
6372026-06-06T15:44:59.637Z++ [[ offline* != online ]]
6382026-06-06T15:44:59.637Z++ [[ 52 -gt 300 ]]
6392026-06-06T15:44:59.637Z++ sleep 1
6402026-06-06T15:45:00.639Z++ retry=53
6412026-06-06T15:45:00.642Z+++ svcs -Hostate baseline
6422026-06-06T15:45:00.653Z++ [[ offline* != online ]]
6432026-06-06T15:45:00.653Z++ [[ 53 -gt 300 ]]
6442026-06-06T15:45:00.653Z++ sleep 1
6452026-06-06T15:45:01.655Z++ retry=54
6462026-06-06T15:45:01.658Z+++ svcs -Hostate baseline
6472026-06-06T15:45:01.670Z++ [[ offline* != online ]]
6482026-06-06T15:45:01.670Z++ [[ 54 -gt 300 ]]
6492026-06-06T15:45:01.670Z++ sleep 1
6502026-06-06T15:45:02.675Z++ retry=55
6512026-06-06T15:45:02.679Z+++ svcs -Hostate baseline
6522026-06-06T15:45:02.687Z++ [[ offline* != online ]]
6532026-06-06T15:45:02.687Z++ [[ 55 -gt 300 ]]
6542026-06-06T15:45:02.687Z++ sleep 1
6552026-06-06T15:45:03.689Z++ retry=56
6562026-06-06T15:45:03.693Z+++ svcs -Hostate baseline
6572026-06-06T15:45:03.704Z++ [[ offline* != online ]]
6582026-06-06T15:45:03.704Z++ [[ 56 -gt 300 ]]
6592026-06-06T15:45:03.704Z++ sleep 1
6602026-06-06T15:45:04.706Z++ retry=57
6612026-06-06T15:45:04.709Z+++ svcs -Hostate baseline
6622026-06-06T15:45:04.721Z++ [[ offline* != online ]]
6632026-06-06T15:45:04.721Z++ [[ 57 -gt 300 ]]
6642026-06-06T15:45:04.721Z++ sleep 1
6652026-06-06T15:45:05.726Z++ retry=58
6662026-06-06T15:45:05.732Z+++ svcs -Hostate baseline
6672026-06-06T15:45:05.738Z++ [[ offline* != online ]]
6682026-06-06T15:45:05.738Z++ [[ 58 -gt 300 ]]
6692026-06-06T15:45:05.738Z++ sleep 1
6702026-06-06T15:45:06.740Z++ retry=59
6712026-06-06T15:45:06.743Z+++ svcs -Hostate baseline
6722026-06-06T15:45:06.755Z++ [[ offline* != online ]]
6732026-06-06T15:45:06.755Z++ [[ 59 -gt 300 ]]
6742026-06-06T15:45:06.755Z++ sleep 1
6752026-06-06T15:45:07.757Z++ retry=60
6762026-06-06T15:45:07.760Z+++ svcs -Hostate baseline
6772026-06-06T15:45:07.771Z++ [[ offline* != online ]]
6782026-06-06T15:45:07.771Z++ [[ 60 -gt 300 ]]
6792026-06-06T15:45:07.771Z++ sleep 1
6802026-06-06T15:45:08.773Z++ retry=61
6812026-06-06T15:45:08.776Z+++ svcs -Hostate baseline
6822026-06-06T15:45:08.787Z++ [[ offline* != online ]]
6832026-06-06T15:45:08.787Z++ [[ 61 -gt 300 ]]
6842026-06-06T15:45:08.787Z++ sleep 1
6852026-06-06T15:45:09.789Z++ retry=62
6862026-06-06T15:45:09.792Z+++ svcs -Hostate baseline
6872026-06-06T15:45:09.804Z++ [[ offline* != online ]]
6882026-06-06T15:45:09.804Z++ [[ 62 -gt 300 ]]
6892026-06-06T15:45:09.804Z++ sleep 1
6902026-06-06T15:45:10.806Z++ retry=63
6912026-06-06T15:45:10.809Z+++ svcs -Hostate baseline
6922026-06-06T15:45:10.820Z++ [[ offline* != online ]]
6932026-06-06T15:45:10.820Z++ [[ 63 -gt 300 ]]
6942026-06-06T15:45:10.820Z++ sleep 1
6952026-06-06T15:45:11.822Z++ retry=64
6962026-06-06T15:45:11.825Z+++ svcs -Hostate baseline
6972026-06-06T15:45:11.837Z++ [[ offline* != online ]]
6982026-06-06T15:45:11.837Z++ [[ 64 -gt 300 ]]
6992026-06-06T15:45:11.837Z++ sleep 1
7002026-06-06T15:45:12.839Z++ retry=65
7012026-06-06T15:45:12.842Z+++ svcs -Hostate baseline
7022026-06-06T15:45:12.853Z++ [[ offline* != online ]]
7032026-06-06T15:45:12.853Z++ [[ 65 -gt 300 ]]
7042026-06-06T15:45:12.853Z++ sleep 1
7052026-06-06T15:45:13.856Z++ retry=66
7062026-06-06T15:45:13.860Z+++ svcs -Hostate baseline
7072026-06-06T15:45:13.870Z++ [[ offline* != online ]]
7082026-06-06T15:45:13.870Z++ [[ 66 -gt 300 ]]
7092026-06-06T15:45:13.870Z++ sleep 1
7102026-06-06T15:45:14.872Z++ retry=67
7112026-06-06T15:45:14.875Z+++ svcs -Hostate baseline
7122026-06-06T15:45:14.887Z++ [[ offline* != online ]]
7132026-06-06T15:45:14.887Z++ [[ 67 -gt 300 ]]
7142026-06-06T15:45:14.887Z++ sleep 1
7152026-06-06T15:45:15.889Z++ retry=68
7162026-06-06T15:45:15.893Z+++ svcs -Hostate baseline
7172026-06-06T15:45:15.904Z++ [[ offline* != online ]]
7182026-06-06T15:45:15.904Z++ [[ 68 -gt 300 ]]
7192026-06-06T15:45:15.904Z++ sleep 1
7202026-06-06T15:45:16.907Z++ retry=69
7212026-06-06T15:45:16.910Z+++ svcs -Hostate baseline
7222026-06-06T15:45:16.921Z++ [[ offline* != online ]]
7232026-06-06T15:45:16.921Z++ [[ 69 -gt 300 ]]
7242026-06-06T15:45:16.921Z++ sleep 1
7252026-06-06T15:45:17.923Z++ retry=70
7262026-06-06T15:45:17.926Z+++ svcs -Hostate baseline
7272026-06-06T15:45:17.939Z++ [[ offline* != online ]]
7282026-06-06T15:45:17.939Z++ [[ 70 -gt 300 ]]
7292026-06-06T15:45:17.939Z++ sleep 1
7302026-06-06T15:45:18.940Z++ retry=71
7312026-06-06T15:45:18.943Z+++ svcs -Hostate baseline
7322026-06-06T15:45:18.954Z++ [[ offline* != online ]]
7332026-06-06T15:45:18.955Z++ [[ 71 -gt 300 ]]
7342026-06-06T15:45:18.957Z++ sleep 1
7352026-06-06T15:45:19.956Z++ retry=72
7362026-06-06T15:45:19.959Z+++ svcs -Hostate baseline
7372026-06-06T15:45:19.972Z++ [[ offline* != online ]]
7382026-06-06T15:45:19.972Z++ [[ 72 -gt 300 ]]
7392026-06-06T15:45:19.972Z++ sleep 1
7402026-06-06T15:45:20.974Z++ retry=73
7412026-06-06T15:45:20.978Z+++ svcs -Hostate baseline
7422026-06-06T15:45:20.989Z++ [[ offline* != online ]]
7432026-06-06T15:45:20.989Z++ [[ 73 -gt 300 ]]
7442026-06-06T15:45:20.991Z++ sleep 1
7452026-06-06T15:45:21.991Z++ retry=74
7462026-06-06T15:45:21.993Z+++ svcs -Hostate baseline
7472026-06-06T15:45:22.005Z++ [[ offline* != online ]]
7482026-06-06T15:45:22.005Z++ [[ 74 -gt 300 ]]
7492026-06-06T15:45:22.005Z++ sleep 1
7502026-06-06T15:45:23.007Z++ retry=75
7512026-06-06T15:45:23.010Z+++ svcs -Hostate baseline
7522026-06-06T15:45:23.022Z++ [[ offline* != online ]]
7532026-06-06T15:45:23.022Z++ [[ 75 -gt 300 ]]
7542026-06-06T15:45:23.022Z++ sleep 1
7552026-06-06T15:45:24.024Z++ retry=76
7562026-06-06T15:45:24.056Z+++ svcs -Hostate baseline
7572026-06-06T15:45:24.059Z++ [[ offline* != online ]]
7582026-06-06T15:45:24.059Z++ [[ 76 -gt 300 ]]
7592026-06-06T15:45:24.059Z++ sleep 1
7602026-06-06T15:45:25.041Z++ retry=77
7612026-06-06T15:45:25.044Z+++ svcs -Hostate baseline
7622026-06-06T15:45:25.057Z++ [[ offline* != online ]]
7632026-06-06T15:45:25.057Z++ [[ 77 -gt 300 ]]
7642026-06-06T15:45:25.061Z++ sleep 1
7652026-06-06T15:45:26.057Z++ retry=78
7662026-06-06T15:45:26.060Z+++ svcs -Hostate baseline
7672026-06-06T15:45:26.072Z++ [[ offline* != online ]]
7682026-06-06T15:45:26.072Z++ [[ 78 -gt 300 ]]
7692026-06-06T15:45:26.075Z++ sleep 1
7702026-06-06T15:45:27.074Z++ retry=79
7712026-06-06T15:45:27.076Z+++ svcs -Hostate baseline
7722026-06-06T15:45:27.088Z++ [[ offline* != online ]]
7732026-06-06T15:45:27.088Z++ [[ 79 -gt 300 ]]
7742026-06-06T15:45:27.088Z++ sleep 1
7752026-06-06T15:45:28.090Z++ retry=80
7762026-06-06T15:45:28.093Z+++ svcs -Hostate baseline
7772026-06-06T15:45:28.105Z++ [[ offline* != online ]]
7782026-06-06T15:45:28.105Z++ [[ 80 -gt 300 ]]
7792026-06-06T15:45:28.108Z++ sleep 1
7802026-06-06T15:45:29.106Z++ retry=81
7812026-06-06T15:45:29.109Z+++ svcs -Hostate baseline
7822026-06-06T15:45:29.121Z++ [[ offline* != online ]]
7832026-06-06T15:45:29.121Z++ [[ 81 -gt 300 ]]
7842026-06-06T15:45:29.121Z++ sleep 1
7852026-06-06T15:45:30.123Z++ retry=82
7862026-06-06T15:45:30.126Z+++ svcs -Hostate baseline
7872026-06-06T15:45:30.137Z++ [[ offline* != online ]]
7882026-06-06T15:45:30.137Z++ [[ 82 -gt 300 ]]
7892026-06-06T15:45:30.137Z++ sleep 1
7902026-06-06T15:45:31.139Z++ retry=83
7912026-06-06T15:45:31.142Z+++ svcs -Hostate baseline
7922026-06-06T15:45:31.154Z++ [[ offline* != online ]]
7932026-06-06T15:45:31.154Z++ [[ 83 -gt 300 ]]
7942026-06-06T15:45:31.154Z++ sleep 1
7952026-06-06T15:45:32.156Z++ retry=84
7962026-06-06T15:45:32.159Z+++ svcs -Hostate baseline
7972026-06-06T15:45:32.170Z++ [[ offline* != online ]]
7982026-06-06T15:45:32.170Z++ [[ 84 -gt 300 ]]
7992026-06-06T15:45:32.170Z++ sleep 1
8002026-06-06T15:45:33.172Z++ retry=85
8012026-06-06T15:45:33.175Z+++ svcs -Hostate baseline
8022026-06-06T15:45:33.187Z++ [[ offline* != online ]]
8032026-06-06T15:45:33.187Z++ [[ 85 -gt 300 ]]
8042026-06-06T15:45:33.187Z++ sleep 1
8052026-06-06T15:45:34.188Z++ retry=86
8062026-06-06T15:45:34.191Z+++ svcs -Hostate baseline
8072026-06-06T15:45:34.204Z++ [[ offline* != online ]]
8082026-06-06T15:45:34.204Z++ [[ 86 -gt 300 ]]
8092026-06-06T15:45:34.204Z++ sleep 1
8102026-06-06T15:45:35.206Z++ retry=87
8112026-06-06T15:45:35.209Z+++ svcs -Hostate baseline
8122026-06-06T15:45:35.222Z++ [[ offline* != online ]]
8132026-06-06T15:45:35.222Z++ [[ 87 -gt 300 ]]
8142026-06-06T15:45:35.224Z++ sleep 1
8152026-06-06T15:45:36.223Z++ retry=88
8162026-06-06T15:45:36.226Z+++ svcs -Hostate baseline
8172026-06-06T15:45:36.237Z++ [[ offline* != online ]]
8182026-06-06T15:45:36.237Z++ [[ 88 -gt 300 ]]
8192026-06-06T15:45:36.237Z++ sleep 1
8202026-06-06T15:45:37.239Z++ retry=89
8212026-06-06T15:45:37.242Z+++ svcs -Hostate baseline
8222026-06-06T15:45:37.254Z++ [[ offline* != online ]]
8232026-06-06T15:45:37.254Z++ [[ 89 -gt 300 ]]
8242026-06-06T15:45:37.254Z++ sleep 1
8252026-06-06T15:45:38.255Z++ retry=90
8262026-06-06T15:45:38.258Z+++ svcs -Hostate baseline
8272026-06-06T15:45:38.270Z++ [[ offline* != online ]]
8282026-06-06T15:45:38.270Z++ [[ 90 -gt 300 ]]
8292026-06-06T15:45:38.270Z++ sleep 1
8302026-06-06T15:45:39.271Z++ retry=91
8312026-06-06T15:45:39.274Z+++ svcs -Hostate baseline
8322026-06-06T15:45:39.286Z++ [[ offline* != online ]]
8332026-06-06T15:45:39.286Z++ [[ 91 -gt 300 ]]
8342026-06-06T15:45:39.286Z++ sleep 1
8352026-06-06T15:45:40.288Z++ retry=92
8362026-06-06T15:45:40.292Z+++ svcs -Hostate baseline
8372026-06-06T15:45:40.303Z++ [[ offline* != online ]]
8382026-06-06T15:45:40.303Z++ [[ 92 -gt 300 ]]
8392026-06-06T15:45:40.303Z++ sleep 1
8402026-06-06T15:45:41.305Z++ retry=93
8412026-06-06T15:45:41.308Z+++ svcs -Hostate baseline
8422026-06-06T15:45:41.319Z++ [[ offline* != online ]]
8432026-06-06T15:45:41.319Z++ [[ 93 -gt 300 ]]
8442026-06-06T15:45:41.319Z++ sleep 1
8452026-06-06T15:45:42.322Z++ retry=94
8462026-06-06T15:45:42.327Z+++ svcs -Hostate baseline
8472026-06-06T15:45:42.336Z++ [[ offline* != online ]]
8482026-06-06T15:45:42.336Z++ [[ 94 -gt 300 ]]
8492026-06-06T15:45:42.339Z++ sleep 1
8502026-06-06T15:45:43.338Z++ retry=95
8512026-06-06T15:45:43.341Z+++ svcs -Hostate baseline
8522026-06-06T15:45:43.353Z++ [[ offline* != online ]]
8532026-06-06T15:45:43.353Z++ [[ 95 -gt 300 ]]
8542026-06-06T15:45:43.356Z++ sleep 1
8552026-06-06T15:45:44.355Z++ retry=96
8562026-06-06T15:45:44.358Z+++ svcs -Hostate baseline
8572026-06-06T15:45:44.369Z++ [[ offline* != online ]]
8582026-06-06T15:45:44.369Z++ [[ 96 -gt 300 ]]
8592026-06-06T15:45:44.369Z++ sleep 1
8602026-06-06T15:45:45.372Z++ retry=97
8612026-06-06T15:45:45.374Z+++ svcs -Hostate baseline
8622026-06-06T15:45:45.387Z++ [[ offline* != online ]]
8632026-06-06T15:45:45.387Z++ [[ 97 -gt 300 ]]
8642026-06-06T15:45:45.387Z++ sleep 1
8652026-06-06T15:45:46.389Z++ retry=98
8662026-06-06T15:45:46.392Z+++ svcs -Hostate baseline
8672026-06-06T15:45:46.403Z++ [[ offline* != online ]]
8682026-06-06T15:45:46.404Z++ [[ 98 -gt 300 ]]
8692026-06-06T15:45:46.404Z++ sleep 1
8702026-06-06T15:45:47.405Z++ retry=99
8712026-06-06T15:45:47.408Z+++ svcs -Hostate baseline
8722026-06-06T15:45:47.420Z++ [[ offline* != online ]]
8732026-06-06T15:45:47.420Z++ [[ 99 -gt 300 ]]
8742026-06-06T15:45:47.423Z++ sleep 1
8752026-06-06T15:45:48.422Z++ retry=100
8762026-06-06T15:45:48.425Z+++ svcs -Hostate baseline
8772026-06-06T15:45:48.437Z++ [[ offline* != online ]]
8782026-06-06T15:45:48.437Z++ [[ 100 -gt 300 ]]
8792026-06-06T15:45:48.440Z++ sleep 1
8802026-06-06T15:45:49.438Z++ retry=101
8812026-06-06T15:45:49.444Z+++ svcs -Hostate baseline
8822026-06-06T15:45:49.453Z++ [[ offline* != online ]]
8832026-06-06T15:45:49.453Z++ [[ 101 -gt 300 ]]
8842026-06-06T15:45:49.453Z++ sleep 1
8852026-06-06T15:45:50.455Z++ retry=102
8862026-06-06T15:45:50.458Z+++ svcs -Hostate baseline
8872026-06-06T15:45:50.470Z++ [[ offline* != online ]]
8882026-06-06T15:45:50.470Z++ [[ 102 -gt 300 ]]
8892026-06-06T15:45:50.470Z++ sleep 1
8902026-06-06T15:45:51.471Z++ retry=103
8912026-06-06T15:45:51.473Z+++ svcs -Hostate baseline
8922026-06-06T15:45:51.485Z++ [[ offline* != online ]]
8932026-06-06T15:45:51.485Z++ [[ 103 -gt 300 ]]
8942026-06-06T15:45:51.488Z++ sleep 1
8952026-06-06T15:45:52.487Z++ retry=104
8962026-06-06T15:45:52.490Z+++ svcs -Hostate baseline
8972026-06-06T15:45:52.501Z++ [[ offline* != online ]]
8982026-06-06T15:45:52.501Z++ [[ 104 -gt 300 ]]
8992026-06-06T15:45:52.501Z++ sleep 1
9002026-06-06T15:45:53.503Z++ retry=105
9012026-06-06T15:45:53.506Z+++ svcs -Hostate baseline
9022026-06-06T15:45:53.517Z++ [[ offline* != online ]]
9032026-06-06T15:45:53.517Z++ [[ 105 -gt 300 ]]
9042026-06-06T15:45:53.517Z++ sleep 1
9052026-06-06T15:45:54.519Z++ retry=106
9062026-06-06T15:45:54.521Z+++ svcs -Hostate baseline
9072026-06-06T15:45:54.534Z++ [[ offline* != online ]]
9082026-06-06T15:45:54.534Z++ [[ 106 -gt 300 ]]
9092026-06-06T15:45:54.537Z++ sleep 1
9102026-06-06T15:45:55.536Z++ retry=107
9112026-06-06T15:45:55.538Z+++ svcs -Hostate baseline
9122026-06-06T15:45:55.550Z++ [[ offline* != online ]]
9132026-06-06T15:45:55.550Z++ [[ 107 -gt 300 ]]
9142026-06-06T15:45:55.550Z++ sleep 1
9152026-06-06T15:45:56.553Z++ retry=108
9162026-06-06T15:45:56.556Z+++ svcs -Hostate baseline
9172026-06-06T15:45:56.566Z++ [[ online != online ]]
9182026-06-06T15:45:56.569Z++ set -o errexit
9192026-06-06T15:45:56.569Z++ set -o pipefail
9202026-06-06T15:45:56.569Z++ banner build
9212026-06-06T15:45:56.569Z
9222026-06-06T15:45:56.569Z ##### # # # # #####
9232026-06-06T15:45:56.569Z # # # # # # # #
9242026-06-06T15:45:56.569Z ##### # # # # # #
9252026-06-06T15:45:56.569Z # # # # # # # #
9262026-06-06T15:45:56.569Z # # # # # # # #
9272026-06-06T15:45:56.569Z ##### #### # ###### #####
9282026-06-06T15:45:56.569Z
9292026-06-06T15:45:56.569Z++ cargo build --release --bin ddmd --bin ddmadm
9302026-06-06T15:45:56.573Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9312026-06-06T15:45:56.712Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9322026-06-06T15:45:56.716Zinfo: downloading 6 components
9332026-06-06T15:46:11.128Z Updating git repository `https://github.com/oxidecomputer/falcon`
9342026-06-06T15:46:11.801ZFrom https://github.com/oxidecomputer/falcon
9352026-06-06T15:46:11.801Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9362026-06-06T15:46:11.880Z Updating crates.io index
9372026-06-06T15:46:11.913Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9382026-06-06T15:46:12.872ZFrom https://github.com/oxidecomputer/dendrite
9392026-06-06T15:46:12.872Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
9402026-06-06T15:46:13.095Z Updating git repository `https://github.com/oxidecomputer/ispf`
9412026-06-06T15:46:13.404ZFrom https://github.com/oxidecomputer/ispf
9422026-06-06T15:46:13.404Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9432026-06-06T15:46:13.410Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9442026-06-06T15:46:13.768ZFrom https://github.com/oxidecomputer/netadm-sys
9452026-06-06T15:46:13.768Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9462026-06-06T15:46:13.775Z Updating git repository `https://github.com/oxidecomputer/omicron`
9472026-06-06T15:46:21.521ZFrom https://github.com/oxidecomputer/omicron
9482026-06-06T15:46:21.521Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9492026-06-06T15:46:21.933Z Updating git repository `https://github.com/oxidecomputer/opte`
9502026-06-06T15:46:22.599ZFrom https://github.com/oxidecomputer/opte
9512026-06-06T15:46:22.599Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9522026-06-06T15:46:23.063Z Updating git repository `https://github.com/illumos/smf-rs`
9532026-06-06T15:46:23.362ZFrom https://github.com/illumos/smf-rs
9542026-06-06T15:46:23.362Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9552026-06-06T15:46:23.522Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9562026-06-06T15:46:23.810ZFrom https://github.com/oxidecomputer/network-interface
9572026-06-06T15:46:23.810Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9582026-06-06T15:46:23.817Z Updating git repository `https://github.com/oxidecomputer/zone`
9592026-06-06T15:46:24.103ZFrom https://github.com/oxidecomputer/zone
9602026-06-06T15:46:24.103Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9612026-06-06T15:46:24.129Z Updating git repository `https://github.com/oxidecomputer/propolis`
9622026-06-06T15:46:24.749ZFrom https://github.com/oxidecomputer/propolis
9632026-06-06T15:46:24.749Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9642026-06-06T15:46:24.901Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9652026-06-06T15:46:25.408ZFrom https://github.com/oxidecomputer/transceiver-control
9662026-06-06T15:46:25.408Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9672026-06-06T15:46:25.637Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9682026-06-06T15:46:25.937ZFrom https://github.com/oxidecomputer/dlpi-sys
9692026-06-06T15:46:25.937Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9702026-06-06T15:46:25.942Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9712026-06-06T15:46:26.246ZFrom https://github.com/jmesmon/rust-libzfs
9722026-06-06T15:46:26.246Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9732026-06-06T15:46:26.255Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9742026-06-06T15:46:26.542ZFrom https://github.com/oxidecomputer/rusty-doors
9752026-06-06T15:46:26.542Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9762026-06-06T15:46:26.599Z Updating git repository `https://github.com/oxidecomputer/lldp`
9772026-06-06T15:46:26.949ZFrom https://github.com/oxidecomputer/lldp
9782026-06-06T15:46:26.949Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9792026-06-06T15:46:26.999Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9802026-06-06T15:46:27.300ZFrom https://github.com/oxidecomputer/slog-error-chain
9812026-06-06T15:46:27.300Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9822026-06-06T15:46:27.308Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9832026-06-06T15:46:27.634ZFrom https://github.com/oxidecomputer/tufaceous
9842026-06-06T15:46:27.634Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9852026-06-06T15:46:27.752Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9862026-06-06T15:46:28.245ZFrom https://github.com/oxidecomputer/management-gateway-service
9872026-06-06T15:46:28.245Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9882026-06-06T15:46:28.261Z Updating git repository `https://github.com/oxidecomputer/crucible`
9892026-06-06T15:46:29.082ZFrom https://github.com/oxidecomputer/crucible
9902026-06-06T15:46:29.082Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9912026-06-06T15:46:29.651Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9922026-06-06T15:46:29.940ZFrom https://github.com/oxidecomputer/serde_human_bytes
9932026-06-06T15:46:29.940Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9942026-06-06T15:46:30.096Z Updating git repository `https://github.com/oxidecomputer/propolis`
9952026-06-06T15:46:30.520ZFrom https://github.com/oxidecomputer/propolis
9962026-06-06T15:46:30.520Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9972026-06-06T15:46:30.715Z Updating git repository `https://github.com/oxidecomputer/crucible`
9982026-06-06T15:46:31.244ZFrom https://github.com/oxidecomputer/crucible
9992026-06-06T15:46:31.244Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10002026-06-06T15:46:31.497Z Updating git repository `https://github.com/oxidecomputer/tofino`
10012026-06-06T15:46:31.862ZFrom https://github.com/oxidecomputer/tofino
10022026-06-06T15:46:31.862Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10032026-06-06T15:46:31.888Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10042026-06-06T15:46:32.763ZFrom https://github.com/oxidecomputer/maghemite
10052026-06-06T15:46:32.763Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10062026-06-06T15:46:32.795Z Updating git repository `https://github.com/oxidecomputer/clickward`
10072026-06-06T15:46:33.082ZFrom https://github.com/oxidecomputer/clickward
10082026-06-06T15:46:33.082Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10092026-06-06T15:46:33.197Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10102026-06-06T15:46:33.615ZFrom https://github.com/oxidecomputer/illumos-devinfo
10112026-06-06T15:46:33.615Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10122026-06-06T15:46:34.369Z Downloading crates ...
10132026-06-06T15:46:34.440Z Downloaded cobs v0.3.0
10142026-06-06T15:46:34.446Z Downloaded compression-codecs v0.4.38
10152026-06-06T15:46:34.449Z Downloaded anstyle v1.0.14
10162026-06-06T15:46:34.452Z Downloaded camino v1.2.2
10172026-06-06T15:46:34.455Z Downloaded darling_macro v0.23.0
10182026-06-06T15:46:34.458Z Downloaded bit-vec v0.8.0
10192026-06-06T15:46:34.460Z Downloaded defmt v0.3.100
10202026-06-06T15:46:34.461Z Downloaded bs58 v0.5.1
10212026-06-06T15:46:34.463Z Downloaded dof v0.3.0
10222026-06-06T15:46:34.466Z Downloaded generic-array v0.14.7
10232026-06-06T15:46:34.469Z Downloaded digest v0.10.7
10242026-06-06T15:46:34.469Z Downloaded foreign-types-shared v0.1.1
10252026-06-06T15:46:34.472Z Downloaded heck v0.4.1
10262026-06-06T15:46:34.474Z Downloaded futures-core v0.3.32
10272026-06-06T15:46:34.477Z Downloaded derive-ex v0.1.8
10282026-06-06T15:46:34.477Z Downloaded defmt-macros v1.1.0
10292026-06-06T15:46:34.480Z Downloaded http-body v1.0.1
10302026-06-06T15:46:34.482Z Downloaded dunce v1.0.5
10312026-06-06T15:46:34.485Z Downloaded anstyle-parse v1.0.0
10322026-06-06T15:46:34.488Z Downloaded async-stream-impl v0.3.6
10332026-06-06T15:46:34.488Z Downloaded ahash v0.8.12
10342026-06-06T15:46:34.492Z Downloaded futures-macro v0.3.32
10352026-06-06T15:46:34.495Z Downloaded clap_lex v1.1.0
10362026-06-06T15:46:34.495Z Downloaded find-msvc-tools v0.1.9
10372026-06-06T15:46:34.498Z Downloaded async-recursion v1.1.1
10382026-06-06T15:46:34.501Z Downloaded foreign-types v0.5.0
10392026-06-06T15:46:34.501Z Downloaded git-stub-vcs v0.1.0
10402026-06-06T15:46:34.504Z Downloaded either v1.16.0
10412026-06-06T15:46:34.509Z Downloaded block-buffer v0.12.0
10422026-06-06T15:46:34.512Z Downloaded equivalent v1.0.2
10432026-06-06T15:46:34.512Z Downloaded cipher v0.4.4
10442026-06-06T15:46:34.512Z Downloaded foldhash v0.1.5
10452026-06-06T15:46:34.515Z Downloaded cstr-argument v0.1.2
10462026-06-06T15:46:34.515Z Downloaded futures-io v0.3.32
10472026-06-06T15:46:34.518Z Downloaded darling v0.23.0
10482026-06-06T15:46:34.520Z Downloaded hostname v0.4.2
10492026-06-06T15:46:34.523Z Downloaded futures-task v0.3.32
10502026-06-06T15:46:34.526Z Downloaded crunchy v0.2.4
10512026-06-06T15:46:34.526Z Downloaded heck v0.5.0
10522026-06-06T15:46:34.529Z Downloaded defmt-parser v1.0.0
10532026-06-06T15:46:34.531Z Downloaded cpufeatures v0.3.0
10542026-06-06T15:46:34.532Z Downloaded cpufeatures v0.2.17
10552026-06-06T15:46:34.534Z Downloaded ciborium-io v0.2.2
10562026-06-06T15:46:34.538Z Downloaded cfg-if v1.0.4
10572026-06-06T15:46:34.538Z Downloaded hmac v0.12.1
10582026-06-06T15:46:34.540Z Downloaded adler2 v2.0.1
10592026-06-06T15:46:34.540Z Downloaded darling_macro v0.21.3
10602026-06-06T15:46:34.543Z Downloaded crypto-common v0.1.7
10612026-06-06T15:46:34.546Z Downloaded futures-sink v0.3.32
10622026-06-06T15:46:34.546Z Downloaded byteorder v1.5.0
10632026-06-06T15:46:34.549Z Downloaded hex v0.4.3
10642026-06-06T15:46:34.549Z Downloaded curve25519-dalek-derive v0.1.1
10652026-06-06T15:46:34.552Z Downloaded float-ord v0.3.2
10662026-06-06T15:46:34.555Z Downloaded gethostname v0.5.0
10672026-06-06T15:46:34.555Z Downloaded dyn-clone v1.0.20
10682026-06-06T15:46:34.558Z Downloaded fixedbitset v0.4.2
10692026-06-06T15:46:34.558Z Downloaded allocator-api2 v0.2.21
10702026-06-06T15:46:34.560Z Downloaded errno v0.3.14
10712026-06-06T15:46:34.563Z Downloaded cfg_aliases v0.2.1
10722026-06-06T15:46:34.566Z Downloaded digest v0.11.3
10732026-06-06T15:46:34.569Z Downloaded dof v0.4.0
10742026-06-06T15:46:34.569Z Downloaded foreign-types-macros v0.2.3
10752026-06-06T15:46:34.572Z Downloaded darling_core v0.21.3
10762026-06-06T15:46:34.574Z Downloaded hostname v0.3.1
10772026-06-06T15:46:34.577Z Downloaded aead v0.5.2
10782026-06-06T15:46:34.577Z Downloaded dtrace-parser v0.3.0
10792026-06-06T15:46:34.580Z Downloaded fnv v1.0.7
10802026-06-06T15:46:34.580Z Downloaded form_urlencoded v1.2.2
10812026-06-06T15:46:34.583Z Downloaded hubpack v0.1.2
10822026-06-06T15:46:34.583Z Downloaded enum-as-inner v0.6.1
10832026-06-06T15:46:34.587Z Downloaded idna_adapter v1.2.2
10842026-06-06T15:46:34.589Z Downloaded crc8 v0.1.1
10852026-06-06T15:46:34.589Z Downloaded inout v0.1.4
10862026-06-06T15:46:34.589Z Downloaded ident_case v1.0.1
10872026-06-06T15:46:34.592Z Downloaded blake2 v0.10.6
10882026-06-06T15:46:34.595Z Downloaded is-terminal v0.4.17
10892026-06-06T15:46:34.595Z Downloaded is_terminal_polyfill v1.70.2
10902026-06-06T15:46:34.597Z Downloaded dropshot_endpoint v0.17.1
10912026-06-06T15:46:34.600Z Downloaded byte-wrapper v0.1.0
10922026-06-06T15:46:34.603Z Downloaded getrandom v0.3.4
10932026-06-06T15:46:34.606Z Downloaded internet-checksum v0.2.1
10942026-06-06T15:46:34.606Z Downloaded bytecount v0.6.9
10952026-06-06T15:46:34.608Z Downloaded git-stub v1.0.0
10962026-06-06T15:46:34.611Z Downloaded bitflags v1.3.2
10972026-06-06T15:46:34.614Z Downloaded itoa v1.0.18
10982026-06-06T15:46:34.614Z Downloaded group v0.13.0
10992026-06-06T15:46:34.617Z Downloaded deranged v0.5.8
11002026-06-06T15:46:34.620Z Downloaded is_ci v1.2.0
11012026-06-06T15:46:34.620Z Downloaded fixedbitset v0.5.7
11022026-06-06T15:46:34.622Z Downloaded globset v0.4.18
11032026-06-06T15:46:34.625Z Downloaded critical-section v1.2.0
11042026-06-06T15:46:34.625Z Downloaded const_format_proc_macros v0.2.34
11052026-06-06T15:46:34.628Z Downloaded erased-serde v0.3.31
11062026-06-06T15:46:34.630Z Downloaded lru-slab v0.1.2
11072026-06-06T15:46:34.630Z Downloaded managed v0.8.0
11082026-06-06T15:46:34.652Z Downloaded match_cfg v0.1.0
11092026-06-06T15:46:34.652Z Downloaded macaddr v1.0.1
11102026-06-06T15:46:34.652Z Downloaded lru-cache v0.1.2
11112026-06-06T15:46:34.652Z Downloaded memoffset v0.9.1
11122026-06-06T15:46:34.652Z Downloaded daft-derive v0.1.7
11132026-06-06T15:46:34.652Z Downloaded highway v1.3.0
11142026-06-06T15:46:34.652Z Downloaded cmake v0.1.58
11152026-06-06T15:46:34.652Z Downloaded no-std-compat v0.4.1
11162026-06-06T15:46:34.652Z Downloaded newline-converter v0.3.0
11172026-06-06T15:46:34.652Z Downloaded glob v0.3.3
11182026-06-06T15:46:34.652Z Downloaded http-body-util v0.1.3
11192026-06-06T15:46:34.652Z Downloaded data-encoding v2.11.0
11202026-06-06T15:46:34.656Z Downloaded futures-executor v0.3.32
11212026-06-06T15:46:34.656Z Downloaded num-derive v0.4.2
11222026-06-06T15:46:34.659Z Downloaded newtype_derive v0.1.6
11232026-06-06T15:46:34.659Z Downloaded newtype-uuid-macros v0.1.0
11242026-06-06T15:46:34.659Z Downloaded natord v1.0.9
11252026-06-06T15:46:34.662Z Downloaded num v0.4.3
11262026-06-06T15:46:34.662Z Downloaded cookie v0.18.1
11272026-06-06T15:46:34.665Z Downloaded defmt v1.1.0
11282026-06-06T15:46:34.668Z Downloaded chacha20 v0.10.0
11292026-06-06T15:46:34.671Z Downloaded num-conv v0.2.2
11302026-06-06T15:46:34.671Z Downloaded getrandom v0.2.17
11312026-06-06T15:46:34.674Z Downloaded keccak v0.1.6
11322026-06-06T15:46:34.677Z Downloaded ipnet v2.12.0
11332026-06-06T15:46:34.677Z Downloaded omicron-workspace-hack v0.1.0
11342026-06-06T15:46:34.680Z Downloaded num_threads v0.1.7
11352026-06-06T15:46:34.680Z Downloaded libsw-core v0.3.2
11362026-06-06T15:46:34.683Z Downloaded olpc-cjson v0.1.4
11372026-06-06T15:46:34.683Z Downloaded libscf-sys v1.2.0
11382026-06-06T15:46:34.685Z Downloaded lock_api v0.4.14
11392026-06-06T15:46:34.685Z Downloaded opaque-debug v0.3.1
11402026-06-06T15:46:34.688Z Downloaded openssl-probe v0.2.1
11412026-06-06T15:46:34.688Z Downloaded csv-core v0.1.13
11422026-06-06T15:46:34.691Z Downloaded cancel-safe-futures v0.1.5
11432026-06-06T15:46:34.694Z Downloaded mime v0.3.17
11442026-06-06T15:46:34.694Z Downloaded linear-map v1.2.0
11452026-06-06T15:46:34.696Z Downloaded libsw v3.5.0
11462026-06-06T15:46:34.696Z Downloaded futures-channel v0.3.32
11472026-06-06T15:46:34.699Z Downloaded crossbeam-epoch v0.9.18
11482026-06-06T15:46:34.702Z Downloaded flate2 v1.1.9
11492026-06-06T15:46:34.705Z Downloaded httparse v1.10.1
11502026-06-06T15:46:34.707Z Downloaded percent-encoding v2.3.2
11512026-06-06T15:46:34.707Z Downloaded ingot-macros v0.1.1
11522026-06-06T15:46:34.710Z Downloaded plain v0.2.3
11532026-06-06T15:46:34.710Z Downloaded ingot v0.1.1
11542026-06-06T15:46:34.713Z Downloaded potential_utf v0.1.5
11552026-06-06T15:46:34.713Z Downloaded crc32fast v1.5.0
11562026-06-06T15:46:34.716Z Downloaded clap v4.6.1
11572026-06-06T15:46:34.721Z Downloaded num-iter v0.1.45
11582026-06-06T15:46:34.724Z Downloaded ingot-types v0.1.2
11592026-06-06T15:46:34.727Z Downloaded phf_shared v0.12.1
11602026-06-06T15:46:34.727Z Downloaded num_enum v0.5.11
11612026-06-06T15:46:34.730Z Downloaded num-complex v0.4.6
11622026-06-06T15:46:34.730Z Downloaded proc-macro-crate v1.3.1
11632026-06-06T15:46:34.733Z Downloaded powerfmt v0.2.0
11642026-06-06T15:46:34.733Z Downloaded jobserver v0.1.34
11652026-06-06T15:46:34.736Z Downloaded hickory-resolver v0.25.2
11662026-06-06T15:46:34.739Z Downloaded proc-macro-crate v3.5.0
11672026-06-06T15:46:34.739Z Downloaded elliptic-curve v0.13.8
11682026-06-06T15:46:34.742Z Downloaded cargo_toml v0.22.3
11692026-06-06T15:46:34.744Z Downloaded proc-macro-error-attr v1.0.4
11702026-06-06T15:46:34.744Z Downloaded oxide-tokio-rt v0.1.6
11712026-06-06T15:46:34.747Z Downloaded derive-where v1.6.1
11722026-06-06T15:46:34.750Z Downloaded owo-colors v4.3.0
11732026-06-06T15:46:34.752Z Downloaded oxnet v0.1.6
11742026-06-06T15:46:34.752Z Downloaded litemap v0.8.2
11752026-06-06T15:46:34.755Z Downloaded openssl-macros v0.1.1
11762026-06-06T15:46:34.755Z Downloaded progenitor-macro v0.13.0
11772026-06-06T15:46:34.758Z Downloaded progenitor-macro v0.10.0
11782026-06-06T15:46:34.758Z Downloaded num_enum_derive v0.7.6
11792026-06-06T15:46:34.761Z Downloaded bytes v1.11.1
11802026-06-06T15:46:34.763Z Downloaded parse-display-derive v0.10.0
11812026-06-06T15:46:34.763Z Downloaded parse-display v0.10.0
11822026-06-06T15:46:34.766Z Downloaded indexmap v1.9.3
11832026-06-06T15:46:34.766Z Downloaded memmap2 v0.9.10
11842026-06-06T15:46:34.769Z Downloaded password-hash v0.5.0
11852026-06-06T15:46:34.772Z Downloaded ff v0.13.1
11862026-06-06T15:46:34.772Z Downloaded pin-project-internal v1.1.13
11872026-06-06T15:46:34.774Z Downloaded pem v3.0.6
11882026-06-06T15:46:34.774Z Downloaded icu_properties v2.2.0
11892026-06-06T15:46:34.777Z Downloaded half v2.7.1
11902026-06-06T15:46:34.780Z Downloaded getrandom v0.4.2
11912026-06-06T15:46:34.782Z Downloaded rustc_version v0.1.7
11922026-06-06T15:46:34.783Z Downloaded progenitor-macro v0.14.0
11932026-06-06T15:46:34.785Z Downloaded paste v1.0.15
11942026-06-06T15:46:34.785Z Downloaded futures v0.3.32
11952026-06-06T15:46:34.788Z Downloaded rand_chacha v0.3.1
11962026-06-06T15:46:34.791Z Downloaded ref-cast-impl v1.0.25
11972026-06-06T15:46:34.791Z Downloaded icu_provider v2.2.0
11982026-06-06T15:46:34.794Z Downloaded chacha20poly1305 v0.10.1
11992026-06-06T15:46:34.797Z Downloaded quick-error v1.2.3
12002026-06-06T15:46:34.797Z Downloaded phf v0.12.1
12012026-06-06T15:46:34.800Z Downloaded proc-macro-error-attr2 v2.0.0
12022026-06-06T15:46:34.800Z Downloaded rustc_version v0.4.1
12032026-06-06T15:46:34.802Z Downloaded poly1305 v0.8.0
12042026-06-06T15:46:34.802Z Downloaded ppv-lite86 v0.2.21
12052026-06-06T15:46:34.805Z Downloaded expectorate v1.2.0
12062026-06-06T15:46:34.805Z Downloaded http v1.4.1
12072026-06-06T15:46:34.808Z Downloaded rand_xorshift v0.4.0
12082026-06-06T15:46:34.811Z Downloaded heapless v0.8.0
12092026-06-06T15:46:34.814Z Downloaded log v0.4.32
12102026-06-06T15:46:34.814Z Downloaded num_enum v0.7.6
12112026-06-06T15:46:34.817Z Downloaded pretty-hex v0.4.2
12122026-06-06T15:46:34.820Z Downloaded parking_lot v0.11.2
12132026-06-06T15:46:34.822Z Downloaded once_cell v1.21.4
12142026-06-06T15:46:34.822Z Downloaded same-file v1.0.6
12152026-06-06T15:46:34.825Z Downloaded ref-cast v1.0.25
12162026-06-06T15:46:34.825Z Downloaded pin-project-lite v0.2.17
12172026-06-06T15:46:34.828Z Downloaded serde-big-array v0.5.1
12182026-06-06T15:46:34.831Z Downloaded progenitor-extras v0.2.0
12192026-06-06T15:46:34.831Z Downloaded progenitor v0.10.0
12202026-06-06T15:46:34.834Z Downloaded icu_normalizer_data v2.2.0
12212026-06-06T15:46:34.837Z Downloaded parking_lot_core v0.9.12
12222026-06-06T15:46:34.837Z Downloaded progenitor-client v0.14.0
12232026-06-06T15:46:34.840Z Downloaded rustc-hash v2.1.2
12242026-06-06T15:46:34.840Z Downloaded progenitor-client v0.13.0
12252026-06-06T15:46:34.842Z Downloaded scopeguard v1.2.0
12262026-06-06T15:46:34.842Z Downloaded rand_core v0.9.5
12272026-06-06T15:46:34.842Z Downloaded cc v1.2.63
12282026-06-06T15:46:34.845Z Downloaded pest_derive v2.8.6
12292026-06-06T15:46:34.848Z Downloaded serde_repr v0.1.20
12302026-06-06T15:46:34.848Z Downloaded crossbeam-channel v0.5.15
12312026-06-06T15:46:34.851Z Downloaded base64 v0.21.7
12322026-06-06T15:46:34.854Z Downloaded secrecy v0.10.3
12332026-06-06T15:46:34.858Z Downloaded postcard v1.1.3
12342026-06-06T15:46:34.858Z Downloaded progenitor v0.14.0
12352026-06-06T15:46:34.861Z Downloaded icu_normalizer v2.2.0
12362026-06-06T15:46:34.861Z Downloaded rand_core v0.10.1
12372026-06-06T15:46:34.864Z Downloaded rand_core v0.6.4
12382026-06-06T15:46:34.864Z Downloaded pest_generator v2.8.6
12392026-06-06T15:46:34.867Z Downloaded icu_locale_core v2.2.0
12402026-06-06T15:46:34.869Z Downloaded sha1 v0.10.6
12412026-06-06T15:46:34.873Z Downloaded siphasher v1.0.3
12422026-06-06T15:46:34.873Z Downloaded hickory-resolver v0.24.4
12432026-06-06T15:46:34.876Z Downloaded serde_spanned v0.6.9
12442026-06-06T15:46:34.876Z Downloaded scroll_derive v0.13.1
12452026-06-06T15:46:34.877Z Downloaded sha1 v0.11.0
12462026-06-06T15:46:34.879Z Downloaded sigpipe v0.1.3
12472026-06-06T15:46:34.879Z Downloaded proc-macro-error v1.0.4
12482026-06-06T15:46:34.882Z Downloaded slog-envlogger v2.2.0
12492026-06-06T15:46:34.882Z Downloaded slog-bunyan v2.5.0
12502026-06-06T15:46:34.885Z Downloaded miniz_oxide v0.8.9
12512026-06-06T15:46:34.885Z Downloaded konst v0.2.20
12522026-06-06T15:46:34.888Z Downloaded rustls-native-certs v0.8.4
12532026-06-06T15:46:34.891Z Downloaded proc-macro-error2 v2.0.1
12542026-06-06T15:46:34.891Z Downloaded serde_spanned v1.1.1
12552026-06-06T15:46:34.894Z Downloaded scroll v0.13.0
12562026-06-06T15:46:34.894Z Downloaded resolv-conf v0.7.6
12572026-06-06T15:46:34.897Z Downloaded rustversion v1.0.22
12582026-06-06T15:46:34.897Z Downloaded rustls-pemfile v2.2.0
12592026-06-06T15:46:34.899Z Downloaded stable_deref_trait v1.2.1
12602026-06-06T15:46:34.899Z Downloaded const_format v0.2.36
12612026-06-06T15:46:34.902Z Downloaded serde_plain v1.0.2
12622026-06-06T15:46:34.902Z Downloaded scroll_derive v0.12.1
12632026-06-06T15:46:34.905Z Downloaded rusty-fork v0.3.1
12642026-06-06T15:46:34.905Z Downloaded quinn-udp v0.5.14
12652026-06-06T15:46:34.908Z Downloaded papergrid v0.18.0
12662026-06-06T15:46:34.912Z Downloaded rand_chacha v0.9.0
12672026-06-06T15:46:34.912Z Downloaded papergrid v0.11.0
12682026-06-06T15:46:34.915Z Downloaded spin v0.5.2
12692026-06-06T15:46:34.915Z Downloaded smawk v0.3.2
12702026-06-06T15:46:34.917Z Downloaded strsim v0.11.1
12712026-06-06T15:46:34.917Z Downloaded structmeta v0.3.0
12722026-06-06T15:46:34.917Z Downloaded strum v0.26.3
12732026-06-06T15:46:34.920Z Downloaded rhai_codegen v3.2.0
12742026-06-06T15:46:34.923Z Downloaded scroll v0.12.0
12752026-06-06T15:46:34.926Z Downloaded icu_collections v2.2.0
12762026-06-06T15:46:34.929Z Downloaded pin-project v1.1.13
12772026-06-06T15:46:34.934Z Downloaded sync_wrapper v1.0.2
12782026-06-06T15:46:34.937Z Downloaded swrite v0.1.0
12792026-06-06T15:46:34.937Z Downloaded supports-color v3.0.2
12802026-06-06T15:46:34.937Z Downloaded strum v0.27.2
12812026-06-06T15:46:34.940Z Downloaded slab v0.4.12
12822026-06-06T15:46:34.940Z Downloaded simd-adler32 v0.3.9
12832026-06-06T15:46:34.943Z Downloaded tagptr v0.2.0
12842026-06-06T15:46:34.943Z Downloaded shlex v2.0.1
12852026-06-06T15:46:34.943Z Downloaded tabled_derive v0.7.0
12862026-06-06T15:46:34.945Z Downloaded slog-dtrace v0.3.0
12872026-06-06T15:46:34.945Z Downloaded slog-async v2.8.0
12882026-06-06T15:46:34.945Z Downloaded minimal-lexical v0.2.1
12892026-06-06T15:46:34.948Z Downloaded tabwriter v1.4.1
12902026-06-06T15:46:34.951Z Downloaded signal-hook-registry v1.4.8
12912026-06-06T15:46:34.951Z Downloaded rustls-pki-types v1.14.1
12922026-06-06T15:46:34.954Z Downloaded semver v1.0.28
12932026-06-06T15:46:34.954Z Downloaded slog-stdlog v4.1.1
12942026-06-06T15:46:34.957Z Downloaded thiserror-impl-no-std v2.0.2
12952026-06-06T15:46:34.957Z Downloaded time-core v0.1.8
12962026-06-06T15:46:34.957Z Downloaded proc-macro2 v1.0.106
12972026-06-06T15:46:34.959Z Downloaded testing_table v0.3.0
12982026-06-06T15:46:34.959Z Downloaded indexmap v2.14.0
12992026-06-06T15:46:34.962Z Downloaded termtree v0.5.1
13002026-06-06T15:46:34.966Z Downloaded terminal_size v0.4.4
13012026-06-06T15:46:34.966Z Downloaded take_mut v0.2.2
13022026-06-06T15:46:34.966Z Downloaded tabled_derive v0.11.0
13032026-06-06T15:46:34.969Z Downloaded pest_meta v2.8.6
13042026-06-06T15:46:34.969Z Downloaded progenitor-impl v0.14.0
13052026-06-06T15:46:34.969Z Downloaded progenitor-impl v0.13.0
13062026-06-06T15:46:34.972Z Downloaded slog-json v2.6.1
13072026-06-06T15:46:34.972Z Downloaded progenitor-impl v0.10.0
13082026-06-06T15:46:34.974Z Downloaded slog-scope v4.4.1
13092026-06-06T15:46:34.974Z Downloaded progenitor-client v0.10.0
13102026-06-06T15:46:34.977Z Downloaded sha2 v0.10.9
13112026-06-06T15:46:34.977Z Downloaded thread-id v4.2.2
13122026-06-06T15:46:34.980Z Downloaded structmeta-derive v0.3.0
13132026-06-06T15:46:34.980Z Downloaded snafu-derive v0.8.9
13142026-06-06T15:46:34.980Z Downloaded smf v0.2.3
13152026-06-06T15:46:34.980Z Downloaded slog-term v2.9.2
13162026-06-06T15:46:34.983Z Downloaded static_assertions v1.1.0
13172026-06-06T15:46:34.983Z Downloaded toml_datetime v0.6.11
13182026-06-06T15:46:34.986Z Downloaded aho-corasick v1.1.4
13192026-06-06T15:46:34.989Z Downloaded tokio-macros v2.7.0
13202026-06-06T15:46:34.989Z Downloaded serde_tokenstream v0.2.3
13212026-06-06T15:46:34.992Z Downloaded thread-id v5.1.0
13222026-06-06T15:46:34.992Z Downloaded schemars_derive v0.8.22
13232026-06-06T15:46:34.992Z Downloaded jiff-static v0.2.28
13242026-06-06T15:46:34.994Z Downloaded indicatif v0.18.4
13252026-06-06T15:46:34.997Z Downloaded subtle v2.6.1
13262026-06-06T15:46:34.997Z Downloaded toml_write v0.1.2
13272026-06-06T15:46:34.997Z Downloaded serde_with_macros v3.20.0
13282026-06-06T15:46:35.000Z Downloaded serde_urlencoded v0.7.1
13292026-06-06T15:46:35.000Z Downloaded serde_path_to_error v0.1.20
13302026-06-06T15:46:35.003Z Downloaded serde_derive_internals v0.29.1
13312026-06-06T15:46:35.003Z Downloaded darling_core v0.23.0
13322026-06-06T15:46:35.005Z Downloaded num-traits v0.2.19
13332026-06-06T15:46:35.008Z Downloaded strum_macros v0.27.2
13342026-06-06T15:46:35.008Z Downloaded strum_macros v0.26.4
13352026-06-06T15:46:35.011Z Downloaded tower-service v0.3.3
13362026-06-06T15:46:35.011Z Downloaded tinyvec_macros v0.1.1
13372026-06-06T15:46:35.011Z Downloaded derive_more v0.99.20
13382026-06-06T15:46:35.014Z Downloaded thiserror v1.0.69
13392026-06-06T15:46:35.017Z Downloaded thiserror-impl v2.0.18
13402026-06-06T15:46:35.017Z Downloaded thiserror-impl v1.0.69
13412026-06-06T15:46:35.019Z Downloaded try-lock v0.2.5
13422026-06-06T15:46:35.019Z Downloaded smartstring v1.0.1
13432026-06-06T15:46:35.019Z Downloaded ryu v1.0.23
13442026-06-06T15:46:35.022Z Downloaded hashbrown v0.17.1
13452026-06-06T15:46:35.026Z Downloaded memchr v2.8.1
13462026-06-06T15:46:35.029Z Downloaded time-macros v0.2.27
13472026-06-06T15:46:35.029Z Downloaded rayon-core v1.13.0
13482026-06-06T15:46:35.032Z Downloaded synstructure v0.13.2
13492026-06-06T15:46:35.032Z Downloaded tower-layer v0.3.3
13502026-06-06T15:46:35.035Z Downloaded spin v0.9.8
13512026-06-06T15:46:35.035Z Downloaded hyper-util v0.1.20
13522026-06-06T15:46:35.038Z Downloaded tokio-tungstenite v0.21.0
13532026-06-06T15:46:35.040Z Downloaded smallvec v1.15.1
13542026-06-06T15:46:35.040Z Downloaded unicode-xid v0.2.6
13552026-06-06T15:46:35.043Z Downloaded untrusted v0.7.1
13562026-06-06T15:46:35.043Z Downloaded unit-prefix v0.5.2
13572026-06-06T15:46:35.043Z Downloaded untrusted v0.9.0
13582026-06-06T15:46:35.046Z Downloaded thiserror v2.0.18
13592026-06-06T15:46:35.049Z Downloaded typify-macro v0.6.2
13602026-06-06T15:46:35.049Z Downloaded schemars v0.8.22
13612026-06-06T15:46:35.054Z Downloaded serde_core v1.0.228
13622026-06-06T15:46:35.057Z Downloaded unicode-linebreak v0.1.5
13632026-06-06T15:46:35.057Z Downloaded tokio-dtrace v0.1.1
13642026-06-06T15:46:35.059Z Downloaded utf-8 v0.7.6
13652026-06-06T15:46:35.059Z Downloaded unarray v0.1.4
13662026-06-06T15:46:35.059Z Downloaded usdt-macro v0.6.0
13672026-06-06T15:46:35.059Z Downloaded usdt v0.5.0
13682026-06-06T15:46:35.062Z Downloaded universal-hash v0.5.1
13692026-06-06T15:46:35.062Z Downloaded toml_writer v1.1.1+spec-1.1.0
13702026-06-06T15:46:35.062Z Downloaded similar v2.7.0
13712026-06-06T15:46:35.065Z Downloaded usdt v0.6.0
13722026-06-06T15:46:35.068Z Downloaded tiny-keccak v2.0.2
13732026-06-06T15:46:35.068Z Downloaded thiserror-no-std v2.0.2
13742026-06-06T15:46:35.070Z Downloaded typify-macro v0.4.3
13752026-06-06T15:46:35.070Z Downloaded toml_datetime v1.1.1+spec-1.1.0
13762026-06-06T15:46:35.073Z Downloaded prettyplease v0.2.37
13772026-06-06T15:46:35.073Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13782026-06-06T15:46:35.076Z Downloaded utf8_iter v1.0.4
13792026-06-06T15:46:35.076Z Downloaded openssl-sys v0.9.116
13802026-06-06T15:46:35.078Z Downloaded serde_yaml v0.9.34+deprecated
13812026-06-06T15:46:35.081Z Downloaded want v0.3.1
13822026-06-06T15:46:35.081Z Downloaded waitgroup v0.1.2
13832026-06-06T15:46:35.081Z Downloaded version_check v0.9.5
13842026-06-06T15:46:35.081Z Downloaded usdt-macro v0.5.0
13852026-06-06T15:46:35.084Z Downloaded usdt-attr-macro v0.6.0
13862026-06-06T15:46:35.084Z Downloaded serde_derive v1.0.228
13872026-06-06T15:46:35.084Z Downloaded typeid v1.0.3
13882026-06-06T15:46:35.087Z Downloaded usdt-attr-macro v0.5.0
13892026-06-06T15:46:35.087Z Downloaded crypto-bigint v0.5.5
13902026-06-06T15:46:35.090Z Downloaded zerofrom v0.1.8
13912026-06-06T15:46:35.093Z Downloaded rustls-platform-verifier v0.7.0
13922026-06-06T15:46:35.093Z Downloaded zerofrom-derive v0.1.7
13932026-06-06T15:46:35.096Z Downloaded wait-timeout v0.2.1
13942026-06-06T15:46:35.096Z Downloaded term v1.2.1
13952026-06-06T15:46:35.096Z Downloaded tempfile v3.27.0
13962026-06-06T15:46:35.099Z Downloaded socket2 v0.6.4
13972026-06-06T15:46:35.099Z Downloaded schemars v0.9.0
13982026-06-06T15:46:35.104Z Downloaded tokio-rustls v0.26.4
13992026-06-06T15:46:35.107Z Downloaded quinn v0.11.9
14002026-06-06T15:46:35.110Z Downloaded yoke-derive v0.8.2
14012026-06-06T15:46:35.110Z Downloaded qorb v0.4.1
14022026-06-06T15:46:35.113Z Downloaded zone_cfg_derive v0.3.1
14032026-06-06T15:46:35.113Z Downloaded mio v1.2.1
14042026-06-06T15:46:35.116Z Downloaded quote v1.0.45
14052026-06-06T15:46:35.116Z Downloaded nom v7.1.3
14062026-06-06T15:46:35.121Z Downloaded progenitor v0.13.0
14072026-06-06T15:46:35.123Z Downloaded tinystr v0.8.3
14082026-06-06T15:46:35.123Z Downloaded pkg-config v0.3.33
14092026-06-06T15:46:35.123Z Downloaded parking_lot_core v0.8.6
14102026-06-06T15:46:35.123Z Downloaded parking_lot v0.12.5
14112026-06-06T15:46:35.126Z Downloaded zeroize_derive v1.4.3
14122026-06-06T15:46:35.126Z Downloaded usdt-impl v0.6.0
14132026-06-06T15:46:35.126Z Downloaded hashbrown v0.12.3
14142026-06-06T15:46:35.129Z Downloaded zone v0.3.1
14152026-06-06T15:46:35.129Z Downloaded thread_local v1.1.9
14162026-06-06T15:46:35.132Z Downloaded semver v0.1.20
14172026-06-06T15:46:35.132Z Downloaded drift v0.2.0
14182026-06-06T15:46:35.136Z Downloaded test-strategy v0.4.5
14192026-06-06T15:46:35.139Z Downloaded toml_parser v1.1.2+spec-1.1.0
14202026-06-06T15:46:35.142Z Downloaded toml v0.8.23
14212026-06-06T15:46:35.142Z Downloaded utf8parse v0.2.2
14222026-06-06T15:46:35.145Z Downloaded tokio-stream v0.1.18
14232026-06-06T15:46:35.145Z Downloaded serde v1.0.228
14242026-06-06T15:46:35.148Z Downloaded tracing-attributes v0.1.31
14252026-06-06T15:46:35.151Z Downloaded num-rational v0.4.2
14262026-06-06T15:46:35.151Z Downloaded multer v3.1.0
14272026-06-06T15:46:35.151Z Downloaded const-oid v0.10.2
14282026-06-06T15:46:35.154Z Downloaded zeroize v1.8.2
14292026-06-06T15:46:35.154Z Downloaded thin-vec v0.2.18
14302026-06-06T15:46:35.154Z Downloaded textwrap v0.16.2
14312026-06-06T15:46:35.158Z Downloaded vsss-rs v3.3.4
14322026-06-06T15:46:35.158Z Downloaded whoami v1.6.1
14332026-06-06T15:46:35.161Z Downloaded dropshot-api-manager v0.7.2
14342026-06-06T15:46:35.161Z Downloaded snafu v0.8.9
14352026-06-06T15:46:35.164Z Downloaded num-integer v0.1.46
14362026-06-06T15:46:35.167Z Downloaded zerovec-derive v0.11.3
14372026-06-06T15:46:35.167Z Downloaded writeable v0.6.3
14382026-06-06T15:46:35.167Z Downloaded rand v0.8.6
14392026-06-06T15:46:35.170Z Downloaded clap_builder v4.6.0
14402026-06-06T15:46:35.173Z Downloaded itertools v0.12.1
14412026-06-06T15:46:35.175Z Downloaded zmij v1.0.21
14422026-06-06T15:46:35.178Z Downloaded idna v1.1.0
14432026-06-06T15:46:35.181Z Downloaded walkdir v2.5.0
14442026-06-06T15:46:35.181Z Downloaded slog v2.8.2
14452026-06-06T15:46:35.184Z Downloaded schemars v1.2.1
14462026-06-06T15:46:35.189Z Downloaded yoke v0.8.3
14472026-06-06T15:46:35.192Z Downloaded typify v0.6.2
14482026-06-06T15:46:35.195Z Downloaded typify v0.4.3
14492026-06-06T15:46:35.195Z Downloaded tinyvec v1.11.0
14502026-06-06T15:46:35.197Z Downloaded hashbrown v0.16.1
14512026-06-06T15:46:35.200Z Downloaded toml v0.9.12+spec-1.1.0
14522026-06-06T15:46:35.203Z Downloaded ucd-trie v0.1.7
14532026-06-06T15:46:35.203Z Downloaded steno v0.4.1
14542026-06-06T15:46:35.206Z Downloaded tracing-core v0.1.36
14552026-06-06T15:46:35.206Z Downloaded futures-util v0.3.32
14562026-06-06T15:46:35.212Z Downloaded usdt-impl v0.5.0
14572026-06-06T15:46:35.214Z Downloaded nom v8.0.0
14582026-06-06T15:46:35.217Z Downloaded hkdf v0.12.4
14592026-06-06T15:46:35.217Z Downloaded xz2 v0.1.7
14602026-06-06T15:46:35.220Z Downloaded uuid v1.23.2
14612026-06-06T15:46:35.220Z Downloaded rand v0.9.4
14622026-06-06T15:46:35.223Z Downloaded hyper v1.10.1
14632026-06-06T15:46:35.226Z Downloaded zerocopy-derive v0.7.35
14642026-06-06T15:46:35.228Z Downloaded tungstenite v0.21.0
14652026-06-06T15:46:35.231Z Downloaded unicode-ident v1.0.24
14662026-06-06T15:46:35.231Z Downloaded toml_edit v0.25.12+spec-1.1.0
14672026-06-06T15:46:35.234Z Downloaded goblin v0.8.2
14682026-06-06T15:46:35.237Z Downloaded rustls-webpki v0.103.13
14692026-06-06T15:46:35.239Z Downloaded unsafe-libyaml v0.2.11
14702026-06-06T15:46:35.242Z Downloaded toml v1.1.2+spec-1.1.0
14712026-06-06T15:46:35.242Z Downloaded hashbrown v0.15.5
14722026-06-06T15:46:35.245Z Downloaded h2 v0.4.14
14732026-06-06T15:46:35.248Z Downloaded ron v0.12.1
14742026-06-06T15:46:35.252Z Downloaded icu_properties_data v2.2.0
14752026-06-06T15:46:35.257Z Downloaded libm v0.2.16
14762026-06-06T15:46:35.262Z Downloaded newtype-uuid v1.3.2
14772026-06-06T15:46:35.265Z Downloaded darling v0.21.3
14782026-06-06T15:46:35.268Z Downloaded rand v0.10.1
14792026-06-06T15:46:35.268Z Downloaded itertools v0.14.0
14802026-06-06T15:46:35.271Z Downloaded pest v2.8.6
14812026-06-06T15:46:35.274Z Downloaded crossbeam-utils v0.8.21
14822026-06-06T15:46:35.277Z Downloaded hybrid-array v0.4.12
14832026-06-06T15:46:35.277Z Downloaded num_enum_derive v0.5.11
14842026-06-06T15:46:35.280Z Downloaded lazy_static v1.5.0
14852026-06-06T15:46:35.280Z Downloaded url v2.5.8
14862026-06-06T15:46:35.280Z Downloaded iana-time-zone v0.1.65
14872026-06-06T15:46:35.283Z Downloaded async-compression v0.4.42
14882026-06-06T15:46:35.286Z Downloaded toml_edit v0.22.27
14892026-06-06T15:46:35.288Z Downloaded foldhash v0.2.0
14902026-06-06T15:46:35.288Z Downloaded ciborium v0.2.2
14912026-06-06T15:46:35.291Z Downloaded colored v3.1.1
14922026-06-06T15:46:35.291Z Downloaded console v0.16.3
14932026-06-06T15:46:35.294Z Downloaded console v0.15.11
14942026-06-06T15:46:35.294Z Downloaded clap_derive v4.6.1
14952026-06-06T15:46:35.297Z Downloaded ipnetwork v0.21.1
14962026-06-06T15:46:35.297Z Downloaded daft v0.1.7
14972026-06-06T15:46:35.299Z Downloaded hyper-rustls v0.27.9
14982026-06-06T15:46:35.299Z Downloaded humantime v2.3.0
14992026-06-06T15:46:35.299Z Downloaded reqwest v0.13.4
15002026-06-06T15:46:35.302Z Downloaded httpdate v1.0.3
15012026-06-06T15:46:35.305Z Downloaded memmap v0.7.0
15022026-06-06T15:46:35.305Z Downloaded linked-hash-map v0.5.6
15032026-06-06T15:46:35.305Z Downloaded konst_macro_rules v0.2.19
15042026-06-06T15:46:35.305Z Downloaded iddqd v0.4.2
15052026-06-06T15:46:35.309Z Downloaded base64 v0.22.1
15062026-06-06T15:46:35.312Z Downloaded fs_extra v1.3.0
15072026-06-06T15:46:35.315Z Downloaded fastrand v2.4.1
15082026-06-06T15:46:35.315Z Downloaded displaydoc v0.2.6
15092026-06-06T15:46:35.315Z Downloaded backon v1.6.0
15102026-06-06T15:46:35.318Z Downloaded anyhow v1.0.102
15112026-06-06T15:46:35.320Z Downloaded hubpack_derive v0.1.1
15122026-06-06T15:46:35.320Z Downloaded fs-err v3.3.0
15132026-06-06T15:46:35.321Z Downloaded anstyle-query v1.1.5
15142026-06-06T15:46:35.321Z Downloaded instant v0.1.13
15152026-06-06T15:46:35.323Z Downloaded regex v1.12.3
15162026-06-06T15:46:35.326Z Downloaded serde_json v1.0.150
15172026-06-06T15:46:35.329Z Downloaded rayon v1.12.0
15182026-06-06T15:46:35.332Z Downloaded crossbeam-deque v0.8.6
15192026-06-06T15:46:35.335Z Downloaded indent_write v2.2.0
15202026-06-06T15:46:35.335Z Downloaded convert_case v0.4.0
15212026-06-06T15:46:35.335Z Downloaded crucible-workspace-hack v0.1.0
15222026-06-06T15:46:35.335Z Downloaded bcs v0.1.6
15232026-06-06T15:46:35.338Z Downloaded base64ct v1.8.3
15242026-06-06T15:46:35.338Z Downloaded argon2 v0.5.3
15252026-06-06T15:46:35.338Z Downloaded const-random v0.1.18
15262026-06-06T15:46:35.341Z Downloaded colorchoice v1.0.5
15272026-06-06T15:46:35.341Z Downloaded dropshot-api-manager-types v0.7.2
15282026-06-06T15:46:35.341Z Downloaded chacha20 v0.9.1
15292026-06-06T15:46:35.341Z Downloaded dtrace-parser v0.2.0
15302026-06-06T15:46:35.344Z Downloaded base16ct v0.2.0
15312026-06-06T15:46:35.344Z Downloaded autocfg v1.5.1
15322026-06-06T15:46:35.344Z Downloaded embedded-io v0.4.0
15332026-06-06T15:46:35.344Z Downloaded hash32 v0.3.1
15342026-06-06T15:46:35.347Z Downloaded fxhash v0.2.1
15352026-06-06T15:46:35.347Z Downloaded unicode-segmentation v1.13.3
15362026-06-06T15:46:35.347Z Downloaded atomicwrites v0.4.4
15372026-06-06T15:46:35.350Z Downloaded atomic-waker v1.1.2
15382026-06-06T15:46:35.350Z Downloaded const-random-macro v0.1.16
15392026-06-06T15:46:35.350Z Downloaded foreign-types-shared v0.3.1
15402026-06-06T15:46:35.350Z Downloaded compression-core v0.4.32
15412026-06-06T15:46:35.350Z Downloaded arc-swap v1.9.1
15422026-06-06T15:46:35.354Z Downloaded tokio-util v0.7.18
15432026-06-06T15:46:35.357Z Downloaded unicode-normalization v0.1.25
15442026-06-06T15:46:35.359Z Downloaded zerotrie v0.2.4
15452026-06-06T15:46:35.359Z Downloaded tough v0.22.0
15462026-06-06T15:46:35.364Z Downloaded reqwest v0.12.28
15472026-06-06T15:46:35.368Z Downloaded camino-tempfile v1.4.1
15482026-06-06T15:46:35.371Z Downloaded block-buffer v0.10.4
15492026-06-06T15:46:35.371Z Downloaded async-trait v0.1.89
15502026-06-06T15:46:35.371Z Downloaded crypto-common v0.2.2
15512026-06-06T15:46:35.371Z Downloaded debug-ignore v1.0.5
15522026-06-06T15:46:35.374Z Downloaded ciborium-ll v0.2.2
15532026-06-06T15:46:35.374Z Downloaded base16ct v1.0.0
15542026-06-06T15:46:35.374Z Downloaded foreign-types v0.3.2
15552026-06-06T15:46:35.374Z Downloaded embedded-io v0.6.1
15562026-06-06T15:46:35.377Z Downloaded bitflags v2.12.1
15572026-06-06T15:46:35.377Z Downloaded async-stream v0.3.6
15582026-06-06T15:46:35.380Z Downloaded anstream v1.0.0
15592026-06-06T15:46:35.380Z Downloaded proptest v1.11.0
15602026-06-06T15:46:35.383Z Downloaded bit-set v0.8.0
15612026-06-06T15:46:35.386Z Downloaded backoff v0.4.0
15622026-06-06T15:46:35.386Z Downloaded zerocopy-derive v0.8.50
15632026-06-06T15:46:35.390Z Downloaded typed-path v0.9.3
15642026-06-06T15:46:35.394Z Downloaded portable-atomic v1.13.1
15652026-06-06T15:46:35.397Z Downloaded tower v0.5.3
15662026-06-06T15:46:35.402Z Downloaded toml_edit v0.19.15
15672026-06-06T15:46:35.411Z Downloaded zerocopy v0.7.35
15682026-06-06T15:46:35.419Z Downloaded typenum v1.20.1
15692026-06-06T15:46:35.422Z Downloaded serde_with v3.20.0
15702026-06-06T15:46:35.428Z Downloaded goblin v0.10.7
15712026-06-06T15:46:35.447Z Downloaded tabled v0.21.0
15722026-06-06T15:46:35.460Z Downloaded time v0.3.47
15732026-06-06T15:46:35.468Z Downloaded tower-http v0.6.11
15742026-06-06T15:46:35.473Z Downloaded moka v0.12.15
15752026-06-06T15:46:35.478Z Downloaded hickory-proto v0.24.4
15762026-06-06T15:46:35.486Z Downloaded dropshot v0.17.1
15772026-06-06T15:46:35.498Z Downloaded zerovec v0.11.6
15782026-06-06T15:46:35.501Z Downloaded chrono v0.4.45
15792026-06-06T15:46:35.505Z Downloaded unicode-width v0.2.2
15802026-06-06T15:46:35.507Z Downloaded winnow v0.5.40
15812026-06-06T15:46:35.512Z Downloaded nix v0.31.3
15822026-06-06T15:46:35.518Z Downloaded zerocopy v0.8.50
15832026-06-06T15:46:35.528Z Downloaded rhai v1.25.1
15842026-06-06T15:46:35.535Z Downloaded quinn-proto v0.11.14
15852026-06-06T15:46:35.539Z Downloaded regress v0.10.5
15862026-06-06T15:46:35.543Z Downloaded hickory-proto v0.25.2
15872026-06-06T15:46:35.551Z Downloaded aws-lc-rs v1.17.0
15882026-06-06T15:46:35.557Z Downloaded unicode-width v0.1.14
15892026-06-06T15:46:35.560Z Downloaded tabled v0.15.0
15902026-06-06T15:46:35.568Z Downloaded winnow v0.7.15
15912026-06-06T15:46:35.572Z Downloaded curve25519-dalek v4.1.3
15922026-06-06T15:46:35.577Z Downloaded smoltcp v0.11.0
15932026-06-06T15:46:35.583Z Downloaded winnow v1.0.3
15942026-06-06T15:46:35.588Z Downloaded typify-impl v0.6.2
15952026-06-06T15:46:35.595Z Downloaded bstr v1.12.1
15962026-06-06T15:46:35.600Z Downloaded syn v1.0.109
15972026-06-06T15:46:35.608Z Downloaded openssl v0.10.80
15982026-06-06T15:46:35.613Z Downloaded vcpkg v0.2.15
15992026-06-06T15:46:35.634Z Downloaded regex-automata v0.4.14
16002026-06-06T15:46:35.641Z Downloaded webpki-roots v1.0.7
16012026-06-06T15:46:35.650Z Downloaded petgraph v0.6.5
16022026-06-06T15:46:35.661Z Downloaded syn v2.0.117
16032026-06-06T15:46:35.675Z Downloaded libc v0.2.186
16042026-06-06T15:46:35.695Z Downloaded regex-syntax v0.8.10
16052026-06-06T15:46:35.699Z Downloaded sha3 v0.10.9
16062026-06-06T15:46:35.702Z Downloaded rustls v0.23.40
16072026-06-06T15:46:35.709Z Downloaded regress v0.11.1
16082026-06-06T15:46:35.714Z Downloaded openapiv3 v2.2.0
16092026-06-06T15:46:35.720Z Downloaded rustix v0.38.44
16102026-06-06T15:46:35.754Z Downloaded encoding_rs v0.8.35
16112026-06-06T15:46:35.766Z Downloaded rustix v1.1.4
16122026-06-06T15:46:35.813Z Downloaded sled v0.34.7
16132026-06-06T15:46:35.816Z Downloaded tracing v0.1.44
16142026-06-06T15:46:35.839Z Downloaded typify-impl v0.4.3
16152026-06-06T15:46:35.910Z Downloaded lzma-sys v0.1.20
16162026-06-06T15:46:35.926Z Downloaded jiff v0.2.28
16172026-06-06T15:46:35.936Z Downloaded chrono-tz v0.10.4
16182026-06-06T15:46:35.947Z Downloaded petgraph v0.8.3
16192026-06-06T15:46:35.960Z Downloaded csv v1.4.0
16202026-06-06T15:46:35.984Z Downloaded tokio v1.52.3
16212026-06-06T15:46:36.055Z Downloaded ring v0.17.14
16222026-06-06T15:46:36.560Z Downloaded aws-lc-sys v0.41.0
16232026-06-06T15:46:36.908Z Compiling proc-macro2 v1.0.106
16242026-06-06T15:46:36.908Z Compiling quote v1.0.45
16252026-06-06T15:46:36.908Z Compiling unicode-ident v1.0.24
16262026-06-06T15:46:36.908Z Compiling serde_core v1.0.228
16272026-06-06T15:46:36.908Z Compiling serde v1.0.228
16282026-06-06T15:46:36.911Z Compiling libc v0.2.186
16292026-06-06T15:46:36.911Z Compiling cfg-if v1.0.4
16302026-06-06T15:46:37.214Z Compiling zmij v1.0.21
16312026-06-06T15:46:37.231Z Compiling autocfg v1.5.1
16322026-06-06T15:46:37.526Z Compiling memchr v2.8.1
16332026-06-06T15:46:37.589Z Compiling libm v0.2.16
16342026-06-06T15:46:38.008Z Compiling itoa v1.0.18
16352026-06-06T15:46:38.158Z Compiling icu_properties_data v2.2.0
16362026-06-06T15:46:38.270Z Compiling icu_normalizer_data v2.2.0
16372026-06-06T15:46:38.299Z Compiling version_check v0.9.5
16382026-06-06T15:46:38.408Z Compiling stable_deref_trait v1.2.1
16392026-06-06T15:46:38.439Z Compiling syn v2.0.117
16402026-06-06T15:46:38.508Z Compiling serde_json v1.0.150
16412026-06-06T15:46:38.522Z Compiling writeable v0.6.3
16422026-06-06T15:46:38.564Z Compiling parking_lot_core v0.9.12
16432026-06-06T15:46:38.813Z Compiling litemap v0.8.2
16442026-06-06T15:46:38.860Z Compiling num-traits v0.2.19
16452026-06-06T15:46:38.899Z Compiling utf8_iter v1.0.4
16462026-06-06T15:46:39.023Z Compiling percent-encoding v2.3.2
16472026-06-06T15:46:39.217Z Compiling thiserror v2.0.18
16482026-06-06T15:46:39.240Z Compiling form_urlencoded v1.2.2
16492026-06-06T15:46:39.294Z Compiling getrandom v0.4.2
16502026-06-06T15:46:39.310Z Compiling rand_core v0.10.1
16512026-06-06T15:46:39.480Z Compiling zerocopy v0.8.50
16522026-06-06T15:46:39.518Z Compiling errno v0.3.14
16532026-06-06T15:46:39.610Z Compiling iana-time-zone v0.1.65
16542026-06-06T15:46:39.692Z Compiling heck v0.5.0
16552026-06-06T15:46:39.918Z Compiling uuid v1.23.2
16562026-06-06T15:46:39.964Z Compiling jobserver v0.1.34
16572026-06-06T15:46:40.174Z Compiling shlex v2.0.1
16582026-06-06T15:46:40.306Z Compiling find-msvc-tools v0.1.9
16592026-06-06T15:46:40.378Z Compiling rustversion v1.0.22
16602026-06-06T15:46:40.552Z Compiling cc v1.2.63
16612026-06-06T15:46:40.569Z Compiling semver v1.0.28
16622026-06-06T15:46:40.585Z Compiling schemars v0.8.22
16632026-06-06T15:46:40.812Z Compiling dyn-clone v1.0.20
16642026-06-06T15:46:40.879Z Compiling pin-project-lite v0.2.17
16652026-06-06T15:46:41.021Z Compiling getrandom v0.2.17
16662026-06-06T15:46:41.022Z Compiling scopeguard v1.2.0
16672026-06-06T15:46:41.149Z Compiling lock_api v0.4.14
16682026-06-06T15:46:41.250Z Compiling bitflags v2.12.1
16692026-06-06T15:46:41.294Z Compiling socket2 v0.6.4
16702026-06-06T15:46:41.409Z Compiling synstructure v0.13.2
16712026-06-06T15:46:41.434Z Compiling serde_derive_internals v0.29.1
16722026-06-06T15:46:41.487Z Compiling cmake v0.1.58
16732026-06-06T15:46:41.688Z Compiling signal-hook-registry v1.4.8
16742026-06-06T15:46:41.845Z Compiling mio v1.2.1
16752026-06-06T15:46:41.875Z Compiling dunce v1.0.5
16762026-06-06T15:46:41.927Z Compiling fs_extra v1.3.0
16772026-06-06T15:46:41.985Z Compiling portable-atomic v1.13.1
16782026-06-06T15:46:42.112Z Compiling critical-section v1.2.0
16792026-06-06T15:46:42.147Z Compiling log v0.4.32
16802026-06-06T15:46:42.183Z Compiling futures-core v0.3.32
16812026-06-06T15:46:42.199Z Compiling aws-lc-sys v0.41.0
16822026-06-06T15:46:42.228Z Compiling subtle v2.6.1
16832026-06-06T15:46:42.345Z Compiling equivalent v1.0.2
16842026-06-06T15:46:42.400Z Compiling httparse v1.10.1
16852026-06-06T15:46:42.436Z Compiling futures-sink v0.3.32
16862026-06-06T15:46:42.567Z Compiling slab v0.4.12
16872026-06-06T15:46:42.583Z Compiling rustix v1.1.4
16882026-06-06T15:46:42.598Z Compiling thiserror v1.0.69
16892026-06-06T15:46:42.618Z Compiling serde_derive v1.0.228
16902026-06-06T15:46:42.750Z Compiling zerofrom-derive v0.1.7
16912026-06-06T15:46:42.766Z Compiling yoke-derive v0.8.2
16922026-06-06T15:46:42.769Z Compiling zerovec-derive v0.11.3
16932026-06-06T15:46:42.919Z Compiling displaydoc v0.2.6
16942026-06-06T15:46:42.953Z Compiling schemars_derive v0.8.22
16952026-06-06T15:46:43.099Z Compiling thiserror-impl v2.0.18
16962026-06-06T15:46:43.220Z Compiling tokio-macros v2.7.0
16972026-06-06T15:46:43.744Z Compiling zerocopy-derive v0.8.50
16982026-06-06T15:46:43.851Z Compiling zeroize_derive v1.4.3
16992026-06-06T15:46:43.920Z Compiling futures-macro v0.3.32
17002026-06-06T15:46:43.957Z Compiling zerofrom v0.1.8
17012026-06-06T15:46:43.996Z Compiling once_cell v1.21.4
17022026-06-06T15:46:44.106Z Compiling yoke v0.8.3
17032026-06-06T15:46:44.207Z Compiling ucd-trie v0.1.7
17042026-06-06T15:46:44.277Z Compiling typenum v1.20.1
17052026-06-06T15:46:44.313Z Compiling zerovec v0.11.6
17062026-06-06T15:46:44.404Z Compiling zerotrie v0.2.4
17072026-06-06T15:46:44.575Z Compiling zeroize v1.8.2
17082026-06-06T15:46:44.673Z Compiling pest v2.8.6
17092026-06-06T15:46:44.785Z Compiling thiserror-impl v1.0.69
17102026-06-06T15:46:44.821Z Compiling futures-channel v0.3.32
17112026-06-06T15:46:44.842Z Compiling futures-task v0.3.32
17122026-06-06T15:46:44.931Z Compiling tinystr v0.8.3
17132026-06-06T15:46:45.017Z Compiling potential_utf v0.1.5
17142026-06-06T15:46:45.076Z Compiling futures-io v0.3.32
17152026-06-06T15:46:45.098Z Compiling regex-syntax v0.8.10
17162026-06-06T15:46:45.150Z Compiling icu_locale_core v2.2.0
17172026-06-06T15:46:45.171Z Compiling icu_collections v2.2.0
17182026-06-06T15:46:45.271Z Compiling futures-util v0.3.32
17192026-06-06T15:46:45.940Z Compiling smallvec v1.15.1
17202026-06-06T15:46:45.957Z Compiling bytes v1.11.1
17212026-06-06T15:46:45.972Z Compiling icu_provider v2.2.0
17222026-06-06T15:46:46.213Z Compiling chrono v0.4.45
17232026-06-06T15:46:46.373Z Compiling icu_properties v2.2.0
17242026-06-06T15:46:46.569Z Compiling icu_normalizer v2.2.0
17252026-06-06T15:46:47.147Z Compiling parking_lot v0.12.5
17262026-06-06T15:46:47.213Z Compiling serde_tokenstream v0.2.3
17272026-06-06T15:46:47.510Z Compiling idna_adapter v1.2.2
17282026-06-06T15:46:47.667Z Compiling idna v1.1.0
17292026-06-06T15:46:47.753Z Compiling tokio v1.52.3
17302026-06-06T15:46:47.924Z Compiling pest_meta v2.8.6
17312026-06-06T15:46:48.008Z Compiling url v2.5.8
17322026-06-06T15:46:48.072Z Compiling getrandom v0.3.4
17332026-06-06T15:46:48.377Z Compiling strsim v0.11.1
17342026-06-06T15:46:48.436Z Compiling rand_core v0.6.4
17352026-06-06T15:46:48.454Z Compiling aho-corasick v1.1.4
17362026-06-06T15:46:48.738Z Compiling pest_generator v2.8.6
17372026-06-06T15:46:49.213Z Compiling byteorder v1.5.0
17382026-06-06T15:46:49.375Z Compiling pest_derive v2.8.6
17392026-06-06T15:46:49.488Z Compiling hashbrown v0.17.1
17402026-06-06T15:46:49.713Z Compiling ipnetwork v0.21.1
17412026-06-06T15:46:49.773Z Compiling regex-automata v0.4.14
17422026-06-06T15:46:49.871Z Compiling tracing-core v0.1.36
17432026-06-06T15:46:49.939Z Compiling tracing-attributes v0.1.31
17442026-06-06T15:46:50.196Z Compiling indexmap v2.14.0
17452026-06-06T15:46:50.578Z Compiling ident_case v1.0.1
17462026-06-06T15:46:50.710Z Compiling slog v2.8.2
17472026-06-06T15:46:50.951Z Compiling fnv v1.0.7
17482026-06-06T15:46:50.983Z Compiling base64 v0.22.1
17492026-06-06T15:46:51.192Z Compiling tracing v0.1.44
17502026-06-06T15:46:51.249Z Compiling paste v1.0.15
17512026-06-06T15:46:51.281Z Compiling anyhow v1.0.102
17522026-06-06T15:46:51.471Z Compiling regex v1.12.3
17532026-06-06T15:46:51.624Z Compiling erased-serde v0.3.31
17542026-06-06T15:46:51.979Z Compiling omicron-workspace-hack v0.1.0
17552026-06-06T15:46:52.240Z Compiling http v1.4.1
17562026-06-06T15:46:52.849Z Compiling oxnet v0.1.6
17572026-06-06T15:46:52.887Z Compiling rustls-pki-types v1.14.1
17582026-06-06T15:46:53.606Z Compiling scroll_derive v0.13.1
17592026-06-06T15:46:53.737Z Compiling ring v0.17.14
17602026-06-06T15:46:53.985Z Compiling time-core v0.1.8
17612026-06-06T15:46:54.080Z Compiling num-conv v0.2.2
17622026-06-06T15:46:54.136Z Compiling aws-lc-rs v1.17.0
17632026-06-06T15:46:54.238Z Compiling time-macros v0.2.27
17642026-06-06T15:46:54.570Z Compiling tokio-util v0.7.18
17652026-06-06T15:46:54.921Z Compiling ipnet v2.12.0
17662026-06-06T15:46:55.244Z Compiling untrusted v0.9.0
17672026-06-06T15:46:55.386Z Compiling untrusted v0.7.1
17682026-06-06T15:46:55.517Z Compiling ppv-lite86 v0.2.21
17692026-06-06T15:46:55.846Z Compiling daft-derive v0.1.7
17702026-06-06T15:46:55.848Z Compiling async-trait v0.1.89
17712026-06-06T15:46:56.026Z Compiling rustls v0.23.40
17722026-06-06T15:46:56.091Z Compiling crc32fast v1.5.0
17732026-06-06T15:46:56.261Z Compiling camino v1.2.2
17742026-06-06T15:46:56.509Z Compiling http-body v1.0.1
17752026-06-06T15:46:56.659Z Compiling pretty-hex v0.4.2
17762026-06-06T15:46:56.675Z Compiling usdt-impl v0.6.0
17772026-06-06T15:46:56.792Z Compiling crossbeam-utils v0.8.21
17782026-06-06T15:46:56.808Z Compiling atomic-waker v1.1.2
17792026-06-06T15:46:56.951Z Compiling scroll v0.13.0
17802026-06-06T15:46:57.137Z Compiling try-lock v0.2.5
17812026-06-06T15:46:57.212Z Compiling tower-layer v0.3.3
17822026-06-06T15:46:57.256Z Compiling tower-service v0.3.3
17832026-06-06T15:46:57.360Z Compiling plain v0.2.3
17842026-06-06T15:46:57.418Z Compiling ryu v1.0.23
17852026-06-06T15:46:57.472Z Compiling goblin v0.10.7
17862026-06-06T15:46:57.709Z Compiling want v0.3.1
17872026-06-06T15:46:57.889Z Compiling h2 v0.4.14
17882026-06-06T15:46:58.682Z Compiling slog-async v2.8.0
17892026-06-06T15:46:58.746Z Compiling httpdate v1.0.3
17902026-06-06T15:46:59.160Z Compiling dtrace-parser v0.3.0
17912026-06-06T15:46:59.199Z Compiling thread-id v5.1.0
17922026-06-06T15:46:59.719Z Compiling ref-cast v1.0.25
17932026-06-06T15:47:00.276Z Compiling hyper v1.10.1
17942026-06-06T15:47:01.236Z Compiling dof v0.4.0
17952026-06-06T15:47:02.245Z Compiling hyper-util v0.1.20
17962026-06-06T15:47:02.583Z Compiling rand_core v0.9.5
17972026-06-06T15:47:02.851Z Compiling serde_urlencoded v0.7.1
17982026-06-06T15:47:03.136Z Compiling http-body-util v0.1.3
17992026-06-06T15:47:03.442Z Compiling ref-cast-impl v1.0.25
18002026-06-06T15:47:03.762Z Compiling syn v1.0.109
18012026-06-06T15:47:04.248Z Compiling usdt-attr-macro v0.6.0
18022026-06-06T15:47:04.350Z Compiling usdt-macro v0.6.0
18032026-06-06T15:47:05.050Z Compiling structmeta-derive v0.3.0
18042026-06-06T15:47:05.153Z Compiling multer v3.1.0
18052026-06-06T15:47:05.406Z Compiling allocator-api2 v0.2.21
18062026-06-06T15:47:05.423Z Compiling powerfmt v0.2.0
18072026-06-06T15:47:05.560Z Compiling foldhash v0.2.0
18082026-06-06T15:47:05.577Z Compiling deranged v0.5.8
18092026-06-06T15:47:05.789Z Compiling hashbrown v0.16.1
18102026-06-06T15:47:05.844Z Compiling rand_chacha v0.9.0
18112026-06-06T15:47:06.113Z Compiling structmeta v0.3.0
18122026-06-06T15:47:06.392Z Compiling darling_core v0.23.0
18132026-06-06T15:47:06.501Z Compiling newtype-uuid-macros v0.1.0
18142026-06-06T15:47:06.860Z Compiling num_threads v0.1.7
18152026-06-06T15:47:06.958Z Compiling time v0.3.47
18162026-06-06T15:47:06.989Z Compiling rand v0.9.4
18172026-06-06T15:47:07.307Z Compiling newtype-uuid v1.3.2
18182026-06-06T15:47:07.699Z Compiling strum_macros v0.26.4
18192026-06-06T15:47:08.018Z Compiling async-stream-impl v0.3.6
18202026-06-06T15:47:08.237Z Compiling sync_wrapper v1.0.2
18212026-06-06T15:47:08.356Z Compiling dropshot v0.17.1
18222026-06-06T15:47:08.449Z Compiling darling_macro v0.23.0
18232026-06-06T15:47:08.659Z Compiling hex v0.4.3
18242026-06-06T15:47:08.984Z Compiling tower v0.5.3
18252026-06-06T15:47:09.002Z Compiling daft v0.1.7
18262026-06-06T15:47:09.086Z Compiling darling v0.23.0
18272026-06-06T15:47:09.178Z Compiling crossbeam-channel v0.5.15
18282026-06-06T15:47:09.345Z Compiling webpki-roots v1.0.7
18292026-06-06T15:47:09.363Z Compiling openapiv3 v2.2.0
18302026-06-06T15:47:09.571Z Compiling generic-array v0.14.7
18312026-06-06T15:47:09.871Z Compiling fastrand v2.4.1
18322026-06-06T15:47:10.195Z Compiling tower-http v0.6.11
18332026-06-06T15:47:10.305Z Compiling serde_with_macros v3.20.0
18342026-06-06T15:47:10.858Z Compiling futures-executor v0.3.32
18352026-06-06T15:47:11.073Z Compiling dropshot_endpoint v0.17.1
18362026-06-06T15:47:11.357Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18372026-06-06T15:47:11.429Z Compiling thread_local v1.1.9
18382026-06-06T15:47:11.761Z Compiling openssl-probe v0.2.1
18392026-06-06T15:47:11.778Z Compiling cpufeatures v0.3.0
18402026-06-06T15:47:11.843Z Compiling futures v0.3.32
18412026-06-06T15:47:11.932Z Compiling rustls-native-certs v0.8.4
18422026-06-06T15:47:12.560Z Compiling derive-ex v0.1.8
18432026-06-06T15:47:12.751Z Compiling strum_macros v0.27.2
18442026-06-06T15:47:12.771Z Compiling is-terminal v0.4.17
18452026-06-06T15:47:12.879Z Compiling term v1.2.1
18462026-06-06T15:47:13.812Z Compiling take_mut v0.2.2
18472026-06-06T15:47:13.939Z Compiling winnow v1.0.3
18482026-06-06T15:47:14.156Z Compiling test-strategy v0.4.5
18492026-06-06T15:47:14.699Z Compiling slog-term v2.9.2
18502026-06-06T15:47:15.516Z Compiling tempfile v3.27.0
18512026-06-06T15:47:16.038Z Compiling macaddr v1.0.1
18522026-06-06T15:47:16.318Z Compiling hybrid-array v0.4.12
18532026-06-06T15:47:16.426Z Compiling adler2 v2.0.1
18542026-06-06T15:47:16.534Z Compiling match_cfg v0.1.0
18552026-06-06T15:47:16.613Z Compiling simd-adler32 v0.3.9
18562026-06-06T15:47:16.745Z Compiling hostname v0.3.1
18572026-06-06T15:47:16.800Z Compiling miniz_oxide v0.8.9
18582026-06-06T15:47:17.579Z Compiling slog-json v2.6.1
18592026-06-06T15:47:17.860Z Compiling memmap2 v0.9.10
18602026-06-06T15:47:18.184Z Compiling usdt v0.6.0
18612026-06-06T15:47:18.273Z Compiling slog-bunyan v2.5.0
18622026-06-06T15:47:18.315Z Compiling flate2 v1.1.9
18632026-06-06T15:47:18.494Z Compiling crypto-common v0.2.2
18642026-06-06T15:47:18.816Z Compiling block-buffer v0.12.0
18652026-06-06T15:47:18.880Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-06T15:47:19.031Z Compiling const-oid v0.10.2
18672026-06-06T15:47:19.089Z Compiling debug-ignore v1.0.5
18682026-06-06T15:47:19.324Z Compiling compression-core v0.4.32
18692026-06-06T15:47:19.346Z Compiling either v1.16.0
18702026-06-06T15:47:19.503Z Compiling compression-codecs v0.4.38
18712026-06-06T15:47:19.797Z Compiling digest v0.11.3
18722026-06-06T15:47:19.865Z Compiling toml_parser v1.1.2+spec-1.1.0
18732026-06-06T15:47:19.895Z Compiling crypto-common v0.1.7
18742026-06-06T15:47:19.996Z Compiling parse-display-derive v0.10.0
18752026-06-06T15:47:20.088Z Compiling rand_chacha v0.3.1
18762026-06-06T15:47:20.206Z Compiling serde_spanned v1.1.1
18772026-06-06T15:47:20.234Z Compiling toml_datetime v1.1.1+spec-1.1.0
18782026-06-06T15:47:20.360Z Compiling encoding_rs v0.8.35
18792026-06-06T15:47:20.585Z Compiling toml_writer v1.1.1+spec-1.1.0
18802026-06-06T15:47:20.662Z Compiling mime v0.3.17
18812026-06-06T15:47:20.722Z Compiling spin v0.9.8
18822026-06-06T15:47:20.868Z Compiling toml v1.1.2+spec-1.1.0
18832026-06-06T15:47:21.136Z Compiling rand v0.8.6
18842026-06-06T15:47:21.201Z Compiling sha1 v0.11.0
18852026-06-06T15:47:21.551Z Compiling async-compression v0.4.42
18862026-06-06T15:47:21.604Z Compiling strum v0.26.3
18872026-06-06T15:47:21.744Z Compiling async-stream v0.3.6
18882026-06-06T15:47:21.955Z Compiling waitgroup v0.1.2
18892026-06-06T15:47:22.017Z Compiling rustls-pemfile v2.2.0
18902026-06-06T15:47:22.113Z Compiling serde_path_to_error v0.1.20
18912026-06-06T15:47:22.197Z Compiling wait-timeout v0.2.1
18922026-06-06T15:47:22.293Z Compiling hostname v0.4.2
18932026-06-06T15:47:22.671Z Compiling quick-error v1.2.3
18942026-06-06T15:47:22.760Z Compiling bit-vec v0.8.0
18952026-06-06T15:47:22.776Z Compiling rusty-fork v0.3.1
18962026-06-06T15:47:22.838Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-06T15:47:22.991Z Compiling bit-set v0.8.0
18982026-06-06T15:47:23.107Z Compiling serde_with v3.20.0
18992026-06-06T15:47:23.183Z Compiling rand_xorshift v0.4.0
19002026-06-06T15:47:23.322Z Compiling unarray v0.1.4
19012026-06-06T15:47:23.447Z Compiling proptest v1.11.0
19022026-06-06T15:47:23.616Z Compiling strum v0.27.2
19032026-06-06T15:47:23.781Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19042026-06-06T15:47:23.940Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19052026-06-06T15:47:24.059Z Compiling instant v0.1.13
19062026-06-06T15:47:24.363Z Compiling itertools v0.14.0
19072026-06-06T15:47:24.420Z Compiling iddqd v0.4.2
19082026-06-06T15:47:24.852Z Compiling unicode-width v0.2.2
19092026-06-06T15:47:25.455Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19102026-06-06T15:47:25.537Z Compiling block-buffer v0.10.4
19112026-06-06T15:47:25.711Z Compiling backon v1.6.0
19122026-06-06T15:47:25.756Z Compiling regress v0.10.5
19132026-06-06T15:47:25.851Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19142026-06-06T15:47:27.662Z Compiling digest v0.10.7
19152026-06-06T15:47:27.906Z Compiling backoff v0.4.0
19162026-06-06T15:47:28.123Z Compiling parse-display v0.10.0
19172026-06-06T15:47:28.268Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19182026-06-06T15:47:29.245Z Compiling humantime v2.3.0
19192026-06-06T15:47:30.848Z Compiling regress v0.11.1
19202026-06-06T15:47:31.964Z Compiling zerocopy-derive v0.7.35
19212026-06-06T15:47:32.349Z Compiling typify-impl v0.6.2
19222026-06-06T15:47:32.879Z Compiling darling_core v0.21.3
19232026-06-06T15:47:32.962Z Compiling clap_derive v4.6.1
19242026-06-06T15:47:33.206Z Compiling utf8parse v0.2.2
19252026-06-06T15:47:33.840Z Compiling cpufeatures v0.2.17
19262026-06-06T15:47:33.923Z Compiling convert_case v0.4.0
19272026-06-06T15:47:34.221Z Compiling derive_more v0.99.20
19282026-06-06T15:47:34.612Z Compiling anstyle-parse v1.0.0
19292026-06-06T15:47:34.947Z Compiling darling_macro v0.21.3
19302026-06-06T15:47:35.526Z Compiling terminal_size v0.4.4
19312026-06-06T15:47:35.567Z Compiling toml_datetime v0.6.11
19322026-06-06T15:47:35.644Z Compiling typify-macro v0.6.2
19332026-06-06T15:47:35.686Z Compiling anstyle-query v1.1.5
19342026-06-06T15:47:35.758Z Compiling anstyle v1.0.14
19352026-06-06T15:47:35.793Z Compiling is_terminal_polyfill v1.70.2
19362026-06-06T15:47:35.810Z Compiling colorchoice v1.0.5
19372026-06-06T15:47:36.023Z Compiling anstream v1.0.0
19382026-06-06T15:47:36.172Z Compiling darling v0.21.3
19392026-06-06T15:47:36.671Z Compiling secrecy v0.10.3
19402026-06-06T15:47:36.697Z Compiling heapless v0.8.0
19412026-06-06T15:47:36.849Z Compiling clap_lex v1.1.0
19422026-06-06T15:47:37.010Z Compiling crucible-workspace-hack v0.1.0
19432026-06-06T15:47:37.191Z Compiling tinyvec_macros v0.1.1
19442026-06-06T15:47:37.207Z Compiling typify v0.6.2
19452026-06-06T15:47:37.258Z Compiling tinyvec v1.11.0
19462026-06-06T15:47:37.309Z Compiling clap_builder v4.6.0
19472026-06-06T15:47:37.807Z Compiling ingot-macros v0.1.1
19482026-06-06T15:47:37.856Z Compiling zerocopy v0.7.35
19492026-06-06T15:47:38.381Z Compiling hash32 v0.3.1
19502026-06-06T15:47:38.398Z Compiling scroll_derive v0.12.1
19512026-06-06T15:47:38.486Z Compiling rustc_version v0.4.1
19522026-06-06T15:47:38.734Z Compiling num-integer v0.1.46
19532026-06-06T15:47:38.768Z Compiling usdt-impl v0.5.0
19542026-06-06T15:47:39.050Z Compiling smoltcp v0.11.0
19552026-06-06T15:47:39.151Z Compiling scroll v0.12.0
19562026-06-06T15:47:39.237Z Compiling clap v4.6.1
19572026-06-06T15:47:39.438Z Compiling curve25519-dalek v4.1.3
19582026-06-06T15:47:39.743Z Compiling dof v0.3.0
19592026-06-06T15:47:40.488Z Compiling ingot-types v0.1.2
19602026-06-06T15:47:41.072Z Compiling hmac v0.12.1
19612026-06-06T15:47:41.232Z Compiling dtrace-parser v0.2.0
19622026-06-06T15:47:41.254Z Compiling inout v0.1.4
19632026-06-06T15:47:41.450Z Compiling ff v0.13.1
19642026-06-06T15:47:41.470Z Compiling cobs v0.3.0
19652026-06-06T15:47:41.798Z Compiling thread-id v4.2.2
19662026-06-06T15:47:41.831Z Compiling unsafe-libyaml v0.2.11
19672026-06-06T15:47:41.968Z Compiling bitflags v1.3.2
19682026-06-06T15:47:42.236Z Compiling managed v0.8.0
19692026-06-06T15:47:42.607Z Compiling serde_yaml v0.9.34+deprecated
19702026-06-06T15:47:43.110Z Compiling postcard v1.1.3
19712026-06-06T15:47:43.476Z Compiling group v0.13.0
19722026-06-06T15:47:43.597Z Compiling cipher v0.4.4
19732026-06-06T15:47:43.847Z Compiling hkdf v0.12.4
19742026-06-06T15:47:43.932Z Compiling ingot v0.1.1
19752026-06-06T15:47:44.520Z Compiling goblin v0.8.2
19762026-06-06T15:47:44.820Z Compiling num-rational v0.4.2
19772026-06-06T15:47:45.701Z Compiling num-iter v0.1.45
19782026-06-06T15:47:46.106Z Compiling tabwriter v1.4.1
19792026-06-06T15:47:46.228Z Compiling universal-hash v0.5.1
19802026-06-06T15:47:46.375Z Compiling crypto-bigint v0.5.5
19812026-06-06T15:47:46.459Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19822026-06-06T15:47:46.558Z Compiling thiserror-impl-no-std v2.0.2
19832026-06-06T15:47:47.166Z Compiling hubpack_derive v0.1.1
19842026-06-06T15:47:47.593Z Compiling crossbeam-epoch v0.9.18
19852026-06-06T15:47:47.697Z Compiling half v2.7.1
19862026-06-06T15:47:47.919Z Compiling curve25519-dalek-derive v0.1.1
19872026-06-06T15:47:48.078Z Compiling num-complex v0.4.6
19882026-06-06T15:47:48.719Z Compiling memoffset v0.9.1
19892026-06-06T15:47:48.983Z Compiling cfg_aliases v0.2.1
19902026-06-06T15:47:48.987Z Compiling ciborium-io v0.2.2
19912026-06-06T15:47:49.212Z Compiling opaque-debug v0.3.1
19922026-06-06T15:47:49.290Z Compiling prettyplease v0.2.37
19932026-06-06T15:47:49.435Z Compiling base64ct v1.8.3
19942026-06-06T15:47:49.450Z Compiling base16ct v0.2.0
19952026-06-06T15:47:49.559Z Compiling elliptic-curve v0.13.8
19962026-06-06T15:47:49.772Z Compiling password-hash v0.5.0
19972026-06-06T15:47:50.242Z Compiling poly1305 v0.8.0
19982026-06-06T15:47:50.734Z Compiling ciborium-ll v0.2.2
19992026-06-06T15:47:50.856Z Compiling nix v0.31.3
20002026-06-06T15:47:51.458Z Compiling num v0.4.3
20012026-06-06T15:47:51.554Z Compiling hubpack v0.1.2
20022026-06-06T15:47:51.673Z Compiling thiserror-no-std v2.0.2
20032026-06-06T15:47:52.404Z Compiling chacha20 v0.9.1
20042026-06-06T15:47:52.709Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
20052026-06-06T15:47:52.956Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20062026-06-06T15:47:53.453Z Compiling reqwest v0.12.28
20072026-06-06T15:47:54.308Z Compiling toml_edit v0.25.12+spec-1.1.0
20082026-06-06T15:47:54.375Z Compiling blake2 v0.10.6
20092026-06-06T15:47:54.520Z Compiling aead v0.5.2
20102026-06-06T15:47:54.860Z Compiling byte-wrapper v0.1.0
20112026-06-06T15:47:54.927Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20122026-06-06T15:47:55.171Z Compiling serde_repr v0.1.20
20132026-06-06T15:47:55.721Z Compiling proc-macro-error-attr v1.0.4
20142026-06-06T15:47:55.849Z Compiling bstr v1.12.1
20152026-06-06T15:47:55.967Z Compiling rustix v0.38.44
20162026-06-06T15:47:56.033Z Compiling float-ord v0.3.2
20172026-06-06T15:47:56.148Z Compiling static_assertions v1.1.0
20182026-06-06T15:47:56.205Z Compiling keccak v0.1.6
20192026-06-06T15:47:56.230Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20202026-06-06T15:47:56.419Z Compiling sha3 v0.10.9
20212026-06-06T15:47:56.799Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20222026-06-06T15:47:56.887Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-06T15:47:57.369Z Compiling proc-macro-crate v3.5.0
20242026-06-06T15:47:57.395Z Compiling chacha20poly1305 v0.10.1
20252026-06-06T15:47:57.542Z Compiling argon2 v0.5.3
20262026-06-06T15:47:57.787Z Compiling progenitor-client v0.10.0
20272026-06-06T15:47:58.313Z Compiling vsss-rs v3.3.4
20282026-06-06T15:47:59.651Z Compiling rustls-webpki v0.103.13
20292026-06-06T15:47:59.936Z Compiling ciborium v0.2.2
20302026-06-06T15:48:00.717Z Compiling usdt-macro v0.5.0
20312026-06-06T15:48:00.735Z Compiling usdt-attr-macro v0.5.0
20322026-06-06T15:48:02.399Z Compiling num-derive v0.4.2
20332026-06-06T15:48:02.455Z Compiling enum-as-inner v0.6.1
20342026-06-06T15:48:03.043Z Compiling proc-macro-error v1.0.4
20352026-06-06T15:48:03.188Z Compiling memmap v0.7.0
20362026-06-06T15:48:03.304Z Compiling data-encoding v2.11.0
20372026-06-06T15:48:03.638Z Compiling winnow v0.5.40
20382026-06-06T15:48:03.677Z Compiling indent_write v2.2.0
20392026-06-06T15:48:03.836Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20402026-06-06T15:48:04.111Z Compiling tokio-rustls v0.26.4
20412026-06-06T15:48:04.261Z Compiling rustls-platform-verifier v0.7.0
20422026-06-06T15:48:04.415Z Compiling hyper-rustls v0.27.9
20432026-06-06T15:48:04.862Z Compiling reqwest v0.13.4
20442026-06-06T15:48:05.051Z Compiling toml_edit v0.19.15
20452026-06-06T15:48:05.372Z Compiling usdt v0.5.0
20462026-06-06T15:48:06.077Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20472026-06-06T15:48:06.989Z Compiling progenitor-client v0.14.0
20482026-06-06T15:48:07.485Z Compiling progenitor-extras v0.2.0
20492026-06-06T15:48:07.726Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20502026-06-06T15:48:08.640Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
20512026-06-06T15:48:08.762Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-06T15:48:09.094Z Compiling num_enum_derive v0.7.6
20532026-06-06T15:48:12.370Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-06T15:48:18.354Z Compiling serde_spanned v0.6.9
20552026-06-06T15:48:19.172Z Compiling foreign-types-macros v0.2.3
20562026-06-06T15:48:19.201Z Compiling vcpkg v0.2.15
20572026-06-06T15:48:19.829Z Compiling foreign-types-shared v0.3.1
20582026-06-06T15:48:19.847Z Compiling winnow v0.7.15
20592026-06-06T15:48:19.881Z Compiling toml_write v0.1.2
20602026-06-06T15:48:20.044Z Compiling pkg-config v0.3.33
20612026-06-06T15:48:20.088Z Compiling colored v3.1.1
20622026-06-06T15:48:20.155Z Compiling bytecount v0.6.9
20632026-06-06T15:48:20.502Z Compiling openssl-sys v0.9.116
20642026-06-06T15:48:20.759Z Compiling foreign-types v0.5.0
20652026-06-06T15:48:20.854Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20662026-06-06T15:48:21.095Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20672026-06-06T15:48:21.302Z Compiling toml_edit v0.22.27
20682026-06-06T15:48:21.342Z Compiling num_enum v0.7.6
20692026-06-06T15:48:21.413Z Compiling proc-macro-crate v1.3.1
20702026-06-06T15:48:21.715Z Compiling progenitor-impl v0.13.0
20712026-06-06T15:48:21.747Z Compiling chacha20 v0.10.0
20722026-06-06T15:48:21.759Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20732026-06-06T15:48:22.425Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20742026-06-06T15:48:22.455Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20752026-06-06T15:48:22.721Z Compiling cstr-argument v0.1.2
20762026-06-06T15:48:22.875Z Compiling unicode-segmentation v1.13.3
20772026-06-06T15:48:22.902Z Compiling resolv-conf v0.7.6
20782026-06-06T15:48:23.530Z Compiling rayon-core v1.13.0
20792026-06-06T15:48:23.627Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20802026-06-06T15:48:23.815Z Compiling semver v0.1.20
20812026-06-06T15:48:23.833Z Compiling linked-hash-map v0.5.6
20822026-06-06T15:48:23.836Z Compiling heck v0.4.1
20832026-06-06T15:48:24.052Z Compiling swrite v0.1.0
20842026-06-06T15:48:24.071Z Compiling lru-cache v0.1.2
20852026-06-06T15:48:24.084Z Compiling rustc_version v0.1.7
20862026-06-06T15:48:24.181Z Compiling progenitor-macro v0.13.0
20872026-06-06T15:48:24.218Z Compiling newline-converter v0.3.0
20882026-06-06T15:48:24.239Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20892026-06-06T15:48:24.289Z Compiling toml v0.8.23
20902026-06-06T15:48:24.419Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20912026-06-06T15:48:24.847Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20922026-06-06T15:48:24.926Z Compiling rand v0.10.1
20932026-06-06T15:48:25.081Z Compiling num_enum_derive v0.5.11
20942026-06-06T15:48:25.452Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
20952026-06-06T15:48:25.719Z Compiling atomicwrites v0.4.4
20962026-06-06T15:48:25.806Z Compiling progenitor-client v0.13.0
20972026-06-06T15:48:26.007Z Compiling hickory-proto v0.24.4
20982026-06-06T15:48:26.100Z Compiling similar v2.7.0
20992026-06-06T15:48:26.140Z Compiling crossbeam-deque v0.8.6
21002026-06-06T15:48:26.305Z Compiling progenitor-impl v0.14.0
21012026-06-06T15:48:26.367Z Compiling console v0.15.11
21022026-06-06T15:48:27.640Z Compiling camino-tempfile v1.4.1
21032026-06-06T15:48:28.064Z Compiling serde-big-array v0.5.1
21042026-06-06T15:48:28.235Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21052026-06-06T15:48:28.365Z Compiling pin-project-internal v1.1.13
21062026-06-06T15:48:28.385Z Compiling derive-where v1.6.1
21072026-06-06T15:48:28.794Z Compiling siphasher v1.0.3
21082026-06-06T15:48:28.867Z Compiling minimal-lexical v0.2.1
21092026-06-06T15:48:29.022Z Compiling lazy_static v1.5.0
21102026-06-06T15:48:29.123Z Compiling nom v7.1.3
21112026-06-06T15:48:29.143Z Compiling phf_shared v0.12.1
21122026-06-06T15:48:29.504Z Compiling pin-project v1.1.13
21132026-06-06T15:48:29.624Z Compiling progenitor v0.13.0
21142026-06-06T15:48:29.723Z Compiling progenitor-macro v0.14.0
21152026-06-06T15:48:29.776Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21162026-06-06T15:48:30.204Z Compiling hickory-resolver v0.24.4
21172026-06-06T15:48:30.491Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21182026-06-06T15:48:33.521Z Compiling expectorate v1.2.0
21192026-06-06T15:48:33.998Z Compiling num_enum v0.5.11
21202026-06-06T15:48:34.137Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21212026-06-06T15:48:35.318Z Compiling newtype_derive v0.1.6
21222026-06-06T15:48:35.972Z Compiling unicode-normalization v0.1.25
21232026-06-06T15:48:36.564Z Compiling tokio-stream v0.1.18
21242026-06-06T15:48:37.128Z Compiling async-recursion v1.1.1
21252026-06-06T15:48:37.764Z Compiling snafu-derive v0.8.9
21262026-06-06T15:48:37.854Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
21272026-06-06T15:48:38.189Z Compiling slog-dtrace v0.3.0
21282026-06-06T15:48:38.459Z Compiling csv-core v0.1.13
21292026-06-06T15:48:38.679Z Compiling unicode-xid v0.2.6
21302026-06-06T15:48:38.836Z Compiling highway v1.3.0
21312026-06-06T15:48:38.888Z Compiling same-file v1.0.6
21322026-06-06T15:48:39.091Z Compiling openssl v0.10.80
21332026-06-06T15:48:39.402Z Compiling foldhash v0.1.5
21342026-06-06T15:48:39.522Z Compiling owo-colors v4.3.0
21352026-06-06T15:48:39.590Z Compiling foreign-types-shared v0.1.1
21362026-06-06T15:48:39.635Z Compiling unicode-width v0.1.14
21372026-06-06T15:48:39.694Z Compiling cancel-safe-futures v0.1.5
21382026-06-06T15:48:39.884Z Compiling chrono-tz v0.10.4
21392026-06-06T15:48:39.951Z Compiling konst_macro_rules v0.2.19
21402026-06-06T15:48:40.046Z Compiling foreign-types v0.3.2
21412026-06-06T15:48:40.130Z Compiling konst v0.2.20
21422026-06-06T15:48:40.147Z Compiling hashbrown v0.15.5
21432026-06-06T15:48:40.184Z Compiling snafu v0.8.9
21442026-06-06T15:48:40.261Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21452026-06-06T15:48:40.516Z Compiling walkdir v2.5.0
21462026-06-06T15:48:40.742Z Compiling const_format_proc_macros v0.2.34
21472026-06-06T15:48:40.818Z Compiling csv v1.4.0
21482026-06-06T15:48:41.367Z Compiling progenitor v0.14.0
21492026-06-06T15:48:41.468Z Compiling qorb v0.4.1
21502026-06-06T15:48:41.535Z Compiling olpc-cjson v0.1.4
21512026-06-06T15:48:41.610Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21522026-06-06T15:48:41.775Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21532026-06-06T15:48:42.311Z Compiling rayon v1.12.0
21542026-06-06T15:48:42.499Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21552026-06-06T15:48:44.543Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21562026-06-06T15:48:45.201Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21572026-06-06T15:48:45.723Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21582026-06-06T15:48:46.139Z Compiling phf v0.12.1
21592026-06-06T15:48:46.762Z Compiling zone_cfg_derive v0.3.1
21602026-06-06T15:48:47.073Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21612026-06-06T15:48:47.484Z Compiling tokio-dtrace v0.1.1
21622026-06-06T15:48:47.826Z Compiling globset v0.4.18
21632026-06-06T15:48:47.917Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21642026-06-06T15:48:48.143Z Compiling itertools v0.12.1
21652026-06-06T15:48:49.684Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21662026-06-06T15:48:49.684Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21672026-06-06T15:48:49.718Z Compiling libsw-core v0.3.2
21682026-06-06T15:48:49.905Z Compiling pem v3.0.6
21692026-06-06T15:48:50.187Z Compiling serde_plain v1.0.2
21702026-06-06T15:48:50.278Z Compiling openssl-macros v0.1.1
21712026-06-06T15:48:50.477Z Compiling cookie v0.18.1
21722026-06-06T15:48:50.495Z Compiling sigpipe v0.1.3
21732026-06-06T15:48:50.512Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21742026-06-06T15:48:50.567Z Compiling typed-path v0.9.3
21752026-06-06T15:48:50.595Z Compiling jiff v0.2.28
21762026-06-06T15:48:50.598Z Compiling glob v0.3.3
21772026-06-06T15:48:50.729Z Compiling fixedbitset v0.4.2
21782026-06-06T15:48:50.772Z Compiling fixedbitset v0.5.7
21792026-06-06T15:48:50.958Z Compiling petgraph v0.6.5
21802026-06-06T15:48:51.076Z Compiling petgraph v0.8.3
21812026-06-06T15:48:51.626Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21822026-06-06T15:48:51.875Z Compiling tough v0.22.0
21832026-06-06T15:48:52.780Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21842026-06-06T15:48:52.783Z Compiling libsw v3.5.0
21852026-06-06T15:48:52.991Z Compiling zone v0.3.1
21862026-06-06T15:48:53.513Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
21872026-06-06T15:48:53.531Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21882026-06-06T15:48:53.843Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21892026-06-06T15:48:54.720Z Compiling oxide-tokio-rt v0.1.6
21902026-06-06T15:48:55.299Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21912026-06-06T15:48:55.870Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21922026-06-06T15:48:56.523Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21932026-06-06T15:48:57.496Z Compiling const_format v0.2.36
21942026-06-06T15:48:57.824Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21952026-06-06T15:48:58.843Z Compiling papergrid v0.11.0
21962026-06-06T15:48:58.947Z Compiling tabled_derive v0.7.0
21972026-06-06T15:48:59.225Z Compiling gethostname v0.5.0
21982026-06-06T15:48:59.369Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
21992026-06-06T15:48:59.936Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22002026-06-06T15:49:00.629Z Compiling libscf-sys v1.2.0
22012026-06-06T15:49:00.780Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22022026-06-06T15:49:00.884Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22032026-06-06T15:49:00.918Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22042026-06-06T15:49:01.034Z Compiling smf v0.2.3
22052026-06-06T15:49:01.051Z Compiling bcs v0.1.6
22062026-06-06T15:49:01.114Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
22072026-06-06T15:49:01.445Z Compiling smawk v0.3.2
22082026-06-06T15:49:01.618Z Compiling tagptr v0.2.0
22092026-06-06T15:49:01.682Z Compiling termtree v0.5.1
22102026-06-06T15:49:01.786Z Compiling unicode-linebreak v0.1.5
22112026-06-06T15:49:01.882Z Compiling whoami v1.6.1
22122026-06-06T15:49:02.071Z Compiling linear-map v1.2.0
22132026-06-06T15:49:02.298Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22142026-06-06T15:49:02.337Z Compiling textwrap v0.16.2
22152026-06-06T15:49:03.928Z Compiling moka v0.12.15
22162026-06-06T15:49:04.045Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22172026-06-06T15:49:04.064Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22182026-06-06T15:49:04.288Z Compiling tabled v0.15.0
22192026-06-06T15:49:05.162Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22202026-06-06T15:49:05.194Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22212026-06-06T15:49:05.422Z Compiling steno v0.4.1
22222026-06-06T15:49:05.437Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22232026-06-06T15:49:06.844Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22242026-06-06T15:49:10.571Z Compiling hickory-proto v0.25.2
22252026-06-06T15:49:11.328Z Compiling proc-macro-error-attr2 v2.0.0
22262026-06-06T15:49:11.796Z Compiling proc-macro-error2 v2.0.1
22272026-06-06T15:49:12.091Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22282026-06-06T15:49:12.106Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22292026-06-06T15:49:12.282Z Compiling parking_lot_core v0.8.6
22302026-06-06T15:49:12.428Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22312026-06-06T15:49:12.552Z Compiling tabled_derive v0.11.0
22322026-06-06T15:49:12.607Z Compiling papergrid v0.18.0
22332026-06-06T15:49:13.956Z Compiling hickory-resolver v0.25.2
22342026-06-06T15:49:15.109Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22352026-06-06T15:49:15.112Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22362026-06-06T15:49:15.112Z Compiling testing_table v0.3.0
22372026-06-06T15:49:15.112Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22382026-06-06T15:49:15.595Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22392026-06-06T15:49:16.150Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22402026-06-06T15:49:16.774Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#e88642c7)
22412026-06-06T15:49:17.328Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22422026-06-06T15:49:18.158Z Compiling tabled v0.21.0
22432026-06-06T15:49:19.148Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22442026-06-06T15:49:19.211Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22452026-06-06T15:49:19.910Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22462026-06-06T15:49:20.027Z Compiling arc-swap v1.9.1
22472026-06-06T15:49:21.747Z Compiling slog-scope v4.4.1
22482026-06-06T15:49:21.811Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22492026-06-06T15:49:21.811Z Compiling parking_lot v0.11.2
22502026-06-06T15:49:21.855Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22512026-06-06T15:49:22.276Z Compiling dropshot-api-manager-types v0.7.2
22522026-06-06T15:49:22.770Z Compiling fxhash v0.2.1
22532026-06-06T15:49:22.863Z Compiling crc8 v0.1.1
22542026-06-06T15:49:22.924Z Compiling sled v0.34.7
22552026-06-06T15:49:22.982Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0c92583413d48f50f87c32bac3ed9a26b6785b58#0c925834)
22562026-06-06T15:49:23.081Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22572026-06-06T15:49:24.111Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22582026-06-06T15:49:26.096Z Compiling slog-stdlog v4.1.1
22592026-06-06T15:49:26.491Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22602026-06-06T15:49:26.542Z Compiling slog-envlogger v2.2.0
22612026-06-06T15:49:26.770Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22622026-06-06T15:49:29.222Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22632026-06-06T15:49:33.025Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
22642026-06-06T15:49:34.955Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22652026-06-06T15:49:39.193Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22662026-06-06T15:49:42.550Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22672026-06-06T15:49:49.274Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22682026-06-06T15:49:52.360Z Finished `release` profile [optimized] target(s) in 3m 41s
22692026-06-06T15:49:52.698Z+ banner quartet
22702026-06-06T15:49:52.702Z
22712026-06-06T15:49:52.702Z #### # # ## ##### ##### ###### #####
22722026-06-06T15:49:52.702Z # # # # # # # # # # #
22732026-06-06T15:49:52.702Z # # # # # # # # # ##### #
22742026-06-06T15:49:52.702Z # # # # # ###### ##### # # #
22752026-06-06T15:49:52.702Z # # # # # # # # # # #
22762026-06-06T15:49:52.702Z ### # #### # # # # # ###### #
22772026-06-06T15:49:52.702Z
22782026-06-06T15:49:52.702Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22792026-06-06T15:49:53.262Z Compiling cfg-if v1.0.4
22802026-06-06T15:49:53.265Z Compiling libc v0.2.186
22812026-06-06T15:49:53.266Z Compiling serde_core v1.0.228
22822026-06-06T15:49:53.370Z Compiling memchr v2.8.1
22832026-06-06T15:49:53.376Z Compiling itoa v1.0.18
22842026-06-06T15:49:53.383Z Compiling smallvec v1.15.1
22852026-06-06T15:49:53.391Z Compiling stable_deref_trait v1.2.1
22862026-06-06T15:49:53.400Z Compiling zerofrom v0.1.8
22872026-06-06T15:49:53.415Z Compiling zmij v1.0.21
22882026-06-06T15:49:53.462Z Compiling writeable v0.6.3
22892026-06-06T15:49:53.521Z Compiling yoke v0.8.3
22902026-06-06T15:49:53.605Z Compiling litemap v0.8.2
22912026-06-06T15:49:53.623Z Compiling utf8_iter v1.0.4
22922026-06-06T15:49:53.734Z Compiling zerovec v0.11.6
22932026-06-06T15:49:53.737Z Compiling zerotrie v0.2.4
22942026-06-06T15:49:53.754Z Compiling percent-encoding v2.3.2
22952026-06-06T15:49:53.793Z Compiling libm v0.2.16
22962026-06-06T15:49:53.809Z Compiling icu_normalizer_data v2.2.0
22972026-06-06T15:49:53.878Z Compiling icu_properties_data v2.2.0
22982026-06-06T15:49:53.898Z Compiling form_urlencoded v1.2.2
22992026-06-06T15:49:54.020Z Compiling rand_core v0.10.1
23002026-06-06T15:49:54.024Z Compiling errno v0.3.14
23012026-06-06T15:49:54.165Z Compiling iana-time-zone v0.1.65
23022026-06-06T15:49:54.180Z Compiling pin-project-lite v0.2.17
23032026-06-06T15:49:54.215Z Compiling getrandom v0.4.2
23042026-06-06T15:49:54.227Z Compiling zeroize v1.8.2
23052026-06-06T15:49:54.275Z Compiling dyn-clone v1.0.20
23062026-06-06T15:49:54.380Z Compiling tinystr v0.8.3
23072026-06-06T15:49:54.416Z Compiling potential_utf v0.1.5
23082026-06-06T15:49:54.426Z Compiling socket2 v0.6.4
23092026-06-06T15:49:54.464Z Compiling scopeguard v1.2.0
23102026-06-06T15:49:54.502Z Compiling parking_lot_core v0.9.12
23112026-06-06T15:49:54.522Z Compiling signal-hook-registry v1.4.8
23122026-06-06T15:49:54.574Z Compiling icu_locale_core v2.2.0
23132026-06-06T15:49:54.594Z Compiling icu_collections v2.2.0
23142026-06-06T15:49:54.597Z Compiling num-traits v0.2.19
23152026-06-06T15:49:54.905Z Compiling lock_api v0.4.14
23162026-06-06T15:49:55.059Z Compiling mio v1.2.1
23172026-06-06T15:49:55.158Z Compiling parking_lot v0.12.5
23182026-06-06T15:49:55.207Z Compiling portable-atomic v1.13.1
23192026-06-06T15:49:55.368Z Compiling serde v1.0.228
23202026-06-06T15:49:55.385Z Compiling serde_json v1.0.150
23212026-06-06T15:49:55.436Z Compiling icu_provider v2.2.0
23222026-06-06T15:49:55.522Z Compiling uuid v1.23.2
23232026-06-06T15:49:55.757Z Compiling icu_normalizer v2.2.0
23242026-06-06T15:49:55.922Z Compiling bytes v1.11.1
23252026-06-06T15:49:55.993Z Compiling icu_properties v2.2.0
23262026-06-06T15:49:56.063Z Compiling chrono v0.4.45
23272026-06-06T15:49:56.077Z Compiling semver v1.0.28
23282026-06-06T15:49:56.121Z Compiling thiserror v2.0.18
23292026-06-06T15:49:56.234Z Compiling bitflags v2.12.1
23302026-06-06T15:49:56.631Z Compiling tokio v1.52.3
23312026-06-06T15:49:56.746Z Compiling futures-core v0.3.32
23322026-06-06T15:49:56.809Z Compiling critical-section v1.2.0
23332026-06-06T15:49:56.912Z Compiling idna_adapter v1.2.2
23342026-06-06T15:49:56.938Z Compiling once_cell v1.21.4
23352026-06-06T15:49:56.973Z Compiling subtle v2.6.1
23362026-06-06T15:49:57.059Z Compiling idna v1.1.0
23372026-06-06T15:49:57.149Z Compiling equivalent v1.0.2
23382026-06-06T15:49:57.185Z Compiling log v0.4.32
23392026-06-06T15:49:57.243Z Compiling zerocopy v0.8.50
23402026-06-06T15:49:57.440Z Compiling url v2.5.8
23412026-06-06T15:49:57.472Z Compiling futures-sink v0.3.32
23422026-06-06T15:49:57.577Z Compiling slab v0.4.12
23432026-06-06T15:49:57.589Z Compiling typenum v1.20.1
23442026-06-06T15:49:57.786Z Compiling futures-channel v0.3.32
23452026-06-06T15:49:58.057Z Compiling schemars v0.8.22
23462026-06-06T15:49:58.069Z Compiling getrandom v0.2.17
23472026-06-06T15:49:58.292Z Compiling futures-io v0.3.32
23482026-06-06T15:49:58.428Z Compiling futures-task v0.3.32
23492026-06-06T15:49:58.493Z Compiling rand_core v0.6.4
23502026-06-06T15:49:58.606Z Compiling futures-util v0.3.32
23512026-06-06T15:49:58.763Z Compiling hashbrown v0.17.1
23522026-06-06T15:49:59.239Z Compiling tracing-core v0.1.36
23532026-06-06T15:49:59.465Z Compiling indexmap v2.14.0
23542026-06-06T15:49:59.621Z Compiling tracing v0.1.44
23552026-06-06T15:49:59.966Z Compiling ipnetwork v0.21.1
23562026-06-06T15:50:00.043Z Compiling base64 v0.22.1
23572026-06-06T15:50:00.305Z Compiling http v1.4.1
23582026-06-06T15:50:00.323Z Compiling unicode-ident v1.0.24
23592026-06-06T15:50:00.446Z Compiling proc-macro2 v1.0.106
23602026-06-06T15:50:00.492Z Compiling slog v2.8.2
23612026-06-06T15:50:00.509Z Compiling erased-serde v0.3.31
23622026-06-06T15:50:00.548Z Compiling fnv v1.0.7
23632026-06-06T15:50:00.658Z Compiling oxnet v0.1.6
23642026-06-06T15:50:01.353Z Compiling quote v1.0.45
23652026-06-06T15:50:01.699Z Compiling syn v2.0.117
23662026-06-06T15:50:01.976Z Compiling tokio-util v0.7.18
23672026-06-06T15:50:02.086Z Compiling byteorder v1.5.0
23682026-06-06T15:50:02.187Z Compiling ipnet v2.12.0
23692026-06-06T15:50:02.349Z Compiling thiserror v1.0.69
23702026-06-06T15:50:02.461Z Compiling ppv-lite86 v0.2.21
23712026-06-06T15:50:02.622Z Compiling rustls-pki-types v1.14.1
23722026-06-06T15:50:02.809Z Compiling aws-lc-sys v0.41.0
23732026-06-06T15:50:02.875Z Compiling http-body v1.0.1
23742026-06-06T15:50:03.048Z Compiling untrusted v0.7.1
23752026-06-06T15:50:03.122Z Compiling atomic-waker v1.1.2
23762026-06-06T15:50:03.180Z Compiling httparse v1.10.1
23772026-06-06T15:50:03.199Z Compiling rustls v0.23.40
23782026-06-06T15:50:03.259Z Compiling pretty-hex v0.4.2
23792026-06-06T15:50:03.380Z Compiling aws-lc-rs v1.17.0
23802026-06-06T15:50:03.391Z Compiling ryu v1.0.23
23812026-06-06T15:50:03.404Z Compiling untrusted v0.9.0
23822026-06-06T15:50:03.440Z Compiling tower-layer v0.3.3
23832026-06-06T15:50:03.527Z Compiling try-lock v0.2.5
23842026-06-06T15:50:03.538Z Compiling tower-service v0.3.3
23852026-06-06T15:50:03.636Z Compiling want v0.3.1
23862026-06-06T15:50:03.647Z Compiling h2 v0.4.14
23872026-06-06T15:50:03.668Z Compiling httpdate v1.0.3
23882026-06-06T15:50:03.681Z Compiling rustix v1.1.4
23892026-06-06T15:50:03.720Z Compiling plain v0.2.3
23902026-06-06T15:50:03.828Z Compiling regex-syntax v0.8.10
23912026-06-06T15:50:03.840Z Compiling getrandom v0.3.4
23922026-06-06T15:50:04.050Z Compiling omicron-workspace-hack v0.1.0
23932026-06-06T15:50:04.063Z Compiling ucd-trie v0.1.7
23942026-06-06T15:50:04.128Z Compiling rand_core v0.9.5
23952026-06-06T15:50:04.399Z Compiling pest v2.8.6
23962026-06-06T15:50:04.662Z Compiling rustls-webpki v0.103.13
23972026-06-06T15:50:06.064Z Compiling hyper v1.10.1
23982026-06-06T15:50:06.275Z Compiling crossbeam-utils v0.8.21
23992026-06-06T15:50:07.043Z Compiling serde_urlencoded v0.7.1
24002026-06-06T15:50:07.285Z Compiling http-body-util v0.1.3
24012026-06-06T15:50:07.334Z Compiling allocator-api2 v0.2.21
24022026-06-06T15:50:07.610Z Compiling hyper-util v0.1.20
24032026-06-06T15:50:07.761Z Compiling foldhash v0.2.0
24042026-06-06T15:50:08.069Z Compiling hashbrown v0.16.1
24052026-06-06T15:50:08.819Z Compiling newtype-uuid v1.3.2
24062026-06-06T15:50:09.799Z Compiling tokio-rustls v0.26.4
24072026-06-06T15:50:09.871Z Compiling hex v0.4.3
24082026-06-06T15:50:10.124Z Compiling daft v0.1.7
24092026-06-06T15:50:10.197Z Compiling rand_chacha v0.9.0
24102026-06-06T15:50:10.423Z Compiling sync_wrapper v1.0.2
24112026-06-06T15:50:10.515Z Compiling aho-corasick v1.1.4
24122026-06-06T15:50:10.541Z Compiling fastrand v2.4.1
24132026-06-06T15:50:10.657Z Compiling tower v0.5.3
24142026-06-06T15:50:10.736Z Compiling anyhow v1.0.102
24152026-06-06T15:50:10.776Z Compiling rand v0.9.4
24162026-06-06T15:50:10.880Z Compiling powerfmt v0.2.0
24172026-06-06T15:50:11.118Z Compiling tower-http v0.6.11
24182026-06-06T15:50:11.152Z Compiling deranged v0.5.8
24192026-06-06T15:50:11.262Z Compiling generic-array v0.14.7
24202026-06-06T15:50:11.396Z Compiling openapiv3 v2.2.0
24212026-06-06T15:50:11.516Z Compiling regex-automata v0.4.14
24222026-06-06T15:50:11.815Z Compiling openssl-probe v0.2.1
24232026-06-06T15:50:11.818Z Compiling time-core v0.1.8
24242026-06-06T15:50:11.981Z Compiling num-conv v0.2.2
24252026-06-06T15:50:12.069Z Compiling cpufeatures v0.3.0
24262026-06-06T15:50:12.146Z Compiling num_threads v0.1.7
24272026-06-06T15:50:12.157Z Compiling rustls-native-certs v0.8.4
24282026-06-06T15:50:12.248Z Compiling time v0.3.47
24292026-06-06T15:50:12.270Z Compiling camino v1.2.2
24302026-06-06T15:50:12.860Z Compiling tempfile v3.27.0
24312026-06-06T15:50:13.014Z Compiling futures-executor v0.3.32
24322026-06-06T15:50:13.563Z Compiling winnow v1.0.3
24332026-06-06T15:50:13.817Z Compiling regex v1.12.3
24342026-06-06T15:50:13.859Z Compiling futures v0.3.32
24352026-06-06T15:50:13.948Z Compiling rustls-platform-verifier v0.7.0
24362026-06-06T15:50:14.607Z Compiling hyper-rustls v0.27.9
24372026-06-06T15:50:14.998Z Compiling crossbeam-channel v0.5.15
24382026-06-06T15:50:15.052Z Compiling scroll v0.13.0
24392026-06-06T15:50:15.233Z Compiling hybrid-array v0.4.12
24402026-06-06T15:50:15.288Z Compiling adler2 v2.0.1
24412026-06-06T15:50:15.359Z Compiling simd-adler32 v0.3.9
24422026-06-06T15:50:15.453Z Compiling goblin v0.10.7
24432026-06-06T15:50:15.709Z Compiling miniz_oxide v0.8.9
24442026-06-06T15:50:15.720Z Compiling crc32fast v1.5.0
24452026-06-06T15:50:15.947Z Compiling reqwest v0.13.4
24462026-06-06T15:50:15.971Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
24472026-06-06T15:50:16.203Z Compiling thread_local v1.1.9
24482026-06-06T15:50:16.565Z Compiling either v1.16.0
24492026-06-06T15:50:16.797Z Compiling flate2 v1.1.9
24502026-06-06T15:50:17.153Z Compiling block-buffer v0.12.0
24512026-06-06T15:50:17.341Z Compiling crypto-common v0.2.2
24522026-06-06T15:50:17.361Z Compiling crypto-common v0.1.7
24532026-06-06T15:50:17.512Z Compiling dtrace-parser v0.3.0
24542026-06-06T15:50:17.971Z Compiling rand_chacha v0.3.1
24552026-06-06T15:50:18.614Z Compiling dof v0.4.0
24562026-06-06T15:50:18.636Z Compiling thread-id v5.1.0
24572026-06-06T15:50:18.744Z Compiling is-terminal v0.4.17
24582026-06-06T15:50:18.853Z Compiling compression-core v0.4.32
24592026-06-06T15:50:19.040Z Compiling match_cfg v0.1.0
24602026-06-06T15:50:19.121Z Compiling term v1.2.1
24612026-06-06T15:50:20.092Z Compiling const-oid v0.10.2
24622026-06-06T15:50:20.395Z Compiling take_mut v0.2.2
24632026-06-06T15:50:20.523Z Compiling debug-ignore v1.0.5
24642026-06-06T15:50:20.642Z Compiling slog-async v2.8.0
24652026-06-06T15:50:21.021Z Compiling digest v0.11.3
24662026-06-06T15:50:21.223Z Compiling slog-term v2.9.2
24672026-06-06T15:50:21.720Z Compiling usdt-impl v0.6.0
24682026-06-06T15:50:22.132Z Compiling hostname v0.3.1
24692026-06-06T15:50:22.302Z Compiling compression-codecs v0.4.38
24702026-06-06T15:50:22.578Z Compiling rand v0.8.6
24712026-06-06T15:50:22.704Z Compiling ref-cast v1.0.25
24722026-06-06T15:50:22.726Z Compiling toml_parser v1.1.2+spec-1.1.0
24732026-06-06T15:50:22.814Z Compiling slog-json v2.6.1
24742026-06-06T15:50:23.080Z Compiling strum v0.26.3
24752026-06-06T15:50:23.221Z Compiling macaddr v1.0.1
24762026-06-06T15:50:23.401Z Compiling toml_datetime v1.1.1+spec-1.1.0
24772026-06-06T15:50:23.512Z Compiling serde_spanned v1.1.1
24782026-06-06T15:50:23.666Z Compiling memmap2 v0.9.10
24792026-06-06T15:50:23.830Z Compiling wait-timeout v0.2.1
24802026-06-06T15:50:23.965Z Compiling encoding_rs v0.8.35
24812026-06-06T15:50:24.091Z Compiling bit-vec v0.8.0
24822026-06-06T15:50:24.327Z Compiling mime v0.3.17
24832026-06-06T15:50:24.390Z Compiling toml_writer v1.1.1+spec-1.1.0
24842026-06-06T15:50:24.654Z Compiling spin v0.9.8
24852026-06-06T15:50:24.785Z Compiling quick-error v1.2.3
24862026-06-06T15:50:24.817Z Compiling toml v1.1.2+spec-1.1.0
24872026-06-06T15:50:24.900Z Compiling rusty-fork v0.3.1
24882026-06-06T15:50:25.767Z Compiling multer v3.1.0
24892026-06-06T15:50:26.051Z Compiling bit-set v0.8.0
24902026-06-06T15:50:26.251Z Compiling usdt v0.6.0
24912026-06-06T15:50:26.946Z Compiling slog-bunyan v2.5.0
24922026-06-06T15:50:26.948Z Compiling async-compression v0.4.42
24932026-06-06T15:50:27.011Z Compiling sha1 v0.11.0
24942026-06-06T15:50:27.091Z Compiling serde_with v3.20.0
24952026-06-06T15:50:27.148Z Compiling async-stream v0.3.6
24962026-06-06T15:50:27.362Z Compiling rand_xorshift v0.4.0
24972026-06-06T15:50:27.412Z Compiling waitgroup v0.1.2
24982026-06-06T15:50:27.437Z Compiling rustls-pemfile v2.2.0
24992026-06-06T15:50:27.521Z Compiling serde_path_to_error v0.1.20
25002026-06-06T15:50:27.571Z Compiling hostname v0.4.2
25012026-06-06T15:50:27.721Z Compiling unarray v0.1.4
25022026-06-06T15:50:27.735Z Compiling progenitor-client v0.14.0
25032026-06-06T15:50:27.755Z Compiling strum v0.27.2
25042026-06-06T15:50:27.841Z Compiling proptest v1.11.0
25052026-06-06T15:50:27.889Z Compiling dropshot v0.17.1
25062026-06-06T15:50:27.969Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25072026-06-06T15:50:28.124Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25082026-06-06T15:50:28.243Z Compiling iddqd v0.4.2
25092026-06-06T15:50:28.256Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25102026-06-06T15:50:28.355Z Compiling block-buffer v0.10.4
25112026-06-06T15:50:28.526Z Compiling reqwest v0.12.28
25122026-06-06T15:50:28.557Z Compiling backon v1.6.0
25132026-06-06T15:50:28.842Z Compiling instant v0.1.13
25142026-06-06T15:50:28.974Z Compiling backoff v0.4.0
25152026-06-06T15:50:29.201Z Compiling progenitor-extras v0.2.0
25162026-06-06T15:50:29.376Z Compiling digest v0.10.7
25172026-06-06T15:50:29.451Z Compiling parse-display v0.10.0
25182026-06-06T15:50:29.631Z Compiling progenitor-client v0.10.0
25192026-06-06T15:50:29.896Z Compiling itertools v0.14.0
25202026-06-06T15:50:30.138Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25212026-06-06T15:50:30.400Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25222026-06-06T15:50:30.434Z Compiling regress v0.10.5
25232026-06-06T15:50:31.414Z Compiling humantime v2.3.0
25242026-06-06T15:50:31.863Z Compiling cpufeatures v0.2.17
25252026-06-06T15:50:31.949Z Compiling unicode-width v0.2.2
25262026-06-06T15:50:32.276Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25272026-06-06T15:50:32.451Z Compiling heck v0.5.0
25282026-06-06T15:50:33.055Z Compiling secrecy v0.10.3
25292026-06-06T15:50:33.235Z Compiling tinyvec_macros v0.1.1
25302026-06-06T15:50:33.315Z Compiling tinyvec v1.11.0
25312026-06-06T15:50:33.771Z Compiling num-integer v0.1.46
25322026-06-06T15:50:33.878Z Compiling scroll v0.12.0
25332026-06-06T15:50:34.025Z Compiling crucible-workspace-hack v0.1.0
25342026-06-06T15:50:34.118Z Compiling hmac v0.12.1
25352026-06-06T15:50:34.197Z Compiling inout v0.1.4
25362026-06-06T15:50:34.279Z Compiling regress v0.11.1
25372026-06-06T15:50:34.290Z Compiling ff v0.13.1
25382026-06-06T15:50:34.397Z Compiling utf8parse v0.2.2
25392026-06-06T15:50:34.448Z Compiling group v0.13.0
25402026-06-06T15:50:34.514Z Compiling anstyle-parse v1.0.0
25412026-06-06T15:50:34.571Z Compiling cipher v0.4.4
25422026-06-06T15:50:34.742Z Compiling hkdf v0.12.4
25432026-06-06T15:50:34.828Z Compiling goblin v0.8.2
25442026-06-06T15:50:34.917Z Compiling num-rational v0.4.2
25452026-06-06T15:50:35.227Z Compiling num-iter v0.1.45
25462026-06-06T15:50:35.359Z Compiling zerocopy v0.7.35
25472026-06-06T15:50:35.967Z Compiling universal-hash v0.5.1
25482026-06-06T15:50:36.060Z Compiling typify-impl v0.6.2
25492026-06-06T15:50:36.116Z Compiling crypto-bigint v0.5.5
25502026-06-06T15:50:36.866Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25512026-06-06T15:50:38.074Z Compiling terminal_size v0.4.4
25522026-06-06T15:50:38.196Z Compiling half v2.7.1
25532026-06-06T15:50:38.239Z Compiling num-complex v0.4.6
25542026-06-06T15:50:38.545Z Compiling base64ct v1.8.3
25552026-06-06T15:50:38.695Z Compiling base16ct v0.2.0
25562026-06-06T15:50:38.926Z Compiling ciborium-io v0.2.2
25572026-06-06T15:50:38.941Z Compiling anstyle v1.0.14
25582026-06-06T15:50:39.036Z Compiling opaque-debug v0.3.1
25592026-06-06T15:50:39.120Z Compiling anstyle-query v1.1.5
25602026-06-06T15:50:39.165Z Compiling is_terminal_polyfill v1.70.2
25612026-06-06T15:50:39.224Z Compiling colorchoice v1.0.5
25622026-06-06T15:50:39.237Z Compiling poly1305 v0.8.0
25632026-06-06T15:50:39.268Z Compiling ciborium-ll v0.2.2
25642026-06-06T15:50:39.352Z Compiling anstream v1.0.0
25652026-06-06T15:50:39.536Z Compiling password-hash v0.5.0
25662026-06-06T15:50:39.863Z Compiling elliptic-curve v0.13.8
25672026-06-06T15:50:39.908Z Compiling num v0.4.3
25682026-06-06T15:50:40.022Z Compiling curve25519-dalek v4.1.3
25692026-06-06T15:50:40.189Z Compiling typify v0.6.2
25702026-06-06T15:50:40.307Z Compiling thiserror-no-std v2.0.2
25712026-06-06T15:50:40.410Z Compiling dof v0.3.0
25722026-06-06T15:50:40.506Z Compiling chacha20 v0.9.1
25732026-06-06T15:50:40.764Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
25742026-06-06T15:50:41.101Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25752026-06-06T15:50:42.682Z Compiling blake2 v0.10.6
25762026-06-06T15:50:42.695Z Compiling aead v0.5.2
25772026-06-06T15:50:42.885Z Compiling byte-wrapper v0.1.0
25782026-06-06T15:50:43.106Z Compiling crossbeam-epoch v0.9.18
25792026-06-06T15:50:43.186Z Compiling dtrace-parser v0.2.0
25802026-06-06T15:50:43.622Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25812026-06-06T15:50:43.686Z Compiling thread-id v4.2.2
25822026-06-06T15:50:43.787Z Compiling keccak v0.1.6
25832026-06-06T15:50:43.926Z Compiling strsim v0.11.1
25842026-06-06T15:50:44.203Z Compiling clap_lex v1.1.0
25852026-06-06T15:50:44.514Z Compiling float-ord v0.3.2
25862026-06-06T15:50:44.578Z Compiling clap_builder v4.6.0
25872026-06-06T15:50:44.631Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25882026-06-06T15:50:44.770Z Compiling sha3 v0.10.9
25892026-06-06T15:50:45.170Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25902026-06-06T15:50:45.203Z Compiling usdt-impl v0.5.0
25912026-06-06T15:50:45.761Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
25922026-06-06T15:50:48.180Z Compiling argon2 v0.5.3
25932026-06-06T15:50:49.223Z Compiling chacha20poly1305 v0.10.1
25942026-06-06T15:50:49.379Z Compiling vsss-rs v3.3.4
25952026-06-06T15:50:49.551Z Compiling ciborium v0.2.2
25962026-06-06T15:50:50.400Z Compiling hash32 v0.3.1
25972026-06-06T15:50:50.574Z Compiling memmap v0.7.0
25982026-06-06T15:50:50.685Z Compiling indent_write v2.2.0
25992026-06-06T15:50:50.822Z Compiling data-encoding v2.11.0
26002026-06-06T15:50:50.840Z Compiling usdt v0.5.0
26012026-06-06T15:50:50.898Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26022026-06-06T15:50:51.495Z Compiling heapless v0.8.0
26032026-06-06T15:50:52.003Z Compiling ingot-types v0.1.2
26042026-06-06T15:50:52.406Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26052026-06-06T15:50:52.467Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
26062026-06-06T15:50:52.576Z Compiling clap v4.6.1
26072026-06-06T15:50:52.669Z Compiling rustix v0.38.44
26082026-06-06T15:50:52.759Z Compiling tabwriter v1.4.1
26092026-06-06T15:50:53.133Z Compiling cobs v0.3.0
26102026-06-06T15:50:53.417Z Compiling bitflags v1.3.2
26112026-06-06T15:50:53.502Z Compiling managed v0.8.0
26122026-06-06T15:50:53.515Z Compiling colored v3.1.1
26132026-06-06T15:50:53.784Z Compiling foreign-types-shared v0.3.1
26142026-06-06T15:50:53.894Z Compiling foreign-types v0.5.0
26152026-06-06T15:50:53.990Z Compiling smoltcp v0.11.0
26162026-06-06T15:50:54.079Z Compiling postcard v1.1.3
26172026-06-06T15:50:54.209Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26182026-06-06T15:50:54.470Z Compiling num_enum v0.7.6
26192026-06-06T15:50:54.603Z Compiling ingot v0.1.1
26202026-06-06T15:50:55.535Z Compiling memoffset v0.9.1
26212026-06-06T15:50:55.633Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26222026-06-06T15:50:55.667Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26232026-06-06T15:50:55.753Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26242026-06-06T15:50:55.878Z Compiling chacha20 v0.10.0
26252026-06-06T15:50:55.947Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26262026-06-06T15:50:56.177Z Compiling serde_spanned v0.6.9
26272026-06-06T15:50:56.345Z Compiling toml_datetime v0.6.11
26282026-06-06T15:50:56.380Z Compiling cstr-argument v0.1.2
26292026-06-06T15:50:56.557Z Compiling toml_write v0.1.2
26302026-06-06T15:50:56.748Z Compiling static_assertions v1.1.0
26312026-06-06T15:50:56.774Z Compiling resolv-conf v0.7.6
26322026-06-06T15:50:56.810Z Compiling unicode-segmentation v1.13.3
26332026-06-06T15:50:56.829Z Compiling linked-hash-map v0.5.6
26342026-06-06T15:50:56.874Z Compiling winnow v0.7.15
26352026-06-06T15:50:57.048Z Compiling swrite v0.1.0
26362026-06-06T15:50:57.162Z Compiling newline-converter v0.3.0
26372026-06-06T15:50:57.246Z Compiling lru-cache v0.1.2
26382026-06-06T15:50:57.301Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26392026-06-06T15:50:57.389Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26402026-06-06T15:50:57.419Z Compiling rand v0.10.1
26412026-06-06T15:50:57.443Z Compiling hubpack v0.1.2
26422026-06-06T15:50:57.695Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26432026-06-06T15:50:57.731Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
26442026-06-06T15:50:57.826Z Compiling nix v0.31.3
26452026-06-06T15:50:57.958Z Compiling atomicwrites v0.4.4
26462026-06-06T15:50:58.253Z Compiling hickory-proto v0.24.4
26472026-06-06T15:50:58.265Z Compiling crossbeam-deque v0.8.6
26482026-06-06T15:50:58.486Z Compiling toml_edit v0.22.27
26492026-06-06T15:50:58.799Z Compiling console v0.15.11
26502026-06-06T15:50:59.075Z Compiling itertools v0.12.1
26512026-06-06T15:51:00.190Z Compiling camino-tempfile v1.4.1
26522026-06-06T15:51:00.462Z Compiling serde-big-array v0.5.1
26532026-06-06T15:51:00.546Z Compiling lazy_static v1.5.0
26542026-06-06T15:51:00.625Z Compiling similar v2.7.0
26552026-06-06T15:51:00.637Z Compiling siphasher v1.0.3
26562026-06-06T15:51:00.659Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26572026-06-06T15:51:00.847Z Compiling phf_shared v0.12.1
26582026-06-06T15:51:01.077Z Compiling pin-project v1.1.13
26592026-06-06T15:51:01.190Z Compiling expectorate v1.2.0
26602026-06-06T15:51:01.342Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26612026-06-06T15:51:01.403Z Compiling hickory-resolver v0.24.4
26622026-06-06T15:51:02.189Z Compiling toml v0.8.23
26632026-06-06T15:51:03.355Z Compiling prettyplease v0.2.37
26642026-06-06T15:51:04.569Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26652026-06-06T15:51:05.151Z Compiling rayon-core v1.13.0
26662026-06-06T15:51:06.724Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
26672026-06-06T15:51:06.758Z Compiling num_enum v0.5.11
26682026-06-06T15:51:06.861Z Compiling progenitor-impl v0.14.0
26692026-06-06T15:51:06.886Z Compiling progenitor-impl v0.13.0
26702026-06-06T15:51:07.912Z Compiling unicode-normalization v0.1.25
26712026-06-06T15:51:08.508Z Compiling progenitor-client v0.13.0
26722026-06-06T15:51:09.047Z Compiling tokio-stream v0.1.18
26732026-06-06T15:51:09.630Z Compiling csv-core v0.1.13
26742026-06-06T15:51:10.042Z Compiling bstr v1.12.1
26752026-06-06T15:51:10.458Z Compiling konst_macro_rules v0.2.19
26762026-06-06T15:51:10.554Z Compiling highway v1.3.0
26772026-06-06T15:51:10.651Z Compiling same-file v1.0.6
26782026-06-06T15:51:10.747Z Compiling unicode-width v0.1.14
26792026-06-06T15:51:10.834Z Compiling foreign-types-shared v0.1.1
26802026-06-06T15:51:10.936Z Compiling foldhash v0.1.5
26812026-06-06T15:51:11.062Z Compiling hashbrown v0.15.5
26822026-06-06T15:51:11.161Z Compiling foreign-types v0.3.2
26832026-06-06T15:51:11.242Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26842026-06-06T15:51:11.254Z Compiling walkdir v2.5.0
26852026-06-06T15:51:11.718Z Compiling konst v0.2.20
26862026-06-06T15:51:12.047Z Compiling globset v0.4.18
26872026-06-06T15:51:12.104Z Compiling csv v1.4.0
26882026-06-06T15:51:13.085Z Compiling snafu v0.8.9
26892026-06-06T15:51:13.689Z Compiling qorb v0.4.1
26902026-06-06T15:51:14.919Z Compiling progenitor v0.13.0
26912026-06-06T15:51:15.024Z Compiling olpc-cjson v0.1.4
26922026-06-06T15:51:15.063Z Compiling progenitor v0.14.0
26932026-06-06T15:51:15.209Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26942026-06-06T15:51:15.232Z Compiling rayon v1.12.0
26952026-06-06T15:51:15.288Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26962026-06-06T15:51:15.839Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26972026-06-06T15:51:17.468Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26982026-06-06T15:51:18.339Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
26992026-06-06T15:51:19.712Z Compiling phf v0.12.1
27002026-06-06T15:51:19.893Z Compiling openssl-sys v0.9.116
27012026-06-06T15:51:20.332Z Compiling tokio-dtrace v0.1.1
27022026-06-06T15:51:20.671Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27032026-06-06T15:51:21.767Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27042026-06-06T15:51:21.994Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27052026-06-06T15:51:23.064Z Compiling libsw-core v0.3.2
27062026-06-06T15:51:23.246Z Compiling pem v3.0.6
27072026-06-06T15:51:23.568Z Compiling serde_plain v1.0.2
27082026-06-06T15:51:23.600Z Compiling sigpipe v0.1.3
27092026-06-06T15:51:23.701Z Compiling typed-path v0.9.3
27102026-06-06T15:51:23.870Z Compiling minimal-lexical v0.2.1
27112026-06-06T15:51:23.961Z Compiling fixedbitset v0.5.7
27122026-06-06T15:51:24.100Z Compiling jiff v0.2.28
27132026-06-06T15:51:24.195Z Compiling bytecount v0.6.9
27142026-06-06T15:51:24.391Z Compiling fixedbitset v0.4.2
27152026-06-06T15:51:24.486Z Compiling glob v0.3.3
27162026-06-06T15:51:24.766Z Compiling petgraph v0.6.5
27172026-06-06T15:51:25.478Z Compiling tough v0.22.0
27182026-06-06T15:51:25.561Z Compiling papergrid v0.11.0
27192026-06-06T15:51:25.812Z Compiling petgraph v0.8.3
27202026-06-06T15:51:26.595Z Compiling nom v7.1.3
27212026-06-06T15:51:26.663Z Compiling openssl v0.10.80
27222026-06-06T15:51:28.219Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27232026-06-06T15:51:28.249Z Compiling libsw v3.5.0
27242026-06-06T15:51:28.285Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27252026-06-06T15:51:28.432Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27262026-06-06T15:51:28.665Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27272026-06-06T15:51:28.984Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27282026-06-06T15:51:30.696Z Compiling zone v0.3.1
27292026-06-06T15:51:31.005Z Compiling oxide-tokio-rt v0.1.6
27302026-06-06T15:51:31.660Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27312026-06-06T15:51:31.867Z Compiling chrono-tz v0.10.4
27322026-06-06T15:51:32.291Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27332026-06-06T15:51:32.386Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27342026-06-06T15:51:32.534Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
27352026-06-06T15:51:32.566Z Compiling newtype_derive v0.1.6
27362026-06-06T15:51:32.652Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27372026-06-06T15:51:33.199Z Compiling slog-dtrace v0.3.0
27382026-06-06T15:51:33.943Z Compiling owo-colors v4.3.0
27392026-06-06T15:51:34.860Z Compiling cancel-safe-futures v0.1.5
27402026-06-06T15:51:35.073Z Compiling const_format v0.2.36
27412026-06-06T15:51:35.261Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27422026-06-06T15:51:35.584Z Compiling gethostname v0.5.0
27432026-06-06T15:51:35.725Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27442026-06-06T15:51:35.993Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27452026-06-06T15:51:36.130Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27462026-06-06T15:51:36.255Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27472026-06-06T15:51:36.629Z Compiling smf v0.2.3
27482026-06-06T15:51:36.679Z Compiling bcs v0.1.6
27492026-06-06T15:51:36.692Z Compiling whoami v1.6.1
27502026-06-06T15:51:37.085Z Compiling tagptr v0.2.0
27512026-06-06T15:51:37.169Z Compiling unicode-linebreak v0.1.5
27522026-06-06T15:51:37.193Z Compiling linear-map v1.2.0
27532026-06-06T15:51:37.247Z Compiling smawk v0.3.2
27542026-06-06T15:51:37.410Z Compiling termtree v0.5.1
27552026-06-06T15:51:37.421Z Compiling textwrap v0.16.2
27562026-06-06T15:51:37.436Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27572026-06-06T15:51:37.582Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27582026-06-06T15:51:37.908Z Compiling moka v0.12.15
27592026-06-06T15:51:39.035Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27602026-06-06T15:51:39.076Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27612026-06-06T15:51:39.166Z Compiling tabled v0.15.0
27622026-06-06T15:51:39.274Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27632026-06-06T15:51:40.697Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27642026-06-06T15:51:40.909Z Compiling steno v0.4.1
27652026-06-06T15:51:40.911Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27662026-06-06T15:51:41.077Z Compiling cookie v0.18.1
27672026-06-06T15:51:42.457Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27682026-06-06T15:51:46.485Z Compiling hickory-proto v0.25.2
27692026-06-06T15:51:46.991Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
27702026-06-06T15:51:48.010Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27712026-06-06T15:51:48.051Z Compiling arc-swap v1.9.1
27722026-06-06T15:51:48.403Z Compiling slog-scope v4.4.1
27732026-06-06T15:51:48.886Z Compiling hickory-resolver v0.25.2
27742026-06-06T15:51:49.944Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27752026-06-06T15:51:50.753Z Compiling libscf-sys v1.2.0
27762026-06-06T15:51:50.904Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27772026-06-06T15:51:51.019Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27782026-06-06T15:51:51.728Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27792026-06-06T15:51:52.794Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27802026-06-06T15:51:53.397Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27812026-06-06T15:51:54.152Z Compiling slog-stdlog v4.1.1
27822026-06-06T15:51:54.556Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27832026-06-06T15:51:54.668Z Compiling slog-envlogger v2.2.0
27842026-06-06T15:51:54.836Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#89996b1f)
27852026-06-06T15:51:55.653Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27862026-06-06T15:51:56.057Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
27872026-06-06T15:52:03.097Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27882026-06-06T15:52:05.482Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
27892026-06-06T15:52:07.258Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
27902026-06-06T15:52:16.005Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
27912026-06-06T15:52:19.811Z Finished `release` profile [optimized] target(s) in 2m 27s
27922026-06-06T15:52:19.925Z Running unittests src/lib.rs (target/release/deps/mg_tests-11b0555a3fde271a)
27932026-06-06T15:52:19.928Z
27942026-06-06T15:52:19.928Zrunning 1 test
27952026-06-06T15:52:20.096Zconfigure zone
27962026-06-06T15:52:20.114Zinstall zone
27972026-06-06T15:52:29.822Zboot zone
27982026-06-06T15:52:29.918Zstart zone s1
27992026-06-06T15:52:29.921Zconfigure zone
28002026-06-06T15:52:29.928Zinstall zone
28012026-06-06T15:52:31.808Zboot zone
28022026-06-06T15:52:31.914Zstart zone s2
28032026-06-06T15:52:31.914Zconfigure zone
28042026-06-06T15:52:31.925Zinstall zone
28052026-06-06T15:52:34.245Zboot zone
28062026-06-06T15:52:34.342Zstart zone s3
28072026-06-06T15:52:34.342Zconfigure zone
28082026-06-06T15:52:34.359Zinstall zone
28092026-06-06T15:52:37.081Zboot zone
28102026-06-06T15:52:37.189Zstart zone t1
28112026-06-06T15:52:37.190Zconfigure zone
28122026-06-06T15:52:37.200Zinstall zone
28132026-06-06T15:52:39.974Zboot zone
28142026-06-06T15:52:40.087Zwaiting for zones to come up
28152026-06-06T15:52:50.088Z[sidecar.quartet] svcs milestone/network
28162026-06-06T15:52:50.115ZSTATE STIME FMRI
28172026-06-06T15:52:50.115Zonline 15:52:29 svc:/milestone/network:default
28182026-06-06T15:52:50.115Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28192026-06-06T15:52:50.142Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28202026-06-06T15:52:50.168Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28212026-06-06T15:52:50.188Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28222026-06-06T15:52:50.191Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28232026-06-06T15:52:50.203Z
28242026-06-06T15:52:50.204Zrunning zone s1.quartet setup
28252026-06-06T15:52:50.204Z[s1.quartet] svcs milestone/network
28262026-06-06T15:52:50.220ZSTATE STIME FMRI
28272026-06-06T15:52:50.220Zonline 15:52:31 svc:/milestone/network:default
28282026-06-06T15:52:50.220Z[s1.quartet] dladm
28292026-06-06T15:52:50.233ZLINK CLASS MTU STATE BRIDGE OVER
28302026-06-06T15:52:50.233Zsl0 simnet 9000 up -- ?
28312026-06-06T15:52:50.233Zmgs1 vnic 9000 up -- ?
28322026-06-06T15:52:50.236Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28332026-06-06T15:52:50.708Z
28342026-06-06T15:52:50.708Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28352026-06-06T15:52:50.722Z
28362026-06-06T15:52:50.722Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28372026-06-06T15:52:50.737Z
28382026-06-06T15:52:50.737Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28392026-06-06T15:52:50.821Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28402026-06-06T15:52:50.893Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9f7898b5-d4f4-42a8-8867-ffe77b0cb361 --sled-uuid 72a868fa-859c-47f0-bb38-9b0104aa0c75 -a sl0/v6 &> /opt/ddmd.log &
28412026-06-06T15:52:50.908Z
28422026-06-06T15:52:50.908Zrunning zone s2.quartet setup
28432026-06-06T15:52:50.908Z[s2.quartet] svcs milestone/network
28442026-06-06T15:52:50.925ZSTATE STIME FMRI
28452026-06-06T15:52:50.925Zonline 15:52:34 svc:/milestone/network:default
28462026-06-06T15:52:50.925Z[s2.quartet] dladm
28472026-06-06T15:52:50.939ZLINK CLASS MTU STATE BRIDGE OVER
28482026-06-06T15:52:50.939Zsl1 simnet 9000 up -- ?
28492026-06-06T15:52:50.939Zmgs2 vnic 9000 up -- ?
28502026-06-06T15:52:50.939Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28512026-06-06T15:52:51.490Z
28522026-06-06T15:52:51.490Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28532026-06-06T15:52:51.505Z
28542026-06-06T15:52:51.505Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28552026-06-06T15:52:51.516Z
28562026-06-06T15:52:51.516Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28572026-06-06T15:52:51.548Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28582026-06-06T15:52:51.576Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 73a5a2d7-3bfc-41e3-ab41-03f0e74f0613 --sled-uuid e13b3445-d664-42a5-ba09-e3fd1014f07a -a sl1/v6 &> /opt/ddmd.log &
28592026-06-06T15:52:51.588Z
28602026-06-06T15:52:51.588Zrunning zone s3.quartet setup
28612026-06-06T15:52:51.588Z[s3.quartet] svcs milestone/network
28622026-06-06T15:52:51.602ZSTATE STIME FMRI
28632026-06-06T15:52:51.602Zonline 15:52:37 svc:/milestone/network:default
28642026-06-06T15:52:51.602Z[s3.quartet] dladm
28652026-06-06T15:52:51.615ZLINK CLASS MTU STATE BRIDGE OVER
28662026-06-06T15:52:51.615Zsl2 simnet 9000 up -- ?
28672026-06-06T15:52:51.615Zmgs3 vnic 9000 up -- ?
28682026-06-06T15:52:51.615Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28692026-06-06T15:52:52.120Z
28702026-06-06T15:52:52.120Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28712026-06-06T15:52:52.134Z
28722026-06-06T15:52:52.134Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28732026-06-06T15:52:52.146Z
28742026-06-06T15:52:52.146Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28752026-06-06T15:52:52.178Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28762026-06-06T15:52:52.210Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 5f487ea6-362a-4fea-ae15-dc663e7d1e17 --sled-uuid 317411b0-f7fa-41fc-8f87-b6bb53a4e3bb -a sl2/v6 &> /opt/ddmd.log &
28772026-06-06T15:52:52.221Z
28782026-06-06T15:52:52.221Zrunning zone t1.quartet setup
28792026-06-06T15:52:52.221Z[t1.quartet] svcs milestone/network
28802026-06-06T15:52:52.236ZSTATE STIME FMRI
28812026-06-06T15:52:52.236Zonline 15:52:40 svc:/milestone/network:default
28822026-06-06T15:52:52.236Z[t1.quartet] dladm
28832026-06-06T15:52:52.249ZLINK CLASS MTU STATE BRIDGE OVER
28842026-06-06T15:52:52.249Ztfportrear0_0 simnet 9000 up -- ?
28852026-06-06T15:52:52.249Ztfportrear1_0 simnet 9000 up -- ?
28862026-06-06T15:52:52.249Ztfportrear2_0 simnet 9000 up -- ?
28872026-06-06T15:52:52.249Zmgt1 vnic 9000 up -- ?
28882026-06-06T15:52:52.249Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
28892026-06-06T15:52:52.842Z
28902026-06-06T15:52:52.842Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
28912026-06-06T15:52:52.855Z
28922026-06-06T15:52:52.855Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
28932026-06-06T15:52:52.868Z
28942026-06-06T15:52:52.868Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
28952026-06-06T15:52:52.881Z
28962026-06-06T15:52:52.881Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
28972026-06-06T15:52:52.892Z
28982026-06-06T15:52:52.892Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
28992026-06-06T15:52:53.204Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29002026-06-06T15:52:53.207Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29012026-06-06T15:52:53.209Zwaiting 3s for copy of files to zone to complete ...
29022026-06-06T15:52:56.208Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29032026-06-06T15:52:56.339Z
29042026-06-06T15:52:56.339Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29052026-06-06T15:52:56.452Z
29062026-06-06T15:52:56.452Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29072026-06-06T15:52:56.486Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29082026-06-06T15:52:56.516Z[t1.quartet] svcadm disable dendrite
29092026-06-06T15:52:56.542Z
29102026-06-06T15:52:56.542Z[t1.quartet] svcadm disable tfport
29112026-06-06T15:52:56.565Z
29122026-06-06T15:52:56.565Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29132026-06-06T15:52:56.591Z
29142026-06-06T15:52:56.591Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29152026-06-06T15:52:56.616Z
29162026-06-06T15:52:56.616Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29172026-06-06T15:52:56.641Z
29182026-06-06T15:52:56.641Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29192026-06-06T15:52:56.665Z
29202026-06-06T15:52:56.666Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29212026-06-06T15:52:56.690Z
29222026-06-06T15:52:56.690Z[t1.quartet] svcadm refresh dendrite:default
29232026-06-06T15:52:56.711Z
29242026-06-06T15:52:56.711Z[t1.quartet] svcadm enable dendrite:default
29252026-06-06T15:52:56.732Z
29262026-06-06T15:52:56.733Zwait 10s for dendrite to come up ...
29272026-06-06T15:53:06.734Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29282026-06-06T15:53:06.762Z
29292026-06-06T15:53:06.762Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29302026-06-06T15:53:06.786Z
29312026-06-06T15:53:06.786Z[t1.quartet] svcadm refresh tfport:default
29322026-06-06T15:53:06.807Z
29332026-06-06T15:53:06.808Z[t1.quartet] svcadm enable tfport
29342026-06-06T15:53:06.828Z
29352026-06-06T15:53:06.832Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid f6345e41-d0d5-41ee-b818-ce71b33af6cc --sled-uuid aa0de00e-952d-40cd-8b4c-1f1b2d2d10c3 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29362026-06-06T15:53:06.840Z
29372026-06-06T15:53:06.840Z[t1.quartet] ipadm
29382026-06-06T15:53:06.855ZADDROBJ TYPE STATE ADDR
29392026-06-06T15:53:06.855Zlo0/v4 static ok 127.0.0.1/8
29402026-06-06T15:53:06.855Zmgt1/v4 static ok 10.0.0.4/24
29412026-06-06T15:53:06.855Zlo0/v6 static ok ::1/128
29422026-06-06T15:53:06.855Zlo0/u6 static ok fd00:4::1/64
29432026-06-06T15:53:06.855Ztfportrear0_0/v6 addrconf ok fe80::bc78:47ff:fe33:3ce1%tfportrear0_0/10
29442026-06-06T15:53:06.855Ztfportrear1_0/v6 addrconf ok fe80::d0ec:63ff:fed8:d3a%tfportrear1_0/10
29452026-06-06T15:53:06.855Ztfportrear2_0/v6 addrconf ok fe80::f05f:6aff:fe71:a1ae%tfportrear2_0/10
29462026-06-06T15:53:08.982Zinitial peering test passed
29472026-06-06T15:53:09.984Z[s3.quartet] ping fd00:1::1
29482026-06-06T15:53:10.000Zfd00:1::1 is alive
29492026-06-06T15:53:19.935Ztest ddm::test_quartet has been running for over 60 seconds
29502026-06-06T15:53:21.004Z[s3.quartet] ping fd00:1::1
29512026-06-06T15:53:21.018Zfd00:1::1 is alive
29522026-06-06T15:53:21.021Z[t1.quartet] pkill ddmd
29532026-06-06T15:53:21.030Z
29542026-06-06T15:53:21.030Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29552026-06-06T15:53:21.033Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29562026-06-06T15:53:22.921Z[s3.quartet] pkill ddmd
29572026-06-06T15:53:22.934Z
29582026-06-06T15:53:22.934Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29592026-06-06T15:53:24.750Z[s2.quartet] pkill ddmd
29602026-06-06T15:53:24.762Z
29612026-06-06T15:53:24.762Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29622026-06-06T15:53:26.541Z[s1.quartet] pkill ddmd
29632026-06-06T15:53:26.563Z
29642026-06-06T15:53:26.563Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29652026-06-06T15:53:28.432Z[sidecar.quartet] pkill softnpu
29662026-06-06T15:53:28.445Z
29672026-06-06T15:53:28.445Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29682026-06-06T15:53:31.254Ztest ddm::test_quartet ... ok
29692026-06-06T15:53:31.254Z
29702026-06-06T15:53:31.254Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.30s
29712026-06-06T15:53:31.254Z
29722026-06-06T15:53:31.328Z+ cleanup
29732026-06-06T15:53:31.333Z++ id -un
29742026-06-06T15:53:31.333Z++ id -gn
29752026-06-06T15:53:31.333Z+ pfexec chown -R build:build .
29762026-06-06T15:53:31.527Zprocess exited: duration 675587 ms, exit code 0
 
29772026-06-06T15:53:31.547Zfound 6 output files
29782026-06-06T15:53:31.547Zuploading: /work/s1.quartet.log (3474 bytes)
29792026-06-06T15:53:32.557Zuploaded: /work/s1.quartet.log
29802026-06-06T15:53:32.557Zuploading: /work/s2.quartet.log (4124 bytes)
29812026-06-06T15:53:33.567Zuploaded: /work/s2.quartet.log
29822026-06-06T15:53:33.567Zuploading: /work/s3.quartet.log (4253 bytes)
29832026-06-06T15:53:34.577Zuploaded: /work/s3.quartet.log
29842026-06-06T15:53:34.577Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29852026-06-06T15:53:35.735Zuploaded: /work/sidecar.quartet-softnpu.log
29862026-06-06T15:53:35.735Zuploading: /work/t1.quartet-dpd.log (203426 bytes)
29872026-06-06T15:53:36.748Zuploaded: /work/t1.quartet-dpd.log
29882026-06-06T15:53:36.748Zuploading: /work/t1.quartet.log (17185 bytes)
29892026-06-06T15:53:37.784Zuploaded: /work/t1.quartet.log