01KR2J31JXDJR44BKV1CRHDK36: 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: 01KR2J3TCCWS55AY7Q7P91ADGM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:10:18.892Zjob assigned to worker 01KR2J3S0R2K8N95MQNZVS3DT9 [factory aws, i-0679b2677effbc4a7] (queued for 49 s)
 
22026-05-08T01:10:25.801Zstarting task 0: "setup"
32026-05-08T01:10:25.806Z++ uname -s
42026-05-08T01:10:25.809Z+ kern=SunOS
52026-05-08T01:10:25.810Z+ build_user=build
62026-05-08T01:10:25.810Z+ build_uid=12345
72026-05-08T01:10:25.810Z+ work_dir=/work
82026-05-08T01:10:25.810Z+ input_dir=/input
92026-05-08T01:10:25.810Z+ [[ 0 == 12345 ]]
102026-05-08T01:10:25.810Z+ case "$kern" in
112026-05-08T01:10:25.810Z+ groupadd -g 12345 build
122026-05-08T01:10:25.813Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:10:27.817Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:10:27.929Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:10:27.933Z+ home_fs=zfs
162026-05-08T01:10:27.933Z+ [[ zfs == autofs ]]
172026-05-08T01:10:27.933Z+ mkdir -p /home/build
182026-05-08T01:10:27.933Z+ chown build:build /home/build /work
192026-05-08T01:10:29.934Z+ chmod 0700 /home/build /work
202026-05-08T01:10:29.936Zprocess exited: duration 4136 ms, exit code 0
 
212026-05-08T01:10:29.942Zstarting task 1: "rust-toolchain"
222026-05-08T01:10:29.947Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T01:10:29.947Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T01:10:29.947Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T01:10:29.947Z * rust toolchain channel = "1.94.0"
262026-05-08T01:10:29.947Z * rust toolchain profile = "default"
272026-05-08T01:10:29.947Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T01:10:29.950Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:10:29.950Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T01:10:30.079Zinfo: downloading installer
312026-05-08T01:10:31.781Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T01:10:31.782Zwarn: /opt/ooce/bin
332026-05-08T01:10:31.782Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T01:10:31.782Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T01:10:31.782Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T01:10:31.782Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T01:10:31.782Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T01:10:31.782Zerror: cannot install while Rust is installed
392026-05-08T01:10:31.782Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T01:10:31.782Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T01:10:31.782Zwarn: /home/build/.rustup/settings.toml
422026-05-08T01:10:31.782Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T01:10:31.782Zwarn: instead of the one inferred from the default host triple.
442026-05-08T01:10:31.816Zinfo: profile set to default
452026-05-08T01:10:31.816Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T01:10:31.819Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-08T01:10:31.973Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-08T01:10:31.983Zinfo: downloading 6 components
492026-05-08T01:10:48.604Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-08T01:10:48.604Z
512026-05-08T01:10:48.631Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-08T01:10:48.631Z
532026-05-08T01:10:48.631Z
542026-05-08T01:10:48.631ZRust is installed now. Great!
552026-05-08T01:10:48.631Z
562026-05-08T01:10:48.631ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T01:10:48.631Zenvironment variable. This has not been done automatically.
582026-05-08T01:10:48.631Z
592026-05-08T01:10:48.631ZTo configure your current shell, you need to source
602026-05-08T01:10:48.631Zthe corresponding env file under $HOME/.cargo.
612026-05-08T01:10:48.631Z
622026-05-08T01:10:48.631ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T01:10:48.631Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T01:10:48.632Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T01:10:48.632Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T01:10:48.635Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T01:10:48.635Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T01:10:48.635Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T01:10:48.635Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T01:10:48.635Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T01:10:48.732Z+ rustup --version
722026-05-08T01:10:48.741Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T01:10:48.744Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T01:10:48.766Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-08T01:10:48.772Z+ cargo --version
762026-05-08T01:10:48.777Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-08T01:10:48.780Z+ rustc --version
782026-05-08T01:10:48.799Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-08T01:10:48.801Zprocess exited: duration 18856 ms, exit code 0
 
802026-05-08T01:10:48.807Zstarting task 2: "authentication"
812026-05-08T01:10:48.823Zprocess exited: duration 16 ms, exit code 0
 
822026-05-08T01:10:48.830Zstarting task 3: "clone repository"
832026-05-08T01:10:48.834Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-08T01:10:48.836Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-08T01:10:48.888ZCloning into '/work/oxidecomputer/omicron'...
862026-05-08T01:10:58.306Z+ cd /work/oxidecomputer/omicron
872026-05-08T01:10:58.306Z+ git fetch origin 8c1006c69e367718ec9ccb3a543c87bec9615cde
882026-05-08T01:10:58.591ZFrom https://github.com/oxidecomputer/omicron
892026-05-08T01:10:58.591Z * branch 8c1006c69e367718ec9ccb3a543c87bec9615cde -> FETCH_HEAD
902026-05-08T01:10:58.601Z+ [[ -n '' ]]
912026-05-08T01:10:58.603Z+ git reset --hard 8c1006c69e367718ec9ccb3a543c87bec9615cde
922026-05-08T01:10:58.832ZHEAD is now at 8c1006c69 Place SP task dumps under `sp_task_dumps/` in support bundles
932026-05-08T01:10:58.836Zprocess exited: duration 10006 ms, exit code 0
 
942026-05-08T01:10:58.842Zstarting task 4: "build"
952026-05-08T01:10:58.847Z+ source .github/buildomat/ci-env.sh
962026-05-08T01:10:58.847Z++ export CARGO_TERM_COLOR=always
972026-05-08T01:10:58.847Z++ CARGO_TERM_COLOR=always
982026-05-08T01:10:58.850Z+ cargo --version
992026-05-08T01:10:58.858Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-05-08T01:10:58.860Z+ rustc --version
1012026-05-08T01:10:58.880Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-05-08T01:10:58.883Z+ source ./env.sh
1032026-05-08T01:10:58.883Z++ OLD_SHELL_OPTS=ehxB
1042026-05-08T01:10:58.883Z++ set -o xtrace
1052026-05-08T01:10:58.885Z++++ dirname ./env.sh
1062026-05-08T01:10:58.885Z+++ readlink -f .
1072026-05-08T01:10:58.888Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-05-08T01:10:58.888Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-08T01:10:58.888Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-08T01:10:58.888Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-08T01:10:58.888Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-08T01:10:58.888Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-08T01:10:58.888Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-05-08T01:10:58.888Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-08T01:10:58.888Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-08T01:10:58.888Z++ case $OLD_SHELL_OPTS in
1172026-05-08T01:10:58.888Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-05-08T01:10:58.888Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-05-08T01:10:58.888Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1202026-05-08T01:10:58.888Z+ banner prerequisites
1212026-05-08T01:10:58.891Z
1222026-05-08T01:10:58.891Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-05-08T01:10:58.891Z # # # # # # # # # # # # # # #
1242026-05-08T01:10:58.892Z # # # # ##### # # ##### # # # # # #### #
1252026-05-08T01:10:58.892Z ##### ##### # ##### # # # # # # # # #
1262026-05-08T01:10:58.892Z # # # # # # # # # # # # # # #
1272026-05-08T01:10:58.892Z # # # ###### # # ###### ### # #### # #### #
1282026-05-08T01:10:58.892Z
1292026-05-08T01:10:58.892Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-05-08T01:11:08.945Z Startup: Refreshing catalog 'helios-dev' ... Done
1312026-05-08T01:11:16.451Z Startup: Caching catalogs ... Done
1322026-05-08T01:11:23.868ZPlanning: Solver setup ... Done (6.004s)
1332026-05-08T01:11:23.909ZPlanning: Running solver ... Done (0.042s)
1342026-05-08T01:11:24.049ZPlanning: Finding local manifests ... Done (0.003s)
1352026-05-08T01:11:24.074ZPlanning: Fetching manifests: 0/5 0% complete
1362026-05-08T01:11:25.435ZPlanning: Fetching manifests: 5/5 100% complete
1372026-05-08T01:11:25.471ZPlanning: Package planning ... Done (0.036s)
1382026-05-08T01:11:25.507ZPlanning: Merging actions ... Done (0.036s)
1392026-05-08T01:11:25.685ZPlanning: Checking for conflicting actions ... Done (0.176s)
1402026-05-08T01:11:25.697ZPlanning: Consolidating action changes ... Done (0.009s)
1412026-05-08T01:11:26.782ZPlanning: Evaluating mediators ... Done (1.085s)
1422026-05-08T01:11:26.786ZPlanning: Planning completed in 10.17 seconds
1432026-05-08T01:11:26.798Z Packages to install: 5
1442026-05-08T01:11:26.798Z Mediators to change: 3
1452026-05-08T01:11:26.802Z Services to change: 1
1462026-05-08T01:11:26.802Z Estimated space available: 155.34 GB
1472026-05-08T01:11:26.802ZEstimated space to be consumed: 1.90 GB
1482026-05-08T01:11:26.802Z Create boot environment: No
1492026-05-08T01:11:26.802ZCreate backup boot environment: No
1502026-05-08T01:11:26.802Z Rebuild boot archive: No
1512026-05-08T01:11:26.802Z
1522026-05-08T01:11:26.802ZChanged mediators:
1532026-05-08T01:11:26.802Z mediator clang:
1542026-05-08T01:11:26.802Z version: None -> 15 (system default)
1552026-05-08T01:11:26.802Z
1562026-05-08T01:11:26.803Z mediator llvm:
1572026-05-08T01:11:26.803Z version: 14 (system default) -> 15 (system default)
1582026-05-08T01:11:26.803Z
1592026-05-08T01:11:26.803Z mediator postgresql:
1602026-05-08T01:11:26.803Z version: 15 (system default) -> 18 (system default)
1612026-05-08T01:11:26.803Z
1622026-05-08T01:11:26.803ZChanged packages:
1632026-05-08T01:11:26.803Zhelios-dev
1642026-05-08T01:11:26.803Z developer/build-essential
1652026-05-08T01:11:26.803Z None -> 11-2.0
1662026-05-08T01:11:26.803Z library/libxmlsec1
1672026-05-08T01:11:26.803Z None -> 1.2.35-2.0
1682026-05-08T01:11:26.803Z ooce/developer/clang-15
1692026-05-08T01:11:26.803Z None -> 15.0.7-2.0
1702026-05-08T01:11:26.803Z ooce/developer/llvm-15
1712026-05-08T01:11:26.803Z None -> 15.0.7-2.0
1722026-05-08T01:11:26.803Z ooce/library/postgresql-18
1732026-05-08T01:11:26.803Z None -> 18.1-2.0
1742026-05-08T01:11:26.803Z
1752026-05-08T01:11:26.803ZServices:
1762026-05-08T01:11:26.803Z restart_fmri:
1772026-05-08T01:11:26.803Z svc:/system/update-man-index:default
1782026-05-08T01:11:26.842Z
1792026-05-08T01:11:26.842ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1802026-05-08T01:11:32.990ZDownload: 207/4272 items 1.3/219.0MB 0% complete (834k/s)
1812026-05-08T01:11:39.503ZDownload: 211/4272 items 1.3/219.0MB 0% complete (738k/s)
1822026-05-08T01:11:44.504ZDownload: 1121/4272 items 55.0/219.0MB 25% complete (10.6M/s)
1832026-05-08T01:11:52.235ZDownload: 1198/4272 items 83.5/219.0MB 38% complete (13.7M/s)
1842026-05-08T01:11:58.529ZDownload: 2219/4272 items 118.2/219.0MB 53% complete (3.6M/s)
1852026-05-08T01:12:03.530ZDownload: 3477/4272 items 213.5/219.0MB 97% complete (9.8M/s)
1862026-05-08T01:12:04.666ZDownload: Completed 218.99 MB in 37.82 seconds (5.8M/s)
1872026-05-08T01:12:04.942Z Actions: 1/4789 actions (Installing new actions)
1882026-05-08T01:12:08.288Z Actions: Completed 4789 actions in 3.34 seconds.
1892026-05-08T01:12:08.589Z Done (0.304s)
1902026-05-08T01:12:08.589Z Done (0.000s)
1912026-05-08T01:12:09.336Z Done (0.746s)
1922026-05-08T01:12:12.753Z Done (3.060s)
1932026-05-08T01:12:12.825Z Done (0.013s)
1942026-05-08T01:12:12.832Z Done (0.000s)
1952026-05-08T01:12:13.066Z Done (0.000s)
1962026-05-08T01:12:13.934ZPlanning: Evaluating mediator changes ... Done
1972026-05-08T01:12:14.041ZPlanning: Checking for conflicting actions ... Done
1982026-05-08T01:12:14.044ZPlanning: Consolidating action changes ... Done
1992026-05-08T01:12:14.208ZPlanning: Evaluating mediators ... Done
2002026-05-08T01:12:14.211ZPlanning: Planning completed in 0.27 seconds
2012026-05-08T01:12:14.220Z Mediators to change: 2
2022026-05-08T01:12:14.220Z Create boot environment: No
2032026-05-08T01:12:14.220ZCreate backup boot environment: No
2042026-05-08T01:12:14.300Z Done
2052026-05-08T01:12:14.300Z Done
2062026-05-08T01:12:14.894Z Done
2072026-05-08T01:12:17.526Z Done
2082026-05-08T01:12:17.606Z Done
2092026-05-08T01:12:17.611Z Done
2102026-05-08T01:12:17.740Z Done
2112026-05-08T01:12:18.027ZPlanning: Evaluating mediator changes ... Done
2122026-05-08T01:12:18.105ZPlanning: Checking for conflicting actions ... Done
2132026-05-08T01:12:18.109ZPlanning: Consolidating action changes ... Done
2142026-05-08T01:12:18.263ZPlanning: Evaluating mediators ... Done
2152026-05-08T01:12:18.266ZPlanning: Planning completed in 0.26 seconds
2162026-05-08T01:12:18.285Z Mediators to change: 1
2172026-05-08T01:12:18.285Z Create boot environment: No
2182026-05-08T01:12:18.285ZCreate backup boot environment: No
2192026-05-08T01:12:18.336Z Done
2202026-05-08T01:12:18.337Z Done
2212026-05-08T01:12:18.943Z Done
2222026-05-08T01:12:21.571Z Done
2232026-05-08T01:12:21.661Z Done
2242026-05-08T01:12:21.681Z Done
2252026-05-08T01:12:21.796Z Done
2262026-05-08T01:12:22.074ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-05-08T01:12:22.074Zclang system 15 system
2282026-05-08T01:12:22.074Zcsh system system illumos
2292026-05-08T01:12:22.074Zctags system system illumos
2302026-05-08T01:12:22.074Zfile system system illumos
2312026-05-08T01:12:22.075Zgcc vendor 12 vendor
2322026-05-08T01:12:22.075Zgcc system 14 system
2332026-05-08T01:12:22.075Zgcc system 10 system
2342026-05-08T01:12:22.075Zgo system 1.20 system
2352026-05-08T01:12:22.075Zgo system 1.19 system
2362026-05-08T01:12:22.075Zllvm system 15 system
2372026-05-08T01:12:22.075Zllvm system 14 system
2382026-05-08T01:12:22.075Zmariadb system 10.6 system
2392026-05-08T01:12:22.075Zmta vendor vendor dma
2402026-05-08T01:12:22.075Zopenjdk system 17 system
2412026-05-08T01:12:22.075Zopenjdk system 11 system
2422026-05-08T01:12:22.075Zopenjdk system 1.8 system
2432026-05-08T01:12:22.076Zopenssl vendor 3 vendor
2442026-05-08T01:12:22.076Zperl system 5.36 system
2452026-05-08T01:12:22.076Zpostgresql system 18 system
2462026-05-08T01:12:22.076Zpostgresql system 15 system
2472026-05-08T01:12:22.076Zpostgresql system 13 system
2482026-05-08T01:12:22.076Zpython vendor 3 vendor
2492026-05-08T01:12:22.076Zpython system 2 system
2502026-05-08T01:12:22.076Zpython3 system 3.11 system
2512026-05-08T01:12:22.076Zruby system 3.0 system
2522026-05-08T01:12:22.076Zwords vendor vendor american-english
2532026-05-08T01:12:22.076Zwords system system australian-english
2542026-05-08T01:12:22.077Zwords system system british-english
2552026-05-08T01:12:22.077Zwords system system canadian-english
2562026-05-08T01:12:22.077Zwords system system french
2572026-05-08T01:12:22.077Zwords system system italian
2582026-05-08T01:12:22.077Zwords system system ngerman
2592026-05-08T01:12:22.077Zwords system system ogerman
2602026-05-08T01:12:22.078Zwords system system spanish
2612026-05-08T01:12:22.709ZPUBLISHER TYPE STATUS P LOCATION
2622026-05-08T01:12:22.709Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-05-08T01:12:27.048ZFMRI IFO
2642026-05-08T01:12:27.048Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-05-08T01:12:27.048Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-05-08T01:12:27.048Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-05-08T01:12:27.048Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-05-08T01:12:27.049Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-05-08T01:12:27.049Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-05-08T01:12:27.049Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2712026-05-08T01:12:27.049Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2722026-05-08T01:12:27.049Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-05-08T01:12:27.049Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-05-08T01:12:27.049Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-05-08T01:12:27.049Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-05-08T01:12:27.049Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-05-08T01:12:27.049Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-05-08T01:12:27.049Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-05-08T01:12:27.049Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-05-08T01:12:27.049Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-05-08T01:12:29.284Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-05-08T01:12:29.349Z Updating crates.io index
2832026-05-08T01:12:29.349Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-05-08T01:12:29.349Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-05-08T01:12:29.379Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-05-08T01:12:29.673Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-05-08T01:12:30.698Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-05-08T01:12:31.185Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-05-08T01:12:32.904Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-05-08T01:12:33.703Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-05-08T01:12:33.937Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-05-08T01:12:34.762Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-05-08T01:12:34.994Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-05-08T01:12:35.387Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-05-08T01:12:35.712Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-05-08T01:12:36.651Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-05-08T01:12:37.179Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-05-08T01:12:37.418Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-05-08T01:12:37.850Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-05-08T01:12:38.144Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-05-08T01:12:38.361Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-05-08T01:12:38.586Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-05-08T01:12:38.813Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-05-08T01:12:39.222Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-05-08T01:12:39.664Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-05-08T01:12:40.078Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-05-08T01:12:40.463Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-05-08T01:12:40.780Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-05-08T01:12:41.791Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-05-08T01:12:42.473Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-05-08T01:12:42.956Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-05-08T01:12:43.446Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-05-08T01:12:43.624Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-05-08T01:12:44.016Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-05-08T01:12:44.335Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-05-08T01:12:44.633Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-05-08T01:12:45.167Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-05-08T01:12:45.406Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-05-08T01:12:45.668Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-05-08T01:12:46.089Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-05-08T01:12:58.101Z Downloading crates ...
3222026-05-08T01:12:58.150Z Downloaded anstyle-query v1.1.5
3232026-05-08T01:12:58.157Z Downloaded typeid v1.0.3
3242026-05-08T01:12:58.157Z Downloaded anstream v0.6.21
3252026-05-08T01:12:58.161Z Downloaded cargo_toml v0.21.0
3262026-05-08T01:12:58.161Z Downloaded clap_derive v4.5.55
3272026-05-08T01:12:58.161Z Downloaded scroll_derive v0.12.1
3282026-05-08T01:12:58.161Z Downloaded colorchoice v1.0.4
3292026-05-08T01:12:58.162Z Downloaded clap_lex v1.0.0
3302026-05-08T01:12:58.162Z Downloaded thiserror v1.0.69
3312026-05-08T01:12:58.165Z Downloaded cargo_metadata v0.21.0
3322026-05-08T01:12:58.171Z Downloaded utf8parse v0.2.2
3332026-05-08T01:12:58.171Z Downloaded thiserror-impl v2.0.18
3342026-05-08T01:12:58.171Z Downloaded thiserror v2.0.18
3352026-05-08T01:12:58.177Z Downloaded crypto-common v0.1.7
3362026-05-08T01:12:58.177Z Downloaded yoke-derive v0.8.1
3372026-05-08T01:12:58.177Z Downloaded utf8_iter v1.0.4
3382026-05-08T01:12:58.187Z Downloaded unicode-xid v0.2.6
3392026-05-08T01:12:58.187Z Downloaded toml_write v0.1.2
3402026-05-08T01:12:58.187Z Downloaded usdt-attr-macro v0.5.0
3412026-05-08T01:12:58.187Z Downloaded usdt-macro v0.5.0
3422026-05-08T01:12:58.200Z Downloaded unicode-linebreak v0.1.5
3432026-05-08T01:12:58.200Z Downloaded zerofrom v0.1.6
3442026-05-08T01:12:58.200Z Downloaded version_check v0.9.5
3452026-05-08T01:12:58.200Z Downloaded anstyle v1.0.13
3462026-05-08T01:12:58.200Z Downloaded thread-id v4.2.2
3472026-05-08T01:12:58.200Z Downloaded zerofrom-derive v0.1.6
3482026-05-08T01:12:58.200Z Downloaded usdt v0.5.0
3492026-05-08T01:12:58.200Z Downloaded erased-serde v0.4.9
3502026-05-08T01:12:58.200Z Downloaded fs-err v3.3.0
3512026-05-08T01:12:58.204Z Downloaded clap_builder v4.5.60
3522026-05-08T01:12:58.204Z Downloaded toml_datetime v0.6.11
3532026-05-08T01:12:58.204Z Downloaded cfg-if v1.0.4
3542026-05-08T01:12:58.205Z Downloaded zerovec-derive v0.11.2
3552026-05-08T01:12:58.211Z Downloaded tinystr v0.8.2
3562026-05-08T01:12:58.211Z Downloaded memmap v0.7.0
3572026-05-08T01:12:58.211Z Downloaded fnv v1.0.7
3582026-05-08T01:12:58.211Z Downloaded thiserror-impl v1.0.69
3592026-05-08T01:12:58.214Z Downloaded usdt-impl v0.5.0
3602026-05-08T01:12:58.214Z Downloaded zmij v1.0.21
3612026-05-08T01:12:58.215Z Downloaded writeable v0.6.2
3622026-05-08T01:12:58.215Z Downloaded yoke v0.8.1
3632026-05-08T01:12:58.215Z Downloaded scroll v0.12.0
3642026-05-08T01:12:58.220Z Downloaded zerocopy-derive v0.7.35
3652026-05-08T01:12:58.224Z Downloaded toml v0.8.23
3662026-05-08T01:12:58.227Z Downloaded serde-untagged v0.1.9
3672026-05-08T01:12:58.227Z Downloaded pest_generator v2.8.6
3682026-05-08T01:12:58.232Z Downloaded unicode-ident v1.0.24
3692026-05-08T01:12:58.235Z Downloaded ordered-float v2.10.1
3702026-05-08T01:12:58.239Z Downloaded generic-array v0.14.7
3712026-05-08T01:12:58.244Z Downloaded percent-encoding v2.3.2
3722026-05-08T01:12:58.247Z Downloaded itoa v1.0.17
3732026-05-08T01:12:58.248Z Downloaded heck v0.5.0
3742026-05-08T01:12:58.248Z Downloaded ucd-trie v0.1.7
3752026-05-08T01:12:58.251Z Downloaded toml_edit v0.22.27
3762026-05-08T01:12:58.251Z Downloaded typenum v1.19.0
3772026-05-08T01:12:58.254Z Downloaded serde-value v0.7.0
3782026-05-08T01:12:58.254Z Downloaded errno v0.3.14
3792026-05-08T01:12:58.254Z Downloaded dof v0.3.0
3802026-05-08T01:12:58.256Z Downloaded textwrap v0.16.2
3812026-05-08T01:12:58.256Z Downloaded zerotrie v0.2.3
3822026-05-08T01:12:58.261Z Downloaded plain v0.2.3
3832026-05-08T01:12:58.264Z Downloaded proc-macro-error-attr v1.0.4
3842026-05-08T01:12:58.265Z Downloaded url v2.5.8
3852026-05-08T01:12:58.269Z Downloaded icu_locale_core v2.1.1
3862026-05-08T01:12:58.272Z Downloaded pest_derive v2.8.6
3872026-05-08T01:12:58.278Z Downloaded litemap v0.8.1
3882026-05-08T01:12:58.278Z Downloaded zerovec v0.11.5
3892026-05-08T01:12:58.281Z Downloaded strsim v0.11.1
3902026-05-08T01:12:58.281Z Downloaded smawk v0.3.2
3912026-05-08T01:12:58.284Z Downloaded zerocopy v0.7.35
3922026-05-08T01:12:58.292Z Downloaded swrite v0.1.0
3932026-05-08T01:12:58.297Z Downloaded equivalent v1.0.2
3942026-05-08T01:12:58.297Z Downloaded dtrace-parser v0.2.0
3952026-05-08T01:12:58.297Z Downloaded winnow v0.7.14
3962026-05-08T01:12:58.301Z Downloaded tabled_derive v0.7.0
3972026-05-08T01:12:58.301Z Downloaded stable_deref_trait v1.2.1
3982026-05-08T01:12:58.301Z Downloaded serde_spanned v0.6.9
3992026-05-08T01:12:58.301Z Downloaded pretty-hex v0.4.1
4002026-05-08T01:12:58.301Z Downloaded potential_utf v0.1.4
4012026-05-08T01:12:58.301Z Downloaded is_terminal_polyfill v1.70.2
4022026-05-08T01:12:58.305Z Downloaded form_urlencoded v1.2.2
4032026-05-08T01:12:58.305Z Downloaded cpufeatures v0.2.17
4042026-05-08T01:12:58.305Z Downloaded idna_adapter v1.2.1
4052026-05-08T01:12:58.305Z Downloaded macaddr v1.0.1
4062026-05-08T01:12:58.305Z Downloaded block-buffer v0.10.4
4072026-05-08T01:12:58.309Z Downloaded unicode-width v0.2.0
4082026-05-08T01:12:58.314Z Downloaded unicode-width v0.1.14
4092026-05-08T01:12:58.322Z Downloaded terminal_size v0.4.3
4102026-05-08T01:12:58.326Z Downloaded cargo-platform v0.2.0
4112026-05-08T01:12:58.342Z Downloaded fastrand v2.3.0
4122026-05-08T01:12:58.342Z Downloaded digest v0.10.7
4132026-05-08T01:12:58.342Z Downloaded sha2 v0.10.9
4142026-05-08T01:12:58.342Z Downloaded proc-macro-error v1.0.4
4152026-05-08T01:12:58.346Z Downloaded displaydoc v0.2.5
4162026-05-08T01:12:58.346Z Downloaded camino-tempfile v1.4.1
4172026-05-08T01:12:58.346Z Downloaded smallvec v1.15.1
4182026-05-08T01:12:58.354Z Downloaded quote v1.0.45
4192026-05-08T01:12:58.365Z Downloaded byteorder v1.5.0
4202026-05-08T01:12:58.374Z Downloaded serde_tokenstream v0.2.3
4212026-05-08T01:12:58.388Z Downloaded bytecount v0.6.9
4222026-05-08T01:12:58.391Z Downloaded heck v0.4.1
4232026-05-08T01:12:58.391Z Downloaded anyhow v1.0.102
4242026-05-08T01:12:58.391Z Downloaded synstructure v0.13.2
4252026-05-08T01:12:58.421Z Downloaded cargo-util-schemas v0.8.2
4262026-05-08T01:12:58.435Z Downloaded camino v1.2.2
4272026-05-08T01:12:58.435Z Downloaded icu_normalizer v2.1.1
4282026-05-08T01:12:58.435Z Downloaded tempfile v3.25.0
4292026-05-08T01:12:58.435Z Downloaded bitflags v2.11.0
4302026-05-08T01:12:58.435Z Downloaded once_cell v1.21.3
4312026-05-08T01:12:58.435Z Downloaded semver v1.0.28
4322026-05-08T01:12:58.435Z Downloaded autocfg v1.5.0
4332026-05-08T01:12:58.442Z Downloaded log v0.4.29
4342026-05-08T01:12:58.445Z Downloaded serde_core v1.0.228
4352026-05-08T01:12:58.445Z Downloaded icu_provider v2.1.1
4362026-05-08T01:12:58.445Z Downloaded proc-macro2 v1.0.106
4372026-05-08T01:12:58.449Z Downloaded getrandom v0.4.1
4382026-05-08T01:12:58.452Z Downloaded num-traits v0.2.19
4392026-05-08T01:12:58.455Z Downloaded icu_properties v2.1.2
4402026-05-08T01:12:58.455Z Downloaded papergrid v0.11.0
4412026-05-08T01:12:58.459Z Downloaded indexmap v2.14.0
4422026-05-08T01:12:58.459Z Downloaded clap v4.5.60
4432026-05-08T01:12:58.466Z Downloaded serde_derive v1.0.228
4442026-05-08T01:12:58.470Z Downloaded memchr v2.8.0
4452026-05-08T01:12:58.475Z Downloaded anstyle-parse v0.2.7
4462026-05-08T01:12:58.490Z Downloaded pest_meta v2.8.6
4472026-05-08T01:12:58.497Z Downloaded serde v1.0.228
4482026-05-08T01:12:58.501Z Downloaded idna v1.1.0
4492026-05-08T01:12:58.501Z Downloaded icu_normalizer_data v2.1.1
4502026-05-08T01:12:58.512Z Downloaded icu_collections v2.1.1
4512026-05-08T01:12:58.522Z Downloaded goblin v0.8.2
4522026-05-08T01:12:58.527Z Downloaded hashbrown v0.17.0
4532026-05-08T01:12:58.538Z Downloaded serde_json v1.0.149
4542026-05-08T01:12:58.543Z Downloaded pest v2.8.6
4552026-05-08T01:12:58.556Z Downloaded icu_properties_data v2.1.2
4562026-05-08T01:12:58.568Z Downloaded tabled v0.15.0
4572026-05-08T01:12:58.583Z Downloaded syn v1.0.109
4582026-05-08T01:12:58.596Z Downloaded syn v2.0.117
4592026-05-08T01:12:58.947Z Downloaded rustix v1.1.3
4602026-05-08T01:12:59.104Z Downloaded libc v0.2.185
4612026-05-08T01:12:59.104Z Compiling proc-macro2 v1.0.106
4622026-05-08T01:12:59.104Z Compiling quote v1.0.45
4632026-05-08T01:12:59.104Z Compiling unicode-ident v1.0.24
4642026-05-08T01:12:59.104Z Compiling serde_core v1.0.228
4652026-05-08T01:12:59.104Z Compiling libc v0.2.185
4662026-05-08T01:12:59.105Z Compiling version_check v0.9.5
4672026-05-08T01:12:59.105Z Compiling stable_deref_trait v1.2.1
4682026-05-08T01:12:59.105Z Compiling memchr v2.8.0
4692026-05-08T01:12:59.356Z Compiling serde v1.0.228
4702026-05-08T01:12:59.356Z Compiling zmij v1.0.21
4712026-05-08T01:12:59.481Z Compiling itoa v1.0.17
4722026-05-08T01:12:59.481Z Compiling autocfg v1.5.0
4732026-05-08T01:13:01.313Z Compiling ucd-trie v0.1.7
4742026-05-08T01:13:01.313Z Compiling thiserror v1.0.69
4752026-05-08T01:13:01.313Z Compiling pest v2.8.6
4762026-05-08T01:13:01.313Z Compiling writeable v0.6.2
4772026-05-08T01:13:01.313Z Compiling litemap v0.8.1
4782026-05-08T01:13:01.313Z Compiling byteorder v1.5.0
4792026-05-08T01:13:01.313Z Compiling rustix v1.1.3
4802026-05-08T01:13:01.313Z Compiling icu_normalizer_data v2.1.1
4812026-05-08T01:13:01.313Z Compiling syn v2.0.117
4822026-05-08T01:13:01.313Z Compiling icu_properties_data v2.1.2
4832026-05-08T01:13:01.314Z Compiling errno v0.3.14
4842026-05-08T01:13:01.314Z Compiling bitflags v2.11.0
4852026-05-08T01:13:01.314Z Compiling serde_json v1.0.149
4862026-05-08T01:13:01.314Z Compiling num-traits v0.2.19
4872026-05-08T01:13:01.314Z Compiling equivalent v1.0.2
4882026-05-08T01:13:01.314Z Compiling smallvec v1.15.1
4892026-05-08T01:13:01.314Z Compiling pest_meta v2.8.6
4902026-05-08T01:13:01.314Z Compiling typeid v1.0.3
4912026-05-08T01:13:01.366Z Compiling hashbrown v0.17.0
4922026-05-08T01:13:01.366Z Compiling thread-id v4.2.2
4932026-05-08T01:13:01.366Z Compiling proc-macro-error-attr v1.0.4
4942026-05-08T01:13:01.367Z Compiling usdt-impl v0.5.0
4952026-05-08T01:13:01.367Z Compiling toml_write v0.1.2
4962026-05-08T01:13:01.450Z Compiling winnow v0.7.14
4972026-05-08T01:13:01.539Z Compiling indexmap v2.14.0
4982026-05-08T01:13:01.590Z Compiling syn v1.0.109
4992026-05-08T01:13:01.660Z Compiling erased-serde v0.4.9
5002026-05-08T01:13:02.093Z Compiling proc-macro-error v1.0.4
5012026-05-08T01:13:02.184Z Compiling utf8_iter v1.0.4
5022026-05-08T01:13:02.285Z Compiling utf8parse v0.2.2
5032026-05-08T01:13:02.332Z Compiling percent-encoding v2.3.2
5042026-05-08T01:13:02.403Z Compiling getrandom v0.4.1
5052026-05-08T01:13:02.444Z Compiling log v0.4.29
5062026-05-08T01:13:02.530Z Compiling camino v1.2.2
5072026-05-08T01:13:02.544Z Compiling thiserror v2.0.18
5082026-05-08T01:13:02.589Z Compiling plain v0.2.3
5092026-05-08T01:13:02.633Z Compiling form_urlencoded v1.2.2
5102026-05-08T01:13:02.706Z Compiling ordered-float v2.10.1
5112026-05-08T01:13:02.811Z Compiling anstyle-parse v0.2.7
5122026-05-08T01:13:02.862Z Compiling synstructure v0.13.2
5132026-05-08T01:13:02.880Z Compiling pest_generator v2.8.6
5142026-05-08T01:13:03.057Z Compiling terminal_size v0.4.3
5152026-05-08T01:13:03.217Z Compiling anstyle v1.0.13
5162026-05-08T01:13:03.375Z Compiling anstyle-query v1.1.5
5172026-05-08T01:13:03.470Z Compiling is_terminal_polyfill v1.70.2
5182026-05-08T01:13:03.486Z Compiling colorchoice v1.0.4
5192026-05-08T01:13:03.486Z Compiling cfg-if v1.0.4
5202026-05-08T01:13:03.486Z Compiling pretty-hex v0.4.1
5212026-05-08T01:13:03.486Z Compiling serde-untagged v0.1.9
5222026-05-08T01:13:03.540Z Compiling anstream v0.6.21
5232026-05-08T01:13:03.646Z Compiling semver v1.0.28
5242026-05-08T01:13:03.691Z Compiling fs-err v3.3.0
5252026-05-08T01:13:03.739Z Compiling once_cell v1.21.3
5262026-05-08T01:13:03.844Z Compiling clap_lex v1.0.0
5272026-05-08T01:13:03.880Z Compiling heck v0.5.0
5282026-05-08T01:13:03.947Z Compiling unicode-xid v0.2.6
5292026-05-08T01:13:03.975Z Compiling fastrand v2.3.0
5302026-05-08T01:13:03.991Z Compiling anyhow v1.0.102
5312026-05-08T01:13:04.076Z Compiling unicode-width v0.1.14
5322026-05-08T01:13:04.083Z Compiling fnv v1.0.7
5332026-05-08T01:13:04.202Z Compiling heck v0.4.1
5342026-05-08T01:13:04.240Z Compiling strsim v0.11.1
5352026-05-08T01:13:04.311Z Compiling bytecount v0.6.9
5362026-05-08T01:13:04.422Z Compiling clap_builder v4.5.60
5372026-05-08T01:13:04.422Z Compiling papergrid v0.11.0
5382026-05-08T01:13:04.468Z Compiling tempfile v3.25.0
5392026-05-08T01:13:04.531Z Compiling serde_derive v1.0.228
5402026-05-08T01:13:04.573Z Compiling zerofrom-derive v0.1.6
5412026-05-08T01:13:04.590Z Compiling yoke-derive v0.8.1
5422026-05-08T01:13:04.865Z Compiling zerovec-derive v0.11.2
5432026-05-08T01:13:05.054Z Compiling displaydoc v0.2.5
5442026-05-08T01:13:05.748Z Compiling thiserror-impl v1.0.69
5452026-05-08T01:13:05.790Z Compiling zerocopy-derive v0.7.35
5462026-05-08T01:13:05.850Z Compiling pest_derive v2.8.6
5472026-05-08T01:13:05.943Z Compiling scroll_derive v0.12.1
5482026-05-08T01:13:06.003Z Compiling zerofrom v0.1.6
5492026-05-08T01:13:06.094Z Compiling yoke v0.8.1
5502026-05-08T01:13:06.262Z Compiling zerovec v0.11.5
5512026-05-08T01:13:06.314Z Compiling zerotrie v0.2.3
5522026-05-08T01:13:06.717Z Compiling scroll v0.12.0
5532026-05-08T01:13:06.776Z Compiling thiserror-impl v2.0.18
5542026-05-08T01:13:06.776Z Compiling zerocopy v0.7.35
5552026-05-08T01:13:06.878Z Compiling tinystr v0.8.2
5562026-05-08T01:13:06.981Z Compiling potential_utf v0.1.4
5572026-05-08T01:13:07.042Z Compiling icu_locale_core v2.1.1
5582026-05-08T01:13:07.137Z Compiling icu_collections v2.1.1
5592026-05-08T01:13:07.185Z Compiling dtrace-parser v0.2.0
5602026-05-08T01:13:07.263Z Compiling goblin v0.8.2
5612026-05-08T01:13:07.452Z Compiling tabled_derive v0.7.0
5622026-05-08T01:13:07.641Z Compiling clap_derive v4.5.55
5632026-05-08T01:13:07.906Z Compiling icu_provider v2.1.1
5642026-05-08T01:13:07.976Z Compiling toml_datetime v0.6.11
5652026-05-08T01:13:08.021Z Compiling serde_spanned v0.6.9
5662026-05-08T01:13:08.051Z Compiling dof v0.3.0
5672026-05-08T01:13:08.105Z Compiling serde_tokenstream v0.2.3
5682026-05-08T01:13:08.168Z Compiling icu_normalizer v2.1.1
5692026-05-08T01:13:08.202Z Compiling icu_properties v2.1.2
5702026-05-08T01:13:08.248Z Compiling toml_edit v0.22.27
5712026-05-08T01:13:08.493Z Compiling serde-value v0.7.0
5722026-05-08T01:13:08.600Z Compiling cargo-platform v0.2.0
5732026-05-08T01:13:08.809Z Compiling memmap v0.7.0
5742026-05-08T01:13:08.820Z Compiling smawk v0.3.2
5752026-05-08T01:13:08.861Z Compiling unicode-width v0.2.0
5762026-05-08T01:13:08.964Z Compiling unicode-linebreak v0.1.5
5772026-05-08T01:13:09.025Z Compiling usdt-macro v0.5.0
5782026-05-08T01:13:09.141Z Compiling idna_adapter v1.2.1
5792026-05-08T01:13:09.228Z Compiling usdt-attr-macro v0.5.0
5802026-05-08T01:13:09.285Z Compiling idna v1.1.0
5812026-05-08T01:13:09.310Z Compiling textwrap v0.16.2
5822026-05-08T01:13:09.352Z Compiling tabled v0.15.0
5832026-05-08T01:13:09.412Z Compiling clap v4.5.60
5842026-05-08T01:13:09.665Z Compiling toml v0.8.23
5852026-05-08T01:13:09.796Z Compiling url v2.5.8
5862026-05-08T01:13:09.956Z Compiling macaddr v1.0.1
5872026-05-08T01:13:10.189Z Compiling cargo_toml v0.21.0
5882026-05-08T01:13:10.820Z Compiling cargo-util-schemas v0.8.2
5892026-05-08T01:13:10.820Z Compiling usdt v0.5.0
5902026-05-08T01:13:10.820Z Compiling camino-tempfile v1.4.1
5912026-05-08T01:13:10.820Z Compiling swrite v0.1.0
5922026-05-08T01:13:10.820Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-05-08T01:13:11.177Z Compiling cargo_metadata v0.21.0
5942026-05-08T01:13:12.144Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-05-08T01:13:15.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.24s
5962026-05-08T01:13:15.365Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-05-08T01:13:15.365Z Downloading crates ...
5982026-05-08T01:13:15.365Z Downloaded aead v0.5.2
5992026-05-08T01:13:15.365Z Downloaded adler2 v2.0.1
6002026-05-08T01:13:15.365Z Downloaded cstr-argument v0.1.2
6012026-05-08T01:13:15.365Z Downloaded aes-gcm v0.10.3
6022026-05-08T01:13:15.366Z Downloaded aes v0.8.4
6032026-05-08T01:13:15.366Z Downloaded base64ct v1.8.3
6042026-05-08T01:13:15.366Z Downloaded crc32fast v1.5.0
6052026-05-08T01:13:15.366Z Downloaded async-trait v0.1.89
6062026-05-08T01:13:15.366Z Downloaded atomicwrites v0.4.4
6072026-05-08T01:13:15.366Z Downloaded allocator-api2 v0.2.21
6082026-05-08T01:13:15.366Z Downloaded cfg_aliases v0.2.1
6092026-05-08T01:13:15.366Z Downloaded array-init v0.0.4
6102026-05-08T01:13:15.366Z Downloaded cipher v0.4.4
6112026-05-08T01:13:15.366Z Downloaded cargo_metadata v0.19.2
6122026-05-08T01:13:15.366Z Downloaded crypto-bigint v0.5.5
6132026-05-08T01:13:15.366Z Downloaded bb8 v0.8.6
6142026-05-08T01:13:15.366Z Downloaded block-padding v0.3.3
6152026-05-08T01:13:15.366Z Downloaded atomic-waker v1.1.2
6162026-05-08T01:13:15.366Z Downloaded bit-set v0.8.0
6172026-05-08T01:13:15.366Z Downloaded async-stream-impl v0.3.6
6182026-05-08T01:13:15.366Z Downloaded embedded-io v0.4.0
6192026-05-08T01:13:15.366Z Downloaded cargo-platform v0.1.9
6202026-05-08T01:13:15.366Z Downloaded async-recursion v1.1.1
6212026-05-08T01:13:15.366Z Downloaded des v0.8.1
6222026-05-08T01:13:15.366Z Downloaded const-oid v0.9.6
6232026-05-08T01:13:15.366Z Downloaded ciborium-io v0.2.2
6242026-05-08T01:13:15.366Z Downloaded bitfield-struct v0.6.2
6252026-05-08T01:13:15.366Z Downloaded bit-set v0.5.3
6262026-05-08T01:13:15.366Z Downloaded dropshot-api-manager-types v0.7.1
6272026-05-08T01:13:15.366Z Downloaded derive_more v0.99.20
6282026-05-08T01:13:15.366Z Downloaded derive_builder v0.20.2
6292026-05-08T01:13:15.366Z Downloaded bcs v0.1.6
6302026-05-08T01:13:15.366Z Downloaded darling_macro v0.21.3
6312026-05-08T01:13:15.366Z Downloaded cpufeatures v0.3.0
6322026-05-08T01:13:15.366Z Downloaded fd-lock v4.0.4
6332026-05-08T01:13:15.366Z Downloaded castaway v0.2.4
6342026-05-08T01:13:15.366Z Downloaded derive_builder_core v0.20.2
6352026-05-08T01:13:15.366Z Downloaded der_derive v0.7.3
6362026-05-08T01:13:15.366Z Downloaded arrayref v0.3.9
6372026-05-08T01:13:15.366Z Downloaded endian-type v0.1.2
6382026-05-08T01:13:15.366Z Downloaded embedded-io v0.6.1
6392026-05-08T01:13:15.366Z Downloaded ctr v0.9.2
6402026-05-08T01:13:15.366Z Downloaded derive_builder_macro v0.20.2
6412026-05-08T01:13:15.366Z Downloaded crc v3.4.0
6422026-05-08T01:13:15.367Z Downloaded ascii-canvas v3.0.0
6432026-05-08T01:13:15.367Z Downloaded crucible-workspace-hack v0.1.0
6442026-05-08T01:13:15.367Z Downloaded crossbeam-epoch v0.9.18
6452026-05-08T01:13:15.367Z Downloaded bitfield-macros v0.19.4
6462026-05-08T01:13:15.367Z Downloaded atty v0.2.14
6472026-05-08T01:13:15.367Z Downloaded assert_matches v1.5.0
6482026-05-08T01:13:15.367Z Downloaded dirs-sys-next v0.1.2
6492026-05-08T01:13:15.367Z Downloaded dyn-clone v1.0.20
6502026-05-08T01:13:15.367Z Downloaded crc8 v0.1.1
6512026-05-08T01:13:15.367Z Downloaded cfg_aliases v0.1.1
6522026-05-08T01:13:15.367Z Downloaded downcast-rs v2.0.2
6532026-05-08T01:13:15.367Z Downloaded dtrace-parser v0.3.0
6542026-05-08T01:13:15.367Z Downloaded chacha20 v0.9.1
6552026-05-08T01:13:15.367Z Downloaded argon2 v0.5.3
6562026-05-08T01:13:15.367Z Downloaded bzip2 v0.6.1
6572026-05-08T01:13:15.367Z Downloaded dof v0.4.0
6582026-05-08T01:13:15.367Z Downloaded diesel_table_macro_syntax v0.3.0
6592026-05-08T01:13:15.367Z Downloaded bcrypt-pbkdf v0.10.0
6602026-05-08T01:13:15.367Z Downloaded float-ord v0.3.2
6612026-05-08T01:13:15.367Z Downloaded difflib v0.4.0
6622026-05-08T01:13:15.367Z Downloaded foreign-types-shared v0.3.1
6632026-05-08T01:13:15.367Z Downloaded foreign-types-shared v0.1.1
6642026-05-08T01:13:15.367Z Downloaded defmt-parser v1.0.0
6652026-05-08T01:13:15.367Z Downloaded foreign-types v0.5.0
6662026-05-08T01:13:15.367Z Downloaded convert_case v0.4.0
6672026-05-08T01:13:15.367Z Downloaded cobs v0.3.0
6682026-05-08T01:13:15.367Z Downloaded crc-catalog v2.4.0
6692026-05-08T01:13:15.367Z Downloaded foreign-types-macros v0.2.3
6702026-05-08T01:13:15.367Z Downloaded document-features v0.2.12
6712026-05-08T01:13:15.367Z Downloaded debug-ignore v1.0.5
6722026-05-08T01:13:15.367Z Downloaded compression-core v0.4.31
6732026-05-08T01:13:15.367Z Downloaded enum-as-inner v0.6.1
6742026-05-08T01:13:15.367Z Downloaded dunce v1.0.5
6752026-05-08T01:13:15.367Z Downloaded display-error-chain v0.2.2
6762026-05-08T01:13:15.367Z Downloaded async-stream v0.3.6
6772026-05-08T01:13:15.367Z Downloaded funty v2.0.0
6782026-05-08T01:13:15.367Z Downloaded darling_macro v0.23.0
6792026-05-08T01:13:15.368Z Downloaded base16ct v0.2.0
6802026-05-08T01:13:15.368Z Downloaded futures-core v0.3.32
6812026-05-08T01:13:15.368Z Downloaded float-cmp v0.10.0
6822026-05-08T01:13:15.368Z Downloaded futures-macro v0.3.32
6832026-05-08T01:13:15.368Z Downloaded curve25519-dalek-derive v0.1.1
6842026-05-08T01:13:15.368Z Downloaded darling_macro v0.20.11
6852026-05-08T01:13:15.368Z Downloaded crunchy v0.2.4
6862026-05-08T01:13:15.368Z Downloaded foreign-types v0.3.2
6872026-05-08T01:13:15.368Z Downloaded futures-io v0.3.32
6882026-05-08T01:13:15.368Z Downloaded futures-task v0.3.32
6892026-05-08T01:13:15.368Z Downloaded fixedbitset v0.4.2
6902026-05-08T01:13:15.368Z Downloaded cbc v0.1.2
6912026-05-08T01:13:15.368Z Downloaded const_format_proc_macros v0.2.34
6922026-05-08T01:13:15.369Z Downloaded futures-sink v0.3.32
6932026-05-08T01:13:15.369Z Downloaded defmt v0.3.100
6942026-05-08T01:13:15.369Z Downloaded convert_case v0.10.0
6952026-05-08T01:13:15.369Z Downloaded bitfield v0.19.4
6962026-05-08T01:13:15.383Z Downloaded env_filter v1.0.0
6972026-05-08T01:13:15.383Z Downloaded dirs-next v2.0.0
6982026-05-08T01:13:15.383Z Downloaded corncobs v0.1.4
6992026-05-08T01:13:15.383Z Downloaded cmake v0.1.57
7002026-05-08T01:13:15.383Z Downloaded clang-sys v1.8.1
7012026-05-08T01:13:15.383Z Downloaded chacha20 v0.10.0
7022026-05-08T01:13:15.383Z Downloaded cexpr v0.6.0
7032026-05-08T01:13:15.383Z Downloaded byte-wrapper v0.1.0
7042026-05-08T01:13:15.383Z Downloaded ff v0.13.1
7052026-05-08T01:13:15.383Z Downloaded globwalk v0.9.1
7062026-05-08T01:13:15.383Z Downloaded git-stub v1.0.0
7072026-05-08T01:13:15.383Z Downloaded ghash v0.5.1
7082026-05-08T01:13:15.383Z Downloaded gethostname v0.5.0
7092026-05-08T01:13:15.384Z Downloaded fxhash v0.2.1
7102026-05-08T01:13:15.384Z Downloaded defmt-macros v1.0.1
7112026-05-08T01:13:15.384Z Downloaded data-encoding v2.10.0
7122026-05-08T01:13:15.384Z Downloaded headers-core v0.3.0
7132026-05-08T01:13:15.384Z Downloaded hash32 v0.2.1
7142026-05-08T01:13:15.384Z Downloaded deranged v0.5.8
7152026-05-08T01:13:15.384Z Downloaded critical-section v1.2.0
7162026-05-08T01:13:15.384Z Downloaded hex v0.4.3
7172026-05-08T01:13:15.384Z Downloaded hostname v0.3.1
7182026-05-08T01:13:15.384Z Downloaded hex-literal v0.4.1
7192026-05-08T01:13:15.384Z Downloaded bumpalo v3.20.2
7202026-05-08T01:13:15.384Z Downloaded bit-vec v0.6.3
7212026-05-08T01:13:15.384Z Downloaded home v0.5.12
7222026-05-08T01:13:15.384Z Downloaded constant_time_eq v0.4.2
7232026-05-08T01:13:15.384Z Downloaded backoff v0.4.0
7242026-05-08T01:13:15.384Z Downloaded env_logger v0.11.9
7252026-05-08T01:13:15.384Z Downloaded ciborium-ll v0.2.2
7262026-05-08T01:13:15.384Z Downloaded ecdsa v0.16.9
7272026-05-08T01:13:15.384Z Downloaded hash32 v0.3.1
7282026-05-08T01:13:15.384Z Downloaded crossbeam-deque v0.8.6
7292026-05-08T01:13:15.384Z Downloaded daft-derive v0.1.5
7302026-05-08T01:13:15.384Z Downloaded fs-err v2.11.0
7312026-05-08T01:13:15.384Z Downloaded either v1.15.0
7322026-05-08T01:13:15.384Z Downloaded derive-ex v0.1.8
7332026-05-08T01:13:15.384Z Downloaded defmt v1.0.1
7342026-05-08T01:13:15.384Z Downloaded cassowary v0.3.0
7352026-05-08T01:13:15.385Z Downloaded bitflags v1.3.2
7362026-05-08T01:13:15.385Z Downloaded futures-executor v0.3.32
7372026-05-08T01:13:15.385Z Downloaded filetime v0.2.27
7382026-05-08T01:13:15.385Z Downloaded erased-serde v0.3.31
7392026-05-08T01:13:15.385Z Downloaded foldhash v0.1.5
7402026-05-08T01:13:15.385Z Downloaded ena v0.14.4
7412026-05-08T01:13:15.385Z Downloaded http-body v1.0.1
7422026-05-08T01:13:15.385Z Downloaded hostname v0.4.2
7432026-05-08T01:13:15.385Z Downloaded compression-codecs v0.4.37
7442026-05-08T01:13:15.385Z Downloaded ahash v0.8.12
7452026-05-08T01:13:15.385Z Downloaded fixedbitset v0.5.7
7462026-05-08T01:13:15.385Z Downloaded fallible-iterator v0.2.0
7472026-05-08T01:13:15.385Z Downloaded http-range v0.1.5
7482026-05-08T01:13:15.385Z Downloaded httpdate v1.0.3
7492026-05-08T01:13:15.385Z Downloaded base64 v0.21.7
7502026-05-08T01:13:15.385Z Downloaded darling v0.21.3
7512026-05-08T01:13:15.385Z Downloaded globset v0.4.18
7522026-05-08T01:13:15.385Z Downloaded glob v0.3.3
7532026-05-08T01:13:15.467Z Downloaded foldhash v0.2.0
7542026-05-08T01:13:15.467Z Downloaded crossbeam-utils v0.8.21
7552026-05-08T01:13:15.467Z Downloaded colored v3.1.1
7562026-05-08T01:13:15.467Z Downloaded hubpack v0.1.2
7572026-05-08T01:13:15.467Z Downloaded cancel-safe-futures v0.1.5
7582026-05-08T01:13:15.467Z Downloaded hubpack_derive v0.1.1
7592026-05-08T01:13:15.468Z Downloaded ident_case v1.0.1
7602026-05-08T01:13:15.468Z Downloaded ed25519 v2.2.3
7612026-05-08T01:13:15.468Z Downloaded drift v0.1.3
7622026-05-08T01:13:15.468Z Downloaded indent_write v2.2.0
7632026-05-08T01:13:15.468Z Downloaded hyper-tls v0.6.0
7642026-05-08T01:13:15.468Z Downloaded ar_archive_writer v0.5.1
7652026-05-08T01:13:15.507Z Downloaded internet-checksum v0.2.1
7662026-05-08T01:13:15.507Z Downloaded instant v0.1.13
7672026-05-08T01:13:15.507Z Downloaded indoc v1.0.9
7682026-05-08T01:13:15.507Z Downloaded buf-list v1.1.2
7692026-05-08T01:13:15.507Z Downloaded git-stub-vcs v0.1.0
7702026-05-08T01:13:15.507Z Downloaded flagset v0.4.7
7712026-05-08T01:13:15.507Z Downloaded find-msvc-tools v0.1.9
7722026-05-08T01:13:15.508Z Downloaded group v0.13.0
7732026-05-08T01:13:15.508Z Downloaded daft v0.1.5
7742026-05-08T01:13:15.508Z Downloaded dsl_auto_type v0.2.0
7752026-05-08T01:13:15.508Z Downloaded camino-tempfile-ext v0.3.3
7762026-05-08T01:13:15.508Z Downloaded cookie_store v0.22.1
7772026-05-08T01:13:15.508Z Downloaded highway v1.3.0
7782026-05-08T01:13:15.508Z Downloaded arrayvec v0.7.6
7792026-05-08T01:13:15.508Z Downloaded futures-channel v0.3.32
7802026-05-08T01:13:15.508Z Downloaded is_ci v1.2.0
7812026-05-08T01:13:15.508Z Downloaded console v0.16.2
7822026-05-08T01:13:15.508Z Downloaded blake2 v0.10.6
7832026-05-08T01:13:15.508Z Downloaded instability v0.3.11
7842026-05-08T01:13:15.508Z Downloaded keccak v0.1.6
7852026-05-08T01:13:15.508Z Downloaded inout v0.1.4
7862026-05-08T01:13:15.508Z Downloaded is-terminal v0.4.17
7872026-05-08T01:13:15.508Z Downloaded http-body-util v0.1.3
7882026-05-08T01:13:15.508Z Downloaded cookie v0.18.1
7892026-05-08T01:13:15.508Z Downloaded console v0.15.11
7902026-05-08T01:13:15.508Z Downloaded colored v2.2.0
7912026-05-08T01:13:15.508Z Downloaded csv-core v0.1.13
7922026-05-08T01:13:15.508Z Downloaded ciborium v0.2.2
7932026-05-08T01:13:15.508Z Downloaded diesel-dtrace v0.5.0
7942026-05-08T01:13:15.508Z Downloaded async-bb8-diesel v0.2.1
7952026-05-08T01:13:15.508Z Downloaded diff v0.1.13
7962026-05-08T01:13:15.509Z Downloaded lalrpop-util v0.19.12
7972026-05-08T01:13:15.509Z Downloaded darling v0.20.11
7982026-05-08T01:13:15.509Z Downloaded bzip2 v0.4.4
7992026-05-08T01:13:15.509Z Downloaded lazy_static v1.5.0
8002026-05-08T01:13:15.509Z Downloaded fs_extra v1.3.0
8012026-05-08T01:13:15.509Z Downloaded kstat-rs v0.2.4
8022026-05-08T01:13:15.509Z Downloaded libscf-sys v1.1.0
8032026-05-08T01:13:15.509Z Downloaded bit-vec v0.8.0
8042026-05-08T01:13:15.509Z Downloaded backon v1.6.0
8052026-05-08T01:13:15.509Z Downloaded lru-cache v0.1.2
8062026-05-08T01:13:15.509Z Downloaded blowfish v0.9.1
8072026-05-08T01:13:15.509Z Downloaded elliptic-curve v0.13.8
8082026-05-08T01:13:15.509Z Downloaded match_cfg v0.1.0
8092026-05-08T01:13:15.509Z Downloaded dropshot_endpoint v0.17.0
8102026-05-08T01:13:15.509Z Downloaded humantime v2.3.0
8112026-05-08T01:13:15.509Z Downloaded darling v0.23.0
8122026-05-08T01:13:15.509Z Downloaded ingot-types v0.1.2
8132026-05-08T01:13:15.509Z Downloaded maybe-uninit v2.0.0
8142026-05-08T01:13:15.509Z Downloaded indoc v2.0.7
8152026-05-08T01:13:15.509Z Downloaded mime v0.3.17
8162026-05-08T01:13:15.509Z Downloaded md5 v0.7.0
8172026-05-08T01:13:15.509Z Downloaded impl-trait-for-tuples v0.2.3
8182026-05-08T01:13:15.509Z Downloaded maplit v1.0.2
8192026-05-08T01:13:15.509Z Downloaded lzss v0.8.2
8202026-05-08T01:13:15.509Z Downloaded multimap v0.10.1
8212026-05-08T01:13:15.510Z Downloaded managed v0.8.0
8222026-05-08T01:13:15.510Z Downloaded nibble_vec v0.1.0
8232026-05-08T01:13:15.510Z Downloaded newtype_derive v0.1.6
8242026-05-08T01:13:15.529Z Downloaded newtype-uuid-macros v0.1.0
8252026-05-08T01:13:15.529Z Downloaded newline-converter v0.3.0
8262026-05-08T01:13:15.529Z Downloaded md-5 v0.10.6
8272026-05-08T01:13:15.529Z Downloaded ingot v0.1.1
8282026-05-08T01:13:15.529Z Downloaded ipnet v2.11.0
8292026-05-08T01:13:15.530Z Downloaded lru-slab v0.1.2
8302026-05-08T01:13:15.530Z Downloaded hyper-staticfile v0.10.1
8312026-05-08T01:13:15.530Z Downloaded derive-where v1.6.0
8322026-05-08T01:13:15.530Z Downloaded crc-any v2.5.0
8332026-05-08T01:13:15.530Z Downloaded hmac v0.12.1
8342026-05-08T01:13:15.530Z Downloaded ipnetwork v0.21.1
8352026-05-08T01:13:15.530Z Downloaded jobserver v0.1.34
8362026-05-08T01:13:15.530Z Downloaded futures v0.3.32
8372026-05-08T01:13:15.530Z Downloaded memoffset v0.9.1
8382026-05-08T01:13:15.530Z Downloaded getrandom v0.2.17
8392026-05-08T01:13:15.530Z Downloaded compact_str v0.8.1
8402026-05-08T01:13:15.530Z Downloaded num v0.4.3
8412026-05-08T01:13:15.530Z Downloaded olpc-cjson v0.1.4
8422026-05-08T01:13:15.548Z Downloaded num-conv v0.2.0
8432026-05-08T01:13:15.548Z Downloaded num-derive v0.3.3
8442026-05-08T01:13:15.548Z Downloaded normalize-line-endings v0.3.0
8452026-05-08T01:13:15.548Z Downloaded nonempty v0.12.0
8462026-05-08T01:13:15.548Z Downloaded lru v0.12.5
8472026-05-08T01:13:15.548Z Downloaded libsw v3.5.0
8482026-05-08T01:13:15.549Z Downloaded httparse v1.10.1
8492026-05-08T01:13:15.549Z Downloaded nodrop v0.1.14
8502026-05-08T01:13:15.549Z Downloaded new_debug_unreachable v1.0.6
8512026-05-08T01:13:15.549Z Downloaded num-iter v0.1.45
8522026-05-08T01:13:15.549Z Downloaded num-derive v0.4.2
8532026-05-08T01:13:15.549Z Downloaded openssl-macros v0.1.1
8542026-05-08T01:13:15.549Z Downloaded opaque-debug v0.3.1
8552026-05-08T01:13:15.549Z Downloaded half v2.7.1
8562026-05-08T01:13:15.568Z Downloaded lock_api v0.4.14
8572026-05-08T01:13:15.568Z Downloaded linear-map v1.2.0
8582026-05-08T01:13:15.568Z Downloaded openssl-probe v0.1.6
8592026-05-08T01:13:15.568Z Downloaded hyper-rustls v0.27.7
8602026-05-08T01:13:15.568Z Downloaded packed_struct_codegen v0.10.1
8612026-05-08T01:13:15.568Z Downloaded mime_guess v2.0.5
8622026-05-08T01:13:15.568Z Downloaded iana-time-zone v0.1.65
8632026-05-08T01:13:15.568Z Downloaded libloading v0.8.9
8642026-05-08T01:13:15.568Z Downloaded parse-size v1.1.0
8652026-05-08T01:13:15.568Z Downloaded linked-hash-map v0.5.6
8662026-05-08T01:13:15.569Z Downloaded libsw-core v0.3.2
8672026-05-08T01:13:15.569Z Downloaded pbkdf2 v0.11.0
8682026-05-08T01:13:15.569Z Downloaded nanorand v0.7.0
8692026-05-08T01:13:15.569Z Downloaded ingot-macros v0.1.1
8702026-05-08T01:13:15.569Z Downloaded half v1.8.3
8712026-05-08T01:13:15.589Z Downloaded chacha20poly1305 v0.10.1
8722026-05-08T01:13:15.589Z Downloaded getrandom v0.3.4
8732026-05-08T01:13:15.589Z Downloaded base64 v0.22.1
8742026-05-08T01:13:15.589Z Downloaded fatfs v0.3.6
8752026-05-08T01:13:15.589Z Downloaded dropshot_endpoint v0.16.7
8762026-05-08T01:13:15.589Z Downloaded newtype-uuid v1.3.2
8772026-05-08T01:13:15.589Z Downloaded arc-swap v1.8.2
8782026-05-08T01:13:15.589Z Downloaded num_enum_derive v0.5.11
8792026-05-08T01:13:15.589Z Downloaded num_threads v0.1.7
8802026-05-08T01:13:15.589Z Downloaded peg-runtime v0.8.5
8812026-05-08T01:13:15.630Z Downloaded openssl-probe v0.2.1
8822026-05-08T01:13:15.630Z Downloaded num_enum_derive v0.7.5
8832026-05-08T01:13:15.630Z Downloaded num_enum v0.7.5
8842026-05-08T01:13:15.630Z Downloaded oso-derive v0.27.3
8852026-05-08T01:13:15.630Z Downloaded num_enum v0.5.11
8862026-05-08T01:13:15.630Z Downloaded pin-utils v0.1.0
8872026-05-08T01:13:15.630Z Downloaded flume v0.11.1
8882026-05-08T01:13:15.630Z Downloaded darling_core v0.23.0
8892026-05-08T01:13:15.630Z Downloaded const_format v0.2.35
8902026-05-08T01:13:15.630Z Downloaded parse-display v0.10.0
8912026-05-08T01:13:15.630Z Downloaded num-integer v0.1.46
8922026-05-08T01:13:15.673Z Downloaded nu-ansi-term v0.50.3
8932026-05-08T01:13:15.673Z Downloaded pbkdf2 v0.12.2
8942026-05-08T01:13:15.673Z Downloaded darling_core v0.21.3
8952026-05-08T01:13:15.673Z Downloaded phf_shared v0.13.1
8962026-05-08T01:13:15.674Z Downloaded phf_shared v0.12.1
8972026-05-08T01:13:15.674Z Downloaded der v0.7.10
8982026-05-08T01:13:15.674Z Downloaded native-tls v0.2.18
8992026-05-08T01:13:15.674Z Downloaded crossbeam-channel v0.5.15
9002026-05-08T01:13:15.674Z Downloaded num-rational v0.4.2
9012026-05-08T01:13:15.674Z Downloaded phf_shared v0.11.3
9022026-05-08T01:13:15.674Z Downloaded num-complex v0.4.6
9032026-05-08T01:13:15.674Z Downloaded libefi-sys v0.1.0
9042026-05-08T01:13:15.674Z Downloaded powerfmt v0.2.0
9052026-05-08T01:13:15.674Z Downloaded precomputed-hash v0.1.1
9062026-05-08T01:13:15.674Z Downloaded multer v3.1.0
9072026-05-08T01:13:15.674Z Downloaded paste v1.0.15
9082026-05-08T01:13:15.674Z Downloaded indexmap v1.9.3
9092026-05-08T01:13:15.674Z Downloaded parking_lot_core v0.8.6
9102026-05-08T01:13:15.674Z Downloaded proc-macro-crate v3.4.0
9112026-05-08T01:13:15.674Z Downloaded proc-macro-crate v1.3.1
9122026-05-08T01:13:15.674Z Downloaded predicates-core v1.0.10
9132026-05-08T01:13:15.674Z Downloaded peg v0.8.5
9142026-05-08T01:13:15.674Z Downloaded password-hash v0.5.0
9152026-05-08T01:13:15.674Z Downloaded litrs v1.0.0
9162026-05-08T01:13:15.675Z Downloaded heapless v0.8.0
9172026-05-08T01:13:15.698Z Downloaded heapless v0.7.17
9182026-05-08T01:13:15.698Z Downloaded headers v0.4.1
9192026-05-08T01:13:15.698Z Downloaded peg-macros v0.8.5
9202026-05-08T01:13:15.698Z Downloaded memmap2 v0.9.10
9212026-05-08T01:13:15.699Z Downloaded ignore v0.4.25
9222026-05-08T01:13:15.699Z Downloaded phf v0.12.1
9232026-05-08T01:13:15.699Z Downloaded pem-rfc7468 v0.7.0
9242026-05-08T01:13:15.699Z Downloaded progenitor-client v0.11.2
9252026-05-08T01:13:15.699Z Downloaded progenitor-macro v0.13.0
9262026-05-08T01:13:15.699Z Downloaded progenitor-macro v0.10.0
9272026-05-08T01:13:15.699Z Downloaded derive_more v2.1.1
9282026-05-08T01:13:15.699Z Downloaded pin-project-internal v1.1.11
9292026-05-08T01:13:15.699Z Downloaded packed_struct v0.10.1
9302026-05-08T01:13:15.699Z Downloaded oxnet v0.1.4
9312026-05-08T01:13:15.699Z Downloaded oxide-tokio-rt v0.1.4
9322026-05-08T01:13:15.699Z Downloaded predicates-tree v1.0.13
9332026-05-08T01:13:15.699Z Downloaded flate2 v1.1.9
9342026-05-08T01:13:15.699Z Downloaded psl-types v2.0.11
9352026-05-08T01:13:15.700Z Downloaded ed25519-dalek v2.2.0
9362026-05-08T01:13:15.700Z Downloaded darling_core v0.20.11
9372026-05-08T01:13:15.746Z Downloaded polyval v0.6.2
9382026-05-08T01:13:15.746Z Downloaded postgres-protocol v0.6.10
9392026-05-08T01:13:15.746Z Downloaded predicates v3.1.4
9402026-05-08T01:13:15.746Z Downloaded progenitor-client v0.10.0
9412026-05-08T01:13:15.746Z Downloaded pin-project-lite v0.2.17
9422026-05-08T01:13:15.746Z Downloaded path-slash v0.1.5
9432026-05-08T01:13:15.746Z Downloaded password-hash v0.4.2
9442026-05-08T01:13:15.746Z Downloaded radium v0.7.0
9452026-05-08T01:13:15.746Z Downloaded parse-display-derive v0.10.0
9462026-05-08T01:13:15.746Z Downloaded libbz2-rs-sys v0.2.2
9472026-05-08T01:13:15.747Z Downloaded proc-macro-error-attr2 v2.0.0
9482026-05-08T01:13:15.747Z Downloaded rand_chacha v0.3.1
9492026-05-08T01:13:15.747Z Downloaded rand_xorshift v0.4.0
9502026-05-08T01:13:15.747Z Downloaded progenitor-client v0.14.0
9512026-05-08T01:13:15.757Z Downloaded progenitor-macro v0.11.2
9522026-05-08T01:13:15.757Z Downloaded recursive-proc-macro-impl v0.1.1
9532026-05-08T01:13:15.757Z Downloaded primeorder v0.13.6
9542026-05-08T01:13:15.757Z Downloaded pem v3.0.6
9552026-05-08T01:13:15.758Z Downloaded quick-error v1.2.3
9562026-05-08T01:13:15.758Z Downloaded recursive v0.1.1
9572026-05-08T01:13:15.758Z Downloaded phf v0.13.1
9582026-05-08T01:13:15.758Z Downloaded indicatif v0.18.4
9592026-05-08T01:13:15.758Z Downloaded progenitor-client v0.13.0
9602026-05-08T01:13:15.758Z Downloaded progenitor-extras v0.2.0
9612026-05-08T01:13:15.758Z Downloaded omicron-zone-package v0.12.2
9622026-05-08T01:13:15.758Z Downloaded rtoolbox v0.0.3
9632026-05-08T01:13:15.758Z Downloaded progenitor-macro v0.14.0
9642026-05-08T01:13:15.758Z Downloaded expectorate v1.2.0
9652026-05-08T01:13:15.758Z Downloaded dropshot-api-manager v0.7.1
9662026-05-08T01:13:15.758Z Downloaded derive_more-impl v2.1.1
9672026-05-08T01:13:15.758Z Downloaded async-compression v0.4.41
9682026-05-08T01:13:15.758Z Downloaded pkg-config v0.3.32
9692026-05-08T01:13:15.774Z Downloaded bytes v1.11.1
9702026-05-08T01:13:15.774Z Downloaded postcard v1.1.3
9712026-05-08T01:13:15.774Z Downloaded owo-colors v4.3.0
9722026-05-08T01:13:15.774Z Downloaded parking_lot v0.12.5
9732026-05-08T01:13:15.774Z Downloaded parking_lot v0.11.2
9742026-05-08T01:13:15.774Z Downloaded crossterm v0.28.1
9752026-05-08T01:13:15.822Z Downloaded rustc_version v0.1.7
9762026-05-08T01:13:15.822Z Downloaded ref-cast v1.0.25
9772026-05-08T01:13:15.822Z Downloaded ref-cast-impl v1.0.25
9782026-05-08T01:13:15.822Z Downloaded russh-cryptovec v0.7.3
9792026-05-08T01:13:15.822Z Downloaded r2d2 v0.8.10
9802026-05-08T01:13:15.822Z Downloaded hickory-resolver v0.25.2
9812026-05-08T01:13:15.822Z Downloaded ppv-lite86 v0.2.21
9822026-05-08T01:13:15.822Z Downloaded postgres-types v0.2.12
9832026-05-08T01:13:15.822Z Downloaded pkcs8 v0.10.2
9842026-05-08T01:13:15.822Z Downloaded parking_lot_core v0.9.12
9852026-05-08T01:13:15.844Z Downloaded rfc6979 v0.4.0
9862026-05-08T01:13:15.844Z Downloaded rand_seeder v0.4.0
9872026-05-08T01:13:15.844Z Downloaded rustc-hash v2.1.1
9882026-05-08T01:13:15.844Z Downloaded rand_core v0.6.4
9892026-05-08T01:13:15.844Z Downloaded rand_chacha v0.9.0
9902026-05-08T01:13:15.844Z Downloaded progenitor v0.14.0
9912026-05-08T01:13:15.844Z Downloaded progenitor v0.10.0
9922026-05-08T01:13:15.844Z Downloaded papergrid v0.17.0
9932026-05-08T01:13:15.844Z Downloaded salsa20 v0.10.2
9942026-05-08T01:13:15.845Z Downloaded proc-macro-error2 v2.0.1
9952026-05-08T01:13:15.845Z Downloaded progenitor v0.13.0
9962026-05-08T01:13:15.845Z Downloaded scheduled-thread-pool v0.2.7
9972026-05-08T01:13:15.845Z Downloaded psm v0.1.30
9982026-05-08T01:13:15.845Z Downloaded progenitor v0.11.2
9992026-05-08T01:13:15.845Z Downloaded poly1305 v0.8.0
10002026-05-08T01:13:15.845Z Downloaded pkcs5 v0.7.1
10012026-05-08T01:13:15.845Z Downloaded scroll_derive v0.13.1
10022026-05-08T01:13:15.845Z Downloaded scopeguard v1.2.0
10032026-05-08T01:13:15.845Z Downloaded pkcs1 v0.7.5
10042026-05-08T01:13:15.878Z Downloaded same-file v1.0.6
10052026-05-08T01:13:15.878Z Downloaded rand_core v0.9.5
10062026-05-08T01:13:15.878Z Downloaded sapling-renderdag v0.1.0
10072026-05-08T01:13:15.878Z Downloaded hickory-server v0.25.2
10082026-05-08T01:13:15.878Z Downloaded hickory-resolver v0.24.4
10092026-05-08T01:13:15.878Z Downloaded cc v1.2.56
10102026-05-08T01:13:15.878Z Downloaded rustc_version v0.4.1
10112026-05-08T01:13:15.878Z Downloaded diesel_derives v2.3.7
10122026-05-08T01:13:15.878Z Downloaded serde_bytes v0.11.19
10132026-05-08T01:13:15.878Z Downloaded semver v0.1.20
10142026-05-08T01:13:15.878Z Downloaded secrecy v0.10.3
10152026-05-08T01:13:15.878Z Downloaded p256 v0.13.2
10162026-05-08T01:13:15.878Z Downloaded secrecy v0.8.0
10172026-05-08T01:13:15.878Z Downloaded scrypt v0.11.0
10182026-05-08T01:13:15.879Z Downloaded oso v0.27.3
10192026-05-08T01:13:16.007Z Downloaded rustls-native-certs v0.8.3
10202026-05-08T01:13:16.007Z Downloaded miniz_oxide v0.8.9
10212026-05-08T01:13:16.007Z Downloaded resolv-conf v0.7.6
10222026-05-08T01:13:16.007Z Downloaded serde_spanned v1.0.4
10232026-05-08T01:13:16.007Z Downloaded serde-big-array v0.5.1
10242026-05-08T01:13:16.007Z Downloaded serde_plain v1.0.2
10252026-05-08T01:13:16.007Z Downloaded serde_repr v0.1.20
10262026-05-08T01:13:16.007Z Downloaded aho-corasick v1.1.4
10272026-05-08T01:13:16.007Z Downloaded rand_core v0.10.0
10282026-05-08T01:13:16.007Z Downloaded jiff-static v0.2.21
10292026-05-08T01:13:16.007Z Downloaded seq-macro v0.3.6
10302026-05-08T01:13:16.007Z Downloaded rustversion v1.0.22
10312026-05-08T01:13:16.007Z Downloaded shell-words v1.1.1
10322026-05-08T01:13:16.007Z Downloaded sha1 v0.10.6
10332026-05-08T01:13:16.007Z Downloaded rustls-pemfile v1.0.4
10342026-05-08T01:13:16.052Z Downloaded serde_urlencoded v0.7.1
10352026-05-08T01:13:16.052Z Downloaded rusty-fork v0.3.1
10362026-05-08T01:13:16.052Z Downloaded hashbrown v0.12.3
10372026-05-08T01:13:16.052Z Downloaded http v1.4.0
10382026-05-08T01:13:16.052Z Downloaded hashbrown v0.13.2
10392026-05-08T01:13:16.052Z Downloaded progenitor-impl v0.11.2
10402026-05-08T01:13:16.052Z Downloaded signal-hook-mio v0.2.5
10412026-05-08T01:13:16.052Z Downloaded siphasher v1.0.2
10422026-05-08T01:13:16.052Z Downloaded signature v2.2.0
10432026-05-08T01:13:16.052Z Downloaded signal-hook-tokio v0.3.1
10442026-05-08T01:13:16.052Z Downloaded scroll v0.13.0
10452026-05-08T01:13:16.052Z Downloaded progenitor-impl v0.10.0
10462026-05-08T01:13:16.053Z Downloaded openssl-sys v0.9.114
10472026-05-08T01:13:16.053Z Downloaded schemars_derive v0.8.22
10482026-05-08T01:13:16.053Z Downloaded pin-project v1.1.11
10492026-05-08T01:13:16.053Z Downloaded slog-envlogger v2.2.0
10502026-05-08T01:13:16.053Z Downloaded russh-keys v0.45.0
10512026-05-08T01:13:16.053Z Downloaded quinn-udp v0.5.14
10522026-05-08T01:13:16.053Z Downloaded slog-bunyan v2.5.0
10532026-05-08T01:13:16.054Z Downloaded sct v0.7.1
10542026-05-08T01:13:16.054Z Downloaded minimal-lexical v0.2.1
10552026-05-08T01:13:16.054Z Downloaded serde_path_to_error v0.1.20
10562026-05-08T01:13:16.054Z Downloaded sigpipe v0.1.3
10572026-05-08T01:13:16.054Z Downloaded sec1 v0.7.3
10582026-05-08T01:13:16.054Z Downloaded progenitor-impl v0.13.0
10592026-05-08T01:13:16.054Z Downloaded progenitor-impl v0.14.0
10602026-05-08T01:13:16.054Z Downloaded serde-hex v0.1.0
10612026-05-08T01:13:16.054Z Downloaded rustls-pemfile v2.2.0
10622026-05-08T01:13:16.054Z Downloaded ssh-encoding v0.2.0
10632026-05-08T01:13:16.054Z Downloaded sqlparser_derive v0.5.0
10642026-05-08T01:13:16.054Z Downloaded crossterm v0.29.0
10652026-05-08T01:13:16.054Z Downloaded rustls-pki-types v1.14.0
10662026-05-08T01:13:16.054Z Downloaded hyper-util v0.1.20
10672026-05-08T01:13:16.054Z Downloaded structmeta-derive v0.3.0
10682026-05-08T01:13:16.054Z Downloaded shlex v1.3.0
10692026-05-08T01:13:16.055Z Downloaded rcgen v0.12.1
10702026-05-08T01:13:16.055Z Downloaded strip-ansi-escapes v0.2.1
10712026-05-08T01:13:16.055Z Downloaded structmeta v0.3.0
10722026-05-08T01:13:16.055Z Downloaded subtle v2.6.1
10732026-05-08T01:13:16.055Z Downloaded signal-hook-registry v1.4.8
10742026-05-08T01:13:16.055Z Downloaded prettyplease v0.2.37
10752026-05-08T01:13:16.055Z Downloaded prefix-trie v0.7.0
10762026-05-08T01:13:16.055Z Downloaded simd-adler32 v0.3.8
10772026-05-08T01:13:16.055Z Downloaded strum v0.27.2
10782026-05-08T01:13:16.055Z Downloaded slog-dtrace v0.3.0
10792026-05-08T01:13:16.055Z Downloaded slog-async v2.8.0
10802026-05-08T01:13:16.055Z Downloaded supports-color v3.0.2
10812026-05-08T01:13:16.056Z Downloaded slab v0.4.12
10822026-05-08T01:13:16.056Z Downloaded sync_wrapper v1.0.2
10832026-05-08T01:13:16.056Z Downloaded slog-scope v4.4.1
10842026-05-08T01:13:16.080Z Downloaded take_mut v0.2.2
10852026-05-08T01:13:16.080Z Downloaded tabwriter v1.4.1
10862026-05-08T01:13:16.080Z Downloaded sync-ptr v0.1.4
10872026-05-08T01:13:16.080Z Downloaded tap v1.0.1
10882026-05-08T01:13:16.080Z Downloaded tabled_derive v0.11.0
10892026-05-08T01:13:16.080Z Downloaded slog-term v2.9.2
10902026-05-08T01:13:16.080Z Downloaded termtree v0.5.1
10912026-05-08T01:13:16.080Z Downloaded tagptr v0.2.0
10922026-05-08T01:13:16.080Z Downloaded slog-stdlog v4.1.1
10932026-05-08T01:13:16.080Z Downloaded itertools v0.10.5
10942026-05-08T01:13:16.080Z Downloaded thread-id v5.1.0
10952026-05-08T01:13:16.080Z Downloaded snafu-derive v0.8.9
10962026-05-08T01:13:16.080Z Downloaded pretty_assertions v1.4.1
10972026-05-08T01:13:16.080Z Downloaded smf v0.2.3
10982026-05-08T01:13:16.080Z Downloaded ssh-cipher v0.2.0
10992026-05-08T01:13:16.081Z Downloaded time-core v0.1.8
11002026-05-08T01:13:16.081Z Downloaded thiserror-impl-no-std v2.0.2
11012026-05-08T01:13:16.081Z Downloaded testing_table v0.3.0
11022026-05-08T01:13:16.081Z Downloaded sqlformat v0.3.5
11032026-05-08T01:13:16.081Z Downloaded spki v0.7.3
11042026-05-08T01:13:16.081Z Downloaded static_assertions v1.1.0
11052026-05-08T01:13:16.081Z Downloaded stacker v0.1.23
11062026-05-08T01:13:16.081Z Downloaded serde_derive_internals v0.29.1
11072026-05-08T01:13:16.081Z Downloaded tinyvec_macros v0.1.1
11082026-05-08T01:13:16.081Z Downloaded serde_cbor v0.11.2
11092026-05-08T01:13:16.112Z Downloaded rayon-core v1.13.0
11102026-05-08T01:13:16.112Z Downloaded strum v0.26.3
11112026-05-08T01:13:16.112Z Downloaded string_cache v0.8.9
11122026-05-08T01:13:16.112Z Downloaded rustls-platform-verifier v0.6.2
11132026-05-08T01:13:16.112Z Downloaded serde_with_macros v3.17.0
11142026-05-08T01:13:16.112Z Downloaded strum_macros v0.26.4
11152026-05-08T01:13:16.112Z Downloaded strum_macros v0.24.3
11162026-05-08T01:13:16.112Z Downloaded strum_macros v0.27.2
11172026-05-08T01:13:16.112Z Downloaded tokio-macros v2.7.0
11182026-05-08T01:13:16.112Z Downloaded hashbrown v0.16.1
11192026-05-08T01:13:16.151Z Downloaded hashbrown v0.15.5
11202026-05-08T01:13:16.152Z Downloaded num-bigint v0.4.6
11212026-05-08T01:13:16.152Z Downloaded support-bundle-viewer v0.1.2
11222026-05-08T01:13:16.152Z Downloaded spin v0.9.8
11232026-05-08T01:13:16.152Z Downloaded schemars v0.8.22
11242026-05-08T01:13:16.152Z Downloaded slog-json v2.6.1
11252026-05-08T01:13:16.152Z Downloaded qorb v0.4.1
11262026-05-08T01:13:16.152Z Downloaded publicsuffix v2.3.0
11272026-05-08T01:13:16.152Z Downloaded nom v7.1.3
11282026-05-08T01:13:16.181Z Downloaded termios v0.3.3
11292026-05-08T01:13:16.181Z Downloaded topological-sort v0.2.2
11302026-05-08T01:13:16.181Z Downloaded rand v0.8.5
11312026-05-08T01:13:16.181Z Downloaded quinn v0.11.9
11322026-05-08T01:13:16.181Z Downloaded tiny-keccak v2.0.2
11332026-05-08T01:13:16.182Z Downloaded ron v0.8.1
11342026-05-08T01:13:16.182Z Downloaded iddqd v0.3.18
11352026-05-08T01:13:16.182Z Downloaded libxml v0.3.3
11362026-05-08T01:13:16.182Z Downloaded time-macros v0.2.27
11372026-05-08T01:13:16.182Z Downloaded tower-service v0.3.3
11382026-05-08T01:13:16.182Z Downloaded tower-layer v0.3.3
11392026-05-08T01:13:16.182Z Downloaded tls_codec_derive v0.4.2
11402026-05-08T01:13:16.182Z Downloaded tls_codec v0.4.2
11412026-05-08T01:13:16.182Z Downloaded thread_local v1.1.9
11422026-05-08T01:13:16.182Z Downloaded trait-variant v0.1.2
11432026-05-08T01:13:16.182Z Downloaded thiserror-no-std v2.0.2
11442026-05-08T01:13:16.182Z Downloaded signal-hook v0.3.18
11452026-05-08T01:13:16.182Z Downloaded ryu v1.0.23
11462026-05-08T01:13:16.211Z Downloaded stringprep v0.1.5
11472026-05-08T01:13:16.211Z Downloaded iri-string v0.7.10
11482026-05-08T01:13:16.212Z Downloaded tokio-rustls v0.25.0
11492026-05-08T01:13:16.212Z Downloaded typify-macro v0.6.2
11502026-05-08T01:13:16.212Z Downloaded tokio-native-tls v0.3.1
11512026-05-08T01:13:16.212Z Downloaded tokio-tungstenite v0.21.0
11522026-05-08T01:13:16.212Z Downloaded tokio-dtrace v0.1.1
11532026-05-08T01:13:16.212Z Downloaded smallvec v0.6.14
11542026-05-08T01:13:16.212Z Downloaded typify-macro v0.4.3
11552026-05-08T01:13:16.212Z Downloaded try-lock v0.2.5
11562026-05-08T01:13:16.212Z Downloaded unicode-truncate v1.1.0
11572026-05-08T01:13:16.212Z Downloaded serde_yaml v0.9.34+deprecated
11582026-05-08T01:13:16.212Z Downloaded itertools v0.13.0
11592026-05-08T01:13:16.212Z Downloaded mio v1.2.0
11602026-05-08T01:13:16.243Z Downloaded usdt-attr-macro v0.6.0
11612026-05-08T01:13:16.243Z Downloaded untrusted v0.9.0
11622026-05-08T01:13:16.243Z Downloaded usdt v0.6.0
11632026-05-08T01:13:16.243Z Downloaded socket2 v0.6.3
11642026-05-08T01:13:16.244Z Downloaded socket2 v0.5.10
11652026-05-08T01:13:16.244Z Downloaded tokio-tungstenite v0.23.1
11662026-05-08T01:13:16.244Z Downloaded universal-hash v0.5.1
11672026-05-08T01:13:16.244Z Downloaded itertools v0.12.1
11682026-05-08T01:13:16.244Z Downloaded unit-prefix v0.5.2
11692026-05-08T01:13:16.244Z Downloaded num-bigint-dig v0.8.6
11702026-05-08T01:13:16.244Z Downloaded utf-8 v0.7.6
11712026-05-08T01:13:16.280Z Downloaded untrusted v0.7.1
11722026-05-08T01:13:16.280Z Downloaded toml_writer v1.0.6+spec-1.1.0
11732026-05-08T01:13:16.280Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11742026-05-08T01:13:16.280Z Downloaded usdt-macro v0.6.0
11752026-05-08T01:13:16.280Z Downloaded rsa v0.9.10
11762026-05-08T01:13:16.281Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11772026-05-08T01:13:16.281Z Downloaded term v0.7.0
11782026-05-08T01:13:16.281Z Downloaded tui-tree-widget v0.23.1
11792026-05-08T01:13:16.281Z Downloaded futures-util v0.3.32
11802026-05-08T01:13:16.281Z Downloaded want v0.3.1
11812026-05-08T01:13:16.281Z Downloaded waitgroup v0.1.2
11822026-05-08T01:13:16.281Z Downloaded wait-timeout v0.2.1
11832026-05-08T01:13:16.281Z Downloaded void v1.0.2
11842026-05-08T01:13:16.281Z Downloaded hyper v1.8.1
11852026-05-08T01:13:16.281Z Downloaded rustls-webpki v0.103.9
11862026-05-08T01:13:16.310Z Downloaded unarray v0.1.4
11872026-05-08T01:13:16.310Z Downloaded tokio-rustls v0.24.1
11882026-05-08T01:13:16.310Z Downloaded schemars v1.2.1
11892026-05-08T01:13:16.310Z Downloaded xshell-macros v0.2.7
11902026-05-08T01:13:16.310Z Downloaded tokio-rustls v0.26.4
11912026-05-08T01:13:16.310Z Downloaded subprocess v0.2.15
11922026-05-08T01:13:16.311Z Downloaded similar v2.7.0
11932026-05-08T01:13:16.311Z Downloaded unicase v2.9.0
11942026-05-08T01:13:16.311Z Downloaded schemars v0.9.0
11952026-05-08T01:13:16.311Z Downloaded zeroize_derive v1.4.3
11962026-05-08T01:13:16.311Z Downloaded tokio-stream v0.1.18
11972026-05-08T01:13:16.311Z Downloaded itertools v0.14.0
11982026-05-08T01:13:16.351Z Downloaded zone_cfg_derive v0.3.1
11992026-05-08T01:13:16.351Z Downloaded term v1.2.1
12002026-05-08T01:13:16.351Z Downloaded xattr v1.6.1
12012026-05-08T01:13:16.351Z Downloaded test-strategy v0.4.5
12022026-05-08T01:13:16.351Z Downloaded toml_parser v1.0.9+spec-1.1.0
12032026-05-08T01:13:16.351Z Downloaded vergen-gitcl v1.0.8
12042026-05-08T01:13:16.351Z Downloaded vergen-lib v0.1.6
12052026-05-08T01:13:16.351Z Downloaded vergen-git2 v1.0.7
12062026-05-08T01:13:16.351Z Downloaded tinyvec v1.10.0
12072026-05-08T01:13:16.351Z Downloaded usdt-impl v0.6.0
12082026-05-08T01:13:16.352Z Downloaded uzers v0.12.2
12092026-05-08T01:13:16.410Z Downloaded samael v0.0.19
12102026-05-08T01:13:16.410Z Downloaded rand v0.9.2
12112026-05-08T01:13:16.410Z Downloaded whoami v1.6.1
12122026-05-08T01:13:16.410Z Downloaded whoami v2.1.0
12132026-05-08T01:13:16.411Z Downloaded wyz v0.5.1
12142026-05-08T01:13:16.411Z Downloaded rand v0.10.0
12152026-05-08T01:13:16.411Z Downloaded h2 v0.4.13
12162026-05-08T01:13:16.411Z Downloaded aws-lc-rs v1.16.0
12172026-05-08T01:13:16.411Z Downloaded zone v0.3.1
12182026-05-08T01:13:16.411Z Downloaded vsss-rs v3.3.4
12192026-05-08T01:13:16.411Z Downloaded toml v0.7.8
12202026-05-08T01:13:16.411Z Downloaded slog v2.8.2
12212026-05-08T01:13:16.424Z Downloaded tracing-attributes v0.1.31
12222026-05-08T01:13:16.424Z Downloaded tar v0.4.45
12232026-05-08T01:13:16.424Z Downloaded toml v0.9.12+spec-1.1.0
12242026-05-08T01:13:16.424Z Downloaded twox-hash v2.1.2
12252026-05-08T01:13:16.424Z Downloaded libm v0.2.16
12262026-05-08T01:13:16.424Z Downloaded unicode-properties v0.1.4
12272026-05-08T01:13:16.424Z Downloaded vergen v9.0.6
12282026-05-08T01:13:16.424Z Downloaded walkdir v2.5.0
12292026-05-08T01:13:16.424Z Downloaded snafu v0.8.9
12302026-05-08T01:13:16.424Z Downloaded p521 v0.13.3
12312026-05-08T01:13:16.424Z Downloaded xshell v0.2.7
12322026-05-08T01:13:16.424Z Downloaded hkdf v0.12.4
12332026-05-08T01:13:16.425Z Downloaded zeroize v1.8.2
12342026-05-08T01:13:16.425Z Downloaded unicode-bidi v0.3.18
12352026-05-08T01:13:16.447Z Downloaded zstd v0.13.3
12362026-05-08T01:13:16.447Z Downloaded tracing-core v0.1.36
12372026-05-08T01:13:16.448Z Downloaded rustyline v14.0.0
12382026-05-08T01:13:16.448Z Downloaded rpassword v7.4.0
12392026-05-08T01:13:16.465Z Downloaded zstd-safe v7.2.4
12402026-05-08T01:13:16.465Z Downloaded vte v0.14.1
12412026-05-08T01:13:16.465Z Downloaded blake3 v1.8.3
12422026-05-08T01:13:16.465Z Downloaded reedline v0.40.0
12432026-05-08T01:13:16.465Z Downloaded typify v0.6.2
12442026-05-08T01:13:16.465Z Downloaded typify v0.4.3
12452026-05-08T01:13:16.465Z Downloaded tungstenite v0.23.0
12462026-05-08T01:13:16.466Z Downloaded tokio-postgres v0.7.16
12472026-05-08T01:13:16.484Z Downloaded zerocopy v0.6.6
12482026-05-08T01:13:16.484Z Downloaded yasna v0.5.2
12492026-05-08T01:13:16.484Z Downloaded toml_edit v0.23.10+spec-1.0.0
12502026-05-08T01:13:16.484Z Downloaded toml_edit v0.19.15
12512026-05-08T01:13:16.498Z Downloaded uuid v1.23.0
12522026-05-08T01:13:16.498Z Downloaded toml v1.0.6+spec-1.1.0
12532026-05-08T01:13:16.499Z Downloaded russh v0.45.0
12542026-05-08T01:13:16.499Z Downloaded steno v0.4.1
12552026-05-08T01:13:16.521Z Downloaded tungstenite v0.21.0
12562026-05-08T01:13:16.528Z Downloaded zip v0.6.6
12572026-05-08T01:13:16.540Z Downloaded unsafe-libyaml v0.2.11
12582026-05-08T01:13:16.540Z Downloaded portable-atomic v1.13.1
12592026-05-08T01:13:16.573Z Downloaded git2 v0.20.4
12602026-05-08T01:13:16.573Z Downloaded rayon v1.11.0
12612026-05-08T01:13:16.577Z Downloaded zopfli v0.8.3
12622026-05-08T01:13:16.577Z Downloaded ssh-key v0.6.7
12632026-05-08T01:13:16.577Z Downloaded lalrpop v0.19.12
12642026-05-08T01:13:16.577Z Downloaded bindgen v0.71.1
12652026-05-08T01:13:16.577Z Downloaded regex v1.12.3
12662026-05-08T01:13:16.577Z Downloaded reqwest v0.13.2
12672026-05-08T01:13:16.601Z Downloaded salty v0.3.0
12682026-05-08T01:13:16.612Z Downloaded x509-cert v0.2.5
12692026-05-08T01:13:16.612Z Downloaded bitvec v1.0.1
12702026-05-08T01:13:16.628Z Downloaded unicode-segmentation v1.12.0
12712026-05-08T01:13:16.628Z Downloaded p384 v0.13.1
12722026-05-08T01:13:16.628Z Downloaded chrono v0.4.44
12732026-05-08T01:13:16.642Z Downloaded reqwest v0.12.28
12742026-05-08T01:13:16.642Z Downloaded yansi v1.0.1
12752026-05-08T01:13:16.642Z Downloaded unicode_categories v0.1.1
12762026-05-08T01:13:16.642Z Downloaded quick-xml v0.37.5
12772026-05-08T01:13:16.661Z Downloaded rustls-webpki v0.101.7
12782026-05-08T01:13:16.661Z Downloaded petname v2.0.2
12792026-05-08T01:13:16.676Z Downloaded tower v0.5.3
12802026-05-08T01:13:16.676Z Downloaded typed-path v0.9.3
12812026-05-08T01:13:16.676Z Downloaded rustls-webpki v0.102.8
12822026-05-08T01:13:16.697Z Downloaded serde_with v3.17.0
12832026-05-08T01:13:16.713Z Downloaded proptest v1.10.0
12842026-05-08T01:13:16.742Z Downloaded moka v0.12.13
12852026-05-08T01:13:16.742Z Downloaded tokio-util v0.7.18
12862026-05-08T01:13:16.742Z Downloaded goblin v0.10.5
12872026-05-08T01:13:16.742Z Downloaded curve25519-dalek v4.1.3
12882026-05-08T01:13:16.743Z Downloaded zerocopy-derive v0.8.40
12892026-05-08T01:13:16.767Z Downloaded tower-http v0.6.8
12902026-05-08T01:13:16.767Z Downloaded nix v0.27.1
12912026-05-08T01:13:16.780Z Downloaded winnow v0.5.40
12922026-05-08T01:13:16.780Z Downloaded unicode-normalization v0.1.25
12932026-05-08T01:13:16.780Z Downloaded radix_trie v0.2.1
12942026-05-08T01:13:16.780Z Downloaded zip v4.6.1
12952026-05-08T01:13:16.780Z Downloaded tough v0.20.0
12962026-05-08T01:13:16.780Z Downloaded quinn-proto v0.11.13
12972026-05-08T01:13:16.795Z Downloaded object v0.30.4
12982026-05-08T01:13:16.815Z Downloaded polar-core v0.27.3
12992026-05-08T01:13:16.837Z Downloaded winnow v0.6.26
13002026-05-08T01:13:16.849Z Downloaded time v0.3.47
13012026-05-08T01:13:16.877Z Downloaded nix v0.29.0
13022026-05-08T01:13:16.877Z Downloaded openssl v0.10.78
13032026-05-08T01:13:16.877Z Downloaded rustls v0.21.12
13042026-05-08T01:13:16.892Z Downloaded dropshot v0.16.7
13052026-05-08T01:13:16.892Z Downloaded regex-syntax v0.6.29
13062026-05-08T01:13:16.892Z Downloaded tabled v0.20.0
13072026-05-08T01:13:16.921Z Downloaded dropshot v0.17.0
13082026-05-08T01:13:16.940Z Downloaded smoltcp v0.9.1
13092026-05-08T01:13:16.940Z Downloaded bstr v1.12.1
13102026-05-08T01:13:16.940Z Downloaded openapiv3 v2.2.0
13112026-05-08T01:13:16.940Z Downloaded hickory-proto v0.24.4
13122026-05-08T01:13:16.940Z Downloaded rustls v0.22.4
13132026-05-08T01:13:16.971Z Downloaded nix v0.28.0
13142026-05-08T01:13:16.971Z Downloaded diesel v2.3.7
13152026-05-08T01:13:16.988Z Downloaded zlib-rs v0.6.2
13162026-05-08T01:13:16.988Z Downloaded nix v0.31.2
13172026-05-08T01:13:16.988Z Downloaded vcpkg v0.2.15
13182026-05-08T01:13:16.988Z Downloaded rustls v0.23.37
13192026-05-08T01:13:17.007Z Downloaded regress v0.11.1
13202026-05-08T01:13:17.007Z Downloaded webpki-roots v1.0.6
13212026-05-08T01:13:17.007Z Downloaded rustix v0.38.44
13222026-05-08T01:13:17.022Z Downloaded regex-syntax v0.8.10
13232026-05-08T01:13:17.022Z Downloaded object v0.37.3
13242026-05-08T01:13:17.022Z Downloaded zerocopy v0.8.40
13252026-05-08T01:13:17.036Z Downloaded regress v0.10.5
13262026-05-08T01:13:17.036Z Downloaded hickory-proto v0.25.2
13272026-05-08T01:13:17.063Z Downloaded smoltcp v0.11.0
13282026-05-08T01:13:17.063Z Downloaded csv v1.4.0
13292026-05-08T01:13:17.097Z Downloaded sled v0.34.7
13302026-05-08T01:13:17.129Z Downloaded ratatui v0.29.0
13312026-05-08T01:13:17.164Z Downloaded sqlparser v0.61.0
13322026-05-08T01:13:17.171Z Downloaded regex-automata v0.4.14
13332026-05-08T01:13:17.186Z Downloaded typify-impl v0.6.2
13342026-05-08T01:13:17.224Z Downloaded tracing v0.1.44
13352026-05-08T01:13:17.250Z Downloaded bzip2-sys v0.1.13+1.0.8
13362026-05-08T01:13:17.250Z Downloaded typify-impl v0.4.3
13372026-05-08T01:13:17.250Z Downloaded petgraph v0.6.5
13382026-05-08T01:13:17.250Z Downloaded zerocopy-derive v0.6.6
13392026-05-08T01:13:17.275Z Downloaded petgraph v0.8.3
13402026-05-08T01:13:17.293Z Downloaded chrono-tz v0.10.4
13412026-05-08T01:13:17.319Z Downloaded jiff v0.2.21
13422026-05-08T01:13:17.350Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13432026-05-08T01:13:17.350Z Downloaded sha3 v0.10.8
13442026-05-08T01:13:17.363Z Downloaded libz-sys v1.1.24
13452026-05-08T01:13:17.363Z Downloaded tokio v1.52.1
13462026-05-08T01:13:17.408Z Downloaded encoding_rs v0.8.35
13472026-05-08T01:13:17.427Z Downloaded ring v0.17.14
13482026-05-08T01:13:17.510Z Downloaded libgit2-sys v0.18.3+1.9.2
13492026-05-08T01:13:18.239Z Downloaded aws-lc-sys v0.37.1
13502026-05-08T01:13:18.493Z Compiling libc v0.2.185
13512026-05-08T01:13:18.493Z Compiling serde v1.0.228
13522026-05-08T01:13:18.508Z Compiling shlex v1.3.0
13532026-05-08T01:13:18.508Z Compiling find-msvc-tools v0.1.9
13542026-05-08T01:13:18.629Z Compiling log v0.4.29
13552026-05-08T01:13:18.657Z Compiling smallvec v1.15.1
13562026-05-08T01:13:18.675Z Compiling syn v2.0.117
13572026-05-08T01:13:18.687Z Compiling typenum v1.19.0
13582026-05-08T01:13:18.831Z Compiling generic-array v0.14.7
13592026-05-08T01:13:18.874Z Compiling subtle v2.6.1
13602026-05-08T01:13:18.881Z Compiling scopeguard v1.2.0
13612026-05-08T01:13:18.924Z Compiling const-oid v0.9.6
13622026-05-08T01:13:18.964Z Compiling lock_api v0.4.14
13632026-05-08T01:13:18.981Z Compiling portable-atomic v1.13.1
13642026-05-08T01:13:19.048Z Compiling zerocopy v0.8.40
13652026-05-08T01:13:19.085Z Compiling critical-section v1.2.0
13662026-05-08T01:13:19.185Z Compiling serde_json v1.0.149
13672026-05-08T01:13:19.210Z Compiling parking_lot_core v0.9.12
13682026-05-08T01:13:19.421Z Compiling pin-project-lite v0.2.17
13692026-05-08T01:13:19.501Z Compiling getrandom v0.2.17
13702026-05-08T01:13:19.534Z Compiling jobserver v0.1.34
13712026-05-08T01:13:19.534Z Compiling errno v0.3.14
13722026-05-08T01:13:19.619Z Compiling pkg-config v0.3.32
13732026-05-08T01:13:19.630Z Compiling rand_core v0.6.4
13742026-05-08T01:13:19.672Z Compiling signal-hook-registry v1.4.8
13752026-05-08T01:13:19.698Z Compiling cc v1.2.56
13762026-05-08T01:13:19.925Z Compiling bitflags v2.11.0
13772026-05-08T01:13:19.938Z Compiling libm v0.2.16
13782026-05-08T01:13:20.050Z Compiling once_cell v1.21.3
13792026-05-08T01:13:20.169Z Compiling parking_lot v0.12.5
13802026-05-08T01:13:20.182Z Compiling mio v1.2.0
13812026-05-08T01:13:20.182Z Compiling num-traits v0.2.19
13822026-05-08T01:13:20.260Z Compiling futures-core v0.3.32
13832026-05-08T01:13:20.420Z Compiling percent-encoding v2.3.2
13842026-05-08T01:13:20.506Z Compiling socket2 v0.6.3
13852026-05-08T01:13:20.542Z Compiling cpufeatures v0.2.17
13862026-05-08T01:13:20.594Z Compiling futures-sink v0.3.32
13872026-05-08T01:13:20.601Z Compiling futures-io v0.3.32
13882026-05-08T01:13:20.632Z Compiling futures-task v0.3.32
13892026-05-08T01:13:20.649Z Compiling getrandom v0.4.1
13902026-05-08T01:13:20.699Z Compiling futures-channel v0.3.32
13912026-05-08T01:13:20.772Z Compiling slab v0.4.12
13922026-05-08T01:13:20.798Z Compiling rand_core v0.10.0
13932026-05-08T01:13:20.915Z Compiling getrandom v0.3.4
13942026-05-08T01:13:20.939Z Compiling rustversion v1.0.22
13952026-05-08T01:13:20.955Z Compiling indexmap v2.14.0
13962026-05-08T01:13:20.967Z Compiling form_urlencoded v1.2.2
13972026-05-08T01:13:21.215Z Compiling cmake v0.1.57
13982026-05-08T01:13:21.284Z Compiling base64ct v1.8.3
13992026-05-08T01:13:21.410Z Compiling ident_case v1.0.1
14002026-05-08T01:13:21.532Z Compiling synstructure v0.13.2
14012026-05-08T01:13:21.556Z Compiling fs_extra v1.3.0
14022026-05-08T01:13:21.619Z Compiling dunce v1.0.5
14032026-05-08T01:13:21.653Z Compiling pem-rfc7468 v0.7.0
14042026-05-08T01:13:21.687Z Compiling flagset v0.4.7
14052026-05-08T01:13:21.831Z Compiling rand_core v0.9.5
14062026-05-08T01:13:21.893Z Compiling aws-lc-sys v0.37.1
14072026-05-08T01:13:21.910Z Compiling iana-time-zone v0.1.65
14082026-05-08T01:13:21.929Z Compiling rustix v1.1.3
14092026-05-08T01:13:21.945Z Compiling ring v0.17.14
14102026-05-08T01:13:21.973Z Compiling uuid v1.23.0
14112026-05-08T01:13:22.111Z Compiling rustc_version v0.4.1
14122026-05-08T01:13:22.134Z Compiling aws-lc-rs v1.16.0
14132026-05-08T01:13:22.181Z Compiling vcpkg v0.2.15
14142026-05-08T01:13:22.443Z Compiling regex-syntax v0.8.10
14152026-05-08T01:13:22.458Z Compiling tracing-core v0.1.36
14162026-05-08T01:13:22.663Z Compiling pest_generator v2.8.6
14172026-05-08T01:13:22.939Z Compiling openssl-sys v0.9.114
14182026-05-08T01:13:23.032Z Compiling serde_derive_internals v0.29.1
14192026-05-08T01:13:23.250Z Compiling serde_derive v1.0.228
14202026-05-08T01:13:23.409Z Compiling zeroize_derive v1.4.3
14212026-05-08T01:13:23.484Z Compiling zerofrom-derive v0.1.6
14222026-05-08T01:13:23.710Z Compiling yoke-derive v0.8.1
14232026-05-08T01:13:23.963Z Compiling zerocopy-derive v0.8.40
14242026-05-08T01:13:24.081Z Compiling zeroize v1.8.2
14252026-05-08T01:13:24.930Z Compiling crypto-common v0.1.7
14262026-05-08T01:13:25.060Z Compiling block-buffer v0.10.4
14272026-05-08T01:13:25.060Z Compiling zerovec-derive v0.11.2
14282026-05-08T01:13:25.060Z Compiling zerofrom v0.1.6
14292026-05-08T01:13:25.123Z Compiling displaydoc v0.2.5
14302026-05-08T01:13:25.123Z Compiling yoke v0.8.1
14312026-05-08T01:13:25.123Z Compiling digest v0.10.7
14322026-05-08T01:13:25.207Z Compiling tokio-macros v2.7.0
14332026-05-08T01:13:25.350Z Compiling hmac v0.12.1
14342026-05-08T01:13:25.432Z Compiling futures-macro v0.3.32
14352026-05-08T01:13:25.681Z Compiling zerotrie v0.2.3
14362026-05-08T01:13:25.901Z Compiling block-padding v0.3.3
14372026-05-08T01:13:26.018Z Compiling zerovec v0.11.5
14382026-05-08T01:13:26.071Z Compiling sha2 v0.10.9
14392026-05-08T01:13:26.160Z Compiling inout v0.1.4
14402026-05-08T01:13:26.359Z Compiling futures-util v0.3.32
14412026-05-08T01:13:26.427Z Compiling cipher v0.4.4
14422026-05-08T01:13:26.457Z Compiling tinystr v0.8.2
14432026-05-08T01:13:26.544Z Compiling potential_utf v0.1.4
14442026-05-08T01:13:26.619Z Compiling bytes v1.11.1
14452026-05-08T01:13:26.808Z Compiling icu_locale_core v2.1.1
14462026-05-08T01:13:26.913Z Compiling icu_collections v2.1.1
14472026-05-08T01:13:26.913Z Compiling der_derive v0.7.3
14482026-05-08T01:13:27.151Z Compiling tokio v1.52.1
14492026-05-08T01:13:27.262Z Compiling http v1.4.0
14502026-05-08T01:13:27.351Z Compiling icu_provider v2.1.1
14512026-05-08T01:13:27.671Z Compiling icu_properties v2.1.2
14522026-05-08T01:13:27.777Z Compiling icu_normalizer v2.1.1
14532026-05-08T01:13:27.777Z Compiling der v0.7.10
14542026-05-08T01:13:29.278Z Compiling chrono v0.4.44
14552026-05-08T01:13:29.336Z Compiling ppv-lite86 v0.2.21
14562026-05-08T01:13:29.336Z Compiling salsa20 v0.10.2
14572026-05-08T01:13:29.336Z Compiling idna_adapter v1.2.1
14582026-05-08T01:13:29.336Z Compiling spki v0.7.3
14592026-05-08T01:13:29.336Z Compiling pbkdf2 v0.12.2
14602026-05-08T01:13:29.336Z Compiling idna v1.1.0
14612026-05-08T01:13:29.336Z Compiling thiserror-impl v2.0.18
14622026-05-08T01:13:29.336Z Compiling scrypt v0.11.0
14632026-05-08T01:13:29.336Z Compiling rand_chacha v0.9.0
14642026-05-08T01:13:29.336Z Compiling cbc v0.1.2
14652026-05-08T01:13:29.336Z Compiling url v2.5.8
14662026-05-08T01:13:29.337Z Compiling aes v0.8.4
14672026-05-08T01:13:29.365Z Compiling rustls-pki-types v1.14.0
14682026-05-08T01:13:29.451Z Compiling tracing-attributes v0.1.31
14692026-05-08T01:13:29.527Z Compiling pkcs5 v0.7.1
14702026-05-08T01:13:29.725Z Compiling rand v0.9.2
14712026-05-08T01:13:29.743Z Compiling http-body v1.0.1
14722026-05-08T01:13:29.977Z Compiling untrusted v0.7.1
14732026-05-08T01:13:30.015Z Compiling thiserror v2.0.18
14742026-05-08T01:13:30.022Z Compiling untrusted v0.9.0
14752026-05-08T01:13:30.093Z Compiling openssl-probe v0.2.1
14762026-05-08T01:13:30.105Z Compiling httparse v1.10.1
14772026-05-08T01:13:30.105Z Compiling schemars v0.8.22
14782026-05-08T01:13:30.137Z Compiling base64 v0.22.1
14792026-05-08T01:13:30.342Z Compiling pkcs8 v0.10.2
14802026-05-08T01:13:30.447Z Compiling schemars_derive v0.8.22
14812026-05-08T01:13:30.492Z Compiling pest_derive v2.8.6
14822026-05-08T01:13:30.507Z Compiling scroll_derive v0.13.1
14832026-05-08T01:13:30.625Z Compiling darling_core v0.20.11
14842026-05-08T01:13:30.745Z Compiling tracing v0.1.44
14852026-05-08T01:13:30.939Z Compiling tokio-util v0.7.18
14862026-05-08T01:13:31.018Z Compiling tower-service v0.3.3
14872026-05-08T01:13:31.111Z Compiling try-lock v0.2.5
14882026-05-08T01:13:31.226Z Compiling tinyvec_macros v0.1.1
14892026-05-08T01:13:31.301Z Compiling dyn-clone v1.0.20
14902026-05-08T01:13:31.315Z Compiling rustls v0.23.37
14912026-05-08T01:13:31.443Z Compiling tower-layer v0.3.3
14922026-05-08T01:13:31.489Z Compiling atomic-waker v1.1.2
14932026-05-08T01:13:31.622Z Compiling h2 v0.4.13
14942026-05-08T01:13:31.627Z Compiling scroll v0.13.0
14952026-05-08T01:13:31.934Z Compiling tinyvec v1.10.0
14962026-05-08T01:13:31.962Z Compiling want v0.3.1
14972026-05-08T01:13:32.139Z Compiling ipnet v2.11.0
14982026-05-08T01:13:32.289Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-05-08T01:13:32.310Z Compiling spin v0.9.8
15002026-05-08T01:13:32.824Z Compiling aho-corasick v1.1.4
15012026-05-08T01:13:32.857Z Compiling openssl v0.10.78
15022026-05-08T01:13:32.857Z Compiling httpdate v1.0.3
15032026-05-08T01:13:32.858Z Compiling time-core v0.1.8
15042026-05-08T01:13:32.876Z Compiling crc32fast v1.5.0
15052026-05-08T01:13:32.895Z Compiling num-conv v0.2.0
15062026-05-08T01:13:32.904Z Compiling pin-utils v0.1.0
15072026-05-08T01:13:32.947Z Compiling darling_macro v0.20.11
15082026-05-08T01:13:32.975Z Compiling foreign-types-shared v0.1.1
15092026-05-08T01:13:32.990Z Compiling powerfmt v0.2.0
15102026-05-08T01:13:33.024Z Compiling time-macros v0.2.27
15112026-05-08T01:13:33.064Z Compiling foreign-types v0.3.2
15122026-05-08T01:13:33.137Z Compiling deranged v0.5.8
15132026-05-08T01:13:33.196Z Compiling tempfile v3.25.0
15142026-05-08T01:13:33.423Z Compiling darling v0.20.11
15152026-05-08T01:13:33.519Z Compiling regex-automata v0.4.14
15162026-05-08T01:13:33.587Z Compiling goblin v0.10.5
15172026-05-08T01:13:34.086Z Compiling openssl-macros v0.1.1
15182026-05-08T01:13:34.208Z Compiling wait-timeout v0.2.1
15192026-05-08T01:13:34.469Z Compiling quick-error v1.2.3
15202026-05-08T01:13:34.485Z Compiling bit-vec v0.8.0
15212026-05-08T01:13:34.570Z Compiling hyper v1.8.1
15222026-05-08T01:13:34.578Z Compiling native-tls v0.2.18
15232026-05-08T01:13:34.720Z Compiling syn v1.0.109
15242026-05-08T01:13:34.783Z Compiling siphasher v1.0.2
15252026-05-08T01:13:34.985Z Compiling num_threads v0.1.7
15262026-05-08T01:13:35.039Z Compiling usdt-impl v0.6.0
15272026-05-08T01:13:35.106Z Compiling simd-adler32 v0.3.8
15282026-05-08T01:13:35.217Z Compiling crossbeam-utils v0.8.21
15292026-05-08T01:13:35.361Z Compiling time v0.3.47
15302026-05-08T01:13:35.563Z Compiling bit-set v0.8.0
15312026-05-08T01:13:35.678Z Compiling rusty-fork v0.3.1
15322026-05-08T01:13:35.725Z Compiling hyper-util v0.1.20
15332026-05-08T01:13:36.107Z Compiling derive_builder_core v0.20.2
15342026-05-08T01:13:36.944Z Compiling dof v0.4.0
15352026-05-08T01:13:37.223Z Compiling unicode-normalization v0.1.25
15362026-05-08T01:13:37.508Z Compiling dtrace-parser v0.3.0
15372026-05-08T01:13:37.518Z Compiling rustls-native-certs v0.8.3
15382026-05-08T01:13:37.706Z Compiling signature v2.2.0
15392026-05-08T01:13:37.868Z Compiling thiserror-impl v1.0.69
15402026-05-08T01:13:37.874Z Compiling scroll_derive v0.12.1
15412026-05-08T01:13:37.874Z Compiling heapless v0.7.17
15422026-05-08T01:13:38.088Z Compiling rand_xorshift v0.4.0
15432026-05-08T01:13:38.122Z Compiling slog v2.8.2
15442026-05-08T01:13:38.241Z Compiling darling_core v0.21.3
15452026-05-08T01:13:38.256Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-05-08T01:13:38.369Z Compiling sync_wrapper v1.0.2
15472026-05-08T01:13:38.442Z Compiling thread-id v5.1.0
15482026-05-08T01:13:38.482Z Compiling cookie v0.18.1
15492026-05-08T01:13:38.520Z Compiling anyhow v1.0.102
15502026-05-08T01:13:38.544Z Compiling signal-hook v0.3.18
15512026-05-08T01:13:38.664Z Compiling zstd-safe v7.2.4
15522026-05-08T01:13:38.712Z Compiling paste v1.0.15
15532026-05-08T01:13:38.816Z Compiling unicode-properties v0.1.4
15542026-05-08T01:13:38.863Z Compiling adler2 v2.0.1
15552026-05-08T01:13:38.870Z Compiling unarray v0.1.4
15562026-05-08T01:13:38.969Z Compiling allocator-api2 v0.2.21
15572026-05-08T01:13:38.978Z Compiling unicode-bidi v0.3.18
15582026-05-08T01:13:39.008Z Compiling proptest v1.10.0
15592026-05-08T01:13:39.022Z Compiling thiserror v1.0.69
15602026-05-08T01:13:39.038Z Compiling miniz_oxide v0.8.9
15612026-05-08T01:13:39.290Z Compiling stringprep v0.1.5
15622026-05-08T01:13:39.639Z Compiling scroll v0.12.0
15632026-05-08T01:13:39.722Z Compiling tower v0.5.3
15642026-05-08T01:13:40.012Z Compiling derive_builder_macro v0.20.2
15652026-05-08T01:13:40.166Z Compiling ipnetwork v0.21.1
15662026-05-08T01:13:40.192Z Compiling http-body-util v0.1.3
15672026-05-08T01:13:40.400Z Compiling webpki-roots v1.0.6
15682026-05-08T01:13:40.433Z Compiling rand_chacha v0.3.1
15692026-05-08T01:13:40.523Z Compiling serde_spanned v0.6.9
15702026-05-08T01:13:40.547Z Compiling erased-serde v0.3.31
15712026-05-08T01:13:40.598Z Compiling serde_tokenstream v0.2.3
15722026-05-08T01:13:40.669Z Compiling toml_datetime v0.6.11
15732026-05-08T01:13:40.725Z Compiling darling_macro v0.21.3
15742026-05-08T01:13:40.912Z Compiling md-5 v0.10.6
15752026-05-08T01:13:40.969Z Compiling zerocopy-derive v0.7.35
15762026-05-08T01:13:41.031Z Compiling curve25519-dalek v4.1.3
15772026-05-08T01:13:41.091Z Compiling vergen-lib v0.1.6
15782026-05-08T01:13:41.201Z Compiling num-integer v0.1.46
15792026-05-08T01:13:41.256Z Compiling hash32 v0.2.1
15802026-05-08T01:13:41.271Z Compiling ff v0.13.1
15812026-05-08T01:13:41.370Z Compiling memoffset v0.9.1
15822026-05-08T01:13:41.410Z Compiling litrs v1.0.0
15832026-05-08T01:13:41.452Z Compiling fallible-iterator v0.2.0
15842026-05-08T01:13:41.521Z Compiling psl-types v2.0.11
15852026-05-08T01:13:41.560Z Compiling smoltcp v0.9.1
15862026-05-08T01:13:41.646Z Compiling iri-string v0.7.10
15872026-05-08T01:13:41.790Z Compiling num-bigint-dig v0.8.6
15882026-05-08T01:13:41.820Z Compiling ryu v1.0.23
15892026-05-08T01:13:41.934Z Compiling zlib-rs v0.6.2
15902026-05-08T01:13:41.977Z Compiling base16ct v0.2.0
15912026-05-08T01:13:41.990Z Compiling ref-cast v1.0.25
15922026-05-08T01:13:42.007Z Compiling cfg_aliases v0.2.1
15932026-05-08T01:13:42.095Z Compiling rustix v0.38.44
15942026-05-08T01:13:42.152Z Compiling sec1 v0.7.3
15952026-05-08T01:13:42.342Z Compiling nix v0.31.2
15962026-05-08T01:13:42.429Z Compiling document-features v0.2.12
15972026-05-08T01:13:42.556Z Compiling serde_urlencoded v0.7.1
15982026-05-08T01:13:42.734Z Compiling zerocopy v0.7.35
15992026-05-08T01:13:42.806Z Compiling postgres-protocol v0.6.10
16002026-05-08T01:13:43.018Z Compiling tower-http v0.6.8
16012026-05-08T01:13:43.225Z Compiling publicsuffix v2.3.0
16022026-05-08T01:13:43.355Z Compiling num-iter v0.1.45
16032026-05-08T01:13:43.384Z Compiling group v0.13.0
16042026-05-08T01:13:43.494Z Compiling newtype-uuid v1.3.2
16052026-05-08T01:13:43.513Z Compiling darling v0.21.3
16062026-05-08T01:13:43.592Z Compiling rand v0.8.5
16072026-05-08T01:13:43.822Z Compiling derive_builder v0.20.2
16082026-05-08T01:13:43.838Z Compiling oxnet v0.1.4
16092026-05-08T01:13:43.913Z Compiling hubpack_derive v0.1.1
16102026-05-08T01:13:43.960Z Compiling tokio-native-tls v0.3.1
16112026-05-08T01:13:44.045Z Compiling goblin v0.8.2
16122026-05-08T01:13:44.642Z Compiling regex v1.12.3
16132026-05-08T01:13:44.686Z Compiling phf_shared v0.13.1
16142026-05-08T01:13:44.818Z Compiling flate2 v1.1.9
16152026-05-08T01:13:44.971Z Compiling lazy_static v1.5.0
16162026-05-08T01:13:45.003Z Compiling cargo-platform v0.1.9
16172026-05-08T01:13:45.029Z Compiling hkdf v0.12.4
16182026-05-08T01:13:45.074Z Compiling crypto-bigint v0.5.5
16192026-05-08T01:13:45.135Z Compiling terminal_size v0.4.3
16202026-05-08T01:13:45.162Z Compiling async-trait v0.1.89
16212026-05-08T01:13:45.200Z Compiling curve25519-dalek-derive v0.1.1
16222026-05-08T01:13:45.344Z Compiling ref-cast-impl v1.0.25
16232026-05-08T01:13:45.344Z Compiling daft-derive v0.1.5
16242026-05-08T01:13:45.737Z Compiling strum_macros v0.27.2
16252026-05-08T01:13:45.854Z Compiling vergen v9.0.6
16262026-05-08T01:13:46.010Z Compiling fs-err v3.3.0
16272026-05-08T01:13:46.076Z Compiling ahash v0.8.12
16282026-05-08T01:13:46.187Z Compiling libbz2-rs-sys v0.2.2
16292026-05-08T01:13:46.217Z Compiling unicode-segmentation v1.12.0
16302026-05-08T01:13:46.254Z Compiling foldhash v0.2.0
16312026-05-08T01:13:46.445Z Compiling foldhash v0.1.5
16322026-05-08T01:13:46.559Z Compiling winnow v0.5.40
16332026-05-08T01:13:46.633Z Compiling managed v0.8.0
16342026-05-08T01:13:46.912Z Compiling bitflags v1.3.2
16352026-05-08T01:13:46.941Z Compiling object v0.37.3
16362026-05-08T01:13:46.964Z Compiling bumpalo v3.20.2
16372026-05-08T01:13:47.210Z Compiling clap_builder v4.5.60
16382026-05-08T01:13:47.539Z Compiling zopfli v0.8.3
16392026-05-08T01:13:47.600Z Compiling bzip2 v0.6.1
16402026-05-08T01:13:47.759Z Compiling strum v0.27.2
16412026-05-08T01:13:47.814Z Compiling hashbrown v0.15.5
16422026-05-08T01:13:47.896Z Compiling toml_edit v0.19.15
16432026-05-08T01:13:47.912Z Compiling hashbrown v0.16.1
16442026-05-08T01:13:48.015Z Compiling dof v0.3.0
16452026-05-08T01:13:48.270Z Compiling elliptic-curve v0.13.8
16462026-05-08T01:13:48.356Z Compiling daft v0.1.5
16472026-05-08T01:13:51.762Z Compiling cargo_metadata v0.19.2
16482026-05-08T01:13:51.762Z Compiling phf v0.13.1
16492026-05-08T01:13:51.762Z Compiling signal-hook-mio v0.2.5
16502026-05-08T01:13:51.762Z Compiling cookie_store v0.22.1
16512026-05-08T01:13:51.762Z Compiling hubpack v0.1.2
16522026-05-08T01:13:51.762Z Compiling zstd v0.13.3
16532026-05-08T01:13:51.762Z Compiling hyper-tls v0.6.0
16542026-05-08T01:13:51.762Z Compiling bzip2 v0.4.4
16552026-05-08T01:13:51.762Z Compiling serde_with_macros v3.17.0
16562026-05-08T01:13:51.762Z Compiling postgres-types v0.2.12
16572026-05-08T01:13:51.762Z Compiling usdt-attr-macro v0.6.0
16582026-05-08T01:13:51.762Z Compiling usdt-macro v0.6.0
16592026-05-08T01:13:51.762Z Compiling dtrace-parser v0.2.0
16602026-05-08T01:13:51.920Z Compiling ed25519 v2.2.3
16612026-05-08T01:13:51.920Z Compiling bstr v1.12.1
16622026-05-08T01:13:51.920Z Compiling phf_shared v0.11.3
16632026-05-08T01:13:51.921Z Compiling pkcs1 v0.7.5
16642026-05-08T01:13:51.921Z Compiling hex v0.4.3
16652026-05-08T01:13:51.921Z Compiling serde-big-array v0.5.1
16662026-05-08T01:13:51.921Z Compiling rfc6979 v0.4.0
16672026-05-08T01:13:51.921Z Compiling strum_macros v0.26.4
16682026-05-08T01:13:51.921Z Compiling clap_derive v4.5.55
16692026-05-08T01:13:51.921Z Compiling serde_repr v0.1.20
16702026-05-08T01:13:51.965Z Compiling enum-as-inner v0.6.1
16712026-05-08T01:13:51.987Z Compiling float-cmp v0.10.0
16722026-05-08T01:13:52.111Z Compiling memmap2 v0.9.10
16732026-05-08T01:13:52.111Z Compiling thread-id v4.2.2
16742026-05-08T01:13:52.235Z Compiling env_filter v1.0.0
16752026-05-08T01:13:52.368Z Compiling encoding_rs v0.8.35
16762026-05-08T01:13:52.393Z Compiling fixedbitset v0.4.2
16772026-05-08T01:13:52.403Z Compiling precomputed-hash v0.1.1
16782026-05-08T01:13:52.502Z Compiling predicates-core v1.0.10
16792026-05-08T01:13:52.520Z Compiling rustc-hash v2.1.1
16802026-05-08T01:13:52.985Z Compiling fixedbitset v0.5.7
16812026-05-08T01:13:53.028Z Compiling whoami v2.1.0
16822026-05-08T01:13:53.029Z Compiling difflib v0.4.0
16832026-05-08T01:13:53.029Z Compiling data-encoding v2.10.0
16842026-05-08T01:13:53.039Z Compiling either v1.15.0
16852026-05-08T01:13:53.321Z Compiling keccak v0.1.6
16862026-05-08T01:13:53.410Z Compiling mime v0.3.17
16872026-05-08T01:13:53.477Z Compiling new_debug_unreachable v1.0.6
16882026-05-08T01:13:53.533Z Compiling normalize-line-endings v0.3.0
16892026-05-08T01:13:53.566Z Compiling jiff v0.2.21
16902026-05-08T01:13:53.566Z Compiling static_assertions v1.1.0
16912026-05-08T01:13:53.633Z Compiling toml_edit v0.22.27
16922026-05-08T01:13:53.691Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16932026-05-08T01:13:53.691Z Compiling predicates v3.1.4
16942026-05-08T01:13:53.859Z Compiling clap v4.5.60
16952026-05-08T01:13:53.959Z Compiling string_cache v0.8.9
16962026-05-08T01:13:54.127Z Compiling strum v0.26.3
16972026-05-08T01:13:54.212Z Compiling sha3 v0.10.8
16982026-05-08T01:13:54.271Z Compiling itertools v0.13.0
16992026-05-08T01:13:54.320Z Compiling hickory-proto v0.25.2
17002026-05-08T01:13:54.389Z Compiling tokio-postgres v0.7.16
17012026-05-08T01:13:54.667Z Compiling petgraph v0.8.3
17022026-05-08T01:13:55.404Z Compiling iddqd v0.3.18
17032026-05-08T01:13:56.313Z Compiling zip v4.6.1
17042026-05-08T01:13:56.432Z Compiling petgraph v0.6.5
17052026-05-08T01:13:56.474Z Compiling env_logger v0.11.9
17062026-05-08T01:13:56.525Z Compiling usdt v0.6.0
17072026-05-08T01:13:56.543Z Compiling usdt-impl v0.5.0
17082026-05-08T01:13:56.811Z Compiling serde_with v3.17.0
17092026-05-08T01:13:56.851Z Compiling similar v2.7.0
17102026-05-08T01:13:57.182Z Compiling ecdsa v0.16.9
17112026-05-08T01:13:57.331Z Compiling rsa v0.9.10
17122026-05-08T01:13:57.596Z Compiling ed25519-dalek v2.2.0
17132026-05-08T01:13:57.699Z Compiling crossterm v0.28.1
17142026-05-08T01:13:57.946Z Compiling zip v0.6.6
17152026-05-08T01:13:58.503Z Compiling toml v0.7.8
17162026-05-08T01:13:58.911Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-05-08T01:13:58.948Z Compiling heck v0.4.1
17182026-05-08T01:13:58.976Z Compiling crossbeam-epoch v0.9.18
17192026-05-08T01:13:59.124Z Compiling tokio-stream v0.1.18
17202026-05-08T01:13:59.127Z Compiling buf-list v1.1.2
17212026-05-08T01:13:59.177Z Compiling x509-cert v0.2.5
17222026-05-08T01:13:59.304Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17232026-05-08T01:13:59.400Z Compiling openapiv3 v2.2.0
17242026-05-08T01:13:59.549Z Compiling sha1 v0.10.6
17252026-05-08T01:13:59.599Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-05-08T01:13:59.614Z Compiling lalrpop-util v0.19.12
17272026-05-08T01:13:59.778Z Compiling peg-runtime v0.8.5
17282026-05-08T01:13:59.806Z Compiling thread_local v1.1.9
17292026-05-08T01:13:59.890Z Compiling slog-async v2.8.0
17302026-05-08T01:14:00.063Z Compiling crossbeam-channel v0.5.15
17312026-05-08T01:14:00.066Z Compiling futures-executor v0.3.32
17322026-05-08T01:14:00.220Z Compiling is-terminal v0.4.17
17332026-05-08T01:14:00.323Z Compiling filetime v0.2.27
17342026-05-08T01:14:00.340Z Compiling take_mut v0.2.2
17352026-05-08T01:14:00.457Z Compiling xattr v1.6.1
17362026-05-08T01:14:00.505Z Compiling term v1.2.1
17372026-05-08T01:14:00.617Z Compiling tar v0.4.45
17382026-05-08T01:14:00.633Z Compiling futures v0.3.32
17392026-05-08T01:14:00.804Z Compiling slog-term v2.9.2
17402026-05-08T01:14:07.975Z Compiling rustls-webpki v0.103.9
17412026-05-08T01:14:10.816Z Compiling tokio-rustls v0.26.4
17422026-05-08T01:14:10.816Z Compiling rustls-platform-verifier v0.6.2
17432026-05-08T01:14:11.022Z Compiling hyper-rustls v0.27.7
17442026-05-08T01:14:11.229Z Compiling reqwest v0.12.28
17452026-05-08T01:14:11.229Z Compiling reqwest v0.13.2
17462026-05-08T01:14:13.330Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-05-08T01:14:13.549Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-05-08T01:14:16.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17492026-05-08T01:14:16.523Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-05-08T01:14:16.583ZMay 08 01:14:14.963 INFO Starting download, target: DendriteStub
17512026-05-08T01:14:16.583ZMay 08 01:14:14.963 INFO Starting download, target: Console
17522026-05-08T01:14:16.583ZMay 08 01:14:14.963 INFO Starting download, target: MaghemiteMgd
17532026-05-08T01:14:16.583ZMay 08 01:14:14.963 INFO Starting download, target: Clickhouse
17542026-05-08T01:14:16.583ZMay 08 01:14:14.963 INFO Starting download, target: Cockroach
17552026-05-08T01:14:16.583ZMay 08 01:14:14.964 INFO Starting download, target: TransceiverControl
17562026-05-08T01:14:16.587ZMay 08 01:14:14.964 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-05-08T01:14:16.587ZMay 08 01:14:14.964 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-05-08T01:14:16.587ZMay 08 01:14:14.964 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-05-08T01:14:16.587ZMay 08 01:14:14.964 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-05-08T01:14:16.587ZMay 08 01:14:14.964 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-05-08T01:14:16.587ZMay 08 01:14:14.964 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-05-08T01:14:17.266ZMay 08 01:14:15.639 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-05-08T01:14:17.487ZMay 08 01:14:15.853 INFO Download complete, target: TransceiverControl
17642026-05-08T01:14:17.629ZMay 08 01:14:15.982 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-05-08T01:14:17.872ZMay 08 01:14:16.223 INFO Download complete, target: Console
17662026-05-08T01:14:18.311ZMay 08 01:14:16.683 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-05-08T01:14:19.185ZMay 08 01:14:17.569 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-05-08T01:14:19.551ZMay 08 01:14:17.935 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-05-08T01:14:19.618ZMay 08 01:14:18.001 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-05-08T01:14:19.618ZMay 08 01:14:18.001 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-05-08T01:14:21.589ZMay 08 01:14:19.972 INFO Download complete, target: DendriteStub
17722026-05-08T01:14:22.078ZMay 08 01:14:20.462 INFO Download complete, target: MaghemiteMgd
17732026-05-08T01:14:24.415ZMay 08 01:14:22.798 INFO Checking that binary works, target: Cockroach
17742026-05-08T01:14:24.511ZMay 08 01:14:22.892 INFO Download complete, target: Cockroach
17752026-05-08T01:14:25.268ZMay 08 01:14:23.650 INFO Checking that binary works, target: Clickhouse
17762026-05-08T01:14:25.388ZMay 08 01:14:23.770 INFO Download complete, target: Clickhouse
17772026-05-08T01:14:25.398ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-05-08T01:14:25.401Z
17792026-05-08T01:14:25.401Zreal 3:26.475460608
17802026-05-08T01:14:25.401Zuser 7:19.429050475
17812026-05-08T01:14:25.401Zsys 1:25.431856649
17822026-05-08T01:14:25.401Ztrap 0.206024360
17832026-05-08T01:14:25.401Ztflt 0.645675524
17842026-05-08T01:14:25.401Zdflt 0.537072198
17852026-05-08T01:14:25.401Zkflt 0.023868891
17862026-05-08T01:14:25.401Zlock 20:52.939857769
17872026-05-08T01:14:25.401Zslp 22:20.802112551
17882026-05-08T01:14:25.401Zlat 43.806071767
17892026-05-08T01:14:25.401Zstop 2:05.165318350
17902026-05-08T01:14:25.401Z+ banner hack-check
17912026-05-08T01:14:25.402Z
17922026-05-08T01:14:25.402Z # # ## #### # # #### # # ###### #### # #
17932026-05-08T01:14:25.402Z # # # # # # # # # # # # # # # # #
17942026-05-08T01:14:25.402Z ###### # # # #### ##### # ###### ##### # ####
17952026-05-08T01:14:25.402Z # # ###### # # # # # # # # # #
17962026-05-08T01:14:25.402Z # # # # # # # # # # # # # # # # #
17972026-05-08T01:14:25.402Z # # # # #### # # #### # # ###### #### # #
17982026-05-08T01:14:25.402Z
17992026-05-08T01:14:25.402Z+ export CARGO_INCREMENTAL=0
18002026-05-08T01:14:25.402Z+ CARGO_INCREMENTAL=0
18012026-05-08T01:14:25.402Z+ ptime -m timeout 2h cargo xtask check-features --ci
18022026-05-08T01:14:25.931Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-05-08T01:14:26.153Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-05-08T01:14:28.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
18052026-05-08T01:14:28.108Z Running `target/debug/xtask check-features --ci`
18062026-05-08T01:14:28.137Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18072026-05-08T01:14:28.141Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18082026-05-08T01:14:28.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18092026-05-08T01:14:28.647Z Running `target/debug/xtask download cargo-hack`
18102026-05-08T01:14:29.428Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-05-08T01:14:29.749Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-05-08T01:14:32.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18132026-05-08T01:14:32.383Z Running `target/debug/xtask-downloader cargo-hack`
18142026-05-08T01:14:32.427ZMay 08 01:14:30.805 INFO Starting download, target: CargoHack
18152026-05-08T01:14:32.431ZMay 08 01:14:30.806 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18162026-05-08T01:14:32.636ZMay 08 01:14:31.019 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18172026-05-08T01:14:32.687ZMay 08 01:14:31.067 INFO Download complete, target: CargoHack
18182026-05-08T01:14:32.691Zrunning: "/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"
18192026-05-08T01:14:32.701Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18202026-05-08T01:14:32.854Zinfo: running `cargo check --bins` on api_identity (1/275)
18212026-05-08T01:14:33.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-08T01:14:33.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-08T01:14:33.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-08T01:14:33.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-05-08T01:14:33.430Z
18262026-05-08T01:14:33.430Zinfo: running `cargo check --bins` on bootstore (2/275)
18272026-05-08T01:14:33.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-08T01:14:33.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-08T01:14:33.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-08T01:14:33.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18312026-05-08T01:14:34.013Z
18322026-05-08T01:14:34.013Zinfo: running `cargo check --bins` on omicron-ledger (3/275)
18332026-05-08T01:14:34.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-08T01:14:34.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-08T01:14:34.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-08T01:14:34.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18372026-05-08T01:14:34.583Z
18382026-05-08T01:14:34.583Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/275)
18392026-05-08T01:14:35.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-08T01:14:35.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-08T01:14:35.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-08T01:14:35.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18432026-05-08T01:14:35.160Z
18442026-05-08T01:14:35.160Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/275)
18452026-05-08T01:14:35.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-08T01:14:35.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-08T01:14:35.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-08T01:14:35.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18492026-05-08T01:14:35.737Z
18502026-05-08T01:14:35.737Zinfo: running `cargo check --bins` on omicron-certificates (6/275)
18512026-05-08T01:14:36.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-08T01:14:36.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-08T01:14:36.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-08T01:14:36.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18552026-05-08T01:14:36.324Z
18562026-05-08T01:14:36.324Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/275)
18572026-05-08T01:14:36.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-08T01:14:36.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-08T01:14:36.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-08T01:14:36.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18612026-05-08T01:14:36.926Z
18622026-05-08T01:14:36.926Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/275)
18632026-05-08T01:14:37.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-08T01:14:37.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-08T01:14:37.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-08T01:14:37.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18672026-05-08T01:14:37.526Z
18682026-05-08T01:14:37.526Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/275)
18692026-05-08T01:14:37.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-08T01:14:37.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-08T01:14:37.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-08T01:14:37.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-08T01:14:37.991Z
18742026-05-08T01:14:37.991Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/275)
18752026-05-08T01:14:38.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-08T01:14:38.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-08T01:14:38.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-08T01:14:38.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18792026-05-08T01:14:38.465Z
18802026-05-08T01:14:38.465Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/275)
18812026-05-08T01:14:38.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-08T01:14:38.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-08T01:14:38.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-08T01:14:38.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-08T01:14:38.933Z
18862026-05-08T01:14:38.933Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/275)
18872026-05-08T01:14:39.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-08T01:14:39.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-08T01:14:39.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-08T01:14:39.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-08T01:14:39.397Z
18922026-05-08T01:14:39.397Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/275)
18932026-05-08T01:14:39.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-08T01:14:39.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-08T01:14:39.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-08T01:14:39.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-08T01:14:39.867Z
18982026-05-08T01:14:39.867Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/275)
18992026-05-08T01:14:40.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-08T01:14:40.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-08T01:14:40.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-08T01:14:40.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-08T01:14:40.334Z
19042026-05-08T01:14:40.334Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/275)
19052026-05-08T01:14:40.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-08T01:14:40.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-08T01:14:40.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-08T01:14:40.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-08T01:14:40.803Z
19102026-05-08T01:14:40.803Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/275)
19112026-05-08T01:14:41.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-08T01:14:41.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-08T01:14:41.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-08T01:14:41.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-08T01:14:41.272Z
19162026-05-08T01:14:41.272Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/275)
19172026-05-08T01:14:41.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-08T01:14:41.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-08T01:14:41.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-08T01:14:41.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-08T01:14:41.743Z
19222026-05-08T01:14:41.743Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/275)
19232026-05-08T01:14:42.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-08T01:14:42.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-08T01:14:42.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-08T01:14:42.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-05-08T01:14:42.213Z
19282026-05-08T01:14:42.213Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/275)
19292026-05-08T01:14:42.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-08T01:14:42.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-08T01:14:42.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-08T01:14:42.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-05-08T01:14:42.683Z
19342026-05-08T01:14:42.683Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/275)
19352026-05-08T01:14:43.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-08T01:14:43.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-08T01:14:43.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-08T01:14:43.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-05-08T01:14:43.153Z
19402026-05-08T01:14:43.153Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/275)
19412026-05-08T01:14:43.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-08T01:14:43.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-08T01:14:43.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-08T01:14:43.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19452026-05-08T01:14:43.629Z
19462026-05-08T01:14:43.629Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/275)
19472026-05-08T01:14:44.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-08T01:14:44.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-08T01:14:44.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-08T01:14:44.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-08T01:14:44.100Z
19522026-05-08T01:14:44.100Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/275)
19532026-05-08T01:14:44.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-08T01:14:44.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-08T01:14:44.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-08T01:14:44.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-08T01:14:44.571Z
19582026-05-08T01:14:44.571Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/275)
19592026-05-08T01:14:44.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-08T01:14:44.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-08T01:14:44.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-08T01:14:44.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-08T01:14:45.040Z
19642026-05-08T01:14:45.040Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/275)
19652026-05-08T01:14:45.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-08T01:14:45.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-08T01:14:45.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-08T01:14:45.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-05-08T01:14:45.508Z
19702026-05-08T01:14:45.509Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/275)
19712026-05-08T01:14:45.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-08T01:14:45.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-08T01:14:45.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-08T01:14:45.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-08T01:14:45.979Z
19762026-05-08T01:14:45.980Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/275)
19772026-05-08T01:14:46.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-08T01:14:46.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-08T01:14:46.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-08T01:14:46.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-05-08T01:14:46.453Z
19822026-05-08T01:14:46.454Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/275)
19832026-05-08T01:14:46.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-08T01:14:46.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-08T01:14:46.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-08T01:14:46.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-08T01:14:46.921Z
19882026-05-08T01:14:46.921Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/275)
19892026-05-08T01:14:47.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-08T01:14:47.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-08T01:14:47.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-08T01:14:47.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-08T01:14:47.388Z
19942026-05-08T01:14:47.388Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/275)
19952026-05-08T01:14:47.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-08T01:14:47.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-08T01:14:47.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-08T01:14:47.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-08T01:14:47.850Z
20002026-05-08T01:14:47.850Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/275)
20012026-05-08T01:14:48.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-08T01:14:48.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-08T01:14:48.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-08T01:14:48.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-08T01:14:48.314Z
20062026-05-08T01:14:48.314Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/275)
20072026-05-08T01:14:48.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-08T01:14:48.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-08T01:14:48.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-08T01:14:48.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-08T01:14:48.777Z
20122026-05-08T01:14:48.777Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/275)
20132026-05-08T01:14:49.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-08T01:14:49.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-08T01:14:49.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-08T01:14:49.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-08T01:14:49.248Z
20182026-05-08T01:14:49.248Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/275)
20192026-05-08T01:14:49.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-08T01:14:49.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-08T01:14:49.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-08T01:14:49.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-08T01:14:49.713Z
20242026-05-08T01:14:49.713Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/275)
20252026-05-08T01:14:50.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-08T01:14:50.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-08T01:14:50.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-08T01:14:50.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-08T01:14:50.178Z
20302026-05-08T01:14:50.178Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/275)
20312026-05-08T01:14:50.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-08T01:14:50.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-08T01:14:50.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-08T01:14:50.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-08T01:14:50.643Z
20362026-05-08T01:14:50.643Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/275)
20372026-05-08T01:14:51.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-08T01:14:51.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-08T01:14:51.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-08T01:14:51.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-08T01:14:51.113Z
20422026-05-08T01:14:51.113Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/275)
20432026-05-08T01:14:51.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-08T01:14:51.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-08T01:14:51.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-08T01:14:51.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-08T01:14:51.581Z
20482026-05-08T01:14:51.581Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/275)
20492026-05-08T01:14:52.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-08T01:14:52.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-08T01:14:52.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-08T01:14:52.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-08T01:14:52.388Z
20542026-05-08T01:14:52.388Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/275)
20552026-05-08T01:14:52.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-08T01:14:52.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-08T01:14:52.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-08T01:14:52.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-05-08T01:14:52.526Z
20602026-05-08T01:14:52.526Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/275)
20612026-05-08T01:14:52.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-08T01:14:52.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-08T01:14:52.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-08T01:14:52.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-05-08T01:14:52.999Z
20662026-05-08T01:14:52.999Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/275)
20672026-05-08T01:14:53.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-08T01:14:53.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-08T01:14:53.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-08T01:14:53.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-05-08T01:14:53.471Z
20722026-05-08T01:14:53.471Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/275)
20732026-05-08T01:14:53.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-08T01:14:53.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-08T01:14:53.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-08T01:14:53.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-05-08T01:14:53.943Z
20782026-05-08T01:14:53.943Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/275)
20792026-05-08T01:14:54.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-08T01:14:54.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-08T01:14:54.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-08T01:14:54.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-05-08T01:14:54.415Z
20842026-05-08T01:14:54.415Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/275)
20852026-05-08T01:14:54.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-08T01:14:54.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-08T01:14:54.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-08T01:14:54.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20892026-05-08T01:14:54.885Z
20902026-05-08T01:14:54.885Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/275)
20912026-05-08T01:14:55.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-08T01:14:55.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-08T01:14:55.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-08T01:14:55.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20952026-05-08T01:14:55.358Z
20962026-05-08T01:14:55.358Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/275)
20972026-05-08T01:14:55.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-08T01:14:55.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-08T01:14:55.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-08T01:14:55.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21012026-05-08T01:14:55.829Z
21022026-05-08T01:14:55.829Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/275)
21032026-05-08T01:14:56.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-08T01:14:56.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-08T01:14:56.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-08T01:14:56.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21072026-05-08T01:14:56.298Z
21082026-05-08T01:14:56.298Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/275)
21092026-05-08T01:14:56.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-08T01:14:56.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-08T01:14:56.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-08T01:14:56.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21132026-05-08T01:14:56.928Z
21142026-05-08T01:14:56.928Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/275)
21152026-05-08T01:14:57.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-08T01:14:57.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-08T01:14:57.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-08T01:14:57.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21192026-05-08T01:14:57.559Z
21202026-05-08T01:14:57.559Zinfo: running `cargo check --bins` on nexus-config (51/275)
21212026-05-08T01:14:58.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-08T01:14:58.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-08T01:14:58.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-08T01:14:58.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21252026-05-08T01:14:58.193Z
21262026-05-08T01:14:58.193Zinfo: running `cargo check --bins` on nexus-types (52/275)
21272026-05-08T01:14:58.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-08T01:14:58.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-08T01:14:58.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-08T01:14:58.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21312026-05-08T01:14:58.831Z
21322026-05-08T01:14:58.831Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/275)
21332026-05-08T01:14:59.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-08T01:14:59.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-08T01:14:59.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-08T01:14:59.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21372026-05-08T01:14:59.430Z
21382026-05-08T01:14:59.430Zinfo: running `cargo check --bins` on omicron-passwords (54/275)
21392026-05-08T01:14:59.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-08T01:14:59.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-08T01:14:59.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-08T01:14:59.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21432026-05-08T01:15:00.000Z
21442026-05-08T01:15:00.000Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/275)
21452026-05-08T01:15:00.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-08T01:15:00.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-08T01:15:00.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-08T01:15:00.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-05-08T01:15:00.598Z
21502026-05-08T01:15:00.598Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/275)
21512026-05-08T01:15:01.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-08T01:15:01.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-08T01:15:01.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-08T01:15:01.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-05-08T01:15:01.196Z
21562026-05-08T01:15:01.196Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/275)
21572026-05-08T01:15:01.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-08T01:15:01.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-08T01:15:01.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-08T01:15:01.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21612026-05-08T01:15:01.798Z
21622026-05-08T01:15:01.798Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/275)
21632026-05-08T01:15:02.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-08T01:15:02.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-08T01:15:02.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-08T01:15:02.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-05-08T01:15:02.400Z
21682026-05-08T01:15:02.400Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/275)
21692026-05-08T01:15:02.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-08T01:15:02.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-08T01:15:02.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-08T01:15:02.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21732026-05-08T01:15:02.979Z
21742026-05-08T01:15:02.979Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/275)
21752026-05-08T01:15:03.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-08T01:15:03.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-08T01:15:03.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-08T01:15:03.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21792026-05-08T01:15:03.562Z
21802026-05-08T01:15:03.562Zinfo: running `cargo check --bins --no-default-features` on gfss (61/275)
21812026-05-08T01:15:04.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-08T01:15:04.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-08T01:15:04.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-08T01:15:04.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-08T01:15:04.140Z
21862026-05-08T01:15:04.140Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/275)
21872026-05-08T01:15:04.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-08T01:15:04.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-08T01:15:04.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-08T01:15:04.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-08T01:15:04.718Z
21922026-05-08T01:15:04.718Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/275)
21932026-05-08T01:15:05.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-08T01:15:05.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-08T01:15:05.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-08T01:15:05.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-08T01:15:05.311Z
21982026-05-08T01:15:05.311Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/275)
21992026-05-08T01:15:05.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-08T01:15:05.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-08T01:15:05.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-08T01:15:05.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-05-08T01:15:05.910Z
22042026-05-08T01:15:05.910Zinfo: running `cargo check --bins` on cockroach-admin-types (65/275)
22052026-05-08T01:15:06.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-08T01:15:06.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-08T01:15:06.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-08T01:15:06.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-05-08T01:15:06.489Z
22102026-05-08T01:15:06.489Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/275)
22112026-05-08T01:15:06.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-08T01:15:06.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-08T01:15:06.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-08T01:15:06.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22152026-05-08T01:15:07.069Z
22162026-05-08T01:15:07.069Zinfo: running `cargo check --bins` on ereport-types (67/275)
22172026-05-08T01:15:07.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-08T01:15:07.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-08T01:15:07.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-08T01:15:07.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22212026-05-08T01:15:07.656Z
22222026-05-08T01:15:07.656Zinfo: running `cargo check --bins` on gateway-client (68/275)
22232026-05-08T01:15:08.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-08T01:15:08.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-08T01:15:08.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-08T01:15:08.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-05-08T01:15:08.244Z
22282026-05-08T01:15:08.244Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/275)
22292026-05-08T01:15:08.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-08T01:15:08.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-08T01:15:08.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-08T01:15:08.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22332026-05-08T01:15:08.833Z
22342026-05-08T01:15:08.833Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/275)
22352026-05-08T01:15:09.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-08T01:15:09.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-08T01:15:09.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-08T01:15:09.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22392026-05-08T01:15:09.418Z
22402026-05-08T01:15:09.418Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/275)
22412026-05-08T01:15:09.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-08T01:15:09.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-08T01:15:09.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-08T01:15:09.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-05-08T01:15:10.005Z
22462026-05-08T01:15:10.005Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/275)
22472026-05-08T01:15:10.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-08T01:15:10.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-08T01:15:10.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-05-08T01:15:10.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22512026-05-08T01:15:10.596Z
22522026-05-08T01:15:10.596Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/275)
22532026-05-08T01:15:11.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-05-08T01:15:11.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-05-08T01:15:11.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-05-08T01:15:11.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22572026-05-08T01:15:11.206Z
22582026-05-08T01:15:11.206Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/275)
22592026-05-08T01:15:11.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-05-08T01:15:11.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-05-08T01:15:11.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-05-08T01:15:11.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22632026-05-08T01:15:11.808Z
22642026-05-08T01:15:11.808Zinfo: running `cargo check --bins` on key-manager-types (75/275)
22652026-05-08T01:15:12.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-05-08T01:15:12.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-05-08T01:15:12.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-05-08T01:15:12.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22692026-05-08T01:15:12.380Z
22702026-05-08T01:15:12.380Zinfo: running `cargo check --bins` on oxlog (76/275)
22712026-05-08T01:15:12.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-05-08T01:15:12.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-05-08T01:15:12.982Z Checking cfg-if v1.0.4
22742026-05-08T01:15:12.986Z Checking libc v0.2.185
22752026-05-08T01:15:12.986Z Checking serde_core v1.0.228
22762026-05-08T01:15:13.099Z Checking zeroize v1.8.2
22772026-05-08T01:15:13.108Z Checking memchr v2.8.0
22782026-05-08T01:15:13.118Z Checking log v0.4.29
22792026-05-08T01:15:13.124Z Checking smallvec v1.15.1
22802026-05-08T01:15:13.136Z Checking typenum v1.19.0
22812026-05-08T01:15:13.147Z Checking subtle v2.6.1
22822026-05-08T01:15:13.236Z Checking itoa v1.0.17
22832026-05-08T01:15:13.271Z Checking scopeguard v1.2.0
22842026-05-08T01:15:13.289Z Checking const-oid v0.9.6
22852026-05-08T01:15:13.304Z Checking stable_deref_trait v1.2.1
22862026-05-08T01:15:13.370Z Checking lock_api v0.4.14
22872026-05-08T01:15:13.384Z Checking portable-atomic v1.13.1
22882026-05-08T01:15:13.384Z Checking zerofrom v0.1.6
22892026-05-08T01:15:13.481Z Checking getrandom v0.2.17
22902026-05-08T01:15:13.481Z Checking errno v0.3.14
22912026-05-08T01:15:13.502Z Checking critical-section v1.2.0
22922026-05-08T01:15:13.571Z Checking yoke v0.8.1
22932026-05-08T01:15:13.596Z Checking parking_lot_core v0.9.12
22942026-05-08T01:15:13.601Z Checking signal-hook-registry v1.4.8
22952026-05-08T01:15:13.649Z Checking generic-array v0.14.7
22962026-05-08T01:15:13.664Z Checking rand_core v0.6.4
22972026-05-08T01:15:13.736Z Checking zerovec v0.11.5
22982026-05-08T01:15:13.791Z Checking zerocopy v0.8.40
22992026-05-08T01:15:13.794Z Checking once_cell v1.21.3
23002026-05-08T01:15:13.812Z Checking pin-project-lite v0.2.17
23012026-05-08T01:15:13.840Z Checking parking_lot v0.12.5
23022026-05-08T01:15:13.899Z Checking mio v1.2.0
23032026-05-08T01:15:13.955Z Checking socket2 v0.6.3
23042026-05-08T01:15:13.971Z Checking libm v0.2.16
23052026-05-08T01:15:14.024Z Checking zmij v1.0.21
23062026-05-08T01:15:14.081Z Checking crypto-common v0.1.7
23072026-05-08T01:15:14.167Z Checking block-buffer v0.10.4
23082026-05-08T01:15:14.180Z Checking tinystr v0.8.2
23092026-05-08T01:15:14.193Z Checking futures-core v0.3.32
23102026-05-08T01:15:14.204Z Checking percent-encoding v2.3.2
23112026-05-08T01:15:14.224Z Checking equivalent v1.0.2
23122026-05-08T01:15:14.298Z Checking digest v0.10.7
23132026-05-08T01:15:14.310Z Checking writeable v0.6.2
23142026-05-08T01:15:14.313Z Checking litemap v0.8.1
23152026-05-08T01:15:14.338Z Checking potential_utf v0.1.4
23162026-05-08T01:15:14.351Z Checking zerotrie v0.2.3
23172026-05-08T01:15:14.465Z Checking cpufeatures v0.2.17
23182026-05-08T01:15:14.477Z Checking icu_collections v2.1.1
23192026-05-08T01:15:14.490Z Checking icu_locale_core v2.1.1
23202026-05-08T01:15:14.490Z Checking hmac v0.12.1
23212026-05-08T01:15:14.531Z Checking block-padding v0.3.3
23222026-05-08T01:15:14.556Z Checking serde v1.0.228
23232026-05-08T01:15:14.586Z Checking bitflags v2.11.0
23242026-05-08T01:15:14.630Z Checking serde_json v1.0.149
23252026-05-08T01:15:14.662Z Checking num-traits v0.2.19
23262026-05-08T01:15:14.662Z Checking icu_properties_data v2.1.2
23272026-05-08T01:15:14.749Z Checking icu_normalizer_data v2.1.1
23282026-05-08T01:15:14.781Z Checking futures-sink v0.3.32
23292026-05-08T01:15:14.798Z Checking rand_core v0.10.0
23302026-05-08T01:15:14.824Z Checking hashbrown v0.17.0
23312026-05-08T01:15:14.877Z Checking futures-channel v0.3.32
23322026-05-08T01:15:14.936Z Checking getrandom v0.4.1
23332026-05-08T01:15:14.955Z Checking bytes v1.11.1
23342026-05-08T01:15:15.038Z Checking icu_provider v2.1.1
23352026-05-08T01:15:15.064Z Checking inout v0.1.4
23362026-05-08T01:15:15.082Z Checking futures-io v0.3.32
23372026-05-08T01:15:15.182Z Checking slab v0.4.12
23382026-05-08T01:15:15.194Z Checking futures-task v0.3.32
23392026-05-08T01:15:15.197Z Checking cipher v0.4.4
23402026-05-08T01:15:15.266Z Checking icu_properties v2.1.2
23412026-05-08T01:15:15.278Z Checking indexmap v2.14.0
23422026-05-08T01:15:15.290Z Checking icu_normalizer v2.1.1
23432026-05-08T01:15:15.328Z Checking sha2 v0.10.9
23442026-05-08T01:15:15.340Z Checking futures-util v0.3.32
23452026-05-08T01:15:15.401Z Checking tokio v1.52.1
23462026-05-08T01:15:15.414Z Checking getrandom v0.3.4
23472026-05-08T01:15:15.554Z Checking base64ct v1.8.3
23482026-05-08T01:15:15.589Z Checking byteorder v1.5.0
23492026-05-08T01:15:15.601Z Checking utf8_iter v1.0.4
23502026-05-08T01:15:15.717Z Checking form_urlencoded v1.2.2
23512026-05-08T01:15:15.783Z Checking pem-rfc7468 v0.7.0
23522026-05-08T01:15:15.796Z Checking flagset v0.4.7
23532026-05-08T01:15:15.827Z Checking fnv v1.0.7
23542026-05-08T01:15:15.842Z Checking rand_core v0.9.5
23552026-05-08T01:15:15.913Z Checking salsa20 v0.10.2
23562026-05-08T01:15:15.926Z Checking http v1.4.0
23572026-05-08T01:15:15.937Z Checking der v0.7.10
23582026-05-08T01:15:16.017Z Checking uuid v1.23.0
23592026-05-08T01:15:16.046Z Checking pbkdf2 v0.12.2
23602026-05-08T01:15:16.086Z Checking idna_adapter v1.2.1
23612026-05-08T01:15:16.156Z Checking scrypt v0.11.0
23622026-05-08T01:15:16.204Z Checking idna v1.1.0
23632026-05-08T01:15:16.302Z Checking cbc v0.1.2
23642026-05-08T01:15:16.328Z Checking aes v0.8.4
23652026-05-08T01:15:16.428Z Checking rustix v1.1.3
23662026-05-08T01:15:16.455Z Checking url v2.5.8
23672026-05-08T01:15:16.500Z Checking tracing-core v0.1.36
23682026-05-08T01:15:16.537Z Checking ppv-lite86 v0.2.21
23692026-05-08T01:15:16.666Z Checking spki v0.7.3
23702026-05-08T01:15:16.720Z Checking rustls-pki-types v1.14.0
23712026-05-08T01:15:16.811Z Checking iana-time-zone v0.1.65
23722026-05-08T01:15:16.840Z Checking rand_chacha v0.9.0
23732026-05-08T01:15:16.843Z Checking regex-syntax v0.8.10
23742026-05-08T01:15:16.897Z Checking pkcs5 v0.7.1
23752026-05-08T01:15:16.914Z Checking chrono v0.4.44
23762026-05-08T01:15:17.011Z Checking tracing v0.1.44
23772026-05-08T01:15:17.040Z Checking rand v0.9.2
23782026-05-08T01:15:17.157Z Checking http-body v1.0.1
23792026-05-08T01:15:17.222Z Checking aws-lc-sys v0.37.1
23802026-05-08T01:15:17.255Z Checking untrusted v0.7.1
23812026-05-08T01:15:17.284Z Checking openssl-probe v0.2.1
23822026-05-08T01:15:17.297Z Checking base64 v0.22.1
23832026-05-08T01:15:17.366Z Checking untrusted v0.9.0
23842026-05-08T01:15:17.393Z Checking pkcs8 v0.10.2
23852026-05-08T01:15:17.476Z Checking ring v0.17.14
23862026-05-08T01:15:17.509Z Checking tinyvec_macros v0.1.1
23872026-05-08T01:15:17.533Z Checking try-lock v0.2.5
23882026-05-08T01:15:17.568Z Checking tower-service v0.3.3
23892026-05-08T01:15:17.579Z Checking atomic-waker v1.1.2
23902026-05-08T01:15:17.628Z Checking tower-layer v0.3.3
23912026-05-08T01:15:17.656Z Checking plain v0.2.3
23922026-05-08T01:15:17.675Z Checking want v0.3.1
23932026-05-08T01:15:17.729Z Checking aws-lc-rs v1.16.0
23942026-05-08T01:15:17.756Z Checking tinyvec v1.10.0
23952026-05-08T01:15:17.772Z Checking ipnet v2.11.0
23962026-05-08T01:15:17.775Z Checking semver v1.0.28
23972026-05-08T01:15:17.795Z Checking httparse v1.10.1
23982026-05-08T01:15:17.986Z Checking spin v0.9.8
23992026-05-08T01:15:18.001Z Checking httpdate v1.0.3
24002026-05-08T01:15:18.026Z Checking pin-utils v0.1.0
24012026-05-08T01:15:18.058Z Checking unicode-ident v1.0.24
24022026-05-08T01:15:18.093Z Checking fastrand v2.3.0
24032026-05-08T01:15:18.140Z Checking ucd-trie v0.1.7
24042026-05-08T01:15:18.163Z Checking foreign-types-shared v0.1.1
24052026-05-08T01:15:18.163Z Checking dyn-clone v1.0.20
24062026-05-08T01:15:18.187Z Checking proc-macro2 v1.0.106
24072026-05-08T01:15:18.245Z Checking foreign-types v0.3.2
24082026-05-08T01:15:18.267Z Checking pest v2.8.6
24092026-05-08T01:15:18.270Z Checking tempfile v3.25.0
24102026-05-08T01:15:18.289Z Checking schemars v0.8.22
24112026-05-08T01:15:18.313Z Checking openssl-sys v0.9.114
24122026-05-08T01:15:18.458Z Checking thiserror v2.0.18
24132026-05-08T01:15:18.471Z Checking wait-timeout v0.2.1
24142026-05-08T01:15:18.489Z Checking aho-corasick v1.1.4
24152026-05-08T01:15:18.561Z Checking powerfmt v0.2.0
24162026-05-08T01:15:18.574Z Checking rustls-webpki v0.103.9
24172026-05-08T01:15:18.591Z Checking bit-vec v0.8.0
24182026-05-08T01:15:18.638Z Checking tokio-util v0.7.18
24192026-05-08T01:15:18.710Z Checking siphasher v1.0.2
24202026-05-08T01:15:18.776Z Checking anstyle v1.0.13
24212026-05-08T01:15:18.790Z Checking pretty-hex v0.4.1
24222026-05-08T01:15:18.860Z Checking quick-error v1.2.3
24232026-05-08T01:15:18.905Z Checking utf8parse v0.2.2
24242026-05-08T01:15:18.946Z Checking simd-adler32 v0.3.8
24252026-05-08T01:15:18.961Z Checking openssl v0.10.78
24262026-05-08T01:15:18.965Z Checking rusty-fork v0.3.1
24272026-05-08T01:15:18.985Z Checking rustls v0.23.37
24282026-05-08T01:15:19.004Z Checking anstyle-parse v0.2.7
24292026-05-08T01:15:19.113Z Checking bit-set v0.8.0
24302026-05-08T01:15:19.138Z Checking deranged v0.5.8
24312026-05-08T01:15:19.150Z Checking quote v1.0.45
24322026-05-08T01:15:19.174Z Checking regex-automata v0.4.14
24332026-05-08T01:15:19.233Z Checking h2 v0.4.13
24342026-05-08T01:15:19.257Z Compiling newtype-uuid v1.3.2
24352026-05-08T01:15:19.312Z Checking unicode-normalization v0.1.25
24362026-05-08T01:15:19.325Z Checking rustls-native-certs v0.8.3
24372026-05-08T01:15:19.435Z Checking crossbeam-utils v0.8.21
24382026-05-08T01:15:19.451Z Checking rand_xorshift v0.4.0
24392026-05-08T01:15:19.568Z Checking crc32fast v1.5.0
24402026-05-08T01:15:19.707Z Checking scroll v0.13.0
24412026-05-08T01:15:19.720Z Checking signature v2.2.0
24422026-05-08T01:15:19.759Z Checking sync_wrapper v1.0.2
24432026-05-08T01:15:19.847Z Checking is_terminal_polyfill v1.70.2
24442026-05-08T01:15:19.860Z Checking unarray v0.1.4
24452026-05-08T01:15:19.932Z Checking anstyle-query v1.1.5
24462026-05-08T01:15:19.945Z Checking adler2 v2.0.1
24472026-05-08T01:15:19.960Z Checking unicode-properties v0.1.4
24482026-05-08T01:15:20.025Z Checking num-conv v0.2.0
24492026-05-08T01:15:20.047Z Checking num_threads v0.1.7
24502026-05-08T01:15:20.059Z Checking unicode-bidi v0.3.18
24512026-05-08T01:15:20.132Z Checking allocator-api2 v0.2.21
24522026-05-08T01:15:20.144Z Checking colorchoice v1.0.4
24532026-05-08T01:15:20.155Z Checking time-core v0.1.8
24542026-05-08T01:15:20.239Z Checking anstream v0.6.21
24552026-05-08T01:15:20.292Z Checking time v0.3.47
24562026-05-08T01:15:20.345Z Checking stringprep v0.1.5
24572026-05-08T01:15:20.407Z Checking miniz_oxide v0.8.9
24582026-05-08T01:15:20.434Z Checking proptest v1.10.0
24592026-05-08T01:15:20.495Z Checking goblin v0.10.5
24602026-05-08T01:15:20.761Z Checking tower v0.5.3
24612026-05-08T01:15:20.937Z Checking native-tls v0.2.18
24622026-05-08T01:15:20.990Z Checking crossbeam-epoch v0.9.18
24632026-05-08T01:15:21.118Z Compiling daft v0.1.5
24642026-05-08T01:15:21.147Z Checking syn v2.0.117
24652026-05-08T01:15:21.214Z Checking ipnetwork v0.21.1
24662026-05-08T01:15:21.321Z Checking tokio-rustls v0.26.4
24672026-05-08T01:15:21.393Z Checking http-body-util v0.1.3
24682026-05-08T01:15:21.418Z Checking webpki-roots v1.0.6
24692026-05-08T01:15:21.432Z Checking rand_chacha v0.3.1
24702026-05-08T01:15:21.535Z Checking scroll v0.12.0
24712026-05-08T01:15:21.556Z Checking thiserror v1.0.69
24722026-05-08T01:15:21.611Z Checking zstd-sys v2.0.16+zstd.1.5.7
24732026-05-08T01:15:21.637Z Checking hash32 v0.2.1
24742026-05-08T01:15:21.650Z Checking num-integer v0.1.46
24752026-05-08T01:15:21.745Z Checking serde_spanned v0.6.9
24762026-05-08T01:15:21.772Z Checking toml_datetime v0.6.11
24772026-05-08T01:15:21.803Z Checking md-5 v0.10.6
24782026-05-08T01:15:21.874Z Checking ff v0.13.1
24792026-05-08T01:15:21.885Z Checking psl-types v2.0.11
24802026-05-08T01:15:21.913Z Checking hyper v1.8.1
24812026-05-08T01:15:21.935Z Checking base16ct v0.2.0
24822026-05-08T01:15:21.954Z Checking zlib-rs v0.6.2
24832026-05-08T01:15:21.998Z Checking ryu v1.0.23
24842026-05-08T01:15:21.998Z Checking iri-string v0.7.10
24852026-05-08T01:15:22.061Z Checking fallible-iterator v0.2.0
24862026-05-08T01:15:22.147Z Checking serde_urlencoded v0.7.1
24872026-05-08T01:15:22.342Z Checking postgres-protocol v0.6.10
24882026-05-08T01:15:22.357Z Compiling iddqd v0.3.18
24892026-05-08T01:15:22.381Z Checking sec1 v0.7.3
24902026-05-08T01:15:22.591Z Checking group v0.13.0
24912026-05-08T01:15:22.657Z Checking publicsuffix v2.3.0
24922026-05-08T01:15:22.739Z Checking num-iter v0.1.45
24932026-05-08T01:15:22.817Z Checking heapless v0.7.17
24942026-05-08T01:15:22.830Z Checking hyper-util v0.1.20
24952026-05-08T01:15:22.841Z Checking flate2 v1.1.9
24962026-05-08T01:15:22.853Z Checking goblin v0.8.2
24972026-05-08T01:15:22.858Z Checking dof v0.4.0
24982026-05-08T01:15:23.008Z Checking tower-http v0.6.8
24992026-05-08T01:15:23.127Z Checking zstd-safe v7.2.4
25002026-05-08T01:15:23.225Z Checking rand v0.8.5
25012026-05-08T01:15:23.282Z Checking oxnet v0.1.4
25022026-05-08T01:15:23.294Z Checking cookie v0.18.1
25032026-05-08T01:15:23.451Z Checking tokio-native-tls v0.3.1
25042026-05-08T01:15:23.487Z Checking dtrace-parser v0.3.0
25052026-05-08T01:15:23.500Z Checking phf_shared v0.13.1
25062026-05-08T01:15:23.515Z Checking lazy_static v1.5.0
25072026-05-08T01:15:23.527Z Checking terminal_size v0.4.3
25082026-05-08T01:15:23.602Z Checking zerocopy v0.7.35
25092026-05-08T01:15:23.605Z Checking bzip2-sys v0.1.13+1.0.8
25102026-05-08T01:15:23.634Z Checking signal-hook v0.3.18
25112026-05-08T01:15:23.695Z Checking hkdf v0.12.4
25122026-05-08T01:15:23.698Z Checking crypto-bigint v0.5.5
25132026-05-08T01:15:23.734Z Checking thread-id v5.1.0
25142026-05-08T01:15:23.748Z Checking clap_lex v1.0.0
25152026-05-08T01:15:23.812Z Checking winnow v0.7.14
25162026-05-08T01:15:23.823Z Checking managed v0.8.0
25172026-05-08T01:15:23.842Z Checking strsim v0.11.1
25182026-05-08T01:15:23.894Z Checking bumpalo v3.20.2
25192026-05-08T01:15:23.999Z Checking libbz2-rs-sys v0.2.2
25202026-05-08T01:15:24.011Z Checking bitflags v1.3.2
25212026-05-08T01:15:24.063Z Checking hyper-rustls v0.27.7
25222026-05-08T01:15:24.078Z Checking foldhash v0.1.5
25232026-05-08T01:15:24.091Z Checking winnow v0.5.40
25242026-05-08T01:15:24.102Z Checking either v1.15.0
25252026-05-08T01:15:24.208Z Compiling rayon-core v1.13.0
25262026-05-08T01:15:24.261Z Checking foldhash v0.2.0
25272026-05-08T01:15:24.284Z Checking hashbrown v0.15.5
25282026-05-08T01:15:24.383Z Checking bzip2 v0.6.1
25292026-05-08T01:15:24.413Z Checking zopfli v0.8.3
25302026-05-08T01:15:24.424Z Checking hashbrown v0.16.1
25312026-05-08T01:15:24.543Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25322026-05-08T01:15:24.612Z Checking elliptic-curve v0.13.8
25332026-05-08T01:15:24.727Z Checking smoltcp v0.9.1
25342026-05-08T01:15:24.741Z Checking hyper-tls v0.6.0
25352026-05-08T01:15:24.744Z Checking dof v0.3.0
25362026-05-08T01:15:24.745Z Checking clap_builder v4.5.60
25372026-05-08T01:15:24.909Z Checking signal-hook-mio v0.2.5
25382026-05-08T01:15:24.923Z Checking usdt-impl v0.6.0
25392026-05-08T01:15:24.923Z Checking num-bigint-dig v0.8.6
25402026-05-08T01:15:24.978Z Checking bzip2 v0.4.4
25412026-05-08T01:15:25.009Z Checking phf v0.13.1
25422026-05-08T01:15:25.034Z Checking cookie_store v0.22.1
25432026-05-08T01:15:25.156Z Checking zstd v0.13.3
25442026-05-08T01:15:25.200Z Checking postgres-types v0.2.12
25452026-05-08T01:15:25.235Z Checking toml_edit v0.19.15
25462026-05-08T01:15:25.310Z Checking dtrace-parser v0.2.0
25472026-05-08T01:15:25.342Z Checking rustls-platform-verifier v0.6.2
25482026-05-08T01:15:25.365Z Checking crossbeam-deque v0.8.6
25492026-05-08T01:15:25.382Z Checking bstr v1.12.1
25502026-05-08T01:15:25.476Z Checking regex v1.12.3
25512026-05-08T01:15:25.509Z Checking ed25519 v2.2.3
25522026-05-08T01:15:25.537Z Checking phf_shared v0.11.3
25532026-05-08T01:15:25.541Z Checking ref-cast v1.0.25
25542026-05-08T01:15:25.648Z Checking curve25519-dalek v4.1.3
25552026-05-08T01:15:25.683Z Checking strum v0.27.2
25562026-05-08T01:15:25.695Z Checking hubpack v0.1.2
25572026-05-08T01:15:25.741Z Checking memoffset v0.9.1
25582026-05-08T01:15:25.752Z Checking rustix v0.38.44
25592026-05-08T01:15:25.777Z Checking pkcs1 v0.7.5
25602026-05-08T01:15:25.788Z Checking float-cmp v0.10.0
25612026-05-08T01:15:25.815Z Checking serde-big-array v0.5.1
25622026-05-08T01:15:25.858Z Checking erased-serde v0.3.31
25632026-05-08T01:15:25.912Z Checking hex v0.4.3
25642026-05-08T01:15:25.946Z Checking rfc6979 v0.4.0
25652026-05-08T01:15:25.983Z Checking memmap2 v0.9.10
25662026-05-08T01:15:25.999Z Checking thread-id v4.2.2
25672026-05-08T01:15:26.060Z Checking env_filter v1.0.0
25682026-05-08T01:15:26.077Z Checking encoding_rs v0.8.35
25692026-05-08T01:15:26.131Z Checking fixedbitset v0.5.7
25702026-05-08T01:15:26.143Z Checking mime v0.3.17
25712026-05-08T01:15:26.198Z Checking toml_write v0.1.2
25722026-05-08T01:15:26.238Z Checking rustc-hash v2.1.1
25732026-05-08T01:15:26.264Z Checking jiff v0.2.21
25742026-05-08T01:15:26.312Z Checking new_debug_unreachable v1.0.6
25752026-05-08T01:15:26.324Z Checking data-encoding v2.10.0
25762026-05-08T01:15:26.348Z Checking unicode-segmentation v1.12.0
25772026-05-08T01:15:26.361Z Checking fixedbitset v0.4.2
25782026-05-08T01:15:26.377Z Checking keccak v0.1.6
25792026-05-08T01:15:26.404Z Checking whoami v2.1.0
25802026-05-08T01:15:26.508Z Checking precomputed-hash v0.1.1
25812026-05-08T01:15:26.540Z Checking difflib v0.4.0
25822026-05-08T01:15:26.554Z Checking predicates-core v1.0.10
25832026-05-08T01:15:26.590Z Checking normalize-line-endings v0.3.0
25842026-05-08T01:15:26.594Z Checking static_assertions v1.1.0
25852026-05-08T01:15:26.625Z Checking tokio-postgres v0.7.16
25862026-05-08T01:15:26.663Z Checking similar v2.7.0
25872026-05-08T01:15:26.675Z Checking hickory-proto v0.25.2
25882026-05-08T01:15:26.679Z Checking string_cache v0.8.9
25892026-05-08T01:15:26.679Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25902026-05-08T01:15:26.720Z Checking predicates v3.1.4
25912026-05-08T01:15:26.863Z Checking crossterm v0.28.1
25922026-05-08T01:15:27.023Z Checking sha3 v0.10.8
25932026-05-08T01:15:27.049Z Checking reqwest v0.12.28
25942026-05-08T01:15:27.066Z Checking petgraph v0.6.5
25952026-05-08T01:15:27.227Z Checking ed25519-dalek v2.2.0
25962026-05-08T01:15:27.462Z Checking toml_edit v0.22.27
25972026-05-08T01:15:27.891Z Checking petgraph v0.8.3
25982026-05-08T01:15:27.891Z Checking toml v0.7.8
25992026-05-08T01:15:28.209Z Checking slog v2.8.2
26002026-05-08T01:15:28.291Z Checking env_logger v0.11.9
26012026-05-08T01:15:28.408Z Checking usdt v0.6.0
26022026-05-08T01:15:28.469Z Checking serde_with v3.17.0
26032026-05-08T01:15:28.482Z Checking usdt-impl v0.5.0
26042026-05-08T01:15:28.504Z Checking zip v4.6.1
26052026-05-08T01:15:28.515Z Checking ecdsa v0.16.9
26062026-05-08T01:15:28.570Z Checking clap v4.5.60
26072026-05-08T01:15:28.652Z Checking rsa v0.9.10
26082026-05-08T01:15:28.763Z Checking nix v0.31.2
26092026-05-08T01:15:28.962Z Checking reqwest v0.13.2
26102026-05-08T01:15:29.069Z Checking zip v0.6.6
26112026-05-08T01:15:29.124Z Checking toml_parser v1.0.9+spec-1.1.0
26122026-05-08T01:15:29.197Z Checking itertools v0.13.0
26132026-05-08T01:15:29.392Z Checking strum v0.26.3
26142026-05-08T01:15:29.446Z Checking tokio-stream v0.1.18
26152026-05-08T01:15:29.460Z Checking fs-err v3.3.0
26162026-05-08T01:15:29.471Z Checking ahash v0.8.12
26172026-05-08T01:15:29.501Z Checking object v0.37.3
26182026-05-08T01:15:29.662Z Checking buf-list v1.1.2
26192026-05-08T01:15:29.750Z Checking camino v1.2.2
26202026-05-08T01:15:29.768Z Checking anyhow v1.0.102
26212026-05-08T01:15:29.801Z Checking x509-cert v0.2.5
26222026-05-08T01:15:29.821Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26232026-05-08T01:15:29.847Z Checking openapiv3 v2.2.0
26242026-05-08T01:15:29.872Z Checking toml_datetime v0.7.5+spec-1.1.0
26252026-05-08T01:15:29.959Z Checking sha1 v0.10.6
26262026-05-08T01:15:29.998Z Checking peg-runtime v0.8.5
26272026-05-08T01:15:30.069Z Checking lalrpop-util v0.19.12
26282026-05-08T01:15:30.083Z Checking rayon v1.11.0
26292026-05-08T01:15:30.117Z Checking sigpipe v0.1.3
26302026-05-08T01:15:30.141Z Checking glob v0.3.3
26312026-05-08T01:15:31.686Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322026-05-08T01:15:31.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.58s
26332026-05-08T01:15:32.139Z
26342026-05-08T01:15:32.139Zinfo: running `cargo check --bins` on internal-dns-types (77/275)
26352026-05-08T01:15:32.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-08T01:15:32.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-08T01:15:32.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-08T01:15:32.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26392026-05-08T01:15:32.732Z
26402026-05-08T01:15:32.732Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/275)
26412026-05-08T01:15:33.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-08T01:15:33.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-08T01:15:33.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-08T01:15:33.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26452026-05-08T01:15:33.324Z
26462026-05-08T01:15:33.324Zinfo: running `cargo check --bins` on nexus-types-versions (79/275)
26472026-05-08T01:15:33.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-08T01:15:33.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-08T01:15:33.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-08T01:15:33.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-05-08T01:15:33.940Z
26522026-05-08T01:15:33.940Zinfo: running `cargo check --bins` on oxql-types (80/275)
26532026-05-08T01:15:34.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-08T01:15:34.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-08T01:15:34.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-08T01:15:34.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572026-05-08T01:15:34.547Z
26582026-05-08T01:15:34.547Zinfo: running `cargo check --bins` on oximeter-types (81/275)
26592026-05-08T01:15:35.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-08T01:15:35.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-08T01:15:35.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-08T01:15:35.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26632026-05-08T01:15:35.151Z
26642026-05-08T01:15:35.151Zinfo: running `cargo check --bins` on oximeter-types-versions (82/275)
26652026-05-08T01:15:35.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-08T01:15:35.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-08T01:15:35.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-05-08T01:15:35.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26692026-05-08T01:15:35.759Z
26702026-05-08T01:15:35.760Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/275)
26712026-05-08T01:15:36.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-05-08T01:15:36.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-05-08T01:15:36.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-05-08T01:15:36.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26752026-05-08T01:15:36.346Z
26762026-05-08T01:15:36.346Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/275)
26772026-05-08T01:15:36.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-05-08T01:15:36.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-05-08T01:15:37.036Z Compiling structmeta-derive v0.3.0
26802026-05-08T01:15:37.154Z Compiling rustls v0.22.4
26812026-05-08T01:15:37.163Z Compiling multer v3.1.0
26822026-05-08T01:15:37.172Z Compiling async-stream-impl v0.3.6
26832026-05-08T01:15:37.172Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26842026-05-08T01:15:37.191Z Compiling dropshot v0.17.0
26852026-05-08T01:15:37.212Z Compiling newtype-uuid-macros v0.1.0
26862026-05-08T01:15:37.212Z Compiling dropshot_endpoint v0.17.0
26872026-05-08T01:15:37.331Z Checking newtype-uuid v1.3.2
26882026-05-08T01:15:37.392Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892026-05-08T01:15:37.449Z Checking rustls-webpki v0.102.8
26902026-05-08T01:15:37.528Z Checking daft v0.1.5
26912026-05-08T01:15:37.546Z Checking futures-executor v0.3.32
26922026-05-08T01:15:37.695Z Checking thread_local v1.1.9
26932026-05-08T01:15:37.748Z Checking match_cfg v0.1.0
26942026-05-08T01:15:37.765Z Checking compression-core v0.4.31
26952026-05-08T01:15:37.781Z Checking iddqd v0.3.18
26962026-05-08T01:15:37.817Z Checking hostname v0.3.1
26972026-05-08T01:15:37.864Z Checking futures v0.3.32
26982026-05-08T01:15:37.892Z Checking compression-codecs v0.4.37
26992026-05-08T01:15:37.915Z Checking crossbeam-channel v0.5.15
27002026-05-08T01:15:37.941Z Checking slog-json v2.6.1
27012026-05-08T01:15:37.956Z Checking is-terminal v0.4.17
27022026-05-08T01:15:38.046Z Checking toml_datetime v1.0.0+spec-1.1.0
27032026-05-08T01:15:38.059Z Checking serde_spanned v1.0.4
27042026-05-08T01:15:38.094Z Checking term v1.2.1
27052026-05-08T01:15:38.187Z Checking toml_writer v1.0.6+spec-1.1.0
27062026-05-08T01:15:38.212Z Compiling structmeta v0.3.0
27072026-05-08T01:15:38.244Z Checking take_mut v0.2.2
27082026-05-08T01:15:38.247Z Checking debug-ignore v1.0.5
27092026-05-08T01:15:38.319Z Checking slog-term v2.9.2
27102026-05-08T01:15:38.347Z Checking slog-async v2.8.0
27112026-05-08T01:15:38.361Z Checking slog-bunyan v2.5.0
27122026-05-08T01:15:38.373Z Checking toml v1.0.6+spec-1.1.0
27132026-05-08T01:15:38.422Z Compiling derive-ex v0.1.8
27142026-05-08T01:15:38.471Z Compiling parse-display-derive v0.10.0
27152026-05-08T01:15:38.518Z Checking async-compression v0.4.41
27162026-05-08T01:15:38.575Z Checking async-stream v0.3.6
27172026-05-08T01:15:38.641Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27182026-05-08T01:15:38.701Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27192026-05-08T01:15:38.718Z Checking progenitor-client v0.14.0
27202026-05-08T01:15:38.765Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27212026-05-08T01:15:38.901Z Checking waitgroup v0.1.2
27222026-05-08T01:15:38.941Z Checking backon v1.6.0
27232026-05-08T01:15:38.955Z Checking rustls-pemfile v2.2.0
27242026-05-08T01:15:39.004Z Checking serde_path_to_error v0.1.20
27252026-05-08T01:15:39.028Z Checking hostname v0.4.2
27262026-05-08T01:15:39.091Z Checking instant v0.1.13
27272026-05-08T01:15:39.175Z Checking backoff v0.4.0
27282026-05-08T01:15:39.284Z Checking tokio-rustls v0.25.0
27292026-05-08T01:15:39.289Z Checking progenitor-extras v0.2.0
27302026-05-08T01:15:39.310Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27312026-05-08T01:15:39.510Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27322026-05-08T01:15:39.513Z Checking progenitor-client v0.10.0
27332026-05-08T01:15:39.539Z Checking itertools v0.14.0
27342026-05-08T01:15:39.713Z Checking regress v0.10.5
27352026-05-08T01:15:39.749Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27362026-05-08T01:15:40.075Z Checking macaddr v1.0.1
27372026-05-08T01:15:40.091Z Compiling test-strategy v0.4.5
27382026-05-08T01:15:40.137Z Checking parse-display v0.10.0
27392026-05-08T01:15:41.342Z Compiling prettyplease v0.2.37
27402026-05-08T01:15:41.549Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27412026-05-08T01:15:41.816Z Checking num-rational v0.4.2
27422026-05-08T01:15:41.990Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27432026-05-08T01:15:42.288Z Checking num-complex v0.4.6
27442026-05-08T01:15:42.716Z Checking num v0.4.3
27452026-05-08T01:15:42.792Z Compiling usdt-macro v0.5.0
27462026-05-08T01:15:42.906Z Compiling usdt-attr-macro v0.5.0
27472026-05-08T01:15:43.091Z Checking memmap v0.7.0
27482026-05-08T01:15:43.105Z Compiling float-ord v0.3.2
27492026-05-08T01:15:43.224Z Checking unicode-width v0.2.0
27502026-05-08T01:15:43.224Z Compiling convert_case v0.4.0
27512026-05-08T01:15:43.474Z Checking console v0.15.11
27522026-05-08T01:15:43.524Z Checking newline-converter v0.3.0
27532026-05-08T01:15:43.613Z Compiling derive_more v0.99.20
27542026-05-08T01:15:43.638Z Checking atomicwrites v0.4.4
27552026-05-08T01:15:43.673Z Checking usdt v0.5.0
27562026-05-08T01:15:43.748Z Compiling toml v0.8.23
27572026-05-08T01:15:43.767Z Compiling minimal-lexical v0.2.1
27582026-05-08T01:15:43.842Z Checking linked-hash-map v0.5.6
27592026-05-08T01:15:44.013Z Checking lru-cache v0.1.2
27602026-05-08T01:15:44.027Z Compiling nom v7.1.3
27612026-05-08T01:15:44.138Z Checking expectorate v1.2.0
27622026-05-08T01:15:44.788Z Checking camino-tempfile v1.4.1
27632026-05-08T01:15:44.883Z Checking hickory-proto v0.24.4
27642026-05-08T01:15:44.953Z Checking phf_shared v0.12.1
27652026-05-08T01:15:45.095Z Compiling slog-dtrace v0.3.0
27662026-05-08T01:15:45.225Z Checking resolv-conf v0.7.6
27672026-05-08T01:15:45.290Z Compiling chrono-tz v0.10.4
27682026-05-08T01:15:45.362Z Checking heck v0.5.0
27692026-05-08T01:15:45.414Z Compiling const_format_proc_macros v0.2.34
27702026-05-08T01:15:45.490Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-05-08T01:15:45.555Z Checking phf v0.12.1
27722026-05-08T01:15:45.699Z Checking tokio-dtrace v0.1.1
27732026-05-08T01:15:45.804Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27742026-05-08T01:15:45.888Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-05-08T01:15:45.963Z Compiling derive-where v1.6.0
27762026-05-08T01:15:46.160Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27772026-05-08T01:15:46.222Z Checking highway v1.3.0
27782026-05-08T01:15:46.460Z Checking const_format v0.2.35
27792026-05-08T01:15:46.670Z Checking hickory-resolver v0.24.4
27802026-05-08T01:15:46.695Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-05-08T01:15:46.905Z Checking oxide-tokio-rt v0.1.4
27822026-05-08T01:15:47.287Z Checking gethostname v0.5.0
27832026-05-08T01:15:47.337Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-05-08T01:15:47.377Z Checking bcs v0.1.6
27852026-05-08T01:15:47.392Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27862026-05-08T01:15:47.455Z Compiling async-recursion v1.1.1
27872026-05-08T01:15:47.469Z Checking qorb v0.4.1
27882026-05-08T01:15:47.532Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27892026-05-08T01:15:47.589Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27902026-05-08T01:15:47.610Z Checking termtree v0.5.1
27912026-05-08T01:15:51.049Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922026-05-08T01:15:53.588Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27932026-05-08T01:15:55.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
27942026-05-08T01:15:55.867Z
27952026-05-08T01:15:55.867Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/275)
27962026-05-08T01:15:56.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-05-08T01:15:56.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-05-08T01:15:56.551Z Compiling ar_archive_writer v0.5.1
27992026-05-08T01:15:56.660Z Compiling stacker v0.1.23
28002026-05-08T01:15:56.670Z Compiling cfg_aliases v0.1.1
28012026-05-08T01:15:56.677Z Compiling convert_case v0.10.0
28022026-05-08T01:15:56.680Z Checking unicode-width v0.1.14
28032026-05-08T01:15:56.693Z Compiling proc-macro-error v1.0.4
28042026-05-08T01:15:56.704Z Checking fd-lock v4.0.4
28052026-05-08T01:15:56.713Z Checking nibble_vec v0.1.0
28062026-05-08T01:15:56.769Z Compiling nix v0.28.0
28072026-05-08T01:15:56.815Z Checking vte v0.14.1
28082026-05-08T01:15:56.881Z Compiling recursive-proc-macro-impl v0.1.1
28092026-05-08T01:15:56.935Z Checking endian-type v0.1.2
28102026-05-08T01:15:56.947Z Checking bytecount v0.6.9
28112026-05-08T01:15:56.970Z Checking strip-ansi-escapes v0.2.1
28122026-05-08T01:15:57.012Z Compiling derive_more-impl v2.1.1
28132026-05-08T01:15:57.023Z Compiling tabled_derive v0.7.0
28142026-05-08T01:15:57.057Z Checking radix_trie v0.2.1
28152026-05-08T01:15:57.081Z Checking papergrid v0.11.0
28162026-05-08T01:15:57.093Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-08T01:15:57.261Z Compiling peg-macros v0.8.5
28182026-05-08T01:15:57.279Z Checking winnow v0.6.26
28192026-05-08T01:15:57.549Z Compiling psm v0.1.30
28202026-05-08T01:15:57.563Z Compiling sqlparser_derive v0.5.0
28212026-05-08T01:15:57.696Z Checking unicode_categories v0.1.1
28222026-05-08T01:15:57.819Z Checking derive_more v2.1.1
28232026-05-08T01:15:57.851Z Checking home v0.5.12
28242026-05-08T01:15:57.901Z Checking nu-ansi-term v0.50.3
28252026-05-08T01:15:57.959Z Checking crossterm v0.29.0
28262026-05-08T01:15:57.978Z Checking tabled v0.15.0
28272026-05-08T01:15:58.070Z Checking rustyline v14.0.0
28282026-05-08T01:15:58.103Z Checking reedline v0.40.0
28292026-05-08T01:15:58.342Z Checking recursive v0.1.1
28302026-05-08T01:15:58.374Z Checking display-error-chain v0.2.2
28312026-05-08T01:15:58.424Z Checking sqlformat v0.3.5
28322026-05-08T01:15:58.437Z Checking sqlparser v0.61.0
28332026-05-08T01:15:58.625Z Checking peg v0.8.5
28342026-05-08T01:16:09.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
28352026-05-08T01:16:09.772Z
28362026-05-08T01:16:09.772Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/275)
28372026-05-08T01:16:10.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-08T01:16:10.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-08T01:16:10.448Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-08T01:16:13.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28412026-05-08T01:16:14.047Z
28422026-05-08T01:16:14.047Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/275)
28432026-05-08T01:16:14.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-08T01:16:14.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-08T01:16:14.721Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-08T01:16:17.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28472026-05-08T01:16:17.332Z
28482026-05-08T01:16:17.332Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/275)
28492026-05-08T01:16:17.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-08T01:16:17.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-08T01:16:18.006Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-08T01:16:21.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28532026-05-08T01:16:21.400Z
28542026-05-08T01:16:21.400Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/275)
28552026-05-08T01:16:21.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-08T01:16:21.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-08T01:16:22.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-08T01:16:25.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28592026-05-08T01:16:25.528Z
28602026-05-08T01:16:25.528Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/275)
28612026-05-08T01:16:26.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-08T01:16:26.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-08T01:16:26.196Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-05-08T01:16:28.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28652026-05-08T01:16:28.976Z
28662026-05-08T01:16:28.976Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/275)
28672026-05-08T01:16:29.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-08T01:16:29.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-08T01:16:29.650Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-05-08T01:16:32.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28712026-05-08T01:16:32.451Z
28722026-05-08T01:16:32.451Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/275)
28732026-05-08T01:16:32.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-05-08T01:16:32.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-05-08T01:16:33.152Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-05-08T01:16:36.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28772026-05-08T01:16:36.765Z
28782026-05-08T01:16:36.765Zinfo: running `cargo check --bins` on oximeter (93/275)
28792026-05-08T01:16:37.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-08T01:16:37.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-08T01:16:37.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-08T01:16:37.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28832026-05-08T01:16:37.355Z
28842026-05-08T01:16:37.355Zinfo: running `cargo check --bins` on oximeter-schema (94/275)
28852026-05-08T01:16:37.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-08T01:16:37.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-08T01:16:37.991Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28882026-05-08T01:16:38.152Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28892026-05-08T01:16:38.169Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-05-08T01:16:38.493Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28912026-05-08T01:16:41.577Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28922026-05-08T01:16:42.786Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28932026-05-08T01:16:42.961Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28942026-05-08T01:16:43.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
28952026-05-08T01:16:43.801Z
28962026-05-08T01:16:43.801Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/275)
28972026-05-08T01:16:44.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-08T01:16:44.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-08T01:16:44.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-08T01:16:44.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29012026-05-08T01:16:44.406Z
29022026-05-08T01:16:44.406Zinfo: running `cargo check --bins` on oximeter-test-utils (96/275)
29032026-05-08T01:16:44.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-08T01:16:44.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-08T01:16:44.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-08T01:16:44.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29072026-05-08T01:16:45.058Z
29082026-05-08T01:16:45.058Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/275)
29092026-05-08T01:16:45.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-08T01:16:45.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-08T01:16:45.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-08T01:16:45.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-05-08T01:16:45.669Z
29142026-05-08T01:16:45.669Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/275)
29152026-05-08T01:16:46.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-08T01:16:46.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-08T01:16:46.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-08T01:16:46.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29192026-05-08T01:16:46.277Z
29202026-05-08T01:16:46.277Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/275)
29212026-05-08T01:16:46.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-08T01:16:46.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-08T01:16:46.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-08T01:16:46.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-05-08T01:16:46.875Z
29262026-05-08T01:16:46.875Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/275)
29272026-05-08T01:16:47.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-08T01:16:47.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-08T01:16:47.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-08T01:16:47.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29312026-05-08T01:16:47.479Z
29322026-05-08T01:16:47.479Zinfo: running `cargo check --bins` on trust-quorum-types (101/275)
29332026-05-08T01:16:47.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-08T01:16:47.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-08T01:16:47.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-05-08T01:16:47.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29372026-05-08T01:16:48.065Z
29382026-05-08T01:16:48.065Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/275)
29392026-05-08T01:16:48.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-05-08T01:16:48.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-05-08T01:16:48.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-05-08T01:16:48.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29432026-05-08T01:16:48.674Z
29442026-05-08T01:16:48.675Zinfo: running `cargo check --bins` on update-engine (103/275)
29452026-05-08T01:16:49.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-05-08T01:16:49.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-05-08T01:16:49.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-05-08T01:16:49.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29492026-05-08T01:16:49.264Z
29502026-05-08T01:16:49.264Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/275)
29512026-05-08T01:16:49.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-05-08T01:16:49.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-05-08T01:16:49.985Z Compiling crucible-workspace-hack v0.1.0
29542026-05-08T01:16:50.101Z Checking secrecy v0.10.3
29552026-05-08T01:16:50.108Z Compiling heapless v0.8.0
29562026-05-08T01:16:50.114Z Compiling ingot-macros v0.1.1
29572026-05-08T01:16:50.122Z Compiling toml_edit v0.23.10+spec-1.0.0
29582026-05-08T01:16:50.126Z Checking hash32 v0.3.1
29592026-05-08T01:16:50.154Z Compiling smoltcp v0.11.0
29602026-05-08T01:16:50.161Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29612026-05-08T01:16:50.201Z Checking cobs v0.3.0
29622026-05-08T01:16:50.247Z Compiling thiserror-impl-no-std v2.0.2
29632026-05-08T01:16:50.351Z Checking universal-hash v0.5.1
29642026-05-08T01:16:50.351Z Checking half v2.7.1
29652026-05-08T01:16:50.375Z Checking ciborium-io v0.2.2
29662026-05-08T01:16:50.476Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29672026-05-08T01:16:50.490Z Checking opaque-debug v0.3.1
29682026-05-08T01:16:50.522Z Checking postcard v1.1.3
29692026-05-08T01:16:50.561Z Checking poly1305 v0.8.0
29702026-05-08T01:16:50.610Z Checking ciborium-ll v0.2.2
29712026-05-08T01:16:50.653Z Compiling proc-macro-crate v3.4.0
29722026-05-08T01:16:50.807Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29732026-05-08T01:16:50.844Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29742026-05-08T01:16:50.863Z Checking password-hash v0.5.0
29752026-05-08T01:16:51.094Z Checking chacha20 v0.9.1
29762026-05-08T01:16:51.112Z Compiling proc-macro-crate v1.3.1
29772026-05-08T01:16:51.129Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-08T01:16:51.163Z Checking blake2 v0.10.6
29792026-05-08T01:16:51.207Z Compiling num_enum_derive v0.7.5
29802026-05-08T01:16:51.285Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29812026-05-08T01:16:51.363Z Checking aead v0.5.2
29822026-05-08T01:16:51.397Z Compiling foreign-types-macros v0.2.3
29832026-05-08T01:16:51.414Z Checking thiserror-no-std v2.0.2
29842026-05-08T01:16:51.496Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29852026-05-08T01:16:51.510Z Checking foreign-types-shared v0.3.1
29862026-05-08T01:16:51.510Z Checking cpufeatures v0.3.0
29872026-05-08T01:16:51.536Z Compiling num_enum_derive v0.5.11
29882026-05-08T01:16:51.595Z Checking chacha20 v0.10.0
29892026-05-08T01:16:51.610Z Checking chacha20poly1305 v0.10.1
29902026-05-08T01:16:51.734Z Checking vsss-rs v3.3.4
29912026-05-08T01:16:51.747Z Checking argon2 v0.5.3
29922026-05-08T01:16:51.831Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29932026-05-08T01:16:52.014Z Checking foreign-types v0.5.0
29942026-05-08T01:16:52.105Z Checking ciborium v0.2.2
29952026-05-08T01:16:52.202Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29962026-05-08T01:16:52.266Z Checking tabwriter v1.4.1
29972026-05-08T01:16:52.281Z Checking num_enum v0.7.5
29982026-05-08T01:16:52.392Z Checking byte-wrapper v0.1.0
29992026-05-08T01:16:52.409Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-05-08T01:16:52.485Z Checking cstr-argument v0.1.2
30012026-05-08T01:16:52.533Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-05-08T01:16:52.595Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-05-08T01:16:52.608Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30042026-05-08T01:16:52.620Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30052026-05-08T01:16:52.776Z Checking num_enum v0.5.11
30062026-05-08T01:16:52.807Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30072026-05-08T01:16:52.835Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30082026-05-08T01:16:52.856Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30092026-05-08T01:16:52.900Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-05-08T01:16:52.940Z Checking ingot-types v0.1.2
30112026-05-08T01:16:52.940Z Checking rand v0.10.0
30122026-05-08T01:16:52.967Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30132026-05-08T01:16:52.980Z Checking indent_write v2.2.0
30142026-05-08T01:16:53.093Z Checking colored v3.1.1
30152026-05-08T01:16:53.112Z Compiling zone_cfg_derive v0.3.1
30162026-05-08T01:16:53.241Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30172026-05-08T01:16:53.273Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30182026-05-08T01:16:53.290Z Checking itertools v0.12.1
30192026-05-08T01:16:53.304Z Checking ingot v0.1.1
30202026-05-08T01:16:53.307Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-05-08T01:16:53.412Z Compiling num-derive v0.4.2
30222026-05-08T01:16:53.426Z Checking swrite v0.1.0
30232026-05-08T01:16:53.458Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-05-08T01:16:53.521Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-05-08T01:16:53.666Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30262026-05-08T01:16:53.759Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30272026-05-08T01:16:53.822Z Checking dropshot-api-manager-types v0.7.1
30282026-05-08T01:16:53.843Z Checking smf v0.2.3
30292026-05-08T01:16:53.869Z Checking nanorand v0.7.0
30302026-05-08T01:16:53.963Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30312026-05-08T01:16:53.989Z Checking whoami v1.6.1
30322026-05-08T01:16:54.065Z Checking flume v0.11.1
30332026-05-08T01:16:54.079Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-05-08T01:16:54.311Z Checking zone v0.3.1
30352026-05-08T01:16:54.341Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30362026-05-08T01:16:54.865Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30372026-05-08T01:16:55.821Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30382026-05-08T01:16:56.700Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-05-08T01:16:59.903Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-05-08T01:17:01.946Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-05-08T01:17:03.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
30422026-05-08T01:17:03.239Z
30432026-05-08T01:17:03.239Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/275)
30442026-05-08T01:17:03.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-08T01:17:03.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-08T01:17:03.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-08T01:17:03.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30482026-05-08T01:17:03.837Z
30492026-05-08T01:17:03.837Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/275)
30502026-05-08T01:17:04.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-08T01:17:04.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-08T01:17:04.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-08T01:17:04.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30542026-05-08T01:17:04.438Z
30552026-05-08T01:17:04.438Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/275)
30562026-05-08T01:17:04.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-08T01:17:04.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-08T01:17:04.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-08T01:17:04.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30602026-05-08T01:17:05.045Z
30612026-05-08T01:17:05.045Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/275)
30622026-05-08T01:17:05.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-08T01:17:05.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-08T01:17:05.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-08T01:17:05.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30662026-05-08T01:17:05.657Z
30672026-05-08T01:17:05.657Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/275)
30682026-05-08T01:17:06.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-08T01:17:06.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-08T01:17:06.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-08T01:17:06.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30722026-05-08T01:17:06.263Z
30732026-05-08T01:17:06.263Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/275)
30742026-05-08T01:17:06.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-08T01:17:06.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-08T01:17:06.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-08T01:17:06.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30782026-05-08T01:17:06.876Z
30792026-05-08T01:17:06.876Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/275)
30802026-05-08T01:17:07.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-08T01:17:07.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-08T01:17:07.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-08T01:17:07.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30842026-05-08T01:17:07.485Z
30852026-05-08T01:17:07.485Zinfo: running `cargo check --bins` on cockroach-admin-client (112/275)
30862026-05-08T01:17:07.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-08T01:17:07.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-08T01:17:07.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-08T01:17:07.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30902026-05-08T01:17:08.075Z
30912026-05-08T01:17:08.075Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/275)
30922026-05-08T01:17:08.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-08T01:17:08.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-08T01:17:08.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-08T01:17:08.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30962026-05-08T01:17:08.685Z
30972026-05-08T01:17:08.685Zinfo: running `cargo check --bins` on dns-service-client (114/275)
30982026-05-08T01:17:09.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-08T01:17:09.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-08T01:17:09.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-08T01:17:09.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31022026-05-08T01:17:09.293Z
31032026-05-08T01:17:09.293Zinfo: running `cargo check --bins` on installinator-client (115/275)
31042026-05-08T01:17:09.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-08T01:17:09.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-08T01:17:09.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-08T01:17:09.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31082026-05-08T01:17:09.898Z
31092026-05-08T01:17:09.898Zinfo: running `cargo check --bins` on nexus-client (116/275)
31102026-05-08T01:17:10.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-08T01:17:10.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-08T01:17:10.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-08T01:17:10.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31142026-05-08T01:17:10.534Z
31152026-05-08T01:17:10.534Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/275)
31162026-05-08T01:17:11.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-08T01:17:11.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-08T01:17:11.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-08T01:17:11.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31202026-05-08T01:17:11.178Z
31212026-05-08T01:17:11.178Zinfo: running `cargo check --bins` on ntp-admin-client (118/275)
31222026-05-08T01:17:11.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-08T01:17:11.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-08T01:17:11.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-08T01:17:11.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31262026-05-08T01:17:11.763Z
31272026-05-08T01:17:11.763Zinfo: running `cargo check --bins` on oxide-client (119/275)
31282026-05-08T01:17:12.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-08T01:17:12.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-08T01:17:12.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-08T01:17:12.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31322026-05-08T01:17:12.354Z
31332026-05-08T01:17:12.355Zinfo: running `cargo check --bins` on oximeter-client (120/275)
31342026-05-08T01:17:12.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-08T01:17:12.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-08T01:17:12.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-08T01:17:12.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31382026-05-08T01:17:12.958Z
31392026-05-08T01:17:12.959Zinfo: running `cargo check --bins` on repo-depot-client (121/275)
31402026-05-08T01:17:13.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-08T01:17:13.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-08T01:17:13.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-08T01:17:13.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31442026-05-08T01:17:13.548Z
31452026-05-08T01:17:13.548Zinfo: running `cargo check --bins` on sled-agent-client (122/275)
31462026-05-08T01:17:14.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-08T01:17:14.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-08T01:17:14.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-08T01:17:14.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31502026-05-08T01:17:14.162Z
31512026-05-08T01:17:14.162Zinfo: running `cargo check --bins` on wicketd-client (123/275)
31522026-05-08T01:17:14.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-08T01:17:14.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-08T01:17:14.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-08T01:17:14.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31562026-05-08T01:17:14.794Z
31572026-05-08T01:17:14.794Zinfo: running `cargo check --bins` on installinator-common (124/275)
31582026-05-08T01:17:15.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-08T01:17:15.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-08T01:17:15.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-08T01:17:15.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31622026-05-08T01:17:15.412Z
31632026-05-08T01:17:15.412Zinfo: running `cargo check --bins` on installinator-common-versions (125/275)
31642026-05-08T01:17:15.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-08T01:17:15.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-08T01:17:15.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-08T01:17:15.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31682026-05-08T01:17:16.004Z
31692026-05-08T01:17:16.004Zinfo: running `cargo check --bins` on wicket-common (126/275)
31702026-05-08T01:17:16.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-08T01:17:16.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-08T01:17:16.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-08T01:17:16.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31742026-05-08T01:17:16.618Z
31752026-05-08T01:17:16.618Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/275)
31762026-05-08T01:17:17.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-08T01:17:17.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-08T01:17:17.307Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31792026-05-08T01:17:17.421Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31802026-05-08T01:17:17.430Z Checking csv-core v0.1.13
31812026-05-08T01:17:17.438Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31822026-05-08T01:17:17.446Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31832026-05-08T01:17:17.456Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31842026-05-08T01:17:17.467Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31852026-05-08T01:17:17.478Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31862026-05-08T01:17:17.589Z Checking csv v1.4.0
31872026-05-08T01:17:17.603Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31882026-05-08T01:17:17.654Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31892026-05-08T01:17:17.686Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31902026-05-08T01:17:17.915Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31912026-05-08T01:17:18.281Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31922026-05-08T01:17:18.281Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31932026-05-08T01:17:18.608Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31942026-05-08T01:17:24.311Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31952026-05-08T01:17:24.839Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31962026-05-08T01:17:27.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s
31972026-05-08T01:17:27.373Z
31982026-05-08T01:17:27.373Zinfo: running `cargo check --bins` on cockroach-admin-api (128/275)
31992026-05-08T01:17:27.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-08T01:17:27.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-08T01:17:27.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-08T01:17:27.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32032026-05-08T01:17:27.985Z
32042026-05-08T01:17:27.985Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/275)
32052026-05-08T01:17:28.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-08T01:17:28.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-08T01:17:28.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-05-08T01:17:28.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32092026-05-08T01:17:28.683Z
32102026-05-08T01:17:28.683Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/275)
32112026-05-08T01:17:29.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-05-08T01:17:29.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-05-08T01:17:29.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-05-08T01:17:29.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32152026-05-08T01:17:29.376Z
32162026-05-08T01:17:29.376Zinfo: running `cargo check --bins` on gateway-test-utils (131/275)
32172026-05-08T01:17:29.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-05-08T01:17:29.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-05-08T01:17:29.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-05-08T01:17:29.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32212026-05-08T01:17:30.036Z
32222026-05-08T01:17:30.036Zinfo: running `cargo check --bins` on omicron-gateway (132/275)
32232026-05-08T01:17:30.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-05-08T01:17:30.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-05-08T01:17:30.810Z Compiling regress v0.11.1
32262026-05-08T01:17:30.948Z Compiling unsafe-libyaml v0.2.11
32272026-05-08T01:17:30.961Z Compiling semver v0.1.20
32282026-05-08T01:17:30.964Z Compiling radium v0.7.0
32292026-05-08T01:17:30.986Z Compiling pin-project-internal v1.1.11
32302026-05-08T01:17:30.999Z Checking tap v1.0.1
32312026-05-08T01:17:31.015Z Compiling maybe-uninit v2.0.0
32322026-05-08T01:17:31.099Z Checking wyz v0.5.1
32332026-05-08T01:17:31.229Z Compiling rustc_version v0.1.7
32342026-05-08T01:17:31.278Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32352026-05-08T01:17:31.340Z Checking progenitor-client v0.13.0
32362026-05-08T01:17:31.420Z Compiling snafu-derive v0.8.9
32372026-05-08T01:17:31.451Z Compiling newtype_derive v0.1.6
32382026-05-08T01:17:31.574Z Compiling serde_yaml v0.9.34+deprecated
32392026-05-08T01:17:31.642Z Compiling zerocopy-derive v0.6.6
32402026-05-08T01:17:31.691Z Checking same-file v1.0.6
32412026-05-08T01:17:31.826Z Compiling cancel-safe-futures v0.1.5
32422026-05-08T01:17:32.042Z Compiling packed_struct v0.10.1
32432026-05-08T01:17:32.102Z Checking pin-project v1.1.11
32442026-05-08T01:17:32.203Z Checking funty v2.0.0
32452026-05-08T01:17:32.293Z Checking crc-catalog v2.4.0
32462026-05-08T01:17:32.384Z Checking typify-impl v0.6.2
32472026-05-08T01:17:32.398Z Compiling owo-colors v4.3.0
32482026-05-08T01:17:32.532Z Checking bitvec v1.0.1
32492026-05-08T01:17:32.768Z Checking zerocopy v0.6.6
32502026-05-08T01:17:32.786Z Checking crc v3.4.0
32512026-05-08T01:17:33.009Z Checking walkdir v2.5.0
32522026-05-08T01:17:33.106Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-05-08T01:17:33.139Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32542026-05-08T01:17:33.177Z Checking globset v0.4.18
32552026-05-08T01:17:33.357Z Checking snafu v0.8.9
32562026-05-08T01:17:33.436Z Checking olpc-cjson v0.1.4
32572026-05-08T01:17:33.497Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32582026-05-08T01:17:33.525Z Checking pem v3.0.6
32592026-05-08T01:17:33.577Z Compiling packed_struct_codegen v0.10.1
32602026-05-08T01:17:33.601Z Checking libsw-core v0.3.2
32612026-05-08T01:17:33.636Z Checking serde_plain v1.0.2
32622026-05-08T01:17:33.687Z Compiling bitfield-macros v0.19.4
32632026-05-08T01:17:33.750Z Compiling indexmap v1.9.3
32642026-05-08T01:17:33.765Z Checking nodrop v0.1.14
32652026-05-08T01:17:33.787Z Checking typed-path v0.9.3
32662026-05-08T01:17:33.818Z Checking libsw v3.5.0
32672026-05-08T01:17:33.855Z Checking array-init v0.0.4
32682026-05-08T01:17:33.967Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-05-08T01:17:33.981Z Checking smallvec v0.6.14
32702026-05-08T01:17:34.162Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32712026-05-08T01:17:34.226Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32722026-05-08T01:17:34.390Z Checking bitfield v0.19.4
32732026-05-08T01:17:34.405Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32742026-05-08T01:17:34.421Z Checking unicode-linebreak v0.1.5
32752026-05-08T01:17:34.532Z Checking tagptr v0.2.0
32762026-05-08T01:17:34.569Z Checking tough v0.20.0
32772026-05-08T01:17:34.588Z Checking linear-map v1.2.0
32782026-05-08T01:17:34.633Z Checking smawk v0.3.2
32792026-05-08T01:17:34.666Z Checking base64 v0.21.7
32802026-05-08T01:17:34.679Z Checking hashbrown v0.12.3
32812026-05-08T01:17:34.755Z Checking moka v0.12.13
32822026-05-08T01:17:34.770Z Checking textwrap v0.16.2
32832026-05-08T01:17:34.905Z Checking ron v0.8.1
32842026-05-08T01:17:34.929Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32852026-05-08T01:17:34.987Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32862026-05-08T01:17:35.162Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32872026-05-08T01:17:35.393Z Checking steno v0.4.1
32882026-05-08T01:17:35.417Z Checking serde-hex v0.1.0
32892026-05-08T01:17:35.421Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32902026-05-08T01:17:35.591Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32912026-05-08T01:17:35.689Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32922026-05-08T01:17:35.964Z Checking hashbrown v0.13.2
32932026-05-08T01:17:36.162Z Checking humantime v2.3.0
32942026-05-08T01:17:36.201Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-05-08T01:17:36.349Z Checking crc-any v2.5.0
32962026-05-08T01:17:36.383Z Checking object v0.30.4
32972026-05-08T01:17:36.383Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-05-08T01:17:36.432Z Checking hickory-resolver v0.25.2
32992026-05-08T01:17:36.526Z Checking half v1.8.3
33002026-05-08T01:17:36.544Z Checking utf-8 v0.7.6
33012026-05-08T01:17:36.560Z Checking path-slash v0.1.5
33022026-05-08T01:17:36.666Z Checking void v1.0.2
33032026-05-08T01:17:36.681Z Checking tungstenite v0.23.0
33042026-05-08T01:17:36.744Z Checking serde_cbor v0.11.2
33052026-05-08T01:17:36.796Z Checking lzss v0.8.2
33062026-05-08T01:17:36.989Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33072026-05-08T01:17:37.071Z Compiling typify-macro v0.6.2
33082026-05-08T01:17:37.087Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33092026-05-08T01:17:37.141Z Checking nix v0.27.1
33102026-05-08T01:17:37.156Z Checking kstat-rs v0.2.4
33112026-05-08T01:17:37.159Z Checking fxhash v0.2.1
33122026-05-08T01:17:37.159Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-05-08T01:17:37.289Z Checking serde_bytes v0.11.19
33142026-05-08T01:17:37.319Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33152026-05-08T01:17:37.343Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33162026-05-08T01:17:37.466Z Checking tokio-tungstenite v0.23.1
33172026-05-08T01:17:37.611Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33182026-05-08T01:17:37.630Z Checking signal-hook-tokio v0.3.1
33192026-05-08T01:17:38.501Z Compiling typify v0.6.2
33202026-05-08T01:17:38.584Z Compiling progenitor-impl v0.13.0
33212026-05-08T01:17:38.588Z Compiling progenitor-impl v0.14.0
33222026-05-08T01:17:38.693Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-05-08T01:17:39.612Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33242026-05-08T01:17:39.938Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33252026-05-08T01:17:40.163Z Compiling progenitor-macro v0.13.0
33262026-05-08T01:17:40.195Z Compiling progenitor-macro v0.14.0
33272026-05-08T01:17:42.704Z Checking progenitor v0.14.0
33282026-05-08T01:17:42.829Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-05-08T01:17:42.864Z Checking progenitor v0.13.0
33302026-05-08T01:17:42.981Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33312026-05-08T01:17:45.946Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33322026-05-08T01:17:53.322Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33332026-05-08T01:17:59.610Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33342026-05-08T01:18:00.971Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33352026-05-08T01:18:01.472Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33362026-05-08T01:18:03.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.51s
33372026-05-08T01:18:03.762Z
33382026-05-08T01:18:03.762Zinfo: running `cargo check --bins` on gateway-api (133/275)
33392026-05-08T01:18:04.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-08T01:18:04.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-08T01:18:04.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-08T01:18:04.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33432026-05-08T01:18:04.369Z
33442026-05-08T01:18:04.369Zinfo: running `cargo check --bins` on ipcc (134/275)
33452026-05-08T01:18:04.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-08T01:18:04.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-08T01:18:04.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-08T01:18:04.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33492026-05-08T01:18:04.978Z
33502026-05-08T01:18:04.978Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/275)
33512026-05-08T01:18:05.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-08T01:18:05.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-08T01:18:05.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-08T01:18:05.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33552026-05-08T01:18:05.570Z
33562026-05-08T01:18:05.570Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/275)
33572026-05-08T01:18:06.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-08T01:18:06.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-08T01:18:06.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-08T01:18:06.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33612026-05-08T01:18:06.176Z
33622026-05-08T01:18:06.176Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/275)
33632026-05-08T01:18:06.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-08T01:18:06.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-08T01:18:06.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-08T01:18:06.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33672026-05-08T01:18:06.786Z
33682026-05-08T01:18:06.786Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/275)
33692026-05-08T01:18:07.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-08T01:18:07.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-08T01:18:07.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-08T01:18:07.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33732026-05-08T01:18:07.390Z
33742026-05-08T01:18:07.390Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/275)
33752026-05-08T01:18:07.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-08T01:18:07.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-08T01:18:07.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-08T01:18:07.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33792026-05-08T01:18:07.996Z
33802026-05-08T01:18:07.996Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/275)
33812026-05-08T01:18:08.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-08T01:18:08.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-08T01:18:08.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-08T01:18:08.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33852026-05-08T01:18:08.606Z
33862026-05-08T01:18:08.606Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/275)
33872026-05-08T01:18:09.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-08T01:18:09.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-08T01:18:09.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-08T01:18:09.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33912026-05-08T01:18:09.205Z
33922026-05-08T01:18:09.205Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/275)
33932026-05-08T01:18:09.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-08T01:18:09.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-08T01:18:09.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-08T01:18:09.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33972026-05-08T01:18:09.811Z
33982026-05-08T01:18:09.811Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/275)
33992026-05-08T01:18:10.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-08T01:18:10.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-08T01:18:10.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-08T01:18:10.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34032026-05-08T01:18:10.419Z
34042026-05-08T01:18:10.419Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/275)
34052026-05-08T01:18:10.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-08T01:18:10.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-08T01:18:10.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-08T01:18:10.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34092026-05-08T01:18:11.025Z
34102026-05-08T01:18:11.025Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/275)
34112026-05-08T01:18:11.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-08T01:18:11.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-08T01:18:11.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-08T01:18:11.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34152026-05-08T01:18:11.628Z
34162026-05-08T01:18:11.628Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/275)
34172026-05-08T01:18:12.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-08T01:18:12.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-08T01:18:12.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-08T01:18:12.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34212026-05-08T01:18:12.235Z
34222026-05-08T01:18:12.235Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/275)
34232026-05-08T01:18:12.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-08T01:18:12.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-08T01:18:12.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-08T01:18:12.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34272026-05-08T01:18:12.836Z
34282026-05-08T01:18:12.836Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/275)
34292026-05-08T01:18:13.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-08T01:18:13.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-08T01:18:13.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-08T01:18:13.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34332026-05-08T01:18:13.448Z
34342026-05-08T01:18:13.448Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/275)
34352026-05-08T01:18:13.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-08T01:18:13.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-08T01:18:13.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-08T01:18:13.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34392026-05-08T01:18:14.061Z
34402026-05-08T01:18:14.061Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/275)
34412026-05-08T01:18:14.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-08T01:18:14.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-08T01:18:14.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-08T01:18:14.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34452026-05-08T01:18:14.669Z
34462026-05-08T01:18:14.669Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/275)
34472026-05-08T01:18:15.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-08T01:18:15.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-08T01:18:15.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-05-08T01:18:15.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34512026-05-08T01:18:15.276Z
34522026-05-08T01:18:15.276Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/275)
34532026-05-08T01:18:15.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-08T01:18:15.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-08T01:18:15.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-08T01:18:15.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34572026-05-08T01:18:15.886Z
34582026-05-08T01:18:15.886Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/275)
34592026-05-08T01:18:16.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-08T01:18:16.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-08T01:18:16.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-08T01:18:16.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34632026-05-08T01:18:16.482Z
34642026-05-08T01:18:16.482Zinfo: running `cargo check --bins` on oximeter-producer (154/275)
34652026-05-08T01:18:17.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-08T01:18:17.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-08T01:18:17.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-05-08T01:18:17.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34692026-05-08T01:18:17.122Z
34702026-05-08T01:18:17.122Zinfo: running `cargo check --bins` on internal-dns-resolver (155/275)
34712026-05-08T01:18:17.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-08T01:18:17.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-08T01:18:17.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-08T01:18:17.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34752026-05-08T01:18:17.722Z
34762026-05-08T01:18:17.722Zinfo: running `cargo check --bins` on dns-server (156/275)
34772026-05-08T01:18:18.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-08T01:18:18.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-08T01:18:18.371Z Compiling parking_lot_core v0.8.6
34802026-05-08T01:18:18.371Z Compiling git-stub v1.0.0
34812026-05-08T01:18:18.371Z Compiling atomicwrites v0.4.4
34822026-05-08T01:18:18.374Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34832026-05-08T01:18:18.374Z Checking prefix-trie v0.7.0
34842026-05-08T01:18:18.617Z Compiling git-stub-vcs v0.1.0
34852026-05-08T01:18:18.784Z Checking hickory-server v0.25.2
34862026-05-08T01:18:18.876Z Checking parking_lot v0.11.2
34872026-05-08T01:18:18.890Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34882026-05-08T01:18:18.956Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34892026-05-08T01:18:18.956Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34902026-05-08T01:18:19.047Z Checking sled v0.34.7
34912026-05-08T01:18:20.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34922026-05-08T01:18:21.130Z
34932026-05-08T01:18:21.130Zinfo: running `cargo check --bins` on dns-server-api (157/275)
34942026-05-08T01:18:21.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-05-08T01:18:21.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-05-08T01:18:21.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-05-08T01:18:21.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34982026-05-08T01:18:21.733Z
34992026-05-08T01:18:21.733Zinfo: running `cargo check --bins` on oximeter-producer-api (158/275)
35002026-05-08T01:18:22.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-08T01:18:22.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-08T01:18:22.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-08T01:18:22.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35042026-05-08T01:18:22.334Z
35052026-05-08T01:18:22.334Zinfo: running `cargo check --bins` on sp-sim (159/275)
35062026-05-08T01:18:22.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-08T01:18:22.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-08T01:18:23.072Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35092026-05-08T01:18:24.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
35102026-05-08T01:18:25.032Z
35112026-05-08T01:18:25.032Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/275)
35122026-05-08T01:18:25.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-08T01:18:25.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-08T01:18:25.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-05-08T01:18:25.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35162026-05-08T01:18:25.697Z
35172026-05-08T01:18:25.697Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/275)
35182026-05-08T01:18:26.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-08T01:18:26.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-08T01:18:26.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-08T01:18:26.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35222026-05-08T01:18:26.365Z
35232026-05-08T01:18:26.365Zinfo: running `cargo check --bins` on db-macros (162/275)
35242026-05-08T01:18:26.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-08T01:18:26.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-08T01:18:26.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-08T01:18:26.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35282026-05-08T01:18:26.956Z
35292026-05-08T01:18:26.956Zinfo: running `cargo check --bins` on nexus-macros-common (163/275)
35302026-05-08T01:18:27.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-08T01:18:27.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-08T01:18:27.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-08T01:18:27.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35342026-05-08T01:18:27.537Z
35352026-05-08T01:18:27.537Zinfo: running `cargo check --bins` on nexus-auth (164/275)
35362026-05-08T01:18:28.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-08T01:18:28.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-08T01:18:28.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-08T01:18:28.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35402026-05-08T01:18:28.191Z
35412026-05-08T01:18:28.191Zinfo: running `cargo check --bins` on authz-macros (165/275)
35422026-05-08T01:18:28.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-08T01:18:28.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-08T01:18:28.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-08T01:18:28.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35462026-05-08T01:18:28.774Z
35472026-05-08T01:18:28.774Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/275)
35482026-05-08T01:18:29.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-08T01:18:29.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-08T01:18:29.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-08T01:18:29.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35522026-05-08T01:18:29.419Z
35532026-05-08T01:18:29.419Zinfo: running `cargo check --bins` on nexus-db-model (167/275)
35542026-05-08T01:18:29.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-08T01:18:29.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-08T01:18:29.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-08T01:18:29.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35582026-05-08T01:18:30.063Z
35592026-05-08T01:18:30.063Zinfo: running `cargo check --bins` on nexus-db-schema (168/275)
35602026-05-08T01:18:30.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-08T01:18:30.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-08T01:18:30.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-08T01:18:30.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35642026-05-08T01:18:30.651Z
35652026-05-08T01:18:30.651Zinfo: running `cargo check --bins` on omicron-rpaths (169/275)
35662026-05-08T01:18:31.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-08T01:18:31.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-08T01:18:31.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-08T01:18:31.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35702026-05-08T01:18:31.234Z
35712026-05-08T01:18:31.234Zinfo: running `cargo check --bins` on nexus-defaults (170/275)
35722026-05-08T01:18:31.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-08T01:18:31.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-08T01:18:31.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-08T01:18:31.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35762026-05-08T01:18:31.870Z
35772026-05-08T01:18:31.871Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/275)
35782026-05-08T01:18:32.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-08T01:18:32.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-08T01:18:32.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-08T01:18:32.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35822026-05-08T01:18:32.437Z
35832026-05-08T01:18:32.437Zinfo: running `cargo check --bins` on parallel-task-set (172/275)
35842026-05-08T01:18:32.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-08T01:18:32.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-08T01:18:32.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-08T01:18:32.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35882026-05-08T01:18:33.004Z
35892026-05-08T01:18:33.004Zinfo: running `cargo check --bins` on nexus-db-errors (173/275)
35902026-05-08T01:18:33.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-08T01:18:33.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-08T01:18:33.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-08T01:18:33.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35942026-05-08T01:18:33.659Z
35952026-05-08T01:18:33.659Zinfo: running `cargo check --bins` on nexus-db-lookup (174/275)
35962026-05-08T01:18:34.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-08T01:18:34.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-08T01:18:34.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-08T01:18:34.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36002026-05-08T01:18:34.305Z
36012026-05-08T01:18:34.305Zinfo: running `cargo check --bins` on nexus-inventory (175/275)
36022026-05-08T01:18:34.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-08T01:18:34.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-08T01:18:34.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-08T01:18:34.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36062026-05-08T01:18:34.971Z
36072026-05-08T01:18:34.972Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/275)
36082026-05-08T01:18:35.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-08T01:18:35.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-08T01:18:35.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-08T01:18:35.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36122026-05-08T01:18:35.611Z
36132026-05-08T01:18:35.611Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/275)
36142026-05-08T01:18:36.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-08T01:18:36.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-08T01:18:36.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-08T01:18:36.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36182026-05-08T01:18:36.185Z
36192026-05-08T01:18:36.185Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/275)
36202026-05-08T01:18:36.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-08T01:18:36.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-08T01:18:36.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-05-08T01:18:36.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36242026-05-08T01:18:36.807Z
36252026-05-08T01:18:36.807Zinfo: running `cargo check --bins` on key-manager (179/275)
36262026-05-08T01:18:37.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-05-08T01:18:37.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-05-08T01:18:37.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-05-08T01:18:37.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36302026-05-08T01:18:37.394Z
36312026-05-08T01:18:37.394Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/275)
36322026-05-08T01:18:37.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-05-08T01:18:37.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-05-08T01:18:37.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-05-08T01:18:37.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36362026-05-08T01:18:38.008Z
36372026-05-08T01:18:38.009Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/275)
36382026-05-08T01:18:38.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-05-08T01:18:38.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-05-08T01:18:38.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-05-08T01:18:38.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36422026-05-08T01:18:38.621Z
36432026-05-08T01:18:38.621Zinfo: running `cargo check --bins` on typed-rng (182/275)
36442026-05-08T01:18:39.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-05-08T01:18:39.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-05-08T01:18:39.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-05-08T01:18:39.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36482026-05-08T01:18:39.201Z
36492026-05-08T01:18:39.201Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/275)
36502026-05-08T01:18:39.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-05-08T01:18:39.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-05-08T01:18:40.047Z Compiling typify-impl v0.4.3
36532026-05-08T01:18:40.047Z Compiling libefi-sys v0.1.0
36542026-05-08T01:18:40.051Z Compiling bitfield-struct v0.6.2
36552026-05-08T01:18:40.205Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36562026-05-08T01:18:40.210Z Compiling xshell-macros v0.2.7
36572026-05-08T01:18:40.245Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36582026-05-08T01:18:40.264Z Compiling salty v0.3.0
36592026-05-08T01:18:40.311Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36602026-05-08T01:18:40.441Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36612026-05-08T01:18:40.541Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36622026-05-08T01:18:40.571Z Checking xshell v0.2.7
36632026-05-08T01:18:40.597Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36642026-05-08T01:18:40.758Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36652026-05-08T01:18:40.796Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36662026-05-08T01:18:40.818Z Checking primeorder v0.13.6
36672026-05-08T01:18:40.925Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-05-08T01:18:40.970Z Compiling proc-macro-error-attr2 v2.0.0
36692026-05-08T01:18:41.036Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36702026-05-08T01:18:41.053Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36712026-05-08T01:18:41.222Z Checking tungstenite v0.21.0
36722026-05-08T01:18:41.264Z Checking p384 v0.13.1
36732026-05-08T01:18:41.279Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36742026-05-08T01:18:41.358Z Compiling proc-macro-error2 v2.0.1
36752026-05-08T01:18:41.412Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36762026-05-08T01:18:41.647Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36772026-05-08T01:18:41.679Z Compiling num-derive v0.3.3
36782026-05-08T01:18:41.696Z Compiling tabled_derive v0.11.0
36792026-05-08T01:18:41.985Z Checking tokio-tungstenite v0.21.0
36802026-05-08T01:18:42.144Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36812026-05-08T01:18:42.243Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36822026-05-08T01:18:42.260Z Checking papergrid v0.17.0
36832026-05-08T01:18:42.467Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36842026-05-08T01:18:42.572Z Checking libscf-sys v1.1.0
36852026-05-08T01:18:42.700Z Checking testing_table v0.3.0
36862026-05-08T01:18:42.800Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-05-08T01:18:42.825Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36882026-05-08T01:18:42.880Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36892026-05-08T01:18:43.044Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36902026-05-08T01:18:43.143Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36912026-05-08T01:18:43.260Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-05-08T01:18:43.282Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36932026-05-08T01:18:43.322Z Checking corncobs v0.1.4
36942026-05-08T01:18:43.343Z Compiling unicase v2.9.0
36952026-05-08T01:18:43.453Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-05-08T01:18:43.521Z Checking tabled v0.20.0
36972026-05-08T01:18:43.536Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36982026-05-08T01:18:43.551Z Compiling mime_guess v2.0.5
36992026-05-08T01:18:43.646Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37002026-05-08T01:18:43.717Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-05-08T01:18:43.742Z Checking progenitor-client v0.11.2
37022026-05-08T01:18:43.888Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37032026-05-08T01:18:43.982Z Checking secrecy v0.8.0
37042026-05-08T01:18:43.991Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37052026-05-08T01:18:44.054Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37062026-05-08T01:18:44.122Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37072026-05-08T01:18:44.268Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37082026-05-08T01:18:44.509Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37092026-05-08T01:18:44.604Z Compiling typify-macro v0.4.3
37102026-05-08T01:18:44.659Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37112026-05-08T01:18:44.724Z Checking filetime v0.2.27
37122026-05-08T01:18:44.739Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37132026-05-08T01:18:44.788Z Checking xattr v1.6.1
37142026-05-08T01:18:44.922Z Checking crc8 v0.1.1
37152026-05-08T01:18:45.019Z Checking http-range v0.1.5
37162026-05-08T01:18:45.153Z Checking tar v0.4.45
37172026-05-08T01:18:45.283Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37182026-05-08T01:18:45.368Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37192026-05-08T01:18:45.539Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37202026-05-08T01:18:45.559Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37212026-05-08T01:18:45.661Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37222026-05-08T01:18:45.671Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37232026-05-08T01:18:45.927Z Checking atty v0.2.14
37242026-05-08T01:18:46.052Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37252026-05-08T01:18:46.089Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37262026-05-08T01:18:46.296Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37272026-05-08T01:18:46.318Z Compiling typify v0.4.3
37282026-05-08T01:18:46.430Z Compiling progenitor-impl v0.11.2
37292026-05-08T01:18:46.610Z Compiling progenitor-impl v0.10.0
37302026-05-08T01:18:46.676Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37312026-05-08T01:18:46.931Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37322026-05-08T01:18:46.954Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37332026-05-08T01:18:47.468Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37342026-05-08T01:18:47.852Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37352026-05-08T01:18:47.922Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37362026-05-08T01:18:47.958Z Checking hyper-staticfile v0.10.1
37372026-05-08T01:18:48.177Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37382026-05-08T01:18:48.255Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37392026-05-08T01:18:48.339Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37402026-05-08T01:18:48.356Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37412026-05-08T01:18:48.630Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37422026-05-08T01:18:48.647Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37432026-05-08T01:18:48.924Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37442026-05-08T01:18:48.942Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37452026-05-08T01:18:49.079Z Compiling progenitor-macro v0.11.2
37462026-05-08T01:18:49.247Z Compiling progenitor-macro v0.10.0
37472026-05-08T01:18:51.821Z Checking progenitor v0.11.2
37482026-05-08T01:18:51.977Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37492026-05-08T01:18:52.076Z Checking progenitor v0.10.0
37502026-05-08T01:18:52.198Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37512026-05-08T01:18:56.597Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37522026-05-08T01:18:57.699Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-05-08T01:19:07.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.78s
37542026-05-08T01:19:08.203Z
37552026-05-08T01:19:08.203Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/275)
37562026-05-08T01:19:08.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-05-08T01:19:08.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-05-08T01:19:08.988Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-05-08T01:19:19.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37602026-05-08T01:19:19.703Z
37612026-05-08T01:19:19.703Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/275)
37622026-05-08T01:19:20.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-05-08T01:19:20.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-05-08T01:19:20.486Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-05-08T01:19:31.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37662026-05-08T01:19:31.253Z
37672026-05-08T01:19:31.253Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/275)
37682026-05-08T01:19:31.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-05-08T01:19:31.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-05-08T01:19:32.039Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-05-08T01:19:42.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37722026-05-08T01:19:42.807Z
37732026-05-08T01:19:42.807Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/275)
37742026-05-08T01:19:43.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-05-08T01:19:43.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-05-08T01:19:43.589Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-05-08T01:19:54.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37782026-05-08T01:19:54.300Z
37792026-05-08T01:19:54.301Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/275)
37802026-05-08T01:19:54.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-05-08T01:19:54.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-05-08T01:19:55.079Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-05-08T01:20:05.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37842026-05-08T01:20:05.725Z
37852026-05-08T01:20:05.725Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/275)
37862026-05-08T01:20:06.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-05-08T01:20:06.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-05-08T01:20:06.504Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-05-08T01:20:16.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37902026-05-08T01:20:17.143Z
37912026-05-08T01:20:17.143Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/275)
37922026-05-08T01:20:17.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-05-08T01:20:17.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-05-08T01:20:17.927Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37952026-05-08T01:20:28.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37962026-05-08T01:20:28.639Z
37972026-05-08T01:20:28.639Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/275)
37982026-05-08T01:20:29.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-08T01:20:29.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-08T01:20:29.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-05-08T01:20:29.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38022026-05-08T01:20:29.312Z
38032026-05-08T01:20:29.312Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/275)
38042026-05-08T01:20:29.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-08T01:20:29.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-08T01:20:29.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-05-08T01:20:29.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38082026-05-08T01:20:29.854Z
38092026-05-08T01:20:29.854Zinfo: running `cargo check --bins` on range-requests (193/275)
38102026-05-08T01:20:30.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-08T01:20:30.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-08T01:20:30.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-05-08T01:20:30.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38142026-05-08T01:20:30.446Z
38152026-05-08T01:20:30.446Zinfo: running `cargo check --bins` on repo-depot-api (194/275)
38162026-05-08T01:20:30.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-08T01:20:30.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-08T01:20:30.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-05-08T01:20:30.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38202026-05-08T01:20:31.041Z
38212026-05-08T01:20:31.042Zinfo: running `cargo check --bins` on sled-agent-api (195/275)
38222026-05-08T01:20:31.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-08T01:20:31.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-08T01:20:31.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-05-08T01:20:31.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38262026-05-08T01:20:31.659Z
38272026-05-08T01:20:31.659Zinfo: running `cargo check --bins` on sled-diagnostics (196/275)
38282026-05-08T01:20:32.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-08T01:20:32.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-08T01:20:32.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-05-08T01:20:32.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38322026-05-08T01:20:32.284Z
38332026-05-08T01:20:32.284Zinfo: running `cargo check --bins` on zfs-test-harness (197/275)
38342026-05-08T01:20:32.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-08T01:20:32.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-08T01:20:32.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-05-08T01:20:32.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38382026-05-08T01:20:32.915Z
38392026-05-08T01:20:32.915Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/275)
38402026-05-08T01:20:33.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-08T01:20:33.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-08T01:20:33.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-08T01:20:33.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38442026-05-08T01:20:33.550Z
38452026-05-08T01:20:33.550Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/275)
38462026-05-08T01:20:34.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-08T01:20:34.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-08T01:20:34.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-08T01:20:34.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38502026-05-08T01:20:34.185Z
38512026-05-08T01:20:34.185Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/275)
38522026-05-08T01:20:34.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-08T01:20:34.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-08T01:20:34.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-08T01:20:34.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38562026-05-08T01:20:34.812Z
38572026-05-08T01:20:34.812Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/275)
38582026-05-08T01:20:35.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-08T01:20:35.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-08T01:20:35.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-08T01:20:35.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38622026-05-08T01:20:35.441Z
38632026-05-08T01:20:35.441Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/275)
38642026-05-08T01:20:35.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-08T01:20:35.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-08T01:20:35.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-08T01:20:35.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38682026-05-08T01:20:36.073Z
38692026-05-08T01:20:36.073Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/275)
38702026-05-08T01:20:36.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-08T01:20:36.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-08T01:20:36.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-08T01:20:36.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38742026-05-08T01:20:36.688Z
38752026-05-08T01:20:36.688Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/275)
38762026-05-08T01:20:37.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-08T01:20:37.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-08T01:20:37.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-08T01:20:37.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38802026-05-08T01:20:37.336Z
38812026-05-08T01:20:37.336Zinfo: running `cargo check --bins` on trust-quorum (205/275)
38822026-05-08T01:20:37.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-08T01:20:37.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-08T01:20:37.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-08T01:20:37.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38862026-05-08T01:20:37.957Z
38872026-05-08T01:20:37.957Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/275)
38882026-05-08T01:20:38.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-08T01:20:38.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-08T01:20:38.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-05-08T01:20:38.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38922026-05-08T01:20:38.593Z
38932026-05-08T01:20:38.593Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/275)
38942026-05-08T01:20:39.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-05-08T01:20:39.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-05-08T01:20:39.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-05-08T01:20:39.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38982026-05-08T01:20:39.250Z
38992026-05-08T01:20:39.250Zinfo: running `cargo check --bins` on update-common (208/275)
39002026-05-08T01:20:39.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-05-08T01:20:39.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-05-08T01:20:39.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-05-08T01:20:39.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39042026-05-08T01:20:39.856Z
39052026-05-08T01:20:39.856Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/275)
39062026-05-08T01:20:40.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-05-08T01:20:40.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-05-08T01:20:40.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-05-08T01:20:40.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39102026-05-08T01:20:40.511Z
39112026-05-08T01:20:40.511Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/275)
39122026-05-08T01:20:41.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-05-08T01:20:41.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-05-08T01:20:41.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-05-08T01:20:41.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39162026-05-08T01:20:41.095Z
39172026-05-08T01:20:41.095Zinfo: running `cargo check --bins` on reconfigurator-cli (211/275)
39182026-05-08T01:20:41.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-05-08T01:20:41.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-05-08T01:20:41.868Z Compiling fs-err v2.11.0
39212026-05-08T01:20:41.871Z Checking ignore v0.4.25
39222026-05-08T01:20:41.871Z Checking arc-swap v1.8.2
39232026-05-08T01:20:41.990Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39242026-05-08T01:20:42.012Z Checking predicates-tree v1.0.13
39252026-05-08T01:20:42.015Z Checking parse-size v1.1.0
39262026-05-08T01:20:42.033Z Checking rand_seeder v0.4.0
39272026-05-08T01:20:42.036Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39282026-05-08T01:20:42.111Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39292026-05-08T01:20:42.131Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39302026-05-08T01:20:42.174Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39312026-05-08T01:20:42.197Z Checking slog-scope v4.4.1
39322026-05-08T01:20:42.313Z Compiling petname v2.0.2
39332026-05-08T01:20:42.328Z Checking slog-stdlog v4.1.1
39342026-05-08T01:20:42.344Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39352026-05-08T01:20:42.369Z Checking globwalk v0.9.1
39362026-05-08T01:20:42.423Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39372026-05-08T01:20:42.444Z Checking slog-envlogger v2.2.0
39382026-05-08T01:20:42.543Z Checking camino-tempfile-ext v0.3.3
39392026-05-08T01:20:42.575Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39402026-05-08T01:20:42.592Z Checking sapling-renderdag v0.1.0
39412026-05-08T01:20:42.741Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39422026-05-08T01:20:42.744Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39432026-05-08T01:20:42.827Z Checking subprocess v0.2.15
39442026-05-08T01:20:42.935Z Checking sync-ptr v0.1.4
39452026-05-08T01:20:42.971Z Checking colored v2.2.0
39462026-05-08T01:20:43.055Z Checking assert_matches v1.5.0
39472026-05-08T01:20:43.104Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39482026-05-08T01:20:43.174Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39492026-05-08T01:20:43.235Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39502026-05-08T01:20:43.239Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39512026-05-08T01:20:43.851Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39522026-05-08T01:20:45.170Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39532026-05-08T01:20:47.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
39542026-05-08T01:20:47.612Z
39552026-05-08T01:20:47.612Zinfo: running `cargo check --bins` on omicron-repl-utils (212/275)
39562026-05-08T01:20:48.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-08T01:20:48.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-08T01:20:48.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-05-08T01:20:48.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39602026-05-08T01:20:48.195Z
39612026-05-08T01:20:48.195Zinfo: running `cargo check --bins` on transient-dns-server (213/275)
39622026-05-08T01:20:48.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-05-08T01:20:48.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-05-08T01:20:48.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-05-08T01:20:48.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39662026-05-08T01:20:48.806Z
39672026-05-08T01:20:48.806Zinfo: running `cargo check --bins` on nexus-test-interface (214/275)
39682026-05-08T01:20:49.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-05-08T01:20:49.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-05-08T01:20:49.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-05-08T01:20:49.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39722026-05-08T01:20:49.454Z
39732026-05-08T01:20:49.455Zinfo: running `cargo check --bins` on oximeter-collector (215/275)
39742026-05-08T01:20:49.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-08T01:20:49.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-08T01:20:50.174Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39772026-05-08T01:20:50.174Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39782026-05-08T01:20:50.820Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39792026-05-08T01:20:52.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39802026-05-08T01:20:52.611Z
39812026-05-08T01:20:52.611Zinfo: running `cargo check --bins` on oximeter-api (216/275)
39822026-05-08T01:20:53.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-05-08T01:20:53.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-05-08T01:20:53.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-05-08T01:20:53.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39862026-05-08T01:20:53.216Z
39872026-05-08T01:20:53.216Zinfo: running `cargo check --bins` on cert-dev (217/275)
39882026-05-08T01:20:53.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-05-08T01:20:53.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-05-08T01:20:53.823Z Checking yasna v0.5.2
39912026-05-08T01:20:54.224Z Checking rcgen v0.12.1
39922026-05-08T01:20:54.475Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39932026-05-08T01:20:54.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39942026-05-08T01:20:54.840Z
39952026-05-08T01:20:54.840Zinfo: running `cargo check --bins` on clickana (218/275)
39962026-05-08T01:20:55.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-05-08T01:20:55.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-05-08T01:20:55.488Z Compiling darling_core v0.23.0
39992026-05-08T01:20:55.491Z Compiling instability v0.3.11
40002026-05-08T01:20:55.597Z Checking castaway v0.2.4
40012026-05-08T01:20:55.608Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40022026-05-08T01:20:55.608Z Compiling indoc v2.0.7
40032026-05-08T01:20:55.611Z Checking unicode-truncate v1.1.0
40042026-05-08T01:20:55.633Z Checking lru v0.12.5
40052026-05-08T01:20:55.634Z Checking cassowary v0.3.0
40062026-05-08T01:20:55.690Z Checking compact_str v0.8.1
40072026-05-08T01:20:56.654Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40082026-05-08T01:20:56.849Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40092026-05-08T01:20:57.035Z Compiling darling_macro v0.23.0
40102026-05-08T01:20:57.446Z Compiling darling v0.23.0
40112026-05-08T01:20:58.057Z Checking ratatui v0.29.0
40122026-05-08T01:20:59.101Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40132026-05-08T01:20:59.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
40142026-05-08T01:20:59.966Z
40152026-05-08T01:20:59.967Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/275)
40162026-05-08T01:21:00.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-08T01:21:00.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-08T01:21:00.690Z Checking headers-core v0.3.0
40192026-05-08T01:21:00.690Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40202026-05-08T01:21:00.890Z Checking headers v0.4.1
40212026-05-08T01:21:01.255Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40222026-05-08T01:21:02.121Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40232026-05-08T01:21:02.620Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40242026-05-08T01:21:03.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
40252026-05-08T01:21:03.238Z
40262026-05-08T01:21:03.239Zinfo: running `cargo check --bins` on ch-dev (220/275)
40272026-05-08T01:21:03.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-05-08T01:21:03.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-05-08T01:21:03.967Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40302026-05-08T01:21:04.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40312026-05-08T01:21:04.936Z
40322026-05-08T01:21:04.936Zinfo: running `cargo check --bins` on dev-tools-common (221/275)
40332026-05-08T01:21:05.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-05-08T01:21:05.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-05-08T01:21:05.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-05-08T01:21:05.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40372026-05-08T01:21:05.403Z
40382026-05-08T01:21:05.403Zinfo: running `cargo check --bins` on crdb-seed (222/275)
40392026-05-08T01:21:05.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-05-08T01:21:05.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-05-08T01:21:06.119Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40422026-05-08T01:21:07.114Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40432026-05-08T01:21:07.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40442026-05-08T01:21:07.672Z
40452026-05-08T01:21:07.672Zinfo: running `cargo check --bins` on db-dev (223/275)
40462026-05-08T01:21:08.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-05-08T01:21:08.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-05-08T01:21:08.392Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40492026-05-08T01:21:09.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40502026-05-08T01:21:09.362Z
40512026-05-08T01:21:09.362Zinfo: running `cargo check --bins` on omicron-dev-lib (224/275)
40522026-05-08T01:21:09.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-05-08T01:21:09.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-05-08T01:21:09.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-05-08T01:21:09.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40562026-05-08T01:21:10.015Z
40572026-05-08T01:21:10.015Zinfo: running `cargo check --bins` on xtask-downloader (225/275)
40582026-05-08T01:21:10.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-05-08T01:21:10.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-05-08T01:21:10.622Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40612026-05-08T01:21:11.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40622026-05-08T01:21:11.470Z
40632026-05-08T01:21:11.470Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/275)
40642026-05-08T01:21:12.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-05-08T01:21:12.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-05-08T01:21:12.227Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40672026-05-08T01:21:12.227Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40682026-05-08T01:21:12.227Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40692026-05-08T01:21:12.230Z Checking git-stub v1.0.0
40702026-05-08T01:21:12.230Z Compiling trait-variant v0.1.2
40712026-05-08T01:21:12.230Z Checking maplit v1.0.2
40722026-05-08T01:21:12.347Z Checking is_ci v1.2.0
40732026-05-08T01:21:12.371Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40742026-05-08T01:21:12.458Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40752026-05-08T01:21:12.485Z Checking supports-color v3.0.2
40762026-05-08T01:21:12.501Z Checking git-stub-vcs v0.1.0
40772026-05-08T01:21:12.568Z Checking drift v0.1.3
40782026-05-08T01:21:12.607Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40792026-05-08T01:21:12.625Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40802026-05-08T01:21:12.693Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40812026-05-08T01:21:12.821Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40822026-05-08T01:21:12.857Z Checking dropshot-api-manager v0.7.1
40832026-05-08T01:21:12.887Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40842026-05-08T01:21:12.903Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40852026-05-08T01:21:13.094Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40862026-05-08T01:21:13.119Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40872026-05-08T01:21:13.308Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40882026-05-08T01:21:13.627Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40892026-05-08T01:21:18.602Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40902026-05-08T01:21:19.701Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40912026-05-08T01:21:20.263Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40922026-05-08T01:21:20.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
40932026-05-08T01:21:20.921Z
40942026-05-08T01:21:20.921Zinfo: running `cargo check --bins` on installinator-api (227/275)
40952026-05-08T01:21:21.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-05-08T01:21:21.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-05-08T01:21:21.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-05-08T01:21:21.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40992026-05-08T01:21:21.523Z
41002026-05-08T01:21:21.523Zinfo: running `cargo check --bins` on nexus-external-api (228/275)
41012026-05-08T01:21:22.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-05-08T01:21:22.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-05-08T01:21:22.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-05-08T01:21:22.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41052026-05-08T01:21:22.176Z
41062026-05-08T01:21:22.176Zinfo: running `cargo check --bins` on nexus-internal-api (229/275)
41072026-05-08T01:21:22.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-08T01:21:22.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-08T01:21:22.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-05-08T01:21:22.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41112026-05-08T01:21:22.823Z
41122026-05-08T01:21:22.823Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/275)
41132026-05-08T01:21:23.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-08T01:21:23.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-08T01:21:23.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-05-08T01:21:23.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41172026-05-08T01:21:23.468Z
41182026-05-08T01:21:23.469Zinfo: running `cargo check --bins` on ntp-admin-api (231/275)
41192026-05-08T01:21:23.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-08T01:21:23.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-08T01:21:23.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-05-08T01:21:23.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41232026-05-08T01:21:24.074Z
41242026-05-08T01:21:24.074Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/275)
41252026-05-08T01:21:24.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-08T01:21:24.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-08T01:21:24.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-05-08T01:21:24.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41292026-05-08T01:21:24.669Z
41302026-05-08T01:21:24.669Zinfo: running `cargo check --bins` on wicketd-api (233/275)
41312026-05-08T01:21:25.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-05-08T01:21:25.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-05-08T01:21:25.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-05-08T01:21:25.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41352026-05-08T01:21:25.287Z
41362026-05-08T01:21:25.287Zinfo: running `cargo check --bins` on omicron-ls-apis (234/275)
41372026-05-08T01:21:25.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-05-08T01:21:25.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-05-08T01:21:25.898Z Checking typeid v1.0.3
41402026-05-08T01:21:26.008Z Checking ordered-float v2.10.1
41412026-05-08T01:21:26.026Z Checking unicode-xid v0.2.6
41422026-05-08T01:21:26.038Z Checking cargo-platform v0.2.0
41432026-05-08T01:21:26.048Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41442026-05-08T01:21:26.079Z Checking erased-serde v0.4.9
41452026-05-08T01:21:26.210Z Checking serde-value v0.7.0
41462026-05-08T01:21:26.386Z Checking serde-untagged v0.1.9
41472026-05-08T01:21:26.539Z Checking cargo-util-schemas v0.8.2
41482026-05-08T01:21:27.230Z Checking cargo_metadata v0.21.0
41492026-05-08T01:21:27.849Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41502026-05-08T01:21:28.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
41512026-05-08T01:21:28.736Z
41522026-05-08T01:21:28.736Zinfo: running `cargo check --bins` on mgs-dev (235/275)
41532026-05-08T01:21:29.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-05-08T01:21:29.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-05-08T01:21:29.474Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41562026-05-08T01:21:30.098Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41572026-05-08T01:21:30.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41582026-05-08T01:21:30.822Z
41592026-05-08T01:21:30.822Zinfo: running `cargo check --bins` on omicron-omdb (236/275)
41602026-05-08T01:21:31.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-05-08T01:21:31.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-05-08T01:21:31.694Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41632026-05-08T01:21:31.694Z Compiling vergen-gitcl v1.0.8
41642026-05-08T01:21:31.694Z Compiling dirs-sys-next v0.1.2
41652026-05-08T01:21:31.694Z Compiling glob v0.3.3
41662026-05-08T01:21:31.694Z Compiling crunchy v0.2.4
41672026-05-08T01:21:31.694Z Compiling diesel_derives v2.3.7
41682026-05-08T01:21:31.697Z Compiling dsl_auto_type v0.2.0
41692026-05-08T01:21:31.697Z Checking scheduled-thread-pool v0.2.7
41702026-05-08T01:21:31.999Z Compiling dirs-next v2.0.0
41712026-05-08T01:21:32.043Z Compiling diesel_table_macro_syntax v0.3.0
41722026-05-08T01:21:32.082Z Compiling tiny-keccak v2.0.2
41732026-05-08T01:21:32.120Z Compiling term v0.7.0
41742026-05-08T01:21:32.212Z Compiling clang-sys v1.8.1
41752026-05-08T01:21:32.246Z Checking r2d2 v0.8.10
41762026-05-08T01:21:32.265Z Checking downcast-rs v2.0.2
41772026-05-08T01:21:32.341Z Compiling bit-vec v0.6.3
41782026-05-08T01:21:32.405Z Compiling ascii-canvas v3.0.0
41792026-05-08T01:21:32.576Z Compiling bit-set v0.5.3
41802026-05-08T01:21:32.593Z Compiling itertools v0.10.5
41812026-05-08T01:21:32.645Z Compiling ena v0.14.4
41822026-05-08T01:21:32.660Z Compiling libloading v0.8.9
41832026-05-08T01:21:32.675Z Compiling diff v0.1.13
41842026-05-08T01:21:32.726Z Compiling regex-syntax v0.6.29
41852026-05-08T01:21:32.836Z Compiling bindgen v0.71.1
41862026-05-08T01:21:32.869Z Compiling cexpr v0.6.0
41872026-05-08T01:21:32.931Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41882026-05-08T01:21:33.125Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41892026-05-08T01:21:33.298Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41902026-05-08T01:21:33.318Z Compiling libxml v0.3.3
41912026-05-08T01:21:33.540Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41922026-05-08T01:21:33.582Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41932026-05-08T01:21:33.643Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41942026-05-08T01:21:33.832Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41952026-05-08T01:21:33.864Z Compiling strum_macros v0.24.3
41962026-05-08T01:21:33.891Z Compiling indoc v1.0.9
41972026-05-08T01:21:34.103Z Compiling lalrpop v0.19.12
41982026-05-08T01:21:34.863Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41992026-05-08T01:21:35.052Z Checking derive_builder v0.20.2
42002026-05-08T01:21:35.174Z Compiling oso-derive v0.27.3
42012026-05-08T01:21:35.203Z Checking quick-xml v0.37.5
42022026-05-08T01:21:35.422Z Compiling impl-trait-for-tuples v0.2.3
42032026-05-08T01:21:35.674Z Checking openssl-probe v0.1.6
42042026-05-08T01:21:35.818Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42052026-05-08T01:21:36.095Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42062026-05-08T01:21:36.289Z Checking bb8 v0.8.6
42072026-05-08T01:21:36.507Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42082026-05-08T01:21:36.553Z Checking nonempty v0.12.0
42092026-05-08T01:21:36.574Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42102026-05-08T01:21:36.717Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42112026-05-08T01:21:36.736Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42122026-05-08T01:21:36.846Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
42132026-05-08T01:21:36.991Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42142026-05-08T01:21:37.021Z Checking console v0.16.2
42152026-05-08T01:21:37.038Z Checking unit-prefix v0.5.2
42162026-05-08T01:21:37.076Z Checking support-bundle-viewer v0.1.2
42172026-05-08T01:21:37.174Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42182026-05-08T01:21:37.327Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42192026-05-08T01:21:37.342Z Checking indicatif v0.18.4
42202026-05-08T01:21:37.592Z Checking multimap v0.10.1
42212026-05-08T01:21:37.742Z Checking diesel v2.3.7
42222026-05-08T01:21:39.571Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42232026-05-08T01:21:39.786Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42242026-05-08T01:21:39.882Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42252026-05-08T01:21:40.146Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42262026-05-08T01:21:40.354Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42272026-05-08T01:21:41.234Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42282026-05-08T01:21:41.512Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42292026-05-08T01:21:42.183Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42302026-05-08T01:21:44.216Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42312026-05-08T01:21:48.793Z Compiling samael v0.0.19
42322026-05-08T01:21:53.256Z Checking diesel-dtrace v0.5.0
42332026-05-08T01:21:53.483Z Checking async-bb8-diesel v0.2.1
42342026-05-08T01:21:54.875Z Compiling polar-core v0.27.3
42352026-05-08T01:21:59.323Z Checking oso v0.27.3
42362026-05-08T01:22:35.842Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42372026-05-08T01:23:10.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
42382026-05-08T01:23:10.937Z
42392026-05-08T01:23:10.937Zinfo: running `cargo check --bins` on nexus-networking (237/275)
42402026-05-08T01:23:11.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-08T01:23:11.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-08T01:23:11.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-08T01:23:11.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42442026-05-08T01:23:11.598Z
42452026-05-08T01:23:11.598Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (238/275)
42462026-05-08T01:23:12.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-08T01:23:12.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-08T01:23:12.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-05-08T01:23:12.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42502026-05-08T01:23:12.257Z
42512026-05-08T01:23:12.258Zinfo: running `cargo check --bins` on nexus-saga-recovery (239/275)
42522026-05-08T01:23:12.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-08T01:23:12.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-08T01:23:12.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-05-08T01:23:12.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42562026-05-08T01:23:12.916Z
42572026-05-08T01:23:12.916Zinfo: running `cargo check --bins` on nexus-test-utils-macros (240/275)
42582026-05-08T01:23:13.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-08T01:23:13.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-08T01:23:13.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-05-08T01:23:13.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42622026-05-08T01:23:13.501Z
42632026-05-08T01:23:13.501Zinfo: running `cargo check --bins` on support-bundle-collection (241/275)
42642026-05-08T01:23:14.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-05-08T01:23:14.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-05-08T01:23:14.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-05-08T01:23:14.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42682026-05-08T01:23:14.163Z
42692026-05-08T01:23:14.163Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/275)
42702026-05-08T01:23:14.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-05-08T01:23:14.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-05-08T01:23:15.027Z Compiling libz-sys v1.1.24
42732026-05-08T01:23:15.157Z Compiling libgit2-sys v0.18.3+1.9.2
42742026-05-08T01:23:15.172Z Compiling vergen-git2 v1.0.7
42752026-05-08T01:23:15.197Z Compiling rustls v0.21.12
42762026-05-08T01:23:15.200Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42772026-05-08T01:23:15.200Z Checking rustls-webpki v0.101.7
42782026-05-08T01:23:15.200Z Checking sct v0.7.1
42792026-05-08T01:23:15.200Z Compiling nix v0.29.0
42802026-05-08T01:23:15.386Z Compiling dropshot v0.16.7
42812026-05-08T01:23:15.441Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42822026-05-08T01:23:15.492Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42832026-05-08T01:23:15.537Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42842026-05-08T01:23:15.647Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42852026-05-08T01:23:15.663Z Checking toml v0.9.12+spec-1.1.0
42862026-05-08T01:23:15.677Z Compiling dropshot_endpoint v0.16.7
42872026-05-08T01:23:15.765Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42882026-05-08T01:23:15.839Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42892026-05-08T01:23:15.945Z Checking rustls-pemfile v1.0.4
42902026-05-08T01:23:16.084Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42912026-05-08T01:23:16.187Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42922026-05-08T01:23:16.237Z Checking twox-hash v2.1.2
42932026-05-08T01:23:16.457Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42942026-05-08T01:23:16.923Z Checking tokio-rustls v0.24.1
42952026-05-08T01:23:17.124Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42962026-05-08T01:23:17.160Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42972026-05-08T01:23:17.440Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42982026-05-08T01:23:17.801Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42992026-05-08T01:23:17.983Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43002026-05-08T01:23:18.096Z Checking fatfs v0.3.6
43012026-05-08T01:23:18.127Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43022026-05-08T01:23:18.144Z Compiling seq-macro v0.3.6
43032026-05-08T01:23:22.053Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43042026-05-08T01:23:22.179Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43052026-05-08T01:23:22.324Z Compiling git2 v0.20.4
43062026-05-08T01:23:24.544Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43072026-05-08T01:24:11.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.17s
43082026-05-08T01:24:11.563Z
43092026-05-08T01:24:11.563Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/275)
43102026-05-08T01:24:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-08T01:24:12.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-08T01:24:12.453Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43132026-05-08T01:24:50.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.94s
43142026-05-08T01:24:50.743Z
43152026-05-08T01:24:50.743Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/275)
43162026-05-08T01:24:51.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-08T01:24:51.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-08T01:24:51.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-05-08T01:24:51.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43202026-05-08T01:24:51.335Z
43212026-05-08T01:24:51.335Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/275)
43222026-05-08T01:24:51.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-08T01:24:51.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-08T01:24:51.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-08T01:24:51.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43262026-05-08T01:24:51.982Z
43272026-05-08T01:24:51.982Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/275)
43282026-05-08T01:24:52.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-08T01:24:52.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-08T01:24:52.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-05-08T01:24:52.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43322026-05-08T01:24:52.637Z
43332026-05-08T01:24:52.637Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/275)
43342026-05-08T01:24:53.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-05-08T01:24:53.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-05-08T01:24:53.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-05-08T01:24:53.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43382026-05-08T01:24:53.295Z
43392026-05-08T01:24:53.295Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/275)
43402026-05-08T01:24:53.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-05-08T01:24:53.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-05-08T01:24:53.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-05-08T01:24:53.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43442026-05-08T01:24:53.952Z
43452026-05-08T01:24:53.952Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (249/275)
43462026-05-08T01:24:54.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-08T01:24:54.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-08T01:24:54.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-05-08T01:24:54.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43502026-05-08T01:24:54.608Z
43512026-05-08T01:24:54.608Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (250/275)
43522026-05-08T01:24:55.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-08T01:24:55.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-08T01:24:55.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43552026-05-08T01:24:55.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43562026-05-08T01:24:55.269Z
43572026-05-08T01:24:55.270Zinfo: running `cargo check --bins` on omicron-dev (251/275)
43582026-05-08T01:24:55.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-05-08T01:24:55.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-05-08T01:24:56.202Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43612026-05-08T01:24:56.202Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43622026-05-08T01:24:56.360Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43632026-05-08T01:24:56.392Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43642026-05-08T01:24:56.411Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43652026-05-08T01:24:56.415Z Checking yansi v1.0.1
43662026-05-08T01:24:56.415Z Checking diff v0.1.13
43672026-05-08T01:24:56.415Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43682026-05-08T01:24:56.505Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43692026-05-08T01:24:56.700Z Checking pretty_assertions v1.4.1
43702026-05-08T01:24:57.331Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43712026-05-08T01:24:57.676Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43722026-05-08T01:25:20.878Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43732026-05-08T01:25:20.896Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43742026-05-08T01:25:20.896Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43752026-05-08T01:25:20.896Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43762026-05-08T01:25:20.896Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43772026-05-08T01:25:20.896Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43782026-05-08T01:25:21.662Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43792026-05-08T01:25:22.145Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43802026-05-08T01:25:22.862Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43812026-05-08T01:26:00.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43822026-05-08T01:26:01.011Z
43832026-05-08T01:26:01.011Zinfo: running `cargo check --bins` on omicron-pins (252/275)
43842026-05-08T01:26:01.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-05-08T01:26:01.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-05-08T01:26:01.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-05-08T01:26:01.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43882026-05-08T01:26:01.597Z
43892026-05-08T01:26:01.597Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (253/275)
43902026-05-08T01:26:02.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-05-08T01:26:02.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-05-08T01:26:02.368Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43932026-05-08T01:26:02.490Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43942026-05-08T01:26:02.506Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43952026-05-08T01:26:28.249Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43962026-05-08T01:26:28.639Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43972026-05-08T01:26:30.342Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43982026-05-08T01:26:30.802Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43992026-05-08T01:26:33.734Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44002026-05-08T01:26:56.278Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44012026-05-08T01:26:56.989Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44022026-05-08T01:26:58.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.02s
44032026-05-08T01:26:58.835Z
44042026-05-08T01:26:58.835Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (254/275)
44052026-05-08T01:26:59.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-05-08T01:26:59.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-05-08T01:26:59.568Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44082026-05-08T01:27:00.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44092026-05-08T01:27:00.469Z
44102026-05-08T01:27:00.469Zinfo: running `cargo check --bins` on omicron-releng (255/275)
44112026-05-08T01:27:00.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-08T01:27:00.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-08T01:27:01.121Z Compiling blake3 v1.8.3
44142026-05-08T01:27:01.231Z Checking arrayvec v0.7.6
44152026-05-08T01:27:01.232Z Checking arrayref v0.3.9
44162026-05-08T01:27:01.238Z Checking constant_time_eq v0.4.2
44172026-05-08T01:27:01.250Z Checking topological-sort v0.2.2
44182026-05-08T01:27:01.253Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44192026-05-08T01:27:01.253Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44202026-05-08T01:27:01.253Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44212026-05-08T01:27:01.292Z Checking shell-words v1.1.1
44222026-05-08T01:27:02.009Z Checking omicron-zone-package v0.12.2
44232026-05-08T01:27:02.717Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44242026-05-08T01:27:03.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
44252026-05-08T01:27:03.727Z
44262026-05-08T01:27:03.727Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (256/275)
44272026-05-08T01:27:04.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-05-08T01:27:04.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-05-08T01:27:04.371Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44302026-05-08T01:27:04.693Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44312026-05-08T01:27:05.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44322026-05-08T01:27:05.273Z
44332026-05-08T01:27:05.273Zinfo: running `cargo check --bins` on schema (257/275)
44342026-05-08T01:27:05.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-05-08T01:27:05.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-05-08T01:27:06.001Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44372026-05-08T01:27:06.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44382026-05-08T01:27:06.910Z
44392026-05-08T01:27:06.911Zinfo: running `cargo check --bins` on xtask (258/275)
44402026-05-08T01:27:07.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-05-08T01:27:07.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-05-08T01:27:07.369Z Checking libc v0.2.185
44432026-05-08T01:27:07.372Z Checking serde v1.0.228
44442026-05-08T01:27:07.456Z Checking zerofrom v0.1.6
44452026-05-08T01:27:07.460Z Checking bitflags v2.11.0
44462026-05-08T01:27:07.467Z Checking smallvec v1.15.1
44472026-05-08T01:27:07.473Z Checking indexmap v2.14.0
44482026-05-08T01:27:07.482Z Checking serde_json v1.0.149
44492026-05-08T01:27:07.485Z Checking scroll v0.12.0
44502026-05-08T01:27:07.552Z Checking yoke v0.8.1
44512026-05-08T01:27:07.607Z Checking num-traits v0.2.19
44522026-05-08T01:27:07.633Z Checking thiserror v1.0.69
44532026-05-08T01:27:07.701Z Checking percent-encoding v2.3.2
44542026-05-08T01:27:07.724Z Checking zerovec v0.11.5
44552026-05-08T01:27:07.730Z Checking zerotrie v0.2.3
44562026-05-08T01:27:07.742Z Checking errno v0.3.14
44572026-05-08T01:27:07.834Z Checking serde_spanned v0.6.9
44582026-05-08T01:27:07.850Z Checking toml_datetime v0.6.11
44592026-05-08T01:27:07.855Z Checking rustix v1.1.3
44602026-05-08T01:27:07.959Z Checking log v0.4.29
44612026-05-08T01:27:07.972Z Checking zerocopy v0.7.35
44622026-05-08T01:27:07.988Z Checking form_urlencoded v1.2.2
44632026-05-08T01:27:08.020Z Checking toml_edit v0.22.27
44642026-05-08T01:27:08.090Z Checking getrandom v0.4.1
44652026-05-08T01:27:08.104Z Checking goblin v0.8.2
44662026-05-08T01:27:08.117Z Checking thiserror v2.0.18
44672026-05-08T01:27:08.130Z Checking ordered-float v2.10.1
44682026-05-08T01:27:08.150Z Checking tinystr v0.8.2
44692026-05-08T01:27:08.213Z Checking potential_utf v0.1.4
44702026-05-08T01:27:08.225Z Checking syn v2.0.117
44712026-05-08T01:27:08.324Z Checking icu_locale_core v2.1.1
44722026-05-08T01:27:08.343Z Checking icu_collections v2.1.1
44732026-05-08T01:27:08.354Z Checking serde-value v0.7.0
44742026-05-08T01:27:08.458Z Checking dtrace-parser v0.2.0
44752026-05-08T01:27:08.561Z Checking thread-id v4.2.2
44762026-05-08T01:27:08.640Z Checking once_cell v1.21.3
44772026-05-08T01:27:08.663Z Checking terminal_size v0.4.3
44782026-05-08T01:27:08.668Z Checking cargo-platform v0.2.0
44792026-05-08T01:27:08.695Z Checking memmap v0.7.0
44802026-05-08T01:27:08.795Z Checking clap_builder v4.5.60
44812026-05-08T01:27:08.810Z Checking tempfile v3.25.0
44822026-05-08T01:27:08.824Z Checking textwrap v0.16.2
44832026-05-08T01:27:08.855Z Checking fs-err v3.3.0
44842026-05-08T01:27:08.871Z Checking icu_provider v2.1.1
44852026-05-08T01:27:09.001Z Checking camino-tempfile v1.4.1
44862026-05-08T01:27:09.033Z Checking anyhow v1.0.102
44872026-05-08T01:27:09.043Z Checking tabled v0.15.0
44882026-05-08T01:27:09.099Z Checking toml v0.8.23
44892026-05-08T01:27:09.118Z Checking icu_properties v2.1.2
44902026-05-08T01:27:09.154Z Checking icu_normalizer v2.1.1
44912026-05-08T01:27:09.240Z Checking macaddr v1.0.1
44922026-05-08T01:27:09.417Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44932026-05-08T01:27:09.428Z Checking cargo_toml v0.21.0
44942026-05-08T01:27:09.923Z Checking idna_adapter v1.2.1
44952026-05-08T01:27:09.998Z Checking dof v0.3.0
44962026-05-08T01:27:10.001Z Checking clap v4.5.60
44972026-05-08T01:27:10.038Z Checking idna v1.1.0
44982026-05-08T01:27:10.252Z Checking usdt-impl v0.5.0
44992026-05-08T01:27:10.255Z Checking url v2.5.8
45002026-05-08T01:27:10.496Z Checking usdt v0.5.0
45012026-05-08T01:27:10.591Z Checking cargo-util-schemas v0.8.2
45022026-05-08T01:27:11.285Z Checking cargo_metadata v0.21.0
45032026-05-08T01:27:11.890Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45042026-05-08T01:27:12.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
45052026-05-08T01:27:12.434Z
45062026-05-08T01:27:12.435Zinfo: running `cargo check --bins` on dnsadm (259/275)
45072026-05-08T01:27:12.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-05-08T01:27:12.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-05-08T01:27:13.069Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45102026-05-08T01:27:13.545Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45112026-05-08T01:27:13.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
45122026-05-08T01:27:14.148Z
45132026-05-08T01:27:14.148Zinfo: running `cargo check --bins` on end-to-end-tests (260/275)
45142026-05-08T01:27:14.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-08T01:27:14.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-08T01:27:14.939Z Checking polyval v0.6.2
45172026-05-08T01:27:15.063Z Checking ctr v0.9.2
45182026-05-08T01:27:15.073Z Checking ssh-encoding v0.2.0
45192026-05-08T01:27:15.077Z Checking blowfish v0.9.1
45202026-05-08T01:27:15.093Z Checking password-hash v0.4.2
45212026-05-08T01:27:15.108Z Checking p256 v0.13.2
45222026-05-08T01:27:15.108Z Checking p521 v0.13.3
45232026-05-08T01:27:15.136Z Checking russh-cryptovec v0.7.3
45242026-05-08T01:27:15.202Z Checking ghash v0.5.1
45252026-05-08T01:27:15.216Z Checking md5 v0.7.0
45262026-05-08T01:27:15.219Z Checking bcrypt-pbkdf v0.10.0
45272026-05-08T01:27:15.245Z Checking num-bigint v0.4.6
45282026-05-08T01:27:15.261Z Checking des v0.8.1
45292026-05-08T01:27:15.315Z Checking pbkdf2 v0.11.0
45302026-05-08T01:27:15.331Z Checking aes-gcm v0.10.3
45312026-05-08T01:27:15.348Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45322026-05-08T01:27:15.378Z Checking hex-literal v0.4.1
45332026-05-08T01:27:15.382Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45342026-05-08T01:27:15.446Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45352026-05-08T01:27:15.475Z Checking socket2 v0.5.10
45362026-05-08T01:27:15.481Z Checking ssh-cipher v0.2.0
45372026-05-08T01:27:15.481Z Checking internet-checksum v0.2.1
45382026-05-08T01:27:15.641Z Checking ssh-key v0.6.7
45392026-05-08T01:27:15.747Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45402026-05-08T01:27:16.267Z Checking russh-keys v0.45.0
45412026-05-08T01:27:16.830Z Checking russh v0.45.0
45422026-05-08T01:27:31.600Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45432026-05-08T01:27:32.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s
45442026-05-08T01:27:33.018Z
45452026-05-08T01:27:33.018Zinfo: running `cargo check --bins` on gateway-cli (261/275)
45462026-05-08T01:27:33.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-05-08T01:27:33.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-05-08T01:27:33.666Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45492026-05-08T01:27:33.769Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45502026-05-08T01:27:33.775Z Checking termios v0.3.3
45512026-05-08T01:27:34.981Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45522026-05-08T01:27:35.125Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45532026-05-08T01:27:36.905Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45542026-05-08T01:27:37.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45552026-05-08T01:27:37.663Z
45562026-05-08T01:27:37.663Zinfo: running `cargo check --bins --no-default-features` on installinator (262/275)
45572026-05-08T01:27:42.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-08T01:27:42.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-08T01:27:42.636Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45602026-05-08T01:27:42.636Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45612026-05-08T01:27:42.636Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45622026-05-08T01:27:42.636Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45632026-05-08T01:27:42.636Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45642026-05-08T01:27:42.636Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45652026-05-08T01:27:42.636Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45662026-05-08T01:27:42.636Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45672026-05-08T01:27:42.636Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45682026-05-08T01:27:42.636Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45692026-05-08T01:27:42.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45702026-05-08T01:27:42.636Z
45712026-05-08T01:27:42.637Zinfo: running `cargo check --bins` on internal-dns-cli (263/275)
45722026-05-08T01:27:42.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-08T01:27:42.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-08T01:27:42.724Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45752026-05-08T01:27:43.145Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45762026-05-08T01:27:43.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45772026-05-08T01:27:43.649Z
45782026-05-08T01:27:43.649Zinfo: running `cargo check --bins` on omicron-live-tests (264/275)
45792026-05-08T01:27:44.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-05-08T01:27:44.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-05-08T01:27:44.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45822026-05-08T01:27:44.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45832026-05-08T01:27:44.246Z
45842026-05-08T01:27:44.246Zinfo: running `cargo check --bins` on live-tests-macros (265/275)
45852026-05-08T01:27:44.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-05-08T01:27:44.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-05-08T01:27:44.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45882026-05-08T01:27:44.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45892026-05-08T01:27:44.836Z
45902026-05-08T01:27:44.836Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (266/275)
45912026-05-08T01:27:45.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-05-08T01:27:45.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-05-08T01:27:45.593Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45942026-05-08T01:27:46.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45952026-05-08T01:27:46.396Z
45962026-05-08T01:27:46.396Zinfo: running `cargo check --bins` on omicron-ntp-admin (267/275)
45972026-05-08T01:27:46.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-05-08T01:27:46.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-05-08T01:27:47.048Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46002026-05-08T01:27:47.052Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46012026-05-08T01:27:47.299Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46022026-05-08T01:27:47.299Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46032026-05-08T01:27:48.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46042026-05-08T01:27:48.271Z
46052026-05-08T01:27:48.271Zinfo: running `cargo check --bins` on ntp-admin-types (268/275)
46062026-05-08T01:27:48.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-05-08T01:27:48.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-05-08T01:27:48.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46092026-05-08T01:27:48.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46102026-05-08T01:27:48.862Z
46112026-05-08T01:27:48.862Zinfo: running `cargo check --bins` on omicron-package (269/275)
46122026-05-08T01:27:49.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-05-08T01:27:49.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-05-08T01:27:49.542Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46152026-05-08T01:27:50.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
46162026-05-08T01:27:50.811Z
46172026-05-08T01:27:50.811Zinfo: running `cargo check --bins` on tqdb (270/275)
46182026-05-08T01:27:51.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-08T01:27:51.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-08T01:27:51.588Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46212026-05-08T01:27:51.939Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46222026-05-08T01:27:52.454Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46232026-05-08T01:27:52.454Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46242026-05-08T01:27:58.251Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46252026-05-08T01:27:58.254Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46262026-05-08T01:27:58.823Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46272026-05-08T01:27:58.826Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46282026-05-08T01:27:58.826Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46292026-05-08T01:27:58.826Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46302026-05-08T01:27:59.591Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46312026-05-08T01:28:00.562Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46322026-05-08T01:28:01.325Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46332026-05-08T01:28:01.939Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46342026-05-08T01:28:05.988Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46352026-05-08T01:28:12.281Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46362026-05-08T01:28:12.286Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46372026-05-08T01:28:12.286Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46382026-05-08T01:28:12.286Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46392026-05-08T01:28:13.737Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46402026-05-08T01:28:15.048Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46412026-05-08T01:28:15.726Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46422026-05-08T01:28:16.970Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46432026-05-08T01:28:17.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.69s
46442026-05-08T01:28:17.726Z
46452026-05-08T01:28:17.726Zinfo: running `cargo check --bins` on wicket-dbg (271/275)
46462026-05-08T01:28:18.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46472026-05-08T01:28:18.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46482026-05-08T01:28:18.439Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46492026-05-08T01:28:18.439Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46502026-05-08T01:28:18.444Z Checking rtoolbox v0.0.3
46512026-05-08T01:28:18.571Z Checking tui-tree-widget v0.23.1
46522026-05-08T01:28:18.667Z Checking rpassword v7.4.0
46532026-05-08T01:28:19.682Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46542026-05-08T01:28:22.669Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46552026-05-08T01:28:24.519Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46562026-05-08T01:28:25.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
46572026-05-08T01:28:25.624Z
46582026-05-08T01:28:25.624Zinfo: running `cargo check --bins` on wicket (272/275)
46592026-05-08T01:28:26.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-08T01:28:26.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-08T01:28:26.316Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46622026-05-08T01:28:26.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46632026-05-08T01:28:27.130Z
46642026-05-08T01:28:27.130Zinfo: running `cargo check --bins` on wicketd (273/275)
46652026-05-08T01:28:27.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-08T01:28:27.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-08T01:28:27.614Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46682026-05-08T01:28:27.647Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46692026-05-08T01:28:27.647Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46702026-05-08T01:28:27.648Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46712026-05-08T01:28:28.608Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46722026-05-08T01:28:29.188Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46732026-05-08T01:28:32.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
46742026-05-08T01:28:32.357Z
46752026-05-08T01:28:32.358Zinfo: running `cargo check --bins` on omicron-workspace-hack (274/275)
46762026-05-08T01:28:35.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-05-08T01:28:35.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-05-08T01:28:35.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-05-08T01:28:35.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46802026-05-08T01:28:35.993Z
46812026-05-08T01:28:35.993Zinfo: running `cargo check --bins` on zone-setup (275/275)
46822026-05-08T01:28:35.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-08T01:28:35.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-08T01:28:35.993Z Checking uzers v0.12.2
46852026-05-08T01:28:35.993Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46862026-05-08T01:28:35.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46872026-05-08T01:28:35.994Z
46882026-05-08T01:28:35.994Zreal 14:09.310847493
46892026-05-08T01:28:35.994Zuser 20:36.834202842
46902026-05-08T01:28:35.994Zsys 4:15.699888628
46912026-05-08T01:28:35.994Ztrap 0.329660967
46922026-05-08T01:28:35.994Ztflt 0.365286366
46932026-05-08T01:28:35.994Zdflt 0.972203066
46942026-05-08T01:28:35.994Zkflt 0.001945447
46952026-05-08T01:28:35.994Zlock 1:16:48.750240370
46962026-05-08T01:28:35.994Zslp 1:38:22.945071149
46972026-05-08T01:28:35.994Zlat 1:00.772249958
46982026-05-08T01:28:35.994Zstop 3:38.085699748
46992026-05-08T01:28:35.994Zprocess exited: duration 1055841 ms, exit code 0
 
47002026-05-08T01:28:36.060Zfound 0 output files