01KS5QFZXNSVKMH99P1VTX0JQK: check-features (helios)

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

Buildomat Job: 01KS5QGCA1EXF800YP4YZYT5B4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T16:57:56.468Zjob assigned to worker 01KS5QGF0HMVZRE6TQ5JTJZH86 [factory aws, i-06a8f5459ebf2f984] (queued for 47 s)
 
22026-05-21T16:58:03.819Zstarting task 0: "setup"
32026-05-21T16:58:03.824Z++ uname -s
42026-05-21T16:58:03.827Z+ kern=SunOS
52026-05-21T16:58:03.827Z+ build_user=build
62026-05-21T16:58:03.827Z+ build_uid=12345
72026-05-21T16:58:03.827Z+ work_dir=/work
82026-05-21T16:58:03.827Z+ input_dir=/input
92026-05-21T16:58:03.827Z+ [[ 0 == 12345 ]]
102026-05-21T16:58:03.827Z+ case "$kern" in
112026-05-21T16:58:03.827Z+ groupadd -g 12345 build
122026-05-21T16:58:03.827Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T16:58:05.832Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T16:58:05.881Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T16:58:05.885Z+ home_fs=zfs
162026-05-21T16:58:05.885Z+ [[ zfs == autofs ]]
172026-05-21T16:58:05.885Z+ mkdir -p /home/build
182026-05-21T16:58:05.885Z+ chown build:build /home/build /work
192026-05-21T16:58:07.885Z+ chmod 0700 /home/build /work
202026-05-21T16:58:07.888Zprocess exited: duration 4067 ms, exit code 0
 
212026-05-21T16:58:07.895Zstarting task 1: "rust-toolchain"
222026-05-21T16:58:07.898Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T16:58:07.898Z * rust toolchain channel = "1.94.0"
242026-05-21T16:58:07.898Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-21T16:58:07.898Z * rust toolchain profile = "default"
262026-05-21T16:58:07.898Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T16:58:07.898Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T16:58:07.902Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T16:58:07.902Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T16:58:08.002Zinfo: downloading installer
312026-05-21T16:58:09.436Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T16:58:09.436Zwarn: /home/build/.rustup/settings.toml
332026-05-21T16:58:09.436Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T16:58:09.436Zwarn: instead of the one inferred from the default host triple.
352026-05-21T16:58:09.448Zinfo: profile set to default
362026-05-21T16:58:09.448Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T16:58:09.451Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T16:58:09.581Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T16:58:09.585Zinfo: downloading 6 components
402026-05-21T16:58:24.148Z
412026-05-21T16:58:24.148Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-21T16:58:24.175Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T16:58:24.175Z
442026-05-21T16:58:24.179Z
452026-05-21T16:58:24.179ZRust is installed now. Great!
462026-05-21T16:58:24.179Z
472026-05-21T16:58:24.179ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T16:58:24.179Zenvironment variable. This has not been done automatically.
492026-05-21T16:58:24.179Z
502026-05-21T16:58:24.179ZTo configure your current shell, you need to source
512026-05-21T16:58:24.179Zthe corresponding env file under $HOME/.cargo.
522026-05-21T16:58:24.179Z
532026-05-21T16:58:24.179ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T16:58:24.179Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T16:58:24.179Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T16:58:24.179Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T16:58:24.179Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T16:58:24.179Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T16:58:24.180Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T16:58:24.180Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T16:58:24.180Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T16:58:24.264Z+ rustup --version
632026-05-21T16:58:24.273Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T16:58:24.276Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T16:58:24.294Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T16:58:24.298Z+ cargo --version
672026-05-21T16:58:24.310Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T16:58:24.313Z+ rustc --version
692026-05-21T16:58:24.334Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T16:58:24.337Zprocess exited: duration 16439 ms, exit code 0
 
712026-05-21T16:58:24.344Zstarting task 2: "authentication"
722026-05-21T16:58:24.361Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T16:58:24.367Zstarting task 3: "clone repository"
742026-05-21T16:58:24.371Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T16:58:24.374Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T16:58:24.411ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T16:58:34.841Z+ cd /work/oxidecomputer/omicron
782026-05-21T16:58:34.841Z+ git fetch origin 65955161ff50c28401d504383396d7812ad40e33
792026-05-21T16:58:35.285ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T16:58:35.285Z * branch 65955161ff50c28401d504383396d7812ad40e33 -> FETCH_HEAD
812026-05-21T16:58:35.296Z+ [[ -n '' ]]
822026-05-21T16:58:35.296Z+ git reset --hard 65955161ff50c28401d504383396d7812ad40e33
832026-05-21T16:58:35.383ZHEAD is now at 65955161f Block multiple sled reservations with the same gen
842026-05-21T16:58:35.387Zprocess exited: duration 11017 ms, exit code 0
 
852026-05-21T16:58:35.394Zstarting task 4: "build"
862026-05-21T16:58:35.397Z+ source .github/buildomat/ci-env.sh
872026-05-21T16:58:35.397Z++ export CARGO_TERM_COLOR=always
882026-05-21T16:58:35.397Z++ CARGO_TERM_COLOR=always
892026-05-21T16:58:35.397Z+ cargo --version
902026-05-21T16:58:35.407Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-21T16:58:35.411Z+ rustc --version
922026-05-21T16:58:35.429Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-21T16:58:35.432Z+ source ./env.sh
942026-05-21T16:58:35.432Z++ OLD_SHELL_OPTS=ehxB
952026-05-21T16:58:35.432Z++ set -o xtrace
962026-05-21T16:58:35.436Z++++ dirname ./env.sh
972026-05-21T16:58:35.446Z+++ readlink -f .
982026-05-21T16:58:35.450Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-21T16:58:35.454Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-21T16:58:35.454Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-21T16:58:35.454Z++ 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
1022026-05-21T16:58:35.454Z++ 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
1032026-05-21T16:58:35.454Z++ 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
1042026-05-21T16:58:35.454Z++ 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
1052026-05-21T16:58:35.454Z++ 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
1062026-05-21T16:58:35.454Z++ 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
1072026-05-21T16:58:35.454Z++ case $OLD_SHELL_OPTS in
1082026-05-21T16:58:35.454Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-21T16:58:35.454Z+ 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
1102026-05-21T16:58:35.454Z+ 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
1112026-05-21T16:58:35.454Z+ banner prerequisites
1122026-05-21T16:58:35.454Z
1132026-05-21T16:58:35.454Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-21T16:58:35.454Z # # # # # # # # # # # # # # #
1152026-05-21T16:58:35.454Z # # # # ##### # # ##### # # # # # #### #
1162026-05-21T16:58:35.454Z ##### ##### # ##### # # # # # # # # #
1172026-05-21T16:58:35.454Z # # # # # # # # # # # # # # #
1182026-05-21T16:58:35.454Z # # # ###### # # ###### ### # #### # #### #
1192026-05-21T16:58:35.454Z
1202026-05-21T16:58:35.454Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-21T16:58:37.184Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-21T16:58:37.240Z Startup: Caching catalogs ... Done
1232026-05-21T16:58:37.457ZPlanning: Solver setup ... Done (0.176s)
1242026-05-21T16:58:37.474ZPlanning: Running solver ... Done (0.017s)
1252026-05-21T16:58:37.491ZPlanning: Finding local manifests ... Done (0.014s)
1262026-05-21T16:58:37.503ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-21T16:58:37.519ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-21T16:58:37.533ZPlanning: Package planning ... Done (0.013s)
1292026-05-21T16:58:37.536ZPlanning: Merging actions ... Done (0.001s)
1302026-05-21T16:58:37.723ZPlanning: Checking for conflicting actions ... Done (0.188s)
1312026-05-21T16:58:37.726ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-21T16:58:38.841ZPlanning: Evaluating mediators ... Done (1.117s)
1332026-05-21T16:58:38.844ZPlanning: Planning completed in 1.58 seconds
1342026-05-21T16:58:38.849Z Packages to install: 2
1352026-05-21T16:58:38.853Z Estimated space available: 156.07 GB
1362026-05-21T16:58:38.853ZEstimated space to be consumed: 19.75 MB
1372026-05-21T16:58:38.853Z Create boot environment: No
1382026-05-21T16:58:38.853ZCreate backup boot environment: No
1392026-05-21T16:58:38.853Z Rebuild boot archive: No
1402026-05-21T16:58:38.853Z
1412026-05-21T16:58:38.853ZChanged packages:
1422026-05-21T16:58:38.853Zhelios
1432026-05-21T16:58:38.853Z developer/build-essential
1442026-05-21T16:58:38.853Z None -> 11-3.0
1452026-05-21T16:58:38.853Z library/libxmlsec1
1462026-05-21T16:58:38.853Z None -> 1.2.35-3.0
1472026-05-21T16:58:38.894Z
1482026-05-21T16:58:38.894ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-21T16:58:40.173ZDownload: Completed 1.28 MB in 1.28 seconds (1.0M/s)
1502026-05-21T16:58:40.221Z Actions: 1/268 actions (Installing new actions)
1512026-05-21T16:58:40.258Z Actions: Completed 268 actions in 0.04 seconds.
1522026-05-21T16:58:40.264ZFinalize: Updating package state database ... Done (0.006s)
1532026-05-21T16:58:40.264ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-21T16:58:40.278ZFinalize: Updating image state ... Done (0.015s)
1552026-05-21T16:58:42.831ZFinalize: Creating fast lookup database ... Done (2.531s)
1562026-05-21T16:58:42.899ZFinalize: Reading search index ... Done (0.011s)
1572026-05-21T16:58:42.902ZFinalize: Updating search index ... Done (0.000s)
1582026-05-21T16:58:42.961ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-21T16:58:43.257ZPlanning: Evaluating mediator changes ... Done
1602026-05-21T16:58:43.364ZPlanning: Checking for conflicting actions ... Done
1612026-05-21T16:58:43.369ZPlanning: Consolidating action changes ... Done
1622026-05-21T16:58:43.523ZPlanning: Evaluating mediators ... Done
1632026-05-21T16:58:43.526ZPlanning: Planning completed in 0.27 seconds
1642026-05-21T16:58:43.545Z Mediators to change: 2
1652026-05-21T16:58:43.545Z Create boot environment: No
1662026-05-21T16:58:43.545ZCreate backup boot environment: No
1672026-05-21T16:58:43.589ZFinalize: Updating package state database ... Done
1682026-05-21T16:58:43.589ZFinalize: Updating package cache ... Done
1692026-05-21T16:58:43.597ZFinalize: Updating image state ... Done
1702026-05-21T16:58:45.535ZFinalize: Creating fast lookup database ... Done
1712026-05-21T16:58:45.602ZFinalize: Reading search index ... Done
1722026-05-21T16:58:45.606ZFinalize: Updating search index ... Done
1732026-05-21T16:58:45.650ZFinalize: Updating package cache ... Done
1742026-05-21T16:58:45.936ZPlanning: Evaluating mediator changes ... Done
1752026-05-21T16:58:46.042ZPlanning: Checking for conflicting actions ... Done
1762026-05-21T16:58:46.046ZPlanning: Consolidating action changes ... Done
1772026-05-21T16:58:46.202ZPlanning: Evaluating mediators ... Done
1782026-05-21T16:58:46.205ZPlanning: Planning completed in 0.27 seconds
1792026-05-21T16:58:46.224Z Mediators to change: 1
1802026-05-21T16:58:46.224Z Create boot environment: No
1812026-05-21T16:58:46.227ZCreate backup boot environment: No
1822026-05-21T16:58:46.259ZFinalize: Updating package state database ... Done
1832026-05-21T16:58:46.262ZFinalize: Updating package cache ... Done
1842026-05-21T16:58:46.268ZFinalize: Updating image state ... Done
1852026-05-21T16:58:48.203ZFinalize: Creating fast lookup database ... Done
1862026-05-21T16:58:48.264ZFinalize: Reading search index ... Done
1872026-05-21T16:58:48.269ZFinalize: Updating search index ... Done
1882026-05-21T16:58:48.315ZFinalize: Updating package cache ... Done
1892026-05-21T16:58:48.625ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-21T16:58:48.625Zapache system 2.4 system
1912026-05-21T16:58:48.625Zclang system 15 system
1922026-05-21T16:58:48.625Zcsh system system illumos
1932026-05-21T16:58:48.626Zctags system system illumos
1942026-05-21T16:58:48.626Zfile vendor vendor darwinsys
1952026-05-21T16:58:48.626Zfile system system illumos
1962026-05-21T16:58:48.626Zgcc vendor 14 vendor
1972026-05-21T16:58:48.626Zgcc system 13 system
1982026-05-21T16:58:48.626Zgcc system 10 system
1992026-05-21T16:58:48.626Zgo system 1.25 system
2002026-05-21T16:58:48.626Zllvm system 15 system
2012026-05-21T16:58:48.626Zmariadb system 11.4 system
2022026-05-21T16:58:48.626Zmta vendor vendor dma
2032026-05-21T16:58:48.626Zopenjdk system 17 system
2042026-05-21T16:58:48.626Zopenjdk system 11 system
2052026-05-21T16:58:48.626Zopenssl vendor 3 vendor
2062026-05-21T16:58:48.626Zperl system 5.40 system
2072026-05-21T16:58:48.626Zpostgresql system 18 system
2082026-05-21T16:58:48.626Zpostgresql system 17 system
2092026-05-21T16:58:48.626Zpython vendor 3 vendor
2102026-05-21T16:58:48.626Zpython system 2 system
2112026-05-21T16:58:48.626Zpython3 vendor 3.13 vendor
2122026-05-21T16:58:48.626Zruby system 3.4 system
2132026-05-21T16:58:48.626Zruby system 3.0 system
2142026-05-21T16:58:48.626Zwords vendor vendor american-english
2152026-05-21T16:58:48.626Zwords system system australian-english
2162026-05-21T16:58:48.626Zwords system system british-english
2172026-05-21T16:58:48.626Zwords system system canadian-english
2182026-05-21T16:58:48.626Zwords system system french
2192026-05-21T16:58:48.626Zwords system system italian
2202026-05-21T16:58:48.626Zwords system system ngerman
2212026-05-21T16:58:48.626Zwords system system ogerman
2222026-05-21T16:58:48.626Zwords system system spanish
2232026-05-21T16:58:48.875ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-21T16:58:48.875Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-21T16:58:49.144ZFMRI IFO
2262026-05-21T16:58:49.144Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-21T16:58:49.144Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-21T16:58:49.144Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-21T16:58:49.144Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-21T16:58:49.144Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-21T16:58:49.144Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-21T16:58:49.144Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-21T16:58:49.144Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-21T16:58:49.144Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-21T16:58:49.378Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-21T16:58:49.645Z Updating crates.io index
2372026-05-21T16:58:49.678Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-21T16:58:49.935Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-21T16:58:50.792Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-21T16:58:51.219Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-21T16:58:52.481Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-21T16:58:53.053Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-21T16:58:54.417Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-21T16:58:55.155Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-21T16:58:55.581Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-21T16:58:56.359Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-21T16:58:56.774Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-21T16:58:57.209Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-21T16:58:57.662Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-21T16:58:58.601Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-21T16:58:59.085Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-05-21T16:58:59.355Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-21T16:58:59.738Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-05-21T16:59:00.139Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-05-21T16:59:00.577Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-05-21T16:59:00.966Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-05-21T16:59:01.228Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-05-21T16:59:01.490Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-05-21T16:59:01.908Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-05-21T16:59:02.490Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2612026-05-21T16:59:03.167Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2622026-05-21T16:59:03.496Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2632026-05-21T16:59:03.806Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642026-05-21T16:59:04.107Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-05-21T16:59:05.268Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-21T16:59:06.198Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-05-21T16:59:06.654Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682026-05-21T16:59:06.907Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692026-05-21T16:59:07.429Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-21T16:59:07.761Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-05-21T16:59:08.056Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722026-05-21T16:59:08.498Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-05-21T16:59:08.819Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-05-21T16:59:09.069Z Updating git repository `https://github.com/illumos/smf-rs`
2752026-05-21T16:59:09.431Z Updating git repository `https://github.com/oxidecomputer/omicron`
2762026-05-21T16:59:21.069Z Downloading crates ...
2772026-05-21T16:59:21.116Z Downloaded equivalent v1.0.2
2782026-05-21T16:59:21.131Z Downloaded cfg-if v1.0.4
2792026-05-21T16:59:21.134Z Downloaded cargo-platform v0.2.0
2802026-05-21T16:59:21.134Z Downloaded bitflags v2.11.0
2812026-05-21T16:59:21.138Z Downloaded anstyle-query v1.1.5
2822026-05-21T16:59:21.138Z Downloaded memmap v0.7.0
2832026-05-21T16:59:21.141Z Downloaded block-buffer v0.10.4
2842026-05-21T16:59:21.141Z Downloaded textwrap v0.16.2
2852026-05-21T16:59:21.141Z Downloaded zerovec-derive v0.11.2
2862026-05-21T16:59:21.145Z Downloaded yoke-derive v0.8.1
2872026-05-21T16:59:21.145Z Downloaded byteorder v1.5.0
2882026-05-21T16:59:21.148Z Downloaded typeid v1.0.3
2892026-05-21T16:59:21.148Z Downloaded camino-tempfile v1.4.1
2902026-05-21T16:59:21.151Z Downloaded unicode-linebreak v0.1.5
2912026-05-21T16:59:21.151Z Downloaded version_check v0.9.5
2922026-05-21T16:59:21.151Z Downloaded crypto-common v0.1.7
2932026-05-21T16:59:21.151Z Downloaded cargo_toml v0.21.0
2942026-05-21T16:59:21.151Z Downloaded cargo_metadata v0.21.0
2952026-05-21T16:59:21.154Z Downloaded autocfg v1.5.0
2962026-05-21T16:59:21.154Z Downloaded writeable v0.6.2
2972026-05-21T16:59:21.158Z Downloaded zerofrom-derive v0.1.6
2982026-05-21T16:59:21.158Z Downloaded usdt-macro v0.5.0
2992026-05-21T16:59:21.158Z Downloaded form_urlencoded v1.2.2
3002026-05-21T16:59:21.158Z Downloaded toml_datetime v0.6.11
3012026-05-21T16:59:21.161Z Downloaded zerofrom v0.1.6
3022026-05-21T16:59:21.161Z Downloaded utf8_iter v1.0.4
3032026-05-21T16:59:21.161Z Downloaded toml_write v0.1.2
3042026-05-21T16:59:21.164Z Downloaded strsim v0.11.1
3052026-05-21T16:59:21.164Z Downloaded usdt-attr-macro v0.5.0
3062026-05-21T16:59:21.164Z Downloaded is_terminal_polyfill v1.70.2
3072026-05-21T16:59:21.164Z Downloaded dtrace-parser v0.2.0
3082026-05-21T16:59:21.164Z Downloaded colorchoice v1.0.4
3092026-05-21T16:59:21.168Z Downloaded anstyle v1.0.13
3102026-05-21T16:59:21.171Z Downloaded potential_utf v0.1.4
3112026-05-21T16:59:21.171Z Downloaded utf8parse v0.2.2
3122026-05-21T16:59:21.171Z Downloaded usdt v0.5.0
3132026-05-21T16:59:21.171Z Downloaded generic-array v0.14.7
3142026-05-21T16:59:21.174Z Downloaded clap_lex v1.0.0
3152026-05-21T16:59:21.174Z Downloaded camino v1.2.2
3162026-05-21T16:59:21.178Z Downloaded synstructure v0.13.2
3172026-05-21T16:59:21.178Z Downloaded zmij v1.0.21
3182026-05-21T16:59:21.181Z Downloaded thiserror-impl v2.0.18
3192026-05-21T16:59:21.181Z Downloaded thiserror v1.0.69
3202026-05-21T16:59:21.184Z Downloaded serde_tokenstream v0.2.3
3212026-05-21T16:59:21.184Z Downloaded unicode-xid v0.2.6
3222026-05-21T16:59:21.185Z Downloaded thiserror v2.0.18
3232026-05-21T16:59:21.188Z Downloaded proc-macro-error-attr v1.0.4
3242026-05-21T16:59:21.188Z Downloaded itoa v1.0.17
3252026-05-21T16:59:21.191Z Downloaded serde_spanned v0.6.9
3262026-05-21T16:59:21.191Z Downloaded tinystr v0.8.2
3272026-05-21T16:59:21.191Z Downloaded usdt-impl v0.5.0
3282026-05-21T16:59:21.194Z Downloaded zerocopy-derive v0.7.35
3292026-05-21T16:59:21.194Z Downloaded smawk v0.3.2
3302026-05-21T16:59:21.198Z Downloaded swrite v0.1.0
3312026-05-21T16:59:21.198Z Downloaded scroll_derive v0.12.1
3322026-05-21T16:59:21.198Z Downloaded thread-id v4.2.2
3332026-05-21T16:59:21.198Z Downloaded thiserror-impl v1.0.69
3342026-05-21T16:59:21.198Z Downloaded yoke v0.8.1
3352026-05-21T16:59:21.201Z Downloaded ucd-trie v0.1.7
3362026-05-21T16:59:21.201Z Downloaded toml v0.8.23
3372026-05-21T16:59:21.201Z Downloaded heck v0.5.0
3382026-05-21T16:59:21.208Z Downloaded serde-value v0.7.0
3392026-05-21T16:59:21.208Z Downloaded bytecount v0.6.9
3402026-05-21T16:59:21.208Z Downloaded anstream v0.6.21
3412026-05-21T16:59:21.208Z Downloaded macaddr v1.0.1
3422026-05-21T16:59:21.208Z Downloaded cpufeatures v0.2.17
3432026-05-21T16:59:21.208Z Downloaded idna_adapter v1.2.1
3442026-05-21T16:59:21.212Z Downloaded fnv v1.0.7
3452026-05-21T16:59:21.212Z Downloaded dof v0.3.0
3462026-05-21T16:59:21.212Z Downloaded serde-untagged v0.1.9
3472026-05-21T16:59:21.215Z Downloaded unicode-ident v1.0.24
3482026-05-21T16:59:21.215Z Downloaded toml_edit v0.22.27
3492026-05-21T16:59:21.218Z Downloaded typenum v1.19.0
3502026-05-21T16:59:21.221Z Downloaded zerotrie v0.2.3
3512026-05-21T16:59:21.221Z Downloaded url v2.5.8
3522026-05-21T16:59:21.225Z Downloaded errno v0.3.14
3532026-05-21T16:59:21.225Z Downloaded terminal_size v0.4.3
3542026-05-21T16:59:21.225Z Downloaded percent-encoding v2.3.2
3552026-05-21T16:59:21.225Z Downloaded anyhow v1.0.102
3562026-05-21T16:59:21.228Z Downloaded pretty-hex v0.4.1
3572026-05-21T16:59:21.228Z Downloaded ordered-float v2.10.1
3582026-05-21T16:59:21.232Z Downloaded fastrand v2.3.0
3592026-05-21T16:59:21.232Z Downloaded cargo-util-schemas v0.8.2
3602026-05-21T16:59:21.232Z Downloaded anstyle-parse v0.2.7
3612026-05-21T16:59:21.235Z Downloaded zerovec v0.11.5
3622026-05-21T16:59:21.238Z Downloaded tabled_derive v0.7.0
3632026-05-21T16:59:21.238Z Downloaded heck v0.4.1
3642026-05-21T16:59:21.238Z Downloaded clap v4.5.60
3652026-05-21T16:59:21.242Z Downloaded smallvec v1.15.1
3662026-05-21T16:59:21.245Z Downloaded zerocopy v0.7.35
3672026-05-21T16:59:21.252Z Downloaded winnow v0.7.14
3682026-05-21T16:59:21.258Z Downloaded erased-serde v0.4.9
3692026-05-21T16:59:21.261Z Downloaded clap_derive v4.5.55
3702026-05-21T16:59:21.261Z Downloaded stable_deref_trait v1.2.1
3712026-05-21T16:59:21.261Z Downloaded pest_derive v2.8.6
3722026-05-21T16:59:21.265Z Downloaded unicode-width v0.2.0
3732026-05-21T16:59:21.268Z Downloaded unicode-width v0.1.14
3742026-05-21T16:59:21.272Z Downloaded displaydoc v0.2.5
3752026-05-21T16:59:21.272Z Downloaded quote v1.0.45
3762026-05-21T16:59:21.275Z Downloaded scroll v0.12.0
3772026-05-21T16:59:21.275Z Downloaded plain v0.2.3
3782026-05-21T16:59:21.275Z Downloaded fs-err v3.3.0
3792026-05-21T16:59:21.275Z Downloaded sha2 v0.10.9
3802026-05-21T16:59:21.278Z Downloaded digest v0.10.7
3812026-05-21T16:59:21.284Z Downloaded serde_derive v1.0.228
3822026-05-21T16:59:21.287Z Downloaded semver v1.0.28
3832026-05-21T16:59:21.291Z Downloaded once_cell v1.21.3
3842026-05-21T16:59:21.300Z Downloaded getrandom v0.4.1
3852026-05-21T16:59:21.303Z Downloaded litemap v0.8.1
3862026-05-21T16:59:21.303Z Downloaded proc-macro-error v1.0.4
3872026-05-21T16:59:21.320Z Downloaded pest_generator v2.8.6
3882026-05-21T16:59:21.323Z Downloaded pest_meta v2.8.6
3892026-05-21T16:59:21.326Z Downloaded log v0.4.29
3902026-05-21T16:59:21.327Z Downloaded num-traits v0.2.19
3912026-05-21T16:59:21.330Z Downloaded serde_core v1.0.228
3922026-05-21T16:59:21.333Z Downloaded papergrid v0.11.0
3932026-05-21T16:59:21.339Z Downloaded icu_provider v2.1.1
3942026-05-21T16:59:21.339Z Downloaded icu_properties v2.1.2
3952026-05-21T16:59:21.343Z Downloaded serde v1.0.228
3962026-05-21T16:59:21.343Z Downloaded icu_locale_core v2.1.1
3972026-05-21T16:59:21.346Z Downloaded proc-macro2 v1.0.106
3982026-05-21T16:59:21.346Z Downloaded icu_normalizer_data v2.1.1
3992026-05-21T16:59:21.351Z Downloaded tempfile v3.25.0
4002026-05-21T16:59:21.354Z Downloaded icu_normalizer v2.1.1
4012026-05-21T16:59:21.358Z Downloaded icu_collections v2.1.1
4022026-05-21T16:59:21.365Z Downloaded clap_builder v4.5.60
4032026-05-21T16:59:21.368Z Downloaded memchr v2.8.0
4042026-05-21T16:59:21.372Z Downloaded indexmap v2.14.0
4052026-05-21T16:59:21.382Z Downloaded pest v2.8.6
4062026-05-21T16:59:21.394Z Downloaded idna v1.1.0
4072026-05-21T16:59:21.400Z Downloaded hashbrown v0.17.0
4082026-05-21T16:59:21.406Z Downloaded icu_properties_data v2.1.2
4092026-05-21T16:59:21.410Z Downloaded serde_json v1.0.149
4102026-05-21T16:59:21.414Z Downloaded goblin v0.8.2
4112026-05-21T16:59:21.422Z Downloaded tabled v0.15.0
4122026-05-21T16:59:21.430Z Downloaded syn v1.0.109
4132026-05-21T16:59:21.442Z Downloaded syn v2.0.117
4142026-05-21T16:59:21.458Z Downloaded rustix v1.1.3
4152026-05-21T16:59:21.486Z Downloaded libc v0.2.185
4162026-05-21T16:59:21.555Z Compiling proc-macro2 v1.0.106
4172026-05-21T16:59:21.555Z Compiling unicode-ident v1.0.24
4182026-05-21T16:59:21.555Z Compiling quote v1.0.45
4192026-05-21T16:59:21.558Z Compiling serde_core v1.0.228
4202026-05-21T16:59:21.558Z Compiling libc v0.2.185
4212026-05-21T16:59:21.558Z Compiling version_check v0.9.5
4222026-05-21T16:59:21.558Z Compiling memchr v2.8.0
4232026-05-21T16:59:21.558Z Compiling stable_deref_trait v1.2.1
4242026-05-21T16:59:21.832Z Compiling serde v1.0.228
4252026-05-21T16:59:21.880Z Compiling zmij v1.0.21
4262026-05-21T16:59:22.390Z Compiling thiserror v1.0.69
4272026-05-21T16:59:22.393Z Compiling itoa v1.0.17
4282026-05-21T16:59:22.420Z Compiling autocfg v1.5.0
4292026-05-21T16:59:22.435Z Compiling ucd-trie v0.1.7
4302026-05-21T16:59:22.606Z Compiling pest v2.8.6
4312026-05-21T16:59:22.696Z Compiling writeable v0.6.2
4322026-05-21T16:59:22.720Z Compiling litemap v0.8.1
4332026-05-21T16:59:22.836Z Compiling byteorder v1.5.0
4342026-05-21T16:59:22.856Z Compiling icu_properties_data v2.1.2
4352026-05-21T16:59:22.879Z Compiling rustix v1.1.3
4362026-05-21T16:59:22.905Z Compiling icu_normalizer_data v2.1.1
4372026-05-21T16:59:23.122Z Compiling errno v0.3.14
4382026-05-21T16:59:23.209Z Compiling syn v2.0.117
4392026-05-21T16:59:23.272Z Compiling bitflags v2.11.0
4402026-05-21T16:59:23.333Z Compiling serde_json v1.0.149
4412026-05-21T16:59:23.570Z Compiling num-traits v0.2.19
4422026-05-21T16:59:23.589Z Compiling smallvec v1.15.1
4432026-05-21T16:59:23.627Z Compiling typeid v1.0.3
4442026-05-21T16:59:23.750Z Compiling pest_meta v2.8.6
4452026-05-21T16:59:23.896Z Compiling hashbrown v0.17.0
4462026-05-21T16:59:23.913Z Compiling equivalent v1.0.2
4472026-05-21T16:59:24.055Z Compiling thread-id v4.2.2
4482026-05-21T16:59:24.134Z Compiling usdt-impl v0.5.0
4492026-05-21T16:59:24.185Z Compiling proc-macro-error-attr v1.0.4
4502026-05-21T16:59:24.317Z Compiling winnow v0.7.14
4512026-05-21T16:59:24.344Z Compiling syn v1.0.109
4522026-05-21T16:59:24.367Z Compiling erased-serde v0.4.9
4532026-05-21T16:59:24.453Z Compiling indexmap v2.14.0
4542026-05-21T16:59:24.651Z Compiling toml_write v0.1.2
4552026-05-21T16:59:24.976Z Compiling proc-macro-error v1.0.4
4562026-05-21T16:59:25.072Z Compiling getrandom v0.4.1
4572026-05-21T16:59:25.157Z Compiling log v0.4.29
4582026-05-21T16:59:25.341Z Compiling utf8parse v0.2.2
4592026-05-21T16:59:25.376Z Compiling percent-encoding v2.3.2
4602026-05-21T16:59:25.392Z Compiling plain v0.2.3
4612026-05-21T16:59:25.407Z Compiling utf8_iter v1.0.4
4622026-05-21T16:59:25.448Z Compiling thiserror v2.0.18
4632026-05-21T16:59:25.496Z Compiling camino v1.2.2
4642026-05-21T16:59:25.554Z Compiling form_urlencoded v1.2.2
4652026-05-21T16:59:25.570Z Compiling anstyle-parse v0.2.7
4662026-05-21T16:59:25.668Z Compiling ordered-float v2.10.1
4672026-05-21T16:59:25.851Z Compiling terminal_size v0.4.3
4682026-05-21T16:59:25.873Z Compiling synstructure v0.13.2
4692026-05-21T16:59:25.922Z Compiling pest_generator v2.8.6
4702026-05-21T16:59:25.983Z Compiling pretty-hex v0.4.1
4712026-05-21T16:59:26.114Z Compiling anstyle v1.0.13
4722026-05-21T16:59:26.173Z Compiling anstyle-query v1.1.5
4732026-05-21T16:59:26.189Z Compiling cfg-if v1.0.4
4742026-05-21T16:59:26.206Z Compiling colorchoice v1.0.4
4752026-05-21T16:59:26.261Z Compiling is_terminal_polyfill v1.70.2
4762026-05-21T16:59:26.335Z Compiling anstream v0.6.21
4772026-05-21T16:59:26.352Z Compiling serde-untagged v0.1.9
4782026-05-21T16:59:26.447Z Compiling semver v1.0.28
4792026-05-21T16:59:26.583Z Compiling fs-err v3.3.0
4802026-05-21T16:59:26.610Z Compiling bytecount v0.6.9
4812026-05-21T16:59:26.630Z Compiling once_cell v1.21.3
4822026-05-21T16:59:26.744Z Compiling strsim v0.11.1
4832026-05-21T16:59:26.761Z Compiling fnv v1.0.7
4842026-05-21T16:59:26.776Z Compiling unicode-xid v0.2.6
4852026-05-21T16:59:26.791Z Compiling fastrand v2.3.0
4862026-05-21T16:59:26.837Z Compiling clap_lex v1.0.0
4872026-05-21T16:59:26.857Z Compiling unicode-width v0.1.14
4882026-05-21T16:59:26.894Z Compiling anyhow v1.0.102
4892026-05-21T16:59:27.061Z Compiling heck v0.4.1
4902026-05-21T16:59:27.083Z Compiling heck v0.5.0
4912026-05-21T16:59:27.122Z Compiling papergrid v0.11.0
4922026-05-21T16:59:27.276Z Compiling clap_builder v4.5.60
4932026-05-21T16:59:27.311Z Compiling tempfile v3.25.0
4942026-05-21T16:59:27.406Z Compiling memmap v0.7.0
4952026-05-21T16:59:27.432Z Compiling unicode-linebreak v0.1.5
4962026-05-21T16:59:27.575Z Compiling serde_derive v1.0.228
4972026-05-21T16:59:27.592Z Compiling zerofrom-derive v0.1.6
4982026-05-21T16:59:27.665Z Compiling yoke-derive v0.8.1
4992026-05-21T16:59:27.682Z Compiling zerovec-derive v0.11.2
5002026-05-21T16:59:27.854Z Compiling displaydoc v0.2.5
5012026-05-21T16:59:28.547Z Compiling thiserror-impl v1.0.69
5022026-05-21T16:59:28.639Z Compiling zerocopy-derive v0.7.35
5032026-05-21T16:59:28.781Z Compiling pest_derive v2.8.6
5042026-05-21T16:59:28.807Z Compiling scroll_derive v0.12.1
5052026-05-21T16:59:29.024Z Compiling zerofrom v0.1.6
5062026-05-21T16:59:29.155Z Compiling yoke v0.8.1
5072026-05-21T16:59:29.203Z Compiling thiserror-impl v2.0.18
5082026-05-21T16:59:29.341Z Compiling zerovec v0.11.5
5092026-05-21T16:59:29.468Z Compiling zerotrie v0.2.3
5102026-05-21T16:59:29.494Z Compiling zerocopy v0.7.35
5112026-05-21T16:59:29.770Z Compiling scroll v0.12.0
5122026-05-21T16:59:29.819Z Compiling tinystr v0.8.2
5132026-05-21T16:59:29.957Z Compiling potential_utf v0.1.4
5142026-05-21T16:59:30.019Z Compiling icu_locale_core v2.1.1
5152026-05-21T16:59:30.035Z Compiling dtrace-parser v0.2.0
5162026-05-21T16:59:30.051Z Compiling goblin v0.8.2
5172026-05-21T16:59:30.116Z Compiling icu_collections v2.1.1
5182026-05-21T16:59:30.343Z Compiling tabled_derive v0.7.0
5192026-05-21T16:59:30.392Z Compiling clap_derive v4.5.55
5202026-05-21T16:59:30.703Z Compiling icu_provider v2.1.1
5212026-05-21T16:59:30.772Z Compiling unicode-width v0.2.0
5222026-05-21T16:59:30.881Z Compiling smawk v0.3.2
5232026-05-21T16:59:31.011Z Compiling toml_datetime v0.6.11
5242026-05-21T16:59:31.032Z Compiling serde_spanned v0.6.9
5252026-05-21T16:59:31.035Z Compiling icu_properties v2.1.2
5262026-05-21T16:59:31.066Z Compiling icu_normalizer v2.1.1
5272026-05-21T16:59:31.080Z Compiling dof v0.3.0
5282026-05-21T16:59:31.177Z Compiling serde_tokenstream v0.2.3
5292026-05-21T16:59:31.253Z Compiling toml_edit v0.22.27
5302026-05-21T16:59:31.269Z Compiling serde-value v0.7.0
5312026-05-21T16:59:31.486Z Compiling cargo-platform v0.2.0
5322026-05-21T16:59:31.589Z Compiling tabled v0.15.0
5332026-05-21T16:59:31.621Z Compiling textwrap v0.16.2
5342026-05-21T16:59:31.754Z Compiling macaddr v1.0.1
5352026-05-21T16:59:31.973Z Compiling idna_adapter v1.2.1
5362026-05-21T16:59:32.068Z Compiling camino-tempfile v1.4.1
5372026-05-21T16:59:32.072Z Compiling usdt-macro v0.5.0
5382026-05-21T16:59:32.112Z Compiling idna v1.1.0
5392026-05-21T16:59:32.130Z Compiling usdt-attr-macro v0.5.0
5402026-05-21T16:59:32.133Z Compiling clap v4.5.60
5412026-05-21T16:59:32.568Z Compiling url v2.5.8
5422026-05-21T16:59:32.688Z Compiling toml v0.8.23
5432026-05-21T16:59:32.920Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5442026-05-21T16:59:33.141Z Compiling cargo-util-schemas v0.8.2
5452026-05-21T16:59:33.170Z Compiling usdt v0.5.0
5462026-05-21T16:59:33.296Z Compiling cargo_toml v0.21.0
5472026-05-21T16:59:33.372Z Compiling swrite v0.1.0
5482026-05-21T16:59:34.054Z Compiling cargo_metadata v0.21.0
5492026-05-21T16:59:34.991Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5502026-05-21T16:59:37.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.85s
5512026-05-21T16:59:37.327Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5522026-05-21T16:59:37.890Z Downloading crates ...
5532026-05-21T16:59:37.983Z Downloaded array-init v0.0.4
5542026-05-21T16:59:37.986Z Downloaded arrayref v0.3.9
5552026-05-21T16:59:37.986Z Downloaded argon2 v0.5.3
5562026-05-21T16:59:37.989Z Downloaded ascii-canvas v3.0.0
5572026-05-21T16:59:37.993Z Downloaded ar_archive_writer v0.5.1
5582026-05-21T16:59:37.993Z Downloaded async-recursion v1.1.1
5592026-05-21T16:59:37.996Z Downloaded atomicwrites v0.4.4
5602026-05-21T16:59:37.996Z Downloaded crc8 v0.1.1
5612026-05-21T16:59:37.999Z Downloaded bitflags v1.3.2
5622026-05-21T16:59:37.999Z Downloaded ctr v0.9.2
5632026-05-21T16:59:38.007Z Downloaded cstr-argument v0.1.2
5642026-05-21T16:59:38.007Z Downloaded bit-vec v0.8.0
5652026-05-21T16:59:38.007Z Downloaded base16ct v0.2.0
5662026-05-21T16:59:38.013Z Downloaded backoff v0.4.0
5672026-05-21T16:59:38.013Z Downloaded ciborium v0.2.2
5682026-05-21T16:59:38.013Z Downloaded atomic-waker v1.1.2
5692026-05-21T16:59:38.013Z Downloaded critical-section v1.2.0
5702026-05-21T16:59:38.013Z Downloaded async-stream-impl v0.3.6
5712026-05-21T16:59:38.013Z Downloaded crunchy v0.2.4
5722026-05-21T16:59:38.017Z Downloaded arrayvec v0.7.6
5732026-05-21T16:59:38.017Z Downloaded async-stream v0.3.6
5742026-05-21T16:59:38.017Z Downloaded async-trait v0.1.89
5752026-05-21T16:59:38.017Z Downloaded daft-derive v0.1.7
5762026-05-21T16:59:38.023Z Downloaded daft v0.1.7
5772026-05-21T16:59:38.023Z Downloaded crossbeam-utils v0.8.21
5782026-05-21T16:59:38.026Z Downloaded crc32fast v1.5.0
5792026-05-21T16:59:38.026Z Downloaded assert_matches v1.5.0
5802026-05-21T16:59:38.032Z Downloaded fd-lock v4.0.4
5812026-05-21T16:59:38.036Z Downloaded curve25519-dalek-derive v0.1.1
5822026-05-21T16:59:38.039Z Downloaded embedded-io v0.6.1
5832026-05-21T16:59:38.042Z Downloaded float-cmp v0.10.0
5842026-05-21T16:59:38.042Z Downloaded crucible-workspace-hack v0.1.0
5852026-05-21T16:59:38.042Z Downloaded cargo-platform v0.1.9
5862026-05-21T16:59:38.046Z Downloaded downcast-rs v2.0.2
5872026-05-21T16:59:38.046Z Downloaded foreign-types v0.3.2
5882026-05-21T16:59:38.046Z Downloaded defmt-parser v1.0.0
5892026-05-21T16:59:38.051Z Downloaded dunce v1.0.5
5902026-05-21T16:59:38.051Z Downloaded bitfield-struct v0.6.2
5912026-05-21T16:59:38.051Z Downloaded foreign-types-shared v0.1.1
5922026-05-21T16:59:38.051Z Downloaded crc-catalog v2.4.0
5932026-05-21T16:59:38.051Z Downloaded aead v0.5.2
5942026-05-21T16:59:38.056Z Downloaded debug-ignore v1.0.5
5952026-05-21T16:59:38.056Z Downloaded foreign-types v0.5.0
5962026-05-21T16:59:38.059Z Downloaded crossbeam-deque v0.8.6
5972026-05-21T16:59:38.059Z Downloaded csv-core v0.1.13
5982026-05-21T16:59:38.059Z Downloaded darling v0.20.11
5992026-05-21T16:59:38.062Z Downloaded compression-core v0.4.31
6002026-05-21T16:59:38.062Z Downloaded convert_case v0.4.0
6012026-05-21T16:59:38.062Z Downloaded castaway v0.2.4
6022026-05-21T16:59:38.066Z Downloaded cfg_aliases v0.2.1
6032026-05-21T16:59:38.066Z Downloaded ciborium-io v0.2.2
6042026-05-21T16:59:38.069Z Downloaded embedded-io v0.4.0
6052026-05-21T16:59:38.069Z Downloaded darling_macro v0.20.11
6062026-05-21T16:59:38.069Z Downloaded cfg_aliases v0.1.1
6072026-05-21T16:59:38.073Z Downloaded defmt v0.3.100
6082026-05-21T16:59:38.073Z Downloaded fixedbitset v0.4.2
6092026-05-21T16:59:38.076Z Downloaded cpufeatures v0.3.0
6102026-05-21T16:59:38.076Z Downloaded env_filter v1.0.0
6112026-05-21T16:59:38.081Z Downloaded dirs-next v2.0.0
6122026-05-21T16:59:38.081Z Downloaded float-ord v0.3.2
6132026-05-21T16:59:38.081Z Downloaded adler2 v2.0.1
6142026-05-21T16:59:38.084Z Downloaded dropshot-api-manager-types v0.7.1
6152026-05-21T16:59:38.084Z Downloaded bit-set v0.8.0
6162026-05-21T16:59:38.084Z Downloaded dyn-clone v1.0.20
6172026-05-21T16:59:38.084Z Downloaded cobs v0.3.0
6182026-05-21T16:59:38.084Z Downloaded enum-as-inner v0.6.1
6192026-05-21T16:59:38.088Z Downloaded crc v3.4.0
6202026-05-21T16:59:38.088Z Downloaded bitfield-macros v0.19.4
6212026-05-21T16:59:38.088Z Downloaded dtrace-parser v0.3.0
6222026-05-21T16:59:38.091Z Downloaded document-features v0.2.12
6232026-05-21T16:59:38.091Z Downloaded bb8 v0.8.6
6242026-05-21T16:59:38.091Z Downloaded bcrypt-pbkdf v0.10.0
6252026-05-21T16:59:38.091Z Downloaded block-padding v0.3.3
6262026-05-21T16:59:38.095Z Downloaded diesel_table_macro_syntax v0.3.0
6272026-05-21T16:59:38.095Z Downloaded dof v0.4.0
6282026-05-21T16:59:38.095Z Downloaded darling_macro v0.23.0
6292026-05-21T16:59:38.095Z Downloaded darling_macro v0.21.3
6302026-05-21T16:59:38.098Z Downloaded display-error-chain v0.2.2
6312026-05-21T16:59:38.098Z Downloaded derive_builder_macro v0.20.2
6322026-05-21T16:59:38.098Z Downloaded atty v0.2.14
6332026-05-21T16:59:38.098Z Downloaded difflib v0.4.0
6342026-05-21T16:59:38.101Z Downloaded bcs v0.1.6
6352026-05-21T16:59:38.101Z Downloaded futures-macro v0.3.32
6362026-05-21T16:59:38.102Z Downloaded flagset v0.4.7
6372026-05-21T16:59:38.105Z Downloaded ciborium-ll v0.2.2
6382026-05-21T16:59:38.105Z Downloaded fxhash v0.2.1
6392026-05-21T16:59:38.108Z Downloaded foreign-types-shared v0.3.1
6402026-05-21T16:59:38.108Z Downloaded dsl_auto_type v0.2.0
6412026-05-21T16:59:38.108Z Downloaded data-encoding v2.10.0
6422026-05-21T16:59:38.108Z Downloaded endian-type v0.1.2
6432026-05-21T16:59:38.112Z Downloaded git-stub v1.0.0
6442026-05-21T16:59:38.112Z Downloaded futures-io v0.3.32
6452026-05-21T16:59:38.112Z Downloaded futures-task v0.3.32
6462026-05-21T16:59:38.112Z Downloaded gethostname v0.5.0
6472026-05-21T16:59:38.116Z Downloaded futures-core v0.3.32
6482026-05-21T16:59:38.116Z Downloaded dirs-sys-next v0.1.2
6492026-05-21T16:59:38.116Z Downloaded futures-sink v0.3.32
6502026-05-21T16:59:38.116Z Downloaded either v1.15.0
6512026-05-21T16:59:38.119Z Downloaded foreign-types-macros v0.2.3
6522026-05-21T16:59:38.119Z Downloaded darling v0.23.0
6532026-05-21T16:59:38.122Z Downloaded funty v2.0.0
6542026-05-21T16:59:38.126Z Downloaded fs-err v2.11.0
6552026-05-21T16:59:38.126Z Downloaded defmt-macros v1.0.1
6562026-05-21T16:59:38.129Z Downloaded ghash v0.5.1
6572026-05-21T16:59:38.129Z Downloaded fs_extra v1.3.0
6582026-05-21T16:59:38.129Z Downloaded hash32 v0.3.1
6592026-05-21T16:59:38.132Z Downloaded compression-codecs v0.4.37
6602026-05-21T16:59:38.132Z Downloaded chacha20 v0.9.1
6612026-05-21T16:59:38.135Z Downloaded camino-tempfile-ext v0.3.3
6622026-05-21T16:59:38.135Z Downloaded bit-vec v0.6.3
6632026-05-21T16:59:38.138Z Downloaded hash32 v0.2.1
6642026-05-21T16:59:38.139Z Downloaded home v0.5.12
6652026-05-21T16:59:38.139Z Downloaded const_format_proc_macros v0.2.34
6662026-05-21T16:59:38.142Z Downloaded corncobs v0.1.4
6672026-05-21T16:59:38.142Z Downloaded erased-serde v0.3.31
6682026-05-21T16:59:38.145Z Downloaded env_logger v0.11.9
6692026-05-21T16:59:38.145Z Downloaded derive-ex v0.1.8
6702026-05-21T16:59:38.149Z Downloaded cmake v0.1.57
6712026-05-21T16:59:38.149Z Downloaded find-msvc-tools v0.1.9
6722026-05-21T16:59:38.149Z Downloaded fallible-iterator v0.2.0
6732026-05-21T16:59:38.152Z Downloaded foldhash v0.1.5
6742026-05-21T16:59:38.152Z Downloaded bit-set v0.5.3
6752026-05-21T16:59:38.152Z Downloaded deranged v0.5.8
6762026-05-21T16:59:38.156Z Downloaded diesel-dtrace v0.5.0
6772026-05-21T16:59:38.156Z Downloaded filetime v0.2.27
6782026-05-21T16:59:38.156Z Downloaded ena v0.14.4
6792026-05-21T16:59:38.159Z Downloaded headers-core v0.3.0
6802026-05-21T16:59:38.159Z Downloaded hostname v0.3.1
6812026-05-21T16:59:38.159Z Downloaded hex v0.4.3
6822026-05-21T16:59:38.162Z Downloaded hostname v0.4.2
6832026-05-21T16:59:38.162Z Downloaded httpdate v1.0.3
6842026-05-21T16:59:38.165Z Downloaded cipher v0.4.4
6852026-05-21T16:59:38.166Z Downloaded bzip2 v0.6.1
6862026-05-21T16:59:38.166Z Downloaded fixedbitset v0.5.7
6872026-05-21T16:59:38.169Z Downloaded blake2 v0.10.6
6882026-05-21T16:59:38.169Z Downloaded futures-executor v0.3.32
6892026-05-21T16:59:38.172Z Downloaded colored v3.1.1
6902026-05-21T16:59:38.172Z Downloaded ff v0.13.1
6912026-05-21T16:59:38.172Z Downloaded derive_builder_core v0.20.2
6922026-05-21T16:59:38.175Z Downloaded cargo_metadata v0.19.2
6932026-05-21T16:59:38.176Z Downloaded hubpack_derive v0.1.1
6942026-05-21T16:59:38.179Z Downloaded http-range v0.1.5
6952026-05-21T16:59:38.179Z Downloaded ident_case v1.0.1
6962026-05-21T16:59:38.179Z Downloaded hyper-tls v0.6.0
6972026-05-21T16:59:38.179Z Downloaded http-body v1.0.1
6982026-05-21T16:59:38.182Z Downloaded byte-wrapper v0.1.0
6992026-05-21T16:59:38.182Z Downloaded glob v0.3.3
7002026-05-21T16:59:38.185Z Downloaded illumos-nvpair v0.3.0
7012026-05-21T16:59:38.185Z Downloaded instant v0.1.13
7022026-05-21T16:59:38.185Z Downloaded instability v0.3.11
7032026-05-21T16:59:38.189Z Downloaded async-compression v0.4.41
7042026-05-21T16:59:38.192Z Downloaded indoc v1.0.9
7052026-05-21T16:59:38.192Z Downloaded illumos-nvpair-sys v0.2.0
7062026-05-21T16:59:38.196Z Downloaded const-oid v0.9.6
7072026-05-21T16:59:38.196Z Downloaded globwalk v0.9.1
7082026-05-21T16:59:38.196Z Downloaded clang-sys v1.8.1
7092026-05-21T16:59:38.199Z Downloaded hex-literal v0.4.1
7102026-05-21T16:59:38.199Z Downloaded group v0.13.0
7112026-05-21T16:59:38.199Z Downloaded async-bb8-diesel v0.2.1
7122026-05-21T16:59:38.203Z Downloaded cookie_store v0.22.1
7132026-05-21T16:59:38.203Z Downloaded colored v2.2.0
7142026-05-21T16:59:38.206Z Downloaded cassowary v0.3.0
7152026-05-21T16:59:38.206Z Downloaded des v0.8.1
7162026-05-21T16:59:38.210Z Downloaded defmt v1.0.1
7172026-05-21T16:59:38.210Z Downloaded lalrpop-util v0.19.12
7182026-05-21T16:59:38.213Z Downloaded chacha20 v0.10.0
7192026-05-21T16:59:38.213Z Downloaded backon v1.6.0
7202026-05-21T16:59:38.217Z Downloaded foldhash v0.2.0
7212026-05-21T16:59:38.217Z Downloaded ecdsa v0.16.9
7222026-05-21T16:59:38.218Z Downloaded is-terminal v0.4.17
7232026-05-21T16:59:38.221Z Downloaded der_derive v0.7.3
7242026-05-21T16:59:38.221Z Downloaded cancel-safe-futures v0.1.5
7252026-05-21T16:59:38.221Z Downloaded diff v0.1.13
7262026-05-21T16:59:38.225Z Downloaded lazy_static v1.5.0
7272026-05-21T16:59:38.225Z Downloaded futures-channel v0.3.32
7282026-05-21T16:59:38.228Z Downloaded ed25519 v2.2.3
7292026-05-21T16:59:38.228Z Downloaded keccak v0.1.6
7302026-05-21T16:59:38.228Z Downloaded derive_builder v0.20.2
7312026-05-21T16:59:38.232Z Downloaded linked-hash-map v0.5.6
7322026-05-21T16:59:38.236Z Downloaded bzip2 v0.4.4
7332026-05-21T16:59:38.236Z Downloaded elliptic-curve v0.13.8
7342026-05-21T16:59:38.236Z Downloaded ahash v0.8.12
7352026-05-21T16:59:38.239Z Downloaded hubpack v0.1.2
7362026-05-21T16:59:38.239Z Downloaded git-stub-vcs v0.1.0
7372026-05-21T16:59:38.242Z Downloaded hyper-staticfile v0.10.1
7382026-05-21T16:59:38.242Z Downloaded managed v0.8.0
7392026-05-21T16:59:38.242Z Downloaded http-body-util v0.1.3
7402026-05-21T16:59:38.246Z Downloaded mime v0.3.17
7412026-05-21T16:59:38.246Z Downloaded md-5 v0.10.6
7422026-05-21T16:59:38.251Z Downloaded memoffset v0.9.1
7432026-05-21T16:59:38.251Z Downloaded newline-converter v0.3.0
7442026-05-21T16:59:38.251Z Downloaded md5 v0.7.0
7452026-05-21T16:59:38.251Z Downloaded lru v0.12.5
7462026-05-21T16:59:38.254Z Downloaded maybe-uninit v2.0.0
7472026-05-21T16:59:38.254Z Downloaded globset v0.4.18
7482026-05-21T16:59:38.254Z Downloaded match_cfg v0.1.0
7492026-05-21T16:59:38.255Z Downloaded lru-slab v0.1.2
7502026-05-21T16:59:38.255Z Downloaded newtype_derive v0.1.6
7512026-05-21T16:59:38.259Z Downloaded indent_write v2.2.0
7522026-05-21T16:59:38.259Z Downloaded impl-trait-for-tuples v0.2.3
7532026-05-21T16:59:38.259Z Downloaded half v1.8.3
7542026-05-21T16:59:38.263Z Downloaded nibble_vec v0.1.0
7552026-05-21T16:59:38.263Z Downloaded normalize-line-endings v0.3.0
7562026-05-21T16:59:38.263Z Downloaded newtype-uuid-macros v0.1.0
7572026-05-21T16:59:38.263Z Downloaded new_debug_unreachable v1.0.6
7582026-05-21T16:59:38.266Z Downloaded crc-any v2.5.0
7592026-05-21T16:59:38.266Z Downloaded console v0.16.2
7602026-05-21T16:59:38.270Z Downloaded ingot-types v0.1.2
7612026-05-21T16:59:38.270Z Downloaded libscf-sys v1.1.0
7622026-05-21T16:59:38.270Z Downloaded ingot v0.1.1
7632026-05-21T16:59:38.273Z Downloaded ipnetwork v0.21.1
7642026-05-21T16:59:38.273Z Downloaded cookie v0.18.1
7652026-05-21T16:59:38.273Z Downloaded ipnet v2.11.0
7662026-05-21T16:59:38.278Z Downloaded console v0.15.11
7672026-05-21T16:59:38.282Z Downloaded nonempty v0.12.0
7682026-05-21T16:59:38.282Z Downloaded num-conv v0.2.0
7692026-05-21T16:59:38.282Z Downloaded num v0.4.3
7702026-05-21T16:59:38.282Z Downloaded nodrop v0.1.14
7712026-05-21T16:59:38.282Z Downloaded allocator-api2 v0.2.21
7722026-05-21T16:59:38.285Z Downloaded internet-checksum v0.2.1
7732026-05-21T16:59:38.285Z Downloaded num_enum_derive v0.5.11
7742026-05-21T16:59:38.289Z Downloaded indoc v2.0.7
7752026-05-21T16:59:38.289Z Downloaded libsw v3.5.0
7762026-05-21T16:59:38.292Z Downloaded kstat-rs v0.2.4
7772026-05-21T16:59:38.292Z Downloaded jobserver v0.1.34
7782026-05-21T16:59:38.292Z Downloaded arc-swap v1.8.2
7792026-05-21T16:59:38.296Z Downloaded num_threads v0.1.7
7802026-05-21T16:59:38.296Z Downloaded num-iter v0.1.45
7812026-05-21T16:59:38.300Z Downloaded num-derive v0.4.2
7822026-05-21T16:59:38.300Z Downloaded lru-cache v0.1.2
7832026-05-21T16:59:38.300Z Downloaded linear-map v1.2.0
7842026-05-21T16:59:38.304Z Downloaded libloading v0.8.9
7852026-05-21T16:59:38.304Z Downloaded lzss v0.8.2
7862026-05-21T16:59:38.304Z Downloaded libsw-core v0.3.2
7872026-05-21T16:59:38.307Z Downloaded hmac v0.12.1
7882026-05-21T16:59:38.307Z Downloaded libefi-sys v0.1.0
7892026-05-21T16:59:38.307Z Downloaded iana-time-zone v0.1.65
7902026-05-21T16:59:38.310Z Downloaded dropshot_endpoint v0.16.7
7912026-05-21T16:59:38.314Z Downloaded multimap v0.10.1
7922026-05-21T16:59:38.314Z Downloaded httparse v1.10.1
7932026-05-21T16:59:38.318Z Downloaded nanorand v0.7.0
7942026-05-21T16:59:38.318Z Downloaded openssl-probe v0.1.6
7952026-05-21T16:59:38.318Z Downloaded openssl-probe v0.2.1
7962026-05-21T16:59:38.318Z Downloaded oso-derive v0.27.3
7972026-05-21T16:59:38.318Z Downloaded openssl-macros v0.1.1
7982026-05-21T16:59:38.321Z Downloaded opaque-debug v0.3.1
7992026-05-21T16:59:38.321Z Downloaded olpc-cjson v0.1.4
8002026-05-21T16:59:38.321Z Downloaded mime_guess v2.0.5
8012026-05-21T16:59:38.321Z Downloaded maplit v1.0.2
8022026-05-21T16:59:38.324Z Downloaded lock_api v0.4.14
8032026-05-21T16:59:38.324Z Downloaded darling_core v0.20.11
8042026-05-21T16:59:38.328Z Downloaded dropshot_endpoint v0.17.0
8052026-05-21T16:59:38.331Z Downloaded newtype-uuid v1.3.2
8062026-05-21T16:59:38.331Z Downloaded multer v3.1.0
8072026-05-21T16:59:38.331Z Downloaded native-tls v0.2.18
8082026-05-21T16:59:38.334Z Downloaded bytes v1.11.1
8092026-05-21T16:59:38.334Z Downloaded const_format v0.2.35
8102026-05-21T16:59:38.338Z Downloaded pbkdf2 v0.12.2
8112026-05-21T16:59:38.341Z Downloaded pbkdf2 v0.11.0
8122026-05-21T16:59:38.341Z Downloaded hyper-rustls v0.27.7
8132026-05-21T16:59:38.341Z Downloaded drift v0.1.4
8142026-05-21T16:59:38.347Z Downloaded parse-size v1.1.0
8152026-05-21T16:59:38.350Z Downloaded parse-display v0.10.0
8162026-05-21T16:59:38.350Z Downloaded packed_struct_codegen v0.10.1
8172026-05-21T16:59:38.350Z Downloaded ingot-macros v0.1.1
8182026-05-21T16:59:38.354Z Downloaded fatfs v0.3.6
8192026-05-21T16:59:38.354Z Downloaded derive_more v0.99.20
8202026-05-21T16:59:38.357Z Downloaded cc v1.2.56
8212026-05-21T16:59:38.357Z Downloaded nu-ansi-term v0.50.3
8222026-05-21T16:59:38.360Z Downloaded num-rational v0.4.2
8232026-05-21T16:59:38.360Z Downloaded phf_shared v0.11.3
8242026-05-21T16:59:38.360Z Downloaded phf_shared v0.13.1
8252026-05-21T16:59:38.364Z Downloaded num_enum v0.5.11
8262026-05-21T16:59:38.364Z Downloaded pin-utils v0.1.0
8272026-05-21T16:59:38.367Z Downloaded peg-runtime v0.8.5
8282026-05-21T16:59:38.367Z Downloaded path-slash v0.1.5
8292026-05-21T16:59:38.367Z Downloaded num-integer v0.1.46
8302026-05-21T16:59:38.367Z Downloaded num-complex v0.4.6
8312026-05-21T16:59:38.370Z Downloaded phf_shared v0.12.1
8322026-05-21T16:59:38.370Z Downloaded darling_core v0.21.3
8332026-05-21T16:59:38.373Z Downloaded litrs v1.0.0
8342026-05-21T16:59:38.374Z Downloaded getrandom v0.3.4
8352026-05-21T16:59:38.378Z Downloaded futures v0.3.32
8362026-05-21T16:59:38.381Z Downloaded indexmap v1.9.3
8372026-05-21T16:59:38.381Z Downloaded powerfmt v0.2.0
8382026-05-21T16:59:38.384Z Downloaded ignore v0.4.25
8392026-05-21T16:59:38.384Z Downloaded flume v0.11.1
8402026-05-21T16:59:38.388Z Downloaded oxnet v0.1.4
8412026-05-21T16:59:38.388Z Downloaded oxide-tokio-rt v0.1.4
8422026-05-21T16:59:38.388Z Downloaded inout v0.1.4
8432026-05-21T16:59:38.391Z Downloaded memmap2 v0.9.10
8442026-05-21T16:59:38.391Z Downloaded predicates-core v1.0.10
8452026-05-21T16:59:38.391Z Downloaded highway v1.3.0
8462026-05-21T16:59:38.395Z Downloaded precomputed-hash v0.1.1
8472026-05-21T16:59:38.407Z Downloaded proc-macro-error-attr2 v2.0.0
8482026-05-21T16:59:38.410Z Downloaded crypto-bigint v0.5.5
8492026-05-21T16:59:38.413Z Downloaded is_ci v1.2.0
8502026-05-21T16:59:38.413Z Downloaded headers v0.4.1
8512026-05-21T16:59:38.417Z Downloaded proc-macro-crate v1.3.1
8522026-05-21T16:59:38.417Z Downloaded predicates-tree v1.0.13
8532026-05-21T16:59:38.420Z Downloaded peg-macros v0.8.5
8542026-05-21T16:59:38.420Z Downloaded peg v0.8.5
8552026-05-21T16:59:38.423Z Downloaded psl-types v2.0.11
8562026-05-21T16:59:38.423Z Downloaded progenitor-client v0.11.2
8572026-05-21T16:59:38.423Z Downloaded progenitor-macro v0.14.0
8582026-05-21T16:59:38.423Z Downloaded progenitor-macro v0.10.0
8592026-05-21T16:59:38.427Z Downloaded progenitor-macro v0.11.2
8602026-05-21T16:59:38.428Z Downloaded progenitor-macro v0.13.0
8612026-05-21T16:59:38.428Z Downloaded phf v0.13.1
8622026-05-21T16:59:38.432Z Downloaded progenitor-client v0.14.0
8632026-05-21T16:59:38.432Z Downloaded num-derive v0.3.3
8642026-05-21T16:59:38.432Z Downloaded half v2.7.1
8652026-05-21T16:59:38.432Z Downloaded libbz2-rs-sys v0.2.2
8662026-05-21T16:59:38.435Z Downloaded progenitor-client v0.10.0
8672026-05-21T16:59:38.435Z Downloaded pem-rfc7468 v0.7.0
8682026-05-21T16:59:38.438Z Downloaded pem v3.0.6
8692026-05-21T16:59:38.438Z Downloaded paste v1.0.15
8702026-05-21T16:59:38.442Z Downloaded num_enum v0.7.5
8712026-05-21T16:59:38.446Z Downloaded quick-error v1.2.3
8722026-05-21T16:59:38.446Z Downloaded pin-project-internal v1.1.11
8732026-05-21T16:59:38.446Z Downloaded parse-display-derive v0.10.0
8742026-05-21T16:59:38.446Z Downloaded heapless v0.8.0
8752026-05-21T16:59:38.449Z Downloaded flate2 v1.1.9
8762026-05-21T16:59:38.453Z Downloaded derive-where v1.6.0
8772026-05-21T16:59:38.457Z Downloaded num_enum_derive v0.7.5
8782026-05-21T16:59:38.457Z Downloaded derive_more v2.1.1
8792026-05-21T16:59:38.460Z Downloaded postgres-protocol v0.6.10
8802026-05-21T16:59:38.463Z Downloaded rand_chacha v0.3.1
8812026-05-21T16:59:38.463Z Downloaded radium v0.7.0
8822026-05-21T16:59:38.463Z Downloaded polyval v0.6.2
8832026-05-21T16:59:38.467Z Downloaded dropshot-api-manager v0.7.1
8842026-05-21T16:59:38.467Z Downloaded primeorder v0.13.6
8852026-05-21T16:59:38.470Z Downloaded predicates v3.1.4
8862026-05-21T16:59:38.470Z Downloaded progenitor v0.10.0
8872026-05-21T16:59:38.470Z Downloaded poly1305 v0.8.0
8882026-05-21T16:59:38.475Z Downloaded pkg-config v0.3.32
8892026-05-21T16:59:38.475Z Downloaded pkcs8 v0.10.2
8902026-05-21T16:59:38.478Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-05-21T16:59:38.478Z Downloaded pin-project-lite v0.2.17
8922026-05-21T16:59:38.481Z Downloaded recursive v0.1.1
8932026-05-21T16:59:38.481Z Downloaded proc-macro-error2 v2.0.1
8942026-05-21T16:59:38.482Z Downloaded indicatif v0.18.4
8952026-05-21T16:59:38.485Z Downloaded progenitor-extras v0.2.0
8962026-05-21T16:59:38.485Z Downloaded progenitor-client v0.13.0
8972026-05-21T16:59:38.488Z Downloaded russh-cryptovec v0.7.3
8982026-05-21T16:59:38.488Z Downloaded progenitor v0.14.0
8992026-05-21T16:59:38.488Z Downloaded progenitor v0.13.0
9002026-05-21T16:59:38.488Z Downloaded rtoolbox v0.0.3
9012026-05-21T16:59:38.492Z Downloaded rustc-hash v2.1.1
9022026-05-21T16:59:38.492Z Downloaded password-hash v0.5.0
9032026-05-21T16:59:38.492Z Downloaded ref-cast-impl v1.0.25
9042026-05-21T16:59:38.495Z Downloaded ref-cast v1.0.25
9052026-05-21T16:59:38.495Z Downloaded progenitor v0.11.2
9062026-05-21T16:59:38.495Z Downloaded parking_lot_core v0.9.12
9072026-05-21T16:59:38.498Z Downloaded parking_lot v0.11.2
9082026-05-21T16:59:38.498Z Downloaded psm v0.1.30
9092026-05-21T16:59:38.501Z Downloaded diesel_derives v2.3.7
9102026-05-21T16:59:38.505Z Downloaded darling_core v0.23.0
9112026-05-21T16:59:38.508Z Downloaded rfc6979 v0.4.0
9122026-05-21T16:59:38.508Z Downloaded password-hash v0.4.2
9132026-05-21T16:59:38.508Z Downloaded parking_lot_core v0.8.6
9142026-05-21T16:59:38.511Z Downloaded base64 v0.21.7
9152026-05-21T16:59:38.515Z Downloaded hickory-resolver v0.25.2
9162026-05-21T16:59:38.515Z Downloaded proc-macro-crate v3.4.0
9172026-05-21T16:59:38.519Z Downloaded packed_struct v0.10.1
9182026-05-21T16:59:38.519Z Downloaded owo-colors v4.3.0
9192026-05-21T16:59:38.519Z Downloaded postcard v1.1.3
9202026-05-21T16:59:38.522Z Downloaded oso v0.27.3
9212026-05-21T16:59:38.522Z Downloaded omicron-zone-package v0.12.2
9222026-05-21T16:59:38.526Z Downloaded rustc_version v0.4.1
9232026-05-21T16:59:38.526Z Downloaded pkcs1 v0.7.5
9242026-05-21T16:59:38.529Z Downloaded postgres-types v0.2.12
9252026-05-21T16:59:38.529Z Downloaded rand_core v0.10.0
9262026-05-21T16:59:38.531Z Downloaded crossbeam-channel v0.5.15
9272026-05-21T16:59:38.534Z Downloaded rand_seeder v0.4.0
9282026-05-21T16:59:38.534Z Downloaded rand_xorshift v0.4.0
9292026-05-21T16:59:38.538Z Downloaded rand_chacha v0.9.0
9302026-05-21T16:59:38.538Z Downloaded p256 v0.13.2
9312026-05-21T16:59:38.541Z Downloaded scroll_derive v0.13.1
9322026-05-21T16:59:38.541Z Downloaded scopeguard v1.2.0
9332026-05-21T16:59:38.541Z Downloaded rand_core v0.9.5
9342026-05-21T16:59:38.541Z Downloaded parking_lot v0.12.5
9352026-05-21T16:59:38.544Z Downloaded crossterm v0.28.1
9362026-05-21T16:59:38.547Z Downloaded derive_more-impl v2.1.1
9372026-05-21T16:59:38.553Z Downloaded scrypt v0.11.0
9382026-05-21T16:59:38.553Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-21T16:59:38.556Z Downloaded salsa20 v0.10.2
9402026-05-21T16:59:38.556Z Downloaded serde_plain v1.0.2
9412026-05-21T16:59:38.556Z Downloaded serde-big-array v0.5.1
9422026-05-21T16:59:38.556Z Downloaded serde_repr v0.1.20
9432026-05-21T16:59:38.556Z Downloaded serde_urlencoded v0.7.1
9442026-05-21T16:59:38.559Z Downloaded shell-words v1.1.1
9452026-05-21T16:59:38.559Z Downloaded seq-macro v0.3.6
9462026-05-21T16:59:38.559Z Downloaded sapling-renderdag v0.1.0
9472026-05-21T16:59:38.559Z Downloaded same-file v1.0.6
9482026-05-21T16:59:38.563Z Downloaded rand_core v0.6.4
9492026-05-21T16:59:38.563Z Downloaded r2d2 v0.8.10
9502026-05-21T16:59:38.563Z Downloaded expectorate v1.2.0
9512026-05-21T16:59:38.566Z Downloaded pkcs5 v0.7.1
9522026-05-21T16:59:38.566Z Downloaded rustc_version v0.1.7
9532026-05-21T16:59:38.569Z Downloaded heapless v0.7.17
9542026-05-21T16:59:38.569Z Downloaded ed25519-dalek v2.2.0
9552026-05-21T16:59:38.572Z Downloaded jiff-static v0.2.21
9562026-05-21T16:59:38.572Z Downloaded semver v0.1.20
9572026-05-21T16:59:38.576Z Downloaded phf v0.12.1
9582026-05-21T16:59:38.576Z Downloaded compact_str v0.8.1
9592026-05-21T16:59:38.580Z Downloaded rustls-pemfile v1.0.4
9602026-05-21T16:59:38.580Z Downloaded serde_bytes v0.11.19
9612026-05-21T16:59:38.580Z Downloaded secrecy v0.8.0
9622026-05-21T16:59:38.583Z Downloaded hickory-resolver v0.24.4
9632026-05-21T16:59:38.583Z Downloaded sha1 v0.10.6
9642026-05-21T16:59:38.587Z Downloaded secrecy v0.10.3
9652026-05-21T16:59:38.587Z Downloaded resolv-conf v0.7.6
9662026-05-21T16:59:38.587Z Downloaded minimal-lexical v0.2.1
9672026-05-21T16:59:38.590Z Downloaded sigpipe v0.1.3
9682026-05-21T16:59:38.590Z Downloaded rusty-fork v0.3.1
9692026-05-21T16:59:38.593Z Downloaded quinn-udp v0.5.14
9702026-05-21T16:59:38.593Z Downloaded ppv-lite86 v0.2.21
9712026-05-21T16:59:38.596Z Downloaded der v0.7.10
9722026-05-21T16:59:38.601Z Downloaded hashbrown v0.12.3
9732026-05-21T16:59:38.601Z Downloaded rustversion v1.0.22
9742026-05-21T16:59:38.604Z Downloaded rustls-pemfile v2.2.0
9752026-05-21T16:59:38.604Z Downloaded signal-hook-mio v0.2.5
9762026-05-21T16:59:38.604Z Downloaded pin-project v1.1.11
9772026-05-21T16:59:38.610Z Downloaded signature v2.2.0
9782026-05-21T16:59:38.616Z Downloaded signal-hook-tokio v0.3.1
9792026-05-21T16:59:38.617Z Downloaded scroll v0.13.0
9802026-05-21T16:59:38.617Z Downloaded miniz_oxide v0.8.9
9812026-05-21T16:59:38.620Z Downloaded rustls-native-certs v0.8.3
9822026-05-21T16:59:38.620Z Downloaded chacha20poly1305 v0.10.1
9832026-05-21T16:59:38.620Z Downloaded bumpalo v3.20.2
9842026-05-21T16:59:38.620Z Downloaded prefix-trie v0.7.0
9852026-05-21T16:59:38.624Z Downloaded siphasher v1.0.2
9862026-05-21T16:59:38.624Z Downloaded base64 v0.22.1
9872026-05-21T16:59:38.627Z Downloaded humantime v2.3.0
9882026-05-21T16:59:38.627Z Downloaded getrandom v0.2.17
9892026-05-21T16:59:38.630Z Downloaded slog-envlogger v2.2.0
9902026-05-21T16:59:38.630Z Downloaded convert_case v0.10.0
9912026-05-21T16:59:38.634Z Downloaded cexpr v0.6.0
9922026-05-21T16:59:38.634Z Downloaded ssh-encoding v0.2.0
9932026-05-21T16:59:38.634Z Downloaded schemars_derive v0.8.22
9942026-05-21T16:59:38.637Z Downloaded strip-ansi-escapes v0.2.1
9952026-05-21T16:59:38.637Z Downloaded sqlparser_derive v0.5.0
9962026-05-21T16:59:38.638Z Downloaded ssh-cipher v0.2.0
9972026-05-21T16:59:38.638Z Downloaded papergrid v0.17.0
9982026-05-21T16:59:38.641Z Downloaded buf-list v1.1.2
9992026-05-21T16:59:38.644Z Downloaded hashbrown v0.13.2
10002026-05-21T16:59:38.647Z Downloaded progenitor-impl v0.14.0
10012026-05-21T16:59:38.647Z Downloaded serde_derive_internals v0.29.1
10022026-05-21T16:59:38.651Z Downloaded sec1 v0.7.3
10032026-05-21T16:59:38.651Z Downloaded progenitor-impl v0.10.0
10042026-05-21T16:59:38.654Z Downloaded cbc v0.1.2
10052026-05-21T16:59:38.654Z Downloaded serde_path_to_error v0.1.20
10062026-05-21T16:59:38.654Z Downloaded serde-hex v0.1.0
10072026-05-21T16:59:38.658Z Downloaded darling v0.21.3
10082026-05-21T16:59:38.661Z Downloaded hyper-util v0.1.20
10092026-05-21T16:59:38.664Z Downloaded strum v0.27.2
10102026-05-21T16:59:38.664Z Downloaded serde_spanned v1.0.4
10112026-05-21T16:59:38.664Z Downloaded strum v0.26.3
10122026-05-21T16:59:38.668Z Downloaded structmeta v0.3.0
10132026-05-21T16:59:38.668Z Downloaded signal-hook-registry v1.4.8
10142026-05-21T16:59:38.668Z Downloaded rustls-pki-types v1.14.0
10152026-05-21T16:59:38.671Z Downloaded shlex v1.3.0
10162026-05-21T16:59:38.671Z Downloaded russh-keys v0.45.0
10172026-05-21T16:59:38.671Z Downloaded hickory-server v0.25.2
10182026-05-21T16:59:38.675Z Downloaded simd-adler32 v0.3.8
10192026-05-21T16:59:38.678Z Downloaded aes v0.8.4
10202026-05-21T16:59:38.678Z Downloaded subtle v2.6.1
10212026-05-21T16:59:38.682Z Downloaded openssl-sys v0.9.115
10222026-05-21T16:59:38.685Z Downloaded supports-color v3.0.2
10232026-05-21T16:59:38.685Z Downloaded http v1.4.0
10242026-05-21T16:59:38.688Z Downloaded tap v1.0.1
10252026-05-21T16:59:38.688Z Downloaded take_mut v0.2.2
10262026-05-21T16:59:38.688Z Downloaded prettyplease v0.2.37
10272026-05-21T16:59:38.692Z Downloaded pretty_assertions v1.4.1
10282026-05-21T16:59:38.692Z Downloaded aes-gcm v0.10.3
10292026-05-21T16:59:38.695Z Downloaded crossbeam-epoch v0.9.18
10302026-05-21T16:59:38.695Z Downloaded constant_time_eq v0.4.2
10312026-05-21T16:59:38.698Z Downloaded blowfish v0.9.1
10322026-05-21T16:59:38.698Z Downloaded sync_wrapper v1.0.2
10332026-05-21T16:59:38.698Z Downloaded sync-ptr v0.1.4
10342026-05-21T16:59:38.702Z Downloaded slog-json v2.6.1
10352026-05-21T16:59:38.702Z Downloaded slog-dtrace v0.3.0
10362026-05-21T16:59:38.702Z Downloaded termtree v0.5.1
10372026-05-21T16:59:38.702Z Downloaded slog-scope v4.4.1
10382026-05-21T16:59:38.706Z Downloaded tabwriter v1.4.1
10392026-05-21T16:59:38.706Z Downloaded tabled_derive v0.11.0
10402026-05-21T16:59:38.706Z Downloaded slog-term v2.9.2
10412026-05-21T16:59:38.709Z Downloaded smf v0.2.3
10422026-05-21T16:59:38.709Z Downloaded spki v0.7.3
10432026-05-21T16:59:38.709Z Downloaded sqlformat v0.3.5
10442026-05-21T16:59:38.712Z Downloaded tinyvec_macros v0.1.1
10452026-05-21T16:59:38.712Z Downloaded thiserror-impl-no-std v2.0.2
10462026-05-21T16:59:38.713Z Downloaded snafu-derive v0.8.9
10472026-05-21T16:59:38.713Z Downloaded smallvec v0.6.14
10482026-05-21T16:59:38.716Z Downloaded num-bigint v0.4.6
10492026-05-21T16:59:38.716Z Downloaded stringprep v0.1.5
10502026-05-21T16:59:38.720Z Downloaded testing_table v0.3.0
10512026-05-21T16:59:38.720Z Downloaded progenitor-impl v0.11.2
10522026-05-21T16:59:38.720Z Downloaded serde_cbor v0.11.2
10532026-05-21T16:59:38.723Z Downloaded ron v0.8.1
10542026-05-21T16:59:38.727Z Downloaded sct v0.7.1
10552026-05-21T16:59:38.727Z Downloaded progenitor-impl v0.13.0
10562026-05-21T16:59:38.731Z Downloaded mio v1.2.0
10572026-05-21T16:59:38.734Z Downloaded static_assertions v1.1.0
10582026-05-21T16:59:38.734Z Downloaded serde_with_macros v3.17.0
10592026-05-21T16:59:38.734Z Downloaded structmeta-derive v0.3.0
10602026-05-21T16:59:38.738Z Downloaded thread-id v5.1.0
10612026-05-21T16:59:38.738Z Downloaded string_cache v0.8.9
10622026-05-21T16:59:38.738Z Downloaded stacker v0.1.23
10632026-05-21T16:59:38.738Z Downloaded ryu v1.0.23
10642026-05-21T16:59:38.747Z Downloaded slog-bunyan v2.5.0
10652026-05-21T16:59:38.747Z Downloaded slog-async v2.8.0
10662026-05-21T16:59:38.747Z Downloaded slab v0.4.12
10672026-05-21T16:59:38.747Z Downloaded bitfield v0.19.4
10682026-05-21T16:59:38.747Z Downloaded strum_macros v0.27.2
10692026-05-21T16:59:38.747Z Downloaded base64ct v1.8.3
10702026-05-21T16:59:38.747Z Downloaded time-core v0.1.8
10712026-05-21T16:59:38.752Z Downloaded crossterm v0.29.0
10722026-05-21T16:59:38.752Z Downloaded tokio-macros v2.7.0
10732026-05-21T16:59:38.755Z Downloaded strum_macros v0.24.3
10742026-05-21T16:59:38.755Z Downloaded rcgen v0.12.1
10752026-05-21T16:59:38.759Z Downloaded strum_macros v0.26.4
10762026-05-21T16:59:38.759Z Downloaded termios v0.3.3
10772026-05-21T16:59:38.759Z Downloaded rayon-core v1.13.0
10782026-05-21T16:59:38.762Z Downloaded topological-sort v0.2.2
10792026-05-21T16:59:38.762Z Downloaded nom v7.1.3
10802026-05-21T16:59:38.767Z Downloaded tagptr v0.2.0
10812026-05-21T16:59:38.771Z Downloaded support-bundle-viewer v0.1.2
10822026-05-21T16:59:38.771Z Downloaded rustls-platform-verifier v0.6.2
10832026-05-21T16:59:38.775Z Downloaded slog-stdlog v4.1.1
10842026-05-21T16:59:38.775Z Downloaded spin v0.9.8
10852026-05-21T16:59:38.778Z Downloaded quinn v0.11.9
10862026-05-21T16:59:38.786Z Downloaded tower-layer v0.3.3
10872026-05-21T16:59:38.787Z Downloaded unarray v0.1.4
10882026-05-21T16:59:38.790Z Downloaded publicsuffix v2.3.0
10892026-05-21T16:59:38.790Z Downloaded tls_codec_derive v0.4.2
10902026-05-21T16:59:38.794Z Downloaded thiserror-no-std v2.0.2
10912026-05-21T16:59:38.794Z Downloaded aws-lc-rs v1.16.3
10922026-05-21T16:59:38.798Z Downloaded itertools v0.10.5
10932026-05-21T16:59:38.802Z Downloaded tower-service v0.3.3
10942026-05-21T16:59:38.805Z Downloaded try-lock v0.2.5
10952026-05-21T16:59:38.805Z Downloaded trait-variant v0.1.2
10962026-05-21T16:59:38.810Z Downloaded unit-prefix v0.5.2
10972026-05-21T16:59:38.814Z Downloaded universal-hash v0.5.1
10982026-05-21T16:59:38.814Z Downloaded similar v2.7.0
10992026-05-21T16:59:38.818Z Downloaded time-macros v0.2.27
11002026-05-21T16:59:38.822Z Downloaded tiny-keccak v2.0.2
11012026-05-21T16:59:38.825Z Downloaded typify-macro v0.4.3
11022026-05-21T16:59:38.825Z Downloaded libxml v0.3.3
11032026-05-21T16:59:38.825Z Downloaded untrusted v0.9.0
11042026-05-21T16:59:38.829Z Downloaded unicode-truncate v1.1.0
11052026-05-21T16:59:38.829Z Downloaded tokio-dtrace v0.1.1
11062026-05-21T16:59:38.829Z Downloaded serde_yaml v0.9.34+deprecated
11072026-05-21T16:59:38.832Z Downloaded tokio-native-tls v0.3.1
11082026-05-21T16:59:38.832Z Downloaded hashbrown v0.16.1
11092026-05-21T16:59:38.836Z Downloaded term v0.7.0
11102026-05-21T16:59:38.839Z Downloaded usdt-macro v0.6.0
11112026-05-21T16:59:38.839Z Downloaded usdt-attr-macro v0.6.0
11122026-05-21T16:59:38.839Z Downloaded slog v2.8.2
11132026-05-21T16:59:38.843Z Downloaded void v1.0.2
11142026-05-21T16:59:38.843Z Downloaded utf-8 v0.7.6
11152026-05-21T16:59:38.843Z Downloaded tokio-rustls v0.25.0
11162026-05-21T16:59:38.847Z Downloaded usdt v0.6.0
11172026-05-21T16:59:38.847Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-05-21T16:59:38.847Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11192026-05-21T16:59:38.851Z Downloaded itertools v0.12.1
11202026-05-21T16:59:38.851Z Downloaded tokio-tungstenite v0.23.1
11212026-05-21T16:59:38.855Z Downloaded socket2 v0.5.10
11222026-05-21T16:59:38.855Z Downloaded tokio-tungstenite v0.21.0
11232026-05-21T16:59:38.855Z Downloaded untrusted v0.7.1
11242026-05-21T16:59:38.860Z Downloaded schemars v0.8.22
11252026-05-21T16:59:38.864Z Downloaded want v0.3.1
11262026-05-21T16:59:38.864Z Downloaded typify-macro v0.6.2
11272026-05-21T16:59:38.864Z Downloaded thread_local v1.1.9
11282026-05-21T16:59:38.867Z Downloaded rsa v0.9.10
11292026-05-21T16:59:38.871Z Downloaded hashbrown v0.15.5
11302026-05-21T16:59:38.874Z Downloaded itertools v0.13.0
11312026-05-21T16:59:38.877Z Downloaded toml_writer v1.0.6+spec-1.1.0
11322026-05-21T16:59:38.881Z Downloaded qorb v0.4.1
11332026-05-21T16:59:38.885Z Downloaded signal-hook v0.3.18
11342026-05-21T16:59:38.885Z Downloaded wait-timeout v0.2.1
11352026-05-21T16:59:38.885Z Downloaded num-bigint-dig v0.8.6
11362026-05-21T16:59:38.889Z Downloaded xshell-macros v0.2.7
11372026-05-21T16:59:38.892Z Downloaded futures-util v0.3.32
11382026-05-21T16:59:38.897Z Downloaded rand v0.9.2
11392026-05-21T16:59:38.900Z Downloaded tui-tree-widget v0.23.1
11402026-05-21T16:59:38.901Z Downloaded unicase v2.9.0
11412026-05-21T16:59:38.901Z Downloaded samael v0.0.19
11422026-05-21T16:59:38.904Z Downloaded rustls-webpki v0.103.9
11432026-05-21T16:59:38.908Z Downloaded schemars v0.9.0
11442026-05-21T16:59:38.912Z Downloaded tokio-rustls v0.26.4
11452026-05-21T16:59:38.916Z Downloaded vergen-gitcl v1.0.8
11462026-05-21T16:59:38.916Z Downloaded tokio-rustls v0.24.1
11472026-05-21T16:59:38.920Z Downloaded zone_cfg_derive v0.3.1
11482026-05-21T16:59:38.920Z Downloaded zeroize_derive v1.4.3
11492026-05-21T16:59:38.920Z Downloaded term v1.2.1
11502026-05-21T16:59:38.920Z Downloaded subprocess v0.2.15
11512026-05-21T16:59:38.926Z Downloaded schemars v1.2.1
11522026-05-21T16:59:38.930Z Downloaded twox-hash v2.1.2
11532026-05-21T16:59:38.933Z Downloaded aho-corasick v1.1.4
11542026-05-21T16:59:38.940Z Downloaded waitgroup v0.1.2
11552026-05-21T16:59:38.940Z Downloaded test-strategy v0.4.5
11562026-05-21T16:59:38.943Z Downloaded vsss-rs v3.3.4
11572026-05-21T16:59:38.943Z Downloaded uzers v0.12.2
11582026-05-21T16:59:38.943Z Downloaded tracing-attributes v0.1.31
11592026-05-21T16:59:38.943Z Downloaded zone v0.3.1
11602026-05-21T16:59:38.943Z Downloaded toml_parser v1.0.9+spec-1.1.0
11612026-05-21T16:59:38.948Z Downloaded h2 v0.4.13
11622026-05-21T16:59:38.948Z Downloaded iddqd v0.4.1
11632026-05-21T16:59:38.953Z Downloaded xshell v0.2.7
11642026-05-21T16:59:38.956Z Downloaded xattr v1.6.1
11652026-05-21T16:59:38.956Z Downloaded unicode-properties v0.1.4
11662026-05-21T16:59:38.956Z Downloaded tinyvec v1.10.0
11672026-05-21T16:59:38.960Z Downloaded vergen-lib v0.1.6
11682026-05-21T16:59:38.960Z Downloaded vergen-git2 v1.0.7
11692026-05-21T16:59:38.960Z Downloaded libm v0.2.16
11702026-05-21T16:59:38.964Z Downloaded wyz v0.5.1
11712026-05-21T16:59:38.968Z Downloaded whoami v1.6.1
11722026-05-21T16:59:38.968Z Downloaded rand v0.10.0
11732026-05-21T16:59:38.971Z Downloaded toml v0.7.8
11742026-05-21T16:59:38.971Z Downloaded usdt-impl v0.6.0
11752026-05-21T16:59:38.972Z Downloaded tls_codec v0.4.2
11762026-05-21T16:59:38.975Z Downloaded hkdf v0.12.4
11772026-05-21T16:59:38.975Z Downloaded blake3 v1.8.3
11782026-05-21T16:59:38.980Z Downloaded zeroize v1.8.2
11792026-05-21T16:59:38.980Z Downloaded whoami v2.1.0
11802026-05-21T16:59:38.983Z Downloaded tar v0.4.45
11812026-05-21T16:59:38.983Z Downloaded p521 v0.13.3
11822026-05-21T16:59:38.986Z Downloaded tokio-stream v0.1.18
11832026-05-21T16:59:38.986Z Downloaded typify v0.6.2
11842026-05-21T16:59:38.990Z Downloaded zstd-safe v7.2.4
11852026-05-21T16:59:38.990Z Downloaded typify v0.4.3
11862026-05-21T16:59:38.995Z Downloaded russh v0.45.0
11872026-05-21T16:59:38.999Z Downloaded iri-string v0.7.10
11882026-05-21T16:59:39.004Z Downloaded socket2 v0.6.3
11892026-05-21T16:59:39.004Z Downloaded snafu v0.8.9
11902026-05-21T16:59:39.007Z Downloaded rustyline v14.0.0
11912026-05-21T16:59:39.007Z Downloaded rand v0.8.6
11922026-05-21T16:59:39.011Z Downloaded vergen v9.0.6
11932026-05-21T16:59:39.011Z Downloaded unsafe-libyaml v0.2.11
11942026-05-21T16:59:39.016Z Downloaded zerocopy v0.6.6
11952026-05-21T16:59:39.016Z Downloaded toml v1.0.6+spec-1.1.0
11962026-05-21T16:59:39.019Z Downloaded toml v0.9.12+spec-1.1.0
11972026-05-21T16:59:39.022Z Downloaded hyper v1.8.1
11982026-05-21T16:59:39.033Z Downloaded walkdir v2.5.0
11992026-05-21T16:59:39.037Z Downloaded zstd v0.13.3
12002026-05-21T16:59:39.037Z Downloaded tungstenite v0.21.0
12012026-05-21T16:59:39.037Z Downloaded tungstenite v0.23.0
12022026-05-21T16:59:39.037Z Downloaded tracing-core v0.1.36
12032026-05-21T16:59:39.041Z Downloaded rpassword v7.4.0
12042026-05-21T16:59:39.045Z Downloaded yasna v0.5.2
12052026-05-21T16:59:39.050Z Downloaded itertools v0.14.0
12062026-05-21T16:59:39.067Z Downloaded uuid v1.23.0
12072026-05-21T16:59:39.079Z Downloaded vte v0.14.1
12082026-05-21T16:59:39.083Z Downloaded steno v0.4.1
12092026-05-21T16:59:39.087Z Downloaded unicode-bidi v0.3.18
12102026-05-21T16:59:39.091Z Downloaded tokio-postgres v0.7.16
12112026-05-21T16:59:39.094Z Downloaded unicode_categories v0.1.1
12122026-05-21T16:59:39.094Z Downloaded reedline v0.40.0
12132026-05-21T16:59:39.097Z Downloaded zip v0.6.6
12142026-05-21T16:59:39.113Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-05-21T16:59:39.116Z Downloaded toml_edit v0.19.15
12162026-05-21T16:59:39.124Z Downloaded zopfli v0.8.3
12172026-05-21T16:59:39.127Z Downloaded bitvec v1.0.1
12182026-05-21T16:59:39.136Z Downloaded p384 v0.13.1
12192026-05-21T16:59:39.139Z Downloaded ssh-key v0.6.7
12202026-05-21T16:59:39.144Z Downloaded git2 v0.20.4
12212026-05-21T16:59:39.156Z Downloaded reqwest v0.13.2
12222026-05-21T16:59:39.160Z Downloaded x509-cert v0.2.5
12232026-05-21T16:59:39.163Z Downloaded unicode-segmentation v1.12.0
12242026-05-21T16:59:39.169Z Downloaded typed-path v0.9.3
12252026-05-21T16:59:39.169Z Downloaded portable-atomic v1.13.1
12262026-05-21T16:59:39.173Z Downloaded bindgen v0.71.1
12272026-05-21T16:59:39.177Z Downloaded chrono v0.4.44
12282026-05-21T16:59:39.182Z Downloaded yansi v1.0.1
12292026-05-21T16:59:39.185Z Downloaded quick-xml v0.37.5
12302026-05-21T16:59:39.189Z Downloaded regex v1.12.3
12312026-05-21T16:59:39.192Z Downloaded lalrpop v0.19.12
12322026-05-21T16:59:39.198Z Downloaded reqwest v0.12.28
12332026-05-21T16:59:39.201Z Downloaded proptest v1.10.0
12342026-05-21T16:59:39.206Z Downloaded tower v0.5.3
12352026-05-21T16:59:39.211Z Downloaded tough v0.22.0
12362026-05-21T16:59:39.216Z Downloaded salty v0.3.0
12372026-05-21T16:59:39.220Z Downloaded zerocopy-derive v0.8.40
12382026-05-21T16:59:39.225Z Downloaded goblin v0.10.5
12392026-05-21T16:59:39.230Z Downloaded tokio-util v0.7.18
12402026-05-21T16:59:39.233Z Downloaded rustls-webpki v0.101.7
12412026-05-21T16:59:39.241Z Downloaded tower-http v0.6.8
12422026-05-21T16:59:39.246Z Downloaded unicode-normalization v0.1.25
12432026-05-21T16:59:39.249Z Downloaded serde_with v3.17.0
12442026-05-21T16:59:39.255Z Downloaded zip v4.6.1
12452026-05-21T16:59:39.259Z Downloaded petname v2.0.2
12462026-05-21T16:59:39.262Z Downloaded rayon v1.11.0
12472026-05-21T16:59:39.267Z Downloaded winnow v0.5.40
12482026-05-21T16:59:39.272Z Downloaded rustls-webpki v0.102.8
12492026-05-21T16:59:39.282Z Downloaded nix v0.27.1
12502026-05-21T16:59:39.288Z Downloaded curve25519-dalek v4.1.3
12512026-05-21T16:59:39.293Z Downloaded moka v0.12.13
12522026-05-21T16:59:39.297Z Downloaded winnow v0.6.26
12532026-05-21T16:59:39.305Z Downloaded object v0.30.4
12542026-05-21T16:59:39.318Z Downloaded quinn-proto v0.11.13
12552026-05-21T16:59:39.337Z Downloaded tabled v0.20.0
12562026-05-21T16:59:39.347Z Downloaded radix_trie v0.2.1
12572026-05-21T16:59:39.350Z Downloaded dropshot v0.16.7
12582026-05-21T16:59:39.363Z Downloaded regex-syntax v0.6.29
12592026-05-21T16:59:39.367Z Downloaded openssl v0.10.79
12602026-05-21T16:59:39.372Z Downloaded dropshot v0.17.0
12612026-05-21T16:59:39.385Z Downloaded vcpkg v0.2.15
12622026-05-21T16:59:39.407Z Downloaded rustls v0.21.12
12632026-05-21T16:59:39.412Z Downloaded nix v0.28.0
12642026-05-21T16:59:39.418Z Downloaded nix v0.31.2
12652026-05-21T16:59:39.425Z Downloaded object v0.37.3
12662026-05-21T16:59:39.431Z Downloaded hickory-proto v0.24.4
12672026-05-21T16:59:39.439Z Downloaded smoltcp v0.11.0
12682026-05-21T16:59:39.446Z Downloaded zlib-rs v0.6.2
12692026-05-21T16:59:39.449Z Downloaded regress v0.11.1
12702026-05-21T16:59:39.454Z Downloaded openapiv3 v2.2.0
12712026-05-21T16:59:39.461Z Downloaded diesel v2.3.7
12722026-05-21T16:59:39.472Z Downloaded zerocopy v0.8.40
12732026-05-21T16:59:39.477Z Downloaded webpki-roots v1.0.6
12742026-05-21T16:59:39.481Z Downloaded rustls v0.23.37
12752026-05-21T16:59:39.486Z Downloaded hickory-proto v0.25.2
12762026-05-21T16:59:39.495Z Downloaded regress v0.10.5
12772026-05-21T16:59:39.500Z Downloaded rustix v0.38.44
12782026-05-21T16:59:39.513Z Downloaded rustls v0.22.4
12792026-05-21T16:59:39.519Z Downloaded time v0.3.47
12802026-05-21T16:59:39.527Z Downloaded regex-syntax v0.8.10
12812026-05-21T16:59:39.531Z Downloaded smoltcp v0.9.1
12822026-05-21T16:59:39.537Z Downloaded bstr v1.12.1
12832026-05-21T16:59:39.542Z Downloaded polar-core v0.27.3
12842026-05-21T16:59:39.547Z Downloaded nix v0.29.0
12852026-05-21T16:59:39.555Z Downloaded sqlparser v0.61.0
12862026-05-21T16:59:39.577Z Downloaded ratatui v0.29.0
12872026-05-21T16:59:39.588Z Downloaded sled v0.34.7
12882026-05-21T16:59:39.594Z Downloaded typify-impl v0.6.2
12892026-05-21T16:59:39.602Z Downloaded regex-automata v0.4.14
12902026-05-21T16:59:39.611Z Downloaded typify-impl v0.4.3
12912026-05-21T16:59:39.619Z Downloaded tracing v0.1.44
12922026-05-21T16:59:39.632Z Downloaded petgraph v0.6.5
12932026-05-21T16:59:39.642Z Downloaded jiff v0.2.21
12942026-05-21T16:59:39.653Z Downloaded zerocopy-derive v0.6.6
12952026-05-21T16:59:39.658Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-05-21T16:59:39.669Z Downloaded csv v1.4.0
12972026-05-21T16:59:39.687Z Downloaded chrono-tz v0.10.4
12982026-05-21T16:59:39.698Z Downloaded sha3 v0.10.8
12992026-05-21T16:59:39.711Z Downloaded tokio v1.52.1
13002026-05-21T16:59:39.733Z Downloaded petgraph v0.8.3
13012026-05-21T16:59:39.746Z Downloaded libz-sys v1.1.24
13022026-05-21T16:59:39.766Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-05-21T16:59:39.798Z Downloaded encoding_rs v0.8.35
13042026-05-21T16:59:39.828Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-05-21T16:59:39.870Z Downloaded ring v0.17.14
13062026-05-21T16:59:40.363Z Downloaded aws-lc-sys v0.40.0
13072026-05-21T16:59:40.610Z Compiling libc v0.2.185
13082026-05-21T16:59:40.610Z Compiling serde v1.0.228
13092026-05-21T16:59:40.614Z Compiling log v0.4.29
13102026-05-21T16:59:40.614Z Compiling shlex v1.3.0
13112026-05-21T16:59:40.614Z Compiling find-msvc-tools v0.1.9
13122026-05-21T16:59:40.749Z Compiling smallvec v1.15.1
13132026-05-21T16:59:40.769Z Compiling syn v2.0.117
13142026-05-21T16:59:40.779Z Compiling typenum v1.19.0
13152026-05-21T16:59:40.952Z Compiling generic-array v0.14.7
13162026-05-21T16:59:40.969Z Compiling subtle v2.6.1
13172026-05-21T16:59:40.982Z Compiling scopeguard v1.2.0
13182026-05-21T16:59:41.057Z Compiling lock_api v0.4.14
13192026-05-21T16:59:41.082Z Compiling const-oid v0.9.6
13202026-05-21T16:59:41.085Z Compiling serde_json v1.0.149
13212026-05-21T16:59:41.133Z Compiling zerocopy v0.8.40
13222026-05-21T16:59:41.188Z Compiling pin-project-lite v0.2.17
13232026-05-21T16:59:41.283Z Compiling portable-atomic v1.13.1
13242026-05-21T16:59:41.297Z Compiling parking_lot_core v0.9.12
13252026-05-21T16:59:41.543Z Compiling pkg-config v0.3.32
13262026-05-21T16:59:41.558Z Compiling bitflags v2.11.0
13272026-05-21T16:59:41.643Z Compiling getrandom v0.2.17
13282026-05-21T16:59:41.707Z Compiling jobserver v0.1.34
13292026-05-21T16:59:41.735Z Compiling errno v0.3.14
13302026-05-21T16:59:41.772Z Compiling rand_core v0.6.4
13312026-05-21T16:59:41.866Z Compiling signal-hook-registry v1.4.8
13322026-05-21T16:59:42.040Z Compiling cc v1.2.56
13332026-05-21T16:59:42.071Z Compiling futures-core v0.3.32
13342026-05-21T16:59:42.088Z Compiling libm v0.2.16
13352026-05-21T16:59:42.132Z Compiling critical-section v1.2.0
13362026-05-21T16:59:42.154Z Compiling parking_lot v0.12.5
13372026-05-21T16:59:42.218Z Compiling mio v1.2.0
13382026-05-21T16:59:42.237Z Compiling once_cell v1.21.3
13392026-05-21T16:59:42.326Z Compiling num-traits v0.2.19
13402026-05-21T16:59:42.417Z Compiling percent-encoding v2.3.2
13412026-05-21T16:59:42.445Z Compiling socket2 v0.6.3
13422026-05-21T16:59:42.522Z Compiling futures-sink v0.3.32
13432026-05-21T16:59:42.601Z Compiling futures-channel v0.3.32
13442026-05-21T16:59:42.622Z Compiling futures-task v0.3.32
13452026-05-21T16:59:42.665Z Compiling slab v0.4.12
13462026-05-21T16:59:42.682Z Compiling futures-io v0.3.32
13472026-05-21T16:59:42.786Z Compiling cpufeatures v0.2.17
13482026-05-21T16:59:42.821Z Compiling getrandom v0.4.1
13492026-05-21T16:59:42.825Z Compiling rand_core v0.10.0
13502026-05-21T16:59:42.848Z Compiling indexmap v2.14.0
13512026-05-21T16:59:42.861Z Compiling rustversion v1.0.22
13522026-05-21T16:59:42.865Z Compiling getrandom v0.3.4
13532026-05-21T16:59:42.992Z Compiling cmake v0.1.57
13542026-05-21T16:59:43.530Z Compiling form_urlencoded v1.2.2
13552026-05-21T16:59:43.564Z Compiling dunce v1.0.5
13562026-05-21T16:59:43.604Z Compiling fs_extra v1.3.0
13572026-05-21T16:59:43.656Z Compiling synstructure v0.13.2
13582026-05-21T16:59:43.686Z Compiling ident_case v1.0.1
13592026-05-21T16:59:43.704Z Compiling base64ct v1.8.3
13602026-05-21T16:59:43.818Z Compiling iana-time-zone v0.1.65
13612026-05-21T16:59:43.833Z Compiling flagset v0.4.7
13622026-05-21T16:59:43.879Z Compiling aws-lc-sys v0.40.0
13632026-05-21T16:59:43.893Z Compiling regex-syntax v0.8.10
13642026-05-21T16:59:43.967Z Compiling pem-rfc7468 v0.7.0
13652026-05-21T16:59:44.006Z Compiling rustix v1.1.3
13662026-05-21T16:59:44.019Z Compiling rand_core v0.9.5
13672026-05-21T16:59:44.232Z Compiling ring v0.17.14
13682026-05-21T16:59:44.276Z Compiling vcpkg v0.2.15
13692026-05-21T16:59:44.290Z Compiling aws-lc-rs v1.16.3
13702026-05-21T16:59:44.303Z Compiling uuid v1.23.0
13712026-05-21T16:59:44.641Z Compiling rustc_version v0.4.1
13722026-05-21T16:59:44.978Z Compiling tracing-core v0.1.36
13732026-05-21T16:59:45.023Z Compiling base64 v0.22.1
13742026-05-21T16:59:45.039Z Compiling openssl-sys v0.9.115
13752026-05-21T16:59:45.363Z Compiling httparse v1.10.1
13762026-05-21T16:59:45.452Z Compiling serde_derive v1.0.228
13772026-05-21T16:59:45.550Z Compiling zeroize_derive v1.4.3
13782026-05-21T16:59:45.575Z Compiling zerofrom-derive v0.1.6
13792026-05-21T16:59:45.706Z Compiling yoke-derive v0.8.1
13802026-05-21T16:59:45.799Z Compiling zerovec-derive v0.11.2
13812026-05-21T16:59:46.211Z Compiling zeroize v1.8.2
13822026-05-21T16:59:46.338Z Compiling zerocopy-derive v0.8.40
13832026-05-21T16:59:46.880Z Compiling displaydoc v0.2.5
13842026-05-21T16:59:46.935Z Compiling crypto-common v0.1.7
13852026-05-21T16:59:46.956Z Compiling block-buffer v0.10.4
13862026-05-21T16:59:46.985Z Compiling zerofrom v0.1.6
13872026-05-21T16:59:47.077Z Compiling digest v0.10.7
13882026-05-21T16:59:47.105Z Compiling yoke v0.8.1
13892026-05-21T16:59:47.117Z Compiling tokio-macros v2.7.0
13902026-05-21T16:59:47.283Z Compiling zerovec v0.11.5
13912026-05-21T16:59:47.314Z Compiling futures-macro v0.3.32
13922026-05-21T16:59:47.602Z Compiling zerotrie v0.2.3
13932026-05-21T16:59:47.792Z Compiling tinystr v0.8.2
13942026-05-21T16:59:47.826Z Compiling potential_utf v0.1.4
13952026-05-21T16:59:47.906Z Compiling hmac v0.12.1
13962026-05-21T16:59:47.985Z Compiling icu_locale_core v2.1.1
13972026-05-21T16:59:47.985Z Compiling icu_collections v2.1.1
13982026-05-21T16:59:48.060Z Compiling block-padding v0.3.3
13992026-05-21T16:59:48.098Z Compiling futures-util v0.3.32
14002026-05-21T16:59:48.206Z Compiling inout v0.1.4
14012026-05-21T16:59:48.421Z Compiling cipher v0.4.4
14022026-05-21T16:59:48.517Z Compiling sha2 v0.10.9
14032026-05-21T16:59:48.696Z Compiling icu_provider v2.1.1
14042026-05-21T16:59:48.883Z Compiling bytes v1.11.1
14052026-05-21T16:59:48.931Z Compiling icu_properties v2.1.2
14062026-05-21T16:59:48.989Z Compiling icu_normalizer v2.1.1
14072026-05-21T16:59:49.484Z Compiling tokio v1.52.1
14082026-05-21T16:59:49.515Z Compiling der_derive v0.7.3
14092026-05-21T16:59:49.903Z Compiling idna_adapter v1.2.1
14102026-05-21T16:59:50.011Z Compiling idna v1.1.0
14112026-05-21T16:59:50.036Z Compiling http v1.4.0
14122026-05-21T16:59:50.160Z Compiling chrono v0.4.44
14132026-05-21T16:59:50.414Z Compiling url v2.5.8
14142026-05-21T16:59:50.442Z Compiling der v0.7.10
14152026-05-21T16:59:50.657Z Compiling ppv-lite86 v0.2.21
14162026-05-21T16:59:50.722Z Compiling salsa20 v0.10.2
14172026-05-21T16:59:50.862Z Compiling pbkdf2 v0.12.2
14182026-05-21T16:59:50.935Z Compiling rustls-pki-types v1.14.0
14192026-05-21T16:59:50.966Z Compiling tracing-attributes v0.1.31
14202026-05-21T16:59:50.979Z Compiling thiserror-impl v2.0.18
14212026-05-21T16:59:51.192Z Compiling scrypt v0.11.0
14222026-05-21T16:59:51.368Z Compiling spki v0.7.3
14232026-05-21T16:59:51.444Z Compiling rand_chacha v0.9.0
14242026-05-21T16:59:51.501Z Compiling http-body v1.0.1
14252026-05-21T16:59:51.564Z Compiling cbc v0.1.2
14262026-05-21T16:59:51.605Z Compiling aes v0.8.4
14272026-05-21T16:59:51.707Z Compiling untrusted v0.7.1
14282026-05-21T16:59:51.721Z Compiling tinyvec_macros v0.1.1
14292026-05-21T16:59:51.789Z Compiling untrusted v0.9.0
14302026-05-21T16:59:51.830Z Compiling openssl-probe v0.2.1
14312026-05-21T16:59:51.999Z Compiling pkcs5 v0.7.1
14322026-05-21T16:59:52.128Z Compiling tinyvec v1.10.0
14332026-05-21T16:59:52.243Z Compiling tracing v0.1.44
14342026-05-21T16:59:52.278Z Compiling thiserror v2.0.18
14352026-05-21T16:59:52.381Z Compiling rand v0.9.2
14362026-05-21T16:59:52.461Z Compiling pest_generator v2.8.6
14372026-05-21T16:59:52.499Z Compiling serde_derive_internals v0.29.1
14382026-05-21T16:59:52.513Z Compiling aho-corasick v1.1.4
14392026-05-21T16:59:52.647Z Compiling try-lock v0.2.5
14402026-05-21T16:59:52.754Z Compiling schemars v0.8.22
14412026-05-21T16:59:52.953Z Compiling tower-layer v0.3.3
14422026-05-21T16:59:53.112Z Compiling tokio-util v0.7.18
14432026-05-21T16:59:53.149Z Compiling tower-service v0.3.3
14442026-05-21T16:59:53.153Z Compiling atomic-waker v1.1.2
14452026-05-21T16:59:53.257Z Compiling dyn-clone v1.0.20
14462026-05-21T16:59:53.273Z Compiling rustls v0.23.37
14472026-05-21T16:59:53.427Z Compiling regex-automata v0.4.14
14482026-05-21T16:59:53.427Z Compiling schemars_derive v0.8.22
14492026-05-21T16:59:53.463Z Compiling pest_derive v2.8.6
14502026-05-21T16:59:53.680Z Compiling want v0.3.1
14512026-05-21T16:59:53.847Z Compiling h2 v0.4.13
14522026-05-21T16:59:54.178Z Compiling pkcs8 v0.10.2
14532026-05-21T16:59:54.195Z Compiling ipnet v2.11.0
14542026-05-21T16:59:54.228Z Compiling scroll_derive v0.13.1
14552026-05-21T16:59:54.481Z Compiling darling_core v0.20.11
14562026-05-21T16:59:54.669Z Compiling pin-utils v0.1.0
14572026-05-21T16:59:54.685Z Compiling httpdate v1.0.3
14582026-05-21T16:59:54.741Z Compiling openssl v0.10.79
14592026-05-21T16:59:54.902Z Compiling foreign-types-shared v0.1.1
14602026-05-21T16:59:54.968Z Compiling tempfile v3.25.0
14612026-05-21T16:59:55.006Z Compiling foreign-types v0.3.2
14622026-05-21T16:59:55.019Z Compiling scroll v0.13.0
14632026-05-21T16:59:55.086Z Compiling unicode-normalization v0.1.25
14642026-05-21T16:59:55.325Z Compiling openssl-macros v0.1.1
14652026-05-21T16:59:55.531Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-05-21T16:59:55.690Z Compiling spin v0.9.8
14672026-05-21T16:59:55.712Z Compiling native-tls v0.2.18
14682026-05-21T16:59:55.892Z Compiling time-core v0.1.8
14692026-05-21T16:59:55.915Z Compiling num-conv v0.2.0
14702026-05-21T16:59:55.928Z Compiling crc32fast v1.5.0
14712026-05-21T16:59:56.037Z Compiling powerfmt v0.2.0
14722026-05-21T16:59:56.051Z Compiling time-macros v0.2.27
14732026-05-21T16:59:56.234Z Compiling deranged v0.5.8
14742026-05-21T16:59:56.714Z Compiling darling_macro v0.20.11
14752026-05-21T16:59:57.087Z Compiling hyper v1.8.1
14762026-05-21T16:59:57.172Z Compiling darling v0.20.11
14772026-05-21T16:59:57.184Z Compiling goblin v0.10.5
14782026-05-21T16:59:57.250Z Compiling rustls-native-certs v0.8.3
14792026-05-21T16:59:57.496Z Compiling sync_wrapper v1.0.2
14802026-05-21T16:59:57.532Z Compiling wait-timeout v0.2.1
14812026-05-21T16:59:57.602Z Compiling syn v1.0.109
14822026-05-21T16:59:57.712Z Compiling crossbeam-utils v0.8.21
14832026-05-21T16:59:57.789Z Compiling num_threads v0.1.7
14842026-05-21T16:59:57.885Z Compiling simd-adler32 v0.3.8
14852026-05-21T16:59:57.903Z Compiling usdt-impl v0.6.0
14862026-05-21T16:59:57.993Z Compiling bit-vec v0.8.0
14872026-05-21T16:59:58.099Z Compiling siphasher v1.0.2
14882026-05-21T16:59:58.120Z Compiling hyper-util v0.1.20
14892026-05-21T16:59:58.219Z Compiling quick-error v1.2.3
14902026-05-21T16:59:58.281Z Compiling bit-set v0.8.0
14912026-05-21T16:59:58.380Z Compiling rusty-fork v0.3.1
14922026-05-21T16:59:58.570Z Compiling time v0.3.47
14932026-05-21T16:59:58.710Z Compiling tower v0.5.3
14942026-05-21T16:59:59.012Z Compiling derive_builder_core v0.20.2
14952026-05-21T16:59:59.369Z Compiling dtrace-parser v0.3.0
14962026-05-21T16:59:59.387Z Compiling http-body-util v0.1.3
14972026-05-21T16:59:59.629Z Compiling webpki-roots v1.0.6
14982026-05-21T16:59:59.754Z Compiling signature v2.2.0
14992026-05-21T16:59:59.847Z Compiling scroll_derive v0.12.1
15002026-05-21T16:59:59.889Z Compiling dof v0.4.0
15012026-05-21T16:59:59.935Z Compiling thiserror-impl v1.0.69
15022026-05-21T17:00:00.112Z Compiling heapless v0.7.17
15032026-05-21T17:00:00.169Z Compiling slog v2.8.2
15042026-05-21T17:00:00.346Z Compiling rand_xorshift v0.4.0
15052026-05-21T17:00:00.361Z Compiling darling_core v0.21.3
15062026-05-21T17:00:00.500Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-05-21T17:00:00.514Z Compiling thread-id v5.1.0
15082026-05-21T17:00:00.594Z Compiling cookie v0.18.1
15092026-05-21T17:00:00.772Z Compiling unicode-properties v0.1.4
15102026-05-21T17:00:00.787Z Compiling signal-hook v0.3.18
15112026-05-21T17:00:00.952Z Compiling anyhow v1.0.102
15122026-05-21T17:00:00.977Z Compiling allocator-api2 v0.2.21
15132026-05-21T17:00:01.035Z Compiling adler2 v2.0.1
15142026-05-21T17:00:01.167Z Compiling ryu v1.0.23
15152026-05-21T17:00:01.181Z Compiling zstd-safe v7.2.4
15162026-05-21T17:00:01.248Z Compiling paste v1.0.15
15172026-05-21T17:00:01.292Z Compiling unarray v0.1.4
15182026-05-21T17:00:01.342Z Compiling unicode-bidi v0.3.18
15192026-05-21T17:00:01.371Z Compiling iri-string v0.7.10
15202026-05-21T17:00:01.402Z Compiling proptest v1.10.0
15212026-05-21T17:00:01.416Z Compiling serde_urlencoded v0.7.1
15222026-05-21T17:00:01.656Z Compiling stringprep v0.1.5
15232026-05-21T17:00:01.767Z Compiling thiserror v1.0.69
15242026-05-21T17:00:01.869Z Compiling miniz_oxide v0.8.9
15252026-05-21T17:00:02.461Z Compiling tower-http v0.6.8
15262026-05-21T17:00:02.664Z Compiling scroll v0.12.0
15272026-05-21T17:00:02.779Z Compiling derive_builder_macro v0.20.2
15282026-05-21T17:00:02.829Z Compiling darling_macro v0.21.3
15292026-05-21T17:00:02.843Z Compiling tokio-native-tls v0.3.1
15302026-05-21T17:00:02.933Z Compiling ipnetwork v0.21.1
15312026-05-21T17:00:03.006Z Compiling bstr v1.12.1
15322026-05-21T17:00:03.230Z Compiling rand_chacha v0.3.1
15332026-05-21T17:00:03.312Z Compiling serde_spanned v0.6.9
15342026-05-21T17:00:03.370Z Compiling serde_tokenstream v0.2.3
15352026-05-21T17:00:03.388Z Compiling toml_datetime v0.6.11
15362026-05-21T17:00:03.487Z Compiling erased-serde v0.3.31
15372026-05-21T17:00:03.648Z Compiling md-5 v0.10.6
15382026-05-21T17:00:03.677Z Compiling async-trait v0.1.89
15392026-05-21T17:00:03.680Z Compiling zerocopy-derive v0.7.35
15402026-05-21T17:00:03.810Z Compiling pin-project-internal v1.1.11
15412026-05-21T17:00:03.972Z Compiling curve25519-dalek v4.1.3
15422026-05-21T17:00:04.097Z Compiling vergen-lib v0.1.6
15432026-05-21T17:00:04.279Z Compiling num-integer v0.1.46
15442026-05-21T17:00:04.306Z Compiling hash32 v0.2.1
15452026-05-21T17:00:04.504Z Compiling ff v0.13.1
15462026-05-21T17:00:04.544Z Compiling memoffset v0.9.1
15472026-05-21T17:00:04.611Z Compiling ref-cast v1.0.25
15482026-05-21T17:00:04.643Z Compiling fallible-iterator v0.2.0
15492026-05-21T17:00:04.707Z Compiling base16ct v0.2.0
15502026-05-21T17:00:04.729Z Compiling zlib-rs v0.6.2
15512026-05-21T17:00:04.886Z Compiling num-bigint-dig v0.8.6
15522026-05-21T17:00:04.909Z Compiling psl-types v2.0.11
15532026-05-21T17:00:04.935Z Compiling litrs v1.0.0
15542026-05-21T17:00:04.948Z Compiling cfg_aliases v0.2.1
15552026-05-21T17:00:05.020Z Compiling smoltcp v0.9.1
15562026-05-21T17:00:05.033Z Compiling rustix v0.38.44
15572026-05-21T17:00:05.083Z Compiling nix v0.31.2
15582026-05-21T17:00:05.381Z Compiling publicsuffix v2.3.0
15592026-05-21T17:00:05.438Z Compiling document-features v0.2.12
15602026-05-21T17:00:05.452Z Compiling pin-project v1.1.11
15612026-05-21T17:00:05.513Z Compiling postgres-protocol v0.6.10
15622026-05-21T17:00:05.544Z Compiling sec1 v0.7.3
15632026-05-21T17:00:05.656Z Compiling group v0.13.0
15642026-05-21T17:00:05.813Z Compiling zerocopy v0.7.35
15652026-05-21T17:00:05.832Z Compiling num-iter v0.1.45
15662026-05-21T17:00:06.087Z Compiling newtype-uuid v1.3.2
15672026-05-21T17:00:06.346Z Compiling rand v0.8.6
15682026-05-21T17:00:06.407Z Compiling darling v0.21.3
15692026-05-21T17:00:06.407Z Compiling derive_builder v0.20.2
15702026-05-21T17:00:06.441Z Compiling oxnet v0.1.4
15712026-05-21T17:00:06.488Z Compiling hyper-tls v0.6.0
15722026-05-21T17:00:06.542Z Compiling goblin v0.8.2
15732026-05-21T17:00:06.745Z Compiling hubpack_derive v0.1.1
15742026-05-21T17:00:07.221Z Compiling phf_shared v0.13.1
15752026-05-21T17:00:07.447Z Compiling lazy_static v1.5.0
15762026-05-21T17:00:07.460Z Compiling regex v1.12.3
15772026-05-21T17:00:07.514Z Compiling futures-executor v0.3.32
15782026-05-21T17:00:07.539Z Compiling flate2 v1.1.9
15792026-05-21T17:00:07.681Z Compiling cargo-platform v0.1.9
15802026-05-21T17:00:07.772Z Compiling hex v0.4.3
15812026-05-21T17:00:07.883Z Compiling hkdf v0.12.4
15822026-05-21T17:00:07.914Z Compiling crypto-bigint v0.5.5
15832026-05-21T17:00:07.934Z Compiling terminal_size v0.4.3
15842026-05-21T17:00:07.950Z Compiling curve25519-dalek-derive v0.1.1
15852026-05-21T17:00:08.036Z Compiling snafu-derive v0.8.9
15862026-05-21T17:00:08.051Z Compiling daft-derive v0.1.7
15872026-05-21T17:00:08.068Z Compiling ref-cast-impl v1.0.25
15882026-05-21T17:00:08.620Z Compiling strum_macros v0.27.2
15892026-05-21T17:00:08.634Z Compiling vergen v9.0.6
15902026-05-21T17:00:08.810Z Compiling fs-err v3.3.0
15912026-05-21T17:00:08.814Z Compiling ahash v0.8.12
15922026-05-21T17:00:08.998Z Compiling encoding_rs v0.8.35
15932026-05-21T17:00:09.025Z Compiling libbz2-rs-sys v0.2.2
15942026-05-21T17:00:09.705Z Compiling mime v0.3.17
15952026-05-21T17:00:09.962Z Compiling foldhash v0.2.0
15962026-05-21T17:00:10.006Z Compiling unicode-segmentation v1.12.0
15972026-05-21T17:00:10.026Z Compiling bumpalo v3.20.2
15982026-05-21T17:00:10.074Z Compiling managed v0.8.0
15992026-05-21T17:00:10.182Z Compiling same-file v1.0.6
16002026-05-21T17:00:10.273Z Compiling object v0.37.3
16012026-05-21T17:00:10.288Z Compiling winnow v0.5.40
16022026-05-21T17:00:10.345Z Compiling foldhash v0.1.5
16032026-05-21T17:00:10.381Z Compiling bitflags v1.3.2
16042026-05-21T17:00:10.458Z Compiling clap_builder v4.5.60
16052026-05-21T17:00:10.505Z Compiling hashbrown v0.15.5
16062026-05-21T17:00:10.571Z Compiling strum v0.27.2
16072026-05-21T17:00:10.585Z Compiling walkdir v2.5.0
16082026-05-21T17:00:10.697Z Compiling zopfli v0.8.3
16092026-05-21T17:00:10.884Z Compiling hashbrown v0.16.1
16102026-05-21T17:00:11.035Z Compiling snafu v0.8.9
16112026-05-21T17:00:11.290Z Compiling bzip2 v0.6.1
16122026-05-21T17:00:11.386Z Compiling elliptic-curve v0.13.8
16132026-05-21T17:00:11.488Z Compiling daft v0.1.7
16142026-05-21T17:00:11.491Z Compiling dof v0.3.0
16152026-05-21T17:00:11.616Z Compiling toml_edit v0.19.15
16162026-05-21T17:00:11.756Z Compiling cargo_metadata v0.19.2
16172026-05-21T17:00:11.791Z Compiling futures v0.3.32
16182026-05-21T17:00:12.217Z Compiling phf v0.13.1
16192026-05-21T17:00:12.400Z Compiling cookie_store v0.22.1
16202026-05-21T17:00:12.736Z Compiling hubpack v0.1.2
16212026-05-21T17:00:12.955Z Compiling signal-hook-mio v0.2.5
16222026-05-21T17:00:13.044Z Compiling bzip2 v0.4.4
16232026-05-21T17:00:13.061Z Compiling zstd v0.13.3
16242026-05-21T17:00:13.071Z Compiling serde_with_macros v3.17.0
16252026-05-21T17:00:13.256Z Compiling postgres-types v0.2.12
16262026-05-21T17:00:13.460Z Compiling usdt-attr-macro v0.6.0
16272026-05-21T17:00:13.875Z Compiling usdt-macro v0.6.0
16282026-05-21T17:00:14.202Z Compiling globset v0.4.18
16292026-05-21T17:00:14.260Z Compiling dtrace-parser v0.2.0
16302026-05-21T17:00:14.297Z Compiling ed25519 v2.2.3
16312026-05-21T17:00:14.547Z Compiling phf_shared v0.11.3
16322026-05-21T17:00:14.606Z Compiling olpc-cjson v0.1.4
16332026-05-21T17:00:14.693Z Compiling pkcs1 v0.7.5
16342026-05-21T17:00:14.727Z Compiling serde-big-array v0.5.1
16352026-05-21T17:00:14.765Z Compiling serde_plain v1.0.2
16362026-05-21T17:00:14.871Z Compiling rfc6979 v0.4.0
16372026-05-21T17:00:14.886Z Compiling clap_derive v4.5.55
16382026-05-21T17:00:14.955Z Compiling enum-as-inner v0.6.1
16392026-05-21T17:00:14.992Z Compiling strum_macros v0.26.4
16402026-05-21T17:00:14.995Z Compiling serde_repr v0.1.20
16412026-05-21T17:00:15.095Z Compiling async-recursion v1.1.1
16422026-05-21T17:00:15.191Z Compiling pem v3.0.6
16432026-05-21T17:00:15.449Z Compiling float-cmp v0.10.0
16442026-05-21T17:00:15.513Z Compiling memmap2 v0.9.10
16452026-05-21T17:00:15.529Z Compiling thread-id v4.2.2
16462026-05-21T17:00:15.595Z Compiling env_filter v1.0.0
16472026-05-21T17:00:15.611Z Compiling jiff v0.2.21
16482026-05-21T17:00:15.720Z Compiling new_debug_unreachable v1.0.6
16492026-05-21T17:00:15.734Z Compiling difflib v0.4.0
16502026-05-21T17:00:15.792Z Compiling precomputed-hash v0.1.1
16512026-05-21T17:00:15.882Z Compiling keccak v0.1.6
16522026-05-21T17:00:15.898Z Compiling data-encoding v2.10.0
16532026-05-21T17:00:16.283Z Compiling fixedbitset v0.5.7
16542026-05-21T17:00:16.573Z Compiling normalize-line-endings v0.3.0
16552026-05-21T17:00:16.587Z Compiling fixedbitset v0.4.2
16562026-05-21T17:00:16.636Z Compiling whoami v2.1.0
16572026-05-21T17:00:16.670Z Compiling typed-path v0.9.3
16582026-05-21T17:00:16.684Z Compiling predicates-core v1.0.10
16592026-05-21T17:00:16.721Z Compiling either v1.15.0
16602026-05-21T17:00:16.802Z Compiling static_assertions v1.1.0
16612026-05-21T17:00:16.857Z Compiling tokio-postgres v0.7.16
16622026-05-21T17:00:16.878Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16632026-05-21T17:00:16.927Z Compiling itertools v0.13.0
16642026-05-21T17:00:17.015Z Compiling predicates v3.1.4
16652026-05-21T17:00:17.496Z Compiling petgraph v0.6.5
16662026-05-21T17:00:17.665Z Compiling strum v0.26.3
16672026-05-21T17:00:17.798Z Compiling clap v4.5.60
16682026-05-21T17:00:17.868Z Compiling petgraph v0.8.3
16692026-05-21T17:00:17.884Z Compiling hickory-proto v0.25.2
16702026-05-21T17:00:18.152Z Compiling zip v4.6.1
16712026-05-21T17:00:19.028Z Compiling sha3 v0.10.8
16722026-05-21T17:00:19.106Z Compiling toml_edit v0.22.27
16732026-05-21T17:00:19.154Z Compiling string_cache v0.8.9
16742026-05-21T17:00:19.380Z Compiling env_logger v0.11.9
16752026-05-21T17:00:19.489Z Compiling usdt v0.6.0
16762026-05-21T17:00:19.737Z Compiling usdt-impl v0.5.0
16772026-05-21T17:00:19.743Z Compiling ecdsa v0.16.9
16782026-05-21T17:00:19.753Z Compiling rsa v0.9.10
16792026-05-21T17:00:19.809Z Compiling ed25519-dalek v2.2.0
16802026-05-21T17:00:19.909Z Compiling crossterm v0.28.1
16812026-05-21T17:00:20.124Z Compiling serde_with v3.17.0
16822026-05-21T17:00:20.462Z Compiling zip v0.6.6
16832026-05-21T17:00:21.061Z Compiling toml v0.7.8
16842026-05-21T17:00:21.590Z Compiling iddqd v0.4.1
16852026-05-21T17:00:21.838Z Compiling heck v0.4.1
16862026-05-21T17:00:21.939Z Compiling similar v2.7.0
16872026-05-21T17:00:22.055Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-05-21T17:00:22.065Z Compiling crossbeam-epoch v0.9.18
16892026-05-21T17:00:22.391Z Compiling tokio-stream v0.1.18
16902026-05-21T17:00:22.592Z Compiling buf-list v1.1.2
16912026-05-21T17:00:22.684Z Compiling x509-cert v0.2.5
16922026-05-21T17:00:22.798Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16932026-05-21T17:00:22.814Z Compiling openapiv3 v2.2.0
16942026-05-21T17:00:22.854Z Compiling sha1 v0.10.6
16952026-05-21T17:00:22.869Z Compiling toml_datetime v0.7.5+spec-1.1.0
16962026-05-21T17:00:23.069Z Compiling lalrpop-util v0.19.12
16972026-05-21T17:00:23.072Z Compiling peg-runtime v0.8.5
16982026-05-21T17:00:23.097Z Compiling thread_local v1.1.9
16992026-05-21T17:00:23.152Z Compiling slog-async v2.8.0
17002026-05-21T17:00:23.254Z Compiling crossbeam-channel v0.5.15
17012026-05-21T17:00:23.370Z Compiling is-terminal v0.4.17
17022026-05-21T17:00:23.385Z Compiling filetime v0.2.27
17032026-05-21T17:00:23.465Z Compiling take_mut v0.2.2
17042026-05-21T17:00:23.495Z Compiling term v1.2.1
17052026-05-21T17:00:23.557Z Compiling xattr v1.6.1
17062026-05-21T17:00:23.717Z Compiling tar v0.4.45
17072026-05-21T17:00:24.072Z Compiling slog-term v2.9.2
17082026-05-21T17:00:33.770Z Compiling rustls-webpki v0.103.9
17092026-05-21T17:00:36.571Z Compiling tokio-rustls v0.26.4
17102026-05-21T17:00:36.571Z Compiling rustls-platform-verifier v0.6.2
17112026-05-21T17:00:36.774Z Compiling hyper-rustls v0.27.7
17122026-05-21T17:00:36.971Z Compiling reqwest v0.12.28
17132026-05-21T17:00:36.991Z Compiling reqwest v0.13.2
17142026-05-21T17:00:38.221Z Compiling tough v0.22.0
17152026-05-21T17:00:40.742Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-05-21T17:00:40.953Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-05-21T17:00:43.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17182026-05-21T17:00:43.928Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17192026-05-21T17:00:43.985ZMay 21 17:00:42.240 INFO Starting download, target: Console
17202026-05-21T17:00:43.986ZMay 21 17:00:42.241 INFO Starting download, target: Clickhouse
17212026-05-21T17:00:43.989ZMay 21 17:00:42.241 INFO Starting download, target: Cockroach
17222026-05-21T17:00:43.989ZMay 21 17:00:42.241 INFO Starting download, target: DendriteStub
17232026-05-21T17:00:43.989ZMay 21 17:00:42.241 INFO Starting download, target: MaghemiteMgd
17242026-05-21T17:00:43.989ZMay 21 17:00:42.241 INFO Starting download, target: TransceiverControl
17252026-05-21T17:00:43.989ZMay 21 17:00:42.241 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-05-21T17:00:43.989ZMay 21 17:00:42.241 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-05-21T17:00:43.989ZMay 21 17:00:42.241 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17282026-05-21T17:00:43.989ZMay 21 17:00:42.241 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-05-21T17:00:43.989ZMay 21 17:00:42.241 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17302026-05-21T17:00:43.989ZMay 21 17:00:42.241 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-05-21T17:00:44.496ZMay 21 17:00:42.747 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17322026-05-21T17:00:44.698ZMay 21 17:00:42.953 INFO Download complete, target: TransceiverControl
17332026-05-21T17:00:45.015ZMay 21 17:00:43.268 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17342026-05-21T17:00:45.244ZMay 21 17:00:43.497 INFO Download complete, target: Console
17352026-05-21T17:00:45.518ZMay 21 17:00:43.764 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-05-21T17:00:45.845ZMay 21 17:00:44.099 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17372026-05-21T17:00:46.473ZMay 21 17:00:44.726 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17382026-05-21T17:00:46.473ZMay 21 17:00:44.726 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17392026-05-21T17:00:46.663ZMay 21 17:00:44.918 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-05-21T17:00:47.880ZMay 21 17:00:46.132 INFO Download complete, target: DendriteStub
17412026-05-21T17:00:48.188ZMay 21 17:00:46.442 INFO Download complete, target: MaghemiteMgd
17422026-05-21T17:00:51.054ZMay 21 17:00:49.309 INFO Checking that binary works, target: Cockroach
17432026-05-21T17:00:51.184ZMay 21 17:00:49.439 INFO Download complete, target: Cockroach
17442026-05-21T17:00:53.280ZMay 21 17:00:51.535 INFO Checking that binary works, target: Clickhouse
17452026-05-21T17:00:53.421ZMay 21 17:00:51.676 INFO Download complete, target: Clickhouse
17462026-05-21T17:00:53.448ZAll builder prerequisites installed successfully, and PATH looks valid
17472026-05-21T17:00:53.451Z
17482026-05-21T17:00:53.452Zreal 2:17.981017790
17492026-05-21T17:00:53.452Zuser 6:55.113216785
17502026-05-21T17:00:53.452Zsys 1:21.181114037
17512026-05-21T17:00:53.452Ztrap 0.217900960
17522026-05-21T17:00:53.452Ztflt 1.092866807
17532026-05-21T17:00:53.452Zdflt 1.261263211
17542026-05-21T17:00:53.452Zkflt 0.032334921
17552026-05-21T17:00:53.452Zlock 21:36.342768635
17562026-05-21T17:00:53.452Zslp 21:38.308943820
17572026-05-21T17:00:53.452Zlat 41.219621199
17582026-05-21T17:00:53.452Zstop 1:52.168395532
17592026-05-21T17:00:53.452Z+ banner hack-check
17602026-05-21T17:00:53.452Z
17612026-05-21T17:00:53.452Z # # ## #### # # #### # # ###### #### # #
17622026-05-21T17:00:53.452Z # # # # # # # # # # # # # # # # #
17632026-05-21T17:00:53.452Z ###### # # # #### ##### # ###### ##### # ####
17642026-05-21T17:00:53.452Z # # ###### # # # # # # # # # #
17652026-05-21T17:00:53.452Z # # # # # # # # # # # # # # # # #
17662026-05-21T17:00:53.452Z # # # # #### # # #### # # ###### #### # #
17672026-05-21T17:00:53.452Z
17682026-05-21T17:00:53.452Z+ export CARGO_INCREMENTAL=0
17692026-05-21T17:00:53.452Z+ CARGO_INCREMENTAL=0
17702026-05-21T17:00:53.452Z+ ptime -m timeout 2h cargo xtask check-features --ci
17712026-05-21T17:00:53.980Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17722026-05-21T17:00:54.197Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17732026-05-21T17:00:56.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17742026-05-21T17:00:56.126Z Running `target/debug/xtask check-features --ci`
17752026-05-21T17:00:56.153Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17762026-05-21T17:00:56.157Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17772026-05-21T17:00:56.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17782026-05-21T17:00:56.678Z Running `target/debug/xtask download cargo-hack`
17792026-05-21T17:00:57.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17802026-05-21T17:00:57.757Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17812026-05-21T17:01:00.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17822026-05-21T17:01:00.400Z Running `target/debug/xtask-downloader cargo-hack`
17832026-05-21T17:01:00.441ZMay 21 17:00:58.696 INFO Starting download, target: CargoHack
17842026-05-21T17:01:00.444ZMay 21 17:00:58.697 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17852026-05-21T17:01:00.872ZMay 21 17:00:59.127 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17862026-05-21T17:01:00.921ZMay 21 17:00:59.175 INFO Download complete, target: CargoHack
17872026-05-21T17:01:00.924Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17882026-05-21T17:01:00.936Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17892026-05-21T17:01:01.089Zinfo: running `cargo check --bins` on api_identity (1/276)
17902026-05-21T17:01:01.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912026-05-21T17:01:01.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922026-05-21T17:01:01.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932026-05-21T17:01:01.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17942026-05-21T17:01:01.671Z
17952026-05-21T17:01:01.671Zinfo: running `cargo check --bins` on bootstore (2/276)
17962026-05-21T17:01:02.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-21T17:01:02.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-21T17:01:02.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-21T17:01:02.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-05-21T17:01:02.253Z
18012026-05-21T17:01:02.253Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18022026-05-21T17:01:02.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-21T17:01:02.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-21T17:01:02.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-21T17:01:02.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-21T17:01:02.830Z
18072026-05-21T17:01:02.830Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18082026-05-21T17:01:03.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-21T17:01:03.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-21T17:01:03.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-21T17:01:03.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18122026-05-21T17:01:03.422Z
18132026-05-21T17:01:03.422Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18142026-05-21T17:01:03.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-21T17:01:03.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-21T17:01:03.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-21T17:01:03.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-05-21T17:01:04.008Z
18192026-05-21T17:01:04.008Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18202026-05-21T17:01:04.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-21T17:01:04.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-21T17:01:04.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-21T17:01:04.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-05-21T17:01:04.606Z
18252026-05-21T17:01:04.607Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18262026-05-21T17:01:05.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-21T17:01:05.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-21T17:01:05.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-21T17:01:05.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-21T17:01:05.197Z
18312026-05-21T17:01:05.197Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18322026-05-21T17:01:05.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-21T17:01:05.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-21T17:01:05.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-21T17:01:05.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-05-21T17:01:05.787Z
18372026-05-21T17:01:05.787Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18382026-05-21T17:01:06.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-21T17:01:06.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-21T17:01:06.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-21T17:01:06.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18422026-05-21T17:01:06.255Z
18432026-05-21T17:01:06.255Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18442026-05-21T17:01:06.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-21T17:01:06.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-21T17:01:06.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-21T17:01:06.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18482026-05-21T17:01:06.729Z
18492026-05-21T17:01:06.729Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18502026-05-21T17:01:07.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-21T17:01:07.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-21T17:01:07.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-21T17:01:07.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-21T17:01:07.201Z
18552026-05-21T17:01:07.201Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18562026-05-21T17:01:07.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-21T17:01:07.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-21T17:01:07.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-21T17:01:07.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-21T17:01:07.668Z
18612026-05-21T17:01:07.668Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18622026-05-21T17:01:08.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-21T17:01:08.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-21T17:01:08.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-21T17:01:08.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-21T17:01:08.136Z
18672026-05-21T17:01:08.136Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18682026-05-21T17:01:08.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-21T17:01:08.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-21T17:01:08.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-21T17:01:08.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-21T17:01:08.607Z
18732026-05-21T17:01:08.607Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18742026-05-21T17:01:09.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-21T17:01:09.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-21T17:01:09.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-21T17:01:09.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-21T17:01:09.078Z
18792026-05-21T17:01:09.078Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18802026-05-21T17:01:09.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-21T17:01:09.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-21T17:01:09.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-21T17:01:09.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-21T17:01:09.547Z
18852026-05-21T17:01:09.547Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18862026-05-21T17:01:09.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-21T17:01:09.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-21T17:01:09.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-21T17:01:09.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-21T17:01:10.017Z
18912026-05-21T17:01:10.017Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18922026-05-21T17:01:10.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-21T17:01:10.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-21T17:01:10.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-21T17:01:10.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-05-21T17:01:10.490Z
18972026-05-21T17:01:10.490Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
18982026-05-21T17:01:10.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-21T17:01:10.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-21T17:01:10.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-21T17:01:10.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-05-21T17:01:10.968Z
19032026-05-21T17:01:10.968Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19042026-05-21T17:01:11.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-21T17:01:11.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-21T17:01:11.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-21T17:01:11.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-05-21T17:01:11.441Z
19092026-05-21T17:01:11.441Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19102026-05-21T17:01:11.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-21T17:01:11.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-21T17:01:11.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-21T17:01:11.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-05-21T17:01:11.911Z
19152026-05-21T17:01:11.911Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19162026-05-21T17:01:12.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-21T17:01:12.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-21T17:01:12.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-21T17:01:12.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-21T17:01:12.379Z
19212026-05-21T17:01:12.379Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19222026-05-21T17:01:12.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-21T17:01:12.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-21T17:01:12.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-21T17:01:12.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-21T17:01:12.851Z
19272026-05-21T17:01:12.851Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19282026-05-21T17:01:13.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-21T17:01:13.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-21T17:01:13.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-21T17:01:13.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-21T17:01:13.329Z
19332026-05-21T17:01:13.329Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19342026-05-21T17:01:13.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-21T17:01:13.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-21T17:01:13.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-21T17:01:13.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-21T17:01:13.795Z
19392026-05-21T17:01:13.795Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19402026-05-21T17:01:14.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-21T17:01:14.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-21T17:01:14.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-21T17:01:14.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-05-21T17:01:14.268Z
19452026-05-21T17:01:14.268Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19462026-05-21T17:01:14.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-21T17:01:14.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-21T17:01:14.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-21T17:01:14.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-21T17:01:14.742Z
19512026-05-21T17:01:14.742Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19522026-05-21T17:01:15.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-21T17:01:15.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-21T17:01:15.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-21T17:01:15.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-21T17:01:15.214Z
19572026-05-21T17:01:15.214Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19582026-05-21T17:01:15.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-21T17:01:15.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-21T17:01:15.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-21T17:01:15.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-05-21T17:01:15.686Z
19632026-05-21T17:01:15.686Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19642026-05-21T17:01:16.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-21T17:01:16.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-21T17:01:16.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-21T17:01:16.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-21T17:01:16.156Z
19692026-05-21T17:01:16.156Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19702026-05-21T17:01:16.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-21T17:01:16.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-21T17:01:16.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-21T17:01:16.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-21T17:01:16.624Z
19752026-05-21T17:01:16.624Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19762026-05-21T17:01:17.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-21T17:01:17.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-21T17:01:17.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-21T17:01:17.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-21T17:01:17.094Z
19812026-05-21T17:01:17.094Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19822026-05-21T17:01:17.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-21T17:01:17.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-21T17:01:17.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-21T17:01:17.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-21T17:01:17.562Z
19872026-05-21T17:01:17.562Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19882026-05-21T17:01:17.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-21T17:01:17.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-21T17:01:17.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-21T17:01:17.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-21T17:01:18.030Z
19932026-05-21T17:01:18.031Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19942026-05-21T17:01:18.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-21T17:01:18.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-21T17:01:18.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-21T17:01:18.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-21T17:01:18.505Z
19992026-05-21T17:01:18.505Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20002026-05-21T17:01:18.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-21T17:01:18.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-21T17:01:18.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-21T17:01:18.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-21T17:01:18.971Z
20052026-05-21T17:01:18.971Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20062026-05-21T17:01:19.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-21T17:01:19.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-21T17:01:19.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-21T17:01:19.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20102026-05-21T17:01:19.442Z
20112026-05-21T17:01:19.442Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20122026-05-21T17:01:19.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-21T17:01:19.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-21T17:01:19.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-21T17:01:19.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-21T17:01:19.911Z
20172026-05-21T17:01:19.911Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20182026-05-21T17:01:20.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-21T17:01:20.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-21T17:01:20.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-21T17:01:20.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-21T17:01:20.379Z
20232026-05-21T17:01:20.380Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20242026-05-21T17:01:20.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-21T17:01:20.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-21T17:01:20.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-21T17:01:20.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-05-21T17:01:20.858Z
20292026-05-21T17:01:20.858Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20302026-05-21T17:01:21.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-21T17:01:21.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-21T17:01:21.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-21T17:01:21.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-21T17:01:21.331Z
20352026-05-21T17:01:21.332Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20362026-05-21T17:01:21.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-21T17:01:21.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-21T17:01:21.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-21T17:01:21.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-05-21T17:01:21.809Z
20412026-05-21T17:01:21.809Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20422026-05-21T17:01:22.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-21T17:01:22.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-21T17:01:22.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-21T17:01:22.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-05-21T17:01:22.286Z
20472026-05-21T17:01:22.286Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20482026-05-21T17:01:22.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-21T17:01:22.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-21T17:01:22.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-21T17:01:22.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-05-21T17:01:22.763Z
20532026-05-21T17:01:22.763Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20542026-05-21T17:01:23.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-21T17:01:23.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-21T17:01:23.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-21T17:01:23.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-05-21T17:01:23.240Z
20592026-05-21T17:01:23.240Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20602026-05-21T17:01:23.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-21T17:01:23.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-21T17:01:23.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-21T17:01:23.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-05-21T17:01:23.716Z
20652026-05-21T17:01:23.716Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20662026-05-21T17:01:24.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-21T17:01:24.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-21T17:01:24.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-21T17:01:24.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-21T17:01:24.191Z
20712026-05-21T17:01:24.191Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20722026-05-21T17:01:24.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-21T17:01:24.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-21T17:01:24.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-21T17:01:24.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-05-21T17:01:24.661Z
20772026-05-21T17:01:24.661Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20782026-05-21T17:01:25.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-21T17:01:25.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-21T17:01:25.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-21T17:01:25.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20822026-05-21T17:01:25.305Z
20832026-05-21T17:01:25.305Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20842026-05-21T17:01:25.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-21T17:01:25.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-21T17:01:25.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-21T17:01:25.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20882026-05-21T17:01:25.948Z
20892026-05-21T17:01:25.948Zinfo: running `cargo check --bins` on nexus-config (51/276)
20902026-05-21T17:01:26.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-21T17:01:26.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-21T17:01:26.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-21T17:01:26.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-21T17:01:26.587Z
20952026-05-21T17:01:26.587Zinfo: running `cargo check --bins` on nexus-types (52/276)
20962026-05-21T17:01:27.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-21T17:01:27.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-21T17:01:27.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-21T17:01:27.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-05-21T17:01:27.230Z
21012026-05-21T17:01:27.231Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21022026-05-21T17:01:27.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-21T17:01:27.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-21T17:01:27.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-21T17:01:27.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21062026-05-21T17:01:27.840Z
21072026-05-21T17:01:27.840Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21082026-05-21T17:01:28.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-21T17:01:28.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-21T17:01:28.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-21T17:01:28.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21122026-05-21T17:01:28.429Z
21132026-05-21T17:01:28.429Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21142026-05-21T17:01:28.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-21T17:01:28.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-21T17:01:28.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-21T17:01:28.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21182026-05-21T17:01:29.038Z
21192026-05-21T17:01:29.038Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21202026-05-21T17:01:29.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-21T17:01:29.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-21T17:01:29.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-21T17:01:29.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-05-21T17:01:29.647Z
21252026-05-21T17:01:29.647Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21262026-05-21T17:01:30.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-21T17:01:30.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-21T17:01:30.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-21T17:01:30.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-21T17:01:30.257Z
21312026-05-21T17:01:30.257Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21322026-05-21T17:01:30.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-21T17:01:30.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-21T17:01:30.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-21T17:01:30.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-21T17:01:30.872Z
21372026-05-21T17:01:30.872Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21382026-05-21T17:01:31.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-21T17:01:31.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-21T17:01:31.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-21T17:01:31.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-21T17:01:31.459Z
21432026-05-21T17:01:31.459Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21442026-05-21T17:01:31.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-21T17:01:31.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-21T17:01:31.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-21T17:01:31.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-21T17:01:32.052Z
21492026-05-21T17:01:32.052Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21502026-05-21T17:01:32.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-21T17:01:32.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-21T17:01:32.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-21T17:01:32.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-21T17:01:32.641Z
21552026-05-21T17:01:32.641Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21562026-05-21T17:01:33.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-21T17:01:33.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-21T17:01:33.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-21T17:01:33.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-21T17:01:33.226Z
21612026-05-21T17:01:33.227Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21622026-05-21T17:01:33.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-21T17:01:33.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-21T17:01:33.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-21T17:01:33.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-05-21T17:01:33.832Z
21672026-05-21T17:01:33.832Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21682026-05-21T17:01:34.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-21T17:01:34.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-21T17:01:34.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-21T17:01:34.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-21T17:01:34.437Z
21732026-05-21T17:01:34.437Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21742026-05-21T17:01:34.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-21T17:01:34.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-21T17:01:34.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-21T17:01:34.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21782026-05-21T17:01:35.025Z
21792026-05-21T17:01:35.025Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21802026-05-21T17:01:35.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-21T17:01:35.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-21T17:01:35.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-21T17:01:35.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-05-21T17:01:35.613Z
21852026-05-21T17:01:35.614Zinfo: running `cargo check --bins` on ereport-types (67/276)
21862026-05-21T17:01:36.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-21T17:01:36.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-21T17:01:36.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-21T17:01:36.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-05-21T17:01:36.209Z
21912026-05-21T17:01:36.209Zinfo: running `cargo check --bins` on gateway-client (68/276)
21922026-05-21T17:01:36.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-21T17:01:36.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-21T17:01:36.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-21T17:01:36.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-05-21T17:01:36.813Z
21972026-05-21T17:01:36.813Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
21982026-05-21T17:01:37.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-21T17:01:37.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-21T17:01:37.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-21T17:01:37.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-21T17:01:37.413Z
22032026-05-21T17:01:37.413Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22042026-05-21T17:01:37.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-21T17:01:37.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-21T17:01:37.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-21T17:01:37.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-21T17:01:38.014Z
22092026-05-21T17:01:38.014Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22102026-05-21T17:01:38.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-21T17:01:38.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-21T17:01:38.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-21T17:01:38.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-21T17:01:38.616Z
22152026-05-21T17:01:38.616Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22162026-05-21T17:01:39.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-21T17:01:39.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-21T17:01:39.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-21T17:01:39.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-21T17:01:39.213Z
22212026-05-21T17:01:39.213Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22222026-05-21T17:01:39.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-21T17:01:39.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-21T17:01:39.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-21T17:01:39.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22262026-05-21T17:01:39.827Z
22272026-05-21T17:01:39.827Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22282026-05-21T17:01:40.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-21T17:01:40.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-21T17:01:40.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-21T17:01:40.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-21T17:01:40.447Z
22332026-05-21T17:01:40.447Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22342026-05-21T17:01:40.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-21T17:01:40.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-21T17:01:40.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-21T17:01:40.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22382026-05-21T17:01:41.036Z
22392026-05-21T17:01:41.036Zinfo: running `cargo check --bins` on oxlog (76/276)
22402026-05-21T17:01:41.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-21T17:01:41.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-21T17:01:41.652Z Checking cfg-if v1.0.4
22432026-05-21T17:01:41.655Z Checking libc v0.2.185
22442026-05-21T17:01:41.655Z Checking serde_core v1.0.228
22452026-05-21T17:01:41.774Z Checking zeroize v1.8.2
22462026-05-21T17:01:41.780Z Checking memchr v2.8.0
22472026-05-21T17:01:41.790Z Checking log v0.4.29
22482026-05-21T17:01:41.799Z Checking smallvec v1.15.1
22492026-05-21T17:01:41.810Z Checking typenum v1.19.0
22502026-05-21T17:01:41.813Z Checking subtle v2.6.1
22512026-05-21T17:01:41.910Z Checking itoa v1.0.17
22522026-05-21T17:01:41.945Z Checking scopeguard v1.2.0
22532026-05-21T17:01:41.961Z Checking stable_deref_trait v1.2.1
22542026-05-21T17:01:41.974Z Checking const-oid v0.9.6
22552026-05-21T17:01:42.033Z Checking zerofrom v0.1.6
22562026-05-21T17:01:42.045Z Checking lock_api v0.4.14
22572026-05-21T17:01:42.057Z Checking pin-project-lite v0.2.17
22582026-05-21T17:01:42.144Z Checking yoke v0.8.1
22592026-05-21T17:01:42.157Z Checking getrandom v0.2.17
22602026-05-21T17:01:42.157Z Checking errno v0.3.14
22612026-05-21T17:01:42.177Z Checking parking_lot_core v0.9.12
22622026-05-21T17:01:42.236Z Checking portable-atomic v1.13.1
22632026-05-21T17:01:42.273Z Checking signal-hook-registry v1.4.8
22642026-05-21T17:01:42.295Z Checking rand_core v0.6.4
22652026-05-21T17:01:42.305Z Checking zerovec v0.11.5
22662026-05-21T17:01:42.315Z Checking generic-array v0.14.7
22672026-05-21T17:01:42.352Z Checking futures-core v0.3.32
22682026-05-21T17:01:42.430Z Checking critical-section v1.2.0
22692026-05-21T17:01:42.463Z Checking parking_lot v0.12.5
22702026-05-21T17:01:42.475Z Checking mio v1.2.0
22712026-05-21T17:01:42.523Z Checking zerocopy v0.8.40
22722026-05-21T17:01:42.633Z Checking once_cell v1.21.3
22732026-05-21T17:01:42.647Z Checking zmij v1.0.21
22742026-05-21T17:01:42.660Z Checking socket2 v0.6.3
22752026-05-21T17:01:42.722Z Checking tinystr v0.8.2
22762026-05-21T17:01:42.739Z Checking crypto-common v0.1.7
22772026-05-21T17:01:42.751Z Checking block-buffer v0.10.4
22782026-05-21T17:01:42.802Z Checking libm v0.2.16
22792026-05-21T17:01:42.850Z Checking litemap v0.8.1
22802026-05-21T17:01:42.861Z Checking writeable v0.6.2
22812026-05-21T17:01:42.878Z Checking digest v0.10.7
22822026-05-21T17:01:42.890Z Checking percent-encoding v2.3.2
22832026-05-21T17:01:42.901Z Checking equivalent v1.0.2
22842026-05-21T17:01:42.979Z Checking potential_utf v0.1.4
22852026-05-21T17:01:43.012Z Checking icu_locale_core v2.1.1
22862026-05-21T17:01:43.012Z Checking zerotrie v0.2.3
22872026-05-21T17:01:43.036Z Checking futures-sink v0.3.32
22882026-05-21T17:01:43.068Z Checking futures-task v0.3.32
22892026-05-21T17:01:43.103Z Checking icu_collections v2.1.1
22902026-05-21T17:01:43.132Z Checking futures-channel v0.3.32
22912026-05-21T17:01:43.207Z Checking futures-io v0.3.32
22922026-05-21T17:01:43.224Z Checking serde v1.0.228
22932026-05-21T17:01:43.263Z Checking bitflags v2.11.0
22942026-05-21T17:01:43.317Z Checking serde_json v1.0.149
22952026-05-21T17:01:43.330Z Checking slab v0.4.12
22962026-05-21T17:01:43.412Z Checking cpufeatures v0.2.17
22972026-05-21T17:01:43.431Z Checking hmac v0.12.1
22982026-05-21T17:01:43.479Z Checking icu_normalizer_data v2.1.1
22992026-05-21T17:01:43.490Z Checking futures-util v0.3.32
23002026-05-21T17:01:43.503Z Checking num-traits v0.2.19
23012026-05-21T17:01:43.550Z Checking icu_properties_data v2.1.2
23022026-05-21T17:01:43.563Z Checking hashbrown v0.17.0
23032026-05-21T17:01:43.583Z Checking icu_provider v2.1.1
23042026-05-21T17:01:43.620Z Checking bytes v1.11.1
23052026-05-21T17:01:43.674Z Checking rand_core v0.10.0
23062026-05-21T17:01:43.805Z Checking icu_properties v2.1.2
23072026-05-21T17:01:43.818Z Checking getrandom v0.4.1
23082026-05-21T17:01:43.963Z Checking icu_normalizer v2.1.1
23092026-05-21T17:01:43.979Z Checking block-padding v0.3.3
23102026-05-21T17:01:44.014Z Checking indexmap v2.14.0
23112026-05-21T17:01:44.049Z Checking tokio v1.52.1
23122026-05-21T17:01:44.067Z Checking utf8_iter v1.0.4
23132026-05-21T17:01:44.104Z Checking inout v0.1.4
23142026-05-21T17:01:44.189Z Checking sha2 v0.10.9
23152026-05-21T17:01:44.239Z Checking cipher v0.4.4
23162026-05-21T17:01:44.257Z Checking form_urlencoded v1.2.2
23172026-05-21T17:01:44.381Z Checking getrandom v0.3.4
23182026-05-21T17:01:44.442Z Checking fnv v1.0.7
23192026-05-21T17:01:44.455Z Checking byteorder v1.5.0
23202026-05-21T17:01:44.521Z Checking base64ct v1.8.3
23212026-05-21T17:01:44.535Z Checking flagset v0.4.7
23222026-05-21T17:01:44.561Z Checking rand_core v0.9.5
23232026-05-21T17:01:44.620Z Checking idna_adapter v1.2.1
23242026-05-21T17:01:44.650Z Checking http v1.4.0
23252026-05-21T17:01:44.664Z Checking regex-syntax v0.8.10
23262026-05-21T17:01:44.732Z Checking idna v1.1.0
23272026-05-21T17:01:44.745Z Checking salsa20 v0.10.2
23282026-05-21T17:01:44.756Z Checking pem-rfc7468 v0.7.0
23292026-05-21T17:01:44.871Z Checking uuid v1.23.0
23302026-05-21T17:01:44.908Z Checking der v0.7.10
23312026-05-21T17:01:44.973Z Checking url v2.5.8
23322026-05-21T17:01:45.186Z Checking pbkdf2 v0.12.2
23332026-05-21T17:01:45.207Z Checking rustix v1.1.3
23342026-05-21T17:01:45.292Z Checking tracing-core v0.1.36
23352026-05-21T17:01:45.305Z Checking ppv-lite86 v0.2.21
23362026-05-21T17:01:45.385Z Checking rustls-pki-types v1.14.0
23372026-05-21T17:01:45.408Z Checking iana-time-zone v0.1.65
23382026-05-21T17:01:45.517Z Checking base64 v0.22.1
23392026-05-21T17:01:45.591Z Checking rand_chacha v0.9.0
23402026-05-21T17:01:45.604Z Checking tracing v0.1.44
23412026-05-21T17:01:45.649Z Checking spki v0.7.3
23422026-05-21T17:01:45.671Z Checking chrono v0.4.44
23432026-05-21T17:01:45.748Z Checking scrypt v0.11.0
23442026-05-21T17:01:45.787Z Checking http-body v1.0.1
23452026-05-21T17:01:45.803Z Checking aes v0.8.4
23462026-05-21T17:01:45.815Z Checking cbc v0.1.2
23472026-05-21T17:01:45.884Z Checking aws-lc-sys v0.40.0
23482026-05-21T17:01:45.923Z Checking untrusted v0.7.1
23492026-05-21T17:01:45.940Z Checking untrusted v0.9.0
23502026-05-21T17:01:45.964Z Checking tinyvec_macros v0.1.1
23512026-05-21T17:01:46.026Z Checking openssl-probe v0.2.1
23522026-05-21T17:01:46.039Z Checking tinyvec v1.10.0
23532026-05-21T17:01:46.052Z Checking ring v0.17.14
23542026-05-21T17:01:46.065Z Checking rand v0.9.2
23552026-05-21T17:01:46.130Z Checking tower-layer v0.3.3
23562026-05-21T17:01:46.190Z Checking pkcs5 v0.7.1
23572026-05-21T17:01:46.275Z Checking tower-service v0.3.3
23582026-05-21T17:01:46.345Z Checking atomic-waker v1.1.2
23592026-05-21T17:01:46.364Z Checking try-lock v0.2.5
23602026-05-21T17:01:46.382Z Checking aws-lc-rs v1.16.3
23612026-05-21T17:01:46.437Z Checking pkcs8 v0.10.2
23622026-05-21T17:01:46.452Z Checking ipnet v2.11.0
23632026-05-21T17:01:46.463Z Checking want v0.3.1
23642026-05-21T17:01:46.525Z Checking httparse v1.10.1
23652026-05-21T17:01:46.540Z Checking aho-corasick v1.1.4
23662026-05-21T17:01:46.579Z Checking httpdate v1.0.3
23672026-05-21T17:01:46.611Z Checking pin-utils v0.1.0
23682026-05-21T17:01:46.681Z Checking foreign-types-shared v0.1.1
23692026-05-21T17:01:46.699Z Checking plain v0.2.3
23702026-05-21T17:01:46.720Z Checking dyn-clone v1.0.20
23712026-05-21T17:01:46.734Z Checking fastrand v2.3.0
23722026-05-21T17:01:46.761Z Checking foreign-types v0.3.2
23732026-05-21T17:01:46.797Z Checking unicode-normalization v0.1.25
23742026-05-21T17:01:46.818Z Checking semver v1.0.28
23752026-05-21T17:01:46.830Z Checking openssl-sys v0.9.115
23762026-05-21T17:01:46.902Z Checking tempfile v3.25.0
23772026-05-21T17:01:47.023Z Checking spin v0.9.8
23782026-05-21T17:01:47.039Z Checking unicode-ident v1.0.24
23792026-05-21T17:01:47.094Z Checking ucd-trie v0.1.7
23802026-05-21T17:01:47.147Z Checking proc-macro2 v1.0.106
23812026-05-21T17:01:47.197Z Checking schemars v0.8.22
23822026-05-21T17:01:47.209Z Checking regex-automata v0.4.14
23832026-05-21T17:01:47.213Z Checking openssl v0.10.79
23842026-05-21T17:01:47.231Z Checking rustls-webpki v0.103.9
23852026-05-21T17:01:47.231Z Checking pest v2.8.6
23862026-05-21T17:01:47.235Z Checking rustls-native-certs v0.8.3
23872026-05-21T17:01:47.265Z Checking tokio-util v0.7.18
23882026-05-21T17:01:47.374Z Checking thiserror v2.0.18
23892026-05-21T17:01:47.451Z Checking sync_wrapper v1.0.2
23902026-05-21T17:01:47.472Z Checking wait-timeout v0.2.1
23912026-05-21T17:01:47.551Z Checking siphasher v1.0.2
23922026-05-21T17:01:47.590Z Checking powerfmt v0.2.0
23932026-05-21T17:01:47.644Z Checking rustls v0.23.37
23942026-05-21T17:01:47.704Z Checking bit-vec v0.8.0
23952026-05-21T17:01:47.740Z Checking pretty-hex v0.4.1
23962026-05-21T17:01:47.836Z Checking simd-adler32 v0.3.8
23972026-05-21T17:01:47.854Z Checking quick-error v1.2.3
23982026-05-21T17:01:47.881Z Checking h2 v0.4.13
23992026-05-21T17:01:47.894Z Checking anstyle v1.0.13
24002026-05-21T17:01:47.951Z Checking utf8parse v0.2.2
24012026-05-21T17:01:48.001Z Checking rusty-fork v0.3.1
24022026-05-21T17:01:48.049Z Checking anstyle-parse v0.2.7
24032026-05-21T17:01:48.068Z Checking bit-set v0.8.0
24042026-05-21T17:01:48.162Z Checking deranged v0.5.8
24052026-05-21T17:01:48.201Z Checking tower v0.5.3
24062026-05-21T17:01:48.231Z Checking quote v1.0.45
24072026-05-21T17:01:48.313Z Compiling newtype-uuid v1.3.2
24082026-05-21T17:01:48.402Z Checking http-body-util v0.1.3
24092026-05-21T17:01:48.495Z Checking crossbeam-utils v0.8.21
24102026-05-21T17:01:48.591Z Checking webpki-roots v1.0.6
24112026-05-21T17:01:48.618Z Checking rand_xorshift v0.4.0
24122026-05-21T17:01:48.705Z Checking crc32fast v1.5.0
24132026-05-21T17:01:48.736Z Checking scroll v0.13.0
24142026-05-21T17:01:48.830Z Checking signature v2.2.0
24152026-05-21T17:01:48.845Z Checking allocator-api2 v0.2.21
24162026-05-21T17:01:48.957Z Checking num-conv v0.2.0
24172026-05-21T17:01:48.970Z Checking ryu v1.0.23
24182026-05-21T17:01:49.062Z Checking adler2 v2.0.1
24192026-05-21T17:01:49.074Z Checking unicode-properties v0.1.4
24202026-05-21T17:01:49.085Z Checking num_threads v0.1.7
24212026-05-21T17:01:49.102Z Checking anstyle-query v1.1.5
24222026-05-21T17:01:49.121Z Checking colorchoice v1.0.4
24232026-05-21T17:01:49.163Z Checking iri-string v0.7.10
24242026-05-21T17:01:49.163Z Checking is_terminal_polyfill v1.70.2
24252026-05-21T17:01:49.190Z Checking time-core v0.1.8
24262026-05-21T17:01:49.211Z Checking unicode-bidi v0.3.18
24272026-05-21T17:01:49.250Z Checking native-tls v0.2.18
24282026-05-21T17:01:49.264Z Checking unarray v0.1.4
24292026-05-21T17:01:49.274Z Checking anstream v0.6.21
24302026-05-21T17:01:49.323Z Checking time v0.3.47
24312026-05-21T17:01:49.361Z Checking proptest v1.10.0
24322026-05-21T17:01:49.420Z Checking tokio-native-tls v0.3.1
24332026-05-21T17:01:49.466Z Checking miniz_oxide v0.8.9
24342026-05-21T17:01:49.496Z Checking stringprep v0.1.5
24352026-05-21T17:01:49.574Z Checking serde_urlencoded v0.7.1
24362026-05-21T17:01:49.646Z Checking bstr v1.12.1
24372026-05-21T17:01:49.774Z Checking goblin v0.10.5
24382026-05-21T17:01:49.813Z Checking crossbeam-epoch v0.9.18
24392026-05-21T17:01:50.038Z Compiling daft v0.1.7
24402026-05-21T17:01:50.049Z Checking tokio-rustls v0.26.4
24412026-05-21T17:01:50.052Z Checking syn v2.0.117
24422026-05-21T17:01:50.164Z Checking tower-http v0.6.8
24432026-05-21T17:01:50.282Z Checking ipnetwork v0.21.1
24442026-05-21T17:01:50.304Z Checking rand_chacha v0.3.1
24452026-05-21T17:01:50.438Z Checking scroll v0.12.0
24462026-05-21T17:01:50.452Z Checking thiserror v1.0.69
24472026-05-21T17:01:50.490Z Checking hash32 v0.2.1
24482026-05-21T17:01:50.510Z Checking zstd-sys v2.0.16+zstd.1.5.7
24492026-05-21T17:01:50.543Z Checking num-integer v0.1.46
24502026-05-21T17:01:50.577Z Checking hyper v1.8.1
24512026-05-21T17:01:50.615Z Checking toml_datetime v0.6.11
24522026-05-21T17:01:50.642Z Checking serde_spanned v0.6.9
24532026-05-21T17:01:50.661Z Checking md-5 v0.10.6
24542026-05-21T17:01:50.761Z Checking ff v0.13.1
24552026-05-21T17:01:50.775Z Checking zlib-rs v0.6.2
24562026-05-21T17:01:50.791Z Checking base16ct v0.2.0
24572026-05-21T17:01:50.794Z Checking fallible-iterator v0.2.0
24582026-05-21T17:01:50.888Z Checking psl-types v2.0.11
24592026-05-21T17:01:50.913Z Checking sec1 v0.7.3
24602026-05-21T17:01:51.002Z Checking publicsuffix v2.3.0
24612026-05-21T17:01:51.070Z Checking postgres-protocol v0.6.10
24622026-05-21T17:01:51.115Z Checking group v0.13.0
24632026-05-21T17:01:51.161Z Checking num-iter v0.1.45
24642026-05-21T17:01:51.254Z Checking goblin v0.8.2
24652026-05-21T17:01:51.269Z Checking heapless v0.7.17
24662026-05-21T17:01:51.280Z Checking zstd-safe v7.2.4
24672026-05-21T17:01:51.375Z Checking rand v0.8.6
24682026-05-21T17:01:51.437Z Checking oxnet v0.1.4
24692026-05-21T17:01:51.476Z Checking hyper-util v0.1.20
24702026-05-21T17:01:51.634Z Checking flate2 v1.1.9
24712026-05-21T17:01:51.666Z Checking cookie v0.18.1
24722026-05-21T17:01:51.680Z Compiling iddqd v0.4.1
24732026-05-21T17:01:51.888Z Checking dtrace-parser v0.3.0
24742026-05-21T17:01:51.901Z Checking phf_shared v0.13.1
24752026-05-21T17:01:52.922Z Checking lazy_static v1.5.0
24762026-05-21T17:01:52.926Z Checking zerocopy v0.7.35
24772026-05-21T17:01:52.926Z Checking dof v0.4.0
24782026-05-21T17:01:52.926Z Checking pin-project v1.1.11
24792026-05-21T17:01:52.926Z Checking bzip2-sys v0.1.13+1.0.8
24802026-05-21T17:01:52.926Z Checking signal-hook v0.3.18
24812026-05-21T17:01:52.926Z Checking terminal_size v0.4.3
24822026-05-21T17:01:52.926Z Checking futures-executor v0.3.32
24832026-05-21T17:01:52.926Z Checking hex v0.4.3
24842026-05-21T17:01:52.926Z Checking hkdf v0.12.4
24852026-05-21T17:01:52.926Z Checking crypto-bigint v0.5.5
24862026-05-21T17:01:52.926Z Checking thread-id v5.1.0
24872026-05-21T17:01:52.926Z Checking encoding_rs v0.8.35
24882026-05-21T17:01:52.926Z Checking bumpalo v3.20.2
24892026-05-21T17:01:52.926Z Checking foldhash v0.1.5
24902026-05-21T17:01:52.926Z Checking same-file v1.0.6
24912026-05-21T17:01:52.926Z Checking clap_lex v1.0.0
24922026-05-21T17:01:52.926Z Checking hyper-rustls v0.27.7
24932026-05-21T17:01:52.926Z Checking hyper-tls v0.6.0
24942026-05-21T17:01:52.926Z Compiling rayon-core v1.13.0
24952026-05-21T17:01:52.926Z Checking managed v0.8.0
24962026-05-21T17:01:52.926Z Checking winnow v0.7.14
24972026-05-21T17:01:52.927Z Checking mime v0.3.17
24982026-05-21T17:01:52.927Z Checking foldhash v0.2.0
24992026-05-21T17:01:52.977Z Checking strsim v0.11.1
25002026-05-21T17:01:53.036Z Checking libbz2-rs-sys v0.2.2
25012026-05-21T17:01:53.073Z Checking winnow v0.5.40
25022026-05-21T17:01:53.080Z Checking either v1.15.0
25032026-05-21T17:01:53.134Z Checking bitflags v1.3.2
25042026-05-21T17:01:53.152Z Checking dof v0.3.0
25052026-05-21T17:01:53.209Z Checking smoltcp v0.9.1
25062026-05-21T17:01:53.265Z Checking clap_builder v4.5.60
25072026-05-21T17:01:53.368Z Checking elliptic-curve v0.13.8
25082026-05-21T17:01:53.446Z Checking hashbrown v0.16.1
25092026-05-21T17:01:53.458Z Checking bzip2 v0.6.1
25102026-05-21T17:01:53.461Z Checking reqwest v0.12.28
25112026-05-21T17:01:53.643Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-05-21T17:01:53.685Z Checking walkdir v2.5.0
25132026-05-21T17:01:53.808Z Checking zopfli v0.8.3
25142026-05-21T17:01:53.826Z Checking usdt-impl v0.6.0
25152026-05-21T17:01:53.846Z Checking hashbrown v0.15.5
25162026-05-21T17:01:53.951Z Checking futures v0.3.32
25172026-05-21T17:01:54.028Z Checking signal-hook-mio v0.2.5
25182026-05-21T17:01:54.088Z Checking bzip2 v0.4.4
25192026-05-21T17:01:54.103Z Checking snafu v0.8.9
25202026-05-21T17:01:54.127Z Checking phf v0.13.1
25212026-05-21T17:01:54.131Z Checking num-bigint-dig v0.8.6
25222026-05-21T17:01:54.245Z Checking toml_edit v0.19.15
25232026-05-21T17:01:54.257Z Checking cookie_store v0.22.1
25242026-05-21T17:01:54.302Z Checking zstd v0.13.3
25252026-05-21T17:01:54.315Z Checking postgres-types v0.2.12
25262026-05-21T17:01:54.334Z Checking dtrace-parser v0.2.0
25272026-05-21T17:01:54.486Z Checking rustls-platform-verifier v0.6.2
25282026-05-21T17:01:54.498Z Checking globset v0.4.18
25292026-05-21T17:01:54.512Z Checking crossbeam-deque v0.8.6
25302026-05-21T17:01:54.563Z Checking regex v1.12.3
25312026-05-21T17:01:54.577Z Checking ed25519 v2.2.3
25322026-05-21T17:01:54.618Z Checking phf_shared v0.11.3
25332026-05-21T17:01:54.621Z Checking olpc-cjson v0.1.4
25342026-05-21T17:01:54.681Z Checking ref-cast v1.0.25
25352026-05-21T17:01:54.744Z Checking curve25519-dalek v4.1.3
25362026-05-21T17:01:54.756Z Checking strum v0.27.2
25372026-05-21T17:01:54.762Z Checking hubpack v0.1.2
25382026-05-21T17:01:54.778Z Checking memoffset v0.9.1
25392026-05-21T17:01:54.778Z Checking rustix v0.38.44
25402026-05-21T17:01:54.835Z Checking pkcs1 v0.7.5
25412026-05-21T17:01:54.854Z Checking pem v3.0.6
25422026-05-21T17:01:54.871Z Checking float-cmp v0.10.0
25432026-05-21T17:01:54.915Z Checking erased-serde v0.3.31
25442026-05-21T17:01:54.928Z Checking serde_plain v1.0.2
25452026-05-21T17:01:54.994Z Checking serde-big-array v0.5.1
25462026-05-21T17:01:55.006Z Checking rfc6979 v0.4.0
25472026-05-21T17:01:55.038Z Checking thread-id v4.2.2
25482026-05-21T17:01:55.064Z Checking memmap2 v0.9.10
25492026-05-21T17:01:55.113Z Checking env_filter v1.0.0
25502026-05-21T17:01:55.116Z Checking predicates-core v1.0.10
25512026-05-21T17:01:55.138Z Checking normalize-line-endings v0.3.0
25522026-05-21T17:01:55.220Z Checking fixedbitset v0.5.7
25532026-05-21T17:01:55.220Z Checking jiff v0.2.21
25542026-05-21T17:01:55.242Z Checking precomputed-hash v0.1.1
25552026-05-21T17:01:55.262Z Checking typed-path v0.9.3
25562026-05-21T17:01:55.265Z Checking data-encoding v2.10.0
25572026-05-21T17:01:55.291Z Checking static_assertions v1.1.0
25582026-05-21T17:01:55.318Z Checking toml_write v0.1.2
25592026-05-21T17:01:55.359Z Checking new_debug_unreachable v1.0.6
25602026-05-21T17:01:55.414Z Checking whoami v2.1.0
25612026-05-21T17:01:55.426Z Checking fixedbitset v0.4.2
25622026-05-21T17:01:55.482Z Checking unicode-segmentation v1.12.0
25632026-05-21T17:01:55.504Z Checking difflib v0.4.0
25642026-05-21T17:01:55.539Z Checking keccak v0.1.6
25652026-05-21T17:01:55.568Z Checking petgraph v0.6.5
25662026-05-21T17:01:55.580Z Checking crossterm v0.28.1
25672026-05-21T17:01:55.603Z Checking tokio-postgres v0.7.16
25682026-05-21T17:01:55.677Z Checking predicates v3.1.4
25692026-05-21T17:01:55.700Z Checking sha3 v0.10.8
25702026-05-21T17:01:55.786Z Checking similar v2.7.0
25712026-05-21T17:01:55.900Z Checking hickory-proto v0.25.2
25722026-05-21T17:01:55.966Z Checking ed25519-dalek v2.2.0
25732026-05-21T17:01:56.036Z Checking tough v0.22.0
25742026-05-21T17:01:56.170Z Checking toml_edit v0.22.27
25752026-05-21T17:01:56.195Z Checking string_cache v0.8.9
25762026-05-21T17:01:56.268Z Checking petgraph v0.8.3
25772026-05-21T17:01:56.362Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25782026-05-21T17:01:56.817Z Checking slog v2.8.2
25792026-05-21T17:01:56.844Z Checking toml v0.7.8
25802026-05-21T17:01:57.076Z Checking env_logger v0.11.9
25812026-05-21T17:01:57.154Z Checking usdt v0.6.0
25822026-05-21T17:01:57.237Z Checking ecdsa v0.16.9
25832026-05-21T17:01:57.262Z Checking usdt-impl v0.5.0
25842026-05-21T17:01:57.319Z Checking rsa v0.9.10
25852026-05-21T17:01:57.433Z Checking zip v4.6.1
25862026-05-21T17:01:57.538Z Checking nix v0.31.2
25872026-05-21T17:01:57.825Z Checking reqwest v0.13.2
25882026-05-21T17:01:57.997Z Checking clap v4.5.60
25892026-05-21T17:01:58.029Z Checking zip v0.6.6
25902026-05-21T17:01:58.074Z Checking toml_parser v1.0.9+spec-1.1.0
25912026-05-21T17:01:58.120Z Checking itertools v0.13.0
25922026-05-21T17:01:58.367Z Checking serde_with v3.17.0
25932026-05-21T17:01:58.415Z Checking strum v0.26.3
25942026-05-21T17:01:58.483Z Checking fs-err v3.3.0
25952026-05-21T17:01:58.525Z Checking ahash v0.8.12
25962026-05-21T17:01:58.530Z Checking object v0.37.3
25972026-05-21T17:01:58.633Z Checking tokio-stream v0.1.18
25982026-05-21T17:01:58.667Z Checking buf-list v1.1.2
25992026-05-21T17:01:58.681Z Checking anyhow v1.0.102
26002026-05-21T17:01:58.716Z Checking camino v1.2.2
26012026-05-21T17:01:58.775Z Checking x509-cert v0.2.5
26022026-05-21T17:01:58.846Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26032026-05-21T17:01:58.871Z Checking openapiv3 v2.2.0
26042026-05-21T17:01:58.958Z Checking sha1 v0.10.6
26052026-05-21T17:01:59.013Z Checking toml_datetime v0.7.5+spec-1.1.0
26062026-05-21T17:01:59.102Z Checking peg-runtime v0.8.5
26072026-05-21T17:01:59.118Z Checking lalrpop-util v0.19.12
26082026-05-21T17:01:59.164Z Checking rayon v1.11.0
26092026-05-21T17:01:59.207Z Checking sigpipe v0.1.3
26102026-05-21T17:01:59.239Z Checking glob v0.3.3
26112026-05-21T17:02:00.723Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122026-05-21T17:02:00.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.95s
26132026-05-21T17:02:01.163Z
26142026-05-21T17:02:01.163Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26152026-05-21T17:02:01.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162026-05-21T17:02:01.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172026-05-21T17:02:01.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182026-05-21T17:02:01.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26192026-05-21T17:02:01.764Z
26202026-05-21T17:02:01.764Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26212026-05-21T17:02:02.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-21T17:02:02.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-21T17:02:02.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-21T17:02:02.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26252026-05-21T17:02:02.362Z
26262026-05-21T17:02:02.362Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26272026-05-21T17:02:02.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-21T17:02:02.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-21T17:02:02.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-21T17:02:02.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26312026-05-21T17:02:02.975Z
26322026-05-21T17:02:02.975Zinfo: running `cargo check --bins` on oxql-types (80/276)
26332026-05-21T17:02:03.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-21T17:02:03.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-21T17:02:03.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-21T17:02:03.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-05-21T17:02:03.580Z
26382026-05-21T17:02:03.580Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26392026-05-21T17:02:04.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-21T17:02:04.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-21T17:02:04.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-21T17:02:04.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-05-21T17:02:04.180Z
26442026-05-21T17:02:04.180Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26452026-05-21T17:02:04.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-21T17:02:04.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-21T17:02:04.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-21T17:02:04.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26492026-05-21T17:02:04.777Z
26502026-05-21T17:02:04.777Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26512026-05-21T17:02:05.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-21T17:02:05.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-21T17:02:05.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-21T17:02:05.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26552026-05-21T17:02:05.366Z
26562026-05-21T17:02:05.366Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26572026-05-21T17:02:05.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-21T17:02:05.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-21T17:02:06.060Z Compiling structmeta-derive v0.3.0
26602026-05-21T17:02:06.177Z Compiling rustls v0.22.4
26612026-05-21T17:02:06.186Z Compiling multer v3.1.0
26622026-05-21T17:02:06.195Z Compiling async-stream-impl v0.3.6
26632026-05-21T17:02:06.199Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26642026-05-21T17:02:06.217Z Compiling dropshot v0.17.0
26652026-05-21T17:02:06.231Z Compiling newtype-uuid-macros v0.1.0
26662026-05-21T17:02:06.231Z Compiling dropshot_endpoint v0.17.0
26672026-05-21T17:02:06.353Z Checking newtype-uuid v1.3.2
26682026-05-21T17:02:06.415Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26692026-05-21T17:02:06.450Z Checking rustls-webpki v0.102.8
26702026-05-21T17:02:06.552Z Checking daft v0.1.7
26712026-05-21T17:02:06.583Z Checking thread_local v1.1.9
26722026-05-21T17:02:06.749Z Checking match_cfg v0.1.0
26732026-05-21T17:02:06.770Z Checking compression-core v0.4.31
26742026-05-21T17:02:06.801Z Checking iddqd v0.4.1
26752026-05-21T17:02:06.815Z Checking hostname v0.3.1
26762026-05-21T17:02:06.842Z Checking crossbeam-channel v0.5.15
26772026-05-21T17:02:06.889Z Checking compression-codecs v0.4.37
26782026-05-21T17:02:06.908Z Checking slog-json v2.6.1
26792026-05-21T17:02:06.982Z Checking is-terminal v0.4.17
26802026-05-21T17:02:07.051Z Checking serde_spanned v1.0.4
26812026-05-21T17:02:07.064Z Checking toml_datetime v1.0.0+spec-1.1.0
26822026-05-21T17:02:07.075Z Checking toml_writer v1.0.6+spec-1.1.0
26832026-05-21T17:02:07.168Z Checking term v1.2.1
26842026-05-21T17:02:07.181Z Checking debug-ignore v1.0.5
26852026-05-21T17:02:07.216Z Compiling structmeta v0.3.0
26862026-05-21T17:02:07.249Z Checking take_mut v0.2.2
26872026-05-21T17:02:07.262Z Checking toml v1.0.6+spec-1.1.0
26882026-05-21T17:02:07.274Z Checking slog-bunyan v2.5.0
26892026-05-21T17:02:07.350Z Checking slog-async v2.8.0
26902026-05-21T17:02:07.383Z Checking slog-term v2.9.2
26912026-05-21T17:02:07.387Z Checking async-compression v0.4.41
26922026-05-21T17:02:07.420Z Compiling derive-ex v0.1.8
26932026-05-21T17:02:07.517Z Compiling parse-display-derive v0.10.0
26942026-05-21T17:02:07.633Z Checking async-stream v0.3.6
26952026-05-21T17:02:07.636Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26962026-05-21T17:02:07.716Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26972026-05-21T17:02:07.746Z Checking progenitor-client v0.14.0
26982026-05-21T17:02:07.759Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26992026-05-21T17:02:07.826Z Checking waitgroup v0.1.2
27002026-05-21T17:02:07.893Z Checking backon v1.6.0
27012026-05-21T17:02:07.925Z Checking rustls-pemfile v2.2.0
27022026-05-21T17:02:07.986Z Checking serde_path_to_error v0.1.20
27032026-05-21T17:02:08.003Z Checking hostname v0.4.2
27042026-05-21T17:02:08.056Z Checking instant v0.1.13
27052026-05-21T17:02:08.140Z Checking backoff v0.4.0
27062026-05-21T17:02:08.267Z Checking tokio-rustls v0.25.0
27072026-05-21T17:02:08.294Z Checking progenitor-extras v0.2.0
27082026-05-21T17:02:08.297Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27092026-05-21T17:02:08.357Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27102026-05-21T17:02:08.525Z Checking itertools v0.14.0
27112026-05-21T17:02:08.528Z Checking progenitor-client v0.10.0
27122026-05-21T17:02:08.729Z Checking regress v0.10.5
27132026-05-21T17:02:08.744Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27142026-05-21T17:02:08.967Z Checking macaddr v1.0.1
27152026-05-21T17:02:09.121Z Compiling test-strategy v0.4.5
27162026-05-21T17:02:09.202Z Checking parse-display v0.10.0
27172026-05-21T17:02:10.248Z Compiling prettyplease v0.2.37
27182026-05-21T17:02:10.591Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27192026-05-21T17:02:10.703Z Checking num-rational v0.4.2
27202026-05-21T17:02:10.958Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27212026-05-21T17:02:11.191Z Checking num-complex v0.4.6
27222026-05-21T17:02:11.828Z Checking num v0.4.3
27232026-05-21T17:02:11.918Z Compiling usdt-attr-macro v0.5.0
27242026-05-21T17:02:11.947Z Compiling usdt-macro v0.5.0
27252026-05-21T17:02:11.982Z Checking memmap v0.7.0
27262026-05-21T17:02:12.026Z Checking float-ord v0.3.2
27272026-05-21T17:02:12.113Z Compiling convert_case v0.4.0
27282026-05-21T17:02:12.129Z Checking unicode-width v0.2.0
27292026-05-21T17:02:12.376Z Checking console v0.15.11
27302026-05-21T17:02:12.486Z Compiling derive_more v0.99.20
27312026-05-21T17:02:12.651Z Checking newline-converter v0.3.0
27322026-05-21T17:02:12.664Z Checking atomicwrites v0.4.4
27332026-05-21T17:02:12.677Z Checking usdt v0.5.0
27342026-05-21T17:02:12.759Z Compiling toml v0.8.23
27352026-05-21T17:02:12.790Z Compiling minimal-lexical v0.2.1
27362026-05-21T17:02:12.845Z Checking linked-hash-map v0.5.6
27372026-05-21T17:02:13.017Z Checking lru-cache v0.1.2
27382026-05-21T17:02:13.039Z Compiling nom v7.1.3
27392026-05-21T17:02:13.138Z Checking expectorate v1.2.0
27402026-05-21T17:02:13.753Z Checking camino-tempfile v1.4.1
27412026-05-21T17:02:13.858Z Checking hickory-proto v0.24.4
27422026-05-21T17:02:13.919Z Checking phf_shared v0.12.1
27432026-05-21T17:02:14.063Z Compiling slog-dtrace v0.3.0
27442026-05-21T17:02:14.131Z Compiling chrono-tz v0.10.4
27452026-05-21T17:02:14.257Z Checking resolv-conf v0.7.6
27462026-05-21T17:02:14.312Z Checking heck v0.5.0
27472026-05-21T17:02:14.441Z Compiling const_format_proc_macros v0.2.34
27482026-05-21T17:02:14.467Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27492026-05-21T17:02:14.528Z Checking phf v0.12.1
27502026-05-21T17:02:14.571Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27512026-05-21T17:02:14.667Z Checking tokio-dtrace v0.1.1
27522026-05-21T17:02:14.851Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27532026-05-21T17:02:14.935Z Compiling derive-where v1.6.0
27542026-05-21T17:02:15.066Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27552026-05-21T17:02:15.381Z Checking highway v1.3.0
27562026-05-21T17:02:15.617Z Checking const_format v0.2.35
27572026-05-21T17:02:15.654Z Checking hickory-resolver v0.24.4
27582026-05-21T17:02:15.849Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27592026-05-21T17:02:15.886Z Checking oxide-tokio-rt v0.1.4
27602026-05-21T17:02:16.098Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27612026-05-21T17:02:16.285Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27622026-05-21T17:02:16.300Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27632026-05-21T17:02:16.335Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27642026-05-21T17:02:16.387Z Checking qorb v0.4.1
27652026-05-21T17:02:16.465Z Checking gethostname v0.5.0
27662026-05-21T17:02:16.479Z Checking bcs v0.1.6
27672026-05-21T17:02:16.515Z Checking termtree v0.5.1
27682026-05-21T17:02:19.757Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27692026-05-21T17:02:22.471Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27702026-05-21T17:02:24.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.23s
27712026-05-21T17:02:24.786Z
27722026-05-21T17:02:24.786Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27732026-05-21T17:02:25.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-05-21T17:02:25.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-05-21T17:02:25.461Z Compiling ar_archive_writer v0.5.1
27762026-05-21T17:02:25.573Z Compiling stacker v0.1.23
27772026-05-21T17:02:25.576Z Compiling cfg_aliases v0.1.1
27782026-05-21T17:02:25.584Z Compiling convert_case v0.10.0
27792026-05-21T17:02:25.590Z Checking unicode-width v0.1.14
27802026-05-21T17:02:25.599Z Compiling proc-macro-error v1.0.4
27812026-05-21T17:02:25.610Z Checking fd-lock v4.0.4
27822026-05-21T17:02:25.613Z Checking nibble_vec v0.1.0
27832026-05-21T17:02:25.632Z Compiling nix v0.28.0
27842026-05-21T17:02:25.723Z Checking vte v0.14.1
27852026-05-21T17:02:25.735Z Compiling recursive-proc-macro-impl v0.1.1
27862026-05-21T17:02:25.819Z Checking bytecount v0.6.9
27872026-05-21T17:02:25.835Z Checking endian-type v0.1.2
27882026-05-21T17:02:25.878Z Compiling derive_more-impl v2.1.1
27892026-05-21T17:02:25.881Z Checking strip-ansi-escapes v0.2.1
27902026-05-21T17:02:25.904Z Compiling tabled_derive v0.7.0
27912026-05-21T17:02:25.916Z Checking papergrid v0.11.0
27922026-05-21T17:02:25.992Z Checking radix_trie v0.2.1
27932026-05-21T17:02:26.005Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942026-05-21T17:02:26.123Z Compiling peg-macros v0.8.5
27952026-05-21T17:02:26.195Z Checking winnow v0.6.26
27962026-05-21T17:02:26.397Z Compiling psm v0.1.30
27972026-05-21T17:02:26.455Z Compiling sqlparser_derive v0.5.0
27982026-05-21T17:02:26.517Z Checking home v0.5.12
27992026-05-21T17:02:26.620Z Checking nu-ansi-term v0.50.3
28002026-05-21T17:02:26.663Z Checking derive_more v2.1.1
28012026-05-21T17:02:26.740Z Checking unicode_categories v0.1.1
28022026-05-21T17:02:26.827Z Checking reedline v0.40.0
28032026-05-21T17:02:26.854Z Checking tabled v0.15.0
28042026-05-21T17:02:26.896Z Checking crossterm v0.29.0
28052026-05-21T17:02:26.900Z Checking rustyline v14.0.0
28062026-05-21T17:02:27.153Z Checking recursive v0.1.1
28072026-05-21T17:02:27.231Z Checking display-error-chain v0.2.2
28082026-05-21T17:02:27.244Z Checking sqlparser v0.61.0
28092026-05-21T17:02:27.329Z Checking sqlformat v0.3.5
28102026-05-21T17:02:27.461Z Checking peg v0.8.5
28112026-05-21T17:02:38.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
28122026-05-21T17:02:38.580Z
28132026-05-21T17:02:38.580Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28142026-05-21T17:02:39.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-05-21T17:02:39.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-05-21T17:02:39.261Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-21T17:02:42.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28182026-05-21T17:02:42.890Z
28192026-05-21T17:02:42.890Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28202026-05-21T17:02:43.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-21T17:02:43.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-21T17:02:43.562Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-21T17:02:45.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28242026-05-21T17:02:46.151Z
28252026-05-21T17:02:46.151Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28262026-05-21T17:02:46.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-21T17:02:46.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-21T17:02:46.818Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-21T17:02:50.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28302026-05-21T17:02:50.224Z
28312026-05-21T17:02:50.224Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28322026-05-21T17:02:50.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-21T17:02:50.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-21T17:02:50.892Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-21T17:02:54.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28362026-05-21T17:02:54.309Z
28372026-05-21T17:02:54.309Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28382026-05-21T17:02:54.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-21T17:02:54.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-21T17:02:54.981Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-21T17:02:57.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28422026-05-21T17:02:57.741Z
28432026-05-21T17:02:57.741Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28442026-05-21T17:02:58.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-21T17:02:58.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-21T17:02:58.419Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-21T17:03:01.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28482026-05-21T17:03:01.220Z
28492026-05-21T17:03:01.220Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28502026-05-21T17:03:01.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-21T17:03:01.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-21T17:03:01.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-21T17:03:05.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28542026-05-21T17:03:05.464Z
28552026-05-21T17:03:05.464Zinfo: running `cargo check --bins` on oximeter (93/276)
28562026-05-21T17:03:05.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-21T17:03:05.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-21T17:03:05.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-05-21T17:03:05.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28602026-05-21T17:03:06.060Z
28612026-05-21T17:03:06.060Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28622026-05-21T17:03:06.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-21T17:03:06.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-21T17:03:06.693Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28652026-05-21T17:03:06.856Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28662026-05-21T17:03:06.860Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28672026-05-21T17:03:07.189Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28682026-05-21T17:03:10.053Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28692026-05-21T17:03:11.256Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28702026-05-21T17:03:11.419Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712026-05-21T17:03:12.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
28722026-05-21T17:03:12.269Z
28732026-05-21T17:03:12.269Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28742026-05-21T17:03:12.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-21T17:03:12.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-21T17:03:12.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-21T17:03:12.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28782026-05-21T17:03:12.866Z
28792026-05-21T17:03:12.866Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28802026-05-21T17:03:13.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-21T17:03:13.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-21T17:03:13.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-21T17:03:13.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28842026-05-21T17:03:13.504Z
28852026-05-21T17:03:13.504Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28862026-05-21T17:03:14.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-21T17:03:14.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-21T17:03:14.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-21T17:03:14.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28902026-05-21T17:03:14.105Z
28912026-05-21T17:03:14.105Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28922026-05-21T17:03:14.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-21T17:03:14.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-21T17:03:14.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-21T17:03:14.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-21T17:03:14.708Z
28972026-05-21T17:03:14.708Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
28982026-05-21T17:03:15.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-21T17:03:15.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-21T17:03:15.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-21T17:03:15.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-21T17:03:15.312Z
29032026-05-21T17:03:15.312Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29042026-05-21T17:03:15.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-21T17:03:15.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-21T17:03:15.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-21T17:03:15.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-05-21T17:03:15.915Z
29092026-05-21T17:03:15.915Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29102026-05-21T17:03:16.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-21T17:03:16.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-21T17:03:16.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-21T17:03:16.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29142026-05-21T17:03:16.501Z
29152026-05-21T17:03:16.501Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29162026-05-21T17:03:17.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-21T17:03:17.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-21T17:03:17.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-21T17:03:17.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-05-21T17:03:17.105Z
29212026-05-21T17:03:17.105Zinfo: running `cargo check --bins` on update-engine (103/276)
29222026-05-21T17:03:17.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-21T17:03:17.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-21T17:03:17.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-21T17:03:17.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29262026-05-21T17:03:17.689Z
29272026-05-21T17:03:17.689Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29282026-05-21T17:03:18.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-21T17:03:18.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-21T17:03:18.402Z Compiling crucible-workspace-hack v0.1.0
29312026-05-21T17:03:18.520Z Checking secrecy v0.10.3
29322026-05-21T17:03:18.527Z Compiling heapless v0.8.0
29332026-05-21T17:03:18.533Z Compiling ingot-macros v0.1.1
29342026-05-21T17:03:18.540Z Compiling toml_edit v0.23.10+spec-1.0.0
29352026-05-21T17:03:18.543Z Checking hash32 v0.3.1
29362026-05-21T17:03:18.560Z Compiling smoltcp v0.11.0
29372026-05-21T17:03:18.563Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29382026-05-21T17:03:18.620Z Checking cobs v0.3.0
29392026-05-21T17:03:18.664Z Compiling thiserror-impl-no-std v2.0.2
29402026-05-21T17:03:18.768Z Checking universal-hash v0.5.1
29412026-05-21T17:03:18.771Z Checking half v2.7.1
29422026-05-21T17:03:18.805Z Checking opaque-debug v0.3.1
29432026-05-21T17:03:18.871Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29442026-05-21T17:03:18.889Z Checking ciborium-io v0.2.2
29452026-05-21T17:03:18.921Z Checking poly1305 v0.8.0
29462026-05-21T17:03:18.978Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29472026-05-21T17:03:19.036Z Checking ciborium-ll v0.2.2
29482026-05-21T17:03:19.049Z Compiling proc-macro-crate v3.4.0
29492026-05-21T17:03:19.193Z Checking postcard v1.1.3
29502026-05-21T17:03:19.208Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29512026-05-21T17:03:19.256Z Checking password-hash v0.5.0
29522026-05-21T17:03:19.477Z Checking chacha20 v0.9.1
29532026-05-21T17:03:19.480Z Compiling proc-macro-crate v1.3.1
29542026-05-21T17:03:19.508Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29552026-05-21T17:03:19.570Z Checking blake2 v0.10.6
29562026-05-21T17:03:19.599Z Compiling num_enum_derive v0.7.5
29572026-05-21T17:03:19.665Z Checking aead v0.5.2
29582026-05-21T17:03:19.740Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29592026-05-21T17:03:19.802Z Compiling foreign-types-macros v0.2.3
29602026-05-21T17:03:19.815Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-05-21T17:03:20.834Z Checking thiserror-no-std v2.0.2
29622026-05-21T17:03:20.837Z Checking foreign-types-shared v0.3.1
29632026-05-21T17:03:20.837Z Checking cpufeatures v0.3.0
29642026-05-21T17:03:20.837Z Checking vsss-rs v3.3.4
29652026-05-21T17:03:20.837Z Compiling num_enum_derive v0.5.11
29662026-05-21T17:03:20.837Z Checking chacha20 v0.10.0
29672026-05-21T17:03:20.837Z Checking chacha20poly1305 v0.10.1
29682026-05-21T17:03:20.837Z Checking argon2 v0.5.3
29692026-05-21T17:03:20.838Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29702026-05-21T17:03:20.838Z Checking foreign-types v0.5.0
29712026-05-21T17:03:20.838Z Checking ciborium v0.2.2
29722026-05-21T17:03:20.838Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29732026-05-21T17:03:20.838Z Checking num_enum v0.7.5
29742026-05-21T17:03:20.838Z Checking tabwriter v1.4.1
29752026-05-21T17:03:20.838Z Checking byte-wrapper v0.1.0
29762026-05-21T17:03:20.838Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29772026-05-21T17:03:20.879Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29782026-05-21T17:03:20.900Z Checking cstr-argument v0.1.2
29792026-05-21T17:03:20.950Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29802026-05-21T17:03:20.988Z Checking num_enum v0.5.11
29812026-05-21T17:03:21.021Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29822026-05-21T17:03:21.035Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29832026-05-21T17:03:21.098Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29842026-05-21T17:03:21.152Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29852026-05-21T17:03:21.191Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29862026-05-21T17:03:21.208Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-05-21T17:03:21.305Z Checking ingot-types v0.1.2
29882026-05-21T17:03:21.319Z Checking rand v0.10.0
29892026-05-21T17:03:21.331Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29902026-05-21T17:03:21.343Z Checking colored v3.1.1
29912026-05-21T17:03:21.386Z Checking indent_write v2.2.0
29922026-05-21T17:03:21.516Z Compiling zone_cfg_derive v0.3.1
29932026-05-21T17:03:21.535Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29942026-05-21T17:03:21.639Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29952026-05-21T17:03:21.656Z Checking ingot v0.1.1
29962026-05-21T17:03:21.656Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29972026-05-21T17:03:21.702Z Checking itertools v0.12.1
29982026-05-21T17:03:21.716Z Compiling num-derive v0.4.2
29992026-05-21T17:03:21.753Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30002026-05-21T17:03:21.807Z Checking swrite v0.1.0
30012026-05-21T17:03:21.899Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30022026-05-21T17:03:21.953Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-21T17:03:22.108Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30042026-05-21T17:03:22.123Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30052026-05-21T17:03:22.155Z Checking dropshot-api-manager-types v0.7.1
30062026-05-21T17:03:22.205Z Checking smf v0.2.3
30072026-05-21T17:03:22.219Z Checking nanorand v0.7.0
30082026-05-21T17:03:22.318Z Checking whoami v1.6.1
30092026-05-21T17:03:22.410Z Checking flume v0.11.1
30102026-05-21T17:03:22.433Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30112026-05-21T17:03:22.635Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30122026-05-21T17:03:22.693Z Checking zone v0.3.1
30132026-05-21T17:03:23.211Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30142026-05-21T17:03:24.189Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30152026-05-21T17:03:25.061Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-05-21T17:03:28.194Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30172026-05-21T17:03:30.226Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30182026-05-21T17:03:31.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
30192026-05-21T17:03:31.534Z
30202026-05-21T17:03:31.534Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30212026-05-21T17:03:32.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-05-21T17:03:32.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-05-21T17:03:32.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-05-21T17:03:32.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30252026-05-21T17:03:32.136Z
30262026-05-21T17:03:32.136Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30272026-05-21T17:03:32.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-21T17:03:32.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-21T17:03:32.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-21T17:03:32.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30312026-05-21T17:03:32.736Z
30322026-05-21T17:03:32.737Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30332026-05-21T17:03:33.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-21T17:03:33.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-21T17:03:33.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-21T17:03:33.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-05-21T17:03:33.352Z
30382026-05-21T17:03:33.352Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30392026-05-21T17:03:33.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-21T17:03:33.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-21T17:03:33.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-21T17:03:33.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-05-21T17:03:33.959Z
30442026-05-21T17:03:33.960Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30452026-05-21T17:03:34.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-21T17:03:34.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-21T17:03:34.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-21T17:03:34.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30492026-05-21T17:03:34.585Z
30502026-05-21T17:03:34.585Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30512026-05-21T17:03:35.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-21T17:03:35.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-21T17:03:35.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-21T17:03:35.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30552026-05-21T17:03:35.205Z
30562026-05-21T17:03:35.205Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30572026-05-21T17:03:35.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-21T17:03:35.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-21T17:03:35.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-21T17:03:35.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-21T17:03:35.812Z
30622026-05-21T17:03:35.812Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30632026-05-21T17:03:36.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-21T17:03:36.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-21T17:03:36.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-21T17:03:36.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30672026-05-21T17:03:36.401Z
30682026-05-21T17:03:36.401Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30692026-05-21T17:03:36.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-21T17:03:36.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-21T17:03:36.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-21T17:03:36.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30732026-05-21T17:03:37.003Z
30742026-05-21T17:03:37.003Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30752026-05-21T17:03:37.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-21T17:03:37.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-21T17:03:37.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-21T17:03:37.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30792026-05-21T17:03:37.607Z
30802026-05-21T17:03:37.607Zinfo: running `cargo check --bins` on installinator-client (115/276)
30812026-05-21T17:03:38.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-21T17:03:38.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-21T17:03:38.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-21T17:03:38.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-05-21T17:03:38.216Z
30862026-05-21T17:03:38.216Zinfo: running `cargo check --bins` on nexus-client (116/276)
30872026-05-21T17:03:38.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-21T17:03:38.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-21T17:03:38.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-21T17:03:38.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30912026-05-21T17:03:38.858Z
30922026-05-21T17:03:38.858Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30932026-05-21T17:03:39.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-21T17:03:39.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-21T17:03:39.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-21T17:03:39.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30972026-05-21T17:03:39.500Z
30982026-05-21T17:03:39.500Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
30992026-05-21T17:03:40.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-21T17:03:40.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-21T17:03:40.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-21T17:03:40.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31032026-05-21T17:03:40.094Z
31042026-05-21T17:03:40.094Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31052026-05-21T17:03:40.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-21T17:03:40.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-21T17:03:40.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-21T17:03:40.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31092026-05-21T17:03:40.684Z
31102026-05-21T17:03:40.684Zinfo: running `cargo check --bins` on oxide-client (120/276)
31112026-05-21T17:03:41.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-21T17:03:41.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-21T17:03:41.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-21T17:03:41.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31152026-05-21T17:03:41.274Z
31162026-05-21T17:03:41.274Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31172026-05-21T17:03:41.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-21T17:03:41.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-21T17:03:41.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-21T17:03:41.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-05-21T17:03:41.873Z
31222026-05-21T17:03:41.873Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31232026-05-21T17:03:42.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-21T17:03:42.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-21T17:03:42.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-21T17:03:42.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-05-21T17:03:42.458Z
31282026-05-21T17:03:42.458Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31292026-05-21T17:03:42.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-21T17:03:42.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-21T17:03:42.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-21T17:03:42.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31332026-05-21T17:03:43.075Z
31342026-05-21T17:03:43.075Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31352026-05-21T17:03:43.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-21T17:03:43.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-21T17:03:43.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-21T17:03:43.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31392026-05-21T17:03:43.697Z
31402026-05-21T17:03:43.697Zinfo: running `cargo check --bins` on installinator-common (125/276)
31412026-05-21T17:03:44.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-21T17:03:44.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-21T17:03:44.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-21T17:03:44.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-05-21T17:03:44.314Z
31462026-05-21T17:03:44.314Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31472026-05-21T17:03:44.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-21T17:03:44.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-21T17:03:44.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-21T17:03:44.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31512026-05-21T17:03:44.899Z
31522026-05-21T17:03:44.899Zinfo: running `cargo check --bins` on wicket-common (127/276)
31532026-05-21T17:03:45.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-21T17:03:45.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-21T17:03:45.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-21T17:03:45.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31572026-05-21T17:03:45.513Z
31582026-05-21T17:03:45.513Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31592026-05-21T17:03:46.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-21T17:03:46.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-21T17:03:46.203Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31622026-05-21T17:03:46.319Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31632026-05-21T17:03:46.326Z Checking csv-core v0.1.13
31642026-05-21T17:03:46.333Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31652026-05-21T17:03:46.339Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31662026-05-21T17:03:46.343Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31672026-05-21T17:03:46.359Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31682026-05-21T17:03:46.371Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31692026-05-21T17:03:46.480Z Checking csv v1.4.0
31702026-05-21T17:03:46.513Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31712026-05-21T17:03:46.517Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31722026-05-21T17:03:46.554Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31732026-05-21T17:03:46.585Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31742026-05-21T17:03:46.816Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31752026-05-21T17:03:47.172Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31762026-05-21T17:03:47.173Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31772026-05-21T17:03:47.525Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31782026-05-21T17:03:53.326Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31792026-05-21T17:03:53.863Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31802026-05-21T17:03:56.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s
31812026-05-21T17:03:56.374Z
31822026-05-21T17:03:56.374Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31832026-05-21T17:03:56.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-21T17:03:56.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-21T17:03:56.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-05-21T17:03:56.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31872026-05-21T17:03:56.973Z
31882026-05-21T17:03:56.974Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31892026-05-21T17:03:57.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-05-21T17:03:57.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-05-21T17:03:57.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-05-21T17:03:57.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31932026-05-21T17:03:57.650Z
31942026-05-21T17:03:57.650Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
31952026-05-21T17:03:58.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-21T17:03:58.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-21T17:03:58.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-21T17:03:58.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31992026-05-21T17:03:58.334Z
32002026-05-21T17:03:58.334Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32012026-05-21T17:03:58.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-21T17:03:58.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-21T17:03:58.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-21T17:03:58.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32052026-05-21T17:03:58.982Z
32062026-05-21T17:03:58.982Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32072026-05-21T17:03:59.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-21T17:03:59.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-21T17:03:59.752Z Compiling regress v0.11.1
32102026-05-21T17:03:59.888Z Compiling unsafe-libyaml v0.2.11
32112026-05-21T17:03:59.900Z Compiling semver v0.1.20
32122026-05-21T17:03:59.912Z Compiling radium v0.7.0
32132026-05-21T17:03:59.926Z Compiling maybe-uninit v2.0.0
32142026-05-21T17:03:59.929Z Checking tap v1.0.1
32152026-05-21T17:03:59.952Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-05-21T17:04:00.041Z Checking wyz v0.5.1
32172026-05-21T17:04:00.174Z Compiling rustc_version v0.1.7
32182026-05-21T17:04:00.255Z Checking progenitor-client v0.13.0
32192026-05-21T17:04:00.271Z Compiling zerocopy-derive v0.6.6
32202026-05-21T17:04:00.412Z Compiling serde_yaml v0.9.34+deprecated
32212026-05-21T17:04:00.432Z Compiling newtype_derive v0.1.6
32222026-05-21T17:04:00.483Z Compiling packed_struct v0.10.1
32232026-05-21T17:04:00.604Z Compiling cancel-safe-futures v0.1.5
32242026-05-21T17:04:00.619Z Compiling owo-colors v4.3.0
32252026-05-21T17:04:00.737Z Checking crc-catalog v2.4.0
32262026-05-21T17:04:00.820Z Checking funty v2.0.0
32272026-05-21T17:04:00.833Z Checking crc v3.4.0
32282026-05-21T17:04:01.080Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-21T17:04:01.103Z Checking zerocopy v0.6.6
32302026-05-21T17:04:01.115Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-05-21T17:04:01.131Z Checking bitvec v1.0.1
32322026-05-21T17:04:01.298Z Checking typify-impl v0.6.2
32332026-05-21T17:04:01.438Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32342026-05-21T17:04:01.454Z Compiling packed_struct_codegen v0.10.1
32352026-05-21T17:04:01.610Z Checking libsw-core v0.3.2
32362026-05-21T17:04:01.689Z Compiling bitfield-macros v0.19.4
32372026-05-21T17:04:01.759Z Compiling indexmap v1.9.3
32382026-05-21T17:04:01.875Z Checking nodrop v0.1.14
32392026-05-21T17:04:01.972Z Checking array-init v0.0.4
32402026-05-21T17:04:01.989Z Checking libsw v3.5.0
32412026-05-21T17:04:02.143Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32422026-05-21T17:04:02.272Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-05-21T17:04:02.394Z Checking bitfield v0.19.4
32442026-05-21T17:04:02.417Z Checking smallvec v0.6.14
32452026-05-21T17:04:02.452Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32462026-05-21T17:04:02.606Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32472026-05-21T17:04:02.665Z Checking hashbrown v0.12.3
32482026-05-21T17:04:02.735Z Checking base64 v0.21.7
32492026-05-21T17:04:02.750Z Checking linear-map v1.2.0
32502026-05-21T17:04:02.873Z Checking smawk v0.3.2
32512026-05-21T17:04:02.917Z Checking tagptr v0.2.0
32522026-05-21T17:04:02.972Z Checking unicode-linebreak v0.1.5
32532026-05-21T17:04:03.004Z Checking ron v0.8.1
32542026-05-21T17:04:03.056Z Checking moka v0.12.13
32552026-05-21T17:04:03.070Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-05-21T17:04:03.097Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32572026-05-21T17:04:03.184Z Checking textwrap v0.16.2
32582026-05-21T17:04:03.236Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32592026-05-21T17:04:03.429Z Checking serde-hex v0.1.0
32602026-05-21T17:04:03.443Z Checking steno v0.4.1
32612026-05-21T17:04:03.531Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32622026-05-21T17:04:03.604Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32632026-05-21T17:04:03.690Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32642026-05-21T17:04:03.704Z Checking hashbrown v0.13.2
32652026-05-21T17:04:04.048Z Checking crc-any v2.5.0
32662026-05-21T17:04:04.121Z Checking humantime v2.3.0
32672026-05-21T17:04:04.227Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32682026-05-21T17:04:04.265Z Checking object v0.30.4
32692026-05-21T17:04:04.304Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-21T17:04:04.403Z Checking hickory-resolver v0.25.2
32712026-05-21T17:04:04.435Z Checking void v1.0.2
32722026-05-21T17:04:04.454Z Checking path-slash v0.1.5
32732026-05-21T17:04:04.466Z Checking half v1.8.3
32742026-05-21T17:04:04.539Z Checking utf-8 v0.7.6
32752026-05-21T17:04:04.561Z Checking lzss v0.8.2
32762026-05-21T17:04:04.661Z Checking serde_cbor v0.11.2
32772026-05-21T17:04:04.674Z Checking tungstenite v0.23.0
32782026-05-21T17:04:04.876Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32792026-05-21T17:04:04.905Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32802026-05-21T17:04:05.034Z Checking nix v0.27.1
32812026-05-21T17:04:05.047Z Checking kstat-rs v0.2.4
32822026-05-21T17:04:05.083Z Checking fxhash v0.2.1
32832026-05-21T17:04:05.105Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32842026-05-21T17:04:05.139Z Checking serde_bytes v0.11.19
32852026-05-21T17:04:05.204Z Checking tokio-tungstenite v0.23.1
32862026-05-21T17:04:05.229Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32872026-05-21T17:04:05.314Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32882026-05-21T17:04:05.463Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32892026-05-21T17:04:05.521Z Checking signal-hook-tokio v0.3.1
32902026-05-21T17:04:05.792Z Compiling typify-macro v0.6.2
32912026-05-21T17:04:06.524Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32922026-05-21T17:04:06.912Z Compiling typify v0.6.2
32932026-05-21T17:04:06.991Z Compiling progenitor-impl v0.13.0
32942026-05-21T17:04:06.991Z Compiling progenitor-impl v0.14.0
32952026-05-21T17:04:07.406Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32962026-05-21T17:04:07.729Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
32972026-05-21T17:04:08.575Z Compiling progenitor-macro v0.13.0
32982026-05-21T17:04:08.624Z Compiling progenitor-macro v0.14.0
32992026-05-21T17:04:11.172Z Checking progenitor v0.13.0
33002026-05-21T17:04:11.176Z Checking progenitor v0.14.0
33012026-05-21T17:04:11.306Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33022026-05-21T17:04:11.310Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33032026-05-21T17:04:14.305Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33042026-05-21T17:04:21.924Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33052026-05-21T17:04:28.209Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33062026-05-21T17:04:29.562Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33072026-05-21T17:04:30.064Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33082026-05-21T17:04:32.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.14s
33092026-05-21T17:04:32.331Z
33102026-05-21T17:04:32.331Zinfo: running `cargo check --bins` on gateway-api (134/276)
33112026-05-21T17:04:32.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-21T17:04:32.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-21T17:04:32.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-21T17:04:32.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33152026-05-21T17:04:32.928Z
33162026-05-21T17:04:32.928Zinfo: running `cargo check --bins` on ipcc (135/276)
33172026-05-21T17:04:33.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-21T17:04:33.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-21T17:04:33.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-21T17:04:33.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-21T17:04:33.537Z
33222026-05-21T17:04:33.537Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33232026-05-21T17:04:34.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-21T17:04:34.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-21T17:04:34.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-21T17:04:34.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33272026-05-21T17:04:34.129Z
33282026-05-21T17:04:34.129Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33292026-05-21T17:04:34.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-21T17:04:34.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-21T17:04:34.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-21T17:04:34.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33332026-05-21T17:04:34.735Z
33342026-05-21T17:04:34.735Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33352026-05-21T17:04:35.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-21T17:04:35.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-21T17:04:35.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-21T17:04:35.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-21T17:04:35.346Z
33402026-05-21T17:04:35.346Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33412026-05-21T17:04:35.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-21T17:04:35.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-21T17:04:35.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-21T17:04:35.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-21T17:04:35.957Z
33462026-05-21T17:04:35.957Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33472026-05-21T17:04:36.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-21T17:04:36.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-21T17:04:36.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-21T17:04:36.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-21T17:04:36.563Z
33522026-05-21T17:04:36.563Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33532026-05-21T17:04:37.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-21T17:04:37.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-21T17:04:37.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-21T17:04:37.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-21T17:04:37.173Z
33582026-05-21T17:04:37.173Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33592026-05-21T17:04:37.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-21T17:04:37.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-21T17:04:37.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-21T17:04:37.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-21T17:04:37.777Z
33642026-05-21T17:04:37.777Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33652026-05-21T17:04:38.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-21T17:04:38.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-21T17:04:38.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-21T17:04:38.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-21T17:04:38.387Z
33702026-05-21T17:04:38.387Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33712026-05-21T17:04:38.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-21T17:04:38.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-21T17:04:38.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-21T17:04:38.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-21T17:04:39.001Z
33762026-05-21T17:04:39.001Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33772026-05-21T17:04:39.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-21T17:04:39.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-21T17:04:39.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-21T17:04:39.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-21T17:04:39.607Z
33822026-05-21T17:04:39.607Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33832026-05-21T17:04:40.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-21T17:04:40.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-21T17:04:40.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-21T17:04:40.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-21T17:04:40.217Z
33882026-05-21T17:04:40.217Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33892026-05-21T17:04:40.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-21T17:04:40.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-21T17:04:40.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-21T17:04:40.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-21T17:04:40.831Z
33942026-05-21T17:04:40.831Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
33952026-05-21T17:04:41.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-21T17:04:41.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-21T17:04:41.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-21T17:04:41.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-21T17:04:41.443Z
34002026-05-21T17:04:41.443Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34012026-05-21T17:04:41.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-21T17:04:41.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-21T17:04:41.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-21T17:04:41.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-21T17:04:42.052Z
34062026-05-21T17:04:42.052Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34072026-05-21T17:04:42.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-21T17:04:42.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-21T17:04:42.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-21T17:04:42.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-21T17:04:42.661Z
34122026-05-21T17:04:42.661Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34132026-05-21T17:04:43.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-21T17:04:43.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-21T17:04:43.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-21T17:04:43.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-21T17:04:43.268Z
34182026-05-21T17:04:43.268Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34192026-05-21T17:04:43.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-21T17:04:43.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-21T17:04:43.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-21T17:04:43.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-21T17:04:43.880Z
34242026-05-21T17:04:43.880Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34252026-05-21T17:04:44.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-21T17:04:44.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-21T17:04:44.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-21T17:04:44.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-21T17:04:44.491Z
34302026-05-21T17:04:44.491Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34312026-05-21T17:04:45.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-21T17:04:45.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-21T17:04:45.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-21T17:04:45.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-05-21T17:04:45.101Z
34362026-05-21T17:04:45.101Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34372026-05-21T17:04:45.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-21T17:04:45.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-21T17:04:45.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-21T17:04:45.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34412026-05-21T17:04:45.742Z
34422026-05-21T17:04:45.742Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34432026-05-21T17:04:46.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-21T17:04:46.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-21T17:04:46.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-21T17:04:46.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34472026-05-21T17:04:46.507Z
34482026-05-21T17:04:46.507Zinfo: running `cargo check --bins` on dns-server (157/276)
34492026-05-21T17:04:46.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-21T17:04:46.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-21T17:04:47.019Z Compiling parking_lot_core v0.8.6
34522026-05-21T17:04:47.023Z Compiling atomicwrites v0.4.4
34532026-05-21T17:04:47.023Z Compiling git-stub v1.0.0
34542026-05-21T17:04:47.023Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34552026-05-21T17:04:47.023Z Checking prefix-trie v0.7.0
34562026-05-21T17:04:47.273Z Compiling git-stub-vcs v0.1.0
34572026-05-21T17:04:47.427Z Checking hickory-server v0.25.2
34582026-05-21T17:04:47.528Z Checking parking_lot v0.11.2
34592026-05-21T17:04:47.532Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34602026-05-21T17:04:47.598Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34612026-05-21T17:04:47.598Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34622026-05-21T17:04:47.699Z Checking sled v0.34.7
34632026-05-21T17:04:49.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34642026-05-21T17:04:49.759Z
34652026-05-21T17:04:49.759Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34662026-05-21T17:04:50.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-21T17:04:50.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-21T17:04:50.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-21T17:04:50.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34702026-05-21T17:04:50.356Z
34712026-05-21T17:04:50.356Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34722026-05-21T17:04:50.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-21T17:04:50.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-21T17:04:50.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-21T17:04:50.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34762026-05-21T17:04:50.956Z
34772026-05-21T17:04:50.956Zinfo: running `cargo check --bins` on sp-sim (160/276)
34782026-05-21T17:04:51.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-21T17:04:51.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-21T17:04:51.684Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34812026-05-21T17:04:53.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
34822026-05-21T17:04:53.651Z
34832026-05-21T17:04:53.651Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34842026-05-21T17:04:54.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-21T17:04:54.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-21T17:04:54.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-21T17:04:54.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34882026-05-21T17:04:54.299Z
34892026-05-21T17:04:54.299Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34902026-05-21T17:04:54.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-21T17:04:54.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-21T17:04:54.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-21T17:04:54.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34942026-05-21T17:04:54.949Z
34952026-05-21T17:04:54.949Zinfo: running `cargo check --bins` on db-macros (163/276)
34962026-05-21T17:04:55.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-21T17:04:55.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-21T17:04:55.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-21T17:04:55.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35002026-05-21T17:04:55.536Z
35012026-05-21T17:04:55.536Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35022026-05-21T17:04:56.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-21T17:04:56.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-21T17:04:56.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-21T17:04:56.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-05-21T17:04:56.124Z
35072026-05-21T17:04:56.124Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35082026-05-21T17:04:56.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-21T17:04:56.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-21T17:04:56.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-21T17:04:56.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-05-21T17:04:56.775Z
35132026-05-21T17:04:56.775Zinfo: running `cargo check --bins` on authz-macros (166/276)
35142026-05-21T17:04:57.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-21T17:04:57.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-21T17:04:57.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-21T17:04:57.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-05-21T17:04:57.363Z
35192026-05-21T17:04:57.363Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35202026-05-21T17:04:57.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-21T17:04:57.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-21T17:04:57.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-21T17:04:57.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35242026-05-21T17:04:58.006Z
35252026-05-21T17:04:58.006Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35262026-05-21T17:04:58.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-21T17:04:58.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-21T17:04:58.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-21T17:04:58.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35302026-05-21T17:04:58.653Z
35312026-05-21T17:04:58.653Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35322026-05-21T17:04:59.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-21T17:04:59.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-21T17:04:59.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-21T17:04:59.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-05-21T17:04:59.241Z
35372026-05-21T17:04:59.241Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35382026-05-21T17:04:59.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-21T17:04:59.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-21T17:04:59.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-21T17:04:59.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-05-21T17:04:59.827Z
35432026-05-21T17:04:59.827Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35442026-05-21T17:05:00.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-21T17:05:00.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-21T17:05:00.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-21T17:05:00.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-05-21T17:05:00.427Z
35492026-05-21T17:05:00.427Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35502026-05-21T17:05:00.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-21T17:05:00.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-21T17:05:00.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-21T17:05:00.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-05-21T17:05:01.016Z
35552026-05-21T17:05:01.016Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35562026-05-21T17:05:01.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-21T17:05:01.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-21T17:05:01.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-21T17:05:01.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-05-21T17:05:01.600Z
35612026-05-21T17:05:01.600Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35622026-05-21T17:05:02.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-21T17:05:02.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-21T17:05:02.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-21T17:05:02.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35662026-05-21T17:05:02.252Z
35672026-05-21T17:05:02.252Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35682026-05-21T17:05:02.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-21T17:05:02.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-21T17:05:02.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-21T17:05:02.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35722026-05-21T17:05:02.893Z
35732026-05-21T17:05:02.893Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35742026-05-21T17:05:03.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-21T17:05:03.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-21T17:05:03.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-21T17:05:03.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35782026-05-21T17:05:03.529Z
35792026-05-21T17:05:03.529Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35802026-05-21T17:05:04.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-21T17:05:04.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-21T17:05:04.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-21T17:05:04.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35842026-05-21T17:05:04.148Z
35852026-05-21T17:05:04.148Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35862026-05-21T17:05:04.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-21T17:05:04.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-21T17:05:04.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-21T17:05:04.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35902026-05-21T17:05:04.767Z
35912026-05-21T17:05:04.767Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35922026-05-21T17:05:05.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-21T17:05:05.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-21T17:05:05.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-21T17:05:05.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-21T17:05:05.387Z
35972026-05-21T17:05:05.387Zinfo: running `cargo check --bins` on key-manager (180/276)
35982026-05-21T17:05:05.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-21T17:05:05.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-21T17:05:05.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-21T17:05:05.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36022026-05-21T17:05:05.990Z
36032026-05-21T17:05:05.990Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36042026-05-21T17:05:06.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-21T17:05:06.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-21T17:05:06.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-21T17:05:06.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36082026-05-21T17:05:06.609Z
36092026-05-21T17:05:06.609Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36102026-05-21T17:05:07.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-21T17:05:07.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-21T17:05:07.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-21T17:05:07.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-21T17:05:07.232Z
36152026-05-21T17:05:07.232Zinfo: running `cargo check --bins` on typed-rng (183/276)
36162026-05-21T17:05:07.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-21T17:05:07.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-21T17:05:07.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-21T17:05:07.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-05-21T17:05:07.823Z
36212026-05-21T17:05:07.823Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36222026-05-21T17:05:08.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-21T17:05:08.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-21T17:05:08.674Z Compiling typify-impl v0.4.3
36252026-05-21T17:05:08.677Z Compiling libefi-sys v0.1.0
36262026-05-21T17:05:08.829Z Compiling bitfield-struct v0.6.2
36272026-05-21T17:05:08.833Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-05-21T17:05:08.841Z Compiling xshell-macros v0.2.7
36292026-05-21T17:05:08.872Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36302026-05-21T17:05:08.882Z Compiling salty v0.3.0
36312026-05-21T17:05:08.925Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36322026-05-21T17:05:09.075Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36332026-05-21T17:05:09.169Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36342026-05-21T17:05:09.201Z Checking xshell v0.2.7
36352026-05-21T17:05:09.227Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36362026-05-21T17:05:09.313Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36372026-05-21T17:05:09.441Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36382026-05-21T17:05:09.441Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36392026-05-21T17:05:09.528Z Checking primeorder v0.13.6
36402026-05-21T17:05:09.622Z Compiling proc-macro-error-attr2 v2.0.0
36412026-05-21T17:05:09.677Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36422026-05-21T17:05:09.755Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-21T17:05:09.770Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36442026-05-21T17:05:09.911Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36452026-05-21T17:05:09.933Z Checking tungstenite v0.21.0
36462026-05-21T17:05:09.977Z Checking p384 v0.13.1
36472026-05-21T17:05:10.007Z Compiling proc-macro-error2 v2.0.1
36482026-05-21T17:05:10.029Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36492026-05-21T17:05:10.357Z Compiling num-derive v0.3.3
36502026-05-21T17:05:10.396Z Checking tokio-tungstenite v0.21.0
36512026-05-21T17:05:10.647Z Compiling tabled_derive v0.11.0
36522026-05-21T17:05:10.690Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-05-21T17:05:10.756Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36542026-05-21T17:05:10.808Z Checking papergrid v0.17.0
36552026-05-21T17:05:11.070Z Checking testing_table v0.3.0
36562026-05-21T17:05:11.111Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-21T17:05:11.170Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-05-21T17:05:11.231Z Checking libscf-sys v1.1.0
36592026-05-21T17:05:11.446Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36602026-05-21T17:05:11.578Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36612026-05-21T17:05:11.626Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36622026-05-21T17:05:11.686Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36632026-05-21T17:05:11.791Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36642026-05-21T17:05:11.839Z Compiling illumos-nvpair-sys v0.2.0
36652026-05-21T17:05:11.883Z Compiling unicase v2.9.0
36662026-05-21T17:05:11.900Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36672026-05-21T17:05:11.990Z Checking corncobs v0.1.4
36682026-05-21T17:05:12.087Z Compiling mime_guess v2.0.5
36692026-05-21T17:05:12.118Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36702026-05-21T17:05:12.137Z Checking tabled v0.20.0
36712026-05-21T17:05:12.281Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36722026-05-21T17:05:12.342Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36732026-05-21T17:05:12.378Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36742026-05-21T17:05:12.485Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36752026-05-21T17:05:12.599Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36762026-05-21T17:05:12.616Z Checking progenitor-client v0.11.2
36772026-05-21T17:05:12.718Z Checking secrecy v0.8.0
36782026-05-21T17:05:12.778Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36792026-05-21T17:05:12.841Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36802026-05-21T17:05:13.105Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36812026-05-21T17:05:13.212Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36822026-05-21T17:05:13.243Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36832026-05-21T17:05:13.247Z Compiling typify-macro v0.4.3
36842026-05-21T17:05:13.348Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36852026-05-21T17:05:13.386Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36862026-05-21T17:05:13.452Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36872026-05-21T17:05:13.514Z Checking filetime v0.2.27
36882026-05-21T17:05:13.622Z Checking http-range v0.1.5
36892026-05-21T17:05:13.655Z Checking crc8 v0.1.1
36902026-05-21T17:05:13.770Z Checking xattr v1.6.1
36912026-05-21T17:05:13.844Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36922026-05-21T17:05:13.904Z Checking tar v0.4.45
36932026-05-21T17:05:14.039Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36942026-05-21T17:05:14.204Z Checking illumos-nvpair v0.3.0
36952026-05-21T17:05:14.301Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36962026-05-21T17:05:14.365Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36972026-05-21T17:05:14.394Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36982026-05-21T17:05:14.684Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36992026-05-21T17:05:14.706Z Checking atty v0.2.14
37002026-05-21T17:05:14.744Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37012026-05-21T17:05:14.805Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37022026-05-21T17:05:14.820Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37032026-05-21T17:05:14.975Z Compiling typify v0.4.3
37042026-05-21T17:05:15.096Z Compiling progenitor-impl v0.11.2
37052026-05-21T17:05:15.266Z Compiling progenitor-impl v0.10.0
37062026-05-21T17:05:15.506Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37072026-05-21T17:05:15.822Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-05-21T17:05:16.035Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37092026-05-21T17:05:16.071Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37102026-05-21T17:05:16.476Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37112026-05-21T17:05:16.622Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37122026-05-21T17:05:16.951Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37132026-05-21T17:05:16.968Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37142026-05-21T17:05:16.971Z Checking hyper-staticfile v0.10.1
37152026-05-21T17:05:17.150Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37162026-05-21T17:05:17.189Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37172026-05-21T17:05:17.265Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37182026-05-21T17:05:17.408Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37192026-05-21T17:05:17.549Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37202026-05-21T17:05:17.589Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37212026-05-21T17:05:17.663Z Compiling progenitor-macro v0.11.2
37222026-05-21T17:05:17.680Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37232026-05-21T17:05:17.817Z Compiling progenitor-macro v0.10.0
37242026-05-21T17:05:17.833Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37252026-05-21T17:05:20.430Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37262026-05-21T17:05:20.605Z Checking progenitor v0.11.2
37272026-05-21T17:05:20.697Z Checking progenitor v0.10.0
37282026-05-21T17:05:20.727Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37292026-05-21T17:05:20.821Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37302026-05-21T17:05:25.340Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37312026-05-21T17:05:36.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.48s
37322026-05-21T17:05:36.527Z
37332026-05-21T17:05:36.527Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37342026-05-21T17:05:37.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-21T17:05:37.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-21T17:05:37.322Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-21T17:05:47.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37382026-05-21T17:05:48.137Z
37392026-05-21T17:05:48.137Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37402026-05-21T17:05:48.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-21T17:05:48.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-21T17:05:48.927Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-21T17:05:59.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37442026-05-21T17:05:59.709Z
37452026-05-21T17:05:59.709Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37462026-05-21T17:06:00.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-21T17:06:00.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-21T17:06:00.503Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-21T17:06:11.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37502026-05-21T17:06:11.318Z
37512026-05-21T17:06:11.318Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37522026-05-21T17:06:11.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-21T17:06:11.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-21T17:06:12.097Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-21T17:06:22.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
37562026-05-21T17:06:22.894Z
37572026-05-21T17:06:22.894Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37582026-05-21T17:06:23.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-21T17:06:23.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-21T17:06:23.680Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-21T17:06:34.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37622026-05-21T17:06:34.505Z
37632026-05-21T17:06:34.505Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37642026-05-21T17:06:35.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-21T17:06:35.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-21T17:06:35.297Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-21T17:06:45.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37682026-05-21T17:06:46.186Z
37692026-05-21T17:06:46.186Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37702026-05-21T17:06:46.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-21T17:06:46.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-21T17:06:46.970Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-21T17:06:57.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37742026-05-21T17:06:57.821Z
37752026-05-21T17:06:57.821Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37762026-05-21T17:06:58.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-21T17:06:58.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-21T17:06:58.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-21T17:06:58.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37802026-05-21T17:06:58.446Z
37812026-05-21T17:06:58.446Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37822026-05-21T17:06:58.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-21T17:06:58.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-21T17:06:58.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-21T17:06:58.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37862026-05-21T17:06:59.061Z
37872026-05-21T17:06:59.061Zinfo: running `cargo check --bins` on range-requests (194/276)
37882026-05-21T17:06:59.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-21T17:06:59.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-21T17:06:59.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-21T17:06:59.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-05-21T17:06:59.663Z
37932026-05-21T17:06:59.664Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
37942026-05-21T17:07:00.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-21T17:07:00.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-21T17:07:00.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-21T17:07:00.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-05-21T17:07:00.276Z
37992026-05-21T17:07:00.276Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38002026-05-21T17:07:00.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-21T17:07:00.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-21T17:07:00.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-21T17:07:00.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38042026-05-21T17:07:00.901Z
38052026-05-21T17:07:00.901Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38062026-05-21T17:07:01.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-21T17:07:01.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-21T17:07:01.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-21T17:07:01.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-21T17:07:01.533Z
38112026-05-21T17:07:01.533Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38122026-05-21T17:07:02.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-21T17:07:02.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-21T17:07:02.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-21T17:07:02.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38162026-05-21T17:07:02.172Z
38172026-05-21T17:07:02.172Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38182026-05-21T17:07:02.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-21T17:07:02.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-21T17:07:02.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-21T17:07:02.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38222026-05-21T17:07:02.816Z
38232026-05-21T17:07:02.816Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38242026-05-21T17:07:03.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-21T17:07:03.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-21T17:07:03.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-21T17:07:03.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38282026-05-21T17:07:03.456Z
38292026-05-21T17:07:03.456Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38302026-05-21T17:07:03.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-21T17:07:03.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-21T17:07:03.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-21T17:07:04.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-21T17:07:04.099Z
38352026-05-21T17:07:04.099Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38362026-05-21T17:07:04.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-21T17:07:04.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-21T17:07:04.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-21T17:07:04.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-05-21T17:07:04.734Z
38412026-05-21T17:07:04.734Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38422026-05-21T17:07:05.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-21T17:07:05.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-21T17:07:05.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-21T17:07:05.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38462026-05-21T17:07:05.378Z
38472026-05-21T17:07:05.378Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38482026-05-21T17:07:05.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-21T17:07:05.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-21T17:07:05.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-21T17:07:05.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-05-21T17:07:06.003Z
38532026-05-21T17:07:06.003Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38542026-05-21T17:07:06.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-21T17:07:06.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-21T17:07:06.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-21T17:07:06.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-05-21T17:07:06.636Z
38592026-05-21T17:07:06.636Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38602026-05-21T17:07:07.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-21T17:07:07.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-21T17:07:07.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-21T17:07:07.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38642026-05-21T17:07:07.300Z
38652026-05-21T17:07:07.300Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38662026-05-21T17:07:07.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-21T17:07:07.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-21T17:07:07.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-21T17:07:07.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38702026-05-21T17:07:07.943Z
38712026-05-21T17:07:07.943Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38722026-05-21T17:07:08.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-21T17:07:08.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-21T17:07:08.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-21T17:07:08.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38762026-05-21T17:07:08.594Z
38772026-05-21T17:07:08.594Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38782026-05-21T17:07:09.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-21T17:07:09.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-21T17:07:09.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-21T17:07:09.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38822026-05-21T17:07:09.268Z
38832026-05-21T17:07:09.268Zinfo: running `cargo check --bins` on update-common (210/276)
38842026-05-21T17:07:09.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-21T17:07:09.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-21T17:07:09.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-21T17:07:09.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38882026-05-21T17:07:09.877Z
38892026-05-21T17:07:09.878Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38902026-05-21T17:07:10.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-21T17:07:10.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-21T17:07:10.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-21T17:07:10.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38942026-05-21T17:07:10.536Z
38952026-05-21T17:07:10.536Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
38962026-05-21T17:07:11.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-21T17:07:11.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-21T17:07:11.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-21T17:07:11.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39002026-05-21T17:07:11.128Z
39012026-05-21T17:07:11.128Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39022026-05-21T17:07:11.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-21T17:07:11.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-21T17:07:11.906Z Compiling fs-err v2.11.0
39052026-05-21T17:07:11.909Z Checking ignore v0.4.25
39062026-05-21T17:07:11.909Z Checking arc-swap v1.8.2
39072026-05-21T17:07:12.041Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39082026-05-21T17:07:12.044Z Checking predicates-tree v1.0.13
39092026-05-21T17:07:12.044Z Checking parse-size v1.1.0
39102026-05-21T17:07:12.071Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39112026-05-21T17:07:12.074Z Checking rand_seeder v0.4.0
39122026-05-21T17:07:12.149Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39132026-05-21T17:07:12.169Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39142026-05-21T17:07:12.221Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39152026-05-21T17:07:12.241Z Checking slog-scope v4.4.1
39162026-05-21T17:07:12.277Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39172026-05-21T17:07:12.355Z Compiling petname v2.0.2
39182026-05-21T17:07:12.371Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39192026-05-21T17:07:12.384Z Checking slog-stdlog v4.1.1
39202026-05-21T17:07:12.396Z Checking globwalk v0.9.1
39212026-05-21T17:07:12.454Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39222026-05-21T17:07:12.500Z Checking slog-envlogger v2.2.0
39232026-05-21T17:07:12.572Z Checking camino-tempfile-ext v0.3.3
39242026-05-21T17:07:12.649Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39252026-05-21T17:07:12.669Z Checking sapling-renderdag v0.1.0
39262026-05-21T17:07:12.762Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39272026-05-21T17:07:12.844Z Checking subprocess v0.2.15
39282026-05-21T17:07:12.906Z Checking sync-ptr v0.1.4
39292026-05-21T17:07:12.992Z Checking colored v2.2.0
39302026-05-21T17:07:13.023Z Checking assert_matches v1.5.0
39312026-05-21T17:07:13.122Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39322026-05-21T17:07:13.254Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39332026-05-21T17:07:13.257Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39342026-05-21T17:07:13.953Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39352026-05-21T17:07:15.268Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39362026-05-21T17:07:17.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
39372026-05-21T17:07:17.666Z
39382026-05-21T17:07:17.666Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39392026-05-21T17:07:18.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-21T17:07:18.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-21T17:07:18.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-05-21T17:07:18.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39432026-05-21T17:07:18.255Z
39442026-05-21T17:07:18.255Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39452026-05-21T17:07:18.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-21T17:07:18.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-21T17:07:18.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-21T17:07:18.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39492026-05-21T17:07:18.870Z
39502026-05-21T17:07:18.870Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39512026-05-21T17:07:19.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-21T17:07:19.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-21T17:07:19.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-21T17:07:19.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39552026-05-21T17:07:19.529Z
39562026-05-21T17:07:19.529Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39572026-05-21T17:07:20.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-21T17:07:20.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-21T17:07:20.261Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39602026-05-21T17:07:20.265Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39612026-05-21T17:07:20.909Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39622026-05-21T17:07:22.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39632026-05-21T17:07:22.700Z
39642026-05-21T17:07:22.700Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39652026-05-21T17:07:23.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-21T17:07:23.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-21T17:07:23.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-21T17:07:23.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39692026-05-21T17:07:23.312Z
39702026-05-21T17:07:23.312Zinfo: running `cargo check --bins` on cert-dev (219/276)
39712026-05-21T17:07:23.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-21T17:07:23.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-21T17:07:23.921Z Checking yasna v0.5.2
39742026-05-21T17:07:24.320Z Checking rcgen v0.12.1
39752026-05-21T17:07:24.567Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39762026-05-21T17:07:24.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39772026-05-21T17:07:24.927Z
39782026-05-21T17:07:24.927Zinfo: running `cargo check --bins` on clickana (220/276)
39792026-05-21T17:07:25.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-21T17:07:25.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-21T17:07:25.580Z Compiling darling_core v0.23.0
39822026-05-21T17:07:25.688Z Compiling instability v0.3.11
39832026-05-21T17:07:25.695Z Checking castaway v0.2.4
39842026-05-21T17:07:25.700Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39852026-05-21T17:07:25.703Z Compiling indoc v2.0.7
39862026-05-21T17:07:25.704Z Checking unicode-truncate v1.1.0
39872026-05-21T17:07:25.726Z Checking lru v0.12.5
39882026-05-21T17:07:25.729Z Checking cassowary v0.3.0
39892026-05-21T17:07:25.781Z Checking compact_str v0.8.1
39902026-05-21T17:07:26.773Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39912026-05-21T17:07:26.967Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39922026-05-21T17:07:27.100Z Compiling darling_macro v0.23.0
39932026-05-21T17:07:27.507Z Compiling darling v0.23.0
39942026-05-21T17:07:28.118Z Checking ratatui v0.29.0
39952026-05-21T17:07:29.172Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39962026-05-21T17:07:29.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
39972026-05-21T17:07:30.013Z
39982026-05-21T17:07:30.013Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
39992026-05-21T17:07:30.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-21T17:07:30.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-21T17:07:30.736Z Checking headers-core v0.3.0
40022026-05-21T17:07:30.739Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40032026-05-21T17:07:30.932Z Checking headers v0.4.1
40042026-05-21T17:07:31.295Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40052026-05-21T17:07:32.138Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40062026-05-21T17:07:32.636Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40072026-05-21T17:07:33.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
40082026-05-21T17:07:33.264Z
40092026-05-21T17:07:33.265Zinfo: running `cargo check --bins` on ch-dev (222/276)
40102026-05-21T17:07:33.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-21T17:07:33.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-21T17:07:33.980Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40132026-05-21T17:07:34.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40142026-05-21T17:07:34.937Z
40152026-05-21T17:07:34.937Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40162026-05-21T17:07:35.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-21T17:07:35.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-21T17:07:35.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-05-21T17:07:35.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40202026-05-21T17:07:35.414Z
40212026-05-21T17:07:35.414Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40222026-05-21T17:07:35.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-21T17:07:35.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-21T17:07:36.132Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40252026-05-21T17:07:37.124Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40262026-05-21T17:07:37.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40272026-05-21T17:07:37.669Z
40282026-05-21T17:07:37.669Zinfo: running `cargo check --bins` on db-dev (225/276)
40292026-05-21T17:07:38.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-21T17:07:38.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-21T17:07:38.392Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40322026-05-21T17:07:39.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40332026-05-21T17:07:39.365Z
40342026-05-21T17:07:39.365Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40352026-05-21T17:07:39.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-21T17:07:39.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-21T17:07:39.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-05-21T17:07:39.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40392026-05-21T17:07:40.019Z
40402026-05-21T17:07:40.019Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40412026-05-21T17:07:40.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-21T17:07:40.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-21T17:07:40.630Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40442026-05-21T17:07:41.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40452026-05-21T17:07:41.490Z
40462026-05-21T17:07:41.490Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40472026-05-21T17:07:42.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-21T17:07:42.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-21T17:07:42.248Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40502026-05-21T17:07:42.248Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40512026-05-21T17:07:42.252Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40522026-05-21T17:07:42.252Z Checking git-stub v1.0.0
40532026-05-21T17:07:42.252Z Compiling trait-variant v0.1.2
40542026-05-21T17:07:42.252Z Checking is_ci v1.2.0
40552026-05-21T17:07:42.252Z Checking maplit v1.0.2
40562026-05-21T17:07:42.381Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40572026-05-21T17:07:42.454Z Checking supports-color v3.0.2
40582026-05-21T17:07:42.474Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40592026-05-21T17:07:42.522Z Checking git-stub-vcs v0.1.0
40602026-05-21T17:07:42.575Z Checking drift v0.1.4
40612026-05-21T17:07:42.641Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40622026-05-21T17:07:42.679Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40632026-05-21T17:07:42.716Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40642026-05-21T17:07:42.877Z Checking dropshot-api-manager v0.7.1
40652026-05-21T17:07:42.892Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40662026-05-21T17:07:42.906Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40672026-05-21T17:07:42.929Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40682026-05-21T17:07:43.101Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40692026-05-21T17:07:43.142Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40702026-05-21T17:07:43.314Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40712026-05-21T17:07:43.642Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40722026-05-21T17:07:48.546Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40732026-05-21T17:07:49.624Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40742026-05-21T17:07:50.183Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40752026-05-21T17:07:50.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40762026-05-21T17:07:50.830Z
40772026-05-21T17:07:50.830Zinfo: running `cargo check --bins` on installinator-api (229/276)
40782026-05-21T17:07:51.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-21T17:07:51.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-21T17:07:51.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-21T17:07:51.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40822026-05-21T17:07:51.428Z
40832026-05-21T17:07:51.428Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40842026-05-21T17:07:51.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-21T17:07:51.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-21T17:07:51.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-21T17:07:51.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40882026-05-21T17:07:52.073Z
40892026-05-21T17:07:52.073Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40902026-05-21T17:07:52.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-21T17:07:52.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-21T17:07:52.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-21T17:07:52.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40942026-05-21T17:07:52.719Z
40952026-05-21T17:07:52.719Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
40962026-05-21T17:07:53.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-21T17:07:53.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-21T17:07:53.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-21T17:07:53.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-05-21T17:07:53.358Z
41012026-05-21T17:07:53.359Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41022026-05-21T17:07:53.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-21T17:07:53.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-21T17:07:53.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-21T17:07:53.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41062026-05-21T17:07:53.967Z
41072026-05-21T17:07:53.967Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41082026-05-21T17:07:54.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-21T17:07:54.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-21T17:07:54.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-21T17:07:54.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41122026-05-21T17:07:54.565Z
41132026-05-21T17:07:54.565Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41142026-05-21T17:07:55.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-21T17:07:55.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-21T17:07:55.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-21T17:07:55.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41182026-05-21T17:07:55.180Z
41192026-05-21T17:07:55.181Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41202026-05-21T17:07:55.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-21T17:07:55.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-21T17:07:55.794Z Checking typeid v1.0.3
41232026-05-21T17:07:55.906Z Checking ordered-float v2.10.1
41242026-05-21T17:07:55.925Z Checking unicode-xid v0.2.6
41252026-05-21T17:07:55.939Z Checking cargo-platform v0.2.0
41262026-05-21T17:07:55.947Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41272026-05-21T17:07:55.972Z Checking erased-serde v0.4.9
41282026-05-21T17:07:56.106Z Checking serde-value v0.7.0
41292026-05-21T17:07:56.285Z Checking serde-untagged v0.1.9
41302026-05-21T17:07:56.440Z Checking cargo-util-schemas v0.8.2
41312026-05-21T17:07:57.132Z Checking cargo_metadata v0.21.0
41322026-05-21T17:07:57.726Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41332026-05-21T17:07:58.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41342026-05-21T17:07:58.593Z
41352026-05-21T17:07:58.593Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41362026-05-21T17:07:59.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-05-21T17:07:59.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-05-21T17:07:59.331Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41392026-05-21T17:07:59.969Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41402026-05-21T17:08:00.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41412026-05-21T17:08:00.687Z
41422026-05-21T17:08:00.687Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41432026-05-21T17:08:01.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-21T17:08:01.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-21T17:08:01.555Z Compiling vergen-gitcl v1.0.8
41462026-05-21T17:08:01.555Z Compiling dirs-sys-next v0.1.2
41472026-05-21T17:08:01.555Z Compiling glob v0.3.3
41482026-05-21T17:08:01.558Z Compiling crunchy v0.2.4
41492026-05-21T17:08:01.558Z Compiling diesel_derives v2.3.7
41502026-05-21T17:08:01.558Z Compiling dsl_auto_type v0.2.0
41512026-05-21T17:08:01.558Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-05-21T17:08:01.558Z Checking scheduled-thread-pool v0.2.7
41532026-05-21T17:08:01.847Z Compiling diesel_table_macro_syntax v0.3.0
41542026-05-21T17:08:01.882Z Compiling dirs-next v2.0.0
41552026-05-21T17:08:01.960Z Compiling tiny-keccak v2.0.2
41562026-05-21T17:08:02.019Z Compiling term v0.7.0
41572026-05-21T17:08:02.051Z Compiling clang-sys v1.8.1
41582026-05-21T17:08:02.054Z Checking r2d2 v0.8.10
41592026-05-21T17:08:02.115Z Checking downcast-rs v2.0.2
41602026-05-21T17:08:02.173Z Compiling bit-vec v0.6.3
41612026-05-21T17:08:02.255Z Compiling itertools v0.10.5
41622026-05-21T17:08:02.391Z Compiling bit-set v0.5.3
41632026-05-21T17:08:02.428Z Compiling ascii-canvas v3.0.0
41642026-05-21T17:08:02.550Z Compiling ena v0.14.4
41652026-05-21T17:08:02.565Z Compiling libloading v0.8.9
41662026-05-21T17:08:02.618Z Compiling regex-syntax v0.6.29
41672026-05-21T17:08:02.634Z Compiling diff v0.1.13
41682026-05-21T17:08:02.669Z Compiling bindgen v0.71.1
41692026-05-21T17:08:02.772Z Compiling cexpr v0.6.0
41702026-05-21T17:08:02.898Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41712026-05-21T17:08:03.093Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41722026-05-21T17:08:03.132Z Compiling rustc-hash v2.1.1
41732026-05-21T17:08:03.279Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41742026-05-21T17:08:03.294Z Compiling libxml v0.3.3
41752026-05-21T17:08:03.313Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41762026-05-21T17:08:03.469Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41772026-05-21T17:08:03.553Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41782026-05-21T17:08:03.633Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41792026-05-21T17:08:03.744Z Compiling strum_macros v0.24.3
41802026-05-21T17:08:03.902Z Compiling indoc v1.0.9
41812026-05-21T17:08:04.350Z Compiling lalrpop v0.19.12
41822026-05-21T17:08:04.721Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41832026-05-21T17:08:04.753Z Checking derive_builder v0.20.2
41842026-05-21T17:08:04.869Z Compiling oso-derive v0.27.3
41852026-05-21T17:08:04.909Z Checking quick-xml v0.37.5
41862026-05-21T17:08:05.073Z Compiling impl-trait-for-tuples v0.2.3
41872026-05-21T17:08:05.363Z Checking openssl-probe v0.1.6
41882026-05-21T17:08:05.504Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41892026-05-21T17:08:05.782Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41902026-05-21T17:08:05.977Z Checking bb8 v0.8.6
41912026-05-21T17:08:06.260Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41922026-05-21T17:08:06.279Z Checking nonempty v0.12.0
41932026-05-21T17:08:06.432Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41942026-05-21T17:08:06.447Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41952026-05-21T17:08:06.484Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41962026-05-21T17:08:06.619Z Checking console v0.16.2
41972026-05-21T17:08:06.671Z Checking unit-prefix v0.5.2
41982026-05-21T17:08:06.687Z Checking support-bundle-viewer v0.1.2
41992026-05-21T17:08:06.804Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42002026-05-21T17:08:06.934Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42012026-05-21T17:08:06.949Z Checking indicatif v0.18.4
42022026-05-21T17:08:07.096Z Checking multimap v0.10.1
42032026-05-21T17:08:07.580Z Checking diesel v2.3.7
42042026-05-21T17:08:09.452Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42052026-05-21T17:08:09.953Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42062026-05-21T17:08:10.049Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42072026-05-21T17:08:10.302Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42082026-05-21T17:08:10.528Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42092026-05-21T17:08:11.135Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42102026-05-21T17:08:11.677Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42112026-05-21T17:08:12.342Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42122026-05-21T17:08:14.393Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42132026-05-21T17:08:18.808Z Compiling samael v0.0.19
42142026-05-21T17:08:23.689Z Checking diesel-dtrace v0.5.0
42152026-05-21T17:08:23.931Z Checking async-bb8-diesel v0.2.1
42162026-05-21T17:08:25.039Z Compiling polar-core v0.27.3
42172026-05-21T17:08:29.457Z Checking oso v0.27.3
42182026-05-21T17:09:05.530Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42192026-05-21T17:09:39.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42202026-05-21T17:09:39.409Z
42212026-05-21T17:09:39.410Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42222026-05-21T17:09:39.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-05-21T17:09:39.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-05-21T17:09:39.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-05-21T17:09:39.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42262026-05-21T17:09:40.075Z
42272026-05-21T17:09:40.076Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42282026-05-21T17:09:40.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-21T17:09:40.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-21T17:09:40.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-05-21T17:09:40.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42322026-05-21T17:09:40.735Z
42332026-05-21T17:09:40.735Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42342026-05-21T17:09:41.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-21T17:09:41.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-21T17:09:41.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-05-21T17:09:41.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42382026-05-21T17:09:41.332Z
42392026-05-21T17:09:41.332Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42402026-05-21T17:09:41.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-21T17:09:41.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-21T17:09:42.206Z Compiling libz-sys v1.1.24
42432026-05-21T17:09:42.338Z Compiling libgit2-sys v0.18.3+1.9.2
42442026-05-21T17:09:42.347Z Compiling vergen-git2 v1.0.7
42452026-05-21T17:09:42.374Z Compiling rustls v0.21.12
42462026-05-21T17:09:42.382Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42472026-05-21T17:09:42.386Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42482026-05-21T17:09:42.386Z Checking rustls-webpki v0.101.7
42492026-05-21T17:09:42.386Z Checking sct v0.7.1
42502026-05-21T17:09:42.535Z Compiling nix v0.29.0
42512026-05-21T17:09:42.570Z Compiling dropshot v0.16.7
42522026-05-21T17:09:42.620Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42532026-05-21T17:09:42.638Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42542026-05-21T17:09:42.709Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42552026-05-21T17:09:42.824Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42562026-05-21T17:09:42.854Z Checking toml v0.9.12+spec-1.1.0
42572026-05-21T17:09:42.869Z Compiling dropshot_endpoint v0.16.7
42582026-05-21T17:09:43.027Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42592026-05-21T17:09:43.151Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42602026-05-21T17:09:43.385Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42612026-05-21T17:09:43.449Z Checking rustls-pemfile v1.0.4
42622026-05-21T17:09:43.587Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42632026-05-21T17:09:43.778Z Checking twox-hash v2.1.2
42642026-05-21T17:09:43.798Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42652026-05-21T17:09:44.028Z Checking tokio-rustls v0.24.1
42662026-05-21T17:09:44.509Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42672026-05-21T17:09:44.684Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42682026-05-21T17:09:44.701Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42692026-05-21T17:09:45.199Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42702026-05-21T17:09:45.241Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42712026-05-21T17:09:45.358Z Checking fatfs v0.3.6
42722026-05-21T17:09:45.386Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42732026-05-21T17:09:45.426Z Compiling seq-macro v0.3.6
42742026-05-21T17:09:49.251Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42752026-05-21T17:09:49.373Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42762026-05-21T17:09:49.717Z Compiling git2 v0.20.4
42772026-05-21T17:09:51.907Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42782026-05-21T17:10:39.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.34s
42792026-05-21T17:10:39.902Z
42802026-05-21T17:10:39.903Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42812026-05-21T17:10:40.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-21T17:10:40.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-21T17:10:40.799Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42842026-05-21T17:11:19.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.53s
42852026-05-21T17:11:19.654Z
42862026-05-21T17:11:19.654Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42872026-05-21T17:11:20.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-21T17:11:20.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-21T17:11:20.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-21T17:11:20.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42912026-05-21T17:11:20.259Z
42922026-05-21T17:11:20.259Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42932026-05-21T17:11:20.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-21T17:11:20.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-21T17:11:20.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-21T17:11:20.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42972026-05-21T17:11:20.911Z
42982026-05-21T17:11:20.911Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
42992026-05-21T17:11:21.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-21T17:11:21.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-21T17:11:21.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-21T17:11:21.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43032026-05-21T17:11:21.579Z
43042026-05-21T17:11:21.579Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43052026-05-21T17:11:22.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-21T17:11:22.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-21T17:11:22.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-21T17:11:22.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43092026-05-21T17:11:22.249Z
43102026-05-21T17:11:22.249Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43112026-05-21T17:11:22.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-21T17:11:22.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-21T17:11:22.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-21T17:11:22.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43152026-05-21T17:11:22.902Z
43162026-05-21T17:11:22.902Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43172026-05-21T17:11:23.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-21T17:11:23.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-21T17:11:23.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-21T17:11:23.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43212026-05-21T17:11:23.565Z
43222026-05-21T17:11:23.565Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43232026-05-21T17:11:24.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-21T17:11:24.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-21T17:11:24.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-21T17:11:24.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-05-21T17:11:24.231Z
43282026-05-21T17:11:24.231Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43292026-05-21T17:11:24.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-21T17:11:24.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-21T17:11:24.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-21T17:11:24.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43332026-05-21T17:11:24.893Z
43342026-05-21T17:11:24.893Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43352026-05-21T17:11:25.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-21T17:11:25.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-21T17:11:25.815Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-05-21T17:11:25.815Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43392026-05-21T17:11:25.989Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43402026-05-21T17:11:26.023Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43412026-05-21T17:11:26.042Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43422026-05-21T17:11:26.059Z Checking diff v0.1.13
43432026-05-21T17:11:26.062Z Checking yansi v1.0.1
43442026-05-21T17:11:26.062Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43452026-05-21T17:11:26.130Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43462026-05-21T17:11:26.324Z Checking pretty_assertions v1.4.1
43472026-05-21T17:11:26.944Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43482026-05-21T17:11:27.113Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43492026-05-21T17:11:50.610Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43502026-05-21T17:11:50.614Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43512026-05-21T17:11:50.614Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43522026-05-21T17:11:50.615Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43532026-05-21T17:11:50.615Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43542026-05-21T17:11:50.615Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43552026-05-21T17:11:51.449Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43562026-05-21T17:11:52.550Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43572026-05-21T17:12:31.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43582026-05-21T17:12:31.318Z
43592026-05-21T17:12:31.318Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43602026-05-21T17:12:31.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-05-21T17:12:31.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-05-21T17:12:31.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43632026-05-21T17:12:31.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43642026-05-21T17:12:31.932Z
43652026-05-21T17:12:31.932Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43662026-05-21T17:12:32.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-05-21T17:12:32.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-05-21T17:12:32.703Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43692026-05-21T17:12:32.826Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43702026-05-21T17:12:32.830Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43712026-05-21T17:12:58.631Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43722026-05-21T17:12:59.021Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43732026-05-21T17:13:00.733Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-05-21T17:13:01.190Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43752026-05-21T17:13:04.141Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43762026-05-21T17:13:26.829Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43772026-05-21T17:13:27.545Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43782026-05-21T17:13:29.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.27s
43792026-05-21T17:13:29.421Z
43802026-05-21T17:13:29.421Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43812026-05-21T17:13:29.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-05-21T17:13:29.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-05-21T17:13:30.161Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43842026-05-21T17:13:30.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43852026-05-21T17:13:31.070Z
43862026-05-21T17:13:31.070Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43872026-05-21T17:13:31.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-21T17:13:31.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-21T17:13:31.741Z Compiling blake3 v1.8.3
43902026-05-21T17:13:31.852Z Checking arrayvec v0.7.6
43912026-05-21T17:13:31.852Z Checking constant_time_eq v0.4.2
43922026-05-21T17:13:31.855Z Checking arrayref v0.3.9
43932026-05-21T17:13:31.868Z Checking topological-sort v0.2.2
43942026-05-21T17:13:31.871Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43952026-05-21T17:13:31.871Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43962026-05-21T17:13:31.871Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43972026-05-21T17:13:31.920Z Checking shell-words v1.1.1
43982026-05-21T17:13:32.739Z Checking omicron-zone-package v0.12.2
43992026-05-21T17:13:33.452Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44002026-05-21T17:13:34.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
44012026-05-21T17:13:34.522Z
44022026-05-21T17:13:34.522Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44032026-05-21T17:13:35.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-05-21T17:13:35.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-05-21T17:13:35.174Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44062026-05-21T17:13:35.496Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44072026-05-21T17:13:35.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44082026-05-21T17:13:36.091Z
44092026-05-21T17:13:36.091Zinfo: running `cargo check --bins` on schema (258/276)
44102026-05-21T17:13:36.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-21T17:13:36.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-21T17:13:36.825Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44132026-05-21T17:13:37.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44142026-05-21T17:13:37.741Z
44152026-05-21T17:13:37.741Zinfo: running `cargo check --bins` on xtask (259/276)
44162026-05-21T17:13:38.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-05-21T17:13:38.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-05-21T17:13:38.198Z Checking libc v0.2.185
44192026-05-21T17:13:38.281Z Checking serde v1.0.228
44202026-05-21T17:13:38.285Z Checking zerofrom v0.1.6
44212026-05-21T17:13:38.288Z Checking bitflags v2.11.0
44222026-05-21T17:13:38.293Z Checking smallvec v1.15.1
44232026-05-21T17:13:38.300Z Checking indexmap v2.14.0
44242026-05-21T17:13:38.310Z Checking serde_json v1.0.149
44252026-05-21T17:13:38.313Z Checking scroll v0.12.0
44262026-05-21T17:13:38.381Z Checking yoke v0.8.1
44272026-05-21T17:13:38.433Z Checking num-traits v0.2.19
44282026-05-21T17:13:38.466Z Checking thiserror v1.0.69
44292026-05-21T17:13:38.540Z Checking log v0.4.29
44302026-05-21T17:13:38.549Z Checking zerovec v0.11.5
44312026-05-21T17:13:38.562Z Checking zerotrie v0.2.3
44322026-05-21T17:13:38.570Z Checking errno v0.3.14
44332026-05-21T17:13:38.660Z Checking serde_spanned v0.6.9
44342026-05-21T17:13:38.683Z Checking toml_datetime v0.6.11
44352026-05-21T17:13:38.686Z Checking rustix v1.1.3
44362026-05-21T17:13:38.786Z Checking percent-encoding v2.3.2
44372026-05-21T17:13:38.796Z Checking goblin v0.8.2
44382026-05-21T17:13:38.834Z Checking zerocopy v0.7.35
44392026-05-21T17:13:38.864Z Checking toml_edit v0.22.27
44402026-05-21T17:13:38.909Z Checking getrandom v0.4.1
44412026-05-21T17:13:38.925Z Checking form_urlencoded v1.2.2
44422026-05-21T17:13:38.950Z Checking ordered-float v2.10.1
44432026-05-21T17:13:38.979Z Checking tinystr v0.8.2
44442026-05-21T17:13:39.041Z Checking potential_utf v0.1.4
44452026-05-21T17:13:39.051Z Checking thiserror v2.0.18
44462026-05-21T17:13:39.148Z Checking syn v2.0.117
44472026-05-21T17:13:39.158Z Checking icu_locale_core v2.1.1
44482026-05-21T17:13:39.168Z Checking serde-value v0.7.0
44492026-05-21T17:13:39.171Z Checking icu_collections v2.1.1
44502026-05-21T17:13:39.320Z Checking dtrace-parser v0.2.0
44512026-05-21T17:13:39.369Z Checking thread-id v4.2.2
44522026-05-21T17:13:39.451Z Checking once_cell v1.21.3
44532026-05-21T17:13:39.481Z Checking cargo-platform v0.2.0
44542026-05-21T17:13:39.503Z Checking terminal_size v0.4.3
44552026-05-21T17:13:39.571Z Checking memmap v0.7.0
44562026-05-21T17:13:39.614Z Checking clap_builder v4.5.60
44572026-05-21T17:13:39.625Z Checking tempfile v3.25.0
44582026-05-21T17:13:39.656Z Checking textwrap v0.16.2
44592026-05-21T17:13:39.689Z Checking fs-err v3.3.0
44602026-05-21T17:13:39.701Z Checking icu_provider v2.1.1
44612026-05-21T17:13:39.810Z Checking camino-tempfile v1.4.1
44622026-05-21T17:13:39.863Z Checking tabled v0.15.0
44632026-05-21T17:13:39.874Z Checking anyhow v1.0.102
44642026-05-21T17:13:39.934Z Checking icu_properties v2.1.2
44652026-05-21T17:13:39.954Z Checking icu_normalizer v2.1.1
44662026-05-21T17:13:39.966Z Checking toml v0.8.23
44672026-05-21T17:13:40.068Z Checking macaddr v1.0.1
44682026-05-21T17:13:40.249Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44692026-05-21T17:13:40.284Z Checking cargo_toml v0.21.0
44702026-05-21T17:13:40.702Z Checking dof v0.3.0
44712026-05-21T17:13:40.749Z Checking idna_adapter v1.2.1
44722026-05-21T17:13:40.808Z Checking clap v4.5.60
44732026-05-21T17:13:40.867Z Checking idna v1.1.0
44742026-05-21T17:13:40.982Z Checking usdt-impl v0.5.0
44752026-05-21T17:13:41.091Z Checking url v2.5.8
44762026-05-21T17:13:41.227Z Checking usdt v0.5.0
44772026-05-21T17:13:41.432Z Checking cargo-util-schemas v0.8.2
44782026-05-21T17:13:42.127Z Checking cargo_metadata v0.21.0
44792026-05-21T17:13:42.729Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44802026-05-21T17:13:43.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
44812026-05-21T17:13:43.267Z
44822026-05-21T17:13:43.267Zinfo: running `cargo check --bins` on dnsadm (260/276)
44832026-05-21T17:13:43.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-05-21T17:13:43.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-05-21T17:13:43.915Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44862026-05-21T17:13:44.395Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44872026-05-21T17:13:44.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44882026-05-21T17:13:44.990Z
44892026-05-21T17:13:44.991Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44902026-05-21T17:13:45.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-21T17:13:45.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-21T17:13:45.793Z Checking polyval v0.6.2
44932026-05-21T17:13:45.917Z Checking ctr v0.9.2
44942026-05-21T17:13:45.927Z Checking ssh-encoding v0.2.0
44952026-05-21T17:13:45.927Z Checking blowfish v0.9.1
44962026-05-21T17:13:45.948Z Checking password-hash v0.4.2
44972026-05-21T17:13:45.963Z Checking p521 v0.13.3
44982026-05-21T17:13:45.963Z Checking p256 v0.13.2
44992026-05-21T17:13:45.990Z Checking russh-cryptovec v0.7.3
45002026-05-21T17:13:46.056Z Checking ghash v0.5.1
45012026-05-21T17:13:46.070Z Checking md5 v0.7.0
45022026-05-21T17:13:46.086Z Checking bcrypt-pbkdf v0.10.0
45032026-05-21T17:13:46.101Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45042026-05-21T17:13:46.125Z Checking num-bigint v0.4.6
45052026-05-21T17:13:46.169Z Checking pbkdf2 v0.11.0
45062026-05-21T17:13:46.169Z Checking aes-gcm v0.10.3
45072026-05-21T17:13:46.209Z Checking des v0.8.1
45082026-05-21T17:13:46.231Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45092026-05-21T17:13:46.231Z Checking hex-literal v0.4.1
45102026-05-21T17:13:46.338Z Checking ssh-cipher v0.2.0
45112026-05-21T17:13:46.342Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45122026-05-21T17:13:46.350Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45132026-05-21T17:13:46.364Z Checking socket2 v0.5.10
45142026-05-21T17:13:46.391Z Checking internet-checksum v0.2.1
45152026-05-21T17:13:46.506Z Checking ssh-key v0.6.7
45162026-05-21T17:13:46.622Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45172026-05-21T17:13:47.143Z Checking russh-keys v0.45.0
45182026-05-21T17:13:47.700Z Checking russh v0.45.0
45192026-05-21T17:14:03.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.98s
45202026-05-21T17:14:04.195Z
45212026-05-21T17:14:04.195Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45222026-05-21T17:14:04.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-05-21T17:14:04.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-05-21T17:14:04.840Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45252026-05-21T17:14:04.952Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45262026-05-21T17:14:04.957Z Checking termios v0.3.3
45272026-05-21T17:14:06.171Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45282026-05-21T17:14:06.319Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45292026-05-21T17:14:08.215Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45302026-05-21T17:14:08.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45312026-05-21T17:14:08.863Z
45322026-05-21T17:14:08.863Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45332026-05-21T17:14:09.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-05-21T17:14:09.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-05-21T17:14:09.584Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45362026-05-21T17:14:09.698Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45372026-05-21T17:14:09.707Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45382026-05-21T17:14:09.711Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45392026-05-21T17:14:09.720Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45402026-05-21T17:14:09.731Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45412026-05-21T17:14:10.447Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45422026-05-21T17:14:10.792Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45432026-05-21T17:14:10.792Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45442026-05-21T17:14:11.561Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45452026-05-21T17:14:13.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
45462026-05-21T17:14:13.479Z
45472026-05-21T17:14:13.480Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45482026-05-21T17:14:13.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-21T17:14:13.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-21T17:14:13.924Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45512026-05-21T17:14:14.368Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45522026-05-21T17:14:14.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45532026-05-21T17:14:14.889Z
45542026-05-21T17:14:14.889Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45552026-05-21T17:14:15.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-21T17:14:15.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-21T17:14:15.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45582026-05-21T17:14:15.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45592026-05-21T17:14:15.515Z
45602026-05-21T17:14:15.515Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45612026-05-21T17:14:15.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-05-21T17:14:16.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-05-21T17:14:16.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-05-21T17:14:16.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45652026-05-21T17:14:16.103Z
45662026-05-21T17:14:16.103Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45672026-05-21T17:14:16.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-21T17:14:16.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-21T17:14:16.865Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45702026-05-21T17:14:17.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45712026-05-21T17:14:17.668Z
45722026-05-21T17:14:17.668Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45732026-05-21T17:14:18.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-21T17:14:18.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-21T17:14:18.387Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45762026-05-21T17:14:18.392Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45772026-05-21T17:14:18.592Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45782026-05-21T17:14:18.592Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45792026-05-21T17:14:22.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45802026-05-21T17:14:22.869Z
45812026-05-21T17:14:22.869Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45822026-05-21T17:14:22.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-05-21T17:14:22.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-05-21T17:14:22.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45852026-05-21T17:14:22.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45862026-05-21T17:14:22.869Z
45872026-05-21T17:14:22.869Zinfo: running `cargo check --bins` on omicron-package (270/276)
45882026-05-21T17:14:22.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-21T17:14:22.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-21T17:14:22.869Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45912026-05-21T17:14:22.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45922026-05-21T17:14:22.869Z
45932026-05-21T17:14:22.869Zinfo: running `cargo check --bins` on tqdb (271/276)
45942026-05-21T17:14:22.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-21T17:14:22.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-21T17:14:22.910Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45972026-05-21T17:14:23.262Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45982026-05-21T17:14:23.774Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45992026-05-21T17:14:23.774Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46002026-05-21T17:14:29.676Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46012026-05-21T17:14:29.676Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46022026-05-21T17:14:30.246Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46032026-05-21T17:14:30.246Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46042026-05-21T17:14:30.250Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46052026-05-21T17:14:30.250Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46062026-05-21T17:14:31.023Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46072026-05-21T17:14:31.969Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46082026-05-21T17:14:32.742Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46092026-05-21T17:14:33.355Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46102026-05-21T17:14:37.635Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46112026-05-21T17:14:44.006Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46122026-05-21T17:14:44.007Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46132026-05-21T17:14:44.012Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46142026-05-21T17:14:44.012Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46152026-05-21T17:14:45.524Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46162026-05-21T17:14:46.859Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46172026-05-21T17:14:47.534Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46182026-05-21T17:14:48.768Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46192026-05-21T17:14:49.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.19s
46202026-05-21T17:14:49.540Z
46212026-05-21T17:14:49.540Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46222026-05-21T17:14:50.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-05-21T17:14:50.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-05-21T17:14:50.264Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46252026-05-21T17:14:50.268Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46262026-05-21T17:14:50.268Z Checking rtoolbox v0.0.3
46272026-05-21T17:14:50.398Z Checking tui-tree-widget v0.23.1
46282026-05-21T17:14:50.498Z Checking rpassword v7.4.0
46292026-05-21T17:14:51.530Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46302026-05-21T17:14:54.500Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46312026-05-21T17:14:56.357Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46322026-05-21T17:14:57.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
46332026-05-21T17:14:57.477Z
46342026-05-21T17:14:57.477Zinfo: running `cargo check --bins` on wicket (273/276)
46352026-05-21T17:14:58.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-05-21T17:14:58.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-05-21T17:14:58.189Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46382026-05-21T17:14:58.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
46392026-05-21T17:14:58.774Z
46402026-05-21T17:14:58.774Zinfo: running `cargo check --bins` on wicketd (274/276)
46412026-05-21T17:14:59.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-21T17:14:59.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-21T17:14:59.506Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46442026-05-21T17:14:59.506Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46452026-05-21T17:14:59.509Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46462026-05-21T17:14:59.509Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46472026-05-21T17:15:00.503Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46482026-05-21T17:15:01.080Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46492026-05-21T17:15:04.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
46502026-05-21T17:15:04.245Z
46512026-05-21T17:15:04.245Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46522026-05-21T17:15:04.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-05-21T17:15:04.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-05-21T17:15:04.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46552026-05-21T17:15:04.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46562026-05-21T17:15:04.843Z
46572026-05-21T17:15:04.843Zinfo: running `cargo check --bins` on zone-setup (276/276)
46582026-05-21T17:15:05.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-21T17:15:05.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-21T17:15:05.517Z Checking uzers v0.12.2
46612026-05-21T17:15:05.794Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46622026-05-21T17:15:06.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46632026-05-21T17:15:06.743Z
46642026-05-21T17:15:06.743Zreal 14:13.287201088
46652026-05-21T17:15:06.743Zuser 20:35.748981094
46662026-05-21T17:15:06.743Zsys 4:15.973127023
46672026-05-21T17:15:06.743Ztrap 0.326859712
46682026-05-21T17:15:06.744Ztflt 1.865564512
46692026-05-21T17:15:06.744Zdflt 1.715622095
46702026-05-21T17:15:06.744Zkflt 0.036361055
46712026-05-21T17:15:06.744Zlock 1:17:29.656545404
46722026-05-21T17:15:06.744Zslp 1:38:43.277437659
46732026-05-21T17:15:06.744Zlat 57.800976157
46742026-05-21T17:15:06.747Zstop 3:35.718189866
46752026-05-21T17:15:06.747Zprocess exited: duration 991346 ms, exit code 0
 
46762026-05-21T17:15:06.754Zfound 0 output files