01KJDBGRNW2Y765VMQ1081SHJA: check-features (helios)

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

Buildomat Job: 01KJDBH43BBT0MGFN3B6EB2VYP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-26T16:12:19.880Zjob assigned to worker 01KJDBH5NTFQWY2VP79998Z49M [factory gimlet-EVT22200007-propolis, EVT22200007/59484] (queued for 27 s)
 
22026-02-26T16:12:28.905Zstarting task 0: "setup"
32026-02-26T16:12:28.929Z++ uname -s
42026-02-26T16:12:28.929Z+ kern=SunOS
52026-02-26T16:12:28.929Z+ build_user=build
62026-02-26T16:12:28.929Z+ build_uid=12345
72026-02-26T16:12:28.929Z+ work_dir=/work
82026-02-26T16:12:28.929Z+ input_dir=/input
92026-02-26T16:12:28.929Z+ [[ 0 == 12345 ]]
102026-02-26T16:12:28.929Z+ case "$kern" in
112026-02-26T16:12:28.929Z+ groupadd -g 12345 build
122026-02-26T16:12:28.930Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-26T16:12:30.930Z+ zfs create -o mountpoint=/work rpool/work
142026-02-26T16:12:30.968Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-26T16:12:30.992Z+ home_fs=zfs
162026-02-26T16:12:30.993Z+ [[ zfs == autofs ]]
172026-02-26T16:12:30.993Z+ mkdir -p /home/build
182026-02-26T16:12:30.993Z+ chown build:build /home/build /work
192026-02-26T16:12:32.976Z+ chmod 0700 /home/build /work
202026-02-26T16:12:33.001Zprocess exited: duration 4074 ms, exit code 0
 
212026-02-26T16:12:33.054Zstarting task 1: "rust-toolchain"
222026-02-26T16:12:33.079Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-26T16:12:33.079Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-26T16:12:33.079Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-26T16:12:33.079Z * rust toolchain channel = "1.91.1"
262026-02-26T16:12:33.079Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-26T16:12:33.079Z * rust toolchain profile = "default"
282026-02-26T16:12:33.079Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-26T16:12:33.079Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-26T16:12:33.201Zinfo: downloading installer
312026-02-26T16:12:33.889Zwarn: It looks like you have an existing installation of Rust at:
322026-02-26T16:12:33.889Zwarn: /opt/ooce/bin
332026-02-26T16:12:33.889Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-26T16:12:33.889Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-26T16:12:33.889Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-26T16:12:33.889Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-26T16:12:33.889Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-26T16:12:33.889Zerror: cannot install while Rust is installed
392026-02-26T16:12:33.889Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-26T16:12:33.939Zinfo: profile set to 'default'
412026-02-26T16:12:33.939Zinfo: default host triple is x86_64-unknown-illumos
422026-02-26T16:12:33.939Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-26T16:12:34.032Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-26T16:12:34.032Zinfo: downloading component 'cargo'
452026-02-26T16:12:34.269Zinfo: downloading component 'clippy'
462026-02-26T16:12:34.358Zinfo: downloading component 'rust-docs'
472026-02-26T16:12:34.647Zinfo: downloading component 'rust-std'
482026-02-26T16:12:35.128Zinfo: downloading component 'rustc'
492026-02-26T16:12:39.493Zinfo: downloading component 'rustfmt'
502026-02-26T16:12:39.588Zinfo: installing component 'cargo'
512026-02-26T16:12:40.791Zinfo: installing component 'clippy'
522026-02-26T16:12:41.250Zinfo: installing component 'rust-docs'
532026-02-26T16:12:44.507Zinfo: installing component 'rust-std'
542026-02-26T16:12:46.663Zinfo: installing component 'rustc'
552026-02-26T16:12:54.910Zinfo: installing component 'rustfmt'
562026-02-26T16:12:55.295Z
572026-02-26T16:12:55.295Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
582026-02-26T16:12:55.452Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-26T16:12:55.452Z
602026-02-26T16:12:55.476Z
612026-02-26T16:12:55.476ZRust is installed now. Great!
622026-02-26T16:12:55.476Z
632026-02-26T16:12:55.476ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-26T16:12:55.476Zenvironment variable. This has not been done automatically.
652026-02-26T16:12:55.476Z
662026-02-26T16:12:55.476ZTo configure your current shell, you need to source
672026-02-26T16:12:55.476Zthe corresponding env file under $HOME/.cargo.
682026-02-26T16:12:55.477Z
692026-02-26T16:12:55.477ZThis is usually done by running one of the following (note the leading DOT):
702026-02-26T16:12:55.477Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-26T16:12:55.477Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-26T16:12:55.477Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-26T16:12:55.589Z+ rustup --version
742026-02-26T16:12:55.613Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-26T16:12:55.613Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-26T16:12:55.708Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-26T16:12:55.733Z+ cargo --version
782026-02-26T16:12:55.807Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-26T16:12:55.831Z+ rustc --version
802026-02-26T16:12:55.904Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-26T16:12:55.928Zprocess exited: duration 22857 ms, exit code 0
 
822026-02-26T16:12:55.977Zstarting task 2: "authentication"
832026-02-26T16:12:56.028Zprocess exited: duration 50 ms, exit code 0
 
842026-02-26T16:12:56.080Zstarting task 3: "clone repository"
852026-02-26T16:12:56.105Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-26T16:12:56.105Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-26T16:12:56.130ZCloning into '/work/oxidecomputer/omicron'...
882026-02-26T16:13:22.960Z+ cd /work/oxidecomputer/omicron
892026-02-26T16:13:22.960Z+ git fetch origin 889deabbf7d820f01adc6593ba2b00d7da64710f
902026-02-26T16:13:22.985ZFrom https://github.com/oxidecomputer/omicron
912026-02-26T16:13:22.985Z * branch 889deabbf7d820f01adc6593ba2b00d7da64710f -> FETCH_HEAD
922026-02-26T16:13:22.985Z+ [[ -n '' ]]
932026-02-26T16:13:22.985Z+ git reset --hard 889deabbf7d820f01adc6593ba2b00d7da64710f
942026-02-26T16:13:23.354ZHEAD is now at 889deabbf EarlyNetworkSetupError: stop duplicate log output on DnsResolver variant
952026-02-26T16:13:23.381Zprocess exited: duration 27279 ms, exit code 0
 
962026-02-26T16:13:23.437Zstarting task 4: "build"
972026-02-26T16:13:23.462Z+ source .github/buildomat/ci-env.sh
982026-02-26T16:13:23.462Z++ export CARGO_TERM_COLOR=always
992026-02-26T16:13:23.462Z++ CARGO_TERM_COLOR=always
1002026-02-26T16:13:23.462Z+ cargo --version
1012026-02-26T16:13:23.530Zcargo 1.91.1 (ea2d97820 2025-10-10)
1022026-02-26T16:13:23.555Z+ rustc --version
1032026-02-26T16:13:23.637Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1042026-02-26T16:13:23.662Z+ source ./env.sh
1052026-02-26T16:13:23.662Z++ OLD_SHELL_OPTS=ehxB
1062026-02-26T16:13:23.662Z++ set -o xtrace
1072026-02-26T16:13:23.662Z++++ dirname ./env.sh
1082026-02-26T16:13:23.662Z+++ readlink -f .
1092026-02-26T16:13:23.662Z++ OMICRON_WS=/work/oxidecomputer/omicron
1102026-02-26T16:13:23.662Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-02-26T16:13:23.662Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-02-26T16:13:23.662Z++ 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
1132026-02-26T16:13:23.662Z++ 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
1142026-02-26T16:13:23.662Z++ 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
1152026-02-26T16:13:23.662Z++ 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
1162026-02-26T16:13:23.662Z++ 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
1172026-02-26T16:13:23.662Z++ 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
1182026-02-26T16:13:23.662Z++ case $OLD_SHELL_OPTS in
1192026-02-26T16:13:23.662Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-02-26T16:13:23.662Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1212026-02-26T16:13:23.662Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1222026-02-26T16:13:23.662Z+ banner prerequisites
1232026-02-26T16:13:23.662Z
1242026-02-26T16:13:23.662Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-02-26T16:13:23.662Z # # # # # # # # # # # # # # #
1262026-02-26T16:13:23.662Z # # # # ##### # # ##### # # # # # #### #
1272026-02-26T16:13:23.662Z ##### ##### # ##### # # # # # # # # #
1282026-02-26T16:13:23.662Z # # # # # # # # # # # # # # #
1292026-02-26T16:13:23.663Z # # # ###### # # ###### ### # #### # #### #
1302026-02-26T16:13:23.663Z
1312026-02-26T16:13:23.663Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-02-26T16:13:43.012Z Startup: Refreshing catalog 'helios-dev' ... Done
1332026-02-26T16:13:55.439Z Startup: Caching catalogs ... Done
1342026-02-26T16:14:23.647ZPlanning: Solver setup ... Done (25.972s)
1352026-02-26T16:14:23.840ZPlanning: Running solver ... Done (0.193s)
1362026-02-26T16:14:24.002ZPlanning: Finding local manifests ... Done (0.002s)
1372026-02-26T16:14:24.081ZPlanning: Fetching manifests: 0/4 0% complete
1382026-02-26T16:14:24.512ZPlanning: Fetching manifests: 4/4 100% complete
1392026-02-26T16:14:24.569ZPlanning: Package planning ... Done (0.057s)
1402026-02-26T16:14:24.628ZPlanning: Merging actions ... Done (0.059s)
1412026-02-26T16:14:24.944ZPlanning: Checking for conflicting actions ... Done (0.316s)
1422026-02-26T16:14:24.969ZPlanning: Consolidating action changes ... Done (0.013s)
1432026-02-26T16:14:25.612ZPlanning: Evaluating mediators ... Done (0.654s)
1442026-02-26T16:14:25.637ZPlanning: Planning completed in 30.07 seconds
1452026-02-26T16:14:25.662Z Packages to install: 4
1462026-02-26T16:14:25.662Z Mediators to change: 2
1472026-02-26T16:14:25.662Z Services to change: 1
1482026-02-26T16:14:25.662Z Estimated space available: 154.93 GB
1492026-02-26T16:14:25.662ZEstimated space to be consumed: 1.81 GB
1502026-02-26T16:14:25.662Z Create boot environment: No
1512026-02-26T16:14:25.662ZCreate backup boot environment: No
1522026-02-26T16:14:25.662Z Rebuild boot archive: No
1532026-02-26T16:14:25.662Z
1542026-02-26T16:14:25.662ZChanged mediators:
1552026-02-26T16:14:25.662Z mediator clang:
1562026-02-26T16:14:25.662Z version: None -> 15 (system default)
1572026-02-26T16:14:25.662Z
1582026-02-26T16:14:25.662Z mediator llvm:
1592026-02-26T16:14:25.662Z version: 14 (system default) -> 15 (system default)
1602026-02-26T16:14:25.663Z
1612026-02-26T16:14:25.663ZChanged packages:
1622026-02-26T16:14:25.663Zhelios-dev
1632026-02-26T16:14:25.663Z developer/build-essential
1642026-02-26T16:14:25.663Z None -> 11-2.0
1652026-02-26T16:14:25.663Z library/libxmlsec1
1662026-02-26T16:14:25.663Z None -> 1.2.35-2.0
1672026-02-26T16:14:25.663Z ooce/developer/clang-15
1682026-02-26T16:14:25.663Z None -> 15.0.7-2.0
1692026-02-26T16:14:25.663Z ooce/developer/llvm-15
1702026-02-26T16:14:25.663Z None -> 15.0.7-2.0
1712026-02-26T16:14:25.663Z
1722026-02-26T16:14:25.663ZServices:
1732026-02-26T16:14:25.663Z restart_fmri:
1742026-02-26T16:14:25.663Z svc:/system/update-man-index:default
1752026-02-26T16:14:25.705Z
1762026-02-26T16:14:25.705ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1772026-02-26T16:14:30.732ZDownload: 1194/3290 items 78.6/212.6MB 36% complete (15.8M/s)
1782026-02-26T16:14:35.740ZDownload: 2218/3290 items 119.2/212.6MB 56% complete (12.2M/s)
1792026-02-26T16:14:41.158ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (12.0M/s)
1802026-02-26T16:14:46.159ZDownload: 3188/3290 items 145.0/212.6MB 68% complete (2.6M/s)
1812026-02-26T16:14:51.159ZDownload: 3248/3290 items 198.3/212.6MB 93% complete (7.8M/s)
1822026-02-26T16:14:53.967ZDownload: Completed 212.60 MB in 28.26 seconds (7.5M/s)
1832026-02-26T16:14:54.126Z Actions: 1/3689 actions (Installing new actions)
1842026-02-26T16:14:59.128Z Actions: 3464/3689 actions (Installing new actions)
1852026-02-26T16:15:00.033Z Actions: Completed 3689 actions in 5.91 seconds.
1862026-02-26T16:15:00.699Z Done (0.660s)
1872026-02-26T16:15:00.699Z Done (0.000s)
1882026-02-26T16:15:02.048Z Done (1.349s)
1892026-02-26T16:15:06.787Z Done (4.479s)
1902026-02-26T16:15:06.883Z Done (0.020s)
1912026-02-26T16:15:06.908Z Done (0.000s)
1922026-02-26T16:15:07.062Z Done (0.000s)
1932026-02-26T16:15:08.066ZPlanning: Evaluating mediator changes ... Done
1942026-02-26T16:15:08.267ZPlanning: Checking for conflicting actions ... Done
1952026-02-26T16:15:08.293ZPlanning: Consolidating action changes ... Done
1962026-02-26T16:15:08.597ZPlanning: Evaluating mediators ... Done
1972026-02-26T16:15:08.622ZPlanning: Planning completed in 0.53 seconds
1982026-02-26T16:15:08.646Z Mediators to change: 2
1992026-02-26T16:15:08.646Z Create boot environment: No
2002026-02-26T16:15:08.646ZCreate backup boot environment: No
2012026-02-26T16:15:08.695Z Done
2022026-02-26T16:15:08.695Z Done
2032026-02-26T16:15:09.684Z Done
2042026-02-26T16:15:14.174Z Done
2052026-02-26T16:15:14.268Z Done
2062026-02-26T16:15:14.268Z Done
2072026-02-26T16:15:14.322Z Done
2082026-02-26T16:15:15.027ZPlanning: Evaluating mediator changes ... Done
2092026-02-26T16:15:15.051ZPlanning: Merging actions ... Done
2102026-02-26T16:15:15.255ZPlanning: Checking for conflicting actions ... Done
2112026-02-26T16:15:15.280ZPlanning: Consolidating action changes ... Done
2122026-02-26T16:15:15.569ZPlanning: Evaluating mediators ... Done
2132026-02-26T16:15:15.637ZPlanning: Planning completed in 0.89 seconds
2142026-02-26T16:15:15.677Z Packages to change: 1
2152026-02-26T16:15:15.677Z Mediators to change: 1
2162026-02-26T16:15:15.677Z Services to change: 1
2172026-02-26T16:15:15.677Z Create boot environment: No
2182026-02-26T16:15:15.677ZCreate backup boot environment: Yes
2192026-02-26T16:15:17.655Z Actions: 1/6 actions (Updating modified actions)
2202026-02-26T16:15:17.680Z Actions: Completed 6 actions in 0.00 seconds.
2212026-02-26T16:15:17.680Z Done
2222026-02-26T16:15:17.680Z Done
2232026-02-26T16:15:17.914Z Done
2242026-02-26T16:15:22.232Z Done
2252026-02-26T16:15:22.326Z Done
2262026-02-26T16:15:22.351Z Done
2272026-02-26T16:15:22.443Z Done
2282026-02-26T16:15:22.965ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-02-26T16:15:22.966Zclang system 15 system
2302026-02-26T16:15:22.966Zcsh system system illumos
2312026-02-26T16:15:22.966Zctags system system illumos
2322026-02-26T16:15:22.966Zfile system system illumos
2332026-02-26T16:15:22.966Zgcc vendor 12 vendor
2342026-02-26T16:15:22.966Zgcc system 10 system
2352026-02-26T16:15:22.966Zgcc system 7 system
2362026-02-26T16:15:22.966Zgo system 1.20 system
2372026-02-26T16:15:22.966Zgo system 1.19 system
2382026-02-26T16:15:22.966Zllvm system 15 system
2392026-02-26T16:15:22.966Zllvm system 14 system
2402026-02-26T16:15:22.966Zmariadb system 10.6 system
2412026-02-26T16:15:22.966Zmta vendor vendor dma
2422026-02-26T16:15:22.966Zopenjdk system 17 system
2432026-02-26T16:15:22.966Zopenjdk system 11 system
2442026-02-26T16:15:22.966Zopenjdk system 1.8 system
2452026-02-26T16:15:22.966Zopenssl vendor 3 vendor
2462026-02-26T16:15:22.966Zperl system 5.36 system
2472026-02-26T16:15:22.966Zpostgresql system 15 system
2482026-02-26T16:15:22.966Zpostgresql system 13 system
2492026-02-26T16:15:22.966Zpython vendor 3 vendor
2502026-02-26T16:15:22.966Zpython system 2 system
2512026-02-26T16:15:22.966Zpython3 system 3.11 system
2522026-02-26T16:15:22.966Zruby system 3.0 system
2532026-02-26T16:15:22.966Zwords vendor vendor american-english
2542026-02-26T16:15:22.966Zwords system system australian-english
2552026-02-26T16:15:22.966Zwords system system british-english
2562026-02-26T16:15:22.966Zwords system system canadian-english
2572026-02-26T16:15:22.966Zwords system system french
2582026-02-26T16:15:22.966Zwords system system italian
2592026-02-26T16:15:22.966Zwords system system ngerman
2602026-02-26T16:15:22.966Zwords system system ogerman
2612026-02-26T16:15:22.966Zwords system system spanish
2622026-02-26T16:15:23.337ZPUBLISHER TYPE STATUS P LOCATION
2632026-02-26T16:15:23.337Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-02-26T16:15:31.063ZFMRI IFO
2652026-02-26T16:15:31.064Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-02-26T16:15:31.064Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-02-26T16:15:31.064Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-02-26T16:15:31.064Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-02-26T16:15:31.064Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-02-26T16:15:31.064Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-02-26T16:15:31.064Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-02-26T16:15:31.064Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-02-26T16:15:31.064Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-02-26T16:15:31.064Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-02-26T16:15:31.064Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-02-26T16:15:31.064Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-02-26T16:15:31.064Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-02-26T16:15:31.064Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-02-26T16:15:31.064Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-02-26T16:15:31.064Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-02-26T16:15:32.296Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-02-26T16:15:32.948Z Updating crates.io index
2832026-02-26T16:15:32.974Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-02-26T16:15:33.537Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-02-26T16:15:34.396Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862026-02-26T16:15:36.072Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-02-26T16:15:36.648Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-02-26T16:15:37.404Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-02-26T16:15:39.710Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-02-26T16:15:43.237Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-02-26T16:15:44.807Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-02-26T16:15:45.448Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932026-02-26T16:15:46.951Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942026-02-26T16:15:48.021Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-02-26T16:15:48.659Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-02-26T16:15:49.537Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-02-26T16:15:50.163Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-02-26T16:15:51.465Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-02-26T16:15:52.444Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-02-26T16:15:53.015Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-02-26T16:15:53.631Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-02-26T16:15:54.340Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-02-26T16:15:54.995Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-02-26T16:15:55.491Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-02-26T16:15:56.067Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-02-26T16:15:56.900Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-02-26T16:15:57.694Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-02-26T16:15:58.703Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-02-26T16:15:59.322Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-02-26T16:16:00.043Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-02-26T16:16:00.652Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-02-26T16:16:01.719Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132026-02-26T16:16:02.486Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-02-26T16:16:03.016Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-02-26T16:16:03.747Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-02-26T16:16:04.297Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-02-26T16:16:05.037Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-02-26T16:16:05.584Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-02-26T16:16:06.283Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-02-26T16:16:06.804Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-02-26T16:16:07.472Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-02-26T16:16:25.585Z Downloading crates ...
3232026-02-26T16:16:25.649Z Downloaded fnv v1.0.7
3242026-02-26T16:16:25.674Z Downloaded cargo-platform v0.2.0
3252026-02-26T16:16:25.674Z Downloaded cpufeatures v0.2.14
3262026-02-26T16:16:25.674Z Downloaded byteorder v1.5.0
3272026-02-26T16:16:25.674Z Downloaded displaydoc v0.2.5
3282026-02-26T16:16:25.674Z Downloaded utf8parse v0.2.2
3292026-02-26T16:16:25.674Z Downloaded generic-array v0.14.7
3302026-02-26T16:16:25.674Z Downloaded heck v0.5.0
3312026-02-26T16:16:25.674Z Downloaded textwrap v0.16.2
3322026-02-26T16:16:25.717Z Downloaded zerofrom v0.1.4
3332026-02-26T16:16:25.717Z Downloaded unicode-linebreak v0.1.5
3342026-02-26T16:16:25.717Z Downloaded utf8_iter v1.0.4
3352026-02-26T16:16:25.717Z Downloaded zerofrom-derive v0.1.4
3362026-02-26T16:16:25.717Z Downloaded thread-id v4.2.2
3372026-02-26T16:16:25.717Z Downloaded write16 v1.0.0
3382026-02-26T16:16:25.717Z Downloaded version_check v0.9.5
3392026-02-26T16:16:25.717Z Downloaded zmij v1.0.15
3402026-02-26T16:16:25.717Z Downloaded writeable v0.5.5
3412026-02-26T16:16:25.717Z Downloaded scroll_derive v0.12.0
3422026-02-26T16:16:25.717Z Downloaded quote v1.0.44
3432026-02-26T16:16:25.717Z Downloaded swrite v0.1.0
3442026-02-26T16:16:25.717Z Downloaded smawk v0.3.2
3452026-02-26T16:16:25.717Z Downloaded zerocopy v0.7.35
3462026-02-26T16:16:25.742Z Downloaded tempfile v3.24.0
3472026-02-26T16:16:25.742Z Downloaded unicode-width v0.2.0
3482026-02-26T16:16:25.742Z Downloaded num-traits v0.2.19
3492026-02-26T16:16:25.742Z Downloaded serde_derive v1.0.228
3502026-02-26T16:16:25.767Z Downloaded serde_core v1.0.228
3512026-02-26T16:16:25.767Z Downloaded zerovec v0.10.4
3522026-02-26T16:16:25.767Z Downloaded memchr v2.7.4
3532026-02-26T16:16:25.767Z Downloaded unicode-width v0.1.14
3542026-02-26T16:16:25.767Z Downloaded pest v2.8.2
3552026-02-26T16:16:25.792Z Downloaded serde_json v1.0.149
3562026-02-26T16:16:25.792Z Downloaded idna v1.0.3
3572026-02-26T16:16:25.792Z Downloaded tabled v0.15.0
3582026-02-26T16:16:25.817Z Downloaded icu_properties_data v1.5.0
3592026-02-26T16:16:25.817Z Downloaded syn v1.0.109
3602026-02-26T16:16:25.842Z Downloaded winnow v0.7.14
3612026-02-26T16:16:25.842Z Downloaded indexmap v2.13.0
3622026-02-26T16:16:25.842Z Downloaded icu_collections v1.5.0
3632026-02-26T16:16:25.867Z Downloaded serde v1.0.228
3642026-02-26T16:16:25.867Z Downloaded icu_properties v1.5.1
3652026-02-26T16:16:25.867Z Downloaded rustix v0.38.37
3662026-02-26T16:16:25.891Z Downloaded rustix v1.1.3
3672026-02-26T16:16:25.916Z Downloaded icu_normalizer_data v1.5.0
3682026-02-26T16:16:25.916Z Downloaded icu_locid_transform_data v1.5.0
3692026-02-26T16:16:25.916Z Downloaded smallvec v1.15.1
3702026-02-26T16:16:25.916Z Downloaded proc-macro2 v1.0.106
3712026-02-26T16:16:25.916Z Downloaded proc-macro-error v1.0.4
3722026-02-26T16:16:25.916Z Downloaded pest_meta v2.8.2
3732026-02-26T16:16:25.941Z Downloaded pest_generator v2.8.2
3742026-02-26T16:16:25.941Z Downloaded once_cell v1.21.3
3752026-02-26T16:16:25.941Z Downloaded log v0.4.29
3762026-02-26T16:16:25.941Z Downloaded synstructure v0.13.1
3772026-02-26T16:16:25.941Z Downloaded sha2 v0.10.9
3782026-02-26T16:16:25.941Z Downloaded serde_tokenstream v0.2.3
3792026-02-26T16:16:25.941Z Downloaded serde-untagged v0.1.7
3802026-02-26T16:16:25.941Z Downloaded pest_derive v2.8.2
3812026-02-26T16:16:25.941Z Downloaded papergrid v0.11.0
3822026-02-26T16:16:25.942Z Downloaded terminal_size v0.4.0
3832026-02-26T16:16:25.942Z Downloaded stable_deref_trait v1.2.0
3842026-02-26T16:16:25.966Z Downloaded serde-value v0.7.0
3852026-02-26T16:16:25.967Z Downloaded scroll v0.12.0
3862026-02-26T16:16:25.967Z Downloaded semver v1.0.27
3872026-02-26T16:16:25.967Z Downloaded pretty-hex v0.4.1
3882026-02-26T16:16:25.967Z Downloaded icu_provider v1.5.0
3892026-02-26T16:16:25.967Z Downloaded icu_locid v1.5.0
3902026-02-26T16:16:25.967Z Downloaded plain v0.2.3
3912026-02-26T16:16:25.967Z Downloaded percent-encoding v2.3.2
3922026-02-26T16:16:25.967Z Downloaded libc v0.2.180
3932026-02-26T16:16:25.993Z Downloaded idna_adapter v1.2.0
3942026-02-26T16:16:26.018Z Downloaded strsim v0.11.1
3952026-02-26T16:16:26.018Z Downloaded proc-macro-error-attr v1.0.4
3962026-02-26T16:16:26.018Z Downloaded macaddr v1.0.1
3972026-02-26T16:16:26.018Z Downloaded icu_locid_transform v1.5.0
3982026-02-26T16:16:26.018Z Downloaded zerovec-derive v0.10.3
3992026-02-26T16:16:26.018Z Downloaded unicode-xid v0.2.6
4002026-02-26T16:16:26.018Z Downloaded serde_spanned v0.6.9
4012026-02-26T16:16:26.018Z Downloaded memmap v0.7.0
4022026-02-26T16:16:26.018Z Downloaded litemap v0.7.3
4032026-02-26T16:16:26.018Z Downloaded usdt v0.5.0
4042026-02-26T16:16:26.018Z Downloaded tinystr v0.7.6
4052026-02-26T16:16:26.018Z Downloaded usdt-macro v0.5.0
4062026-02-26T16:16:26.018Z Downloaded usdt-attr-macro v0.5.0
4072026-02-26T16:16:26.018Z Downloaded url v2.5.4
4082026-02-26T16:16:26.018Z Downloaded toml_edit v0.22.27
4092026-02-26T16:16:26.045Z Downloaded toml v0.8.23
4102026-02-26T16:16:26.045Z Downloaded ordered-float v2.10.1
4112026-02-26T16:16:26.045Z Downloaded itoa v1.0.11
4122026-02-26T16:16:26.045Z Downloaded icu_provider_macros v1.5.0
4132026-02-26T16:16:26.045Z Downloaded icu_normalizer v1.5.0
4142026-02-26T16:16:26.045Z Downloaded clap_builder v4.5.48
4152026-02-26T16:16:26.045Z Downloaded is_terminal_polyfill v1.70.1
4162026-02-26T16:16:26.045Z Downloaded hashbrown v0.16.1
4172026-02-26T16:16:26.045Z Downloaded zerocopy-derive v0.7.35
4182026-02-26T16:16:26.070Z Downloaded yoke-derive v0.7.4
4192026-02-26T16:16:26.070Z Downloaded yoke v0.7.4
4202026-02-26T16:16:26.070Z Downloaded utf16_iter v1.0.5
4212026-02-26T16:16:26.070Z Downloaded getrandom v0.3.4
4222026-02-26T16:16:26.070Z Downloaded block-buffer v0.10.4
4232026-02-26T16:16:26.070Z Downloaded unicode-ident v1.0.24
4242026-02-26T16:16:26.070Z Downloaded syn v2.0.117
4252026-02-26T16:16:26.070Z Downloaded fastrand v2.1.1
4262026-02-26T16:16:26.070Z Downloaded errno v0.3.12
4272026-02-26T16:16:26.095Z Downloaded dtrace-parser v0.2.0
4282026-02-26T16:16:26.095Z Downloaded crypto-common v0.1.6
4292026-02-26T16:16:26.095Z Downloaded colorchoice v1.0.2
4302026-02-26T16:16:26.095Z Downloaded bitflags v2.9.4
4312026-02-26T16:16:26.095Z Downloaded ucd-trie v0.1.7
4322026-02-26T16:16:26.095Z Downloaded typenum v1.17.0
4332026-02-26T16:16:26.095Z Downloaded thiserror v2.0.18
4342026-02-26T16:16:26.095Z Downloaded tabled_derive v0.7.0
4352026-02-26T16:16:26.095Z Downloaded heck v0.4.1
4362026-02-26T16:16:26.095Z Downloaded goblin v0.8.2
4372026-02-26T16:16:26.119Z Downloaded clap_lex v0.7.4
4382026-02-26T16:16:26.119Z Downloaded usdt-impl v0.5.0
4392026-02-26T16:16:26.119Z Downloaded typeid v1.0.3
4402026-02-26T16:16:26.119Z Downloaded toml_write v0.1.2
4412026-02-26T16:16:26.120Z Downloaded toml_datetime v0.6.11
4422026-02-26T16:16:26.120Z Downloaded thiserror-impl v2.0.18
4432026-02-26T16:16:26.120Z Downloaded thiserror-impl v1.0.69
4442026-02-26T16:16:26.120Z Downloaded thiserror v1.0.69
4452026-02-26T16:16:26.120Z Downloaded fs-err v3.1.1
4462026-02-26T16:16:26.120Z Downloaded dof v0.3.0
4472026-02-26T16:16:26.120Z Downloaded digest v0.10.7
4482026-02-26T16:16:26.120Z Downloaded cfg-if v1.0.4
4492026-02-26T16:16:26.120Z Downloaded clap_derive v4.5.47
4502026-02-26T16:16:26.120Z Downloaded form_urlencoded v1.2.2
4512026-02-26T16:16:26.145Z Downloaded equivalent v1.0.2
4522026-02-26T16:16:26.145Z Downloaded anyhow v1.0.99
4532026-02-26T16:16:26.145Z Downloaded erased-serde v0.4.6
4542026-02-26T16:16:26.145Z Downloaded cargo-util-schemas v0.8.2
4552026-02-26T16:16:26.145Z Downloaded camino v1.2.2
4562026-02-26T16:16:26.145Z Downloaded clap v4.5.48
4572026-02-26T16:16:26.145Z Downloaded cargo_metadata v0.21.0
4582026-02-26T16:16:26.145Z Downloaded camino-tempfile v1.4.1
4592026-02-26T16:16:26.145Z Downloaded anstyle-parse v0.2.5
4602026-02-26T16:16:26.170Z Downloaded anstyle-query v1.1.1
4612026-02-26T16:16:26.170Z Downloaded cargo_toml v0.21.0
4622026-02-26T16:16:26.170Z Downloaded bytecount v0.6.8
4632026-02-26T16:16:26.170Z Downloaded autocfg v1.4.0
4642026-02-26T16:16:26.170Z Downloaded anstream v0.6.18
4652026-02-26T16:16:26.170Z Downloaded anstyle v1.0.11
4662026-02-26T16:16:26.245Z Compiling proc-macro2 v1.0.106
4672026-02-26T16:16:26.245Z Compiling unicode-ident v1.0.24
4682026-02-26T16:16:26.270Z Compiling quote v1.0.44
4692026-02-26T16:16:26.270Z Compiling serde_core v1.0.228
4702026-02-26T16:16:26.270Z Compiling serde v1.0.228
4712026-02-26T16:16:26.270Z Compiling version_check v0.9.5
4722026-02-26T16:16:26.270Z Compiling libc v0.2.180
4732026-02-26T16:16:26.270Z Compiling memchr v2.7.4
4742026-02-26T16:16:26.564Z Compiling stable_deref_trait v1.2.0
4752026-02-26T16:16:26.686Z Compiling thiserror v2.0.18
4762026-02-26T16:16:26.945Z Compiling zmij v1.0.15
4772026-02-26T16:16:27.045Z Compiling ucd-trie v0.1.7
4782026-02-26T16:16:27.713Z Compiling itoa v1.0.11
4792026-02-26T16:16:27.796Z Compiling litemap v0.7.3
4802026-02-26T16:16:27.827Z Compiling autocfg v1.4.0
4812026-02-26T16:16:27.860Z Compiling thiserror v1.0.69
4822026-02-26T16:16:27.971Z Compiling writeable v0.5.5
4832026-02-26T16:16:28.486Z Compiling errno v0.3.12
4842026-02-26T16:16:28.639Z Compiling icu_locid_transform_data v1.5.0
4852026-02-26T16:16:28.698Z Compiling syn v2.0.117
4862026-02-26T16:16:28.728Z Compiling byteorder v1.5.0
4872026-02-26T16:16:28.765Z Compiling bitflags v2.9.4
4882026-02-26T16:16:28.928Z Compiling icu_properties_data v1.5.0
4892026-02-26T16:16:28.928Z Compiling serde_json v1.0.149
4902026-02-26T16:16:29.212Z Compiling num-traits v0.2.19
4912026-02-26T16:16:29.244Z Compiling rustix v0.38.37
4922026-02-26T16:16:29.269Z Compiling typeid v1.0.3
4932026-02-26T16:16:29.524Z Compiling equivalent v1.0.2
4942026-02-26T16:16:29.663Z Compiling smallvec v1.15.1
4952026-02-26T16:16:29.707Z Compiling hashbrown v0.16.1
4962026-02-26T16:16:29.740Z Compiling utf16_iter v1.0.5
4972026-02-26T16:16:29.766Z Compiling write16 v1.0.0
4982026-02-26T16:16:29.840Z Compiling utf8_iter v1.0.4
4992026-02-26T16:16:29.930Z Compiling icu_normalizer_data v1.5.0
5002026-02-26T16:16:30.118Z Compiling usdt-impl v0.5.0
5012026-02-26T16:16:30.175Z Compiling proc-macro-error-attr v1.0.4
5022026-02-26T16:16:30.403Z Compiling syn v1.0.109
5032026-02-26T16:16:30.527Z Compiling toml_write v0.1.2
5042026-02-26T16:16:30.555Z Compiling winnow v0.7.14
5052026-02-26T16:16:30.804Z Compiling indexmap v2.13.0
5062026-02-26T16:16:30.952Z Compiling thread-id v4.2.2
5072026-02-26T16:16:31.661Z Compiling proc-macro-error v1.0.4
5082026-02-26T16:16:32.028Z Compiling getrandom v0.3.4
5092026-02-26T16:16:32.263Z Compiling utf8parse v0.2.2
5102026-02-26T16:16:32.601Z Compiling camino v1.2.2
5112026-02-26T16:16:32.647Z Compiling plain v0.2.3
5122026-02-26T16:16:32.815Z Compiling percent-encoding v2.3.2
5132026-02-26T16:16:32.840Z Compiling log v0.4.29
5142026-02-26T16:16:33.137Z Compiling rustix v1.1.3
5152026-02-26T16:16:33.196Z Compiling form_urlencoded v1.2.2
5162026-02-26T16:16:33.255Z Compiling ordered-float v2.10.1
5172026-02-26T16:16:33.352Z Compiling anstyle-parse v0.2.5
5182026-02-26T16:16:33.504Z Compiling terminal_size v0.4.0
5192026-02-26T16:16:33.858Z Compiling is_terminal_polyfill v1.70.1
5202026-02-26T16:16:33.890Z Compiling cfg-if v1.0.4
5212026-02-26T16:16:34.015Z Compiling anstyle-query v1.1.1
5222026-02-26T16:16:34.045Z Compiling colorchoice v1.0.2
5232026-02-26T16:16:34.155Z Compiling anstyle v1.0.11
5242026-02-26T16:16:34.185Z Compiling pretty-hex v0.4.1
5252026-02-26T16:16:34.433Z Compiling semver v1.0.27
5262026-02-26T16:16:34.561Z Compiling anstream v0.6.18
5272026-02-26T16:16:34.730Z Compiling synstructure v0.13.1
5282026-02-26T16:16:35.061Z Compiling fs-err v3.1.1
5292026-02-26T16:16:35.211Z Compiling bytecount v0.6.8
5302026-02-26T16:16:35.257Z Compiling fastrand v2.1.1
5312026-02-26T16:16:35.357Z Compiling unicode-width v0.1.14
5322026-02-26T16:16:35.426Z Compiling clap_lex v0.7.4
5332026-02-26T16:16:35.717Z Compiling heck v0.5.0
5342026-02-26T16:16:35.854Z Compiling fnv v1.0.7
5352026-02-26T16:16:35.882Z Compiling once_cell v1.21.3
5362026-02-26T16:16:35.975Z Compiling strsim v0.11.1
5372026-02-26T16:16:36.036Z Compiling heck v0.4.1
5382026-02-26T16:16:36.229Z Compiling unicode-xid v0.2.6
5392026-02-26T16:16:36.276Z Compiling anyhow v1.0.99
5402026-02-26T16:16:36.444Z Compiling clap_builder v4.5.48
5412026-02-26T16:16:36.474Z Compiling tempfile v3.24.0
5422026-02-26T16:16:36.700Z Compiling papergrid v0.11.0
5432026-02-26T16:16:36.907Z Compiling memmap v0.7.0
5442026-02-26T16:16:37.246Z Compiling unicode-width v0.2.0
5452026-02-26T16:16:37.273Z Compiling smawk v0.3.2
5462026-02-26T16:16:37.298Z Compiling unicode-linebreak v0.1.5
5472026-02-26T16:16:37.804Z Compiling textwrap v0.16.2
5482026-02-26T16:16:37.850Z Compiling camino-tempfile v1.4.1
5492026-02-26T16:16:38.279Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-02-26T16:16:38.364Z Compiling tabled_derive v0.7.0
5512026-02-26T16:16:38.696Z Compiling swrite v0.1.0
5522026-02-26T16:16:38.981Z Compiling serde_derive v1.0.228
5532026-02-26T16:16:39.019Z Compiling zerofrom-derive v0.1.4
5542026-02-26T16:16:39.080Z Compiling yoke-derive v0.7.4
5552026-02-26T16:16:39.117Z Compiling zerovec-derive v0.10.3
5562026-02-26T16:16:39.223Z Compiling thiserror-impl v2.0.18
5572026-02-26T16:16:40.175Z Compiling displaydoc v0.2.5
5582026-02-26T16:16:41.232Z Compiling icu_provider_macros v1.5.0
5592026-02-26T16:16:41.403Z Compiling thiserror-impl v1.0.69
5602026-02-26T16:16:41.641Z Compiling zerocopy-derive v0.7.35
5612026-02-26T16:16:41.981Z Compiling zerofrom v0.1.4
5622026-02-26T16:16:42.132Z Compiling pest v2.8.2
5632026-02-26T16:16:42.188Z Compiling scroll_derive v0.12.0
5642026-02-26T16:16:42.226Z Compiling yoke v0.7.4
5652026-02-26T16:16:42.686Z Compiling zerovec v0.10.4
5662026-02-26T16:16:43.397Z Compiling scroll v0.12.0
5672026-02-26T16:16:43.487Z Compiling zerocopy v0.7.35
5682026-02-26T16:16:43.625Z Compiling clap_derive v4.5.47
5692026-02-26T16:16:43.936Z Compiling goblin v0.8.2
5702026-02-26T16:16:44.202Z Compiling tabled v0.15.0
5712026-02-26T16:16:44.411Z Compiling tinystr v0.7.6
5722026-02-26T16:16:44.590Z Compiling icu_collections v1.5.0
5732026-02-26T16:16:44.737Z Compiling icu_locid v1.5.0
5742026-02-26T16:16:44.787Z Compiling pest_meta v2.8.2
5752026-02-26T16:16:45.967Z Compiling icu_provider v1.5.0
5762026-02-26T16:16:46.607Z Compiling pest_generator v2.8.2
5772026-02-26T16:16:46.640Z Compiling toml_datetime v0.6.11
5782026-02-26T16:16:46.672Z Compiling serde_spanned v0.6.9
5792026-02-26T16:16:46.928Z Compiling icu_locid_transform v1.5.0
5802026-02-26T16:16:46.957Z Compiling dof v0.3.0
5812026-02-26T16:16:47.012Z Compiling toml_edit v0.22.27
5822026-02-26T16:16:47.133Z Compiling serde_tokenstream v0.2.3
5832026-02-26T16:16:47.790Z Compiling erased-serde v0.4.6
5842026-02-26T16:16:47.863Z Compiling serde-value v0.7.0
5852026-02-26T16:16:48.193Z Compiling icu_properties v1.5.1
5862026-02-26T16:16:48.586Z Compiling cargo-platform v0.2.0
5872026-02-26T16:16:48.682Z Compiling pest_derive v2.8.2
5882026-02-26T16:16:48.835Z Compiling serde-untagged v0.1.7
5892026-02-26T16:16:49.060Z Compiling clap v4.5.48
5902026-02-26T16:16:49.108Z Compiling macaddr v1.0.1
5912026-02-26T16:16:49.381Z Compiling dtrace-parser v0.2.0
5922026-02-26T16:16:50.063Z Compiling toml v0.8.23
5932026-02-26T16:16:50.872Z Compiling cargo_toml v0.21.0
5942026-02-26T16:16:51.262Z Compiling usdt-macro v0.5.0
5952026-02-26T16:16:51.291Z Compiling usdt-attr-macro v0.5.0
5962026-02-26T16:16:51.474Z Compiling icu_normalizer v1.5.0
5972026-02-26T16:16:52.281Z Compiling idna_adapter v1.2.0
5982026-02-26T16:16:52.332Z Compiling usdt v0.5.0
5992026-02-26T16:16:52.483Z Compiling idna v1.0.3
6002026-02-26T16:16:52.998Z Compiling url v2.5.4
6012026-02-26T16:16:53.930Z Compiling cargo-util-schemas v0.8.2
6022026-02-26T16:16:55.752Z Compiling cargo_metadata v0.21.0
6032026-02-26T16:16:57.783Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6042026-02-26T16:17:01.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
6052026-02-26T16:17:02.118Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6062026-02-26T16:17:03.161Z Downloading crates ...
6072026-02-26T16:17:03.336Z Downloaded cookie v0.18.1
6082026-02-26T16:17:03.361Z Downloaded bitfield-struct v0.6.2
6092026-02-26T16:17:03.387Z Downloaded castaway v0.2.3
6102026-02-26T16:17:03.412Z Downloaded diesel_table_macro_syntax v0.2.0
6112026-02-26T16:17:03.412Z Downloaded diff v0.1.13
6122026-02-26T16:17:03.446Z Downloaded hash32 v0.3.1
6132026-02-26T16:17:03.470Z Downloaded ipnetwork v0.21.1
6142026-02-26T16:17:03.495Z Downloaded is-terminal v0.4.13
6152026-02-26T16:17:03.520Z Downloaded maplit v1.0.2
6162026-02-26T16:17:03.545Z Downloaded num_threads v0.1.7
6172026-02-26T16:17:03.545Z Downloaded pbkdf2 v0.12.2
6182026-02-26T16:17:03.570Z Downloaded phf_shared v0.12.1
6192026-02-26T16:17:03.570Z Downloaded pin-utils v0.1.0
6202026-02-26T16:17:03.595Z Downloaded psl-types v2.0.11
6212026-02-26T16:17:03.595Z Downloaded ref-cast-impl v1.0.25
6222026-02-26T16:17:03.619Z Downloaded rustc_version v0.4.1
6232026-02-26T16:17:03.619Z Downloaded progenitor-impl v0.8.0
6242026-02-26T16:17:03.619Z Downloaded password-hash v0.4.2
6252026-02-26T16:17:03.619Z Downloaded rustc-hash v2.1.1
6262026-02-26T16:17:03.619Z Downloaded rustc_version v0.1.7
6272026-02-26T16:17:03.644Z Downloaded serde_plain v1.0.2
6282026-02-26T16:17:03.669Z Downloaded ssh-encoding v0.2.0
6292026-02-26T16:17:03.694Z Downloaded supports-color v3.0.2
6302026-02-26T16:17:03.694Z Downloaded take_mut v0.2.2
6312026-02-26T16:17:03.694Z Downloaded testing_table v0.3.0
6322026-02-26T16:17:03.723Z Downloaded tower-service v0.3.3
6332026-02-26T16:17:03.747Z Downloaded utf-8 v0.7.6
6342026-02-26T16:17:03.747Z Downloaded usdt v0.6.0
6352026-02-26T16:17:03.747Z Downloaded xattr v1.3.1
6362026-02-26T16:17:03.772Z Downloaded walkdir v2.5.0
6372026-02-26T16:17:03.797Z Downloaded zone_cfg_derive v0.3.0
6382026-02-26T16:17:03.797Z Downloaded zstd v0.13.3
6392026-02-26T16:17:03.823Z Downloaded zstd-safe v7.2.3
6402026-02-26T16:17:03.823Z Downloaded zopfli v0.8.1
6412026-02-26T16:17:03.823Z Downloaded zerocopy-derive v0.8.27
6422026-02-26T16:17:03.848Z Downloaded typify v0.6.1
6432026-02-26T16:17:03.848Z Downloaded zip v0.6.6
6442026-02-26T16:17:03.873Z Downloaded typed-path v0.9.3
6452026-02-26T16:17:03.873Z Downloaded zip v4.2.0
6462026-02-26T16:17:03.898Z Downloaded unicode-normalization v0.1.24
6472026-02-26T16:17:03.898Z Downloaded tabled v0.18.0
6482026-02-26T16:17:03.948Z Downloaded winnow v0.6.26
6492026-02-26T16:17:03.948Z Downloaded zlib-rs v0.5.1
6502026-02-26T16:17:03.948Z Downloaded radix_trie v0.2.1
6512026-02-26T16:17:03.948Z Downloaded smoltcp v0.9.1
6522026-02-26T16:17:03.972Z Downloaded webpki-roots v1.0.1
6532026-02-26T16:17:04.001Z Downloaded zerocopy v0.8.27
6542026-02-26T16:17:04.025Z Downloaded object v0.36.5
6552026-02-26T16:17:04.025Z Downloaded sqlparser v0.61.0
6562026-02-26T16:17:04.050Z Downloaded smoltcp v0.11.0
6572026-02-26T16:17:04.050Z Downloaded sled v0.34.7
6582026-02-26T16:17:04.074Z Downloaded object v0.37.3
6592026-02-26T16:17:04.098Z Downloaded csv v1.3.1
6602026-02-26T16:17:04.122Z Downloaded dropshot v0.16.7
6612026-02-26T16:17:04.146Z Downloaded polar-core v0.27.3
6622026-02-26T16:17:04.146Z Downloaded diesel v2.2.12
6632026-02-26T16:17:04.170Z Downloaded regex-automata v0.4.14
6642026-02-26T16:17:04.194Z Downloaded lzma-sys v0.1.20
6652026-02-26T16:17:04.218Z Downloaded typify-impl v0.6.1
6662026-02-26T16:17:04.242Z Downloaded typify-impl v0.4.3
6672026-02-26T16:17:04.242Z Downloaded zerocopy-derive v0.6.6
6682026-02-26T16:17:04.266Z Downloaded ratatui v0.29.0
6692026-02-26T16:17:04.290Z Downloaded petgraph v0.8.2
6702026-02-26T16:17:04.314Z Downloaded libz-sys v1.1.20
6712026-02-26T16:17:04.338Z Downloaded typify-impl v0.2.0
6722026-02-26T16:17:04.363Z Downloaded petgraph v0.6.5
6732026-02-26T16:17:04.387Z Downloaded quinn-proto v0.11.13
6742026-02-26T16:17:04.387Z Downloaded jiff v0.2.15
6752026-02-26T16:17:04.412Z Downloaded object v0.30.4
6762026-02-26T16:17:04.412Z Downloaded winnow v0.5.40
6772026-02-26T16:17:04.437Z Downloaded sha3 v0.10.8
6782026-02-26T16:17:04.437Z Downloaded vcpkg v0.2.15
6792026-02-26T16:17:04.467Z Downloaded rustls v0.23.37
6802026-02-26T16:17:04.491Z Downloaded rustls-webpki v0.102.8
6812026-02-26T16:17:04.514Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6822026-02-26T16:17:04.538Z Downloaded tokio v1.49.0
6832026-02-26T16:17:04.563Z Downloaded regress v0.10.5
6842026-02-26T16:17:04.587Z Downloaded regex-syntax v0.8.5
6852026-02-26T16:17:04.587Z Downloaded proptest v1.7.0
6862026-02-26T16:17:04.611Z Downloaded gimli v0.31.1
6872026-02-26T16:17:04.611Z Downloaded chrono-tz v0.10.4
6882026-02-26T16:17:04.636Z Downloaded salty v0.3.0
6892026-02-26T16:17:04.636Z Downloaded quick-xml v0.37.2
6902026-02-26T16:17:04.636Z Downloaded goblin v0.10.2
6912026-02-26T16:17:04.660Z Downloaded git2 v0.20.2
6922026-02-26T16:17:04.660Z Downloaded time v0.3.47
6932026-02-26T16:17:04.684Z Downloaded rustls v0.22.4
6942026-02-26T16:17:04.684Z Downloaded rayon v1.10.0
6952026-02-26T16:17:04.709Z Downloaded x509-cert v0.2.5
6962026-02-26T16:17:04.709Z Downloaded unicode-segmentation v1.12.0
6972026-02-26T16:17:04.709Z Downloaded tabled v0.20.0
6982026-02-26T16:17:04.734Z Downloaded tokio-postgres v0.7.13
6992026-02-26T16:17:04.734Z Downloaded rustls v0.21.12
7002026-02-26T16:17:04.758Z Downloaded openapiv3 v2.2.0
7012026-02-26T16:17:04.783Z Downloaded unicode_categories v0.1.1
7022026-02-26T16:17:04.783Z Downloaded unicode-bidi v0.3.17
7032026-02-26T16:17:04.783Z Downloaded rustyline v14.0.0
7042026-02-26T16:17:04.783Z Downloaded rpassword v7.4.0
7052026-02-26T16:17:04.783Z Downloaded regex-syntax v0.6.29
7062026-02-26T16:17:04.783Z Downloaded itertools v0.14.0
7072026-02-26T16:17:04.808Z Downloaded itertools v0.13.0
7082026-02-26T16:17:04.808Z Downloaded itertools v0.12.1
7092026-02-26T16:17:04.808Z Downloaded encoding_rs v0.8.34
7102026-02-26T16:17:04.832Z Downloaded hyper v1.8.1
7112026-02-26T16:17:04.857Z Downloaded tower-http v0.6.8
7122026-02-26T16:17:04.857Z Downloaded russh v0.45.0
7132026-02-26T16:17:04.857Z Downloaded rsa v0.9.8
7142026-02-26T16:17:04.881Z Downloaded typify v0.4.3
7152026-02-26T16:17:04.881Z Downloaded tungstenite v0.23.0
7162026-02-26T16:17:04.881Z Downloaded tough v0.20.0
7172026-02-26T16:17:04.881Z Downloaded futures-util v0.3.31
7182026-02-26T16:17:04.906Z Downloaded yansi v1.0.1
7192026-02-26T16:17:04.906Z Downloaded libgit2-sys v0.18.2+1.9.1
7202026-02-26T16:17:04.974Z Downloaded ring v0.17.14
7212026-02-26T16:17:05.012Z Downloaded tower v0.5.2
7222026-02-26T16:17:05.036Z Downloaded tokio-util v0.7.15
7232026-02-26T16:17:05.061Z Downloaded serde_with v3.16.1
7242026-02-26T16:17:05.061Z Downloaded rand v0.8.5
7252026-02-26T16:17:05.061Z Downloaded qorb v0.4.1
7262026-02-26T16:17:05.085Z Downloaded nix v0.30.1
7272026-02-26T16:17:05.085Z Downloaded zone v0.3.1
7282026-02-26T16:17:05.085Z Downloaded zerocopy v0.6.6
7292026-02-26T16:17:05.085Z Downloaded unicase v2.8.1
7302026-02-26T16:17:05.085Z Downloaded typify v0.2.0
7312026-02-26T16:17:05.085Z Downloaded twox-hash v2.1.0
7322026-02-26T16:17:05.110Z Downloaded tokio-stream v0.1.17
7332026-02-26T16:17:05.110Z Downloaded socket2 v0.5.10
7342026-02-26T16:17:05.110Z Downloaded rustls-webpki v0.103.9
7352026-02-26T16:17:05.110Z Downloaded rand v0.9.2
7362026-02-26T16:17:05.110Z Downloaded nix v0.29.0
7372026-02-26T16:17:05.134Z Downloaded nix v0.28.0
7382026-02-26T16:17:05.134Z Downloaded hickory-proto v0.25.2
7392026-02-26T16:17:05.158Z Downloaded yasna v0.5.2
7402026-02-26T16:17:05.158Z Downloaded xz2 v0.1.7
7412026-02-26T16:17:05.158Z Downloaded uuid v1.19.0
7422026-02-26T16:17:05.183Z Downloaded unicode-properties v0.1.3
7432026-02-26T16:17:05.183Z Downloaded tracing v0.1.40
7442026-02-26T16:17:05.183Z Downloaded toml_edit v0.19.15
7452026-02-26T16:17:05.208Z Downloaded tokio-tungstenite v0.23.1
7462026-02-26T16:17:05.208Z Downloaded tokio-rustls v0.26.0
7472026-02-26T16:17:05.208Z Downloaded test-strategy v0.4.3
7482026-02-26T16:17:05.208Z Downloaded term v0.7.0
7492026-02-26T16:17:05.208Z Downloaded tar v0.4.44
7502026-02-26T16:17:05.208Z Downloaded snafu v0.8.5
7512026-02-26T16:17:05.208Z Downloaded quinn v0.11.9
7522026-02-26T16:17:05.232Z Downloaded publicsuffix v2.3.0
7532026-02-26T16:17:05.232Z Downloaded itertools v0.10.5
7542026-02-26T16:17:05.232Z Downloaded zone_cfg_derive v0.1.2
7552026-02-26T16:17:05.232Z Downloaded zone v0.1.8
7562026-02-26T16:17:05.232Z Downloaded zeroize_derive v1.4.2
7572026-02-26T16:17:05.232Z Downloaded zeroize v1.8.1
7582026-02-26T16:17:05.232Z Downloaded xshell-macros v0.2.7
7592026-02-26T16:17:05.232Z Downloaded xshell v0.2.7
7602026-02-26T16:17:05.232Z Downloaded wyz v0.5.1
7612026-02-26T16:17:05.232Z Downloaded whoami v1.5.2
7622026-02-26T16:17:05.232Z Downloaded vte v0.11.1
7632026-02-26T16:17:05.232Z Downloaded vergen-gitcl v1.0.8
7642026-02-26T16:17:05.257Z Downloaded vergen v9.0.6
7652026-02-26T16:17:05.257Z Downloaded value-bag v1.12.0
7662026-02-26T16:17:05.257Z Downloaded unsafe-libyaml v0.2.11
7672026-02-26T16:17:05.257Z Downloaded tungstenite v0.21.0
7682026-02-26T16:17:05.257Z Downloaded tracing-core v0.1.32
7692026-02-26T16:17:05.257Z Downloaded toml v0.9.11+spec-1.1.0
7702026-02-26T16:17:05.257Z Downloaded toml v0.7.8
7712026-02-26T16:17:05.257Z Downloaded tokio-rustls v0.24.1
7722026-02-26T16:17:05.281Z Downloaded term v1.1.0
7732026-02-26T16:17:05.281Z Downloaded stringprep v0.1.5
7742026-02-26T16:17:05.281Z Downloaded rustls-webpki v0.101.7
7752026-02-26T16:17:05.281Z Downloaded ron v0.7.1
7762026-02-26T16:17:05.306Z Downloaded rcgen v0.12.1
7772026-02-26T16:17:05.306Z Downloaded rayon-core v1.12.1
7782026-02-26T16:17:05.306Z Downloaded petname v2.0.2
7792026-02-26T16:17:05.306Z Downloaded openssl v0.10.73
7802026-02-26T16:17:05.330Z Downloaded nix v0.27.1
7812026-02-26T16:17:05.330Z Downloaded vsss-rs v3.3.4
7822026-02-26T16:17:05.330Z Downloaded vergen-lib v0.1.6
7832026-02-26T16:17:05.330Z Downloaded uzers v0.12.1
7842026-02-26T16:17:05.330Z Downloaded usdt-impl v0.6.0
7852026-02-26T16:17:05.354Z Downloaded tokio-tungstenite v0.21.0
7862026-02-26T16:17:05.354Z Downloaded tokio-dtrace v0.1.0
7872026-02-26T16:17:05.355Z Downloaded reqwest v0.12.28
7882026-02-26T16:17:05.355Z Downloaded portable-atomic v1.11.0
7892026-02-26T16:17:05.355Z Downloaded want v0.3.1
7902026-02-26T16:17:05.355Z Downloaded waitgroup v0.1.2
7912026-02-26T16:17:05.355Z Downloaded wait-timeout v0.2.0
7922026-02-26T16:17:05.355Z Downloaded vte_generate_state_changes v0.1.2
7932026-02-26T16:17:05.355Z Downloaded void v1.0.2
7942026-02-26T16:17:05.355Z Downloaded vergen-git2 v1.0.7
7952026-02-26T16:17:05.379Z Downloaded usdt-macro v0.6.0
7962026-02-26T16:17:05.380Z Downloaded universal-hash v0.5.1
7972026-02-26T16:17:05.380Z Downloaded unit-prefix v0.5.1
7982026-02-26T16:17:05.380Z Downloaded unicode-truncate v1.1.0
7992026-02-26T16:17:05.380Z Downloaded toml_parser v1.0.6+spec-1.1.0
8002026-02-26T16:17:05.380Z Downloaded tokio-rustls v0.25.0
8012026-02-26T16:17:05.380Z Downloaded tokio-native-tls v0.3.1
8022026-02-26T16:17:05.380Z Downloaded tokio-macros v2.6.0
8032026-02-26T16:17:05.380Z Downloaded subprocess v0.2.9
8042026-02-26T16:17:05.406Z Downloaded ssh-key v0.6.6
8052026-02-26T16:17:05.406Z Downloaded serde_cbor v0.11.2
8062026-02-26T16:17:05.406Z Downloaded reedline v0.40.0
8072026-02-26T16:17:05.406Z Downloaded untrusted v0.7.1
8082026-02-26T16:17:05.406Z Downloaded unarray v0.1.4
8092026-02-26T16:17:05.406Z Downloaded typify-macro v0.6.1
8102026-02-26T16:17:05.406Z Downloaded typify-macro v0.4.3
8112026-02-26T16:17:05.406Z Downloaded typify-macro v0.2.0
8122026-02-26T16:17:05.406Z Downloaded tui-tree-widget v0.23.1
8132026-02-26T16:17:05.431Z Downloaded tracing-attributes v0.1.27
8142026-02-26T16:17:05.431Z Downloaded ryu v1.0.18
8152026-02-26T16:17:05.431Z Downloaded reqwest v0.13.2
8162026-02-26T16:17:05.431Z Downloaded regex v1.12.3
8172026-02-26T16:17:05.431Z Downloaded usdt-attr-macro v0.6.0
8182026-02-26T16:17:05.431Z Downloaded untrusted v0.9.0
8192026-02-26T16:17:05.431Z Downloaded try-lock v0.2.5
8202026-02-26T16:17:05.431Z Downloaded trait-variant v0.1.2
8212026-02-26T16:17:05.431Z Downloaded tower-layer v0.3.3
8222026-02-26T16:17:05.431Z Downloaded topological-sort v0.2.2
8232026-02-26T16:17:05.431Z Downloaded toml_writer v1.0.6+spec-1.1.0
8242026-02-26T16:17:05.455Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8252026-02-26T16:17:05.455Z Downloaded tls_codec_derive v0.4.1
8262026-02-26T16:17:05.455Z Downloaded tls_codec v0.4.1
8272026-02-26T16:17:05.455Z Downloaded tinyvec v1.8.0
8282026-02-26T16:17:05.455Z Downloaded thiserror-no-std v2.0.2
8292026-02-26T16:17:05.455Z Downloaded termios v0.3.3
8302026-02-26T16:17:05.455Z Downloaded steno v0.4.1
8312026-02-26T16:17:05.455Z Downloaded schemars v1.0.4
8322026-02-26T16:17:05.479Z Downloaded ron v0.8.1
8332026-02-26T16:17:05.479Z Downloaded moka v0.12.10
8342026-02-26T16:17:05.504Z Downloaded hickory-proto v0.24.4
8352026-02-26T16:17:05.504Z Downloaded bzip2-sys v0.1.13+1.0.8
8362026-02-26T16:17:05.528Z Downloaded tinyvec_macros v0.1.1
8372026-02-26T16:17:05.528Z Downloaded tiny-keccak v2.0.2
8382026-02-26T16:17:05.528Z Downloaded time-macros v0.2.27
8392026-02-26T16:17:05.528Z Downloaded time-core v0.1.8
8402026-02-26T16:17:05.528Z Downloaded thread_local v1.1.8
8412026-02-26T16:17:05.528Z Downloaded thread-id v5.0.0
8422026-02-26T16:17:05.529Z Downloaded thiserror-impl-no-std v2.0.2
8432026-02-26T16:17:05.529Z Downloaded support-bundle-viewer v0.1.2
8442026-02-26T16:17:05.529Z Downloaded strum_macros v0.26.4
8452026-02-26T16:17:05.553Z Downloaded strum_macros v0.24.3
8462026-02-26T16:17:05.553Z Downloaded string_cache v0.8.9
8472026-02-26T16:17:05.553Z Downloaded russh-keys v0.45.0
8482026-02-26T16:17:05.553Z Downloaded papergrid v0.14.0
8492026-02-26T16:17:05.553Z Downloaded p384 v0.13.1
8502026-02-26T16:17:05.553Z Downloaded minimal-lexical v0.2.1
8512026-02-26T16:17:05.553Z Downloaded lalrpop v0.19.12
8522026-02-26T16:17:05.578Z Downloaded termtree v0.5.1
8532026-02-26T16:17:05.578Z Downloaded tap v1.0.1
8542026-02-26T16:17:05.578Z Downloaded spin v0.9.8
8552026-02-26T16:17:05.578Z Downloaded socket2 v0.6.1
8562026-02-26T16:17:05.578Z Downloaded snafu-derive v0.8.5
8572026-02-26T16:17:05.578Z Downloaded smf v0.2.3
8582026-02-26T16:17:05.578Z Downloaded slog-json v2.6.1
8592026-02-26T16:17:05.578Z Downloaded slog v2.8.2
8602026-02-26T16:17:05.604Z Downloaded similar v2.7.0
8612026-02-26T16:17:05.604Z Downloaded signal-hook-tokio v0.3.1
8622026-02-26T16:17:05.604Z Downloaded signal-hook-registry v1.4.2
8632026-02-26T16:17:05.604Z Downloaded signal-hook v0.3.18
8642026-02-26T16:17:05.604Z Downloaded serde_yaml v0.9.34+deprecated
8652026-02-26T16:17:05.604Z Downloaded schemars v0.9.0
8662026-02-26T16:17:05.628Z Downloaded samael v0.0.19
8672026-02-26T16:17:05.628Z Downloaded jiff-static v0.2.15
8682026-02-26T16:17:05.628Z Downloaded tagptr v0.2.0
8692026-02-26T16:17:05.628Z Downloaded tabwriter v1.4.0
8702026-02-26T16:17:05.652Z Downloaded tabled_derive v0.11.0
8712026-02-26T16:17:05.653Z Downloaded tabled_derive v0.10.0
8722026-02-26T16:17:05.653Z Downloaded sync_wrapper v1.0.1
8732026-02-26T16:17:05.653Z Downloaded sync-ptr v0.1.4
8742026-02-26T16:17:05.653Z Downloaded strum_macros v0.27.2
8752026-02-26T16:17:05.653Z Downloaded sqlformat v0.3.5
8762026-02-26T16:17:05.653Z Downloaded slog-async v2.8.0
8772026-02-26T16:17:05.653Z Downloaded shlex v1.3.0
8782026-02-26T16:17:05.653Z Downloaded serde_with_macros v3.16.1
8792026-02-26T16:17:05.653Z Downloaded schemars v0.8.22
8802026-02-26T16:17:05.677Z Downloaded pkcs5 v0.7.1
8812026-02-26T16:17:05.677Z Downloaded p521 v0.13.3
8822026-02-26T16:17:05.677Z Downloaded subtle v2.6.1
8832026-02-26T16:17:05.677Z Downloaded strum v0.27.2
8842026-02-26T16:17:05.677Z Downloaded strum v0.26.3
8852026-02-26T16:17:05.677Z Downloaded structmeta-derive v0.3.0
8862026-02-26T16:17:05.677Z Downloaded structmeta v0.3.0
8872026-02-26T16:17:05.677Z Downloaded strip-ansi-escapes v0.2.0
8882026-02-26T16:17:05.677Z Downloaded static_assertions v1.1.0
8892026-02-26T16:17:05.677Z Downloaded stacker v0.1.23
8902026-02-26T16:17:05.677Z Downloaded ssh-cipher v0.2.0
8912026-02-26T16:17:05.677Z Downloaded spki v0.7.3
8922026-02-26T16:17:05.702Z Downloaded smallvec v0.6.14
8932026-02-26T16:17:05.702Z Downloaded slog-term v2.9.2
8942026-02-26T16:17:05.702Z Downloaded slog-stdlog v4.1.1
8952026-02-26T16:17:05.702Z Downloaded slog-scope v4.4.0
8962026-02-26T16:17:05.702Z Downloaded slog-envlogger v2.2.0
8972026-02-26T16:17:05.702Z Downloaded slog-dtrace v0.3.0
8982026-02-26T16:17:05.702Z Downloaded slog-bunyan v2.5.0
8992026-02-26T16:17:05.702Z Downloaded slab v0.4.9
9002026-02-26T16:17:05.702Z Downloaded siphasher v1.0.1
9012026-02-26T16:17:05.702Z Downloaded siphasher v0.3.11
9022026-02-26T16:17:05.702Z Downloaded simd-adler32 v0.3.7
9032026-02-26T16:17:05.702Z Downloaded sigpipe v0.1.3
9042026-02-26T16:17:05.702Z Downloaded serde_path_to_error v0.1.20
9052026-02-26T16:17:05.702Z Downloaded serde_derive_internals v0.29.1
9062026-02-26T16:17:05.702Z Downloaded serde-hex v0.1.0
9072026-02-26T16:17:05.702Z Downloaded seq-macro v0.3.6
9082026-02-26T16:17:05.729Z Downloaded sec1 v0.7.3
9092026-02-26T16:17:05.729Z Downloaded sct v0.7.1
9102026-02-26T16:17:05.730Z Downloaded rusty-fork v0.3.0
9112026-02-26T16:17:05.730Z Downloaded rustversion v1.0.22
9122026-02-26T16:17:05.730Z Downloaded rustls-platform-verifier v0.6.2
9132026-02-26T16:17:05.730Z Downloaded rustc-demangle v0.1.24
9142026-02-26T16:17:05.730Z Downloaded resolv-conf v0.7.0
9152026-02-26T16:17:05.730Z Downloaded r2d2 v0.8.10
9162026-02-26T16:17:05.730Z Downloaded progenitor-impl v0.13.0
9172026-02-26T16:17:05.730Z Downloaded prettyplease v0.2.36
9182026-02-26T16:17:05.755Z Downloaded pretty_assertions v1.4.1
9192026-02-26T16:17:05.755Z Downloaded papergrid v0.17.0
9202026-02-26T16:17:05.755Z Downloaded expectorate v1.2.0
9212026-02-26T16:17:05.755Z Downloaded ed25519-dalek v2.1.1
9222026-02-26T16:17:05.755Z Downloaded dropshot-api-manager v0.3.0
9232026-02-26T16:17:05.755Z Downloaded sqlparser_derive v0.5.0
9242026-02-26T16:17:05.755Z Downloaded signature v2.2.0
9252026-02-26T16:17:05.755Z Downloaded signal-hook-mio v0.2.4
9262026-02-26T16:17:05.755Z Downloaded shell-words v1.1.0
9272026-02-26T16:17:05.755Z Downloaded sha1 v0.10.6
9282026-02-26T16:17:05.781Z Downloaded serde_urlencoded v0.7.1
9292026-02-26T16:17:05.781Z Downloaded serde_spanned v1.0.4
9302026-02-26T16:17:05.781Z Downloaded serde_repr v0.1.19
9312026-02-26T16:17:05.781Z Downloaded semver v0.1.20
9322026-02-26T16:17:05.781Z Downloaded scrypt v0.11.0
9332026-02-26T16:17:05.781Z Downloaded scroll v0.13.0
9342026-02-26T16:17:05.781Z Downloaded schemars_derive v0.8.22
9352026-02-26T16:17:05.781Z Downloaded rustls-pki-types v1.14.0
9362026-02-26T16:17:05.781Z Downloaded rand_seeder v0.4.0
9372026-02-26T16:17:05.781Z Downloaded rand_core v0.9.3
9382026-02-26T16:17:05.781Z Downloaded rand_core v0.6.4
9392026-02-26T16:17:05.781Z Downloaded rand_chacha v0.9.0
9402026-02-26T16:17:05.781Z Downloaded quinn-udp v0.5.5
9412026-02-26T16:17:05.782Z Downloaded psm v0.1.30
9422026-02-26T16:17:05.806Z Downloaded progenitor-impl v0.11.2
9432026-02-26T16:17:05.806Z Downloaded progenitor-impl v0.10.0
9442026-02-26T16:17:05.806Z Downloaded prefix-trie v0.7.0
9452026-02-26T16:17:05.806Z Downloaded pkcs1 v0.7.5
9462026-02-26T16:17:05.806Z Downloaded serde_bytes v0.11.19
9472026-02-26T16:17:05.806Z Downloaded serde-big-array v0.5.1
9482026-02-26T16:17:05.806Z Downloaded secrecy v0.10.3
9492026-02-26T16:17:05.807Z Downloaded secrecy v0.8.0
9502026-02-26T16:17:05.807Z Downloaded scroll_derive v0.13.1
9512026-02-26T16:17:05.807Z Downloaded scopeguard v1.2.0
9522026-02-26T16:17:05.807Z Downloaded scheduled-thread-pool v0.2.7
9532026-02-26T16:17:05.807Z Downloaded sapling-renderdag v0.1.0
9542026-02-26T16:17:05.807Z Downloaded same-file v1.0.6
9552026-02-26T16:17:05.807Z Downloaded salsa20 v0.10.2
9562026-02-26T16:17:05.831Z Downloaded rustls-pemfile v2.2.0
9572026-02-26T16:17:05.831Z Downloaded rustls-pemfile v1.0.4
9582026-02-26T16:17:05.831Z Downloaded rustls-native-certs v0.8.1
9592026-02-26T16:17:05.831Z Downloaded pkcs8 v0.10.2
9602026-02-26T16:17:05.831Z Downloaded num-bigint-dig v0.8.6
9612026-02-26T16:17:05.831Z Downloaded russh-cryptovec v0.7.3
9622026-02-26T16:17:05.831Z Downloaded rtoolbox v0.0.2
9632026-02-26T16:17:05.831Z Downloaded postgres-types v0.2.9
9642026-02-26T16:17:05.831Z Downloaded flume v0.11.1
9652026-02-26T16:17:05.831Z Downloaded rfc6979 v0.4.0
9662026-02-26T16:17:05.832Z Downloaded parking_lot v0.11.2
9672026-02-26T16:17:05.856Z Downloaded parking_lot v0.12.3
9682026-02-26T16:17:05.856Z Downloaded elliptic-curve v0.13.8
9692026-02-26T16:17:05.856Z Downloaded ref-cast v1.0.25
9702026-02-26T16:17:05.856Z Downloaded radium v0.7.0
9712026-02-26T16:17:05.856Z Downloaded progenitor-macro v0.8.0
9722026-02-26T16:17:05.856Z Downloaded progenitor v0.10.0
9732026-02-26T16:17:05.856Z Downloaded proc-macro-error2 v2.0.1
9742026-02-26T16:17:05.856Z Downloaded predicates v3.1.3
9752026-02-26T16:17:05.856Z Downloaded ppv-lite86 v0.2.20
9762026-02-26T16:17:05.881Z Downloaded postcard v1.0.10
9772026-02-26T16:17:05.881Z Downloaded polyval v0.6.2
9782026-02-26T16:17:05.881Z Downloaded pem v3.0.5
9792026-02-26T16:17:05.881Z Downloaded omicron-zone-package v0.12.2
9802026-02-26T16:17:05.881Z Downloaded num-bigint v0.4.6
9812026-02-26T16:17:05.881Z Downloaded nom v7.1.3
9822026-02-26T16:17:05.881Z Downloaded recursive-proc-macro-impl v0.1.1
9832026-02-26T16:17:05.881Z Downloaded recursive v0.1.1
9842026-02-26T16:17:05.881Z Downloaded rand_xorshift v0.4.0
9852026-02-26T16:17:05.881Z Downloaded rand_chacha v0.3.1
9862026-02-26T16:17:05.906Z Downloaded quick-error v1.2.3
9872026-02-26T16:17:05.906Z Downloaded progenitor-extras v0.1.0
9882026-02-26T16:17:05.906Z Downloaded progenitor-client v0.13.0
9892026-02-26T16:17:05.906Z Downloaded progenitor-client v0.11.2
9902026-02-26T16:17:05.906Z Downloaded progenitor-client v0.10.0
9912026-02-26T16:17:05.906Z Downloaded progenitor v0.13.0
9922026-02-26T16:17:05.906Z Downloaded progenitor v0.11.2
9932026-02-26T16:17:05.906Z Downloaded primeorder v0.13.6
9942026-02-26T16:17:05.906Z Downloaded pretty-hex v0.2.1
9952026-02-26T16:17:05.906Z Downloaded powerfmt v0.2.0
9962026-02-26T16:17:05.906Z Downloaded postgres-protocol v0.6.8
9972026-02-26T16:17:05.930Z Downloaded poly1305 v0.8.0
9982026-02-26T16:17:05.930Z Downloaded pkg-config v0.3.31
9992026-02-26T16:17:05.930Z Downloaded pin-project v1.1.6
10002026-02-26T16:17:05.930Z Downloaded mio v1.0.2
10012026-02-26T16:17:05.955Z Downloaded libxml v0.3.3
10022026-02-26T16:17:05.955Z Downloaded futures v0.3.31
10032026-02-26T16:17:05.955Z Downloaded progenitor-macro v0.13.0
10042026-02-26T16:17:05.955Z Downloaded progenitor-macro v0.11.2
10052026-02-26T16:17:05.955Z Downloaded progenitor-macro v0.10.0
10062026-02-26T16:17:05.955Z Downloaded progenitor-client v0.8.0
10072026-02-26T16:17:05.955Z Downloaded progenitor v0.8.0
10082026-02-26T16:17:05.955Z Downloaded proc-macro-error-attr2 v2.0.0
10092026-02-26T16:17:05.955Z Downloaded proc-macro-crate v1.3.1
10102026-02-26T16:17:05.955Z Downloaded predicates-tree v1.0.12
10112026-02-26T16:17:05.979Z Downloaded predicates-core v1.0.8
10122026-02-26T16:17:05.979Z Downloaded precomputed-hash v0.1.1
10132026-02-26T16:17:05.979Z Downloaded pin-project-internal v1.1.6
10142026-02-26T16:17:05.979Z Downloaded peg-macros v0.8.5
10152026-02-26T16:17:05.979Z Downloaded openssl-sys v0.9.109
10162026-02-26T16:17:05.979Z Downloaded libm v0.2.8
10172026-02-26T16:17:05.979Z Downloaded derive_more v2.0.1
10182026-02-26T16:17:06.005Z Downloaded pin-project-lite v0.2.14
10192026-02-26T16:17:06.005Z Downloaded phf v0.12.1
10202026-02-26T16:17:06.005Z Downloaded phf v0.11.2
10212026-02-26T16:17:06.005Z Downloaded pem-rfc7468 v0.7.0
10222026-02-26T16:17:06.005Z Downloaded peg v0.8.5
10232026-02-26T16:17:06.005Z Downloaded paste v1.0.15
10242026-02-26T16:17:06.029Z Downloaded password-hash v0.5.0
10252026-02-26T16:17:06.029Z Downloaded parse-display-derive v0.10.0
10262026-02-26T16:17:06.029Z Downloaded parking_lot_core v0.9.10
10272026-02-26T16:17:06.029Z Downloaded parking_lot_core v0.8.6
10282026-02-26T16:17:06.029Z Downloaded p256 v0.13.2
10292026-02-26T16:17:06.029Z Downloaded oso v0.27.3
10302026-02-26T16:17:06.030Z Downloaded miniz_oxide v0.8.5
10312026-02-26T16:17:06.030Z Downloaded memmap2 v0.9.8
10322026-02-26T16:17:06.030Z Downloaded iri-string v0.7.8
10332026-02-26T16:17:06.054Z Downloaded hyper-util v0.1.19
10342026-02-26T16:17:06.054Z Downloaded hyper-rustls v0.27.7
10352026-02-26T16:17:06.054Z Downloaded flate2 v1.1.2
10362026-02-26T16:17:06.054Z Downloaded fatfs v0.3.6
10372026-02-26T16:17:06.078Z Downloaded ecdsa v0.16.9
10382026-02-26T16:17:06.078Z Downloaded dropshot_endpoint v0.16.7
10392026-02-26T16:17:06.078Z Downloaded derive_more v0.99.20
10402026-02-26T16:17:06.078Z Downloaded curve25519-dalek v4.1.3
10412026-02-26T16:17:06.078Z Downloaded bstr v1.10.0
10422026-02-26T16:17:06.103Z Downloaded phf_shared v0.11.2
10432026-02-26T16:17:06.103Z Downloaded peg-runtime v0.8.5
10442026-02-26T16:17:06.103Z Downloaded path-slash v0.1.5
10452026-02-26T16:17:06.103Z Downloaded packed_struct_codegen v0.10.1
10462026-02-26T16:17:06.103Z Downloaded packed_struct v0.10.1
10472026-02-26T16:17:06.103Z Downloaded oxnet v0.1.4
10482026-02-26T16:17:06.103Z Downloaded oxide-tokio-rt v0.1.2
10492026-02-26T16:17:06.103Z Downloaded owo-colors v4.2.3
10502026-02-26T16:17:06.103Z Downloaded num_enum v0.5.11
10512026-02-26T16:17:06.128Z Downloaded num-rational v0.4.2
10522026-02-26T16:17:06.128Z Downloaded num-iter v0.1.45
10532026-02-26T16:17:06.128Z Downloaded num-integer v0.1.46
10542026-02-26T16:17:06.128Z Downloaded num-complex v0.4.6
10552026-02-26T16:17:06.128Z Downloaded mime_guess v2.0.5
10562026-02-26T16:17:06.128Z Downloaded iddqd v0.3.16
10572026-02-26T16:17:06.152Z Downloaded http v1.4.0
10582026-02-26T16:17:06.152Z Downloaded hkdf v0.12.4
10592026-02-26T16:17:06.152Z Downloaded pbkdf2 v0.11.0
10602026-02-26T16:17:06.152Z Downloaded parse-size v1.1.0
10612026-02-26T16:17:06.152Z Downloaded parse-display v0.10.0
10622026-02-26T16:17:06.152Z Downloaded oso-derive v0.27.3
10632026-02-26T16:17:06.152Z Downloaded openssl-probe v0.1.5
10642026-02-26T16:17:06.152Z Downloaded openssl-macros v0.1.1
10652026-02-26T16:17:06.152Z Downloaded opaque-debug v0.3.1
10662026-02-26T16:17:06.153Z Downloaded olpc-cjson v0.1.4
10672026-02-26T16:17:06.153Z Downloaded number_prefix v0.4.0
10682026-02-26T16:17:06.153Z Downloaded nu-ansi-term v0.50.1
10692026-02-26T16:17:06.177Z Downloaded newtype-uuid v1.3.2
10702026-02-26T16:17:06.177Z Downloaded native-tls v0.2.12
10712026-02-26T16:17:06.177Z Downloaded nanorand v0.7.0
10722026-02-26T16:17:06.177Z Downloaded multer v3.1.0
10732026-02-26T16:17:06.177Z Downloaded memoffset v0.9.1
10742026-02-26T16:17:06.177Z Downloaded litrs v0.4.1
10752026-02-26T16:17:06.177Z Downloaded jobserver v0.1.32
10762026-02-26T16:17:06.177Z Downloaded hickory-server v0.25.2
10772026-02-26T16:17:06.177Z Downloaded hashbrown v0.12.3
10782026-02-26T16:17:06.202Z Downloaded glob v0.3.2
10792026-02-26T16:17:06.202Z Downloaded getrandom v0.2.15
10802026-02-26T16:17:06.202Z Downloaded ena v0.14.3
10812026-02-26T16:17:06.202Z Downloaded ed25519 v2.2.3
10822026-02-26T16:17:06.202Z Downloaded des v0.8.1
10832026-02-26T16:17:06.202Z Downloaded derive-ex v0.1.8
10842026-02-26T16:17:06.202Z Downloaded num_enum_derive v0.5.11
10852026-02-26T16:17:06.202Z Downloaded num-derive v0.4.2
10862026-02-26T16:17:06.227Z Downloaded num-derive v0.3.3
10872026-02-26T16:17:06.227Z Downloaded num-conv v0.2.0
10882026-02-26T16:17:06.227Z Downloaded num v0.4.3
10892026-02-26T16:17:06.227Z Downloaded normalize-line-endings v0.3.0
10902026-02-26T16:17:06.227Z Downloaded nonempty v0.12.0
10912026-02-26T16:17:06.227Z Downloaded nodrop v0.1.14
10922026-02-26T16:17:06.227Z Downloaded nibble_vec v0.1.0
10932026-02-26T16:17:06.227Z Downloaded newtype_derive v0.1.6
10942026-02-26T16:17:06.227Z Downloaded newtype-uuid-macros v0.1.0
10952026-02-26T16:17:06.227Z Downloaded newline-converter v0.3.0
10962026-02-26T16:17:06.227Z Downloaded new_debug_unreachable v1.0.6
10972026-02-26T16:17:06.227Z Downloaded multimap v0.10.1
10982026-02-26T16:17:06.227Z Downloaded mime v0.3.17
10992026-02-26T16:17:06.227Z Downloaded md5 v0.7.0
11002026-02-26T16:17:06.252Z Downloaded md-5 v0.10.6
11012026-02-26T16:17:06.252Z Downloaded maybe-uninit v2.0.0
11022026-02-26T16:17:06.252Z Downloaded match_cfg v0.1.0
11032026-02-26T16:17:06.252Z Downloaded managed v0.8.0
11042026-02-26T16:17:06.252Z Downloaded lzss v0.8.2
11052026-02-26T16:17:06.252Z Downloaded lockfree-object-pool v0.1.6
11062026-02-26T16:17:06.252Z Downloaded lock_api v0.4.12
11072026-02-26T16:17:06.252Z Downloaded linear-map v1.2.0
11082026-02-26T16:17:06.252Z Downloaded libz-rs-sys v0.5.1
11092026-02-26T16:17:06.252Z Downloaded libsw-core v0.3.1
11102026-02-26T16:17:06.252Z Downloaded libsw v3.5.0
11112026-02-26T16:17:06.252Z Downloaded libscf-sys v1.1.0
11122026-02-26T16:17:06.252Z Downloaded libloading v0.8.5
11132026-02-26T16:17:06.252Z Downloaded libefi-sys v0.1.0
11142026-02-26T16:17:06.277Z Downloaded lazy_static v1.5.0
11152026-02-26T16:17:06.277Z Downloaded kstat-rs v0.2.4
11162026-02-26T16:17:06.277Z Downloaded keccak v0.1.5
11172026-02-26T16:17:06.277Z Downloaded indicatif v0.18.0
11182026-02-26T16:17:06.277Z Downloaded indicatif v0.17.11
11192026-02-26T16:17:06.277Z Downloaded indexmap v1.9.3
11202026-02-26T16:17:06.277Z Downloaded ignore v0.4.23
11212026-02-26T16:17:06.277Z Downloaded hyper-staticfile v0.10.1
11222026-02-26T16:17:06.301Z Downloaded hickory-resolver v0.25.2
11232026-02-26T16:17:06.301Z Downloaded hickory-client v0.25.2
11242026-02-26T16:17:06.301Z Downloaded heapless v0.8.0
11252026-02-26T16:17:06.301Z Downloaded headers v0.4.1
11262026-02-26T16:17:06.301Z Downloaded hashbrown v0.15.4
11272026-02-26T16:17:06.325Z Downloaded hashbrown v0.13.2
11282026-02-26T16:17:06.325Z Downloaded h2 v0.4.6
11292026-02-26T16:17:06.325Z Downloaded group v0.13.0
11302026-02-26T16:17:06.325Z Downloaded globset v0.4.15
11312026-02-26T16:17:06.325Z Downloaded futures-executor v0.3.31
11322026-02-26T16:17:06.325Z Downloaded futures-channel v0.3.31
11332026-02-26T16:17:06.326Z Downloaded fs_extra v1.3.0
11342026-02-26T16:17:06.326Z Downloaded foldhash v0.2.0
11352026-02-26T16:17:06.350Z Downloaded foldhash v0.1.5
11362026-02-26T16:17:06.350Z Downloaded find-msvc-tools v0.1.9
11372026-02-26T16:17:06.350Z Downloaded ff v0.13.0
11382026-02-26T16:17:06.350Z Downloaded fallible-iterator v0.2.0
11392026-02-26T16:17:06.350Z Downloaded erased-serde v0.3.31
11402026-02-26T16:17:06.350Z Downloaded env_logger v0.11.8
11412026-02-26T16:17:06.350Z Downloaded env_filter v0.1.2
11422026-02-26T16:17:06.350Z Downloaded either v1.15.0
11432026-02-26T16:17:06.350Z Downloaded diesel-dtrace v0.4.2
11442026-02-26T16:17:06.350Z Downloaded lru-slab v0.1.2
11452026-02-26T16:17:06.350Z Downloaded lru-cache v0.1.2
11462026-02-26T16:17:06.350Z Downloaded lru v0.12.5
11472026-02-26T16:17:06.350Z Downloaded linked-hash-map v0.5.6
11482026-02-26T16:17:06.351Z Downloaded lalrpop-util v0.19.12
11492026-02-26T16:17:06.351Z Downloaded is_ci v1.2.0
11502026-02-26T16:17:06.351Z Downloaded ipnet v2.11.0
11512026-02-26T16:17:06.375Z Downloaded instability v0.3.2
11522026-02-26T16:17:06.375Z Downloaded ingot-types v0.1.2
11532026-02-26T16:17:06.375Z Downloaded ingot-macros v0.1.1
11542026-02-26T16:17:06.375Z Downloaded ingot v0.1.1
11552026-02-26T16:17:06.375Z Downloaded aws-lc-sys v0.37.1
11562026-02-26T16:17:06.643Z Downloaded indent_write v2.2.0
11572026-02-26T16:17:06.668Z Downloaded iana-time-zone v0.1.63
11582026-02-26T16:17:06.669Z Downloaded http-range v0.1.5
11592026-02-26T16:17:06.669Z Downloaded hickory-resolver v0.24.4
11602026-02-26T16:17:06.669Z Downloaded heapless v0.7.17
11612026-02-26T16:17:06.669Z Downloaded fixedbitset v0.5.7
11622026-02-26T16:17:06.669Z Downloaded dropshot-api-manager-types v0.3.0
11632026-02-26T16:17:06.669Z Downloaded drift v0.1.3
11642026-02-26T16:17:06.669Z Downloaded der v0.7.10
11652026-02-26T16:17:06.693Z Downloaded internet-checksum v0.2.1
11662026-02-26T16:17:06.694Z Downloaded instant v0.1.13
11672026-02-26T16:17:06.694Z Downloaded inout v0.1.3
11682026-02-26T16:17:06.694Z Downloaded indoc v2.0.6
11692026-02-26T16:17:06.694Z Downloaded indoc v1.0.9
11702026-02-26T16:17:06.694Z Downloaded impl-trait-for-tuples v0.2.2
11712026-02-26T16:17:06.694Z Downloaded ident_case v1.0.1
11722026-02-26T16:17:06.694Z Downloaded hyper-tls v0.6.0
11732026-02-26T16:17:06.694Z Downloaded httparse v1.9.5
11742026-02-26T16:17:06.694Z Downloaded home v0.5.9
11752026-02-26T16:17:06.694Z Downloaded highway v1.3.0
11762026-02-26T16:17:06.694Z Downloaded globwalk v0.9.1
11772026-02-26T16:17:06.718Z Downloaded ghash v0.5.1
11782026-02-26T16:17:06.718Z Downloaded gethostname v0.5.0
11792026-02-26T16:17:06.718Z Downloaded fxhash v0.2.1
11802026-02-26T16:17:06.718Z Downloaded futures-task v0.3.31
11812026-02-26T16:17:06.718Z Downloaded futures-macro v0.3.31
11822026-02-26T16:17:06.718Z Downloaded futures-io v0.3.31
11832026-02-26T16:17:06.718Z Downloaded futures-core v0.3.32
11842026-02-26T16:17:06.718Z Downloaded funty v2.0.0
11852026-02-26T16:17:06.718Z Downloaded fs-err v2.11.0
11862026-02-26T16:17:06.719Z Downloaded foreign-types v0.5.0
11872026-02-26T16:17:06.719Z Downloaded float-cmp v0.10.0
11882026-02-26T16:17:06.719Z Downloaded filetime v0.2.26
11892026-02-26T16:17:06.719Z Downloaded fd-lock v4.0.2
11902026-02-26T16:17:06.719Z Downloaded dyn-clone v1.0.20
11912026-02-26T16:17:06.719Z Downloaded dsl_auto_type v0.1.2
11922026-02-26T16:17:06.719Z Downloaded crossterm v0.29.0
11932026-02-26T16:17:06.743Z Downloaded crossterm v0.28.1
11942026-02-26T16:17:06.744Z Downloaded chrono v0.4.43
11952026-02-26T16:17:06.744Z Downloaded aho-corasick v1.1.3
11962026-02-26T16:17:06.768Z Downloaded humantime v2.2.0
11972026-02-26T16:17:06.768Z Downloaded hubpack_derive v0.1.1
11982026-02-26T16:17:06.768Z Downloaded hubpack v0.1.2
11992026-02-26T16:17:06.768Z Downloaded httpdate v1.0.3
12002026-02-26T16:17:06.768Z Downloaded http-body-util v0.1.3
12012026-02-26T16:17:06.768Z Downloaded http-body v1.0.1
12022026-02-26T16:17:06.768Z Downloaded hostname v0.4.2
12032026-02-26T16:17:06.768Z Downloaded hostname v0.3.1
12042026-02-26T16:17:06.768Z Downloaded hmac v0.12.1
12052026-02-26T16:17:06.768Z Downloaded hex-literal v0.4.1
12062026-02-26T16:17:06.768Z Downloaded hex v0.4.3
12072026-02-26T16:17:06.768Z Downloaded heck v0.3.3
12082026-02-26T16:17:06.768Z Downloaded headers-core v0.3.0
12092026-02-26T16:17:06.768Z Downloaded half v2.4.1
12102026-02-26T16:17:06.793Z Downloaded half v1.8.3
12112026-02-26T16:17:06.793Z Downloaded futures-sink v0.3.31
12122026-02-26T16:17:06.793Z Downloaded foreign-types-shared v0.3.1
12132026-02-26T16:17:06.793Z Downloaded foreign-types-shared v0.1.1
12142026-02-26T16:17:06.793Z Downloaded foreign-types-macros v0.2.3
12152026-02-26T16:17:06.793Z Downloaded foreign-types v0.3.2
12162026-02-26T16:17:06.793Z Downloaded float-ord v0.3.2
12172026-02-26T16:17:06.793Z Downloaded flagset v0.4.6
12182026-02-26T16:17:06.793Z Downloaded fixedbitset v0.4.2
12192026-02-26T16:17:06.793Z Downloaded enum-as-inner v0.6.1
12202026-02-26T16:17:06.793Z Downloaded embedded-io v0.4.0
12212026-02-26T16:17:06.793Z Downloaded dtrace-parser v0.3.0
12222026-02-26T16:17:06.793Z Downloaded document-features v0.2.11
12232026-02-26T16:17:06.793Z Downloaded diesel_derives v2.2.3
12242026-02-26T16:17:06.793Z Downloaded derive_more-impl v2.0.1
12252026-02-26T16:17:06.818Z Downloaded derive_builder_core v0.20.2
12262026-02-26T16:17:06.818Z Downloaded darling v0.21.0
12272026-02-26T16:17:06.818Z Downloaded daft-derive v0.1.4
12282026-02-26T16:17:06.818Z Downloaded ctr v0.9.2
12292026-02-26T16:17:06.818Z Downloaded crypto-bigint v0.5.5
12302026-02-26T16:17:06.818Z Downloaded crucible-workspace-hack v0.1.0
12312026-02-26T16:17:06.843Z Downloaded crossbeam-utils v0.8.21
12322026-02-26T16:17:06.843Z Downloaded crossbeam-channel v0.5.15
12332026-02-26T16:17:06.843Z Downloaded compact_str v0.8.0
12342026-02-26T16:17:06.843Z Downloaded chacha20poly1305 v0.10.1
12352026-02-26T16:17:06.843Z Downloaded cc v1.2.56
12362026-02-26T16:17:06.843Z Downloaded hash32 v0.2.1
12372026-02-26T16:17:06.843Z Downloaded endian-type v0.1.2
12382026-02-26T16:17:06.843Z Downloaded embedded-io v0.6.1
12392026-02-26T16:17:06.843Z Downloaded dunce v1.0.5
12402026-02-26T16:17:06.843Z Downloaded dof v0.4.0
12412026-02-26T16:17:06.843Z Downloaded display-error-chain v0.2.2
12422026-02-26T16:17:06.843Z Downloaded dirs-sys-next v0.1.2
12432026-02-26T16:17:06.867Z Downloaded dirs-next v2.0.0
12442026-02-26T16:17:06.867Z Downloaded difflib v0.4.0
12452026-02-26T16:17:06.867Z Downloaded derive_builder_macro v0.20.2
12462026-02-26T16:17:06.867Z Downloaded derive_builder v0.20.2
12472026-02-26T16:17:06.868Z Downloaded deranged v0.5.3
12482026-02-26T16:17:06.868Z Downloaded darling_core v0.21.0
12492026-02-26T16:17:06.868Z Downloaded darling v0.20.10
12502026-02-26T16:17:06.868Z Downloaded daft v0.1.4
12512026-02-26T16:17:06.868Z Downloaded curve25519-dalek-derive v0.1.1
12522026-02-26T16:17:06.868Z Downloaded csv-core v0.1.11
12532026-02-26T16:17:06.893Z Downloaded crunchy v0.2.2
12542026-02-26T16:17:06.893Z Downloaded crossbeam-epoch v0.9.18
12552026-02-26T16:17:06.893Z Downloaded crossbeam-deque v0.8.5
12562026-02-26T16:17:06.893Z Downloaded crc32fast v1.4.2
12572026-02-26T16:17:06.893Z Downloaded crc-catalog v2.4.0
12582026-02-26T16:17:06.893Z Downloaded crc-any v2.5.0
12592026-02-26T16:17:06.893Z Downloaded corncobs v0.1.4
12602026-02-26T16:17:06.893Z Downloaded cookie_store v0.22.1
12612026-02-26T16:17:06.893Z Downloaded const_format v0.2.34
12622026-02-26T16:17:06.893Z Downloaded console v0.16.0
12632026-02-26T16:17:06.893Z Downloaded colored v3.0.0
12642026-02-26T16:17:06.917Z Downloaded colored v2.2.0
12652026-02-26T16:17:06.917Z Downloaded cmake v0.1.57
12662026-02-26T16:17:06.917Z Downloaded clang-sys v1.8.1
12672026-02-26T16:17:06.917Z Downloaded ciborium v0.2.2
12682026-02-26T16:17:06.917Z Downloaded cfg_aliases v0.1.1
12692026-02-26T16:17:06.918Z Downloaded bitvec v1.0.1
12702026-02-26T16:17:06.942Z Downloaded aes-gcm v0.10.3
12712026-02-26T16:17:06.942Z Downloaded derive-where v1.5.0
12722026-02-26T16:17:06.942Z Downloaded der_derive v0.7.3
12732026-02-26T16:17:06.942Z Downloaded defmt v0.3.8
12742026-02-26T16:17:06.967Z Downloaded debug-ignore v1.0.5
12752026-02-26T16:17:06.967Z Downloaded data-encoding v2.9.0
12762026-02-26T16:17:06.967Z Downloaded darling_macro v0.21.0
12772026-02-26T16:17:06.967Z Downloaded darling_core v0.20.10
12782026-02-26T16:17:06.967Z Downloaded cstr-argument v0.1.2
12792026-02-26T16:17:06.967Z Downloaded critical-section v1.1.3
12802026-02-26T16:17:06.967Z Downloaded crc8 v0.1.1
12812026-02-26T16:17:06.967Z Downloaded convert_case v0.7.1
12822026-02-26T16:17:06.967Z Downloaded constant_time_eq v0.3.1
12832026-02-26T16:17:06.967Z Downloaded const_format_proc_macros v0.2.34
12842026-02-26T16:17:06.967Z Downloaded const-oid v0.9.6
12852026-02-26T16:17:06.967Z Downloaded ciborium-ll v0.2.2
12862026-02-26T16:17:06.991Z Downloaded ciborium-io v0.2.2
12872026-02-26T16:17:06.992Z Downloaded chacha20 v0.9.1
12882026-02-26T16:17:06.992Z Downloaded cfg_aliases v0.2.1
12892026-02-26T16:17:06.992Z Downloaded cexpr v0.6.0
12902026-02-26T16:17:06.992Z Downloaded cbc v0.1.2
12912026-02-26T16:17:06.992Z Downloaded cargo_metadata v0.19.2
12922026-02-26T16:17:06.992Z Downloaded bzip2 v0.4.4
12932026-02-26T16:17:06.992Z Downloaded buf-list v1.0.3
12942026-02-26T16:17:06.992Z Downloaded blake3 v1.5.4
12952026-02-26T16:17:06.992Z Downloaded base64 v0.13.1
12962026-02-26T16:17:07.016Z Downloaded backtrace v0.3.74
12972026-02-26T16:17:07.016Z Downloaded async-bb8-diesel v0.2.1
12982026-02-26T16:17:07.017Z Downloaded ar_archive_writer v0.5.1
12992026-02-26T16:17:07.017Z Downloaded allocator-api2 v0.2.21
13002026-02-26T16:17:07.017Z Downloaded aead v0.5.2
13012026-02-26T16:17:07.017Z Downloaded defmt-parser v0.3.4
13022026-02-26T16:17:07.017Z Downloaded defmt-macros v0.3.9
13032026-02-26T16:17:07.041Z Downloaded darling_macro v0.20.10
13042026-02-26T16:17:07.041Z Downloaded crc v3.2.1
13052026-02-26T16:17:07.041Z Downloaded convert_case v0.4.0
13062026-02-26T16:17:07.041Z Downloaded console v0.15.10
13072026-02-26T16:17:07.041Z Downloaded cobs v0.2.3
13082026-02-26T16:17:07.041Z Downloaded cipher v0.4.4
13092026-02-26T16:17:07.041Z Downloaded cassowary v0.3.0
13102026-02-26T16:17:07.041Z Downloaded cancel-safe-futures v0.1.5
13112026-02-26T16:17:07.041Z Downloaded camino-tempfile-ext v0.3.2
13122026-02-26T16:17:07.041Z Downloaded bzip2 v0.5.2
13132026-02-26T16:17:07.066Z Downloaded bytes v1.11.1
13142026-02-26T16:17:07.067Z Downloaded bumpalo v3.16.0
13152026-02-26T16:17:07.067Z Downloaded blowfish v0.9.1
13162026-02-26T16:17:07.067Z Downloaded block-padding v0.3.3
13172026-02-26T16:17:07.067Z Downloaded bitflags v1.3.2
13182026-02-26T16:17:07.067Z Downloaded bitfield v0.19.2
13192026-02-26T16:17:07.067Z Downloaded bit-vec v0.6.3
13202026-02-26T16:17:07.067Z Downloaded bit-set v0.8.0
13212026-02-26T16:17:07.067Z Downloaded bindgen v0.71.1
13222026-02-26T16:17:07.091Z Downloaded bcrypt-pbkdf v0.10.0
13232026-02-26T16:17:07.091Z Downloaded base64ct v1.6.0
13242026-02-26T16:17:07.091Z Downloaded base64 v0.22.1
13252026-02-26T16:17:07.091Z Downloaded base64 v0.21.7
13262026-02-26T16:17:07.091Z Downloaded base16ct v0.2.0
13272026-02-26T16:17:07.091Z Downloaded backon v1.6.0
13282026-02-26T16:17:07.091Z Downloaded backoff v0.4.0
13292026-02-26T16:17:07.091Z Downloaded atty v0.2.14
13302026-02-26T16:17:07.091Z Downloaded async-recursion v1.1.1
13312026-02-26T16:17:07.116Z Downloaded arrayvec v0.7.6
13322026-02-26T16:17:07.116Z Downloaded argon2 v0.5.3
13332026-02-26T16:17:07.116Z Downloaded arc-swap v1.7.1
13342026-02-26T16:17:07.116Z Downloaded aes v0.8.4
13352026-02-26T16:17:07.116Z Downloaded cargo-platform v0.1.8
13362026-02-26T16:17:07.116Z Downloaded blake2 v0.10.6
13372026-02-26T16:17:07.116Z Downloaded bitfield-macros v0.19.2
13382026-02-26T16:17:07.116Z Downloaded aws-lc-rs v1.16.0
13392026-02-26T16:17:07.141Z Downloaded bit-vec v0.8.0
13402026-02-26T16:17:07.141Z Downloaded bit-set v0.5.3
13412026-02-26T16:17:07.141Z Downloaded bb8 v0.8.5
13422026-02-26T16:17:07.141Z Downloaded atomicwrites v0.4.4
13432026-02-26T16:17:07.141Z Downloaded array-init v0.0.4
13442026-02-26T16:17:07.141Z Downloaded ahash v0.8.12
13452026-02-26T16:17:07.141Z Downloaded adler2 v2.0.0
13462026-02-26T16:17:07.141Z Downloaded addr2line v0.24.2
13472026-02-26T16:17:07.141Z Downloaded bcs v0.1.6
13482026-02-26T16:17:07.141Z Downloaded atomic-waker v1.1.2
13492026-02-26T16:17:07.165Z Downloaded async-trait v0.1.89
13502026-02-26T16:17:07.166Z Downloaded async-stream-impl v0.3.6
13512026-02-26T16:17:07.166Z Downloaded async-stream v0.3.6
13522026-02-26T16:17:07.166Z Downloaded assert_matches v1.5.0
13532026-02-26T16:17:07.166Z Downloaded ascii-canvas v3.0.0
13542026-02-26T16:17:07.166Z Downloaded arrayref v0.3.9
13552026-02-26T16:17:07.340Z Compiling find-msvc-tools v0.1.9
13562026-02-26T16:17:07.340Z Compiling value-bag v1.12.0
13572026-02-26T16:17:07.340Z Compiling shlex v1.3.0
13582026-02-26T16:17:07.340Z Compiling smallvec v1.15.1
13592026-02-26T16:17:07.429Z Compiling syn v2.0.117
13602026-02-26T16:17:07.429Z Compiling getrandom v0.2.15
13612026-02-26T16:17:07.429Z Compiling jobserver v0.1.32
13622026-02-26T16:17:07.429Z Compiling typenum v1.17.0
13632026-02-26T16:17:08.074Z Compiling rand_core v0.6.4
13642026-02-26T16:17:08.156Z Compiling log v0.4.29
13652026-02-26T16:17:08.190Z Compiling generic-array v0.14.7
13662026-02-26T16:17:08.215Z Compiling cc v1.2.56
13672026-02-26T16:17:08.246Z Compiling lock_api v0.4.12
13682026-02-26T16:17:08.659Z Compiling subtle v2.6.1
13692026-02-26T16:17:08.723Z Compiling scopeguard v1.2.0
13702026-02-26T16:17:08.826Z Compiling portable-atomic v1.11.0
13712026-02-26T16:17:09.002Z Compiling critical-section v1.1.3
13722026-02-26T16:17:09.116Z Compiling const-oid v0.9.6
13732026-02-26T16:17:09.148Z Compiling serde_json v1.0.149
13742026-02-26T16:17:09.309Z Compiling pin-project-lite v0.2.14
13752026-02-26T16:17:09.571Z Compiling pkg-config v0.3.31
13762026-02-26T16:17:09.652Z Compiling parking_lot_core v0.9.10
13772026-02-26T16:17:09.788Z Compiling getrandom v0.3.4
13782026-02-26T16:17:10.722Z Compiling signal-hook-registry v1.4.2
13792026-02-26T16:17:10.853Z Compiling allocator-api2 v0.2.21
13802026-02-26T16:17:10.984Z Compiling libm v0.2.8
13812026-02-26T16:17:11.306Z Compiling once_cell v1.21.3
13822026-02-26T16:17:11.366Z Compiling parking_lot v0.12.3
13832026-02-26T16:17:11.401Z Compiling mio v1.0.2
13842026-02-26T16:17:11.447Z Compiling num-traits v0.2.19
13852026-02-26T16:17:11.496Z Compiling futures-core v0.3.32
13862026-02-26T16:17:11.766Z Compiling percent-encoding v2.3.2
13872026-02-26T16:17:11.977Z Compiling socket2 v0.6.1
13882026-02-26T16:17:12.012Z Compiling slab v0.4.9
13892026-02-26T16:17:12.102Z Compiling foldhash v0.2.0
13902026-02-26T16:17:12.126Z Compiling futures-sink v0.3.31
13912026-02-26T16:17:12.303Z Compiling cpufeatures v0.2.14
13922026-02-26T16:17:12.352Z Compiling futures-channel v0.3.31
13932026-02-26T16:17:12.483Z Compiling hashbrown v0.16.1
13942026-02-26T16:17:12.507Z Compiling futures-io v0.3.31
13952026-02-26T16:17:12.755Z Compiling futures-task v0.3.31
13962026-02-26T16:17:12.789Z Compiling pin-utils v0.1.0
13972026-02-26T16:17:12.813Z Compiling rustversion v1.0.22
13982026-02-26T16:17:12.851Z Compiling form_urlencoded v1.2.2
13992026-02-26T16:17:12.905Z Compiling cmake v0.1.57
14002026-02-26T16:17:12.929Z Compiling dunce v1.0.5
14012026-02-26T16:17:13.041Z Compiling ident_case v1.0.1
14022026-02-26T16:17:13.071Z Compiling base64ct v1.6.0
14032026-02-26T16:17:13.154Z Compiling fs_extra v1.3.0
14042026-02-26T16:17:13.232Z Compiling flagset v0.4.6
14052026-02-26T16:17:13.443Z Compiling foldhash v0.1.5
14062026-02-26T16:17:13.599Z Compiling indexmap v2.13.0
14072026-02-26T16:17:13.645Z Compiling pem-rfc7468 v0.7.0
14082026-02-26T16:17:13.669Z Compiling aws-lc-sys v0.37.1
14092026-02-26T16:17:13.703Z Compiling hashbrown v0.15.4
14102026-02-26T16:17:13.734Z Compiling rand_core v0.9.3
14112026-02-26T16:17:14.185Z Compiling iana-time-zone v0.1.63
14122026-02-26T16:17:14.279Z Compiling ring v0.17.14
14132026-02-26T16:17:14.303Z Compiling rustc_version v0.4.1
14142026-02-26T16:17:14.552Z Compiling uuid v1.19.0
14152026-02-26T16:17:14.644Z Compiling spin v0.9.8
14162026-02-26T16:17:14.836Z Compiling synstructure v0.13.1
14172026-02-26T16:17:14.955Z Compiling aws-lc-rs v1.16.0
14182026-02-26T16:17:15.020Z Compiling regex-syntax v0.8.5
14192026-02-26T16:17:15.044Z Compiling zerocopy v0.8.27
14202026-02-26T16:17:15.277Z Compiling vcpkg v0.2.15
14212026-02-26T16:17:15.864Z Compiling tracing-core v0.1.32
14222026-02-26T16:17:15.930Z Compiling serde_derive_internals v0.29.1
14232026-02-26T16:17:16.111Z Compiling schemars v0.8.22
14242026-02-26T16:17:16.442Z Compiling untrusted v0.9.0
14252026-02-26T16:17:16.649Z Compiling untrusted v0.7.1
14262026-02-26T16:17:16.852Z Compiling openssl-sys v0.9.109
14272026-02-26T16:17:16.877Z Compiling rustix v1.1.3
14282026-02-26T16:17:16.990Z Compiling base64 v0.22.1
14292026-02-26T16:17:17.550Z Compiling adler2 v2.0.0
14302026-02-26T16:17:17.625Z Compiling openssl-probe v0.1.5
14312026-02-26T16:17:17.772Z Compiling rustix v0.38.37
14322026-02-26T16:17:17.935Z Compiling httparse v1.9.5
14332026-02-26T16:17:17.960Z Compiling miniz_oxide v0.8.5
14342026-02-26T16:17:18.383Z Compiling darling_core v0.20.10
14352026-02-26T16:17:18.553Z Compiling dyn-clone v1.0.20
14362026-02-26T16:17:18.604Z Compiling tower-service v0.3.3
14372026-02-26T16:17:18.752Z Compiling atomic-waker v1.1.2
14382026-02-26T16:17:18.793Z Compiling rustls v0.23.37
14392026-02-26T16:17:18.959Z Compiling tower-layer v0.3.3
14402026-02-26T16:17:19.063Z Compiling serde_derive v1.0.228
14412026-02-26T16:17:19.092Z Compiling zeroize_derive v1.4.2
14422026-02-26T16:17:19.236Z Compiling zerofrom-derive v0.1.4
14432026-02-26T16:17:19.297Z Compiling yoke-derive v0.7.4
14442026-02-26T16:17:20.310Z Compiling zerovec-derive v0.10.3
14452026-02-26T16:17:20.381Z Compiling zeroize v1.8.1
14462026-02-26T16:17:20.812Z Compiling displaydoc v0.2.5
14472026-02-26T16:17:21.647Z Compiling icu_provider_macros v1.5.0
14482026-02-26T16:17:22.013Z Compiling crypto-common v0.1.6
14492026-02-26T16:17:22.159Z Compiling zerofrom v0.1.4
14502026-02-26T16:17:22.183Z Compiling block-buffer v0.10.4
14512026-02-26T16:17:22.250Z Compiling tokio-macros v2.6.0
14522026-02-26T16:17:22.454Z Compiling yoke v0.7.4
14532026-02-26T16:17:22.483Z Compiling zerocopy-derive v0.7.35
14542026-02-26T16:17:22.542Z Compiling digest v0.10.7
14552026-02-26T16:17:22.600Z Compiling futures-macro v0.3.31
14562026-02-26T16:17:22.800Z Compiling zerovec v0.10.4
14572026-02-26T16:17:23.022Z Compiling hmac v0.12.1
14582026-02-26T16:17:23.309Z Compiling thiserror-impl v2.0.18
14592026-02-26T16:17:23.525Z Compiling block-padding v0.3.3
14602026-02-26T16:17:23.631Z Compiling sha2 v0.10.9
14612026-02-26T16:17:23.789Z Compiling inout v0.1.3
14622026-02-26T16:17:23.875Z Compiling der_derive v0.7.3
14632026-02-26T16:17:24.102Z Compiling cipher v0.4.4
14642026-02-26T16:17:24.127Z Compiling futures-util v0.3.31
14652026-02-26T16:17:24.153Z Compiling zerocopy v0.7.35
14662026-02-26T16:17:24.638Z Compiling tinystr v0.7.6
14672026-02-26T16:17:24.695Z Compiling icu_collections v1.5.0
14682026-02-26T16:17:25.020Z Compiling icu_locid v1.5.0
14692026-02-26T16:17:25.529Z Compiling serde v1.0.228
14702026-02-26T16:17:25.553Z Compiling ppv-lite86 v0.2.20
14712026-02-26T16:17:25.933Z Compiling der v0.7.10
14722026-02-26T16:17:26.107Z Compiling icu_provider v1.5.0
14732026-02-26T16:17:26.293Z Compiling thiserror v2.0.18
14742026-02-26T16:17:26.453Z Compiling pest v2.8.2
14752026-02-26T16:17:26.750Z Compiling bytes v1.11.1
14762026-02-26T16:17:26.774Z Compiling bitflags v2.9.4
14772026-02-26T16:17:26.858Z Compiling icu_locid_transform v1.5.0
14782026-02-26T16:17:26.974Z Compiling chrono v0.4.43
14792026-02-26T16:17:27.217Z Compiling salsa20 v0.10.2
14802026-02-26T16:17:27.491Z Compiling pbkdf2 v0.12.2
14812026-02-26T16:17:27.666Z Compiling scrypt v0.11.0
14822026-02-26T16:17:28.119Z Compiling tokio v1.49.0
14832026-02-26T16:17:28.143Z Compiling icu_properties v1.5.1
14842026-02-26T16:17:28.623Z Compiling http v1.4.0
14852026-02-26T16:17:29.003Z Compiling spki v0.7.3
14862026-02-26T16:17:29.181Z Compiling pest_meta v2.8.2
14872026-02-26T16:17:29.318Z Compiling rand_chacha v0.9.0
14882026-02-26T16:17:29.387Z Compiling cbc v0.1.2
14892026-02-26T16:17:29.646Z Compiling aes v0.8.4
14902026-02-26T16:17:30.090Z Compiling rustls-pki-types v1.14.0
14912026-02-26T16:17:30.595Z Compiling zerocopy-derive v0.8.27
14922026-02-26T16:17:30.779Z Compiling tracing-attributes v0.1.27
14932026-02-26T16:17:30.988Z Compiling pkcs5 v0.7.1
14942026-02-26T16:17:31.946Z Compiling icu_normalizer v1.5.0
14952026-02-26T16:17:31.979Z Compiling pest_generator v2.8.2
14962026-02-26T16:17:32.366Z Compiling http-body v1.0.1
14972026-02-26T16:17:32.646Z Compiling rand v0.9.2
14982026-02-26T16:17:33.069Z Compiling idna_adapter v1.2.0
14992026-02-26T16:17:33.319Z Compiling idna v1.0.3
15002026-02-26T16:17:33.476Z Compiling tracing v0.1.40
15012026-02-26T16:17:33.500Z Compiling pkcs8 v0.10.2
15022026-02-26T16:17:33.546Z Compiling pest_derive v2.8.2
15032026-02-26T16:17:33.955Z Compiling url v2.5.4
15042026-02-26T16:17:34.275Z Compiling scroll_derive v0.13.1
15052026-02-26T16:17:34.304Z Compiling schemars_derive v0.8.22
15062026-02-26T16:17:34.675Z Compiling try-lock v0.2.5
15072026-02-26T16:17:34.866Z Compiling tinyvec_macros v0.1.1
15082026-02-26T16:17:34.984Z Compiling tinyvec v1.8.0
15092026-02-26T16:17:35.586Z Compiling want v0.3.1
15102026-02-26T16:17:35.898Z Compiling scroll v0.13.0
15112026-02-26T16:17:36.446Z Compiling ipnet v2.11.0
15122026-02-26T16:17:36.732Z Compiling tokio-util v0.7.15
15132026-02-26T16:17:37.623Z Compiling darling_macro v0.20.10
15142026-02-26T16:17:38.505Z Compiling h2 v0.4.6
15152026-02-26T16:17:38.853Z Compiling lazy_static v1.5.0
15162026-02-26T16:17:38.958Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-02-26T16:17:38.999Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15182026-02-26T16:17:39.275Z Compiling aho-corasick v1.1.3
15192026-02-26T16:17:39.460Z Compiling foreign-types-shared v0.1.1
15202026-02-26T16:17:39.598Z Compiling httpdate v1.0.3
15212026-02-26T16:17:39.718Z Compiling num-conv v0.2.0
15222026-02-26T16:17:39.992Z Compiling time-core v0.1.8
15232026-02-26T16:17:40.020Z Compiling openssl v0.10.73
15242026-02-26T16:17:41.273Z Compiling powerfmt v0.2.0
15252026-02-26T16:17:41.299Z Compiling tempfile v3.24.0
15262026-02-26T16:17:41.299Z Compiling time-macros v0.2.27
15272026-02-26T16:17:41.299Z Compiling deranged v0.5.3
15282026-02-26T16:17:41.299Z Compiling foreign-types v0.3.2
15292026-02-26T16:17:41.299Z Compiling regex-automata v0.4.14
15302026-02-26T16:17:42.636Z Compiling darling v0.20.10
15312026-02-26T16:17:42.763Z Compiling goblin v0.10.2
15322026-02-26T16:17:42.843Z Compiling openssl-macros v0.1.1
15332026-02-26T16:17:43.196Z Compiling wait-timeout v0.2.0
15342026-02-26T16:17:43.488Z Compiling crossbeam-utils v0.8.21
15352026-02-26T16:17:43.684Z Compiling syn v1.0.109
15362026-02-26T16:17:44.039Z Compiling bit-vec v0.8.0
15372026-02-26T16:17:44.094Z Compiling quick-error v1.2.3
15382026-02-26T16:17:44.246Z Compiling gimli v0.31.1
15392026-02-26T16:17:44.300Z Compiling usdt-impl v0.6.0
15402026-02-26T16:17:44.474Z Compiling native-tls v0.2.12
15412026-02-26T16:17:44.682Z Compiling num_threads v0.1.7
15422026-02-26T16:17:44.858Z Compiling time v0.3.47
15432026-02-26T16:17:44.921Z Compiling bit-set v0.8.0
15442026-02-26T16:17:45.237Z Compiling hyper v1.8.1
15452026-02-26T16:17:47.283Z Compiling rusty-fork v0.3.0
15462026-02-26T16:17:47.979Z Compiling hyper-util v0.1.19
15472026-02-26T16:17:48.521Z Compiling addr2line v0.24.2
15482026-02-26T16:17:48.813Z Compiling derive_builder_core v0.20.2
15492026-02-26T16:17:49.167Z Compiling dof v0.4.0
15502026-02-26T16:17:50.439Z Compiling unicode-normalization v0.1.24
15512026-02-26T16:17:50.742Z Compiling dtrace-parser v0.3.0
15522026-02-26T16:17:51.190Z Compiling rustls-native-certs v0.8.1
15532026-02-26T16:17:51.418Z Compiling signature v2.2.0
15542026-02-26T16:17:51.728Z Compiling thiserror-impl v1.0.69
15552026-02-26T16:17:51.752Z Compiling scroll_derive v0.12.0
15562026-02-26T16:17:51.777Z Compiling heapless v0.7.17
15572026-02-26T16:17:52.169Z Compiling darling_core v0.21.0
15582026-02-26T16:17:52.456Z Compiling slog v2.8.2
15592026-02-26T16:17:52.481Z Compiling rand_xorshift v0.4.0
15602026-02-26T16:17:52.720Z Compiling sync_wrapper v1.0.1
15612026-02-26T16:17:52.747Z Compiling thread-id v5.0.0
15622026-02-26T16:17:52.773Z Compiling cookie v0.18.1
15632026-02-26T16:17:52.891Z Compiling object v0.36.5
15642026-02-26T16:17:52.918Z Compiling crc32fast v1.4.2
15652026-02-26T16:17:52.984Z Compiling paste v1.0.15
15662026-02-26T16:17:53.080Z Compiling anyhow v1.0.99
15672026-02-26T16:17:53.244Z Compiling rustc-demangle v0.1.24
15682026-02-26T16:17:53.453Z Compiling zlib-rs v0.5.1
15692026-02-26T16:17:53.612Z Compiling unarray v0.1.4
15702026-02-26T16:17:53.784Z Compiling signal-hook v0.3.18
15712026-02-26T16:17:54.012Z Compiling zstd-safe v7.2.3
15722026-02-26T16:17:54.063Z Compiling siphasher v0.3.11
15732026-02-26T16:17:54.349Z Compiling unicode-properties v0.1.3
15742026-02-26T16:17:54.373Z Compiling unicode-bidi v0.3.17
15752026-02-26T16:17:54.441Z Compiling phf_shared v0.11.2
15762026-02-26T16:17:54.799Z Compiling thiserror v1.0.69
15772026-02-26T16:17:54.963Z Compiling proptest v1.7.0
15782026-02-26T16:17:55.432Z Compiling stringprep v0.1.5
15792026-02-26T16:17:55.812Z Compiling scroll v0.12.0
15802026-02-26T16:17:55.907Z Compiling tower v0.5.2
15812026-02-26T16:17:56.693Z Compiling derive_builder_macro v0.20.2
15822026-02-26T16:17:57.575Z Compiling ipnetwork v0.21.1
15832026-02-26T16:17:57.705Z Compiling darling_macro v0.21.0
15842026-02-26T16:17:58.304Z Compiling http-body-util v0.1.3
15852026-02-26T16:17:58.489Z Compiling webpki-roots v1.0.1
15862026-02-26T16:17:58.513Z Compiling serde_tokenstream v0.2.3
15872026-02-26T16:17:58.698Z Compiling erased-serde v0.3.31
15882026-02-26T16:17:58.748Z Compiling toml_datetime v0.6.11
15892026-02-26T16:17:59.100Z Compiling backtrace v0.3.74
15902026-02-26T16:17:59.248Z Compiling serde_spanned v0.6.9
15912026-02-26T16:17:59.522Z Compiling rand_chacha v0.3.1
15922026-02-26T16:17:59.547Z Compiling md-5 v0.10.6
15932026-02-26T16:17:59.825Z Compiling curve25519-dalek v4.1.3
15942026-02-26T16:17:59.960Z Compiling vergen-lib v0.1.6
15952026-02-26T16:18:00.250Z Compiling libz-rs-sys v0.5.1
15962026-02-26T16:18:00.439Z Compiling num-integer v0.1.46
15972026-02-26T16:18:00.528Z Compiling hash32 v0.2.1
15982026-02-26T16:18:00.806Z Compiling ff v0.13.0
15992026-02-26T16:18:00.875Z Compiling memoffset v0.9.1
16002026-02-26T16:18:01.049Z Compiling litrs v0.4.1
16012026-02-26T16:18:01.079Z Compiling fallible-iterator v0.2.0
16022026-02-26T16:18:01.186Z Compiling base16ct v0.2.0
16032026-02-26T16:18:01.231Z Compiling ref-cast v1.0.25
16042026-02-26T16:18:01.504Z Compiling psl-types v2.0.11
16052026-02-26T16:18:01.697Z Compiling ryu v1.0.18
16062026-02-26T16:18:01.724Z Compiling smoltcp v0.9.1
16072026-02-26T16:18:01.749Z Compiling cfg_aliases v0.2.1
16082026-02-26T16:18:01.776Z Compiling num-bigint-dig v0.8.6
16092026-02-26T16:18:01.875Z Compiling iri-string v0.7.8
16102026-02-26T16:18:02.031Z Compiling serde_urlencoded v0.7.1
16112026-02-26T16:18:02.056Z Compiling document-features v0.2.11
16122026-02-26T16:18:02.126Z Compiling nix v0.29.0
16132026-02-26T16:18:02.467Z Compiling publicsuffix v2.3.0
16142026-02-26T16:18:02.534Z Compiling postgres-protocol v0.6.8
16152026-02-26T16:18:02.763Z Compiling sec1 v0.7.3
16162026-02-26T16:18:03.058Z Compiling group v0.13.0
16172026-02-26T16:18:03.203Z Compiling num-iter v0.1.45
16182026-02-26T16:18:03.380Z Compiling newtype-uuid v1.3.2
16192026-02-26T16:18:03.522Z Compiling flate2 v1.1.2
16202026-02-26T16:18:03.992Z Compiling rand v0.8.5
16212026-02-26T16:18:04.333Z Compiling darling v0.21.0
16222026-02-26T16:18:04.373Z Compiling oxnet v0.1.4
16232026-02-26T16:18:04.468Z Compiling derive_builder v0.20.2
16242026-02-26T16:18:04.666Z Compiling tower-http v0.6.8
16252026-02-26T16:18:05.188Z Compiling goblin v0.8.2
16262026-02-26T16:18:05.472Z Compiling tokio-native-tls v0.3.1
16272026-02-26T16:18:05.823Z Compiling regex v1.12.3
16282026-02-26T16:18:06.362Z Compiling terminal_size v0.4.0
16292026-02-26T16:18:06.460Z Compiling cargo-platform v0.1.8
16302026-02-26T16:18:06.562Z Compiling hkdf v0.12.4
16312026-02-26T16:18:06.589Z Compiling crypto-bigint v0.5.5
16322026-02-26T16:18:06.709Z Compiling daft-derive v0.1.4
16332026-02-26T16:18:06.835Z Compiling curve25519-dalek-derive v0.1.1
16342026-02-26T16:18:06.937Z Compiling strum_macros v0.27.2
16352026-02-26T16:18:07.344Z Compiling hubpack_derive v0.1.1
16362026-02-26T16:18:08.103Z Compiling ref-cast-impl v1.0.25
16372026-02-26T16:18:08.130Z Compiling async-trait v0.1.89
16382026-02-26T16:18:08.158Z Compiling vergen v9.0.6
16392026-02-26T16:18:08.452Z Compiling ahash v0.8.12
16402026-02-26T16:18:08.793Z Compiling fs-err v3.1.1
16412026-02-26T16:18:09.076Z Compiling buf-list v1.0.3
16422026-02-26T16:18:09.106Z Compiling managed v0.8.0
16432026-02-26T16:18:09.519Z Compiling either v1.15.0
16442026-02-26T16:18:09.626Z Compiling unicode-segmentation v1.12.0
16452026-02-26T16:18:09.986Z Compiling bitflags v1.3.2
16462026-02-26T16:18:10.108Z Compiling lockfree-object-pool v0.1.6
16472026-02-26T16:18:10.221Z Compiling simd-adler32 v0.3.7
16482026-02-26T16:18:10.363Z Compiling bumpalo v3.16.0
16492026-02-26T16:18:10.426Z Compiling winnow v0.5.40
16502026-02-26T16:18:10.740Z Compiling zopfli v0.8.1
16512026-02-26T16:18:10.830Z Compiling dof v0.3.0
16522026-02-26T16:18:11.163Z Compiling strum v0.27.2
16532026-02-26T16:18:11.700Z Compiling elliptic-curve v0.13.8
16542026-02-26T16:18:12.506Z Compiling clap_builder v4.5.48
16552026-02-26T16:18:12.757Z Compiling hubpack v0.1.2
16562026-02-26T16:18:13.211Z Compiling daft v0.1.4
16572026-02-26T16:18:13.235Z Compiling cargo_metadata v0.19.2
16582026-02-26T16:18:13.406Z Compiling toml_edit v0.19.15
16592026-02-26T16:18:13.626Z Compiling signal-hook-mio v0.2.4
16602026-02-26T16:18:13.779Z Compiling cookie_store v0.22.1
16612026-02-26T16:18:13.833Z Compiling hyper-tls v0.6.0
16622026-02-26T16:18:15.271Z Compiling zstd v0.13.3
16632026-02-26T16:18:16.358Z Compiling serde_with_macros v3.16.1
16642026-02-26T16:18:16.467Z Compiling postgres-types v0.2.9
16652026-02-26T16:18:17.787Z Compiling usdt-attr-macro v0.6.0
16662026-02-26T16:18:18.365Z Compiling usdt-macro v0.6.0
16672026-02-26T16:18:18.500Z Compiling dtrace-parser v0.2.0
16682026-02-26T16:18:19.131Z Compiling phf v0.11.2
16692026-02-26T16:18:19.404Z Compiling ed25519 v2.2.3
16702026-02-26T16:18:19.597Z Compiling bzip2 v0.4.4
16712026-02-26T16:18:19.633Z Compiling bzip2 v0.5.2
16722026-02-26T16:18:19.662Z Compiling bstr v1.10.0
16732026-02-26T16:18:19.688Z Compiling pkcs1 v0.7.5
16742026-02-26T16:18:19.996Z Compiling hex v0.4.3
16752026-02-26T16:18:20.025Z Compiling serde-big-array v0.5.1
16762026-02-26T16:18:20.257Z Compiling rfc6979 v0.4.0
16772026-02-26T16:18:20.281Z Compiling clap_derive v4.5.47
16782026-02-26T16:18:20.471Z Compiling enum-as-inner v0.6.1
16792026-02-26T16:18:20.549Z Compiling serde_repr v0.1.19
16802026-02-26T16:18:20.572Z Compiling strum_macros v0.26.4
16812026-02-26T16:18:21.095Z Compiling float-cmp v0.10.0
16822026-02-26T16:18:21.285Z Compiling env_filter v0.1.2
16832026-02-26T16:18:21.357Z Compiling socket2 v0.5.10
16842026-02-26T16:18:21.383Z Compiling memmap2 v0.9.8
16852026-02-26T16:18:21.459Z Compiling encoding_rs v0.8.34
16862026-02-26T16:18:21.764Z Compiling precomputed-hash v0.1.1
16872026-02-26T16:18:21.880Z Compiling predicates-core v1.0.8
16882026-02-26T16:18:21.904Z Compiling rustc-hash v2.1.1
16892026-02-26T16:18:22.109Z Compiling static_assertions v1.1.0
16902026-02-26T16:18:22.190Z Compiling fixedbitset v0.4.2
16912026-02-26T16:18:22.215Z Compiling jiff v0.2.15
16922026-02-26T16:18:22.239Z Compiling new_debug_unreachable v1.0.6
16932026-02-26T16:18:22.355Z Compiling normalize-line-endings v0.3.0
16942026-02-26T16:18:22.550Z Compiling fixedbitset v0.5.7
16952026-02-26T16:18:22.671Z Compiling whoami v1.5.2
16962026-02-26T16:18:23.141Z Compiling difflib v0.4.0
16972026-02-26T16:18:23.192Z Compiling data-encoding v2.9.0
16982026-02-26T16:18:24.001Z Compiling mime v0.3.17
16992026-02-26T16:18:24.225Z Compiling keccak v0.1.5
17002026-02-26T16:18:24.320Z Compiling strum v0.26.3
17012026-02-26T16:18:24.510Z Compiling clap v4.5.48
17022026-02-26T16:18:24.541Z Compiling sha3 v0.10.8
17032026-02-26T16:18:24.657Z Compiling hickory-proto v0.25.2
17042026-02-26T16:18:24.742Z Compiling predicates v3.1.3
17052026-02-26T16:18:24.766Z Compiling tokio-postgres v0.7.13
17062026-02-26T16:18:25.483Z Compiling petgraph v0.8.2
17072026-02-26T16:18:25.981Z Compiling petgraph v0.6.5
17082026-02-26T16:18:26.036Z Compiling string_cache v0.8.9
17092026-02-26T16:18:26.130Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17102026-02-26T16:18:26.420Z Compiling toml_edit v0.22.27
17112026-02-26T16:18:29.146Z Compiling zip v4.2.0
17122026-02-26T16:18:29.381Z Compiling iddqd v0.3.16
17132026-02-26T16:18:29.686Z Compiling usdt v0.6.0
17142026-02-26T16:18:30.137Z Compiling env_logger v0.11.8
17152026-02-26T16:18:30.802Z Compiling usdt-impl v0.5.0
17162026-02-26T16:18:31.189Z Compiling similar v2.7.0
17172026-02-26T16:18:31.701Z Compiling serde_with v3.16.1
17182026-02-26T16:18:31.862Z Compiling ecdsa v0.16.9
17192026-02-26T16:18:31.970Z Compiling rsa v0.9.8
17202026-02-26T16:18:32.675Z Compiling zip v0.6.6
17212026-02-26T16:18:32.741Z Compiling ed25519-dalek v2.1.1
17222026-02-26T16:18:33.079Z Compiling toml v0.7.8
17232026-02-26T16:18:33.983Z Compiling crossterm v0.28.1
17242026-02-26T16:18:34.815Z Compiling heck v0.4.1
17252026-02-26T16:18:35.139Z Compiling itertools v0.10.5
17262026-02-26T16:18:35.165Z Compiling itertools v0.13.0
17272026-02-26T16:18:35.257Z Compiling crossbeam-epoch v0.9.18
17282026-02-26T16:18:35.376Z Compiling tokio-stream v0.1.17
17292026-02-26T16:18:35.537Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17302026-02-26T16:18:35.890Z Compiling x509-cert v0.2.5
17312026-02-26T16:18:35.941Z Compiling openapiv3 v2.2.0
17322026-02-26T16:18:36.231Z Compiling sha1 v0.10.6
17332026-02-26T16:18:36.624Z Compiling winnow v0.6.26
17342026-02-26T16:18:36.852Z Compiling lalrpop-util v0.19.12
17352026-02-26T16:18:37.180Z Compiling peg-runtime v0.8.5
17362026-02-26T16:18:37.478Z Compiling thread_local v1.1.8
17372026-02-26T16:18:37.748Z Compiling slog-async v2.8.0
17382026-02-26T16:18:37.946Z Compiling crossbeam-channel v0.5.15
17392026-02-26T16:18:37.970Z Compiling xattr v1.3.1
17402026-02-26T16:18:38.236Z Compiling futures-executor v0.3.31
17412026-02-26T16:18:38.290Z Compiling filetime v0.2.26
17422026-02-26T16:18:38.596Z Compiling is-terminal v0.4.13
17432026-02-26T16:18:38.715Z Compiling take_mut v0.2.2
17442026-02-26T16:18:38.739Z Compiling term v1.1.0
17452026-02-26T16:18:38.764Z Compiling tar v0.4.44
17462026-02-26T16:18:38.854Z Compiling futures v0.3.31
17472026-02-26T16:18:39.429Z Compiling slog-term v2.9.2
17482026-02-26T16:18:48.783Z Compiling rustls-webpki v0.103.9
17492026-02-26T16:18:55.223Z Compiling tokio-rustls v0.26.0
17502026-02-26T16:18:55.223Z Compiling rustls-platform-verifier v0.6.2
17512026-02-26T16:18:55.559Z Compiling hyper-rustls v0.27.7
17522026-02-26T16:18:55.892Z Compiling reqwest v0.13.2
17532026-02-26T16:18:55.892Z Compiling reqwest v0.12.28
17542026-02-26T16:19:00.579Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17552026-02-26T16:19:00.951Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17562026-02-26T16:19:06.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
17572026-02-26T16:19:06.748Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17582026-02-26T16:19:06.821ZFeb 26 16:19:06.689 INFO Starting download, target: Cockroach
17592026-02-26T16:19:06.821ZFeb 26 16:19:06.690 INFO Starting download, target: Clickhouse
17602026-02-26T16:19:06.821ZFeb 26 16:19:06.690 INFO Starting download, target: DendriteStub
17612026-02-26T16:19:06.821ZFeb 26 16:19:06.690 INFO Starting download, target: Console
17622026-02-26T16:19:06.822ZFeb 26 16:19:06.690 INFO Starting download, target: MaghemiteMgd
17632026-02-26T16:19:06.822ZFeb 26 16:19:06.690 INFO Starting download, target: TransceiverControl
17642026-02-26T16:19:06.861ZFeb 26 16:19:06.691 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17652026-02-26T16:19:06.861ZFeb 26 16:19:06.691 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-02-26T16:19:06.861ZFeb 26 16:19:06.691 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17672026-02-26T16:19:06.861ZFeb 26 16:19:06.691 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17682026-02-26T16:19:06.861ZFeb 26 16:19:06.692 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17692026-02-26T16:19:06.861ZFeb 26 16:19:06.692 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17702026-02-26T16:19:07.501ZFeb 26 16:19:07.367 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-02-26T16:19:07.943ZFeb 26 16:19:07.772 INFO Download complete, target: Console
17722026-02-26T16:19:11.428ZFeb 26 16:19:11.313 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17732026-02-26T16:19:11.859ZFeb 26 16:19:11.745 INFO Download complete, target: TransceiverControl
17742026-02-26T16:19:16.195ZFeb 26 16:19:16.080 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17752026-02-26T16:19:17.959ZFeb 26 16:19:17.843 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17762026-02-26T16:19:20.190ZFeb 26 16:19:20.075 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17772026-02-26T16:19:20.190ZFeb 26 16:19:20.076 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17782026-02-26T16:19:20.573ZFeb 26 16:19:20.457 INFO Download complete, target: DendriteStub
17792026-02-26T16:19:22.392ZFeb 26 16:19:22.277 INFO Download complete, target: MaghemiteMgd
17802026-02-26T16:19:28.982ZFeb 26 16:19:28.867 INFO Checking that binary works, target: Cockroach
17812026-02-26T16:19:29.175ZFeb 26 16:19:29.059 INFO Download complete, target: Cockroach
17822026-02-26T16:19:32.911ZFeb 26 16:19:32.796 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17832026-02-26T16:19:44.805ZFeb 26 16:19:44.690 INFO Checking that binary works, target: Clickhouse
17842026-02-26T16:19:45.001ZFeb 26 16:19:44.887 INFO Download complete, target: Clickhouse
17852026-02-26T16:19:45.026ZAll builder prerequisites installed successfully, and PATH looks valid
17862026-02-26T16:19:45.050Z
17872026-02-26T16:19:45.051Zreal 6:21.376818158
17882026-02-26T16:19:45.051Zuser 16:12.735760080
17892026-02-26T16:19:45.051Zsys 2:41.025335496
17902026-02-26T16:19:45.051Ztrap 0.604371201
17912026-02-26T16:19:45.051Ztflt 0.453980182
17922026-02-26T16:19:45.051Zdflt 0.890842391
17932026-02-26T16:19:45.051Zkflt 0.007973140
17942026-02-26T16:19:45.051Zlock 42:08.359922568
17952026-02-26T16:19:45.051Zslp 1:01:09.694604575
17962026-02-26T16:19:45.051Zlat 1:13.213929856
17972026-02-26T16:19:45.051Zstop 2:55.653783012
17982026-02-26T16:19:45.051Z+ banner hack-check
17992026-02-26T16:19:45.051Z
18002026-02-26T16:19:45.051Z # # ## #### # # #### # # ###### #### # #
18012026-02-26T16:19:45.051Z # # # # # # # # # # # # # # # # #
18022026-02-26T16:19:45.051Z ###### # # # #### ##### # ###### ##### # ####
18032026-02-26T16:19:45.051Z # # ###### # # # # # # # # # #
18042026-02-26T16:19:45.051Z # # # # # # # # # # # # # # # # #
18052026-02-26T16:19:45.051Z # # # # #### # # #### # # ###### #### # #
18062026-02-26T16:19:45.051Z
18072026-02-26T16:19:45.051Z+ export CARGO_INCREMENTAL=0
18082026-02-26T16:19:45.051Z+ CARGO_INCREMENTAL=0
18092026-02-26T16:19:45.051Z+ ptime -m timeout 2h cargo xtask check-features --ci
18102026-02-26T16:19:46.246Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18112026-02-26T16:19:46.560Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18122026-02-26T16:19:50.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
18132026-02-26T16:19:50.676Z Running `target/debug/xtask check-features --ci`
18142026-02-26T16:19:50.715Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18152026-02-26T16:19:50.715Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18162026-02-26T16:19:51.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
18172026-02-26T16:19:51.836Z Running `target/debug/xtask download cargo-hack`
18182026-02-26T16:19:53.236Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18192026-02-26T16:19:53.598Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18202026-02-26T16:19:58.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
18212026-02-26T16:19:58.212Z Running `target/debug/xtask-downloader cargo-hack`
18222026-02-26T16:19:58.274ZFeb 26 16:19:58.159 INFO Starting download, target: CargoHack
18232026-02-26T16:19:58.298ZFeb 26 16:19:58.161 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18242026-02-26T16:19:58.838ZFeb 26 16:19:58.724 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18252026-02-26T16:19:58.941ZFeb 26 16:19:58.826 INFO Download complete, target: CargoHack
18262026-02-26T16:19:58.965Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18272026-02-26T16:19:58.989Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18282026-02-26T16:19:59.264Zinfo: running `cargo check --bins` on api_identity (1/252)
18292026-02-26T16:20:00.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-02-26T16:20:00.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-02-26T16:20:00.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-02-26T16:20:00.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
18332026-02-26T16:20:00.334Z
18342026-02-26T16:20:00.334Zinfo: running `cargo check --bins` on bootstore (2/252)
18352026-02-26T16:20:01.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-02-26T16:20:01.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-02-26T16:20:01.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-02-26T16:20:01.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
18392026-02-26T16:20:01.430Z
18402026-02-26T16:20:01.430Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/252)
18412026-02-26T16:20:02.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-02-26T16:20:02.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-02-26T16:20:02.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-02-26T16:20:02.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
18452026-02-26T16:20:02.479Z
18462026-02-26T16:20:02.480Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/252)
18472026-02-26T16:20:03.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-02-26T16:20:03.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-02-26T16:20:03.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-02-26T16:20:03.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
18512026-02-26T16:20:03.545Z
18522026-02-26T16:20:03.545Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/252)
18532026-02-26T16:20:04.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-02-26T16:20:04.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-02-26T16:20:04.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-02-26T16:20:04.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18572026-02-26T16:20:04.354Z
18582026-02-26T16:20:04.354Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/252)
18592026-02-26T16:20:05.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-02-26T16:20:05.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-02-26T16:20:05.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-02-26T16:20:05.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18632026-02-26T16:20:05.180Z
18642026-02-26T16:20:05.180Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/252)
18652026-02-26T16:20:05.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-02-26T16:20:06.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-02-26T16:20:06.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-02-26T16:20:06.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
18692026-02-26T16:20:06.082Z
18702026-02-26T16:20:06.083Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/252)
18712026-02-26T16:20:06.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-02-26T16:20:06.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-02-26T16:20:06.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-02-26T16:20:06.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18752026-02-26T16:20:06.917Z
18762026-02-26T16:20:06.917Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/252)
18772026-02-26T16:20:07.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-02-26T16:20:07.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-02-26T16:20:07.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-02-26T16:20:07.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18812026-02-26T16:20:07.748Z
18822026-02-26T16:20:07.748Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/252)
18832026-02-26T16:20:08.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-02-26T16:20:08.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-02-26T16:20:08.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-02-26T16:20:08.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18872026-02-26T16:20:08.554Z
18882026-02-26T16:20:08.554Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/252)
18892026-02-26T16:20:09.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-02-26T16:20:09.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-02-26T16:20:09.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-02-26T16:20:09.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18932026-02-26T16:20:09.363Z
18942026-02-26T16:20:09.363Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/252)
18952026-02-26T16:20:10.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-02-26T16:20:10.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-02-26T16:20:10.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-02-26T16:20:10.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18992026-02-26T16:20:10.177Z
19002026-02-26T16:20:10.177Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/252)
19012026-02-26T16:20:11.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-02-26T16:20:11.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-02-26T16:20:11.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-02-26T16:20:11.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
19052026-02-26T16:20:11.081Z
19062026-02-26T16:20:11.081Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/252)
19072026-02-26T16:20:11.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-02-26T16:20:11.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-02-26T16:20:11.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-02-26T16:20:11.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19112026-02-26T16:20:11.898Z
19122026-02-26T16:20:11.898Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/252)
19132026-02-26T16:20:12.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-02-26T16:20:12.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-02-26T16:20:12.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-02-26T16:20:12.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19172026-02-26T16:20:12.717Z
19182026-02-26T16:20:12.717Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/252)
19192026-02-26T16:20:13.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-02-26T16:20:13.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-02-26T16:20:13.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-02-26T16:20:13.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19232026-02-26T16:20:13.536Z
19242026-02-26T16:20:13.536Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/252)
19252026-02-26T16:20:14.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-02-26T16:20:14.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-02-26T16:20:14.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-02-26T16:20:14.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19292026-02-26T16:20:14.346Z
19302026-02-26T16:20:14.346Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/252)
19312026-02-26T16:20:15.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-02-26T16:20:15.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-02-26T16:20:15.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-02-26T16:20:15.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
19352026-02-26T16:20:15.151Z
19362026-02-26T16:20:15.151Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/252)
19372026-02-26T16:20:15.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-02-26T16:20:15.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-02-26T16:20:15.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-02-26T16:20:15.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19412026-02-26T16:20:16.011Z
19422026-02-26T16:20:16.012Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/252)
19432026-02-26T16:20:16.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-02-26T16:20:16.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-02-26T16:20:16.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-02-26T16:20:16.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19472026-02-26T16:20:16.859Z
19482026-02-26T16:20:16.859Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/252)
19492026-02-26T16:20:17.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-02-26T16:20:17.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-02-26T16:20:17.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-02-26T16:20:17.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19532026-02-26T16:20:17.700Z
19542026-02-26T16:20:17.700Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/252)
19552026-02-26T16:20:18.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-02-26T16:20:18.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-02-26T16:20:18.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-02-26T16:20:18.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19592026-02-26T16:20:18.520Z
19602026-02-26T16:20:18.520Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/252)
19612026-02-26T16:20:19.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-02-26T16:20:19.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-02-26T16:20:19.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-02-26T16:20:19.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19652026-02-26T16:20:19.336Z
19662026-02-26T16:20:19.336Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/252)
19672026-02-26T16:20:20.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-02-26T16:20:20.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-02-26T16:20:20.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-02-26T16:20:20.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19712026-02-26T16:20:20.167Z
19722026-02-26T16:20:20.167Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/252)
19732026-02-26T16:20:20.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-02-26T16:20:20.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-02-26T16:20:20.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-02-26T16:20:20.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19772026-02-26T16:20:21.039Z
19782026-02-26T16:20:21.039Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/252)
19792026-02-26T16:20:21.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-02-26T16:20:21.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-02-26T16:20:21.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-02-26T16:20:21.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19832026-02-26T16:20:21.875Z
19842026-02-26T16:20:21.875Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/252)
19852026-02-26T16:20:22.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-02-26T16:20:22.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-02-26T16:20:22.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-02-26T16:20:22.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19892026-02-26T16:20:22.699Z
19902026-02-26T16:20:22.699Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/252)
19912026-02-26T16:20:23.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-02-26T16:20:23.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-02-26T16:20:23.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-02-26T16:20:23.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
19952026-02-26T16:20:23.517Z
19962026-02-26T16:20:23.517Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/252)
19972026-02-26T16:20:24.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-02-26T16:20:24.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-02-26T16:20:24.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-02-26T16:20:24.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20012026-02-26T16:20:24.323Z
20022026-02-26T16:20:24.323Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/252)
20032026-02-26T16:20:25.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-02-26T16:20:25.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-02-26T16:20:25.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-02-26T16:20:25.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20072026-02-26T16:20:25.174Z
20082026-02-26T16:20:25.174Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/252)
20092026-02-26T16:20:25.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-02-26T16:20:25.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-02-26T16:20:25.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-02-26T16:20:25.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20132026-02-26T16:20:26.016Z
20142026-02-26T16:20:26.016Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/252)
20152026-02-26T16:20:26.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-02-26T16:20:26.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-02-26T16:20:26.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-02-26T16:20:26.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20192026-02-26T16:20:26.850Z
20202026-02-26T16:20:26.850Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/252)
20212026-02-26T16:20:27.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-02-26T16:20:27.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-02-26T16:20:27.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-02-26T16:20:27.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20252026-02-26T16:20:27.678Z
20262026-02-26T16:20:27.679Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/252)
20272026-02-26T16:20:28.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-02-26T16:20:28.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-02-26T16:20:28.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-02-26T16:20:28.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20312026-02-26T16:20:28.495Z
20322026-02-26T16:20:28.495Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/252)
20332026-02-26T16:20:29.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-02-26T16:20:29.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-02-26T16:20:29.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-02-26T16:20:29.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20372026-02-26T16:20:29.337Z
20382026-02-26T16:20:29.337Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/252)
20392026-02-26T16:20:30.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-02-26T16:20:30.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-02-26T16:20:30.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-02-26T16:20:30.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20432026-02-26T16:20:30.164Z
20442026-02-26T16:20:30.164Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/252)
20452026-02-26T16:20:30.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-02-26T16:20:30.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-02-26T16:20:30.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-02-26T16:20:30.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
20492026-02-26T16:20:31.062Z
20502026-02-26T16:20:31.062Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/252)
20512026-02-26T16:20:31.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-02-26T16:20:31.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-02-26T16:20:31.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-02-26T16:20:31.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20552026-02-26T16:20:31.902Z
20562026-02-26T16:20:31.902Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/252)
20572026-02-26T16:20:32.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-02-26T16:20:32.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-02-26T16:20:32.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-02-26T16:20:32.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20612026-02-26T16:20:32.749Z
20622026-02-26T16:20:32.749Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/252)
20632026-02-26T16:20:33.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-02-26T16:20:33.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-02-26T16:20:33.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-02-26T16:20:33.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20672026-02-26T16:20:33.585Z
20682026-02-26T16:20:33.585Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/252)
20692026-02-26T16:20:34.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-02-26T16:20:34.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-02-26T16:20:34.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-02-26T16:20:34.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20732026-02-26T16:20:34.443Z
20742026-02-26T16:20:34.443Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/252)
20752026-02-26T16:20:35.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-02-26T16:20:35.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-02-26T16:20:35.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-02-26T16:20:35.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20792026-02-26T16:20:35.324Z
20802026-02-26T16:20:35.324Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/252)
20812026-02-26T16:20:36.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-02-26T16:20:36.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-02-26T16:20:36.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-02-26T16:20:36.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
20852026-02-26T16:20:36.244Z
20862026-02-26T16:20:36.244Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/252)
20872026-02-26T16:20:37.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-02-26T16:20:37.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-02-26T16:20:37.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-02-26T16:20:37.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20912026-02-26T16:20:37.107Z
20922026-02-26T16:20:37.107Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/252)
20932026-02-26T16:20:38.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-02-26T16:20:38.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-02-26T16:20:38.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-02-26T16:20:38.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
20972026-02-26T16:20:38.238Z
20982026-02-26T16:20:38.239Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/252)
20992026-02-26T16:20:39.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-02-26T16:20:39.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-02-26T16:20:39.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-02-26T16:20:39.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
21032026-02-26T16:20:39.344Z
21042026-02-26T16:20:39.344Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/252)
21052026-02-26T16:20:40.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-02-26T16:20:40.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-02-26T16:20:40.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-02-26T16:20:40.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
21092026-02-26T16:20:40.483Z
21102026-02-26T16:20:40.483Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/252)
21112026-02-26T16:20:41.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-02-26T16:20:41.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-02-26T16:20:41.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-02-26T16:20:41.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
21152026-02-26T16:20:41.599Z
21162026-02-26T16:20:41.599Zinfo: running `cargo check --bins` on key-manager-types (49/252)
21172026-02-26T16:20:42.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-02-26T16:20:42.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-02-26T16:20:42.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-02-26T16:20:42.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
21212026-02-26T16:20:42.686Z
21222026-02-26T16:20:42.686Zinfo: running `cargo check --bins` on oxlog (50/252)
21232026-02-26T16:20:43.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-02-26T16:20:43.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-02-26T16:20:43.871Z Checking cfg-if v1.0.4
21262026-02-26T16:20:43.871Z Checking libc v0.2.180
21272026-02-26T16:20:43.871Z Checking serde_core v1.0.228
21282026-02-26T16:20:43.938Z Checking zeroize v1.8.1
21292026-02-26T16:20:43.962Z Checking memchr v2.7.4
21302026-02-26T16:20:43.986Z Checking value-bag v1.12.0
21312026-02-26T16:20:43.986Z Checking smallvec v1.15.1
21322026-02-26T16:20:44.026Z Checking typenum v1.17.0
21332026-02-26T16:20:44.026Z Checking subtle v2.6.1
21342026-02-26T16:20:44.212Z Checking scopeguard v1.2.0
21352026-02-26T16:20:44.326Z Checking itoa v1.0.11
21362026-02-26T16:20:44.357Z Checking const-oid v0.9.6
21372026-02-26T16:20:44.381Z Checking log v0.4.29
21382026-02-26T16:20:44.381Z Checking lock_api v0.4.12
21392026-02-26T16:20:44.534Z Checking portable-atomic v1.11.0
21402026-02-26T16:20:44.702Z Checking stable_deref_trait v1.2.0
21412026-02-26T16:20:44.735Z Checking critical-section v1.1.3
21422026-02-26T16:20:44.813Z Checking byteorder v1.5.0
21432026-02-26T16:20:44.841Z Checking zerofrom v0.1.4
21442026-02-26T16:20:44.887Z Checking allocator-api2 v0.2.21
21452026-02-26T16:20:44.941Z Checking getrandom v0.2.15
21462026-02-26T16:20:44.970Z Checking generic-array v0.14.7
21472026-02-26T16:20:45.049Z Checking yoke v0.7.4
21482026-02-26T16:20:45.177Z Checking rand_core v0.6.4
21492026-02-26T16:20:45.201Z Checking parking_lot_core v0.9.10
21502026-02-26T16:20:45.377Z Checking zerovec v0.10.4
21512026-02-26T16:20:45.410Z Checking once_cell v1.21.3
21522026-02-26T16:20:45.435Z Checking getrandom v0.3.4
21532026-02-26T16:20:45.505Z Checking signal-hook-registry v1.4.2
21542026-02-26T16:20:45.541Z Checking pin-project-lite v0.2.14
21552026-02-26T16:20:45.668Z Checking equivalent v1.0.2
21562026-02-26T16:20:45.692Z Checking parking_lot v0.12.3
21572026-02-26T16:20:45.741Z Checking mio v1.0.2
21582026-02-26T16:20:45.766Z Checking litemap v0.7.3
21592026-02-26T16:20:45.792Z Checking writeable v0.5.5
21602026-02-26T16:20:45.850Z Checking socket2 v0.6.1
21612026-02-26T16:20:46.010Z Checking libm v0.2.8
21622026-02-26T16:20:46.102Z Checking zmij v1.0.15
21632026-02-26T16:20:46.127Z Checking crypto-common v0.1.6
21642026-02-26T16:20:46.151Z Checking block-buffer v0.10.4
21652026-02-26T16:20:46.331Z Checking percent-encoding v2.3.2
21662026-02-26T16:20:46.356Z Checking futures-core v0.3.32
21672026-02-26T16:20:46.380Z Checking zerocopy v0.7.35
21682026-02-26T16:20:46.404Z Checking digest v0.10.7
21692026-02-26T16:20:46.493Z Checking foldhash v0.2.0
21702026-02-26T16:20:46.561Z Checking cpufeatures v0.2.14
21712026-02-26T16:20:46.599Z Checking icu_locid_transform_data v1.5.0
21722026-02-26T16:20:46.668Z Checking icu_properties_data v1.5.0
21732026-02-26T16:20:46.708Z Checking block-padding v0.3.3
21742026-02-26T16:20:46.755Z Checking hmac v0.12.1
21752026-02-26T16:20:46.780Z Checking hashbrown v0.16.1
21762026-02-26T16:20:46.818Z Checking num-traits v0.2.19
21772026-02-26T16:20:46.880Z Checking tinystr v0.7.6
21782026-02-26T16:20:46.912Z Checking icu_collections v1.5.0
21792026-02-26T16:20:46.936Z Checking icu_normalizer_data v1.5.0
21802026-02-26T16:20:46.977Z Checking futures-sink v0.3.31
21812026-02-26T16:20:47.082Z Checking utf16_iter v1.0.5
21822026-02-26T16:20:47.163Z Checking write16 v1.0.0
21832026-02-26T16:20:47.231Z Checking icu_locid v1.5.0
21842026-02-26T16:20:47.258Z Checking utf8_iter v1.0.4
21852026-02-26T16:20:47.299Z Checking futures-channel v0.3.31
21862026-02-26T16:20:47.461Z Checking inout v0.1.3
21872026-02-26T16:20:47.509Z Checking serde v1.0.228
21882026-02-26T16:20:47.550Z Checking serde_json v1.0.149
21892026-02-26T16:20:47.574Z Checking ppv-lite86 v0.2.20
21902026-02-26T16:20:47.640Z Checking slab v0.4.9
21912026-02-26T16:20:47.696Z Checking pin-utils v0.1.0
21922026-02-26T16:20:47.797Z Checking futures-task v0.3.31
21932026-02-26T16:20:47.836Z Checking indexmap v2.13.0
21942026-02-26T16:20:47.898Z Checking futures-io v0.3.31
21952026-02-26T16:20:48.032Z Checking cipher v0.4.4
21962026-02-26T16:20:48.088Z Checking futures-util v0.3.31
21972026-02-26T16:20:48.116Z Checking sha2 v0.10.9
21982026-02-26T16:20:48.140Z Checking icu_provider v1.5.0
21992026-02-26T16:20:48.209Z Checking base64ct v1.6.0
22002026-02-26T16:20:48.390Z Checking bytes v1.11.1
22012026-02-26T16:20:48.429Z Checking bitflags v2.9.4
22022026-02-26T16:20:48.601Z Checking form_urlencoded v1.2.2
22032026-02-26T16:20:48.629Z Checking pem-rfc7468 v0.7.0
22042026-02-26T16:20:48.713Z Checking icu_locid_transform v1.5.0
22052026-02-26T16:20:48.738Z Checking errno v0.3.12
22062026-02-26T16:20:48.809Z Checking foldhash v0.1.5
22072026-02-26T16:20:48.880Z Checking fnv v1.0.7
22082026-02-26T16:20:48.930Z Checking flagset v0.4.6
22092026-02-26T16:20:49.029Z Checking hashbrown v0.15.4
22102026-02-26T16:20:49.053Z Checking rand_core v0.9.3
22112026-02-26T16:20:49.077Z Checking salsa20 v0.10.2
22122026-02-26T16:20:49.078Z Checking uuid v1.19.0
22132026-02-26T16:20:49.124Z Checking der v0.7.10
22142026-02-26T16:20:49.302Z Checking pbkdf2 v0.12.2
22152026-02-26T16:20:49.327Z Checking tokio v1.49.0
22162026-02-26T16:20:49.388Z Checking http v1.4.0
22172026-02-26T16:20:49.481Z Checking spin v0.9.8
22182026-02-26T16:20:49.609Z Checking icu_properties v1.5.1
22192026-02-26T16:20:49.704Z Checking scrypt v0.11.0
22202026-02-26T16:20:49.806Z Checking rand_chacha v0.9.0
22212026-02-26T16:20:49.921Z Checking aes v0.8.4
22222026-02-26T16:20:49.975Z Checking cbc v0.1.2
22232026-02-26T16:20:50.175Z Checking tracing-core v0.1.32
22242026-02-26T16:20:50.201Z Checking rustls-pki-types v1.14.0
22252026-02-26T16:20:50.655Z Checking regex-syntax v0.8.5
22262026-02-26T16:20:50.722Z Checking spki v0.7.3
22272026-02-26T16:20:50.801Z Checking iana-time-zone v0.1.63
22282026-02-26T16:20:50.840Z Checking http-body v1.0.1
22292026-02-26T16:20:50.864Z Checking tracing v0.1.40
22302026-02-26T16:20:50.991Z Checking chrono v0.4.43
22312026-02-26T16:20:51.048Z Checking pkcs5 v0.7.1
22322026-02-26T16:20:51.089Z Checking rand v0.9.2
22332026-02-26T16:20:51.234Z Checking aws-lc-sys v0.37.1
22342026-02-26T16:20:51.582Z Checking thiserror v2.0.18
22352026-02-26T16:20:51.755Z Checking untrusted v0.9.0
22362026-02-26T16:20:51.947Z Checking base64 v0.22.1
22372026-02-26T16:20:52.108Z Checking openssl-probe v0.1.5
22382026-02-26T16:20:52.308Z Checking untrusted v0.7.1
22392026-02-26T16:20:52.348Z Checking ring v0.17.14
22402026-02-26T16:20:52.429Z Checking pkcs8 v0.10.2
22412026-02-26T16:20:52.486Z Checking plain v0.2.3
22422026-02-26T16:20:52.646Z Checking tinyvec_macros v0.1.1
22432026-02-26T16:20:52.671Z Checking icu_normalizer v1.5.0
22442026-02-26T16:20:52.725Z Checking tower-service v0.3.3
22452026-02-26T16:20:52.757Z Checking try-lock v0.2.5
22462026-02-26T16:20:52.801Z Checking aws-lc-rs v1.16.0
22472026-02-26T16:20:52.826Z Checking tower-layer v0.3.3
22482026-02-26T16:20:52.870Z Checking atomic-waker v1.1.2
22492026-02-26T16:20:52.922Z Checking want v0.3.1
22502026-02-26T16:20:53.021Z Checking tinyvec v1.8.0
22512026-02-26T16:20:53.078Z Checking lazy_static v1.5.0
22522026-02-26T16:20:53.115Z Checking rustix v1.1.3
22532026-02-26T16:20:53.217Z Checking ipnet v2.11.0
22542026-02-26T16:20:53.368Z Checking idna_adapter v1.2.0
22552026-02-26T16:20:53.480Z Checking semver v1.0.27
22562026-02-26T16:20:53.550Z Checking idna v1.0.3
22572026-02-26T16:20:53.680Z Checking httparse v1.9.5
22582026-02-26T16:20:53.833Z Checking zerocopy v0.8.27
22592026-02-26T16:20:53.974Z Checking url v2.5.4
22602026-02-26T16:20:54.078Z Checking foreign-types-shared v0.1.1
22612026-02-26T16:20:54.153Z Checking httpdate v1.0.3
22622026-02-26T16:20:54.206Z Checking unicode-ident v1.0.24
22632026-02-26T16:20:54.356Z Checking ucd-trie v0.1.7
22642026-02-26T16:20:54.386Z Checking dyn-clone v1.0.20
22652026-02-26T16:20:54.410Z Checking fastrand v2.1.1
22662026-02-26T16:20:54.518Z Checking rustls-webpki v0.103.9
22672026-02-26T16:20:54.544Z Checking adler2 v2.0.0
22682026-02-26T16:20:54.572Z Checking pest v2.8.2
22692026-02-26T16:20:54.711Z Checking miniz_oxide v0.8.5
22702026-02-26T16:20:54.735Z Checking proc-macro2 v1.0.106
22712026-02-26T16:20:54.776Z Checking schemars v0.8.22
22722026-02-26T16:20:54.953Z Checking tempfile v3.24.0
22732026-02-26T16:20:55.302Z Checking foreign-types v0.3.2
22742026-02-26T16:20:55.326Z Checking rustls v0.23.37
22752026-02-26T16:20:55.370Z Checking openssl-sys v0.9.109
22762026-02-26T16:20:55.397Z Checking wait-timeout v0.2.0
22772026-02-26T16:20:55.421Z Checking aho-corasick v1.1.3
22782026-02-26T16:20:55.588Z Checking powerfmt v0.2.0
22792026-02-26T16:20:55.858Z Checking bit-vec v0.8.0
22802026-02-26T16:20:56.127Z Checking quick-error v1.2.3
22812026-02-26T16:20:56.210Z Checking tokio-util v0.7.15
22822026-02-26T16:20:56.234Z Checking anstyle v1.0.11
22832026-02-26T16:20:56.291Z Checking utf8parse v0.2.2
22842026-02-26T16:20:56.387Z Checking pretty-hex v0.4.1
22852026-02-26T16:20:56.445Z Checking anstyle-parse v0.2.5
22862026-02-26T16:20:56.569Z Checking openssl v0.10.73
22872026-02-26T16:20:56.593Z Checking rusty-fork v0.3.0
22882026-02-26T16:20:56.708Z Checking bit-set v0.8.0
22892026-02-26T16:20:56.737Z Checking deranged v0.5.3
22902026-02-26T16:20:56.786Z Checking regex-automata v0.4.14
22912026-02-26T16:20:56.883Z Checking quote v1.0.44
22922026-02-26T16:20:56.912Z Compiling newtype-uuid v1.3.2
22932026-02-26T16:20:56.969Z Checking unicode-normalization v0.1.24
22942026-02-26T16:20:57.243Z Checking rustls-native-certs v0.8.1
22952026-02-26T16:20:57.268Z Checking crossbeam-utils v0.8.21
22962026-02-26T16:20:57.441Z Checking rand_xorshift v0.4.0
22972026-02-26T16:20:57.465Z Checking h2 v0.4.6
22982026-02-26T16:20:57.626Z Checking rustix v0.38.37
22992026-02-26T16:20:57.727Z Checking bzip2-sys v0.1.13+1.0.8
23002026-02-26T16:20:57.850Z Checking scroll v0.13.0
23012026-02-26T16:20:57.897Z Checking signature v2.2.0
23022026-02-26T16:20:58.109Z Checking sync_wrapper v1.0.1
23032026-02-26T16:20:58.259Z Checking crc32fast v1.4.2
23042026-02-26T16:20:58.283Z Checking num_threads v0.1.7
23052026-02-26T16:20:58.402Z Checking num-conv v0.2.0
23062026-02-26T16:20:58.492Z Checking colorchoice v1.0.2
23072026-02-26T16:20:58.615Z Checking siphasher v0.3.11
23082026-02-26T16:20:58.649Z Checking time-core v0.1.8
23092026-02-26T16:20:58.894Z Checking anstyle-query v1.1.1
23102026-02-26T16:20:58.945Z Checking unicode-properties v0.1.3
23112026-02-26T16:20:58.945Z Checking is_terminal_polyfill v1.70.1
23122026-02-26T16:20:59.027Z Checking zlib-rs v0.5.1
23132026-02-26T16:20:59.072Z Checking unicode-bidi v0.3.17
23142026-02-26T16:20:59.274Z Checking unarray v0.1.4
23152026-02-26T16:20:59.438Z Checking proptest v1.7.0
23162026-02-26T16:20:59.634Z Checking stringprep v0.1.5
23172026-02-26T16:20:59.884Z Checking anstream v0.6.18
23182026-02-26T16:21:00.246Z Checking time v0.3.47
23192026-02-26T16:21:00.317Z Checking tokio-rustls v0.26.0
23202026-02-26T16:21:00.364Z Checking phf_shared v0.11.2
23212026-02-26T16:21:00.613Z Checking goblin v0.10.2
23222026-02-26T16:21:00.649Z Checking libz-rs-sys v0.5.1
23232026-02-26T16:21:00.719Z Checking tower v0.5.2
23242026-02-26T16:21:00.756Z Checking crossbeam-epoch v0.9.18
23252026-02-26T16:21:00.868Z Checking syn v2.0.117
23262026-02-26T16:21:00.949Z Checking native-tls v0.2.12
23272026-02-26T16:21:01.165Z Compiling daft v0.1.4
23282026-02-26T16:21:01.239Z Checking ipnetwork v0.21.1
23292026-02-26T16:21:01.532Z Checking http-body-util v0.1.3
23302026-02-26T16:21:01.610Z Checking webpki-roots v1.0.1
23312026-02-26T16:21:01.658Z Checking scroll v0.12.0
23322026-02-26T16:21:01.808Z Checking thiserror v1.0.69
23332026-02-26T16:21:01.911Z Checking zstd-sys v2.0.14+zstd.1.5.7
23342026-02-26T16:21:01.949Z Checking serde_spanned v0.6.9
23352026-02-26T16:21:02.086Z Checking toml_datetime v0.6.11
23362026-02-26T16:21:02.126Z Checking rand_chacha v0.3.1
23372026-02-26T16:21:02.157Z Checking num-integer v0.1.46
23382026-02-26T16:21:02.396Z Checking md-5 v0.10.6
23392026-02-26T16:21:02.485Z Checking ff v0.13.0
23402026-02-26T16:21:02.575Z Checking hash32 v0.2.1
23412026-02-26T16:21:02.609Z Checking gimli v0.31.1
23422026-02-26T16:21:02.695Z Checking psl-types v2.0.11
23432026-02-26T16:21:02.816Z Checking base16ct v0.2.0
23442026-02-26T16:21:02.851Z Checking ryu v1.0.18
23452026-02-26T16:21:02.881Z Checking fallible-iterator v0.2.0
23462026-02-26T16:21:02.940Z Checking hyper v1.8.1
23472026-02-26T16:21:03.024Z Checking either v1.15.0
23482026-02-26T16:21:03.073Z Checking iri-string v0.7.8
23492026-02-26T16:21:03.347Z Checking serde_urlencoded v0.7.1
23502026-02-26T16:21:03.434Z Checking postgres-protocol v0.6.8
23512026-02-26T16:21:03.496Z Checking sec1 v0.7.3
23522026-02-26T16:21:03.722Z Checking publicsuffix v2.3.0
23532026-02-26T16:21:03.856Z Checking heapless v0.7.17
23542026-02-26T16:21:03.973Z Compiling iddqd v0.3.16
23552026-02-26T16:21:04.019Z Checking cookie v0.18.1
23562026-02-26T16:21:04.415Z Checking group v0.13.0
23572026-02-26T16:21:04.642Z Checking num-iter v0.1.45
23582026-02-26T16:21:04.666Z Checking rand v0.8.5
23592026-02-26T16:21:04.691Z Checking hyper-util v0.1.19
23602026-02-26T16:21:04.824Z Checking zstd-safe v7.2.3
23612026-02-26T16:21:05.097Z Checking goblin v0.8.2
23622026-02-26T16:21:05.324Z Checking tower-http v0.6.8
23632026-02-26T16:21:05.820Z Checking dof v0.4.0
23642026-02-26T16:21:05.845Z Checking oxnet v0.1.4
23652026-02-26T16:21:05.845Z Checking tokio-native-tls v0.3.1
23662026-02-26T16:21:05.996Z Checking addr2line v0.24.2
23672026-02-26T16:21:06.101Z Checking flate2 v1.1.2
23682026-02-26T16:21:06.134Z Checking terminal_size v0.4.0
23692026-02-26T16:21:06.158Z Checking dtrace-parser v0.3.0
23702026-02-26T16:21:06.270Z Checking signal-hook v0.3.18
23712026-02-26T16:21:06.326Z Checking hkdf v0.12.4
23722026-02-26T16:21:06.468Z Checking crypto-bigint v0.5.5
23732026-02-26T16:21:06.535Z Checking thread-id v5.0.0
23742026-02-26T16:21:06.580Z Checking object v0.36.5
23752026-02-26T16:21:06.605Z Compiling rayon-core v1.12.1
23762026-02-26T16:21:06.629Z Checking strsim v0.11.1
23772026-02-26T16:21:06.653Z Checking bitflags v1.3.2
23782026-02-26T16:21:06.692Z Checking simd-adler32 v0.3.7
23792026-02-26T16:21:06.769Z Checking winnow v0.5.40
23802026-02-26T16:21:06.879Z Checking bumpalo v3.16.0
23812026-02-26T16:21:06.905Z Checking lockfree-object-pool v0.1.6
23822026-02-26T16:21:07.022Z Checking managed v0.8.0
23832026-02-26T16:21:07.156Z Checking clap_lex v0.7.4
23842026-02-26T16:21:07.212Z Checking rustc-demangle v0.1.24
23852026-02-26T16:21:07.367Z Checking smoltcp v0.9.1
23862026-02-26T16:21:07.392Z Checking hyper-rustls v0.27.7
23872026-02-26T16:21:07.421Z Checking clap_builder v4.5.48
23882026-02-26T16:21:07.619Z Checking hyper-tls v0.6.0
23892026-02-26T16:21:07.735Z Checking zopfli v0.8.1
23902026-02-26T16:21:07.913Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23912026-02-26T16:21:08.185Z Checking usdt-impl v0.6.0
23922026-02-26T16:21:08.363Z Checking signal-hook-mio v0.2.4
23932026-02-26T16:21:08.658Z Checking num-bigint-dig v0.8.6
23942026-02-26T16:21:08.690Z Checking zstd v0.13.3
23952026-02-26T16:21:08.786Z Checking elliptic-curve v0.13.8
23962026-02-26T16:21:08.944Z Checking cookie_store v0.22.1
23972026-02-26T16:21:09.041Z Checking postgres-types v0.2.9
23982026-02-26T16:21:09.150Z Checking toml_edit v0.19.15
23992026-02-26T16:21:09.370Z Checking dtrace-parser v0.2.0
24002026-02-26T16:21:09.466Z Checking dof v0.3.0
24012026-02-26T16:21:09.553Z Checking crossbeam-deque v0.8.5
24022026-02-26T16:21:09.667Z Checking regex v1.12.3
24032026-02-26T16:21:09.830Z Checking bstr v1.10.0
24042026-02-26T16:21:09.855Z Checking phf v0.11.2
24052026-02-26T16:21:09.989Z Checking rustls-platform-verifier v0.6.2
24062026-02-26T16:21:10.014Z Checking ed25519 v2.2.3
24072026-02-26T16:21:10.098Z Checking bzip2 v0.5.2
24082026-02-26T16:21:10.209Z Checking bzip2 v0.4.4
24092026-02-26T16:21:10.233Z Checking ref-cast v1.0.25
24102026-02-26T16:21:10.310Z Checking curve25519-dalek v4.1.3
24112026-02-26T16:21:10.391Z Checking strum v0.27.2
24122026-02-26T16:21:10.416Z Checking hubpack v0.1.2
24132026-02-26T16:21:10.441Z Checking memoffset v0.9.1
24142026-02-26T16:21:10.507Z Checking pkcs1 v0.7.5
24152026-02-26T16:21:10.559Z Checking hex v0.4.3
24162026-02-26T16:21:10.584Z Checking serde-big-array v0.5.1
24172026-02-26T16:21:10.618Z Checking erased-serde v0.3.31
24182026-02-26T16:21:10.709Z Checking float-cmp v0.10.0
24192026-02-26T16:21:10.794Z Checking rfc6979 v0.4.0
24202026-02-26T16:21:10.898Z Checking socket2 v0.5.10
24212026-02-26T16:21:10.923Z Checking memmap2 v0.9.8
24222026-02-26T16:21:10.975Z Checking thread-id v4.2.2
24232026-02-26T16:21:11.027Z Checking env_filter v0.1.2
24242026-02-26T16:21:11.106Z Checking encoding_rs v0.8.34
24252026-02-26T16:21:11.203Z Checking mime v0.3.17
24262026-02-26T16:21:11.268Z Checking normalize-line-endings v0.3.0
24272026-02-26T16:21:11.342Z Checking fixedbitset v0.4.2
24282026-02-26T16:21:11.404Z Checking precomputed-hash v0.1.1
24292026-02-26T16:21:11.429Z Checking unicode-segmentation v1.12.0
24302026-02-26T16:21:11.534Z Checking data-encoding v2.9.0
24312026-02-26T16:21:11.559Z Checking keccak v0.1.5
24322026-02-26T16:21:11.592Z Checking static_assertions v1.1.0
24332026-02-26T16:21:11.628Z Checking predicates-core v1.0.8
24342026-02-26T16:21:11.701Z Checking whoami v1.5.2
24352026-02-26T16:21:11.834Z Checking new_debug_unreachable v1.0.6
24362026-02-26T16:21:11.859Z Checking backtrace v0.3.74
24372026-02-26T16:21:11.883Z Checking winnow v0.7.14
24382026-02-26T16:21:11.942Z Checking toml_write v0.1.2
24392026-02-26T16:21:11.974Z Checking jiff v0.2.15
24402026-02-26T16:21:12.006Z Checking rustc-hash v2.1.1
24412026-02-26T16:21:12.036Z Checking fixedbitset v0.5.7
24422026-02-26T16:21:12.079Z Checking difflib v0.4.0
24432026-02-26T16:21:12.269Z Checking hickory-proto v0.25.2
24442026-02-26T16:21:12.373Z Checking predicates v3.1.3
24452026-02-26T16:21:12.400Z Checking petgraph v0.8.2
24462026-02-26T16:21:12.424Z Checking anyhow v1.0.99
24472026-02-26T16:21:12.771Z Checking similar v2.7.0
24482026-02-26T16:21:12.945Z Checking tokio-postgres v0.7.13
24492026-02-26T16:21:13.033Z Checking reqwest v0.12.28
24502026-02-26T16:21:13.502Z Checking ed25519-dalek v2.1.1
24512026-02-26T16:21:13.870Z Checking string_cache v0.8.9
24522026-02-26T16:21:13.965Z Checking sha3 v0.10.8
24532026-02-26T16:21:14.146Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24542026-02-26T16:21:14.348Z Checking petgraph v0.6.5
24552026-02-26T16:21:14.422Z Checking toml_edit v0.22.27
24562026-02-26T16:21:14.716Z Checking slog v2.8.2
24572026-02-26T16:21:15.191Z Checking toml v0.7.8
24582026-02-26T16:21:15.328Z Checking env_logger v0.11.8
24592026-02-26T16:21:15.605Z Checking usdt v0.6.0
24602026-02-26T16:21:15.646Z Checking usdt-impl v0.5.0
24612026-02-26T16:21:15.820Z Checking serde_with v3.16.1
24622026-02-26T16:21:15.876Z Checking ecdsa v0.16.9
24632026-02-26T16:21:16.167Z Checking rsa v0.9.8
24642026-02-26T16:21:16.518Z Checking nix v0.29.0
24652026-02-26T16:21:16.774Z Checking zip v0.6.6
24662026-02-26T16:21:17.055Z Checking reqwest v0.13.2
24672026-02-26T16:21:17.081Z Checking clap v4.5.48
24682026-02-26T16:21:17.175Z Checking zip v4.2.0
24692026-02-26T16:21:17.424Z Checking crossterm v0.28.1
24702026-02-26T16:21:17.769Z Checking itertools v0.13.0
24712026-02-26T16:21:17.806Z Checking itertools v0.10.5
24722026-02-26T16:21:18.001Z Checking strum v0.26.3
24732026-02-26T16:21:18.165Z Checking tokio-stream v0.1.17
24742026-02-26T16:21:18.318Z Checking ahash v0.8.12
24752026-02-26T16:21:18.668Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24762026-02-26T16:21:18.711Z Checking fs-err v3.1.1
24772026-02-26T16:21:18.736Z Checking buf-list v1.0.3
24782026-02-26T16:21:18.882Z Checking x509-cert v0.2.5
24792026-02-26T16:21:18.922Z Checking openapiv3 v2.2.0
24802026-02-26T16:21:19.012Z Checking sha1 v0.10.6
24812026-02-26T16:21:19.037Z Checking winnow v0.6.26
24822026-02-26T16:21:19.061Z Checking lalrpop-util v0.19.12
24832026-02-26T16:21:19.240Z Checking peg-runtime v0.8.5
24842026-02-26T16:21:19.298Z Checking rayon v1.10.0
24852026-02-26T16:21:19.341Z Checking camino v1.2.2
24862026-02-26T16:21:19.465Z Checking sigpipe v0.1.3
24872026-02-26T16:21:19.576Z Checking glob v0.3.2
24882026-02-26T16:21:22.393Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24892026-02-26T16:21:22.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.21s
24902026-02-26T16:21:23.098Z
24912026-02-26T16:21:23.098Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/252)
24922026-02-26T16:21:24.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932026-02-26T16:21:24.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942026-02-26T16:21:24.570Z Compiling regress v0.10.5
24952026-02-26T16:21:24.621Z Compiling unsafe-libyaml v0.2.11
24962026-02-26T16:21:24.646Z Checking newtype-uuid v1.3.2
24972026-02-26T16:21:24.670Z Compiling structmeta-derive v0.3.0
24982026-02-26T16:21:24.712Z Checking heck v0.5.0
24992026-02-26T16:21:24.737Z Compiling rustls v0.22.4
25002026-02-26T16:21:24.765Z Compiling multer v3.1.0
25012026-02-26T16:21:24.923Z Compiling newtype-uuid-macros v0.1.0
25022026-02-26T16:21:24.993Z Checking daft v0.1.4
25032026-02-26T16:21:25.059Z Compiling async-stream-impl v0.3.6
25042026-02-26T16:21:25.158Z Checking futures-executor v0.3.31
25052026-02-26T16:21:25.389Z Compiling dropshot v0.16.7
25062026-02-26T16:21:25.435Z Checking iddqd v0.3.16
25072026-02-26T16:21:25.781Z Compiling serde_yaml v0.9.34+deprecated
25082026-02-26T16:21:26.205Z Checking futures v0.3.31
25092026-02-26T16:21:26.230Z Compiling dropshot_endpoint v0.16.7
25102026-02-26T16:21:26.324Z Checking match_cfg v0.1.0
25112026-02-26T16:21:26.376Z Checking thread_local v1.1.8
25122026-02-26T16:21:26.431Z Checking hostname v0.3.1
25132026-02-26T16:21:26.587Z Checking unicode-width v0.1.14
25142026-02-26T16:21:26.664Z Checking crossbeam-channel v0.5.15
25152026-02-26T16:21:26.854Z Compiling structmeta v0.3.0
25162026-02-26T16:21:27.027Z Checking is-terminal v0.4.13
25172026-02-26T16:21:27.178Z Checking take_mut v0.2.2
25182026-02-26T16:21:27.266Z Compiling derive-ex v0.1.8
25192026-02-26T16:21:27.339Z Checking term v1.1.0
25202026-02-26T16:21:27.363Z Checking slog-async v2.8.0
25212026-02-26T16:21:27.363Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-02-26T16:21:27.499Z Compiling parse-display-derive v0.10.0
25232026-02-26T16:21:27.596Z Checking rustls-webpki v0.102.8
25242026-02-26T16:21:27.652Z Compiling typify-impl v0.4.3
25252026-02-26T16:21:27.726Z Checking slog-term v2.9.2
25262026-02-26T16:21:28.219Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25272026-02-26T16:21:28.297Z Checking debug-ignore v1.0.5
25282026-02-26T16:21:28.827Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25292026-02-26T16:21:28.995Z Checking toml_parser v1.0.6+spec-1.1.0
25302026-02-26T16:21:29.464Z Checking slog-json v2.6.1
25312026-02-26T16:21:29.620Z Checking macaddr v1.0.1
25322026-02-26T16:21:29.716Z Checking serde_spanned v1.0.4
25332026-02-26T16:21:29.743Z Checking toml_datetime v0.7.5+spec-1.1.0
25342026-02-26T16:21:29.940Z Checking toml_writer v1.0.6+spec-1.1.0
25352026-02-26T16:21:29.965Z Checking slog-bunyan v2.5.0
25362026-02-26T16:21:30.100Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25372026-02-26T16:21:30.148Z Checking tabwriter v1.4.0
25382026-02-26T16:21:30.319Z Checking toml v0.9.11+spec-1.1.0
25392026-02-26T16:21:30.432Z Checking async-stream v0.3.6
25402026-02-26T16:21:30.737Z Compiling test-strategy v0.4.3
25412026-02-26T16:21:30.798Z Checking waitgroup v0.1.2
25422026-02-26T16:21:30.885Z Checking rustls-pemfile v2.2.0
25432026-02-26T16:21:30.989Z Checking serde_path_to_error v0.1.20
25442026-02-26T16:21:31.013Z Checking hostname v0.4.2
25452026-02-26T16:21:31.188Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
25462026-02-26T16:21:31.212Z Compiling itertools v0.14.0
25472026-02-26T16:21:31.391Z Checking progenitor-client v0.13.0
25482026-02-26T16:21:31.583Z Checking progenitor-client v0.11.2
25492026-02-26T16:21:31.608Z Checking tokio-rustls v0.25.0
25502026-02-26T16:21:31.697Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25512026-02-26T16:21:31.820Z Checking instant v0.1.13
25522026-02-26T16:21:31.972Z Checking colored v3.0.0
25532026-02-26T16:21:32.109Z Checking backoff v0.4.0
25542026-02-26T16:21:32.233Z Checking parse-display v0.10.0
25552026-02-26T16:21:32.418Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25562026-02-26T16:21:32.470Z Checking progenitor-client v0.10.0
25572026-02-26T16:21:32.590Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
25582026-02-26T16:21:32.851Z Checking backon v1.6.0
25592026-02-26T16:21:33.124Z Compiling proc-macro-crate v1.3.1
25602026-02-26T16:21:33.521Z Compiling proc-macro-error v1.0.4
25612026-02-26T16:21:33.546Z Compiling heapless v0.8.0
25622026-02-26T16:21:33.805Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25632026-02-26T16:21:33.922Z Compiling num_enum_derive v0.5.11
25642026-02-26T16:21:33.947Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25652026-02-26T16:21:34.057Z Compiling ingot-macros v0.1.1
25662026-02-26T16:21:34.300Z Checking hash32 v0.3.1
25672026-02-26T16:21:34.325Z Compiling smoltcp v0.11.0
25682026-02-26T16:21:34.481Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25692026-02-26T16:21:34.623Z Compiling foreign-types-macros v0.2.3
25702026-02-26T16:21:34.781Z Compiling crucible-workspace-hack v0.1.0
25712026-02-26T16:21:34.918Z Checking cobs v0.2.3
25722026-02-26T16:21:35.050Z Checking foreign-types-shared v0.3.1
25732026-02-26T16:21:35.106Z Checking postcard v1.0.10
25742026-02-26T16:21:35.573Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25752026-02-26T16:21:35.642Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25762026-02-26T16:21:35.693Z Checking foreign-types v0.5.0
25772026-02-26T16:21:35.776Z Checking cstr-argument v0.1.2
25782026-02-26T16:21:35.825Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25792026-02-26T16:21:35.869Z Checking num_enum v0.5.11
25802026-02-26T16:21:35.980Z Checking pretty-hex v0.2.1
25812026-02-26T16:21:36.050Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25822026-02-26T16:21:36.098Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25832026-02-26T16:21:36.202Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25842026-02-26T16:21:36.333Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25852026-02-26T16:21:36.383Z Checking colored v2.2.0
25862026-02-26T16:21:36.414Z Checking secrecy v0.10.3
25872026-02-26T16:21:36.439Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25882026-02-26T16:21:36.491Z Checking camino-tempfile v1.4.1
25892026-02-26T16:21:36.519Z Compiling nix v0.30.1
25902026-02-26T16:21:36.621Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25912026-02-26T16:21:36.790Z Compiling convert_case v0.4.0
25922026-02-26T16:21:37.207Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25932026-02-26T16:21:37.237Z Compiling zone_cfg_derive v0.3.0
25942026-02-26T16:21:37.365Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25952026-02-26T16:21:37.498Z Checking itertools v0.12.1
25962026-02-26T16:21:37.615Z Compiling derive_more v0.99.20
25972026-02-26T16:21:37.843Z Compiling typify-macro v0.4.3
25982026-02-26T16:21:38.006Z Checking smf v0.2.3
25992026-02-26T16:21:38.384Z Compiling num-derive v0.4.2
26002026-02-26T16:21:38.459Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26012026-02-26T16:21:38.720Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26022026-02-26T16:21:39.021Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26032026-02-26T16:21:39.548Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26042026-02-26T16:21:39.747Z Checking zone v0.3.1
26052026-02-26T16:21:39.780Z Checking ingot-types v0.1.2
26062026-02-26T16:21:40.091Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26072026-02-26T16:21:40.503Z Checking ingot v0.1.1
26082026-02-26T16:21:41.228Z Compiling typify v0.4.3
26092026-02-26T16:21:41.411Z Compiling progenitor-impl v0.11.2
26102026-02-26T16:21:41.703Z Compiling typify-impl v0.6.1
26112026-02-26T16:21:43.636Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26122026-02-26T16:21:44.259Z Compiling prettyplease v0.2.36
26132026-02-26T16:21:45.064Z Compiling typify-impl v0.2.0
26142026-02-26T16:21:45.655Z Checking num-rational v0.4.2
26152026-02-26T16:21:45.852Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26162026-02-26T16:21:47.111Z Checking num-complex v0.4.6
26172026-02-26T16:21:47.348Z Compiling progenitor-macro v0.11.2
26182026-02-26T16:21:47.675Z Checking unicode-width v0.2.0
26192026-02-26T16:21:47.855Z Checking num v0.4.3
26202026-02-26T16:21:47.925Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26212026-02-26T16:21:48.137Z Checking password-hash v0.5.0
26222026-02-26T16:21:48.285Z Compiling usdt-attr-macro v0.5.0
26232026-02-26T16:21:48.562Z Compiling usdt-macro v0.5.0
26242026-02-26T16:21:48.609Z Checking blake2 v0.10.6
26252026-02-26T16:21:49.039Z Compiling thiserror-impl-no-std v2.0.2
26262026-02-26T16:21:49.202Z Checking universal-hash v0.5.1
26272026-02-26T16:21:49.697Z Checking memmap v0.7.0
26282026-02-26T16:21:49.831Z Checking half v2.4.1
26292026-02-26T16:21:49.922Z Checking opaque-debug v0.3.1
26302026-02-26T16:21:50.031Z Checking float-ord v0.3.2
26312026-02-26T16:21:50.194Z Checking ciborium-io v0.2.2
26322026-02-26T16:21:50.306Z Checking poly1305 v0.8.0
26332026-02-26T16:21:50.379Z Checking ciborium-ll v0.2.2
26342026-02-26T16:21:50.413Z Checking usdt v0.5.0
26352026-02-26T16:21:50.675Z Checking argon2 v0.5.3
26362026-02-26T16:21:50.715Z Checking console v0.15.10
26372026-02-26T16:21:50.829Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26382026-02-26T16:21:51.269Z Checking toml v0.8.23
26392026-02-26T16:21:51.348Z Checking chacha20 v0.9.1
26402026-02-26T16:21:51.420Z Checking thiserror-no-std v2.0.2
26412026-02-26T16:21:51.469Z Checking aead v0.5.2
26422026-02-26T16:21:51.579Z Compiling semver v0.1.20
26432026-02-26T16:21:51.738Z Checking chacha20poly1305 v0.10.1
26442026-02-26T16:21:51.928Z Compiling rustc_version v0.1.7
26452026-02-26T16:21:51.973Z Checking vsss-rs v3.3.4
26462026-02-26T16:21:51.997Z Compiling typify-macro v0.6.1
26472026-02-26T16:21:52.053Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26482026-02-26T16:21:52.193Z Checking ciborium v0.2.2
26492026-02-26T16:21:52.440Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26502026-02-26T16:21:54.442Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26512026-02-26T16:21:54.830Z Compiling pin-project-internal v1.1.6
26522026-02-26T16:21:54.878Z Checking siphasher v1.0.1
26532026-02-26T16:21:54.960Z Checking linked-hash-map v0.5.6
26542026-02-26T16:21:55.014Z Compiling typify-macro v0.2.0
26552026-02-26T16:21:55.207Z Checking indent_write v2.2.0
26562026-02-26T16:21:55.294Z Compiling minimal-lexical v0.2.1
26572026-02-26T16:21:55.319Z Checking lru-cache v0.1.2
26582026-02-26T16:21:55.454Z Checking phf_shared v0.12.1
26592026-02-26T16:21:55.487Z Compiling typify v0.6.1
26602026-02-26T16:21:55.674Z Compiling progenitor-impl v0.13.0
26612026-02-26T16:21:55.719Z Compiling nom v7.1.3
26622026-02-26T16:21:55.746Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26632026-02-26T16:21:55.805Z Compiling newtype_derive v0.1.6
26642026-02-26T16:21:57.157Z Checking pin-project v1.1.6
26652026-02-26T16:21:57.231Z Checking resolv-conf v0.7.0
26662026-02-26T16:21:57.308Z Checking newline-converter v0.3.0
26672026-02-26T16:21:57.480Z Checking hickory-proto v0.24.4
26682026-02-26T16:21:57.571Z Checking atomicwrites v0.4.4
26692026-02-26T16:21:57.784Z Checking pem v3.0.5
26702026-02-26T16:21:58.112Z Compiling snafu-derive v0.8.5
26712026-02-26T16:21:58.269Z Checking progenitor v0.11.2
26722026-02-26T16:21:58.512Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26732026-02-26T16:21:58.587Z Compiling typify v0.2.0
26742026-02-26T16:21:58.611Z Checking csv-core v0.1.11
26752026-02-26T16:21:58.797Z Compiling async-recursion v1.1.1
26762026-02-26T16:21:58.823Z Compiling derive-where v1.5.0
26772026-02-26T16:21:58.966Z Compiling slog-dtrace v0.3.0
26782026-02-26T16:21:59.329Z Compiling cancel-safe-futures v0.1.5
26792026-02-26T16:21:59.725Z Compiling chrono-tz v0.10.4
26802026-02-26T16:22:00.022Z Checking highway v1.3.0
26812026-02-26T16:22:00.085Z Checking swrite v0.1.0
26822026-02-26T16:22:00.244Z Checking same-file v1.0.6
26832026-02-26T16:22:00.434Z Compiling owo-colors v4.2.3
26842026-02-26T16:22:00.459Z Checking walkdir v2.5.0
26852026-02-26T16:22:00.826Z Compiling const_format_proc_macros v0.2.34
26862026-02-26T16:22:01.174Z Checking csv v1.3.1
26872026-02-26T16:22:01.424Z Checking hickory-resolver v0.24.4
26882026-02-26T16:22:01.472Z Compiling progenitor-macro v0.13.0
26892026-02-26T16:22:01.580Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26902026-02-26T16:22:01.976Z Compiling progenitor-impl v0.8.0
26912026-02-26T16:22:02.256Z Checking snafu v0.8.5
26922026-02-26T16:22:02.559Z Checking expectorate v1.2.0
26932026-02-26T16:22:02.710Z Checking phf v0.12.1
26942026-02-26T16:22:02.784Z Checking tokio-dtrace v0.1.0
26952026-02-26T16:22:02.945Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26962026-02-26T16:22:02.970Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26972026-02-26T16:22:03.080Z Checking globset v0.4.15
26982026-02-26T16:22:03.530Z Checking olpc-cjson v0.1.4
26992026-02-26T16:22:03.771Z Checking libsw-core v0.3.1
27002026-02-26T16:22:03.873Z Compiling lzma-sys v0.1.20
27012026-02-26T16:22:04.012Z Checking serde_plain v1.0.2
27022026-02-26T16:22:04.258Z Checking bytecount v0.6.8
27032026-02-26T16:22:04.544Z Checking typed-path v0.9.3
27042026-02-26T16:22:04.569Z Checking utf-8 v0.7.6
27052026-02-26T16:22:04.780Z Checking arc-swap v1.7.1
27062026-02-26T16:22:05.166Z Checking slog-scope v4.4.0
27072026-02-26T16:22:05.387Z Checking tungstenite v0.21.0
27082026-02-26T16:22:05.947Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27092026-02-26T16:22:06.230Z Checking papergrid v0.11.0
27102026-02-26T16:22:06.258Z Checking libsw v3.5.0
27112026-02-26T16:22:06.324Z Checking tough v0.20.0
27122026-02-26T16:22:06.514Z Checking oxide-tokio-rt v0.1.2
27132026-02-26T16:22:06.539Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27142026-02-26T16:22:07.282Z Checking qorb v0.4.1
27152026-02-26T16:22:07.768Z Compiling progenitor-macro v0.8.0
27162026-02-26T16:22:10.286Z Checking const_format v0.2.34
27172026-02-26T16:22:10.507Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27182026-02-26T16:22:11.572Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27192026-02-26T16:22:11.808Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27202026-02-26T16:22:12.494Z Compiling tabled_derive v0.7.0
27212026-02-26T16:22:12.631Z Checking progenitor-client v0.8.0
27222026-02-26T16:22:12.743Z Checking progenitor v0.13.0
27232026-02-26T16:22:12.780Z Checking gethostname v0.5.0
27242026-02-26T16:22:12.949Z Compiling heck v0.3.3
27252026-02-26T16:22:13.000Z Checking bcs v0.1.6
27262026-02-26T16:22:13.027Z Checking linear-map v1.2.0
27272026-02-26T16:22:13.317Z Checking termtree v0.5.1
27282026-02-26T16:22:13.386Z Checking smawk v0.3.2
27292026-02-26T16:22:13.527Z Checking unicode-linebreak v0.1.5
27302026-02-26T16:22:13.588Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27312026-02-26T16:22:13.632Z Compiling zone_cfg_derive v0.1.2
27322026-02-26T16:22:13.993Z Checking textwrap v0.16.2
27332026-02-26T16:22:14.417Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27342026-02-26T16:22:14.544Z Checking tabled v0.15.0
27352026-02-26T16:22:14.906Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27362026-02-26T16:22:15.182Z Checking steno v0.4.1
27372026-02-26T16:22:16.299Z Checking tokio-tungstenite v0.21.0
27382026-02-26T16:22:16.459Z Checking slog-stdlog v4.1.1
27392026-02-26T16:22:16.667Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27402026-02-26T16:22:16.806Z Checking base64 v0.21.7
27412026-02-26T16:22:16.957Z Checking humantime v2.2.0
27422026-02-26T16:22:17.048Z Checking base64 v0.13.1
27432026-02-26T16:22:17.315Z Checking number_prefix v0.4.0
27442026-02-26T16:22:17.340Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27452026-02-26T16:22:17.367Z Checking slog-envlogger v2.2.0
27462026-02-26T16:22:17.463Z Checking ron v0.7.1
27472026-02-26T16:22:17.538Z Checking indicatif v0.17.11
27482026-02-26T16:22:17.610Z Checking xz2 v0.1.7
27492026-02-26T16:22:17.784Z Checking zone v0.1.8
27502026-02-26T16:22:17.930Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27512026-02-26T16:22:18.199Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27522026-02-26T16:22:18.382Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27532026-02-26T16:22:18.411Z Checking progenitor v0.8.0
27542026-02-26T16:22:18.461Z Checking xattr v1.3.1
27552026-02-26T16:22:18.628Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27562026-02-26T16:22:18.653Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27572026-02-26T16:22:18.681Z Checking yasna v0.5.2
27582026-02-26T16:22:19.408Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27592026-02-26T16:22:19.437Z Checking headers-core v0.3.0
27602026-02-26T16:22:19.518Z Checking filetime v0.2.26
27612026-02-26T16:22:19.614Z Checking headers v0.4.1
27622026-02-26T16:22:19.742Z Checking tar v0.4.44
27632026-02-26T16:22:20.360Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27642026-02-26T16:22:20.474Z Checking rcgen v0.12.1
27652026-02-26T16:22:20.562Z Checking subprocess v0.2.9
27662026-02-26T16:22:21.397Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27672026-02-26T16:22:21.510Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-02-26T16:22:21.725Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27692026-02-26T16:22:22.284Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
27702026-02-26T16:22:22.596Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27712026-02-26T16:22:22.621Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27722026-02-26T16:22:22.966Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27732026-02-26T16:22:24.062Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27742026-02-26T16:22:25.111Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27752026-02-26T16:22:26.286Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-02-26T16:22:31.526Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-02-26T16:22:35.126Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27782026-02-26T16:22:36.671Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27792026-02-26T16:22:40.356Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27802026-02-26T16:22:54.914Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27812026-02-26T16:22:57.918Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27822026-02-26T16:23:00.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
27832026-02-26T16:23:00.674Z
27842026-02-26T16:23:00.675Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/252)
27852026-02-26T16:23:01.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-02-26T16:23:01.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-02-26T16:23:02.162Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27882026-02-26T16:23:04.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
27892026-02-26T16:23:04.990Z
27902026-02-26T16:23:04.991Zinfo: running `cargo check --bins` on nexus-config (53/252)
27912026-02-26T16:23:06.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-02-26T16:23:06.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-02-26T16:23:06.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-02-26T16:23:06.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
27952026-02-26T16:23:06.305Z
27962026-02-26T16:23:06.305Zinfo: running `cargo check --bins` on nexus-types (54/252)
27972026-02-26T16:23:07.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-02-26T16:23:07.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-02-26T16:23:07.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-02-26T16:23:07.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
28012026-02-26T16:23:07.581Z
28022026-02-26T16:23:07.581Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/252)
28032026-02-26T16:23:08.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-02-26T16:23:08.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-02-26T16:23:08.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-02-26T16:23:08.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
28072026-02-26T16:23:08.804Z
28082026-02-26T16:23:08.804Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/252)
28092026-02-26T16:23:09.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-02-26T16:23:09.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-02-26T16:23:09.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-02-26T16:23:09.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
28132026-02-26T16:23:09.995Z
28142026-02-26T16:23:09.995Zinfo: running `cargo check --bins` on cockroach-admin-types (57/252)
28152026-02-26T16:23:11.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-02-26T16:23:11.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-02-26T16:23:11.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-02-26T16:23:11.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
28192026-02-26T16:23:11.192Z
28202026-02-26T16:23:11.192Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/252)
28212026-02-26T16:23:12.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-02-26T16:23:12.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-02-26T16:23:12.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-02-26T16:23:12.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
28252026-02-26T16:23:12.350Z
28262026-02-26T16:23:12.350Zinfo: running `cargo check --bins` on ereport-types (59/252)
28272026-02-26T16:23:13.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-02-26T16:23:13.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-02-26T16:23:13.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-02-26T16:23:13.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
28312026-02-26T16:23:13.506Z
28322026-02-26T16:23:13.506Zinfo: running `cargo check --bins` on gateway-client (60/252)
28332026-02-26T16:23:14.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-02-26T16:23:14.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-02-26T16:23:14.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-02-26T16:23:14.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
28372026-02-26T16:23:14.715Z
28382026-02-26T16:23:14.715Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/252)
28392026-02-26T16:23:15.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-02-26T16:23:15.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-02-26T16:23:15.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-02-26T16:23:15.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
28432026-02-26T16:23:15.903Z
28442026-02-26T16:23:15.903Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/252)
28452026-02-26T16:23:16.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-02-26T16:23:16.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-02-26T16:23:16.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-02-26T16:23:16.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
28492026-02-26T16:23:17.079Z
28502026-02-26T16:23:17.079Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/252)
28512026-02-26T16:23:18.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-02-26T16:23:18.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-02-26T16:23:18.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542026-02-26T16:23:18.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
28552026-02-26T16:23:18.254Z
28562026-02-26T16:23:18.254Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/252)
28572026-02-26T16:23:19.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-02-26T16:23:19.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-02-26T16:23:19.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-02-26T16:23:19.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
28612026-02-26T16:23:19.415Z
28622026-02-26T16:23:19.415Zinfo: running `cargo check --bins` on internal-dns-types (65/252)
28632026-02-26T16:23:20.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-02-26T16:23:20.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-02-26T16:23:20.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-02-26T16:23:20.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
28672026-02-26T16:23:20.575Z
28682026-02-26T16:23:20.575Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/252)
28692026-02-26T16:23:21.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-02-26T16:23:21.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-02-26T16:23:21.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-02-26T16:23:21.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28732026-02-26T16:23:21.669Z
28742026-02-26T16:23:21.669Zinfo: running `cargo check --bins` on nexus-types-versions (67/252)
28752026-02-26T16:23:22.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-02-26T16:23:22.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-02-26T16:23:22.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-02-26T16:23:22.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
28792026-02-26T16:23:22.808Z
28802026-02-26T16:23:22.808Zinfo: running `cargo check --bins` on omicron-passwords (68/252)
28812026-02-26T16:23:23.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-02-26T16:23:23.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-02-26T16:23:23.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-02-26T16:23:23.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28852026-02-26T16:23:23.922Z
28862026-02-26T16:23:23.922Zinfo: running `cargo check --bins` on oxql-types (69/252)
28872026-02-26T16:23:24.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-02-26T16:23:24.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-02-26T16:23:24.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-02-26T16:23:24.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
28912026-02-26T16:23:25.031Z
28922026-02-26T16:23:25.031Zinfo: running `cargo check --bins` on oximeter-types (70/252)
28932026-02-26T16:23:26.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-02-26T16:23:26.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-02-26T16:23:26.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-02-26T16:23:26.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
28972026-02-26T16:23:26.229Z
28982026-02-26T16:23:26.229Zinfo: running `cargo check --bins` on oximeter-types-versions (71/252)
28992026-02-26T16:23:27.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-02-26T16:23:27.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-02-26T16:23:27.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-02-26T16:23:27.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
29032026-02-26T16:23:27.375Z
29042026-02-26T16:23:27.375Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/252)
29052026-02-26T16:23:28.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-02-26T16:23:28.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-02-26T16:23:28.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-02-26T16:23:28.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29092026-02-26T16:23:28.459Z
29102026-02-26T16:23:28.460Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (73/252)
29112026-02-26T16:23:29.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-02-26T16:23:29.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-02-26T16:23:29.662Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29142026-02-26T16:23:30.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
29152026-02-26T16:23:30.732Z
29162026-02-26T16:23:30.733Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (74/252)
29172026-02-26T16:23:31.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-02-26T16:23:31.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-02-26T16:23:32.004Z Compiling object v0.37.3
29202026-02-26T16:23:32.044Z Compiling stacker v0.1.23
29212026-02-26T16:23:32.069Z Compiling cfg_aliases v0.1.1
29222026-02-26T16:23:32.069Z Compiling convert_case v0.7.1
29232026-02-26T16:23:32.069Z Compiling vte_generate_state_changes v0.1.2
29242026-02-26T16:23:32.129Z Checking fd-lock v4.0.2
29252026-02-26T16:23:32.129Z Checking nibble_vec v0.1.0
29262026-02-26T16:23:32.154Z Compiling recursive-proc-macro-impl v0.1.1
29272026-02-26T16:23:32.193Z Compiling nix v0.28.0
29282026-02-26T16:23:32.355Z Checking endian-type v0.1.2
29292026-02-26T16:23:32.382Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29302026-02-26T16:23:32.543Z Compiling peg-macros v0.8.5
29312026-02-26T16:23:32.584Z Checking radix_trie v0.2.1
29322026-02-26T16:23:32.675Z Checking vte v0.11.1
29332026-02-26T16:23:32.843Z Compiling derive_more-impl v2.0.1
29342026-02-26T16:23:32.869Z Compiling sqlparser_derive v0.5.0
29352026-02-26T16:23:32.986Z Checking unicode_categories v0.1.1
29362026-02-26T16:23:33.260Z Checking home v0.5.9
29372026-02-26T16:23:33.285Z Checking nu-ansi-term v0.50.1
29382026-02-26T16:23:33.424Z Checking sqlformat v0.3.5
29392026-02-26T16:23:33.691Z Checking display-error-chain v0.2.2
29402026-02-26T16:23:33.834Z Checking strip-ansi-escapes v0.2.0
29412026-02-26T16:23:34.000Z Checking reedline v0.40.0
29422026-02-26T16:23:34.394Z Checking derive_more v2.0.1
29432026-02-26T16:23:34.518Z Checking crossterm v0.29.0
29442026-02-26T16:23:34.734Z Checking peg v0.8.5
29452026-02-26T16:23:35.020Z Checking rustyline v14.0.0
29462026-02-26T16:23:38.791Z Compiling ar_archive_writer v0.5.1
29472026-02-26T16:23:39.967Z Compiling psm v0.1.30
29482026-02-26T16:23:41.112Z Checking recursive v0.1.1
29492026-02-26T16:23:41.243Z Checking sqlparser v0.61.0
29502026-02-26T16:24:08.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.09s
29512026-02-26T16:24:09.033Z
29522026-02-26T16:24:09.033Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (75/252)
29532026-02-26T16:24:10.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-02-26T16:24:10.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-02-26T16:24:10.298Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-02-26T16:24:18.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
29572026-02-26T16:24:18.288Z
29582026-02-26T16:24:18.288Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (76/252)
29592026-02-26T16:24:19.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-02-26T16:24:19.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-02-26T16:24:19.578Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-02-26T16:24:24.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s
29632026-02-26T16:24:25.012Z
29642026-02-26T16:24:25.012Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (77/252)
29652026-02-26T16:24:26.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-02-26T16:24:26.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-02-26T16:24:26.317Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-02-26T16:24:33.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.86s
29692026-02-26T16:24:34.105Z
29702026-02-26T16:24:34.105Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (78/252)
29712026-02-26T16:24:35.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-02-26T16:24:35.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-02-26T16:24:35.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-02-26T16:24:42.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.72s
29752026-02-26T16:24:43.040Z
29762026-02-26T16:24:43.041Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (79/252)
29772026-02-26T16:24:44.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-02-26T16:24:44.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-02-26T16:24:44.283Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-02-26T16:24:49.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s
29812026-02-26T16:24:50.070Z
29822026-02-26T16:24:50.070Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (80/252)
29832026-02-26T16:24:51.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-02-26T16:24:51.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-02-26T16:24:51.380Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-02-26T16:24:56.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
29872026-02-26T16:24:56.995Z
29882026-02-26T16:24:56.995Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (81/252)
29892026-02-26T16:24:58.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-02-26T16:24:58.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-02-26T16:24:58.304Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-02-26T16:25:05.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.99s
29932026-02-26T16:25:06.204Z
29942026-02-26T16:25:06.204Zinfo: running `cargo check --bins` on oximeter (82/252)
29952026-02-26T16:25:07.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-02-26T16:25:07.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-02-26T16:25:07.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-02-26T16:25:07.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
29992026-02-26T16:25:07.354Z
30002026-02-26T16:25:07.354Zinfo: running `cargo check --bins` on oximeter-schema (83/252)
30012026-02-26T16:25:08.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-02-26T16:25:08.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-02-26T16:25:08.551Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30042026-02-26T16:25:08.689Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30052026-02-26T16:25:09.296Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30062026-02-26T16:25:19.697Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30072026-02-26T16:25:20.404Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30082026-02-26T16:25:23.118Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30092026-02-26T16:25:24.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.17s
30102026-02-26T16:25:24.735Z
30112026-02-26T16:25:24.735Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (84/252)
30122026-02-26T16:25:25.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-02-26T16:25:25.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-02-26T16:25:25.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152026-02-26T16:25:25.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30162026-02-26T16:25:25.900Z
30172026-02-26T16:25:25.900Zinfo: running `cargo check --bins` on oximeter-test-utils (85/252)
30182026-02-26T16:25:27.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-02-26T16:25:27.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-02-26T16:25:27.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212026-02-26T16:25:27.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
30222026-02-26T16:25:27.162Z
30232026-02-26T16:25:27.162Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (86/252)
30242026-02-26T16:25:28.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-02-26T16:25:28.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-02-26T16:25:28.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272026-02-26T16:25:28.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
30282026-02-26T16:25:28.389Z
30292026-02-26T16:25:28.389Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (87/252)
30302026-02-26T16:25:29.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-02-26T16:25:29.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-02-26T16:25:29.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332026-02-26T16:25:29.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
30342026-02-26T16:25:29.564Z
30352026-02-26T16:25:29.564Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (88/252)
30362026-02-26T16:25:30.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-02-26T16:25:30.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-02-26T16:25:30.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-02-26T16:25:30.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
30402026-02-26T16:25:30.745Z
30412026-02-26T16:25:30.745Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (89/252)
30422026-02-26T16:25:31.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-02-26T16:25:31.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-02-26T16:25:31.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-02-26T16:25:31.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
30462026-02-26T16:25:31.918Z
30472026-02-26T16:25:31.919Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (90/252)
30482026-02-26T16:25:32.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-02-26T16:25:32.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-02-26T16:25:32.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-02-26T16:25:32.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30522026-02-26T16:25:33.082Z
30532026-02-26T16:25:33.082Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (91/252)
30542026-02-26T16:25:34.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-02-26T16:25:34.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-02-26T16:25:34.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-02-26T16:25:34.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
30582026-02-26T16:25:34.266Z
30592026-02-26T16:25:34.266Zinfo: running `cargo check --bins --no-default-features` on gfss (92/252)
30602026-02-26T16:25:35.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-02-26T16:25:35.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-02-26T16:25:35.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-02-26T16:25:35.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
30642026-02-26T16:25:35.464Z
30652026-02-26T16:25:35.464Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (93/252)
30662026-02-26T16:25:36.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-02-26T16:25:36.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-02-26T16:25:36.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-02-26T16:25:36.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
30702026-02-26T16:25:36.689Z
30712026-02-26T16:25:36.689Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/252)
30722026-02-26T16:25:37.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-02-26T16:25:37.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-02-26T16:25:37.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-02-26T16:25:37.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
30762026-02-26T16:25:37.916Z
30772026-02-26T16:25:37.916Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/252)
30782026-02-26T16:25:38.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-02-26T16:25:39.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-02-26T16:25:39.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-02-26T16:25:39.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
30822026-02-26T16:25:39.122Z
30832026-02-26T16:25:39.122Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/252)
30842026-02-26T16:25:40.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-02-26T16:25:40.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-02-26T16:25:40.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-02-26T16:25:40.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
30882026-02-26T16:25:40.332Z
30892026-02-26T16:25:40.332Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/252)
30902026-02-26T16:25:41.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-02-26T16:25:41.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-02-26T16:25:41.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-02-26T16:25:41.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
30942026-02-26T16:25:41.550Z
30952026-02-26T16:25:41.550Zinfo: running `cargo check --bins` on trust-quorum-types (98/252)
30962026-02-26T16:25:42.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-02-26T16:25:42.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-02-26T16:25:42.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-02-26T16:25:42.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
31002026-02-26T16:25:42.770Z
31012026-02-26T16:25:42.770Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/252)
31022026-02-26T16:25:43.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-02-26T16:25:43.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-02-26T16:25:43.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-02-26T16:25:43.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31062026-02-26T16:25:43.919Z
31072026-02-26T16:25:43.919Zinfo: running `cargo check --bins` on update-engine (100/252)
31082026-02-26T16:25:44.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-02-26T16:25:44.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-02-26T16:25:44.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-02-26T16:25:44.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
31122026-02-26T16:25:45.001Z
31132026-02-26T16:25:45.001Zinfo: running `cargo check --bins` on omicron-certificates (101/252)
31142026-02-26T16:25:46.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-02-26T16:25:46.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-02-26T16:25:46.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-02-26T16:25:46.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31182026-02-26T16:25:46.154Z
31192026-02-26T16:25:46.154Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (102/252)
31202026-02-26T16:25:47.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-02-26T16:25:47.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-02-26T16:25:47.466Z Checking dropshot-api-manager-types v0.3.0
31232026-02-26T16:25:47.466Z Checking nanorand v0.7.0
31242026-02-26T16:25:47.728Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31252026-02-26T16:25:47.835Z Checking flume v0.11.1
31262026-02-26T16:25:48.282Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31272026-02-26T16:25:50.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
31282026-02-26T16:25:50.396Z
31292026-02-26T16:25:50.396Zinfo: running `cargo check --bins` on clickhouse-admin-api (103/252)
31302026-02-26T16:25:51.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-02-26T16:25:51.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-02-26T16:25:51.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-02-26T16:25:51.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31342026-02-26T16:25:51.530Z
31352026-02-26T16:25:51.530Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (104/252)
31362026-02-26T16:25:52.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-02-26T16:25:52.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-02-26T16:25:52.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-02-26T16:25:52.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
31402026-02-26T16:25:52.661Z
31412026-02-26T16:25:52.661Zinfo: running `cargo check --bins` on bootstrap-agent-client (105/252)
31422026-02-26T16:25:53.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-02-26T16:25:53.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-02-26T16:25:53.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-02-26T16:25:53.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31462026-02-26T16:25:53.821Z
31472026-02-26T16:25:53.821Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/252)
31482026-02-26T16:25:54.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-02-26T16:25:54.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-02-26T16:25:54.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-02-26T16:25:54.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31522026-02-26T16:25:54.982Z
31532026-02-26T16:25:54.982Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/252)
31542026-02-26T16:25:56.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-02-26T16:25:56.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-02-26T16:25:56.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-02-26T16:25:56.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
31582026-02-26T16:25:56.177Z
31592026-02-26T16:25:56.177Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/252)
31602026-02-26T16:25:57.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-02-26T16:25:57.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-02-26T16:25:57.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-02-26T16:25:57.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
31642026-02-26T16:25:57.287Z
31652026-02-26T16:25:57.288Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/252)
31662026-02-26T16:25:58.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-02-26T16:25:58.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-02-26T16:25:58.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-02-26T16:25:58.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31702026-02-26T16:25:58.444Z
31712026-02-26T16:25:58.444Zinfo: running `cargo check --bins` on cockroach-admin-client (110/252)
31722026-02-26T16:25:59.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-02-26T16:25:59.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-02-26T16:25:59.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-02-26T16:25:59.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
31762026-02-26T16:25:59.536Z
31772026-02-26T16:25:59.537Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/252)
31782026-02-26T16:26:00.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-02-26T16:26:00.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-02-26T16:26:00.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-02-26T16:26:00.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
31822026-02-26T16:26:00.763Z
31832026-02-26T16:26:00.763Zinfo: running `cargo check --bins` on dns-service-client (112/252)
31842026-02-26T16:26:01.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-02-26T16:26:01.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-02-26T16:26:01.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-02-26T16:26:01.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
31882026-02-26T16:26:01.948Z
31892026-02-26T16:26:01.948Zinfo: running `cargo check --bins` on installinator-client (113/252)
31902026-02-26T16:26:03.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-02-26T16:26:03.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-02-26T16:26:03.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-02-26T16:26:03.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
31942026-02-26T16:26:03.135Z
31952026-02-26T16:26:03.135Zinfo: running `cargo check --bins` on nexus-client (114/252)
31962026-02-26T16:26:04.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-02-26T16:26:04.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-02-26T16:26:04.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-02-26T16:26:04.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
32002026-02-26T16:26:04.388Z
32012026-02-26T16:26:04.388Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/252)
32022026-02-26T16:26:05.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-02-26T16:26:05.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-02-26T16:26:05.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-02-26T16:26:05.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
32062026-02-26T16:26:05.663Z
32072026-02-26T16:26:05.663Zinfo: running `cargo check --bins` on ntp-admin-client (116/252)
32082026-02-26T16:26:06.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-02-26T16:26:06.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-02-26T16:26:06.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-02-26T16:26:06.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
32122026-02-26T16:26:06.799Z
32132026-02-26T16:26:06.799Zinfo: running `cargo check --bins` on oxide-client (117/252)
32142026-02-26T16:26:07.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-02-26T16:26:07.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-02-26T16:26:07.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-02-26T16:26:07.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
32182026-02-26T16:26:07.910Z
32192026-02-26T16:26:07.910Zinfo: running `cargo check --bins` on oximeter-client (118/252)
32202026-02-26T16:26:08.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-02-26T16:26:08.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-02-26T16:26:08.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-02-26T16:26:08.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32242026-02-26T16:26:09.043Z
32252026-02-26T16:26:09.043Zinfo: running `cargo check --bins` on repo-depot-client (119/252)
32262026-02-26T16:26:09.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-02-26T16:26:10.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-02-26T16:26:10.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-02-26T16:26:10.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
32302026-02-26T16:26:10.136Z
32312026-02-26T16:26:10.136Zinfo: running `cargo check --bins` on sled-agent-client (120/252)
32322026-02-26T16:26:11.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-02-26T16:26:11.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-02-26T16:26:11.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-02-26T16:26:11.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
32362026-02-26T16:26:11.310Z
32372026-02-26T16:26:11.310Zinfo: running `cargo check --bins` on wicketd-client (121/252)
32382026-02-26T16:26:12.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-02-26T16:26:12.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-02-26T16:26:12.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-02-26T16:26:12.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
32422026-02-26T16:26:12.466Z
32432026-02-26T16:26:12.466Zinfo: running `cargo check --bins` on installinator-common (122/252)
32442026-02-26T16:26:13.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-02-26T16:26:13.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-02-26T16:26:13.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-02-26T16:26:13.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
32482026-02-26T16:26:13.598Z
32492026-02-26T16:26:13.598Zinfo: running `cargo check --bins` on installinator-common-versions (123/252)
32502026-02-26T16:26:14.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-02-26T16:26:14.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-02-26T16:26:14.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-02-26T16:26:14.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
32542026-02-26T16:26:14.658Z
32552026-02-26T16:26:14.658Zinfo: running `cargo check --bins` on wicket-common (124/252)
32562026-02-26T16:26:15.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-02-26T16:26:15.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-02-26T16:26:15.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592026-02-26T16:26:15.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
32602026-02-26T16:26:15.811Z
32612026-02-26T16:26:15.812Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/252)
32622026-02-26T16:26:16.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-02-26T16:26:16.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-02-26T16:26:17.052Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32652026-02-26T16:26:17.077Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-02-26T16:26:17.077Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32672026-02-26T16:26:17.077Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32682026-02-26T16:26:17.102Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32692026-02-26T16:26:17.310Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32702026-02-26T16:26:17.403Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32712026-02-26T16:26:17.844Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-02-26T16:26:17.869Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32732026-02-26T16:26:22.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
32742026-02-26T16:26:22.591Z
32752026-02-26T16:26:22.591Zinfo: running `cargo check --bins` on cockroach-admin-api (126/252)
32762026-02-26T16:26:23.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-02-26T16:26:23.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-02-26T16:26:23.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-02-26T16:26:23.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
32802026-02-26T16:26:23.764Z
32812026-02-26T16:26:23.765Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (127/252)
32822026-02-26T16:26:24.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-02-26T16:26:24.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-02-26T16:26:24.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-02-26T16:26:24.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
32862026-02-26T16:26:25.045Z
32872026-02-26T16:26:25.046Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/252)
32882026-02-26T16:26:26.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-02-26T16:26:26.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-02-26T16:26:26.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912026-02-26T16:26:26.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
32922026-02-26T16:26:26.412Z
32932026-02-26T16:26:26.412Zinfo: running `cargo check --bins` on dns-server (129/252)
32942026-02-26T16:26:27.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952026-02-26T16:26:27.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962026-02-26T16:26:27.627Z Compiling parking_lot_core v0.8.6
32972026-02-26T16:26:27.627Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32982026-02-26T16:26:27.627Z Compiling moka v0.12.10
32992026-02-26T16:26:27.652Z Checking tagptr v0.2.0
33002026-02-26T16:26:27.676Z Checking prefix-trie v0.7.0
33012026-02-26T16:26:27.677Z Checking fxhash v0.2.1
33022026-02-26T16:26:27.701Z Checking hickory-client v0.25.2
33032026-02-26T16:26:28.338Z Checking hickory-server v0.25.2
33042026-02-26T16:26:28.430Z Checking parking_lot v0.11.2
33052026-02-26T16:26:28.625Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062026-02-26T16:26:28.625Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33072026-02-26T16:26:28.650Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33082026-02-26T16:26:28.742Z Checking sled v0.34.7
33092026-02-26T16:26:29.334Z Checking hickory-resolver v0.25.2
33102026-02-26T16:26:31.040Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33112026-02-26T16:26:33.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s
33122026-02-26T16:26:33.272Z
33132026-02-26T16:26:33.273Zinfo: running `cargo check --bins` on dns-server-api (130/252)
33142026-02-26T16:26:34.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-02-26T16:26:34.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-02-26T16:26:34.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-02-26T16:26:34.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
33182026-02-26T16:26:34.410Z
33192026-02-26T16:26:34.410Zinfo: running `cargo check --bins` on gateway-test-utils (131/252)
33202026-02-26T16:26:35.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-02-26T16:26:35.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-02-26T16:26:35.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232026-02-26T16:26:35.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33242026-02-26T16:26:35.654Z
33252026-02-26T16:26:35.654Zinfo: running `cargo check --bins` on omicron-gateway (132/252)
33262026-02-26T16:26:36.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-02-26T16:26:36.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-02-26T16:26:37.057Z Compiling radium v0.7.0
33292026-02-26T16:26:37.082Z Checking tap v1.0.1
33302026-02-26T16:26:37.082Z Compiling maybe-uninit v2.0.0
33312026-02-26T16:26:37.130Z Compiling zerocopy-derive v0.6.6
33322026-02-26T16:26:37.155Z Checking crc-catalog v2.4.0
33332026-02-26T16:26:37.155Z Checking funty v2.0.0
33342026-02-26T16:26:37.180Z Compiling packed_struct v0.10.1
33352026-02-26T16:26:37.220Z Compiling packed_struct_codegen v0.10.1
33362026-02-26T16:26:37.284Z Checking wyz v0.5.1
33372026-02-26T16:26:37.309Z Checking crc v3.2.1
33382026-02-26T16:26:37.629Z Compiling bitfield-macros v0.19.2
33392026-02-26T16:26:37.673Z Compiling indexmap v1.9.3
33402026-02-26T16:26:37.727Z Checking nodrop v0.1.14
33412026-02-26T16:26:37.768Z Checking smallvec v0.6.14
33422026-02-26T16:26:37.876Z Checking array-init v0.0.4
33432026-02-26T16:26:37.900Z Checking bitvec v1.0.1
33442026-02-26T16:26:37.928Z Checking hashbrown v0.12.3
33452026-02-26T16:26:38.017Z Checking ron v0.8.1
33462026-02-26T16:26:38.117Z Checking hashbrown v0.13.2
33472026-02-26T16:26:38.665Z Checking serde-hex v0.1.0
33482026-02-26T16:26:38.752Z Checking zerocopy v0.6.6
33492026-02-26T16:26:38.859Z Checking bitfield v0.19.2
33502026-02-26T16:26:38.952Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33512026-02-26T16:26:39.057Z Checking crc-any v2.5.0
33522026-02-26T16:26:39.227Z Checking void v1.0.2
33532026-02-26T16:26:39.252Z Checking path-slash v0.1.5
33542026-02-26T16:26:39.300Z Checking half v1.8.3
33552026-02-26T16:26:39.383Z Checking object v0.30.4
33562026-02-26T16:26:39.408Z Checking tungstenite v0.23.0
33572026-02-26T16:26:39.408Z Checking lzss v0.8.2
33582026-02-26T16:26:39.408Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-02-26T16:26:39.467Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33602026-02-26T16:26:39.680Z Checking serde_cbor v0.11.2
33612026-02-26T16:26:39.707Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-02-26T16:26:39.756Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33632026-02-26T16:26:39.976Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33642026-02-26T16:26:40.000Z Checking nix v0.27.1
33652026-02-26T16:26:40.217Z Checking kstat-rs v0.2.4
33662026-02-26T16:26:40.448Z Checking serde_bytes v0.11.19
33672026-02-26T16:26:40.576Z Checking tokio-tungstenite v0.23.1
33682026-02-26T16:26:40.601Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33692026-02-26T16:26:40.776Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33702026-02-26T16:26:41.038Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33712026-02-26T16:26:41.132Z Checking signal-hook-tokio v0.3.1
33722026-02-26T16:26:43.244Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33732026-02-26T16:26:43.268Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33742026-02-26T16:26:49.082Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33752026-02-26T16:26:50.890Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33762026-02-26T16:26:51.464Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33772026-02-26T16:26:53.925Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33782026-02-26T16:26:58.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.48s
33792026-02-26T16:26:58.353Z
33802026-02-26T16:26:58.353Zinfo: running `cargo check --bins` on gateway-api (133/252)
33812026-02-26T16:26:59.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-02-26T16:26:59.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-02-26T16:26:59.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-02-26T16:26:59.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
33852026-02-26T16:26:59.531Z
33862026-02-26T16:26:59.531Zinfo: running `cargo check --bins` on ipcc (134/252)
33872026-02-26T16:27:00.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-02-26T16:27:00.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-02-26T16:27:00.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-02-26T16:27:00.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
33912026-02-26T16:27:00.741Z
33922026-02-26T16:27:00.741Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/252)
33932026-02-26T16:27:01.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-02-26T16:27:01.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-02-26T16:27:01.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-02-26T16:27:01.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33972026-02-26T16:27:01.901Z
33982026-02-26T16:27:01.901Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/252)
33992026-02-26T16:27:02.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-02-26T16:27:02.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-02-26T16:27:02.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-02-26T16:27:02.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
34032026-02-26T16:27:03.070Z
34042026-02-26T16:27:03.070Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/252)
34052026-02-26T16:27:04.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-02-26T16:27:04.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-02-26T16:27:04.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-02-26T16:27:04.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34092026-02-26T16:27:04.242Z
34102026-02-26T16:27:04.242Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (138/252)
34112026-02-26T16:27:05.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-02-26T16:27:05.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-02-26T16:27:05.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-02-26T16:27:05.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
34152026-02-26T16:27:05.413Z
34162026-02-26T16:27:05.413Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (139/252)
34172026-02-26T16:27:06.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-02-26T16:27:06.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-02-26T16:27:06.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-02-26T16:27:06.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
34212026-02-26T16:27:06.558Z
34222026-02-26T16:27:06.558Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (140/252)
34232026-02-26T16:27:07.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-02-26T16:27:07.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-02-26T16:27:07.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-02-26T16:27:07.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
34272026-02-26T16:27:07.698Z
34282026-02-26T16:27:07.698Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (141/252)
34292026-02-26T16:27:08.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-02-26T16:27:08.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-02-26T16:27:08.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-02-26T16:27:08.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34332026-02-26T16:27:08.870Z
34342026-02-26T16:27:08.870Zinfo: running `cargo check --bins` on oximeter-producer (142/252)
34352026-02-26T16:27:09.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-02-26T16:27:10.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-02-26T16:27:10.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-02-26T16:27:10.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
34392026-02-26T16:27:10.131Z
34402026-02-26T16:27:10.131Zinfo: running `cargo check --bins` on internal-dns-resolver (143/252)
34412026-02-26T16:27:11.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-02-26T16:27:11.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-02-26T16:27:11.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-02-26T16:27:11.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34452026-02-26T16:27:11.306Z
34462026-02-26T16:27:11.306Zinfo: running `cargo check --bins` on sp-sim (144/252)
34472026-02-26T16:27:12.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-02-26T16:27:12.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-02-26T16:27:12.706Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-02-26T16:27:16.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
34512026-02-26T16:27:16.343Z
34522026-02-26T16:27:16.343Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (145/252)
34532026-02-26T16:27:17.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-02-26T16:27:17.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-02-26T16:27:17.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-02-26T16:27:17.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
34572026-02-26T16:27:17.665Z
34582026-02-26T16:27:17.665Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (146/252)
34592026-02-26T16:27:18.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-02-26T16:27:18.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-02-26T16:27:18.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-02-26T16:27:18.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
34632026-02-26T16:27:19.049Z
34642026-02-26T16:27:19.049Zinfo: running `cargo check --bins` on db-macros (147/252)
34652026-02-26T16:27:20.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-02-26T16:27:20.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-02-26T16:27:20.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-02-26T16:27:20.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
34692026-02-26T16:27:20.247Z
34702026-02-26T16:27:20.247Zinfo: running `cargo check --bins` on nexus-macros-common (148/252)
34712026-02-26T16:27:21.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-02-26T16:27:21.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-02-26T16:27:21.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-02-26T16:27:21.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
34752026-02-26T16:27:21.493Z
34762026-02-26T16:27:21.493Zinfo: running `cargo check --bins` on nexus-auth (149/252)
34772026-02-26T16:27:22.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-02-26T16:27:22.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-02-26T16:27:22.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-02-26T16:27:22.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
34812026-02-26T16:27:22.791Z
34822026-02-26T16:27:22.791Zinfo: running `cargo check --bins` on authz-macros (150/252)
34832026-02-26T16:27:23.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-02-26T16:27:23.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-02-26T16:27:23.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-02-26T16:27:23.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
34872026-02-26T16:27:23.943Z
34882026-02-26T16:27:23.943Zinfo: running `cargo check --bins` on nexus-db-fixed-data (151/252)
34892026-02-26T16:27:25.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-02-26T16:27:25.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-02-26T16:27:25.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-02-26T16:27:25.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
34932026-02-26T16:27:25.203Z
34942026-02-26T16:27:25.203Zinfo: running `cargo check --bins` on nexus-db-model (152/252)
34952026-02-26T16:27:26.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-02-26T16:27:26.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-02-26T16:27:26.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-02-26T16:27:26.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
34992026-02-26T16:27:26.594Z
35002026-02-26T16:27:26.594Zinfo: running `cargo check --bins` on nexus-db-schema (153/252)
35012026-02-26T16:27:27.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-02-26T16:27:27.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-02-26T16:27:27.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-02-26T16:27:27.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
35052026-02-26T16:27:27.717Z
35062026-02-26T16:27:27.717Zinfo: running `cargo check --bins` on omicron-rpaths (154/252)
35072026-02-26T16:27:28.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-02-26T16:27:28.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-02-26T16:27:28.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-02-26T16:27:28.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
35112026-02-26T16:27:28.862Z
35122026-02-26T16:27:28.862Zinfo: running `cargo check --bins` on nexus-defaults (155/252)
35132026-02-26T16:27:29.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-02-26T16:27:29.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-02-26T16:27:29.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-02-26T16:27:29.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
35172026-02-26T16:27:30.031Z
35182026-02-26T16:27:30.031Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (156/252)
35192026-02-26T16:27:31.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-02-26T16:27:31.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-02-26T16:27:31.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-02-26T16:27:31.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
35232026-02-26T16:27:31.194Z
35242026-02-26T16:27:31.195Zinfo: running `cargo check --bins` on parallel-task-set (157/252)
35252026-02-26T16:27:32.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-02-26T16:27:32.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-02-26T16:27:32.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-02-26T16:27:32.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
35292026-02-26T16:27:32.351Z
35302026-02-26T16:27:32.351Zinfo: running `cargo check --bins` on nexus-db-errors (158/252)
35312026-02-26T16:27:33.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-02-26T16:27:33.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-02-26T16:27:33.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-02-26T16:27:33.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35352026-02-26T16:27:33.635Z
35362026-02-26T16:27:33.635Zinfo: running `cargo check --bins` on nexus-db-lookup (159/252)
35372026-02-26T16:27:34.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-02-26T16:27:34.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-02-26T16:27:34.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-02-26T16:27:34.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35412026-02-26T16:27:34.917Z
35422026-02-26T16:27:34.917Zinfo: running `cargo check --bins` on nexus-inventory (160/252)
35432026-02-26T16:27:36.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-02-26T16:27:36.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-02-26T16:27:36.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-02-26T16:27:36.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
35472026-02-26T16:27:36.227Z
35482026-02-26T16:27:36.227Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (161/252)
35492026-02-26T16:27:37.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-02-26T16:27:37.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-02-26T16:27:37.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-02-26T16:27:37.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35532026-02-26T16:27:37.452Z
35542026-02-26T16:27:37.452Zinfo: running `cargo check --bins --no-default-features` on sled-storage (162/252)
35552026-02-26T16:27:38.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-02-26T16:27:38.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-02-26T16:27:38.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-02-26T16:27:38.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35592026-02-26T16:27:38.649Z
35602026-02-26T16:27:38.649Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (163/252)
35612026-02-26T16:27:39.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-02-26T16:27:39.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-02-26T16:27:39.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-02-26T16:27:39.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
35652026-02-26T16:27:39.810Z
35662026-02-26T16:27:39.810Zinfo: running `cargo check --bins` on key-manager (164/252)
35672026-02-26T16:27:40.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-02-26T16:27:40.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-02-26T16:27:40.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-02-26T16:27:40.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35712026-02-26T16:27:41.006Z
35722026-02-26T16:27:41.006Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (165/252)
35732026-02-26T16:27:42.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-02-26T16:27:42.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-02-26T16:27:42.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-02-26T16:27:42.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35772026-02-26T16:27:42.197Z
35782026-02-26T16:27:42.197Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (166/252)
35792026-02-26T16:27:43.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-02-26T16:27:43.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-02-26T16:27:43.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-02-26T16:27:43.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
35832026-02-26T16:27:43.378Z
35842026-02-26T16:27:43.378Zinfo: running `cargo check --bins` on typed-rng (167/252)
35852026-02-26T16:27:44.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-02-26T16:27:44.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-02-26T16:27:44.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-02-26T16:27:44.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
35892026-02-26T16:27:44.532Z
35902026-02-26T16:27:44.532Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (168/252)
35912026-02-26T16:27:45.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-02-26T16:27:45.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-02-26T16:27:46.167Z Compiling libefi-sys v0.1.0
35942026-02-26T16:27:46.167Z Compiling bitfield-struct v0.6.2
35952026-02-26T16:27:46.192Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35962026-02-26T16:27:46.226Z Compiling xshell-macros v0.2.7
35972026-02-26T16:27:46.278Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35982026-02-26T16:27:46.305Z Compiling salty v0.3.0
35992026-02-26T16:27:46.330Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36002026-02-26T16:27:46.374Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36012026-02-26T16:27:46.374Z Compiling progenitor-impl v0.10.0
36022026-02-26T16:27:46.587Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36032026-02-26T16:27:46.887Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36042026-02-26T16:27:46.913Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36052026-02-26T16:27:46.938Z Checking xshell v0.2.7
36062026-02-26T16:27:47.189Z Checking primeorder v0.13.6
36072026-02-26T16:27:47.287Z Compiling proc-macro-error-attr2 v2.0.0
36082026-02-26T16:27:47.313Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36092026-02-26T16:27:47.391Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36102026-02-26T16:27:47.656Z Checking p384 v0.13.1
36112026-02-26T16:27:47.691Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36122026-02-26T16:27:47.906Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36132026-02-26T16:27:47.999Z Compiling proc-macro-error2 v2.0.1
36142026-02-26T16:27:48.340Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36152026-02-26T16:27:48.478Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36162026-02-26T16:27:48.571Z Compiling num-derive v0.3.3
36172026-02-26T16:27:48.811Z Compiling unicase v2.8.1
36182026-02-26T16:27:48.841Z Compiling tabled_derive v0.11.0
36192026-02-26T16:27:49.040Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36202026-02-26T16:27:49.202Z Compiling mime_guess v2.0.5
36212026-02-26T16:27:49.837Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36222026-02-26T16:27:49.925Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36232026-02-26T16:27:50.139Z Checking papergrid v0.17.0
36242026-02-26T16:27:50.225Z Checking libscf-sys v1.1.0
36252026-02-26T16:27:50.440Z Checking testing_table v0.3.0
36262026-02-26T16:27:50.595Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36272026-02-26T16:27:51.071Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36282026-02-26T16:27:51.126Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36292026-02-26T16:27:51.476Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36302026-02-26T16:27:51.511Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36312026-02-26T16:27:51.827Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36322026-02-26T16:27:51.851Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36332026-02-26T16:27:51.894Z Checking corncobs v0.1.4
36342026-02-26T16:27:51.918Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36352026-02-26T16:27:52.118Z Checking tabled v0.20.0
36362026-02-26T16:27:52.160Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36372026-02-26T16:27:52.193Z Compiling progenitor-macro v0.10.0
36382026-02-26T16:27:52.362Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36392026-02-26T16:27:52.434Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36402026-02-26T16:27:52.656Z Checking secrecy v0.8.0
36412026-02-26T16:27:52.684Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
36422026-02-26T16:27:52.870Z Checking http-range v0.1.5
36432026-02-26T16:27:52.941Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36442026-02-26T16:27:53.134Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36452026-02-26T16:27:53.330Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36462026-02-26T16:27:53.654Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36472026-02-26T16:27:54.020Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36482026-02-26T16:27:54.111Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36492026-02-26T16:27:54.360Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36502026-02-26T16:27:54.444Z Checking atty v0.2.14
36512026-02-26T16:27:54.485Z Checking crc8 v0.1.1
36522026-02-26T16:27:54.539Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36532026-02-26T16:27:54.612Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36542026-02-26T16:27:54.653Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
36552026-02-26T16:27:55.221Z Checking hyper-staticfile v0.10.1
36562026-02-26T16:27:55.283Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36572026-02-26T16:27:55.312Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36582026-02-26T16:27:55.695Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36592026-02-26T16:27:55.771Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36602026-02-26T16:27:55.931Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36612026-02-26T16:27:55.960Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36622026-02-26T16:27:56.205Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36632026-02-26T16:27:56.357Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36642026-02-26T16:27:56.382Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36652026-02-26T16:27:56.722Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36662026-02-26T16:27:58.163Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36672026-02-26T16:27:58.576Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36682026-02-26T16:27:58.601Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36692026-02-26T16:27:59.547Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36702026-02-26T16:28:00.232Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36712026-02-26T16:28:00.377Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36722026-02-26T16:28:00.403Z Checking progenitor v0.10.0
36732026-02-26T16:28:00.641Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36742026-02-26T16:28:00.666Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36752026-02-26T16:28:00.666Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36762026-02-26T16:28:03.829Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36772026-02-26T16:28:15.519Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36782026-02-26T16:28:39.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.45s
36792026-02-26T16:28:40.228Z
36802026-02-26T16:28:40.228Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (169/252)
36812026-02-26T16:28:41.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-02-26T16:28:41.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-02-26T16:28:41.732Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36842026-02-26T16:29:08.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.26s
36852026-02-26T16:29:08.729Z
36862026-02-26T16:29:08.730Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (170/252)
36872026-02-26T16:29:09.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-02-26T16:29:09.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-02-26T16:29:10.152Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36902026-02-26T16:29:36.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s
36912026-02-26T16:29:36.528Z
36922026-02-26T16:29:36.528Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (171/252)
36932026-02-26T16:29:37.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-02-26T16:29:37.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-02-26T16:29:37.935Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36962026-02-26T16:30:02.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.01s
36972026-02-26T16:30:02.788Z
36982026-02-26T16:30:02.788Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (172/252)
36992026-02-26T16:30:03.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-02-26T16:30:04.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-02-26T16:30:04.284Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37022026-02-26T16:30:29.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.99s
37032026-02-26T16:30:30.018Z
37042026-02-26T16:30:30.018Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (173/252)
37052026-02-26T16:30:31.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-02-26T16:30:31.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-02-26T16:30:31.485Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37082026-02-26T16:30:57.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.99s
37092026-02-26T16:30:57.293Z
37102026-02-26T16:30:57.293Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (174/252)
37112026-02-26T16:30:58.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-02-26T16:30:58.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-02-26T16:30:58.809Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37142026-02-26T16:31:24.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.95s
37152026-02-26T16:31:24.479Z
37162026-02-26T16:31:24.479Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (175/252)
37172026-02-26T16:31:25.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-02-26T16:31:25.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-02-26T16:31:25.954Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37202026-02-26T16:31:51.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.56s
37212026-02-26T16:31:51.285Z
37222026-02-26T16:31:51.285Zinfo: running `cargo check --bins` on bootstrap-agent-api (176/252)
37232026-02-26T16:31:52.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-02-26T16:31:52.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-02-26T16:31:52.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-02-26T16:31:52.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37272026-02-26T16:31:52.485Z
37282026-02-26T16:31:52.485Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (177/252)
37292026-02-26T16:31:53.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-02-26T16:31:53.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-02-26T16:31:53.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-02-26T16:31:53.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
37332026-02-26T16:31:53.646Z
37342026-02-26T16:31:53.646Zinfo: running `cargo check --bins` on range-requests (178/252)
37352026-02-26T16:31:54.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-02-26T16:31:54.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-02-26T16:31:54.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-02-26T16:31:54.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
37392026-02-26T16:31:54.760Z
37402026-02-26T16:31:54.760Zinfo: running `cargo check --bins` on repo-depot-api (179/252)
37412026-02-26T16:31:55.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-02-26T16:31:55.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-02-26T16:31:55.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-02-26T16:31:55.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
37452026-02-26T16:31:55.972Z
37462026-02-26T16:31:55.972Zinfo: running `cargo check --bins` on sled-agent-api (180/252)
37472026-02-26T16:31:57.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-02-26T16:31:57.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-02-26T16:31:57.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37502026-02-26T16:31:57.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
37512026-02-26T16:31:57.140Z
37522026-02-26T16:31:57.140Zinfo: running `cargo check --bins` on sled-diagnostics (181/252)
37532026-02-26T16:31:58.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-02-26T16:31:58.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-02-26T16:31:58.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37562026-02-26T16:31:58.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
37572026-02-26T16:31:58.319Z
37582026-02-26T16:31:58.319Zinfo: running `cargo check --bins` on zfs-test-harness (182/252)
37592026-02-26T16:31:59.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-02-26T16:31:59.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-02-26T16:31:59.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-02-26T16:31:59.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
37632026-02-26T16:31:59.486Z
37642026-02-26T16:31:59.486Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (183/252)
37652026-02-26T16:32:00.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-02-26T16:32:00.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-02-26T16:32:00.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-02-26T16:32:00.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
37692026-02-26T16:32:00.780Z
37702026-02-26T16:32:00.780Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (184/252)
37712026-02-26T16:32:01.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-02-26T16:32:01.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-02-26T16:32:01.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-02-26T16:32:01.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
37752026-02-26T16:32:01.960Z
37762026-02-26T16:32:01.960Zinfo: running `cargo check --bins` on sled-agent-health-monitor (185/252)
37772026-02-26T16:32:03.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-02-26T16:32:03.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-02-26T16:32:03.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-02-26T16:32:03.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
37812026-02-26T16:32:03.131Z
37822026-02-26T16:32:03.131Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (186/252)
37832026-02-26T16:32:04.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-02-26T16:32:04.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-02-26T16:32:04.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-02-26T16:32:04.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
37872026-02-26T16:32:04.318Z
37882026-02-26T16:32:04.318Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (187/252)
37892026-02-26T16:32:05.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-02-26T16:32:05.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-02-26T16:32:05.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-02-26T16:32:05.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37932026-02-26T16:32:05.565Z
37942026-02-26T16:32:05.565Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (188/252)
37952026-02-26T16:32:06.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-02-26T16:32:06.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-02-26T16:32:06.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-02-26T16:32:06.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37992026-02-26T16:32:06.809Z
38002026-02-26T16:32:06.810Zinfo: running `cargo check --bins` on trust-quorum (189/252)
38012026-02-26T16:32:07.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-02-26T16:32:08.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-02-26T16:32:08.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-02-26T16:32:08.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
38052026-02-26T16:32:08.121Z
38062026-02-26T16:32:08.121Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (190/252)
38072026-02-26T16:32:09.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-02-26T16:32:09.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-02-26T16:32:09.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-02-26T16:32:09.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
38112026-02-26T16:32:09.364Z
38122026-02-26T16:32:09.364Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (191/252)
38132026-02-26T16:32:10.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-02-26T16:32:10.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-02-26T16:32:10.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-02-26T16:32:10.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
38172026-02-26T16:32:10.665Z
38182026-02-26T16:32:10.665Zinfo: running `cargo check --bins` on update-common (192/252)
38192026-02-26T16:32:11.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-02-26T16:32:11.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-02-26T16:32:11.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-02-26T16:32:11.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
38232026-02-26T16:32:11.994Z
38242026-02-26T16:32:11.994Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (193/252)
38252026-02-26T16:32:13.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-02-26T16:32:13.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-02-26T16:32:13.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-02-26T16:32:13.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
38292026-02-26T16:32:13.393Z
38302026-02-26T16:32:13.394Zinfo: running `cargo check --bins` on reconfigurator-cli (194/252)
38312026-02-26T16:32:14.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-02-26T16:32:14.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-02-26T16:32:14.844Z Compiling fs-err v2.11.0
38342026-02-26T16:32:14.844Z Checking ignore v0.4.23
38352026-02-26T16:32:14.869Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38362026-02-26T16:32:14.869Z Checking predicates-tree v1.0.12
38372026-02-26T16:32:14.869Z Checking parse-size v1.1.0
38382026-02-26T16:32:14.869Z Checking rand_seeder v0.4.0
38392026-02-26T16:32:14.894Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38402026-02-26T16:32:14.919Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38412026-02-26T16:32:15.081Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38422026-02-26T16:32:15.118Z Compiling petname v2.0.2
38432026-02-26T16:32:15.201Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38442026-02-26T16:32:15.466Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38452026-02-26T16:32:15.661Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38462026-02-26T16:32:15.734Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38472026-02-26T16:32:15.847Z Checking globwalk v0.9.1
38482026-02-26T16:32:15.950Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38492026-02-26T16:32:16.088Z Checking sapling-renderdag v0.1.0
38502026-02-26T16:32:16.184Z Checking camino-tempfile-ext v0.3.2
38512026-02-26T16:32:16.278Z Checking sync-ptr v0.1.4
38522026-02-26T16:32:16.510Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38532026-02-26T16:32:16.573Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38542026-02-26T16:32:16.603Z Checking assert_matches v1.5.0
38552026-02-26T16:32:17.320Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38562026-02-26T16:32:17.520Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38572026-02-26T16:32:17.545Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38582026-02-26T16:32:18.772Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38592026-02-26T16:32:21.636Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38602026-02-26T16:32:26.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.94s
38612026-02-26T16:32:26.589Z
38622026-02-26T16:32:26.589Zinfo: running `cargo check --bins` on omicron-repl-utils (195/252)
38632026-02-26T16:32:27.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-02-26T16:32:27.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-02-26T16:32:27.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-02-26T16:32:27.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
38672026-02-26T16:32:27.740Z
38682026-02-26T16:32:27.740Zinfo: running `cargo check --bins` on nexus-test-interface (196/252)
38692026-02-26T16:32:28.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-02-26T16:32:28.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-02-26T16:32:28.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-02-26T16:32:28.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
38732026-02-26T16:32:28.976Z
38742026-02-26T16:32:28.977Zinfo: running `cargo check --bins` on oximeter-collector (197/252)
38752026-02-26T16:32:30.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-02-26T16:32:30.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-02-26T16:32:30.293Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38782026-02-26T16:32:30.293Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38792026-02-26T16:32:31.590Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38802026-02-26T16:32:34.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
38812026-02-26T16:32:35.039Z
38822026-02-26T16:32:35.039Zinfo: running `cargo check --bins` on oximeter-api (198/252)
38832026-02-26T16:32:36.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-02-26T16:32:36.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-02-26T16:32:36.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-02-26T16:32:36.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
38872026-02-26T16:32:36.246Z
38882026-02-26T16:32:36.246Zinfo: running `cargo check --bins` on cert-dev (199/252)
38892026-02-26T16:32:37.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-02-26T16:32:37.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-02-26T16:32:37.460Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38922026-02-26T16:32:37.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
38932026-02-26T16:32:38.040Z
38942026-02-26T16:32:38.040Zinfo: running `cargo check --bins` on clickana (200/252)
38952026-02-26T16:32:39.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-02-26T16:32:39.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-02-26T16:32:39.268Z Checking castaway v0.2.3
38982026-02-26T16:32:39.268Z Checking unicode-truncate v1.1.0
38992026-02-26T16:32:39.268Z Checking lru v0.12.5
39002026-02-26T16:32:39.293Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39012026-02-26T16:32:39.293Z Compiling instability v0.3.2
39022026-02-26T16:32:39.293Z Checking cassowary v0.3.0
39032026-02-26T16:32:39.293Z Compiling indoc v2.0.6
39042026-02-26T16:32:39.466Z Checking compact_str v0.8.0
39052026-02-26T16:32:40.277Z Checking ratatui v0.29.0
39062026-02-26T16:32:41.578Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39072026-02-26T16:32:41.943Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39082026-02-26T16:32:43.626Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39092026-02-26T16:32:44.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.87s
39102026-02-26T16:32:45.128Z
39112026-02-26T16:32:45.128Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (201/252)
39122026-02-26T16:32:46.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-02-26T16:32:46.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-02-26T16:32:46.570Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39152026-02-26T16:32:46.570Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39162026-02-26T16:32:47.560Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39172026-02-26T16:32:48.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
39182026-02-26T16:32:48.494Z
39192026-02-26T16:32:48.494Zinfo: running `cargo check --bins` on ch-dev (202/252)
39202026-02-26T16:32:49.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-02-26T16:32:49.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-02-26T16:32:49.903Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39232026-02-26T16:32:51.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
39242026-02-26T16:32:51.435Z
39252026-02-26T16:32:51.435Zinfo: running `cargo check --bins` on dev-tools-common (203/252)
39262026-02-26T16:32:52.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-02-26T16:32:52.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-02-26T16:32:52.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-02-26T16:32:52.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
39302026-02-26T16:32:52.379Z
39312026-02-26T16:32:52.379Zinfo: running `cargo check --bins` on crdb-seed (204/252)
39322026-02-26T16:32:53.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-02-26T16:32:53.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-02-26T16:32:53.737Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39352026-02-26T16:32:54.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
39362026-02-26T16:32:54.578Z
39372026-02-26T16:32:54.578Zinfo: running `cargo check --bins` on db-dev (205/252)
39382026-02-26T16:32:55.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-02-26T16:32:55.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-02-26T16:32:56.005Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39412026-02-26T16:32:57.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
39422026-02-26T16:32:57.502Z
39432026-02-26T16:32:57.502Zinfo: running `cargo check --bins` on omicron-dev-lib (206/252)
39442026-02-26T16:32:58.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-02-26T16:32:58.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-02-26T16:32:58.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-02-26T16:32:58.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
39482026-02-26T16:32:58.759Z
39492026-02-26T16:32:58.759Zinfo: running `cargo check --bins` on xtask-downloader (207/252)
39502026-02-26T16:32:59.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-02-26T16:32:59.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-02-26T16:32:59.898Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39532026-02-26T16:33:01.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
39542026-02-26T16:33:01.349Z
39552026-02-26T16:33:01.349Zinfo: running `cargo check --bins` on omicron-dropshot-apis (208/252)
39562026-02-26T16:33:02.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-02-26T16:33:02.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-02-26T16:33:02.772Z Compiling tabled_derive v0.10.0
39592026-02-26T16:33:02.772Z Checking papergrid v0.14.0
39602026-02-26T16:33:02.772Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39612026-02-26T16:33:02.772Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39622026-02-26T16:33:02.797Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39632026-02-26T16:33:02.797Z Compiling trait-variant v0.1.2
39642026-02-26T16:33:02.823Z Checking maplit v1.0.2
39652026-02-26T16:33:02.848Z Checking is_ci v1.2.0
39662026-02-26T16:33:03.037Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39672026-02-26T16:33:03.111Z Checking supports-color v3.0.2
39682026-02-26T16:33:03.251Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39692026-02-26T16:33:03.317Z Checking drift v0.1.3
39702026-02-26T16:33:03.548Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39712026-02-26T16:33:03.771Z Checking dropshot-api-manager v0.3.0
39722026-02-26T16:33:03.871Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39732026-02-26T16:33:03.913Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39742026-02-26T16:33:04.188Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39752026-02-26T16:33:04.354Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39762026-02-26T16:33:04.549Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39772026-02-26T16:33:04.776Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
39782026-02-26T16:33:05.150Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39792026-02-26T16:33:05.236Z Checking tabled v0.18.0
39802026-02-26T16:33:05.412Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39812026-02-26T16:33:05.437Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39822026-02-26T16:33:16.611Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39832026-02-26T16:33:18.912Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39842026-02-26T16:33:20.057Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39852026-02-26T16:33:20.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.52s
39862026-02-26T16:33:21.104Z
39872026-02-26T16:33:21.104Zinfo: running `cargo check --bins` on installinator-api (209/252)
39882026-02-26T16:33:22.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-02-26T16:33:22.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-02-26T16:33:22.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-02-26T16:33:22.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
39922026-02-26T16:33:22.275Z
39932026-02-26T16:33:22.275Zinfo: running `cargo check --bins` on nexus-external-api (210/252)
39942026-02-26T16:33:23.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-02-26T16:33:23.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-02-26T16:33:23.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-02-26T16:33:23.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
39982026-02-26T16:33:23.484Z
39992026-02-26T16:33:23.484Zinfo: running `cargo check --bins` on nexus-internal-api (211/252)
40002026-02-26T16:33:24.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-02-26T16:33:24.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-02-26T16:33:24.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-02-26T16:33:24.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
40042026-02-26T16:33:24.710Z
40052026-02-26T16:33:24.710Zinfo: running `cargo check --bins` on nexus-lockstep-api (212/252)
40062026-02-26T16:33:25.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-02-26T16:33:25.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-02-26T16:33:25.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-02-26T16:33:25.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
40102026-02-26T16:33:25.974Z
40112026-02-26T16:33:25.974Zinfo: running `cargo check --bins` on ntp-admin-api (213/252)
40122026-02-26T16:33:27.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-02-26T16:33:27.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-02-26T16:33:27.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-02-26T16:33:27.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
40162026-02-26T16:33:27.177Z
40172026-02-26T16:33:27.177Zinfo: running `cargo check --bins` on ntp-admin-types-versions (214/252)
40182026-02-26T16:33:28.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-02-26T16:33:28.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-02-26T16:33:28.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-02-26T16:33:28.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
40222026-02-26T16:33:28.293Z
40232026-02-26T16:33:28.293Zinfo: running `cargo check --bins` on wicketd-api (215/252)
40242026-02-26T16:33:29.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-02-26T16:33:29.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-02-26T16:33:29.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-02-26T16:33:29.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
40282026-02-26T16:33:29.500Z
40292026-02-26T16:33:29.500Zinfo: running `cargo check --bins` on omicron-ls-apis (216/252)
40302026-02-26T16:33:30.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-02-26T16:33:30.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-02-26T16:33:30.740Z Checking typeid v1.0.3
40332026-02-26T16:33:30.777Z Checking ordered-float v2.10.1
40342026-02-26T16:33:30.807Z Checking unicode-xid v0.2.6
40352026-02-26T16:33:30.832Z Checking cargo-platform v0.2.0
40362026-02-26T16:33:30.931Z Checking erased-serde v0.4.6
40372026-02-26T16:33:31.274Z Checking serde-value v0.7.0
40382026-02-26T16:33:31.828Z Checking serde-untagged v0.1.7
40392026-02-26T16:33:32.163Z Checking cargo-util-schemas v0.8.2
40402026-02-26T16:33:33.853Z Checking cargo_metadata v0.21.0
40412026-02-26T16:33:35.242Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40422026-02-26T16:33:36.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s
40432026-02-26T16:33:36.827Z
40442026-02-26T16:33:36.827Zinfo: running `cargo check --bins` on mgs-dev (217/252)
40452026-02-26T16:33:37.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-02-26T16:33:38.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-02-26T16:33:38.224Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40482026-02-26T16:33:39.168Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40492026-02-26T16:33:40.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
40502026-02-26T16:33:40.319Z
40512026-02-26T16:33:40.319Zinfo: running `cargo check --bins` on omicron-omdb (218/252)
40522026-02-26T16:33:41.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-02-26T16:33:41.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-02-26T16:33:41.981Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40552026-02-26T16:33:41.981Z Compiling vergen-gitcl v1.0.8
40562026-02-26T16:33:42.006Z Compiling dirs-sys-next v0.1.2
40572026-02-26T16:33:42.006Z Compiling crunchy v0.2.2
40582026-02-26T16:33:42.006Z Compiling glob v0.3.2
40592026-02-26T16:33:42.006Z Compiling dsl_auto_type v0.1.2
40602026-02-26T16:33:42.006Z Checking scheduled-thread-pool v0.2.7
40612026-02-26T16:33:42.006Z Compiling diesel_table_macro_syntax v0.2.0
40622026-02-26T16:33:42.315Z Compiling tiny-keccak v2.0.2
40632026-02-26T16:33:42.515Z Compiling dirs-next v2.0.0
40642026-02-26T16:33:42.683Z Checking r2d2 v0.8.10
40652026-02-26T16:33:42.708Z Compiling term v0.7.0
40662026-02-26T16:33:42.733Z Compiling bit-vec v0.6.3
40672026-02-26T16:33:42.816Z Compiling clang-sys v1.8.1
40682026-02-26T16:33:43.003Z Compiling ena v0.14.3
40692026-02-26T16:33:43.169Z Compiling bit-set v0.5.3
40702026-02-26T16:33:43.358Z Compiling diesel_derives v2.2.3
40712026-02-26T16:33:43.415Z Compiling ascii-canvas v3.0.0
40722026-02-26T16:33:43.455Z Compiling libloading v0.8.5
40732026-02-26T16:33:43.514Z Compiling bindgen v0.71.1
40742026-02-26T16:33:43.586Z Compiling regex-syntax v0.6.29
40752026-02-26T16:33:43.770Z Compiling diff v0.1.13
40762026-02-26T16:33:43.877Z Compiling cexpr v0.6.0
40772026-02-26T16:33:43.912Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40782026-02-26T16:33:44.182Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40792026-02-26T16:33:44.324Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40802026-02-26T16:33:44.430Z Compiling libxml v0.3.3
40812026-02-26T16:33:44.463Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40822026-02-26T16:33:44.834Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40832026-02-26T16:33:45.015Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40842026-02-26T16:33:45.253Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40852026-02-26T16:33:45.289Z Compiling strum_macros v0.24.3
40862026-02-26T16:33:45.356Z Compiling indoc v1.0.9
40872026-02-26T16:33:46.131Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40882026-02-26T16:33:46.443Z Checking derive_builder v0.20.2
40892026-02-26T16:33:46.638Z Compiling lalrpop v0.19.12
40902026-02-26T16:33:47.312Z Compiling oso-derive v0.27.3
40912026-02-26T16:33:47.532Z Compiling impl-trait-for-tuples v0.2.2
40922026-02-26T16:33:48.238Z Checking quick-xml v0.37.2
40932026-02-26T16:33:48.407Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40942026-02-26T16:33:49.698Z Compiling diesel-dtrace v0.4.2
40952026-02-26T16:33:50.091Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40962026-02-26T16:33:50.167Z Checking bb8 v0.8.5
40972026-02-26T16:33:50.461Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40982026-02-26T16:33:50.709Z Checking nonempty v0.12.0
40992026-02-26T16:33:50.792Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41002026-02-26T16:33:51.033Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41012026-02-26T16:33:51.136Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41022026-02-26T16:33:51.367Z Checking console v0.16.0
41032026-02-26T16:33:51.957Z Checking unit-prefix v0.5.1
41042026-02-26T16:33:52.186Z Checking support-bundle-viewer v0.1.2
41052026-02-26T16:33:52.275Z Checking indicatif v0.18.0
41062026-02-26T16:33:52.657Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41072026-02-26T16:33:52.694Z Checking diesel v2.2.12
41082026-02-26T16:33:53.074Z Checking multimap v0.10.1
41092026-02-26T16:33:57.076Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41102026-02-26T16:34:00.231Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41112026-02-26T16:34:00.328Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41122026-02-26T16:34:00.704Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41132026-02-26T16:34:01.297Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41142026-02-26T16:34:02.310Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41152026-02-26T16:34:03.515Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41162026-02-26T16:34:04.654Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41172026-02-26T16:34:08.322Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41182026-02-26T16:34:18.585Z Compiling samael v0.0.19
41192026-02-26T16:34:26.798Z Checking async-bb8-diesel v0.2.1
41202026-02-26T16:34:29.562Z Compiling polar-core v0.27.3
41212026-02-26T16:34:38.691Z Checking oso v0.27.3
41222026-02-26T16:35:47.402Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41232026-02-26T16:37:07.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 27s
41242026-02-26T16:37:07.849Z
41252026-02-26T16:37:07.849Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (219/252)
41262026-02-26T16:37:08.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-02-26T16:37:09.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-02-26T16:37:09.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-02-26T16:37:09.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
41302026-02-26T16:37:09.107Z
41312026-02-26T16:37:09.107Zinfo: running `cargo check --bins` on nexus-saga-recovery (220/252)
41322026-02-26T16:37:10.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-02-26T16:37:10.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-02-26T16:37:10.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-02-26T16:37:10.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
41362026-02-26T16:37:10.358Z
41372026-02-26T16:37:10.358Zinfo: running `cargo check --bins` on nexus-test-utils-macros (221/252)
41382026-02-26T16:37:11.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-02-26T16:37:11.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-02-26T16:37:11.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-02-26T16:37:11.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
41422026-02-26T16:37:11.575Z
41432026-02-26T16:37:11.575Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (222/252)
41442026-02-26T16:37:12.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-02-26T16:37:12.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-02-26T16:37:13.180Z Compiling libz-sys v1.1.20
41472026-02-26T16:37:13.205Z Compiling libgit2-sys v0.18.2+1.9.1
41482026-02-26T16:37:13.205Z Compiling vergen-git2 v1.0.7
41492026-02-26T16:37:13.271Z Compiling rustls v0.21.12
41502026-02-26T16:37:13.296Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41512026-02-26T16:37:13.296Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41522026-02-26T16:37:13.322Z Checking sct v0.7.1
41532026-02-26T16:37:13.322Z Checking rustls-webpki v0.101.7
41542026-02-26T16:37:13.622Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41552026-02-26T16:37:13.647Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41562026-02-26T16:37:13.681Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41572026-02-26T16:37:13.735Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41582026-02-26T16:37:14.160Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41592026-02-26T16:37:14.188Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41602026-02-26T16:37:14.212Z Checking rustls-pemfile v1.0.4
41612026-02-26T16:37:14.237Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41622026-02-26T16:37:14.433Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41632026-02-26T16:37:14.740Z Checking twox-hash v2.1.0
41642026-02-26T16:37:15.066Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
41652026-02-26T16:37:15.239Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41662026-02-26T16:37:16.034Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41672026-02-26T16:37:16.169Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41682026-02-26T16:37:16.428Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41692026-02-26T16:37:16.742Z Checking tokio-rustls v0.24.1
41702026-02-26T16:37:17.168Z Checking progenitor-extras v0.1.0
41712026-02-26T16:37:17.348Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41722026-02-26T16:37:17.517Z Checking fatfs v0.3.6
41732026-02-26T16:37:17.578Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41742026-02-26T16:37:17.661Z Compiling seq-macro v0.3.6
41752026-02-26T16:37:25.354Z Compiling git2 v0.20.2
41762026-02-26T16:37:26.926Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41772026-02-26T16:37:27.150Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
41782026-02-26T16:37:30.696Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41792026-02-26T16:39:27.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
41802026-02-26T16:39:27.717Z
41812026-02-26T16:39:27.717Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (223/252)
41822026-02-26T16:39:29.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-02-26T16:39:29.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-02-26T16:39:29.441Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41852026-02-26T16:41:12.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 44s
41862026-02-26T16:41:12.367Z
41872026-02-26T16:41:12.367Zinfo: running `cargo check --bins` on nexus-background-task-interface (224/252)
41882026-02-26T16:41:13.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-02-26T16:41:13.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-02-26T16:41:13.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-02-26T16:41:13.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
41922026-02-26T16:41:13.548Z
41932026-02-26T16:41:13.548Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (225/252)
41942026-02-26T16:41:14.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-02-26T16:41:14.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-02-26T16:41:14.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-02-26T16:41:14.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
41982026-02-26T16:41:14.869Z
41992026-02-26T16:41:14.869Zinfo: running `cargo check --bins` on nexus-mgs-updates (226/252)
42002026-02-26T16:41:15.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-02-26T16:41:16.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-02-26T16:41:16.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-02-26T16:41:16.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
42042026-02-26T16:41:16.125Z
42052026-02-26T16:41:16.125Zinfo: running `cargo check --bins` on nexus-networking (227/252)
42062026-02-26T16:41:17.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-02-26T16:41:17.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-02-26T16:41:17.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-02-26T16:41:17.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
42102026-02-26T16:41:17.369Z
42112026-02-26T16:41:17.369Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (228/252)
42122026-02-26T16:41:18.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-02-26T16:41:18.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-02-26T16:41:18.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-02-26T16:41:18.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
42162026-02-26T16:41:18.598Z
42172026-02-26T16:41:18.599Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (229/252)
42182026-02-26T16:41:19.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-02-26T16:41:19.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-02-26T16:41:19.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-02-26T16:41:19.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
42222026-02-26T16:41:19.816Z
42232026-02-26T16:41:19.817Zinfo: running `cargo check --bins` on omicron-dev (230/252)
42242026-02-26T16:41:21.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-02-26T16:41:21.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-02-26T16:41:21.442Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42272026-02-26T16:41:21.443Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42282026-02-26T16:41:21.510Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42292026-02-26T16:41:21.538Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42302026-02-26T16:41:21.563Z Checking yansi v1.0.1
42312026-02-26T16:41:21.563Z Checking diff v0.1.13
42322026-02-26T16:41:21.563Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42332026-02-26T16:41:21.588Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42342026-02-26T16:41:21.855Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42352026-02-26T16:41:22.112Z Checking pretty_assertions v1.4.1
42362026-02-26T16:41:23.473Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42372026-02-26T16:42:19.122Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42382026-02-26T16:42:19.147Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42392026-02-26T16:42:19.147Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42402026-02-26T16:42:19.147Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42412026-02-26T16:42:19.147Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42422026-02-26T16:42:19.147Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42432026-02-26T16:42:20.547Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42442026-02-26T16:42:22.550Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42452026-02-26T16:44:05.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s
42462026-02-26T16:44:05.709Z
42472026-02-26T16:44:05.709Zinfo: running `cargo check --bins` on omicron-pins (231/252)
42482026-02-26T16:44:06.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-02-26T16:44:06.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-02-26T16:44:06.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-02-26T16:44:06.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
42522026-02-26T16:44:06.830Z
42532026-02-26T16:44:06.830Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (232/252)
42542026-02-26T16:44:07.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-02-26T16:44:08.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-02-26T16:44:08.298Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42572026-02-26T16:44:08.323Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42582026-02-26T16:44:08.324Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42592026-02-26T16:44:51.188Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42602026-02-26T16:44:51.869Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42612026-02-26T16:44:55.729Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42622026-02-26T16:44:56.479Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42632026-02-26T16:45:03.117Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42642026-02-26T16:45:56.374Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42652026-02-26T16:45:57.479Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42662026-02-26T16:46:00.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s
42672026-02-26T16:46:00.823Z
42682026-02-26T16:46:00.823Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (233/252)
42692026-02-26T16:46:01.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-02-26T16:46:01.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-02-26T16:46:02.142Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42722026-02-26T16:46:03.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
42732026-02-26T16:46:03.478Z
42742026-02-26T16:46:03.478Zinfo: running `cargo check --bins` on omicron-releng (234/252)
42752026-02-26T16:46:04.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-02-26T16:46:04.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-02-26T16:46:04.705Z Compiling blake3 v1.5.4
42782026-02-26T16:46:04.730Z Checking arrayref v0.3.9
42792026-02-26T16:46:04.730Z Checking arrayvec v0.7.6
42802026-02-26T16:46:04.730Z Checking constant_time_eq v0.3.1
42812026-02-26T16:46:04.730Z Checking topological-sort v0.2.2
42822026-02-26T16:46:04.755Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42832026-02-26T16:46:04.755Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42842026-02-26T16:46:04.755Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42852026-02-26T16:46:04.919Z Checking shell-words v1.1.0
42862026-02-26T16:46:06.250Z Checking omicron-zone-package v0.12.2
42872026-02-26T16:46:07.752Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42882026-02-26T16:46:09.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s
42892026-02-26T16:46:09.682Z
42902026-02-26T16:46:09.682Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (235/252)
42912026-02-26T16:46:10.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-02-26T16:46:10.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-02-26T16:46:10.949Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42942026-02-26T16:46:11.341Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42952026-02-26T16:46:12.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
42962026-02-26T16:46:12.237Z
42972026-02-26T16:46:12.237Zinfo: running `cargo check --bins` on xtask (236/252)
42982026-02-26T16:46:13.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-02-26T16:46:13.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-02-26T16:46:13.194Z Checking serde v1.0.228
43012026-02-26T16:46:13.194Z Checking bitflags v2.9.4
43022026-02-26T16:46:13.194Z Checking zerofrom v0.1.4
43032026-02-26T16:46:13.194Z Checking thiserror v2.0.18
43042026-02-26T16:46:13.219Z Checking smallvec v1.15.1
43052026-02-26T16:46:13.275Z Checking hashbrown v0.16.1
43062026-02-26T16:46:13.314Z Checking serde_json v1.0.149
43072026-02-26T16:46:13.339Z Checking scroll v0.12.0
43082026-02-26T16:46:13.413Z Checking num-traits v0.2.19
43092026-02-26T16:46:13.487Z Checking yoke v0.7.4
43102026-02-26T16:46:13.528Z Checking rustix v0.38.37
43112026-02-26T16:46:13.635Z Checking thiserror v1.0.69
43122026-02-26T16:46:13.759Z Checking log v0.4.29
43132026-02-26T16:46:13.787Z Checking percent-encoding v2.3.2
43142026-02-26T16:46:13.837Z Checking zerovec v0.10.4
43152026-02-26T16:46:14.023Z Checking zerocopy v0.7.35
43162026-02-26T16:46:14.048Z Checking form_urlencoded v1.2.2
43172026-02-26T16:46:14.085Z Checking toml_datetime v0.6.11
43182026-02-26T16:46:14.244Z Checking indexmap v2.13.0
43192026-02-26T16:46:14.269Z Checking serde_spanned v0.6.9
43202026-02-26T16:46:14.420Z Checking erased-serde v0.4.6
43212026-02-26T16:46:14.445Z Checking terminal_size v0.4.0
43222026-02-26T16:46:14.470Z Checking pest v2.8.2
43232026-02-26T16:46:14.633Z Checking goblin v0.8.2
43242026-02-26T16:46:14.659Z Checking getrandom v0.3.4
43252026-02-26T16:46:14.697Z Checking ordered-float v2.10.1
43262026-02-26T16:46:14.863Z Checking syn v2.0.117
43272026-02-26T16:46:15.163Z Checking rustix v1.1.3
43282026-02-26T16:46:15.188Z Checking serde-value v0.7.0
43292026-02-26T16:46:15.213Z Checking serde-untagged v0.1.7
43302026-02-26T16:46:15.247Z Checking tinystr v0.7.6
43312026-02-26T16:46:15.382Z Checking icu_collections v1.5.0
43322026-02-26T16:46:15.560Z Checking toml_edit v0.22.27
43332026-02-26T16:46:15.590Z Checking once_cell v1.21.3
43342026-02-26T16:46:15.615Z Checking icu_locid v1.5.0
43352026-02-26T16:46:15.915Z Checking clap_builder v4.5.48
43362026-02-26T16:46:15.973Z Checking cargo-platform v0.2.0
43372026-02-26T16:46:16.271Z Checking textwrap v0.16.2
43382026-02-26T16:46:16.393Z Checking tempfile v3.24.0
43392026-02-26T16:46:16.468Z Checking icu_provider v1.5.0
43402026-02-26T16:46:16.628Z Checking dtrace-parser v0.2.0
43412026-02-26T16:46:16.657Z Checking fs-err v3.1.1
43422026-02-26T16:46:16.717Z Checking camino-tempfile v1.4.1
43432026-02-26T16:46:16.950Z Checking tabled v0.15.0
43442026-02-26T16:46:17.001Z Checking anyhow v1.0.99
43452026-02-26T16:46:17.088Z Checking macaddr v1.0.1
43462026-02-26T16:46:17.113Z Checking icu_locid_transform v1.5.0
43472026-02-26T16:46:17.366Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43482026-02-26T16:46:17.910Z Checking toml v0.8.23
43492026-02-26T16:46:17.936Z Checking icu_properties v1.5.1
43502026-02-26T16:46:18.435Z Checking clap v4.5.48
43512026-02-26T16:46:18.532Z Checking cargo_toml v0.21.0
43522026-02-26T16:46:18.752Z Checking dof v0.3.0
43532026-02-26T16:46:19.296Z Checking usdt-impl v0.5.0
43542026-02-26T16:46:19.788Z Checking usdt v0.5.0
43552026-02-26T16:46:20.758Z Checking icu_normalizer v1.5.0
43562026-02-26T16:46:21.428Z Checking idna_adapter v1.2.0
43572026-02-26T16:46:21.630Z Checking idna v1.0.3
43582026-02-26T16:46:22.053Z Checking url v2.5.4
43592026-02-26T16:46:22.758Z Checking cargo-util-schemas v0.8.2
43602026-02-26T16:46:24.354Z Checking cargo_metadata v0.21.0
43612026-02-26T16:46:25.758Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43622026-02-26T16:46:26.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
43632026-02-26T16:46:26.850Z
43642026-02-26T16:46:26.850Zinfo: running `cargo check --bins` on end-to-end-tests (237/252)
43652026-02-26T16:46:28.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-02-26T16:46:28.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-02-26T16:46:28.312Z Checking polyval v0.6.2
43682026-02-26T16:46:28.337Z Checking ctr v0.9.2
43692026-02-26T16:46:28.379Z Checking ssh-encoding v0.2.0
43702026-02-26T16:46:28.379Z Checking blowfish v0.9.1
43712026-02-26T16:46:28.429Z Checking password-hash v0.4.2
43722026-02-26T16:46:28.454Z Checking p521 v0.13.3
43732026-02-26T16:46:28.454Z Checking p256 v0.13.2
43742026-02-26T16:46:28.479Z Checking russh-cryptovec v0.7.3
43752026-02-26T16:46:28.626Z Checking ghash v0.5.1
43762026-02-26T16:46:28.651Z Checking bcrypt-pbkdf v0.10.0
43772026-02-26T16:46:28.676Z Checking md5 v0.7.0
43782026-02-26T16:46:28.729Z Checking num-bigint v0.4.6
43792026-02-26T16:46:28.757Z Checking des v0.8.1
43802026-02-26T16:46:28.820Z Checking aes-gcm v0.10.3
43812026-02-26T16:46:28.856Z Checking pbkdf2 v0.11.0
43822026-02-26T16:46:28.927Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43832026-02-26T16:46:28.952Z Checking hex-literal v0.4.1
43842026-02-26T16:46:28.977Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43852026-02-26T16:46:29.025Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43862026-02-26T16:46:29.064Z Checking ssh-cipher v0.2.0
43872026-02-26T16:46:29.107Z Checking internet-checksum v0.2.1
43882026-02-26T16:46:29.354Z Checking ssh-key v0.6.6
43892026-02-26T16:46:29.588Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43902026-02-26T16:46:30.716Z Checking russh-keys v0.45.0
43912026-02-26T16:46:31.870Z Checking russh v0.45.0
43922026-02-26T16:47:07.824Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43932026-02-26T16:47:10.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.23s
43942026-02-26T16:47:10.327Z
43952026-02-26T16:47:10.327Zinfo: running `cargo check --bins` on gateway-cli (238/252)
43962026-02-26T16:47:11.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-02-26T16:47:11.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-02-26T16:47:11.509Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43992026-02-26T16:47:11.534Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44002026-02-26T16:47:11.534Z Checking termios v0.3.3
44012026-02-26T16:47:14.370Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44022026-02-26T16:47:14.618Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44032026-02-26T16:47:18.901Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44042026-02-26T16:47:20.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.68s
44052026-02-26T16:47:20.211Z
44062026-02-26T16:47:20.211Zinfo: running `cargo check --bins --no-default-features` on installinator (239/252)
44072026-02-26T16:47:21.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-02-26T16:47:21.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-02-26T16:47:21.461Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44102026-02-26T16:47:21.487Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44112026-02-26T16:47:21.513Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44122026-02-26T16:47:21.513Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44132026-02-26T16:47:21.539Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44142026-02-26T16:47:22.257Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44152026-02-26T16:47:22.258Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44162026-02-26T16:47:23.770Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44172026-02-26T16:47:23.858Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44182026-02-26T16:47:23.858Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44192026-02-26T16:47:25.133Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44202026-02-26T16:47:28.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.20s
44212026-02-26T16:47:28.630Z
44222026-02-26T16:47:28.630Zinfo: running `cargo check --bins` on internal-dns-cli (240/252)
44232026-02-26T16:47:29.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-02-26T16:47:29.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-02-26T16:47:29.812Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44262026-02-26T16:47:30.519Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44272026-02-26T16:47:31.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
44282026-02-26T16:47:31.311Z
44292026-02-26T16:47:31.311Zinfo: running `cargo check --bins` on omicron-live-tests (241/252)
44302026-02-26T16:47:32.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-02-26T16:47:32.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-02-26T16:47:32.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-02-26T16:47:32.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
44342026-02-26T16:47:32.408Z
44352026-02-26T16:47:32.408Zinfo: running `cargo check --bins` on live-tests-macros (242/252)
44362026-02-26T16:47:33.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-02-26T16:47:33.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-02-26T16:47:33.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-02-26T16:47:33.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
44402026-02-26T16:47:33.546Z
44412026-02-26T16:47:33.546Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (243/252)
44422026-02-26T16:47:34.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-02-26T16:47:34.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-02-26T16:47:34.885Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44452026-02-26T16:47:35.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
44462026-02-26T16:47:35.952Z
44472026-02-26T16:47:35.952Zinfo: running `cargo check --bins` on omicron-ntp-admin (244/252)
44482026-02-26T16:47:36.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-02-26T16:47:36.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-02-26T16:47:37.130Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44512026-02-26T16:47:37.155Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44522026-02-26T16:47:37.475Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44532026-02-26T16:47:37.475Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44542026-02-26T16:47:38.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
44552026-02-26T16:47:39.112Z
44562026-02-26T16:47:39.112Zinfo: running `cargo check --bins` on ntp-admin-types (245/252)
44572026-02-26T16:47:40.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-02-26T16:47:40.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-02-26T16:47:40.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-02-26T16:47:40.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
44612026-02-26T16:47:40.193Z
44622026-02-26T16:47:40.193Zinfo: running `cargo check --bins` on omicron-package (246/252)
44632026-02-26T16:47:41.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-02-26T16:47:41.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-02-26T16:47:41.390Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44662026-02-26T16:47:43.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
44672026-02-26T16:47:43.503Z
44682026-02-26T16:47:43.503Zinfo: running `cargo check --bins` on tqdb (247/252)
44692026-02-26T16:47:44.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-02-26T16:47:44.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-02-26T16:47:44.879Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44722026-02-26T16:47:45.325Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44732026-02-26T16:47:46.592Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44742026-02-26T16:47:46.592Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44752026-02-26T16:47:56.073Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44762026-02-26T16:47:57.397Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44772026-02-26T16:47:57.397Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44782026-02-26T16:47:57.422Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44792026-02-26T16:47:59.198Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44802026-02-26T16:47:59.223Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44812026-02-26T16:48:12.064Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44822026-02-26T16:48:12.064Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44832026-02-26T16:48:12.089Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44842026-02-26T16:48:12.089Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44852026-02-26T16:48:15.035Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44862026-02-26T16:48:17.614Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44872026-02-26T16:48:18.924Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44882026-02-26T16:48:21.314Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44892026-02-26T16:48:22.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.77s
44902026-02-26T16:48:22.493Z
44912026-02-26T16:48:22.493Zinfo: running `cargo check --bins` on wicket-dbg (248/252)
44922026-02-26T16:48:23.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-02-26T16:48:23.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-02-26T16:48:23.850Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44952026-02-26T16:48:23.875Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44962026-02-26T16:48:23.875Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44972026-02-26T16:48:23.875Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44982026-02-26T16:48:23.900Z Checking rtoolbox v0.0.2
44992026-02-26T16:48:23.976Z Checking tui-tree-widget v0.23.1
45002026-02-26T16:48:24.179Z Checking rpassword v7.4.0
45012026-02-26T16:48:24.387Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45022026-02-26T16:48:26.057Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45032026-02-26T16:48:34.865Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45042026-02-26T16:48:36.117Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45052026-02-26T16:48:42.500Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45062026-02-26T16:48:46.639Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45072026-02-26T16:48:48.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.91s
45082026-02-26T16:48:48.612Z
45092026-02-26T16:48:48.612Zinfo: running `cargo check --bins` on wicket (249/252)
45102026-02-26T16:48:49.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-02-26T16:48:49.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-02-26T16:48:49.863Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45132026-02-26T16:48:50.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45142026-02-26T16:48:50.554Z
45152026-02-26T16:48:50.554Zinfo: running `cargo check --bins` on wicketd (250/252)
45162026-02-26T16:48:51.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-02-26T16:48:51.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-02-26T16:48:51.816Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45192026-02-26T16:48:51.841Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45202026-02-26T16:48:51.841Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45212026-02-26T16:48:51.841Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45222026-02-26T16:48:54.011Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45232026-02-26T16:48:55.123Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45242026-02-26T16:49:01.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
45252026-02-26T16:49:01.562Z
45262026-02-26T16:49:01.562Zinfo: running `cargo check --bins` on omicron-workspace-hack (251/252)
45272026-02-26T16:49:02.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-02-26T16:49:02.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-02-26T16:49:02.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-02-26T16:49:02.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
45312026-02-26T16:49:02.628Z
45322026-02-26T16:49:02.628Zinfo: running `cargo check --bins` on zone-setup (252/252)
45332026-02-26T16:49:03.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-02-26T16:49:03.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-02-26T16:49:03.770Z Checking uzers v0.12.1
45362026-02-26T16:49:04.125Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45372026-02-26T16:49:05.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
45382026-02-26T16:49:05.736Z
45392026-02-26T16:49:05.736Zreal 29:20.726119919
45402026-02-26T16:49:05.736Zuser 45:12.652426924
45412026-02-26T16:49:05.736Zsys 7:30.112851505
45422026-02-26T16:49:05.736Ztrap 1.159722807
45432026-02-26T16:49:05.736Ztflt 0.485710837
45442026-02-26T16:49:05.736Zdflt 1.169961564
45452026-02-26T16:49:05.736Zkflt 0.001393631
45462026-02-26T16:49:05.736Zlock 2:04:20.563419041
45472026-02-26T16:49:05.736Zslp 4:13:52.949940422
45482026-02-26T16:49:05.736Zlat 1:45.717822371
45492026-02-26T16:49:05.736Zstop 5:04.749328909
45502026-02-26T16:49:05.761Zprocess exited: duration 2142335 ms, exit code 0
 
45512026-02-26T16:49:05.812Zfound 0 output files