01KKZ5SR10ESKATB110AMFQ8WT: 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: 01KKZ5TASWV4E20C1DK1EC822J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T00:35:08.440Zjob assigned to worker 01KKZ5TQ05FYQ4VZ6J9B17GVGF [factory aws, i-0004717a5fdac7293] (queued for 1 m 3 s)
 
22026-03-18T00:35:16.490Zstarting task 0: "setup"
32026-03-18T00:35:16.494Z++ uname -s
42026-03-18T00:35:16.498Z+ kern=SunOS
52026-03-18T00:35:16.498Z+ build_user=build
62026-03-18T00:35:16.498Z+ build_uid=12345
72026-03-18T00:35:16.498Z+ work_dir=/work
82026-03-18T00:35:16.498Z+ input_dir=/input
92026-03-18T00:35:16.498Z+ [[ 0 == 12345 ]]
102026-03-18T00:35:16.498Z+ case "$kern" in
112026-03-18T00:35:16.498Z+ groupadd -g 12345 build
122026-03-18T00:35:16.501Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T00:35:18.505Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T00:35:18.627Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T00:35:18.631Z+ home_fs=zfs
162026-03-18T00:35:18.631Z+ [[ zfs == autofs ]]
172026-03-18T00:35:18.631Z+ mkdir -p /home/build
182026-03-18T00:35:18.631Z+ chown build:build /home/build /work
192026-03-18T00:35:20.635Z+ chmod 0700 /home/build /work
202026-03-18T00:35:20.639Zprocess exited: duration 4145 ms, exit code 0
 
212026-03-18T00:35:20.647Zstarting task 1: "rust-toolchain"
222026-03-18T00:35:20.650Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T00:35:20.650Z * rust toolchain channel = "1.94.0"
242026-03-18T00:35:20.650Z * rust toolchain profile = "default"
252026-03-18T00:35:20.650Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-18T00:35:20.650Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T00:35:20.650Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T00:35:20.653Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T00:35:20.653Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T00:35:20.771Zinfo: downloading installer
312026-03-18T00:35:22.394Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T00:35:22.395Zwarn: /opt/ooce/bin
332026-03-18T00:35:22.395Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T00:35:22.395Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T00:35:22.395Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T00:35:22.395Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T00:35:22.395Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T00:35:22.395Zerror: cannot install while Rust is installed
392026-03-18T00:35:22.395Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T00:35:22.395Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T00:35:22.395Zwarn: /home/build/.rustup/settings.toml
422026-03-18T00:35:22.395Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T00:35:22.395Zwarn: instead of the one inferred from the default host triple.
442026-03-18T00:35:22.406Zinfo: profile set to default
452026-03-18T00:35:22.406Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T00:35:22.410Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T00:35:22.554Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T00:35:22.557Zinfo: downloading 6 components
492026-03-18T00:35:39.099Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T00:35:39.099Z
512026-03-18T00:35:39.134Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T00:35:39.134Z
532026-03-18T00:35:39.138Z
542026-03-18T00:35:39.138ZRust is installed now. Great!
552026-03-18T00:35:39.138Z
562026-03-18T00:35:39.138ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T00:35:39.138Zenvironment variable. This has not been done automatically.
582026-03-18T00:35:39.138Z
592026-03-18T00:35:39.138ZTo configure your current shell, you need to source
602026-03-18T00:35:39.138Zthe corresponding env file under $HOME/.cargo.
612026-03-18T00:35:39.138Z
622026-03-18T00:35:39.138ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T00:35:39.138Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T00:35:39.138Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T00:35:39.138Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T00:35:39.138Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T00:35:39.138Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T00:35:39.138Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T00:35:39.138Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T00:35:39.138Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T00:35:39.226Z+ rustup --version
722026-03-18T00:35:39.237Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T00:35:39.242Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T00:35:39.263Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T00:35:39.267Z+ cargo --version
762026-03-18T00:35:39.282Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T00:35:39.285Z+ rustc --version
782026-03-18T00:35:39.309Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T00:35:39.313Zprocess exited: duration 18655 ms, exit code 0
 
802026-03-18T00:35:39.319Zstarting task 2: "authentication"
812026-03-18T00:35:39.338Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T00:35:39.344Zstarting task 3: "clone repository"
832026-03-18T00:35:39.349Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T00:35:39.352Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T00:35:39.399ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T00:35:49.248Z+ cd /work/oxidecomputer/omicron
872026-03-18T00:35:49.248Z+ git fetch origin bb4505a21d82d324df13bd26211bf041996a4a29
882026-03-18T00:35:49.568ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T00:35:49.568Z * branch bb4505a21d82d324df13bd26211bf041996a4a29 -> FETCH_HEAD
902026-03-18T00:35:49.579Z+ [[ -n john/execute-expunged-live-test ]]
912026-03-18T00:35:49.582Z++ git branch --show-current
922026-03-18T00:35:49.585Z+ current=main
932026-03-18T00:35:49.585Z+ [[ main != john/execute-expunged-live-test ]]
942026-03-18T00:35:49.586Z+ git branch -f john/execute-expunged-live-test bb4505a21d82d324df13bd26211bf041996a4a29
952026-03-18T00:35:49.589Z+ git checkout -f john/execute-expunged-live-test
962026-03-18T00:35:49.907ZSwitched to branch 'john/execute-expunged-live-test'
972026-03-18T00:35:49.910Z+ git reset --hard bb4505a21d82d324df13bd26211bf041996a4a29
982026-03-18T00:35:49.928ZHEAD is now at bb4505a21 missing import
992026-03-18T00:35:49.931Zprocess exited: duration 10577 ms, exit code 0
 
1002026-03-18T00:35:49.938Zstarting task 4: "build"
1012026-03-18T00:35:49.943Z+ source .github/buildomat/ci-env.sh
1022026-03-18T00:35:49.946Z++ export CARGO_TERM_COLOR=always
1032026-03-18T00:35:49.946Z++ CARGO_TERM_COLOR=always
1042026-03-18T00:35:49.946Z+ cargo --version
1052026-03-18T00:35:49.955Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T00:35:49.958Z+ rustc --version
1072026-03-18T00:35:49.983Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T00:35:49.986Z+ source ./env.sh
1092026-03-18T00:35:49.986Z++ OLD_SHELL_OPTS=ehxB
1102026-03-18T00:35:49.986Z++ set -o xtrace
1112026-03-18T00:35:49.989Z++++ dirname ./env.sh
1122026-03-18T00:35:49.990Z+++ readlink -f .
1132026-03-18T00:35:49.993Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-18T00:35:49.993Z++ 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-03-18T00:35:49.993Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-18T00:35:49.993Z++ 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-03-18T00:35:49.993Z++ 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-03-18T00:35:49.993Z++ 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-03-18T00:35:49.993Z++ 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-03-18T00:35:49.993Z++ 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-03-18T00:35:49.993Z++ 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-03-18T00:35:49.993Z++ case $OLD_SHELL_OPTS in
1232026-03-18T00:35:49.993Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-18T00:35:49.993Z+ 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-03-18T00:35:49.993Z+ 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-03-18T00:35:49.993Z+ banner prerequisites
1272026-03-18T00:35:49.996Z
1282026-03-18T00:35:49.996Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-18T00:35:49.996Z # # # # # # # # # # # # # # #
1302026-03-18T00:35:49.997Z # # # # ##### # # ##### # # # # # #### #
1312026-03-18T00:35:49.997Z ##### ##### # ##### # # # # # # # # #
1322026-03-18T00:35:49.997Z # # # # # # # # # # # # # # #
1332026-03-18T00:35:49.997Z # # # ###### # # ###### ### # #### # #### #
1342026-03-18T00:35:49.997Z
1352026-03-18T00:35:49.997Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-18T00:36:00.005Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-18T00:36:09.737Z Startup: Caching catalogs ... Done
1382026-03-18T00:36:31.673ZPlanning: Solver setup ... Done (20.352s)
1392026-03-18T00:36:31.824ZPlanning: Running solver ... Done (0.151s)
1402026-03-18T00:36:32.002ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-18T00:36:32.017ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-18T00:36:32.137ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-18T00:36:32.180ZPlanning: Package planning ... Done (0.043s)
1442026-03-18T00:36:32.224ZPlanning: Merging actions ... Done (0.040s)
1452026-03-18T00:36:32.833ZPlanning: Checking for conflicting actions ... Done (0.613s)
1462026-03-18T00:36:32.842ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-18T00:36:33.818ZPlanning: Evaluating mediators ... Done (0.975s)
1482026-03-18T00:36:33.827ZPlanning: Planning completed in 23.93 seconds
1492026-03-18T00:36:34.291Z Packages to install: 4
1502026-03-18T00:36:34.291Z Mediators to change: 2
1512026-03-18T00:36:34.291Z Services to change: 1
1522026-03-18T00:36:34.295Z Estimated space available: 155.43 GB
1532026-03-18T00:36:34.295ZEstimated space to be consumed: 1.83 GB
1542026-03-18T00:36:34.295Z Create boot environment: No
1552026-03-18T00:36:34.295ZCreate backup boot environment: No
1562026-03-18T00:36:34.295Z Rebuild boot archive: No
1572026-03-18T00:36:34.295Z
1582026-03-18T00:36:34.295ZChanged mediators:
1592026-03-18T00:36:34.295Z mediator clang:
1602026-03-18T00:36:34.295Z version: None -> 15 (system default)
1612026-03-18T00:36:34.295Z
1622026-03-18T00:36:34.295Z mediator llvm:
1632026-03-18T00:36:34.295Z version: 14 (system default) -> 15 (system default)
1642026-03-18T00:36:34.295Z
1652026-03-18T00:36:34.296ZChanged packages:
1662026-03-18T00:36:34.296Zhelios-dev
1672026-03-18T00:36:34.296Z developer/build-essential
1682026-03-18T00:36:34.296Z None -> 11-2.0
1692026-03-18T00:36:34.296Z library/libxmlsec1
1702026-03-18T00:36:34.296Z None -> 1.2.35-2.0
1712026-03-18T00:36:34.296Z ooce/developer/clang-15
1722026-03-18T00:36:34.296Z None -> 15.0.7-2.0
1732026-03-18T00:36:34.296Z ooce/developer/llvm-15
1742026-03-18T00:36:34.296Z None -> 15.0.7-2.0
1752026-03-18T00:36:34.296Z
1762026-03-18T00:36:34.296ZServices:
1772026-03-18T00:36:34.296Z restart_fmri:
1782026-03-18T00:36:34.296Z svc:/system/update-man-index:default
1792026-03-18T00:36:34.336Z
1802026-03-18T00:36:34.337ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-18T00:36:39.348ZDownload: 1839/3290 items 118.5/212.6MB 55% complete (23.9M/s)
1822026-03-18T00:36:44.238ZDownload: Completed 212.60 MB in 9.89 seconds (21.5M/s)
1832026-03-18T00:36:44.566Z Actions: 1/3689 actions (Installing new actions)
1842026-03-18T00:36:48.678Z Actions: Completed 3689 actions in 4.11 seconds.
1852026-03-18T00:36:49.054Z Done (0.371s)
1862026-03-18T00:36:49.054Z Done (0.000s)
1872026-03-18T00:36:50.066Z Done (1.012s)
1882026-03-18T00:36:55.248Z Done (4.838s)
1892026-03-18T00:36:55.325Z Done (0.013s)
1902026-03-18T00:36:55.329Z Done (0.000s)
1912026-03-18T00:36:55.472Z Done (0.000s)
1922026-03-18T00:36:56.437ZPlanning: Evaluating mediator changes ... Done
1932026-03-18T00:36:56.572ZPlanning: Checking for conflicting actions ... Done
1942026-03-18T00:36:56.591ZPlanning: Consolidating action changes ... Done
1952026-03-18T00:36:56.801ZPlanning: Evaluating mediators ... Done
1962026-03-18T00:36:56.810ZPlanning: Planning completed in 0.36 seconds
1972026-03-18T00:36:56.818Z Mediators to change: 2
1982026-03-18T00:36:56.830Z Create boot environment: No
1992026-03-18T00:36:56.830ZCreate backup boot environment: No
2002026-03-18T00:36:56.899Z Done
2012026-03-18T00:36:56.899Z Done
2022026-03-18T00:36:57.651Z Done
2032026-03-18T00:37:00.907Z Done
2042026-03-18T00:37:00.992Z Done
2052026-03-18T00:37:01.001Z Done
2062026-03-18T00:37:01.140Z Done
2072026-03-18T00:37:01.670ZPlanning: Evaluating mediator changes ... Done
2082026-03-18T00:37:01.674ZPlanning: Merging actions ... Done
2092026-03-18T00:37:01.835ZPlanning: Checking for conflicting actions ... Done
2102026-03-18T00:37:01.842ZPlanning: Consolidating action changes ... Done
2112026-03-18T00:37:02.061ZPlanning: Evaluating mediators ... Done
2122026-03-18T00:37:02.103ZPlanning: Planning completed in 0.64 seconds
2132026-03-18T00:37:02.139Z Packages to change: 1
2142026-03-18T00:37:02.139Z Mediators to change: 1
2152026-03-18T00:37:02.144Z Services to change: 1
2162026-03-18T00:37:02.144Z Create boot environment: No
2172026-03-18T00:37:02.144ZCreate backup boot environment: Yes
2182026-03-18T00:37:04.415Z Actions: 1/6 actions (Updating modified actions)
2192026-03-18T00:37:04.418Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-18T00:37:04.419Z Done
2212026-03-18T00:37:04.419Z Done
2222026-03-18T00:37:04.603Z Done
2232026-03-18T00:37:07.901Z Done
2242026-03-18T00:37:07.983Z Done
2252026-03-18T00:37:07.987Z Done
2262026-03-18T00:37:08.149Z Done
2272026-03-18T00:37:08.528ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-18T00:37:08.528Zclang system 15 system
2292026-03-18T00:37:08.528Zcsh system system illumos
2302026-03-18T00:37:08.528Zctags system system illumos
2312026-03-18T00:37:08.528Zfile system system illumos
2322026-03-18T00:37:08.528Zgcc vendor 12 vendor
2332026-03-18T00:37:08.528Zgcc system 10 system
2342026-03-18T00:37:08.528Zgcc system 7 system
2352026-03-18T00:37:08.528Zgo system 1.20 system
2362026-03-18T00:37:08.529Zgo system 1.19 system
2372026-03-18T00:37:08.529Zllvm system 15 system
2382026-03-18T00:37:08.529Zllvm system 14 system
2392026-03-18T00:37:08.529Zmariadb system 10.6 system
2402026-03-18T00:37:08.529Zmta vendor vendor dma
2412026-03-18T00:37:08.529Zopenjdk system 17 system
2422026-03-18T00:37:08.529Zopenjdk system 11 system
2432026-03-18T00:37:08.529Zopenjdk system 1.8 system
2442026-03-18T00:37:08.529Zopenssl vendor 3 vendor
2452026-03-18T00:37:08.529Zperl system 5.36 system
2462026-03-18T00:37:08.529Zpostgresql system 15 system
2472026-03-18T00:37:08.530Zpostgresql system 13 system
2482026-03-18T00:37:08.530Zpython vendor 3 vendor
2492026-03-18T00:37:08.530Zpython system 2 system
2502026-03-18T00:37:08.530Zpython3 system 3.11 system
2512026-03-18T00:37:08.530Zruby system 3.0 system
2522026-03-18T00:37:08.530Zwords vendor vendor american-english
2532026-03-18T00:37:08.530Zwords system system australian-english
2542026-03-18T00:37:08.530Zwords system system british-english
2552026-03-18T00:37:08.530Zwords system system canadian-english
2562026-03-18T00:37:08.530Zwords system system french
2572026-03-18T00:37:08.531Zwords system system italian
2582026-03-18T00:37:08.531Zwords system system ngerman
2592026-03-18T00:37:08.531Zwords system system ogerman
2602026-03-18T00:37:08.531Zwords system system spanish
2612026-03-18T00:37:08.832ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-18T00:37:08.832Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-18T00:37:14.694ZFMRI IFO
2642026-03-18T00:37:14.694Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-18T00:37:14.694Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-18T00:37:14.695Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-18T00:37:14.695Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-18T00:37:14.695Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-18T00:37:14.695Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-18T00:37:14.695Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-18T00:37:14.695Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-18T00:37:14.695Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-18T00:37:14.695Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-18T00:37:14.695Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-18T00:37:14.695Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-18T00:37:14.695Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-18T00:37:14.695Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-18T00:37:14.695Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-18T00:37:14.695Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-18T00:37:15.898Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-18T00:37:16.154Z Updating crates.io index
2822026-03-18T00:37:16.157Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-18T00:37:16.446Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-18T00:37:17.247Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-18T00:37:17.644Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-18T00:37:17.952Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-18T00:37:18.947Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-18T00:37:19.665Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-18T00:37:21.001Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-18T00:37:22.684Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-18T00:37:23.714Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-18T00:37:23.968Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-18T00:37:24.692Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-18T00:37:25.154Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-18T00:37:25.638Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-18T00:37:25.938Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-18T00:37:26.942Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-18T00:37:27.442Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-18T00:37:27.801Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-18T00:37:28.102Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-18T00:37:28.551Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-18T00:37:28.900Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-18T00:37:29.118Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-18T00:37:29.375Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-18T00:37:29.808Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-18T00:37:30.158Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-18T00:37:30.746Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-18T00:37:31.065Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-18T00:37:31.373Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-18T00:37:31.685Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-18T00:37:33.103Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-18T00:37:33.401Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-18T00:37:33.811Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-18T00:37:34.174Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-18T00:37:34.578Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-18T00:37:35.108Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-18T00:37:35.396Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-18T00:37:35.656Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-18T00:37:36.026Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-18T00:37:50.112Z Downloading crates ...
3212026-03-18T00:37:50.131Z Downloaded serde_spanned v0.6.9
3222026-03-18T00:37:50.131Z Downloaded heck v0.5.0
3232026-03-18T00:37:50.131Z Downloaded serde-untagged v0.1.9
3242026-03-18T00:37:50.131Z Downloaded cfg-if v1.0.4
3252026-03-18T00:37:50.131Z Downloaded dof v0.3.0
3262026-03-18T00:37:50.132Z Downloaded camino-tempfile v1.4.1
3272026-03-18T00:37:50.132Z Downloaded synstructure v0.13.2
3282026-03-18T00:37:50.132Z Downloaded anstyle-parse v0.2.7
3292026-03-18T00:37:50.132Z Downloaded cargo-platform v0.2.0
3302026-03-18T00:37:50.132Z Downloaded once_cell v1.21.3
3312026-03-18T00:37:50.132Z Downloaded zerocopy-derive v0.7.35
3322026-03-18T00:37:50.132Z Downloaded crypto-common v0.1.7
3332026-03-18T00:37:50.132Z Downloaded block-buffer v0.10.4
3342026-03-18T00:37:50.132Z Downloaded clap_lex v1.0.0
3352026-03-18T00:37:50.132Z Downloaded displaydoc v0.2.5
3362026-03-18T00:37:50.132Z Downloaded anstyle-query v1.1.5
3372026-03-18T00:37:50.132Z Downloaded anstream v0.6.21
3382026-03-18T00:37:50.132Z Downloaded cpufeatures v0.2.17
3392026-03-18T00:37:50.132Z Downloaded cargo_toml v0.21.0
3402026-03-18T00:37:50.133Z Downloaded toml_datetime v0.6.11
3412026-03-18T00:37:50.133Z Downloaded zerovec-derive v0.11.2
3422026-03-18T00:37:50.133Z Downloaded dtrace-parser v0.2.0
3432026-03-18T00:37:50.133Z Downloaded equivalent v1.0.2
3442026-03-18T00:37:50.133Z Downloaded textwrap v0.16.2
3452026-03-18T00:37:50.133Z Downloaded colorchoice v1.0.4
3462026-03-18T00:37:50.133Z Downloaded unicode-linebreak v0.1.5
3472026-03-18T00:37:50.133Z Downloaded form_urlencoded v1.2.2
3482026-03-18T00:37:50.133Z Downloaded pretty-hex v0.4.1
3492026-03-18T00:37:50.133Z Downloaded byteorder v1.5.0
3502026-03-18T00:37:50.133Z Downloaded fs-err v3.3.0
3512026-03-18T00:37:50.133Z Downloaded autocfg v1.5.0
3522026-03-18T00:37:50.133Z Downloaded anstyle v1.0.13
3532026-03-18T00:37:50.133Z Downloaded generic-array v0.14.7
3542026-03-18T00:37:50.134Z Downloaded cargo-util-schemas v0.8.2
3552026-03-18T00:37:50.134Z Downloaded utf8_iter v1.0.4
3562026-03-18T00:37:50.134Z Downloaded usdt-attr-macro v0.5.0
3572026-03-18T00:37:50.134Z Downloaded digest v0.10.7
3582026-03-18T00:37:50.134Z Downloaded getrandom v0.4.1
3592026-03-18T00:37:50.134Z Downloaded yoke-derive v0.8.1
3602026-03-18T00:37:50.134Z Downloaded winnow v0.7.14
3612026-03-18T00:37:50.134Z Downloaded typeid v1.0.3
3622026-03-18T00:37:50.134Z Downloaded usdt-macro v0.5.0
3632026-03-18T00:37:50.134Z Downloaded serde-value v0.7.0
3642026-03-18T00:37:50.134Z Downloaded proc-macro-error v1.0.4
3652026-03-18T00:37:50.134Z Downloaded zerofrom v0.1.6
3662026-03-18T00:37:50.134Z Downloaded version_check v0.9.5
3672026-03-18T00:37:50.134Z Downloaded scroll v0.12.0
3682026-03-18T00:37:50.134Z Downloaded zmij v1.0.21
3692026-03-18T00:37:50.134Z Downloaded typenum v1.19.0
3702026-03-18T00:37:50.134Z Downloaded tinystr v0.8.2
3712026-03-18T00:37:50.134Z Downloaded thiserror-impl v1.0.69
3722026-03-18T00:37:50.135Z Downloaded utf8parse v0.2.2
3732026-03-18T00:37:50.135Z Downloaded proc-macro2 v1.0.106
3742026-03-18T00:37:50.135Z Downloaded toml_write v0.1.2
3752026-03-18T00:37:50.135Z Downloaded errno v0.3.14
3762026-03-18T00:37:50.135Z Downloaded thread-id v4.2.2
3772026-03-18T00:37:50.135Z Downloaded writeable v0.6.2
3782026-03-18T00:37:50.135Z Downloaded unicode-xid v0.2.6
3792026-03-18T00:37:50.135Z Downloaded erased-serde v0.4.9
3802026-03-18T00:37:50.135Z Downloaded num-traits v0.2.19
3812026-03-18T00:37:50.135Z Downloaded zerofrom-derive v0.1.6
3822026-03-18T00:37:50.135Z Downloaded macaddr v1.0.1
3832026-03-18T00:37:50.135Z Downloaded percent-encoding v2.3.2
3842026-03-18T00:37:50.135Z Downloaded potential_utf v0.1.4
3852026-03-18T00:37:50.135Z Downloaded bitflags v2.11.0
3862026-03-18T00:37:50.135Z Downloaded zerotrie v0.2.3
3872026-03-18T00:37:50.135Z Downloaded ucd-trie v0.1.7
3882026-03-18T00:37:50.136Z Downloaded usdt v0.5.0
3892026-03-18T00:37:50.136Z Downloaded thiserror v2.0.18
3902026-03-18T00:37:50.136Z Downloaded yoke v0.8.1
3912026-03-18T00:37:50.136Z Downloaded usdt-impl v0.5.0
3922026-03-18T00:37:50.136Z Downloaded toml v0.8.23
3932026-03-18T00:37:50.136Z Downloaded url v2.5.8
3942026-03-18T00:37:50.136Z Downloaded tabled_derive v0.7.0
3952026-03-18T00:37:50.136Z Downloaded stable_deref_trait v1.2.1
3962026-03-18T00:37:50.136Z Downloaded memmap v0.7.0
3972026-03-18T00:37:50.136Z Downloaded heck v0.4.1
3982026-03-18T00:37:50.136Z Downloaded fastrand v2.3.0
3992026-03-18T00:37:50.136Z Downloaded unicode-ident v1.0.24
4002026-03-18T00:37:50.136Z Downloaded thiserror v1.0.69
4012026-03-18T00:37:50.136Z Downloaded idna_adapter v1.2.1
4022026-03-18T00:37:50.136Z Downloaded fnv v1.0.7
4032026-03-18T00:37:50.137Z Downloaded terminal_size v0.4.3
4042026-03-18T00:37:50.137Z Downloaded thiserror-impl v2.0.18
4052026-03-18T00:37:50.137Z Downloaded scroll_derive v0.12.1
4062026-03-18T00:37:50.137Z Downloaded strsim v0.11.1
4072026-03-18T00:37:50.137Z Downloaded icu_properties v2.1.2
4082026-03-18T00:37:50.137Z Downloaded ordered-float v2.10.1
4092026-03-18T00:37:50.137Z Downloaded itoa v1.0.17
4102026-03-18T00:37:50.137Z Downloaded toml_edit v0.22.27
4112026-03-18T00:37:50.137Z Downloaded quote v1.0.44
4122026-03-18T00:37:50.137Z Downloaded bytecount v0.6.9
4132026-03-18T00:37:50.137Z Downloaded clap_builder v4.5.60
4142026-03-18T00:37:50.137Z Downloaded swrite v0.1.0
4152026-03-18T00:37:50.137Z Downloaded smawk v0.3.2
4162026-03-18T00:37:50.137Z Downloaded proc-macro-error-attr v1.0.4
4172026-03-18T00:37:50.137Z Downloaded cargo_metadata v0.21.0
4182026-03-18T00:37:50.137Z Downloaded camino v1.2.2
4192026-03-18T00:37:50.137Z Downloaded plain v0.2.3
4202026-03-18T00:37:50.137Z Downloaded zerovec v0.11.5
4212026-03-18T00:37:50.143Z Downloaded semver v1.0.27
4222026-03-18T00:37:50.143Z Downloaded zerocopy v0.7.35
4232026-03-18T00:37:50.143Z Downloaded serde_tokenstream v0.2.3
4242026-03-18T00:37:50.143Z Downloaded is_terminal_polyfill v1.70.2
4252026-03-18T00:37:50.143Z Downloaded clap v4.5.60
4262026-03-18T00:37:50.143Z Downloaded sha2 v0.10.9
4272026-03-18T00:37:50.143Z Downloaded clap_derive v4.5.55
4282026-03-18T00:37:50.143Z Downloaded log v0.4.29
4292026-03-18T00:37:50.143Z Downloaded unicode-width v0.2.0
4302026-03-18T00:37:50.143Z Downloaded unicode-width v0.1.14
4312026-03-18T00:37:50.143Z Downloaded litemap v0.8.1
4322026-03-18T00:37:50.143Z Downloaded pest_generator v2.8.6
4332026-03-18T00:37:50.143Z Downloaded pest_derive v2.8.6
4342026-03-18T00:37:50.143Z Downloaded anyhow v1.0.102
4352026-03-18T00:37:50.143Z Downloaded icu_provider v2.1.1
4362026-03-18T00:37:50.143Z Downloaded papergrid v0.11.0
4372026-03-18T00:37:50.143Z Downloaded serde_core v1.0.228
4382026-03-18T00:37:50.143Z Downloaded smallvec v1.15.1
4392026-03-18T00:37:50.143Z Downloaded icu_normalizer_data v2.1.1
4402026-03-18T00:37:50.143Z Downloaded icu_normalizer v2.1.1
4412026-03-18T00:37:50.143Z Downloaded serde_derive v1.0.228
4422026-03-18T00:37:50.143Z Downloaded pest_meta v2.8.6
4432026-03-18T00:37:50.144Z Downloaded icu_locale_core v2.1.1
4442026-03-18T00:37:50.144Z Downloaded tempfile v3.25.0
4452026-03-18T00:37:50.145Z Downloaded serde v1.0.228
4462026-03-18T00:37:50.145Z Downloaded icu_collections v2.1.1
4472026-03-18T00:37:50.145Z Downloaded memchr v2.8.0
4482026-03-18T00:37:50.145Z Downloaded serde_json v1.0.149
4492026-03-18T00:37:50.145Z Downloaded indexmap v2.13.0
4502026-03-18T00:37:50.146Z Downloaded pest v2.8.6
4512026-03-18T00:37:50.146Z Downloaded hashbrown v0.16.1
4522026-03-18T00:37:50.146Z Downloaded idna v1.1.0
4532026-03-18T00:37:50.146Z Downloaded goblin v0.8.2
4542026-03-18T00:37:50.146Z Downloaded icu_properties_data v2.1.2
4552026-03-18T00:37:50.146Z Downloaded tabled v0.15.0
4562026-03-18T00:37:50.146Z Downloaded syn v1.0.109
4572026-03-18T00:37:50.151Z Downloaded syn v2.0.117
4582026-03-18T00:37:50.167Z Downloaded rustix v1.1.3
4592026-03-18T00:37:50.191Z Downloaded libc v0.2.180
4602026-03-18T00:37:50.928Z Compiling proc-macro2 v1.0.106
4612026-03-18T00:37:50.928Z Compiling quote v1.0.44
4622026-03-18T00:37:50.965Z Compiling unicode-ident v1.0.24
4632026-03-18T00:37:50.965Z Compiling serde_core v1.0.228
4642026-03-18T00:37:50.966Z Compiling libc v0.2.180
4652026-03-18T00:37:50.966Z Compiling version_check v0.9.5
4662026-03-18T00:37:50.966Z Compiling stable_deref_trait v1.2.1
4672026-03-18T00:37:50.966Z Compiling memchr v2.8.0
4682026-03-18T00:37:50.966Z Compiling serde v1.0.228
4692026-03-18T00:37:50.966Z Compiling zmij v1.0.21
4702026-03-18T00:37:50.994Z Compiling ucd-trie v0.1.7
4712026-03-18T00:37:51.220Z Compiling itoa v1.0.17
4722026-03-18T00:37:51.296Z Compiling autocfg v1.5.0
4732026-03-18T00:37:51.380Z Compiling thiserror v1.0.69
4742026-03-18T00:37:51.450Z Compiling pest v2.8.6
4752026-03-18T00:37:51.516Z Compiling litemap v0.8.1
4762026-03-18T00:37:51.520Z Compiling writeable v0.6.2
4772026-03-18T00:37:51.740Z Compiling icu_properties_data v2.1.2
4782026-03-18T00:37:51.770Z Compiling icu_normalizer_data v2.1.1
4792026-03-18T00:37:51.971Z Compiling rustix v1.1.3
4802026-03-18T00:37:52.014Z Compiling byteorder v1.5.0
4812026-03-18T00:37:52.195Z Compiling syn v2.0.117
4822026-03-18T00:37:52.297Z Compiling errno v0.3.14
4832026-03-18T00:37:52.316Z Compiling bitflags v2.11.0
4842026-03-18T00:37:52.705Z Compiling serde_json v1.0.149
4852026-03-18T00:37:52.718Z Compiling num-traits v0.2.19
4862026-03-18T00:37:52.718Z Compiling typeid v1.0.3
4872026-03-18T00:37:52.738Z Compiling equivalent v1.0.2
4882026-03-18T00:37:53.308Z Compiling hashbrown v0.16.1
4892026-03-18T00:37:53.346Z Compiling pest_meta v2.8.6
4902026-03-18T00:37:53.347Z Compiling smallvec v1.15.1
4912026-03-18T00:37:53.436Z Compiling thread-id v4.2.2
4922026-03-18T00:37:53.527Z Compiling proc-macro-error-attr v1.0.4
4932026-03-18T00:37:53.559Z Compiling indexmap v2.13.0
4942026-03-18T00:37:53.627Z Compiling usdt-impl v0.5.0
4952026-03-18T00:37:53.696Z Compiling winnow v0.7.14
4962026-03-18T00:37:53.755Z Compiling toml_write v0.1.2
4972026-03-18T00:37:53.894Z Compiling erased-serde v0.4.9
4982026-03-18T00:37:54.027Z Compiling syn v1.0.109
4992026-03-18T00:37:54.518Z Compiling proc-macro-error v1.0.4
5002026-03-18T00:37:54.621Z Compiling plain v0.2.3
5012026-03-18T00:37:54.927Z Compiling thiserror v2.0.18
5022026-03-18T00:37:54.935Z Compiling log v0.4.29
5032026-03-18T00:37:55.011Z Compiling utf8parse v0.2.2
5042026-03-18T00:37:55.407Z Compiling utf8_iter v1.0.4
5052026-03-18T00:37:55.438Z Compiling percent-encoding v2.3.2
5062026-03-18T00:37:55.438Z Compiling getrandom v0.4.1
5072026-03-18T00:37:55.438Z Compiling camino v1.2.2
5082026-03-18T00:37:55.447Z Compiling form_urlencoded v1.2.2
5092026-03-18T00:37:55.493Z Compiling ordered-float v2.10.1
5102026-03-18T00:37:55.681Z Compiling anstyle-parse v0.2.7
5112026-03-18T00:37:55.860Z Compiling terminal_size v0.4.3
5122026-03-18T00:37:55.939Z Compiling synstructure v0.13.2
5132026-03-18T00:37:55.955Z Compiling pest_generator v2.8.6
5142026-03-18T00:37:56.056Z Compiling anstyle v1.0.13
5152026-03-18T00:37:56.186Z Compiling anstyle-query v1.1.5
5162026-03-18T00:37:56.305Z Compiling cfg-if v1.0.4
5172026-03-18T00:37:56.340Z Compiling colorchoice v1.0.4
5182026-03-18T00:37:56.364Z Compiling is_terminal_polyfill v1.70.2
5192026-03-18T00:37:56.398Z Compiling pretty-hex v0.4.1
5202026-03-18T00:37:56.485Z Compiling anstream v0.6.21
5212026-03-18T00:37:56.525Z Compiling serde-untagged v0.1.9
5222026-03-18T00:37:56.842Z Compiling semver v1.0.27
5232026-03-18T00:37:56.870Z Compiling fs-err v3.3.0
5242026-03-18T00:37:57.180Z Compiling heck v0.4.1
5252026-03-18T00:37:57.225Z Compiling unicode-xid v0.2.6
5262026-03-18T00:37:57.225Z Compiling anyhow v1.0.102
5272026-03-18T00:37:57.225Z Compiling strsim v0.11.1
5282026-03-18T00:37:57.225Z Compiling fastrand v2.3.0
5292026-03-18T00:37:57.225Z Compiling clap_lex v1.0.0
5302026-03-18T00:37:57.237Z Compiling fnv v1.0.7
5312026-03-18T00:37:57.356Z Compiling heck v0.5.0
5322026-03-18T00:37:57.472Z Compiling once_cell v1.21.3
5332026-03-18T00:37:57.472Z Compiling bytecount v0.6.9
5342026-03-18T00:37:57.527Z Compiling unicode-width v0.1.14
5352026-03-18T00:37:57.677Z Compiling clap_builder v4.5.60
5362026-03-18T00:37:57.746Z Compiling tempfile v3.25.0
5372026-03-18T00:37:57.840Z Compiling papergrid v0.11.0
5382026-03-18T00:37:57.925Z Compiling memmap v0.7.0
5392026-03-18T00:37:58.032Z Compiling smawk v0.3.2
5402026-03-18T00:37:58.212Z Compiling unicode-width v0.2.0
5412026-03-18T00:37:58.237Z Compiling unicode-linebreak v0.1.5
5422026-03-18T00:37:58.288Z Compiling camino-tempfile v1.4.1
5432026-03-18T00:37:58.514Z Compiling serde_derive v1.0.228
5442026-03-18T00:37:58.529Z Compiling zerofrom-derive v0.1.6
5452026-03-18T00:37:58.552Z Compiling yoke-derive v0.8.1
5462026-03-18T00:37:58.589Z Compiling zerovec-derive v0.11.2
5472026-03-18T00:37:58.793Z Compiling displaydoc v0.2.5
5482026-03-18T00:37:59.757Z Compiling thiserror-impl v1.0.69
5492026-03-18T00:37:59.818Z Compiling zerocopy-derive v0.7.35
5502026-03-18T00:38:00.131Z Compiling pest_derive v2.8.6
5512026-03-18T00:38:00.149Z Compiling scroll_derive v0.12.1
5522026-03-18T00:38:00.491Z Compiling zerofrom v0.1.6
5532026-03-18T00:38:00.575Z Compiling yoke v0.8.1
5542026-03-18T00:38:00.596Z Compiling thiserror-impl v2.0.18
5552026-03-18T00:38:00.816Z Compiling zerovec v0.11.5
5562026-03-18T00:38:00.955Z Compiling zerotrie v0.2.3
5572026-03-18T00:38:00.977Z Compiling zerocopy v0.7.35
5582026-03-18T00:38:01.350Z Compiling scroll v0.12.0
5592026-03-18T00:38:01.493Z Compiling tinystr v0.8.2
5602026-03-18T00:38:01.538Z Compiling potential_utf v0.1.4
5612026-03-18T00:38:01.701Z Compiling icu_collections v2.1.1
5622026-03-18T00:38:01.748Z Compiling icu_locale_core v2.1.1
5632026-03-18T00:38:01.773Z Compiling dtrace-parser v0.2.0
5642026-03-18T00:38:01.777Z Compiling goblin v0.8.2
5652026-03-18T00:38:01.918Z Compiling tabled_derive v0.7.0
5662026-03-18T00:38:02.367Z Compiling clap_derive v4.5.55
5672026-03-18T00:38:02.514Z Compiling textwrap v0.16.2
5682026-03-18T00:38:02.802Z Compiling icu_provider v2.1.1
5692026-03-18T00:38:03.123Z Compiling toml_datetime v0.6.11
5702026-03-18T00:38:03.174Z Compiling icu_properties v2.1.2
5712026-03-18T00:38:03.223Z Compiling icu_normalizer v2.1.1
5722026-03-18T00:38:03.227Z Compiling serde_spanned v0.6.9
5732026-03-18T00:38:03.270Z Compiling dof v0.3.0
5742026-03-18T00:38:03.412Z Compiling toml_edit v0.22.27
5752026-03-18T00:38:03.437Z Compiling serde_tokenstream v0.2.3
5762026-03-18T00:38:03.472Z Compiling serde-value v0.7.0
5772026-03-18T00:38:03.855Z Compiling cargo-platform v0.2.0
5782026-03-18T00:38:03.950Z Compiling tabled v0.15.0
5792026-03-18T00:38:03.974Z Compiling macaddr v1.0.1
5802026-03-18T00:38:04.270Z Compiling swrite v0.1.0
5812026-03-18T00:38:04.393Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5822026-03-18T00:38:04.625Z Compiling idna_adapter v1.2.1
5832026-03-18T00:38:04.683Z Compiling usdt-attr-macro v0.5.0
5842026-03-18T00:38:04.707Z Compiling usdt-macro v0.5.0
5852026-03-18T00:38:04.768Z Compiling idna v1.1.0
5862026-03-18T00:38:04.839Z Compiling clap v4.5.60
5872026-03-18T00:38:05.182Z Compiling url v2.5.8
5882026-03-18T00:38:05.428Z Compiling toml v0.8.23
5892026-03-18T00:38:05.893Z Compiling usdt v0.5.0
5902026-03-18T00:38:06.003Z Compiling cargo-util-schemas v0.8.2
5912026-03-18T00:38:06.164Z Compiling cargo_toml v0.21.0
5922026-03-18T00:38:07.189Z Compiling cargo_metadata v0.21.0
5932026-03-18T00:38:08.483Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-18T00:38:11.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.62s
5952026-03-18T00:38:11.599Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-18T00:38:12.321Z Downloading crates ...
5972026-03-18T00:38:12.447Z Downloaded bb8 v0.8.6
5982026-03-18T00:38:12.451Z Downloaded bitfield-struct v0.6.2
5992026-03-18T00:38:12.451Z Downloaded atty v0.2.14
6002026-03-18T00:38:12.454Z Downloaded async-stream v0.3.6
6012026-03-18T00:38:12.459Z Downloaded darling v0.23.0
6022026-03-18T00:38:12.463Z Downloaded fs_extra v1.3.0
6032026-03-18T00:38:12.466Z Downloaded derive_builder v0.20.2
6042026-03-18T00:38:12.469Z Downloaded ctr v0.9.2
6052026-03-18T00:38:12.474Z Downloaded foreign-types v0.3.2
6062026-03-18T00:38:12.479Z Downloaded ciborium v0.2.2
6072026-03-18T00:38:12.495Z Downloaded ed25519-dalek v2.2.0
6082026-03-18T00:38:12.498Z Downloaded crossbeam-channel v0.5.15
6092026-03-18T00:38:12.502Z Downloaded float-cmp v0.10.0
6102026-03-18T00:38:12.505Z Downloaded dropshot-api-manager-types v0.6.0
6112026-03-18T00:38:12.505Z Downloaded bcs v0.1.6
6122026-03-18T00:38:12.510Z Downloaded document-features v0.2.12
6132026-03-18T00:38:12.510Z Downloaded difflib v0.4.0
6142026-03-18T00:38:12.511Z Downloaded const_format_proc_macros v0.2.34
6152026-03-18T00:38:12.514Z Downloaded dsl_auto_type v0.2.0
6162026-03-18T00:38:12.514Z Downloaded debug-ignore v1.0.5
6172026-03-18T00:38:12.514Z Downloaded csv-core v0.1.13
6182026-03-18T00:38:12.517Z Downloaded crossbeam-utils v0.8.21
6192026-03-18T00:38:12.520Z Downloaded foreign-types-shared v0.1.1
6202026-03-18T00:38:12.520Z Downloaded convert_case v0.4.0
6212026-03-18T00:38:12.520Z Downloaded darling_macro v0.23.0
6222026-03-18T00:38:12.520Z Downloaded fixedbitset v0.4.2
6232026-03-18T00:38:12.523Z Downloaded cargo_toml v0.22.3
6242026-03-18T00:38:12.523Z Downloaded dirs-next v2.0.0
6252026-03-18T00:38:12.526Z Downloaded fd-lock v4.0.4
6262026-03-18T00:38:12.526Z Downloaded defmt v0.3.100
6272026-03-18T00:38:12.530Z Downloaded darling_macro v0.20.11
6282026-03-18T00:38:12.530Z Downloaded cfg_aliases v0.1.1
6292026-03-18T00:38:12.530Z Downloaded cookie_store v0.22.1
6302026-03-18T00:38:12.534Z Downloaded ed25519 v2.2.3
6312026-03-18T00:38:12.534Z Downloaded cstr-argument v0.1.2
6322026-03-18T00:38:12.537Z Downloaded curve25519-dalek-derive v0.1.1
6332026-03-18T00:38:12.537Z Downloaded diesel-dtrace v0.5.0
6342026-03-18T00:38:12.537Z Downloaded bitfield v0.19.4
6352026-03-18T00:38:12.542Z Downloaded bit-vec v0.8.0
6362026-03-18T00:38:12.542Z Downloaded display-error-chain v0.2.2
6372026-03-18T00:38:12.546Z Downloaded foldhash v0.2.0
6382026-03-18T00:38:12.546Z Downloaded erased-serde v0.3.31
6392026-03-18T00:38:12.546Z Downloaded embedded-io v0.4.0
6402026-03-18T00:38:12.546Z Downloaded float-ord v0.3.2
6412026-03-18T00:38:12.549Z Downloaded ciborium-io v0.2.2
6422026-03-18T00:38:12.549Z Downloaded ascii-canvas v3.0.0
6432026-03-18T00:38:12.549Z Downloaded derive_builder_core v0.20.2
6442026-03-18T00:38:12.552Z Downloaded dunce v1.0.5
6452026-03-18T00:38:12.552Z Downloaded chacha20 v0.9.1
6462026-03-18T00:38:12.561Z Downloaded funty v2.0.0
6472026-03-18T00:38:12.561Z Downloaded downcast-rs v2.0.2
6482026-03-18T00:38:12.561Z Downloaded async-stream-impl v0.3.6
6492026-03-18T00:38:12.564Z Downloaded castaway v0.2.4
6502026-03-18T00:38:12.564Z Downloaded camino-tempfile-ext v0.3.3
6512026-03-18T00:38:12.564Z Downloaded embedded-io v0.6.1
6522026-03-18T00:38:12.564Z Downloaded crc8 v0.1.1
6532026-03-18T00:38:12.564Z Downloaded bcrypt-pbkdf v0.10.0
6542026-03-18T00:38:12.564Z Downloaded env_logger v0.11.9
6552026-03-18T00:38:12.567Z Downloaded arrayref v0.3.9
6562026-03-18T00:38:12.567Z Downloaded aead v0.5.2
6572026-03-18T00:38:12.571Z Downloaded diesel_table_macro_syntax v0.3.0
6582026-03-18T00:38:12.571Z Downloaded crunchy v0.2.4
6592026-03-18T00:38:12.571Z Downloaded filetime v0.2.27
6602026-03-18T00:38:12.574Z Downloaded data-encoding v2.10.0
6612026-03-18T00:38:12.574Z Downloaded darling v0.21.3
6622026-03-18T00:38:12.577Z Downloaded const-oid v0.9.6
6632026-03-18T00:38:12.581Z Downloaded futures-core v0.3.32
6642026-03-18T00:38:12.581Z Downloaded bit-set v0.5.3
6652026-03-18T00:38:12.584Z Downloaded futures-macro v0.3.32
6662026-03-18T00:38:12.584Z Downloaded base16ct v0.2.0
6672026-03-18T00:38:12.584Z Downloaded foreign-types-shared v0.3.1
6682026-03-18T00:38:12.584Z Downloaded dof v0.4.0
6692026-03-18T00:38:12.587Z Downloaded futures-sink v0.3.32
6702026-03-18T00:38:12.587Z Downloaded ciborium-ll v0.2.2
6712026-03-18T00:38:12.590Z Downloaded foreign-types-macros v0.2.3
6722026-03-18T00:38:12.590Z Downloaded base16ct v1.0.0
6732026-03-18T00:38:12.590Z Downloaded atomic-waker v1.1.2
6742026-03-18T00:38:12.593Z Downloaded flagset v0.4.7
6752026-03-18T00:38:12.593Z Downloaded fixedbitset v0.5.7
6762026-03-18T00:38:12.596Z Downloaded block-padding v0.3.3
6772026-03-18T00:38:12.596Z Downloaded foldhash v0.1.5
6782026-03-18T00:38:12.596Z Downloaded ff v0.13.1
6792026-03-18T00:38:12.599Z Downloaded fxhash v0.2.1
6802026-03-18T00:38:12.599Z Downloaded derive_builder_macro v0.20.2
6812026-03-18T00:38:12.599Z Downloaded atomicwrites v0.4.4
6822026-03-18T00:38:12.603Z Downloaded assert_matches v1.5.0
6832026-03-18T00:38:12.603Z Downloaded dtrace-parser v0.3.0
6842026-03-18T00:38:12.603Z Downloaded dirs-sys-next v0.1.2
6852026-03-18T00:38:12.606Z Downloaded defmt v1.0.1
6862026-03-18T00:38:12.609Z Downloaded env_filter v1.0.0
6872026-03-18T00:38:12.609Z Downloaded convert_case v0.10.0
6882026-03-18T00:38:12.612Z Downloaded blowfish v0.9.1
6892026-03-18T00:38:12.612Z Downloaded async-trait v0.1.89
6902026-03-18T00:38:12.615Z Downloaded gethostname v0.5.0
6912026-03-18T00:38:12.618Z Downloaded globwalk v0.9.1
6922026-03-18T00:38:12.618Z Downloaded darling v0.20.11
6932026-03-18T00:38:12.622Z Downloaded ghash v0.5.1
6942026-03-18T00:38:12.625Z Downloaded git-stub v1.0.0
6952026-03-18T00:38:12.625Z Downloaded colored v3.1.1
6962026-03-18T00:38:12.628Z Downloaded enum-as-inner v0.6.1
6972026-03-18T00:38:12.628Z Downloaded crc-any v2.5.0
6982026-03-18T00:38:12.631Z Downloaded hash32 v0.3.1
6992026-03-18T00:38:12.631Z Downloaded hash32 v0.2.1
7002026-03-18T00:38:12.634Z Downloaded dyn-clone v1.0.20
7012026-03-18T00:38:12.634Z Downloaded hex-literal v0.4.1
7022026-03-18T00:38:12.634Z Downloaded home v0.5.12
7032026-03-18T00:38:12.637Z Downloaded http-range v0.1.5
7042026-03-18T00:38:12.637Z Downloaded foreign-types v0.5.0
7052026-03-18T00:38:12.637Z Downloaded hubpack_derive v0.1.1
7062026-03-18T00:38:12.640Z Downloaded hubpack v0.1.2
7072026-03-18T00:38:12.640Z Downloaded futures-executor v0.3.32
7082026-03-18T00:38:12.643Z Downloaded either v1.15.0
7092026-03-18T00:38:12.643Z Downloaded cpufeatures v0.3.0
7102026-03-18T00:38:12.646Z Downloaded headers-core v0.3.0
7112026-03-18T00:38:12.646Z Downloaded base64ct v1.8.3
7122026-03-18T00:38:12.649Z Downloaded http-body v1.0.1
7132026-03-18T00:38:12.649Z Downloaded constant_time_eq v0.4.2
7142026-03-18T00:38:12.649Z Downloaded fs-err v2.11.0
7152026-03-18T00:38:12.652Z Downloaded hyper-tls v0.6.0
7162026-03-18T00:38:12.652Z Downloaded cmake v0.1.57
7172026-03-18T00:38:12.655Z Downloaded hostname v0.4.2
7182026-03-18T00:38:12.655Z Downloaded httpdate v1.0.3
7192026-03-18T00:38:12.658Z Downloaded arrayvec v0.7.6
7202026-03-18T00:38:12.661Z Downloaded colored v2.2.0
7212026-03-18T00:38:12.661Z Downloaded daft-derive v0.1.5
7222026-03-18T00:38:12.664Z Downloaded find-msvc-tools v0.1.9
7232026-03-18T00:38:12.667Z Downloaded des v0.8.1
7242026-03-18T00:38:12.667Z Downloaded cookie v0.18.1
7252026-03-18T00:38:12.671Z Downloaded group v0.13.0
7262026-03-18T00:38:12.686Z Downloaded is_ci v1.2.0
7272026-03-18T00:38:12.689Z Downloaded is-terminal v0.4.17
7282026-03-18T00:38:12.689Z Downloaded inout v0.1.4
7292026-03-18T00:38:12.692Z Downloaded derive-ex v0.1.8
7302026-03-18T00:38:12.692Z Downloaded buf-list v1.1.2
7312026-03-18T00:38:12.696Z Downloaded keccak v0.1.6
7322026-03-18T00:38:12.696Z Downloaded lazy_static v1.5.0
7332026-03-18T00:38:12.699Z Downloaded indent_write v2.2.0
7342026-03-18T00:38:12.699Z Downloaded globset v0.4.18
7352026-03-18T00:38:12.699Z Downloaded glob v0.3.3
7362026-03-18T00:38:12.702Z Downloaded lalrpop-util v0.19.12
7372026-03-18T00:38:12.702Z Downloaded libscf-sys v1.1.0
7382026-03-18T00:38:12.706Z Downloaded defmt-macros v1.0.1
7392026-03-18T00:38:12.706Z Downloaded internet-checksum v0.2.1
7402026-03-18T00:38:12.706Z Downloaded instant v0.1.13
7412026-03-18T00:38:12.709Z Downloaded instability v0.3.11
7422026-03-18T00:38:12.709Z Downloaded indoc v1.0.9
7432026-03-18T00:38:12.712Z Downloaded hex v0.4.3
7442026-03-18T00:38:12.715Z Downloaded git-stub-vcs v0.1.0
7452026-03-18T00:38:12.715Z Downloaded maybe-uninit v2.0.0
7462026-03-18T00:38:12.718Z Downloaded lzss v0.8.2
7472026-03-18T00:38:12.718Z Downloaded lru-slab v0.1.2
7482026-03-18T00:38:12.718Z Downloaded lru-cache v0.1.2
7492026-03-18T00:38:12.721Z Downloaded lru v0.12.5
7502026-03-18T00:38:12.721Z Downloaded managed v0.8.0
7512026-03-18T00:38:12.724Z Downloaded linked-hash-map v0.5.6
7522026-03-18T00:38:12.724Z Downloaded futures-channel v0.3.32
7532026-03-18T00:38:12.724Z Downloaded http-body-util v0.1.3
7542026-03-18T00:38:12.727Z Downloaded diff v0.1.13
7552026-03-18T00:38:12.730Z Downloaded md5 v0.7.0
7562026-03-18T00:38:12.730Z Downloaded md-5 v0.10.6
7572026-03-18T00:38:12.733Z Downloaded mime v0.3.17
7582026-03-18T00:38:12.733Z Downloaded memoffset v0.9.1
7592026-03-18T00:38:12.733Z Downloaded match_cfg v0.1.0
7602026-03-18T00:38:12.736Z Downloaded getrandom v0.2.17
7612026-03-18T00:38:12.739Z Downloaded indoc v2.0.7
7622026-03-18T00:38:12.739Z Downloaded humantime v2.3.0
7632026-03-18T00:38:12.742Z Downloaded ipnet v2.11.0
7642026-03-18T00:38:12.742Z Downloaded nibble_vec v0.1.0
7652026-03-18T00:38:12.745Z Downloaded newline-converter v0.3.0
7662026-03-18T00:38:12.745Z Downloaded darling_core v0.21.3
7672026-03-18T00:38:12.748Z Downloaded newtype-uuid-macros v0.1.0
7682026-03-18T00:38:12.751Z Downloaded half v1.8.3
7692026-03-18T00:38:12.754Z Downloaded ena v0.14.4
7702026-03-18T00:38:12.754Z Downloaded jobserver v0.1.34
7712026-03-18T00:38:12.757Z Downloaded normalize-line-endings v0.3.0
7722026-03-18T00:38:12.757Z Downloaded libsw-core v0.3.2
7732026-03-18T00:38:12.761Z Downloaded libefi-sys v0.1.0
7742026-03-18T00:38:12.761Z Downloaded nodrop v0.1.14
7752026-03-18T00:38:12.761Z Downloaded num-derive v0.4.2
7762026-03-18T00:38:12.763Z Downloaded num-conv v0.2.0
7772026-03-18T00:38:12.763Z Downloaded num v0.4.3
7782026-03-18T00:38:12.767Z Downloaded nonempty v0.12.0
7792026-03-18T00:38:12.767Z Downloaded num_threads v0.1.7
7802026-03-18T00:38:12.767Z Downloaded libsw v3.5.0
7812026-03-18T00:38:12.770Z Downloaded num_enum_derive v0.5.11
7822026-03-18T00:38:12.770Z Downloaded maplit v1.0.2
7832026-03-18T00:38:12.773Z Downloaded libloading v0.8.9
7842026-03-18T00:38:12.773Z Downloaded kstat-rs v0.2.4
7852026-03-18T00:38:12.776Z Downloaded ingot-types v0.1.2
7862026-03-18T00:38:12.776Z Downloaded num-iter v0.1.45
7872026-03-18T00:38:12.776Z Downloaded futures v0.3.32
7882026-03-18T00:38:12.780Z Downloaded httparse v1.10.1
7892026-03-18T00:38:12.783Z Downloaded hmac v0.12.1
7902026-03-18T00:38:12.786Z Downloaded new_debug_unreachable v1.0.6
7912026-03-18T00:38:12.786Z Downloaded base64 v0.22.1
7922026-03-18T00:38:12.789Z Downloaded multimap v0.10.1
7932026-03-18T00:38:12.793Z Downloaded ingot v0.1.1
7942026-03-18T00:38:12.793Z Downloaded highway v1.3.0
7952026-03-18T00:38:12.796Z Downloaded darling_core v0.20.11
7962026-03-18T00:38:12.799Z Downloaded openssl-probe v0.2.1
7972026-03-18T00:38:12.799Z Downloaded oso-derive v0.27.3
7982026-03-18T00:38:12.799Z Downloaded newtype-uuid v1.3.2
7992026-03-18T00:38:12.802Z Downloaded openssl-probe v0.1.6
8002026-03-18T00:38:12.802Z Downloaded opaque-debug v0.3.1
8012026-03-18T00:38:12.803Z Downloaded openssl-macros v0.1.1
8022026-03-18T00:38:12.805Z Downloaded newtype_derive v0.1.6
8032026-03-18T00:38:12.805Z Downloaded hyper-rustls v0.27.7
8042026-03-18T00:38:12.808Z Downloaded der v0.7.10
8052026-03-18T00:38:12.811Z Downloaded nanorand v0.7.0
8062026-03-18T00:38:12.814Z Downloaded pbkdf2 v0.11.0
8072026-03-18T00:38:12.817Z Downloaded parse-size v1.1.0
8082026-03-18T00:38:12.817Z Downloaded packed_struct_codegen v0.10.1
8092026-03-18T00:38:12.817Z Downloaded path-slash v0.1.5
8102026-03-18T00:38:12.820Z Downloaded pbkdf2 v0.12.2
8112026-03-18T00:38:12.820Z Downloaded ingot-macros v0.1.1
8122026-03-18T00:38:12.824Z Downloaded elliptic-curve v0.13.8
8132026-03-18T00:38:12.826Z Downloaded num-integer v0.1.46
8142026-03-18T00:38:12.827Z Downloaded clang-sys v1.8.1
8152026-03-18T00:38:12.830Z Downloaded chacha20poly1305 v0.10.1
8162026-03-18T00:38:12.830Z Downloaded arc-swap v1.8.2
8172026-03-18T00:38:12.833Z Downloaded peg-runtime v0.8.5
8182026-03-18T00:38:12.836Z Downloaded num-rational v0.4.2
8192026-03-18T00:38:12.836Z Downloaded num-derive v0.3.3
8202026-03-18T00:38:12.839Z Downloaded compact_str v0.8.1
8212026-03-18T00:38:12.842Z Downloaded phf_shared v0.12.1
8222026-03-18T00:38:12.842Z Downloaded phf_shared v0.11.3
8232026-03-18T00:38:12.842Z Downloaded num_enum v0.5.11
8242026-03-18T00:38:12.846Z Downloaded memmap2 v0.9.10
8252026-03-18T00:38:12.849Z Downloaded darling_core v0.23.0
8262026-03-18T00:38:12.852Z Downloaded predicates-tree v1.0.13
8272026-03-18T00:38:12.855Z Downloaded predicates-core v1.0.10
8282026-03-18T00:38:12.855Z Downloaded cc v1.2.56
8292026-03-18T00:38:12.858Z Downloaded bytes v1.11.1
8302026-03-18T00:38:12.861Z Downloaded pin-utils v0.1.0
8312026-03-18T00:38:12.864Z Downloaded num_enum_derive v0.7.5
8322026-03-18T00:38:12.865Z Downloaded ignore v0.4.25
8332026-03-18T00:38:12.868Z Downloaded oxnet v0.1.4
8342026-03-18T00:38:12.868Z Downloaded owo-colors v4.3.0
8352026-03-18T00:38:12.871Z Downloaded oxide-tokio-rt v0.1.3
8362026-03-18T00:38:12.874Z Downloaded proc-macro-crate v3.4.0
8372026-03-18T00:38:12.874Z Downloaded progenitor-client v0.10.0
8382026-03-18T00:38:12.874Z Downloaded proc-macro-error-attr2 v2.0.0
8392026-03-18T00:38:12.877Z Downloaded proc-macro-crate v1.3.1
8402026-03-18T00:38:12.877Z Downloaded precomputed-hash v0.1.1
8412026-03-18T00:38:12.877Z Downloaded powerfmt v0.2.0
8422026-03-18T00:38:12.880Z Downloaded packed_struct v0.10.1
8432026-03-18T00:38:12.880Z Downloaded heapless v0.7.17
8442026-03-18T00:38:12.884Z Downloaded paste v1.0.15
8452026-03-18T00:38:12.887Z Downloaded peg-macros v0.8.5
8462026-03-18T00:38:12.890Z Downloaded bumpalo v3.20.2
8472026-03-18T00:38:12.890Z Downloaded phf_shared v0.13.1
8482026-03-18T00:38:12.893Z Downloaded ar_archive_writer v0.5.1
8492026-03-18T00:38:12.896Z Downloaded progenitor-client v0.11.2
8502026-03-18T00:38:12.896Z Downloaded half v2.7.1
8512026-03-18T00:38:12.899Z Downloaded progenitor-macro v0.13.0
8522026-03-18T00:38:12.899Z Downloaded radium v0.7.0
8532026-03-18T00:38:12.902Z Downloaded progenitor-macro v0.10.0
8542026-03-18T00:38:12.902Z Downloaded password-hash v0.5.0
8552026-03-18T00:38:12.902Z Downloaded libbz2-rs-sys v0.2.2
8562026-03-18T00:38:12.905Z Downloaded password-hash v0.4.2
8572026-03-18T00:38:12.908Z Downloaded num-complex v0.4.6
8582026-03-18T00:38:12.908Z Downloaded base64 v0.21.7
8592026-03-18T00:38:12.912Z Downloaded quick-error v1.2.3
8602026-03-18T00:38:12.915Z Downloaded phf v0.12.1
8612026-03-18T00:38:12.915Z Downloaded postgres-protocol v0.6.10
8622026-03-18T00:38:12.915Z Downloaded psl-types v2.0.11
8632026-03-18T00:38:12.918Z Downloaded pin-project-internal v1.1.11
8642026-03-18T00:38:12.918Z Downloaded pkcs8 v0.10.2
8652026-03-18T00:38:12.921Z Downloaded recursive v0.1.1
8662026-03-18T00:38:12.921Z Downloaded rand_chacha v0.3.1
8672026-03-18T00:38:12.924Z Downloaded poly1305 v0.8.0
8682026-03-18T00:38:12.924Z Downloaded pkg-config v0.3.32
8692026-03-18T00:38:12.927Z Downloaded omicron-zone-package v0.12.2
8702026-03-18T00:38:12.930Z Downloaded flume v0.11.1
8712026-03-18T00:38:12.933Z Downloaded pin-project-lite v0.2.17
8722026-03-18T00:38:12.938Z Downloaded pem-rfc7468 v0.7.0
8732026-03-18T00:38:12.942Z Downloaded pem v3.0.6
8742026-03-18T00:38:12.942Z Downloaded num_enum v0.7.5
8752026-03-18T00:38:12.945Z Downloaded ref-cast v1.0.25
8762026-03-18T00:38:12.948Z Downloaded parse-display-derive v0.10.0
8772026-03-18T00:38:12.948Z Downloaded headers v0.4.1
8782026-03-18T00:38:12.951Z Downloaded recursive-proc-macro-impl v0.1.1
8792026-03-18T00:38:12.954Z Downloaded polyval v0.6.2
8802026-03-18T00:38:12.954Z Downloaded peg v0.8.5
8812026-03-18T00:38:12.957Z Downloaded progenitor-macro v0.11.2
8822026-03-18T00:38:12.960Z Downloaded ref-cast-impl v1.0.25
8832026-03-18T00:38:12.960Z Downloaded progenitor-client v0.13.0
8842026-03-18T00:38:12.960Z Downloaded rand_xorshift v0.4.0
8852026-03-18T00:38:12.963Z Downloaded rfc6979 v0.4.0
8862026-03-18T00:38:12.963Z Downloaded proc-macro-error2 v2.0.1
8872026-03-18T00:38:12.967Z Downloaded ppv-lite86 v0.2.21
8882026-03-18T00:38:12.967Z Downloaded rtoolbox v0.0.3
8892026-03-18T00:38:12.970Z Downloaded primeorder v0.13.6
8902026-03-18T00:38:12.970Z Downloaded progenitor v0.10.0
8912026-03-18T00:38:12.970Z Downloaded rand_chacha v0.9.0
8922026-03-18T00:38:12.973Z Downloaded progenitor-extras v0.1.1
8932026-03-18T00:38:12.973Z Downloaded russh-cryptovec v0.7.3
8942026-03-18T00:38:12.973Z Downloaded parking_lot_core v0.9.12
8952026-03-18T00:38:12.977Z Downloaded pkcs5 v0.7.1
8962026-03-18T00:38:12.980Z Downloaded parking_lot_core v0.8.6
8972026-03-18T00:38:12.983Z Downloaded indexmap v1.9.3
8982026-03-18T00:38:12.986Z Downloaded postgres-types v0.2.12
8992026-03-18T00:38:12.986Z Downloaded rustc_version v0.1.7
9002026-03-18T00:38:12.986Z Downloaded parking_lot v0.12.5
9012026-03-18T00:38:12.989Z Downloaded phf v0.13.1
9022026-03-18T00:38:12.993Z Downloaded psm v0.1.30
9032026-03-18T00:38:12.993Z Downloaded dropshot-api-manager v0.6.0
9042026-03-18T00:38:12.996Z Downloaded rand_seeder v0.4.0
9052026-03-18T00:38:12.999Z Downloaded rustc_version v0.4.1
9062026-03-18T00:38:12.999Z Downloaded indicatif v0.18.4
9072026-03-18T00:38:13.002Z Downloaded same-file v1.0.6
9082026-03-18T00:38:13.006Z Downloaded oso v0.27.3
9092026-03-18T00:38:13.006Z Downloaded rand_core v0.10.0
9102026-03-18T00:38:13.009Z Downloaded salsa20 v0.10.2
9112026-03-18T00:38:13.009Z Downloaded r2d2 v0.8.10
9122026-03-18T00:38:13.012Z Downloaded pkcs1 v0.7.5
9132026-03-18T00:38:13.012Z Downloaded scheduled-thread-pool v0.2.7
9142026-03-18T00:38:13.015Z Downloaded derive_more-impl v2.1.1
9152026-03-18T00:38:13.018Z Downloaded predicates v3.1.4
9162026-03-18T00:38:13.021Z Downloaded p256 v0.13.2
9172026-03-18T00:38:13.024Z Downloaded hickory-resolver v0.25.2
9182026-03-18T00:38:13.027Z Downloaded rand_core v0.6.4
9192026-03-18T00:38:13.030Z Downloaded heapless v0.8.0
9202026-03-18T00:38:13.035Z Downloaded nu-ansi-term v0.50.3
9212026-03-18T00:38:13.035Z Downloaded scopeguard v1.2.0
9222026-03-18T00:38:13.038Z Downloaded semver v0.1.20
9232026-03-18T00:38:13.038Z Downloaded secrecy v0.8.0
9242026-03-18T00:38:13.038Z Downloaded sapling-renderdag v0.1.0
9252026-03-18T00:38:13.038Z Downloaded crypto-bigint v0.5.5
9262026-03-18T00:38:13.042Z Downloaded serde_bytes v0.11.19
9272026-03-18T00:38:13.045Z Downloaded serde-big-array v0.5.1
9282026-03-18T00:38:13.045Z Downloaded progenitor v0.13.0
9292026-03-18T00:38:13.049Z Downloaded secrecy v0.10.3
9302026-03-18T00:38:13.049Z Downloaded progenitor v0.11.2
9312026-03-18T00:38:13.052Z Downloaded parking_lot v0.11.2
9322026-03-18T00:38:13.052Z Downloaded seq-macro v0.3.6
9332026-03-18T00:38:13.055Z Downloaded scrypt v0.11.0
9342026-03-18T00:38:13.055Z Downloaded scroll_derive v0.13.1
9352026-03-18T00:38:13.068Z Downloaded pin-project v1.1.11
9362026-03-18T00:38:13.072Z Downloaded serde_repr v0.1.20
9372026-03-18T00:38:13.072Z Downloaded rustls-pemfile v2.2.0
9382026-03-18T00:38:13.074Z Downloaded rustls-native-certs v0.8.3
9392026-03-18T00:38:13.077Z Downloaded signature v2.2.0
9402026-03-18T00:38:13.080Z Downloaded signal-hook-mio v0.2.5
9412026-03-18T00:38:13.080Z Downloaded shell-words v1.1.1
9422026-03-18T00:38:13.083Z Downloaded serde_urlencoded v0.7.1
9432026-03-18T00:38:13.083Z Downloaded rustversion v1.0.22
9442026-03-18T00:38:13.086Z Downloaded siphasher v1.0.2
9452026-03-18T00:38:13.089Z Downloaded sha1 v0.10.6
9462026-03-18T00:38:13.089Z Downloaded rusty-fork v0.3.1
9472026-03-18T00:38:13.093Z Downloaded hickory-resolver v0.24.4
9482026-03-18T00:38:13.095Z Downloaded sigpipe v0.1.3
9492026-03-18T00:38:13.099Z Downloaded quinn-udp v0.5.14
9502026-03-18T00:38:13.099Z Downloaded hashbrown v0.12.3
9512026-03-18T00:38:13.102Z Downloaded slog-bunyan v2.5.0
9522026-03-18T00:38:13.102Z Downloaded rustls-pemfile v1.0.4
9532026-03-18T00:38:13.105Z Downloaded expectorate v1.2.0
9542026-03-18T00:38:13.108Z Downloaded slog-envlogger v2.2.0
9552026-03-18T00:38:13.108Z Downloaded schemars_derive v0.8.22
9562026-03-18T00:38:13.111Z Downloaded progenitor-impl v0.10.0
9572026-03-18T00:38:13.114Z Downloaded postcard v1.1.3
9582026-03-18T00:38:13.117Z Downloaded scroll v0.13.0
9592026-03-18T00:38:13.117Z Downloaded crossterm v0.28.1
9602026-03-18T00:38:13.121Z Downloaded serde_derive_internals v0.29.1
9612026-03-18T00:38:13.126Z Downloaded serde-hex v0.1.0
9622026-03-18T00:38:13.126Z Downloaded sct v0.7.1
9632026-03-18T00:38:13.142Z Downloaded jiff-static v0.2.21
9642026-03-18T00:38:13.142Z Downloaded hyper-util v0.1.20
9652026-03-18T00:38:13.142Z Downloaded serde_path_to_error v0.1.20
9662026-03-18T00:38:13.142Z Downloaded progenitor-impl v0.13.0
9672026-03-18T00:38:13.142Z Downloaded russh-keys v0.45.0
9682026-03-18T00:38:13.145Z Downloaded ssh-cipher v0.2.0
9692026-03-18T00:38:13.145Z Downloaded sqlparser_derive v0.5.0
9702026-03-18T00:38:13.145Z Downloaded shlex v1.3.0
9712026-03-18T00:38:13.149Z Downloaded signal-hook-tokio v0.3.1
9722026-03-18T00:38:13.149Z Downloaded itertools v0.10.5
9732026-03-18T00:38:13.152Z Downloaded strum v0.27.2
9742026-03-18T00:38:13.155Z Downloaded ssh-encoding v0.2.0
9752026-03-18T00:38:13.155Z Downloaded strum v0.26.3
9762026-03-18T00:38:13.158Z Downloaded rcgen v0.12.1
9772026-03-18T00:38:13.158Z Downloaded structmeta v0.3.0
9782026-03-18T00:38:13.161Z Downloaded structmeta-derive v0.3.0
9792026-03-18T00:38:13.162Z Downloaded slab v0.4.12
9802026-03-18T00:38:13.165Z Downloaded strip-ansi-escapes v0.2.1
9812026-03-18T00:38:13.165Z Downloaded openssl-sys v0.9.111
9822026-03-18T00:38:13.168Z Downloaded slog-async v2.8.0
9832026-03-18T00:38:13.171Z Downloaded simd-adler32 v0.3.8
9842026-03-18T00:38:13.174Z Downloaded slog-json v2.6.1
9852026-03-18T00:38:13.174Z Downloaded supports-color v3.0.2
9862026-03-18T00:38:13.177Z Downloaded prettyplease v0.2.37
9872026-03-18T00:38:13.180Z Downloaded smf v0.2.3
9882026-03-18T00:38:13.180Z Downloaded aes-gcm v0.10.3
9892026-03-18T00:38:13.183Z Downloaded snafu-derive v0.8.9
9902026-03-18T00:38:13.186Z Downloaded tap v1.0.1
9912026-03-18T00:38:13.186Z Downloaded thread-id v5.1.0
9922026-03-18T00:38:13.186Z Downloaded testing_table v0.3.0
9932026-03-18T00:38:13.189Z Downloaded termtree v0.5.1
9942026-03-18T00:38:13.189Z Downloaded spki v0.7.3
9952026-03-18T00:38:13.192Z Downloaded tabled_derive v0.11.0
9962026-03-18T00:38:13.192Z Downloaded sqlformat v0.3.5
9972026-03-18T00:38:13.196Z Downloaded ron v0.8.1
9982026-03-18T00:38:13.200Z Downloaded progenitor-impl v0.11.2
9992026-03-18T00:38:13.203Z Downloaded num-bigint v0.4.6
10002026-03-18T00:38:13.206Z Downloaded thiserror-impl-no-std v2.0.2
10012026-03-18T00:38:13.206Z Downloaded pretty_assertions v1.4.1
10022026-03-18T00:38:13.209Z Downloaded serde_with_macros v3.17.0
10032026-03-18T00:38:13.209Z Downloaded sync-ptr v0.1.4
10042026-03-18T00:38:13.212Z Downloaded subtle v2.6.1
10052026-03-18T00:38:13.212Z Downloaded take_mut v0.2.2
10062026-03-18T00:38:13.212Z Downloaded stringprep v0.1.5
10072026-03-18T00:38:13.215Z Downloaded crossterm v0.29.0
10082026-03-18T00:38:13.218Z Downloaded time-core v0.1.8
10092026-03-18T00:38:13.221Z Downloaded http v1.4.0
10102026-03-18T00:38:13.225Z Downloaded tinyvec_macros v0.1.1
10112026-03-18T00:38:13.225Z Downloaded hickory-server v0.25.2
10122026-03-18T00:38:13.228Z Downloaded mio v1.1.1
10132026-03-18T00:38:13.232Z Downloaded strum_macros v0.24.3
10142026-03-18T00:38:13.235Z Downloaded static_assertions v1.1.0
10152026-03-18T00:38:13.235Z Downloaded tagptr v0.2.0
10162026-03-18T00:38:13.238Z Downloaded ryu v1.0.23
10172026-03-18T00:38:13.241Z Downloaded sync_wrapper v1.0.2
10182026-03-18T00:38:13.241Z Downloaded serde_cbor v0.11.2
10192026-03-18T00:38:13.244Z Downloaded string_cache v0.8.9
10202026-03-18T00:38:13.244Z Downloaded stacker v0.1.23
10212026-03-18T00:38:13.247Z Downloaded rayon-core v1.13.0
10222026-03-18T00:38:13.250Z Downloaded tabwriter v1.4.1
10232026-03-18T00:38:13.250Z Downloaded schemars v0.8.22
10242026-03-18T00:38:13.258Z Downloaded topological-sort v0.2.2
10252026-03-18T00:38:13.262Z Downloaded support-bundle-viewer v0.1.2
10262026-03-18T00:38:13.262Z Downloaded publicsuffix v2.3.0
10272026-03-18T00:38:13.265Z Downloaded hashbrown v0.15.5
10282026-03-18T00:38:13.268Z Downloaded tower-layer v0.3.3
10292026-03-18T00:38:13.271Z Downloaded nom v7.1.3
10302026-03-18T00:38:13.274Z Downloaded thread_local v1.1.9
10312026-03-18T00:38:13.274Z Downloaded quinn v0.11.9
10322026-03-18T00:38:13.277Z Downloaded try-lock v0.2.5
10332026-03-18T00:38:13.280Z Downloaded tower-service v0.3.3
10342026-03-18T00:38:13.280Z Downloaded strum_macros v0.26.4
10352026-03-18T00:38:13.283Z Downloaded slog-dtrace v0.3.0
10362026-03-18T00:38:13.283Z Downloaded tiny-keccak v2.0.2
10372026-03-18T00:38:13.287Z Downloaded libxml v0.3.3
10382026-03-18T00:38:13.290Z Downloaded thiserror-no-std v2.0.2
10392026-03-18T00:38:13.294Z Downloaded trait-variant v0.1.2
10402026-03-18T00:38:13.297Z Downloaded tls_codec_derive v0.4.2
10412026-03-18T00:38:13.297Z Downloaded iddqd v0.3.17
10422026-03-18T00:38:13.301Z Downloaded slog v2.8.2
10432026-03-18T00:38:13.304Z Downloaded tokio-native-tls v0.3.1
10442026-03-18T00:38:13.307Z Downloaded tokio-macros v2.6.0
10452026-03-18T00:38:13.310Z Downloaded unarray v0.1.4
10462026-03-18T00:38:13.310Z Downloaded similar v2.7.0
10472026-03-18T00:38:13.314Z Downloaded unicode-truncate v1.1.0
10482026-03-18T00:38:13.317Z Downloaded unit-prefix v0.5.2
10492026-03-18T00:38:13.317Z Downloaded typify-macro v0.4.3
10502026-03-18T00:38:13.317Z Downloaded untrusted v0.9.0
10512026-03-18T00:38:13.317Z Downloaded schemars v0.9.0
10522026-03-18T00:38:13.328Z Downloaded usdt-attr-macro v0.6.0
10532026-03-18T00:38:13.331Z Downloaded universal-hash v0.5.1
10542026-03-18T00:38:13.331Z Downloaded utf-8 v0.7.6
10552026-03-18T00:38:13.334Z Downloaded usdt v0.6.0
10562026-03-18T00:38:13.334Z Downloaded usdt-macro v0.6.0
10572026-03-18T00:38:13.334Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10582026-03-18T00:38:13.337Z Downloaded term v0.7.0
10592026-03-18T00:38:13.340Z Downloaded waitgroup v0.1.2
10602026-03-18T00:38:13.340Z Downloaded void v1.0.2
10612026-03-18T00:38:13.340Z Downloaded strum_macros v0.27.2
10622026-03-18T00:38:13.343Z Downloaded tokio-tungstenite v0.21.0
10632026-03-18T00:38:13.346Z Downloaded signal-hook v0.3.18
10642026-03-18T00:38:13.346Z Downloaded aho-corasick v1.1.4
10652026-03-18T00:38:13.350Z Downloaded toml_writer v1.0.6+spec-1.1.0
10662026-03-18T00:38:13.353Z Downloaded hyper v1.8.1
10672026-03-18T00:38:13.356Z Downloaded num-bigint-dig v0.8.6
10682026-03-18T00:38:13.360Z Downloaded time-macros v0.2.27
10692026-03-18T00:38:13.363Z Downloaded want v0.3.1
10702026-03-18T00:38:13.363Z Downloaded wait-timeout v0.2.1
10712026-03-18T00:38:13.367Z Downloaded socket2 v0.6.2
10722026-03-18T00:38:13.367Z Downloaded serde_yaml v0.9.34+deprecated
10732026-03-18T00:38:13.370Z Downloaded itertools v0.12.1
10742026-03-18T00:38:13.374Z Downloaded tokio-rustls v0.24.1
10752026-03-18T00:38:13.377Z Downloaded rand v0.8.5
10762026-03-18T00:38:13.381Z Downloaded tls_codec v0.4.2
10772026-03-18T00:38:13.385Z Downloaded itertools v0.13.0
10782026-03-18T00:38:13.388Z Downloaded xattr v1.6.1
10792026-03-18T00:38:13.388Z Downloaded schemars v1.2.1
10802026-03-18T00:38:13.398Z Downloaded unicase v2.9.0
10812026-03-18T00:38:13.401Z Downloaded tokio-rustls v0.26.4
10822026-03-18T00:38:13.401Z Downloaded tokio-stream v0.1.18
10832026-03-18T00:38:13.404Z Downloaded tar v0.4.44
10842026-03-18T00:38:13.407Z Downloaded zeroize_derive v1.4.3
10852026-03-18T00:38:13.410Z Downloaded vergen-gitcl v1.0.8
10862026-03-18T00:38:13.410Z Downloaded futures-util v0.3.32
10872026-03-18T00:38:13.417Z Downloaded zone v0.3.1
10882026-03-18T00:38:13.420Z Downloaded qorb v0.4.1
10892026-03-18T00:38:13.423Z Downloaded test-strategy v0.4.5
10902026-03-18T00:38:13.426Z Downloaded tracing-attributes v0.1.31
10912026-03-18T00:38:13.429Z Downloaded toml_parser v1.0.9+spec-1.1.0
10922026-03-18T00:38:13.429Z Downloaded zone_cfg_derive v0.3.1
10932026-03-18T00:38:13.429Z Downloaded vergen-lib v0.1.6
10942026-03-18T00:38:13.432Z Downloaded uzers v0.12.2
10952026-03-18T00:38:13.432Z Downloaded term v1.2.1
10962026-03-18T00:38:13.435Z Downloaded walkdir v2.5.0
10972026-03-18T00:38:13.438Z Downloaded tui-tree-widget v0.23.1
10982026-03-18T00:38:13.438Z Downloaded rsa v0.9.10
10992026-03-18T00:38:13.441Z Downloaded whoami v2.1.0
11002026-03-18T00:38:13.444Z Downloaded twox-hash v2.1.2
11012026-03-18T00:38:13.447Z Downloaded libm v0.2.16
11022026-03-18T00:38:13.451Z Downloaded whoami v1.6.1
11032026-03-18T00:38:13.454Z Downloaded vsss-rs v3.3.4
11042026-03-18T00:38:13.458Z Downloaded tinyvec v1.10.0
11052026-03-18T00:38:13.458Z Downloaded xz2 v0.1.7
11062026-03-18T00:38:13.461Z Downloaded unicode-properties v0.1.4
11072026-03-18T00:38:13.461Z Downloaded vergen-git2 v1.0.7
11082026-03-18T00:38:13.464Z Downloaded wyz v0.5.1
11092026-03-18T00:38:13.464Z Downloaded usdt-impl v0.6.0
11102026-03-18T00:38:13.467Z Downloaded xshell v0.2.7
11112026-03-18T00:38:13.467Z Downloaded snafu v0.8.9
11122026-03-18T00:38:13.470Z Downloaded toml v0.7.8
11132026-03-18T00:38:13.473Z Downloaded zeroize v1.8.2
11142026-03-18T00:38:13.476Z Downloaded xshell-macros v0.2.7
11152026-03-18T00:38:13.476Z Downloaded blake3 v1.8.3
11162026-03-18T00:38:13.480Z Downloaded iri-string v0.7.10
11172026-03-18T00:38:13.486Z Downloaded itertools v0.14.0
11182026-03-18T00:38:13.491Z Downloaded h2 v0.4.13
11192026-03-18T00:38:13.496Z Downloaded zstd-safe v7.2.4
11202026-03-18T00:38:13.499Z Downloaded zstd v0.13.3
11212026-03-18T00:38:13.502Z Downloaded unicode-bidi v0.3.18
11222026-03-18T00:38:13.502Z Downloaded typify v0.4.3
11232026-03-18T00:38:13.505Z Downloaded vergen v9.0.6
11242026-03-18T00:38:13.508Z Downloaded typify v0.6.1
11252026-03-18T00:38:13.508Z Downloaded unsafe-libyaml v0.2.11
11262026-03-18T00:38:13.511Z Downloaded tungstenite v0.23.0
11272026-03-18T00:38:13.514Z Downloaded uuid v1.21.0
11282026-03-18T00:38:13.517Z Downloaded tungstenite v0.21.0
11292026-03-18T00:38:13.520Z Downloaded rand v0.10.0
11302026-03-18T00:38:13.523Z Downloaded steno v0.4.1
11312026-03-18T00:38:13.526Z Downloaded yasna v0.5.2
11322026-03-18T00:38:13.529Z Downloaded bitvec v1.0.1
11332026-03-18T00:38:13.537Z Downloaded zerocopy v0.6.6
11342026-03-18T00:38:13.540Z Downloaded rpassword v7.4.0
11352026-03-18T00:38:13.543Z Downloaded ron v0.12.0
11362026-03-18T00:38:13.547Z Downloaded toml_edit v0.23.10+spec-1.0.0
11372026-03-18T00:38:13.550Z Downloaded toml v0.9.12+spec-1.1.0
11382026-03-18T00:38:13.553Z Downloaded russh v0.45.0
11392026-03-18T00:38:13.557Z Downloaded vte v0.14.1
11402026-03-18T00:38:13.560Z Downloaded aws-lc-rs v1.16.0
11412026-03-18T00:38:13.568Z Downloaded reedline v0.40.0
11422026-03-18T00:38:13.571Z Downloaded zopfli v0.8.3
11432026-03-18T00:38:13.574Z Downloaded p521 v0.13.3
11442026-03-18T00:38:13.577Z Downloaded subprocess v0.2.15
11452026-03-18T00:38:13.580Z Downloaded samael v0.0.19
11462026-03-18T00:38:13.584Z Downloaded toml_edit v0.19.15
11472026-03-18T00:38:13.595Z Downloaded tracing-core v0.1.36
11482026-03-18T00:38:13.599Z Downloaded tokio-postgres v0.7.16
11492026-03-18T00:38:13.602Z Downloaded git2 v0.20.4
11502026-03-18T00:38:13.607Z Downloaded regex v1.12.3
11512026-03-18T00:38:13.611Z Downloaded zip v0.6.6
11522026-03-18T00:38:13.615Z Downloaded yansi v1.0.1
11532026-03-18T00:38:13.618Z Downloaded reqwest v0.12.28
11542026-03-18T00:38:13.621Z Downloaded chrono v0.4.44
11552026-03-18T00:38:13.625Z Downloaded typed-path v0.9.3
11562026-03-18T00:38:13.630Z Downloaded p384 v0.13.1
11572026-03-18T00:38:13.634Z Downloaded ssh-key v0.6.7
11582026-03-18T00:38:13.639Z Downloaded rustyline v14.0.0
11592026-03-18T00:38:13.643Z Downloaded zerocopy-derive v0.8.40
11602026-03-18T00:38:13.649Z Downloaded tower v0.5.3
11612026-03-18T00:38:13.656Z Downloaded reqwest v0.13.2
11622026-03-18T00:38:13.661Z Downloaded lalrpop v0.19.12
11632026-03-18T00:38:13.668Z Downloaded unicode_categories v0.1.1
11642026-03-18T00:38:13.672Z Downloaded salty v0.3.0
11652026-03-18T00:38:13.675Z Downloaded x509-cert v0.2.5
11662026-03-18T00:38:13.680Z Downloaded rayon v1.11.0
11672026-03-18T00:38:13.687Z Downloaded proptest v1.10.0
11682026-03-18T00:38:13.694Z Downloaded goblin v0.10.5
11692026-03-18T00:38:13.699Z Downloaded portable-atomic v1.13.1
11702026-03-18T00:38:13.705Z Downloaded moka v0.12.13
11712026-03-18T00:38:13.712Z Downloaded zip v4.6.1
11722026-03-18T00:38:13.716Z Downloaded tower-http v0.6.8
11732026-03-18T00:38:13.724Z Downloaded petname v2.0.2
11742026-03-18T00:38:13.729Z Downloaded rustls-webpki v0.101.7
11752026-03-18T00:38:13.740Z Downloaded tokio-util v0.7.18
11762026-03-18T00:38:13.746Z Downloaded unicode-normalization v0.1.25
11772026-03-18T00:38:13.750Z Downloaded nix v0.27.1
11782026-03-18T00:38:13.759Z Downloaded serde_with v3.17.0
11792026-03-18T00:38:13.768Z Downloaded object v0.30.4
11802026-03-18T00:38:13.775Z Downloaded radix_trie v0.2.1
11812026-03-18T00:38:13.779Z Downloaded winnow v0.6.26
11822026-03-18T00:38:13.787Z Downloaded quinn-proto v0.11.13
11832026-03-18T00:38:13.792Z Downloaded rustls-webpki v0.102.8
11842026-03-18T00:38:13.807Z Downloaded openssl v0.10.75
11852026-03-18T00:38:13.815Z Downloaded winnow v0.5.40
11862026-03-18T00:38:13.822Z Downloaded polar-core v0.27.3
11872026-03-18T00:38:13.829Z Downloaded nix v0.29.0
11882026-03-18T00:38:13.839Z Downloaded nix v0.31.1
11892026-03-18T00:38:13.849Z Downloaded tabled v0.20.0
11902026-03-18T00:38:13.862Z Downloaded bstr v1.12.1
11912026-03-18T00:38:13.869Z Downloaded smoltcp v0.9.1
11922026-03-18T00:38:13.877Z Downloaded vcpkg v0.2.15
11932026-03-18T00:38:13.910Z Downloaded time v0.3.47
11942026-03-18T00:38:13.917Z Downloaded zlib-rs v0.6.2
11952026-03-18T00:38:13.921Z Downloaded regex-syntax v0.6.29
11962026-03-18T00:38:13.927Z Downloaded regex-syntax v0.8.10
11972026-03-18T00:38:13.933Z Downloaded hickory-proto v0.25.2
11982026-03-18T00:38:13.945Z Downloaded webpki-roots v1.0.6
11992026-03-18T00:38:13.948Z Downloaded openapiv3 v2.2.0
12002026-03-18T00:38:13.957Z Downloaded csv v1.4.0
12012026-03-18T00:38:13.974Z Downloaded zerocopy v0.8.40
12022026-03-18T00:38:13.981Z Downloaded rustls v0.22.4
12032026-03-18T00:38:13.991Z Downloaded rustls v0.23.37
12042026-03-18T00:38:14.002Z Downloaded sqlparser v0.61.0
12052026-03-18T00:38:14.010Z Downloaded rustix v0.38.44
12062026-03-18T00:38:14.027Z Downloaded object v0.37.3
12072026-03-18T00:38:14.035Z Downloaded diesel v2.3.7
12082026-03-18T00:38:14.051Z Downloaded regress v0.10.5
12092026-03-18T00:38:14.058Z Downloaded tracing v0.1.44
12102026-03-18T00:38:14.076Z Downloaded ratatui v0.29.0
12112026-03-18T00:38:14.090Z Downloaded smoltcp v0.11.0
12122026-03-18T00:38:14.099Z Downloaded rustls v0.21.12
12132026-03-18T00:38:14.107Z Downloaded hickory-proto v0.24.4
12142026-03-18T00:38:14.118Z Downloaded typify-impl v0.6.1
12152026-03-18T00:38:14.129Z Downloaded sled v0.34.7
12162026-03-18T00:38:14.137Z Downloaded nix v0.28.0
12172026-03-18T00:38:14.145Z Downloaded typify-impl v0.4.3
12182026-03-18T00:38:14.157Z Downloaded bzip2-sys v0.1.13+1.0.8
12192026-03-18T00:38:14.166Z Downloaded curve25519-dalek v4.1.3
12202026-03-18T00:38:14.172Z Downloaded tough v0.20.0
12212026-03-18T00:38:14.179Z Downloaded regex-automata v0.4.14
12222026-03-18T00:38:14.189Z Downloaded zerocopy-derive v0.6.6
12232026-03-18T00:38:14.197Z Downloaded jiff v0.2.21
12242026-03-18T00:38:14.211Z Downloaded quick-xml v0.37.5
12252026-03-18T00:38:14.215Z Downloaded unicode-segmentation v1.12.0
12262026-03-18T00:38:14.219Z Downloaded libz-sys v1.1.24
12272026-03-18T00:38:14.234Z Downloaded chrono-tz v0.10.4
12282026-03-18T00:38:14.247Z Downloaded petgraph v0.6.5
12292026-03-18T00:38:14.261Z Downloaded lzma-sys v0.1.20
12302026-03-18T00:38:14.282Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12312026-03-18T00:38:14.295Z Downloaded tokio v1.49.0
12322026-03-18T00:38:14.324Z Downloaded dropshot v0.16.7
12332026-03-18T00:38:14.340Z Downloaded bindgen v0.71.1
12342026-03-18T00:38:14.344Z Downloaded rustls-webpki v0.103.9
12352026-03-18T00:38:14.347Z Downloaded rand v0.9.2
12362026-03-18T00:38:14.350Z Downloaded hkdf v0.12.4
12372026-03-18T00:38:14.355Z Downloaded socket2 v0.5.10
12382026-03-18T00:38:14.355Z Downloaded tokio-tungstenite v0.23.1
12392026-03-18T00:38:14.359Z Downloaded petgraph v0.8.3
12402026-03-18T00:38:14.370Z Downloaded tokio-rustls v0.25.0
12412026-03-18T00:38:14.373Z Downloaded tokio-dtrace v0.1.1
12422026-03-18T00:38:14.373Z Downloaded spin v0.9.8
12432026-03-18T00:38:14.376Z Downloaded sha3 v0.10.8
12442026-03-18T00:38:14.379Z Downloaded untrusted v0.7.1
12452026-03-18T00:38:14.379Z Downloaded typify-macro v0.6.1
12462026-03-18T00:38:14.382Z Downloaded rustls-platform-verifier v0.6.2
12472026-03-18T00:38:14.382Z Downloaded termios v0.3.3
12482026-03-18T00:38:14.388Z Downloaded smallvec v0.6.14
12492026-03-18T00:38:14.388Z Downloaded slog-stdlog v4.1.1
12502026-03-18T00:38:14.388Z Downloaded slog-scope v4.4.1
12512026-03-18T00:38:14.406Z Downloaded sec1 v0.7.3
12522026-03-18T00:38:14.406Z Downloaded slog-term v2.9.2
12532026-03-18T00:38:14.406Z Downloaded signal-hook-registry v1.4.8
12542026-03-18T00:38:14.406Z Downloaded rustls-pki-types v1.14.0
12552026-03-18T00:38:14.406Z Downloaded hashbrown v0.13.2
12562026-03-18T00:38:14.413Z Downloaded flate2 v1.1.9
12572026-03-18T00:38:14.413Z Downloaded diesel_derives v2.3.7
12582026-03-18T00:38:14.413Z Downloaded prefix-trie v0.7.0
12592026-03-18T00:38:14.413Z Downloaded serde_spanned v1.0.4
12602026-03-18T00:38:14.413Z Downloaded minimal-lexical v0.2.1
12612026-03-18T00:38:14.413Z Downloaded rand_core v0.9.5
12622026-03-18T00:38:14.413Z Downloaded serde_plain v1.0.2
12632026-03-18T00:38:14.416Z Downloaded rustc-hash v2.1.1
12642026-03-18T00:38:14.416Z Downloaded miniz_oxide v0.8.9
12652026-03-18T00:38:14.416Z Downloaded resolv-conf v0.7.6
12662026-03-18T00:38:14.416Z Downloaded papergrid v0.17.0
12672026-03-18T00:38:14.421Z Downloaded getrandom v0.3.4
12682026-03-18T00:38:14.424Z Downloaded derive_more v2.1.1
12692026-03-18T00:38:14.428Z Downloaded encoding_rs v0.8.35
12702026-03-18T00:38:14.444Z Downloaded olpc-cjson v0.1.4
12712026-03-18T00:38:14.447Z Downloaded litrs v1.0.0
12722026-03-18T00:38:14.447Z Downloaded const_format v0.2.35
12732026-03-18T00:38:14.450Z Downloaded parse-display v0.10.0
12742026-03-18T00:38:14.453Z Downloaded mime_guess v2.0.5
12752026-03-18T00:38:14.453Z Downloaded ipnetwork v0.21.1
12762026-03-18T00:38:14.453Z Downloaded iana-time-zone v0.1.65
12772026-03-18T00:38:14.457Z Downloaded hickory-client v0.25.2
12782026-03-18T00:38:14.457Z Downloaded native-tls v0.2.18
12792026-03-18T00:38:14.459Z Downloaded multer v3.1.0
12802026-03-18T00:38:14.459Z Downloaded lock_api v0.4.14
12812026-03-18T00:38:14.464Z Downloaded linear-map v1.2.0
12822026-03-18T00:38:14.464Z Downloaded derive_more v0.99.20
12832026-03-18T00:38:14.467Z Downloaded hyper-staticfile v0.10.1
12842026-03-18T00:38:14.467Z Downloaded impl-trait-for-tuples v0.2.3
12852026-03-18T00:38:14.470Z Downloaded fatfs v0.3.6
12862026-03-18T00:38:14.471Z Downloaded allocator-api2 v0.2.21
12872026-03-18T00:38:14.474Z Downloaded crossbeam-epoch v0.9.18
12882026-03-18T00:38:14.474Z Downloaded ring v0.17.14
12892026-03-18T00:38:14.504Z Downloaded blake2 v0.10.6
12902026-03-18T00:38:14.508Z Downloaded ahash v0.8.12
12912026-03-18T00:38:14.512Z Downloaded async-bb8-diesel v0.2.1
12922026-03-18T00:38:14.512Z Downloaded console v0.15.11
12932026-03-18T00:38:14.512Z Downloaded bitflags v1.3.2
12942026-03-18T00:38:14.515Z Downloaded drift v0.1.3
12952026-03-18T00:38:14.518Z Downloaded ident_case v1.0.1
12962026-03-18T00:38:14.518Z Downloaded ecdsa v0.16.9
12972026-03-18T00:38:14.518Z Downloaded dropshot_endpoint v0.16.7
12982026-03-18T00:38:14.521Z Downloaded derive-where v1.6.0
12992026-03-18T00:38:14.524Z Downloaded critical-section v1.2.0
13002026-03-18T00:38:14.524Z Downloaded libgit2-sys v0.18.3+1.9.2
13012026-03-18T00:38:14.569Z Downloaded der_derive v0.7.3
13022026-03-18T00:38:14.573Z Downloaded crossbeam-deque v0.8.6
13032026-03-18T00:38:14.573Z Downloaded crc32fast v1.5.0
13042026-03-18T00:38:14.573Z Downloaded chacha20 v0.10.0
13052026-03-18T00:38:14.574Z Downloaded bzip2 v0.6.1
13062026-03-18T00:38:14.574Z Downloaded hostname v0.3.1
13072026-03-18T00:38:14.578Z Downloaded backon v1.6.0
13082026-03-18T00:38:14.578Z Downloaded backoff v0.4.0
13092026-03-18T00:38:14.578Z Downloaded futures-task v0.3.32
13102026-03-18T00:38:14.578Z Downloaded console v0.16.2
13112026-03-18T00:38:14.582Z Downloaded cbc v0.1.2
13122026-03-18T00:38:14.582Z Downloaded bzip2 v0.4.4
13132026-03-18T00:38:14.582Z Downloaded cexpr v0.6.0
13142026-03-18T00:38:14.582Z Downloaded cassowary v0.3.0
13152026-03-18T00:38:14.586Z Downloaded async-recursion v1.1.1
13162026-03-18T00:38:14.586Z Downloaded endian-type v0.1.2
13172026-03-18T00:38:14.586Z Downloaded deranged v0.5.8
13182026-03-18T00:38:14.589Z Downloaded crucible-workspace-hack v0.1.0
13192026-03-18T00:38:14.589Z Downloaded futures-io v0.3.32
13202026-03-18T00:38:14.589Z Downloaded defmt-parser v1.0.0
13212026-03-18T00:38:14.589Z Downloaded darling_macro v0.21.3
13222026-03-18T00:38:14.589Z Downloaded array-init v0.0.4
13232026-03-18T00:38:14.589Z Downloaded adler2 v2.0.1
13242026-03-18T00:38:14.589Z Downloaded fallible-iterator v0.2.0
13252026-03-18T00:38:14.592Z Downloaded corncobs v0.1.4
13262026-03-18T00:38:14.592Z Downloaded cipher v0.4.4
13272026-03-18T00:38:14.592Z Downloaded bit-vec v0.6.3
13282026-03-18T00:38:14.595Z Downloaded argon2 v0.5.3
13292026-03-18T00:38:14.595Z Downloaded crc-catalog v2.4.0
13302026-03-18T00:38:14.595Z Downloaded crc v3.4.0
13312026-03-18T00:38:14.595Z Downloaded cfg_aliases v0.2.1
13322026-03-18T00:38:14.598Z Downloaded cargo_metadata v0.19.2
13332026-03-18T00:38:14.598Z Downloaded daft v0.1.5
13342026-03-18T00:38:14.598Z Downloaded aes v0.8.4
13352026-03-18T00:38:14.601Z Downloaded bit-set v0.8.0
13362026-03-18T00:38:14.602Z Downloaded cobs v0.3.0
13372026-03-18T00:38:14.605Z Downloaded cancel-safe-futures v0.1.5
13382026-03-18T00:38:14.605Z Downloaded bitfield-macros v0.19.4
13392026-03-18T00:38:14.610Z Downloaded cargo-platform v0.1.9
13402026-03-18T00:38:15.062Z Downloaded aws-lc-sys v0.37.1
13412026-03-18T00:38:15.388Z Compiling libc v0.2.180
13422026-03-18T00:38:15.391Z Compiling serde v1.0.228
13432026-03-18T00:38:15.391Z Compiling log v0.4.29
13442026-03-18T00:38:15.391Z Compiling find-msvc-tools v0.1.9
13452026-03-18T00:38:15.591Z Compiling shlex v1.3.0
13462026-03-18T00:38:15.594Z Compiling smallvec v1.15.1
13472026-03-18T00:38:15.607Z Compiling syn v2.0.117
13482026-03-18T00:38:15.625Z Compiling typenum v1.19.0
13492026-03-18T00:38:15.806Z Compiling generic-array v0.14.7
13502026-03-18T00:38:15.837Z Compiling subtle v2.6.1
13512026-03-18T00:38:15.869Z Compiling scopeguard v1.2.0
13522026-03-18T00:38:15.906Z Compiling portable-atomic v1.13.1
13532026-03-18T00:38:15.969Z Compiling const-oid v0.9.6
13542026-03-18T00:38:16.012Z Compiling lock_api v0.4.14
13552026-03-18T00:38:16.062Z Compiling critical-section v1.2.0
13562026-03-18T00:38:16.116Z Compiling zerocopy v0.8.40
13572026-03-18T00:38:16.205Z Compiling pin-project-lite v0.2.17
13582026-03-18T00:38:16.300Z Compiling serde_json v1.0.149
13592026-03-18T00:38:16.320Z Compiling parking_lot_core v0.9.12
13602026-03-18T00:38:16.636Z Compiling pkg-config v0.3.32
13612026-03-18T00:38:16.677Z Compiling getrandom v0.2.17
13622026-03-18T00:38:16.760Z Compiling jobserver v0.1.34
13632026-03-18T00:38:16.857Z Compiling rand_core v0.6.4
13642026-03-18T00:38:16.957Z Compiling errno v0.3.14
13652026-03-18T00:38:17.138Z Compiling cc v1.2.56
13662026-03-18T00:38:17.189Z Compiling once_cell v1.21.3
13672026-03-18T00:38:17.255Z Compiling signal-hook-registry v1.4.8
13682026-03-18T00:38:17.258Z Compiling mio v1.1.1
13692026-03-18T00:38:17.387Z Compiling parking_lot v0.12.5
13702026-03-18T00:38:17.407Z Compiling bitflags v2.11.0
13712026-03-18T00:38:17.450Z Compiling libm v0.2.16
13722026-03-18T00:38:17.593Z Compiling num-traits v0.2.19
13732026-03-18T00:38:17.686Z Compiling futures-core v0.3.32
13742026-03-18T00:38:17.881Z Compiling socket2 v0.6.2
13752026-03-18T00:38:17.884Z Compiling percent-encoding v2.3.2
13762026-03-18T00:38:17.919Z Compiling allocator-api2 v0.2.21
13772026-03-18T00:38:18.008Z Compiling futures-sink v0.3.32
13782026-03-18T00:38:18.099Z Compiling cpufeatures v0.2.17
13792026-03-18T00:38:18.241Z Compiling foldhash v0.2.0
13802026-03-18T00:38:18.258Z Compiling futures-channel v0.3.32
13812026-03-18T00:38:18.296Z Compiling futures-task v0.3.32
13822026-03-18T00:38:18.441Z Compiling slab v0.4.12
13832026-03-18T00:38:18.518Z Compiling hashbrown v0.16.1
13842026-03-18T00:38:18.521Z Compiling futures-io v0.3.32
13852026-03-18T00:38:18.555Z Compiling getrandom v0.4.1
13862026-03-18T00:38:18.573Z Compiling rustversion v1.0.22
13872026-03-18T00:38:18.662Z Compiling getrandom v0.3.4
13882026-03-18T00:38:18.720Z Compiling rand_core v0.10.0
13892026-03-18T00:38:18.937Z Compiling form_urlencoded v1.2.2
13902026-03-18T00:38:19.356Z Compiling indexmap v2.13.0
13912026-03-18T00:38:19.356Z Compiling cmake v0.1.57
13922026-03-18T00:38:19.413Z Compiling dunce v1.0.5
13932026-03-18T00:38:19.518Z Compiling base64ct v1.8.3
13942026-03-18T00:38:19.537Z Compiling ident_case v1.0.1
13952026-03-18T00:38:19.689Z Compiling fs_extra v1.3.0
13962026-03-18T00:38:19.881Z Compiling synstructure v0.13.2
13972026-03-18T00:38:19.900Z Compiling pem-rfc7468 v0.7.0
13982026-03-18T00:38:19.919Z Compiling flagset v0.4.7
13992026-03-18T00:38:19.942Z Compiling rand_core v0.9.5
14002026-03-18T00:38:19.972Z Compiling iana-time-zone v0.1.65
14012026-03-18T00:38:20.042Z Compiling aws-lc-sys v0.37.1
14022026-03-18T00:38:20.087Z Compiling rustix v1.1.3
14032026-03-18T00:38:20.232Z Compiling ring v0.17.14
14042026-03-18T00:38:20.278Z Compiling uuid v1.21.0
14052026-03-18T00:38:20.297Z Compiling rustc_version v0.4.1
14062026-03-18T00:38:20.314Z Compiling aws-lc-rs v1.16.0
14072026-03-18T00:38:20.677Z Compiling regex-syntax v0.8.10
14082026-03-18T00:38:20.718Z Compiling vcpkg v0.2.15
14092026-03-18T00:38:20.740Z Compiling tracing-core v0.1.36
14102026-03-18T00:38:21.181Z Compiling crossbeam-utils v0.8.21
14112026-03-18T00:38:21.506Z Compiling pest_generator v2.8.6
14122026-03-18T00:38:21.577Z Compiling serde_derive_internals v0.29.1
14132026-03-18T00:38:21.726Z Compiling openssl-sys v0.9.111
14142026-03-18T00:38:22.342Z Compiling serde_derive v1.0.228
14152026-03-18T00:38:22.391Z Compiling zeroize_derive v1.4.3
14162026-03-18T00:38:22.451Z Compiling zerofrom-derive v0.1.6
14172026-03-18T00:38:22.478Z Compiling yoke-derive v0.8.1
14182026-03-18T00:38:22.830Z Compiling zerocopy-derive v0.8.40
14192026-03-18T00:38:23.246Z Compiling zeroize v1.8.2
14202026-03-18T00:38:23.971Z Compiling zerovec-derive v0.11.2
14212026-03-18T00:38:24.064Z Compiling displaydoc v0.2.5
14222026-03-18T00:38:24.286Z Compiling crypto-common v0.1.7
14232026-03-18T00:38:24.371Z Compiling zerofrom v0.1.6
14242026-03-18T00:38:24.463Z Compiling block-buffer v0.10.4
14252026-03-18T00:38:24.524Z Compiling yoke v0.8.1
14262026-03-18T00:38:24.668Z Compiling digest v0.10.7
14272026-03-18T00:38:24.759Z Compiling tokio-macros v2.6.0
14282026-03-18T00:38:24.975Z Compiling hmac v0.12.1
14292026-03-18T00:38:25.010Z Compiling zerotrie v0.2.3
14302026-03-18T00:38:25.060Z Compiling futures-macro v0.3.32
14312026-03-18T00:38:25.173Z Compiling block-padding v0.3.3
14322026-03-18T00:38:25.380Z Compiling inout v0.1.4
14332026-03-18T00:38:25.399Z Compiling sha2 v0.10.9
14342026-03-18T00:38:25.418Z Compiling zerovec v0.11.5
14352026-03-18T00:38:25.582Z Compiling cipher v0.4.4
14362026-03-18T00:38:25.706Z Compiling der_derive v0.7.3
14372026-03-18T00:38:25.922Z Compiling salsa20 v0.10.2
14382026-03-18T00:38:26.099Z Compiling tinystr v0.8.2
14392026-03-18T00:38:26.103Z Compiling potential_utf v0.1.4
14402026-03-18T00:38:26.119Z Compiling futures-util v0.3.32
14412026-03-18T00:38:26.331Z Compiling icu_locale_core v2.1.1
14422026-03-18T00:38:26.356Z Compiling icu_collections v2.1.1
14432026-03-18T00:38:26.959Z Compiling bytes v1.11.1
14442026-03-18T00:38:26.979Z Compiling der v0.7.10
14452026-03-18T00:38:27.003Z Compiling chrono v0.4.44
14462026-03-18T00:38:27.232Z Compiling icu_provider v2.1.1
14472026-03-18T00:38:27.529Z Compiling icu_normalizer v2.1.1
14482026-03-18T00:38:27.604Z Compiling tokio v1.49.0
14492026-03-18T00:38:27.771Z Compiling icu_properties v2.1.2
14502026-03-18T00:38:28.244Z Compiling spki v0.7.3
14512026-03-18T00:38:28.503Z Compiling http v1.4.0
14522026-03-18T00:38:28.660Z Compiling pbkdf2 v0.12.2
14532026-03-18T00:38:28.797Z Compiling thiserror-impl v2.0.18
14542026-03-18T00:38:28.921Z Compiling ppv-lite86 v0.2.21
14552026-03-18T00:38:29.080Z Compiling idna_adapter v1.2.1
14562026-03-18T00:38:29.228Z Compiling idna v1.1.0
14572026-03-18T00:38:29.249Z Compiling scrypt v0.11.0
14582026-03-18T00:38:29.316Z Compiling rand_chacha v0.9.0
14592026-03-18T00:38:29.358Z Compiling aes v0.8.4
14602026-03-18T00:38:29.567Z Compiling cbc v0.1.2
14612026-03-18T00:38:29.741Z Compiling url v2.5.8
14622026-03-18T00:38:29.759Z Compiling rustls-pki-types v1.14.0
14632026-03-18T00:38:30.077Z Compiling tracing-attributes v0.1.31
14642026-03-18T00:38:30.184Z Compiling pkcs5 v0.7.1
14652026-03-18T00:38:30.352Z Compiling rand v0.9.2
14662026-03-18T00:38:30.564Z Compiling thiserror v2.0.18
14672026-03-18T00:38:30.693Z Compiling http-body v1.0.1
14682026-03-18T00:38:30.779Z Compiling base64 v0.22.1
14692026-03-18T00:38:30.807Z Compiling httparse v1.10.1
14702026-03-18T00:38:30.826Z Compiling untrusted v0.9.0
14712026-03-18T00:38:30.876Z Compiling syn v1.0.109
14722026-03-18T00:38:30.968Z Compiling schemars v0.8.22
14732026-03-18T00:38:31.178Z Compiling openssl-probe v0.2.1
14742026-03-18T00:38:31.209Z Compiling untrusted v0.7.1
14752026-03-18T00:38:31.310Z Compiling pkcs8 v0.10.2
14762026-03-18T00:38:31.356Z Compiling schemars_derive v0.8.22
14772026-03-18T00:38:31.375Z Compiling pest_derive v2.8.6
14782026-03-18T00:38:31.393Z Compiling scroll_derive v0.13.1
14792026-03-18T00:38:31.840Z Compiling tracing v0.1.44
14802026-03-18T00:38:31.898Z Compiling darling_core v0.20.11
14812026-03-18T00:38:32.178Z Compiling atomic-waker v1.1.2
14822026-03-18T00:38:32.333Z Compiling try-lock v0.2.5
14832026-03-18T00:38:32.355Z Compiling tower-layer v0.3.3
14842026-03-18T00:38:32.429Z Compiling rustls v0.23.37
14852026-03-18T00:38:32.463Z Compiling tower-service v0.3.3
14862026-03-18T00:38:32.555Z Compiling dyn-clone v1.0.20
14872026-03-18T00:38:32.580Z Compiling tinyvec_macros v0.1.1
14882026-03-18T00:38:32.633Z Compiling tokio-util v0.7.18
14892026-03-18T00:38:32.665Z Compiling tinyvec v1.10.0
14902026-03-18T00:38:32.722Z Compiling want v0.3.1
14912026-03-18T00:38:32.927Z Compiling scroll v0.13.0
14922026-03-18T00:38:33.722Z Compiling h2 v0.4.13
14932026-03-18T00:38:33.763Z Compiling ipnet v2.11.0
14942026-03-18T00:38:34.092Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-18T00:38:34.436Z Compiling spin v0.9.8
14962026-03-18T00:38:34.583Z Compiling aho-corasick v1.1.4
14972026-03-18T00:38:34.698Z Compiling num-conv v0.2.0
14982026-03-18T00:38:34.850Z Compiling pin-utils v0.1.0
14992026-03-18T00:38:34.870Z Compiling foreign-types-shared v0.1.1
15002026-03-18T00:38:34.941Z Compiling powerfmt v0.2.0
15012026-03-18T00:38:34.976Z Compiling httpdate v1.0.3
15022026-03-18T00:38:35.133Z Compiling darling_macro v0.20.11
15032026-03-18T00:38:35.205Z Compiling openssl v0.10.75
15042026-03-18T00:38:35.252Z Compiling crc32fast v1.5.0
15052026-03-18T00:38:35.471Z Compiling time-core v0.1.8
15062026-03-18T00:38:35.512Z Compiling tempfile v3.25.0
15072026-03-18T00:38:35.640Z Compiling deranged v0.5.8
15082026-03-18T00:38:35.658Z Compiling time-macros v0.2.27
15092026-03-18T00:38:35.713Z Compiling darling v0.20.11
15102026-03-18T00:38:35.814Z Compiling regex-automata v0.4.14
15112026-03-18T00:38:36.007Z Compiling foreign-types v0.3.2
15122026-03-18T00:38:36.896Z Compiling goblin v0.10.5
15132026-03-18T00:38:37.077Z Compiling openssl-macros v0.1.1
15142026-03-18T00:38:37.561Z Compiling thiserror-impl v1.0.69
15152026-03-18T00:38:37.643Z Compiling hyper v1.8.1
15162026-03-18T00:38:38.740Z Compiling wait-timeout v0.2.1
15172026-03-18T00:38:39.028Z Compiling simd-adler32 v0.3.8
15182026-03-18T00:38:39.082Z Compiling either v1.15.0
15192026-03-18T00:38:39.265Z Compiling num_threads v0.1.7
15202026-03-18T00:38:39.347Z Compiling siphasher v1.0.2
15212026-03-18T00:38:39.366Z Compiling native-tls v0.2.18
15222026-03-18T00:38:39.384Z Compiling bit-vec v0.8.0
15232026-03-18T00:38:39.589Z Compiling quick-error v1.2.3
15242026-03-18T00:38:39.609Z Compiling usdt-impl v0.6.0
15252026-03-18T00:38:39.677Z Compiling bit-set v0.8.0
15262026-03-18T00:38:39.715Z Compiling rusty-fork v0.3.1
15272026-03-18T00:38:39.803Z Compiling time v0.3.47
15282026-03-18T00:38:39.880Z Compiling thiserror v1.0.69
15292026-03-18T00:38:39.898Z Compiling hyper-util v0.1.20
15302026-03-18T00:38:40.125Z Compiling derive_builder_core v0.20.2
15312026-03-18T00:38:41.304Z Compiling dof v0.4.0
15322026-03-18T00:38:41.746Z Compiling unicode-normalization v0.1.25
15332026-03-18T00:38:41.921Z Compiling crossbeam-epoch v0.9.18
15342026-03-18T00:38:42.178Z Compiling dtrace-parser v0.3.0
15352026-03-18T00:38:42.343Z Compiling rustls-native-certs v0.8.3
15362026-03-18T00:38:42.343Z Compiling signature v2.2.0
15372026-03-18T00:38:42.560Z Compiling scroll_derive v0.12.1
15382026-03-18T00:38:42.723Z Compiling heapless v0.7.17
15392026-03-18T00:38:42.844Z Compiling rand_xorshift v0.4.0
15402026-03-18T00:38:42.912Z Compiling slog v2.8.2
15412026-03-18T00:38:43.014Z Compiling darling_core v0.21.3
15422026-03-18T00:38:43.035Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-18T00:38:43.150Z Compiling sync_wrapper v1.0.2
15442026-03-18T00:38:43.214Z Compiling thread-id v5.1.0
15452026-03-18T00:38:43.280Z Compiling cookie v0.18.1
15462026-03-18T00:38:43.315Z Compiling unicode-segmentation v1.12.0
15472026-03-18T00:38:43.421Z Compiling signal-hook v0.3.18
15482026-03-18T00:38:43.440Z Compiling zstd-safe v7.2.4
15492026-03-18T00:38:43.501Z Compiling anyhow v1.0.102
15502026-03-18T00:38:43.630Z Compiling unicode-bidi v0.3.18
15512026-03-18T00:38:43.677Z Compiling adler2 v2.0.1
15522026-03-18T00:38:43.820Z Compiling unicode-properties v0.1.4
15532026-03-18T00:38:43.842Z Compiling unarray v0.1.4
15542026-03-18T00:38:43.889Z Compiling rayon-core v1.13.0
15552026-03-18T00:38:43.976Z Compiling paste v1.0.15
15562026-03-18T00:38:44.086Z Compiling stringprep v0.1.5
15572026-03-18T00:38:44.129Z Compiling proptest v1.10.0
15582026-03-18T00:38:44.340Z Compiling miniz_oxide v0.8.9
15592026-03-18T00:38:44.406Z Compiling scroll v0.12.0
15602026-03-18T00:38:44.666Z Compiling tower v0.5.3
15612026-03-18T00:38:45.163Z Compiling crossbeam-deque v0.8.6
15622026-03-18T00:38:45.188Z Compiling derive_builder_macro v0.20.2
15632026-03-18T00:38:45.193Z Compiling ipnetwork v0.21.1
15642026-03-18T00:38:45.205Z Compiling http-body-util v0.1.3
15652026-03-18T00:38:45.284Z Compiling webpki-roots v1.0.6
15662026-03-18T00:38:45.394Z Compiling rand_chacha v0.3.1
15672026-03-18T00:38:45.430Z Compiling serde_tokenstream v0.2.3
15682026-03-18T00:38:45.530Z Compiling erased-serde v0.3.31
15692026-03-18T00:38:45.707Z Compiling serde_spanned v0.6.9
15702026-03-18T00:38:45.750Z Compiling toml_datetime v0.6.11
15712026-03-18T00:38:45.825Z Compiling md-5 v0.10.6
15722026-03-18T00:38:45.884Z Compiling zerocopy-derive v0.7.35
15732026-03-18T00:38:46.030Z Compiling curve25519-dalek v4.1.3
15742026-03-18T00:38:46.081Z Compiling vergen-lib v0.1.6
15752026-03-18T00:38:46.251Z Compiling num-integer v0.1.46
15762026-03-18T00:38:46.301Z Compiling hash32 v0.2.1
15772026-03-18T00:38:46.407Z Compiling ff v0.13.1
15782026-03-18T00:38:46.437Z Compiling memoffset v0.9.1
15792026-03-18T00:38:46.540Z Compiling zlib-rs v0.6.2
15802026-03-18T00:38:46.571Z Compiling darling_macro v0.21.3
15812026-03-18T00:38:46.589Z Compiling psl-types v2.0.11
15822026-03-18T00:38:46.667Z Compiling num-bigint-dig v0.8.6
15832026-03-18T00:38:46.670Z Compiling rustix v0.38.44
15842026-03-18T00:38:46.739Z Compiling litrs v1.0.0
15852026-03-18T00:38:46.893Z Compiling cfg_aliases v0.2.1
15862026-03-18T00:38:46.983Z Compiling iri-string v0.7.10
15872026-03-18T00:38:47.016Z Compiling ref-cast v1.0.25
15882026-03-18T00:38:47.117Z Compiling fallible-iterator v0.2.0
15892026-03-18T00:38:47.160Z Compiling ryu v1.0.23
15902026-03-18T00:38:47.387Z Compiling base16ct v0.2.0
15912026-03-18T00:38:47.405Z Compiling smoltcp v0.9.1
15922026-03-18T00:38:47.423Z Compiling document-features v0.2.12
15932026-03-18T00:38:47.514Z Compiling postgres-protocol v0.6.10
15942026-03-18T00:38:47.608Z Compiling sec1 v0.7.3
15952026-03-18T00:38:47.903Z Compiling newtype-uuid v1.3.2
15962026-03-18T00:38:47.979Z Compiling serde_urlencoded v0.7.1
15972026-03-18T00:38:48.225Z Compiling darling v0.21.3
15982026-03-18T00:38:48.315Z Compiling zerocopy v0.7.35
15992026-03-18T00:38:48.334Z Compiling nix v0.31.1
16002026-03-18T00:38:48.404Z Compiling publicsuffix v2.3.0
16012026-03-18T00:38:48.540Z Compiling num-iter v0.1.45
16022026-03-18T00:38:48.615Z Compiling tower-http v0.6.8
16032026-03-18T00:38:48.686Z Compiling group v0.13.0
16042026-03-18T00:38:49.098Z Compiling derive_builder v0.20.2
16052026-03-18T00:38:49.119Z Compiling rand v0.8.5
16062026-03-18T00:38:49.147Z Compiling oxnet v0.1.4
16072026-03-18T00:38:49.447Z Compiling proc-macro-error v1.0.4
16082026-03-18T00:38:49.651Z Compiling tokio-native-tls v0.3.1
16092026-03-18T00:38:49.669Z Compiling goblin v0.8.2
16102026-03-18T00:38:50.481Z Compiling heck v0.4.1
16112026-03-18T00:38:50.497Z Compiling phf_shared v0.13.1
16122026-03-18T00:38:50.529Z Compiling regex v1.12.3
16132026-03-18T00:38:50.764Z Compiling flate2 v1.1.9
16142026-03-18T00:38:50.814Z Compiling hubpack_derive v0.1.1
16152026-03-18T00:38:50.955Z Compiling lazy_static v1.5.0
16162026-03-18T00:38:51.070Z Compiling cargo-platform v0.1.9
16172026-03-18T00:38:51.115Z Compiling hkdf v0.12.4
16182026-03-18T00:38:51.198Z Compiling crypto-bigint v0.5.5
16192026-03-18T00:38:51.312Z Compiling async-trait v0.1.89
16202026-03-18T00:38:51.316Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-18T00:38:51.364Z Compiling daft-derive v0.1.5
16222026-03-18T00:38:51.392Z Compiling ref-cast-impl v1.0.25
16232026-03-18T00:38:52.081Z Compiling strum_macros v0.27.2
16242026-03-18T00:38:52.165Z Compiling terminal_size v0.4.3
16252026-03-18T00:38:52.291Z Compiling vergen v9.0.6
16262026-03-18T00:38:52.334Z Compiling fs-err v3.3.0
16272026-03-18T00:38:52.509Z Compiling ahash v0.8.12
16282026-03-18T00:38:52.562Z Compiling winnow v0.5.40
16292026-03-18T00:38:52.732Z Compiling bitflags v1.3.2
16302026-03-18T00:38:52.751Z Compiling foldhash v0.1.5
16312026-03-18T00:38:52.826Z Compiling object v0.37.3
16322026-03-18T00:38:52.967Z Compiling bumpalo v3.20.2
16332026-03-18T00:38:53.187Z Compiling libbz2-rs-sys v0.2.2
16342026-03-18T00:38:53.324Z Compiling managed v0.8.0
16352026-03-18T00:38:54.084Z Compiling bzip2 v0.6.1
16362026-03-18T00:38:54.103Z Compiling clap_builder v4.5.60
16372026-03-18T00:38:54.344Z Compiling toml_edit v0.19.15
16382026-03-18T00:38:54.532Z Compiling zopfli v0.8.3
16392026-03-18T00:38:54.638Z Compiling hashbrown v0.15.5
16402026-03-18T00:38:54.753Z Compiling dof v0.3.0
16412026-03-18T00:38:54.814Z Compiling strum v0.27.2
16422026-03-18T00:38:54.970Z Compiling elliptic-curve v0.13.8
16432026-03-18T00:38:55.360Z Compiling console v0.16.2
16442026-03-18T00:38:55.500Z Compiling daft v0.1.5
16452026-03-18T00:38:55.832Z Compiling hubpack v0.1.2
16462026-03-18T00:38:55.853Z Compiling cargo_metadata v0.19.2
16472026-03-18T00:38:56.113Z Compiling zone_cfg_derive v0.3.1
16482026-03-18T00:38:56.918Z Compiling phf v0.13.1
16492026-03-18T00:38:57.127Z Compiling zstd v0.13.3
16502026-03-18T00:38:57.468Z Compiling signal-hook-mio v0.2.5
16512026-03-18T00:38:57.614Z Compiling cookie_store v0.22.1
16522026-03-18T00:38:58.018Z Compiling hyper-tls v0.6.0
16532026-03-18T00:38:58.183Z Compiling rayon v1.11.0
16542026-03-18T00:38:58.255Z Compiling bzip2 v0.4.4
16552026-03-18T00:38:58.406Z Compiling serde_with_macros v3.17.0
16562026-03-18T00:38:58.526Z Compiling postgres-types v0.2.12
16572026-03-18T00:38:58.529Z Compiling usdt-attr-macro v0.6.0
16582026-03-18T00:38:59.302Z Compiling usdt-macro v0.6.0
16592026-03-18T00:38:59.459Z Compiling ed25519 v2.2.3
16602026-03-18T00:38:59.568Z Compiling dtrace-parser v0.2.0
16612026-03-18T00:38:59.914Z Compiling phf_shared v0.11.3
16622026-03-18T00:38:59.935Z Compiling itertools v0.12.1
16632026-03-18T00:39:00.163Z Compiling bstr v1.12.1
16642026-03-18T00:39:00.242Z Compiling pkcs1 v0.7.5
16652026-03-18T00:39:00.587Z Compiling hex v0.4.3
16662026-03-18T00:39:00.607Z Compiling serde-big-array v0.5.1
16672026-03-18T00:39:00.625Z Compiling rfc6979 v0.4.0
16682026-03-18T00:39:00.776Z Compiling clap_derive v4.5.55
16692026-03-18T00:39:00.780Z Compiling enum-as-inner v0.6.1
16702026-03-18T00:39:00.780Z Compiling strum_macros v0.26.4
16712026-03-18T00:39:00.939Z Compiling serde_repr v0.1.20
16722026-03-18T00:39:01.041Z Compiling float-cmp v0.10.0
16732026-03-18T00:39:01.225Z Compiling thread-id v4.2.2
16742026-03-18T00:39:01.330Z Compiling memmap2 v0.9.10
16752026-03-18T00:39:01.447Z Compiling env_filter v1.0.0
16762026-03-18T00:39:01.592Z Compiling encoding_rs v0.8.35
16772026-03-18T00:39:01.611Z Compiling unit-prefix v0.5.2
16782026-03-18T00:39:01.615Z Compiling normalize-line-endings v0.3.0
16792026-03-18T00:39:01.747Z Compiling jiff v0.2.21
16802026-03-18T00:39:01.795Z Compiling difflib v0.4.0
16812026-03-18T00:39:01.838Z Compiling static_assertions v1.1.0
16822026-03-18T00:39:01.931Z Compiling mime v0.3.17
16832026-03-18T00:39:02.272Z Compiling new_debug_unreachable v1.0.6
16842026-03-18T00:39:02.374Z Compiling whoami v2.1.0
16852026-03-18T00:39:02.547Z Compiling rustc-hash v2.1.1
16862026-03-18T00:39:02.703Z Compiling precomputed-hash v0.1.1
16872026-03-18T00:39:02.812Z Compiling data-encoding v2.10.0
16882026-03-18T00:39:02.855Z Compiling fixedbitset v0.4.2
16892026-03-18T00:39:03.171Z Compiling predicates-core v1.0.10
16902026-03-18T00:39:03.198Z Compiling keccak v0.1.6
16912026-03-18T00:39:03.216Z Compiling fixedbitset v0.5.7
16922026-03-18T00:39:03.362Z Compiling predicates v3.1.4
16932026-03-18T00:39:03.400Z Compiling sha3 v0.10.8
16942026-03-18T00:39:03.615Z Compiling petgraph v0.8.3
16952026-03-18T00:39:03.691Z Compiling hickory-proto v0.25.2
16962026-03-18T00:39:03.848Z Compiling strum v0.26.3
16972026-03-18T00:39:03.989Z Compiling clap v4.5.60
16982026-03-18T00:39:04.007Z Compiling petgraph v0.6.5
16992026-03-18T00:39:04.090Z Compiling string_cache v0.8.9
17002026-03-18T00:39:04.244Z Compiling iddqd v0.3.17
17012026-03-18T00:39:04.325Z Compiling tokio-postgres v0.7.16
17022026-03-18T00:39:04.376Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-18T00:39:05.740Z Compiling zip v4.6.1
17042026-03-18T00:39:05.984Z Compiling toml_edit v0.22.27
17052026-03-18T00:39:06.224Z Compiling indicatif v0.18.4
17062026-03-18T00:39:07.016Z Compiling env_logger v0.11.9
17072026-03-18T00:39:07.238Z Compiling usdt v0.6.0
17082026-03-18T00:39:07.359Z Compiling zone v0.3.1
17092026-03-18T00:39:07.491Z Compiling usdt-impl v0.5.0
17102026-03-18T00:39:07.565Z Compiling serde_with v3.17.0
17112026-03-18T00:39:07.617Z Compiling ecdsa v0.16.9
17122026-03-18T00:39:08.079Z Compiling similar v2.7.0
17132026-03-18T00:39:08.126Z Compiling rsa v0.9.10
17142026-03-18T00:39:08.269Z Compiling ed25519-dalek v2.2.0
17152026-03-18T00:39:08.273Z Compiling crossterm v0.28.1
17162026-03-18T00:39:09.110Z Compiling zip v0.6.6
17172026-03-18T00:39:09.871Z Compiling toml v0.7.8
17182026-03-18T00:39:10.363Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-18T00:39:10.394Z Compiling itertools v0.13.0
17202026-03-18T00:39:10.511Z Compiling tokio-stream v0.1.18
17212026-03-18T00:39:10.712Z Compiling buf-list v1.1.2
17222026-03-18T00:39:11.063Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-18T00:39:11.113Z Compiling x509-cert v0.2.5
17242026-03-18T00:39:11.195Z Compiling openapiv3 v2.2.0
17252026-03-18T00:39:11.238Z Compiling sha1 v0.10.6
17262026-03-18T00:39:11.453Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-18T00:39:11.515Z Compiling lalrpop-util v0.19.12
17282026-03-18T00:39:11.759Z Compiling peg-runtime v0.8.5
17292026-03-18T00:39:11.826Z Compiling thread_local v1.1.9
17302026-03-18T00:39:12.064Z Compiling slog-async v2.8.0
17312026-03-18T00:39:12.118Z Compiling crossbeam-channel v0.5.15
17322026-03-18T00:39:12.147Z Compiling futures-executor v0.3.32
17332026-03-18T00:39:12.240Z Compiling is-terminal v0.4.17
17342026-03-18T00:39:12.356Z Compiling filetime v0.2.27
17352026-03-18T00:39:12.459Z Compiling take_mut v0.2.2
17362026-03-18T00:39:12.479Z Compiling xattr v1.6.1
17372026-03-18T00:39:12.570Z Compiling term v1.2.1
17382026-03-18T00:39:12.680Z Compiling tar v0.4.44
17392026-03-18T00:39:12.714Z Compiling futures v0.3.32
17402026-03-18T00:39:13.201Z Compiling slog-term v2.9.2
17412026-03-18T00:39:19.765Z Compiling rustls-webpki v0.103.9
17422026-03-18T00:39:23.784Z Compiling tokio-rustls v0.26.4
17432026-03-18T00:39:23.784Z Compiling rustls-platform-verifier v0.6.2
17442026-03-18T00:39:24.041Z Compiling hyper-rustls v0.27.7
17452026-03-18T00:39:24.296Z Compiling reqwest v0.13.2
17462026-03-18T00:39:24.313Z Compiling reqwest v0.12.28
17472026-03-18T00:39:27.244Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-18T00:39:27.510Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-18T00:39:31.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
17502026-03-18T00:39:31.445Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-18T00:39:31.507ZMar 18 00:39:30.610 INFO Starting download, target: Clickhouse
17522026-03-18T00:39:31.507ZMar 18 00:39:30.610 INFO Starting download, target: DendriteStub
17532026-03-18T00:39:31.507ZMar 18 00:39:30.610 INFO Starting download, target: MaghemiteMgd
17542026-03-18T00:39:31.507ZMar 18 00:39:30.610 INFO Starting download, target: Cockroach
17552026-03-18T00:39:31.507ZMar 18 00:39:30.610 INFO Starting download, target: Console
17562026-03-18T00:39:31.511ZMar 18 00:39:30.610 INFO Starting download, target: TransceiverControl
17572026-03-18T00:39:31.511ZMar 18 00:39:30.610 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-18T00:39:31.511ZMar 18 00:39:30.610 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-18T00:39:31.511ZMar 18 00:39:30.610 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-18T00:39:31.511ZMar 18 00:39:30.610 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-18T00:39:31.511ZMar 18 00:39:30.610 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-18T00:39:31.511ZMar 18 00:39:30.610 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-18T00:39:31.806ZMar 18 00:39:30.908 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-18T00:39:32.147ZMar 18 00:39:31.243 INFO Download complete, target: TransceiverControl
17652026-03-18T00:39:32.417ZMar 18 00:39:31.504 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-18T00:39:32.776ZMar 18 00:39:31.877 INFO Download complete, target: Console
17672026-03-18T00:39:32.868ZMar 18 00:39:31.965 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-18T00:39:32.873ZMar 18 00:39:31.970 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-18T00:39:34.249ZMar 18 00:39:33.344 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-18T00:39:34.380ZMar 18 00:39:33.476 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-18T00:39:34.381ZMar 18 00:39:33.476 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-18T00:39:36.512ZMar 18 00:39:35.613 INFO Download complete, target: MaghemiteMgd
17732026-03-18T00:39:36.533ZMar 18 00:39:35.634 INFO Download complete, target: DendriteStub
17742026-03-18T00:39:42.135ZMar 18 00:39:41.232 INFO Checking that binary works, target: Cockroach
17752026-03-18T00:39:42.247ZMar 18 00:39:41.343 INFO Download complete, target: Cockroach
17762026-03-18T00:39:45.431ZMar 18 00:39:44.526 INFO Checking that binary works, target: Clickhouse
17772026-03-18T00:39:45.563ZMar 18 00:39:44.658 INFO Download complete, target: Clickhouse
17782026-03-18T00:39:45.581ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-18T00:39:45.584Z
17802026-03-18T00:39:45.584Zreal 3:55.431935458
17812026-03-18T00:39:45.584Zuser 10:15.971716377
17822026-03-18T00:39:45.584Zsys 1:46.333090317
17832026-03-18T00:39:45.584Ztrap 0.323228640
17842026-03-18T00:39:45.584Ztflt 0.603044977
17852026-03-18T00:39:45.584Zdflt 0.515312812
17862026-03-18T00:39:45.584Zkflt 0.017473130
17872026-03-18T00:39:45.584Zlock 30:29.388634605
17882026-03-18T00:39:45.584Zslp 28:49.650139625
17892026-03-18T00:39:45.584Zlat 56.690126353
17902026-03-18T00:39:45.584Zstop 2:38.350740628
17912026-03-18T00:39:45.584Z+ banner hack-check
17922026-03-18T00:39:45.588Z
17932026-03-18T00:39:45.588Z # # ## #### # # #### # # ###### #### # #
17942026-03-18T00:39:45.588Z # # # # # # # # # # # # # # # # #
17952026-03-18T00:39:45.588Z ###### # # # #### ##### # ###### ##### # ####
17962026-03-18T00:39:45.588Z # # ###### # # # # # # # # # #
17972026-03-18T00:39:45.588Z # # # # # # # # # # # # # # # # #
17982026-03-18T00:39:45.588Z # # # # #### # # #### # # ###### #### # #
17992026-03-18T00:39:45.588Z
18002026-03-18T00:39:45.588Z+ export CARGO_INCREMENTAL=0
18012026-03-18T00:39:45.588Z+ CARGO_INCREMENTAL=0
18022026-03-18T00:39:45.588Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-03-18T00:39:46.271Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-18T00:39:46.540Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-18T00:39:49.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
18062026-03-18T00:39:49.167Z Running `target/debug/xtask check-features --ci`
18072026-03-18T00:39:49.187Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-03-18T00:39:49.199Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-03-18T00:39:49.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18102026-03-18T00:39:49.835Z Running `target/debug/xtask download cargo-hack`
18112026-03-18T00:39:50.834Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-03-18T00:39:51.208Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-03-18T00:39:54.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
18142026-03-18T00:39:54.641Z Running `target/debug/xtask-downloader cargo-hack`
18152026-03-18T00:39:54.684ZMar 18 00:39:53.773 INFO Starting download, target: CargoHack
18162026-03-18T00:39:54.687ZMar 18 00:39:53.773 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-03-18T00:39:55.073ZMar 18 00:39:54.161 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-03-18T00:39:55.154ZMar 18 00:39:54.242 INFO Download complete, target: CargoHack
18192026-03-18T00:39:55.157Zrunning: "/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"
18202026-03-18T00:39:55.176Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-03-18T00:39:55.374Zinfo: running `cargo check --bins` on api_identity (1/257)
18222026-03-18T00:39:56.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-18T00:39:56.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-18T00:39:56.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-18T00:39:56.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18262026-03-18T00:39:56.126Z
18272026-03-18T00:39:56.126Zinfo: running `cargo check --bins` on bootstore (2/257)
18282026-03-18T00:39:56.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-18T00:39:56.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-18T00:39:56.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-18T00:39:56.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18322026-03-18T00:39:56.875Z
18332026-03-18T00:39:56.875Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18342026-03-18T00:39:57.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-18T00:39:57.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-18T00:39:57.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-18T00:39:57.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18382026-03-18T00:39:57.629Z
18392026-03-18T00:39:57.629Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18402026-03-18T00:39:58.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-18T00:39:58.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-18T00:39:58.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-18T00:39:58.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18442026-03-18T00:39:58.382Z
18452026-03-18T00:39:58.382Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18462026-03-18T00:39:59.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-18T00:39:59.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-18T00:39:59.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-18T00:39:59.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18502026-03-18T00:39:59.136Z
18512026-03-18T00:39:59.136Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18522026-03-18T00:39:59.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-18T00:39:59.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-18T00:39:59.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-18T00:39:59.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18562026-03-18T00:39:59.904Z
18572026-03-18T00:39:59.904Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18582026-03-18T00:40:00.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-18T00:40:00.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-18T00:40:00.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-18T00:40:00.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18622026-03-18T00:40:00.665Z
18632026-03-18T00:40:00.665Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18642026-03-18T00:40:01.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-18T00:40:01.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-18T00:40:01.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-18T00:40:01.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18682026-03-18T00:40:01.431Z
18692026-03-18T00:40:01.431Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18702026-03-18T00:40:01.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-18T00:40:01.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-18T00:40:01.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-18T00:40:01.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18742026-03-18T00:40:02.037Z
18752026-03-18T00:40:02.037Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18762026-03-18T00:40:02.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-18T00:40:02.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-18T00:40:02.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-18T00:40:02.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802026-03-18T00:40:02.635Z
18812026-03-18T00:40:02.635Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18822026-03-18T00:40:03.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-18T00:40:03.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-18T00:40:03.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-18T00:40:03.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18862026-03-18T00:40:03.237Z
18872026-03-18T00:40:03.238Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18882026-03-18T00:40:03.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-18T00:40:03.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-18T00:40:03.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-18T00:40:03.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18922026-03-18T00:40:03.832Z
18932026-03-18T00:40:03.832Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18942026-03-18T00:40:04.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-18T00:40:04.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-18T00:40:04.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-18T00:40:04.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18982026-03-18T00:40:04.426Z
18992026-03-18T00:40:04.426Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19002026-03-18T00:40:04.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-18T00:40:04.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-18T00:40:04.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-18T00:40:04.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19042026-03-18T00:40:05.031Z
19052026-03-18T00:40:05.032Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19062026-03-18T00:40:05.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-18T00:40:05.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-18T00:40:05.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-18T00:40:05.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19102026-03-18T00:40:05.646Z
19112026-03-18T00:40:05.647Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19122026-03-18T00:40:06.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-18T00:40:06.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-18T00:40:06.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-18T00:40:06.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19162026-03-18T00:40:06.236Z
19172026-03-18T00:40:06.236Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19182026-03-18T00:40:06.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-18T00:40:06.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-18T00:40:06.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-18T00:40:06.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19222026-03-18T00:40:06.836Z
19232026-03-18T00:40:06.836Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19242026-03-18T00:40:07.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-18T00:40:07.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-18T00:40:07.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-18T00:40:07.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19282026-03-18T00:40:07.436Z
19292026-03-18T00:40:07.437Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19302026-03-18T00:40:07.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-18T00:40:07.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-18T00:40:07.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-18T00:40:07.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19342026-03-18T00:40:08.030Z
19352026-03-18T00:40:08.031Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19362026-03-18T00:40:08.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-18T00:40:08.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-18T00:40:08.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-18T00:40:08.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19402026-03-18T00:40:08.629Z
19412026-03-18T00:40:08.630Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19422026-03-18T00:40:09.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-18T00:40:09.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-18T00:40:09.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-18T00:40:09.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19462026-03-18T00:40:09.229Z
19472026-03-18T00:40:09.230Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19482026-03-18T00:40:09.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-18T00:40:09.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-18T00:40:09.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-18T00:40:09.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19522026-03-18T00:40:09.834Z
19532026-03-18T00:40:09.834Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19542026-03-18T00:40:10.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-18T00:40:10.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-18T00:40:10.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-18T00:40:10.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19582026-03-18T00:40:10.434Z
19592026-03-18T00:40:10.434Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19602026-03-18T00:40:10.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-18T00:40:10.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-18T00:40:10.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-18T00:40:10.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19642026-03-18T00:40:11.040Z
19652026-03-18T00:40:11.040Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19662026-03-18T00:40:11.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-18T00:40:11.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-18T00:40:11.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-18T00:40:11.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19702026-03-18T00:40:11.643Z
19712026-03-18T00:40:11.644Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19722026-03-18T00:40:12.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-18T00:40:12.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-18T00:40:12.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-18T00:40:12.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19762026-03-18T00:40:12.241Z
19772026-03-18T00:40:12.241Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19782026-03-18T00:40:12.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-18T00:40:12.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-18T00:40:12.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-18T00:40:12.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19822026-03-18T00:40:12.842Z
19832026-03-18T00:40:12.842Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19842026-03-18T00:40:13.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-18T00:40:13.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-18T00:40:13.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-18T00:40:13.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19882026-03-18T00:40:13.445Z
19892026-03-18T00:40:13.445Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19902026-03-18T00:40:13.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-18T00:40:13.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-18T00:40:13.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-18T00:40:13.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19942026-03-18T00:40:14.048Z
19952026-03-18T00:40:14.048Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19962026-03-18T00:40:14.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-18T00:40:14.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-18T00:40:14.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-18T00:40:14.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20002026-03-18T00:40:14.648Z
20012026-03-18T00:40:14.648Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20022026-03-18T00:40:15.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-18T00:40:15.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-18T00:40:15.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-18T00:40:15.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20062026-03-18T00:40:15.247Z
20072026-03-18T00:40:15.247Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20082026-03-18T00:40:15.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-18T00:40:15.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-18T00:40:15.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-18T00:40:15.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20122026-03-18T00:40:15.849Z
20132026-03-18T00:40:15.849Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20142026-03-18T00:40:16.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-18T00:40:16.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-18T00:40:16.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-18T00:40:16.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20182026-03-18T00:40:16.451Z
20192026-03-18T00:40:16.451Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20202026-03-18T00:40:16.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-18T00:40:16.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-18T00:40:16.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-18T00:40:16.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20242026-03-18T00:40:17.047Z
20252026-03-18T00:40:17.047Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20262026-03-18T00:40:17.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-18T00:40:17.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-18T00:40:17.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-18T00:40:17.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20302026-03-18T00:40:17.645Z
20312026-03-18T00:40:17.645Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20322026-03-18T00:40:18.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-18T00:40:18.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-18T00:40:18.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-18T00:40:18.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20362026-03-18T00:40:18.242Z
20372026-03-18T00:40:18.242Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20382026-03-18T00:40:18.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-18T00:40:18.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-18T00:40:18.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-18T00:40:18.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20422026-03-18T00:40:18.847Z
20432026-03-18T00:40:18.847Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20442026-03-18T00:40:19.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-18T00:40:19.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-18T00:40:19.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-18T00:40:19.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20482026-03-18T00:40:19.446Z
20492026-03-18T00:40:19.446Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20502026-03-18T00:40:19.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-18T00:40:19.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-18T00:40:19.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-18T00:40:19.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20542026-03-18T00:40:20.043Z
20552026-03-18T00:40:20.043Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20562026-03-18T00:40:20.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-18T00:40:20.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-18T00:40:20.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-18T00:40:20.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20602026-03-18T00:40:20.647Z
20612026-03-18T00:40:20.647Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20622026-03-18T00:40:21.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-18T00:40:21.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-18T00:40:21.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-18T00:40:21.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20662026-03-18T00:40:21.250Z
20672026-03-18T00:40:21.251Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20682026-03-18T00:40:21.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-18T00:40:21.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-18T00:40:21.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-18T00:40:21.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-03-18T00:40:21.857Z
20732026-03-18T00:40:21.857Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20742026-03-18T00:40:22.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-18T00:40:22.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-18T00:40:22.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-18T00:40:22.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-03-18T00:40:22.457Z
20792026-03-18T00:40:22.457Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20802026-03-18T00:40:22.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-18T00:40:22.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-18T00:40:22.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-18T00:40:22.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-03-18T00:40:23.061Z
20852026-03-18T00:40:23.061Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20862026-03-18T00:40:23.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-18T00:40:23.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-18T00:40:23.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-18T00:40:23.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-03-18T00:40:23.667Z
20912026-03-18T00:40:23.667Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20922026-03-18T00:40:24.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-18T00:40:24.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-18T00:40:24.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-18T00:40:24.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20962026-03-18T00:40:24.272Z
20972026-03-18T00:40:24.272Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
20982026-03-18T00:40:24.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-18T00:40:24.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-18T00:40:24.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-18T00:40:24.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21022026-03-18T00:40:24.877Z
21032026-03-18T00:40:24.877Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21042026-03-18T00:40:25.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-18T00:40:25.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-18T00:40:25.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-18T00:40:25.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-03-18T00:40:25.483Z
21092026-03-18T00:40:25.483Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21102026-03-18T00:40:26.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-18T00:40:26.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-18T00:40:26.564Z Checking cfg-if v1.0.4
21132026-03-18T00:40:26.721Z Checking libc v0.2.180
21142026-03-18T00:40:26.724Z Checking serde_core v1.0.228
21152026-03-18T00:40:26.750Z Checking memchr v2.8.0
21162026-03-18T00:40:26.766Z Checking smallvec v1.15.1
21172026-03-18T00:40:26.769Z Checking itoa v1.0.17
21182026-03-18T00:40:26.801Z Checking log v0.4.29
21192026-03-18T00:40:26.806Z Checking zeroize v1.8.2
21202026-03-18T00:40:26.841Z Checking stable_deref_trait v1.2.1
21212026-03-18T00:40:26.934Z Checking zerofrom v0.1.6
21222026-03-18T00:40:26.965Z Checking zmij v1.0.21
21232026-03-18T00:40:26.994Z Checking scopeguard v1.2.0
21242026-03-18T00:40:27.016Z Checking subtle v2.6.1
21252026-03-18T00:40:27.035Z Checking litemap v0.8.1
21262026-03-18T00:40:27.077Z Checking yoke v0.8.1
21272026-03-18T00:40:27.119Z Checking lock_api v0.4.14
21282026-03-18T00:40:27.206Z Checking percent-encoding v2.3.2
21292026-03-18T00:40:27.230Z Checking writeable v0.6.2
21302026-03-18T00:40:27.250Z Checking libm v0.2.16
21312026-03-18T00:40:27.270Z Checking icu_properties_data v2.1.2
21322026-03-18T00:40:27.292Z Checking zerovec v0.11.5
21332026-03-18T00:40:27.312Z Checking getrandom v0.2.17
21342026-03-18T00:40:27.374Z Checking errno v0.3.14
21352026-03-18T00:40:27.391Z Checking zerotrie v0.2.3
21362026-03-18T00:40:27.429Z Checking icu_normalizer_data v2.1.1
21372026-03-18T00:40:27.448Z Checking pin-project-lite v0.2.17
21382026-03-18T00:40:27.488Z Checking rand_core v0.6.4
21392026-03-18T00:40:27.516Z Checking utf8_iter v1.0.4
21402026-03-18T00:40:27.536Z Checking form_urlencoded v1.2.2
21412026-03-18T00:40:27.556Z Checking typenum v1.19.0
21422026-03-18T00:40:27.664Z Checking portable-atomic v1.13.1
21432026-03-18T00:40:27.696Z Checking critical-section v1.2.0
21442026-03-18T00:40:27.718Z Checking rand_core v0.10.0
21452026-03-18T00:40:27.735Z Checking signal-hook-registry v1.4.8
21462026-03-18T00:40:27.828Z Checking parking_lot_core v0.9.12
21472026-03-18T00:40:27.890Z Checking tinystr v0.8.2
21482026-03-18T00:40:27.910Z Checking potential_utf v0.1.4
21492026-03-18T00:40:27.938Z Checking getrandom v0.4.1
21502026-03-18T00:40:28.063Z Checking icu_collections v2.1.1
21512026-03-18T00:40:28.084Z Checking parking_lot v0.12.5
21522026-03-18T00:40:28.111Z Checking icu_locale_core v2.1.1
21532026-03-18T00:40:28.131Z Checking mio v1.1.1
21542026-03-18T00:40:28.217Z Checking num-traits v0.2.19
21552026-03-18T00:40:28.246Z Checking once_cell v1.21.3
21562026-03-18T00:40:28.270Z Checking generic-array v0.14.7
21572026-03-18T00:40:28.320Z Checking socket2 v0.6.2
21582026-03-18T00:40:28.459Z Checking zerocopy v0.8.40
21592026-03-18T00:40:28.481Z Checking iana-time-zone v0.1.65
21602026-03-18T00:40:28.511Z Checking futures-core v0.3.32
21612026-03-18T00:40:28.609Z Checking equivalent v1.0.2
21622026-03-18T00:40:28.632Z Checking allocator-api2 v0.2.21
21632026-03-18T00:40:28.663Z Checking const-oid v0.9.6
21642026-03-18T00:40:28.710Z Checking foldhash v0.2.0
21652026-03-18T00:40:28.864Z Checking icu_provider v2.1.1
21662026-03-18T00:40:28.883Z Checking serde v1.0.228
21672026-03-18T00:40:28.902Z Checking serde_json v1.0.149
21682026-03-18T00:40:28.905Z Checking bitflags v2.11.0
21692026-03-18T00:40:29.001Z Checking crypto-common v0.1.7
21702026-03-18T00:40:29.005Z Checking uuid v1.21.0
21712026-03-18T00:40:29.133Z Checking hashbrown v0.16.1
21722026-03-18T00:40:29.155Z Checking futures-sink v0.3.32
21732026-03-18T00:40:29.175Z Checking icu_normalizer v2.1.1
21742026-03-18T00:40:29.279Z Checking icu_properties v2.1.2
21752026-03-18T00:40:29.432Z Checking dyn-clone v1.0.20
21762026-03-18T00:40:29.453Z Checking bytes v1.11.1
21772026-03-18T00:40:29.558Z Checking chrono v0.4.44
21782026-03-18T00:40:29.576Z Checking futures-channel v0.3.32
21792026-03-18T00:40:29.669Z Checking block-buffer v0.10.4
21802026-03-18T00:40:29.806Z Checking semver v1.0.27
21812026-03-18T00:40:29.828Z Checking futures-task v0.3.32
21822026-03-18T00:40:29.848Z Checking slab v0.4.12
21832026-03-18T00:40:29.848Z Checking futures-io v0.3.32
21842026-03-18T00:40:29.993Z Checking digest v0.10.7
21852026-03-18T00:40:30.014Z Checking thiserror v2.0.18
21862026-03-18T00:40:30.048Z Checking tokio v1.49.0
21872026-03-18T00:40:30.068Z Checking futures-util v0.3.32
21882026-03-18T00:40:30.071Z Checking byteorder v1.5.0
21892026-03-18T00:40:30.133Z Checking indexmap v2.13.0
21902026-03-18T00:40:30.247Z Checking cpufeatures v0.2.17
21912026-03-18T00:40:30.334Z Checking http v1.4.0
21922026-03-18T00:40:30.358Z Checking fnv v1.0.7
21932026-03-18T00:40:30.412Z Checking idna_adapter v1.2.1
21942026-03-18T00:40:30.472Z Checking base64 v0.22.1
21952026-03-18T00:40:30.559Z Checking idna v1.1.0
21962026-03-18T00:40:30.706Z Checking unicode-ident v1.0.24
21972026-03-18T00:40:30.773Z Checking tracing-core v0.1.36
21982026-03-18T00:40:30.843Z Checking proc-macro2 v1.0.106
21992026-03-18T00:40:30.873Z Checking url v2.5.8
22002026-03-18T00:40:30.909Z Checking rustls-pki-types v1.14.0
22012026-03-18T00:40:31.102Z Checking regex-syntax v0.8.10
22022026-03-18T00:40:31.178Z Checking tracing v0.1.44
22032026-03-18T00:40:31.260Z Checking quote v1.0.44
22042026-03-18T00:40:31.285Z Checking untrusted v0.9.0
22052026-03-18T00:40:31.420Z Checking ring v0.17.14
22062026-03-18T00:40:31.439Z Checking schemars v0.8.22
22072026-03-18T00:40:31.459Z Checking thiserror v1.0.69
22082026-03-18T00:40:31.482Z Checking syn v2.0.117
22092026-03-18T00:40:31.581Z Checking ipnet v2.11.0
22102026-03-18T00:40:31.925Z Checking httparse v1.10.1
22112026-03-18T00:40:32.198Z Checking http-body v1.0.1
22122026-03-18T00:40:32.333Z Checking rustix v1.1.3
22132026-03-18T00:40:32.364Z Checking block-padding v0.3.3
22142026-03-18T00:40:32.445Z Checking ppv-lite86 v0.2.21
22152026-03-18T00:40:32.523Z Checking getrandom v0.3.4
22162026-03-18T00:40:32.695Z Checking atomic-waker v1.1.2
22172026-03-18T00:40:32.721Z Checking inout v0.1.4
22182026-03-18T00:40:32.741Z Checking hmac v0.12.1
22192026-03-18T00:40:32.819Z Checking aws-lc-sys v0.37.1
22202026-03-18T00:40:32.862Z Checking aho-corasick v1.1.4
22212026-03-18T00:40:32.891Z Checking openssl-probe v0.2.1
22222026-03-18T00:40:32.911Z Checking powerfmt v0.2.0
22232026-03-18T00:40:32.914Z Checking try-lock v0.2.5
22242026-03-18T00:40:33.025Z Checking tower-layer v0.3.3
22252026-03-18T00:40:33.044Z Checking untrusted v0.7.1
22262026-03-18T00:40:33.128Z Checking httpdate v1.0.3
22272026-03-18T00:40:33.183Z Checking tower-service v0.3.3
22282026-03-18T00:40:33.218Z Checking deranged v0.5.8
22292026-03-18T00:40:33.293Z Checking want v0.3.1
22302026-03-18T00:40:33.308Z Checking cipher v0.4.4
22312026-03-18T00:40:33.439Z Checking rand_core v0.9.5
22322026-03-18T00:40:33.524Z Checking aws-lc-rs v1.16.0
22332026-03-18T00:40:33.550Z Checking time-core v0.1.8
22342026-03-18T00:40:33.577Z Checking pin-utils v0.1.0
22352026-03-18T00:40:33.663Z Checking num_threads v0.1.7
22362026-03-18T00:40:33.672Z Checking base64ct v1.8.3
22372026-03-18T00:40:33.730Z Checking num-conv v0.2.0
22382026-03-18T00:40:33.770Z Checking sha2 v0.10.9
22392026-03-18T00:40:33.790Z Checking regex-automata v0.4.14
22402026-03-18T00:40:33.877Z Checking erased-serde v0.3.31
22412026-03-18T00:40:33.993Z Checking pretty-hex v0.4.1
22422026-03-18T00:40:34.127Z Checking rand_chacha v0.9.0
22432026-03-18T00:40:34.153Z Checking ryu v1.0.23
22442026-03-18T00:40:34.321Z Checking fastrand v2.3.0
22452026-03-18T00:40:34.342Z Checking tokio-util v0.7.18
22462026-03-18T00:40:34.387Z Checking rand v0.9.2
22472026-03-18T00:40:34.442Z Checking slog v2.8.2
22482026-03-18T00:40:34.495Z Checking time v0.3.47
22492026-03-18T00:40:34.551Z Checking pem-rfc7468 v0.7.0
22502026-03-18T00:40:34.641Z Checking rustls-webpki v0.103.9
22512026-03-18T00:40:34.730Z Checking rustls-native-certs v0.8.3
22522026-03-18T00:40:34.750Z Checking http-body-util v0.1.3
22532026-03-18T00:40:34.792Z Checking ipnetwork v0.21.1
22542026-03-18T00:40:34.887Z Checking sync_wrapper v1.0.2
22552026-03-18T00:40:35.015Z Checking spin v0.9.8
22562026-03-18T00:40:35.036Z Checking plain v0.2.3
22572026-03-18T00:40:35.054Z Checking flagset v0.4.7
22582026-03-18T00:40:35.078Z Checking tower v0.5.3
22592026-03-18T00:40:35.147Z Checking h2 v0.4.13
22602026-03-18T00:40:35.167Z Checking serde_urlencoded v0.7.1
22612026-03-18T00:40:35.187Z Checking rustls v0.23.37
22622026-03-18T00:40:35.208Z Checking der v0.7.10
22632026-03-18T00:40:35.248Z Checking rand_chacha v0.3.1
22642026-03-18T00:40:35.437Z Checking webpki-roots v1.0.6
22652026-03-18T00:40:35.515Z Checking iri-string v0.7.10
22662026-03-18T00:40:35.585Z Checking tinyvec_macros v0.1.1
22672026-03-18T00:40:35.606Z Checking ucd-trie v0.1.7
22682026-03-18T00:40:35.669Z Checking tinyvec v1.10.0
22692026-03-18T00:40:35.773Z Checking pest v2.8.6
22702026-03-18T00:40:36.043Z Checking rand v0.8.5
22712026-03-18T00:40:36.087Z Checking tempfile v3.25.0
22722026-03-18T00:40:36.215Z Checking spki v0.7.3
22732026-03-18T00:40:36.267Z Checking salsa20 v0.10.2
22742026-03-18T00:40:36.336Z Checking pbkdf2 v0.12.2
22752026-03-18T00:40:36.427Z Checking foreign-types-shared v0.1.1
22762026-03-18T00:40:36.428Z Checking unicode-width v0.2.0
22772026-03-18T00:40:36.468Z Checking scrypt v0.11.0
22782026-03-18T00:40:36.529Z Checking foreign-types v0.3.2
22792026-03-18T00:40:36.614Z Checking regex v1.12.3
22802026-03-18T00:40:36.640Z Checking aes v0.8.4
22812026-03-18T00:40:36.733Z Checking cbc v0.1.2
22822026-03-18T00:40:36.765Z Checking anyhow v1.0.102
22832026-03-18T00:40:36.891Z Checking openssl-sys v0.9.111
22842026-03-18T00:40:36.974Z Checking tower-http v0.6.8
22852026-03-18T00:40:36.997Z Checking crossbeam-utils v0.8.21
22862026-03-18T00:40:37.028Z Checking oxnet v0.1.4
22872026-03-18T00:40:37.159Z Checking pkcs5 v0.7.1
22882026-03-18T00:40:37.223Z Checking mime v0.3.17
22892026-03-18T00:40:37.330Z Checking openapiv3 v2.2.0
22902026-03-18T00:40:37.350Z Checking scroll v0.12.0
22912026-03-18T00:40:37.442Z Checking encoding_rs v0.8.35
22922026-03-18T00:40:37.461Z Checking winnow v0.7.14
22932026-03-18T00:40:37.495Z Checking pkcs8 v0.10.2
22942026-03-18T00:40:37.527Z Checking openssl v0.10.75
22952026-03-18T00:40:37.650Z Checking siphasher v1.0.2
22962026-03-18T00:40:37.737Z Checking data-encoding v2.10.0
22972026-03-18T00:40:37.873Z Checking goblin v0.8.2
22982026-03-18T00:40:38.099Z Checking lazy_static v1.5.0
22992026-03-18T00:40:38.213Z Checking zerocopy v0.7.35
23002026-03-18T00:40:38.398Z Checking tokio-rustls v0.26.4
23012026-03-18T00:40:38.693Z Checking wait-timeout v0.2.1
23022026-03-18T00:40:38.712Z Checking hyper v1.8.1
23032026-03-18T00:40:38.742Z Checking either v1.15.0
23042026-03-18T00:40:38.840Z Checking psl-types v2.0.11
23052026-03-18T00:40:38.906Z Checking utf8parse v0.2.2
23062026-03-18T00:40:38.985Z Checking bitflags v1.3.2
23072026-03-18T00:40:39.007Z Checking managed v0.8.0
23082026-03-18T00:40:39.033Z Checking bit-vec v0.8.0
23092026-03-18T00:40:39.076Z Checking quick-error v1.2.3
23102026-03-18T00:40:39.096Z Checking anstyle v1.0.13
23112026-03-18T00:40:39.100Z Checking anstyle-parse v0.2.7
23122026-03-18T00:40:39.200Z Checking rusty-fork v0.3.1
23132026-03-18T00:40:39.244Z Checking publicsuffix v2.3.0
23142026-03-18T00:40:39.279Z Checking bit-set v0.8.0
23152026-03-18T00:40:39.304Z Checking dtrace-parser v0.2.0
23162026-03-18T00:40:39.326Z Checking unicode-normalization v0.1.25
23172026-03-18T00:40:39.409Z Checking cookie v0.18.1
23182026-03-18T00:40:39.440Z Checking rand_xorshift v0.4.0
23192026-03-18T00:40:39.469Z Checking sha1 v0.10.6
23202026-03-18T00:40:39.587Z Checking thread-id v4.2.2
23212026-03-18T00:40:39.611Z Checking anstyle-query v1.1.5
23222026-03-18T00:40:39.665Z Checking unarray v0.1.4
23232026-03-18T00:40:39.684Z Checking is_terminal_polyfill v1.70.2
23242026-03-18T00:40:39.704Z Checking colorchoice v1.0.4
23252026-03-18T00:40:39.723Z Checking cookie_store v0.22.1
23262026-03-18T00:40:39.791Z Checking proptest v1.10.0
23272026-03-18T00:40:39.794Z Checking rustls-platform-verifier v0.6.2
23282026-03-18T00:40:39.829Z Checking anstream v0.6.21
23292026-03-18T00:40:39.850Z Checking crossbeam-epoch v0.9.18
23302026-03-18T00:40:39.912Z Checking hyper-util v0.1.20
23312026-03-18T00:40:39.979Z Checking terminal_size v0.4.3
23322026-03-18T00:40:40.081Z Checking scroll v0.13.0
23332026-03-18T00:40:40.117Z Checking hex v0.4.3
23342026-03-18T00:40:40.138Z Checking num-integer v0.1.46
23352026-03-18T00:40:40.156Z Checking simd-adler32 v0.3.8
23362026-03-18T00:40:40.362Z Checking native-tls v0.2.18
23372026-03-18T00:40:40.382Z Checking goblin v0.10.5
23382026-03-18T00:40:40.385Z Checking crossbeam-deque v0.8.6
23392026-03-18T00:40:40.420Z Checking bstr v1.12.1
23402026-03-18T00:40:40.443Z Checking ref-cast v1.0.25
23412026-03-18T00:40:40.506Z Checking dof v0.3.0
23422026-03-18T00:40:40.556Z Checking rustix v0.38.44
23432026-03-18T00:40:40.587Z Checking tokio-native-tls v0.3.1
23442026-03-18T00:40:40.620Z Checking camino v1.2.2
23452026-03-18T00:40:40.779Z Checking crc32fast v1.5.0
23462026-03-18T00:40:40.871Z Checking usdt-impl v0.5.0
23472026-03-18T00:40:40.952Z Checking signature v2.2.0
23482026-03-18T00:40:40.972Z Checking toml_datetime v0.6.11
23492026-03-18T00:40:40.975Z Checking serde_spanned v0.6.9
23502026-03-18T00:40:41.109Z Checking ff v0.13.1
23512026-03-18T00:40:41.145Z Checking base16ct v0.2.0
23522026-03-18T00:40:41.200Z Checking clap_lex v1.0.0
23532026-03-18T00:40:41.220Z Checking unicode-properties v0.1.4
23542026-03-18T00:40:41.270Z Checking unicode-bidi v0.3.18
23552026-03-18T00:40:41.300Z Checking strsim v0.11.1
23562026-03-18T00:40:41.388Z Checking adler2 v2.0.1
23572026-03-18T00:40:41.456Z Checking sec1 v0.7.3
23582026-03-18T00:40:41.502Z Checking clap_builder v4.5.60
23592026-03-18T00:40:41.522Z Checking miniz_oxide v0.8.9
23602026-03-18T00:40:41.568Z Checking hyper-rustls v0.27.7
23612026-03-18T00:40:41.664Z Checking hyper-tls v0.6.0
23622026-03-18T00:40:41.683Z Checking stringprep v0.1.5
23632026-03-18T00:40:41.717Z Checking group v0.13.0
23642026-03-18T00:40:41.829Z Checking reqwest v0.13.2
23652026-03-18T00:40:41.871Z Checking rayon-core v1.13.0
23662026-03-18T00:40:41.890Z Checking reqwest v0.12.28
23672026-03-18T00:40:41.909Z Checking num-iter v0.1.45
23682026-03-18T00:40:41.984Z Checking toml_parser v1.0.9+spec-1.1.0
23692026-03-18T00:40:42.048Z Checking dtrace-parser v0.3.0
23702026-03-18T00:40:42.278Z Checking newtype-uuid v1.3.2
23712026-03-18T00:40:42.298Z Checking hkdf v0.12.4
23722026-03-18T00:40:42.353Z Checking strum v0.26.3
23732026-03-18T00:40:42.413Z Checking zstd-sys v2.0.16+zstd.1.5.7
23742026-03-18T00:40:42.464Z Checking hash32 v0.2.1
23752026-03-18T00:40:42.489Z Checking md-5 v0.10.6
23762026-03-18T00:40:42.526Z Checking daft v0.1.5
23772026-03-18T00:40:42.556Z Checking crypto-bigint v0.5.5
23782026-03-18T00:40:42.657Z Checking toml_datetime v0.7.5+spec-1.1.0
23792026-03-18T00:40:42.676Z Checking thread-id v5.1.0
23802026-03-18T00:40:42.779Z Checking unicode-segmentation v1.12.0
23812026-03-18T00:40:42.842Z Checking zlib-rs v0.6.2
23822026-03-18T00:40:42.927Z Checking fallible-iterator v0.2.0
23832026-03-18T00:40:42.973Z Checking heapless v0.7.17
23842026-03-18T00:40:43.029Z Checking zstd-safe v7.2.4
23852026-03-18T00:40:43.184Z Checking clap v4.5.60
23862026-03-18T00:40:43.203Z Checking rayon v1.11.0
23872026-03-18T00:40:43.239Z Checking itertools v0.12.1
23882026-03-18T00:40:43.276Z Checking phf_shared v0.13.1
23892026-03-18T00:40:43.295Z Checking postgres-protocol v0.6.10
23902026-03-18T00:40:43.531Z Checking console v0.16.2
23912026-03-18T00:40:43.550Z Checking curve25519-dalek v4.1.3
23922026-03-18T00:40:43.587Z Checking dof v0.4.0
23932026-03-18T00:40:43.702Z Checking memoffset v0.9.1
23942026-03-18T00:40:43.799Z Checking bzip2-sys v0.1.13+1.0.8
23952026-03-18T00:40:43.884Z Checking elliptic-curve v0.13.8
23962026-03-18T00:40:43.904Z Checking signal-hook v0.3.18
23972026-03-18T00:40:43.923Z Checking memmap2 v0.9.10
23982026-03-18T00:40:44.059Z Checking flate2 v1.1.9
23992026-03-18T00:40:44.124Z Checking toml_write v0.1.2
24002026-03-18T00:40:44.143Z Checking libbz2-rs-sys v0.2.2
24012026-03-18T00:40:44.285Z Checking bumpalo v3.20.2
24022026-03-18T00:40:44.337Z Checking foldhash v0.1.5
24032026-03-18T00:40:44.429Z Checking usdt-impl v0.6.0
24042026-03-18T00:40:44.453Z Checking winnow v0.5.40
24052026-03-18T00:40:44.505Z Checking unit-prefix v0.5.2
24062026-03-18T00:40:44.541Z Checking fixedbitset v0.4.2
24072026-03-18T00:40:44.581Z Checking zopfli v0.8.3
24082026-03-18T00:40:44.602Z Checking zone v0.3.1
24092026-03-18T00:40:44.652Z Checking hashbrown v0.15.5
24102026-03-18T00:40:44.657Z Checking bzip2 v0.6.1
24112026-03-18T00:40:44.729Z Checking petgraph v0.6.5
24122026-03-18T00:40:44.781Z Checking usdt v0.6.0
24132026-03-18T00:40:44.862Z Checking toml_edit v0.22.27
24142026-03-18T00:40:44.984Z Checking signal-hook-mio v0.2.5
24152026-03-18T00:40:45.006Z Checking bzip2 v0.4.4
24162026-03-18T00:40:45.064Z Checking nix v0.31.1
24172026-03-18T00:40:45.108Z Checking postgres-types v0.2.12
24182026-03-18T00:40:45.216Z Checking phf v0.13.1
24192026-03-18T00:40:45.231Z Checking indicatif v0.18.4
24202026-03-18T00:40:45.296Z Checking smoltcp v0.9.1
24212026-03-18T00:40:45.403Z Checking zstd v0.13.3
24222026-03-18T00:40:45.519Z Checking similar v2.7.0
24232026-03-18T00:40:45.649Z Checking num-bigint-dig v0.8.6
24242026-03-18T00:40:45.722Z Checking ed25519 v2.2.3
24252026-03-18T00:40:45.952Z Checking phf_shared v0.11.3
24262026-03-18T00:40:46.012Z Checking toml_edit v0.19.15
24272026-03-18T00:40:46.031Z Checking pkcs1 v0.7.5
24282026-03-18T00:40:46.090Z Checking tokio-stream v0.1.18
24292026-03-18T00:40:46.138Z Checking strum v0.27.2
24302026-03-18T00:40:46.273Z Checking hubpack v0.1.2
24312026-03-18T00:40:46.300Z Checking rfc6979 v0.4.0
24322026-03-18T00:40:46.332Z Checking serde-big-array v0.5.1
24332026-03-18T00:40:46.426Z Checking float-cmp v0.10.0
24342026-03-18T00:40:46.447Z Checking env_filter v1.0.0
24352026-03-18T00:40:46.450Z Checking static_assertions v1.1.0
24362026-03-18T00:40:46.485Z Checking whoami v2.1.0
24372026-03-18T00:40:46.504Z Checking fixedbitset v0.5.7
24382026-03-18T00:40:46.531Z Checking new_debug_unreachable v1.0.6
24392026-03-18T00:40:46.583Z Checking normalize-line-endings v0.3.0
24402026-03-18T00:40:46.602Z Checking keccak v0.1.6
24412026-03-18T00:40:46.620Z Checking difflib v0.4.0
24422026-03-18T00:40:46.642Z Checking jiff v0.2.21
24432026-03-18T00:40:46.691Z Checking rustc-hash v2.1.1
24442026-03-18T00:40:46.730Z Checking precomputed-hash v0.1.1
24452026-03-18T00:40:46.754Z Checking predicates-core v1.0.10
24462026-03-18T00:40:46.790Z Checking rsa v0.9.10
24472026-03-18T00:40:46.810Z Checking sha3 v0.10.8
24482026-03-18T00:40:46.831Z Checking iddqd v0.3.17
24492026-03-18T00:40:46.831Z Checking string_cache v0.8.9
24502026-03-18T00:40:46.868Z Checking petgraph v0.8.3
24512026-03-18T00:40:46.901Z Checking predicates v3.1.4
24522026-03-18T00:40:47.056Z Checking tokio-postgres v0.7.16
24532026-03-18T00:40:47.079Z Checking env_logger v0.11.9
24542026-03-18T00:40:47.296Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24552026-03-18T00:40:47.324Z Checking ecdsa v0.16.9
24562026-03-18T00:40:47.415Z Checking ed25519-dalek v2.2.0
24572026-03-18T00:40:47.452Z Checking toml v0.7.8
24582026-03-18T00:40:47.709Z Checking zip v0.6.6
24592026-03-18T00:40:47.776Z Checking crossterm v0.28.1
24602026-03-18T00:40:47.888Z Checking serde_with v3.17.0
24612026-03-18T00:40:47.975Z Checking itertools v0.13.0
24622026-03-18T00:40:48.149Z Checking hickory-proto v0.25.2
24632026-03-18T00:40:48.711Z Checking x509-cert v0.2.5
24642026-03-18T00:40:48.735Z Checking fs-err v3.3.0
24652026-03-18T00:40:49.061Z Checking ahash v0.8.12
24662026-03-18T00:40:49.114Z Checking object v0.37.3
24672026-03-18T00:40:49.317Z Checking buf-list v1.1.2
24682026-03-18T00:40:49.364Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24692026-03-18T00:40:49.552Z Checking peg-runtime v0.8.5
24702026-03-18T00:40:49.600Z Checking lalrpop-util v0.19.12
24712026-03-18T00:40:49.716Z Compiling structmeta-derive v0.3.0
24722026-03-18T00:40:49.735Z Compiling rustls v0.22.4
24732026-03-18T00:40:49.756Z Checking zip v4.6.1
24742026-03-18T00:40:49.798Z Compiling newtype-uuid-macros v0.1.0
24752026-03-18T00:40:49.876Z Compiling multer v3.1.0
24762026-03-18T00:40:49.976Z Compiling async-stream-impl v0.3.6
24772026-03-18T00:40:50.166Z Checking futures-executor v0.3.32
24782026-03-18T00:40:50.324Z Checking regress v0.10.5
24792026-03-18T00:40:50.605Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24802026-03-18T00:40:50.750Z Compiling dropshot v0.16.7
24812026-03-18T00:40:50.798Z Checking futures v0.3.32
24822026-03-18T00:40:50.896Z Compiling dropshot_endpoint v0.16.7
24832026-03-18T00:40:51.044Z Checking thread_local v1.1.9
24842026-03-18T00:40:51.095Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852026-03-18T00:40:51.144Z Compiling structmeta v0.3.0
24862026-03-18T00:40:51.252Z Checking crossbeam-channel v0.5.15
24872026-03-18T00:40:51.409Z Compiling derive-ex v0.1.8
24882026-03-18T00:40:51.548Z Checking is-terminal v0.4.17
24892026-03-18T00:40:51.663Z Checking take_mut v0.2.2
24902026-03-18T00:40:51.690Z Checking term v1.2.1
24912026-03-18T00:40:51.796Z Checking slog-async v2.8.0
24922026-03-18T00:40:51.924Z Compiling parse-display-derive v0.10.0
24932026-03-18T00:40:51.972Z Checking slog-term v2.9.2
24942026-03-18T00:40:52.015Z Checking rustls-webpki v0.102.8
24952026-03-18T00:40:52.251Z Checking serde_spanned v1.0.4
24962026-03-18T00:40:52.314Z Checking debug-ignore v1.0.5
24972026-03-18T00:40:52.396Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24982026-03-18T00:40:52.417Z Checking toml_writer v1.0.6+spec-1.1.0
24992026-03-18T00:40:52.437Z Checking match_cfg v0.1.0
25002026-03-18T00:40:52.509Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25012026-03-18T00:40:52.528Z Checking hostname v0.3.1
25022026-03-18T00:40:52.652Z Checking slog-json v2.6.1
25032026-03-18T00:40:52.672Z Checking toml v0.9.12+spec-1.1.0
25042026-03-18T00:40:52.692Z Checking macaddr v1.0.1
25052026-03-18T00:40:52.859Z Checking slog-bunyan v2.5.0
25062026-03-18T00:40:52.962Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25072026-03-18T00:40:53.002Z Checking async-stream v0.3.6
25082026-03-18T00:40:53.286Z Checking waitgroup v0.1.2
25092026-03-18T00:40:53.416Z Checking rustls-pemfile v2.2.0
25102026-03-18T00:40:53.455Z Checking serde_path_to_error v0.1.20
25112026-03-18T00:40:53.475Z Checking hostname v0.4.2
25122026-03-18T00:40:53.545Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-03-18T00:40:53.593Z Checking progenitor-client v0.13.0
25142026-03-18T00:40:53.597Z Checking progenitor-client v0.10.0
25152026-03-18T00:40:53.679Z Compiling itertools v0.14.0
25162026-03-18T00:40:53.748Z Compiling test-strategy v0.4.5
25172026-03-18T00:40:53.825Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25182026-03-18T00:40:53.886Z Checking backon v1.6.0
25192026-03-18T00:40:53.907Z Checking instant v0.1.13
25202026-03-18T00:40:54.016Z Checking backoff v0.4.0
25212026-03-18T00:40:54.109Z Checking progenitor-extras v0.1.1
25222026-03-18T00:40:54.221Z Checking parse-display v0.10.0
25232026-03-18T00:40:54.241Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25242026-03-18T00:40:54.391Z Checking heck v0.5.0
25252026-03-18T00:40:54.502Z Checking tokio-rustls v0.25.0
25262026-03-18T00:40:54.596Z Compiling toml_edit v0.23.10+spec-1.0.0
25272026-03-18T00:40:54.620Z Compiling crucible-workspace-hack v0.1.0
25282026-03-18T00:40:54.844Z Compiling heapless v0.8.0
25292026-03-18T00:40:54.865Z Compiling convert_case v0.4.0
25302026-03-18T00:40:55.199Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-18T00:40:55.347Z Compiling derive_more v0.99.20
25322026-03-18T00:40:55.366Z Compiling ingot-macros v0.1.1
25332026-03-18T00:40:55.481Z Compiling proc-macro-crate v3.4.0
25342026-03-18T00:40:55.755Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25352026-03-18T00:40:55.780Z Checking hash32 v0.3.1
25362026-03-18T00:40:55.939Z Checking secrecy v0.10.3
25372026-03-18T00:40:56.061Z Compiling smoltcp v0.11.0
25382026-03-18T00:40:56.087Z Compiling prettyplease v0.2.37
25392026-03-18T00:40:56.203Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25402026-03-18T00:40:56.246Z Compiling num_enum_derive v0.7.5
25412026-03-18T00:40:56.516Z Compiling typify-impl v0.6.1
25422026-03-18T00:40:56.539Z Checking tabwriter v1.4.1
25432026-03-18T00:40:56.722Z Checking cobs v0.3.0
25442026-03-18T00:40:56.885Z Compiling foreign-types-macros v0.2.3
25452026-03-18T00:40:56.909Z Checking cpufeatures v0.3.0
25462026-03-18T00:40:57.100Z Checking foreign-types-shared v0.3.1
25472026-03-18T00:40:57.210Z Compiling unsafe-libyaml v0.2.11
25482026-03-18T00:40:57.230Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25492026-03-18T00:40:57.634Z Checking num_enum v0.7.5
25502026-03-18T00:40:57.652Z Checking foreign-types v0.5.0
25512026-03-18T00:40:57.837Z Checking chacha20 v0.10.0
25522026-03-18T00:40:57.948Z Compiling serde_yaml v0.9.34+deprecated
25532026-03-18T00:40:58.125Z Checking postcard v1.1.3
25542026-03-18T00:40:58.912Z Compiling proc-macro-crate v1.3.1
25552026-03-18T00:40:59.062Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25562026-03-18T00:40:59.183Z Checking ingot-types v0.1.2
25572026-03-18T00:40:59.456Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25582026-03-18T00:40:59.583Z Checking cstr-argument v0.1.2
25592026-03-18T00:40:59.664Z Checking ingot v0.1.1
25602026-03-18T00:40:59.734Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-18T00:40:59.738Z Checking colored v3.1.1
25622026-03-18T00:40:59.863Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25632026-03-18T00:41:00.014Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25642026-03-18T00:41:00.033Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25652026-03-18T00:41:00.036Z Compiling num_enum_derive v0.5.11
25662026-03-18T00:41:00.163Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25672026-03-18T00:41:00.281Z Checking rand v0.10.0
25682026-03-18T00:41:01.362Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25692026-03-18T00:41:01.760Z Checking num_enum v0.5.11
25702026-03-18T00:41:01.918Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-18T00:41:02.394Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25722026-03-18T00:41:02.807Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25732026-03-18T00:41:02.926Z Compiling typify-macro v0.6.1
25742026-03-18T00:41:03.004Z Compiling typify-impl v0.4.3
25752026-03-18T00:41:03.061Z Checking camino-tempfile v1.4.1
25762026-03-18T00:41:03.140Z Checking num-rational v0.4.2
25772026-03-18T00:41:03.528Z Checking half v2.7.1
25782026-03-18T00:41:03.644Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25792026-03-18T00:41:03.831Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-18T00:41:03.874Z Checking universal-hash v0.5.1
25812026-03-18T00:41:03.945Z Checking num-complex v0.4.6
25822026-03-18T00:41:04.040Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-18T00:41:04.380Z Checking ciborium-io v0.2.2
25842026-03-18T00:41:04.397Z Checking opaque-debug v0.3.1
25852026-03-18T00:41:04.453Z Checking num v0.4.3
25862026-03-18T00:41:04.483Z Checking poly1305 v0.8.0
25872026-03-18T00:41:04.506Z Checking ciborium-ll v0.2.2
25882026-03-18T00:41:04.624Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25892026-03-18T00:41:04.646Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-18T00:41:04.726Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-18T00:41:04.827Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-18T00:41:05.062Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-18T00:41:05.282Z Compiling typify v0.6.1
25942026-03-18T00:41:05.429Z Checking thiserror-no-std v2.0.2
25952026-03-18T00:41:05.433Z Checking toml v0.8.23
25962026-03-18T00:41:05.540Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25972026-03-18T00:41:05.766Z Checking password-hash v0.5.0
25982026-03-18T00:41:05.899Z Checking chacha20 v0.9.1
25992026-03-18T00:41:06.068Z Compiling usdt-macro v0.5.0
26002026-03-18T00:41:06.147Z Compiling usdt-attr-macro v0.5.0
26012026-03-18T00:41:06.314Z Checking smf v0.2.3
26022026-03-18T00:41:06.622Z Checking blake2 v0.10.6
26032026-03-18T00:41:06.729Z Checking aead v0.5.2
26042026-03-18T00:41:06.767Z Checking sigpipe v0.1.3
26052026-03-18T00:41:06.873Z Checking memmap v0.7.0
26062026-03-18T00:41:06.933Z Compiling num-derive v0.4.2
26072026-03-18T00:41:06.989Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26082026-03-18T00:41:07.040Z Checking float-ord v0.3.2
26092026-03-18T00:41:07.142Z Checking glob v0.3.3
26102026-03-18T00:41:07.170Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26112026-03-18T00:41:07.243Z Checking usdt v0.5.0
26122026-03-18T00:41:07.380Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-18T00:41:07.469Z Checking argon2 v0.5.3
26142026-03-18T00:41:07.550Z Checking chacha20poly1305 v0.10.1
26152026-03-18T00:41:07.709Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26162026-03-18T00:41:07.737Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26172026-03-18T00:41:07.971Z Checking vsss-rs v3.3.4
26182026-03-18T00:41:07.978Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26192026-03-18T00:41:08.008Z Compiling progenitor-impl v0.13.0
26202026-03-18T00:41:08.172Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26212026-03-18T00:41:08.667Z Checking ciborium v0.2.2
26222026-03-18T00:41:08.812Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26232026-03-18T00:41:08.949Z Checking whoami v1.6.1
26242026-03-18T00:41:09.046Z Compiling semver v0.1.20
26252026-03-18T00:41:09.085Z Checking indent_write v2.2.0
26262026-03-18T00:41:09.249Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26272026-03-18T00:41:09.314Z Compiling rustc_version v0.1.7
26282026-03-18T00:41:09.429Z Compiling typify-macro v0.4.3
26292026-03-18T00:41:09.602Z Compiling pin-project-internal v1.1.11
26302026-03-18T00:41:09.620Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26312026-03-18T00:41:10.359Z Checking swrite v0.1.0
26322026-03-18T00:41:10.474Z Compiling minimal-lexical v0.2.1
26332026-03-18T00:41:10.578Z Checking linked-hash-map v0.5.6
26342026-03-18T00:41:10.800Z Checking lru-cache v0.1.2
26352026-03-18T00:41:10.804Z Compiling nom v7.1.3
26362026-03-18T00:41:10.953Z Compiling newtype_derive v0.1.6
26372026-03-18T00:41:11.110Z Checking pin-project v1.1.11
26382026-03-18T00:41:11.233Z Checking newline-converter v0.3.0
26392026-03-18T00:41:11.374Z Checking atomicwrites v0.4.4
26402026-03-18T00:41:11.543Z Checking hickory-proto v0.24.4
26412026-03-18T00:41:11.640Z Compiling progenitor-macro v0.13.0
26422026-03-18T00:41:11.686Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26432026-03-18T00:41:11.714Z Compiling typify v0.4.3
26442026-03-18T00:41:11.732Z Checking phf_shared v0.12.1
26452026-03-18T00:41:11.918Z Checking console v0.15.11
26462026-03-18T00:41:12.290Z Checking pem v3.0.6
26472026-03-18T00:41:12.540Z Checking csv-core v0.1.13
26482026-03-18T00:41:12.691Z Compiling snafu-derive v0.8.9
26492026-03-18T00:41:12.717Z Compiling derive-where v1.6.0
26502026-03-18T00:41:12.819Z Compiling async-recursion v1.1.1
26512026-03-18T00:41:13.703Z Compiling slog-dtrace v0.3.0
26522026-03-18T00:41:13.939Z Checking resolv-conf v0.7.6
26532026-03-18T00:41:14.026Z Checking same-file v1.0.6
26542026-03-18T00:41:14.174Z Compiling cancel-safe-futures v0.1.5
26552026-03-18T00:41:14.192Z Compiling chrono-tz v0.10.4
26562026-03-18T00:41:14.416Z Checking highway v1.3.0
26572026-03-18T00:41:14.436Z Checking unicode-width v0.1.14
26582026-03-18T00:41:14.499Z Compiling owo-colors v4.3.0
26592026-03-18T00:41:14.713Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26602026-03-18T00:41:14.748Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26612026-03-18T00:41:14.767Z Compiling const_format_proc_macros v0.2.34
26622026-03-18T00:41:15.020Z Checking walkdir v2.5.0
26632026-03-18T00:41:15.232Z Checking hickory-resolver v0.24.4
26642026-03-18T00:41:15.323Z Checking snafu v0.8.9
26652026-03-18T00:41:15.710Z Checking csv v1.4.0
26662026-03-18T00:41:15.846Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26672026-03-18T00:41:15.866Z Checking expectorate v1.2.0
26682026-03-18T00:41:16.035Z Checking phf v0.12.1
26692026-03-18T00:41:16.111Z Compiling progenitor-impl v0.10.0
26702026-03-18T00:41:16.232Z Checking tokio-dtrace v0.1.1
26712026-03-18T00:41:16.275Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26722026-03-18T00:41:16.458Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26732026-03-18T00:41:16.478Z Checking globset v0.4.18
26742026-03-18T00:41:16.662Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26752026-03-18T00:41:16.818Z Checking olpc-cjson v0.1.4
26762026-03-18T00:41:16.838Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26772026-03-18T00:41:16.994Z Checking libsw-core v0.3.2
26782026-03-18T00:41:17.135Z Checking serde_plain v1.0.2
26792026-03-18T00:41:17.175Z Checking arc-swap v1.8.2
26802026-03-18T00:41:17.194Z Compiling lzma-sys v0.1.20
26812026-03-18T00:41:17.462Z Checking typed-path v0.9.3
26822026-03-18T00:41:17.592Z Checking bytecount v0.6.9
26832026-03-18T00:41:17.690Z Checking utf-8 v0.7.6
26842026-03-18T00:41:17.726Z Checking papergrid v0.11.0
26852026-03-18T00:41:17.891Z Checking tungstenite v0.21.0
26862026-03-18T00:41:18.309Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26872026-03-18T00:41:18.539Z Checking slog-scope v4.4.1
26882026-03-18T00:41:18.570Z Checking tough v0.20.0
26892026-03-18T00:41:18.632Z Checking libsw v3.5.0
26902026-03-18T00:41:18.654Z Checking progenitor v0.13.0
26912026-03-18T00:41:18.735Z Checking oxide-tokio-rt v0.1.3
26922026-03-18T00:41:18.819Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26932026-03-18T00:41:18.953Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26942026-03-18T00:41:19.416Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26952026-03-18T00:41:19.510Z Checking qorb v0.4.1
26962026-03-18T00:41:19.825Z Compiling progenitor-macro v0.10.0
26972026-03-18T00:41:20.002Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26982026-03-18T00:41:20.491Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26992026-03-18T00:41:20.789Z Checking const_format v0.2.35
27002026-03-18T00:41:21.326Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27012026-03-18T00:41:21.395Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27022026-03-18T00:41:21.462Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27032026-03-18T00:41:21.483Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27042026-03-18T00:41:21.663Z Compiling cargo_toml v0.22.3
27052026-03-18T00:41:21.909Z Checking gethostname v0.5.0
27062026-03-18T00:41:22.022Z Compiling tabled_derive v0.7.0
27072026-03-18T00:41:22.077Z Checking bcs v0.1.6
27082026-03-18T00:41:22.101Z Checking termtree v0.5.1
27092026-03-18T00:41:22.104Z Checking smawk v0.3.2
27102026-03-18T00:41:22.272Z Checking unicode-linebreak v0.1.5
27112026-03-18T00:41:22.291Z Checking linear-map v1.2.0
27122026-03-18T00:41:22.378Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27132026-03-18T00:41:22.514Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27142026-03-18T00:41:22.546Z Checking textwrap v0.16.2
27152026-03-18T00:41:22.905Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27162026-03-18T00:41:22.934Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27172026-03-18T00:41:23.306Z Checking tabled v0.15.0
27182026-03-18T00:41:23.745Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27192026-03-18T00:41:24.028Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27202026-03-18T00:41:24.293Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27212026-03-18T00:41:24.330Z Checking steno v0.4.1
27222026-03-18T00:41:24.508Z Checking slog-stdlog v4.1.1
27232026-03-18T00:41:24.661Z Checking typeid v1.0.3
27242026-03-18T00:41:24.916Z Checking tokio-tungstenite v0.21.0
27252026-03-18T00:41:24.935Z Checking base64 v0.21.7
27262026-03-18T00:41:25.249Z Checking humantime v2.3.0
27272026-03-18T00:41:25.269Z Checking xz2 v0.1.7
27282026-03-18T00:41:25.487Z Checking ron v0.12.0
27292026-03-18T00:41:25.487Z Checking slog-envlogger v2.2.0
27302026-03-18T00:41:25.645Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27312026-03-18T00:41:25.668Z Checking yasna v0.5.2
27322026-03-18T00:41:25.690Z Checking headers-core v0.3.0
27332026-03-18T00:41:25.823Z Checking filetime v0.2.27
27342026-03-18T00:41:25.993Z Checking xattr v1.6.1
27352026-03-18T00:41:26.067Z Checking base16ct v1.0.0
27362026-03-18T00:41:26.159Z Checking tar v0.4.44
27372026-03-18T00:41:26.188Z Checking rcgen v0.12.1
27382026-03-18T00:41:26.233Z Checking headers v0.4.1
27392026-03-18T00:41:26.510Z Checking subprocess v0.2.15
27402026-03-18T00:41:26.806Z Checking progenitor v0.10.0
27412026-03-18T00:41:26.964Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-18T00:41:34.389Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27432026-03-18T00:41:42.521Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27442026-03-18T00:41:44.288Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27452026-03-18T00:41:45.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
27462026-03-18T00:41:46.076Z
27472026-03-18T00:41:46.076Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27482026-03-18T00:41:46.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-03-18T00:41:46.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-03-18T00:41:47.102Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512026-03-18T00:41:48.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s
27522026-03-18T00:41:49.037Z
27532026-03-18T00:41:49.037Zinfo: running `cargo check --bins` on nexus-config (51/257)
27542026-03-18T00:41:49.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-03-18T00:41:49.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-03-18T00:41:49.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-03-18T00:41:49.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27582026-03-18T00:41:49.876Z
27592026-03-18T00:41:49.876Zinfo: running `cargo check --bins` on nexus-types (52/257)
27602026-03-18T00:41:50.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-03-18T00:41:50.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-03-18T00:41:50.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-03-18T00:41:50.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27642026-03-18T00:41:50.704Z
27652026-03-18T00:41:50.705Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27662026-03-18T00:41:51.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-03-18T00:41:51.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-03-18T00:41:51.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-03-18T00:41:51.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27702026-03-18T00:41:51.502Z
27712026-03-18T00:41:51.502Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27722026-03-18T00:41:52.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-03-18T00:41:52.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-03-18T00:41:52.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-03-18T00:41:52.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27762026-03-18T00:41:52.277Z
27772026-03-18T00:41:52.277Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27782026-03-18T00:41:52.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-03-18T00:41:52.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-03-18T00:41:52.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-03-18T00:41:52.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27822026-03-18T00:41:53.042Z
27832026-03-18T00:41:53.042Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27842026-03-18T00:41:53.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-03-18T00:41:53.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-03-18T00:41:53.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-03-18T00:41:53.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27882026-03-18T00:41:53.806Z
27892026-03-18T00:41:53.806Zinfo: running `cargo check --bins` on ereport-types (57/257)
27902026-03-18T00:41:54.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-03-18T00:41:54.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-03-18T00:41:54.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-03-18T00:41:54.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27942026-03-18T00:41:54.580Z
27952026-03-18T00:41:54.580Zinfo: running `cargo check --bins` on gateway-client (58/257)
27962026-03-18T00:41:55.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-03-18T00:41:55.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-03-18T00:41:55.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-03-18T00:41:55.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28002026-03-18T00:41:55.357Z
28012026-03-18T00:41:55.357Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28022026-03-18T00:41:56.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-03-18T00:41:56.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-03-18T00:41:56.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-03-18T00:41:56.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28062026-03-18T00:41:56.132Z
28072026-03-18T00:41:56.132Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28082026-03-18T00:41:56.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-03-18T00:41:56.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-03-18T00:41:56.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-03-18T00:41:56.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28122026-03-18T00:41:56.910Z
28132026-03-18T00:41:56.910Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28142026-03-18T00:41:57.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-18T00:41:57.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-18T00:41:57.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-18T00:41:57.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28182026-03-18T00:41:57.683Z
28192026-03-18T00:41:57.683Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28202026-03-18T00:41:58.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-18T00:41:58.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-18T00:41:58.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-18T00:41:58.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28242026-03-18T00:41:58.456Z
28252026-03-18T00:41:58.456Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28262026-03-18T00:41:59.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-18T00:41:59.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-18T00:41:59.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-18T00:41:59.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28302026-03-18T00:41:59.254Z
28312026-03-18T00:41:59.254Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28322026-03-18T00:41:59.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-18T00:41:59.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-18T00:41:59.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-18T00:41:59.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28362026-03-18T00:42:00.051Z
28372026-03-18T00:42:00.051Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28382026-03-18T00:42:00.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-18T00:42:00.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-18T00:42:00.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-03-18T00:42:00.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28422026-03-18T00:42:00.816Z
28432026-03-18T00:42:00.816Zinfo: running `cargo check --bins` on oxlog (66/257)
28442026-03-18T00:42:01.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-03-18T00:42:01.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-03-18T00:42:01.633Z Compiling newtype-uuid v1.3.2
28472026-03-18T00:42:01.887Z Compiling daft v0.1.5
28482026-03-18T00:42:02.145Z Compiling iddqd v0.3.17
28492026-03-18T00:42:03.413Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28502026-03-18T00:42:03.694Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512026-03-18T00:42:04.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28522026-03-18T00:42:04.260Z
28532026-03-18T00:42:04.260Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28542026-03-18T00:42:04.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-18T00:42:04.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-18T00:42:04.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-18T00:42:04.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28582026-03-18T00:42:05.022Z
28592026-03-18T00:42:05.022Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28602026-03-18T00:42:05.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-18T00:42:05.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-18T00:42:05.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-18T00:42:05.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28642026-03-18T00:42:05.803Z
28652026-03-18T00:42:05.803Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28662026-03-18T00:42:06.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-18T00:42:06.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-18T00:42:06.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-18T00:42:06.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28702026-03-18T00:42:06.617Z
28712026-03-18T00:42:06.617Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28722026-03-18T00:42:07.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-18T00:42:07.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-18T00:42:07.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-18T00:42:07.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28762026-03-18T00:42:07.376Z
28772026-03-18T00:42:07.376Zinfo: running `cargo check --bins` on oxql-types (71/257)
28782026-03-18T00:42:08.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-18T00:42:08.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-18T00:42:08.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-18T00:42:08.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28822026-03-18T00:42:08.161Z
28832026-03-18T00:42:08.161Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28842026-03-18T00:42:08.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-18T00:42:08.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-18T00:42:08.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-18T00:42:08.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28882026-03-18T00:42:08.936Z
28892026-03-18T00:42:08.936Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28902026-03-18T00:42:09.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-18T00:42:09.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-18T00:42:09.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-18T00:42:09.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28942026-03-18T00:42:09.720Z
28952026-03-18T00:42:09.720Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28962026-03-18T00:42:10.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-18T00:42:10.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-18T00:42:10.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-18T00:42:10.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29002026-03-18T00:42:10.484Z
29012026-03-18T00:42:10.484Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29022026-03-18T00:42:11.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-18T00:42:11.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-18T00:42:11.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-18T00:42:11.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29062026-03-18T00:42:11.293Z
29072026-03-18T00:42:11.293Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29082026-03-18T00:42:11.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-18T00:42:11.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-18T00:42:11.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-18T00:42:11.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29122026-03-18T00:42:12.096Z
29132026-03-18T00:42:12.096Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29142026-03-18T00:42:12.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-18T00:42:12.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-18T00:42:12.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-18T00:42:12.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29182026-03-18T00:42:12.895Z
29192026-03-18T00:42:12.895Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29202026-03-18T00:42:13.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-18T00:42:13.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-18T00:42:13.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-18T00:42:13.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29242026-03-18T00:42:13.693Z
29252026-03-18T00:42:13.693Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29262026-03-18T00:42:14.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-18T00:42:14.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-18T00:42:14.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-18T00:42:14.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29302026-03-18T00:42:14.461Z
29312026-03-18T00:42:14.461Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29322026-03-18T00:42:15.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-18T00:42:15.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-18T00:42:15.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-18T00:42:15.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29362026-03-18T00:42:15.233Z
29372026-03-18T00:42:15.233Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29382026-03-18T00:42:15.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-18T00:42:15.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-18T00:42:15.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-18T00:42:15.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29422026-03-18T00:42:15.999Z
29432026-03-18T00:42:15.999Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29442026-03-18T00:42:16.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-18T00:42:16.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-18T00:42:16.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-03-18T00:42:16.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29482026-03-18T00:42:16.761Z
29492026-03-18T00:42:16.761Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29502026-03-18T00:42:17.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-18T00:42:17.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-18T00:42:17.637Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29532026-03-18T00:42:18.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
29542026-03-18T00:42:18.532Z
29552026-03-18T00:42:18.532Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29562026-03-18T00:42:19.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-03-18T00:42:19.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-03-18T00:42:19.435Z Compiling ar_archive_writer v0.5.1
29592026-03-18T00:42:19.567Z Compiling stacker v0.1.23
29602026-03-18T00:42:19.581Z Compiling cfg_aliases v0.1.1
29612026-03-18T00:42:19.595Z Compiling convert_case v0.10.0
29622026-03-18T00:42:19.605Z Checking fd-lock v4.0.4
29632026-03-18T00:42:19.608Z Checking nibble_vec v0.1.0
29642026-03-18T00:42:19.608Z Checking vte v0.14.1
29652026-03-18T00:42:19.608Z Compiling recursive-proc-macro-impl v0.1.1
29662026-03-18T00:42:19.713Z Compiling nix v0.28.0
29672026-03-18T00:42:19.806Z Checking endian-type v0.1.2
29682026-03-18T00:42:19.825Z Checking strip-ansi-escapes v0.2.1
29692026-03-18T00:42:19.829Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29702026-03-18T00:42:19.883Z Compiling peg-macros v0.8.5
29712026-03-18T00:42:19.948Z Checking winnow v0.6.26
29722026-03-18T00:42:19.969Z Checking radix_trie v0.2.1
29732026-03-18T00:42:20.092Z Compiling derive_more-impl v2.1.1
29742026-03-18T00:42:20.135Z Compiling sqlparser_derive v0.5.0
29752026-03-18T00:42:20.232Z Checking unicode_categories v0.1.1
29762026-03-18T00:42:20.430Z Checking nu-ansi-term v0.50.3
29772026-03-18T00:42:20.453Z Checking home v0.5.12
29782026-03-18T00:42:20.609Z Checking display-error-chain v0.2.2
29792026-03-18T00:42:20.698Z Checking reedline v0.40.0
29802026-03-18T00:42:20.727Z Compiling psm v0.1.30
29812026-03-18T00:42:21.138Z Checking derive_more v2.1.1
29822026-03-18T00:42:21.226Z Checking crossterm v0.29.0
29832026-03-18T00:42:21.387Z Checking peg v0.8.5
29842026-03-18T00:42:21.485Z Checking rustyline v14.0.0
29852026-03-18T00:42:21.489Z Checking sqlformat v0.3.5
29862026-03-18T00:42:21.650Z Checking recursive v0.1.1
29872026-03-18T00:42:21.755Z Checking sqlparser v0.61.0
29882026-03-18T00:42:37.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.90s
29892026-03-18T00:42:37.666Z
29902026-03-18T00:42:37.666Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29912026-03-18T00:42:38.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-03-18T00:42:38.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-03-18T00:42:38.567Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29942026-03-18T00:42:43.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
29952026-03-18T00:42:43.401Z
29962026-03-18T00:42:43.401Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
29972026-03-18T00:42:44.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-18T00:42:44.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-18T00:42:44.323Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-18T00:42:47.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
30012026-03-18T00:42:47.781Z
30022026-03-18T00:42:47.781Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30032026-03-18T00:42:48.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-18T00:42:48.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-18T00:42:48.675Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-18T00:42:53.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
30072026-03-18T00:42:53.256Z
30082026-03-18T00:42:53.256Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30092026-03-18T00:42:53.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-18T00:42:53.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-18T00:42:54.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-18T00:42:58.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
30132026-03-18T00:42:58.782Z
30142026-03-18T00:42:58.782Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30152026-03-18T00:42:59.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-18T00:42:59.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-18T00:42:59.682Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-18T00:43:03.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
30192026-03-18T00:43:03.348Z
30202026-03-18T00:43:03.348Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30212026-03-18T00:43:04.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-18T00:43:04.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-18T00:43:04.252Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-18T00:43:07.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
30252026-03-18T00:43:07.951Z
30262026-03-18T00:43:07.951Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30272026-03-18T00:43:08.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-18T00:43:08.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-18T00:43:08.851Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-03-18T00:43:13.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
30312026-03-18T00:43:13.655Z
30322026-03-18T00:43:13.655Zinfo: running `cargo check --bins` on oximeter (92/257)
30332026-03-18T00:43:14.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-18T00:43:14.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-18T00:43:14.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-03-18T00:43:14.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30372026-03-18T00:43:14.436Z
30382026-03-18T00:43:14.436Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30392026-03-18T00:43:15.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-03-18T00:43:15.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-03-18T00:43:15.288Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-03-18T00:43:15.477Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30432026-03-18T00:43:15.497Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-03-18T00:43:15.916Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-03-18T00:43:20.751Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30462026-03-18T00:43:21.168Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30472026-03-18T00:43:22.699Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30482026-03-18T00:43:23.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
30492026-03-18T00:43:23.781Z
30502026-03-18T00:43:23.781Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30512026-03-18T00:43:24.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-03-18T00:43:24.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-03-18T00:43:24.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-03-18T00:43:24.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30552026-03-18T00:43:24.567Z
30562026-03-18T00:43:24.567Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30572026-03-18T00:43:25.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-18T00:43:25.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-18T00:43:25.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-18T00:43:25.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30612026-03-18T00:43:25.418Z
30622026-03-18T00:43:25.418Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30632026-03-18T00:43:26.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-18T00:43:26.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-18T00:43:26.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-18T00:43:26.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30672026-03-18T00:43:26.222Z
30682026-03-18T00:43:26.222Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30692026-03-18T00:43:26.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-18T00:43:26.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-18T00:43:26.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-18T00:43:26.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30732026-03-18T00:43:27.029Z
30742026-03-18T00:43:27.029Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30752026-03-18T00:43:27.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-18T00:43:27.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-18T00:43:27.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-18T00:43:27.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30792026-03-18T00:43:27.836Z
30802026-03-18T00:43:27.836Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30812026-03-18T00:43:28.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-18T00:43:28.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-18T00:43:28.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-18T00:43:28.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30852026-03-18T00:43:28.642Z
30862026-03-18T00:43:28.642Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30872026-03-18T00:43:29.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-18T00:43:29.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-18T00:43:29.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-18T00:43:29.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30912026-03-18T00:43:29.412Z
30922026-03-18T00:43:29.412Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30932026-03-18T00:43:30.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-18T00:43:30.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-18T00:43:30.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-18T00:43:30.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30972026-03-18T00:43:30.220Z
30982026-03-18T00:43:30.220Zinfo: running `cargo check --bins` on update-engine (102/257)
30992026-03-18T00:43:30.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-18T00:43:30.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-18T00:43:30.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-18T00:43:30.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31032026-03-18T00:43:30.989Z
31042026-03-18T00:43:30.989Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31052026-03-18T00:43:31.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-18T00:43:31.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-18T00:43:31.916Z Checking dropshot-api-manager-types v0.6.0
31082026-03-18T00:43:31.920Z Checking nanorand v0.7.0
31092026-03-18T00:43:32.218Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31102026-03-18T00:43:32.256Z Checking flume v0.11.1
31112026-03-18T00:43:32.526Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31122026-03-18T00:43:33.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
31132026-03-18T00:43:34.015Z
31142026-03-18T00:43:34.015Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31152026-03-18T00:43:34.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-18T00:43:34.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-18T00:43:34.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-03-18T00:43:34.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31192026-03-18T00:43:34.799Z
31202026-03-18T00:43:34.799Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31212026-03-18T00:43:35.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-18T00:43:35.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-18T00:43:35.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-18T00:43:35.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31252026-03-18T00:43:35.590Z
31262026-03-18T00:43:35.590Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31272026-03-18T00:43:36.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-18T00:43:36.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-18T00:43:36.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-18T00:43:36.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31312026-03-18T00:43:36.370Z
31322026-03-18T00:43:36.370Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31332026-03-18T00:43:37.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-18T00:43:37.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-18T00:43:37.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-18T00:43:37.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31372026-03-18T00:43:37.177Z
31382026-03-18T00:43:37.177Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31392026-03-18T00:43:37.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-18T00:43:37.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-18T00:43:37.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-18T00:43:37.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31432026-03-18T00:43:37.964Z
31442026-03-18T00:43:37.964Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31452026-03-18T00:43:38.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-18T00:43:38.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-18T00:43:38.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-18T00:43:38.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31492026-03-18T00:43:38.754Z
31502026-03-18T00:43:38.754Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31512026-03-18T00:43:39.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-18T00:43:39.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-18T00:43:39.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-18T00:43:39.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31552026-03-18T00:43:39.546Z
31562026-03-18T00:43:39.546Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31572026-03-18T00:43:40.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-18T00:43:40.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-18T00:43:40.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-18T00:43:40.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31612026-03-18T00:43:40.317Z
31622026-03-18T00:43:40.317Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31632026-03-18T00:43:40.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-18T00:43:40.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-18T00:43:40.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-18T00:43:40.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31672026-03-18T00:43:41.096Z
31682026-03-18T00:43:41.096Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31692026-03-18T00:43:41.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-18T00:43:41.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-18T00:43:41.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-18T00:43:41.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31732026-03-18T00:43:41.881Z
31742026-03-18T00:43:41.881Zinfo: running `cargo check --bins` on installinator-client (114/257)
31752026-03-18T00:43:42.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-18T00:43:42.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-18T00:43:42.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-18T00:43:42.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31792026-03-18T00:43:42.670Z
31802026-03-18T00:43:42.670Zinfo: running `cargo check --bins` on nexus-client (115/257)
31812026-03-18T00:43:43.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-18T00:43:43.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-18T00:43:43.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-18T00:43:43.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31852026-03-18T00:43:43.511Z
31862026-03-18T00:43:43.511Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31872026-03-18T00:43:44.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-18T00:43:44.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-18T00:43:44.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-18T00:43:44.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31912026-03-18T00:43:44.351Z
31922026-03-18T00:43:44.351Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31932026-03-18T00:43:45.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-18T00:43:45.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-18T00:43:45.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-18T00:43:45.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31972026-03-18T00:43:45.130Z
31982026-03-18T00:43:45.130Zinfo: running `cargo check --bins` on oxide-client (118/257)
31992026-03-18T00:43:45.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-18T00:43:45.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-18T00:43:45.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-18T00:43:45.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32032026-03-18T00:43:45.902Z
32042026-03-18T00:43:45.902Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32052026-03-18T00:43:46.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-18T00:43:46.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-18T00:43:46.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-18T00:43:46.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32092026-03-18T00:43:46.707Z
32102026-03-18T00:43:46.707Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32112026-03-18T00:43:47.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-18T00:43:47.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-18T00:43:47.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-18T00:43:47.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32152026-03-18T00:43:47.479Z
32162026-03-18T00:43:47.479Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32172026-03-18T00:43:48.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-18T00:43:48.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-18T00:43:48.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-18T00:43:48.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32212026-03-18T00:43:48.299Z
32222026-03-18T00:43:48.299Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32232026-03-18T00:43:48.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-18T00:43:48.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-18T00:43:48.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-18T00:43:49.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32272026-03-18T00:43:49.116Z
32282026-03-18T00:43:49.116Zinfo: running `cargo check --bins` on installinator-common (123/257)
32292026-03-18T00:43:49.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-18T00:43:49.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-18T00:43:49.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-18T00:43:49.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32332026-03-18T00:43:49.919Z
32342026-03-18T00:43:49.919Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32352026-03-18T00:43:50.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-18T00:43:50.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-18T00:43:50.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-18T00:43:50.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32392026-03-18T00:43:50.673Z
32402026-03-18T00:43:50.673Zinfo: running `cargo check --bins` on wicket-common (125/257)
32412026-03-18T00:43:51.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-18T00:43:51.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-18T00:43:51.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-03-18T00:43:51.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32452026-03-18T00:43:51.495Z
32462026-03-18T00:43:51.495Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32472026-03-18T00:43:52.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-03-18T00:43:52.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-03-18T00:43:52.390Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32502026-03-18T00:43:52.394Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32512026-03-18T00:43:52.394Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32522026-03-18T00:43:52.543Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32532026-03-18T00:43:52.547Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32542026-03-18T00:43:52.707Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32552026-03-18T00:43:52.776Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32562026-03-18T00:43:53.024Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32572026-03-18T00:43:53.037Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-03-18T00:43:55.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
32592026-03-18T00:43:56.096Z
32602026-03-18T00:43:56.096Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32612026-03-18T00:43:56.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-03-18T00:43:56.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-03-18T00:43:56.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-03-18T00:43:56.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32652026-03-18T00:43:56.893Z
32662026-03-18T00:43:56.894Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32672026-03-18T00:43:57.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-18T00:43:57.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-18T00:43:57.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-18T00:43:57.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32712026-03-18T00:43:57.802Z
32722026-03-18T00:43:57.802Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32732026-03-18T00:43:58.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-18T00:43:58.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-18T00:43:58.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-03-18T00:43:58.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32772026-03-18T00:43:58.693Z
32782026-03-18T00:43:58.693Zinfo: running `cargo check --bins` on dns-server (130/257)
32792026-03-18T00:43:59.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-03-18T00:43:59.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-03-18T00:43:59.575Z Compiling parking_lot_core v0.8.6
32822026-03-18T00:43:59.575Z Compiling git-stub v1.0.0
32832026-03-18T00:43:59.578Z Compiling atomicwrites v0.4.4
32842026-03-18T00:43:59.578Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32852026-03-18T00:43:59.794Z Checking tagptr v0.2.0
32862026-03-18T00:43:59.807Z Checking prefix-trie v0.7.0
32872026-03-18T00:43:59.807Z Checking fxhash v0.2.1
32882026-03-18T00:43:59.808Z Checking hickory-client v0.25.2
32892026-03-18T00:43:59.899Z Compiling git-stub-vcs v0.1.0
32902026-03-18T00:43:59.921Z Checking moka v0.12.13
32912026-03-18T00:44:00.166Z Checking hickory-server v0.25.2
32922026-03-18T00:44:00.254Z Checking parking_lot v0.11.2
32932026-03-18T00:44:00.272Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32942026-03-18T00:44:00.351Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32952026-03-18T00:44:00.351Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32962026-03-18T00:44:00.355Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32972026-03-18T00:44:00.481Z Checking sled v0.34.7
32982026-03-18T00:44:00.727Z Checking hickory-resolver v0.25.2
32992026-03-18T00:44:03.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
33002026-03-18T00:44:03.518Z
33012026-03-18T00:44:03.518Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33022026-03-18T00:44:04.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-03-18T00:44:04.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-03-18T00:44:04.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-03-18T00:44:04.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33062026-03-18T00:44:05.285Z
33072026-03-18T00:44:05.285Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33082026-03-18T00:44:05.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-18T00:44:05.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-18T00:44:05.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-03-18T00:44:05.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33122026-03-18T00:44:05.328Z
33132026-03-18T00:44:05.328Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33142026-03-18T00:44:05.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-03-18T00:44:05.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-03-18T00:44:06.058Z Compiling radium v0.7.0
33172026-03-18T00:44:06.197Z Compiling maybe-uninit v2.0.0
33182026-03-18T00:44:06.200Z Checking tap v1.0.1
33192026-03-18T00:44:06.223Z Compiling zerocopy-derive v0.6.6
33202026-03-18T00:44:06.227Z Checking funty v2.0.0
33212026-03-18T00:44:06.253Z Compiling packed_struct v0.10.1
33222026-03-18T00:44:06.270Z Checking crc-catalog v2.4.0
33232026-03-18T00:44:06.290Z Compiling packed_struct_codegen v0.10.1
33242026-03-18T00:44:06.324Z Checking wyz v0.5.1
33252026-03-18T00:44:06.389Z Checking crc v3.4.0
33262026-03-18T00:44:06.572Z Compiling bitfield-macros v0.19.4
33272026-03-18T00:44:06.609Z Compiling indexmap v1.9.3
33282026-03-18T00:44:06.621Z Checking nodrop v0.1.14
33292026-03-18T00:44:06.673Z Checking smallvec v0.6.14
33302026-03-18T00:44:06.693Z Checking hashbrown v0.12.3
33312026-03-18T00:44:06.728Z Checking array-init v0.0.4
33322026-03-18T00:44:06.747Z Checking bitvec v1.0.1
33332026-03-18T00:44:06.867Z Checking ron v0.8.1
33342026-03-18T00:44:06.920Z Checking hashbrown v0.13.2
33352026-03-18T00:44:07.203Z Checking serde-hex v0.1.0
33362026-03-18T00:44:07.333Z Checking zerocopy v0.6.6
33372026-03-18T00:44:07.485Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33382026-03-18T00:44:07.503Z Checking bitfield v0.19.4
33392026-03-18T00:44:07.570Z Checking crc-any v2.5.0
33402026-03-18T00:44:07.677Z Checking object v0.30.4
33412026-03-18T00:44:07.733Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-03-18T00:44:07.754Z Checking void v1.0.2
33432026-03-18T00:44:07.769Z Checking path-slash v0.1.5
33442026-03-18T00:44:07.801Z Checking half v1.8.3
33452026-03-18T00:44:07.889Z Checking tungstenite v0.23.0
33462026-03-18T00:44:07.908Z Checking lzss v0.8.2
33472026-03-18T00:44:07.912Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-03-18T00:44:07.941Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-03-18T00:44:08.088Z Checking serde_cbor v0.11.2
33502026-03-18T00:44:08.143Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33512026-03-18T00:44:08.323Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33522026-03-18T00:44:08.436Z Checking nix v0.27.1
33532026-03-18T00:44:08.456Z Checking kstat-rs v0.2.4
33542026-03-18T00:44:08.521Z Checking serde_bytes v0.11.19
33552026-03-18T00:44:08.608Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33562026-03-18T00:44:08.692Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33572026-03-18T00:44:08.744Z Checking tokio-tungstenite v0.23.1
33582026-03-18T00:44:08.987Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33592026-03-18T00:44:09.064Z Checking signal-hook-tokio v0.3.1
33602026-03-18T00:44:10.024Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-03-18T00:44:10.226Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33622026-03-18T00:44:13.586Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-18T00:44:14.773Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33642026-03-18T00:44:15.142Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33652026-03-18T00:44:16.607Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33662026-03-18T00:44:19.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
33672026-03-18T00:44:19.583Z
33682026-03-18T00:44:19.584Zinfo: running `cargo check --bins` on gateway-api (134/257)
33692026-03-18T00:44:20.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-03-18T00:44:20.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-03-18T00:44:20.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-03-18T00:44:20.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33732026-03-18T00:44:20.363Z
33742026-03-18T00:44:20.363Zinfo: running `cargo check --bins` on ipcc (135/257)
33752026-03-18T00:44:21.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-18T00:44:21.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-18T00:44:21.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-18T00:44:21.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33792026-03-18T00:44:21.145Z
33802026-03-18T00:44:21.145Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33812026-03-18T00:44:21.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-18T00:44:21.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-18T00:44:21.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-18T00:44:21.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33852026-03-18T00:44:21.905Z
33862026-03-18T00:44:21.905Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33872026-03-18T00:44:22.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-18T00:44:22.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-18T00:44:22.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-18T00:44:22.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33912026-03-18T00:44:22.685Z
33922026-03-18T00:44:22.685Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33932026-03-18T00:44:23.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-18T00:44:23.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-18T00:44:23.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-18T00:44:23.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33972026-03-18T00:44:23.464Z
33982026-03-18T00:44:23.465Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
33992026-03-18T00:44:24.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-18T00:44:24.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-18T00:44:24.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-18T00:44:24.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34032026-03-18T00:44:24.245Z
34042026-03-18T00:44:24.245Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34052026-03-18T00:44:24.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-18T00:44:24.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-18T00:44:24.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-18T00:44:24.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34092026-03-18T00:44:25.027Z
34102026-03-18T00:44:25.027Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34112026-03-18T00:44:25.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-18T00:44:25.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-18T00:44:25.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-18T00:44:25.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34152026-03-18T00:44:25.813Z
34162026-03-18T00:44:25.813Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34172026-03-18T00:44:26.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-18T00:44:26.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-18T00:44:26.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-18T00:44:26.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34212026-03-18T00:44:26.593Z
34222026-03-18T00:44:26.593Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34232026-03-18T00:44:27.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-18T00:44:27.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-18T00:44:27.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-18T00:44:27.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34272026-03-18T00:44:27.374Z
34282026-03-18T00:44:27.374Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34292026-03-18T00:44:28.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-18T00:44:28.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-18T00:44:28.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-18T00:44:28.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34332026-03-18T00:44:28.156Z
34342026-03-18T00:44:28.156Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34352026-03-18T00:44:28.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-18T00:44:28.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-18T00:44:28.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-18T00:44:28.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34392026-03-18T00:44:28.937Z
34402026-03-18T00:44:28.937Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34412026-03-18T00:44:29.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-18T00:44:29.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-18T00:44:29.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-18T00:44:29.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34452026-03-18T00:44:29.714Z
34462026-03-18T00:44:29.714Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34472026-03-18T00:44:30.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-18T00:44:30.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-18T00:44:30.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-18T00:44:30.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34512026-03-18T00:44:30.539Z
34522026-03-18T00:44:30.539Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34532026-03-18T00:44:31.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-18T00:44:31.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-18T00:44:31.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-18T00:44:31.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34572026-03-18T00:44:31.325Z
34582026-03-18T00:44:31.325Zinfo: running `cargo check --bins` on sp-sim (149/257)
34592026-03-18T00:44:32.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-18T00:44:32.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-18T00:44:32.288Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-03-18T00:44:34.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
34632026-03-18T00:44:34.821Z
34642026-03-18T00:44:34.821Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34652026-03-18T00:44:35.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-18T00:44:35.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-18T00:44:35.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-03-18T00:44:35.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34692026-03-18T00:44:35.680Z
34702026-03-18T00:44:35.680Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34712026-03-18T00:44:36.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-18T00:44:36.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-18T00:44:36.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-18T00:44:36.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34752026-03-18T00:44:36.540Z
34762026-03-18T00:44:36.540Zinfo: running `cargo check --bins` on db-macros (152/257)
34772026-03-18T00:44:37.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-18T00:44:37.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-18T00:44:37.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-18T00:44:37.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34812026-03-18T00:44:37.300Z
34822026-03-18T00:44:37.300Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34832026-03-18T00:44:37.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-18T00:44:37.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-18T00:44:37.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-18T00:44:37.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34872026-03-18T00:44:38.068Z
34882026-03-18T00:44:38.068Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34892026-03-18T00:44:38.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-18T00:44:38.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-18T00:44:38.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-18T00:44:38.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34932026-03-18T00:44:38.910Z
34942026-03-18T00:44:38.910Zinfo: running `cargo check --bins` on authz-macros (155/257)
34952026-03-18T00:44:39.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-18T00:44:39.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-18T00:44:39.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-18T00:44:39.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34992026-03-18T00:44:39.674Z
35002026-03-18T00:44:39.674Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35012026-03-18T00:44:40.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-18T00:44:40.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-18T00:44:40.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-18T00:44:40.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35052026-03-18T00:44:40.513Z
35062026-03-18T00:44:40.513Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35072026-03-18T00:44:41.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-18T00:44:41.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-18T00:44:41.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-18T00:44:41.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35112026-03-18T00:44:41.345Z
35122026-03-18T00:44:41.345Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35132026-03-18T00:44:42.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-18T00:44:42.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-18T00:44:42.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-18T00:44:42.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35172026-03-18T00:44:42.107Z
35182026-03-18T00:44:42.107Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35192026-03-18T00:44:42.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-18T00:44:42.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-18T00:44:42.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-18T00:44:42.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35232026-03-18T00:44:42.869Z
35242026-03-18T00:44:42.869Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35252026-03-18T00:44:43.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-18T00:44:43.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-18T00:44:43.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-18T00:44:43.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35292026-03-18T00:44:43.650Z
35302026-03-18T00:44:43.650Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35312026-03-18T00:44:44.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-18T00:44:44.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-18T00:44:44.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-18T00:44:44.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35352026-03-18T00:44:44.418Z
35362026-03-18T00:44:44.418Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35372026-03-18T00:44:45.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-18T00:44:45.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-18T00:44:45.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-18T00:44:45.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35412026-03-18T00:44:45.182Z
35422026-03-18T00:44:45.183Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35432026-03-18T00:44:45.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-18T00:44:45.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-18T00:44:45.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-18T00:44:45.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35472026-03-18T00:44:46.028Z
35482026-03-18T00:44:46.028Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35492026-03-18T00:44:46.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-18T00:44:46.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-18T00:44:46.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-18T00:44:46.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35532026-03-18T00:44:46.869Z
35542026-03-18T00:44:46.869Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35552026-03-18T00:44:47.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-18T00:44:47.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-18T00:44:47.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-18T00:44:47.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35592026-03-18T00:44:47.713Z
35602026-03-18T00:44:47.714Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35612026-03-18T00:44:48.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-18T00:44:48.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-18T00:44:48.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-18T00:44:48.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35652026-03-18T00:44:48.520Z
35662026-03-18T00:44:48.520Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35672026-03-18T00:44:49.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-18T00:44:49.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-18T00:44:49.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-18T00:44:49.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35712026-03-18T00:44:49.312Z
35722026-03-18T00:44:49.312Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35732026-03-18T00:44:49.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-18T00:44:50.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-18T00:44:50.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-18T00:44:50.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35772026-03-18T00:44:50.108Z
35782026-03-18T00:44:50.108Zinfo: running `cargo check --bins` on key-manager (169/257)
35792026-03-18T00:44:50.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-18T00:44:50.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-18T00:44:50.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-18T00:44:50.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35832026-03-18T00:44:50.888Z
35842026-03-18T00:44:50.888Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35852026-03-18T00:44:51.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-18T00:44:51.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-18T00:44:51.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-18T00:44:51.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35892026-03-18T00:44:51.685Z
35902026-03-18T00:44:51.685Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35912026-03-18T00:44:52.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-18T00:44:52.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-18T00:44:52.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-18T00:44:52.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35952026-03-18T00:44:52.476Z
35962026-03-18T00:44:52.476Zinfo: running `cargo check --bins` on typed-rng (172/257)
35972026-03-18T00:44:53.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-18T00:44:53.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-18T00:44:53.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-03-18T00:44:53.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
36012026-03-18T00:44:53.236Z
36022026-03-18T00:44:53.236Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36032026-03-18T00:44:53.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-03-18T00:44:53.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-03-18T00:44:54.390Z Compiling libefi-sys v0.1.0
36062026-03-18T00:44:54.404Z Compiling bitfield-struct v0.6.2
36072026-03-18T00:44:54.556Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36082026-03-18T00:44:54.572Z Compiling xshell-macros v0.2.7
36092026-03-18T00:44:54.592Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36102026-03-18T00:44:54.614Z Compiling salty v0.3.0
36112026-03-18T00:44:54.632Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36122026-03-18T00:44:54.657Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36132026-03-18T00:44:54.657Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36142026-03-18T00:44:54.989Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36152026-03-18T00:44:55.007Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36162026-03-18T00:44:55.048Z Checking xshell v0.2.7
36172026-03-18T00:44:55.174Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36182026-03-18T00:44:55.209Z Checking primeorder v0.13.6
36192026-03-18T00:44:55.271Z Compiling proc-macro-error-attr2 v2.0.0
36202026-03-18T00:44:55.293Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36212026-03-18T00:44:55.336Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36222026-03-18T00:44:55.364Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36232026-03-18T00:44:55.523Z Checking p384 v0.13.1
36242026-03-18T00:44:55.558Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36252026-03-18T00:44:55.579Z Compiling num-derive v0.3.3
36262026-03-18T00:44:55.686Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-03-18T00:44:55.761Z Compiling proc-macro-error2 v2.0.1
36282026-03-18T00:44:55.968Z Compiling unicase v2.9.0
36292026-03-18T00:44:55.988Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36302026-03-18T00:44:56.110Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36312026-03-18T00:44:56.161Z Compiling tabled_derive v0.11.0
36322026-03-18T00:44:56.226Z Compiling mime_guess v2.0.5
36332026-03-18T00:44:56.252Z Checking papergrid v0.17.0
36342026-03-18T00:44:56.577Z Compiling progenitor-impl v0.11.2
36352026-03-18T00:44:56.734Z Checking libscf-sys v1.1.0
36362026-03-18T00:44:56.900Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36372026-03-18T00:44:56.919Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36382026-03-18T00:44:57.040Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36392026-03-18T00:44:57.123Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-03-18T00:44:57.569Z Checking testing_table v0.3.0
36412026-03-18T00:44:57.688Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36422026-03-18T00:44:57.746Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36432026-03-18T00:44:57.768Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36442026-03-18T00:44:57.906Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36452026-03-18T00:44:57.975Z Checking corncobs v0.1.4
36462026-03-18T00:44:58.010Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36472026-03-18T00:44:58.013Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-03-18T00:44:58.138Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-03-18T00:44:58.164Z Checking tabled v0.20.0
36502026-03-18T00:44:58.312Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36512026-03-18T00:44:58.453Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36522026-03-18T00:44:58.474Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-03-18T00:44:58.738Z Checking progenitor-client v0.11.2
36542026-03-18T00:44:58.891Z Checking secrecy v0.8.0
36552026-03-18T00:44:59.037Z Checking http-range v0.1.5
36562026-03-18T00:44:59.291Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36572026-03-18T00:44:59.313Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-03-18T00:44:59.387Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36592026-03-18T00:44:59.690Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36602026-03-18T00:44:59.770Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36612026-03-18T00:44:59.881Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36622026-03-18T00:44:59.939Z Checking atty v0.2.14
36632026-03-18T00:45:00.032Z Checking crc8 v0.1.1
36642026-03-18T00:45:00.056Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36652026-03-18T00:45:00.151Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36662026-03-18T00:45:00.169Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36672026-03-18T00:45:00.261Z Compiling progenitor-macro v0.11.2
36682026-03-18T00:45:00.326Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36692026-03-18T00:45:00.576Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36702026-03-18T00:45:00.693Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36712026-03-18T00:45:00.962Z Checking hyper-staticfile v0.10.1
36722026-03-18T00:45:01.012Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36732026-03-18T00:45:01.034Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36742026-03-18T00:45:01.239Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36752026-03-18T00:45:01.325Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36762026-03-18T00:45:01.346Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36772026-03-18T00:45:01.515Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36782026-03-18T00:45:01.847Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36792026-03-18T00:45:01.998Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36802026-03-18T00:45:02.397Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36812026-03-18T00:45:02.441Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36822026-03-18T00:45:02.500Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36832026-03-18T00:45:03.034Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36842026-03-18T00:45:03.342Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-03-18T00:45:03.642Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36862026-03-18T00:45:03.686Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36872026-03-18T00:45:04.212Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36882026-03-18T00:45:05.317Z Checking progenitor v0.11.2
36892026-03-18T00:45:05.480Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36902026-03-18T00:45:12.244Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-03-18T00:45:28.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.85s
36922026-03-18T00:45:28.370Z
36932026-03-18T00:45:28.370Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36942026-03-18T00:45:29.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-03-18T00:45:29.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-03-18T00:45:29.427Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-03-18T00:45:45.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.14s
36982026-03-18T00:45:45.782Z
36992026-03-18T00:45:45.782Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37002026-03-18T00:45:46.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-03-18T00:45:46.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-03-18T00:45:46.824Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-03-18T00:46:02.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s
37042026-03-18T00:46:03.116Z
37052026-03-18T00:46:03.116Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37062026-03-18T00:46:03.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-03-18T00:46:03.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-03-18T00:46:04.225Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-03-18T00:46:20.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.08s
37102026-03-18T00:46:20.525Z
37112026-03-18T00:46:20.526Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37122026-03-18T00:46:21.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-03-18T00:46:21.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-03-18T00:46:21.509Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-03-18T00:46:37.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
37162026-03-18T00:46:37.891Z
37172026-03-18T00:46:37.891Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37182026-03-18T00:46:38.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-03-18T00:46:38.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-03-18T00:46:38.920Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-03-18T00:46:55.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s
37222026-03-18T00:46:55.201Z
37232026-03-18T00:46:55.201Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37242026-03-18T00:46:55.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-03-18T00:46:55.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-03-18T00:46:56.308Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-03-18T00:47:12.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s
37282026-03-18T00:47:12.460Z
37292026-03-18T00:47:12.460Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37302026-03-18T00:47:13.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-03-18T00:47:13.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-03-18T00:47:13.509Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-03-18T00:47:29.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.12s
37342026-03-18T00:47:29.839Z
37352026-03-18T00:47:29.839Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37362026-03-18T00:47:30.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-03-18T00:47:30.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-03-18T00:47:30.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-03-18T00:47:30.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37402026-03-18T00:47:30.642Z
37412026-03-18T00:47:30.643Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37422026-03-18T00:47:31.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-18T00:47:31.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-18T00:47:31.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-03-18T00:47:31.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37462026-03-18T00:47:31.446Z
37472026-03-18T00:47:31.447Zinfo: running `cargo check --bins` on range-requests (183/257)
37482026-03-18T00:47:32.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-18T00:47:32.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-18T00:47:32.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-03-18T00:47:32.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
37522026-03-18T00:47:32.219Z
37532026-03-18T00:47:32.219Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37542026-03-18T00:47:32.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-18T00:47:32.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-18T00:47:32.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-03-18T00:47:32.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37582026-03-18T00:47:33.011Z
37592026-03-18T00:47:33.011Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37602026-03-18T00:47:33.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-18T00:47:33.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-18T00:47:33.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-03-18T00:47:33.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37642026-03-18T00:47:33.804Z
37652026-03-18T00:47:33.804Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37662026-03-18T00:47:34.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-18T00:47:34.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-18T00:47:34.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-03-18T00:47:34.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37702026-03-18T00:47:34.599Z
37712026-03-18T00:47:34.600Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37722026-03-18T00:47:35.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-18T00:47:35.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-18T00:47:35.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-03-18T00:47:35.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37762026-03-18T00:47:35.396Z
37772026-03-18T00:47:35.396Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37782026-03-18T00:47:36.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-18T00:47:36.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-18T00:47:36.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-03-18T00:47:36.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37822026-03-18T00:47:36.207Z
37832026-03-18T00:47:36.207Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37842026-03-18T00:47:36.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-18T00:47:36.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-18T00:47:36.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-18T00:47:36.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37882026-03-18T00:47:37.017Z
37892026-03-18T00:47:37.017Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37902026-03-18T00:47:37.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-18T00:47:37.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-18T00:47:37.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-18T00:47:37.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37942026-03-18T00:47:37.826Z
37952026-03-18T00:47:37.826Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37962026-03-18T00:47:38.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-18T00:47:38.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-18T00:47:38.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-18T00:47:38.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38002026-03-18T00:47:38.642Z
38012026-03-18T00:47:38.642Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38022026-03-18T00:47:39.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-18T00:47:39.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-18T00:47:39.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-18T00:47:39.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38062026-03-18T00:47:39.454Z
38072026-03-18T00:47:39.454Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38082026-03-18T00:47:40.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-18T00:47:40.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-18T00:47:40.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-18T00:47:40.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38122026-03-18T00:47:40.265Z
38132026-03-18T00:47:40.265Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38142026-03-18T00:47:40.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-18T00:47:40.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-18T00:47:40.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-18T00:47:40.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38182026-03-18T00:47:41.082Z
38192026-03-18T00:47:41.082Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38202026-03-18T00:47:41.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-18T00:47:41.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-18T00:47:41.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-18T00:47:41.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38242026-03-18T00:47:41.917Z
38252026-03-18T00:47:41.917Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38262026-03-18T00:47:42.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-18T00:47:42.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-18T00:47:42.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-18T00:47:42.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38302026-03-18T00:47:42.773Z
38312026-03-18T00:47:42.774Zinfo: running `cargo check --bins` on update-common (197/257)
38322026-03-18T00:47:43.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-18T00:47:43.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-18T00:47:43.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-18T00:47:43.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38362026-03-18T00:47:43.574Z
38372026-03-18T00:47:43.574Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38382026-03-18T00:47:44.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-18T00:47:44.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-18T00:47:44.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-18T00:47:44.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38422026-03-18T00:47:44.431Z
38432026-03-18T00:47:44.431Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38442026-03-18T00:47:45.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-18T00:47:45.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-18T00:47:45.475Z Compiling fs-err v2.11.0
38472026-03-18T00:47:45.618Z Checking ignore v0.4.25
38482026-03-18T00:47:45.635Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38492026-03-18T00:47:45.639Z Checking predicates-tree v1.0.13
38502026-03-18T00:47:45.639Z Checking parse-size v1.1.0
38512026-03-18T00:47:45.677Z Checking rand_seeder v0.4.0
38522026-03-18T00:47:45.681Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38532026-03-18T00:47:45.712Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38542026-03-18T00:47:45.752Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38552026-03-18T00:47:45.799Z Compiling petname v2.0.2
38562026-03-18T00:47:45.849Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38572026-03-18T00:47:46.030Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38582026-03-18T00:47:46.070Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38592026-03-18T00:47:46.146Z Checking globwalk v0.9.1
38602026-03-18T00:47:46.172Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38612026-03-18T00:47:46.273Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38622026-03-18T00:47:46.372Z Checking camino-tempfile-ext v0.3.3
38632026-03-18T00:47:46.392Z Checking sapling-renderdag v0.1.0
38642026-03-18T00:47:46.497Z Checking sync-ptr v0.1.4
38652026-03-18T00:47:46.622Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38662026-03-18T00:47:46.644Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38672026-03-18T00:47:46.723Z Checking colored v2.2.0
38682026-03-18T00:47:46.747Z Checking assert_matches v1.5.0
38692026-03-18T00:47:47.076Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38702026-03-18T00:47:47.225Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38712026-03-18T00:47:47.225Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38722026-03-18T00:47:47.975Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38732026-03-18T00:47:49.769Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38742026-03-18T00:47:52.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.32s
38752026-03-18T00:47:52.995Z
38762026-03-18T00:47:52.995Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38772026-03-18T00:47:53.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-18T00:47:53.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-18T00:47:53.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-18T00:47:53.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38812026-03-18T00:47:53.758Z
38822026-03-18T00:47:53.758Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38832026-03-18T00:47:54.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-18T00:47:54.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-18T00:47:54.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-18T00:47:54.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38872026-03-18T00:47:54.604Z
38882026-03-18T00:47:54.604Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38892026-03-18T00:47:55.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-18T00:47:55.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-18T00:47:55.566Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38922026-03-18T00:47:55.569Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38932026-03-18T00:47:56.406Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38942026-03-18T00:47:58.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
38952026-03-18T00:47:58.644Z
38962026-03-18T00:47:58.644Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38972026-03-18T00:47:59.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-18T00:47:59.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-18T00:47:59.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-03-18T00:47:59.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39012026-03-18T00:47:59.427Z
39022026-03-18T00:47:59.427Zinfo: running `cargo check --bins` on cert-dev (204/257)
39032026-03-18T00:48:00.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-18T00:48:00.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-18T00:48:00.237Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39062026-03-18T00:48:00.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
39072026-03-18T00:48:00.785Z
39082026-03-18T00:48:00.785Zinfo: running `cargo check --bins` on clickana (205/257)
39092026-03-18T00:48:01.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-18T00:48:01.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-18T00:48:01.647Z Compiling darling_core v0.23.0
39122026-03-18T00:48:01.774Z Compiling instability v0.3.11
39132026-03-18T00:48:01.787Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39142026-03-18T00:48:01.792Z Checking castaway v0.2.4
39152026-03-18T00:48:01.831Z Compiling indoc v2.0.7
39162026-03-18T00:48:01.849Z Checking unicode-truncate v1.1.0
39172026-03-18T00:48:01.849Z Checking lru v0.12.5
39182026-03-18T00:48:01.849Z Checking cassowary v0.3.0
39192026-03-18T00:48:01.919Z Checking compact_str v0.8.1
39202026-03-18T00:48:03.065Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39212026-03-18T00:48:03.281Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39222026-03-18T00:48:03.774Z Compiling darling_macro v0.23.0
39232026-03-18T00:48:04.288Z Compiling darling v0.23.0
39242026-03-18T00:48:05.052Z Checking ratatui v0.29.0
39252026-03-18T00:48:06.584Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39262026-03-18T00:48:07.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
39272026-03-18T00:48:07.628Z
39282026-03-18T00:48:07.628Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39292026-03-18T00:48:08.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-03-18T00:48:08.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-03-18T00:48:08.600Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39322026-03-18T00:48:08.604Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39332026-03-18T00:48:09.340Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39342026-03-18T00:48:09.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
39352026-03-18T00:48:10.079Z
39362026-03-18T00:48:10.079Zinfo: running `cargo check --bins` on ch-dev (207/257)
39372026-03-18T00:48:10.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-03-18T00:48:10.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-03-18T00:48:11.052Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39402026-03-18T00:48:11.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
39412026-03-18T00:48:12.201Z
39422026-03-18T00:48:12.201Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39432026-03-18T00:48:12.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-18T00:48:12.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-18T00:48:12.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-03-18T00:48:12.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39472026-03-18T00:48:12.805Z
39482026-03-18T00:48:12.805Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39492026-03-18T00:48:13.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-18T00:48:13.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-18T00:48:13.771Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39522026-03-18T00:48:14.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
39532026-03-18T00:48:14.533Z
39542026-03-18T00:48:14.533Zinfo: running `cargo check --bins` on db-dev (210/257)
39552026-03-18T00:48:15.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-18T00:48:15.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-18T00:48:15.506Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39582026-03-18T00:48:16.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
39592026-03-18T00:48:16.682Z
39602026-03-18T00:48:16.682Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39612026-03-18T00:48:17.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-18T00:48:17.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-18T00:48:17.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-03-18T00:48:17.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39652026-03-18T00:48:17.519Z
39662026-03-18T00:48:17.520Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39672026-03-18T00:48:18.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-18T00:48:18.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-18T00:48:18.332Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39702026-03-18T00:48:19.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
39712026-03-18T00:48:19.405Z
39722026-03-18T00:48:19.405Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39732026-03-18T00:48:20.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-03-18T00:48:20.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-03-18T00:48:20.402Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39762026-03-18T00:48:20.402Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-18T00:48:20.405Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39782026-03-18T00:48:20.405Z Checking git-stub v1.0.0
39792026-03-18T00:48:20.405Z Compiling trait-variant v0.1.2
39802026-03-18T00:48:20.557Z Checking is_ci v1.2.0
39812026-03-18T00:48:20.570Z Checking maplit v1.0.2
39822026-03-18T00:48:20.600Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39832026-03-18T00:48:20.695Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39842026-03-18T00:48:20.732Z Checking supports-color v3.0.2
39852026-03-18T00:48:20.749Z Checking git-stub-vcs v0.1.0
39862026-03-18T00:48:20.871Z Checking drift v0.1.3
39872026-03-18T00:48:20.891Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39882026-03-18T00:48:20.909Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39892026-03-18T00:48:20.995Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39902026-03-18T00:48:21.144Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39912026-03-18T00:48:21.230Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39922026-03-18T00:48:21.249Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39932026-03-18T00:48:21.253Z Checking dropshot-api-manager v0.6.0
39942026-03-18T00:48:21.490Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39952026-03-18T00:48:21.555Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39962026-03-18T00:48:21.733Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39972026-03-18T00:48:22.205Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39982026-03-18T00:48:29.060Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39992026-03-18T00:48:30.436Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40002026-03-18T00:48:31.199Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40012026-03-18T00:48:31.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s
40022026-03-18T00:48:31.962Z
40032026-03-18T00:48:31.962Zinfo: running `cargo check --bins` on installinator-api (214/257)
40042026-03-18T00:48:32.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-03-18T00:48:32.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-03-18T00:48:32.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-03-18T00:48:32.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40082026-03-18T00:48:32.746Z
40092026-03-18T00:48:32.746Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40102026-03-18T00:48:33.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-03-18T00:48:33.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-03-18T00:48:33.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-03-18T00:48:33.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40142026-03-18T00:48:33.587Z
40152026-03-18T00:48:33.587Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40162026-03-18T00:48:34.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-03-18T00:48:34.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-03-18T00:48:34.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-03-18T00:48:34.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40202026-03-18T00:48:34.746Z
40212026-03-18T00:48:34.746Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40222026-03-18T00:48:35.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-03-18T00:48:35.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-03-18T00:48:35.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-03-18T00:48:35.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40262026-03-18T00:48:35.254Z
40272026-03-18T00:48:35.254Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40282026-03-18T00:48:35.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-03-18T00:48:35.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-03-18T00:48:35.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-03-18T00:48:35.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40322026-03-18T00:48:36.030Z
40332026-03-18T00:48:36.030Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40342026-03-18T00:48:36.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-03-18T00:48:36.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-03-18T00:48:36.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-03-18T00:48:36.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40382026-03-18T00:48:36.793Z
40392026-03-18T00:48:36.793Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40402026-03-18T00:48:37.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-03-18T00:48:37.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-03-18T00:48:37.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-03-18T00:48:37.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40442026-03-18T00:48:37.603Z
40452026-03-18T00:48:37.603Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40462026-03-18T00:48:38.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-03-18T00:48:38.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-03-18T00:48:38.418Z Checking erased-serde v0.4.9
40492026-03-18T00:48:38.543Z Checking ordered-float v2.10.1
40502026-03-18T00:48:38.566Z Checking unicode-xid v0.2.6
40512026-03-18T00:48:38.591Z Checking cargo-platform v0.2.0
40522026-03-18T00:48:38.829Z Checking serde-value v0.7.0
40532026-03-18T00:48:38.989Z Checking serde-untagged v0.1.9
40542026-03-18T00:48:39.200Z Checking cargo-util-schemas v0.8.2
40552026-03-18T00:48:40.195Z Checking cargo_metadata v0.21.0
40562026-03-18T00:48:41.047Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40572026-03-18T00:48:41.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
40582026-03-18T00:48:42.161Z
40592026-03-18T00:48:42.161Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40602026-03-18T00:48:42.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-18T00:48:42.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-18T00:48:43.157Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40632026-03-18T00:48:43.917Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40642026-03-18T00:48:44.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
40652026-03-18T00:48:44.780Z
40662026-03-18T00:48:44.780Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40672026-03-18T00:48:45.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-18T00:48:45.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-18T00:48:45.972Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40702026-03-18T00:48:45.975Z Compiling vergen-gitcl v1.0.8
40712026-03-18T00:48:45.975Z Compiling dirs-sys-next v0.1.2
40722026-03-18T00:48:45.975Z Compiling diesel_derives v2.3.7
40732026-03-18T00:48:45.975Z Compiling glob v0.3.3
40742026-03-18T00:48:46.127Z Compiling crunchy v0.2.4
40752026-03-18T00:48:46.193Z Compiling dsl_auto_type v0.2.0
40762026-03-18T00:48:46.196Z Checking scheduled-thread-pool v0.2.7
40772026-03-18T00:48:46.391Z Compiling dirs-next v2.0.0
40782026-03-18T00:48:46.429Z Compiling diesel_table_macro_syntax v0.3.0
40792026-03-18T00:48:46.455Z Compiling tiny-keccak v2.0.2
40802026-03-18T00:48:46.538Z Compiling term v0.7.0
40812026-03-18T00:48:46.641Z Compiling clang-sys v1.8.1
40822026-03-18T00:48:46.664Z Checking r2d2 v0.8.10
40832026-03-18T00:48:46.707Z Checking downcast-rs v2.0.2
40842026-03-18T00:48:46.733Z Compiling bit-vec v0.6.3
40852026-03-18T00:48:46.897Z Compiling ascii-canvas v3.0.0
40862026-03-18T00:48:47.015Z Compiling bit-set v0.5.3
40872026-03-18T00:48:47.116Z Compiling itertools v0.10.5
40882026-03-18T00:48:47.207Z Compiling ena v0.14.4
40892026-03-18T00:48:47.227Z Compiling libloading v0.8.9
40902026-03-18T00:48:47.247Z Compiling diff v0.1.13
40912026-03-18T00:48:47.286Z Compiling regex-syntax v0.6.29
40922026-03-18T00:48:47.368Z Compiling bindgen v0.71.1
40932026-03-18T00:48:47.489Z Compiling cexpr v0.6.0
40942026-03-18T00:48:47.586Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40952026-03-18T00:48:47.820Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40962026-03-18T00:48:47.945Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40972026-03-18T00:48:48.007Z Compiling libxml v0.3.3
40982026-03-18T00:48:48.294Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40992026-03-18T00:48:48.456Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41002026-03-18T00:48:48.574Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41012026-03-18T00:48:48.686Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41022026-03-18T00:48:48.706Z Compiling strum_macros v0.24.3
41032026-03-18T00:48:48.802Z Compiling indoc v1.0.9
41042026-03-18T00:48:49.362Z Compiling lalrpop v0.19.12
41052026-03-18T00:48:50.155Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41062026-03-18T00:48:50.195Z Checking derive_builder v0.20.2
41072026-03-18T00:48:50.336Z Compiling oso-derive v0.27.3
41082026-03-18T00:48:50.391Z Checking quick-xml v0.37.5
41092026-03-18T00:48:50.518Z Compiling impl-trait-for-tuples v0.2.3
41102026-03-18T00:48:50.949Z Checking openssl-probe v0.1.6
41112026-03-18T00:48:51.120Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41122026-03-18T00:48:51.580Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41132026-03-18T00:48:51.815Z Checking bb8 v0.8.6
41142026-03-18T00:48:52.247Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41152026-03-18T00:48:52.247Z Checking nonempty v0.12.0
41162026-03-18T00:48:52.373Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41172026-03-18T00:48:52.392Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41182026-03-18T00:48:52.657Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41192026-03-18T00:48:52.676Z Checking support-bundle-viewer v0.1.2
41202026-03-18T00:48:52.694Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41212026-03-18T00:48:52.885Z Checking multimap v0.10.1
41222026-03-18T00:48:54.012Z Checking diesel v2.3.7
41232026-03-18T00:48:55.658Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41242026-03-18T00:48:56.974Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41252026-03-18T00:48:57.660Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41262026-03-18T00:48:57.729Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41272026-03-18T00:48:59.070Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41282026-03-18T00:48:59.284Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41292026-03-18T00:48:59.673Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41302026-03-18T00:49:00.177Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41312026-03-18T00:49:02.749Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41322026-03-18T00:49:08.503Z Compiling samael v0.0.19
41332026-03-18T00:49:14.366Z Checking diesel-dtrace v0.5.0
41342026-03-18T00:49:14.420Z Checking async-bb8-diesel v0.2.1
41352026-03-18T00:49:16.146Z Compiling polar-core v0.27.3
41362026-03-18T00:49:21.969Z Checking oso v0.27.3
41372026-03-18T00:50:16.583Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41382026-03-18T00:51:03.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41392026-03-18T00:51:03.315Z
41402026-03-18T00:51:03.315Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41412026-03-18T00:51:04.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-03-18T00:51:04.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-03-18T00:51:04.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-03-18T00:51:04.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41452026-03-18T00:51:04.192Z
41462026-03-18T00:51:04.192Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41472026-03-18T00:51:04.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-03-18T00:51:04.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-03-18T00:51:04.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-03-18T00:51:04.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41512026-03-18T00:51:05.063Z
41522026-03-18T00:51:05.063Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41532026-03-18T00:51:05.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-03-18T00:51:05.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-03-18T00:51:05.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-03-18T00:51:05.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41572026-03-18T00:51:05.834Z
41582026-03-18T00:51:05.834Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41592026-03-18T00:51:06.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-03-18T00:51:06.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-03-18T00:51:07.007Z Compiling libz-sys v1.1.24
41622026-03-18T00:51:07.163Z Compiling libgit2-sys v0.18.3+1.9.2
41632026-03-18T00:51:07.180Z Compiling vergen-git2 v1.0.7
41642026-03-18T00:51:07.195Z Compiling rustls v0.21.12
41652026-03-18T00:51:07.213Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41662026-03-18T00:51:07.231Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41672026-03-18T00:51:07.234Z Checking rustls-webpki v0.101.7
41682026-03-18T00:51:07.234Z Checking sct v0.7.1
41692026-03-18T00:51:07.437Z Compiling nix v0.29.0
41702026-03-18T00:51:07.460Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41712026-03-18T00:51:07.497Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41722026-03-18T00:51:07.524Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41732026-03-18T00:51:07.667Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41742026-03-18T00:51:07.836Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41752026-03-18T00:51:07.857Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41762026-03-18T00:51:07.916Z Checking rustls-pemfile v1.0.4
41772026-03-18T00:51:08.079Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-03-18T00:51:08.248Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41792026-03-18T00:51:08.452Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41802026-03-18T00:51:08.479Z Checking twox-hash v2.1.2
41812026-03-18T00:51:08.605Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41822026-03-18T00:51:09.337Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-03-18T00:51:09.432Z Checking tokio-rustls v0.24.1
41842026-03-18T00:51:09.453Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41852026-03-18T00:51:09.615Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-03-18T00:51:09.680Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41872026-03-18T00:51:09.853Z Checking fatfs v0.3.6
41882026-03-18T00:51:10.284Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41892026-03-18T00:51:10.436Z Compiling seq-macro v0.3.6
41902026-03-18T00:51:15.227Z Compiling git2 v0.20.4
41912026-03-18T00:51:16.276Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41922026-03-18T00:51:16.433Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41932026-03-18T00:51:18.462Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41942026-03-18T00:52:26.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
41952026-03-18T00:52:27.151Z
41962026-03-18T00:52:27.151Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41972026-03-18T00:52:31.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-18T00:52:31.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-18T00:52:31.290Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42002026-03-18T00:53:27.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42012026-03-18T00:53:27.823Z
42022026-03-18T00:53:27.824Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42032026-03-18T00:53:28.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-18T00:53:28.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-18T00:53:28.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-18T00:53:28.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42072026-03-18T00:53:28.600Z
42082026-03-18T00:53:28.600Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42092026-03-18T00:53:29.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-18T00:53:29.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-18T00:53:29.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-18T00:53:29.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42132026-03-18T00:53:29.466Z
42142026-03-18T00:53:29.466Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42152026-03-18T00:53:30.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-18T00:53:30.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-18T00:53:30.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-03-18T00:53:30.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42192026-03-18T00:53:30.313Z
42202026-03-18T00:53:30.313Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42212026-03-18T00:53:31.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-03-18T00:53:31.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-03-18T00:53:31.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-03-18T00:53:31.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42252026-03-18T00:53:31.167Z
42262026-03-18T00:53:31.167Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42272026-03-18T00:53:31.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-03-18T00:53:31.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-03-18T00:53:31.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-03-18T00:53:31.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42312026-03-18T00:53:32.025Z
42322026-03-18T00:53:32.025Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42332026-03-18T00:53:32.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-03-18T00:53:32.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-03-18T00:53:32.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-03-18T00:53:32.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42372026-03-18T00:53:32.885Z
42382026-03-18T00:53:32.885Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42392026-03-18T00:53:33.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-03-18T00:53:33.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-03-18T00:53:34.106Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42422026-03-18T00:53:34.109Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42432026-03-18T00:53:34.294Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42442026-03-18T00:53:34.317Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42452026-03-18T00:53:34.320Z Checking diff v0.1.13
42462026-03-18T00:53:34.320Z Checking yansi v1.0.1
42472026-03-18T00:53:34.355Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42482026-03-18T00:53:34.374Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42492026-03-18T00:53:34.497Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42502026-03-18T00:53:34.688Z Checking pretty_assertions v1.4.1
42512026-03-18T00:53:35.521Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42522026-03-18T00:54:07.983Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42532026-03-18T00:54:07.986Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-03-18T00:54:07.986Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42552026-03-18T00:54:07.986Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42562026-03-18T00:54:07.986Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42572026-03-18T00:54:07.986Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42582026-03-18T00:54:08.908Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42592026-03-18T00:54:10.316Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-03-18T00:55:09.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42612026-03-18T00:55:10.064Z
42622026-03-18T00:55:10.064Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42632026-03-18T00:55:10.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-03-18T00:55:10.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-03-18T00:55:10.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-03-18T00:55:10.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42672026-03-18T00:55:10.833Z
42682026-03-18T00:55:10.833Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42692026-03-18T00:55:11.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-03-18T00:55:11.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-03-18T00:55:11.889Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42722026-03-18T00:55:12.034Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42732026-03-18T00:55:12.037Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42742026-03-18T00:55:49.301Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42752026-03-18T00:55:49.795Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42762026-03-18T00:55:52.150Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42772026-03-18T00:55:52.721Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42782026-03-18T00:55:56.773Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42792026-03-18T00:56:28.904Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42802026-03-18T00:56:29.727Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42812026-03-18T00:56:31.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
42822026-03-18T00:56:32.103Z
42832026-03-18T00:56:32.103Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42842026-03-18T00:56:32.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-18T00:56:32.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-18T00:56:33.068Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42872026-03-18T00:56:33.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42882026-03-18T00:56:34.180Z
42892026-03-18T00:56:34.180Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42902026-03-18T00:56:34.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-18T00:56:34.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-18T00:56:35.051Z Compiling blake3 v1.8.3
42932026-03-18T00:56:35.181Z Checking arrayref v0.3.9
42942026-03-18T00:56:35.184Z Checking constant_time_eq v0.4.2
42952026-03-18T00:56:35.184Z Checking arrayvec v0.7.6
42962026-03-18T00:56:35.215Z Checking topological-sort v0.2.2
42972026-03-18T00:56:35.217Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42982026-03-18T00:56:35.217Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42992026-03-18T00:56:35.217Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43002026-03-18T00:56:35.319Z Checking shell-words v1.1.1
43012026-03-18T00:56:36.184Z Checking omicron-zone-package v0.12.2
43022026-03-18T00:56:37.181Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43032026-03-18T00:56:38.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
43042026-03-18T00:56:38.487Z
43052026-03-18T00:56:38.487Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43062026-03-18T00:56:39.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-03-18T00:56:39.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-03-18T00:56:39.355Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43092026-03-18T00:56:39.740Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43102026-03-18T00:56:40.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
43112026-03-18T00:56:40.471Z
43122026-03-18T00:56:40.471Zinfo: running `cargo check --bins` on xtask (241/257)
43132026-03-18T00:56:41.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-03-18T00:56:41.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-03-18T00:56:41.071Z Checking libc v0.2.180
43162026-03-18T00:56:41.167Z Checking serde v1.0.228
43172026-03-18T00:56:41.175Z Checking zerofrom v0.1.6
43182026-03-18T00:56:41.180Z Checking bitflags v2.11.0
43192026-03-18T00:56:41.189Z Checking smallvec v1.15.1
43202026-03-18T00:56:41.191Z Checking hashbrown v0.16.1
43212026-03-18T00:56:41.211Z Checking serde_json v1.0.149
43222026-03-18T00:56:41.214Z Checking scroll v0.12.0
43232026-03-18T00:56:41.302Z Checking yoke v0.8.1
43242026-03-18T00:56:41.366Z Checking num-traits v0.2.19
43252026-03-18T00:56:41.412Z Checking thiserror v1.0.69
43262026-03-18T00:56:41.515Z Checking zerovec v0.11.5
43272026-03-18T00:56:41.515Z Checking zerotrie v0.2.3
43282026-03-18T00:56:41.541Z Checking percent-encoding v2.3.2
43292026-03-18T00:56:41.584Z Checking errno v0.3.14
43302026-03-18T00:56:41.724Z Checking rustix v1.1.3
43312026-03-18T00:56:41.727Z Checking toml_datetime v0.6.11
43322026-03-18T00:56:41.750Z Checking serde_spanned v0.6.9
43332026-03-18T00:56:41.815Z Checking indexmap v2.13.0
43342026-03-18T00:56:41.834Z Checking log v0.4.29
43352026-03-18T00:56:41.896Z Checking zerocopy v0.7.35
43362026-03-18T00:56:41.963Z Checking form_urlencoded v1.2.2
43372026-03-18T00:56:42.024Z Checking goblin v0.8.2
43382026-03-18T00:56:42.077Z Checking getrandom v0.4.1
43392026-03-18T00:56:42.119Z Checking thiserror v2.0.18
43402026-03-18T00:56:42.135Z Checking tinystr v0.8.2
43412026-03-18T00:56:42.152Z Checking potential_utf v0.1.4
43422026-03-18T00:56:42.237Z Checking ordered-float v2.10.1
43432026-03-18T00:56:42.251Z Checking syn v2.0.117
43442026-03-18T00:56:42.309Z Checking icu_collections v2.1.1
43452026-03-18T00:56:42.362Z Checking icu_locale_core v2.1.1
43462026-03-18T00:56:42.547Z Checking serde-value v0.7.0
43472026-03-18T00:56:42.561Z Checking toml_edit v0.22.27
43482026-03-18T00:56:42.588Z Checking dtrace-parser v0.2.0
43492026-03-18T00:56:42.704Z Checking thread-id v4.2.2
43502026-03-18T00:56:42.804Z Checking once_cell v1.21.3
43512026-03-18T00:56:42.819Z Checking cargo-platform v0.2.0
43522026-03-18T00:56:42.854Z Checking terminal_size v0.4.3
43532026-03-18T00:56:42.894Z Checking memmap v0.7.0
43542026-03-18T00:56:42.992Z Checking clap_builder v4.5.60
43552026-03-18T00:56:43.025Z Checking tempfile v3.25.0
43562026-03-18T00:56:43.039Z Checking textwrap v0.16.2
43572026-03-18T00:56:43.052Z Checking fs-err v3.3.0
43582026-03-18T00:56:43.142Z Checking icu_provider v2.1.1
43592026-03-18T00:56:43.268Z Checking camino-tempfile v1.4.1
43602026-03-18T00:56:43.282Z Checking anyhow v1.0.102
43612026-03-18T00:56:43.301Z Checking tabled v0.15.0
43622026-03-18T00:56:43.447Z Checking icu_properties v2.1.2
43632026-03-18T00:56:43.463Z Checking icu_normalizer v2.1.1
43642026-03-18T00:56:43.527Z Checking macaddr v1.0.1
43652026-03-18T00:56:43.752Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43662026-03-18T00:56:44.031Z Checking toml v0.8.23
43672026-03-18T00:56:44.448Z Checking cargo_toml v0.21.0
43682026-03-18T00:56:44.574Z Checking idna_adapter v1.2.1
43692026-03-18T00:56:44.608Z Checking dof v0.3.0
43702026-03-18T00:56:44.629Z Checking clap v4.5.60
43712026-03-18T00:56:44.718Z Checking idna v1.1.0
43722026-03-18T00:56:44.949Z Checking usdt-impl v0.5.0
43732026-03-18T00:56:45.002Z Checking url v2.5.8
43742026-03-18T00:56:45.271Z Checking usdt v0.5.0
43752026-03-18T00:56:45.471Z Checking cargo-util-schemas v0.8.2
43762026-03-18T00:56:46.466Z Checking cargo_metadata v0.21.0
43772026-03-18T00:56:47.334Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43782026-03-18T00:56:47.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.42s
43792026-03-18T00:56:48.039Z
43802026-03-18T00:56:48.040Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43812026-03-18T00:56:48.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-03-18T00:56:48.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-03-18T00:56:49.136Z Checking polyval v0.6.2
43842026-03-18T00:56:49.284Z Checking ctr v0.9.2
43852026-03-18T00:56:49.302Z Checking ssh-encoding v0.2.0
43862026-03-18T00:56:49.305Z Checking blowfish v0.9.1
43872026-03-18T00:56:49.337Z Checking password-hash v0.4.2
43882026-03-18T00:56:49.358Z Checking p256 v0.13.2
43892026-03-18T00:56:49.361Z Checking p521 v0.13.3
43902026-03-18T00:56:49.396Z Checking russh-cryptovec v0.7.3
43912026-03-18T00:56:49.458Z Checking ghash v0.5.1
43922026-03-18T00:56:49.480Z Checking md5 v0.7.0
43932026-03-18T00:56:49.498Z Checking bcrypt-pbkdf v0.10.0
43942026-03-18T00:56:49.532Z Checking num-bigint v0.4.6
43952026-03-18T00:56:49.555Z Checking des v0.8.1
43962026-03-18T00:56:49.600Z Checking aes-gcm v0.10.3
43972026-03-18T00:56:49.619Z Checking pbkdf2 v0.11.0
43982026-03-18T00:56:49.687Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43992026-03-18T00:56:49.687Z Checking hex-literal v0.4.1
44002026-03-18T00:56:49.725Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44012026-03-18T00:56:49.745Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44022026-03-18T00:56:49.782Z Checking ssh-cipher v0.2.0
44032026-03-18T00:56:49.818Z Checking socket2 v0.5.10
44042026-03-18T00:56:49.837Z Checking internet-checksum v0.2.1
44052026-03-18T00:56:49.991Z Checking ssh-key v0.6.7
44062026-03-18T00:56:50.189Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44072026-03-18T00:56:50.862Z Checking russh-keys v0.45.0
44082026-03-18T00:56:51.595Z Checking russh v0.45.0
44092026-03-18T00:57:13.146Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44102026-03-18T00:57:14.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.58s
44112026-03-18T00:57:14.894Z
44122026-03-18T00:57:14.894Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44132026-03-18T00:57:15.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-03-18T00:57:15.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-03-18T00:57:15.758Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44162026-03-18T00:57:15.887Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44172026-03-18T00:57:15.900Z Checking termios v0.3.3
44182026-03-18T00:57:17.596Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44192026-03-18T00:57:17.774Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44202026-03-18T00:57:20.415Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44212026-03-18T00:57:21.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
44222026-03-18T00:57:21.367Z
44232026-03-18T00:57:21.367Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44242026-03-18T00:57:22.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-03-18T00:57:22.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-03-18T00:57:22.306Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44272026-03-18T00:57:22.442Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44282026-03-18T00:57:22.475Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44292026-03-18T00:57:22.478Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44302026-03-18T00:57:22.481Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44312026-03-18T00:57:22.735Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44322026-03-18T00:57:22.735Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44332026-03-18T00:57:23.666Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44342026-03-18T00:57:23.947Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44352026-03-18T00:57:23.950Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44362026-03-18T00:57:24.799Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44372026-03-18T00:57:26.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
44382026-03-18T00:57:27.135Z
44392026-03-18T00:57:27.135Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44402026-03-18T00:57:27.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-03-18T00:57:27.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-03-18T00:57:28.065Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44432026-03-18T00:57:28.550Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44442026-03-18T00:57:28.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
44452026-03-18T00:57:29.176Z
44462026-03-18T00:57:29.176Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44472026-03-18T00:57:29.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-03-18T00:57:29.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-03-18T00:57:29.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-03-18T00:57:29.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44512026-03-18T00:57:29.938Z
44522026-03-18T00:57:29.938Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44532026-03-18T00:57:30.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-03-18T00:57:30.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-03-18T00:57:30.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-03-18T00:57:30.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44572026-03-18T00:57:30.706Z
44582026-03-18T00:57:30.706Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44592026-03-18T00:57:31.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-03-18T00:57:31.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-03-18T00:57:31.705Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44622026-03-18T00:57:32.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
44632026-03-18T00:57:32.687Z
44642026-03-18T00:57:32.687Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44652026-03-18T00:57:33.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-03-18T00:57:33.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-03-18T00:57:33.547Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44682026-03-18T00:57:33.550Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44692026-03-18T00:57:33.850Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44702026-03-18T00:57:33.853Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44712026-03-18T00:57:34.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
44722026-03-18T00:57:35.047Z
44732026-03-18T00:57:35.047Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44742026-03-18T00:57:35.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-03-18T00:57:35.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-03-18T00:57:35.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-03-18T00:57:35.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44782026-03-18T00:57:35.818Z
44792026-03-18T00:57:35.818Zinfo: running `cargo check --bins` on omicron-package (251/257)
44802026-03-18T00:57:36.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-03-18T00:57:36.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-03-18T00:57:36.712Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44832026-03-18T00:57:38.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
44842026-03-18T00:57:38.320Z
44852026-03-18T00:57:38.320Zinfo: running `cargo check --bins` on tqdb (252/257)
44862026-03-18T00:57:39.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-03-18T00:57:39.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-03-18T00:57:39.373Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44892026-03-18T00:57:39.813Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44902026-03-18T00:57:40.520Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44912026-03-18T00:57:40.523Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44922026-03-18T00:57:47.198Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44932026-03-18T00:57:48.111Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44942026-03-18T00:57:48.113Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44952026-03-18T00:57:48.114Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44962026-03-18T00:57:48.114Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44972026-03-18T00:57:49.128Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44982026-03-18T00:57:58.482Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44992026-03-18T00:58:06.675Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45002026-03-18T00:58:06.691Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45012026-03-18T00:58:06.694Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45022026-03-18T00:58:06.695Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45032026-03-18T00:58:08.556Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45042026-03-18T00:58:13.075Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45052026-03-18T00:58:13.132Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45062026-03-18T00:58:13.132Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45072026-03-18T00:58:13.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.36s
45082026-03-18T00:58:13.945Z
45092026-03-18T00:58:13.945Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45102026-03-18T00:58:14.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-03-18T00:58:14.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-03-18T00:58:14.896Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45132026-03-18T00:58:14.903Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45142026-03-18T00:58:15.056Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45152026-03-18T00:58:15.116Z Checking rtoolbox v0.0.3
45162026-03-18T00:58:15.120Z Checking tui-tree-widget v0.23.1
45172026-03-18T00:58:15.255Z Checking rpassword v7.4.0
45182026-03-18T00:58:15.346Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45192026-03-18T00:58:16.308Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45202026-03-18T00:58:22.935Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45212026-03-18T00:58:23.846Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45222026-03-18T00:58:25.234Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45232026-03-18T00:58:29.386Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45242026-03-18T00:58:31.908Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45252026-03-18T00:58:33.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s
45262026-03-18T00:58:33.353Z
45272026-03-18T00:58:33.353Zinfo: running `cargo check --bins` on wicket (254/257)
45282026-03-18T00:58:33.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-03-18T00:58:34.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-03-18T00:58:34.199Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45312026-03-18T00:58:34.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45322026-03-18T00:58:34.862Z
45332026-03-18T00:58:34.862Zinfo: running `cargo check --bins` on wicketd (255/257)
45342026-03-18T00:58:39.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-03-18T00:58:39.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-03-18T00:58:39.046Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45372026-03-18T00:58:39.046Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45382026-03-18T00:58:39.046Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45392026-03-18T00:58:39.046Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45402026-03-18T00:58:39.046Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45412026-03-18T00:58:39.046Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45422026-03-18T00:58:42.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.30s
45432026-03-18T00:58:42.447Z
45442026-03-18T00:58:42.447Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45452026-03-18T00:58:43.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-03-18T00:58:43.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-03-18T00:58:43.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-03-18T00:58:43.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
45492026-03-18T00:58:43.207Z
45502026-03-18T00:58:43.207Zinfo: running `cargo check --bins` on zone-setup (257/257)
45512026-03-18T00:58:43.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-03-18T00:58:43.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-03-18T00:58:44.073Z Checking uzers v0.12.2
45542026-03-18T00:58:44.412Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45552026-03-18T00:58:45.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
45562026-03-18T00:58:45.586Z
45572026-03-18T00:58:45.590Zreal 18:59.257554510
45582026-03-18T00:58:45.590Zuser 28:19.194639302
45592026-03-18T00:58:45.590Zsys 5:08.542047524
45602026-03-18T00:58:45.590Ztrap 0.479294876
45612026-03-18T00:58:45.590Ztflt 0.352800640
45622026-03-18T00:58:45.590Zdflt 0.673179143
45632026-03-18T00:58:45.590Zkflt 0.000817830
45642026-03-18T00:58:45.590Zlock 1:47:07.010123436
45652026-03-18T00:58:45.590Zslp 2:12:54.926231561
45662026-03-18T00:58:45.590Zlat 1:24.418959832
45672026-03-18T00:58:45.590Zstop 5:17.771554786
45682026-03-18T00:58:45.590Zprocess exited: duration 1374753 ms, exit code 0
 
45692026-03-18T00:58:45.598Zfound 0 output files