01KQV3AAAERPGN3KS7HDBNRRF2: 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: 01KQV3B00B1YFERY3EM29WT2FS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T03:37:22.718Zjob assigned to worker 01KQV3B6H8RH9MWVDBTY7W53ND [factory aws, i-08f07f2d1c8783f24] (queued for 48 s)
 
22026-05-05T03:37:29.685Zstarting task 0: "setup"
32026-05-05T03:37:29.688Z++ uname -s
42026-05-05T03:37:29.691Z+ kern=SunOS
52026-05-05T03:37:29.691Z+ build_user=build
62026-05-05T03:37:29.691Z+ build_uid=12345
72026-05-05T03:37:29.691Z+ work_dir=/work
82026-05-05T03:37:29.691Z+ input_dir=/input
92026-05-05T03:37:29.691Z+ [[ 0 == 12345 ]]
102026-05-05T03:37:29.691Z+ case "$kern" in
112026-05-05T03:37:29.691Z+ groupadd -g 12345 build
122026-05-05T03:37:29.694Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T03:37:31.699Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T03:37:31.827Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T03:37:31.834Z+ home_fs=zfs
162026-05-05T03:37:31.834Z+ [[ zfs == autofs ]]
172026-05-05T03:37:31.834Z+ mkdir -p /home/build
182026-05-05T03:37:31.834Z+ chown build:build /home/build /work
192026-05-05T03:37:33.831Z+ chmod 0700 /home/build /work
202026-05-05T03:37:33.834Zprocess exited: duration 4151 ms, exit code 0
 
212026-05-05T03:37:33.840Zstarting task 1: "rust-toolchain"
222026-05-05T03:37:33.844Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T03:37:33.844Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-05T03:37:33.844Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-05T03:37:33.844Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-05T03:37:33.844Z * rust toolchain channel = "1.94.0"
272026-05-05T03:37:33.844Z * rust toolchain profile = "default"
282026-05-05T03:37:33.849Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T03:37:33.849Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T03:37:33.955Zinfo: downloading installer
312026-05-05T03:37:35.349Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T03:37:35.349Zwarn: /opt/ooce/bin
332026-05-05T03:37:35.349Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T03:37:35.349Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T03:37:35.349Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T03:37:35.349Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T03:37:35.349Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T03:37:35.349Zerror: cannot install while Rust is installed
392026-05-05T03:37:35.349Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T03:37:35.349Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T03:37:35.349Zwarn: /home/build/.rustup/settings.toml
422026-05-05T03:37:35.349Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T03:37:35.349Zwarn: instead of the one inferred from the default host triple.
442026-05-05T03:37:35.363Zinfo: profile set to default
452026-05-05T03:37:35.363Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T03:37:35.366Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T03:37:35.497Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T03:37:35.499Zinfo: downloading 6 components
492026-05-05T03:37:49.873Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T03:37:49.873Z
512026-05-05T03:37:49.902Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T03:37:49.902Z
532026-05-05T03:37:49.902Z
542026-05-05T03:37:49.902ZRust is installed now. Great!
552026-05-05T03:37:49.903Z
562026-05-05T03:37:49.903ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T03:37:49.903Zenvironment variable. This has not been done automatically.
582026-05-05T03:37:49.903Z
592026-05-05T03:37:49.903ZTo configure your current shell, you need to source
602026-05-05T03:37:49.903Zthe corresponding env file under $HOME/.cargo.
612026-05-05T03:37:49.903Z
622026-05-05T03:37:49.906ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T03:37:49.906Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T03:37:49.906Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T03:37:49.906Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T03:37:49.906Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T03:37:49.906Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T03:37:49.906Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T03:37:49.906Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T03:37:49.906Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T03:37:49.992Z+ rustup --version
722026-05-05T03:37:50.001Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T03:37:50.005Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T03:37:50.022Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T03:37:50.025Z+ cargo --version
762026-05-05T03:37:50.038Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T03:37:50.041Z+ rustc --version
782026-05-05T03:37:50.060Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T03:37:50.064Zprocess exited: duration 16220 ms, exit code 0
 
802026-05-05T03:37:50.070Zstarting task 2: "authentication"
812026-05-05T03:37:50.086Zprocess exited: duration 15 ms, exit code 0
 
822026-05-05T03:37:50.092Zstarting task 3: "clone repository"
832026-05-05T03:37:50.095Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T03:37:50.098Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T03:37:50.128ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T03:37:59.597Z+ cd /work/oxidecomputer/omicron
872026-05-05T03:37:59.597Z+ git fetch origin e3b5c5be187fe9bef0d0d081de03c7bd17eb5ef0
882026-05-05T03:37:59.893ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T03:37:59.893Z * branch e3b5c5be187fe9bef0d0d081de03c7bd17eb5ef0 -> FETCH_HEAD
902026-05-05T03:37:59.902Z+ [[ -n renovate/crucible-pantry-client-digest ]]
912026-05-05T03:37:59.908Z++ git branch --show-current
922026-05-05T03:37:59.909Z+ current=main
932026-05-05T03:37:59.909Z+ [[ main != renovate/crucible-pantry-client-digest ]]
942026-05-05T03:37:59.909Z+ git branch -f renovate/crucible-pantry-client-digest e3b5c5be187fe9bef0d0d081de03c7bd17eb5ef0
952026-05-05T03:37:59.911Z+ git checkout -f renovate/crucible-pantry-client-digest
962026-05-05T03:38:00.069ZSwitched to branch 'renovate/crucible-pantry-client-digest'
972026-05-05T03:38:00.071Z+ git reset --hard e3b5c5be187fe9bef0d0d081de03c7bd17eb5ef0
982026-05-05T03:38:00.229ZHEAD is now at e3b5c5be1 Update crucible-pantry-client digest to 6b7b7b7
992026-05-05T03:38:00.232Zprocess exited: duration 10136 ms, exit code 0
 
1002026-05-05T03:38:00.237Zstarting task 4: "build"
1012026-05-05T03:38:00.242Z+ source .github/buildomat/ci-env.sh
1022026-05-05T03:38:00.242Z++ export CARGO_TERM_COLOR=always
1032026-05-05T03:38:00.242Z++ CARGO_TERM_COLOR=always
1042026-05-05T03:38:00.242Z+ cargo --version
1052026-05-05T03:38:00.252Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-05T03:38:00.255Z+ rustc --version
1072026-05-05T03:38:00.276Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-05T03:38:00.278Z+ source ./env.sh
1092026-05-05T03:38:00.278Z++ OLD_SHELL_OPTS=ehxB
1102026-05-05T03:38:00.278Z++ set -o xtrace
1112026-05-05T03:38:00.281Z++++ dirname ./env.sh
1122026-05-05T03:38:00.284Z+++ readlink -f .
1132026-05-05T03:38:00.287Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-05T03:38:00.287Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-05T03:38:00.287Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-05T03:38:00.287Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-05-05T03:38:00.287Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-05-05T03:38:00.287Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-05-05T03:38:00.287Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-05-05T03:38:00.287Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-05-05T03:38:00.287Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-05-05T03:38:00.287Z++ case $OLD_SHELL_OPTS in
1232026-05-05T03:38:00.287Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-05T03:38:00.287Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-05T03:38:00.287Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-05T03:38:00.287Z+ banner prerequisites
1272026-05-05T03:38:00.287Z
1282026-05-05T03:38:00.287Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-05T03:38:00.287Z # # # # # # # # # # # # # # #
1302026-05-05T03:38:00.287Z # # # # ##### # # ##### # # # # # #### #
1312026-05-05T03:38:00.287Z ##### ##### # ##### # # # # # # # # #
1322026-05-05T03:38:00.287Z # # # # # # # # # # # # # # #
1332026-05-05T03:38:00.287Z # # # ###### # # ###### ### # #### # #### #
1342026-05-05T03:38:00.287Z
1352026-05-05T03:38:00.287Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-05T03:38:12.730Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-05T03:38:20.279Z Startup: Caching catalogs ... Done
1382026-05-05T03:38:28.255ZPlanning: Solver setup ... Done (5.435s)
1392026-05-05T03:38:28.546ZPlanning: Running solver ... Done (0.037s)
1402026-05-05T03:38:28.546ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-05T03:38:28.546ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-05T03:38:28.546ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-05T03:38:28.546ZPlanning: Package planning ... Done (0.036s)
1442026-05-05T03:38:28.546ZPlanning: Merging actions ... Done (0.036s)
1452026-05-05T03:38:28.547ZPlanning: Checking for conflicting actions ... Done (0.175s)
1462026-05-05T03:38:28.547ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-05T03:38:29.045ZPlanning: Evaluating mediators ... Done (0.780s)
1482026-05-05T03:38:29.062ZPlanning: Planning completed in 8.56 seconds
1492026-05-05T03:38:29.062Z Packages to install: 5
1502026-05-05T03:38:29.062Z Mediators to change: 3
1512026-05-05T03:38:29.062Z Services to change: 1
1522026-05-05T03:38:29.062Z Estimated space available: 155.34 GB
1532026-05-05T03:38:29.062ZEstimated space to be consumed: 1.90 GB
1542026-05-05T03:38:29.062Z Create boot environment: No
1552026-05-05T03:38:29.062ZCreate backup boot environment: No
1562026-05-05T03:38:29.062Z Rebuild boot archive: No
1572026-05-05T03:38:29.062Z
1582026-05-05T03:38:29.062ZChanged mediators:
1592026-05-05T03:38:29.063Z mediator clang:
1602026-05-05T03:38:29.063Z version: None -> 15 (system default)
1612026-05-05T03:38:29.063Z
1622026-05-05T03:38:29.063Z mediator llvm:
1632026-05-05T03:38:29.063Z version: 14 (system default) -> 15 (system default)
1642026-05-05T03:38:29.063Z
1652026-05-05T03:38:29.063Z mediator postgresql:
1662026-05-05T03:38:29.063Z version: 15 (system default) -> 18 (system default)
1672026-05-05T03:38:29.063Z
1682026-05-05T03:38:29.063ZChanged packages:
1692026-05-05T03:38:29.063Zhelios-dev
1702026-05-05T03:38:29.063Z developer/build-essential
1712026-05-05T03:38:29.063Z None -> 11-2.0
1722026-05-05T03:38:29.063Z library/libxmlsec1
1732026-05-05T03:38:29.063Z None -> 1.2.35-2.0
1742026-05-05T03:38:29.063Z ooce/developer/clang-15
1752026-05-05T03:38:29.063Z None -> 15.0.7-2.0
1762026-05-05T03:38:29.063Z ooce/developer/llvm-15
1772026-05-05T03:38:29.064Z None -> 15.0.7-2.0
1782026-05-05T03:38:29.064Z ooce/library/postgresql-18
1792026-05-05T03:38:29.064Z None -> 18.1-2.0
1802026-05-05T03:38:29.064Z
1812026-05-05T03:38:29.064ZServices:
1822026-05-05T03:38:29.064Z restart_fmri:
1832026-05-05T03:38:29.064Z svc:/system/update-man-index:default
1842026-05-05T03:38:29.156Z
1852026-05-05T03:38:29.156ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-05T03:38:34.068ZDownload: 815/4272 items 18.4/219.0MB 8% complete (3.7M/s)
1872026-05-05T03:39:01.231ZDownload: 1198/4272 items 83.5/219.0MB 38% complete
1882026-05-05T03:39:06.232ZDownload: 3978/4272 items 214.4/219.0MB 97% complete (26.4M/s)
1892026-05-05T03:39:06.915ZDownload: Completed 218.99 MB in 37.84 seconds (5.8M/s)
1902026-05-05T03:39:07.188Z Actions: 1/4789 actions (Installing new actions)
1912026-05-05T03:39:10.578Z Actions: Completed 4789 actions in 3.39 seconds.
1922026-05-05T03:39:11.278Z Done (0.696s)
1932026-05-05T03:39:11.278Z Done (0.000s)
1942026-05-05T03:39:12.043Z Done (0.765s)
1952026-05-05T03:39:15.008Z Done (2.603s)
1962026-05-05T03:39:15.081Z Done (0.012s)
1972026-05-05T03:39:15.084Z Done (0.000s)
1982026-05-05T03:39:15.408Z Done (0.000s)
1992026-05-05T03:39:16.287ZPlanning: Evaluating mediator changes ... Done
2002026-05-05T03:39:16.398ZPlanning: Checking for conflicting actions ... Done
2012026-05-05T03:39:16.401ZPlanning: Consolidating action changes ... Done
2022026-05-05T03:39:16.561ZPlanning: Evaluating mediators ... Done
2032026-05-05T03:39:16.564ZPlanning: Planning completed in 0.27 seconds
2042026-05-05T03:39:16.583Z Mediators to change: 2
2052026-05-05T03:39:16.583Z Create boot environment: No
2062026-05-05T03:39:16.583ZCreate backup boot environment: No
2072026-05-05T03:39:16.660Z Done
2082026-05-05T03:39:16.660Z Done
2092026-05-05T03:39:17.305Z Done
2102026-05-05T03:39:19.794Z Done
2112026-05-05T03:39:19.874Z Done
2122026-05-05T03:39:19.884Z Done
2132026-05-05T03:39:20.013Z Done
2142026-05-05T03:39:20.297ZPlanning: Evaluating mediator changes ... Done
2152026-05-05T03:39:20.405ZPlanning: Checking for conflicting actions ... Done
2162026-05-05T03:39:20.436ZPlanning: Consolidating action changes ... Done
2172026-05-05T03:39:20.552ZPlanning: Evaluating mediators ... Done
2182026-05-05T03:39:20.570ZPlanning: Planning completed in 0.27 seconds
2192026-05-05T03:39:20.592Z Mediators to change: 1
2202026-05-05T03:39:20.592Z Create boot environment: No
2212026-05-05T03:39:20.593ZCreate backup boot environment: No
2222026-05-05T03:39:20.638Z Done
2232026-05-05T03:39:20.638Z Done
2242026-05-05T03:39:21.255Z Done
2252026-05-05T03:39:23.742Z Done
2262026-05-05T03:39:23.936Z Done
2272026-05-05T03:39:24.076Z Done
2282026-05-05T03:39:25.324Z Done
2292026-05-05T03:39:25.324ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-05-05T03:39:25.324Zclang system 15 system
2312026-05-05T03:39:25.324Zcsh system system illumos
2322026-05-05T03:39:25.324Zctags system system illumos
2332026-05-05T03:39:25.324Zfile system system illumos
2342026-05-05T03:39:25.324Zgcc vendor 12 vendor
2352026-05-05T03:39:25.324Zgcc system 14 system
2362026-05-05T03:39:25.324Zgcc system 10 system
2372026-05-05T03:39:25.324Zgo system 1.20 system
2382026-05-05T03:39:25.324Zgo system 1.19 system
2392026-05-05T03:39:25.324Zllvm system 15 system
2402026-05-05T03:39:25.324Zllvm system 14 system
2412026-05-05T03:39:25.324Zmariadb system 10.6 system
2422026-05-05T03:39:25.324Zmta vendor vendor dma
2432026-05-05T03:39:25.324Zopenjdk system 17 system
2442026-05-05T03:39:25.324Zopenjdk system 11 system
2452026-05-05T03:39:25.325Zopenjdk system 1.8 system
2462026-05-05T03:39:25.325Zopenssl vendor 3 vendor
2472026-05-05T03:39:25.325Zperl system 5.36 system
2482026-05-05T03:39:25.325Zpostgresql system 18 system
2492026-05-05T03:39:25.325Zpostgresql system 15 system
2502026-05-05T03:39:25.325Zpostgresql system 13 system
2512026-05-05T03:39:25.325Zpython vendor 3 vendor
2522026-05-05T03:39:25.325Zpython system 2 system
2532026-05-05T03:39:25.325Zpython3 system 3.11 system
2542026-05-05T03:39:25.325Zruby system 3.0 system
2552026-05-05T03:39:25.325Zwords vendor vendor american-english
2562026-05-05T03:39:25.325Zwords system system australian-english
2572026-05-05T03:39:25.325Zwords system system british-english
2582026-05-05T03:39:25.325Zwords system system canadian-english
2592026-05-05T03:39:25.325Zwords system system french
2602026-05-05T03:39:25.325Zwords system system italian
2612026-05-05T03:39:25.325Zwords system system ngerman
2622026-05-05T03:39:25.325Zwords system system ogerman
2632026-05-05T03:39:25.325Zwords system system spanish
2642026-05-05T03:39:25.325ZPUBLISHER TYPE STATUS P LOCATION
2652026-05-05T03:39:25.325Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-05-05T03:39:29.173ZFMRI IFO
2672026-05-05T03:39:29.173Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-05-05T03:39:29.173Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-05-05T03:39:29.173Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-05-05T03:39:29.173Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-05-05T03:39:29.173Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-05-05T03:39:29.173Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-05-05T03:39:29.173Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-05-05T03:39:29.173Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-05-05T03:39:29.173Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-05-05T03:39:29.173Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-05-05T03:39:29.173Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-05-05T03:39:29.174Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-05-05T03:39:29.174Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-05-05T03:39:29.174Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-05-05T03:39:29.174Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-05-05T03:39:29.174Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-05-05T03:39:29.174Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-05-05T03:39:30.316Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-05-05T03:39:30.590Z Updating crates.io index
2862026-05-05T03:39:30.625Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-05-05T03:39:30.843Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-05-05T03:39:32.715Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-05-05T03:39:32.732Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-05-05T03:39:33.071Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-05-05T03:39:33.525Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-05-05T03:39:34.834Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-05-05T03:39:35.667Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-05-05T03:39:35.931Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-05-05T03:39:37.138Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-05-05T03:39:37.385Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-05-05T03:39:37.836Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-05-05T03:39:38.288Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-05-05T03:39:39.266Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-05-05T03:39:39.749Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-05-05T03:39:40.129Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-05-05T03:39:40.527Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-05-05T03:39:40.940Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-05-05T03:39:41.303Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-05-05T03:39:41.537Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-05-05T03:39:41.808Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-05-05T03:39:42.251Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-05-05T03:39:42.557Z Updating git repository `https://github.com/oxidecomputer/crucible`
3092026-05-05T03:39:43.379Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-05-05T03:39:43.871Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-05-05T03:39:44.099Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-05-05T03:39:44.400Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-05-05T03:39:44.660Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142026-05-05T03:39:46.149Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-05-05T03:39:46.589Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-05-05T03:39:47.058Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-05-05T03:39:47.360Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-05-05T03:39:47.777Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-05-05T03:39:48.270Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-05-05T03:39:48.513Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-05-05T03:39:48.763Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-05-05T03:39:49.000Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-05-05T03:39:49.334Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-05-05T03:40:00.722Z Downloading crates ...
3252026-05-05T03:40:00.781Z Downloaded dof v0.3.0
3262026-05-05T03:40:00.787Z Downloaded zerofrom v0.1.6
3272026-05-05T03:40:00.789Z Downloaded cargo_metadata v0.21.0
3282026-05-05T03:40:00.789Z Downloaded yoke-derive v0.8.1
3292026-05-05T03:40:00.789Z Downloaded memmap v0.7.0
3302026-05-05T03:40:00.792Z Downloaded serde_tokenstream v0.2.3
3312026-05-05T03:40:00.792Z Downloaded anstyle-query v1.1.5
3322026-05-05T03:40:00.792Z Downloaded tabled_derive v0.7.0
3332026-05-05T03:40:00.795Z Downloaded typeid v1.0.3
3342026-05-05T03:40:00.795Z Downloaded scroll_derive v0.12.1
3352026-05-05T03:40:00.798Z Downloaded utf8_iter v1.0.4
3362026-05-05T03:40:00.798Z Downloaded icu_properties v2.1.2
3372026-05-05T03:40:00.798Z Downloaded unicode-ident v1.0.24
3382026-05-05T03:40:00.803Z Downloaded yoke v0.8.1
3392026-05-05T03:40:00.807Z Downloaded anstream v0.6.21
3402026-05-05T03:40:00.810Z Downloaded textwrap v0.16.2
3412026-05-05T03:40:00.813Z Downloaded thiserror v1.0.69
3422026-05-05T03:40:00.818Z Downloaded usdt-attr-macro v0.5.0
3432026-05-05T03:40:00.821Z Downloaded unicode-linebreak v0.1.5
3442026-05-05T03:40:00.821Z Downloaded thread-id v4.2.2
3452026-05-05T03:40:00.824Z Downloaded proc-macro-error v1.0.4
3462026-05-05T03:40:00.826Z Downloaded usdt v0.5.0
3472026-05-05T03:40:00.826Z Downloaded typenum v1.19.0
3482026-05-05T03:40:00.829Z Downloaded utf8parse v0.2.2
3492026-05-05T03:40:00.829Z Downloaded usdt-macro v0.5.0
3502026-05-05T03:40:00.829Z Downloaded dtrace-parser v0.2.0
3512026-05-05T03:40:00.832Z Downloaded fnv v1.0.7
3522026-05-05T03:40:00.832Z Downloaded camino-tempfile v1.4.1
3532026-05-05T03:40:00.832Z Downloaded pretty-hex v0.4.1
3542026-05-05T03:40:00.832Z Downloaded cfg-if v1.0.4
3552026-05-05T03:40:00.835Z Downloaded zmij v1.0.21
3562026-05-05T03:40:00.835Z Downloaded zerovec-derive v0.11.2
3572026-05-05T03:40:00.838Z Downloaded writeable v0.6.2
3582026-05-05T03:40:00.843Z Downloaded zerocopy-derive v0.7.35
3592026-05-05T03:40:00.843Z Downloaded ucd-trie v0.1.7
3602026-05-05T03:40:00.843Z Downloaded thiserror-impl v1.0.69
3612026-05-05T03:40:00.843Z Downloaded toml v0.8.23
3622026-05-05T03:40:00.843Z Downloaded thiserror-impl v2.0.18
3632026-05-05T03:40:00.846Z Downloaded log v0.4.29
3642026-05-05T03:40:00.846Z Downloaded version_check v0.9.5
3652026-05-05T03:40:00.846Z Downloaded unicode-xid v0.2.6
3662026-05-05T03:40:00.849Z Downloaded semver v1.0.28
3672026-05-05T03:40:00.849Z Downloaded clap_derive v4.5.55
3682026-05-05T03:40:00.851Z Downloaded clap_lex v1.0.0
3692026-05-05T03:40:00.851Z Downloaded pest_generator v2.8.6
3702026-05-05T03:40:00.854Z Downloaded toml_write v0.1.2
3712026-05-05T03:40:00.854Z Downloaded stable_deref_trait v1.2.1
3722026-05-05T03:40:00.854Z Downloaded thiserror v2.0.18
3732026-05-05T03:40:00.857Z Downloaded toml_edit v0.22.27
3742026-05-05T03:40:00.859Z Downloaded zerofrom-derive v0.1.6
3752026-05-05T03:40:00.862Z Downloaded toml_datetime v0.6.11
3762026-05-05T03:40:00.862Z Downloaded itoa v1.0.17
3772026-05-05T03:40:00.862Z Downloaded generic-array v0.14.7
3782026-05-05T03:40:00.865Z Downloaded usdt-impl v0.5.0
3792026-05-05T03:40:00.865Z Downloaded tinystr v0.8.2
3802026-05-05T03:40:00.865Z Downloaded fs-err v3.3.0
3812026-05-05T03:40:00.868Z Downloaded quote v1.0.45
3822026-05-05T03:40:00.869Z Downloaded idna_adapter v1.2.1
3832026-05-05T03:40:00.872Z Downloaded ordered-float v2.10.1
3842026-05-05T03:40:00.872Z Downloaded url v2.5.8
3852026-05-05T03:40:00.875Z Downloaded autocfg v1.5.0
3862026-05-05T03:40:00.880Z Downloaded tempfile v3.25.0
3872026-05-05T03:40:00.883Z Downloaded bitflags v2.11.0
3882026-05-05T03:40:00.885Z Downloaded sha2 v0.10.9
3892026-05-05T03:40:00.891Z Downloaded clap v4.5.60
3902026-05-05T03:40:00.896Z Downloaded serde_derive v1.0.228
3912026-05-05T03:40:00.900Z Downloaded icu_locale_core v2.1.1
3922026-05-05T03:40:00.904Z Downloaded zerotrie v0.2.3
3932026-05-05T03:40:00.906Z Downloaded zerocopy v0.7.35
3942026-05-05T03:40:00.915Z Downloaded unicode-width v0.1.14
3952026-05-05T03:40:00.919Z Downloaded serde-untagged v0.1.9
3962026-05-05T03:40:00.922Z Downloaded cpufeatures v0.2.17
3972026-05-05T03:40:00.922Z Downloaded winnow v0.7.14
3982026-05-05T03:40:00.926Z Downloaded anstyle-parse v0.2.7
3992026-05-05T03:40:00.930Z Downloaded zerovec v0.11.5
4002026-05-05T03:40:00.933Z Downloaded swrite v0.1.0
4012026-05-05T03:40:00.933Z Downloaded unicode-width v0.2.0
4022026-05-05T03:40:00.936Z Downloaded block-buffer v0.10.4
4032026-05-05T03:40:00.939Z Downloaded cargo_toml v0.21.0
4042026-05-05T03:40:00.939Z Downloaded icu_provider v2.1.1
4052026-05-05T03:40:00.939Z Downloaded hashbrown v0.17.0
4062026-05-05T03:40:00.944Z Downloaded potential_utf v0.1.4
4072026-05-05T03:40:00.947Z Downloaded erased-serde v0.4.9
4082026-05-05T03:40:00.947Z Downloaded equivalent v1.0.2
4092026-05-05T03:40:00.949Z Downloaded errno v0.3.14
4102026-05-05T03:40:00.952Z Downloaded heck v0.5.0
4112026-05-05T03:40:00.955Z Downloaded bytecount v0.6.9
4122026-05-05T03:40:00.957Z Downloaded synstructure v0.13.2
4132026-05-05T03:40:00.957Z Downloaded once_cell v1.21.3
4142026-05-05T03:40:00.963Z Downloaded displaydoc v0.2.5
4152026-05-05T03:40:00.965Z Downloaded byteorder v1.5.0
4162026-05-05T03:40:00.968Z Downloaded icu_properties_data v2.1.2
4172026-05-05T03:40:00.972Z Downloaded plain v0.2.3
4182026-05-05T03:40:00.974Z Downloaded anyhow v1.0.102
4192026-05-05T03:40:00.975Z Downloaded crypto-common v0.1.7
4202026-05-05T03:40:00.978Z Downloaded strsim v0.11.1
4212026-05-05T03:40:00.983Z Downloaded digest v0.10.7
4222026-05-05T03:40:00.986Z Downloaded anstyle v1.0.13
4232026-05-05T03:40:00.986Z Downloaded serde_json v1.0.149
4242026-05-05T03:40:00.990Z Downloaded proc-macro-error-attr v1.0.4
4252026-05-05T03:40:00.993Z Downloaded smawk v0.3.2
4262026-05-05T03:40:00.993Z Downloaded serde-value v0.7.0
4272026-05-05T03:40:00.993Z Downloaded colorchoice v1.0.4
4282026-05-05T03:40:00.993Z Downloaded serde_spanned v0.6.9
4292026-05-05T03:40:00.996Z Downloaded papergrid v0.11.0
4302026-05-05T03:40:00.999Z Downloaded litemap v0.8.1
4312026-05-05T03:40:01.002Z Downloaded icu_normalizer v2.1.1
4322026-05-05T03:40:01.004Z Downloaded serde_core v1.0.228
4332026-05-05T03:40:01.030Z Downloaded percent-encoding v2.3.2
4342026-05-05T03:40:01.037Z Downloaded scroll v0.12.0
4352026-05-05T03:40:01.044Z Downloaded smallvec v1.15.1
4362026-05-05T03:40:01.050Z Downloaded fastrand v2.3.0
4372026-05-05T03:40:01.054Z Downloaded macaddr v1.0.1
4382026-05-05T03:40:01.057Z Downloaded pest_meta v2.8.6
4392026-05-05T03:40:01.057Z Downloaded heck v0.4.1
4402026-05-05T03:40:01.063Z Downloaded proc-macro2 v1.0.106
4412026-05-05T03:40:01.068Z Downloaded camino v1.2.2
4422026-05-05T03:40:01.075Z Downloaded form_urlencoded v1.2.2
4432026-05-05T03:40:01.077Z Downloaded cargo-platform v0.2.0
4442026-05-05T03:40:01.082Z Downloaded cargo-util-schemas v0.8.2
4452026-05-05T03:40:01.085Z Downloaded memchr v2.8.0
4462026-05-05T03:40:01.092Z Downloaded terminal_size v0.4.3
4472026-05-05T03:40:01.097Z Downloaded pest_derive v2.8.6
4482026-05-05T03:40:01.100Z Downloaded is_terminal_polyfill v1.70.2
4492026-05-05T03:40:01.100Z Downloaded indexmap v2.14.0
4502026-05-05T03:40:01.103Z Downloaded num-traits v0.2.19
4512026-05-05T03:40:01.117Z Downloaded icu_collections v2.1.1
4522026-05-05T03:40:01.120Z Downloaded pest v2.8.6
4532026-05-05T03:40:01.122Z Downloaded icu_normalizer_data v2.1.1
4542026-05-05T03:40:01.125Z Downloaded getrandom v0.4.1
4552026-05-05T03:40:01.128Z Downloaded serde v1.0.228
4562026-05-05T03:40:01.134Z Downloaded clap_builder v4.5.60
4572026-05-05T03:40:01.137Z Downloaded syn v1.0.109
4582026-05-05T03:40:01.142Z Downloaded idna v1.1.0
4592026-05-05T03:40:01.145Z Downloaded goblin v0.8.2
4602026-05-05T03:40:01.169Z Downloaded syn v2.0.117
4612026-05-05T03:40:01.176Z Downloaded tabled v0.15.0
4622026-05-05T03:40:01.187Z Downloaded rustix v1.1.3
4632026-05-05T03:40:01.201Z Downloaded libc v0.2.185
4642026-05-05T03:40:01.270Z Compiling proc-macro2 v1.0.106
4652026-05-05T03:40:01.270Z Compiling quote v1.0.45
4662026-05-05T03:40:01.270Z Compiling unicode-ident v1.0.24
4672026-05-05T03:40:01.273Z Compiling serde_core v1.0.228
4682026-05-05T03:40:01.273Z Compiling libc v0.2.185
4692026-05-05T03:40:01.273Z Compiling version_check v0.9.5
4702026-05-05T03:40:01.273Z Compiling memchr v2.8.0
4712026-05-05T03:40:01.273Z Compiling stable_deref_trait v1.2.1
4722026-05-05T03:40:01.616Z Compiling serde v1.0.228
4732026-05-05T03:40:01.649Z Compiling zmij v1.0.21
4742026-05-05T03:40:01.852Z Compiling ucd-trie v0.1.7
4752026-05-05T03:40:01.868Z Compiling itoa v1.0.17
4762026-05-05T03:40:02.051Z Compiling autocfg v1.5.0
4772026-05-05T03:40:02.110Z Compiling thiserror v1.0.69
4782026-05-05T03:40:02.171Z Compiling pest v2.8.6
4792026-05-05T03:40:02.252Z Compiling litemap v0.8.1
4802026-05-05T03:40:02.304Z Compiling writeable v0.6.2
4812026-05-05T03:40:02.452Z Compiling rustix v1.1.3
4822026-05-05T03:40:02.510Z Compiling icu_properties_data v2.1.2
4832026-05-05T03:40:02.611Z Compiling icu_normalizer_data v2.1.1
4842026-05-05T03:40:02.712Z Compiling syn v2.0.117
4852026-05-05T03:40:02.795Z Compiling byteorder v1.5.0
4862026-05-05T03:40:02.892Z Compiling errno v0.3.14
4872026-05-05T03:40:03.023Z Compiling bitflags v2.11.0
4882026-05-05T03:40:03.050Z Compiling serde_json v1.0.149
4892026-05-05T03:40:03.212Z Compiling pest_meta v2.8.6
4902026-05-05T03:40:03.258Z Compiling num-traits v0.2.19
4912026-05-05T03:40:03.302Z Compiling smallvec v1.15.1
4922026-05-05T03:40:03.445Z Compiling equivalent v1.0.2
4932026-05-05T03:40:03.519Z Compiling typeid v1.0.3
4942026-05-05T03:40:03.542Z Compiling hashbrown v0.17.0
4952026-05-05T03:40:03.745Z Compiling thread-id v4.2.2
4962026-05-05T03:40:03.807Z Compiling usdt-impl v0.5.0
4972026-05-05T03:40:03.831Z Compiling proc-macro-error-attr v1.0.4
4982026-05-05T03:40:03.849Z Compiling erased-serde v0.4.9
4992026-05-05T03:40:04.027Z Compiling toml_write v0.1.2
5002026-05-05T03:40:04.082Z Compiling winnow v0.7.14
5012026-05-05T03:40:04.151Z Compiling indexmap v2.14.0
5022026-05-05T03:40:04.238Z Compiling syn v1.0.109
5032026-05-05T03:40:04.622Z Compiling proc-macro-error v1.0.4
5042026-05-05T03:40:04.796Z Compiling utf8parse v0.2.2
5052026-05-05T03:40:04.818Z Compiling utf8_iter v1.0.4
5062026-05-05T03:40:04.921Z Compiling percent-encoding v2.3.2
5072026-05-05T03:40:04.946Z Compiling camino v1.2.2
5082026-05-05T03:40:04.976Z Compiling log v0.4.29
5092026-05-05T03:40:05.116Z Compiling thiserror v2.0.18
5102026-05-05T03:40:05.147Z Compiling getrandom v0.4.1
5112026-05-05T03:40:05.180Z Compiling plain v0.2.3
5122026-05-05T03:40:05.232Z Compiling form_urlencoded v1.2.2
5132026-05-05T03:40:05.304Z Compiling ordered-float v2.10.1
5142026-05-05T03:40:05.341Z Compiling anstyle-parse v0.2.7
5152026-05-05T03:40:05.428Z Compiling synstructure v0.13.2
5162026-05-05T03:40:05.474Z Compiling pest_generator v2.8.6
5172026-05-05T03:40:05.668Z Compiling terminal_size v0.4.3
5182026-05-05T03:40:05.816Z Compiling cfg-if v1.0.4
5192026-05-05T03:40:05.898Z Compiling anstyle-query v1.1.5
5202026-05-05T03:40:05.977Z Compiling is_terminal_polyfill v1.70.2
5212026-05-05T03:40:06.019Z Compiling colorchoice v1.0.4
5222026-05-05T03:40:06.048Z Compiling pretty-hex v0.4.1
5232026-05-05T03:40:06.072Z Compiling anstyle v1.0.13
5242026-05-05T03:40:06.087Z Compiling serde-untagged v0.1.9
5252026-05-05T03:40:06.209Z Compiling semver v1.0.28
5262026-05-05T03:40:06.298Z Compiling anstream v0.6.21
5272026-05-05T03:40:06.318Z Compiling fs-err v3.3.0
5282026-05-05T03:40:06.337Z Compiling clap_lex v1.0.0
5292026-05-05T03:40:06.513Z Compiling unicode-xid v0.2.6
5302026-05-05T03:40:06.541Z Compiling unicode-width v0.1.14
5312026-05-05T03:40:06.574Z Compiling fnv v1.0.7
5322026-05-05T03:40:06.591Z Compiling bytecount v0.6.9
5332026-05-05T03:40:06.609Z Compiling anyhow v1.0.102
5342026-05-05T03:40:06.643Z Compiling once_cell v1.21.3
5352026-05-05T03:40:06.681Z Compiling heck v0.5.0
5362026-05-05T03:40:06.833Z Compiling heck v0.4.1
5372026-05-05T03:40:06.861Z Compiling fastrand v2.3.0
5382026-05-05T03:40:06.919Z Compiling strsim v0.11.1
5392026-05-05T03:40:07.041Z Compiling tempfile v3.25.0
5402026-05-05T03:40:07.064Z Compiling papergrid v0.11.0
5412026-05-05T03:40:07.117Z Compiling serde_derive v1.0.228
5422026-05-05T03:40:07.135Z Compiling zerofrom-derive v0.1.6
5432026-05-05T03:40:07.158Z Compiling yoke-derive v0.8.1
5442026-05-05T03:40:07.274Z Compiling zerovec-derive v0.11.2
5452026-05-05T03:40:07.418Z Compiling displaydoc v0.2.5
5462026-05-05T03:40:07.625Z Compiling thiserror-impl v1.0.69
5472026-05-05T03:40:08.162Z Compiling zerocopy-derive v0.7.35
5482026-05-05T03:40:08.294Z Compiling pest_derive v2.8.6
5492026-05-05T03:40:08.383Z Compiling scroll_derive v0.12.1
5502026-05-05T03:40:08.487Z Compiling thiserror-impl v2.0.18
5512026-05-05T03:40:08.506Z Compiling zerofrom v0.1.6
5522026-05-05T03:40:08.644Z Compiling yoke v0.8.1
5532026-05-05T03:40:08.728Z Compiling tabled_derive v0.7.0
5542026-05-05T03:40:08.851Z Compiling zerovec v0.11.5
5552026-05-05T03:40:09.035Z Compiling zerotrie v0.2.3
5562026-05-05T03:40:09.056Z Compiling dtrace-parser v0.2.0
5572026-05-05T03:40:09.106Z Compiling zerocopy v0.7.35
5582026-05-05T03:40:09.349Z Compiling tinystr v0.8.2
5592026-05-05T03:40:09.422Z Compiling potential_utf v0.1.4
5602026-05-05T03:40:09.578Z Compiling icu_locale_core v2.1.1
5612026-05-05T03:40:09.603Z Compiling icu_collections v2.1.1
5622026-05-05T03:40:09.692Z Compiling scroll v0.12.0
5632026-05-05T03:40:09.730Z Compiling clap_derive v4.5.55
5642026-05-05T03:40:09.836Z Compiling clap_builder v4.5.60
5652026-05-05T03:40:09.970Z Compiling goblin v0.8.2
5662026-05-05T03:40:10.101Z Compiling memmap v0.7.0
5672026-05-05T03:40:10.221Z Compiling icu_provider v2.1.1
5682026-05-05T03:40:10.291Z Compiling unicode-linebreak v0.1.5
5692026-05-05T03:40:10.473Z Compiling icu_normalizer v2.1.1
5702026-05-05T03:40:10.535Z Compiling icu_properties v2.1.2
5712026-05-05T03:40:10.562Z Compiling smawk v0.3.2
5722026-05-05T03:40:10.651Z Compiling serde_spanned v0.6.9
5732026-05-05T03:40:10.673Z Compiling toml_datetime v0.6.11
5742026-05-05T03:40:10.696Z Compiling dof v0.3.0
5752026-05-05T03:40:10.803Z Compiling serde_tokenstream v0.2.3
5762026-05-05T03:40:10.939Z Compiling toml_edit v0.22.27
5772026-05-05T03:40:11.084Z Compiling serde-value v0.7.0
5782026-05-05T03:40:11.126Z Compiling cargo-platform v0.2.0
5792026-05-05T03:40:11.418Z Compiling idna_adapter v1.2.1
5802026-05-05T03:40:11.457Z Compiling unicode-width v0.2.0
5812026-05-05T03:40:11.540Z Compiling idna v1.1.0
5822026-05-05T03:40:11.567Z Compiling clap v4.5.60
5832026-05-05T03:40:11.629Z Compiling macaddr v1.0.1
5842026-05-05T03:40:11.654Z Compiling usdt-attr-macro v0.5.0
5852026-05-05T03:40:11.674Z Compiling usdt-macro v0.5.0
5862026-05-05T03:40:11.734Z Compiling textwrap v0.16.2
5872026-05-05T03:40:11.860Z Compiling url v2.5.8
5882026-05-05T03:40:12.298Z Compiling tabled v0.15.0
5892026-05-05T03:40:12.319Z Compiling camino-tempfile v1.4.1
5902026-05-05T03:40:12.493Z Compiling toml v0.8.23
5912026-05-05T03:40:12.879Z Compiling cargo-util-schemas v0.8.2
5922026-05-05T03:40:12.920Z Compiling usdt v0.5.0
5932026-05-05T03:40:12.981Z Compiling cargo_toml v0.21.0
5942026-05-05T03:40:13.115Z Compiling swrite v0.1.0
5952026-05-05T03:40:13.145Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5962026-05-05T03:40:13.798Z Compiling cargo_metadata v0.21.0
5972026-05-05T03:40:14.796Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-05-05T03:40:16.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.74s
5992026-05-05T03:40:17.134Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-05-05T03:40:17.717Z Downloading crates ...
6012026-05-05T03:40:17.815Z Downloaded arrayref v0.3.9
6022026-05-05T03:40:17.818Z Downloaded cexpr v0.6.0
6032026-05-05T03:40:17.821Z Downloaded cargo-platform v0.1.9
6042026-05-05T03:40:17.824Z Downloaded adler2 v2.0.1
6052026-05-05T03:40:17.831Z Downloaded compression-core v0.4.31
6062026-05-05T03:40:17.834Z Downloaded bytes v1.11.1
6072026-05-05T03:40:17.837Z Downloaded atomicwrites v0.4.4
6082026-05-05T03:40:17.837Z Downloaded arrayvec v0.7.6
6092026-05-05T03:40:17.840Z Downloaded array-init v0.0.4
6102026-05-05T03:40:17.840Z Downloaded crc32fast v1.5.0
6112026-05-05T03:40:17.840Z Downloaded async-stream-impl v0.3.6
6122026-05-05T03:40:17.842Z Downloaded foreign-types v0.5.0
6132026-05-05T03:40:17.843Z Downloaded buf-list v1.1.2
6142026-05-05T03:40:17.846Z Downloaded debug-ignore v1.0.5
6152026-05-05T03:40:17.849Z Downloaded fixedbitset v0.5.7
6162026-05-05T03:40:17.852Z Downloaded bit-set v0.8.0
6172026-05-05T03:40:17.852Z Downloaded derive_more v2.1.1
6182026-05-05T03:40:17.857Z Downloaded crunchy v0.2.4
6192026-05-05T03:40:17.860Z Downloaded async-trait v0.1.89
6202026-05-05T03:40:17.862Z Downloaded bitflags v1.3.2
6212026-05-05T03:40:17.863Z Downloaded cancel-safe-futures v0.1.5
6222026-05-05T03:40:17.865Z Downloaded dsl_auto_type v0.2.0
6232026-05-05T03:40:17.865Z Downloaded castaway v0.2.4
6242026-05-05T03:40:17.868Z Downloaded aes v0.8.4
6252026-05-05T03:40:17.870Z Downloaded base16ct v0.2.0
6262026-05-05T03:40:17.870Z Downloaded embedded-io v0.4.0
6272026-05-05T03:40:17.873Z Downloaded atty v0.2.14
6282026-05-05T03:40:17.873Z Downloaded defmt v1.0.1
6292026-05-05T03:40:17.875Z Downloaded float-ord v0.3.2
6302026-05-05T03:40:17.876Z Downloaded atomic-waker v1.1.2
6312026-05-05T03:40:17.876Z Downloaded argon2 v0.5.3
6322026-05-05T03:40:17.881Z Downloaded ciborium-io v0.2.2
6332026-05-05T03:40:17.881Z Downloaded bitfield-macros v0.19.4
6342026-05-05T03:40:17.881Z Downloaded bit-set v0.5.3
6352026-05-05T03:40:17.886Z Downloaded dropshot-api-manager-types v0.7.1
6362026-05-05T03:40:17.886Z Downloaded ahash v0.8.12
6372026-05-05T03:40:17.890Z Downloaded colored v3.1.1
6382026-05-05T03:40:17.898Z Downloaded display-error-chain v0.2.2
6392026-05-05T03:40:17.909Z Downloaded crossbeam-channel v0.5.15
6402026-05-05T03:40:17.914Z Downloaded bb8 v0.8.6
6412026-05-05T03:40:17.918Z Downloaded float-cmp v0.10.0
6422026-05-05T03:40:17.925Z Downloaded crc-catalog v2.4.0
6432026-05-05T03:40:17.928Z Downloaded bcrypt-pbkdf v0.10.0
6442026-05-05T03:40:17.928Z Downloaded ascii-canvas v3.0.0
6452026-05-05T03:40:17.928Z Downloaded block-padding v0.3.3
6462026-05-05T03:40:17.933Z Downloaded ciborium-ll v0.2.2
6472026-05-05T03:40:17.938Z Downloaded bitfield-struct v0.6.2
6482026-05-05T03:40:17.942Z Downloaded foreign-types-shared v0.1.1
6492026-05-05T03:40:17.942Z Downloaded assert_matches v1.5.0
6502026-05-05T03:40:17.945Z Downloaded endian-type v0.1.2
6512026-05-05T03:40:17.945Z Downloaded embedded-io v0.6.1
6522026-05-05T03:40:17.945Z Downloaded cobs v0.3.0
6532026-05-05T03:40:17.949Z Downloaded backon v1.6.0
6542026-05-05T03:40:17.957Z Downloaded aead v0.5.2
6552026-05-05T03:40:17.957Z Downloaded dof v0.4.0
6562026-05-05T03:40:17.957Z Downloaded bitfield v0.19.4
6572026-05-05T03:40:17.960Z Downloaded chacha20poly1305 v0.10.1
6582026-05-05T03:40:17.960Z Downloaded ctr v0.9.2
6592026-05-05T03:40:17.960Z Downloaded cassowary v0.3.0
6602026-05-05T03:40:17.960Z Downloaded cpufeatures v0.3.0
6612026-05-05T03:40:17.960Z Downloaded cargo_metadata v0.19.2
6622026-05-05T03:40:17.960Z Downloaded crc8 v0.1.1
6632026-05-05T03:40:17.963Z Downloaded foldhash v0.1.5
6642026-05-05T03:40:17.965Z Downloaded derive-ex v0.1.8
6652026-05-05T03:40:17.965Z Downloaded ff v0.13.1
6662026-05-05T03:40:17.965Z Downloaded foreign-types-macros v0.2.3
6672026-05-05T03:40:17.968Z Downloaded dunce v1.0.5
6682026-05-05T03:40:17.968Z Downloaded crc v3.4.0
6692026-05-05T03:40:17.968Z Downloaded cfg_aliases v0.2.1
6702026-05-05T03:40:17.968Z Downloaded either v1.15.0
6712026-05-05T03:40:17.971Z Downloaded dtrace-parser v0.3.0
6722026-05-05T03:40:17.974Z Downloaded daft v0.1.5
6732026-05-05T03:40:17.978Z Downloaded crucible-workspace-hack v0.1.0
6742026-05-05T03:40:17.981Z Downloaded foreign-types v0.3.2
6752026-05-05T03:40:17.981Z Downloaded convert_case v0.4.0
6762026-05-05T03:40:17.981Z Downloaded async-recursion v1.1.1
6772026-05-05T03:40:17.984Z Downloaded der_derive v0.7.3
6782026-05-05T03:40:17.987Z Downloaded env_filter v1.0.0
6792026-05-05T03:40:17.990Z Downloaded foreign-types-shared v0.3.1
6802026-05-05T03:40:17.990Z Downloaded derive_builder_core v0.20.2
6812026-05-05T03:40:17.990Z Downloaded cstr-argument v0.1.2
6822026-05-05T03:40:17.993Z Downloaded futures-core v0.3.32
6832026-05-05T03:40:17.995Z Downloaded funty v2.0.0
6842026-05-05T03:40:17.998Z Downloaded gethostname v0.5.0
6852026-05-05T03:40:17.998Z Downloaded futures-task v0.3.32
6862026-05-05T03:40:17.998Z Downloaded futures-io v0.3.32
6872026-05-05T03:40:18.003Z Downloaded darling v0.23.0
6882026-05-05T03:40:18.007Z Downloaded critical-section v1.2.0
6892026-05-05T03:40:18.007Z Downloaded crossbeam-epoch v0.9.18
6902026-05-05T03:40:18.010Z Downloaded compression-codecs v0.4.37
6912026-05-05T03:40:18.010Z Downloaded cmake v0.1.57
6922026-05-05T03:40:18.012Z Downloaded byte-wrapper v0.1.0
6932026-05-05T03:40:18.014Z Downloaded ghash v0.5.1
6942026-05-05T03:40:18.014Z Downloaded dirs-sys-next v0.1.2
6952026-05-05T03:40:18.014Z Downloaded curve25519-dalek-derive v0.1.1
6962026-05-05T03:40:18.017Z Downloaded cfg_aliases v0.1.1
6972026-05-05T03:40:18.017Z Downloaded diesel_table_macro_syntax v0.3.0
6982026-05-05T03:40:18.017Z Downloaded camino-tempfile-ext v0.3.3
6992026-05-05T03:40:18.020Z Downloaded bit-vec v0.6.3
7002026-05-05T03:40:18.020Z Downloaded blowfish v0.9.1
7012026-05-05T03:40:18.020Z Downloaded arc-swap v1.8.2
7022026-05-05T03:40:18.023Z Downloaded derive_builder_macro v0.20.2
7032026-05-05T03:40:18.023Z Downloaded document-features v0.2.12
7042026-05-05T03:40:18.026Z Downloaded backoff v0.4.0
7052026-05-05T03:40:18.026Z Downloaded hash32 v0.2.1
7062026-05-05T03:40:18.026Z Downloaded darling_macro v0.23.0
7072026-05-05T03:40:18.033Z Downloaded fxhash v0.2.1
7082026-05-05T03:40:18.033Z Downloaded flagset v0.4.7
7092026-05-05T03:40:18.033Z Downloaded git-stub v1.0.0
7102026-05-05T03:40:18.036Z Downloaded fd-lock v4.0.4
7112026-05-05T03:40:18.036Z Downloaded chacha20 v0.10.0
7122026-05-05T03:40:18.036Z Downloaded dirs-next v2.0.0
7132026-05-05T03:40:18.037Z Downloaded futures-macro v0.3.32
7142026-05-05T03:40:18.042Z Downloaded hex v0.4.3
7152026-05-05T03:40:18.044Z Downloaded hash32 v0.3.1
7162026-05-05T03:40:18.044Z Downloaded darling_macro v0.20.11
7172026-05-05T03:40:18.048Z Downloaded globwalk v0.9.1
7182026-05-05T03:40:18.048Z Downloaded dyn-clone v1.0.20
7192026-05-05T03:40:18.050Z Downloaded cipher v0.4.4
7202026-05-05T03:40:18.050Z Downloaded cbc v0.1.2
7212026-05-05T03:40:18.053Z Downloaded chacha20 v0.9.1
7222026-05-05T03:40:18.053Z Downloaded fixedbitset v0.4.2
7232026-05-05T03:40:18.057Z Downloaded enum-as-inner v0.6.1
7242026-05-05T03:40:18.057Z Downloaded defmt v0.3.100
7252026-05-05T03:40:18.062Z Downloaded futures-sink v0.3.32
7262026-05-05T03:40:18.066Z Downloaded defmt-parser v1.0.0
7272026-05-05T03:40:18.066Z Downloaded darling_macro v0.21.3
7282026-05-05T03:40:18.066Z Downloaded downcast-rs v2.0.2
7292026-05-05T03:40:18.066Z Downloaded base64ct v1.8.3
7302026-05-05T03:40:18.066Z Downloaded dropshot_endpoint v0.16.7
7312026-05-05T03:40:18.066Z Downloaded diesel_derives v2.3.7
7322026-05-05T03:40:18.069Z Downloaded constant_time_eq v0.4.2
7332026-05-05T03:40:18.074Z Downloaded difflib v0.4.0
7342026-05-05T03:40:18.074Z Downloaded ecdsa v0.16.9
7352026-05-05T03:40:18.074Z Downloaded convert_case v0.10.0
7362026-05-05T03:40:18.078Z Downloaded crossbeam-deque v0.8.6
7372026-05-05T03:40:18.078Z Downloaded const_format_proc_macros v0.2.34
7382026-05-05T03:40:18.078Z Downloaded erased-serde v0.3.31
7392026-05-05T03:40:18.081Z Downloaded diesel-dtrace v0.5.0
7402026-05-05T03:40:18.081Z Downloaded hostname v0.3.1
7412026-05-05T03:40:18.081Z Downloaded home v0.5.12
7422026-05-05T03:40:18.081Z Downloaded deranged v0.5.8
7432026-05-05T03:40:18.084Z Downloaded csv-core v0.1.13
7442026-05-05T03:40:18.084Z Downloaded http-body v1.0.1
7452026-05-05T03:40:18.086Z Downloaded async-stream v0.3.6
7462026-05-05T03:40:18.086Z Downloaded http-range v0.1.5
7472026-05-05T03:40:18.089Z Downloaded hostname v0.4.2
7482026-05-05T03:40:18.089Z Downloaded hyper-tls v0.6.0
7492026-05-05T03:40:18.092Z Downloaded hubpack_derive v0.1.1
7502026-05-05T03:40:18.092Z Downloaded httpdate v1.0.3
7512026-05-05T03:40:18.092Z Downloaded group v0.13.0
7522026-05-05T03:40:18.095Z Downloaded bcs v0.1.6
7532026-05-05T03:40:18.095Z Downloaded drift v0.1.3
7542026-05-05T03:40:18.098Z Downloaded console v0.16.2
7552026-05-05T03:40:18.100Z Downloaded futures-executor v0.3.32
7562026-05-05T03:40:18.100Z Downloaded filetime v0.2.27
7572026-05-05T03:40:18.101Z Downloaded ed25519 v2.2.3
7582026-05-05T03:40:18.104Z Downloaded cc v1.2.56
7592026-05-05T03:40:18.108Z Downloaded daft-derive v0.1.5
7602026-05-05T03:40:18.112Z Downloaded data-encoding v2.10.0
7612026-05-05T03:40:18.112Z Downloaded blake2 v0.10.6
7622026-05-05T03:40:18.115Z Downloaded globset v0.4.18
7632026-05-05T03:40:18.115Z Downloaded bit-vec v0.8.0
7642026-05-05T03:40:18.115Z Downloaded fallible-iterator v0.2.0
7652026-05-05T03:40:18.118Z Downloaded clang-sys v1.8.1
7662026-05-05T03:40:18.121Z Downloaded hex-literal v0.4.1
7672026-05-05T03:40:18.124Z Downloaded defmt-macros v1.0.1
7682026-05-05T03:40:18.124Z Downloaded git-stub-vcs v0.1.0
7692026-05-05T03:40:18.128Z Downloaded foldhash v0.2.0
7702026-05-05T03:40:18.129Z Downloaded ident_case v1.0.1
7712026-05-05T03:40:18.155Z Downloaded inout v0.1.4
7722026-05-05T03:40:18.155Z Downloaded hubpack v0.1.2
7732026-05-05T03:40:18.155Z Downloaded instant v0.1.13
7742026-05-05T03:40:18.155Z Downloaded instability v0.3.11
7752026-05-05T03:40:18.155Z Downloaded darling_core v0.20.11
7762026-05-05T03:40:18.155Z Downloaded darling_core v0.21.3
7772026-05-05T03:40:18.190Z Downloaded corncobs v0.1.4
7782026-05-05T03:40:18.190Z Downloaded ed25519-dalek v2.2.0
7792026-05-05T03:40:18.191Z Downloaded indoc v1.0.9
7802026-05-05T03:40:18.191Z Downloaded headers-core v0.3.0
7812026-05-05T03:40:18.191Z Downloaded bzip2 v0.4.4
7822026-05-05T03:40:18.191Z Downloaded cookie_store v0.22.1
7832026-05-05T03:40:18.191Z Downloaded highway v1.3.0
7842026-05-05T03:40:18.191Z Downloaded console v0.15.11
7852026-05-05T03:40:18.191Z Downloaded const-oid v0.9.6
7862026-05-05T03:40:18.191Z Downloaded is-terminal v0.4.17
7872026-05-05T03:40:18.191Z Downloaded internet-checksum v0.2.1
7882026-05-05T03:40:18.191Z Downloaded bzip2 v0.6.1
7892026-05-05T03:40:18.191Z Downloaded cookie v0.18.1
7902026-05-05T03:40:18.191Z Downloaded futures-channel v0.3.32
7912026-05-05T03:40:18.191Z Downloaded fs-err v2.11.0
7922026-05-05T03:40:18.192Z Downloaded des v0.8.1
7932026-05-05T03:40:18.192Z Downloaded is_ci v1.2.0
7942026-05-05T03:40:18.192Z Downloaded kstat-rs v0.2.4
7952026-05-05T03:40:18.192Z Downloaded allocator-api2 v0.2.21
7962026-05-05T03:40:18.192Z Downloaded diff v0.1.13
7972026-05-05T03:40:18.192Z Downloaded darling v0.21.3
7982026-05-05T03:40:18.193Z Downloaded http-body-util v0.1.3
7992026-05-05T03:40:18.193Z Downloaded crossbeam-utils v0.8.21
8002026-05-05T03:40:18.193Z Downloaded half v1.8.3
8012026-05-05T03:40:18.193Z Downloaded fs_extra v1.3.0
8022026-05-05T03:40:18.222Z Downloaded derive_builder v0.20.2
8032026-05-05T03:40:18.222Z Downloaded hyper-staticfile v0.10.1
8042026-05-05T03:40:18.222Z Downloaded glob v0.3.3
8052026-05-05T03:40:18.222Z Downloaded getrandom v0.2.17
8062026-05-05T03:40:18.222Z Downloaded lazy_static v1.5.0
8072026-05-05T03:40:18.222Z Downloaded libscf-sys v1.1.0
8082026-05-05T03:40:18.222Z Downloaded find-msvc-tools v0.1.9
8092026-05-05T03:40:18.223Z Downloaded ena v0.14.4
8102026-05-05T03:40:18.223Z Downloaded ciborium v0.2.2
8112026-05-05T03:40:18.223Z Downloaded darling v0.20.11
8122026-05-05T03:40:18.223Z Downloaded keccak v0.1.6
8132026-05-05T03:40:18.223Z Downloaded memoffset v0.9.1
8142026-05-05T03:40:18.223Z Downloaded match_cfg v0.1.0
8152026-05-05T03:40:18.224Z Downloaded der v0.7.10
8162026-05-05T03:40:18.224Z Downloaded lru v0.12.5
8172026-05-05T03:40:18.254Z Downloaded newtype_derive v0.1.6
8182026-05-05T03:40:18.254Z Downloaded nodrop v0.1.14
8192026-05-05T03:40:18.254Z Downloaded newline-converter v0.3.0
8202026-05-05T03:40:18.254Z Downloaded new_debug_unreachable v1.0.6
8212026-05-05T03:40:18.254Z Downloaded multimap v0.10.1
8222026-05-05T03:40:18.254Z Downloaded md5 v0.7.0
8232026-05-05T03:40:18.254Z Downloaded md-5 v0.10.6
8242026-05-05T03:40:18.254Z Downloaded managed v0.8.0
8252026-05-05T03:40:18.254Z Downloaded lru-slab v0.1.2
8262026-05-05T03:40:18.254Z Downloaded lru-cache v0.1.2
8272026-05-05T03:40:18.255Z Downloaded env_logger v0.11.9
8282026-05-05T03:40:18.255Z Downloaded elliptic-curve v0.13.8
8292026-05-05T03:40:18.255Z Downloaded async-bb8-diesel v0.2.1
8302026-05-05T03:40:18.255Z Downloaded linked-hash-map v0.5.6
8312026-05-05T03:40:18.255Z Downloaded libefi-sys v0.1.0
8322026-05-05T03:40:18.255Z Downloaded hmac v0.12.1
8332026-05-05T03:40:18.256Z Downloaded num-derive v0.4.2
8342026-05-05T03:40:18.271Z Downloaded num-derive v0.3.3
8352026-05-05T03:40:18.271Z Downloaded lzss v0.8.2
8362026-05-05T03:40:18.272Z Downloaded dropshot_endpoint v0.17.0
8372026-05-05T03:40:18.272Z Downloaded normalize-line-endings v0.3.0
8382026-05-05T03:40:18.272Z Downloaded maybe-uninit v2.0.0
8392026-05-05T03:40:18.272Z Downloaded maplit v1.0.2
8402026-05-05T03:40:18.272Z Downloaded colored v2.2.0
8412026-05-05T03:40:18.272Z Downloaded lalrpop-util v0.19.12
8422026-05-05T03:40:18.272Z Downloaded ipnetwork v0.21.1
8432026-05-05T03:40:18.272Z Downloaded ipnet v2.11.0
8442026-05-05T03:40:18.272Z Downloaded ingot-types v0.1.2
8452026-05-05T03:40:18.272Z Downloaded compact_str v0.8.1
8462026-05-05T03:40:18.272Z Downloaded httparse v1.10.1
8472026-05-05T03:40:18.272Z Downloaded futures v0.3.32
8482026-05-05T03:40:18.272Z Downloaded crc-any v2.5.0
8492026-05-05T03:40:18.272Z Downloaded humantime v2.3.0
8502026-05-05T03:40:18.272Z Downloaded ingot v0.1.1
8512026-05-05T03:40:18.272Z Downloaded indoc v2.0.7
8522026-05-05T03:40:18.272Z Downloaded impl-trait-for-tuples v0.2.3
8532026-05-05T03:40:18.276Z Downloaded hyper-rustls v0.27.7
8542026-05-05T03:40:18.276Z Downloaded openssl-macros v0.1.1
8552026-05-05T03:40:18.276Z Downloaded jobserver v0.1.34
8562026-05-05T03:40:18.276Z Downloaded num v0.4.3
8572026-05-05T03:40:18.276Z Downloaded newtype-uuid-macros v0.1.0
8582026-05-05T03:40:18.276Z Downloaded linear-map v1.2.0
8592026-05-05T03:40:18.276Z Downloaded derive_more v0.99.20
8602026-05-05T03:40:18.281Z Downloaded olpc-cjson v0.1.4
8612026-05-05T03:40:18.281Z Downloaded indent_write v2.2.0
8622026-05-05T03:40:18.281Z Downloaded mime v0.3.17
8632026-05-05T03:40:18.284Z Downloaded iana-time-zone v0.1.65
8642026-05-05T03:40:18.284Z Downloaded crypto-bigint v0.5.5
8652026-05-05T03:40:18.287Z Downloaded oso-derive v0.27.3
8662026-05-05T03:40:18.287Z Downloaded num_enum_derive v0.5.11
8672026-05-05T03:40:18.292Z Downloaded nibble_vec v0.1.0
8682026-05-05T03:40:18.292Z Downloaded native-tls v0.2.18
8692026-05-05T03:40:18.292Z Downloaded mime_guess v2.0.5
8702026-05-05T03:40:18.297Z Downloaded opaque-debug v0.3.1
8712026-05-05T03:40:18.297Z Downloaded num-conv v0.2.0
8722026-05-05T03:40:18.297Z Downloaded nonempty v0.12.0
8732026-05-05T03:40:18.297Z Downloaded const_format v0.2.35
8742026-05-05T03:40:18.315Z Downloaded num-iter v0.1.45
8752026-05-05T03:40:18.315Z Downloaded fatfs v0.3.6
8762026-05-05T03:40:18.315Z Downloaded newtype-uuid v1.3.2
8772026-05-05T03:40:18.315Z Downloaded half v2.7.1
8782026-05-05T03:40:18.315Z Downloaded flume v0.11.1
8792026-05-05T03:40:18.316Z Downloaded derive-where v1.6.0
8802026-05-05T03:40:18.323Z Downloaded lock_api v0.4.14
8812026-05-05T03:40:18.323Z Downloaded openssl-probe v0.1.6
8822026-05-05T03:40:18.323Z Downloaded parse-display v0.10.0
8832026-05-05T03:40:18.324Z Downloaded num_threads v0.1.7
8842026-05-05T03:40:18.324Z Downloaded libsw-core v0.3.2
8852026-05-05T03:40:18.324Z Downloaded multer v3.1.0
8862026-05-05T03:40:18.324Z Downloaded num_enum v0.5.11
8872026-05-05T03:40:18.335Z Downloaded litrs v1.0.0
8882026-05-05T03:40:18.335Z Downloaded derive_more-impl v2.1.1
8892026-05-05T03:40:18.335Z Downloaded getrandom v0.3.4
8902026-05-05T03:40:18.335Z Downloaded base64 v0.22.1
8912026-05-05T03:40:18.335Z Downloaded base64 v0.21.7
8922026-05-05T03:40:18.343Z Downloaded parse-size v1.1.0
8932026-05-05T03:40:18.343Z Downloaded libsw v3.5.0
8942026-05-05T03:40:18.343Z Downloaded ignore v0.4.25
8952026-05-05T03:40:18.343Z Downloaded path-slash v0.1.5
8962026-05-05T03:40:18.343Z Downloaded packed_struct_codegen v0.10.1
8972026-05-05T03:40:18.343Z Downloaded phf_shared v0.11.3
8982026-05-05T03:40:18.343Z Downloaded nanorand v0.7.0
8992026-05-05T03:40:18.357Z Downloaded num_enum_derive v0.7.5
9002026-05-05T03:40:18.357Z Downloaded num-complex v0.4.6
9012026-05-05T03:40:18.357Z Downloaded openssl-probe v0.2.1
9022026-05-05T03:40:18.357Z Downloaded num-rational v0.4.2
9032026-05-05T03:40:18.358Z Downloaded num-integer v0.1.46
9042026-05-05T03:40:18.358Z Downloaded nu-ansi-term v0.50.3
9052026-05-05T03:40:18.359Z Downloaded libloading v0.8.9
9062026-05-05T03:40:18.384Z Downloaded num_enum v0.7.5
9072026-05-05T03:40:18.384Z Downloaded headers v0.4.1
9082026-05-05T03:40:18.384Z Downloaded ingot-macros v0.1.1
9092026-05-05T03:40:18.384Z Downloaded heapless v0.8.0
9102026-05-05T03:40:18.384Z Downloaded heapless v0.7.17
9112026-05-05T03:40:18.384Z Downloaded phf_shared v0.13.1
9122026-05-05T03:40:18.384Z Downloaded phf_shared v0.12.1
9132026-05-05T03:40:18.384Z Downloaded proc-macro-crate v3.4.0
9142026-05-05T03:40:18.384Z Downloaded proc-macro-crate v1.3.1
9152026-05-05T03:40:18.390Z Downloaded predicates-tree v1.0.13
9162026-05-05T03:40:18.390Z Downloaded flate2 v1.1.9
9172026-05-05T03:40:18.390Z Downloaded progenitor-client v0.14.0
9182026-05-05T03:40:18.390Z Downloaded progenitor-client v0.11.2
9192026-05-05T03:40:18.390Z Downloaded darling_core v0.23.0
9202026-05-05T03:40:18.390Z Downloaded oxide-tokio-rt v0.1.4
9212026-05-05T03:40:18.390Z Downloaded packed_struct v0.10.1
9222026-05-05T03:40:18.390Z Downloaded indexmap v1.9.3
9232026-05-05T03:40:18.390Z Downloaded memmap2 v0.9.10
9242026-05-05T03:40:18.390Z Downloaded dropshot v0.16.7
9252026-05-05T03:40:18.398Z Downloaded precomputed-hash v0.1.1
9262026-05-05T03:40:18.401Z Downloaded powerfmt v0.2.0
9272026-05-05T03:40:18.401Z Downloaded parking_lot_core v0.8.6
9282026-05-05T03:40:18.401Z Downloaded peg-runtime v0.8.5
9292026-05-05T03:40:18.403Z Downloaded predicates-core v1.0.10
9302026-05-05T03:40:18.403Z Downloaded password-hash v0.4.2
9312026-05-05T03:40:18.406Z Downloaded password-hash v0.5.0
9322026-05-05T03:40:18.406Z Downloaded oxnet v0.1.4
9332026-05-05T03:40:18.409Z Downloaded progenitor-client v0.10.0
9342026-05-05T03:40:18.409Z Downloaded bumpalo v3.20.2
9352026-05-05T03:40:18.414Z Downloaded proc-macro-error-attr2 v2.0.0
9362026-05-05T03:40:18.414Z Downloaded aes-gcm v0.10.3
9372026-05-05T03:40:18.414Z Downloaded async-compression v0.4.41
9382026-05-05T03:40:18.417Z Downloaded pem v3.0.6
9392026-05-05T03:40:18.420Z Downloaded libbz2-rs-sys v0.2.2
9402026-05-05T03:40:18.420Z Downloaded indicatif v0.18.4
9412026-05-05T03:40:18.423Z Downloaded pbkdf2 v0.11.0
9422026-05-05T03:40:18.427Z Downloaded omicron-zone-package v0.12.2
9432026-05-05T03:40:18.427Z Downloaded pin-utils v0.1.0
9442026-05-05T03:40:18.431Z Downloaded phf v0.13.1
9452026-05-05T03:40:18.432Z Downloaded peg-macros v0.8.5
9462026-05-05T03:40:18.432Z Downloaded pem-rfc7468 v0.7.0
9472026-05-05T03:40:18.432Z Downloaded progenitor-macro v0.13.0
9482026-05-05T03:40:18.432Z Downloaded pin-project-lite v0.2.17
9492026-05-05T03:40:18.435Z Downloaded expectorate v1.2.0
9502026-05-05T03:40:18.438Z Downloaded polyval v0.6.2
9512026-05-05T03:40:18.438Z Downloaded pkg-config v0.3.32
9522026-05-05T03:40:18.441Z Downloaded phf v0.12.1
9532026-05-05T03:40:18.441Z Downloaded progenitor-macro v0.11.2
9542026-05-05T03:40:18.441Z Downloaded pbkdf2 v0.12.2
9552026-05-05T03:40:18.446Z Downloaded owo-colors v4.3.0
9562026-05-05T03:40:18.446Z Downloaded paste v1.0.15
9572026-05-05T03:40:18.458Z Downloaded pin-project-internal v1.1.11
9582026-05-05T03:40:18.458Z Downloaded parse-display-derive v0.10.0
9592026-05-05T03:40:18.458Z Downloaded psl-types v2.0.11
9602026-05-05T03:40:18.458Z Downloaded ppv-lite86 v0.2.21
9612026-05-05T03:40:18.458Z Downloaded rand_xorshift v0.4.0
9622026-05-05T03:40:18.464Z Downloaded progenitor v0.13.0
9632026-05-05T03:40:18.464Z Downloaded pkcs8 v0.10.2
9642026-05-05T03:40:18.464Z Downloaded crossterm v0.28.1
9652026-05-05T03:40:18.464Z Downloaded ref-cast v1.0.25
9662026-05-05T03:40:18.464Z Downloaded recursive-proc-macro-impl v0.1.1
9672026-05-05T03:40:18.464Z Downloaded postgres-protocol v0.6.10
9682026-05-05T03:40:18.464Z Downloaded ar_archive_writer v0.5.1
9692026-05-05T03:40:18.471Z Downloaded progenitor-macro v0.14.0
9702026-05-05T03:40:18.471Z Downloaded radium v0.7.0
9712026-05-05T03:40:18.471Z Downloaded quick-error v1.2.3
9722026-05-05T03:40:18.471Z Downloaded hickory-resolver v0.24.4
9732026-05-05T03:40:18.485Z Downloaded rand_chacha v0.3.1
9742026-05-05T03:40:18.485Z Downloaded progenitor-client v0.13.0
9752026-05-05T03:40:18.485Z Downloaded peg v0.8.5
9762026-05-05T03:40:18.486Z Downloaded progenitor v0.11.2
9772026-05-05T03:40:18.493Z Downloaded parking_lot_core v0.9.12
9782026-05-05T03:40:18.494Z Downloaded progenitor-extras v0.2.0
9792026-05-05T03:40:18.494Z Downloaded hashbrown v0.12.3
9802026-05-05T03:40:18.494Z Downloaded recursive v0.1.1
9812026-05-05T03:40:18.494Z Downloaded progenitor v0.10.0
9822026-05-05T03:40:18.498Z Downloaded parking_lot v0.12.5
9832026-05-05T03:40:18.498Z Downloaded r2d2 v0.8.10
9842026-05-05T03:40:18.503Z Downloaded parking_lot v0.11.2
9852026-05-05T03:40:18.505Z Downloaded ref-cast-impl v1.0.25
9862026-05-05T03:40:18.505Z Downloaded poly1305 v0.8.0
9872026-05-05T03:40:18.508Z Downloaded rand_core v0.9.5
9882026-05-05T03:40:18.508Z Downloaded pkcs5 v0.7.1
9892026-05-05T03:40:18.515Z Downloaded oso v0.27.3
9902026-05-05T03:40:18.515Z Downloaded dropshot-api-manager v0.7.1
9912026-05-05T03:40:18.524Z Downloaded proc-macro-error2 v2.0.1
9922026-05-05T03:40:18.524Z Downloaded pkcs1 v0.7.5
9932026-05-05T03:40:18.539Z Downloaded russh-cryptovec v0.7.3
9942026-05-05T03:40:18.539Z Downloaded progenitor v0.14.0
9952026-05-05T03:40:18.539Z Downloaded rfc6979 v0.4.0
9962026-05-05T03:40:18.539Z Downloaded rustc_version v0.4.1
9972026-05-05T03:40:18.539Z Downloaded rustc_version v0.1.7
9982026-05-05T03:40:18.539Z Downloaded rtoolbox v0.0.3
9992026-05-05T03:40:18.539Z Downloaded rustc-hash v2.1.1
10002026-05-05T03:40:18.540Z Downloaded salsa20 v0.10.2
10012026-05-05T03:40:18.551Z Downloaded psm v0.1.30
10022026-05-05T03:40:18.551Z Downloaded jiff-static v0.2.21
10032026-05-05T03:40:18.551Z Downloaded p256 v0.13.2
10042026-05-05T03:40:18.551Z Downloaded miniz_oxide v0.8.9
10052026-05-05T03:40:18.551Z Downloaded progenitor-macro v0.10.0
10062026-05-05T03:40:18.551Z Downloaded hickory-resolver v0.25.2
10072026-05-05T03:40:18.551Z Downloaded predicates v3.1.4
10082026-05-05T03:40:18.551Z Downloaded postgres-types v0.2.12
10092026-05-05T03:40:18.557Z Downloaded http v1.4.0
10102026-05-05T03:40:18.561Z Downloaded rand_core v0.10.0
10112026-05-05T03:40:18.561Z Downloaded rand_core v0.6.4
10122026-05-05T03:40:18.561Z Downloaded rand_chacha v0.9.0
10132026-05-05T03:40:18.561Z Downloaded scheduled-thread-pool v0.2.7
10142026-05-05T03:40:18.570Z Downloaded rand_seeder v0.4.0
10152026-05-05T03:40:18.570Z Downloaded sapling-renderdag v0.1.0
10162026-05-05T03:40:18.570Z Downloaded scopeguard v1.2.0
10172026-05-05T03:40:18.583Z Downloaded seq-macro v0.3.6
10182026-05-05T03:40:18.583Z Downloaded primeorder v0.13.6
10192026-05-05T03:40:18.583Z Downloaded hickory-server v0.25.2
10202026-05-05T03:40:18.595Z Downloaded scrypt v0.11.0
10212026-05-05T03:40:18.595Z Downloaded scroll_derive v0.13.1
10222026-05-05T03:40:18.595Z Downloaded papergrid v0.17.0
10232026-05-05T03:40:18.595Z Downloaded sha1 v0.10.6
10242026-05-05T03:40:18.595Z Downloaded serde_plain v1.0.2
10252026-05-05T03:40:18.595Z Downloaded serde-big-array v0.5.1
10262026-05-05T03:40:18.595Z Downloaded pin-project v1.1.11
10272026-05-05T03:40:18.600Z Downloaded hashbrown v0.13.2
10282026-05-05T03:40:18.600Z Downloaded resolv-conf v0.7.6
10292026-05-05T03:40:18.600Z Downloaded secrecy v0.8.0
10302026-05-05T03:40:18.603Z Downloaded rustls-native-certs v0.8.3
10312026-05-05T03:40:18.604Z Downloaded serde_bytes v0.11.19
10322026-05-05T03:40:18.613Z Downloaded serde_urlencoded v0.7.1
10332026-05-05T03:40:18.613Z Downloaded serde_spanned v1.0.4
10342026-05-05T03:40:18.613Z Downloaded semver v0.1.20
10352026-05-05T03:40:18.620Z Downloaded secrecy v0.10.3
10362026-05-05T03:40:18.620Z Downloaded rustls-pemfile v2.2.0
10372026-05-05T03:40:18.620Z Downloaded shell-words v1.1.1
10382026-05-05T03:40:18.620Z Downloaded openssl-sys v0.9.114
10392026-05-05T03:40:18.620Z Downloaded siphasher v1.0.2
10402026-05-05T03:40:18.620Z Downloaded quinn-udp v0.5.14
10412026-05-05T03:40:18.636Z Downloaded rustls-pemfile v1.0.4
10422026-05-05T03:40:18.647Z Downloaded signature v2.2.0
10432026-05-05T03:40:18.647Z Downloaded prefix-trie v0.7.0
10442026-05-05T03:40:18.647Z Downloaded postcard v1.1.3
10452026-05-05T03:40:18.651Z Downloaded signal-hook-tokio v0.3.1
10462026-05-05T03:40:18.651Z Downloaded rusty-fork v0.3.1
10472026-05-05T03:40:18.651Z Downloaded progenitor-impl v0.10.0
10482026-05-05T03:40:18.651Z Downloaded sigpipe v0.1.3
10492026-05-05T03:40:18.651Z Downloaded slog-bunyan v2.5.0
10502026-05-05T03:40:18.651Z Downloaded scroll v0.13.0
10512026-05-05T03:40:18.652Z Downloaded slog-envlogger v2.2.0
10522026-05-05T03:40:18.659Z Downloaded rustversion v1.0.22
10532026-05-05T03:40:18.659Z Downloaded schemars_derive v0.8.22
10542026-05-05T03:40:18.659Z Downloaded hyper-util v0.1.20
10552026-05-05T03:40:18.663Z Downloaded sct v0.7.1
10562026-05-05T03:40:18.671Z Downloaded serde_repr v0.1.20
10572026-05-05T03:40:18.671Z Downloaded serde-hex v0.1.0
10582026-05-05T03:40:18.671Z Downloaded serde_derive_internals v0.29.1
10592026-05-05T03:40:18.671Z Downloaded signal-hook-mio v0.2.5
10602026-05-05T03:40:18.676Z Downloaded crossterm v0.29.0
10612026-05-05T03:40:18.676Z Downloaded ssh-cipher v0.2.0
10622026-05-05T03:40:18.676Z Downloaded sqlparser_derive v0.5.0
10632026-05-05T03:40:18.689Z Downloaded sec1 v0.7.3
10642026-05-05T03:40:18.689Z Downloaded prettyplease v0.2.37
10652026-05-05T03:40:18.696Z Downloaded russh-keys v0.45.0
10662026-05-05T03:40:18.696Z Downloaded shlex v1.3.0
10672026-05-05T03:40:18.696Z Downloaded serde_path_to_error v0.1.20
10682026-05-05T03:40:18.705Z Downloaded structmeta-derive v0.3.0
10692026-05-05T03:40:18.705Z Downloaded structmeta v0.3.0
10702026-05-05T03:40:18.705Z Downloaded rustls-pki-types v1.14.0
10712026-05-05T03:40:18.714Z Downloaded progenitor-impl v0.13.0
10722026-05-05T03:40:18.720Z Downloaded itertools v0.10.5
10732026-05-05T03:40:18.723Z Downloaded strum v0.26.3
10742026-05-05T03:40:18.723Z Downloaded strip-ansi-escapes v0.2.1
10752026-05-05T03:40:18.724Z Downloaded ssh-encoding v0.2.0
10762026-05-05T03:40:18.724Z Downloaded slog-async v2.8.0
10772026-05-05T03:40:18.724Z Downloaded supports-color v3.0.2
10782026-05-05T03:40:18.729Z Downloaded subtle v2.6.1
10792026-05-05T03:40:18.729Z Downloaded signal-hook-registry v1.4.8
10802026-05-05T03:40:18.729Z Downloaded tabwriter v1.4.1
10812026-05-05T03:40:18.738Z Downloaded slab v0.4.12
10822026-05-05T03:40:18.738Z Downloaded tabled_derive v0.11.0
10832026-05-05T03:40:18.738Z Downloaded strum v0.27.2
10842026-05-05T03:40:18.738Z Downloaded sync-ptr v0.1.4
10852026-05-05T03:40:18.743Z Downloaded thiserror-impl-no-std v2.0.2
10862026-05-05T03:40:18.743Z Downloaded termtree v0.5.1
10872026-05-05T03:40:18.743Z Downloaded take_mut v0.2.2
10882026-05-05T03:40:18.743Z Downloaded slog-stdlog v4.1.1
10892026-05-05T03:40:18.747Z Downloaded slog-json v2.6.1
10902026-05-05T03:40:18.747Z Downloaded smf v0.2.3
10912026-05-05T03:40:18.751Z Downloaded smallvec v0.6.14
10922026-05-05T03:40:18.751Z Downloaded slog-term v2.9.2
10932026-05-05T03:40:18.757Z Downloaded tagptr v0.2.0
10942026-05-05T03:40:18.757Z Downloaded same-file v1.0.6
10952026-05-05T03:40:18.757Z Downloaded static_assertions v1.1.0
10962026-05-05T03:40:18.760Z Downloaded spki v0.7.3
10972026-05-05T03:40:18.760Z Downloaded snafu-derive v0.8.9
10982026-05-05T03:40:18.760Z Downloaded progenitor-impl v0.11.2
10992026-05-05T03:40:18.760Z Downloaded minimal-lexical v0.2.1
11002026-05-05T03:40:18.778Z Downloaded progenitor-impl v0.14.0
11012026-05-05T03:40:18.778Z Downloaded hashbrown v0.15.5
11022026-05-05T03:40:18.787Z Downloaded testing_table v0.3.0
11032026-05-05T03:40:18.787Z Downloaded serde_with_macros v3.17.0
11042026-05-05T03:40:18.787Z Downloaded ryu v1.0.23
11052026-05-05T03:40:18.787Z Downloaded serde_cbor v0.11.2
11062026-05-05T03:40:18.787Z Downloaded rustls-platform-verifier v0.6.2
11072026-05-05T03:40:18.787Z Downloaded tokio-macros v2.7.0
11082026-05-05T03:40:18.787Z Downloaded tap v1.0.1
11092026-05-05T03:40:18.788Z Downloaded stacker v0.1.23
11102026-05-05T03:40:18.788Z Downloaded sqlformat v0.3.5
11112026-05-05T03:40:18.791Z Downloaded mio v1.2.0
11122026-05-05T03:40:18.803Z Downloaded thread-id v5.1.0
11132026-05-05T03:40:18.810Z Downloaded sync_wrapper v1.0.2
11142026-05-05T03:40:18.817Z Downloaded schemars v0.8.22
11152026-05-05T03:40:18.826Z Downloaded strum_macros v0.26.4
11162026-05-05T03:40:18.826Z Downloaded tinyvec_macros v0.1.1
11172026-05-05T03:40:18.826Z Downloaded support-bundle-viewer v0.1.2
11182026-05-05T03:40:18.826Z Downloaded string_cache v0.8.9
11192026-05-05T03:40:18.826Z Downloaded simd-adler32 v0.3.8
11202026-05-05T03:40:18.826Z Downloaded rcgen v0.12.1
11212026-05-05T03:40:18.832Z Downloaded slog-scope v4.4.1
11222026-05-05T03:40:18.833Z Downloaded strum_macros v0.27.2
11232026-05-05T03:40:18.833Z Downloaded bitvec v1.0.1
11242026-05-05T03:40:18.840Z Downloaded time-core v0.1.8
11252026-05-05T03:40:18.844Z Downloaded quinn v0.11.9
11262026-05-05T03:40:18.844Z Downloaded h2 v0.4.13
11272026-05-05T03:40:18.847Z Downloaded futures-util v0.3.32
11282026-05-05T03:40:18.853Z Downloaded topological-sort v0.2.2
11292026-05-05T03:40:18.853Z Downloaded termios v0.3.3
11302026-05-05T03:40:18.856Z Downloaded ron v0.8.1
11312026-05-05T03:40:18.862Z Downloaded spin v0.9.8
11322026-05-05T03:40:18.867Z Downloaded serde_yaml v0.9.34+deprecated
11332026-05-05T03:40:18.867Z Downloaded qorb v0.4.1
11342026-05-05T03:40:18.883Z Downloaded try-lock v0.2.5
11352026-05-05T03:40:18.883Z Downloaded tower-layer v0.3.3
11362026-05-05T03:40:18.883Z Downloaded stringprep v0.1.5
11372026-05-05T03:40:18.883Z Downloaded signal-hook v0.3.18
11382026-05-05T03:40:18.892Z Downloaded tokio-rustls v0.25.0
11392026-05-05T03:40:18.892Z Downloaded thiserror-no-std v2.0.2
11402026-05-05T03:40:18.892Z Downloaded similar v2.7.0
11412026-05-05T03:40:18.892Z Downloaded tower-service v0.3.3
11422026-05-05T03:40:18.892Z Downloaded tokio-native-tls v0.3.1
11432026-05-05T03:40:18.892Z Downloaded hashbrown v0.16.1
11442026-05-05T03:40:18.892Z Downloaded tls_codec v0.4.2
11452026-05-05T03:40:18.892Z Downloaded tls_codec_derive v0.4.2
11462026-05-05T03:40:18.892Z Downloaded tiny-keccak v2.0.2
11472026-05-05T03:40:18.898Z Downloaded thread_local v1.1.9
11482026-05-05T03:40:18.898Z Downloaded rayon-core v1.13.0
11492026-05-05T03:40:18.899Z Downloaded rand v0.8.5
11502026-05-05T03:40:18.899Z Downloaded itertools v0.12.1
11512026-05-05T03:40:18.907Z Downloaded tokio-tungstenite v0.23.1
11522026-05-05T03:40:18.908Z Downloaded schemars v0.9.0
11532026-05-05T03:40:18.913Z Downloaded typify-macro v0.4.3
11542026-05-05T03:40:18.913Z Downloaded trait-variant v0.1.2
11552026-05-05T03:40:18.913Z Downloaded publicsuffix v2.3.0
11562026-05-05T03:40:18.925Z Downloaded num-bigint v0.4.6
11572026-05-05T03:40:18.925Z Downloaded libxml v0.3.3
11582026-05-05T03:40:18.925Z Downloaded tokio-tungstenite v0.21.0
11592026-05-05T03:40:18.925Z Downloaded tokio-dtrace v0.1.1
11602026-05-05T03:40:18.936Z Downloaded typify-macro v0.6.2
11612026-05-05T03:40:18.936Z Downloaded term v0.7.0
11622026-05-05T03:40:18.936Z Downloaded untrusted v0.7.1
11632026-05-05T03:40:18.936Z Downloaded iddqd v0.3.18
11642026-05-05T03:40:18.936Z Downloaded usdt-macro v0.6.0
11652026-05-05T03:40:18.936Z Downloaded usdt-attr-macro v0.6.0
11662026-05-05T03:40:18.948Z Downloaded unarray v0.1.4
11672026-05-05T03:40:18.948Z Downloaded term v1.2.1
11682026-05-05T03:40:18.948Z Downloaded untrusted v0.9.0
11692026-05-05T03:40:18.948Z Downloaded toml_writer v1.0.6+spec-1.1.0
11702026-05-05T03:40:18.948Z Downloaded socket2 v0.6.3
11712026-05-05T03:40:18.948Z Downloaded iri-string v0.7.10
11722026-05-05T03:40:18.961Z Downloaded unit-prefix v0.5.2
11732026-05-05T03:40:18.961Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11742026-05-05T03:40:18.961Z Downloaded unicode-truncate v1.1.0
11752026-05-05T03:40:18.961Z Downloaded rand v0.10.0
11762026-05-05T03:40:18.961Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11772026-05-05T03:40:18.961Z Downloaded slog-dtrace v0.3.0
11782026-05-05T03:40:18.961Z Downloaded strum_macros v0.24.3
11792026-05-05T03:40:18.961Z Downloaded pretty_assertions v1.4.1
11802026-05-05T03:40:18.961Z Downloaded rustls-webpki v0.103.9
11812026-05-05T03:40:18.961Z Downloaded usdt v0.6.0
11822026-05-05T03:40:18.974Z Downloaded utf-8 v0.7.6
11832026-05-05T03:40:18.974Z Downloaded void v1.0.2
11842026-05-05T03:40:18.974Z Downloaded wait-timeout v0.2.1
11852026-05-05T03:40:18.974Z Downloaded time-macros v0.2.27
11862026-05-05T03:40:18.978Z Downloaded tokio-rustls v0.26.4
11872026-05-05T03:40:18.978Z Downloaded aho-corasick v1.1.4
11882026-05-05T03:40:18.978Z Downloaded slog v2.8.2
11892026-05-05T03:40:18.978Z Downloaded nom v7.1.3
11902026-05-05T03:40:18.978Z Downloaded subprocess v0.2.15
11912026-05-05T03:40:18.978Z Downloaded tui-tree-widget v0.23.1
11922026-05-05T03:40:18.984Z Downloaded itertools v0.13.0
11932026-05-05T03:40:18.984Z Downloaded want v0.3.1
11942026-05-05T03:40:18.987Z Downloaded waitgroup v0.1.2
11952026-05-05T03:40:18.987Z Downloaded num-bigint-dig v0.8.6
11962026-05-05T03:40:18.987Z Downloaded libm v0.2.16
11972026-05-05T03:40:18.993Z Downloaded tokio-stream v0.1.18
11982026-05-05T03:40:18.998Z Downloaded tokio-rustls v0.24.1
11992026-05-05T03:40:18.998Z Downloaded schemars v1.2.1
12002026-05-05T03:40:19.022Z Downloaded universal-hash v0.5.1
12012026-05-05T03:40:19.022Z Downloaded samael v0.0.19
12022026-05-05T03:40:19.029Z Downloaded usdt-impl v0.6.0
12032026-05-05T03:40:19.029Z Downloaded toml_parser v1.0.9+spec-1.1.0
12042026-05-05T03:40:19.029Z Downloaded test-strategy v0.4.5
12052026-05-05T03:40:19.029Z Downloaded snafu v0.8.9
12062026-05-05T03:40:19.029Z Downloaded rand v0.9.2
12072026-05-05T03:40:19.029Z Downloaded itertools v0.14.0
12082026-05-05T03:40:19.029Z Downloaded xshell-macros v0.2.7
12092026-05-05T03:40:19.029Z Downloaded hyper v1.8.1
12102026-05-05T03:40:19.029Z Downloaded zeroize_derive v1.4.3
12112026-05-05T03:40:19.035Z Downloaded zone_cfg_derive v0.3.1
12122026-05-05T03:40:19.035Z Downloaded zone v0.3.1
12132026-05-05T03:40:19.035Z Downloaded rsa v0.9.10
12142026-05-05T03:40:19.035Z Downloaded socket2 v0.5.10
12152026-05-05T03:40:19.043Z Downloaded vergen-gitcl v1.0.8
12162026-05-05T03:40:19.048Z Downloaded vergen-git2 v1.0.7
12172026-05-05T03:40:19.051Z Downloaded p521 v0.13.3
12182026-05-05T03:40:19.051Z Downloaded tracing-attributes v0.1.31
12192026-05-05T03:40:19.051Z Downloaded uzers v0.12.2
12202026-05-05T03:40:19.056Z Downloaded tinyvec v1.10.0
12212026-05-05T03:40:19.056Z Downloaded vergen-lib v0.1.6
12222026-05-05T03:40:19.065Z Downloaded whoami v1.6.1
12232026-05-05T03:40:19.065Z Downloaded blake3 v1.8.3
12242026-05-05T03:40:19.083Z Downloaded vsss-rs v3.3.4
12252026-05-05T03:40:19.083Z Downloaded unicode-properties v0.1.4
12262026-05-05T03:40:19.083Z Downloaded russh v0.45.0
12272026-05-05T03:40:19.084Z Downloaded walkdir v2.5.0
12282026-05-05T03:40:19.084Z Downloaded whoami v2.1.0
12292026-05-05T03:40:19.084Z Downloaded hkdf v0.12.4
12302026-05-05T03:40:19.084Z Downloaded xshell v0.2.7
12312026-05-05T03:40:19.084Z Downloaded wyz v0.5.1
12322026-05-05T03:40:19.134Z Downloaded xattr v1.6.1
12332026-05-05T03:40:19.134Z Downloaded twox-hash v2.1.2
12342026-05-05T03:40:19.147Z Downloaded rustyline v14.0.0
12352026-05-05T03:40:19.147Z Downloaded toml v1.0.6+spec-1.1.0
12362026-05-05T03:40:19.147Z Downloaded unicase v2.9.0
12372026-05-05T03:40:19.147Z Downloaded zstd-safe v7.2.4
12382026-05-05T03:40:19.147Z Downloaded zstd v0.13.3
12392026-05-05T03:40:19.147Z Downloaded zeroize v1.8.2
12402026-05-05T03:40:19.147Z Downloaded tungstenite v0.21.0
12412026-05-05T03:40:19.147Z Downloaded tar v0.4.45
12422026-05-05T03:40:19.147Z Downloaded vergen v9.0.6
12432026-05-05T03:40:19.147Z Downloaded toml v0.7.8
12442026-05-05T03:40:19.147Z Downloaded unsafe-libyaml v0.2.11
12452026-05-05T03:40:19.153Z Downloaded chrono v0.4.44
12462026-05-05T03:40:19.158Z Downloaded yasna v0.5.2
12472026-05-05T03:40:19.158Z Downloaded tungstenite v0.23.0
12482026-05-05T03:40:19.158Z Downloaded tracing-core v0.1.36
12492026-05-05T03:40:19.176Z Downloaded uuid v1.23.0
12502026-05-05T03:40:19.177Z Downloaded zerocopy v0.6.6
12512026-05-05T03:40:19.178Z Downloaded typify v0.4.3
12522026-05-05T03:40:19.199Z Downloaded toml v0.9.12+spec-1.1.0
12532026-05-05T03:40:19.199Z Downloaded toml_edit v0.23.10+spec-1.0.0
12542026-05-05T03:40:19.199Z Downloaded tokio-postgres v0.7.16
12552026-05-05T03:40:19.199Z Downloaded unicode-bidi v0.3.18
12562026-05-05T03:40:19.205Z Downloaded steno v0.4.1
12572026-05-05T03:40:19.205Z Downloaded ssh-key v0.6.7
12582026-05-05T03:40:19.209Z Downloaded reedline v0.40.0
12592026-05-05T03:40:19.219Z Downloaded git2 v0.20.4
12602026-05-05T03:40:19.247Z Downloaded toml_edit v0.19.15
12612026-05-05T03:40:19.247Z Downloaded vte v0.14.1
12622026-05-05T03:40:19.252Z Downloaded unicode_categories v0.1.1
12632026-05-05T03:40:19.252Z Downloaded typify v0.6.2
12642026-05-05T03:40:19.252Z Downloaded rpassword v7.4.0
12652026-05-05T03:40:19.253Z Downloaded reqwest v0.12.28
12662026-05-05T03:40:19.253Z Downloaded portable-atomic v1.13.1
12672026-05-05T03:40:19.260Z Downloaded curve25519-dalek v4.1.3
12682026-05-05T03:40:19.263Z Downloaded zopfli v0.8.3
12692026-05-05T03:40:19.263Z Downloaded yansi v1.0.1
12702026-05-05T03:40:19.263Z Downloaded regex v1.12.3
12712026-05-05T03:40:19.271Z Downloaded reqwest v0.13.2
12722026-05-05T03:40:19.301Z Downloaded p384 v0.13.1
12732026-05-05T03:40:19.310Z Downloaded salty v0.3.0
12742026-05-05T03:40:19.310Z Downloaded moka v0.12.13
12752026-05-05T03:40:19.318Z Downloaded tower v0.5.3
12762026-05-05T03:40:19.318Z Downloaded aws-lc-rs v1.16.0
12772026-05-05T03:40:19.322Z Downloaded unicode-segmentation v1.12.0
12782026-05-05T03:40:19.322Z Downloaded bindgen v0.71.1
12792026-05-05T03:40:19.334Z Downloaded typed-path v0.9.3
12802026-05-05T03:40:19.341Z Downloaded quick-xml v0.37.5
12812026-05-05T03:40:19.353Z Downloaded zip v0.6.6
12822026-05-05T03:40:19.357Z Downloaded zerocopy-derive v0.8.40
12832026-05-05T03:40:19.361Z Downloaded tough v0.20.0
12842026-05-05T03:40:19.371Z Downloaded nix v0.27.1
12852026-05-05T03:40:19.387Z Downloaded rayon v1.11.0
12862026-05-05T03:40:19.394Z Downloaded goblin v0.10.5
12872026-05-05T03:40:19.394Z Downloaded x509-cert v0.2.5
12882026-05-05T03:40:19.395Z Downloaded tower-http v0.6.8
12892026-05-05T03:40:19.395Z Downloaded lalrpop v0.19.12
12902026-05-05T03:40:19.405Z Downloaded quinn-proto v0.11.13
12912026-05-05T03:40:19.432Z Downloaded tokio-util v0.7.18
12922026-05-05T03:40:19.437Z Downloaded radix_trie v0.2.1
12932026-05-05T03:40:19.440Z Downloaded unicode-normalization v0.1.25
12942026-05-05T03:40:19.447Z Downloaded zip v4.6.1
12952026-05-05T03:40:19.457Z Downloaded winnow v0.5.40
12962026-05-05T03:40:19.460Z Downloaded winnow v0.6.26
12972026-05-05T03:40:19.467Z Downloaded rustls-webpki v0.102.8
12982026-05-05T03:40:19.478Z Downloaded proptest v1.10.0
12992026-05-05T03:40:19.491Z Downloaded dropshot v0.17.0
13002026-05-05T03:40:19.508Z Downloaded time v0.3.47
13012026-05-05T03:40:19.511Z Downloaded serde_with v3.17.0
13022026-05-05T03:40:19.512Z Downloaded rustls-webpki v0.101.7
13032026-05-05T03:40:19.522Z Downloaded rustls v0.21.12
13042026-05-05T03:40:19.522Z Downloaded tabled v0.20.0
13052026-05-05T03:40:19.530Z Downloaded bstr v1.12.1
13062026-05-05T03:40:19.538Z Downloaded regex-syntax v0.6.29
13072026-05-05T03:40:19.546Z Downloaded petname v2.0.2
13082026-05-05T03:40:19.546Z Downloaded object v0.30.4
13092026-05-05T03:40:19.551Z Downloaded webpki-roots v1.0.6
13102026-05-05T03:40:19.551Z Downloaded openssl v0.10.78
13112026-05-05T03:40:19.564Z Downloaded nix v0.31.2
13122026-05-05T03:40:19.569Z Downloaded diesel v2.3.7
13132026-05-05T03:40:19.578Z Downloaded regex-syntax v0.8.10
13142026-05-05T03:40:19.584Z Downloaded polar-core v0.27.3
13152026-05-05T03:40:19.593Z Downloaded regress v0.10.5
13162026-05-05T03:40:19.604Z Downloaded zerocopy v0.8.40
13172026-05-05T03:40:19.604Z Downloaded openapiv3 v2.2.0
13182026-05-05T03:40:19.613Z Downloaded object v0.37.3
13192026-05-05T03:40:19.631Z Downloaded nix v0.28.0
13202026-05-05T03:40:19.654Z Downloaded sqlparser v0.61.0
13212026-05-05T03:40:19.665Z Downloaded smoltcp v0.9.1
13222026-05-05T03:40:19.674Z Downloaded nix v0.29.0
13232026-05-05T03:40:19.680Z Downloaded zlib-rs v0.6.2
13242026-05-05T03:40:19.680Z Downloaded hickory-proto v0.24.4
13252026-05-05T03:40:19.688Z Downloaded vcpkg v0.2.15
13262026-05-05T03:40:19.718Z Downloaded rustls v0.22.4
13272026-05-05T03:40:19.730Z Downloaded hickory-proto v0.25.2
13282026-05-05T03:40:19.743Z Downloaded zerocopy-derive v0.6.6
13292026-05-05T03:40:19.754Z Downloaded smoltcp v0.11.0
13302026-05-05T03:40:19.760Z Downloaded regress v0.11.1
13312026-05-05T03:40:19.777Z Downloaded jiff v0.2.21
13322026-05-05T03:40:19.781Z Downloaded rustls v0.23.37
13332026-05-05T03:40:19.791Z Downloaded rustix v0.38.44
13342026-05-05T03:40:19.808Z Downloaded csv v1.4.0
13352026-05-05T03:40:19.817Z Downloaded petgraph v0.8.3
13362026-05-05T03:40:19.832Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-05-05T03:40:19.843Z Downloaded sha3 v0.10.8
13382026-05-05T03:40:19.846Z Downloaded encoding_rs v0.8.35
13392026-05-05T03:40:19.921Z Downloaded sled v0.34.7
13402026-05-05T03:40:19.956Z Downloaded ratatui v0.29.0
13412026-05-05T03:40:19.968Z Downloaded typify-impl v0.6.2
13422026-05-05T03:40:19.976Z Downloaded tracing v0.1.44
13432026-05-05T03:40:19.989Z Downloaded bzip2-sys v0.1.13+1.0.8
13442026-05-05T03:40:19.996Z Downloaded typify-impl v0.4.3
13452026-05-05T03:40:20.016Z Downloaded regex-automata v0.4.14
13462026-05-05T03:40:20.041Z Downloaded petgraph v0.6.5
13472026-05-05T03:40:20.053Z Downloaded chrono-tz v0.10.4
13482026-05-05T03:40:20.104Z Downloaded libz-sys v1.1.24
13492026-05-05T03:40:20.145Z Downloaded tokio v1.52.1
13502026-05-05T03:40:20.292Z Downloaded ring v0.17.14
13512026-05-05T03:40:20.342Z Downloaded libgit2-sys v0.18.3+1.9.2
13522026-05-05T03:40:21.000Z Downloaded aws-lc-sys v0.37.1
13532026-05-05T03:40:21.249Z Compiling libc v0.2.185
13542026-05-05T03:40:21.249Z Compiling serde v1.0.228
13552026-05-05T03:40:21.253Z Compiling find-msvc-tools v0.1.9
13562026-05-05T03:40:21.253Z Compiling shlex v1.3.0
13572026-05-05T03:40:21.396Z Compiling log v0.4.29
13582026-05-05T03:40:21.402Z Compiling smallvec v1.15.1
13592026-05-05T03:40:21.419Z Compiling syn v2.0.117
13602026-05-05T03:40:21.423Z Compiling typenum v1.19.0
13612026-05-05T03:40:21.569Z Compiling generic-array v0.14.7
13622026-05-05T03:40:21.597Z Compiling subtle v2.6.1
13632026-05-05T03:40:21.618Z Compiling scopeguard v1.2.0
13642026-05-05T03:40:21.636Z Compiling const-oid v0.9.6
13652026-05-05T03:40:21.724Z Compiling lock_api v0.4.14
13662026-05-05T03:40:21.740Z Compiling portable-atomic v1.13.1
13672026-05-05T03:40:21.793Z Compiling zerocopy v0.8.40
13682026-05-05T03:40:21.832Z Compiling critical-section v1.2.0
13692026-05-05T03:40:21.936Z Compiling serde_json v1.0.149
13702026-05-05T03:40:21.953Z Compiling parking_lot_core v0.9.12
13712026-05-05T03:40:22.151Z Compiling pin-project-lite v0.2.17
13722026-05-05T03:40:22.238Z Compiling getrandom v0.2.17
13732026-05-05T03:40:22.252Z Compiling jobserver v0.1.34
13742026-05-05T03:40:22.256Z Compiling errno v0.3.14
13752026-05-05T03:40:22.357Z Compiling pkg-config v0.3.32
13762026-05-05T03:40:22.383Z Compiling rand_core v0.6.4
13772026-05-05T03:40:22.406Z Compiling signal-hook-registry v1.4.8
13782026-05-05T03:40:22.462Z Compiling cc v1.2.56
13792026-05-05T03:40:22.659Z Compiling bitflags v2.11.0
13802026-05-05T03:40:22.674Z Compiling libm v0.2.16
13812026-05-05T03:40:22.797Z Compiling once_cell v1.21.3
13822026-05-05T03:40:22.885Z Compiling parking_lot v0.12.5
13832026-05-05T03:40:22.905Z Compiling mio v1.2.0
13842026-05-05T03:40:22.919Z Compiling num-traits v0.2.19
13852026-05-05T03:40:22.992Z Compiling futures-core v0.3.32
13862026-05-05T03:40:23.146Z Compiling percent-encoding v2.3.2
13872026-05-05T03:40:23.266Z Compiling socket2 v0.6.3
13882026-05-05T03:40:23.297Z Compiling cpufeatures v0.2.17
13892026-05-05T03:40:23.357Z Compiling futures-sink v0.3.32
13902026-05-05T03:40:23.372Z Compiling futures-task v0.3.32
13912026-05-05T03:40:23.383Z Compiling slab v0.4.12
13922026-05-05T03:40:23.398Z Compiling futures-io v0.3.32
13932026-05-05T03:40:23.460Z Compiling futures-channel v0.3.32
13942026-05-05T03:40:23.538Z Compiling getrandom v0.4.1
13952026-05-05T03:40:23.554Z Compiling rand_core v0.10.0
13962026-05-05T03:40:23.570Z Compiling getrandom v0.3.4
13972026-05-05T03:40:23.669Z Compiling rustversion v1.0.22
13982026-05-05T03:40:23.687Z Compiling indexmap v2.14.0
13992026-05-05T03:40:23.719Z Compiling form_urlencoded v1.2.2
14002026-05-05T03:40:24.072Z Compiling cmake v0.1.57
14012026-05-05T03:40:24.234Z Compiling dunce v1.0.5
14022026-05-05T03:40:24.248Z Compiling base64ct v1.8.3
14032026-05-05T03:40:24.313Z Compiling synstructure v0.13.2
14042026-05-05T03:40:24.408Z Compiling ident_case v1.0.1
14052026-05-05T03:40:24.481Z Compiling fs_extra v1.3.0
14062026-05-05T03:40:24.538Z Compiling pem-rfc7468 v0.7.0
14072026-05-05T03:40:24.553Z Compiling flagset v0.4.7
14082026-05-05T03:40:24.579Z Compiling rand_core v0.9.5
14092026-05-05T03:40:24.594Z Compiling iana-time-zone v0.1.65
14102026-05-05T03:40:24.683Z Compiling rustix v1.1.3
14112026-05-05T03:40:24.754Z Compiling aws-lc-sys v0.37.1
14122026-05-05T03:40:24.771Z Compiling uuid v1.23.0
14132026-05-05T03:40:24.802Z Compiling ring v0.17.14
14142026-05-05T03:40:24.859Z Compiling rustc_version v0.4.1
14152026-05-05T03:40:24.862Z Compiling vcpkg v0.2.15
14162026-05-05T03:40:24.931Z Compiling aws-lc-rs v1.16.0
14172026-05-05T03:40:25.207Z Compiling regex-syntax v0.8.10
14182026-05-05T03:40:25.221Z Compiling tracing-core v0.1.36
14192026-05-05T03:40:25.495Z Compiling pest_generator v2.8.6
14202026-05-05T03:40:25.608Z Compiling openssl-sys v0.9.114
14212026-05-05T03:40:25.789Z Compiling serde_derive_internals v0.29.1
14222026-05-05T03:40:26.047Z Compiling serde_derive v1.0.228
14232026-05-05T03:40:26.146Z Compiling zeroize_derive v1.4.3
14242026-05-05T03:40:26.229Z Compiling zerofrom-derive v0.1.6
14252026-05-05T03:40:26.465Z Compiling yoke-derive v0.8.1
14262026-05-05T03:40:26.727Z Compiling zerocopy-derive v0.8.40
14272026-05-05T03:40:26.811Z Compiling zeroize v1.8.2
14282026-05-05T03:40:27.596Z Compiling crypto-common v0.1.7
14292026-05-05T03:40:27.620Z Compiling block-buffer v0.10.4
14302026-05-05T03:40:27.657Z Compiling zerovec-derive v0.11.2
14312026-05-05T03:40:27.671Z Compiling zerofrom v0.1.6
14322026-05-05T03:40:27.739Z Compiling displaydoc v0.2.5
14332026-05-05T03:40:27.793Z Compiling yoke v0.8.1
14342026-05-05T03:40:27.807Z Compiling digest v0.10.7
14352026-05-05T03:40:27.974Z Compiling tokio-macros v2.7.0
14362026-05-05T03:40:28.045Z Compiling hmac v0.12.1
14372026-05-05T03:40:28.205Z Compiling futures-macro v0.3.32
14382026-05-05T03:40:28.471Z Compiling zerotrie v0.2.3
14392026-05-05T03:40:28.680Z Compiling block-padding v0.3.3
14402026-05-05T03:40:28.751Z Compiling zerovec v0.11.5
14412026-05-05T03:40:28.766Z Compiling sha2 v0.10.9
14422026-05-05T03:40:28.832Z Compiling inout v0.1.4
14432026-05-05T03:40:28.999Z Compiling futures-util v0.3.32
14442026-05-05T03:40:29.050Z Compiling cipher v0.4.4
14452026-05-05T03:40:29.287Z Compiling tinystr v0.8.2
14462026-05-05T03:40:29.316Z Compiling potential_utf v0.1.4
14472026-05-05T03:40:29.452Z Compiling icu_locale_core v2.1.1
14482026-05-05T03:40:29.487Z Compiling icu_collections v2.1.1
14492026-05-05T03:40:29.502Z Compiling der_derive v0.7.3
14502026-05-05T03:40:29.625Z Compiling bytes v1.11.1
14512026-05-05T03:40:29.975Z Compiling chrono v0.4.44
14522026-05-05T03:40:30.131Z Compiling tokio v1.52.1
14532026-05-05T03:40:30.230Z Compiling icu_provider v2.1.1
14542026-05-05T03:40:30.356Z Compiling http v1.4.0
14552026-05-05T03:40:30.463Z Compiling icu_normalizer v2.1.1
14562026-05-05T03:40:30.527Z Compiling icu_properties v2.1.2
14572026-05-05T03:40:30.988Z Compiling der v0.7.10
14582026-05-05T03:40:31.240Z Compiling ppv-lite86 v0.2.21
14592026-05-05T03:40:31.264Z Compiling salsa20 v0.10.2
14602026-05-05T03:40:31.298Z Compiling pbkdf2 v0.12.2
14612026-05-05T03:40:31.357Z Compiling thiserror-impl v2.0.18
14622026-05-05T03:40:31.400Z Compiling idna_adapter v1.2.1
14632026-05-05T03:40:31.415Z Compiling scrypt v0.11.0
14642026-05-05T03:40:31.544Z Compiling idna v1.1.0
14652026-05-05T03:40:31.556Z Compiling rand_chacha v0.9.0
14662026-05-05T03:40:31.615Z Compiling cbc v0.1.2
14672026-05-05T03:40:31.667Z Compiling aes v0.8.4
14682026-05-05T03:40:31.760Z Compiling rustls-pki-types v1.14.0
14692026-05-05T03:40:32.191Z Compiling url v2.5.8
14702026-05-05T03:40:32.218Z Compiling spki v0.7.3
14712026-05-05T03:40:32.218Z Compiling tracing-attributes v0.1.31
14722026-05-05T03:40:32.257Z Compiling rand v0.9.2
14732026-05-05T03:40:32.387Z Compiling pkcs5 v0.7.1
14742026-05-05T03:40:32.674Z Compiling thiserror v2.0.18
14752026-05-05T03:40:32.738Z Compiling http-body v1.0.1
14762026-05-05T03:40:32.839Z Compiling base64 v0.22.1
14772026-05-05T03:40:32.859Z Compiling untrusted v0.9.0
14782026-05-05T03:40:32.905Z Compiling schemars v0.8.22
14792026-05-05T03:40:32.947Z Compiling httparse v1.10.1
14802026-05-05T03:40:32.979Z Compiling openssl-probe v0.2.1
14812026-05-05T03:40:33.020Z Compiling untrusted v0.7.1
14822026-05-05T03:40:33.138Z Compiling pkcs8 v0.10.2
14832026-05-05T03:40:33.153Z Compiling schemars_derive v0.8.22
14842026-05-05T03:40:33.157Z Compiling pest_derive v2.8.6
14852026-05-05T03:40:33.322Z Compiling scroll_derive v0.13.1
14862026-05-05T03:40:33.440Z Compiling darling_core v0.20.11
14872026-05-05T03:40:33.500Z Compiling tracing v0.1.44
14882026-05-05T03:40:33.573Z Compiling dyn-clone v1.0.20
14892026-05-05T03:40:33.712Z Compiling atomic-waker v1.1.2
14902026-05-05T03:40:33.760Z Compiling try-lock v0.2.5
14912026-05-05T03:40:33.838Z Compiling tokio-util v0.7.18
14922026-05-05T03:40:33.927Z Compiling tinyvec_macros v0.1.1
14932026-05-05T03:40:34.002Z Compiling tower-service v0.3.3
14942026-05-05T03:40:34.103Z Compiling rustls v0.23.37
14952026-05-05T03:40:34.127Z Compiling tower-layer v0.3.3
14962026-05-05T03:40:34.274Z Compiling scroll v0.13.0
14972026-05-05T03:40:34.290Z Compiling tinyvec v1.10.0
14982026-05-05T03:40:34.550Z Compiling h2 v0.4.13
14992026-05-05T03:40:34.647Z Compiling want v0.3.1
15002026-05-05T03:40:34.889Z Compiling ipnet v2.11.0
15012026-05-05T03:40:34.914Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15022026-05-05T03:40:35.113Z Compiling spin v0.9.8
15032026-05-05T03:40:35.308Z Compiling aho-corasick v1.1.4
15042026-05-05T03:40:35.328Z Compiling foreign-types-shared v0.1.1
15052026-05-05T03:40:35.398Z Compiling time-core v0.1.8
15062026-05-05T03:40:35.423Z Compiling openssl v0.10.78
15072026-05-05T03:40:35.543Z Compiling crc32fast v1.5.0
15082026-05-05T03:40:35.656Z Compiling pin-utils v0.1.0
15092026-05-05T03:40:35.725Z Compiling num-conv v0.2.0
15102026-05-05T03:40:35.786Z Compiling httpdate v1.0.3
15112026-05-05T03:40:35.800Z Compiling darling_macro v0.20.11
15122026-05-05T03:40:35.813Z Compiling powerfmt v0.2.0
15132026-05-05T03:40:35.854Z Compiling time-macros v0.2.27
15142026-05-05T03:40:35.937Z Compiling tempfile v3.25.0
15152026-05-05T03:40:35.998Z Compiling deranged v0.5.8
15162026-05-05T03:40:36.032Z Compiling foreign-types v0.3.2
15172026-05-05T03:40:36.108Z Compiling regex-automata v0.4.14
15182026-05-05T03:40:36.251Z Compiling darling v0.20.11
15192026-05-05T03:40:36.335Z Compiling goblin v0.10.5
15202026-05-05T03:40:36.978Z Compiling openssl-macros v0.1.1
15212026-05-05T03:40:36.981Z Compiling wait-timeout v0.2.1
15222026-05-05T03:40:37.249Z Compiling crossbeam-utils v0.8.21
15232026-05-05T03:40:37.380Z Compiling usdt-impl v0.6.0
15242026-05-05T03:40:37.407Z Compiling siphasher v1.0.2
15252026-05-05T03:40:37.539Z Compiling hyper v1.8.1
15262026-05-05T03:40:37.583Z Compiling num_threads v0.1.7
15272026-05-05T03:40:37.598Z Compiling syn v1.0.109
15282026-05-05T03:40:37.682Z Compiling simd-adler32 v0.3.8
15292026-05-05T03:40:37.903Z Compiling quick-error v1.2.3
15302026-05-05T03:40:37.927Z Compiling bit-vec v0.8.0
15312026-05-05T03:40:38.015Z Compiling native-tls v0.2.18
15322026-05-05T03:40:38.172Z Compiling bit-set v0.8.0
15332026-05-05T03:40:38.237Z Compiling rusty-fork v0.3.1
15342026-05-05T03:40:38.378Z Compiling time v0.3.47
15352026-05-05T03:40:38.562Z Compiling derive_builder_core v0.20.2
15362026-05-05T03:40:39.165Z Compiling dof v0.4.0
15372026-05-05T03:40:39.448Z Compiling hyper-util v0.1.20
15382026-05-05T03:40:40.231Z Compiling unicode-normalization v0.1.25
15392026-05-05T03:40:40.247Z Compiling dtrace-parser v0.3.0
15402026-05-05T03:40:40.372Z Compiling rustls-native-certs v0.8.3
15412026-05-05T03:40:40.638Z Compiling signature v2.2.0
15422026-05-05T03:40:40.656Z Compiling thiserror-impl v1.0.69
15432026-05-05T03:40:40.681Z Compiling scroll_derive v0.12.1
15442026-05-05T03:40:40.812Z Compiling heapless v0.7.17
15452026-05-05T03:40:40.975Z Compiling slog v2.8.2
15462026-05-05T03:40:41.054Z Compiling rand_xorshift v0.4.0
15472026-05-05T03:40:41.159Z Compiling darling_core v0.21.3
15482026-05-05T03:40:41.162Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-05-05T03:40:41.214Z Compiling sync_wrapper v1.0.2
15502026-05-05T03:40:41.325Z Compiling thread-id v5.1.0
15512026-05-05T03:40:41.339Z Compiling cookie v0.18.1
15522026-05-05T03:40:41.409Z Compiling paste v1.0.15
15532026-05-05T03:40:41.445Z Compiling anyhow v1.0.102
15542026-05-05T03:40:41.493Z Compiling allocator-api2 v0.2.21
15552026-05-05T03:40:41.517Z Compiling unicode-bidi v0.3.18
15562026-05-05T03:40:41.674Z Compiling zstd-safe v7.2.4
15572026-05-05T03:40:41.745Z Compiling unarray v0.1.4
15582026-05-05T03:40:41.807Z Compiling unicode-properties v0.1.4
15592026-05-05T03:40:41.857Z Compiling signal-hook v0.3.18
15602026-05-05T03:40:41.870Z Compiling adler2 v2.0.1
15612026-05-05T03:40:41.899Z Compiling thiserror v1.0.69
15622026-05-05T03:40:42.002Z Compiling stringprep v0.1.5
15632026-05-05T03:40:42.002Z Compiling miniz_oxide v0.8.9
15642026-05-05T03:40:42.033Z Compiling proptest v1.10.0
15652026-05-05T03:40:42.451Z Compiling scroll v0.12.0
15662026-05-05T03:40:42.605Z Compiling tower v0.5.3
15672026-05-05T03:40:42.784Z Compiling derive_builder_macro v0.20.2
15682026-05-05T03:40:43.066Z Compiling ipnetwork v0.21.1
15692026-05-05T03:40:43.081Z Compiling http-body-util v0.1.3
15702026-05-05T03:40:43.229Z Compiling webpki-roots v1.0.6
15712026-05-05T03:40:43.319Z Compiling rand_chacha v0.3.1
15722026-05-05T03:40:43.322Z Compiling erased-serde v0.3.31
15732026-05-05T03:40:43.350Z Compiling serde_tokenstream v0.2.3
15742026-05-05T03:40:43.460Z Compiling toml_datetime v0.6.11
15752026-05-05T03:40:43.663Z Compiling serde_spanned v0.6.9
15762026-05-05T03:40:43.679Z Compiling darling_macro v0.21.3
15772026-05-05T03:40:43.714Z Compiling md-5 v0.10.6
15782026-05-05T03:40:43.809Z Compiling zerocopy-derive v0.7.35
15792026-05-05T03:40:43.824Z Compiling curve25519-dalek v4.1.3
15802026-05-05T03:40:43.939Z Compiling vergen-lib v0.1.6
15812026-05-05T03:40:44.130Z Compiling num-integer v0.1.46
15822026-05-05T03:40:44.179Z Compiling hash32 v0.2.1
15832026-05-05T03:40:44.194Z Compiling ff v0.13.1
15842026-05-05T03:40:44.207Z Compiling memoffset v0.9.1
15852026-05-05T03:40:44.333Z Compiling rustix v0.38.44
15862026-05-05T03:40:44.373Z Compiling ryu v1.0.23
15872026-05-05T03:40:44.403Z Compiling cfg_aliases v0.2.1
15882026-05-05T03:40:44.458Z Compiling fallible-iterator v0.2.0
15892026-05-05T03:40:44.481Z Compiling zlib-rs v0.6.2
15902026-05-05T03:40:44.555Z Compiling num-bigint-dig v0.8.6
15912026-05-05T03:40:44.689Z Compiling iri-string v0.7.10
15922026-05-05T03:40:44.709Z Compiling litrs v1.0.0
15932026-05-05T03:40:44.748Z Compiling ref-cast v1.0.25
15942026-05-05T03:40:44.774Z Compiling smoltcp v0.9.1
15952026-05-05T03:40:45.054Z Compiling psl-types v2.0.11
15962026-05-05T03:40:45.112Z Compiling base16ct v0.2.0
15972026-05-05T03:40:45.184Z Compiling publicsuffix v2.3.0
15982026-05-05T03:40:45.223Z Compiling document-features v0.2.12
15992026-05-05T03:40:45.294Z Compiling sec1 v0.7.3
16002026-05-05T03:40:45.425Z Compiling postgres-protocol v0.6.10
16012026-05-05T03:40:45.597Z Compiling zerocopy v0.7.35
16022026-05-05T03:40:45.894Z Compiling tower-http v0.6.8
16032026-05-05T03:40:45.974Z Compiling serde_urlencoded v0.7.1
16042026-05-05T03:40:46.142Z Compiling nix v0.31.2
16052026-05-05T03:40:46.224Z Compiling num-iter v0.1.45
16062026-05-05T03:40:46.288Z Compiling newtype-uuid v1.3.2
16072026-05-05T03:40:46.340Z Compiling group v0.13.0
16082026-05-05T03:40:46.505Z Compiling darling v0.21.3
16092026-05-05T03:40:46.617Z Compiling rand v0.8.5
16102026-05-05T03:40:46.631Z Compiling oxnet v0.1.4
16112026-05-05T03:40:46.778Z Compiling derive_builder v0.20.2
16122026-05-05T03:40:46.793Z Compiling hubpack_derive v0.1.1
16132026-05-05T03:40:46.905Z Compiling tokio-native-tls v0.3.1
16142026-05-05T03:40:47.077Z Compiling goblin v0.8.2
16152026-05-05T03:40:47.444Z Compiling flate2 v1.1.9
16162026-05-05T03:40:47.691Z Compiling regex v1.12.3
16172026-05-05T03:40:47.749Z Compiling phf_shared v0.13.1
16182026-05-05T03:40:47.764Z Compiling lazy_static v1.5.0
16192026-05-05T03:40:47.764Z Compiling cargo-platform v0.1.9
16202026-05-05T03:40:47.852Z Compiling hkdf v0.12.4
16212026-05-05T03:40:47.867Z Compiling crypto-bigint v0.5.5
16222026-05-05T03:40:47.987Z Compiling terminal_size v0.4.3
16232026-05-05T03:40:48.019Z Compiling curve25519-dalek-derive v0.1.1
16242026-05-05T03:40:48.033Z Compiling ref-cast-impl v1.0.25
16252026-05-05T03:40:48.120Z Compiling daft-derive v0.1.5
16262026-05-05T03:40:48.123Z Compiling async-trait v0.1.89
16272026-05-05T03:40:48.567Z Compiling strum_macros v0.27.2
16282026-05-05T03:40:48.658Z Compiling vergen v9.0.6
16292026-05-05T03:40:48.843Z Compiling fs-err v3.3.0
16302026-05-05T03:40:48.858Z Compiling ahash v0.8.12
16312026-05-05T03:40:49.052Z Compiling encoding_rs v0.8.35
16322026-05-05T03:40:49.125Z Compiling winnow v0.5.40
16332026-05-05T03:40:49.186Z Compiling foldhash v0.1.5
16342026-05-05T03:40:49.367Z Compiling unicode-segmentation v1.12.0
16352026-05-05T03:40:49.765Z Compiling libbz2-rs-sys v0.2.2
16362026-05-05T03:40:50.026Z Compiling bumpalo v3.20.2
16372026-05-05T03:40:50.297Z Compiling object v0.37.3
16382026-05-05T03:40:50.486Z Compiling bitflags v1.3.2
16392026-05-05T03:40:50.559Z Compiling mime v0.3.17
16402026-05-05T03:40:50.574Z Compiling managed v0.8.0
16412026-05-05T03:40:50.601Z Compiling foldhash v0.2.0
16422026-05-05T03:40:50.655Z Compiling toml_edit v0.19.15
16432026-05-05T03:40:50.663Z Compiling strum v0.27.2
16442026-05-05T03:40:50.703Z Compiling zopfli v0.8.3
16452026-05-05T03:40:50.807Z Compiling hashbrown v0.16.1
16462026-05-05T03:40:50.814Z Compiling bzip2 v0.6.1
16472026-05-05T03:40:50.828Z Compiling clap_builder v4.5.60
16482026-05-05T03:40:51.019Z Compiling dof v0.3.0
16492026-05-05T03:40:51.354Z Compiling hashbrown v0.15.5
16502026-05-05T03:40:51.527Z Compiling daft v0.1.5
16512026-05-05T03:40:51.585Z Compiling elliptic-curve v0.13.8
16522026-05-05T03:40:51.901Z Compiling cargo_metadata v0.19.2
16532026-05-05T03:40:51.901Z Compiling phf v0.13.1
16542026-05-05T03:40:52.064Z Compiling signal-hook-mio v0.2.5
16552026-05-05T03:40:52.184Z Compiling cookie_store v0.22.1
16562026-05-05T03:40:53.023Z Compiling hubpack v0.1.2
16572026-05-05T03:40:53.199Z Compiling zstd v0.13.3
16582026-05-05T03:40:53.244Z Compiling bzip2 v0.4.4
16592026-05-05T03:40:53.259Z Compiling hyper-tls v0.6.0
16602026-05-05T03:40:53.272Z Compiling serde_with_macros v3.17.0
16612026-05-05T03:40:53.497Z Compiling postgres-types v0.2.12
16622026-05-05T03:40:53.552Z Compiling usdt-macro v0.6.0
16632026-05-05T03:40:53.801Z Compiling usdt-attr-macro v0.6.0
16642026-05-05T03:40:54.083Z Compiling dtrace-parser v0.2.0
16652026-05-05T03:40:54.331Z Compiling ed25519 v2.2.3
16662026-05-05T03:40:54.427Z Compiling bstr v1.12.1
16672026-05-05T03:40:54.589Z Compiling phf_shared v0.11.3
16682026-05-05T03:40:54.612Z Compiling pkcs1 v0.7.5
16692026-05-05T03:40:54.777Z Compiling hex v0.4.3
16702026-05-05T03:40:54.793Z Compiling serde-big-array v0.5.1
16712026-05-05T03:40:54.885Z Compiling rfc6979 v0.4.0
16722026-05-05T03:40:54.933Z Compiling serde_repr v0.1.20
16732026-05-05T03:40:55.012Z Compiling enum-as-inner v0.6.1
16742026-05-05T03:40:55.028Z Compiling strum_macros v0.26.4
16752026-05-05T03:40:55.045Z Compiling clap_derive v4.5.55
16762026-05-05T03:40:55.091Z Compiling float-cmp v0.10.0
16772026-05-05T03:40:55.239Z Compiling memmap2 v0.9.10
16782026-05-05T03:40:55.269Z Compiling thread-id v4.2.2
16792026-05-05T03:40:55.356Z Compiling env_filter v1.0.0
16802026-05-05T03:40:55.453Z Compiling static_assertions v1.1.0
16812026-05-05T03:40:55.468Z Compiling rustc-hash v2.1.1
16822026-05-05T03:40:55.506Z Compiling predicates-core v1.0.10
16832026-05-05T03:40:55.530Z Compiling whoami v2.1.0
16842026-05-05T03:40:55.592Z Compiling data-encoding v2.10.0
16852026-05-05T03:40:55.660Z Compiling difflib v0.4.0
16862026-05-05T03:40:55.685Z Compiling fixedbitset v0.5.7
16872026-05-05T03:40:55.905Z Compiling keccak v0.1.6
16882026-05-05T03:40:55.991Z Compiling fixedbitset v0.4.2
16892026-05-05T03:40:56.213Z Compiling normalize-line-endings v0.3.0
16902026-05-05T03:40:56.234Z Compiling jiff v0.2.21
16912026-05-05T03:40:56.285Z Compiling either v1.15.0
16922026-05-05T03:40:56.313Z Compiling new_debug_unreachable v1.0.6
16932026-05-05T03:40:56.389Z Compiling precomputed-hash v0.1.1
16942026-05-05T03:40:56.485Z Compiling string_cache v0.8.9
16952026-05-05T03:40:56.496Z Compiling itertools v0.13.0
16962026-05-05T03:40:56.711Z Compiling predicates v3.1.4
16972026-05-05T03:40:56.728Z Compiling toml_edit v0.22.27
16982026-05-05T03:40:56.770Z Compiling strum v0.26.3
16992026-05-05T03:40:56.838Z Compiling clap v4.5.60
17002026-05-05T03:40:56.899Z Compiling petgraph v0.6.5
17012026-05-05T03:40:56.921Z Compiling sha3 v0.10.8
17022026-05-05T03:40:57.358Z Compiling petgraph v0.8.3
17032026-05-05T03:40:57.382Z Compiling hickory-proto v0.25.2
17042026-05-05T03:40:57.610Z Compiling tokio-postgres v0.7.16
17052026-05-05T03:40:57.736Z Compiling iddqd v0.3.18
17062026-05-05T03:40:58.383Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17072026-05-05T03:40:58.849Z Compiling zip v4.6.1
17082026-05-05T03:40:59.341Z Compiling env_logger v0.11.9
17092026-05-05T03:40:59.499Z Compiling usdt v0.6.0
17102026-05-05T03:40:59.712Z Compiling usdt-impl v0.5.0
17112026-05-05T03:40:59.767Z Compiling serde_with v3.17.0
17122026-05-05T03:40:59.834Z Compiling ecdsa v0.16.9
17132026-05-05T03:40:59.857Z Compiling similar v2.7.0
17142026-05-05T03:41:00.233Z Compiling rsa v0.9.10
17152026-05-05T03:41:00.305Z Compiling ed25519-dalek v2.2.0
17162026-05-05T03:41:00.486Z Compiling crossterm v0.28.1
17172026-05-05T03:41:00.973Z Compiling zip v0.6.6
17182026-05-05T03:41:01.496Z Compiling toml v0.7.8
17192026-05-05T03:41:01.874Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-05-05T03:41:01.967Z Compiling heck v0.4.1
17212026-05-05T03:41:02.108Z Compiling crossbeam-epoch v0.9.18
17222026-05-05T03:41:02.152Z Compiling tokio-stream v0.1.18
17232026-05-05T03:41:02.168Z Compiling buf-list v1.1.2
17242026-05-05T03:41:02.205Z Compiling x509-cert v0.2.5
17252026-05-05T03:41:02.434Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17262026-05-05T03:41:02.450Z Compiling openapiv3 v2.2.0
17272026-05-05T03:41:02.525Z Compiling sha1 v0.10.6
17282026-05-05T03:41:02.625Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-05-05T03:41:02.782Z Compiling peg-runtime v0.8.5
17302026-05-05T03:41:02.790Z Compiling lalrpop-util v0.19.12
17312026-05-05T03:41:02.913Z Compiling thread_local v1.1.9
17322026-05-05T03:41:02.946Z Compiling slog-async v2.8.0
17332026-05-05T03:41:03.024Z Compiling crossbeam-channel v0.5.15
17342026-05-05T03:41:03.172Z Compiling futures-executor v0.3.32
17352026-05-05T03:41:03.269Z Compiling is-terminal v0.4.17
17362026-05-05T03:41:03.369Z Compiling filetime v0.2.27
17372026-05-05T03:41:03.436Z Compiling xattr v1.6.1
17382026-05-05T03:41:03.484Z Compiling term v1.2.1
17392026-05-05T03:41:03.552Z Compiling take_mut v0.2.2
17402026-05-05T03:41:03.583Z Compiling tar v0.4.45
17412026-05-05T03:41:03.608Z Compiling futures v0.3.32
17422026-05-05T03:41:03.831Z Compiling slog-term v2.9.2
17432026-05-05T03:41:11.072Z Compiling rustls-webpki v0.103.9
17442026-05-05T03:41:13.879Z Compiling tokio-rustls v0.26.4
17452026-05-05T03:41:13.879Z Compiling rustls-platform-verifier v0.6.2
17462026-05-05T03:41:14.082Z Compiling hyper-rustls v0.27.7
17472026-05-05T03:41:14.289Z Compiling reqwest v0.12.28
17482026-05-05T03:41:14.290Z Compiling reqwest v0.13.2
17492026-05-05T03:41:16.427Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-05-05T03:41:16.645Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-05-05T03:41:19.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
17522026-05-05T03:41:19.839Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-05-05T03:41:19.861ZMay 05 03:41:18.297 INFO Starting download, target: Console
17542026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Starting download, target: Cockroach
17552026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Starting download, target: DendriteStub
17562026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Starting download, target: Clickhouse
17572026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Starting download, target: MaghemiteMgd
17582026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Starting download, target: TransceiverControl
17592026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-05-05T03:41:19.861ZMay 05 03:41:18.298 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-05-05T03:41:20.043ZMay 05 03:41:18.596 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-05-05T03:41:20.302ZMay 05 03:41:18.811 INFO Download complete, target: TransceiverControl
17672026-05-05T03:41:20.658ZMay 05 03:41:19.207 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-05-05T03:41:20.973ZMay 05 03:41:19.518 INFO Download complete, target: Console
17692026-05-05T03:41:21.446ZMay 05 03:41:19.995 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-05-05T03:41:21.867ZMay 05 03:41:20.408 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-05-05T03:41:21.989ZMay 05 03:41:20.534 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-05-05T03:41:22.231ZMay 05 03:41:20.782 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-05-05T03:41:22.231ZMay 05 03:41:20.782 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-05-05T03:41:23.861ZMay 05 03:41:22.406 INFO Download complete, target: DendriteStub
17752026-05-05T03:41:24.344ZMay 05 03:41:22.886 INFO Download complete, target: MaghemiteMgd
17762026-05-05T03:41:27.023ZMay 05 03:41:25.539 INFO Checking that binary works, target: Cockroach
17772026-05-05T03:41:27.109ZMay 05 03:41:25.639 INFO Download complete, target: Cockroach
17782026-05-05T03:41:28.956ZMay 05 03:41:27.508 INFO Checking that binary works, target: Clickhouse
17792026-05-05T03:41:29.089ZMay 05 03:41:27.642 INFO Download complete, target: Clickhouse
17802026-05-05T03:41:29.106ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-05-05T03:41:29.110Z
17822026-05-05T03:41:29.110Zreal 3:28.778569583
17832026-05-05T03:41:29.110Zuser 7:21.916170817
17842026-05-05T03:41:29.110Zsys 1:25.665835519
17852026-05-05T03:41:29.110Ztrap 0.230615232
17862026-05-05T03:41:29.110Ztflt 0.572001261
17872026-05-05T03:41:29.110Zdflt 0.568004656
17882026-05-05T03:41:29.110Zkflt 0.022565920
17892026-05-05T03:41:29.110Zlock 21:32.516863484
17902026-05-05T03:41:29.110Zslp 22:28.387065719
17912026-05-05T03:41:29.110Zlat 44.063285737
17922026-05-05T03:41:29.110Zstop 2:06.498244881
17932026-05-05T03:41:29.110Z+ banner hack-check
17942026-05-05T03:41:29.110Z
17952026-05-05T03:41:29.111Z # # ## #### # # #### # # ###### #### # #
17962026-05-05T03:41:29.111Z # # # # # # # # # # # # # # # # #
17972026-05-05T03:41:29.111Z ###### # # # #### ##### # ###### ##### # ####
17982026-05-05T03:41:29.111Z # # ###### # # # # # # # # # #
17992026-05-05T03:41:29.111Z # # # # # # # # # # # # # # # # #
18002026-05-05T03:41:29.111Z # # # # #### # # #### # # ###### #### # #
18012026-05-05T03:41:29.111Z
18022026-05-05T03:41:29.111Z+ export CARGO_INCREMENTAL=0
18032026-05-05T03:41:29.111Z+ CARGO_INCREMENTAL=0
18042026-05-05T03:41:29.111Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-05-05T03:41:29.678Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-05-05T03:41:29.901Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-05-05T03:41:31.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
18082026-05-05T03:41:31.862Z Running `target/debug/xtask check-features --ci`
18092026-05-05T03:41:31.888Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-05-05T03:41:31.894Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-05-05T03:41:32.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-05T03:41:32.420Z Running `target/debug/xtask download cargo-hack`
18132026-05-05T03:41:33.219Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-05-05T03:41:33.540Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-05-05T03:41:37.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
18162026-05-05T03:41:37.252Z Running `target/debug/xtask-downloader cargo-hack`
18172026-05-05T03:41:37.252ZMay 05 03:41:34.827 INFO Starting download, target: CargoHack
18182026-05-05T03:41:37.252ZMay 05 03:41:34.827 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-05-05T03:41:37.252ZMay 05 03:41:35.030 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-05-05T03:41:37.252ZMay 05 03:41:35.081 INFO Download complete, target: CargoHack
18212026-05-05T03:41:37.253Zrunning: "/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"
18222026-05-05T03:41:37.253Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-05-05T03:41:37.253Zinfo: running `cargo check --bins` on api_identity (1/274)
18242026-05-05T03:41:37.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-05T03:41:37.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-05T03:41:37.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-05T03:41:37.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-05-05T03:41:37.297Z
18292026-05-05T03:41:37.297Zinfo: running `cargo check --bins` on bootstore (2/274)
18302026-05-05T03:41:37.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-05T03:41:37.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-05T03:41:37.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-05T03:41:37.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18342026-05-05T03:41:37.902Z
18352026-05-05T03:41:37.902Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18362026-05-05T03:41:38.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-05T03:41:38.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-05T03:41:38.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-05T03:41:38.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18402026-05-05T03:41:38.506Z
18412026-05-05T03:41:38.506Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18422026-05-05T03:41:39.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-05T03:41:39.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-05T03:41:39.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-05T03:41:39.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462026-05-05T03:41:39.110Z
18472026-05-05T03:41:39.110Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18482026-05-05T03:41:39.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-05T03:41:39.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-05T03:41:39.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-05T03:41:39.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18522026-05-05T03:41:39.705Z
18532026-05-05T03:41:39.705Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18542026-05-05T03:41:40.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-05T03:41:40.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-05T03:41:40.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-05T03:41:40.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18582026-05-05T03:41:40.317Z
18592026-05-05T03:41:40.317Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18602026-05-05T03:41:40.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-05T03:41:40.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-05T03:41:40.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-05T03:41:40.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18642026-05-05T03:41:40.923Z
18652026-05-05T03:41:40.924Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18662026-05-05T03:41:41.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-05T03:41:41.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-05T03:41:41.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-05T03:41:41.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18702026-05-05T03:41:41.529Z
18712026-05-05T03:41:41.529Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18722026-05-05T03:41:41.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-05T03:41:41.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-05T03:41:41.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-05T03:41:41.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-05-05T03:41:42.011Z
18772026-05-05T03:41:42.011Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18782026-05-05T03:41:42.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-05T03:41:42.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-05T03:41:42.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-05T03:41:42.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18822026-05-05T03:41:42.504Z
18832026-05-05T03:41:42.504Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18842026-05-05T03:41:42.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-05T03:41:42.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-05T03:41:42.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-05T03:41:42.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-05-05T03:41:42.981Z
18892026-05-05T03:41:42.983Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18902026-05-05T03:41:43.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-05T03:41:43.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-05T03:41:43.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-05T03:41:43.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-05-05T03:41:43.478Z
18952026-05-05T03:41:43.478Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18962026-05-05T03:41:43.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-05T03:41:43.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-05T03:41:43.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-05T03:41:43.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-05-05T03:41:43.982Z
19012026-05-05T03:41:43.982Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19022026-05-05T03:41:44.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-05T03:41:44.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-05T03:41:44.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-05T03:41:44.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19062026-05-05T03:41:44.423Z
19072026-05-05T03:41:44.423Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19082026-05-05T03:41:44.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-05T03:41:44.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-05T03:41:44.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-05T03:41:44.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-05-05T03:41:44.905Z
19132026-05-05T03:41:44.905Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19142026-05-05T03:41:45.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-05T03:41:45.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-05T03:41:45.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-05T03:41:45.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19182026-05-05T03:41:45.441Z
19192026-05-05T03:41:45.441Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19202026-05-05T03:41:45.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-05T03:41:45.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-05T03:41:45.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-05T03:41:45.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-05-05T03:41:45.901Z
19252026-05-05T03:41:45.901Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19262026-05-05T03:41:46.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-05T03:41:46.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-05T03:41:46.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-05T03:41:46.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-05-05T03:41:46.348Z
19312026-05-05T03:41:46.348Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19322026-05-05T03:41:46.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-05T03:41:46.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-05T03:41:46.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-05T03:41:46.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-05-05T03:41:46.827Z
19372026-05-05T03:41:46.827Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19382026-05-05T03:41:47.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-05T03:41:47.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-05T03:41:47.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-05T03:41:47.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19422026-05-05T03:41:47.314Z
19432026-05-05T03:41:47.314Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19442026-05-05T03:41:49.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-05T03:41:49.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-05T03:41:49.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-05T03:41:49.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-05-05T03:41:49.136Z
19492026-05-05T03:41:49.136Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19502026-05-05T03:41:49.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-05T03:41:49.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-05T03:41:49.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-05T03:41:49.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-05-05T03:41:49.136Z
19552026-05-05T03:41:49.136Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19562026-05-05T03:41:49.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-05T03:41:49.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-05T03:41:49.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-05T03:41:49.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-05-05T03:41:49.137Z
19612026-05-05T03:41:49.137Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19622026-05-05T03:41:49.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-05T03:41:49.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-05T03:41:49.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-05T03:41:49.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-05-05T03:41:49.245Z
19672026-05-05T03:41:49.245Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19682026-05-05T03:41:49.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-05T03:41:49.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-05T03:41:49.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-05T03:41:49.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19722026-05-05T03:41:49.733Z
19732026-05-05T03:41:49.733Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19742026-05-05T03:41:50.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-05T03:41:50.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-05T03:41:50.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-05T03:41:50.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19782026-05-05T03:41:50.221Z
19792026-05-05T03:41:50.221Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19802026-05-05T03:41:50.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-05T03:41:50.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-05T03:41:50.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-05T03:41:50.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19842026-05-05T03:41:50.703Z
19852026-05-05T03:41:50.703Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19862026-05-05T03:41:51.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-05T03:41:51.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-05T03:41:51.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-05T03:41:51.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-05-05T03:41:51.187Z
19912026-05-05T03:41:51.187Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19922026-05-05T03:41:51.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-05T03:41:51.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-05T03:41:51.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-05T03:41:51.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19962026-05-05T03:41:51.676Z
19972026-05-05T03:41:51.676Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19982026-05-05T03:41:52.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-05T03:41:52.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-05T03:41:52.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-05T03:41:52.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-05-05T03:41:52.154Z
20032026-05-05T03:41:52.154Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20042026-05-05T03:41:52.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-05T03:41:52.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-05T03:41:52.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-05T03:41:52.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20082026-05-05T03:41:52.639Z
20092026-05-05T03:41:52.639Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20102026-05-05T03:41:53.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-05T03:41:53.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-05T03:41:53.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-05T03:41:53.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20142026-05-05T03:41:53.146Z
20152026-05-05T03:41:53.146Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20162026-05-05T03:41:53.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-05T03:41:53.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-05T03:41:53.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-05T03:41:53.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20202026-05-05T03:41:53.607Z
20212026-05-05T03:41:53.607Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20222026-05-05T03:41:54.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-05T03:41:54.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-05T03:41:54.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-05T03:41:54.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20262026-05-05T03:41:54.135Z
20272026-05-05T03:41:54.135Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20282026-05-05T03:41:54.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-05T03:41:54.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-05T03:41:54.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-05T03:41:54.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20322026-05-05T03:41:54.575Z
20332026-05-05T03:41:54.575Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20342026-05-05T03:41:54.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-05T03:41:55.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-05T03:41:55.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-05T03:41:55.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20382026-05-05T03:41:55.072Z
20392026-05-05T03:41:55.073Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20402026-05-05T03:41:55.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-05T03:41:55.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-05T03:41:55.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-05T03:41:55.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-05-05T03:41:55.541Z
20452026-05-05T03:41:55.541Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20462026-05-05T03:41:55.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-05T03:41:55.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-05T03:41:55.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-05T03:41:55.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-05-05T03:41:56.025Z
20512026-05-05T03:41:56.025Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20522026-05-05T03:41:56.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-05T03:41:56.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-05T03:41:56.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-05T03:41:56.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20562026-05-05T03:41:56.508Z
20572026-05-05T03:41:56.510Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20582026-05-05T03:41:56.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-05T03:41:56.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-05T03:41:56.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-05T03:41:56.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-05-05T03:41:56.995Z
20632026-05-05T03:41:56.995Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20642026-05-05T03:41:57.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-05T03:41:57.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-05T03:41:57.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-05T03:41:57.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20682026-05-05T03:41:57.479Z
20692026-05-05T03:41:57.479Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20702026-05-05T03:41:57.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-05T03:41:57.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-05T03:41:57.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-05T03:41:57.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20742026-05-05T03:41:57.973Z
20752026-05-05T03:41:57.973Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20762026-05-05T03:41:58.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-05T03:41:58.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-05T03:41:58.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-05T03:41:58.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20802026-05-05T03:41:58.447Z
20812026-05-05T03:41:58.447Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20822026-05-05T03:41:58.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-05T03:41:58.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-05T03:41:58.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-05T03:41:58.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20862026-05-05T03:41:58.942Z
20872026-05-05T03:41:58.942Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20882026-05-05T03:41:59.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-05T03:41:59.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-05T03:41:59.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-05T03:41:59.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20922026-05-05T03:41:59.416Z
20932026-05-05T03:41:59.416Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20942026-05-05T03:42:00.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-05T03:42:00.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-05T03:42:00.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-05T03:42:00.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20982026-05-05T03:42:00.940Z
20992026-05-05T03:42:00.941Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21002026-05-05T03:42:00.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-05T03:42:00.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-05T03:42:00.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-05T03:42:00.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21042026-05-05T03:42:00.941Z
21052026-05-05T03:42:00.941Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21062026-05-05T03:42:00.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-05T03:42:00.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-05T03:42:00.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-05T03:42:00.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21102026-05-05T03:42:00.941Z
21112026-05-05T03:42:00.941Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21122026-05-05T03:42:01.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-05T03:42:01.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-05T03:42:01.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-05T03:42:01.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21162026-05-05T03:42:01.523Z
21172026-05-05T03:42:01.523Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21182026-05-05T03:42:02.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-05T03:42:02.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-05T03:42:02.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-05T03:42:02.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21222026-05-05T03:42:02.176Z
21232026-05-05T03:42:02.176Zinfo: running `cargo check --bins` on nexus-config (51/274)
21242026-05-05T03:42:02.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-05T03:42:02.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-05T03:42:02.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-05T03:42:02.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21282026-05-05T03:42:02.830Z
21292026-05-05T03:42:02.830Zinfo: running `cargo check --bins` on nexus-types (52/274)
21302026-05-05T03:42:03.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-05T03:42:03.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-05T03:42:03.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-05T03:42:03.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21342026-05-05T03:42:03.478Z
21352026-05-05T03:42:03.478Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21362026-05-05T03:42:03.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-05T03:42:04.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-05T03:42:04.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-05T03:42:04.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21402026-05-05T03:42:04.107Z
21412026-05-05T03:42:04.107Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21422026-05-05T03:42:04.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-05T03:42:04.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-05T03:42:04.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-05T03:42:04.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21462026-05-05T03:42:04.687Z
21472026-05-05T03:42:04.687Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21482026-05-05T03:42:05.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-05T03:42:05.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-05T03:42:05.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-05T03:42:05.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21522026-05-05T03:42:05.296Z
21532026-05-05T03:42:05.296Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21542026-05-05T03:42:05.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-05T03:42:05.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-05T03:42:05.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-05T03:42:05.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21582026-05-05T03:42:05.920Z
21592026-05-05T03:42:05.920Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21602026-05-05T03:42:06.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-05T03:42:06.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-05T03:42:06.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-05T03:42:06.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21642026-05-05T03:42:06.529Z
21652026-05-05T03:42:06.529Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21662026-05-05T03:42:07.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-05T03:42:07.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-05T03:42:07.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-05T03:42:07.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21702026-05-05T03:42:07.165Z
21712026-05-05T03:42:07.165Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21722026-05-05T03:42:07.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-05T03:42:08.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-05T03:42:08.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-05T03:42:08.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21762026-05-05T03:42:08.016Z
21772026-05-05T03:42:08.016Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21782026-05-05T03:42:08.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-05T03:42:08.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-05T03:42:08.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-05T03:42:08.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21822026-05-05T03:42:08.452Z
21832026-05-05T03:42:08.452Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21842026-05-05T03:42:08.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-05T03:42:08.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-05T03:42:08.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-05T03:42:08.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21882026-05-05T03:42:09.044Z
21892026-05-05T03:42:09.044Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21902026-05-05T03:42:09.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-05T03:42:09.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-05T03:42:09.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-05T03:42:09.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-05-05T03:42:09.525Z
21952026-05-05T03:42:09.525Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21962026-05-05T03:42:11.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-05T03:42:11.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-05T03:42:11.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-05T03:42:11.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22002026-05-05T03:42:11.383Z
22012026-05-05T03:42:11.383Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22022026-05-05T03:42:11.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-05T03:42:11.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-05T03:42:11.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-05T03:42:11.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22062026-05-05T03:42:11.383Z
22072026-05-05T03:42:11.383Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22082026-05-05T03:42:11.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-05T03:42:11.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-05T03:42:11.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-05T03:42:11.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22122026-05-05T03:42:11.384Z
22132026-05-05T03:42:11.384Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22142026-05-05T03:42:11.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-05T03:42:11.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-05T03:42:11.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-05T03:42:11.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22182026-05-05T03:42:11.933Z
22192026-05-05T03:42:11.933Zinfo: running `cargo check --bins` on ereport-types (67/274)
22202026-05-05T03:42:12.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-05T03:42:12.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-05T03:42:12.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-05T03:42:12.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22242026-05-05T03:42:12.535Z
22252026-05-05T03:42:12.535Zinfo: running `cargo check --bins` on gateway-client (68/274)
22262026-05-05T03:42:13.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-05T03:42:13.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-05T03:42:13.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-05T03:42:13.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22302026-05-05T03:42:13.140Z
22312026-05-05T03:42:13.140Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22322026-05-05T03:42:13.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-05T03:42:13.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-05T03:42:13.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-05T03:42:13.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22362026-05-05T03:42:13.765Z
22372026-05-05T03:42:13.766Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22382026-05-05T03:42:14.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-05T03:42:14.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-05T03:42:14.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-05T03:42:14.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22422026-05-05T03:42:14.375Z
22432026-05-05T03:42:14.375Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22442026-05-05T03:42:14.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-05T03:42:14.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-05T03:42:14.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-05-05T03:42:14.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22482026-05-05T03:42:14.971Z
22492026-05-05T03:42:14.971Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22502026-05-05T03:42:15.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-05-05T03:42:15.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-05-05T03:42:15.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-05-05T03:42:15.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22542026-05-05T03:42:15.583Z
22552026-05-05T03:42:15.583Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22562026-05-05T03:42:16.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-05-05T03:42:16.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-05-05T03:42:16.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-05-05T03:42:16.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22602026-05-05T03:42:16.240Z
22612026-05-05T03:42:16.240Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22622026-05-05T03:42:16.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-05-05T03:42:16.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-05-05T03:42:16.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-05-05T03:42:16.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22662026-05-05T03:42:16.828Z
22672026-05-05T03:42:16.828Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22682026-05-05T03:42:17.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-05-05T03:42:17.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-05-05T03:42:17.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-05-05T03:42:17.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22722026-05-05T03:42:17.433Z
22732026-05-05T03:42:17.433Zinfo: running `cargo check --bins` on oxlog (76/274)
22742026-05-05T03:42:18.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-05-05T03:42:18.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-05-05T03:42:18.052Z Checking cfg-if v1.0.4
22772026-05-05T03:42:18.055Z Checking libc v0.2.185
22782026-05-05T03:42:18.055Z Checking serde_core v1.0.228
22792026-05-05T03:42:18.176Z Checking zeroize v1.8.2
22802026-05-05T03:42:18.180Z Checking memchr v2.8.0
22812026-05-05T03:42:18.180Z Checking log v0.4.29
22822026-05-05T03:42:18.186Z Checking smallvec v1.15.1
22832026-05-05T03:42:18.210Z Checking typenum v1.19.0
22842026-05-05T03:42:18.235Z Checking subtle v2.6.1
22852026-05-05T03:42:18.305Z Checking itoa v1.0.17
22862026-05-05T03:42:18.349Z Checking scopeguard v1.2.0
22872026-05-05T03:42:18.357Z Checking const-oid v0.9.6
22882026-05-05T03:42:18.379Z Checking stable_deref_trait v1.2.1
22892026-05-05T03:42:18.427Z Checking lock_api v0.4.14
22902026-05-05T03:42:18.442Z Checking portable-atomic v1.13.1
22912026-05-05T03:42:18.442Z Checking zerofrom v0.1.6
22922026-05-05T03:42:18.549Z Checking getrandom v0.2.17
22932026-05-05T03:42:18.556Z Checking errno v0.3.14
22942026-05-05T03:42:18.596Z Checking critical-section v1.2.0
22952026-05-05T03:42:18.623Z Checking yoke v0.8.1
22962026-05-05T03:42:18.674Z Checking signal-hook-registry v1.4.8
22972026-05-05T03:42:18.697Z Checking parking_lot_core v0.9.12
22982026-05-05T03:42:18.700Z Checking rand_core v0.6.4
22992026-05-05T03:42:18.705Z Checking generic-array v0.14.7
23002026-05-05T03:42:18.791Z Checking zerovec v0.11.5
23012026-05-05T03:42:18.833Z Checking zerocopy v0.8.40
23022026-05-05T03:42:18.862Z Checking pin-project-lite v0.2.17
23032026-05-05T03:42:18.873Z Checking parking_lot v0.12.5
23042026-05-05T03:42:18.885Z Checking once_cell v1.21.3
23052026-05-05T03:42:18.957Z Checking mio v1.2.0
23062026-05-05T03:42:19.026Z Checking socket2 v0.6.3
23072026-05-05T03:42:19.052Z Checking libm v0.2.16
23082026-05-05T03:42:19.063Z Checking zmij v1.0.21
23092026-05-05T03:42:19.148Z Checking crypto-common v0.1.7
23102026-05-05T03:42:19.224Z Checking block-buffer v0.10.4
23112026-05-05T03:42:19.241Z Checking tinystr v0.8.2
23122026-05-05T03:42:19.266Z Checking equivalent v1.0.2
23132026-05-05T03:42:19.278Z Checking percent-encoding v2.3.2
23142026-05-05T03:42:19.282Z Checking futures-core v0.3.32
23152026-05-05T03:42:19.352Z Checking litemap v0.8.1
23162026-05-05T03:42:19.363Z Checking digest v0.10.7
23172026-05-05T03:42:19.412Z Checking writeable v0.6.2
23182026-05-05T03:42:19.426Z Checking potential_utf v0.1.4
23192026-05-05T03:42:19.426Z Checking zerotrie v0.2.3
23202026-05-05T03:42:19.550Z Checking cpufeatures v0.2.17
23212026-05-05T03:42:19.556Z Checking icu_collections v2.1.1
23222026-05-05T03:42:19.562Z Checking hmac v0.12.1
23232026-05-05T03:42:19.574Z Checking icu_locale_core v2.1.1
23242026-05-05T03:42:19.591Z Checking block-padding v0.3.3
23252026-05-05T03:42:19.655Z Checking serde v1.0.228
23262026-05-05T03:42:19.680Z Checking bitflags v2.11.0
23272026-05-05T03:42:19.726Z Checking serde_json v1.0.149
23282026-05-05T03:42:19.755Z Checking icu_properties_data v2.1.2
23292026-05-05T03:42:19.772Z Checking num-traits v0.2.19
23302026-05-05T03:42:19.901Z Checking icu_normalizer_data v2.1.1
23312026-05-05T03:42:19.908Z Checking futures-sink v0.3.32
23322026-05-05T03:42:19.908Z Checking rand_core v0.10.0
23332026-05-05T03:42:19.918Z Checking hashbrown v0.17.0
23342026-05-05T03:42:20.008Z Checking futures-channel v0.3.32
23352026-05-05T03:42:20.015Z Checking getrandom v0.4.1
23362026-05-05T03:42:20.057Z Checking bytes v1.11.1
23372026-05-05T03:42:20.128Z Checking icu_provider v2.1.1
23382026-05-05T03:42:20.146Z Checking inout v0.1.4
23392026-05-05T03:42:20.162Z Checking futures-io v0.3.32
23402026-05-05T03:42:20.277Z Checking futures-task v0.3.32
23412026-05-05T03:42:20.284Z Checking slab v0.4.12
23422026-05-05T03:42:20.295Z Checking cipher v0.4.4
23432026-05-05T03:42:20.392Z Checking icu_normalizer v2.1.1
23442026-05-05T03:42:20.392Z Checking icu_properties v2.1.2
23452026-05-05T03:42:20.395Z Checking indexmap v2.14.0
23462026-05-05T03:42:20.406Z Checking sha2 v0.10.9
23472026-05-05T03:42:20.436Z Checking futures-util v0.3.32
23482026-05-05T03:42:20.533Z Checking tokio v1.52.1
23492026-05-05T03:42:20.543Z Checking getrandom v0.3.4
23502026-05-05T03:42:20.650Z Checking utf8_iter v1.0.4
23512026-05-05T03:42:20.664Z Checking byteorder v1.5.0
23522026-05-05T03:42:20.678Z Checking base64ct v1.8.3
23532026-05-05T03:42:20.774Z Checking form_urlencoded v1.2.2
23542026-05-05T03:42:20.864Z Checking fnv v1.0.7
23552026-05-05T03:42:20.902Z Checking flagset v0.4.7
23562026-05-05T03:42:20.915Z Checking pem-rfc7468 v0.7.0
23572026-05-05T03:42:21.025Z Checking rand_core v0.9.5
23582026-05-05T03:42:21.055Z Checking salsa20 v0.10.2
23592026-05-05T03:42:21.055Z Checking http v1.4.0
23602026-05-05T03:42:21.076Z Checking der v0.7.10
23612026-05-05T03:42:21.116Z Checking uuid v1.23.0
23622026-05-05T03:42:21.123Z Checking pbkdf2 v0.12.2
23632026-05-05T03:42:21.212Z Checking idna_adapter v1.2.1
23642026-05-05T03:42:22.322Z Checking scrypt v0.11.0
23652026-05-05T03:42:22.322Z Checking idna v1.1.0
23662026-05-05T03:42:22.322Z Checking cbc v0.1.2
23672026-05-05T03:42:22.322Z Checking aes v0.8.4
23682026-05-05T03:42:22.322Z Checking rustix v1.1.3
23692026-05-05T03:42:22.322Z Checking url v2.5.8
23702026-05-05T03:42:22.322Z Checking tracing-core v0.1.36
23712026-05-05T03:42:22.322Z Checking ppv-lite86 v0.2.21
23722026-05-05T03:42:22.322Z Checking rustls-pki-types v1.14.0
23732026-05-05T03:42:22.322Z Checking spki v0.7.3
23742026-05-05T03:42:22.322Z Checking iana-time-zone v0.1.65
23752026-05-05T03:42:22.322Z Checking rand_chacha v0.9.0
23762026-05-05T03:42:22.322Z Checking regex-syntax v0.8.10
23772026-05-05T03:42:22.322Z Checking pkcs5 v0.7.1
23782026-05-05T03:42:22.322Z Checking chrono v0.4.44
23792026-05-05T03:42:22.322Z Checking tracing v0.1.44
23802026-05-05T03:42:22.322Z Checking rand v0.9.2
23812026-05-05T03:42:22.322Z Checking http-body v1.0.1
23822026-05-05T03:42:22.348Z Checking aws-lc-sys v0.37.1
23832026-05-05T03:42:22.483Z Checking openssl-probe v0.2.1
23842026-05-05T03:42:22.483Z Checking base64 v0.22.1
23852026-05-05T03:42:22.496Z Checking untrusted v0.9.0
23862026-05-05T03:42:22.496Z Checking untrusted v0.7.1
23872026-05-05T03:42:22.496Z Checking ring v0.17.14
23882026-05-05T03:42:22.555Z Checking pkcs8 v0.10.2
23892026-05-05T03:42:22.576Z Checking tinyvec_macros v0.1.1
23902026-05-05T03:42:22.590Z Checking atomic-waker v1.1.2
23912026-05-05T03:42:22.645Z Checking try-lock v0.2.5
23922026-05-05T03:42:22.686Z Checking plain v0.2.3
23932026-05-05T03:42:22.733Z Checking tower-layer v0.3.3
23942026-05-05T03:42:22.746Z Checking tower-service v0.3.3
23952026-05-05T03:42:22.802Z Checking want v0.3.1
23962026-05-05T03:42:22.836Z Checking aws-lc-rs v1.16.0
23972026-05-05T03:42:22.856Z Checking tinyvec v1.10.0
23982026-05-05T03:42:22.870Z Checking ipnet v2.11.0
23992026-05-05T03:42:22.894Z Checking semver v1.0.28
24002026-05-05T03:42:22.922Z Checking httparse v1.10.1
24012026-05-05T03:42:23.091Z Checking spin v0.9.8
24022026-05-05T03:42:23.120Z Checking fastrand v2.3.0
24032026-05-05T03:42:23.124Z Checking unicode-ident v1.0.24
24042026-05-05T03:42:23.146Z Checking pin-utils v0.1.0
24052026-05-05T03:42:23.217Z Checking ucd-trie v0.1.7
24062026-05-05T03:42:23.247Z Checking httpdate v1.0.3
24072026-05-05T03:42:23.273Z Checking dyn-clone v1.0.20
24082026-05-05T03:42:23.289Z Checking foreign-types-shared v0.1.1
24092026-05-05T03:42:23.306Z Checking tempfile v3.25.0
24102026-05-05T03:42:23.345Z Checking pest v2.8.6
24112026-05-05T03:42:23.370Z Checking foreign-types v0.3.2
24122026-05-05T03:42:23.375Z Checking schemars v0.8.22
24132026-05-05T03:42:23.395Z Checking proc-macro2 v1.0.106
24142026-05-05T03:42:23.441Z Checking openssl-sys v0.9.114
24152026-05-05T03:42:23.494Z Checking thiserror v2.0.18
24162026-05-05T03:42:23.516Z Checking aho-corasick v1.1.4
24172026-05-05T03:42:23.617Z Checking wait-timeout v0.2.1
24182026-05-05T03:42:23.665Z Checking rustls-webpki v0.103.9
24192026-05-05T03:42:23.713Z Checking pretty-hex v0.4.1
24202026-05-05T03:42:23.731Z Checking bit-vec v0.8.0
24212026-05-05T03:42:23.767Z Checking tokio-util v0.7.18
24222026-05-05T03:42:23.854Z Checking siphasher v1.0.2
24232026-05-05T03:42:23.924Z Checking utf8parse v0.2.2
24242026-05-05T03:42:23.935Z Checking anstyle v1.0.13
24252026-05-05T03:42:24.000Z Checking powerfmt v0.2.0
24262026-05-05T03:42:24.013Z Checking quick-error v1.2.3
24272026-05-05T03:42:24.052Z Checking simd-adler32 v0.3.8
24282026-05-05T03:42:24.098Z Checking rustls v0.23.37
24292026-05-05T03:42:24.103Z Checking anstyle-parse v0.2.7
24302026-05-05T03:42:24.117Z Checking rusty-fork v0.3.1
24312026-05-05T03:42:24.134Z Checking deranged v0.5.8
24322026-05-05T03:42:24.212Z Checking regex-automata v0.4.14
24332026-05-05T03:42:24.218Z Checking bit-set v0.8.0
24342026-05-05T03:42:24.257Z Checking openssl v0.10.78
24352026-05-05T03:42:24.309Z Checking quote v1.0.45
24362026-05-05T03:42:24.373Z Checking h2 v0.4.13
24372026-05-05T03:42:24.389Z Compiling newtype-uuid v1.3.2
24382026-05-05T03:42:24.427Z Checking unicode-normalization v0.1.25
24392026-05-05T03:42:24.477Z Checking rustls-native-certs v0.8.3
24402026-05-05T03:42:24.571Z Checking crossbeam-utils v0.8.21
24412026-05-05T03:42:24.607Z Checking rand_xorshift v0.4.0
24422026-05-05T03:42:24.726Z Checking crc32fast v1.5.0
24432026-05-05T03:42:24.828Z Checking scroll v0.13.0
24442026-05-05T03:42:24.899Z Checking signature v2.2.0
24452026-05-05T03:42:24.912Z Checking sync_wrapper v1.0.2
24462026-05-05T03:42:25.005Z Checking is_terminal_polyfill v1.70.2
24472026-05-05T03:42:25.021Z Checking time-core v0.1.8
24482026-05-05T03:42:25.058Z Checking unicode-properties v0.1.4
24492026-05-05T03:42:25.121Z Checking unicode-bidi v0.3.18
24502026-05-05T03:42:25.136Z Checking num-conv v0.2.0
24512026-05-05T03:42:25.174Z Checking unarray v0.1.4
24522026-05-05T03:42:25.213Z Checking colorchoice v1.0.4
24532026-05-05T03:42:25.249Z Checking num_threads v0.1.7
24542026-05-05T03:42:25.281Z Checking allocator-api2 v0.2.21
24552026-05-05T03:42:25.310Z Checking anstyle-query v1.1.5
24562026-05-05T03:42:25.346Z Checking adler2 v2.0.1
24572026-05-05T03:42:25.391Z Checking stringprep v0.1.5
24582026-05-05T03:42:25.433Z Checking anstream v0.6.21
24592026-05-05T03:42:25.450Z Checking miniz_oxide v0.8.9
24602026-05-05T03:42:25.544Z Checking time v0.3.47
24612026-05-05T03:42:25.549Z Checking proptest v1.10.0
24622026-05-05T03:42:25.599Z Checking goblin v0.10.5
24632026-05-05T03:42:25.796Z Checking tower v0.5.3
24642026-05-05T03:42:26.057Z Checking crossbeam-epoch v0.9.18
24652026-05-05T03:42:26.188Z Compiling daft v0.1.5
24662026-05-05T03:42:26.262Z Checking native-tls v0.2.18
24672026-05-05T03:42:26.278Z Checking syn v2.0.117
24682026-05-05T03:42:26.441Z Checking ipnetwork v0.21.1
24692026-05-05T03:42:26.473Z Checking http-body-util v0.1.3
24702026-05-05T03:42:26.491Z Checking tokio-rustls v0.26.4
24712026-05-05T03:42:26.658Z Checking webpki-roots v1.0.6
24722026-05-05T03:42:26.689Z Checking rand_chacha v0.3.1
24732026-05-05T03:42:26.703Z Checking scroll v0.12.0
24742026-05-05T03:42:26.716Z Checking thiserror v1.0.69
24752026-05-05T03:42:26.774Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-05-05T03:42:26.814Z Checking hash32 v0.2.1
24772026-05-05T03:42:26.930Z Checking num-integer v0.1.46
24782026-05-05T03:42:26.966Z Checking toml_datetime v0.6.11
24792026-05-05T03:42:26.966Z Checking serde_spanned v0.6.9
24802026-05-05T03:42:26.996Z Checking md-5 v0.10.6
24812026-05-05T03:42:27.080Z Checking ff v0.13.1
24822026-05-05T03:42:27.086Z Checking hyper v1.8.1
24832026-05-05T03:42:27.086Z Checking psl-types v2.0.11
24842026-05-05T03:42:27.113Z Checking fallible-iterator v0.2.0
24852026-05-05T03:42:27.113Z Checking ryu v1.0.23
24862026-05-05T03:42:27.181Z Checking zlib-rs v0.6.2
24872026-05-05T03:42:27.201Z Checking base16ct v0.2.0
24882026-05-05T03:42:27.253Z Checking iri-string v0.7.10
24892026-05-05T03:42:27.323Z Checking sec1 v0.7.3
24902026-05-05T03:42:27.398Z Checking postgres-protocol v0.6.10
24912026-05-05T03:42:27.487Z Checking serde_urlencoded v0.7.1
24922026-05-05T03:42:27.545Z Compiling iddqd v0.3.18
24932026-05-05T03:42:27.690Z Checking publicsuffix v2.3.0
24942026-05-05T03:42:27.711Z Checking group v0.13.0
24952026-05-05T03:42:27.851Z Checking num-iter v0.1.45
24962026-05-05T03:42:27.867Z Checking heapless v0.7.17
24972026-05-05T03:42:27.945Z Checking dof v0.4.0
24982026-05-05T03:42:27.961Z Checking goblin v0.8.2
24992026-05-05T03:42:27.985Z Checking hyper-util v0.1.20
25002026-05-05T03:42:28.056Z Checking flate2 v1.1.9
25012026-05-05T03:42:28.261Z Checking tower-http v0.6.8
25022026-05-05T03:42:28.285Z Checking rand v0.8.5
25032026-05-05T03:42:28.354Z Checking zstd-safe v7.2.4
25042026-05-05T03:42:28.531Z Checking cookie v0.18.1
25052026-05-05T03:42:28.542Z Checking oxnet v0.1.4
25062026-05-05T03:42:28.580Z Checking tokio-native-tls v0.3.1
25072026-05-05T03:42:28.587Z Checking dtrace-parser v0.3.0
25082026-05-05T03:42:28.670Z Checking phf_shared v0.13.1
25092026-05-05T03:42:28.720Z Checking lazy_static v1.5.0
25102026-05-05T03:42:28.749Z Checking zerocopy v0.7.35
25112026-05-05T03:42:28.770Z Checking terminal_size v0.4.3
25122026-05-05T03:42:28.933Z Checking bzip2-sys v0.1.13+1.0.8
25132026-05-05T03:42:28.933Z Checking signal-hook v0.3.18
25142026-05-05T03:42:28.933Z Checking hkdf v0.12.4
25152026-05-05T03:42:28.970Z Checking crypto-bigint v0.5.5
25162026-05-05T03:42:28.970Z Checking thread-id v5.1.0
25172026-05-05T03:42:28.970Z Checking encoding_rs v0.8.35
25182026-05-05T03:42:28.970Z Checking winnow v0.5.40
25192026-05-05T03:42:28.975Z Checking strsim v0.11.1
25202026-05-05T03:42:29.002Z Checking clap_lex v1.0.0
25212026-05-05T03:42:29.160Z Checking bumpalo v3.20.2
25222026-05-05T03:42:29.173Z Checking bitflags v1.3.2
25232026-05-05T03:42:29.228Z Checking foldhash v0.1.5
25242026-05-05T03:42:29.264Z Checking foldhash v0.2.0
25252026-05-05T03:42:29.282Z Checking hyper-rustls v0.27.7
25262026-05-05T03:42:29.347Z Checking either v1.15.0
25272026-05-05T03:42:29.363Z Checking managed v0.8.0
25282026-05-05T03:42:29.429Z Checking libbz2-rs-sys v0.2.2
25292026-05-05T03:42:29.496Z Checking mime v0.3.17
25302026-05-05T03:42:29.536Z Compiling rayon-core v1.13.0
25312026-05-05T03:42:29.549Z Checking winnow v0.7.14
25322026-05-05T03:42:29.672Z Checking smoltcp v0.9.1
25332026-05-05T03:42:29.747Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25342026-05-05T03:42:29.799Z Checking elliptic-curve v0.13.8
25352026-05-05T03:42:29.807Z Checking bzip2 v0.6.1
25362026-05-05T03:42:29.870Z Checking hashbrown v0.16.1
25372026-05-05T03:42:29.899Z Checking dof v0.3.0
25382026-05-05T03:42:29.929Z Checking hashbrown v0.15.5
25392026-05-05T03:42:29.967Z Checking zopfli v0.8.3
25402026-05-05T03:42:30.120Z Checking hyper-tls v0.6.0
25412026-05-05T03:42:30.144Z Checking toml_edit v0.19.15
25422026-05-05T03:42:30.172Z Checking clap_builder v4.5.60
25432026-05-05T03:42:30.267Z Checking signal-hook-mio v0.2.5
25442026-05-05T03:42:30.273Z Checking usdt-impl v0.6.0
25452026-05-05T03:42:30.300Z Checking bzip2 v0.4.4
25462026-05-05T03:42:30.350Z Checking phf v0.13.1
25472026-05-05T03:42:30.384Z Checking num-bigint-dig v0.8.6
25482026-05-05T03:42:30.481Z Checking cookie_store v0.22.1
25492026-05-05T03:42:30.496Z Checking zstd v0.13.3
25502026-05-05T03:42:30.537Z Checking postgres-types v0.2.12
25512026-05-05T03:42:30.623Z Checking dtrace-parser v0.2.0
25522026-05-05T03:42:30.683Z Checking rustls-platform-verifier v0.6.2
25532026-05-05T03:42:30.739Z Checking crossbeam-deque v0.8.6
25542026-05-05T03:42:30.789Z Checking regex v1.12.3
25552026-05-05T03:42:30.824Z Checking bstr v1.12.1
25562026-05-05T03:42:30.853Z Checking ed25519 v2.2.3
25572026-05-05T03:42:30.863Z Checking phf_shared v0.11.3
25582026-05-05T03:42:31.899Z Checking curve25519-dalek v4.1.3
25592026-05-05T03:42:31.929Z Checking ref-cast v1.0.25
25602026-05-05T03:42:31.929Z Checking strum v0.27.2
25612026-05-05T03:42:31.929Z Checking hubpack v0.1.2
25622026-05-05T03:42:31.929Z Checking memoffset v0.9.1
25632026-05-05T03:42:31.929Z Checking rustix v0.38.44
25642026-05-05T03:42:31.929Z Checking pkcs1 v0.7.5
25652026-05-05T03:42:31.929Z Checking float-cmp v0.10.0
25662026-05-05T03:42:31.929Z Checking erased-serde v0.3.31
25672026-05-05T03:42:31.929Z Checking hex v0.4.3
25682026-05-05T03:42:31.929Z Checking serde-big-array v0.5.1
25692026-05-05T03:42:31.929Z Checking rfc6979 v0.4.0
25702026-05-05T03:42:31.929Z Checking thread-id v4.2.2
25712026-05-05T03:42:31.929Z Checking memmap2 v0.9.10
25722026-05-05T03:42:31.930Z Checking env_filter v1.0.0
25732026-05-05T03:42:31.930Z Checking normalize-line-endings v0.3.0
25742026-05-05T03:42:31.930Z Checking jiff v0.2.21
25752026-05-05T03:42:31.930Z Checking new_debug_unreachable v1.0.6
25762026-05-05T03:42:31.930Z Checking precomputed-hash v0.1.1
25772026-05-05T03:42:31.930Z Checking whoami v2.1.0
25782026-05-05T03:42:31.930Z Checking keccak v0.1.6
25792026-05-05T03:42:31.930Z Checking fixedbitset v0.5.7
25802026-05-05T03:42:31.930Z Checking predicates-core v1.0.10
25812026-05-05T03:42:31.930Z Checking fixedbitset v0.4.2
25822026-05-05T03:42:31.930Z Checking toml_write v0.1.2
25832026-05-05T03:42:31.930Z Checking rustc-hash v2.1.1
25842026-05-05T03:42:31.930Z Checking difflib v0.4.0
25852026-05-05T03:42:31.930Z Checking unicode-segmentation v1.12.0
25862026-05-05T03:42:31.930Z Checking static_assertions v1.1.0
25872026-05-05T03:42:31.930Z Checking data-encoding v2.10.0
25882026-05-05T03:42:31.930Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25892026-05-05T03:42:31.930Z Checking toml_edit v0.22.27
25902026-05-05T03:42:31.930Z Checking predicates v3.1.4
25912026-05-05T03:42:32.054Z Checking crossterm v0.28.1
25922026-05-05T03:42:32.061Z Checking hickory-proto v0.25.2
25932026-05-05T03:42:32.061Z Checking similar v2.7.0
25942026-05-05T03:42:32.197Z Checking petgraph v0.8.3
25952026-05-05T03:42:32.425Z Checking petgraph v0.6.5
25962026-05-05T03:42:32.651Z Checking tokio-postgres v0.7.16
25972026-05-05T03:42:32.678Z Checking ed25519-dalek v2.2.0
25982026-05-05T03:42:32.911Z Checking sha3 v0.10.8
25992026-05-05T03:42:32.938Z Checking string_cache v0.8.9
26002026-05-05T03:42:33.113Z Checking slog v2.8.2
26012026-05-05T03:42:33.124Z Checking env_logger v0.11.9
26022026-05-05T03:42:33.313Z Checking usdt v0.6.0
26032026-05-05T03:42:33.377Z Checking usdt-impl v0.5.0
26042026-05-05T03:42:33.492Z Checking serde_with v3.17.0
26052026-05-05T03:42:33.654Z Checking ecdsa v0.16.9
26062026-05-05T03:42:33.667Z Checking zip v4.6.1
26072026-05-05T03:42:33.682Z Checking clap v4.5.60
26082026-05-05T03:42:33.759Z Checking rsa v0.9.10
26092026-05-05T03:42:33.773Z Checking nix v0.31.2
26102026-05-05T03:42:33.896Z Checking toml v0.7.8
26112026-05-05T03:42:34.067Z Checking reqwest v0.13.2
26122026-05-05T03:42:34.210Z Checking toml_parser v1.0.9+spec-1.1.0
26132026-05-05T03:42:34.234Z Checking zip v0.6.6
26142026-05-05T03:42:34.250Z Checking reqwest v0.12.28
26152026-05-05T03:42:34.358Z Checking itertools v0.13.0
26162026-05-05T03:42:34.556Z Checking strum v0.26.3
26172026-05-05T03:42:34.568Z Checking tokio-stream v0.1.18
26182026-05-05T03:42:34.673Z Checking fs-err v3.3.0
26192026-05-05T03:42:34.785Z Checking ahash v0.8.12
26202026-05-05T03:42:34.841Z Checking object v0.37.3
26212026-05-05T03:42:34.934Z Checking buf-list v1.1.2
26222026-05-05T03:42:34.969Z Checking anyhow v1.0.102
26232026-05-05T03:42:34.984Z Checking camino v1.2.2
26242026-05-05T03:42:34.984Z Checking x509-cert v0.2.5
26252026-05-05T03:42:34.996Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26262026-05-05T03:42:35.198Z Checking openapiv3 v2.2.0
26272026-05-05T03:42:35.202Z Checking toml_datetime v0.7.5+spec-1.1.0
26282026-05-05T03:42:35.202Z Checking sha1 v0.10.6
26292026-05-05T03:42:35.215Z Checking peg-runtime v0.8.5
26302026-05-05T03:42:35.259Z Checking lalrpop-util v0.19.12
26312026-05-05T03:42:35.320Z Checking rayon v1.11.0
26322026-05-05T03:42:35.323Z Checking sigpipe v0.1.3
26332026-05-05T03:42:35.357Z Checking glob v0.3.3
26342026-05-05T03:42:37.044Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26352026-05-05T03:42:37.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.90s
26362026-05-05T03:42:37.500Z
26372026-05-05T03:42:37.500Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26382026-05-05T03:42:38.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-05T03:42:38.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-05T03:42:38.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-05T03:42:38.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26422026-05-05T03:42:38.113Z
26432026-05-05T03:42:38.113Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26442026-05-05T03:42:38.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-05T03:42:38.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-05T03:42:38.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-05T03:42:38.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-05-05T03:42:38.720Z
26492026-05-05T03:42:38.720Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26502026-05-05T03:42:39.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-05T03:42:39.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-05T03:42:39.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-05T03:42:39.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26542026-05-05T03:42:39.347Z
26552026-05-05T03:42:39.347Zinfo: running `cargo check --bins` on oxql-types (80/274)
26562026-05-05T03:42:39.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-05T03:42:39.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-05T03:42:39.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-05T03:42:39.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26602026-05-05T03:42:40.031Z
26612026-05-05T03:42:40.031Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26622026-05-05T03:42:40.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-05T03:42:40.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-05T03:42:40.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-05-05T03:42:40.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26662026-05-05T03:42:40.567Z
26672026-05-05T03:42:40.567Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26682026-05-05T03:42:41.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-05-05T03:42:41.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-05-05T03:42:41.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-05-05T03:42:41.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26722026-05-05T03:42:41.186Z
26732026-05-05T03:42:41.186Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26742026-05-05T03:42:41.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-05-05T03:42:41.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-05-05T03:42:41.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-05-05T03:42:41.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26782026-05-05T03:42:41.789Z
26792026-05-05T03:42:41.789Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26802026-05-05T03:42:42.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-05-05T03:42:42.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-05-05T03:42:42.497Z Compiling structmeta-derive v0.3.0
26832026-05-05T03:42:42.615Z Compiling rustls v0.22.4
26842026-05-05T03:42:42.626Z Compiling multer v3.1.0
26852026-05-05T03:42:42.635Z Compiling async-stream-impl v0.3.6
26862026-05-05T03:42:42.635Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-05-05T03:42:42.656Z Compiling dropshot v0.17.0
26882026-05-05T03:42:42.672Z Compiling newtype-uuid-macros v0.1.0
26892026-05-05T03:42:42.672Z Compiling dropshot_endpoint v0.17.0
26902026-05-05T03:42:42.813Z Checking newtype-uuid v1.3.2
26912026-05-05T03:42:42.885Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26922026-05-05T03:42:42.911Z Checking rustls-webpki v0.102.8
26932026-05-05T03:42:43.019Z Checking futures-executor v0.3.32
26942026-05-05T03:42:43.043Z Checking daft v0.1.5
26952026-05-05T03:42:43.176Z Checking thread_local v1.1.9
26962026-05-05T03:42:43.222Z Checking match_cfg v0.1.0
26972026-05-05T03:42:43.274Z Checking compression-core v0.4.31
26982026-05-05T03:42:43.291Z Checking hostname v0.3.1
26992026-05-05T03:42:43.305Z Checking iddqd v0.3.18
27002026-05-05T03:42:43.335Z Checking futures v0.3.32
27012026-05-05T03:42:43.392Z Checking crossbeam-channel v0.5.15
27022026-05-05T03:42:43.404Z Checking compression-codecs v0.4.37
27032026-05-05T03:42:43.417Z Checking slog-json v2.6.1
27042026-05-05T03:42:43.431Z Checking is-terminal v0.4.17
27052026-05-05T03:42:43.520Z Checking toml_datetime v1.0.0+spec-1.1.0
27062026-05-05T03:42:43.570Z Checking serde_spanned v1.0.4
27072026-05-05T03:42:43.570Z Checking debug-ignore v1.0.5
27082026-05-05T03:42:43.654Z Compiling structmeta v0.3.0
27092026-05-05T03:42:43.683Z Checking take_mut v0.2.2
27102026-05-05T03:42:43.699Z Checking toml_writer v1.0.6+spec-1.1.0
27112026-05-05T03:42:43.718Z Checking term v1.2.1
27122026-05-05T03:42:43.731Z Checking slog-bunyan v2.5.0
27132026-05-05T03:42:43.783Z Checking slog-async v2.8.0
27142026-05-05T03:42:43.842Z Checking async-compression v0.4.41
27152026-05-05T03:42:43.867Z Compiling derive-ex v0.1.8
27162026-05-05T03:42:43.881Z Compiling parse-display-derive v0.10.0
27172026-05-05T03:42:43.933Z Checking slog-term v2.9.2
27182026-05-05T03:42:43.958Z Checking toml v1.0.6+spec-1.1.0
27192026-05-05T03:42:44.089Z Checking async-stream v0.3.6
27202026-05-05T03:42:44.177Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27212026-05-05T03:42:44.195Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27222026-05-05T03:42:44.218Z Checking progenitor-client v0.14.0
27232026-05-05T03:42:44.278Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27242026-05-05T03:42:44.424Z Checking waitgroup v0.1.2
27252026-05-05T03:42:44.457Z Checking backon v1.6.0
27262026-05-05T03:42:44.477Z Checking rustls-pemfile v2.2.0
27272026-05-05T03:42:44.541Z Checking serde_path_to_error v0.1.20
27282026-05-05T03:42:44.554Z Checking hostname v0.4.2
27292026-05-05T03:42:44.619Z Checking instant v0.1.13
27302026-05-05T03:42:44.705Z Checking backoff v0.4.0
27312026-05-05T03:42:44.770Z Checking tokio-rustls v0.25.0
27322026-05-05T03:42:44.820Z Checking progenitor-extras v0.2.0
27332026-05-05T03:42:44.845Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27342026-05-05T03:42:44.899Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27352026-05-05T03:42:45.060Z Checking progenitor-client v0.10.0
27362026-05-05T03:42:45.071Z Checking itertools v0.14.0
27372026-05-05T03:42:45.257Z Checking regress v0.10.5
27382026-05-05T03:42:45.284Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27392026-05-05T03:42:45.523Z Checking macaddr v1.0.1
27402026-05-05T03:42:45.593Z Compiling test-strategy v0.4.5
27412026-05-05T03:42:45.614Z Checking parse-display v0.10.0
27422026-05-05T03:42:46.820Z Compiling prettyplease v0.2.37
27432026-05-05T03:42:47.083Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27442026-05-05T03:42:47.288Z Checking num-rational v0.4.2
27452026-05-05T03:42:47.459Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27462026-05-05T03:42:47.742Z Checking num-complex v0.4.6
27472026-05-05T03:42:48.376Z Checking num v0.4.3
27482026-05-05T03:42:48.451Z Compiling usdt-macro v0.5.0
27492026-05-05T03:42:48.471Z Compiling usdt-attr-macro v0.5.0
27502026-05-05T03:42:48.494Z Checking memmap v0.7.0
27512026-05-05T03:42:48.560Z Checking float-ord v0.3.2
27522026-05-05T03:42:48.629Z Checking unicode-width v0.2.0
27532026-05-05T03:42:48.664Z Compiling convert_case v0.4.0
27542026-05-05T03:42:48.884Z Checking console v0.15.11
27552026-05-05T03:42:49.050Z Compiling derive_more v0.99.20
27562026-05-05T03:42:49.169Z Checking newline-converter v0.3.0
27572026-05-05T03:42:49.183Z Checking atomicwrites v0.4.4
27582026-05-05T03:42:49.264Z Checking usdt v0.5.0
27592026-05-05T03:42:49.293Z Compiling toml v0.8.23
27602026-05-05T03:42:49.309Z Checking linked-hash-map v0.5.6
27612026-05-05T03:42:49.446Z Compiling minimal-lexical v0.2.1
27622026-05-05T03:42:49.484Z Checking lru-cache v0.1.2
27632026-05-05T03:42:49.609Z Checking expectorate v1.2.0
27642026-05-05T03:42:49.707Z Compiling nom v7.1.3
27652026-05-05T03:42:50.266Z Checking camino-tempfile v1.4.1
27662026-05-05T03:42:50.283Z Checking hickory-proto v0.24.4
27672026-05-05T03:42:50.438Z Checking phf_shared v0.12.1
27682026-05-05T03:42:50.584Z Compiling slog-dtrace v0.3.0
27692026-05-05T03:42:50.764Z Checking heck v0.5.0
27702026-05-05T03:42:50.782Z Compiling chrono-tz v0.10.4
27712026-05-05T03:42:50.897Z Checking resolv-conf v0.7.6
27722026-05-05T03:42:50.989Z Compiling const_format_proc_macros v0.2.34
27732026-05-05T03:42:51.057Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742026-05-05T03:42:51.143Z Checking phf v0.12.1
27752026-05-05T03:42:51.288Z Checking tokio-dtrace v0.1.1
27762026-05-05T03:42:51.328Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27772026-05-05T03:42:51.478Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27782026-05-05T03:42:51.533Z Compiling derive-where v1.6.0
27792026-05-05T03:42:51.686Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27802026-05-05T03:42:51.805Z Checking highway v1.3.0
27812026-05-05T03:42:52.038Z Checking const_format v0.2.35
27822026-05-05T03:42:52.102Z Checking hickory-resolver v0.24.4
27832026-05-05T03:42:52.317Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27842026-05-05T03:42:52.534Z Checking oxide-tokio-rt v0.1.4
27852026-05-05T03:42:52.831Z Checking gethostname v0.5.0
27862026-05-05T03:42:52.848Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27872026-05-05T03:42:52.864Z Checking qorb v0.4.1
27882026-05-05T03:42:52.879Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27892026-05-05T03:42:52.921Z Checking bcs v0.1.6
27902026-05-05T03:42:52.987Z Compiling async-recursion v1.1.1
27912026-05-05T03:42:53.039Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27922026-05-05T03:42:53.069Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27932026-05-05T03:42:53.153Z Checking termtree v0.5.1
27942026-05-05T03:42:56.660Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27952026-05-05T03:42:59.261Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27962026-05-05T03:43:01.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.61s
27972026-05-05T03:43:01.591Z
27982026-05-05T03:43:01.591Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27992026-05-05T03:43:02.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-05-05T03:43:02.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-05-05T03:43:02.289Z Compiling ar_archive_writer v0.5.1
28022026-05-05T03:43:02.401Z Compiling stacker v0.1.23
28032026-05-05T03:43:02.408Z Compiling cfg_aliases v0.1.1
28042026-05-05T03:43:02.415Z Compiling convert_case v0.10.0
28052026-05-05T03:43:02.418Z Checking unicode-width v0.1.14
28062026-05-05T03:43:02.432Z Compiling proc-macro-error v1.0.4
28072026-05-05T03:43:02.443Z Checking fd-lock v4.0.4
28082026-05-05T03:43:02.443Z Checking nibble_vec v0.1.0
28092026-05-05T03:43:02.466Z Compiling nix v0.28.0
28102026-05-05T03:43:02.556Z Checking vte v0.14.1
28112026-05-05T03:43:02.575Z Compiling recursive-proc-macro-impl v0.1.1
28122026-05-05T03:43:02.654Z Checking endian-type v0.1.2
28132026-05-05T03:43:02.667Z Checking bytecount v0.6.9
28142026-05-05T03:43:02.705Z Checking strip-ansi-escapes v0.2.1
28152026-05-05T03:43:02.717Z Compiling derive_more-impl v2.1.1
28162026-05-05T03:43:02.729Z Compiling tabled_derive v0.7.0
28172026-05-05T03:43:02.766Z Checking papergrid v0.11.0
28182026-05-05T03:43:02.777Z Checking radix_trie v0.2.1
28192026-05-05T03:43:02.817Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202026-05-05T03:43:02.977Z Compiling peg-macros v0.8.5
28212026-05-05T03:43:02.990Z Checking winnow v0.6.26
28222026-05-05T03:43:03.256Z Compiling psm v0.1.30
28232026-05-05T03:43:03.284Z Compiling sqlparser_derive v0.5.0
28242026-05-05T03:43:03.385Z Checking nu-ansi-term v0.50.3
28252026-05-05T03:43:03.520Z Checking derive_more v2.1.1
28262026-05-05T03:43:03.597Z Checking home v0.5.12
28272026-05-05T03:43:03.610Z Checking unicode_categories v0.1.1
28282026-05-05T03:43:03.680Z Checking tabled v0.15.0
28292026-05-05T03:43:03.703Z Checking crossterm v0.29.0
28302026-05-05T03:43:03.751Z Checking rustyline v14.0.0
28312026-05-05T03:43:03.776Z Checking reedline v0.40.0
28322026-05-05T03:43:04.041Z Checking recursive v0.1.1
28332026-05-05T03:43:04.106Z Checking display-error-chain v0.2.2
28342026-05-05T03:43:04.126Z Checking sqlformat v0.3.5
28352026-05-05T03:43:04.140Z Checking sqlparser v0.61.0
28362026-05-05T03:43:04.360Z Checking peg v0.8.5
28372026-05-05T03:43:15.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
28382026-05-05T03:43:15.551Z
28392026-05-05T03:43:15.551Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28402026-05-05T03:43:16.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-05T03:43:16.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-05T03:43:16.231Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-05T03:43:19.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28442026-05-05T03:43:19.861Z
28452026-05-05T03:43:19.861Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28462026-05-05T03:43:20.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-05T03:43:20.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-05T03:43:20.530Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-05T03:43:22.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28502026-05-05T03:43:23.146Z
28512026-05-05T03:43:23.146Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28522026-05-05T03:43:23.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-05T03:43:23.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-05T03:43:23.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-05T03:43:27.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28562026-05-05T03:43:27.199Z
28572026-05-05T03:43:27.199Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28582026-05-05T03:43:27.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-05T03:43:27.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-05T03:43:27.876Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-05T03:43:31.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28622026-05-05T03:43:31.312Z
28632026-05-05T03:43:31.312Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28642026-05-05T03:43:31.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-05T03:43:31.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-05T03:43:31.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-05-05T03:43:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28682026-05-05T03:43:34.763Z
28692026-05-05T03:43:34.764Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28702026-05-05T03:43:35.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-05T03:43:35.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-05T03:43:35.445Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-05-05T03:43:38.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28742026-05-05T03:43:38.229Z
28752026-05-05T03:43:38.229Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28762026-05-05T03:43:38.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-05-05T03:43:38.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-05-05T03:43:38.912Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28792026-05-05T03:43:42.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28802026-05-05T03:43:42.499Z
28812026-05-05T03:43:42.499Zinfo: running `cargo check --bins` on oximeter (93/274)
28822026-05-05T03:43:43.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-05T03:43:43.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-05T03:43:43.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-05T03:43:43.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28862026-05-05T03:43:43.107Z
28872026-05-05T03:43:43.107Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28882026-05-05T03:43:43.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-05T03:43:43.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-05T03:43:43.751Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28912026-05-05T03:43:43.916Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28922026-05-05T03:43:43.991Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28932026-05-05T03:43:44.251Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28942026-05-05T03:43:47.306Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28952026-05-05T03:43:48.506Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28962026-05-05T03:43:48.671Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28972026-05-05T03:43:49.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
28982026-05-05T03:43:49.531Z
28992026-05-05T03:43:49.531Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
29002026-05-05T03:43:50.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-05T03:43:50.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-05T03:43:50.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-05T03:43:50.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-05-05T03:43:50.143Z
29052026-05-05T03:43:50.143Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29062026-05-05T03:43:50.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-05T03:43:50.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-05T03:43:50.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-05T03:43:50.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29102026-05-05T03:43:50.801Z
29112026-05-05T03:43:50.801Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29122026-05-05T03:43:51.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-05T03:43:51.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-05T03:43:51.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-05T03:43:51.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29162026-05-05T03:43:51.420Z
29172026-05-05T03:43:51.420Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29182026-05-05T03:43:51.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-05T03:43:51.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-05T03:43:51.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-05T03:43:51.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29222026-05-05T03:43:52.039Z
29232026-05-05T03:43:52.039Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29242026-05-05T03:43:52.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-05T03:43:52.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-05T03:43:52.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-05T03:43:52.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-05-05T03:43:52.654Z
29292026-05-05T03:43:52.654Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29302026-05-05T03:43:53.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-05T03:43:53.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-05T03:43:53.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-05T03:43:53.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29342026-05-05T03:43:53.273Z
29352026-05-05T03:43:53.273Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29362026-05-05T03:43:53.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-05T03:43:53.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-05T03:43:53.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-05-05T03:43:53.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29402026-05-05T03:43:53.873Z
29412026-05-05T03:43:53.873Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29422026-05-05T03:43:54.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-05-05T03:43:54.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-05-05T03:43:54.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-05-05T03:43:54.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29462026-05-05T03:43:54.487Z
29472026-05-05T03:43:54.487Zinfo: running `cargo check --bins` on update-engine (103/274)
29482026-05-05T03:43:54.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-05-05T03:43:54.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-05-05T03:43:54.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-05-05T03:43:54.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29522026-05-05T03:43:55.078Z
29532026-05-05T03:43:55.078Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29542026-05-05T03:43:55.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-05-05T03:43:55.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-05-05T03:43:55.802Z Compiling crucible-workspace-hack v0.1.0
29572026-05-05T03:43:55.920Z Checking secrecy v0.10.3
29582026-05-05T03:43:55.928Z Compiling heapless v0.8.0
29592026-05-05T03:43:55.935Z Compiling ingot-macros v0.1.1
29602026-05-05T03:43:55.941Z Compiling toml_edit v0.23.10+spec-1.0.0
29612026-05-05T03:43:55.944Z Checking hash32 v0.3.1
29622026-05-05T03:43:55.961Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29632026-05-05T03:43:55.964Z Compiling smoltcp v0.11.0
29642026-05-05T03:43:56.022Z Checking cobs v0.3.0
29652026-05-05T03:43:56.068Z Compiling thiserror-impl-no-std v2.0.2
29662026-05-05T03:43:56.158Z Checking universal-hash v0.5.1
29672026-05-05T03:43:56.182Z Checking half v2.7.1
29682026-05-05T03:43:56.195Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29692026-05-05T03:43:56.291Z Checking opaque-debug v0.3.1
29702026-05-05T03:43:56.323Z Checking ciborium-io v0.2.2
29712026-05-05T03:43:56.373Z Checking poly1305 v0.8.0
29722026-05-05T03:43:56.403Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29732026-05-05T03:43:56.423Z Checking postcard v1.1.3
29742026-05-05T03:43:56.437Z Checking ciborium-ll v0.2.2
29752026-05-05T03:43:56.629Z Compiling proc-macro-crate v3.4.0
29762026-05-05T03:43:56.645Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29772026-05-05T03:43:56.697Z Checking password-hash v0.5.0
29782026-05-05T03:43:56.743Z Checking chacha20 v0.9.1
29792026-05-05T03:43:56.907Z Compiling proc-macro-crate v1.3.1
29802026-05-05T03:43:56.928Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-05-05T03:43:56.944Z Checking blake2 v0.10.6
29822026-05-05T03:43:56.996Z Checking aead v0.5.2
29832026-05-05T03:43:57.139Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29842026-05-05T03:43:57.160Z Compiling foreign-types-macros v0.2.3
29852026-05-05T03:43:57.179Z Compiling num_enum_derive v0.7.5
29862026-05-05T03:43:57.179Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29872026-05-05T03:43:57.261Z Checking thiserror-no-std v2.0.2
29882026-05-05T03:43:57.327Z Checking cpufeatures v0.3.0
29892026-05-05T03:43:57.343Z Checking foreign-types-shared v0.3.1
29902026-05-05T03:43:57.357Z Checking vsss-rs v3.3.4
29912026-05-05T03:43:57.403Z Checking chacha20 v0.10.0
29922026-05-05T03:43:57.428Z Compiling num_enum_derive v0.5.11
29932026-05-05T03:43:57.443Z Checking argon2 v0.5.3
29942026-05-05T03:43:57.622Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29952026-05-05T03:43:57.744Z Checking foreign-types v0.5.0
29962026-05-05T03:43:57.792Z Checking chacha20poly1305 v0.10.1
29972026-05-05T03:43:57.824Z Checking ciborium v0.2.2
29982026-05-05T03:43:58.026Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29992026-05-05T03:43:58.056Z Checking tabwriter v1.4.1
30002026-05-05T03:43:58.203Z Checking byte-wrapper v0.1.0
30012026-05-05T03:43:58.219Z Checking num_enum v0.7.5
30022026-05-05T03:43:58.239Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30032026-05-05T03:43:58.307Z Checking cstr-argument v0.1.2
30042026-05-05T03:43:58.335Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30052026-05-05T03:43:58.411Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30062026-05-05T03:43:58.430Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30072026-05-05T03:43:58.458Z Checking num_enum v0.5.11
30082026-05-05T03:43:58.473Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30092026-05-05T03:43:58.573Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30102026-05-05T03:43:58.608Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30112026-05-05T03:43:58.625Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30122026-05-05T03:43:58.664Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30132026-05-05T03:43:58.728Z Checking ingot-types v0.1.2
30142026-05-05T03:43:58.767Z Checking rand v0.10.0
30152026-05-05T03:43:58.782Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30162026-05-05T03:43:58.785Z Checking indent_write v2.2.0
30172026-05-05T03:43:58.820Z Checking colored v3.1.1
30182026-05-05T03:43:58.922Z Compiling zone_cfg_derive v0.3.1
30192026-05-05T03:43:59.018Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-05-05T03:43:59.083Z Checking ingot v0.1.1
30212026-05-05T03:43:59.086Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-05-05T03:43:59.086Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30232026-05-05T03:43:59.185Z Checking itertools v0.12.1
30242026-05-05T03:43:59.199Z Compiling num-derive v0.4.2
30252026-05-05T03:43:59.213Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-05-05T03:43:59.300Z Checking swrite v0.1.0
30272026-05-05T03:43:59.393Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30282026-05-05T03:43:59.461Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30292026-05-05T03:43:59.609Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30302026-05-05T03:43:59.622Z Checking dropshot-api-manager-types v0.7.1
30312026-05-05T03:43:59.637Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30322026-05-05T03:43:59.713Z Checking smf v0.2.3
30332026-05-05T03:43:59.729Z Checking nanorand v0.7.0
30342026-05-05T03:43:59.791Z Checking whoami v1.6.1
30352026-05-05T03:43:59.925Z Checking flume v0.11.1
30362026-05-05T03:43:59.945Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30372026-05-05T03:44:00.159Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30382026-05-05T03:44:00.221Z Checking zone v0.3.1
30392026-05-05T03:44:00.701Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-05T03:44:01.659Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-05T03:44:02.533Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-05-05T03:44:05.615Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30432026-05-05T03:44:07.646Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30442026-05-05T03:44:08.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
30452026-05-05T03:44:08.931Z
30462026-05-05T03:44:08.932Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30472026-05-05T03:44:09.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-05T03:44:09.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-05T03:44:09.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-05T03:44:09.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-05T03:44:09.539Z
30522026-05-05T03:44:09.539Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30532026-05-05T03:44:10.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-05T03:44:10.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-05T03:44:10.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-05T03:44:10.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572026-05-05T03:44:10.144Z
30582026-05-05T03:44:10.144Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30592026-05-05T03:44:10.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-05T03:44:10.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-05T03:44:10.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-05T03:44:10.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-05T03:44:10.753Z
30642026-05-05T03:44:10.753Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30652026-05-05T03:44:11.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-05T03:44:11.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-05T03:44:11.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-05T03:44:11.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-05T03:44:11.366Z
30702026-05-05T03:44:11.366Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30712026-05-05T03:44:11.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-05T03:44:11.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-05T03:44:11.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-05T03:44:11.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30752026-05-05T03:44:11.977Z
30762026-05-05T03:44:11.977Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30772026-05-05T03:44:12.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-05T03:44:12.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-05T03:44:12.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-05T03:44:12.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-05-05T03:44:12.587Z
30822026-05-05T03:44:12.587Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30832026-05-05T03:44:13.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-05T03:44:13.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-05T03:44:13.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-05T03:44:13.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-05T03:44:13.194Z
30882026-05-05T03:44:13.194Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30892026-05-05T03:44:13.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-05T03:44:13.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-05T03:44:13.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-05T03:44:13.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30932026-05-05T03:44:13.787Z
30942026-05-05T03:44:13.787Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30952026-05-05T03:44:14.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-05T03:44:14.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-05T03:44:14.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-05T03:44:14.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30992026-05-05T03:44:14.395Z
31002026-05-05T03:44:14.395Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31012026-05-05T03:44:14.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-05T03:44:14.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-05T03:44:14.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-05T03:44:14.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31052026-05-05T03:44:15.003Z
31062026-05-05T03:44:15.003Zinfo: running `cargo check --bins` on installinator-client (115/274)
31072026-05-05T03:44:15.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-05T03:44:15.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-05T03:44:15.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-05T03:44:15.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31112026-05-05T03:44:15.616Z
31122026-05-05T03:44:15.616Zinfo: running `cargo check --bins` on nexus-client (116/274)
31132026-05-05T03:44:16.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-05T03:44:16.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-05T03:44:16.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-05T03:44:16.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31172026-05-05T03:44:16.260Z
31182026-05-05T03:44:16.260Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31192026-05-05T03:44:16.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-05T03:44:16.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-05T03:44:16.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-05T03:44:16.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31232026-05-05T03:44:16.903Z
31242026-05-05T03:44:16.903Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31252026-05-05T03:44:17.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-05T03:44:17.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-05T03:44:17.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-05T03:44:17.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-05-05T03:44:17.491Z
31302026-05-05T03:44:17.491Zinfo: running `cargo check --bins` on oxide-client (119/274)
31312026-05-05T03:44:17.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-05T03:44:17.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-05T03:44:17.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-05T03:44:17.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-05-05T03:44:18.122Z
31362026-05-05T03:44:18.122Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31372026-05-05T03:44:18.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-05T03:44:18.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-05T03:44:18.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-05T03:44:18.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-05-05T03:44:18.698Z
31422026-05-05T03:44:18.698Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31432026-05-05T03:44:19.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-05T03:44:19.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-05T03:44:19.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-05T03:44:19.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31472026-05-05T03:44:19.291Z
31482026-05-05T03:44:19.291Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31492026-05-05T03:44:19.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-05T03:44:19.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-05T03:44:19.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-05T03:44:19.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-05-05T03:44:19.908Z
31542026-05-05T03:44:19.908Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31552026-05-05T03:44:20.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-05T03:44:20.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-05T03:44:20.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-05T03:44:20.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31592026-05-05T03:44:20.538Z
31602026-05-05T03:44:20.538Zinfo: running `cargo check --bins` on installinator-common (124/274)
31612026-05-05T03:44:21.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-05T03:44:21.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-05T03:44:21.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-05T03:44:21.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31652026-05-05T03:44:21.166Z
31662026-05-05T03:44:21.166Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31672026-05-05T03:44:21.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-05T03:44:21.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-05T03:44:21.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-05-05T03:44:21.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31712026-05-05T03:44:21.751Z
31722026-05-05T03:44:21.751Zinfo: running `cargo check --bins` on wicket-common (126/274)
31732026-05-05T03:44:22.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-05-05T03:44:22.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-05-05T03:44:22.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-05-05T03:44:22.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31772026-05-05T03:44:22.372Z
31782026-05-05T03:44:22.372Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31792026-05-05T03:44:22.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-05-05T03:44:22.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-05-05T03:44:23.065Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31822026-05-05T03:44:23.183Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-05-05T03:44:23.189Z Checking csv-core v0.1.13
31842026-05-05T03:44:23.196Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31852026-05-05T03:44:23.206Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-05-05T03:44:23.215Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-05-05T03:44:23.225Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-05-05T03:44:23.236Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-05-05T03:44:23.345Z Checking csv v1.4.0
31902026-05-05T03:44:23.363Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-05-05T03:44:23.415Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-05-05T03:44:23.438Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-05-05T03:44:23.680Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-05-05T03:44:24.049Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31952026-05-05T03:44:24.053Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31962026-05-05T03:44:24.362Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-05-05T03:44:30.045Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-05-05T03:44:30.574Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-05-05T03:44:32.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.52s
32002026-05-05T03:44:33.100Z
32012026-05-05T03:44:33.100Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32022026-05-05T03:44:33.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-05T03:44:33.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-05T03:44:33.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-05T03:44:33.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-05-05T03:44:33.710Z
32072026-05-05T03:44:33.710Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32082026-05-05T03:44:34.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-05T03:44:34.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-05T03:44:34.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-05T03:44:34.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32122026-05-05T03:44:34.397Z
32132026-05-05T03:44:34.397Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32142026-05-05T03:44:34.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-05T03:44:34.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-05T03:44:34.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-05-05T03:44:34.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32182026-05-05T03:44:35.090Z
32192026-05-05T03:44:35.090Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32202026-05-05T03:44:35.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-05-05T03:44:35.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-05-05T03:44:35.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-05-05T03:44:35.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32242026-05-05T03:44:35.752Z
32252026-05-05T03:44:35.752Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32262026-05-05T03:44:36.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-05-05T03:44:36.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-05-05T03:44:36.527Z Compiling regress v0.11.1
32292026-05-05T03:44:36.669Z Compiling unsafe-libyaml v0.2.11
32302026-05-05T03:44:36.682Z Compiling radium v0.7.0
32312026-05-05T03:44:36.685Z Compiling semver v0.1.20
32322026-05-05T03:44:36.707Z Compiling pin-project-internal v1.1.11
32332026-05-05T03:44:36.720Z Compiling maybe-uninit v2.0.0
32342026-05-05T03:44:36.723Z Checking tap v1.0.1
32352026-05-05T03:44:36.836Z Checking wyz v0.5.1
32362026-05-05T03:44:36.947Z Compiling rustc_version v0.1.7
32372026-05-05T03:44:37.015Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-05-05T03:44:37.038Z Checking progenitor-client v0.13.0
32392026-05-05T03:44:37.138Z Compiling snafu-derive v0.8.9
32402026-05-05T03:44:37.170Z Compiling newtype_derive v0.1.6
32412026-05-05T03:44:37.305Z Compiling serde_yaml v0.9.34+deprecated
32422026-05-05T03:44:37.358Z Compiling zerocopy-derive v0.6.6
32432026-05-05T03:44:37.403Z Checking crc-catalog v2.4.0
32442026-05-05T03:44:37.498Z Checking funty v2.0.0
32452026-05-05T03:44:37.820Z Checking same-file v1.0.6
32462026-05-05T03:44:37.834Z Checking pin-project v1.1.11
32472026-05-05T03:44:37.932Z Compiling cancel-safe-futures v0.1.5
32482026-05-05T03:44:37.947Z Compiling packed_struct v0.10.1
32492026-05-05T03:44:38.098Z Checking typify-impl v0.6.2
32502026-05-05T03:44:38.143Z Compiling owo-colors v4.3.0
32512026-05-05T03:44:38.211Z Checking zerocopy v0.6.6
32522026-05-05T03:44:38.534Z Checking walkdir v2.5.0
32532026-05-05T03:44:38.551Z Checking bitvec v1.0.1
32542026-05-05T03:44:38.568Z Checking crc v3.4.0
32552026-05-05T03:44:38.764Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-05-05T03:44:38.765Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-05-05T03:44:38.819Z Checking globset v0.4.18
32582026-05-05T03:44:39.066Z Checking snafu v0.8.9
32592026-05-05T03:44:39.082Z Checking olpc-cjson v0.1.4
32602026-05-05T03:44:39.112Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-05-05T03:44:39.220Z Checking pem v3.0.6
32622026-05-05T03:44:39.257Z Compiling packed_struct_codegen v0.10.1
32632026-05-05T03:44:39.308Z Checking libsw-core v0.3.2
32642026-05-05T03:44:39.336Z Checking serde_plain v1.0.2
32652026-05-05T03:44:39.393Z Compiling bitfield-macros v0.19.4
32662026-05-05T03:44:39.411Z Compiling indexmap v1.9.3
32672026-05-05T03:44:39.456Z Checking nodrop v0.1.14
32682026-05-05T03:44:39.488Z Checking typed-path v0.9.3
32692026-05-05T03:44:39.551Z Checking array-init v0.0.4
32702026-05-05T03:44:39.633Z Checking libsw v3.5.0
32712026-05-05T03:44:39.792Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-05-05T03:44:39.857Z Checking smallvec v0.6.14
32732026-05-05T03:44:39.888Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32742026-05-05T03:44:39.968Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32752026-05-05T03:44:40.127Z Checking bitfield v0.19.4
32762026-05-05T03:44:40.195Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-05-05T03:44:40.286Z Checking tough v0.20.0
32782026-05-05T03:44:40.302Z Checking unicode-linebreak v0.1.5
32792026-05-05T03:44:40.321Z Checking smawk v0.3.2
32802026-05-05T03:44:40.336Z Checking linear-map v1.2.0
32812026-05-05T03:44:40.395Z Checking tagptr v0.2.0
32822026-05-05T03:44:40.449Z Checking base64 v0.21.7
32832026-05-05T03:44:40.506Z Checking hashbrown v0.12.3
32842026-05-05T03:44:40.521Z Checking textwrap v0.16.2
32852026-05-05T03:44:40.535Z Checking moka v0.12.13
32862026-05-05T03:44:40.689Z Checking ron v0.8.1
32872026-05-05T03:44:40.713Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32882026-05-05T03:44:40.739Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-05-05T03:44:40.907Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-05-05T03:44:41.166Z Checking serde-hex v0.1.0
32912026-05-05T03:44:41.199Z Checking steno v0.4.1
32922026-05-05T03:44:41.247Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-05-05T03:44:41.404Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-05-05T03:44:41.418Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-05-05T03:44:41.723Z Checking hashbrown v0.13.2
32962026-05-05T03:44:41.973Z Checking humantime v2.3.0
32972026-05-05T03:44:41.988Z Checking crc-any v2.5.0
32982026-05-05T03:44:42.149Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-05-05T03:44:42.163Z Checking object v0.30.4
33002026-05-05T03:44:42.176Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33012026-05-05T03:44:42.192Z Checking hickory-resolver v0.25.2
33022026-05-05T03:44:42.257Z Checking void v1.0.2
33032026-05-05T03:44:42.339Z Checking half v1.8.3
33042026-05-05T03:44:42.367Z Checking utf-8 v0.7.6
33052026-05-05T03:44:42.381Z Checking path-slash v0.1.5
33062026-05-05T03:44:42.504Z Checking tungstenite v0.23.0
33072026-05-05T03:44:42.552Z Checking serde_cbor v0.11.2
33082026-05-05T03:44:42.622Z Checking lzss v0.8.2
33092026-05-05T03:44:42.658Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33102026-05-05T03:44:42.756Z Compiling typify-macro v0.6.2
33112026-05-05T03:44:42.807Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33122026-05-05T03:44:42.821Z Checking nix v0.27.1
33132026-05-05T03:44:42.893Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-05-05T03:44:42.915Z Checking kstat-rs v0.2.4
33152026-05-05T03:44:42.929Z Checking fxhash v0.2.1
33162026-05-05T03:44:43.041Z Checking serde_bytes v0.11.19
33172026-05-05T03:44:43.056Z Checking tokio-tungstenite v0.23.1
33182026-05-05T03:44:43.100Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33192026-05-05T03:44:43.220Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-05-05T03:44:43.310Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-05-05T03:44:43.326Z Checking signal-hook-tokio v0.3.1
33222026-05-05T03:44:44.216Z Compiling typify v0.6.2
33232026-05-05T03:44:44.324Z Compiling progenitor-impl v0.13.0
33242026-05-05T03:44:44.327Z Compiling progenitor-impl v0.14.0
33252026-05-05T03:44:44.349Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-05-05T03:44:45.296Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-05-05T03:44:45.611Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33282026-05-05T03:44:45.943Z Compiling progenitor-macro v0.13.0
33292026-05-05T03:44:45.979Z Compiling progenitor-macro v0.14.0
33302026-05-05T03:44:48.517Z Checking progenitor v0.13.0
33312026-05-05T03:44:48.588Z Checking progenitor v0.14.0
33322026-05-05T03:44:48.636Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33332026-05-05T03:44:48.702Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-05-05T03:44:51.640Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33352026-05-05T03:44:59.069Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33362026-05-05T03:45:05.365Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-05-05T03:45:06.733Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-05-05T03:45:07.237Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-05-05T03:45:09.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.54s
33402026-05-05T03:45:09.514Z
33412026-05-05T03:45:09.514Zinfo: running `cargo check --bins` on gateway-api (133/274)
33422026-05-05T03:45:10.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-05-05T03:45:10.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-05-05T03:45:10.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-05-05T03:45:10.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33462026-05-05T03:45:10.122Z
33472026-05-05T03:45:10.122Zinfo: running `cargo check --bins` on ipcc (134/274)
33482026-05-05T03:45:10.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-05-05T03:45:10.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-05-05T03:45:10.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-05-05T03:45:10.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33522026-05-05T03:45:10.734Z
33532026-05-05T03:45:10.734Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33542026-05-05T03:45:11.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-05-05T03:45:11.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-05-05T03:45:11.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-05-05T03:45:11.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33582026-05-05T03:45:11.334Z
33592026-05-05T03:45:11.334Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33602026-05-05T03:45:11.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-05-05T03:45:11.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-05-05T03:45:11.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-05-05T03:45:11.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-05-05T03:45:11.941Z
33652026-05-05T03:45:11.941Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33662026-05-05T03:45:12.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-05-05T03:45:12.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-05-05T03:45:12.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-05-05T03:45:12.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33702026-05-05T03:45:12.554Z
33712026-05-05T03:45:12.554Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33722026-05-05T03:45:13.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-05-05T03:45:13.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-05-05T03:45:13.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-05-05T03:45:13.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33762026-05-05T03:45:13.168Z
33772026-05-05T03:45:13.168Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33782026-05-05T03:45:13.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-05-05T03:45:13.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-05-05T03:45:13.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-05-05T03:45:13.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-05-05T03:45:13.779Z
33832026-05-05T03:45:13.779Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33842026-05-05T03:45:14.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-05-05T03:45:14.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-05-05T03:45:14.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-05-05T03:45:14.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-05-05T03:45:14.390Z
33892026-05-05T03:45:14.390Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33902026-05-05T03:45:14.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-05-05T03:45:14.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-05-05T03:45:14.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-05-05T03:45:14.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-05-05T03:45:14.998Z
33952026-05-05T03:45:14.998Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33962026-05-05T03:45:15.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-05-05T03:45:15.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-05-05T03:45:15.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-05-05T03:45:15.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-05-05T03:45:15.609Z
34012026-05-05T03:45:15.610Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34022026-05-05T03:45:16.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-05-05T03:45:16.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-05-05T03:45:16.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-05-05T03:45:16.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-05-05T03:45:16.221Z
34072026-05-05T03:45:16.222Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34082026-05-05T03:45:16.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-05-05T03:45:16.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-05-05T03:45:16.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-05-05T03:45:16.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-05-05T03:45:16.835Z
34132026-05-05T03:45:16.835Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34142026-05-05T03:45:17.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-05-05T03:45:17.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-05-05T03:45:17.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-05-05T03:45:17.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-05-05T03:45:17.445Z
34192026-05-05T03:45:17.445Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34202026-05-05T03:45:17.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-05-05T03:45:17.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-05-05T03:45:17.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-05-05T03:45:17.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-05-05T03:45:18.058Z
34252026-05-05T03:45:18.058Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34262026-05-05T03:45:18.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-05-05T03:45:18.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-05-05T03:45:18.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-05-05T03:45:18.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-05-05T03:45:18.671Z
34312026-05-05T03:45:18.671Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34322026-05-05T03:45:19.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-05-05T03:45:19.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-05-05T03:45:19.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-05-05T03:45:19.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-05-05T03:45:19.279Z
34372026-05-05T03:45:19.279Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34382026-05-05T03:45:19.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-05-05T03:45:19.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-05-05T03:45:19.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-05-05T03:45:19.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-05-05T03:45:19.881Z
34432026-05-05T03:45:19.881Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34442026-05-05T03:45:20.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-05-05T03:45:20.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-05-05T03:45:20.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-05-05T03:45:20.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34482026-05-05T03:45:20.484Z
34492026-05-05T03:45:20.484Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34502026-05-05T03:45:20.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-05-05T03:45:21.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-05-05T03:45:21.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-05-05T03:45:21.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-05-05T03:45:21.164Z
34552026-05-05T03:45:21.164Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34562026-05-05T03:45:21.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-05-05T03:45:21.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-05-05T03:45:21.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-05-05T03:45:21.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-05-05T03:45:21.702Z
34612026-05-05T03:45:21.702Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34622026-05-05T03:45:22.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-05-05T03:45:22.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-05-05T03:45:22.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-05-05T03:45:22.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-05-05T03:45:22.314Z
34672026-05-05T03:45:22.314Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34682026-05-05T03:45:22.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-05T03:45:22.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-05T03:45:22.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-05T03:45:22.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34722026-05-05T03:45:22.964Z
34732026-05-05T03:45:22.964Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34742026-05-05T03:45:23.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-05T03:45:23.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-05T03:45:23.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-05T03:45:23.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-05-05T03:45:23.573Z
34792026-05-05T03:45:23.573Zinfo: running `cargo check --bins` on dns-server (156/274)
34802026-05-05T03:45:24.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-05T03:45:24.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-05T03:45:24.228Z Compiling parking_lot_core v0.8.6
34832026-05-05T03:45:24.228Z Compiling git-stub v1.0.0
34842026-05-05T03:45:24.228Z Compiling atomicwrites v0.4.4
34852026-05-05T03:45:24.232Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34862026-05-05T03:45:24.232Z Checking prefix-trie v0.7.0
34872026-05-05T03:45:24.461Z Compiling git-stub-vcs v0.1.0
34882026-05-05T03:45:24.633Z Checking hickory-server v0.25.2
34892026-05-05T03:45:24.736Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34902026-05-05T03:45:24.756Z Checking parking_lot v0.11.2
34912026-05-05T03:45:24.840Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34922026-05-05T03:45:24.840Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34932026-05-05T03:45:24.950Z Checking sled v0.34.7
34942026-05-05T03:45:26.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
34952026-05-05T03:45:27.018Z
34962026-05-05T03:45:27.018Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34972026-05-05T03:45:27.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-05T03:45:27.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-05T03:45:27.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-05T03:45:27.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-05-05T03:45:27.625Z
35022026-05-05T03:45:27.625Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35032026-05-05T03:45:28.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-05T03:45:28.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-05T03:45:28.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-05T03:45:28.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-05-05T03:45:28.240Z
35082026-05-05T03:45:28.240Zinfo: running `cargo check --bins` on sp-sim (159/274)
35092026-05-05T03:45:28.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-05T03:45:28.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-05T03:45:28.972Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-05-05T03:45:30.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
35132026-05-05T03:45:30.940Z
35142026-05-05T03:45:30.940Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35152026-05-05T03:45:31.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-05T03:45:31.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-05T03:45:31.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-05T03:45:31.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35192026-05-05T03:45:31.606Z
35202026-05-05T03:45:31.606Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35212026-05-05T03:45:32.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-05T03:45:32.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-05T03:45:32.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-05T03:45:32.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35252026-05-05T03:45:32.274Z
35262026-05-05T03:45:32.274Zinfo: running `cargo check --bins` on db-macros (162/274)
35272026-05-05T03:45:32.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-05T03:45:32.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-05T03:45:32.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-05T03:45:32.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35312026-05-05T03:45:32.866Z
35322026-05-05T03:45:32.866Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35332026-05-05T03:45:33.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-05T03:45:33.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-05T03:45:33.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-05T03:45:33.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35372026-05-05T03:45:33.477Z
35382026-05-05T03:45:33.477Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35392026-05-05T03:45:34.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-05T03:45:34.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-05T03:45:34.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-05T03:45:34.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35432026-05-05T03:45:34.123Z
35442026-05-05T03:45:34.123Zinfo: running `cargo check --bins` on authz-macros (165/274)
35452026-05-05T03:45:34.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-05T03:45:34.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-05T03:45:34.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-05T03:45:34.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-05-05T03:45:34.711Z
35502026-05-05T03:45:34.711Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35512026-05-05T03:45:35.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-05T03:45:35.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-05T03:45:35.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-05T03:45:35.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35552026-05-05T03:45:35.366Z
35562026-05-05T03:45:35.366Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35572026-05-05T03:45:35.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-05T03:45:35.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-05T03:45:35.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-05T03:45:35.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35612026-05-05T03:45:36.021Z
35622026-05-05T03:45:36.021Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35632026-05-05T03:45:36.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-05T03:45:36.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-05T03:45:36.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-05-05T03:45:36.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35672026-05-05T03:45:36.624Z
35682026-05-05T03:45:36.624Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35692026-05-05T03:45:37.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-05-05T03:45:37.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-05-05T03:45:37.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-05-05T03:45:37.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35732026-05-05T03:45:37.221Z
35742026-05-05T03:45:37.221Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35752026-05-05T03:45:37.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-05-05T03:45:37.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-05-05T03:45:37.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-05-05T03:45:37.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35792026-05-05T03:45:37.838Z
35802026-05-05T03:45:37.838Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35812026-05-05T03:45:38.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-05-05T03:45:38.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-05-05T03:45:38.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-05-05T03:45:38.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35852026-05-05T03:45:38.433Z
35862026-05-05T03:45:38.433Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35872026-05-05T03:45:38.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-05-05T03:45:38.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-05-05T03:45:38.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-05-05T03:45:38.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-05-05T03:45:39.030Z
35922026-05-05T03:45:39.031Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35932026-05-05T03:45:39.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-05-05T03:45:39.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-05-05T03:45:39.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-05-05T03:45:39.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35972026-05-05T03:45:39.697Z
35982026-05-05T03:45:39.697Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35992026-05-05T03:45:40.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-05-05T03:45:40.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-05-05T03:45:40.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-05-05T03:45:40.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36032026-05-05T03:45:40.366Z
36042026-05-05T03:45:40.366Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36052026-05-05T03:45:40.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-05-05T03:45:40.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-05-05T03:45:40.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-05-05T03:45:40.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36092026-05-05T03:45:41.024Z
36102026-05-05T03:45:41.024Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36112026-05-05T03:45:41.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-05-05T03:45:41.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-05-05T03:45:41.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-05-05T03:45:41.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36152026-05-05T03:45:41.657Z
36162026-05-05T03:45:41.657Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36172026-05-05T03:45:42.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-05-05T03:45:42.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-05-05T03:45:42.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-05-05T03:45:42.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36212026-05-05T03:45:42.278Z
36222026-05-05T03:45:42.278Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36232026-05-05T03:45:42.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-05-05T03:45:42.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-05-05T03:45:42.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-05-05T03:45:42.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36272026-05-05T03:45:42.905Z
36282026-05-05T03:45:42.905Zinfo: running `cargo check --bins` on key-manager (179/274)
36292026-05-05T03:45:43.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-05-05T03:45:43.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-05-05T03:45:43.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-05-05T03:45:43.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-05-05T03:45:43.512Z
36342026-05-05T03:45:43.512Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36352026-05-05T03:45:44.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-05-05T03:45:44.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-05-05T03:45:44.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-05-05T03:45:44.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36392026-05-05T03:45:44.136Z
36402026-05-05T03:45:44.136Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36412026-05-05T03:45:44.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-05-05T03:45:44.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-05-05T03:45:44.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-05-05T03:45:44.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36452026-05-05T03:45:44.764Z
36462026-05-05T03:45:44.764Zinfo: running `cargo check --bins` on typed-rng (182/274)
36472026-05-05T03:45:45.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-05-05T03:45:45.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-05-05T03:45:45.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-05-05T03:45:45.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-05-05T03:45:45.357Z
36522026-05-05T03:45:45.357Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36532026-05-05T03:45:45.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-05-05T03:45:45.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-05-05T03:45:46.207Z Compiling typify-impl v0.4.3
36562026-05-05T03:45:46.207Z Compiling libefi-sys v0.1.0
36572026-05-05T03:45:46.211Z Compiling bitfield-struct v0.6.2
36582026-05-05T03:45:46.361Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592026-05-05T03:45:46.370Z Compiling xshell-macros v0.2.7
36602026-05-05T03:45:46.400Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36612026-05-05T03:45:46.410Z Compiling salty v0.3.0
36622026-05-05T03:45:46.467Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36632026-05-05T03:45:46.606Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-05T03:45:46.702Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36652026-05-05T03:45:46.733Z Checking xshell v0.2.7
36662026-05-05T03:45:46.754Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36672026-05-05T03:45:46.922Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36682026-05-05T03:45:46.942Z Checking primeorder v0.13.6
36692026-05-05T03:45:46.959Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36702026-05-05T03:45:47.088Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-05-05T03:45:47.138Z Compiling proc-macro-error-attr2 v2.0.0
36722026-05-05T03:45:47.180Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36732026-05-05T03:45:47.194Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36742026-05-05T03:45:47.388Z Checking tungstenite v0.21.0
36752026-05-05T03:45:47.406Z Checking p384 v0.13.1
36762026-05-05T03:45:47.430Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36772026-05-05T03:45:47.525Z Compiling proc-macro-error2 v2.0.1
36782026-05-05T03:45:47.601Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-05-05T03:45:47.818Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-05-05T03:45:47.833Z Compiling num-derive v0.3.3
36812026-05-05T03:45:47.849Z Compiling tabled_derive v0.11.0
36822026-05-05T03:45:48.156Z Checking tokio-tungstenite v0.21.0
36832026-05-05T03:45:48.290Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36842026-05-05T03:45:48.402Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36852026-05-05T03:45:48.436Z Checking papergrid v0.17.0
36862026-05-05T03:45:48.608Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-05-05T03:45:48.778Z Checking libscf-sys v1.1.0
36882026-05-05T03:45:48.915Z Checking testing_table v0.3.0
36892026-05-05T03:45:48.973Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36902026-05-05T03:45:48.988Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-05T03:45:49.013Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-05-05T03:45:49.118Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36932026-05-05T03:45:49.219Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36942026-05-05T03:45:49.355Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-05-05T03:45:49.420Z Compiling unicase v2.9.0
36962026-05-05T03:45:49.437Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36972026-05-05T03:45:49.522Z Checking corncobs v0.1.4
36982026-05-05T03:45:49.628Z Checking tabled v0.20.0
36992026-05-05T03:45:49.643Z Compiling mime_guess v2.0.5
37002026-05-05T03:45:49.656Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-05-05T03:45:49.697Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37022026-05-05T03:45:49.842Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-05-05T03:45:49.913Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37042026-05-05T03:45:49.929Z Checking progenitor-client v0.11.2
37052026-05-05T03:45:50.163Z Checking secrecy v0.8.0
37062026-05-05T03:45:50.178Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37072026-05-05T03:45:50.194Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37082026-05-05T03:45:50.208Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37092026-05-05T03:45:50.272Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37102026-05-05T03:45:50.403Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37112026-05-05T03:45:50.682Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37122026-05-05T03:45:50.718Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37132026-05-05T03:45:50.796Z Compiling typify-macro v0.4.3
37142026-05-05T03:45:50.852Z Checking filetime v0.2.27
37152026-05-05T03:45:50.901Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37162026-05-05T03:45:50.990Z Checking http-range v0.1.5
37172026-05-05T03:45:51.134Z Checking crc8 v0.1.1
37182026-05-05T03:45:51.237Z Checking xattr v1.6.1
37192026-05-05T03:45:51.350Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37202026-05-05T03:45:51.373Z Checking tar v0.4.45
37212026-05-05T03:45:51.612Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37222026-05-05T03:45:51.651Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-05-05T03:45:51.763Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37242026-05-05T03:45:51.777Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37252026-05-05T03:45:51.835Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37262026-05-05T03:45:52.043Z Checking atty v0.2.14
37272026-05-05T03:45:52.146Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37282026-05-05T03:45:52.284Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37292026-05-05T03:45:52.365Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37302026-05-05T03:45:52.505Z Compiling typify v0.4.3
37312026-05-05T03:45:52.632Z Compiling progenitor-impl v0.11.2
37322026-05-05T03:45:52.705Z Compiling progenitor-impl v0.10.0
37332026-05-05T03:45:53.026Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37342026-05-05T03:45:53.050Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37352026-05-05T03:45:53.274Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-05T03:45:53.568Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37372026-05-05T03:45:54.003Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37382026-05-05T03:45:54.019Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37392026-05-05T03:45:54.164Z Checking hyper-staticfile v0.10.1
37402026-05-05T03:45:54.229Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37412026-05-05T03:45:54.510Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37422026-05-05T03:45:54.537Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37432026-05-05T03:45:54.556Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37442026-05-05T03:45:54.831Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37452026-05-05T03:45:54.880Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37462026-05-05T03:45:55.119Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-05-05T03:45:55.170Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37482026-05-05T03:45:55.276Z Compiling progenitor-macro v0.11.2
37492026-05-05T03:45:55.304Z Compiling progenitor-macro v0.10.0
37502026-05-05T03:45:58.061Z Checking progenitor v0.11.2
37512026-05-05T03:45:58.178Z Checking progenitor v0.10.0
37522026-05-05T03:45:58.190Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-05-05T03:45:58.299Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37542026-05-05T03:46:02.792Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37552026-05-05T03:46:03.895Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-05-05T03:46:14.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.81s
37572026-05-05T03:46:14.389Z
37582026-05-05T03:46:14.389Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37592026-05-05T03:46:14.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-05-05T03:46:14.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-05-05T03:46:15.181Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-05-05T03:46:25.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37632026-05-05T03:46:25.795Z
37642026-05-05T03:46:25.795Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37652026-05-05T03:46:26.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-05-05T03:46:26.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-05-05T03:46:26.586Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-05-05T03:46:37.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37692026-05-05T03:46:37.235Z
37702026-05-05T03:46:37.235Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37712026-05-05T03:46:37.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-05-05T03:46:37.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-05-05T03:46:38.010Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-05-05T03:46:48.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37752026-05-05T03:46:48.608Z
37762026-05-05T03:46:48.608Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37772026-05-05T03:46:49.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-05-05T03:46:49.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-05-05T03:46:49.401Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-05-05T03:46:59.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37812026-05-05T03:47:00.018Z
37822026-05-05T03:47:00.018Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37832026-05-05T03:47:00.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-05-05T03:47:00.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-05-05T03:47:00.809Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-05-05T03:47:11.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37872026-05-05T03:47:11.453Z
37882026-05-05T03:47:11.453Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37892026-05-05T03:47:12.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-05-05T03:47:12.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-05-05T03:47:12.240Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-05-05T03:47:22.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37932026-05-05T03:47:22.858Z
37942026-05-05T03:47:22.858Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37952026-05-05T03:47:23.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-05-05T03:47:23.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-05-05T03:47:23.644Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37982026-05-05T03:47:34.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37992026-05-05T03:47:34.286Z
38002026-05-05T03:47:34.286Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38012026-05-05T03:47:34.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-05-05T03:47:34.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-05-05T03:47:34.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-05-05T03:47:34.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38052026-05-05T03:47:34.900Z
38062026-05-05T03:47:34.900Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38072026-05-05T03:47:35.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-05-05T03:47:35.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-05-05T03:47:35.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-05-05T03:47:35.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38112026-05-05T03:47:35.509Z
38122026-05-05T03:47:35.513Zinfo: running `cargo check --bins` on range-requests (193/274)
38132026-05-05T03:47:36.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-05-05T03:47:36.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-05-05T03:47:36.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-05-05T03:47:36.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-05-05T03:47:36.109Z
38182026-05-05T03:47:36.109Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38192026-05-05T03:47:36.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-05-05T03:47:36.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-05-05T03:47:36.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-05-05T03:47:36.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38232026-05-05T03:47:36.709Z
38242026-05-05T03:47:36.709Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38252026-05-05T03:47:37.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-05-05T03:47:37.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-05-05T03:47:37.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-05-05T03:47:37.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-05-05T03:47:37.328Z
38302026-05-05T03:47:37.328Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38312026-05-05T03:47:37.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-05-05T03:47:37.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-05-05T03:47:37.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-05-05T03:47:37.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-05-05T03:47:37.947Z
38362026-05-05T03:47:37.947Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38372026-05-05T03:47:38.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-05-05T03:47:38.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-05-05T03:47:38.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-05-05T03:47:38.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-05-05T03:47:38.565Z
38422026-05-05T03:47:38.565Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38432026-05-05T03:47:39.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-05T03:47:39.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-05T03:47:39.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-05-05T03:47:39.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38472026-05-05T03:47:39.190Z
38482026-05-05T03:47:39.190Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38492026-05-05T03:47:39.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-05T03:47:39.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-05T03:47:39.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-05-05T03:47:39.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-05-05T03:47:39.816Z
38542026-05-05T03:47:39.816Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38552026-05-05T03:47:40.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-05T03:47:40.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-05T03:47:40.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-05-05T03:47:40.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38592026-05-05T03:47:40.435Z
38602026-05-05T03:47:40.435Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38612026-05-05T03:47:40.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-05T03:47:40.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-05T03:47:40.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-05-05T03:47:40.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-05-05T03:47:41.061Z
38662026-05-05T03:47:41.061Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38672026-05-05T03:47:41.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-05T03:47:41.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-05T03:47:41.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-05-05T03:47:41.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38712026-05-05T03:47:41.691Z
38722026-05-05T03:47:41.691Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38732026-05-05T03:47:42.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-05T03:47:42.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-05T03:47:42.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-05-05T03:47:42.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38772026-05-05T03:47:42.318Z
38782026-05-05T03:47:42.318Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38792026-05-05T03:47:42.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-05T03:47:42.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-05T03:47:42.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-05-05T03:47:42.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38832026-05-05T03:47:42.978Z
38842026-05-05T03:47:42.978Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38852026-05-05T03:47:43.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-05T03:47:43.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-05T03:47:43.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-05T03:47:43.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38892026-05-05T03:47:43.615Z
38902026-05-05T03:47:43.615Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38912026-05-05T03:47:44.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-05T03:47:44.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-05T03:47:44.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-05T03:47:44.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38952026-05-05T03:47:44.261Z
38962026-05-05T03:47:44.261Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38972026-05-05T03:47:44.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-05T03:47:44.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-05T03:47:44.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-05-05T03:47:44.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39012026-05-05T03:47:44.924Z
39022026-05-05T03:47:44.924Zinfo: running `cargo check --bins` on update-common (208/274)
39032026-05-05T03:47:45.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-05-05T03:47:45.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-05-05T03:47:45.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-05-05T03:47:45.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39072026-05-05T03:47:45.537Z
39082026-05-05T03:47:45.537Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39092026-05-05T03:47:46.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-05-05T03:47:46.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-05-05T03:47:46.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-05-05T03:47:46.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39132026-05-05T03:47:46.197Z
39142026-05-05T03:47:46.197Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39152026-05-05T03:47:46.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-05T03:47:46.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-05T03:47:46.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-05T03:47:46.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39192026-05-05T03:47:46.786Z
39202026-05-05T03:47:46.786Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39212026-05-05T03:47:47.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-05T03:47:47.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-05T03:47:47.562Z Compiling fs-err v2.11.0
39242026-05-05T03:47:47.565Z Checking ignore v0.4.25
39252026-05-05T03:47:47.565Z Checking arc-swap v1.8.2
39262026-05-05T03:47:47.565Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39272026-05-05T03:47:47.706Z Checking predicates-tree v1.0.13
39282026-05-05T03:47:47.717Z Checking parse-size v1.1.0
39292026-05-05T03:47:47.730Z Checking rand_seeder v0.4.0
39302026-05-05T03:47:47.733Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39312026-05-05T03:47:47.809Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39322026-05-05T03:47:47.830Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39332026-05-05T03:47:47.871Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39342026-05-05T03:47:47.903Z Checking slog-scope v4.4.1
39352026-05-05T03:47:48.013Z Compiling petname v2.0.2
39362026-05-05T03:47:48.037Z Checking slog-stdlog v4.1.1
39372026-05-05T03:47:48.041Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39382026-05-05T03:47:48.094Z Checking globwalk v0.9.1
39392026-05-05T03:47:48.116Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39402026-05-05T03:47:48.199Z Checking slog-envlogger v2.2.0
39412026-05-05T03:47:48.264Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39422026-05-05T03:47:48.279Z Checking camino-tempfile-ext v0.3.3
39432026-05-05T03:47:48.350Z Checking sapling-renderdag v0.1.0
39442026-05-05T03:47:48.428Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39452026-05-05T03:47:48.474Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39462026-05-05T03:47:48.589Z Checking subprocess v0.2.15
39472026-05-05T03:47:48.614Z Checking sync-ptr v0.1.4
39482026-05-05T03:47:48.685Z Checking colored v2.2.0
39492026-05-05T03:47:48.730Z Checking assert_matches v1.5.0
39502026-05-05T03:47:48.837Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39512026-05-05T03:47:48.863Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39522026-05-05T03:47:48.927Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39532026-05-05T03:47:48.927Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39542026-05-05T03:47:49.522Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39552026-05-05T03:47:50.822Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39562026-05-05T03:47:53.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
39572026-05-05T03:47:53.230Z
39582026-05-05T03:47:53.230Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39592026-05-05T03:47:53.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-05T03:47:53.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-05T03:47:53.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-05T03:47:53.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39632026-05-05T03:47:53.822Z
39642026-05-05T03:47:53.822Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39652026-05-05T03:47:54.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-05T03:47:54.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-05T03:47:54.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-05T03:47:54.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39692026-05-05T03:47:54.437Z
39702026-05-05T03:47:54.438Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39712026-05-05T03:47:54.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-05T03:47:54.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-05T03:47:54.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-05T03:47:54.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-05-05T03:47:55.093Z
39762026-05-05T03:47:55.093Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39772026-05-05T03:47:55.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-05T03:47:55.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-05T03:47:55.819Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39802026-05-05T03:47:55.819Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39812026-05-05T03:47:56.466Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39822026-05-05T03:47:58.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39832026-05-05T03:47:58.235Z
39842026-05-05T03:47:58.236Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39852026-05-05T03:47:58.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-05T03:47:58.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-05T03:47:58.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-05-05T03:47:58.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39892026-05-05T03:47:58.838Z
39902026-05-05T03:47:58.838Zinfo: running `cargo check --bins` on cert-dev (217/274)
39912026-05-05T03:47:59.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-05-05T03:47:59.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-05-05T03:47:59.444Z Checking yasna v0.5.2
39942026-05-05T03:47:59.844Z Checking rcgen v0.12.1
39952026-05-05T03:48:00.091Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39962026-05-05T03:48:00.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39972026-05-05T03:48:00.444Z
39982026-05-05T03:48:00.444Zinfo: running `cargo check --bins` on clickana (218/274)
39992026-05-05T03:48:00.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-05T03:48:00.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-05T03:48:01.093Z Compiling darling_core v0.23.0
40022026-05-05T03:48:01.097Z Compiling instability v0.3.11
40032026-05-05T03:48:01.097Z Checking castaway v0.2.4
40042026-05-05T03:48:01.215Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40052026-05-05T03:48:01.215Z Compiling indoc v2.0.7
40062026-05-05T03:48:01.219Z Checking unicode-truncate v1.1.0
40072026-05-05T03:48:01.231Z Checking lru v0.12.5
40082026-05-05T03:48:01.241Z Checking cassowary v0.3.0
40092026-05-05T03:48:01.297Z Checking compact_str v0.8.1
40102026-05-05T03:48:02.256Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40112026-05-05T03:48:02.439Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40122026-05-05T03:48:02.613Z Compiling darling_macro v0.23.0
40132026-05-05T03:48:03.026Z Compiling darling v0.23.0
40142026-05-05T03:48:03.634Z Checking ratatui v0.29.0
40152026-05-05T03:48:04.694Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40162026-05-05T03:48:05.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
40172026-05-05T03:48:05.561Z
40182026-05-05T03:48:05.561Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40192026-05-05T03:48:06.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-05-05T03:48:06.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-05-05T03:48:06.282Z Checking headers-core v0.3.0
40222026-05-05T03:48:06.282Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40232026-05-05T03:48:06.481Z Checking headers v0.4.1
40242026-05-05T03:48:06.846Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40252026-05-05T03:48:07.695Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40262026-05-05T03:48:08.183Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40272026-05-05T03:48:08.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40282026-05-05T03:48:08.802Z
40292026-05-05T03:48:08.802Zinfo: running `cargo check --bins` on ch-dev (220/274)
40302026-05-05T03:48:09.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-05T03:48:09.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-05T03:48:09.531Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40332026-05-05T03:48:10.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40342026-05-05T03:48:10.496Z
40352026-05-05T03:48:10.496Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40362026-05-05T03:48:10.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-05T03:48:10.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-05T03:48:10.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-05-05T03:48:10.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40402026-05-05T03:48:10.970Z
40412026-05-05T03:48:10.970Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40422026-05-05T03:48:11.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-05-05T03:48:11.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-05-05T03:48:11.689Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40452026-05-05T03:48:12.671Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40462026-05-05T03:48:13.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40472026-05-05T03:48:13.213Z
40482026-05-05T03:48:13.213Zinfo: running `cargo check --bins` on db-dev (223/274)
40492026-05-05T03:48:13.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-05T03:48:13.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-05T03:48:13.937Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40522026-05-05T03:48:14.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40532026-05-05T03:48:14.909Z
40542026-05-05T03:48:14.909Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40552026-05-05T03:48:15.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-05T03:48:15.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-05T03:48:15.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-05T03:48:15.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40592026-05-05T03:48:15.555Z
40602026-05-05T03:48:15.555Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40612026-05-05T03:48:16.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-05T03:48:16.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-05T03:48:16.161Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40642026-05-05T03:48:16.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40652026-05-05T03:48:17.026Z
40662026-05-05T03:48:17.026Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40672026-05-05T03:48:17.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-05T03:48:17.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-05T03:48:17.781Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-05T03:48:17.781Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-05-05T03:48:17.781Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40722026-05-05T03:48:17.785Z Checking git-stub v1.0.0
40732026-05-05T03:48:17.785Z Compiling trait-variant v0.1.2
40742026-05-05T03:48:17.785Z Checking maplit v1.0.2
40752026-05-05T03:48:17.911Z Checking is_ci v1.2.0
40762026-05-05T03:48:17.925Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40772026-05-05T03:48:17.989Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40782026-05-05T03:48:18.025Z Checking supports-color v3.0.2
40792026-05-05T03:48:18.069Z Checking git-stub-vcs v0.1.0
40802026-05-05T03:48:18.131Z Checking drift v0.1.3
40812026-05-05T03:48:18.147Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40822026-05-05T03:48:18.164Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40832026-05-05T03:48:18.265Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40842026-05-05T03:48:18.355Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40852026-05-05T03:48:18.416Z Checking dropshot-api-manager v0.7.1
40862026-05-05T03:48:18.430Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40872026-05-05T03:48:18.444Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40882026-05-05T03:48:18.636Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40892026-05-05T03:48:18.659Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40902026-05-05T03:48:18.896Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40912026-05-05T03:48:19.169Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40922026-05-05T03:48:24.088Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40932026-05-05T03:48:25.184Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40942026-05-05T03:48:25.749Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40952026-05-05T03:48:26.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
40962026-05-05T03:48:26.386Z
40972026-05-05T03:48:26.386Zinfo: running `cargo check --bins` on installinator-api (227/274)
40982026-05-05T03:48:26.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-05T03:48:26.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-05T03:48:26.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-05T03:48:26.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41022026-05-05T03:48:26.985Z
41032026-05-05T03:48:26.985Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41042026-05-05T03:48:27.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-05T03:48:27.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-05T03:48:27.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-05T03:48:27.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-05T03:48:27.626Z
41092026-05-05T03:48:27.626Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41102026-05-05T03:48:28.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-05T03:48:28.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-05T03:48:28.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-05T03:48:28.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41142026-05-05T03:48:28.273Z
41152026-05-05T03:48:28.273Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41162026-05-05T03:48:28.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-05T03:48:28.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-05T03:48:28.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-05T03:48:28.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41202026-05-05T03:48:28.920Z
41212026-05-05T03:48:28.920Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41222026-05-05T03:48:29.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-05T03:48:29.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-05T03:48:29.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-05T03:48:29.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41262026-05-05T03:48:29.533Z
41272026-05-05T03:48:29.533Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41282026-05-05T03:48:30.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-05T03:48:30.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-05T03:48:30.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-05-05T03:48:30.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41322026-05-05T03:48:30.125Z
41332026-05-05T03:48:30.125Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41342026-05-05T03:48:30.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-05-05T03:48:30.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-05-05T03:48:30.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372026-05-05T03:48:30.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41382026-05-05T03:48:30.746Z
41392026-05-05T03:48:30.746Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41402026-05-05T03:48:31.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-05T03:48:31.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-05T03:48:31.357Z Checking typeid v1.0.3
41432026-05-05T03:48:31.468Z Checking ordered-float v2.10.1
41442026-05-05T03:48:31.486Z Checking unicode-xid v0.2.6
41452026-05-05T03:48:31.499Z Checking cargo-platform v0.2.0
41462026-05-05T03:48:31.507Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41472026-05-05T03:48:31.539Z Checking erased-serde v0.4.9
41482026-05-05T03:48:31.671Z Checking serde-value v0.7.0
41492026-05-05T03:48:31.850Z Checking serde-untagged v0.1.9
41502026-05-05T03:48:32.006Z Checking cargo-util-schemas v0.8.2
41512026-05-05T03:48:32.690Z Checking cargo_metadata v0.21.0
41522026-05-05T03:48:33.284Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41532026-05-05T03:48:33.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41542026-05-05T03:48:34.144Z
41552026-05-05T03:48:34.144Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41562026-05-05T03:48:34.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-05-05T03:48:34.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-05-05T03:48:34.884Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41592026-05-05T03:48:35.507Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41602026-05-05T03:48:36.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41612026-05-05T03:48:36.222Z
41622026-05-05T03:48:36.222Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41632026-05-05T03:48:36.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-05-05T03:48:36.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-05-05T03:48:37.087Z Compiling vergen-gitcl v1.0.8
41662026-05-05T03:48:37.087Z Compiling dirs-sys-next v0.1.2
41672026-05-05T03:48:37.087Z Compiling crunchy v0.2.4
41682026-05-05T03:48:37.087Z Compiling diesel_derives v2.3.7
41692026-05-05T03:48:37.087Z Compiling glob v0.3.3
41702026-05-05T03:48:37.087Z Compiling dsl_auto_type v0.2.0
41712026-05-05T03:48:37.087Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41722026-05-05T03:48:37.090Z Checking scheduled-thread-pool v0.2.7
41732026-05-05T03:48:37.383Z Compiling diesel_table_macro_syntax v0.3.0
41742026-05-05T03:48:37.420Z Compiling tiny-keccak v2.0.2
41752026-05-05T03:48:37.456Z Compiling dirs-next v2.0.0
41762026-05-05T03:48:37.564Z Compiling term v0.7.0
41772026-05-05T03:48:37.593Z Compiling clang-sys v1.8.1
41782026-05-05T03:48:37.597Z Checking r2d2 v0.8.10
41792026-05-05T03:48:37.640Z Compiling bit-vec v0.6.3
41802026-05-05T03:48:37.643Z Checking downcast-rs v2.0.2
41812026-05-05T03:48:37.800Z Compiling itertools v0.10.5
41822026-05-05T03:48:37.897Z Compiling bit-set v0.5.3
41832026-05-05T03:48:37.964Z Compiling ascii-canvas v3.0.0
41842026-05-05T03:48:38.056Z Compiling ena v0.14.4
41852026-05-05T03:48:38.112Z Compiling libloading v0.8.9
41862026-05-05T03:48:38.139Z Compiling diff v0.1.13
41872026-05-05T03:48:38.196Z Compiling bindgen v0.71.1
41882026-05-05T03:48:38.212Z Compiling regex-syntax v0.6.29
41892026-05-05T03:48:38.316Z Compiling cexpr v0.6.0
41902026-05-05T03:48:38.401Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41912026-05-05T03:48:38.594Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41922026-05-05T03:48:38.663Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41932026-05-05T03:48:38.750Z Compiling libxml v0.3.3
41942026-05-05T03:48:38.852Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41952026-05-05T03:48:38.994Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41962026-05-05T03:48:39.010Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41972026-05-05T03:48:39.184Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41982026-05-05T03:48:39.199Z Compiling strum_macros v0.24.3
41992026-05-05T03:48:39.347Z Compiling indoc v1.0.9
42002026-05-05T03:48:39.788Z Compiling lalrpop v0.19.12
42012026-05-05T03:48:40.306Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42022026-05-05T03:48:40.321Z Checking derive_builder v0.20.2
42032026-05-05T03:48:40.437Z Compiling oso-derive v0.27.3
42042026-05-05T03:48:40.497Z Checking quick-xml v0.37.5
42052026-05-05T03:48:40.556Z Compiling impl-trait-for-tuples v0.2.3
42062026-05-05T03:48:40.935Z Checking openssl-probe v0.1.6
42072026-05-05T03:48:41.078Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42082026-05-05T03:48:41.380Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42092026-05-05T03:48:41.575Z Checking bb8 v0.8.6
42102026-05-05T03:48:41.837Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42112026-05-05T03:48:41.867Z Checking nonempty v0.12.0
42122026-05-05T03:48:41.962Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42132026-05-05T03:48:42.041Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42142026-05-05T03:48:42.062Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42152026-05-05T03:48:42.085Z Checking console v0.16.2
42162026-05-05T03:48:42.170Z Checking unit-prefix v0.5.2
42172026-05-05T03:48:42.250Z Checking support-bundle-viewer v0.1.2
42182026-05-05T03:48:42.308Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42192026-05-05T03:48:42.397Z Checking indicatif v0.18.4
42202026-05-05T03:48:42.492Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)
42212026-05-05T03:48:42.715Z Checking multimap v0.10.1
42222026-05-05T03:48:43.107Z Checking diesel v2.3.7
42232026-05-05T03:48:44.929Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42242026-05-05T03:48:45.503Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42252026-05-05T03:48:45.841Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42262026-05-05T03:48:46.608Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42272026-05-05T03:48:47.248Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42282026-05-05T03:48:47.422Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42292026-05-05T03:48:47.694Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42302026-05-05T03:48:47.880Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42312026-05-05T03:48:49.940Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42322026-05-05T03:48:54.820Z Compiling samael v0.0.19
42332026-05-05T03:48:58.718Z Checking diesel-dtrace v0.5.0
42342026-05-05T03:48:58.955Z Checking async-bb8-diesel v0.2.1
42352026-05-05T03:49:00.114Z Compiling polar-core v0.27.3
42362026-05-05T03:49:04.526Z Checking oso v0.27.3
42372026-05-05T03:49:40.826Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42382026-05-05T03:50:08.788Zerror[E0027]: pattern does not mention field `info`
42392026-05-05T03:50:08.788Z --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9
42402026-05-05T03:50:08.788Z |
42412026-05-05T03:50:08.788Z104 | let VolumeStatus { active, num_job_handles, seen_active } =
42422026-05-05T03:50:08.788Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info`
42432026-05-05T03:50:08.788Z |
42442026-05-05T03:50:08.788Zhelp: include the missing field in the pattern
42452026-05-05T03:50:08.788Z |
42462026-05-05T03:50:08.788Z104 | let VolumeStatus { active, num_job_handles, seen_active, info } =
42472026-05-05T03:50:08.788Z | ++++++
42482026-05-05T03:50:08.788Zhelp: if you don't care about this missing field, you can explicitly ignore it
42492026-05-05T03:50:08.789Z |
42502026-05-05T03:50:08.789Z104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } =
42512026-05-05T03:50:08.789Z | +++++++++
42522026-05-05T03:50:08.789Zhelp: or always ignore missing fields here
42532026-05-05T03:50:08.789Z |
42542026-05-05T03:50:08.789Z104 | let VolumeStatus { active, num_job_handles, seen_active, .. } =
42552026-05-05T03:50:08.789Z | ++++
42562026-05-05T03:50:08.789Z
42572026-05-05T03:50:13.716ZFor more information about this error, try `rustc --explain E0027`.
42582026-05-05T03:50:13.871Zerror: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error
42592026-05-05T03:50:14.097Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101)
42602026-05-05T03:50:14.102ZError: cargo-hack install failed: exit status: 1
42612026-05-05T03:50:14.102Z
42622026-05-05T03:50:14.102Zreal 8:44.906518056
42632026-05-05T03:50:14.102Zuser 14:40.316062103
42642026-05-05T03:50:14.102Zsys 3:16.084645916
42652026-05-05T03:50:14.102Ztrap 0.271272602
42662026-05-05T03:50:14.102Ztflt 0.318485815
42672026-05-05T03:50:14.102Zdflt 0.786309057
42682026-05-05T03:50:14.102Zkflt 0.002548745
42692026-05-05T03:50:14.103Zlock 49:01.607686100
42702026-05-05T03:50:14.103Zslp 1:03:44.830639916
42712026-05-05T03:50:14.103Zlat 55.267028710
42722026-05-05T03:50:14.103Zstop 3:07.895072675
42732026-05-05T03:50:14.106Zprocess exited: duration 733741 ms, exit code 1
 
42742026-05-05T03:50:14.113Zfound 0 output files