01KQMTYG17E7RJWWG28TRBSGDE: 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: 01KQMTYSEQJ790PEFKFH3WV9TM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-02T17:15:31.250Zjob assigned to worker 01KQMTZ3H4SNQ5JB24P6XS08NM [factory aws, i-068cda488b8900ef3] (queued for 51 s)
 
22026-05-02T17:15:38.263Zstarting task 0: "setup"
32026-05-02T17:15:38.269Z++ uname -s
42026-05-02T17:15:38.272Z+ kern=SunOS
52026-05-02T17:15:38.272Z+ build_user=build
62026-05-02T17:15:38.272Z+ build_uid=12345
72026-05-02T17:15:38.272Z+ work_dir=/work
82026-05-02T17:15:38.272Z+ input_dir=/input
92026-05-02T17:15:38.272Z+ [[ 0 == 12345 ]]
102026-05-02T17:15:38.272Z+ case "$kern" in
112026-05-02T17:15:38.272Z+ groupadd -g 12345 build
122026-05-02T17:15:38.272Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-02T17:15:40.278Z+ zfs create -o mountpoint=/work rpool/work
142026-05-02T17:15:40.410Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-02T17:15:40.413Z+ home_fs=zfs
162026-05-02T17:15:40.413Z+ [[ zfs == autofs ]]
172026-05-02T17:15:40.413Z+ mkdir -p /home/build
182026-05-02T17:15:40.413Z+ chown build:build /home/build /work
192026-05-02T17:15:42.414Z+ chmod 0700 /home/build /work
202026-05-02T17:15:42.417Zprocess exited: duration 4155 ms, exit code 0
 
212026-05-02T17:15:42.423Zstarting task 1: "rust-toolchain"
222026-05-02T17:15:42.428Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-02T17:15:42.428Z * rust toolchain channel = "1.94.0"
242026-05-02T17:15:42.428Z * rust toolchain profile = "default"
252026-05-02T17:15:42.428Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-02T17:15:42.428Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-02T17:15:42.431Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-02T17:15:42.431Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-02T17:15:42.432Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-02T17:15:42.528Zinfo: downloading installer
312026-05-02T17:15:43.856Zwarn: It looks like you have an existing installation of Rust at:
322026-05-02T17:15:43.856Zwarn: /opt/ooce/bin
332026-05-02T17:15:43.856Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-02T17:15:43.856Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-02T17:15:43.856Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-02T17:15:43.856Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-02T17:15:43.856Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-02T17:15:43.856Zerror: cannot install while Rust is installed
392026-05-02T17:15:43.856Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-02T17:15:43.856Zwarn: It looks like you have an existing rustup settings file at:
412026-05-02T17:15:43.856Zwarn: /home/build/.rustup/settings.toml
422026-05-02T17:15:43.856Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-02T17:15:43.856Zwarn: instead of the one inferred from the default host triple.
442026-05-02T17:15:43.869Zinfo: profile set to default
452026-05-02T17:15:43.869Zinfo: default host triple is x86_64-unknown-illumos
462026-05-02T17:15:43.872Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-02T17:15:44.003Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-02T17:15:44.006Zinfo: downloading 6 components
492026-05-02T17:15:57.934Z
502026-05-02T17:15:57.934Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-05-02T17:15:57.962Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-02T17:15:57.962Z
532026-05-02T17:15:57.962Z
542026-05-02T17:15:57.962ZRust is installed now. Great!
552026-05-02T17:15:57.962Z
562026-05-02T17:15:57.962ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-02T17:15:57.962Zenvironment variable. This has not been done automatically.
582026-05-02T17:15:57.962Z
592026-05-02T17:15:57.962ZTo configure your current shell, you need to source
602026-05-02T17:15:57.962Zthe corresponding env file under $HOME/.cargo.
612026-05-02T17:15:57.962Z
622026-05-02T17:15:57.962ZThis is usually done by running one of the following (note the leading DOT):
632026-05-02T17:15:57.962Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-02T17:15:57.962Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-02T17:15:57.962Zsource "~/.cargo/env.nu" # For nushell
662026-05-02T17:15:57.962Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-02T17:15:57.962Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-02T17:15:57.962Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-02T17:15:57.965Zwarn: no default linker (`cc`) was found in your PATH
702026-05-02T17:15:57.965Zwarn: many Rust crates require a system C toolchain to build
712026-05-02T17:15:58.050Z+ rustup --version
722026-05-02T17:15:58.058Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-02T17:15:58.061Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-02T17:15:58.079Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-02T17:15:58.082Z+ cargo --version
762026-05-02T17:15:58.095Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-02T17:15:58.098Z+ rustc --version
782026-05-02T17:15:58.117Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-02T17:15:58.120Zprocess exited: duration 15695 ms, exit code 0
 
802026-05-02T17:15:58.126Zstarting task 2: "authentication"
812026-05-02T17:15:58.142Zprocess exited: duration 16 ms, exit code 0
 
822026-05-02T17:15:58.148Zstarting task 3: "clone repository"
832026-05-02T17:15:58.151Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-02T17:15:58.154Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-02T17:15:58.183ZCloning into '/work/oxidecomputer/omicron'...
862026-05-02T17:16:07.446Z+ cd /work/oxidecomputer/omicron
872026-05-02T17:16:07.446Z+ git fetch origin 53076f3e03f5da00faf82ebb95d4009844c99422
882026-05-02T17:16:07.863ZFrom https://github.com/oxidecomputer/omicron
892026-05-02T17:16:07.863Z * branch 53076f3e03f5da00faf82ebb95d4009844c99422 -> FETCH_HEAD
902026-05-02T17:16:07.872Z+ [[ -n eliza/refactor-instance-watcher ]]
912026-05-02T17:16:07.874Z++ git branch --show-current
922026-05-02T17:16:07.875Z+ current=main
932026-05-02T17:16:07.875Z+ [[ main != eliza/refactor-instance-watcher ]]
942026-05-02T17:16:07.875Z+ git branch -f eliza/refactor-instance-watcher 53076f3e03f5da00faf82ebb95d4009844c99422
952026-05-02T17:16:07.877Z+ git checkout -f eliza/refactor-instance-watcher
962026-05-02T17:16:08.107ZSwitched to branch 'eliza/refactor-instance-watcher'
972026-05-02T17:16:08.110Z+ git reset --hard 53076f3e03f5da00faf82ebb95d4009844c99422
982026-05-02T17:16:08.122ZHEAD is now at 53076f3e0 reticulating
992026-05-02T17:16:08.125Zprocess exited: duration 9974 ms, exit code 0
 
1002026-05-02T17:16:08.131Zstarting task 4: "build"
1012026-05-02T17:16:08.136Z+ source .github/buildomat/ci-env.sh
1022026-05-02T17:16:08.136Z++ export CARGO_TERM_COLOR=always
1032026-05-02T17:16:08.136Z++ CARGO_TERM_COLOR=always
1042026-05-02T17:16:08.139Z+ cargo --version
1052026-05-02T17:16:08.146Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-02T17:16:08.149Z+ rustc --version
1072026-05-02T17:16:08.169Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-02T17:16:08.172Z+ source ./env.sh
1092026-05-02T17:16:08.172Z++ OLD_SHELL_OPTS=ehxB
1102026-05-02T17:16:08.172Z++ set -o xtrace
1112026-05-02T17:16:08.175Z++++ dirname ./env.sh
1122026-05-02T17:16:08.175Z+++ readlink -f .
1132026-05-02T17:16:08.178Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-02T17:16:08.178Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-02T17:16:08.178Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-02T17:16:08.178Z++ 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
1172026-05-02T17:16:08.178Z++ 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
1182026-05-02T17:16:08.179Z++ 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
1192026-05-02T17:16:08.179Z++ 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
1202026-05-02T17:16:08.179Z++ 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
1212026-05-02T17:16:08.179Z++ 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
1222026-05-02T17:16:08.179Z++ case $OLD_SHELL_OPTS in
1232026-05-02T17:16:08.179Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-02T17:16:08.179Z+ 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
1252026-05-02T17:16:08.179Z+ 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
1262026-05-02T17:16:08.179Z+ banner prerequisites
1272026-05-02T17:16:08.182Z
1282026-05-02T17:16:08.182Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-02T17:16:08.182Z # # # # # # # # # # # # # # #
1302026-05-02T17:16:08.182Z # # # # ##### # # ##### # # # # # #### #
1312026-05-02T17:16:08.182Z ##### ##### # ##### # # # # # # # # #
1322026-05-02T17:16:08.182Z # # # # # # # # # # # # # # #
1332026-05-02T17:16:08.182Z # # # ###### # # ###### ### # #### # #### #
1342026-05-02T17:16:08.182Z
1352026-05-02T17:16:08.182Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-02T17:16:17.905Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-02T17:16:25.240Z Startup: Caching catalogs ... Done
1382026-05-02T17:16:31.899ZPlanning: Solver setup ... Done (5.148s)
1392026-05-02T17:16:31.935ZPlanning: Running solver ... Done (0.036s)
1402026-05-02T17:16:32.071ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-02T17:16:32.084ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-02T17:16:32.201ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-02T17:16:32.238ZPlanning: Package planning ... Done (0.037s)
1442026-05-02T17:16:32.273ZPlanning: Merging actions ... Done (0.036s)
1452026-05-02T17:16:32.453ZPlanning: Checking for conflicting actions ... Done (0.179s)
1462026-05-02T17:16:32.462ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-02T17:16:33.237ZPlanning: Evaluating mediators ... Done (0.775s)
1482026-05-02T17:16:33.245ZPlanning: Planning completed in 7.85 seconds
1492026-05-02T17:16:33.257Z Packages to install: 5
1502026-05-02T17:16:33.257Z Mediators to change: 3
1512026-05-02T17:16:33.259Z Services to change: 1
1522026-05-02T17:16:33.259Z Estimated space available: 155.34 GB
1532026-05-02T17:16:33.260ZEstimated space to be consumed: 1.89 GB
1542026-05-02T17:16:33.260Z Create boot environment: No
1552026-05-02T17:16:33.260ZCreate backup boot environment: No
1562026-05-02T17:16:33.260Z Rebuild boot archive: No
1572026-05-02T17:16:33.260Z
1582026-05-02T17:16:33.260ZChanged mediators:
1592026-05-02T17:16:33.260Z mediator clang:
1602026-05-02T17:16:33.260Z version: None -> 15 (system default)
1612026-05-02T17:16:33.260Z
1622026-05-02T17:16:33.260Z mediator llvm:
1632026-05-02T17:16:33.260Z version: 14 (system default) -> 15 (system default)
1642026-05-02T17:16:33.260Z
1652026-05-02T17:16:33.260Z mediator postgresql:
1662026-05-02T17:16:33.260Z version: 15 (system default) -> 18 (system default)
1672026-05-02T17:16:33.260Z
1682026-05-02T17:16:33.260ZChanged packages:
1692026-05-02T17:16:33.260Zhelios-dev
1702026-05-02T17:16:33.260Z developer/build-essential
1712026-05-02T17:16:33.260Z None -> 11-2.0
1722026-05-02T17:16:33.260Z library/libxmlsec1
1732026-05-02T17:16:33.260Z None -> 1.2.35-2.0
1742026-05-02T17:16:33.260Z ooce/developer/clang-15
1752026-05-02T17:16:33.260Z None -> 15.0.7-2.0
1762026-05-02T17:16:33.260Z ooce/developer/llvm-15
1772026-05-02T17:16:33.260Z None -> 15.0.7-2.0
1782026-05-02T17:16:33.260Z ooce/library/postgresql-18
1792026-05-02T17:16:33.260Z None -> 18.1-2.0
1802026-05-02T17:16:33.260Z
1812026-05-02T17:16:33.260ZServices:
1822026-05-02T17:16:33.260Z restart_fmri:
1832026-05-02T17:16:33.260Z svc:/system/update-man-index:default
1842026-05-02T17:16:33.303Z
1852026-05-02T17:16:33.303ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-02T17:16:38.834ZDownload: 1198/4272 items 83.5/219.0MB 38% complete (22.7M/s)
1872026-05-02T17:16:43.890ZDownload: 2217/4272 items 118.5/219.0MB 54% complete (12.1M/s)
1882026-05-02T17:16:49.021ZDownload: 3246/4272 items 203.1/219.0MB 92% complete (12.3M/s)
1892026-05-02T17:16:59.292ZDownload: 3248/4272 items 203.1/219.0MB 92% complete
1902026-05-02T17:17:02.545ZDownload: Completed 218.99 MB in 29.24 seconds (7.5M/s)
1912026-05-02T17:17:02.691Z Actions: 1/4789 actions (Installing new actions)
1922026-05-02T17:17:06.042Z Actions: Completed 4789 actions in 3.35 seconds.
1932026-05-02T17:17:06.354Z Done (0.307s)
1942026-05-02T17:17:06.354Z Done (0.000s)
1952026-05-02T17:17:07.091Z Done (0.737s)
1962026-05-02T17:17:10.477Z Done (3.035s)
1972026-05-02T17:17:10.553Z Done (0.013s)
1982026-05-02T17:17:10.556Z Done (0.000s)
1992026-05-02T17:17:10.859Z Done (0.000s)
2002026-05-02T17:17:11.707ZPlanning: Evaluating mediator changes ... Done
2012026-05-02T17:17:11.814ZPlanning: Checking for conflicting actions ... Done
2022026-05-02T17:17:11.817ZPlanning: Consolidating action changes ... Done
2032026-05-02T17:17:11.974ZPlanning: Evaluating mediators ... Done
2042026-05-02T17:17:11.977ZPlanning: Planning completed in 0.27 seconds
2052026-05-02T17:17:11.995Z Mediators to change: 2
2062026-05-02T17:17:11.995Z Create boot environment: No
2072026-05-02T17:17:11.995ZCreate backup boot environment: No
2082026-05-02T17:17:12.064Z Done
2092026-05-02T17:17:12.064Z Done
2102026-05-02T17:17:12.670Z Done
2112026-05-02T17:17:15.120Z Done
2122026-05-02T17:17:15.197Z Done
2132026-05-02T17:17:15.197Z Done
2142026-05-02T17:17:15.345Z Done
2152026-05-02T17:17:15.602ZPlanning: Evaluating mediator changes ... Done
2162026-05-02T17:17:15.709ZPlanning: Checking for conflicting actions ... Done
2172026-05-02T17:17:15.712ZPlanning: Consolidating action changes ... Done
2182026-05-02T17:17:15.867ZPlanning: Evaluating mediators ... Done
2192026-05-02T17:17:15.871ZPlanning: Planning completed in 0.27 seconds
2202026-05-02T17:17:15.889Z Mediators to change: 1
2212026-05-02T17:17:15.889Z Create boot environment: No
2222026-05-02T17:17:15.889ZCreate backup boot environment: No
2232026-05-02T17:17:15.939Z Done
2242026-05-02T17:17:15.939Z Done
2252026-05-02T17:17:16.542Z Done
2262026-05-02T17:17:19.017Z Done
2272026-05-02T17:17:19.087Z Done
2282026-05-02T17:17:19.090Z Done
2292026-05-02T17:17:19.232Z Done
2302026-05-02T17:17:19.518ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-05-02T17:17:19.518Zclang system 15 system
2322026-05-02T17:17:19.518Zcsh system system illumos
2332026-05-02T17:17:19.518Zctags system system illumos
2342026-05-02T17:17:19.518Zfile system system illumos
2352026-05-02T17:17:19.518Zgcc vendor 12 vendor
2362026-05-02T17:17:19.518Zgcc system 14 system
2372026-05-02T17:17:19.518Zgcc system 10 system
2382026-05-02T17:17:19.518Zgo system 1.20 system
2392026-05-02T17:17:19.518Zgo system 1.19 system
2402026-05-02T17:17:19.518Zllvm system 15 system
2412026-05-02T17:17:19.519Zllvm system 14 system
2422026-05-02T17:17:19.519Zmariadb system 10.6 system
2432026-05-02T17:17:19.519Zmta vendor vendor dma
2442026-05-02T17:17:19.519Zopenjdk system 17 system
2452026-05-02T17:17:19.519Zopenjdk system 11 system
2462026-05-02T17:17:19.519Zopenjdk system 1.8 system
2472026-05-02T17:17:19.519Zopenssl vendor 3 vendor
2482026-05-02T17:17:19.519Zperl system 5.36 system
2492026-05-02T17:17:19.519Zpostgresql system 18 system
2502026-05-02T17:17:19.519Zpostgresql system 15 system
2512026-05-02T17:17:19.519Zpostgresql system 13 system
2522026-05-02T17:17:19.519Zpython vendor 3 vendor
2532026-05-02T17:17:19.519Zpython system 2 system
2542026-05-02T17:17:19.519Zpython3 system 3.11 system
2552026-05-02T17:17:19.519Zruby system 3.0 system
2562026-05-02T17:17:19.519Zwords vendor vendor american-english
2572026-05-02T17:17:19.519Zwords system system australian-english
2582026-05-02T17:17:19.519Zwords system system british-english
2592026-05-02T17:17:19.519Zwords system system canadian-english
2602026-05-02T17:17:19.519Zwords system system french
2612026-05-02T17:17:19.519Zwords system system italian
2622026-05-02T17:17:19.519Zwords system system ngerman
2632026-05-02T17:17:19.519Zwords system system ogerman
2642026-05-02T17:17:19.519Zwords system system spanish
2652026-05-02T17:17:19.745ZPUBLISHER TYPE STATUS P LOCATION
2662026-05-02T17:17:19.745Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-05-02T17:17:24.334ZFMRI IFO
2682026-05-02T17:17:24.334Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-05-02T17:17:24.334Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-05-02T17:17:24.334Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-05-02T17:17:24.334Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-05-02T17:17:24.334Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-05-02T17:17:24.334Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-05-02T17:17:24.334Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2752026-05-02T17:17:24.334Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2762026-05-02T17:17:24.334Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-05-02T17:17:24.334Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-05-02T17:17:24.334Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-05-02T17:17:24.335Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-05-02T17:17:24.335Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-05-02T17:17:24.335Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-05-02T17:17:24.335Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-05-02T17:17:24.335Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-05-02T17:17:24.335Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-05-02T17:17:25.474Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-05-02T17:17:25.752Z Updating crates.io index
2872026-05-02T17:17:25.755Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-05-02T17:17:26.053Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-05-02T17:17:26.966Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-05-02T17:17:27.279Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-05-02T17:17:28.379Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-05-02T17:17:28.898Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-05-02T17:17:30.214Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-05-02T17:17:30.927Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-05-02T17:17:31.343Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-05-02T17:17:32.449Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-05-02T17:17:32.849Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-05-02T17:17:33.276Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-05-02T17:17:33.581Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-05-02T17:17:34.649Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-05-02T17:17:35.120Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-05-02T17:17:35.434Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-05-02T17:17:35.776Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-05-02T17:17:36.161Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-05-02T17:17:36.650Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-05-02T17:17:36.886Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-05-02T17:17:37.132Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-05-02T17:17:37.579Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-05-02T17:17:37.903Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-05-02T17:17:38.502Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-05-02T17:17:38.816Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-05-02T17:17:39.119Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-05-02T17:17:39.421Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142026-05-02T17:17:40.278Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-05-02T17:17:41.144Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162026-05-02T17:17:41.568Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172026-05-02T17:17:41.829Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182026-05-02T17:17:42.178Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3192026-05-02T17:17:42.490Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3202026-05-02T17:17:42.829Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212026-05-02T17:17:43.276Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222026-05-02T17:17:43.535Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232026-05-02T17:17:43.814Z Updating git repository `https://github.com/illumos/smf-rs`
3242026-05-02T17:17:44.176Z Updating git repository `https://github.com/oxidecomputer/omicron`
3252026-05-02T17:17:55.573Z Downloading crates ...
3262026-05-02T17:17:55.620Z Downloaded crypto-common v0.1.7
3272026-05-02T17:17:55.627Z Downloaded dof v0.3.0
3282026-05-02T17:17:55.631Z Downloaded byteorder v1.5.0
3292026-05-02T17:17:55.631Z Downloaded anstyle v1.0.13
3302026-05-02T17:17:55.633Z Downloaded zerofrom-derive v0.1.6
3312026-05-02T17:17:55.633Z Downloaded cargo-platform v0.2.0
3322026-05-02T17:17:55.636Z Downloaded pretty-hex v0.4.1
3332026-05-02T17:17:55.639Z Downloaded macaddr v1.0.1
3342026-05-02T17:17:55.639Z Downloaded equivalent v1.0.2
3352026-05-02T17:17:55.643Z Downloaded strsim v0.11.1
3362026-05-02T17:17:55.647Z Downloaded yoke-derive v0.8.1
3372026-05-02T17:17:55.647Z Downloaded toml_datetime v0.6.11
3382026-05-02T17:17:55.647Z Downloaded unicode-linebreak v0.1.5
3392026-05-02T17:17:55.647Z Downloaded is_terminal_polyfill v1.70.2
3402026-05-02T17:17:55.647Z Downloaded form_urlencoded v1.2.2
3412026-05-02T17:17:55.650Z Downloaded fs-err v3.3.0
3422026-05-02T17:17:55.650Z Downloaded errno v0.3.14
3432026-05-02T17:17:55.650Z Downloaded unicode-xid v0.2.6
3442026-05-02T17:17:55.650Z Downloaded fnv v1.0.7
3452026-05-02T17:17:55.650Z Downloaded heck v0.5.0
3462026-05-02T17:17:55.650Z Downloaded zerofrom v0.1.6
3472026-05-02T17:17:55.653Z Downloaded toml_write v0.1.2
3482026-05-02T17:17:55.653Z Downloaded potential_utf v0.1.4
3492026-05-02T17:17:55.653Z Downloaded fastrand v2.3.0
3502026-05-02T17:17:55.653Z Downloaded proc-macro-error v1.0.4
3512026-05-02T17:17:55.656Z Downloaded utf8_iter v1.0.4
3522026-05-02T17:17:55.659Z Downloaded quote v1.0.45
3532026-05-02T17:17:55.659Z Downloaded usdt-attr-macro v0.5.0
3542026-05-02T17:17:55.659Z Downloaded typeid v1.0.3
3552026-05-02T17:17:55.659Z Downloaded percent-encoding v2.3.2
3562026-05-02T17:17:55.663Z Downloaded terminal_size v0.4.3
3572026-05-02T17:17:55.666Z Downloaded cargo_toml v0.21.0
3582026-05-02T17:17:55.666Z Downloaded version_check v0.9.5
3592026-05-02T17:17:55.666Z Downloaded usdt-macro v0.5.0
3602026-05-02T17:17:55.666Z Downloaded serde_tokenstream v0.2.3
3612026-05-02T17:17:55.669Z Downloaded proc-macro-error-attr v1.0.4
3622026-05-02T17:17:55.671Z Downloaded zerovec-derive v0.11.2
3632026-05-02T17:17:55.671Z Downloaded memmap v0.7.0
3642026-05-02T17:17:55.671Z Downloaded erased-serde v0.4.9
3652026-05-02T17:17:55.678Z Downloaded generic-array v0.14.7
3662026-05-02T17:17:55.681Z Downloaded thread-id v4.2.2
3672026-05-02T17:17:55.681Z Downloaded utf8parse v0.2.2
3682026-05-02T17:17:55.684Z Downloaded tinystr v0.8.2
3692026-05-02T17:17:55.684Z Downloaded serde_spanned v0.6.9
3702026-05-02T17:17:55.687Z Downloaded thiserror v1.0.69
3712026-05-02T17:17:55.690Z Downloaded writeable v0.6.2
3722026-05-02T17:17:55.690Z Downloaded usdt v0.5.0
3732026-05-02T17:17:55.690Z Downloaded stable_deref_trait v1.2.1
3742026-05-02T17:17:55.692Z Downloaded dtrace-parser v0.2.0
3752026-05-02T17:17:55.692Z Downloaded idna_adapter v1.2.1
3762026-05-02T17:17:55.692Z Downloaded heck v0.4.1
3772026-05-02T17:17:55.692Z Downloaded thiserror v2.0.18
3782026-05-02T17:17:55.695Z Downloaded thiserror-impl v1.0.69
3792026-05-02T17:17:55.698Z Downloaded ordered-float v2.10.1
3802026-05-02T17:17:55.698Z Downloaded yoke v0.8.1
3812026-05-02T17:17:55.698Z Downloaded scroll_derive v0.12.1
3822026-05-02T17:17:55.698Z Downloaded anstyle-query v1.1.5
3832026-05-02T17:17:55.701Z Downloaded usdt-impl v0.5.0
3842026-05-02T17:17:55.701Z Downloaded ucd-trie v0.1.7
3852026-05-02T17:17:55.701Z Downloaded serde-value v0.7.0
3862026-05-02T17:17:55.701Z Downloaded thiserror-impl v2.0.18
3872026-05-02T17:17:55.704Z Downloaded block-buffer v0.10.4
3882026-05-02T17:17:55.704Z Downloaded clap_lex v1.0.0
3892026-05-02T17:17:55.707Z Downloaded zerocopy-derive v0.7.35
3902026-05-02T17:17:55.707Z Downloaded colorchoice v1.0.4
3912026-05-02T17:17:55.710Z Downloaded cfg-if v1.0.4
3922026-05-02T17:17:55.710Z Downloaded itoa v1.0.17
3932026-05-02T17:17:55.710Z Downloaded zmij v1.0.21
3942026-05-02T17:17:55.713Z Downloaded toml v0.8.23
3952026-05-02T17:17:55.713Z Downloaded unicode-ident v1.0.24
3962026-05-02T17:17:55.716Z Downloaded tabled_derive v0.7.0
3972026-05-02T17:17:55.716Z Downloaded textwrap v0.16.2
3982026-05-02T17:17:55.716Z Downloaded swrite v0.1.0
3992026-05-02T17:17:55.721Z Downloaded anstream v0.6.21
4002026-05-02T17:17:55.723Z Downloaded zerotrie v0.2.3
4012026-05-02T17:17:55.726Z Downloaded scroll v0.12.0
4022026-05-02T17:17:55.729Z Downloaded toml_edit v0.22.27
4032026-05-02T17:17:55.732Z Downloaded smawk v0.3.2
4042026-05-02T17:17:55.732Z Downloaded url v2.5.8
4052026-05-02T17:17:55.735Z Downloaded cpufeatures v0.2.17
4062026-05-02T17:17:55.735Z Downloaded serde-untagged v0.1.9
4072026-05-02T17:17:55.735Z Downloaded plain v0.2.3
4082026-05-02T17:17:55.738Z Downloaded typenum v1.19.0
4092026-05-02T17:17:55.741Z Downloaded synstructure v0.13.2
4102026-05-02T17:17:55.750Z Downloaded zerovec v0.11.5
4112026-05-02T17:17:55.754Z Downloaded digest v0.10.7
4122026-05-02T17:17:55.754Z Downloaded autocfg v1.5.0
4132026-05-02T17:17:55.758Z Downloaded sha2 v0.10.9
4142026-05-02T17:17:55.758Z Downloaded zerocopy v0.7.35
4152026-05-02T17:17:55.765Z Downloaded unicode-width v0.2.0
4162026-05-02T17:17:55.768Z Downloaded winnow v0.7.14
4172026-05-02T17:17:55.771Z Downloaded cargo-util-schemas v0.8.2
4182026-05-02T17:17:55.777Z Downloaded bytecount v0.6.9
4192026-05-02T17:17:55.777Z Downloaded unicode-width v0.1.14
4202026-05-02T17:17:55.781Z Downloaded clap_derive v4.5.55
4212026-05-02T17:17:55.781Z Downloaded camino-tempfile v1.4.1
4222026-05-02T17:17:55.781Z Downloaded anstyle-parse v0.2.7
4232026-05-02T17:17:55.781Z Downloaded cargo_metadata v0.21.0
4242026-05-02T17:17:55.784Z Downloaded serde_derive v1.0.228
4252026-05-02T17:17:55.784Z Downloaded pest_generator v2.8.6
4262026-05-02T17:17:55.787Z Downloaded camino v1.2.2
4272026-05-02T17:17:55.792Z Downloaded semver v1.0.28
4282026-05-02T17:17:55.798Z Downloaded once_cell v1.21.3
4292026-05-02T17:17:55.801Z Downloaded litemap v0.8.1
4302026-05-02T17:17:55.801Z Downloaded icu_locale_core v2.1.1
4312026-05-02T17:17:55.805Z Downloaded tempfile v3.25.0
4322026-05-02T17:17:55.808Z Downloaded bitflags v2.11.0
4332026-05-02T17:17:55.808Z Downloaded anyhow v1.0.102
4342026-05-02T17:17:55.811Z Downloaded pest_meta v2.8.6
4352026-05-02T17:17:55.814Z Downloaded proc-macro2 v1.0.106
4362026-05-02T17:17:55.814Z Downloaded log v0.4.29
4372026-05-02T17:17:55.817Z Downloaded pest_derive v2.8.6
4382026-05-02T17:17:55.817Z Downloaded displaydoc v0.2.5
4392026-05-02T17:17:55.821Z Downloaded smallvec v1.15.1
4402026-05-02T17:17:55.824Z Downloaded papergrid v0.11.0
4412026-05-02T17:17:55.828Z Downloaded icu_properties v2.1.2
4422026-05-02T17:17:55.828Z Downloaded num-traits v0.2.19
4432026-05-02T17:17:55.833Z Downloaded icu_provider v2.1.1
4442026-05-02T17:17:55.836Z Downloaded getrandom v0.4.1
4452026-05-02T17:17:55.840Z Downloaded clap v4.5.60
4462026-05-02T17:17:55.844Z Downloaded icu_normalizer_data v2.1.1
4472026-05-02T17:17:55.849Z Downloaded icu_normalizer v2.1.1
4482026-05-02T17:17:55.849Z Downloaded serde_core v1.0.228
4492026-05-02T17:17:55.853Z Downloaded serde v1.0.228
4502026-05-02T17:17:55.858Z Downloaded memchr v2.8.0
4512026-05-02T17:17:55.864Z Downloaded icu_collections v2.1.1
4522026-05-02T17:17:55.876Z Downloaded indexmap v2.14.0
4532026-05-02T17:17:55.894Z Downloaded pest v2.8.6
4542026-05-02T17:17:55.900Z Downloaded idna v1.1.0
4552026-05-02T17:17:55.913Z Downloaded hashbrown v0.17.0
4562026-05-02T17:17:55.923Z Downloaded icu_properties_data v2.1.2
4572026-05-02T17:17:55.933Z Downloaded serde_json v1.0.149
4582026-05-02T17:17:55.937Z Downloaded clap_builder v4.5.60
4592026-05-02T17:17:55.938Z Downloaded tabled v0.15.0
4602026-05-02T17:17:55.944Z Downloaded goblin v0.8.2
4612026-05-02T17:17:55.947Z Downloaded syn v1.0.109
4622026-05-02T17:17:55.962Z Downloaded syn v2.0.117
4632026-05-02T17:17:55.981Z Downloaded rustix v1.1.3
4642026-05-02T17:17:56.005Z Downloaded libc v0.2.185
4652026-05-02T17:17:56.071Z Compiling proc-macro2 v1.0.106
4662026-05-02T17:17:56.077Z Compiling unicode-ident v1.0.24
4672026-05-02T17:17:56.077Z Compiling quote v1.0.45
4682026-05-02T17:17:56.077Z Compiling serde_core v1.0.228
4692026-05-02T17:17:56.077Z Compiling libc v0.2.185
4702026-05-02T17:17:56.077Z Compiling version_check v0.9.5
4712026-05-02T17:17:56.077Z Compiling serde v1.0.228
4722026-05-02T17:17:56.077Z Compiling stable_deref_trait v1.2.1
4732026-05-02T17:17:56.403Z Compiling memchr v2.8.0
4742026-05-02T17:17:56.428Z Compiling zmij v1.0.21
4752026-05-02T17:17:56.587Z Compiling ucd-trie v0.1.7
4762026-05-02T17:17:56.692Z Compiling autocfg v1.5.0
4772026-05-02T17:17:56.843Z Compiling itoa v1.0.17
4782026-05-02T17:17:56.999Z Compiling thiserror v1.0.69
4792026-05-02T17:17:57.034Z Compiling pest v2.8.6
4802026-05-02T17:17:57.038Z Compiling writeable v0.6.2
4812026-05-02T17:17:57.121Z Compiling litemap v0.8.1
4822026-05-02T17:17:57.157Z Compiling icu_properties_data v2.1.2
4832026-05-02T17:17:57.252Z Compiling byteorder v1.5.0
4842026-05-02T17:17:57.310Z Compiling icu_normalizer_data v2.1.1
4852026-05-02T17:17:57.344Z Compiling rustix v1.1.3
4862026-05-02T17:17:57.561Z Compiling errno v0.3.14
4872026-05-02T17:17:57.683Z Compiling syn v2.0.117
4882026-05-02T17:17:57.722Z Compiling bitflags v2.11.0
4892026-05-02T17:17:57.757Z Compiling serde_json v1.0.149
4902026-05-02T17:17:57.987Z Compiling num-traits v0.2.19
4912026-05-02T17:17:58.002Z Compiling equivalent v1.0.2
4922026-05-02T17:17:58.022Z Compiling hashbrown v0.17.0
4932026-05-02T17:17:58.168Z Compiling pest_meta v2.8.6
4942026-05-02T17:17:58.286Z Compiling smallvec v1.15.1
4952026-05-02T17:17:58.330Z Compiling typeid v1.0.3
4962026-05-02T17:17:58.520Z Compiling indexmap v2.14.0
4972026-05-02T17:17:58.580Z Compiling thread-id v4.2.2
4982026-05-02T17:17:58.667Z Compiling proc-macro-error-attr v1.0.4
4992026-05-02T17:17:58.685Z Compiling usdt-impl v0.5.0
5002026-05-02T17:17:58.748Z Compiling toml_write v0.1.2
5012026-05-02T17:17:58.898Z Compiling winnow v0.7.14
5022026-05-02T17:17:58.916Z Compiling syn v1.0.109
5032026-05-02T17:17:58.947Z Compiling erased-serde v0.4.9
5042026-05-02T17:17:59.346Z Compiling proc-macro-error v1.0.4
5052026-05-02T17:17:59.366Z Compiling utf8parse v0.2.2
5062026-05-02T17:17:59.482Z Compiling utf8_iter v1.0.4
5072026-05-02T17:17:59.574Z Compiling getrandom v0.4.1
5082026-05-02T17:17:59.638Z Compiling log v0.4.29
5092026-05-02T17:17:59.783Z Compiling plain v0.2.3
5102026-05-02T17:17:59.819Z Compiling camino v1.2.2
5112026-05-02T17:17:59.840Z Compiling thiserror v2.0.18
5122026-05-02T17:17:59.883Z Compiling percent-encoding v2.3.2
5132026-05-02T17:17:59.918Z Compiling ordered-float v2.10.1
5142026-05-02T17:18:00.049Z Compiling form_urlencoded v1.2.2
5152026-05-02T17:18:00.087Z Compiling anstyle-parse v0.2.7
5162026-05-02T17:18:00.293Z Compiling terminal_size v0.4.3
5172026-05-02T17:18:00.370Z Compiling synstructure v0.13.2
5182026-05-02T17:18:00.396Z Compiling pest_generator v2.8.6
5192026-05-02T17:18:00.487Z Compiling pretty-hex v0.4.1
5202026-05-02T17:18:00.647Z Compiling is_terminal_polyfill v1.70.2
5212026-05-02T17:18:00.657Z Compiling anstyle-query v1.1.5
5222026-05-02T17:18:00.685Z Compiling cfg-if v1.0.4
5232026-05-02T17:18:00.701Z Compiling colorchoice v1.0.4
5242026-05-02T17:18:00.737Z Compiling anstyle v1.0.13
5252026-05-02T17:18:00.815Z Compiling serde-untagged v0.1.9
5262026-05-02T17:18:00.933Z Compiling anstream v0.6.21
5272026-05-02T17:18:00.973Z Compiling semver v1.0.28
5282026-05-02T17:18:01.073Z Compiling fs-err v3.3.0
5292026-05-02T17:18:01.128Z Compiling heck v0.4.1
5302026-05-02T17:18:01.246Z Compiling strsim v0.11.1
5312026-05-02T17:18:01.268Z Compiling fastrand v2.3.0
5322026-05-02T17:18:01.285Z Compiling unicode-width v0.1.14
5332026-05-02T17:18:01.302Z Compiling clap_lex v1.0.0
5342026-05-02T17:18:01.529Z Compiling heck v0.5.0
5352026-05-02T17:18:01.529Z Compiling unicode-xid v0.2.6
5362026-05-02T17:18:01.564Z Compiling once_cell v1.21.3
5372026-05-02T17:18:01.595Z Compiling fnv v1.0.7
5382026-05-02T17:18:01.670Z Compiling bytecount v0.6.9
5392026-05-02T17:18:01.673Z Compiling anyhow v1.0.102
5402026-05-02T17:18:01.708Z Compiling clap_builder v4.5.60
5412026-05-02T17:18:01.764Z Compiling tempfile v3.25.0
5422026-05-02T17:18:01.783Z Compiling papergrid v0.11.0
5432026-05-02T17:18:01.920Z Compiling memmap v0.7.0
5442026-05-02T17:18:02.042Z Compiling serde_derive v1.0.228
5452026-05-02T17:18:02.102Z Compiling zerofrom-derive v0.1.6
5462026-05-02T17:18:02.135Z Compiling yoke-derive v0.8.1
5472026-05-02T17:18:02.213Z Compiling zerovec-derive v0.11.2
5482026-05-02T17:18:02.264Z Compiling displaydoc v0.2.5
5492026-05-02T17:18:03.013Z Compiling thiserror-impl v1.0.69
5502026-05-02T17:18:03.171Z Compiling zerocopy-derive v0.7.35
5512026-05-02T17:18:03.269Z Compiling pest_derive v2.8.6
5522026-05-02T17:18:03.305Z Compiling scroll_derive v0.12.1
5532026-05-02T17:18:03.476Z Compiling zerofrom v0.1.6
5542026-05-02T17:18:03.615Z Compiling yoke v0.8.1
5552026-05-02T17:18:03.689Z Compiling thiserror-impl v2.0.18
5562026-05-02T17:18:03.812Z Compiling zerovec v0.11.5
5572026-05-02T17:18:03.960Z Compiling zerotrie v0.2.3
5582026-05-02T17:18:04.030Z Compiling zerocopy v0.7.35
5592026-05-02T17:18:04.318Z Compiling scroll v0.12.0
5602026-05-02T17:18:04.379Z Compiling tinystr v0.8.2
5612026-05-02T17:18:04.449Z Compiling potential_utf v0.1.4
5622026-05-02T17:18:04.590Z Compiling icu_locale_core v2.1.1
5632026-05-02T17:18:04.594Z Compiling icu_collections v2.1.1
5642026-05-02T17:18:04.628Z Compiling dtrace-parser v0.2.0
5652026-05-02T17:18:04.644Z Compiling goblin v0.8.2
5662026-05-02T17:18:04.726Z Compiling tabled_derive v0.7.0
5672026-05-02T17:18:04.872Z Compiling clap_derive v4.5.55
5682026-05-02T17:18:05.210Z Compiling icu_provider v2.1.1
5692026-05-02T17:18:05.379Z Compiling unicode-linebreak v0.1.5
5702026-05-02T17:18:05.481Z Compiling icu_properties v2.1.2
5712026-05-02T17:18:05.501Z Compiling icu_normalizer v2.1.1
5722026-05-02T17:18:05.521Z Compiling serde_spanned v0.6.9
5732026-05-02T17:18:05.578Z Compiling toml_datetime v0.6.11
5742026-05-02T17:18:05.646Z Compiling dof v0.3.0
5752026-05-02T17:18:05.652Z Compiling serde_tokenstream v0.2.3
5762026-05-02T17:18:05.669Z Compiling serde-value v0.7.0
5772026-05-02T17:18:05.849Z Compiling toml_edit v0.22.27
5782026-05-02T17:18:06.008Z Compiling cargo-platform v0.2.0
5792026-05-02T17:18:06.033Z Compiling unicode-width v0.2.0
5802026-05-02T17:18:06.046Z Compiling smawk v0.3.2
5812026-05-02T17:18:06.214Z Compiling tabled v0.15.0
5822026-05-02T17:18:06.310Z Compiling textwrap v0.16.2
5832026-05-02T17:18:06.324Z Compiling macaddr v1.0.1
5842026-05-02T17:18:06.550Z Compiling idna_adapter v1.2.1
5852026-05-02T17:18:06.585Z Compiling usdt-attr-macro v0.5.0
5862026-05-02T17:18:06.621Z Compiling usdt-macro v0.5.0
5872026-05-02T17:18:06.692Z Compiling idna v1.1.0
5882026-05-02T17:18:06.772Z Compiling clap v4.5.60
5892026-05-02T17:18:06.862Z Compiling camino-tempfile v1.4.1
5902026-05-02T17:18:07.098Z Compiling url v2.5.8
5912026-05-02T17:18:07.231Z Compiling toml v0.8.23
5922026-05-02T17:18:07.544Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-05-02T17:18:07.625Z Compiling cargo-util-schemas v0.8.2
5942026-05-02T17:18:07.801Z Compiling usdt v0.5.0
5952026-05-02T17:18:07.842Z Compiling cargo_toml v0.21.0
5962026-05-02T17:18:07.846Z Compiling swrite v0.1.0
5972026-05-02T17:18:08.523Z Compiling cargo_metadata v0.21.0
5982026-05-02T17:18:09.478Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5992026-05-02T17:18:11.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.29s
6002026-05-02T17:18:11.825Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6012026-05-02T17:18:12.389Z Downloading crates ...
6022026-05-02T17:18:12.474Z Downloaded adler2 v2.0.1
6032026-05-02T17:18:12.478Z Downloaded async-stream v0.3.6
6042026-05-02T17:18:12.488Z Downloaded cargo-platform v0.1.9
6052026-05-02T17:18:12.493Z Downloaded crc32fast v1.5.0
6062026-05-02T17:18:12.500Z Downloaded chacha20 v0.10.0
6072026-05-02T17:18:12.500Z Downloaded bit-set v0.8.0
6082026-05-02T17:18:12.500Z Downloaded atomic-waker v1.1.2
6092026-05-02T17:18:12.505Z Downloaded aead v0.5.2
6102026-05-02T17:18:12.512Z Downloaded defmt-macros v1.0.1
6112026-05-02T17:18:12.523Z Downloaded derive_more v0.99.20
6122026-05-02T17:18:12.523Z Downloaded buf-list v1.1.2
6132026-05-02T17:18:12.523Z Downloaded base64 v0.21.7
6142026-05-02T17:18:12.523Z Downloaded defmt v0.3.100
6152026-05-02T17:18:12.530Z Downloaded base64ct v1.8.3
6162026-05-02T17:18:12.530Z Downloaded const_format_proc_macros v0.2.34
6172026-05-02T17:18:12.530Z Downloaded cookie v0.18.1
6182026-05-02T17:18:12.530Z Downloaded constant_time_eq v0.4.2
6192026-05-02T17:18:12.530Z Downloaded debug-ignore v1.0.5
6202026-05-02T17:18:12.530Z Downloaded foreign-types v0.5.0
6212026-05-02T17:18:12.530Z Downloaded downcast-rs v2.0.2
6222026-05-02T17:18:12.534Z Downloaded env_filter v1.0.0
6232026-05-02T17:18:12.534Z Downloaded dirs-sys-next v0.1.2
6242026-05-02T17:18:12.534Z Downloaded darling_macro v0.23.0
6252026-05-02T17:18:12.534Z Downloaded curve25519-dalek-derive v0.1.1
6262026-05-02T17:18:12.534Z Downloaded const-oid v0.9.6
6272026-05-02T17:18:12.534Z Downloaded bitfield-struct v0.6.2
6282026-05-02T17:18:12.534Z Downloaded fixedbitset v0.5.7
6292026-05-02T17:18:12.534Z Downloaded either v1.15.0
6302026-05-02T17:18:12.538Z Downloaded drift v0.1.3
6312026-05-02T17:18:12.541Z Downloaded dirs-next v2.0.0
6322026-05-02T17:18:12.541Z Downloaded argon2 v0.5.3
6332026-05-02T17:18:12.541Z Downloaded diesel_table_macro_syntax v0.3.0
6342026-05-02T17:18:12.541Z Downloaded crossbeam-deque v0.8.6
6352026-05-02T17:18:12.550Z Downloaded critical-section v1.2.0
6362026-05-02T17:18:12.550Z Downloaded cc v1.2.56
6372026-05-02T17:18:12.550Z Downloaded bit-set v0.5.3
6382026-05-02T17:18:12.550Z Downloaded bitfield-macros v0.19.4
6392026-05-02T17:18:12.550Z Downloaded float-ord v0.3.2
6402026-05-02T17:18:12.550Z Downloaded foldhash v0.1.5
6412026-05-02T17:18:12.550Z Downloaded display-error-chain v0.2.2
6422026-05-02T17:18:12.550Z Downloaded compression-core v0.4.31
6432026-05-02T17:18:12.566Z Downloaded derive-where v1.6.0
6442026-05-02T17:18:12.566Z Downloaded block-padding v0.3.3
6452026-05-02T17:18:12.566Z Downloaded base16ct v0.2.0
6462026-05-02T17:18:12.566Z Downloaded embedded-io v0.4.0
6472026-05-02T17:18:12.566Z Downloaded dropshot-api-manager-types v0.7.1
6482026-05-02T17:18:12.567Z Downloaded ascii-canvas v3.0.0
6492026-05-02T17:18:12.567Z Downloaded darling_macro v0.20.11
6502026-05-02T17:18:12.567Z Downloaded compression-codecs v0.4.37
6512026-05-02T17:18:12.567Z Downloaded cipher v0.4.4
6522026-05-02T17:18:12.567Z Downloaded document-features v0.2.12
6532026-05-02T17:18:12.567Z Downloaded ciborium-io v0.2.2
6542026-05-02T17:18:12.567Z Downloaded bitflags v1.3.2
6552026-05-02T17:18:12.567Z Downloaded dtrace-parser v0.3.0
6562026-05-02T17:18:12.579Z Downloaded cobs v0.3.0
6572026-05-02T17:18:12.580Z Downloaded cfg_aliases v0.1.1
6582026-05-02T17:18:12.580Z Downloaded atty v0.2.14
6592026-05-02T17:18:12.580Z Downloaded dof v0.4.0
6602026-05-02T17:18:12.580Z Downloaded dyn-clone v1.0.20
6612026-05-02T17:18:12.580Z Downloaded crc8 v0.1.1
6622026-05-02T17:18:12.580Z Downloaded console v0.16.2
6632026-05-02T17:18:12.580Z Downloaded fixedbitset v0.4.2
6642026-05-02T17:18:12.580Z Downloaded async-recursion v1.1.1
6652026-05-02T17:18:12.605Z Downloaded cexpr v0.6.0
6662026-05-02T17:18:12.605Z Downloaded fd-lock v4.0.4
6672026-05-02T17:18:12.605Z Downloaded async-trait v0.1.89
6682026-05-02T17:18:12.605Z Downloaded enum-as-inner v0.6.1
6692026-05-02T17:18:12.605Z Downloaded cstr-argument v0.1.2
6702026-05-02T17:18:12.605Z Downloaded crunchy v0.2.4
6712026-05-02T17:18:12.605Z Downloaded cpufeatures v0.3.0
6722026-05-02T17:18:12.606Z Downloaded diff v0.1.13
6732026-05-02T17:18:12.606Z Downloaded derive-ex v0.1.8
6742026-05-02T17:18:12.606Z Downloaded futures-io v0.3.32
6752026-05-02T17:18:12.606Z Downloaded array-init v0.0.4
6762026-05-02T17:18:12.606Z Downloaded foldhash v0.2.0
6772026-05-02T17:18:12.606Z Downloaded ctr v0.9.2
6782026-05-02T17:18:12.606Z Downloaded assert_matches v1.5.0
6792026-05-02T17:18:12.606Z Downloaded ena v0.14.4
6802026-05-02T17:18:12.606Z Downloaded bcrypt-pbkdf v0.10.0
6812026-05-02T17:18:12.606Z Downloaded endian-type v0.1.2
6822026-05-02T17:18:12.606Z Downloaded foreign-types v0.3.2
6832026-05-02T17:18:12.606Z Downloaded embedded-io v0.6.1
6842026-05-02T17:18:12.613Z Downloaded castaway v0.2.4
6852026-05-02T17:18:12.613Z Downloaded crc-catalog v2.4.0
6862026-05-02T17:18:12.613Z Downloaded foreign-types-shared v0.1.1
6872026-05-02T17:18:12.613Z Downloaded flagset v0.4.7
6882026-05-02T17:18:12.613Z Downloaded defmt-parser v1.0.0
6892026-05-02T17:18:12.613Z Downloaded bb8 v0.8.6
6902026-05-02T17:18:12.613Z Downloaded crucible-workspace-hack v0.1.0
6912026-05-02T17:18:12.613Z Downloaded arrayref v0.3.9
6922026-05-02T17:18:12.613Z Downloaded colored v3.1.1
6932026-05-02T17:18:12.613Z Downloaded backoff v0.4.0
6942026-05-02T17:18:12.613Z Downloaded crc v3.4.0
6952026-05-02T17:18:12.613Z Downloaded foreign-types-macros v0.2.3
6962026-05-02T17:18:12.613Z Downloaded async-stream-impl v0.3.6
6972026-05-02T17:18:12.613Z Downloaded daft-derive v0.1.5
6982026-05-02T17:18:12.614Z Downloaded funty v2.0.0
6992026-05-02T17:18:12.614Z Downloaded ecdsa v0.16.9
7002026-05-02T17:18:12.621Z Downloaded ff v0.13.1
7012026-05-02T17:18:12.621Z Downloaded foreign-types-shared v0.3.1
7022026-05-02T17:18:12.621Z Downloaded convert_case v0.4.0
7032026-05-02T17:18:12.621Z Downloaded futures-macro v0.3.32
7042026-05-02T17:18:12.621Z Downloaded cfg_aliases v0.2.1
7052026-05-02T17:18:12.621Z Downloaded diesel-dtrace v0.5.0
7062026-05-02T17:18:12.621Z Downloaded bit-vec v0.8.0
7072026-05-02T17:18:12.621Z Downloaded der_derive v0.7.3
7082026-05-02T17:18:12.627Z Downloaded cbc v0.1.2
7092026-05-02T17:18:12.627Z Downloaded dunce v1.0.5
7102026-05-02T17:18:12.627Z Downloaded futures-core v0.3.32
7112026-05-02T17:18:12.627Z Downloaded ciborium-ll v0.2.2
7122026-05-02T17:18:12.627Z Downloaded float-cmp v0.10.0
7132026-05-02T17:18:12.627Z Downloaded blowfish v0.9.1
7142026-05-02T17:18:12.627Z Downloaded dsl_auto_type v0.2.0
7152026-05-02T17:18:12.636Z Downloaded byte-wrapper v0.1.0
7162026-05-02T17:18:12.636Z Downloaded csv-core v0.1.13
7172026-05-02T17:18:12.646Z Downloaded env_logger v0.11.9
7182026-05-02T17:18:12.646Z Downloaded crossbeam-epoch v0.9.18
7192026-05-02T17:18:12.646Z Downloaded cargo_metadata v0.19.2
7202026-05-02T17:18:12.646Z Downloaded arrayvec v0.7.6
7212026-05-02T17:18:12.646Z Downloaded globwalk v0.9.1
7222026-05-02T17:18:12.646Z Downloaded difflib v0.4.0
7232026-05-02T17:18:12.658Z Downloaded fxhash v0.2.1
7242026-05-02T17:18:12.658Z Downloaded derive_builder_macro v0.20.2
7252026-05-02T17:18:12.658Z Downloaded futures-task v0.3.32
7262026-05-02T17:18:12.659Z Downloaded gethostname v0.5.0
7272026-05-02T17:18:12.659Z Downloaded futures-sink v0.3.32
7282026-05-02T17:18:12.659Z Downloaded erased-serde v0.3.31
7292026-05-02T17:18:12.659Z Downloaded hash32 v0.2.1
7302026-05-02T17:18:12.659Z Downloaded darling_macro v0.21.3
7312026-05-02T17:18:12.659Z Downloaded headers-core v0.3.0
7322026-05-02T17:18:12.659Z Downloaded darling v0.21.3
7332026-05-02T17:18:12.659Z Downloaded find-msvc-tools v0.1.9
7342026-05-02T17:18:12.659Z Downloaded derive_builder_core v0.20.2
7352026-05-02T17:18:12.679Z Downloaded cmake v0.1.57
7362026-05-02T17:18:12.679Z Downloaded atomicwrites v0.4.4
7372026-05-02T17:18:12.679Z Downloaded hex-literal v0.4.1
7382026-05-02T17:18:12.679Z Downloaded bitfield v0.19.4
7392026-05-02T17:18:12.679Z Downloaded fs-err v2.11.0
7402026-05-02T17:18:12.679Z Downloaded chacha20 v0.9.1
7412026-05-02T17:18:12.679Z Downloaded git-stub v1.0.0
7422026-05-02T17:18:12.679Z Downloaded fs_extra v1.3.0
7432026-05-02T17:18:12.697Z Downloaded convert_case v0.10.0
7442026-05-02T17:18:12.697Z Downloaded http-range v0.1.5
7452026-05-02T17:18:12.698Z Downloaded home v0.5.12
7462026-05-02T17:18:12.698Z Downloaded bit-vec v0.6.3
7472026-05-02T17:18:12.698Z Downloaded hostname v0.3.1
7482026-05-02T17:18:12.698Z Downloaded cassowary v0.3.0
7492026-05-02T17:18:12.698Z Downloaded hubpack_derive v0.1.1
7502026-05-02T17:18:12.698Z Downloaded ghash v0.5.1
7512026-05-02T17:18:12.698Z Downloaded hyper-tls v0.6.0
7522026-05-02T17:18:12.698Z Downloaded hostname v0.4.2
7532026-05-02T17:18:12.698Z Downloaded futures-executor v0.3.32
7542026-05-02T17:18:12.698Z Downloaded hubpack v0.1.2
7552026-05-02T17:18:12.698Z Downloaded httpdate v1.0.3
7562026-05-02T17:18:12.698Z Downloaded http-body v1.0.1
7572026-05-02T17:18:12.698Z Downloaded bcs v0.1.6
7582026-05-02T17:18:12.737Z Downloaded corncobs v0.1.4
7592026-05-02T17:18:12.737Z Downloaded daft v0.1.5
7602026-05-02T17:18:12.737Z Downloaded bzip2 v0.6.1
7612026-05-02T17:18:12.737Z Downloaded darling v0.23.0
7622026-05-02T17:18:12.737Z Downloaded ident_case v1.0.1
7632026-05-02T17:18:12.737Z Downloaded console v0.15.11
7642026-05-02T17:18:12.737Z Downloaded indent_write v2.2.0
7652026-05-02T17:18:12.737Z Downloaded filetime v0.2.27
7662026-05-02T17:18:12.738Z Downloaded fallible-iterator v0.2.0
7672026-05-02T17:18:12.738Z Downloaded ahash v0.8.12
7682026-05-02T17:18:12.738Z Downloaded internet-checksum v0.2.1
7692026-05-02T17:18:12.738Z Downloaded inout v0.1.4
7702026-05-02T17:18:12.738Z Downloaded data-encoding v2.10.0
7712026-05-02T17:18:12.738Z Downloaded darling v0.20.11
7722026-05-02T17:18:12.738Z Downloaded async-bb8-diesel v0.2.1
7732026-05-02T17:18:12.738Z Downloaded glob v0.3.3
7742026-05-02T17:18:12.738Z Downloaded group v0.13.0
7752026-05-02T17:18:12.753Z Downloaded instant v0.1.13
7762026-05-02T17:18:12.753Z Downloaded indoc v1.0.9
7772026-05-02T17:18:12.753Z Downloaded ed25519 v2.2.3
7782026-05-02T17:18:12.753Z Downloaded clang-sys v1.8.1
7792026-05-02T17:18:12.753Z Downloaded is_ci v1.2.0
7802026-05-02T17:18:12.753Z Downloaded lazy_static v1.5.0
7812026-05-02T17:18:12.753Z Downloaded lalrpop-util v0.19.12
7822026-05-02T17:18:12.753Z Downloaded is-terminal v0.4.17
7832026-05-02T17:18:12.753Z Downloaded instability v0.3.11
7842026-05-02T17:18:12.753Z Downloaded backon v1.6.0
7852026-05-02T17:18:12.753Z Downloaded kstat-rs v0.2.4
7862026-05-02T17:18:12.753Z Downloaded crossbeam-utils v0.8.21
7872026-05-02T17:18:12.753Z Downloaded cookie_store v0.22.1
7882026-05-02T17:18:12.753Z Downloaded cancel-safe-futures v0.1.5
7892026-05-02T17:18:12.753Z Downloaded des v0.8.1
7902026-05-02T17:18:12.754Z Downloaded camino-tempfile-ext v0.3.3
7912026-05-02T17:18:12.754Z Downloaded hash32 v0.3.1
7922026-05-02T17:18:12.754Z Downloaded globset v0.4.18
7932026-05-02T17:18:12.754Z Downloaded colored v2.2.0
7942026-05-02T17:18:12.754Z Downloaded ciborium v0.2.2
7952026-05-02T17:18:12.754Z Downloaded libscf-sys v1.1.0
7962026-05-02T17:18:12.754Z Downloaded highway v1.3.0
7972026-05-02T17:18:12.754Z Downloaded git-stub-vcs v0.1.0
7982026-05-02T17:18:12.754Z Downloaded humantime v2.3.0
7992026-05-02T17:18:12.754Z Downloaded linked-hash-map v0.5.6
8002026-05-02T17:18:12.754Z Downloaded hyper-staticfile v0.10.1
8012026-05-02T17:18:12.767Z Downloaded http-body-util v0.1.3
8022026-05-02T17:18:12.767Z Downloaded lru-cache v0.1.2
8032026-05-02T17:18:12.767Z Downloaded match_cfg v0.1.0
8042026-05-02T17:18:12.767Z Downloaded futures-channel v0.3.32
8052026-05-02T17:18:12.768Z Downloaded maplit v1.0.2
8062026-05-02T17:18:12.768Z Downloaded lru v0.12.5
8072026-05-02T17:18:12.768Z Downloaded md-5 v0.10.6
8082026-05-02T17:18:12.768Z Downloaded fatfs v0.3.6
8092026-05-02T17:18:12.768Z Downloaded derive_builder v0.20.2
8102026-05-02T17:18:12.768Z Downloaded newline-converter v0.3.0
8112026-05-02T17:18:12.783Z Downloaded new_debug_unreachable v1.0.6
8122026-05-02T17:18:12.783Z Downloaded mime v0.3.17
8132026-05-02T17:18:12.783Z Downloaded lzss v0.8.2
8142026-05-02T17:18:12.783Z Downloaded memoffset v0.9.1
8152026-05-02T17:18:12.783Z Downloaded maybe-uninit v2.0.0
8162026-05-02T17:18:12.783Z Downloaded multimap v0.10.1
8172026-05-02T17:18:12.783Z Downloaded chacha20poly1305 v0.10.1
8182026-05-02T17:18:12.783Z Downloaded md5 v0.7.0
8192026-05-02T17:18:12.783Z Downloaded lru-slab v0.1.2
8202026-05-02T17:18:12.783Z Downloaded indoc v2.0.7
8212026-05-02T17:18:12.783Z Downloaded impl-trait-for-tuples v0.2.3
8222026-05-02T17:18:12.784Z Downloaded hex v0.4.3
8232026-05-02T17:18:12.784Z Downloaded newtype_derive v0.1.6
8242026-05-02T17:18:12.792Z Downloaded ipnetwork v0.21.1
8252026-05-02T17:18:12.792Z Downloaded elliptic-curve v0.13.8
8262026-05-02T17:18:12.792Z Downloaded ingot v0.1.1
8272026-05-02T17:18:12.792Z Downloaded normalize-line-endings v0.3.0
8282026-05-02T17:18:12.792Z Downloaded num v0.4.3
8292026-05-02T17:18:12.792Z Downloaded nonempty v0.12.0
8302026-05-02T17:18:12.792Z Downloaded jobserver v0.1.34
8312026-05-02T17:18:12.792Z Downloaded keccak v0.1.6
8322026-05-02T17:18:12.792Z Downloaded num-derive v0.4.2
8332026-05-02T17:18:12.792Z Downloaded ingot-types v0.1.2
8342026-05-02T17:18:12.792Z Downloaded defmt v1.0.1
8352026-05-02T17:18:12.792Z Downloaded num_threads v0.1.7
8362026-05-02T17:18:12.792Z Downloaded nibble_vec v0.1.0
8372026-05-02T17:18:12.801Z Downloaded num-conv v0.2.0
8382026-05-02T17:18:12.801Z Downloaded libloading v0.8.9
8392026-05-02T17:18:12.802Z Downloaded num-derive v0.3.3
8402026-05-02T17:18:12.802Z Downloaded newtype-uuid-macros v0.1.0
8412026-05-02T17:18:12.802Z Downloaded libefi-sys v0.1.0
8422026-05-02T17:18:12.802Z Downloaded blake2 v0.10.6
8432026-05-02T17:18:12.802Z Downloaded nodrop v0.1.14
8442026-05-02T17:18:12.802Z Downloaded half v1.8.3
8452026-05-02T17:18:12.808Z Downloaded crc-any v2.5.0
8462026-05-02T17:18:12.809Z Downloaded getrandom v0.2.17
8472026-05-02T17:18:12.809Z Downloaded libsw-core v0.3.2
8482026-05-02T17:18:12.809Z Downloaded dropshot_endpoint v0.17.0
8492026-05-02T17:18:12.809Z Downloaded deranged v0.5.8
8502026-05-02T17:18:12.809Z Downloaded bzip2 v0.4.4
8512026-05-02T17:18:12.816Z Downloaded num_enum_derive v0.5.11
8522026-05-02T17:18:12.816Z Downloaded bytes v1.11.1
8532026-05-02T17:18:12.817Z Downloaded libsw v3.5.0
8542026-05-02T17:18:12.817Z Downloaded hyper-rustls v0.27.7
8552026-05-02T17:18:12.821Z Downloaded opaque-debug v0.3.1
8562026-05-02T17:18:12.821Z Downloaded hmac v0.12.1
8572026-05-02T17:18:12.821Z Downloaded openssl-probe v0.2.1
8582026-05-02T17:18:12.821Z Downloaded openssl-probe v0.1.6
8592026-05-02T17:18:12.821Z Downloaded openssl-macros v0.1.1
8602026-05-02T17:18:12.821Z Downloaded olpc-cjson v0.1.4
8612026-05-02T17:18:12.821Z Downloaded futures v0.3.32
8622026-05-02T17:18:12.824Z Downloaded darling_core v0.23.0
8632026-05-02T17:18:12.827Z Downloaded darling_core v0.20.11
8642026-05-02T17:18:12.859Z Downloaded oso-derive v0.27.3
8652026-05-02T17:18:12.865Z Downloaded managed v0.8.0
8662026-05-02T17:18:12.865Z Downloaded multer v3.1.0
8672026-05-02T17:18:12.865Z Downloaded mime_guess v2.0.5
8682026-05-02T17:18:12.865Z Downloaded ipnet v2.11.0
8692026-05-02T17:18:12.865Z Downloaded packed_struct_codegen v0.10.1
8702026-05-02T17:18:12.865Z Downloaded native-tls v0.2.18
8712026-05-02T17:18:12.865Z Downloaded flume v0.11.1
8722026-05-02T17:18:12.865Z Downloaded crypto-bigint v0.5.5
8732026-05-02T17:18:12.865Z Downloaded parse-size v1.1.0
8742026-05-02T17:18:12.866Z Downloaded parse-display v0.10.0
8752026-05-02T17:18:12.866Z Downloaded ingot-macros v0.1.1
8762026-05-02T17:18:12.866Z Downloaded diesel_derives v2.3.7
8772026-05-02T17:18:12.866Z Downloaded pbkdf2 v0.11.0
8782026-05-02T17:18:12.866Z Downloaded path-slash v0.1.5
8792026-05-02T17:18:12.866Z Downloaded base64 v0.22.1
8802026-05-02T17:18:12.866Z Downloaded num_enum v0.5.11
8812026-05-02T17:18:12.866Z Downloaded num-complex v0.4.6
8822026-05-02T17:18:12.870Z Downloaded compact_str v0.8.1
8832026-05-02T17:18:12.870Z Downloaded phf_shared v0.12.1
8842026-05-02T17:18:12.870Z Downloaded phf_shared v0.11.3
8852026-05-02T17:18:12.870Z Downloaded phf_shared v0.13.1
8862026-05-02T17:18:12.870Z Downloaded allocator-api2 v0.2.21
8872026-05-02T17:18:12.873Z Downloaded num-iter v0.1.45
8882026-05-02T17:18:12.873Z Downloaded newtype-uuid v1.3.2
8892026-05-02T17:18:12.873Z Downloaded nu-ansi-term v0.50.3
8902026-05-02T17:18:12.873Z Downloaded peg-runtime v0.8.5
8912026-05-02T17:18:12.877Z Downloaded num_enum v0.7.5
8922026-05-02T17:18:12.883Z Downloaded num_enum_derive v0.7.5
8932026-05-02T17:18:12.883Z Downloaded dropshot_endpoint v0.16.7
8942026-05-02T17:18:12.883Z Downloaded lock_api v0.4.14
8952026-05-02T17:18:12.887Z Downloaded half v2.7.1
8962026-05-02T17:18:12.888Z Downloaded iana-time-zone v0.1.65
8972026-05-02T17:18:12.888Z Downloaded num-rational v0.4.2
8982026-05-02T17:18:12.888Z Downloaded httparse v1.10.1
8992026-05-02T17:18:12.893Z Downloaded linear-map v1.2.0
9002026-05-02T17:18:12.903Z Downloaded predicates-tree v1.0.13
9012026-05-02T17:18:12.906Z Downloaded const_format v0.2.35
9022026-05-02T17:18:12.906Z Downloaded precomputed-hash v0.1.1
9032026-05-02T17:18:12.906Z Downloaded powerfmt v0.2.0
9042026-05-02T17:18:12.909Z Downloaded litrs v1.0.0
9052026-05-02T17:18:12.909Z Downloaded arc-swap v1.8.2
9062026-05-02T17:18:12.912Z Downloaded proc-macro-crate v3.4.0
9072026-05-02T17:18:12.912Z Downloaded proc-macro-crate v1.3.1
9082026-05-02T17:18:12.915Z Downloaded oxnet v0.1.4
9092026-05-02T17:18:12.915Z Downloaded owo-colors v4.3.0
9102026-05-02T17:18:12.918Z Downloaded packed_struct v0.10.1
9112026-05-02T17:18:12.918Z Downloaded proc-macro-error-attr2 v2.0.0
9122026-05-02T17:18:12.918Z Downloaded predicates-core v1.0.10
9132026-05-02T17:18:12.921Z Downloaded derive_more-impl v2.1.1
9142026-05-02T17:18:12.921Z Downloaded memmap2 v0.9.10
9152026-05-02T17:18:12.924Z Downloaded ed25519-dalek v2.2.0
9162026-05-02T17:18:12.927Z Downloaded progenitor-client v0.14.0
9172026-05-02T17:18:12.927Z Downloaded progenitor-client v0.10.0
9182026-05-02T17:18:12.927Z Downloaded parse-display-derive v0.10.0
9192026-05-02T17:18:12.927Z Downloaded parking_lot_core v0.8.6
9202026-05-02T17:18:12.930Z Downloaded headers v0.4.1
9212026-05-02T17:18:12.934Z Downloaded pem-rfc7468 v0.7.0
9222026-05-02T17:18:12.934Z Downloaded pin-utils v0.1.0
9232026-05-02T17:18:12.934Z Downloaded phf v0.13.1
9242026-05-02T17:18:12.936Z Downloaded pem v3.0.6
9252026-05-02T17:18:12.936Z Downloaded peg-macros v0.8.5
9262026-05-02T17:18:12.936Z Downloaded pbkdf2 v0.12.2
9272026-05-02T17:18:12.939Z Downloaded paste v1.0.15
9282026-05-02T17:18:12.939Z Downloaded psl-types v2.0.11
9292026-05-02T17:18:12.945Z Downloaded progenitor-macro v0.11.2
9302026-05-02T17:18:12.945Z Downloaded progenitor-macro v0.10.0
9312026-05-02T17:18:12.945Z Downloaded derive_more v2.1.1
9322026-05-02T17:18:12.948Z Downloaded progenitor-macro v0.14.0
9332026-05-02T17:18:12.951Z Downloaded peg v0.8.5
9342026-05-02T17:18:12.951Z Downloaded phf v0.12.1
9352026-05-02T17:18:12.954Z Downloaded heapless v0.8.0
9362026-05-02T17:18:12.954Z Downloaded quick-error v1.2.3
9372026-05-02T17:18:12.957Z Downloaded omicron-zone-package v0.12.2
9382026-05-02T17:18:12.957Z Downloaded password-hash v0.5.0
9392026-05-02T17:18:12.960Z Downloaded pin-project-lite v0.2.17
9402026-05-02T17:18:12.962Z Downloaded der v0.7.10
9412026-05-02T17:18:12.967Z Downloaded postgres-protocol v0.6.10
9422026-05-02T17:18:12.967Z Downloaded pin-project-internal v1.1.11
9432026-05-02T17:18:12.970Z Downloaded crossbeam-channel v0.5.15
9442026-05-02T17:18:12.970Z Downloaded ppv-lite86 v0.2.21
9452026-05-02T17:18:12.970Z Downloaded poly1305 v0.8.0
9462026-05-02T17:18:12.973Z Downloaded primeorder v0.13.6
9472026-05-02T17:18:12.973Z Downloaded predicates v3.1.4
9482026-05-02T17:18:12.976Z Downloaded radium v0.7.0
9492026-05-02T17:18:12.976Z Downloaded proc-macro-error2 v2.0.1
9502026-05-02T17:18:12.979Z Downloaded bumpalo v3.20.2
9512026-05-02T17:18:12.979Z Downloaded nanorand v0.7.0
9522026-05-02T17:18:12.982Z Downloaded indicatif v0.18.4
9532026-05-02T17:18:12.984Z Downloaded ref-cast v1.0.25
9542026-05-02T17:18:12.985Z Downloaded ref-cast-impl v1.0.25
9552026-05-02T17:18:12.988Z Downloaded parking_lot v0.11.2
9562026-05-02T17:18:12.988Z Downloaded recursive-proc-macro-impl v0.1.1
9572026-05-02T17:18:12.988Z Downloaded recursive v0.1.1
9582026-05-02T17:18:12.988Z Downloaded rand_xorshift v0.4.0
9592026-05-02T17:18:12.988Z Downloaded progenitor-client v0.13.0
9602026-05-02T17:18:12.992Z Downloaded progenitor-client v0.11.2
9612026-05-02T17:18:12.992Z Downloaded progenitor v0.11.2
9622026-05-02T17:18:12.992Z Downloaded parking_lot v0.12.5
9632026-05-02T17:18:12.995Z Downloaded aes v0.8.4
9642026-05-02T17:18:12.996Z Downloaded ar_archive_writer v0.5.1
9652026-05-02T17:18:12.998Z Downloaded parking_lot_core v0.9.12
9662026-05-02T17:18:12.998Z Downloaded oxide-tokio-rt v0.1.4
9672026-05-02T17:18:13.002Z Downloaded ignore v0.4.25
9682026-05-02T17:18:13.002Z Downloaded darling_core v0.21.3
9692026-05-02T17:18:13.010Z Downloaded heapless v0.7.17
9702026-05-02T17:18:13.021Z Downloaded progenitor v0.14.0
9712026-05-02T17:18:13.021Z Downloaded async-compression v0.4.41
9722026-05-02T17:18:13.021Z Downloaded polyval v0.6.2
9732026-05-02T17:18:13.021Z Downloaded pkg-config v0.3.32
9742026-05-02T17:18:13.021Z Downloaded rfc6979 v0.4.0
9752026-05-02T17:18:13.021Z Downloaded rustc_version v0.1.7
9762026-05-02T17:18:13.025Z Downloaded rustc-hash v2.1.1
9772026-05-02T17:18:13.025Z Downloaded progenitor-macro v0.13.0
9782026-05-02T17:18:13.025Z Downloaded progenitor-extras v0.2.0
9792026-05-02T17:18:13.025Z Downloaded psm v0.1.30
9802026-05-02T17:18:13.025Z Downloaded password-hash v0.4.2
9812026-05-02T17:18:13.025Z Downloaded russh-cryptovec v0.7.3
9822026-05-02T17:18:13.025Z Downloaded pkcs5 v0.7.1
9832026-05-02T17:18:13.026Z Downloaded hickory-resolver v0.25.2
9842026-05-02T17:18:13.029Z Downloaded hickory-resolver v0.24.4
9852026-05-02T17:18:13.029Z Downloaded pkcs8 v0.10.2
9862026-05-02T17:18:13.032Z Downloaded dropshot-api-manager v0.7.1
9872026-05-02T17:18:13.032Z Downloaded pkcs1 v0.7.5
9882026-05-02T17:18:13.036Z Downloaded num-integer v0.1.46
9892026-05-02T17:18:13.036Z Downloaded libbz2-rs-sys v0.2.2
9902026-05-02T17:18:13.036Z Downloaded indexmap v1.9.3
9912026-05-02T17:18:13.039Z Downloaded rand_core v0.9.5
9922026-05-02T17:18:13.039Z Downloaded postgres-types v0.2.12
9932026-05-02T17:18:13.042Z Downloaded aes-gcm v0.10.3
9942026-05-02T17:18:13.045Z Downloaded rand_core v0.10.0
9952026-05-02T17:18:13.045Z Downloaded rtoolbox v0.0.3
9962026-05-02T17:18:13.045Z Downloaded postcard v1.1.3
9972026-05-02T17:18:13.048Z Downloaded progenitor v0.10.0
9982026-05-02T17:18:13.048Z Downloaded rand_chacha v0.9.0
9992026-05-02T17:18:13.049Z Downloaded rand_chacha v0.3.1
10002026-05-02T17:18:13.049Z Downloaded r2d2 v0.8.10
10012026-05-02T17:18:13.053Z Downloaded p256 v0.13.2
10022026-05-02T17:18:13.054Z Downloaded rand_seeder v0.4.0
10032026-05-02T17:18:13.056Z Downloaded papergrid v0.17.0
10042026-05-02T17:18:13.057Z Downloaded same-file v1.0.6
10052026-05-02T17:18:13.057Z Downloaded expectorate v1.2.0
10062026-05-02T17:18:13.060Z Downloaded salsa20 v0.10.2
10072026-05-02T17:18:13.060Z Downloaded miniz_oxide v0.8.9
10082026-05-02T17:18:13.063Z Downloaded scheduled-thread-pool v0.2.7
10092026-05-02T17:18:13.063Z Downloaded scopeguard v1.2.0
10102026-05-02T17:18:13.063Z Downloaded flate2 v1.1.9
10112026-05-02T17:18:13.066Z Downloaded getrandom v0.3.4
10122026-05-02T17:18:13.081Z Downloaded semver v0.1.20
10132026-05-02T17:18:13.081Z Downloaded progenitor v0.13.0
10142026-05-02T17:18:13.081Z Downloaded pin-project v1.1.11
10152026-05-02T17:18:13.086Z Downloaded scrypt v0.11.0
10162026-05-02T17:18:13.086Z Downloaded scroll_derive v0.13.1
10172026-05-02T17:18:13.086Z Downloaded jiff-static v0.2.21
10182026-05-02T17:18:13.086Z Downloaded serde_bytes v0.11.19
10192026-05-02T17:18:13.087Z Downloaded serde_plain v1.0.2
10202026-05-02T17:18:13.087Z Downloaded serde-big-array v0.5.1
10212026-05-02T17:18:13.087Z Downloaded http v1.4.0
10222026-05-02T17:18:13.087Z Downloaded secrecy v0.10.3
10232026-05-02T17:18:13.087Z Downloaded serde_urlencoded v0.7.1
10242026-05-02T17:18:13.087Z Downloaded serde_repr v0.1.20
10252026-05-02T17:18:13.093Z Downloaded signal-hook-mio v0.2.5
10262026-05-02T17:18:13.093Z Downloaded signature v2.2.0
10272026-05-02T17:18:13.093Z Downloaded signal-hook-tokio v0.3.1
10282026-05-02T17:18:13.093Z Downloaded seq-macro v0.3.6
10292026-05-02T17:18:13.093Z Downloaded resolv-conf v0.7.6
10302026-05-02T17:18:13.101Z Downloaded rustc_version v0.4.1
10312026-05-02T17:18:13.104Z Downloaded shell-words v1.1.1
10322026-05-02T17:18:13.107Z Downloaded rustls-pemfile v1.0.4
10332026-05-02T17:18:13.110Z Downloaded sha1 v0.10.6
10342026-05-02T17:18:13.110Z Downloaded rustls-pemfile v2.2.0
10352026-05-02T17:18:13.110Z Downloaded rand_core v0.6.4
10362026-05-02T17:18:13.113Z Downloaded prefix-trie v0.7.0
10372026-05-02T17:18:13.113Z Downloaded quinn-udp v0.5.14
10382026-05-02T17:18:13.116Z Downloaded hashbrown v0.13.2
10392026-05-02T17:18:13.119Z Downloaded openssl-sys v0.9.114
10402026-05-02T17:18:13.122Z Downloaded oso v0.27.3
10412026-05-02T17:18:13.125Z Downloaded minimal-lexical v0.2.1
10422026-05-02T17:18:13.128Z Downloaded sigpipe v0.1.3
10432026-05-02T17:18:13.135Z Downloaded schemars_derive v0.8.22
10442026-05-02T17:18:13.135Z Downloaded sapling-renderdag v0.1.0
10452026-05-02T17:18:13.135Z Downloaded sct v0.7.1
10462026-05-02T17:18:13.138Z Downloaded slog-bunyan v2.5.0
10472026-05-02T17:18:13.138Z Downloaded siphasher v1.0.2
10482026-05-02T17:18:13.138Z Downloaded scroll v0.13.0
10492026-05-02T17:18:13.138Z Downloaded slog-envlogger v2.2.0
10502026-05-02T17:18:13.138Z Downloaded rusty-fork v0.3.1
10512026-05-02T17:18:13.138Z Downloaded rustversion v1.0.22
10522026-05-02T17:18:13.142Z Downloaded progenitor-impl v0.14.0
10532026-05-02T17:18:13.146Z Downloaded progenitor-impl v0.10.0
10542026-05-02T17:18:13.156Z Downloaded progenitor-impl v0.11.2
10552026-05-02T17:18:13.156Z Downloaded serde_spanned v1.0.4
10562026-05-02T17:18:13.156Z Downloaded sec1 v0.7.3
10572026-05-02T17:18:13.159Z Downloaded sqlparser_derive v0.5.0
10582026-05-02T17:18:13.163Z Downloaded ssh-encoding v0.2.0
10592026-05-02T17:18:13.166Z Downloaded hickory-server v0.25.2
10602026-05-02T17:18:13.170Z Downloaded serde_path_to_error v0.1.20
10612026-05-02T17:18:13.170Z Downloaded serde_derive_internals v0.29.1
10622026-05-02T17:18:13.170Z Downloaded serde-hex v0.1.0
10632026-05-02T17:18:13.173Z Downloaded russh-keys v0.45.0
10642026-05-02T17:18:13.178Z Downloaded hashbrown v0.12.3
10652026-05-02T17:18:13.181Z Downloaded hyper-util v0.1.20
10662026-05-02T17:18:13.184Z Downloaded simd-adler32 v0.3.8
10672026-05-02T17:18:13.188Z Downloaded structmeta-derive v0.3.0
10682026-05-02T17:18:13.188Z Downloaded shlex v1.3.0
10692026-05-02T17:18:13.188Z Downloaded strum v0.26.3
10702026-05-02T17:18:13.197Z Downloaded ssh-cipher v0.2.0
10712026-05-02T17:18:13.197Z Downloaded strip-ansi-escapes v0.2.1
10722026-05-02T17:18:13.197Z Downloaded tabled_derive v0.11.0
10732026-05-02T17:18:13.201Z Downloaded slab v0.4.12
10742026-05-02T17:18:13.201Z Downloaded sync-ptr v0.1.4
10752026-05-02T17:18:13.201Z Downloaded pretty_assertions v1.4.1
10762026-05-02T17:18:13.201Z Downloaded prettyplease v0.2.37
10772026-05-02T17:18:13.201Z Downloaded rustls-native-certs v0.8.3
10782026-05-02T17:18:13.204Z Downloaded itertools v0.10.5
10792026-05-02T17:18:13.204Z Downloaded slog-async v2.8.0
10802026-05-02T17:18:13.207Z Downloaded rcgen v0.12.1
10812026-05-02T17:18:13.207Z Downloaded strum v0.27.2
10822026-05-02T17:18:13.210Z Downloaded subtle v2.6.1
10832026-05-02T17:18:13.210Z Downloaded slog-term v2.9.2
10842026-05-02T17:18:13.210Z Downloaded slog-dtrace v0.3.0
10852026-05-02T17:18:13.213Z Downloaded tabwriter v1.4.1
10862026-05-02T17:18:13.213Z Downloaded sync_wrapper v1.0.2
10872026-05-02T17:18:13.213Z Downloaded tap v1.0.1
10882026-05-02T17:18:13.213Z Downloaded structmeta v0.3.0
10892026-05-02T17:18:13.217Z Downloaded termtree v0.5.1
10902026-05-02T17:18:13.217Z Downloaded slog-stdlog v4.1.1
10912026-05-02T17:18:13.217Z Downloaded slog-scope v4.4.1
10922026-05-02T17:18:13.220Z Downloaded take_mut v0.2.2
10932026-05-02T17:18:13.220Z Downloaded tagptr v0.2.0
10942026-05-02T17:18:13.220Z Downloaded slog-json v2.6.1
10952026-05-02T17:18:13.224Z Downloaded progenitor-impl v0.13.0
10962026-05-02T17:18:13.230Z Downloaded snafu-derive v0.8.9
10972026-05-02T17:18:13.233Z Downloaded smf v0.2.3
10982026-05-02T17:18:13.233Z Downloaded sqlformat v0.3.5
10992026-05-02T17:18:13.235Z Downloaded testing_table v0.3.0
11002026-05-02T17:18:13.235Z Downloaded static_assertions v1.1.0
11012026-05-02T17:18:13.235Z Downloaded time-core v0.1.8
11022026-05-02T17:18:13.235Z Downloaded thread-id v5.1.0
11032026-05-02T17:18:13.238Z Downloaded thiserror-impl-no-std v2.0.2
11042026-05-02T17:18:13.238Z Downloaded spki v0.7.3
11052026-05-02T17:18:13.238Z Downloaded smallvec v0.6.14
11062026-05-02T17:18:13.242Z Downloaded secrecy v0.8.0
11072026-05-02T17:18:13.242Z Downloaded crossterm v0.29.0
11082026-05-02T17:18:13.250Z Downloaded rustls-platform-verifier v0.6.2
11092026-05-02T17:18:13.253Z Downloaded tinyvec_macros v0.1.1
11102026-05-02T17:18:13.261Z Downloaded string_cache v0.8.9
11112026-05-02T17:18:13.262Z Downloaded rustls-pki-types v1.14.0
11122026-05-02T17:18:13.266Z Downloaded serde_with_macros v3.17.0
11132026-05-02T17:18:13.266Z Downloaded signal-hook-registry v1.4.8
11142026-05-02T17:18:13.266Z Downloaded aws-lc-rs v1.16.0
11152026-05-02T17:18:13.273Z Downloaded tokio-macros v2.7.0
11162026-05-02T17:18:13.273Z Downloaded stringprep v0.1.5
11172026-05-02T17:18:13.280Z Downloaded crossterm v0.28.1
11182026-05-02T17:18:13.281Z Downloaded num-bigint v0.4.6
11192026-05-02T17:18:13.285Z Downloaded schemars v0.8.22
11202026-05-02T17:18:13.285Z Downloaded supports-color v3.0.2
11212026-05-02T17:18:13.287Z Downloaded support-bundle-viewer v0.1.2
11222026-05-02T17:18:13.287Z Downloaded publicsuffix v2.3.0
11232026-05-02T17:18:13.288Z Downloaded strum_macros v0.27.2
11242026-05-02T17:18:13.290Z Downloaded ryu v1.0.23
11252026-05-02T17:18:13.290Z Downloaded strum_macros v0.26.4
11262026-05-02T17:18:13.293Z Downloaded ron v0.8.1
11272026-05-02T17:18:13.296Z Downloaded strum_macros v0.24.3
11282026-05-02T17:18:13.302Z Downloaded spin v0.9.8
11292026-05-02T17:18:13.305Z Downloaded thiserror-no-std v2.0.2
11302026-05-02T17:18:13.308Z Downloaded tower-service v0.3.3
11312026-05-02T17:18:13.308Z Downloaded tower-layer v0.3.3
11322026-05-02T17:18:13.312Z Downloaded try-lock v0.2.5
11332026-05-02T17:18:13.312Z Downloaded topological-sort v0.2.2
11342026-05-02T17:18:13.312Z Downloaded thread_local v1.1.9
11352026-05-02T17:18:13.319Z Downloaded termios v0.3.3
11362026-05-02T17:18:13.319Z Downloaded trait-variant v0.1.2
11372026-05-02T17:18:13.319Z Downloaded quinn v0.11.9
11382026-05-02T17:18:13.319Z Downloaded hashbrown v0.16.1
11392026-05-02T17:18:13.324Z Downloaded libxml v0.3.3
11402026-05-02T17:18:13.325Z Downloaded tiny-keccak v2.0.2
11412026-05-02T17:18:13.325Z Downloaded aho-corasick v1.1.4
11422026-05-02T17:18:13.329Z Downloaded tls_codec_derive v0.4.2
11432026-05-02T17:18:13.329Z Downloaded tls_codec v0.4.2
11442026-05-02T17:18:13.337Z Downloaded signal-hook v0.3.18
11452026-05-02T17:18:13.337Z Downloaded typify-macro v0.6.2
11462026-05-02T17:18:13.337Z Downloaded serde_yaml v0.9.34+deprecated
11472026-05-02T17:18:13.337Z Downloaded typify-macro v0.4.3
11482026-05-02T17:18:13.337Z Downloaded tokio-dtrace v0.1.1
11492026-05-02T17:18:13.340Z Downloaded tokio-native-tls v0.3.1
11502026-05-02T17:18:13.340Z Downloaded iddqd v0.3.18
11512026-05-02T17:18:13.343Z Downloaded unarray v0.1.4
11522026-05-02T17:18:13.343Z Downloaded itertools v0.12.1
11532026-05-02T17:18:13.346Z Downloaded schemars v0.9.0
11542026-05-02T17:18:13.352Z Downloaded usdt v0.6.0
11552026-05-02T17:18:13.354Z Downloaded untrusted v0.7.1
11562026-05-02T17:18:13.355Z Downloaded universal-hash v0.5.1
11572026-05-02T17:18:13.355Z Downloaded usdt-attr-macro v0.6.0
11582026-05-02T17:18:13.355Z Downloaded tokio-tungstenite v0.23.1
11592026-05-02T17:18:13.358Z Downloaded tokio-tungstenite v0.21.0
11602026-05-02T17:18:13.358Z Downloaded unit-prefix v0.5.2
11612026-05-02T17:18:13.358Z Downloaded term v0.7.0
11622026-05-02T17:18:13.361Z Downloaded tokio-rustls v0.25.0
11632026-05-02T17:18:13.361Z Downloaded stacker v0.1.23
11642026-05-02T17:18:13.364Z Downloaded similar v2.7.0
11652026-05-02T17:18:13.367Z Downloaded iri-string v0.7.10
11662026-05-02T17:18:13.369Z Downloaded term v1.2.1
11672026-05-02T17:18:13.372Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11682026-05-02T17:18:13.372Z Downloaded socket2 v0.6.3
11692026-05-02T17:18:13.376Z Downloaded usdt-macro v0.6.0
11702026-05-02T17:18:13.376Z Downloaded num-bigint-dig v0.8.6
11712026-05-02T17:18:13.382Z Downloaded untrusted v0.9.0
11722026-05-02T17:18:13.383Z Downloaded utf-8 v0.7.6
11732026-05-02T17:18:13.383Z Downloaded wait-timeout v0.2.1
11742026-05-02T17:18:13.389Z Downloaded unicode-truncate v1.1.0
11752026-05-02T17:18:13.390Z Downloaded tui-tree-widget v0.23.1
11762026-05-02T17:18:13.390Z Downloaded toml_writer v1.0.6+spec-1.1.0
11772026-05-02T17:18:13.390Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11782026-05-02T17:18:13.390Z Downloaded rand v0.9.2
11792026-05-02T17:18:13.390Z Downloaded socket2 v0.5.10
11802026-05-02T17:18:13.390Z Downloaded nom v7.1.3
11812026-05-02T17:18:13.395Z Downloaded rand v0.8.5
11822026-05-02T17:18:13.395Z Downloaded rsa v0.9.10
11832026-05-02T17:18:13.398Z Downloaded serde_cbor v0.11.2
11842026-05-02T17:18:13.398Z Downloaded subprocess v0.2.15
11852026-05-02T17:18:13.401Z Downloaded mio v1.2.0
11862026-05-02T17:18:13.405Z Downloaded waitgroup v0.1.2
11872026-05-02T17:18:13.405Z Downloaded void v1.0.2
11882026-05-02T17:18:13.405Z Downloaded time-macros v0.2.27
11892026-05-02T17:18:13.405Z Downloaded tokio-rustls v0.24.1
11902026-05-02T17:18:13.409Z Downloaded h2 v0.4.13
11912026-05-02T17:18:13.411Z Downloaded slog v2.8.2
11922026-05-02T17:18:13.411Z Downloaded unicase v2.9.0
11932026-05-02T17:18:13.414Z Downloaded itertools v0.13.0
11942026-05-02T17:18:13.417Z Downloaded rustls-webpki v0.103.9
11952026-05-02T17:18:13.420Z Downloaded zeroize_derive v1.4.3
11962026-05-02T17:18:13.420Z Downloaded xattr v1.6.1
11972026-05-02T17:18:13.420Z Downloaded usdt-impl v0.6.0
11982026-05-02T17:18:13.423Z Downloaded xshell-macros v0.2.7
11992026-05-02T17:18:13.423Z Downloaded rayon-core v1.13.0
12002026-05-02T17:18:13.423Z Downloaded tokio-rustls v0.26.4
12012026-05-02T17:18:13.426Z Downloaded futures-util v0.3.32
12022026-05-02T17:18:13.430Z Downloaded zone_cfg_derive v0.3.1
12032026-05-02T17:18:13.434Z Downloaded test-strategy v0.4.5
12042026-05-02T17:18:13.434Z Downloaded toml_parser v1.0.9+spec-1.1.0
12052026-05-02T17:18:13.440Z Downloaded samael v0.0.19
12062026-05-02T17:18:13.444Z Downloaded schemars v1.2.1
12072026-05-02T17:18:13.450Z Downloaded uzers v0.12.2
12082026-05-02T17:18:13.454Z Downloaded qorb v0.4.1
12092026-05-02T17:18:13.454Z Downloaded snafu v0.8.9
12102026-05-02T17:18:13.454Z Downloaded zone v0.3.1
12112026-05-02T17:18:13.455Z Downloaded rand v0.10.0
12122026-05-02T17:18:13.460Z Downloaded hashbrown v0.15.5
12132026-05-02T17:18:13.465Z Downloaded hyper v1.8.1
12142026-05-02T17:18:13.466Z Downloaded walkdir v2.5.0
12152026-05-02T17:18:13.466Z Downloaded vergen-lib v0.1.6
12162026-05-02T17:18:13.466Z Downloaded tracing-attributes v0.1.31
12172026-05-02T17:18:13.470Z Downloaded tinyvec v1.10.0
12182026-05-02T17:18:13.470Z Downloaded vergen-gitcl v1.0.8
12192026-05-02T17:18:13.474Z Downloaded vsss-rs v3.3.4
12202026-05-02T17:18:13.482Z Downloaded wyz v0.5.1
12212026-05-02T17:18:13.485Z Downloaded whoami v1.6.1
12222026-05-02T17:18:13.488Z Downloaded whoami v2.1.0
12232026-05-02T17:18:13.488Z Downloaded libm v0.2.16
12242026-05-02T17:18:13.495Z Downloaded xshell v0.2.7
12252026-05-02T17:18:13.498Z Downloaded unicode-properties v0.1.4
12262026-05-02T17:18:13.498Z Downloaded tar v0.4.45
12272026-05-02T17:18:13.498Z Downloaded zeroize v1.8.2
12282026-05-02T17:18:13.506Z Downloaded toml v0.7.8
12292026-05-02T17:18:13.506Z Downloaded hkdf v0.12.4
12302026-05-02T17:18:13.509Z Downloaded toml v1.0.6+spec-1.1.0
12312026-05-02T17:18:13.510Z Downloaded p521 v0.13.3
12322026-05-02T17:18:13.510Z Downloaded zstd v0.13.3
12332026-05-02T17:18:13.510Z Downloaded zstd-safe v7.2.4
12342026-05-02T17:18:13.518Z Downloaded vergen v9.0.6
12352026-05-02T17:18:13.522Z Downloaded tracing-core v0.1.36
12362026-05-02T17:18:13.527Z Downloaded blake3 v1.8.3
12372026-05-02T17:18:13.531Z Downloaded tungstenite v0.23.0
12382026-05-02T17:18:13.534Z Downloaded typify v0.4.3
12392026-05-02T17:18:13.537Z Downloaded want v0.3.1
12402026-05-02T17:18:13.537Z Downloaded twox-hash v2.1.2
12412026-05-02T17:18:13.537Z Downloaded typify v0.6.2
12422026-05-02T17:18:13.542Z Downloaded unicode-bidi v0.3.18
12432026-05-02T17:18:13.545Z Downloaded tokio-stream v0.1.18
12442026-05-02T17:18:13.551Z Downloaded unsafe-libyaml v0.2.11
12452026-05-02T17:18:13.554Z Downloaded zerocopy v0.6.6
12462026-05-02T17:18:13.557Z Downloaded toml v0.9.12+spec-1.1.0
12472026-05-02T17:18:13.560Z Downloaded rpassword v7.4.0
12482026-05-02T17:18:13.560Z Downloaded itertools v0.14.0
12492026-05-02T17:18:13.565Z Downloaded toml_edit v0.23.10+spec-1.0.0
12502026-05-02T17:18:13.571Z Downloaded uuid v1.23.0
12512026-05-02T17:18:13.576Z Downloaded vergen-git2 v1.0.7
12522026-05-02T17:18:13.579Z Downloaded tungstenite v0.21.0
12532026-05-02T17:18:13.583Z Downloaded russh v0.45.0
12542026-05-02T17:18:13.590Z Downloaded steno v0.4.1
12552026-05-02T17:18:13.590Z Downloaded vte v0.14.1
12562026-05-02T17:18:13.590Z Downloaded reedline v0.40.0
12572026-05-02T17:18:13.594Z Downloaded tokio-postgres v0.7.16
12582026-05-02T17:18:13.601Z Downloaded rustyline v14.0.0
12592026-05-02T17:18:13.604Z Downloaded yasna v0.5.2
12602026-05-02T17:18:13.609Z Downloaded regex v1.12.3
12612026-05-02T17:18:13.615Z Downloaded zopfli v0.8.3
12622026-05-02T17:18:13.639Z Downloaded bindgen v0.71.1
12632026-05-02T17:18:13.641Z Downloaded yansi v1.0.1
12642026-05-02T17:18:13.646Z Downloaded unicode_categories v0.1.1
12652026-05-02T17:18:13.652Z Downloaded ssh-key v0.6.7
12662026-05-02T17:18:13.655Z Downloaded zip v0.6.6
12672026-05-02T17:18:13.658Z Downloaded toml_edit v0.19.15
12682026-05-02T17:18:13.667Z Downloaded reqwest v0.13.2
12692026-05-02T17:18:13.670Z Downloaded reqwest v0.12.28
12702026-05-02T17:18:13.673Z Downloaded rayon v1.11.0
12712026-05-02T17:18:13.678Z Downloaded chrono v0.4.44
12722026-05-02T17:18:13.686Z Downloaded p384 v0.13.1
12732026-05-02T17:18:13.689Z Downloaded git2 v0.20.4
12742026-05-02T17:18:13.694Z Downloaded zerocopy-derive v0.8.40
12752026-05-02T17:18:13.697Z Downloaded portable-atomic v1.13.1
12762026-05-02T17:18:13.700Z Downloaded bitvec v1.0.1
12772026-05-02T17:18:13.707Z Downloaded quick-xml v0.37.5
12782026-05-02T17:18:13.710Z Downloaded typed-path v0.9.3
12792026-05-02T17:18:13.713Z Downloaded x509-cert v0.2.5
12802026-05-02T17:18:13.716Z Downloaded goblin v0.10.5
12812026-05-02T17:18:13.722Z Downloaded unicode-segmentation v1.12.0
12822026-05-02T17:18:13.725Z Downloaded tower v0.5.3
12832026-05-02T17:18:13.727Z Downloaded rustls-webpki v0.101.7
12842026-05-02T17:18:13.735Z Downloaded proptest v1.10.0
12852026-05-02T17:18:13.740Z Downloaded salty v0.3.0
12862026-05-02T17:18:13.745Z Downloaded zip v4.6.1
12872026-05-02T17:18:13.749Z Downloaded tough v0.20.0
12882026-05-02T17:18:13.752Z Downloaded moka v0.12.13
12892026-05-02T17:18:13.758Z Downloaded unicode-normalization v0.1.25
12902026-05-02T17:18:13.775Z Downloaded tower-http v0.6.8
12912026-05-02T17:18:13.775Z Downloaded tokio-util v0.7.18
12922026-05-02T17:18:13.781Z Downloaded serde_with v3.17.0
12932026-05-02T17:18:13.785Z Downloaded lalrpop v0.19.12
12942026-05-02T17:18:13.790Z Downloaded curve25519-dalek v4.1.3
12952026-05-02T17:18:13.799Z Downloaded rustls-webpki v0.102.8
12962026-05-02T17:18:13.803Z Downloaded petname v2.0.2
12972026-05-02T17:18:13.807Z Downloaded quinn-proto v0.11.13
12982026-05-02T17:18:13.810Z Downloaded nix v0.27.1
12992026-05-02T17:18:13.821Z Downloaded object v0.30.4
13002026-05-02T17:18:13.825Z Downloaded polar-core v0.27.3
13012026-05-02T17:18:13.837Z Downloaded winnow v0.6.26
13022026-05-02T17:18:13.847Z Downloaded radix_trie v0.2.1
13032026-05-02T17:18:13.868Z Downloaded winnow v0.5.40
13042026-05-02T17:18:13.880Z Downloaded nix v0.29.0
13052026-05-02T17:18:13.886Z Downloaded smoltcp v0.9.1
13062026-05-02T17:18:13.892Z Downloaded time v0.3.47
13072026-05-02T17:18:13.898Z Downloaded tabled v0.20.0
13082026-05-02T17:18:13.908Z Downloaded regex-syntax v0.6.29
13092026-05-02T17:18:13.916Z Downloaded nix v0.28.0
13102026-05-02T17:18:13.919Z Downloaded dropshot v0.17.0
13112026-05-02T17:18:13.930Z Downloaded dropshot v0.16.7
13122026-05-02T17:18:13.942Z Downloaded zlib-rs v0.6.2
13132026-05-02T17:18:13.945Z Downloaded webpki-roots v1.0.6
13142026-05-02T17:18:13.948Z Downloaded nix v0.31.2
13152026-05-02T17:18:13.955Z Downloaded object v0.37.3
13162026-05-02T17:18:13.961Z Downloaded vcpkg v0.2.15
13172026-05-02T17:18:13.982Z Downloaded zerocopy v0.8.40
13182026-05-02T17:18:13.987Z Downloaded openapiv3 v2.2.0
13192026-05-02T17:18:13.994Z Downloaded smoltcp v0.11.0
13202026-05-02T17:18:14.001Z Downloaded rustix v0.38.44
13212026-05-02T17:18:14.013Z Downloaded regress v0.11.1
13222026-05-02T17:18:14.022Z Downloaded rustls v0.23.37
13232026-05-02T17:18:14.032Z Downloaded hickory-proto v0.25.2
13242026-05-02T17:18:14.035Z Downloaded rustls v0.22.4
13252026-05-02T17:18:14.040Z Downloaded regress v0.10.5
13262026-05-02T17:18:14.045Z Downloaded hickory-proto v0.24.4
13272026-05-02T17:18:14.054Z Downloaded diesel v2.3.7
13282026-05-02T17:18:14.068Z Downloaded regex-syntax v0.8.10
13292026-05-02T17:18:14.075Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-05-02T17:18:14.087Z Downloaded bstr v1.12.1
13312026-05-02T17:18:14.087Z Downloaded sqlparser v0.61.0
13322026-05-02T17:18:14.090Z Downloaded rustls v0.21.12
13332026-05-02T17:18:14.096Z Downloaded openssl v0.10.78
13342026-05-02T17:18:14.103Z Downloaded sled v0.34.7
13352026-05-02T17:18:14.108Z Downloaded typify-impl v0.4.3
13362026-05-02T17:18:14.117Z Downloaded typify-impl v0.6.2
13372026-05-02T17:18:14.127Z Downloaded tracing v0.1.44
13382026-05-02T17:18:14.171Z Downloaded ratatui v0.29.0
13392026-05-02T17:18:14.174Z Downloaded regex-automata v0.4.14
13402026-05-02T17:18:14.202Z Downloaded zerocopy-derive v0.6.6
13412026-05-02T17:18:14.224Z Downloaded csv v1.4.0
13422026-05-02T17:18:14.236Z Downloaded chrono-tz v0.10.4
13432026-05-02T17:18:14.246Z Downloaded petgraph v0.6.5
13442026-05-02T17:18:14.256Z Downloaded sha3 v0.10.8
13452026-05-02T17:18:14.262Z Downloaded jiff v0.2.21
13462026-05-02T17:18:14.290Z Downloaded petgraph v0.8.3
13472026-05-02T17:18:14.298Z Downloaded libz-sys v1.1.24
13482026-05-02T17:18:14.305Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13492026-05-02T17:18:14.314Z Downloaded encoding_rs v0.8.35
13502026-05-02T17:18:14.324Z Downloaded tokio v1.52.1
13512026-05-02T17:18:14.382Z Downloaded libgit2-sys v0.18.3+1.9.2
13522026-05-02T17:18:14.414Z Downloaded ring v0.17.14
13532026-05-02T17:18:14.934Z Downloaded aws-lc-sys v0.37.1
13542026-05-02T17:18:15.176Z Compiling libc v0.2.185
13552026-05-02T17:18:15.176Z Compiling serde v1.0.228
13562026-05-02T17:18:15.180Z Compiling shlex v1.3.0
13572026-05-02T17:18:15.180Z Compiling log v0.4.29
13582026-05-02T17:18:15.337Z Compiling find-msvc-tools v0.1.9
13592026-05-02T17:18:15.337Z Compiling smallvec v1.15.1
13602026-05-02T17:18:15.353Z Compiling syn v2.0.117
13612026-05-02T17:18:15.364Z Compiling typenum v1.19.0
13622026-05-02T17:18:15.511Z Compiling generic-array v0.14.7
13632026-05-02T17:18:15.521Z Compiling subtle v2.6.1
13642026-05-02T17:18:15.564Z Compiling scopeguard v1.2.0
13652026-05-02T17:18:15.623Z Compiling const-oid v0.9.6
13662026-05-02T17:18:15.652Z Compiling lock_api v0.4.14
13672026-05-02T17:18:15.679Z Compiling portable-atomic v1.13.1
13682026-05-02T17:18:15.694Z Compiling zerocopy v0.8.40
13692026-05-02T17:18:15.767Z Compiling critical-section v1.2.0
13702026-05-02T17:18:15.878Z Compiling serde_json v1.0.149
13712026-05-02T17:18:15.898Z Compiling pin-project-lite v0.2.17
13722026-05-02T17:18:15.987Z Compiling parking_lot_core v0.9.12
13732026-05-02T17:18:16.134Z Compiling pkg-config v0.3.32
13742026-05-02T17:18:16.197Z Compiling getrandom v0.2.17
13752026-05-02T17:18:16.227Z Compiling jobserver v0.1.34
13762026-05-02T17:18:16.241Z Compiling errno v0.3.14
13772026-05-02T17:18:16.332Z Compiling rand_core v0.6.4
13782026-05-02T17:18:16.438Z Compiling cc v1.2.56
13792026-05-02T17:18:16.626Z Compiling signal-hook-registry v1.4.8
13802026-05-02T17:18:16.626Z Compiling bitflags v2.11.0
13812026-05-02T17:18:16.738Z Compiling libm v0.2.16
13822026-05-02T17:18:16.741Z Compiling parking_lot v0.12.5
13832026-05-02T17:18:16.887Z Compiling once_cell v1.21.3
13842026-05-02T17:18:16.904Z Compiling mio v1.2.0
13852026-05-02T17:18:16.936Z Compiling num-traits v0.2.19
13862026-05-02T17:18:17.065Z Compiling futures-core v0.3.32
13872026-05-02T17:18:17.136Z Compiling percent-encoding v2.3.2
13882026-05-02T17:18:17.220Z Compiling socket2 v0.6.3
13892026-05-02T17:18:17.279Z Compiling futures-sink v0.3.32
13902026-05-02T17:18:17.279Z Compiling cpufeatures v0.2.17
13912026-05-02T17:18:17.327Z Compiling futures-task v0.3.32
13922026-05-02T17:18:17.356Z Compiling getrandom v0.4.1
13932026-05-02T17:18:17.370Z Compiling futures-io v0.3.32
13942026-05-02T17:18:17.401Z Compiling futures-channel v0.3.32
13952026-05-02T17:18:17.492Z Compiling slab v0.4.12
13962026-05-02T17:18:17.522Z Compiling rustversion v1.0.22
13972026-05-02T17:18:17.614Z Compiling rand_core v0.10.0
13982026-05-02T17:18:17.630Z Compiling getrandom v0.3.4
13992026-05-02T17:18:17.673Z Compiling indexmap v2.14.0
14002026-05-02T17:18:17.702Z Compiling form_urlencoded v1.2.2
14012026-05-02T17:18:17.998Z Compiling cmake v0.1.57
14022026-05-02T17:18:18.013Z Compiling base64ct v1.8.3
14032026-05-02T17:18:18.180Z Compiling fs_extra v1.3.0
14042026-05-02T17:18:18.320Z Compiling synstructure v0.13.2
14052026-05-02T17:18:18.324Z Compiling dunce v1.0.5
14062026-05-02T17:18:18.388Z Compiling ident_case v1.0.1
14072026-05-02T17:18:18.403Z Compiling pem-rfc7468 v0.7.0
14082026-05-02T17:18:18.445Z Compiling aws-lc-sys v0.37.1
14092026-05-02T17:18:18.474Z Compiling flagset v0.4.7
14102026-05-02T17:18:18.483Z Compiling rustix v1.1.3
14112026-05-02T17:18:18.506Z Compiling rand_core v0.9.5
14122026-05-02T17:18:18.561Z Compiling iana-time-zone v0.1.65
14132026-05-02T17:18:18.601Z Compiling ring v0.17.14
14142026-05-02T17:18:18.698Z Compiling uuid v1.23.0
14152026-05-02T17:18:18.765Z Compiling rustc_version v0.4.1
14162026-05-02T17:18:18.774Z Compiling vcpkg v0.2.15
14172026-05-02T17:18:18.887Z Compiling aws-lc-rs v1.16.0
14182026-05-02T17:18:19.039Z Compiling regex-syntax v0.8.10
14192026-05-02T17:18:19.228Z Compiling tracing-core v0.1.36
14202026-05-02T17:18:19.434Z Compiling pest_generator v2.8.6
14212026-05-02T17:18:19.511Z Compiling openssl-sys v0.9.114
14222026-05-02T17:18:19.788Z Compiling serde_derive_internals v0.29.1
14232026-05-02T17:18:19.972Z Compiling serde_derive v1.0.228
14242026-05-02T17:18:20.030Z Compiling zeroize_derive v1.4.3
14252026-05-02T17:18:20.132Z Compiling zerofrom-derive v0.1.6
14262026-05-02T17:18:20.270Z Compiling yoke-derive v0.8.1
14272026-05-02T17:18:20.677Z Compiling zeroize v1.8.2
14282026-05-02T17:18:20.692Z Compiling zerocopy-derive v0.8.40
14292026-05-02T17:18:21.431Z Compiling crypto-common v0.1.7
14302026-05-02T17:18:21.434Z Compiling block-buffer v0.10.4
14312026-05-02T17:18:21.461Z Compiling zerovec-derive v0.11.2
14322026-05-02T17:18:21.535Z Compiling zerofrom v0.1.6
14332026-05-02T17:18:21.575Z Compiling digest v0.10.7
14342026-05-02T17:18:21.606Z Compiling displaydoc v0.2.5
14352026-05-02T17:18:21.656Z Compiling yoke v0.8.1
14362026-05-02T17:18:21.817Z Compiling tokio-macros v2.7.0
14372026-05-02T17:18:21.845Z Compiling hmac v0.12.1
14382026-05-02T17:18:22.001Z Compiling futures-macro v0.3.32
14392026-05-02T17:18:22.326Z Compiling zerotrie v0.2.3
14402026-05-02T17:18:22.517Z Compiling block-padding v0.3.3
14412026-05-02T17:18:22.535Z Compiling zerovec v0.11.5
14422026-05-02T17:18:22.618Z Compiling sha2 v0.10.9
14432026-05-02T17:18:22.677Z Compiling inout v0.1.4
14442026-05-02T17:18:22.789Z Compiling futures-util v0.3.32
14452026-05-02T17:18:22.839Z Compiling cipher v0.4.4
14462026-05-02T17:18:23.033Z Compiling tinystr v0.8.2
14472026-05-02T17:18:23.102Z Compiling potential_utf v0.1.4
14482026-05-02T17:18:23.231Z Compiling icu_locale_core v2.1.1
14492026-05-02T17:18:23.268Z Compiling icu_collections v2.1.1
14502026-05-02T17:18:23.271Z Compiling der_derive v0.7.3
14512026-05-02T17:18:23.397Z Compiling bytes v1.11.1
14522026-05-02T17:18:23.732Z Compiling chrono v0.4.44
14532026-05-02T17:18:23.992Z Compiling tokio v1.52.1
14542026-05-02T17:18:24.011Z Compiling icu_provider v2.1.1
14552026-05-02T17:18:24.101Z Compiling http v1.4.0
14562026-05-02T17:18:24.225Z Compiling der v0.7.10
14572026-05-02T17:18:24.346Z Compiling icu_normalizer v2.1.1
14582026-05-02T17:18:24.871Z Compiling icu_properties v2.1.2
14592026-05-02T17:18:24.995Z Compiling ppv-lite86 v0.2.21
14602026-05-02T17:18:25.069Z Compiling spki v0.7.3
14612026-05-02T17:18:25.098Z Compiling salsa20 v0.10.2
14622026-05-02T17:18:25.141Z Compiling pbkdf2 v0.12.2
14632026-05-02T17:18:25.235Z Compiling thiserror-impl v2.0.18
14642026-05-02T17:18:25.257Z Compiling scrypt v0.11.0
14652026-05-02T17:18:25.271Z Compiling rand_chacha v0.9.0
14662026-05-02T17:18:25.313Z Compiling aes v0.8.4
14672026-05-02T17:18:25.426Z Compiling cbc v0.1.2
14682026-05-02T17:18:25.509Z Compiling rustls-pki-types v1.14.0
14692026-05-02T17:18:25.573Z Compiling tracing-attributes v0.1.31
14702026-05-02T17:18:25.943Z Compiling idna_adapter v1.2.1
14712026-05-02T17:18:25.957Z Compiling pkcs5 v0.7.1
14722026-05-02T17:18:25.961Z Compiling rand v0.9.2
14732026-05-02T17:18:26.077Z Compiling idna v1.1.0
14742026-05-02T17:18:26.350Z Compiling url v2.5.8
14752026-05-02T17:18:26.436Z Compiling http-body v1.0.1
14762026-05-02T17:18:26.545Z Compiling thiserror v2.0.18
14772026-05-02T17:18:26.651Z Compiling httparse v1.10.1
14782026-05-02T17:18:26.665Z Compiling untrusted v0.7.1
14792026-05-02T17:18:26.717Z Compiling base64 v0.22.1
14802026-05-02T17:18:26.732Z Compiling untrusted v0.9.0
14812026-05-02T17:18:26.785Z Compiling schemars v0.8.22
14822026-05-02T17:18:26.849Z Compiling openssl-probe v0.2.1
14832026-05-02T17:18:26.852Z Compiling tracing v0.1.44
14842026-05-02T17:18:27.039Z Compiling pkcs8 v0.10.2
14852026-05-02T17:18:27.040Z Compiling schemars_derive v0.8.22
14862026-05-02T17:18:27.053Z Compiling pest_derive v2.8.6
14872026-05-02T17:18:27.122Z Compiling scroll_derive v0.13.1
14882026-05-02T17:18:27.139Z Compiling darling_core v0.20.11
14892026-05-02T17:18:27.321Z Compiling tower-service v0.3.3
14902026-05-02T17:18:27.421Z Compiling dyn-clone v1.0.20
14912026-05-02T17:18:27.463Z Compiling atomic-waker v1.1.2
14922026-05-02T17:18:27.557Z Compiling rustls v0.23.37
14932026-05-02T17:18:27.589Z Compiling tower-layer v0.3.3
14942026-05-02T17:18:27.725Z Compiling tokio-util v0.7.18
14952026-05-02T17:18:27.745Z Compiling try-lock v0.2.5
14962026-05-02T17:18:27.856Z Compiling tinyvec_macros v0.1.1
14972026-05-02T17:18:27.910Z Compiling scroll v0.13.0
14982026-05-02T17:18:27.926Z Compiling tinyvec v1.10.0
14992026-05-02T17:18:28.173Z Compiling want v0.3.1
15002026-05-02T17:18:28.333Z Compiling ipnet v2.11.0
15012026-05-02T17:18:28.558Z Compiling h2 v0.4.13
15022026-05-02T17:18:28.738Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15032026-05-02T17:18:28.754Z Compiling spin v0.9.8
15042026-05-02T17:18:28.820Z Compiling aho-corasick v1.1.4
15052026-05-02T17:18:28.955Z Compiling num-conv v0.2.0
15062026-05-02T17:18:29.084Z Compiling crc32fast v1.5.0
15072026-05-02T17:18:29.114Z Compiling httpdate v1.0.3
15082026-05-02T17:18:29.381Z Compiling time-core v0.1.8
15092026-05-02T17:18:29.407Z Compiling foreign-types-shared v0.1.1
15102026-05-02T17:18:29.436Z Compiling darling_macro v0.20.11
15112026-05-02T17:18:29.494Z Compiling pin-utils v0.1.0
15122026-05-02T17:18:29.526Z Compiling openssl v0.10.78
15132026-05-02T17:18:29.569Z Compiling powerfmt v0.2.0
15142026-05-02T17:18:29.585Z Compiling tempfile v3.25.0
15152026-05-02T17:18:29.650Z Compiling time-macros v0.2.27
15162026-05-02T17:18:29.768Z Compiling deranged v0.5.8
15172026-05-02T17:18:29.787Z Compiling regex-automata v0.4.14
15182026-05-02T17:18:29.901Z Compiling darling v0.20.11
15192026-05-02T17:18:29.956Z Compiling foreign-types v0.3.2
15202026-05-02T17:18:30.029Z Compiling goblin v0.10.5
15212026-05-02T17:18:30.709Z Compiling openssl-macros v0.1.1
15222026-05-02T17:18:30.733Z Compiling wait-timeout v0.2.1
15232026-05-02T17:18:30.998Z Compiling syn v1.0.109
15242026-05-02T17:18:31.065Z Compiling quick-error v1.2.3
15252026-05-02T17:18:31.088Z Compiling simd-adler32 v0.3.8
15262026-05-02T17:18:31.177Z Compiling siphasher v1.0.2
15272026-05-02T17:18:31.295Z Compiling num_threads v0.1.7
15282026-05-02T17:18:31.334Z Compiling usdt-impl v0.6.0
15292026-05-02T17:18:31.360Z Compiling bit-vec v0.8.0
15302026-05-02T17:18:31.388Z Compiling crossbeam-utils v0.8.21
15312026-05-02T17:18:31.531Z Compiling hyper v1.8.1
15322026-05-02T17:18:31.588Z Compiling native-tls v0.2.18
15332026-05-02T17:18:31.689Z Compiling bit-set v0.8.0
15342026-05-02T17:18:31.827Z Compiling time v0.3.47
15352026-05-02T17:18:31.894Z Compiling rusty-fork v0.3.1
15362026-05-02T17:18:32.709Z Compiling dof v0.4.0
15372026-05-02T17:18:33.085Z Compiling hyper-util v0.1.20
15382026-05-02T17:18:33.381Z Compiling derive_builder_core v0.20.2
15392026-05-02T17:18:33.827Z Compiling unicode-normalization v0.1.25
15402026-05-02T17:18:33.873Z Compiling dtrace-parser v0.3.0
15412026-05-02T17:18:34.237Z Compiling rustls-native-certs v0.8.3
15422026-05-02T17:18:34.253Z Compiling signature v2.2.0
15432026-05-02T17:18:34.324Z Compiling scroll_derive v0.12.1
15442026-05-02T17:18:34.429Z Compiling thiserror-impl v1.0.69
15452026-05-02T17:18:34.522Z Compiling heapless v0.7.17
15462026-05-02T17:18:34.653Z Compiling rand_xorshift v0.4.0
15472026-05-02T17:18:34.761Z Compiling slog v2.8.2
15482026-05-02T17:18:34.806Z Compiling darling_core v0.21.3
15492026-05-02T17:18:34.823Z Compiling bzip2-sys v0.1.13+1.0.8
15502026-05-02T17:18:34.945Z Compiling sync_wrapper v1.0.2
15512026-05-02T17:18:34.983Z Compiling thread-id v5.1.0
15522026-05-02T17:18:35.053Z Compiling cookie v0.18.1
15532026-05-02T17:18:35.068Z Compiling signal-hook v0.3.18
15542026-05-02T17:18:35.096Z Compiling paste v1.0.15
15552026-05-02T17:18:35.151Z Compiling adler2 v2.0.1
15562026-05-02T17:18:35.230Z Compiling anyhow v1.0.102
15572026-05-02T17:18:35.234Z Compiling unicode-bidi v0.3.18
15582026-05-02T17:18:35.280Z Compiling zstd-safe v7.2.4
15592026-05-02T17:18:35.355Z Compiling unarray v0.1.4
15602026-05-02T17:18:35.469Z Compiling allocator-api2 v0.2.21
15612026-05-02T17:18:35.483Z Compiling unicode-properties v0.1.4
15622026-05-02T17:18:35.681Z Compiling thiserror v1.0.69
15632026-05-02T17:18:35.697Z Compiling stringprep v0.1.5
15642026-05-02T17:18:35.740Z Compiling proptest v1.10.0
15652026-05-02T17:18:35.785Z Compiling miniz_oxide v0.8.9
15662026-05-02T17:18:36.124Z Compiling tower v0.5.3
15672026-05-02T17:18:36.372Z Compiling scroll v0.12.0
15682026-05-02T17:18:36.600Z Compiling derive_builder_macro v0.20.2
15692026-05-02T17:18:36.632Z Compiling ipnetwork v0.21.1
15702026-05-02T17:18:36.776Z Compiling http-body-util v0.1.3
15712026-05-02T17:18:37.017Z Compiling webpki-roots v1.0.6
15722026-05-02T17:18:37.032Z Compiling rand_chacha v0.3.1
15732026-05-02T17:18:37.045Z Compiling toml_datetime v0.6.11
15742026-05-02T17:18:37.109Z Compiling serde_spanned v0.6.9
15752026-05-02T17:18:37.132Z Compiling serde_tokenstream v0.2.3
15762026-05-02T17:18:37.252Z Compiling erased-serde v0.3.31
15772026-05-02T17:18:37.294Z Compiling md-5 v0.10.6
15782026-05-02T17:18:37.311Z Compiling darling_macro v0.21.3
15792026-05-02T17:18:37.443Z Compiling zerocopy-derive v0.7.35
15802026-05-02T17:18:37.458Z Compiling curve25519-dalek v4.1.3
15812026-05-02T17:18:37.726Z Compiling vergen-lib v0.1.6
15822026-05-02T17:18:37.782Z Compiling num-integer v0.1.46
15832026-05-02T17:18:37.798Z Compiling hash32 v0.2.1
15842026-05-02T17:18:37.833Z Compiling ff v0.13.1
15852026-05-02T17:18:37.904Z Compiling memoffset v0.9.1
15862026-05-02T17:18:37.970Z Compiling cfg_aliases v0.2.1
15872026-05-02T17:18:37.984Z Compiling smoltcp v0.9.1
15882026-05-02T17:18:38.044Z Compiling base16ct v0.2.0
15892026-05-02T17:18:38.092Z Compiling fallible-iterator v0.2.0
15902026-05-02T17:18:38.108Z Compiling ref-cast v1.0.25
15912026-05-02T17:18:38.222Z Compiling psl-types v2.0.11
15922026-05-02T17:18:38.297Z Compiling iri-string v0.7.10
15932026-05-02T17:18:38.311Z Compiling rustix v0.38.44
15942026-05-02T17:18:38.347Z Compiling ryu v1.0.23
15952026-05-02T17:18:38.396Z Compiling zlib-rs v0.6.2
15962026-05-02T17:18:38.411Z Compiling num-bigint-dig v0.8.6
15972026-05-02T17:18:38.527Z Compiling litrs v1.0.0
15982026-05-02T17:18:38.617Z Compiling serde_urlencoded v0.7.1
15992026-05-02T17:18:38.795Z Compiling postgres-protocol v0.6.10
16002026-05-02T17:18:38.861Z Compiling publicsuffix v2.3.0
16012026-05-02T17:18:39.041Z Compiling document-features v0.2.12
16022026-05-02T17:18:39.055Z Compiling zerocopy v0.7.35
16032026-05-02T17:18:39.374Z Compiling sec1 v0.7.3
16042026-05-02T17:18:39.647Z Compiling tower-http v0.6.8
16052026-05-02T17:18:39.681Z Compiling nix v0.31.2
16062026-05-02T17:18:39.758Z Compiling newtype-uuid v1.3.2
16072026-05-02T17:18:39.818Z Compiling num-iter v0.1.45
16082026-05-02T17:18:39.940Z Compiling group v0.13.0
16092026-05-02T17:18:40.087Z Compiling darling v0.21.3
16102026-05-02T17:18:40.148Z Compiling rand v0.8.5
16112026-05-02T17:18:40.168Z Compiling derive_builder v0.20.2
16122026-05-02T17:18:40.299Z Compiling oxnet v0.1.4
16132026-05-02T17:18:40.463Z Compiling hubpack_derive v0.1.1
16142026-05-02T17:18:40.494Z Compiling tokio-native-tls v0.3.1
16152026-05-02T17:18:40.689Z Compiling goblin v0.8.2
16162026-05-02T17:18:41.056Z Compiling regex v1.12.3
16172026-05-02T17:18:41.236Z Compiling flate2 v1.1.9
16182026-05-02T17:18:41.327Z Compiling phf_shared v0.13.1
16192026-05-02T17:18:41.398Z Compiling lazy_static v1.5.0
16202026-05-02T17:18:41.504Z Compiling cargo-platform v0.1.9
16212026-05-02T17:18:41.519Z Compiling hkdf v0.12.4
16222026-05-02T17:18:41.567Z Compiling crypto-bigint v0.5.5
16232026-05-02T17:18:41.582Z Compiling terminal_size v0.4.3
16242026-05-02T17:18:41.643Z Compiling ref-cast-impl v1.0.25
16252026-05-02T17:18:41.675Z Compiling strum_macros v0.27.2
16262026-05-02T17:18:41.712Z Compiling daft-derive v0.1.5
16272026-05-02T17:18:41.750Z Compiling async-trait v0.1.89
16282026-05-02T17:18:42.172Z Compiling curve25519-dalek-derive v0.1.1
16292026-05-02T17:18:42.411Z Compiling vergen v9.0.6
16302026-05-02T17:18:42.590Z Compiling fs-err v3.3.0
16312026-05-02T17:18:42.748Z Compiling ahash v0.8.12
16322026-05-02T17:18:42.778Z Compiling bitflags v1.3.2
16332026-05-02T17:18:42.808Z Compiling foldhash v0.1.5
16342026-05-02T17:18:42.855Z Compiling managed v0.8.0
16352026-05-02T17:18:42.948Z Compiling object v0.37.3
16362026-05-02T17:18:42.981Z Compiling libbz2-rs-sys v0.2.2
16372026-05-02T17:18:43.073Z Compiling winnow v0.5.40
16382026-05-02T17:18:43.216Z Compiling bumpalo v3.20.2
16392026-05-02T17:18:43.472Z Compiling unicode-segmentation v1.12.0
16402026-05-02T17:18:43.603Z Compiling foldhash v0.2.0
16412026-05-02T17:18:43.660Z Compiling clap_builder v4.5.60
16422026-05-02T17:18:43.679Z Compiling strum v0.27.2
16432026-05-02T17:18:43.810Z Compiling hashbrown v0.16.1
16442026-05-02T17:18:43.825Z Compiling zopfli v0.8.3
16452026-05-02T17:18:43.857Z Compiling bzip2 v0.6.1
16462026-05-02T17:18:44.248Z Compiling hashbrown v0.15.5
16472026-05-02T17:18:44.441Z Compiling toml_edit v0.19.15
16482026-05-02T17:18:44.519Z Compiling dof v0.3.0
16492026-05-02T17:18:44.928Z Compiling elliptic-curve v0.13.8
16502026-05-02T17:18:44.944Z Compiling daft v0.1.5
16512026-05-02T17:18:45.235Z Compiling cargo_metadata v0.19.2
16522026-05-02T17:18:45.324Z Compiling phf v0.13.1
16532026-05-02T17:18:45.850Z Compiling cookie_store v0.22.1
16542026-05-02T17:18:46.557Z Compiling signal-hook-mio v0.2.5
16552026-05-02T17:18:46.580Z Compiling hubpack v0.1.2
16562026-05-02T17:18:46.621Z Compiling bzip2 v0.4.4
16572026-05-02T17:18:46.661Z Compiling zstd v0.13.3
16582026-05-02T17:18:46.696Z Compiling hyper-tls v0.6.0
16592026-05-02T17:18:46.796Z Compiling serde_with_macros v3.17.0
16602026-05-02T17:18:46.915Z Compiling postgres-types v0.2.12
16612026-05-02T17:18:46.944Z Compiling usdt-macro v0.6.0
16622026-05-02T17:18:47.080Z Compiling usdt-attr-macro v0.6.0
16632026-05-02T17:18:47.464Z Compiling dtrace-parser v0.2.0
16642026-05-02T17:18:47.505Z Compiling ed25519 v2.2.3
16652026-05-02T17:18:47.667Z Compiling bstr v1.12.1
16662026-05-02T17:18:47.858Z Compiling phf_shared v0.11.3
16672026-05-02T17:18:47.902Z Compiling pkcs1 v0.7.5
16682026-05-02T17:18:48.019Z Compiling hex v0.4.3
16692026-05-02T17:18:48.052Z Compiling serde-big-array v0.5.1
16702026-05-02T17:18:48.200Z Compiling rfc6979 v0.4.0
16712026-05-02T17:18:48.216Z Compiling clap_derive v4.5.55
16722026-05-02T17:18:48.286Z Compiling enum-as-inner v0.6.1
16732026-05-02T17:18:48.304Z Compiling serde_repr v0.1.20
16742026-05-02T17:18:48.322Z Compiling strum_macros v0.26.4
16752026-05-02T17:18:48.325Z Compiling float-cmp v0.10.0
16762026-05-02T17:18:48.388Z Compiling thread-id v4.2.2
16772026-05-02T17:18:48.474Z Compiling memmap2 v0.9.10
16782026-05-02T17:18:48.489Z Compiling env_filter v1.0.0
16792026-05-02T17:18:48.682Z Compiling encoding_rs v0.8.35
16802026-05-02T17:18:48.781Z Compiling precomputed-hash v0.1.1
16812026-05-02T17:18:48.797Z Compiling new_debug_unreachable v1.0.6
16822026-05-02T17:18:48.820Z Compiling fixedbitset v0.4.2
16832026-05-02T17:18:48.867Z Compiling whoami v2.1.0
16842026-05-02T17:18:48.870Z Compiling static_assertions v1.1.0
16852026-05-02T17:18:48.955Z Compiling keccak v0.1.6
16862026-05-02T17:18:49.036Z Compiling either v1.15.0
16872026-05-02T17:18:49.264Z Compiling difflib v0.4.0
16882026-05-02T17:18:49.278Z Compiling predicates-core v1.0.10
16892026-05-02T17:18:49.456Z Compiling rustc-hash v2.1.1
16902026-05-02T17:18:49.587Z Compiling normalize-line-endings v0.3.0
16912026-05-02T17:18:49.688Z Compiling data-encoding v2.10.0
16922026-05-02T17:18:49.828Z Compiling fixedbitset v0.5.7
16932026-05-02T17:18:49.828Z Compiling mime v0.3.17
16942026-05-02T17:18:50.007Z Compiling jiff v0.2.21
16952026-05-02T17:18:50.099Z Compiling petgraph v0.8.3
16962026-05-02T17:18:50.113Z Compiling strum v0.26.3
16972026-05-02T17:18:50.161Z Compiling clap v4.5.60
16982026-05-02T17:18:50.222Z Compiling hickory-proto v0.25.2
16992026-05-02T17:18:50.244Z Compiling toml_edit v0.22.27
17002026-05-02T17:18:50.248Z Compiling predicates v3.1.4
17012026-05-02T17:18:50.403Z Compiling iddqd v0.3.18
17022026-05-02T17:18:50.913Z Compiling itertools v0.13.0
17032026-05-02T17:18:50.932Z Compiling sha3 v0.10.8
17042026-05-02T17:18:51.385Z Compiling tokio-postgres v0.7.16
17052026-05-02T17:18:51.541Z Compiling petgraph v0.6.5
17062026-05-02T17:18:52.055Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17072026-05-02T17:18:52.123Z Compiling string_cache v0.8.9
17082026-05-02T17:18:52.354Z Compiling env_logger v0.11.9
17092026-05-02T17:18:52.707Z Compiling zip v4.6.1
17102026-05-02T17:18:52.912Z Compiling usdt v0.6.0
17112026-05-02T17:18:52.975Z Compiling usdt-impl v0.5.0
17122026-05-02T17:18:53.176Z Compiling ecdsa v0.16.9
17132026-05-02T17:18:53.558Z Compiling serde_with v3.17.0
17142026-05-02T17:18:53.574Z Compiling rsa v0.9.10
17152026-05-02T17:18:53.577Z Compiling similar v2.7.0
17162026-05-02T17:18:53.642Z Compiling crossterm v0.28.1
17172026-05-02T17:18:54.128Z Compiling ed25519-dalek v2.2.0
17182026-05-02T17:18:54.805Z Compiling zip v0.6.6
17192026-05-02T17:18:54.871Z Compiling toml v0.7.8
17202026-05-02T17:18:55.397Z Compiling heck v0.4.1
17212026-05-02T17:18:55.423Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-05-02T17:18:55.495Z Compiling crossbeam-epoch v0.9.18
17232026-05-02T17:18:55.499Z Compiling tokio-stream v0.1.18
17242026-05-02T17:18:55.615Z Compiling buf-list v1.1.2
17252026-05-02T17:18:55.815Z Compiling x509-cert v0.2.5
17262026-05-02T17:18:55.889Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17272026-05-02T17:18:55.913Z Compiling openapiv3 v2.2.0
17282026-05-02T17:18:55.965Z Compiling sha1 v0.10.6
17292026-05-02T17:18:56.045Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-05-02T17:18:56.178Z Compiling peg-runtime v0.8.5
17312026-05-02T17:18:56.203Z Compiling lalrpop-util v0.19.12
17322026-05-02T17:18:56.340Z Compiling thread_local v1.1.9
17332026-05-02T17:18:56.386Z Compiling slog-async v2.8.0
17342026-05-02T17:18:56.468Z Compiling crossbeam-channel v0.5.15
17352026-05-02T17:18:56.596Z Compiling futures-executor v0.3.32
17362026-05-02T17:18:56.697Z Compiling filetime v0.2.27
17372026-05-02T17:18:56.861Z Compiling is-terminal v0.4.17
17382026-05-02T17:18:56.878Z Compiling term v1.2.1
17392026-05-02T17:18:56.913Z Compiling take_mut v0.2.2
17402026-05-02T17:18:56.936Z Compiling xattr v1.6.1
17412026-05-02T17:18:56.952Z Compiling futures v0.3.32
17422026-05-02T17:18:57.099Z Compiling tar v0.4.45
17432026-05-02T17:18:57.408Z Compiling slog-term v2.9.2
17442026-05-02T17:19:04.318Z Compiling rustls-webpki v0.103.9
17452026-05-02T17:19:07.162Z Compiling tokio-rustls v0.26.4
17462026-05-02T17:19:07.162Z Compiling rustls-platform-verifier v0.6.2
17472026-05-02T17:19:07.367Z Compiling hyper-rustls v0.27.7
17482026-05-02T17:19:07.568Z Compiling reqwest v0.12.28
17492026-05-02T17:19:07.568Z Compiling reqwest v0.13.2
17502026-05-02T17:19:09.669Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-05-02T17:19:09.884Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-05-02T17:19:12.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17532026-05-02T17:19:12.839Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-05-02T17:19:12.896ZMay 02 17:19:11.936 INFO Starting download, target: Console
17552026-05-02T17:19:12.899ZMay 02 17:19:11.936 INFO Starting download, target: Clickhouse
17562026-05-02T17:19:12.900ZMay 02 17:19:11.936 INFO Starting download, target: Cockroach
17572026-05-02T17:19:12.900ZMay 02 17:19:11.936 INFO Starting download, target: DendriteStub
17582026-05-02T17:19:12.900ZMay 02 17:19:11.936 INFO Starting download, target: MaghemiteMgd
17592026-05-02T17:19:12.900ZMay 02 17:19:11.936 INFO Starting download, target: TransceiverControl
17602026-05-02T17:19:12.900ZMay 02 17:19:11.936 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-05-02T17:19:12.900ZMay 02 17:19:11.936 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-05-02T17:19:12.900ZMay 02 17:19:11.936 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-05-02T17:19:12.900ZMay 02 17:19:11.936 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-05-02T17:19:12.900ZMay 02 17:19:11.936 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-05-02T17:19:12.900ZMay 02 17:19:11.936 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-05-02T17:19:13.407ZMay 02 17:19:12.440 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-05-02T17:19:13.612ZMay 02 17:19:12.646 INFO Download complete, target: TransceiverControl
17682026-05-02T17:19:13.723ZMay 02 17:19:12.753 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-05-02T17:19:13.873ZMay 02 17:19:12.912 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-05-02T17:19:14.108ZMay 02 17:19:13.141 INFO Download complete, target: Console
17712026-05-02T17:19:14.518ZMay 02 17:19:13.552 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-05-02T17:19:14.841ZMay 02 17:19:13.879 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-05-02T17:19:14.938ZMay 02 17:19:13.977 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-05-02T17:19:14.938ZMay 02 17:19:13.977 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-05-02T17:19:16.005ZMay 02 17:19:15.044 INFO Download complete, target: DendriteStub
17762026-05-02T17:19:16.830ZMay 02 17:19:15.868 INFO Download complete, target: MaghemiteMgd
17772026-05-02T17:19:19.488ZMay 02 17:19:18.527 INFO Checking that binary works, target: Cockroach
17782026-05-02T17:19:19.580ZMay 02 17:19:18.619 INFO Download complete, target: Cockroach
17792026-05-02T17:19:21.570ZMay 02 17:19:20.609 INFO Checking that binary works, target: Clickhouse
17802026-05-02T17:19:21.682ZMay 02 17:19:20.721 INFO Download complete, target: Clickhouse
17812026-05-02T17:19:21.696ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-05-02T17:19:21.699Z
17832026-05-02T17:19:21.699Zreal 3:13.497902016
17842026-05-02T17:19:21.699Zuser 7:15.121921635
17852026-05-02T17:19:21.699Zsys 1:24.243275117
17862026-05-02T17:19:21.699Ztrap 0.212677044
17872026-05-02T17:19:21.699Ztflt 0.515808659
17882026-05-02T17:19:21.699Zdflt 0.521228858
17892026-05-02T17:19:21.699Zkflt 0.026129547
17902026-05-02T17:19:21.699Zlock 21:13.329348046
17912026-05-02T17:19:21.699Zslp 21:50.544040521
17922026-05-02T17:19:21.699Zlat 40.938334952
17932026-05-02T17:19:21.699Zstop 2:01.700015826
17942026-05-02T17:19:21.699Z+ banner hack-check
17952026-05-02T17:19:21.699Z
17962026-05-02T17:19:21.699Z # # ## #### # # #### # # ###### #### # #
17972026-05-02T17:19:21.699Z # # # # # # # # # # # # # # # # #
17982026-05-02T17:19:21.699Z ###### # # # #### ##### # ###### ##### # ####
17992026-05-02T17:19:21.699Z # # ###### # # # # # # # # # #
18002026-05-02T17:19:21.699Z # # # # # # # # # # # # # # # # #
18012026-05-02T17:19:21.699Z # # # # #### # # #### # # ###### #### # #
18022026-05-02T17:19:21.699Z
18032026-05-02T17:19:21.699Z+ export CARGO_INCREMENTAL=0
18042026-05-02T17:19:21.699Z+ CARGO_INCREMENTAL=0
18052026-05-02T17:19:21.699Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-05-02T17:19:22.224Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-05-02T17:19:22.446Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-05-02T17:19:24.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18092026-05-02T17:19:24.389Z Running `target/debug/xtask check-features --ci`
18102026-05-02T17:19:24.415Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-05-02T17:19:24.418Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-05-02T17:19:24.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18132026-05-02T17:19:24.929Z Running `target/debug/xtask download cargo-hack`
18142026-05-02T17:19:25.711Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-05-02T17:19:26.020Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-05-02T17:19:28.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18172026-05-02T17:19:28.650Z Running `target/debug/xtask-downloader cargo-hack`
18182026-05-02T17:19:28.688ZMay 02 17:19:27.726 INFO Starting download, target: CargoHack
18192026-05-02T17:19:28.691ZMay 02 17:19:27.727 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-05-02T17:19:29.057ZMay 02 17:19:28.096 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-05-02T17:19:29.106ZMay 02 17:19:28.144 INFO Download complete, target: CargoHack
18222026-05-02T17:19:29.109Zrunning: "/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"
18232026-05-02T17:19:29.121Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-05-02T17:19:29.272Zinfo: running `cargo check --bins` on api_identity (1/274)
18252026-05-02T17:19:29.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-05-02T17:19:29.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-05-02T17:19:29.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-05-02T17:19:29.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-05-02T17:19:29.846Z
18302026-05-02T17:19:29.846Zinfo: running `cargo check --bins` on bootstore (2/274)
18312026-05-02T17:19:30.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-02T17:19:30.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-02T17:19:30.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-02T17:19:30.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18352026-05-02T17:19:30.423Z
18362026-05-02T17:19:30.423Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18372026-05-02T17:19:30.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-02T17:19:30.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-02T17:19:30.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-02T17:19:30.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18412026-05-02T17:19:30.991Z
18422026-05-02T17:19:30.991Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18432026-05-02T17:19:31.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-02T17:19:31.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-02T17:19:31.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-02T17:19:31.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18472026-05-02T17:19:31.564Z
18482026-05-02T17:19:31.564Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18492026-05-02T17:19:32.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-02T17:19:32.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-02T17:19:32.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-02T17:19:32.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18532026-05-02T17:19:32.150Z
18542026-05-02T17:19:32.150Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18552026-05-02T17:19:32.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-02T17:19:32.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-02T17:19:32.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-02T17:19:32.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18592026-05-02T17:19:32.738Z
18602026-05-02T17:19:32.738Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18612026-05-02T17:19:33.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-02T17:19:33.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-02T17:19:33.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-02T17:19:33.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18652026-05-02T17:19:33.334Z
18662026-05-02T17:19:33.334Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18672026-05-02T17:19:33.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-02T17:19:33.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-02T17:19:33.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-02T17:19:33.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18712026-05-02T17:19:33.924Z
18722026-05-02T17:19:33.924Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18732026-05-02T17:19:34.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-02T17:19:34.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-02T17:19:34.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-02T17:19:34.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-05-02T17:19:34.393Z
18782026-05-02T17:19:34.393Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18792026-05-02T17:19:34.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-02T17:19:34.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-02T17:19:34.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-02T17:19:34.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-05-02T17:19:34.861Z
18842026-05-02T17:19:34.861Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18852026-05-02T17:19:35.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-02T17:19:35.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-02T17:19:35.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-02T17:19:35.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-05-02T17:19:35.329Z
18902026-05-02T17:19:35.329Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18912026-05-02T17:19:35.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-02T17:19:35.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-02T17:19:35.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-02T17:19:35.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-05-02T17:19:35.797Z
18962026-05-02T17:19:35.797Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18972026-05-02T17:19:36.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-02T17:19:36.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-02T17:19:36.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-02T17:19:36.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-05-02T17:19:36.267Z
19022026-05-02T17:19:36.268Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19032026-05-02T17:19:36.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-02T17:19:36.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-02T17:19:36.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-02T17:19:36.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-05-02T17:19:36.736Z
19082026-05-02T17:19:36.736Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19092026-05-02T17:19:37.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-02T17:19:37.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-02T17:19:37.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-02T17:19:37.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-05-02T17:19:37.208Z
19142026-05-02T17:19:37.208Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19152026-05-02T17:19:37.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-02T17:19:37.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-02T17:19:37.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-02T17:19:37.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-05-02T17:19:37.678Z
19202026-05-02T17:19:37.679Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19212026-05-02T17:19:38.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-02T17:19:38.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-02T17:19:38.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-02T17:19:38.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19252026-05-02T17:19:38.149Z
19262026-05-02T17:19:38.149Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19272026-05-02T17:19:38.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-02T17:19:38.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-02T17:19:38.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-02T17:19:38.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-05-02T17:19:38.616Z
19322026-05-02T17:19:38.616Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19332026-05-02T17:19:39.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-02T17:19:39.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-02T17:19:39.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-02T17:19:39.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-05-02T17:19:39.086Z
19382026-05-02T17:19:39.086Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19392026-05-02T17:19:39.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-02T17:19:39.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-02T17:19:39.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-02T17:19:39.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19432026-05-02T17:19:39.558Z
19442026-05-02T17:19:39.558Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19452026-05-02T17:19:39.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-02T17:19:39.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-02T17:19:39.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-02T17:19:39.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19492026-05-02T17:19:40.032Z
19502026-05-02T17:19:40.032Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19512026-05-02T17:19:40.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-02T17:19:40.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-02T17:19:40.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-02T17:19:40.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-05-02T17:19:40.501Z
19562026-05-02T17:19:40.501Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19572026-05-02T17:19:40.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-02T17:19:40.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-02T17:19:40.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-02T17:19:40.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19612026-05-02T17:19:40.975Z
19622026-05-02T17:19:40.975Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19632026-05-02T17:19:41.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-02T17:19:41.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-02T17:19:41.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-02T17:19:41.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-05-02T17:19:41.450Z
19682026-05-02T17:19:41.450Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19692026-05-02T17:19:41.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-02T17:19:41.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-02T17:19:41.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-02T17:19:41.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-05-02T17:19:41.922Z
19742026-05-02T17:19:41.922Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19752026-05-02T17:19:42.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-02T17:19:42.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-02T17:19:42.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-02T17:19:42.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19792026-05-02T17:19:42.394Z
19802026-05-02T17:19:42.394Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19812026-05-02T17:19:42.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-02T17:19:42.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-02T17:19:42.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-02T17:19:42.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-05-02T17:19:42.866Z
19862026-05-02T17:19:42.866Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19872026-05-02T17:19:43.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-02T17:19:43.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-02T17:19:43.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-02T17:19:43.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-05-02T17:19:43.327Z
19922026-05-02T17:19:43.327Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19932026-05-02T17:19:43.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-02T17:19:43.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-02T17:19:43.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-02T17:19:43.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-05-02T17:19:43.795Z
19982026-05-02T17:19:43.795Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19992026-05-02T17:19:44.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-02T17:19:44.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-02T17:19:44.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-02T17:19:44.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-05-02T17:19:44.264Z
20042026-05-02T17:19:44.264Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20052026-05-02T17:19:44.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-02T17:19:44.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-02T17:19:44.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-02T17:19:44.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-05-02T17:19:44.735Z
20102026-05-02T17:19:44.735Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20112026-05-02T17:19:45.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-02T17:19:45.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-02T17:19:45.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-02T17:19:45.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-05-02T17:19:45.205Z
20162026-05-02T17:19:45.205Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20172026-05-02T17:19:45.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-02T17:19:45.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-02T17:19:45.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-02T17:19:45.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-05-02T17:19:45.673Z
20222026-05-02T17:19:45.673Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20232026-05-02T17:19:46.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-02T17:19:46.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-02T17:19:46.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-02T17:19:46.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-05-02T17:19:46.143Z
20282026-05-02T17:19:46.144Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20292026-05-02T17:19:46.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-02T17:19:46.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-02T17:19:46.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-02T17:19:46.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-05-02T17:19:46.612Z
20342026-05-02T17:19:46.612Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20352026-05-02T17:19:47.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-02T17:19:47.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-02T17:19:47.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-02T17:19:47.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-05-02T17:19:47.082Z
20402026-05-02T17:19:47.082Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20412026-05-02T17:19:47.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-02T17:19:47.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-02T17:19:47.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-02T17:19:47.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-05-02T17:19:47.550Z
20462026-05-02T17:19:47.551Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20472026-05-02T17:19:47.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-02T17:19:47.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-02T17:19:47.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-02T17:19:47.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-05-02T17:19:48.019Z
20522026-05-02T17:19:48.019Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20532026-05-02T17:19:48.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-02T17:19:48.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-02T17:19:48.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-02T17:19:48.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-05-02T17:19:48.488Z
20582026-05-02T17:19:48.488Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20592026-05-02T17:19:48.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-02T17:19:48.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-02T17:19:48.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-02T17:19:48.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-05-02T17:19:48.958Z
20642026-05-02T17:19:48.959Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20652026-05-02T17:19:49.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-02T17:19:49.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-02T17:19:49.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-02T17:19:49.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-05-02T17:19:49.431Z
20702026-05-02T17:19:49.431Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20712026-05-02T17:19:49.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-02T17:19:49.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-02T17:19:49.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-02T17:19:49.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-05-02T17:19:49.901Z
20762026-05-02T17:19:49.901Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20772026-05-02T17:19:50.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-02T17:19:50.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-02T17:19:50.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-02T17:19:50.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-05-02T17:19:50.373Z
20822026-05-02T17:19:50.373Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20832026-05-02T17:19:50.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-02T17:19:50.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-02T17:19:50.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-02T17:19:50.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20872026-05-02T17:19:50.847Z
20882026-05-02T17:19:50.847Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20892026-05-02T17:19:51.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-02T17:19:51.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-02T17:19:51.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-02T17:19:51.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20932026-05-02T17:19:51.318Z
20942026-05-02T17:19:51.318Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20952026-05-02T17:19:51.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-02T17:19:51.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-02T17:19:51.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-02T17:19:51.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20992026-05-02T17:19:51.789Z
21002026-05-02T17:19:51.789Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21012026-05-02T17:19:52.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-02T17:19:52.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-02T17:19:52.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-02T17:19:52.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21052026-05-02T17:19:52.261Z
21062026-05-02T17:19:52.261Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21072026-05-02T17:19:52.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-02T17:19:52.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-02T17:19:52.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-02T17:19:52.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21112026-05-02T17:19:52.733Z
21122026-05-02T17:19:52.733Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21132026-05-02T17:19:53.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-02T17:19:53.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-02T17:19:53.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-02T17:19:53.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21172026-05-02T17:19:53.366Z
21182026-05-02T17:19:53.366Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21192026-05-02T17:19:53.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-02T17:19:53.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-02T17:19:53.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-02T17:19:53.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21232026-05-02T17:19:54.004Z
21242026-05-02T17:19:54.005Zinfo: running `cargo check --bins` on nexus-config (51/274)
21252026-05-02T17:19:54.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-02T17:19:54.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-02T17:19:54.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-02T17:19:54.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21292026-05-02T17:19:54.638Z
21302026-05-02T17:19:54.638Zinfo: running `cargo check --bins` on nexus-types (52/274)
21312026-05-02T17:19:55.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-02T17:19:55.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-02T17:19:55.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-02T17:19:55.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21352026-05-02T17:19:55.272Z
21362026-05-02T17:19:55.272Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21372026-05-02T17:19:55.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-02T17:19:55.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-02T17:19:55.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-02T17:19:55.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21412026-05-02T17:19:55.870Z
21422026-05-02T17:19:55.870Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21432026-05-02T17:19:56.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-02T17:19:56.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-02T17:19:56.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-02T17:19:56.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21472026-05-02T17:19:56.451Z
21482026-05-02T17:19:56.451Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21492026-05-02T17:19:56.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-02T17:19:56.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-02T17:19:56.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-02T17:19:56.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21532026-05-02T17:19:57.049Z
21542026-05-02T17:19:57.049Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21552026-05-02T17:19:57.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-02T17:19:57.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-02T17:19:57.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-02T17:19:57.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21592026-05-02T17:19:57.648Z
21602026-05-02T17:19:57.648Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21612026-05-02T17:19:58.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-02T17:19:58.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-02T17:19:58.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-02T17:19:58.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21652026-05-02T17:19:58.253Z
21662026-05-02T17:19:58.253Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21672026-05-02T17:19:58.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-02T17:19:58.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-02T17:19:58.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-02T17:19:58.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21712026-05-02T17:19:58.860Z
21722026-05-02T17:19:58.860Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21732026-05-02T17:19:59.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-02T17:19:59.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-02T17:19:59.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-02T17:19:59.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21772026-05-02T17:19:59.445Z
21782026-05-02T17:19:59.446Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21792026-05-02T17:19:59.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-02T17:19:59.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-02T17:19:59.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-02T17:19:59.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21832026-05-02T17:20:00.032Z
21842026-05-02T17:20:00.032Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21852026-05-02T17:20:00.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-02T17:20:00.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-02T17:20:00.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-02T17:20:00.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-05-02T17:20:00.616Z
21902026-05-02T17:20:00.616Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21912026-05-02T17:20:01.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-02T17:20:01.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-02T17:20:01.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-02T17:20:01.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-05-02T17:20:01.202Z
21962026-05-02T17:20:01.202Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21972026-05-02T17:20:01.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-02T17:20:01.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-02T17:20:01.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-02T17:20:01.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22012026-05-02T17:20:01.800Z
22022026-05-02T17:20:01.801Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22032026-05-02T17:20:02.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-02T17:20:02.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-02T17:20:02.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-02T17:20:02.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22072026-05-02T17:20:02.407Z
22082026-05-02T17:20:02.407Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22092026-05-02T17:20:02.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-02T17:20:02.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-02T17:20:02.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-02T17:20:02.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22132026-05-02T17:20:02.993Z
22142026-05-02T17:20:02.993Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22152026-05-02T17:20:03.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-02T17:20:03.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-02T17:20:03.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-02T17:20:03.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-05-02T17:20:03.577Z
22202026-05-02T17:20:03.577Zinfo: running `cargo check --bins` on ereport-types (67/274)
22212026-05-02T17:20:04.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-02T17:20:04.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-02T17:20:04.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-02T17:20:04.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22252026-05-02T17:20:04.171Z
22262026-05-02T17:20:04.172Zinfo: running `cargo check --bins` on gateway-client (68/274)
22272026-05-02T17:20:04.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-02T17:20:04.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-02T17:20:04.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-02T17:20:04.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22312026-05-02T17:20:04.770Z
22322026-05-02T17:20:04.771Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22332026-05-02T17:20:05.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-02T17:20:05.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-02T17:20:05.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-02T17:20:05.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22372026-05-02T17:20:05.367Z
22382026-05-02T17:20:05.368Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22392026-05-02T17:20:05.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-02T17:20:05.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-02T17:20:05.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-02T17:20:05.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22432026-05-02T17:20:05.962Z
22442026-05-02T17:20:05.962Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22452026-05-02T17:20:06.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-02T17:20:06.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-02T17:20:06.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-05-02T17:20:06.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22492026-05-02T17:20:06.552Z
22502026-05-02T17:20:06.552Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22512026-05-02T17:20:07.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-05-02T17:20:07.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-05-02T17:20:07.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-05-02T17:20:07.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22552026-05-02T17:20:07.152Z
22562026-05-02T17:20:07.152Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22572026-05-02T17:20:07.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-05-02T17:20:07.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-05-02T17:20:07.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-05-02T17:20:07.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22612026-05-02T17:20:07.769Z
22622026-05-02T17:20:07.769Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22632026-05-02T17:20:08.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-05-02T17:20:08.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-05-02T17:20:08.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-05-02T17:20:08.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22672026-05-02T17:20:08.385Z
22682026-05-02T17:20:08.385Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22692026-05-02T17:20:08.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-05-02T17:20:08.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-05-02T17:20:08.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-05-02T17:20:08.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22732026-05-02T17:20:08.972Z
22742026-05-02T17:20:08.972Zinfo: running `cargo check --bins` on oxlog (76/274)
22752026-05-02T17:20:09.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-05-02T17:20:09.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-05-02T17:20:09.582Z Checking cfg-if v1.0.4
22782026-05-02T17:20:09.587Z Checking libc v0.2.185
22792026-05-02T17:20:09.587Z Checking serde_core v1.0.228
22802026-05-02T17:20:09.699Z Checking zeroize v1.8.2
22812026-05-02T17:20:09.707Z Checking memchr v2.8.0
22822026-05-02T17:20:09.715Z Checking log v0.4.29
22832026-05-02T17:20:09.725Z Checking smallvec v1.15.1
22842026-05-02T17:20:09.735Z Checking typenum v1.19.0
22852026-05-02T17:20:09.745Z Checking subtle v2.6.1
22862026-05-02T17:20:09.836Z Checking itoa v1.0.17
22872026-05-02T17:20:09.870Z Checking scopeguard v1.2.0
22882026-05-02T17:20:09.891Z Checking stable_deref_trait v1.2.1
22892026-05-02T17:20:09.902Z Checking const-oid v0.9.6
22902026-05-02T17:20:09.963Z Checking portable-atomic v1.13.1
22912026-05-02T17:20:09.976Z Checking lock_api v0.4.14
22922026-05-02T17:20:09.980Z Checking zerofrom v0.1.6
22932026-05-02T17:20:10.072Z Checking critical-section v1.2.0
22942026-05-02T17:20:10.085Z Checking getrandom v0.2.17
22952026-05-02T17:20:10.095Z Checking errno v0.3.14
22962026-05-02T17:20:10.166Z Checking yoke v0.8.1
22972026-05-02T17:20:10.180Z Checking parking_lot_core v0.9.12
22982026-05-02T17:20:10.202Z Checking signal-hook-registry v1.4.8
22992026-05-02T17:20:10.221Z Checking rand_core v0.6.4
23002026-05-02T17:20:10.248Z Checking generic-array v0.14.7
23012026-05-02T17:20:10.329Z Checking zerovec v0.11.5
23022026-05-02T17:20:10.355Z Checking zerocopy v0.8.40
23032026-05-02T17:20:10.358Z Checking pin-project-lite v0.2.17
23042026-05-02T17:20:10.377Z Checking once_cell v1.21.3
23052026-05-02T17:20:10.393Z Checking parking_lot v0.12.5
23062026-05-02T17:20:10.451Z Checking mio v1.2.0
23072026-05-02T17:20:10.546Z Checking socket2 v0.6.3
23082026-05-02T17:20:10.569Z Checking libm v0.2.16
23092026-05-02T17:20:10.581Z Checking zmij v1.0.21
23102026-05-02T17:20:10.678Z Checking crypto-common v0.1.7
23112026-05-02T17:20:10.724Z Checking block-buffer v0.10.4
23122026-05-02T17:20:10.750Z Checking tinystr v0.8.2
23132026-05-02T17:20:10.782Z Checking percent-encoding v2.3.2
23142026-05-02T17:20:10.801Z Checking writeable v0.6.2
23152026-05-02T17:20:10.817Z Checking futures-core v0.3.32
23162026-05-02T17:20:10.857Z Checking digest v0.10.7
23172026-05-02T17:20:10.918Z Checking litemap v0.8.1
23182026-05-02T17:20:10.931Z Checking equivalent v1.0.2
23192026-05-02T17:20:10.942Z Checking potential_utf v0.1.4
23202026-05-02T17:20:10.957Z Checking zerotrie v0.2.3
23212026-05-02T17:20:11.008Z Checking cpufeatures v0.2.17
23222026-05-02T17:20:11.050Z Checking hmac v0.12.1
23232026-05-02T17:20:11.065Z Checking icu_collections v2.1.1
23242026-05-02T17:20:11.080Z Checking block-padding v0.3.3
23252026-05-02T17:20:11.092Z Checking icu_locale_core v2.1.1
23262026-05-02T17:20:11.155Z Checking serde v1.0.228
23272026-05-02T17:20:11.178Z Checking bitflags v2.11.0
23282026-05-02T17:20:11.192Z Checking serde_json v1.0.149
23292026-05-02T17:20:11.207Z Checking icu_properties_data v2.1.2
23302026-05-02T17:20:11.256Z Checking num-traits v0.2.19
23312026-05-02T17:20:11.336Z Checking icu_normalizer_data v2.1.1
23322026-05-02T17:20:11.347Z Checking rand_core v0.10.0
23332026-05-02T17:20:11.364Z Checking hashbrown v0.17.0
23342026-05-02T17:20:11.406Z Checking futures-sink v0.3.32
23352026-05-02T17:20:11.489Z Checking getrandom v0.4.1
23362026-05-02T17:20:11.505Z Checking futures-channel v0.3.32
23372026-05-02T17:20:11.563Z Checking bytes v1.11.1
23382026-05-02T17:20:11.634Z Checking inout v0.1.4
23392026-05-02T17:20:11.647Z Checking icu_provider v2.1.1
23402026-05-02T17:20:11.700Z Checking futures-io v0.3.32
23412026-05-02T17:20:11.768Z Checking slab v0.4.12
23422026-05-02T17:20:11.784Z Checking futures-task v0.3.32
23432026-05-02T17:20:11.808Z Checking cipher v0.4.4
23442026-05-02T17:20:11.835Z Checking indexmap v2.14.0
23452026-05-02T17:20:11.863Z Checking sha2 v0.10.9
23462026-05-02T17:20:11.875Z Checking icu_properties v2.1.2
23472026-05-02T17:20:11.915Z Checking icu_normalizer v2.1.1
23482026-05-02T17:20:11.918Z Checking futures-util v0.3.32
23492026-05-02T17:20:11.997Z Checking tokio v1.52.1
23502026-05-02T17:20:12.012Z Checking getrandom v0.3.4
23512026-05-02T17:20:12.131Z Checking base64ct v1.8.3
23522026-05-02T17:20:12.152Z Checking byteorder v1.5.0
23532026-05-02T17:20:12.216Z Checking utf8_iter v1.0.4
23542026-05-02T17:20:12.338Z Checking form_urlencoded v1.2.2
23552026-05-02T17:20:12.352Z Checking fnv v1.0.7
23562026-05-02T17:20:12.363Z Checking pem-rfc7468 v0.7.0
23572026-05-02T17:20:12.379Z Checking flagset v0.4.7
23582026-05-02T17:20:12.441Z Checking rand_core v0.9.5
23592026-05-02T17:20:12.465Z Checking salsa20 v0.10.2
23602026-05-02T17:20:12.497Z Checking http v1.4.0
23612026-05-02T17:20:12.515Z Checking der v0.7.10
23622026-05-02T17:20:12.593Z Checking uuid v1.23.0
23632026-05-02T17:20:12.618Z Checking pbkdf2 v0.12.2
23642026-05-02T17:20:12.687Z Checking idna_adapter v1.2.1
23652026-05-02T17:20:12.762Z Checking scrypt v0.11.0
23662026-05-02T17:20:12.807Z Checking idna v1.1.0
23672026-05-02T17:20:12.866Z Checking aes v0.8.4
23682026-05-02T17:20:12.896Z Checking cbc v0.1.2
23692026-05-02T17:20:13.027Z Checking rustix v1.1.3
23702026-05-02T17:20:13.058Z Checking url v2.5.8
23712026-05-02T17:20:13.070Z Checking tracing-core v0.1.36
23722026-05-02T17:20:13.108Z Checking ppv-lite86 v0.2.21
23732026-05-02T17:20:13.248Z Checking spki v0.7.3
23742026-05-02T17:20:13.261Z Checking rustls-pki-types v1.14.0
23752026-05-02T17:20:13.368Z Checking iana-time-zone v0.1.65
23762026-05-02T17:20:13.397Z Checking rand_chacha v0.9.0
23772026-05-02T17:20:13.411Z Checking regex-syntax v0.8.10
23782026-05-02T17:20:13.472Z Checking chrono v0.4.44
23792026-05-02T17:20:13.486Z Checking pkcs5 v0.7.1
23802026-05-02T17:20:13.543Z Checking tracing v0.1.44
23812026-05-02T17:20:13.591Z Checking rand v0.9.2
23822026-05-02T17:20:13.735Z Checking http-body v1.0.1
23832026-05-02T17:20:13.748Z Checking aws-lc-sys v0.37.1
23842026-05-02T17:20:13.827Z Checking untrusted v0.7.1
23852026-05-02T17:20:13.851Z Checking openssl-probe v0.2.1
23862026-05-02T17:20:13.865Z Checking base64 v0.22.1
23872026-05-02T17:20:13.937Z Checking untrusted v0.9.0
23882026-05-02T17:20:13.960Z Checking pkcs8 v0.10.2
23892026-05-02T17:20:14.045Z Checking ring v0.17.14
23902026-05-02T17:20:14.061Z Checking atomic-waker v1.1.2
23912026-05-02T17:20:14.096Z Checking tower-service v0.3.3
23922026-05-02T17:20:14.136Z Checking try-lock v0.2.5
23932026-05-02T17:20:14.155Z Checking tower-layer v0.3.3
23942026-05-02T17:20:14.184Z Checking tinyvec_macros v0.1.1
23952026-05-02T17:20:14.232Z Checking plain v0.2.3
23962026-05-02T17:20:14.249Z Checking aws-lc-rs v1.16.0
23972026-05-02T17:20:14.250Z Checking tinyvec v1.10.0
23982026-05-02T17:20:14.301Z Checking want v0.3.1
23992026-05-02T17:20:14.317Z Checking ipnet v2.11.0
24002026-05-02T17:20:14.330Z Checking semver v1.0.28
24012026-05-02T17:20:14.422Z Checking httparse v1.10.1
24022026-05-02T17:20:14.533Z Checking spin v0.9.8
24032026-05-02T17:20:14.558Z Checking pin-utils v0.1.0
24042026-05-02T17:20:14.572Z Checking foreign-types-shared v0.1.1
24052026-05-02T17:20:14.627Z Checking dyn-clone v1.0.20
24062026-05-02T17:20:14.627Z Checking httpdate v1.0.3
24072026-05-02T17:20:14.653Z Checking unicode-ident v1.0.24
24082026-05-02T17:20:14.704Z Checking ucd-trie v0.1.7
24092026-05-02T17:20:14.707Z Checking fastrand v2.3.0
24102026-05-02T17:20:14.730Z Checking schemars v0.8.22
24112026-05-02T17:20:14.755Z Checking proc-macro2 v1.0.106
24122026-05-02T17:20:14.776Z Checking foreign-types v0.3.2
24132026-05-02T17:20:14.834Z Checking pest v2.8.6
24142026-05-02T17:20:14.849Z Checking openssl-sys v0.9.114
24152026-05-02T17:20:14.894Z Checking tempfile v3.25.0
24162026-05-02T17:20:15.038Z Checking thiserror v2.0.18
24172026-05-02T17:20:15.063Z Checking wait-timeout v0.2.1
24182026-05-02T17:20:15.074Z Checking rustls-webpki v0.103.9
24192026-05-02T17:20:15.086Z Checking aho-corasick v1.1.4
24202026-05-02T17:20:15.138Z Checking siphasher v1.0.2
24212026-05-02T17:20:15.183Z Checking utf8parse v0.2.2
24222026-05-02T17:20:15.197Z Checking tokio-util v0.7.18
24232026-05-02T17:20:15.284Z Checking bit-vec v0.8.0
24242026-05-02T17:20:15.297Z Checking powerfmt v0.2.0
24252026-05-02T17:20:15.316Z Checking quick-error v1.2.3
24262026-05-02T17:20:15.377Z Checking simd-adler32 v0.3.8
24272026-05-02T17:20:15.415Z Checking anstyle v1.0.13
24282026-05-02T17:20:15.440Z Checking pretty-hex v0.4.1
24292026-05-02T17:20:15.475Z Checking bit-set v0.8.0
24302026-05-02T17:20:15.497Z Checking rustls v0.23.37
24312026-05-02T17:20:15.544Z Checking deranged v0.5.8
24322026-05-02T17:20:15.558Z Checking rusty-fork v0.3.1
24332026-05-02T17:20:15.593Z Checking openssl v0.10.78
24342026-05-02T17:20:15.617Z Checking anstyle-parse v0.2.7
24352026-05-02T17:20:15.719Z Checking quote v1.0.45
24362026-05-02T17:20:15.753Z Checking regex-automata v0.4.14
24372026-05-02T17:20:15.769Z Compiling newtype-uuid v1.3.2
24382026-05-02T17:20:15.792Z Checking h2 v0.4.13
24392026-05-02T17:20:15.884Z Checking unicode-normalization v0.1.25
24402026-05-02T17:20:15.898Z Checking rustls-native-certs v0.8.3
24412026-05-02T17:20:15.945Z Checking crossbeam-utils v0.8.21
24422026-05-02T17:20:16.024Z Checking rand_xorshift v0.4.0
24432026-05-02T17:20:16.141Z Checking crc32fast v1.5.0
24442026-05-02T17:20:16.277Z Checking scroll v0.13.0
24452026-05-02T17:20:16.290Z Checking signature v2.2.0
24462026-05-02T17:20:16.293Z Checking sync_wrapper v1.0.2
24472026-05-02T17:20:16.391Z Checking time-core v0.1.8
24482026-05-02T17:20:16.428Z Checking num-conv v0.2.0
24492026-05-02T17:20:16.469Z Checking adler2 v2.0.1
24502026-05-02T17:20:16.525Z Checking num_threads v0.1.7
24512026-05-02T17:20:16.537Z Checking unicode-bidi v0.3.18
24522026-05-02T17:20:16.565Z Checking anstyle-query v1.1.5
24532026-05-02T17:20:16.577Z Checking unicode-properties v0.1.4
24542026-05-02T17:20:16.610Z Checking unarray v0.1.4
24552026-05-02T17:20:16.655Z Checking is_terminal_polyfill v1.70.2
24562026-05-02T17:20:16.715Z Checking colorchoice v1.0.4
24572026-05-02T17:20:16.745Z Checking allocator-api2 v0.2.21
24582026-05-02T17:20:16.764Z Checking proptest v1.10.0
24592026-05-02T17:20:16.814Z Checking anstream v0.6.21
24602026-05-02T17:20:16.833Z Checking stringprep v0.1.5
24612026-05-02T17:20:16.990Z Checking time v0.3.47
24622026-05-02T17:20:17.016Z Checking miniz_oxide v0.8.9
24632026-05-02T17:20:17.033Z Checking goblin v0.10.5
24642026-05-02T17:20:17.360Z Checking tower v0.5.3
24652026-05-02T17:20:17.590Z Checking crossbeam-epoch v0.9.18
24662026-05-02T17:20:17.603Z Checking native-tls v0.2.18
24672026-05-02T17:20:17.753Z Compiling daft v0.1.5
24682026-05-02T17:20:17.779Z Checking syn v2.0.117
24692026-05-02T17:20:17.808Z Checking ipnetwork v0.21.1
24702026-05-02T17:20:17.847Z Checking tokio-rustls v0.26.4
24712026-05-02T17:20:18.020Z Checking http-body-util v0.1.3
24722026-05-02T17:20:18.034Z Checking webpki-roots v1.0.6
24732026-05-02T17:20:18.072Z Checking rand_chacha v0.3.1
24742026-05-02T17:20:18.124Z Checking thiserror v1.0.69
24752026-05-02T17:20:18.148Z Checking scroll v0.12.0
24762026-05-02T17:20:18.221Z Checking zstd-sys v2.0.16+zstd.1.5.7
24772026-05-02T17:20:18.235Z Checking hash32 v0.2.1
24782026-05-02T17:20:18.276Z Checking num-integer v0.1.46
24792026-05-02T17:20:18.331Z Checking toml_datetime v0.6.11
24802026-05-02T17:20:18.372Z Checking serde_spanned v0.6.9
24812026-05-02T17:20:18.389Z Checking md-5 v0.10.6
24822026-05-02T17:20:18.457Z Checking hyper v1.8.1
24832026-05-02T17:20:18.493Z Checking ff v0.13.1
24842026-05-02T17:20:18.509Z Checking ryu v1.0.23
24852026-05-02T17:20:18.519Z Checking iri-string v0.7.10
24862026-05-02T17:20:18.522Z Checking fallible-iterator v0.2.0
24872026-05-02T17:20:18.543Z Checking zlib-rs v0.6.2
24882026-05-02T17:20:18.615Z Checking psl-types v2.0.11
24892026-05-02T17:20:18.641Z Checking base16ct v0.2.0
24902026-05-02T17:20:18.731Z Checking publicsuffix v2.3.0
24912026-05-02T17:20:18.765Z Checking sec1 v0.7.3
24922026-05-02T17:20:18.791Z Checking postgres-protocol v0.6.10
24932026-05-02T17:20:18.887Z Checking serde_urlencoded v0.7.1
24942026-05-02T17:20:18.966Z Checking group v0.13.0
24952026-05-02T17:20:19.102Z Compiling iddqd v0.3.18
24962026-05-02T17:20:19.115Z Checking num-iter v0.1.45
24972026-05-02T17:20:19.225Z Checking heapless v0.7.17
24982026-05-02T17:20:19.240Z Checking goblin v0.8.2
24992026-05-02T17:20:19.327Z Checking dof v0.4.0
25002026-05-02T17:20:19.353Z Checking hyper-util v0.1.20
25012026-05-02T17:20:19.403Z Checking flate2 v1.1.9
25022026-05-02T17:20:19.508Z Checking tower-http v0.6.8
25032026-05-02T17:20:19.628Z Checking zstd-safe v7.2.4
25042026-05-02T17:20:19.693Z Checking rand v0.8.5
25052026-05-02T17:20:19.781Z Checking cookie v0.18.1
25062026-05-02T17:20:19.795Z Checking oxnet v0.1.4
25072026-05-02T17:20:19.954Z Checking tokio-native-tls v0.3.1
25082026-05-02T17:20:20.010Z Checking dtrace-parser v0.3.0
25092026-05-02T17:20:20.024Z Checking phf_shared v0.13.1
25102026-05-02T17:20:20.036Z Checking lazy_static v1.5.0
25112026-05-02T17:20:20.111Z Checking terminal_size v0.4.3
25122026-05-02T17:20:20.123Z Checking zerocopy v0.7.35
25132026-05-02T17:20:20.213Z Checking bzip2-sys v0.1.13+1.0.8
25142026-05-02T17:20:20.213Z Checking signal-hook v0.3.18
25152026-05-02T17:20:20.237Z Checking hkdf v0.12.4
25162026-05-02T17:20:20.240Z Checking crypto-bigint v0.5.5
25172026-05-02T17:20:20.261Z Checking thread-id v5.1.0
25182026-05-02T17:20:20.294Z Checking foldhash v0.1.5
25192026-05-02T17:20:20.335Z Checking winnow v0.5.40
25202026-05-02T17:20:20.367Z Checking clap_lex v1.0.0
25212026-05-02T17:20:20.402Z Checking strsim v0.11.1
25222026-05-02T17:20:20.425Z Checking foldhash v0.2.0
25232026-05-02T17:20:20.515Z Checking either v1.15.0
25242026-05-02T17:20:20.564Z Compiling rayon-core v1.13.0
25252026-05-02T17:20:20.578Z Checking winnow v0.7.14
25262026-05-02T17:20:20.591Z Checking hyper-rustls v0.27.7
25272026-05-02T17:20:20.603Z Checking bumpalo v3.20.2
25282026-05-02T17:20:20.701Z Checking managed v0.8.0
25292026-05-02T17:20:20.741Z Checking libbz2-rs-sys v0.2.2
25302026-05-02T17:20:20.791Z Checking bitflags v1.3.2
25312026-05-02T17:20:20.794Z Checking zopfli v0.8.3
25322026-05-02T17:20:20.863Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25332026-05-02T17:20:20.889Z Checking smoltcp v0.9.1
25342026-05-02T17:20:21.065Z Checking hyper-tls v0.6.0
25352026-05-02T17:20:21.102Z Checking dof v0.3.0
25362026-05-02T17:20:21.122Z Checking bzip2 v0.6.1
25372026-05-02T17:20:21.126Z Checking hashbrown v0.16.1
25382026-05-02T17:20:21.146Z Checking elliptic-curve v0.13.8
25392026-05-02T17:20:21.233Z Checking clap_builder v4.5.60
25402026-05-02T17:20:21.282Z Checking hashbrown v0.15.5
25412026-05-02T17:20:21.375Z Checking signal-hook-mio v0.2.5
25422026-05-02T17:20:21.460Z Checking usdt-impl v0.6.0
25432026-05-02T17:20:21.473Z Checking toml_edit v0.19.15
25442026-05-02T17:20:21.487Z Checking bzip2 v0.4.4
25452026-05-02T17:20:21.500Z Checking num-bigint-dig v0.8.6
25462026-05-02T17:20:21.639Z Checking phf v0.13.1
25472026-05-02T17:20:21.737Z Checking cookie_store v0.22.1
25482026-05-02T17:20:21.749Z Checking zstd v0.13.3
25492026-05-02T17:20:21.764Z Checking postgres-types v0.2.12
25502026-05-02T17:20:21.792Z Checking dtrace-parser v0.2.0
25512026-05-02T17:20:21.900Z Checking rustls-platform-verifier v0.6.2
25522026-05-02T17:20:21.937Z Checking crossbeam-deque v0.8.6
25532026-05-02T17:20:22.028Z Checking regex v1.12.3
25542026-05-02T17:20:22.041Z Checking bstr v1.12.1
25552026-05-02T17:20:22.062Z Checking ed25519 v2.2.3
25562026-05-02T17:20:22.075Z Checking phf_shared v0.11.3
25572026-05-02T17:20:22.111Z Checking curve25519-dalek v4.1.3
25582026-05-02T17:20:22.217Z Checking ref-cast v1.0.25
25592026-05-02T17:20:22.247Z Checking strum v0.27.2
25602026-05-02T17:20:22.334Z Checking hubpack v0.1.2
25612026-05-02T17:20:22.339Z Checking memoffset v0.9.1
25622026-05-02T17:20:22.339Z Checking rustix v0.38.44
25632026-05-02T17:20:22.355Z Checking pkcs1 v0.7.5
25642026-05-02T17:20:22.392Z Checking float-cmp v0.10.0
25652026-05-02T17:20:22.426Z Checking erased-serde v0.3.31
25662026-05-02T17:20:22.466Z Checking serde-big-array v0.5.1
25672026-05-02T17:20:22.478Z Checking hex v0.4.3
25682026-05-02T17:20:22.495Z Checking rfc6979 v0.4.0
25692026-05-02T17:20:22.515Z Checking memmap2 v0.9.10
25702026-05-02T17:20:22.564Z Checking thread-id v4.2.2
25712026-05-02T17:20:22.595Z Checking env_filter v1.0.0
25722026-05-02T17:20:22.608Z Checking encoding_rs v0.8.35
25732026-05-02T17:20:22.640Z Checking rustc-hash v2.1.1
25742026-05-02T17:20:22.674Z Checking static_assertions v1.1.0
25752026-05-02T17:20:22.692Z Checking keccak v0.1.6
25762026-05-02T17:20:22.735Z Checking mime v0.3.17
25772026-05-02T17:20:22.748Z Checking predicates-core v1.0.10
25782026-05-02T17:20:22.750Z Checking precomputed-hash v0.1.1
25792026-05-02T17:20:22.804Z Checking data-encoding v2.10.0
25802026-05-02T17:20:22.826Z Checking toml_write v0.1.2
25812026-05-02T17:20:22.854Z Checking fixedbitset v0.4.2
25822026-05-02T17:20:22.875Z Checking fixedbitset v0.5.7
25832026-05-02T17:20:22.888Z Checking normalize-line-endings v0.3.0
25842026-05-02T17:20:22.901Z Checking unicode-segmentation v1.12.0
25852026-05-02T17:20:22.976Z Checking whoami v2.1.0
25862026-05-02T17:20:22.990Z Checking jiff v0.2.21
25872026-05-02T17:20:23.002Z Checking new_debug_unreachable v1.0.6
25882026-05-02T17:20:23.067Z Checking difflib v0.4.0
25892026-05-02T17:20:23.070Z Checking hickory-proto v0.25.2
25902026-05-02T17:20:23.091Z Checking petgraph v0.8.3
25912026-05-02T17:20:23.122Z Checking crossterm v0.28.1
25922026-05-02T17:20:23.167Z Checking tokio-postgres v0.7.16
25932026-05-02T17:20:23.215Z Checking similar v2.7.0
25942026-05-02T17:20:23.243Z Checking predicates v3.1.4
25952026-05-02T17:20:23.538Z Checking string_cache v0.8.9
25962026-05-02T17:20:23.550Z Checking reqwest v0.12.28
25972026-05-02T17:20:23.594Z Checking petgraph v0.6.5
25982026-05-02T17:20:23.703Z Checking toml_edit v0.22.27
25992026-05-02T17:20:23.825Z Checking ed25519-dalek v2.2.0
26002026-05-02T17:20:24.057Z Checking sha3 v0.10.8
26012026-05-02T17:20:24.265Z Checking slog v2.8.2
26022026-05-02T17:20:24.395Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26032026-05-02T17:20:24.525Z Checking env_logger v0.11.9
26042026-05-02T17:20:24.637Z Checking serde_with v3.17.0
26052026-05-02T17:20:24.712Z Checking usdt v0.6.0
26062026-05-02T17:20:24.765Z Checking usdt-impl v0.5.0
26072026-05-02T17:20:24.817Z Checking ecdsa v0.16.9
26082026-05-02T17:20:24.875Z Checking rsa v0.9.10
26092026-05-02T17:20:25.045Z Checking toml v0.7.8
26102026-05-02T17:20:25.150Z Checking clap v4.5.60
26112026-05-02T17:20:25.185Z Checking zip v4.6.1
26122026-05-02T17:20:25.227Z Checking nix v0.31.2
26132026-05-02T17:20:25.344Z Checking reqwest v0.13.2
26142026-05-02T17:20:25.358Z Checking toml_parser v1.0.9+spec-1.1.0
26152026-05-02T17:20:25.575Z Checking zip v0.6.6
26162026-05-02T17:20:25.699Z Checking itertools v0.13.0
26172026-05-02T17:20:25.740Z Checking strum v0.26.3
26182026-05-02T17:20:25.825Z Checking tokio-stream v0.1.18
26192026-05-02T17:20:25.853Z Checking fs-err v3.3.0
26202026-05-02T17:20:25.894Z Checking ahash v0.8.12
26212026-05-02T17:20:26.040Z Checking object v0.37.3
26222026-05-02T17:20:26.090Z Checking buf-list v1.1.2
26232026-05-02T17:20:26.148Z Checking camino v1.2.2
26242026-05-02T17:20:26.173Z Checking anyhow v1.0.102
26252026-05-02T17:20:26.204Z Checking x509-cert v0.2.5
26262026-05-02T17:20:26.217Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26272026-05-02T17:20:26.272Z Checking openapiv3 v2.2.0
26282026-05-02T17:20:26.369Z Checking toml_datetime v0.7.5+spec-1.1.0
26292026-05-02T17:20:26.396Z Checking sha1 v0.10.6
26302026-05-02T17:20:26.483Z Checking peg-runtime v0.8.5
26312026-05-02T17:20:26.564Z Checking lalrpop-util v0.19.12
26322026-05-02T17:20:26.577Z Checking rayon v1.11.0
26332026-05-02T17:20:26.628Z Checking sigpipe v0.1.3
26342026-05-02T17:20:26.688Z Checking glob v0.3.3
26352026-05-02T17:20:28.201Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26362026-05-02T17:20:28.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.50s
26372026-05-02T17:20:28.645Z
26382026-05-02T17:20:28.645Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26392026-05-02T17:20:29.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-02T17:20:29.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-02T17:20:29.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-02T17:20:29.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26432026-05-02T17:20:29.251Z
26442026-05-02T17:20:29.251Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26452026-05-02T17:20:29.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-02T17:20:29.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-02T17:20:29.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-02T17:20:29.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-05-02T17:20:29.853Z
26502026-05-02T17:20:29.853Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26512026-05-02T17:20:30.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-02T17:20:30.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-02T17:20:30.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-02T17:20:30.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26552026-05-02T17:20:30.474Z
26562026-05-02T17:20:30.474Zinfo: running `cargo check --bins` on oxql-types (80/274)
26572026-05-02T17:20:30.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-02T17:20:30.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-02T17:20:30.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-02T17:20:30.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26612026-05-02T17:20:31.071Z
26622026-05-02T17:20:31.071Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26632026-05-02T17:20:31.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-02T17:20:31.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-02T17:20:31.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-05-02T17:20:31.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26672026-05-02T17:20:31.666Z
26682026-05-02T17:20:31.666Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26692026-05-02T17:20:32.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-05-02T17:20:32.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-05-02T17:20:32.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-05-02T17:20:32.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26732026-05-02T17:20:32.264Z
26742026-05-02T17:20:32.264Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26752026-05-02T17:20:32.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-05-02T17:20:32.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-05-02T17:20:32.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782026-05-02T17:20:32.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26792026-05-02T17:20:32.851Z
26802026-05-02T17:20:32.851Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26812026-05-02T17:20:33.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822026-05-02T17:20:33.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832026-05-02T17:20:33.535Z Compiling structmeta-derive v0.3.0
26842026-05-02T17:20:33.652Z Compiling rustls v0.22.4
26852026-05-02T17:20:33.661Z Compiling multer v3.1.0
26862026-05-02T17:20:33.669Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-05-02T17:20:33.672Z Compiling async-stream-impl v0.3.6
26882026-05-02T17:20:33.690Z Compiling dropshot v0.17.0
26892026-05-02T17:20:33.705Z Compiling dropshot_endpoint v0.17.0
26902026-05-02T17:20:33.705Z Compiling newtype-uuid-macros v0.1.0
26912026-05-02T17:20:33.842Z Checking newtype-uuid v1.3.2
26922026-05-02T17:20:33.899Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26932026-05-02T17:20:33.944Z Checking rustls-webpki v0.102.8
26942026-05-02T17:20:34.040Z Checking daft v0.1.5
26952026-05-02T17:20:34.055Z Checking futures-executor v0.3.32
26962026-05-02T17:20:34.239Z Checking thread_local v1.1.9
26972026-05-02T17:20:34.279Z Checking compression-core v0.4.31
26982026-05-02T17:20:34.309Z Checking match_cfg v0.1.0
26992026-05-02T17:20:34.400Z Checking compression-codecs v0.4.37
27002026-05-02T17:20:34.413Z Checking iddqd v0.3.18
27012026-05-02T17:20:34.451Z Compiling hostname v0.3.1
27022026-05-02T17:20:34.577Z Checking futures v0.3.32
27032026-05-02T17:20:34.591Z Checking crossbeam-channel v0.5.15
27042026-05-02T17:20:34.703Z Compiling structmeta v0.3.0
27052026-05-02T17:20:34.716Z Checking slog-json v2.6.1
27062026-05-02T17:20:34.919Z Compiling derive-ex v0.1.8
27072026-05-02T17:20:34.932Z Compiling parse-display-derive v0.10.0
27082026-05-02T17:20:34.958Z Compiling toml_datetime v1.0.0+spec-1.1.0
27092026-05-02T17:20:35.076Z Checking is-terminal v0.4.17
27102026-05-02T17:20:35.174Z Compiling serde_spanned v1.0.4
27112026-05-02T17:20:35.316Z Checking debug-ignore v1.0.5
27122026-05-02T17:20:35.384Z Checking toml_writer v1.0.6+spec-1.1.0
27132026-05-02T17:20:35.417Z Checking term v1.2.1
27142026-05-02T17:20:35.456Z Checking take_mut v0.2.2
27152026-05-02T17:20:35.558Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27162026-05-02T17:20:35.558Z Checking toml v1.0.6+spec-1.1.0
27172026-05-02T17:20:35.634Z Checking slog-term v2.9.2
27182026-05-02T17:20:35.676Z Checking slog-async v2.8.0
27192026-05-02T17:20:35.851Z Compiling slog-bunyan v2.5.0
27202026-05-02T17:20:35.990Z Compiling async-compression v0.4.41
27212026-05-02T17:20:36.004Z Checking tokio-rustls v0.25.0
27222026-05-02T17:20:36.147Z Compiling async-stream v0.3.6
27232026-05-02T17:20:36.258Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27242026-05-02T17:20:36.320Z Checking progenitor-client v0.14.0
27252026-05-02T17:20:36.334Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27262026-05-02T17:20:36.579Z Checking backon v1.6.0
27272026-05-02T17:20:36.600Z Compiling test-strategy v0.4.5
27282026-05-02T17:20:36.631Z Checking waitgroup v0.1.2
27292026-05-02T17:20:36.733Z Checking rustls-pemfile v2.2.0
27302026-05-02T17:20:36.901Z Checking serde_path_to_error v0.1.20
27312026-05-02T17:20:36.941Z Checking hostname v0.4.2
27322026-05-02T17:20:37.013Z Checking instant v0.1.13
27332026-05-02T17:20:37.093Z Compiling prettyplease v0.2.37
27342026-05-02T17:20:37.105Z Checking backoff v0.4.0
27352026-05-02T17:20:37.187Z Compiling progenitor-extras v0.2.0
27362026-05-02T17:20:37.326Z Checking parse-display v0.10.0
27372026-05-02T17:20:37.426Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27382026-05-02T17:20:37.511Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27392026-05-02T17:20:37.655Z Checking progenitor-client v0.10.0
27402026-05-02T17:20:37.723Z Checking itertools v0.14.0
27412026-05-02T17:20:37.879Z Checking regress v0.10.5
27422026-05-02T17:20:37.987Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27432026-05-02T17:20:38.010Z Checking num-rational v0.4.2
27442026-05-02T17:20:38.095Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27452026-05-02T17:20:38.744Z Checking num-complex v0.4.6
27462026-05-02T17:20:39.079Z Compiling macaddr v1.0.1
27472026-05-02T17:20:39.273Z Checking num v0.4.3
27482026-05-02T17:20:39.307Z Compiling usdt-macro v0.5.0
27492026-05-02T17:20:39.329Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27502026-05-02T17:20:39.347Z Compiling usdt-attr-macro v0.5.0
27512026-05-02T17:20:39.510Z Checking memmap v0.7.0
27522026-05-02T17:20:39.523Z Compiling float-ord v0.3.2
27532026-05-02T17:20:39.679Z Compiling toml v0.8.23
27542026-05-02T17:20:39.744Z Checking linked-hash-map v0.5.6
27552026-05-02T17:20:39.918Z Compiling minimal-lexical v0.2.1
27562026-05-02T17:20:40.117Z Checking usdt v0.5.0
27572026-05-02T17:20:40.172Z Compiling nom v7.1.3
27582026-05-02T17:20:40.287Z Checking lru-cache v0.1.2
27592026-05-02T17:20:40.735Z Checking hickory-proto v0.24.4
27602026-05-02T17:20:40.809Z Checking phf_shared v0.12.1
27612026-05-02T17:20:40.812Z Compiling slog-dtrace v0.3.0
27622026-05-02T17:20:40.957Z Checking heck v0.5.0
27632026-05-02T17:20:41.018Z Checking resolv-conf v0.7.6
27642026-05-02T17:20:41.086Z Compiling convert_case v0.4.0
27652026-05-02T17:20:41.204Z Compiling chrono-tz v0.10.4
27662026-05-02T17:20:41.384Z Compiling const_format_proc_macros v0.2.34
27672026-05-02T17:20:41.485Z Compiling derive_more v0.99.20
27682026-05-02T17:20:41.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27692026-05-02T17:20:41.681Z Checking phf v0.12.1
27702026-05-02T17:20:41.827Z Checking tokio-dtrace v0.1.1
27712026-05-02T17:20:42.002Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27722026-05-02T17:20:42.019Z Compiling derive-where v1.6.0
27732026-05-02T17:20:42.219Z Checking highway v1.3.0
27742026-05-02T17:20:42.527Z Checking const_format v0.2.35
27752026-05-02T17:20:42.560Z Checking hickory-resolver v0.24.4
27762026-05-02T17:20:42.633Z Checking oxide-tokio-rt v0.1.4
27772026-05-02T17:20:43.027Z Checking gethostname v0.5.0
27782026-05-02T17:20:43.118Z Checking bcs v0.1.6
27792026-05-02T17:20:43.184Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27802026-05-02T17:20:43.305Z Compiling async-recursion v1.1.1
27812026-05-02T17:20:43.335Z Checking qorb v0.4.1
27822026-05-02T17:20:43.349Z Checking termtree v0.5.1
27832026-05-02T17:20:43.986Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27842026-05-02T17:20:44.678Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27852026-05-02T17:20:44.872Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27862026-05-02T17:20:44.872Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27872026-05-02T17:20:46.870Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27882026-05-02T17:20:49.390Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27892026-05-02T17:20:51.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.58s
27902026-05-02T17:20:51.625Z
27912026-05-02T17:20:51.625Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27922026-05-02T17:20:52.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-05-02T17:20:52.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-05-02T17:20:52.314Z Compiling ar_archive_writer v0.5.1
27952026-05-02T17:20:52.426Z Compiling stacker v0.1.23
27962026-05-02T17:20:52.429Z Compiling cfg_aliases v0.1.1
27972026-05-02T17:20:52.439Z Compiling convert_case v0.10.0
27982026-05-02T17:20:52.446Z Checking unicode-width v0.1.14
27992026-05-02T17:20:52.454Z Compiling proc-macro-error v1.0.4
28002026-05-02T17:20:52.464Z Checking fd-lock v4.0.4
28012026-05-02T17:20:52.464Z Checking nibble_vec v0.1.0
28022026-05-02T17:20:52.489Z Compiling nix v0.28.0
28032026-05-02T17:20:52.575Z Checking vte v0.14.1
28042026-05-02T17:20:52.592Z Compiling recursive-proc-macro-impl v0.1.1
28052026-05-02T17:20:52.677Z Checking bytecount v0.6.9
28062026-05-02T17:20:52.689Z Checking endian-type v0.1.2
28072026-05-02T17:20:52.723Z Checking strip-ansi-escapes v0.2.1
28082026-05-02T17:20:52.735Z Compiling derive_more-impl v2.1.1
28092026-05-02T17:20:52.746Z Compiling tabled_derive v0.7.0
28102026-05-02T17:20:52.774Z Checking papergrid v0.11.0
28112026-05-02T17:20:52.808Z Checking radix_trie v0.2.1
28122026-05-02T17:20:52.837Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28132026-05-02T17:20:52.987Z Compiling peg-macros v0.8.5
28142026-05-02T17:20:53.020Z Checking winnow v0.6.26
28152026-05-02T17:20:53.249Z Compiling psm v0.1.30
28162026-05-02T17:20:53.325Z Compiling sqlparser_derive v0.5.0
28172026-05-02T17:20:53.381Z Checking unicode-width v0.2.0
28182026-05-02T17:20:53.526Z Checking derive_more v2.1.1
28192026-05-02T17:20:53.606Z Checking home v0.5.12
28202026-05-02T17:20:53.629Z Checking nu-ansi-term v0.50.3
28212026-05-02T17:20:53.700Z Checking unicode_categories v0.1.1
28222026-05-02T17:20:53.712Z Checking tabled v0.15.0
28232026-05-02T17:20:53.818Z Checking rustyline v14.0.0
28242026-05-02T17:20:53.835Z Checking reedline v0.40.0
28252026-05-02T17:20:53.854Z Checking crossterm v0.29.0
28262026-05-02T17:20:54.014Z Checking recursive v0.1.1
28272026-05-02T17:20:54.098Z Checking display-error-chain v0.2.2
28282026-05-02T17:20:54.112Z Checking sqlparser v0.61.0
28292026-05-02T17:20:54.159Z Checking sqlformat v0.3.5
28302026-05-02T17:20:54.328Z Checking peg v0.8.5
28312026-05-02T17:21:05.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
28322026-05-02T17:21:05.368Z
28332026-05-02T17:21:05.368Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28342026-05-02T17:21:05.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-02T17:21:05.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-02T17:21:06.044Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-02T17:21:09.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28382026-05-02T17:21:09.575Z
28392026-05-02T17:21:09.575Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28402026-05-02T17:21:10.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-02T17:21:10.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-02T17:21:10.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-02T17:21:12.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28442026-05-02T17:21:12.811Z
28452026-05-02T17:21:12.811Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28462026-05-02T17:21:13.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-02T17:21:13.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-02T17:21:13.476Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-02T17:21:16.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
28502026-05-02T17:21:16.820Z
28512026-05-02T17:21:16.821Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28522026-05-02T17:21:17.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-02T17:21:17.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-02T17:21:17.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-02T17:21:20.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28562026-05-02T17:21:20.865Z
28572026-05-02T17:21:20.865Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28582026-05-02T17:21:21.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-02T17:21:21.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-02T17:21:21.541Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-02T17:21:24.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28622026-05-02T17:21:24.272Z
28632026-05-02T17:21:24.272Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28642026-05-02T17:21:24.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-02T17:21:24.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-02T17:21:24.947Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-05-02T17:21:27.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28682026-05-02T17:21:27.679Z
28692026-05-02T17:21:27.679Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28702026-05-02T17:21:28.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-02T17:21:28.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-02T17:21:28.352Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-05-02T17:21:31.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28742026-05-02T17:21:31.912Z
28752026-05-02T17:21:31.912Zinfo: running `cargo check --bins` on oximeter (93/274)
28762026-05-02T17:21:32.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-05-02T17:21:32.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-05-02T17:21:32.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-05-02T17:21:32.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28802026-05-02T17:21:32.510Z
28812026-05-02T17:21:32.510Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28822026-05-02T17:21:33.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-02T17:21:33.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-02T17:21:33.142Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28852026-05-02T17:21:33.303Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28862026-05-02T17:21:33.318Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28872026-05-02T17:21:33.640Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28882026-05-02T17:21:36.693Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28892026-05-02T17:21:37.897Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28902026-05-02T17:21:38.061Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28912026-05-02T17:21:38.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
28922026-05-02T17:21:38.911Z
28932026-05-02T17:21:38.911Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28942026-05-02T17:21:39.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-02T17:21:39.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-02T17:21:39.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-02T17:21:39.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28982026-05-02T17:21:39.503Z
28992026-05-02T17:21:39.503Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29002026-05-02T17:21:40.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-02T17:21:40.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-02T17:21:40.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-02T17:21:40.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29042026-05-02T17:21:40.144Z
29052026-05-02T17:21:40.144Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29062026-05-02T17:21:40.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-02T17:21:40.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-02T17:21:40.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-02T17:21:40.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-05-02T17:21:40.745Z
29112026-05-02T17:21:40.745Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29122026-05-02T17:21:41.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-02T17:21:41.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-02T17:21:41.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-02T17:21:41.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-05-02T17:21:41.349Z
29172026-05-02T17:21:41.349Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29182026-05-02T17:21:41.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-02T17:21:41.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-02T17:21:41.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-02T17:21:41.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-05-02T17:21:41.945Z
29232026-05-02T17:21:41.945Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29242026-05-02T17:21:42.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-02T17:21:42.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-02T17:21:42.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-02T17:21:42.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-05-02T17:21:42.545Z
29292026-05-02T17:21:42.546Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29302026-05-02T17:21:43.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-02T17:21:43.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-02T17:21:43.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-02T17:21:43.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29342026-05-02T17:21:43.135Z
29352026-05-02T17:21:43.135Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29362026-05-02T17:21:43.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-02T17:21:43.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-02T17:21:43.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-05-02T17:21:43.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29402026-05-02T17:21:43.733Z
29412026-05-02T17:21:43.733Zinfo: running `cargo check --bins` on update-engine (103/274)
29422026-05-02T17:21:44.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-05-02T17:21:44.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-05-02T17:21:44.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-05-02T17:21:44.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29462026-05-02T17:21:44.318Z
29472026-05-02T17:21:44.318Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29482026-05-02T17:21:44.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-05-02T17:21:44.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-05-02T17:21:45.035Z Compiling crucible-workspace-hack v0.1.0
29512026-05-02T17:21:45.152Z Checking secrecy v0.10.3
29522026-05-02T17:21:45.159Z Compiling heapless v0.8.0
29532026-05-02T17:21:45.166Z Compiling ingot-macros v0.1.1
29542026-05-02T17:21:45.173Z Compiling toml_edit v0.23.10+spec-1.0.0
29552026-05-02T17:21:45.176Z Checking hash32 v0.3.1
29562026-05-02T17:21:45.194Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29572026-05-02T17:21:45.194Z Compiling smoltcp v0.11.0
29582026-05-02T17:21:45.252Z Checking cobs v0.3.0
29592026-05-02T17:21:45.300Z Compiling thiserror-impl-no-std v2.0.2
29602026-05-02T17:21:45.391Z Checking half v2.7.1
29612026-05-02T17:21:45.415Z Checking universal-hash v0.5.1
29622026-05-02T17:21:45.440Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29632026-05-02T17:21:45.541Z Checking ciborium-io v0.2.2
29642026-05-02T17:21:45.557Z Checking opaque-debug v0.3.1
29652026-05-02T17:21:45.628Z Checking poly1305 v0.8.0
29662026-05-02T17:21:45.639Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29672026-05-02T17:21:45.651Z Checking postcard v1.1.3
29682026-05-02T17:21:45.664Z Checking ciborium-ll v0.2.2
29692026-05-02T17:21:45.837Z Compiling proc-macro-crate v3.4.0
29702026-05-02T17:21:45.883Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29712026-05-02T17:21:45.929Z Checking password-hash v0.5.0
29722026-05-02T17:21:45.943Z Checking chacha20 v0.9.1
29732026-05-02T17:21:46.134Z Compiling proc-macro-crate v1.3.1
29742026-05-02T17:21:46.150Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29752026-05-02T17:21:46.164Z Checking blake2 v0.10.6
29762026-05-02T17:21:46.211Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29772026-05-02T17:21:46.385Z Checking aead v0.5.2
29782026-05-02T17:21:46.398Z Compiling num_enum_derive v0.7.5
29792026-05-02T17:21:46.401Z Compiling foreign-types-macros v0.2.3
29802026-05-02T17:21:46.424Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29812026-05-02T17:21:46.460Z Checking thiserror-no-std v2.0.2
29822026-05-02T17:21:46.533Z Checking foreign-types-shared v0.3.1
29832026-05-02T17:21:46.554Z Checking cpufeatures v0.3.0
29842026-05-02T17:21:46.567Z Compiling num_enum_derive v0.5.11
29852026-05-02T17:21:46.629Z Checking vsss-rs v3.3.4
29862026-05-02T17:21:46.632Z Checking chacha20 v0.10.0
29872026-05-02T17:21:46.664Z Checking chacha20poly1305 v0.10.1
29882026-05-02T17:21:46.793Z Checking argon2 v0.5.3
29892026-05-02T17:21:46.855Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29902026-05-02T17:21:46.994Z Checking foreign-types v0.5.0
29912026-05-02T17:21:47.075Z Checking ciborium v0.2.2
29922026-05-02T17:21:47.241Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29932026-05-02T17:21:47.285Z Checking console v0.15.11
29942026-05-02T17:21:47.443Z Checking num_enum v0.7.5
29952026-05-02T17:21:47.490Z Checking tabwriter v1.4.1
29962026-05-02T17:21:47.521Z Checking newline-converter v0.3.0
29972026-05-02T17:21:47.548Z Checking camino-tempfile v1.4.1
29982026-05-02T17:21:47.561Z Checking atomicwrites v0.4.4
29992026-05-02T17:21:47.598Z Checking byte-wrapper v0.1.0
30002026-05-02T17:21:47.627Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-05-02T17:21:47.627Z Checking cstr-argument v0.1.2
30022026-05-02T17:21:47.683Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30032026-05-02T17:21:47.706Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30042026-05-02T17:21:47.737Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30052026-05-02T17:21:47.750Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-05-02T17:21:47.806Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30072026-05-02T17:21:47.905Z Checking expectorate v1.2.0
30082026-05-02T17:21:47.918Z Checking num_enum v0.5.11
30092026-05-02T17:21:47.962Z Checking ingot-types v0.1.2
30102026-05-02T17:21:48.028Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30112026-05-02T17:21:48.041Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30122026-05-02T17:21:48.064Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30132026-05-02T17:21:48.128Z Checking rand v0.10.0
30142026-05-02T17:21:48.169Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30152026-05-02T17:21:48.187Z Checking colored v3.1.1
30162026-05-02T17:21:48.237Z Checking indent_write v2.2.0
30172026-05-02T17:21:48.309Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30182026-05-02T17:21:48.323Z Checking ingot v0.1.1
30192026-05-02T17:21:48.366Z Compiling zone_cfg_derive v0.3.1
30202026-05-02T17:21:48.381Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30212026-05-02T17:21:48.403Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30222026-05-02T17:21:48.430Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30232026-05-02T17:21:48.479Z Checking itertools v0.12.1
30242026-05-02T17:21:48.570Z Compiling num-derive v0.4.2
30252026-05-02T17:21:48.603Z Checking swrite v0.1.0
30262026-05-02T17:21:48.696Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30272026-05-02T17:21:48.833Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30282026-05-02T17:21:48.899Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30292026-05-02T17:21:48.997Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30302026-05-02T17:21:49.157Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30312026-05-02T17:21:49.218Z Checking dropshot-api-manager-types v0.7.1
30322026-05-02T17:21:49.272Z Checking smf v0.2.3
30332026-05-02T17:21:49.394Z Checking nanorand v0.7.0
30342026-05-02T17:21:49.421Z Checking whoami v1.6.1
30352026-05-02T17:21:49.447Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30362026-05-02T17:21:49.491Z Checking zone v0.3.1
30372026-05-02T17:21:49.504Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30382026-05-02T17:21:49.516Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30392026-05-02T17:21:49.587Z Checking flume v0.11.1
30402026-05-02T17:21:49.900Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-02T17:21:50.864Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-05-02T17:21:51.740Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30432026-05-02T17:21:54.811Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-05-02T17:21:56.870Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-05-02T17:21:57.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
30462026-05-02T17:21:58.075Z
30472026-05-02T17:21:58.075Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30482026-05-02T17:21:58.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-05-02T17:21:58.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-05-02T17:21:58.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-05-02T17:21:58.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30522026-05-02T17:21:58.675Z
30532026-05-02T17:21:58.675Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30542026-05-02T17:21:59.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-05-02T17:21:59.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-05-02T17:21:59.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-05-02T17:21:59.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-05-02T17:21:59.277Z
30592026-05-02T17:21:59.277Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30602026-05-02T17:21:59.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-05-02T17:21:59.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-05-02T17:21:59.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-05-02T17:21:59.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-05-02T17:21:59.880Z
30652026-05-02T17:21:59.881Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30662026-05-02T17:22:00.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-05-02T17:22:00.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-05-02T17:22:00.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-05-02T17:22:00.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-05-02T17:22:00.488Z
30712026-05-02T17:22:00.488Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30722026-05-02T17:22:00.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-05-02T17:22:00.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-05-02T17:22:00.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-05-02T17:22:01.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30762026-05-02T17:22:01.089Z
30772026-05-02T17:22:01.089Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30782026-05-02T17:22:01.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-05-02T17:22:01.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-05-02T17:22:01.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-05-02T17:22:01.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-05-02T17:22:01.694Z
30832026-05-02T17:22:01.694Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30842026-05-02T17:22:02.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-05-02T17:22:02.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-05-02T17:22:02.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-05-02T17:22:02.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-05-02T17:22:02.290Z
30892026-05-02T17:22:02.290Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30902026-05-02T17:22:02.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-05-02T17:22:02.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-05-02T17:22:02.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-05-02T17:22:02.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30942026-05-02T17:22:02.879Z
30952026-05-02T17:22:02.879Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30962026-05-02T17:22:03.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-05-02T17:22:03.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-05-02T17:22:03.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-05-02T17:22:03.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-05-02T17:22:03.475Z
31012026-05-02T17:22:03.475Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31022026-05-02T17:22:03.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-05-02T17:22:03.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-05-02T17:22:03.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-05-02T17:22:03.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31062026-05-02T17:22:04.077Z
31072026-05-02T17:22:04.077Zinfo: running `cargo check --bins` on installinator-client (115/274)
31082026-05-02T17:22:04.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-05-02T17:22:04.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-05-02T17:22:04.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-05-02T17:22:04.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31122026-05-02T17:22:04.681Z
31132026-05-02T17:22:04.681Zinfo: running `cargo check --bins` on nexus-client (116/274)
31142026-05-02T17:22:05.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-05-02T17:22:05.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-05-02T17:22:05.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-05-02T17:22:05.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31182026-05-02T17:22:05.320Z
31192026-05-02T17:22:05.320Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31202026-05-02T17:22:05.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-05-02T17:22:05.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-05-02T17:22:05.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-05-02T17:22:05.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31242026-05-02T17:22:05.956Z
31252026-05-02T17:22:05.957Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31262026-05-02T17:22:06.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-05-02T17:22:06.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-05-02T17:22:06.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-05-02T17:22:06.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31302026-05-02T17:22:06.543Z
31312026-05-02T17:22:06.543Zinfo: running `cargo check --bins` on oxide-client (119/274)
31322026-05-02T17:22:07.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-05-02T17:22:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-05-02T17:22:07.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-05-02T17:22:07.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31362026-05-02T17:22:07.135Z
31372026-05-02T17:22:07.135Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31382026-05-02T17:22:07.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-05-02T17:22:07.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-05-02T17:22:07.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-05-02T17:22:07.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-05-02T17:22:07.735Z
31432026-05-02T17:22:07.735Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31442026-05-02T17:22:08.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-05-02T17:22:08.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-05-02T17:22:08.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-05-02T17:22:08.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31482026-05-02T17:22:08.323Z
31492026-05-02T17:22:08.323Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31502026-05-02T17:22:08.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-05-02T17:22:08.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-05-02T17:22:08.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-05-02T17:22:08.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31542026-05-02T17:22:08.934Z
31552026-05-02T17:22:08.934Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31562026-05-02T17:22:09.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-05-02T17:22:09.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-05-02T17:22:09.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-05-02T17:22:09.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-05-02T17:22:09.556Z
31612026-05-02T17:22:09.556Zinfo: running `cargo check --bins` on installinator-common (124/274)
31622026-05-02T17:22:10.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-05-02T17:22:10.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-05-02T17:22:10.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-05-02T17:22:10.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31662026-05-02T17:22:10.181Z
31672026-05-02T17:22:10.181Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31682026-05-02T17:22:10.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-05-02T17:22:10.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-05-02T17:22:10.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-05-02T17:22:10.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31722026-05-02T17:22:10.767Z
31732026-05-02T17:22:10.767Zinfo: running `cargo check --bins` on wicket-common (126/274)
31742026-05-02T17:22:11.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-05-02T17:22:11.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-05-02T17:22:11.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-05-02T17:22:11.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31782026-05-02T17:22:11.379Z
31792026-05-02T17:22:11.379Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31802026-05-02T17:22:11.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-05-02T17:22:11.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-05-02T17:22:12.070Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31832026-05-02T17:22:12.184Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31842026-05-02T17:22:12.193Z Checking csv-core v0.1.13
31852026-05-02T17:22:12.201Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31862026-05-02T17:22:12.204Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31872026-05-02T17:22:12.218Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31882026-05-02T17:22:12.229Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-05-02T17:22:12.239Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31902026-05-02T17:22:12.348Z Checking csv v1.4.0
31912026-05-02T17:22:12.365Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31922026-05-02T17:22:12.412Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31932026-05-02T17:22:12.439Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31942026-05-02T17:22:12.676Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31952026-05-02T17:22:13.037Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-05-02T17:22:13.037Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31972026-05-02T17:22:13.367Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31982026-05-02T17:22:19.111Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31992026-05-02T17:22:19.641Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32002026-05-02T17:22:22.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.61s
32012026-05-02T17:22:22.189Z
32022026-05-02T17:22:22.189Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32032026-05-02T17:22:22.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-02T17:22:22.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-02T17:22:22.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-02T17:22:22.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32072026-05-02T17:22:22.784Z
32082026-05-02T17:22:22.784Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32092026-05-02T17:22:23.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-02T17:22:23.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-02T17:22:23.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-02T17:22:23.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32132026-05-02T17:22:23.470Z
32142026-05-02T17:22:23.470Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32152026-05-02T17:22:24.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-02T17:22:24.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-02T17:22:24.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-05-02T17:22:24.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32192026-05-02T17:22:24.155Z
32202026-05-02T17:22:24.155Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32212026-05-02T17:22:24.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-05-02T17:22:24.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-05-02T17:22:24.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-05-02T17:22:24.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32252026-05-02T17:22:24.803Z
32262026-05-02T17:22:24.803Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32272026-05-02T17:22:25.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-05-02T17:22:25.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-05-02T17:22:25.571Z Compiling regress v0.11.1
32302026-05-02T17:22:25.709Z Compiling unsafe-libyaml v0.2.11
32312026-05-02T17:22:25.721Z Compiling radium v0.7.0
32322026-05-02T17:22:25.722Z Compiling semver v0.1.20
32332026-05-02T17:22:25.746Z Compiling pin-project-internal v1.1.11
32342026-05-02T17:22:25.758Z Checking tap v1.0.1
32352026-05-02T17:22:25.761Z Compiling maybe-uninit v2.0.0
32362026-05-02T17:22:25.860Z Checking wyz v0.5.1
32372026-05-02T17:22:25.987Z Compiling rustc_version v0.1.7
32382026-05-02T17:22:26.048Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32392026-05-02T17:22:26.082Z Checking progenitor-client v0.13.0
32402026-05-02T17:22:26.181Z Compiling snafu-derive v0.8.9
32412026-05-02T17:22:26.208Z Compiling newtype_derive v0.1.6
32422026-05-02T17:22:26.314Z Compiling serde_yaml v0.9.34+deprecated
32432026-05-02T17:22:26.393Z Compiling zerocopy-derive v0.6.6
32442026-05-02T17:22:26.446Z Checking funty v2.0.0
32452026-05-02T17:22:26.819Z Compiling packed_struct v0.10.1
32462026-05-02T17:22:26.863Z Checking pin-project v1.1.11
32472026-05-02T17:22:26.965Z Checking crc-catalog v2.4.0
32482026-05-02T17:22:27.060Z Compiling cancel-safe-futures v0.1.5
32492026-05-02T17:22:27.075Z Compiling owo-colors v4.3.0
32502026-05-02T17:22:27.137Z Checking typify-impl v0.6.2
32512026-05-02T17:22:27.270Z Checking same-file v1.0.6
32522026-05-02T17:22:27.388Z Checking walkdir v2.5.0
32532026-05-02T17:22:27.472Z Checking zerocopy v0.6.6
32542026-05-02T17:22:27.557Z Checking crc v3.4.0
32552026-05-02T17:22:27.574Z Checking bitvec v1.0.1
32562026-05-02T17:22:27.774Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-05-02T17:22:27.788Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32582026-05-02T17:22:27.828Z Checking globset v0.4.18
32592026-05-02T17:22:28.090Z Checking olpc-cjson v0.1.4
32602026-05-02T17:22:28.104Z Checking snafu v0.8.9
32612026-05-02T17:22:28.125Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32622026-05-02T17:22:28.231Z Checking pem v3.0.6
32632026-05-02T17:22:28.271Z Compiling packed_struct_codegen v0.10.1
32642026-05-02T17:22:28.308Z Checking libsw-core v0.3.2
32652026-05-02T17:22:28.345Z Checking serde_plain v1.0.2
32662026-05-02T17:22:28.377Z Compiling bitfield-macros v0.19.4
32672026-05-02T17:22:28.393Z Compiling indexmap v1.9.3
32682026-05-02T17:22:28.454Z Checking typed-path v0.9.3
32692026-05-02T17:22:28.492Z Checking nodrop v0.1.14
32702026-05-02T17:22:28.587Z Checking array-init v0.0.4
32712026-05-02T17:22:28.619Z Checking libsw v3.5.0
32722026-05-02T17:22:28.772Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-05-02T17:22:28.870Z Checking smallvec v0.6.14
32742026-05-02T17:22:28.906Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32752026-05-02T17:22:28.968Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-05-02T17:22:29.080Z Checking bitfield v0.19.4
32772026-05-02T17:22:29.173Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32782026-05-02T17:22:29.229Z Checking tough v0.20.0
32792026-05-02T17:22:29.299Z Checking hashbrown v0.12.3
32802026-05-02T17:22:29.313Z Checking unicode-linebreak v0.1.5
32812026-05-02T17:22:29.328Z Checking smawk v0.3.2
32822026-05-02T17:22:29.354Z Checking base64 v0.21.7
32832026-05-02T17:22:29.455Z Checking linear-map v1.2.0
32842026-05-02T17:22:29.523Z Checking tagptr v0.2.0
32852026-05-02T17:22:29.590Z Checking ron v0.8.1
32862026-05-02T17:22:29.625Z Checking textwrap v0.16.2
32872026-05-02T17:22:29.662Z Checking moka v0.12.13
32882026-05-02T17:22:29.697Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32892026-05-02T17:22:29.838Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32902026-05-02T17:22:30.010Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32912026-05-02T17:22:30.028Z Checking serde-hex v0.1.0
32922026-05-02T17:22:30.103Z Checking steno v0.4.1
32932026-05-02T17:22:30.288Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32942026-05-02T17:22:30.407Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32952026-05-02T17:22:30.454Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32962026-05-02T17:22:30.806Z Checking hashbrown v0.13.2
32972026-05-02T17:22:30.948Z Checking humantime v2.3.0
32982026-05-02T17:22:31.029Z Checking crc-any v2.5.0
32992026-05-02T17:22:31.086Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33002026-05-02T17:22:31.138Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33012026-05-02T17:22:31.204Z Checking hickory-resolver v0.25.2
33022026-05-02T17:22:31.217Z Checking utf-8 v0.7.6
33032026-05-02T17:22:31.239Z Checking object v0.30.4
33042026-05-02T17:22:31.293Z Checking void v1.0.2
33052026-05-02T17:22:31.307Z Checking path-slash v0.1.5
33062026-05-02T17:22:31.348Z Checking half v1.8.3
33072026-05-02T17:22:31.399Z Checking lzss v0.8.2
33082026-05-02T17:22:31.413Z Checking tungstenite v0.23.0
33092026-05-02T17:22:31.584Z Checking serde_cbor v0.11.2
33102026-05-02T17:22:31.618Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33112026-05-02T17:22:31.642Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33122026-05-02T17:22:31.780Z Checking nix v0.27.1
33132026-05-02T17:22:31.834Z Compiling typify-macro v0.6.2
33142026-05-02T17:22:31.837Z Checking kstat-rs v0.2.4
33152026-05-02T17:22:31.877Z Checking fxhash v0.2.1
33162026-05-02T17:22:31.957Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33172026-05-02T17:22:31.972Z Checking serde_bytes v0.11.19
33182026-05-02T17:22:31.996Z Checking tokio-tungstenite v0.23.1
33192026-05-02T17:22:32.036Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33202026-05-02T17:22:32.145Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33212026-05-02T17:22:32.255Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33222026-05-02T17:22:32.285Z Checking signal-hook-tokio v0.3.1
33232026-05-02T17:22:33.266Z Compiling typify v0.6.2
33242026-05-02T17:22:33.347Z Compiling progenitor-impl v0.13.0
33252026-05-02T17:22:33.348Z Compiling progenitor-impl v0.14.0
33262026-05-02T17:22:33.396Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-05-02T17:22:34.300Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33282026-05-02T17:22:34.619Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33292026-05-02T17:22:34.925Z Compiling progenitor-macro v0.13.0
33302026-05-02T17:22:34.961Z Compiling progenitor-macro v0.14.0
33312026-05-02T17:22:37.487Z Checking progenitor v0.13.0
33322026-05-02T17:22:37.539Z Checking progenitor v0.14.0
33332026-05-02T17:22:37.613Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33342026-05-02T17:22:37.653Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-05-02T17:22:40.608Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33362026-05-02T17:22:47.997Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33372026-05-02T17:22:54.343Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33382026-05-02T17:22:55.717Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-05-02T17:22:56.222Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-05-02T17:22:58.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.51s
33412026-05-02T17:22:58.523Z
33422026-05-02T17:22:58.523Zinfo: running `cargo check --bins` on gateway-api (133/274)
33432026-05-02T17:22:59.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-02T17:22:59.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-02T17:22:59.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-02T17:22:59.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-05-02T17:22:59.120Z
33482026-05-02T17:22:59.120Zinfo: running `cargo check --bins` on ipcc (134/274)
33492026-05-02T17:22:59.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-02T17:22:59.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-02T17:22:59.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-02T17:22:59.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-05-02T17:22:59.720Z
33542026-05-02T17:22:59.721Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33552026-05-02T17:23:00.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-02T17:23:00.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-02T17:23:00.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-02T17:23:00.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33592026-05-02T17:23:00.305Z
33602026-05-02T17:23:00.305Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33612026-05-02T17:23:00.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-02T17:23:00.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-02T17:23:00.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-02T17:23:00.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-05-02T17:23:00.903Z
33662026-05-02T17:23:00.903Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33672026-05-02T17:23:01.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-02T17:23:01.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-02T17:23:01.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-02T17:23:01.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33712026-05-02T17:23:01.501Z
33722026-05-02T17:23:01.501Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33732026-05-02T17:23:02.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-02T17:23:02.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-02T17:23:02.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-02T17:23:02.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33772026-05-02T17:23:02.099Z
33782026-05-02T17:23:02.099Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33792026-05-02T17:23:02.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-02T17:23:02.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-02T17:23:02.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-02T17:23:02.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33832026-05-02T17:23:02.696Z
33842026-05-02T17:23:02.696Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33852026-05-02T17:23:03.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-02T17:23:03.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-02T17:23:03.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-02T17:23:03.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-05-02T17:23:03.298Z
33902026-05-02T17:23:03.299Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33912026-05-02T17:23:03.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-02T17:23:03.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-02T17:23:03.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-02T17:23:03.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-05-02T17:23:03.894Z
33962026-05-02T17:23:03.894Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33972026-05-02T17:23:04.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-02T17:23:04.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-02T17:23:04.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-02T17:23:04.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-05-02T17:23:04.498Z
34022026-05-02T17:23:04.498Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34032026-05-02T17:23:05.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-02T17:23:05.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-02T17:23:05.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-02T17:23:05.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-02T17:23:05.100Z
34082026-05-02T17:23:05.100Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34092026-05-02T17:23:05.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-02T17:23:05.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-02T17:23:05.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-02T17:23:05.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-05-02T17:23:05.700Z
34142026-05-02T17:23:05.701Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34152026-05-02T17:23:06.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-02T17:23:06.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-02T17:23:06.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-02T17:23:06.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34192026-05-02T17:23:06.302Z
34202026-05-02T17:23:06.302Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34212026-05-02T17:23:06.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-02T17:23:06.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-02T17:23:06.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-02T17:23:06.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-05-02T17:23:06.902Z
34262026-05-02T17:23:06.902Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34272026-05-02T17:23:07.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-02T17:23:07.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-02T17:23:07.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-02T17:23:07.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-05-02T17:23:07.504Z
34322026-05-02T17:23:07.504Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34332026-05-02T17:23:08.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-02T17:23:08.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-02T17:23:08.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-02T17:23:08.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-05-02T17:23:08.106Z
34382026-05-02T17:23:08.106Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34392026-05-02T17:23:08.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-02T17:23:08.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-02T17:23:08.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-02T17:23:08.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34432026-05-02T17:23:08.705Z
34442026-05-02T17:23:08.705Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34452026-05-02T17:23:09.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-02T17:23:09.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-02T17:23:09.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-02T17:23:09.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34492026-05-02T17:23:09.304Z
34502026-05-02T17:23:09.304Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34512026-05-02T17:23:09.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-02T17:23:09.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-02T17:23:09.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-02T17:23:09.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34552026-05-02T17:23:09.900Z
34562026-05-02T17:23:09.900Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34572026-05-02T17:23:10.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-02T17:23:10.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-02T17:23:10.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-05-02T17:23:10.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34612026-05-02T17:23:10.496Z
34622026-05-02T17:23:10.496Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34632026-05-02T17:23:11.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-02T17:23:11.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-02T17:23:11.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-05-02T17:23:11.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34672026-05-02T17:23:11.098Z
34682026-05-02T17:23:11.098Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34692026-05-02T17:23:11.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-05-02T17:23:11.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-05-02T17:23:11.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-05-02T17:23:11.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34732026-05-02T17:23:11.740Z
34742026-05-02T17:23:11.740Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34752026-05-02T17:23:12.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-05-02T17:23:12.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-05-02T17:23:12.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-05-02T17:23:12.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34792026-05-02T17:23:12.338Z
34802026-05-02T17:23:12.338Zinfo: running `cargo check --bins` on dns-server (156/274)
34812026-05-02T17:23:12.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-05-02T17:23:12.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-05-02T17:23:12.989Z Compiling parking_lot_core v0.8.6
34842026-05-02T17:23:12.989Z Compiling git-stub v1.0.0
34852026-05-02T17:23:12.989Z Compiling atomicwrites v0.4.4
34862026-05-02T17:23:12.993Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34872026-05-02T17:23:13.096Z Checking prefix-trie v0.7.0
34882026-05-02T17:23:13.222Z Compiling git-stub-vcs v0.1.0
34892026-05-02T17:23:13.396Z Checking hickory-server v0.25.2
34902026-05-02T17:23:13.495Z Checking parking_lot v0.11.2
34912026-05-02T17:23:13.498Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34922026-05-02T17:23:13.572Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34932026-05-02T17:23:13.572Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34942026-05-02T17:23:13.665Z Checking sled v0.34.7
34952026-05-02T17:23:15.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34962026-05-02T17:23:15.735Z
34972026-05-02T17:23:15.735Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34982026-05-02T17:23:16.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-02T17:23:16.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-02T17:23:16.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-02T17:23:16.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-05-02T17:23:16.334Z
35032026-05-02T17:23:16.334Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35042026-05-02T17:23:16.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-02T17:23:16.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-02T17:23:16.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-02T17:23:16.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-05-02T17:23:16.939Z
35092026-05-02T17:23:16.939Zinfo: running `cargo check --bins` on sp-sim (159/274)
35102026-05-02T17:23:17.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-02T17:23:17.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-02T17:23:17.661Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35132026-05-02T17:23:19.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35142026-05-02T17:23:19.607Z
35152026-05-02T17:23:19.607Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35162026-05-02T17:23:20.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-02T17:23:20.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-02T17:23:20.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-02T17:23:20.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35202026-05-02T17:23:20.266Z
35212026-05-02T17:23:20.266Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35222026-05-02T17:23:20.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-02T17:23:20.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-02T17:23:20.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-02T17:23:20.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35262026-05-02T17:23:20.927Z
35272026-05-02T17:23:20.927Zinfo: running `cargo check --bins` on db-macros (162/274)
35282026-05-02T17:23:21.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-02T17:23:21.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-02T17:23:21.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-02T17:23:21.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-05-02T17:23:21.515Z
35332026-05-02T17:23:21.515Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35342026-05-02T17:23:22.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-02T17:23:22.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-02T17:23:22.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-02T17:23:22.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35382026-05-02T17:23:22.103Z
35392026-05-02T17:23:22.103Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35402026-05-02T17:23:22.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-02T17:23:22.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-02T17:23:22.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-02T17:23:22.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35442026-05-02T17:23:22.758Z
35452026-05-02T17:23:22.759Zinfo: running `cargo check --bins` on authz-macros (165/274)
35462026-05-02T17:23:23.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-02T17:23:23.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-02T17:23:23.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-02T17:23:23.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-05-02T17:23:23.342Z
35512026-05-02T17:23:23.342Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35522026-05-02T17:23:23.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-02T17:23:23.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-02T17:23:23.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-02T17:23:23.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35562026-05-02T17:23:23.988Z
35572026-05-02T17:23:23.988Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35582026-05-02T17:23:24.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-02T17:23:24.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-02T17:23:24.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-02T17:23:24.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35622026-05-02T17:23:24.633Z
35632026-05-02T17:23:24.633Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35642026-05-02T17:23:25.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-02T17:23:25.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-02T17:23:25.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-02T17:23:25.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-05-02T17:23:25.220Z
35692026-05-02T17:23:25.220Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35702026-05-02T17:23:25.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-02T17:23:25.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-02T17:23:25.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-02T17:23:25.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-05-02T17:23:25.805Z
35752026-05-02T17:23:25.805Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35762026-05-02T17:23:26.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-02T17:23:26.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-02T17:23:26.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-02T17:23:26.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35802026-05-02T17:23:26.402Z
35812026-05-02T17:23:26.402Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35822026-05-02T17:23:26.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-02T17:23:26.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-02T17:23:26.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-02T17:23:26.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35862026-05-02T17:23:26.991Z
35872026-05-02T17:23:26.991Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35882026-05-02T17:23:27.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-02T17:23:27.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-02T17:23:27.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-02T17:23:27.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35922026-05-02T17:23:27.572Z
35932026-05-02T17:23:27.572Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35942026-05-02T17:23:28.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-02T17:23:28.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-02T17:23:28.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-02T17:23:28.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35982026-05-02T17:23:28.225Z
35992026-05-02T17:23:28.225Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
36002026-05-02T17:23:28.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-02T17:23:28.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-02T17:23:28.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-02T17:23:28.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36042026-05-02T17:23:28.868Z
36052026-05-02T17:23:28.868Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36062026-05-02T17:23:29.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-02T17:23:29.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-02T17:23:29.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-02T17:23:29.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36102026-05-02T17:23:29.518Z
36112026-05-02T17:23:29.518Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36122026-05-02T17:23:30.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-02T17:23:30.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-02T17:23:30.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-02T17:23:30.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36162026-05-02T17:23:30.144Z
36172026-05-02T17:23:30.144Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36182026-05-02T17:23:30.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-02T17:23:30.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-02T17:23:30.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-02T17:23:30.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-02T17:23:30.763Z
36232026-05-02T17:23:30.763Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36242026-05-02T17:23:31.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-02T17:23:31.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-02T17:23:31.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-02T17:23:31.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36282026-05-02T17:23:31.384Z
36292026-05-02T17:23:31.384Zinfo: running `cargo check --bins` on key-manager (179/274)
36302026-05-02T17:23:31.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-02T17:23:31.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-02T17:23:31.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-05-02T17:23:31.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36342026-05-02T17:23:31.980Z
36352026-05-02T17:23:31.980Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36362026-05-02T17:23:32.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-05-02T17:23:32.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-05-02T17:23:32.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-05-02T17:23:32.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36402026-05-02T17:23:32.596Z
36412026-05-02T17:23:32.596Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36422026-05-02T17:23:33.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-05-02T17:23:33.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-05-02T17:23:33.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-05-02T17:23:33.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36462026-05-02T17:23:33.214Z
36472026-05-02T17:23:33.214Zinfo: running `cargo check --bins` on typed-rng (182/274)
36482026-05-02T17:23:33.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-05-02T17:23:33.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-05-02T17:23:33.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-05-02T17:23:33.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36522026-05-02T17:23:33.795Z
36532026-05-02T17:23:33.795Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36542026-05-02T17:23:34.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-05-02T17:23:34.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-05-02T17:23:34.643Z Compiling typify-impl v0.4.3
36572026-05-02T17:23:34.643Z Compiling libefi-sys v0.1.0
36582026-05-02T17:23:34.646Z Compiling bitfield-struct v0.6.2
36592026-05-02T17:23:34.795Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36602026-05-02T17:23:34.804Z Compiling xshell-macros v0.2.7
36612026-05-02T17:23:34.817Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36622026-05-02T17:23:34.849Z Compiling salty v0.3.0
36632026-05-02T17:23:34.860Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36642026-05-02T17:23:35.037Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-05-02T17:23:35.139Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36662026-05-02T17:23:35.155Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36672026-05-02T17:23:35.168Z Checking xshell v0.2.7
36682026-05-02T17:23:35.353Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36692026-05-02T17:23:35.382Z Checking primeorder v0.13.6
36702026-05-02T17:23:35.397Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36712026-05-02T17:23:35.519Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36722026-05-02T17:23:35.561Z Compiling proc-macro-error-attr2 v2.0.0
36732026-05-02T17:23:35.625Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36742026-05-02T17:23:35.639Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36752026-05-02T17:23:35.773Z Checking tungstenite v0.21.0
36762026-05-02T17:23:35.832Z Checking p384 v0.13.1
36772026-05-02T17:23:35.871Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36782026-05-02T17:23:35.947Z Compiling proc-macro-error2 v2.0.1
36792026-05-02T17:23:36.009Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36802026-05-02T17:23:36.191Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36812026-05-02T17:23:36.254Z Compiling num-derive v0.3.3
36822026-05-02T17:23:36.271Z Compiling tabled_derive v0.11.0
36832026-05-02T17:23:36.539Z Checking tokio-tungstenite v0.21.0
36842026-05-02T17:23:36.745Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36852026-05-02T17:23:36.820Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-05-02T17:23:36.835Z Checking papergrid v0.17.0
36872026-05-02T17:23:37.062Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-05-02T17:23:37.206Z Checking libscf-sys v1.1.0
36892026-05-02T17:23:37.341Z Checking testing_table v0.3.0
36902026-05-02T17:23:37.427Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-02T17:23:37.442Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-05-02T17:23:37.457Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36932026-05-02T17:23:37.580Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36942026-05-02T17:23:37.605Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36952026-05-02T17:23:37.792Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36962026-05-02T17:23:37.808Z Compiling unicase v2.9.0
36972026-05-02T17:23:37.909Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36982026-05-02T17:23:37.952Z Checking corncobs v0.1.4
36992026-05-02T17:23:38.012Z Compiling mime_guess v2.0.5
37002026-05-02T17:23:38.064Z Checking tabled v0.20.0
37012026-05-02T17:23:38.080Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-05-02T17:23:38.095Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37032026-05-02T17:23:38.205Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37042026-05-02T17:23:38.301Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37052026-05-02T17:23:38.335Z Checking progenitor-client v0.11.2
37062026-05-02T17:23:38.547Z Checking secrecy v0.8.0
37072026-05-02T17:23:38.563Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-05-02T17:23:38.578Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37092026-05-02T17:23:38.618Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37102026-05-02T17:23:38.661Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37112026-05-02T17:23:38.783Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37122026-05-02T17:23:39.072Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37132026-05-02T17:23:39.192Z Compiling typify-macro v0.4.3
37142026-05-02T17:23:39.244Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37152026-05-02T17:23:39.247Z Checking filetime v0.2.27
37162026-05-02T17:23:39.334Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37172026-05-02T17:23:39.393Z Checking http-range v0.1.5
37182026-05-02T17:23:39.508Z Checking xattr v1.6.1
37192026-05-02T17:23:39.523Z Checking crc8 v0.1.1
37202026-05-02T17:23:39.642Z Checking tar v0.4.45
37212026-05-02T17:23:39.856Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37222026-05-02T17:23:39.958Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37232026-05-02T17:23:40.091Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37242026-05-02T17:23:40.132Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37252026-05-02T17:23:40.165Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37262026-05-02T17:23:40.224Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37272026-05-02T17:23:40.480Z Checking atty v0.2.14
37282026-05-02T17:23:40.587Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37292026-05-02T17:23:40.622Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37302026-05-02T17:23:40.756Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37312026-05-02T17:23:40.895Z Compiling typify v0.4.3
37322026-05-02T17:23:41.013Z Compiling progenitor-impl v0.11.2
37332026-05-02T17:23:41.106Z Compiling progenitor-impl v0.10.0
37342026-05-02T17:23:41.368Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37352026-05-02T17:23:41.482Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37362026-05-02T17:23:41.680Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37372026-05-02T17:23:42.070Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37382026-05-02T17:23:42.455Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37392026-05-02T17:23:42.526Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37402026-05-02T17:23:42.593Z Checking hyper-staticfile v0.10.1
37412026-05-02T17:23:42.682Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37422026-05-02T17:23:42.890Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37432026-05-02T17:23:42.945Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37442026-05-02T17:23:42.962Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37452026-05-02T17:23:43.238Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37462026-05-02T17:23:43.264Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37472026-05-02T17:23:43.528Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37482026-05-02T17:23:43.544Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37492026-05-02T17:23:43.653Z Compiling progenitor-macro v0.11.2
37502026-05-02T17:23:43.726Z Compiling progenitor-macro v0.10.0
37512026-05-02T17:23:46.478Z Checking progenitor v0.11.2
37522026-05-02T17:23:46.567Z Checking progenitor v0.10.0
37532026-05-02T17:23:46.606Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-05-02T17:23:46.687Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37552026-05-02T17:23:51.209Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37562026-05-02T17:23:52.324Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-02T17:24:02.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.83s
37582026-05-02T17:24:02.852Z
37592026-05-02T17:24:02.852Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37602026-05-02T17:24:03.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-02T17:24:03.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-02T17:24:03.633Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-02T17:24:14.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37642026-05-02T17:24:14.257Z
37652026-05-02T17:24:14.257Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37662026-05-02T17:24:14.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-02T17:24:14.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-02T17:24:15.046Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-02T17:24:25.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37702026-05-02T17:24:25.757Z
37712026-05-02T17:24:25.757Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37722026-05-02T17:24:26.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-02T17:24:26.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-02T17:24:26.553Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-02T17:24:36.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37762026-05-02T17:24:37.175Z
37772026-05-02T17:24:37.175Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37782026-05-02T17:24:37.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-02T17:24:37.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-02T17:24:37.961Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-02T17:24:48.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37822026-05-02T17:24:48.583Z
37832026-05-02T17:24:48.583Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37842026-05-02T17:24:49.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-02T17:24:49.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-02T17:24:49.365Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37872026-05-02T17:24:59.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37882026-05-02T17:25:00.120Z
37892026-05-02T17:25:00.120Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37902026-05-02T17:25:00.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-02T17:25:00.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-02T17:25:00.905Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37932026-05-02T17:25:11.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
37942026-05-02T17:25:11.631Z
37952026-05-02T17:25:11.631Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37962026-05-02T17:25:12.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-02T17:25:12.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-02T17:25:12.415Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37992026-05-02T17:25:22.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
38002026-05-02T17:25:22.997Z
38012026-05-02T17:25:22.998Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38022026-05-02T17:25:23.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-02T17:25:23.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-02T17:25:23.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-02T17:25:23.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-05-02T17:25:23.603Z
38072026-05-02T17:25:23.603Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38082026-05-02T17:25:24.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-02T17:25:24.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-02T17:25:24.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-02T17:25:24.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38122026-05-02T17:25:24.211Z
38132026-05-02T17:25:24.211Zinfo: running `cargo check --bins` on range-requests (193/274)
38142026-05-02T17:25:24.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-02T17:25:24.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-02T17:25:24.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-02T17:25:24.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38182026-05-02T17:25:24.806Z
38192026-05-02T17:25:24.806Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38202026-05-02T17:25:25.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-02T17:25:25.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-02T17:25:25.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-02T17:25:25.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38242026-05-02T17:25:25.404Z
38252026-05-02T17:25:25.404Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38262026-05-02T17:25:25.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-02T17:25:25.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-02T17:25:25.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-02T17:25:25.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38302026-05-02T17:25:26.024Z
38312026-05-02T17:25:26.024Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38322026-05-02T17:25:26.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-02T17:25:26.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-02T17:25:26.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-02T17:25:26.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-05-02T17:25:26.649Z
38372026-05-02T17:25:26.649Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38382026-05-02T17:25:27.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-02T17:25:27.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-02T17:25:27.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-02T17:25:27.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-05-02T17:25:27.269Z
38432026-05-02T17:25:27.269Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38442026-05-02T17:25:27.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-02T17:25:27.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-02T17:25:27.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-02T17:25:27.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38482026-05-02T17:25:27.898Z
38492026-05-02T17:25:27.898Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38502026-05-02T17:25:28.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-02T17:25:28.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-02T17:25:28.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-02T17:25:28.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-05-02T17:25:28.525Z
38552026-05-02T17:25:28.525Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38562026-05-02T17:25:29.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-02T17:25:29.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-02T17:25:29.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-02T17:25:29.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-05-02T17:25:29.145Z
38612026-05-02T17:25:29.145Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38622026-05-02T17:25:29.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-02T17:25:29.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-02T17:25:29.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-02T17:25:29.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38662026-05-02T17:25:29.772Z
38672026-05-02T17:25:29.772Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38682026-05-02T17:25:30.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-02T17:25:30.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-02T17:25:30.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-02T17:25:30.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38722026-05-02T17:25:30.398Z
38732026-05-02T17:25:30.398Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38742026-05-02T17:25:30.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-02T17:25:30.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-02T17:25:30.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-02T17:25:30.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38782026-05-02T17:25:31.025Z
38792026-05-02T17:25:31.025Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38802026-05-02T17:25:31.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-02T17:25:31.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-02T17:25:31.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-02T17:25:31.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38842026-05-02T17:25:31.678Z
38852026-05-02T17:25:31.678Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38862026-05-02T17:25:32.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-02T17:25:32.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-02T17:25:32.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-02T17:25:32.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38902026-05-02T17:25:32.305Z
38912026-05-02T17:25:32.306Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38922026-05-02T17:25:32.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-02T17:25:32.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-02T17:25:32.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-02T17:25:32.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38962026-05-02T17:25:32.949Z
38972026-05-02T17:25:32.949Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38982026-05-02T17:25:33.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-02T17:25:33.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-02T17:25:33.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-02T17:25:33.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39022026-05-02T17:25:33.608Z
39032026-05-02T17:25:33.609Zinfo: running `cargo check --bins` on update-common (208/274)
39042026-05-02T17:25:34.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-02T17:25:34.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-02T17:25:34.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-02T17:25:34.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39082026-05-02T17:25:34.224Z
39092026-05-02T17:25:34.224Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39102026-05-02T17:25:34.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-02T17:25:34.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-02T17:25:34.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-05-02T17:25:34.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39142026-05-02T17:25:34.885Z
39152026-05-02T17:25:34.885Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39162026-05-02T17:25:35.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-02T17:25:35.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-02T17:25:35.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-02T17:25:35.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39202026-05-02T17:25:35.474Z
39212026-05-02T17:25:35.474Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39222026-05-02T17:25:36.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-02T17:25:36.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-02T17:25:36.251Z Compiling fs-err v2.11.0
39252026-05-02T17:25:36.254Z Checking ignore v0.4.25
39262026-05-02T17:25:36.254Z Checking arc-swap v1.8.2
39272026-05-02T17:25:36.254Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39282026-05-02T17:25:36.386Z Checking predicates-tree v1.0.13
39292026-05-02T17:25:36.393Z Checking parse-size v1.1.0
39302026-05-02T17:25:36.414Z Checking rand_seeder v0.4.0
39312026-05-02T17:25:36.417Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39322026-05-02T17:25:36.490Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39332026-05-02T17:25:36.511Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39342026-05-02T17:25:36.554Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39352026-05-02T17:25:36.612Z Checking slog-scope v4.4.1
39362026-05-02T17:25:36.695Z Compiling petname v2.0.2
39372026-05-02T17:25:36.737Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39382026-05-02T17:25:36.752Z Checking slog-stdlog v4.1.1
39392026-05-02T17:25:36.765Z Checking globwalk v0.9.1
39402026-05-02T17:25:36.844Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39412026-05-02T17:25:36.871Z Checking slog-envlogger v2.2.0
39422026-05-02T17:25:36.943Z Checking camino-tempfile-ext v0.3.3
39432026-05-02T17:25:36.958Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39442026-05-02T17:25:37.020Z Checking sapling-renderdag v0.1.0
39452026-05-02T17:25:37.122Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39462026-05-02T17:25:37.135Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39472026-05-02T17:25:37.252Z Checking subprocess v0.2.15
39482026-05-02T17:25:37.309Z Checking sync-ptr v0.1.4
39492026-05-02T17:25:37.345Z Checking colored v2.2.0
39502026-05-02T17:25:37.404Z Checking assert_matches v1.5.0
39512026-05-02T17:25:37.481Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39522026-05-02T17:25:37.528Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39532026-05-02T17:25:37.643Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39542026-05-02T17:25:37.646Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39552026-05-02T17:25:38.246Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39562026-05-02T17:25:39.544Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39572026-05-02T17:25:41.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
39582026-05-02T17:25:41.948Z
39592026-05-02T17:25:41.948Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39602026-05-02T17:25:42.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-05-02T17:25:42.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-05-02T17:25:42.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-05-02T17:25:42.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39642026-05-02T17:25:42.535Z
39652026-05-02T17:25:42.535Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39662026-05-02T17:25:43.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-02T17:25:43.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-02T17:25:43.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-05-02T17:25:43.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39702026-05-02T17:25:43.145Z
39712026-05-02T17:25:43.145Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39722026-05-02T17:25:43.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-05-02T17:25:43.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-05-02T17:25:43.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-05-02T17:25:43.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39762026-05-02T17:25:43.804Z
39772026-05-02T17:25:43.804Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39782026-05-02T17:25:44.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-05-02T17:25:44.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-05-02T17:25:44.533Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39812026-05-02T17:25:44.533Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39822026-05-02T17:25:45.186Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39832026-05-02T17:25:46.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39842026-05-02T17:25:46.965Z
39852026-05-02T17:25:46.965Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39862026-05-02T17:25:47.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-02T17:25:47.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-02T17:25:47.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-05-02T17:25:47.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39902026-05-02T17:25:47.557Z
39912026-05-02T17:25:47.557Zinfo: running `cargo check --bins` on cert-dev (217/274)
39922026-05-02T17:25:48.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-02T17:25:48.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-02T17:25:48.155Z Checking yasna v0.5.2
39952026-05-02T17:25:48.556Z Checking rcgen v0.12.1
39962026-05-02T17:25:48.804Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39972026-05-02T17:25:48.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39982026-05-02T17:25:49.147Z
39992026-05-02T17:25:49.147Zinfo: running `cargo check --bins` on clickana (218/274)
40002026-05-02T17:25:49.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-05-02T17:25:49.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-05-02T17:25:49.784Z Compiling darling_core v0.23.0
40032026-05-02T17:25:49.787Z Compiling instability v0.3.11
40042026-05-02T17:25:49.899Z Checking castaway v0.2.4
40052026-05-02T17:25:49.905Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40062026-05-02T17:25:49.905Z Compiling indoc v2.0.7
40072026-05-02T17:25:49.919Z Checking unicode-truncate v1.1.0
40082026-05-02T17:25:49.922Z Checking lru v0.12.5
40092026-05-02T17:25:49.922Z Checking cassowary v0.3.0
40102026-05-02T17:25:49.986Z Checking compact_str v0.8.1
40112026-05-02T17:25:50.847Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40122026-05-02T17:25:51.029Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40132026-05-02T17:25:51.317Z Compiling darling_macro v0.23.0
40142026-05-02T17:25:51.730Z Compiling darling v0.23.0
40152026-05-02T17:25:52.321Z Checking ratatui v0.29.0
40162026-05-02T17:25:53.362Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40172026-05-02T17:25:54.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
40182026-05-02T17:25:54.219Z
40192026-05-02T17:25:54.219Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40202026-05-02T17:25:54.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-05-02T17:25:54.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-05-02T17:25:54.934Z Checking headers-core v0.3.0
40232026-05-02T17:25:54.934Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40242026-05-02T17:25:55.130Z Checking headers v0.4.1
40252026-05-02T17:25:55.495Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40262026-05-02T17:25:56.338Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40272026-05-02T17:25:56.836Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40282026-05-02T17:25:57.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
40292026-05-02T17:25:57.451Z
40302026-05-02T17:25:57.451Zinfo: running `cargo check --bins` on ch-dev (220/274)
40312026-05-02T17:25:57.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-05-02T17:25:57.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-05-02T17:25:58.168Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40342026-05-02T17:25:58.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40352026-05-02T17:25:59.117Z
40362026-05-02T17:25:59.117Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40372026-05-02T17:25:59.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-02T17:25:59.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-02T17:25:59.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-05-02T17:25:59.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40412026-05-02T17:25:59.591Z
40422026-05-02T17:25:59.591Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40432026-05-02T17:26:00.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-02T17:26:00.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-02T17:26:00.312Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40462026-05-02T17:26:01.308Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40472026-05-02T17:26:01.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40482026-05-02T17:26:01.870Z
40492026-05-02T17:26:01.870Zinfo: running `cargo check --bins` on db-dev (223/274)
40502026-05-02T17:26:02.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-02T17:26:02.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-02T17:26:02.591Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40532026-05-02T17:26:03.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40542026-05-02T17:26:03.544Z
40552026-05-02T17:26:03.544Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40562026-05-02T17:26:04.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-02T17:26:04.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-02T17:26:04.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-02T17:26:04.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40602026-05-02T17:26:04.188Z
40612026-05-02T17:26:04.188Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40622026-05-02T17:26:04.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-02T17:26:04.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-02T17:26:04.793Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40652026-05-02T17:26:05.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40662026-05-02T17:26:05.636Z
40672026-05-02T17:26:05.636Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40682026-05-02T17:26:06.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-02T17:26:06.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-02T17:26:06.384Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-05-02T17:26:06.384Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40722026-05-02T17:26:06.384Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40732026-05-02T17:26:06.387Z Checking git-stub v1.0.0
40742026-05-02T17:26:06.387Z Compiling trait-variant v0.1.2
40752026-05-02T17:26:06.387Z Checking is_ci v1.2.0
40762026-05-02T17:26:06.387Z Checking maplit v1.0.2
40772026-05-02T17:26:06.387Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40782026-05-02T17:26:06.591Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40792026-05-02T17:26:06.616Z Checking supports-color v3.0.2
40802026-05-02T17:26:06.649Z Checking git-stub-vcs v0.1.0
40812026-05-02T17:26:06.742Z Checking drift v0.1.3
40822026-05-02T17:26:06.757Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40832026-05-02T17:26:06.776Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40842026-05-02T17:26:06.846Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40852026-05-02T17:26:06.948Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40862026-05-02T17:26:07.027Z Checking dropshot-api-manager v0.7.1
40872026-05-02T17:26:07.057Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40882026-05-02T17:26:07.071Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40892026-05-02T17:26:07.248Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40902026-05-02T17:26:07.271Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40912026-05-02T17:26:07.482Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40922026-05-02T17:26:07.795Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40932026-05-02T17:26:12.701Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40942026-05-02T17:26:13.790Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40952026-05-02T17:26:14.364Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40962026-05-02T17:26:14.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s
40972026-05-02T17:26:14.999Z
40982026-05-02T17:26:14.999Zinfo: running `cargo check --bins` on installinator-api (227/274)
40992026-05-02T17:26:15.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-05-02T17:26:15.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-05-02T17:26:15.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-05-02T17:26:15.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41032026-05-02T17:26:15.598Z
41042026-05-02T17:26:15.598Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41052026-05-02T17:26:16.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-05-02T17:26:16.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-05-02T17:26:16.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41082026-05-02T17:26:16.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41092026-05-02T17:26:16.240Z
41102026-05-02T17:26:16.240Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41112026-05-02T17:26:16.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-05-02T17:26:16.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-05-02T17:26:16.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41142026-05-02T17:26:16.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41152026-05-02T17:26:16.876Z
41162026-05-02T17:26:16.876Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41172026-05-02T17:26:17.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-05-02T17:26:17.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-05-02T17:26:17.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41202026-05-02T17:26:17.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41212026-05-02T17:26:17.516Z
41222026-05-02T17:26:17.516Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41232026-05-02T17:26:18.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-05-02T17:26:18.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-05-02T17:26:18.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41262026-05-02T17:26:18.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41272026-05-02T17:26:18.116Z
41282026-05-02T17:26:18.116Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41292026-05-02T17:26:18.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-05-02T17:26:18.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-05-02T17:26:18.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41322026-05-02T17:26:18.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41332026-05-02T17:26:18.700Z
41342026-05-02T17:26:18.701Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41352026-05-02T17:26:19.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-05-02T17:26:19.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-05-02T17:26:19.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41382026-05-02T17:26:19.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41392026-05-02T17:26:19.313Z
41402026-05-02T17:26:19.313Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41412026-05-02T17:26:19.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-05-02T17:26:19.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-05-02T17:26:19.918Z Checking typeid v1.0.3
41442026-05-02T17:26:20.028Z Checking ordered-float v2.10.1
41452026-05-02T17:26:20.046Z Checking unicode-xid v0.2.6
41462026-05-02T17:26:20.049Z Checking cargo-platform v0.2.0
41472026-05-02T17:26:20.068Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41482026-05-02T17:26:20.097Z Checking erased-serde v0.4.9
41492026-05-02T17:26:20.230Z Checking serde-value v0.7.0
41502026-05-02T17:26:20.407Z Checking serde-untagged v0.1.9
41512026-05-02T17:26:20.561Z Checking cargo-util-schemas v0.8.2
41522026-05-02T17:26:21.245Z Checking cargo_metadata v0.21.0
41532026-05-02T17:26:21.847Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41542026-05-02T17:26:22.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41552026-05-02T17:26:22.706Z
41562026-05-02T17:26:22.706Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41572026-05-02T17:26:23.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-05-02T17:26:23.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-05-02T17:26:23.450Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41602026-05-02T17:26:24.079Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41612026-05-02T17:26:24.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41622026-05-02T17:26:24.792Z
41632026-05-02T17:26:24.792Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41642026-05-02T17:26:25.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-05-02T17:26:25.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-05-02T17:26:25.645Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41672026-05-02T17:26:25.645Z Compiling vergen-gitcl v1.0.8
41682026-05-02T17:26:25.645Z Compiling dirs-sys-next v0.1.2
41692026-05-02T17:26:25.645Z Compiling glob v0.3.3
41702026-05-02T17:26:25.648Z Compiling diesel_derives v2.3.7
41712026-05-02T17:26:25.648Z Compiling crunchy v0.2.4
41722026-05-02T17:26:25.648Z Compiling dsl_auto_type v0.2.0
41732026-05-02T17:26:25.648Z Checking scheduled-thread-pool v0.2.7
41742026-05-02T17:26:25.913Z Compiling dirs-next v2.0.0
41752026-05-02T17:26:25.962Z Compiling diesel_table_macro_syntax v0.3.0
41762026-05-02T17:26:26.040Z Compiling tiny-keccak v2.0.2
41772026-05-02T17:26:26.041Z Compiling term v0.7.0
41782026-05-02T17:26:26.165Z Checking r2d2 v0.8.10
41792026-05-02T17:26:26.186Z Compiling bit-vec v0.6.3
41802026-05-02T17:26:26.193Z Compiling clang-sys v1.8.1
41812026-05-02T17:26:26.286Z Checking downcast-rs v2.0.2
41822026-05-02T17:26:26.347Z Compiling ascii-canvas v3.0.0
41832026-05-02T17:26:26.388Z Compiling bit-set v0.5.3
41842026-05-02T17:26:26.545Z Compiling itertools v0.10.5
41852026-05-02T17:26:26.589Z Compiling ena v0.14.4
41862026-05-02T17:26:26.618Z Compiling libloading v0.8.9
41872026-05-02T17:26:26.637Z Compiling bindgen v0.71.1
41882026-05-02T17:26:26.651Z Compiling regex-syntax v0.6.29
41892026-05-02T17:26:26.800Z Compiling diff v0.1.13
41902026-05-02T17:26:26.853Z Compiling cexpr v0.6.0
41912026-05-02T17:26:27.068Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41922026-05-02T17:26:27.087Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41932026-05-02T17:26:27.242Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41942026-05-02T17:26:27.283Z Compiling libxml v0.3.3
41952026-05-02T17:26:27.504Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41962026-05-02T17:26:27.549Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41972026-05-02T17:26:27.601Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41982026-05-02T17:26:27.789Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41992026-05-02T17:26:27.818Z Compiling strum_macros v0.24.3
42002026-05-02T17:26:27.837Z Compiling indoc v1.0.9
42012026-05-02T17:26:28.056Z Compiling lalrpop v0.19.12
42022026-05-02T17:26:28.796Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42032026-05-02T17:26:28.988Z Checking derive_builder v0.20.2
42042026-05-02T17:26:29.107Z Compiling oso-derive v0.27.3
42052026-05-02T17:26:29.176Z Checking quick-xml v0.37.5
42062026-05-02T17:26:29.333Z Compiling impl-trait-for-tuples v0.2.3
42072026-05-02T17:26:29.602Z Checking openssl-probe v0.1.6
42082026-05-02T17:26:29.742Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42092026-05-02T17:26:30.044Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42102026-05-02T17:26:30.238Z Checking bb8 v0.8.6
42112026-05-02T17:26:30.488Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42122026-05-02T17:26:30.510Z Checking nonempty v0.12.0
42132026-05-02T17:26:30.528Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42142026-05-02T17:26:30.672Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42152026-05-02T17:26:30.710Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42162026-05-02T17:26:30.748Z Checking console v0.16.2
42172026-05-02T17:26:30.881Z Checking unit-prefix v0.5.2
42182026-05-02T17:26:30.898Z Checking support-bundle-viewer v0.1.2
42192026-05-02T17:26:31.015Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42202026-05-02T17:26:31.054Z Checking indicatif v0.18.4
42212026-05-02T17:26:31.144Z Checking multimap v0.10.1
42222026-05-02T17:26:31.652Z Checking diesel v2.3.7
42232026-05-02T17:26:33.628Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42242026-05-02T17:26:33.721Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42252026-05-02T17:26:33.813Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42262026-05-02T17:26:34.319Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42272026-05-02T17:26:35.273Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42282026-05-02T17:26:35.365Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42292026-05-02T17:26:35.446Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42302026-05-02T17:26:36.094Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42312026-05-02T17:26:38.162Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42322026-05-02T17:26:43.355Z Compiling samael v0.0.19
42332026-05-02T17:26:47.131Z Checking async-bb8-diesel v0.2.1
42342026-05-02T17:26:47.481Z Checking diesel-dtrace v0.5.0
42352026-05-02T17:26:48.192Z Compiling polar-core v0.27.3
42362026-05-02T17:26:52.613Z Checking oso v0.27.3
42372026-05-02T17:27:29.379Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42382026-05-02T17:28:02.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42392026-05-02T17:28:02.866Z
42402026-05-02T17:28:02.866Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42412026-05-02T17:28:03.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-02T17:28:03.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-02T17:28:03.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-05-02T17:28:03.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42452026-05-02T17:28:03.526Z
42462026-05-02T17:28:03.526Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42472026-05-02T17:28:04.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-02T17:28:04.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-02T17:28:04.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-05-02T17:28:04.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42512026-05-02T17:28:04.186Z
42522026-05-02T17:28:04.186Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42532026-05-02T17:28:04.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-05-02T17:28:04.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-05-02T17:28:04.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-05-02T17:28:04.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42572026-05-02T17:28:04.768Z
42582026-05-02T17:28:04.768Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42592026-05-02T17:28:05.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-05-02T17:28:05.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-05-02T17:28:05.634Z Compiling libz-sys v1.1.24
42622026-05-02T17:28:05.765Z Compiling libgit2-sys v0.18.3+1.9.2
42632026-05-02T17:28:05.776Z Compiling vergen-git2 v1.0.7
42642026-05-02T17:28:05.801Z Compiling rustls v0.21.12
42652026-05-02T17:28:05.804Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42662026-05-02T17:28:05.804Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42672026-05-02T17:28:05.804Z Checking rustls-webpki v0.101.7
42682026-05-02T17:28:05.804Z Checking sct v0.7.1
42692026-05-02T17:28:05.978Z Compiling nix v0.29.0
42702026-05-02T17:28:06.016Z Compiling dropshot v0.16.7
42712026-05-02T17:28:06.068Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42722026-05-02T17:28:06.116Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42732026-05-02T17:28:06.134Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42742026-05-02T17:28:06.294Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42752026-05-02T17:28:06.309Z Checking toml v0.9.12+spec-1.1.0
42762026-05-02T17:28:06.325Z Compiling dropshot_endpoint v0.16.7
42772026-05-02T17:28:06.429Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42782026-05-02T17:28:06.622Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42792026-05-02T17:28:06.816Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42802026-05-02T17:28:06.898Z Checking rustls-pemfile v1.0.4
42812026-05-02T17:28:07.040Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42822026-05-02T17:28:07.232Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42832026-05-02T17:28:07.371Z Checking twox-hash v2.1.2
42842026-05-02T17:28:07.451Z Checking tokio-rustls v0.24.1
42852026-05-02T17:28:07.466Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42862026-05-02T17:28:08.110Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42872026-05-02T17:28:08.113Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42882026-05-02T17:28:08.258Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42892026-05-02T17:28:08.749Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42902026-05-02T17:28:08.782Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42912026-05-02T17:28:08.802Z Checking fatfs v0.3.6
42922026-05-02T17:28:08.927Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42932026-05-02T17:28:09.063Z Compiling seq-macro v0.3.6
42942026-05-02T17:28:12.684Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42952026-05-02T17:28:12.809Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42962026-05-02T17:28:13.034Z Compiling git2 v0.20.4
42972026-05-02T17:28:15.222Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42982026-05-02T17:28:48.571Zerror[E0614]: type `nexus_types::internal_api::background::instance_watcher::Failure` cannot be dereferenced
42992026-05-02T17:28:48.571Z --> nexus/src/app/background/tasks/instance_watcher.rs:729:69
43002026-05-02T17:28:48.571Z |
43012026-05-02T17:28:48.571Z729 | Ok(CheckOutcome::Failure(failure)) => Self::Failure(*failure),
43022026-05-02T17:28:48.571Z | ^^^^^^^^ can't be dereferenced
43032026-05-02T17:28:48.571Z
43042026-05-02T17:28:51.986Zwarning: variable does not need to be mutable
43052026-05-02T17:28:51.986Z --> nexus/src/app/background/tasks/instance_watcher.rs:563:17
43062026-05-02T17:28:51.986Z |
43072026-05-02T17:28:51.986Z563 | let mut update_sagas_queued: usize = 0;
43082026-05-02T17:28:51.986Z | ----^^^^^^^^^^^^^^^^^^^
43092026-05-02T17:28:51.986Z | |
43102026-05-02T17:28:51.986Z | help: remove this `mut`
43112026-05-02T17:28:51.986Z |
43122026-05-02T17:28:51.987Z = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
43132026-05-02T17:28:51.987Z
43142026-05-02T17:28:51.987Zwarning: variable does not need to be mutable
43152026-05-02T17:28:51.987Z --> nexus/src/app/background/tasks/instance_watcher.rs:564:17
43162026-05-02T17:28:51.987Z |
43172026-05-02T17:28:51.987Z564 | let mut instance_states: BTreeMap<String, usize> =
43182026-05-02T17:28:51.987Z | ----^^^^^^^^^^^^^^^
43192026-05-02T17:28:51.987Z | |
43202026-05-02T17:28:51.987Z | help: remove this `mut`
43212026-05-02T17:28:51.987Z
43222026-05-02T17:28:51.987Zwarning: variable does not need to be mutable
43232026-05-02T17:28:51.987Z --> nexus/src/app/background/tasks/instance_watcher.rs:566:17
43242026-05-02T17:28:51.987Z |
43252026-05-02T17:28:51.987Z566 | let mut check_failures: BTreeMap<String, usize> =
43262026-05-02T17:28:51.987Z | ----^^^^^^^^^^^^^^
43272026-05-02T17:28:51.987Z | |
43282026-05-02T17:28:51.987Z | help: remove this `mut`
43292026-05-02T17:28:51.987Z
43302026-05-02T17:28:51.987Zwarning: variable does not need to be mutable
43312026-05-02T17:28:51.987Z --> nexus/src/app/background/tasks/instance_watcher.rs:568:17
43322026-05-02T17:28:51.987Z |
43332026-05-02T17:28:51.987Z568 | let mut check_errors: BTreeMap<String, usize> = BTreeMap::new();
43342026-05-02T17:28:51.987Z | ----^^^^^^^^^^^^
43352026-05-02T17:28:51.987Z | |
43362026-05-02T17:28:51.987Z | help: remove this `mut`
43372026-05-02T17:28:51.991Z
43382026-05-02T17:29:00.400ZFor more information about this error, try `rustc --explain E0614`.
43392026-05-02T17:29:00.743Zwarning: `omicron-nexus` (lib) generated 4 warnings
43402026-05-02T17:29:00.746Zerror: could not compile `omicron-nexus` (lib) due to 1 previous error; 4 warnings emitted
43412026-05-02T17:29:00.971Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path nexus/Cargo.toml --no-default-features` (exit status: 101)
43422026-05-02T17:29:00.974ZError: cargo-hack install failed: exit status: 1
43432026-05-02T17:29:00.977Z
43442026-05-02T17:29:00.977Zreal 9:39.226518474
43452026-05-02T17:29:00.978Zuser 15:50.215203404
43462026-05-02T17:29:00.978Zsys 3:29.437711271
43472026-05-02T17:29:00.978Ztrap 0.299363042
43482026-05-02T17:29:00.978Ztflt 0.298676102
43492026-05-02T17:29:00.978Zdflt 0.981593609
43502026-05-02T17:29:00.978Zkflt 0.001570779
43512026-05-02T17:29:00.978Zlock 54:30.242492447
43522026-05-02T17:29:00.978Zslp 1:10:30.293940414
43532026-05-02T17:29:00.978Zlat 53.365275367
43542026-05-02T17:29:00.978Zstop 3:15.685773288
43552026-05-02T17:29:00.978Zprocess exited: duration 772780 ms, exit code 1
 
43562026-05-02T17:29:00.984Zfound 0 output files