01KQ7479K2HK0VRCKE4MPZHZ1T: 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: 01KQ747KQ3246Y1QMK7SEA8SC1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-27T09:28:11.467Zjob assigned to worker 01KQ747SRT717CV1GTY39JTQVB [factory aws, i-0efc660084117cf6a] (queued for 47 s)
 
22026-04-27T09:28:18.526Zstarting task 0: "setup"
32026-04-27T09:28:18.531Z++ uname -s
42026-04-27T09:28:18.533Z+ kern=SunOS
52026-04-27T09:28:18.533Z+ build_user=build
62026-04-27T09:28:18.533Z+ build_uid=12345
72026-04-27T09:28:18.534Z+ work_dir=/work
82026-04-27T09:28:18.534Z+ input_dir=/input
92026-04-27T09:28:18.534Z+ [[ 0 == 12345 ]]
102026-04-27T09:28:18.534Z+ case "$kern" in
112026-04-27T09:28:18.534Z+ groupadd -g 12345 build
122026-04-27T09:28:18.536Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-27T09:28:20.541Z+ zfs create -o mountpoint=/work rpool/work
142026-04-27T09:28:20.659Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-27T09:28:20.662Z+ home_fs=zfs
162026-04-27T09:28:20.662Z+ [[ zfs == autofs ]]
172026-04-27T09:28:20.662Z+ mkdir -p /home/build
182026-04-27T09:28:20.662Z+ chown build:build /home/build /work
192026-04-27T09:28:22.664Z+ chmod 0700 /home/build /work
202026-04-27T09:28:22.666Zprocess exited: duration 4142 ms, exit code 0
 
212026-04-27T09:28:22.672Zstarting task 1: "rust-toolchain"
222026-04-27T09:28:22.676Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-27T09:28:22.676Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-27T09:28:22.676Z * rust toolchain channel = "1.94.0"
252026-04-27T09:28:22.677Z * rust toolchain profile = "default"
262026-04-27T09:28:22.680Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-27T09:28:22.680Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-27T09:28:22.680Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-27T09:28:22.680Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-27T09:28:22.838Zinfo: downloading installer
312026-04-27T09:28:24.192Zwarn: It looks like you have an existing installation of Rust at:
322026-04-27T09:28:24.192Zwarn: /opt/ooce/bin
332026-04-27T09:28:24.192Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-27T09:28:24.192Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-27T09:28:24.192Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-27T09:28:24.192Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-27T09:28:24.192Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-27T09:28:24.192Zerror: cannot install while Rust is installed
392026-04-27T09:28:24.192Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-27T09:28:24.192Zwarn: It looks like you have an existing rustup settings file at:
412026-04-27T09:28:24.192Zwarn: /home/build/.rustup/settings.toml
422026-04-27T09:28:24.192Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-27T09:28:24.192Zwarn: instead of the one inferred from the default host triple.
442026-04-27T09:28:24.205Zinfo: profile set to default
452026-04-27T09:28:24.205Zinfo: default host triple is x86_64-unknown-illumos
462026-04-27T09:28:24.208Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-27T09:28:24.339Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-27T09:28:24.342Zinfo: downloading 6 components
492026-04-27T09:28:38.408Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-27T09:28:38.408Z
512026-04-27T09:28:38.435Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-27T09:28:38.435Z
532026-04-27T09:28:38.435Z
542026-04-27T09:28:38.435ZRust is installed now. Great!
552026-04-27T09:28:38.435Z
562026-04-27T09:28:38.438ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-27T09:28:38.438Zenvironment variable. This has not been done automatically.
582026-04-27T09:28:38.438Z
592026-04-27T09:28:38.438ZTo configure your current shell, you need to source
602026-04-27T09:28:38.438Zthe corresponding env file under $HOME/.cargo.
612026-04-27T09:28:38.439Z
622026-04-27T09:28:38.439ZThis is usually done by running one of the following (note the leading DOT):
632026-04-27T09:28:38.439Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-27T09:28:38.439Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-27T09:28:38.439Zsource "~/.cargo/env.nu" # For nushell
662026-04-27T09:28:38.439Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-27T09:28:38.439Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-27T09:28:38.439Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-27T09:28:38.439Zwarn: no default linker (`cc`) was found in your PATH
702026-04-27T09:28:38.439Zwarn: many Rust crates require a system C toolchain to build
712026-04-27T09:28:38.524Z+ rustup --version
722026-04-27T09:28:38.539Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-27T09:28:38.542Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-27T09:28:38.555Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-27T09:28:38.558Z+ cargo --version
762026-04-27T09:28:38.572Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-27T09:28:38.575Z+ rustc --version
782026-04-27T09:28:38.593Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-27T09:28:38.596Zprocess exited: duration 15922 ms, exit code 0
 
802026-04-27T09:28:38.602Zstarting task 2: "authentication"
812026-04-27T09:28:38.618Zprocess exited: duration 15 ms, exit code 0
 
822026-04-27T09:28:38.623Zstarting task 3: "clone repository"
832026-04-27T09:28:38.628Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-27T09:28:38.631Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-27T09:28:38.659ZCloning into '/work/oxidecomputer/omicron'...
862026-04-27T09:28:47.342Z+ cd /work/oxidecomputer/omicron
872026-04-27T09:28:47.342Z+ git fetch origin ae201928dd6aa9ea079394345bef91adb60cf428
882026-04-27T09:28:47.624ZFrom https://github.com/oxidecomputer/omicron
892026-04-27T09:28:47.624Z * branch ae201928dd6aa9ea079394345bef91adb60cf428 -> FETCH_HEAD
902026-04-27T09:28:47.635Z+ [[ -n renovate/lock-file-maintenance ]]
912026-04-27T09:28:47.638Z++ git branch --show-current
922026-04-27T09:28:47.638Z+ current=main
932026-04-27T09:28:47.638Z+ [[ main != renovate/lock-file-maintenance ]]
942026-04-27T09:28:47.638Z+ git branch -f renovate/lock-file-maintenance ae201928dd6aa9ea079394345bef91adb60cf428
952026-04-27T09:28:47.641Z+ git checkout -f renovate/lock-file-maintenance
962026-04-27T09:28:47.875ZSwitched to branch 'renovate/lock-file-maintenance'
972026-04-27T09:28:47.878Z+ git reset --hard ae201928dd6aa9ea079394345bef91adb60cf428
982026-04-27T09:28:47.891ZHEAD is now at ae201928d Lock file maintenance
992026-04-27T09:28:47.894Zprocess exited: duration 9267 ms, exit code 0
 
1002026-04-27T09:28:47.900Zstarting task 4: "build"
1012026-04-27T09:28:47.905Z+ source .github/buildomat/ci-env.sh
1022026-04-27T09:28:47.908Z++ export CARGO_TERM_COLOR=always
1032026-04-27T09:28:47.908Z++ CARGO_TERM_COLOR=always
1042026-04-27T09:28:47.908Z+ cargo --version
1052026-04-27T09:28:47.915Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-27T09:28:47.918Z+ rustc --version
1072026-04-27T09:28:47.938Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-27T09:28:47.941Z+ source ./env.sh
1092026-04-27T09:28:47.941Z++ OLD_SHELL_OPTS=ehxB
1102026-04-27T09:28:47.941Z++ set -o xtrace
1112026-04-27T09:28:47.945Z++++ dirname ./env.sh
1122026-04-27T09:28:47.945Z+++ readlink -f .
1132026-04-27T09:28:47.948Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-27T09:28:47.948Z++ 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-04-27T09:28:47.948Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-27T09:28:47.948Z++ 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-04-27T09:28:47.948Z++ 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-04-27T09:28:47.949Z++ 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-04-27T09:28:47.949Z++ 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-04-27T09:28:47.949Z++ 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-04-27T09:28:47.949Z++ 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-04-27T09:28:47.949Z++ case $OLD_SHELL_OPTS in
1232026-04-27T09:28:47.949Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-27T09:28:47.949Z+ 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-04-27T09:28:47.949Z+ 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-04-27T09:28:47.949Z+ banner prerequisites
1272026-04-27T09:28:47.952Z
1282026-04-27T09:28:47.952Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-27T09:28:47.952Z # # # # # # # # # # # # # # #
1302026-04-27T09:28:47.952Z # # # # ##### # # ##### # # # # # #### #
1312026-04-27T09:28:47.952Z ##### ##### # ##### # # # # # # # # #
1322026-04-27T09:28:47.952Z # # # # # # # # # # # # # # #
1332026-04-27T09:28:47.952Z # # # ###### # # ###### ### # #### # #### #
1342026-04-27T09:28:47.952Z
1352026-04-27T09:28:47.952Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-27T09:28:58.368Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-27T09:29:05.788Z Startup: Caching catalogs ... Done
1382026-04-27T09:29:12.348ZPlanning: Solver setup ... Done (5.032s)
1392026-04-27T09:29:12.381ZPlanning: Running solver ... Done (0.035s)
1402026-04-27T09:29:12.516ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-27T09:29:12.529ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-27T09:29:12.648ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-27T09:29:12.685ZPlanning: Package planning ... Done (0.037s)
1442026-04-27T09:29:12.721ZPlanning: Merging actions ... Done (0.035s)
1452026-04-27T09:29:12.903ZPlanning: Checking for conflicting actions ... Done (0.182s)
1462026-04-27T09:29:12.912ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-27T09:29:13.697ZPlanning: Evaluating mediators ... Done (0.782s)
1482026-04-27T09:29:13.702ZPlanning: Planning completed in 7.75 seconds
1492026-04-27T09:29:13.713Z Packages to install: 5
1502026-04-27T09:29:13.713Z Mediators to change: 3
1512026-04-27T09:29:13.713Z Services to change: 1
1522026-04-27T09:29:13.716Z Estimated space available: 155.35 GB
1532026-04-27T09:29:13.716ZEstimated space to be consumed: 1.89 GB
1542026-04-27T09:29:13.716Z Create boot environment: No
1552026-04-27T09:29:13.716ZCreate backup boot environment: No
1562026-04-27T09:29:13.716Z Rebuild boot archive: No
1572026-04-27T09:29:13.716Z
1582026-04-27T09:29:13.716ZChanged mediators:
1592026-04-27T09:29:13.716Z mediator clang:
1602026-04-27T09:29:13.716Z version: None -> 15 (system default)
1612026-04-27T09:29:13.716Z
1622026-04-27T09:29:13.716Z mediator llvm:
1632026-04-27T09:29:13.716Z version: 14 (system default) -> 15 (system default)
1642026-04-27T09:29:13.716Z
1652026-04-27T09:29:13.716Z mediator postgresql:
1662026-04-27T09:29:13.717Z version: 15 (system default) -> 18 (system default)
1672026-04-27T09:29:13.717Z
1682026-04-27T09:29:13.717ZChanged packages:
1692026-04-27T09:29:13.717Zhelios-dev
1702026-04-27T09:29:13.717Z developer/build-essential
1712026-04-27T09:29:13.717Z None -> 11-2.0
1722026-04-27T09:29:13.717Z library/libxmlsec1
1732026-04-27T09:29:13.717Z None -> 1.2.35-2.0
1742026-04-27T09:29:13.717Z ooce/developer/clang-15
1752026-04-27T09:29:13.717Z None -> 15.0.7-2.0
1762026-04-27T09:29:13.717Z ooce/developer/llvm-15
1772026-04-27T09:29:13.717Z None -> 15.0.7-2.0
1782026-04-27T09:29:13.717Z ooce/library/postgresql-18
1792026-04-27T09:29:13.718Z None -> 18.1-2.0
1802026-04-27T09:29:13.718Z
1812026-04-27T09:29:13.718ZServices:
1822026-04-27T09:29:13.718Z restart_fmri:
1832026-04-27T09:29:13.718Z svc:/system/update-man-index:default
1842026-04-27T09:29:13.758Z
1852026-04-27T09:29:13.758ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-27T09:29:18.768ZDownload: 1240/4272 items 97.6/219.0MB 44% complete (19.4M/s)
1872026-04-27T09:29:24.431ZDownload: 2219/4272 items 118.4/219.0MB 54% complete (14.9M/s)
1882026-04-27T09:29:35.699ZDownload: 2223/4272 items 119.1/219.0MB 54% complete (8.0M/s)
1892026-04-27T09:29:43.702ZDownload: 3244/4272 items 203.1/219.0MB 92% complete (27.5M/s)
1902026-04-27T09:29:46.748ZDownload: Completed 218.99 MB in 32.99 seconds (6.6M/s)
1912026-04-27T09:29:46.919Z Actions: 1/4789 actions (Installing new actions)
1922026-04-27T09:29:50.268Z Actions: Completed 4789 actions in 3.35 seconds.
1932026-04-27T09:29:50.566Z Done (0.294s)
1942026-04-27T09:29:50.566Z Done (0.000s)
1952026-04-27T09:29:51.301Z Done (0.734s)
1962026-04-27T09:29:54.425Z Done (2.779s)
1972026-04-27T09:29:54.497Z Done (0.013s)
1982026-04-27T09:29:54.499Z Done (0.000s)
1992026-04-27T09:29:54.826Z Done (0.000s)
2002026-04-27T09:29:55.687ZPlanning: Evaluating mediator changes ... Done
2012026-04-27T09:29:55.795ZPlanning: Checking for conflicting actions ... Done
2022026-04-27T09:29:55.798ZPlanning: Consolidating action changes ... Done
2032026-04-27T09:29:55.955ZPlanning: Evaluating mediators ... Done
2042026-04-27T09:29:55.958ZPlanning: Planning completed in 0.27 seconds
2052026-04-27T09:29:55.976Z Mediators to change: 2
2062026-04-27T09:29:55.976Z Create boot environment: No
2072026-04-27T09:29:55.976ZCreate backup boot environment: No
2082026-04-27T09:29:56.097Z Done
2092026-04-27T09:29:56.098Z Done
2102026-04-27T09:29:56.728Z Done
2112026-04-27T09:29:59.228Z Done
2122026-04-27T09:29:59.309Z Done
2132026-04-27T09:29:59.311Z Done
2142026-04-27T09:29:59.460Z Done
2152026-04-27T09:29:59.723ZPlanning: Evaluating mediator changes ... Done
2162026-04-27T09:29:59.830ZPlanning: Checking for conflicting actions ... Done
2172026-04-27T09:29:59.833ZPlanning: Consolidating action changes ... Done
2182026-04-27T09:29:59.987ZPlanning: Evaluating mediators ... Done
2192026-04-27T09:29:59.990ZPlanning: Planning completed in 0.26 seconds
2202026-04-27T09:30:00.007Z Mediators to change: 1
2212026-04-27T09:30:00.007Z Create boot environment: No
2222026-04-27T09:30:00.007ZCreate backup boot environment: No
2232026-04-27T09:30:00.128Z Done
2242026-04-27T09:30:00.128Z Done
2252026-04-27T09:30:00.730Z Done
2262026-04-27T09:30:03.233Z Done
2272026-04-27T09:30:03.313Z Done
2282026-04-27T09:30:03.316Z Done
2292026-04-27T09:30:03.480Z Done
2302026-04-27T09:30:03.773ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-04-27T09:30:03.773Zclang system 15 system
2322026-04-27T09:30:03.773Zcsh system system illumos
2332026-04-27T09:30:03.773Zctags system system illumos
2342026-04-27T09:30:03.773Zfile system system illumos
2352026-04-27T09:30:03.773Zgcc vendor 12 vendor
2362026-04-27T09:30:03.773Zgcc system 14 system
2372026-04-27T09:30:03.773Zgcc system 10 system
2382026-04-27T09:30:03.773Zgo system 1.20 system
2392026-04-27T09:30:03.773Zgo system 1.19 system
2402026-04-27T09:30:03.773Zllvm system 15 system
2412026-04-27T09:30:03.773Zllvm system 14 system
2422026-04-27T09:30:03.773Zmariadb system 10.6 system
2432026-04-27T09:30:03.773Zmta vendor vendor dma
2442026-04-27T09:30:03.773Zopenjdk system 17 system
2452026-04-27T09:30:03.773Zopenjdk system 11 system
2462026-04-27T09:30:03.773Zopenjdk system 1.8 system
2472026-04-27T09:30:03.773Zopenssl vendor 3 vendor
2482026-04-27T09:30:03.773Zperl system 5.36 system
2492026-04-27T09:30:03.774Zpostgresql system 18 system
2502026-04-27T09:30:03.774Zpostgresql system 15 system
2512026-04-27T09:30:03.774Zpostgresql system 13 system
2522026-04-27T09:30:03.774Zpython vendor 3 vendor
2532026-04-27T09:30:03.774Zpython system 2 system
2542026-04-27T09:30:03.774Zpython3 system 3.11 system
2552026-04-27T09:30:03.774Zruby system 3.0 system
2562026-04-27T09:30:03.774Zwords vendor vendor american-english
2572026-04-27T09:30:03.774Zwords system system australian-english
2582026-04-27T09:30:03.774Zwords system system british-english
2592026-04-27T09:30:03.774Zwords system system canadian-english
2602026-04-27T09:30:03.774Zwords system system french
2612026-04-27T09:30:03.774Zwords system system italian
2622026-04-27T09:30:03.774Zwords system system ngerman
2632026-04-27T09:30:03.774Zwords system system ogerman
2642026-04-27T09:30:03.774Zwords system system spanish
2652026-04-27T09:30:03.998ZPUBLISHER TYPE STATUS P LOCATION
2662026-04-27T09:30:03.998Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-04-27T09:30:08.602ZFMRI IFO
2682026-04-27T09:30:08.602Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-04-27T09:30:08.602Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-04-27T09:30:08.603Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-04-27T09:30:08.603Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-04-27T09:30:08.603Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-04-27T09:30:08.603Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-04-27T09:30:08.603Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2752026-04-27T09:30:08.603Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2762026-04-27T09:30:08.603Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-04-27T09:30:08.603Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-04-27T09:30:08.603Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-04-27T09:30:08.603Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-04-27T09:30:08.603Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-04-27T09:30:08.603Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-04-27T09:30:08.603Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-04-27T09:30:08.603Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-04-27T09:30:08.603Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-04-27T09:30:09.749Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-04-27T09:30:09.997Z Updating crates.io index
2872026-04-27T09:30:09.999Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-04-27T09:30:10.475Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-04-27T09:30:10.784Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-04-27T09:30:11.346Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-04-27T09:30:12.111Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-04-27T09:30:12.583Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-04-27T09:30:13.917Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-04-27T09:30:14.677Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-04-27T09:30:15.008Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-04-27T09:30:16.179Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-04-27T09:30:16.560Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-04-27T09:30:16.908Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-04-27T09:30:17.278Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-04-27T09:30:18.255Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-04-27T09:30:18.788Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-04-27T09:30:19.090Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-04-27T09:30:19.311Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-04-27T09:30:19.718Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-04-27T09:30:20.098Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-04-27T09:30:20.318Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-04-27T09:30:20.543Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-04-27T09:30:20.954Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-04-27T09:30:21.436Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-04-27T09:30:21.869Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-04-27T09:30:22.254Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-04-27T09:30:22.563Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-04-27T09:30:23.412Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142026-04-27T09:30:23.917Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-04-27T09:30:24.659Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162026-04-27T09:30:25.108Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172026-04-27T09:30:25.536Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182026-04-27T09:30:25.842Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3192026-04-27T09:30:26.101Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3202026-04-27T09:30:26.643Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212026-04-27T09:30:26.877Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222026-04-27T09:30:27.125Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232026-04-27T09:30:27.379Z Updating git repository `https://github.com/illumos/smf-rs`
3242026-04-27T09:30:27.691Z Updating git repository `https://github.com/oxidecomputer/omicron`
3252026-04-27T09:30:38.683Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3262026-04-27T09:30:40.435Z Downloading crates ...
3272026-04-27T09:30:40.481Z Downloaded cfg-if v1.0.4
3282026-04-27T09:30:40.492Z Downloaded utf8_iter v1.0.4
3292026-04-27T09:30:40.494Z Downloaded cargo_toml v0.21.0
3302026-04-27T09:30:40.494Z Downloaded anstream v1.0.0
3312026-04-27T09:30:40.494Z Downloaded smawk v0.3.2
3322026-04-27T09:30:40.497Z Downloaded clap_lex v1.1.0
3332026-04-27T09:30:40.497Z Downloaded anyhow v1.0.102
3342026-04-27T09:30:40.500Z Downloaded clap_derive v4.6.1
3352026-04-27T09:30:40.503Z Downloaded macaddr v1.0.1
3362026-04-27T09:30:40.503Z Downloaded clap v4.6.1
3372026-04-27T09:30:40.508Z Downloaded unicode-ident v1.0.24
3382026-04-27T09:30:40.511Z Downloaded zerocopy-derive v0.7.35
3392026-04-27T09:30:40.513Z Downloaded clap_builder v4.6.0
3402026-04-27T09:30:40.516Z Downloaded unicode-linebreak v0.1.5
3412026-04-27T09:30:40.516Z Downloaded zerofrom-derive v0.1.7
3422026-04-27T09:30:40.516Z Downloaded toml_datetime v0.6.11
3432026-04-27T09:30:40.519Z Downloaded ordered-float v2.10.1
3442026-04-27T09:30:40.519Z Downloaded yoke-derive v0.8.2
3452026-04-27T09:30:40.519Z Downloaded percent-encoding v2.3.2
3462026-04-27T09:30:40.523Z Downloaded scroll_derive v0.12.1
3472026-04-27T09:30:40.523Z Downloaded autocfg v1.5.0
3482026-04-27T09:30:40.523Z Downloaded usdt-macro v0.5.0
3492026-04-27T09:30:40.523Z Downloaded thread-id v4.2.2
3502026-04-27T09:30:40.526Z Downloaded version_check v0.9.5
3512026-04-27T09:30:40.526Z Downloaded strsim v0.11.1
3522026-04-27T09:30:40.526Z Downloaded utf8parse v0.2.2
3532026-04-27T09:30:40.526Z Downloaded smallvec v1.15.1
3542026-04-27T09:30:40.529Z Downloaded byteorder v1.5.0
3552026-04-27T09:30:40.529Z Downloaded litemap v0.8.2
3562026-04-27T09:30:40.532Z Downloaded unicode-xid v0.2.6
3572026-04-27T09:30:40.532Z Downloaded pretty-hex v0.4.2
3582026-04-27T09:30:40.532Z Downloaded idna_adapter v1.2.1
3592026-04-27T09:30:40.534Z Downloaded toml_write v0.1.2
3602026-04-27T09:30:40.534Z Downloaded zerovec-derive v0.11.3
3612026-04-27T09:30:40.534Z Downloaded heck v0.5.0
3622026-04-27T09:30:40.538Z Downloaded zerofrom v0.1.7
3632026-04-27T09:30:40.541Z Downloaded errno v0.3.14
3642026-04-27T09:30:40.541Z Downloaded usdt-attr-macro v0.5.0
3652026-04-27T09:30:40.541Z Downloaded writeable v0.6.3
3662026-04-27T09:30:40.543Z Downloaded typeid v1.0.3
3672026-04-27T09:30:40.543Z Downloaded serde-value v0.7.0
3682026-04-27T09:30:40.546Z Downloaded thiserror-impl v2.0.18
3692026-04-27T09:30:40.549Z Downloaded thiserror-impl v1.0.69
3702026-04-27T09:30:40.549Z Downloaded zmij v1.0.21
3712026-04-27T09:30:40.549Z Downloaded usdt-impl v0.5.0
3722026-04-27T09:30:40.549Z Downloaded usdt v0.5.0
3732026-04-27T09:30:40.552Z Downloaded serde_spanned v0.6.9
3742026-04-27T09:30:40.552Z Downloaded thiserror v2.0.18
3752026-04-27T09:30:40.555Z Downloaded equivalent v1.0.2
3762026-04-27T09:30:40.555Z Downloaded plain v0.2.3
3772026-04-27T09:30:40.555Z Downloaded thiserror v1.0.69
3782026-04-27T09:30:40.558Z Downloaded tinystr v0.8.3
3792026-04-27T09:30:40.558Z Downloaded proc-macro-error-attr v1.0.4
3802026-04-27T09:30:40.560Z Downloaded dof v0.3.0
3812026-04-27T09:30:40.561Z Downloaded toml v0.8.23
3822026-04-27T09:30:40.561Z Downloaded ucd-trie v0.1.7
3832026-04-27T09:30:40.564Z Downloaded dtrace-parser v0.2.0
3842026-04-27T09:30:40.567Z Downloaded scroll v0.12.0
3852026-04-27T09:30:40.570Z Downloaded anstyle-query v1.1.5
3862026-04-27T09:30:40.570Z Downloaded yoke v0.8.2
3872026-04-27T09:30:40.573Z Downloaded textwrap v0.16.2
3882026-04-27T09:30:40.577Z Downloaded pest_derive v2.8.6
3892026-04-27T09:30:40.579Z Downloaded toml_edit v0.22.27
3902026-04-27T09:30:40.582Z Downloaded is_terminal_polyfill v1.70.2
3912026-04-27T09:30:40.585Z Downloaded fnv v1.0.7
3922026-04-27T09:30:40.587Z Downloaded heck v0.4.1
3932026-04-27T09:30:40.587Z Downloaded generic-array v0.14.7
3942026-04-27T09:30:40.590Z Downloaded zerotrie v0.2.4
3952026-04-27T09:30:40.592Z Downloaded url v2.5.8
3962026-04-27T09:30:40.595Z Downloaded tabled_derive v0.7.0
3972026-04-27T09:30:40.595Z Downloaded form_urlencoded v1.2.2
3982026-04-27T09:30:40.595Z Downloaded potential_utf v0.1.5
3992026-04-27T09:30:40.595Z Downloaded itoa v1.0.18
4002026-04-27T09:30:40.595Z Downloaded cargo-platform v0.2.0
4012026-04-27T09:30:40.598Z Downloaded colorchoice v1.0.5
4022026-04-27T09:30:40.598Z Downloaded typenum v1.20.0
4032026-04-27T09:30:40.601Z Downloaded terminal_size v0.4.4
4042026-04-27T09:30:40.601Z Downloaded stable_deref_trait v1.2.1
4052026-04-27T09:30:40.603Z Downloaded block-buffer v0.10.4
4062026-04-27T09:30:40.606Z Downloaded zerovec v0.11.6
4072026-04-27T09:30:40.609Z Downloaded serde-untagged v0.1.9
4082026-04-27T09:30:40.609Z Downloaded crypto-common v0.1.7
4092026-04-27T09:30:40.609Z Downloaded cpufeatures v0.2.17
4102026-04-27T09:30:40.612Z Downloaded zerocopy v0.7.35
4112026-04-27T09:30:40.617Z Downloaded synstructure v0.13.2
4122026-04-27T09:30:40.620Z Downloaded fastrand v2.4.1
4132026-04-27T09:30:40.620Z Downloaded winnow v0.7.15
4142026-04-27T09:30:40.624Z Downloaded displaydoc v0.2.5
4152026-04-27T09:30:40.627Z Downloaded anstyle v1.0.14
4162026-04-27T09:30:40.627Z Downloaded serde_tokenstream v0.2.3
4172026-04-27T09:30:40.627Z Downloaded sha2 v0.10.9
4182026-04-27T09:30:40.630Z Downloaded memmap v0.7.0
4192026-04-27T09:30:40.633Z Downloaded unicode-width v0.2.0
4202026-04-27T09:30:40.635Z Downloaded unicode-width v0.1.14
4212026-04-27T09:30:40.638Z Downloaded bytecount v0.6.9
4222026-04-27T09:30:40.639Z Downloaded anstyle-parse v1.0.0
4232026-04-27T09:30:40.639Z Downloaded quote v1.0.45
4242026-04-27T09:30:40.642Z Downloaded swrite v0.1.0
4252026-04-27T09:30:40.642Z Downloaded erased-serde v0.4.10
4262026-04-27T09:30:40.646Z Downloaded fs-err v3.3.0
4272026-04-27T09:30:40.650Z Downloaded cargo_metadata v0.21.0
4282026-04-27T09:30:40.650Z Downloaded camino-tempfile v1.4.1
4292026-04-27T09:30:40.655Z Downloaded bitflags v2.11.1
4302026-04-27T09:30:40.659Z Downloaded proc-macro-error v1.0.4
4312026-04-27T09:30:40.661Z Downloaded pest_generator v2.8.6
4322026-04-27T09:30:40.664Z Downloaded once_cell v1.21.4
4332026-04-27T09:30:40.664Z Downloaded camino v1.2.2
4342026-04-27T09:30:40.667Z Downloaded getrandom v0.4.2
4352026-04-27T09:30:40.672Z Downloaded tempfile v3.27.0
4362026-04-27T09:30:40.675Z Downloaded semver v1.0.28
4372026-04-27T09:30:40.675Z Downloaded cargo-util-schemas v0.8.2
4382026-04-27T09:30:40.677Z Downloaded digest v0.10.7
4392026-04-27T09:30:40.681Z Downloaded num-traits v0.2.19
4402026-04-27T09:30:40.683Z Downloaded serde_derive v1.0.228
4412026-04-27T09:30:40.686Z Downloaded serde_core v1.0.228
4422026-04-27T09:30:40.690Z Downloaded papergrid v0.11.0
4432026-04-27T09:30:40.690Z Downloaded proc-macro2 v1.0.106
4442026-04-27T09:30:40.693Z Downloaded icu_provider v2.2.0
4452026-04-27T09:30:40.697Z Downloaded icu_properties v2.2.0
4462026-04-27T09:30:40.703Z Downloaded pest_meta v2.8.6
4472026-04-27T09:30:40.707Z Downloaded icu_normalizer_data v2.2.0
4482026-04-27T09:30:40.713Z Downloaded log v0.4.29
4492026-04-27T09:30:40.716Z Downloaded icu_normalizer v2.2.0
4502026-04-27T09:30:40.720Z Downloaded serde v1.0.228
4512026-04-27T09:30:40.726Z Downloaded indexmap v2.14.0
4522026-04-27T09:30:40.730Z Downloaded pest v2.8.6
4532026-04-27T09:30:40.733Z Downloaded icu_locale_core v2.2.0
4542026-04-27T09:30:40.733Z Downloaded icu_collections v2.2.0
4552026-04-27T09:30:40.736Z Downloaded memchr v2.8.0
4562026-04-27T09:30:40.771Z Downloaded serde_json v1.0.149
4572026-04-27T09:30:40.774Z Downloaded hashbrown v0.17.0
4582026-04-27T09:30:40.778Z Downloaded idna v1.1.0
4592026-04-27T09:30:40.783Z Downloaded goblin v0.8.2
4602026-04-27T09:30:40.786Z Downloaded icu_properties_data v2.2.0
4612026-04-27T09:30:40.797Z Downloaded tabled v0.15.0
4622026-04-27T09:30:40.805Z Downloaded syn v1.0.109
4632026-04-27T09:30:40.815Z Downloaded syn v2.0.117
4642026-04-27T09:30:40.829Z Downloaded rustix v1.1.4
4652026-04-27T09:30:40.855Z Downloaded libc v0.2.186
4662026-04-27T09:30:40.923Z Compiling proc-macro2 v1.0.106
4672026-04-27T09:30:40.923Z Compiling unicode-ident v1.0.24
4682026-04-27T09:30:40.926Z Compiling quote v1.0.45
4692026-04-27T09:30:40.926Z Compiling serde_core v1.0.228
4702026-04-27T09:30:40.926Z Compiling libc v0.2.186
4712026-04-27T09:30:40.926Z Compiling version_check v0.9.5
4722026-04-27T09:30:40.926Z Compiling serde v1.0.228
4732026-04-27T09:30:40.926Z Compiling memchr v2.8.0
4742026-04-27T09:30:41.262Z Compiling stable_deref_trait v1.2.1
4752026-04-27T09:30:41.343Z Compiling zmij v1.0.21
4762026-04-27T09:30:41.512Z Compiling ucd-trie v0.1.7
4772026-04-27T09:30:41.562Z Compiling itoa v1.0.18
4782026-04-27T09:30:41.747Z Compiling autocfg v1.5.0
4792026-04-27T09:30:41.786Z Compiling thiserror v1.0.69
4802026-04-27T09:30:41.826Z Compiling pest v2.8.6
4812026-04-27T09:30:41.894Z Compiling litemap v0.8.2
4822026-04-27T09:30:41.953Z Compiling writeable v0.6.3
4832026-04-27T09:30:42.095Z Compiling icu_properties_data v2.2.0
4842026-04-27T09:30:42.176Z Compiling rustix v1.1.4
4852026-04-27T09:30:42.264Z Compiling icu_normalizer_data v2.2.0
4862026-04-27T09:30:42.281Z Compiling byteorder v1.5.0
4872026-04-27T09:30:42.441Z Compiling syn v2.0.117
4882026-04-27T09:30:42.474Z Compiling utf8_iter v1.0.4
4892026-04-27T09:30:42.575Z Compiling errno v0.3.14
4902026-04-27T09:30:42.622Z Compiling bitflags v2.11.1
4912026-04-27T09:30:42.730Z Compiling serde_json v1.0.149
4922026-04-27T09:30:42.848Z Compiling pest_meta v2.8.6
4932026-04-27T09:30:42.954Z Compiling num-traits v0.2.19
4942026-04-27T09:30:42.997Z Compiling hashbrown v0.17.0
4952026-04-27T09:30:43.058Z Compiling equivalent v1.0.2
4962026-04-27T09:30:43.140Z Compiling smallvec v1.15.1
4972026-04-27T09:30:43.377Z Compiling typeid v1.0.3
4982026-04-27T09:30:43.459Z Compiling thread-id v4.2.2
4992026-04-27T09:30:43.551Z Compiling indexmap v2.14.0
5002026-04-27T09:30:43.583Z Compiling proc-macro-error-attr v1.0.4
5012026-04-27T09:30:43.609Z Compiling usdt-impl v0.5.0
5022026-04-27T09:30:43.776Z Compiling toml_write v0.1.2
5032026-04-27T09:30:43.831Z Compiling erased-serde v0.4.10
5042026-04-27T09:30:43.848Z Compiling winnow v0.7.15
5052026-04-27T09:30:43.990Z Compiling syn v1.0.109
5062026-04-27T09:30:44.275Z Compiling proc-macro-error v1.0.4
5072026-04-27T09:30:44.362Z Compiling plain v0.2.3
5082026-04-27T09:30:44.467Z Compiling getrandom v0.4.2
5092026-04-27T09:30:44.484Z Compiling percent-encoding v2.3.2
5102026-04-27T09:30:44.586Z Compiling log v0.4.29
5112026-04-27T09:30:44.701Z Compiling thiserror v2.0.18
5122026-04-27T09:30:44.774Z Compiling camino v1.2.2
5132026-04-27T09:30:44.804Z Compiling utf8parse v0.2.2
5142026-04-27T09:30:44.821Z Compiling ordered-float v2.10.1
5152026-04-27T09:30:44.862Z Compiling form_urlencoded v1.2.2
5162026-04-27T09:30:44.924Z Compiling anstyle-parse v1.0.0
5172026-04-27T09:30:45.152Z Compiling synstructure v0.13.2
5182026-04-27T09:30:45.169Z Compiling pest_generator v2.8.6
5192026-04-27T09:30:45.272Z Compiling terminal_size v0.4.4
5202026-04-27T09:30:45.432Z Compiling anstyle v1.0.14
5212026-04-27T09:30:45.592Z Compiling is_terminal_polyfill v1.70.2
5222026-04-27T09:30:45.610Z Compiling colorchoice v1.0.5
5232026-04-27T09:30:45.655Z Compiling anstyle-query v1.1.5
5242026-04-27T09:30:45.673Z Compiling cfg-if v1.0.4
5252026-04-27T09:30:45.693Z Compiling pretty-hex v0.4.2
5262026-04-27T09:30:45.768Z Compiling anstream v1.0.0
5272026-04-27T09:30:45.769Z Compiling serde-untagged v0.1.9
5282026-04-27T09:30:45.846Z Compiling semver v1.0.28
5292026-04-27T09:30:45.926Z Compiling fs-err v3.3.0
5302026-04-27T09:30:46.015Z Compiling fnv v1.0.7
5312026-04-27T09:30:46.094Z Compiling clap_lex v1.1.0
5322026-04-27T09:30:46.119Z Compiling strsim v0.11.1
5332026-04-27T09:30:46.138Z Compiling once_cell v1.21.4
5342026-04-27T09:30:46.166Z Compiling heck v0.4.1
5352026-04-27T09:30:46.328Z Compiling unicode-xid v0.2.6
5362026-04-27T09:30:46.355Z Compiling anyhow v1.0.102
5372026-04-27T09:30:46.391Z Compiling fastrand v2.4.1
5382026-04-27T09:30:46.459Z Compiling unicode-width v0.1.14
5392026-04-27T09:30:46.477Z Compiling heck v0.5.0
5402026-04-27T09:30:46.531Z Compiling bytecount v0.6.9
5412026-04-27T09:30:46.651Z Compiling tempfile v3.27.0
5422026-04-27T09:30:46.687Z Compiling papergrid v0.11.0
5432026-04-27T09:30:46.717Z Compiling clap_builder v4.6.0
5442026-04-27T09:30:46.846Z Compiling memmap v0.7.0
5452026-04-27T09:30:46.864Z Compiling serde_derive v1.0.228
5462026-04-27T09:30:46.887Z Compiling zerofrom-derive v0.1.7
5472026-04-27T09:30:47.032Z Compiling yoke-derive v0.8.2
5482026-04-27T09:30:47.046Z Compiling zerovec-derive v0.11.3
5492026-04-27T09:30:47.126Z Compiling displaydoc v0.2.5
5502026-04-27T09:30:47.862Z Compiling thiserror-impl v1.0.69
5512026-04-27T09:30:48.107Z Compiling zerocopy-derive v0.7.35
5522026-04-27T09:30:48.145Z Compiling pest_derive v2.8.6
5532026-04-27T09:30:48.235Z Compiling scroll_derive v0.12.1
5542026-04-27T09:30:48.277Z Compiling zerofrom v0.1.7
5552026-04-27T09:30:48.441Z Compiling yoke v0.8.2
5562026-04-27T09:30:48.620Z Compiling zerovec v0.11.6
5572026-04-27T09:30:48.653Z Compiling zerotrie v0.2.4
5582026-04-27T09:30:48.972Z Compiling thiserror-impl v2.0.18
5592026-04-27T09:30:48.989Z Compiling scroll v0.12.0
5602026-04-27T09:30:49.042Z Compiling zerocopy v0.7.35
5612026-04-27T09:30:49.177Z Compiling tinystr v0.8.3
5622026-04-27T09:30:49.267Z Compiling potential_utf v0.1.5
5632026-04-27T09:30:49.308Z Compiling dtrace-parser v0.2.0
5642026-04-27T09:30:49.394Z Compiling icu_locale_core v2.2.0
5652026-04-27T09:30:49.445Z Compiling icu_collections v2.2.0
5662026-04-27T09:30:49.620Z Compiling goblin v0.8.2
5672026-04-27T09:30:49.836Z Compiling tabled_derive v0.7.0
5682026-04-27T09:30:49.958Z Compiling clap_derive v4.6.1
5692026-04-27T09:30:50.082Z Compiling smawk v0.3.2
5702026-04-27T09:30:50.231Z Compiling icu_provider v2.2.0
5712026-04-27T09:30:50.332Z Compiling toml_datetime v0.6.11
5722026-04-27T09:30:50.376Z Compiling serde_spanned v0.6.9
5732026-04-27T09:30:50.397Z Compiling dof v0.3.0
5742026-04-27T09:30:50.451Z Compiling serde_tokenstream v0.2.3
5752026-04-27T09:30:50.527Z Compiling icu_properties v2.2.0
5762026-04-27T09:30:50.560Z Compiling icu_normalizer v2.2.0
5772026-04-27T09:30:50.608Z Compiling toml_edit v0.22.27
5782026-04-27T09:30:50.818Z Compiling serde-value v0.7.0
5792026-04-27T09:30:50.917Z Compiling cargo-platform v0.2.0
5802026-04-27T09:30:51.149Z Compiling unicode-width v0.2.0
5812026-04-27T09:30:51.191Z Compiling unicode-linebreak v0.1.5
5822026-04-27T09:30:51.211Z Compiling tabled v0.15.0
5832026-04-27T09:30:51.412Z Compiling usdt-attr-macro v0.5.0
5842026-04-27T09:30:51.433Z Compiling usdt-macro v0.5.0
5852026-04-27T09:30:51.450Z Compiling idna_adapter v1.2.1
5862026-04-27T09:30:51.598Z Compiling idna v1.1.0
5872026-04-27T09:30:51.715Z Compiling textwrap v0.16.2
5882026-04-27T09:30:51.772Z Compiling clap v4.6.1
5892026-04-27T09:30:51.864Z Compiling macaddr v1.0.1
5902026-04-27T09:30:52.071Z Compiling toml v0.8.23
5912026-04-27T09:30:52.110Z Compiling url v2.5.8
5922026-04-27T09:30:52.285Z Compiling camino-tempfile v1.4.1
5932026-04-27T09:30:52.572Z Compiling cargo-util-schemas v0.8.2
5942026-04-27T09:30:52.737Z Compiling cargo_toml v0.21.0
5952026-04-27T09:30:52.901Z Compiling usdt v0.5.0
5962026-04-27T09:30:53.149Z Compiling swrite v0.1.0
5972026-04-27T09:30:53.164Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5982026-04-27T09:30:53.557Z Compiling cargo_metadata v0.21.0
5992026-04-27T09:30:54.527Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002026-04-27T09:30:56.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.09s
6012026-04-27T09:30:56.941Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022026-04-27T09:30:57.519Z Downloading crates ...
6032026-04-27T09:30:57.619Z Downloaded array-init v0.0.4
6042026-04-27T09:30:57.625Z Downloaded diesel_table_macro_syntax v0.3.0
6052026-04-27T09:30:57.630Z Downloaded adler2 v2.0.1
6062026-04-27T09:30:57.631Z Downloaded arc-swap v1.9.1
6072026-04-27T09:30:57.640Z Downloaded downcast-rs v2.0.2
6082026-04-27T09:30:57.640Z Downloaded crc8 v0.1.1
6092026-04-27T09:30:57.640Z Downloaded async-recursion v1.1.1
6102026-04-27T09:30:57.640Z Downloaded cfg_aliases v0.2.1
6112026-04-27T09:30:57.645Z Downloaded aead v0.5.2
6122026-04-27T09:30:57.645Z Downloaded async-stream v0.3.6
6132026-04-27T09:30:57.645Z Downloaded ascii-canvas v3.0.0
6142026-04-27T09:30:57.645Z Downloaded daft-derive v0.1.5
6152026-04-27T09:30:57.645Z Downloaded bit-set v0.8.0
6162026-04-27T09:30:57.645Z Downloaded anstyle-parse v0.2.7
6172026-04-27T09:30:57.649Z Downloaded dunce v1.0.5
6182026-04-27T09:30:57.649Z Downloaded critical-section v1.2.0
6192026-04-27T09:30:57.649Z Downloaded arrayref v0.3.9
6202026-04-27T09:30:57.649Z Downloaded dsl_auto_type v0.2.0
6212026-04-27T09:30:57.652Z Downloaded assert_matches v1.5.0
6222026-04-27T09:30:57.652Z Downloaded dirs-sys-next v0.1.2
6232026-04-27T09:30:57.652Z Downloaded base16ct v0.2.0
6242026-04-27T09:30:57.654Z Downloaded dirs-next v2.0.0
6252026-04-27T09:30:57.654Z Downloaded corncobs v0.1.4
6262026-04-27T09:30:57.657Z Downloaded display-error-chain v0.2.2
6272026-04-27T09:30:57.659Z Downloaded block-padding v0.3.3
6282026-04-27T09:30:57.659Z Downloaded bit-set v0.5.3
6292026-04-27T09:30:57.662Z Downloaded document-features v0.2.12
6302026-04-27T09:30:57.662Z Downloaded async-bb8-diesel v0.2.1
6312026-04-27T09:30:57.665Z Downloaded ed25519 v2.2.3
6322026-04-27T09:30:57.665Z Downloaded argon2 v0.5.3
6332026-04-27T09:30:57.668Z Downloaded defmt v0.3.100
6342026-04-27T09:30:57.668Z Downloaded compression-core v0.4.32
6352026-04-27T09:30:57.668Z Downloaded crc-catalog v2.5.0
6362026-04-27T09:30:57.671Z Downloaded atomicwrites v0.4.4
6372026-04-27T09:30:57.671Z Downloaded cmake v0.1.58
6382026-04-27T09:30:57.671Z Downloaded difflib v0.4.0
6392026-04-27T09:30:57.671Z Downloaded darling_macro v0.20.11
6402026-04-27T09:30:57.673Z Downloaded bb8 v0.8.6
6412026-04-27T09:30:57.673Z Downloaded crossbeam-utils v0.8.21
6422026-04-27T09:30:57.676Z Downloaded convert_case v0.4.0
6432026-04-27T09:30:57.677Z Downloaded crossbeam-epoch v0.9.18
6442026-04-27T09:30:57.681Z Downloaded drift v0.1.3
6452026-04-27T09:30:57.681Z Downloaded async-stream-impl v0.3.6
6462026-04-27T09:30:57.681Z Downloaded cfg_aliases v0.1.1
6472026-04-27T09:30:57.684Z Downloaded atomic-waker v1.1.2
6482026-04-27T09:30:57.684Z Downloaded cargo-platform v0.3.3
6492026-04-27T09:30:57.684Z Downloaded dof v0.4.0
6502026-04-27T09:30:57.687Z Downloaded ciborium-io v0.2.2
6512026-04-27T09:30:57.687Z Downloaded dyn-clone v1.0.20
6522026-04-27T09:30:57.690Z Downloaded cstr-argument v0.1.2
6532026-04-27T09:30:57.692Z Downloaded env_filter v1.0.1
6542026-04-27T09:30:57.695Z Downloaded curve25519-dalek-derive v0.1.1
6552026-04-27T09:30:57.695Z Downloaded bcrypt-pbkdf v0.10.0
6562026-04-27T09:30:57.698Z Downloaded env_logger v0.11.10
6572026-04-27T09:30:57.702Z Downloaded darling_macro v0.23.0
6582026-04-27T09:30:57.702Z Downloaded crunchy v0.2.4
6592026-04-27T09:30:57.706Z Downloaded block-buffer v0.12.0
6602026-04-27T09:30:57.708Z Downloaded endian-type v0.1.2
6612026-04-27T09:30:57.708Z Downloaded dtrace-parser v0.3.0
6622026-04-27T09:30:57.708Z Downloaded cobs v0.3.0
6632026-04-27T09:30:57.708Z Downloaded bitfield-macros v0.19.4
6642026-04-27T09:30:57.711Z Downloaded digest v0.11.2
6652026-04-27T09:30:57.711Z Downloaded ctutils v0.4.2
6662026-04-27T09:30:57.714Z Downloaded bitfield-struct v0.6.2
6672026-04-27T09:30:57.714Z Downloaded either v1.15.0
6682026-04-27T09:30:57.714Z Downloaded defmt-parser v1.0.0
6692026-04-27T09:30:57.717Z Downloaded darling_macro v0.21.3
6702026-04-27T09:30:57.717Z Downloaded crucible-workspace-hack v0.1.0
6712026-04-27T09:30:57.717Z Downloaded base64ct v1.8.3
6722026-04-27T09:30:57.717Z Downloaded async-trait v0.1.89
6732026-04-27T09:30:57.720Z Downloaded ecdsa v0.16.9
6742026-04-27T09:30:57.723Z Downloaded fd-lock v4.0.4
6752026-04-27T09:30:57.723Z Downloaded cpufeatures v0.3.0
6762026-04-27T09:30:57.726Z Downloaded enum-as-inner v0.6.1
6772026-04-27T09:30:57.726Z Downloaded dropshot-api-manager-types v0.6.0
6782026-04-27T09:30:57.726Z Downloaded cmov v0.5.3
6792026-04-27T09:30:57.726Z Downloaded chacha20 v0.9.1
6802026-04-27T09:30:57.731Z Downloaded cexpr v0.6.0
6812026-04-27T09:30:57.731Z Downloaded crc v3.4.0
6822026-04-27T09:30:57.737Z Downloaded compression-codecs v0.4.38
6832026-04-27T09:30:57.737Z Downloaded fixedbitset v0.4.2
6842026-04-27T09:30:57.737Z Downloaded buf-list v1.1.2
6852026-04-27T09:30:57.745Z Downloaded crypto-common v0.2.1
6862026-04-27T09:30:57.745Z Downloaded float-cmp v0.10.0
6872026-04-27T09:30:57.745Z Downloaded embedded-io v0.6.1
6882026-04-27T09:30:57.745Z Downloaded flagset v0.4.7
6892026-04-27T09:30:57.751Z Downloaded foreign-types-shared v0.1.1
6902026-04-27T09:30:57.751Z Downloaded foreign-types v0.5.0
6912026-04-27T09:30:57.751Z Downloaded foreign-types v0.3.2
6922026-04-27T09:30:57.751Z Downloaded funty v2.0.0
6932026-04-27T09:30:57.751Z Downloaded futures-io v0.3.32
6942026-04-27T09:30:57.751Z Downloaded fxhash v0.2.1
6952026-04-27T09:30:57.751Z Downloaded futures-macro v0.3.32
6962026-04-27T09:30:57.751Z Downloaded fallible-iterator v0.2.0
6972026-04-27T09:30:57.751Z Downloaded constant_time_eq v0.4.2
6982026-04-27T09:30:57.755Z Downloaded bitflags v1.3.2
6992026-04-27T09:30:57.755Z Downloaded backoff v0.4.0
7002026-04-27T09:30:57.755Z Downloaded cargo_metadata v0.23.1
7012026-04-27T09:30:57.787Z Downloaded camino-tempfile-ext v0.3.3
7022026-04-27T09:30:57.787Z Downloaded castaway v0.2.4
7032026-04-27T09:30:57.787Z Downloaded atty v0.2.14
7042026-04-27T09:30:57.787Z Downloaded embedded-io v0.4.0
7052026-04-27T09:30:57.787Z Downloaded bit-vec v0.8.0
7062026-04-27T09:30:57.787Z Downloaded convert_case v0.10.0
7072026-04-27T09:30:57.787Z Downloaded cassowary v0.3.0
7082026-04-27T09:30:57.787Z Downloaded find-msvc-tools v0.1.9
7092026-04-27T09:30:57.787Z Downloaded futures-sink v0.3.32
7102026-04-27T09:30:57.787Z Downloaded cipher v0.4.4
7112026-04-27T09:30:57.787Z Downloaded futures-core v0.3.32
7122026-04-27T09:30:57.787Z Downloaded foreign-types-shared v0.3.1
7132026-04-27T09:30:57.787Z Downloaded float-ord v0.3.2
7142026-04-27T09:30:57.787Z Downloaded deranged v0.5.8
7152026-04-27T09:30:57.788Z Downloaded crc32fast v1.5.0
7162026-04-27T09:30:57.788Z Downloaded bitfield v0.19.4
7172026-04-27T09:30:57.788Z Downloaded futures-task v0.3.32
7182026-04-27T09:30:57.788Z Downloaded ghash v0.5.1
7192026-04-27T09:30:57.788Z Downloaded gethostname v0.5.0
7202026-04-27T09:30:57.788Z Downloaded byte-wrapper v0.1.0
7212026-04-27T09:30:57.788Z Downloaded git-stub v1.0.0
7222026-04-27T09:30:57.788Z Downloaded anstream v0.6.21
7232026-04-27T09:30:57.788Z Downloaded derive_builder_core v0.20.2
7242026-04-27T09:30:57.788Z Downloaded bzip2 v0.6.1
7252026-04-27T09:30:57.788Z Downloaded data-encoding v2.11.0
7262026-04-27T09:30:57.788Z Downloaded crc-any v2.5.0
7272026-04-27T09:30:57.788Z Downloaded crossbeam-deque v0.8.6
7282026-04-27T09:30:57.788Z Downloaded hash32 v0.3.1
7292026-04-27T09:30:57.792Z Downloaded globwalk v0.9.1
7302026-04-27T09:30:57.792Z Downloaded headers-core v0.3.0
7312026-04-27T09:30:57.792Z Downloaded colored v2.2.0
7322026-04-27T09:30:57.792Z Downloaded backon v1.6.0
7332026-04-27T09:30:57.792Z Downloaded bcs v0.1.6
7342026-04-27T09:30:57.795Z Downloaded hex-literal v0.4.1
7352026-04-27T09:30:57.795Z Downloaded arrayvec v0.7.6
7362026-04-27T09:30:57.795Z Downloaded daft v0.1.5
7372026-04-27T09:30:57.798Z Downloaded hash32 v0.2.1
7382026-04-27T09:30:57.798Z Downloaded filetime v0.2.27
7392026-04-27T09:30:57.800Z Downloaded hex v0.4.3
7402026-04-27T09:30:57.800Z Downloaded debug-ignore v1.0.5
7412026-04-27T09:30:57.803Z Downloaded aes v0.8.4
7422026-04-27T09:30:57.803Z Downloaded der_derive v0.7.3
7432026-04-27T09:30:57.807Z Downloaded foreign-types-macros v0.2.3
7442026-04-27T09:30:57.807Z Downloaded foldhash v0.2.0
7452026-04-27T09:30:57.807Z Downloaded ff v0.13.1
7462026-04-27T09:30:57.809Z Downloaded fs_extra v1.3.0
7472026-04-27T09:30:57.809Z Downloaded csv-core v0.1.13
7482026-04-27T09:30:57.810Z Downloaded foldhash v0.1.5
7492026-04-27T09:30:57.814Z Downloaded diesel-dtrace v0.5.0
7502026-04-27T09:30:57.814Z Downloaded httpdate v1.0.3
7512026-04-27T09:30:57.814Z Downloaded hostname v0.3.1
7522026-04-27T09:30:57.816Z Downloaded hubpack_derive v0.1.1
7532026-04-27T09:30:57.816Z Downloaded hubpack v0.1.2
7542026-04-27T09:30:57.816Z Downloaded ciborium v0.2.2
7552026-04-27T09:30:57.816Z Downloaded ciborium-ll v0.2.2
7562026-04-27T09:30:57.819Z Downloaded home v0.5.12
7572026-04-27T09:30:57.819Z Downloaded clang-sys v1.8.1
7582026-04-27T09:30:57.822Z Downloaded http-range v0.1.5
7592026-04-27T09:30:57.822Z Downloaded cookie_store v0.22.1
7602026-04-27T09:30:57.822Z Downloaded fs-err v2.11.0
7612026-04-27T09:30:57.825Z Downloaded derive_builder v0.20.2
7622026-04-27T09:30:57.829Z Downloaded console v0.16.3
7632026-04-27T09:30:57.829Z Downloaded console v0.15.11
7642026-04-27T09:30:57.835Z Downloaded http-body v1.0.1
7652026-04-27T09:30:57.835Z Downloaded const_format_proc_macros v0.2.34
7662026-04-27T09:30:57.835Z Downloaded ident_case v1.0.1
7672026-04-27T09:30:57.843Z Downloaded derive-where v1.6.1
7682026-04-27T09:30:57.843Z Downloaded darling v0.20.11
7692026-04-27T09:30:57.843Z Downloaded group v0.13.0
7702026-04-27T09:30:57.853Z Downloaded des v0.8.1
7712026-04-27T09:30:57.853Z Downloaded blake2 v0.10.6
7722026-04-27T09:30:57.853Z Downloaded hyper-tls v0.6.0
7732026-04-27T09:30:57.853Z Downloaded ahash v0.8.12
7742026-04-27T09:30:57.853Z Downloaded glob v0.3.3
7752026-04-27T09:30:57.853Z Downloaded blowfish v0.9.1
7762026-04-27T09:30:57.853Z Downloaded git-stub-vcs v0.1.0
7772026-04-27T09:30:57.853Z Downloaded defmt-macros v1.0.1
7782026-04-27T09:30:57.857Z Downloaded indoc v1.0.9
7792026-04-27T09:30:57.857Z Downloaded hostname v0.4.2
7802026-04-27T09:30:57.858Z Downloaded indent_write v2.2.0
7812026-04-27T09:30:57.858Z Downloaded globset v0.4.18
7822026-04-27T09:30:57.858Z Downloaded futures-executor v0.3.32
7832026-04-27T09:30:57.858Z Downloaded internet-checksum v0.2.1
7842026-04-27T09:30:57.858Z Downloaded instability v0.3.12
7852026-04-27T09:30:57.861Z Downloaded is-terminal v0.4.17
7862026-04-27T09:30:57.861Z Downloaded is_ci v1.2.0
7872026-04-27T09:30:57.861Z Downloaded keccak v0.1.6
7882026-04-27T09:30:57.861Z Downloaded crossterm v0.29.0
7892026-04-27T09:30:57.863Z Downloaded erased-serde v0.3.31
7902026-04-27T09:30:57.866Z Downloaded darling v0.21.3
7912026-04-27T09:30:57.869Z Downloaded colored v3.1.1
7922026-04-27T09:30:57.872Z Downloaded crossterm v0.28.1
7932026-04-27T09:30:57.875Z Downloaded lazy_static v1.5.0
7942026-04-27T09:30:57.875Z Downloaded instant v0.1.13
7952026-04-27T09:30:57.878Z Downloaded inout v0.1.4
7962026-04-27T09:30:57.878Z Downloaded cbc v0.1.2
7972026-04-27T09:30:57.878Z Downloaded bzip2 v0.4.4
7982026-04-27T09:30:57.880Z Downloaded lalrpop-util v0.19.12
7992026-04-27T09:30:57.880Z Downloaded kstat-rs v0.2.4
8002026-04-27T09:30:57.880Z Downloaded humantime v2.3.0
8012026-04-27T09:30:57.883Z Downloaded const-oid v0.9.6
8022026-04-27T09:30:57.883Z Downloaded allocator-api2 v0.2.21
8032026-04-27T09:30:57.886Z Downloaded diff v0.1.13
8042026-04-27T09:30:57.890Z Downloaded http-body-util v0.1.3
8052026-04-27T09:30:57.890Z Downloaded futures-channel v0.3.32
8062026-04-27T09:30:57.890Z Downloaded dropshot_endpoint v0.17.0
8072026-04-27T09:30:57.893Z Downloaded match_cfg v0.1.0
8082026-04-27T09:30:57.893Z Downloaded lru-slab v0.1.2
8092026-04-27T09:30:57.893Z Downloaded lru v0.12.5
8102026-04-27T09:30:57.896Z Downloaded cookie v0.18.1
8112026-04-27T09:30:57.896Z Downloaded chacha20 v0.10.0
8122026-04-27T09:30:57.899Z Downloaded lru-cache v0.1.2
8132026-04-27T09:30:57.899Z Downloaded linked-hash-map v0.5.6
8142026-04-27T09:30:57.899Z Downloaded const-oid v0.10.2
8152026-04-27T09:30:57.902Z Downloaded hyper-staticfile v0.10.1
8162026-04-27T09:30:57.902Z Downloaded maplit v1.0.2
8172026-04-27T09:30:57.904Z Downloaded multimap v0.10.1
8182026-04-27T09:30:57.904Z Downloaded managed v0.8.0
8192026-04-27T09:30:57.904Z Downloaded newtype_derive v0.1.6
8202026-04-27T09:30:57.907Z Downloaded memoffset v0.9.1
8212026-04-27T09:30:57.907Z Downloaded mime v0.3.17
8222026-04-27T09:30:57.907Z Downloaded nibble_vec v0.1.0
8232026-04-27T09:30:57.911Z Downloaded maybe-uninit v2.0.0
8242026-04-27T09:30:57.911Z Downloaded newline-converter v0.3.0
8252026-04-27T09:30:57.911Z Downloaded new_debug_unreachable v1.0.6
8262026-04-27T09:30:57.915Z Downloaded nonempty v0.12.0
8272026-04-27T09:30:57.915Z Downloaded ar_archive_writer v0.5.1
8282026-04-27T09:30:57.915Z Downloaded derive_more v0.99.20
8292026-04-27T09:30:57.918Z Downloaded ingot-types v0.1.2
8302026-04-27T09:30:57.918Z Downloaded ipnet v2.12.0
8312026-04-27T09:30:57.921Z Downloaded half v1.8.3
8322026-04-27T09:30:57.921Z Downloaded ingot v0.1.1
8332026-04-27T09:30:57.921Z Downloaded getrandom v0.2.17
8342026-04-27T09:30:57.924Z Downloaded impl-trait-for-tuples v0.2.3
8352026-04-27T09:30:57.927Z Downloaded normalize-line-endings v0.3.0
8362026-04-27T09:30:57.927Z Downloaded konst_macro_rules v0.2.19
8372026-04-27T09:30:57.927Z Downloaded darling v0.23.0
8382026-04-27T09:30:57.930Z Downloaded newtype-uuid-macros v0.1.0
8392026-04-27T09:30:57.930Z Downloaded num v0.4.3
8402026-04-27T09:30:57.933Z Downloaded openssl-macros v0.1.1
8412026-04-27T09:30:57.933Z Downloaded nodrop v0.1.14
8422026-04-27T09:30:57.933Z Downloaded dropshot_endpoint v0.16.7
8432026-04-27T09:30:57.936Z Downloaded num-conv v0.2.1
8442026-04-27T09:30:57.936Z Downloaded num-derive v0.4.2
8452026-04-27T09:30:57.939Z Downloaded md5 v0.7.0
8462026-04-27T09:30:57.939Z Downloaded lzss v0.8.2
8472026-04-27T09:30:57.939Z Downloaded base64 v0.22.1
8482026-04-27T09:30:57.942Z Downloaded fatfs v0.3.6
8492026-04-27T09:30:57.945Z Downloaded cancel-safe-futures v0.1.5
8502026-04-27T09:30:57.945Z Downloaded hybrid-array v0.4.11
8512026-04-27T09:30:57.951Z Downloaded hmac v0.12.1
8522026-04-27T09:30:57.951Z Downloaded derive-ex v0.1.8
8532026-04-27T09:30:57.951Z Downloaded libsw-core v0.3.2
8542026-04-27T09:30:57.953Z Downloaded opaque-debug v0.3.1
8552026-04-27T09:30:57.954Z Downloaded darling_core v0.20.11
8562026-04-27T09:30:57.954Z Downloaded num_enum_derive v0.5.11
8572026-04-27T09:30:57.957Z Downloaded highway v1.3.0
8582026-04-27T09:30:57.957Z Downloaded olpc-cjson v0.1.4
8592026-04-27T09:30:57.957Z Downloaded num_threads v0.1.7
8602026-04-27T09:30:57.960Z Downloaded chacha20poly1305 v0.10.1
8612026-04-27T09:30:57.960Z Downloaded httparse v1.10.1
8622026-04-27T09:30:57.961Z Downloaded openssl-probe v0.2.1
8632026-04-27T09:30:57.966Z Downloaded compact_str v0.8.1
8642026-04-27T09:30:57.966Z Downloaded half v2.7.1
8652026-04-27T09:30:57.967Z Downloaded libsw v3.5.0
8662026-04-27T09:30:57.971Z Downloaded openssl-probe v0.1.6
8672026-04-27T09:30:57.971Z Downloaded newtype-uuid v1.3.2
8682026-04-27T09:30:57.971Z Downloaded mime_guess v2.0.5
8692026-04-27T09:30:57.971Z Downloaded packed_struct_codegen v0.10.1
8702026-04-27T09:30:57.971Z Downloaded parse-display v0.10.0
8712026-04-27T09:30:57.971Z Downloaded hyper-rustls v0.27.9
8722026-04-27T09:30:57.974Z Downloaded md-5 v0.11.0
8732026-04-27T09:30:57.974Z Downloaded lock_api v0.4.14
8742026-04-27T09:30:57.974Z Downloaded iana-time-zone v0.1.65
8752026-04-27T09:30:57.979Z Downloaded native-tls v0.2.18
8762026-04-27T09:30:57.979Z Downloaded nanorand v0.7.0
8772026-04-27T09:30:57.979Z Downloaded getrandom v0.3.4
8782026-04-27T09:30:57.981Z Downloaded oso-derive v0.27.3
8792026-04-27T09:30:57.981Z Downloaded jobserver v0.1.34
8802026-04-27T09:30:57.984Z Downloaded num_enum v0.7.6
8812026-04-27T09:30:57.987Z Downloaded async-compression v0.4.42
8822026-04-27T09:30:57.990Z Downloaded pbkdf2 v0.11.0
8832026-04-27T09:30:57.995Z Downloaded ipnetwork v0.21.1
8842026-04-27T09:30:57.995Z Downloaded darling_core v0.21.3
8852026-04-27T09:30:57.998Z Downloaded ingot-macros v0.1.1
8862026-04-27T09:30:57.998Z Downloaded indoc v2.0.7
8872026-04-27T09:30:57.998Z Downloaded path-slash v0.1.5
8882026-04-27T09:30:58.001Z Downloaded num_enum v0.5.11
8892026-04-27T09:30:58.001Z Downloaded parse-size v1.1.0
8902026-04-27T09:30:58.004Z Downloaded num-rational v0.4.2
8912026-04-27T09:30:58.004Z Downloaded elliptic-curve v0.13.8
8922026-04-27T09:30:58.007Z Downloaded pbkdf2 v0.12.2
8932026-04-27T09:30:58.007Z Downloaded libefi-sys v0.1.0
8942026-04-27T09:30:58.010Z Downloaded bytes v1.11.1
8952026-04-27T09:30:58.026Z Downloaded phf_shared v0.13.1
8962026-04-27T09:30:58.028Z Downloaded ed25519-dalek v2.2.0
8972026-04-27T09:30:58.028Z Downloaded phf_shared v0.12.1
8982026-04-27T09:30:58.031Z Downloaded phf_shared v0.11.3
8992026-04-27T09:30:58.031Z Downloaded peg-runtime v0.8.5
9002026-04-27T09:30:58.031Z Downloaded num-integer v0.1.46
9012026-04-27T09:30:58.034Z Downloaded num-complex v0.4.6
9022026-04-27T09:30:58.034Z Downloaded const_format v0.2.36
9032026-04-27T09:30:58.036Z Downloaded oxnet v0.1.4
9042026-04-27T09:30:58.039Z Downloaded oxide-tokio-rt v0.1.4
9052026-04-27T09:30:58.039Z Downloaded libloading v0.8.9
9062026-04-27T09:30:58.042Z Downloaded predicates-tree v1.0.13
9072026-04-27T09:30:58.042Z Downloaded precomputed-hash v0.1.1
9082026-04-27T09:30:58.042Z Downloaded predicates-core v1.0.10
9092026-04-27T09:30:58.042Z Downloaded powerfmt v0.2.0
9102026-04-27T09:30:58.048Z Downloaded parse-display-derive v0.10.0
9112026-04-27T09:30:58.048Z Downloaded packed_struct v0.10.1
9122026-04-27T09:30:58.048Z Downloaded owo-colors v4.3.0
9132026-04-27T09:30:58.052Z Downloaded ignore v0.4.25
9142026-04-27T09:30:58.052Z Downloaded memmap2 v0.9.10
9152026-04-27T09:30:58.052Z Downloaded crypto-bigint v0.5.5
9162026-04-27T09:30:58.071Z Downloaded parking_lot_core v0.8.6
9172026-04-27T09:30:58.071Z Downloaded heapless v0.7.17
9182026-04-27T09:30:58.075Z Downloaded proc-macro-crate v1.3.1
9192026-04-27T09:30:58.076Z Downloaded cc v1.2.61
9202026-04-27T09:30:58.076Z Downloaded progenitor-client v0.11.2
9212026-04-27T09:30:58.076Z Downloaded pem-rfc7468 v0.7.0
9222026-04-27T09:30:58.076Z Downloaded paste v1.0.15
9232026-04-27T09:30:58.076Z Downloaded progenitor-client v0.10.0
9242026-04-27T09:30:58.076Z Downloaded password-hash v0.5.0
9252026-04-27T09:30:58.076Z Downloaded headers v0.4.1
9262026-04-27T09:30:58.076Z Downloaded progenitor-macro v0.13.0
9272026-04-27T09:30:58.076Z Downloaded multer v3.1.0
9282026-04-27T09:30:58.076Z Downloaded bumpalo v3.20.2
9292026-04-27T09:30:58.076Z Downloaded pem v3.0.6
9302026-04-27T09:30:58.081Z Downloaded peg v0.8.5
9312026-04-27T09:30:58.081Z Downloaded der v0.7.10
9322026-04-27T09:30:58.082Z Downloaded darling_core v0.23.0
9332026-04-27T09:30:58.085Z Downloaded quick-error v1.2.3
9342026-04-27T09:30:58.085Z Downloaded psl-types v2.0.11
9352026-04-27T09:30:58.085Z Downloaded progenitor-macro v0.10.0
9362026-04-27T09:30:58.088Z Downloaded phf v0.12.1
9372026-04-27T09:30:58.088Z Downloaded omicron-zone-package v0.12.2
9382026-04-27T09:30:58.097Z Downloaded pin-project-internal v1.1.11
9392026-04-27T09:30:58.097Z Downloaded poly1305 v0.8.0
9402026-04-27T09:30:58.097Z Downloaded phf v0.13.1
9412026-04-27T09:30:58.103Z Downloaded flate2 v1.1.9
9422026-04-27T09:30:58.103Z Downloaded libbz2-rs-sys v0.2.3
9432026-04-27T09:30:58.103Z Downloaded pkcs8 v0.10.2
9442026-04-27T09:30:58.103Z Downloaded ppv-lite86 v0.2.21
9452026-04-27T09:30:58.103Z Downloaded pin-project-lite v0.2.17
9462026-04-27T09:30:58.107Z Downloaded rand_chacha v0.3.1
9472026-04-27T09:30:58.107Z Downloaded polyval v0.6.2
9482026-04-27T09:30:58.107Z Downloaded num_enum_derive v0.7.6
9492026-04-27T09:30:58.107Z Downloaded password-hash v0.4.2
9502026-04-27T09:30:58.107Z Downloaded nu-ansi-term v0.50.3
9512026-04-27T09:30:58.110Z Downloaded rand_xorshift v0.4.0
9522026-04-27T09:30:58.110Z Downloaded base64 v0.21.7
9532026-04-27T09:30:58.112Z Downloaded parking_lot v0.11.2
9542026-04-27T09:30:58.112Z Downloaded dropshot-api-manager v0.6.0
9552026-04-27T09:30:58.115Z Downloaded recursive-proc-macro-impl v0.1.1
9562026-04-27T09:30:58.115Z Downloaded derive_more v2.1.1
9572026-04-27T09:30:58.121Z Downloaded rfc6979 v0.4.0
9582026-04-27T09:30:58.124Z Downloaded proc-macro-error2 v2.0.1
9592026-04-27T09:30:58.126Z Downloaded konst v0.2.20
9602026-04-27T09:30:58.129Z Downloaded progenitor v0.11.2
9612026-04-27T09:30:58.129Z Downloaded russh-cryptovec v0.7.3
9622026-04-27T09:30:58.129Z Downloaded proc-macro-crate v3.5.0
9632026-04-27T09:30:58.132Z Downloaded progenitor-extras v0.1.1
9642026-04-27T09:30:58.132Z Downloaded progenitor v0.13.0
9652026-04-27T09:30:58.132Z Downloaded ref-cast-impl v1.0.25
9662026-04-27T09:30:58.135Z Downloaded ref-cast v1.0.25
9672026-04-27T09:30:58.135Z Downloaded progenitor-client v0.13.0
9682026-04-27T09:30:58.138Z Downloaded indexmap v1.9.3
9692026-04-27T09:30:58.138Z Downloaded rustc_version v0.4.1
9702026-04-27T09:30:58.143Z Downloaded rustc_version v0.1.7
9712026-04-27T09:30:58.143Z Downloaded rustc-hash v2.1.2
9722026-04-27T09:30:58.143Z Downloaded recursive v0.1.1
9732026-04-27T09:30:58.146Z Downloaded progenitor v0.10.0
9742026-04-27T09:30:58.146Z Downloaded peg-macros v0.8.5
9752026-04-27T09:30:58.146Z Downloaded proc-macro-error-attr2 v2.0.0
9762026-04-27T09:30:58.146Z Downloaded derive_more-impl v2.1.1
9772026-04-27T09:30:58.149Z Downloaded r2d2 v0.8.10
9782026-04-27T09:30:58.149Z Downloaded psm v0.1.31
9792026-04-27T09:30:58.153Z Downloaded progenitor-macro v0.11.2
9802026-04-27T09:30:58.154Z Downloaded hickory-resolver v0.24.4
9812026-04-27T09:30:58.157Z Downloaded radium v0.7.0
9822026-04-27T09:30:58.157Z Downloaded pkg-config v0.3.33
9832026-04-27T09:30:58.157Z Downloaded pkcs5 v0.7.1
9842026-04-27T09:30:58.162Z Downloaded rand_core v0.6.4
9852026-04-27T09:30:58.162Z Downloaded rand_chacha v0.9.0
9862026-04-27T09:30:58.162Z Downloaded postgres-protocol v0.6.11
9872026-04-27T09:30:58.162Z Downloaded litrs v1.0.0
9882026-04-27T09:30:58.167Z Downloaded expectorate v1.2.0
9892026-04-27T09:30:58.167Z Downloaded primeorder v0.13.6
9902026-04-27T09:30:58.167Z Downloaded parking_lot_core v0.9.12
9912026-04-27T09:30:58.167Z Downloaded linear-map v1.2.0
9922026-04-27T09:30:58.169Z Downloaded hmac v0.13.0
9932026-04-27T09:30:58.169Z Downloaded rand_core v0.9.5
9942026-04-27T09:30:58.169Z Downloaded futures v0.3.32
9952026-04-27T09:30:58.172Z Downloaded salsa20 v0.10.2
9962026-04-27T09:30:58.175Z Downloaded rand_core v0.10.1
9972026-04-27T09:30:58.175Z Downloaded rand_seeder v0.4.0
9982026-04-27T09:30:58.178Z Downloaded predicates v3.1.4
9992026-04-27T09:30:58.178Z Downloaded scheduled-thread-pool v0.2.7
10002026-04-27T09:30:58.181Z Downloaded secrecy v0.8.0
10012026-04-27T09:30:58.181Z Downloaded scopeguard v1.2.0
10022026-04-27T09:30:58.181Z Downloaded parking_lot v0.12.5
10032026-04-27T09:30:58.184Z Downloaded scroll_derive v0.13.1
10042026-04-27T09:30:58.184Z Downloaded postgres-types v0.2.13
10052026-04-27T09:30:58.184Z Downloaded same-file v1.0.6
10062026-04-27T09:30:58.187Z Downloaded jiff-static v0.2.24
10072026-04-27T09:30:58.187Z Downloaded heapless v0.8.0
10082026-04-27T09:30:58.189Z Downloaded p256 v0.13.2
10092026-04-27T09:30:58.192Z Downloaded flume v0.11.1
10102026-04-27T09:30:58.196Z Downloaded num-iter v0.1.45
10112026-04-27T09:30:58.196Z Downloaded libscf-sys v1.2.0
10122026-04-27T09:30:58.196Z Downloaded resolv-conf v0.7.6
10132026-04-27T09:30:58.199Z Downloaded ctr v0.9.2
10142026-04-27T09:30:58.199Z Downloaded fixedbitset v0.5.7
10152026-04-27T09:30:58.199Z Downloaded serde_plain v1.0.2
10162026-04-27T09:30:58.201Z Downloaded semver v0.1.20
10172026-04-27T09:30:58.201Z Downloaded secrecy v0.10.3
10182026-04-27T09:30:58.201Z Downloaded defmt v1.0.1
10192026-04-27T09:30:58.205Z Downloaded sapling-renderdag v0.1.0
10202026-04-27T09:30:58.205Z Downloaded rustls-pemfile v1.0.4
10212026-04-27T09:30:58.208Z Downloaded quinn-udp v0.5.14
10222026-04-27T09:30:58.208Z Downloaded serde_bytes v0.11.19
10232026-04-27T09:30:58.212Z Downloaded serde-big-array v0.5.1
10242026-04-27T09:30:58.212Z Downloaded indicatif v0.18.4
10252026-04-27T09:30:58.214Z Downloaded pin-project v1.1.11
10262026-04-27T09:30:58.217Z Downloaded miniz_oxide v0.8.9
10272026-04-27T09:30:58.220Z Downloaded scrypt v0.11.0
10282026-04-27T09:30:58.220Z Downloaded ena v0.14.4
10292026-04-27T09:30:58.223Z Downloaded derive_builder_macro v0.20.2
10302026-04-27T09:30:58.223Z Downloaded rtoolbox v0.0.5
10312026-04-27T09:30:58.226Z Downloaded oso v0.27.3
10322026-04-27T09:30:58.226Z Downloaded sha1 v0.10.6
10332026-04-27T09:30:58.231Z Downloaded serde_repr v0.1.20
10342026-04-27T09:30:58.231Z Downloaded rustversion v1.0.22
10352026-04-27T09:30:58.231Z Downloaded signature v2.2.0
10362026-04-27T09:30:58.234Z Downloaded signal-hook-mio v0.2.5
10372026-04-27T09:30:58.234Z Downloaded hickory-resolver v0.25.2
10382026-04-27T09:30:58.234Z Downloaded shell-words v1.1.1
10392026-04-27T09:30:58.237Z Downloaded postcard v1.1.3
10402026-04-27T09:30:58.237Z Downloaded scroll v0.13.0
10412026-04-27T09:30:58.237Z Downloaded siphasher v1.0.2
10422026-04-27T09:30:58.239Z Downloaded sec1 v0.7.3
10432026-04-27T09:30:58.239Z Downloaded crossbeam-channel v0.5.15
10442026-04-27T09:30:58.242Z Downloaded rustls-native-certs v0.8.3
10452026-04-27T09:30:58.245Z Downloaded slog-envlogger v2.2.0
10462026-04-27T09:30:58.245Z Downloaded serde_urlencoded v0.7.1
10472026-04-27T09:30:58.248Z Downloaded serde_spanned v1.1.1
10482026-04-27T09:30:58.248Z Downloaded bit-vec v0.6.3
10492026-04-27T09:30:58.251Z Downloaded pkcs1 v0.7.5
10502026-04-27T09:30:58.251Z Downloaded rustls-pemfile v2.2.0
10512026-04-27T09:30:58.253Z Downloaded progenitor-impl v0.13.0
10522026-04-27T09:30:58.253Z Downloaded openssl-sys v0.9.114
10532026-04-27T09:30:58.257Z Downloaded sigpipe v0.1.3
10542026-04-27T09:30:58.260Z Downloaded serde_derive_internals v0.29.1
10552026-04-27T09:30:58.263Z Downloaded slog-bunyan v2.5.0
10562026-04-27T09:30:58.266Z Downloaded schemars_derive v0.8.22
10572026-04-27T09:30:58.266Z Downloaded papergrid v0.17.0
10582026-04-27T09:30:58.268Z Downloaded serde_path_to_error v0.1.20
10592026-04-27T09:30:59.280Z Downloaded prefix-trie v0.7.0
10602026-04-27T09:30:59.284Z Downloaded diesel_derives v2.3.8
10612026-04-27T09:30:59.284Z Downloaded seq-macro v0.3.6
10622026-04-27T09:30:59.284Z Downloaded rusty-fork v0.3.1
10632026-04-27T09:30:59.284Z Downloaded minimal-lexical v0.2.1
10642026-04-27T09:30:59.284Z Downloaded sqlparser_derive v0.5.0
10652026-04-27T09:30:59.284Z Downloaded hashbrown v0.13.2
10662026-04-27T09:30:59.284Z Downloaded hashbrown v0.12.3
10672026-04-27T09:30:59.284Z Downloaded rustls-pki-types v1.14.1
10682026-04-27T09:30:59.284Z Downloaded shlex v1.3.0
10692026-04-27T09:30:59.284Z Downloaded progenitor-impl v0.11.2
10702026-04-27T09:30:59.284Z Downloaded progenitor-impl v0.10.0
10712026-04-27T09:30:59.285Z Downloaded serde-hex v0.1.0
10722026-04-27T09:30:59.285Z Downloaded http v1.4.0
10732026-04-27T09:30:59.285Z Downloaded ssh-encoding v0.2.0
10742026-04-27T09:30:59.285Z Downloaded ssh-cipher v0.2.0
10752026-04-27T09:30:59.285Z Downloaded signal-hook-tokio v0.3.1
10762026-04-27T09:30:59.285Z Downloaded hickory-server v0.25.2
10772026-04-27T09:30:59.285Z Downloaded structmeta v0.3.0
10782026-04-27T09:30:59.285Z Downloaded prettyplease v0.2.37
10792026-04-27T09:30:59.285Z Downloaded sct v0.7.1
10802026-04-27T09:30:59.285Z Downloaded slog-json v2.6.1
10812026-04-27T09:30:59.285Z Downloaded strum v0.26.3
10822026-04-27T09:30:59.285Z Downloaded strum v0.27.2
10832026-04-27T09:30:59.285Z Downloaded slog-scope v4.4.1
10842026-04-27T09:30:59.286Z Downloaded slog-dtrace v0.3.0
10852026-04-27T09:30:59.286Z Downloaded slab v0.4.12
10862026-04-27T09:30:59.286Z Downloaded strip-ansi-escapes v0.2.1
10872026-04-27T09:30:59.286Z Downloaded signal-hook-registry v1.4.8
10882026-04-27T09:30:59.286Z Downloaded subtle v2.6.1
10892026-04-27T09:30:59.286Z Downloaded ron v0.8.1
10902026-04-27T09:30:59.286Z Downloaded rcgen v0.12.1
10912026-04-27T09:30:59.286Z Downloaded slog-term v2.9.2
10922026-04-27T09:30:59.286Z Downloaded tagptr v0.2.0
10932026-04-27T09:30:59.286Z Downloaded take_mut v0.2.2
10942026-04-27T09:30:59.286Z Downloaded tabled_derive v0.11.0
10952026-04-27T09:30:59.286Z Downloaded sync-ptr v0.1.4
10962026-04-27T09:30:59.286Z Downloaded serde_cbor v0.11.2
10972026-04-27T09:30:59.286Z Downloaded hyper-util v0.1.20
10982026-04-27T09:30:59.286Z Downloaded tap v1.0.1
10992026-04-27T09:30:59.286Z Downloaded sync_wrapper v1.0.2
11002026-04-27T09:30:59.286Z Downloaded supports-color v3.0.2
11012026-04-27T09:30:59.286Z Downloaded smf v0.2.3
11022026-04-27T09:30:59.286Z Downloaded smallvec v0.6.14
11032026-04-27T09:30:59.286Z Downloaded termtree v0.5.1
11042026-04-27T09:30:59.286Z Downloaded thiserror-impl-no-std v2.0.2
11052026-04-27T09:30:59.286Z Downloaded sqlformat v0.3.5
11062026-04-27T09:30:59.286Z Downloaded testing_table v0.3.0
11072026-04-27T09:30:59.286Z Downloaded itertools v0.10.5
11082026-04-27T09:30:59.286Z Downloaded sha2 v0.11.0
11092026-04-27T09:30:59.286Z Downloaded slog-async v2.8.0
11102026-04-27T09:30:59.286Z Downloaded thread-id v5.1.0
11112026-04-27T09:30:59.286Z Downloaded stacker v0.1.24
11122026-04-27T09:30:59.286Z Downloaded schemars v0.8.22
11132026-04-27T09:30:59.286Z Downloaded tinyvec_macros v0.1.1
11142026-04-27T09:30:59.286Z Downloaded time-core v0.1.8
11152026-04-27T09:30:59.286Z Downloaded support-bundle-viewer v0.1.2
11162026-04-27T09:30:59.286Z Downloaded slog-stdlog v4.1.1
11172026-04-27T09:30:59.287Z Downloaded quinn v0.11.9
11182026-04-27T09:30:59.287Z Downloaded stringprep v0.1.5
11192026-04-27T09:30:59.287Z Downloaded string_cache v0.8.9
11202026-04-27T09:30:59.287Z Downloaded hashbrown v0.16.1
11212026-04-27T09:30:59.287Z Downloaded publicsuffix v2.3.0
11222026-04-27T09:30:59.287Z Downloaded structmeta-derive v0.3.0
11232026-04-27T09:30:59.287Z Downloaded rustls-platform-verifier v0.6.2
11242026-04-27T09:30:59.287Z Downloaded tabwriter v1.4.1
11252026-04-27T09:30:59.287Z Downloaded termios v0.3.3
11262026-04-27T09:30:59.287Z Downloaded strum_macros v0.26.4
11272026-04-27T09:30:59.287Z Downloaded strum_macros v0.27.2
11282026-04-27T09:30:59.287Z Downloaded russh-keys v0.45.0
11292026-04-27T09:30:59.287Z Downloaded num-bigint v0.4.6
11302026-04-27T09:30:59.287Z Downloaded strum_macros v0.24.3
11312026-04-27T09:30:59.287Z Downloaded rayon-core v1.13.0
11322026-04-27T09:30:59.287Z Downloaded topological-sort v0.2.2
11332026-04-27T09:30:59.288Z Downloaded simd-adler32 v0.3.9
11342026-04-27T09:30:59.288Z Downloaded tower-service v0.3.3
11352026-04-27T09:30:59.288Z Downloaded ryu v1.0.23
11362026-04-27T09:30:59.288Z Downloaded pretty_assertions v1.4.1
11372026-04-27T09:30:59.288Z Downloaded spki v0.7.3
11382026-04-27T09:30:59.288Z Downloaded aho-corasick v1.1.4
11392026-04-27T09:30:59.288Z Downloaded mio v1.2.0
11402026-04-27T09:30:59.288Z Downloaded spin v0.9.8
11412026-04-27T09:30:59.288Z Downloaded rand v0.8.6
11422026-04-27T09:30:59.288Z Downloaded snafu-derive v0.8.9
11432026-04-27T09:30:59.288Z Downloaded aes-gcm v0.10.3
11442026-04-27T09:30:59.288Z Downloaded libxml v0.3.3
11452026-04-27T09:30:59.288Z Downloaded try-lock v0.2.5
11462026-04-27T09:30:59.288Z Downloaded trait-variant v0.1.2
11472026-04-27T09:30:59.288Z Downloaded static_assertions v1.1.0
11482026-04-27T09:30:59.288Z Downloaded signal-hook v0.3.18
11492026-04-27T09:30:59.288Z Downloaded nom v7.1.3
11502026-04-27T09:30:59.288Z Downloaded tls_codec v0.4.2
11512026-04-27T09:30:59.288Z Downloaded tiny-keccak v2.0.2
11522026-04-27T09:30:59.288Z Downloaded tokio-native-tls v0.3.1
11532026-04-27T09:30:59.288Z Downloaded unarray v0.1.4
11542026-04-27T09:30:59.288Z Downloaded typify-macro v0.4.3
11552026-04-27T09:30:59.288Z Downloaded typify-macro v0.6.2
11562026-04-27T09:30:59.288Z Downloaded tokio-macros v2.7.0
11572026-04-27T09:30:59.288Z Downloaded time-macros v0.2.27
11582026-04-27T09:30:59.288Z Downloaded universal-hash v0.5.1
11592026-04-27T09:30:59.288Z Downloaded thread_local v1.1.9
11602026-04-27T09:30:59.292Z Downloaded thiserror-no-std v2.0.2
11612026-04-27T09:30:59.292Z Downloaded num-bigint-dig v0.8.6
11622026-04-27T09:30:59.292Z Downloaded iddqd v0.3.18
11632026-04-27T09:30:59.292Z Downloaded slog v2.8.2
11642026-04-27T09:30:59.293Z Downloaded term v1.2.1
11652026-04-27T09:30:59.293Z Downloaded term v0.7.0
11662026-04-27T09:30:59.293Z Downloaded tokio-tungstenite v0.23.1
11672026-04-27T09:30:59.293Z Downloaded tokio-dtrace v0.1.1
11682026-04-27T09:30:59.293Z Downloaded tower-layer v0.3.3
11692026-04-27T09:30:59.293Z Downloaded unicode-truncate v1.1.0
11702026-04-27T09:30:59.293Z Downloaded toml_writer v1.1.1+spec-1.1.0
11712026-04-27T09:30:59.293Z Downloaded utf-8 v0.7.6
11722026-04-27T09:30:59.293Z Downloaded untrusted v0.7.1
11732026-04-27T09:30:59.293Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11742026-04-27T09:30:59.293Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11752026-04-27T09:30:59.293Z Downloaded serde_with_macros v3.18.0
11762026-04-27T09:30:59.294Z Downloaded socket2 v0.5.10
11772026-04-27T09:30:59.294Z Downloaded itertools v0.12.1
11782026-04-27T09:30:59.294Z Downloaded hashbrown v0.15.5
11792026-04-27T09:30:59.294Z Downloaded tokio-tungstenite v0.21.0
11802026-04-27T09:30:59.294Z Downloaded tokio-rustls v0.25.0
11812026-04-27T09:30:59.294Z Downloaded unit-prefix v0.5.2
11822026-04-27T09:30:59.294Z Downloaded rustls-webpki v0.103.13
11832026-04-27T09:30:59.294Z Downloaded usdt-attr-macro v0.6.0
11842026-04-27T09:30:59.294Z Downloaded usdt-macro v0.6.0
11852026-04-27T09:30:59.294Z Downloaded usdt v0.6.0
11862026-04-27T09:30:59.294Z Downloaded rand v0.9.4
11872026-04-27T09:30:59.294Z Downloaded untrusted v0.9.0
11882026-04-27T09:30:59.294Z Downloaded tui-tree-widget v0.23.1
11892026-04-27T09:30:59.294Z Downloaded void v1.0.2
11902026-04-27T09:30:59.294Z Downloaded schemars v0.9.0
11912026-04-27T09:30:59.294Z Downloaded wait-timeout v0.2.1
11922026-04-27T09:30:59.294Z Downloaded tokio-rustls v0.26.4
11932026-04-27T09:30:59.294Z Downloaded similar v2.7.0
11942026-04-27T09:30:59.294Z Downloaded samael v0.0.19
11952026-04-27T09:30:59.294Z Downloaded rsa v0.9.10
11962026-04-27T09:30:59.294Z Downloaded hyper v1.9.0
11972026-04-27T09:30:59.294Z Downloaded waitgroup v0.1.2
11982026-04-27T09:30:59.294Z Downloaded want v0.3.1
11992026-04-27T09:30:59.294Z Downloaded toml_parser v1.1.2+spec-1.1.0
12002026-04-27T09:30:59.294Z Downloaded xattr v1.6.1
12012026-04-27T09:30:59.295Z Downloaded futures-util v0.3.32
12022026-04-27T09:30:59.296Z Downloaded usdt-impl v0.6.0
12032026-04-27T09:30:59.296Z Downloaded socket2 v0.6.3
12042026-04-27T09:30:59.296Z Downloaded snafu v0.8.9
12052026-04-27T09:30:59.296Z Downloaded test-strategy v0.4.5
12062026-04-27T09:30:59.296Z Downloaded uzers v0.12.2
12072026-04-27T09:30:59.296Z Downloaded unicase v2.9.0
12082026-04-27T09:30:59.296Z Downloaded zone_cfg_derive v0.3.1
12092026-04-27T09:30:59.296Z Downloaded subprocess v0.2.15
12102026-04-27T09:30:59.296Z Downloaded serde_yaml v0.9.34+deprecated
12112026-04-27T09:30:59.296Z Downloaded zone v0.3.1
12122026-04-27T09:30:59.296Z Downloaded hkdf v0.12.4
12132026-04-27T09:30:59.296Z Downloaded tokio-rustls v0.24.1
12142026-04-27T09:30:59.296Z Downloaded itertools v0.13.0
12152026-04-27T09:30:59.296Z Downloaded vsss-rs v3.3.4
12162026-04-27T09:30:59.296Z Downloaded twox-hash v2.1.2
12172026-04-27T09:30:59.296Z Downloaded vergen-lib v0.1.6
12182026-04-27T09:30:59.296Z Downloaded tokio-stream v0.1.18
12192026-04-27T09:30:59.297Z Downloaded zeroize_derive v1.4.3
12202026-04-27T09:30:59.297Z Downloaded whoami v1.6.1
12212026-04-27T09:30:59.297Z Downloaded wyz v0.5.1
12222026-04-27T09:30:59.297Z Downloaded p521 v0.13.3
12232026-04-27T09:30:59.297Z Downloaded h2 v0.4.13
12242026-04-27T09:30:59.297Z Downloaded tracing-attributes v0.1.31
12252026-04-27T09:30:59.297Z Downloaded toml v0.7.8
12262026-04-27T09:30:59.297Z Downloaded tar v0.4.45
12272026-04-27T09:30:59.297Z Downloaded vergen-lib v9.1.0
12282026-04-27T09:30:59.298Z Downloaded vergen-git2 v1.0.7
12292026-04-27T09:30:59.298Z Downloaded iri-string v0.7.12
12302026-04-27T09:30:59.298Z Downloaded tinyvec v1.11.0
12312026-04-27T09:30:59.298Z Downloaded qorb v0.4.1
12322026-04-27T09:30:59.298Z Downloaded schemars v1.2.1
12332026-04-27T09:30:59.298Z Downloaded whoami v2.1.2
12342026-04-27T09:30:59.298Z Downloaded itertools v0.14.0
12352026-04-27T09:30:59.298Z Downloaded zstd-safe v7.2.4
12362026-04-27T09:30:59.298Z Downloaded zstd v0.13.3
12372026-04-27T09:30:59.298Z Downloaded unicode-properties v0.1.4
12382026-04-27T09:30:59.298Z Downloaded rustyline v14.0.0
12392026-04-27T09:30:59.298Z Downloaded vergen v9.1.0
12402026-04-27T09:30:59.298Z Downloaded rand v0.10.1
12412026-04-27T09:30:59.298Z Downloaded walkdir v2.5.0
12422026-04-27T09:30:59.298Z Downloaded tls_codec_derive v0.4.2
12432026-04-27T09:30:59.298Z Downloaded xshell-macros v0.2.7
12442026-04-27T09:30:59.298Z Downloaded xshell v0.2.7
12452026-04-27T09:30:59.298Z Downloaded zeroize v1.8.2
12462026-04-27T09:30:59.298Z Downloaded toml_edit v0.25.11+spec-1.1.0
12472026-04-27T09:30:59.298Z Downloaded yasna v0.5.2
12482026-04-27T09:30:59.298Z Downloaded tracing-core v0.1.36
12492026-04-27T09:30:59.299Z Downloaded zerocopy v0.6.6
12502026-04-27T09:30:59.299Z Downloaded uuid v1.23.1
12512026-04-27T09:30:59.299Z Downloaded typify v0.6.2
12522026-04-27T09:30:59.299Z Downloaded typify v0.4.3
12532026-04-27T09:30:59.299Z Downloaded russh v0.45.0
12542026-04-27T09:30:59.299Z Downloaded tungstenite v0.21.0
12552026-04-27T09:30:59.299Z Downloaded libm v0.2.16
12562026-04-27T09:30:59.299Z Downloaded unicode-bidi v0.3.18
12572026-04-27T09:30:59.299Z Downloaded tungstenite v0.23.0
12582026-04-27T09:30:59.299Z Downloaded rpassword v7.4.0
12592026-04-27T09:30:59.299Z Downloaded unsafe-libyaml v0.2.11
12602026-04-27T09:30:59.305Z Downloaded toml v1.1.2+spec-1.1.0
12612026-04-27T09:30:59.305Z Downloaded toml v0.9.12+spec-1.1.0
12622026-04-27T09:30:59.305Z Downloaded blake3 v1.8.5
12632026-04-27T09:30:59.305Z Downloaded vergen-gitcl v1.0.8
12642026-04-27T09:30:59.305Z Downloaded steno v0.4.1
12652026-04-27T09:30:59.305Z Downloaded vte v0.14.1
12662026-04-27T09:30:59.305Z Downloaded reqwest v0.13.2
12672026-04-27T09:30:59.305Z Downloaded reqwest v0.12.28
12682026-04-27T09:30:59.305Z Downloaded yansi v1.0.1
12692026-04-27T09:30:59.305Z Downloaded bitvec v1.0.1
12702026-04-27T09:30:59.305Z Downloaded zopfli v0.8.3
12712026-04-27T09:30:59.305Z Downloaded zip v0.6.6
12722026-04-27T09:30:59.305Z Downloaded toml_edit v0.19.15
12732026-04-27T09:30:59.305Z Downloaded tower v0.5.3
12742026-04-27T09:30:59.305Z Downloaded ssh-key v0.6.7
12752026-04-27T09:30:59.305Z Downloaded unicode_categories v0.1.1
12762026-04-27T09:30:59.305Z Downloaded x509-cert v0.2.5
12772026-04-27T09:30:59.305Z Downloaded unicode-segmentation v1.13.2
12782026-04-27T09:30:59.305Z Downloaded reedline v0.40.0
12792026-04-27T09:30:59.305Z Downloaded bindgen v0.71.1
12802026-04-27T09:30:59.305Z Downloaded tokio-postgres v0.7.17
12812026-04-27T09:30:59.306Z Downloaded moka v0.12.15
12822026-04-27T09:30:59.306Z Downloaded quick-xml v0.37.5
12832026-04-27T09:30:59.306Z Downloaded git2 v0.20.4
12842026-04-27T09:30:59.306Z Downloaded goblin v0.10.5
12852026-04-27T09:30:59.306Z Downloaded regex v1.12.3
12862026-04-27T09:30:59.306Z Downloaded tower-http v0.6.8
12872026-04-27T09:30:59.306Z Downloaded zip v4.6.1
12882026-04-27T09:30:59.306Z Downloaded tough v0.20.0
12892026-04-27T09:30:59.306Z Downloaded typed-path v0.9.3
12902026-04-27T09:30:59.306Z Downloaded quinn-proto v0.11.14
12912026-04-27T09:30:59.306Z Downloaded tokio-util v0.7.18
12922026-04-27T09:30:59.306Z Downloaded zerocopy-derive v0.8.48
12932026-04-27T09:30:59.306Z Downloaded petname v2.0.2
12942026-04-27T09:30:59.306Z Downloaded object v0.30.4
12952026-04-27T09:30:59.306Z Downloaded salty v0.3.0
12962026-04-27T09:30:59.306Z Downloaded lalrpop v0.19.12
12972026-04-27T09:30:59.306Z Downloaded unicode-normalization v0.1.25
12982026-04-27T09:30:59.306Z Downloaded curve25519-dalek v4.1.3
12992026-04-27T09:30:59.306Z Downloaded rayon v1.12.0
13002026-04-27T09:30:59.306Z Downloaded p384 v0.13.1
13012026-04-27T09:30:59.306Z Downloaded rustls-webpki v0.101.7
13022026-04-27T09:30:59.306Z Downloaded radix_trie v0.2.1
13032026-04-27T09:30:59.306Z Downloaded serde_with v3.18.0
13042026-04-27T09:30:59.306Z Downloaded rustls-webpki v0.102.8
13052026-04-27T09:30:59.306Z Downloaded polar-core v0.27.3
13062026-04-27T09:30:59.306Z Downloaded openssl v0.10.78
13072026-04-27T09:30:59.306Z Downloaded proptest v1.11.0
13082026-04-27T09:30:59.306Z Downloaded winnow v1.0.2
13092026-04-27T09:30:59.306Z Downloaded portable-atomic v1.13.1
13102026-04-27T09:30:59.306Z Downloaded time v0.3.47
13112026-04-27T09:30:59.306Z Downloaded tabled v0.20.0
13122026-04-27T09:30:59.306Z Downloaded winnow v0.5.40
13132026-04-27T09:30:59.306Z Downloaded smoltcp v0.9.1
13142026-04-27T09:30:59.306Z Downloaded object v0.37.3
13152026-04-27T09:30:59.306Z Downloaded dropshot v0.16.7
13162026-04-27T09:30:59.307Z Downloaded winnow v0.6.26
13172026-04-27T09:30:59.307Z Downloaded hickory-proto v0.24.4
13182026-04-27T09:30:59.307Z Downloaded vcpkg v0.2.15
13192026-04-27T09:30:59.307Z Downloaded zlib-rs v0.6.3
13202026-04-27T09:30:59.307Z Downloaded hickory-proto v0.25.2
13212026-04-27T09:30:59.307Z Downloaded diesel v2.3.8
13222026-04-27T09:30:59.307Z Downloaded zerocopy v0.8.48
13232026-04-27T09:30:59.307Z Downloaded nix v0.29.0
13242026-04-27T09:30:59.307Z Downloaded rustls v0.21.12
13252026-04-27T09:30:59.307Z Downloaded nix v0.28.0
13262026-04-27T09:30:59.307Z Downloaded bstr v1.12.1
13272026-04-27T09:30:59.307Z Downloaded regex-syntax v0.6.29
13282026-04-27T09:30:59.307Z Downloaded smoltcp v0.11.0
13292026-04-27T09:30:59.307Z Downloaded nix v0.31.2
13302026-04-27T09:30:59.307Z Downloaded dropshot v0.17.0
13312026-04-27T09:30:59.307Z Downloaded sqlparser v0.61.0
13322026-04-27T09:30:59.307Z Downloaded regress v0.10.5
13332026-04-27T09:30:59.307Z Downloaded webpki-roots v1.0.7
13342026-04-27T09:30:59.307Z Downloaded ratatui v0.29.0
13352026-04-27T09:30:59.307Z Downloaded regress v0.11.1
13362026-04-27T09:30:59.307Z Downloaded openapiv3 v2.2.0
13372026-04-27T09:30:59.307Z Downloaded rustls v0.22.4
13382026-04-27T09:30:59.307Z Downloaded regex-syntax v0.8.10
13392026-04-27T09:30:59.307Z Downloaded nix v0.27.1
13402026-04-27T09:30:59.307Z Downloaded aws-lc-rs v1.16.3
13412026-04-27T09:30:59.307Z Downloaded rustls v0.23.39
13422026-04-27T09:30:59.307Z Downloaded rustix v0.38.44
13432026-04-27T09:30:59.307Z Downloaded chrono v0.4.44
13442026-04-27T09:30:59.307Z Downloaded petgraph v0.6.5
13452026-04-27T09:30:59.307Z Downloaded csv v1.4.0
13462026-04-27T09:30:59.307Z Downloaded libz-sys v1.1.28
13472026-04-27T09:30:59.307Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13482026-04-27T09:30:59.307Z Downloaded typify-impl v0.6.2
13492026-04-27T09:30:59.307Z Downloaded sled v0.34.7
13502026-04-27T09:30:59.312Z Downloaded sha3 v0.10.9
13512026-04-27T09:30:59.312Z Downloaded tokio v1.52.1
13522026-04-27T09:30:59.332Z Downloaded typify-impl v0.4.3
13532026-04-27T09:30:59.343Z Downloaded tracing v0.1.44
13542026-04-27T09:30:59.354Z Downloaded bzip2-sys v0.1.13+1.0.8
13552026-04-27T09:30:59.363Z Downloaded zerocopy-derive v0.6.6
13562026-04-27T09:30:59.369Z Downloaded encoding_rs v0.8.35
13572026-04-27T09:30:59.383Z Downloaded regex-automata v0.4.14
13582026-04-27T09:30:59.401Z Downloaded chrono-tz v0.10.4
13592026-04-27T09:30:59.412Z Downloaded jiff v0.2.24
13602026-04-27T09:30:59.426Z Downloaded petgraph v0.8.3
13612026-04-27T09:30:59.559Z Downloaded ring v0.17.14
13622026-04-27T09:30:59.600Z Downloaded libgit2-sys v0.18.3+1.9.2
13632026-04-27T09:31:00.101Z Downloaded aws-lc-sys v0.40.0
13642026-04-27T09:31:00.354Z Compiling libc v0.2.186
13652026-04-27T09:31:00.354Z Compiling serde v1.0.228
13662026-04-27T09:31:00.357Z Compiling typenum v1.20.0
13672026-04-27T09:31:00.357Z Compiling shlex v1.3.0
13682026-04-27T09:31:00.357Z Compiling log v0.4.29
13692026-04-27T09:31:00.357Z Compiling find-msvc-tools v0.1.9
13702026-04-27T09:31:00.357Z Compiling syn v2.0.117
13712026-04-27T09:31:00.497Z Compiling smallvec v1.15.1
13722026-04-27T09:31:00.697Z Compiling generic-array v0.14.7
13732026-04-27T09:31:00.708Z Compiling scopeguard v1.2.0
13742026-04-27T09:31:00.729Z Compiling subtle v2.6.1
13752026-04-27T09:31:00.815Z Compiling lock_api v0.4.14
13762026-04-27T09:31:00.819Z Compiling portable-atomic v1.13.1
13772026-04-27T09:31:00.842Z Compiling critical-section v1.2.0
13782026-04-27T09:31:00.896Z Compiling serde_json v1.0.149
13792026-04-27T09:31:00.944Z Compiling parking_lot_core v0.9.12
13802026-04-27T09:31:00.957Z Compiling const-oid v0.9.6
13812026-04-27T09:31:01.047Z Compiling pin-project-lite v0.2.17
13822026-04-27T09:31:01.151Z Compiling zerocopy v0.8.48
13832026-04-27T09:31:01.209Z Compiling pkg-config v0.3.33
13842026-04-27T09:31:01.335Z Compiling bitflags v2.11.1
13852026-04-27T09:31:01.350Z Compiling getrandom v0.2.17
13862026-04-27T09:31:01.419Z Compiling jobserver v0.1.34
13872026-04-27T09:31:01.553Z Compiling errno v0.3.14
13882026-04-27T09:31:01.571Z Compiling rand_core v0.6.4
13892026-04-27T09:31:01.713Z Compiling cc v1.2.61
13902026-04-27T09:31:01.721Z Compiling signal-hook-registry v1.4.8
13912026-04-27T09:31:01.825Z Compiling libm v0.2.16
13922026-04-27T09:31:01.848Z Compiling mio v1.2.0
13932026-04-27T09:31:02.008Z Compiling once_cell v1.21.4
13942026-04-27T09:31:02.085Z Compiling parking_lot v0.12.5
13952026-04-27T09:31:02.100Z Compiling num-traits v0.2.19
13962026-04-27T09:31:02.153Z Compiling futures-core v0.3.32
13972026-04-27T09:31:02.268Z Compiling percent-encoding v2.3.2
13982026-04-27T09:31:02.309Z Compiling socket2 v0.6.3
13992026-04-27T09:31:02.323Z Compiling getrandom v0.4.2
14002026-04-27T09:31:02.458Z Compiling rand_core v0.10.1
14012026-04-27T09:31:02.474Z Compiling futures-sink v0.3.32
14022026-04-27T09:31:02.490Z Compiling futures-task v0.3.32
14032026-04-27T09:31:02.584Z Compiling futures-channel v0.3.32
14042026-04-27T09:31:02.628Z Compiling futures-io v0.3.32
14052026-04-27T09:31:02.679Z Compiling slab v0.4.12
14062026-04-27T09:31:02.727Z Compiling rustversion v1.0.22
14072026-04-27T09:31:02.801Z Compiling indexmap v2.14.0
14082026-04-27T09:31:02.847Z Compiling cpufeatures v0.2.17
14092026-04-27T09:31:02.867Z Compiling cmake v0.1.58
14102026-04-27T09:31:02.927Z Compiling form_urlencoded v1.2.2
14112026-04-27T09:31:02.942Z Compiling base64ct v1.8.3
14122026-04-27T09:31:03.237Z Compiling dunce v1.0.5
14132026-04-27T09:31:03.283Z Compiling ident_case v1.0.1
14142026-04-27T09:31:03.300Z Compiling fs_extra v1.3.0
14152026-04-27T09:31:03.370Z Compiling pem-rfc7468 v0.7.0
14162026-04-27T09:31:03.402Z Compiling flagset v0.4.7
14172026-04-27T09:31:03.476Z Compiling getrandom v0.3.4
14182026-04-27T09:31:03.584Z Compiling synstructure v0.13.2
14192026-04-27T09:31:03.601Z Compiling rustix v1.1.4
14202026-04-27T09:31:03.689Z Compiling aws-lc-sys v0.40.0
14212026-04-27T09:31:03.710Z Compiling iana-time-zone v0.1.65
14222026-04-27T09:31:03.784Z Compiling ring v0.17.14
14232026-04-27T09:31:03.861Z Compiling uuid v1.23.1
14242026-04-27T09:31:03.943Z Compiling rustc_version v0.4.1
14252026-04-27T09:31:04.219Z Compiling vcpkg v0.2.15
14262026-04-27T09:31:04.233Z Compiling aws-lc-rs v1.16.3
14272026-04-27T09:31:04.294Z Compiling regex-syntax v0.8.10
14282026-04-27T09:31:04.536Z Compiling tracing-core v0.1.36
14292026-04-27T09:31:04.618Z Compiling hybrid-array v0.4.11
14302026-04-27T09:31:05.002Z Compiling openssl-sys v0.9.114
14312026-04-27T09:31:05.118Z Compiling pest_generator v2.8.6
14322026-04-27T09:31:05.121Z Compiling rand_core v0.9.5
14332026-04-27T09:31:05.351Z Compiling serde_derive v1.0.228
14342026-04-27T09:31:05.426Z Compiling zeroize_derive v1.4.3
14352026-04-27T09:31:05.547Z Compiling zerofrom-derive v0.1.7
14362026-04-27T09:31:05.727Z Compiling yoke-derive v0.8.2
14372026-04-27T09:31:05.869Z Compiling zerovec-derive v0.11.3
14382026-04-27T09:31:06.105Z Compiling zeroize v1.8.2
14392026-04-27T09:31:06.764Z Compiling displaydoc v0.2.5
14402026-04-27T09:31:06.910Z Compiling crypto-common v0.1.7
14412026-04-27T09:31:07.003Z Compiling zerocopy-derive v0.8.48
14422026-04-27T09:31:07.015Z Compiling zerofrom v0.1.7
14432026-04-27T09:31:07.046Z Compiling block-buffer v0.10.4
14442026-04-27T09:31:07.061Z Compiling tokio-macros v2.7.0
14452026-04-27T09:31:07.146Z Compiling yoke v0.8.2
14462026-04-27T09:31:07.221Z Compiling digest v0.10.7
14472026-04-27T09:31:07.345Z Compiling zerovec v0.11.6
14482026-04-27T09:31:07.475Z Compiling futures-macro v0.3.32
14492026-04-27T09:31:07.543Z Compiling zerotrie v0.2.4
14502026-04-27T09:31:07.798Z Compiling block-padding v0.3.3
14512026-04-27T09:31:07.847Z Compiling tinystr v0.8.3
14522026-04-27T09:31:07.885Z Compiling potential_utf v0.1.5
14532026-04-27T09:31:07.961Z Compiling inout v0.1.4
14542026-04-27T09:31:08.064Z Compiling icu_locale_core v2.2.0
14552026-04-27T09:31:08.064Z Compiling icu_collections v2.2.0
14562026-04-27T09:31:08.130Z Compiling cipher v0.4.4
14572026-04-27T09:31:08.297Z Compiling futures-util v0.3.32
14582026-04-27T09:31:08.485Z Compiling hmac v0.12.1
14592026-04-27T09:31:08.501Z Compiling der_derive v0.7.3
14602026-04-27T09:31:08.621Z Compiling pbkdf2 v0.12.2
14612026-04-27T09:31:08.639Z Compiling salsa20 v0.10.2
14622026-04-27T09:31:08.758Z Compiling sha2 v0.10.9
14632026-04-27T09:31:08.789Z Compiling thiserror-impl v2.0.18
14642026-04-27T09:31:09.013Z Compiling bytes v1.11.1
14652026-04-27T09:31:09.183Z Compiling icu_provider v2.2.0
14662026-04-27T09:31:09.485Z Compiling icu_properties v2.2.0
14672026-04-27T09:31:09.540Z Compiling tokio v1.52.1
14682026-04-27T09:31:09.663Z Compiling icu_normalizer v2.2.0
14692026-04-27T09:31:10.183Z Compiling der v0.7.10
14702026-04-27T09:31:10.197Z Compiling http v1.4.0
14712026-04-27T09:31:10.232Z Compiling chrono v0.4.44
14722026-04-27T09:31:10.662Z Compiling idna_adapter v1.2.1
14732026-04-27T09:31:10.677Z Compiling thiserror v2.0.18
14742026-04-27T09:31:10.786Z Compiling idna v1.1.0
14752026-04-27T09:31:10.803Z Compiling scrypt v0.11.0
14762026-04-27T09:31:11.067Z Compiling url v2.5.8
14772026-04-27T09:31:11.112Z Compiling spki v0.7.3
14782026-04-27T09:31:11.323Z Compiling cbc v0.1.2
14792026-04-27T09:31:11.390Z Compiling aes v0.8.4
14802026-04-27T09:31:11.441Z Compiling ppv-lite86 v0.2.21
14812026-04-27T09:31:11.480Z Compiling rustls-pki-types v1.14.1
14822026-04-27T09:31:11.581Z Compiling tracing-attributes v0.1.31
14832026-04-27T09:31:11.632Z Compiling http-body v1.0.1
14842026-04-27T09:31:11.788Z Compiling pkcs5 v0.7.1
14852026-04-27T09:31:11.835Z Compiling serde_derive_internals v0.29.1
14862026-04-27T09:31:11.880Z Compiling openssl-probe v0.2.1
14872026-04-27T09:31:11.932Z Compiling base64 v0.22.1
14882026-04-27T09:31:12.058Z Compiling untrusted v0.9.0
14892026-04-27T09:31:12.188Z Compiling schemars v0.8.22
14902026-04-27T09:31:12.259Z Compiling untrusted v0.7.1
14912026-04-27T09:31:12.282Z Compiling cmov v0.5.3
14922026-04-27T09:31:12.388Z Compiling httparse v1.10.1
14932026-04-27T09:31:12.459Z Compiling pkcs8 v0.10.2
14942026-04-27T09:31:12.492Z Compiling ctutils v0.4.2
14952026-04-27T09:31:12.714Z Compiling pest_derive v2.8.6
14962026-04-27T09:31:12.746Z Compiling schemars_derive v0.8.22
14972026-04-27T09:31:12.763Z Compiling scroll_derive v0.13.1
14982026-04-27T09:31:12.779Z Compiling block-buffer v0.12.0
14992026-04-27T09:31:12.899Z Compiling tracing v0.1.44
15002026-04-27T09:31:12.958Z Compiling crypto-common v0.2.1
15012026-04-27T09:31:13.149Z Compiling darling_core v0.20.11
15022026-04-27T09:31:13.176Z Compiling rustls v0.23.39
15032026-04-27T09:31:13.355Z Compiling tokio-util v0.7.18
15042026-04-27T09:31:13.598Z Compiling tower-service v0.3.3
15052026-04-27T09:31:13.703Z Compiling tower-layer v0.3.3
15062026-04-27T09:31:13.875Z Compiling atomic-waker v1.1.2
15072026-04-27T09:31:14.013Z Compiling const-oid v0.10.2
15082026-04-27T09:31:14.059Z Compiling tinyvec_macros v0.1.1
15092026-04-27T09:31:14.138Z Compiling try-lock v0.2.5
15102026-04-27T09:31:14.228Z Compiling dyn-clone v1.0.20
15112026-04-27T09:31:14.253Z Compiling want v0.3.1
15122026-04-27T09:31:14.271Z Compiling digest v0.11.2
15132026-04-27T09:31:14.426Z Compiling tinyvec v1.11.0
15142026-04-27T09:31:14.477Z Compiling h2 v0.4.13
15152026-04-27T09:31:14.480Z Compiling scroll v0.13.0
15162026-04-27T09:31:14.770Z Compiling rand_chacha v0.9.0
15172026-04-27T09:31:14.783Z Compiling ipnet v2.12.0
15182026-04-27T09:31:15.064Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15192026-04-27T09:31:15.305Z Compiling spin v0.9.8
15202026-04-27T09:31:15.369Z Compiling aho-corasick v1.1.4
15212026-04-27T09:31:15.468Z Compiling time-core v0.1.8
15222026-04-27T09:31:15.497Z Compiling httpdate v1.0.3
15232026-04-27T09:31:15.525Z Compiling openssl v0.10.78
15242026-04-27T09:31:15.553Z Compiling darling_macro v0.20.11
15252026-04-27T09:31:15.616Z Compiling num-conv v0.2.1
15262026-04-27T09:31:15.720Z Compiling foreign-types-shared v0.1.1
15272026-04-27T09:31:15.735Z Compiling crc32fast v1.5.0
15282026-04-27T09:31:15.760Z Compiling powerfmt v0.2.0
15292026-04-27T09:31:15.773Z Compiling cpufeatures v0.3.0
15302026-04-27T09:31:15.811Z Compiling foreign-types v0.3.2
15312026-04-27T09:31:15.855Z Compiling time-macros v0.2.27
15322026-04-27T09:31:15.915Z Compiling deranged v0.5.8
15332026-04-27T09:31:15.977Z Compiling tempfile v3.27.0
15342026-04-27T09:31:16.030Z Compiling darling v0.20.11
15352026-04-27T09:31:16.117Z Compiling rand v0.9.4
15362026-04-27T09:31:16.373Z Compiling regex-automata v0.4.14
15372026-04-27T09:31:16.929Z Compiling goblin v0.10.5
15382026-04-27T09:31:16.966Z Compiling openssl-macros v0.1.1
15392026-04-27T09:31:17.166Z Compiling wait-timeout v0.2.1
15402026-04-27T09:31:17.378Z Compiling usdt-impl v0.6.0
15412026-04-27T09:31:17.459Z Compiling syn v1.0.109
15422026-04-27T09:31:17.490Z Compiling hyper v1.9.0
15432026-04-27T09:31:17.596Z Compiling native-tls v0.2.18
15442026-04-27T09:31:17.777Z Compiling simd-adler32 v0.3.9
15452026-04-27T09:31:17.810Z Compiling siphasher v1.0.2
15462026-04-27T09:31:18.007Z Compiling crossbeam-utils v0.8.21
15472026-04-27T09:31:18.037Z Compiling bit-vec v0.8.0
15482026-04-27T09:31:18.285Z Compiling num_threads v0.1.7
15492026-04-27T09:31:18.306Z Compiling quick-error v1.2.3
15502026-04-27T09:31:18.421Z Compiling time v0.3.47
15512026-04-27T09:31:18.467Z Compiling rusty-fork v0.3.1
15522026-04-27T09:31:18.602Z Compiling bit-set v0.8.0
15532026-04-27T09:31:18.781Z Compiling hyper-util v0.1.20
15542026-04-27T09:31:19.177Z Compiling derive_builder_core v0.20.2
15552026-04-27T09:31:20.112Z Compiling dof v0.4.0
15562026-04-27T09:31:20.319Z Compiling chacha20 v0.10.0
15572026-04-27T09:31:20.645Z Compiling unicode-normalization v0.1.25
15582026-04-27T09:31:20.648Z Compiling dtrace-parser v0.3.0
15592026-04-27T09:31:20.781Z Compiling rustls-native-certs v0.8.3
15602026-04-27T09:31:21.088Z Compiling signature v2.2.0
15612026-04-27T09:31:21.126Z Compiling scroll_derive v0.12.1
15622026-04-27T09:31:21.276Z Compiling thiserror-impl v1.0.69
15632026-04-27T09:31:21.348Z Compiling rand_xorshift v0.4.0
15642026-04-27T09:31:21.439Z Compiling heapless v0.7.17
15652026-04-27T09:31:21.468Z Compiling slog v2.8.2
15662026-04-27T09:31:21.519Z Compiling darling_core v0.23.0
15672026-04-27T09:31:21.661Z Compiling bzip2-sys v0.1.13+1.0.8
15682026-04-27T09:31:21.688Z Compiling sync_wrapper v1.0.2
15692026-04-27T09:31:21.802Z Compiling thread-id v5.1.0
15702026-04-27T09:31:21.817Z Compiling cookie v0.18.1
15712026-04-27T09:31:21.892Z Compiling unicode-bidi v0.3.18
15722026-04-27T09:31:21.950Z Compiling unicode-properties v0.1.4
15732026-04-27T09:31:21.986Z Compiling unarray v0.1.4
15742026-04-27T09:31:22.003Z Compiling zstd-safe v7.2.4
15752026-04-27T09:31:22.102Z Compiling paste v1.0.15
15762026-04-27T09:31:22.167Z Compiling adler2 v2.0.1
15772026-04-27T09:31:22.205Z Compiling allocator-api2 v0.2.21
15782026-04-27T09:31:22.307Z Compiling anyhow v1.0.102
15792026-04-27T09:31:22.384Z Compiling signal-hook v0.3.18
15802026-04-27T09:31:22.500Z Compiling miniz_oxide v0.8.9
15812026-04-27T09:31:22.548Z Compiling stringprep v0.1.5
15822026-04-27T09:31:22.613Z Compiling thiserror v1.0.69
15832026-04-27T09:31:22.642Z Compiling proptest v1.11.0
15842026-04-27T09:31:22.851Z Compiling scroll v0.12.0
15852026-04-27T09:31:23.014Z Compiling tower v0.5.3
15862026-04-27T09:31:23.177Z Compiling rand v0.10.1
15872026-04-27T09:31:23.359Z Compiling derive_builder_macro v0.20.2
15882026-04-27T09:31:23.547Z Compiling sha2 v0.11.0
15892026-04-27T09:31:23.869Z Compiling ipnetwork v0.21.1
15902026-04-27T09:31:24.028Z Compiling hmac v0.13.0
15912026-04-27T09:31:24.149Z Compiling md-5 v0.11.0
15922026-04-27T09:31:24.205Z Compiling webpki-roots v1.0.7
15932026-04-27T09:31:24.227Z Compiling darling_macro v0.23.0
15942026-04-27T09:31:24.293Z Compiling http-body-util v0.1.3
15952026-04-27T09:31:24.327Z Compiling rand_chacha v0.3.1
15962026-04-27T09:31:24.454Z Compiling toml_datetime v0.6.11
15972026-04-27T09:31:24.543Z Compiling erased-serde v0.3.31
15982026-04-27T09:31:24.717Z Compiling serde_spanned v0.6.9
15992026-04-27T09:31:24.732Z Compiling serde_tokenstream v0.2.3
16002026-04-27T09:31:24.880Z Compiling zerocopy-derive v0.7.35
16012026-04-27T09:31:25.049Z Compiling curve25519-dalek v4.1.3
16022026-04-27T09:31:25.060Z Compiling vergen-lib v9.1.0
16032026-04-27T09:31:25.172Z Compiling num-integer v0.1.46
16042026-04-27T09:31:25.244Z Compiling hash32 v0.2.1
16052026-04-27T09:31:25.396Z Compiling ff v0.13.1
16062026-04-27T09:31:25.437Z Compiling memoffset v0.9.1
16072026-04-27T09:31:25.461Z Compiling base16ct v0.2.0
16082026-04-27T09:31:25.492Z Compiling psl-types v2.0.11
16092026-04-27T09:31:25.528Z Compiling ref-cast v1.0.25
16102026-04-27T09:31:25.622Z Compiling litrs v1.0.0
16112026-04-27T09:31:25.622Z Compiling fallible-iterator v0.2.0
16122026-04-27T09:31:25.638Z Compiling iri-string v0.7.12
16132026-04-27T09:31:25.759Z Compiling num-bigint-dig v0.8.6
16142026-04-27T09:31:25.846Z Compiling ryu v1.0.23
16152026-04-27T09:31:25.962Z Compiling smoltcp v0.9.1
16162026-04-27T09:31:25.974Z Compiling zlib-rs v0.6.3
16172026-04-27T09:31:26.045Z Compiling cfg_aliases v0.2.1
16182026-04-27T09:31:26.125Z Compiling rustix v0.38.44
16192026-04-27T09:31:26.165Z Compiling document-features v0.2.12
16202026-04-27T09:31:26.333Z Compiling nix v0.31.2
16212026-04-27T09:31:26.584Z Compiling serde_urlencoded v0.7.1
16222026-04-27T09:31:26.738Z Compiling postgres-protocol v0.6.11
16232026-04-27T09:31:26.822Z Compiling zerocopy v0.7.35
16242026-04-27T09:31:26.953Z Compiling tower-http v0.6.8
16252026-04-27T09:31:27.240Z Compiling publicsuffix v2.3.0
16262026-04-27T09:31:27.322Z Compiling sec1 v0.7.3
16272026-04-27T09:31:27.378Z Compiling group v0.13.0
16282026-04-27T09:31:27.496Z Compiling num-iter v0.1.45
16292026-04-27T09:31:27.511Z Compiling hubpack_derive v0.1.1
16302026-04-27T09:31:27.580Z Compiling newtype-uuid v1.3.2
16312026-04-27T09:31:27.617Z Compiling darling v0.23.0
16322026-04-27T09:31:27.705Z Compiling rand v0.8.6
16332026-04-27T09:31:27.873Z Compiling oxnet v0.1.4
16342026-04-27T09:31:27.922Z Compiling derive_builder v0.20.2
16352026-04-27T09:31:27.993Z Compiling tokio-native-tls v0.3.1
16362026-04-27T09:31:28.050Z Compiling goblin v0.8.2
16372026-04-27T09:31:28.610Z Compiling regex v1.12.3
16382026-04-27T09:31:28.762Z Compiling phf_shared v0.13.1
16392026-04-27T09:31:28.797Z Compiling lazy_static v1.5.0
16402026-04-27T09:31:28.899Z Compiling hkdf v0.12.4
16412026-04-27T09:31:29.015Z Compiling flate2 v1.1.9
16422026-04-27T09:31:29.060Z Compiling crypto-bigint v0.5.5
16432026-04-27T09:31:29.074Z Compiling terminal_size v0.4.4
16442026-04-27T09:31:29.100Z Compiling curve25519-dalek-derive v0.1.1
16452026-04-27T09:31:29.219Z Compiling async-trait v0.1.89
16462026-04-27T09:31:29.415Z Compiling ref-cast-impl v1.0.25
16472026-04-27T09:31:29.444Z Compiling strum_macros v0.27.2
16482026-04-27T09:31:29.762Z Compiling daft-derive v0.1.5
16492026-04-27T09:31:29.964Z Compiling vergen v9.1.0
16502026-04-27T09:31:30.156Z Compiling fs-err v3.3.0
16512026-04-27T09:31:30.276Z Compiling cargo-platform v0.3.3
16522026-04-27T09:31:30.356Z Compiling ahash v0.8.12
16532026-04-27T09:31:30.501Z Compiling encoding_rs v0.8.35
16542026-04-27T09:31:30.555Z Compiling object v0.37.3
16552026-04-27T09:31:30.571Z Compiling foldhash v0.2.0
16562026-04-27T09:31:30.802Z Compiling managed v0.8.0
16572026-04-27T09:31:30.838Z Compiling bitflags v1.3.2
16582026-04-27T09:31:30.920Z Compiling unicode-segmentation v1.13.2
16592026-04-27T09:31:31.030Z Compiling bumpalo v3.20.2
16602026-04-27T09:31:31.282Z Compiling mime v0.3.17
16612026-04-27T09:31:31.301Z Compiling winnow v0.5.40
16622026-04-27T09:31:31.357Z Compiling foldhash v0.1.5
16632026-04-27T09:31:31.467Z Compiling libbz2-rs-sys v0.2.3
16642026-04-27T09:31:31.534Z Compiling hashbrown v0.15.5
16652026-04-27T09:31:31.548Z Compiling strum v0.27.2
16662026-04-27T09:31:31.683Z Compiling clap_builder v4.6.0
16672026-04-27T09:31:31.685Z Compiling zopfli v0.8.3
16682026-04-27T09:31:32.066Z Compiling bzip2 v0.6.1
16692026-04-27T09:31:32.227Z Compiling hashbrown v0.16.1
16702026-04-27T09:31:32.335Z Compiling daft v0.1.5
16712026-04-27T09:31:32.378Z Compiling cargo_metadata v0.23.1
16722026-04-27T09:31:32.618Z Compiling toml_edit v0.19.15
16732026-04-27T09:31:32.755Z Compiling dof v0.3.0
16742026-04-27T09:31:32.935Z Compiling elliptic-curve v0.13.8
16752026-04-27T09:31:33.350Z Compiling phf v0.13.1
16762026-04-27T09:31:33.551Z Compiling signal-hook-mio v0.2.5
16772026-04-27T09:31:33.677Z Compiling zstd v0.13.3
16782026-04-27T09:31:33.842Z Compiling cookie_store v0.22.1
16792026-04-27T09:31:34.167Z Compiling hyper-tls v0.6.0
16802026-04-27T09:31:34.349Z Compiling bzip2 v0.4.4
16812026-04-27T09:31:34.412Z Compiling hubpack v0.1.2
16822026-04-27T09:31:34.547Z Compiling serde_with_macros v3.18.0
16832026-04-27T09:31:34.574Z Compiling postgres-types v0.2.13
16842026-04-27T09:31:34.845Z Compiling usdt-macro v0.6.0
16852026-04-27T09:31:35.168Z Compiling usdt-attr-macro v0.6.0
16862026-04-27T09:31:35.471Z Compiling dtrace-parser v0.2.0
16872026-04-27T09:31:35.633Z Compiling ed25519 v2.2.3
16882026-04-27T09:31:35.743Z Compiling bstr v1.12.1
16892026-04-27T09:31:35.932Z Compiling phf_shared v0.11.3
16902026-04-27T09:31:36.000Z Compiling pkcs1 v0.7.5
16912026-04-27T09:31:36.135Z Compiling serde-big-array v0.5.1
16922026-04-27T09:31:36.276Z Compiling hex v0.4.3
16932026-04-27T09:31:36.290Z Compiling rfc6979 v0.4.0
16942026-04-27T09:31:36.324Z Compiling strum_macros v0.26.4
16952026-04-27T09:31:36.419Z Compiling clap_derive v4.6.1
16962026-04-27T09:31:36.448Z Compiling serde_repr v0.1.20
16972026-04-27T09:31:36.451Z Compiling enum-as-inner v0.6.1
16982026-04-27T09:31:36.569Z Compiling float-cmp v0.10.0
16992026-04-27T09:31:36.615Z Compiling thread-id v4.2.2
17002026-04-27T09:31:36.707Z Compiling whoami v2.1.2
17012026-04-27T09:31:36.725Z Compiling memmap2 v0.9.10
17022026-04-27T09:31:36.954Z Compiling env_filter v1.0.1
17032026-04-27T09:31:36.984Z Compiling precomputed-hash v0.1.1
17042026-04-27T09:31:37.026Z Compiling keccak v0.1.6
17052026-04-27T09:31:37.082Z Compiling static_assertions v1.1.0
17062026-04-27T09:31:37.116Z Compiling new_debug_unreachable v1.0.6
17072026-04-27T09:31:37.164Z Compiling data-encoding v2.11.0
17082026-04-27T09:31:37.198Z Compiling jiff v0.2.24
17092026-04-27T09:31:37.281Z Compiling winnow v1.0.2
17102026-04-27T09:31:37.910Z Compiling predicates-core v1.0.10
17112026-04-27T09:31:37.913Z Compiling fixedbitset v0.4.2
17122026-04-27T09:31:38.104Z Compiling fixedbitset v0.5.7
17132026-04-27T09:31:38.163Z Compiling rustc-hash v2.1.2
17142026-04-27T09:31:38.218Z Compiling difflib v0.4.0
17152026-04-27T09:31:38.308Z Compiling normalize-line-endings v0.3.0
17162026-04-27T09:31:38.317Z Compiling either v1.15.0
17172026-04-27T09:31:38.442Z Compiling toml_edit v0.22.27
17182026-04-27T09:31:38.457Z Compiling clap v4.6.1
17192026-04-27T09:31:38.497Z Compiling predicates v3.1.4
17202026-04-27T09:31:38.542Z Compiling itertools v0.13.0
17212026-04-27T09:31:38.564Z Compiling petgraph v0.8.3
17222026-04-27T09:31:38.879Z Compiling iddqd v0.3.18
17232026-04-27T09:31:39.215Z Compiling toml_parser v1.1.2+spec-1.1.0
17242026-04-27T09:31:39.627Z Compiling strum v0.26.3
17252026-04-27T09:31:39.771Z Compiling petgraph v0.6.5
17262026-04-27T09:31:39.882Z Compiling hickory-proto v0.25.2
17272026-04-27T09:31:39.908Z Compiling string_cache v0.8.9
17282026-04-27T09:31:40.142Z Compiling zip v4.6.1
17292026-04-27T09:31:40.165Z Compiling sha3 v0.10.9
17302026-04-27T09:31:40.672Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17312026-04-27T09:31:40.709Z Compiling env_logger v0.11.10
17322026-04-27T09:31:41.064Z Compiling tokio-postgres v0.7.17
17332026-04-27T09:31:41.180Z Compiling usdt v0.6.0
17342026-04-27T09:31:41.374Z Compiling usdt-impl v0.5.0
17352026-04-27T09:31:41.397Z Compiling serde_with v3.18.0
17362026-04-27T09:31:41.459Z Compiling ecdsa v0.16.9
17372026-04-27T09:31:41.751Z Compiling rsa v0.9.10
17382026-04-27T09:31:41.869Z Compiling similar v2.7.0
17392026-04-27T09:31:41.993Z Compiling ed25519-dalek v2.2.0
17402026-04-27T09:31:42.704Z Compiling crossterm v0.28.1
17412026-04-27T09:31:43.217Z Compiling zip v0.6.6
17422026-04-27T09:31:43.608Z Compiling toml v0.7.8
17432026-04-27T09:31:44.237Z Compiling heck v0.4.1
17442026-04-27T09:31:44.277Z Compiling crossbeam-epoch v0.9.18
17452026-04-27T09:31:44.299Z Compiling tokio-stream v0.1.18
17462026-04-27T09:31:44.352Z Compiling buf-list v1.1.2
17472026-04-27T09:31:44.488Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17482026-04-27T09:31:44.628Z Compiling x509-cert v0.2.5
17492026-04-27T09:31:44.654Z Compiling openapiv3 v2.2.0
17502026-04-27T09:31:44.791Z Compiling sha1 v0.10.6
17512026-04-27T09:31:44.821Z Compiling toml_datetime v1.1.1+spec-1.1.0
17522026-04-27T09:31:44.933Z Compiling peg-runtime v0.8.5
17532026-04-27T09:31:45.027Z Compiling lalrpop-util v0.19.12
17542026-04-27T09:31:45.134Z Compiling thread_local v1.1.9
17552026-04-27T09:31:45.234Z Compiling slog-async v2.8.0
17562026-04-27T09:31:45.237Z Compiling crossbeam-channel v0.5.15
17572026-04-27T09:31:45.313Z Compiling futures-executor v0.3.32
17582026-04-27T09:31:45.402Z Compiling filetime v0.2.27
17592026-04-27T09:31:45.582Z Compiling is-terminal v0.4.17
17602026-04-27T09:31:45.598Z Compiling xattr v1.6.1
17612026-04-27T09:31:45.609Z Compiling take_mut v0.2.2
17622026-04-27T09:31:45.686Z Compiling term v1.2.1
17632026-04-27T09:31:45.720Z Compiling futures v0.3.32
17642026-04-27T09:31:45.795Z Compiling tar v0.4.45
17652026-04-27T09:31:46.194Z Compiling slog-term v2.9.2
17662026-04-27T09:31:53.021Z Compiling rustls-webpki v0.103.13
17672026-04-27T09:31:56.025Z Compiling tokio-rustls v0.26.4
17682026-04-27T09:31:56.025Z Compiling rustls-platform-verifier v0.6.2
17692026-04-27T09:31:56.244Z Compiling hyper-rustls v0.27.9
17702026-04-27T09:31:56.459Z Compiling reqwest v0.12.28
17712026-04-27T09:31:56.459Z Compiling reqwest v0.13.2
17722026-04-27T09:31:58.756Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17732026-04-27T09:31:58.985Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17742026-04-27T09:32:01.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17752026-04-27T09:32:02.141Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17762026-04-27T09:32:02.200ZApr 27 09:32:00.352 INFO Starting download, target: Console
17772026-04-27T09:32:02.200ZApr 27 09:32:00.352 INFO Starting download, target: Cockroach
17782026-04-27T09:32:02.200ZApr 27 09:32:00.352 INFO Starting download, target: Clickhouse
17792026-04-27T09:32:02.200ZApr 27 09:32:00.352 INFO Starting download, target: DendriteStub
17802026-04-27T09:32:02.200ZApr 27 09:32:00.352 INFO Starting download, target: MaghemiteMgd
17812026-04-27T09:32:02.203ZApr 27 09:32:00.352 INFO Starting download, target: TransceiverControl
17822026-04-27T09:32:02.203ZApr 27 09:32:00.353 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17832026-04-27T09:32:02.203ZApr 27 09:32:00.353 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17842026-04-27T09:32:02.203ZApr 27 09:32:00.353 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17852026-04-27T09:32:02.203ZApr 27 09:32:00.353 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17862026-04-27T09:32:02.203ZApr 27 09:32:00.353 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17872026-04-27T09:32:02.203ZApr 27 09:32:00.353 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17882026-04-27T09:32:02.531ZApr 27 09:32:00.676 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17892026-04-27T09:32:02.763ZApr 27 09:32:00.910 INFO Download complete, target: TransceiverControl
17902026-04-27T09:32:03.181ZApr 27 09:32:01.328 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17912026-04-27T09:32:03.460ZApr 27 09:32:01.608 INFO Download complete, target: Console
17922026-04-27T09:32:03.792ZApr 27 09:32:01.940 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17932026-04-27T09:32:03.826ZApr 27 09:32:01.978 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17942026-04-27T09:32:04.255ZApr 27 09:32:02.407 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17952026-04-27T09:32:04.313ZApr 27 09:32:02.465 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17962026-04-27T09:32:04.313ZApr 27 09:32:02.465 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17972026-04-27T09:32:06.398ZApr 27 09:32:04.550 INFO Download complete, target: DendriteStub
17982026-04-27T09:32:06.402ZApr 27 09:32:04.554 INFO Download complete, target: MaghemiteMgd
17992026-04-27T09:32:09.290ZApr 27 09:32:07.439 INFO Checking that binary works, target: Cockroach
18002026-04-27T09:32:09.387ZApr 27 09:32:07.538 INFO Download complete, target: Cockroach
18012026-04-27T09:32:11.478ZApr 27 09:32:09.629 INFO Checking that binary works, target: Clickhouse
18022026-04-27T09:32:11.628ZApr 27 09:32:09.773 INFO Download complete, target: Clickhouse
18032026-04-27T09:32:11.636ZAll builder prerequisites installed successfully, and PATH looks valid
18042026-04-27T09:32:11.639Z
18052026-04-27T09:32:11.639Zreal 3:23.672522396
18062026-04-27T09:32:11.639Zuser 7:46.130075697
18072026-04-27T09:32:11.639Zsys 1:29.503247088
18082026-04-27T09:32:11.639Ztrap 0.249448793
18092026-04-27T09:32:11.639Ztflt 0.508622454
18102026-04-27T09:32:11.639Zdflt 0.585635489
18112026-04-27T09:32:11.639Zkflt 0.023584086
18122026-04-27T09:32:11.639Zlock 23:11.489269625
18132026-04-27T09:32:11.639Zslp 23:26.861764304
18142026-04-27T09:32:11.639Zlat 48.220745963
18152026-04-27T09:32:11.639Zstop 2:10.704207996
18162026-04-27T09:32:11.639Z+ banner hack-check
18172026-04-27T09:32:11.639Z
18182026-04-27T09:32:11.639Z # # ## #### # # #### # # ###### #### # #
18192026-04-27T09:32:11.639Z # # # # # # # # # # # # # # # # #
18202026-04-27T09:32:11.639Z ###### # # # #### ##### # ###### ##### # ####
18212026-04-27T09:32:11.639Z # # ###### # # # # # # # # # #
18222026-04-27T09:32:11.639Z # # # # # # # # # # # # # # # # #
18232026-04-27T09:32:11.639Z # # # # #### # # #### # # ###### #### # #
18242026-04-27T09:32:11.639Z
18252026-04-27T09:32:11.639Z+ export CARGO_INCREMENTAL=0
18262026-04-27T09:32:11.639Z+ CARGO_INCREMENTAL=0
18272026-04-27T09:32:11.639Z+ ptime -m timeout 2h cargo xtask check-features --ci
18282026-04-27T09:32:12.208Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18292026-04-27T09:32:12.440Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18302026-04-27T09:32:14.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s
18312026-04-27T09:32:14.467Z Running `target/debug/xtask check-features --ci`
18322026-04-27T09:32:14.496Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18332026-04-27T09:32:14.496Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18342026-04-27T09:32:15.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18352026-04-27T09:32:15.041Z Running `target/debug/xtask download cargo-hack`
18362026-04-27T09:32:15.873Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18372026-04-27T09:32:16.204Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18382026-04-27T09:32:18.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
18392026-04-27T09:32:19.013Z Running `target/debug/xtask-downloader cargo-hack`
18402026-04-27T09:32:19.057ZApr 27 09:32:17.207 INFO Starting download, target: CargoHack
18412026-04-27T09:32:19.059ZApr 27 09:32:17.208 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18422026-04-27T09:32:19.633ZApr 27 09:32:17.784 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18432026-04-27T09:32:19.685ZApr 27 09:32:17.836 INFO Download complete, target: CargoHack
18442026-04-27T09:32:19.688Zrunning: "/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"
18452026-04-27T09:32:19.702Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18462026-04-27T09:32:19.859Zinfo: running `cargo check --bins` on api_identity (1/272)
18472026-04-27T09:32:20.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-04-27T09:32:20.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-04-27T09:32:20.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-04-27T09:32:20.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18512026-04-27T09:32:20.485Z
18522026-04-27T09:32:20.485Zinfo: running `cargo check --bins` on bootstore (2/272)
18532026-04-27T09:32:21.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-04-27T09:32:21.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-04-27T09:32:21.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-04-27T09:32:21.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18572026-04-27T09:32:21.105Z
18582026-04-27T09:32:21.105Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18592026-04-27T09:32:21.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-04-27T09:32:21.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-04-27T09:32:21.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-04-27T09:32:21.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18632026-04-27T09:32:21.715Z
18642026-04-27T09:32:21.715Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18652026-04-27T09:32:22.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-04-27T09:32:22.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-04-27T09:32:22.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-04-27T09:32:22.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18692026-04-27T09:32:22.323Z
18702026-04-27T09:32:22.323Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18712026-04-27T09:32:22.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-04-27T09:32:22.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-04-27T09:32:22.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-04-27T09:32:22.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18752026-04-27T09:32:22.937Z
18762026-04-27T09:32:22.937Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18772026-04-27T09:32:23.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-04-27T09:32:23.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-04-27T09:32:23.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-04-27T09:32:23.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18812026-04-27T09:32:23.573Z
18822026-04-27T09:32:23.573Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18832026-04-27T09:32:24.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-04-27T09:32:24.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-04-27T09:32:24.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-04-27T09:32:24.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18872026-04-27T09:32:24.197Z
18882026-04-27T09:32:24.197Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18892026-04-27T09:32:24.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-04-27T09:32:24.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-04-27T09:32:24.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-04-27T09:32:24.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18932026-04-27T09:32:24.817Z
18942026-04-27T09:32:24.817Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18952026-04-27T09:32:25.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-04-27T09:32:25.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-04-27T09:32:25.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-04-27T09:32:25.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18992026-04-27T09:32:25.308Z
19002026-04-27T09:32:25.308Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
19012026-04-27T09:32:25.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-04-27T09:32:25.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-04-27T09:32:25.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-04-27T09:32:25.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19052026-04-27T09:32:25.802Z
19062026-04-27T09:32:25.802Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
19072026-04-27T09:32:26.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-04-27T09:32:26.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-04-27T09:32:26.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-04-27T09:32:26.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19112026-04-27T09:32:26.291Z
19122026-04-27T09:32:26.291Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
19132026-04-27T09:32:26.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-04-27T09:32:26.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-04-27T09:32:26.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-04-27T09:32:26.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19172026-04-27T09:32:26.778Z
19182026-04-27T09:32:26.778Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
19192026-04-27T09:32:27.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-04-27T09:32:27.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-04-27T09:32:27.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-04-27T09:32:27.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19232026-04-27T09:32:27.269Z
19242026-04-27T09:32:27.269Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
19252026-04-27T09:32:27.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-04-27T09:32:27.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-04-27T09:32:27.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-04-27T09:32:27.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19292026-04-27T09:32:27.759Z
19302026-04-27T09:32:27.759Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19312026-04-27T09:32:28.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-04-27T09:32:28.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-04-27T09:32:28.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-04-27T09:32:28.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19352026-04-27T09:32:28.252Z
19362026-04-27T09:32:28.252Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19372026-04-27T09:32:28.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-04-27T09:32:28.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-04-27T09:32:28.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-04-27T09:32:28.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19412026-04-27T09:32:28.745Z
19422026-04-27T09:32:28.745Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19432026-04-27T09:32:29.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-04-27T09:32:29.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-04-27T09:32:29.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-04-27T09:32:29.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19472026-04-27T09:32:29.240Z
19482026-04-27T09:32:29.240Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19492026-04-27T09:32:29.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-04-27T09:32:29.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-04-27T09:32:29.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-04-27T09:32:29.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19532026-04-27T09:32:29.735Z
19542026-04-27T09:32:29.735Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19552026-04-27T09:32:30.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-04-27T09:32:30.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-04-27T09:32:30.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-04-27T09:32:30.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19592026-04-27T09:32:30.230Z
19602026-04-27T09:32:30.230Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19612026-04-27T09:32:30.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-04-27T09:32:30.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-04-27T09:32:30.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-04-27T09:32:30.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19652026-04-27T09:32:30.712Z
19662026-04-27T09:32:30.712Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19672026-04-27T09:32:31.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-04-27T09:32:31.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-04-27T09:32:31.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-04-27T09:32:31.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19712026-04-27T09:32:31.192Z
19722026-04-27T09:32:31.192Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19732026-04-27T09:32:31.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-04-27T09:32:31.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-04-27T09:32:31.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-04-27T09:32:31.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19772026-04-27T09:32:31.680Z
19782026-04-27T09:32:31.680Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19792026-04-27T09:32:32.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-04-27T09:32:32.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-04-27T09:32:32.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-04-27T09:32:32.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19832026-04-27T09:32:32.163Z
19842026-04-27T09:32:32.163Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19852026-04-27T09:32:32.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-04-27T09:32:32.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-04-27T09:32:32.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-04-27T09:32:32.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19892026-04-27T09:32:32.640Z
19902026-04-27T09:32:32.640Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19912026-04-27T09:32:33.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-04-27T09:32:33.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-04-27T09:32:33.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-04-27T09:32:33.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19952026-04-27T09:32:33.122Z
19962026-04-27T09:32:33.122Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19972026-04-27T09:32:33.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-04-27T09:32:33.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-04-27T09:32:33.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-04-27T09:32:33.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20012026-04-27T09:32:33.610Z
20022026-04-27T09:32:33.610Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
20032026-04-27T09:32:34.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-04-27T09:32:34.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-04-27T09:32:34.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-04-27T09:32:34.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20072026-04-27T09:32:34.094Z
20082026-04-27T09:32:34.094Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
20092026-04-27T09:32:34.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-04-27T09:32:34.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-04-27T09:32:34.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-04-27T09:32:34.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20132026-04-27T09:32:34.578Z
20142026-04-27T09:32:34.578Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
20152026-04-27T09:32:35.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-04-27T09:32:35.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-04-27T09:32:35.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-04-27T09:32:35.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20192026-04-27T09:32:35.065Z
20202026-04-27T09:32:35.065Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
20212026-04-27T09:32:35.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-04-27T09:32:35.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-04-27T09:32:35.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-04-27T09:32:35.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20252026-04-27T09:32:35.553Z
20262026-04-27T09:32:35.553Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20272026-04-27T09:32:35.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-04-27T09:32:35.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-04-27T09:32:35.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-04-27T09:32:35.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20312026-04-27T09:32:36.042Z
20322026-04-27T09:32:36.042Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20332026-04-27T09:32:36.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-04-27T09:32:36.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-04-27T09:32:36.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-04-27T09:32:36.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20372026-04-27T09:32:36.531Z
20382026-04-27T09:32:36.532Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20392026-04-27T09:32:36.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-04-27T09:32:36.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-04-27T09:32:36.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-04-27T09:32:36.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20432026-04-27T09:32:37.017Z
20442026-04-27T09:32:37.017Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20452026-04-27T09:32:37.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-04-27T09:32:37.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-04-27T09:32:37.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-04-27T09:32:37.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20492026-04-27T09:32:37.501Z
20502026-04-27T09:32:37.501Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20512026-04-27T09:32:37.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-04-27T09:32:37.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-04-27T09:32:37.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-04-27T09:32:37.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20552026-04-27T09:32:37.985Z
20562026-04-27T09:32:37.985Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20572026-04-27T09:32:38.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-04-27T09:32:38.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-04-27T09:32:38.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-04-27T09:32:38.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20612026-04-27T09:32:38.472Z
20622026-04-27T09:32:38.472Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20632026-04-27T09:32:38.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-04-27T09:32:38.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-04-27T09:32:38.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-04-27T09:32:38.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20672026-04-27T09:32:38.983Z
20682026-04-27T09:32:38.983Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20692026-04-27T09:32:39.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-04-27T09:32:39.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-04-27T09:32:39.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-04-27T09:32:39.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20732026-04-27T09:32:39.463Z
20742026-04-27T09:32:39.463Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20752026-04-27T09:32:39.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-04-27T09:32:39.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-04-27T09:32:39.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-04-27T09:32:39.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20792026-04-27T09:32:39.947Z
20802026-04-27T09:32:39.947Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20812026-04-27T09:32:40.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-04-27T09:32:40.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-04-27T09:32:40.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-04-27T09:32:40.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20852026-04-27T09:32:40.430Z
20862026-04-27T09:32:40.430Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20872026-04-27T09:32:40.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-04-27T09:32:40.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-04-27T09:32:40.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-04-27T09:32:40.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20912026-04-27T09:32:40.918Z
20922026-04-27T09:32:40.918Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20932026-04-27T09:32:41.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-04-27T09:32:41.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-04-27T09:32:41.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-04-27T09:32:41.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20972026-04-27T09:32:41.402Z
20982026-04-27T09:32:41.402Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20992026-04-27T09:32:41.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-04-27T09:32:41.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-04-27T09:32:41.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-04-27T09:32:41.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21032026-04-27T09:32:41.882Z
21042026-04-27T09:32:41.882Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
21052026-04-27T09:32:42.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-04-27T09:32:42.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-04-27T09:32:42.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-04-27T09:32:42.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21092026-04-27T09:32:42.368Z
21102026-04-27T09:32:42.368Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
21112026-04-27T09:32:42.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-04-27T09:32:42.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-04-27T09:32:42.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-04-27T09:32:42.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21152026-04-27T09:32:42.857Z
21162026-04-27T09:32:42.857Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
21172026-04-27T09:32:43.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-04-27T09:32:43.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-04-27T09:32:43.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-04-27T09:32:43.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21212026-04-27T09:32:43.346Z
21222026-04-27T09:32:43.346Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
21232026-04-27T09:32:43.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-04-27T09:32:43.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-04-27T09:32:43.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-04-27T09:32:43.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21272026-04-27T09:32:43.827Z
21282026-04-27T09:32:43.827Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21292026-04-27T09:32:44.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-04-27T09:32:44.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-04-27T09:32:44.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-04-27T09:32:44.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21332026-04-27T09:32:44.303Z
21342026-04-27T09:32:44.303Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21352026-04-27T09:32:44.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-04-27T09:32:44.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-04-27T09:32:44.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-04-27T09:32:44.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21392026-04-27T09:32:44.946Z
21402026-04-27T09:32:44.946Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21412026-04-27T09:32:45.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-04-27T09:32:45.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-04-27T09:32:45.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-04-27T09:32:45.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21452026-04-27T09:32:45.590Z
21462026-04-27T09:32:45.590Zinfo: running `cargo check --bins` on nexus-config (51/272)
21472026-04-27T09:32:46.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-04-27T09:32:46.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-04-27T09:32:46.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-04-27T09:32:46.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21512026-04-27T09:32:46.233Z
21522026-04-27T09:32:46.233Zinfo: running `cargo check --bins` on nexus-types (52/272)
21532026-04-27T09:32:46.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-04-27T09:32:46.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-04-27T09:32:46.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-04-27T09:32:46.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21572026-04-27T09:32:46.880Z
21582026-04-27T09:32:46.880Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21592026-04-27T09:32:47.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-04-27T09:32:47.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-04-27T09:32:47.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-04-27T09:32:47.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21632026-04-27T09:32:47.490Z
21642026-04-27T09:32:47.490Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21652026-04-27T09:32:47.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-04-27T09:32:47.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-04-27T09:32:47.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-04-27T09:32:47.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21692026-04-27T09:32:48.079Z
21702026-04-27T09:32:48.079Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21712026-04-27T09:32:48.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-04-27T09:32:48.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-04-27T09:32:48.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-04-27T09:32:48.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21752026-04-27T09:32:48.693Z
21762026-04-27T09:32:48.693Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21772026-04-27T09:32:49.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-04-27T09:32:49.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-04-27T09:32:49.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-04-27T09:32:49.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21812026-04-27T09:32:49.322Z
21822026-04-27T09:32:49.322Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21832026-04-27T09:32:49.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-04-27T09:32:49.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-04-27T09:32:49.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-04-27T09:32:49.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21872026-04-27T09:32:49.947Z
21882026-04-27T09:32:49.947Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21892026-04-27T09:32:50.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-04-27T09:32:50.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-04-27T09:32:50.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-04-27T09:32:50.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21932026-04-27T09:32:50.567Z
21942026-04-27T09:32:50.567Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21952026-04-27T09:32:51.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-04-27T09:32:51.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-04-27T09:32:51.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-04-27T09:32:51.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21992026-04-27T09:32:51.164Z
22002026-04-27T09:32:51.164Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
22012026-04-27T09:32:51.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-04-27T09:32:51.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-04-27T09:32:51.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-04-27T09:32:51.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22052026-04-27T09:32:51.769Z
22062026-04-27T09:32:51.769Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
22072026-04-27T09:32:52.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-04-27T09:32:52.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-04-27T09:32:52.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-04-27T09:32:52.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-04-27T09:32:52.366Z
22122026-04-27T09:32:52.366Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
22132026-04-27T09:32:52.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-04-27T09:32:52.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-04-27T09:32:52.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-04-27T09:32:52.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22172026-04-27T09:32:52.951Z
22182026-04-27T09:32:52.951Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
22192026-04-27T09:32:53.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-04-27T09:32:53.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-04-27T09:32:53.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-04-27T09:32:53.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22232026-04-27T09:32:53.557Z
22242026-04-27T09:32:53.557Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
22252026-04-27T09:32:54.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-04-27T09:32:54.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-04-27T09:32:54.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-04-27T09:32:54.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22292026-04-27T09:32:54.176Z
22302026-04-27T09:32:54.176Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22312026-04-27T09:32:54.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-04-27T09:32:54.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-04-27T09:32:54.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-04-27T09:32:54.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22352026-04-27T09:32:54.770Z
22362026-04-27T09:32:54.770Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22372026-04-27T09:32:55.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-04-27T09:32:55.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-04-27T09:32:55.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-04-27T09:32:55.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22412026-04-27T09:32:55.362Z
22422026-04-27T09:32:55.363Zinfo: running `cargo check --bins` on ereport-types (67/272)
22432026-04-27T09:32:55.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-04-27T09:32:55.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-04-27T09:32:55.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-04-27T09:32:55.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22472026-04-27T09:32:55.961Z
22482026-04-27T09:32:55.961Zinfo: running `cargo check --bins` on gateway-client (68/272)
22492026-04-27T09:32:56.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-04-27T09:32:56.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-04-27T09:32:56.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-04-27T09:32:56.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22532026-04-27T09:32:56.564Z
22542026-04-27T09:32:56.564Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22552026-04-27T09:32:57.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-04-27T09:32:57.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-04-27T09:32:57.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-04-27T09:32:57.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22592026-04-27T09:32:57.165Z
22602026-04-27T09:32:57.165Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22612026-04-27T09:32:57.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-04-27T09:32:57.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-04-27T09:32:57.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-04-27T09:32:57.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22652026-04-27T09:32:57.764Z
22662026-04-27T09:32:57.764Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22672026-04-27T09:32:58.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-04-27T09:32:58.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-04-27T09:32:58.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-04-27T09:32:58.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22712026-04-27T09:32:58.363Z
22722026-04-27T09:32:58.363Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22732026-04-27T09:32:58.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-04-27T09:32:58.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-04-27T09:32:58.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-04-27T09:32:58.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22772026-04-27T09:32:58.963Z
22782026-04-27T09:32:58.963Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22792026-04-27T09:32:59.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-04-27T09:32:59.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-04-27T09:32:59.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-04-27T09:32:59.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22832026-04-27T09:32:59.583Z
22842026-04-27T09:32:59.583Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22852026-04-27T09:33:00.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-04-27T09:33:00.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-04-27T09:33:00.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-04-27T09:33:00.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22892026-04-27T09:33:00.204Z
22902026-04-27T09:33:00.205Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22912026-04-27T09:33:00.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-04-27T09:33:00.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-04-27T09:33:00.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-04-27T09:33:00.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22952026-04-27T09:33:00.797Z
22962026-04-27T09:33:00.798Zinfo: running `cargo check --bins` on oxlog (76/272)
22972026-04-27T09:33:01.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-04-27T09:33:01.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-04-27T09:33:01.422Z Checking cfg-if v1.0.4
23002026-04-27T09:33:01.424Z Checking libc v0.2.186
23012026-04-27T09:33:01.424Z Checking serde_core v1.0.228
23022026-04-27T09:33:01.543Z Checking zeroize v1.8.2
23032026-04-27T09:33:01.551Z Checking memchr v2.8.0
23042026-04-27T09:33:01.554Z Checking typenum v1.20.0
23052026-04-27T09:33:01.569Z Checking log v0.4.29
23062026-04-27T09:33:01.579Z Checking smallvec v1.15.1
23072026-04-27T09:33:01.590Z Checking itoa v1.0.18
23082026-04-27T09:33:01.682Z Checking subtle v2.6.1
23092026-04-27T09:33:01.725Z Checking scopeguard v1.2.0
23102026-04-27T09:33:01.736Z Checking stable_deref_trait v1.2.1
23112026-04-27T09:33:01.755Z Checking zerofrom v0.1.7
23122026-04-27T09:33:01.806Z Checking portable-atomic v1.13.1
23132026-04-27T09:33:01.823Z Checking lock_api v0.4.14
23142026-04-27T09:33:01.835Z Checking critical-section v1.2.0
23152026-04-27T09:33:01.870Z Checking yoke v0.8.2
23162026-04-27T09:33:01.927Z Checking const-oid v0.9.6
23172026-04-27T09:33:01.940Z Checking getrandom v0.2.17
23182026-04-27T09:33:01.940Z Checking errno v0.3.14
23192026-04-27T09:33:02.018Z Checking parking_lot_core v0.9.12
23202026-04-27T09:33:02.037Z Checking zerovec v0.11.6
23212026-04-27T09:33:02.059Z Checking signal-hook-registry v1.4.8
23222026-04-27T09:33:02.079Z Checking rand_core v0.6.4
23232026-04-27T09:33:02.199Z Checking pin-project-lite v0.2.17
23242026-04-27T09:33:02.211Z Checking once_cell v1.21.4
23252026-04-27T09:33:02.222Z Checking parking_lot v0.12.5
23262026-04-27T09:33:02.251Z Checking mio v1.2.0
23272026-04-27T09:33:02.292Z Checking generic-array v0.14.7
23282026-04-27T09:33:02.305Z Checking socket2 v0.6.3
23292026-04-27T09:33:02.378Z Checking libm v0.2.16
23302026-04-27T09:33:02.400Z Checking zerocopy v0.8.48
23312026-04-27T09:33:02.484Z Checking tinystr v0.8.3
23322026-04-27T09:33:02.523Z Checking zmij v1.0.21
23332026-04-27T09:33:02.537Z Checking writeable v0.6.3
23342026-04-27T09:33:02.597Z Checking percent-encoding v2.3.2
23352026-04-27T09:33:02.663Z Checking equivalent v1.0.2
23362026-04-27T09:33:02.700Z Checking litemap v0.8.2
23372026-04-27T09:33:02.728Z Checking futures-core v0.3.32
23382026-04-27T09:33:02.731Z Checking crypto-common v0.1.7
23392026-04-27T09:33:02.731Z Checking block-buffer v0.10.4
23402026-04-27T09:33:02.760Z Checking rand_core v0.10.1
23412026-04-27T09:33:02.849Z Checking potential_utf v0.1.5
23422026-04-27T09:33:02.861Z Checking zerotrie v0.2.4
23432026-04-27T09:33:02.872Z Checking icu_locale_core v2.2.0
23442026-04-27T09:33:02.883Z Checking digest v0.10.7
23452026-04-27T09:33:02.895Z Checking utf8_iter v1.0.4
23462026-04-27T09:33:02.976Z Checking getrandom v0.4.2
23472026-04-27T09:33:03.009Z Checking serde v1.0.228
23482026-04-27T09:33:03.021Z Checking bitflags v2.11.1
23492026-04-27T09:33:03.073Z Checking serde_json v1.0.149
23502026-04-27T09:33:03.079Z Checking num-traits v0.2.19
23512026-04-27T09:33:03.109Z Checking icu_collections v2.2.0
23522026-04-27T09:33:03.140Z Checking block-padding v0.3.3
23532026-04-27T09:33:03.176Z Checking icu_normalizer_data v2.2.0
23542026-04-27T09:33:03.249Z Checking icu_properties_data v2.2.0
23552026-04-27T09:33:03.272Z Checking hashbrown v0.17.0
23562026-04-27T09:33:03.381Z Checking futures-sink v0.3.32
23572026-04-27T09:33:03.403Z Checking bytes v1.11.1
23582026-04-27T09:33:03.427Z Checking inout v0.1.4
23592026-04-27T09:33:03.478Z Checking futures-channel v0.3.32
23602026-04-27T09:33:03.491Z Checking icu_provider v2.2.0
23612026-04-27T09:33:03.564Z Checking futures-task v0.3.32
23622026-04-27T09:33:03.645Z Checking futures-io v0.3.32
23632026-04-27T09:33:03.668Z Checking slab v0.4.12
23642026-04-27T09:33:03.704Z Checking cpufeatures v0.2.17
23652026-04-27T09:33:03.729Z Checking icu_normalizer v2.2.0
23662026-04-27T09:33:03.745Z Checking indexmap v2.14.0
23672026-04-27T09:33:03.757Z Checking icu_properties v2.2.0
23682026-04-27T09:33:03.827Z Checking cipher v0.4.4
23692026-04-27T09:33:03.827Z Checking hmac v0.12.1
23702026-04-27T09:33:03.827Z Checking futures-util v0.3.32
23712026-04-27T09:33:03.849Z Checking tokio v1.52.1
23722026-04-27T09:33:03.901Z Checking base64ct v1.8.3
23732026-04-27T09:33:03.985Z Checking byteorder v1.5.0
23742026-04-27T09:33:04.036Z Checking form_urlencoded v1.2.2
23752026-04-27T09:33:04.138Z Checking pem-rfc7468 v0.7.0
23762026-04-27T09:33:04.167Z Checking flagset v0.4.7
23772026-04-27T09:33:04.189Z Checking fnv v1.0.7
23782026-04-27T09:33:04.295Z Checking salsa20 v0.10.2
23792026-04-27T09:33:04.308Z Checking pbkdf2 v0.12.2
23802026-04-27T09:33:04.311Z Checking der v0.7.10
23812026-04-27T09:33:04.329Z Checking http v1.4.0
23822026-04-27T09:33:04.423Z Checking sha2 v0.10.9
23832026-04-27T09:33:04.423Z Checking uuid v1.23.1
23842026-04-27T09:33:04.623Z Checking idna_adapter v1.2.1
23852026-04-27T09:33:04.696Z Checking getrandom v0.3.4
23862026-04-27T09:33:04.744Z Checking idna v1.1.0
23872026-04-27T09:33:04.757Z Checking scrypt v0.11.0
23882026-04-27T09:33:04.844Z Checking aes v0.8.4
23892026-04-27T09:33:04.893Z Checking cbc v0.1.2
23902026-04-27T09:33:04.906Z Checking rustix v1.1.4
23912026-04-27T09:33:04.991Z Checking url v2.5.8
23922026-04-27T09:33:05.019Z Checking tracing-core v0.1.36
23932026-04-27T09:33:05.045Z Checking spki v0.7.3
23942026-04-27T09:33:05.212Z Checking hybrid-array v0.4.11
23952026-04-27T09:33:05.236Z Checking rustls-pki-types v1.14.1
23962026-04-27T09:33:05.250Z Checking ppv-lite86 v0.2.21
23972026-04-27T09:33:05.332Z Checking iana-time-zone v0.1.65
23982026-04-27T09:33:05.427Z Checking regex-syntax v0.8.10
23992026-04-27T09:33:05.440Z Checking chrono v0.4.44
24002026-04-27T09:33:05.522Z Checking tracing v0.1.44
24012026-04-27T09:33:05.548Z Checking pkcs5 v0.7.1
24022026-04-27T09:33:05.661Z Checking http-body v1.0.1
24032026-04-27T09:33:05.732Z Checking rand_core v0.9.5
24042026-04-27T09:33:05.757Z Checking aws-lc-sys v0.40.0
24052026-04-27T09:33:05.772Z Checking base64 v0.22.1
24062026-04-27T09:33:05.790Z Checking untrusted v0.9.0
24072026-04-27T09:33:05.806Z Checking untrusted v0.7.1
24082026-04-27T09:33:05.902Z Checking openssl-probe v0.2.1
24092026-04-27T09:33:05.921Z Checking cmov v0.5.3
24102026-04-27T09:33:05.938Z Checking ring v0.17.14
24112026-04-27T09:33:06.011Z Checking pkcs8 v0.10.2
24122026-04-27T09:33:06.025Z Checking block-buffer v0.12.0
24132026-04-27T09:33:06.119Z Checking ctutils v0.4.2
24142026-04-27T09:33:06.175Z Checking crypto-common v0.2.1
24152026-04-27T09:33:06.198Z Checking try-lock v0.2.5
24162026-04-27T09:33:06.302Z Checking aws-lc-rs v1.16.3
24172026-04-27T09:33:06.305Z Checking const-oid v0.10.2
24182026-04-27T09:33:06.325Z Checking tinyvec_macros v0.1.1
24192026-04-27T09:33:06.353Z Checking plain v0.2.3
24202026-04-27T09:33:06.389Z Checking tower-layer v0.3.3
24212026-04-27T09:33:06.458Z Checking tower-service v0.3.3
24222026-04-27T09:33:06.470Z Checking atomic-waker v1.1.2
24232026-04-27T09:33:06.543Z Checking tinyvec v1.11.0
24242026-04-27T09:33:06.556Z Checking want v0.3.1
24252026-04-27T09:33:06.569Z Checking rand_chacha v0.9.0
24262026-04-27T09:33:06.679Z Checking ipnet v2.12.0
24272026-04-27T09:33:06.768Z Checking digest v0.11.2
24282026-04-27T09:33:06.780Z Checking semver v1.0.28
24292026-04-27T09:33:06.807Z Checking httparse v1.10.1
24302026-04-27T09:33:06.857Z Checking spin v0.9.8
24312026-04-27T09:33:06.933Z Checking foreign-types-shared v0.1.1
24322026-04-27T09:33:06.945Z Checking httpdate v1.0.3
24332026-04-27T09:33:06.975Z Checking fastrand v2.4.1
24342026-04-27T09:33:06.988Z Checking unicode-ident v1.0.24
24352026-04-27T09:33:07.017Z Checking cpufeatures v0.3.0
24362026-04-27T09:33:07.029Z Checking ucd-trie v0.1.7
24372026-04-27T09:33:07.041Z Checking dyn-clone v1.0.20
24382026-04-27T09:33:07.088Z Checking proc-macro2 v1.0.106
24392026-04-27T09:33:07.101Z Checking foreign-types v0.3.2
24402026-04-27T09:33:07.112Z Checking rand v0.9.4
24412026-04-27T09:33:07.137Z Checking schemars v0.8.22
24422026-04-27T09:33:07.153Z Checking pest v2.8.6
24432026-04-27T09:33:07.156Z Checking tempfile v3.27.0
24442026-04-27T09:33:07.156Z Checking rustls-webpki v0.103.13
24452026-04-27T09:33:07.188Z Checking tokio-util v0.7.18
24462026-04-27T09:33:07.202Z Checking openssl-sys v0.9.114
24472026-04-27T09:33:07.362Z Checking thiserror v2.0.18
24482026-04-27T09:33:07.405Z Checking wait-timeout v0.2.1
24492026-04-27T09:33:07.466Z Checking aho-corasick v1.1.4
24502026-04-27T09:33:07.530Z Checking simd-adler32 v0.3.9
24512026-04-27T09:33:07.598Z Checking utf8parse v0.2.2
24522026-04-27T09:33:07.618Z Checking rustls v0.23.39
24532026-04-27T09:33:07.679Z Checking siphasher v1.0.2
24542026-04-27T09:33:07.699Z Checking bit-vec v0.8.0
24552026-04-27T09:33:07.702Z Checking powerfmt v0.2.0
24562026-04-27T09:33:07.803Z Checking quick-error v1.2.3
24572026-04-27T09:33:07.816Z Checking h2 v0.4.13
24582026-04-27T09:33:07.838Z Checking anstyle v1.0.14
24592026-04-27T09:33:07.863Z Checking pretty-hex v0.4.2
24602026-04-27T09:33:07.898Z Checking bit-set v0.8.0
24612026-04-27T09:33:07.910Z Checking rusty-fork v0.3.1
24622026-04-27T09:33:07.981Z Checking deranged v0.5.8
24632026-04-27T09:33:08.021Z Checking anstyle-parse v1.0.0
24642026-04-27T09:33:08.046Z Checking openssl v0.10.78
24652026-04-27T09:33:08.077Z Checking quote v1.0.45
24662026-04-27T09:33:08.175Z Checking regex-automata v0.4.14
24672026-04-27T09:33:08.190Z Compiling newtype-uuid v1.3.2
24682026-04-27T09:33:08.247Z Checking chacha20 v0.10.0
24692026-04-27T09:33:08.260Z Checking unicode-normalization v0.1.25
24702026-04-27T09:33:08.368Z Checking rustls-native-certs v0.8.3
24712026-04-27T09:33:08.461Z Checking rand_xorshift v0.4.0
24722026-04-27T09:33:08.502Z Checking crossbeam-utils v0.8.21
24732026-04-27T09:33:08.609Z Checking crc32fast v1.5.0
24742026-04-27T09:33:08.670Z Checking scroll v0.13.0
24752026-04-27T09:33:08.723Z Checking signature v2.2.0
24762026-04-27T09:33:08.841Z Checking sync_wrapper v1.0.2
24772026-04-27T09:33:08.856Z Checking is_terminal_polyfill v1.70.2
24782026-04-27T09:33:08.909Z Checking adler2 v2.0.1
24792026-04-27T09:33:08.909Z Checking anstyle-query v1.1.5
24802026-04-27T09:33:08.941Z Checking num-conv v0.2.1
24812026-04-27T09:33:08.953Z Checking unicode-bidi v0.3.18
24822026-04-27T09:33:09.008Z Checking allocator-api2 v0.2.21
24832026-04-27T09:33:09.021Z Checking unicode-properties v0.1.4
24842026-04-27T09:33:09.080Z Checking unarray v0.1.4
24852026-04-27T09:33:09.188Z Checking num_threads v0.1.7
24862026-04-27T09:33:09.208Z Checking time-core v0.1.8
24872026-04-27T09:33:09.244Z Checking colorchoice v1.0.5
24882026-04-27T09:33:09.273Z Checking stringprep v0.1.5
24892026-04-27T09:33:09.287Z Checking proptest v1.11.0
24902026-04-27T09:33:09.343Z Checking anstream v1.0.0
24912026-04-27T09:33:09.356Z Checking time v0.3.47
24922026-04-27T09:33:09.425Z Checking miniz_oxide v0.8.9
24932026-04-27T09:33:09.547Z Checking tower v0.5.3
24942026-04-27T09:33:09.785Z Checking goblin v0.10.5
24952026-04-27T09:33:09.932Z Checking crossbeam-epoch v0.9.18
24962026-04-27T09:33:09.998Z Checking rand v0.10.1
24972026-04-27T09:33:10.062Z Checking tokio-rustls v0.26.4
24982026-04-27T09:33:10.075Z Checking native-tls v0.2.18
24992026-04-27T09:33:10.158Z Compiling daft v0.1.5
25002026-04-27T09:33:10.253Z Checking syn v2.0.117
25012026-04-27T09:33:10.295Z Checking ipnetwork v0.21.1
25022026-04-27T09:33:10.444Z Checking sha2 v0.11.0
25032026-04-27T09:33:10.475Z Checking md-5 v0.11.0
25042026-04-27T09:33:10.513Z Checking hyper v1.9.0
25052026-04-27T09:33:10.516Z Checking hmac v0.13.0
25062026-04-27T09:33:10.539Z Checking http-body-util v0.1.3
25072026-04-27T09:33:10.635Z Checking rand_chacha v0.3.1
25082026-04-27T09:33:10.673Z Checking webpki-roots v1.0.7
25092026-04-27T09:33:10.766Z Checking thiserror v1.0.69
25102026-04-27T09:33:10.790Z Checking scroll v0.12.0
25112026-04-27T09:33:10.860Z Checking zstd-sys v2.0.16+zstd.1.5.7
25122026-04-27T09:33:10.873Z Checking hash32 v0.2.1
25132026-04-27T09:33:10.978Z Checking num-integer v0.1.46
25142026-04-27T09:33:11.032Z Checking toml_datetime v0.6.11
25152026-04-27T09:33:11.044Z Checking serde_spanned v0.6.9
25162026-04-27T09:33:11.145Z Checking ff v0.13.1
25172026-04-27T09:33:11.170Z Checking ryu v1.0.23
25182026-04-27T09:33:11.185Z Checking psl-types v2.0.11
25192026-04-27T09:33:11.216Z Checking iri-string v0.7.12
25202026-04-27T09:33:11.216Z Checking base16ct v0.2.0
25212026-04-27T09:33:11.275Z Checking fallible-iterator v0.2.0
25222026-04-27T09:33:11.299Z Checking zlib-rs v0.6.3
25232026-04-27T09:33:11.314Z Checking serde_urlencoded v0.7.1
25242026-04-27T09:33:11.352Z Checking sec1 v0.7.3
25252026-04-27T09:33:11.502Z Checking hyper-util v0.1.20
25262026-04-27T09:33:11.517Z Checking publicsuffix v2.3.0
25272026-04-27T09:33:11.546Z Checking postgres-protocol v0.6.11
25282026-04-27T09:33:11.560Z Checking group v0.13.0
25292026-04-27T09:33:11.675Z Checking num-iter v0.1.45
25302026-04-27T09:33:11.703Z Compiling iddqd v0.3.18
25312026-04-27T09:33:11.845Z Checking heapless v0.7.17
25322026-04-27T09:33:11.944Z Checking goblin v0.8.2
25332026-04-27T09:33:12.207Z Checking flate2 v1.1.9
25342026-04-27T09:33:12.220Z Checking dof v0.4.0
25352026-04-27T09:33:12.258Z Checking zstd-safe v7.2.4
25362026-04-27T09:33:12.327Z Checking tower-http v0.6.8
25372026-04-27T09:33:12.427Z Checking rand v0.8.6
25382026-04-27T09:33:12.511Z Checking oxnet v0.1.4
25392026-04-27T09:33:12.606Z Checking cookie v0.18.1
25402026-04-27T09:33:12.619Z Checking tokio-native-tls v0.3.1
25412026-04-27T09:33:12.753Z Checking dtrace-parser v0.3.0
25422026-04-27T09:33:12.767Z Checking hyper-rustls v0.27.9
25432026-04-27T09:33:12.780Z Checking phf_shared v0.13.1
25442026-04-27T09:33:12.835Z Checking lazy_static v1.5.0
25452026-04-27T09:33:12.849Z Checking zerocopy v0.7.35
25462026-04-27T09:33:12.867Z Checking terminal_size v0.4.4
25472026-04-27T09:33:12.924Z Checking bzip2-sys v0.1.13+1.0.8
25482026-04-27T09:33:12.957Z Checking signal-hook v0.3.18
25492026-04-27T09:33:12.971Z Checking hkdf v0.12.4
25502026-04-27T09:33:12.974Z Checking crypto-bigint v0.5.5
25512026-04-27T09:33:12.994Z Checking thread-id v5.1.0
25522026-04-27T09:33:13.005Z Checking encoding_rs v0.8.35
25532026-04-27T09:33:13.017Z Checking foldhash v0.2.0
25542026-04-27T09:33:13.081Z Checking libbz2-rs-sys v0.2.3
25552026-04-27T09:33:13.101Z Checking bitflags v1.3.2
25562026-04-27T09:33:13.143Z Compiling rayon-core v1.13.0
25572026-04-27T09:33:13.175Z Checking mime v0.3.17
25582026-04-27T09:33:13.178Z Checking foldhash v0.1.5
25592026-04-27T09:33:13.313Z Checking bumpalo v3.20.2
25602026-04-27T09:33:13.330Z Checking clap_lex v1.1.0
25612026-04-27T09:33:13.347Z Checking strsim v0.11.1
25622026-04-27T09:33:13.365Z Checking winnow v0.5.40
25632026-04-27T09:33:13.466Z Checking managed v0.8.0
25642026-04-27T09:33:13.480Z Checking either v1.15.0
25652026-04-27T09:33:13.510Z Checking clap_builder v4.6.0
25662026-04-27T09:33:13.522Z Checking zopfli v0.8.3
25672026-04-27T09:33:13.653Z Checking smoltcp v0.9.1
25682026-04-27T09:33:13.666Z Checking bzip2 v0.6.1
25692026-04-27T09:33:13.852Z Checking hashbrown v0.15.5
25702026-04-27T09:33:13.865Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25712026-04-27T09:33:13.889Z Checking dof v0.3.0
25722026-04-27T09:33:13.910Z Checking elliptic-curve v0.13.8
25732026-04-27T09:33:13.968Z Checking hashbrown v0.16.1
25742026-04-27T09:33:14.047Z Checking signal-hook-mio v0.2.5
25752026-04-27T09:33:14.155Z Checking usdt-impl v0.6.0
25762026-04-27T09:33:14.183Z Checking bzip2 v0.4.4
25772026-04-27T09:33:14.220Z Checking phf v0.13.1
25782026-04-27T09:33:14.248Z Checking num-bigint-dig v0.8.6
25792026-04-27T09:33:14.343Z Checking cookie_store v0.22.1
25802026-04-27T09:33:14.356Z Checking hyper-tls v0.6.0
25812026-04-27T09:33:14.438Z Checking zstd v0.13.3
25822026-04-27T09:33:14.489Z Checking postgres-types v0.2.13
25832026-04-27T09:33:14.525Z Checking dtrace-parser v0.2.0
25842026-04-27T09:33:14.552Z Checking toml_edit v0.19.15
25852026-04-27T09:33:14.605Z Checking crossbeam-deque v0.8.6
25862026-04-27T09:33:14.627Z Checking rustls-platform-verifier v0.6.2
25872026-04-27T09:33:14.681Z Checking regex v1.12.3
25882026-04-27T09:33:14.761Z Checking bstr v1.12.1
25892026-04-27T09:33:14.774Z Checking ed25519 v2.2.3
25902026-04-27T09:33:14.787Z Checking phf_shared v0.11.3
25912026-04-27T09:33:14.789Z Checking ref-cast v1.0.25
25922026-04-27T09:33:14.811Z Checking curve25519-dalek v4.1.3
25932026-04-27T09:33:14.894Z Checking strum v0.27.2
25942026-04-27T09:33:14.930Z Checking hubpack v0.1.2
25952026-04-27T09:33:14.956Z Checking memoffset v0.9.1
25962026-04-27T09:33:14.969Z Checking rustix v0.38.44
25972026-04-27T09:33:15.002Z Checking pkcs1 v0.7.5
25982026-04-27T09:33:15.036Z Checking rfc6979 v0.4.0
25992026-04-27T09:33:15.081Z Checking float-cmp v0.10.0
26002026-04-27T09:33:15.095Z Checking erased-serde v0.3.31
26012026-04-27T09:33:15.150Z Checking hex v0.4.3
26022026-04-27T09:33:15.153Z Checking serde-big-array v0.5.1
26032026-04-27T09:33:15.209Z Checking thread-id v4.2.2
26042026-04-27T09:33:15.223Z Checking whoami v2.1.2
26052026-04-27T09:33:15.283Z Checking memmap2 v0.9.10
26062026-04-27T09:33:15.296Z Checking env_filter v1.0.1
26072026-04-27T09:33:15.386Z Checking static_assertions v1.1.0
26082026-04-27T09:33:15.413Z Checking unicode-segmentation v1.13.2
26092026-04-27T09:33:15.434Z Checking keccak v0.1.6
26102026-04-27T09:33:15.446Z Checking new_debug_unreachable v1.0.6
26112026-04-27T09:33:15.457Z Checking jiff v0.2.24
26122026-04-27T09:33:15.476Z Checking fixedbitset v0.4.2
26132026-04-27T09:33:15.511Z Checking precomputed-hash v0.1.1
26142026-04-27T09:33:15.594Z Checking winnow v0.7.15
26152026-04-27T09:33:15.606Z Checking difflib v0.4.0
26162026-04-27T09:33:15.619Z Checking normalize-line-endings v0.3.0
26172026-04-27T09:33:15.621Z Checking data-encoding v2.11.0
26182026-04-27T09:33:15.643Z Checking predicates-core v1.0.10
26192026-04-27T09:33:15.707Z Checking winnow v1.0.2
26202026-04-27T09:33:15.752Z Checking fixedbitset v0.5.7
26212026-04-27T09:33:15.764Z Checking toml_write v0.1.2
26222026-04-27T09:33:15.777Z Checking rustc-hash v2.1.2
26232026-04-27T09:33:15.789Z Checking predicates v3.1.4
26242026-04-27T09:33:15.922Z Checking hickory-proto v0.25.2
26252026-04-27T09:33:15.937Z Checking crossterm v0.28.1
26262026-04-27T09:33:15.966Z Checking petgraph v0.8.3
26272026-04-27T09:33:16.117Z Checking similar v2.7.0
26282026-04-27T09:33:16.528Z Checking petgraph v0.6.5
26292026-04-27T09:33:16.604Z Checking toml_parser v1.1.2+spec-1.1.0
26302026-04-27T09:33:16.665Z Checking toml v0.7.8
26312026-04-27T09:33:16.779Z Checking ed25519-dalek v2.2.0
26322026-04-27T09:33:16.832Z Checking toml_edit v0.22.27
26332026-04-27T09:33:16.944Z Checking sha3 v0.10.9
26342026-04-27T09:33:16.977Z Checking string_cache v0.8.9
26352026-04-27T09:33:17.018Z Checking slog v2.8.2
26362026-04-27T09:33:17.143Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26372026-04-27T09:33:17.145Z Checking usdt v0.6.0
26382026-04-27T09:33:17.282Z Checking env_logger v0.11.10
26392026-04-27T09:33:17.319Z Checking tokio-postgres v0.7.17
26402026-04-27T09:33:17.472Z Checking serde_with v3.18.0
26412026-04-27T09:33:17.588Z Checking usdt-impl v0.5.0
26422026-04-27T09:33:17.770Z Checking zip v4.6.1
26432026-04-27T09:33:17.811Z Checking rsa v0.9.10
26442026-04-27T09:33:17.870Z Checking ecdsa v0.16.9
26452026-04-27T09:33:17.915Z Checking nix v0.31.2
26462026-04-27T09:33:18.287Z Checking clap v4.6.1
26472026-04-27T09:33:18.356Z Checking reqwest v0.13.2
26482026-04-27T09:33:18.370Z Checking reqwest v0.12.28
26492026-04-27T09:33:18.541Z Checking zip v0.6.6
26502026-04-27T09:33:18.654Z Checking itertools v0.13.0
26512026-04-27T09:33:18.740Z Checking strum v0.26.3
26522026-04-27T09:33:18.861Z Checking fs-err v3.3.0
26532026-04-27T09:33:18.874Z Checking ahash v0.8.12
26542026-04-27T09:33:18.921Z Checking object v0.37.3
26552026-04-27T09:33:18.939Z Checking tokio-stream v0.1.18
26562026-04-27T09:33:19.070Z Checking buf-list v1.1.2
26572026-04-27T09:33:19.162Z Checking camino v1.2.2
26582026-04-27T09:33:19.224Z Checking anyhow v1.0.102
26592026-04-27T09:33:19.238Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26602026-04-27T09:33:19.254Z Checking x509-cert v0.2.5
26612026-04-27T09:33:19.322Z Checking openapiv3 v2.2.0
26622026-04-27T09:33:19.399Z Checking sha1 v0.10.6
26632026-04-27T09:33:19.415Z Checking toml_datetime v1.1.1+spec-1.1.0
26642026-04-27T09:33:19.418Z Checking lalrpop-util v0.19.12
26652026-04-27T09:33:19.502Z Checking peg-runtime v0.8.5
26662026-04-27T09:33:19.559Z Checking rayon v1.12.0
26672026-04-27T09:33:19.585Z Checking sigpipe v0.1.3
26682026-04-27T09:33:19.613Z Checking glob v0.3.3
26692026-04-27T09:33:21.129Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26702026-04-27T09:33:21.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.60s
26712026-04-27T09:33:21.581Z
26722026-04-27T09:33:21.581Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26732026-04-27T09:33:22.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-04-27T09:33:22.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-04-27T09:33:22.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-04-27T09:33:22.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26772026-04-27T09:33:22.181Z
26782026-04-27T09:33:22.181Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26792026-04-27T09:33:22.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-04-27T09:33:22.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-04-27T09:33:22.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822026-04-27T09:33:22.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26832026-04-27T09:33:22.783Z
26842026-04-27T09:33:22.783Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26852026-04-27T09:33:23.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862026-04-27T09:33:23.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872026-04-27T09:33:23.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882026-04-27T09:33:23.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26892026-04-27T09:33:23.402Z
26902026-04-27T09:33:23.402Zinfo: running `cargo check --bins` on oxql-types (80/272)
26912026-04-27T09:33:23.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922026-04-27T09:33:23.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932026-04-27T09:33:23.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942026-04-27T09:33:23.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26952026-04-27T09:33:24.009Z
26962026-04-27T09:33:24.009Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26972026-04-27T09:33:24.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982026-04-27T09:33:24.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992026-04-27T09:33:24.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002026-04-27T09:33:24.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27012026-04-27T09:33:24.622Z
27022026-04-27T09:33:24.622Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
27032026-04-27T09:33:25.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042026-04-27T09:33:25.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052026-04-27T09:33:25.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062026-04-27T09:33:25.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27072026-04-27T09:33:25.238Z
27082026-04-27T09:33:25.238Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
27092026-04-27T09:33:25.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102026-04-27T09:33:25.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112026-04-27T09:33:25.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122026-04-27T09:33:25.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27132026-04-27T09:33:25.837Z
27142026-04-27T09:33:25.837Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
27152026-04-27T09:33:26.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162026-04-27T09:33:26.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172026-04-27T09:33:26.540Z Compiling structmeta-derive v0.3.0
27182026-04-27T09:33:26.659Z Compiling rustls v0.22.4
27192026-04-27T09:33:26.670Z Compiling multer v3.1.0
27202026-04-27T09:33:26.680Z Compiling async-stream-impl v0.3.6
27212026-04-27T09:33:26.680Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27222026-04-27T09:33:26.702Z Compiling dropshot v0.16.7
27232026-04-27T09:33:26.717Z Compiling newtype-uuid-macros v0.1.0
27242026-04-27T09:33:26.717Z Compiling dropshot_endpoint v0.16.7
27252026-04-27T09:33:26.838Z Checking newtype-uuid v1.3.2
27262026-04-27T09:33:26.900Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27272026-04-27T09:33:26.976Z Checking rustls-webpki v0.102.8
27282026-04-27T09:33:27.045Z Checking daft v0.1.5
27292026-04-27T09:33:27.062Z Checking futures-executor v0.3.32
27302026-04-27T09:33:27.270Z Checking thread_local v1.1.9
27312026-04-27T09:33:27.285Z Compiling match_cfg v0.1.0
27322026-04-27T09:33:27.357Z Compiling hostname v0.3.1
27332026-04-27T09:33:27.435Z Checking iddqd v0.3.18
27342026-04-27T09:33:27.465Z Checking futures v0.3.32
27352026-04-27T09:33:27.485Z Checking crossbeam-channel v0.5.15
27362026-04-27T09:33:27.499Z Checking slog-json v2.6.1
27372026-04-27T09:33:27.720Z Compiling structmeta v0.3.0
27382026-04-27T09:33:27.748Z Compiling toml_datetime v0.7.5+spec-1.1.0
27392026-04-27T09:33:27.822Z Compiling serde_spanned v1.1.1
27402026-04-27T09:33:27.935Z Compiling derive-ex v0.1.8
27412026-04-27T09:33:27.972Z Compiling parse-display-derive v0.10.0
27422026-04-27T09:33:28.170Z Checking is-terminal v0.4.17
27432026-04-27T09:33:28.184Z Checking toml_writer v1.1.1+spec-1.1.0
27442026-04-27T09:33:28.262Z Checking debug-ignore v1.0.5
27452026-04-27T09:33:28.297Z Checking take_mut v0.2.2
27462026-04-27T09:33:28.362Z Checking term v1.2.1
27472026-04-27T09:33:28.401Z Checking slog-async v2.8.0
27482026-04-27T09:33:28.468Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27492026-04-27T09:33:28.544Z Compiling toml v0.9.12+spec-1.1.0
27502026-04-27T09:33:28.584Z Checking slog-term v2.9.2
27512026-04-27T09:33:28.595Z Compiling slog-bunyan v2.5.0
27522026-04-27T09:33:28.791Z Checking tokio-rustls v0.25.0
27532026-04-27T09:33:28.840Z Compiling async-stream v0.3.6
27542026-04-27T09:33:28.983Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27552026-04-27T09:33:29.013Z Checking progenitor-client v0.13.0
27562026-04-27T09:33:29.105Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27572026-04-27T09:33:29.244Z Checking backon v1.6.0
27582026-04-27T09:33:29.255Z Checking waitgroup v0.1.2
27592026-04-27T09:33:29.406Z Checking rustls-pemfile v2.2.0
27602026-04-27T09:33:29.595Z Compiling test-strategy v0.4.5
27612026-04-27T09:33:29.643Z Checking serde_path_to_error v0.1.20
27622026-04-27T09:33:29.749Z Compiling hostname v0.4.2
27632026-04-27T09:33:29.819Z Checking instant v0.1.13
27642026-04-27T09:33:29.885Z Compiling prettyplease v0.2.37
27652026-04-27T09:33:29.904Z Checking backoff v0.4.0
27662026-04-27T09:33:29.963Z Compiling progenitor-extras v0.1.1
27672026-04-27T09:33:30.076Z Checking parse-display v0.10.0
27682026-04-27T09:33:30.204Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27692026-04-27T09:33:30.377Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27702026-04-27T09:33:30.417Z Checking progenitor-client v0.10.0
27712026-04-27T09:33:30.468Z Checking itertools v0.14.0
27722026-04-27T09:33:30.642Z Checking regress v0.10.5
27732026-04-27T09:33:30.728Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
27742026-04-27T09:33:31.135Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27752026-04-27T09:33:31.558Z Checking macaddr v1.0.1
27762026-04-27T09:33:31.778Z Checking num-rational v0.4.2
27772026-04-27T09:33:31.973Z Compiling usdt-attr-macro v0.5.0
27782026-04-27T09:33:32.056Z Compiling usdt-macro v0.5.0
27792026-04-27T09:33:32.094Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27802026-04-27T09:33:32.277Z Checking num-complex v0.4.6
27812026-04-27T09:33:32.407Z Checking memmap v0.7.0
27822026-04-27T09:33:32.537Z Compiling float-ord v0.3.2
27832026-04-27T09:33:32.612Z Checking num v0.4.3
27842026-04-27T09:33:32.759Z Checking usdt v0.5.0
27852026-04-27T09:33:32.785Z Compiling toml v0.8.23
27862026-04-27T09:33:32.788Z Checking linked-hash-map v0.5.6
27872026-04-27T09:33:32.939Z Compiling minimal-lexical v0.2.1
27882026-04-27T09:33:32.956Z Checking lru-cache v0.1.2
27892026-04-27T09:33:33.193Z Compiling nom v7.1.3
27902026-04-27T09:33:33.585Z Checking hickory-proto v0.24.4
27912026-04-27T09:33:33.736Z Checking phf_shared v0.12.1
27922026-04-27T09:33:33.845Z Compiling slog-dtrace v0.3.0
27932026-04-27T09:33:33.879Z Compiling convert_case v0.4.0
27942026-04-27T09:33:34.041Z Checking konst_macro_rules v0.2.19
27952026-04-27T09:33:34.192Z Checking heck v0.5.0
27962026-04-27T09:33:34.258Z Compiling chrono-tz v0.10.4
27972026-04-27T09:33:34.322Z Checking resolv-conf v0.7.6
27982026-04-27T09:33:34.429Z Compiling const_format_proc_macros v0.2.34
27992026-04-27T09:33:34.461Z Compiling derive_more v0.99.20
28002026-04-27T09:33:34.506Z Checking konst v0.2.20
28012026-04-27T09:33:34.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-04-27T09:33:34.756Z Checking phf v0.12.1
28032026-04-27T09:33:34.902Z Checking tokio-dtrace v0.1.1
28042026-04-27T09:33:35.008Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28052026-04-27T09:33:35.092Z Compiling derive-where v1.6.1
28062026-04-27T09:33:35.382Z Checking hickory-resolver v0.24.4
28072026-04-27T09:33:35.397Z Checking highway v1.3.0
28082026-04-27T09:33:35.533Z Checking const_format v0.2.36
28092026-04-27T09:33:35.622Z Checking oxide-tokio-rt v0.1.4
28102026-04-27T09:33:35.861Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28112026-04-27T09:33:36.092Z Checking gethostname v0.5.0
28122026-04-27T09:33:36.156Z Checking bcs v0.1.6
28132026-04-27T09:33:36.182Z Compiling async-recursion v1.1.1
28142026-04-27T09:33:36.265Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28152026-04-27T09:33:36.394Z Checking termtree v0.5.1
28162026-04-27T09:33:36.438Z Checking qorb v0.4.1
28172026-04-27T09:33:37.018Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28182026-04-27T09:33:37.640Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28192026-04-27T09:33:37.654Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28202026-04-27T09:33:39.765Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28212026-04-27T09:33:42.340Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28222026-04-27T09:33:44.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.55s
28232026-04-27T09:33:44.587Z
28242026-04-27T09:33:44.587Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
28252026-04-27T09:33:45.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-04-27T09:33:45.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-04-27T09:33:45.283Z Compiling ar_archive_writer v0.5.1
28282026-04-27T09:33:45.287Z Compiling stacker v0.1.24
28292026-04-27T09:33:45.405Z Compiling cfg_aliases v0.1.1
28302026-04-27T09:33:45.411Z Compiling convert_case v0.10.0
28312026-04-27T09:33:45.414Z Checking unicode-width v0.1.14
28322026-04-27T09:33:45.427Z Compiling proc-macro-error v1.0.4
28332026-04-27T09:33:45.438Z Checking fd-lock v4.0.4
28342026-04-27T09:33:45.441Z Checking nibble_vec v0.1.0
28352026-04-27T09:33:45.464Z Compiling nix v0.28.0
28362026-04-27T09:33:45.554Z Checking vte v0.14.1
28372026-04-27T09:33:45.566Z Compiling recursive-proc-macro-impl v0.1.1
28382026-04-27T09:33:45.646Z Checking bytecount v0.6.9
28392026-04-27T09:33:45.658Z Checking endian-type v0.1.2
28402026-04-27T09:33:45.703Z Checking strip-ansi-escapes v0.2.1
28412026-04-27T09:33:45.715Z Compiling derive_more-impl v2.1.1
28422026-04-27T09:33:45.726Z Compiling tabled_derive v0.7.0
28432026-04-27T09:33:45.744Z Checking papergrid v0.11.0
28442026-04-27T09:33:45.776Z Checking radix_trie v0.2.1
28452026-04-27T09:33:45.812Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-04-27T09:33:45.969Z Compiling peg-macros v0.8.5
28472026-04-27T09:33:46.010Z Checking winnow v0.6.26
28482026-04-27T09:33:46.268Z Compiling psm v0.1.31
28492026-04-27T09:33:46.285Z Compiling sqlparser_derive v0.5.0
28502026-04-27T09:33:46.403Z Checking nu-ansi-term v0.50.3
28512026-04-27T09:33:46.582Z Checking derive_more v2.1.1
28522026-04-27T09:33:46.618Z Checking home v0.5.12
28532026-04-27T09:33:46.662Z Checking unicode-width v0.2.0
28542026-04-27T09:33:46.720Z Checking unicode_categories v0.1.1
28552026-04-27T09:33:46.732Z Checking tabled v0.15.0
28562026-04-27T09:33:46.818Z Checking rustyline v14.0.0
28572026-04-27T09:33:46.879Z Checking crossterm v0.29.0
28582026-04-27T09:33:46.918Z Checking reedline v0.40.0
28592026-04-27T09:33:47.057Z Checking recursive v0.1.1
28602026-04-27T09:33:47.117Z Checking display-error-chain v0.2.2
28612026-04-27T09:33:47.152Z Checking sqlparser v0.61.0
28622026-04-27T09:33:47.170Z Checking sqlformat v0.3.5
28632026-04-27T09:33:47.354Z Checking peg v0.8.5
28642026-04-27T09:33:58.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
28652026-04-27T09:33:58.445Z
28662026-04-27T09:33:58.445Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28672026-04-27T09:33:58.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-04-27T09:33:58.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-04-27T09:33:59.135Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-04-27T09:34:02.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28712026-04-27T09:34:02.734Z
28722026-04-27T09:34:02.734Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28732026-04-27T09:34:03.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-04-27T09:34:03.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-04-27T09:34:03.432Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-04-27T09:34:05.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28772026-04-27T09:34:06.013Z
28782026-04-27T09:34:06.013Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28792026-04-27T09:34:06.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-04-27T09:34:06.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-04-27T09:34:06.694Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28822026-04-27T09:34:09.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28832026-04-27T09:34:10.054Z
28842026-04-27T09:34:10.054Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28852026-04-27T09:34:10.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-04-27T09:34:10.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-04-27T09:34:10.753Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28882026-04-27T09:34:14.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28892026-04-27T09:34:14.198Z
28902026-04-27T09:34:14.199Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28912026-04-27T09:34:14.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-04-27T09:34:14.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-04-27T09:34:14.899Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28942026-04-27T09:34:17.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28952026-04-27T09:34:17.642Z
28962026-04-27T09:34:17.643Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28972026-04-27T09:34:18.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-04-27T09:34:18.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-04-27T09:34:18.343Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29002026-04-27T09:34:20.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
29012026-04-27T09:34:21.083Z
29022026-04-27T09:34:21.083Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
29032026-04-27T09:34:21.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-04-27T09:34:21.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-04-27T09:34:21.786Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29062026-04-27T09:34:25.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
29072026-04-27T09:34:25.336Z
29082026-04-27T09:34:25.336Zinfo: running `cargo check --bins` on oximeter (93/272)
29092026-04-27T09:34:25.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-04-27T09:34:25.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-04-27T09:34:25.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-04-27T09:34:25.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29132026-04-27T09:34:25.952Z
29142026-04-27T09:34:25.952Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
29152026-04-27T09:34:26.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-04-27T09:34:26.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-04-27T09:34:26.597Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29182026-04-27T09:34:26.763Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29192026-04-27T09:34:26.766Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29202026-04-27T09:34:27.102Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29212026-04-27T09:34:30.181Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29222026-04-27T09:34:30.502Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29232026-04-27T09:34:31.593Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29242026-04-27T09:34:32.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
29252026-04-27T09:34:32.457Z
29262026-04-27T09:34:32.457Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
29272026-04-27T09:34:32.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-04-27T09:34:32.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-04-27T09:34:32.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-04-27T09:34:32.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29312026-04-27T09:34:33.073Z
29322026-04-27T09:34:33.073Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
29332026-04-27T09:34:33.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-04-27T09:34:33.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-04-27T09:34:33.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-04-27T09:34:33.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29372026-04-27T09:34:33.734Z
29382026-04-27T09:34:33.734Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
29392026-04-27T09:34:34.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-04-27T09:34:34.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-04-27T09:34:34.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-04-27T09:34:34.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29432026-04-27T09:34:34.361Z
29442026-04-27T09:34:34.361Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29452026-04-27T09:34:34.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-04-27T09:34:34.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-04-27T09:34:34.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-04-27T09:34:34.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29492026-04-27T09:34:34.987Z
29502026-04-27T09:34:34.987Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29512026-04-27T09:34:35.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-04-27T09:34:35.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-04-27T09:34:35.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-04-27T09:34:35.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29552026-04-27T09:34:35.612Z
29562026-04-27T09:34:35.612Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29572026-04-27T09:34:36.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-04-27T09:34:36.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-04-27T09:34:36.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602026-04-27T09:34:36.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29612026-04-27T09:34:36.238Z
29622026-04-27T09:34:36.239Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29632026-04-27T09:34:36.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-04-27T09:34:36.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-04-27T09:34:36.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662026-04-27T09:34:36.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29672026-04-27T09:34:36.846Z
29682026-04-27T09:34:36.846Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29692026-04-27T09:34:37.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702026-04-27T09:34:37.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712026-04-27T09:34:37.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722026-04-27T09:34:37.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29732026-04-27T09:34:37.471Z
29742026-04-27T09:34:37.471Zinfo: running `cargo check --bins` on update-engine (103/272)
29752026-04-27T09:34:37.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762026-04-27T09:34:37.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772026-04-27T09:34:37.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29782026-04-27T09:34:37.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29792026-04-27T09:34:38.079Z
29802026-04-27T09:34:38.079Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29812026-04-27T09:34:38.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822026-04-27T09:34:38.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832026-04-27T09:34:38.827Z Compiling darling_core v0.21.3
29842026-04-27T09:34:38.947Z Compiling crucible-workspace-hack v0.1.0
29852026-04-27T09:34:38.958Z Checking secrecy v0.10.3
29862026-04-27T09:34:38.966Z Compiling heapless v0.8.0
29872026-04-27T09:34:38.974Z Compiling toml_edit v0.25.11+spec-1.1.0
29882026-04-27T09:34:38.976Z Checking hash32 v0.3.1
29892026-04-27T09:34:38.976Z Compiling smoltcp v0.11.0
29902026-04-27T09:34:38.977Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29912026-04-27T09:34:39.060Z Checking cobs v0.3.0
29922026-04-27T09:34:39.100Z Compiling thiserror-impl-no-std v2.0.2
29932026-04-27T09:34:39.206Z Checking universal-hash v0.5.1
29942026-04-27T09:34:39.206Z Checking half v2.7.1
29952026-04-27T09:34:39.231Z Checking ciborium-io v0.2.2
29962026-04-27T09:34:39.318Z Checking opaque-debug v0.3.1
29972026-04-27T09:34:39.331Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
29982026-04-27T09:34:39.362Z Checking postcard v1.1.3
29992026-04-27T09:34:39.387Z Checking poly1305 v0.8.0
30002026-04-27T09:34:39.484Z Checking ciborium-ll v0.2.2
30012026-04-27T09:34:39.525Z Compiling proc-macro-crate v3.5.0
30022026-04-27T09:34:39.644Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30032026-04-27T09:34:39.674Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30042026-04-27T09:34:39.687Z Checking password-hash v0.5.0
30052026-04-27T09:34:39.914Z Checking chacha20 v0.9.1
30062026-04-27T09:34:39.942Z Compiling proc-macro-crate v1.3.1
30072026-04-27T09:34:39.959Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-04-27T09:34:40.026Z Checking blake2 v0.10.6
30092026-04-27T09:34:40.108Z Compiling num_enum_derive v0.7.6
30102026-04-27T09:34:40.111Z Checking aead v0.5.2
30112026-04-27T09:34:40.194Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30122026-04-27T09:34:40.256Z Compiling foreign-types-macros v0.2.3
30132026-04-27T09:34:40.270Z Checking thiserror-no-std v2.0.2
30142026-04-27T09:34:40.283Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30152026-04-27T09:34:40.356Z Checking foreign-types-shared v0.3.1
30162026-04-27T09:34:40.369Z Checking vsss-rs v3.3.4
30172026-04-27T09:34:40.401Z Compiling num_enum_derive v0.5.11
30182026-04-27T09:34:40.448Z Checking argon2 v0.5.3
30192026-04-27T09:34:40.522Z Checking chacha20poly1305 v0.10.1
30202026-04-27T09:34:40.651Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-04-27T09:34:40.795Z Checking ciborium v0.2.2
30222026-04-27T09:34:40.862Z Checking foreign-types v0.5.0
30232026-04-27T09:34:41.052Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30242026-04-27T09:34:41.113Z Checking console v0.15.11
30252026-04-27T09:34:41.152Z Checking num_enum v0.7.6
30262026-04-27T09:34:41.252Z Checking tabwriter v1.4.1
30272026-04-27T09:34:41.271Z Checking newline-converter v0.3.0
30282026-04-27T09:34:41.350Z Checking atomicwrites v0.4.4
30292026-04-27T09:34:41.383Z Checking camino-tempfile v1.4.1
30302026-04-27T09:34:41.396Z Checking byte-wrapper v0.1.0
30312026-04-27T09:34:41.409Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30322026-04-27T09:34:41.433Z Checking cstr-argument v0.1.2
30332026-04-27T09:34:41.461Z Compiling darling_macro v0.21.3
30342026-04-27T09:34:41.480Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30352026-04-27T09:34:41.505Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
30362026-04-27T09:34:41.543Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30372026-04-27T09:34:41.557Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30382026-04-27T09:34:41.597Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30392026-04-27T09:34:41.703Z Checking expectorate v1.2.0
30402026-04-27T09:34:41.724Z Checking num_enum v0.5.11
30412026-04-27T09:34:41.825Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30422026-04-27T09:34:41.839Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
30432026-04-27T09:34:41.842Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30442026-04-27T09:34:41.923Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30452026-04-27T09:34:41.937Z Checking colored v3.1.1
30462026-04-27T09:34:41.949Z Compiling darling v0.21.3
30472026-04-27T09:34:42.001Z Checking indent_write v2.2.0
30482026-04-27T09:34:42.034Z Compiling ingot-macros v0.1.1
30492026-04-27T09:34:42.051Z Compiling zone_cfg_derive v0.3.1
30502026-04-27T09:34:42.130Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30512026-04-27T09:34:42.155Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30522026-04-27T09:34:42.224Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30532026-04-27T09:34:42.238Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30542026-04-27T09:34:42.250Z Checking itertools v0.12.1
30552026-04-27T09:34:42.308Z Compiling num-derive v0.4.2
30562026-04-27T09:34:42.409Z Checking swrite v0.1.0
30572026-04-27T09:34:42.504Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30582026-04-27T09:34:42.656Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30592026-04-27T09:34:42.691Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30602026-04-27T09:34:42.727Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30612026-04-27T09:34:42.885Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30622026-04-27T09:34:42.955Z Checking dropshot-api-manager-types v0.6.0
30632026-04-27T09:34:43.001Z Checking smf v0.2.3
30642026-04-27T09:34:43.016Z Checking nanorand v0.7.0
30652026-04-27T09:34:43.128Z Checking whoami v1.6.1
30662026-04-27T09:34:43.215Z Checking flume v0.11.1
30672026-04-27T09:34:43.246Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30682026-04-27T09:34:43.279Z Checking zone v0.3.1
30692026-04-27T09:34:43.325Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30702026-04-27T09:34:43.328Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30712026-04-27T09:34:44.269Z Checking ingot-types v0.1.2
30722026-04-27T09:34:44.600Z Checking ingot v0.1.1
30732026-04-27T09:34:46.045Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30742026-04-27T09:34:47.014Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30752026-04-27T09:34:47.908Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30762026-04-27T09:34:48.719Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30772026-04-27T09:34:50.760Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30782026-04-27T09:34:51.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
30792026-04-27T09:34:51.981Z
30802026-04-27T09:34:51.981Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30812026-04-27T09:34:52.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-04-27T09:34:52.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-04-27T09:34:52.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-04-27T09:34:52.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30852026-04-27T09:34:52.602Z
30862026-04-27T09:34:52.602Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30872026-04-27T09:34:53.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-04-27T09:34:53.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-04-27T09:34:53.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-04-27T09:34:53.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30912026-04-27T09:34:53.220Z
30922026-04-27T09:34:53.220Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30932026-04-27T09:34:53.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-04-27T09:34:53.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-04-27T09:34:53.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-04-27T09:34:53.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30972026-04-27T09:34:53.845Z
30982026-04-27T09:34:53.845Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30992026-04-27T09:34:54.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-04-27T09:34:54.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-04-27T09:34:54.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-04-27T09:34:54.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31032026-04-27T09:34:54.462Z
31042026-04-27T09:34:54.462Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
31052026-04-27T09:34:54.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-04-27T09:34:54.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-04-27T09:34:54.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-04-27T09:34:54.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31092026-04-27T09:34:55.083Z
31102026-04-27T09:34:55.083Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
31112026-04-27T09:34:55.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-04-27T09:34:55.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-04-27T09:34:55.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-04-27T09:34:55.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31152026-04-27T09:34:55.703Z
31162026-04-27T09:34:55.703Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
31172026-04-27T09:34:56.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-04-27T09:34:56.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-04-27T09:34:56.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-04-27T09:34:56.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31212026-04-27T09:34:56.324Z
31222026-04-27T09:34:56.324Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
31232026-04-27T09:34:56.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-04-27T09:34:56.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-04-27T09:34:56.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-04-27T09:34:56.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-04-27T09:34:56.927Z
31282026-04-27T09:34:56.927Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
31292026-04-27T09:34:57.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-04-27T09:34:57.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-04-27T09:34:57.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-04-27T09:34:57.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31332026-04-27T09:34:57.534Z
31342026-04-27T09:34:57.534Zinfo: running `cargo check --bins` on dns-service-client (114/272)
31352026-04-27T09:34:58.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-04-27T09:34:58.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-04-27T09:34:58.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-04-27T09:34:58.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31392026-04-27T09:34:58.155Z
31402026-04-27T09:34:58.155Zinfo: running `cargo check --bins` on installinator-client (115/272)
31412026-04-27T09:34:58.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-04-27T09:34:58.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-04-27T09:34:58.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-04-27T09:34:58.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31452026-04-27T09:34:58.767Z
31462026-04-27T09:34:58.767Zinfo: running `cargo check --bins` on nexus-client (116/272)
31472026-04-27T09:34:59.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-04-27T09:34:59.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-04-27T09:34:59.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-04-27T09:34:59.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31512026-04-27T09:34:59.419Z
31522026-04-27T09:34:59.419Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31532026-04-27T09:34:59.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-04-27T09:34:59.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-04-27T09:34:59.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-04-27T09:34:59.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31572026-04-27T09:35:00.073Z
31582026-04-27T09:35:00.073Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31592026-04-27T09:35:00.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-04-27T09:35:00.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-04-27T09:35:00.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-04-27T09:35:00.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-04-27T09:35:00.683Z
31642026-04-27T09:35:00.683Zinfo: running `cargo check --bins` on oxide-client (119/272)
31652026-04-27T09:35:01.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-04-27T09:35:01.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-04-27T09:35:01.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-04-27T09:35:01.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31692026-04-27T09:35:01.280Z
31702026-04-27T09:35:01.280Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31712026-04-27T09:35:01.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-04-27T09:35:01.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-04-27T09:35:01.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-04-27T09:35:01.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31752026-04-27T09:35:01.894Z
31762026-04-27T09:35:01.894Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31772026-04-27T09:35:02.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-04-27T09:35:02.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-04-27T09:35:02.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-04-27T09:35:02.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31812026-04-27T09:35:02.490Z
31822026-04-27T09:35:02.490Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31832026-04-27T09:35:03.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-04-27T09:35:03.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-04-27T09:35:03.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-04-27T09:35:03.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31872026-04-27T09:35:03.115Z
31882026-04-27T09:35:03.116Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31892026-04-27T09:35:03.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-04-27T09:35:03.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-04-27T09:35:03.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-04-27T09:35:03.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31932026-04-27T09:35:03.752Z
31942026-04-27T09:35:03.752Zinfo: running `cargo check --bins` on installinator-common (124/272)
31952026-04-27T09:35:04.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-04-27T09:35:04.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-04-27T09:35:04.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-04-27T09:35:04.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31992026-04-27T09:35:04.379Z
32002026-04-27T09:35:04.379Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
32012026-04-27T09:35:04.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-04-27T09:35:04.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-04-27T09:35:04.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-04-27T09:35:04.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32052026-04-27T09:35:04.975Z
32062026-04-27T09:35:04.976Zinfo: running `cargo check --bins` on wicket-common (126/272)
32072026-04-27T09:35:05.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-04-27T09:35:05.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-04-27T09:35:05.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-04-27T09:35:05.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32112026-04-27T09:35:05.595Z
32122026-04-27T09:35:05.595Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
32132026-04-27T09:35:06.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-04-27T09:35:06.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-04-27T09:35:06.299Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32162026-04-27T09:35:06.416Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32172026-04-27T09:35:06.424Z Checking csv-core v0.1.13
32182026-04-27T09:35:06.432Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32192026-04-27T09:35:06.439Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32202026-04-27T09:35:06.449Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32212026-04-27T09:35:06.460Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32222026-04-27T09:35:06.471Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32232026-04-27T09:35:06.579Z Checking csv v1.4.0
32242026-04-27T09:35:06.602Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32252026-04-27T09:35:06.648Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32262026-04-27T09:35:06.676Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32272026-04-27T09:35:06.919Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-04-27T09:35:07.294Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32292026-04-27T09:35:07.297Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32302026-04-27T09:35:07.605Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32312026-04-27T09:35:13.295Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32322026-04-27T09:35:13.824Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32332026-04-27T09:35:16.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
32342026-04-27T09:35:16.393Z
32352026-04-27T09:35:16.393Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
32362026-04-27T09:35:16.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-04-27T09:35:16.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-04-27T09:35:16.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-04-27T09:35:16.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32402026-04-27T09:35:16.997Z
32412026-04-27T09:35:16.997Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32422026-04-27T09:35:17.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-04-27T09:35:17.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-04-27T09:35:17.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-04-27T09:35:17.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32462026-04-27T09:35:17.695Z
32472026-04-27T09:35:17.695Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32482026-04-27T09:35:18.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-04-27T09:35:18.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-04-27T09:35:18.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-04-27T09:35:18.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32522026-04-27T09:35:18.391Z
32532026-04-27T09:35:18.391Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32542026-04-27T09:35:18.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-04-27T09:35:18.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-04-27T09:35:18.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572026-04-27T09:35:18.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32582026-04-27T09:35:19.054Z
32592026-04-27T09:35:19.054Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32602026-04-27T09:35:19.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-04-27T09:35:19.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-04-27T09:35:19.832Z Compiling regress v0.11.1
32632026-04-27T09:35:19.978Z Compiling unsafe-libyaml v0.2.11
32642026-04-27T09:35:19.989Z Compiling radium v0.7.0
32652026-04-27T09:35:19.989Z Compiling semver v0.1.20
32662026-04-27T09:35:20.012Z Compiling pin-project-internal v1.1.11
32672026-04-27T09:35:20.023Z Checking tap v1.0.1
32682026-04-27T09:35:20.025Z Compiling maybe-uninit v2.0.0
32692026-04-27T09:35:20.125Z Checking wyz v0.5.1
32702026-04-27T09:35:20.254Z Compiling rustc_version v0.1.7
32712026-04-27T09:35:20.302Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32722026-04-27T09:35:20.385Z Compiling snafu-derive v0.8.9
32732026-04-27T09:35:20.445Z Compiling zerocopy-derive v0.6.6
32742026-04-27T09:35:20.484Z Compiling serde_yaml v0.9.34+deprecated
32752026-04-27T09:35:20.709Z Compiling newtype_derive v0.1.6
32762026-04-27T09:35:20.908Z Compiling owo-colors v4.3.0
32772026-04-27T09:35:21.152Z Checking pin-project v1.1.11
32782026-04-27T09:35:21.241Z Checking crc-catalog v2.5.0
32792026-04-27T09:35:21.254Z Checking funty v2.0.0
32802026-04-27T09:35:21.293Z Checking same-file v1.0.6
32812026-04-27T09:35:21.355Z Compiling cancel-safe-futures v0.1.5
32822026-04-27T09:35:21.417Z Compiling packed_struct v0.10.1
32832026-04-27T09:35:21.443Z Checking typify-impl v0.6.2
32842026-04-27T09:35:21.576Z Checking bitvec v1.0.1
32852026-04-27T09:35:21.710Z Checking walkdir v2.5.0
32862026-04-27T09:35:21.812Z Checking crc v3.4.0
32872026-04-27T09:35:21.880Z Checking zerocopy v0.6.6
32882026-04-27T09:35:22.044Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32892026-04-27T09:35:22.098Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32902026-04-27T09:35:22.176Z Checking globset v0.4.18
32912026-04-27T09:35:22.334Z Checking snafu v0.8.9
32922026-04-27T09:35:22.438Z Checking olpc-cjson v0.1.4
32932026-04-27T09:35:22.455Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32942026-04-27T09:35:22.566Z Checking pem v3.0.6
32952026-04-27T09:35:22.583Z Compiling packed_struct_codegen v0.10.1
32962026-04-27T09:35:22.586Z Checking libsw-core v0.3.2
32972026-04-27T09:35:22.612Z Checking serde_plain v1.0.2
32982026-04-27T09:35:22.711Z Compiling bitfield-macros v0.19.4
32992026-04-27T09:35:22.728Z Compiling indexmap v1.9.3
33002026-04-27T09:35:22.742Z Checking typed-path v0.9.3
33012026-04-27T09:35:22.763Z Checking nodrop v0.1.14
33022026-04-27T09:35:22.859Z Checking array-init v0.0.4
33032026-04-27T09:35:22.877Z Checking libsw v3.5.0
33042026-04-27T09:35:22.943Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-04-27T09:35:23.032Z Checking smallvec v0.6.14
33062026-04-27T09:35:23.231Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33072026-04-27T09:35:23.245Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33082026-04-27T09:35:23.417Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33092026-04-27T09:35:23.433Z Checking bitfield v0.19.4
33102026-04-27T09:35:23.527Z Checking tough v0.20.0
33112026-04-27T09:35:23.544Z Checking base64 v0.21.7
33122026-04-27T09:35:23.581Z Checking tagptr v0.2.0
33132026-04-27T09:35:23.647Z Checking hashbrown v0.12.3
33142026-04-27T09:35:23.701Z Checking smawk v0.3.2
33152026-04-27T09:35:23.722Z Checking linear-map v1.2.0
33162026-04-27T09:35:23.786Z Checking unicode-linebreak v0.1.5
33172026-04-27T09:35:23.800Z Checking ron v0.8.1
33182026-04-27T09:35:23.830Z Checking moka v0.12.15
33192026-04-27T09:35:23.898Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33202026-04-27T09:35:24.002Z Checking textwrap v0.16.2
33212026-04-27T09:35:24.219Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33222026-04-27T09:35:24.323Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33232026-04-27T09:35:24.388Z Checking steno v0.4.1
33242026-04-27T09:35:24.403Z Checking serde-hex v0.1.0
33252026-04-27T09:35:24.468Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-04-27T09:35:24.633Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33272026-04-27T09:35:24.717Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-04-27T09:35:25.137Z Checking hashbrown v0.13.2
33292026-04-27T09:35:25.177Z Checking humantime v2.3.0
33302026-04-27T09:35:25.208Z Checking crc-any v2.5.0
33312026-04-27T09:35:25.366Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33322026-04-27T09:35:25.388Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-04-27T09:35:25.391Z Checking hickory-resolver v0.25.2
33342026-04-27T09:35:25.528Z Checking path-slash v0.1.5
33352026-04-27T09:35:25.556Z Checking void v1.0.2
33362026-04-27T09:35:25.583Z Checking object v0.30.4
33372026-04-27T09:35:25.595Z Checking utf-8 v0.7.6
33382026-04-27T09:35:25.632Z Checking half v1.8.3
33392026-04-27T09:35:25.675Z Checking lzss v0.8.2
33402026-04-27T09:35:25.733Z Checking tungstenite v0.23.0
33412026-04-27T09:35:25.827Z Checking serde_cbor v0.11.2
33422026-04-27T09:35:25.914Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33432026-04-27T09:35:26.031Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33442026-04-27T09:35:26.080Z Checking nix v0.27.1
33452026-04-27T09:35:26.110Z Compiling typify-macro v0.6.2
33462026-04-27T09:35:26.156Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33472026-04-27T09:35:26.197Z Checking kstat-rs v0.2.4
33482026-04-27T09:35:26.220Z Checking fxhash v0.2.1
33492026-04-27T09:35:26.267Z Checking serde_bytes v0.11.19
33502026-04-27T09:35:26.340Z Checking tokio-tungstenite v0.23.1
33512026-04-27T09:35:26.386Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33522026-04-27T09:35:26.443Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33532026-04-27T09:35:26.575Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33542026-04-27T09:35:26.594Z Checking signal-hook-tokio v0.3.1
33552026-04-27T09:35:27.513Z Compiling typify v0.6.2
33562026-04-27T09:35:27.610Z Compiling progenitor-impl v0.13.0
33572026-04-27T09:35:27.751Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33582026-04-27T09:35:28.652Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33592026-04-27T09:35:28.976Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33602026-04-27T09:35:29.038Z Compiling progenitor-macro v0.13.0
33612026-04-27T09:35:31.392Z Checking progenitor v0.13.0
33622026-04-27T09:35:31.520Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33632026-04-27T09:35:31.523Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33642026-04-27T09:35:34.554Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33652026-04-27T09:35:42.005Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33662026-04-27T09:35:48.315Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33672026-04-27T09:35:49.701Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33682026-04-27T09:35:50.190Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33692026-04-27T09:35:52.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.18s
33702026-04-27T09:35:52.449Z
33712026-04-27T09:35:52.449Zinfo: running `cargo check --bins` on gateway-api (133/272)
33722026-04-27T09:35:52.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-04-27T09:35:52.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-04-27T09:35:52.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-04-27T09:35:52.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33762026-04-27T09:35:53.083Z
33772026-04-27T09:35:53.083Zinfo: running `cargo check --bins` on ipcc (134/272)
33782026-04-27T09:35:53.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-27T09:35:53.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-27T09:35:53.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-27T09:35:53.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-04-27T09:35:53.691Z
33832026-04-27T09:35:53.691Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33842026-04-27T09:35:54.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-27T09:35:54.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-27T09:35:54.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-27T09:35:54.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-04-27T09:35:54.288Z
33892026-04-27T09:35:54.288Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33902026-04-27T09:35:54.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-27T09:35:54.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-27T09:35:54.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-27T09:35:54.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-04-27T09:35:54.898Z
33952026-04-27T09:35:54.898Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33962026-04-27T09:35:55.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-27T09:35:55.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-27T09:35:55.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-27T09:35:55.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-04-27T09:35:55.512Z
34012026-04-27T09:35:55.512Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
34022026-04-27T09:35:56.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-27T09:35:56.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-27T09:35:56.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-27T09:35:56.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-04-27T09:35:56.123Z
34072026-04-27T09:35:56.123Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
34082026-04-27T09:35:56.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-27T09:35:56.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-27T09:35:56.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-27T09:35:56.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-04-27T09:35:56.728Z
34132026-04-27T09:35:56.728Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
34142026-04-27T09:35:57.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-27T09:35:57.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-27T09:35:57.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-27T09:35:57.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-04-27T09:35:57.344Z
34192026-04-27T09:35:57.344Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
34202026-04-27T09:35:57.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-27T09:35:57.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-27T09:35:57.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-27T09:35:57.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-04-27T09:35:57.956Z
34252026-04-27T09:35:57.956Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
34262026-04-27T09:35:58.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-27T09:35:58.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-27T09:35:58.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-27T09:35:58.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-04-27T09:35:58.570Z
34312026-04-27T09:35:58.570Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
34322026-04-27T09:35:59.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-27T09:35:59.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-27T09:35:59.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-27T09:35:59.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-04-27T09:35:59.184Z
34372026-04-27T09:35:59.184Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
34382026-04-27T09:35:59.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-27T09:35:59.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-27T09:35:59.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-27T09:35:59.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-04-27T09:35:59.795Z
34432026-04-27T09:35:59.795Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34442026-04-27T09:36:00.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-27T09:36:00.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-27T09:36:00.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-27T09:36:00.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-04-27T09:36:00.411Z
34492026-04-27T09:36:00.411Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34502026-04-27T09:36:00.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-27T09:36:00.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-27T09:36:00.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-27T09:36:00.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-04-27T09:36:01.028Z
34552026-04-27T09:36:01.028Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34562026-04-27T09:36:01.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-27T09:36:01.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-27T09:36:01.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-27T09:36:01.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-04-27T09:36:01.642Z
34612026-04-27T09:36:01.642Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34622026-04-27T09:36:02.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-27T09:36:02.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-27T09:36:02.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-27T09:36:02.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34662026-04-27T09:36:02.261Z
34672026-04-27T09:36:02.261Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34682026-04-27T09:36:02.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-27T09:36:02.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-27T09:36:02.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-04-27T09:36:02.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-04-27T09:36:02.873Z
34732026-04-27T09:36:02.874Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34742026-04-27T09:36:03.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-04-27T09:36:03.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-04-27T09:36:03.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-04-27T09:36:03.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-04-27T09:36:03.486Z
34792026-04-27T09:36:03.486Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34802026-04-27T09:36:04.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-27T09:36:04.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-27T09:36:04.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-04-27T09:36:04.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34842026-04-27T09:36:04.105Z
34852026-04-27T09:36:04.105Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34862026-04-27T09:36:04.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-04-27T09:36:04.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-04-27T09:36:04.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-04-27T09:36:04.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-04-27T09:36:04.722Z
34912026-04-27T09:36:04.722Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34922026-04-27T09:36:05.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-04-27T09:36:05.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-04-27T09:36:05.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-04-27T09:36:05.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34962026-04-27T09:36:05.337Z
34972026-04-27T09:36:05.337Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34982026-04-27T09:36:05.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-04-27T09:36:05.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-04-27T09:36:05.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-04-27T09:36:05.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35022026-04-27T09:36:05.997Z
35032026-04-27T09:36:05.997Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
35042026-04-27T09:36:06.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-04-27T09:36:06.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-04-27T09:36:06.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-04-27T09:36:06.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35082026-04-27T09:36:06.615Z
35092026-04-27T09:36:06.615Zinfo: running `cargo check --bins` on dns-server (156/272)
35102026-04-27T09:36:07.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-04-27T09:36:07.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-04-27T09:36:07.282Z Compiling parking_lot_core v0.8.6
35132026-04-27T09:36:07.283Z Compiling atomicwrites v0.4.4
35142026-04-27T09:36:07.283Z Compiling git-stub v1.0.0
35152026-04-27T09:36:07.286Z Checking prefix-trie v0.7.0
35162026-04-27T09:36:07.286Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35172026-04-27T09:36:07.518Z Compiling git-stub-vcs v0.1.0
35182026-04-27T09:36:07.699Z Checking hickory-server v0.25.2
35192026-04-27T09:36:07.793Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35202026-04-27T09:36:07.806Z Checking parking_lot v0.11.2
35212026-04-27T09:36:07.880Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35222026-04-27T09:36:07.883Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35232026-04-27T09:36:07.974Z Checking sled v0.34.7
35242026-04-27T09:36:09.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35252026-04-27T09:36:10.058Z
35262026-04-27T09:36:10.058Zinfo: running `cargo check --bins` on dns-server-api (157/272)
35272026-04-27T09:36:10.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-04-27T09:36:10.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-04-27T09:36:10.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-04-27T09:36:10.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35312026-04-27T09:36:10.659Z
35322026-04-27T09:36:10.659Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
35332026-04-27T09:36:11.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-04-27T09:36:11.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-04-27T09:36:11.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-04-27T09:36:11.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-04-27T09:36:11.276Z
35382026-04-27T09:36:11.276Zinfo: running `cargo check --bins` on sp-sim (159/272)
35392026-04-27T09:36:11.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-04-27T09:36:11.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-04-27T09:36:12.016Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35422026-04-27T09:36:13.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35432026-04-27T09:36:13.971Z
35442026-04-27T09:36:13.971Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35452026-04-27T09:36:14.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-04-27T09:36:14.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-04-27T09:36:14.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-04-27T09:36:14.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35492026-04-27T09:36:14.638Z
35502026-04-27T09:36:14.638Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35512026-04-27T09:36:15.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-04-27T09:36:15.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-04-27T09:36:15.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-04-27T09:36:15.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35552026-04-27T09:36:15.316Z
35562026-04-27T09:36:15.316Zinfo: running `cargo check --bins` on db-macros (162/272)
35572026-04-27T09:36:15.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-04-27T09:36:15.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-04-27T09:36:15.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-04-27T09:36:15.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-04-27T09:36:15.921Z
35622026-04-27T09:36:15.921Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35632026-04-27T09:36:16.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-04-27T09:36:16.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-04-27T09:36:16.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-04-27T09:36:16.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35672026-04-27T09:36:16.527Z
35682026-04-27T09:36:16.527Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35692026-04-27T09:36:17.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-04-27T09:36:17.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-04-27T09:36:17.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-04-27T09:36:17.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35732026-04-27T09:36:17.200Z
35742026-04-27T09:36:17.200Zinfo: running `cargo check --bins` on authz-macros (165/272)
35752026-04-27T09:36:17.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-04-27T09:36:17.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-04-27T09:36:17.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-04-27T09:36:17.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35792026-04-27T09:36:17.803Z
35802026-04-27T09:36:17.803Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35812026-04-27T09:36:18.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-04-27T09:36:18.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-04-27T09:36:18.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-04-27T09:36:18.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35852026-04-27T09:36:18.466Z
35862026-04-27T09:36:18.466Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35872026-04-27T09:36:19.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-04-27T09:36:19.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-04-27T09:36:19.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-04-27T09:36:19.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35912026-04-27T09:36:19.124Z
35922026-04-27T09:36:19.124Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35932026-04-27T09:36:19.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-04-27T09:36:19.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-04-27T09:36:19.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-04-27T09:36:19.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35972026-04-27T09:36:19.728Z
35982026-04-27T09:36:19.728Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35992026-04-27T09:36:20.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-04-27T09:36:20.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-04-27T09:36:20.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-04-27T09:36:20.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36032026-04-27T09:36:20.333Z
36042026-04-27T09:36:20.333Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
36052026-04-27T09:36:20.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-04-27T09:36:20.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-04-27T09:36:20.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-04-27T09:36:20.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36092026-04-27T09:36:20.948Z
36102026-04-27T09:36:20.949Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
36112026-04-27T09:36:21.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-04-27T09:36:21.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-04-27T09:36:21.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-04-27T09:36:21.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36152026-04-27T09:36:21.557Z
36162026-04-27T09:36:21.557Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
36172026-04-27T09:36:22.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-04-27T09:36:22.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-04-27T09:36:22.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-04-27T09:36:22.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36212026-04-27T09:36:22.144Z
36222026-04-27T09:36:22.144Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
36232026-04-27T09:36:22.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-04-27T09:36:22.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-04-27T09:36:22.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-04-27T09:36:22.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36272026-04-27T09:36:22.799Z
36282026-04-27T09:36:22.799Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
36292026-04-27T09:36:23.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-04-27T09:36:23.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-04-27T09:36:23.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-04-27T09:36:23.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36332026-04-27T09:36:23.464Z
36342026-04-27T09:36:23.464Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
36352026-04-27T09:36:24.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-04-27T09:36:24.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-04-27T09:36:24.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-04-27T09:36:24.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36392026-04-27T09:36:24.124Z
36402026-04-27T09:36:24.124Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
36412026-04-27T09:36:24.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-04-27T09:36:24.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-04-27T09:36:24.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-04-27T09:36:24.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36452026-04-27T09:36:24.762Z
36462026-04-27T09:36:24.762Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36472026-04-27T09:36:25.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-04-27T09:36:25.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-04-27T09:36:25.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-04-27T09:36:25.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36512026-04-27T09:36:25.401Z
36522026-04-27T09:36:25.401Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36532026-04-27T09:36:25.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-04-27T09:36:25.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-04-27T09:36:25.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-04-27T09:36:25.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36572026-04-27T09:36:26.033Z
36582026-04-27T09:36:26.033Zinfo: running `cargo check --bins` on key-manager (179/272)
36592026-04-27T09:36:26.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-04-27T09:36:26.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-04-27T09:36:26.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-04-27T09:36:26.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36632026-04-27T09:36:26.645Z
36642026-04-27T09:36:26.645Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36652026-04-27T09:36:27.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-04-27T09:36:27.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-04-27T09:36:27.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-04-27T09:36:27.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36692026-04-27T09:36:27.285Z
36702026-04-27T09:36:27.285Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36712026-04-27T09:36:27.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-04-27T09:36:27.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-04-27T09:36:27.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-04-27T09:36:27.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36752026-04-27T09:36:27.911Z
36762026-04-27T09:36:27.911Zinfo: running `cargo check --bins` on typed-rng (182/272)
36772026-04-27T09:36:28.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-04-27T09:36:28.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-04-27T09:36:28.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-04-27T09:36:28.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36812026-04-27T09:36:28.508Z
36822026-04-27T09:36:28.508Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36832026-04-27T09:36:29.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-04-27T09:36:29.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-04-27T09:36:29.375Z Compiling typify-impl v0.4.3
36862026-04-27T09:36:29.375Z Compiling libefi-sys v0.1.0
36872026-04-27T09:36:29.378Z Compiling bitfield-struct v0.6.2
36882026-04-27T09:36:29.532Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36892026-04-27T09:36:29.542Z Compiling xshell-macros v0.2.7
36902026-04-27T09:36:29.554Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36912026-04-27T09:36:29.583Z Compiling salty v0.3.0
36922026-04-27T09:36:29.642Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36932026-04-27T09:36:29.778Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b9b8f2cf)
36942026-04-27T09:36:29.895Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36952026-04-27T09:36:29.908Z Checking xshell v0.2.7
36962026-04-27T09:36:29.937Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36972026-04-27T09:36:30.094Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36982026-04-27T09:36:30.122Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36992026-04-27T09:36:30.139Z Checking primeorder v0.13.6
37002026-04-27T09:36:30.264Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b9b8f2cf)
37012026-04-27T09:36:30.316Z Compiling proc-macro-error-attr2 v2.0.0
37022026-04-27T09:36:30.355Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37032026-04-27T09:36:30.375Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37042026-04-27T09:36:30.578Z Checking tungstenite v0.21.0
37052026-04-27T09:36:30.592Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37062026-04-27T09:36:30.607Z Checking p384 v0.13.1
37072026-04-27T09:36:30.707Z Compiling proc-macro-error2 v2.0.1
37082026-04-27T09:36:30.767Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37092026-04-27T09:36:31.017Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37102026-04-27T09:36:31.044Z Checking compression-core v0.4.32
37112026-04-27T09:36:31.044Z Compiling unicase v2.9.0
37122026-04-27T09:36:31.184Z Checking compression-codecs v0.4.38
37132026-04-27T09:36:31.272Z Compiling mime_guess v2.0.5
37142026-04-27T09:36:31.378Z Compiling tabled_derive v0.11.0
37152026-04-27T09:36:31.395Z Checking tokio-tungstenite v0.21.0
37162026-04-27T09:36:31.489Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37172026-04-27T09:36:31.613Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37182026-04-27T09:36:31.670Z Checking papergrid v0.17.0
37192026-04-27T09:36:31.813Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b9b8f2cf)
37202026-04-27T09:36:31.831Z Checking libscf-sys v1.2.0
37212026-04-27T09:36:31.997Z Checking testing_table v0.3.0
37222026-04-27T09:36:32.099Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b9b8f2cf)
37232026-04-27T09:36:32.182Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37242026-04-27T09:36:32.332Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#369dbef2)
37252026-04-27T09:36:32.472Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37262026-04-27T09:36:32.563Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37272026-04-27T09:36:32.642Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#369dbef2)
37282026-04-27T09:36:32.658Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37292026-04-27T09:36:32.687Z Compiling dropshot v0.17.0
37302026-04-27T09:36:32.758Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37312026-04-27T09:36:32.841Z Checking corncobs v0.1.4
37322026-04-27T09:36:32.971Z Checking tabled v0.20.0
37332026-04-27T09:36:32.985Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37342026-04-27T09:36:32.988Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37352026-04-27T09:36:33.000Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37362026-04-27T09:36:33.122Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#369dbef2)
37372026-04-27T09:36:33.244Z Checking async-compression v0.4.42
37382026-04-27T09:36:33.260Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37392026-04-27T09:36:33.344Z Checking toml v1.1.2+spec-1.1.0
37402026-04-27T09:36:33.378Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37412026-04-27T09:36:33.409Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b9b8f2cf)
37422026-04-27T09:36:33.498Z Checking progenitor-client v0.11.2
37432026-04-27T09:36:33.530Z Compiling dropshot_endpoint v0.17.0
37442026-04-27T09:36:33.747Z Checking secrecy v0.8.0
37452026-04-27T09:36:33.879Z Checking filetime v0.2.27
37462026-04-27T09:36:33.941Z Checking http-range v0.1.5
37472026-04-27T09:36:34.013Z Checking xattr v1.6.1
37482026-04-27T09:36:34.062Z Compiling typify-macro v0.4.3
37492026-04-27T09:36:34.099Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37502026-04-27T09:36:34.147Z Checking tar v0.4.45
37512026-04-27T09:36:34.535Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37522026-04-27T09:36:34.674Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37532026-04-27T09:36:34.702Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#06f05ee0)
37542026-04-27T09:36:35.076Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37552026-04-27T09:36:35.117Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37562026-04-27T09:36:35.245Z Checking atty v0.2.14
37572026-04-27T09:36:35.351Z Checking crc8 v0.1.1
37582026-04-27T09:36:35.456Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#06f05ee0)
37592026-04-27T09:36:35.559Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37602026-04-27T09:36:35.789Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37612026-04-27T09:36:35.861Z Compiling typify v0.4.3
37622026-04-27T09:36:35.987Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37632026-04-27T09:36:36.017Z Compiling progenitor-impl v0.11.2
37642026-04-27T09:36:36.054Z Compiling progenitor-impl v0.10.0
37652026-04-27T09:36:36.356Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37662026-04-27T09:36:36.359Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b9b8f2cf)
37672026-04-27T09:36:36.401Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37682026-04-27T09:36:36.628Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37692026-04-27T09:36:36.943Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37702026-04-27T09:36:37.040Z Checking hyper-staticfile v0.10.1
37712026-04-27T09:36:37.174Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37722026-04-27T09:36:37.293Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37732026-04-27T09:36:37.348Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37742026-04-27T09:36:37.401Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37752026-04-27T09:36:37.565Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37762026-04-27T09:36:37.591Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37772026-04-27T09:36:37.613Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37782026-04-27T09:36:37.895Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37792026-04-27T09:36:38.184Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37802026-04-27T09:36:38.489Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37812026-04-27T09:36:38.582Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37822026-04-27T09:36:38.742Z Compiling progenitor-macro v0.11.2
37832026-04-27T09:36:38.801Z Compiling progenitor-macro v0.10.0
37842026-04-27T09:36:39.103Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37852026-04-27T09:36:41.664Z Checking progenitor v0.10.0
37862026-04-27T09:36:41.810Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37872026-04-27T09:36:41.826Z Checking progenitor v0.11.2
37882026-04-27T09:36:41.962Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37892026-04-27T09:36:46.736Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-04-27T09:36:54.893Zerror[E0277]: the `?` operator can only be applied to values that implement `Try`
37912026-04-27T09:36:54.894Z --> sled-agent/src/rot.rs:223:44
37922026-04-27T09:36:54.894Z |
37932026-04-27T09:36:54.894Z223 | AttestConfig::Ipcc => Box::new(ipcc::AttestIpcc::new()?),
37942026-04-27T09:36:54.894Z | ^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `dice_verifier::ipcc::AttestIpcc`
37952026-04-27T09:36:54.894Z |
37962026-04-27T09:36:54.894Z = help: the nightly-only, unstable trait `Try` is not implemented for `dice_verifier::ipcc::AttestIpcc`
37972026-04-27T09:36:54.894Z
37982026-04-27T09:36:54.954Zerror[E0599]: `Pin<Box<dyn Future<Output = Result<MeasurementLog<16>, ...>> + Send>>` is not an iterator
37992026-04-27T09:36:54.954Z --> sled-agent/src/rot.rs:255:47
38002026-04-27T09:36:54.954Z |
38012026-04-27T09:36:54.954Z255 | let _ = reply_tx.send(log.map(Into::into));
38022026-04-27T09:36:54.954Z | ^^^ `Pin<Box<dyn Future<Output = Result<MeasurementLog<16>, ...>> + Send>>` is not an iterator
38032026-04-27T09:36:54.954Z |
38042026-04-27T09:36:54.954Z = note: the following trait bounds were not satisfied:
38052026-04-27T09:36:54.954Z `Pin<Box<dyn futures::Future<Output = Result<attest_data::MeasurementLog<16>, AttestError>> + std::marker::Send>>: Iterator`
38062026-04-27T09:36:54.954Z which is required by `&mut Pin<Box<dyn futures::Future<Output = Result<attest_data::MeasurementLog<16>, AttestError>> + std::marker::Send>>: Iterator`
38072026-04-27T09:36:54.954Z `dyn futures::Future<Output = Result<attest_data::MeasurementLog<16>, AttestError>> + std::marker::Send: Iterator`
38082026-04-27T09:36:54.954Z which is required by `&mut dyn futures::Future<Output = Result<attest_data::MeasurementLog<16>, AttestError>> + std::marker::Send: Iterator`
38092026-04-27T09:36:54.954Z = help: items from traits can only be used if the trait is in scope
38102026-04-27T09:36:54.954Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-8cead9806aa420ed.long-type-6276212032298588425.txt'
38112026-04-27T09:36:54.954Z = note: consider using `--verbose` to print the full type name to the console
38122026-04-27T09:36:54.954Zhelp: trait `FutureExt` which provides `map` is implemented but not in scope; perhaps you want to import it
38132026-04-27T09:36:54.954Z |
38142026-04-27T09:36:54.954Z 7 + use futures::FutureExt;
38152026-04-27T09:36:54.954Z |
38162026-04-27T09:36:54.954Z
38172026-04-27T09:36:54.970Zerror[E0599]: no method named `and_then` found for struct `Pin<Box<dyn Future<Output = Result<Vec<...>, ...>> + Send>>` in the current scope
38182026-04-27T09:36:54.970Z --> sled-agent/src/rot.rs:259:56
38192026-04-27T09:36:54.970Z |
38202026-04-27T09:36:54.970Z259 | self.attest.get_certificates().and_then(|chain| {
38212026-04-27T09:36:54.970Z | -------------------------------^^^^^^^^
38222026-04-27T09:36:54.970Z |
38232026-04-27T09:36:54.970Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/future/try_future/mod.rs:395:8
38242026-04-27T09:36:54.970Z |
38252026-04-27T09:36:54.970Z395 | fn and_then<Fut, F>(self, f: F) -> AndThen<Self, Fut, F>
38262026-04-27T09:36:54.970Z | -------- the method is available for `Pin<Box<dyn futures::Future<Output = Result<std::vec::Vec<CertificateInner>, AttestError>> + std::marker::Send>>` here
38272026-04-27T09:36:54.970Z |
38282026-04-27T09:36:54.970Z = help: items from traits can only be used if the trait is in scope
38292026-04-27T09:36:54.970Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-8cead9806aa420ed.long-type-18288257300736421694.txt'
38302026-04-27T09:36:54.970Z = note: consider using `--verbose` to print the full type name to the console
38312026-04-27T09:36:54.970Zhelp: trait `TryFutureExt` which provides `and_then` is implemented but not in scope; perhaps you want to import it
38322026-04-27T09:36:54.970Z |
38332026-04-27T09:36:54.970Z 7 + use futures::TryFutureExt;
38342026-04-27T09:36:54.970Z |
38352026-04-27T09:36:54.970Zhelp: there is a method `then` with a similar name
38362026-04-27T09:36:54.970Z |
38372026-04-27T09:36:54.970Z259 - self.attest.get_certificates().and_then(|chain| {
38382026-04-27T09:36:54.970Z259 + self.attest.get_certificates().then(|chain| {
38392026-04-27T09:36:54.970Z |
38402026-04-27T09:36:54.970Z
38412026-04-27T09:36:54.982Zerror[E0599]: `Pin<Box<dyn Future<Output = Result<Attestation, AttestError>> + Send>>` is not an iterator
38422026-04-27T09:36:54.983Z --> sled-agent/src/rot.rs:267:55
38432026-04-27T09:36:54.983Z |
38442026-04-27T09:36:54.983Z267 | let _ = reply_tx.send(attestation.map(Into::into));
38452026-04-27T09:36:54.983Z | ^^^ `Pin<Box<dyn Future<Output = Result<Attestation, AttestError>> + Send>>` is not an iterator
38462026-04-27T09:36:54.983Z |
38472026-04-27T09:36:54.983Z = note: the following trait bounds were not satisfied:
38482026-04-27T09:36:54.984Z `Pin<Box<dyn futures::Future<Output = Result<dice_verifier::Attestation, AttestError>> + std::marker::Send>>: Iterator`
38492026-04-27T09:36:54.984Z which is required by `&mut Pin<Box<dyn futures::Future<Output = Result<dice_verifier::Attestation, AttestError>> + std::marker::Send>>: Iterator`
38502026-04-27T09:36:54.984Z `dyn futures::Future<Output = Result<dice_verifier::Attestation, AttestError>> + std::marker::Send: Iterator`
38512026-04-27T09:36:54.984Z which is required by `&mut dyn futures::Future<Output = Result<dice_verifier::Attestation, AttestError>> + std::marker::Send: Iterator`
38522026-04-27T09:36:54.984Z = help: items from traits can only be used if the trait is in scope
38532026-04-27T09:36:54.984Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-8cead9806aa420ed.long-type-8798605739187501640.txt'
38542026-04-27T09:36:54.984Z = note: consider using `--verbose` to print the full type name to the console
38552026-04-27T09:36:54.984Zhelp: trait `FutureExt` which provides `map` is implemented but not in scope; perhaps you want to import it
38562026-04-27T09:36:54.984Z |
38572026-04-27T09:36:54.984Z 7 + use futures::FutureExt;
38582026-04-27T09:36:54.984Z |
38592026-04-27T09:36:54.984Z
38602026-04-27T09:36:57.072ZSome errors have detailed explanations: E0277, E0599.
38612026-04-27T09:36:57.072ZFor more information about an error, try `rustc --explain E0277`.
38622026-04-27T09:36:57.232Zerror: could not compile `omicron-sled-agent` (lib) due to 4 previous errors
38632026-04-27T09:36:57.472Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path sled-agent/Cargo.toml --no-default-features` (exit status: 101)
38642026-04-27T09:36:57.476ZError: cargo-hack install failed: exit status: 1
38652026-04-27T09:36:57.478Z
38662026-04-27T09:36:57.478Zreal 4:45.816809770
38672026-04-27T09:36:57.478Zuser 8:38.470883971
38682026-04-27T09:36:57.479Zsys 2:20.797069736
38692026-04-27T09:36:57.479Ztrap 0.199846670
38702026-04-27T09:36:57.479Ztflt 0.195541174
38712026-04-27T09:36:57.479Zdflt 0.669475984
38722026-04-27T09:36:57.479Zkflt 0.001365469
38732026-04-27T09:36:57.479Zlock 26:32.305220505
38742026-04-27T09:36:57.479Zslp 36:38.835586935
38752026-04-27T09:36:57.479Zlat 43.951059048
38762026-04-27T09:36:57.479Zstop 2:30.169746455
38772026-04-27T09:36:57.479Zprocess exited: duration 489544 ms, exit code 1
 
38782026-04-27T09:36:57.485Zfound 0 output files