01KW2GSN3D20ZWT93VBGB5ET80: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KW2GT32RQ54F5RM4JP5NAZ0P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T17:50:15.662Zjob assigned to worker 01KW2GT8743YTQZ1HTYF7N89B2 [factory aws, i-03071859bbcdb4f1d] (queued for 46 s)
 
22026-06-26T17:50:22.367Zstarting task 0: "setup"
32026-06-26T17:50:22.371Z++ uname -s
42026-06-26T17:50:22.374Z+ kern=SunOS
52026-06-26T17:50:22.374Z+ build_user=build
62026-06-26T17:50:22.374Z+ build_uid=12345
72026-06-26T17:50:22.374Z+ work_dir=/work
82026-06-26T17:50:22.374Z+ input_dir=/input
92026-06-26T17:50:22.374Z+ [[ 0 == 12345 ]]
102026-06-26T17:50:22.374Z+ case "$kern" in
112026-06-26T17:50:22.374Z+ groupadd -g 12345 build
122026-06-26T17:50:22.377Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T17:50:24.382Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T17:50:24.457Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T17:50:24.460Z+ home_fs=zfs
162026-06-26T17:50:24.460Z+ [[ zfs == autofs ]]
172026-06-26T17:50:24.460Z+ mkdir -p /home/build
182026-06-26T17:50:24.460Z+ chown build:build /home/build /work
192026-06-26T17:50:26.461Z+ chmod 0700 /home/build /work
202026-06-26T17:50:26.464Zprocess exited: duration 4096 ms, exit code 0
 
212026-06-26T17:50:26.470Zstarting task 1: "rust-toolchain"
222026-06-26T17:50:26.475Z * rust toolchain channel = "1.96.0"
232026-06-26T17:50:26.475Z * rust toolchain profile = "default"
242026-06-26T17:50:26.475Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
252026-06-26T17:50:26.475Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T17:50:26.475Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T17:50:26.475Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T17:50:26.479Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T17:50:26.479Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T17:50:26.531Zinfo: downloading installer
312026-06-26T17:50:28.256Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T17:50:28.256Zwarn: /home/build/.rustup/settings.toml
332026-06-26T17:50:28.256Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T17:50:28.256Zwarn: instead of the one inferred from the default host triple.
352026-06-26T17:50:28.269Zinfo: profile set to default
362026-06-26T17:50:28.269Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T17:50:28.273Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T17:50:28.406Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T17:50:28.409Zinfo: downloading 6 components
402026-06-26T17:50:44.254Z
412026-06-26T17:50:44.254Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-26T17:50:44.287Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T17:50:44.287Z
442026-06-26T17:50:44.287Z
452026-06-26T17:50:44.287ZRust is installed now. Great!
462026-06-26T17:50:44.287Z
472026-06-26T17:50:44.287ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T17:50:44.290Zenvironment variable. This has not been done automatically.
492026-06-26T17:50:44.290Z
502026-06-26T17:50:44.290ZTo configure your current shell, you need to source
512026-06-26T17:50:44.290Zthe corresponding env file under $HOME/.cargo.
522026-06-26T17:50:44.290Z
532026-06-26T17:50:44.290ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T17:50:44.290Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T17:50:44.290Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T17:50:44.291Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T17:50:44.291Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T17:50:44.291Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T17:50:44.291Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T17:50:44.291Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T17:50:44.291Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T17:50:44.379Z+ rustup --version
632026-06-26T17:50:44.388Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T17:50:44.391Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T17:50:44.409Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T17:50:44.412Z+ cargo --version
672026-06-26T17:50:44.424Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T17:50:44.428Z+ rustc --version
692026-06-26T17:50:44.446Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T17:50:44.449Zprocess exited: duration 17977 ms, exit code 0
 
712026-06-26T17:50:44.456Zstarting task 2: "authentication"
722026-06-26T17:50:44.474Zprocess exited: duration 16 ms, exit code 0
 
732026-06-26T17:50:44.481Zstarting task 3: "clone repository"
742026-06-26T17:50:44.484Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T17:50:44.488Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T17:50:44.521ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T17:50:54.472Z+ cd /work/oxidecomputer/omicron
782026-06-26T17:50:54.472Z+ git fetch origin 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96
792026-06-26T17:50:54.778ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T17:50:54.778Z * branch 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96 -> FETCH_HEAD
812026-06-26T17:50:54.788Z+ [[ -n iliana/cockroach-go1.26 ]]
822026-06-26T17:50:54.792Z++ git branch --show-current
832026-06-26T17:50:54.792Z+ current=main
842026-06-26T17:50:54.792Z+ [[ main != iliana/cockroach-go1.26 ]]
852026-06-26T17:50:54.792Z+ git branch -f iliana/cockroach-go1.26 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96
862026-06-26T17:50:54.795Z+ git checkout -f iliana/cockroach-go1.26
872026-06-26T17:50:55.018ZSwitched to branch 'iliana/cockroach-go1.26'
882026-06-26T17:50:55.022Z+ git reset --hard 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96
892026-06-26T17:50:55.244ZHEAD is now at 6bf3f4e1d Merge remote-tracking branch 'origin/main' into iliana/cockroach-go1.26
902026-06-26T17:50:55.247Zprocess exited: duration 10764 ms, exit code 0
 
912026-06-26T17:50:55.254Zstarting task 4: "build"
922026-06-26T17:50:55.258Z+ source .github/buildomat/ci-env.sh
932026-06-26T17:50:55.258Z++ export CARGO_TERM_COLOR=always
942026-06-26T17:50:55.258Z++ CARGO_TERM_COLOR=always
952026-06-26T17:50:55.261Z+ cargo --version
962026-06-26T17:50:55.268Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-26T17:50:55.271Z+ rustc --version
982026-06-26T17:50:55.290Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-26T17:50:55.293Z+ source ./env.sh
1002026-06-26T17:50:55.293Z++ OLD_SHELL_OPTS=ehxB
1012026-06-26T17:50:55.294Z++ set -o xtrace
1022026-06-26T17:50:55.297Z++++ dirname ./env.sh
1032026-06-26T17:50:55.308Z+++ readlink -f .
1042026-06-26T17:50:55.312Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-26T17:50:55.315Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-26T17:50:55.315Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-26T17:50:55.315Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-26T17:50:55.315Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-26T17:50:55.315Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-26T17:50:55.315Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-26T17:50:55.315Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-26T17:50:55.315Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-26T17:50:55.315Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-06-26T17:50:55.316Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-06-26T17:50:55.316Z++ case $OLD_SHELL_OPTS in
1162026-06-26T17:50:55.316Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-26T17:50:55.316Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-06-26T17:50:55.316Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-06-26T17:50:55.316Z+ banner prerequisites
1202026-06-26T17:50:55.316Z
1212026-06-26T17:50:55.316Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-26T17:50:55.316Z # # # # # # # # # # # # # # #
1232026-06-26T17:50:55.316Z # # # # ##### # # ##### # # # # # #### #
1242026-06-26T17:50:55.316Z ##### ##### # ##### # # # # # # # # #
1252026-06-26T17:50:55.316Z # # # # # # # # # # # # # # #
1262026-06-26T17:50:55.316Z # # # ###### # # ###### ### # #### # #### #
1272026-06-26T17:50:55.316Z
1282026-06-26T17:50:55.316Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-26T17:50:57.407Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-26T17:50:57.517Z Startup: Caching catalogs ... Done
1312026-06-26T17:50:58.015ZPlanning: Solver setup ... Done (0.450s)
1322026-06-26T17:50:58.040ZPlanning: Running solver ... Done (0.025s)
1332026-06-26T17:50:58.052ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-26T17:50:58.063ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-26T17:50:58.084ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-26T17:50:58.097ZPlanning: Package planning ... Done (0.013s)
1372026-06-26T17:50:58.100ZPlanning: Merging actions ... Done (0.002s)
1382026-06-26T17:50:58.265ZPlanning: Checking for conflicting actions ... Done (0.166s)
1392026-06-26T17:50:58.269ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-26T17:50:59.043ZPlanning: Evaluating mediators ... Done (0.776s)
1412026-06-26T17:50:59.046ZPlanning: Planning completed in 1.51 seconds
1422026-06-26T17:50:59.052Z Packages to install: 2
1432026-06-26T17:50:59.055Z Estimated space available: 156.06 GB
1442026-06-26T17:50:59.055ZEstimated space to be consumed: 30.96 MB
1452026-06-26T17:50:59.055Z Create boot environment: No
1462026-06-26T17:50:59.055ZCreate backup boot environment: No
1472026-06-26T17:50:59.055Z Rebuild boot archive: No
1482026-06-26T17:50:59.055Z
1492026-06-26T17:50:59.055ZChanged packages:
1502026-06-26T17:50:59.055Zhelios
1512026-06-26T17:50:59.055Z developer/build-essential
1522026-06-26T17:50:59.055Z None -> 11-3.0
1532026-06-26T17:50:59.055Z library/libxmlsec1
1542026-06-26T17:50:59.055Z None -> 1.2.35-3.0
1552026-06-26T17:50:59.077Z
1562026-06-26T17:50:59.078ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-26T17:51:00.299ZDownload: Completed 1.28 MB in 1.22 seconds (1.1M/s)
1582026-06-26T17:51:00.386Z Actions: 1/268 actions (Installing new actions)
1592026-06-26T17:51:00.424Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-26T17:51:00.435ZFinalize: Updating package state database ... Done (0.011s)
1612026-06-26T17:51:00.435ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-26T17:51:00.464ZFinalize: Updating image state ... Done (0.028s)
1632026-06-26T17:51:02.887ZFinalize: Creating fast lookup database ... Done (2.398s)
1642026-06-26T17:51:02.955ZFinalize: Reading search index ... Done (0.012s)
1652026-06-26T17:51:02.958ZFinalize: Updating search index ... Done (0.000s)
1662026-06-26T17:51:03.040ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-26T17:51:03.351ZPlanning: Evaluating mediator changes ... Done
1682026-06-26T17:51:03.455ZPlanning: Checking for conflicting actions ... Done
1692026-06-26T17:51:03.458ZPlanning: Consolidating action changes ... Done
1702026-06-26T17:51:03.610ZPlanning: Evaluating mediators ... Done
1712026-06-26T17:51:03.615ZPlanning: Planning completed in 0.26 seconds
1722026-06-26T17:51:03.632Z Mediators to change: 2
1732026-06-26T17:51:03.632Z Create boot environment: No
1742026-06-26T17:51:03.635ZCreate backup boot environment: No
1752026-06-26T17:51:03.682ZFinalize: Updating package state database ... Done
1762026-06-26T17:51:03.682ZFinalize: Updating package cache ... Done
1772026-06-26T17:51:03.698ZFinalize: Updating image state ... Done
1782026-06-26T17:51:05.647ZFinalize: Creating fast lookup database ... Done
1792026-06-26T17:51:05.710ZFinalize: Reading search index ... Done
1802026-06-26T17:51:05.713ZFinalize: Updating search index ... Done
1812026-06-26T17:51:05.797ZFinalize: Updating package cache ... Done
1822026-06-26T17:51:06.079ZPlanning: Evaluating mediator changes ... Done
1832026-06-26T17:51:06.186ZPlanning: Checking for conflicting actions ... Done
1842026-06-26T17:51:06.189ZPlanning: Consolidating action changes ... Done
1852026-06-26T17:51:06.343ZPlanning: Evaluating mediators ... Done
1862026-06-26T17:51:06.347ZPlanning: Planning completed in 0.26 seconds
1872026-06-26T17:51:06.366Z Mediators to change: 1
1882026-06-26T17:51:06.366Z Create boot environment: No
1892026-06-26T17:51:06.367ZCreate backup boot environment: No
1902026-06-26T17:51:06.409ZFinalize: Updating package state database ... Done
1912026-06-26T17:51:06.409ZFinalize: Updating package cache ... Done
1922026-06-26T17:51:06.424ZFinalize: Updating image state ... Done
1932026-06-26T17:51:08.383ZFinalize: Creating fast lookup database ... Done
1942026-06-26T17:51:08.445ZFinalize: Reading search index ... Done
1952026-06-26T17:51:08.448ZFinalize: Updating search index ... Done
1962026-06-26T17:51:08.511ZFinalize: Updating package cache ... Done
1972026-06-26T17:51:08.826ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-26T17:51:08.826Zapache system 2.4 system
1992026-06-26T17:51:08.826Zclang system 15 system
2002026-06-26T17:51:08.826Zcsh system system illumos
2012026-06-26T17:51:08.826Zctags system system illumos
2022026-06-26T17:51:08.826Zfile vendor vendor darwinsys
2032026-06-26T17:51:08.826Zfile system system illumos
2042026-06-26T17:51:08.826Zgcc vendor 14 vendor
2052026-06-26T17:51:08.826Zgcc system 13 system
2062026-06-26T17:51:08.826Zgcc system 10 system
2072026-06-26T17:51:08.826Zgo system 1.25 system
2082026-06-26T17:51:08.826Zllvm system 15 system
2092026-06-26T17:51:08.826Zmariadb system 11.4 system
2102026-06-26T17:51:08.826Zmta vendor vendor dma
2112026-06-26T17:51:08.826Zopenjdk system 17 system
2122026-06-26T17:51:08.826Zopenjdk system 11 system
2132026-06-26T17:51:08.826Zopenssl vendor 3 vendor
2142026-06-26T17:51:08.826Zperl system 5.40 system
2152026-06-26T17:51:08.826Zpostgresql system 18 system
2162026-06-26T17:51:08.826Zpostgresql system 17 system
2172026-06-26T17:51:08.826Zpython vendor 3 vendor
2182026-06-26T17:51:08.826Zpython system 2 system
2192026-06-26T17:51:08.827Zpython3 vendor 3.13 vendor
2202026-06-26T17:51:08.827Zruby system 3.4 system
2212026-06-26T17:51:08.827Zruby system 3.0 system
2222026-06-26T17:51:08.827Zwords vendor vendor american-english
2232026-06-26T17:51:08.827Zwords system system australian-english
2242026-06-26T17:51:08.827Zwords system system british-english
2252026-06-26T17:51:08.827Zwords system system canadian-english
2262026-06-26T17:51:08.827Zwords system system french
2272026-06-26T17:51:08.827Zwords system system italian
2282026-06-26T17:51:08.827Zwords system system ngerman
2292026-06-26T17:51:08.827Zwords system system ogerman
2302026-06-26T17:51:08.827Zwords system system spanish
2312026-06-26T17:51:09.086ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-26T17:51:09.086Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-26T17:51:09.386ZFMRI IFO
2342026-06-26T17:51:09.386Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-26T17:51:09.386Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-26T17:51:09.386Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-26T17:51:09.386Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-26T17:51:09.386Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-26T17:51:09.386Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-26T17:51:09.386Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-26T17:51:09.386Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-26T17:51:09.386Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-26T17:51:09.643Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-26T17:51:09.945Z Updating crates.io index
2452026-06-26T17:51:09.949Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-26T17:51:10.211Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-26T17:51:10.559Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-26T17:51:10.869Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-26T17:51:11.751Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-26T17:51:12.272Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-26T17:51:14.108Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-26T17:51:14.923Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-26T17:51:15.173Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-26T17:51:16.515Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-26T17:51:16.804Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-26T17:51:17.143Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-26T17:51:17.436Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-26T17:51:17.883Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-26T17:51:18.377Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-26T17:51:18.800Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-26T17:51:19.067Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-26T17:51:19.366Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-26T17:51:19.691Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-26T17:51:19.966Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-26T17:51:20.245Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-26T17:51:20.503Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-26T17:51:20.982Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-26T17:51:21.310Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-26T17:51:21.545Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-26T17:51:21.952Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-26T17:51:22.228Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-26T17:51:22.599Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-26T17:51:22.873Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-26T17:51:23.131Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-26T17:51:23.479Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-26T17:51:23.863Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-26T17:51:24.296Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-26T17:51:24.592Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-26T17:51:24.877Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-26T17:51:25.200Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-26T17:51:25.488Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-26T17:51:25.745Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-26T17:51:26.044Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-26T17:51:26.313Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-26T17:51:29.474Z Downloading crates ...
2862026-06-26T17:51:29.530Z Downloaded bitflags v2.11.0
2872026-06-26T17:51:29.534Z Downloaded percent-encoding v2.3.2
2882026-06-26T17:51:29.534Z Downloaded memmap v0.7.0
2892026-06-26T17:51:29.538Z Downloaded digest v0.10.7
2902026-06-26T17:51:29.543Z Downloaded tempfile v3.25.0
2912026-06-26T17:51:29.543Z Downloaded idna_adapter v1.2.1
2922026-06-26T17:51:29.543Z Downloaded serde_derive v1.0.228
2932026-06-26T17:51:29.547Z Downloaded icu_normalizer_data v2.1.1
2942026-06-26T17:51:29.550Z Downloaded unicode-xid v0.2.6
2952026-06-26T17:51:29.550Z Downloaded displaydoc v0.2.5
2962026-06-26T17:51:29.550Z Downloaded zerofrom v0.1.6
2972026-06-26T17:51:29.554Z Downloaded version_check v0.9.5
2982026-06-26T17:51:29.554Z Downloaded errno v0.3.14
2992026-06-26T17:51:29.554Z Downloaded dof v0.3.0
3002026-06-26T17:51:29.554Z Downloaded anstyle-query v1.1.5
3012026-06-26T17:51:29.554Z Downloaded clap_derive v4.6.1
3022026-06-26T17:51:29.557Z Downloaded zmij v1.0.21
3032026-06-26T17:51:29.558Z Downloaded toml_write v0.1.2
3042026-06-26T17:51:29.558Z Downloaded dtrace-parser v0.2.0
3052026-06-26T17:51:29.558Z Downloaded utf8_iter v1.0.4
3062026-06-26T17:51:29.561Z Downloaded utf8parse v0.2.2
3072026-06-26T17:51:29.561Z Downloaded fnv v1.0.7
3082026-06-26T17:51:29.561Z Downloaded block-buffer v0.10.4
3092026-06-26T17:51:29.561Z Downloaded autocfg v1.5.0
3102026-06-26T17:51:29.561Z Downloaded equivalent v1.0.2
3112026-06-26T17:51:29.565Z Downloaded usdt v0.5.0
3122026-06-26T17:51:29.565Z Downloaded anstream v1.0.0
3132026-06-26T17:51:29.566Z Downloaded bytecount v0.6.9
3142026-06-26T17:51:29.566Z Downloaded icu_normalizer v2.1.1
3152026-06-26T17:51:29.569Z Downloaded usdt-attr-macro v0.5.0
3162026-06-26T17:51:29.573Z Downloaded zerofrom-derive v0.1.6
3172026-06-26T17:51:29.573Z Downloaded unicode-linebreak v0.1.5
3182026-06-26T17:51:29.577Z Downloaded idna v1.1.0
3192026-06-26T17:51:29.581Z Downloaded cpufeatures v0.2.17
3202026-06-26T17:51:29.584Z Downloaded zerovec-derive v0.11.2
3212026-06-26T17:51:29.584Z Downloaded usdt-impl v0.5.0
3222026-06-26T17:51:29.584Z Downloaded tinystr v0.8.2
3232026-06-26T17:51:29.587Z Downloaded icu_properties_data v2.1.2
3242026-06-26T17:51:29.591Z Downloaded yoke v0.8.1
3252026-06-26T17:51:29.594Z Downloaded colorchoice v1.0.4
3262026-06-26T17:51:29.594Z Downloaded thiserror-impl v2.0.18
3272026-06-26T17:51:29.594Z Downloaded indexmap v2.14.0
3282026-06-26T17:51:29.597Z Downloaded thiserror-impl v1.0.69
3292026-06-26T17:51:29.597Z Downloaded crypto-common v0.1.7
3302026-06-26T17:51:29.597Z Downloaded generic-array v0.14.7
3312026-06-26T17:51:29.598Z Downloaded usdt-macro v0.5.0
3322026-06-26T17:51:29.598Z Downloaded heck v0.4.1
3332026-06-26T17:51:29.601Z Downloaded erased-serde v0.4.9
3342026-06-26T17:51:29.601Z Downloaded clap_lex v1.0.0
3352026-06-26T17:51:29.602Z Downloaded thread-id v4.2.2
3362026-06-26T17:51:29.602Z Downloaded heck v0.5.0
3372026-06-26T17:51:29.605Z Downloaded camino-tempfile v1.4.1
3382026-06-26T17:51:29.605Z Downloaded zerocopy-derive v0.7.35
3392026-06-26T17:51:29.608Z Downloaded ucd-trie v0.1.7
3402026-06-26T17:51:29.608Z Downloaded fastrand v2.3.0
3412026-06-26T17:51:29.612Z Downloaded typeid v1.0.3
3422026-06-26T17:51:29.612Z Downloaded form_urlencoded v1.2.2
3432026-06-26T17:51:29.615Z Downloaded url v2.5.8
3442026-06-26T17:51:29.618Z Downloaded unicode-ident v1.0.24
3452026-06-26T17:51:29.618Z Downloaded plain v0.2.3
3462026-06-26T17:51:29.621Z Downloaded yoke-derive v0.8.1
3472026-06-26T17:51:29.621Z Downloaded icu_locale_core v2.1.1
3482026-06-26T17:51:29.625Z Downloaded cfg-if v1.0.4
3492026-06-26T17:51:29.625Z Downloaded toml_datetime v0.6.11
3502026-06-26T17:51:29.625Z Downloaded thiserror v2.0.18
3512026-06-26T17:51:29.628Z Downloaded writeable v0.6.2
3522026-06-26T17:51:29.628Z Downloaded terminal_size v0.4.3
3532026-06-26T17:51:29.631Z Downloaded byteorder v1.5.0
3542026-06-26T17:51:29.631Z Downloaded toml v0.8.23
3552026-06-26T17:51:29.631Z Downloaded ordered-float v2.10.1
3562026-06-26T17:51:29.635Z Downloaded macaddr v1.0.1
3572026-06-26T17:51:29.635Z Downloaded itoa v1.0.17
3582026-06-26T17:51:29.635Z Downloaded thiserror v1.0.69
3592026-06-26T17:51:29.638Z Downloaded textwrap v0.16.2
3602026-06-26T17:51:29.639Z Downloaded typenum v1.19.0
3612026-06-26T17:51:29.642Z Downloaded strsim v0.11.1
3622026-06-26T17:51:29.642Z Downloaded cargo-platform v0.2.0
3632026-06-26T17:51:29.649Z Downloaded is_terminal_polyfill v1.70.2
3642026-06-26T17:51:29.652Z Downloaded smawk v0.3.2
3652026-06-26T17:51:29.652Z Downloaded potential_utf v0.1.4
3662026-06-26T17:51:29.655Z Downloaded scroll_derive v0.12.1
3672026-06-26T17:51:29.655Z Downloaded zerotrie v0.2.3
3682026-06-26T17:51:29.658Z Downloaded proc-macro-error-attr v1.0.4
3692026-06-26T17:51:29.662Z Downloaded tabled_derive v0.7.0
3702026-06-26T17:51:29.665Z Downloaded zerovec v0.11.5
3712026-06-26T17:51:29.665Z Downloaded swrite v0.1.0
3722026-06-26T17:51:29.668Z Downloaded zerocopy v0.7.35
3732026-06-26T17:51:29.674Z Downloaded winnow v0.7.14
3742026-06-26T17:51:29.678Z Downloaded fs-err v3.3.0
3752026-06-26T17:51:29.682Z Downloaded cargo_metadata v0.21.0
3762026-06-26T17:51:29.682Z Downloaded stable_deref_trait v1.2.1
3772026-06-26T17:51:29.682Z Downloaded serde_spanned v0.6.9
3782026-06-26T17:51:29.682Z Downloaded serde-value v0.7.0
3792026-06-26T17:51:29.685Z Downloaded toml_edit v0.22.27
3802026-06-26T17:51:29.685Z Downloaded proc-macro-error v1.0.4
3812026-06-26T17:51:29.689Z Downloaded anstyle v1.0.14
3822026-06-26T17:51:29.689Z Downloaded unicode-width v0.1.14
3832026-06-26T17:51:29.692Z Downloaded pretty-hex v0.4.1
3842026-06-26T17:51:29.692Z Downloaded unicode-width v0.2.0
3852026-06-26T17:51:29.696Z Downloaded litemap v0.8.1
3862026-06-26T17:51:29.696Z Downloaded anyhow v1.0.102
3872026-06-26T17:51:29.699Z Downloaded cargo_toml v0.21.0
3882026-06-26T17:51:29.699Z Downloaded anstyle-parse v1.0.0
3892026-06-26T17:51:29.702Z Downloaded quote v1.0.45
3902026-06-26T17:51:29.702Z Downloaded serde-untagged v0.1.9
3912026-06-26T17:51:29.706Z Downloaded scroll v0.12.0
3922026-06-26T17:51:29.710Z Downloaded sha2 v0.10.9
3932026-06-26T17:51:29.725Z Downloaded icu_properties v2.1.2
3942026-06-26T17:51:29.729Z Downloaded clap v4.6.1
3952026-06-26T17:51:29.733Z Downloaded camino v1.2.2
3962026-06-26T17:51:29.736Z Downloaded synstructure v0.13.2
3972026-06-26T17:51:29.741Z Downloaded serde_tokenstream v0.2.3
3982026-06-26T17:51:29.748Z Downloaded log v0.4.29
3992026-06-26T17:51:29.752Z Downloaded pest_derive v2.8.6
4002026-06-26T17:51:29.752Z Downloaded cargo-util-schemas v0.8.2
4012026-06-26T17:51:29.752Z Downloaded getrandom v0.4.1
4022026-06-26T17:51:29.756Z Downloaded once_cell v1.21.3
4032026-06-26T17:51:29.759Z Downloaded smallvec v1.15.1
4042026-06-26T17:51:29.759Z Downloaded proc-macro2 v1.0.106
4052026-06-26T17:51:29.763Z Downloaded pest_generator v2.8.6
4062026-06-26T17:51:29.766Z Downloaded semver v1.0.28
4072026-06-26T17:51:29.766Z Downloaded icu_provider v2.1.1
4082026-06-26T17:51:29.770Z Downloaded papergrid v0.11.0
4092026-06-26T17:51:29.773Z Downloaded serde_core v1.0.228
4102026-06-26T17:51:29.777Z Downloaded pest_meta v2.8.6
4112026-06-26T17:51:29.777Z Downloaded icu_collections v2.1.1
4122026-06-26T17:51:29.786Z Downloaded num-traits v0.2.19
4132026-06-26T17:51:29.800Z Downloaded serde v1.0.228
4142026-06-26T17:51:29.803Z Downloaded memchr v2.8.0
4152026-06-26T17:51:29.830Z Downloaded pest v2.8.6
4162026-06-26T17:51:29.843Z Downloaded serde_json v1.0.149
4172026-06-26T17:51:29.847Z Downloaded hashbrown v0.17.0
4182026-06-26T17:51:29.850Z Downloaded goblin v0.8.2
4192026-06-26T17:51:29.856Z Downloaded clap_builder v4.6.0
4202026-06-26T17:51:29.865Z Downloaded tabled v0.15.0
4212026-06-26T17:51:29.874Z Downloaded syn v1.0.109
4222026-06-26T17:51:29.880Z Downloaded syn v2.0.117
4232026-06-26T17:51:29.902Z Downloaded rustix v1.1.3
4242026-06-26T17:51:29.924Z Downloaded libc v0.2.185
4252026-06-26T17:51:29.991Z Compiling proc-macro2 v1.0.106
4262026-06-26T17:51:29.991Z Compiling quote v1.0.45
4272026-06-26T17:51:29.991Z Compiling unicode-ident v1.0.24
4282026-06-26T17:51:29.991Z Compiling serde_core v1.0.228
4292026-06-26T17:51:29.991Z Compiling libc v0.2.185
4302026-06-26T17:51:29.995Z Compiling version_check v0.9.5
4312026-06-26T17:51:29.995Z Compiling serde v1.0.228
4322026-06-26T17:51:29.995Z Compiling memchr v2.8.0
4332026-06-26T17:51:30.336Z Compiling stable_deref_trait v1.2.1
4342026-06-26T17:51:30.411Z Compiling zmij v1.0.21
4352026-06-26T17:51:30.497Z Compiling thiserror v1.0.69
4362026-06-26T17:51:30.560Z Compiling autocfg v1.5.0
4372026-06-26T17:51:30.771Z Compiling ucd-trie v0.1.7
4382026-06-26T17:51:30.786Z Compiling itoa v1.0.17
4392026-06-26T17:51:30.973Z Compiling pest v2.8.6
4402026-06-26T17:51:31.032Z Compiling litemap v0.8.1
4412026-06-26T17:51:31.048Z Compiling writeable v0.6.2
4422026-06-26T17:51:31.065Z Compiling icu_normalizer_data v2.1.1
4432026-06-26T17:51:31.242Z Compiling icu_properties_data v2.1.2
4442026-06-26T17:51:31.257Z Compiling byteorder v1.5.0
4452026-06-26T17:51:31.426Z Compiling syn v2.0.117
4462026-06-26T17:51:31.478Z Compiling rustix v1.1.3
4472026-06-26T17:51:31.541Z Compiling errno v0.3.14
4482026-06-26T17:51:31.555Z Compiling serde_json v1.0.149
4492026-06-26T17:51:31.569Z Compiling bitflags v2.11.0
4502026-06-26T17:51:31.790Z Compiling num-traits v0.2.19
4512026-06-26T17:51:31.837Z Compiling hashbrown v0.17.0
4522026-06-26T17:51:31.852Z Compiling typeid v1.0.3
4532026-06-26T17:51:31.972Z Compiling smallvec v1.15.1
4542026-06-26T17:51:32.020Z Compiling pest_meta v2.8.6
4552026-06-26T17:51:32.217Z Compiling equivalent v1.0.2
4562026-06-26T17:51:32.357Z Compiling indexmap v2.14.0
4572026-06-26T17:51:32.427Z Compiling thread-id v4.2.2
4582026-06-26T17:51:32.455Z Compiling usdt-impl v0.5.0
4592026-06-26T17:51:32.509Z Compiling proc-macro-error-attr v1.0.4
4602026-06-26T17:51:32.566Z Compiling erased-serde v0.4.9
4612026-06-26T17:51:32.662Z Compiling toml_write v0.1.2
4622026-06-26T17:51:32.691Z Compiling winnow v0.7.14
4632026-06-26T17:51:32.864Z Compiling syn v1.0.109
4642026-06-26T17:51:33.238Z Compiling proc-macro-error v1.0.4
4652026-06-26T17:51:33.337Z Compiling plain v0.2.3
4662026-06-26T17:51:33.429Z Compiling log v0.4.29
4672026-06-26T17:51:33.452Z Compiling thiserror v2.0.18
4682026-06-26T17:51:33.639Z Compiling utf8_iter v1.0.4
4692026-06-26T17:51:33.702Z Compiling camino v1.2.2
4702026-06-26T17:51:33.719Z Compiling utf8parse v0.2.2
4712026-06-26T17:51:33.802Z Compiling getrandom v0.4.1
4722026-06-26T17:51:33.841Z Compiling percent-encoding v2.3.2
4732026-06-26T17:51:33.922Z Compiling anstyle-parse v1.0.0
4742026-06-26T17:51:34.070Z Compiling form_urlencoded v1.2.2
4752026-06-26T17:51:34.091Z Compiling ordered-float v2.10.1
4762026-06-26T17:51:34.107Z Compiling synstructure v0.13.2
4772026-06-26T17:51:34.122Z Compiling pest_generator v2.8.6
4782026-06-26T17:51:34.300Z Compiling terminal_size v0.4.3
4792026-06-26T17:51:34.445Z Compiling cfg-if v1.0.4
4802026-06-26T17:51:34.525Z Compiling colorchoice v1.0.4
4812026-06-26T17:51:34.580Z Compiling pretty-hex v0.4.1
4822026-06-26T17:51:34.647Z Compiling is_terminal_polyfill v1.70.2
4832026-06-26T17:51:34.675Z Compiling anstyle v1.0.14
4842026-06-26T17:51:34.691Z Compiling anstyle-query v1.1.5
4852026-06-26T17:51:34.707Z Compiling serde-untagged v0.1.9
4862026-06-26T17:51:34.824Z Compiling semver v1.0.28
4872026-06-26T17:51:34.848Z Compiling anstream v1.0.0
4882026-06-26T17:51:34.915Z Compiling fs-err v3.3.0
4892026-06-26T17:51:34.948Z Compiling bytecount v0.6.9
4902026-06-26T17:51:35.087Z Compiling fnv v1.0.7
4912026-06-26T17:51:35.105Z Compiling anyhow v1.0.102
4922026-06-26T17:51:35.145Z Compiling heck v0.5.0
4932026-06-26T17:51:35.161Z Compiling heck v0.4.1
4942026-06-26T17:51:35.175Z Compiling once_cell v1.21.3
4952026-06-26T17:51:35.191Z Compiling unicode-xid v0.2.6
4962026-06-26T17:51:35.318Z Compiling strsim v0.11.1
4972026-06-26T17:51:35.382Z Compiling fastrand v2.3.0
4982026-06-26T17:51:35.415Z Compiling clap_lex v1.0.0
4992026-06-26T17:51:35.433Z Compiling unicode-width v0.1.14
5002026-06-26T17:51:35.640Z Compiling clap_builder v4.6.0
5012026-06-26T17:51:35.643Z Compiling tempfile v3.25.0
5022026-06-26T17:51:35.673Z Compiling papergrid v0.11.0
5032026-06-26T17:51:35.763Z Compiling serde_derive v1.0.228
5042026-06-26T17:51:35.799Z Compiling zerofrom-derive v0.1.6
5052026-06-26T17:51:35.927Z Compiling yoke-derive v0.8.1
5062026-06-26T17:51:36.036Z Compiling zerovec-derive v0.11.2
5072026-06-26T17:51:36.278Z Compiling displaydoc v0.2.5
5082026-06-26T17:51:37.015Z Compiling thiserror-impl v1.0.69
5092026-06-26T17:51:37.073Z Compiling zerocopy-derive v0.7.35
5102026-06-26T17:51:37.092Z Compiling pest_derive v2.8.6
5112026-06-26T17:51:37.158Z Compiling scroll_derive v0.12.1
5122026-06-26T17:51:37.177Z Compiling zerofrom v0.1.6
5132026-06-26T17:51:37.312Z Compiling yoke v0.8.1
5142026-06-26T17:51:37.510Z Compiling zerovec v0.11.5
5152026-06-26T17:51:37.529Z Compiling zerotrie v0.2.3
5162026-06-26T17:51:37.853Z Compiling scroll v0.12.0
5172026-06-26T17:51:37.912Z Compiling thiserror-impl v2.0.18
5182026-06-26T17:51:37.962Z Compiling zerocopy v0.7.35
5192026-06-26T17:51:38.025Z Compiling tinystr v0.8.2
5202026-06-26T17:51:38.116Z Compiling potential_utf v0.1.4
5212026-06-26T17:51:38.245Z Compiling icu_locale_core v2.1.1
5222026-06-26T17:51:38.309Z Compiling icu_collections v2.1.1
5232026-06-26T17:51:38.410Z Compiling dtrace-parser v0.2.0
5242026-06-26T17:51:38.541Z Compiling goblin v0.8.2
5252026-06-26T17:51:38.677Z Compiling tabled_derive v0.7.0
5262026-06-26T17:51:38.824Z Compiling clap_derive v4.6.1
5272026-06-26T17:51:39.181Z Compiling icu_provider v2.1.1
5282026-06-26T17:51:39.202Z Compiling toml_datetime v0.6.11
5292026-06-26T17:51:39.217Z Compiling serde_spanned v0.6.9
5302026-06-26T17:51:39.233Z Compiling dof v0.3.0
5312026-06-26T17:51:39.318Z Compiling serde_tokenstream v0.2.3
5322026-06-26T17:51:39.467Z Compiling icu_normalizer v2.1.1
5332026-06-26T17:51:39.484Z Compiling icu_properties v2.1.2
5342026-06-26T17:51:39.484Z Compiling toml_edit v0.22.27
5352026-06-26T17:51:39.629Z Compiling serde-value v0.7.0
5362026-06-26T17:51:39.647Z Compiling cargo-platform v0.2.0
5372026-06-26T17:51:39.919Z Compiling memmap v0.7.0
5382026-06-26T17:51:39.999Z Compiling smawk v0.3.2
5392026-06-26T17:51:40.027Z Compiling unicode-linebreak v0.1.5
5402026-06-26T17:51:40.114Z Compiling unicode-width v0.2.0
5412026-06-26T17:51:40.146Z Compiling tabled v0.15.0
5422026-06-26T17:51:40.211Z Compiling usdt-attr-macro v0.5.0
5432026-06-26T17:51:40.275Z Compiling usdt-macro v0.5.0
5442026-06-26T17:51:40.394Z Compiling idna_adapter v1.2.1
5452026-06-26T17:51:40.544Z Compiling idna v1.1.0
5462026-06-26T17:51:40.599Z Compiling textwrap v0.16.2
5472026-06-26T17:51:40.621Z Compiling clap v4.6.1
5482026-06-26T17:51:40.710Z Compiling macaddr v1.0.1
5492026-06-26T17:51:40.899Z Compiling url v2.5.8
5502026-06-26T17:51:40.914Z Compiling toml v0.8.23
5512026-06-26T17:51:41.213Z Compiling camino-tempfile v1.4.1
5522026-06-26T17:51:41.456Z Compiling cargo-util-schemas v0.8.2
5532026-06-26T17:51:41.536Z Compiling cargo_toml v0.21.0
5542026-06-26T17:51:41.653Z Compiling swrite v0.1.0
5552026-06-26T17:51:41.753Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-26T17:51:41.924Z Compiling usdt v0.5.0
5572026-06-26T17:51:42.346Z Compiling cargo_metadata v0.21.0
5582026-06-26T17:51:43.276Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-26T17:51:45.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.89s
5602026-06-26T17:51:45.576Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-26T17:51:46.069Z Downloading crates ...
5622026-06-26T17:51:46.179Z Downloaded async-compression v0.4.41
5632026-06-26T17:51:46.183Z Downloaded darling_macro v0.23.0
5642026-06-26T17:51:46.186Z Downloaded async-bb8-diesel v0.2.1
5652026-06-26T17:51:46.186Z Downloaded assert_matches v1.5.0
5662026-06-26T17:51:46.189Z Downloaded blowfish v0.9.1
5672026-06-26T17:51:46.189Z Downloaded bb8 v0.8.6
5682026-06-26T17:51:46.189Z Downloaded adler2 v2.0.1
5692026-06-26T17:51:46.192Z Downloaded ascii-canvas v3.0.0
5702026-06-26T17:51:46.192Z Downloaded crossbeam-utils v0.8.21
5712026-06-26T17:51:46.192Z Downloaded bit-set v0.5.3
5722026-06-26T17:51:46.195Z Downloaded crc-any v2.5.0
5732026-06-26T17:51:46.195Z Downloaded async-recursion v1.1.1
5742026-06-26T17:51:46.199Z Downloaded atomicwrites v0.4.4
5752026-06-26T17:51:46.199Z Downloaded bcrypt-pbkdf v0.10.0
5762026-06-26T17:51:46.202Z Downloaded dyn-clone v1.0.20
5772026-06-26T17:51:46.202Z Downloaded crypto-bigint v0.5.5
5782026-06-26T17:51:46.205Z Downloaded darling_core v0.20.11
5792026-06-26T17:51:46.208Z Downloaded crc-catalog v2.4.0
5802026-06-26T17:51:46.211Z Downloaded bitfield-struct v0.6.2
5812026-06-26T17:51:46.211Z Downloaded backoff v0.4.0
5822026-06-26T17:51:46.214Z Downloaded argon2 v0.5.3
5832026-06-26T17:51:46.214Z Downloaded darling_macro v0.13.4
5842026-06-26T17:51:46.214Z Downloaded deranged v0.5.8
5852026-06-26T17:51:46.216Z Downloaded env_logger v0.11.9
5862026-06-26T17:51:46.217Z Downloaded async-stream v0.3.6
5872026-06-26T17:51:46.220Z Downloaded flagset v0.4.7
5882026-06-26T17:51:46.220Z Downloaded arrayref v0.3.9
5892026-06-26T17:51:46.220Z Downloaded bit-set v0.8.0
5902026-06-26T17:51:46.223Z Downloaded foreign-types v0.5.0
5912026-06-26T17:51:46.223Z Downloaded darling_core v0.13.4
5922026-06-26T17:51:46.226Z Downloaded blake2 v0.10.6
5932026-06-26T17:51:46.226Z Downloaded bcs v0.1.6
5942026-06-26T17:51:46.228Z Downloaded arrayvec v0.7.6
5952026-06-26T17:51:46.228Z Downloaded either v1.15.0
5962026-06-26T17:51:46.231Z Downloaded derive_builder v0.20.2
5972026-06-26T17:51:46.234Z Downloaded debug-ignore v1.0.5
5982026-06-26T17:51:46.234Z Downloaded der_derive v0.7.3
5992026-06-26T17:51:46.237Z Downloaded darling_core v0.23.0
6002026-06-26T17:51:46.240Z Downloaded derive_builder_core v0.20.2
6012026-06-26T17:51:46.240Z Downloaded dtrace-parser v0.3.0
6022026-06-26T17:51:46.240Z Downloaded derive_builder_macro v0.20.2
6032026-06-26T17:51:46.243Z Downloaded darling_macro v0.20.11
6042026-06-26T17:51:46.243Z Downloaded async-stream-impl v0.3.6
6052026-06-26T17:51:46.243Z Downloaded downcast-rs v2.0.2
6062026-06-26T17:51:46.243Z Downloaded async-trait v0.1.89
6072026-06-26T17:51:46.246Z Downloaded embedded-io v0.6.1
6082026-06-26T17:51:46.246Z Downloaded aead v0.5.2
6092026-06-26T17:51:46.249Z Downloaded cstr-argument v0.1.2
6102026-06-26T17:51:46.249Z Downloaded block-padding v0.3.3
6112026-06-26T17:51:46.249Z Downloaded crc8 v0.1.1
6122026-06-26T17:51:46.249Z Downloaded data-encoding v2.10.0
6132026-06-26T17:51:46.252Z Downloaded endian-type v0.1.2
6142026-06-26T17:51:46.252Z Downloaded float-cmp v0.10.0
6152026-06-26T17:51:46.252Z Downloaded crossbeam-channel v0.5.15
6162026-06-26T17:51:46.255Z Downloaded ciborium-io v0.2.2
6172026-06-26T17:51:46.255Z Downloaded cobs v0.3.0
6182026-06-26T17:51:46.258Z Downloaded bitfield v0.19.4
6192026-06-26T17:51:46.258Z Downloaded bitfield-macros v0.19.4
6202026-06-26T17:51:46.258Z Downloaded float-ord v0.3.2
6212026-06-26T17:51:46.261Z Downloaded defmt-parser v1.0.0
6222026-06-26T17:51:46.261Z Downloaded darling_macro v0.21.3
6232026-06-26T17:51:46.261Z Downloaded curve25519-dalek-derive v0.1.1
6242026-06-26T17:51:46.264Z Downloaded bit-vec v0.8.0
6252026-06-26T17:51:46.264Z Downloaded arc-swap v1.8.2
6262026-06-26T17:51:46.267Z Downloaded ar_archive_writer v0.5.1
6272026-06-26T17:51:46.267Z Downloaded fixedbitset v0.4.2
6282026-06-26T17:51:46.270Z Downloaded enum-as-inner v0.6.1
6292026-06-26T17:51:46.270Z Downloaded dropshot-api-manager-types v0.7.2
6302026-06-26T17:51:46.270Z Downloaded crucible-workspace-hack v0.1.0
6312026-06-26T17:51:46.273Z Downloaded base64ct v1.8.3
6322026-06-26T17:51:46.273Z Downloaded crunchy v0.2.4
6332026-06-26T17:51:46.273Z Downloaded difflib v0.4.0
6342026-06-26T17:51:46.276Z Downloaded cpufeatures v0.3.0
6352026-06-26T17:51:46.276Z Downloaded cmake v0.1.57
6362026-06-26T17:51:46.276Z Downloaded anstyle-parse v0.2.7
6372026-06-26T17:51:46.281Z Downloaded cfg_aliases v0.2.1
6382026-06-26T17:51:46.281Z Downloaded diesel_table_macro_syntax v0.3.0
6392026-06-26T17:51:46.281Z Downloaded crc v3.4.0
6402026-06-26T17:51:46.286Z Downloaded dsl_auto_type v0.2.0
6412026-06-26T17:51:46.286Z Downloaded document-features v0.2.12
6422026-06-26T17:51:46.287Z Downloaded convert_case v0.4.0
6432026-06-26T17:51:46.287Z Downloaded darling_core v0.21.3
6442026-06-26T17:51:46.290Z Downloaded array-init v0.0.4
6452026-06-26T17:51:46.290Z Downloaded dirs-sys-next v0.1.2
6462026-06-26T17:51:46.290Z Downloaded dirs-next v2.0.0
6472026-06-26T17:51:46.290Z Downloaded castaway v0.2.4
6482026-06-26T17:51:46.290Z Downloaded fd-lock v4.0.4
6492026-06-26T17:51:46.293Z Downloaded derive-ex v0.1.8
6502026-06-26T17:51:46.293Z Downloaded funty v2.0.0
6512026-06-26T17:51:46.293Z Downloaded foreign-types-macros v0.2.3
6522026-06-26T17:51:46.296Z Downloaded compression-core v0.4.31
6532026-06-26T17:51:46.296Z Downloaded foreign-types-shared v0.3.1
6542026-06-26T17:51:46.296Z Downloaded darling v0.13.4
6552026-06-26T17:51:46.299Z Downloaded futures-core v0.3.32
6562026-06-26T17:51:46.302Z Downloaded env_filter v1.0.0
6572026-06-26T17:51:46.302Z Downloaded embedded-io v0.4.0
6582026-06-26T17:51:46.306Z Downloaded dunce v1.0.5
6592026-06-26T17:51:46.309Z Downloaded defmt v0.3.100
6602026-06-26T17:51:46.309Z Downloaded futures-io v0.3.32
6612026-06-26T17:51:46.311Z Downloaded dof v0.4.0
6622026-06-26T17:51:46.314Z Downloaded cfg_aliases v0.1.1
6632026-06-26T17:51:46.314Z Downloaded fxhash v0.2.1
6642026-06-26T17:51:46.314Z Downloaded futures-sink v0.3.32
6652026-06-26T17:51:46.317Z Downloaded chacha20 v0.9.1
6662026-06-26T17:51:46.317Z Downloaded gethostname v0.5.0
6672026-06-26T17:51:46.317Z Downloaded bit-vec v0.6.3
6682026-06-26T17:51:46.320Z Downloaded globwalk v0.9.1
6692026-06-26T17:51:46.320Z Downloaded foreign-types-shared v0.1.1
6702026-06-26T17:51:46.320Z Downloaded cargo-platform v0.3.2
6712026-06-26T17:51:46.323Z Downloaded futures-task v0.3.32
6722026-06-26T17:51:46.323Z Downloaded git-stub v1.0.0
6732026-06-26T17:51:46.323Z Downloaded ghash v0.5.1
6742026-06-26T17:51:46.323Z Downloaded const_format_proc_macros v0.2.34
6752026-06-26T17:51:46.326Z Downloaded base16ct v0.2.0
6762026-06-26T17:51:46.326Z Downloaded hash32 v0.3.1
6772026-06-26T17:51:46.329Z Downloaded byte-wrapper v0.1.0
6782026-06-26T17:51:46.329Z Downloaded hex v0.4.3
6792026-06-26T17:51:46.332Z Downloaded fs-err v2.11.0
6802026-06-26T17:51:46.332Z Downloaded buf-list v1.1.2
6812026-06-26T17:51:46.335Z Downloaded ctr v0.9.2
6822026-06-26T17:51:46.335Z Downloaded cipher v0.4.4
6832026-06-26T17:51:46.335Z Downloaded fallible-iterator v0.2.0
6842026-06-26T17:51:46.338Z Downloaded diesel-dtrace v0.5.0
6852026-06-26T17:51:46.338Z Downloaded crossbeam-deque v0.8.6
6862026-06-26T17:51:46.338Z Downloaded ff v0.13.1
6872026-06-26T17:51:46.341Z Downloaded critical-section v1.2.0
6882026-06-26T17:51:46.341Z Downloaded anstream v0.6.21
6892026-06-26T17:51:46.344Z Downloaded futures-macro v0.3.32
6902026-06-26T17:51:46.347Z Downloaded ciborium-ll v0.2.2
6912026-06-26T17:51:46.347Z Downloaded erased-serde v0.3.31
6922026-06-26T17:51:46.347Z Downloaded ed25519 v2.2.3
6932026-06-26T17:51:46.350Z Downloaded constant_time_eq v0.4.2
6942026-06-26T17:51:46.350Z Downloaded daft v0.1.7
6952026-06-26T17:51:46.353Z Downloaded fixedbitset v0.5.7
6962026-06-26T17:51:46.353Z Downloaded darling v0.20.11
6972026-06-26T17:51:46.356Z Downloaded headers-core v0.3.0
6982026-06-26T17:51:46.358Z Downloaded foldhash v0.2.0
6992026-06-26T17:51:46.359Z Downloaded compression-codecs v0.4.37
7002026-06-26T17:51:46.362Z Downloaded cexpr v0.6.0
7012026-06-26T17:51:46.362Z Downloaded hubpack_derive v0.1.1
7022026-06-26T17:51:46.364Z Downloaded fs_extra v1.3.0
7032026-06-26T17:51:46.365Z Downloaded convert_case v0.10.0
7042026-06-26T17:51:46.367Z Downloaded hex-literal v0.4.1
7052026-06-26T17:51:46.367Z Downloaded http-range v0.1.5
7062026-06-26T17:51:46.371Z Downloaded hyper-tls v0.6.0
7072026-06-26T17:51:46.372Z Downloaded csv-core v0.1.13
7082026-06-26T17:51:46.372Z Downloaded display-error-chain v0.2.2
7092026-06-26T17:51:46.376Z Downloaded const-oid v0.9.6
7102026-06-26T17:51:46.379Z Downloaded ena v0.14.4
7112026-06-26T17:51:46.380Z Downloaded find-msvc-tools v0.1.9
7122026-06-26T17:51:46.380Z Downloaded defmt-macros v1.0.1
7132026-06-26T17:51:46.382Z Downloaded camino-tempfile-ext v0.3.3
7142026-06-26T17:51:46.383Z Downloaded daft-derive v0.1.7
7152026-06-26T17:51:46.385Z Downloaded backon v1.6.0
7162026-06-26T17:51:46.385Z Downloaded http-body v1.0.1
7172026-06-26T17:51:46.388Z Downloaded hash32 v0.2.1
7182026-06-26T17:51:46.388Z Downloaded home v0.5.12
7192026-06-26T17:51:46.388Z Downloaded allocator-api2 v0.2.21
7202026-06-26T17:51:46.391Z Downloaded atty v0.2.14
7212026-06-26T17:51:46.391Z Downloaded hubpack v0.1.2
7222026-06-26T17:51:46.394Z Downloaded indent_write v2.2.0
7232026-06-26T17:51:46.394Z Downloaded ident_case v1.0.1
7242026-06-26T17:51:46.394Z Downloaded httpdate v1.0.3
7252026-06-26T17:51:46.394Z Downloaded hostname v0.3.1
7262026-06-26T17:51:46.397Z Downloaded futures-executor v0.3.32
7272026-06-26T17:51:46.400Z Downloaded illumos-nvpair v0.3.0
7282026-06-26T17:51:46.400Z Downloaded atomic-waker v1.1.2
7292026-06-26T17:51:46.400Z Downloaded hostname v0.4.2
7302026-06-26T17:51:46.403Z Downloaded darling v0.21.3
7312026-06-26T17:51:46.406Z Downloaded glob v0.3.3
7322026-06-26T17:51:46.406Z Downloaded defmt v1.0.1
7332026-06-26T17:51:46.408Z Downloaded git-stub-vcs v0.1.0
7342026-06-26T17:51:46.409Z Downloaded ecdsa v0.16.9
7352026-06-26T17:51:46.411Z Downloaded cookie v0.18.1
7362026-06-26T17:51:46.411Z Downloaded crossbeam-epoch v0.9.18
7372026-06-26T17:51:46.414Z Downloaded inout v0.1.4
7382026-06-26T17:51:46.414Z Downloaded indoc v1.0.9
7392026-06-26T17:51:46.417Z Downloaded internet-checksum v0.2.1
7402026-06-26T17:51:46.417Z Downloaded is-terminal v0.4.17
7412026-06-26T17:51:46.417Z Downloaded instability v0.3.11
7422026-06-26T17:51:46.420Z Downloaded filetime v0.2.27
7432026-06-26T17:51:46.420Z Downloaded instant v0.1.13
7442026-06-26T17:51:46.420Z Downloaded colored v2.2.0
7452026-06-26T17:51:46.423Z Downloaded cassowary v0.3.0
7462026-06-26T17:51:46.423Z Downloaded console v0.16.2
7472026-06-26T17:51:46.426Z Downloaded chacha20 v0.10.0
7482026-06-26T17:51:46.426Z Downloaded lazy_static v1.5.0
7492026-06-26T17:51:46.429Z Downloaded is_ci v1.2.0
7502026-06-26T17:51:46.429Z Downloaded cbc v0.1.2
7512026-06-26T17:51:46.429Z Downloaded cancel-safe-futures v0.1.5
7522026-06-26T17:51:46.433Z Downloaded linked-hash-map v0.5.6
7532026-06-26T17:51:46.433Z Downloaded http-body-util v0.1.3
7542026-06-26T17:51:46.436Z Downloaded keccak v0.1.6
7552026-06-26T17:51:46.436Z Downloaded humantime v2.3.0
7562026-06-26T17:51:46.436Z Downloaded kstat-rs v0.2.4
7572026-06-26T17:51:46.436Z Downloaded illumos-nvpair-sys v0.2.0
7582026-06-26T17:51:46.438Z Downloaded cookie_store v0.22.1
7592026-06-26T17:51:46.439Z Downloaded hyper-staticfile v0.10.1
7602026-06-26T17:51:46.441Z Downloaded futures-channel v0.3.32
7612026-06-26T17:51:46.441Z Downloaded lru-slab v0.1.2
7622026-06-26T17:51:46.441Z Downloaded lalrpop-util v0.19.12
7632026-06-26T17:51:46.441Z Downloaded bytes v1.11.1
7642026-06-26T17:51:46.444Z Downloaded corncobs v0.1.4
7652026-06-26T17:51:46.447Z Downloaded highway v1.3.0
7662026-06-26T17:51:46.447Z Downloaded diff v0.1.13
7672026-06-26T17:51:46.450Z Downloaded bzip2 v0.4.4
7682026-06-26T17:51:46.450Z Downloaded group v0.13.0
7692026-06-26T17:51:46.450Z Downloaded foldhash v0.1.5
7702026-06-26T17:51:46.453Z Downloaded bitflags v1.3.2
7712026-06-26T17:51:46.453Z Downloaded crc32fast v1.5.0
7722026-06-26T17:51:46.456Z Downloaded getrandom v0.2.17
7732026-06-26T17:51:46.456Z Downloaded md-5 v0.10.6
7742026-06-26T17:51:46.459Z Downloaded foreign-types v0.3.2
7752026-06-26T17:51:46.459Z Downloaded impl-trait-for-tuples v0.2.3
7762026-06-26T17:51:46.462Z Downloaded lru-cache v0.1.2
7772026-06-26T17:51:46.465Z Downloaded lru v0.12.5
7782026-06-26T17:51:46.465Z Downloaded mime v0.3.17
7792026-06-26T17:51:46.468Z Downloaded multimap v0.10.1
7802026-06-26T17:51:46.468Z Downloaded md5 v0.7.0
7812026-06-26T17:51:46.471Z Downloaded managed v0.8.0
7822026-06-26T17:51:46.471Z Downloaded memoffset v0.9.1
7832026-06-26T17:51:46.471Z Downloaded globset v0.4.18
7842026-06-26T17:51:46.474Z Downloaded bzip2 v0.6.1
7852026-06-26T17:51:46.474Z Downloaded ingot v0.1.1
7862026-06-26T17:51:46.474Z Downloaded maybe-uninit v2.0.0
7872026-06-26T17:51:46.477Z Downloaded half v1.8.3
7882026-06-26T17:51:46.477Z Downloaded clang-sys v1.8.1
7892026-06-26T17:51:46.480Z Downloaded ipnet v2.11.0
7902026-06-26T17:51:46.480Z Downloaded console v0.15.11
7912026-06-26T17:51:46.483Z Downloaded derive_more v0.99.20
7922026-06-26T17:51:46.486Z Downloaded fatfs v0.3.6
7932026-06-26T17:51:46.486Z Downloaded dropshot_endpoint v0.17.0
7942026-06-26T17:51:46.489Z Downloaded nibble_vec v0.1.0
7952026-06-26T17:51:46.489Z Downloaded newline-converter v0.3.0
7962026-06-26T17:51:46.489Z Downloaded libscf-sys v1.1.0
7972026-06-26T17:51:46.492Z Downloaded libefi-sys v0.1.0
7982026-06-26T17:51:46.492Z Downloaded ingot-types v0.1.2
7992026-06-26T17:51:46.492Z Downloaded des v0.8.1
8002026-06-26T17:51:46.522Z Downloaded colored v3.1.1
8012026-06-26T17:51:46.522Z Downloaded num-conv v0.2.0
8022026-06-26T17:51:46.522Z Downloaded nonempty v0.12.0
8032026-06-26T17:51:46.522Z Downloaded newtype-uuid-macros v0.1.0
8042026-06-26T17:51:46.522Z Downloaded new_debug_unreachable v1.0.6
8052026-06-26T17:51:46.522Z Downloaded nodrop v0.1.14
8062026-06-26T17:51:46.522Z Downloaded newtype_derive v0.1.6
8072026-06-26T17:51:46.522Z Downloaded cargo_metadata v0.23.1
8082026-06-26T17:51:46.522Z Downloaded ahash v0.8.12
8092026-06-26T17:51:46.522Z Downloaded base64 v0.22.1
8102026-06-26T17:51:46.522Z Downloaded derive-where v1.6.0
8112026-06-26T17:51:46.522Z Downloaded match_cfg v0.1.0
8122026-06-26T17:51:46.522Z Downloaded lzss v0.8.2
8132026-06-26T17:51:46.522Z Downloaded maplit v1.0.2
8142026-06-26T17:51:46.522Z Downloaded lock_api v0.4.14
8152026-06-26T17:51:46.522Z Downloaded num_threads v0.1.7
8162026-06-26T17:51:46.522Z Downloaded normalize-line-endings v0.3.0
8172026-06-26T17:51:46.522Z Downloaded jobserver v0.1.34
8182026-06-26T17:51:46.523Z Downloaded hyper-rustls v0.27.7
8192026-06-26T17:51:46.523Z Downloaded libsw-core v0.3.2
8202026-06-26T17:51:46.523Z Downloaded httparse v1.10.1
8212026-06-26T17:51:46.526Z Downloaded num-iter v0.1.45
8222026-06-26T17:51:46.526Z Downloaded oso-derive v0.27.3
8232026-06-26T17:51:46.526Z Downloaded num-derive v0.3.3
8242026-06-26T17:51:46.526Z Downloaded openssl-probe v0.1.6
8252026-06-26T17:51:46.529Z Downloaded openssl-macros v0.1.1
8262026-06-26T17:51:46.529Z Downloaded olpc-cjson v0.1.4
8272026-06-26T17:51:46.529Z Downloaded num_enum_derive v0.5.11
8282026-06-26T17:51:46.529Z Downloaded mime_guess v2.0.5
8292026-06-26T17:51:46.532Z Downloaded packed_struct_codegen v0.10.1
8302026-06-26T17:51:46.535Z Downloaded darling v0.23.0
8312026-06-26T17:51:46.538Z Downloaded getrandom v0.3.4
8322026-06-26T17:51:46.541Z Downloaded ipnetwork v0.21.1
8332026-06-26T17:51:46.541Z Downloaded num-derive v0.4.2
8342026-06-26T17:51:46.544Z Downloaded ciborium v0.2.2
8352026-06-26T17:51:46.544Z Downloaded linear-map v1.2.0
8362026-06-26T17:51:46.544Z Downloaded flume v0.11.1
8372026-06-26T17:51:46.547Z Downloaded chacha20poly1305 v0.10.1
8382026-06-26T17:51:46.550Z Downloaded parse-size v1.1.0
8392026-06-26T17:51:46.550Z Downloaded openssl-probe v0.2.1
8402026-06-26T17:51:46.550Z Downloaded nu-ansi-term v0.50.3
8412026-06-26T17:51:46.553Z Downloaded pbkdf2 v0.11.0
8422026-06-26T17:51:46.553Z Downloaded multer v3.1.0
8432026-06-26T17:51:46.557Z Downloaded libsw v3.5.0
8442026-06-26T17:51:46.557Z Downloaded peg-runtime v0.8.5
8452026-06-26T17:51:46.557Z Downloaded num v0.4.3
8462026-06-26T17:51:46.560Z Downloaded drift v0.2.0
8472026-06-26T17:51:46.563Z Downloaded num-integer v0.1.46
8482026-06-26T17:51:46.563Z Downloaded half v2.7.1
8492026-06-26T17:51:46.566Z Downloaded der v0.7.10
8502026-06-26T17:51:46.569Z Downloaded newtype-uuid v1.3.2
8512026-06-26T17:51:46.569Z Downloaded litrs v1.0.0
8522026-06-26T17:51:46.572Z Downloaded native-tls v0.2.18
8532026-06-26T17:51:46.572Z Downloaded path-slash v0.1.5
8542026-06-26T17:51:46.575Z Downloaded num_enum v0.7.6
8552026-06-26T17:51:46.578Z Downloaded nanorand v0.7.0
8562026-06-26T17:51:46.578Z Downloaded phf_shared v0.12.1
8572026-06-26T17:51:46.578Z Downloaded ingot-macros v0.1.1
8582026-06-26T17:51:46.581Z Downloaded indoc v2.0.7
8592026-06-26T17:51:46.584Z Downloaded ignore v0.4.25
8602026-06-26T17:51:46.584Z Downloaded const_format v0.2.35
8612026-06-26T17:51:46.587Z Downloaded libloading v0.8.9
8622026-06-26T17:51:46.587Z Downloaded hmac v0.12.1
8632026-06-26T17:51:46.590Z Downloaded opaque-debug v0.3.1
8642026-06-26T17:51:46.593Z Downloaded oxnet v0.1.6
8652026-06-26T17:51:46.596Z Downloaded iana-time-zone v0.1.65
8662026-06-26T17:51:46.596Z Downloaded owo-colors v4.3.0
8672026-06-26T17:51:46.599Z Downloaded powerfmt v0.2.0
8682026-06-26T17:51:46.599Z Downloaded num-complex v0.4.6
8692026-06-26T17:51:46.601Z Downloaded precomputed-hash v0.1.1
8702026-06-26T17:51:46.602Z Downloaded oxide-tokio-rt v0.1.4
8712026-06-26T17:51:46.604Z Downloaded phf_shared v0.11.3
8722026-06-26T17:51:46.607Z Downloaded pin-utils v0.1.0
8732026-06-26T17:51:46.607Z Downloaded phf_shared v0.13.1
8742026-06-26T17:51:46.610Z Downloaded parse-display v0.10.0
8752026-06-26T17:51:46.610Z Downloaded packed_struct v0.10.1
8762026-06-26T17:51:46.610Z Downloaded aes-gcm v0.10.3
8772026-06-26T17:51:46.613Z Downloaded proc-macro-crate v1.3.1
8782026-06-26T17:51:46.616Z Downloaded predicates-core v1.0.10
8792026-06-26T17:51:46.616Z Downloaded num_enum_derive v0.7.6
8802026-06-26T17:51:46.616Z Downloaded cc v1.2.56
8812026-06-26T17:51:46.619Z Downloaded num-rational v0.4.2
8822026-06-26T17:51:46.622Z Downloaded futures v0.3.32
8832026-06-26T17:51:46.626Z Downloaded progenitor-client v0.14.0
8842026-06-26T17:51:46.629Z Downloaded psl-types v2.0.11
8852026-06-26T17:51:46.632Z Downloaded num_enum v0.5.11
8862026-06-26T17:51:46.635Z Downloaded peg-macros v0.8.5
8872026-06-26T17:51:46.635Z Downloaded proc-macro-crate v3.4.0
8882026-06-26T17:51:46.635Z Downloaded predicates-tree v1.0.13
8892026-06-26T17:51:46.650Z Downloaded progenitor-macro v0.14.0
8902026-06-26T17:51:46.654Z Downloaded quick-error v1.2.3
8912026-06-26T17:51:46.654Z Downloaded password-hash v0.5.0
8922026-06-26T17:51:46.654Z Downloaded derive_more v2.1.1
8932026-06-26T17:51:46.659Z Downloaded radium v0.7.0
8942026-06-26T17:51:46.661Z Downloaded progenitor-macro v0.13.0
8952026-06-26T17:51:46.661Z Downloaded polyval v0.6.2
8962026-06-26T17:51:46.661Z Downloaded pem v3.0.6
8972026-06-26T17:51:46.664Z Downloaded pbkdf2 v0.12.2
8982026-06-26T17:51:46.664Z Downloaded paste v1.0.15
8992026-06-26T17:51:46.668Z Downloaded pkg-config v0.3.32
9002026-06-26T17:51:46.668Z Downloaded omicron-zone-package v0.12.2
9012026-06-26T17:51:46.671Z Downloaded indicatif v0.18.4
9022026-06-26T17:51:46.671Z Downloaded proc-macro-error-attr2 v2.0.0
9032026-06-26T17:51:46.674Z Downloaded rand_xorshift v0.4.0
9042026-06-26T17:51:46.674Z Downloaded rand_chacha v0.3.1
9052026-06-26T17:51:46.674Z Downloaded peg v0.8.5
9062026-06-26T17:51:46.677Z Downloaded pin-project-internal v1.1.11
9072026-06-26T17:51:46.677Z Downloaded parse-display-derive v0.10.0
9082026-06-26T17:51:46.680Z Downloaded heapless v0.7.17
9092026-06-26T17:51:46.680Z Downloaded ppv-lite86 v0.2.21
9102026-06-26T17:51:46.683Z Downloaded postgres-protocol v0.6.10
9112026-06-26T17:51:46.683Z Downloaded libbz2-rs-sys v0.2.2
9122026-06-26T17:51:46.685Z Downloaded parking_lot v0.12.5
9132026-06-26T17:51:46.685Z Downloaded compact_str v0.8.1
9142026-06-26T17:51:46.688Z Downloaded primeorder v0.13.6
9152026-06-26T17:51:46.688Z Downloaded bumpalo v3.20.2
9162026-06-26T17:51:46.691Z Downloaded elliptic-curve v0.13.8
9172026-06-26T17:51:46.694Z Downloaded memmap2 v0.9.10
9182026-06-26T17:51:46.694Z Downloaded phf v0.13.1
9192026-06-26T17:51:46.697Z Downloaded progenitor-extras v0.2.0
9202026-06-26T17:51:46.697Z Downloaded progenitor-client v0.13.0
9212026-06-26T17:51:46.697Z Downloaded ref-cast-impl v1.0.25
9222026-06-26T17:51:46.700Z Downloaded ref-cast v1.0.25
9232026-06-26T17:51:46.700Z Downloaded recursive-proc-macro-impl v0.1.1
9242026-06-26T17:51:46.700Z Downloaded recursive v0.1.1
9252026-06-26T17:51:46.703Z Downloaded progenitor v0.14.0
9262026-06-26T17:51:46.703Z Downloaded rfc6979 v0.4.0
9272026-06-26T17:51:46.703Z Downloaded parking_lot v0.11.2
9282026-06-26T17:51:46.706Z Downloaded progenitor v0.13.0
9292026-06-26T17:51:46.706Z Downloaded proc-macro-error2 v2.0.1
9302026-06-26T17:51:46.709Z Downloaded pkcs8 v0.10.2
9312026-06-26T17:51:46.709Z Downloaded ed25519-dalek v2.2.0
9322026-06-26T17:51:46.711Z Downloaded password-hash v0.4.2
9332026-06-26T17:51:46.711Z Downloaded phf v0.12.1
9342026-06-26T17:51:46.714Z Downloaded indexmap v1.9.3
9352026-06-26T17:51:46.714Z Downloaded base64 v0.21.7
9362026-06-26T17:51:46.717Z Downloaded rustc_version v0.4.1
9372026-06-26T17:51:46.721Z Downloaded flate2 v1.1.9
9382026-06-26T17:51:46.725Z Downloaded pkcs5 v0.7.1
9392026-06-26T17:51:46.727Z Downloaded pin-project-lite v0.2.17
9402026-06-26T17:51:46.730Z Downloaded parking_lot_core v0.8.6
9412026-06-26T17:51:46.734Z Downloaded rand_core v0.6.4
9422026-06-26T17:51:46.734Z Downloaded pkcs1 v0.7.5
9432026-06-26T17:51:46.734Z Downloaded oso v0.27.3
9442026-06-26T17:51:46.737Z Downloaded rand_seeder v0.4.0
9452026-06-26T17:51:46.737Z Downloaded parking_lot_core v0.9.12
9462026-06-26T17:51:46.740Z Downloaded rustc-hash v2.1.1
9472026-06-26T17:51:46.740Z Downloaded russh-cryptovec v0.7.3
9482026-06-26T17:51:46.742Z Downloaded rand_core v0.10.0
9492026-06-26T17:51:46.742Z Downloaded rand_core v0.9.5
9502026-06-26T17:51:46.742Z Downloaded psm v0.1.30
9512026-06-26T17:51:46.745Z Downloaded hickory-resolver v0.25.2
9522026-06-26T17:51:46.748Z Downloaded predicates v3.1.4
9532026-06-26T17:51:46.751Z Downloaded salsa20 v0.10.2
9542026-06-26T17:51:46.751Z Downloaded r2d2 v0.8.10
9552026-06-26T17:51:46.754Z Downloaded headers v0.4.1
9562026-06-26T17:51:46.757Z Downloaded scheduled-thread-pool v0.2.7
9572026-06-26T17:51:46.757Z Downloaded sapling-renderdag v0.1.0
9582026-06-26T17:51:46.757Z Downloaded hickory-resolver v0.24.4
9592026-06-26T17:51:46.761Z Downloaded heapless v0.8.0
9602026-06-26T17:51:46.764Z Downloaded rand_chacha v0.9.0
9612026-06-26T17:51:46.764Z Downloaded postgres-types v0.2.12
9622026-06-26T17:51:46.764Z Downloaded same-file v1.0.6
9632026-06-26T17:51:46.767Z Downloaded resolv-conf v0.7.6
9642026-06-26T17:51:46.767Z Downloaded secrecy v0.10.3
9652026-06-26T17:51:46.770Z Downloaded seq-macro v0.3.6
9662026-06-26T17:51:46.770Z Downloaded secrecy v0.8.0
9672026-06-26T17:51:46.770Z Downloaded scopeguard v1.2.0
9682026-06-26T17:51:46.773Z Downloaded pem-rfc7468 v0.7.0
9692026-06-26T17:51:46.773Z Downloaded postcard v1.1.3
9702026-06-26T17:51:46.773Z Downloaded poly1305 v0.8.0
9712026-06-26T17:51:46.776Z Downloaded http v1.4.0
9722026-06-26T17:51:46.779Z Downloaded aes v0.8.4
9732026-06-26T17:51:46.779Z Downloaded papergrid v0.17.0
9742026-06-26T17:51:46.783Z Downloaded scroll_derive v0.13.1
9752026-06-26T17:51:46.786Z Downloaded rtoolbox v0.0.3
9762026-06-26T17:51:46.786Z Downloaded rustls-native-certs v0.8.3
9772026-06-26T17:51:46.786Z Downloaded diesel_derives v2.3.7
9782026-06-26T17:51:46.789Z Downloaded serde_repr v0.1.20
9792026-06-26T17:51:46.791Z Downloaded scrypt v0.11.0
9802026-06-26T17:51:46.791Z Downloaded serde-big-array v0.5.1
9812026-06-26T17:51:46.794Z Downloaded miniz_oxide v0.8.9
9822026-06-26T17:51:46.794Z Downloaded derive_more-impl v2.1.1
9832026-06-26T17:51:46.797Z Downloaded minimal-lexical v0.2.1
9842026-06-26T17:51:46.800Z Downloaded openssl-sys v0.9.115
9852026-06-26T17:51:46.803Z Downloaded rustc_version v0.1.7
9862026-06-26T17:51:46.806Z Downloaded serde_urlencoded v0.7.1
9872026-06-26T17:51:46.809Z Downloaded shell-words v1.1.1
9882026-06-26T17:51:46.809Z Downloaded crossterm v0.28.1
9892026-06-26T17:51:46.812Z Downloaded sha1 v0.10.6
9902026-06-26T17:51:46.815Z Downloaded quinn-udp v0.5.14
9912026-06-26T17:51:46.815Z Downloaded signal-hook-tokio v0.3.1
9922026-06-26T17:51:46.819Z Downloaded serde_bytes v0.11.19
9932026-06-26T17:51:46.822Z Downloaded rustversion v1.0.22
9942026-06-26T17:51:46.822Z Downloaded rustls-pemfile v1.0.4
9952026-06-26T17:51:46.825Z Downloaded prefix-trie v0.7.0
9962026-06-26T17:51:46.825Z Downloaded signal-hook-mio v0.2.5
9972026-06-26T17:51:46.827Z Downloaded signature v2.2.0
9982026-06-26T17:51:46.827Z Downloaded serde_spanned v1.0.4
9992026-06-26T17:51:46.837Z Downloaded progenitor-impl v0.14.0
10002026-06-26T17:51:46.840Z Downloaded jiff-static v0.2.21
10012026-06-26T17:51:46.842Z Downloaded siphasher v1.0.2
10022026-06-26T17:51:46.845Z Downloaded slog-bunyan v2.5.0
10032026-06-26T17:51:46.845Z Downloaded sigpipe v0.1.3
10042026-06-26T17:51:46.845Z Downloaded semver v0.1.20
10052026-06-26T17:51:46.850Z Downloaded expectorate v1.2.0
10062026-06-26T17:51:46.853Z Downloaded schemars_derive v0.8.22
10072026-06-26T17:51:46.859Z Downloaded hashbrown v0.13.2
10082026-06-26T17:51:46.862Z Downloaded serde_path_to_error v0.1.20
10092026-06-26T17:51:46.865Z Downloaded serde_derive_internals v0.29.1
10102026-06-26T17:51:46.865Z Downloaded slog-envlogger v2.2.0
10112026-06-26T17:51:46.865Z Downloaded sec1 v0.7.3
10122026-06-26T17:51:46.868Z Downloaded sct v0.7.1
10132026-06-26T17:51:46.871Z Downloaded hashbrown v0.12.3
10142026-06-26T17:51:46.877Z Downloaded serde_plain v1.0.2
10152026-06-26T17:51:46.879Z Downloaded serde-hex v0.1.0
10162026-06-26T17:51:46.886Z Downloaded rustls-pki-types v1.14.0
10172026-06-26T17:51:46.890Z Downloaded scroll v0.13.0
10182026-06-26T17:51:46.893Z Downloaded serde_with_macros v1.5.2
10192026-06-26T17:51:46.899Z Downloaded rusty-fork v0.3.1
10202026-06-26T17:51:46.902Z Downloaded prettyplease v0.2.37
10212026-06-26T17:51:46.905Z Downloaded strum v0.27.2
10222026-06-26T17:51:46.905Z Downloaded strum v0.26.3
10232026-06-26T17:51:46.905Z Downloaded shlex v1.3.0
10242026-06-26T17:51:46.908Z Downloaded subtle v2.6.1
10252026-06-26T17:51:46.908Z Downloaded rustls-pemfile v2.2.0
10262026-06-26T17:51:46.911Z Downloaded pin-project v1.1.11
10272026-06-26T17:51:46.915Z Downloaded strsim v0.10.0
10282026-06-26T17:51:46.918Z Downloaded strip-ansi-escapes v0.2.1
10292026-06-26T17:51:46.918Z Downloaded signal-hook-registry v1.4.8
10302026-06-26T17:51:46.921Z Downloaded hickory-server v0.25.2
10312026-06-26T17:51:46.926Z Downloaded structmeta v0.3.0
10322026-06-26T17:51:46.929Z Downloaded slab v0.4.12
10332026-06-26T17:51:46.929Z Downloaded simd-adler32 v0.3.8
10342026-06-26T17:51:46.932Z Downloaded sync-ptr v0.1.4
10352026-06-26T17:51:46.932Z Downloaded supports-color v3.0.2
10362026-06-26T17:51:46.932Z Downloaded ssh-encoding v0.2.0
10372026-06-26T17:51:46.935Z Downloaded ssh-cipher v0.2.0
10382026-06-26T17:51:46.938Z Downloaded hyper-util v0.1.20
10392026-06-26T17:51:46.941Z Downloaded smallvec v0.6.14
10402026-06-26T17:51:46.944Z Downloaded tabled_derive v0.11.0
10412026-06-26T17:51:46.944Z Downloaded ron v0.8.1
10422026-06-26T17:51:46.947Z Downloaded sync_wrapper v1.0.2
10432026-06-26T17:51:46.950Z Downloaded slog-term v2.9.2
10442026-06-26T17:51:46.950Z Downloaded tagptr v0.2.0
10452026-06-26T17:51:46.950Z Downloaded spki v0.7.3
10462026-06-26T17:51:46.953Z Downloaded slog-dtrace v0.3.0
10472026-06-26T17:51:46.953Z Downloaded testing_table v0.3.0
10482026-06-26T17:51:46.955Z Downloaded take_mut v0.2.2
10492026-06-26T17:51:46.955Z Downloaded tabwriter v1.4.1
10502026-06-26T17:51:46.956Z Downloaded slog-stdlog v4.1.1
10512026-06-26T17:51:46.956Z Downloaded smf v0.2.3
10522026-06-26T17:51:46.958Z Downloaded sqlformat v0.3.5
10532026-06-26T17:51:46.958Z Downloaded progenitor-impl v0.13.0
10542026-06-26T17:51:46.961Z Downloaded p256 v0.13.2
10552026-06-26T17:51:46.961Z Downloaded slog-scope v4.4.1
10562026-06-26T17:51:46.964Z Downloaded slog-json v2.6.1
10572026-06-26T17:51:46.964Z Downloaded rustls-platform-verifier v0.6.2
10582026-06-26T17:51:46.967Z Downloaded thiserror-impl-no-std v2.0.2
10592026-06-26T17:51:46.969Z Downloaded serde_with_macros v3.17.0
10602026-06-26T17:51:46.970Z Downloaded termtree v0.5.1
10612026-06-26T17:51:46.970Z Downloaded static_assertions v1.1.0
10622026-06-26T17:51:46.973Z Downloaded stacker v0.1.23
10632026-06-26T17:51:46.973Z Downloaded russh-keys v0.45.0
10642026-06-26T17:51:46.975Z Downloaded tinyvec_macros v0.1.1
10652026-06-26T17:51:46.975Z Downloaded ryu v1.0.23
10662026-06-26T17:51:46.978Z Downloaded pretty_assertions v1.4.1
10672026-06-26T17:51:46.979Z Downloaded sqlparser_derive v0.5.0
10682026-06-26T17:51:46.979Z Downloaded structmeta-derive v0.3.0
10692026-06-26T17:51:46.981Z Downloaded itertools v0.10.5
10702026-06-26T17:51:46.984Z Downloaded time-core v0.1.8
10712026-06-26T17:51:46.984Z Downloaded snafu-derive v0.8.9
10722026-06-26T17:51:46.987Z Downloaded serde_cbor v0.11.2
10732026-06-26T17:51:46.987Z Downloaded rcgen v0.12.1
10742026-06-26T17:51:46.990Z Downloaded thread-id v5.1.0
10752026-06-26T17:51:46.993Z Downloaded tap v1.0.1
10762026-06-26T17:51:46.996Z Downloaded rayon-core v1.13.0
10772026-06-26T17:51:47.001Z Downloaded strum_macros v0.26.4
10782026-06-26T17:51:47.004Z Downloaded num-bigint v0.4.6
10792026-06-26T17:51:47.004Z Downloaded schemars v0.8.22
10802026-06-26T17:51:47.009Z Downloaded tokio-macros v2.7.0
10812026-06-26T17:51:47.011Z Downloaded support-bundle-viewer v0.1.2
10822026-06-26T17:51:47.012Z Downloaded strum_macros v0.27.2
10832026-06-26T17:51:47.014Z Downloaded strum_macros v0.24.3
10842026-06-26T17:51:47.014Z Downloaded string_cache v0.8.9
10852026-06-26T17:51:47.017Z Downloaded dropshot-api-manager v0.7.2
10862026-06-26T17:51:47.021Z Downloaded termios v0.3.3
10872026-06-26T17:51:47.026Z Downloaded crossterm v0.29.0
10882026-06-26T17:51:47.030Z Downloaded slog-async v2.8.0
10892026-06-26T17:51:47.033Z Downloaded mio v1.2.0
10902026-06-26T17:51:47.036Z Downloaded spin v0.9.8
10912026-06-26T17:51:47.041Z Downloaded thread_local v1.1.9
10922026-06-26T17:51:47.044Z Downloaded stringprep v0.1.5
10932026-06-26T17:51:47.044Z Downloaded publicsuffix v2.3.0
10942026-06-26T17:51:47.048Z Downloaded try-lock v0.2.5
10952026-06-26T17:51:47.051Z Downloaded quinn v0.11.9
10962026-06-26T17:51:47.054Z Downloaded signal-hook v0.3.18
10972026-06-26T17:51:47.054Z Downloaded tls_codec_derive v0.4.2
10982026-06-26T17:51:47.057Z Downloaded tiny-keccak v2.0.2
10992026-06-26T17:51:47.057Z Downloaded tower-service v0.3.3
11002026-06-26T17:51:47.057Z Downloaded tls_codec v0.4.2
11012026-06-26T17:51:47.060Z Downloaded topological-sort v0.2.2
11022026-06-26T17:51:47.060Z Downloaded trait-variant v0.1.2
11032026-06-26T17:51:47.060Z Downloaded tokio-dtrace v0.1.1
11042026-06-26T17:51:47.063Z Downloaded hashbrown v0.15.5
11052026-06-26T17:51:47.066Z Downloaded time-macros v0.2.27
11062026-06-26T17:51:47.066Z Downloaded tower-layer v0.3.3
11072026-06-26T17:51:47.069Z Downloaded nom v7.1.3
11082026-06-26T17:51:47.072Z Downloaded unarray v0.1.4
11092026-06-26T17:51:47.075Z Downloaded unit-prefix v0.5.2
11102026-06-26T17:51:47.078Z Downloaded universal-hash v0.5.1
11112026-06-26T17:51:47.080Z Downloaded tokio-native-tls v0.3.1
11122026-06-26T17:51:47.080Z Downloaded schemars v0.9.0
11132026-06-26T17:51:47.086Z Downloaded tokio-test v0.4.5
11142026-06-26T17:51:47.089Z Downloaded tokio-rustls v0.25.0
11152026-06-26T17:51:47.089Z Downloaded libxml v0.3.3
11162026-06-26T17:51:47.093Z Downloaded term v1.2.1
11172026-06-26T17:51:47.096Z Downloaded usdt-macro v0.6.0
11182026-06-26T17:51:47.096Z Downloaded term v0.7.0
11192026-06-26T17:51:47.099Z Downloaded utf-8 v0.7.6
11202026-06-26T17:51:47.099Z Downloaded typify-macro v0.6.2
11212026-06-26T17:51:47.099Z Downloaded usdt v0.6.0
11222026-06-26T17:51:47.099Z Downloaded unicode-truncate v1.1.0
11232026-06-26T17:51:47.102Z Downloaded usdt-attr-macro v0.6.0
11242026-06-26T17:51:47.102Z Downloaded socket2 v0.6.3
11252026-06-26T17:51:47.102Z Downloaded untrusted v0.7.1
11262026-06-26T17:51:47.105Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-06-26T17:51:47.105Z Downloaded hashbrown v0.16.1
11282026-06-26T17:51:47.108Z Downloaded rand v0.8.6
11292026-06-26T17:51:47.111Z Downloaded slog v2.8.2
11302026-06-26T17:51:47.114Z Downloaded tokio-tungstenite v0.23.1
11312026-06-26T17:51:47.114Z Downloaded tokio-tungstenite v0.21.0
11322026-06-26T17:51:47.117Z Downloaded bindgen v0.71.1
11332026-06-26T17:51:47.119Z Downloaded thiserror-no-std v2.0.2
11342026-06-26T17:51:47.122Z Downloaded untrusted v0.9.0
11352026-06-26T17:51:47.122Z Downloaded void v1.0.2
11362026-06-26T17:51:47.122Z Downloaded futures-util v0.3.32
11372026-06-26T17:51:47.128Z Downloaded samael v0.0.19
11382026-06-26T17:51:47.132Z Downloaded want v0.3.1
11392026-06-26T17:51:47.135Z Downloaded itertools v0.14.0
11402026-06-26T17:51:47.138Z Downloaded itertools v0.13.0
11412026-06-26T17:51:47.141Z Downloaded hyper v1.8.1
11422026-06-26T17:51:47.144Z Downloaded waitgroup v0.1.2
11432026-06-26T17:51:47.147Z Downloaded wait-timeout v0.2.1
11442026-06-26T17:51:47.147Z Downloaded itertools v0.12.1
11452026-06-26T17:51:47.150Z Downloaded unicase v2.9.0
11462026-06-26T17:51:47.153Z Downloaded tui-tree-widget v0.23.1
11472026-06-26T17:51:47.153Z Downloaded rsa v0.9.10
11482026-06-26T17:51:47.156Z Downloaded xattr v1.6.1
11492026-06-26T17:51:47.156Z Downloaded tokio-stream v0.1.18
11502026-06-26T17:51:47.158Z Downloaded aho-corasick v1.1.4
11512026-06-26T17:51:47.161Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11522026-06-26T17:51:47.164Z Downloaded tokio-rustls v0.26.4
11532026-06-26T17:51:47.164Z Downloaded rand v0.10.0
11542026-06-26T17:51:47.167Z Downloaded vergen-git2 v9.1.0
11552026-06-26T17:51:47.167Z Downloaded uzers v0.12.2
11562026-06-26T17:51:47.170Z Downloaded test-strategy v0.4.5
11572026-06-26T17:51:47.174Z Downloaded zeroize_derive v1.4.3
11582026-06-26T17:51:47.174Z Downloaded xshell-macros v0.2.7
11592026-06-26T17:51:47.174Z Downloaded qorb v0.4.1
11602026-06-26T17:51:47.178Z Downloaded usdt-impl v0.6.0
11612026-06-26T17:51:47.178Z Downloaded libm v0.2.16
11622026-06-26T17:51:47.181Z Downloaded snafu v0.8.9
11632026-06-26T17:51:47.185Z Downloaded socket2 v0.5.10
11642026-06-26T17:51:47.188Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-06-26T17:51:47.188Z Downloaded vergen-lib v9.1.0
11662026-06-26T17:51:47.188Z Downloaded toml_writer v1.0.6+spec-1.1.0
11672026-06-26T17:51:47.191Z Downloaded tokio-rustls v0.24.1
11682026-06-26T17:51:47.191Z Downloaded rustls-webpki v0.103.9
11692026-06-26T17:51:47.194Z Downloaded similar v2.7.0
11702026-06-26T17:51:47.197Z Downloaded serde_yaml v0.9.34+deprecated
11712026-06-26T17:51:47.197Z Downloaded zone_cfg_derive v0.3.1
11722026-06-26T17:51:47.197Z Downloaded zone v0.3.1
11732026-06-26T17:51:47.200Z Downloaded rand v0.9.2
11742026-06-26T17:51:47.200Z Downloaded num-bigint-dig v0.8.6
11752026-06-26T17:51:47.203Z Downloaded subprocess v0.2.15
11762026-06-26T17:51:47.206Z Downloaded tracing-attributes v0.1.31
11772026-06-26T17:51:47.209Z Downloaded vsss-rs v3.3.4
11782026-06-26T17:51:47.209Z Downloaded tinyvec v1.10.0
11792026-06-26T17:51:47.212Z Downloaded whoami v1.6.1
11802026-06-26T17:51:47.215Z Downloaded vergen-gitcl v1.0.8
11812026-06-26T17:51:47.217Z Downloaded hkdf v0.12.4
11822026-06-26T17:51:47.223Z Downloaded schemars v1.2.1
11832026-06-26T17:51:47.231Z Downloaded whoami v2.1.0
11842026-06-26T17:51:47.234Z Downloaded wyz v0.5.1
11852026-06-26T17:51:47.234Z Downloaded russh v0.45.0
11862026-06-26T17:51:47.236Z Downloaded vergen-lib v0.1.6
11872026-06-26T17:51:47.239Z Downloaded iddqd v0.4.2
11882026-06-26T17:51:47.242Z Downloaded unicode-properties v0.1.4
11892026-06-26T17:51:47.245Z Downloaded xshell v0.2.7
11902026-06-26T17:51:47.247Z Downloaded tar v0.4.45
11912026-06-26T17:51:47.253Z Downloaded p521 v0.13.3
11922026-06-26T17:51:47.256Z Downloaded h2 v0.4.13
11932026-06-26T17:51:47.259Z Downloaded vergen v9.1.0
11942026-06-26T17:51:47.262Z Downloaded toml v1.0.6+spec-1.1.0
11952026-06-26T17:51:47.265Z Downloaded toml v0.7.8
11962026-06-26T17:51:47.265Z Downloaded steno v0.4.1
11972026-06-26T17:51:47.268Z Downloaded iri-string v0.7.10
11982026-06-26T17:51:47.271Z Downloaded tracing-core v0.1.36
11992026-06-26T17:51:47.274Z Downloaded typify v0.6.2
12002026-06-26T17:51:47.277Z Downloaded rustyline v14.0.0
12012026-06-26T17:51:47.279Z Downloaded unsafe-libyaml v0.2.11
12022026-06-26T17:51:47.282Z Downloaded walkdir v2.5.0
12032026-06-26T17:51:47.285Z Downloaded nom v8.0.0
12042026-06-26T17:51:47.288Z Downloaded twox-hash v2.1.2
12052026-06-26T17:51:47.291Z Downloaded tungstenite v0.21.0
12062026-06-26T17:51:47.293Z Downloaded rpassword v7.4.0
12072026-06-26T17:51:47.294Z Downloaded yasna v0.5.2
12082026-06-26T17:51:47.296Z Downloaded uuid v1.23.0
12092026-06-26T17:51:47.306Z Downloaded serde_with v1.14.0
12102026-06-26T17:51:47.309Z Downloaded zeroize v1.8.2
12112026-06-26T17:51:47.312Z Downloaded blake3 v1.8.5
12122026-06-26T17:51:47.316Z Downloaded zerocopy v0.6.6
12132026-06-26T17:51:47.319Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-06-26T17:51:47.324Z Downloaded zstd v0.13.3
12152026-06-26T17:51:47.328Z Downloaded zstd-safe v7.2.4
12162026-06-26T17:51:47.332Z Downloaded unicode-bidi v0.3.18
12172026-06-26T17:51:47.336Z Downloaded vte v0.14.1
12182026-06-26T17:51:47.338Z Downloaded aws-lc-rs v1.16.3
12192026-06-26T17:51:47.343Z Downloaded bitvec v1.0.1
12202026-06-26T17:51:47.351Z Downloaded toml_edit v0.19.15
12212026-06-26T17:51:47.360Z Downloaded ssh-key v0.6.7
12222026-06-26T17:51:47.364Z Downloaded regex v1.12.3
12232026-06-26T17:51:47.372Z Downloaded zopfli v0.8.3
12242026-06-26T17:51:47.372Z Downloaded reedline v0.40.0
12252026-06-26T17:51:47.375Z Downloaded tungstenite v0.23.0
12262026-06-26T17:51:47.375Z Downloaded tokio-postgres v0.7.16
12272026-06-26T17:51:47.378Z Downloaded reqwest v0.12.28
12282026-06-26T17:51:47.392Z Downloaded unicode_categories v0.1.1
12292026-06-26T17:51:47.395Z Downloaded yansi v1.0.1
12302026-06-26T17:51:47.401Z Downloaded tower v0.5.3
12312026-06-26T17:51:47.406Z Downloaded zip v0.6.6
12322026-06-26T17:51:47.409Z Downloaded git2 v0.20.4
12332026-06-26T17:51:47.413Z Downloaded chrono v0.4.44
12342026-06-26T17:51:47.430Z Downloaded rayon v1.11.0
12352026-06-26T17:51:47.435Z Downloaded quick-xml v0.37.5
12362026-06-26T17:51:47.444Z Downloaded salty v0.3.0
12372026-06-26T17:51:47.451Z Downloaded reqwest v0.13.2
12382026-06-26T17:51:47.455Z Downloaded unicode-segmentation v1.12.0
12392026-06-26T17:51:47.459Z Downloaded x509-cert v0.2.5
12402026-06-26T17:51:47.462Z Downloaded rustls-webpki v0.101.7
12412026-06-26T17:51:47.469Z Downloaded typed-path v0.9.3
12422026-06-26T17:51:47.473Z Downloaded unicode-normalization v0.1.25
12432026-06-26T17:51:47.476Z Downloaded portable-atomic v1.13.1
12442026-06-26T17:51:47.481Z Downloaded moka v0.12.13
12452026-06-26T17:51:47.486Z Downloaded rustls-webpki v0.102.8
12462026-06-26T17:51:47.497Z Downloaded zerocopy-derive v0.8.40
12472026-06-26T17:51:47.503Z Downloaded tower-http v0.6.8
12482026-06-26T17:51:47.508Z Downloaded tough v0.22.0
12492026-06-26T17:51:47.513Z Downloaded petname v2.0.2
12502026-06-26T17:51:47.516Z Downloaded serde_with v3.17.0
12512026-06-26T17:51:47.524Z Downloaded tokio-util v0.7.18
12522026-06-26T17:51:47.529Z Downloaded zip v4.6.1
12532026-06-26T17:51:47.532Z Downloaded object v0.30.4
12542026-06-26T17:51:47.537Z Downloaded quinn-proto v0.11.13
12552026-06-26T17:51:47.541Z Downloaded lalrpop v0.19.12
12562026-06-26T17:51:47.549Z Downloaded radix_trie v0.2.1
12572026-06-26T17:51:47.552Z Downloaded winnow v0.5.40
12582026-06-26T17:51:47.558Z Downloaded bstr v1.12.1
12592026-06-26T17:51:47.563Z Downloaded curve25519-dalek v4.1.3
12602026-06-26T17:51:47.569Z Downloaded proptest v1.10.0
12612026-06-26T17:51:47.576Z Downloaded openssl v0.10.79
12622026-06-26T17:51:47.581Z Downloaded time v0.3.47
12632026-06-26T17:51:47.589Z Downloaded nix v0.27.1
12642026-06-26T17:51:47.596Z Downloaded p384 v0.13.1
12652026-06-26T17:51:47.599Z Downloaded hickory-proto v0.24.4
12662026-06-26T17:51:47.610Z Downloaded vcpkg v0.2.15
12672026-06-26T17:51:47.634Z Downloaded winnow v0.6.26
12682026-06-26T17:51:47.639Z Downloaded goblin v0.10.5
12692026-06-26T17:51:47.643Z Downloaded polar-core v0.27.3
12702026-06-26T17:51:47.648Z Downloaded regress v0.10.5
12712026-06-26T17:51:47.654Z Downloaded regress v0.11.1
12722026-06-26T17:51:47.683Z Downloaded rustix v0.38.44
12732026-06-26T17:51:47.697Z Downloaded tabled v0.20.0
12742026-06-26T17:51:47.708Z Downloaded nix v0.28.0
12752026-06-26T17:51:47.715Z Downloaded rustls v0.21.12
12762026-06-26T17:51:47.728Z Downloaded dropshot v0.17.0
12772026-06-26T17:51:47.743Z Downloaded zlib-rs v0.6.2
12782026-06-26T17:51:47.746Z Downloaded sqlparser v0.61.0
12792026-06-26T17:51:47.752Z Downloaded regex-syntax v0.6.29
12802026-06-26T17:51:47.756Z Downloaded object v0.37.3
12812026-06-26T17:51:47.763Z Downloaded smoltcp v0.9.1
12822026-06-26T17:51:47.770Z Downloaded nix v0.31.2
12832026-06-26T17:51:47.778Z Downloaded typify-impl v0.6.2
12842026-06-26T17:51:47.787Z Downloaded webpki-roots v1.0.6
12852026-06-26T17:51:47.790Z Downloaded ratatui v0.29.0
12862026-06-26T17:51:47.802Z Downloaded zerocopy v0.8.40
12872026-06-26T17:51:47.807Z Downloaded smoltcp v0.11.0
12882026-06-26T17:51:47.815Z Downloaded rustls v0.23.37
12892026-06-26T17:51:47.822Z Downloaded regex-automata v0.4.14
12902026-06-26T17:51:47.832Z Downloaded diesel v2.3.7
12912026-06-26T17:51:47.844Z Downloaded regex-syntax v0.8.10
12922026-06-26T17:51:47.849Z Downloaded hickory-proto v0.25.2
12932026-06-26T17:51:47.858Z Downloaded chrono-tz v0.10.4
12942026-06-26T17:51:47.869Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-06-26T17:51:47.878Z Downloaded rustls v0.22.4
12962026-06-26T17:51:47.885Z Downloaded openapiv3 v2.2.0
12972026-06-26T17:51:47.892Z Downloaded petgraph v0.8.3
12982026-06-26T17:51:47.906Z Downloaded sha3 v0.10.8
12992026-06-26T17:51:47.929Z Downloaded sled v0.34.7
13002026-06-26T17:51:47.936Z Downloaded tracing v0.1.44
13012026-06-26T17:51:47.981Z Downloaded zerocopy-derive v0.6.6
13022026-06-26T17:51:48.017Z Downloaded petgraph v0.6.5
13032026-06-26T17:51:48.029Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-06-26T17:51:48.062Z Downloaded jiff v0.2.21
13052026-06-26T17:51:48.096Z Downloaded csv v1.4.0
13062026-06-26T17:51:48.108Z Downloaded libz-sys v1.1.24
13072026-06-26T17:51:48.121Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-06-26T17:51:48.139Z Downloaded tokio v1.52.1
13092026-06-26T17:51:48.187Z Downloaded encoding_rs v0.8.35
13102026-06-26T17:51:48.201Z Downloaded ring v0.17.14
13112026-06-26T17:51:48.610Z Downloaded aws-lc-sys v0.40.0
13122026-06-26T17:51:48.849Z Compiling libc v0.2.185
13132026-06-26T17:51:48.850Z Compiling serde v1.0.228
13142026-06-26T17:51:48.854Z Compiling log v0.4.29
13152026-06-26T17:51:48.854Z Compiling find-msvc-tools v0.1.9
13162026-06-26T17:51:48.999Z Compiling shlex v1.3.0
13172026-06-26T17:51:49.004Z Compiling smallvec v1.15.1
13182026-06-26T17:51:49.015Z Compiling syn v2.0.117
13192026-06-26T17:51:49.034Z Compiling typenum v1.19.0
13202026-06-26T17:51:49.209Z Compiling generic-array v0.14.7
13212026-06-26T17:51:49.217Z Compiling subtle v2.6.1
13222026-06-26T17:51:49.234Z Compiling scopeguard v1.2.0
13232026-06-26T17:51:49.261Z Compiling const-oid v0.9.6
13242026-06-26T17:51:49.321Z Compiling lock_api v0.4.14
13252026-06-26T17:51:49.339Z Compiling serde_json v1.0.149
13262026-06-26T17:51:49.387Z Compiling zerocopy v0.8.40
13272026-06-26T17:51:49.455Z Compiling pin-project-lite v0.2.17
13282026-06-26T17:51:49.552Z Compiling portable-atomic v1.13.1
13292026-06-26T17:51:49.555Z Compiling parking_lot_core v0.9.12
13302026-06-26T17:51:49.833Z Compiling pkg-config v0.3.32
13312026-06-26T17:51:49.846Z Compiling bitflags v2.11.0
13322026-06-26T17:51:49.925Z Compiling getrandom v0.2.17
13332026-06-26T17:51:50.040Z Compiling jobserver v0.1.34
13342026-06-26T17:51:50.043Z Compiling errno v0.3.14
13352026-06-26T17:51:50.079Z Compiling rand_core v0.6.4
13362026-06-26T17:51:50.160Z Compiling signal-hook-registry v1.4.8
13372026-06-26T17:51:50.357Z Compiling cc v1.2.56
13382026-06-26T17:51:50.395Z Compiling futures-core v0.3.32
13392026-06-26T17:51:50.417Z Compiling critical-section v1.2.0
13402026-06-26T17:51:50.441Z Compiling libm v0.2.16
13412026-06-26T17:51:50.500Z Compiling parking_lot v0.12.5
13422026-06-26T17:51:50.526Z Compiling once_cell v1.21.3
13432026-06-26T17:51:50.547Z Compiling mio v1.2.0
13442026-06-26T17:51:50.609Z Compiling num-traits v0.2.19
13452026-06-26T17:51:50.705Z Compiling percent-encoding v2.3.2
13462026-06-26T17:51:50.743Z Compiling socket2 v0.6.3
13472026-06-26T17:51:50.882Z Compiling futures-sink v0.3.32
13482026-06-26T17:51:50.898Z Compiling futures-task v0.3.32
13492026-06-26T17:51:50.961Z Compiling futures-channel v0.3.32
13502026-06-26T17:51:50.983Z Compiling cpufeatures v0.2.17
13512026-06-26T17:51:51.017Z Compiling futures-io v0.3.32
13522026-06-26T17:51:51.056Z Compiling getrandom v0.4.1
13532026-06-26T17:51:51.069Z Compiling slab v0.4.12
13542026-06-26T17:51:51.150Z Compiling rand_core v0.10.0
13552026-06-26T17:51:51.171Z Compiling indexmap v2.14.0
13562026-06-26T17:51:51.190Z Compiling rustversion v1.0.22
13572026-06-26T17:51:51.253Z Compiling getrandom v0.3.4
13582026-06-26T17:51:51.318Z Compiling cmake v0.1.57
13592026-06-26T17:51:51.698Z Compiling form_urlencoded v1.2.2
13602026-06-26T17:51:51.726Z Compiling dunce v1.0.5
13612026-06-26T17:51:51.828Z Compiling fs_extra v1.3.0
13622026-06-26T17:51:51.877Z Compiling ident_case v1.0.1
13632026-06-26T17:51:51.913Z Compiling synstructure v0.13.2
13642026-06-26T17:51:51.960Z Compiling base64ct v1.8.3
13652026-06-26T17:51:52.004Z Compiling flagset v0.4.7
13662026-06-26T17:51:52.110Z Compiling aws-lc-sys v0.40.0
13672026-06-26T17:51:52.134Z Compiling regex-syntax v0.8.10
13682026-06-26T17:51:52.182Z Compiling pem-rfc7468 v0.7.0
13692026-06-26T17:51:52.183Z Compiling rustix v1.1.3
13702026-06-26T17:51:52.244Z Compiling iana-time-zone v0.1.65
13712026-06-26T17:51:52.442Z Compiling rand_core v0.9.5
13722026-06-26T17:51:52.445Z Compiling ring v0.17.14
13732026-06-26T17:51:52.494Z Compiling vcpkg v0.2.15
13742026-06-26T17:51:52.515Z Compiling aws-lc-rs v1.16.3
13752026-06-26T17:51:52.712Z Compiling uuid v1.23.0
13762026-06-26T17:51:52.793Z Compiling rustc_version v0.4.1
13772026-06-26T17:51:53.116Z Compiling tracing-core v0.1.36
13782026-06-26T17:51:53.221Z Compiling openssl-sys v0.9.115
13792026-06-26T17:51:53.399Z Compiling base64 v0.22.1
13802026-06-26T17:51:53.611Z Compiling serde_derive v1.0.228
13812026-06-26T17:51:53.711Z Compiling zeroize_derive v1.4.3
13822026-06-26T17:51:53.783Z Compiling zerofrom-derive v0.1.6
13832026-06-26T17:51:53.798Z Compiling yoke-derive v0.8.1
13842026-06-26T17:51:53.931Z Compiling zerocopy-derive v0.8.40
13852026-06-26T17:51:54.361Z Compiling zeroize v1.8.2
13862026-06-26T17:51:54.568Z Compiling zerovec-derive v0.11.2
13872026-06-26T17:51:54.974Z Compiling displaydoc v0.2.5
13882026-06-26T17:51:55.131Z Compiling crypto-common v0.1.7
13892026-06-26T17:51:55.184Z Compiling zerofrom v0.1.6
13902026-06-26T17:51:55.274Z Compiling block-buffer v0.10.4
13912026-06-26T17:51:55.309Z Compiling yoke v0.8.1
13922026-06-26T17:51:55.442Z Compiling digest v0.10.7
13932026-06-26T17:51:55.486Z Compiling tokio-macros v2.7.0
13942026-06-26T17:51:55.680Z Compiling zerovec v0.11.5
13952026-06-26T17:51:55.694Z Compiling futures-macro v0.3.32
13962026-06-26T17:51:55.713Z Compiling zerotrie v0.2.3
13972026-06-26T17:51:56.007Z Compiling hmac v0.12.1
13982026-06-26T17:51:56.166Z Compiling tinystr v0.8.2
13992026-06-26T17:51:56.179Z Compiling potential_utf v0.1.4
14002026-06-26T17:51:56.199Z Compiling block-padding v0.3.3
14012026-06-26T17:51:56.336Z Compiling icu_locale_core v2.1.1
14022026-06-26T17:51:56.355Z Compiling icu_collections v2.1.1
14032026-06-26T17:51:56.368Z Compiling inout v0.1.4
14042026-06-26T17:51:56.491Z Compiling futures-util v0.3.32
14052026-06-26T17:51:56.531Z Compiling cipher v0.4.4
14062026-06-26T17:51:56.791Z Compiling sha2 v0.10.9
14072026-06-26T17:51:56.821Z Compiling der_derive v0.7.3
14082026-06-26T17:51:57.078Z Compiling bytes v1.11.1
14092026-06-26T17:51:57.101Z Compiling icu_provider v2.1.1
14102026-06-26T17:51:57.214Z Compiling chrono v0.4.44
14112026-06-26T17:51:57.400Z Compiling icu_normalizer v2.1.1
14122026-06-26T17:51:57.719Z Compiling tokio v1.52.1
14132026-06-26T17:51:57.795Z Compiling icu_properties v2.1.2
14142026-06-26T17:51:57.948Z Compiling der v0.7.10
14152026-06-26T17:51:58.176Z Compiling http v1.4.0
14162026-06-26T17:51:58.411Z Compiling ppv-lite86 v0.2.21
14172026-06-26T17:51:58.643Z Compiling salsa20 v0.10.2
14182026-06-26T17:51:58.786Z Compiling idna_adapter v1.2.1
14192026-06-26T17:51:58.786Z Compiling pbkdf2 v0.12.2
14202026-06-26T17:51:58.834Z Compiling spki v0.7.3
14212026-06-26T17:51:58.909Z Compiling idna v1.1.0
14222026-06-26T17:51:58.909Z Compiling rustls-pki-types v1.14.0
14232026-06-26T17:51:58.935Z Compiling tracing-attributes v0.1.31
14242026-06-26T17:51:59.036Z Compiling thiserror-impl v2.0.18
14252026-06-26T17:51:59.126Z Compiling scrypt v0.11.0
14262026-06-26T17:51:59.200Z Compiling url v2.5.8
14272026-06-26T17:51:59.373Z Compiling http-body v1.0.1
14282026-06-26T17:51:59.387Z Compiling rand_chacha v0.9.0
14292026-06-26T17:51:59.527Z Compiling cbc v0.1.2
14302026-06-26T17:51:59.562Z Compiling aes v0.8.4
14312026-06-26T17:51:59.744Z Compiling tinyvec_macros v0.1.1
14322026-06-26T17:51:59.819Z Compiling untrusted v0.7.1
14332026-06-26T17:51:59.947Z Compiling untrusted v0.9.0
14342026-06-26T17:52:00.006Z Compiling httparse v1.10.1
14352026-06-26T17:52:00.068Z Compiling openssl-probe v0.2.1
14362026-06-26T17:52:00.243Z Compiling pkcs5 v0.7.1
14372026-06-26T17:52:00.246Z Compiling tracing v0.1.44
14382026-06-26T17:52:00.380Z Compiling thiserror v2.0.18
14392026-06-26T17:52:00.395Z Compiling tinyvec v1.10.0
14402026-06-26T17:52:00.487Z Compiling pest_generator v2.8.6
14412026-06-26T17:52:00.519Z Compiling rand v0.9.2
14422026-06-26T17:52:00.629Z Compiling serde_derive_internals v0.29.1
14432026-06-26T17:52:00.718Z Compiling aho-corasick v1.1.4
14442026-06-26T17:52:00.736Z Compiling tower-layer v0.3.3
14452026-06-26T17:52:00.897Z Compiling tower-service v0.3.3
14462026-06-26T17:52:00.993Z Compiling try-lock v0.2.5
14472026-06-26T17:52:01.106Z Compiling atomic-waker v1.1.2
14482026-06-26T17:52:01.192Z Compiling rustls v0.23.37
14492026-06-26T17:52:01.235Z Compiling schemars v0.8.22
14502026-06-26T17:52:01.319Z Compiling dyn-clone v1.0.20
14512026-06-26T17:52:01.357Z Compiling pest_derive v2.8.6
14522026-06-26T17:52:01.452Z Compiling want v0.3.1
14532026-06-26T17:52:01.465Z Compiling pkcs8 v0.10.2
14542026-06-26T17:52:01.510Z Compiling schemars_derive v0.8.22
14552026-06-26T17:52:01.614Z Compiling tokio-util v0.7.18
14562026-06-26T17:52:01.765Z Compiling regex-automata v0.4.14
14572026-06-26T17:52:01.851Z Compiling ipnet v2.11.0
14582026-06-26T17:52:02.078Z Compiling scroll_derive v0.13.1
14592026-06-26T17:52:02.345Z Compiling h2 v0.4.13
14602026-06-26T17:52:02.382Z Compiling darling_core v0.20.11
14612026-06-26T17:52:02.649Z Compiling foreign-types-shared v0.1.1
14622026-06-26T17:52:02.737Z Compiling httpdate v1.0.3
14632026-06-26T17:52:02.741Z Compiling pin-utils v0.1.0
14642026-06-26T17:52:02.825Z Compiling openssl v0.10.79
14652026-06-26T17:52:02.871Z Compiling scroll v0.13.0
14662026-06-26T17:52:02.967Z Compiling tempfile v3.25.0
14672026-06-26T17:52:03.133Z Compiling foreign-types v0.3.2
14682026-06-26T17:52:03.207Z Compiling unicode-normalization v0.1.25
14692026-06-26T17:52:03.432Z Compiling openssl-macros v0.1.1
14702026-06-26T17:52:03.720Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-06-26T17:52:03.798Z Compiling socket2 v0.5.10
14722026-06-26T17:52:03.879Z Compiling spin v0.9.8
14732026-06-26T17:52:04.095Z Compiling native-tls v0.2.18
14742026-06-26T17:52:04.110Z Compiling powerfmt v0.2.0
14752026-06-26T17:52:04.209Z Compiling time-core v0.1.8
14762026-06-26T17:52:04.300Z Compiling crc32fast v1.5.0
14772026-06-26T17:52:04.315Z Compiling num-conv v0.2.0
14782026-06-26T17:52:04.378Z Compiling deranged v0.5.8
14792026-06-26T17:52:04.447Z Compiling time-macros v0.2.27
14802026-06-26T17:52:04.734Z Compiling darling_macro v0.20.11
14812026-06-26T17:52:05.220Z Compiling darling v0.20.11
14822026-06-26T17:52:05.304Z Compiling goblin v0.10.5
14832026-06-26T17:52:05.369Z Compiling rustls-native-certs v0.8.3
14842026-06-26T17:52:05.535Z Compiling hyper v1.8.1
14852026-06-26T17:52:05.661Z Compiling sync_wrapper v1.0.2
14862026-06-26T17:52:05.775Z Compiling wait-timeout v0.2.1
14872026-06-26T17:52:05.892Z Compiling quick-error v1.2.3
14882026-06-26T17:52:06.005Z Compiling usdt-impl v0.6.0
14892026-06-26T17:52:06.045Z Compiling unicode-segmentation v1.12.0
14902026-06-26T17:52:06.212Z Compiling bit-vec v0.8.0
14912026-06-26T17:52:06.405Z Compiling num_threads v0.1.7
14922026-06-26T17:52:06.431Z Compiling simd-adler32 v0.3.8
14932026-06-26T17:52:06.447Z Compiling syn v1.0.109
14942026-06-26T17:52:06.503Z Compiling crossbeam-utils v0.8.21
14952026-06-26T17:52:06.678Z Compiling hyper-util v0.1.20
14962026-06-26T17:52:06.752Z Compiling siphasher v1.0.2
14972026-06-26T17:52:06.859Z Compiling time v0.3.47
14982026-06-26T17:52:07.146Z Compiling bit-set v0.8.0
14992026-06-26T17:52:07.289Z Compiling rusty-fork v0.3.1
15002026-06-26T17:52:07.315Z Compiling tower v0.5.3
15012026-06-26T17:52:07.611Z Compiling derive_builder_core v0.20.2
15022026-06-26T17:52:07.795Z Compiling dtrace-parser v0.3.0
15032026-06-26T17:52:07.844Z Compiling http-body-util v0.1.3
15042026-06-26T17:52:08.107Z Compiling dof v0.4.0
15052026-06-26T17:52:08.455Z Compiling webpki-roots v1.0.6
15062026-06-26T17:52:08.469Z Compiling signature v2.2.0
15072026-06-26T17:52:08.538Z Compiling thiserror-impl v1.0.69
15082026-06-26T17:52:08.567Z Compiling scroll_derive v0.12.1
15092026-06-26T17:52:08.625Z Compiling heapless v0.7.17
15102026-06-26T17:52:08.710Z Compiling rand_xorshift v0.4.0
15112026-06-26T17:52:08.867Z Compiling slog v2.8.2
15122026-06-26T17:52:08.882Z Compiling darling_core v0.21.3
15132026-06-26T17:52:09.053Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-26T17:52:09.241Z Compiling thread-id v5.1.0
15152026-06-26T17:52:09.318Z Compiling cookie v0.18.1
15162026-06-26T17:52:09.331Z Compiling adler2 v2.0.1
15172026-06-26T17:52:09.342Z Compiling unicode-bidi v0.3.18
15182026-06-26T17:52:09.459Z Compiling zstd-safe v7.2.4
15192026-06-26T17:52:09.497Z Compiling paste v1.0.15
15202026-06-26T17:52:09.656Z Compiling allocator-api2 v0.2.21
15212026-06-26T17:52:09.670Z Compiling unarray v0.1.4
15222026-06-26T17:52:09.770Z Compiling iri-string v0.7.10
15232026-06-26T17:52:09.782Z Compiling unicode-properties v0.1.4
15242026-06-26T17:52:09.806Z Compiling anyhow v1.0.102
15252026-06-26T17:52:09.880Z Compiling ryu v1.0.23
15262026-06-26T17:52:09.982Z Compiling signal-hook v0.3.18
15272026-06-26T17:52:09.985Z Compiling stringprep v0.1.5
15282026-06-26T17:52:10.061Z Compiling serde_urlencoded v0.7.1
15292026-06-26T17:52:10.172Z Compiling thiserror v1.0.69
15302026-06-26T17:52:10.300Z Compiling proptest v1.10.0
15312026-06-26T17:52:10.327Z Compiling miniz_oxide v0.8.9
15322026-06-26T17:52:10.914Z Compiling tower-http v0.6.8
15332026-06-26T17:52:10.987Z Compiling scroll v0.12.0
15342026-06-26T17:52:11.181Z Compiling derive_builder_macro v0.20.2
15352026-06-26T17:52:11.256Z Compiling tokio-native-tls v0.3.1
15362026-06-26T17:52:11.393Z Compiling darling_macro v0.21.3
15372026-06-26T17:52:11.444Z Compiling heck v0.4.1
15382026-06-26T17:52:11.456Z Compiling bstr v1.12.1
15392026-06-26T17:52:11.646Z Compiling ipnetwork v0.21.1
15402026-06-26T17:52:11.668Z Compiling rand_chacha v0.3.1
15412026-06-26T17:52:11.805Z Compiling serde_tokenstream v0.2.3
15422026-06-26T17:52:11.874Z Compiling toml_datetime v0.6.11
15432026-06-26T17:52:12.035Z Compiling erased-serde v0.3.31
15442026-06-26T17:52:12.110Z Compiling serde_spanned v0.6.9
15452026-06-26T17:52:12.125Z Compiling md-5 v0.10.6
15462026-06-26T17:52:12.136Z Compiling zerocopy-derive v0.7.35
15472026-06-26T17:52:12.255Z Compiling pin-project-internal v1.1.11
15482026-06-26T17:52:12.287Z Compiling async-trait v0.1.89
15492026-06-26T17:52:12.471Z Compiling curve25519-dalek v4.1.3
15502026-06-26T17:52:12.542Z Compiling vergen-lib v9.1.0
15512026-06-26T17:52:12.725Z Compiling num-integer v0.1.46
15522026-06-26T17:52:12.809Z Compiling hash32 v0.2.1
15532026-06-26T17:52:13.006Z Compiling ff v0.13.1
15542026-06-26T17:52:13.019Z Compiling memoffset v0.9.1
15552026-06-26T17:52:13.046Z Compiling encoding_rs v0.8.35
15562026-06-26T17:52:13.146Z Compiling zlib-rs v0.6.2
15572026-06-26T17:52:13.208Z Compiling rustix v0.38.44
15582026-06-26T17:52:13.322Z Compiling ref-cast v1.0.25
15592026-06-26T17:52:13.383Z Compiling num-bigint-dig v0.8.6
15602026-06-26T17:52:13.580Z Compiling litrs v1.0.0
15612026-06-26T17:52:13.640Z Compiling cfg_aliases v0.2.1
15622026-06-26T17:52:13.687Z Compiling fallible-iterator v0.2.0
15632026-06-26T17:52:13.718Z Compiling smoltcp v0.9.1
15642026-06-26T17:52:14.015Z Compiling psl-types v2.0.11
15652026-06-26T17:52:14.069Z Compiling mime v0.3.17
15662026-06-26T17:52:14.114Z Compiling base16ct v0.2.0
15672026-06-26T17:52:14.144Z Compiling publicsuffix v2.3.0
15682026-06-26T17:52:14.301Z Compiling sec1 v0.7.3
15692026-06-26T17:52:14.322Z Compiling document-features v0.2.12
15702026-06-26T17:52:14.352Z Compiling postgres-protocol v0.6.10
15712026-06-26T17:52:14.580Z Compiling nix v0.31.2
15722026-06-26T17:52:14.812Z Compiling pin-project v1.1.11
15732026-06-26T17:52:14.920Z Compiling group v0.13.0
15742026-06-26T17:52:14.933Z Compiling zerocopy v0.7.35
15752026-06-26T17:52:15.000Z Compiling num-iter v0.1.45
15762026-06-26T17:52:15.138Z Compiling newtype-uuid v1.3.2
15772026-06-26T17:52:15.238Z Compiling hubpack_derive v0.1.1
15782026-06-26T17:52:15.408Z Compiling darling v0.21.3
15792026-06-26T17:52:15.460Z Compiling rand v0.8.6
15802026-06-26T17:52:15.463Z Compiling oxnet v0.1.6
15812026-06-26T17:52:15.490Z Compiling snafu-derive v0.8.9
15822026-06-26T17:52:15.551Z Compiling derive_builder v0.20.2
15832026-06-26T17:52:15.676Z Compiling hyper-tls v0.6.0
15842026-06-26T17:52:15.887Z Compiling goblin v0.8.2
15852026-06-26T17:52:16.309Z Compiling flate2 v1.1.9
15862026-06-26T17:52:16.552Z Compiling phf_shared v0.13.1
15872026-06-26T17:52:16.723Z Compiling lazy_static v1.5.0
15882026-06-26T17:52:16.798Z Compiling regex v1.12.3
15892026-06-26T17:52:16.810Z Compiling anstyle-parse v0.2.7
15902026-06-26T17:52:16.826Z Compiling strum_macros v0.27.2
15912026-06-26T17:52:16.837Z Compiling futures-executor v0.3.32
15922026-06-26T17:52:16.996Z Compiling hex v0.4.3
15932026-06-26T17:52:17.100Z Compiling hkdf v0.12.4
15942026-06-26T17:52:17.230Z Compiling crypto-bigint v0.5.5
15952026-06-26T17:52:17.264Z Compiling terminal_size v0.4.3
15962026-06-26T17:52:17.277Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-26T17:52:17.403Z Compiling daft-derive v0.1.7
15982026-06-26T17:52:17.406Z Compiling ref-cast-impl v1.0.25
15992026-06-26T17:52:17.930Z Compiling vergen v9.1.0
16002026-06-26T17:52:17.966Z Compiling fs-err v3.3.0
16012026-06-26T17:52:18.116Z Compiling cargo-platform v0.3.2
16022026-06-26T17:52:18.135Z Compiling ahash v0.8.12
16032026-06-26T17:52:18.154Z Compiling same-file v1.0.6
16042026-06-26T17:52:18.326Z Compiling libbz2-rs-sys v0.2.2
16052026-06-26T17:52:18.352Z Compiling bitflags v1.3.2
16062026-06-26T17:52:18.392Z Compiling foldhash v0.1.5
16072026-06-26T17:52:18.429Z Compiling managed v0.8.0
16082026-06-26T17:52:18.619Z Compiling bumpalo v3.20.2
16092026-06-26T17:52:18.699Z Compiling winnow v0.5.40
16102026-06-26T17:52:18.828Z Compiling object v0.37.3
16112026-06-26T17:52:18.888Z Compiling foldhash v0.2.0
16122026-06-26T17:52:19.035Z Compiling clap_builder v4.6.0
16132026-06-26T17:52:19.119Z Compiling hashbrown v0.16.1
16142026-06-26T17:52:19.152Z Compiling strum v0.27.2
16152026-06-26T17:52:19.288Z Compiling zopfli v0.8.3
16162026-06-26T17:52:19.470Z Compiling bzip2 v0.6.1
16172026-06-26T17:52:19.680Z Compiling hashbrown v0.15.5
16182026-06-26T17:52:19.776Z Compiling cargo_metadata v0.23.1
16192026-06-26T17:52:19.968Z Compiling walkdir v2.5.0
16202026-06-26T17:52:20.170Z Compiling toml_edit v0.19.15
16212026-06-26T17:52:20.228Z Compiling elliptic-curve v0.13.8
16222026-06-26T17:52:20.286Z Compiling daft v0.1.7
16232026-06-26T17:52:20.389Z Compiling dof v0.3.0
16242026-06-26T17:52:20.705Z Compiling snafu v0.8.9
16252026-06-26T17:52:21.068Z Compiling futures v0.3.32
16262026-06-26T17:52:21.096Z Compiling anstream v0.6.21
16272026-06-26T17:52:21.154Z Compiling phf v0.13.1
16282026-06-26T17:52:21.312Z Compiling signal-hook-mio v0.2.5
16292026-06-26T17:52:21.434Z Compiling cookie_store v0.22.1
16302026-06-26T17:52:21.520Z Compiling bzip2 v0.4.4
16312026-06-26T17:52:21.733Z Compiling zstd v0.13.3
16322026-06-26T17:52:21.761Z Compiling hubpack v0.1.2
16332026-06-26T17:52:21.980Z Compiling serde_with_macros v3.17.0
16342026-06-26T17:52:22.088Z Compiling postgres-types v0.2.12
16352026-06-26T17:52:22.092Z Compiling usdt-macro v0.6.0
16362026-06-26T17:52:22.654Z Compiling usdt-attr-macro v0.6.0
16372026-06-26T17:52:22.832Z Compiling globset v0.4.18
16382026-06-26T17:52:22.861Z Compiling dtrace-parser v0.2.0
16392026-06-26T17:52:23.137Z Compiling ed25519 v2.2.3
16402026-06-26T17:52:23.198Z Compiling phf_shared v0.11.3
16412026-06-26T17:52:23.389Z Compiling olpc-cjson v0.1.4
16422026-06-26T17:52:23.450Z Compiling pkcs1 v0.7.5
16432026-06-26T17:52:23.520Z Compiling clap_derive v4.6.1
16442026-06-26T17:52:23.592Z Compiling enum-as-inner v0.6.1
16452026-06-26T17:52:23.635Z Compiling strum_macros v0.26.4
16462026-06-26T17:52:23.689Z Compiling serde_plain v1.0.2
16472026-06-26T17:52:23.894Z Compiling serde-big-array v0.5.1
16482026-06-26T17:52:23.908Z Compiling rfc6979 v0.4.0
16492026-06-26T17:52:24.035Z Compiling pem v3.0.6
16502026-06-26T17:52:24.050Z Compiling serde_repr v0.1.20
16512026-06-26T17:52:24.107Z Compiling async-recursion v1.1.1
16522026-06-26T17:52:24.111Z Compiling float-cmp v0.10.0
16532026-06-26T17:52:24.272Z Compiling memmap2 v0.9.10
16542026-06-26T17:52:24.366Z Compiling thread-id v4.2.2
16552026-06-26T17:52:24.455Z Compiling env_filter v1.0.0
16562026-06-26T17:52:24.490Z Compiling keccak v0.1.6
16572026-06-26T17:52:24.583Z Compiling difflib v0.4.0
16582026-06-26T17:52:24.763Z Compiling fixedbitset v0.5.7
16592026-06-26T17:52:24.767Z Compiling data-encoding v2.10.0
16602026-06-26T17:52:25.070Z Compiling normalize-line-endings v0.3.0
16612026-06-26T17:52:25.131Z Compiling new_debug_unreachable v1.0.6
16622026-06-26T17:52:25.167Z Compiling static_assertions v1.1.0
16632026-06-26T17:52:25.206Z Compiling jiff v0.2.21
16642026-06-26T17:52:25.230Z Compiling predicates-core v1.0.10
16652026-06-26T17:52:25.242Z Compiling whoami v2.1.0
16662026-06-26T17:52:25.308Z Compiling precomputed-hash v0.1.1
16672026-06-26T17:52:25.398Z Compiling typed-path v0.9.3
16682026-06-26T17:52:25.409Z Compiling either v1.15.0
16692026-06-26T17:52:25.413Z Compiling fixedbitset v0.4.2
16702026-06-26T17:52:25.462Z Compiling toml_edit v0.22.27
16712026-06-26T17:52:25.614Z Compiling itertools v0.13.0
16722026-06-26T17:52:25.627Z Compiling petgraph v0.6.5
16732026-06-26T17:52:25.628Z Compiling tokio-postgres v0.7.16
16742026-06-26T17:52:26.618Z Compiling strum v0.26.3
16752026-06-26T17:52:26.753Z Compiling string_cache v0.8.9
16762026-06-26T17:52:26.850Z Compiling predicates v3.1.4
16772026-06-26T17:52:26.850Z Compiling clap v4.6.1
16782026-06-26T17:52:26.937Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-06-26T17:52:26.981Z Compiling hickory-proto v0.25.2
16802026-06-26T17:52:27.104Z Compiling petgraph v0.8.3
16812026-06-26T17:52:27.507Z Compiling sha3 v0.10.8
16822026-06-26T17:52:27.858Z Compiling zip v4.6.1
16832026-06-26T17:52:27.964Z Compiling env_logger v0.11.9
16842026-06-26T17:52:28.200Z Compiling usdt-impl v0.5.0
16852026-06-26T17:52:28.317Z Compiling usdt v0.6.0
16862026-06-26T17:52:28.620Z Compiling ecdsa v0.16.9
16872026-06-26T17:52:28.809Z Compiling rsa v0.9.10
16882026-06-26T17:52:28.865Z Compiling ed25519-dalek v2.2.0
16892026-06-26T17:52:29.033Z Compiling serde_with v3.17.0
16902026-06-26T17:52:29.106Z Compiling crossterm v0.28.1
16912026-06-26T17:52:29.541Z Compiling zip v0.6.6
16922026-06-26T17:52:30.121Z Compiling toml v0.7.8
16932026-06-26T17:52:30.239Z Compiling iddqd v0.4.2
16942026-06-26T17:52:30.836Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-06-26T17:52:30.933Z Compiling similar v2.7.0
16962026-06-26T17:52:30.963Z Compiling crossbeam-epoch v0.9.18
16972026-06-26T17:52:31.295Z Compiling tokio-stream v0.1.18
16982026-06-26T17:52:31.472Z Compiling buf-list v1.1.2
16992026-06-26T17:52:31.578Z Compiling x509-cert v0.2.5
17002026-06-26T17:52:31.750Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17012026-06-26T17:52:31.771Z Compiling openapiv3 v2.2.0
17022026-06-26T17:52:31.813Z Compiling sha1 v0.10.6
17032026-06-26T17:52:31.822Z Compiling peg-runtime v0.8.5
17042026-06-26T17:52:32.013Z Compiling lalrpop-util v0.19.12
17052026-06-26T17:52:32.035Z Compiling thread_local v1.1.9
17062026-06-26T17:52:32.113Z Compiling slog-async v2.8.0
17072026-06-26T17:52:32.183Z Compiling crossbeam-channel v0.5.15
17082026-06-26T17:52:32.207Z Compiling filetime v0.2.27
17092026-06-26T17:52:32.283Z Compiling is-terminal v0.4.17
17102026-06-26T17:52:32.364Z Compiling xattr v1.6.1
17112026-06-26T17:52:32.389Z Compiling take_mut v0.2.2
17122026-06-26T17:52:32.420Z Compiling term v1.2.1
17132026-06-26T17:52:32.501Z Compiling tar v0.4.45
17142026-06-26T17:52:32.996Z Compiling slog-term v2.9.2
17152026-06-26T17:52:42.768Z Compiling rustls-webpki v0.103.9
17162026-06-26T17:52:45.574Z Compiling tokio-rustls v0.26.4
17172026-06-26T17:52:45.574Z Compiling rustls-platform-verifier v0.6.2
17182026-06-26T17:52:45.777Z Compiling hyper-rustls v0.27.7
17192026-06-26T17:52:45.978Z Compiling reqwest v0.12.28
17202026-06-26T17:52:45.981Z Compiling reqwest v0.13.2
17212026-06-26T17:52:47.289Z Compiling tough v0.22.0
17222026-06-26T17:52:49.856Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-06-26T17:52:50.073Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-06-26T17:52:52.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17252026-06-26T17:52:53.124Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17262026-06-26T17:52:53.176ZJun 26 17:52:51.938 INFO Starting download, target: Cockroach
17272026-06-26T17:52:53.176ZJun 26 17:52:51.939 INFO Starting download, target: Console
17282026-06-26T17:52:53.180ZJun 26 17:52:51.939 INFO Starting download, target: Clickhouse
17292026-06-26T17:52:53.180ZJun 26 17:52:51.939 INFO Starting download, target: DendriteStub
17302026-06-26T17:52:53.180ZJun 26 17:52:51.939 INFO Starting download, target: MaghemiteMgd
17312026-06-26T17:52:53.180ZJun 26 17:52:51.939 INFO Starting download, target: MaghemiteDdmd
17322026-06-26T17:52:53.181ZJun 26 17:52:51.939 INFO Starting download, target: TransceiverControl
17332026-06-26T17:52:53.181ZJun 26 17:52:51.939 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-06-26T17:52:53.181ZJun 26 17:52:51.939 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-26T17:52:53.181ZJun 26 17:52:51.939 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-06-26T17:52:53.181ZJun 26 17:52:51.939 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-06-26T17:52:53.181ZJun 26 17:52:51.939 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-06-26T17:52:53.181ZJun 26 17:52:51.939 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-06-26T17:52:53.181ZJun 26 17:52:51.939 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-06-26T17:52:53.612ZJun 26 17:52:52.365 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-06-26T17:52:53.821ZJun 26 17:52:52.574 INFO Download complete, target: TransceiverControl
17422026-06-26T17:52:54.909ZJun 26 17:52:53.668 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-06-26T17:52:55.011ZJun 26 17:52:53.771 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-06-26T17:52:55.161ZJun 26 17:52:53.922 INFO Download complete, target: Console
17452026-06-26T17:52:55.207ZJun 26 17:52:53.965 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-06-26T17:52:55.363ZJun 26 17:52:54.124 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17472026-06-26T17:52:55.400ZJun 26 17:52:54.161 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-06-26T17:52:55.811ZJun 26 17:52:54.574 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-26T17:52:55.811ZJun 26 17:52:54.574 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-26T17:52:57.399ZJun 26 17:52:56.162 INFO Download complete, target: MaghemiteDdmd
17512026-06-26T17:52:57.562ZJun 26 17:52:56.326 INFO Download complete, target: DendriteStub
17522026-06-26T17:52:57.964ZJun 26 17:52:56.726 INFO Download complete, target: MaghemiteMgd
17532026-06-26T17:53:00.200ZJun 26 17:52:58.960 INFO Checking that binary works, target: Cockroach
17542026-06-26T17:53:00.326ZJun 26 17:52:59.081 INFO Download complete, target: Cockroach
17552026-06-26T17:53:02.074ZJun 26 17:53:00.836 INFO Checking that binary works, target: Clickhouse
17562026-06-26T17:53:02.202ZJun 26 17:53:00.965 INFO Download complete, target: Clickhouse
17572026-06-26T17:53:02.218ZAll builder prerequisites installed successfully, and PATH looks valid
17582026-06-26T17:53:02.221Z
17592026-06-26T17:53:02.221Zreal 2:06.889217410
17602026-06-26T17:53:02.221Zuser 6:56.422206856
17612026-06-26T17:53:02.221Zsys 1:24.747503982
17622026-06-26T17:53:02.221Ztrap 0.240969135
17632026-06-26T17:53:02.221Ztflt 0.717596830
17642026-06-26T17:53:02.221Zdflt 0.640178042
17652026-06-26T17:53:02.221Zkflt 0.024906462
17662026-06-26T17:53:02.221Zlock 24:51.692832145
17672026-06-26T17:53:02.221Zslp 21:29.954667626
17682026-06-26T17:53:02.221Zlat 41.455498728
17692026-06-26T17:53:02.221Zstop 1:56.171203505
17702026-06-26T17:53:02.221Z+ banner hack-check
17712026-06-26T17:53:02.221Z
17722026-06-26T17:53:02.221Z # # ## #### # # #### # # ###### #### # #
17732026-06-26T17:53:02.221Z # # # # # # # # # # # # # # # # #
17742026-06-26T17:53:02.221Z ###### # # # #### ##### # ###### ##### # ####
17752026-06-26T17:53:02.221Z # # ###### # # # # # # # # # #
17762026-06-26T17:53:02.221Z # # # # # # # # # # # # # # # # #
17772026-06-26T17:53:02.221Z # # # # #### # # #### # # ###### #### # #
17782026-06-26T17:53:02.221Z
17792026-06-26T17:53:02.221Z+ export CARGO_INCREMENTAL=0
17802026-06-26T17:53:02.221Z+ CARGO_INCREMENTAL=0
17812026-06-26T17:53:02.221Z+ ptime -m timeout 2h cargo xtask check-features --ci
17822026-06-26T17:53:02.678Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17832026-06-26T17:53:02.903Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17842026-06-26T17:53:04.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17852026-06-26T17:53:04.879Z Running `target/debug/xtask check-features --ci`
17862026-06-26T17:53:04.904Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17872026-06-26T17:53:04.904Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17882026-06-26T17:53:05.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17892026-06-26T17:53:05.344Z Running `target/debug/xtask download cargo-hack`
17902026-06-26T17:53:06.070Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-06-26T17:53:06.374Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-06-26T17:53:08.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
17932026-06-26T17:53:09.080Z Running `target/debug/xtask-downloader cargo-hack`
17942026-06-26T17:53:09.116ZJun 26 17:53:07.879 INFO Starting download, target: CargoHack
17952026-06-26T17:53:09.120ZJun 26 17:53:07.879 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17962026-06-26T17:53:09.496ZJun 26 17:53:08.259 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17972026-06-26T17:53:09.546ZJun 26 17:53:08.309 INFO Download complete, target: CargoHack
17982026-06-26T17:53:09.550Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17992026-06-26T17:53:09.562Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18002026-06-26T17:53:09.718Zinfo: running `cargo check --bins` on api_identity (1/297)
18012026-06-26T17:53:10.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-06-26T17:53:10.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-06-26T17:53:10.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-06-26T17:53:10.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18052026-06-26T17:53:10.221Z
18062026-06-26T17:53:10.221Zinfo: running `cargo check --bins` on bootstore (2/297)
18072026-06-26T17:53:10.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-26T17:53:10.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-26T17:53:10.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-26T17:53:10.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18112026-06-26T17:53:10.727Z
18122026-06-26T17:53:10.727Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18132026-06-26T17:53:11.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-26T17:53:11.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-26T17:53:11.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-26T17:53:11.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18172026-06-26T17:53:11.227Z
18182026-06-26T17:53:11.228Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18192026-06-26T17:53:11.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-26T17:53:11.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-26T17:53:11.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-26T17:53:11.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18232026-06-26T17:53:11.732Z
18242026-06-26T17:53:11.732Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18252026-06-26T17:53:12.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-26T17:53:12.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-26T17:53:12.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-26T17:53:12.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-06-26T17:53:12.239Z
18302026-06-26T17:53:12.239Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18312026-06-26T17:53:12.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-26T17:53:12.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-26T17:53:12.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-26T17:53:12.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18352026-06-26T17:53:12.761Z
18362026-06-26T17:53:12.761Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18372026-06-26T17:53:13.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-26T17:53:13.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-26T17:53:13.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-26T17:53:13.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18412026-06-26T17:53:13.286Z
18422026-06-26T17:53:13.287Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18432026-06-26T17:53:13.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-26T17:53:13.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-26T17:53:13.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-26T17:53:13.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18472026-06-26T17:53:13.799Z
18482026-06-26T17:53:13.799Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18492026-06-26T17:53:14.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-26T17:53:14.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-26T17:53:14.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-26T17:53:14.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18532026-06-26T17:53:14.189Z
18542026-06-26T17:53:14.189Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18552026-06-26T17:53:14.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-26T17:53:14.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-26T17:53:14.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-26T17:53:14.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-06-26T17:53:14.585Z
18602026-06-26T17:53:14.585Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18612026-06-26T17:53:14.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-26T17:53:14.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-26T17:53:14.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-26T17:53:14.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18652026-06-26T17:53:14.980Z
18662026-06-26T17:53:14.980Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18672026-06-26T17:53:15.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-26T17:53:15.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-26T17:53:15.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-26T17:53:15.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-06-26T17:53:15.371Z
18722026-06-26T17:53:15.371Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18732026-06-26T17:53:15.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-26T17:53:15.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-26T17:53:15.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-26T17:53:15.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-06-26T17:53:15.761Z
18782026-06-26T17:53:15.762Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18792026-06-26T17:53:16.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-26T17:53:16.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-26T17:53:16.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-26T17:53:16.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-06-26T17:53:16.152Z
18842026-06-26T17:53:16.152Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18852026-06-26T17:53:16.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-26T17:53:16.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-26T17:53:16.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-26T17:53:16.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-06-26T17:53:16.545Z
18902026-06-26T17:53:16.545Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18912026-06-26T17:53:16.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-26T17:53:16.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-26T17:53:16.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-26T17:53:16.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-06-26T17:53:16.934Z
18962026-06-26T17:53:16.934Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
18972026-06-26T17:53:17.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-26T17:53:17.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-26T17:53:17.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-26T17:53:17.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-06-26T17:53:17.325Z
19022026-06-26T17:53:17.325Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
19032026-06-26T17:53:17.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-26T17:53:17.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-26T17:53:17.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-26T17:53:17.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-06-26T17:53:17.715Z
19082026-06-26T17:53:17.715Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19092026-06-26T17:53:18.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-26T17:53:18.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-26T17:53:18.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-26T17:53:18.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-06-26T17:53:18.108Z
19142026-06-26T17:53:18.108Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19152026-06-26T17:53:18.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-26T17:53:18.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-26T17:53:18.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-26T17:53:18.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-06-26T17:53:18.505Z
19202026-06-26T17:53:18.505Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19212026-06-26T17:53:18.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-26T17:53:18.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-26T17:53:18.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-26T17:53:18.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-06-26T17:53:18.905Z
19262026-06-26T17:53:18.905Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19272026-06-26T17:53:19.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-26T17:53:19.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-26T17:53:19.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-26T17:53:19.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-06-26T17:53:19.306Z
19322026-06-26T17:53:19.306Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19332026-06-26T17:53:19.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-26T17:53:19.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-26T17:53:19.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-26T17:53:19.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-06-26T17:53:19.700Z
19382026-06-26T17:53:19.700Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19392026-06-26T17:53:20.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-26T17:53:20.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-26T17:53:20.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-26T17:53:20.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19432026-06-26T17:53:20.094Z
19442026-06-26T17:53:20.094Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19452026-06-26T17:53:20.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-26T17:53:20.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-26T17:53:20.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-26T17:53:20.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19492026-06-26T17:53:20.488Z
19502026-06-26T17:53:20.488Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19512026-06-26T17:53:20.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-26T17:53:20.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-26T17:53:20.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-26T17:53:20.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19552026-06-26T17:53:20.882Z
19562026-06-26T17:53:20.882Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19572026-06-26T17:53:21.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-26T17:53:21.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-26T17:53:21.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-26T17:53:21.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-06-26T17:53:21.275Z
19622026-06-26T17:53:21.275Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19632026-06-26T17:53:21.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-26T17:53:21.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-26T17:53:21.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-26T17:53:21.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-06-26T17:53:21.670Z
19682026-06-26T17:53:21.670Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19692026-06-26T17:53:22.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-26T17:53:22.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-26T17:53:22.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-26T17:53:22.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19732026-06-26T17:53:22.063Z
19742026-06-26T17:53:22.063Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19752026-06-26T17:53:22.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-26T17:53:22.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-26T17:53:22.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-26T17:53:22.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19792026-06-26T17:53:22.454Z
19802026-06-26T17:53:22.454Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19812026-06-26T17:53:22.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-26T17:53:22.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-26T17:53:22.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-26T17:53:22.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-06-26T17:53:22.848Z
19862026-06-26T17:53:22.848Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19872026-06-26T17:53:23.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-26T17:53:23.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-26T17:53:23.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-26T17:53:23.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19912026-06-26T17:53:23.247Z
19922026-06-26T17:53:23.247Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19932026-06-26T17:53:23.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-26T17:53:23.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-26T17:53:23.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-26T17:53:23.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-06-26T17:53:23.645Z
19982026-06-26T17:53:23.645Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
19992026-06-26T17:53:23.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-26T17:53:23.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-26T17:53:23.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-26T17:53:23.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-06-26T17:53:24.040Z
20042026-06-26T17:53:24.040Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
20052026-06-26T17:53:24.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-26T17:53:24.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-26T17:53:24.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-26T17:53:24.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-06-26T17:53:24.434Z
20102026-06-26T17:53:24.434Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20112026-06-26T17:53:24.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-26T17:53:24.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-26T17:53:24.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-26T17:53:24.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-06-26T17:53:24.826Z
20162026-06-26T17:53:24.826Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20172026-06-26T17:53:25.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-26T17:53:25.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-26T17:53:25.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-26T17:53:25.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-06-26T17:53:25.217Z
20222026-06-26T17:53:25.217Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20232026-06-26T17:53:25.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-26T17:53:25.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-26T17:53:25.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-26T17:53:25.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-06-26T17:53:25.611Z
20282026-06-26T17:53:25.611Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20292026-06-26T17:53:25.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-26T17:53:25.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-26T17:53:25.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-26T17:53:25.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-06-26T17:53:26.003Z
20342026-06-26T17:53:26.003Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20352026-06-26T17:53:26.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-26T17:53:26.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-26T17:53:26.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-26T17:53:26.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-06-26T17:53:26.401Z
20402026-06-26T17:53:26.401Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20412026-06-26T17:53:26.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-26T17:53:26.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-26T17:53:26.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-26T17:53:26.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-06-26T17:53:26.798Z
20462026-06-26T17:53:26.798Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20472026-06-26T17:53:27.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-26T17:53:27.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-26T17:53:27.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-26T17:53:27.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20512026-06-26T17:53:27.195Z
20522026-06-26T17:53:27.195Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20532026-06-26T17:53:27.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-26T17:53:27.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-26T17:53:27.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-26T17:53:27.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-06-26T17:53:27.592Z
20582026-06-26T17:53:27.592Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20592026-06-26T17:53:27.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-26T17:53:27.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-26T17:53:27.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-26T17:53:27.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-06-26T17:53:27.990Z
20642026-06-26T17:53:27.990Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20652026-06-26T17:53:28.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-26T17:53:28.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-26T17:53:28.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-26T17:53:28.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-06-26T17:53:28.389Z
20702026-06-26T17:53:28.389Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20712026-06-26T17:53:28.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-26T17:53:28.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-26T17:53:28.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-26T17:53:28.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20752026-06-26T17:53:28.782Z
20762026-06-26T17:53:28.782Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20772026-06-26T17:53:29.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-26T17:53:29.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-26T17:53:29.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-26T17:53:29.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-06-26T17:53:29.176Z
20822026-06-26T17:53:29.176Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20832026-06-26T17:53:29.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-26T17:53:29.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-26T17:53:29.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-26T17:53:29.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20872026-06-26T17:53:29.575Z
20882026-06-26T17:53:29.575Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20892026-06-26T17:53:30.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-26T17:53:30.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-26T17:53:30.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-26T17:53:30.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20932026-06-26T17:53:30.142Z
20942026-06-26T17:53:30.142Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
20952026-06-26T17:53:30.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-26T17:53:30.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-26T17:53:30.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-26T17:53:30.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20992026-06-26T17:53:30.706Z
21002026-06-26T17:53:30.706Zinfo: running `cargo check --bins` on nexus-config (51/297)
21012026-06-26T17:53:31.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-26T17:53:31.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-26T17:53:31.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-26T17:53:31.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21052026-06-26T17:53:31.264Z
21062026-06-26T17:53:31.265Zinfo: running `cargo check --bins` on nexus-types (52/297)
21072026-06-26T17:53:31.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-26T17:53:31.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-26T17:53:31.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-26T17:53:31.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21112026-06-26T17:53:31.825Z
21122026-06-26T17:53:31.825Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21132026-06-26T17:53:32.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-26T17:53:32.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-26T17:53:32.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-26T17:53:32.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21172026-06-26T17:53:32.358Z
21182026-06-26T17:53:32.358Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21192026-06-26T17:53:32.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-26T17:53:32.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-26T17:53:32.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-26T17:53:32.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21232026-06-26T17:53:32.873Z
21242026-06-26T17:53:32.873Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21252026-06-26T17:53:33.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-26T17:53:33.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-26T17:53:33.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-26T17:53:33.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21292026-06-26T17:53:33.410Z
21302026-06-26T17:53:33.410Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21312026-06-26T17:53:33.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-26T17:53:33.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-26T17:53:33.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-26T17:53:33.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21352026-06-26T17:53:33.942Z
21362026-06-26T17:53:33.942Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21372026-06-26T17:53:34.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-26T17:53:34.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-26T17:53:34.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-26T17:53:34.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21412026-06-26T17:53:34.479Z
21422026-06-26T17:53:34.479Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21432026-06-26T17:53:34.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-26T17:53:34.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-26T17:53:34.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-26T17:53:34.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21472026-06-26T17:53:35.010Z
21482026-06-26T17:53:35.010Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21492026-06-26T17:53:35.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-26T17:53:35.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-26T17:53:35.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-26T17:53:35.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21532026-06-26T17:53:35.523Z
21542026-06-26T17:53:35.523Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21552026-06-26T17:53:35.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-26T17:53:35.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-26T17:53:35.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-26T17:53:35.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21592026-06-26T17:53:36.036Z
21602026-06-26T17:53:36.036Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21612026-06-26T17:53:36.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-26T17:53:36.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-26T17:53:36.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-26T17:53:36.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21652026-06-26T17:53:36.551Z
21662026-06-26T17:53:36.551Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21672026-06-26T17:53:36.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-26T17:53:36.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-26T17:53:36.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-26T17:53:36.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-06-26T17:53:37.066Z
21722026-06-26T17:53:37.066Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21732026-06-26T17:53:37.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-26T17:53:37.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-26T17:53:37.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-26T17:53:37.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-06-26T17:53:37.588Z
21782026-06-26T17:53:37.588Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21792026-06-26T17:53:38.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-26T17:53:38.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-26T17:53:38.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-26T17:53:38.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21832026-06-26T17:53:38.114Z
21842026-06-26T17:53:38.114Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21852026-06-26T17:53:38.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-26T17:53:38.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-26T17:53:38.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-26T17:53:38.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21892026-06-26T17:53:38.622Z
21902026-06-26T17:53:38.622Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21912026-06-26T17:53:39.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-26T17:53:39.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-26T17:53:39.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-26T17:53:39.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-06-26T17:53:39.132Z
21962026-06-26T17:53:39.132Zinfo: running `cargo check --bins` on ereport-types (67/297)
21972026-06-26T17:53:39.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-26T17:53:39.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-26T17:53:39.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-26T17:53:39.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22012026-06-26T17:53:39.659Z
22022026-06-26T17:53:39.659Zinfo: running `cargo check --bins` on gateway-client (68/297)
22032026-06-26T17:53:40.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-26T17:53:40.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-26T17:53:40.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-26T17:53:40.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22072026-06-26T17:53:40.177Z
22082026-06-26T17:53:40.177Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22092026-06-26T17:53:40.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-26T17:53:40.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-26T17:53:40.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-26T17:53:40.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22132026-06-26T17:53:40.693Z
22142026-06-26T17:53:40.693Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22152026-06-26T17:53:41.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-26T17:53:41.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-26T17:53:41.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-26T17:53:41.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22192026-06-26T17:53:41.213Z
22202026-06-26T17:53:41.213Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22212026-06-26T17:53:41.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-26T17:53:41.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-26T17:53:41.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-26T17:53:41.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22252026-06-26T17:53:41.741Z
22262026-06-26T17:53:41.742Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22272026-06-26T17:53:42.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-26T17:53:42.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-26T17:53:42.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-26T17:53:42.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-06-26T17:53:42.267Z
22322026-06-26T17:53:42.267Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22332026-06-26T17:53:42.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-26T17:53:42.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-26T17:53:42.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-26T17:53:42.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22372026-06-26T17:53:42.810Z
22382026-06-26T17:53:42.810Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22392026-06-26T17:53:43.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-26T17:53:43.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-26T17:53:43.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-26T17:53:43.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22432026-06-26T17:53:43.353Z
22442026-06-26T17:53:43.353Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22452026-06-26T17:53:43.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-26T17:53:43.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-26T17:53:43.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-06-26T17:53:43.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22492026-06-26T17:53:43.864Z
22502026-06-26T17:53:43.864Zinfo: running `cargo check --bins` on oxlog (76/297)
22512026-06-26T17:53:44.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-06-26T17:53:44.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-06-26T17:53:44.425Z Checking cfg-if v1.0.4
22542026-06-26T17:53:44.430Z Checking libc v0.2.185
22552026-06-26T17:53:44.431Z Checking serde_core v1.0.228
22562026-06-26T17:53:44.535Z Checking zeroize v1.8.2
22572026-06-26T17:53:44.543Z Checking memchr v2.8.0
22582026-06-26T17:53:44.551Z Checking log v0.4.29
22592026-06-26T17:53:44.554Z Checking smallvec v1.15.1
22602026-06-26T17:53:44.572Z Checking typenum v1.19.0
22612026-06-26T17:53:44.572Z Checking subtle v2.6.1
22622026-06-26T17:53:44.677Z Checking itoa v1.0.17
22632026-06-26T17:53:44.709Z Checking scopeguard v1.2.0
22642026-06-26T17:53:44.723Z Checking stable_deref_trait v1.2.1
22652026-06-26T17:53:44.734Z Checking const-oid v0.9.6
22662026-06-26T17:53:44.795Z Checking zerofrom v0.1.6
22672026-06-26T17:53:44.809Z Checking lock_api v0.4.14
22682026-06-26T17:53:44.819Z Checking pin-project-lite v0.2.17
22692026-06-26T17:53:44.906Z Checking yoke v0.8.1
22702026-06-26T17:53:44.919Z Checking getrandom v0.2.17
22712026-06-26T17:53:44.922Z Checking errno v0.3.14
22722026-06-26T17:53:44.922Z Checking parking_lot_core v0.9.12
22732026-06-26T17:53:45.003Z Checking portable-atomic v1.13.1
22742026-06-26T17:53:45.073Z Checking signal-hook-registry v1.4.8
22752026-06-26T17:53:45.077Z Checking zerovec v0.11.5
22762026-06-26T17:53:45.094Z Checking rand_core v0.6.4
22772026-06-26T17:53:45.105Z Checking generic-array v0.14.7
22782026-06-26T17:53:45.132Z Checking critical-section v1.2.0
22792026-06-26T17:53:45.227Z Checking futures-core v0.3.32
22802026-06-26T17:53:45.231Z Checking parking_lot v0.12.5
22812026-06-26T17:53:45.262Z Checking mio v1.2.0
22822026-06-26T17:53:45.348Z Checking zerocopy v0.8.40
22832026-06-26T17:53:45.408Z Checking once_cell v1.21.3
22842026-06-26T17:53:45.419Z Checking zmij v1.0.21
22852026-06-26T17:53:45.431Z Checking socket2 v0.6.3
22862026-06-26T17:53:45.511Z Checking tinystr v0.8.2
22872026-06-26T17:53:45.547Z Checking crypto-common v0.1.7
22882026-06-26T17:53:45.551Z Checking block-buffer v0.10.4
22892026-06-26T17:53:45.578Z Checking libm v0.2.16
22902026-06-26T17:53:45.626Z Checking writeable v0.6.2
22912026-06-26T17:53:45.666Z Checking percent-encoding v2.3.2
22922026-06-26T17:53:45.673Z Checking equivalent v1.0.2
22932026-06-26T17:53:45.683Z Checking digest v0.10.7
22942026-06-26T17:53:45.687Z Checking litemap v0.8.1
22952026-06-26T17:53:45.751Z Checking potential_utf v0.1.4
22962026-06-26T17:53:45.781Z Checking zerotrie v0.2.3
22972026-06-26T17:53:45.804Z Checking futures-sink v0.3.32
22982026-06-26T17:53:45.858Z Checking icu_locale_core v2.1.1
22992026-06-26T17:53:45.875Z Checking icu_collections v2.1.1
23002026-06-26T17:53:45.887Z Checking cpufeatures v0.2.17
23012026-06-26T17:53:45.898Z Checking futures-channel v0.3.32
23022026-06-26T17:53:45.952Z Checking futures-task v0.3.32
23032026-06-26T17:53:46.024Z Checking slab v0.4.12
23042026-06-26T17:53:46.037Z Checking serde v1.0.228
23052026-06-26T17:53:46.083Z Checking bitflags v2.11.0
23062026-06-26T17:53:46.087Z Checking serde_json v1.0.149
23072026-06-26T17:53:46.175Z Checking futures-io v0.3.32
23082026-06-26T17:53:46.187Z Checking hmac v0.12.1
23092026-06-26T17:53:46.247Z Checking icu_properties_data v2.1.2
23102026-06-26T17:53:46.279Z Checking num-traits v0.2.19
23112026-06-26T17:53:46.291Z Checking futures-util v0.3.32
23122026-06-26T17:53:46.313Z Checking icu_normalizer_data v2.1.1
23132026-06-26T17:53:46.436Z Checking hashbrown v0.17.0
23142026-06-26T17:53:46.441Z Checking rand_core v0.10.0
23152026-06-26T17:53:46.441Z Checking icu_provider v2.1.1
23162026-06-26T17:53:46.444Z Checking bytes v1.11.1
23172026-06-26T17:53:46.520Z Checking getrandom v0.4.1
23182026-06-26T17:53:46.641Z Checking icu_normalizer v2.1.1
23192026-06-26T17:53:46.670Z Checking icu_properties v2.1.2
23202026-06-26T17:53:46.770Z Checking block-padding v0.3.3
23212026-06-26T17:53:46.807Z Checking utf8_iter v1.0.4
23222026-06-26T17:53:46.845Z Checking indexmap v2.14.0
23232026-06-26T17:53:46.879Z Checking tokio v1.52.1
23242026-06-26T17:53:46.896Z Checking inout v0.1.4
23252026-06-26T17:53:46.928Z Checking sha2 v0.10.9
23262026-06-26T17:53:46.943Z Checking form_urlencoded v1.2.2
23272026-06-26T17:53:47.029Z Checking cipher v0.4.4
23282026-06-26T17:53:47.068Z Checking getrandom v0.3.4
23292026-06-26T17:53:47.197Z Checking base64ct v1.8.3
23302026-06-26T17:53:47.211Z Checking byteorder v1.5.0
23312026-06-26T17:53:47.231Z Checking fnv v1.0.7
23322026-06-26T17:53:47.325Z Checking flagset v0.4.7
23332026-06-26T17:53:47.410Z Checking rand_core v0.9.5
23342026-06-26T17:53:47.422Z Checking http v1.4.0
23352026-06-26T17:53:47.434Z Checking pem-rfc7468 v0.7.0
23362026-06-26T17:53:47.447Z Checking regex-syntax v0.8.10
23372026-06-26T17:53:47.503Z Checking idna_adapter v1.2.1
23382026-06-26T17:53:47.589Z Checking salsa20 v0.10.2
23392026-06-26T17:53:47.597Z Checking der v0.7.10
23402026-06-26T17:53:47.620Z Checking idna v1.1.0
23412026-06-26T17:53:47.717Z Checking uuid v1.23.0
23422026-06-26T17:53:47.877Z Checking url v2.5.8
23432026-06-26T17:53:48.011Z Checking pbkdf2 v0.12.2
23442026-06-26T17:53:48.038Z Checking rustix v1.1.3
23452026-06-26T17:53:48.125Z Checking tracing-core v0.1.36
23462026-06-26T17:53:48.159Z Checking ppv-lite86 v0.2.21
23472026-06-26T17:53:48.274Z Checking rustls-pki-types v1.14.0
23482026-06-26T17:53:48.336Z Checking iana-time-zone v0.1.65
23492026-06-26T17:53:48.357Z Checking spki v0.7.3
23502026-06-26T17:53:48.431Z Checking base64 v0.22.1
23512026-06-26T17:53:48.441Z Checking chrono v0.4.44
23522026-06-26T17:53:48.451Z Checking rand_chacha v0.9.0
23532026-06-26T17:53:48.518Z Checking tracing v0.1.44
23542026-06-26T17:53:48.560Z Checking scrypt v0.11.0
23552026-06-26T17:53:48.645Z Checking http-body v1.0.1
23562026-06-26T17:53:48.664Z Checking cbc v0.1.2
23572026-06-26T17:53:48.699Z Checking aes v0.8.4
23582026-06-26T17:53:48.728Z Checking aws-lc-sys v0.40.0
23592026-06-26T17:53:48.774Z Checking untrusted v0.9.0
23602026-06-26T17:53:48.786Z Checking untrusted v0.7.1
23612026-06-26T17:53:48.796Z Checking openssl-probe v0.2.1
23622026-06-26T17:53:48.886Z Checking tinyvec_macros v0.1.1
23632026-06-26T17:53:48.896Z Checking ring v0.17.14
23642026-06-26T17:53:48.907Z Checking rand v0.9.2
23652026-06-26T17:53:48.921Z Checking tower-service v0.3.3
23662026-06-26T17:53:48.947Z Checking tinyvec v1.10.0
23672026-06-26T17:53:49.005Z Checking atomic-waker v1.1.2
23682026-06-26T17:53:49.088Z Checking pkcs5 v0.7.1
23692026-06-26T17:53:49.103Z Checking tower-layer v0.3.3
23702026-06-26T17:53:49.228Z Checking aws-lc-rs v1.16.3
23712026-06-26T17:53:49.249Z Checking try-lock v0.2.5
23722026-06-26T17:53:49.263Z Checking ipnet v2.11.0
23732026-06-26T17:53:49.308Z Checking httparse v1.10.1
23742026-06-26T17:53:49.336Z Checking pkcs8 v0.10.2
23752026-06-26T17:53:49.348Z Checking want v0.3.1
23762026-06-26T17:53:49.372Z Checking aho-corasick v1.1.4
23772026-06-26T17:53:49.466Z Checking plain v0.2.3
23782026-06-26T17:53:49.510Z Checking fastrand v2.3.0
23792026-06-26T17:53:49.522Z Checking pin-utils v0.1.0
23802026-06-26T17:53:49.525Z Checking dyn-clone v1.0.20
23812026-06-26T17:53:49.565Z Checking httpdate v1.0.3
23822026-06-26T17:53:49.586Z Checking utf8parse v0.2.2
23832026-06-26T17:53:49.630Z Checking foreign-types-shared v0.1.1
23842026-06-26T17:53:49.685Z Checking unicode-normalization v0.1.25
23852026-06-26T17:53:49.697Z Checking tempfile v3.25.0
23862026-06-26T17:53:49.709Z Checking foreign-types v0.3.2
23872026-06-26T17:53:49.718Z Checking semver v1.0.28
23882026-06-26T17:53:49.770Z Checking openssl-sys v0.9.115
23892026-06-26T17:53:49.886Z Checking spin v0.9.8
23902026-06-26T17:53:49.901Z Checking socket2 v0.5.10
23912026-06-26T17:53:49.927Z Checking anstyle v1.0.14
23922026-06-26T17:53:50.057Z Checking rustls-webpki v0.103.9
23932026-06-26T17:53:50.068Z Checking regex-automata v0.4.14
23942026-06-26T17:53:50.081Z Checking ucd-trie v0.1.7
23952026-06-26T17:53:50.093Z Checking unicode-ident v1.0.24
23962026-06-26T17:53:50.111Z Checking schemars v0.8.22
23972026-06-26T17:53:50.152Z Checking openssl v0.10.79
23982026-06-26T17:53:50.163Z Checking rustls-native-certs v0.8.3
23992026-06-26T17:53:50.180Z Checking tokio-util v0.7.18
24002026-06-26T17:53:50.192Z Checking proc-macro2 v1.0.106
24012026-06-26T17:53:50.206Z Checking pest v2.8.6
24022026-06-26T17:53:50.284Z Checking thiserror v2.0.18
24032026-06-26T17:53:50.384Z Checking sync_wrapper v1.0.2
24042026-06-26T17:53:50.489Z Checking wait-timeout v0.2.1
24052026-06-26T17:53:50.492Z Checking rustls v0.23.37
24062026-06-26T17:53:50.513Z Checking siphasher v1.0.2
24072026-06-26T17:53:50.618Z Checking anstyle-query v1.1.5
24082026-06-26T17:53:50.666Z Checking pretty-hex v0.4.1
24092026-06-26T17:53:50.708Z Checking is_terminal_polyfill v1.70.2
24102026-06-26T17:53:50.766Z Checking bit-vec v0.8.0
24112026-06-26T17:53:50.781Z Checking simd-adler32 v0.3.8
24122026-06-26T17:53:50.794Z Checking quick-error v1.2.3
24132026-06-26T17:53:50.797Z Checking h2 v0.4.13
24142026-06-26T17:53:50.894Z Checking colorchoice v1.0.4
24152026-06-26T17:53:50.946Z Checking powerfmt v0.2.0
24162026-06-26T17:53:50.957Z Checking bit-set v0.8.0
24172026-06-26T17:53:50.987Z Checking rusty-fork v0.3.1
24182026-06-26T17:53:51.095Z Checking deranged v0.5.8
24192026-06-26T17:53:51.108Z Checking quote v1.0.45
24202026-06-26T17:53:51.158Z Checking tower v0.5.3
24212026-06-26T17:53:51.278Z Compiling newtype-uuid v1.3.2
24222026-06-26T17:53:51.292Z Checking http-body-util v0.1.3
24232026-06-26T17:53:51.459Z Checking webpki-roots v1.0.6
24242026-06-26T17:53:51.506Z Checking crossbeam-utils v0.8.21
24252026-06-26T17:53:51.553Z Checking rand_xorshift v0.4.0
24262026-06-26T17:53:51.574Z Checking crc32fast v1.5.0
24272026-06-26T17:53:51.669Z Checking scroll v0.13.0
24282026-06-26T17:53:51.711Z Checking signature v2.2.0
24292026-06-26T17:53:51.841Z Checking num-conv v0.2.0
24302026-06-26T17:53:51.854Z Checking iri-string v0.7.10
24312026-06-26T17:53:51.901Z Checking adler2 v2.0.1
24322026-06-26T17:53:51.926Z Checking unarray v0.1.4
24332026-06-26T17:53:51.954Z Checking unicode-properties v0.1.4
24342026-06-26T17:53:52.005Z Checking num_threads v0.1.7
24352026-06-26T17:53:52.021Z Checking unicode-bidi v0.3.18
24362026-06-26T17:53:52.035Z Checking time-core v0.1.8
24372026-06-26T17:53:52.089Z Checking ryu v1.0.23
24382026-06-26T17:53:52.139Z Checking allocator-api2 v0.2.21
24392026-06-26T17:53:52.173Z Checking time v0.3.47
24402026-06-26T17:53:52.185Z Checking native-tls v0.2.18
24412026-06-26T17:53:52.221Z Checking serde_urlencoded v0.7.1
24422026-06-26T17:53:52.321Z Checking stringprep v0.1.5
24432026-06-26T17:53:52.357Z Checking tokio-native-tls v0.3.1
24442026-06-26T17:53:52.422Z Checking proptest v1.10.0
24452026-06-26T17:53:52.433Z Checking miniz_oxide v0.8.9
24462026-06-26T17:53:52.471Z Checking bstr v1.12.1
24472026-06-26T17:53:52.510Z Checking goblin v0.10.5
24482026-06-26T17:53:52.805Z Checking crossbeam-epoch v0.9.18
24492026-06-26T17:53:52.876Z Checking tokio-rustls v0.26.4
24502026-06-26T17:53:52.890Z Compiling daft v0.1.7
24512026-06-26T17:53:52.915Z Checking tower-http v0.6.8
24522026-06-26T17:53:53.031Z Checking syn v2.0.117
24532026-06-26T17:53:53.110Z Checking ipnetwork v0.21.1
24542026-06-26T17:53:53.170Z Checking anstyle-parse v1.0.0
24552026-06-26T17:53:53.197Z Checking rand_chacha v0.3.1
24562026-06-26T17:53:53.325Z Checking scroll v0.12.0
24572026-06-26T17:53:53.335Z Checking thiserror v1.0.69
24582026-06-26T17:53:53.347Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-06-26T17:53:53.414Z Checking hash32 v0.2.1
24602026-06-26T17:53:53.428Z Checking num-integer v0.1.46
24612026-06-26T17:53:53.455Z Checking serde_spanned v0.6.9
24622026-06-26T17:53:53.557Z Checking toml_datetime v0.6.11
24632026-06-26T17:53:53.569Z Checking md-5 v0.10.6
24642026-06-26T17:53:53.582Z Checking ff v0.13.1
24652026-06-26T17:53:53.644Z Checking hyper v1.8.1
24662026-06-26T17:53:53.656Z Checking encoding_rs v0.8.35
24672026-06-26T17:53:53.701Z Checking mime v0.3.17
24682026-06-26T17:53:53.714Z Checking psl-types v2.0.11
24692026-06-26T17:53:53.735Z Checking fallible-iterator v0.2.0
24702026-06-26T17:53:53.824Z Checking base16ct v0.2.0
24712026-06-26T17:53:53.872Z Checking zlib-rs v0.6.2
24722026-06-26T17:53:53.952Z Checking sec1 v0.7.3
24732026-06-26T17:53:54.012Z Checking postgres-protocol v0.6.10
24742026-06-26T17:53:54.162Z Checking publicsuffix v2.3.0
24752026-06-26T17:53:54.325Z Checking group v0.13.0
24762026-06-26T17:53:54.338Z Checking num-iter v0.1.45
24772026-06-26T17:53:54.447Z Checking heapless v0.7.17
24782026-06-26T17:53:54.459Z Checking goblin v0.8.2
24792026-06-26T17:53:54.470Z Checking zstd-safe v7.2.4
24802026-06-26T17:53:54.564Z Checking hyper-util v0.1.20
24812026-06-26T17:53:54.610Z Checking rand v0.8.6
24822026-06-26T17:53:54.632Z Checking cookie v0.18.1
24832026-06-26T17:53:54.765Z Checking flate2 v1.1.9
24842026-06-26T17:53:54.865Z Checking oxnet v0.1.6
24852026-06-26T17:53:54.876Z Checking anstream v1.0.0
24862026-06-26T17:53:54.894Z Checking dof v0.4.0
24872026-06-26T17:53:55.059Z Compiling iddqd v0.4.2
24882026-06-26T17:53:55.078Z Checking dtrace-parser v0.3.0
24892026-06-26T17:53:55.115Z Checking phf_shared v0.13.1
24902026-06-26T17:53:55.127Z Checking lazy_static v1.5.0
24912026-06-26T17:53:55.213Z Checking anstyle-parse v0.2.7
24922026-06-26T17:53:55.309Z Checking zerocopy v0.7.35
24932026-06-26T17:53:55.322Z Checking pin-project v1.1.11
24942026-06-26T17:53:55.336Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-26T17:53:55.363Z Checking signal-hook v0.3.18
24962026-06-26T17:53:55.409Z Checking terminal_size v0.4.3
24972026-06-26T17:53:55.420Z Checking futures-executor v0.3.32
24982026-06-26T17:53:55.523Z Checking hex v0.4.3
24992026-06-26T17:53:55.547Z Checking hkdf v0.12.4
25002026-06-26T17:53:55.559Z Checking crypto-bigint v0.5.5
25012026-06-26T17:53:55.570Z Checking thread-id v5.1.0
25022026-06-26T17:53:55.644Z Checking same-file v1.0.6
25032026-06-26T17:53:55.678Z Checking libbz2-rs-sys v0.2.2
25042026-06-26T17:53:55.742Z Checking strsim v0.11.1
25052026-06-26T17:53:55.763Z Checking bumpalo v3.20.2
25062026-06-26T17:53:55.798Z Checking winnow v0.7.14
25072026-06-26T17:53:55.847Z Checking hyper-rustls v0.27.7
25082026-06-26T17:53:55.901Z Checking hyper-tls v0.6.0
25092026-06-26T17:53:55.960Z Checking either v1.15.0
25102026-06-26T17:53:56.057Z Checking bitflags v1.3.2
25112026-06-26T17:53:56.075Z Checking foldhash v0.2.0
25122026-06-26T17:53:56.086Z Checking clap_lex v1.0.0
25132026-06-26T17:53:56.125Z Compiling rayon-core v1.13.0
25142026-06-26T17:53:56.145Z Checking foldhash v0.1.5
25152026-06-26T17:53:56.231Z Checking winnow v0.5.40
25162026-06-26T17:53:56.235Z Checking managed v0.8.0
25172026-06-26T17:53:56.280Z Checking hashbrown v0.15.5
25182026-06-26T17:53:56.322Z Checking clap_builder v4.6.0
25192026-06-26T17:53:56.344Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-06-26T17:53:56.401Z Checking dof v0.3.0
25212026-06-26T17:53:56.426Z Checking smoltcp v0.9.1
25222026-06-26T17:53:56.478Z Checking elliptic-curve v0.13.8
25232026-06-26T17:53:56.525Z Checking hashbrown v0.16.1
25242026-06-26T17:53:56.682Z Checking bzip2 v0.6.1
25252026-06-26T17:53:56.762Z Checking reqwest v0.12.28
25262026-06-26T17:53:56.787Z Checking zopfli v0.8.3
25272026-06-26T17:53:56.841Z Checking walkdir v2.5.0
25282026-06-26T17:53:57.009Z Checking usdt-impl v0.6.0
25292026-06-26T17:53:57.022Z Checking futures v0.3.32
25302026-06-26T17:53:57.022Z Checking signal-hook-mio v0.2.5
25312026-06-26T17:53:57.043Z Checking bzip2 v0.4.4
25322026-06-26T17:53:57.105Z Checking snafu v0.8.9
25332026-06-26T17:53:57.120Z Checking anstream v0.6.21
25342026-06-26T17:53:57.123Z Checking phf v0.13.1
25352026-06-26T17:53:57.201Z Checking num-bigint-dig v0.8.6
25362026-06-26T17:53:57.293Z Checking cookie_store v0.22.1
25372026-06-26T17:53:57.316Z Checking zstd v0.13.3
25382026-06-26T17:53:57.340Z Checking postgres-types v0.2.12
25392026-06-26T17:53:57.411Z Checking toml_edit v0.19.15
25402026-06-26T17:53:57.501Z Checking dtrace-parser v0.2.0
25412026-06-26T17:53:57.518Z Checking crossbeam-deque v0.8.6
25422026-06-26T17:53:57.588Z Checking globset v0.4.18
25432026-06-26T17:53:57.621Z Checking rustls-platform-verifier v0.6.2
25442026-06-26T17:53:57.634Z Checking regex v1.12.3
25452026-06-26T17:53:57.653Z Checking ed25519 v2.2.3
25462026-06-26T17:53:57.695Z Checking phf_shared v0.11.3
25472026-06-26T17:53:57.729Z Checking olpc-cjson v0.1.4
25482026-06-26T17:53:57.774Z Checking curve25519-dalek v4.1.3
25492026-06-26T17:53:57.845Z Checking ref-cast v1.0.25
25502026-06-26T17:53:57.848Z Checking strum v0.27.2
25512026-06-26T17:53:57.868Z Checking hubpack v0.1.2
25522026-06-26T17:53:57.868Z Checking memoffset v0.9.1
25532026-06-26T17:53:57.932Z Checking rustix v0.38.44
25542026-06-26T17:53:57.945Z Checking pkcs1 v0.7.5
25552026-06-26T17:53:57.956Z Checking pem v3.0.6
25562026-06-26T17:53:57.967Z Checking float-cmp v0.10.0
25572026-06-26T17:53:58.035Z Checking serde-big-array v0.5.1
25582026-06-26T17:53:58.047Z Checking erased-serde v0.3.31
25592026-06-26T17:53:58.090Z Checking serde_plain v1.0.2
25602026-06-26T17:53:58.107Z Checking rfc6979 v0.4.0
25612026-06-26T17:53:58.156Z Checking memmap2 v0.9.10
25622026-06-26T17:53:58.168Z Checking thread-id v4.2.2
25632026-06-26T17:53:58.224Z Checking env_filter v1.0.0
25642026-06-26T17:53:58.236Z Checking keccak v0.1.6
25652026-06-26T17:53:58.247Z Checking jiff v0.2.21
25662026-06-26T17:53:58.317Z Checking fixedbitset v0.4.2
25672026-06-26T17:53:58.365Z Checking normalize-line-endings v0.3.0
25682026-06-26T17:53:58.397Z Checking typed-path v0.9.3
25692026-06-26T17:53:58.434Z Checking static_assertions v1.1.0
25702026-06-26T17:53:58.452Z Checking whoami v2.1.0
25712026-06-26T17:53:58.463Z Checking difflib v0.4.0
25722026-06-26T17:53:58.498Z Checking unicode-segmentation v1.12.0
25732026-06-26T17:53:58.501Z Checking predicates-core v1.0.10
25742026-06-26T17:53:58.569Z Checking precomputed-hash v0.1.1
25752026-06-26T17:53:58.631Z Checking toml_write v0.1.2
25762026-06-26T17:53:58.643Z Checking fixedbitset v0.5.7
25772026-06-26T17:53:58.654Z Checking data-encoding v2.10.0
25782026-06-26T17:53:58.659Z Checking new_debug_unreachable v1.0.6
25792026-06-26T17:53:58.732Z Checking string_cache v0.8.9
25802026-06-26T17:53:58.744Z Checking crossterm v0.28.1
25812026-06-26T17:53:58.796Z Checking toml_edit v0.22.27
25822026-06-26T17:53:58.814Z Checking similar v2.7.0
25832026-06-26T17:53:58.833Z Checking petgraph v0.8.3
25842026-06-26T17:53:58.901Z Checking tokio-postgres v0.7.16
25852026-06-26T17:53:58.933Z Checking hickory-proto v0.25.2
25862026-06-26T17:53:59.183Z Checking tough v0.22.0
25872026-06-26T17:53:59.199Z Checking predicates v3.1.4
25882026-06-26T17:53:59.455Z Checking ed25519-dalek v2.2.0
25892026-06-26T17:53:59.503Z Checking toml v0.7.8
25902026-06-26T17:53:59.690Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25912026-06-26T17:53:59.822Z Checking petgraph v0.6.5
25922026-06-26T17:53:59.895Z Checking slog v2.8.2
25932026-06-26T17:54:00.176Z Checking sha3 v0.10.8
25942026-06-26T17:54:00.189Z Checking env_logger v0.11.9
25952026-06-26T17:54:00.376Z Checking usdt v0.6.0
25962026-06-26T17:54:00.379Z Checking usdt-impl v0.5.0
25972026-06-26T17:54:00.454Z Checking ecdsa v0.16.9
25982026-06-26T17:54:00.504Z Checking zip v4.6.1
25992026-06-26T17:54:00.558Z Checking rsa v0.9.10
26002026-06-26T17:54:00.655Z Checking nix v0.31.2
26012026-06-26T17:54:01.039Z Checking reqwest v0.13.2
26022026-06-26T17:54:01.103Z Checking clap v4.6.1
26032026-06-26T17:54:01.182Z Checking zip v0.6.6
26042026-06-26T17:54:01.252Z Checking toml_parser v1.0.9+spec-1.1.0
26052026-06-26T17:54:01.423Z Checking itertools v0.13.0
26062026-06-26T17:54:01.507Z Checking serde_with v3.17.0
26072026-06-26T17:54:01.583Z Checking strum v0.26.3
26082026-06-26T17:54:01.694Z Checking fs-err v3.3.0
26092026-06-26T17:54:01.713Z Checking ahash v0.8.12
26102026-06-26T17:54:01.731Z Checking object v0.37.3
26112026-06-26T17:54:01.803Z Checking tokio-stream v0.1.18
26122026-06-26T17:54:01.904Z Checking buf-list v1.1.2
26132026-06-26T17:54:01.917Z Checking camino v1.2.2
26142026-06-26T17:54:01.998Z Checking anyhow v1.0.102
26152026-06-26T17:54:02.002Z Checking x509-cert v0.2.5
26162026-06-26T17:54:02.087Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26172026-06-26T17:54:02.168Z Checking openapiv3 v2.2.0
26182026-06-26T17:54:02.190Z Checking sha1 v0.10.6
26192026-06-26T17:54:02.203Z Checking peg-runtime v0.8.5
26202026-06-26T17:54:02.341Z Checking lalrpop-util v0.19.12
26212026-06-26T17:54:02.355Z Checking rayon v1.11.0
26222026-06-26T17:54:02.359Z Checking sigpipe v0.1.3
26232026-06-26T17:54:02.443Z Checking glob v0.3.3
26242026-06-26T17:54:03.970Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-06-26T17:54:04.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.38s
26262026-06-26T17:54:04.399Z
26272026-06-26T17:54:04.399Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26282026-06-26T17:54:04.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-26T17:54:04.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-26T17:54:04.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-26T17:54:04.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26322026-06-26T17:54:04.931Z
26332026-06-26T17:54:04.931Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26342026-06-26T17:54:05.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-26T17:54:05.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-26T17:54:05.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-26T17:54:05.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-06-26T17:54:05.461Z
26392026-06-26T17:54:05.461Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26402026-06-26T17:54:05.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-26T17:54:05.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-26T17:54:05.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-26T17:54:05.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26442026-06-26T17:54:05.998Z
26452026-06-26T17:54:05.998Zinfo: running `cargo check --bins` on oxql-types (80/297)
26462026-06-26T17:54:06.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-26T17:54:06.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-26T17:54:06.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-26T17:54:06.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26502026-06-26T17:54:06.525Z
26512026-06-26T17:54:06.525Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26522026-06-26T17:54:06.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-26T17:54:06.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-26T17:54:06.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-26T17:54:06.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26562026-06-26T17:54:07.052Z
26572026-06-26T17:54:07.052Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26582026-06-26T17:54:07.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-26T17:54:07.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-26T17:54:07.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-26T17:54:07.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26622026-06-26T17:54:07.585Z
26632026-06-26T17:54:07.585Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26642026-06-26T17:54:08.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-26T17:54:08.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-26T17:54:08.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-26T17:54:08.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26682026-06-26T17:54:08.103Z
26692026-06-26T17:54:08.103Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26702026-06-26T17:54:08.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-26T17:54:08.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-26T17:54:08.740Z Compiling structmeta-derive v0.3.0
26732026-06-26T17:54:08.851Z Compiling rustls v0.22.4
26742026-06-26T17:54:08.860Z Compiling multer v3.1.0
26752026-06-26T17:54:08.868Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-06-26T17:54:08.868Z Compiling async-stream-impl v0.3.6
26772026-06-26T17:54:08.889Z Compiling dropshot v0.17.0
26782026-06-26T17:54:08.904Z Compiling dropshot_endpoint v0.17.0
26792026-06-26T17:54:08.904Z Compiling newtype-uuid-macros v0.1.0
26802026-06-26T17:54:09.023Z Checking newtype-uuid v1.3.2
26812026-06-26T17:54:09.086Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-06-26T17:54:09.147Z Checking rustls-webpki v0.102.8
26832026-06-26T17:54:09.219Z Checking daft v0.1.7
26842026-06-26T17:54:09.263Z Checking thread_local v1.1.9
26852026-06-26T17:54:09.423Z Checking match_cfg v0.1.0
26862026-06-26T17:54:09.460Z Checking compression-core v0.4.31
26872026-06-26T17:54:09.474Z Checking iddqd v0.4.2
26882026-06-26T17:54:09.489Z Checking hostname v0.3.1
26892026-06-26T17:54:09.504Z Checking crossbeam-channel v0.5.15
26902026-06-26T17:54:09.581Z Checking compression-codecs v0.4.37
26912026-06-26T17:54:09.584Z Checking atomicwrites v0.4.4
26922026-06-26T17:54:09.678Z Checking slog-json v2.6.1
26932026-06-26T17:54:09.713Z Checking toml_datetime v1.0.0+spec-1.1.0
26942026-06-26T17:54:09.746Z Checking is-terminal v0.4.17
26952026-06-26T17:54:09.833Z Checking serde_spanned v1.0.4
26962026-06-26T17:54:09.836Z Checking take_mut v0.2.2
26972026-06-26T17:54:09.858Z Checking toml_writer v1.0.6+spec-1.1.0
26982026-06-26T17:54:09.911Z Checking debug-ignore v1.0.5
26992026-06-26T17:54:09.977Z Compiling structmeta v0.3.0
27002026-06-26T17:54:09.977Z Checking term v1.2.1
27012026-06-26T17:54:09.977Z Checking slog-async v2.8.0
27022026-06-26T17:54:10.007Z Checking slog-bunyan v2.5.0
27032026-06-26T17:54:10.029Z Checking toml v1.0.6+spec-1.1.0
27042026-06-26T17:54:10.118Z Checking async-compression v0.4.41
27052026-06-26T17:54:10.131Z Checking async-stream v0.3.6
27062026-06-26T17:54:10.134Z Compiling derive-ex v0.1.8
27072026-06-26T17:54:10.163Z Compiling parse-display-derive v0.10.0
27082026-06-26T17:54:10.255Z Checking slog-term v2.9.2
27092026-06-26T17:54:10.366Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-06-26T17:54:10.396Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-06-26T17:54:10.469Z Checking progenitor-client v0.14.0
27122026-06-26T17:54:10.483Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27132026-06-26T17:54:10.610Z Checking waitgroup v0.1.2
27142026-06-26T17:54:10.626Z Checking backon v1.6.0
27152026-06-26T17:54:10.669Z Checking rustls-pemfile v2.2.0
27162026-06-26T17:54:10.712Z Checking serde_path_to_error v0.1.20
27172026-06-26T17:54:10.728Z Checking hostname v0.4.2
27182026-06-26T17:54:10.781Z Checking instant v0.1.13
27192026-06-26T17:54:10.865Z Checking backoff v0.4.0
27202026-06-26T17:54:10.977Z Checking progenitor-extras v0.2.0
27212026-06-26T17:54:11.002Z Checking tokio-rustls v0.25.0
27222026-06-26T17:54:11.015Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27232026-06-26T17:54:11.040Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27242026-06-26T17:54:11.226Z Checking itertools v0.14.0
27252026-06-26T17:54:11.239Z Checking regress v0.10.5
27262026-06-26T17:54:11.410Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27272026-06-26T17:54:11.657Z Checking macaddr v1.0.1
27282026-06-26T17:54:11.832Z Compiling test-strategy v0.4.5
27292026-06-26T17:54:11.855Z Checking parse-display v0.10.0
27302026-06-26T17:54:11.990Z Checking humantime v2.3.0
27312026-06-26T17:54:13.119Z Compiling prettyplease v0.2.37
27322026-06-26T17:54:13.357Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-06-26T17:54:13.517Z Checking num-rational v0.4.2
27342026-06-26T17:54:13.736Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-06-26T17:54:14.099Z Checking num-complex v0.4.6
27362026-06-26T17:54:14.681Z Checking num v0.4.3
27372026-06-26T17:54:14.778Z Compiling usdt-attr-macro v0.5.0
27382026-06-26T17:54:14.825Z Compiling usdt-macro v0.5.0
27392026-06-26T17:54:14.837Z Checking memmap v0.7.0
27402026-06-26T17:54:14.840Z Checking float-ord v0.3.2
27412026-06-26T17:54:14.946Z Compiling convert_case v0.4.0
27422026-06-26T17:54:14.965Z Checking unicode-width v0.2.0
27432026-06-26T17:54:15.219Z Checking console v0.15.11
27442026-06-26T17:54:15.322Z Compiling derive_more v0.99.20
27452026-06-26T17:54:15.503Z Checking newline-converter v0.3.0
27462026-06-26T17:54:15.548Z Compiling toml v0.8.23
27472026-06-26T17:54:15.551Z Checking usdt v0.5.0
27482026-06-26T17:54:15.612Z Checking linked-hash-map v0.5.6
27492026-06-26T17:54:15.728Z Compiling minimal-lexical v0.2.1
27502026-06-26T17:54:15.787Z Checking lru-cache v0.1.2
27512026-06-26T17:54:15.910Z Checking expectorate v1.2.0
27522026-06-26T17:54:15.984Z Compiling nom v7.1.3
27532026-06-26T17:54:16.532Z Checking camino-tempfile v1.4.1
27542026-06-26T17:54:16.559Z Checking hickory-proto v0.24.4
27552026-06-26T17:54:16.663Z Checking phf_shared v0.12.1
27562026-06-26T17:54:16.807Z Compiling slog-dtrace v0.3.0
27572026-06-26T17:54:16.819Z Checking resolv-conf v0.7.6
27582026-06-26T17:54:17.001Z Checking heck v0.5.0
27592026-06-26T17:54:17.001Z Compiling chrono-tz v0.10.4
27602026-06-26T17:54:17.150Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27612026-06-26T17:54:17.180Z Compiling const_format_proc_macros v0.2.34
27622026-06-26T17:54:17.210Z Checking phf v0.12.1
27632026-06-26T17:54:17.354Z Checking tokio-dtrace v0.1.1
27642026-06-26T17:54:17.379Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652026-06-26T17:54:17.545Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-06-26T17:54:17.881Z Compiling derive-where v1.6.0
27672026-06-26T17:54:17.931Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-06-26T17:54:18.091Z Checking highway v1.3.0
27692026-06-26T17:54:18.335Z Checking const_format v0.2.35
27702026-06-26T17:54:18.439Z Checking hickory-resolver v0.24.4
27712026-06-26T17:54:18.571Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-06-26T17:54:18.746Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732026-06-26T17:54:18.787Z Checking oxide-tokio-rt v0.1.4
27742026-06-26T17:54:19.009Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27752026-06-26T17:54:19.075Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27762026-06-26T17:54:19.257Z Checking qorb v0.4.1
27772026-06-26T17:54:19.385Z Checking gethostname v0.5.0
27782026-06-26T17:54:19.436Z Checking bcs v0.1.6
27792026-06-26T17:54:19.474Z Checking termtree v0.5.1
27802026-06-26T17:54:19.488Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27812026-06-26T17:54:22.465Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27822026-06-26T17:54:25.099Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27832026-06-26T17:54:27.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
27842026-06-26T17:54:27.394Z
27852026-06-26T17:54:27.394Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27862026-06-26T17:54:27.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-06-26T17:54:27.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-06-26T17:54:28.032Z Compiling ar_archive_writer v0.5.1
27892026-06-26T17:54:28.139Z Compiling stacker v0.1.23
27902026-06-26T17:54:28.148Z Compiling cfg_aliases v0.1.1
27912026-06-26T17:54:28.156Z Compiling convert_case v0.10.0
27922026-06-26T17:54:28.159Z Checking unicode-width v0.1.14
27932026-06-26T17:54:28.172Z Compiling proc-macro-error v1.0.4
27942026-06-26T17:54:28.183Z Checking fd-lock v4.0.4
27952026-06-26T17:54:28.186Z Checking nibble_vec v0.1.0
27962026-06-26T17:54:28.205Z Compiling nix v0.28.0
27972026-06-26T17:54:28.300Z Checking vte v0.14.1
27982026-06-26T17:54:28.312Z Compiling recursive-proc-macro-impl v0.1.1
27992026-06-26T17:54:28.401Z Checking bytecount v0.6.9
28002026-06-26T17:54:28.413Z Checking endian-type v0.1.2
28012026-06-26T17:54:28.449Z Checking strip-ansi-escapes v0.2.1
28022026-06-26T17:54:28.463Z Compiling derive_more-impl v2.1.1
28032026-06-26T17:54:28.475Z Compiling tabled_derive v0.7.0
28042026-06-26T17:54:28.499Z Checking papergrid v0.11.0
28052026-06-26T17:54:28.537Z Checking radix_trie v0.2.1
28062026-06-26T17:54:28.561Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072026-06-26T17:54:28.730Z Compiling peg-macros v0.8.5
28082026-06-26T17:54:28.747Z Checking winnow v0.6.26
28092026-06-26T17:54:29.005Z Compiling psm v0.1.30
28102026-06-26T17:54:29.038Z Compiling sqlparser_derive v0.5.0
28112026-06-26T17:54:29.128Z Checking nu-ansi-term v0.50.3
28122026-06-26T17:54:29.286Z Checking derive_more v2.1.1
28132026-06-26T17:54:29.340Z Checking unicode_categories v0.1.1
28142026-06-26T17:54:29.362Z Checking home v0.5.12
28152026-06-26T17:54:29.447Z Checking tabled v0.15.0
28162026-06-26T17:54:29.501Z Checking crossterm v0.29.0
28172026-06-26T17:54:29.522Z Checking reedline v0.40.0
28182026-06-26T17:54:29.522Z Checking rustyline v14.0.0
28192026-06-26T17:54:29.769Z Checking recursive v0.1.1
28202026-06-26T17:54:29.824Z Checking display-error-chain v0.2.2
28212026-06-26T17:54:29.861Z Checking sqlparser v0.61.0
28222026-06-26T17:54:29.914Z Checking sqlformat v0.3.5
28232026-06-26T17:54:30.109Z Checking peg v0.8.5
28242026-06-26T17:54:41.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
28252026-06-26T17:54:41.454Z
28262026-06-26T17:54:41.454Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28272026-06-26T17:54:41.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-26T17:54:41.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-26T17:54:42.076Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-26T17:54:45.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28312026-06-26T17:54:45.717Z
28322026-06-26T17:54:45.717Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28332026-06-26T17:54:46.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-26T17:54:46.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-26T17:54:46.335Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-26T17:54:48.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28372026-06-26T17:54:48.961Z
28382026-06-26T17:54:48.961Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28392026-06-26T17:54:49.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-26T17:54:49.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-26T17:54:49.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-26T17:54:52.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28432026-06-26T17:54:53.033Z
28442026-06-26T17:54:53.033Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28452026-06-26T17:54:53.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-26T17:54:53.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-26T17:54:53.654Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-26T17:54:56.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28492026-06-26T17:54:57.110Z
28502026-06-26T17:54:57.110Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28512026-06-26T17:54:57.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-26T17:54:57.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-26T17:54:57.730Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-26T17:55:00.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28552026-06-26T17:55:00.513Z
28562026-06-26T17:55:00.513Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28572026-06-26T17:55:00.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-26T17:55:00.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-26T17:55:01.129Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-26T17:55:03.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28612026-06-26T17:55:03.933Z
28622026-06-26T17:55:03.933Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28632026-06-26T17:55:04.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-26T17:55:04.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-26T17:55:04.558Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-06-26T17:55:07.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28672026-06-26T17:55:08.163Z
28682026-06-26T17:55:08.163Zinfo: running `cargo check --bins` on oximeter (93/297)
28692026-06-26T17:55:08.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-26T17:55:08.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-26T17:55:08.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-06-26T17:55:08.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28732026-06-26T17:55:08.682Z
28742026-06-26T17:55:08.682Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28752026-06-26T17:55:09.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-06-26T17:55:09.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-06-26T17:55:09.259Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28782026-06-26T17:55:09.415Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-06-26T17:55:09.420Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-06-26T17:55:09.758Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812026-06-26T17:55:12.446Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28822026-06-26T17:55:13.675Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832026-06-26T17:55:13.878Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842026-06-26T17:55:14.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
28852026-06-26T17:55:14.714Z
28862026-06-26T17:55:14.715Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28872026-06-26T17:55:15.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-26T17:55:15.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-26T17:55:15.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-26T17:55:15.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28912026-06-26T17:55:15.342Z
28922026-06-26T17:55:15.342Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28932026-06-26T17:55:15.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-26T17:55:15.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-26T17:55:15.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-26T17:55:15.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28972026-06-26T17:55:15.805Z
28982026-06-26T17:55:15.805Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
28992026-06-26T17:55:16.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-26T17:55:16.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-26T17:55:16.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-26T17:55:16.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29032026-06-26T17:55:16.350Z
29042026-06-26T17:55:16.350Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
29052026-06-26T17:55:16.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-26T17:55:16.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-26T17:55:16.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-26T17:55:16.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29092026-06-26T17:55:16.871Z
29102026-06-26T17:55:16.871Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29112026-06-26T17:55:17.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-26T17:55:17.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-26T17:55:17.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-26T17:55:17.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29152026-06-26T17:55:17.406Z
29162026-06-26T17:55:17.406Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29172026-06-26T17:55:17.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-26T17:55:17.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-26T17:55:17.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-26T17:55:17.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29212026-06-26T17:55:17.944Z
29222026-06-26T17:55:17.944Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29232026-06-26T17:55:18.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-26T17:55:18.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-26T17:55:18.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-26T17:55:18.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29272026-06-26T17:55:18.465Z
29282026-06-26T17:55:18.465Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29292026-06-26T17:55:18.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-26T17:55:18.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-26T17:55:18.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-26T17:55:18.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29332026-06-26T17:55:18.996Z
29342026-06-26T17:55:18.996Zinfo: running `cargo check --bins` on update-engine (103/297)
29352026-06-26T17:55:19.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-26T17:55:19.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-26T17:55:19.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-06-26T17:55:19.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29392026-06-26T17:55:19.517Z
29402026-06-26T17:55:19.517Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29412026-06-26T17:55:19.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-06-26T17:55:19.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-06-26T17:55:20.177Z Compiling crucible-workspace-hack v0.1.0
29442026-06-26T17:55:20.291Z Checking secrecy v0.10.3
29452026-06-26T17:55:20.298Z Compiling heapless v0.8.0
29462026-06-26T17:55:20.298Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-06-26T17:55:20.315Z Compiling ingot-macros v0.1.1
29482026-06-26T17:55:20.328Z Checking hash32 v0.3.1
29492026-06-26T17:55:20.331Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-06-26T17:55:20.331Z Compiling smoltcp v0.11.0
29512026-06-26T17:55:20.390Z Checking cobs v0.3.0
29522026-06-26T17:55:20.433Z Compiling thiserror-impl-no-std v2.0.2
29532026-06-26T17:55:20.522Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-06-26T17:55:20.533Z Checking universal-hash v0.5.1
29552026-06-26T17:55:20.539Z Checking half v2.7.1
29562026-06-26T17:55:20.567Z Checking opaque-debug v0.3.1
29572026-06-26T17:55:20.643Z Checking ciborium-io v0.2.2
29582026-06-26T17:55:20.674Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-06-26T17:55:20.691Z Checking poly1305 v0.8.0
29602026-06-26T17:55:20.728Z Checking postcard v1.1.3
29612026-06-26T17:55:20.801Z Checking ciborium-ll v0.2.2
29622026-06-26T17:55:20.867Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29632026-06-26T17:55:20.946Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-06-26T17:55:20.969Z Checking password-hash v0.5.0
29652026-06-26T17:55:21.014Z Checking chacha20 v0.9.1
29662026-06-26T17:55:21.127Z Compiling proc-macro-crate v3.4.0
29672026-06-26T17:55:21.223Z Compiling proc-macro-crate v1.3.1
29682026-06-26T17:55:21.243Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29692026-06-26T17:55:21.279Z Checking blake2 v0.10.6
29702026-06-26T17:55:21.477Z Checking aead v0.5.2
29712026-06-26T17:55:21.514Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29722026-06-26T17:55:21.576Z Compiling foreign-types-macros v0.2.3
29732026-06-26T17:55:21.614Z Checking thiserror-no-std v2.0.2
29742026-06-26T17:55:21.624Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29752026-06-26T17:55:21.637Z Checking cpufeatures v0.3.0
29762026-06-26T17:55:21.689Z Checking foreign-types-shared v0.3.1
29772026-06-26T17:55:21.703Z Compiling num_enum_derive v0.7.6
29782026-06-26T17:55:21.714Z Checking chacha20 v0.10.0
29792026-06-26T17:55:21.726Z Checking vsss-rs v3.3.4
29802026-06-26T17:55:21.807Z Compiling num_enum_derive v0.5.11
29812026-06-26T17:55:21.863Z Checking chacha20poly1305 v0.10.1
29822026-06-26T17:55:21.930Z Checking argon2 v0.5.3
29832026-06-26T17:55:21.973Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29842026-06-26T17:55:22.176Z Checking foreign-types v0.5.0
29852026-06-26T17:55:22.254Z Checking ciborium v0.2.2
29862026-06-26T17:55:22.395Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-06-26T17:55:22.492Z Checking tabwriter v1.4.1
29882026-06-26T17:55:22.637Z Checking byte-wrapper v0.1.0
29892026-06-26T17:55:22.683Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-06-26T17:55:22.693Z Checking cstr-argument v0.1.2
29912026-06-26T17:55:22.755Z Checking num_enum v0.7.6
29922026-06-26T17:55:22.821Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29932026-06-26T17:55:22.843Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29942026-06-26T17:55:22.874Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952026-06-26T17:55:22.883Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29962026-06-26T17:55:22.902Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29972026-06-26T17:55:23.031Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29982026-06-26T17:55:23.065Z Checking num_enum v0.5.11
29992026-06-26T17:55:23.141Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-06-26T17:55:23.177Z Checking ingot-types v0.1.2
30012026-06-26T17:55:23.197Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30022026-06-26T17:55:23.207Z Checking rand v0.10.0
30032026-06-26T17:55:23.249Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-06-26T17:55:23.280Z Checking indent_write v2.2.0
30052026-06-26T17:55:23.402Z Checking colored v3.1.1
30062026-06-26T17:55:23.413Z Compiling zone_cfg_derive v0.3.1
30072026-06-26T17:55:23.509Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30082026-06-26T17:55:23.521Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30092026-06-26T17:55:23.550Z Checking ingot v0.1.1
30102026-06-26T17:55:23.562Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-26T17:55:23.600Z Checking itertools v0.12.1
30122026-06-26T17:55:23.605Z Compiling num-derive v0.4.2
30132026-06-26T17:55:23.688Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-06-26T17:55:23.725Z Checking swrite v0.1.0
30152026-06-26T17:55:23.815Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30162026-06-26T17:55:23.890Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30172026-06-26T17:55:24.027Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30182026-06-26T17:55:24.054Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-06-26T17:55:24.062Z Checking dropshot-api-manager-types v0.7.2
30202026-06-26T17:55:24.126Z Checking smf v0.2.3
30212026-06-26T17:55:24.153Z Checking nanorand v0.7.0
30222026-06-26T17:55:24.224Z Checking whoami v1.6.1
30232026-06-26T17:55:24.351Z Checking flume v0.11.1
30242026-06-26T17:55:24.363Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-06-26T17:55:24.548Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30262026-06-26T17:55:24.631Z Checking zone v0.3.1
30272026-06-26T17:55:25.118Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-26T17:55:26.091Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-26T17:55:26.962Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-26T17:55:30.254Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30312026-06-26T17:55:32.307Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30322026-06-26T17:55:33.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s
30332026-06-26T17:55:33.597Z
30342026-06-26T17:55:33.597Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30352026-06-26T17:55:34.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-26T17:55:34.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-26T17:55:34.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-26T17:55:34.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30392026-06-26T17:55:34.134Z
30402026-06-26T17:55:34.134Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30412026-06-26T17:55:34.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-26T17:55:34.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-26T17:55:34.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-26T17:55:34.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30452026-06-26T17:55:34.664Z
30462026-06-26T17:55:34.665Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30472026-06-26T17:55:35.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-26T17:55:35.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-26T17:55:35.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-26T17:55:35.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30512026-06-26T17:55:35.203Z
30522026-06-26T17:55:35.203Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30532026-06-26T17:55:35.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-26T17:55:35.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-26T17:55:35.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-26T17:55:35.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30572026-06-26T17:55:35.737Z
30582026-06-26T17:55:35.738Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30592026-06-26T17:55:36.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-26T17:55:36.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-26T17:55:36.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-26T17:55:36.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30632026-06-26T17:55:36.414Z
30642026-06-26T17:55:36.414Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30652026-06-26T17:55:36.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-26T17:55:36.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-26T17:55:36.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-26T17:55:36.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30692026-06-26T17:55:36.808Z
30702026-06-26T17:55:36.808Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30712026-06-26T17:55:37.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-26T17:55:37.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-26T17:55:37.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-26T17:55:37.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30752026-06-26T17:55:37.344Z
30762026-06-26T17:55:37.344Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30772026-06-26T17:55:37.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-26T17:55:37.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-26T17:55:37.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-26T17:55:37.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30812026-06-26T17:55:37.855Z
30822026-06-26T17:55:37.856Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30832026-06-26T17:55:38.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-26T17:55:38.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-26T17:55:38.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-26T17:55:38.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30872026-06-26T17:55:38.387Z
30882026-06-26T17:55:38.387Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30892026-06-26T17:55:38.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-26T17:55:38.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-26T17:55:38.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-26T17:55:38.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30932026-06-26T17:55:38.921Z
30942026-06-26T17:55:38.921Zinfo: running `cargo check --bins` on installinator-client (115/297)
30952026-06-26T17:55:39.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-26T17:55:39.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-26T17:55:39.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-26T17:55:39.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30992026-06-26T17:55:39.457Z
31002026-06-26T17:55:39.457Zinfo: running `cargo check --bins` on nexus-client (116/297)
31012026-06-26T17:55:39.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-26T17:55:39.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-26T17:55:39.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-26T17:55:39.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31052026-06-26T17:55:40.023Z
31062026-06-26T17:55:40.023Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
31072026-06-26T17:55:40.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-26T17:55:40.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-26T17:55:40.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-26T17:55:40.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31112026-06-26T17:55:40.592Z
31122026-06-26T17:55:40.592Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31132026-06-26T17:55:44.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-26T17:55:44.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-26T17:55:44.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-26T17:55:44.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31172026-06-26T17:55:44.352Z
31182026-06-26T17:55:44.352Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31192026-06-26T17:55:44.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-26T17:55:44.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-26T17:55:44.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-26T17:55:44.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31232026-06-26T17:55:44.353Z
31242026-06-26T17:55:44.353Zinfo: running `cargo check --bins` on oxide-client (120/297)
31252026-06-26T17:55:44.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-26T17:55:44.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-26T17:55:44.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-26T17:55:44.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31292026-06-26T17:55:44.353Z
31302026-06-26T17:55:44.353Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31312026-06-26T17:55:44.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-26T17:55:44.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-26T17:55:44.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-26T17:55:44.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31352026-06-26T17:55:44.379Z
31362026-06-26T17:55:44.379Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31372026-06-26T17:55:44.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-26T17:55:44.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-26T17:55:44.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-26T17:55:44.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31412026-06-26T17:55:44.380Z
31422026-06-26T17:55:44.380Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31432026-06-26T17:55:44.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-26T17:55:44.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-26T17:55:44.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-26T17:55:44.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31472026-06-26T17:55:44.381Z
31482026-06-26T17:55:44.381Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31492026-06-26T17:55:44.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-26T17:55:44.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-26T17:55:44.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-26T17:55:44.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31532026-06-26T17:55:44.381Z
31542026-06-26T17:55:44.381Zinfo: running `cargo check --bins` on installinator-common (125/297)
31552026-06-26T17:55:44.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-26T17:55:44.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-26T17:55:44.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-26T17:55:44.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31592026-06-26T17:55:44.843Z
31602026-06-26T17:55:44.843Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31612026-06-26T17:55:45.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-26T17:55:45.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-26T17:55:45.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-26T17:55:45.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31652026-06-26T17:55:45.357Z
31662026-06-26T17:55:45.357Zinfo: running `cargo check --bins` on wicket-common (127/297)
31672026-06-26T17:55:45.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-26T17:55:45.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-26T17:55:45.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-06-26T17:55:45.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31712026-06-26T17:55:45.902Z
31722026-06-26T17:55:45.902Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31732026-06-26T17:55:46.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-06-26T17:55:46.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-06-26T17:55:46.542Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31762026-06-26T17:55:46.652Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31772026-06-26T17:55:46.661Z Checking csv-core v0.1.13
31782026-06-26T17:55:46.669Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31792026-06-26T17:55:46.676Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-26T17:55:46.678Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-06-26T17:55:46.696Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31822026-06-26T17:55:46.707Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31832026-06-26T17:55:46.819Z Checking csv v1.4.0
31842026-06-26T17:55:46.849Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-06-26T17:55:46.863Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31862026-06-26T17:55:46.886Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872026-06-26T17:55:46.915Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31882026-06-26T17:55:47.154Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-06-26T17:55:47.522Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-06-26T17:55:47.525Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-06-26T17:55:47.864Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31922026-06-26T17:55:53.891Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31932026-06-26T17:55:54.420Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31942026-06-26T17:55:56.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.88s
31952026-06-26T17:55:56.971Z
31962026-06-26T17:55:56.971Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
31972026-06-26T17:55:57.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-26T17:55:57.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-26T17:55:57.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-26T17:55:57.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32012026-06-26T17:55:57.500Z
32022026-06-26T17:55:57.500Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
32032026-06-26T17:55:58.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-26T17:55:58.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-26T17:55:58.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-26T17:55:58.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32072026-06-26T17:55:58.107Z
32082026-06-26T17:55:58.107Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32092026-06-26T17:55:58.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-26T17:55:58.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-26T17:55:58.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-26T17:55:58.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32132026-06-26T17:55:58.721Z
32142026-06-26T17:55:58.721Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32152026-06-26T17:55:59.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-26T17:55:59.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-26T17:55:59.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-06-26T17:55:59.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32192026-06-26T17:55:59.304Z
32202026-06-26T17:55:59.304Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32212026-06-26T17:55:59.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-06-26T17:55:59.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-06-26T17:56:00.014Z Compiling regress v0.11.1
32242026-06-26T17:56:00.150Z Compiling unsafe-libyaml v0.2.11
32252026-06-26T17:56:00.159Z Compiling semver v0.1.20
32262026-06-26T17:56:00.162Z Compiling radium v0.7.0
32272026-06-26T17:56:00.181Z Checking nom v8.0.0
32282026-06-26T17:56:00.185Z Checking tap v1.0.1
32292026-06-26T17:56:00.191Z Compiling maybe-uninit v2.0.0
32302026-06-26T17:56:00.289Z Checking wyz v0.5.1
32312026-06-26T17:56:00.429Z Compiling rustc_version v0.1.7
32322026-06-26T17:56:00.480Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-06-26T17:56:00.512Z Compiling zerocopy-derive v0.6.6
32342026-06-26T17:56:00.614Z Checking crc-catalog v2.4.0
32352026-06-26T17:56:00.651Z Compiling newtype_derive v0.1.6
32362026-06-26T17:56:00.704Z Compiling serde_yaml v0.9.34+deprecated
32372026-06-26T17:56:00.837Z Compiling owo-colors v4.3.0
32382026-06-26T17:56:00.884Z Compiling cancel-safe-futures v0.1.5
32392026-06-26T17:56:01.086Z Checking funty v2.0.0
32402026-06-26T17:56:01.156Z Compiling packed_struct v0.10.1
32412026-06-26T17:56:01.370Z Checking zerocopy v0.6.6
32422026-06-26T17:56:01.407Z Checking bitvec v1.0.1
32432026-06-26T17:56:01.557Z Checking crc v3.4.0
32442026-06-26T17:56:01.615Z Checking typify-impl v0.6.2
32452026-06-26T17:56:01.733Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-06-26T17:56:01.978Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-06-26T17:56:02.144Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32482026-06-26T17:56:02.172Z Compiling packed_struct_codegen v0.10.1
32492026-06-26T17:56:02.305Z Checking libsw-core v0.3.2
32502026-06-26T17:56:02.326Z Compiling bitfield-macros v0.19.4
32512026-06-26T17:56:02.450Z Compiling indexmap v1.9.3
32522026-06-26T17:56:02.646Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32532026-06-26T17:56:02.718Z Checking nodrop v0.1.14
32542026-06-26T17:56:02.770Z Checking libsw v3.5.0
32552026-06-26T17:56:02.803Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-26T17:56:02.833Z Checking array-init v0.0.4
32572026-06-26T17:56:02.929Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-06-26T17:56:03.077Z Checking bitfield v0.19.4
32592026-06-26T17:56:03.111Z Checking smallvec v0.6.14
32602026-06-26T17:56:03.140Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-06-26T17:56:03.357Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32622026-06-26T17:56:03.405Z Checking unicode-linebreak v0.1.5
32632026-06-26T17:56:03.480Z Checking linear-map v1.2.0
32642026-06-26T17:56:03.518Z Checking hashbrown v0.12.3
32652026-06-26T17:56:03.573Z Checking tagptr v0.2.0
32662026-06-26T17:56:03.618Z Checking base64 v0.21.7
32672026-06-26T17:56:03.646Z Checking smawk v0.3.2
32682026-06-26T17:56:03.712Z Checking moka v0.12.13
32692026-06-26T17:56:03.775Z Checking textwrap v0.16.2
32702026-06-26T17:56:03.851Z Checking ron v0.8.1
32712026-06-26T17:56:03.865Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32722026-06-26T17:56:03.996Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32732026-06-26T17:56:04.169Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32742026-06-26T17:56:04.256Z Checking serde-hex v0.1.0
32752026-06-26T17:56:04.343Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-06-26T17:56:04.357Z Checking steno v0.4.1
32772026-06-26T17:56:04.373Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-06-26T17:56:04.529Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32792026-06-26T17:56:04.986Z Checking hashbrown v0.13.2
32802026-06-26T17:56:05.121Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-06-26T17:56:05.136Z Checking crc-any v2.5.0
32822026-06-26T17:56:05.310Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-06-26T17:56:05.340Z Checking hickory-resolver v0.25.2
32842026-06-26T17:56:05.354Z Checking void v1.0.2
32852026-06-26T17:56:05.456Z Checking object v0.30.4
32862026-06-26T17:56:05.459Z Checking path-slash v0.1.5
32872026-06-26T17:56:05.484Z Checking half v1.8.3
32882026-06-26T17:56:05.557Z Checking utf-8 v0.7.6
32892026-06-26T17:56:05.678Z Checking serde_cbor v0.11.2
32902026-06-26T17:56:05.692Z Checking tungstenite v0.23.0
32912026-06-26T17:56:05.750Z Checking lzss v0.8.2
32922026-06-26T17:56:06.059Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-06-26T17:56:06.062Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32942026-06-26T17:56:06.085Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32952026-06-26T17:56:06.109Z Checking nix v0.27.1
32962026-06-26T17:56:06.204Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32972026-06-26T17:56:06.217Z Checking kstat-rs v0.2.4
32982026-06-26T17:56:06.290Z Compiling typify-macro v0.6.2
32992026-06-26T17:56:06.303Z Checking fxhash v0.2.1
33002026-06-26T17:56:06.316Z Checking serde_bytes v0.11.19
33012026-06-26T17:56:06.400Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-26T17:56:06.421Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33032026-06-26T17:56:06.482Z Checking tokio-tungstenite v0.23.1
33042026-06-26T17:56:06.497Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-06-26T17:56:06.621Z Checking signal-hook-tokio v0.3.1
33062026-06-26T17:56:07.358Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-06-26T17:56:07.568Z Compiling typify v0.6.2
33082026-06-26T17:56:07.646Z Compiling progenitor-impl v0.14.0
33092026-06-26T17:56:08.274Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-06-26T17:56:08.580Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-06-26T17:56:09.101Z Compiling progenitor-macro v0.14.0
33122026-06-26T17:56:11.382Z Checking progenitor v0.14.0
33132026-06-26T17:56:11.490Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33142026-06-26T17:56:11.494Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-06-26T17:56:14.208Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-06-26T17:56:22.377Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-06-26T17:56:28.932Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-06-26T17:56:30.299Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-06-26T17:56:30.792Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-06-26T17:56:32.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.57s
33212026-06-26T17:56:33.065Z
33222026-06-26T17:56:33.065Zinfo: running `cargo check --bins` on gateway-api (134/297)
33232026-06-26T17:56:33.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-26T17:56:33.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-26T17:56:33.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-26T17:56:33.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-06-26T17:56:33.599Z
33282026-06-26T17:56:33.599Zinfo: running `cargo check --bins` on ipcc (135/297)
33292026-06-26T17:56:34.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-26T17:56:34.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-26T17:56:34.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-26T17:56:34.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33332026-06-26T17:56:34.131Z
33342026-06-26T17:56:34.131Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33352026-06-26T17:56:34.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-26T17:56:34.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-26T17:56:34.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-26T17:56:34.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33392026-06-26T17:56:34.648Z
33402026-06-26T17:56:34.648Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33412026-06-26T17:56:35.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-26T17:56:35.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-26T17:56:35.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-26T17:56:35.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33452026-06-26T17:56:35.201Z
33462026-06-26T17:56:35.201Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33472026-06-26T17:56:35.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-26T17:56:35.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-26T17:56:35.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-26T17:56:35.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33512026-06-26T17:56:35.730Z
33522026-06-26T17:56:35.730Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33532026-06-26T17:56:36.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-26T17:56:36.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-26T17:56:36.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-26T17:56:36.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33572026-06-26T17:56:36.265Z
33582026-06-26T17:56:36.265Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33592026-06-26T17:56:36.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-26T17:56:36.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-26T17:56:36.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-26T17:56:36.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-06-26T17:56:36.868Z
33642026-06-26T17:56:36.868Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33652026-06-26T17:56:37.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-26T17:56:37.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-26T17:56:37.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-26T17:56:37.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-06-26T17:56:37.356Z
33702026-06-26T17:56:37.356Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33712026-06-26T17:56:37.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-26T17:56:37.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-26T17:56:37.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-26T17:56:37.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33752026-06-26T17:56:37.890Z
33762026-06-26T17:56:37.891Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33772026-06-26T17:56:38.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-26T17:56:38.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-26T17:56:38.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-26T17:56:38.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-06-26T17:56:38.434Z
33822026-06-26T17:56:38.434Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33832026-06-26T17:56:38.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-26T17:56:38.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-26T17:56:38.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-26T17:56:38.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33872026-06-26T17:56:38.959Z
33882026-06-26T17:56:38.959Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33892026-06-26T17:56:39.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-26T17:56:39.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-26T17:56:39.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-26T17:56:39.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33932026-06-26T17:56:39.497Z
33942026-06-26T17:56:39.497Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33952026-06-26T17:56:39.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-26T17:56:40.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-26T17:56:40.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-26T17:56:40.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-06-26T17:56:40.053Z
34002026-06-26T17:56:40.053Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
34012026-06-26T17:56:40.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-26T17:56:40.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-26T17:56:40.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-26T17:56:40.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-06-26T17:56:40.565Z
34062026-06-26T17:56:40.565Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34072026-06-26T17:56:41.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-26T17:56:41.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-26T17:56:41.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-26T17:56:41.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34112026-06-26T17:56:41.118Z
34122026-06-26T17:56:41.118Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34132026-06-26T17:56:41.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-26T17:56:41.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-26T17:56:41.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-26T17:56:41.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-06-26T17:56:41.672Z
34182026-06-26T17:56:41.673Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34192026-06-26T17:56:42.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-26T17:56:42.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-26T17:56:42.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-26T17:56:42.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-06-26T17:56:42.226Z
34242026-06-26T17:56:42.226Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34252026-06-26T17:56:42.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-26T17:56:42.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-26T17:56:42.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-26T17:56:42.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-06-26T17:56:42.778Z
34302026-06-26T17:56:42.778Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34312026-06-26T17:56:43.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-26T17:56:43.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-26T17:56:43.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-26T17:56:43.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34352026-06-26T17:56:43.331Z
34362026-06-26T17:56:43.331Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34372026-06-26T17:56:43.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-26T17:56:43.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-26T17:56:43.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-26T17:56:43.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-06-26T17:56:43.885Z
34422026-06-26T17:56:43.886Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34432026-06-26T17:56:44.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-26T17:56:44.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-26T17:56:44.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-26T17:56:44.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34472026-06-26T17:56:44.443Z
34482026-06-26T17:56:44.443Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34492026-06-26T17:56:44.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-26T17:56:44.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-26T17:56:44.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-26T17:56:44.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-06-26T17:56:44.995Z
34542026-06-26T17:56:44.995Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34552026-06-26T17:56:45.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-26T17:56:45.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-26T17:56:45.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-26T17:56:45.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-06-26T17:56:45.550Z
34602026-06-26T17:56:45.550Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34612026-06-26T17:56:46.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-26T17:56:46.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-26T17:56:46.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-26T17:56:46.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-06-26T17:56:46.102Z
34662026-06-26T17:56:46.102Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34672026-06-26T17:56:46.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-26T17:56:46.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-26T17:56:46.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-26T17:56:46.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34712026-06-26T17:56:46.638Z
34722026-06-26T17:56:46.638Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34732026-06-26T17:56:47.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-26T17:56:47.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-26T17:56:47.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-26T17:56:47.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34772026-06-26T17:56:47.172Z
34782026-06-26T17:56:47.172Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34792026-06-26T17:56:47.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-26T17:56:47.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-26T17:56:47.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-26T17:56:47.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34832026-06-26T17:56:47.703Z
34842026-06-26T17:56:47.703Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34852026-06-26T17:56:48.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-26T17:56:48.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-26T17:56:48.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-26T17:56:48.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34892026-06-26T17:56:48.222Z
34902026-06-26T17:56:48.223Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34912026-06-26T17:56:48.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-26T17:56:48.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-26T17:56:48.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-26T17:56:48.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34952026-06-26T17:56:48.752Z
34962026-06-26T17:56:48.753Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
34972026-06-26T17:56:49.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-26T17:56:49.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-26T17:56:49.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-26T17:56:49.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-06-26T17:56:49.289Z
35022026-06-26T17:56:49.289Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
35032026-06-26T17:56:49.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-26T17:56:49.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-26T17:56:49.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-26T17:56:49.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-06-26T17:56:49.821Z
35082026-06-26T17:56:49.822Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35092026-06-26T17:56:50.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-26T17:56:50.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-26T17:56:50.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-26T17:56:50.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-06-26T17:56:50.355Z
35142026-06-26T17:56:50.355Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35152026-06-26T17:56:50.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-26T17:56:50.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-26T17:56:50.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-26T17:56:50.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35192026-06-26T17:56:50.906Z
35202026-06-26T17:56:50.907Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35212026-06-26T17:56:51.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-26T17:56:51.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-26T17:56:51.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-26T17:56:51.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35252026-06-26T17:56:51.461Z
35262026-06-26T17:56:51.461Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35272026-06-26T17:56:51.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-26T17:56:51.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-26T17:56:51.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-26T17:56:51.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-06-26T17:56:52.012Z
35322026-06-26T17:56:52.012Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35332026-06-26T17:56:52.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-26T17:56:52.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-26T17:56:52.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-26T17:56:52.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35372026-06-26T17:56:52.563Z
35382026-06-26T17:56:52.563Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35392026-06-26T17:56:53.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-26T17:56:53.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-26T17:56:53.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-26T17:56:53.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35432026-06-26T17:56:53.104Z
35442026-06-26T17:56:53.104Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35452026-06-26T17:56:53.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-26T17:56:53.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-26T17:56:53.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-26T17:56:53.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35492026-06-26T17:56:53.647Z
35502026-06-26T17:56:53.647Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35512026-06-26T17:56:54.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-26T17:56:54.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-26T17:56:54.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-26T17:56:54.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-06-26T17:56:54.189Z
35562026-06-26T17:56:54.189Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35572026-06-26T17:56:54.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-26T17:56:54.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-26T17:56:54.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-26T17:56:54.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35612026-06-26T17:56:54.750Z
35622026-06-26T17:56:54.751Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35632026-06-26T17:56:55.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-26T17:56:55.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-26T17:56:55.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-06-26T17:56:55.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35672026-06-26T17:56:55.279Z
35682026-06-26T17:56:55.279Zinfo: running `cargo check --bins` on dns-server (175/297)
35692026-06-26T17:56:55.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-06-26T17:56:55.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-06-26T17:56:55.866Z Compiling parking_lot_core v0.8.6
35722026-06-26T17:56:55.870Z Compiling git-stub v1.0.0
35732026-06-26T17:56:55.870Z Checking prefix-trie v0.7.0
35742026-06-26T17:56:55.870Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35752026-06-26T17:56:56.099Z Compiling git-stub-vcs v0.1.0
35762026-06-26T17:56:56.249Z Checking hickory-server v0.25.2
35772026-06-26T17:56:56.366Z Checking parking_lot v0.11.2
35782026-06-26T17:56:56.378Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792026-06-26T17:56:56.441Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-06-26T17:56:56.443Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35812026-06-26T17:56:56.537Z Checking sled v0.34.7
35822026-06-26T17:56:58.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
35832026-06-26T17:56:58.608Z
35842026-06-26T17:56:58.608Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35852026-06-26T17:56:59.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-06-26T17:56:59.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-06-26T17:56:59.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-06-26T17:56:59.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35892026-06-26T17:56:59.129Z
35902026-06-26T17:56:59.129Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35912026-06-26T17:56:59.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-06-26T17:56:59.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-06-26T17:56:59.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-06-26T17:56:59.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35952026-06-26T17:56:59.651Z
35962026-06-26T17:56:59.652Zinfo: running `cargo check --bins` on sp-sim (178/297)
35972026-06-26T17:57:00.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-06-26T17:57:00.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-06-26T17:57:00.315Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36002026-06-26T17:57:02.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
36012026-06-26T17:57:02.249Z
36022026-06-26T17:57:02.249Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
36032026-06-26T17:57:02.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-06-26T17:57:02.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-06-26T17:57:02.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-06-26T17:57:02.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36072026-06-26T17:57:02.813Z
36082026-06-26T17:57:02.813Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36092026-06-26T17:57:03.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-06-26T17:57:03.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-06-26T17:57:03.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-06-26T17:57:03.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36132026-06-26T17:57:03.388Z
36142026-06-26T17:57:03.388Zinfo: running `cargo check --bins` on db-macros (181/297)
36152026-06-26T17:57:03.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-06-26T17:57:03.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-06-26T17:57:03.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-06-26T17:57:03.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36192026-06-26T17:57:03.900Z
36202026-06-26T17:57:03.901Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36212026-06-26T17:57:04.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-06-26T17:57:04.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-06-26T17:57:04.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-06-26T17:57:04.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36252026-06-26T17:57:04.410Z
36262026-06-26T17:57:04.411Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36272026-06-26T17:57:04.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-06-26T17:57:04.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-06-26T17:57:04.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-06-26T17:57:04.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36312026-06-26T17:57:04.977Z
36322026-06-26T17:57:04.978Zinfo: running `cargo check --bins` on authz-macros (184/297)
36332026-06-26T17:57:05.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-06-26T17:57:05.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-06-26T17:57:05.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-06-26T17:57:05.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36372026-06-26T17:57:05.486Z
36382026-06-26T17:57:05.487Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36392026-06-26T17:57:05.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-06-26T17:57:05.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-06-26T17:57:05.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-06-26T17:57:05.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36432026-06-26T17:57:06.054Z
36442026-06-26T17:57:06.054Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36452026-06-26T17:57:06.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-06-26T17:57:06.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-06-26T17:57:06.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-06-26T17:57:06.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36492026-06-26T17:57:06.627Z
36502026-06-26T17:57:06.627Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36512026-06-26T17:57:07.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-06-26T17:57:07.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-06-26T17:57:07.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-06-26T17:57:07.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36552026-06-26T17:57:07.142Z
36562026-06-26T17:57:07.142Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36572026-06-26T17:57:07.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-06-26T17:57:07.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-06-26T17:57:07.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-06-26T17:57:07.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36612026-06-26T17:57:07.650Z
36622026-06-26T17:57:07.651Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36632026-06-26T17:57:08.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-06-26T17:57:08.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-06-26T17:57:08.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-06-26T17:57:08.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-06-26T17:57:08.172Z
36682026-06-26T17:57:08.173Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36692026-06-26T17:57:08.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-06-26T17:57:08.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-06-26T17:57:08.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-06-26T17:57:08.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36732026-06-26T17:57:08.688Z
36742026-06-26T17:57:08.688Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36752026-06-26T17:57:09.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-06-26T17:57:09.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-06-26T17:57:09.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-06-26T17:57:09.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36792026-06-26T17:57:09.200Z
36802026-06-26T17:57:09.200Zinfo: running `cargo check --bins` on omicron-git-version (192/297)
36812026-06-26T17:57:09.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-06-26T17:57:09.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-06-26T17:57:09.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-06-26T17:57:09.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36852026-06-26T17:57:09.712Z
36862026-06-26T17:57:09.712Zinfo: running `cargo check --bins` on nexus-db-errors (193/297)
36872026-06-26T17:57:10.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-06-26T17:57:10.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-06-26T17:57:10.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-06-26T17:57:10.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36912026-06-26T17:57:10.291Z
36922026-06-26T17:57:10.291Zinfo: running `cargo check --bins` on nexus-db-lookup (194/297)
36932026-06-26T17:57:10.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-06-26T17:57:10.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-06-26T17:57:10.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-06-26T17:57:10.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-06-26T17:57:10.869Z
36982026-06-26T17:57:10.869Zinfo: running `cargo check --bins` on nexus-inventory (195/297)
36992026-06-26T17:57:11.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-06-26T17:57:11.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-06-26T17:57:11.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-06-26T17:57:11.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37032026-06-26T17:57:11.588Z
37042026-06-26T17:57:11.588Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/297)
37052026-06-26T17:57:11.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-06-26T17:57:11.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-06-26T17:57:11.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-06-26T17:57:11.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37092026-06-26T17:57:11.984Z
37102026-06-26T17:57:11.984Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/297)
37112026-06-26T17:57:12.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-06-26T17:57:12.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-06-26T17:57:12.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-06-26T17:57:12.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37152026-06-26T17:57:12.530Z
37162026-06-26T17:57:12.530Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/297)
37172026-06-26T17:57:12.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-06-26T17:57:12.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-06-26T17:57:12.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-06-26T17:57:12.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37212026-06-26T17:57:13.078Z
37222026-06-26T17:57:13.078Zinfo: running `cargo check --bins` on key-manager (199/297)
37232026-06-26T17:57:13.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-06-26T17:57:13.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-06-26T17:57:13.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-06-26T17:57:13.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37272026-06-26T17:57:13.602Z
37282026-06-26T17:57:13.602Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/297)
37292026-06-26T17:57:14.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-06-26T17:57:14.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-06-26T17:57:14.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-06-26T17:57:14.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37332026-06-26T17:57:14.148Z
37342026-06-26T17:57:14.148Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/297)
37352026-06-26T17:57:14.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-06-26T17:57:14.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-06-26T17:57:14.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-06-26T17:57:14.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37392026-06-26T17:57:14.694Z
37402026-06-26T17:57:14.694Zinfo: running `cargo check --bins` on typed-rng (202/297)
37412026-06-26T17:57:15.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-06-26T17:57:15.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-06-26T17:57:15.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-06-26T17:57:15.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37452026-06-26T17:57:15.206Z
37462026-06-26T17:57:15.206Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/297)
37472026-06-26T17:57:15.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-06-26T17:57:15.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-06-26T17:57:15.993Z Compiling libefi-sys v0.1.0
37502026-06-26T17:57:15.996Z Compiling bitfield-struct v0.6.2
37512026-06-26T17:57:16.130Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37522026-06-26T17:57:16.137Z Compiling xshell-macros v0.2.7
37532026-06-26T17:57:16.145Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37542026-06-26T17:57:16.157Z Compiling salty v0.3.0
37552026-06-26T17:57:16.169Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37562026-06-26T17:57:16.182Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37572026-06-26T17:57:16.195Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37582026-06-26T17:57:16.296Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-06-26T17:57:16.464Z Checking primeorder v0.13.6
37602026-06-26T17:57:16.479Z Compiling proc-macro-error-attr2 v2.0.0
37612026-06-26T17:57:16.482Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37622026-06-26T17:57:16.506Z Checking xshell v0.2.7
37632026-06-26T17:57:16.620Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-06-26T17:57:16.634Z Checking tungstenite v0.21.0
37652026-06-26T17:57:16.688Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37662026-06-26T17:57:16.701Z Checking p384 v0.13.1
37672026-06-26T17:57:16.738Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-06-26T17:57:16.823Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37692026-06-26T17:57:16.836Z Compiling num-derive v0.3.3
37702026-06-26T17:57:16.864Z Compiling proc-macro-error2 v2.0.1
37712026-06-26T17:57:16.973Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-06-26T17:57:16.989Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-06-26T17:57:17.050Z Checking tokio-tungstenite v0.21.0
37742026-06-26T17:57:17.164Z Compiling tabled_derive v0.11.0
37752026-06-26T17:57:17.189Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37762026-06-26T17:57:17.204Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37772026-06-26T17:57:17.242Z Checking papergrid v0.17.0
37782026-06-26T17:57:17.329Z Compiling progenitor-impl v0.13.0
37792026-06-26T17:57:17.345Z Checking testing_table v0.3.0
37802026-06-26T17:57:17.363Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-06-26T17:57:17.436Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37822026-06-26T17:57:17.470Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-26T17:57:17.636Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-06-26T17:57:17.663Z Checking corncobs v0.1.4
37852026-06-26T17:57:17.731Z Checking libscf-sys v1.1.0
37862026-06-26T17:57:17.806Z Compiling unicase v2.9.0
37872026-06-26T17:57:17.848Z Compiling illumos-nvpair-sys v0.2.0
37882026-06-26T17:57:17.872Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-26T17:57:18.011Z Compiling mime_guess v2.0.5
37902026-06-26T17:57:18.061Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-06-26T17:57:18.089Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37922026-06-26T17:57:18.106Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37932026-06-26T17:57:18.121Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37942026-06-26T17:57:18.157Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-06-26T17:57:18.359Z Checking tabled v0.20.0
37962026-06-26T17:57:18.448Z Checking progenitor-client v0.13.0
37972026-06-26T17:57:18.554Z Checking secrecy v0.8.0
37982026-06-26T17:57:18.675Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37992026-06-26T17:57:18.678Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-06-26T17:57:18.794Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38012026-06-26T17:57:18.922Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38022026-06-26T17:57:19.047Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38032026-06-26T17:57:19.151Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38042026-06-26T17:57:19.211Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38052026-06-26T17:57:19.258Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38062026-06-26T17:57:19.274Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38072026-06-26T17:57:19.423Z Checking filetime v0.2.27
38082026-06-26T17:57:19.562Z Checking crc8 v0.1.1
38092026-06-26T17:57:19.597Z Checking xattr v1.6.1
38102026-06-26T17:57:19.656Z Checking http-range v0.1.5
38112026-06-26T17:57:19.722Z Checking tar v0.4.45
38122026-06-26T17:57:19.781Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-06-26T17:57:19.885Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38142026-06-26T17:57:19.946Z Compiling progenitor-macro v0.13.0
38152026-06-26T17:57:19.963Z Checking illumos-nvpair v0.3.0
38162026-06-26T17:57:19.981Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38172026-06-26T17:57:20.101Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-06-26T17:57:20.118Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38192026-06-26T17:57:20.133Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-06-26T17:57:20.409Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38212026-06-26T17:57:20.472Z Checking atty v0.2.14
38222026-06-26T17:57:20.486Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-06-26T17:57:20.542Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38242026-06-26T17:57:20.565Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38252026-06-26T17:57:20.714Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38262026-06-26T17:57:20.763Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-06-26T17:57:20.812Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38282026-06-26T17:57:20.863Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38292026-06-26T17:57:20.988Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38302026-06-26T17:57:21.030Z Checking hyper-staticfile v0.10.1
38312026-06-26T17:57:21.187Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38322026-06-26T17:57:21.208Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38332026-06-26T17:57:21.326Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38342026-06-26T17:57:21.445Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-06-26T17:57:21.597Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38362026-06-26T17:57:21.735Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-06-26T17:57:21.874Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38382026-06-26T17:57:22.182Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38392026-06-26T17:57:22.874Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38402026-06-26T17:57:23.360Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38412026-06-26T17:57:23.783Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38422026-06-26T17:57:24.014Z Checking progenitor v0.13.0
38432026-06-26T17:57:24.149Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38442026-06-26T17:57:26.137Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38452026-06-26T17:57:29.517Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38462026-06-26T17:57:40.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.41s
38472026-06-26T17:57:40.828Z
38482026-06-26T17:57:40.828Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/297)
38492026-06-26T17:57:41.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-06-26T17:57:41.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-06-26T17:57:41.548Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-06-26T17:57:52.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
38532026-06-26T17:57:52.687Z
38542026-06-26T17:57:52.687Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/297)
38552026-06-26T17:57:53.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-06-26T17:57:53.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-06-26T17:57:53.402Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-06-26T17:58:04.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38592026-06-26T17:58:04.444Z
38602026-06-26T17:58:04.444Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/297)
38612026-06-26T17:58:04.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-06-26T17:58:04.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-06-26T17:58:05.165Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-06-26T17:58:16.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
38652026-06-26T17:58:16.257Z
38662026-06-26T17:58:16.257Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/297)
38672026-06-26T17:58:16.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-06-26T17:58:16.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-06-26T17:58:16.978Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-06-26T17:58:27.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
38712026-06-26T17:58:28.098Z
38722026-06-26T17:58:28.098Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/297)
38732026-06-26T17:58:28.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-06-26T17:58:28.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-06-26T17:58:28.823Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-06-26T17:58:39.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
38772026-06-26T17:58:39.859Z
38782026-06-26T17:58:39.859Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/297)
38792026-06-26T17:58:40.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-06-26T17:58:40.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-06-26T17:58:40.582Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-06-26T17:58:51.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38832026-06-26T17:58:51.665Z
38842026-06-26T17:58:51.665Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/297)
38852026-06-26T17:58:52.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-06-26T17:58:52.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-06-26T17:58:52.384Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-06-26T17:59:03.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38892026-06-26T17:59:03.396Z
38902026-06-26T17:59:03.397Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/297)
38912026-06-26T17:59:03.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-06-26T17:59:03.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-06-26T17:59:03.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-06-26T17:59:03.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38952026-06-26T17:59:03.927Z
38962026-06-26T17:59:03.927Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/297)
38972026-06-26T17:59:04.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-06-26T17:59:04.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-06-26T17:59:04.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-06-26T17:59:04.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39012026-06-26T17:59:04.460Z
39022026-06-26T17:59:04.460Zinfo: running `cargo check --bins` on range-requests (213/297)
39032026-06-26T17:59:04.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-06-26T17:59:04.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-06-26T17:59:04.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-06-26T17:59:04.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39072026-06-26T17:59:04.982Z
39082026-06-26T17:59:04.982Zinfo: running `cargo check --bins` on repo-depot-api (214/297)
39092026-06-26T17:59:05.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-06-26T17:59:05.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-06-26T17:59:05.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-06-26T17:59:05.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39132026-06-26T17:59:05.506Z
39142026-06-26T17:59:05.506Zinfo: running `cargo check --bins` on sled-agent-api (215/297)
39152026-06-26T17:59:05.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-06-26T17:59:05.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-06-26T17:59:05.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-06-26T17:59:05.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39192026-06-26T17:59:06.051Z
39202026-06-26T17:59:06.051Zinfo: running `cargo check --bins` on sled-diagnostics (216/297)
39212026-06-26T17:59:06.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-06-26T17:59:06.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-06-26T17:59:06.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-06-26T17:59:06.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39252026-06-26T17:59:06.598Z
39262026-06-26T17:59:06.598Zinfo: running `cargo check --bins` on zfs-test-harness (217/297)
39272026-06-26T17:59:07.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-06-26T17:59:07.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-06-26T17:59:07.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-06-26T17:59:07.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39312026-06-26T17:59:07.146Z
39322026-06-26T17:59:07.146Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/297)
39332026-06-26T17:59:07.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-06-26T17:59:07.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-06-26T17:59:07.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-06-26T17:59:07.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39372026-06-26T17:59:07.693Z
39382026-06-26T17:59:07.693Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/297)
39392026-06-26T17:59:08.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-06-26T17:59:08.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-06-26T17:59:08.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-06-26T17:59:08.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39432026-06-26T17:59:08.248Z
39442026-06-26T17:59:08.248Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/297)
39452026-06-26T17:59:08.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-06-26T17:59:08.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-06-26T17:59:08.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-06-26T17:59:08.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39492026-06-26T17:59:08.790Z
39502026-06-26T17:59:08.790Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/297)
39512026-06-26T17:59:09.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-06-26T17:59:09.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-06-26T17:59:09.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-06-26T17:59:09.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39552026-06-26T17:59:09.330Z
39562026-06-26T17:59:09.330Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/297)
39572026-06-26T17:59:09.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-06-26T17:59:09.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-06-26T17:59:09.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-06-26T17:59:09.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39612026-06-26T17:59:09.880Z
39622026-06-26T17:59:09.880Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/297)
39632026-06-26T17:59:10.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-06-26T17:59:10.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-06-26T17:59:10.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-06-26T17:59:10.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39672026-06-26T17:59:10.426Z
39682026-06-26T17:59:10.426Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/297)
39692026-06-26T17:59:10.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-06-26T17:59:10.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-06-26T17:59:10.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-06-26T17:59:10.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39732026-06-26T17:59:10.974Z
39742026-06-26T17:59:10.974Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/297)
39752026-06-26T17:59:11.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-06-26T17:59:11.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-06-26T17:59:11.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-06-26T17:59:11.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39792026-06-26T17:59:11.543Z
39802026-06-26T17:59:11.544Zinfo: running `cargo check --bins` on trust-quorum (226/297)
39812026-06-26T17:59:12.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-06-26T17:59:12.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-06-26T17:59:12.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-06-26T17:59:12.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39852026-06-26T17:59:12.091Z
39862026-06-26T17:59:12.091Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/297)
39872026-06-26T17:59:12.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-06-26T17:59:12.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-06-26T17:59:12.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-06-26T17:59:12.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39912026-06-26T17:59:12.652Z
39922026-06-26T17:59:12.652Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/297)
39932026-06-26T17:59:13.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-06-26T17:59:13.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-06-26T17:59:13.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-06-26T17:59:13.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39972026-06-26T17:59:13.228Z
39982026-06-26T17:59:13.228Zinfo: running `cargo check --bins` on update-common (229/297)
39992026-06-26T17:59:13.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-06-26T17:59:13.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-06-26T17:59:13.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-06-26T17:59:13.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40032026-06-26T17:59:13.757Z
40042026-06-26T17:59:13.757Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/297)
40052026-06-26T17:59:14.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-06-26T17:59:14.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-06-26T17:59:14.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-06-26T17:59:14.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40092026-06-26T17:59:14.334Z
40102026-06-26T17:59:14.334Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/297)
40112026-06-26T17:59:14.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-06-26T17:59:14.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-06-26T17:59:14.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-06-26T17:59:14.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40152026-06-26T17:59:14.840Z
40162026-06-26T17:59:14.841Zinfo: running `cargo check --bins` on reconfigurator-cli (232/297)
40172026-06-26T17:59:15.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-06-26T17:59:15.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-06-26T17:59:15.552Z Compiling fs-err v2.11.0
40202026-06-26T17:59:15.554Z Checking ignore v0.4.25
40212026-06-26T17:59:15.555Z Checking arc-swap v1.8.2
40222026-06-26T17:59:15.681Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40232026-06-26T17:59:15.684Z Checking predicates-tree v1.0.13
40242026-06-26T17:59:15.687Z Checking parse-size v1.1.0
40252026-06-26T17:59:15.707Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40262026-06-26T17:59:15.711Z Checking rand_seeder v0.4.0
40272026-06-26T17:59:15.773Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40282026-06-26T17:59:15.803Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40292026-06-26T17:59:15.853Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40302026-06-26T17:59:15.872Z Checking slog-scope v4.4.1
40312026-06-26T17:59:15.906Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40322026-06-26T17:59:15.994Z Compiling petname v2.0.2
40332026-06-26T17:59:16.007Z Checking slog-stdlog v4.1.1
40342026-06-26T17:59:16.020Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40352026-06-26T17:59:16.054Z Checking globwalk v0.9.1
40362026-06-26T17:59:16.094Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40372026-06-26T17:59:16.122Z Checking slog-envlogger v2.2.0
40382026-06-26T17:59:16.228Z Checking camino-tempfile-ext v0.3.3
40392026-06-26T17:59:16.271Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40402026-06-26T17:59:16.307Z Checking sapling-renderdag v0.1.0
40412026-06-26T17:59:16.420Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40422026-06-26T17:59:16.455Z Checking subprocess v0.2.15
40432026-06-26T17:59:16.545Z Checking sync-ptr v0.1.4
40442026-06-26T17:59:16.628Z Checking colored v2.2.0
40452026-06-26T17:59:16.659Z Checking assert_matches v1.5.0
40462026-06-26T17:59:16.735Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40472026-06-26T17:59:16.913Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-06-26T17:59:16.916Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40492026-06-26T17:59:17.631Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40502026-06-26T17:59:18.956Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40512026-06-26T17:59:21.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
40522026-06-26T17:59:21.317Z
40532026-06-26T17:59:21.317Zinfo: running `cargo check --bins` on omicron-repl-utils (233/297)
40542026-06-26T17:59:21.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-06-26T17:59:21.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-06-26T17:59:21.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-06-26T17:59:21.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40582026-06-26T17:59:21.826Z
40592026-06-26T17:59:21.826Zinfo: running `cargo check --bins` on transient-dns-server (234/297)
40602026-06-26T17:59:22.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-06-26T17:59:22.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-06-26T17:59:22.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-06-26T17:59:22.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40642026-06-26T17:59:22.363Z
40652026-06-26T17:59:22.363Zinfo: running `cargo check --bins` on nexus-test-interface (235/297)
40662026-06-26T17:59:22.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-06-26T17:59:22.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-06-26T17:59:22.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-06-26T17:59:22.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40702026-06-26T17:59:22.942Z
40712026-06-26T17:59:22.942Zinfo: running `cargo check --bins` on oximeter-collector (236/297)
40722026-06-26T17:59:23.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-06-26T17:59:23.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-06-26T17:59:23.607Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-06-26T17:59:23.607Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40762026-06-26T17:59:24.238Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40772026-06-26T17:59:25.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
40782026-06-26T17:59:25.999Z
40792026-06-26T17:59:25.999Zinfo: running `cargo check --bins` on oximeter-api (237/297)
40802026-06-26T17:59:26.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-26T17:59:26.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-26T17:59:26.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-06-26T17:59:26.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40842026-06-26T17:59:26.521Z
40852026-06-26T17:59:26.521Zinfo: running `cargo check --bins` on cert-dev (238/297)
40862026-06-26T17:59:26.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-06-26T17:59:26.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-06-26T17:59:27.065Z Checking yasna v0.5.2
40892026-06-26T17:59:27.462Z Checking rcgen v0.12.1
40902026-06-26T17:59:27.705Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40912026-06-26T17:59:27.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
40922026-06-26T17:59:28.036Z
40932026-06-26T17:59:28.036Zinfo: running `cargo check --bins` on clickana (239/297)
40942026-06-26T17:59:28.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-06-26T17:59:28.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-06-26T17:59:28.620Z Compiling darling_core v0.23.0
40972026-06-26T17:59:28.723Z Compiling instability v0.3.11
40982026-06-26T17:59:28.728Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40992026-06-26T17:59:28.731Z Checking castaway v0.2.4
41002026-06-26T17:59:28.734Z Compiling indoc v2.0.7
41012026-06-26T17:59:28.746Z Checking unicode-truncate v1.1.0
41022026-06-26T17:59:28.756Z Checking lru v0.12.5
41032026-06-26T17:59:28.758Z Checking cassowary v0.3.0
41042026-06-26T17:59:28.822Z Checking compact_str v0.8.1
41052026-06-26T17:59:30.024Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41062026-06-26T17:59:30.169Z Compiling darling_macro v0.23.0
41072026-06-26T17:59:30.198Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41082026-06-26T17:59:30.583Z Compiling darling v0.23.0
41092026-06-26T17:59:31.197Z Checking ratatui v0.29.0
41102026-06-26T17:59:32.242Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41112026-06-26T17:59:32.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
41122026-06-26T17:59:33.066Z
41132026-06-26T17:59:33.066Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/297)
41142026-06-26T17:59:33.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-06-26T17:59:33.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-06-26T17:59:33.722Z Checking headers-core v0.3.0
41172026-06-26T17:59:33.725Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41182026-06-26T17:59:33.911Z Checking headers v0.4.1
41192026-06-26T17:59:34.271Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41202026-06-26T17:59:35.119Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41212026-06-26T17:59:35.592Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41222026-06-26T17:59:35.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
41232026-06-26T17:59:36.170Z
41242026-06-26T17:59:36.170Zinfo: running `cargo check --bins` on ch-dev (241/297)
41252026-06-26T17:59:36.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-06-26T17:59:36.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-06-26T17:59:36.823Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41282026-06-26T17:59:37.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41292026-06-26T17:59:37.722Z
41302026-06-26T17:59:37.722Zinfo: running `cargo check --bins` on dev-tools-common (242/297)
41312026-06-26T17:59:38.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-06-26T17:59:38.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-06-26T17:59:38.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-06-26T17:59:38.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41352026-06-26T17:59:38.113Z
41362026-06-26T17:59:38.113Zinfo: running `cargo check --bins` on crdb-seed (243/297)
41372026-06-26T17:59:38.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-26T17:59:38.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-26T17:59:38.766Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-06-26T17:59:39.749Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41412026-06-26T17:59:40.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
41422026-06-26T17:59:40.253Z
41432026-06-26T17:59:40.253Zinfo: running `cargo check --bins` on db-dev (244/297)
41442026-06-26T17:59:40.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-06-26T17:59:40.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-06-26T17:59:40.904Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41472026-06-26T17:59:41.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41482026-06-26T17:59:41.810Z
41492026-06-26T17:59:41.810Zinfo: running `cargo check --bins` on omicron-dev-lib (245/297)
41502026-06-26T17:59:42.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-06-26T17:59:42.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-06-26T17:59:42.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-06-26T17:59:42.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41542026-06-26T17:59:42.380Z
41552026-06-26T17:59:42.380Zinfo: running `cargo check --bins` on xtask-downloader (246/297)
41562026-06-26T17:59:42.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-06-26T17:59:42.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-06-26T17:59:42.929Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41592026-06-26T17:59:43.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41602026-06-26T17:59:43.773Z
41612026-06-26T17:59:43.773Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/297)
41622026-06-26T17:59:44.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-06-26T17:59:44.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-06-26T17:59:44.459Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-26T17:59:44.459Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-06-26T17:59:44.462Z Checking git-stub v1.0.0
41672026-06-26T17:59:44.462Z Compiling trait-variant v0.1.2
41682026-06-26T17:59:44.580Z Checking maplit v1.0.2
41692026-06-26T17:59:44.583Z Checking is_ci v1.2.0
41702026-06-26T17:59:44.611Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41712026-06-26T17:59:44.614Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41722026-06-26T17:59:44.661Z Checking drift v0.2.0
41732026-06-26T17:59:44.686Z Checking supports-color v3.0.2
41742026-06-26T17:59:44.709Z Checking git-stub-vcs v0.1.0
41752026-06-26T17:59:44.787Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41762026-06-26T17:59:44.803Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41772026-06-26T17:59:44.819Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41782026-06-26T17:59:44.899Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41792026-06-26T17:59:45.004Z Checking dropshot-api-manager v0.7.2
41802026-06-26T17:59:45.026Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41812026-06-26T17:59:45.068Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41822026-06-26T17:59:45.100Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41832026-06-26T17:59:45.319Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41842026-06-26T17:59:45.819Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-06-26T17:59:46.790Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41862026-06-26T17:59:48.006Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41872026-06-26T17:59:48.585Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41882026-06-26T17:59:49.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
41892026-06-26T17:59:49.199Z
41902026-06-26T17:59:49.200Zinfo: running `cargo check --bins` on installinator-api (248/297)
41912026-06-26T17:59:49.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-06-26T17:59:49.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-06-26T17:59:49.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-06-26T17:59:49.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41952026-06-26T17:59:49.732Z
41962026-06-26T17:59:49.732Zinfo: running `cargo check --bins` on nexus-external-api (249/297)
41972026-06-26T17:59:50.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-06-26T17:59:50.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-06-26T17:59:50.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-06-26T17:59:50.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42012026-06-26T17:59:50.295Z
42022026-06-26T17:59:50.295Zinfo: running `cargo check --bins` on nexus-internal-api (250/297)
42032026-06-26T17:59:50.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-06-26T17:59:50.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-06-26T17:59:50.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-06-26T17:59:50.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42072026-06-26T17:59:50.859Z
42082026-06-26T17:59:50.859Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/297)
42092026-06-26T17:59:51.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-06-26T17:59:51.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-06-26T17:59:51.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-06-26T17:59:51.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42132026-06-26T17:59:51.423Z
42142026-06-26T17:59:51.423Zinfo: running `cargo check --bins` on ntp-admin-api (252/297)
42152026-06-26T17:59:51.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-06-26T17:59:51.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-06-26T17:59:51.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-06-26T17:59:51.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42192026-06-26T17:59:51.947Z
42202026-06-26T17:59:51.947Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/297)
42212026-06-26T17:59:52.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-06-26T17:59:52.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-06-26T17:59:52.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-06-26T17:59:52.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42252026-06-26T17:59:52.463Z
42262026-06-26T17:59:52.464Zinfo: running `cargo check --bins` on wicketd-api (254/297)
42272026-06-26T17:59:52.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-06-26T17:59:52.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-06-26T17:59:52.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-06-26T17:59:52.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42312026-06-26T17:59:53.012Z
42322026-06-26T17:59:53.012Zinfo: running `cargo check --bins` on omicron-ls-apis (255/297)
42332026-06-26T17:59:53.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-06-26T17:59:53.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-06-26T17:59:53.563Z Checking typeid v1.0.3
42362026-06-26T17:59:53.669Z Checking ordered-float v2.10.1
42372026-06-26T17:59:53.687Z Checking unicode-xid v0.2.6
42382026-06-26T17:59:53.698Z Checking cargo-platform v0.2.0
42392026-06-26T17:59:53.708Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42402026-06-26T17:59:53.733Z Checking erased-serde v0.4.9
42412026-06-26T17:59:53.870Z Checking serde-value v0.7.0
42422026-06-26T17:59:54.043Z Checking serde-untagged v0.1.9
42432026-06-26T17:59:54.195Z Checking cargo-util-schemas v0.8.2
42442026-06-26T17:59:54.874Z Checking cargo_metadata v0.21.0
42452026-06-26T17:59:55.473Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42462026-06-26T17:59:56.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
42472026-06-26T17:59:56.363Z
42482026-06-26T17:59:56.363Zinfo: running `cargo check --bins` on mgs-dev (256/297)
42492026-06-26T17:59:56.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-26T17:59:56.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-26T17:59:57.037Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42522026-06-26T17:59:57.643Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42532026-06-26T17:59:58.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42542026-06-26T17:59:58.317Z
42552026-06-26T17:59:58.317Zinfo: running `cargo check --bins` on omicron-omdb (257/297)
42562026-06-26T17:59:58.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-06-26T17:59:58.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-06-26T17:59:59.213Z Compiling vergen-lib v0.1.6
42592026-06-26T17:59:59.213Z Compiling diesel_derives v2.3.7
42602026-06-26T17:59:59.213Z Compiling dsl_auto_type v0.2.0
42612026-06-26T17:59:59.216Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-06-26T17:59:59.217Z Checking scheduled-thread-pool v0.2.7
42632026-06-26T17:59:59.217Z Compiling vergen-gitcl v1.0.8
42642026-06-26T17:59:59.217Z Compiling diesel_table_macro_syntax v0.3.0
42652026-06-26T17:59:59.364Z Compiling dirs-sys-next v0.1.2
42662026-06-26T17:59:59.490Z Compiling crunchy v0.2.4
42672026-06-26T17:59:59.542Z Compiling glob v0.3.3
42682026-06-26T17:59:59.589Z Compiling dirs-next v2.0.0
42692026-06-26T17:59:59.607Z Checking r2d2 v0.8.10
42702026-06-26T17:59:59.655Z Checking downcast-rs v2.0.2
42712026-06-26T17:59:59.707Z Compiling tiny-keccak v2.0.2
42722026-06-26T17:59:59.787Z Compiling term v0.7.0
42732026-06-26T17:59:59.851Z Compiling bit-vec v0.6.3
42742026-06-26T17:59:59.910Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42752026-06-26T17:59:59.924Z Compiling clang-sys v1.8.1
42762026-06-26T18:00:00.064Z Compiling ascii-canvas v3.0.0
42772026-06-26T18:00:00.091Z Compiling bit-set v0.5.3
42782026-06-26T18:00:00.252Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42792026-06-26T18:00:00.294Z Compiling itertools v0.10.5
42802026-06-26T18:00:00.309Z Compiling ena v0.14.4
42812026-06-26T18:00:00.324Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42822026-06-26T18:00:00.342Z Compiling libloading v0.8.9
42832026-06-26T18:00:00.357Z Compiling bindgen v0.71.1
42842026-06-26T18:00:00.394Z Compiling diff v0.1.13
42852026-06-26T18:00:00.514Z Compiling regex-syntax v0.6.29
42862026-06-26T18:00:00.679Z Compiling cexpr v0.6.0
42872026-06-26T18:00:00.798Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42882026-06-26T18:00:00.913Z Compiling rustc-hash v2.1.1
42892026-06-26T18:00:01.045Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42902026-06-26T18:00:01.165Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42912026-06-26T18:00:01.345Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42922026-06-26T18:00:01.374Z Compiling libxml v0.3.3
42932026-06-26T18:00:01.489Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42942026-06-26T18:00:01.611Z Compiling strum_macros v0.24.3
42952026-06-26T18:00:01.629Z Compiling indoc v1.0.9
42962026-06-26T18:00:02.076Z Compiling lalrpop v0.19.12
42972026-06-26T18:00:02.317Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42982026-06-26T18:00:02.510Z Checking derive_builder v0.20.2
42992026-06-26T18:00:02.611Z Compiling oso-derive v0.27.3
43002026-06-26T18:00:02.626Z Checking quick-xml v0.37.5
43012026-06-26T18:00:02.977Z Compiling impl-trait-for-tuples v0.2.3
43022026-06-26T18:00:03.146Z Checking openssl-probe v0.1.6
43032026-06-26T18:00:03.286Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43042026-06-26T18:00:03.573Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43052026-06-26T18:00:03.764Z Checking bb8 v0.8.6
43062026-06-26T18:00:04.046Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43072026-06-26T18:00:04.066Z Compiling libz-sys v1.1.24
43082026-06-26T18:00:04.211Z Checking nonempty v0.12.0
43092026-06-26T18:00:04.251Z Compiling strsim v0.10.0
43102026-06-26T18:00:04.381Z Compiling libgit2-sys v0.18.3+1.9.2
43112026-06-26T18:00:04.512Z Compiling darling_core v0.13.4
43122026-06-26T18:00:04.583Z Compiling vergen-git2 v9.1.0
43132026-06-26T18:00:04.661Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43142026-06-26T18:00:04.811Z Compiling base64 v0.21.7
43152026-06-26T18:00:04.848Z Compiling rustls v0.21.12
43162026-06-26T18:00:05.055Z Compiling ron v0.8.1
43172026-06-26T18:00:05.160Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-26T18:00:05.340Z Checking diesel v2.3.7
43192026-06-26T18:00:05.991Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43202026-06-26T18:00:06.135Z Checking sct v0.7.1
43212026-06-26T18:00:06.176Z Checking rustls-webpki v0.101.7
43222026-06-26T18:00:06.297Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43232026-06-26T18:00:06.378Z Compiling darling_macro v0.13.4
43242026-06-26T18:00:06.842Z Compiling darling v0.13.4
43252026-06-26T18:00:06.933Z Compiling serde_with_macros v1.5.2
43262026-06-26T18:00:07.541Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43272026-06-26T18:00:07.809Z Compiling serde_with v1.14.0
43282026-06-26T18:00:07.873Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43292026-06-26T18:00:08.979Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43302026-06-26T18:00:09.278Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43312026-06-26T18:00:09.643Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43322026-06-26T18:00:10.294Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-06-26T18:00:10.488Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43342026-06-26T18:00:10.556Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43352026-06-26T18:00:10.675Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43362026-06-26T18:00:10.724Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43372026-06-26T18:00:10.861Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43382026-06-26T18:00:10.883Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43392026-06-26T18:00:11.066Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43402026-06-26T18:00:11.111Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43412026-06-26T18:00:11.130Z Checking tokio-rustls v0.24.1
43422026-06-26T18:00:11.331Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43432026-06-26T18:00:11.918Z Checking rustls-pemfile v1.0.4
43442026-06-26T18:00:11.952Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43452026-06-26T18:00:12.061Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43462026-06-26T18:00:12.144Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43472026-06-26T18:00:12.244Z Checking twox-hash v2.1.2
43482026-06-26T18:00:12.517Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43492026-06-26T18:00:12.535Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43502026-06-26T18:00:12.571Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43512026-06-26T18:00:12.776Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43522026-06-26T18:00:12.931Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43532026-06-26T18:00:14.224Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43542026-06-26T18:00:14.265Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43552026-06-26T18:00:14.588Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43562026-06-26T18:00:14.891Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43572026-06-26T18:00:14.920Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43582026-06-26T18:00:15.104Z Checking console v0.16.2
43592026-06-26T18:00:15.416Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43602026-06-26T18:00:15.563Z Checking fatfs v0.3.6
43612026-06-26T18:00:15.866Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43622026-06-26T18:00:16.022Z Checking unit-prefix v0.5.2
43632026-06-26T18:00:16.157Z Compiling seq-macro v0.3.6
43642026-06-26T18:00:16.661Z Checking indicatif v0.18.4
43652026-06-26T18:00:17.088Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43662026-06-26T18:00:17.185Z Checking support-bundle-viewer v0.1.2
43672026-06-26T18:00:17.435Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43682026-06-26T18:00:17.661Z Checking multimap v0.10.1
43692026-06-26T18:00:23.334Z Checking async-bb8-diesel v0.2.1
43702026-06-26T18:00:23.689Z Checking diesel-dtrace v0.5.0
43712026-06-26T18:00:26.374Z Compiling samael v0.0.19
43722026-06-26T18:00:32.409Z Compiling git2 v0.20.4
43732026-06-26T18:00:33.349Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43742026-06-26T18:00:33.966Z Compiling polar-core v0.27.3
43752026-06-26T18:00:34.805Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43762026-06-26T18:00:38.511Z Checking oso v0.27.3
43772026-06-26T18:01:08.008Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43782026-06-26T18:02:21.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43792026-06-26T18:02:21.428Z
43802026-06-26T18:02:21.428Zinfo: running `cargo check --bins` on nexus-networking (258/297)
43812026-06-26T18:02:21.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-06-26T18:02:21.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-06-26T18:02:21.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-06-26T18:02:21.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43852026-06-26T18:02:22.047Z
43862026-06-26T18:02:22.047Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/297)
43872026-06-26T18:02:22.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-06-26T18:02:22.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-06-26T18:02:22.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-06-26T18:02:22.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43912026-06-26T18:02:22.625Z
43922026-06-26T18:02:22.625Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/297)
43932026-06-26T18:02:23.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-06-26T18:02:23.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-06-26T18:02:23.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-06-26T18:02:23.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43972026-06-26T18:02:23.217Z
43982026-06-26T18:02:23.217Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/297)
43992026-06-26T18:02:23.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-06-26T18:02:23.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-06-26T18:02:23.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-06-26T18:02:23.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44032026-06-26T18:02:23.716Z
44042026-06-26T18:02:23.716Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/297)
44052026-06-26T18:02:24.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-06-26T18:02:24.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-06-26T18:02:24.496Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44082026-06-26T18:02:25.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44092026-06-26T18:02:25.431Z
44102026-06-26T18:02:25.431Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/297)
44112026-06-26T18:02:25.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-06-26T18:02:25.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-06-26T18:02:26.193Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44142026-06-26T18:03:04.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.17s
44152026-06-26T18:03:04.796Z
44162026-06-26T18:03:04.797Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/297)
44172026-06-26T18:03:05.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-06-26T18:03:05.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-06-26T18:03:05.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-06-26T18:03:05.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44212026-06-26T18:03:05.312Z
44222026-06-26T18:03:05.312Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/297)
44232026-06-26T18:03:05.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-06-26T18:03:05.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-06-26T18:03:05.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-06-26T18:03:05.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44272026-06-26T18:03:05.822Z
44282026-06-26T18:03:05.822Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/297)
44292026-06-26T18:03:06.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-06-26T18:03:06.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-06-26T18:03:06.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-06-26T18:03:06.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44332026-06-26T18:03:06.389Z
44342026-06-26T18:03:06.389Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/297)
44352026-06-26T18:03:06.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-06-26T18:03:06.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-06-26T18:03:06.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-06-26T18:03:06.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44392026-06-26T18:03:06.975Z
44402026-06-26T18:03:06.975Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/297)
44412026-06-26T18:03:07.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-06-26T18:03:07.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-06-26T18:03:07.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-06-26T18:03:07.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44452026-06-26T18:03:07.560Z
44462026-06-26T18:03:07.560Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/297)
44472026-06-26T18:03:08.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-06-26T18:03:08.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-06-26T18:03:08.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-06-26T18:03:08.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44512026-06-26T18:03:08.129Z
44522026-06-26T18:03:08.129Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/297)
44532026-06-26T18:03:08.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-06-26T18:03:08.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-06-26T18:03:08.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-06-26T18:03:08.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44572026-06-26T18:03:08.708Z
44582026-06-26T18:03:08.708Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/297)
44592026-06-26T18:03:09.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-06-26T18:03:09.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-06-26T18:03:09.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-06-26T18:03:09.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44632026-06-26T18:03:09.288Z
44642026-06-26T18:03:09.288Zinfo: running `cargo check --bins` on support-bundle-collection (272/297)
44652026-06-26T18:03:09.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-06-26T18:03:09.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-06-26T18:03:09.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-06-26T18:03:09.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44692026-06-26T18:03:09.875Z
44702026-06-26T18:03:09.876Zinfo: running `cargo check --bins` on omicron-dev (273/297)
44712026-06-26T18:03:10.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-06-26T18:03:10.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-06-26T18:03:10.725Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44742026-06-26T18:03:10.730Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44752026-06-26T18:03:10.865Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44762026-06-26T18:03:10.885Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44772026-06-26T18:03:10.894Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44782026-06-26T18:03:10.899Z Checking diff v0.1.13
44792026-06-26T18:03:10.900Z Checking yansi v1.0.1
44802026-06-26T18:03:10.936Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44812026-06-26T18:03:11.040Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44822026-06-26T18:03:11.163Z Checking pretty_assertions v1.4.1
44832026-06-26T18:03:11.870Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44842026-06-26T18:03:11.967Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44852026-06-26T18:03:36.551Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44862026-06-26T18:03:36.554Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44872026-06-26T18:03:36.555Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44882026-06-26T18:03:36.555Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44892026-06-26T18:03:36.555Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44902026-06-26T18:03:36.555Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44912026-06-26T18:03:37.366Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44922026-06-26T18:03:37.369Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44932026-06-26T18:03:38.576Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44942026-06-26T18:04:16.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44952026-06-26T18:04:16.927Z
44962026-06-26T18:04:16.928Zinfo: running `cargo check --bins` on omicron-pins (274/297)
44972026-06-26T18:04:17.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-06-26T18:04:17.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-06-26T18:04:17.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-06-26T18:04:17.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45012026-06-26T18:04:17.444Z
45022026-06-26T18:04:17.444Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (275/297)
45032026-06-26T18:04:17.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-06-26T18:04:17.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-06-26T18:04:18.165Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45062026-06-26T18:04:18.283Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45072026-06-26T18:04:18.287Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45082026-06-26T18:04:45.314Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45092026-06-26T18:04:45.684Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45102026-06-26T18:04:47.409Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45112026-06-26T18:04:47.847Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45122026-06-26T18:04:50.839Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45132026-06-26T18:05:14.238Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45142026-06-26T18:05:14.930Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45152026-06-26T18:05:16.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.08s
45162026-06-26T18:05:16.729Z
45172026-06-26T18:05:16.729Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (276/297)
45182026-06-26T18:05:17.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-06-26T18:05:17.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-06-26T18:05:17.392Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45212026-06-26T18:05:18.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45222026-06-26T18:05:18.239Z
45232026-06-26T18:05:18.239Zinfo: running `cargo check --bins` on omicron-releng (277/297)
45242026-06-26T18:05:18.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-06-26T18:05:18.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-06-26T18:05:18.837Z Compiling blake3 v1.8.5
45272026-06-26T18:05:18.942Z Checking constant_time_eq v0.4.2
45282026-06-26T18:05:18.945Z Checking arrayref v0.3.9
45292026-06-26T18:05:18.945Z Checking arrayvec v0.7.6
45302026-06-26T18:05:18.959Z Checking topological-sort v0.2.2
45312026-06-26T18:05:18.962Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45322026-06-26T18:05:18.962Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45332026-06-26T18:05:18.962Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45342026-06-26T18:05:18.999Z Checking shell-words v1.1.1
45352026-06-26T18:05:19.830Z Checking omicron-zone-package v0.12.2
45362026-06-26T18:05:20.544Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45372026-06-26T18:05:21.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
45382026-06-26T18:05:21.597Z
45392026-06-26T18:05:21.597Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (278/297)
45402026-06-26T18:05:22.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-06-26T18:05:22.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-06-26T18:05:22.184Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45432026-06-26T18:05:22.501Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45442026-06-26T18:05:22.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45452026-06-26T18:05:23.061Z
45462026-06-26T18:05:23.061Zinfo: running `cargo check --bins` on schema (279/297)
45472026-06-26T18:05:23.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-06-26T18:05:23.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-06-26T18:05:23.731Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45502026-06-26T18:05:24.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45512026-06-26T18:05:24.582Z
45522026-06-26T18:05:24.582Zinfo: running `cargo check --bins` on xtask (280/297)
45532026-06-26T18:05:24.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-06-26T18:05:24.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-06-26T18:05:24.969Z Checking libc v0.2.185
45562026-06-26T18:05:25.251Z Checking serde v1.0.228
45572026-06-26T18:05:25.257Z Checking zerofrom v0.1.6
45582026-06-26T18:05:25.257Z Checking bitflags v2.11.0
45592026-06-26T18:05:25.257Z Checking smallvec v1.15.1
45602026-06-26T18:05:25.257Z Checking indexmap v2.14.0
45612026-06-26T18:05:25.257Z Checking serde_json v1.0.149
45622026-06-26T18:05:25.257Z Checking scroll v0.12.0
45632026-06-26T18:05:25.257Z Checking yoke v0.8.1
45642026-06-26T18:05:25.257Z Checking num-traits v0.2.19
45652026-06-26T18:05:25.257Z Checking thiserror v1.0.69
45662026-06-26T18:05:25.298Z Checking percent-encoding v2.3.2
45672026-06-26T18:05:25.308Z Checking zerovec v0.11.5
45682026-06-26T18:05:25.317Z Checking zerotrie v0.2.3
45692026-06-26T18:05:25.326Z Checking errno v0.3.14
45702026-06-26T18:05:25.433Z Checking log v0.4.29
45712026-06-26T18:05:25.436Z Checking toml_datetime v0.6.11
45722026-06-26T18:05:25.451Z Checking rustix v1.1.3
45732026-06-26T18:05:25.552Z Checking serde_spanned v0.6.9
45742026-06-26T18:05:25.579Z Checking zerocopy v0.7.35
45752026-06-26T18:05:25.589Z Checking goblin v0.8.2
45762026-06-26T18:05:25.614Z Checking form_urlencoded v1.2.2
45772026-06-26T18:05:25.671Z Checking toml_edit v0.22.27
45782026-06-26T18:05:25.684Z Checking getrandom v0.4.1
45792026-06-26T18:05:25.711Z Checking ordered-float v2.10.1
45802026-06-26T18:05:25.739Z Checking thiserror v2.0.18
45812026-06-26T18:05:25.742Z Checking tinystr v0.8.2
45822026-06-26T18:05:25.809Z Checking potential_utf v0.1.4
45832026-06-26T18:05:25.834Z Checking syn v2.0.117
45842026-06-26T18:05:25.919Z Checking icu_locale_core v2.1.1
45852026-06-26T18:05:25.929Z Checking serde-value v0.7.0
45862026-06-26T18:05:25.939Z Checking icu_collections v2.1.1
45872026-06-26T18:05:26.072Z Checking dtrace-parser v0.2.0
45882026-06-26T18:05:26.127Z Checking thread-id v4.2.2
45892026-06-26T18:05:26.205Z Checking once_cell v1.21.3
45902026-06-26T18:05:26.254Z Checking terminal_size v0.4.3
45912026-06-26T18:05:26.257Z Checking cargo-platform v0.2.0
45922026-06-26T18:05:26.309Z Checking memmap v0.7.0
45932026-06-26T18:05:26.417Z Checking clap_builder v4.6.0
45942026-06-26T18:05:26.421Z Checking tempfile v3.25.0
45952026-06-26T18:05:26.434Z Checking textwrap v0.16.2
45962026-06-26T18:05:26.446Z Checking fs-err v3.3.0
45972026-06-26T18:05:26.472Z Checking icu_provider v2.1.1
45982026-06-26T18:05:26.574Z Checking camino-tempfile v1.4.1
45992026-06-26T18:05:26.618Z Checking anyhow v1.0.102
46002026-06-26T18:05:26.639Z Checking tabled v0.15.0
46012026-06-26T18:05:26.711Z Checking icu_normalizer v2.1.1
46022026-06-26T18:05:26.727Z Checking icu_properties v2.1.2
46032026-06-26T18:05:26.798Z Checking toml v0.8.23
46042026-06-26T18:05:26.815Z Checking macaddr v1.0.1
46052026-06-26T18:05:26.991Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46062026-06-26T18:05:27.111Z Checking cargo_toml v0.21.0
46072026-06-26T18:05:27.484Z Checking dof v0.3.0
46082026-06-26T18:05:27.534Z Checking idna_adapter v1.2.1
46092026-06-26T18:05:27.584Z Checking clap v4.6.1
46102026-06-26T18:05:27.648Z Checking idna v1.1.0
46112026-06-26T18:05:27.761Z Checking usdt-impl v0.5.0
46122026-06-26T18:05:27.873Z Checking url v2.5.8
46132026-06-26T18:05:28.012Z Checking usdt v0.5.0
46142026-06-26T18:05:28.218Z Checking cargo-util-schemas v0.8.2
46152026-06-26T18:05:28.897Z Checking cargo_metadata v0.21.0
46162026-06-26T18:05:29.500Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46172026-06-26T18:05:29.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
46182026-06-26T18:05:30.013Z
46192026-06-26T18:05:30.013Zinfo: running `cargo check --bins` on dnsadm (281/297)
46202026-06-26T18:05:30.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-06-26T18:05:30.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-06-26T18:05:30.592Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46232026-06-26T18:05:31.068Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46242026-06-26T18:05:31.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46252026-06-26T18:05:31.599Z
46262026-06-26T18:05:31.600Zinfo: running `cargo check --bins` on end-to-end-tests (282/297)
46272026-06-26T18:05:32.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-06-26T18:05:32.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-06-26T18:05:32.335Z Checking polyval v0.6.2
46302026-06-26T18:05:32.454Z Checking ctr v0.9.2
46312026-06-26T18:05:32.463Z Checking ssh-encoding v0.2.0
46322026-06-26T18:05:32.463Z Checking blowfish v0.9.1
46332026-06-26T18:05:32.481Z Checking password-hash v0.4.2
46342026-06-26T18:05:32.495Z Checking p256 v0.13.2
46352026-06-26T18:05:32.495Z Checking p521 v0.13.3
46362026-06-26T18:05:32.520Z Checking russh-cryptovec v0.7.3
46372026-06-26T18:05:32.591Z Checking ghash v0.5.1
46382026-06-26T18:05:32.604Z Checking bcrypt-pbkdf v0.10.0
46392026-06-26T18:05:32.607Z Checking md5 v0.7.0
46402026-06-26T18:05:32.633Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46412026-06-26T18:05:32.655Z Checking num-bigint v0.4.6
46422026-06-26T18:05:32.697Z Checking pbkdf2 v0.11.0
46432026-06-26T18:05:32.713Z Checking aes-gcm v0.10.3
46442026-06-26T18:05:32.738Z Checking des v0.8.1
46452026-06-26T18:05:32.759Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46462026-06-26T18:05:32.777Z Checking hex-literal v0.4.1
46472026-06-26T18:05:32.861Z Checking ssh-cipher v0.2.0
46482026-06-26T18:05:32.874Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46492026-06-26T18:05:32.878Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46502026-06-26T18:05:32.887Z Checking internet-checksum v0.2.1
46512026-06-26T18:05:33.021Z Checking ssh-key v0.6.7
46522026-06-26T18:05:33.115Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46532026-06-26T18:05:33.657Z Checking russh-keys v0.45.0
46542026-06-26T18:05:34.200Z Checking russh v0.45.0
46552026-06-26T18:05:50.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.04s
46562026-06-26T18:05:50.837Z
46572026-06-26T18:05:50.837Zinfo: running `cargo check --bins` on gateway-cli (283/297)
46582026-06-26T18:05:51.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-06-26T18:05:51.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-06-26T18:05:51.417Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46612026-06-26T18:05:51.520Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46622026-06-26T18:05:51.527Z Checking termios v0.3.3
46632026-06-26T18:05:52.738Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46642026-06-26T18:05:52.882Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46652026-06-26T18:05:54.542Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46662026-06-26T18:05:55.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
46672026-06-26T18:05:55.269Z
46682026-06-26T18:05:55.269Zinfo: running `cargo check --bins --no-default-features` on installinator (284/297)
46692026-06-26T18:05:55.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-06-26T18:05:55.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-06-26T18:05:55.917Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46722026-06-26T18:05:55.920Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46732026-06-26T18:05:56.034Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46742026-06-26T18:05:56.034Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46752026-06-26T18:05:56.045Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46762026-06-26T18:05:56.053Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46772026-06-26T18:05:56.790Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46782026-06-26T18:05:57.112Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46792026-06-26T18:05:57.115Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46802026-06-26T18:05:57.741Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46812026-06-26T18:05:59.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
46822026-06-26T18:05:59.538Z
46832026-06-26T18:05:59.538Zinfo: running `cargo check --bins` on internal-dns-cli (285/297)
46842026-06-26T18:05:59.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-06-26T18:05:59.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-06-26T18:06:00.108Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46872026-06-26T18:06:00.546Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46882026-06-26T18:06:00.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46892026-06-26T18:06:01.018Z
46902026-06-26T18:06:01.018Zinfo: running `cargo check --bins` on omicron-live-tests (286/297)
46912026-06-26T18:06:01.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-06-26T18:06:01.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-06-26T18:06:01.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-06-26T18:06:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46952026-06-26T18:06:01.529Z
46962026-06-26T18:06:01.529Zinfo: running `cargo check --bins` on live-tests-macros (287/297)
46972026-06-26T18:06:01.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-06-26T18:06:01.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-06-26T18:06:01.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-06-26T18:06:01.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47012026-06-26T18:06:02.039Z
47022026-06-26T18:06:02.040Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (288/297)
47032026-06-26T18:06:02.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-06-26T18:06:02.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-06-26T18:06:02.730Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47062026-06-26T18:06:03.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
47072026-06-26T18:06:03.484Z
47082026-06-26T18:06:03.484Zinfo: running `cargo check --bins` on omicron-ntp-admin (289/297)
47092026-06-26T18:06:03.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-26T18:06:03.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-26T18:06:04.075Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47122026-06-26T18:06:04.078Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47132026-06-26T18:06:04.343Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47142026-06-26T18:06:04.343Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47152026-06-26T18:06:05.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47162026-06-26T18:06:05.289Z
47172026-06-26T18:06:05.289Zinfo: running `cargo check --bins` on ntp-admin-types (290/297)
47182026-06-26T18:06:05.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-06-26T18:06:05.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-06-26T18:06:05.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-06-26T18:06:05.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47222026-06-26T18:06:05.799Z
47232026-06-26T18:06:05.799Zinfo: running `cargo check --bins` on omicron-package (291/297)
47242026-06-26T18:06:06.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-06-26T18:06:06.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-06-26T18:06:06.417Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47272026-06-26T18:06:07.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47282026-06-26T18:06:07.655Z
47292026-06-26T18:06:07.655Zinfo: running `cargo check --bins` on tqdb (292/297)
47302026-06-26T18:06:08.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-06-26T18:06:08.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-06-26T18:06:08.367Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47332026-06-26T18:06:08.714Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47342026-06-26T18:06:09.224Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47352026-06-26T18:06:09.224Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47362026-06-26T18:06:15.179Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47372026-06-26T18:06:15.179Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47382026-06-26T18:06:15.751Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47392026-06-26T18:06:15.751Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47402026-06-26T18:06:15.754Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47412026-06-26T18:06:15.754Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47422026-06-26T18:06:16.559Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47432026-06-26T18:06:17.519Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47442026-06-26T18:06:18.307Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47452026-06-26T18:06:18.913Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47462026-06-26T18:06:23.679Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47472026-06-26T18:06:30.304Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47482026-06-26T18:06:30.308Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47492026-06-26T18:06:30.308Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47502026-06-26T18:06:30.308Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47512026-06-26T18:06:31.777Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47522026-06-26T18:06:33.093Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47532026-06-26T18:06:33.756Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47542026-06-26T18:06:34.965Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47552026-06-26T18:06:35.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.83s
47562026-06-26T18:06:35.692Z
47572026-06-26T18:06:35.692Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47582026-06-26T18:06:36.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-06-26T18:06:36.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-06-26T18:06:36.344Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47612026-06-26T18:06:36.347Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47622026-06-26T18:06:36.347Z Checking rtoolbox v0.0.3
47632026-06-26T18:06:36.466Z Checking tui-tree-widget v0.23.1
47642026-06-26T18:06:36.557Z Checking rpassword v7.4.0
47652026-06-26T18:06:37.624Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47662026-06-26T18:06:40.718Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47672026-06-26T18:06:42.595Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47682026-06-26T18:06:43.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
47692026-06-26T18:06:43.659Z
47702026-06-26T18:06:43.659Zinfo: running `cargo check --bins` on wicket (294/297)
47712026-06-26T18:06:44.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-06-26T18:06:44.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-06-26T18:06:44.291Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47742026-06-26T18:06:44.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
47752026-06-26T18:06:44.810Z
47762026-06-26T18:06:44.810Zinfo: running `cargo check --bins` on wicketd (295/297)
47772026-06-26T18:06:45.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-06-26T18:06:45.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-06-26T18:06:45.468Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47802026-06-26T18:06:45.471Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47812026-06-26T18:06:45.471Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47822026-06-26T18:06:45.471Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47832026-06-26T18:06:46.454Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47842026-06-26T18:06:47.029Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47852026-06-26T18:06:50.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
47862026-06-26T18:06:50.245Z
47872026-06-26T18:06:50.246Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
47882026-06-26T18:06:50.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-06-26T18:06:50.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-06-26T18:06:50.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47912026-06-26T18:06:50.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47922026-06-26T18:06:50.756Z
47932026-06-26T18:06:50.757Zinfo: running `cargo check --bins` on zone-setup (297/297)
47942026-06-26T18:06:51.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-06-26T18:06:51.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-06-26T18:06:51.382Z Checking uzers v0.12.2
47972026-06-26T18:06:51.634Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47982026-06-26T18:06:52.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
47992026-06-26T18:06:52.578Z
48002026-06-26T18:06:52.578Zreal 13:50.349228854
48012026-06-26T18:06:52.578Zuser 20:55.699951788
48022026-06-26T18:06:52.578Zsys 4:07.074304144
48032026-06-26T18:06:52.578Ztrap 0.336998162
48042026-06-26T18:06:52.578Ztflt 0.789681004
48052026-06-26T18:06:52.578Zdflt 1.087252788
48062026-06-26T18:06:52.578Zkflt 0.005018889
48072026-06-26T18:06:52.584Zlock 1:16:13.214388653
48082026-06-26T18:06:52.584Zslp 1:40:27.049473784
48092026-06-26T18:06:52.584Zlat 53.029749572
48102026-06-26T18:06:52.584Zstop 3:13.978302620
48112026-06-26T18:06:52.584Zprocess exited: duration 957317 ms, exit code 0
 
48122026-06-26T18:06:52.595Zfound 0 output files