01KQ2T41BS6D7Y4YFQ39CRGPWS: check-features (helios)

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

Buildomat Job: 01KQ2T4D2T740TZJ3FYBNEFDKZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T17:13:55.693Zjob assigned to worker 01KQ2T2S5GA1SSZBDV2K61DEWR [factory aws, i-0ea60bc56d5283b61] (queued for 0 s)
 
22026-04-25T17:13:56.240Zstarting task 0: "setup"
32026-04-25T17:13:56.244Z++ uname -s
42026-04-25T17:13:56.247Z+ kern=SunOS
52026-04-25T17:13:56.247Z+ build_user=build
62026-04-25T17:13:56.247Z+ build_uid=12345
72026-04-25T17:13:56.247Z+ work_dir=/work
82026-04-25T17:13:56.247Z+ input_dir=/input
92026-04-25T17:13:56.247Z+ [[ 0 == 12345 ]]
102026-04-25T17:13:56.247Z+ case "$kern" in
112026-04-25T17:13:56.247Z+ groupadd -g 12345 build
122026-04-25T17:13:56.250Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T17:13:58.254Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T17:13:58.355Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T17:13:58.358Z+ home_fs=zfs
162026-04-25T17:13:58.358Z+ [[ zfs == autofs ]]
172026-04-25T17:13:58.358Z+ mkdir -p /home/build
182026-04-25T17:13:58.358Z+ chown build:build /home/build /work
192026-04-25T17:14:00.360Z+ chmod 0700 /home/build /work
202026-04-25T17:14:00.362Zprocess exited: duration 4124 ms, exit code 0
 
212026-04-25T17:14:00.368Zstarting task 1: "rust-toolchain"
222026-04-25T17:14:00.372Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-25T17:14:00.372Z * rust toolchain channel = "1.94.0"
242026-04-25T17:14:00.372Z * rust toolchain profile = "default"
252026-04-25T17:14:00.374Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-25T17:14:00.374Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-25T17:14:00.374Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-25T17:14:00.374Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T17:14:00.374Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-25T17:14:00.448Zinfo: downloading installer
312026-04-25T17:14:01.778Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T17:14:01.778Zwarn: /opt/ooce/bin
332026-04-25T17:14:01.778Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T17:14:01.778Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T17:14:01.778Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T17:14:01.778Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T17:14:01.778Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T17:14:01.778Zerror: cannot install while Rust is installed
392026-04-25T17:14:01.778Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T17:14:01.778Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T17:14:01.778Zwarn: /home/build/.rustup/settings.toml
422026-04-25T17:14:01.778Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T17:14:01.778Zwarn: instead of the one inferred from the default host triple.
442026-04-25T17:14:01.792Zinfo: profile set to default
452026-04-25T17:14:01.792Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T17:14:01.795Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-25T17:14:01.925Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-25T17:14:01.928Zinfo: downloading 6 components
492026-04-25T17:14:16.031Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-25T17:14:16.032Z
512026-04-25T17:14:16.069Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-25T17:14:16.069Z
532026-04-25T17:14:16.069Z
542026-04-25T17:14:16.069ZRust is installed now. Great!
552026-04-25T17:14:16.069Z
562026-04-25T17:14:16.069ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T17:14:16.069Zenvironment variable. This has not been done automatically.
582026-04-25T17:14:16.069Z
592026-04-25T17:14:16.069ZTo configure your current shell, you need to source
602026-04-25T17:14:16.069Zthe corresponding env file under $HOME/.cargo.
612026-04-25T17:14:16.069Z
622026-04-25T17:14:16.069ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T17:14:16.069Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T17:14:16.069Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T17:14:16.069Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T17:14:16.069Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T17:14:16.069Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T17:14:16.069Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T17:14:16.074Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T17:14:16.074Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T17:14:16.173Z+ rustup --version
722026-04-25T17:14:16.182Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T17:14:16.184Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T17:14:16.203Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-25T17:14:16.206Z+ cargo --version
762026-04-25T17:14:16.220Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-25T17:14:16.223Z+ rustc --version
782026-04-25T17:14:16.242Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-25T17:14:16.245Zprocess exited: duration 15874 ms, exit code 0
 
802026-04-25T17:14:16.250Zstarting task 2: "authentication"
812026-04-25T17:14:16.266Zprocess exited: duration 15 ms, exit code 0
 
822026-04-25T17:14:16.271Zstarting task 3: "clone repository"
832026-04-25T17:14:16.274Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-25T17:14:16.277Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-25T17:14:16.311ZCloning into '/work/oxidecomputer/omicron'...
862026-04-25T17:14:25.089Z+ cd /work/oxidecomputer/omicron
872026-04-25T17:14:25.089Z+ git fetch origin 37518ea5600441147fb98012bc8fd3cb33003b87
882026-04-25T17:14:25.364ZFrom https://github.com/oxidecomputer/omicron
892026-04-25T17:14:25.364Z * branch 37518ea5600441147fb98012bc8fd3cb33003b87 -> FETCH_HEAD
902026-04-25T17:14:25.375Z+ [[ -n '' ]]
912026-04-25T17:14:25.377Z+ git reset --hard 37518ea5600441147fb98012bc8fd3cb33003b87
922026-04-25T17:14:25.613ZHEAD is now at 37518ea56 rustfmt
932026-04-25T17:14:25.616Zprocess exited: duration 9343 ms, exit code 0
 
942026-04-25T17:14:25.622Zstarting task 4: "build"
952026-04-25T17:14:25.625Z+ source .github/buildomat/ci-env.sh
962026-04-25T17:14:25.628Z++ export CARGO_TERM_COLOR=always
972026-04-25T17:14:25.628Z++ CARGO_TERM_COLOR=always
982026-04-25T17:14:25.628Z+ cargo --version
992026-04-25T17:14:25.635Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-04-25T17:14:25.637Z+ rustc --version
1012026-04-25T17:14:25.657Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-04-25T17:14:25.659Z+ source ./env.sh
1032026-04-25T17:14:25.659Z++ OLD_SHELL_OPTS=ehxB
1042026-04-25T17:14:25.659Z++ set -o xtrace
1052026-04-25T17:14:25.662Z++++ dirname ./env.sh
1062026-04-25T17:14:25.662Z+++ readlink -f .
1072026-04-25T17:14:25.665Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-04-25T17:14:25.665Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-25T17:14:25.665Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-25T17:14:25.665Z++ 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
1112026-04-25T17:14:25.665Z++ 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
1122026-04-25T17:14:25.665Z++ 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
1132026-04-25T17:14:25.665Z++ 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
1142026-04-25T17:14:25.665Z++ 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
1152026-04-25T17:14:25.665Z++ 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
1162026-04-25T17:14:25.665Z++ case $OLD_SHELL_OPTS in
1172026-04-25T17:14:25.665Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-04-25T17:14:25.665Z+ 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
1192026-04-25T17:14:25.665Z+ 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
1202026-04-25T17:14:25.665Z+ banner prerequisites
1212026-04-25T17:14:25.669Z
1222026-04-25T17:14:25.669Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-04-25T17:14:25.669Z # # # # # # # # # # # # # # #
1242026-04-25T17:14:25.669Z # # # # ##### # # ##### # # # # # #### #
1252026-04-25T17:14:25.669Z ##### ##### # ##### # # # # # # # # #
1262026-04-25T17:14:25.669Z # # # # # # # # # # # # # # #
1272026-04-25T17:14:25.669Z # # # ###### # # ###### ### # #### # #### #
1282026-04-25T17:14:25.669Z
1292026-04-25T17:14:25.669Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-04-25T17:14:35.943Z Startup: Refreshing catalog 'helios-dev' ... Done
1312026-04-25T17:14:43.296Z Startup: Caching catalogs ... Done
1322026-04-25T17:14:49.752ZPlanning: Solver setup ... Done (4.923s)
1332026-04-25T17:14:49.786ZPlanning: Running solver ... Done (0.034s)
1342026-04-25T17:14:49.944ZPlanning: Finding local manifests ... Done (0.003s)
1352026-04-25T17:14:49.949ZPlanning: Fetching manifests: 0/5 0% complete
1362026-04-25T17:14:50.049ZPlanning: Fetching manifests: 5/5 100% complete
1372026-04-25T17:14:50.086ZPlanning: Package planning ... Done (0.037s)
1382026-04-25T17:14:50.121ZPlanning: Merging actions ... Done (0.036s)
1392026-04-25T17:14:50.301ZPlanning: Checking for conflicting actions ... Done (0.180s)
1402026-04-25T17:14:50.312ZPlanning: Consolidating action changes ... Done (0.009s)
1412026-04-25T17:14:51.058ZPlanning: Evaluating mediators ... Done (0.747s)
1422026-04-25T17:14:51.065ZPlanning: Planning completed in 7.60 seconds
1432026-04-25T17:14:51.076Z Packages to install: 5
1442026-04-25T17:14:51.076Z Mediators to change: 3
1452026-04-25T17:14:51.079Z Services to change: 1
1462026-04-25T17:14:51.079Z Estimated space available: 155.35 GB
1472026-04-25T17:14:51.079ZEstimated space to be consumed: 1.89 GB
1482026-04-25T17:14:51.079Z Create boot environment: No
1492026-04-25T17:14:51.079ZCreate backup boot environment: No
1502026-04-25T17:14:51.079Z Rebuild boot archive: No
1512026-04-25T17:14:51.079Z
1522026-04-25T17:14:51.079ZChanged mediators:
1532026-04-25T17:14:51.079Z mediator clang:
1542026-04-25T17:14:51.079Z version: None -> 15 (system default)
1552026-04-25T17:14:51.079Z
1562026-04-25T17:14:51.079Z mediator llvm:
1572026-04-25T17:14:51.079Z version: 14 (system default) -> 15 (system default)
1582026-04-25T17:14:51.079Z
1592026-04-25T17:14:51.079Z mediator postgresql:
1602026-04-25T17:14:51.079Z version: 15 (system default) -> 18 (system default)
1612026-04-25T17:14:51.079Z
1622026-04-25T17:14:51.079ZChanged packages:
1632026-04-25T17:14:51.079Zhelios-dev
1642026-04-25T17:14:51.079Z developer/build-essential
1652026-04-25T17:14:51.079Z None -> 11-2.0
1662026-04-25T17:14:51.079Z library/libxmlsec1
1672026-04-25T17:14:51.080Z None -> 1.2.35-2.0
1682026-04-25T17:14:51.080Z ooce/developer/clang-15
1692026-04-25T17:14:51.080Z None -> 15.0.7-2.0
1702026-04-25T17:14:51.080Z ooce/developer/llvm-15
1712026-04-25T17:14:51.080Z None -> 15.0.7-2.0
1722026-04-25T17:14:51.080Z ooce/library/postgresql-18
1732026-04-25T17:14:51.080Z None -> 18.1-2.0
1742026-04-25T17:14:51.080Z
1752026-04-25T17:14:51.080ZServices:
1762026-04-25T17:14:51.080Z restart_fmri:
1772026-04-25T17:14:51.080Z svc:/system/update-man-index:default
1782026-04-25T17:14:51.120Z
1792026-04-25T17:14:51.120ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1802026-04-25T17:14:56.155ZDownload: 2215/4272 items 119.2/219.0MB 54% complete (24.1M/s)
1812026-04-25T17:15:02.157ZDownload: 3443/4272 items 213.4/219.0MB 97% complete (21.4M/s)
1822026-04-25T17:15:02.207ZDownload: Completed 218.99 MB in 11.09 seconds (19.8M/s)
1832026-04-25T17:15:02.366Z Actions: 1/4789 actions (Installing new actions)
1842026-04-25T17:15:05.695Z Actions: Completed 4789 actions in 3.33 seconds.
1852026-04-25T17:15:06.014Z Done (0.309s)
1862026-04-25T17:15:06.014Z Done (0.000s)
1872026-04-25T17:15:06.751Z Done (0.728s)
1882026-04-25T17:15:09.866Z Done (2.781s)
1892026-04-25T17:15:09.940Z Done (0.012s)
1902026-04-25T17:15:09.943Z Done (0.000s)
1912026-04-25T17:15:10.307Z Done (0.000s)
1922026-04-25T17:15:11.170ZPlanning: Evaluating mediator changes ... Done
1932026-04-25T17:15:11.279ZPlanning: Checking for conflicting actions ... Done
1942026-04-25T17:15:11.282ZPlanning: Consolidating action changes ... Done
1952026-04-25T17:15:11.438ZPlanning: Evaluating mediators ... Done
1962026-04-25T17:15:11.441ZPlanning: Planning completed in 0.27 seconds
1972026-04-25T17:15:11.459Z Mediators to change: 2
1982026-04-25T17:15:11.459Z Create boot environment: No
1992026-04-25T17:15:11.462ZCreate backup boot environment: No
2002026-04-25T17:15:11.537Z Done
2012026-04-25T17:15:11.537Z Done
2022026-04-25T17:15:12.163Z Done
2032026-04-25T17:15:14.647Z Done
2042026-04-25T17:15:14.716Z Done
2052026-04-25T17:15:14.719Z Done
2062026-04-25T17:15:14.852Z Done
2072026-04-25T17:15:15.116ZPlanning: Evaluating mediator changes ... Done
2082026-04-25T17:15:15.223ZPlanning: Checking for conflicting actions ... Done
2092026-04-25T17:15:15.226ZPlanning: Consolidating action changes ... Done
2102026-04-25T17:15:15.382ZPlanning: Evaluating mediators ... Done
2112026-04-25T17:15:15.385ZPlanning: Planning completed in 0.27 seconds
2122026-04-25T17:15:15.403Z Mediators to change: 1
2132026-04-25T17:15:15.403Z Create boot environment: No
2142026-04-25T17:15:15.403ZCreate backup boot environment: No
2152026-04-25T17:15:15.458Z Done
2162026-04-25T17:15:15.458Z Done
2172026-04-25T17:15:16.052Z Done
2182026-04-25T17:15:18.538Z Done
2192026-04-25T17:15:18.610Z Done
2202026-04-25T17:15:18.613Z Done
2212026-04-25T17:15:18.764Z Done
2222026-04-25T17:15:19.055ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232026-04-25T17:15:19.055Zclang system 15 system
2242026-04-25T17:15:19.056Zcsh system system illumos
2252026-04-25T17:15:19.056Zctags system system illumos
2262026-04-25T17:15:19.056Zfile system system illumos
2272026-04-25T17:15:19.056Zgcc vendor 12 vendor
2282026-04-25T17:15:19.056Zgcc system 14 system
2292026-04-25T17:15:19.056Zgcc system 10 system
2302026-04-25T17:15:19.056Zgo system 1.20 system
2312026-04-25T17:15:19.056Zgo system 1.19 system
2322026-04-25T17:15:19.056Zllvm system 15 system
2332026-04-25T17:15:19.057Zllvm system 14 system
2342026-04-25T17:15:19.057Zmariadb system 10.6 system
2352026-04-25T17:15:19.057Zmta vendor vendor dma
2362026-04-25T17:15:19.057Zopenjdk system 17 system
2372026-04-25T17:15:19.057Zopenjdk system 11 system
2382026-04-25T17:15:19.057Zopenjdk system 1.8 system
2392026-04-25T17:15:19.057Zopenssl vendor 3 vendor
2402026-04-25T17:15:19.057Zperl system 5.36 system
2412026-04-25T17:15:19.057Zpostgresql system 18 system
2422026-04-25T17:15:19.057Zpostgresql system 15 system
2432026-04-25T17:15:19.057Zpostgresql system 13 system
2442026-04-25T17:15:19.058Zpython vendor 3 vendor
2452026-04-25T17:15:19.058Zpython system 2 system
2462026-04-25T17:15:19.058Zpython3 system 3.11 system
2472026-04-25T17:15:19.058Zruby system 3.0 system
2482026-04-25T17:15:19.058Zwords vendor vendor american-english
2492026-04-25T17:15:19.058Zwords system system australian-english
2502026-04-25T17:15:19.058Zwords system system british-english
2512026-04-25T17:15:19.058Zwords system system canadian-english
2522026-04-25T17:15:19.058Zwords system system french
2532026-04-25T17:15:19.058Zwords system system italian
2542026-04-25T17:15:19.059Zwords system system ngerman
2552026-04-25T17:15:19.059Zwords system system ogerman
2562026-04-25T17:15:19.059Zwords system system spanish
2572026-04-25T17:15:19.286ZPUBLISHER TYPE STATUS P LOCATION
2582026-04-25T17:15:19.287Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592026-04-25T17:15:23.812ZFMRI IFO
2602026-04-25T17:15:23.812Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612026-04-25T17:15:23.812Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622026-04-25T17:15:23.812Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632026-04-25T17:15:23.812Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642026-04-25T17:15:23.812Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652026-04-25T17:15:23.812Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2662026-04-25T17:15:23.812Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2672026-04-25T17:15:23.812Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2682026-04-25T17:15:23.812Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2692026-04-25T17:15:23.812Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2702026-04-25T17:15:23.812Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2712026-04-25T17:15:23.812Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2722026-04-25T17:15:23.812Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2732026-04-25T17:15:23.812Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2742026-04-25T17:15:23.812Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2752026-04-25T17:15:23.812Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2762026-04-25T17:15:23.812Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2772026-04-25T17:15:24.938Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2782026-04-25T17:15:25.220Z Updating crates.io index
2792026-04-25T17:15:25.253Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802026-04-25T17:15:25.977Z Updating git repository `https://github.com/oxidecomputer/lldp`
2812026-04-25T17:15:26.298Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2822026-04-25T17:15:26.967Z Updating git repository `https://github.com/oxidecomputer/propolis`
2832026-04-25T17:15:27.767Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842026-04-25T17:15:28.258Z Updating git repository `https://github.com/oxidecomputer/crucible`
2852026-04-25T17:15:29.555Z Updating git repository `https://github.com/oxidecomputer/opte`
2862026-04-25T17:15:30.452Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872026-04-25T17:15:30.749Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882026-04-25T17:15:31.823Z Updating git repository `https://github.com/oxidecomputer/clickward`
2892026-04-25T17:15:32.096Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2902026-04-25T17:15:32.534Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2912026-04-25T17:15:32.976Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2922026-04-25T17:15:33.911Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2932026-04-25T17:15:34.448Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-04-25T17:15:34.775Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952026-04-25T17:15:35.048Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2962026-04-25T17:15:35.485Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2972026-04-25T17:15:35.733Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2982026-04-25T17:15:35.983Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2992026-04-25T17:15:36.251Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002026-04-25T17:15:36.708Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3012026-04-25T17:15:37.148Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3022026-04-25T17:15:37.559Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3032026-04-25T17:15:37.883Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3042026-04-25T17:15:38.224Z Updating git repository `https://github.com/oxidecomputer/ispf`
3052026-04-25T17:15:38.518Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3062026-04-25T17:15:39.742Z Updating git repository `https://github.com/oxidecomputer/crucible`
3072026-04-25T17:15:40.301Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082026-04-25T17:15:40.836Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3092026-04-25T17:15:41.120Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3102026-04-25T17:15:41.558Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3112026-04-25T17:15:41.913Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3122026-04-25T17:15:42.441Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3132026-04-25T17:15:42.710Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3142026-04-25T17:15:42.989Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3152026-04-25T17:15:43.250Z Updating git repository `https://github.com/illumos/smf-rs`
3162026-04-25T17:15:43.624Z Updating git repository `https://github.com/oxidecomputer/omicron`
3172026-04-25T17:15:55.302Z Downloading crates ...
3182026-04-25T17:15:55.346Z Downloaded cpufeatures v0.2.17
3192026-04-25T17:15:55.352Z Downloaded crypto-common v0.1.7
3202026-04-25T17:15:55.355Z Downloaded dtrace-parser v0.2.0
3212026-04-25T17:15:55.355Z Downloaded displaydoc v0.2.5
3222026-04-25T17:15:55.358Z Downloaded digest v0.10.7
3232026-04-25T17:15:55.368Z Downloaded idna_adapter v1.2.1
3242026-04-25T17:15:55.370Z Downloaded macaddr v1.0.1
3252026-04-25T17:15:55.370Z Downloaded colorchoice v1.0.4
3262026-04-25T17:15:55.370Z Downloaded unicode-linebreak v0.1.5
3272026-04-25T17:15:55.377Z Downloaded zmij v1.0.21
3282026-04-25T17:15:55.379Z Downloaded is_terminal_polyfill v1.70.2
3292026-04-25T17:15:55.379Z Downloaded errno v0.3.14
3302026-04-25T17:15:55.379Z Downloaded thiserror v1.0.69
3312026-04-25T17:15:55.382Z Downloaded anstyle v1.0.13
3322026-04-25T17:15:55.388Z Downloaded tabled_derive v0.7.0
3332026-04-25T17:15:55.388Z Downloaded strsim v0.11.1
3342026-04-25T17:15:55.388Z Downloaded scroll_derive v0.12.1
3352026-04-25T17:15:55.388Z Downloaded fnv v1.0.7
3362026-04-25T17:15:55.391Z Downloaded dof v0.3.0
3372026-04-25T17:15:55.391Z Downloaded zerofrom v0.1.6
3382026-04-25T17:15:55.391Z Downloaded toml_write v0.1.2
3392026-04-25T17:15:55.391Z Downloaded zerofrom-derive v0.1.6
3402026-04-25T17:15:55.391Z Downloaded yoke-derive v0.8.1
3412026-04-25T17:15:55.391Z Downloaded utf8_iter v1.0.4
3422026-04-25T17:15:55.391Z Downloaded toml_datetime v0.6.11
3432026-04-25T17:15:55.395Z Downloaded serde-value v0.7.0
3442026-04-25T17:15:55.396Z Downloaded potential_utf v0.1.4
3452026-04-25T17:15:55.396Z Downloaded stable_deref_trait v1.2.1
3462026-04-25T17:15:55.398Z Downloaded utf8parse v0.2.2
3472026-04-25T17:15:55.398Z Downloaded version_check v0.9.5
3482026-04-25T17:15:55.398Z Downloaded autocfg v1.5.0
3492026-04-25T17:15:55.401Z Downloaded usdt-macro v0.5.0
3502026-04-25T17:15:55.401Z Downloaded thread-id v4.2.2
3512026-04-25T17:15:55.401Z Downloaded usdt v0.5.0
3522026-04-25T17:15:55.401Z Downloaded anstyle-parse v0.2.7
3532026-04-25T17:15:55.404Z Downloaded toml_edit v0.22.27
3542026-04-25T17:15:55.404Z Downloaded itoa v1.0.17
3552026-04-25T17:15:55.406Z Downloaded unicode-xid v0.2.6
3562026-04-25T17:15:55.406Z Downloaded usdt-attr-macro v0.5.0
3572026-04-25T17:15:55.406Z Downloaded typeid v1.0.3
3582026-04-25T17:15:55.409Z Downloaded plain v0.2.3
3592026-04-25T17:15:55.409Z Downloaded percent-encoding v2.3.2
3602026-04-25T17:15:55.412Z Downloaded proc-macro-error-attr v1.0.4
3612026-04-25T17:15:55.412Z Downloaded form_urlencoded v1.2.2
3622026-04-25T17:15:55.412Z Downloaded block-buffer v0.10.4
3632026-04-25T17:15:55.415Z Downloaded cargo-platform v0.2.0
3642026-04-25T17:15:55.415Z Downloaded thiserror-impl v1.0.69
3652026-04-25T17:15:55.417Z Downloaded ucd-trie v0.1.7
3662026-04-25T17:15:55.417Z Downloaded ordered-float v2.10.1
3672026-04-25T17:15:55.417Z Downloaded heck v0.4.1
3682026-04-25T17:15:55.420Z Downloaded cfg-if v1.0.4
3692026-04-25T17:15:55.423Z Downloaded tinystr v0.8.2
3702026-04-25T17:15:55.423Z Downloaded thiserror-impl v2.0.18
3712026-04-25T17:15:55.426Z Downloaded memmap v0.7.0
3722026-04-25T17:15:55.426Z Downloaded serde_spanned v0.6.9
3732026-04-25T17:15:55.426Z Downloaded thiserror v2.0.18
3742026-04-25T17:15:55.428Z Downloaded usdt-impl v0.5.0
3752026-04-25T17:15:55.431Z Downloaded terminal_size v0.4.3
3762026-04-25T17:15:55.431Z Downloaded heck v0.5.0
3772026-04-25T17:15:55.431Z Downloaded generic-array v0.14.7
3782026-04-25T17:15:55.435Z Downloaded writeable v0.6.2
3792026-04-25T17:15:55.435Z Downloaded toml v0.8.23
3802026-04-25T17:15:55.435Z Downloaded swrite v0.1.0
3812026-04-25T17:15:55.438Z Downloaded smawk v0.3.2
3822026-04-25T17:15:55.438Z Downloaded fastrand v2.3.0
3832026-04-25T17:15:55.438Z Downloaded anstyle-query v1.1.5
3842026-04-25T17:15:55.438Z Downloaded zerovec-derive v0.11.2
3852026-04-25T17:15:55.441Z Downloaded yoke v0.8.1
3862026-04-25T17:15:55.441Z Downloaded pretty-hex v0.4.1
3872026-04-25T17:15:55.441Z Downloaded zerocopy-derive v0.7.35
3882026-04-25T17:15:55.444Z Downloaded unicode-ident v1.0.24
3892026-04-25T17:15:55.444Z Downloaded cargo_toml v0.21.0
3902026-04-25T17:15:55.448Z Downloaded clap_lex v1.0.0
3912026-04-25T17:15:55.451Z Downloaded textwrap v0.16.2
3922026-04-25T17:15:55.454Z Downloaded scroll v0.12.0
3932026-04-25T17:15:55.454Z Downloaded zerotrie v0.2.3
3942026-04-25T17:15:55.457Z Downloaded fs-err v3.3.0
3952026-04-25T17:15:55.460Z Downloaded once_cell v1.21.3
3962026-04-25T17:15:55.460Z Downloaded url v2.5.8
3972026-04-25T17:15:55.463Z Downloaded equivalent v1.0.2
3982026-04-25T17:15:55.463Z Downloaded typenum v1.19.0
3992026-04-25T17:15:55.465Z Downloaded anstream v0.6.21
4002026-04-25T17:15:55.471Z Downloaded bytecount v0.6.9
4012026-04-25T17:15:55.474Z Downloaded zerocopy v0.7.35
4022026-04-25T17:15:55.481Z Downloaded serde-untagged v0.1.9
4032026-04-25T17:15:55.483Z Downloaded zerovec v0.11.5
4042026-04-25T17:15:55.486Z Downloaded synstructure v0.13.2
4052026-04-25T17:15:55.486Z Downloaded serde_tokenstream v0.2.3
4062026-04-25T17:15:55.486Z Downloaded quote v1.0.44
4072026-04-25T17:15:55.489Z Downloaded sha2 v0.10.9
4082026-04-25T17:15:55.489Z Downloaded semver v1.0.27
4092026-04-25T17:15:55.491Z Downloaded camino v1.2.2
4102026-04-25T17:15:55.491Z Downloaded byteorder v1.5.0
4112026-04-25T17:15:55.491Z Downloaded camino-tempfile v1.4.1
4122026-04-25T17:15:55.494Z Downloaded proc-macro-error v1.0.4
4132026-04-25T17:15:55.494Z Downloaded winnow v0.7.14
4142026-04-25T17:15:55.499Z Downloaded unicode-width v0.1.14
4152026-04-25T17:15:55.502Z Downloaded pest_generator v2.8.6
4162026-04-25T17:15:55.504Z Downloaded getrandom v0.4.1
4172026-04-25T17:15:55.507Z Downloaded unicode-width v0.2.0
4182026-04-25T17:15:55.509Z Downloaded erased-serde v0.4.9
4192026-04-25T17:15:55.509Z Downloaded cargo-util-schemas v0.8.2
4202026-04-25T17:15:55.509Z Downloaded cargo_metadata v0.21.0
4212026-04-25T17:15:55.516Z Downloaded bitflags v2.11.0
4222026-04-25T17:15:55.519Z Downloaded anyhow v1.0.102
4232026-04-25T17:15:55.531Z Downloaded icu_properties v2.1.2
4242026-04-25T17:15:55.533Z Downloaded icu_provider v2.1.1
4252026-04-25T17:15:55.536Z Downloaded smallvec v1.15.1
4262026-04-25T17:15:55.536Z Downloaded pest_derive v2.8.6
4272026-04-25T17:15:55.538Z Downloaded log v0.4.29
4282026-04-25T17:15:55.538Z Downloaded litemap v0.8.1
4292026-04-25T17:15:55.542Z Downloaded tempfile v3.25.0
4302026-04-25T17:15:55.545Z Downloaded num-traits v0.2.19
4312026-04-25T17:15:55.548Z Downloaded clap_derive v4.5.55
4322026-04-25T17:15:55.551Z Downloaded papergrid v0.11.0
4332026-04-25T17:15:55.553Z Downloaded serde_derive v1.0.228
4342026-04-25T17:15:55.556Z Downloaded icu_normalizer v2.1.1
4352026-04-25T17:15:55.556Z Downloaded serde_core v1.0.228
4362026-04-25T17:15:55.559Z Downloaded icu_normalizer_data v2.1.1
4372026-04-25T17:15:55.561Z Downloaded proc-macro2 v1.0.106
4382026-04-25T17:15:55.564Z Downloaded pest_meta v2.8.6
4392026-04-25T17:15:55.567Z Downloaded clap v4.5.60
4402026-04-25T17:15:55.572Z Downloaded icu_collections v2.1.1
4412026-04-25T17:15:55.575Z Downloaded memchr v2.8.0
4422026-04-25T17:15:55.582Z Downloaded icu_locale_core v2.1.1
4432026-04-25T17:15:55.596Z Downloaded serde v1.0.228
4442026-04-25T17:15:55.599Z Downloaded indexmap v2.13.0
4452026-04-25T17:15:55.602Z Downloaded pest v2.8.6
4462026-04-25T17:15:55.628Z Downloaded hashbrown v0.16.1
4472026-04-25T17:15:55.631Z Downloaded icu_properties_data v2.1.2
4482026-04-25T17:15:55.640Z Downloaded idna v1.1.0
4492026-04-25T17:15:55.650Z Downloaded serde_json v1.0.149
4502026-04-25T17:15:55.653Z Downloaded clap_builder v4.5.60
4512026-04-25T17:15:55.657Z Downloaded goblin v0.8.2
4522026-04-25T17:15:55.660Z Downloaded tabled v0.15.0
4532026-04-25T17:15:55.668Z Downloaded syn v1.0.109
4542026-04-25T17:15:55.673Z Downloaded syn v2.0.117
4552026-04-25T17:15:55.695Z Downloaded rustix v1.1.3
4562026-04-25T17:15:55.719Z Downloaded libc v0.2.185
4572026-04-25T17:15:55.786Z Compiling proc-macro2 v1.0.106
4582026-04-25T17:15:55.786Z Compiling unicode-ident v1.0.24
4592026-04-25T17:15:55.786Z Compiling quote v1.0.44
4602026-04-25T17:15:55.789Z Compiling serde_core v1.0.228
4612026-04-25T17:15:55.789Z Compiling libc v0.2.185
4622026-04-25T17:15:55.789Z Compiling version_check v0.9.5
4632026-04-25T17:15:55.789Z Compiling serde v1.0.228
4642026-04-25T17:15:55.789Z Compiling memchr v2.8.0
4652026-04-25T17:15:56.123Z Compiling stable_deref_trait v1.2.1
4662026-04-25T17:15:56.202Z Compiling zmij v1.0.21
4672026-04-25T17:15:56.373Z Compiling ucd-trie v0.1.7
4682026-04-25T17:15:56.377Z Compiling thiserror v1.0.69
4692026-04-25T17:15:56.421Z Compiling autocfg v1.5.0
4702026-04-25T17:15:56.678Z Compiling itoa v1.0.17
4712026-04-25T17:15:56.781Z Compiling pest v2.8.6
4722026-04-25T17:15:56.799Z Compiling litemap v0.8.1
4732026-04-25T17:15:56.848Z Compiling writeable v0.6.2
4742026-04-25T17:15:56.865Z Compiling icu_properties_data v2.1.2
4752026-04-25T17:15:56.881Z Compiling byteorder v1.5.0
4762026-04-25T17:15:56.987Z Compiling icu_normalizer_data v2.1.1
4772026-04-25T17:15:57.129Z Compiling rustix v1.1.3
4782026-04-25T17:15:57.255Z Compiling syn v2.0.117
4792026-04-25T17:15:57.299Z Compiling errno v0.3.14
4802026-04-25T17:15:57.342Z Compiling serde_json v1.0.149
4812026-04-25T17:15:57.438Z Compiling bitflags v2.11.0
4822026-04-25T17:15:57.594Z Compiling num-traits v0.2.19
4832026-04-25T17:15:57.639Z Compiling smallvec v1.15.1
4842026-04-25T17:15:57.774Z Compiling typeid v1.0.3
4852026-04-25T17:15:57.842Z Compiling pest_meta v2.8.6
4862026-04-25T17:15:57.859Z Compiling hashbrown v0.16.1
4872026-04-25T17:15:58.035Z Compiling equivalent v1.0.2
4882026-04-25T17:15:58.144Z Compiling thread-id v4.2.2
4892026-04-25T17:15:58.230Z Compiling proc-macro-error-attr v1.0.4
4902026-04-25T17:15:58.259Z Compiling usdt-impl v0.5.0
4912026-04-25T17:15:58.294Z Compiling toml_write v0.1.2
4922026-04-25T17:15:58.394Z Compiling indexmap v2.13.0
4932026-04-25T17:15:58.413Z Compiling winnow v0.7.14
4942026-04-25T17:15:58.465Z Compiling syn v1.0.109
4952026-04-25T17:15:58.494Z Compiling erased-serde v0.4.9
4962026-04-25T17:15:59.066Z Compiling proc-macro-error v1.0.4
4972026-04-25T17:15:59.084Z Compiling camino v1.2.2
4982026-04-25T17:15:59.254Z Compiling plain v0.2.3
4992026-04-25T17:15:59.375Z Compiling getrandom v0.4.1
5002026-04-25T17:15:59.404Z Compiling log v0.4.29
5012026-04-25T17:15:59.503Z Compiling utf8parse v0.2.2
5022026-04-25T17:15:59.506Z Compiling utf8_iter v1.0.4
5032026-04-25T17:15:59.598Z Compiling percent-encoding v2.3.2
5042026-04-25T17:15:59.624Z Compiling thiserror v2.0.18
5052026-04-25T17:15:59.674Z Compiling anstyle-parse v0.2.7
5062026-04-25T17:15:59.751Z Compiling form_urlencoded v1.2.2
5072026-04-25T17:15:59.798Z Compiling ordered-float v2.10.1
5082026-04-25T17:15:59.884Z Compiling synstructure v0.13.2
5092026-04-25T17:15:59.937Z Compiling pest_generator v2.8.6
5102026-04-25T17:16:00.070Z Compiling terminal_size v0.4.3
5112026-04-25T17:16:00.231Z Compiling is_terminal_polyfill v1.70.2
5122026-04-25T17:16:00.335Z Compiling anstyle-query v1.1.5
5132026-04-25T17:16:00.407Z Compiling anstyle v1.0.13
5142026-04-25T17:16:00.425Z Compiling cfg-if v1.0.4
5152026-04-25T17:16:00.450Z Compiling pretty-hex v0.4.1
5162026-04-25T17:16:00.452Z Compiling colorchoice v1.0.4
5172026-04-25T17:16:00.584Z Compiling serde-untagged v0.1.9
5182026-04-25T17:16:00.601Z Compiling anstream v0.6.21
5192026-04-25T17:16:00.637Z Compiling semver v1.0.27
5202026-04-25T17:16:00.679Z Compiling fs-err v3.3.0
5212026-04-25T17:16:00.828Z Compiling clap_lex v1.0.0
5222026-04-25T17:16:00.866Z Compiling unicode-xid v0.2.6
5232026-04-25T17:16:00.911Z Compiling heck v0.5.0
5242026-04-25T17:16:00.958Z Compiling strsim v0.11.1
5252026-04-25T17:16:00.994Z Compiling fastrand v2.3.0
5262026-04-25T17:16:01.011Z Compiling anyhow v1.0.102
5272026-04-25T17:16:01.057Z Compiling bytecount v0.6.9
5282026-04-25T17:16:01.193Z Compiling fnv v1.0.7
5292026-04-25T17:16:01.251Z Compiling unicode-width v0.1.14
5302026-04-25T17:16:01.298Z Compiling once_cell v1.21.3
5312026-04-25T17:16:01.315Z Compiling heck v0.4.1
5322026-04-25T17:16:01.442Z Compiling clap_builder v4.5.60
5332026-04-25T17:16:01.510Z Compiling papergrid v0.11.0
5342026-04-25T17:16:01.527Z Compiling tempfile v3.25.0
5352026-04-25T17:16:01.559Z Compiling memmap v0.7.0
5362026-04-25T17:16:01.586Z Compiling serde_derive v1.0.228
5372026-04-25T17:16:01.645Z Compiling zerofrom-derive v0.1.6
5382026-04-25T17:16:01.742Z Compiling yoke-derive v0.8.1
5392026-04-25T17:16:01.904Z Compiling zerovec-derive v0.11.2
5402026-04-25T17:16:02.052Z Compiling displaydoc v0.2.5
5412026-04-25T17:16:02.772Z Compiling thiserror-impl v1.0.69
5422026-04-25T17:16:02.865Z Compiling zerocopy-derive v0.7.35
5432026-04-25T17:16:02.894Z Compiling pest_derive v2.8.6
5442026-04-25T17:16:02.984Z Compiling scroll_derive v0.12.1
5452026-04-25T17:16:03.007Z Compiling zerofrom v0.1.6
5462026-04-25T17:16:03.157Z Compiling yoke v0.8.1
5472026-04-25T17:16:03.322Z Compiling zerovec v0.11.5
5482026-04-25T17:16:03.358Z Compiling zerotrie v0.2.3
5492026-04-25T17:16:03.652Z Compiling scroll v0.12.0
5502026-04-25T17:16:03.729Z Compiling thiserror-impl v2.0.18
5512026-04-25T17:16:03.766Z Compiling zerocopy v0.7.35
5522026-04-25T17:16:03.834Z Compiling tinystr v0.8.2
5532026-04-25T17:16:03.982Z Compiling potential_utf v0.1.4
5542026-04-25T17:16:04.063Z Compiling icu_locale_core v2.1.1
5552026-04-25T17:16:04.155Z Compiling icu_collections v2.1.1
5562026-04-25T17:16:04.189Z Compiling dtrace-parser v0.2.0
5572026-04-25T17:16:04.326Z Compiling goblin v0.8.2
5582026-04-25T17:16:04.451Z Compiling tabled_derive v0.7.0
5592026-04-25T17:16:04.637Z Compiling clap_derive v4.5.55
5602026-04-25T17:16:04.915Z Compiling icu_provider v2.1.1
5612026-04-25T17:16:04.956Z Compiling unicode-linebreak v0.1.5
5622026-04-25T17:16:05.059Z Compiling toml_datetime v0.6.11
5632026-04-25T17:16:05.083Z Compiling serde_spanned v0.6.9
5642026-04-25T17:16:05.104Z Compiling dof v0.3.0
5652026-04-25T17:16:05.204Z Compiling icu_properties v2.1.2
5662026-04-25T17:16:05.223Z Compiling icu_normalizer v2.1.1
5672026-04-25T17:16:05.241Z Compiling toml_edit v0.22.27
5682026-04-25T17:16:05.330Z Compiling serde_tokenstream v0.2.3
5692026-04-25T17:16:05.620Z Compiling serde-value v0.7.0
5702026-04-25T17:16:05.644Z Compiling cargo-platform v0.2.0
5712026-04-25T17:16:05.759Z Compiling unicode-width v0.2.0
5722026-04-25T17:16:05.920Z Compiling smawk v0.3.2
5732026-04-25T17:16:05.980Z Compiling tabled v0.15.0
5742026-04-25T17:16:05.998Z Compiling usdt-attr-macro v0.5.0
5752026-04-25T17:16:06.034Z Compiling usdt-macro v0.5.0
5762026-04-25T17:16:06.061Z Compiling idna_adapter v1.2.1
5772026-04-25T17:16:06.223Z Compiling idna v1.1.0
5782026-04-25T17:16:06.310Z Compiling textwrap v0.16.2
5792026-04-25T17:16:06.388Z Compiling clap v4.5.60
5802026-04-25T17:16:06.479Z Compiling macaddr v1.0.1
5812026-04-25T17:16:06.661Z Compiling toml v0.8.23
5822026-04-25T17:16:06.713Z Compiling url v2.5.8
5832026-04-25T17:16:06.764Z Compiling camino-tempfile v1.4.1
5842026-04-25T17:16:07.154Z Compiling cargo-util-schemas v0.8.2
5852026-04-25T17:16:07.356Z Compiling cargo_toml v0.21.0
5862026-04-25T17:16:07.375Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5872026-04-25T17:16:07.448Z Compiling swrite v0.1.0
5882026-04-25T17:16:07.611Z Compiling usdt v0.5.0
5892026-04-25T17:16:08.068Z Compiling cargo_metadata v0.21.0
5902026-04-25T17:16:09.017Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5912026-04-25T17:16:11.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.35s
5922026-04-25T17:16:11.353Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5932026-04-25T17:16:11.905Z Downloading crates ...
5942026-04-25T17:16:12.001Z Downloaded adler2 v2.0.1
5952026-04-25T17:16:12.004Z Downloaded argon2 v0.5.3
5962026-04-25T17:16:12.006Z Downloaded arrayvec v0.7.6
5972026-04-25T17:16:12.006Z Downloaded ahash v0.8.12
5982026-04-25T17:16:12.009Z Downloaded castaway v0.2.4
5992026-04-25T17:16:12.009Z Downloaded crc8 v0.1.1
6002026-04-25T17:16:12.012Z Downloaded arrayref v0.3.9
6012026-04-25T17:16:12.012Z Downloaded convert_case v0.4.0
6022026-04-25T17:16:12.012Z Downloaded array-init v0.0.4
6032026-04-25T17:16:12.015Z Downloaded crc32fast v1.5.0
6042026-04-25T17:16:12.017Z Downloaded ar_archive_writer v0.5.1
6052026-04-25T17:16:12.020Z Downloaded async-trait v0.1.89
6062026-04-25T17:16:12.020Z Downloaded async-bb8-diesel v0.2.1
6072026-04-25T17:16:12.024Z Downloaded bzip2 v0.4.4
6082026-04-25T17:16:12.027Z Downloaded deranged v0.5.8
6092026-04-25T17:16:12.027Z Downloaded async-recursion v1.1.1
6102026-04-25T17:16:12.031Z Downloaded corncobs v0.1.4
6112026-04-25T17:16:12.031Z Downloaded cfg_aliases v0.1.1
6122026-04-25T17:16:12.034Z Downloaded dsl_auto_type v0.2.0
6132026-04-25T17:16:12.034Z Downloaded diesel_table_macro_syntax v0.3.0
6142026-04-25T17:16:12.037Z Downloaded drift v0.1.3
6152026-04-25T17:16:12.039Z Downloaded debug-ignore v1.0.5
6162026-04-25T17:16:12.039Z Downloaded crunchy v0.2.4
6172026-04-25T17:16:12.042Z Downloaded bumpalo v3.20.2
6182026-04-25T17:16:12.045Z Downloaded atty v0.2.14
6192026-04-25T17:16:12.045Z Downloaded const_format_proc_macros v0.2.34
6202026-04-25T17:16:12.047Z Downloaded foldhash v0.1.5
6212026-04-25T17:16:12.050Z Downloaded derive_more v0.99.20
6222026-04-25T17:16:12.053Z Downloaded derive_builder v0.20.2
6232026-04-25T17:16:12.055Z Downloaded dof v0.4.0
6242026-04-25T17:16:12.055Z Downloaded ciborium-ll v0.2.2
6252026-04-25T17:16:12.058Z Downloaded compression-core v0.4.31
6262026-04-25T17:16:12.060Z Downloaded backoff v0.4.0
6272026-04-25T17:16:12.063Z Downloaded derive_builder_core v0.20.2
6282026-04-25T17:16:12.063Z Downloaded crucible-workspace-hack v0.1.0
6292026-04-25T17:16:12.063Z Downloaded cobs v0.3.0
6302026-04-25T17:16:12.066Z Downloaded atomicwrites v0.4.4
6312026-04-25T17:16:12.067Z Downloaded endian-type v0.1.2
6322026-04-25T17:16:12.069Z Downloaded dyn-clone v1.0.20
6332026-04-25T17:16:12.069Z Downloaded async-stream-impl v0.3.6
6342026-04-25T17:16:12.072Z Downloaded cstr-argument v0.1.2
6352026-04-25T17:16:12.075Z Downloaded fd-lock v4.0.4
6362026-04-25T17:16:12.077Z Downloaded defmt-parser v1.0.0
6372026-04-25T17:16:12.077Z Downloaded flagset v0.4.7
6382026-04-25T17:16:12.077Z Downloaded curve25519-dalek-derive v0.1.1
6392026-04-25T17:16:12.080Z Downloaded assert_matches v1.5.0
6402026-04-25T17:16:12.080Z Downloaded crc v3.4.0
6412026-04-25T17:16:12.083Z Downloaded dtrace-parser v0.3.0
6422026-04-25T17:16:12.083Z Downloaded display-error-chain v0.2.2
6432026-04-25T17:16:12.083Z Downloaded convert_case v0.10.0
6442026-04-25T17:16:12.085Z Downloaded cipher v0.4.4
6452026-04-25T17:16:12.085Z Downloaded cbc v0.1.2
6462026-04-25T17:16:12.088Z Downloaded dirs-sys-next v0.1.2
6472026-04-25T17:16:12.088Z Downloaded derive_builder_macro v0.20.2
6482026-04-25T17:16:12.088Z Downloaded darling_macro v0.23.0
6492026-04-25T17:16:12.091Z Downloaded darling_macro v0.21.3
6502026-04-25T17:16:12.091Z Downloaded block-padding v0.3.3
6512026-04-25T17:16:12.091Z Downloaded env_logger v0.11.9
6522026-04-25T17:16:12.093Z Downloaded difflib v0.4.0
6532026-04-25T17:16:12.093Z Downloaded crossbeam-epoch v0.9.18
6542026-04-25T17:16:12.096Z Downloaded ascii-canvas v3.0.0
6552026-04-25T17:16:12.096Z Downloaded bcrypt-pbkdf v0.10.0
6562026-04-25T17:16:12.096Z Downloaded data-encoding v2.10.0
6572026-04-25T17:16:12.099Z Downloaded ctr v0.9.2
6582026-04-25T17:16:12.099Z Downloaded ciborium-io v0.2.2
6592026-04-25T17:16:12.102Z Downloaded bit-set v0.8.0
6602026-04-25T17:16:12.102Z Downloaded document-features v0.2.12
6612026-04-25T17:16:12.105Z Downloaded foreign-types v0.5.0
6622026-04-25T17:16:12.105Z Downloaded crc-catalog v2.4.0
6632026-04-25T17:16:12.105Z Downloaded env_filter v1.0.0
6642026-04-25T17:16:12.105Z Downloaded defmt v0.3.100
6652026-04-25T17:16:12.107Z Downloaded foreign-types-macros v0.2.3
6662026-04-25T17:16:12.107Z Downloaded embedded-io v0.6.1
6672026-04-25T17:16:12.107Z Downloaded foreign-types v0.3.2
6682026-04-25T17:16:12.110Z Downloaded float-ord v0.3.2
6692026-04-25T17:16:12.110Z Downloaded bit-set v0.5.3
6702026-04-25T17:16:12.113Z Downloaded enum-as-inner v0.6.1
6712026-04-25T17:16:12.113Z Downloaded dunce v1.0.5
6722026-04-25T17:16:12.113Z Downloaded downcast-rs v2.0.2
6732026-04-25T17:16:12.116Z Downloaded bitfield-macros v0.19.4
6742026-04-25T17:16:12.116Z Downloaded foreign-types-shared v0.3.1
6752026-04-25T17:16:12.116Z Downloaded cfg_aliases v0.2.1
6762026-04-25T17:16:12.119Z Downloaded base64ct v1.8.3
6772026-04-25T17:16:12.119Z Downloaded fixedbitset v0.4.2
6782026-04-25T17:16:12.122Z Downloaded arc-swap v1.8.2
6792026-04-25T17:16:12.125Z Downloaded blowfish v0.9.1
6802026-04-25T17:16:12.127Z Downloaded embedded-io v0.4.0
6812026-04-25T17:16:12.127Z Downloaded base16ct v0.2.0
6822026-04-25T17:16:12.130Z Downloaded dirs-next v2.0.0
6832026-04-25T17:16:12.130Z Downloaded futures-io v0.3.32
6842026-04-25T17:16:12.130Z Downloaded foreign-types-shared v0.1.1
6852026-04-25T17:16:12.133Z Downloaded bytes v1.11.1
6862026-04-25T17:16:12.136Z Downloaded fxhash v0.2.1
6872026-04-25T17:16:12.136Z Downloaded futures-task v0.3.32
6882026-04-25T17:16:12.136Z Downloaded async-stream v0.3.6
6892026-04-25T17:16:12.138Z Downloaded daft v0.1.5
6902026-04-25T17:16:12.138Z Downloaded csv-core v0.1.13
6912026-04-25T17:16:12.141Z Downloaded crossbeam-deque v0.8.6
6922026-04-25T17:16:12.141Z Downloaded futures-core v0.3.32
6932026-04-25T17:16:12.144Z Downloaded console v0.15.11
6942026-04-25T17:16:12.146Z Downloaded foldhash v0.2.0
6952026-04-25T17:16:12.146Z Downloaded camino-tempfile-ext v0.3.3
6962026-04-25T17:16:12.149Z Downloaded bitflags v1.3.2
6972026-04-25T17:16:12.149Z Downloaded filetime v0.2.27
6982026-04-25T17:16:12.152Z Downloaded darling_core v0.21.3
6992026-04-25T17:16:12.154Z Downloaded gethostname v0.5.0
7002026-04-25T17:16:12.157Z Downloaded futures-sink v0.3.32
7012026-04-25T17:16:12.157Z Downloaded futures-macro v0.3.32
7022026-04-25T17:16:12.157Z Downloaded headers-core v0.3.0
7032026-04-25T17:16:12.159Z Downloaded hash32 v0.3.1
7042026-04-25T17:16:12.159Z Downloaded cexpr v0.6.0
7052026-04-25T17:16:12.159Z Downloaded globwalk v0.9.1
7062026-04-25T17:16:12.162Z Downloaded hash32 v0.2.1
7072026-04-25T17:16:12.162Z Downloaded ghash v0.5.1
7082026-04-25T17:16:12.165Z Downloaded chacha20 v0.9.1
7092026-04-25T17:16:12.165Z Downloaded aead v0.5.2
7102026-04-25T17:16:12.165Z Downloaded bitfield v0.19.4
7112026-04-25T17:16:12.167Z Downloaded hex v0.4.3
7122026-04-25T17:16:12.167Z Downloaded hex-literal v0.4.1
7132026-04-25T17:16:12.170Z Downloaded dropshot-api-manager-types v0.6.0
7142026-04-25T17:16:12.170Z Downloaded fs_extra v1.3.0
7152026-04-25T17:16:12.173Z Downloaded fs-err v2.11.0
7162026-04-25T17:16:12.173Z Downloaded futures-executor v0.3.32
7172026-04-25T17:16:12.175Z Downloaded cassowary v0.3.0
7182026-04-25T17:16:12.175Z Downloaded hostname v0.3.1
7192026-04-25T17:16:12.178Z Downloaded hubpack v0.1.2
7202026-04-25T17:16:12.178Z Downloaded derive-ex v0.1.8
7212026-04-25T17:16:12.178Z Downloaded fallible-iterator v0.2.0
7222026-04-25T17:16:12.181Z Downloaded critical-section v1.2.0
7232026-04-25T17:16:12.181Z Downloaded erased-serde v0.3.31
7242026-04-25T17:16:12.184Z Downloaded ed25519 v2.2.3
7252026-04-25T17:16:12.184Z Downloaded daft-derive v0.1.5
7262026-04-25T17:16:12.186Z Downloaded cookie v0.18.1
7272026-04-25T17:16:12.189Z Downloaded ena v0.14.4
7282026-04-25T17:16:12.192Z Downloaded bit-vec v0.8.0
7292026-04-25T17:16:12.192Z Downloaded constant_time_eq v0.4.2
7302026-04-25T17:16:12.194Z Downloaded console v0.16.2
7312026-04-25T17:16:12.194Z Downloaded home v0.5.12
7322026-04-25T17:16:12.194Z Downloaded blake2 v0.10.6
7332026-04-25T17:16:12.197Z Downloaded http-range v0.1.5
7342026-04-25T17:16:12.200Z Downloaded async-compression v0.4.41
7352026-04-25T17:16:12.203Z Downloaded clang-sys v1.8.1
7362026-04-25T17:16:12.206Z Downloaded git-stub-vcs v0.1.0
7372026-04-25T17:16:12.206Z Downloaded indoc v1.0.9
7382026-04-25T17:16:12.208Z Downloaded indent_write v2.2.0
7392026-04-25T17:16:12.208Z Downloaded ident_case v1.0.1
7402026-04-25T17:16:12.211Z Downloaded inout v0.1.4
7412026-04-25T17:16:12.211Z Downloaded float-cmp v0.10.0
7422026-04-25T17:16:12.211Z Downloaded is_ci v1.2.0
7432026-04-25T17:16:12.214Z Downloaded darling v0.21.3
7442026-04-25T17:16:12.216Z Downloaded internet-checksum v0.2.1
7452026-04-25T17:16:12.216Z Downloaded httpdate v1.0.3
7462026-04-25T17:16:12.219Z Downloaded hubpack_derive v0.1.1
7472026-04-25T17:16:12.219Z Downloaded glob v0.3.3
7482026-04-25T17:16:12.219Z Downloaded colored v3.1.1
7492026-04-25T17:16:12.222Z Downloaded git-stub v1.0.0
7502026-04-25T17:16:12.222Z Downloaded ciborium v0.2.2
7512026-04-25T17:16:12.224Z Downloaded hostname v0.4.2
7522026-04-25T17:16:12.227Z Downloaded group v0.13.0
7532026-04-25T17:16:12.227Z Downloaded backon v1.6.0
7542026-04-25T17:16:12.230Z Downloaded chacha20 v0.10.0
7552026-04-25T17:16:12.230Z Downloaded is-terminal v0.4.17
7562026-04-25T17:16:12.232Z Downloaded instant v0.1.13
7572026-04-25T17:16:12.232Z Downloaded lalrpop-util v0.19.12
7582026-04-25T17:16:12.232Z Downloaded keccak v0.1.6
7592026-04-25T17:16:12.235Z Downloaded diff v0.1.13
7602026-04-25T17:16:12.235Z Downloaded lazy_static v1.5.0
7612026-04-25T17:16:12.238Z Downloaded crossbeam-utils v0.8.21
7622026-04-25T17:16:12.240Z Downloaded kstat-rs v0.2.4
7632026-04-25T17:16:12.240Z Downloaded find-msvc-tools v0.1.9
7642026-04-25T17:16:12.240Z Downloaded darling v0.20.11
7652026-04-25T17:16:12.243Z Downloaded futures-channel v0.3.32
7662026-04-25T17:16:12.246Z Downloaded http-body-util v0.1.3
7672026-04-25T17:16:12.249Z Downloaded either v1.15.0
7682026-04-25T17:16:12.249Z Downloaded crc-any v2.5.0
7692026-04-25T17:16:12.252Z Downloaded compression-codecs v0.4.37
7702026-04-25T17:16:12.252Z Downloaded lru v0.12.5
7712026-04-25T17:16:12.254Z Downloaded linked-hash-map v0.5.6
7722026-04-25T17:16:12.255Z Downloaded libscf-sys v1.1.0
7732026-04-25T17:16:12.255Z Downloaded hyper-tls v0.6.0
7742026-04-25T17:16:12.257Z Downloaded hyper-staticfile v0.10.1
7752026-04-25T17:16:12.257Z Downloaded maplit v1.0.2
7762026-04-25T17:16:12.260Z Downloaded memoffset v0.9.1
7772026-04-25T17:16:12.260Z Downloaded md-5 v0.10.6
7782026-04-25T17:16:12.260Z Downloaded managed v0.8.0
7792026-04-25T17:16:12.265Z Downloaded http-body v1.0.1
7802026-04-25T17:16:12.265Z Downloaded highway v1.3.0
7812026-04-25T17:16:12.269Z Downloaded maybe-uninit v2.0.0
7822026-04-25T17:16:12.269Z Downloaded match_cfg v0.1.0
7832026-04-25T17:16:12.269Z Downloaded mime v0.3.17
7842026-04-25T17:16:12.269Z Downloaded globset v0.4.18
7852026-04-25T17:16:12.269Z Downloaded des v0.8.1
7862026-04-25T17:16:12.273Z Downloaded getrandom v0.2.17
7872026-04-25T17:16:12.273Z Downloaded derive-where v1.6.0
7882026-04-25T17:16:12.276Z Downloaded nibble_vec v0.1.0
7892026-04-25T17:16:12.276Z Downloaded newtype_derive v0.1.6
7902026-04-25T17:16:12.276Z Downloaded num v0.4.3
7912026-04-25T17:16:12.278Z Downloaded newtype-uuid-macros v0.1.0
7922026-04-25T17:16:12.279Z Downloaded elliptic-curve v0.13.8
7932026-04-25T17:16:12.281Z Downloaded lzss v0.8.2
7942026-04-25T17:16:12.281Z Downloaded lru-slab v0.1.2
7952026-04-25T17:16:12.284Z Downloaded new_debug_unreachable v1.0.6
7962026-04-25T17:16:12.284Z Downloaded md5 v0.7.0
7972026-04-25T17:16:12.284Z Downloaded ingot-types v0.1.2
7982026-04-25T17:16:12.287Z Downloaded newline-converter v0.3.0
7992026-04-25T17:16:12.287Z Downloaded ipnet v2.11.0
8002026-04-25T17:16:12.289Z Downloaded nodrop v0.1.14
8012026-04-25T17:16:12.289Z Downloaded multimap v0.10.1
8022026-04-25T17:16:12.289Z Downloaded humantime v2.3.0
8032026-04-25T17:16:12.292Z Downloaded half v1.8.3
8042026-04-25T17:16:12.292Z Downloaded jobserver v0.1.34
8052026-04-25T17:16:12.296Z Downloaded nonempty v0.12.0
8062026-04-25T17:16:12.296Z Downloaded libsw-core v0.3.2
8072026-04-25T17:16:12.299Z Downloaded num-derive v0.3.3
8082026-04-25T17:16:12.299Z Downloaded num-conv v0.2.0
8092026-04-25T17:16:12.299Z Downloaded normalize-line-endings v0.3.0
8102026-04-25T17:16:12.299Z Downloaded num-iter v0.1.45
8112026-04-25T17:16:12.302Z Downloaded libefi-sys v0.1.0
8122026-04-25T17:16:12.302Z Downloaded chacha20poly1305 v0.10.1
8132026-04-25T17:16:12.302Z Downloaded ipnetwork v0.21.1
8142026-04-25T17:16:12.305Z Downloaded futures v0.3.32
8152026-04-25T17:16:12.307Z Downloaded num_threads v0.1.7
8162026-04-25T17:16:12.307Z Downloaded num-derive v0.4.2
8172026-04-25T17:16:12.310Z Downloaded opaque-debug v0.3.1
8182026-04-25T17:16:12.310Z Downloaded iana-time-zone v0.1.65
8192026-04-25T17:16:12.313Z Downloaded olpc-cjson v0.1.4
8202026-04-25T17:16:12.313Z Downloaded darling v0.23.0
8212026-04-25T17:16:12.316Z Downloaded openssl-probe v0.2.1
8222026-04-25T17:16:12.319Z Downloaded oso-derive v0.27.3
8232026-04-25T17:16:12.319Z Downloaded openssl-macros v0.1.1
8242026-04-25T17:16:12.319Z Downloaded dropshot_endpoint v0.16.7
8252026-04-25T17:16:12.321Z Downloaded fixedbitset v0.5.7
8262026-04-25T17:16:12.324Z Downloaded half v2.7.1
8272026-04-25T17:16:12.327Z Downloaded ingot-macros v0.1.1
8282026-04-25T17:16:12.327Z Downloaded native-tls v0.2.18
8292026-04-25T17:16:12.330Z Downloaded mime_guess v2.0.5
8302026-04-25T17:16:12.330Z Downloaded impl-trait-for-tuples v0.2.3
8312026-04-25T17:16:12.333Z Downloaded fatfs v0.3.6
8322026-04-25T17:16:12.333Z Downloaded lru-cache v0.1.2
8332026-04-25T17:16:12.336Z Downloaded openssl-probe v0.1.6
8342026-04-25T17:16:12.336Z Downloaded linear-map v1.2.0
8352026-04-25T17:16:12.336Z Downloaded httparse v1.10.1
8362026-04-25T17:16:12.338Z Downloaded hmac v0.12.1
8372026-04-25T17:16:12.341Z Downloaded const_format v0.2.35
8382026-04-25T17:16:12.344Z Downloaded darling_core v0.20.11
8392026-04-25T17:16:12.346Z Downloaded compact_str v0.8.1
8402026-04-25T17:16:12.349Z Downloaded num_enum_derive v0.5.11
8412026-04-25T17:16:12.349Z Downloaded lock_api v0.4.14
8422026-04-25T17:16:12.349Z Downloaded hyper-rustls v0.27.7
8432026-04-25T17:16:12.352Z Downloaded libsw v3.5.0
8442026-04-25T17:16:12.352Z Downloaded cancel-safe-futures v0.1.5
8452026-04-25T17:16:12.355Z Downloaded instability v0.3.11
8462026-04-25T17:16:12.357Z Downloaded nanorand v0.7.0
8472026-04-25T17:16:12.357Z Downloaded pbkdf2 v0.12.2
8482026-04-25T17:16:12.360Z Downloaded peg-runtime v0.8.5
8492026-04-25T17:16:12.360Z Downloaded pbkdf2 v0.11.0
8502026-04-25T17:16:12.363Z Downloaded parse-display v0.10.0
8512026-04-25T17:16:12.363Z Downloaded newtype-uuid v1.3.2
8522026-04-25T17:16:12.363Z Downloaded multer v3.1.0
8532026-04-25T17:16:12.366Z Downloaded num-integer v0.1.46
8542026-04-25T17:16:12.366Z Downloaded getrandom v0.3.4
8552026-04-25T17:16:12.368Z Downloaded nu-ansi-term v0.50.3
8562026-04-25T17:16:12.371Z Downloaded base64 v0.22.1
8572026-04-25T17:16:12.374Z Downloaded pin-utils v0.1.0
8582026-04-25T17:16:12.374Z Downloaded num_enum v0.5.11
8592026-04-25T17:16:12.376Z Downloaded phf_shared v0.11.3
8602026-04-25T17:16:12.379Z Downloaded phf_shared v0.13.1
8612026-04-25T17:16:12.379Z Downloaded owo-colors v4.3.0
8622026-04-25T17:16:12.382Z Downloaded num_enum v0.7.5
8632026-04-25T17:16:12.384Z Downloaded num-rational v0.4.2
8642026-04-25T17:16:12.384Z Downloaded libloading v0.8.9
8652026-04-25T17:16:12.387Z Downloaded precomputed-hash v0.1.1
8662026-04-25T17:16:12.387Z Downloaded oxnet v0.1.4
8672026-04-25T17:16:12.390Z Downloaded oxide-tokio-rt v0.1.4
8682026-04-25T17:16:12.390Z Downloaded num_enum_derive v0.7.5
8692026-04-25T17:16:12.390Z Downloaded ingot v0.1.1
8702026-04-25T17:16:12.393Z Downloaded flume v0.11.1
8712026-04-25T17:16:12.396Z Downloaded predicates-tree v1.0.13
8722026-04-25T17:16:12.396Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-04-25T17:16:12.396Z Downloaded packed_struct_codegen v0.10.1
8742026-04-25T17:16:12.399Z Downloaded indoc v2.0.7
8752026-04-25T17:16:12.399Z Downloaded dropshot_endpoint v0.17.0
8762026-04-25T17:16:12.401Z Downloaded progenitor-macro v0.11.2
8772026-04-25T17:16:12.404Z Downloaded proc-macro-crate v3.4.0
8782026-04-25T17:16:12.404Z Downloaded colored v2.2.0
8792026-04-25T17:16:12.407Z Downloaded darling_core v0.23.0
8802026-04-25T17:16:12.410Z Downloaded progenitor-macro v0.10.0
8812026-04-25T17:16:12.410Z Downloaded predicates-core v1.0.10
8822026-04-25T17:16:12.413Z Downloaded proc-macro-crate v1.3.1
8832026-04-25T17:16:12.413Z Downloaded crossterm v0.28.1
8842026-04-25T17:16:12.430Z Downloaded progenitor-client v0.10.0
8852026-04-25T17:16:12.433Z Downloaded password-hash v0.4.2
8862026-04-25T17:16:12.433Z Downloaded packed_struct v0.10.1
8872026-04-25T17:16:12.436Z Downloaded litrs v1.0.0
8882026-04-25T17:16:12.436Z Downloaded ignore v0.4.25
8892026-04-25T17:16:12.439Z Downloaded password-hash v0.5.0
8902026-04-25T17:16:12.439Z Downloaded quick-error v1.2.3
8912026-04-25T17:16:12.441Z Downloaded psl-types v2.0.11
8922026-04-25T17:16:12.442Z Downloaded progenitor-macro v0.13.0
8932026-04-25T17:16:12.442Z Downloaded progenitor-client v0.11.2
8942026-04-25T17:16:12.444Z Downloaded phf_shared v0.12.1
8952026-04-25T17:16:12.444Z Downloaded phf v0.12.1
8962026-04-25T17:16:12.444Z Downloaded pem-rfc7468 v0.7.0
8972026-04-25T17:16:12.447Z Downloaded rand_chacha v0.3.1
8982026-04-25T17:16:12.447Z Downloaded radium v0.7.0
8992026-04-25T17:16:12.449Z Downloaded paste v1.0.15
9002026-04-25T17:16:12.449Z Downloaded pem v3.0.6
9012026-04-25T17:16:12.452Z Downloaded peg-macros v0.8.5
9022026-04-25T17:16:12.452Z Downloaded polyval v0.6.2
9032026-04-25T17:16:12.455Z Downloaded path-slash v0.1.5
9042026-04-25T17:16:12.455Z Downloaded indexmap v1.9.3
9052026-04-25T17:16:12.458Z Downloaded heapless v0.8.0
9062026-04-25T17:16:12.461Z Downloaded powerfmt v0.2.0
9072026-04-25T17:16:12.461Z Downloaded pkg-config v0.3.32
9082026-04-25T17:16:12.463Z Downloaded pin-project-lite v0.2.17
9092026-04-25T17:16:12.466Z Downloaded postgres-protocol v0.6.10
9102026-04-25T17:16:12.468Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-04-25T17:16:12.468Z Downloaded der v0.7.10
9122026-04-25T17:16:12.471Z Downloaded rand_xorshift v0.4.0
9132026-04-25T17:16:12.471Z Downloaded progenitor v0.10.0
9142026-04-25T17:16:12.474Z Downloaded rfc6979 v0.4.0
9152026-04-25T17:16:12.474Z Downloaded ref-cast v1.0.25
9162026-04-25T17:16:12.476Z Downloaded recursive v0.1.1
9172026-04-25T17:16:12.476Z Downloaded heapless v0.7.17
9182026-04-25T17:16:12.479Z Downloaded flate2 v1.1.9
9192026-04-25T17:16:12.482Z Downloaded progenitor v0.13.0
9202026-04-25T17:16:12.484Z Downloaded ref-cast-impl v1.0.25
9212026-04-25T17:16:12.484Z Downloaded primeorder v0.13.6
9222026-04-25T17:16:12.487Z Downloaded progenitor-client v0.13.0
9232026-04-25T17:16:12.487Z Downloaded dropshot-api-manager v0.6.0
9242026-04-25T17:16:12.489Z Downloaded diesel_derives v2.3.7
9252026-04-25T17:16:12.493Z Downloaded ppv-lite86 v0.2.21
9262026-04-25T17:16:12.496Z Downloaded parking_lot v0.12.5
9272026-04-25T17:16:12.496Z Downloaded libbz2-rs-sys v0.2.2
9282026-04-25T17:16:12.498Z Downloaded parking_lot v0.11.2
9292026-04-25T17:16:12.501Z Downloaded parking_lot_core v0.9.12
9302026-04-25T17:16:12.501Z Downloaded proc-macro-error2 v2.0.1
9312026-04-25T17:16:12.504Z Downloaded predicates v3.1.4
9322026-04-25T17:16:12.506Z Downloaded psm v0.1.30
9332026-04-25T17:16:12.509Z Downloaded russh-cryptovec v0.7.3
9342026-04-25T17:16:12.509Z Downloaded rtoolbox v0.0.3
9352026-04-25T17:16:12.509Z Downloaded rustc-hash v2.1.1
9362026-04-25T17:16:12.511Z Downloaded rand_core v0.10.0
9372026-04-25T17:16:12.512Z Downloaded omicron-zone-package v0.12.2
9382026-04-25T17:16:12.514Z Downloaded rand_core v0.9.5
9392026-04-25T17:16:12.514Z Downloaded rand_core v0.6.4
9402026-04-25T17:16:12.517Z Downloaded rand_chacha v0.9.0
9412026-04-25T17:16:12.517Z Downloaded r2d2 v0.8.10
9422026-04-25T17:16:12.517Z Downloaded rustc_version v0.1.7
9432026-04-25T17:16:12.520Z Downloaded rand_seeder v0.4.0
9442026-04-25T17:16:12.520Z Downloaded headers v0.4.1
9452026-04-25T17:16:12.523Z Downloaded postcard v1.1.3
9462026-04-25T17:16:12.525Z Downloaded pkcs8 v0.10.2
9472026-04-25T17:16:12.528Z Downloaded miniz_oxide v0.8.9
9482026-04-25T17:16:12.531Z Downloaded pkcs5 v0.7.1
9492026-04-25T17:16:12.531Z Downloaded pkcs1 v0.7.5
9502026-04-25T17:16:12.533Z Downloaded hickory-resolver v0.25.2
9512026-04-25T17:16:12.536Z Downloaded salsa20 v0.10.2
9522026-04-25T17:16:12.538Z Downloaded poly1305 v0.8.0
9532026-04-25T17:16:12.539Z Downloaded hickory-resolver v0.24.4
9542026-04-25T17:16:12.541Z Downloaded sapling-renderdag v0.1.0
9552026-04-25T17:16:12.544Z Downloaded scrypt v0.11.0
9562026-04-25T17:16:12.544Z Downloaded same-file v1.0.6
9572026-04-25T17:16:12.547Z Downloaded postgres-types v0.2.12
9582026-04-25T17:16:12.547Z Downloaded scheduled-thread-pool v0.2.7
9592026-04-25T17:16:12.549Z Downloaded pin-project-internal v1.1.11
9602026-04-25T17:16:12.549Z Downloaded resolv-conf v0.7.6
9612026-04-25T17:16:12.552Z Downloaded progenitor-extras v0.1.1
9622026-04-25T17:16:12.552Z Downloaded expectorate v1.2.0
9632026-04-25T17:16:12.555Z Downloaded oso v0.27.3
9642026-04-25T17:16:12.557Z Downloaded papergrid v0.17.0
9652026-04-25T17:16:12.560Z Downloaded scopeguard v1.2.0
9662026-04-25T17:16:12.560Z Downloaded secrecy v0.10.3
9672026-04-25T17:16:12.562Z Downloaded derive_more v2.1.1
9682026-04-25T17:16:12.568Z Downloaded secrecy v0.8.0
9692026-04-25T17:16:12.570Z Downloaded scroll_derive v0.13.1
9702026-04-25T17:16:12.570Z Downloaded phf v0.13.1
9712026-04-25T17:16:12.573Z Downloaded num-complex v0.4.6
9722026-04-25T17:16:12.573Z Downloaded memmap2 v0.9.10
9732026-04-25T17:16:12.573Z Downloaded serde-big-array v0.5.1
9742026-04-25T17:16:12.576Z Downloaded rustc_version v0.4.1
9752026-04-25T17:16:12.576Z Downloaded serde_plain v1.0.2
9762026-04-25T17:16:12.579Z Downloaded serde_bytes v0.11.19
9772026-04-25T17:16:12.579Z Downloaded serde_repr v0.1.20
9782026-04-25T17:16:12.581Z Downloaded sha1 v0.10.6
9792026-04-25T17:16:12.581Z Downloaded serde_urlencoded v0.7.1
9802026-04-25T17:16:12.584Z Downloaded seq-macro v0.3.6
9812026-04-25T17:16:12.584Z Downloaded semver v0.1.20
9822026-04-25T17:16:12.584Z Downloaded indicatif v0.18.4
9832026-04-25T17:16:12.587Z Downloaded peg v0.8.5
9842026-04-25T17:16:12.589Z Downloaded parse-display-derive v0.10.0
9852026-04-25T17:16:12.592Z Downloaded rustls-native-certs v0.8.3
9862026-04-25T17:16:12.592Z Downloaded signature v2.2.0
9872026-04-25T17:16:12.595Z Downloaded signal-hook-mio v0.2.5
9882026-04-25T17:16:12.595Z Downloaded signal-hook-tokio v0.3.1
9892026-04-25T17:16:12.597Z Downloaded shell-words v1.1.1
9902026-04-25T17:16:12.597Z Downloaded pin-project v1.1.11
9912026-04-25T17:16:12.603Z Downloaded siphasher v1.0.2
9922026-04-25T17:16:12.606Z Downloaded sigpipe v0.1.3
9932026-04-25T17:16:12.606Z Downloaded progenitor v0.11.2
9942026-04-25T17:16:12.609Z Downloaded crypto-bigint v0.5.5
9952026-04-25T17:16:12.612Z Downloaded rusty-fork v0.3.1
9962026-04-25T17:16:12.612Z Downloaded rustls-pemfile v2.2.0
9972026-04-25T17:16:12.615Z Downloaded openssl-sys v0.9.111
9982026-04-25T17:16:12.618Z Downloaded minimal-lexical v0.2.1
9992026-04-25T17:16:12.622Z Downloaded slog-envlogger v2.2.0
10002026-04-25T17:16:12.622Z Downloaded progenitor-impl v0.11.2
10012026-04-25T17:16:12.625Z Downloaded scroll v0.13.0
10022026-04-25T17:16:12.625Z Downloaded jiff-static v0.2.21
10032026-04-25T17:16:12.625Z Downloaded slog-bunyan v2.5.0
10042026-04-25T17:16:12.627Z Downloaded schemars_derive v0.8.22
10052026-04-25T17:16:12.627Z Downloaded hashbrown v0.12.3
10062026-04-25T17:16:12.630Z Downloaded derive_more-impl v2.1.1
10072026-04-25T17:16:12.633Z Downloaded http v1.4.0
10082026-04-25T17:16:12.635Z Downloaded serde-hex v0.1.0
10092026-04-25T17:16:12.638Z Downloaded sec1 v0.7.3
10102026-04-25T17:16:12.638Z Downloaded sct v0.7.1
10112026-04-25T17:16:12.640Z Downloaded hickory-server v0.25.2
10122026-04-25T17:16:12.643Z Downloaded parking_lot_core v0.8.6
10132026-04-25T17:16:12.646Z Downloaded serde_spanned v1.0.4
10142026-04-25T17:16:12.646Z Downloaded serde_derive_internals v0.29.1
10152026-04-25T17:16:12.648Z Downloaded progenitor-impl v0.13.0
10162026-04-25T17:16:12.648Z Downloaded quinn-udp v0.5.14
10172026-04-25T17:16:12.651Z Downloaded parse-size v1.1.0
10182026-04-25T17:16:12.651Z Downloaded sqlparser_derive v0.5.0
10192026-04-25T17:16:12.653Z Downloaded russh-keys v0.45.0
10202026-04-25T17:16:12.653Z Downloaded base64 v0.21.7
10212026-04-25T17:16:12.658Z Downloaded allocator-api2 v0.2.21
10222026-04-25T17:16:12.660Z Downloaded ssh-encoding v0.2.0
10232026-04-25T17:16:12.661Z Downloaded ssh-cipher v0.2.0
10242026-04-25T17:16:12.661Z Downloaded hashbrown v0.13.2
10252026-04-25T17:16:12.663Z Downloaded signal-hook-registry v1.4.8
10262026-04-25T17:16:12.663Z Downloaded structmeta v0.3.0
10272026-04-25T17:16:12.666Z Downloaded simd-adler32 v0.3.8
10282026-04-25T17:16:12.666Z Downloaded shlex v1.3.0
10292026-04-25T17:16:12.668Z Downloaded rustls-pemfile v1.0.4
10302026-04-25T17:16:12.668Z Downloaded rustls-pki-types v1.14.0
10312026-04-25T17:16:12.671Z Downloaded serde_path_to_error v0.1.20
10322026-04-25T17:16:12.671Z Downloaded const-oid v0.9.6
10332026-04-25T17:16:12.674Z Downloaded cc v1.2.56
10342026-04-25T17:16:12.676Z Downloaded strum v0.27.2
10352026-04-25T17:16:12.676Z Downloaded prefix-trie v0.7.0
10362026-04-25T17:16:12.680Z Downloaded prettyplease v0.2.37
10372026-04-25T17:16:12.682Z Downloaded slab v0.4.12
10382026-04-25T17:16:12.682Z Downloaded rcgen v0.12.1
10392026-04-25T17:16:12.685Z Downloaded p256 v0.13.2
10402026-04-25T17:16:12.688Z Downloaded slog-dtrace v0.3.0
10412026-04-25T17:16:12.688Z Downloaded smf v0.2.3
10422026-04-25T17:16:12.688Z Downloaded smallvec v0.6.14
10432026-04-25T17:16:12.691Z Downloaded strum v0.26.3
10442026-04-25T17:16:12.691Z Downloaded rustversion v1.0.22
10452026-04-25T17:16:12.694Z Downloaded tagptr v0.2.0
10462026-04-25T17:16:12.694Z Downloaded sync-ptr v0.1.4
10472026-04-25T17:16:12.694Z Downloaded supports-color v3.0.2
10482026-04-25T17:16:12.696Z Downloaded testing_table v0.3.0
10492026-04-25T17:16:12.696Z Downloaded take_mut v0.2.2
10502026-04-25T17:16:12.697Z Downloaded termtree v0.5.1
10512026-04-25T17:16:12.699Z Downloaded slog-async v2.8.0
10522026-04-25T17:16:12.699Z Downloaded aes-gcm v0.10.3
10532026-04-25T17:16:12.702Z Downloaded progenitor-impl v0.10.0
10542026-04-25T17:16:12.702Z Downloaded tabwriter v1.4.1
10552026-04-25T17:16:12.705Z Downloaded tabled_derive v0.11.0
10562026-04-25T17:16:12.705Z Downloaded itertools v0.10.5
10572026-04-25T17:16:12.708Z Downloaded slog-stdlog v4.1.1
10582026-04-25T17:16:12.710Z Downloaded slog-scope v4.4.1
10592026-04-25T17:16:12.710Z Downloaded slog-json v2.6.1
10602026-04-25T17:16:12.713Z Downloaded strip-ansi-escapes v0.2.1
10612026-04-25T17:16:12.713Z Downloaded stringprep v0.1.5
10622026-04-25T17:16:12.716Z Downloaded thiserror-impl-no-std v2.0.2
10632026-04-25T17:16:12.716Z Downloaded sqlformat v0.3.5
10642026-04-25T17:16:12.716Z Downloaded serde_with_macros v3.17.0
10652026-04-25T17:16:12.719Z Downloaded sync_wrapper v1.0.2
10662026-04-25T17:16:12.719Z Downloaded subtle v2.6.1
10672026-04-25T17:16:12.722Z Downloaded aes v0.8.4
10682026-04-25T17:16:12.722Z Downloaded bzip2 v0.6.1
10692026-04-25T17:16:12.724Z Downloaded cmake v0.1.57
10702026-04-25T17:16:12.725Z Downloaded time-core v0.1.8
10712026-04-25T17:16:12.727Z Downloaded serde_cbor v0.11.2
10722026-04-25T17:16:12.727Z Downloaded buf-list v1.1.2
10732026-04-25T17:16:12.730Z Downloaded structmeta-derive v0.3.0
10742026-04-25T17:16:12.730Z Downloaded string_cache v0.8.9
10752026-04-25T17:16:12.732Z Downloaded static_assertions v1.1.0
10762026-04-25T17:16:12.732Z Downloaded stacker v0.1.23
10772026-04-25T17:16:12.735Z Downloaded tinyvec_macros v0.1.1
10782026-04-25T17:16:12.735Z Downloaded spki v0.7.3
10792026-04-25T17:16:12.738Z Downloaded diesel-dtrace v0.5.0
10802026-04-25T17:16:12.738Z Downloaded cargo_metadata v0.19.2
10812026-04-25T17:16:12.740Z Downloaded der_derive v0.7.3
10822026-04-25T17:16:12.740Z Downloaded defmt-macros v1.0.1
10832026-04-25T17:16:12.743Z Downloaded rustls-platform-verifier v0.6.2
10842026-04-25T17:16:12.746Z Downloaded pretty_assertions v1.4.1
10852026-04-25T17:16:12.746Z Downloaded rayon-core v1.13.0
10862026-04-25T17:16:12.748Z Downloaded tokio-macros v2.7.0
10872026-04-25T17:16:12.751Z Downloaded schemars v0.8.22
10882026-04-25T17:16:12.756Z Downloaded ryu v1.0.23
10892026-04-25T17:16:12.758Z Downloaded snafu-derive v0.8.9
10902026-04-25T17:16:12.761Z Downloaded support-bundle-viewer v0.1.2
10912026-04-25T17:16:12.761Z Downloaded strum_macros v0.26.4
10922026-04-25T17:16:12.764Z Downloaded tap v1.0.1
10932026-04-25T17:16:12.764Z Downloaded strum_macros v0.24.3
10942026-04-25T17:16:12.767Z Downloaded slog-term v2.9.2
10952026-04-25T17:16:12.767Z Downloaded byte-wrapper v0.1.0
10962026-04-25T17:16:12.769Z Downloaded spin v0.9.8
10972026-04-25T17:16:12.772Z Downloaded num-bigint v0.4.6
10982026-04-25T17:16:12.774Z Downloaded mio v1.2.0
10992026-04-25T17:16:12.777Z Downloaded termios v0.3.3
11002026-04-25T17:16:12.780Z Downloaded topological-sort v0.2.2
11012026-04-25T17:16:12.780Z Downloaded quinn v0.11.9
11022026-04-25T17:16:12.783Z Downloaded thiserror-no-std v2.0.2
11032026-04-25T17:16:12.785Z Downloaded thread_local v1.1.9
11042026-04-25T17:16:12.785Z Downloaded qorb v0.4.1
11052026-04-25T17:16:12.788Z Downloaded tower-service v0.3.3
11062026-04-25T17:16:12.790Z Downloaded tower-layer v0.3.3
11072026-04-25T17:16:12.790Z Downloaded signal-hook v0.3.18
11082026-04-25T17:16:12.793Z Downloaded time-macros v0.2.27
11092026-04-25T17:16:12.793Z Downloaded thread-id v5.1.0
11102026-04-25T17:16:12.796Z Downloaded ron v0.8.1
11112026-04-25T17:16:12.798Z Downloaded rand v0.8.5
11122026-04-25T17:16:12.801Z Downloaded nom v7.1.3
11132026-04-25T17:16:12.803Z Downloaded tiny-keccak v2.0.2
11142026-04-25T17:16:12.806Z Downloaded tls_codec v0.4.2
11152026-04-25T17:16:12.806Z Downloaded try-lock v0.2.5
11162026-04-25T17:16:12.809Z Downloaded trait-variant v0.1.2
11172026-04-25T17:16:12.809Z Downloaded tls_codec_derive v0.4.2
11182026-04-25T17:16:12.809Z Downloaded serde_yaml v0.9.34+deprecated
11192026-04-25T17:16:12.812Z Downloaded typify-macro v0.6.1
11202026-04-25T17:16:12.812Z Downloaded typify-macro v0.4.3
11212026-04-25T17:16:12.835Z Downloaded crossterm v0.29.0
11222026-04-25T17:16:12.835Z Downloaded publicsuffix v2.3.0
11232026-04-25T17:16:12.835Z Downloaded hyper-util v0.1.20
11242026-04-25T17:16:12.835Z Downloaded unit-prefix v0.5.2
11252026-04-25T17:16:12.835Z Downloaded bitfield-struct v0.6.2
11262026-04-25T17:16:12.835Z Downloaded bit-vec v0.6.3
11272026-04-25T17:16:12.835Z Downloaded universal-hash v0.5.1
11282026-04-25T17:16:12.835Z Downloaded tokio-rustls v0.25.0
11292026-04-25T17:16:12.835Z Downloaded schemars v0.9.0
11302026-04-25T17:16:12.838Z Downloaded untrusted v0.9.0
11312026-04-25T17:16:12.838Z Downloaded unicode-truncate v1.1.0
11322026-04-25T17:16:12.838Z Downloaded strum_macros v0.27.2
11332026-04-25T17:16:12.841Z Downloaded usdt-macro v0.6.0
11342026-04-25T17:16:12.841Z Downloaded num-bigint-dig v0.8.6
11352026-04-25T17:16:12.844Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-04-25T17:16:12.846Z Downloaded socket2 v0.5.10
11372026-04-25T17:16:12.846Z Downloaded slog v2.8.2
11382026-04-25T17:16:12.849Z Downloaded term v0.7.0
11392026-04-25T17:16:12.851Z Downloaded tokio-tungstenite v0.23.1
11402026-04-25T17:16:12.854Z Downloaded untrusted v0.7.1
11412026-04-25T17:16:12.854Z Downloaded usdt-attr-macro v0.6.0
11422026-04-25T17:16:12.854Z Downloaded usdt v0.6.0
11432026-04-25T17:16:12.854Z Downloaded tokio-tungstenite v0.21.0
11442026-04-25T17:16:12.857Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11452026-04-25T17:16:12.857Z Downloaded rsa v0.9.10
11462026-04-25T17:16:12.860Z Downloaded term v1.2.1
11472026-04-25T17:16:12.865Z Downloaded void v1.0.2
11482026-04-25T17:16:12.865Z Downloaded aho-corasick v1.1.4
11492026-04-25T17:16:12.867Z Downloaded toml_writer v1.0.6+spec-1.1.0
11502026-04-25T17:16:12.870Z Downloaded iddqd v0.3.17
11512026-04-25T17:16:12.872Z Downloaded want v0.3.1
11522026-04-25T17:16:12.875Z Downloaded hashbrown v0.15.5
11532026-04-25T17:16:12.878Z Downloaded rand v0.9.2
11542026-04-25T17:16:12.880Z Downloaded similar v2.7.0
11552026-04-25T17:16:12.883Z Downloaded tokio-dtrace v0.1.1
11562026-04-25T17:16:12.883Z Downloaded wait-timeout v0.2.1
11572026-04-25T17:16:12.886Z Downloaded tui-tree-widget v0.23.1
11582026-04-25T17:16:12.886Z Downloaded libxml v0.3.3
11592026-04-25T17:16:12.888Z Downloaded itertools v0.13.0
11602026-04-25T17:16:12.893Z Downloaded xattr v1.6.1
11612026-04-25T17:16:12.895Z Downloaded unicase v2.9.0
11622026-04-25T17:16:12.895Z Downloaded waitgroup v0.1.2
11632026-04-25T17:16:12.898Z Downloaded funty v2.0.0
11642026-04-25T17:16:12.898Z Downloaded rustls-webpki v0.103.9
11652026-04-25T17:16:12.901Z Downloaded samael v0.0.19
11662026-04-25T17:16:12.904Z Downloaded iri-string v0.7.10
11672026-04-25T17:16:12.907Z Downloaded zone v0.3.1
11682026-04-25T17:16:12.909Z Downloaded tokio-rustls v0.24.1
11692026-04-25T17:16:12.909Z Downloaded tokio-native-tls v0.3.1
11702026-04-25T17:16:12.912Z Downloaded zone_cfg_derive v0.3.1
11712026-04-25T17:16:12.912Z Downloaded schemars v1.2.1
11722026-04-25T17:16:12.919Z Downloaded itertools v0.12.1
11732026-04-25T17:16:12.923Z Downloaded tokio-rustls v0.26.4
11742026-04-25T17:16:12.926Z Downloaded zeroize_derive v1.4.3
11752026-04-25T17:16:12.926Z Downloaded utf-8 v0.7.6
11762026-04-25T17:16:12.929Z Downloaded usdt-impl v0.6.0
11772026-04-25T17:16:12.929Z Downloaded snafu v0.8.9
11782026-04-25T17:16:12.931Z Downloaded test-strategy v0.4.5
11792026-04-25T17:16:12.935Z Downloaded bindgen v0.71.1
11802026-04-25T17:16:12.938Z Downloaded vergen-git2 v1.0.7
11812026-04-25T17:16:12.941Z Downloaded toml_parser v1.0.9+spec-1.1.0
11822026-04-25T17:16:12.943Z Downloaded socket2 v0.6.3
11832026-04-25T17:16:12.943Z Downloaded vergen-gitcl v1.0.8
11842026-04-25T17:16:12.946Z Downloaded h2 v0.4.13
11852026-04-25T17:16:12.948Z Downloaded hyper v1.8.1
11862026-04-25T17:16:12.951Z Downloaded tinyvec v1.10.0
11872026-04-25T17:16:12.954Z Downloaded rand v0.10.0
11882026-04-25T17:16:12.957Z Downloaded whoami v2.1.0
11892026-04-25T17:16:12.959Z Downloaded unarray v0.1.4
11902026-04-25T17:16:12.959Z Downloaded twox-hash v2.1.2
11912026-04-25T17:16:12.959Z Downloaded xshell v0.2.7
11922026-04-25T17:16:12.962Z Downloaded vergen-lib v0.1.6
11932026-04-25T17:16:12.962Z Downloaded wyz v0.5.1
11942026-04-25T17:16:12.965Z Downloaded whoami v1.6.1
11952026-04-25T17:16:12.965Z Downloaded tracing-attributes v0.1.31
11962026-04-25T17:16:12.967Z Downloaded xshell-macros v0.2.7
11972026-04-25T17:16:12.967Z Downloaded itertools v0.14.0
11982026-04-25T17:16:12.970Z Downloaded futures-util v0.3.32
11992026-04-25T17:16:12.977Z Downloaded unicode-properties v0.1.4
12002026-04-25T17:16:12.980Z Downloaded hkdf v0.12.4
12012026-04-25T17:16:12.982Z Downloaded tokio-stream v0.1.18
12022026-04-25T17:16:12.985Z Downloaded toml v0.9.12+spec-1.1.0
12032026-04-25T17:16:12.987Z Downloaded subprocess v0.2.15
12042026-04-25T17:16:12.990Z Downloaded zeroize v1.8.2
12052026-04-25T17:16:12.990Z Downloaded zstd v0.13.3
12062026-04-25T17:16:12.993Z Downloaded tar v0.4.45
12072026-04-25T17:16:12.993Z Downloaded libm v0.2.16
12082026-04-25T17:16:12.998Z Downloaded zstd-safe v7.2.4
12092026-04-25T17:16:13.001Z Downloaded vergen v9.0.6
12102026-04-25T17:16:13.001Z Downloaded toml v1.0.6+spec-1.1.0
12112026-04-25T17:16:13.003Z Downloaded russh v0.45.0
12122026-04-25T17:16:13.006Z Downloaded toml v0.7.8
12132026-04-25T17:16:13.009Z Downloaded tungstenite v0.23.0
12142026-04-25T17:16:13.011Z Downloaded tracing-core v0.1.36
12152026-04-25T17:16:13.014Z Downloaded ed25519-dalek v2.2.0
12162026-04-25T17:16:13.014Z Downloaded cpufeatures v0.3.0
12172026-04-25T17:16:13.017Z Downloaded ff v0.13.1
12182026-04-25T17:16:13.017Z Downloaded walkdir v2.5.0
12192026-04-25T17:16:13.019Z Downloaded rustyline v14.0.0
12202026-04-25T17:16:13.022Z Downloaded unicode-bidi v0.3.18
12212026-04-25T17:16:13.025Z Downloaded vsss-rs v3.3.4
12222026-04-25T17:16:13.025Z Downloaded typify v0.6.1
12232026-04-25T17:16:13.027Z Downloaded typify v0.4.3
12242026-04-25T17:16:13.031Z Downloaded bcs v0.1.6
12252026-04-25T17:16:13.031Z Downloaded bb8 v0.8.6
12262026-04-25T17:16:13.034Z Downloaded ecdsa v0.16.9
12272026-04-25T17:16:13.034Z Downloaded cookie_store v0.22.1
12282026-04-25T17:16:13.034Z Downloaded cargo-platform v0.1.9
12292026-04-25T17:16:13.034Z Downloaded crossbeam-channel v0.5.15
12302026-04-25T17:16:13.037Z Downloaded yasna v0.5.2
12312026-04-25T17:16:13.039Z Downloaded defmt v1.0.1
12322026-04-25T17:16:13.042Z Downloaded atomic-waker v1.1.2
12332026-04-25T17:16:13.042Z Downloaded darling_macro v0.20.11
12342026-04-25T17:16:13.049Z Downloaded uzers v0.12.2
12352026-04-25T17:16:13.051Z Downloaded toml_edit v0.23.10+spec-1.0.0
12362026-04-25T17:16:13.054Z Downloaded rpassword v7.4.0
12372026-04-25T17:16:13.054Z Downloaded tungstenite v0.21.0
12382026-04-25T17:16:13.057Z Downloaded steno v0.4.1
12392026-04-25T17:16:13.061Z Downloaded reedline v0.40.0
12402026-04-25T17:16:13.066Z Downloaded vte v0.14.1
12412026-04-25T17:16:13.080Z Downloaded blake3 v1.8.3
12422026-04-25T17:16:13.086Z Downloaded unsafe-libyaml v0.2.11
12432026-04-25T17:16:13.088Z Downloaded zopfli v0.8.3
12442026-04-25T17:16:13.091Z Downloaded toml_edit v0.19.15
12452026-04-25T17:16:13.099Z Downloaded uuid v1.23.0
12462026-04-25T17:16:13.102Z Downloaded tokio-postgres v0.7.16
12472026-04-25T17:16:13.105Z Downloaded ssh-key v0.6.7
12482026-04-25T17:16:13.109Z Downloaded git2 v0.20.4
12492026-04-25T17:16:13.115Z Downloaded yansi v1.0.1
12502026-04-25T17:16:13.117Z Downloaded zerocopy v0.6.6
12512026-04-25T17:16:13.120Z Downloaded aws-lc-rs v1.16.0
12522026-04-25T17:16:13.125Z Downloaded zip v0.6.6
12532026-04-25T17:16:13.127Z Downloaded reqwest v0.12.28
12542026-04-25T17:16:13.130Z Downloaded chrono v0.4.44
12552026-04-25T17:16:13.134Z Downloaded bitvec v1.0.1
12562026-04-25T17:16:13.143Z Downloaded p521 v0.13.3
12572026-04-25T17:16:13.150Z Downloaded portable-atomic v1.13.1
12582026-04-25T17:16:13.155Z Downloaded unicode_categories v0.1.1
12592026-04-25T17:16:13.159Z Downloaded reqwest v0.13.2
12602026-04-25T17:16:13.162Z Downloaded regex v1.12.3
12612026-04-25T17:16:13.172Z Downloaded lalrpop v0.19.12
12622026-04-25T17:16:13.179Z Downloaded zerocopy-derive v0.8.40
12632026-04-25T17:16:13.185Z Downloaded x509-cert v0.2.5
12642026-04-25T17:16:13.188Z Downloaded rustls-webpki v0.101.7
12652026-04-25T17:16:13.196Z Downloaded unicode-segmentation v1.12.0
12662026-04-25T17:16:13.199Z Downloaded tower v0.5.3
12672026-04-25T17:16:13.205Z Downloaded quick-xml v0.37.5
12682026-04-25T17:16:13.208Z Downloaded proptest v1.10.0
12692026-04-25T17:16:13.214Z Downloaded salty v0.3.0
12702026-04-25T17:16:13.222Z Downloaded rayon v1.11.0
12712026-04-25T17:16:13.230Z Downloaded moka v0.12.13
12722026-04-25T17:16:13.230Z Downloaded tough v0.20.0
12732026-04-25T17:16:13.233Z Downloaded serde_with v3.17.0
12742026-04-25T17:16:13.245Z Downloaded tower-http v0.6.8
12752026-04-25T17:16:13.252Z Downloaded unicode-normalization v0.1.25
12762026-04-25T17:16:13.253Z Downloaded rustls-webpki v0.102.8
12772026-04-25T17:16:13.259Z Downloaded zip v4.6.1
12782026-04-25T17:16:13.265Z Downloaded object v0.30.4
12792026-04-25T17:16:13.272Z Downloaded nix v0.27.1
12802026-04-25T17:16:13.280Z Downloaded tokio-util v0.7.18
12812026-04-25T17:16:13.280Z Downloaded petname v2.0.2
12822026-04-25T17:16:13.284Z Downloaded goblin v0.10.5
12832026-04-25T17:16:13.289Z Downloaded quinn-proto v0.11.13
12842026-04-25T17:16:13.293Z Downloaded typed-path v0.9.3
12852026-04-25T17:16:13.299Z Downloaded p384 v0.13.1
12862026-04-25T17:16:13.316Z Downloaded radix_trie v0.2.1
12872026-04-25T17:16:13.316Z Downloaded winnow v0.6.26
12882026-04-25T17:16:13.316Z Downloaded winnow v0.5.40
12892026-04-25T17:16:13.334Z Downloaded bstr v1.12.1
12902026-04-25T17:16:13.334Z Downloaded curve25519-dalek v4.1.3
12912026-04-25T17:16:13.334Z Downloaded nix v0.29.0
12922026-04-25T17:16:13.360Z Downloaded openssl v0.10.75
12932026-04-25T17:16:13.360Z Downloaded polar-core v0.27.3
12942026-04-25T17:16:13.377Z Downloaded tabled v0.20.0
12952026-04-25T17:16:13.377Z Downloaded time v0.3.47
12962026-04-25T17:16:13.384Z Downloaded nix v0.28.0
12972026-04-25T17:16:13.384Z Downloaded nix v0.31.2
12982026-04-25T17:16:13.384Z Downloaded dropshot v0.17.0
12992026-04-25T17:16:13.395Z Downloaded zlib-rs v0.6.2
13002026-04-25T17:16:13.421Z Downloaded object v0.37.3
13012026-04-25T17:16:13.439Z Downloaded vcpkg v0.2.15
13022026-04-25T17:16:13.467Z Downloaded webpki-roots v1.0.6
13032026-04-25T17:16:13.467Z Downloaded rustls v0.22.4
13042026-04-25T17:16:13.467Z Downloaded zerocopy v0.8.40
13052026-04-25T17:16:13.467Z Downloaded smoltcp v0.9.1
13062026-04-25T17:16:13.467Z Downloaded regress v0.10.5
13072026-04-25T17:16:13.477Z Downloaded smoltcp v0.11.0
13082026-04-25T17:16:13.477Z Downloaded diesel v2.3.7
13092026-04-25T17:16:13.485Z Downloaded rustls v0.23.37
13102026-04-25T17:16:13.489Z Downloaded hickory-proto v0.25.2
13112026-04-25T17:16:13.498Z Downloaded rustix v0.38.44
13122026-04-25T17:16:13.508Z Downloaded openapiv3 v2.2.0
13132026-04-25T17:16:13.514Z Downloaded regex-syntax v0.8.10
13142026-04-25T17:16:13.525Z Downloaded hickory-proto v0.24.4
13152026-04-25T17:16:13.529Z Downloaded regex-syntax v0.6.29
13162026-04-25T17:16:13.539Z Downloaded dropshot v0.16.7
13172026-04-25T17:16:13.550Z Downloaded rustls v0.21.12
13182026-04-25T17:16:13.559Z Downloaded sqlparser v0.61.0
13192026-04-25T17:16:13.563Z Downloaded typify-impl v0.6.1
13202026-04-25T17:16:13.581Z Downloaded bzip2-sys v0.1.13+1.0.8
13212026-04-25T17:16:13.588Z Downloaded sled v0.34.7
13222026-04-25T17:16:13.599Z Downloaded tracing v0.1.44
13232026-04-25T17:16:13.613Z Downloaded zerocopy-derive v0.6.6
13242026-04-25T17:16:13.618Z Downloaded ratatui v0.29.0
13252026-04-25T17:16:13.630Z Downloaded regex-automata v0.4.14
13262026-04-25T17:16:13.659Z Downloaded typify-impl v0.4.3
13272026-04-25T17:16:13.667Z Downloaded chrono-tz v0.10.4
13282026-04-25T17:16:13.687Z Downloaded jiff v0.2.21
13292026-04-25T17:16:13.698Z Downloaded petgraph v0.6.5
13302026-04-25T17:16:13.723Z Downloaded sha3 v0.10.8
13312026-04-25T17:16:13.743Z Downloaded petgraph v0.8.3
13322026-04-25T17:16:13.766Z Downloaded csv v1.4.0
13332026-04-25T17:16:13.770Z Downloaded libz-sys v1.1.24
13342026-04-25T17:16:13.781Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-04-25T17:16:13.794Z Downloaded tokio v1.52.1
13362026-04-25T17:16:13.829Z Downloaded ring v0.17.14
13372026-04-25T17:16:13.859Z Downloaded encoding_rs v0.8.35
13382026-04-25T17:16:13.886Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-04-25T17:16:14.350Z Downloaded aws-lc-sys v0.37.1
13402026-04-25T17:16:14.590Z Compiling libc v0.2.185
13412026-04-25T17:16:14.590Z Compiling serde v1.0.228
13422026-04-25T17:16:14.593Z Compiling shlex v1.3.0
13432026-04-25T17:16:14.593Z Compiling find-msvc-tools v0.1.9
13442026-04-25T17:16:14.745Z Compiling log v0.4.29
13452026-04-25T17:16:14.748Z Compiling smallvec v1.15.1
13462026-04-25T17:16:14.754Z Compiling syn v2.0.117
13472026-04-25T17:16:14.756Z Compiling typenum v1.19.0
13482026-04-25T17:16:14.924Z Compiling generic-array v0.14.7
13492026-04-25T17:16:14.950Z Compiling subtle v2.6.1
13502026-04-25T17:16:14.971Z Compiling scopeguard v1.2.0
13512026-04-25T17:16:15.003Z Compiling const-oid v0.9.6
13522026-04-25T17:16:15.062Z Compiling lock_api v0.4.14
13532026-04-25T17:16:15.077Z Compiling portable-atomic v1.13.1
13542026-04-25T17:16:15.120Z Compiling zerocopy v0.8.40
13552026-04-25T17:16:15.205Z Compiling critical-section v1.2.0
13562026-04-25T17:16:15.311Z Compiling serde_json v1.0.149
13572026-04-25T17:16:15.314Z Compiling pin-project-lite v0.2.17
13582026-04-25T17:16:15.420Z Compiling parking_lot_core v0.9.12
13592026-04-25T17:16:15.587Z Compiling pkg-config v0.3.32
13602026-04-25T17:16:15.655Z Compiling getrandom v0.2.17
13612026-04-25T17:16:15.684Z Compiling jobserver v0.1.34
13622026-04-25T17:16:15.745Z Compiling errno v0.3.14
13632026-04-25T17:16:15.888Z Compiling cc v1.2.56
13642026-04-25T17:16:15.903Z Compiling rand_core v0.6.4
13652026-04-25T17:16:16.074Z Compiling once_cell v1.21.3
13662026-04-25T17:16:16.088Z Compiling signal-hook-registry v1.4.8
13672026-04-25T17:16:16.136Z Compiling bitflags v2.11.0
13682026-04-25T17:16:16.163Z Compiling libm v0.2.16
13692026-04-25T17:16:16.187Z Compiling parking_lot v0.12.5
13702026-04-25T17:16:16.292Z Compiling mio v1.2.0
13712026-04-25T17:16:16.362Z Compiling num-traits v0.2.19
13722026-04-25T17:16:16.378Z Compiling futures-core v0.3.32
13732026-04-25T17:16:16.533Z Compiling percent-encoding v2.3.2
13742026-04-25T17:16:16.569Z Compiling socket2 v0.6.3
13752026-04-25T17:16:16.692Z Compiling allocator-api2 v0.2.21
13762026-04-25T17:16:16.726Z Compiling foldhash v0.2.0
13772026-04-25T17:16:16.739Z Compiling cpufeatures v0.2.17
13782026-04-25T17:16:16.778Z Compiling futures-sink v0.3.32
13792026-04-25T17:16:16.818Z Compiling getrandom v0.4.1
13802026-04-25T17:16:16.895Z Compiling futures-channel v0.3.32
13812026-04-25T17:16:16.940Z Compiling slab v0.4.12
13822026-04-25T17:16:17.000Z Compiling futures-task v0.3.32
13832026-04-25T17:16:17.052Z Compiling hashbrown v0.16.1
13842026-04-25T17:16:17.109Z Compiling futures-io v0.3.32
13852026-04-25T17:16:17.124Z Compiling rand_core v0.10.0
13862026-04-25T17:16:17.166Z Compiling rustversion v1.0.22
13872026-04-25T17:16:17.185Z Compiling getrandom v0.3.4
13882026-04-25T17:16:17.494Z Compiling form_urlencoded v1.2.2
13892026-04-25T17:16:17.527Z Compiling cmake v0.1.57
13902026-04-25T17:16:17.610Z Compiling synstructure v0.13.2
13912026-04-25T17:16:17.616Z Compiling indexmap v2.13.0
13922026-04-25T17:16:17.679Z Compiling fs_extra v1.3.0
13932026-04-25T17:16:17.876Z Compiling ident_case v1.0.1
13942026-04-25T17:16:17.919Z Compiling base64ct v1.8.3
13952026-04-25T17:16:17.954Z Compiling dunce v1.0.5
13962026-04-25T17:16:17.993Z Compiling flagset v0.4.7
13972026-04-25T17:16:18.044Z Compiling aws-lc-sys v0.37.1
13982026-04-25T17:16:18.108Z Compiling rand_core v0.9.5
13992026-04-25T17:16:18.120Z Compiling rustix v1.1.3
14002026-04-25T17:16:18.125Z Compiling iana-time-zone v0.1.65
14012026-04-25T17:16:18.202Z Compiling pem-rfc7468 v0.7.0
14022026-04-25T17:16:18.212Z Compiling ring v0.17.14
14032026-04-25T17:16:18.280Z Compiling uuid v1.23.0
14042026-04-25T17:16:18.344Z Compiling rustc_version v0.4.1
14052026-04-25T17:16:18.377Z Compiling vcpkg v0.2.15
14062026-04-25T17:16:18.509Z Compiling regex-syntax v0.8.10
14072026-04-25T17:16:18.658Z Compiling aws-lc-rs v1.16.0
14082026-04-25T17:16:19.006Z Compiling tracing-core v0.1.36
14092026-04-25T17:16:19.025Z Compiling pest_generator v2.8.6
14102026-04-25T17:16:19.160Z Compiling openssl-sys v0.9.111
14112026-04-25T17:16:19.316Z Compiling serde_derive v1.0.228
14122026-04-25T17:16:19.553Z Compiling zeroize_derive v1.4.3
14132026-04-25T17:16:19.677Z Compiling zerofrom-derive v0.1.6
14142026-04-25T17:16:19.737Z Compiling yoke-derive v0.8.1
14152026-04-25T17:16:19.906Z Compiling zerocopy-derive v0.8.40
14162026-04-25T17:16:20.197Z Compiling zeroize v1.8.2
14172026-04-25T17:16:20.896Z Compiling zerovec-derive v0.11.2
14182026-04-25T17:16:20.909Z Compiling crypto-common v0.1.7
14192026-04-25T17:16:20.958Z Compiling block-buffer v0.10.4
14202026-04-25T17:16:21.052Z Compiling displaydoc v0.2.5
14212026-04-25T17:16:21.069Z Compiling zerofrom v0.1.6
14222026-04-25T17:16:21.120Z Compiling digest v0.10.7
14232026-04-25T17:16:21.188Z Compiling yoke v0.8.1
14242026-04-25T17:16:21.368Z Compiling tokio-macros v2.7.0
14252026-04-25T17:16:21.383Z Compiling hmac v0.12.1
14262026-04-25T17:16:21.536Z Compiling futures-macro v0.3.32
14272026-04-25T17:16:21.770Z Compiling zerotrie v0.2.3
14282026-04-25T17:16:21.979Z Compiling zerovec v0.11.5
14292026-04-25T17:16:22.061Z Compiling block-padding v0.3.3
14302026-04-25T17:16:22.061Z Compiling sha2 v0.10.9
14312026-04-25T17:16:22.219Z Compiling inout v0.1.4
14322026-04-25T17:16:22.322Z Compiling futures-util v0.3.32
14332026-04-25T17:16:22.380Z Compiling cipher v0.4.4
14342026-04-25T17:16:22.474Z Compiling tinystr v0.8.2
14352026-04-25T17:16:22.636Z Compiling icu_locale_core v2.1.1
14362026-04-25T17:16:22.670Z Compiling bytes v1.11.1
14372026-04-25T17:16:22.733Z Compiling potential_utf v0.1.4
14382026-04-25T17:16:22.893Z Compiling icu_collections v2.1.1
14392026-04-25T17:16:22.908Z Compiling der_derive v0.7.3
14402026-04-25T17:16:23.269Z Compiling icu_provider v2.1.1
14412026-04-25T17:16:23.290Z Compiling tokio v1.52.1
14422026-04-25T17:16:23.433Z Compiling http v1.4.0
14432026-04-25T17:16:23.498Z Compiling chrono v0.4.44
14442026-04-25T17:16:23.564Z Compiling icu_properties v2.1.2
14452026-04-25T17:16:23.889Z Compiling icu_normalizer v2.1.1
14462026-04-25T17:16:24.347Z Compiling ppv-lite86 v0.2.21
14472026-04-25T17:16:24.353Z Compiling der v0.7.10
14482026-04-25T17:16:24.422Z Compiling salsa20 v0.10.2
14492026-04-25T17:16:24.562Z Compiling idna_adapter v1.2.1
14502026-04-25T17:16:24.578Z Compiling pbkdf2 v0.12.2
14512026-04-25T17:16:24.658Z Compiling thiserror-impl v2.0.18
14522026-04-25T17:16:24.690Z Compiling idna v1.1.0
14532026-04-25T17:16:24.705Z Compiling scrypt v0.11.0
14542026-04-25T17:16:24.708Z Compiling rand_chacha v0.9.0
14552026-04-25T17:16:24.904Z Compiling aes v0.8.4
14562026-04-25T17:16:24.967Z Compiling url v2.5.8
14572026-04-25T17:16:25.329Z Compiling spki v0.7.3
14582026-04-25T17:16:25.393Z Compiling cbc v0.1.2
14592026-04-25T17:16:25.527Z Compiling rustls-pki-types v1.14.0
14602026-04-25T17:16:25.530Z Compiling tracing-attributes v0.1.31
14612026-04-25T17:16:25.555Z Compiling pkcs5 v0.7.1
14622026-04-25T17:16:25.742Z Compiling rand v0.9.2
14632026-04-25T17:16:25.946Z Compiling http-body v1.0.1
14642026-04-25T17:16:25.964Z Compiling thiserror v2.0.18
14652026-04-25T17:16:26.014Z Compiling serde_derive_internals v0.29.1
14662026-04-25T17:16:26.038Z Compiling untrusted v0.7.1
14672026-04-25T17:16:26.066Z Compiling httparse v1.10.1
14682026-04-25T17:16:26.094Z Compiling untrusted v0.9.0
14692026-04-25T17:16:26.158Z Compiling openssl-probe v0.2.1
14702026-04-25T17:16:26.216Z Compiling base64 v0.22.1
14712026-04-25T17:16:26.334Z Compiling schemars v0.8.22
14722026-04-25T17:16:26.517Z Compiling pkcs8 v0.10.2
14732026-04-25T17:16:26.531Z Compiling pest_derive v2.8.6
14742026-04-25T17:16:26.564Z Compiling scroll_derive v0.13.1
14752026-04-25T17:16:26.808Z Compiling tracing v0.1.44
14762026-04-25T17:16:26.823Z Compiling darling_core v0.20.11
14772026-04-25T17:16:26.872Z Compiling schemars_derive v0.8.22
14782026-04-25T17:16:26.958Z Compiling tinyvec_macros v0.1.1
14792026-04-25T17:16:27.031Z Compiling tokio-util v0.7.18
14802026-04-25T17:16:27.072Z Compiling dyn-clone v1.0.20
14812026-04-25T17:16:27.211Z Compiling tower-layer v0.3.3
14822026-04-25T17:16:27.353Z Compiling tower-service v0.3.3
14832026-04-25T17:16:27.368Z Compiling try-lock v0.2.5
14842026-04-25T17:16:27.485Z Compiling rustls v0.23.37
14852026-04-25T17:16:27.488Z Compiling atomic-waker v1.1.2
14862026-04-25T17:16:27.598Z Compiling want v0.3.1
14872026-04-25T17:16:27.617Z Compiling scroll v0.13.0
14882026-04-25T17:16:27.762Z Compiling h2 v0.4.13
14892026-04-25T17:16:27.878Z Compiling tinyvec v1.10.0
14902026-04-25T17:16:28.193Z Compiling ipnet v2.11.0
14912026-04-25T17:16:28.214Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14922026-04-25T17:16:28.311Z Compiling spin v0.9.8
14932026-04-25T17:16:28.516Z Compiling aho-corasick v1.1.4
14942026-04-25T17:16:28.591Z Compiling num-conv v0.2.0
14952026-04-25T17:16:28.728Z Compiling time-core v0.1.8
14962026-04-25T17:16:28.743Z Compiling crc32fast v1.5.0
14972026-04-25T17:16:28.882Z Compiling openssl v0.10.75
14982026-04-25T17:16:28.964Z Compiling powerfmt v0.2.0
14992026-04-25T17:16:29.007Z Compiling pin-utils v0.1.0
15002026-04-25T17:16:29.069Z Compiling darling_macro v0.20.11
15012026-04-25T17:16:29.084Z Compiling httpdate v1.0.3
15022026-04-25T17:16:29.107Z Compiling foreign-types-shared v0.1.1
15032026-04-25T17:16:29.187Z Compiling foreign-types v0.3.2
15042026-04-25T17:16:29.200Z Compiling deranged v0.5.8
15052026-04-25T17:16:29.300Z Compiling tempfile v3.25.0
15062026-04-25T17:16:29.314Z Compiling time-macros v0.2.27
15072026-04-25T17:16:29.409Z Compiling regex-automata v0.4.14
15082026-04-25T17:16:29.533Z Compiling darling v0.20.11
15092026-04-25T17:16:29.669Z Compiling goblin v0.10.5
15102026-04-25T17:16:30.253Z Compiling openssl-macros v0.1.1
15112026-04-25T17:16:30.361Z Compiling socket2 v0.5.10
15122026-04-25T17:16:30.630Z Compiling wait-timeout v0.2.1
15132026-04-25T17:16:30.675Z Compiling simd-adler32 v0.3.8
15142026-04-25T17:16:30.769Z Compiling hyper v1.8.1
15152026-04-25T17:16:30.895Z Compiling crossbeam-utils v0.8.21
15162026-04-25T17:16:30.918Z Compiling siphasher v1.0.2
15172026-04-25T17:16:31.102Z Compiling usdt-impl v0.6.0
15182026-04-25T17:16:31.175Z Compiling native-tls v0.2.18
15192026-04-25T17:16:31.305Z Compiling syn v1.0.109
15202026-04-25T17:16:31.371Z Compiling num_threads v0.1.7
15212026-04-25T17:16:31.470Z Compiling bit-vec v0.8.0
15222026-04-25T17:16:31.601Z Compiling quick-error v1.2.3
15232026-04-25T17:16:31.672Z Compiling bit-set v0.8.0
15242026-04-25T17:16:31.694Z Compiling rusty-fork v0.3.1
15252026-04-25T17:16:31.757Z Compiling time v0.3.47
15262026-04-25T17:16:31.829Z Compiling hyper-util v0.1.20
15272026-04-25T17:16:32.338Z Compiling dof v0.4.0
15282026-04-25T17:16:33.311Z Compiling derive_builder_core v0.20.2
15292026-04-25T17:16:33.457Z Compiling unicode-normalization v0.1.25
15302026-04-25T17:16:33.533Z Compiling dtrace-parser v0.3.0
15312026-04-25T17:16:33.636Z Compiling rustls-native-certs v0.8.3
15322026-04-25T17:16:33.845Z Compiling signature v2.2.0
15332026-04-25T17:16:33.923Z Compiling scroll_derive v0.12.1
15342026-04-25T17:16:33.968Z Compiling thiserror-impl v1.0.69
15352026-04-25T17:16:34.021Z Compiling heapless v0.7.17
15362026-04-25T17:16:34.220Z Compiling rand_xorshift v0.4.0
15372026-04-25T17:16:34.260Z Compiling slog v2.8.2
15382026-04-25T17:16:34.324Z Compiling darling_core v0.21.3
15392026-04-25T17:16:34.380Z Compiling bzip2-sys v0.1.13+1.0.8
15402026-04-25T17:16:34.439Z Compiling sync_wrapper v1.0.2
15412026-04-25T17:16:34.551Z Compiling thread-id v5.1.0
15422026-04-25T17:16:34.574Z Compiling cookie v0.18.1
15432026-04-25T17:16:34.637Z Compiling unicode-bidi v0.3.18
15442026-04-25T17:16:34.654Z Compiling signal-hook v0.3.18
15452026-04-25T17:16:34.753Z Compiling zstd-safe v7.2.4
15462026-04-25T17:16:34.822Z Compiling adler2 v2.0.1
15472026-04-25T17:16:34.947Z Compiling paste v1.0.15
15482026-04-25T17:16:34.962Z Compiling unarray v0.1.4
15492026-04-25T17:16:34.977Z Compiling anyhow v1.0.102
15502026-04-25T17:16:35.070Z Compiling unicode-properties v0.1.4
15512026-04-25T17:16:35.170Z Compiling proptest v1.10.0
15522026-04-25T17:16:35.219Z Compiling thiserror v1.0.69
15532026-04-25T17:16:35.251Z Compiling stringprep v0.1.5
15542026-04-25T17:16:35.273Z Compiling miniz_oxide v0.8.9
15552026-04-25T17:16:35.680Z Compiling scroll v0.12.0
15562026-04-25T17:16:35.867Z Compiling tower v0.5.3
15572026-04-25T17:16:36.003Z Compiling derive_builder_macro v0.20.2
15582026-04-25T17:16:36.326Z Compiling ipnetwork v0.21.1
15592026-04-25T17:16:36.341Z Compiling http-body-util v0.1.3
15602026-04-25T17:16:36.450Z Compiling webpki-roots v1.0.6
15612026-04-25T17:16:36.534Z Compiling rand_chacha v0.3.1
15622026-04-25T17:16:36.571Z Compiling toml_datetime v0.6.11
15632026-04-25T17:16:36.586Z Compiling serde_tokenstream v0.2.3
15642026-04-25T17:16:36.707Z Compiling serde_spanned v0.6.9
15652026-04-25T17:16:36.803Z Compiling darling_macro v0.21.3
15662026-04-25T17:16:36.818Z Compiling erased-serde v0.3.31
15672026-04-25T17:16:36.849Z Compiling md-5 v0.10.6
15682026-04-25T17:16:36.888Z Compiling zerocopy-derive v0.7.35
15692026-04-25T17:16:37.014Z Compiling curve25519-dalek v4.1.3
15702026-04-25T17:16:37.272Z Compiling vergen-lib v0.1.6
15712026-04-25T17:16:37.287Z Compiling num-integer v0.1.46
15722026-04-25T17:16:37.334Z Compiling hash32 v0.2.1
15732026-04-25T17:16:37.350Z Compiling ff v0.13.1
15742026-04-25T17:16:37.447Z Compiling memoffset v0.9.1
15752026-04-25T17:16:37.486Z Compiling cfg_aliases v0.2.1
15762026-04-25T17:16:37.523Z Compiling base16ct v0.2.0
15772026-04-25T17:16:37.558Z Compiling ryu v1.0.23
15782026-04-25T17:16:37.604Z Compiling smoltcp v0.9.1
15792026-04-25T17:16:37.635Z Compiling litrs v1.0.0
15802026-04-25T17:16:37.696Z Compiling zlib-rs v0.6.2
15812026-04-25T17:16:37.737Z Compiling num-bigint-dig v0.8.6
15822026-04-25T17:16:37.754Z Compiling ref-cast v1.0.25
15832026-04-25T17:16:37.928Z Compiling fallible-iterator v0.2.0
15842026-04-25T17:16:37.942Z Compiling rustix v0.38.44
15852026-04-25T17:16:38.052Z Compiling psl-types v2.0.11
15862026-04-25T17:16:38.140Z Compiling iri-string v0.7.10
15872026-04-25T17:16:38.175Z Compiling publicsuffix v2.3.0
15882026-04-25T17:16:38.234Z Compiling postgres-protocol v0.6.10
15892026-04-25T17:16:38.345Z Compiling document-features v0.2.12
15902026-04-25T17:16:38.454Z Compiling zerocopy v0.7.35
15912026-04-25T17:16:38.816Z Compiling serde_urlencoded v0.7.1
15922026-04-25T17:16:39.018Z Compiling sec1 v0.7.3
15932026-04-25T17:16:39.055Z Compiling nix v0.31.2
15942026-04-25T17:16:39.070Z Compiling num-iter v0.1.45
15952026-04-25T17:16:39.294Z Compiling tower-http v0.6.8
15962026-04-25T17:16:39.425Z Compiling group v0.13.0
15972026-04-25T17:16:39.626Z Compiling newtype-uuid v1.3.2
15982026-04-25T17:16:39.656Z Compiling darling v0.21.3
15992026-04-25T17:16:39.713Z Compiling rand v0.8.5
16002026-04-25T17:16:39.733Z Compiling oxnet v0.1.4
16012026-04-25T17:16:39.956Z Compiling derive_builder v0.20.2
16022026-04-25T17:16:39.972Z Compiling hubpack_derive v0.1.1
16032026-04-25T17:16:40.076Z Compiling tokio-native-tls v0.3.1
16042026-04-25T17:16:40.186Z Compiling goblin v0.8.2
16052026-04-25T17:16:40.555Z Compiling flate2 v1.1.9
16062026-04-25T17:16:40.699Z Compiling regex v1.12.3
16072026-04-25T17:16:40.859Z Compiling phf_shared v0.13.1
16082026-04-25T17:16:40.887Z Compiling lazy_static v1.5.0
16092026-04-25T17:16:40.956Z Compiling cargo-platform v0.1.9
16102026-04-25T17:16:40.979Z Compiling hkdf v0.12.4
16112026-04-25T17:16:41.088Z Compiling crypto-bigint v0.5.5
16122026-04-25T17:16:41.102Z Compiling terminal_size v0.4.3
16132026-04-25T17:16:41.124Z Compiling daft-derive v0.1.5
16142026-04-25T17:16:41.142Z Compiling strum_macros v0.27.2
16152026-04-25T17:16:41.208Z Compiling ref-cast-impl v1.0.25
16162026-04-25T17:16:41.234Z Compiling async-trait v0.1.89
16172026-04-25T17:16:41.737Z Compiling curve25519-dalek-derive v0.1.1
16182026-04-25T17:16:41.835Z Compiling vergen v9.0.6
16192026-04-25T17:16:42.019Z Compiling fs-err v3.3.0
16202026-04-25T17:16:42.206Z Compiling ahash v0.8.12
16212026-04-25T17:16:42.238Z Compiling object v0.37.3
16222026-04-25T17:16:42.367Z Compiling bumpalo v3.20.2
16232026-04-25T17:16:42.406Z Compiling managed v0.8.0
16242026-04-25T17:16:42.504Z Compiling foldhash v0.1.5
16252026-04-25T17:16:42.620Z Compiling winnow v0.5.40
16262026-04-25T17:16:42.620Z Compiling bitflags v1.3.2
16272026-04-25T17:16:42.675Z Compiling unicode-segmentation v1.12.0
16282026-04-25T17:16:42.709Z Compiling libbz2-rs-sys v0.2.2
16292026-04-25T17:16:43.076Z Compiling strum v0.27.2
16302026-04-25T17:16:43.182Z Compiling bzip2 v0.6.1
16312026-04-25T17:16:43.207Z Compiling hashbrown v0.15.5
16322026-04-25T17:16:43.386Z Compiling zopfli v0.8.3
16332026-04-25T17:16:43.448Z Compiling clap_builder v4.5.60
16342026-04-25T17:16:43.806Z Compiling dof v0.3.0
16352026-04-25T17:16:43.993Z Compiling toml_edit v0.19.15
16362026-04-25T17:16:44.084Z Compiling elliptic-curve v0.13.8
16372026-04-25T17:16:44.099Z Compiling daft v0.1.5
16382026-04-25T17:16:44.477Z Compiling cargo_metadata v0.19.2
16392026-04-25T17:16:44.492Z Compiling phf v0.13.1
16402026-04-25T17:16:44.654Z Compiling cookie_store v0.22.1
16412026-04-25T17:16:45.296Z Compiling signal-hook-mio v0.2.5
16422026-04-25T17:16:45.783Z Compiling hubpack v0.1.2
16432026-04-25T17:16:45.798Z Compiling zstd v0.13.3
16442026-04-25T17:16:46.004Z Compiling hyper-tls v0.6.0
16452026-04-25T17:16:46.063Z Compiling bzip2 v0.4.4
16462026-04-25T17:16:46.121Z Compiling serde_with_macros v3.17.0
16472026-04-25T17:16:46.270Z Compiling postgres-types v0.2.12
16482026-04-25T17:16:46.451Z Compiling usdt-macro v0.6.0
16492026-04-25T17:16:46.590Z Compiling usdt-attr-macro v0.6.0
16502026-04-25T17:16:46.606Z Compiling dtrace-parser v0.2.0
16512026-04-25T17:16:46.813Z Compiling ed25519 v2.2.3
16522026-04-25T17:16:47.188Z Compiling bstr v1.12.1
16532026-04-25T17:16:47.232Z Compiling phf_shared v0.11.3
16542026-04-25T17:16:47.343Z Compiling pkcs1 v0.7.5
16552026-04-25T17:16:47.370Z Compiling serde-big-array v0.5.1
16562026-04-25T17:16:47.414Z Compiling hex v0.4.3
16572026-04-25T17:16:47.428Z Compiling rfc6979 v0.4.0
16582026-04-25T17:16:47.511Z Compiling strum_macros v0.26.4
16592026-04-25T17:16:47.551Z Compiling clap_derive v4.5.55
16602026-04-25T17:16:47.678Z Compiling enum-as-inner v0.6.1
16612026-04-25T17:16:47.707Z Compiling serde_repr v0.1.20
16622026-04-25T17:16:47.728Z Compiling float-cmp v0.10.0
16632026-04-25T17:16:47.832Z Compiling memmap2 v0.9.10
16642026-04-25T17:16:47.872Z Compiling thread-id v4.2.2
16652026-04-25T17:16:47.960Z Compiling env_filter v1.0.0
16662026-04-25T17:16:48.044Z Compiling encoding_rs v0.8.35
16672026-04-25T17:16:48.168Z Compiling whoami v2.1.0
16682026-04-25T17:16:48.234Z Compiling either v1.15.0
16692026-04-25T17:16:48.256Z Compiling fixedbitset v0.5.7
16702026-04-25T17:16:48.442Z Compiling new_debug_unreachable v1.0.6
16712026-04-25T17:16:48.517Z Compiling static_assertions v1.1.0
16722026-04-25T17:16:48.533Z Compiling difflib v0.4.0
16732026-04-25T17:16:48.554Z Compiling predicates-core v1.0.10
16742026-04-25T17:16:48.592Z Compiling normalize-line-endings v0.3.0
16752026-04-25T17:16:48.718Z Compiling jiff v0.2.21
16762026-04-25T17:16:48.732Z Compiling mime v0.3.17
16772026-04-25T17:16:49.002Z Compiling precomputed-hash v0.1.1
16782026-04-25T17:16:49.094Z Compiling keccak v0.1.6
16792026-04-25T17:16:49.156Z Compiling rustc-hash v2.1.1
16802026-04-25T17:16:49.279Z Compiling fixedbitset v0.4.2
16812026-04-25T17:16:49.294Z Compiling data-encoding v2.10.0
16822026-04-25T17:16:49.345Z Compiling clap v4.5.60
16832026-04-25T17:16:49.432Z Compiling petgraph v0.6.5
16842026-04-25T17:16:49.495Z Compiling toml_edit v0.22.27
16852026-04-25T17:16:49.618Z Compiling hickory-proto v0.25.2
16862026-04-25T17:16:49.926Z Compiling strum v0.26.3
16872026-04-25T17:16:49.987Z Compiling iddqd v0.3.17
16882026-04-25T17:16:50.058Z Compiling sha3 v0.10.8
16892026-04-25T17:16:50.090Z Compiling string_cache v0.8.9
16902026-04-25T17:16:50.316Z Compiling predicates v3.1.4
16912026-04-25T17:16:50.500Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16922026-04-25T17:16:50.901Z Compiling petgraph v0.8.3
16932026-04-25T17:16:50.953Z Compiling itertools v0.13.0
16942026-04-25T17:16:51.089Z Compiling tokio-postgres v0.7.16
16952026-04-25T17:16:52.160Z Compiling zip v4.6.1
16962026-04-25T17:16:52.176Z Compiling env_logger v0.11.9
16972026-04-25T17:16:52.531Z Compiling usdt v0.6.0
16982026-04-25T17:16:52.792Z Compiling usdt-impl v0.5.0
16992026-04-25T17:16:52.826Z Compiling serde_with v3.17.0
17002026-04-25T17:16:52.870Z Compiling similar v2.7.0
17012026-04-25T17:16:53.128Z Compiling rsa v0.9.10
17022026-04-25T17:16:53.198Z Compiling ecdsa v0.16.9
17032026-04-25T17:16:53.223Z Compiling crossterm v0.28.1
17042026-04-25T17:16:53.383Z Compiling ed25519-dalek v2.2.0
17052026-04-25T17:16:53.751Z Compiling zip v0.6.6
17062026-04-25T17:16:54.281Z Compiling toml v0.7.8
17072026-04-25T17:16:54.566Z Compiling heck v0.4.1
17082026-04-25T17:16:54.687Z Compiling toml_parser v1.0.9+spec-1.1.0
17092026-04-25T17:16:54.756Z Compiling crossbeam-epoch v0.9.18
17102026-04-25T17:16:54.794Z Compiling tokio-stream v0.1.18
17112026-04-25T17:16:54.875Z Compiling buf-list v1.1.2
17122026-04-25T17:16:55.053Z Compiling x509-cert v0.2.5
17132026-04-25T17:16:55.091Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17142026-04-25T17:16:55.149Z Compiling openapiv3 v2.2.0
17152026-04-25T17:16:55.265Z Compiling sha1 v0.10.6
17162026-04-25T17:16:55.339Z Compiling toml_datetime v0.7.5+spec-1.1.0
17172026-04-25T17:16:55.389Z Compiling peg-runtime v0.8.5
17182026-04-25T17:16:55.490Z Compiling lalrpop-util v0.19.12
17192026-04-25T17:16:55.604Z Compiling thread_local v1.1.9
17202026-04-25T17:16:55.676Z Compiling slog-async v2.8.0
17212026-04-25T17:16:55.676Z Compiling crossbeam-channel v0.5.15
17222026-04-25T17:16:55.854Z Compiling futures-executor v0.3.32
17232026-04-25T17:16:55.992Z Compiling filetime v0.2.27
17242026-04-25T17:16:56.116Z Compiling is-terminal v0.4.17
17252026-04-25T17:16:56.144Z Compiling xattr v1.6.1
17262026-04-25T17:16:56.169Z Compiling take_mut v0.2.2
17272026-04-25T17:16:56.213Z Compiling term v1.2.1
17282026-04-25T17:16:56.280Z Compiling tar v0.4.45
17292026-04-25T17:16:56.399Z Compiling futures v0.3.32
17302026-04-25T17:16:56.484Z Compiling slog-term v2.9.2
17312026-04-25T17:17:03.732Z Compiling rustls-webpki v0.103.9
17322026-04-25T17:17:06.511Z Compiling tokio-rustls v0.26.4
17332026-04-25T17:17:06.511Z Compiling rustls-platform-verifier v0.6.2
17342026-04-25T17:17:06.714Z Compiling hyper-rustls v0.27.7
17352026-04-25T17:17:06.916Z Compiling reqwest v0.12.28
17362026-04-25T17:17:06.916Z Compiling reqwest v0.13.2
17372026-04-25T17:17:08.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17382026-04-25T17:17:09.189Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17392026-04-25T17:17:11.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17402026-04-25T17:17:12.139Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17412026-04-25T17:17:12.197ZApr 25 17:17:10.348 INFO Starting download, target: Cockroach
17422026-04-25T17:17:12.197ZApr 25 17:17:10.348 INFO Starting download, target: Clickhouse
17432026-04-25T17:17:12.197ZApr 25 17:17:10.348 INFO Starting download, target: Console
17442026-04-25T17:17:12.197ZApr 25 17:17:10.348 INFO Starting download, target: DendriteStub
17452026-04-25T17:17:12.200ZApr 25 17:17:10.348 INFO Starting download, target: MaghemiteMgd
17462026-04-25T17:17:12.200ZApr 25 17:17:10.348 INFO Starting download, target: TransceiverControl
17472026-04-25T17:17:12.200ZApr 25 17:17:10.348 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17482026-04-25T17:17:12.200ZApr 25 17:17:10.348 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17492026-04-25T17:17:12.200ZApr 25 17:17:10.348 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17502026-04-25T17:17:12.200ZApr 25 17:17:10.348 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17512026-04-25T17:17:12.200ZApr 25 17:17:10.348 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17522026-04-25T17:17:12.200ZApr 25 17:17:10.348 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17532026-04-25T17:17:12.642ZApr 25 17:17:10.791 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17542026-04-25T17:17:12.871ZApr 25 17:17:11.022 INFO Download complete, target: TransceiverControl
17552026-04-25T17:17:13.103ZApr 25 17:17:11.253 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17562026-04-25T17:17:13.337ZApr 25 17:17:11.484 INFO Download complete, target: Console
17572026-04-25T17:17:13.952ZApr 25 17:17:12.098 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17582026-04-25T17:17:14.002ZApr 25 17:17:12.151 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17592026-04-25T17:17:14.092ZApr 25 17:17:12.241 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17602026-04-25T17:17:14.455ZApr 25 17:17:12.606 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17612026-04-25T17:17:14.455ZApr 25 17:17:12.606 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17622026-04-25T17:17:16.305ZApr 25 17:17:14.453 INFO Download complete, target: DendriteStub
17632026-04-25T17:17:16.369ZApr 25 17:17:14.520 INFO Download complete, target: MaghemiteMgd
17642026-04-25T17:17:19.014ZApr 25 17:17:17.164 INFO Checking that binary works, target: Cockroach
17652026-04-25T17:17:19.104ZApr 25 17:17:17.255 INFO Download complete, target: Cockroach
17662026-04-25T17:17:20.797ZApr 25 17:17:18.943 INFO Checking that binary works, target: Clickhouse
17672026-04-25T17:17:20.892ZApr 25 17:17:19.043 INFO Download complete, target: Clickhouse
17682026-04-25T17:17:20.904ZAll builder prerequisites installed successfully, and PATH looks valid
17692026-04-25T17:17:20.914Z
17702026-04-25T17:17:20.914Zreal 2:55.221326107
17712026-04-25T17:17:20.914Zuser 7:13.758702489
17722026-04-25T17:17:20.914Zsys 1:24.239931696
17732026-04-25T17:17:20.914Ztrap 0.221239502
17742026-04-25T17:17:20.914Ztflt 0.593038637
17752026-04-25T17:17:20.915Zdflt 0.515896043
17762026-04-25T17:17:20.915Zkflt 0.031631780
17772026-04-25T17:17:20.915Zlock 21:43.935738163
17782026-04-25T17:17:20.915Zslp 21:14.914976302
17792026-04-25T17:17:20.915Zlat 43.700893408
17802026-04-25T17:17:20.915Zstop 2:00.628946037
17812026-04-25T17:17:20.915Z+ banner hack-check
17822026-04-25T17:17:20.915Z
17832026-04-25T17:17:20.915Z # # ## #### # # #### # # ###### #### # #
17842026-04-25T17:17:20.915Z # # # # # # # # # # # # # # # # #
17852026-04-25T17:17:20.915Z ###### # # # #### ##### # ###### ##### # ####
17862026-04-25T17:17:20.915Z # # ###### # # # # # # # # # #
17872026-04-25T17:17:20.915Z # # # # # # # # # # # # # # # # #
17882026-04-25T17:17:20.915Z # # # # #### # # #### # # ###### #### # #
17892026-04-25T17:17:20.915Z
17902026-04-25T17:17:20.915Z+ export CARGO_INCREMENTAL=0
17912026-04-25T17:17:20.915Z+ CARGO_INCREMENTAL=0
17922026-04-25T17:17:20.915Z+ ptime -m timeout 2h cargo xtask check-features --ci
17932026-04-25T17:17:21.443Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17942026-04-25T17:17:21.659Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17952026-04-25T17:17:23.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17962026-04-25T17:17:23.588Z Running `target/debug/xtask check-features --ci`
17972026-04-25T17:17:23.612Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17982026-04-25T17:17:23.615Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17992026-04-25T17:17:24.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18002026-04-25T17:17:24.120Z Running `target/debug/xtask download cargo-hack`
18012026-04-25T17:17:24.893Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18022026-04-25T17:17:25.204Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18032026-04-25T17:17:27.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18042026-04-25T17:17:27.811Z Running `target/debug/xtask-downloader cargo-hack`
18052026-04-25T17:17:27.855ZApr 25 17:17:26.005 INFO Starting download, target: CargoHack
18062026-04-25T17:17:27.858ZApr 25 17:17:26.006 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18072026-04-25T17:17:28.040ZApr 25 17:17:26.191 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18082026-04-25T17:17:28.090ZApr 25 17:17:26.240 INFO Download complete, target: CargoHack
18092026-04-25T17:17:28.099Zrunning: "/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"
18102026-04-25T17:17:28.106Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18112026-04-25T17:17:28.254Zinfo: running `cargo check --bins` on api_identity (1/272)
18122026-04-25T17:17:28.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-04-25T17:17:28.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-04-25T17:17:28.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-04-25T17:17:28.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18162026-04-25T17:17:28.835Z
18172026-04-25T17:17:28.835Zinfo: running `cargo check --bins` on bootstore (2/272)
18182026-04-25T17:17:29.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-04-25T17:17:29.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-04-25T17:17:29.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-04-25T17:17:29.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-04-25T17:17:29.420Z
18232026-04-25T17:17:29.420Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18242026-04-25T17:17:29.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-25T17:17:29.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-25T17:17:29.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-25T17:17:29.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-04-25T17:17:29.989Z
18292026-04-25T17:17:29.989Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18302026-04-25T17:17:30.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-25T17:17:30.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-25T17:17:30.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-25T17:17:30.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18342026-04-25T17:17:30.565Z
18352026-04-25T17:17:30.565Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18362026-04-25T17:17:31.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-25T17:17:31.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-25T17:17:31.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-25T17:17:31.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18402026-04-25T17:17:31.150Z
18412026-04-25T17:17:31.150Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18422026-04-25T17:17:31.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-25T17:17:31.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-25T17:17:31.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-25T17:17:31.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462026-04-25T17:17:31.737Z
18472026-04-25T17:17:31.737Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18482026-04-25T17:17:32.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-25T17:17:32.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-25T17:17:32.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-25T17:17:32.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-04-25T17:17:32.329Z
18532026-04-25T17:17:32.329Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18542026-04-25T17:17:32.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-25T17:17:32.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-25T17:17:32.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-25T17:17:32.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18582026-04-25T17:17:32.921Z
18592026-04-25T17:17:32.921Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18602026-04-25T17:17:33.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-25T17:17:33.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-25T17:17:33.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-25T17:17:33.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18642026-04-25T17:17:33.395Z
18652026-04-25T17:17:33.395Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18662026-04-25T17:17:33.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-25T17:17:33.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-25T17:17:33.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-25T17:17:33.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18702026-04-25T17:17:33.865Z
18712026-04-25T17:17:33.865Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18722026-04-25T17:17:34.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-25T17:17:34.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-25T17:17:34.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-25T17:17:34.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-04-25T17:17:34.329Z
18772026-04-25T17:17:34.329Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18782026-04-25T17:17:34.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-25T17:17:34.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-25T17:17:34.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-25T17:17:34.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-04-25T17:17:34.797Z
18832026-04-25T17:17:34.797Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18842026-04-25T17:17:35.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-25T17:17:35.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-25T17:17:35.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-25T17:17:35.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-04-25T17:17:35.267Z
18892026-04-25T17:17:35.267Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18902026-04-25T17:17:35.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-25T17:17:35.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-25T17:17:35.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-25T17:17:35.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-04-25T17:17:35.747Z
18952026-04-25T17:17:35.747Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
18962026-04-25T17:17:36.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-25T17:17:36.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-25T17:17:36.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-25T17:17:36.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-04-25T17:17:36.199Z
19012026-04-25T17:17:36.199Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19022026-04-25T17:17:36.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-25T17:17:36.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-25T17:17:36.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-25T17:17:36.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-04-25T17:17:36.663Z
19072026-04-25T17:17:36.663Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19082026-04-25T17:17:37.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-25T17:17:37.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-25T17:17:37.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-25T17:17:37.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-04-25T17:17:37.128Z
19132026-04-25T17:17:37.128Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19142026-04-25T17:17:37.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-25T17:17:37.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-25T17:17:37.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-25T17:17:37.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-04-25T17:17:37.594Z
19192026-04-25T17:17:37.594Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19202026-04-25T17:17:38.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-25T17:17:38.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-25T17:17:38.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-25T17:17:38.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-04-25T17:17:38.061Z
19252026-04-25T17:17:38.061Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19262026-04-25T17:17:38.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-25T17:17:38.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-25T17:17:38.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-25T17:17:38.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-04-25T17:17:38.529Z
19312026-04-25T17:17:38.529Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19322026-04-25T17:17:38.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-25T17:17:38.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-25T17:17:38.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-25T17:17:38.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-04-25T17:17:38.995Z
19372026-04-25T17:17:38.995Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19382026-04-25T17:17:39.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-25T17:17:39.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-25T17:17:39.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-25T17:17:39.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-04-25T17:17:39.461Z
19432026-04-25T17:17:39.461Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19442026-04-25T17:17:39.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-25T17:17:39.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-25T17:17:39.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-25T17:17:39.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-04-25T17:17:39.932Z
19492026-04-25T17:17:39.932Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19502026-04-25T17:17:40.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-25T17:17:40.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-25T17:17:40.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-25T17:17:40.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-04-25T17:17:40.402Z
19552026-04-25T17:17:40.402Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19562026-04-25T17:17:40.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-25T17:17:40.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-25T17:17:40.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-25T17:17:40.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-04-25T17:17:40.873Z
19612026-04-25T17:17:40.873Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19622026-04-25T17:17:41.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-25T17:17:41.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-25T17:17:41.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-25T17:17:41.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-04-25T17:17:41.365Z
19672026-04-25T17:17:41.365Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19682026-04-25T17:17:41.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-25T17:17:41.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-25T17:17:41.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-25T17:17:41.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-04-25T17:17:41.807Z
19732026-04-25T17:17:41.807Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19742026-04-25T17:17:42.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-25T17:17:42.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-25T17:17:42.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-25T17:17:42.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-04-25T17:17:42.275Z
19792026-04-25T17:17:42.275Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19802026-04-25T17:17:42.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-25T17:17:42.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-25T17:17:42.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-25T17:17:42.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-04-25T17:17:42.748Z
19852026-04-25T17:17:42.748Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19862026-04-25T17:17:43.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-25T17:17:43.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-25T17:17:43.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-25T17:17:43.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-04-25T17:17:43.212Z
19912026-04-25T17:17:43.213Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
19922026-04-25T17:17:43.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-25T17:17:43.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-25T17:17:43.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-25T17:17:43.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-04-25T17:17:43.680Z
19972026-04-25T17:17:43.680Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
19982026-04-25T17:17:44.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-25T17:17:44.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-25T17:17:44.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-25T17:17:44.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-04-25T17:17:44.146Z
20032026-04-25T17:17:44.146Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20042026-04-25T17:17:44.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-25T17:17:44.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-25T17:17:44.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-25T17:17:44.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-04-25T17:17:44.613Z
20092026-04-25T17:17:44.613Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20102026-04-25T17:17:45.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-25T17:17:45.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-25T17:17:45.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-25T17:17:45.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-04-25T17:17:45.083Z
20152026-04-25T17:17:45.083Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20162026-04-25T17:17:45.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-25T17:17:45.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-25T17:17:45.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-25T17:17:45.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-04-25T17:17:45.600Z
20212026-04-25T17:17:45.600Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20222026-04-25T17:17:45.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-25T17:17:45.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-25T17:17:45.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-25T17:17:45.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-04-25T17:17:46.012Z
20272026-04-25T17:17:46.012Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20282026-04-25T17:17:46.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-25T17:17:46.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-25T17:17:46.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-25T17:17:46.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-04-25T17:17:46.476Z
20332026-04-25T17:17:46.476Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20342026-04-25T17:17:46.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-25T17:17:46.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-25T17:17:46.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-25T17:17:46.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-04-25T17:17:46.942Z
20392026-04-25T17:17:46.942Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20402026-04-25T17:17:47.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-25T17:17:47.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-25T17:17:47.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-25T17:17:47.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-04-25T17:17:47.409Z
20452026-04-25T17:17:47.409Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20462026-04-25T17:17:47.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-25T17:17:47.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-25T17:17:47.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-25T17:17:47.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-04-25T17:17:47.876Z
20512026-04-25T17:17:47.876Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20522026-04-25T17:17:48.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-25T17:17:48.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-25T17:17:48.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-25T17:17:48.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-04-25T17:17:48.342Z
20572026-04-25T17:17:48.342Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20582026-04-25T17:17:48.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-25T17:17:48.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-25T17:17:48.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-25T17:17:48.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-04-25T17:17:48.809Z
20632026-04-25T17:17:48.809Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20642026-04-25T17:17:49.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-25T17:17:49.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-25T17:17:49.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-25T17:17:49.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-04-25T17:17:49.276Z
20692026-04-25T17:17:49.276Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20702026-04-25T17:17:49.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-25T17:17:49.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-25T17:17:49.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-25T17:17:49.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-04-25T17:17:49.745Z
20752026-04-25T17:17:49.745Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20762026-04-25T17:17:50.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-25T17:17:50.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-25T17:17:50.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-25T17:17:50.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-04-25T17:17:50.212Z
20812026-04-25T17:17:50.212Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20822026-04-25T17:17:50.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-25T17:17:50.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-25T17:17:50.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-25T17:17:50.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-04-25T17:17:50.679Z
20872026-04-25T17:17:50.680Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20882026-04-25T17:17:51.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-25T17:17:51.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-25T17:17:51.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-25T17:17:51.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-04-25T17:17:51.148Z
20932026-04-25T17:17:51.148Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
20942026-04-25T17:17:51.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-25T17:17:51.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-25T17:17:51.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-25T17:17:51.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-04-25T17:17:51.616Z
20992026-04-25T17:17:51.616Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21002026-04-25T17:17:52.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-25T17:17:52.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-25T17:17:52.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-25T17:17:52.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21042026-04-25T17:17:52.252Z
21052026-04-25T17:17:52.252Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21062026-04-25T17:17:52.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-25T17:17:52.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-25T17:17:52.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-25T17:17:52.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21102026-04-25T17:17:52.889Z
21112026-04-25T17:17:52.890Zinfo: running `cargo check --bins` on nexus-config (51/272)
21122026-04-25T17:17:53.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-25T17:17:53.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-25T17:17:53.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-04-25T17:17:53.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21162026-04-25T17:17:53.511Z
21172026-04-25T17:17:53.511Zinfo: running `cargo check --bins` on nexus-types (52/272)
21182026-04-25T17:17:54.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-04-25T17:17:54.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-04-25T17:17:54.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-04-25T17:17:54.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21222026-04-25T17:17:54.139Z
21232026-04-25T17:17:54.139Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21242026-04-25T17:17:54.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-04-25T17:17:54.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-04-25T17:17:54.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-04-25T17:17:54.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21282026-04-25T17:17:54.734Z
21292026-04-25T17:17:54.734Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21302026-04-25T17:17:55.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-04-25T17:17:55.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-04-25T17:17:55.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-04-25T17:17:55.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21342026-04-25T17:17:55.307Z
21352026-04-25T17:17:55.307Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21362026-04-25T17:17:55.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-04-25T17:17:55.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-04-25T17:17:55.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-04-25T17:17:55.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21402026-04-25T17:17:55.897Z
21412026-04-25T17:17:55.897Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21422026-04-25T17:17:56.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-04-25T17:17:56.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-04-25T17:17:56.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-04-25T17:17:56.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21462026-04-25T17:17:56.488Z
21472026-04-25T17:17:56.488Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21482026-04-25T17:17:56.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-04-25T17:17:56.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-04-25T17:17:56.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-04-25T17:17:56.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-04-25T17:17:57.082Z
21532026-04-25T17:17:57.082Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21542026-04-25T17:17:57.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-04-25T17:17:57.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-04-25T17:17:57.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-04-25T17:17:57.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-04-25T17:17:57.676Z
21592026-04-25T17:17:57.676Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21602026-04-25T17:17:58.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-04-25T17:17:58.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-04-25T17:17:58.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-04-25T17:17:58.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21642026-04-25T17:17:58.249Z
21652026-04-25T17:17:58.249Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21662026-04-25T17:17:58.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-04-25T17:17:58.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-04-25T17:17:58.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-04-25T17:17:58.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21702026-04-25T17:17:58.827Z
21712026-04-25T17:17:58.827Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21722026-04-25T17:17:59.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-04-25T17:17:59.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-04-25T17:17:59.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-04-25T17:17:59.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21762026-04-25T17:17:59.398Z
21772026-04-25T17:17:59.398Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21782026-04-25T17:17:59.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-04-25T17:17:59.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-04-25T17:17:59.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-04-25T17:17:59.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21822026-04-25T17:17:59.976Z
21832026-04-25T17:17:59.976Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21842026-04-25T17:18:00.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-04-25T17:18:00.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-04-25T17:18:00.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-04-25T17:18:00.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-04-25T17:18:00.570Z
21892026-04-25T17:18:00.570Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21902026-04-25T17:18:01.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-04-25T17:18:01.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-04-25T17:18:01.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-04-25T17:18:01.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-04-25T17:18:01.155Z
21952026-04-25T17:18:01.155Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
21962026-04-25T17:18:01.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-04-25T17:18:01.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-04-25T17:18:01.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-04-25T17:18:01.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22002026-04-25T17:18:01.730Z
22012026-04-25T17:18:01.730Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22022026-04-25T17:18:02.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-04-25T17:18:02.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-04-25T17:18:02.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-04-25T17:18:02.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22062026-04-25T17:18:02.308Z
22072026-04-25T17:18:02.308Zinfo: running `cargo check --bins` on ereport-types (67/272)
22082026-04-25T17:18:02.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-04-25T17:18:02.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-04-25T17:18:02.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-04-25T17:18:02.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-04-25T17:18:02.892Z
22132026-04-25T17:18:02.892Zinfo: running `cargo check --bins` on gateway-client (68/272)
22142026-04-25T17:18:03.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-04-25T17:18:03.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-04-25T17:18:03.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-04-25T17:18:03.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-04-25T17:18:03.480Z
22192026-04-25T17:18:03.480Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22202026-04-25T17:18:03.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-04-25T17:18:03.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-04-25T17:18:03.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-04-25T17:18:03.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22242026-04-25T17:18:04.068Z
22252026-04-25T17:18:04.068Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22262026-04-25T17:18:04.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-04-25T17:18:04.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-04-25T17:18:04.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-04-25T17:18:04.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22302026-04-25T17:18:04.649Z
22312026-04-25T17:18:04.649Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22322026-04-25T17:18:05.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-04-25T17:18:05.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-04-25T17:18:05.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-04-25T17:18:05.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22362026-04-25T17:18:05.234Z
22372026-04-25T17:18:05.234Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22382026-04-25T17:18:05.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-04-25T17:18:05.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-04-25T17:18:05.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-04-25T17:18:05.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22422026-04-25T17:18:05.817Z
22432026-04-25T17:18:05.817Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22442026-04-25T17:18:06.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-04-25T17:18:06.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-04-25T17:18:06.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-04-25T17:18:06.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22482026-04-25T17:18:06.424Z
22492026-04-25T17:18:06.424Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22502026-04-25T17:18:06.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-04-25T17:18:06.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-04-25T17:18:06.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-04-25T17:18:06.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22542026-04-25T17:18:07.029Z
22552026-04-25T17:18:07.029Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22562026-04-25T17:18:07.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-04-25T17:18:07.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-04-25T17:18:07.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-04-25T17:18:07.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22602026-04-25T17:18:07.598Z
22612026-04-25T17:18:07.598Zinfo: running `cargo check --bins` on oxlog (76/272)
22622026-04-25T17:18:08.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-04-25T17:18:08.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-04-25T17:18:08.195Z Checking cfg-if v1.0.4
22652026-04-25T17:18:08.198Z Checking libc v0.2.185
22662026-04-25T17:18:08.198Z Checking serde_core v1.0.228
22672026-04-25T17:18:08.311Z Checking zeroize v1.8.2
22682026-04-25T17:18:08.318Z Checking memchr v2.8.0
22692026-04-25T17:18:08.326Z Checking log v0.4.29
22702026-04-25T17:18:08.334Z Checking smallvec v1.15.1
22712026-04-25T17:18:08.344Z Checking typenum v1.19.0
22722026-04-25T17:18:08.354Z Checking subtle v2.6.1
22732026-04-25T17:18:08.445Z Checking itoa v1.0.17
22742026-04-25T17:18:08.478Z Checking scopeguard v1.2.0
22752026-04-25T17:18:08.493Z Checking const-oid v0.9.6
22762026-04-25T17:18:08.505Z Checking stable_deref_trait v1.2.1
22772026-04-25T17:18:08.574Z Checking lock_api v0.4.14
22782026-04-25T17:18:08.587Z Checking portable-atomic v1.13.1
22792026-04-25T17:18:08.590Z Checking zerofrom v0.1.6
22802026-04-25T17:18:08.683Z Checking critical-section v1.2.0
22812026-04-25T17:18:08.697Z Checking getrandom v0.2.17
22822026-04-25T17:18:08.698Z Checking errno v0.3.14
22832026-04-25T17:18:08.765Z Checking yoke v0.8.1
22842026-04-25T17:18:08.777Z Checking parking_lot_core v0.9.12
22852026-04-25T17:18:08.808Z Checking signal-hook-registry v1.4.8
22862026-04-25T17:18:08.846Z Checking generic-array v0.14.7
22872026-04-25T17:18:08.849Z Checking rand_core v0.6.4
22882026-04-25T17:18:08.923Z Checking zerovec v0.11.5
22892026-04-25T17:18:08.953Z Checking zerocopy v0.8.40
22902026-04-25T17:18:08.964Z Checking pin-project-lite v0.2.17
22912026-04-25T17:18:08.985Z Checking once_cell v1.21.3
22922026-04-25T17:18:09.026Z Checking parking_lot v0.12.5
22932026-04-25T17:18:09.048Z Checking mio v1.2.0
22942026-04-25T17:18:09.169Z Checking socket2 v0.6.3
22952026-04-25T17:18:09.171Z Checking libm v0.2.16
22962026-04-25T17:18:09.205Z Checking zmij v1.0.21
22972026-04-25T17:18:09.278Z Checking crypto-common v0.1.7
22982026-04-25T17:18:09.318Z Checking block-buffer v0.10.4
22992026-04-25T17:18:09.346Z Checking tinystr v0.8.2
23002026-04-25T17:18:09.398Z Checking futures-core v0.3.32
23012026-04-25T17:18:09.410Z Checking equivalent v1.0.2
23022026-04-25T17:18:09.420Z Checking litemap v0.8.1
23032026-04-25T17:18:09.451Z Checking digest v0.10.7
23042026-04-25T17:18:09.485Z Checking writeable v0.6.2
23052026-04-25T17:18:09.515Z Checking percent-encoding v2.3.2
23062026-04-25T17:18:09.517Z Checking allocator-api2 v0.2.21
23072026-04-25T17:18:09.588Z Checking potential_utf v0.1.4
23082026-04-25T17:18:09.637Z Checking icu_locale_core v2.1.1
23092026-04-25T17:18:09.640Z Checking zerotrie v0.2.3
23102026-04-25T17:18:09.661Z Checking cpufeatures v0.2.17
23112026-04-25T17:18:09.708Z Checking foldhash v0.2.0
23122026-04-25T17:18:09.725Z Checking icu_collections v2.1.1
23132026-04-25T17:18:09.761Z Checking serde v1.0.228
23142026-04-25T17:18:09.802Z Checking bitflags v2.11.0
23152026-04-25T17:18:09.857Z Checking serde_json v1.0.149
23162026-04-25T17:18:09.880Z Checking hashbrown v0.16.1
23172026-04-25T17:18:09.892Z Checking num-traits v0.2.19
23182026-04-25T17:18:09.963Z Checking hmac v0.12.1
23192026-04-25T17:18:10.029Z Checking block-padding v0.3.3
23202026-04-25T17:18:10.090Z Checking icu_normalizer_data v2.1.1
23212026-04-25T17:18:10.155Z Checking icu_properties_data v2.1.2
23222026-04-25T17:18:10.167Z Checking bytes v1.11.1
23232026-04-25T17:18:10.177Z Checking futures-sink v0.3.32
23242026-04-25T17:18:10.188Z Checking icu_provider v2.1.1
23252026-04-25T17:18:10.271Z Checking rand_core v0.10.0
23262026-04-25T17:18:10.294Z Checking futures-channel v0.3.32
23272026-04-25T17:18:10.377Z Checking indexmap v2.13.0
23282026-04-25T17:18:10.410Z Checking getrandom v0.4.1
23292026-04-25T17:18:10.417Z Checking icu_properties v2.1.2
23302026-04-25T17:18:10.423Z Checking icu_normalizer v2.1.1
23312026-04-25T17:18:10.478Z Checking inout v0.1.4
23322026-04-25T17:18:10.519Z Checking futures-io v0.3.32
23332026-04-25T17:18:10.550Z Checking futures-task v0.3.32
23342026-04-25T17:18:10.590Z Checking tokio v1.52.1
23352026-04-25T17:18:10.600Z Checking slab v0.4.12
23362026-04-25T17:18:10.628Z Checking cipher v0.4.4
23372026-04-25T17:18:10.683Z Checking sha2 v0.10.9
23382026-04-25T17:18:10.727Z Checking getrandom v0.3.4
23392026-04-25T17:18:10.754Z Checking futures-util v0.3.32
23402026-04-25T17:18:10.829Z Checking base64ct v1.8.3
23412026-04-25T17:18:10.876Z Checking utf8_iter v1.0.4
23422026-04-25T17:18:10.929Z Checking byteorder v1.5.0
23432026-04-25T17:18:10.957Z Checking form_urlencoded v1.2.2
23442026-04-25T17:18:11.004Z Checking flagset v0.4.7
23452026-04-25T17:18:11.075Z Checking pem-rfc7468 v0.7.0
23462026-04-25T17:18:11.095Z Checking fnv v1.0.7
23472026-04-25T17:18:11.118Z Checking rand_core v0.9.5
23482026-04-25T17:18:11.140Z Checking salsa20 v0.10.2
23492026-04-25T17:18:11.175Z Checking http v1.4.0
23502026-04-25T17:18:11.243Z Checking der v0.7.10
23512026-04-25T17:18:11.257Z Checking idna_adapter v1.2.1
23522026-04-25T17:18:11.272Z Checking uuid v1.23.0
23532026-04-25T17:18:11.286Z Checking pbkdf2 v0.12.2
23542026-04-25T17:18:11.359Z Checking idna v1.1.0
23552026-04-25T17:18:11.394Z Checking scrypt v0.11.0
23562026-04-25T17:18:11.535Z Checking aes v0.8.4
23572026-04-25T17:18:11.573Z Checking cbc v0.1.2
23582026-04-25T17:18:11.593Z Checking url v2.5.8
23592026-04-25T17:18:11.685Z Checking rustix v1.1.3
23602026-04-25T17:18:11.697Z Checking ppv-lite86 v0.2.21
23612026-04-25T17:18:11.732Z Checking tracing-core v0.1.36
23622026-04-25T17:18:11.909Z Checking rustls-pki-types v1.14.0
23632026-04-25T17:18:11.942Z Checking spki v0.7.3
23642026-04-25T17:18:11.976Z Checking rand_chacha v0.9.0
23652026-04-25T17:18:12.026Z Checking regex-syntax v0.8.10
23662026-04-25T17:18:12.035Z Checking iana-time-zone v0.1.65
23672026-04-25T17:18:12.161Z Checking pkcs5 v0.7.1
23682026-04-25T17:18:12.162Z Checking chrono v0.4.44
23692026-04-25T17:18:12.173Z Checking rand v0.9.2
23702026-04-25T17:18:12.186Z Checking tracing v0.1.44
23712026-04-25T17:18:12.348Z Checking http-body v1.0.1
23722026-04-25T17:18:12.390Z Checking aws-lc-sys v0.37.1
23732026-04-25T17:18:12.482Z Checking untrusted v0.9.0
23742026-04-25T17:18:12.491Z Checking base64 v0.22.1
23752026-04-25T17:18:12.584Z Checking openssl-probe v0.2.1
23762026-04-25T17:18:12.626Z Checking untrusted v0.7.1
23772026-04-25T17:18:12.657Z Checking ring v0.17.14
23782026-04-25T17:18:12.686Z Checking pkcs8 v0.10.2
23792026-04-25T17:18:12.727Z Checking atomic-waker v1.1.2
23802026-04-25T17:18:12.739Z Checking tower-service v0.3.3
23812026-04-25T17:18:12.823Z Checking plain v0.2.3
23822026-04-25T17:18:12.835Z Checking try-lock v0.2.5
23832026-04-25T17:18:12.858Z Checking tower-layer v0.3.3
23842026-04-25T17:18:12.875Z Checking aws-lc-rs v1.16.0
23852026-04-25T17:18:12.924Z Checking tinyvec_macros v0.1.1
23862026-04-25T17:18:12.941Z Checking want v0.3.1
23872026-04-25T17:18:12.973Z Checking ipnet v2.11.0
23882026-04-25T17:18:12.989Z Checking tinyvec v1.10.0
23892026-04-25T17:18:12.997Z Checking semver v1.0.27
23902026-04-25T17:18:13.050Z Checking httparse v1.10.1
23912026-04-25T17:18:13.196Z Checking spin v0.9.8
23922026-04-25T17:18:13.222Z Checking dyn-clone v1.0.20
23932026-04-25T17:18:13.255Z Checking pin-utils v0.1.0
23942026-04-25T17:18:13.286Z Checking httpdate v1.0.3
23952026-04-25T17:18:13.304Z Checking fastrand v2.3.0
23962026-04-25T17:18:13.323Z Checking ucd-trie v0.1.7
23972026-04-25T17:18:13.332Z Checking foreign-types-shared v0.1.1
23982026-04-25T17:18:13.369Z Checking unicode-ident v1.0.24
23992026-04-25T17:18:13.407Z Checking foreign-types v0.3.2
24002026-04-25T17:18:13.422Z Checking schemars v0.8.22
24012026-04-25T17:18:13.445Z Checking pest v2.8.6
24022026-04-25T17:18:13.472Z Checking tempfile v3.25.0
24032026-04-25T17:18:13.472Z Checking proc-macro2 v1.0.106
24042026-04-25T17:18:13.496Z Checking openssl-sys v0.9.111
24052026-04-25T17:18:13.636Z Checking thiserror v2.0.18
24062026-04-25T17:18:13.663Z Checking socket2 v0.5.10
24072026-04-25T17:18:13.700Z Checking rustls-webpki v0.103.9
24082026-04-25T17:18:13.734Z Checking wait-timeout v0.2.1
24092026-04-25T17:18:13.774Z Checking tokio-util v0.7.18
24102026-04-25T17:18:13.793Z Checking aho-corasick v1.1.4
24112026-04-25T17:18:13.855Z Checking powerfmt v0.2.0
24122026-04-25T17:18:13.897Z Checking bit-vec v0.8.0
24132026-04-25T17:18:13.970Z Checking quick-error v1.2.3
24142026-04-25T17:18:14.002Z Checking utf8parse v0.2.2
24152026-04-25T17:18:14.060Z Checking simd-adler32 v0.3.8
24162026-04-25T17:18:14.072Z Checking siphasher v1.0.2
24172026-04-25T17:18:14.085Z Checking pretty-hex v0.4.1
24182026-04-25T17:18:14.099Z Checking anstyle v1.0.13
24192026-04-25T17:18:14.115Z Checking rustls v0.23.37
24202026-04-25T17:18:14.194Z Checking anstyle-parse v0.2.7
24212026-04-25T17:18:14.216Z Checking bit-set v0.8.0
24222026-04-25T17:18:14.219Z Checking rusty-fork v0.3.1
24232026-04-25T17:18:14.270Z Checking deranged v0.5.8
24242026-04-25T17:18:14.335Z Checking openssl v0.10.75
24252026-04-25T17:18:14.367Z Checking quote v1.0.44
24262026-04-25T17:18:14.403Z Checking h2 v0.4.13
24272026-04-25T17:18:14.430Z Compiling newtype-uuid v1.3.2
24282026-04-25T17:18:14.484Z Checking regex-automata v0.4.14
24292026-04-25T17:18:14.509Z Checking unicode-normalization v0.1.25
24302026-04-25T17:18:14.520Z Checking rustls-native-certs v0.8.3
24312026-04-25T17:18:14.577Z Checking crossbeam-utils v0.8.21
24322026-04-25T17:18:14.647Z Checking rand_xorshift v0.4.0
24332026-04-25T17:18:14.765Z Checking crc32fast v1.5.0
24342026-04-25T17:18:14.883Z Checking scroll v0.13.0
24352026-04-25T17:18:14.942Z Checking signature v2.2.0
24362026-04-25T17:18:14.942Z Checking sync_wrapper v1.0.2
24372026-04-25T17:18:15.001Z Checking colorchoice v1.0.4
24382026-04-25T17:18:15.028Z Checking anstyle-query v1.1.5
24392026-04-25T17:18:15.110Z Checking unicode-bidi v0.3.18
24402026-04-25T17:18:15.120Z Checking num_threads v0.1.7
24412026-04-25T17:18:15.121Z Checking num-conv v0.2.0
24422026-04-25T17:18:15.182Z Checking unarray v0.1.4
24432026-04-25T17:18:15.191Z Checking adler2 v2.0.1
24442026-04-25T17:18:15.228Z Checking unicode-properties v0.1.4
24452026-04-25T17:18:15.281Z Checking time-core v0.1.8
24462026-04-25T17:18:15.292Z Checking is_terminal_polyfill v1.70.2
24472026-04-25T17:18:15.378Z Checking miniz_oxide v0.8.9
24482026-04-25T17:18:15.394Z Checking anstream v0.6.21
24492026-04-25T17:18:15.419Z Checking stringprep v0.1.5
24502026-04-25T17:18:15.435Z Checking time v0.3.47
24512026-04-25T17:18:15.557Z Checking proptest v1.10.0
24522026-04-25T17:18:15.568Z Checking goblin v0.10.5
24532026-04-25T17:18:15.722Z Checking tower v0.5.3
24542026-04-25T17:18:16.105Z Checking crossbeam-epoch v0.9.18
24552026-04-25T17:18:16.236Z Compiling daft v0.1.5
24562026-04-25T17:18:16.297Z Checking native-tls v0.2.18
24572026-04-25T17:18:16.340Z Checking syn v2.0.117
24582026-04-25T17:18:16.465Z Checking tokio-rustls v0.26.4
24592026-04-25T17:18:16.479Z Checking ipnetwork v0.21.1
24602026-04-25T17:18:16.517Z Checking http-body-util v0.1.3
24612026-04-25T17:18:16.564Z Checking webpki-roots v1.0.6
24622026-04-25T17:18:16.679Z Checking rand_chacha v0.3.1
24632026-04-25T17:18:16.692Z Checking thiserror v1.0.69
24642026-04-25T17:18:16.692Z Checking scroll v0.12.0
24652026-04-25T17:18:16.728Z Checking hash32 v0.2.1
24662026-04-25T17:18:16.787Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-04-25T17:18:16.878Z Checking num-integer v0.1.46
24682026-04-25T17:18:16.881Z Checking serde_spanned v0.6.9
24692026-04-25T17:18:16.902Z Checking toml_datetime v0.6.11
24702026-04-25T17:18:16.925Z Checking md-5 v0.10.6
24712026-04-25T17:18:17.011Z Checking ff v0.13.1
24722026-04-25T17:18:17.055Z Checking hyper v1.8.1
24732026-04-25T17:18:17.070Z Checking base16ct v0.2.0
24742026-04-25T17:18:17.082Z Checking zlib-rs v0.6.2
24752026-04-25T17:18:17.092Z Checking ryu v1.0.23
24762026-04-25T17:18:17.130Z Checking fallible-iterator v0.2.0
24772026-04-25T17:18:17.187Z Checking iri-string v0.7.10
24782026-04-25T17:18:17.224Z Checking psl-types v2.0.11
24792026-04-25T17:18:17.338Z Checking publicsuffix v2.3.0
24802026-04-25T17:18:17.400Z Checking postgres-protocol v0.6.10
24812026-04-25T17:18:17.489Z Checking serde_urlencoded v0.7.1
24822026-04-25T17:18:17.502Z Checking sec1 v0.7.3
24832026-04-25T17:18:17.687Z Checking group v0.13.0
24842026-04-25T17:18:17.700Z Checking num-iter v0.1.45
24852026-04-25T17:18:17.712Z Compiling iddqd v0.3.17
24862026-04-25T17:18:17.807Z Checking goblin v0.8.2
24872026-04-25T17:18:17.831Z Checking zstd-safe v7.2.4
24882026-04-25T17:18:17.900Z Checking dof v0.4.0
24892026-04-25T17:18:17.938Z Checking flate2 v1.1.9
24902026-04-25T17:18:17.953Z Checking hyper-util v0.1.20
24912026-04-25T17:18:17.990Z Checking rand v0.8.5
24922026-04-25T17:18:18.172Z Checking tower-http v0.6.8
24932026-04-25T17:18:18.225Z Checking heapless v0.7.17
24942026-04-25T17:18:18.442Z Checking oxnet v0.1.4
24952026-04-25T17:18:18.498Z Checking cookie v0.18.1
24962026-04-25T17:18:18.528Z Checking tokio-native-tls v0.3.1
24972026-04-25T17:18:18.559Z Checking dtrace-parser v0.3.0
24982026-04-25T17:18:18.626Z Checking phf_shared v0.13.1
24992026-04-25T17:18:18.682Z Checking lazy_static v1.5.0
25002026-04-25T17:18:18.688Z Checking terminal_size v0.4.3
25012026-04-25T17:18:18.723Z Checking zerocopy v0.7.35
25022026-04-25T17:18:18.765Z Checking bzip2-sys v0.1.13+1.0.8
25032026-04-25T17:18:18.790Z Checking signal-hook v0.3.18
25042026-04-25T17:18:18.807Z Checking hkdf v0.12.4
25052026-04-25T17:18:18.816Z Checking crypto-bigint v0.5.5
25062026-04-25T17:18:18.826Z Checking thread-id v5.1.0
25072026-04-25T17:18:18.845Z Checking clap_lex v1.0.0
25082026-04-25T17:18:18.898Z Compiling rayon-core v1.13.0
25092026-04-25T17:18:18.927Z Checking foldhash v0.1.5
25102026-04-25T17:18:18.973Z Checking winnow v0.5.40
25112026-04-25T17:18:18.992Z Checking bumpalo v3.20.2
25122026-04-25T17:18:19.057Z Checking winnow v0.7.14
25132026-04-25T17:18:19.073Z Checking libbz2-rs-sys v0.2.2
25142026-04-25T17:18:19.189Z Checking strsim v0.11.1
25152026-04-25T17:18:19.206Z Checking managed v0.8.0
25162026-04-25T17:18:19.210Z Checking hyper-rustls v0.27.7
25172026-04-25T17:18:19.346Z Checking either v1.15.0
25182026-04-25T17:18:19.386Z Checking bitflags v1.3.2
25192026-04-25T17:18:19.416Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-04-25T17:18:19.453Z Checking bzip2 v0.6.1
25212026-04-25T17:18:19.457Z Checking smoltcp v0.9.1
25222026-04-25T17:18:19.532Z Checking clap_builder v4.5.60
25232026-04-25T17:18:19.591Z Checking hyper-tls v0.6.0
25242026-04-25T17:18:19.611Z Checking zopfli v0.8.3
25252026-04-25T17:18:19.673Z Checking dof v0.3.0
25262026-04-25T17:18:19.695Z Checking elliptic-curve v0.13.8
25272026-04-25T17:18:19.774Z Checking hashbrown v0.15.5
25282026-04-25T17:18:19.935Z Checking signal-hook-mio v0.2.5
25292026-04-25T17:18:19.949Z Checking usdt-impl v0.6.0
25302026-04-25T17:18:20.001Z Checking bzip2 v0.4.4
25312026-04-25T17:18:20.032Z Checking phf v0.13.1
25322026-04-25T17:18:20.044Z Checking num-bigint-dig v0.8.6
25332026-04-25T17:18:20.087Z Checking toml_edit v0.19.15
25342026-04-25T17:18:20.157Z Checking cookie_store v0.22.1
25352026-04-25T17:18:20.217Z Checking zstd v0.13.3
25362026-04-25T17:18:20.218Z Checking postgres-types v0.2.12
25372026-04-25T17:18:20.242Z Checking dtrace-parser v0.2.0
25382026-04-25T17:18:20.400Z Checking rustls-platform-verifier v0.6.2
25392026-04-25T17:18:20.413Z Checking crossbeam-deque v0.8.6
25402026-04-25T17:18:20.468Z Checking regex v1.12.3
25412026-04-25T17:18:20.487Z Checking bstr v1.12.1
25422026-04-25T17:18:20.527Z Checking ed25519 v2.2.3
25432026-04-25T17:18:20.539Z Checking phf_shared v0.11.3
25442026-04-25T17:18:20.578Z Checking ref-cast v1.0.25
25452026-04-25T17:18:20.674Z Checking curve25519-dalek v4.1.3
25462026-04-25T17:18:20.674Z Checking strum v0.27.2
25472026-04-25T17:18:20.709Z Checking hubpack v0.1.2
25482026-04-25T17:18:20.735Z Checking memoffset v0.9.1
25492026-04-25T17:18:20.757Z Checking rustix v0.38.44
25502026-04-25T17:18:20.788Z Checking pkcs1 v0.7.5
25512026-04-25T17:18:20.809Z Checking float-cmp v0.10.0
25522026-04-25T17:18:20.833Z Checking serde-big-array v0.5.1
25532026-04-25T17:18:20.860Z Checking erased-serde v0.3.31
25542026-04-25T17:18:20.871Z Checking hex v0.4.3
25552026-04-25T17:18:20.944Z Checking rfc6979 v0.4.0
25562026-04-25T17:18:20.979Z Checking memmap2 v0.9.10
25572026-04-25T17:18:21.007Z Checking thread-id v4.2.2
25582026-04-25T17:18:21.056Z Checking env_filter v1.0.0
25592026-04-25T17:18:21.083Z Checking encoding_rs v0.8.35
25602026-04-25T17:18:21.105Z Checking fixedbitset v0.5.7
25612026-04-25T17:18:21.117Z Checking whoami v2.1.0
25622026-04-25T17:18:21.133Z Checking toml_write v0.1.2
25632026-04-25T17:18:21.195Z Checking new_debug_unreachable v1.0.6
25642026-04-25T17:18:21.245Z Checking rustc-hash v2.1.1
25652026-04-25T17:18:21.271Z Checking normalize-line-endings v0.3.0
25662026-04-25T17:18:21.290Z Checking fixedbitset v0.4.2
25672026-04-25T17:18:21.290Z Checking jiff v0.2.21
25682026-04-25T17:18:21.312Z Checking difflib v0.4.0
25692026-04-25T17:18:21.342Z Checking keccak v0.1.6
25702026-04-25T17:18:21.354Z Checking mime v0.3.17
25712026-04-25T17:18:21.446Z Checking precomputed-hash v0.1.1
25722026-04-25T17:18:21.471Z Checking data-encoding v2.10.0
25732026-04-25T17:18:21.484Z Checking predicates-core v1.0.10
25742026-04-25T17:18:21.505Z Checking unicode-segmentation v1.12.0
25752026-04-25T17:18:21.525Z Checking static_assertions v1.1.0
25762026-04-25T17:18:21.529Z Checking string_cache v0.8.9
25772026-04-25T17:18:21.566Z Checking crossterm v0.28.1
25782026-04-25T17:18:21.588Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25792026-04-25T17:18:21.601Z Checking predicates v3.1.4
25802026-04-25T17:18:21.692Z Checking sha3 v0.10.8
25812026-04-25T17:18:21.733Z Checking hickory-proto v0.25.2
25822026-04-25T17:18:21.814Z Checking similar v2.7.0
25832026-04-25T17:18:21.897Z Checking ed25519-dalek v2.2.0
25842026-04-25T17:18:21.900Z Checking petgraph v0.6.5
25852026-04-25T17:18:22.022Z Checking reqwest v0.12.28
25862026-04-25T17:18:22.191Z Checking tokio-postgres v0.7.16
25872026-04-25T17:18:22.270Z Checking toml_edit v0.22.27
25882026-04-25T17:18:22.857Z Checking petgraph v0.8.3
25892026-04-25T17:18:22.945Z Checking slog v2.8.2
25902026-04-25T17:18:23.111Z Checking env_logger v0.11.9
25912026-04-25T17:18:23.206Z Checking usdt v0.6.0
25922026-04-25T17:18:23.307Z Checking toml v0.7.8
25932026-04-25T17:18:23.320Z Checking serde_with v3.17.0
25942026-04-25T17:18:23.370Z Checking usdt-impl v0.5.0
25952026-04-25T17:18:23.406Z Checking ecdsa v0.16.9
25962026-04-25T17:18:23.488Z Checking zip v4.6.1
25972026-04-25T17:18:23.613Z Checking rsa v0.9.10
25982026-04-25T17:18:23.642Z Checking nix v0.31.2
25992026-04-25T17:18:23.734Z Checking clap v4.5.60
26002026-04-25T17:18:23.811Z Checking reqwest v0.13.2
26012026-04-25T17:18:24.054Z Checking toml_parser v1.0.9+spec-1.1.0
26022026-04-25T17:18:24.079Z Checking zip v0.6.6
26032026-04-25T17:18:24.106Z Checking itertools v0.13.0
26042026-04-25T17:18:24.370Z Checking strum v0.26.3
26052026-04-25T17:18:24.401Z Checking tokio-stream v0.1.18
26062026-04-25T17:18:24.404Z Checking fs-err v3.3.0
26072026-04-25T17:18:24.465Z Checking ahash v0.8.12
26082026-04-25T17:18:24.480Z Checking object v0.37.3
26092026-04-25T17:18:24.621Z Checking buf-list v1.1.2
26102026-04-25T17:18:24.643Z Checking anyhow v1.0.102
26112026-04-25T17:18:24.654Z Checking camino v1.2.2
26122026-04-25T17:18:24.701Z Checking x509-cert v0.2.5
26132026-04-25T17:18:24.715Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26142026-04-25T17:18:24.781Z Checking openapiv3 v2.2.0
26152026-04-25T17:18:24.798Z Checking toml_datetime v0.7.5+spec-1.1.0
26162026-04-25T17:18:24.836Z Checking sha1 v0.10.6
26172026-04-25T17:18:24.897Z Checking peg-runtime v0.8.5
26182026-04-25T17:18:24.970Z Checking lalrpop-util v0.19.12
26192026-04-25T17:18:24.988Z Checking rayon v1.11.0
26202026-04-25T17:18:24.988Z Checking sigpipe v0.1.3
26212026-04-25T17:18:25.032Z Checking glob v0.3.3
26222026-04-25T17:18:26.624Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232026-04-25T17:18:26.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.29s
26242026-04-25T17:18:27.055Z
26252026-04-25T17:18:27.055Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26262026-04-25T17:18:27.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-04-25T17:18:27.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-04-25T17:18:27.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-04-25T17:18:27.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26302026-04-25T17:18:27.645Z
26312026-04-25T17:18:27.645Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26322026-04-25T17:18:28.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-04-25T17:18:28.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-04-25T17:18:28.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-04-25T17:18:28.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26362026-04-25T17:18:28.234Z
26372026-04-25T17:18:28.234Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26382026-04-25T17:18:28.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-25T17:18:28.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-25T17:18:28.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-25T17:18:28.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26422026-04-25T17:18:28.840Z
26432026-04-25T17:18:28.840Zinfo: running `cargo check --bins` on oxql-types (80/272)
26442026-04-25T17:18:29.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-25T17:18:29.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-25T17:18:29.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-25T17:18:29.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26482026-04-25T17:18:29.430Z
26492026-04-25T17:18:29.431Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26502026-04-25T17:18:29.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-25T17:18:29.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-25T17:18:29.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-25T17:18:29.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-04-25T17:18:30.020Z
26552026-04-25T17:18:30.020Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26562026-04-25T17:18:30.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-25T17:18:30.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-25T17:18:30.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-04-25T17:18:30.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-04-25T17:18:30.603Z
26612026-04-25T17:18:30.603Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26622026-04-25T17:18:31.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-04-25T17:18:31.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-04-25T17:18:31.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-04-25T17:18:31.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26662026-04-25T17:18:31.178Z
26672026-04-25T17:18:31.178Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26682026-04-25T17:18:31.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-04-25T17:18:31.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-04-25T17:18:31.843Z Compiling structmeta-derive v0.3.0
26712026-04-25T17:18:31.959Z Compiling rustls v0.22.4
26722026-04-25T17:18:31.969Z Compiling multer v3.1.0
26732026-04-25T17:18:31.977Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26742026-04-25T17:18:31.980Z Compiling async-stream-impl v0.3.6
26752026-04-25T17:18:31.998Z Compiling dropshot v0.16.7
26762026-04-25T17:18:32.013Z Compiling dropshot_endpoint v0.16.7
26772026-04-25T17:18:32.016Z Compiling newtype-uuid-macros v0.1.0
26782026-04-25T17:18:32.133Z Checking newtype-uuid v1.3.2
26792026-04-25T17:18:32.192Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26802026-04-25T17:18:32.247Z Checking rustls-webpki v0.102.8
26812026-04-25T17:18:32.327Z Checking daft v0.1.5
26822026-04-25T17:18:32.343Z Checking futures-executor v0.3.32
26832026-04-25T17:18:32.549Z Checking thread_local v1.1.9
26842026-04-25T17:18:32.564Z Checking match_cfg v0.1.0
26852026-04-25T17:18:32.615Z Checking iddqd v0.3.17
26862026-04-25T17:18:32.628Z Checking hostname v0.3.1
26872026-04-25T17:18:32.726Z Checking futures v0.3.32
26882026-04-25T17:18:32.766Z Checking crossbeam-channel v0.5.15
26892026-04-25T17:18:32.795Z Checking slog-json v2.6.1
26902026-04-25T17:18:32.998Z Compiling structmeta v0.3.0
26912026-04-25T17:18:33.011Z Compiling serde_spanned v1.0.4
26922026-04-25T17:18:33.153Z Checking is-terminal v0.4.17
26932026-04-25T17:18:33.207Z Compiling derive-ex v0.1.8
26942026-04-25T17:18:33.224Z Compiling parse-display-derive v0.10.0
26952026-04-25T17:18:33.240Z Compiling toml_writer v1.0.6+spec-1.1.0
26962026-04-25T17:18:33.242Z Checking term v1.2.1
26972026-04-25T17:18:33.447Z Checking take_mut v0.2.2
26982026-04-25T17:18:33.461Z Checking debug-ignore v1.0.5
26992026-04-25T17:18:33.546Z Checking slog-async v2.8.0
27002026-04-25T17:18:33.559Z Checking slog-term v2.9.2
27012026-04-25T17:18:33.645Z Checking toml v0.9.12+spec-1.1.0
27022026-04-25T17:18:33.715Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-04-25T17:18:33.791Z Compiling slog-bunyan v2.5.0
27042026-04-25T17:18:33.925Z Checking async-stream v0.3.6
27052026-04-25T17:18:34.056Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27062026-04-25T17:18:34.146Z Checking tokio-rustls v0.25.0
27072026-04-25T17:18:34.160Z Checking progenitor-client v0.13.0
27082026-04-25T17:18:34.209Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27092026-04-25T17:18:34.353Z Checking backon v1.6.0
27102026-04-25T17:18:34.382Z Checking waitgroup v0.1.2
27112026-04-25T17:18:34.509Z Checking rustls-pemfile v2.2.0
27122026-04-25T17:18:34.794Z Checking serde_path_to_error v0.1.20
27132026-04-25T17:18:34.877Z Checking hostname v0.4.2
27142026-04-25T17:18:34.882Z Compiling test-strategy v0.4.5
27152026-04-25T17:18:34.971Z Checking instant v0.1.13
27162026-04-25T17:18:35.059Z Compiling prettyplease v0.2.37
27172026-04-25T17:18:35.074Z Checking backoff v0.4.0
27182026-04-25T17:18:35.119Z Compiling parse-display v0.10.0
27192026-04-25T17:18:35.275Z Compiling progenitor-extras v0.1.1
27202026-04-25T17:18:35.387Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27212026-04-25T17:18:35.504Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27222026-04-25T17:18:35.615Z Checking progenitor-client v0.10.0
27232026-04-25T17:18:35.637Z Checking itertools v0.14.0
27242026-04-25T17:18:35.839Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27252026-04-25T17:18:36.257Z Checking regress v0.10.5
27262026-04-25T17:18:36.393Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27272026-04-25T17:18:36.942Z Compiling macaddr v1.0.1
27282026-04-25T17:18:37.061Z Checking num-rational v0.4.2
27292026-04-25T17:18:37.161Z Compiling usdt-attr-macro v0.5.0
27302026-04-25T17:18:37.175Z Compiling usdt-macro v0.5.0
27312026-04-25T17:18:37.332Z Checking num-complex v0.4.6
27322026-04-25T17:18:37.663Z Checking memmap v0.7.0
27332026-04-25T17:18:37.675Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-04-25T17:18:37.688Z Checking num v0.4.3
27352026-04-25T17:18:37.777Z Checking float-ord v0.3.2
27362026-04-25T17:18:37.878Z Compiling toml v0.8.23
27372026-04-25T17:18:37.909Z Checking linked-hash-map v0.5.6
27382026-04-25T17:18:37.922Z Checking usdt v0.5.0
27392026-04-25T17:18:38.076Z Compiling minimal-lexical v0.2.1
27402026-04-25T17:18:38.090Z Checking lru-cache v0.1.2
27412026-04-25T17:18:38.328Z Compiling nom v7.1.3
27422026-04-25T17:18:38.722Z Checking hickory-proto v0.24.4
27432026-04-25T17:18:38.811Z Checking phf_shared v0.12.1
27442026-04-25T17:18:38.953Z Compiling slog-dtrace v0.3.0
27452026-04-25T17:18:38.990Z Checking resolv-conf v0.7.6
27462026-04-25T17:18:39.145Z Compiling convert_case v0.4.0
27472026-04-25T17:18:39.175Z Compiling chrono-tz v0.10.4
27482026-04-25T17:18:39.360Z Checking heck v0.5.0
27492026-04-25T17:18:39.479Z Compiling const_format_proc_macros v0.2.34
27502026-04-25T17:18:39.520Z Compiling derive_more v0.99.20
27512026-04-25T17:18:39.537Z Checking phf v0.12.1
27522026-04-25T17:18:39.669Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27532026-04-25T17:18:39.682Z Checking tokio-dtrace v0.1.1
27542026-04-25T17:18:39.866Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27552026-04-25T17:18:40.130Z Compiling derive-where v1.6.0
27562026-04-25T17:18:40.389Z Checking highway v1.3.0
27572026-04-25T17:18:40.436Z Checking const_format v0.2.35
27582026-04-25T17:18:40.481Z Checking hickory-resolver v0.24.4
27592026-04-25T17:18:40.632Z Checking oxide-tokio-rt v0.1.4
27602026-04-25T17:18:41.079Z Checking gethostname v0.5.0
27612026-04-25T17:18:41.169Z Checking bcs v0.1.6
27622026-04-25T17:18:41.207Z Compiling async-recursion v1.1.1
27632026-04-25T17:18:41.409Z Checking termtree v0.5.1
27642026-04-25T17:18:41.436Z Checking qorb v0.4.1
27652026-04-25T17:18:41.450Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27662026-04-25T17:18:41.844Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-04-25T17:18:42.009Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27682026-04-25T17:18:43.161Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-04-25T17:18:43.164Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-04-25T17:18:44.754Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27712026-04-25T17:18:47.310Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27722026-04-25T17:18:49.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.17s
27732026-04-25T17:18:49.530Z
27742026-04-25T17:18:49.530Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27752026-04-25T17:18:50.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-04-25T17:18:50.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-04-25T17:18:50.202Z Compiling ar_archive_writer v0.5.1
27782026-04-25T17:18:50.313Z Compiling stacker v0.1.23
27792026-04-25T17:18:50.320Z Compiling cfg_aliases v0.1.1
27802026-04-25T17:18:50.325Z Compiling convert_case v0.10.0
27812026-04-25T17:18:50.330Z Checking unicode-width v0.1.14
27822026-04-25T17:18:50.338Z Compiling proc-macro-error v1.0.4
27832026-04-25T17:18:50.347Z Checking fd-lock v4.0.4
27842026-04-25T17:18:50.350Z Checking nibble_vec v0.1.0
27852026-04-25T17:18:50.374Z Compiling nix v0.28.0
27862026-04-25T17:18:50.454Z Checking vte v0.14.1
27872026-04-25T17:18:50.473Z Compiling recursive-proc-macro-impl v0.1.1
27882026-04-25T17:18:50.562Z Checking endian-type v0.1.2
27892026-04-25T17:18:50.577Z Checking bytecount v0.6.9
27902026-04-25T17:18:50.601Z Checking strip-ansi-escapes v0.2.1
27912026-04-25T17:18:50.612Z Compiling derive_more-impl v2.1.1
27922026-04-25T17:18:50.624Z Compiling tabled_derive v0.7.0
27932026-04-25T17:18:50.671Z Checking papergrid v0.11.0
27942026-04-25T17:18:50.683Z Checking radix_trie v0.2.1
27952026-04-25T17:18:50.697Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27962026-04-25T17:18:50.865Z Compiling peg-macros v0.8.5
27972026-04-25T17:18:50.882Z Checking winnow v0.6.26
27982026-04-25T17:18:51.158Z Compiling psm v0.1.30
27992026-04-25T17:18:51.211Z Compiling sqlparser_derive v0.5.0
28002026-04-25T17:18:51.324Z Checking home v0.5.12
28012026-04-25T17:18:51.433Z Checking unicode_categories v0.1.1
28022026-04-25T17:18:51.457Z Checking derive_more v2.1.1
28032026-04-25T17:18:51.533Z Checking unicode-width v0.2.0
28042026-04-25T17:18:51.587Z Checking nu-ansi-term v0.50.3
28052026-04-25T17:18:51.613Z Checking tabled v0.15.0
28062026-04-25T17:18:51.747Z Checking rustyline v14.0.0
28072026-04-25T17:18:51.782Z Checking crossterm v0.29.0
28082026-04-25T17:18:51.795Z Checking reedline v0.40.0
28092026-04-25T17:18:51.918Z Checking recursive v0.1.1
28102026-04-25T17:18:51.992Z Checking display-error-chain v0.2.2
28112026-04-25T17:18:52.011Z Checking sqlparser v0.61.0
28122026-04-25T17:18:52.056Z Checking sqlformat v0.3.5
28132026-04-25T17:18:52.238Z Checking peg v0.8.5
28142026-04-25T17:19:03.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
28152026-04-25T17:19:03.229Z
28162026-04-25T17:19:03.229Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28172026-04-25T17:19:03.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-04-25T17:19:03.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-04-25T17:19:03.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202026-04-25T17:19:07.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28212026-04-25T17:19:07.457Z
28222026-04-25T17:19:07.457Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28232026-04-25T17:19:07.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-04-25T17:19:07.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-04-25T17:19:08.124Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-04-25T17:19:10.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28272026-04-25T17:19:10.712Z
28282026-04-25T17:19:10.712Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28292026-04-25T17:19:11.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-04-25T17:19:11.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-04-25T17:19:11.371Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-04-25T17:19:14.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
28332026-04-25T17:19:14.736Z
28342026-04-25T17:19:14.736Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28352026-04-25T17:19:15.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-04-25T17:19:15.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-04-25T17:19:15.406Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-04-25T17:19:18.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28392026-04-25T17:19:18.795Z
28402026-04-25T17:19:18.795Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28412026-04-25T17:19:19.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-04-25T17:19:19.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-04-25T17:19:19.466Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-04-25T17:19:21.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28452026-04-25T17:19:22.172Z
28462026-04-25T17:19:22.172Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28472026-04-25T17:19:22.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-04-25T17:19:22.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-04-25T17:19:22.841Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-04-25T17:19:25.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28512026-04-25T17:19:25.563Z
28522026-04-25T17:19:25.563Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28532026-04-25T17:19:26.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-04-25T17:19:26.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-04-25T17:19:26.233Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-04-25T17:19:29.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28572026-04-25T17:19:29.763Z
28582026-04-25T17:19:29.764Zinfo: running `cargo check --bins` on oximeter (93/272)
28592026-04-25T17:19:30.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-04-25T17:19:30.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-04-25T17:19:30.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-04-25T17:19:30.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28632026-04-25T17:19:30.364Z
28642026-04-25T17:19:30.364Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28652026-04-25T17:19:30.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-04-25T17:19:30.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-04-25T17:19:31.002Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28682026-04-25T17:19:31.160Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28692026-04-25T17:19:31.163Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28702026-04-25T17:19:31.492Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28712026-04-25T17:19:34.533Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28722026-04-25T17:19:34.846Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28732026-04-25T17:19:35.925Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28742026-04-25T17:19:36.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
28752026-04-25T17:19:36.762Z
28762026-04-25T17:19:36.762Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28772026-04-25T17:19:37.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-04-25T17:19:37.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-04-25T17:19:37.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-04-25T17:19:37.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28812026-04-25T17:19:37.363Z
28822026-04-25T17:19:37.363Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28832026-04-25T17:19:37.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-04-25T17:19:37.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-04-25T17:19:37.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-04-25T17:19:37.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28872026-04-25T17:19:38.002Z
28882026-04-25T17:19:38.002Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28892026-04-25T17:19:38.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-04-25T17:19:38.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-04-25T17:19:38.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-04-25T17:19:38.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28932026-04-25T17:19:38.605Z
28942026-04-25T17:19:38.605Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
28952026-04-25T17:19:39.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-04-25T17:19:39.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-04-25T17:19:39.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-04-25T17:19:39.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992026-04-25T17:19:39.209Z
29002026-04-25T17:19:39.209Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29012026-04-25T17:19:39.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-04-25T17:19:39.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-04-25T17:19:39.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-04-25T17:19:39.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29052026-04-25T17:19:39.817Z
29062026-04-25T17:19:39.817Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29072026-04-25T17:19:40.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-04-25T17:19:40.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-04-25T17:19:40.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-04-25T17:19:40.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29112026-04-25T17:19:40.425Z
29122026-04-25T17:19:40.425Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29132026-04-25T17:19:40.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-04-25T17:19:40.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-04-25T17:19:40.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-04-25T17:19:40.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29172026-04-25T17:19:41.009Z
29182026-04-25T17:19:41.009Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29192026-04-25T17:19:41.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-04-25T17:19:41.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-04-25T17:19:41.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-04-25T17:19:41.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29232026-04-25T17:19:41.617Z
29242026-04-25T17:19:41.617Zinfo: running `cargo check --bins` on update-engine (103/272)
29252026-04-25T17:19:42.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-04-25T17:19:42.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-04-25T17:19:42.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-04-25T17:19:42.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29292026-04-25T17:19:42.209Z
29302026-04-25T17:19:42.209Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29312026-04-25T17:19:42.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-04-25T17:19:42.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-04-25T17:19:42.927Z Compiling crucible-workspace-hack v0.1.0
29342026-04-25T17:19:43.044Z Checking secrecy v0.10.3
29352026-04-25T17:19:43.051Z Compiling heapless v0.8.0
29362026-04-25T17:19:43.057Z Compiling ingot-macros v0.1.1
29372026-04-25T17:19:43.064Z Compiling toml_edit v0.23.10+spec-1.0.0
29382026-04-25T17:19:43.064Z Checking hash32 v0.3.1
29392026-04-25T17:19:43.082Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29402026-04-25T17:19:43.085Z Compiling smoltcp v0.11.0
29412026-04-25T17:19:43.144Z Checking cobs v0.3.0
29422026-04-25T17:19:43.178Z Compiling thiserror-impl-no-std v2.0.2
29432026-04-25T17:19:43.286Z Checking half v2.7.1
29442026-04-25T17:19:43.289Z Checking universal-hash v0.5.1
29452026-04-25T17:19:43.303Z Checking opaque-debug v0.3.1
29462026-04-25T17:19:43.413Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29472026-04-25T17:19:43.442Z Checking ciborium-io v0.2.2
29482026-04-25T17:19:43.458Z Checking poly1305 v0.8.0
29492026-04-25T17:19:43.529Z Checking postcard v1.1.3
29502026-04-25T17:19:43.606Z Checking ciborium-ll v0.2.2
29512026-04-25T17:19:43.619Z Compiling proc-macro-crate v3.4.0
29522026-04-25T17:19:43.717Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29532026-04-25T17:19:43.778Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29542026-04-25T17:19:43.817Z Checking password-hash v0.5.0
29552026-04-25T17:19:44.008Z Checking chacha20 v0.9.1
29562026-04-25T17:19:44.040Z Compiling proc-macro-crate v1.3.1
29572026-04-25T17:19:44.056Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29582026-04-25T17:19:44.123Z Checking blake2 v0.10.6
29592026-04-25T17:19:44.158Z Compiling num_enum_derive v0.7.5
29602026-04-25T17:19:44.200Z Checking aead v0.5.2
29612026-04-25T17:19:44.288Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29622026-04-25T17:19:44.316Z Checking thiserror-no-std v2.0.2
29632026-04-25T17:19:44.339Z Compiling foreign-types-macros v0.2.3
29642026-04-25T17:19:44.355Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29652026-04-25T17:19:44.401Z Checking cpufeatures v0.3.0
29662026-04-25T17:19:44.448Z Checking foreign-types-shared v0.3.1
29672026-04-25T17:19:44.475Z Checking chacha20 v0.10.0
29682026-04-25T17:19:44.491Z Compiling num_enum_derive v0.5.11
29692026-04-25T17:19:44.536Z Checking vsss-rs v3.3.4
29702026-04-25T17:19:44.596Z Checking argon2 v0.5.3
29712026-04-25T17:19:44.686Z Checking chacha20poly1305 v0.10.1
29722026-04-25T17:19:44.811Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29732026-04-25T17:19:44.921Z Checking foreign-types v0.5.0
29742026-04-25T17:19:44.934Z Checking ciborium v0.2.2
29752026-04-25T17:19:45.102Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29762026-04-25T17:19:45.149Z Checking console v0.15.11
29772026-04-25T17:19:45.186Z Checking num_enum v0.7.5
29782026-04-25T17:19:45.298Z Checking tabwriter v1.4.1
29792026-04-25T17:19:45.348Z Checking newline-converter v0.3.0
29802026-04-25T17:19:45.379Z Checking camino-tempfile v1.4.1
29812026-04-25T17:19:45.418Z Checking atomicwrites v0.4.4
29822026-04-25T17:19:45.441Z Checking byte-wrapper v0.1.0
29832026-04-25T17:19:45.454Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-04-25T17:19:45.502Z Checking cstr-argument v0.1.2
29852026-04-25T17:19:45.532Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29862026-04-25T17:19:45.544Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-04-25T17:19:45.621Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-04-25T17:19:45.637Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-04-25T17:19:45.641Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-04-25T17:19:45.742Z Checking expectorate v1.2.0
29912026-04-25T17:19:45.786Z Checking num_enum v0.5.11
29922026-04-25T17:19:45.841Z Checking ingot-types v0.1.2
29932026-04-25T17:19:45.854Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-04-25T17:19:45.869Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29952026-04-25T17:19:45.897Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29962026-04-25T17:19:45.968Z Checking rand v0.10.0
29972026-04-25T17:19:45.991Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-04-25T17:19:46.070Z Checking indent_write v2.2.0
29992026-04-25T17:19:46.118Z Checking colored v3.1.1
30002026-04-25T17:19:46.203Z Compiling zone_cfg_derive v0.3.1
30012026-04-25T17:19:46.226Z Checking ingot v0.1.1
30022026-04-25T17:19:46.298Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30032026-04-25T17:19:46.314Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-04-25T17:19:46.317Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30052026-04-25T17:19:46.339Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30062026-04-25T17:19:46.407Z Checking itertools v0.12.1
30072026-04-25T17:19:46.470Z Compiling num-derive v0.4.2
30082026-04-25T17:19:46.507Z Checking swrite v0.1.0
30092026-04-25T17:19:46.598Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30102026-04-25T17:19:46.787Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-04-25T17:19:46.808Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30122026-04-25T17:19:46.857Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30132026-04-25T17:19:47.056Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30142026-04-25T17:19:47.105Z Checking dropshot-api-manager-types v0.6.0
30152026-04-25T17:19:47.124Z Checking smf v0.2.3
30162026-04-25T17:19:47.273Z Checking nanorand v0.7.0
30172026-04-25T17:19:47.287Z Checking whoami v1.6.1
30182026-04-25T17:19:47.389Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30192026-04-25T17:19:47.407Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30202026-04-25T17:19:47.410Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30212026-04-25T17:19:47.434Z Checking zone v0.3.1
30222026-04-25T17:19:47.464Z Checking flume v0.11.1
30232026-04-25T17:19:47.825Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30242026-04-25T17:19:48.780Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30252026-04-25T17:19:49.652Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30262026-04-25T17:19:52.688Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272026-04-25T17:19:54.712Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30282026-04-25T17:19:55.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
30292026-04-25T17:19:55.911Z
30302026-04-25T17:19:55.911Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30312026-04-25T17:19:56.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-04-25T17:19:56.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-04-25T17:19:56.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-04-25T17:19:56.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30352026-04-25T17:19:56.499Z
30362026-04-25T17:19:56.500Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30372026-04-25T17:19:57.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-04-25T17:19:57.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-04-25T17:19:57.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-04-25T17:19:57.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30412026-04-25T17:19:57.100Z
30422026-04-25T17:19:57.100Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30432026-04-25T17:19:57.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-04-25T17:19:57.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-04-25T17:19:57.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-04-25T17:19:57.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30472026-04-25T17:19:57.706Z
30482026-04-25T17:19:57.706Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30492026-04-25T17:19:58.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-04-25T17:19:58.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-04-25T17:19:58.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-04-25T17:19:58.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30532026-04-25T17:19:58.313Z
30542026-04-25T17:19:58.313Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30552026-04-25T17:19:58.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-04-25T17:19:58.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-04-25T17:19:58.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-04-25T17:19:58.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30592026-04-25T17:19:58.916Z
30602026-04-25T17:19:58.916Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30612026-04-25T17:19:59.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-04-25T17:19:59.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-04-25T17:19:59.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-04-25T17:19:59.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30652026-04-25T17:19:59.519Z
30662026-04-25T17:19:59.519Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30672026-04-25T17:20:00.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-04-25T17:20:00.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-04-25T17:20:00.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-04-25T17:20:00.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-04-25T17:20:00.125Z
30722026-04-25T17:20:00.125Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30732026-04-25T17:20:00.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-04-25T17:20:00.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-04-25T17:20:00.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-04-25T17:20:00.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30772026-04-25T17:20:00.713Z
30782026-04-25T17:20:00.713Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30792026-04-25T17:20:01.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-04-25T17:20:01.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-04-25T17:20:01.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-04-25T17:20:01.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30832026-04-25T17:20:01.317Z
30842026-04-25T17:20:01.317Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30852026-04-25T17:20:01.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-04-25T17:20:01.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-04-25T17:20:01.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-04-25T17:20:01.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30892026-04-25T17:20:01.907Z
30902026-04-25T17:20:01.907Zinfo: running `cargo check --bins` on installinator-client (115/272)
30912026-04-25T17:20:02.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-04-25T17:20:02.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-04-25T17:20:02.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-04-25T17:20:02.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30952026-04-25T17:20:02.509Z
30962026-04-25T17:20:02.509Zinfo: running `cargo check --bins` on nexus-client (116/272)
30972026-04-25T17:20:03.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-04-25T17:20:03.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-04-25T17:20:03.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-04-25T17:20:03.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31012026-04-25T17:20:03.138Z
31022026-04-25T17:20:03.138Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31032026-04-25T17:20:03.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-04-25T17:20:03.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-04-25T17:20:03.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-04-25T17:20:03.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31072026-04-25T17:20:03.766Z
31082026-04-25T17:20:03.766Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31092026-04-25T17:20:04.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-04-25T17:20:04.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-04-25T17:20:04.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-04-25T17:20:04.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-04-25T17:20:04.352Z
31142026-04-25T17:20:04.353Zinfo: running `cargo check --bins` on oxide-client (119/272)
31152026-04-25T17:20:04.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-04-25T17:20:04.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-04-25T17:20:04.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-04-25T17:20:04.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31192026-04-25T17:20:04.934Z
31202026-04-25T17:20:04.934Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31212026-04-25T17:20:05.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-04-25T17:20:05.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-04-25T17:20:05.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-04-25T17:20:05.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31252026-04-25T17:20:05.529Z
31262026-04-25T17:20:05.529Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31272026-04-25T17:20:06.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-04-25T17:20:06.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-04-25T17:20:06.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-04-25T17:20:06.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31312026-04-25T17:20:06.116Z
31322026-04-25T17:20:06.116Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31332026-04-25T17:20:06.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-04-25T17:20:06.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-04-25T17:20:06.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-04-25T17:20:06.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31372026-04-25T17:20:06.718Z
31382026-04-25T17:20:06.718Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31392026-04-25T17:20:07.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-04-25T17:20:07.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-04-25T17:20:07.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-04-25T17:20:07.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31432026-04-25T17:20:07.336Z
31442026-04-25T17:20:07.336Zinfo: running `cargo check --bins` on installinator-common (124/272)
31452026-04-25T17:20:07.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-04-25T17:20:07.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-04-25T17:20:07.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-04-25T17:20:07.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31492026-04-25T17:20:07.946Z
31502026-04-25T17:20:07.946Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31512026-04-25T17:20:08.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-04-25T17:20:08.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-04-25T17:20:08.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-04-25T17:20:08.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31552026-04-25T17:20:08.522Z
31562026-04-25T17:20:08.522Zinfo: running `cargo check --bins` on wicket-common (126/272)
31572026-04-25T17:20:09.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-04-25T17:20:09.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-04-25T17:20:09.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-04-25T17:20:09.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31612026-04-25T17:20:09.130Z
31622026-04-25T17:20:09.130Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31632026-04-25T17:20:09.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-04-25T17:20:09.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-04-25T17:20:09.813Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-04-25T17:20:09.927Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31672026-04-25T17:20:09.934Z Checking csv-core v0.1.13
31682026-04-25T17:20:09.941Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-04-25T17:20:09.947Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31702026-04-25T17:20:09.956Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31712026-04-25T17:20:09.967Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31722026-04-25T17:20:09.978Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-04-25T17:20:10.091Z Checking csv v1.4.0
31742026-04-25T17:20:10.106Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31752026-04-25T17:20:10.150Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31762026-04-25T17:20:10.179Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31772026-04-25T17:20:10.416Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31782026-04-25T17:20:10.778Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31792026-04-25T17:20:10.781Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31802026-04-25T17:20:11.101Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31812026-04-25T17:20:16.648Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31822026-04-25T17:20:17.162Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31832026-04-25T17:20:19.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.34s
31842026-04-25T17:20:19.662Z
31852026-04-25T17:20:19.662Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31862026-04-25T17:20:20.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-04-25T17:20:20.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-04-25T17:20:20.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-04-25T17:20:20.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31902026-04-25T17:20:20.260Z
31912026-04-25T17:20:20.260Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
31922026-04-25T17:20:20.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-04-25T17:20:20.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-04-25T17:20:20.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-04-25T17:20:20.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31962026-04-25T17:20:20.947Z
31972026-04-25T17:20:20.947Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
31982026-04-25T17:20:21.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-04-25T17:20:21.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-04-25T17:20:21.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-04-25T17:20:21.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32022026-04-25T17:20:21.618Z
32032026-04-25T17:20:21.618Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32042026-04-25T17:20:22.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-04-25T17:20:22.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-04-25T17:20:22.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-04-25T17:20:22.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32082026-04-25T17:20:22.263Z
32092026-04-25T17:20:22.263Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32102026-04-25T17:20:22.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-04-25T17:20:22.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-04-25T17:20:23.034Z Compiling typify-impl v0.6.1
32132026-04-25T17:20:23.157Z Compiling unsafe-libyaml v0.2.11
32142026-04-25T17:20:23.170Z Compiling semver v0.1.20
32152026-04-25T17:20:23.179Z Compiling radium v0.7.0
32162026-04-25T17:20:23.193Z Compiling pin-project-internal v1.1.11
32172026-04-25T17:20:23.196Z Compiling maybe-uninit v2.0.0
32182026-04-25T17:20:23.206Z Checking tap v1.0.1
32192026-04-25T17:20:23.317Z Checking wyz v0.5.1
32202026-04-25T17:20:23.432Z Compiling rustc_version v0.1.7
32212026-04-25T17:20:23.519Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-04-25T17:20:23.539Z Compiling snafu-derive v0.8.9
32232026-04-25T17:20:23.674Z Compiling serde_yaml v0.9.34+deprecated
32242026-04-25T17:20:23.694Z Compiling newtype_derive v0.1.6
32252026-04-25T17:20:23.875Z Compiling zerocopy-derive v0.6.6
32262026-04-25T17:20:23.890Z Compiling cancel-safe-futures v0.1.5
32272026-04-25T17:20:24.090Z Compiling packed_struct v0.10.1
32282026-04-25T17:20:24.272Z Checking funty v2.0.0
32292026-04-25T17:20:24.288Z Checking pin-project v1.1.11
32302026-04-25T17:20:24.336Z Compiling owo-colors v4.3.0
32312026-04-25T17:20:24.382Z Checking crc-catalog v2.4.0
32322026-04-25T17:20:24.476Z Checking same-file v1.0.6
32332026-04-25T17:20:24.585Z Checking bitvec v1.0.1
32342026-04-25T17:20:24.598Z Checking walkdir v2.5.0
32352026-04-25T17:20:24.702Z Checking zerocopy v0.6.6
32362026-04-25T17:20:24.705Z Checking crc v3.4.0
32372026-04-25T17:20:24.896Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-04-25T17:20:24.923Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-04-25T17:20:24.979Z Checking globset v0.4.18
32402026-04-25T17:20:24.997Z Checking olpc-cjson v0.1.4
32412026-04-25T17:20:25.109Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-04-25T17:20:25.130Z Checking pem v3.0.6
32432026-04-25T17:20:25.232Z Compiling packed_struct_codegen v0.10.1
32442026-04-25T17:20:25.252Z Checking libsw-core v0.3.2
32452026-04-25T17:20:25.290Z Checking serde_plain v1.0.2
32462026-04-25T17:20:25.357Z Compiling bitfield-macros v0.19.4
32472026-04-25T17:20:25.395Z Compiling indexmap v1.9.3
32482026-04-25T17:20:25.423Z Checking nodrop v0.1.14
32492026-04-25T17:20:25.437Z Checking snafu v0.8.9
32502026-04-25T17:20:25.437Z Checking typed-path v0.9.3
32512026-04-25T17:20:25.512Z Checking array-init v0.0.4
32522026-04-25T17:20:25.603Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-04-25T17:20:25.674Z Checking libsw v3.5.0
32542026-04-25T17:20:25.813Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-04-25T17:20:25.827Z Checking smallvec v0.6.14
32562026-04-25T17:20:25.970Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-04-25T17:20:26.046Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32582026-04-25T17:20:26.070Z Checking bitfield v0.19.4
32592026-04-25T17:20:26.167Z Checking hashbrown v0.12.3
32602026-04-25T17:20:26.246Z Checking tough v0.20.0
32612026-04-25T17:20:26.261Z Checking base64 v0.21.7
32622026-04-25T17:20:26.342Z Checking tagptr v0.2.0
32632026-04-25T17:20:26.396Z Checking linear-map v1.2.0
32642026-04-25T17:20:26.485Z Checking unicode-linebreak v0.1.5
32652026-04-25T17:20:26.501Z Checking smawk v0.3.2
32662026-04-25T17:20:26.569Z Checking ron v0.8.1
32672026-04-25T17:20:26.596Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32682026-04-25T17:20:26.630Z Checking moka v0.12.13
32692026-04-25T17:20:26.699Z Checking textwrap v0.16.2
32702026-04-25T17:20:26.906Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-04-25T17:20:26.920Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32722026-04-25T17:20:27.078Z Checking serde-hex v0.1.0
32732026-04-25T17:20:27.094Z Checking steno v0.4.1
32742026-04-25T17:20:27.263Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-04-25T17:20:27.348Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-04-25T17:20:27.423Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32772026-04-25T17:20:27.588Z Compiling typify-macro v0.6.1
32782026-04-25T17:20:27.709Z Checking hashbrown v0.13.2
32792026-04-25T17:20:27.843Z Checking crc-any v2.5.0
32802026-04-25T17:20:27.994Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-04-25T17:20:28.023Z Checking humantime v2.3.0
32822026-04-25T17:20:28.083Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-04-25T17:20:28.141Z Checking object v0.30.4
32842026-04-25T17:20:28.200Z Checking hickory-resolver v0.25.2
32852026-04-25T17:20:28.214Z Checking utf-8 v0.7.6
32862026-04-25T17:20:28.217Z Checking half v1.8.3
32872026-04-25T17:20:28.242Z Checking void v1.0.2
32882026-04-25T17:20:28.345Z Checking path-slash v0.1.5
32892026-04-25T17:20:28.347Z Checking tungstenite v0.23.0
32902026-04-25T17:20:28.417Z Checking serde_cbor v0.11.2
32912026-04-25T17:20:28.451Z Checking lzss v0.8.2
32922026-04-25T17:20:28.636Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-04-25T17:20:28.690Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-04-25T17:20:28.771Z Checking nix v0.27.1
32952026-04-25T17:20:28.790Z Checking kstat-rs v0.2.4
32962026-04-25T17:20:28.792Z Checking fxhash v0.2.1
32972026-04-25T17:20:28.889Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32982026-04-25T17:20:28.918Z Checking serde_bytes v0.11.19
32992026-04-25T17:20:28.933Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33002026-04-25T17:20:28.973Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012026-04-25T17:20:29.092Z Checking tokio-tungstenite v0.23.1
33022026-04-25T17:20:29.241Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-04-25T17:20:29.272Z Checking signal-hook-tokio v0.3.1
33042026-04-25T17:20:29.296Z Compiling typify v0.6.1
33052026-04-25T17:20:29.378Z Compiling progenitor-impl v0.13.0
33062026-04-25T17:20:30.288Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-04-25T17:20:30.872Z Compiling progenitor-macro v0.13.0
33082026-04-25T17:20:31.190Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-04-25T17:20:31.488Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33102026-04-25T17:20:33.177Z Checking progenitor v0.13.0
33112026-04-25T17:20:33.289Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33122026-04-25T17:20:33.291Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33132026-04-25T17:20:36.309Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33142026-04-25T17:20:43.601Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-04-25T17:20:49.825Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33162026-04-25T17:20:51.177Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33172026-04-25T17:20:51.661Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33182026-04-25T17:20:53.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.42s
33192026-04-25T17:20:53.889Z
33202026-04-25T17:20:53.889Zinfo: running `cargo check --bins` on gateway-api (133/272)
33212026-04-25T17:20:54.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-04-25T17:20:54.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-04-25T17:20:54.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-04-25T17:20:54.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33252026-04-25T17:20:54.482Z
33262026-04-25T17:20:54.482Zinfo: running `cargo check --bins` on ipcc (134/272)
33272026-04-25T17:20:54.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-04-25T17:20:54.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-04-25T17:20:54.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-04-25T17:20:55.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-04-25T17:20:55.109Z
33322026-04-25T17:20:55.109Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33332026-04-25T17:20:55.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-04-25T17:20:55.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-04-25T17:20:55.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-04-25T17:20:55.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33372026-04-25T17:20:55.655Z
33382026-04-25T17:20:55.655Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33392026-04-25T17:20:56.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-04-25T17:20:56.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-04-25T17:20:56.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-04-25T17:20:56.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33432026-04-25T17:20:56.253Z
33442026-04-25T17:20:56.253Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33452026-04-25T17:20:56.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-04-25T17:20:56.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-04-25T17:20:56.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-04-25T17:20:56.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33492026-04-25T17:20:56.845Z
33502026-04-25T17:20:56.845Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33512026-04-25T17:20:57.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-04-25T17:20:57.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-04-25T17:20:57.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-04-25T17:20:57.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33552026-04-25T17:20:57.442Z
33562026-04-25T17:20:57.442Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33572026-04-25T17:20:57.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-04-25T17:20:57.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-04-25T17:20:57.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-04-25T17:20:57.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33612026-04-25T17:20:58.037Z
33622026-04-25T17:20:58.037Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33632026-04-25T17:20:58.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-04-25T17:20:58.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-04-25T17:20:58.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-04-25T17:20:58.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33672026-04-25T17:20:58.634Z
33682026-04-25T17:20:58.634Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33692026-04-25T17:20:59.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-04-25T17:20:59.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-04-25T17:20:59.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-04-25T17:20:59.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33732026-04-25T17:20:59.234Z
33742026-04-25T17:20:59.234Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33752026-04-25T17:20:59.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-04-25T17:20:59.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-04-25T17:20:59.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-04-25T17:20:59.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33792026-04-25T17:20:59.834Z
33802026-04-25T17:20:59.834Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33812026-04-25T17:21:00.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-04-25T17:21:00.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-04-25T17:21:00.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-04-25T17:21:00.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33852026-04-25T17:21:00.435Z
33862026-04-25T17:21:00.435Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
33872026-04-25T17:21:00.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-04-25T17:21:00.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-04-25T17:21:00.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-04-25T17:21:00.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33912026-04-25T17:21:01.029Z
33922026-04-25T17:21:01.029Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
33932026-04-25T17:21:01.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-04-25T17:21:01.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-04-25T17:21:01.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-04-25T17:21:01.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33972026-04-25T17:21:01.619Z
33982026-04-25T17:21:01.619Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
33992026-04-25T17:21:02.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-04-25T17:21:02.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-04-25T17:21:02.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-04-25T17:21:02.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34032026-04-25T17:21:02.212Z
34042026-04-25T17:21:02.212Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34052026-04-25T17:21:02.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-04-25T17:21:02.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-04-25T17:21:02.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-04-25T17:21:02.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34092026-04-25T17:21:02.810Z
34102026-04-25T17:21:02.810Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34112026-04-25T17:21:03.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-04-25T17:21:03.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-04-25T17:21:03.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-04-25T17:21:03.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34152026-04-25T17:21:03.407Z
34162026-04-25T17:21:03.407Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34172026-04-25T17:21:03.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-04-25T17:21:03.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-04-25T17:21:03.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-04-25T17:21:03.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34212026-04-25T17:21:04.001Z
34222026-04-25T17:21:04.001Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34232026-04-25T17:21:04.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-04-25T17:21:04.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-04-25T17:21:04.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-04-25T17:21:04.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34272026-04-25T17:21:04.598Z
34282026-04-25T17:21:04.598Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34292026-04-25T17:21:05.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-04-25T17:21:05.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-04-25T17:21:05.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-04-25T17:21:05.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34332026-04-25T17:21:05.189Z
34342026-04-25T17:21:05.189Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34352026-04-25T17:21:05.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-04-25T17:21:05.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-04-25T17:21:05.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-04-25T17:21:05.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34392026-04-25T17:21:05.787Z
34402026-04-25T17:21:05.787Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34412026-04-25T17:21:06.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-04-25T17:21:06.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-04-25T17:21:06.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-04-25T17:21:06.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34452026-04-25T17:21:06.401Z
34462026-04-25T17:21:06.402Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34472026-04-25T17:21:06.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-04-25T17:21:06.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-04-25T17:21:06.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-04-25T17:21:06.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34512026-04-25T17:21:07.025Z
34522026-04-25T17:21:07.025Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34532026-04-25T17:21:07.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-04-25T17:21:07.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-04-25T17:21:07.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-04-25T17:21:07.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34572026-04-25T17:21:07.626Z
34582026-04-25T17:21:07.626Zinfo: running `cargo check --bins` on dns-server (156/272)
34592026-04-25T17:21:08.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-04-25T17:21:08.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-04-25T17:21:08.272Z Compiling parking_lot_core v0.8.6
34622026-04-25T17:21:08.272Z Compiling git-stub v1.0.0
34632026-04-25T17:21:08.272Z Compiling atomicwrites v0.4.4
34642026-04-25T17:21:08.275Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34652026-04-25T17:21:08.377Z Checking prefix-trie v0.7.0
34662026-04-25T17:21:08.505Z Compiling git-stub-vcs v0.1.0
34672026-04-25T17:21:08.685Z Checking hickory-server v0.25.2
34682026-04-25T17:21:08.773Z Checking parking_lot v0.11.2
34692026-04-25T17:21:08.785Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34702026-04-25T17:21:08.859Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34712026-04-25T17:21:08.861Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34722026-04-25T17:21:08.942Z Checking sled v0.34.7
34732026-04-25T17:21:10.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
34742026-04-25T17:21:10.995Z
34752026-04-25T17:21:10.995Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34762026-04-25T17:21:11.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-04-25T17:21:11.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-04-25T17:21:11.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-04-25T17:21:11.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34802026-04-25T17:21:11.585Z
34812026-04-25T17:21:11.585Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
34822026-04-25T17:21:12.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-04-25T17:21:12.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-04-25T17:21:12.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-04-25T17:21:12.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34862026-04-25T17:21:12.177Z
34872026-04-25T17:21:12.177Zinfo: running `cargo check --bins` on sp-sim (159/272)
34882026-04-25T17:21:12.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-04-25T17:21:12.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-04-25T17:21:12.891Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34912026-04-25T17:21:14.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
34922026-04-25T17:21:14.820Z
34932026-04-25T17:21:14.820Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
34942026-04-25T17:21:15.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-04-25T17:21:15.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-04-25T17:21:15.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-04-25T17:21:15.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34982026-04-25T17:21:15.476Z
34992026-04-25T17:21:15.476Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35002026-04-25T17:21:16.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-04-25T17:21:16.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-04-25T17:21:16.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-04-25T17:21:16.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35042026-04-25T17:21:16.133Z
35052026-04-25T17:21:16.133Zinfo: running `cargo check --bins` on db-macros (162/272)
35062026-04-25T17:21:16.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-04-25T17:21:16.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-04-25T17:21:16.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-04-25T17:21:16.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35102026-04-25T17:21:16.704Z
35112026-04-25T17:21:16.704Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35122026-04-25T17:21:17.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-04-25T17:21:17.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-04-25T17:21:17.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-04-25T17:21:17.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35162026-04-25T17:21:17.288Z
35172026-04-25T17:21:17.289Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35182026-04-25T17:21:17.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-04-25T17:21:17.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-04-25T17:21:17.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-04-25T17:21:17.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35222026-04-25T17:21:17.938Z
35232026-04-25T17:21:17.938Zinfo: running `cargo check --bins` on authz-macros (165/272)
35242026-04-25T17:21:18.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-04-25T17:21:18.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-04-25T17:21:18.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-04-25T17:21:18.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35282026-04-25T17:21:18.525Z
35292026-04-25T17:21:18.525Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35302026-04-25T17:21:19.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-04-25T17:21:19.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-04-25T17:21:19.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-04-25T17:21:19.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35342026-04-25T17:21:19.169Z
35352026-04-25T17:21:19.169Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35362026-04-25T17:21:19.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-04-25T17:21:19.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-04-25T17:21:19.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-04-25T17:21:19.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35402026-04-25T17:21:19.811Z
35412026-04-25T17:21:19.812Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35422026-04-25T17:21:20.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-04-25T17:21:20.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-04-25T17:21:20.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-04-25T17:21:20.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35462026-04-25T17:21:20.397Z
35472026-04-25T17:21:20.398Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35482026-04-25T17:21:20.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-04-25T17:21:20.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-04-25T17:21:20.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-04-25T17:21:20.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35522026-04-25T17:21:20.980Z
35532026-04-25T17:21:20.980Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35542026-04-25T17:21:21.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-04-25T17:21:21.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-04-25T17:21:21.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-04-25T17:21:21.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35582026-04-25T17:21:21.578Z
35592026-04-25T17:21:21.578Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35602026-04-25T17:21:22.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-04-25T17:21:22.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-04-25T17:21:22.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-04-25T17:21:22.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35642026-04-25T17:21:22.169Z
35652026-04-25T17:21:22.169Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35662026-04-25T17:21:22.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-04-25T17:21:22.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-04-25T17:21:22.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-04-25T17:21:22.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35702026-04-25T17:21:22.753Z
35712026-04-25T17:21:22.753Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35722026-04-25T17:21:23.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-04-25T17:21:23.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-04-25T17:21:23.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-04-25T17:21:23.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35762026-04-25T17:21:23.406Z
35772026-04-25T17:21:23.406Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35782026-04-25T17:21:23.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-04-25T17:21:23.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-04-25T17:21:23.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-04-25T17:21:23.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35822026-04-25T17:21:24.060Z
35832026-04-25T17:21:24.060Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
35842026-04-25T17:21:24.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-04-25T17:21:24.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-04-25T17:21:24.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-04-25T17:21:24.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35882026-04-25T17:21:24.694Z
35892026-04-25T17:21:24.694Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
35902026-04-25T17:21:25.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-04-25T17:21:25.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-04-25T17:21:25.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-04-25T17:21:25.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35942026-04-25T17:21:25.310Z
35952026-04-25T17:21:25.310Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
35962026-04-25T17:21:25.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-04-25T17:21:25.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-04-25T17:21:25.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-04-25T17:21:25.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36002026-04-25T17:21:25.924Z
36012026-04-25T17:21:25.925Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36022026-04-25T17:21:26.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-04-25T17:21:26.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-04-25T17:21:26.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-04-25T17:21:26.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36062026-04-25T17:21:26.538Z
36072026-04-25T17:21:26.538Zinfo: running `cargo check --bins` on key-manager (179/272)
36082026-04-25T17:21:27.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-04-25T17:21:27.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-04-25T17:21:27.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-04-25T17:21:27.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36122026-04-25T17:21:27.137Z
36132026-04-25T17:21:27.137Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36142026-04-25T17:21:27.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-04-25T17:21:27.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-04-25T17:21:27.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-04-25T17:21:27.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36182026-04-25T17:21:27.744Z
36192026-04-25T17:21:27.744Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36202026-04-25T17:21:28.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-04-25T17:21:28.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-04-25T17:21:28.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-04-25T17:21:28.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36242026-04-25T17:21:28.360Z
36252026-04-25T17:21:28.360Zinfo: running `cargo check --bins` on typed-rng (182/272)
36262026-04-25T17:21:28.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-04-25T17:21:28.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-04-25T17:21:28.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-04-25T17:21:28.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36302026-04-25T17:21:28.938Z
36312026-04-25T17:21:28.938Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36322026-04-25T17:21:29.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-04-25T17:21:29.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-04-25T17:21:29.781Z Compiling typify-impl v0.4.3
36352026-04-25T17:21:29.781Z Compiling libefi-sys v0.1.0
36362026-04-25T17:21:29.784Z Compiling bitfield-struct v0.6.2
36372026-04-25T17:21:29.933Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36382026-04-25T17:21:29.942Z Compiling xshell-macros v0.2.7
36392026-04-25T17:21:29.953Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36402026-04-25T17:21:29.968Z Compiling salty v0.3.0
36412026-04-25T17:21:30.002Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36422026-04-25T17:21:30.166Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-04-25T17:21:30.266Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36442026-04-25T17:21:30.282Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36452026-04-25T17:21:30.298Z Checking xshell v0.2.7
36462026-04-25T17:21:30.475Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36472026-04-25T17:21:30.490Z Checking primeorder v0.13.6
36482026-04-25T17:21:30.528Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36492026-04-25T17:21:30.641Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36502026-04-25T17:21:30.684Z Compiling proc-macro-error-attr2 v2.0.0
36512026-04-25T17:21:30.724Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36522026-04-25T17:21:30.761Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36532026-04-25T17:21:30.891Z Checking tungstenite v0.21.0
36542026-04-25T17:21:30.943Z Checking p384 v0.13.1
36552026-04-25T17:21:30.997Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36562026-04-25T17:21:31.085Z Compiling proc-macro-error2 v2.0.1
36572026-04-25T17:21:31.157Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36582026-04-25T17:21:31.330Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36592026-04-25T17:21:31.360Z Compiling num-derive v0.3.3
36602026-04-25T17:21:31.401Z Compiling unicase v2.9.0
36612026-04-25T17:21:31.604Z Checking compression-core v0.4.31
36622026-04-25T17:21:31.659Z Compiling mime_guess v2.0.5
36632026-04-25T17:21:31.737Z Checking compression-codecs v0.4.37
36642026-04-25T17:21:31.822Z Compiling tabled_derive v0.11.0
36652026-04-25T17:21:31.862Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36662026-04-25T17:21:31.921Z Checking tokio-tungstenite v0.21.0
36672026-04-25T17:21:32.189Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-04-25T17:21:32.205Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-04-25T17:21:32.352Z Checking libscf-sys v1.1.0
36702026-04-25T17:21:32.485Z Checking papergrid v0.17.0
36712026-04-25T17:21:32.543Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36722026-04-25T17:21:32.576Z Checking testing_table v0.3.0
36732026-04-25T17:21:32.672Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-04-25T17:21:32.689Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36752026-04-25T17:21:32.967Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36762026-04-25T17:21:32.995Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36772026-04-25T17:21:33.179Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36782026-04-25T17:21:33.195Z Checking toml_datetime v1.0.0+spec-1.1.0
36792026-04-25T17:21:33.232Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36802026-04-25T17:21:33.256Z Compiling dropshot v0.17.0
36812026-04-25T17:21:33.372Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36822026-04-25T17:21:33.400Z Checking corncobs v0.1.4
36832026-04-25T17:21:33.446Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36842026-04-25T17:21:33.479Z Checking toml v1.0.6+spec-1.1.0
36852026-04-25T17:21:33.512Z Checking tabled v0.20.0
36862026-04-25T17:21:33.529Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-04-25T17:21:33.607Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36882026-04-25T17:21:33.646Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-04-25T17:21:33.705Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36902026-04-25T17:21:33.778Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36912026-04-25T17:21:33.961Z Checking async-compression v0.4.41
36922026-04-25T17:21:33.982Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36932026-04-25T17:21:34.057Z Checking progenitor-client v0.11.2
36942026-04-25T17:21:34.206Z Compiling dropshot_endpoint v0.17.0
36952026-04-25T17:21:34.256Z Checking secrecy v0.8.0
36962026-04-25T17:21:34.290Z Checking filetime v0.2.27
36972026-04-25T17:21:34.360Z Compiling typify-macro v0.4.3
36982026-04-25T17:21:34.377Z Checking http-range v0.1.5
36992026-04-25T17:21:34.395Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37002026-04-25T17:21:34.422Z Checking xattr v1.6.1
37012026-04-25T17:21:34.552Z Checking tar v0.4.45
37022026-04-25T17:21:34.787Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37032026-04-25T17:21:35.070Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37042026-04-25T17:21:35.088Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37052026-04-25T17:21:35.465Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37062026-04-25T17:21:35.485Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37072026-04-25T17:21:35.522Z Checking atty v0.2.14
37082026-04-25T17:21:35.623Z Checking crc8 v0.1.1
37092026-04-25T17:21:35.733Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37102026-04-25T17:21:35.921Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37112026-04-25T17:21:36.113Z Compiling typify v0.4.3
37122026-04-25T17:21:36.178Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37132026-04-25T17:21:36.227Z Compiling progenitor-impl v0.11.2
37142026-04-25T17:21:36.246Z Compiling progenitor-impl v0.10.0
37152026-04-25T17:21:36.432Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37162026-04-25T17:21:36.587Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37172026-04-25T17:21:36.670Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37182026-04-25T17:21:36.704Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37192026-04-25T17:21:37.105Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37202026-04-25T17:21:37.197Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37212026-04-25T17:21:37.360Z Checking hyper-staticfile v0.10.1
37222026-04-25T17:21:37.414Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37232026-04-25T17:21:37.533Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37242026-04-25T17:21:37.561Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-04-25T17:21:37.653Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37262026-04-25T17:21:37.670Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37272026-04-25T17:21:37.876Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37282026-04-25T17:21:37.920Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37292026-04-25T17:21:38.194Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37302026-04-25T17:21:38.483Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37312026-04-25T17:21:38.676Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37322026-04-25T17:21:38.752Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37332026-04-25T17:21:38.824Z Compiling progenitor-macro v0.10.0
37342026-04-25T17:21:38.839Z Compiling progenitor-macro v0.11.2
37352026-04-25T17:21:39.248Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37362026-04-25T17:21:41.670Z Checking progenitor v0.10.0
37372026-04-25T17:21:41.796Z Checking progenitor v0.11.2
37382026-04-25T17:21:41.824Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37392026-04-25T17:21:41.931Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37402026-04-25T17:21:46.618Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37412026-04-25T17:21:57.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.60s
37422026-04-25T17:21:57.761Z
37432026-04-25T17:21:57.761Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37442026-04-25T17:21:58.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-04-25T17:21:58.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-04-25T17:21:58.538Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-04-25T17:22:09.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37482026-04-25T17:22:09.782Z
37492026-04-25T17:22:09.783Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37502026-04-25T17:22:10.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-04-25T17:22:10.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-04-25T17:22:10.560Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-04-25T17:22:21.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37542026-04-25T17:22:21.770Z
37552026-04-25T17:22:21.770Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37562026-04-25T17:22:22.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-04-25T17:22:22.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-04-25T17:22:22.547Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-04-25T17:22:33.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
37602026-04-25T17:22:33.770Z
37612026-04-25T17:22:33.770Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37622026-04-25T17:22:34.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-04-25T17:22:34.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-04-25T17:22:34.546Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-04-25T17:22:45.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37662026-04-25T17:22:45.793Z
37672026-04-25T17:22:45.793Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37682026-04-25T17:22:46.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-04-25T17:22:46.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-04-25T17:22:46.569Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-04-25T17:22:57.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37722026-04-25T17:22:57.815Z
37732026-04-25T17:22:57.815Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37742026-04-25T17:22:58.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-04-25T17:22:58.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-04-25T17:22:58.581Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-04-25T17:23:09.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37782026-04-25T17:23:09.847Z
37792026-04-25T17:23:09.847Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37802026-04-25T17:23:10.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-04-25T17:23:10.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-04-25T17:23:10.622Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-04-25T17:23:21.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37842026-04-25T17:23:21.866Z
37852026-04-25T17:23:21.866Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
37862026-04-25T17:23:22.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-04-25T17:23:22.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-04-25T17:23:22.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-04-25T17:23:22.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37902026-04-25T17:23:22.468Z
37912026-04-25T17:23:22.468Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
37922026-04-25T17:23:22.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-04-25T17:23:22.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-04-25T17:23:22.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-04-25T17:23:22.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37962026-04-25T17:23:23.076Z
37972026-04-25T17:23:23.076Zinfo: running `cargo check --bins` on range-requests (193/272)
37982026-04-25T17:23:23.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-04-25T17:23:23.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-04-25T17:23:23.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-04-25T17:23:23.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38022026-04-25T17:23:23.665Z
38032026-04-25T17:23:23.665Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38042026-04-25T17:23:24.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-04-25T17:23:24.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-04-25T17:23:24.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-04-25T17:23:24.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38082026-04-25T17:23:24.260Z
38092026-04-25T17:23:24.260Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38102026-04-25T17:23:24.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-04-25T17:23:24.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-04-25T17:23:24.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-04-25T17:23:24.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38142026-04-25T17:23:24.876Z
38152026-04-25T17:23:24.876Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38162026-04-25T17:23:25.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-04-25T17:23:25.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-04-25T17:23:25.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-04-25T17:23:25.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38202026-04-25T17:23:25.491Z
38212026-04-25T17:23:25.491Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38222026-04-25T17:23:26.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-04-25T17:23:26.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-04-25T17:23:26.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-04-25T17:23:26.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38262026-04-25T17:23:26.114Z
38272026-04-25T17:23:26.114Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38282026-04-25T17:23:26.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-04-25T17:23:26.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-04-25T17:23:26.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-04-25T17:23:26.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38322026-04-25T17:23:26.736Z
38332026-04-25T17:23:26.736Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38342026-04-25T17:23:27.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-04-25T17:23:27.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-04-25T17:23:27.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-04-25T17:23:27.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38382026-04-25T17:23:27.360Z
38392026-04-25T17:23:27.360Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38402026-04-25T17:23:27.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-04-25T17:23:27.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-04-25T17:23:27.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-04-25T17:23:27.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38442026-04-25T17:23:27.979Z
38452026-04-25T17:23:27.979Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38462026-04-25T17:23:28.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-04-25T17:23:28.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-04-25T17:23:28.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-04-25T17:23:28.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38502026-04-25T17:23:28.599Z
38512026-04-25T17:23:28.599Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38522026-04-25T17:23:29.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-04-25T17:23:29.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-04-25T17:23:29.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-04-25T17:23:29.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38562026-04-25T17:23:29.223Z
38572026-04-25T17:23:29.223Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38582026-04-25T17:23:29.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-04-25T17:23:29.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-04-25T17:23:29.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-04-25T17:23:29.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38622026-04-25T17:23:29.840Z
38632026-04-25T17:23:29.840Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38642026-04-25T17:23:30.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-04-25T17:23:30.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-04-25T17:23:30.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-04-25T17:23:30.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38682026-04-25T17:23:30.448Z
38692026-04-25T17:23:30.448Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38702026-04-25T17:23:30.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-04-25T17:23:30.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-04-25T17:23:30.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-04-25T17:23:30.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38742026-04-25T17:23:31.075Z
38752026-04-25T17:23:31.075Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38762026-04-25T17:23:31.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-04-25T17:23:31.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-04-25T17:23:31.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-04-25T17:23:31.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38802026-04-25T17:23:31.710Z
38812026-04-25T17:23:31.711Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38822026-04-25T17:23:32.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-04-25T17:23:32.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-04-25T17:23:32.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-04-25T17:23:32.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38862026-04-25T17:23:32.367Z
38872026-04-25T17:23:32.367Zinfo: running `cargo check --bins` on update-common (208/272)
38882026-04-25T17:23:32.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-04-25T17:23:32.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-04-25T17:23:32.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-04-25T17:23:32.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38922026-04-25T17:23:32.974Z
38932026-04-25T17:23:32.974Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
38942026-04-25T17:23:33.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-04-25T17:23:33.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-04-25T17:23:33.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-04-25T17:23:33.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38982026-04-25T17:23:33.621Z
38992026-04-25T17:23:33.621Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39002026-04-25T17:23:34.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-04-25T17:23:34.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-04-25T17:23:34.387Z Compiling fs-err v2.11.0
39032026-04-25T17:23:34.387Z Checking ignore v0.4.25
39042026-04-25T17:23:34.387Z Checking arc-swap v1.8.2
39052026-04-25T17:23:34.390Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39062026-04-25T17:23:34.529Z Checking predicates-tree v1.0.13
39072026-04-25T17:23:34.539Z Checking parse-size v1.1.0
39082026-04-25T17:23:34.552Z Checking rand_seeder v0.4.0
39092026-04-25T17:23:34.555Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39102026-04-25T17:23:34.627Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39112026-04-25T17:23:34.649Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39122026-04-25T17:23:34.695Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39132026-04-25T17:23:34.707Z Checking slog-scope v4.4.1
39142026-04-25T17:23:34.833Z Checking slog-stdlog v4.1.1
39152026-04-25T17:23:34.847Z Compiling petname v2.0.2
39162026-04-25T17:23:34.864Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39172026-04-25T17:23:34.892Z Checking globwalk v0.9.1
39182026-04-25T17:23:34.943Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39192026-04-25T17:23:34.957Z Checking slog-envlogger v2.2.0
39202026-04-25T17:23:35.070Z Checking camino-tempfile-ext v0.3.3
39212026-04-25T17:23:35.086Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39222026-04-25T17:23:35.102Z Checking sapling-renderdag v0.1.0
39232026-04-25T17:23:35.247Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39242026-04-25T17:23:35.264Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39252026-04-25T17:23:35.338Z Checking subprocess v0.2.15
39262026-04-25T17:23:35.426Z Checking sync-ptr v0.1.4
39272026-04-25T17:23:35.475Z Checking colored v2.2.0
39282026-04-25T17:23:35.527Z Checking assert_matches v1.5.0
39292026-04-25T17:23:35.604Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39302026-04-25T17:23:35.619Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39312026-04-25T17:23:35.738Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39322026-04-25T17:23:35.741Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39332026-04-25T17:23:36.326Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39342026-04-25T17:23:37.596Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39352026-04-25T17:23:39.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
39362026-04-25T17:23:39.976Z
39372026-04-25T17:23:39.976Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39382026-04-25T17:23:40.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-04-25T17:23:40.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-04-25T17:23:40.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-04-25T17:23:40.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39422026-04-25T17:23:40.557Z
39432026-04-25T17:23:40.557Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39442026-04-25T17:23:41.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-04-25T17:23:41.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-04-25T17:23:41.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-04-25T17:23:41.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39482026-04-25T17:23:41.208Z
39492026-04-25T17:23:41.208Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39502026-04-25T17:23:41.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-04-25T17:23:41.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-04-25T17:23:41.920Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39532026-04-25T17:23:41.920Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39542026-04-25T17:23:42.554Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39552026-04-25T17:23:44.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
39562026-04-25T17:23:44.300Z
39572026-04-25T17:23:44.300Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39582026-04-25T17:23:44.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-04-25T17:23:44.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-04-25T17:23:44.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-04-25T17:23:44.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39622026-04-25T17:23:44.889Z
39632026-04-25T17:23:44.889Zinfo: running `cargo check --bins` on cert-dev (215/272)
39642026-04-25T17:23:45.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-04-25T17:23:45.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-04-25T17:23:45.484Z Checking yasna v0.5.2
39672026-04-25T17:23:45.889Z Checking rcgen v0.12.1
39682026-04-25T17:23:46.134Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39692026-04-25T17:23:46.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
39702026-04-25T17:23:46.478Z
39712026-04-25T17:23:46.478Zinfo: running `cargo check --bins` on clickana (216/272)
39722026-04-25T17:23:46.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-04-25T17:23:46.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-04-25T17:23:47.114Z Compiling darling_core v0.23.0
39752026-04-25T17:23:47.117Z Compiling instability v0.3.11
39762026-04-25T17:23:47.220Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39772026-04-25T17:23:47.228Z Checking castaway v0.2.4
39782026-04-25T17:23:47.239Z Compiling indoc v2.0.7
39792026-04-25T17:23:47.242Z Checking unicode-truncate v1.1.0
39802026-04-25T17:23:47.259Z Checking lru v0.12.5
39812026-04-25T17:23:47.259Z Checking cassowary v0.3.0
39822026-04-25T17:23:47.323Z Checking compact_str v0.8.1
39832026-04-25T17:23:48.150Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39842026-04-25T17:23:48.328Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39852026-04-25T17:23:48.666Z Compiling darling_macro v0.23.0
39862026-04-25T17:23:49.047Z Compiling darling v0.23.0
39872026-04-25T17:23:49.632Z Checking ratatui v0.29.0
39882026-04-25T17:23:50.669Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39892026-04-25T17:23:51.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
39902026-04-25T17:23:51.514Z
39912026-04-25T17:23:51.514Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
39922026-04-25T17:23:52.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-04-25T17:23:52.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-04-25T17:23:52.225Z Checking headers-core v0.3.0
39952026-04-25T17:23:52.228Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39962026-04-25T17:23:52.419Z Checking headers v0.4.1
39972026-04-25T17:23:52.781Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39982026-04-25T17:23:53.601Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39992026-04-25T17:23:54.078Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40002026-04-25T17:23:54.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
40012026-04-25T17:23:54.680Z
40022026-04-25T17:23:54.680Zinfo: running `cargo check --bins` on ch-dev (218/272)
40032026-04-25T17:23:55.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-04-25T17:23:55.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-04-25T17:23:55.390Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40062026-04-25T17:23:56.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40072026-04-25T17:23:56.325Z
40082026-04-25T17:23:56.325Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40092026-04-25T17:23:56.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-04-25T17:23:56.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-04-25T17:23:56.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-04-25T17:23:56.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
40132026-04-25T17:23:56.787Z
40142026-04-25T17:23:56.787Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40152026-04-25T17:23:57.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-04-25T17:23:57.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-04-25T17:23:57.492Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40182026-04-25T17:23:58.466Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40192026-04-25T17:23:58.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
40202026-04-25T17:23:59.000Z
40212026-04-25T17:23:59.000Zinfo: running `cargo check --bins` on db-dev (221/272)
40222026-04-25T17:23:59.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-04-25T17:23:59.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-04-25T17:23:59.709Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40252026-04-25T17:24:00.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40262026-04-25T17:24:00.638Z
40272026-04-25T17:24:00.638Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40282026-04-25T17:24:01.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-04-25T17:24:01.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-04-25T17:24:01.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-04-25T17:24:01.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40322026-04-25T17:24:01.270Z
40332026-04-25T17:24:01.270Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40342026-04-25T17:24:01.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-04-25T17:24:01.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-04-25T17:24:01.869Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40372026-04-25T17:24:02.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40382026-04-25T17:24:02.711Z
40392026-04-25T17:24:02.711Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40402026-04-25T17:24:03.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-04-25T17:24:03.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-04-25T17:24:03.452Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40432026-04-25T17:24:03.452Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40442026-04-25T17:24:03.452Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40452026-04-25T17:24:03.455Z Checking git-stub v1.0.0
40462026-04-25T17:24:03.455Z Compiling trait-variant v0.1.2
40472026-04-25T17:24:03.455Z Checking maplit v1.0.2
40482026-04-25T17:24:03.455Z Checking is_ci v1.2.0
40492026-04-25T17:24:03.455Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40502026-04-25T17:24:03.649Z Checking supports-color v3.0.2
40512026-04-25T17:24:03.673Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40522026-04-25T17:24:03.754Z Checking git-stub-vcs v0.1.0
40532026-04-25T17:24:03.780Z Checking drift v0.1.3
40542026-04-25T17:24:03.804Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40552026-04-25T17:24:03.842Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40562026-04-25T17:24:03.955Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40572026-04-25T17:24:04.035Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40582026-04-25T17:24:04.057Z Checking dropshot-api-manager v0.6.0
40592026-04-25T17:24:04.074Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40602026-04-25T17:24:04.105Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40612026-04-25T17:24:04.283Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40622026-04-25T17:24:04.312Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-04-25T17:24:04.493Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40642026-04-25T17:24:04.845Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40652026-04-25T17:24:09.733Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40662026-04-25T17:24:10.794Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40672026-04-25T17:24:11.337Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40682026-04-25T17:24:11.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
40692026-04-25T17:24:11.959Z
40702026-04-25T17:24:11.959Zinfo: running `cargo check --bins` on installinator-api (225/272)
40712026-04-25T17:24:12.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-04-25T17:24:12.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-04-25T17:24:12.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-04-25T17:24:12.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40752026-04-25T17:24:12.548Z
40762026-04-25T17:24:12.548Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40772026-04-25T17:24:13.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-04-25T17:24:13.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-04-25T17:24:13.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-04-25T17:24:13.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40812026-04-25T17:24:13.184Z
40822026-04-25T17:24:13.184Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40832026-04-25T17:24:13.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-04-25T17:24:13.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-04-25T17:24:13.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-04-25T17:24:13.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40872026-04-25T17:24:13.820Z
40882026-04-25T17:24:13.820Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40892026-04-25T17:24:14.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-04-25T17:24:14.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-04-25T17:24:14.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-04-25T17:24:14.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40932026-04-25T17:24:14.459Z
40942026-04-25T17:24:14.459Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
40952026-04-25T17:24:14.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-04-25T17:24:14.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-04-25T17:24:14.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-04-25T17:24:14.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-04-25T17:24:15.058Z
41002026-04-25T17:24:15.058Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41012026-04-25T17:24:15.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-04-25T17:24:15.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-04-25T17:24:15.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-04-25T17:24:15.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41052026-04-25T17:24:15.640Z
41062026-04-25T17:24:15.640Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41072026-04-25T17:24:16.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-04-25T17:24:16.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-04-25T17:24:16.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-04-25T17:24:16.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41112026-04-25T17:24:16.257Z
41122026-04-25T17:24:16.257Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41132026-04-25T17:24:16.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-04-25T17:24:16.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-04-25T17:24:16.851Z Checking typeid v1.0.3
41162026-04-25T17:24:16.966Z Checking ordered-float v2.10.1
41172026-04-25T17:24:16.987Z Checking unicode-xid v0.2.6
41182026-04-25T17:24:17.006Z Checking cargo-platform v0.2.0
41192026-04-25T17:24:17.028Z Checking erased-serde v0.4.9
41202026-04-25T17:24:17.163Z Checking serde-value v0.7.0
41212026-04-25T17:24:17.336Z Checking serde-untagged v0.1.9
41222026-04-25T17:24:17.488Z Checking cargo-util-schemas v0.8.2
41232026-04-25T17:24:18.172Z Checking cargo_metadata v0.21.0
41242026-04-25T17:24:18.777Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41252026-04-25T17:24:19.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41262026-04-25T17:24:19.629Z
41272026-04-25T17:24:19.629Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41282026-04-25T17:24:20.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-04-25T17:24:20.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-04-25T17:24:20.362Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41312026-04-25T17:24:20.967Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41322026-04-25T17:24:21.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
41332026-04-25T17:24:21.666Z
41342026-04-25T17:24:21.666Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41352026-04-25T17:24:22.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-04-25T17:24:22.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-04-25T17:24:22.520Z Compiling vergen-gitcl v1.0.8
41382026-04-25T17:24:22.520Z Compiling dirs-sys-next v0.1.2
41392026-04-25T17:24:22.520Z Compiling crunchy v0.2.4
41402026-04-25T17:24:22.520Z Compiling glob v0.3.3
41412026-04-25T17:24:22.520Z Compiling diesel_derives v2.3.7
41422026-04-25T17:24:22.523Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41432026-04-25T17:24:22.523Z Compiling dsl_auto_type v0.2.0
41442026-04-25T17:24:22.523Z Checking scheduled-thread-pool v0.2.7
41452026-04-25T17:24:22.814Z Compiling dirs-next v2.0.0
41462026-04-25T17:24:22.850Z Compiling diesel_table_macro_syntax v0.3.0
41472026-04-25T17:24:22.920Z Compiling tiny-keccak v2.0.2
41482026-04-25T17:24:22.948Z Compiling term v0.7.0
41492026-04-25T17:24:23.011Z Checking r2d2 v0.8.10
41502026-04-25T17:24:23.048Z Checking downcast-rs v2.0.2
41512026-04-25T17:24:23.082Z Compiling clang-sys v1.8.1
41522026-04-25T17:24:23.127Z Compiling bit-vec v0.6.3
41532026-04-25T17:24:23.190Z Compiling itertools v0.10.5
41542026-04-25T17:24:23.342Z Compiling bit-set v0.5.3
41552026-04-25T17:24:23.452Z Compiling ascii-canvas v3.0.0
41562026-04-25T17:24:23.497Z Compiling ena v0.14.4
41572026-04-25T17:24:23.512Z Compiling libloading v0.8.9
41582026-04-25T17:24:23.515Z Compiling regex-syntax v0.6.29
41592026-04-25T17:24:23.553Z Compiling diff v0.1.13
41602026-04-25T17:24:23.687Z Compiling bindgen v0.71.1
41612026-04-25T17:24:23.719Z Compiling cexpr v0.6.0
41622026-04-25T17:24:23.814Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41632026-04-25T17:24:24.005Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41642026-04-25T17:24:24.150Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41652026-04-25T17:24:24.166Z Compiling libxml v0.3.3
41662026-04-25T17:24:24.267Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41672026-04-25T17:24:24.398Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41682026-04-25T17:24:24.416Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41692026-04-25T17:24:24.575Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41702026-04-25T17:24:24.603Z Compiling strum_macros v0.24.3
41712026-04-25T17:24:24.835Z Compiling lalrpop v0.19.12
41722026-04-25T17:24:24.860Z Compiling indoc v1.0.9
41732026-04-25T17:24:25.662Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41742026-04-25T17:24:25.855Z Checking derive_builder v0.20.2
41752026-04-25T17:24:25.935Z Compiling oso-derive v0.27.3
41762026-04-25T17:24:26.011Z Checking quick-xml v0.37.5
41772026-04-25T17:24:26.210Z Compiling impl-trait-for-tuples v0.2.3
41782026-04-25T17:24:26.439Z Checking openssl-probe v0.1.6
41792026-04-25T17:24:26.580Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41802026-04-25T17:24:26.902Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41812026-04-25T17:24:27.094Z Checking bb8 v0.8.6
41822026-04-25T17:24:27.348Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41832026-04-25T17:24:27.370Z Checking nonempty v0.12.0
41842026-04-25T17:24:27.388Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41852026-04-25T17:24:27.550Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41862026-04-25T17:24:27.569Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41872026-04-25T17:24:27.606Z Checking console v0.16.2
41882026-04-25T17:24:27.756Z Checking unit-prefix v0.5.2
41892026-04-25T17:24:27.772Z Checking support-bundle-viewer v0.1.2
41902026-04-25T17:24:27.891Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41912026-04-25T17:24:27.911Z Checking indicatif v0.18.4
41922026-04-25T17:24:28.017Z Checking multimap v0.10.1
41932026-04-25T17:24:28.550Z Checking diesel v2.3.7
41942026-04-25T17:24:30.310Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41952026-04-25T17:24:30.758Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41962026-04-25T17:24:32.028Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41972026-04-25T17:24:32.482Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41982026-04-25T17:24:32.731Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41992026-04-25T17:24:33.089Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42002026-04-25T17:24:33.118Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42012026-04-25T17:24:33.863Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42022026-04-25T17:24:35.111Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42032026-04-25T17:24:40.552Z Compiling samael v0.0.19
42042026-04-25T17:24:44.062Z Checking async-bb8-diesel v0.2.1
42052026-04-25T17:24:44.410Z Checking diesel-dtrace v0.5.0
42062026-04-25T17:24:45.089Z Compiling polar-core v0.27.3
42072026-04-25T17:24:49.491Z Checking oso v0.27.3
42082026-04-25T17:25:26.145Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42092026-04-25T17:25:59.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42102026-04-25T17:25:59.259Z
42112026-04-25T17:25:59.259Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42122026-04-25T17:25:59.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-04-25T17:25:59.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-04-25T17:25:59.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-04-25T17:25:59.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42162026-04-25T17:25:59.924Z
42172026-04-25T17:25:59.924Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42182026-04-25T17:26:00.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-04-25T17:26:00.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-04-25T17:26:00.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-04-25T17:26:00.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42222026-04-25T17:26:00.582Z
42232026-04-25T17:26:00.582Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42242026-04-25T17:26:01.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-04-25T17:26:01.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-04-25T17:26:01.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-04-25T17:26:01.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42282026-04-25T17:26:01.170Z
42292026-04-25T17:26:01.170Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42302026-04-25T17:26:01.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-04-25T17:26:01.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-04-25T17:26:02.032Z Compiling libz-sys v1.1.24
42332026-04-25T17:26:02.163Z Compiling libgit2-sys v0.18.3+1.9.2
42342026-04-25T17:26:02.173Z Compiling vergen-git2 v1.0.7
42352026-04-25T17:26:02.182Z Compiling rustls v0.21.12
42362026-04-25T17:26:02.193Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-04-25T17:26:02.203Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42382026-04-25T17:26:02.206Z Checking rustls-webpki v0.101.7
42392026-04-25T17:26:02.206Z Checking sct v0.7.1
42402026-04-25T17:26:02.367Z Compiling nix v0.29.0
42412026-04-25T17:26:02.406Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42422026-04-25T17:26:02.406Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42432026-04-25T17:26:02.467Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42442026-04-25T17:26:02.541Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42452026-04-25T17:26:02.695Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42462026-04-25T17:26:02.734Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42472026-04-25T17:26:02.764Z Checking rustls-pemfile v1.0.4
42482026-04-25T17:26:02.894Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42492026-04-25T17:26:03.000Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42502026-04-25T17:26:03.088Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42512026-04-25T17:26:03.186Z Checking twox-hash v2.1.2
42522026-04-25T17:26:03.303Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42532026-04-25T17:26:03.807Z Checking tokio-rustls v0.24.1
42542026-04-25T17:26:03.824Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42552026-04-25T17:26:03.934Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42562026-04-25T17:26:03.999Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42572026-04-25T17:26:04.053Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42582026-04-25T17:26:04.518Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42592026-04-25T17:26:04.583Z Checking fatfs v0.3.6
42602026-04-25T17:26:04.658Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42612026-04-25T17:26:04.703Z Compiling seq-macro v0.3.6
42622026-04-25T17:26:08.720Z Compiling git2 v0.20.4
42632026-04-25T17:26:08.878Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42642026-04-25T17:26:09.001Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42652026-04-25T17:26:10.930Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42662026-04-25T17:26:58.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.84s
42672026-04-25T17:26:58.238Z
42682026-04-25T17:26:58.239Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42692026-04-25T17:26:58.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-04-25T17:26:58.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-04-25T17:26:59.124Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42722026-04-25T17:27:37.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.58s
42732026-04-25T17:27:38.039Z
42742026-04-25T17:27:38.039Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42752026-04-25T17:27:38.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-04-25T17:27:38.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-04-25T17:27:38.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-04-25T17:27:38.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42792026-04-25T17:27:38.632Z
42802026-04-25T17:27:38.632Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42812026-04-25T17:27:39.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-04-25T17:27:39.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-04-25T17:27:39.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-04-25T17:27:39.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42852026-04-25T17:27:39.279Z
42862026-04-25T17:27:39.279Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42872026-04-25T17:27:39.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-04-25T17:27:39.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-04-25T17:27:39.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-04-25T17:27:39.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-04-25T17:27:39.933Z
42922026-04-25T17:27:39.933Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
42932026-04-25T17:27:40.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-04-25T17:27:40.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-04-25T17:27:40.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-04-25T17:27:40.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42972026-04-25T17:27:40.584Z
42982026-04-25T17:27:40.584Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
42992026-04-25T17:27:41.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-04-25T17:27:41.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-04-25T17:27:41.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-04-25T17:27:41.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43032026-04-25T17:27:41.232Z
43042026-04-25T17:27:41.232Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43052026-04-25T17:27:41.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-04-25T17:27:41.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-04-25T17:27:41.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-04-25T17:27:41.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43092026-04-25T17:27:41.882Z
43102026-04-25T17:27:41.882Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43112026-04-25T17:27:42.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-04-25T17:27:42.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-04-25T17:27:42.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-04-25T17:27:42.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43152026-04-25T17:27:42.536Z
43162026-04-25T17:27:42.536Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43172026-04-25T17:27:43.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-04-25T17:27:43.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-04-25T17:27:43.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-04-25T17:27:43.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43212026-04-25T17:27:43.189Z
43222026-04-25T17:27:43.190Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43232026-04-25T17:27:43.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-04-25T17:27:43.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-04-25T17:27:44.081Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43262026-04-25T17:27:44.081Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43272026-04-25T17:27:44.270Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43282026-04-25T17:27:44.305Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43292026-04-25T17:27:44.308Z Checking yansi v1.0.1
43302026-04-25T17:27:44.308Z Checking diff v0.1.13
43312026-04-25T17:27:44.323Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43322026-04-25T17:27:44.350Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43332026-04-25T17:27:44.404Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43342026-04-25T17:27:44.564Z Checking pretty_assertions v1.4.1
43352026-04-25T17:27:45.210Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43362026-04-25T17:28:08.756Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43372026-04-25T17:28:08.759Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43382026-04-25T17:28:08.759Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43392026-04-25T17:28:08.759Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43402026-04-25T17:28:08.759Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43412026-04-25T17:28:08.759Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43422026-04-25T17:28:09.457Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43432026-04-25T17:28:10.520Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43442026-04-25T17:28:49.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43452026-04-25T17:28:49.293Z
43462026-04-25T17:28:49.293Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43472026-04-25T17:28:49.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-04-25T17:28:49.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-04-25T17:28:49.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-04-25T17:28:49.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43512026-04-25T17:28:49.874Z
43522026-04-25T17:28:49.874Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43532026-04-25T17:28:50.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-04-25T17:28:50.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-04-25T17:28:50.642Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43562026-04-25T17:28:50.761Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43572026-04-25T17:28:50.768Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43582026-04-25T17:29:16.380Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43592026-04-25T17:29:16.750Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43602026-04-25T17:29:18.451Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43612026-04-25T17:29:18.884Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43622026-04-25T17:29:21.796Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43632026-04-25T17:29:44.183Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43642026-04-25T17:29:44.802Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43652026-04-25T17:29:46.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.51s
43662026-04-25T17:29:46.601Z
43672026-04-25T17:29:46.601Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43682026-04-25T17:29:47.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-04-25T17:29:47.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-04-25T17:29:47.317Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43712026-04-25T17:29:47.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43722026-04-25T17:29:48.171Z
43732026-04-25T17:29:48.171Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43742026-04-25T17:29:48.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-04-25T17:29:48.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-04-25T17:29:48.822Z Compiling blake3 v1.8.3
43772026-04-25T17:29:48.931Z Checking constant_time_eq v0.4.2
43782026-04-25T17:29:48.931Z Checking arrayref v0.3.9
43792026-04-25T17:29:48.934Z Checking arrayvec v0.7.6
43802026-04-25T17:29:48.955Z Checking topological-sort v0.2.2
43812026-04-25T17:29:48.958Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43822026-04-25T17:29:48.958Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43832026-04-25T17:29:48.958Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43842026-04-25T17:29:48.997Z Checking shell-words v1.1.1
43852026-04-25T17:29:49.705Z Checking omicron-zone-package v0.12.2
43862026-04-25T17:29:50.418Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43872026-04-25T17:29:51.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
43882026-04-25T17:29:51.414Z
43892026-04-25T17:29:51.414Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43902026-04-25T17:29:51.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-04-25T17:29:51.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-04-25T17:29:52.055Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43932026-04-25T17:29:52.366Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43942026-04-25T17:29:52.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
43952026-04-25T17:29:52.945Z
43962026-04-25T17:29:52.945Zinfo: running `cargo check --bins` on schema (254/272)
43972026-04-25T17:29:53.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-04-25T17:29:53.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-04-25T17:29:53.667Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44002026-04-25T17:29:54.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44012026-04-25T17:29:54.550Z
44022026-04-25T17:29:54.550Zinfo: running `cargo check --bins` on xtask (255/272)
44032026-04-25T17:29:54.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-04-25T17:29:54.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-04-25T17:29:55.001Z Checking libc v0.2.185
44062026-04-25T17:29:55.004Z Checking serde v1.0.228
44072026-04-25T17:29:55.089Z Checking zerofrom v0.1.6
44082026-04-25T17:29:55.094Z Checking bitflags v2.11.0
44092026-04-25T17:29:55.100Z Checking hashbrown v0.16.1
44102026-04-25T17:29:55.105Z Checking smallvec v1.15.1
44112026-04-25T17:29:55.115Z Checking serde_json v1.0.149
44122026-04-25T17:29:55.118Z Checking num-traits v0.2.19
44132026-04-25T17:29:55.185Z Checking yoke v0.8.1
44142026-04-25T17:29:55.235Z Checking scroll v0.12.0
44152026-04-25T17:29:55.276Z Checking thiserror v1.0.69
44162026-04-25T17:29:55.348Z Checking zerovec v0.11.5
44172026-04-25T17:29:55.363Z Checking zerotrie v0.2.3
44182026-04-25T17:29:55.375Z Checking errno v0.3.14
44192026-04-25T17:29:55.456Z Checking percent-encoding v2.3.2
44202026-04-25T17:29:55.467Z Checking toml_datetime v0.6.11
44212026-04-25T17:29:55.482Z Checking rustix v1.1.3
44222026-04-25T17:29:55.542Z Checking indexmap v2.13.0
44232026-04-25T17:29:55.589Z Checking serde_spanned v0.6.9
44242026-04-25T17:29:55.601Z Checking log v0.4.29
44252026-04-25T17:29:55.630Z Checking ordered-float v2.10.1
44262026-04-25T17:29:55.641Z Checking form_urlencoded v1.2.2
44272026-04-25T17:29:55.701Z Checking zerocopy v0.7.35
44282026-04-25T17:29:55.714Z Checking getrandom v0.4.1
44292026-04-25T17:29:55.741Z Checking goblin v0.8.2
44302026-04-25T17:29:55.763Z Checking thiserror v2.0.18
44312026-04-25T17:29:55.773Z Checking tinystr v0.8.2
44322026-04-25T17:29:55.839Z Checking potential_utf v0.1.4
44332026-04-25T17:29:55.850Z Checking serde-value v0.7.0
44342026-04-25T17:29:55.861Z Checking syn v2.0.117
44352026-04-25T17:29:55.945Z Checking icu_locale_core v2.1.1
44362026-04-25T17:29:55.965Z Checking icu_collections v2.1.1
44372026-04-25T17:29:56.040Z Checking dtrace-parser v0.2.0
44382026-04-25T17:29:56.065Z Checking toml_edit v0.22.27
44392026-04-25T17:29:56.186Z Checking thread-id v4.2.2
44402026-04-25T17:29:56.265Z Checking once_cell v1.21.3
44412026-04-25T17:29:56.277Z Checking cargo-platform v0.2.0
44422026-04-25T17:29:56.279Z Checking memmap v0.7.0
44432026-04-25T17:29:56.280Z Checking terminal_size v0.4.3
44442026-04-25T17:29:56.414Z Checking clap_builder v4.5.60
44452026-04-25T17:29:56.432Z Checking tempfile v3.25.0
44462026-04-25T17:29:56.442Z Checking textwrap v0.16.2
44472026-04-25T17:29:56.474Z Checking anyhow v1.0.102
44482026-04-25T17:29:56.485Z Checking icu_provider v2.1.1
44492026-04-25T17:29:56.620Z Checking camino-tempfile v1.4.1
44502026-04-25T17:29:56.643Z Checking fs-err v3.3.0
44512026-04-25T17:29:56.666Z Checking tabled v0.15.0
44522026-04-25T17:29:56.711Z Checking icu_normalizer v2.1.1
44532026-04-25T17:29:56.773Z Checking icu_properties v2.1.2
44542026-04-25T17:29:56.816Z Checking macaddr v1.0.1
44552026-04-25T17:29:56.991Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44562026-04-25T17:29:57.134Z Checking toml v0.8.23
44572026-04-25T17:29:57.433Z Checking cargo_toml v0.21.0
44582026-04-25T17:29:57.587Z Checking idna_adapter v1.2.1
44592026-04-25T17:29:57.598Z Checking dof v0.3.0
44602026-04-25T17:29:57.601Z Checking clap v4.5.60
44612026-04-25T17:29:57.698Z Checking idna v1.1.0
44622026-04-25T17:29:57.851Z Checking usdt-impl v0.5.0
44632026-04-25T17:29:57.917Z Checking url v2.5.8
44642026-04-25T17:29:58.107Z Checking usdt v0.5.0
44652026-04-25T17:29:58.257Z Checking cargo-util-schemas v0.8.2
44662026-04-25T17:29:58.934Z Checking cargo_metadata v0.21.0
44672026-04-25T17:29:59.537Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44682026-04-25T17:29:59.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
44692026-04-25T17:30:00.064Z
44702026-04-25T17:30:00.064Zinfo: running `cargo check --bins` on dnsadm (256/272)
44712026-04-25T17:30:00.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-04-25T17:30:00.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-04-25T17:30:00.696Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44742026-04-25T17:30:01.157Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44752026-04-25T17:30:01.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
44762026-04-25T17:30:01.740Z
44772026-04-25T17:30:01.740Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44782026-04-25T17:30:02.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-04-25T17:30:02.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-04-25T17:30:02.528Z Checking polyval v0.6.2
44812026-04-25T17:30:02.658Z Checking ctr v0.9.2
44822026-04-25T17:30:02.667Z Checking ssh-encoding v0.2.0
44832026-04-25T17:30:02.667Z Checking blowfish v0.9.1
44842026-04-25T17:30:02.691Z Checking password-hash v0.4.2
44852026-04-25T17:30:02.702Z Checking p521 v0.13.3
44862026-04-25T17:30:02.709Z Checking p256 v0.13.2
44872026-04-25T17:30:02.731Z Checking russh-cryptovec v0.7.3
44882026-04-25T17:30:02.789Z Checking ghash v0.5.1
44892026-04-25T17:30:02.801Z Checking bcrypt-pbkdf v0.10.0
44902026-04-25T17:30:02.801Z Checking md5 v0.7.0
44912026-04-25T17:30:02.869Z Checking num-bigint v0.4.6
44922026-04-25T17:30:02.869Z Checking des v0.8.1
44932026-04-25T17:30:02.899Z Checking aes-gcm v0.10.3
44942026-04-25T17:30:02.902Z Checking pbkdf2 v0.11.0
44952026-04-25T17:30:02.953Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44962026-04-25T17:30:02.993Z Checking hex-literal v0.4.1
44972026-04-25T17:30:03.018Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44982026-04-25T17:30:03.033Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44992026-04-25T17:30:03.047Z Checking ssh-cipher v0.2.0
45002026-04-25T17:30:03.091Z Checking internet-checksum v0.2.1
45012026-04-25T17:30:03.221Z Checking ssh-key v0.6.7
45022026-04-25T17:30:03.295Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45032026-04-25T17:30:03.820Z Checking russh-keys v0.45.0
45042026-04-25T17:30:04.361Z Checking russh v0.45.0
45052026-04-25T17:30:19.185Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45062026-04-25T17:30:20.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.62s
45072026-04-25T17:30:20.567Z
45082026-04-25T17:30:20.567Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45092026-04-25T17:30:21.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-04-25T17:30:21.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-04-25T17:30:21.203Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45122026-04-25T17:30:21.310Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45132026-04-25T17:30:21.319Z Checking termios v0.3.3
45142026-04-25T17:30:22.512Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45152026-04-25T17:30:22.657Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45162026-04-25T17:30:28.116Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45172026-04-25T17:30:28.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45182026-04-25T17:30:28.172Z
45192026-04-25T17:30:28.172Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45202026-04-25T17:30:28.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-04-25T17:30:28.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-04-25T17:30:28.172Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45232026-04-25T17:30:28.172Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45242026-04-25T17:30:28.172Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45252026-04-25T17:30:28.172Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45262026-04-25T17:30:28.173Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45272026-04-25T17:30:28.173Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45282026-04-25T17:30:28.173Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45292026-04-25T17:30:28.173Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45302026-04-25T17:30:28.173Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45312026-04-25T17:30:28.173Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45322026-04-25T17:30:29.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
45332026-04-25T17:30:29.464Z
45342026-04-25T17:30:29.464Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45352026-04-25T17:30:29.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-04-25T17:30:29.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-04-25T17:30:30.097Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45382026-04-25T17:30:30.536Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45392026-04-25T17:30:30.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45402026-04-25T17:30:31.026Z
45412026-04-25T17:30:31.026Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45422026-04-25T17:30:31.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-04-25T17:30:31.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-04-25T17:30:31.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-04-25T17:30:31.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45462026-04-25T17:30:31.609Z
45472026-04-25T17:30:31.609Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45482026-04-25T17:30:32.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-04-25T17:30:32.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-04-25T17:30:32.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45512026-04-25T17:30:32.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45522026-04-25T17:30:32.192Z
45532026-04-25T17:30:32.192Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45542026-04-25T17:30:32.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-04-25T17:30:32.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-04-25T17:30:32.937Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45572026-04-25T17:30:33.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45582026-04-25T17:30:33.709Z
45592026-04-25T17:30:33.709Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45602026-04-25T17:30:34.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-04-25T17:30:34.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-04-25T17:30:34.357Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45632026-04-25T17:30:34.361Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45642026-04-25T17:30:34.602Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45652026-04-25T17:30:34.602Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45662026-04-25T17:30:35.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
45672026-04-25T17:30:35.560Z
45682026-04-25T17:30:35.560Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45692026-04-25T17:30:36.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-04-25T17:30:36.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-04-25T17:30:36.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45722026-04-25T17:30:36.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45732026-04-25T17:30:36.146Z
45742026-04-25T17:30:36.147Zinfo: running `cargo check --bins` on omicron-package (266/272)
45752026-04-25T17:30:36.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-04-25T17:30:36.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-04-25T17:30:36.818Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45782026-04-25T17:30:37.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45792026-04-25T17:30:38.072Z
45802026-04-25T17:30:38.072Zinfo: running `cargo check --bins` on tqdb (267/272)
45812026-04-25T17:30:38.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-04-25T17:30:38.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-04-25T17:30:38.840Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45842026-04-25T17:30:39.190Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45852026-04-25T17:30:39.693Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45862026-04-25T17:30:39.696Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45872026-04-25T17:30:45.289Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45882026-04-25T17:30:45.293Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45892026-04-25T17:30:45.843Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45902026-04-25T17:30:45.846Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45912026-04-25T17:30:45.846Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45922026-04-25T17:30:45.846Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45932026-04-25T17:30:46.605Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45942026-04-25T17:30:47.566Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45952026-04-25T17:30:48.328Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45962026-04-25T17:30:48.937Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45972026-04-25T17:30:52.934Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45982026-04-25T17:30:59.137Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45992026-04-25T17:30:59.141Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46002026-04-25T17:30:59.141Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46012026-04-25T17:30:59.141Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46022026-04-25T17:31:00.574Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46032026-04-25T17:31:01.868Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46042026-04-25T17:31:02.523Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46052026-04-25T17:31:03.739Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46062026-04-25T17:31:04.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.18s
46072026-04-25T17:31:04.482Z
46082026-04-25T17:31:04.482Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46092026-04-25T17:31:05.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-04-25T17:31:05.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-04-25T17:31:05.184Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46122026-04-25T17:31:05.188Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46132026-04-25T17:31:05.188Z Checking rtoolbox v0.0.3
46142026-04-25T17:31:05.311Z Checking tui-tree-widget v0.23.1
46152026-04-25T17:31:05.409Z Checking rpassword v7.4.0
46162026-04-25T17:31:06.391Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46172026-04-25T17:31:09.303Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46182026-04-25T17:31:11.109Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46192026-04-25T17:31:11.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.48s
46202026-04-25T17:31:12.161Z
46212026-04-25T17:31:12.161Zinfo: running `cargo check --bins` on wicket (269/272)
46222026-04-25T17:31:12.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-04-25T17:31:12.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-04-25T17:31:12.846Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46252026-04-25T17:31:13.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
46262026-04-25T17:31:13.392Z
46272026-04-25T17:31:13.392Zinfo: running `cargo check --bins` on wicketd (270/272)
46282026-04-25T17:31:14.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-04-25T17:31:14.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-04-25T17:31:14.096Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46312026-04-25T17:31:14.099Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46322026-04-25T17:31:14.099Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46332026-04-25T17:31:14.099Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46342026-04-25T17:31:15.074Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46352026-04-25T17:31:15.623Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46362026-04-25T17:31:18.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
46372026-04-25T17:31:18.729Z
46382026-04-25T17:31:18.729Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46392026-04-25T17:31:19.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-04-25T17:31:19.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-04-25T17:31:19.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46422026-04-25T17:31:19.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46432026-04-25T17:31:19.304Z
46442026-04-25T17:31:19.304Zinfo: running `cargo check --bins` on zone-setup (272/272)
46452026-04-25T17:31:19.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-04-25T17:31:19.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-04-25T17:31:19.963Z Checking uzers v0.12.2
46482026-04-25T17:31:20.226Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46492026-04-25T17:31:20.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
46502026-04-25T17:31:21.158Z
46512026-04-25T17:31:21.158Zreal 14:00.174181167
46522026-04-25T17:31:21.158Zuser 20:17.210028125
46532026-04-25T17:31:21.158Zsys 4:07.652140887
46542026-04-25T17:31:21.158Ztrap 0.323636654
46552026-04-25T17:31:21.158Ztflt 0.355621779
46562026-04-25T17:31:21.158Zdflt 0.819199824
46572026-04-25T17:31:21.158Zkflt 0.003280592
46582026-04-25T17:31:21.158Zlock 1:16:27.756820425
46592026-04-25T17:31:21.158Zslp 1:37:04.650250138
46602026-04-25T17:31:21.158Zlat 56.967705626
46612026-04-25T17:31:21.158Zstop 3:33.766489581
46622026-04-25T17:31:21.161Zprocess exited: duration 1015451 ms, exit code 0
 
46632026-04-25T17:31:21.169Zfound 0 output files