01KS3XRWY2BSDSAC7FQRM16CFY: 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: 01KS3XSFPWB1PEDPZM7JHAZGRG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T00:09:59.530Zjob assigned to worker 01KS3XTHGBXH5376WCHXW15EN0 [factory aws, i-03bd5f53e01b2b1aa] (queued for 1 m 29 s)
 
22026-05-21T00:10:06.206Zstarting task 0: "setup"
32026-05-21T00:10:06.214Z++ uname -s
42026-05-21T00:10:06.217Z+ kern=SunOS
52026-05-21T00:10:06.217Z+ build_user=build
62026-05-21T00:10:06.217Z+ build_uid=12345
72026-05-21T00:10:06.217Z+ work_dir=/work
82026-05-21T00:10:06.217Z+ input_dir=/input
92026-05-21T00:10:06.217Z+ [[ 0 == 12345 ]]
102026-05-21T00:10:06.217Z+ case "$kern" in
112026-05-21T00:10:06.217Z+ groupadd -g 12345 build
122026-05-21T00:10:06.220Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T00:10:08.228Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T00:10:08.280Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T00:10:08.284Z+ home_fs=zfs
162026-05-21T00:10:08.284Z+ [[ zfs == autofs ]]
172026-05-21T00:10:08.284Z+ mkdir -p /home/build
182026-05-21T00:10:08.284Z+ chown build:build /home/build /work
192026-05-21T00:10:10.285Z+ chmod 0700 /home/build /work
202026-05-21T00:10:10.288Zprocess exited: duration 4083 ms, exit code 0
 
212026-05-21T00:10:10.293Zstarting task 1: "rust-toolchain"
222026-05-21T00:10:10.299Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-21T00:10:10.299Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T00:10:10.299Z * rust toolchain channel = "stable"
252026-05-21T00:10:10.299Z * rust toolchain profile = "default"
262026-05-21T00:10:10.299Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T00:10:10.299Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T00:10:10.301Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T00:10:10.301Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-21T00:10:10.376Zinfo: downloading installer
312026-05-21T00:10:11.685Zwarn: It looks like you have an existing installation of Rust at:
322026-05-21T00:10:11.685Zwarn: /opt/ooce/bin
332026-05-21T00:10:11.685Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-21T00:10:11.685Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-21T00:10:11.685Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-21T00:10:11.685Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-21T00:10:11.685Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-21T00:10:11.685Zerror: cannot install while Rust is installed
392026-05-21T00:10:11.685Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-21T00:10:11.685Zwarn: It looks like you have an existing rustup settings file at:
412026-05-21T00:10:11.685Zwarn: /home/build/.rustup/settings.toml
422026-05-21T00:10:11.685Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-21T00:10:11.686Zwarn: instead of the one inferred from the default host triple.
442026-05-21T00:10:11.699Zinfo: profile set to default
452026-05-21T00:10:11.699Zinfo: default host triple is x86_64-unknown-illumos
462026-05-21T00:10:11.703Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-21T00:10:11.839Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-21T00:10:11.842Zinfo: downloading 6 components
492026-05-21T00:10:26.110Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-21T00:10:26.110Z
512026-05-21T00:10:26.145Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-21T00:10:26.145Z
532026-05-21T00:10:26.145Z
542026-05-21T00:10:26.145ZRust is installed now. Great!
552026-05-21T00:10:26.145Z
562026-05-21T00:10:26.148ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-21T00:10:26.148Zenvironment variable. This has not been done automatically.
582026-05-21T00:10:26.148Z
592026-05-21T00:10:26.148ZTo configure your current shell, you need to source
602026-05-21T00:10:26.148Zthe corresponding env file under $HOME/.cargo.
612026-05-21T00:10:26.148Z
622026-05-21T00:10:26.148ZThis is usually done by running one of the following (note the leading DOT):
632026-05-21T00:10:26.148Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-21T00:10:26.148Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-21T00:10:26.148Zsource "~/.cargo/env.nu" # For nushell
662026-05-21T00:10:26.149Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-21T00:10:26.149Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-21T00:10:26.149Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-21T00:10:26.149Zwarn: no default linker (`cc`) was found in your PATH
702026-05-21T00:10:26.149Zwarn: many Rust crates require a system C toolchain to build
712026-05-21T00:10:26.251Z+ rustup --version
722026-05-21T00:10:26.259Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-21T00:10:26.263Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-21T00:10:26.281Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-21T00:10:26.285Z+ cargo --version
762026-05-21T00:10:26.297Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-21T00:10:26.301Z+ rustc --version
782026-05-21T00:10:26.320Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-21T00:10:26.322Zprocess exited: duration 16025 ms, exit code 0
 
802026-05-21T00:10:26.328Zstarting task 2: "authentication"
812026-05-21T00:10:26.344Zprocess exited: duration 15 ms, exit code 0
 
822026-05-21T00:10:26.351Zstarting task 3: "clone repository"
832026-05-21T00:10:26.354Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-21T00:10:26.358Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-21T00:10:26.393ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-21T00:10:27.418Z+ cd /work/oxidecomputer/maghemite
872026-05-21T00:10:27.421Z+ git fetch origin c1a8abb612197ccc87a11b8b39e56f651654c60e
882026-05-21T00:10:27.696ZFrom https://github.com/oxidecomputer/maghemite
892026-05-21T00:10:27.696Z * branch c1a8abb612197ccc87a11b8b39e56f651654c60e -> FETCH_HEAD
902026-05-21T00:10:27.701Z+ [[ -n sunshowers/spr/update-dropshot-api-manager-to-072 ]]
912026-05-21T00:10:27.703Z++ git branch --show-current
922026-05-21T00:10:27.703Z+ current=main
932026-05-21T00:10:27.703Z+ [[ main != sunshowers/spr/update-dropshot-api-manager-to-072 ]]
942026-05-21T00:10:27.703Z+ git branch -f sunshowers/spr/update-dropshot-api-manager-to-072 c1a8abb612197ccc87a11b8b39e56f651654c60e
952026-05-21T00:10:27.706Z+ git checkout -f sunshowers/spr/update-dropshot-api-manager-to-072
962026-05-21T00:10:27.723ZSwitched to branch 'sunshowers/spr/update-dropshot-api-manager-to-072'
972026-05-21T00:10:27.726Z+ git reset --hard c1a8abb612197ccc87a11b8b39e56f651654c60e
982026-05-21T00:10:27.740ZHEAD is now at c1a8abb [spr] initial version
992026-05-21T00:10:27.743Zprocess exited: duration 1390 ms, exit code 0
 
1002026-05-21T00:10:27.749Zstarting task 4: "build"
1012026-05-21T00:10:27.755Z++ dladm
1022026-05-21T00:10:27.758ZLINK CLASS MTU STATE BRIDGE OVER
1032026-05-21T00:10:27.758Zena0 phys 9216 up -- --
1042026-05-21T00:10:27.758Z++ ipadm
1052026-05-21T00:10:27.761ZADDROBJ TYPE STATE ADDR
1062026-05-21T00:10:27.761Zlo0/v4 static ok 127.0.0.1/8
1072026-05-21T00:10:27.761Zena0/dhcp dhcp ok 10.150.1.149/24
1082026-05-21T00:10:27.761Zlo0/v6 static ok ::1/128
1092026-05-21T00:10:27.761Z++ banner collect
1102026-05-21T00:10:27.764Z
1112026-05-21T00:10:27.764Z #### #### # # ###### #### #####
1122026-05-21T00:10:27.764Z # # # # # # # # # #
1132026-05-21T00:10:27.764Z # # # # # ##### # #
1142026-05-21T00:10:27.764Z # # # # # # # #
1152026-05-21T00:10:27.764Z # # # # # # # # # #
1162026-05-21T00:10:27.764Z #### #### ###### ###### ###### #### #
1172026-05-21T00:10:27.764Z
1182026-05-21T00:10:27.764Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-05-21T00:10:27.764Z++ repo=softnpu
1202026-05-21T00:10:27.764Z++ series=image
1212026-05-21T00:10:27.764Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-05-21T00:10:27.765Z++ name=softnpu
1232026-05-21T00:10:27.765Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-05-21T00:10:27.765Z++ mkdir -p download
1252026-05-21T00:10:27.765Z++ pushd download
1262026-05-21T00:10:27.765Z++ [[ ! -f softnpu ]]
1272026-05-21T00:10:27.765Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1282026-05-21T00:10:27.765Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-05-21T00:10:27.769Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-05-21T00:10:27.772Z Dload Upload Total Spent Left Speed
1312026-05-21T00:10:28.268Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 31.40M 0 0 100 15.63M 100 15.63M 0 0 31.39M 0 0 100 15.63M 100 15.63M 0 0 31.39M 0 0
1322026-05-21T00:10:28.273Z++ popd
1332026-05-21T00:10:28.273Z/work/oxidecomputer/maghemite
1342026-05-21T00:10:28.273Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-05-21T00:10:28.273Z++ repo=sidecar-lite
1362026-05-21T00:10:28.273Z++ series=release
1372026-05-21T00:10:28.273Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-05-21T00:10:28.274Z++ name=libsidecar_lite.so
1392026-05-21T00:10:28.274Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-05-21T00:10:28.274Z++ mkdir -p download
1412026-05-21T00:10:28.279Z++ pushd download
1422026-05-21T00:10:28.279Z++ [[ ! -f libsidecar_lite.so ]]
1432026-05-21T00:10:28.279Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-05-21T00:10:28.279Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-05-21T00:10:28.283Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-05-21T00:10:28.283Z Dload Upload Total Spent Left Speed
1472026-05-21T00:10:28.619Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 35.36M 0 0 100 12.04M 100 12.04M 0 0 35.35M 0 0 100 12.04M 100 12.04M 0 0 35.34M 0 0
1482026-05-21T00:10:28.622Z++ popd
1492026-05-21T00:10:28.622Z/work/oxidecomputer/maghemite
1502026-05-21T00:10:28.622Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-05-21T00:10:28.622Z++ repo=sidecar-lite
1522026-05-21T00:10:28.622Z++ series=release
1532026-05-21T00:10:28.622Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-05-21T00:10:28.622Z++ name=scadm
1552026-05-21T00:10:28.622Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-05-21T00:10:28.622Z++ mkdir -p download
1572026-05-21T00:10:28.625Z++ pushd download
1582026-05-21T00:10:28.625Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-05-21T00:10:28.625Z++ [[ ! -f scadm ]]
1602026-05-21T00:10:28.625Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-05-21T00:10:28.628Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-05-21T00:10:28.628Z Dload Upload Total Spent Left Speed
1632026-05-21T00:10:28.979Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 44.94M 0 0 100 15.78M 100 15.78M 0 0 44.93M 0 0 100 15.78M 100 15.78M 0 0 44.92M 0 0
1642026-05-21T00:10:28.982Z++ popd
1652026-05-21T00:10:28.982Z/work/oxidecomputer/maghemite
1662026-05-21T00:10:28.982Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-05-21T00:10:28.982Z++ repo=dendrite
1682026-05-21T00:10:28.982Z++ series=image
1692026-05-21T00:10:28.982Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-05-21T00:10:28.982Z++ name=dendrite-softnpu.tar.gz
1712026-05-21T00:10:28.982Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-05-21T00:10:28.982Z++ mkdir -p download
1732026-05-21T00:10:29.019Z++ pushd download
1742026-05-21T00:10:29.019Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-05-21T00:10:29.019Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-05-21T00:10:29.019Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-05-21T00:10:29.019Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-05-21T00:10:29.019Z Dload Upload Total Spent Left Speed
1792026-05-21T00:10:30.119Z 0 0 0 0 0 0 0 0 0 82 71.59M 82 58.83M 0 0 58.88M 0 00:01 00:01 58.89M 100 71.59M 100 71.59M 0 0 63.28M 0 00:01 00:01 58.89M 100 71.59M 100 71.59M 0 0 63.28M 0 00:01 00:01 58.89M 100 71.59M 100 71.59M 0 0 63.28M 0 00:01 00:01 58.89M
1802026-05-21T00:10:30.123Z++ popd
1812026-05-21T00:10:30.126Z/work/oxidecomputer/maghemite
1822026-05-21T00:10:30.126Z++ get_artifact maghemite release c1a8abb612197ccc87a11b8b39e56f651654c60e ddm
1832026-05-21T00:10:30.126Z++ repo=maghemite
1842026-05-21T00:10:30.126Z++ series=release
1852026-05-21T00:10:30.126Z++ commit=c1a8abb612197ccc87a11b8b39e56f651654c60e
1862026-05-21T00:10:30.126Z++ name=ddm
1872026-05-21T00:10:30.126Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-05-21T00:10:30.126Z++ mkdir -p download
1892026-05-21T00:10:30.126Z++ pushd download
1902026-05-21T00:10:30.126Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-05-21T00:10:30.126Z++ [[ ! -f ddm ]]
1922026-05-21T00:10:30.126Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c1a8abb612197ccc87a11b8b39e56f651654c60e/ddm
1932026-05-21T00:10:30.131Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-05-21T00:10:30.134Z Dload Upload Total Spent Left Speed
1952026-05-21T00:10:30.191Z 0 0 0 0 0 0 0 0 0
1962026-05-21T00:10:30.194Zcurl: (22) The requested URL returned error: 404
1972026-05-21T00:10:30.194Z++ popd
1982026-05-21T00:10:30.194Z/work/oxidecomputer/maghemite
1992026-05-21T00:10:30.194Z++ get_artifact maghemite release c1a8abb612197ccc87a11b8b39e56f651654c60e ddmadm
2002026-05-21T00:10:30.194Z++ repo=maghemite
2012026-05-21T00:10:30.194Z++ series=release
2022026-05-21T00:10:30.194Z++ commit=c1a8abb612197ccc87a11b8b39e56f651654c60e
2032026-05-21T00:10:30.194Z++ name=ddmadm
2042026-05-21T00:10:30.194Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-05-21T00:10:30.194Z++ mkdir -p download
2062026-05-21T00:10:30.194Z++ pushd download
2072026-05-21T00:10:30.194Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-05-21T00:10:30.194Z++ [[ ! -f ddmadm ]]
2092026-05-21T00:10:30.194Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c1a8abb612197ccc87a11b8b39e56f651654c60e/ddmadm
2102026-05-21T00:10:30.199Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-05-21T00:10:30.201Z Dload Upload Total Spent Left Speed
2122026-05-21T00:10:30.262Z 0 0 0 0 0 0 0 0 0
2132026-05-21T00:10:30.262Zcurl: (22) The requested URL returned error: 404
2142026-05-21T00:10:30.265Z++ popd
2152026-05-21T00:10:30.265Z/work/oxidecomputer/maghemite
2162026-05-21T00:10:30.265Z++ pushd download
2172026-05-21T00:10:30.265Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-05-21T00:10:30.265Z++ chmod +x softnpu
2192026-05-21T00:10:30.268Z++ chmod +x scadm
2202026-05-21T00:10:30.268Z++ chmod +x ddmadm
2212026-05-21T00:10:30.271Zchmod: WARNING: can't access ddmadm
2222026-05-21T00:10:30.271Z++ chmod +x ddmd
2232026-05-21T00:10:30.271Zchmod: WARNING: can't access ddmd
2242026-05-21T00:10:30.271Z++ mv ddmadm ddmadm-v2
2252026-05-21T00:10:30.274Zmv: cannot access ddmadm
2262026-05-21T00:10:30.274Z++ mv ddmd ddmd-v2
2272026-05-21T00:10:30.274Zmv: cannot access ddmd
2282026-05-21T00:10:30.274Z++ rm -rf zones/dendrite
2292026-05-21T00:10:30.274Z++ mkdir -p zones/dendrite
2302026-05-21T00:10:30.277Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-05-21T00:10:31.296Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2322026-05-21T00:10:31.299Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-05-21T00:10:31.303Z++ popd
2342026-05-21T00:10:31.303Z/work/oxidecomputer/maghemite
2352026-05-21T00:10:31.303Z++ banner install
2362026-05-21T00:10:31.303Z
2372026-05-21T00:10:31.303Z # # # #### ##### ## # #
2382026-05-21T00:10:31.303Z # ## # # # # # # #
2392026-05-21T00:10:31.303Z # # # # #### # # # # #
2402026-05-21T00:10:31.303Z # # # # # # ###### # #
2412026-05-21T00:10:31.303Z # # ## # # # # # # #
2422026-05-21T00:10:31.303Z # # # #### # # # ###### ######
2432026-05-21T00:10:31.303Z
2442026-05-21T00:10:31.303Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-05-21T00:10:31.303Z++ set +o errexit
2462026-05-21T00:10:31.303Z++ pkg info clang-15
2472026-05-21T00:10:31.303Z++ grep -qi installed
2482026-05-21T00:10:32.508Zpkg: info: no packages matching the following patterns you specified are
2492026-05-21T00:10:32.508Zinstalled on the system. Try querying remotely instead:
2502026-05-21T00:10:32.508Z
2512026-05-21T00:10:32.508Z clang-15
2522026-05-21T00:10:32.545Z++ [[ 1 != 0 ]]
2532026-05-21T00:10:32.545Z++ set -o errexit
2542026-05-21T00:10:32.546Z++ pfexec pkg install clang-15
2552026-05-21T00:10:39.229Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-05-21T00:10:46.911Z Startup: Caching catalogs ... Done
2572026-05-21T00:10:54.108ZPlanning: Solver setup ... Done
2582026-05-21T00:10:54.149ZPlanning: Running solver ... Done
2592026-05-21T00:10:54.288ZPlanning: Finding local manifests ... Done
2602026-05-21T00:10:54.305ZPlanning: Fetching manifests: 0/2 0% complete
2612026-05-21T00:10:54.395ZPlanning: Fetching manifests: 2/2 100% complete
2622026-05-21T00:10:54.425ZPlanning: Package planning ... Done
2632026-05-21T00:10:54.450ZPlanning: Merging actions ... Done
2642026-05-21T00:10:54.558ZPlanning: Checking for conflicting actions ... Done
2652026-05-21T00:10:54.563ZPlanning: Consolidating action changes ... Done
2662026-05-21T00:10:55.338ZPlanning: Evaluating mediators ... Done
2672026-05-21T00:10:55.342ZPlanning: Planning completed in 8.26 seconds
2682026-05-21T00:10:55.352Z Packages to install: 2
2692026-05-21T00:10:55.352Z Mediators to change: 2
2702026-05-21T00:10:55.352Z Services to change: 1
2712026-05-21T00:10:55.355Z Create boot environment: No
2722026-05-21T00:10:55.355ZCreate backup boot environment: No
2732026-05-21T00:10:55.393Z
2742026-05-21T00:10:55.393ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-05-21T00:11:01.397ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (33.8M/s)
2762026-05-21T00:11:07.532ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (21.1M/s)
2772026-05-21T00:11:10.540ZDownload: Completed 211.31 MB in 15.14 seconds (13.9M/s)
2782026-05-21T00:11:10.709Z Actions: 1/3418 actions (Installing new actions)
2792026-05-21T00:11:13.849Z Actions: Completed 3418 actions in 3.14 seconds.
2802026-05-21T00:11:14.503Z Done
2812026-05-21T00:11:14.503Z Done
2822026-05-21T00:11:15.236Z Done
2832026-05-21T00:11:18.576Z Done
2842026-05-21T00:11:18.650Z Done
2852026-05-21T00:11:18.653Z Done
2862026-05-21T00:11:18.909Z Done
2872026-05-21T00:11:19.582Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2882026-05-21T00:11:19.582Z++ set +o errexit
2892026-05-21T00:11:19.585Z++ pkg info pkg-config
2902026-05-21T00:11:19.585Z++ grep -qi installed
2912026-05-21T00:11:19.810Z++ [[ 0 != 0 ]]
2922026-05-21T00:11:19.810Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2932026-05-21T00:11:19.810Z++ set +o errexit
2942026-05-21T00:11:19.813Z++ pkg info brand/omicron1
2952026-05-21T00:11:19.813Z++ grep -qi installed
2962026-05-21T00:11:19.994Zpkg: info: no packages matching the following patterns you specified are
2972026-05-21T00:11:19.994Zinstalled on the system. Try querying remotely instead:
2982026-05-21T00:11:19.994Z
2992026-05-21T00:11:19.994Z brand/omicron1
3002026-05-21T00:11:20.027Z++ [[ 1 != 0 ]]
3012026-05-21T00:11:20.027Z++ set -o errexit
3022026-05-21T00:11:20.027Z++ pfexec pkg install brand/omicron1
3032026-05-21T00:11:20.861Z Startup: Refreshing catalog 'helios-dev' ... Done
3042026-05-21T00:11:28.038ZPlanning: Solver setup ... Done
3052026-05-21T00:11:28.077ZPlanning: Running solver ... Done
3062026-05-21T00:11:28.221ZPlanning: Finding local manifests ... Done
3072026-05-21T00:11:28.225ZPlanning: Fetching manifests: 0/2 0% complete
3082026-05-21T00:11:28.340ZPlanning: Fetching manifests: 2/2 100% complete
3092026-05-21T00:11:28.354ZPlanning: Package planning ... Done
3102026-05-21T00:11:28.361ZPlanning: Merging actions ... Done
3112026-05-21T00:11:28.504ZPlanning: Checking for conflicting actions ... Done
3122026-05-21T00:11:28.507ZPlanning: Consolidating action changes ... Done
3132026-05-21T00:11:28.662ZPlanning: Evaluating mediators ... Done
3142026-05-21T00:11:28.666ZPlanning: Planning completed in 7.80 seconds
3152026-05-21T00:11:28.672Z Packages to install: 2
3162026-05-21T00:11:28.672Z Create boot environment: No
3172026-05-21T00:11:28.672ZCreate backup boot environment: No
3182026-05-21T00:11:28.701Z
3192026-05-21T00:11:28.701ZDownload: 0/5 items 0.0/1.1MB 0% complete
3202026-05-21T00:11:28.723ZDownload: Completed 1.07 MB in 0.02 seconds (51.4M/s)
3212026-05-21T00:11:28.799Z Actions: 1/28 actions (Installing new actions)
3222026-05-21T00:11:28.812Z Actions: Completed 28 actions in 0.01 seconds.
3232026-05-21T00:11:29.324Z Done
3242026-05-21T00:11:29.324Z Done
3252026-05-21T00:11:29.950Z Done
3262026-05-21T00:11:32.745Z Done
3272026-05-21T00:11:32.814Z Done
3282026-05-21T00:11:32.817Z Done
3292026-05-21T00:11:32.948Z Done
3302026-05-21T00:11:33.082Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3312026-05-21T00:11:33.082Z++ set +o errexit
3322026-05-21T00:11:33.085Z++ pkg info brand/omicron1/tools
3332026-05-21T00:11:33.085Z++ grep -qi installed
3342026-05-21T00:11:33.268Zpkg: info: no packages matching the following patterns you specified are
3352026-05-21T00:11:33.268Zinstalled on the system. Try querying remotely instead:
3362026-05-21T00:11:33.268Z
3372026-05-21T00:11:33.268Z brand/omicron1/tools
3382026-05-21T00:11:33.304Z++ [[ 1 != 0 ]]
3392026-05-21T00:11:33.304Z++ set -o errexit
3402026-05-21T00:11:33.304Z++ pfexec pkg install brand/omicron1/tools
3412026-05-21T00:11:33.698Z Startup: Refreshing catalog 'helios-dev' ... Done
3422026-05-21T00:11:40.952ZPlanning: Solver setup ... Done
3432026-05-21T00:11:40.991ZPlanning: Running solver ... Done
3442026-05-21T00:11:41.132ZPlanning: Finding local manifests ... Done
3452026-05-21T00:11:41.135ZPlanning: Fetching manifests: 0/1 0% complete
3462026-05-21T00:11:41.244ZPlanning: Fetching manifests: 1/1 100% complete
3472026-05-21T00:11:41.257ZPlanning: Package planning ... Done
3482026-05-21T00:11:41.259ZPlanning: Merging actions ... Done
3492026-05-21T00:11:41.396ZPlanning: Checking for conflicting actions ... Done
3502026-05-21T00:11:41.399ZPlanning: Consolidating action changes ... Done
3512026-05-21T00:11:41.551ZPlanning: Evaluating mediators ... Done
3522026-05-21T00:11:41.554ZPlanning: Planning completed in 7.85 seconds
3532026-05-21T00:11:41.559Z Packages to install: 1
3542026-05-21T00:11:41.559Z Services to change: 1
3552026-05-21T00:11:41.559Z Create boot environment: No
3562026-05-21T00:11:41.559ZCreate backup boot environment: No
3572026-05-21T00:11:41.587Z
3582026-05-21T00:11:41.587ZDownload: 0/2 items 0.0/1.2MB 0% complete
3592026-05-21T00:11:41.614ZDownload: Completed 1.19 MB in 0.03 seconds (44.6M/s)
3602026-05-21T00:11:41.697Z Actions: 1/19 actions (Installing new actions)
3612026-05-21T00:11:41.712Z Actions: Completed 19 actions in 0.01 seconds.
3622026-05-21T00:11:42.227Z Done
3632026-05-21T00:11:42.227Z Done
3642026-05-21T00:11:42.858Z Done
3652026-05-21T00:11:45.705Z Done
3662026-05-21T00:11:45.777Z Done
3672026-05-21T00:11:45.779Z Done
3682026-05-21T00:11:46.008Z Done
3692026-05-21T00:11:46.146Z++ pfexec svcadm enable baseline
3702026-05-21T00:11:46.161Z++ retry=0
3712026-05-21T00:11:46.164Z+++ svcs -Hostate baseline
3722026-05-21T00:11:46.177Z++ [[ offline* != online ]]
3732026-05-21T00:11:46.177Z++ [[ 0 -gt 300 ]]
3742026-05-21T00:11:46.177Z++ sleep 1
3752026-05-21T00:11:47.216Z++ retry=1
3762026-05-21T00:11:47.226Z+++ svcs -Hostate baseline
3772026-05-21T00:11:47.227Z++ [[ offline* != online ]]
3782026-05-21T00:11:47.227Z++ [[ 1 -gt 300 ]]
3792026-05-21T00:11:47.227Z++ sleep 1
3802026-05-21T00:11:48.197Z++ retry=2
3812026-05-21T00:11:48.200Z+++ svcs -Hostate baseline
3822026-05-21T00:11:48.212Z++ [[ offline* != online ]]
3832026-05-21T00:11:48.212Z++ [[ 2 -gt 300 ]]
3842026-05-21T00:11:48.212Z++ sleep 1
3852026-05-21T00:11:49.215Z++ retry=3
3862026-05-21T00:11:49.218Z+++ svcs -Hostate baseline
3872026-05-21T00:11:49.228Z++ [[ offline* != online ]]
3882026-05-21T00:11:49.228Z++ [[ 3 -gt 300 ]]
3892026-05-21T00:11:49.228Z++ sleep 1
3902026-05-21T00:11:50.231Z++ retry=4
3912026-05-21T00:11:50.233Z+++ svcs -Hostate baseline
3922026-05-21T00:11:50.248Z++ [[ offline* != online ]]
3932026-05-21T00:11:50.248Z++ [[ 4 -gt 300 ]]
3942026-05-21T00:11:50.248Z++ sleep 1
3952026-05-21T00:11:51.252Z++ retry=5
3962026-05-21T00:11:51.256Z+++ svcs -Hostate baseline
3972026-05-21T00:11:51.269Z++ [[ offline* != online ]]
3982026-05-21T00:11:51.272Z++ [[ 5 -gt 300 ]]
3992026-05-21T00:11:51.272Z++ sleep 1
4002026-05-21T00:11:52.269Z++ retry=6
4012026-05-21T00:11:52.272Z+++ svcs -Hostate baseline
4022026-05-21T00:11:52.286Z++ [[ offline* != online ]]
4032026-05-21T00:11:52.286Z++ [[ 6 -gt 300 ]]
4042026-05-21T00:11:52.286Z++ sleep 1
4052026-05-21T00:11:53.434Z++ retry=7
4062026-05-21T00:11:53.451Z+++ svcs -Hostate baseline
4072026-05-21T00:11:53.451Z++ [[ offline* != online ]]
4082026-05-21T00:11:53.451Z++ [[ 7 -gt 300 ]]
4092026-05-21T00:11:53.451Z++ sleep 1
4102026-05-21T00:11:54.306Z++ retry=8
4112026-05-21T00:11:54.310Z+++ svcs -Hostate baseline
4122026-05-21T00:11:54.322Z++ [[ offline* != online ]]
4132026-05-21T00:11:54.322Z++ [[ 8 -gt 300 ]]
4142026-05-21T00:11:54.322Z++ sleep 1
4152026-05-21T00:11:55.324Z++ retry=9
4162026-05-21T00:11:55.327Z+++ svcs -Hostate baseline
4172026-05-21T00:11:55.340Z++ [[ offline* != online ]]
4182026-05-21T00:11:55.340Z++ [[ 9 -gt 300 ]]
4192026-05-21T00:11:55.340Z++ sleep 1
4202026-05-21T00:11:56.342Z++ retry=10
4212026-05-21T00:11:56.345Z+++ svcs -Hostate baseline
4222026-05-21T00:11:56.359Z++ [[ offline* != online ]]
4232026-05-21T00:11:56.359Z++ [[ 10 -gt 300 ]]
4242026-05-21T00:11:56.359Z++ sleep 1
4252026-05-21T00:11:57.361Z++ retry=11
4262026-05-21T00:11:57.364Z+++ svcs -Hostate baseline
4272026-05-21T00:11:57.377Z++ [[ offline* != online ]]
4282026-05-21T00:11:57.377Z++ [[ 11 -gt 300 ]]
4292026-05-21T00:11:57.377Z++ sleep 1
4302026-05-21T00:11:58.379Z++ retry=12
4312026-05-21T00:11:58.382Z+++ svcs -Hostate baseline
4322026-05-21T00:11:58.396Z++ [[ offline* != online ]]
4332026-05-21T00:11:58.396Z++ [[ 12 -gt 300 ]]
4342026-05-21T00:11:58.396Z++ sleep 1
4352026-05-21T00:11:59.398Z++ retry=13
4362026-05-21T00:11:59.401Z+++ svcs -Hostate baseline
4372026-05-21T00:11:59.414Z++ [[ offline* != online ]]
4382026-05-21T00:11:59.414Z++ [[ 13 -gt 300 ]]
4392026-05-21T00:11:59.414Z++ sleep 1
4402026-05-21T00:12:00.416Z++ retry=14
4412026-05-21T00:12:00.419Z+++ svcs -Hostate baseline
4422026-05-21T00:12:00.432Z++ [[ offline* != online ]]
4432026-05-21T00:12:00.432Z++ [[ 14 -gt 300 ]]
4442026-05-21T00:12:00.432Z++ sleep 1
4452026-05-21T00:12:01.434Z++ retry=15
4462026-05-21T00:12:01.437Z+++ svcs -Hostate baseline
4472026-05-21T00:12:01.451Z++ [[ offline* != online ]]
4482026-05-21T00:12:01.451Z++ [[ 15 -gt 300 ]]
4492026-05-21T00:12:01.451Z++ sleep 1
4502026-05-21T00:12:02.454Z++ retry=16
4512026-05-21T00:12:02.457Z+++ svcs -Hostate baseline
4522026-05-21T00:12:02.471Z++ [[ offline* != online ]]
4532026-05-21T00:12:02.471Z++ [[ 16 -gt 300 ]]
4542026-05-21T00:12:02.471Z++ sleep 1
4552026-05-21T00:12:03.472Z++ retry=17
4562026-05-21T00:12:03.476Z+++ svcs -Hostate baseline
4572026-05-21T00:12:03.488Z++ [[ offline* != online ]]
4582026-05-21T00:12:03.488Z++ [[ 17 -gt 300 ]]
4592026-05-21T00:12:03.488Z++ sleep 1
4602026-05-21T00:12:04.490Z++ retry=18
4612026-05-21T00:12:04.493Z+++ svcs -Hostate baseline
4622026-05-21T00:12:04.507Z++ [[ offline* != online ]]
4632026-05-21T00:12:04.507Z++ [[ 18 -gt 300 ]]
4642026-05-21T00:12:04.507Z++ sleep 1
4652026-05-21T00:12:05.509Z++ retry=19
4662026-05-21T00:12:05.513Z+++ svcs -Hostate baseline
4672026-05-21T00:12:05.524Z++ [[ offline* != online ]]
4682026-05-21T00:12:05.524Z++ [[ 19 -gt 300 ]]
4692026-05-21T00:12:05.524Z++ sleep 1
4702026-05-21T00:12:06.527Z++ retry=20
4712026-05-21T00:12:06.530Z+++ svcs -Hostate baseline
4722026-05-21T00:12:06.543Z++ [[ offline* != online ]]
4732026-05-21T00:12:06.543Z++ [[ 20 -gt 300 ]]
4742026-05-21T00:12:06.543Z++ sleep 1
4752026-05-21T00:12:07.545Z++ retry=21
4762026-05-21T00:12:07.548Z+++ svcs -Hostate baseline
4772026-05-21T00:12:07.561Z++ [[ offline* != online ]]
4782026-05-21T00:12:07.561Z++ [[ 21 -gt 300 ]]
4792026-05-21T00:12:07.561Z++ sleep 1
4802026-05-21T00:12:08.563Z++ retry=22
4812026-05-21T00:12:08.566Z+++ svcs -Hostate baseline
4822026-05-21T00:12:08.579Z++ [[ offline* != online ]]
4832026-05-21T00:12:08.579Z++ [[ 22 -gt 300 ]]
4842026-05-21T00:12:08.579Z++ sleep 1
4852026-05-21T00:12:09.584Z++ retry=23
4862026-05-21T00:12:09.589Z+++ svcs -Hostate baseline
4872026-05-21T00:12:09.597Z++ [[ offline* != online ]]
4882026-05-21T00:12:09.597Z++ [[ 23 -gt 300 ]]
4892026-05-21T00:12:09.597Z++ sleep 1
4902026-05-21T00:12:10.599Z++ retry=24
4912026-05-21T00:12:10.602Z+++ svcs -Hostate baseline
4922026-05-21T00:12:10.615Z++ [[ offline* != online ]]
4932026-05-21T00:12:10.615Z++ [[ 24 -gt 300 ]]
4942026-05-21T00:12:10.615Z++ sleep 1
4952026-05-21T00:12:11.617Z++ retry=25
4962026-05-21T00:12:11.621Z+++ svcs -Hostate baseline
4972026-05-21T00:12:11.633Z++ [[ offline* != online ]]
4982026-05-21T00:12:11.633Z++ [[ 25 -gt 300 ]]
4992026-05-21T00:12:11.633Z++ sleep 1
5002026-05-21T00:12:12.636Z++ retry=26
5012026-05-21T00:12:12.639Z+++ svcs -Hostate baseline
5022026-05-21T00:12:12.651Z++ [[ offline* != online ]]
5032026-05-21T00:12:12.651Z++ [[ 26 -gt 300 ]]
5042026-05-21T00:12:12.651Z++ sleep 1
5052026-05-21T00:12:13.655Z++ retry=27
5062026-05-21T00:12:13.659Z+++ svcs -Hostate baseline
5072026-05-21T00:12:13.670Z++ [[ offline* != online ]]
5082026-05-21T00:12:13.670Z++ [[ 27 -gt 300 ]]
5092026-05-21T00:12:13.670Z++ sleep 1
5102026-05-21T00:12:14.672Z++ retry=28
5112026-05-21T00:12:14.675Z+++ svcs -Hostate baseline
5122026-05-21T00:12:14.688Z++ [[ offline* != online ]]
5132026-05-21T00:12:14.688Z++ [[ 28 -gt 300 ]]
5142026-05-21T00:12:14.688Z++ sleep 1
5152026-05-21T00:12:15.690Z++ retry=29
5162026-05-21T00:12:15.693Z+++ svcs -Hostate baseline
5172026-05-21T00:12:15.706Z++ [[ offline* != online ]]
5182026-05-21T00:12:15.706Z++ [[ 29 -gt 300 ]]
5192026-05-21T00:12:15.706Z++ sleep 1
5202026-05-21T00:12:16.721Z++ retry=30
5212026-05-21T00:12:16.730Z+++ svcs -Hostate baseline
5222026-05-21T00:12:16.730Z++ [[ offline* != online ]]
5232026-05-21T00:12:16.731Z++ [[ 30 -gt 300 ]]
5242026-05-21T00:12:16.731Z++ sleep 1
5252026-05-21T00:12:17.727Z++ retry=31
5262026-05-21T00:12:17.729Z+++ svcs -Hostate baseline
5272026-05-21T00:12:17.742Z++ [[ offline* != online ]]
5282026-05-21T00:12:17.742Z++ [[ 31 -gt 300 ]]
5292026-05-21T00:12:17.742Z++ sleep 1
5302026-05-21T00:12:18.755Z++ retry=32
5312026-05-21T00:12:19.521Z+++ svcs -Hostate baseline
5322026-05-21T00:12:19.521Z++ [[ offline* != online ]]
5332026-05-21T00:12:19.521Z++ [[ 32 -gt 300 ]]
5342026-05-21T00:12:19.521Z++ sleep 1
5352026-05-21T00:12:19.784Z++ retry=33
5362026-05-21T00:12:19.793Z+++ svcs -Hostate baseline
5372026-05-21T00:12:19.793Z++ [[ offline* != online ]]
5382026-05-21T00:12:19.793Z++ [[ 33 -gt 300 ]]
5392026-05-21T00:12:19.793Z++ sleep 1
5402026-05-21T00:12:20.782Z++ retry=34
5412026-05-21T00:12:20.785Z+++ svcs -Hostate baseline
5422026-05-21T00:12:20.797Z++ [[ offline* != online ]]
5432026-05-21T00:12:20.797Z++ [[ 34 -gt 300 ]]
5442026-05-21T00:12:20.797Z++ sleep 1
5452026-05-21T00:12:21.799Z++ retry=35
5462026-05-21T00:12:21.802Z+++ svcs -Hostate baseline
5472026-05-21T00:12:21.815Z++ [[ offline* != online ]]
5482026-05-21T00:12:21.815Z++ [[ 35 -gt 300 ]]
5492026-05-21T00:12:21.815Z++ sleep 1
5502026-05-21T00:12:22.817Z++ retry=36
5512026-05-21T00:12:22.820Z+++ svcs -Hostate baseline
5522026-05-21T00:12:22.833Z++ [[ offline* != online ]]
5532026-05-21T00:12:22.833Z++ [[ 36 -gt 300 ]]
5542026-05-21T00:12:22.833Z++ sleep 1
5552026-05-21T00:12:23.835Z++ retry=37
5562026-05-21T00:12:23.837Z+++ svcs -Hostate baseline
5572026-05-21T00:12:23.852Z++ [[ offline* != online ]]
5582026-05-21T00:12:23.852Z++ [[ 37 -gt 300 ]]
5592026-05-21T00:12:23.852Z++ sleep 1
5602026-05-21T00:12:24.853Z++ retry=38
5612026-05-21T00:12:24.856Z+++ svcs -Hostate baseline
5622026-05-21T00:12:24.869Z++ [[ offline* != online ]]
5632026-05-21T00:12:24.869Z++ [[ 38 -gt 300 ]]
5642026-05-21T00:12:24.870Z++ sleep 1
5652026-05-21T00:12:25.874Z++ retry=39
5662026-05-21T00:12:25.877Z+++ svcs -Hostate baseline
5672026-05-21T00:12:25.887Z++ [[ offline* != online ]]
5682026-05-21T00:12:25.888Z++ [[ 39 -gt 300 ]]
5692026-05-21T00:12:25.888Z++ sleep 1
5702026-05-21T00:12:26.890Z++ retry=40
5712026-05-21T00:12:26.893Z+++ svcs -Hostate baseline
5722026-05-21T00:12:26.906Z++ [[ offline* != online ]]
5732026-05-21T00:12:26.906Z++ [[ 40 -gt 300 ]]
5742026-05-21T00:12:26.906Z++ sleep 1
5752026-05-21T00:12:27.908Z++ retry=41
5762026-05-21T00:12:27.911Z+++ svcs -Hostate baseline
5772026-05-21T00:12:27.924Z++ [[ offline* != online ]]
5782026-05-21T00:12:27.924Z++ [[ 41 -gt 300 ]]
5792026-05-21T00:12:27.924Z++ sleep 1
5802026-05-21T00:12:28.942Z++ retry=42
5812026-05-21T00:12:28.946Z+++ svcs -Hostate baseline
5822026-05-21T00:12:28.946Z++ [[ offline* != online ]]
5832026-05-21T00:12:28.946Z++ [[ 42 -gt 300 ]]
5842026-05-21T00:12:28.946Z++ sleep 1
5852026-05-21T00:12:29.945Z++ retry=43
5862026-05-21T00:12:29.948Z+++ svcs -Hostate baseline
5872026-05-21T00:12:29.960Z++ [[ offline* != online ]]
5882026-05-21T00:12:29.960Z++ [[ 43 -gt 300 ]]
5892026-05-21T00:12:29.960Z++ sleep 1
5902026-05-21T00:12:30.963Z++ retry=44
5912026-05-21T00:12:30.966Z+++ svcs -Hostate baseline
5922026-05-21T00:12:30.979Z++ [[ offline* != online ]]
5932026-05-21T00:12:30.979Z++ [[ 44 -gt 300 ]]
5942026-05-21T00:12:30.979Z++ sleep 1
5952026-05-21T00:12:31.981Z++ retry=45
5962026-05-21T00:12:31.983Z+++ svcs -Hostate baseline
5972026-05-21T00:12:31.996Z++ [[ offline* != online ]]
5982026-05-21T00:12:31.997Z++ [[ 45 -gt 300 ]]
5992026-05-21T00:12:31.997Z++ sleep 1
6002026-05-21T00:12:32.999Z++ retry=46
6012026-05-21T00:12:33.002Z+++ svcs -Hostate baseline
6022026-05-21T00:12:33.015Z++ [[ offline* != online ]]
6032026-05-21T00:12:33.015Z++ [[ 46 -gt 300 ]]
6042026-05-21T00:12:33.015Z++ sleep 1
6052026-05-21T00:12:34.017Z++ retry=47
6062026-05-21T00:12:34.020Z+++ svcs -Hostate baseline
6072026-05-21T00:12:34.033Z++ [[ offline* != online ]]
6082026-05-21T00:12:34.033Z++ [[ 47 -gt 300 ]]
6092026-05-21T00:12:34.033Z++ sleep 1
6102026-05-21T00:12:35.035Z++ retry=48
6112026-05-21T00:12:35.038Z+++ svcs -Hostate baseline
6122026-05-21T00:12:35.052Z++ [[ offline* != online ]]
6132026-05-21T00:12:35.052Z++ [[ 48 -gt 300 ]]
6142026-05-21T00:12:35.052Z++ sleep 1
6152026-05-21T00:12:36.054Z++ retry=49
6162026-05-21T00:12:36.057Z+++ svcs -Hostate baseline
6172026-05-21T00:12:36.071Z++ [[ offline* != online ]]
6182026-05-21T00:12:36.071Z++ [[ 49 -gt 300 ]]
6192026-05-21T00:12:36.071Z++ sleep 1
6202026-05-21T00:12:37.072Z++ retry=50
6212026-05-21T00:12:37.075Z+++ svcs -Hostate baseline
6222026-05-21T00:12:37.088Z++ [[ offline* != online ]]
6232026-05-21T00:12:37.088Z++ [[ 50 -gt 300 ]]
6242026-05-21T00:12:37.088Z++ sleep 1
6252026-05-21T00:12:38.090Z++ retry=51
6262026-05-21T00:12:38.093Z+++ svcs -Hostate baseline
6272026-05-21T00:12:38.106Z++ [[ offline* != online ]]
6282026-05-21T00:12:38.106Z++ [[ 51 -gt 300 ]]
6292026-05-21T00:12:38.106Z++ sleep 1
6302026-05-21T00:12:39.108Z++ retry=52
6312026-05-21T00:12:39.112Z+++ svcs -Hostate baseline
6322026-05-21T00:12:39.124Z++ [[ offline* != online ]]
6332026-05-21T00:12:39.124Z++ [[ 52 -gt 300 ]]
6342026-05-21T00:12:39.124Z++ sleep 1
6352026-05-21T00:12:40.127Z++ retry=53
6362026-05-21T00:12:40.130Z+++ svcs -Hostate baseline
6372026-05-21T00:12:40.142Z++ [[ offline* != online ]]
6382026-05-21T00:12:40.142Z++ [[ 53 -gt 300 ]]
6392026-05-21T00:12:40.143Z++ sleep 1
6402026-05-21T00:12:41.145Z++ retry=54
6412026-05-21T00:12:41.147Z+++ svcs -Hostate baseline
6422026-05-21T00:12:41.161Z++ [[ offline* != online ]]
6432026-05-21T00:12:41.161Z++ [[ 54 -gt 300 ]]
6442026-05-21T00:12:41.161Z++ sleep 1
6452026-05-21T00:12:42.163Z++ retry=55
6462026-05-21T00:12:42.166Z+++ svcs -Hostate baseline
6472026-05-21T00:12:42.179Z++ [[ offline* != online ]]
6482026-05-21T00:12:42.179Z++ [[ 55 -gt 300 ]]
6492026-05-21T00:12:42.179Z++ sleep 1
6502026-05-21T00:12:43.182Z++ retry=56
6512026-05-21T00:12:43.185Z+++ svcs -Hostate baseline
6522026-05-21T00:12:43.198Z++ [[ offline* != online ]]
6532026-05-21T00:12:43.198Z++ [[ 56 -gt 300 ]]
6542026-05-21T00:12:43.198Z++ sleep 1
6552026-05-21T00:12:44.200Z++ retry=57
6562026-05-21T00:12:44.203Z+++ svcs -Hostate baseline
6572026-05-21T00:12:44.216Z++ [[ offline* != online ]]
6582026-05-21T00:12:44.216Z++ [[ 57 -gt 300 ]]
6592026-05-21T00:12:44.216Z++ sleep 1
6602026-05-21T00:12:45.219Z++ retry=58
6612026-05-21T00:12:45.222Z+++ svcs -Hostate baseline
6622026-05-21T00:12:45.234Z++ [[ offline* != online ]]
6632026-05-21T00:12:45.234Z++ [[ 58 -gt 300 ]]
6642026-05-21T00:12:45.234Z++ sleep 1
6652026-05-21T00:12:46.236Z++ retry=59
6662026-05-21T00:12:46.239Z+++ svcs -Hostate baseline
6672026-05-21T00:12:46.252Z++ [[ offline* != online ]]
6682026-05-21T00:12:46.252Z++ [[ 59 -gt 300 ]]
6692026-05-21T00:12:46.252Z++ sleep 1
6702026-05-21T00:12:47.255Z++ retry=60
6712026-05-21T00:12:47.258Z+++ svcs -Hostate baseline
6722026-05-21T00:12:47.271Z++ [[ offline* != online ]]
6732026-05-21T00:12:47.271Z++ [[ 60 -gt 300 ]]
6742026-05-21T00:12:47.271Z++ sleep 1
6752026-05-21T00:12:48.273Z++ retry=61
6762026-05-21T00:12:48.276Z+++ svcs -Hostate baseline
6772026-05-21T00:12:48.289Z++ [[ offline* != online ]]
6782026-05-21T00:12:48.289Z++ [[ 61 -gt 300 ]]
6792026-05-21T00:12:48.289Z++ sleep 1
6802026-05-21T00:12:49.291Z++ retry=62
6812026-05-21T00:12:49.294Z+++ svcs -Hostate baseline
6822026-05-21T00:12:49.344Z++ [[ offline* != online ]]
6832026-05-21T00:12:49.344Z++ [[ 62 -gt 300 ]]
6842026-05-21T00:12:49.344Z++ sleep 1
6852026-05-21T00:12:50.309Z++ retry=63
6862026-05-21T00:12:50.312Z+++ svcs -Hostate baseline
6872026-05-21T00:12:50.325Z++ [[ offline* != online ]]
6882026-05-21T00:12:50.325Z++ [[ 63 -gt 300 ]]
6892026-05-21T00:12:50.325Z++ sleep 1
6902026-05-21T00:12:51.327Z++ retry=64
6912026-05-21T00:12:51.330Z+++ svcs -Hostate baseline
6922026-05-21T00:12:51.343Z++ [[ offline* != online ]]
6932026-05-21T00:12:51.343Z++ [[ 64 -gt 300 ]]
6942026-05-21T00:12:51.343Z++ sleep 1
6952026-05-21T00:12:52.345Z++ retry=65
6962026-05-21T00:12:52.348Z+++ svcs -Hostate baseline
6972026-05-21T00:12:52.363Z++ [[ offline* != online ]]
6982026-05-21T00:12:52.363Z++ [[ 65 -gt 300 ]]
6992026-05-21T00:12:52.363Z++ sleep 1
7002026-05-21T00:12:53.364Z++ retry=66
7012026-05-21T00:12:53.367Z+++ svcs -Hostate baseline
7022026-05-21T00:12:53.380Z++ [[ offline* != online ]]
7032026-05-21T00:12:53.380Z++ [[ 66 -gt 300 ]]
7042026-05-21T00:12:53.380Z++ sleep 1
7052026-05-21T00:12:54.383Z++ retry=67
7062026-05-21T00:12:54.387Z+++ svcs -Hostate baseline
7072026-05-21T00:12:54.399Z++ [[ offline* != online ]]
7082026-05-21T00:12:54.399Z++ [[ 67 -gt 300 ]]
7092026-05-21T00:12:54.399Z++ sleep 1
7102026-05-21T00:12:55.402Z++ retry=68
7112026-05-21T00:12:55.405Z+++ svcs -Hostate baseline
7122026-05-21T00:12:55.427Z++ [[ offline* != online ]]
7132026-05-21T00:12:55.427Z++ [[ 68 -gt 300 ]]
7142026-05-21T00:12:55.428Z++ sleep 1
7152026-05-21T00:12:56.420Z++ retry=69
7162026-05-21T00:12:56.423Z+++ svcs -Hostate baseline
7172026-05-21T00:12:56.437Z++ [[ offline* != online ]]
7182026-05-21T00:12:56.437Z++ [[ 69 -gt 300 ]]
7192026-05-21T00:12:56.437Z++ sleep 1
7202026-05-21T00:12:57.440Z++ retry=70
7212026-05-21T00:12:57.443Z+++ svcs -Hostate baseline
7222026-05-21T00:12:57.459Z++ [[ offline* != online ]]
7232026-05-21T00:12:57.459Z++ [[ 70 -gt 300 ]]
7242026-05-21T00:12:57.459Z++ sleep 1
7252026-05-21T00:12:58.458Z++ retry=71
7262026-05-21T00:12:58.461Z+++ svcs -Hostate baseline
7272026-05-21T00:12:58.475Z++ [[ offline* != online ]]
7282026-05-21T00:12:58.475Z++ [[ 71 -gt 300 ]]
7292026-05-21T00:12:58.475Z++ sleep 1
7302026-05-21T00:12:59.477Z++ retry=72
7312026-05-21T00:12:59.480Z+++ svcs -Hostate baseline
7322026-05-21T00:12:59.493Z++ [[ offline* != online ]]
7332026-05-21T00:12:59.494Z++ [[ 72 -gt 300 ]]
7342026-05-21T00:12:59.494Z++ sleep 1
7352026-05-21T00:13:00.496Z++ retry=73
7362026-05-21T00:13:00.499Z+++ svcs -Hostate baseline
7372026-05-21T00:13:00.513Z++ [[ offline* != online ]]
7382026-05-21T00:13:00.513Z++ [[ 73 -gt 300 ]]
7392026-05-21T00:13:00.513Z++ sleep 1
7402026-05-21T00:13:01.516Z++ retry=74
7412026-05-21T00:13:01.519Z+++ svcs -Hostate baseline
7422026-05-21T00:13:01.530Z++ [[ offline* != online ]]
7432026-05-21T00:13:01.530Z++ [[ 74 -gt 300 ]]
7442026-05-21T00:13:01.531Z++ sleep 1
7452026-05-21T00:13:02.533Z++ retry=75
7462026-05-21T00:13:02.536Z+++ svcs -Hostate baseline
7472026-05-21T00:13:02.549Z++ [[ offline* != online ]]
7482026-05-21T00:13:02.549Z++ [[ 75 -gt 300 ]]
7492026-05-21T00:13:02.549Z++ sleep 1
7502026-05-21T00:13:03.552Z++ retry=76
7512026-05-21T00:13:03.555Z+++ svcs -Hostate baseline
7522026-05-21T00:13:03.567Z++ [[ offline* != online ]]
7532026-05-21T00:13:03.567Z++ [[ 76 -gt 300 ]]
7542026-05-21T00:13:03.567Z++ sleep 1
7552026-05-21T00:13:04.569Z++ retry=77
7562026-05-21T00:13:04.572Z+++ svcs -Hostate baseline
7572026-05-21T00:13:04.585Z++ [[ offline* != online ]]
7582026-05-21T00:13:04.585Z++ [[ 77 -gt 300 ]]
7592026-05-21T00:13:04.585Z++ sleep 1
7602026-05-21T00:13:05.587Z++ retry=78
7612026-05-21T00:13:05.590Z+++ svcs -Hostate baseline
7622026-05-21T00:13:05.604Z++ [[ offline* != online ]]
7632026-05-21T00:13:05.604Z++ [[ 78 -gt 300 ]]
7642026-05-21T00:13:05.604Z++ sleep 1
7652026-05-21T00:13:06.606Z++ retry=79
7662026-05-21T00:13:06.609Z+++ svcs -Hostate baseline
7672026-05-21T00:13:06.622Z++ [[ offline* != online ]]
7682026-05-21T00:13:06.622Z++ [[ 79 -gt 300 ]]
7692026-05-21T00:13:06.623Z++ sleep 1
7702026-05-21T00:13:07.625Z++ retry=80
7712026-05-21T00:13:07.627Z+++ svcs -Hostate baseline
7722026-05-21T00:13:07.641Z++ [[ offline* != online ]]
7732026-05-21T00:13:07.641Z++ [[ 80 -gt 300 ]]
7742026-05-21T00:13:07.641Z++ sleep 1
7752026-05-21T00:13:08.643Z++ retry=81
7762026-05-21T00:13:08.646Z+++ svcs -Hostate baseline
7772026-05-21T00:13:08.659Z++ [[ offline* != online ]]
7782026-05-21T00:13:08.659Z++ [[ 81 -gt 300 ]]
7792026-05-21T00:13:08.659Z++ sleep 1
7802026-05-21T00:13:09.661Z++ retry=82
7812026-05-21T00:13:09.664Z+++ svcs -Hostate baseline
7822026-05-21T00:13:09.677Z++ [[ offline* != online ]]
7832026-05-21T00:13:09.677Z++ [[ 82 -gt 300 ]]
7842026-05-21T00:13:09.677Z++ sleep 1
7852026-05-21T00:13:10.679Z++ retry=83
7862026-05-21T00:13:10.684Z+++ svcs -Hostate baseline
7872026-05-21T00:13:10.695Z++ [[ offline* != online ]]
7882026-05-21T00:13:10.695Z++ [[ 83 -gt 300 ]]
7892026-05-21T00:13:10.695Z++ sleep 1
7902026-05-21T00:13:11.698Z++ retry=84
7912026-05-21T00:13:11.701Z+++ svcs -Hostate baseline
7922026-05-21T00:13:11.714Z++ [[ offline* != online ]]
7932026-05-21T00:13:11.714Z++ [[ 84 -gt 300 ]]
7942026-05-21T00:13:11.714Z++ sleep 1
7952026-05-21T00:13:12.717Z++ retry=85
7962026-05-21T00:13:12.720Z+++ svcs -Hostate baseline
7972026-05-21T00:13:12.732Z++ [[ offline* != online ]]
7982026-05-21T00:13:12.732Z++ [[ 85 -gt 300 ]]
7992026-05-21T00:13:12.732Z++ sleep 1
8002026-05-21T00:13:13.734Z++ retry=86
8012026-05-21T00:13:13.737Z+++ svcs -Hostate baseline
8022026-05-21T00:13:13.751Z++ [[ offline* != online ]]
8032026-05-21T00:13:13.751Z++ [[ 86 -gt 300 ]]
8042026-05-21T00:13:13.751Z++ sleep 1
8052026-05-21T00:13:14.753Z++ retry=87
8062026-05-21T00:13:14.757Z+++ svcs -Hostate baseline
8072026-05-21T00:13:14.768Z++ [[ offline* != online ]]
8082026-05-21T00:13:14.768Z++ [[ 87 -gt 300 ]]
8092026-05-21T00:13:14.768Z++ sleep 1
8102026-05-21T00:13:15.770Z++ retry=88
8112026-05-21T00:13:15.773Z+++ svcs -Hostate baseline
8122026-05-21T00:13:15.787Z++ [[ offline* != online ]]
8132026-05-21T00:13:15.787Z++ [[ 88 -gt 300 ]]
8142026-05-21T00:13:15.787Z++ sleep 1
8152026-05-21T00:13:16.789Z++ retry=89
8162026-05-21T00:13:16.792Z+++ svcs -Hostate baseline
8172026-05-21T00:13:16.806Z++ [[ offline* != online ]]
8182026-05-21T00:13:16.806Z++ [[ 89 -gt 300 ]]
8192026-05-21T00:13:16.806Z++ sleep 1
8202026-05-21T00:13:17.807Z++ retry=90
8212026-05-21T00:13:17.810Z+++ svcs -Hostate baseline
8222026-05-21T00:13:17.823Z++ [[ offline* != online ]]
8232026-05-21T00:13:17.823Z++ [[ 90 -gt 300 ]]
8242026-05-21T00:13:17.823Z++ sleep 1
8252026-05-21T00:13:18.825Z++ retry=91
8262026-05-21T00:13:18.828Z+++ svcs -Hostate baseline
8272026-05-21T00:13:18.842Z++ [[ offline* != online ]]
8282026-05-21T00:13:18.842Z++ [[ 91 -gt 300 ]]
8292026-05-21T00:13:18.842Z++ sleep 1
8302026-05-21T00:13:19.846Z++ retry=92
8312026-05-21T00:13:19.849Z+++ svcs -Hostate baseline
8322026-05-21T00:13:19.859Z++ [[ offline* != online ]]
8332026-05-21T00:13:19.859Z++ [[ 92 -gt 300 ]]
8342026-05-21T00:13:19.859Z++ sleep 1
8352026-05-21T00:13:20.861Z++ retry=93
8362026-05-21T00:13:20.864Z+++ svcs -Hostate baseline
8372026-05-21T00:13:20.876Z++ [[ offline* != online ]]
8382026-05-21T00:13:20.876Z++ [[ 93 -gt 300 ]]
8392026-05-21T00:13:20.879Z++ sleep 1
8402026-05-21T00:13:21.878Z++ retry=94
8412026-05-21T00:13:21.881Z+++ svcs -Hostate baseline
8422026-05-21T00:13:21.893Z++ [[ offline* != online ]]
8432026-05-21T00:13:21.893Z++ [[ 94 -gt 300 ]]
8442026-05-21T00:13:21.893Z++ sleep 1
8452026-05-21T00:13:22.896Z++ retry=95
8462026-05-21T00:13:22.900Z+++ svcs -Hostate baseline
8472026-05-21T00:13:22.912Z++ [[ offline* != online ]]
8482026-05-21T00:13:22.912Z++ [[ 95 -gt 300 ]]
8492026-05-21T00:13:22.912Z++ sleep 1
8502026-05-21T00:13:23.913Z++ retry=96
8512026-05-21T00:13:23.915Z+++ svcs -Hostate baseline
8522026-05-21T00:13:23.928Z++ [[ offline* != online ]]
8532026-05-21T00:13:23.928Z++ [[ 96 -gt 300 ]]
8542026-05-21T00:13:23.928Z++ sleep 1
8552026-05-21T00:13:24.930Z++ retry=97
8562026-05-21T00:13:24.932Z+++ svcs -Hostate baseline
8572026-05-21T00:13:24.945Z++ [[ offline* != online ]]
8582026-05-21T00:13:24.945Z++ [[ 97 -gt 300 ]]
8592026-05-21T00:13:24.945Z++ sleep 1
8602026-05-21T00:13:25.947Z++ retry=98
8612026-05-21T00:13:25.955Z+++ svcs -Hostate baseline
8622026-05-21T00:13:25.962Z++ [[ offline* != online ]]
8632026-05-21T00:13:25.962Z++ [[ 98 -gt 300 ]]
8642026-05-21T00:13:25.962Z++ sleep 1
8652026-05-21T00:13:26.965Z++ retry=99
8662026-05-21T00:13:26.968Z+++ svcs -Hostate baseline
8672026-05-21T00:13:26.981Z++ [[ offline* != online ]]
8682026-05-21T00:13:26.981Z++ [[ 99 -gt 300 ]]
8692026-05-21T00:13:26.981Z++ sleep 1
8702026-05-21T00:13:27.983Z++ retry=100
8712026-05-21T00:13:27.986Z+++ svcs -Hostate baseline
8722026-05-21T00:13:27.999Z++ [[ offline* != online ]]
8732026-05-21T00:13:27.999Z++ [[ 100 -gt 300 ]]
8742026-05-21T00:13:27.999Z++ sleep 1
8752026-05-21T00:13:29.001Z++ retry=101
8762026-05-21T00:13:29.004Z+++ svcs -Hostate baseline
8772026-05-21T00:13:29.017Z++ [[ offline* != online ]]
8782026-05-21T00:13:29.017Z++ [[ 101 -gt 300 ]]
8792026-05-21T00:13:29.017Z++ sleep 1
8802026-05-21T00:13:30.019Z++ retry=102
8812026-05-21T00:13:30.022Z+++ svcs -Hostate baseline
8822026-05-21T00:13:30.036Z++ [[ offline* != online ]]
8832026-05-21T00:13:30.036Z++ [[ 102 -gt 300 ]]
8842026-05-21T00:13:30.036Z++ sleep 1
8852026-05-21T00:13:31.037Z++ retry=103
8862026-05-21T00:13:31.039Z+++ svcs -Hostate baseline
8872026-05-21T00:13:31.051Z++ [[ offline* != online ]]
8882026-05-21T00:13:31.051Z++ [[ 103 -gt 300 ]]
8892026-05-21T00:13:31.051Z++ sleep 1
8902026-05-21T00:13:32.052Z++ retry=104
8912026-05-21T00:13:32.055Z+++ svcs -Hostate baseline
8922026-05-21T00:13:32.068Z++ [[ offline* != online ]]
8932026-05-21T00:13:32.068Z++ [[ 104 -gt 300 ]]
8942026-05-21T00:13:32.068Z++ sleep 1
8952026-05-21T00:13:33.070Z++ retry=105
8962026-05-21T00:13:33.074Z+++ svcs -Hostate baseline
8972026-05-21T00:13:33.085Z++ [[ offline* != online ]]
8982026-05-21T00:13:33.085Z++ [[ 105 -gt 300 ]]
8992026-05-21T00:13:33.085Z++ sleep 1
9002026-05-21T00:13:34.088Z++ retry=106
9012026-05-21T00:13:34.091Z+++ svcs -Hostate baseline
9022026-05-21T00:13:34.103Z++ [[ offline* != online ]]
9032026-05-21T00:13:34.103Z++ [[ 106 -gt 300 ]]
9042026-05-21T00:13:34.103Z++ sleep 1
9052026-05-21T00:13:35.105Z++ retry=107
9062026-05-21T00:13:35.109Z+++ svcs -Hostate baseline
9072026-05-21T00:13:35.120Z++ [[ offline* != online ]]
9082026-05-21T00:13:35.121Z++ [[ 107 -gt 300 ]]
9092026-05-21T00:13:35.121Z++ sleep 1
9102026-05-21T00:13:36.123Z++ retry=108
9112026-05-21T00:13:36.127Z+++ svcs -Hostate baseline
9122026-05-21T00:13:36.139Z++ [[ offline* != online ]]
9132026-05-21T00:13:36.139Z++ [[ 108 -gt 300 ]]
9142026-05-21T00:13:36.139Z++ sleep 1
9152026-05-21T00:13:37.142Z++ retry=109
9162026-05-21T00:13:37.147Z+++ svcs -Hostate baseline
9172026-05-21T00:13:37.158Z++ [[ online != online ]]
9182026-05-21T00:13:37.158Z++ set -o errexit
9192026-05-21T00:13:37.158Z++ set -o pipefail
9202026-05-21T00:13:37.163Z++ banner build
9212026-05-21T00:13:37.164Z
9222026-05-21T00:13:37.164Z ##### # # # # #####
9232026-05-21T00:13:37.164Z # # # # # # # #
9242026-05-21T00:13:37.164Z ##### # # # # # #
9252026-05-21T00:13:37.164Z # # # # # # # #
9262026-05-21T00:13:37.164Z # # # # # # # #
9272026-05-21T00:13:37.164Z ##### #### # ###### #####
9282026-05-21T00:13:37.164Z
9292026-05-21T00:13:37.164Z++ cargo build --release --bin ddmd --bin ddmadm
9302026-05-21T00:13:37.167Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9312026-05-21T00:13:37.301Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9322026-05-21T00:13:37.305Zinfo: downloading 6 components
9332026-05-21T00:13:51.720Z Updating git repository `https://github.com/oxidecomputer/falcon`
9342026-05-21T00:13:52.319ZFrom https://github.com/oxidecomputer/falcon
9352026-05-21T00:13:52.319Z * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24
9362026-05-21T00:13:52.398Z Updating crates.io index
9372026-05-21T00:13:52.402Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9382026-05-21T00:13:53.159ZFrom https://github.com/oxidecomputer/dendrite
9392026-05-21T00:13:53.159Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
9402026-05-21T00:13:53.225Z Updating git repository `https://github.com/oxidecomputer/ispf`
9412026-05-21T00:13:53.497ZFrom https://github.com/oxidecomputer/ispf
9422026-05-21T00:13:53.497Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
9432026-05-21T00:13:53.698Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9442026-05-21T00:13:54.057ZFrom https://github.com/oxidecomputer/netadm-sys
9452026-05-21T00:13:54.057Z * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529
9462026-05-21T00:13:54.065Z Updating git repository `https://github.com/oxidecomputer/omicron`
9472026-05-21T00:14:01.331ZFrom https://github.com/oxidecomputer/omicron
9482026-05-21T00:14:01.332Z * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7
9492026-05-21T00:14:01.767Z Updating git repository `https://github.com/oxidecomputer/opte`
9502026-05-21T00:14:02.342ZFrom https://github.com/oxidecomputer/opte
9512026-05-21T00:14:02.342Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
9522026-05-21T00:14:02.372Z Updating git repository `https://github.com/illumos/smf-rs`
9532026-05-21T00:14:02.648ZFrom https://github.com/illumos/smf-rs
9542026-05-21T00:14:02.648Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9552026-05-21T00:14:03.036Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9562026-05-21T00:14:03.317ZFrom https://github.com/oxidecomputer/network-interface
9572026-05-21T00:14:03.317Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9582026-05-21T00:14:03.479Z Updating git repository `https://github.com/oxidecomputer/zone`
9592026-05-21T00:14:03.791ZFrom https://github.com/oxidecomputer/zone
9602026-05-21T00:14:03.791Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9612026-05-21T00:14:03.811Z Updating git repository `https://github.com/oxidecomputer/propolis`
9622026-05-21T00:14:04.447ZFrom https://github.com/oxidecomputer/propolis
9632026-05-21T00:14:04.447Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9642026-05-21T00:14:04.636Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9652026-05-21T00:14:05.110ZFrom https://github.com/oxidecomputer/transceiver-control
9662026-05-21T00:14:05.110Z * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530
9672026-05-21T00:14:05.247Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9682026-05-21T00:14:05.498ZFrom https://github.com/oxidecomputer/dlpi-sys
9692026-05-21T00:14:05.498Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
9702026-05-21T00:14:05.504Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9712026-05-21T00:14:05.791ZFrom https://github.com/jmesmon/rust-libzfs
9722026-05-21T00:14:05.791Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9732026-05-21T00:14:05.798Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9742026-05-21T00:14:06.079ZFrom https://github.com/oxidecomputer/rusty-doors
9752026-05-21T00:14:06.079Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9762026-05-21T00:14:06.122Z Updating git repository `https://github.com/oxidecomputer/lldp`
9772026-05-21T00:14:06.446ZFrom https://github.com/oxidecomputer/lldp
9782026-05-21T00:14:06.446Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
9792026-05-21T00:14:06.459Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9802026-05-21T00:14:06.720ZFrom https://github.com/oxidecomputer/slog-error-chain
9812026-05-21T00:14:06.720Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9822026-05-21T00:14:06.755Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9832026-05-21T00:14:07.070ZFrom https://github.com/oxidecomputer/tufaceous
9842026-05-21T00:14:07.070Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9852026-05-21T00:14:07.102Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9862026-05-21T00:14:07.536ZFrom https://github.com/oxidecomputer/management-gateway-service
9872026-05-21T00:14:07.536Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
9882026-05-21T00:14:07.636Z Updating git repository `https://github.com/oxidecomputer/crucible`
9892026-05-21T00:14:08.441ZFrom https://github.com/oxidecomputer/crucible
9902026-05-21T00:14:08.441Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9912026-05-21T00:14:09.051Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9922026-05-21T00:14:09.331ZFrom https://github.com/oxidecomputer/serde_human_bytes
9932026-05-21T00:14:09.331Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9942026-05-21T00:14:09.414Z Updating git repository `https://github.com/oxidecomputer/propolis`
9952026-05-21T00:14:09.757ZFrom https://github.com/oxidecomputer/propolis
9962026-05-21T00:14:09.757Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
9972026-05-21T00:14:09.914Z Updating git repository `https://github.com/oxidecomputer/opte`
9982026-05-21T00:14:10.244ZFrom https://github.com/oxidecomputer/opte
9992026-05-21T00:14:10.244Z * [new ref] 2c6efefe14321dafe7e9e80129d38316adb2d238 -> refs/commit/2c6efefe14321dafe7e9e80129d38316adb2d238
10002026-05-21T00:14:10.286Z Updating git repository `https://github.com/oxidecomputer/tofino`
10012026-05-21T00:14:10.609ZFrom https://github.com/oxidecomputer/tofino
10022026-05-21T00:14:10.609Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
10032026-05-21T00:14:10.696Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10042026-05-21T00:14:11.345ZFrom https://github.com/oxidecomputer/maghemite
10052026-05-21T00:14:11.345Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10062026-05-21T00:14:11.386Z Updating git repository `https://github.com/oxidecomputer/clickward`
10072026-05-21T00:14:11.797ZFrom https://github.com/oxidecomputer/clickward
10082026-05-21T00:14:11.797Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10092026-05-21T00:14:11.822Z Updating git repository `https://github.com/oxidecomputer/crucible`
10102026-05-21T00:14:12.188ZFrom https://github.com/oxidecomputer/crucible
10112026-05-21T00:14:12.188Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
10122026-05-21T00:14:12.315Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10132026-05-21T00:14:12.563ZFrom https://github.com/oxidecomputer/illumos-devinfo
10142026-05-21T00:14:12.563Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10152026-05-21T00:14:14.280Z Locking 3 packages to latest compatible versions
10162026-05-21T00:14:14.280Z Updating drift v0.1.4 -> v0.2.0
10172026-05-21T00:14:14.283Z Updating dropshot-api-manager v0.7.1 -> v0.7.2
10182026-05-21T00:14:14.283Z Updating dropshot-api-manager-types v0.7.1 -> v0.7.2
10192026-05-21T00:14:14.312Z Downloading crates ...
10202026-05-21T00:14:14.378Z Downloaded cpufeatures v0.3.0
10212026-05-21T00:14:14.385Z Downloaded crucible-workspace-hack v0.1.0
10222026-05-21T00:14:14.399Z Downloaded clap_lex v1.1.0
10232026-05-21T00:14:14.402Z Downloaded base16ct v0.2.0
10242026-05-21T00:14:14.405Z Downloaded bytes v1.11.1
10252026-05-21T00:14:14.408Z Downloaded crypto-common v0.1.7
10262026-05-21T00:14:14.411Z Downloaded critical-section v1.2.0
10272026-05-21T00:14:14.413Z Downloaded block-buffer v0.10.4
10282026-05-21T00:14:14.413Z Downloaded compression-codecs v0.4.38
10292026-05-21T00:14:14.416Z Downloaded bitflags v1.3.2
10302026-05-21T00:14:14.419Z Downloaded aead v0.5.2
10312026-05-21T00:14:14.422Z Downloaded foreign-types-shared v0.3.1
10322026-05-21T00:14:14.425Z Downloaded chacha20 v0.9.1
10332026-05-21T00:14:14.425Z Downloaded byte-wrapper v0.1.0
10342026-05-21T00:14:14.427Z Downloaded const-random v0.1.18
10352026-05-21T00:14:14.430Z Downloaded ciborium-io v0.2.2
10362026-05-21T00:14:14.430Z Downloaded async-stream v0.3.6
10372026-05-21T00:14:14.432Z Downloaded convert_case v0.4.0
10382026-05-21T00:14:14.435Z Downloaded cfg-if v1.0.4
10392026-05-21T00:14:14.438Z Downloaded cancel-safe-futures v0.1.5
10402026-05-21T00:14:14.440Z Downloaded bcs v0.1.6
10412026-05-21T00:14:14.443Z Downloaded compression-core v0.4.32
10422026-05-21T00:14:14.443Z Downloaded cfg_aliases v0.2.1
10432026-05-21T00:14:14.446Z Downloaded adler2 v2.0.1
10442026-05-21T00:14:14.446Z Downloaded anyhow v1.0.102
10452026-05-21T00:14:14.450Z Downloaded console v0.16.3
10462026-05-21T00:14:14.452Z Downloaded darling v0.21.3
10472026-05-21T00:14:14.455Z Downloaded darling_macro v0.21.3
10482026-05-21T00:14:14.459Z Downloaded allocator-api2 v0.2.21
10492026-05-21T00:14:14.461Z Downloaded byteorder v1.5.0
10502026-05-21T00:14:14.461Z Downloaded bytecount v0.6.9
10512026-05-21T00:14:14.464Z Downloaded base64 v0.21.7
10522026-05-21T00:14:14.467Z Downloaded crc8 v0.1.1
10532026-05-21T00:14:14.470Z Downloaded anstyle-query v1.1.5
10542026-05-21T00:14:14.470Z Downloaded cobs v0.3.0
10552026-05-21T00:14:14.473Z Downloaded cstr-argument v0.1.2
10562026-05-21T00:14:14.476Z Downloaded bit-set v0.8.0
10572026-05-21T00:14:14.476Z Downloaded async-recursion v1.1.1
10582026-05-21T00:14:14.478Z Downloaded dropshot-api-manager-types v0.7.2
10592026-05-21T00:14:14.481Z Downloaded const-random-macro v0.1.16
10602026-05-21T00:14:14.481Z Downloaded base16ct v1.0.0
10612026-05-21T00:14:14.484Z Downloaded ciborium-ll v0.2.2
10622026-05-21T00:14:14.487Z Downloaded atomic-waker v1.1.2
10632026-05-21T00:14:14.487Z Downloaded crunchy v0.2.4
10642026-05-21T00:14:14.490Z Downloaded hubpack v0.1.2
10652026-05-21T00:14:14.492Z Downloaded colorchoice v1.0.5
10662026-05-21T00:14:14.495Z Downloaded cpufeatures v0.2.17
10672026-05-21T00:14:14.495Z Downloaded ahash v0.8.12
10682026-05-21T00:14:14.498Z Downloaded cmake v0.1.58
10692026-05-21T00:14:14.501Z Downloaded form_urlencoded v1.2.2
10702026-05-21T00:14:14.501Z Downloaded anstyle v1.0.14
10712026-05-21T00:14:14.504Z Downloaded hubpack_derive v0.1.1
10722026-05-21T00:14:14.507Z Downloaded cipher v0.4.4
10732026-05-21T00:14:14.507Z Downloaded hostname v0.3.1
10742026-05-21T00:14:14.510Z Downloaded async-stream-impl v0.3.6
10752026-05-21T00:14:14.510Z Downloaded either v1.15.0
10762026-05-21T00:14:14.512Z Downloaded curve25519-dalek-derive v0.1.1
10772026-05-21T00:14:14.515Z Downloaded camino v1.2.2
10782026-05-21T00:14:14.515Z Downloaded embedded-io v0.4.0
10792026-05-21T00:14:14.518Z Downloaded embedded-io v0.6.1
10802026-05-21T00:14:14.521Z Downloaded argon2 v0.5.3
10812026-05-21T00:14:14.523Z Downloaded idna_adapter v1.2.2
10822026-05-21T00:14:14.523Z Downloaded ident_case v1.0.1
10832026-05-21T00:14:14.526Z Downloaded digest v0.10.7
10842026-05-21T00:14:14.526Z Downloaded defmt-parser v1.0.0
10852026-05-21T00:14:14.530Z Downloaded clap v4.6.1
10862026-05-21T00:14:14.534Z Downloaded heck v0.4.1
10872026-05-21T00:14:14.536Z Downloaded foreign-types v0.5.0
10882026-05-21T00:14:14.540Z Downloaded foreign-types v0.3.2
10892026-05-21T00:14:14.540Z Downloaded camino-tempfile v1.4.1
10902026-05-21T00:14:14.543Z Downloaded bit-vec v0.8.0
10912026-05-21T00:14:14.543Z Downloaded backoff v0.4.0
10922026-05-21T00:14:14.546Z Downloaded glob v0.3.3
10932026-05-21T00:14:14.549Z Downloaded daft v0.1.7
10942026-05-21T00:14:14.549Z Downloaded daft-derive v0.1.7
10952026-05-21T00:14:14.552Z Downloaded elliptic-curve v0.13.8
10962026-05-21T00:14:14.555Z Downloaded inout v0.1.4
10972026-05-21T00:14:14.558Z Downloaded hex v0.4.3
10982026-05-21T00:14:14.562Z Downloaded fxhash v0.2.1
10992026-05-21T00:14:14.562Z Downloaded fixedbitset v0.4.2
11002026-05-21T00:14:14.566Z Downloaded csv-core v0.1.13
11012026-05-21T00:14:14.566Z Downloaded base64ct v1.8.3
11022026-05-21T00:14:14.569Z Downloaded is_ci v1.2.0
11032026-05-21T00:14:14.569Z Downloaded is-terminal v0.4.17
11042026-05-21T00:14:14.571Z Downloaded hickory-resolver v0.25.2
11052026-05-21T00:14:14.576Z Downloaded derive-ex v0.1.8
11062026-05-21T00:14:14.576Z Downloaded internet-checksum v0.2.1
11072026-05-21T00:14:14.584Z Downloaded itoa v1.0.18
11082026-05-21T00:14:14.584Z Downloaded hyper-rustls v0.27.9
11092026-05-21T00:14:14.584Z Downloaded half v2.7.1
11102026-05-21T00:14:14.584Z Downloaded foldhash v0.1.5
11112026-05-21T00:14:14.587Z Downloaded dof v0.3.0
11122026-05-21T00:14:14.587Z Downloaded instant v0.1.13
11132026-05-21T00:14:14.587Z Downloaded futures v0.3.32
11142026-05-21T00:14:14.590Z Downloaded indent_write v2.2.0
11152026-05-21T00:14:14.594Z Downloaded keccak v0.1.6
11162026-05-21T00:14:14.597Z Downloaded ingot v0.1.1
11172026-05-21T00:14:14.597Z Downloaded libscf-sys v1.2.0
11182026-05-21T00:14:14.597Z Downloaded derive_more v0.99.20
11192026-05-21T00:14:14.600Z Downloaded hashbrown v0.17.1
11202026-05-21T00:14:14.605Z Downloaded ingot-types v0.1.2
11212026-05-21T00:14:14.607Z Downloaded foreign-types-shared v0.1.1
11222026-05-21T00:14:14.610Z Downloaded errno v0.3.14
11232026-05-21T00:14:14.610Z Downloaded defmt v0.3.100
11242026-05-21T00:14:14.614Z Downloaded hickory-proto v0.24.4
11252026-05-21T00:14:14.620Z Downloaded http-body-util v0.1.3
11262026-05-21T00:14:14.623Z Downloaded linked-hash-map v0.5.6
11272026-05-21T00:14:14.626Z Downloaded generic-array v0.14.7
11282026-05-21T00:14:14.626Z Downloaded lru-slab v0.1.2
11292026-05-21T00:14:14.628Z Downloaded crossbeam-epoch v0.9.18
11302026-05-21T00:14:14.631Z Downloaded crossbeam-utils v0.8.21
11312026-05-21T00:14:14.631Z Downloaded macaddr v1.0.1
11322026-05-21T00:14:14.634Z Downloaded lru-cache v0.1.2
11332026-05-21T00:14:14.637Z Downloaded memmap v0.7.0
11342026-05-21T00:14:14.637Z Downloaded derive-where v1.6.1
11352026-05-21T00:14:14.640Z Downloaded ipnetwork v0.21.1
11362026-05-21T00:14:14.642Z Downloaded deranged v0.5.8
11372026-05-21T00:14:14.642Z Downloaded ipnet v2.12.0
11382026-05-21T00:14:14.645Z Downloaded fixedbitset v0.5.7
11392026-05-21T00:14:14.648Z Downloaded newtype-uuid-macros v0.1.0
11402026-05-21T00:14:14.648Z Downloaded no-std-compat v0.4.1
11412026-05-21T00:14:14.650Z Downloaded http-body v1.0.1
11422026-05-21T00:14:14.651Z Downloaded futures-macro v0.3.32
11432026-05-21T00:14:14.653Z Downloaded hostname v0.4.2
11442026-05-21T00:14:14.656Z Downloaded iana-time-zone v0.1.65
11452026-05-21T00:14:14.661Z Downloaded humantime v2.3.0
11462026-05-21T00:14:14.661Z Downloaded hkdf v0.12.4
11472026-05-21T00:14:14.664Z Downloaded git-stub-vcs v0.1.0
11482026-05-21T00:14:14.664Z Downloaded konst_macro_rules v0.2.19
11492026-05-21T00:14:14.664Z Downloaded data-encoding v2.11.0
11502026-05-21T00:14:14.667Z Downloaded heck v0.5.0
11512026-05-21T00:14:14.667Z Downloaded num-derive v0.4.2
11522026-05-21T00:14:14.670Z Downloaded num-conv v0.2.1
11532026-05-21T00:14:14.670Z Downloaded git-stub v1.0.0
11542026-05-21T00:14:14.672Z Downloaded num_enum_derive v0.5.11
11552026-05-21T00:14:14.672Z Downloaded num-iter v0.1.45
11562026-05-21T00:14:14.675Z Downloaded num_threads v0.1.7
11572026-05-21T00:14:14.678Z Downloaded expectorate v1.2.0
11582026-05-21T00:14:14.678Z Downloaded cookie v0.18.1
11592026-05-21T00:14:14.681Z Downloaded libsw v3.5.0
11602026-05-21T00:14:14.683Z Downloaded backon v1.6.0
11612026-05-21T00:14:14.683Z Downloaded jobserver v0.1.34
11622026-05-21T00:14:14.686Z Downloaded ingot-macros v0.1.1
11632026-05-21T00:14:14.689Z Downloaded darling v0.23.0
11642026-05-21T00:14:14.691Z Downloaded openssl-probe v0.2.1
11652026-05-21T00:14:14.694Z Downloaded libsw-core v0.3.2
11662026-05-21T00:14:14.694Z Downloaded omicron-workspace-hack v0.1.0
11672026-05-21T00:14:14.697Z Downloaded h2 v0.4.14
11682026-05-21T00:14:14.700Z Downloaded cc v1.2.62
11692026-05-21T00:14:14.702Z Downloaded pin-project v1.1.13
11702026-05-21T00:14:14.708Z Downloaded progenitor-macro v0.13.0
11712026-05-21T00:14:14.711Z Downloaded parse-display v0.10.0
11722026-05-21T00:14:14.711Z Downloaded futures-executor v0.3.32
11732026-05-21T00:14:14.714Z Downloaded plain v0.2.3
11742026-05-21T00:14:14.714Z Downloaded heapless v0.8.0
11752026-05-21T00:14:14.717Z Downloaded linear-map v1.2.0
11762026-05-21T00:14:14.720Z Downloaded natord v1.0.9
11772026-05-21T00:14:14.720Z Downloaded icu_properties v2.2.0
11782026-05-21T00:14:14.723Z Downloaded indexmap v1.9.3
11792026-05-21T00:14:14.726Z Downloaded icu_provider v2.2.0
11802026-05-21T00:14:14.729Z Downloaded goblin v0.8.2
11812026-05-21T00:14:14.732Z Downloaded hashbrown v0.16.1
11822026-05-21T00:14:14.735Z Downloaded powerfmt v0.2.0
11832026-05-21T00:14:14.738Z Downloaded potential_utf v0.1.5
11842026-05-21T00:14:14.738Z Downloaded proc-macro-error-attr2 v2.0.0
11852026-05-21T00:14:14.741Z Downloaded pretty-hex v0.4.2
11862026-05-21T00:14:14.741Z Downloaded proc-macro-error-attr v1.0.4
11872026-05-21T00:14:14.744Z Downloaded displaydoc v0.2.5
11882026-05-21T00:14:14.744Z Downloaded num-complex v0.4.6
11892026-05-21T00:14:14.747Z Downloaded darling_core v0.21.3
11902026-05-21T00:14:14.750Z Downloaded const_format v0.2.36
11912026-05-21T00:14:14.752Z Downloaded console v0.15.11
11922026-05-21T00:14:14.755Z Downloaded defmt v1.1.0
11932026-05-21T00:14:14.758Z Downloaded litemap v0.8.2
11942026-05-21T00:14:14.760Z Downloaded futures-io v0.3.32
11952026-05-21T00:14:14.760Z Downloaded find-msvc-tools v0.1.9
11962026-05-21T00:14:14.763Z Downloaded fastrand v2.4.1
11972026-05-21T00:14:14.763Z Downloaded olpc-cjson v0.1.4
11982026-05-21T00:14:14.766Z Downloaded fnv v1.0.7
11992026-05-21T00:14:14.766Z Downloaded futures-sink v0.3.32
12002026-05-21T00:14:14.766Z Downloaded httparse v1.10.1
12012026-05-21T00:14:14.769Z Downloaded hash32 v0.3.1
12022026-05-21T00:14:14.772Z Downloaded progenitor-impl v0.10.0
12032026-05-21T00:14:14.772Z Downloaded oxnet v0.1.5
12042026-05-21T00:14:14.775Z Downloaded arc-swap v1.9.1
12052026-05-21T00:14:14.778Z Downloaded newtype_derive v0.1.6
12062026-05-21T00:14:14.778Z Downloaded mime v0.3.17
12072026-05-21T00:14:14.780Z Downloaded memoffset v0.9.1
12082026-05-21T00:14:14.780Z Downloaded parse-display-derive v0.10.0
12092026-05-21T00:14:14.783Z Downloaded multer v3.1.0
12102026-05-21T00:14:14.786Z Downloaded resolv-conf v0.7.6
12112026-05-21T00:14:14.786Z Downloaded newtype-uuid v1.3.2
12122026-05-21T00:14:14.788Z Downloaded dof v0.4.0
12132026-05-21T00:14:14.788Z Downloaded dtrace-parser v0.3.0
12142026-05-21T00:14:14.791Z Downloaded rand_xorshift v0.4.0
12152026-05-21T00:14:14.791Z Downloaded ref-cast v1.0.25
12162026-05-21T00:14:14.796Z Downloaded num-rational v0.4.2
12172026-05-21T00:14:14.796Z Downloaded flate2 v1.1.9
12182026-05-21T00:14:14.799Z Downloaded icu_normalizer v2.2.0
12192026-05-21T00:14:14.802Z Downloaded phf_shared v0.12.1
12202026-05-21T00:14:14.802Z Downloaded memmap2 v0.9.10
12212026-05-21T00:14:14.804Z Downloaded newline-converter v0.3.0
12222026-05-21T00:14:14.804Z Downloaded icu_normalizer_data v2.2.0
12232026-05-21T00:14:14.807Z Downloaded fs-err v3.3.0
12242026-05-21T00:14:14.807Z Downloaded num_enum_derive v0.7.6
12252026-05-21T00:14:14.810Z Downloaded dropshot-api-manager v0.7.2
12262026-05-21T00:14:14.813Z Downloaded poly1305 v0.8.0
12272026-05-21T00:14:14.816Z Downloaded ref-cast-impl v1.0.25
12282026-05-21T00:14:14.816Z Downloaded dropshot v0.17.0
12292026-05-21T00:14:14.829Z Downloaded same-file v1.0.6
12302026-05-21T00:14:14.832Z Downloaded drift v0.2.0
12312026-05-21T00:14:14.836Z Downloaded quick-error v1.2.3
12322026-05-21T00:14:14.839Z Downloaded memchr v2.8.0
12332026-05-21T00:14:14.842Z Downloaded progenitor v0.14.0
12342026-05-21T00:14:14.842Z Downloaded rustc_version v0.1.7
12352026-05-21T00:14:14.845Z Downloaded rustc-hash v2.1.2
12362026-05-21T00:14:14.845Z Downloaded openssl-macros v0.1.1
12372026-05-21T00:14:14.845Z Downloaded progenitor-client v0.13.0
12382026-05-21T00:14:14.848Z Downloaded group v0.13.0
12392026-05-21T00:14:14.848Z Downloaded parking_lot v0.11.2
12402026-05-21T00:14:14.850Z Downloaded progenitor v0.11.2
12412026-05-21T00:14:14.850Z Downloaded progenitor v0.10.0
12422026-05-21T00:14:14.853Z Downloaded serde_plain v1.0.2
12432026-05-21T00:14:14.853Z Downloaded parking_lot v0.12.5
12442026-05-21T00:14:14.856Z Downloaded quote v1.0.45
12452026-05-21T00:14:14.859Z Downloaded num v0.4.3
12462026-05-21T00:14:14.859Z Downloaded rand_chacha v0.9.0
12472026-05-21T00:14:14.861Z Downloaded parking_lot_core v0.9.12
12482026-05-21T00:14:14.861Z Downloaded proc-macro-error v1.0.4
12492026-05-21T00:14:14.864Z Downloaded globset v0.4.18
12502026-05-21T00:14:14.864Z Downloaded log v0.4.29
12512026-05-21T00:14:14.867Z Downloaded chacha20poly1305 v0.10.1
12522026-05-21T00:14:14.870Z Downloaded icu_collections v2.2.0
12532026-05-21T00:14:14.873Z Downloaded rand_core v0.10.1
12542026-05-21T00:14:14.873Z Downloaded progenitor-client v0.11.2
12552026-05-21T00:14:14.875Z Downloaded num_enum v0.5.11
12562026-05-21T00:14:14.878Z Downloaded percent-encoding v2.3.2
12572026-05-21T00:14:14.878Z Downloaded debug-ignore v1.0.5
12582026-05-21T00:14:14.881Z Downloaded dtrace-parser v0.2.0
12592026-05-21T00:14:14.881Z Downloaded hashbrown v0.12.3
12602026-05-21T00:14:14.884Z Downloaded pest_generator v2.8.6
12612026-05-21T00:14:14.886Z Downloaded rand_core v0.6.4
12622026-05-21T00:14:14.887Z Downloaded getrandom v0.4.2
12632026-05-21T00:14:14.889Z Downloaded mio v1.2.0
12642026-05-21T00:14:14.892Z Downloaded proc-macro-crate v1.3.1
12652026-05-21T00:14:14.895Z Downloaded num-integer v0.1.46
12662026-05-21T00:14:14.895Z Downloaded ppv-lite86 v0.2.21
12672026-05-21T00:14:14.897Z Downloaded erased-serde v0.3.31
12682026-05-21T00:14:14.900Z Downloaded openssl-sys v0.9.116
12692026-05-21T00:14:14.903Z Downloaded hmac v0.12.1
12702026-05-21T00:14:14.903Z Downloaded scroll_derive v0.12.1
12712026-05-21T00:14:14.906Z Downloaded rand_chacha v0.3.1
12722026-05-21T00:14:14.906Z Downloaded crossbeam-channel v0.5.15
12732026-05-21T00:14:14.909Z Downloaded dunce v1.0.5
12742026-05-21T00:14:14.909Z Downloaded base64 v0.22.1
12752026-05-21T00:14:14.911Z Downloaded num-traits v0.2.19
12762026-05-21T00:14:14.914Z Downloaded pest v2.8.6
12772026-05-21T00:14:14.941Z Downloaded lazy_static v1.5.0
12782026-05-21T00:14:14.941Z Downloaded hickory-resolver v0.24.4
12792026-05-21T00:14:14.941Z Downloaded httpdate v1.0.3
12802026-05-21T00:14:14.941Z Downloaded once_cell v1.21.4
12812026-05-21T00:14:14.941Z Downloaded miniz_oxide v0.8.9
12822026-05-21T00:14:14.941Z Downloaded pin-project-lite v0.2.17
12832026-05-21T00:14:14.941Z Downloaded password-hash v0.5.0
12842026-05-21T00:14:14.941Z Downloaded quinn-udp v0.5.14
12852026-05-21T00:14:14.941Z Downloaded rustls-native-certs v0.8.3
12862026-05-21T00:14:14.941Z Downloaded rusty-fork v0.3.1
12872026-05-21T00:14:14.941Z Downloaded num_enum v0.7.6
12882026-05-21T00:14:14.944Z Downloaded ff v0.13.1
12892026-05-21T00:14:14.944Z Downloaded spin v0.5.2
12902026-05-21T00:14:14.944Z Downloaded slog-envlogger v2.2.0
12912026-05-21T00:14:14.944Z Downloaded sigpipe v0.1.3
12922026-05-21T00:14:14.944Z Downloaded rustversion v1.0.22
12932026-05-21T00:14:14.947Z Downloaded highway v1.3.0
12942026-05-21T00:14:14.950Z Downloaded swrite v0.1.0
12952026-05-21T00:14:14.950Z Downloaded foreign-types-macros v0.2.3
12962026-05-21T00:14:14.953Z Downloaded konst v0.2.20
12972026-05-21T00:14:14.956Z Downloaded icu_locale_core v2.2.0
12982026-05-21T00:14:14.959Z Downloaded pkg-config v0.3.33
12992026-05-21T00:14:14.965Z Downloaded pest_derive v2.8.6
13002026-05-21T00:14:14.965Z Downloaded progenitor-macro v0.10.0
13012026-05-21T00:14:14.967Z Downloaded moka v0.12.15
13022026-05-21T00:14:14.970Z Downloaded slog-bunyan v2.5.0
13032026-05-21T00:14:14.970Z Downloaded is_terminal_polyfill v1.70.2
13042026-05-21T00:14:14.973Z Downloaded indexmap v2.14.0
13052026-05-21T00:14:14.976Z Downloaded progenitor v0.13.0
13062026-05-21T00:14:14.976Z Downloaded rand_core v0.9.5
13072026-05-21T00:14:14.978Z Downloaded proc-macro2 v1.0.106
13082026-05-21T00:14:14.981Z Downloaded phf v0.12.1
13092026-05-21T00:14:14.981Z Downloaded serde_path_to_error v0.1.20
13102026-05-21T00:14:14.984Z Downloaded slog-json v2.6.1
13112026-05-21T00:14:14.984Z Downloaded papergrid v0.11.0
13122026-05-21T00:14:14.988Z Downloaded rhai_codegen v3.1.0
13132026-05-21T00:14:14.995Z Downloaded strsim v0.11.1
13142026-05-21T00:14:15.004Z Downloaded http v1.4.0
13152026-05-21T00:14:15.004Z Downloaded thread-id v5.1.0
13162026-05-21T00:14:15.004Z Downloaded progenitor-impl v0.14.0
13172026-05-21T00:14:15.008Z Downloaded papergrid v0.17.0
13182026-05-21T00:14:15.009Z Downloaded slog-dtrace v0.3.0
13192026-05-21T00:14:15.009Z Downloaded progenitor-client v0.14.0
13202026-05-21T00:14:15.009Z Downloaded jiff-static v0.2.24
13212026-05-21T00:14:15.013Z Downloaded rustls-pemfile v2.2.0
13222026-05-21T00:14:15.013Z Downloaded take_mut v0.2.2
13232026-05-21T00:14:15.013Z Downloaded slog-async v2.8.0
13242026-05-21T00:14:15.015Z Downloaded progenitor-macro v0.14.0
13252026-05-21T00:14:15.015Z Downloaded slab v0.4.12
13262026-05-21T00:14:15.015Z Downloaded signal-hook-registry v1.4.8
13272026-05-21T00:14:15.016Z Downloaded rustls-pki-types v1.14.1
13282026-05-21T00:14:15.019Z Downloaded progenitor-macro v0.11.2
13292026-05-21T00:14:15.019Z Downloaded hyper-util v0.1.20
13302026-05-21T00:14:15.023Z Downloaded postcard v1.1.3
13312026-05-21T00:14:15.026Z Downloaded pest_meta v2.8.6
13322026-05-21T00:14:15.026Z Downloaded serde_urlencoded v0.7.1
13332026-05-21T00:14:15.028Z Downloaded iddqd v0.3.18
13342026-05-21T00:14:15.031Z Downloaded tabwriter v1.4.1
13352026-05-21T00:14:15.034Z Downloaded slog-stdlog v4.1.1
13362026-05-21T00:14:15.034Z Downloaded scroll v0.13.0
13372026-05-21T00:14:15.037Z Downloaded testing_table v0.3.0
13382026-05-21T00:14:15.037Z Downloaded snafu-derive v0.8.9
13392026-05-21T00:14:15.037Z Downloaded progenitor-impl v0.13.0
13402026-05-21T00:14:15.040Z Downloaded prettyplease v0.2.37
13412026-05-21T00:14:15.040Z Downloaded slog-term v2.9.2
13422026-05-21T00:14:15.043Z Downloaded proc-macro-error2 v2.0.1
13432026-05-21T00:14:15.046Z Downloaded smf v0.2.3
13442026-05-21T00:14:15.046Z Downloaded pin-project-internal v1.1.13
13452026-05-21T00:14:15.046Z Downloaded parking_lot_core v0.8.6
13462026-05-21T00:14:15.050Z Downloaded rustc_version v0.4.1
13472026-05-21T00:14:15.050Z Downloaded time-core v0.1.8
13482026-05-21T00:14:15.053Z Downloaded static_assertions v1.1.0
13492026-05-21T00:14:15.053Z Downloaded serde_derive_internals v0.29.1
13502026-05-21T00:14:15.053Z Downloaded thiserror-impl-no-std v2.0.2
13512026-05-21T00:14:15.053Z Downloaded opaque-debug v0.3.1
13522026-05-21T00:14:15.056Z Downloaded progenitor-client v0.10.0
13532026-05-21T00:14:15.056Z Downloaded tinyvec_macros v0.1.1
13542026-05-21T00:14:15.059Z Downloaded serde-big-array v0.5.1
13552026-05-21T00:14:15.059Z Downloaded minimal-lexical v0.2.1
13562026-05-21T00:14:15.062Z Downloaded paste v1.0.15
13572026-05-21T00:14:15.066Z Downloaded owo-colors v4.3.0
13582026-05-21T00:14:15.066Z Downloaded subtle v2.6.1
13592026-05-21T00:14:15.066Z Downloaded proptest v1.11.0
13602026-05-21T00:14:15.070Z Downloaded schemars_derive v0.8.22
13612026-05-21T00:14:15.073Z Downloaded strum_macros v0.27.2
13622026-05-21T00:14:15.073Z Downloaded rayon-core v1.13.0
13632026-05-21T00:14:15.077Z Downloaded futures-util v0.3.32
13642026-05-21T00:14:15.082Z Downloaded scroll_derive v0.13.1
13652026-05-21T00:14:15.085Z Downloaded goblin v0.10.5
13662026-05-21T00:14:15.088Z Downloaded schemars v0.8.22
13672026-05-21T00:14:15.095Z Downloaded tower-service v0.3.3
13682026-05-21T00:14:15.098Z Downloaded sha1 v0.10.6
13692026-05-21T00:14:15.098Z Downloaded nix v0.31.3
13702026-05-21T00:14:15.104Z Downloaded thiserror-no-std v2.0.2
13712026-05-21T00:14:15.107Z Downloaded tinystr v0.8.3
13722026-05-21T00:14:15.109Z Downloaded try-lock v0.2.5
13732026-05-21T00:14:15.110Z Downloaded toml_parser v1.1.2+spec-1.1.0
13742026-05-21T00:14:15.113Z Downloaded typify-macro v0.4.3
13752026-05-21T00:14:15.113Z Downloaded typeid v1.0.3
13762026-05-21T00:14:15.116Z Downloaded portable-atomic v1.13.1
13772026-05-21T00:14:15.119Z Downloaded structmeta-derive v0.3.0
13782026-05-21T00:14:15.119Z Downloaded terminal_size v0.4.4
13792026-05-21T00:14:15.122Z Downloaded rand v0.8.6
13802026-05-21T00:14:15.122Z Downloaded serde_tokenstream v0.2.3
13812026-05-21T00:14:15.125Z Downloaded spin v0.9.8
13822026-05-21T00:14:15.125Z Downloaded qorb v0.4.1
13832026-05-21T00:14:15.127Z Downloaded serde_yaml v0.9.34+deprecated
13842026-05-21T00:14:15.130Z Downloaded scopeguard v1.2.0
13852026-05-21T00:14:15.130Z Downloaded tokio-rustls v0.25.0
13862026-05-21T00:14:15.133Z Downloaded tokio-dtrace v0.1.1
13872026-05-21T00:14:15.133Z Downloaded tabled_derive v0.11.0
13882026-05-21T00:14:15.133Z Downloaded serde_spanned v1.1.1
13892026-05-21T00:14:15.136Z Downloaded thiserror-impl v2.0.18
13902026-05-21T00:14:15.136Z Downloaded serde_spanned v0.6.9
13912026-05-21T00:14:15.136Z Downloaded secrecy v0.10.3
13922026-05-21T00:14:15.139Z Downloaded typify v0.4.3
13932026-05-21T00:14:15.139Z Downloaded universal-hash v0.5.1
13942026-05-21T00:14:15.142Z Downloaded slog-scope v4.4.1
13952026-05-21T00:14:15.142Z Downloaded scroll v0.12.0
13962026-05-21T00:14:15.142Z Downloaded rustls-platform-verifier v0.7.0
13972026-05-21T00:14:15.145Z Downloaded tokio-tungstenite v0.21.0
13982026-05-21T00:14:15.145Z Downloaded nom v7.1.3
13992026-05-21T00:14:15.148Z Downloaded simd-adler32 v0.3.9
14002026-05-21T00:14:15.151Z Downloaded thiserror-impl v1.0.69
14012026-05-21T00:14:15.151Z Downloaded synstructure v0.13.2
14022026-05-21T00:14:15.151Z Downloaded smartstring v1.0.1
14032026-05-21T00:14:15.153Z Downloaded rand v0.10.1
14042026-05-21T00:14:15.156Z Downloaded usdt-attr-macro v0.6.0
14052026-05-21T00:14:15.156Z Downloaded serde_derive v1.0.228
14062026-05-21T00:14:15.159Z Downloaded usdt-attr-macro v0.5.0
14072026-05-21T00:14:15.159Z Downloaded usdt v0.5.0
14082026-05-21T00:14:15.159Z Downloaded time-macros v0.2.27
14092026-05-21T00:14:15.162Z Downloaded serde_core v1.0.228
14102026-05-21T00:14:15.162Z Downloaded utf-8 v0.7.6
14112026-05-21T00:14:15.165Z Downloaded usdt-macro v0.5.0
14122026-05-21T00:14:15.165Z Downloaded smallvec v1.15.1
14132026-05-21T00:14:15.165Z Downloaded version_check v0.9.5
14142026-05-21T00:14:15.168Z Downloaded siphasher v1.0.3
14152026-05-21T00:14:15.168Z Downloaded reqwest v0.13.3
14162026-05-21T00:14:15.171Z Downloaded progenitor-impl v0.11.2
14172026-05-21T00:14:15.173Z Downloaded ryu v1.0.23
14182026-05-21T00:14:15.173Z Downloaded toml_datetime v0.6.11
14192026-05-21T00:14:15.176Z Downloaded sha2 v0.10.9
14202026-05-21T00:14:15.176Z Downloaded shlex v1.3.0
14212026-05-21T00:14:15.176Z Downloaded tagptr v0.2.0
14222026-05-21T00:14:15.179Z Downloaded supports-color v3.0.2
14232026-05-21T00:14:15.179Z Downloaded pem v3.0.6
14242026-05-21T00:14:15.182Z Downloaded schemars v1.2.1
14252026-05-21T00:14:15.189Z Downloaded zone v0.3.1
14262026-05-21T00:14:15.192Z Downloaded waitgroup v0.1.2
14272026-05-21T00:14:15.192Z Downloaded socket2 v0.6.3
14282026-05-21T00:14:15.192Z Downloaded snafu v0.8.9
14292026-05-21T00:14:15.195Z Downloaded rand v0.9.4
14302026-05-21T00:14:15.198Z Downloaded steno v0.4.1
14312026-05-21T00:14:15.201Z Downloaded reqwest v0.12.28
14322026-05-21T00:14:15.203Z Downloaded slog v2.8.2
14332026-05-21T00:14:15.208Z Downloaded toml v1.1.2+spec-1.1.0
14342026-05-21T00:14:15.210Z Downloaded unit-prefix v0.5.2
14352026-05-21T00:14:15.210Z Downloaded unicode-linebreak v0.1.5
14362026-05-21T00:14:15.210Z Downloaded yoke-derive v0.8.2
14372026-05-21T00:14:15.213Z Downloaded hyper v1.9.0
14382026-05-21T00:14:15.216Z Downloaded idna v1.1.0
14392026-05-21T00:14:15.219Z Downloaded serde v1.0.228
14402026-05-21T00:14:15.221Z Downloaded rustls-webpki v0.103.13
14412026-05-21T00:14:15.222Z Downloaded itertools v0.12.1
14422026-05-21T00:14:15.225Z Downloaded tokio-stream v0.1.18
14432026-05-21T00:14:15.227Z Downloaded utf8_iter v1.0.4
14442026-05-21T00:14:15.230Z Downloaded usdt-impl v0.5.0
14452026-05-21T00:14:15.230Z Downloaded aho-corasick v1.1.4
14462026-05-21T00:14:15.234Z Downloaded zeroize_derive v1.4.3
14472026-05-21T00:14:15.234Z Downloaded schemars v0.9.0
14482026-05-21T00:14:15.239Z Downloaded zone_cfg_derive v0.3.1
14492026-05-21T00:14:15.241Z Downloaded walkdir v2.5.0
14502026-05-21T00:14:15.241Z Downloaded tracing-attributes v0.1.31
14512026-05-21T00:14:15.244Z Downloaded toml_writer v1.1.1+spec-1.1.0
14522026-05-21T00:14:15.244Z Downloaded serde_repr v0.1.20
14532026-05-21T00:14:15.247Z Downloaded tinyvec v1.11.0
14542026-05-21T00:14:15.247Z Downloaded toml v0.8.23
14552026-05-21T00:14:15.250Z Downloaded clap_builder v4.6.0
14562026-05-21T00:14:15.252Z Downloaded thread_local v1.1.9
14572026-05-21T00:14:15.252Z Downloaded strum v0.26.3
14582026-05-21T00:14:15.255Z Downloaded quinn v0.11.9
14592026-05-21T00:14:15.255Z Downloaded writeable v0.6.3
14602026-05-21T00:14:15.258Z Downloaded toml_edit v0.25.11+spec-1.1.0
14612026-05-21T00:14:15.262Z Downloaded untrusted v0.7.1
14622026-05-21T00:14:15.262Z Downloaded quinn-proto v0.11.14
14632026-05-21T00:14:15.265Z Downloaded ucd-trie v0.1.7
14642026-05-21T00:14:15.265Z Downloaded semver v0.1.20
14652026-05-21T00:14:15.268Z Downloaded openapiv3 v2.2.0
14662026-05-21T00:14:15.272Z Downloaded wait-timeout v0.2.1
14672026-05-21T00:14:15.274Z Downloaded itertools v0.14.0
14682026-05-21T00:14:15.277Z Downloaded libm v0.2.16
14692026-05-21T00:14:15.282Z Downloaded zerovec-derive v0.11.3
14702026-05-21T00:14:15.285Z Downloaded zerofrom-derive v0.1.7
14712026-05-21T00:14:15.285Z Downloaded stable_deref_trait v1.2.1
14722026-05-21T00:14:15.285Z Downloaded progenitor-extras v0.2.0
14732026-05-21T00:14:15.287Z Downloaded darling_core v0.23.0
14742026-05-21T00:14:15.290Z Downloaded proc-macro-crate v3.5.0
14752026-05-21T00:14:15.290Z Downloaded dropshot_endpoint v0.17.0
14762026-05-21T00:14:15.293Z Downloaded async-compression v0.4.42
14772026-05-21T00:14:15.296Z Downloaded zmij v1.0.21
14782026-05-21T00:14:15.300Z Downloaded xz2 v0.1.7
14792026-05-21T00:14:15.300Z Downloaded utf8parse v0.2.2
14802026-05-21T00:14:15.300Z Downloaded tabled_derive v0.7.0
14812026-05-21T00:14:15.300Z Downloaded hashbrown v0.15.5
14822026-05-21T00:14:15.303Z Downloaded oxide-tokio-rt v0.1.6
14832026-05-21T00:14:15.303Z Downloaded typify v0.6.2
14842026-05-21T00:14:15.306Z Downloaded semver v1.0.28
14852026-05-21T00:14:15.306Z Downloaded lock_api v0.4.14
14862026-05-21T00:14:15.309Z Downloaded termtree v0.5.1
14872026-05-21T00:14:15.309Z Downloaded sync_wrapper v1.0.2
14882026-05-21T00:14:15.309Z Downloaded structmeta v0.3.0
14892026-05-21T00:14:15.309Z Downloaded zerocopy-derive v0.7.35
14902026-05-21T00:14:15.311Z Downloaded thiserror v2.0.18
14912026-05-21T00:14:15.314Z Downloaded term v1.2.1
14922026-05-21T00:14:15.317Z Downloaded indicatif v0.18.4
14932026-05-21T00:14:15.320Z Downloaded getrandom v0.3.4
14942026-05-21T00:14:15.322Z Downloaded icu_properties_data v2.2.0
14952026-05-21T00:14:15.326Z Downloaded thread-id v4.2.2
14962026-05-21T00:14:15.329Z Downloaded serde_with_macros v3.20.0
14972026-05-21T00:14:15.329Z Downloaded nom v8.0.0
14982026-05-21T00:14:15.332Z Downloaded uuid v1.23.1
14992026-05-21T00:14:15.336Z Downloaded strum_macros v0.26.4
15002026-05-21T00:14:15.337Z Downloaded chrono v0.4.44
15012026-05-21T00:14:15.339Z Downloaded getrandom v0.2.17
15022026-05-21T00:14:15.342Z Downloaded toml v0.9.12+spec-1.1.0
15032026-05-21T00:14:15.345Z Downloaded smawk v0.3.2
15042026-05-21T00:14:15.345Z Downloaded ron v0.12.1
15052026-05-21T00:14:15.349Z Downloaded thiserror v1.0.69
15062026-05-21T00:14:15.352Z Downloaded crypto-bigint v0.5.5
15072026-05-21T00:14:15.356Z Downloaded tempfile v3.27.0
15082026-05-21T00:14:15.359Z Downloaded defmt-macros v1.1.0
15092026-05-21T00:14:15.362Z Downloaded darling_macro v0.23.0
15102026-05-21T00:14:15.362Z Downloaded hickory-proto v0.25.2
15112026-05-21T00:14:15.370Z Downloaded unsafe-libyaml v0.2.11
15122026-05-21T00:14:15.374Z Downloaded test-strategy v0.4.5
15132026-05-21T00:14:15.377Z Downloaded textwrap v0.16.2
15142026-05-21T00:14:15.377Z Downloaded similar v2.7.0
15152026-05-21T00:14:15.380Z Downloaded strum v0.27.2
15162026-05-21T00:14:15.382Z Downloaded futures-core v0.3.32
15172026-05-21T00:14:15.382Z Downloaded match_cfg v0.1.0
15182026-05-21T00:14:15.382Z Downloaded tower-http v0.6.10
15192026-05-21T00:14:15.386Z Downloaded toml_edit v0.19.15
15202026-05-21T00:14:15.396Z Downloaded usdt-macro v0.6.0
15212026-05-21T00:14:15.399Z Downloaded typify-macro v0.6.2
15222026-05-21T00:14:15.399Z Downloaded toml_write v0.1.2
15232026-05-21T00:14:15.400Z Downloaded regress v0.10.5
15242026-05-21T00:14:15.402Z Downloaded untrusted v0.9.0
15252026-05-21T00:14:15.405Z Downloaded toml_datetime v0.7.5+spec-1.1.0
15262026-05-21T00:14:15.405Z Downloaded thin-vec v0.2.18
15272026-05-21T00:14:15.405Z Downloaded toml_edit v0.22.27
15282026-05-21T00:14:15.408Z Downloaded managed v0.8.0
15292026-05-21T00:14:15.408Z Downloaded unicode-xid v0.2.6
15302026-05-21T00:14:15.411Z Downloaded fs_extra v1.3.0
15312026-05-21T00:14:15.411Z Downloaded toml_datetime v1.1.1+spec-1.1.0
15322026-05-21T00:14:15.411Z Downloaded rustix v0.38.44
15332026-05-21T00:14:15.424Z Downloaded zerofrom v0.1.8
15342026-05-21T00:14:15.427Z Downloaded usdt-impl v0.6.0
15352026-05-21T00:14:15.427Z Downloaded want v0.3.1
15362026-05-21T00:14:15.427Z Downloaded vsss-rs v3.3.4
15372026-05-21T00:14:15.429Z Downloaded usdt v0.6.0
15382026-05-21T00:14:15.430Z Downloaded url v2.5.8
15392026-05-21T00:14:15.432Z Downloaded equivalent v1.0.2
15402026-05-21T00:14:15.432Z Downloaded bitflags v2.11.1
15412026-05-21T00:14:15.435Z Downloaded tokio-rustls v0.26.4
15422026-05-21T00:14:15.435Z Downloaded tokio-macros v2.7.0
15432026-05-21T00:14:15.435Z Downloaded zeroize v1.8.2
15442026-05-21T00:14:15.435Z Downloaded colored v3.1.1
15452026-05-21T00:14:15.438Z Downloaded futures-task v0.3.32
15462026-05-21T00:14:15.438Z Downloaded futures-channel v0.3.32
15472026-05-21T00:14:15.441Z Downloaded tracing-core v0.1.36
15482026-05-21T00:14:15.441Z Downloaded foldhash v0.2.0
15492026-05-21T00:14:15.445Z Downloaded float-ord v0.3.2
15502026-05-21T00:14:15.445Z Downloaded dyn-clone v1.0.20
15512026-05-21T00:14:15.445Z Downloaded crossbeam-deque v0.8.6
15522026-05-21T00:14:15.445Z Downloaded crc32fast v1.5.0
15532026-05-21T00:14:15.447Z Downloaded clap_derive v4.6.1
15542026-05-21T00:14:15.448Z Downloaded ciborium v0.2.2
15552026-05-21T00:14:15.448Z Downloaded blake2 v0.10.6
15562026-05-21T00:14:15.450Z Downloaded unarray v0.1.4
15572026-05-21T00:14:15.450Z Downloaded tungstenite v0.21.0
15582026-05-21T00:14:15.453Z Downloaded gethostname v0.5.0
15592026-05-21T00:14:15.453Z Downloaded chacha20 v0.10.0
15602026-05-21T00:14:15.453Z Downloaded unicode-ident v1.0.24
15612026-05-21T00:14:15.456Z Downloaded zerotrie v0.2.4
15622026-05-21T00:14:15.458Z Downloaded aws-lc-rs v1.17.0
15632026-05-21T00:14:15.462Z Downloaded serde_json v1.0.149
15642026-05-21T00:14:15.467Z Downloaded tower v0.5.3
15652026-05-21T00:14:15.474Z Downloaded regex v1.12.3
15662026-05-21T00:14:15.476Z Downloaded unicode-segmentation v1.13.2
15672026-05-21T00:14:15.479Z Downloaded typenum v1.20.0
15682026-05-21T00:14:15.482Z Downloaded cargo_toml v0.22.3
15692026-05-21T00:14:15.482Z Downloaded autocfg v1.5.0
15702026-05-21T00:14:15.485Z Downloaded bs58 v0.5.1
15712026-05-21T00:14:15.485Z Downloaded anstyle-parse v1.0.0
15722026-05-21T00:14:15.485Z Downloaded enum-as-inner v0.6.1
15732026-05-21T00:14:15.487Z Downloaded const_format_proc_macros v0.2.34
15742026-05-21T00:14:15.487Z Downloaded async-trait v0.1.89
15752026-05-21T00:14:15.492Z Downloaded unicode-width v0.2.2
15762026-05-21T00:14:15.496Z Downloaded typed-path v0.9.3
15772026-05-21T00:14:15.500Z Downloaded tower-layer v0.3.3
15782026-05-21T00:14:15.504Z Downloaded atomicwrites v0.4.4
15792026-05-21T00:14:15.504Z Downloaded anstream v1.0.0
15802026-05-21T00:14:15.504Z Downloaded unicode-normalization v0.1.25
15812026-05-21T00:14:15.510Z Downloaded tiny-keccak v2.0.2
15822026-05-21T00:14:15.510Z Downloaded time v0.3.47
15832026-05-21T00:14:15.513Z Downloaded rayon v1.12.0
15842026-05-21T00:14:15.520Z Downloaded tokio-util v0.7.18
15852026-05-21T00:14:15.524Z Downloaded sled v0.34.7
15862026-05-21T00:14:15.529Z Downloaded tough v0.22.0
15872026-05-21T00:14:15.536Z Downloaded rustls-webpki v0.102.8
15882026-05-21T00:14:15.544Z Downloaded yoke v0.8.2
15892026-05-21T00:14:15.548Z Downloaded syn v1.0.109
15902026-05-21T00:14:15.553Z Downloaded zerovec v0.11.6
15912026-05-21T00:14:15.557Z Downloaded syn v2.0.117
15922026-05-21T00:14:15.571Z Downloaded zerocopy v0.7.35
15932026-05-21T00:14:15.580Z Downloaded zerocopy v0.8.48
15942026-05-21T00:14:15.591Z Downloaded whoami v1.6.1
15952026-05-21T00:14:15.594Z Downloaded zerocopy-derive v0.8.48
15962026-05-21T00:14:15.597Z Downloaded serde_with v3.20.0
15972026-05-21T00:14:15.605Z Downloaded curve25519-dalek v4.1.3
15982026-05-21T00:14:15.609Z Downloaded encoding_rs v0.8.35
15992026-05-21T00:14:15.622Z Downloaded winnow v0.5.40
16002026-05-21T00:14:15.636Z Downloaded bstr v1.12.1
16012026-05-21T00:14:15.642Z Downloaded winnow v0.7.15
16022026-05-21T00:14:15.647Z Downloaded winnow v1.0.3
16032026-05-21T00:14:15.653Z Downloaded tabled v0.15.0
16042026-05-21T00:14:15.661Z Downloaded tokio v1.52.3
16052026-05-21T00:14:15.683Z Downloaded webpki-roots v1.0.7
16062026-05-21T00:14:15.686Z Downloaded tabled v0.20.0
16072026-05-21T00:14:15.698Z Downloaded openssl v0.10.80
16082026-05-21T00:14:15.704Z Downloaded vcpkg v0.2.15
16092026-05-21T00:14:15.726Z Downloaded ring v0.17.14
16102026-05-21T00:14:15.756Z Downloaded unicode-width v0.1.14
16112026-05-21T00:14:15.769Z Downloaded smoltcp v0.11.0
16122026-05-21T00:14:15.775Z Downloaded rhai v1.24.0
16132026-05-21T00:14:15.782Z Downloaded regex-syntax v0.8.10
16142026-05-21T00:14:15.786Z Downloaded rustls v0.22.4
16152026-05-21T00:14:15.792Z Downloaded regress v0.11.1
16162026-05-21T00:14:15.837Z Downloaded rustix v1.1.4
16172026-05-21T00:14:15.850Z Downloaded rustls v0.23.40
16182026-05-21T00:14:15.913Z Downloaded typify-impl v0.6.2
16192026-05-21T00:14:15.927Z Downloaded tracing v0.1.44
16202026-05-21T00:14:15.950Z Downloaded typify-impl v0.4.3
16212026-05-21T00:14:15.985Z Downloaded regex-automata v0.4.14
16222026-05-21T00:14:16.021Z Downloaded petgraph v0.6.5
16232026-05-21T00:14:16.060Z Downloaded jiff v0.2.24
16242026-05-21T00:14:16.063Z Downloaded chrono-tz v0.10.4
16252026-05-21T00:14:16.063Z Downloaded lzma-sys v0.1.20
16262026-05-21T00:14:16.072Z Downloaded csv v1.4.0
16272026-05-21T00:14:16.085Z Downloaded petgraph v0.8.3
16282026-05-21T00:14:16.097Z Downloaded libc v0.2.186
16292026-05-21T00:14:16.122Z Downloaded sha3 v0.10.9
16302026-05-21T00:14:16.653Z Downloaded aws-lc-sys v0.41.0
16312026-05-21T00:14:17.007Z Compiling proc-macro2 v1.0.106
16322026-05-21T00:14:17.007Z Compiling quote v1.0.45
16332026-05-21T00:14:17.007Z Compiling unicode-ident v1.0.24
16342026-05-21T00:14:17.007Z Compiling serde_core v1.0.228
16352026-05-21T00:14:17.007Z Compiling serde v1.0.228
16362026-05-21T00:14:17.010Z Compiling libc v0.2.186
16372026-05-21T00:14:17.010Z Compiling cfg-if v1.0.4
16382026-05-21T00:14:17.402Z Compiling zmij v1.0.21
16392026-05-21T00:14:17.445Z Compiling autocfg v1.5.0
16402026-05-21T00:14:17.706Z Compiling memchr v2.8.0
16412026-05-21T00:14:17.790Z Compiling libm v0.2.16
16422026-05-21T00:14:18.140Z Compiling itoa v1.0.18
16432026-05-21T00:14:18.162Z Compiling icu_normalizer_data v2.2.0
16442026-05-21T00:14:18.416Z Compiling icu_properties_data v2.2.0
16452026-05-21T00:14:18.421Z Compiling version_check v0.9.5
16462026-05-21T00:14:18.491Z Compiling stable_deref_trait v1.2.1
16472026-05-21T00:14:18.657Z Compiling syn v2.0.117
16482026-05-21T00:14:18.707Z Compiling serde_json v1.0.149
16492026-05-21T00:14:18.761Z Compiling thiserror v2.0.18
16502026-05-21T00:14:18.865Z Compiling writeable v0.6.3
16512026-05-21T00:14:19.027Z Compiling parking_lot_core v0.9.12
16522026-05-21T00:14:19.054Z Compiling litemap v0.8.2
16532026-05-21T00:14:19.108Z Compiling utf8_iter v1.0.4
16542026-05-21T00:14:19.203Z Compiling num-traits v0.2.19
16552026-05-21T00:14:19.229Z Compiling percent-encoding v2.3.2
16562026-05-21T00:14:19.381Z Compiling rand_core v0.10.1
16572026-05-21T00:14:19.481Z Compiling form_urlencoded v1.2.2
16582026-05-21T00:14:19.506Z Compiling getrandom v0.4.2
16592026-05-21T00:14:19.538Z Compiling jobserver v0.1.34
16602026-05-21T00:14:19.626Z Compiling heck v0.5.0
16612026-05-21T00:14:19.779Z Compiling find-msvc-tools v0.1.9
16622026-05-21T00:14:19.828Z Compiling shlex v1.3.0
16632026-05-21T00:14:20.048Z Compiling cc v1.2.62
16642026-05-21T00:14:20.093Z Compiling errno v0.3.14
16652026-05-21T00:14:20.113Z Compiling iana-time-zone v0.1.65
16662026-05-21T00:14:20.329Z Compiling zerocopy v0.8.48
16672026-05-21T00:14:20.482Z Compiling uuid v1.23.1
16682026-05-21T00:14:20.743Z Compiling semver v1.0.28
16692026-05-21T00:14:21.046Z Compiling getrandom v0.2.17
16702026-05-21T00:14:21.109Z Compiling schemars v0.8.22
16712026-05-21T00:14:21.132Z Compiling dyn-clone v1.0.20
16722026-05-21T00:14:21.270Z Compiling pin-project-lite v0.2.17
16732026-05-21T00:14:21.294Z Compiling rustversion v1.0.22
16742026-05-21T00:14:21.315Z Compiling scopeguard v1.2.0
16752026-05-21T00:14:21.449Z Compiling lock_api v0.4.14
16762026-05-21T00:14:21.449Z Compiling socket2 v0.6.3
16772026-05-21T00:14:21.492Z Compiling bitflags v2.11.1
16782026-05-21T00:14:21.495Z Compiling signal-hook-registry v1.4.8
16792026-05-21T00:14:21.594Z Compiling synstructure v0.13.2
16802026-05-21T00:14:21.673Z Compiling serde_derive_internals v0.29.1
16812026-05-21T00:14:22.005Z Compiling mio v1.2.0
16822026-05-21T00:14:22.134Z Compiling log v0.4.29
16832026-05-21T00:14:22.287Z Compiling portable-atomic v1.13.1
16842026-05-21T00:14:22.322Z Compiling subtle v2.6.1
16852026-05-21T00:14:22.344Z Compiling equivalent v1.0.2
16862026-05-21T00:14:22.485Z Compiling futures-core v0.3.32
16872026-05-21T00:14:22.540Z Compiling critical-section v1.2.0
16882026-05-21T00:14:22.544Z Compiling ring v0.17.14
16892026-05-21T00:14:22.567Z Compiling cmake v0.1.58
16902026-05-21T00:14:22.628Z Compiling fs_extra v1.3.0
16912026-05-21T00:14:22.656Z Compiling dunce v1.0.5
16922026-05-21T00:14:22.676Z Compiling httparse v1.10.1
16932026-05-21T00:14:22.728Z Compiling futures-sink v0.3.32
16942026-05-21T00:14:22.762Z Compiling slab v0.4.12
16952026-05-21T00:14:22.807Z Compiling serde_derive v1.0.228
16962026-05-21T00:14:22.841Z Compiling zerofrom-derive v0.1.7
16972026-05-21T00:14:22.863Z Compiling yoke-derive v0.8.2
16982026-05-21T00:14:22.888Z Compiling zerovec-derive v0.11.3
16992026-05-21T00:14:22.918Z Compiling displaydoc v0.2.5
17002026-05-21T00:14:22.978Z Compiling schemars_derive v0.8.22
17012026-05-21T00:14:23.046Z Compiling thiserror-impl v2.0.18
17022026-05-21T00:14:23.076Z Compiling tokio-macros v2.7.0
17032026-05-21T00:14:23.684Z Compiling zerocopy-derive v0.8.48
17042026-05-21T00:14:23.841Z Compiling zeroize_derive v1.4.3
17052026-05-21T00:14:23.936Z Compiling futures-macro v0.3.32
17062026-05-21T00:14:24.027Z Compiling zerofrom v0.1.8
17072026-05-21T00:14:24.168Z Compiling yoke v0.8.2
17082026-05-21T00:14:24.196Z Compiling aws-lc-sys v0.41.0
17092026-05-21T00:14:24.379Z Compiling zerovec v0.11.6
17102026-05-21T00:14:24.418Z Compiling zerotrie v0.2.4
17112026-05-21T00:14:24.529Z Compiling zeroize v1.8.2
17122026-05-21T00:14:24.702Z Compiling once_cell v1.21.4
17132026-05-21T00:14:24.780Z Compiling rand_core v0.6.4
17142026-05-21T00:14:24.886Z Compiling futures-channel v0.3.32
17152026-05-21T00:14:24.918Z Compiling thiserror v1.0.69
17162026-05-21T00:14:24.957Z Compiling tinystr v0.8.3
17172026-05-21T00:14:25.041Z Compiling potential_utf v0.1.5
17182026-05-21T00:14:25.128Z Compiling ucd-trie v0.1.7
17192026-05-21T00:14:25.176Z Compiling icu_locale_core v2.2.0
17202026-05-21T00:14:25.199Z Compiling icu_collections v2.2.0
17212026-05-21T00:14:25.226Z Compiling rustix v1.1.4
17222026-05-21T00:14:25.244Z Compiling futures-io v0.3.32
17232026-05-21T00:14:25.266Z Compiling regex-syntax v0.8.10
17242026-05-21T00:14:25.365Z Compiling pest v2.8.6
17252026-05-21T00:14:25.448Z Compiling futures-task v0.3.32
17262026-05-21T00:14:25.636Z Compiling futures-util v0.3.32
17272026-05-21T00:14:25.979Z Compiling thiserror-impl v1.0.69
17282026-05-21T00:14:26.115Z Compiling smallvec v1.15.1
17292026-05-21T00:14:26.140Z Compiling bytes v1.11.1
17302026-05-21T00:14:26.397Z Compiling icu_provider v2.2.0
17312026-05-21T00:14:26.609Z Compiling chrono v0.4.44
17322026-05-21T00:14:27.019Z Compiling icu_normalizer v2.2.0
17332026-05-21T00:14:27.024Z Compiling icu_properties v2.2.0
17342026-05-21T00:14:27.289Z Compiling serde_tokenstream v0.2.3
17352026-05-21T00:14:27.532Z Compiling parking_lot v0.12.5
17362026-05-21T00:14:28.092Z Compiling idna_adapter v1.2.2
17372026-05-21T00:14:28.175Z Compiling tokio v1.52.3
17382026-05-21T00:14:28.200Z Compiling pest_meta v2.8.6
17392026-05-21T00:14:28.280Z Compiling idna v1.1.0
17402026-05-21T00:14:28.288Z Compiling aho-corasick v1.1.4
17412026-05-21T00:14:28.303Z Compiling hashbrown v0.17.1
17422026-05-21T00:14:28.401Z Compiling generic-array v0.14.7
17432026-05-21T00:14:28.627Z Compiling url v2.5.8
17442026-05-21T00:14:28.926Z Compiling pest_generator v2.8.6
17452026-05-21T00:14:28.977Z Compiling indexmap v2.14.0
17462026-05-21T00:14:29.554Z Compiling pest_derive v2.8.6
17472026-05-21T00:14:29.663Z Compiling regex-automata v0.4.14
17482026-05-21T00:14:29.836Z Compiling getrandom v0.3.4
17492026-05-21T00:14:30.228Z Compiling tracing-core v0.1.36
17502026-05-21T00:14:30.283Z Compiling tracing-attributes v0.1.31
17512026-05-21T00:14:30.663Z Compiling ipnetwork v0.21.1
17522026-05-21T00:14:31.114Z Compiling strsim v0.11.1
17532026-05-21T00:14:31.184Z Compiling typenum v1.20.0
17542026-05-21T00:14:31.424Z Compiling regex v1.12.3
17552026-05-21T00:14:31.876Z Compiling tracing v0.1.44
17562026-05-21T00:14:32.225Z Compiling rustls-pki-types v1.14.1
17572026-05-21T00:14:32.446Z Compiling byteorder v1.5.0
17582026-05-21T00:14:32.512Z Compiling base64 v0.22.1
17592026-05-21T00:14:32.716Z Compiling fnv v1.0.7
17602026-05-21T00:14:32.835Z Compiling http v1.4.0
17612026-05-21T00:14:33.004Z Compiling ident_case v1.0.1
17622026-05-21T00:14:33.150Z Compiling slog v2.8.2
17632026-05-21T00:14:33.481Z Compiling untrusted v0.9.0
17642026-05-21T00:14:33.631Z Compiling anyhow v1.0.102
17652026-05-21T00:14:33.699Z Compiling paste v1.0.15
17662026-05-21T00:14:33.980Z Compiling erased-serde v0.3.31
17672026-05-21T00:14:34.054Z Compiling omicron-workspace-hack v0.1.0
17682026-05-21T00:14:34.593Z Compiling crypto-common v0.1.7
17692026-05-21T00:14:34.618Z Compiling tokio-util v0.7.18
17702026-05-21T00:14:34.691Z Compiling scroll_derive v0.13.1
17712026-05-21T00:14:34.753Z Compiling num-conv v0.2.1
17722026-05-21T00:14:34.910Z Compiling time-core v0.1.8
17732026-05-21T00:14:35.088Z Compiling ipnet v2.12.0
17742026-05-21T00:14:35.128Z Compiling time-macros v0.2.27
17752026-05-21T00:14:35.557Z Compiling oxnet v0.1.5
17762026-05-21T00:14:36.143Z Compiling http-body v1.0.1
17772026-05-21T00:14:36.644Z Compiling atomic-waker v1.1.2
17782026-05-21T00:14:37.095Z Compiling ppv-lite86 v0.2.21
17792026-05-21T00:14:37.288Z Compiling daft-derive v0.1.7
17802026-05-21T00:14:37.312Z Compiling async-trait v0.1.89
17812026-05-21T00:14:37.381Z Compiling try-lock v0.2.5
17822026-05-21T00:14:37.507Z Compiling tower-service v0.3.3
17832026-05-21T00:14:37.572Z Compiling aws-lc-rs v1.17.0
17842026-05-21T00:14:37.614Z Compiling tower-layer v0.3.3
17852026-05-21T00:14:37.822Z Compiling camino v1.2.2
17862026-05-21T00:14:37.899Z Compiling crc32fast v1.5.0
17872026-05-21T00:14:38.029Z Compiling ryu v1.0.23
17882026-05-21T00:14:38.211Z Compiling want v0.3.1
17892026-05-21T00:14:38.325Z Compiling h2 v0.4.14
17902026-05-21T00:14:38.394Z Compiling pretty-hex v0.4.2
17912026-05-21T00:14:38.540Z Compiling crossbeam-utils v0.8.21
17922026-05-21T00:14:38.562Z Compiling httpdate v1.0.3
17932026-05-21T00:14:38.864Z Compiling usdt-impl v0.6.0
17942026-05-21T00:14:39.140Z Compiling scroll v0.13.0
17952026-05-21T00:14:39.228Z Compiling block-buffer v0.10.4
17962026-05-21T00:14:39.403Z Compiling plain v0.2.3
17972026-05-21T00:14:39.406Z Compiling untrusted v0.7.1
17982026-05-21T00:14:39.531Z Compiling goblin v0.10.5
17992026-05-21T00:14:39.574Z Compiling digest v0.10.7
18002026-05-21T00:14:40.276Z Compiling slog-async v2.8.0
18012026-05-21T00:14:40.584Z Compiling allocator-api2 v0.2.21
18022026-05-21T00:14:40.670Z Compiling hyper v1.9.0
18032026-05-21T00:14:40.924Z Compiling foldhash v0.2.0
18042026-05-21T00:14:41.034Z Compiling rustls v0.23.40
18052026-05-21T00:14:41.341Z Compiling hashbrown v0.16.1
18062026-05-21T00:14:42.061Z Compiling hyper-util v0.1.20
18072026-05-21T00:14:43.203Z Compiling dof v0.4.0
18082026-05-21T00:14:43.713Z Compiling serde_urlencoded v0.7.1
18092026-05-21T00:14:43.920Z Compiling http-body-util v0.1.3
18102026-05-21T00:14:44.036Z Compiling dtrace-parser v0.3.0
18112026-05-21T00:14:44.201Z Compiling thread-id v5.1.0
18122026-05-21T00:14:44.241Z Compiling ref-cast v1.0.25
18132026-05-21T00:14:44.869Z Compiling rustls v0.22.4
18142026-05-21T00:14:44.892Z Compiling rand_core v0.9.5
18152026-05-21T00:14:45.151Z Compiling ref-cast-impl v1.0.25
18162026-05-21T00:14:45.200Z Compiling syn v1.0.109
18172026-05-21T00:14:45.663Z Compiling usdt-attr-macro v0.6.0
18182026-05-21T00:14:45.732Z Compiling usdt-macro v0.6.0
18192026-05-21T00:14:46.228Z Compiling structmeta-derive v0.3.0
18202026-05-21T00:14:46.262Z Compiling sync_wrapper v1.0.2
18212026-05-21T00:14:46.390Z Compiling multer v3.1.0
18222026-05-21T00:14:46.613Z Compiling powerfmt v0.2.0
18232026-05-21T00:14:46.735Z Compiling tower v0.5.3
18242026-05-21T00:14:46.877Z Compiling deranged v0.5.8
18252026-05-21T00:14:47.283Z Compiling structmeta v0.3.0
18262026-05-21T00:14:47.305Z Compiling rand_chacha v0.9.0
18272026-05-21T00:14:47.864Z Compiling darling_core v0.23.0
18282026-05-21T00:14:47.943Z Compiling webpki-roots v1.0.7
18292026-05-21T00:14:47.995Z Compiling openapiv3 v2.2.0
18302026-05-21T00:14:48.079Z Compiling newtype-uuid-macros v0.1.0
18312026-05-21T00:14:48.881Z Compiling cpufeatures v0.2.17
18322026-05-21T00:14:49.305Z Compiling num_threads v0.1.7
18332026-05-21T00:14:49.419Z Compiling time v0.3.47
18342026-05-21T00:14:49.929Z Compiling darling_macro v0.23.0
18352026-05-21T00:14:50.003Z Compiling rand v0.9.4
18362026-05-21T00:14:50.156Z Compiling tower-http v0.6.10
18372026-05-21T00:14:50.548Z Compiling newtype-uuid v1.3.2
18382026-05-21T00:14:50.747Z Compiling strum_macros v0.26.4
18392026-05-21T00:14:50.842Z Compiling async-stream-impl v0.3.6
18402026-05-21T00:14:51.494Z Compiling dropshot v0.17.0
18412026-05-21T00:14:51.632Z Compiling hex v0.4.3
18422026-05-21T00:14:51.741Z Compiling daft v0.1.7
18432026-05-21T00:14:51.770Z Compiling darling v0.23.0
18442026-05-21T00:14:51.867Z Compiling crossbeam-channel v0.5.15
18452026-05-21T00:14:51.985Z Compiling fastrand v2.4.1
18462026-05-21T00:14:52.346Z Compiling serde_with_macros v3.20.0
18472026-05-21T00:14:52.549Z Compiling futures-executor v0.3.32
18482026-05-21T00:14:52.784Z Compiling dropshot_endpoint v0.17.0
18492026-05-21T00:14:52.881Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18502026-05-21T00:14:53.026Z Compiling thread_local v1.1.9
18512026-05-21T00:14:53.399Z Compiling futures v0.3.32
18522026-05-21T00:14:53.402Z Compiling derive-ex v0.1.8
18532026-05-21T00:14:53.489Z Compiling strum_macros v0.27.2
18542026-05-21T00:14:53.511Z Compiling is-terminal v0.4.17
18552026-05-21T00:14:53.533Z Compiling term v1.2.1
18562026-05-21T00:14:53.623Z Compiling openssl-probe v0.2.1
18572026-05-21T00:14:53.877Z Compiling winnow v1.0.3
18582026-05-21T00:14:54.420Z Compiling take_mut v0.2.2
18592026-05-21T00:14:54.963Z Compiling test-strategy v0.4.5
18602026-05-21T00:14:55.332Z Compiling slog-term v2.9.2
18612026-05-21T00:14:55.360Z Compiling rustls-native-certs v0.8.3
18622026-05-21T00:14:55.647Z Compiling tempfile v3.27.0
18632026-05-21T00:14:56.250Z Compiling macaddr v1.0.1
18642026-05-21T00:14:56.485Z Compiling simd-adler32 v0.3.9
18652026-05-21T00:14:56.534Z Compiling adler2 v2.0.1
18662026-05-21T00:14:56.592Z Compiling match_cfg v0.1.0
18672026-05-21T00:14:56.706Z Compiling hostname v0.3.1
18682026-05-21T00:14:56.843Z Compiling miniz_oxide v0.8.9
18692026-05-21T00:14:56.998Z Compiling slog-json v2.6.1
18702026-05-21T00:14:57.387Z Compiling memmap2 v0.9.10
18712026-05-21T00:14:57.688Z Compiling usdt v0.6.0
18722026-05-21T00:14:58.228Z Compiling flate2 v1.1.9
18732026-05-21T00:14:58.258Z Compiling slog-bunyan v2.5.0
18742026-05-21T00:14:58.282Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
18752026-05-21T00:14:58.339Z Compiling rustls-webpki v0.102.8
18762026-05-21T00:14:58.446Z Compiling either v1.15.0
18772026-05-21T00:14:58.681Z Compiling debug-ignore v1.0.5
18782026-05-21T00:14:58.771Z Compiling compression-core v0.4.32
18792026-05-21T00:14:58.961Z Compiling compression-codecs v0.4.38
18802026-05-21T00:14:59.336Z Compiling toml_parser v1.1.2+spec-1.1.0
18812026-05-21T00:14:59.596Z Compiling parse-display-derive v0.10.0
18822026-05-21T00:15:00.229Z Compiling rand_chacha v0.3.1
18832026-05-21T00:15:00.396Z Compiling toml_datetime v1.1.1+spec-1.1.0
18842026-05-21T00:15:00.535Z Compiling serde_spanned v1.1.1
18852026-05-21T00:15:00.822Z Compiling encoding_rs v0.8.35
18862026-05-21T00:15:00.875Z Compiling toml_writer v1.1.1+spec-1.1.0
18872026-05-21T00:15:01.085Z Compiling spin v0.9.8
18882026-05-21T00:15:01.142Z Compiling mime v0.3.17
18892026-05-21T00:15:01.222Z Compiling toml v1.1.2+spec-1.1.0
18902026-05-21T00:15:01.461Z Compiling tokio-rustls v0.25.0
18912026-05-21T00:15:01.636Z Compiling rand v0.8.6
18922026-05-21T00:15:01.719Z Compiling async-compression v0.4.42
18932026-05-21T00:15:02.414Z Compiling strum v0.26.3
18942026-05-21T00:15:02.630Z Compiling async-stream v0.3.6
18952026-05-21T00:15:02.838Z Compiling sha1 v0.10.6
18962026-05-21T00:15:03.251Z Compiling waitgroup v0.1.2
18972026-05-21T00:15:03.382Z Compiling rustls-pemfile v2.2.0
18982026-05-21T00:15:03.425Z Compiling serde_path_to_error v0.1.20
18992026-05-21T00:15:03.677Z Compiling hostname v0.4.2
19002026-05-21T00:15:03.877Z Compiling wait-timeout v0.2.1
19012026-05-21T00:15:03.902Z Compiling quick-error v1.2.3
19022026-05-21T00:15:04.158Z Compiling bit-vec v0.8.0
19032026-05-21T00:15:04.340Z Compiling rusty-fork v0.3.1
19042026-05-21T00:15:04.465Z Compiling bit-set v0.8.0
19052026-05-21T00:15:04.670Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19062026-05-21T00:15:05.113Z Compiling serde_with v3.20.0
19072026-05-21T00:15:05.195Z Compiling rand_xorshift v0.4.0
19082026-05-21T00:15:05.199Z Compiling regress v0.10.5
19092026-05-21T00:15:05.356Z Compiling unarray v0.1.4
19102026-05-21T00:15:05.490Z Compiling proptest v1.11.0
19112026-05-21T00:15:05.909Z Compiling strum v0.27.2
19122026-05-21T00:15:06.063Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19132026-05-21T00:15:06.229Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
19142026-05-21T00:15:06.320Z Compiling instant v0.1.13
19152026-05-21T00:15:06.847Z Compiling rustc-hash v2.1.2
19162026-05-21T00:15:06.994Z Compiling iddqd v0.3.18
19172026-05-21T00:15:07.950Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19182026-05-21T00:15:08.229Z Compiling itertools v0.14.0
19192026-05-21T00:15:09.178Z Compiling unicode-width v0.2.2
19202026-05-21T00:15:09.539Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19212026-05-21T00:15:09.788Z Compiling backon v1.6.0
19222026-05-21T00:15:10.466Z Compiling backoff v0.4.0
19232026-05-21T00:15:10.884Z Compiling parse-display v0.10.0
19242026-05-21T00:15:11.148Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19252026-05-21T00:15:14.077Z Compiling regress v0.11.1
19262026-05-21T00:15:15.349Z Compiling zerocopy-derive v0.7.35
19272026-05-21T00:15:15.591Z Compiling typify-impl v0.6.2
19282026-05-21T00:15:16.775Z Compiling darling_core v0.21.3
19292026-05-21T00:15:17.473Z Compiling clap_derive v4.6.1
19302026-05-21T00:15:17.755Z Compiling utf8parse v0.2.2
19312026-05-21T00:15:17.883Z Compiling convert_case v0.4.0
19322026-05-21T00:15:18.189Z Compiling derive_more v0.99.20
19332026-05-21T00:15:18.810Z Compiling anstyle-parse v1.0.0
19342026-05-21T00:15:18.833Z Compiling darling_macro v0.21.3
19352026-05-21T00:15:18.855Z Compiling typify-macro v0.6.2
19362026-05-21T00:15:19.750Z Compiling terminal_size v0.4.4
19372026-05-21T00:15:19.753Z Compiling toml_datetime v0.6.11
19382026-05-21T00:15:19.940Z Compiling anstyle-query v1.1.5
19392026-05-21T00:15:20.068Z Compiling anstyle v1.0.14
19402026-05-21T00:15:20.272Z Compiling colorchoice v1.0.5
19412026-05-21T00:15:20.346Z Compiling is_terminal_polyfill v1.70.2
19422026-05-21T00:15:20.434Z Compiling anstream v1.0.0
19432026-05-21T00:15:20.828Z Compiling darling v0.21.3
19442026-05-21T00:15:21.029Z Compiling secrecy v0.10.3
19452026-05-21T00:15:21.318Z Compiling tinyvec_macros v0.1.1
19462026-05-21T00:15:21.421Z Compiling clap_lex v1.1.0
19472026-05-21T00:15:21.534Z Compiling crucible-workspace-hack v0.1.0
19482026-05-21T00:15:21.557Z Compiling heapless v0.8.0
19492026-05-21T00:15:21.640Z Compiling unsafe-libyaml v0.2.11
19502026-05-21T00:15:21.812Z Compiling clap_builder v4.6.0
19512026-05-21T00:15:22.194Z Compiling serde_yaml v0.9.34+deprecated
19522026-05-21T00:15:22.321Z Compiling tinyvec v1.11.0
19532026-05-21T00:15:22.820Z Compiling ingot-macros v0.1.1
19542026-05-21T00:15:22.906Z Compiling zerocopy v0.7.35
19552026-05-21T00:15:23.388Z Compiling hash32 v0.3.1
19562026-05-21T00:15:23.433Z Compiling scroll_derive v0.12.1
19572026-05-21T00:15:23.455Z Compiling rustc_version v0.4.1
19582026-05-21T00:15:23.551Z Compiling num-integer v0.1.46
19592026-05-21T00:15:23.729Z Compiling usdt-impl v0.5.0
19602026-05-21T00:15:24.013Z Compiling smoltcp v0.11.0
19612026-05-21T00:15:24.150Z Compiling scroll v0.12.0
19622026-05-21T00:15:24.173Z Compiling curve25519-dalek v4.1.3
19632026-05-21T00:15:24.427Z Compiling clap v4.6.1
19642026-05-21T00:15:24.524Z Compiling dof v0.3.0
19652026-05-21T00:15:25.430Z Compiling ingot-types v0.1.2
19662026-05-21T00:15:25.463Z Compiling typify v0.6.2
19672026-05-21T00:15:25.589Z Compiling dtrace-parser v0.2.0
19682026-05-21T00:15:25.799Z Compiling hmac v0.12.1
19692026-05-21T00:15:25.876Z Compiling inout v0.1.4
19702026-05-21T00:15:25.898Z Compiling ff v0.13.1
19712026-05-21T00:15:25.959Z Compiling cobs v0.3.0
19722026-05-21T00:15:26.159Z Compiling thread-id v4.2.2
19732026-05-21T00:15:26.381Z Compiling bitflags v1.3.2
19742026-05-21T00:15:26.403Z Compiling managed v0.8.0
19752026-05-21T00:15:26.773Z Compiling postcard v1.1.3
19762026-05-21T00:15:26.796Z Compiling group v0.13.0
19772026-05-21T00:15:26.923Z Compiling cipher v0.4.4
19782026-05-21T00:15:27.145Z Compiling hkdf v0.12.4
19792026-05-21T00:15:27.204Z Compiling ingot v0.1.1
19802026-05-21T00:15:29.426Z Compiling goblin v0.8.2
19812026-05-21T00:15:29.775Z Compiling num-iter v0.1.45
19822026-05-21T00:15:29.914Z Compiling num-rational v0.4.2
19832026-05-21T00:15:31.169Z Compiling tabwriter v1.4.1
19842026-05-21T00:15:31.366Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
19852026-05-21T00:15:31.530Z Compiling hubpack_derive v0.1.1
19862026-05-21T00:15:31.609Z Compiling thiserror-impl-no-std v2.0.2
19872026-05-21T00:15:31.890Z Compiling crossbeam-epoch v0.9.18
19882026-05-21T00:15:32.072Z Compiling universal-hash v0.5.1
19892026-05-21T00:15:32.350Z Compiling crypto-bigint v0.5.5
19902026-05-21T00:15:32.383Z Compiling half v2.7.1
19912026-05-21T00:15:32.525Z Compiling curve25519-dalek-derive v0.1.1
19922026-05-21T00:15:32.686Z Compiling num-complex v0.4.6
19932026-05-21T00:15:33.604Z Compiling opaque-debug v0.3.1
19942026-05-21T00:15:33.692Z Compiling base64ct v1.8.3
19952026-05-21T00:15:33.733Z Compiling base16ct v0.2.0
19962026-05-21T00:15:34.188Z Compiling prettyplease v0.2.37
19972026-05-21T00:15:34.294Z Compiling ciborium-io v0.2.2
19982026-05-21T00:15:34.411Z Compiling ciborium-ll v0.2.2
19992026-05-21T00:15:35.122Z Compiling password-hash v0.5.0
20002026-05-21T00:15:35.166Z Compiling elliptic-curve v0.13.8
20012026-05-21T00:15:35.478Z Compiling poly1305 v0.8.0
20022026-05-21T00:15:36.343Z Compiling num v0.4.3
20032026-05-21T00:15:36.366Z Compiling thiserror-no-std v2.0.2
20042026-05-21T00:15:36.434Z Compiling hubpack v0.1.2
20052026-05-21T00:15:37.330Z Compiling chacha20 v0.9.1
20062026-05-21T00:15:37.872Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
20072026-05-21T00:15:37.899Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20082026-05-21T00:15:38.292Z Compiling reqwest v0.12.28
20092026-05-21T00:15:39.008Z Compiling toml_edit v0.25.11+spec-1.1.0
20102026-05-21T00:15:39.339Z Compiling byte-wrapper v0.1.0
20112026-05-21T00:15:39.477Z Compiling blake2 v0.10.6
20122026-05-21T00:15:39.877Z Compiling aead v0.5.2
20132026-05-21T00:15:39.964Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20142026-05-21T00:15:40.093Z Compiling serde_repr v0.1.20
20152026-05-21T00:15:40.470Z Compiling proc-macro-error-attr v1.0.4
20162026-05-21T00:15:40.705Z Compiling bstr v1.12.1
20172026-05-21T00:15:40.734Z Compiling memoffset v0.9.1
20182026-05-21T00:15:41.004Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20192026-05-21T00:15:41.054Z Compiling cfg_aliases v0.2.1
20202026-05-21T00:15:41.080Z Compiling static_assertions v1.1.0
20212026-05-21T00:15:41.142Z Compiling keccak v0.1.6
20222026-05-21T00:15:41.276Z Compiling float-ord v0.3.2
20232026-05-21T00:15:41.302Z Compiling rustix v0.38.44
20242026-05-21T00:15:41.403Z Compiling sha3 v0.10.9
20252026-05-21T00:15:41.646Z Compiling nix v0.31.3
20262026-05-21T00:15:41.960Z Compiling rustls-webpki v0.103.13
20272026-05-21T00:15:42.322Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20282026-05-21T00:15:43.630Z Compiling chacha20poly1305 v0.10.1
20292026-05-21T00:15:43.792Z Compiling argon2 v0.5.3
20302026-05-21T00:15:44.370Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20312026-05-21T00:15:44.788Z Compiling proc-macro-crate v3.5.0
20322026-05-21T00:15:45.244Z Compiling progenitor-client v0.10.0
20332026-05-21T00:15:45.680Z Compiling vsss-rs v3.3.4
20342026-05-21T00:15:45.786Z Compiling ciborium v0.2.2
20352026-05-21T00:15:46.604Z Compiling tokio-rustls v0.26.4
20362026-05-21T00:15:46.826Z Compiling rustls-platform-verifier v0.7.0
20372026-05-21T00:15:46.919Z Compiling hyper-rustls v0.27.9
20382026-05-21T00:15:47.158Z Compiling reqwest v0.13.3
20392026-05-21T00:15:47.620Z Compiling usdt-attr-macro v0.5.0
20402026-05-21T00:15:48.208Z Compiling usdt-macro v0.5.0
20412026-05-21T00:15:48.923Z Compiling progenitor-client v0.14.0
20422026-05-21T00:15:49.390Z Compiling progenitor-extras v0.2.0
20432026-05-21T00:15:49.644Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20442026-05-21T00:15:50.947Z Compiling enum-as-inner v0.6.1
20452026-05-21T00:15:51.414Z Compiling num-derive v0.4.2
20462026-05-21T00:15:51.533Z Compiling proc-macro-error v1.0.4
20472026-05-21T00:15:51.807Z Compiling memmap v0.7.0
20482026-05-21T00:15:52.135Z Compiling data-encoding v2.11.0
20492026-05-21T00:15:52.519Z Compiling winnow v0.5.40
20502026-05-21T00:15:53.201Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20512026-05-21T00:15:53.470Z Compiling indent_write v2.2.0
20522026-05-21T00:15:53.917Z Compiling toml_edit v0.19.15
20532026-05-21T00:15:54.433Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20542026-05-21T00:15:54.832Z Compiling usdt v0.5.0
20552026-05-21T00:15:55.709Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20562026-05-21T00:15:55.965Z Compiling num_enum_derive v0.7.6
20572026-05-21T00:15:58.524Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
20582026-05-21T00:15:58.649Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20592026-05-21T00:16:01.604Z Compiling serde_spanned v0.6.9
20602026-05-21T00:16:01.649Z Compiling foreign-types-macros v0.2.3
20612026-05-21T00:16:01.746Z Compiling toml_write v0.1.2
20622026-05-21T00:16:01.770Z Compiling foreign-types-shared v0.3.1
20632026-05-21T00:16:01.887Z Compiling pkg-config v0.3.33
20642026-05-21T00:16:01.969Z Compiling cpufeatures v0.3.0
20652026-05-21T00:16:02.090Z Compiling winnow v0.7.15
20662026-05-21T00:16:02.297Z Compiling vcpkg v0.2.15
20672026-05-21T00:16:02.319Z Compiling colored v3.1.1
20682026-05-21T00:16:02.342Z Compiling bytecount v0.6.9
20692026-05-21T00:16:02.684Z Compiling foreign-types v0.5.0
20702026-05-21T00:16:02.845Z Compiling openssl-sys v0.9.116
20712026-05-21T00:16:03.003Z Compiling chacha20 v0.10.0
20722026-05-21T00:16:03.430Z Compiling toml_edit v0.22.27
20732026-05-21T00:16:03.559Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20742026-05-21T00:16:03.667Z Compiling num_enum v0.7.6
20752026-05-21T00:16:03.812Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
20762026-05-21T00:16:05.148Z Compiling proc-macro-crate v1.3.1
20772026-05-21T00:16:05.353Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20782026-05-21T00:16:05.634Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20792026-05-21T00:16:05.687Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20802026-05-21T00:16:05.758Z Compiling cstr-argument v0.1.2
20812026-05-21T00:16:05.782Z Compiling swrite v0.1.0
20822026-05-21T00:16:05.893Z Compiling semver v0.1.20
20832026-05-21T00:16:05.917Z Compiling resolv-conf v0.7.6
20842026-05-21T00:16:05.960Z Compiling linked-hash-map v0.5.6
20852026-05-21T00:16:06.069Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
20862026-05-21T00:16:06.161Z Compiling rayon-core v1.13.0
20872026-05-21T00:16:06.185Z Compiling heck v0.4.1
20882026-05-21T00:16:06.400Z Compiling unicode-segmentation v1.13.2
20892026-05-21T00:16:06.473Z Compiling lru-cache v0.1.2
20902026-05-21T00:16:06.495Z Compiling rustc_version v0.1.7
20912026-05-21T00:16:06.583Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20922026-05-21T00:16:06.587Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20932026-05-21T00:16:06.630Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20942026-05-21T00:16:06.701Z Compiling num_enum_derive v0.5.11
20952026-05-21T00:16:06.825Z Compiling newline-converter v0.3.0
20962026-05-21T00:16:06.979Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
20972026-05-21T00:16:07.022Z Compiling toml v0.8.23
20982026-05-21T00:16:07.218Z Compiling rand v0.10.1
20992026-05-21T00:16:07.241Z Compiling atomicwrites v0.4.4
21002026-05-21T00:16:07.569Z Compiling hickory-proto v0.24.4
21012026-05-21T00:16:07.693Z Compiling similar v2.7.0
21022026-05-21T00:16:07.757Z Compiling crossbeam-deque v0.8.6
21032026-05-21T00:16:07.801Z Compiling progenitor-impl v0.14.0
21042026-05-21T00:16:07.991Z Compiling progenitor-impl v0.13.0
21052026-05-21T00:16:08.031Z Compiling console v0.15.11
21062026-05-21T00:16:08.334Z Compiling camino-tempfile v1.4.1
21072026-05-21T00:16:08.759Z Compiling serde-big-array v0.5.1
21082026-05-21T00:16:08.936Z Compiling derive-where v1.6.1
21092026-05-21T00:16:09.310Z Compiling pin-project-internal v1.1.13
21102026-05-21T00:16:09.861Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21112026-05-21T00:16:10.046Z Compiling siphasher v1.0.3
21122026-05-21T00:16:10.254Z Compiling minimal-lexical v0.2.1
21132026-05-21T00:16:10.278Z Compiling lazy_static v1.5.0
21142026-05-21T00:16:10.405Z Compiling phf_shared v0.12.1
21152026-05-21T00:16:10.428Z Compiling pin-project v1.1.13
21162026-05-21T00:16:10.503Z Compiling nom v7.1.3
21172026-05-21T00:16:10.526Z Compiling progenitor-macro v0.13.0
21182026-05-21T00:16:10.550Z Compiling progenitor-macro v0.14.0
21192026-05-21T00:16:10.635Z Compiling hickory-resolver v0.24.4
21202026-05-21T00:16:11.817Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21212026-05-21T00:16:13.656Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21222026-05-21T00:16:14.759Z Compiling expectorate v1.2.0
21232026-05-21T00:16:15.753Z Compiling num_enum v0.5.11
21242026-05-21T00:16:15.919Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21252026-05-21T00:16:15.949Z Compiling newtype_derive v0.1.6
21262026-05-21T00:16:16.217Z Compiling progenitor-client v0.13.0
21272026-05-21T00:16:17.057Z Compiling unicode-normalization v0.1.25
21282026-05-21T00:16:17.694Z Compiling typify-impl v0.4.3
21292026-05-21T00:16:18.179Z Compiling tokio-stream v0.1.18
21302026-05-21T00:16:18.545Z Compiling snafu-derive v0.8.9
21312026-05-21T00:16:18.767Z Compiling async-recursion v1.1.1
21322026-05-21T00:16:19.473Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
21332026-05-21T00:16:19.815Z Compiling slog-dtrace v0.3.0
21342026-05-21T00:16:20.103Z Compiling csv-core v0.1.13
21352026-05-21T00:16:20.294Z Compiling foreign-types-shared v0.1.1
21362026-05-21T00:16:20.413Z Compiling cancel-safe-futures v0.1.5
21372026-05-21T00:16:20.537Z Compiling foldhash v0.1.5
21382026-05-21T00:16:20.704Z Compiling openssl v0.10.80
21392026-05-21T00:16:20.784Z Compiling unicode-width v0.1.14
21402026-05-21T00:16:20.974Z Compiling chrono-tz v0.10.4
21412026-05-21T00:16:21.015Z Compiling same-file v1.0.6
21422026-05-21T00:16:21.107Z Compiling owo-colors v4.3.0
21432026-05-21T00:16:21.207Z Compiling highway v1.3.0
21442026-05-21T00:16:21.232Z Compiling unicode-xid v0.2.6
21452026-05-21T00:16:21.376Z Compiling konst_macro_rules v0.2.19
21462026-05-21T00:16:21.534Z Compiling konst v0.2.20
21472026-05-21T00:16:21.583Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21482026-05-21T00:16:21.942Z Compiling const_format_proc_macros v0.2.34
21492026-05-21T00:16:22.008Z Compiling walkdir v2.5.0
21502026-05-21T00:16:22.768Z Compiling typify-macro v0.4.3
21512026-05-21T00:16:22.828Z Compiling hashbrown v0.15.5
21522026-05-21T00:16:23.497Z Compiling foreign-types v0.3.2
21532026-05-21T00:16:23.601Z Compiling csv v1.4.0
21542026-05-21T00:16:23.785Z Compiling snafu v0.8.9
21552026-05-21T00:16:24.021Z Compiling qorb v0.4.1
21562026-05-21T00:16:24.343Z Compiling progenitor v0.14.0
21572026-05-21T00:16:24.371Z Compiling progenitor v0.13.0
21582026-05-21T00:16:24.508Z Compiling olpc-cjson v0.1.4
21592026-05-21T00:16:24.533Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21602026-05-21T00:16:24.734Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21612026-05-21T00:16:25.308Z Compiling rayon v1.12.0
21622026-05-21T00:16:27.493Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21632026-05-21T00:16:27.554Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21642026-05-21T00:16:28.242Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21652026-05-21T00:16:28.777Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21662026-05-21T00:16:29.867Z Compiling phf v0.12.1
21672026-05-21T00:16:30.545Z Compiling zone_cfg_derive v0.3.1
21682026-05-21T00:16:30.966Z Compiling tokio-dtrace v0.1.1
21692026-05-21T00:16:31.294Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21702026-05-21T00:16:31.297Z Compiling globset v0.4.18
21712026-05-21T00:16:31.486Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21722026-05-21T00:16:31.526Z Compiling itertools v0.12.1
21732026-05-21T00:16:31.716Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21742026-05-21T00:16:32.294Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21752026-05-21T00:16:32.325Z Compiling pem v3.0.6
21762026-05-21T00:16:32.988Z Compiling libsw-core v0.3.2
21772026-05-21T00:16:33.024Z Compiling serde_plain v1.0.2
21782026-05-21T00:16:33.142Z Compiling openssl-macros v0.1.1
21792026-05-21T00:16:33.179Z Compiling cookie v0.18.1
21802026-05-21T00:16:33.315Z Compiling sigpipe v0.1.3
21812026-05-21T00:16:33.430Z Compiling fixedbitset v0.4.2
21822026-05-21T00:16:33.453Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21832026-05-21T00:16:33.535Z Compiling fixedbitset v0.5.7
21842026-05-21T00:16:33.645Z Compiling typed-path v0.9.3
21852026-05-21T00:16:33.714Z Compiling glob v0.3.3
21862026-05-21T00:16:33.809Z Compiling jiff v0.2.24
21872026-05-21T00:16:33.922Z Compiling petgraph v0.8.3
21882026-05-21T00:16:34.588Z Compiling petgraph v0.6.5
21892026-05-21T00:16:34.694Z Compiling libsw v3.5.0
21902026-05-21T00:16:34.894Z Compiling tough v0.22.0
21912026-05-21T00:16:35.781Z Compiling zone v0.3.1
21922026-05-21T00:16:36.346Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
21932026-05-21T00:16:36.427Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21942026-05-21T00:16:36.626Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21952026-05-21T00:16:36.684Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
21962026-05-21T00:16:36.992Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
21972026-05-21T00:16:37.477Z Compiling oxide-tokio-rt v0.1.6
21982026-05-21T00:16:38.096Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
21992026-05-21T00:16:39.566Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22002026-05-21T00:16:39.761Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22012026-05-21T00:16:40.556Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22022026-05-21T00:16:41.517Z Compiling const_format v0.2.36
22032026-05-21T00:16:42.039Z Compiling papergrid v0.11.0
22042026-05-21T00:16:42.039Z Compiling tabled_derive v0.7.0
22052026-05-21T00:16:42.606Z Compiling gethostname v0.5.0
22062026-05-21T00:16:42.758Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22072026-05-21T00:16:43.064Z Compiling libscf-sys v1.2.0
22082026-05-21T00:16:43.228Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22092026-05-21T00:16:43.374Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22102026-05-21T00:16:43.446Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22112026-05-21T00:16:43.641Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22122026-05-21T00:16:43.820Z Compiling bcs v0.1.6
22132026-05-21T00:16:43.979Z Compiling smf v0.2.3
22142026-05-21T00:16:44.045Z Compiling tagptr v0.2.0
22152026-05-21T00:16:44.218Z Compiling whoami v1.6.1
22162026-05-21T00:16:44.241Z Compiling unicode-linebreak v0.1.5
22172026-05-21T00:16:44.532Z Compiling termtree v0.5.1
22182026-05-21T00:16:44.687Z Compiling smawk v0.3.2
22192026-05-21T00:16:44.720Z Compiling linear-map v1.2.0
22202026-05-21T00:16:44.866Z Compiling textwrap v0.16.2
22212026-05-21T00:16:45.015Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22222026-05-21T00:16:46.509Z Compiling moka v0.12.15
22232026-05-21T00:16:46.984Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22242026-05-21T00:16:47.224Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22252026-05-21T00:16:47.227Z Compiling tabled v0.15.0
22262026-05-21T00:16:47.647Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22272026-05-21T00:16:47.751Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22282026-05-21T00:16:47.869Z Compiling steno v0.4.1
22292026-05-21T00:16:49.434Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22302026-05-21T00:16:53.164Z Compiling hickory-proto v0.25.2
22312026-05-21T00:16:53.190Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
22322026-05-21T00:16:54.756Z Compiling proc-macro-error-attr2 v2.0.0
22332026-05-21T00:16:55.059Z Compiling humantime v2.3.0
22342026-05-21T00:16:55.245Z Compiling proc-macro-error2 v2.0.1
22352026-05-21T00:16:55.520Z Compiling hickory-resolver v0.25.2
22362026-05-21T00:16:55.544Z Compiling typify v0.4.3
22372026-05-21T00:16:55.906Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22382026-05-21T00:16:56.184Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22392026-05-21T00:16:56.347Z Compiling parking_lot_core v0.8.6
22402026-05-21T00:16:56.531Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22412026-05-21T00:16:56.700Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22422026-05-21T00:16:58.218Z Compiling progenitor-impl v0.11.2
22432026-05-21T00:16:58.392Z Compiling tabled_derive v0.11.0
22442026-05-21T00:16:59.517Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22452026-05-21T00:17:00.801Z Compiling papergrid v0.17.0
22462026-05-21T00:17:01.249Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22472026-05-21T00:17:01.722Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22482026-05-21T00:17:03.142Z Compiling testing_table v0.3.0
22492026-05-21T00:17:03.611Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22502026-05-21T00:17:03.925Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22512026-05-21T00:17:04.247Z Compiling tabled v0.20.0
22522026-05-21T00:17:04.310Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
22532026-05-21T00:17:04.431Z Compiling progenitor-macro v0.11.2
22542026-05-21T00:17:06.330Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
22552026-05-21T00:17:06.434Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
22562026-05-21T00:17:07.141Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
22572026-05-21T00:17:07.845Z Compiling progenitor-client v0.11.2
22582026-05-21T00:17:08.348Z Compiling arc-swap v1.9.1
22592026-05-21T00:17:08.516Z Compiling progenitor v0.11.2
22602026-05-21T00:17:08.535Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22612026-05-21T00:17:08.668Z Compiling slog-scope v4.4.1
22622026-05-21T00:17:08.722Z Compiling parking_lot v0.11.2
22632026-05-21T00:17:09.607Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22642026-05-21T00:17:11.547Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22652026-05-21T00:17:11.791Z Compiling dropshot-api-manager-types v0.7.2
22662026-05-21T00:17:12.066Z Compiling fxhash v0.2.1
22672026-05-21T00:17:12.230Z Compiling crc8 v0.1.1
22682026-05-21T00:17:12.360Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
22692026-05-21T00:17:12.383Z Compiling sled v0.34.7
22702026-05-21T00:17:14.283Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
22712026-05-21T00:17:18.554Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
22722026-05-21T00:17:19.335Z Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api)
22732026-05-21T00:17:19.556Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8#3d1fe6ad)
22742026-05-21T00:17:20.731Z Compiling slog-stdlog v4.1.1
22752026-05-21T00:17:21.178Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22762026-05-21T00:17:21.468Z Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm)
22772026-05-21T00:17:22.632Z Compiling slog-envlogger v2.2.0
22782026-05-21T00:17:23.470Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
22792026-05-21T00:17:34.375Z Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm)
22802026-05-21T00:17:36.634Z Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)
22812026-05-21T00:17:40.081Z Finished `release` profile [optimized] target(s) in 3m 48s
22822026-05-21T00:17:40.452Z+ banner quartet
22832026-05-21T00:17:40.456Z
22842026-05-21T00:17:40.456Z #### # # ## ##### ##### ###### #####
22852026-05-21T00:17:40.456Z # # # # # # # # # # #
22862026-05-21T00:17:40.456Z # # # # # # # # # ##### #
22872026-05-21T00:17:40.456Z # # # # # ###### ##### # # #
22882026-05-21T00:17:40.456Z # # # # # # # # # # #
22892026-05-21T00:17:40.456Z ### # #### # # # # # ###### #
22902026-05-21T00:17:40.456Z
22912026-05-21T00:17:40.456Z+ pfexec cargo test --release -p mg-tests test_quartet -- --nocapture
22922026-05-21T00:17:41.002Z Compiling cfg-if v1.0.4
22932026-05-21T00:17:41.005Z Compiling libc v0.2.186
22942026-05-21T00:17:41.005Z Compiling serde_core v1.0.228
22952026-05-21T00:17:41.097Z Compiling memchr v2.8.0
22962026-05-21T00:17:41.113Z Compiling smallvec v1.15.1
22972026-05-21T00:17:41.113Z Compiling itoa v1.0.18
22982026-05-21T00:17:41.127Z Compiling stable_deref_trait v1.2.1
22992026-05-21T00:17:41.130Z Compiling zerofrom v0.1.8
23002026-05-21T00:17:41.152Z Compiling zmij v1.0.21
23012026-05-21T00:17:41.195Z Compiling writeable v0.6.3
23022026-05-21T00:17:41.250Z Compiling yoke v0.8.2
23032026-05-21T00:17:41.347Z Compiling litemap v0.8.2
23042026-05-21T00:17:41.392Z Compiling utf8_iter v1.0.4
23052026-05-21T00:17:41.431Z Compiling zerovec v0.11.6
23062026-05-21T00:17:41.441Z Compiling zerotrie v0.2.4
23072026-05-21T00:17:41.479Z Compiling percent-encoding v2.3.2
23082026-05-21T00:17:41.516Z Compiling libm v0.2.16
23092026-05-21T00:17:41.544Z Compiling icu_properties_data v2.2.0
23102026-05-21T00:17:41.615Z Compiling icu_normalizer_data v2.2.0
23112026-05-21T00:17:41.682Z Compiling form_urlencoded v1.2.2
23122026-05-21T00:17:41.695Z Compiling rand_core v0.10.1
23132026-05-21T00:17:41.739Z Compiling errno v0.3.14
23142026-05-21T00:17:41.865Z Compiling getrandom v0.4.2
23152026-05-21T00:17:41.878Z Compiling pin-project-lite v0.2.17
23162026-05-21T00:17:41.899Z Compiling iana-time-zone v0.1.65
23172026-05-21T00:17:41.972Z Compiling tinystr v0.8.3
23182026-05-21T00:17:41.983Z Compiling potential_utf v0.1.5
23192026-05-21T00:17:42.027Z Compiling zeroize v1.8.2
23202026-05-21T00:17:42.061Z Compiling dyn-clone v1.0.20
23212026-05-21T00:17:42.159Z Compiling icu_locale_core v2.2.0
23222026-05-21T00:17:42.181Z Compiling icu_collections v2.2.0
23232026-05-21T00:17:42.206Z Compiling socket2 v0.6.3
23242026-05-21T00:17:42.206Z Compiling scopeguard v1.2.0
23252026-05-21T00:17:42.237Z Compiling parking_lot_core v0.9.12
23262026-05-21T00:17:42.260Z Compiling signal-hook-registry v1.4.8
23272026-05-21T00:17:42.324Z Compiling num-traits v0.2.19
23282026-05-21T00:17:42.631Z Compiling lock_api v0.4.14
23292026-05-21T00:17:42.796Z Compiling mio v1.2.0
23302026-05-21T00:17:42.882Z Compiling parking_lot v0.12.5
23312026-05-21T00:17:42.932Z Compiling serde v1.0.228
23322026-05-21T00:17:42.983Z Compiling serde_json v1.0.149
23332026-05-21T00:17:43.070Z Compiling icu_provider v2.2.0
23342026-05-21T00:17:43.081Z Compiling uuid v1.23.1
23352026-05-21T00:17:43.263Z Compiling semver v1.0.28
23362026-05-21T00:17:43.482Z Compiling bytes v1.11.1
23372026-05-21T00:17:43.580Z Compiling icu_properties v2.2.0
23382026-05-21T00:17:43.673Z Compiling icu_normalizer v2.2.0
23392026-05-21T00:17:43.704Z Compiling chrono v0.4.44
23402026-05-21T00:17:43.780Z Compiling portable-atomic v1.13.1
23412026-05-21T00:17:43.926Z Compiling thiserror v2.0.18
23422026-05-21T00:17:44.039Z Compiling tokio v1.52.3
23432026-05-21T00:17:44.387Z Compiling getrandom v0.2.17
23442026-05-21T00:17:44.464Z Compiling subtle v2.6.1
23452026-05-21T00:17:44.614Z Compiling idna_adapter v1.2.2
23462026-05-21T00:17:44.640Z Compiling futures-core v0.3.32
23472026-05-21T00:17:44.751Z Compiling idna v1.1.0
23482026-05-21T00:17:44.803Z Compiling critical-section v1.2.0
23492026-05-21T00:17:44.868Z Compiling bitflags v2.11.1
23502026-05-21T00:17:44.913Z Compiling once_cell v1.21.4
23512026-05-21T00:17:45.044Z Compiling log v0.4.29
23522026-05-21T00:17:45.175Z Compiling url v2.5.8
23532026-05-21T00:17:45.258Z Compiling equivalent v1.0.2
23542026-05-21T00:17:45.287Z Compiling zerocopy v0.8.48
23552026-05-21T00:17:45.298Z Compiling rand_core v0.6.4
23562026-05-21T00:17:45.348Z Compiling futures-sink v0.3.32
23572026-05-21T00:17:45.464Z Compiling slab v0.4.12
23582026-05-21T00:17:45.561Z Compiling futures-channel v0.3.32
23592026-05-21T00:17:45.654Z Compiling futures-task v0.3.32
23602026-05-21T00:17:45.677Z Compiling futures-io v0.3.32
23612026-05-21T00:17:45.823Z Compiling schemars v0.8.22
23622026-05-21T00:17:45.834Z Compiling futures-util v0.3.32
23632026-05-21T00:17:45.882Z Compiling typenum v1.20.0
23642026-05-21T00:17:46.548Z Compiling generic-array v0.14.7
23652026-05-21T00:17:46.909Z Compiling hashbrown v0.17.1
23662026-05-21T00:17:47.096Z Compiling tracing-core v0.1.36
23672026-05-21T00:17:47.286Z Compiling base64 v0.22.1
23682026-05-21T00:17:47.582Z Compiling indexmap v2.14.0
23692026-05-21T00:17:47.769Z Compiling tracing v0.1.44
23702026-05-21T00:17:47.781Z Compiling crypto-common v0.1.7
23712026-05-21T00:17:47.928Z Compiling ipnetwork v0.21.1
23722026-05-21T00:17:48.121Z Compiling http v1.4.0
23732026-05-21T00:17:48.192Z Compiling unicode-ident v1.0.24
23742026-05-21T00:17:48.315Z Compiling proc-macro2 v1.0.106
23752026-05-21T00:17:48.423Z Compiling slog v2.8.2
23762026-05-21T00:17:48.438Z Compiling erased-serde v0.3.31
23772026-05-21T00:17:48.496Z Compiling rustls-pki-types v1.14.1
23782026-05-21T00:17:48.509Z Compiling fnv v1.0.7
23792026-05-21T00:17:48.616Z Compiling untrusted v0.9.0
23802026-05-21T00:17:48.755Z Compiling quote v1.0.45
23812026-05-21T00:17:49.372Z Compiling syn v2.0.117
23822026-05-21T00:17:49.506Z Compiling tokio-util v0.7.18
23832026-05-21T00:17:49.639Z Compiling oxnet v0.1.5
23842026-05-21T00:17:49.920Z Compiling byteorder v1.5.0
23852026-05-21T00:17:50.043Z Compiling ipnet v2.12.0
23862026-05-21T00:17:50.203Z Compiling thiserror v1.0.69
23872026-05-21T00:17:50.319Z Compiling ppv-lite86 v0.2.21
23882026-05-21T00:17:50.502Z Compiling http-body v1.0.1
23892026-05-21T00:17:50.663Z Compiling block-buffer v0.10.4
23902026-05-21T00:17:50.675Z Compiling atomic-waker v1.1.2
23912026-05-21T00:17:50.730Z Compiling httparse v1.10.1
23922026-05-21T00:17:50.806Z Compiling digest v0.10.7
23932026-05-21T00:17:50.832Z Compiling tower-layer v0.3.3
23942026-05-21T00:17:50.845Z Compiling try-lock v0.2.5
23952026-05-21T00:17:50.966Z Compiling tower-service v0.3.3
23962026-05-21T00:17:51.030Z Compiling pretty-hex v0.4.2
23972026-05-21T00:17:51.052Z Compiling ryu v1.0.23
23982026-05-21T00:17:51.065Z Compiling want v0.3.1
23992026-05-21T00:17:51.175Z Compiling h2 v0.4.14
24002026-05-21T00:17:51.204Z Compiling httpdate v1.0.3
24012026-05-21T00:17:51.247Z Compiling rustix v1.1.4
24022026-05-21T00:17:51.304Z Compiling regex-syntax v0.8.10
24032026-05-21T00:17:51.344Z Compiling plain v0.2.3
24042026-05-21T00:17:51.470Z Compiling getrandom v0.3.4
24052026-05-21T00:17:51.582Z Compiling omicron-workspace-hack v0.1.0
24062026-05-21T00:17:51.656Z Compiling aws-lc-sys v0.41.0
24072026-05-21T00:17:51.668Z Compiling untrusted v0.7.1
24082026-05-21T00:17:51.679Z Compiling ucd-trie v0.1.7
24092026-05-21T00:17:51.795Z Compiling rand_core v0.9.5
24102026-05-21T00:17:52.055Z Compiling pest v2.8.6
24112026-05-21T00:17:52.237Z Compiling aws-lc-rs v1.17.0
24122026-05-21T00:17:52.282Z Compiling crossbeam-utils v0.8.21
24132026-05-21T00:17:53.048Z Compiling serde_urlencoded v0.7.1
24142026-05-21T00:17:53.102Z Compiling http-body-util v0.1.3
24152026-05-21T00:17:53.333Z Compiling foldhash v0.2.0
24162026-05-21T00:17:53.385Z Compiling rustls v0.23.40
24172026-05-21T00:17:53.624Z Compiling hyper v1.9.0
24182026-05-21T00:17:53.641Z Compiling allocator-api2 v0.2.21
24192026-05-21T00:17:53.746Z Compiling rustls-webpki v0.103.13
24202026-05-21T00:17:54.023Z Compiling hashbrown v0.16.1
24212026-05-21T00:17:54.749Z Compiling newtype-uuid v1.3.2
24222026-05-21T00:17:55.075Z Compiling hyper-util v0.1.20
24232026-05-21T00:17:55.814Z Compiling hex v0.4.3
24242026-05-21T00:17:56.110Z Compiling cpufeatures v0.2.17
24252026-05-21T00:17:56.192Z Compiling daft v0.1.7
24262026-05-21T00:17:56.489Z Compiling rand_chacha v0.9.0
24272026-05-21T00:17:57.052Z Compiling sync_wrapper v1.0.2
24282026-05-21T00:17:57.173Z Compiling aho-corasick v1.1.4
24292026-05-21T00:17:57.328Z Compiling fastrand v2.4.1
24302026-05-21T00:17:57.698Z Compiling tower v0.5.3
24312026-05-21T00:17:57.826Z Compiling anyhow v1.0.102
24322026-05-21T00:17:58.125Z Compiling rand v0.9.4
24332026-05-21T00:17:58.271Z Compiling regex-automata v0.4.14
24342026-05-21T00:17:58.308Z Compiling powerfmt v0.2.0
24352026-05-21T00:17:58.483Z Compiling deranged v0.5.8
24362026-05-21T00:17:58.522Z Compiling tower-http v0.6.10
24372026-05-21T00:17:58.569Z Compiling openapiv3 v2.2.0
24382026-05-21T00:17:58.880Z Compiling num_threads v0.1.7
24392026-05-21T00:17:58.982Z Compiling openssl-probe v0.2.1
24402026-05-21T00:17:59.199Z Compiling num-conv v0.2.1
24412026-05-21T00:17:59.239Z Compiling time-core v0.1.8
24422026-05-21T00:17:59.355Z Compiling rustls-native-certs v0.8.3
24432026-05-21T00:17:59.395Z Compiling camino v1.2.2
24442026-05-21T00:17:59.582Z Compiling time v0.3.47
24452026-05-21T00:17:59.984Z Compiling tokio-rustls v0.26.4
24462026-05-21T00:18:00.226Z Compiling tempfile v3.27.0
24472026-05-21T00:18:00.292Z Compiling futures-executor v0.3.32
24482026-05-21T00:18:00.834Z Compiling winnow v1.0.3
24492026-05-21T00:18:01.036Z Compiling futures v0.3.32
24502026-05-21T00:18:01.125Z Compiling regex v1.12.3
24512026-05-21T00:18:01.136Z Compiling hyper-rustls v0.27.9
24522026-05-21T00:18:01.508Z Compiling rustls-platform-verifier v0.7.0
24532026-05-21T00:18:02.136Z Compiling crossbeam-channel v0.5.15
24542026-05-21T00:18:02.293Z Compiling scroll v0.13.0
24552026-05-21T00:18:02.544Z Compiling simd-adler32 v0.3.9
24562026-05-21T00:18:02.558Z Compiling adler2 v2.0.1
24572026-05-21T00:18:02.595Z Compiling goblin v0.10.5
24582026-05-21T00:18:02.657Z Compiling crc32fast v1.5.0
24592026-05-21T00:18:02.721Z Compiling miniz_oxide v0.8.9
24602026-05-21T00:18:02.856Z Compiling reqwest v0.13.3
24612026-05-21T00:18:02.907Z Compiling ring v0.17.14
24622026-05-21T00:18:03.378Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
24632026-05-21T00:18:04.169Z Compiling thread_local v1.1.9
24642026-05-21T00:18:04.539Z Compiling either v1.15.0
24652026-05-21T00:18:04.764Z Compiling rustls-webpki v0.102.8
24662026-05-21T00:18:05.365Z Compiling flate2 v1.1.9
24672026-05-21T00:18:05.931Z Compiling dof v0.4.0
24682026-05-21T00:18:06.702Z Compiling dtrace-parser v0.3.0
24692026-05-21T00:18:07.134Z Compiling rand_chacha v0.3.1
24702026-05-21T00:18:07.772Z Compiling is-terminal v0.4.17
24712026-05-21T00:18:07.884Z Compiling thread-id v5.1.0
24722026-05-21T00:18:07.979Z Compiling take_mut v0.2.2
24732026-05-21T00:18:08.101Z Compiling compression-core v0.4.32
24742026-05-21T00:18:08.287Z Compiling debug-ignore v1.0.5
24752026-05-21T00:18:08.404Z Compiling match_cfg v0.1.0
24762026-05-21T00:18:08.487Z Compiling term v1.2.1
24772026-05-21T00:18:09.029Z Compiling slog-term v2.9.2
24782026-05-21T00:18:09.253Z Compiling hostname v0.3.1
24792026-05-21T00:18:09.423Z Compiling compression-codecs v0.4.38
24802026-05-21T00:18:09.561Z Compiling slog-async v2.8.0
24812026-05-21T00:18:09.814Z Compiling usdt-impl v0.6.0
24822026-05-21T00:18:10.399Z Compiling rand v0.8.6
24832026-05-21T00:18:10.423Z Compiling ref-cast v1.0.25
24842026-05-21T00:18:10.535Z Compiling rustls v0.22.4
24852026-05-21T00:18:11.066Z Compiling toml_parser v1.1.2+spec-1.1.0
24862026-05-21T00:18:11.202Z Compiling slog-json v2.6.1
24872026-05-21T00:18:11.470Z Compiling strum v0.26.3
24882026-05-21T00:18:11.624Z Compiling macaddr v1.0.1
24892026-05-21T00:18:11.906Z Compiling toml_datetime v1.1.1+spec-1.1.0
24902026-05-21T00:18:12.328Z Compiling serde_spanned v1.1.1
24912026-05-21T00:18:12.428Z Compiling memmap2 v0.9.10
24922026-05-21T00:18:12.478Z Compiling wait-timeout v0.2.1
24932026-05-21T00:18:12.726Z Compiling encoding_rs v0.8.35
24942026-05-21T00:18:12.972Z Compiling spin v0.9.8
24952026-05-21T00:18:13.125Z Compiling bit-vec v0.8.0
24962026-05-21T00:18:13.410Z Compiling quick-error v1.2.3
24972026-05-21T00:18:13.540Z Compiling toml_writer v1.1.1+spec-1.1.0
24982026-05-21T00:18:13.804Z Compiling mime v0.3.17
24992026-05-21T00:18:13.851Z Compiling toml v1.1.2+spec-1.1.0
25002026-05-21T00:18:14.179Z Compiling multer v3.1.0
25012026-05-21T00:18:14.301Z Compiling rusty-fork v0.3.1
25022026-05-21T00:18:15.176Z Compiling bit-set v0.8.0
25032026-05-21T00:18:15.321Z Compiling tokio-rustls v0.25.0
25042026-05-21T00:18:15.372Z Compiling usdt v0.6.0
25052026-05-21T00:18:15.424Z Compiling slog-bunyan v2.5.0
25062026-05-21T00:18:15.590Z Compiling async-compression v0.4.42
25072026-05-21T00:18:15.608Z Compiling serde_with v3.20.0
25082026-05-21T00:18:16.031Z Compiling async-stream v0.3.6
25092026-05-21T00:18:16.082Z Compiling sha1 v0.10.6
25102026-05-21T00:18:16.294Z Compiling rand_xorshift v0.4.0
25112026-05-21T00:18:16.411Z Compiling waitgroup v0.1.2
25122026-05-21T00:18:16.479Z Compiling rustls-pemfile v2.2.0
25132026-05-21T00:18:16.572Z Compiling serde_path_to_error v0.1.20
25142026-05-21T00:18:16.746Z Compiling hostname v0.4.2
25152026-05-21T00:18:16.914Z Compiling unarray v0.1.4
25162026-05-21T00:18:17.028Z Compiling proptest v1.11.0
25172026-05-21T00:18:17.039Z Compiling dropshot v0.17.0
25182026-05-21T00:18:17.062Z Compiling progenitor-client v0.14.0
25192026-05-21T00:18:17.580Z Compiling strum v0.27.2
25202026-05-21T00:18:17.722Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25212026-05-21T00:18:17.742Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25222026-05-21T00:18:17.876Z Compiling rustc-hash v2.1.2
25232026-05-21T00:18:17.975Z Compiling iddqd v0.3.18
25242026-05-21T00:18:18.010Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25252026-05-21T00:18:18.313Z Compiling reqwest v0.12.28
25262026-05-21T00:18:18.324Z Compiling backon v1.6.0
25272026-05-21T00:18:18.417Z Compiling instant v0.1.13
25282026-05-21T00:18:18.540Z Compiling backoff v0.4.0
25292026-05-21T00:18:18.587Z Compiling progenitor-extras v0.2.0
25302026-05-21T00:18:18.761Z Compiling parse-display v0.10.0
25312026-05-21T00:18:18.829Z Compiling itertools v0.14.0
25322026-05-21T00:18:19.700Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25332026-05-21T00:18:19.820Z Compiling progenitor-client v0.10.0
25342026-05-21T00:18:20.342Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
25352026-05-21T00:18:20.353Z Compiling regress v0.10.5
25362026-05-21T00:18:20.516Z Compiling heck v0.5.0
25372026-05-21T00:18:21.119Z Compiling unicode-width v0.2.2
25382026-05-21T00:18:21.455Z Compiling secrecy v0.10.3
25392026-05-21T00:18:21.633Z Compiling tinyvec_macros v0.1.1
25402026-05-21T00:18:21.713Z Compiling tinyvec v1.11.0
25412026-05-21T00:18:21.746Z Compiling num-integer v0.1.46
25422026-05-21T00:18:22.147Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25432026-05-21T00:18:22.245Z Compiling scroll v0.12.0
25442026-05-21T00:18:22.557Z Compiling crucible-workspace-hack v0.1.0
25452026-05-21T00:18:22.641Z Compiling regress v0.11.1
25462026-05-21T00:18:24.004Z Compiling hmac v0.12.1
25472026-05-21T00:18:24.174Z Compiling inout v0.1.4
25482026-05-21T00:18:24.261Z Compiling ff v0.13.1
25492026-05-21T00:18:24.344Z Compiling utf8parse v0.2.2
25502026-05-21T00:18:24.420Z Compiling typify-impl v0.6.2
25512026-05-21T00:18:24.462Z Compiling anstyle-parse v1.0.0
25522026-05-21T00:18:24.693Z Compiling group v0.13.0
25532026-05-21T00:18:24.821Z Compiling cipher v0.4.4
25542026-05-21T00:18:25.093Z Compiling hkdf v0.12.4
25552026-05-21T00:18:25.108Z Compiling goblin v0.8.2
25562026-05-21T00:18:25.270Z Compiling num-rational v0.4.2
25572026-05-21T00:18:26.057Z Compiling num-iter v0.1.45
25582026-05-21T00:18:26.194Z Compiling zerocopy v0.7.35
25592026-05-21T00:18:26.418Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25602026-05-21T00:18:26.803Z Compiling terminal_size v0.4.4
25612026-05-21T00:18:26.969Z Compiling half v2.7.1
25622026-05-21T00:18:27.330Z Compiling universal-hash v0.5.1
25632026-05-21T00:18:27.483Z Compiling crypto-bigint v0.5.5
25642026-05-21T00:18:27.608Z Compiling num-complex v0.4.6
25652026-05-21T00:18:27.732Z Compiling colorchoice v1.0.5
25662026-05-21T00:18:27.866Z Compiling ciborium-io v0.2.2
25672026-05-21T00:18:27.974Z Compiling is_terminal_polyfill v1.70.2
25682026-05-21T00:18:28.059Z Compiling anstyle v1.0.14
25692026-05-21T00:18:28.077Z Compiling base64ct v1.8.3
25702026-05-21T00:18:28.345Z Compiling opaque-debug v0.3.1
25712026-05-21T00:18:28.426Z Compiling base16ct v0.2.0
25722026-05-21T00:18:28.438Z Compiling anstyle-query v1.1.5
25732026-05-21T00:18:28.550Z Compiling elliptic-curve v0.13.8
25742026-05-21T00:18:28.636Z Compiling anstream v1.0.0
25752026-05-21T00:18:28.889Z Compiling poly1305 v0.8.0
25762026-05-21T00:18:29.157Z Compiling password-hash v0.5.0
25772026-05-21T00:18:29.421Z Compiling num v0.4.3
25782026-05-21T00:18:29.510Z Compiling ciborium-ll v0.2.2
25792026-05-21T00:18:29.522Z Compiling curve25519-dalek v4.1.3
25802026-05-21T00:18:29.776Z Compiling dof v0.3.0
25812026-05-21T00:18:30.144Z Compiling typify v0.6.2
25822026-05-21T00:18:30.261Z Compiling thiserror-no-std v2.0.2
25832026-05-21T00:18:30.365Z Compiling chacha20 v0.9.1
25842026-05-21T00:18:30.625Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
25852026-05-21T00:18:30.851Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
25862026-05-21T00:18:32.226Z Compiling byte-wrapper v0.1.0
25872026-05-21T00:18:32.455Z Compiling dtrace-parser v0.2.0
25882026-05-21T00:18:32.494Z Compiling crossbeam-epoch v0.9.18
25892026-05-21T00:18:32.957Z Compiling blake2 v0.10.6
25902026-05-21T00:18:33.000Z Compiling aead v0.5.2
25912026-05-21T00:18:33.196Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25922026-05-21T00:18:33.235Z Compiling thread-id v4.2.2
25932026-05-21T00:18:33.349Z Compiling float-ord v0.3.2
25942026-05-21T00:18:33.448Z Compiling clap_lex v1.1.0
25952026-05-21T00:18:33.460Z Compiling keccak v0.1.6
25962026-05-21T00:18:33.820Z Compiling strsim v0.11.1
25972026-05-21T00:18:34.169Z Compiling clap_builder v4.6.0
25982026-05-21T00:18:34.389Z Compiling sha3 v0.10.9
25992026-05-21T00:18:34.657Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26002026-05-21T00:18:34.738Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26012026-05-21T00:18:34.785Z Compiling usdt-impl v0.5.0
26022026-05-21T00:18:35.016Z Compiling argon2 v0.5.3
26032026-05-21T00:18:36.052Z Compiling chacha20poly1305 v0.10.1
26042026-05-21T00:18:36.209Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26052026-05-21T00:18:36.428Z Compiling vsss-rs v3.3.4
26062026-05-21T00:18:37.942Z Compiling ciborium v0.2.2
26072026-05-21T00:18:38.806Z Compiling hash32 v0.3.1
26082026-05-21T00:18:38.980Z Compiling memmap v0.7.0
26092026-05-21T00:18:39.128Z Compiling indent_write v2.2.0
26102026-05-21T00:18:39.224Z Compiling data-encoding v2.11.0
26112026-05-21T00:18:39.290Z Compiling usdt v0.5.0
26122026-05-21T00:18:39.934Z Compiling heapless v0.8.0
26132026-05-21T00:18:40.450Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26142026-05-21T00:18:41.109Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26152026-05-21T00:18:41.219Z Compiling ingot-types v0.1.2
26162026-05-21T00:18:41.677Z Compiling clap v4.6.1
26172026-05-21T00:18:41.768Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26182026-05-21T00:18:41.797Z Compiling rustix v0.38.44
26192026-05-21T00:18:41.916Z Compiling tabwriter v1.4.1
26202026-05-21T00:18:42.120Z Compiling cobs v0.3.0
26212026-05-21T00:18:42.291Z Compiling colored v3.1.1
26222026-05-21T00:18:42.407Z Compiling cpufeatures v0.3.0
26232026-05-21T00:18:42.505Z Compiling bitflags v1.3.2
26242026-05-21T00:18:42.572Z Compiling managed v0.8.0
26252026-05-21T00:18:42.839Z Compiling foreign-types-shared v0.3.1
26262026-05-21T00:18:42.943Z Compiling foreign-types v0.5.0
26272026-05-21T00:18:42.959Z Compiling smoltcp v0.11.0
26282026-05-21T00:18:43.029Z Compiling chacha20 v0.10.0
26292026-05-21T00:18:43.141Z Compiling postcard v1.1.3
26302026-05-21T00:18:43.325Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26312026-05-21T00:18:43.517Z Compiling num_enum v0.7.6
26322026-05-21T00:18:43.648Z Compiling ingot v0.1.1
26332026-05-21T00:18:44.953Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26342026-05-21T00:18:45.082Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26352026-05-21T00:18:45.294Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26362026-05-21T00:18:45.310Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26372026-05-21T00:18:45.424Z Compiling toml_datetime v0.6.11
26382026-05-21T00:18:45.734Z Compiling serde_spanned v0.6.9
26392026-05-21T00:18:45.825Z Compiling cstr-argument v0.1.2
26402026-05-21T00:18:45.910Z Compiling swrite v0.1.0
26412026-05-21T00:18:45.911Z Compiling static_assertions v1.1.0
26422026-05-21T00:18:45.998Z Compiling toml_write v0.1.2
26432026-05-21T00:18:46.012Z Compiling winnow v0.7.15
26442026-05-21T00:18:46.041Z Compiling linked-hash-map v0.5.6
26452026-05-21T00:18:46.209Z Compiling resolv-conf v0.7.6
26462026-05-21T00:18:46.238Z Compiling unicode-segmentation v1.13.2
26472026-05-21T00:18:46.250Z Compiling lru-cache v0.1.2
26482026-05-21T00:18:46.388Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26492026-05-21T00:18:46.818Z Compiling newline-converter v0.3.0
26502026-05-21T00:18:46.851Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26512026-05-21T00:18:46.851Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26522026-05-21T00:18:46.943Z Compiling hubpack v0.1.2
26532026-05-21T00:18:46.959Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
26542026-05-21T00:18:47.000Z Compiling rand v0.10.1
26552026-05-21T00:18:47.195Z Compiling memoffset v0.9.1
26562026-05-21T00:18:47.199Z Compiling atomicwrites v0.4.4
26572026-05-21T00:18:47.286Z Compiling hickory-proto v0.24.4
26582026-05-21T00:18:47.491Z Compiling crossbeam-deque v0.8.6
26592026-05-21T00:18:47.718Z Compiling toml_edit v0.22.27
26602026-05-21T00:18:47.819Z Compiling console v0.15.11
26612026-05-21T00:18:47.900Z Compiling itertools v0.12.1
26622026-05-21T00:18:48.497Z Compiling camino-tempfile v1.4.1
26632026-05-21T00:18:48.954Z Compiling serde-big-array v0.5.1
26642026-05-21T00:18:49.118Z Compiling similar v2.7.0
26652026-05-21T00:18:49.148Z Compiling siphasher v1.0.3
26662026-05-21T00:18:49.350Z Compiling lazy_static v1.5.0
26672026-05-21T00:18:49.363Z Compiling hickory-resolver v0.24.4
26682026-05-21T00:18:49.462Z Compiling phf_shared v0.12.1
26692026-05-21T00:18:49.686Z Compiling expectorate v1.2.0
26702026-05-21T00:18:49.903Z Compiling toml v0.8.23
26712026-05-21T00:18:50.858Z Compiling pin-project v1.1.13
26722026-05-21T00:18:50.971Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
26732026-05-21T00:18:51.832Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26742026-05-21T00:18:51.847Z Compiling prettyplease v0.2.37
26752026-05-21T00:18:52.769Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26762026-05-21T00:18:55.151Z Compiling rayon-core v1.13.0
26772026-05-21T00:18:55.705Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457)
26782026-05-21T00:18:55.717Z Compiling nix v0.31.3
26792026-05-21T00:18:56.907Z Compiling num_enum v0.5.11
26802026-05-21T00:18:57.039Z Compiling progenitor-impl v0.14.0
26812026-05-21T00:18:57.062Z Compiling progenitor-impl v0.13.0
26822026-05-21T00:18:58.004Z Compiling unicode-normalization v0.1.25
26832026-05-21T00:18:58.519Z Compiling progenitor-client v0.13.0
26842026-05-21T00:18:58.600Z Compiling tokio-stream v0.1.18
26852026-05-21T00:18:59.041Z Compiling bstr v1.12.1
26862026-05-21T00:18:59.168Z Compiling csv-core v0.1.13
26872026-05-21T00:18:59.423Z Compiling foldhash v0.1.5
26882026-05-21T00:18:59.578Z Compiling unicode-width v0.1.14
26892026-05-21T00:18:59.651Z Compiling konst_macro_rules v0.2.19
26902026-05-21T00:18:59.741Z Compiling highway v1.3.0
26912026-05-21T00:18:59.846Z Compiling same-file v1.0.6
26922026-05-21T00:18:59.885Z Compiling foreign-types-shared v0.1.1
26932026-05-21T00:18:59.986Z Compiling walkdir v2.5.0
26942026-05-21T00:19:00.041Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
26952026-05-21T00:19:00.456Z Compiling foreign-types v0.3.2
26962026-05-21T00:19:00.540Z Compiling konst v0.2.20
26972026-05-21T00:19:00.800Z Compiling hashbrown v0.15.5
26982026-05-21T00:19:00.921Z Compiling globset v0.4.18
26992026-05-21T00:19:01.454Z Compiling csv v1.4.0
27002026-05-21T00:19:02.439Z Compiling snafu v0.8.9
27012026-05-21T00:19:03.024Z Compiling qorb v0.4.1
27022026-05-21T00:19:03.321Z Compiling progenitor v0.13.0
27032026-05-21T00:19:03.468Z Compiling progenitor v0.14.0
27042026-05-21T00:19:03.616Z Compiling olpc-cjson v0.1.4
27052026-05-21T00:19:03.836Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27062026-05-21T00:19:04.085Z Compiling rayon v1.12.0
27072026-05-21T00:19:04.127Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27082026-05-21T00:19:04.485Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27092026-05-21T00:19:06.301Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27102026-05-21T00:19:07.187Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27112026-05-21T00:19:08.596Z Compiling phf v0.12.1
27122026-05-21T00:19:08.775Z Compiling openssl-sys v0.9.116
27132026-05-21T00:19:09.211Z Compiling tokio-dtrace v0.1.1
27142026-05-21T00:19:09.549Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27152026-05-21T00:19:10.886Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27162026-05-21T00:19:11.140Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27172026-05-21T00:19:11.389Z Compiling libsw-core v0.3.2
27182026-05-21T00:19:11.576Z Compiling pem v3.0.6
27192026-05-21T00:19:12.294Z Compiling serde_plain v1.0.2
27202026-05-21T00:19:12.592Z Compiling sigpipe v0.1.3
27212026-05-21T00:19:12.693Z Compiling jiff v0.2.24
27222026-05-21T00:19:12.710Z Compiling fixedbitset v0.5.7
27232026-05-21T00:19:12.742Z Compiling glob v0.3.3
27242026-05-21T00:19:13.003Z Compiling minimal-lexical v0.2.1
27252026-05-21T00:19:13.226Z Compiling typed-path v0.9.3
27262026-05-21T00:19:13.320Z Compiling fixedbitset v0.4.2
27272026-05-21T00:19:13.692Z Compiling bytecount v0.6.9
27282026-05-21T00:19:13.725Z Compiling petgraph v0.6.5
27292026-05-21T00:19:13.884Z Compiling papergrid v0.11.0
27302026-05-21T00:19:15.551Z Compiling tough v0.22.0
27312026-05-21T00:19:15.614Z Compiling nom v7.1.3
27322026-05-21T00:19:15.833Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27332026-05-21T00:19:15.910Z Compiling petgraph v0.8.3
27342026-05-21T00:19:16.179Z Compiling openssl v0.10.80
27352026-05-21T00:19:17.318Z Compiling libsw v3.5.0
27362026-05-21T00:19:17.511Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27372026-05-21T00:19:18.292Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27382026-05-21T00:19:18.358Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27392026-05-21T00:19:18.525Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27402026-05-21T00:19:18.656Z Compiling zone v0.3.1
27412026-05-21T00:19:19.298Z Compiling oxide-tokio-rt v0.1.6
27422026-05-21T00:19:19.937Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27432026-05-21T00:19:20.164Z Compiling chrono-tz v0.10.4
27442026-05-21T00:19:20.471Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
27452026-05-21T00:19:21.787Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27462026-05-21T00:19:21.801Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
27472026-05-21T00:19:21.960Z Compiling newtype_derive v0.1.6
27482026-05-21T00:19:22.047Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27492026-05-21T00:19:22.360Z Compiling slog-dtrace v0.3.0
27502026-05-21T00:19:23.096Z Compiling const_format v0.2.36
27512026-05-21T00:19:23.585Z Compiling cancel-safe-futures v0.1.5
27522026-05-21T00:19:23.600Z Compiling owo-colors v4.3.0
27532026-05-21T00:19:23.950Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27542026-05-21T00:19:24.512Z Compiling gethostname v0.5.0
27552026-05-21T00:19:24.670Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27562026-05-21T00:19:24.702Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27572026-05-21T00:19:24.734Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27582026-05-21T00:19:24.828Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27592026-05-21T00:19:24.849Z Compiling smf v0.2.3
27602026-05-21T00:19:25.000Z Compiling bcs v0.1.6
27612026-05-21T00:19:25.411Z Compiling whoami v1.6.1
27622026-05-21T00:19:25.892Z Compiling unicode-linebreak v0.1.5
27632026-05-21T00:19:26.088Z Compiling tagptr v0.2.0
27642026-05-21T00:19:26.138Z Compiling linear-map v1.2.0
27652026-05-21T00:19:26.169Z Compiling termtree v0.5.1
27662026-05-21T00:19:26.247Z Compiling smawk v0.3.2
27672026-05-21T00:19:26.332Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27682026-05-21T00:19:26.354Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27692026-05-21T00:19:26.410Z Compiling textwrap v0.16.2
27702026-05-21T00:19:27.538Z Compiling moka v0.12.15
27712026-05-21T00:19:27.830Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27722026-05-21T00:19:28.057Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27732026-05-21T00:19:28.824Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27742026-05-21T00:19:29.123Z Compiling tabled v0.15.0
27752026-05-21T00:19:29.743Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27762026-05-21T00:19:29.755Z Compiling steno v0.4.1
27772026-05-21T00:19:29.913Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27782026-05-21T00:19:29.945Z Compiling cookie v0.18.1
27792026-05-21T00:19:31.324Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27802026-05-21T00:19:35.416Z Compiling hickory-proto v0.25.2
27812026-05-21T00:19:36.010Z Compiling humantime v2.3.0
27822026-05-21T00:19:36.454Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
27832026-05-21T00:19:37.862Z Compiling hickory-resolver v0.25.2
27842026-05-21T00:19:38.028Z Compiling arc-swap v1.9.1
27852026-05-21T00:19:38.411Z Compiling slog-scope v4.4.1
27862026-05-21T00:19:38.654Z Compiling libscf-sys v1.2.0
27872026-05-21T00:19:38.803Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27882026-05-21T00:19:38.892Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27892026-05-21T00:19:39.891Z Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27902026-05-21T00:19:40.621Z Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8)
27912026-05-21T00:19:41.470Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
27922026-05-21T00:19:42.193Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27932026-05-21T00:19:42.273Z Compiling slog-stdlog v4.1.1
27942026-05-21T00:19:42.660Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
27952026-05-21T00:19:42.669Z Compiling slog-envlogger v2.2.0
27962026-05-21T00:19:42.764Z Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294)
27972026-05-21T00:19:44.022Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
27982026-05-21T00:19:52.292Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
27992026-05-21T00:19:55.140Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419)
28002026-05-21T00:19:56.589Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
28012026-05-21T00:20:05.655Z Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests)
28022026-05-21T00:20:10.365Z Finished `release` profile [optimized] target(s) in 2m 29s
28032026-05-21T00:20:10.479Z Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf)
28042026-05-21T00:20:10.483Z
28052026-05-21T00:20:10.483Zrunning 1 test
28062026-05-21T00:20:10.664Zconfigure zone
28072026-05-21T00:20:10.683Zinstall zone
28082026-05-21T00:20:20.284Zboot zone
28092026-05-21T00:20:20.372Zstart zone s1
28102026-05-21T00:20:20.375Zconfigure zone
28112026-05-21T00:20:20.381Zinstall zone
28122026-05-21T00:20:22.225Zboot zone
28132026-05-21T00:20:22.319Zstart zone s2
28142026-05-21T00:20:22.319Zconfigure zone
28152026-05-21T00:20:22.328Zinstall zone
28162026-05-21T00:20:24.653Zboot zone
28172026-05-21T00:20:24.756Zstart zone s3
28182026-05-21T00:20:24.756Zconfigure zone
28192026-05-21T00:20:24.766Zinstall zone
28202026-05-21T00:20:27.483Zboot zone
28212026-05-21T00:20:27.590Zstart zone t1
28222026-05-21T00:20:27.590Zconfigure zone
28232026-05-21T00:20:27.602Zinstall zone
28242026-05-21T00:20:30.437Zboot zone
28252026-05-21T00:20:30.544Zwaiting for zones to come up
28262026-05-21T00:20:40.547Z[sidecar.quartet] svcs milestone/network
28272026-05-21T00:20:40.575ZSTATE STIME FMRI
28282026-05-21T00:20:40.576Zonline 0:20:20 svc:/milestone/network:default
28292026-05-21T00:20:40.576Zcp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/
28302026-05-21T00:20:40.602Zcp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/
28312026-05-21T00:20:40.630Zcp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/
28322026-05-21T00:20:40.650Zcp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml
28332026-05-21T00:20:40.653Z[sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log &
28342026-05-21T00:20:40.666Z
28352026-05-21T00:20:40.666Zrunning zone s1.quartet setup
28362026-05-21T00:20:40.666Z[s1.quartet] svcs milestone/network
28372026-05-21T00:20:40.683ZSTATE STIME FMRI
28382026-05-21T00:20:40.683Zonline 0:20:21 svc:/milestone/network:default
28392026-05-21T00:20:40.683Z[s1.quartet] dladm
28402026-05-21T00:20:40.695ZLINK CLASS MTU STATE BRIDGE OVER
28412026-05-21T00:20:40.696Zsl0 simnet 9000 up -- ?
28422026-05-21T00:20:40.696Zmgs1 vnic 9000 up -- ?
28432026-05-21T00:20:40.696Z[s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4
28442026-05-21T00:20:41.253Z
28452026-05-21T00:20:41.253Z[s1.quartet] ipadm create-addr -t -T addrconf sl0/v6
28462026-05-21T00:20:41.271Z
28472026-05-21T00:20:41.271Z[s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6
28482026-05-21T00:20:41.283Z
28492026-05-21T00:20:41.283Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd
28502026-05-21T00:20:41.369Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm
28512026-05-21T00:20:41.446Z[s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1d991649-98fe-4b07-8937-4fbe536ac35f --sled-uuid 0032ea0e-6fc1-44d6-81f9-131fd2a8c2b5 -a sl0/v6 &> /opt/ddmd.log &
28522026-05-21T00:20:41.461Z
28532026-05-21T00:20:41.461Zrunning zone s2.quartet setup
28542026-05-21T00:20:41.462Z[s2.quartet] svcs milestone/network
28552026-05-21T00:20:41.478ZSTATE STIME FMRI
28562026-05-21T00:20:41.478Zonline 0:20:24 svc:/milestone/network:default
28572026-05-21T00:20:41.478Z[s2.quartet] dladm
28582026-05-21T00:20:41.492ZLINK CLASS MTU STATE BRIDGE OVER
28592026-05-21T00:20:41.492Zsl1 simnet 9000 up -- ?
28602026-05-21T00:20:41.492Zmgs2 vnic 9000 up -- ?
28612026-05-21T00:20:41.492Z[s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4
28622026-05-21T00:20:41.977Z
28632026-05-21T00:20:41.977Z[s2.quartet] ipadm create-addr -t -T addrconf sl1/v6
28642026-05-21T00:20:41.993Z
28652026-05-21T00:20:41.993Z[s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6
28662026-05-21T00:20:42.004Z
28672026-05-21T00:20:42.004Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd
28682026-05-21T00:20:42.041Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm
28692026-05-21T00:20:42.069Z[s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a90029f4-1d65-4f04-ab0c-30c7f6aa2530 --sled-uuid e4af662e-fed1-4d39-a3eb-23333b9af429 -a sl1/v6 &> /opt/ddmd.log &
28702026-05-21T00:20:42.081Z
28712026-05-21T00:20:42.081Zrunning zone s3.quartet setup
28722026-05-21T00:20:42.081Z[s3.quartet] svcs milestone/network
28732026-05-21T00:20:42.096ZSTATE STIME FMRI
28742026-05-21T00:20:42.096Zonline 0:20:27 svc:/milestone/network:default
28752026-05-21T00:20:42.096Z[s3.quartet] dladm
28762026-05-21T00:20:42.110ZLINK CLASS MTU STATE BRIDGE OVER
28772026-05-21T00:20:42.110Zsl2 simnet 9000 up -- ?
28782026-05-21T00:20:42.110Zmgs3 vnic 9000 up -- ?
28792026-05-21T00:20:42.110Z[s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4
28802026-05-21T00:20:42.610Z
28812026-05-21T00:20:42.610Z[s3.quartet] ipadm create-addr -t -T addrconf sl2/v6
28822026-05-21T00:20:42.627Z
28832026-05-21T00:20:42.627Z[s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6
28842026-05-21T00:20:42.639Z
28852026-05-21T00:20:42.639Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd
28862026-05-21T00:20:42.674Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm
28872026-05-21T00:20:42.712Z[s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b2e4b8aa-6e66-4326-8f22-b2cb9c61437c --sled-uuid dcfb5273-a439-4a60-99ff-0fa0a67c72b2 -a sl2/v6 &> /opt/ddmd.log &
28882026-05-21T00:20:42.724Z
28892026-05-21T00:20:42.724Zrunning zone t1.quartet setup
28902026-05-21T00:20:42.724Z[t1.quartet] svcs milestone/network
28912026-05-21T00:20:42.738ZSTATE STIME FMRI
28922026-05-21T00:20:42.738Zonline 0:20:30 svc:/milestone/network:default
28932026-05-21T00:20:42.738Z[t1.quartet] dladm
28942026-05-21T00:20:42.753ZLINK CLASS MTU STATE BRIDGE OVER
28952026-05-21T00:20:42.753Ztfportrear0_0 simnet 9000 up -- ?
28962026-05-21T00:20:42.753Ztfportrear1_0 simnet 9000 up -- ?
28972026-05-21T00:20:42.753Ztfportrear2_0 simnet 9000 up -- ?
28982026-05-21T00:20:42.753Zmgt1 vnic 9000 up -- ?
28992026-05-21T00:20:42.753Z[t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4
29002026-05-21T00:20:43.275Z
29012026-05-21T00:20:43.275Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6
29022026-05-21T00:20:43.292Z
29032026-05-21T00:20:43.292Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6
29042026-05-21T00:20:43.305Z
29052026-05-21T00:20:43.305Z[t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6
29062026-05-21T00:20:43.318Z
29072026-05-21T00:20:43.318Z[t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6
29082026-05-21T00:20:43.329Z
29092026-05-21T00:20:43.329Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/
29102026-05-21T00:20:43.645Zcp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/
29112026-05-21T00:20:43.648Zcp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml
29122026-05-21T00:20:43.651Zwaiting 3s for copy of files to zone to complete ...
29132026-05-21T00:20:46.649Z[t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml
29142026-05-21T00:20:46.782Z
29152026-05-21T00:20:46.782Z[t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml
29162026-05-21T00:20:46.893Z
29172026-05-21T00:20:46.893Zcp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd
29182026-05-21T00:20:46.924Zcp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm
29192026-05-21T00:20:46.958Z[t1.quartet] svcadm disable dendrite
29202026-05-21T00:20:46.982Z
29212026-05-21T00:20:46.983Z[t1.quartet] svcadm disable tfport
29222026-05-21T00:20:47.015Z
29232026-05-21T00:20:47.015Z[t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224
29242026-05-21T00:20:47.032Z
29252026-05-21T00:20:47.032Z[t1.quartet] svccfg -s dendrite setprop config/mgmt = uds
29262026-05-21T00:20:47.056Z
29272026-05-21T00:20:47.056Z[t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt
29282026-05-21T00:20:47.086Z
29292026-05-21T00:20:47.086Z[t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml
29302026-05-21T00:20:47.105Z
29312026-05-21T00:20:47.105Z[t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3
29322026-05-21T00:20:47.128Z
29332026-05-21T00:20:47.128Z[t1.quartet] svcadm refresh dendrite:default
29342026-05-21T00:20:47.149Z
29352026-05-21T00:20:47.149Z[t1.quartet] svcadm enable dendrite:default
29362026-05-21T00:20:47.175Z
29372026-05-21T00:20:47.175Zwait 10s for dendrite to come up ...
29382026-05-21T00:20:57.172Z[t1.quartet] svccfg -s tfport setprop config/pkt_source = none
29392026-05-21T00:20:57.202Z
29402026-05-21T00:20:57.202Z[t1.quartet] svccfg -s tfport setprop config/flags = --sync-only
29412026-05-21T00:20:57.227Z
29422026-05-21T00:20:57.227Z[t1.quartet] svcadm refresh tfport:default
29432026-05-21T00:20:57.247Z
29442026-05-21T00:20:57.247Z[t1.quartet] svcadm enable tfport
29452026-05-21T00:20:57.270Z
29462026-05-21T00:20:57.272Z[t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 5b87b212-6f0e-42e2-a48e-119b04451ae1 --sled-uuid b69f190e-9c3c-440e-8442-62be6bf31e15 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log &
29472026-05-21T00:20:57.281Z
29482026-05-21T00:20:57.281Z[t1.quartet] ipadm
29492026-05-21T00:20:57.295ZADDROBJ TYPE STATE ADDR
29502026-05-21T00:20:57.295Zlo0/v4 static ok 127.0.0.1/8
29512026-05-21T00:20:57.295Zmgt1/v4 static ok 10.0.0.4/24
29522026-05-21T00:20:57.295Zlo0/v6 static ok ::1/128
29532026-05-21T00:20:57.295Zlo0/u6 static ok fd00:4::1/64
29542026-05-21T00:20:57.295Ztfportrear0_0/v6 addrconf ok fe80::cc9d:cdff:fe43:6da6%tfportrear0_0/10
29552026-05-21T00:20:57.295Ztfportrear1_0/v6 addrconf ok fe80::50a2:5eff:fe34:d105%tfportrear1_0/10
29562026-05-21T00:20:57.295Ztfportrear2_0/v6 addrconf ok fe80::88f5:62ff:fe42:1f30%tfportrear2_0/10
29572026-05-21T00:20:59.425Zinitial peering test passed
29582026-05-21T00:21:00.427Z[s3.quartet] ping fd00:1::1
29592026-05-21T00:21:00.445Zfd00:1::1 is alive
29602026-05-21T00:21:10.494Ztest ddm::test_quartet has been running for over 60 seconds
29612026-05-21T00:21:11.449Z[s3.quartet] ping fd00:1::1
29622026-05-21T00:21:11.465Zfd00:1::1 is alive
29632026-05-21T00:21:11.468Z[t1.quartet] pkill ddmd
29642026-05-21T00:21:11.480Z
29652026-05-21T00:21:11.480Zcp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log
29662026-05-21T00:21:11.483Zcp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log
29672026-05-21T00:21:13.371Z[s3.quartet] pkill ddmd
29682026-05-21T00:21:13.386Z
29692026-05-21T00:21:13.386Zcp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log
29702026-05-21T00:21:15.205Z[s2.quartet] pkill ddmd
29712026-05-21T00:21:15.211Z
29722026-05-21T00:21:15.212Zcp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log
29732026-05-21T00:21:17.380Z[s1.quartet] pkill ddmd
29742026-05-21T00:21:17.404Z
29752026-05-21T00:21:17.404Zcp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log
29762026-05-21T00:21:19.267Z[sidecar.quartet] pkill softnpu
29772026-05-21T00:21:19.279Z
29782026-05-21T00:21:19.279Zcp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log
29792026-05-21T00:21:21.764Ztest ddm::test_quartet ... ok
29802026-05-21T00:21:21.764Z
29812026-05-21T00:21:21.764Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.27s
29822026-05-21T00:21:21.764Z
29832026-05-21T00:21:21.815Z+ cleanup
29842026-05-21T00:21:21.821Z++ id -un
29852026-05-21T00:21:21.821Z++ id -gn
29862026-05-21T00:21:21.827Z+ pfexec chown -R build:build .
29872026-05-21T00:21:21.947Zprocess exited: duration 654085 ms, exit code 0
 
29882026-05-21T00:21:21.958Zfound 6 output files
29892026-05-21T00:21:21.959Zuploading: /work/s1.quartet.log (4853 bytes)
29902026-05-21T00:21:22.993Zuploaded: /work/s1.quartet.log
29912026-05-21T00:21:22.993Zuploading: /work/s2.quartet.log (4138 bytes)
29922026-05-21T00:21:24.021Zuploaded: /work/s2.quartet.log
29932026-05-21T00:21:24.021Zuploading: /work/s3.quartet.log (4251 bytes)
29942026-05-21T00:21:25.032Zuploaded: /work/s3.quartet.log
29952026-05-21T00:21:25.032Zuploading: /work/sidecar.quartet-softnpu.log (809 bytes)
29962026-05-21T00:21:26.060Zuploaded: /work/sidecar.quartet-softnpu.log
29972026-05-21T00:21:26.060Zuploading: /work/t1.quartet-dpd.log (206138 bytes)
29982026-05-21T00:21:27.093Zuploaded: /work/t1.quartet-dpd.log
29992026-05-21T00:21:27.093Zuploading: /work/t1.quartet.log (17197 bytes)
30002026-05-21T00:21:28.110Zuploaded: /work/t1.quartet.log