01KQWD72VRYNETQEZKG2PMENR9: 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: 01KQWD7DNQ3ZP1DE5ANPQECETG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T15:49:32.673Zjob assigned to worker 01KQWD7KR2Q6ETYRX5XZ1Q24P0 [factory aws, i-0b8cdea42c3c69d6a] (queued for 54 s)
 
22026-05-05T15:49:39.734Zstarting task 0: "setup"
32026-05-05T15:49:39.738Z++ uname -s
42026-05-05T15:49:39.741Z+ kern=SunOS
52026-05-05T15:49:39.741Z+ build_user=build
62026-05-05T15:49:39.741Z+ build_uid=12345
72026-05-05T15:49:39.741Z+ work_dir=/work
82026-05-05T15:49:39.741Z+ input_dir=/input
92026-05-05T15:49:39.741Z+ [[ 0 == 12345 ]]
102026-05-05T15:49:39.741Z+ case "$kern" in
112026-05-05T15:49:39.741Z+ groupadd -g 12345 build
122026-05-05T15:49:39.741Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T15:49:41.746Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T15:49:41.855Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T15:49:41.858Z+ home_fs=zfs
162026-05-05T15:49:41.858Z+ [[ zfs == autofs ]]
172026-05-05T15:49:41.858Z+ mkdir -p /home/build
182026-05-05T15:49:41.858Z+ chown build:build /home/build /work
192026-05-05T15:49:43.859Z+ chmod 0700 /home/build /work
202026-05-05T15:49:43.862Zprocess exited: duration 4127 ms, exit code 0
 
212026-05-05T15:49:43.869Zstarting task 1: "rust-toolchain"
222026-05-05T15:49:43.872Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T15:49:43.873Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-05T15:49:43.873Z * rust toolchain channel = "1.94.0"
252026-05-05T15:49:43.873Z * rust toolchain profile = "default"
262026-05-05T15:49:43.873Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T15:49:43.873Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T15:49:43.876Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T15:49:43.876Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T15:49:43.992Zinfo: downloading installer
312026-05-05T15:49:45.405Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T15:49:45.405Zwarn: /opt/ooce/bin
332026-05-05T15:49:45.406Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T15:49:45.406Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T15:49:45.406Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T15:49:45.406Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T15:49:45.406Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T15:49:45.406Zerror: cannot install while Rust is installed
392026-05-05T15:49:45.406Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T15:49:45.406Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T15:49:45.406Zwarn: /home/build/.rustup/settings.toml
422026-05-05T15:49:45.406Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T15:49:45.406Zwarn: instead of the one inferred from the default host triple.
442026-05-05T15:49:45.419Zinfo: profile set to default
452026-05-05T15:49:45.419Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T15:49:45.422Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T15:49:45.554Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T15:49:45.558Zinfo: downloading 6 components
492026-05-05T15:50:00.284Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T15:50:00.284Z
512026-05-05T15:50:00.316Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T15:50:00.316Z
532026-05-05T15:50:00.316Z
542026-05-05T15:50:00.316ZRust is installed now. Great!
552026-05-05T15:50:00.316Z
562026-05-05T15:50:00.316ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T15:50:00.316Zenvironment variable. This has not been done automatically.
582026-05-05T15:50:00.316Z
592026-05-05T15:50:00.316ZTo configure your current shell, you need to source
602026-05-05T15:50:00.316Zthe corresponding env file under $HOME/.cargo.
612026-05-05T15:50:00.316Z
622026-05-05T15:50:00.316ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T15:50:00.316Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T15:50:00.316Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T15:50:00.316Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T15:50:00.316Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T15:50:00.316Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T15:50:00.317Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T15:50:00.320Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T15:50:00.320Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T15:50:00.400Z+ rustup --version
722026-05-05T15:50:00.409Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T15:50:00.412Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T15:50:00.430Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T15:50:00.433Z+ cargo --version
762026-05-05T15:50:00.445Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T15:50:00.449Z+ rustc --version
782026-05-05T15:50:00.468Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T15:50:00.471Zprocess exited: duration 16599 ms, exit code 0
 
802026-05-05T15:50:00.477Zstarting task 2: "authentication"
812026-05-05T15:50:00.494Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T15:50:00.500Zstarting task 3: "clone repository"
832026-05-05T15:50:00.503Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T15:50:00.506Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T15:50:00.534ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T15:50:24.562Z+ cd /work/oxidecomputer/omicron
872026-05-05T15:50:24.562Z+ git fetch origin 885b6c567aa03e4e8292a0f7ed44e5a5205c32e7
882026-05-05T15:50:24.931ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T15:50:24.931Z * branch 885b6c567aa03e4e8292a0f7ed44e5a5205c32e7 -> FETCH_HEAD
902026-05-05T15:50:24.941Z+ [[ -n john/scrimlet-reconcilers-1 ]]
912026-05-05T15:50:24.944Z++ git branch --show-current
922026-05-05T15:50:24.944Z+ current=main
932026-05-05T15:50:24.944Z+ [[ main != john/scrimlet-reconcilers-1 ]]
942026-05-05T15:50:24.944Z+ git branch -f john/scrimlet-reconcilers-1 885b6c567aa03e4e8292a0f7ed44e5a5205c32e7
952026-05-05T15:50:24.947Z+ git checkout -f john/scrimlet-reconcilers-1
962026-05-05T15:50:25.236ZSwitched to branch 'john/scrimlet-reconcilers-1'
972026-05-05T15:50:25.240Z+ git reset --hard 885b6c567aa03e4e8292a0f7ed44e5a5205c32e7
982026-05-05T15:50:25.253ZHEAD is now at 885b6c567 use real MGS for some tests
992026-05-05T15:50:25.257Zprocess exited: duration 24752 ms, exit code 0
 
1002026-05-05T15:50:25.263Zstarting task 4: "build"
1012026-05-05T15:50:25.266Z+ source .github/buildomat/ci-env.sh
1022026-05-05T15:50:25.270Z++ export CARGO_TERM_COLOR=always
1032026-05-05T15:50:25.270Z++ CARGO_TERM_COLOR=always
1042026-05-05T15:50:25.270Z+ cargo --version
1052026-05-05T15:50:25.276Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-05T15:50:25.279Z+ rustc --version
1072026-05-05T15:50:25.298Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-05T15:50:25.301Z+ source ./env.sh
1092026-05-05T15:50:25.301Z++ OLD_SHELL_OPTS=ehxB
1102026-05-05T15:50:25.301Z++ set -o xtrace
1112026-05-05T15:50:25.305Z++++ dirname ./env.sh
1122026-05-05T15:50:25.305Z+++ readlink -f .
1132026-05-05T15:50:25.308Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-05T15:50:25.308Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-05T15:50:25.308Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-05T15:50:25.308Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-05-05T15:50:25.308Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-05-05T15:50:25.308Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-05-05T15:50:25.308Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-05-05T15:50:25.308Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-05-05T15:50:25.308Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-05-05T15:50:25.308Z++ case $OLD_SHELL_OPTS in
1232026-05-05T15:50:25.308Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-05T15:50:25.308Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-05T15:50:25.308Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-05T15:50:25.308Z+ banner prerequisites
1272026-05-05T15:50:25.308Z
1282026-05-05T15:50:25.308Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-05T15:50:25.308Z # # # # # # # # # # # # # # #
1302026-05-05T15:50:25.309Z # # # # ##### # # ##### # # # # # #### #
1312026-05-05T15:50:25.309Z ##### ##### # ##### # # # # # # # # #
1322026-05-05T15:50:25.309Z # # # # # # # # # # # # # # #
1332026-05-05T15:50:25.309Z # # # ###### # # ###### ### # #### # #### #
1342026-05-05T15:50:25.309Z
1352026-05-05T15:50:25.312Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-05T15:50:35.224Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-05T15:50:42.693Z Startup: Caching catalogs ... Done
1382026-05-05T15:50:49.710ZPlanning: Solver setup ... Done (5.576s)
1392026-05-05T15:50:49.749ZPlanning: Running solver ... Done (0.039s)
1402026-05-05T15:50:49.887ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-05T15:50:49.900ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-05T15:50:50.556ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-05T15:50:50.592ZPlanning: Package planning ... Done (0.036s)
1442026-05-05T15:50:50.629ZPlanning: Merging actions ... Done (0.037s)
1452026-05-05T15:50:50.805ZPlanning: Checking for conflicting actions ... Done (0.176s)
1462026-05-05T15:50:50.814ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-05T15:50:51.587ZPlanning: Evaluating mediators ... Done (0.773s)
1482026-05-05T15:50:51.595ZPlanning: Planning completed in 8.74 seconds
1492026-05-05T15:50:51.606Z Packages to install: 5
1502026-05-05T15:50:51.609Z Mediators to change: 3
1512026-05-05T15:50:51.609Z Services to change: 1
1522026-05-05T15:50:51.609Z Estimated space available: 155.34 GB
1532026-05-05T15:50:51.610ZEstimated space to be consumed: 1.90 GB
1542026-05-05T15:50:51.610Z Create boot environment: No
1552026-05-05T15:50:51.610ZCreate backup boot environment: No
1562026-05-05T15:50:51.610Z Rebuild boot archive: No
1572026-05-05T15:50:51.610Z
1582026-05-05T15:50:51.610ZChanged mediators:
1592026-05-05T15:50:51.610Z mediator clang:
1602026-05-05T15:50:51.610Z version: None -> 15 (system default)
1612026-05-05T15:50:51.610Z
1622026-05-05T15:50:51.610Z mediator llvm:
1632026-05-05T15:50:51.610Z version: 14 (system default) -> 15 (system default)
1642026-05-05T15:50:51.610Z
1652026-05-05T15:50:51.610Z mediator postgresql:
1662026-05-05T15:50:51.610Z version: 15 (system default) -> 18 (system default)
1672026-05-05T15:50:51.610Z
1682026-05-05T15:50:51.610ZChanged packages:
1692026-05-05T15:50:51.610Zhelios-dev
1702026-05-05T15:50:51.610Z developer/build-essential
1712026-05-05T15:50:51.610Z None -> 11-2.0
1722026-05-05T15:50:51.610Z library/libxmlsec1
1732026-05-05T15:50:51.610Z None -> 1.2.35-2.0
1742026-05-05T15:50:51.610Z ooce/developer/clang-15
1752026-05-05T15:50:51.610Z None -> 15.0.7-2.0
1762026-05-05T15:50:51.610Z ooce/developer/llvm-15
1772026-05-05T15:50:51.610Z None -> 15.0.7-2.0
1782026-05-05T15:50:51.610Z ooce/library/postgresql-18
1792026-05-05T15:50:51.610Z None -> 18.1-2.0
1802026-05-05T15:50:51.610Z
1812026-05-05T15:50:51.610ZServices:
1822026-05-05T15:50:51.610Z restart_fmri:
1832026-05-05T15:50:51.610Z svc:/system/update-man-index:default
1842026-05-05T15:50:51.650Z
1852026-05-05T15:50:51.650ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-05T15:50:57.334ZDownload: 2224/4272 items 118.6/219.0MB 54% complete (29.4M/s)
1872026-05-05T15:51:04.055ZDownload: 3289/4272 items 212.6/219.0MB 97% complete (21.4M/s)
1882026-05-05T15:51:07.572ZDownload: Completed 218.99 MB in 15.92 seconds (13.8M/s)
1892026-05-05T15:51:07.727Z Actions: 1/4789 actions (Installing new actions)
1902026-05-05T15:51:11.063Z Actions: Completed 4789 actions in 3.33 seconds.
1912026-05-05T15:51:11.732Z Done (0.663s)
1922026-05-05T15:51:11.732Z Done (0.000s)
1932026-05-05T15:51:12.480Z Done (0.747s)
1942026-05-05T15:51:15.384Z Done (2.561s)
1952026-05-05T15:51:15.456Z Done (0.013s)
1962026-05-05T15:51:15.459Z Done (0.000s)
1972026-05-05T15:51:15.802Z Done (0.000s)
1982026-05-05T15:51:16.665ZPlanning: Evaluating mediator changes ... Done
1992026-05-05T15:51:16.784ZPlanning: Checking for conflicting actions ... Done
2002026-05-05T15:51:16.787ZPlanning: Consolidating action changes ... Done
2012026-05-05T15:51:16.948ZPlanning: Evaluating mediators ... Done
2022026-05-05T15:51:16.951ZPlanning: Planning completed in 0.28 seconds
2032026-05-05T15:51:16.971Z Mediators to change: 2
2042026-05-05T15:51:16.971Z Create boot environment: No
2052026-05-05T15:51:16.971ZCreate backup boot environment: No
2062026-05-05T15:51:17.031Z Done
2072026-05-05T15:51:17.031Z Done
2082026-05-05T15:51:17.650Z Done
2092026-05-05T15:51:20.126Z Done
2102026-05-05T15:51:20.218Z Done
2112026-05-05T15:51:20.223Z Done
2122026-05-05T15:51:20.356Z Done
2132026-05-05T15:51:20.617ZPlanning: Evaluating mediator changes ... Done
2142026-05-05T15:51:20.726ZPlanning: Checking for conflicting actions ... Done
2152026-05-05T15:51:20.729ZPlanning: Consolidating action changes ... Done
2162026-05-05T15:51:20.885ZPlanning: Evaluating mediators ... Done
2172026-05-05T15:51:20.889ZPlanning: Planning completed in 0.27 seconds
2182026-05-05T15:51:20.907Z Mediators to change: 1
2192026-05-05T15:51:20.907Z Create boot environment: No
2202026-05-05T15:51:20.907ZCreate backup boot environment: No
2212026-05-05T15:51:20.958Z Done
2222026-05-05T15:51:20.958Z Done
2232026-05-05T15:51:21.567Z Done
2242026-05-05T15:51:24.020Z Done
2252026-05-05T15:51:24.089Z Done
2262026-05-05T15:51:24.092Z Done
2272026-05-05T15:51:24.251Z Done
2282026-05-05T15:51:24.542ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-05-05T15:51:24.542Zclang system 15 system
2302026-05-05T15:51:24.542Zcsh system system illumos
2312026-05-05T15:51:24.542Zctags system system illumos
2322026-05-05T15:51:24.542Zfile system system illumos
2332026-05-05T15:51:24.542Zgcc vendor 12 vendor
2342026-05-05T15:51:24.542Zgcc system 14 system
2352026-05-05T15:51:24.542Zgcc system 10 system
2362026-05-05T15:51:24.543Zgo system 1.20 system
2372026-05-05T15:51:24.543Zgo system 1.19 system
2382026-05-05T15:51:24.543Zllvm system 15 system
2392026-05-05T15:51:24.543Zllvm system 14 system
2402026-05-05T15:51:24.543Zmariadb system 10.6 system
2412026-05-05T15:51:24.543Zmta vendor vendor dma
2422026-05-05T15:51:24.543Zopenjdk system 17 system
2432026-05-05T15:51:24.543Zopenjdk system 11 system
2442026-05-05T15:51:24.543Zopenjdk system 1.8 system
2452026-05-05T15:51:24.543Zopenssl vendor 3 vendor
2462026-05-05T15:51:24.543Zperl system 5.36 system
2472026-05-05T15:51:24.543Zpostgresql system 18 system
2482026-05-05T15:51:24.543Zpostgresql system 15 system
2492026-05-05T15:51:24.543Zpostgresql system 13 system
2502026-05-05T15:51:24.543Zpython vendor 3 vendor
2512026-05-05T15:51:24.543Zpython system 2 system
2522026-05-05T15:51:24.543Zpython3 system 3.11 system
2532026-05-05T15:51:24.543Zruby system 3.0 system
2542026-05-05T15:51:24.543Zwords vendor vendor american-english
2552026-05-05T15:51:24.543Zwords system system australian-english
2562026-05-05T15:51:24.543Zwords system system british-english
2572026-05-05T15:51:24.543Zwords system system canadian-english
2582026-05-05T15:51:24.543Zwords system system french
2592026-05-05T15:51:24.543Zwords system system italian
2602026-05-05T15:51:24.543Zwords system system ngerman
2612026-05-05T15:51:24.543Zwords system system ogerman
2622026-05-05T15:51:24.543Zwords system system spanish
2632026-05-05T15:51:24.773ZPUBLISHER TYPE STATUS P LOCATION
2642026-05-05T15:51:24.773Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-05-05T15:51:29.380ZFMRI IFO
2662026-05-05T15:51:29.380Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-05-05T15:51:29.380Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-05-05T15:51:29.380Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-05-05T15:51:29.380Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-05-05T15:51:29.380Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-05-05T15:51:29.380Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-05-05T15:51:29.380Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-05-05T15:51:29.380Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-05-05T15:51:29.380Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-05-05T15:51:29.380Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-05-05T15:51:29.380Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-05-05T15:51:29.380Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-05-05T15:51:29.380Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-05-05T15:51:29.381Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-05-05T15:51:29.381Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-05-05T15:51:29.381Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-05-05T15:51:29.381Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-05-05T15:51:30.496Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-05-05T15:51:30.806Z Updating crates.io index
2852026-05-05T15:51:30.844Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-05-05T15:51:31.743Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-05-05T15:51:32.256Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-05-05T15:51:33.149Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-05-05T15:51:34.165Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-05-05T15:51:34.727Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-05T15:51:36.824Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-05-05T15:51:37.746Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-05-05T15:51:37.996Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-05-05T15:51:39.139Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-05-05T15:51:39.595Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-05-05T15:51:40.012Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-05-05T15:51:40.287Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-05-05T15:51:41.387Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-05-05T15:51:42.128Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-05-05T15:51:42.532Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-05-05T15:51:42.955Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-05-05T15:51:43.448Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-05-05T15:51:43.744Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-05-05T15:51:44.000Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-05-05T15:51:44.384Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-05-05T15:51:44.767Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-05-05T15:51:45.512Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-05-05T15:51:46.201Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-05-05T15:51:46.500Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-05-05T15:51:47.061Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-05-05T15:51:47.403Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-05-05T15:51:49.137Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-05-05T15:51:49.724Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-05-05T15:51:50.236Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-05-05T15:51:50.673Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-05-05T15:51:51.073Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-05-05T15:51:51.434Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-05-05T15:51:51.978Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-05-05T15:51:52.221Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-05-05T15:51:52.505Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-05-05T15:51:52.785Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-05-05T15:51:53.224Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-05-05T15:52:05.581Z Downloading crates ...
3242026-05-05T15:52:05.640Z Downloaded anstream v0.6.21
3252026-05-05T15:52:05.644Z Downloaded bitflags v2.11.0
3262026-05-05T15:52:05.651Z Downloaded camino v1.2.2
3272026-05-05T15:52:05.655Z Downloaded cargo-util-schemas v0.8.2
3282026-05-05T15:52:05.658Z Downloaded unicode-xid v0.2.6
3292026-05-05T15:52:05.661Z Downloaded scroll_derive v0.12.1
3302026-05-05T15:52:05.661Z Downloaded colorchoice v1.0.4
3312026-05-05T15:52:05.661Z Downloaded byteorder v1.5.0
3322026-05-05T15:52:05.664Z Downloaded cargo_toml v0.21.0
3332026-05-05T15:52:05.664Z Downloaded idna_adapter v1.2.1
3342026-05-05T15:52:05.667Z Downloaded textwrap v0.16.2
3352026-05-05T15:52:05.667Z Downloaded cfg-if v1.0.4
3362026-05-05T15:52:05.671Z Downloaded erased-serde v0.4.9
3372026-05-05T15:52:05.675Z Downloaded fnv v1.0.7
3382026-05-05T15:52:05.675Z Downloaded pest_generator v2.8.6
3392026-05-05T15:52:05.675Z Downloaded icu_normalizer v2.1.1
3402026-05-05T15:52:05.678Z Downloaded zerofrom v0.1.6
3412026-05-05T15:52:05.678Z Downloaded version_check v0.9.5
3422026-05-05T15:52:05.679Z Downloaded yoke-derive v0.8.1
3432026-05-05T15:52:05.679Z Downloaded toml_datetime v0.6.11
3442026-05-05T15:52:05.679Z Downloaded once_cell v1.21.3
3452026-05-05T15:52:05.682Z Downloaded typeid v1.0.3
3462026-05-05T15:52:05.682Z Downloaded dtrace-parser v0.2.0
3472026-05-05T15:52:05.682Z Downloaded displaydoc v0.2.5
3482026-05-05T15:52:05.682Z Downloaded thiserror v2.0.18
3492026-05-05T15:52:05.685Z Downloaded zerofrom-derive v0.1.6
3502026-05-05T15:52:05.685Z Downloaded utf8_iter v1.0.4
3512026-05-05T15:52:05.688Z Downloaded unicode-linebreak v0.1.5
3522026-05-05T15:52:05.688Z Downloaded clap v4.5.60
3532026-05-05T15:52:05.691Z Downloaded toml_write v0.1.2
3542026-05-05T15:52:05.691Z Downloaded thread-id v4.2.2
3552026-05-05T15:52:05.694Z Downloaded camino-tempfile v1.4.1
3562026-05-05T15:52:05.694Z Downloaded bytecount v0.6.9
3572026-05-05T15:52:05.698Z Downloaded serde_spanned v0.6.9
3582026-05-05T15:52:05.698Z Downloaded plain v0.2.3
3592026-05-05T15:52:05.701Z Downloaded clap_derive v4.5.55
3602026-05-05T15:52:05.701Z Downloaded anstyle-query v1.1.5
3612026-05-05T15:52:05.701Z Downloaded utf8parse v0.2.2
3622026-05-05T15:52:05.704Z Downloaded usdt-attr-macro v0.5.0
3632026-05-05T15:52:05.704Z Downloaded macaddr v1.0.1
3642026-05-05T15:52:05.708Z Downloaded tinystr v0.8.2
3652026-05-05T15:52:05.711Z Downloaded thiserror v1.0.69
3662026-05-05T15:52:05.715Z Downloaded proc-macro-error v1.0.4
3672026-05-05T15:52:05.715Z Downloaded writeable v0.6.2
3682026-05-05T15:52:05.718Z Downloaded thiserror-impl v2.0.18
3692026-05-05T15:52:05.718Z Downloaded zerovec-derive v0.11.2
3702026-05-05T15:52:05.718Z Downloaded thiserror-impl v1.0.69
3712026-05-05T15:52:05.721Z Downloaded pretty-hex v0.4.1
3722026-05-05T15:52:05.721Z Downloaded potential_utf v0.1.4
3732026-05-05T15:52:05.721Z Downloaded percent-encoding v2.3.2
3742026-05-05T15:52:05.721Z Downloaded clap_lex v1.0.0
3752026-05-05T15:52:05.721Z Downloaded usdt-impl v0.5.0
3762026-05-05T15:52:05.724Z Downloaded usdt v0.5.0
3772026-05-05T15:52:05.725Z Downloaded usdt-macro v0.5.0
3782026-05-05T15:52:05.728Z Downloaded zmij v1.0.21
3792026-05-05T15:52:05.732Z Downloaded itoa v1.0.17
3802026-05-05T15:52:05.735Z Downloaded ordered-float v2.10.1
3812026-05-05T15:52:05.735Z Downloaded fastrand v2.3.0
3822026-05-05T15:52:05.735Z Downloaded equivalent v1.0.2
3832026-05-05T15:52:05.735Z Downloaded yoke v0.8.1
3842026-05-05T15:52:05.735Z Downloaded zerocopy-derive v0.7.35
3852026-05-05T15:52:05.739Z Downloaded heck v0.4.1
3862026-05-05T15:52:05.739Z Downloaded ucd-trie v0.1.7
3872026-05-05T15:52:05.743Z Downloaded generic-array v0.14.7
3882026-05-05T15:52:05.746Z Downloaded strsim v0.11.1
3892026-05-05T15:52:05.749Z Downloaded is_terminal_polyfill v1.70.2
3902026-05-05T15:52:05.749Z Downloaded digest v0.10.7
3912026-05-05T15:52:05.752Z Downloaded cpufeatures v0.2.17
3922026-05-05T15:52:05.752Z Downloaded toml v0.8.23
3932026-05-05T15:52:05.755Z Downloaded typenum v1.19.0
3942026-05-05T15:52:05.755Z Downloaded heck v0.5.0
3952026-05-05T15:52:05.759Z Downloaded toml_edit v0.22.27
3962026-05-05T15:52:05.762Z Downloaded unicode-ident v1.0.24
3972026-05-05T15:52:05.765Z Downloaded zerotrie v0.2.3
3982026-05-05T15:52:05.765Z Downloaded form_urlencoded v1.2.2
3992026-05-05T15:52:05.768Z Downloaded cargo-platform v0.2.0
4002026-05-05T15:52:05.768Z Downloaded smawk v0.3.2
4012026-05-05T15:52:05.771Z Downloaded dof v0.3.0
4022026-05-05T15:52:05.771Z Downloaded block-buffer v0.10.4
4032026-05-05T15:52:05.774Z Downloaded url v2.5.8
4042026-05-05T15:52:05.777Z Downloaded swrite v0.1.0
4052026-05-05T15:52:05.781Z Downloaded crypto-common v0.1.7
4062026-05-05T15:52:05.784Z Downloaded errno v0.3.14
4072026-05-05T15:52:05.784Z Downloaded zerovec v0.11.5
4082026-05-05T15:52:05.787Z Downloaded proc-macro-error-attr v1.0.4
4092026-05-05T15:52:05.791Z Downloaded tabled_derive v0.7.0
4102026-05-05T15:52:05.794Z Downloaded memmap v0.7.0
4112026-05-05T15:52:05.794Z Downloaded serde-value v0.7.0
4122026-05-05T15:52:05.797Z Downloaded zerocopy v0.7.35
4132026-05-05T15:52:05.803Z Downloaded winnow v0.7.14
4142026-05-05T15:52:05.807Z Downloaded stable_deref_trait v1.2.1
4152026-05-05T15:52:05.810Z Downloaded sha2 v0.10.9
4162026-05-05T15:52:05.810Z Downloaded cargo_metadata v0.21.0
4172026-05-05T15:52:05.813Z Downloaded unicode-width v0.2.0
4182026-05-05T15:52:05.816Z Downloaded unicode-width v0.1.14
4192026-05-05T15:52:05.819Z Downloaded fs-err v3.3.0
4202026-05-05T15:52:05.819Z Downloaded serde_core v1.0.228
4212026-05-05T15:52:05.823Z Downloaded pest_meta v2.8.6
4222026-05-05T15:52:05.823Z Downloaded anstyle-parse v0.2.7
4232026-05-05T15:52:05.827Z Downloaded quote v1.0.45
4242026-05-05T15:52:05.833Z Downloaded terminal_size v0.4.3
4252026-05-05T15:52:05.836Z Downloaded serde_tokenstream v0.2.3
4262026-05-05T15:52:05.840Z Downloaded autocfg v1.5.0
4272026-05-05T15:52:05.840Z Downloaded scroll v0.12.0
4282026-05-05T15:52:05.867Z Downloaded semver v1.0.28
4292026-05-05T15:52:05.870Z Downloaded anyhow v1.0.102
4302026-05-05T15:52:05.873Z Downloaded serde-untagged v0.1.9
4312026-05-05T15:52:05.876Z Downloaded smallvec v1.15.1
4322026-05-05T15:52:05.879Z Downloaded pest_derive v2.8.6
4332026-05-05T15:52:05.879Z Downloaded litemap v0.8.1
4342026-05-05T15:52:05.883Z Downloaded tempfile v3.25.0
4352026-05-05T15:52:05.883Z Downloaded synstructure v0.13.2
4362026-05-05T15:52:05.892Z Downloaded anstyle v1.0.13
4372026-05-05T15:52:05.906Z Downloaded log v0.4.29
4382026-05-05T15:52:05.909Z Downloaded papergrid v0.11.0
4392026-05-05T15:52:05.915Z Downloaded getrandom v0.4.1
4402026-05-05T15:52:05.919Z Downloaded num-traits v0.2.19
4412026-05-05T15:52:05.923Z Downloaded icu_properties v2.1.2
4422026-05-05T15:52:05.933Z Downloaded serde_derive v1.0.228
4432026-05-05T15:52:05.940Z Downloaded proc-macro2 v1.0.106
4442026-05-05T15:52:05.944Z Downloaded icu_locale_core v2.1.1
4452026-05-05T15:52:05.947Z Downloaded icu_normalizer_data v2.1.1
4462026-05-05T15:52:05.947Z Downloaded icu_provider v2.1.1
4472026-05-05T15:52:05.966Z Downloaded memchr v2.8.0
4482026-05-05T15:52:05.969Z Downloaded icu_collections v2.1.1
4492026-05-05T15:52:05.989Z Downloaded serde v1.0.228
4502026-05-05T15:52:05.997Z Downloaded indexmap v2.14.0
4512026-05-05T15:52:06.011Z Downloaded icu_properties_data v2.1.2
4522026-05-05T15:52:06.025Z Downloaded idna v1.1.0
4532026-05-05T15:52:06.034Z Downloaded pest v2.8.6
4542026-05-05T15:52:06.041Z Downloaded serde_json v1.0.149
4552026-05-05T15:52:06.048Z Downloaded hashbrown v0.17.0
4562026-05-05T15:52:06.062Z Downloaded clap_builder v4.5.60
4572026-05-05T15:52:06.068Z Downloaded goblin v0.8.2
4582026-05-05T15:52:06.087Z Downloaded tabled v0.15.0
4592026-05-05T15:52:06.094Z Downloaded syn v1.0.109
4602026-05-05T15:52:06.109Z Downloaded syn v2.0.117
4612026-05-05T15:52:06.132Z Downloaded rustix v1.1.3
4622026-05-05T15:52:06.169Z Downloaded libc v0.2.185
4632026-05-05T15:52:06.235Z Compiling proc-macro2 v1.0.106
4642026-05-05T15:52:06.235Z Compiling quote v1.0.45
4652026-05-05T15:52:06.239Z Compiling unicode-ident v1.0.24
4662026-05-05T15:52:06.239Z Compiling serde_core v1.0.228
4672026-05-05T15:52:06.239Z Compiling libc v0.2.185
4682026-05-05T15:52:06.239Z Compiling version_check v0.9.5
4692026-05-05T15:52:06.239Z Compiling stable_deref_trait v1.2.1
4702026-05-05T15:52:06.239Z Compiling memchr v2.8.0
4712026-05-05T15:52:06.531Z Compiling serde v1.0.228
4722026-05-05T15:52:06.567Z Compiling zmij v1.0.21
4732026-05-05T15:52:06.814Z Compiling autocfg v1.5.0
4742026-05-05T15:52:06.847Z Compiling thiserror v1.0.69
4752026-05-05T15:52:06.910Z Compiling itoa v1.0.17
4762026-05-05T15:52:07.100Z Compiling ucd-trie v0.1.7
4772026-05-05T15:52:07.195Z Compiling writeable v0.6.2
4782026-05-05T15:52:07.250Z Compiling litemap v0.8.1
4792026-05-05T15:52:07.277Z Compiling rustix v1.1.3
4802026-05-05T15:52:07.320Z Compiling pest v2.8.6
4812026-05-05T15:52:07.380Z Compiling icu_properties_data v2.1.2
4822026-05-05T15:52:07.397Z Compiling byteorder v1.5.0
4832026-05-05T15:52:07.560Z Compiling icu_normalizer_data v2.1.1
4842026-05-05T15:52:07.635Z Compiling syn v2.0.117
4852026-05-05T15:52:07.769Z Compiling errno v0.3.14
4862026-05-05T15:52:07.793Z Compiling serde_json v1.0.149
4872026-05-05T15:52:07.957Z Compiling bitflags v2.11.0
4882026-05-05T15:52:08.034Z Compiling num-traits v0.2.19
4892026-05-05T15:52:08.057Z Compiling hashbrown v0.17.0
4902026-05-05T15:52:08.175Z Compiling equivalent v1.0.2
4912026-05-05T15:52:08.218Z Compiling typeid v1.0.3
4922026-05-05T15:52:08.269Z Compiling smallvec v1.15.1
4932026-05-05T15:52:08.477Z Compiling pest_meta v2.8.6
4942026-05-05T15:52:08.549Z Compiling indexmap v2.14.0
4952026-05-05T15:52:08.655Z Compiling thread-id v4.2.2
4962026-05-05T15:52:08.706Z Compiling proc-macro-error-attr v1.0.4
4972026-05-05T15:52:08.737Z Compiling usdt-impl v0.5.0
4982026-05-05T15:52:08.786Z Compiling toml_write v0.1.2
4992026-05-05T15:52:08.885Z Compiling winnow v0.7.14
5002026-05-05T15:52:08.947Z Compiling erased-serde v0.4.9
5012026-05-05T15:52:08.988Z Compiling syn v1.0.109
5022026-05-05T15:52:09.415Z Compiling proc-macro-error v1.0.4
5032026-05-05T15:52:09.499Z Compiling getrandom v0.4.1
5042026-05-05T15:52:09.607Z Compiling plain v0.2.3
5052026-05-05T15:52:09.729Z Compiling utf8_iter v1.0.4
5062026-05-05T15:52:09.852Z Compiling thiserror v2.0.18
5072026-05-05T15:52:09.888Z Compiling camino v1.2.2
5082026-05-05T15:52:09.916Z Compiling percent-encoding v2.3.2
5092026-05-05T15:52:10.120Z Compiling log v0.4.29
5102026-05-05T15:52:10.137Z Compiling utf8parse v0.2.2
5112026-05-05T15:52:10.216Z Compiling synstructure v0.13.2
5122026-05-05T15:52:10.249Z Compiling pest_generator v2.8.6
5132026-05-05T15:52:10.266Z Compiling anstyle-parse v0.2.7
5142026-05-05T15:52:10.358Z Compiling form_urlencoded v1.2.2
5152026-05-05T15:52:10.397Z Compiling ordered-float v2.10.1
5162026-05-05T15:52:10.550Z Compiling terminal_size v0.4.3
5172026-05-05T15:52:10.686Z Compiling cfg-if v1.0.4
5182026-05-05T15:52:10.766Z Compiling pretty-hex v0.4.1
5192026-05-05T15:52:10.851Z Compiling anstyle v1.0.13
5202026-05-05T15:52:10.900Z Compiling is_terminal_polyfill v1.70.2
5212026-05-05T15:52:10.931Z Compiling colorchoice v1.0.4
5222026-05-05T15:52:10.934Z Compiling anstyle-query v1.1.5
5232026-05-05T15:52:10.980Z Compiling serde-untagged v0.1.9
5242026-05-05T15:52:11.041Z Compiling anstream v0.6.21
5252026-05-05T15:52:11.080Z Compiling semver v1.0.28
5262026-05-05T15:52:11.165Z Compiling fs-err v3.3.0
5272026-05-05T15:52:11.222Z Compiling once_cell v1.21.3
5282026-05-05T15:52:11.346Z Compiling heck v0.4.1
5292026-05-05T15:52:11.365Z Compiling heck v0.5.0
5302026-05-05T15:52:11.401Z Compiling unicode-xid v0.2.6
5312026-05-05T15:52:11.438Z Compiling anyhow v1.0.102
5322026-05-05T15:52:11.438Z Compiling bytecount v0.6.9
5332026-05-05T15:52:11.528Z Compiling strsim v0.11.1
5342026-05-05T15:52:11.592Z Compiling unicode-width v0.1.14
5352026-05-05T15:52:11.610Z Compiling fnv v1.0.7
5362026-05-05T15:52:11.718Z Compiling fastrand v2.3.0
5372026-05-05T15:52:11.745Z Compiling clap_lex v1.0.0
5382026-05-05T15:52:11.872Z Compiling papergrid v0.11.0
5392026-05-05T15:52:11.923Z Compiling serde_derive v1.0.228
5402026-05-05T15:52:11.976Z Compiling zerofrom-derive v0.1.6
5412026-05-05T15:52:11.976Z Compiling yoke-derive v0.8.1
5422026-05-05T15:52:12.009Z Compiling zerovec-derive v0.11.2
5432026-05-05T15:52:12.106Z Compiling displaydoc v0.2.5
5442026-05-05T15:52:12.477Z Compiling thiserror-impl v1.0.69
5452026-05-05T15:52:12.828Z Compiling zerocopy-derive v0.7.35
5462026-05-05T15:52:13.094Z Compiling pest_derive v2.8.6
5472026-05-05T15:52:13.134Z Compiling scroll_derive v0.12.1
5482026-05-05T15:52:13.274Z Compiling thiserror-impl v2.0.18
5492026-05-05T15:52:13.330Z Compiling zerofrom v0.1.6
5502026-05-05T15:52:13.465Z Compiling yoke v0.8.1
5512026-05-05T15:52:13.516Z Compiling tabled_derive v0.7.0
5522026-05-05T15:52:13.664Z Compiling zerovec v0.11.5
5532026-05-05T15:52:13.681Z Compiling zerotrie v0.2.3
5542026-05-05T15:52:13.787Z Compiling zerocopy v0.7.35
5552026-05-05T15:52:13.834Z Compiling dtrace-parser v0.2.0
5562026-05-05T15:52:13.988Z Compiling scroll v0.12.0
5572026-05-05T15:52:14.254Z Compiling tinystr v0.8.2
5582026-05-05T15:52:14.326Z Compiling potential_utf v0.1.4
5592026-05-05T15:52:14.375Z Compiling goblin v0.8.2
5602026-05-05T15:52:14.471Z Compiling icu_locale_core v2.1.1
5612026-05-05T15:52:14.500Z Compiling icu_collections v2.1.1
5622026-05-05T15:52:14.517Z Compiling clap_derive v4.5.55
5632026-05-05T15:52:14.638Z Compiling clap_builder v4.5.60
5642026-05-05T15:52:14.788Z Compiling tempfile v3.25.0
5652026-05-05T15:52:14.998Z Compiling memmap v0.7.0
5662026-05-05T15:52:15.179Z Compiling icu_provider v2.1.1
5672026-05-05T15:52:15.198Z Compiling unicode-width v0.2.0
5682026-05-05T15:52:15.359Z Compiling toml_datetime v0.6.11
5692026-05-05T15:52:15.379Z Compiling serde_spanned v0.6.9
5702026-05-05T15:52:15.477Z Compiling icu_normalizer v2.1.1
5712026-05-05T15:52:15.495Z Compiling icu_properties v2.1.2
5722026-05-05T15:52:15.511Z Compiling dof v0.3.0
5732026-05-05T15:52:15.534Z Compiling toml_edit v0.22.27
5742026-05-05T15:52:15.624Z Compiling serde_tokenstream v0.2.3
5752026-05-05T15:52:15.943Z Compiling serde-value v0.7.0
5762026-05-05T15:52:16.024Z Compiling cargo-platform v0.2.0
5772026-05-05T15:52:16.269Z Compiling smawk v0.3.2
5782026-05-05T15:52:16.297Z Compiling unicode-linebreak v0.1.5
5792026-05-05T15:52:16.315Z Compiling clap v4.5.60
5802026-05-05T15:52:16.401Z Compiling idna_adapter v1.2.1
5812026-05-05T15:52:16.420Z Compiling macaddr v1.0.1
5822026-05-05T15:52:16.510Z Compiling usdt-attr-macro v0.5.0
5832026-05-05T15:52:16.541Z Compiling idna v1.1.0
5842026-05-05T15:52:16.577Z Compiling usdt-macro v0.5.0
5852026-05-05T15:52:16.642Z Compiling textwrap v0.16.2
5862026-05-05T15:52:17.099Z Compiling toml v0.8.23
5872026-05-05T15:52:17.168Z Compiling url v2.5.8
5882026-05-05T15:52:17.207Z Compiling camino-tempfile v1.4.1
5892026-05-05T15:52:17.254Z Compiling tabled v0.15.0
5902026-05-05T15:52:17.632Z Compiling cargo-util-schemas v0.8.2
5912026-05-05T15:52:17.710Z Compiling usdt v0.5.0
5922026-05-05T15:52:17.754Z Compiling cargo_toml v0.21.0
5932026-05-05T15:52:17.809Z Compiling swrite v0.1.0
5942026-05-05T15:52:17.907Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-05-05T15:52:18.512Z Compiling cargo_metadata v0.21.0
5962026-05-05T15:52:19.471Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-05-05T15:52:21.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.22s
5982026-05-05T15:52:21.777Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-05-05T15:52:22.336Z Downloading crates ...
6002026-05-05T15:52:22.429Z Downloaded adler2 v2.0.1
6012026-05-05T15:52:22.448Z Downloaded cobs v0.3.0
6022026-05-05T15:52:22.452Z Downloaded array-init v0.0.4
6032026-05-05T15:52:22.452Z Downloaded base16ct v0.2.0
6042026-05-05T15:52:22.452Z Downloaded castaway v0.2.4
6052026-05-05T15:52:22.457Z Downloaded arrayref v0.3.9
6062026-05-05T15:52:22.460Z Downloaded crc32fast v1.5.0
6072026-05-05T15:52:22.460Z Downloaded enum-as-inner v0.6.1
6082026-05-05T15:52:22.464Z Downloaded async-stream v0.3.6
6092026-05-05T15:52:22.464Z Downloaded crunchy v0.2.4
6102026-05-05T15:52:22.464Z Downloaded ascii-canvas v3.0.0
6112026-05-05T15:52:22.467Z Downloaded aead v0.5.2
6122026-05-05T15:52:22.467Z Downloaded atomicwrites v0.4.4
6132026-05-05T15:52:22.467Z Downloaded assert_matches v1.5.0
6142026-05-05T15:52:22.470Z Downloaded deranged v0.5.8
6152026-05-05T15:52:22.470Z Downloaded crossbeam-deque v0.8.6
6162026-05-05T15:52:22.470Z Downloaded convert_case v0.4.0
6172026-05-05T15:52:22.474Z Downloaded async-stream-impl v0.3.6
6182026-05-05T15:52:22.477Z Downloaded ff v0.13.1
6192026-05-05T15:52:22.477Z Downloaded darling_core v0.20.11
6202026-05-05T15:52:22.480Z Downloaded crossterm v0.28.1
6212026-05-05T15:52:22.484Z Downloaded async-recursion v1.1.1
6222026-05-05T15:52:22.487Z Downloaded crc v3.4.0
6232026-05-05T15:52:22.491Z Downloaded cfg_aliases v0.2.1
6242026-05-05T15:52:22.491Z Downloaded atomic-waker v1.1.2
6252026-05-05T15:52:22.491Z Downloaded derive_builder_core v0.20.2
6262026-05-05T15:52:22.494Z Downloaded cipher v0.4.4
6272026-05-05T15:52:22.498Z Downloaded derive-where v1.6.0
6282026-05-05T15:52:22.501Z Downloaded dirs-sys-next v0.1.2
6292026-05-05T15:52:22.501Z Downloaded diesel-dtrace v0.5.0
6302026-05-05T15:52:22.502Z Downloaded defmt v1.0.1
6312026-05-05T15:52:22.504Z Downloaded debug-ignore v1.0.5
6322026-05-05T15:52:22.508Z Downloaded darling_macro v0.20.11
6332026-05-05T15:52:22.508Z Downloaded ctr v0.9.2
6342026-05-05T15:52:22.508Z Downloaded fixedbitset v0.4.2
6352026-05-05T15:52:22.511Z Downloaded data-encoding v2.10.0
6362026-05-05T15:52:22.514Z Downloaded bitfield-macros v0.19.4
6372026-05-05T15:52:22.514Z Downloaded env_filter v1.0.0
6382026-05-05T15:52:22.517Z Downloaded dsl_auto_type v0.2.0
6392026-05-05T15:52:22.517Z Downloaded flagset v0.4.7
6402026-05-05T15:52:22.520Z Downloaded env_logger v0.11.9
6412026-05-05T15:52:22.520Z Downloaded compression-core v0.4.31
6422026-05-05T15:52:22.520Z Downloaded ciborium-ll v0.2.2
6432026-05-05T15:52:22.524Z Downloaded diesel_table_macro_syntax v0.3.0
6442026-05-05T15:52:22.524Z Downloaded darling_macro v0.21.3
6452026-05-05T15:52:22.524Z Downloaded cargo-platform v0.1.9
6462026-05-05T15:52:22.524Z Downloaded crucible-workspace-hack v0.1.0
6472026-05-05T15:52:22.527Z Downloaded cfg_aliases v0.1.1
6482026-05-05T15:52:22.530Z Downloaded drift v0.1.3
6492026-05-05T15:52:22.533Z Downloaded darling_core v0.21.3
6502026-05-05T15:52:22.537Z Downloaded defmt-parser v1.0.0
6512026-05-05T15:52:22.537Z Downloaded darling v0.23.0
6522026-05-05T15:52:22.540Z Downloaded float-cmp v0.10.0
6532026-05-05T15:52:22.543Z Downloaded daft-derive v0.1.5
6542026-05-05T15:52:22.547Z Downloaded bcrypt-pbkdf v0.10.0
6552026-05-05T15:52:22.547Z Downloaded foreign-types v0.3.2
6562026-05-05T15:52:22.547Z Downloaded dyn-clone v1.0.20
6572026-05-05T15:52:22.547Z Downloaded derive_builder_macro v0.20.2
6582026-05-05T15:52:22.550Z Downloaded cstr-argument v0.1.2
6592026-05-05T15:52:22.550Z Downloaded defmt v0.3.100
6602026-05-05T15:52:22.550Z Downloaded block-padding v0.3.3
6612026-05-05T15:52:22.550Z Downloaded bb8 v0.8.6
6622026-05-05T15:52:22.553Z Downloaded atty v0.2.14
6632026-05-05T15:52:22.554Z Downloaded async-trait v0.1.89
6642026-05-05T15:52:22.557Z Downloaded embedded-io v0.4.0
6652026-05-05T15:52:22.560Z Downloaded dtrace-parser v0.3.0
6662026-05-05T15:52:22.560Z Downloaded display-error-chain v0.2.2
6672026-05-05T15:52:22.560Z Downloaded bit-vec v0.8.0
6682026-05-05T15:52:22.563Z Downloaded arrayvec v0.7.6
6692026-05-05T15:52:22.563Z Downloaded argon2 v0.5.3
6702026-05-05T15:52:22.566Z Downloaded dirs-next v2.0.0
6712026-05-05T15:52:22.566Z Downloaded dunce v1.0.5
6722026-05-05T15:52:22.566Z Downloaded fallible-iterator v0.2.0
6732026-05-05T15:52:22.566Z Downloaded darling v0.20.11
6742026-05-05T15:52:22.569Z Downloaded darling_macro v0.23.0
6752026-05-05T15:52:22.573Z Downloaded crc-catalog v2.4.0
6762026-05-05T15:52:22.573Z Downloaded difflib v0.4.0
6772026-05-05T15:52:22.573Z Downloaded ciborium-io v0.2.2
6782026-05-05T15:52:22.573Z Downloaded downcast-rs v2.0.2
6792026-05-05T15:52:22.576Z Downloaded document-features v0.2.12
6802026-05-05T15:52:22.580Z Downloaded futures-io v0.3.32
6812026-05-05T15:52:22.580Z Downloaded fd-lock v4.0.4
6822026-05-05T15:52:22.583Z Downloaded embedded-io v0.6.1
6832026-05-05T15:52:22.583Z Downloaded constant_time_eq v0.4.2
6842026-05-05T15:52:22.586Z Downloaded byte-wrapper v0.1.0
6852026-05-05T15:52:22.586Z Downloaded cassowary v0.3.0
6862026-05-05T15:52:22.588Z Downloaded bit-vec v0.6.3
6872026-05-05T15:52:22.588Z Downloaded backon v1.6.0
6882026-05-05T15:52:22.591Z Downloaded gethostname v0.5.0
6892026-05-05T15:52:22.591Z Downloaded endian-type v0.1.2
6902026-05-05T15:52:22.591Z Downloaded foreign-types-shared v0.1.1
6912026-05-05T15:52:22.596Z Downloaded ahash v0.8.12
6922026-05-05T15:52:22.596Z Downloaded foreign-types-macros v0.2.3
6932026-05-05T15:52:22.600Z Downloaded curve25519-dalek-derive v0.1.1
6942026-05-05T15:52:22.600Z Downloaded foreign-types v0.5.0
6952026-05-05T15:52:22.600Z Downloaded foreign-types-shared v0.3.1
6962026-05-05T15:52:22.600Z Downloaded float-ord v0.3.2
6972026-05-05T15:52:22.605Z Downloaded futures-sink v0.3.32
6982026-05-05T15:52:22.605Z Downloaded futures-macro v0.3.32
6992026-05-05T15:52:22.605Z Downloaded crc8 v0.1.1
7002026-05-05T15:52:22.605Z Downloaded futures-core v0.3.32
7012026-05-05T15:52:22.606Z Downloaded funty v2.0.0
7022026-05-05T15:52:22.606Z Downloaded dof v0.4.0
7032026-05-05T15:52:22.609Z Downloaded git-stub v1.0.0
7042026-05-05T15:52:22.609Z Downloaded bit-set v0.8.0
7052026-05-05T15:52:22.613Z Downloaded camino-tempfile-ext v0.3.3
7062026-05-05T15:52:22.613Z Downloaded buf-list v1.1.2
7072026-05-05T15:52:22.613Z Downloaded erased-serde v0.3.31
7082026-05-05T15:52:22.617Z Downloaded cexpr v0.6.0
7092026-05-05T15:52:22.617Z Downloaded backoff v0.4.0
7102026-05-05T15:52:22.617Z Downloaded find-msvc-tools v0.1.9
7112026-05-05T15:52:22.620Z Downloaded bitfield v0.19.4
7122026-05-05T15:52:22.620Z Downloaded derive-ex v0.1.8
7132026-05-05T15:52:22.623Z Downloaded des v0.8.1
7142026-05-05T15:52:22.623Z Downloaded bitflags v1.3.2
7152026-05-05T15:52:22.626Z Downloaded defmt-macros v1.0.1
7162026-05-05T15:52:22.626Z Downloaded cmake v0.1.57
7172026-05-05T15:52:22.629Z Downloaded futures-task v0.3.32
7182026-05-05T15:52:22.629Z Downloaded const_format_proc_macros v0.2.34
7192026-05-05T15:52:22.632Z Downloaded bitfield-struct v0.6.2
7202026-05-05T15:52:22.632Z Downloaded critical-section v1.2.0
7212026-05-05T15:52:22.632Z Downloaded hash32 v0.2.1
7222026-05-05T15:52:22.636Z Downloaded ghash v0.5.1
7232026-05-05T15:52:22.636Z Downloaded ecdsa v0.16.9
7242026-05-05T15:52:22.636Z Downloaded corncobs v0.1.4
7252026-05-05T15:52:22.639Z Downloaded hex v0.4.3
7262026-05-05T15:52:22.639Z Downloaded hex-literal v0.4.1
7272026-05-05T15:52:22.639Z Downloaded headers-core v0.3.0
7282026-05-05T15:52:22.639Z Downloaded hash32 v0.3.1
7292026-05-05T15:52:22.642Z Downloaded globwalk v0.9.1
7302026-05-05T15:52:22.642Z Downloaded chacha20 v0.9.1
7312026-05-05T15:52:22.642Z Downloaded fxhash v0.2.1
7322026-05-05T15:52:22.645Z Downloaded colored v2.2.0
7332026-05-05T15:52:22.648Z Downloaded cpufeatures v0.3.0
7342026-05-05T15:52:22.648Z Downloaded http-body v1.0.1
7352026-05-05T15:52:22.652Z Downloaded hostname v0.4.2
7362026-05-05T15:52:22.652Z Downloaded home v0.5.12
7372026-05-05T15:52:22.652Z Downloaded bit-set v0.5.3
7382026-05-05T15:52:22.652Z Downloaded async-bb8-diesel v0.2.1
7392026-05-05T15:52:22.655Z Downloaded hostname v0.3.1
7402026-05-05T15:52:22.655Z Downloaded blowfish v0.9.1
7412026-05-05T15:52:22.658Z Downloaded flume v0.11.1
7422026-05-05T15:52:22.658Z Downloaded console v0.16.2
7432026-05-05T15:52:22.661Z Downloaded ena v0.14.4
7442026-05-05T15:52:22.661Z Downloaded cargo_metadata v0.19.2
7452026-05-05T15:52:22.665Z Downloaded either v1.15.0
7462026-05-05T15:52:22.665Z Downloaded fixedbitset v0.5.7
7472026-05-05T15:52:22.668Z Downloaded filetime v0.2.27
7482026-05-05T15:52:22.668Z Downloaded compression-codecs v0.4.37
7492026-05-05T15:52:22.671Z Downloaded bytes v1.11.1
7502026-05-05T15:52:22.674Z Downloaded http-range v0.1.5
7512026-05-05T15:52:22.674Z Downloaded glob v0.3.3
7522026-05-05T15:52:22.674Z Downloaded ident_case v1.0.1
7532026-05-05T15:52:22.675Z Downloaded futures-executor v0.3.32
7542026-05-05T15:52:22.678Z Downloaded foldhash v0.2.0
7552026-05-05T15:52:22.678Z Downloaded hubpack_derive v0.1.1
7562026-05-05T15:52:22.678Z Downloaded hubpack v0.1.2
7572026-05-05T15:52:22.682Z Downloaded fs_extra v1.3.0
7582026-05-05T15:52:22.682Z Downloaded hyper-tls v0.6.0
7592026-05-05T15:52:22.683Z Downloaded internet-checksum v0.2.1
7602026-05-05T15:52:22.686Z Downloaded instability v0.3.11
7612026-05-05T15:52:22.686Z Downloaded colored v3.1.1
7622026-05-05T15:52:22.686Z Downloaded httpdate v1.0.3
7632026-05-05T15:52:22.686Z Downloaded der_derive v0.7.3
7642026-05-05T15:52:22.689Z Downloaded foldhash v0.1.5
7652026-05-05T15:52:22.689Z Downloaded derive_more v0.99.20
7662026-05-05T15:52:22.692Z Downloaded cbc v0.1.2
7672026-05-05T15:52:22.695Z Downloaded clang-sys v1.8.1
7682026-05-05T15:52:22.695Z Downloaded blake2 v0.10.6
7692026-05-05T15:52:22.698Z Downloaded indent_write v2.2.0
7702026-05-05T15:52:22.698Z Downloaded const-oid v0.9.6
7712026-05-05T15:52:22.698Z Downloaded indoc v1.0.9
7722026-05-05T15:52:22.701Z Downloaded globset v0.4.18
7732026-05-05T15:52:22.701Z Downloaded git-stub-vcs v0.1.0
7742026-05-05T15:52:22.704Z Downloaded base64ct v1.8.3
7752026-05-05T15:52:22.705Z Downloaded dropshot-api-manager-types v0.7.1
7762026-05-05T15:52:22.708Z Downloaded inout v0.1.4
7772026-05-05T15:52:22.708Z Downloaded instant v0.1.13
7782026-05-05T15:52:22.708Z Downloaded is-terminal v0.4.17
7792026-05-05T15:52:22.711Z Downloaded group v0.13.0
7802026-05-05T15:52:22.711Z Downloaded daft v0.1.5
7812026-05-05T15:52:22.711Z Downloaded bzip2 v0.4.4
7822026-05-05T15:52:22.717Z Downloaded highway v1.3.0
7832026-05-05T15:52:22.721Z Downloaded console v0.15.11
7842026-05-05T15:52:22.724Z Downloaded cookie_store v0.22.1
7852026-05-05T15:52:22.724Z Downloaded is_ci v1.2.0
7862026-05-05T15:52:22.724Z Downloaded ciborium v0.2.2
7872026-05-05T15:52:22.727Z Downloaded lalrpop-util v0.19.12
7882026-05-05T15:52:22.727Z Downloaded convert_case v0.10.0
7892026-05-05T15:52:22.732Z Downloaded arc-swap v1.8.2
7902026-05-05T15:52:22.735Z Downloaded http-body-util v0.1.3
7912026-05-05T15:52:22.738Z Downloaded kstat-rs v0.2.4
7922026-05-05T15:52:22.738Z Downloaded allocator-api2 v0.2.21
7932026-05-05T15:52:22.741Z Downloaded ed25519 v2.2.3
7942026-05-05T15:52:22.741Z Downloaded crossbeam-epoch v0.9.18
7952026-05-05T15:52:22.744Z Downloaded darling v0.21.3
7962026-05-05T15:52:22.748Z Downloaded lazy_static v1.5.0
7972026-05-05T15:52:22.751Z Downloaded maplit v1.0.2
7982026-05-05T15:52:22.751Z Downloaded diff v0.1.13
7992026-05-05T15:52:22.751Z Downloaded derive_builder v0.20.2
8002026-05-05T15:52:22.754Z Downloaded libscf-sys v1.2.0
8012026-05-05T15:52:22.757Z Downloaded futures-channel v0.3.32
8022026-05-05T15:52:22.757Z Downloaded fs-err v2.11.0
8032026-05-05T15:52:22.760Z Downloaded derive_more v2.1.1
8042026-05-05T15:52:22.764Z Downloaded md5 v0.7.0
8052026-05-05T15:52:22.768Z Downloaded managed v0.8.0
8062026-05-05T15:52:22.768Z Downloaded ingot v0.1.1
8072026-05-05T15:52:22.768Z Downloaded indoc v2.0.7
8082026-05-05T15:52:22.771Z Downloaded hyper-staticfile v0.10.1
8092026-05-05T15:52:22.774Z Downloaded chacha20 v0.10.0
8102026-05-05T15:52:22.774Z Downloaded lru-cache v0.1.2
8112026-05-05T15:52:22.774Z Downloaded lru-slab v0.1.2
8122026-05-05T15:52:22.777Z Downloaded ingot-types v0.1.2
8132026-05-05T15:52:22.778Z Downloaded impl-trait-for-tuples v0.2.3
8142026-05-05T15:52:22.778Z Downloaded half v1.8.3
8152026-05-05T15:52:22.781Z Downloaded getrandom v0.2.17
8162026-05-05T15:52:22.784Z Downloaded bzip2 v0.6.1
8172026-05-05T15:52:22.784Z Downloaded bcs v0.1.6
8182026-05-05T15:52:22.784Z Downloaded lru v0.12.5
8192026-05-05T15:52:22.788Z Downloaded humantime v2.3.0
8202026-05-05T15:52:22.788Z Downloaded aes v0.8.4
8212026-05-05T15:52:22.791Z Downloaded newline-converter v0.3.0
8222026-05-05T15:52:22.791Z Downloaded csv-core v0.1.13
8232026-05-05T15:52:22.795Z Downloaded compact_str v0.8.1
8242026-05-05T15:52:22.795Z Downloaded cookie v0.18.1
8252026-05-05T15:52:22.798Z Downloaded mime v0.3.17
8262026-05-05T15:52:22.798Z Downloaded memoffset v0.9.1
8272026-05-05T15:52:22.801Z Downloaded maybe-uninit v2.0.0
8282026-05-05T15:52:22.801Z Downloaded crc-any v2.5.0
8292026-05-05T15:52:22.801Z Downloaded new_debug_unreachable v1.0.6
8302026-05-05T15:52:22.804Z Downloaded match_cfg v0.1.0
8312026-05-05T15:52:22.804Z Downloaded nodrop v0.1.14
8322026-05-05T15:52:22.804Z Downloaded newtype_derive v0.1.6
8332026-05-05T15:52:22.807Z Downloaded newtype-uuid-macros v0.1.0
8342026-05-05T15:52:22.807Z Downloaded fatfs v0.3.6
8352026-05-05T15:52:22.810Z Downloaded dropshot_endpoint v0.16.7
8362026-05-05T15:52:22.813Z Downloaded num-iter v0.1.45
8372026-05-05T15:52:22.813Z Downloaded dropshot_endpoint v0.17.0
8382026-05-05T15:52:22.816Z Downloaded num v0.4.3
8392026-05-05T15:52:22.816Z Downloaded jobserver v0.1.34
8402026-05-05T15:52:22.819Z Downloaded crossbeam-utils v0.8.21
8412026-05-05T15:52:22.822Z Downloaded futures v0.3.32
8422026-05-05T15:52:22.825Z Downloaded num-conv v0.2.0
8432026-05-05T15:52:22.828Z Downloaded normalize-line-endings v0.3.0
8442026-05-05T15:52:22.828Z Downloaded num-derive v0.4.2
8452026-05-05T15:52:22.831Z Downloaded libsw v3.5.0
8462026-05-05T15:52:22.831Z Downloaded lzss v0.8.2
8472026-05-05T15:52:22.831Z Downloaded libloading v0.8.9
8482026-05-05T15:52:22.834Z Downloaded openssl-macros v0.1.1
8492026-05-05T15:52:22.834Z Downloaded opaque-debug v0.3.1
8502026-05-05T15:52:22.835Z Downloaded iana-time-zone v0.1.65
8512026-05-05T15:52:22.838Z Downloaded httparse v1.10.1
8522026-05-05T15:52:22.838Z Downloaded num_threads v0.1.7
8532026-05-05T15:52:22.840Z Downloaded num_enum_derive v0.5.11
8542026-05-05T15:52:22.840Z Downloaded libefi-sys v0.1.0
8552026-05-05T15:52:22.844Z Downloaded linked-hash-map v0.5.6
8562026-05-05T15:52:22.844Z Downloaded openssl-probe v0.1.6
8572026-05-05T15:52:22.844Z Downloaded libsw-core v0.3.2
8582026-05-05T15:52:22.908Z Downloaded oso-derive v0.27.3
8592026-05-05T15:52:22.916Z Downloaded openssl-probe v0.2.1
8602026-05-05T15:52:22.916Z Downloaded lock_api v0.4.14
8612026-05-05T15:52:22.916Z Downloaded olpc-cjson v0.1.4
8622026-05-05T15:52:22.916Z Downloaded multimap v0.10.1
8632026-05-05T15:52:22.916Z Downloaded cancel-safe-futures v0.1.5
8642026-05-05T15:52:22.916Z Downloaded hyper-rustls v0.27.7
8652026-05-05T15:52:22.916Z Downloaded nonempty v0.12.0
8662026-05-05T15:52:22.916Z Downloaded ipnetwork v0.21.1
8672026-05-05T15:52:22.916Z Downloaded ingot-macros v0.1.1
8682026-05-05T15:52:22.916Z Downloaded nibble_vec v0.1.0
8692026-05-05T15:52:22.916Z Downloaded keccak v0.1.6
8702026-05-05T15:52:22.917Z Downloaded ar_archive_writer v0.5.1
8712026-05-05T15:52:22.917Z Downloaded nanorand v0.7.0
8722026-05-05T15:52:22.917Z Downloaded parse-display v0.10.0
8732026-05-05T15:52:22.917Z Downloaded packed_struct_codegen v0.10.1
8742026-05-05T15:52:22.917Z Downloaded parse-size v1.1.0
8752026-05-05T15:52:22.917Z Downloaded native-tls v0.2.18
8762026-05-05T15:52:22.917Z Downloaded pbkdf2 v0.12.2
8772026-05-05T15:52:22.917Z Downloaded multer v3.1.0
8782026-05-05T15:52:22.917Z Downloaded elliptic-curve v0.13.8
8792026-05-05T15:52:22.917Z Downloaded pbkdf2 v0.11.0
8802026-05-05T15:52:22.917Z Downloaded num-complex v0.4.6
8812026-05-05T15:52:22.917Z Downloaded mime_guess v2.0.5
8822026-05-05T15:52:22.917Z Downloaded ipnet v2.11.0
8832026-05-05T15:52:22.917Z Downloaded chacha20poly1305 v0.10.1
8842026-05-05T15:52:22.917Z Downloaded md-5 v0.10.6
8852026-05-05T15:52:22.917Z Downloaded num_enum v0.7.5
8862026-05-05T15:52:22.917Z Downloaded newtype-uuid v1.3.2
8872026-05-05T15:52:22.917Z Downloaded phf_shared v0.13.1
8882026-05-05T15:52:22.917Z Downloaded phf_shared v0.12.1
8892026-05-05T15:52:22.917Z Downloaded num_enum_derive v0.7.5
8902026-05-05T15:52:22.917Z Downloaded num-integer v0.1.46
8912026-05-05T15:52:22.917Z Downloaded half v2.7.1
8922026-05-05T15:52:22.917Z Downloaded path-slash v0.1.5
8932026-05-05T15:52:22.917Z Downloaded crossbeam-channel v0.5.15
8942026-05-05T15:52:22.921Z Downloaded async-compression v0.4.41
8952026-05-05T15:52:22.921Z Downloaded linear-map v1.2.0
8962026-05-05T15:52:22.921Z Downloaded litrs v1.0.0
8972026-05-05T15:52:22.924Z Downloaded ignore v0.4.25
8982026-05-05T15:52:22.927Z Downloaded phf_shared v0.11.3
8992026-05-05T15:52:22.927Z Downloaded pin-utils v0.1.0
9002026-05-05T15:52:22.927Z Downloaded peg-runtime v0.8.5
9012026-05-05T15:52:22.931Z Downloaded num-rational v0.4.2
9022026-05-05T15:52:22.934Z Downloaded precomputed-hash v0.1.1
9032026-05-05T15:52:22.939Z Downloaded owo-colors v4.3.0
9042026-05-05T15:52:22.942Z Downloaded headers v0.4.1
9052026-05-05T15:52:22.945Z Downloaded powerfmt v0.2.0
9062026-05-05T15:52:22.949Z Downloaded hmac v0.12.1
9072026-05-05T15:52:22.952Z Downloaded getrandom v0.3.4
9082026-05-05T15:52:22.957Z Downloaded base64 v0.21.7
9092026-05-05T15:52:22.960Z Downloaded parking_lot_core v0.8.6
9102026-05-05T15:52:22.960Z Downloaded proc-macro-error-attr2 v2.0.0
9112026-05-05T15:52:22.963Z Downloaded const_format v0.2.35
9122026-05-05T15:52:22.966Z Downloaded oxnet v0.1.4
9132026-05-05T15:52:22.970Z Downloaded memmap2 v0.9.10
9142026-05-05T15:52:22.973Z Downloaded paste v1.0.15
9152026-05-05T15:52:22.973Z Downloaded predicates-core v1.0.10
9162026-05-05T15:52:22.973Z Downloaded progenitor-client v0.11.2
9172026-05-05T15:52:22.977Z Downloaded proc-macro-crate v3.4.0
9182026-05-05T15:52:22.977Z Downloaded der v0.7.10
9192026-05-05T15:52:22.980Z Downloaded progenitor-client v0.14.0
9202026-05-05T15:52:22.980Z Downloaded ed25519-dalek v2.2.0
9212026-05-05T15:52:22.983Z Downloaded darling_core v0.23.0
9222026-05-05T15:52:22.986Z Downloaded crypto-bigint v0.5.5
9232026-05-05T15:52:22.989Z Downloaded phf v0.13.1
9242026-05-05T15:52:22.992Z Downloaded flate2 v1.1.9
9252026-05-05T15:52:22.995Z Downloaded parse-display-derive v0.10.0
9262026-05-05T15:52:22.995Z Downloaded pin-project-internal v1.1.11
9272026-05-05T15:52:22.998Z Downloaded omicron-zone-package v0.12.2
9282026-05-05T15:52:22.998Z Downloaded progenitor-macro v0.13.0
9292026-05-05T15:52:23.001Z Downloaded progenitor-client v0.10.0
9302026-05-05T15:52:23.001Z Downloaded proc-macro-crate v1.3.1
9312026-05-05T15:52:23.001Z Downloaded quick-error v1.2.3
9322026-05-05T15:52:23.001Z Downloaded psl-types v2.0.11
9332026-05-05T15:52:23.005Z Downloaded progenitor-macro v0.11.2
9342026-05-05T15:52:23.005Z Downloaded progenitor-macro v0.10.0
9352026-05-05T15:52:23.005Z Downloaded pin-project-lite v0.2.17
9362026-05-05T15:52:23.008Z Downloaded nu-ansi-term v0.50.3
9372026-05-05T15:52:23.011Z Downloaded num_enum v0.5.11
9382026-05-05T15:52:23.011Z Downloaded polyval v0.6.2
9392026-05-05T15:52:23.014Z Downloaded libbz2-rs-sys v0.2.2
9402026-05-05T15:52:23.014Z Downloaded predicates v3.1.4
9412026-05-05T15:52:23.019Z Downloaded poly1305 v0.8.0
9422026-05-05T15:52:23.019Z Downloaded postgres-protocol v0.6.10
9432026-05-05T15:52:23.022Z Downloaded radium v0.7.0
9442026-05-05T15:52:23.022Z Downloaded progenitor-macro v0.14.0
9452026-05-05T15:52:23.022Z Downloaded rand_chacha v0.3.1
9462026-05-05T15:52:23.022Z Downloaded indicatif v0.18.4
9472026-05-05T15:52:23.025Z Downloaded indexmap v1.9.3
9482026-05-05T15:52:23.025Z Downloaded pem v3.0.6
9492026-05-05T15:52:23.028Z Downloaded base64 v0.22.1
9502026-05-05T15:52:23.028Z Downloaded recursive v0.1.1
9512026-05-05T15:52:23.031Z Downloaded primeorder v0.13.6
9522026-05-05T15:52:23.031Z Downloaded rand_xorshift v0.4.0
9532026-05-05T15:52:23.031Z Downloaded bumpalo v3.20.2
9542026-05-05T15:52:23.035Z Downloaded pkg-config v0.3.32
9552026-05-05T15:52:23.035Z Downloaded pkcs8 v0.10.2
9562026-05-05T15:52:23.038Z Downloaded heapless v0.7.17
9572026-05-05T15:52:23.038Z Downloaded cc v1.2.56
9582026-05-05T15:52:23.041Z Downloaded phf v0.12.1
9592026-05-05T15:52:23.041Z Downloaded peg v0.8.5
9602026-05-05T15:52:23.044Z Downloaded ref-cast v1.0.25
9612026-05-05T15:52:23.044Z Downloaded password-hash v0.4.2
9622026-05-05T15:52:23.047Z Downloaded progenitor v0.10.0
9632026-05-05T15:52:23.047Z Downloaded oxide-tokio-rt v0.1.4
9642026-05-05T15:52:23.047Z Downloaded proc-macro-error2 v2.0.1
9652026-05-05T15:52:23.051Z Downloaded ref-cast-impl v1.0.25
9662026-05-05T15:52:23.051Z Downloaded recursive-proc-macro-impl v0.1.1
9672026-05-05T15:52:23.051Z Downloaded peg-macros v0.8.5
9682026-05-05T15:52:23.054Z Downloaded parking_lot_core v0.9.12
9692026-05-05T15:52:23.054Z Downloaded progenitor-extras v0.2.0
9702026-05-05T15:52:23.054Z Downloaded progenitor v0.13.0
9712026-05-05T15:52:23.057Z Downloaded heapless v0.8.0
9722026-05-05T15:52:23.061Z Downloaded parking_lot v0.12.5
9732026-05-05T15:52:23.065Z Downloaded progenitor v0.14.0
9742026-05-05T15:52:23.065Z Downloaded predicates-tree v1.0.13
9752026-05-05T15:52:23.065Z Downloaded packed_struct v0.10.1
9762026-05-05T15:52:23.069Z Downloaded parking_lot v0.11.2
9772026-05-05T15:52:23.074Z Downloaded rfc6979 v0.4.0
9782026-05-05T15:52:23.078Z Downloaded psm v0.1.30
9792026-05-05T15:52:23.081Z Downloaded password-hash v0.5.0
9802026-05-05T15:52:23.084Z Downloaded progenitor-client v0.13.0
9812026-05-05T15:52:23.089Z Downloaded hickory-resolver v0.24.4
9822026-05-05T15:52:23.093Z Downloaded hickory-resolver v0.25.2
9832026-05-05T15:52:23.096Z Downloaded r2d2 v0.8.10
9842026-05-05T15:52:23.096Z Downloaded pem-rfc7468 v0.7.0
9852026-05-05T15:52:23.096Z Downloaded ppv-lite86 v0.2.21
9862026-05-05T15:52:23.099Z Downloaded rtoolbox v0.0.3
9872026-05-05T15:52:23.099Z Downloaded rustc-hash v2.1.1
9882026-05-05T15:52:23.103Z Downloaded rustc_version v0.4.1
9892026-05-05T15:52:23.103Z Downloaded rustc_version v0.1.7
9902026-05-05T15:52:23.103Z Downloaded russh-cryptovec v0.7.3
9912026-05-05T15:52:23.103Z Downloaded rand_core v0.6.4
9922026-05-05T15:52:23.106Z Downloaded pkcs1 v0.7.5
9932026-05-05T15:52:23.110Z Downloaded miniz_oxide v0.8.9
9942026-05-05T15:52:23.114Z Downloaded salsa20 v0.10.2
9952026-05-05T15:52:23.114Z Downloaded postcard v1.1.3
9962026-05-05T15:52:23.114Z Downloaded pkcs5 v0.7.1
9972026-05-05T15:52:23.117Z Downloaded oso v0.27.3
9982026-05-05T15:52:23.120Z Downloaded rand_seeder v0.4.0
9992026-05-05T15:52:23.120Z Downloaded rand_core v0.10.0
10002026-05-05T15:52:23.120Z Downloaded rand_chacha v0.9.0
10012026-05-05T15:52:23.123Z Downloaded expectorate v1.2.0
10022026-05-05T15:52:23.129Z Downloaded same-file v1.0.6
10032026-05-05T15:52:23.132Z Downloaded progenitor v0.11.2
10042026-05-05T15:52:23.132Z Downloaded scheduled-thread-pool v0.2.7
10052026-05-05T15:52:23.135Z Downloaded scrypt v0.11.0
10062026-05-05T15:52:23.135Z Downloaded postgres-types v0.2.12
10072026-05-05T15:52:23.139Z Downloaded dropshot-api-manager v0.7.1
10082026-05-05T15:52:23.142Z Downloaded diesel_derives v2.3.7
10092026-05-05T15:52:23.145Z Downloaded derive_more-impl v2.1.1
10102026-05-05T15:52:23.152Z Downloaded p256 v0.13.2
10112026-05-05T15:52:23.155Z Downloaded secrecy v0.8.0
10122026-05-05T15:52:23.155Z Downloaded resolv-conf v0.7.6
10132026-05-05T15:52:23.159Z Downloaded sapling-renderdag v0.1.0
10142026-05-05T15:52:23.159Z Downloaded scopeguard v1.2.0
10152026-05-05T15:52:23.162Z Downloaded scroll_derive v0.13.1
10162026-05-05T15:52:23.165Z Downloaded serde-big-array v0.5.1
10172026-05-05T15:52:23.165Z Downloaded seq-macro v0.3.6
10182026-05-05T15:52:23.169Z Downloaded serde_spanned v1.0.4
10192026-05-05T15:52:23.173Z Downloaded pin-project v1.1.11
10202026-05-05T15:52:23.179Z Downloaded quinn-udp v0.5.14
10212026-05-05T15:52:23.182Z Downloaded serde_bytes v0.11.19
10222026-05-05T15:52:23.186Z Downloaded semver v0.1.20
10232026-05-05T15:52:23.190Z Downloaded rustls-native-certs v0.8.3
10242026-05-05T15:52:23.190Z Downloaded rustls-pemfile v1.0.4
10252026-05-05T15:52:23.193Z Downloaded shell-words v1.1.1
10262026-05-05T15:52:23.198Z Downloaded signal-hook-mio v0.2.5
10272026-05-05T15:52:23.198Z Downloaded rand_core v0.9.5
10282026-05-05T15:52:23.198Z Downloaded papergrid v0.17.0
10292026-05-05T15:52:23.201Z Downloaded sha1 v0.10.6
10302026-05-05T15:52:23.201Z Downloaded serde_urlencoded v0.7.1
10312026-05-05T15:52:23.201Z Downloaded serde_plain v1.0.2
10322026-05-05T15:52:23.204Z Downloaded rusty-fork v0.3.1
10332026-05-05T15:52:23.207Z Downloaded http v1.4.0
10342026-05-05T15:52:23.211Z Downloaded prefix-trie v0.7.0
10352026-05-05T15:52:23.214Z Downloaded siphasher v1.0.2
10362026-05-05T15:52:23.217Z Downloaded rustls-pemfile v2.2.0
10372026-05-05T15:52:23.220Z Downloaded progenitor-impl v0.10.0
10382026-05-05T15:52:23.223Z Downloaded progenitor-impl v0.11.2
10392026-05-05T15:52:23.226Z Downloaded sigpipe v0.1.3
10402026-05-05T15:52:23.226Z Downloaded signature v2.2.0
10412026-05-05T15:52:23.226Z Downloaded signal-hook-tokio v0.3.1
10422026-05-05T15:52:23.232Z Downloaded schemars_derive v0.8.22
10432026-05-05T15:52:23.239Z Downloaded rustversion v1.0.22
10442026-05-05T15:52:23.239Z Downloaded minimal-lexical v0.2.1
10452026-05-05T15:52:23.242Z Downloaded secrecy v0.10.3
10462026-05-05T15:52:23.245Z Downloaded sec1 v0.7.3
10472026-05-05T15:52:23.245Z Downloaded serde_path_to_error v0.1.20
10482026-05-05T15:52:23.250Z Downloaded hashbrown v0.13.2
10492026-05-05T15:52:23.253Z Downloaded scroll v0.13.0
10502026-05-05T15:52:23.256Z Downloaded slog-bunyan v2.5.0
10512026-05-05T15:52:23.256Z Downloaded openssl-sys v0.9.114
10522026-05-05T15:52:23.259Z Downloaded slog-envlogger v2.2.0
10532026-05-05T15:52:23.259Z Downloaded hyper-util v0.1.20
10542026-05-05T15:52:23.262Z Downloaded sqlparser_derive v0.5.0
10552026-05-05T15:52:23.269Z Downloaded sct v0.7.1
10562026-05-05T15:52:23.276Z Downloaded ssh-encoding v0.2.0
10572026-05-05T15:52:23.279Z Downloaded progenitor-impl v0.13.0
10582026-05-05T15:52:23.279Z Downloaded serde-hex v0.1.0
10592026-05-05T15:52:23.283Z Downloaded structmeta v0.3.0
10602026-05-05T15:52:23.283Z Downloaded progenitor-impl v0.14.0
10612026-05-05T15:52:23.283Z Downloaded prettyplease v0.2.37
10622026-05-05T15:52:23.286Z Downloaded hashbrown v0.12.3
10632026-05-05T15:52:23.289Z Downloaded ssh-cipher v0.2.0
10642026-05-05T15:52:23.289Z Downloaded jiff-static v0.2.21
10652026-05-05T15:52:23.295Z Downloaded russh-keys v0.45.0
10662026-05-05T15:52:23.298Z Downloaded strip-ansi-escapes v0.2.1
10672026-05-05T15:52:23.298Z Downloaded hickory-server v0.25.2
10682026-05-05T15:52:23.301Z Downloaded subtle v2.6.1
10692026-05-05T15:52:23.301Z Downloaded strum v0.27.2
10702026-05-05T15:52:23.304Z Downloaded strum v0.26.3
10712026-05-05T15:52:23.304Z Downloaded structmeta-derive v0.3.0
10722026-05-05T15:52:23.305Z Downloaded slab v0.4.12
10732026-05-05T15:52:23.305Z Downloaded slog-json v2.6.1
10742026-05-05T15:52:23.309Z Downloaded serde_repr v0.1.20
10752026-05-05T15:52:23.309Z Downloaded crossterm v0.29.0
10762026-05-05T15:52:23.316Z Downloaded slog-dtrace v0.3.0
10772026-05-05T15:52:23.319Z Downloaded sync_wrapper v1.0.2
10782026-05-05T15:52:23.322Z Downloaded slog-stdlog v4.1.1
10792026-05-05T15:52:23.326Z Downloaded simd-adler32 v0.3.8
10802026-05-05T15:52:23.326Z Downloaded sync-ptr v0.1.4
10812026-05-05T15:52:23.326Z Downloaded supports-color v3.0.2
10822026-05-05T15:52:23.329Z Downloaded serde_cbor v0.11.2
10832026-05-05T15:52:23.329Z Downloaded pretty_assertions v1.4.1
10842026-05-05T15:52:23.329Z Downloaded signal-hook-registry v1.4.8
10852026-05-05T15:52:23.332Z Downloaded slog-term v2.9.2
10862026-05-05T15:52:23.332Z Downloaded take_mut v0.2.2
10872026-05-05T15:52:23.335Z Downloaded tabwriter v1.4.1
10882026-05-05T15:52:23.335Z Downloaded tabled_derive v0.11.0
10892026-05-05T15:52:23.335Z Downloaded smf v0.2.3
10902026-05-05T15:52:23.335Z Downloaded tap v1.0.1
10912026-05-05T15:52:23.338Z Downloaded serde_derive_internals v0.29.1
10922026-05-05T15:52:23.338Z Downloaded slog-scope v4.4.1
10932026-05-05T15:52:23.338Z Downloaded thiserror-impl-no-std v2.0.2
10942026-05-05T15:52:23.341Z Downloaded ron v0.8.1
10952026-05-05T15:52:23.345Z Downloaded snafu-derive v0.8.9
10962026-05-05T15:52:23.345Z Downloaded serde_with_macros v3.17.0
10972026-05-05T15:52:23.345Z Downloaded termtree v0.5.1
10982026-05-05T15:52:23.348Z Downloaded stacker v0.1.23
10992026-05-05T15:52:23.348Z Downloaded smallvec v0.6.14
11002026-05-05T15:52:23.351Z Downloaded slog-async v2.8.0
11012026-05-05T15:52:23.355Z Downloaded rustls-platform-verifier v0.6.2
11022026-05-05T15:52:23.359Z Downloaded thread-id v5.1.0
11032026-05-05T15:52:23.362Z Downloaded testing_table v0.3.0
11042026-05-05T15:52:23.362Z Downloaded itertools v0.10.5
11052026-05-05T15:52:23.365Z Downloaded stringprep v0.1.5
11062026-05-05T15:52:23.365Z Downloaded string_cache v0.8.9
11072026-05-05T15:52:23.365Z Downloaded rustls-pki-types v1.14.0
11082026-05-05T15:52:23.368Z Downloaded shlex v1.3.0
11092026-05-05T15:52:23.368Z Downloaded sqlformat v0.3.5
11102026-05-05T15:52:23.371Z Downloaded spki v0.7.3
11112026-05-05T15:52:23.371Z Downloaded num-bigint v0.4.6
11122026-05-05T15:52:23.374Z Downloaded rcgen v0.12.1
11132026-05-05T15:52:23.374Z Downloaded time-core v0.1.8
11142026-05-05T15:52:23.377Z Downloaded hashbrown v0.15.5
11152026-05-05T15:52:23.381Z Downloaded tinyvec_macros v0.1.1
11162026-05-05T15:52:23.381Z Downloaded strum_macros v0.27.2
11172026-05-05T15:52:23.384Z Downloaded strum_macros v0.26.4
11182026-05-05T15:52:23.384Z Downloaded static_assertions v1.1.0
11192026-05-05T15:52:23.388Z Downloaded tokio-macros v2.7.0
11202026-05-05T15:52:23.392Z Downloaded strum_macros v0.24.3
11212026-05-05T15:52:23.397Z Downloaded support-bundle-viewer v0.1.2
11222026-05-05T15:52:23.400Z Downloaded rayon-core v1.13.0
11232026-05-05T15:52:23.403Z Downloaded mio v1.2.0
11242026-05-05T15:52:23.406Z Downloaded qorb v0.4.1
11252026-05-05T15:52:23.411Z Downloaded ryu v1.0.23
11262026-05-05T15:52:23.417Z Downloaded tagptr v0.2.0
11272026-05-05T15:52:23.417Z Downloaded tower-layer v0.3.3
11282026-05-05T15:52:23.420Z Downloaded termios v0.3.3
11292026-05-05T15:52:23.420Z Downloaded serde_yaml v0.9.34+deprecated
11302026-05-05T15:52:23.423Z Downloaded quinn v0.11.9
11312026-05-05T15:52:23.427Z Downloaded aes-gcm v0.10.3
11322026-05-05T15:52:23.432Z Downloaded schemars v0.8.22
11332026-05-05T15:52:23.439Z Downloaded thiserror-no-std v2.0.2
11342026-05-05T15:52:23.442Z Downloaded topological-sort v0.2.2
11352026-05-05T15:52:23.442Z Downloaded signal-hook v0.3.18
11362026-05-05T15:52:23.445Z Downloaded hashbrown v0.16.1
11372026-05-05T15:52:23.452Z Downloaded iri-string v0.7.10
11382026-05-05T15:52:23.456Z Downloaded thread_local v1.1.9
11392026-05-05T15:52:23.459Z Downloaded nom v7.1.3
11402026-05-05T15:52:23.463Z Downloaded itertools v0.13.0
11412026-05-05T15:52:23.466Z Downloaded typify-macro v0.4.3
11422026-05-05T15:52:23.466Z Downloaded aho-corasick v1.1.4
11432026-05-05T15:52:23.469Z Downloaded unarray v0.1.4
11442026-05-05T15:52:23.469Z Downloaded typify-macro v0.6.2
11452026-05-05T15:52:23.472Z Downloaded try-lock v0.2.5
11462026-05-05T15:52:23.472Z Downloaded unicode-truncate v1.1.0
11472026-05-05T15:52:23.472Z Downloaded trait-variant v0.1.2
11482026-05-05T15:52:23.480Z Downloaded tiny-keccak v2.0.2
11492026-05-05T15:52:23.483Z Downloaded tokio-native-tls v0.3.1
11502026-05-05T15:52:23.483Z Downloaded time-macros v0.2.27
11512026-05-05T15:52:23.487Z Downloaded num-bigint-dig v0.8.6
11522026-05-05T15:52:23.490Z Downloaded tokio-dtrace v0.1.1
11532026-05-05T15:52:23.490Z Downloaded publicsuffix v2.3.0
11542026-05-05T15:52:23.490Z Downloaded unit-prefix v0.5.2
11552026-05-05T15:52:23.496Z Downloaded libxml v0.3.3
11562026-05-05T15:52:23.500Z Downloaded universal-hash v0.5.1
11572026-05-05T15:52:23.503Z Downloaded usdt-attr-macro v0.6.0
11582026-05-05T15:52:23.503Z Downloaded iddqd v0.3.18
11592026-05-05T15:52:23.506Z Downloaded usdt-macro v0.6.0
11602026-05-05T15:52:23.506Z Downloaded socket2 v0.5.10
11612026-05-05T15:52:23.509Z Downloaded tokio-rustls v0.25.0
11622026-05-05T15:52:23.509Z Downloaded hyper v1.8.1
11632026-05-05T15:52:23.513Z Downloaded rand v0.9.2
11642026-05-05T15:52:23.516Z Downloaded usdt v0.6.0
11652026-05-05T15:52:23.516Z Downloaded untrusted v0.7.1
11662026-05-05T15:52:23.516Z Downloaded utf-8 v0.7.6
11672026-05-05T15:52:23.519Z Downloaded untrusted v0.9.0
11682026-05-05T15:52:23.519Z Downloaded void v1.0.2
11692026-05-05T15:52:23.519Z Downloaded tokio-tungstenite v0.21.0
11702026-05-05T15:52:23.519Z Downloaded similar v2.7.0
11712026-05-05T15:52:23.522Z Downloaded tokio-tungstenite v0.23.1
11722026-05-05T15:52:23.525Z Downloaded toml_writer v1.0.6+spec-1.1.0
11732026-05-05T15:52:23.525Z Downloaded tower-service v0.3.3
11742026-05-05T15:52:23.531Z Downloaded waitgroup v0.1.2
11752026-05-05T15:52:23.538Z Downloaded term v0.7.0
11762026-05-05T15:52:23.541Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11772026-05-05T15:52:23.544Z Downloaded samael v0.0.19
11782026-05-05T15:52:23.547Z Downloaded wait-timeout v0.2.1
11792026-05-05T15:52:23.547Z Downloaded rustls-webpki v0.103.9
11802026-05-05T15:52:23.551Z Downloaded tls_codec v0.4.2
11812026-05-05T15:52:23.551Z Downloaded itertools v0.14.0
11822026-05-05T15:52:23.554Z Downloaded spin v0.9.8
11832026-05-05T15:52:23.557Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11842026-05-05T15:52:23.557Z Downloaded itertools v0.12.1
11852026-05-05T15:52:23.561Z Downloaded socket2 v0.6.3
11862026-05-05T15:52:23.570Z Downloaded want v0.3.1
11872026-05-05T15:52:23.573Z Downloaded tui-tree-widget v0.23.1
11882026-05-05T15:52:23.573Z Downloaded subprocess v0.2.15
11892026-05-05T15:52:23.579Z Downloaded tls_codec_derive v0.4.2
11902026-05-05T15:52:23.582Z Downloaded rsa v0.9.10
11912026-05-05T15:52:23.585Z Downloaded xattr v1.6.1
11922026-05-05T15:52:23.585Z Downloaded tokio-rustls v0.26.4
11932026-05-05T15:52:23.585Z Downloaded futures-util v0.3.32
11942026-05-05T15:52:23.592Z Downloaded xshell-macros v0.2.7
11952026-05-05T15:52:23.596Z Downloaded usdt-impl v0.6.0
11962026-05-05T15:52:23.596Z Downloaded rand v0.8.5
11972026-05-05T15:52:23.601Z Downloaded p521 v0.13.3
11982026-05-05T15:52:23.605Z Downloaded tokio-stream v0.1.18
11992026-05-05T15:52:23.609Z Downloaded uzers v0.12.2
12002026-05-05T15:52:23.612Z Downloaded zone_cfg_derive v0.3.1
12012026-05-05T15:52:23.612Z Downloaded zone v0.3.1
12022026-05-05T15:52:23.612Z Downloaded tokio-rustls v0.24.1
12032026-05-05T15:52:23.612Z Downloaded zeroize_derive v1.4.3
12042026-05-05T15:52:23.615Z Downloaded test-strategy v0.4.5
12052026-05-05T15:52:23.615Z Downloaded vergen-lib v0.1.6
12062026-05-05T15:52:23.618Z Downloaded vergen-gitcl v1.0.8
12072026-05-05T15:52:23.618Z Downloaded tracing-attributes v0.1.31
12082026-05-05T15:52:23.624Z Downloaded whoami v2.1.0
12092026-05-05T15:52:23.627Z Downloaded schemars v0.9.0
12102026-05-05T15:52:23.632Z Downloaded vsss-rs v3.3.4
12112026-05-05T15:52:23.635Z Downloaded vergen-git2 v1.0.7
12122026-05-05T15:52:23.635Z Downloaded term v1.2.1
12132026-05-05T15:52:23.638Z Downloaded snafu v0.8.9
12142026-05-05T15:52:23.641Z Downloaded hkdf v0.12.4
12152026-05-05T15:52:23.645Z Downloaded unicase v2.9.0
12162026-05-05T15:52:23.650Z Downloaded unicode-properties v0.1.4
12172026-05-05T15:52:23.653Z Downloaded toml_parser v1.0.9+spec-1.1.0
12182026-05-05T15:52:23.653Z Downloaded wyz v0.5.1
12192026-05-05T15:52:23.656Z Downloaded walkdir v2.5.0
12202026-05-05T15:52:23.656Z Downloaded whoami v1.6.1
12212026-05-05T15:52:23.660Z Downloaded libm v0.2.16
12222026-05-05T15:52:23.668Z Downloaded twox-hash v2.1.2
12232026-05-05T15:52:23.671Z Downloaded toml v0.7.8
12242026-05-05T15:52:23.675Z Downloaded xshell v0.2.7
12252026-05-05T15:52:23.675Z Downloaded rand v0.10.0
12262026-05-05T15:52:23.681Z Downloaded slog v2.8.2
12272026-05-05T15:52:23.684Z Downloaded zeroize v1.8.2
12282026-05-05T15:52:23.684Z Downloaded vergen v9.0.6
12292026-05-05T15:52:23.703Z Downloaded zstd v0.13.3
12302026-05-05T15:52:23.706Z Downloaded h2 v0.4.13
12312026-05-05T15:52:23.710Z Downloaded tar v0.4.45
12322026-05-05T15:52:23.713Z Downloaded tungstenite v0.23.0
12332026-05-05T15:52:23.713Z Downloaded toml v1.0.6+spec-1.1.0
12342026-05-05T15:52:23.716Z Downloaded unicode-bidi v0.3.18
12352026-05-05T15:52:23.716Z Downloaded typify v0.6.2
12362026-05-05T15:52:23.719Z Downloaded tracing-core v0.1.36
12372026-05-05T15:52:23.722Z Downloaded tinyvec v1.10.0
12382026-05-05T15:52:23.733Z Downloaded tungstenite v0.21.0
12392026-05-05T15:52:23.749Z Downloaded yasna v0.5.2
12402026-05-05T15:52:23.752Z Downloaded toml v0.9.12+spec-1.1.0
12412026-05-05T15:52:23.755Z Downloaded zerocopy v0.6.6
12422026-05-05T15:52:23.755Z Downloaded unsafe-libyaml v0.2.11
12432026-05-05T15:52:23.758Z Downloaded rustyline v14.0.0
12442026-05-05T15:52:23.761Z Downloaded schemars v1.2.1
12452026-05-05T15:52:23.766Z Downloaded zstd-safe v7.2.4
12462026-05-05T15:52:23.769Z Downloaded vte v0.14.1
12472026-05-05T15:52:23.769Z Downloaded steno v0.4.1
12482026-05-05T15:52:23.772Z Downloaded russh v0.45.0
12492026-05-05T15:52:23.777Z Downloaded bitvec v1.0.1
12502026-05-05T15:52:23.781Z Downloaded blake3 v1.8.3
12512026-05-05T15:52:23.786Z Downloaded toml_edit v0.23.10+spec-1.0.0
12522026-05-05T15:52:23.826Z Downloaded toml_edit v0.19.15
12532026-05-05T15:52:23.843Z Downloaded zopfli v0.8.3
12542026-05-05T15:52:23.847Z Downloaded typify v0.4.3
12552026-05-05T15:52:23.859Z Downloaded unicode_categories v0.1.1
12562026-05-05T15:52:23.865Z Downloaded uuid v1.23.0
12572026-05-05T15:52:23.870Z Downloaded bindgen v0.71.1
12582026-05-05T15:52:23.874Z Downloaded reedline v0.40.0
12592026-05-05T15:52:23.878Z Downloaded yansi v1.0.1
12602026-05-05T15:52:23.882Z Downloaded curve25519-dalek v4.1.3
12612026-05-05T15:52:23.885Z Downloaded ssh-key v0.6.7
12622026-05-05T15:52:23.919Z Downloaded reqwest v0.12.28
12632026-05-05T15:52:23.919Z Downloaded chrono v0.4.44
12642026-05-05T15:52:23.919Z Downloaded zip v0.6.6
12652026-05-05T15:52:23.919Z Downloaded rpassword v7.4.0
12662026-05-05T15:52:23.919Z Downloaded portable-atomic v1.13.1
12672026-05-05T15:52:23.919Z Downloaded reqwest v0.13.2
12682026-05-05T15:52:23.919Z Downloaded rayon v1.11.0
12692026-05-05T15:52:23.919Z Downloaded regex v1.12.3
12702026-05-05T15:52:23.919Z Downloaded p384 v0.13.1
12712026-05-05T15:52:23.924Z Downloaded aws-lc-rs v1.16.0
12722026-05-05T15:52:23.927Z Downloaded tokio-postgres v0.7.16
12732026-05-05T15:52:23.927Z Downloaded git2 v0.20.4
12742026-05-05T15:52:23.931Z Downloaded quick-xml v0.37.5
12752026-05-05T15:52:23.935Z Downloaded tower v0.5.3
12762026-05-05T15:52:23.940Z Downloaded rustls-webpki v0.101.7
12772026-05-05T15:52:23.948Z Downloaded lalrpop v0.19.12
12782026-05-05T15:52:23.954Z Downloaded x509-cert v0.2.5
12792026-05-05T15:52:23.957Z Downloaded typed-path v0.9.3
12802026-05-05T15:52:23.960Z Downloaded zerocopy-derive v0.8.40
12812026-05-05T15:52:23.965Z Downloaded goblin v0.10.5
12822026-05-05T15:52:23.969Z Downloaded moka v0.12.13
12832026-05-05T15:52:23.995Z Downloaded salty v0.3.0
12842026-05-05T15:52:24.010Z Downloaded unicode-segmentation v1.12.0
12852026-05-05T15:52:24.013Z Downloaded tower-http v0.6.8
12862026-05-05T15:52:24.016Z Downloaded petname v2.0.2
12872026-05-05T15:52:24.020Z Downloaded tokio-util v0.7.18
12882026-05-05T15:52:24.023Z Downloaded tough v0.20.0
12892026-05-05T15:52:24.027Z Downloaded serde_with v3.17.0
12902026-05-05T15:52:24.040Z Downloaded unicode-normalization v0.1.25
12912026-05-05T15:52:24.046Z Downloaded proptest v1.11.0
12922026-05-05T15:52:24.052Z Downloaded object v0.30.4
12932026-05-05T15:52:24.056Z Downloaded rustls-webpki v0.102.8
12942026-05-05T15:52:24.066Z Downloaded zip v4.6.1
12952026-05-05T15:52:24.116Z Downloaded winnow v0.5.40
12962026-05-05T15:52:24.132Z Downloaded radix_trie v0.2.1
12972026-05-05T15:52:24.138Z Downloaded bstr v1.12.1
12982026-05-05T15:52:24.142Z Downloaded openssl v0.10.78
12992026-05-05T15:52:24.147Z Downloaded quinn-proto v0.11.13
13002026-05-05T15:52:24.151Z Downloaded nix v0.27.1
13012026-05-05T15:52:24.163Z Downloaded polar-core v0.27.3
13022026-05-05T15:52:24.172Z Downloaded rustls v0.21.12
13032026-05-05T15:52:24.188Z Downloaded winnow v0.6.26
13042026-05-05T15:52:24.191Z Downloaded nix v0.28.0
13052026-05-05T15:52:24.198Z Downloaded tabled v0.20.0
13062026-05-05T15:52:24.207Z Downloaded time v0.3.47
13072026-05-05T15:52:24.216Z Downloaded regex-syntax v0.6.29
13082026-05-05T15:52:24.219Z Downloaded nix v0.29.0
13092026-05-05T15:52:24.225Z Downloaded object v0.37.3
13102026-05-05T15:52:24.231Z Downloaded hickory-proto v0.24.4
13112026-05-05T15:52:24.239Z Downloaded dropshot v0.16.7
13122026-05-05T15:52:24.250Z Downloaded smoltcp v0.9.1
13132026-05-05T15:52:24.257Z Downloaded nix v0.31.2
13142026-05-05T15:52:24.263Z Downloaded vcpkg v0.2.15
13152026-05-05T15:52:24.284Z Downloaded zlib-rs v0.6.2
13162026-05-05T15:52:24.288Z Downloaded regress v0.11.1
13172026-05-05T15:52:24.291Z Downloaded openapiv3 v2.2.0
13182026-05-05T15:52:24.296Z Downloaded regex-syntax v0.8.10
13192026-05-05T15:52:24.301Z Downloaded webpki-roots v1.0.6
13202026-05-05T15:52:24.304Z Downloaded smoltcp v0.11.0
13212026-05-05T15:52:24.308Z Downloaded rustls v0.22.4
13222026-05-05T15:52:24.315Z Downloaded zerocopy v0.8.40
13232026-05-05T15:52:24.319Z Downloaded regress v0.10.5
13242026-05-05T15:52:24.324Z Downloaded diesel v2.3.7
13252026-05-05T15:52:24.335Z Downloaded dropshot v0.17.0
13262026-05-05T15:52:24.347Z Downloaded hickory-proto v0.25.2
13272026-05-05T15:52:24.355Z Downloaded rustls v0.23.37
13282026-05-05T15:52:24.361Z Downloaded rustix v0.38.44
13292026-05-05T15:52:24.392Z Downloaded sqlparser v0.61.0
13302026-05-05T15:52:24.412Z Downloaded sled v0.34.7
13312026-05-05T15:52:24.473Z Downloaded bzip2-sys v0.1.13+1.0.8
13322026-05-05T15:52:24.480Z Downloaded zerocopy-derive v0.6.6
13332026-05-05T15:52:24.485Z Downloaded typify-impl v0.6.2
13342026-05-05T15:52:24.501Z Downloaded tracing v0.1.44
13352026-05-05T15:52:24.540Z Downloaded typify-impl v0.4.3
13362026-05-05T15:52:24.547Z Downloaded chrono-tz v0.10.4
13372026-05-05T15:52:24.557Z Downloaded ratatui v0.29.0
13382026-05-05T15:52:24.571Z Downloaded regex-automata v0.4.14
13392026-05-05T15:52:24.602Z Downloaded petgraph v0.6.5
13402026-05-05T15:52:24.613Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13412026-05-05T15:52:24.645Z Downloaded jiff v0.2.21
13422026-05-05T15:52:24.655Z Downloaded tokio v1.52.1
13432026-05-05T15:52:24.677Z Downloaded petgraph v0.8.3
13442026-05-05T15:52:24.689Z Downloaded csv v1.4.0
13452026-05-05T15:52:24.700Z Downloaded libz-sys v1.1.24
13462026-05-05T15:52:24.720Z Downloaded sha3 v0.10.8
13472026-05-05T15:52:24.744Z Downloaded encoding_rs v0.8.35
13482026-05-05T15:52:24.819Z Downloaded ring v0.17.14
13492026-05-05T15:52:24.887Z Downloaded libgit2-sys v0.18.3+1.9.2
13502026-05-05T15:52:25.529Z Downloaded aws-lc-sys v0.37.1
13512026-05-05T15:52:25.785Z Compiling libc v0.2.185
13522026-05-05T15:52:25.785Z Compiling serde v1.0.228
13532026-05-05T15:52:25.789Z Compiling log v0.4.29
13542026-05-05T15:52:25.789Z Compiling find-msvc-tools v0.1.9
13552026-05-05T15:52:25.951Z Compiling shlex v1.3.0
13562026-05-05T15:52:25.951Z Compiling smallvec v1.15.1
13572026-05-05T15:52:25.961Z Compiling syn v2.0.117
13582026-05-05T15:52:25.973Z Compiling typenum v1.19.0
13592026-05-05T15:52:26.142Z Compiling generic-array v0.14.7
13602026-05-05T15:52:26.142Z Compiling subtle v2.6.1
13612026-05-05T15:52:26.168Z Compiling scopeguard v1.2.0
13622026-05-05T15:52:26.198Z Compiling const-oid v0.9.6
13632026-05-05T15:52:26.260Z Compiling lock_api v0.4.14
13642026-05-05T15:52:26.274Z Compiling portable-atomic v1.13.1
13652026-05-05T15:52:26.320Z Compiling zerocopy v0.8.40
13662026-05-05T15:52:26.393Z Compiling critical-section v1.2.0
13672026-05-05T15:52:26.489Z Compiling serde_json v1.0.149
13682026-05-05T15:52:26.504Z Compiling pin-project-lite v0.2.17
13692026-05-05T15:52:26.601Z Compiling parking_lot_core v0.9.12
13702026-05-05T15:52:26.777Z Compiling getrandom v0.2.17
13712026-05-05T15:52:26.791Z Compiling jobserver v0.1.34
13722026-05-05T15:52:26.838Z Compiling errno v0.3.14
13732026-05-05T15:52:26.937Z Compiling rand_core v0.6.4
13742026-05-05T15:52:26.970Z Compiling pkg-config v0.3.32
13752026-05-05T15:52:27.006Z Compiling cc v1.2.56
13762026-05-05T15:52:27.153Z Compiling signal-hook-registry v1.4.8
13772026-05-05T15:52:27.207Z Compiling bitflags v2.11.0
13782026-05-05T15:52:27.262Z Compiling once_cell v1.21.3
13792026-05-05T15:52:27.333Z Compiling libm v0.2.16
13802026-05-05T15:52:27.423Z Compiling parking_lot v0.12.5
13812026-05-05T15:52:27.439Z Compiling mio v1.2.0
13822026-05-05T15:52:27.473Z Compiling num-traits v0.2.19
13832026-05-05T15:52:27.528Z Compiling futures-core v0.3.32
13842026-05-05T15:52:27.672Z Compiling percent-encoding v2.3.2
13852026-05-05T15:52:27.785Z Compiling socket2 v0.6.3
13862026-05-05T15:52:27.800Z Compiling futures-sink v0.3.32
13872026-05-05T15:52:27.815Z Compiling cpufeatures v0.2.17
13882026-05-05T15:52:27.856Z Compiling slab v0.4.12
13892026-05-05T15:52:27.889Z Compiling futures-channel v0.3.32
13902026-05-05T15:52:27.903Z Compiling futures-io v0.3.32
13912026-05-05T15:52:27.906Z Compiling getrandom v0.4.1
13922026-05-05T15:52:28.031Z Compiling futures-task v0.3.32
13932026-05-05T15:52:28.051Z Compiling getrandom v0.3.4
13942026-05-05T15:52:28.107Z Compiling rustversion v1.0.22
13952026-05-05T15:52:28.174Z Compiling rand_core v0.10.0
13962026-05-05T15:52:28.198Z Compiling indexmap v2.14.0
13972026-05-05T15:52:28.257Z Compiling form_urlencoded v1.2.2
13982026-05-05T15:52:28.520Z Compiling cmake v0.1.57
13992026-05-05T15:52:28.551Z Compiling ident_case v1.0.1
14002026-05-05T15:52:28.679Z Compiling synstructure v0.13.2
14012026-05-05T15:52:28.757Z Compiling dunce v1.0.5
14022026-05-05T15:52:28.833Z Compiling base64ct v1.8.3
14032026-05-05T15:52:28.864Z Compiling fs_extra v1.3.0
14042026-05-05T15:52:28.914Z Compiling flagset v0.4.7
14052026-05-05T15:52:28.998Z Compiling rand_core v0.9.5
14062026-05-05T15:52:29.043Z Compiling iana-time-zone v0.1.65
14072026-05-05T15:52:29.057Z Compiling pem-rfc7468 v0.7.0
14082026-05-05T15:52:29.057Z Compiling rustix v1.1.3
14092026-05-05T15:52:29.133Z Compiling ring v0.17.14
14102026-05-05T15:52:29.210Z Compiling aws-lc-sys v0.37.1
14112026-05-05T15:52:29.295Z Compiling uuid v1.23.0
14122026-05-05T15:52:29.344Z Compiling rustc_version v0.4.1
14132026-05-05T15:52:29.360Z Compiling regex-syntax v0.8.10
14142026-05-05T15:52:29.412Z Compiling aws-lc-rs v1.16.0
14152026-05-05T15:52:29.658Z Compiling vcpkg v0.2.15
14162026-05-05T15:52:29.696Z Compiling tracing-core v0.1.36
14172026-05-05T15:52:29.995Z Compiling pest_generator v2.8.6
14182026-05-05T15:52:30.248Z Compiling serde_derive_internals v0.29.1
14192026-05-05T15:52:30.397Z Compiling openssl-sys v0.9.114
14202026-05-05T15:52:30.484Z Compiling serde_derive v1.0.228
14212026-05-05T15:52:30.718Z Compiling zeroize_derive v1.4.3
14222026-05-05T15:52:30.827Z Compiling zerofrom-derive v0.1.6
14232026-05-05T15:52:30.927Z Compiling yoke-derive v0.8.1
14242026-05-05T15:52:31.161Z Compiling zerocopy-derive v0.8.40
14252026-05-05T15:52:31.369Z Compiling zeroize v1.8.2
14262026-05-05T15:52:31.729Z Compiling zerovec-derive v0.11.2
14272026-05-05T15:52:32.100Z Compiling crypto-common v0.1.7
14282026-05-05T15:52:32.139Z Compiling block-buffer v0.10.4
14292026-05-05T15:52:32.240Z Compiling zerofrom v0.1.6
14302026-05-05T15:52:32.255Z Compiling displaydoc v0.2.5
14312026-05-05T15:52:32.306Z Compiling digest v0.10.7
14322026-05-05T15:52:32.363Z Compiling yoke v0.8.1
14332026-05-05T15:52:32.545Z Compiling tokio-macros v2.7.0
14342026-05-05T15:52:32.545Z Compiling hmac v0.12.1
14352026-05-05T15:52:32.699Z Compiling futures-macro v0.3.32
14362026-05-05T15:52:32.809Z Compiling zerovec v0.11.5
14372026-05-05T15:52:32.977Z Compiling zerotrie v0.2.3
14382026-05-05T15:52:33.258Z Compiling tinystr v0.8.2
14392026-05-05T15:52:33.272Z Compiling potential_utf v0.1.4
14402026-05-05T15:52:33.305Z Compiling block-padding v0.3.3
14412026-05-05T15:52:33.436Z Compiling icu_locale_core v2.1.1
14422026-05-05T15:52:33.456Z Compiling icu_collections v2.1.1
14432026-05-05T15:52:33.459Z Compiling inout v0.1.4
14442026-05-05T15:52:33.482Z Compiling futures-util v0.3.32
14452026-05-05T15:52:33.628Z Compiling cipher v0.4.4
14462026-05-05T15:52:33.818Z Compiling sha2 v0.10.9
14472026-05-05T15:52:33.892Z Compiling bytes v1.11.1
14482026-05-05T15:52:33.919Z Compiling der_derive v0.7.3
14492026-05-05T15:52:33.919Z Compiling salsa20 v0.10.2
14502026-05-05T15:52:34.062Z Compiling icu_provider v2.1.1
14512026-05-05T15:52:34.371Z Compiling icu_normalizer v2.1.1
14522026-05-05T15:52:34.394Z Compiling tokio v1.52.1
14532026-05-05T15:52:34.452Z Compiling icu_properties v2.1.2
14542026-05-05T15:52:34.907Z Compiling http v1.4.0
14552026-05-05T15:52:34.921Z Compiling der v0.7.10
14562026-05-05T15:52:35.230Z Compiling chrono v0.4.44
14572026-05-05T15:52:35.557Z Compiling ppv-lite86 v0.2.21
14582026-05-05T15:52:35.589Z Compiling idna_adapter v1.2.1
14592026-05-05T15:52:35.723Z Compiling idna v1.1.0
14602026-05-05T15:52:35.813Z Compiling spki v0.7.3
14612026-05-05T15:52:35.829Z Compiling pbkdf2 v0.12.2
14622026-05-05T15:52:35.869Z Compiling thiserror-impl v2.0.18
14632026-05-05T15:52:35.940Z Compiling scrypt v0.11.0
14642026-05-05T15:52:36.011Z Compiling url v2.5.8
14652026-05-05T15:52:36.106Z Compiling rand_chacha v0.9.0
14662026-05-05T15:52:36.184Z Compiling cbc v0.1.2
14672026-05-05T15:52:36.330Z Compiling aes v0.8.4
14682026-05-05T15:52:36.353Z Compiling rustls-pki-types v1.14.0
14692026-05-05T15:52:36.588Z Compiling tracing-attributes v0.1.31
14702026-05-05T15:52:36.785Z Compiling pkcs5 v0.7.1
14712026-05-05T15:52:36.800Z Compiling rand v0.9.2
14722026-05-05T15:52:36.803Z Compiling http-body v1.0.1
14732026-05-05T15:52:37.008Z Compiling httparse v1.10.1
14742026-05-05T15:52:37.161Z Compiling thiserror v2.0.18
14752026-05-05T15:52:37.255Z Compiling openssl-probe v0.2.1
14762026-05-05T15:52:37.271Z Compiling untrusted v0.7.1
14772026-05-05T15:52:37.334Z Compiling schemars v0.8.22
14782026-05-05T15:52:37.365Z Compiling untrusted v0.9.0
14792026-05-05T15:52:37.387Z Compiling base64 v0.22.1
14802026-05-05T15:52:37.484Z Compiling pkcs8 v0.10.2
14812026-05-05T15:52:37.544Z Compiling schemars_derive v0.8.22
14822026-05-05T15:52:37.583Z Compiling pest_derive v2.8.6
14832026-05-05T15:52:37.695Z Compiling scroll_derive v0.13.1
14842026-05-05T15:52:37.781Z Compiling darling_core v0.20.11
14852026-05-05T15:52:37.870Z Compiling tracing v0.1.44
14862026-05-05T15:52:38.000Z Compiling rustls v0.23.37
14872026-05-05T15:52:38.137Z Compiling tokio-util v0.7.18
14882026-05-05T15:52:38.168Z Compiling tinyvec_macros v0.1.1
14892026-05-05T15:52:38.239Z Compiling try-lock v0.2.5
14902026-05-05T15:52:38.348Z Compiling tower-layer v0.3.3
14912026-05-05T15:52:38.477Z Compiling dyn-clone v1.0.20
14922026-05-05T15:52:38.508Z Compiling atomic-waker v1.1.2
14932026-05-05T15:52:38.614Z Compiling tower-service v0.3.3
14942026-05-05T15:52:38.634Z Compiling scroll v0.13.0
14952026-05-05T15:52:38.710Z Compiling want v0.3.1
14962026-05-05T15:52:38.871Z Compiling h2 v0.4.13
14972026-05-05T15:52:38.900Z Compiling tinyvec v1.10.0
14982026-05-05T15:52:39.249Z Compiling ipnet v2.11.0
14992026-05-05T15:52:39.265Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-05-05T15:52:39.484Z Compiling spin v0.9.8
15012026-05-05T15:52:39.643Z Compiling aho-corasick v1.1.4
15022026-05-05T15:52:39.696Z Compiling openssl v0.10.78
15032026-05-05T15:52:39.754Z Compiling pin-utils v0.1.0
15042026-05-05T15:52:39.890Z Compiling foreign-types-shared v0.1.1
15052026-05-05T15:52:39.918Z Compiling num-conv v0.2.0
15062026-05-05T15:52:39.922Z Compiling time-core v0.1.8
15072026-05-05T15:52:40.027Z Compiling powerfmt v0.2.0
15082026-05-05T15:52:40.043Z Compiling darling_macro v0.20.11
15092026-05-05T15:52:40.047Z Compiling crc32fast v1.5.0
15102026-05-05T15:52:40.076Z Compiling httpdate v1.0.3
15112026-05-05T15:52:40.089Z Compiling time-macros v0.2.27
15122026-05-05T15:52:40.223Z Compiling deranged v0.5.8
15132026-05-05T15:52:40.294Z Compiling tempfile v3.25.0
15142026-05-05T15:52:40.380Z Compiling foreign-types v0.3.2
15152026-05-05T15:52:40.455Z Compiling regex-automata v0.4.14
15162026-05-05T15:52:40.503Z Compiling darling v0.20.11
15172026-05-05T15:52:40.660Z Compiling goblin v0.10.5
15182026-05-05T15:52:41.180Z Compiling openssl-macros v0.1.1
15192026-05-05T15:52:41.317Z Compiling wait-timeout v0.2.1
15202026-05-05T15:52:41.564Z Compiling num_threads v0.1.7
15212026-05-05T15:52:41.584Z Compiling crossbeam-utils v0.8.21
15222026-05-05T15:52:41.625Z Compiling usdt-impl v0.6.0
15232026-05-05T15:52:41.656Z Compiling simd-adler32 v0.3.8
15242026-05-05T15:52:41.827Z Compiling hyper v1.8.1
15252026-05-05T15:52:41.865Z Compiling quick-error v1.2.3
15262026-05-05T15:52:41.900Z Compiling native-tls v0.2.18
15272026-05-05T15:52:41.971Z Compiling syn v1.0.109
15282026-05-05T15:52:42.100Z Compiling siphasher v1.0.2
15292026-05-05T15:52:42.344Z Compiling bit-vec v0.8.0
15302026-05-05T15:52:42.352Z Compiling rusty-fork v0.3.1
15312026-05-05T15:52:42.499Z Compiling bit-set v0.8.0
15322026-05-05T15:52:42.690Z Compiling time v0.3.47
15332026-05-05T15:52:42.825Z Compiling derive_builder_core v0.20.2
15342026-05-05T15:52:43.367Z Compiling dof v0.4.0
15352026-05-05T15:52:43.677Z Compiling hyper-util v0.1.20
15362026-05-05T15:52:44.456Z Compiling unicode-normalization v0.1.25
15372026-05-05T15:52:44.470Z Compiling dtrace-parser v0.3.0
15382026-05-05T15:52:44.567Z Compiling rustls-native-certs v0.8.3
15392026-05-05T15:52:44.852Z Compiling signature v2.2.0
15402026-05-05T15:52:44.915Z Compiling thiserror-impl v1.0.69
15412026-05-05T15:52:44.915Z Compiling scroll_derive v0.12.1
15422026-05-05T15:52:45.033Z Compiling heapless v0.7.17
15432026-05-05T15:52:45.215Z Compiling rand_xorshift v0.4.0
15442026-05-05T15:52:45.269Z Compiling slog v2.8.2
15452026-05-05T15:52:45.378Z Compiling darling_core v0.21.3
15462026-05-05T15:52:45.453Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-05-05T15:52:45.467Z Compiling sync_wrapper v1.0.2
15482026-05-05T15:52:45.559Z Compiling thread-id v5.1.0
15492026-05-05T15:52:45.572Z Compiling cookie v0.18.1
15502026-05-05T15:52:45.640Z Compiling unicode-bidi v0.3.18
15512026-05-05T15:52:45.654Z Compiling zstd-safe v7.2.4
15522026-05-05T15:52:45.718Z Compiling unicode-properties v0.1.4
15532026-05-05T15:52:45.745Z Compiling signal-hook v0.3.18
15542026-05-05T15:52:45.850Z Compiling allocator-api2 v0.2.21
15552026-05-05T15:52:45.912Z Compiling adler2 v2.0.1
15562026-05-05T15:52:45.926Z Compiling paste v1.0.15
15572026-05-05T15:52:46.042Z Compiling anyhow v1.0.102
15582026-05-05T15:52:46.115Z Compiling unarray v0.1.4
15592026-05-05T15:52:46.161Z Compiling thiserror v1.0.69
15602026-05-05T15:52:46.176Z Compiling miniz_oxide v0.8.9
15612026-05-05T15:52:46.217Z Compiling proptest v1.11.0
15622026-05-05T15:52:46.237Z Compiling stringprep v0.1.5
15632026-05-05T15:52:46.662Z Compiling scroll v0.12.0
15642026-05-05T15:52:46.769Z Compiling tower v0.5.3
15652026-05-05T15:52:46.999Z Compiling derive_builder_macro v0.20.2
15662026-05-05T15:52:47.233Z Compiling ipnetwork v0.21.1
15672026-05-05T15:52:47.284Z Compiling http-body-util v0.1.3
15682026-05-05T15:52:47.440Z Compiling webpki-roots v1.0.6
15692026-05-05T15:52:47.523Z Compiling rand_chacha v0.3.1
15702026-05-05T15:52:47.543Z Compiling serde_spanned v0.6.9
15712026-05-05T15:52:47.559Z Compiling toml_datetime v0.6.11
15722026-05-05T15:52:47.612Z Compiling erased-serde v0.3.31
15732026-05-05T15:52:47.683Z Compiling serde_tokenstream v0.2.3
15742026-05-05T15:52:47.809Z Compiling md-5 v0.10.6
15752026-05-05T15:52:47.826Z Compiling darling_macro v0.21.3
15762026-05-05T15:52:47.973Z Compiling zerocopy-derive v0.7.35
15772026-05-05T15:52:47.988Z Compiling curve25519-dalek v4.1.3
15782026-05-05T15:52:48.092Z Compiling vergen-lib v0.1.6
15792026-05-05T15:52:48.274Z Compiling num-integer v0.1.46
15802026-05-05T15:52:48.302Z Compiling hash32 v0.2.1
15812026-05-05T15:52:48.316Z Compiling ff v0.13.1
15822026-05-05T15:52:48.330Z Compiling memoffset v0.9.1
15832026-05-05T15:52:48.450Z Compiling smoltcp v0.9.1
15842026-05-05T15:52:48.489Z Compiling zlib-rs v0.6.2
15852026-05-05T15:52:48.517Z Compiling ryu v1.0.23
15862026-05-05T15:52:48.591Z Compiling ref-cast v1.0.25
15872026-05-05T15:52:48.700Z Compiling num-bigint-dig v0.8.6
15882026-05-05T15:52:48.782Z Compiling base16ct v0.2.0
15892026-05-05T15:52:48.835Z Compiling fallible-iterator v0.2.0
15902026-05-05T15:52:48.885Z Compiling iri-string v0.7.10
15912026-05-05T15:52:48.897Z Compiling rustix v0.38.44
15922026-05-05T15:52:48.975Z Compiling cfg_aliases v0.2.1
15932026-05-05T15:52:49.032Z Compiling psl-types v2.0.11
15942026-05-05T15:52:49.191Z Compiling litrs v1.0.0
15952026-05-05T15:52:49.212Z Compiling publicsuffix v2.3.0
15962026-05-05T15:52:49.380Z Compiling postgres-protocol v0.6.10
15972026-05-05T15:52:49.400Z Compiling nix v0.31.2
15982026-05-05T15:52:49.703Z Compiling document-features v0.2.12
15992026-05-05T15:52:49.815Z Compiling sec1 v0.7.3
16002026-05-05T15:52:49.943Z Compiling zerocopy v0.7.35
16012026-05-05T15:52:50.096Z Compiling tower-http v0.6.8
16022026-05-05T15:52:50.302Z Compiling serde_urlencoded v0.7.1
16032026-05-05T15:52:50.484Z Compiling num-iter v0.1.45
16042026-05-05T15:52:50.498Z Compiling newtype-uuid v1.3.2
16052026-05-05T15:52:50.547Z Compiling group v0.13.0
16062026-05-05T15:52:50.681Z Compiling darling v0.21.3
16072026-05-05T15:52:50.765Z Compiling rand v0.8.5
16082026-05-05T15:52:50.824Z Compiling oxnet v0.1.4
16092026-05-05T15:52:50.935Z Compiling hubpack_derive v0.1.1
16102026-05-05T15:52:50.966Z Compiling derive_builder v0.20.2
16112026-05-05T15:52:51.093Z Compiling tokio-native-tls v0.3.1
16122026-05-05T15:52:51.224Z Compiling goblin v0.8.2
16132026-05-05T15:52:51.368Z Compiling flate2 v1.1.9
16142026-05-05T15:52:51.681Z Compiling regex v1.12.3
16152026-05-05T15:52:51.771Z Compiling phf_shared v0.13.1
16162026-05-05T15:52:51.881Z Compiling lazy_static v1.5.0
16172026-05-05T15:52:51.946Z Compiling cargo-platform v0.1.9
16182026-05-05T15:52:51.974Z Compiling hkdf v0.12.4
16192026-05-05T15:52:52.011Z Compiling crypto-bigint v0.5.5
16202026-05-05T15:52:52.101Z Compiling terminal_size v0.4.3
16212026-05-05T15:52:52.105Z Compiling ref-cast-impl v1.0.25
16222026-05-05T15:52:52.132Z Compiling daft-derive v0.1.5
16232026-05-05T15:52:52.194Z Compiling async-trait v0.1.89
16242026-05-05T15:52:52.238Z Compiling curve25519-dalek-derive v0.1.1
16252026-05-05T15:52:52.641Z Compiling strum_macros v0.27.2
16262026-05-05T15:52:52.834Z Compiling vergen v9.0.6
16272026-05-05T15:52:52.873Z Compiling fs-err v3.3.0
16282026-05-05T15:52:53.014Z Compiling ahash v0.8.12
16292026-05-05T15:52:53.057Z Compiling bitflags v1.3.2
16302026-05-05T15:52:53.135Z Compiling unicode-segmentation v1.12.0
16312026-05-05T15:52:53.191Z Compiling winnow v0.5.40
16322026-05-05T15:52:53.215Z Compiling libbz2-rs-sys v0.2.2
16332026-05-05T15:52:53.521Z Compiling bumpalo v3.20.2
16342026-05-05T15:52:53.774Z Compiling foldhash v0.2.0
16352026-05-05T15:52:53.900Z Compiling foldhash v0.1.5
16362026-05-05T15:52:53.993Z Compiling managed v0.8.0
16372026-05-05T15:52:54.070Z Compiling object v0.37.3
16382026-05-05T15:52:54.114Z Compiling hashbrown v0.15.5
16392026-05-05T15:52:54.445Z Compiling clap_builder v4.5.60
16402026-05-05T15:52:54.615Z Compiling toml_edit v0.19.15
16412026-05-05T15:52:54.636Z Compiling strum v0.27.2
16422026-05-05T15:52:54.668Z Compiling hashbrown v0.16.1
16432026-05-05T15:52:54.683Z Compiling zopfli v0.8.3
16442026-05-05T15:52:54.762Z Compiling bzip2 v0.6.1
16452026-05-05T15:52:54.969Z Compiling dof v0.3.0
16462026-05-05T15:52:55.249Z Compiling elliptic-curve v0.13.8
16472026-05-05T15:52:55.340Z Compiling daft v0.1.5
16482026-05-05T15:52:55.644Z Compiling cargo_metadata v0.19.2
16492026-05-05T15:52:55.681Z Compiling phf v0.13.1
16502026-05-05T15:52:55.841Z Compiling signal-hook-mio v0.2.5
16512026-05-05T15:52:55.959Z Compiling cookie_store v0.22.1
16522026-05-05T15:52:56.946Z Compiling hubpack v0.1.2
16532026-05-05T15:52:57.002Z Compiling zstd v0.13.3
16542026-05-05T15:52:57.164Z Compiling hyper-tls v0.6.0
16552026-05-05T15:52:57.206Z Compiling bzip2 v0.4.4
16562026-05-05T15:52:57.225Z Compiling serde_with_macros v3.17.0
16572026-05-05T15:52:57.365Z Compiling postgres-types v0.2.12
16582026-05-05T15:52:57.401Z Compiling usdt-attr-macro v0.6.0
16592026-05-05T15:52:57.416Z Compiling usdt-macro v0.6.0
16602026-05-05T15:52:57.898Z Compiling dtrace-parser v0.2.0
16612026-05-05T15:52:58.146Z Compiling ed25519 v2.2.3
16622026-05-05T15:52:58.175Z Compiling bstr v1.12.1
16632026-05-05T15:52:58.217Z Compiling phf_shared v0.11.3
16642026-05-05T15:52:58.336Z Compiling pkcs1 v0.7.5
16652026-05-05T15:52:58.399Z Compiling serde-big-array v0.5.1
16662026-05-05T15:52:58.469Z Compiling hex v0.4.3
16672026-05-05T15:52:58.540Z Compiling rfc6979 v0.4.0
16682026-05-05T15:52:58.660Z Compiling strum_macros v0.26.4
16692026-05-05T15:52:58.677Z Compiling enum-as-inner v0.6.1
16702026-05-05T15:52:58.730Z Compiling serde_repr v0.1.20
16712026-05-05T15:52:58.744Z Compiling clap_derive v4.5.55
16722026-05-05T15:52:58.830Z Compiling float-cmp v0.10.0
16732026-05-05T15:52:58.978Z Compiling memmap2 v0.9.10
16742026-05-05T15:52:59.047Z Compiling thread-id v4.2.2
16752026-05-05T15:52:59.186Z Compiling env_filter v1.0.0
16762026-05-05T15:52:59.200Z Compiling encoding_rs v0.8.35
16772026-05-05T15:52:59.234Z Compiling new_debug_unreachable v1.0.6
16782026-05-05T15:52:59.262Z Compiling normalize-line-endings v0.3.0
16792026-05-05T15:52:59.307Z Compiling fixedbitset v0.4.2
16802026-05-05T15:52:59.360Z Compiling difflib v0.4.0
16812026-05-05T15:52:59.483Z Compiling static_assertions v1.1.0
16822026-05-05T15:52:59.524Z Compiling whoami v2.1.0
16832026-05-05T15:52:59.559Z Compiling keccak v0.1.6
16842026-05-05T15:52:59.909Z Compiling precomputed-hash v0.1.1
16852026-05-05T15:52:59.936Z Compiling rustc-hash v2.1.1
16862026-05-05T15:53:00.001Z Compiling fixedbitset v0.5.7
16872026-05-05T15:53:00.062Z Compiling predicates-core v1.0.10
16882026-05-05T15:53:00.253Z Compiling either v1.15.0
16892026-05-05T15:53:00.312Z Compiling data-encoding v2.10.0
16902026-05-05T15:53:00.396Z Compiling jiff v0.2.21
16912026-05-05T15:53:00.443Z Compiling mime v0.3.17
16922026-05-05T15:53:00.461Z Compiling strum v0.26.3
16932026-05-05T15:53:00.565Z Compiling clap v4.5.60
16942026-05-05T15:53:00.590Z Compiling itertools v0.13.0
16952026-05-05T15:53:00.620Z Compiling hickory-proto v0.25.2
16962026-05-05T15:53:00.701Z Compiling petgraph v0.8.3
16972026-05-05T15:53:00.738Z Compiling predicates v3.1.4
16982026-05-05T15:53:01.011Z Compiling iddqd v0.3.18
16992026-05-05T15:53:01.345Z Compiling string_cache v0.8.9
17002026-05-05T15:53:01.390Z Compiling toml_edit v0.22.27
17012026-05-05T15:53:01.571Z Compiling tokio-postgres v0.7.16
17022026-05-05T15:53:01.807Z Compiling sha3 v0.10.8
17032026-05-05T15:53:02.158Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17042026-05-05T15:53:02.265Z Compiling petgraph v0.6.5
17052026-05-05T15:53:02.634Z Compiling env_logger v0.11.9
17062026-05-05T15:53:02.996Z Compiling zip v4.6.1
17072026-05-05T15:53:03.703Z Compiling usdt v0.6.0
17082026-05-05T15:53:03.732Z Compiling usdt-impl v0.5.0
17092026-05-05T15:53:03.952Z Compiling serde_with v3.17.0
17102026-05-05T15:53:03.967Z Compiling ecdsa v0.16.9
17112026-05-05T15:53:04.093Z Compiling similar v2.7.0
17122026-05-05T15:53:04.337Z Compiling rsa v0.9.10
17132026-05-05T15:53:04.375Z Compiling ed25519-dalek v2.2.0
17142026-05-05T15:53:04.559Z Compiling crossterm v0.28.1
17152026-05-05T15:53:04.983Z Compiling zip v0.6.6
17162026-05-05T15:53:05.258Z Compiling toml v0.7.8
17172026-05-05T15:53:05.797Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-05-05T15:53:05.854Z Compiling heck v0.4.1
17192026-05-05T15:53:05.857Z Compiling crossbeam-epoch v0.9.18
17202026-05-05T15:53:05.857Z Compiling tokio-stream v0.1.18
17212026-05-05T15:53:06.083Z Compiling buf-list v1.1.2
17222026-05-05T15:53:06.191Z Compiling x509-cert v0.2.5
17232026-05-05T15:53:06.341Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17242026-05-05T15:53:06.355Z Compiling openapiv3 v2.2.0
17252026-05-05T15:53:06.369Z Compiling sha1 v0.10.6
17262026-05-05T15:53:06.430Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-05-05T15:53:06.588Z Compiling peg-runtime v0.8.5
17282026-05-05T15:53:06.642Z Compiling lalrpop-util v0.19.12
17292026-05-05T15:53:06.715Z Compiling thread_local v1.1.9
17302026-05-05T15:53:06.834Z Compiling slog-async v2.8.0
17312026-05-05T15:53:06.876Z Compiling crossbeam-channel v0.5.15
17322026-05-05T15:53:06.968Z Compiling futures-executor v0.3.32
17332026-05-05T15:53:07.154Z Compiling filetime v0.2.27
17342026-05-05T15:53:07.229Z Compiling is-terminal v0.4.17
17352026-05-05T15:53:07.325Z Compiling xattr v1.6.1
17362026-05-05T15:53:07.329Z Compiling take_mut v0.2.2
17372026-05-05T15:53:07.342Z Compiling term v1.2.1
17382026-05-05T15:53:07.452Z Compiling tar v0.4.45
17392026-05-05T15:53:07.659Z Compiling slog-term v2.9.2
17402026-05-05T15:53:07.798Z Compiling futures v0.3.32
17412026-05-05T15:53:14.781Z Compiling rustls-webpki v0.103.9
17422026-05-05T15:53:17.544Z Compiling tokio-rustls v0.26.4
17432026-05-05T15:53:17.544Z Compiling rustls-platform-verifier v0.6.2
17442026-05-05T15:53:17.746Z Compiling hyper-rustls v0.27.7
17452026-05-05T15:53:17.939Z Compiling reqwest v0.12.28
17462026-05-05T15:53:17.939Z Compiling reqwest v0.13.2
17472026-05-05T15:53:20.020Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-05-05T15:53:20.234Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-05-05T15:53:23.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17502026-05-05T15:53:23.238Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-05-05T15:53:23.291ZMay 05 15:53:21.611 INFO Starting download, target: Console
17522026-05-05T15:53:23.291ZMay 05 15:53:21.612 INFO Starting download, target: Cockroach
17532026-05-05T15:53:23.291ZMay 05 15:53:21.612 INFO Starting download, target: DendriteStub
17542026-05-05T15:53:23.295ZMay 05 15:53:21.612 INFO Starting download, target: Clickhouse
17552026-05-05T15:53:23.295ZMay 05 15:53:21.612 INFO Starting download, target: MaghemiteMgd
17562026-05-05T15:53:23.295ZMay 05 15:53:21.612 INFO Starting download, target: TransceiverControl
17572026-05-05T15:53:23.295ZMay 05 15:53:21.612 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-05-05T15:53:23.295ZMay 05 15:53:21.612 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-05-05T15:53:23.295ZMay 05 15:53:21.612 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-05-05T15:53:23.295ZMay 05 15:53:21.612 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-05-05T15:53:23.295ZMay 05 15:53:21.612 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-05-05T15:53:23.295ZMay 05 15:53:21.612 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-05-05T15:53:23.715ZMay 05 15:53:22.033 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-05-05T15:53:23.921ZMay 05 15:53:22.242 INFO Download complete, target: TransceiverControl
17652026-05-05T15:53:24.327ZMay 05 15:53:22.647 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-05-05T15:53:24.574ZMay 05 15:53:22.893 INFO Download complete, target: Console
17672026-05-05T15:53:25.436ZMay 05 15:53:23.756 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-05-05T15:53:25.611ZMay 05 15:53:23.929 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-05-05T15:53:25.734ZMay 05 15:53:24.055 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-05-05T15:53:26.163ZMay 05 15:53:24.452 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-05-05T15:53:26.163ZMay 05 15:53:24.452 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-05-05T15:53:27.742ZMay 05 15:53:26.063 INFO Download complete, target: DendriteStub
17732026-05-05T15:53:28.002ZMay 05 15:53:26.322 INFO Download complete, target: MaghemiteMgd
17742026-05-05T15:53:30.781ZMay 05 15:53:29.101 INFO Checking that binary works, target: Cockroach
17752026-05-05T15:53:30.877ZMay 05 15:53:29.197 INFO Download complete, target: Cockroach
17762026-05-05T15:53:32.473ZMay 05 15:53:30.793 INFO Checking that binary works, target: Clickhouse
17772026-05-05T15:53:32.580ZMay 05 15:53:30.900 INFO Download complete, target: Clickhouse
17782026-05-05T15:53:32.592ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-05-05T15:53:32.596Z
17802026-05-05T15:53:32.596Zreal 3:07.265134374
17812026-05-05T15:53:32.596Zuser 7:15.657678400
17822026-05-05T15:53:32.596Zsys 1:24.091326356
17832026-05-05T15:53:32.596Ztrap 0.214842793
17842026-05-05T15:53:32.596Ztflt 0.558137191
17852026-05-05T15:53:32.596Zdflt 0.494670708
17862026-05-05T15:53:32.596Zkflt 0.024979491
17872026-05-05T15:53:32.596Zlock 20:48.277396837
17882026-05-05T15:53:32.596Zslp 21:40.464622276
17892026-05-05T15:53:32.596Zlat 40.790874182
17902026-05-05T15:53:32.596Zstop 1:55.802873119
17912026-05-05T15:53:32.596Z+ banner hack-check
17922026-05-05T15:53:32.596Z
17932026-05-05T15:53:32.596Z # # ## #### # # #### # # ###### #### # #
17942026-05-05T15:53:32.596Z # # # # # # # # # # # # # # # # #
17952026-05-05T15:53:32.596Z ###### # # # #### ##### # ###### ##### # ####
17962026-05-05T15:53:32.596Z # # ###### # # # # # # # # # #
17972026-05-05T15:53:32.596Z # # # # # # # # # # # # # # # # #
17982026-05-05T15:53:32.596Z # # # # #### # # #### # # ###### #### # #
17992026-05-05T15:53:32.596Z
18002026-05-05T15:53:32.597Z+ export CARGO_INCREMENTAL=0
18012026-05-05T15:53:32.597Z+ CARGO_INCREMENTAL=0
18022026-05-05T15:53:32.597Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-05-05T15:53:33.116Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-05-05T15:53:33.338Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-05-05T15:53:35.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18062026-05-05T15:53:35.280Z Running `target/debug/xtask check-features --ci`
18072026-05-05T15:53:35.306Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-05-05T15:53:35.309Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-05-05T15:53:35.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18102026-05-05T15:53:35.814Z Running `target/debug/xtask download cargo-hack`
18112026-05-05T15:53:36.588Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-05-05T15:53:36.900Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-05-05T15:53:39.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18142026-05-05T15:53:39.505Z Running `target/debug/xtask-downloader cargo-hack`
18152026-05-05T15:53:39.545ZMay 05 15:53:37.864 INFO Starting download, target: CargoHack
18162026-05-05T15:53:39.548ZMay 05 15:53:37.864 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-05-05T15:53:40.210ZMay 05 15:53:38.529 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-05-05T15:53:40.259ZMay 05 15:53:38.578 INFO Download complete, target: CargoHack
18192026-05-05T15:53:40.262Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18202026-05-05T15:53:40.274Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-05-05T15:53:40.424Zinfo: running `cargo check --bins` on api_identity (1/276)
18222026-05-05T15:53:40.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-05T15:53:40.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-05T15:53:40.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-05T15:53:40.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18262026-05-05T15:53:40.996Z
18272026-05-05T15:53:40.996Zinfo: running `cargo check --bins` on bootstore (2/276)
18282026-05-05T15:53:41.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-05T15:53:41.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-05T15:53:41.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-05T15:53:41.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18322026-05-05T15:53:41.564Z
18332026-05-05T15:53:41.564Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18342026-05-05T15:53:42.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-05T15:53:42.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-05T15:53:42.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-05T15:53:42.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18382026-05-05T15:53:42.129Z
18392026-05-05T15:53:42.129Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18402026-05-05T15:53:42.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-05T15:53:42.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-05T15:53:42.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-05T15:53:42.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18442026-05-05T15:53:42.695Z
18452026-05-05T15:53:42.695Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18462026-05-05T15:53:43.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-05T15:53:43.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-05T15:53:43.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-05T15:53:43.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18502026-05-05T15:53:43.262Z
18512026-05-05T15:53:43.262Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18522026-05-05T15:53:43.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-05T15:53:43.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-05T15:53:43.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-05T15:53:43.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18562026-05-05T15:53:43.854Z
18572026-05-05T15:53:43.854Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18582026-05-05T15:53:44.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-05T15:53:44.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-05T15:53:44.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-05T15:53:44.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18622026-05-05T15:53:44.435Z
18632026-05-05T15:53:44.435Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18642026-05-05T15:53:44.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-05T15:53:44.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-05T15:53:44.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-05T15:53:44.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18682026-05-05T15:53:45.005Z
18692026-05-05T15:53:45.005Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18702026-05-05T15:53:45.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-05T15:53:45.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-05T15:53:45.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-05T15:53:45.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-05-05T15:53:45.460Z
18752026-05-05T15:53:45.460Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18762026-05-05T15:53:45.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-05T15:53:45.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-05T15:53:45.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-05T15:53:45.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-05-05T15:53:45.917Z
18812026-05-05T15:53:45.917Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18822026-05-05T15:53:46.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-05T15:53:46.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-05T15:53:46.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-05T15:53:46.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18862026-05-05T15:53:46.372Z
18872026-05-05T15:53:46.373Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18882026-05-05T15:53:46.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-05T15:53:46.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-05T15:53:46.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-05T15:53:46.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-05-05T15:53:46.830Z
18932026-05-05T15:53:46.831Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18942026-05-05T15:53:47.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-05T15:53:47.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-05T15:53:47.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-05T15:53:47.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18982026-05-05T15:53:47.287Z
18992026-05-05T15:53:47.287Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
19002026-05-05T15:53:47.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-05T15:53:47.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-05T15:53:47.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-05T15:53:47.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19042026-05-05T15:53:47.756Z
19052026-05-05T15:53:47.756Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
19062026-05-05T15:53:48.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-05T15:53:48.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-05T15:53:48.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-05T15:53:48.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19102026-05-05T15:53:48.213Z
19112026-05-05T15:53:48.213Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
19122026-05-05T15:53:48.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-05T15:53:48.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-05T15:53:48.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-05T15:53:48.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19162026-05-05T15:53:48.670Z
19172026-05-05T15:53:48.670Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
19182026-05-05T15:53:49.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-05T15:53:49.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-05T15:53:49.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-05T15:53:49.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-05-05T15:53:49.133Z
19232026-05-05T15:53:49.133Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19242026-05-05T15:53:49.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-05T15:53:49.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-05T15:53:49.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-05T15:53:49.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-05-05T15:53:49.596Z
19292026-05-05T15:53:49.596Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19302026-05-05T15:53:50.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-05T15:53:50.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-05T15:53:50.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-05T15:53:50.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-05-05T15:53:50.059Z
19352026-05-05T15:53:50.059Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19362026-05-05T15:53:50.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-05T15:53:50.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-05T15:53:50.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-05T15:53:50.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-05-05T15:53:50.521Z
19412026-05-05T15:53:50.521Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19422026-05-05T15:53:50.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-05T15:53:50.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-05T15:53:50.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-05T15:53:50.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-05T15:53:50.986Z
19472026-05-05T15:53:50.986Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19482026-05-05T15:53:51.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-05T15:53:51.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-05T15:53:51.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-05T15:53:51.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-05T15:53:51.451Z
19532026-05-05T15:53:51.451Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19542026-05-05T15:53:51.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-05T15:53:51.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-05T15:53:51.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-05T15:53:51.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-05T15:53:51.912Z
19592026-05-05T15:53:51.912Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19602026-05-05T15:53:52.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-05T15:53:52.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-05T15:53:52.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-05T15:53:52.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-05-05T15:53:52.373Z
19652026-05-05T15:53:52.373Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19662026-05-05T15:53:52.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-05T15:53:52.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-05T15:53:52.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-05T15:53:52.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-05-05T15:53:52.834Z
19712026-05-05T15:53:52.834Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19722026-05-05T15:53:53.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-05T15:53:53.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-05T15:53:53.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-05T15:53:53.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-05-05T15:53:53.295Z
19772026-05-05T15:53:53.295Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19782026-05-05T15:53:53.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-05T15:53:53.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-05T15:53:53.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-05T15:53:53.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-05T15:53:53.757Z
19832026-05-05T15:53:53.757Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19842026-05-05T15:53:54.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-05T15:53:54.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-05T15:53:54.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-05T15:53:54.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-05-05T15:53:54.222Z
19892026-05-05T15:53:54.222Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19902026-05-05T15:53:54.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-05T15:53:54.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-05T15:53:54.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-05T15:53:54.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-05-05T15:53:54.687Z
19952026-05-05T15:53:54.687Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19962026-05-05T15:53:55.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-05T15:53:55.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-05T15:53:55.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-05T15:53:55.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-05T15:53:55.148Z
20012026-05-05T15:53:55.148Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
20022026-05-05T15:53:55.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-05T15:53:55.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-05T15:53:55.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-05T15:53:55.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-05-05T15:53:55.606Z
20072026-05-05T15:53:55.606Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
20082026-05-05T15:53:56.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-05T15:53:56.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-05T15:53:56.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-05T15:53:56.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-05T15:53:56.065Z
20132026-05-05T15:53:56.065Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
20142026-05-05T15:53:56.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-05T15:53:56.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-05T15:53:56.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-05T15:53:56.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-05-05T15:53:56.523Z
20192026-05-05T15:53:56.523Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
20202026-05-05T15:53:56.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-05T15:53:56.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-05T15:53:56.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-05T15:53:56.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-05-05T15:53:56.980Z
20252026-05-05T15:53:56.980Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20262026-05-05T15:53:57.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-05T15:53:57.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-05T15:53:57.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-05T15:53:57.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-05-05T15:53:57.444Z
20312026-05-05T15:53:57.444Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20322026-05-05T15:53:57.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-05T15:53:57.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-05T15:53:57.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-05T15:53:57.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-05T15:53:57.909Z
20372026-05-05T15:53:57.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20382026-05-05T15:53:58.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-05T15:53:58.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-05T15:53:58.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-05T15:53:58.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-05-05T15:53:58.375Z
20432026-05-05T15:53:58.375Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20442026-05-05T15:53:58.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-05T15:53:58.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-05T15:53:58.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-05T15:53:58.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-05-05T15:53:58.834Z
20492026-05-05T15:53:58.834Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20502026-05-05T15:53:59.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-05T15:53:59.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-05T15:53:59.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-05T15:53:59.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-05-05T15:53:59.292Z
20552026-05-05T15:53:59.292Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20562026-05-05T15:53:59.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-05T15:53:59.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-05T15:53:59.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-05T15:53:59.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-05-05T15:53:59.752Z
20612026-05-05T15:53:59.752Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20622026-05-05T15:54:00.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-05T15:54:00.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-05T15:54:00.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-05T15:54:00.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-05-05T15:54:00.223Z
20672026-05-05T15:54:00.223Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20682026-05-05T15:54:00.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-05T15:54:00.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-05T15:54:00.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-05T15:54:00.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20722026-05-05T15:54:00.688Z
20732026-05-05T15:54:00.688Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20742026-05-05T15:54:01.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-05T15:54:01.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-05T15:54:01.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-05T15:54:01.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-05-05T15:54:01.153Z
20792026-05-05T15:54:01.153Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20802026-05-05T15:54:01.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-05T15:54:01.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-05T15:54:01.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-05T15:54:01.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-05-05T15:54:01.615Z
20852026-05-05T15:54:01.615Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20862026-05-05T15:54:02.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-05T15:54:02.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-05T15:54:02.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-05T15:54:02.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20902026-05-05T15:54:02.077Z
20912026-05-05T15:54:02.077Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20922026-05-05T15:54:02.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-05T15:54:02.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-05T15:54:02.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-05T15:54:02.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20962026-05-05T15:54:02.543Z
20972026-05-05T15:54:02.543Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20982026-05-05T15:54:02.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-05T15:54:02.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-05T15:54:02.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-05T15:54:02.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21022026-05-05T15:54:03.013Z
21032026-05-05T15:54:03.013Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
21042026-05-05T15:54:03.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-05T15:54:03.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-05T15:54:03.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-05T15:54:03.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21082026-05-05T15:54:03.481Z
21092026-05-05T15:54:03.481Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
21102026-05-05T15:54:04.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-05T15:54:04.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-05T15:54:04.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-05T15:54:04.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21142026-05-05T15:54:04.113Z
21152026-05-05T15:54:04.113Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
21162026-05-05T15:54:04.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-05T15:54:04.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-05T15:54:04.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-05T15:54:04.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21202026-05-05T15:54:04.733Z
21212026-05-05T15:54:04.733Zinfo: running `cargo check --bins` on nexus-config (51/276)
21222026-05-05T15:54:05.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-05T15:54:05.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-05T15:54:05.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-05T15:54:05.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21262026-05-05T15:54:05.356Z
21272026-05-05T15:54:05.356Zinfo: running `cargo check --bins` on nexus-types (52/276)
21282026-05-05T15:54:05.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-05T15:54:05.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-05T15:54:05.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-05T15:54:05.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21322026-05-05T15:54:05.984Z
21332026-05-05T15:54:05.984Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21342026-05-05T15:54:06.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-05T15:54:06.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-05T15:54:06.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-05T15:54:06.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21382026-05-05T15:54:06.579Z
21392026-05-05T15:54:06.579Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21402026-05-05T15:54:07.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-05T15:54:07.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-05T15:54:07.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-05T15:54:07.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21442026-05-05T15:54:07.154Z
21452026-05-05T15:54:07.154Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21462026-05-05T15:54:07.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-05T15:54:07.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-05T15:54:07.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-05T15:54:07.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21502026-05-05T15:54:07.751Z
21512026-05-05T15:54:07.751Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21522026-05-05T15:54:08.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-05T15:54:08.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-05T15:54:08.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-05T15:54:08.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-05-05T15:54:08.345Z
21572026-05-05T15:54:08.345Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21582026-05-05T15:54:08.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-05T15:54:08.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-05T15:54:08.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-05T15:54:08.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-05-05T15:54:08.937Z
21632026-05-05T15:54:08.937Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21642026-05-05T15:54:09.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-05T15:54:09.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-05T15:54:09.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-05T15:54:09.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21682026-05-05T15:54:09.529Z
21692026-05-05T15:54:09.529Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21702026-05-05T15:54:10.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-05T15:54:10.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-05T15:54:10.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-05T15:54:10.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-05-05T15:54:10.108Z
21752026-05-05T15:54:10.108Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21762026-05-05T15:54:10.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-05T15:54:10.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-05T15:54:10.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-05T15:54:10.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21802026-05-05T15:54:10.685Z
21812026-05-05T15:54:10.685Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21822026-05-05T15:54:11.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-05T15:54:11.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-05T15:54:11.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-05T15:54:11.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21862026-05-05T15:54:11.261Z
21872026-05-05T15:54:11.261Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21882026-05-05T15:54:11.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-05T15:54:11.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-05T15:54:11.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-05T15:54:11.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21922026-05-05T15:54:11.827Z
21932026-05-05T15:54:11.827Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21942026-05-05T15:54:12.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-05T15:54:12.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-05T15:54:12.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-05T15:54:12.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21982026-05-05T15:54:12.418Z
21992026-05-05T15:54:12.418Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
22002026-05-05T15:54:12.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-05T15:54:12.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-05T15:54:12.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-05T15:54:12.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22042026-05-05T15:54:13.006Z
22052026-05-05T15:54:13.006Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
22062026-05-05T15:54:13.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-05T15:54:13.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-05T15:54:13.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-05T15:54:13.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22102026-05-05T15:54:13.576Z
22112026-05-05T15:54:13.576Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
22122026-05-05T15:54:14.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-05T15:54:14.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-05T15:54:14.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-05T15:54:14.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22162026-05-05T15:54:14.148Z
22172026-05-05T15:54:14.148Zinfo: running `cargo check --bins` on ereport-types (67/276)
22182026-05-05T15:54:14.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-05T15:54:14.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-05T15:54:14.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-05T15:54:14.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22222026-05-05T15:54:14.724Z
22232026-05-05T15:54:14.724Zinfo: running `cargo check --bins` on gateway-client (68/276)
22242026-05-05T15:54:15.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-05T15:54:15.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-05T15:54:15.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-05T15:54:15.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22282026-05-05T15:54:15.302Z
22292026-05-05T15:54:15.302Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22302026-05-05T15:54:15.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-05T15:54:15.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-05T15:54:15.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-05T15:54:15.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22342026-05-05T15:54:15.880Z
22352026-05-05T15:54:15.880Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22362026-05-05T15:54:16.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-05T15:54:16.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-05T15:54:16.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-05T15:54:16.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22402026-05-05T15:54:16.459Z
22412026-05-05T15:54:16.459Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22422026-05-05T15:54:16.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-05T15:54:16.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-05T15:54:16.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-05T15:54:16.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22462026-05-05T15:54:17.044Z
22472026-05-05T15:54:17.044Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22482026-05-05T15:54:17.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-05T15:54:17.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-05T15:54:17.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-05T15:54:17.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22522026-05-05T15:54:17.627Z
22532026-05-05T15:54:17.627Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22542026-05-05T15:54:18.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-05T15:54:18.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-05T15:54:18.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-05-05T15:54:18.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22582026-05-05T15:54:18.234Z
22592026-05-05T15:54:18.234Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22602026-05-05T15:54:18.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-05-05T15:54:18.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-05-05T15:54:18.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-05-05T15:54:18.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22642026-05-05T15:54:18.837Z
22652026-05-05T15:54:18.837Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22662026-05-05T15:54:19.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-05-05T15:54:19.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-05-05T15:54:19.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-05-05T15:54:19.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22702026-05-05T15:54:19.415Z
22712026-05-05T15:54:19.415Zinfo: running `cargo check --bins` on oxlog (76/276)
22722026-05-05T15:54:19.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-05-05T15:54:19.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-05-05T15:54:20.018Z Checking cfg-if v1.0.4
22752026-05-05T15:54:20.021Z Checking libc v0.2.185
22762026-05-05T15:54:20.021Z Checking serde_core v1.0.228
22772026-05-05T15:54:20.136Z Checking zeroize v1.8.2
22782026-05-05T15:54:20.144Z Checking memchr v2.8.0
22792026-05-05T15:54:20.154Z Checking log v0.4.29
22802026-05-05T15:54:20.162Z Checking smallvec v1.15.1
22812026-05-05T15:54:20.173Z Checking typenum v1.19.0
22822026-05-05T15:54:20.173Z Checking subtle v2.6.1
22832026-05-05T15:54:20.274Z Checking itoa v1.0.17
22842026-05-05T15:54:20.305Z Checking scopeguard v1.2.0
22852026-05-05T15:54:20.319Z Checking const-oid v0.9.6
22862026-05-05T15:54:20.338Z Checking stable_deref_trait v1.2.1
22872026-05-05T15:54:20.405Z Checking lock_api v0.4.14
22882026-05-05T15:54:20.417Z Checking portable-atomic v1.13.1
22892026-05-05T15:54:20.421Z Checking zerofrom v0.1.6
22902026-05-05T15:54:20.518Z Checking getrandom v0.2.17
22912026-05-05T15:54:20.518Z Checking errno v0.3.14
22922026-05-05T15:54:20.542Z Checking critical-section v1.2.0
22932026-05-05T15:54:20.600Z Checking yoke v0.8.1
22942026-05-05T15:54:20.631Z Checking parking_lot_core v0.9.12
22952026-05-05T15:54:20.644Z Checking signal-hook-registry v1.4.8
22962026-05-05T15:54:20.660Z Checking rand_core v0.6.4
22972026-05-05T15:54:20.694Z Checking generic-array v0.14.7
22982026-05-05T15:54:20.761Z Checking zerovec v0.11.5
22992026-05-05T15:54:20.797Z Checking zerocopy v0.8.40
23002026-05-05T15:54:20.809Z Checking pin-project-lite v0.2.17
23012026-05-05T15:54:20.813Z Checking once_cell v1.21.3
23022026-05-05T15:54:20.832Z Checking parking_lot v0.12.5
23032026-05-05T15:54:20.895Z Checking mio v1.2.0
23042026-05-05T15:54:20.975Z Checking socket2 v0.6.3
23052026-05-05T15:54:20.987Z Checking libm v0.2.16
23062026-05-05T15:54:21.010Z Checking zmij v1.0.21
23072026-05-05T15:54:21.122Z Checking crypto-common v0.1.7
23082026-05-05T15:54:21.190Z Checking block-buffer v0.10.4
23092026-05-05T15:54:21.194Z Checking tinystr v0.8.2
23102026-05-05T15:54:21.209Z Checking litemap v0.8.1
23112026-05-05T15:54:21.220Z Checking percent-encoding v2.3.2
23122026-05-05T15:54:21.239Z Checking writeable v0.6.2
23132026-05-05T15:54:21.300Z Checking digest v0.10.7
23142026-05-05T15:54:21.351Z Checking futures-core v0.3.32
23152026-05-05T15:54:21.362Z Checking equivalent v1.0.2
23162026-05-05T15:54:21.373Z Checking potential_utf v0.1.4
23172026-05-05T15:54:21.394Z Checking icu_locale_core v2.1.1
23182026-05-05T15:54:21.439Z Checking zerotrie v0.2.3
23192026-05-05T15:54:21.470Z Checking cpufeatures v0.2.17
23202026-05-05T15:54:21.492Z Checking hmac v0.12.1
23212026-05-05T15:54:21.503Z Checking icu_collections v2.1.1
23222026-05-05T15:54:21.537Z Checking block-padding v0.3.3
23232026-05-05T15:54:21.591Z Checking serde v1.0.228
23242026-05-05T15:54:21.620Z Checking bitflags v2.11.0
23252026-05-05T15:54:21.665Z Checking serde_json v1.0.149
23262026-05-05T15:54:21.678Z Checking icu_normalizer_data v2.1.1
23272026-05-05T15:54:21.681Z Checking num-traits v0.2.19
23282026-05-05T15:54:21.777Z Checking icu_properties_data v2.1.2
23292026-05-05T15:54:21.791Z Checking hashbrown v0.17.0
23302026-05-05T15:54:21.801Z Checking rand_core v0.10.0
23312026-05-05T15:54:21.907Z Checking futures-sink v0.3.32
23322026-05-05T15:54:21.935Z Checking getrandom v0.4.1
23332026-05-05T15:54:21.947Z Checking icu_provider v2.1.1
23342026-05-05T15:54:21.987Z Checking bytes v1.11.1
23352026-05-05T15:54:22.003Z Checking futures-channel v0.3.32
23362026-05-05T15:54:22.075Z Checking inout v0.1.4
23372026-05-05T15:54:22.169Z Checking icu_properties v2.1.2
23382026-05-05T15:54:22.185Z Checking icu_normalizer v2.1.1
23392026-05-05T15:54:22.210Z Checking futures-io v0.3.32
23402026-05-05T15:54:22.234Z Checking slab v0.4.12
23412026-05-05T15:54:22.246Z Checking indexmap v2.14.0
23422026-05-05T15:54:22.319Z Checking futures-task v0.3.32
23432026-05-05T15:54:22.329Z Checking cipher v0.4.4
23442026-05-05T15:54:22.388Z Checking sha2 v0.10.9
23452026-05-05T15:54:22.416Z Checking tokio v1.52.1
23462026-05-05T15:54:22.454Z Checking futures-util v0.3.32
23472026-05-05T15:54:22.481Z Checking getrandom v0.3.4
23482026-05-05T15:54:22.531Z Checking base64ct v1.8.3
23492026-05-05T15:54:22.621Z Checking utf8_iter v1.0.4
23502026-05-05T15:54:22.652Z Checking byteorder v1.5.0
23512026-05-05T15:54:22.740Z Checking form_urlencoded v1.2.2
23522026-05-05T15:54:22.759Z Checking pem-rfc7468 v0.7.0
23532026-05-05T15:54:22.796Z Checking fnv v1.0.7
23542026-05-05T15:54:22.850Z Checking flagset v0.4.7
23552026-05-05T15:54:22.867Z Checking rand_core v0.9.5
23562026-05-05T15:54:22.889Z Checking salsa20 v0.10.2
23572026-05-05T15:54:22.912Z Checking http v1.4.0
23582026-05-05T15:54:22.969Z Checking der v0.7.10
23592026-05-05T15:54:22.980Z Checking idna_adapter v1.2.1
23602026-05-05T15:54:23.018Z Checking uuid v1.23.0
23612026-05-05T15:54:23.038Z Checking pbkdf2 v0.12.2
23622026-05-05T15:54:23.094Z Checking idna v1.1.0
23632026-05-05T15:54:23.145Z Checking scrypt v0.11.0
23642026-05-05T15:54:23.279Z Checking cbc v0.1.2
23652026-05-05T15:54:23.330Z Checking aes v0.8.4
23662026-05-05T15:54:23.341Z Checking url v2.5.8
23672026-05-05T15:54:23.411Z Checking rustix v1.1.3
23682026-05-05T15:54:23.487Z Checking tracing-core v0.1.36
23692026-05-05T15:54:23.540Z Checking ppv-lite86 v0.2.21
23702026-05-05T15:54:23.713Z Checking spki v0.7.3
23712026-05-05T15:54:23.728Z Checking rustls-pki-types v1.14.0
23722026-05-05T15:54:23.788Z Checking iana-time-zone v0.1.65
23732026-05-05T15:54:23.800Z Checking regex-syntax v0.8.10
23742026-05-05T15:54:23.839Z Checking rand_chacha v0.9.0
23752026-05-05T15:54:23.873Z Checking pkcs5 v0.7.1
23762026-05-05T15:54:23.892Z Checking chrono v0.4.44
23772026-05-05T15:54:24.012Z Checking tracing v0.1.44
23782026-05-05T15:54:24.032Z Checking rand v0.9.2
23792026-05-05T15:54:24.124Z Checking http-body v1.0.1
23802026-05-05T15:54:24.219Z Checking aws-lc-sys v0.37.1
23812026-05-05T15:54:24.252Z Checking base64 v0.22.1
23822026-05-05T15:54:24.265Z Checking openssl-probe v0.2.1
23832026-05-05T15:54:24.352Z Checking untrusted v0.7.1
23842026-05-05T15:54:24.364Z Checking untrusted v0.9.0
23852026-05-05T15:54:24.464Z Checking pkcs8 v0.10.2
23862026-05-05T15:54:24.476Z Checking ring v0.17.14
23872026-05-05T15:54:24.490Z Checking tinyvec_macros v0.1.1
23882026-05-05T15:54:24.490Z Checking tower-service v0.3.3
23892026-05-05T15:54:24.564Z Checking tower-layer v0.3.3
23902026-05-05T15:54:24.579Z Checking try-lock v0.2.5
23912026-05-05T15:54:24.640Z Checking plain v0.2.3
23922026-05-05T15:54:24.676Z Checking atomic-waker v1.1.2
23932026-05-05T15:54:24.710Z Checking want v0.3.1
23942026-05-05T15:54:24.722Z Checking aws-lc-rs v1.16.0
23952026-05-05T15:54:24.734Z Checking tinyvec v1.10.0
23962026-05-05T15:54:24.749Z Checking ipnet v2.11.0
23972026-05-05T15:54:24.768Z Checking semver v1.0.28
23982026-05-05T15:54:24.827Z Checking httparse v1.10.1
23992026-05-05T15:54:24.972Z Checking spin v0.9.8
24002026-05-05T15:54:24.998Z Checking httpdate v1.0.3
24012026-05-05T15:54:25.031Z Checking foreign-types-shared v0.1.1
24022026-05-05T15:54:25.045Z Checking dyn-clone v1.0.20
24032026-05-05T15:54:25.094Z Checking ucd-trie v0.1.7
24042026-05-05T15:54:25.113Z Checking pin-utils v0.1.0
24052026-05-05T15:54:25.137Z Checking fastrand v2.3.0
24062026-05-05T15:54:25.137Z Checking unicode-ident v1.0.24
24072026-05-05T15:54:25.159Z Checking schemars v0.8.22
24082026-05-05T15:54:25.175Z Checking foreign-types v0.3.2
24092026-05-05T15:54:25.219Z Checking pest v2.8.6
24102026-05-05T15:54:25.243Z Checking proc-macro2 v1.0.106
24112026-05-05T15:54:25.255Z Checking openssl-sys v0.9.114
24122026-05-05T15:54:25.321Z Checking tempfile v3.25.0
24132026-05-05T15:54:25.453Z Checking thiserror v2.0.18
24142026-05-05T15:54:25.516Z Checking wait-timeout v0.2.1
24152026-05-05T15:54:25.544Z Checking aho-corasick v1.1.4
24162026-05-05T15:54:25.549Z Checking rustls-webpki v0.103.9
24172026-05-05T15:54:25.568Z Checking pretty-hex v0.4.1
24182026-05-05T15:54:25.632Z Checking simd-adler32 v0.3.8
24192026-05-05T15:54:25.647Z Checking tokio-util v0.7.18
24202026-05-05T15:54:25.682Z Checking siphasher v1.0.2
24212026-05-05T15:54:25.708Z Checking bit-vec v0.8.0
24222026-05-05T15:54:25.837Z Checking anstyle v1.0.13
24232026-05-05T15:54:25.842Z Checking utf8parse v0.2.2
24242026-05-05T15:54:25.842Z Checking powerfmt v0.2.0
24252026-05-05T15:54:25.900Z Checking quick-error v1.2.3
24262026-05-05T15:54:25.912Z Checking anstyle-parse v0.2.7
24272026-05-05T15:54:25.963Z Checking rustls v0.23.37
24282026-05-05T15:54:25.975Z Checking deranged v0.5.8
24292026-05-05T15:54:25.979Z Checking bit-set v0.8.0
24302026-05-05T15:54:25.997Z Checking rusty-fork v0.3.1
24312026-05-05T15:54:26.056Z Checking openssl v0.10.78
24322026-05-05T15:54:26.127Z Checking quote v1.0.45
24332026-05-05T15:54:26.161Z Compiling newtype-uuid v1.3.2
24342026-05-05T15:54:26.202Z Checking regex-automata v0.4.14
24352026-05-05T15:54:26.253Z Checking h2 v0.4.13
24362026-05-05T15:54:26.269Z Checking unicode-normalization v0.1.25
24372026-05-05T15:54:26.294Z Checking rustls-native-certs v0.8.3
24382026-05-05T15:54:26.339Z Checking crossbeam-utils v0.8.21
24392026-05-05T15:54:26.417Z Checking rand_xorshift v0.4.0
24402026-05-05T15:54:26.534Z Checking crc32fast v1.5.0
24412026-05-05T15:54:26.664Z Checking scroll v0.13.0
24422026-05-05T15:54:26.677Z Checking signature v2.2.0
24432026-05-05T15:54:26.677Z Checking sync_wrapper v1.0.2
24442026-05-05T15:54:26.788Z Checking unicode-properties v0.1.4
24452026-05-05T15:54:26.802Z Checking unicode-bidi v0.3.18
24462026-05-05T15:54:26.889Z Checking is_terminal_polyfill v1.70.2
24472026-05-05T15:54:26.892Z Checking anstyle-query v1.1.5
24482026-05-05T15:54:26.974Z Checking allocator-api2 v0.2.21
24492026-05-05T15:54:26.987Z Checking time-core v0.1.8
24502026-05-05T15:54:26.997Z Checking unarray v0.1.4
24512026-05-05T15:54:27.092Z Checking num-conv v0.2.0
24522026-05-05T15:54:27.104Z Checking num_threads v0.1.7
24532026-05-05T15:54:27.124Z Checking colorchoice v1.0.4
24542026-05-05T15:54:27.183Z Checking adler2 v2.0.1
24552026-05-05T15:54:27.205Z Checking time v0.3.47
24562026-05-05T15:54:27.220Z Checking anstream v0.6.21
24572026-05-05T15:54:27.256Z Checking proptest v1.11.0
24582026-05-05T15:54:27.286Z Checking miniz_oxide v0.8.9
24592026-05-05T15:54:27.414Z Checking stringprep v0.1.5
24602026-05-05T15:54:27.565Z Checking goblin v0.10.5
24612026-05-05T15:54:27.635Z Checking tower v0.5.3
24622026-05-05T15:54:27.994Z Checking crossbeam-epoch v0.9.18
24632026-05-05T15:54:28.017Z Checking syn v2.0.117
24642026-05-05T15:54:28.029Z Checking native-tls v0.2.18
24652026-05-05T15:54:28.207Z Compiling daft v0.1.5
24662026-05-05T15:54:28.220Z Checking ipnetwork v0.21.1
24672026-05-05T15:54:28.292Z Checking tokio-rustls v0.26.4
24682026-05-05T15:54:28.310Z Checking http-body-util v0.1.3
24692026-05-05T15:54:28.445Z Checking webpki-roots v1.0.6
24702026-05-05T15:54:28.482Z Checking rand_chacha v0.3.1
24712026-05-05T15:54:28.525Z Checking thiserror v1.0.69
24722026-05-05T15:54:28.525Z Checking scroll v0.12.0
24732026-05-05T15:54:28.559Z Checking zstd-sys v2.0.16+zstd.1.5.7
24742026-05-05T15:54:28.623Z Checking hash32 v0.2.1
24752026-05-05T15:54:28.672Z Checking num-integer v0.1.46
24762026-05-05T15:54:28.688Z Checking toml_datetime v0.6.11
24772026-05-05T15:54:28.760Z Checking serde_spanned v0.6.9
24782026-05-05T15:54:28.781Z Checking md-5 v0.10.6
24792026-05-05T15:54:28.870Z Checking ff v0.13.1
24802026-05-05T15:54:28.887Z Checking zlib-rs v0.6.2
24812026-05-05T15:54:28.899Z Checking base16ct v0.2.0
24822026-05-05T15:54:28.919Z Checking psl-types v2.0.11
24832026-05-05T15:54:28.940Z Checking hyper v1.8.1
24842026-05-05T15:54:28.992Z Checking iri-string v0.7.10
24852026-05-05T15:54:29.021Z Checking fallible-iterator v0.2.0
24862026-05-05T15:54:29.032Z Checking ryu v1.0.23
24872026-05-05T15:54:29.166Z Checking serde_urlencoded v0.7.1
24882026-05-05T15:54:29.223Z Checking publicsuffix v2.3.0
24892026-05-05T15:54:29.288Z Checking postgres-protocol v0.6.10
24902026-05-05T15:54:29.364Z Compiling iddqd v0.3.18
24912026-05-05T15:54:29.381Z Checking sec1 v0.7.3
24922026-05-05T15:54:29.587Z Checking group v0.13.0
24932026-05-05T15:54:29.599Z Checking num-iter v0.1.45
24942026-05-05T15:54:29.711Z Checking heapless v0.7.17
24952026-05-05T15:54:29.731Z Checking goblin v0.8.2
24962026-05-05T15:54:29.753Z Checking flate2 v1.1.9
24972026-05-05T15:54:29.835Z Checking hyper-util v0.1.20
24982026-05-05T15:54:29.930Z Checking dof v0.4.0
24992026-05-05T15:54:30.004Z Checking tower-http v0.6.8
25002026-05-05T15:54:30.043Z Checking rand v0.8.5
25012026-05-05T15:54:30.123Z Checking zstd-safe v7.2.4
25022026-05-05T15:54:30.281Z Checking oxnet v0.1.4
25032026-05-05T15:54:30.295Z Checking cookie v0.18.1
25042026-05-05T15:54:30.307Z Checking tokio-native-tls v0.3.1
25052026-05-05T15:54:30.462Z Checking dtrace-parser v0.3.0
25062026-05-05T15:54:30.506Z Checking phf_shared v0.13.1
25072026-05-05T15:54:30.518Z Checking lazy_static v1.5.0
25082026-05-05T15:54:30.518Z Checking terminal_size v0.4.3
25092026-05-05T15:54:30.557Z Checking zerocopy v0.7.35
25102026-05-05T15:54:30.560Z Checking bzip2-sys v0.1.13+1.0.8
25112026-05-05T15:54:30.614Z Checking signal-hook v0.3.18
25122026-05-05T15:54:30.626Z Checking hkdf v0.12.4
25132026-05-05T15:54:30.646Z Checking crypto-bigint v0.5.5
25142026-05-05T15:54:30.692Z Checking thread-id v5.1.0
25152026-05-05T15:54:30.703Z Checking libbz2-rs-sys v0.2.2
25162026-05-05T15:54:30.753Z Checking foldhash v0.1.5
25172026-05-05T15:54:30.770Z Checking managed v0.8.0
25182026-05-05T15:54:30.794Z Checking either v1.15.0
25192026-05-05T15:54:30.910Z Checking winnow v0.7.14
25202026-05-05T15:54:30.955Z Checking bumpalo v3.20.2
25212026-05-05T15:54:30.973Z Compiling rayon-core v1.13.0
25222026-05-05T15:54:31.036Z Checking winnow v0.5.40
25232026-05-05T15:54:31.066Z Checking hyper-rustls v0.27.7
25242026-05-05T15:54:31.089Z Checking bitflags v1.3.2
25252026-05-05T15:54:31.146Z Checking clap_lex v1.0.0
25262026-05-05T15:54:31.159Z Checking foldhash v0.2.0
25272026-05-05T15:54:31.169Z Checking strsim v0.11.1
25282026-05-05T15:54:31.271Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25292026-05-05T15:54:31.293Z Checking smoltcp v0.9.1
25302026-05-05T15:54:31.306Z Checking hashbrown v0.16.1
25312026-05-05T15:54:31.328Z Checking clap_builder v4.5.60
25322026-05-05T15:54:31.450Z Checking zopfli v0.8.3
25332026-05-05T15:54:31.537Z Checking elliptic-curve v0.13.8
25342026-05-05T15:54:31.600Z Checking dof v0.3.0
25352026-05-05T15:54:31.793Z Checking bzip2 v0.6.1
25362026-05-05T15:54:31.807Z Checking hyper-tls v0.6.0
25372026-05-05T15:54:31.835Z Checking hashbrown v0.15.5
25382026-05-05T15:54:31.859Z Checking signal-hook-mio v0.2.5
25392026-05-05T15:54:31.878Z Checking usdt-impl v0.6.0
25402026-05-05T15:54:31.950Z Checking phf v0.13.1
25412026-05-05T15:54:31.961Z Checking bzip2 v0.4.4
25422026-05-05T15:54:31.971Z Checking num-bigint-dig v0.8.6
25432026-05-05T15:54:32.093Z Checking cookie_store v0.22.1
25442026-05-05T15:54:32.117Z Checking zstd v0.13.3
25452026-05-05T15:54:32.156Z Checking postgres-types v0.2.12
25462026-05-05T15:54:32.171Z Checking toml_edit v0.19.15
25472026-05-05T15:54:32.293Z Checking dtrace-parser v0.2.0
25482026-05-05T15:54:32.305Z Checking rustls-platform-verifier v0.6.2
25492026-05-05T15:54:32.309Z Checking crossbeam-deque v0.8.6
25502026-05-05T15:54:32.422Z Checking regex v1.12.3
25512026-05-05T15:54:32.440Z Checking bstr v1.12.1
25522026-05-05T15:54:32.460Z Checking ed25519 v2.2.3
25532026-05-05T15:54:32.487Z Checking phf_shared v0.11.3
25542026-05-05T15:54:32.522Z Checking curve25519-dalek v4.1.3
25552026-05-05T15:54:32.561Z Checking ref-cast v1.0.25
25562026-05-05T15:54:32.626Z Checking strum v0.27.2
25572026-05-05T15:54:32.641Z Checking hubpack v0.1.2
25582026-05-05T15:54:32.658Z Checking memoffset v0.9.1
25592026-05-05T15:54:32.698Z Checking rustix v0.38.44
25602026-05-05T15:54:32.732Z Checking pkcs1 v0.7.5
25612026-05-05T15:54:32.744Z Checking float-cmp v0.10.0
25622026-05-05T15:54:32.793Z Checking serde-big-array v0.5.1
25632026-05-05T15:54:32.804Z Checking erased-serde v0.3.31
25642026-05-05T15:54:32.830Z Checking hex v0.4.3
25652026-05-05T15:54:32.866Z Checking rfc6979 v0.4.0
25662026-05-05T15:54:32.921Z Checking memmap2 v0.9.10
25672026-05-05T15:54:32.939Z Checking thread-id v4.2.2
25682026-05-05T15:54:32.979Z Checking env_filter v1.0.0
25692026-05-05T15:54:33.016Z Checking encoding_rs v0.8.35
25702026-05-05T15:54:33.051Z Checking rustc-hash v2.1.1
25712026-05-05T15:54:33.077Z Checking predicates-core v1.0.10
25722026-05-05T15:54:33.118Z Checking toml_write v0.1.2
25732026-05-05T15:54:33.163Z Checking keccak v0.1.6
25742026-05-05T15:54:33.174Z Checking static_assertions v1.1.0
25752026-05-05T15:54:33.194Z Checking mime v0.3.17
25762026-05-05T15:54:33.206Z Checking difflib v0.4.0
25772026-05-05T15:54:33.239Z Checking fixedbitset v0.4.2
25782026-05-05T15:54:33.280Z Checking normalize-line-endings v0.3.0
25792026-05-05T15:54:33.291Z Checking fixedbitset v0.5.7
25802026-05-05T15:54:33.326Z Checking precomputed-hash v0.1.1
25812026-05-05T15:54:33.364Z Checking new_debug_unreachable v1.0.6
25822026-05-05T15:54:33.375Z Checking jiff v0.2.21
25832026-05-05T15:54:33.386Z Checking unicode-segmentation v1.12.0
25842026-05-05T15:54:33.389Z Checking data-encoding v2.10.0
25852026-05-05T15:54:33.409Z Checking whoami v2.1.0
25862026-05-05T15:54:33.447Z Checking string_cache v0.8.9
25872026-05-05T15:54:33.500Z Checking petgraph v0.8.3
25882026-05-05T15:54:33.519Z Checking crossterm v0.28.1
25892026-05-05T15:54:33.610Z Checking petgraph v0.6.5
25902026-05-05T15:54:33.614Z Checking tokio-postgres v0.7.16
25912026-05-05T15:54:33.663Z Checking hickory-proto v0.25.2
25922026-05-05T15:54:33.709Z Checking similar v2.7.0
25932026-05-05T15:54:34.006Z Checking reqwest v0.12.28
25942026-05-05T15:54:34.094Z Checking predicates v3.1.4
25952026-05-05T15:54:34.240Z Checking sha3 v0.10.8
25962026-05-05T15:54:34.394Z Checking ed25519-dalek v2.2.0
25972026-05-05T15:54:34.447Z Checking toml_edit v0.22.27
25982026-05-05T15:54:34.620Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25992026-05-05T15:54:34.849Z Checking toml v0.7.8
26002026-05-05T15:54:34.853Z Checking slog v2.8.2
26012026-05-05T15:54:35.046Z Checking env_logger v0.11.9
26022026-05-05T15:54:35.123Z Checking usdt v0.6.0
26032026-05-05T15:54:35.154Z Checking serde_with v3.17.0
26042026-05-05T15:54:35.235Z Checking usdt-impl v0.5.0
26052026-05-05T15:54:35.285Z Checking ecdsa v0.16.9
26062026-05-05T15:54:35.523Z Checking rsa v0.9.10
26072026-05-05T15:54:35.534Z Checking nix v0.31.2
26082026-05-05T15:54:35.568Z Checking zip v4.6.1
26092026-05-05T15:54:35.616Z Checking clap v4.5.60
26102026-05-05T15:54:35.717Z Checking reqwest v0.13.2
26112026-05-05T15:54:35.967Z Checking zip v0.6.6
26122026-05-05T15:54:36.017Z Checking toml_parser v1.0.9+spec-1.1.0
26132026-05-05T15:54:36.146Z Checking itertools v0.13.0
26142026-05-05T15:54:36.291Z Checking strum v0.26.3
26152026-05-05T15:54:36.340Z Checking tokio-stream v0.1.18
26162026-05-05T15:54:36.401Z Checking fs-err v3.3.0
26172026-05-05T15:54:36.430Z Checking ahash v0.8.12
26182026-05-05T15:54:36.522Z Checking object v0.37.3
26192026-05-05T15:54:36.544Z Checking buf-list v1.1.2
26202026-05-05T15:54:36.544Z Checking anyhow v1.0.102
26212026-05-05T15:54:36.620Z Checking camino v1.2.2
26222026-05-05T15:54:36.694Z Checking x509-cert v0.2.5
26232026-05-05T15:54:36.717Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26242026-05-05T15:54:36.729Z Checking openapiv3 v2.2.0
26252026-05-05T15:54:36.751Z Checking toml_datetime v0.7.5+spec-1.1.0
26262026-05-05T15:54:36.869Z Checking sha1 v0.10.6
26272026-05-05T15:54:36.869Z Checking lalrpop-util v0.19.12
26282026-05-05T15:54:36.947Z Checking peg-runtime v0.8.5
26292026-05-05T15:54:36.974Z Checking rayon v1.11.0
26302026-05-05T15:54:37.027Z Checking sigpipe v0.1.3
26312026-05-05T15:54:37.038Z Checking glob v0.3.3
26322026-05-05T15:54:38.681Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26332026-05-05T15:54:38.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.53s
26342026-05-05T15:54:40.122Z
26352026-05-05T15:54:40.122Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26362026-05-05T15:54:40.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-05T15:54:40.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-05T15:54:40.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-05-05T15:54:40.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26402026-05-05T15:54:40.126Z
26412026-05-05T15:54:40.126Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26422026-05-05T15:54:40.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-05-05T15:54:40.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-05-05T15:54:40.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-05-05T15:54:40.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26462026-05-05T15:54:40.300Z
26472026-05-05T15:54:40.300Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26482026-05-05T15:54:40.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-05-05T15:54:40.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-05-05T15:54:40.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-05-05T15:54:40.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26522026-05-05T15:54:40.906Z
26532026-05-05T15:54:40.906Zinfo: running `cargo check --bins` on oxql-types (80/276)
26542026-05-05T15:54:41.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-05-05T15:54:41.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-05-05T15:54:41.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-05-05T15:54:41.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26582026-05-05T15:54:41.499Z
26592026-05-05T15:54:41.499Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26602026-05-05T15:54:41.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-05-05T15:54:41.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-05-05T15:54:41.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-05-05T15:54:42.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26642026-05-05T15:54:42.087Z
26652026-05-05T15:54:42.088Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26662026-05-05T15:54:42.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-05-05T15:54:42.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-05-05T15:54:42.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-05-05T15:54:42.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26702026-05-05T15:54:42.678Z
26712026-05-05T15:54:42.678Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26722026-05-05T15:54:43.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-05-05T15:54:43.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-05-05T15:54:43.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752026-05-05T15:54:43.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26762026-05-05T15:54:43.254Z
26772026-05-05T15:54:43.255Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26782026-05-05T15:54:43.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792026-05-05T15:54:43.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802026-05-05T15:54:43.926Z Compiling structmeta-derive v0.3.0
26812026-05-05T15:54:44.041Z Compiling rustls v0.22.4
26822026-05-05T15:54:44.050Z Compiling multer v3.1.0
26832026-05-05T15:54:44.059Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26842026-05-05T15:54:44.059Z Compiling async-stream-impl v0.3.6
26852026-05-05T15:54:44.079Z Compiling dropshot v0.17.0
26862026-05-05T15:54:44.094Z Compiling dropshot_endpoint v0.17.0
26872026-05-05T15:54:44.094Z Compiling newtype-uuid-macros v0.1.0
26882026-05-05T15:54:44.215Z Checking newtype-uuid v1.3.2
26892026-05-05T15:54:44.275Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26902026-05-05T15:54:44.312Z Checking rustls-webpki v0.102.8
26912026-05-05T15:54:44.409Z Checking daft v0.1.5
26922026-05-05T15:54:44.434Z Checking futures-executor v0.3.32
26932026-05-05T15:54:44.581Z Checking thread_local v1.1.9
26942026-05-05T15:54:44.621Z Checking match_cfg v0.1.0
26952026-05-05T15:54:44.644Z Checking compression-core v0.4.31
26962026-05-05T15:54:44.662Z Checking iddqd v0.3.18
26972026-05-05T15:54:44.688Z Checking hostname v0.3.1
26982026-05-05T15:54:44.749Z Checking futures v0.3.32
26992026-05-05T15:54:44.770Z Checking compression-codecs v0.4.37
27002026-05-05T15:54:44.784Z Checking crossbeam-channel v0.5.15
27012026-05-05T15:54:44.823Z Checking slog-json v2.6.1
27022026-05-05T15:54:44.836Z Checking is-terminal v0.4.17
27032026-05-05T15:54:44.924Z Checking toml_datetime v1.0.0+spec-1.1.0
27042026-05-05T15:54:44.937Z Checking serde_spanned v1.0.4
27052026-05-05T15:54:44.978Z Checking term v1.2.1
27062026-05-05T15:54:45.065Z Checking take_mut v0.2.2
27072026-05-05T15:54:45.092Z Compiling structmeta v0.3.0
27082026-05-05T15:54:45.107Z Checking toml_writer v1.0.6+spec-1.1.0
27092026-05-05T15:54:45.121Z Checking debug-ignore v1.0.5
27102026-05-05T15:54:45.167Z Checking slog-async v2.8.0
27112026-05-05T15:54:45.194Z Checking slog-term v2.9.2
27122026-05-05T15:54:45.216Z Checking slog-bunyan v2.5.0
27132026-05-05T15:54:45.313Z Checking toml v1.0.6+spec-1.1.0
27142026-05-05T15:54:45.316Z Compiling derive-ex v0.1.8
27152026-05-05T15:54:45.327Z Compiling parse-display-derive v0.10.0
27162026-05-05T15:54:45.339Z Checking async-compression v0.4.41
27172026-05-05T15:54:45.452Z Checking async-stream v0.3.6
27182026-05-05T15:54:45.522Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192026-05-05T15:54:45.578Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27202026-05-05T15:54:45.581Z Checking progenitor-client v0.14.0
27212026-05-05T15:54:45.605Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27222026-05-05T15:54:45.745Z Checking waitgroup v0.1.2
27232026-05-05T15:54:45.819Z Checking backon v1.6.0
27242026-05-05T15:54:45.845Z Checking rustls-pemfile v2.2.0
27252026-05-05T15:54:45.858Z Checking serde_path_to_error v0.1.20
27262026-05-05T15:54:45.905Z Checking hostname v0.4.2
27272026-05-05T15:54:45.976Z Checking instant v0.1.13
27282026-05-05T15:54:46.072Z Checking backoff v0.4.0
27292026-05-05T15:54:46.138Z Checking tokio-rustls v0.25.0
27302026-05-05T15:54:46.153Z Checking progenitor-extras v0.2.0
27312026-05-05T15:54:46.192Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27322026-05-05T15:54:46.242Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27332026-05-05T15:54:46.375Z Checking progenitor-client v0.10.0
27342026-05-05T15:54:46.395Z Checking itertools v0.14.0
27352026-05-05T15:54:46.592Z Checking regress v0.10.5
27362026-05-05T15:54:46.605Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27372026-05-05T15:54:46.819Z Checking macaddr v1.0.1
27382026-05-05T15:54:46.965Z Compiling test-strategy v0.4.5
27392026-05-05T15:54:47.012Z Checking parse-display v0.10.0
27402026-05-05T15:54:48.134Z Compiling prettyplease v0.2.37
27412026-05-05T15:54:48.470Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27422026-05-05T15:54:48.632Z Checking num-rational v0.4.2
27432026-05-05T15:54:48.840Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-05-05T15:54:49.075Z Checking num-complex v0.4.6
27452026-05-05T15:54:49.734Z Checking num v0.4.3
27462026-05-05T15:54:49.818Z Compiling usdt-attr-macro v0.5.0
27472026-05-05T15:54:49.830Z Compiling usdt-macro v0.5.0
27482026-05-05T15:54:49.881Z Checking memmap v0.7.0
27492026-05-05T15:54:49.895Z Checking float-ord v0.3.2
27502026-05-05T15:54:49.995Z Compiling convert_case v0.4.0
27512026-05-05T15:54:50.012Z Checking unicode-width v0.2.0
27522026-05-05T15:54:50.261Z Checking console v0.15.11
27532026-05-05T15:54:50.361Z Compiling derive_more v0.99.20
27542026-05-05T15:54:50.536Z Checking newline-converter v0.3.0
27552026-05-05T15:54:50.540Z Checking atomicwrites v0.4.4
27562026-05-05T15:54:50.585Z Checking usdt v0.5.0
27572026-05-05T15:54:50.650Z Compiling toml v0.8.23
27582026-05-05T15:54:50.678Z Checking linked-hash-map v0.5.6
27592026-05-05T15:54:50.754Z Compiling minimal-lexical v0.2.1
27602026-05-05T15:54:50.848Z Checking lru-cache v0.1.2
27612026-05-05T15:54:50.972Z Compiling nom v7.1.3
27622026-05-05T15:54:51.012Z Checking expectorate v1.2.0
27632026-05-05T15:54:51.591Z Checking camino-tempfile v1.4.1
27642026-05-05T15:54:51.645Z Checking hickory-proto v0.24.4
27652026-05-05T15:54:51.759Z Checking phf_shared v0.12.1
27662026-05-05T15:54:51.903Z Compiling slog-dtrace v0.3.0
27672026-05-05T15:54:52.019Z Checking resolv-conf v0.7.6
27682026-05-05T15:54:52.137Z Checking heck v0.5.0
27692026-05-05T15:54:52.207Z Compiling chrono-tz v0.10.4
27702026-05-05T15:54:52.225Z Compiling const_format_proc_macros v0.2.34
27712026-05-05T15:54:52.316Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722026-05-05T15:54:52.457Z Checking phf v0.12.1
27732026-05-05T15:54:52.605Z Checking tokio-dtrace v0.1.1
27742026-05-05T15:54:52.665Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27752026-05-05T15:54:52.790Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762026-05-05T15:54:52.790Z Compiling derive-where v1.6.0
27772026-05-05T15:54:52.876Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27782026-05-05T15:54:53.250Z Checking highway v1.3.0
27792026-05-05T15:54:53.447Z Checking hickory-resolver v0.24.4
27802026-05-05T15:54:53.480Z Checking const_format v0.2.35
27812026-05-05T15:54:53.715Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-05-05T15:54:53.817Z Checking oxide-tokio-rt v0.1.4
27832026-05-05T15:54:54.123Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27842026-05-05T15:54:54.198Z Checking qorb v0.4.1
27852026-05-05T15:54:54.215Z Checking gethostname v0.5.0
27862026-05-05T15:54:54.227Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27872026-05-05T15:54:54.303Z Checking bcs v0.1.6
27882026-05-05T15:54:54.319Z Compiling async-recursion v1.1.1
27892026-05-05T15:54:54.384Z Checking termtree v0.5.1
27902026-05-05T15:54:54.419Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27912026-05-05T15:54:54.431Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27922026-05-05T15:54:57.890Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27932026-05-05T15:55:00.443Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27942026-05-05T15:55:02.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
27952026-05-05T15:55:02.695Z
27962026-05-05T15:55:02.695Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27972026-05-05T15:55:03.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-05T15:55:03.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-05T15:55:03.361Z Compiling ar_archive_writer v0.5.1
28002026-05-05T15:55:03.473Z Compiling stacker v0.1.23
28012026-05-05T15:55:03.482Z Compiling cfg_aliases v0.1.1
28022026-05-05T15:55:03.490Z Compiling convert_case v0.10.0
28032026-05-05T15:55:03.494Z Checking unicode-width v0.1.14
28042026-05-05T15:55:03.508Z Compiling proc-macro-error v1.0.4
28052026-05-05T15:55:03.522Z Checking fd-lock v4.0.4
28062026-05-05T15:55:03.528Z Checking nibble_vec v0.1.0
28072026-05-05T15:55:03.544Z Compiling nix v0.28.0
28082026-05-05T15:55:03.632Z Checking vte v0.14.1
28092026-05-05T15:55:03.651Z Compiling recursive-proc-macro-impl v0.1.1
28102026-05-05T15:55:03.730Z Checking endian-type v0.1.2
28112026-05-05T15:55:03.742Z Checking bytecount v0.6.9
28122026-05-05T15:55:03.781Z Checking strip-ansi-escapes v0.2.1
28132026-05-05T15:55:03.792Z Compiling derive_more-impl v2.1.1
28142026-05-05T15:55:03.805Z Compiling tabled_derive v0.7.0
28152026-05-05T15:55:03.837Z Checking papergrid v0.11.0
28162026-05-05T15:55:03.855Z Checking radix_trie v0.2.1
28172026-05-05T15:55:03.892Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-05T15:55:04.052Z Compiling peg-macros v0.8.5
28192026-05-05T15:55:04.066Z Checking winnow v0.6.26
28202026-05-05T15:55:04.331Z Compiling psm v0.1.30
28212026-05-05T15:55:04.358Z Compiling sqlparser_derive v0.5.0
28222026-05-05T15:55:04.440Z Checking unicode_categories v0.1.1
28232026-05-05T15:55:04.597Z Checking home v0.5.12
28242026-05-05T15:55:04.609Z Checking derive_more v2.1.1
28252026-05-05T15:55:04.687Z Checking nu-ansi-term v0.50.3
28262026-05-05T15:55:04.704Z Checking crossterm v0.29.0
28272026-05-05T15:55:04.761Z Checking tabled v0.15.0
28282026-05-05T15:55:04.842Z Checking rustyline v14.0.0
28292026-05-05T15:55:04.892Z Checking reedline v0.40.0
28302026-05-05T15:55:05.104Z Checking recursive v0.1.1
28312026-05-05T15:55:05.136Z Checking display-error-chain v0.2.2
28322026-05-05T15:55:05.193Z Checking sqlparser v0.61.0
28332026-05-05T15:55:05.197Z Checking sqlformat v0.3.5
28342026-05-05T15:55:05.409Z Checking peg v0.8.5
28352026-05-05T15:55:16.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28362026-05-05T15:55:16.492Z
28372026-05-05T15:55:16.492Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28382026-05-05T15:55:17.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-05T15:55:17.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-05T15:55:17.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-05T15:55:20.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28422026-05-05T15:55:20.733Z
28432026-05-05T15:55:20.733Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28442026-05-05T15:55:21.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-05T15:55:21.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-05T15:55:21.397Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-05T15:55:23.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28482026-05-05T15:55:24.000Z
28492026-05-05T15:55:24.000Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28502026-05-05T15:55:24.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-05T15:55:24.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-05T15:55:24.659Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-05T15:55:27.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28542026-05-05T15:55:28.030Z
28552026-05-05T15:55:28.030Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28562026-05-05T15:55:28.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-05T15:55:28.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-05T15:55:28.696Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-05T15:55:31.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28602026-05-05T15:55:32.111Z
28612026-05-05T15:55:32.111Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28622026-05-05T15:55:32.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-05T15:55:32.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-05T15:55:32.776Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-05-05T15:55:35.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28662026-05-05T15:55:35.508Z
28672026-05-05T15:55:35.508Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28682026-05-05T15:55:36.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-05T15:55:36.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-05T15:55:36.174Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-05-05T15:55:38.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28722026-05-05T15:55:38.961Z
28732026-05-05T15:55:38.961Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28742026-05-05T15:55:39.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-05T15:55:39.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-05T15:55:39.629Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-05-05T15:55:43.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28782026-05-05T15:55:43.212Z
28792026-05-05T15:55:43.212Zinfo: running `cargo check --bins` on oximeter (93/276)
28802026-05-05T15:55:43.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-05T15:55:43.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-05T15:55:43.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-05T15:55:43.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-05T15:55:43.811Z
28852026-05-05T15:55:43.811Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28862026-05-05T15:55:44.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-05T15:55:44.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-05T15:55:44.439Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28892026-05-05T15:55:44.600Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-05-05T15:55:44.605Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28912026-05-05T15:55:44.934Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28922026-05-05T15:55:47.977Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28932026-05-05T15:55:49.177Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28942026-05-05T15:55:49.338Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28952026-05-05T15:55:50.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
28962026-05-05T15:55:50.178Z
28972026-05-05T15:55:50.179Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28982026-05-05T15:55:50.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-05T15:55:50.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-05T15:55:50.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-05T15:55:50.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-05T15:55:50.777Z
29032026-05-05T15:55:50.777Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
29042026-05-05T15:55:51.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-05T15:55:51.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-05T15:55:51.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-05T15:55:51.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29082026-05-05T15:55:51.423Z
29092026-05-05T15:55:51.423Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
29102026-05-05T15:55:51.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-05T15:55:51.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-05T15:55:51.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-05T15:55:51.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-05T15:55:52.030Z
29152026-05-05T15:55:52.030Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29162026-05-05T15:55:52.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-05T15:55:52.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-05T15:55:52.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-05T15:55:52.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29202026-05-05T15:55:52.620Z
29212026-05-05T15:55:52.620Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29222026-05-05T15:55:53.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-05T15:55:53.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-05T15:55:53.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-05T15:55:53.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-05T15:55:53.226Z
29272026-05-05T15:55:53.226Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29282026-05-05T15:55:53.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-05T15:55:53.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-05T15:55:53.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-05T15:55:53.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29322026-05-05T15:55:53.834Z
29332026-05-05T15:55:53.834Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29342026-05-05T15:55:54.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-05T15:55:54.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-05T15:55:54.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-05-05T15:55:54.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29382026-05-05T15:55:54.425Z
29392026-05-05T15:55:54.425Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29402026-05-05T15:55:54.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-05-05T15:55:54.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-05-05T15:55:54.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-05-05T15:55:54.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29442026-05-05T15:55:55.034Z
29452026-05-05T15:55:55.034Zinfo: running `cargo check --bins` on update-engine (103/276)
29462026-05-05T15:55:55.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-05-05T15:55:55.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-05-05T15:55:55.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-05-05T15:55:55.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29502026-05-05T15:55:55.621Z
29512026-05-05T15:55:55.621Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29522026-05-05T15:55:56.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-05-05T15:55:56.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-05-05T15:55:56.338Z Compiling crucible-workspace-hack v0.1.0
29552026-05-05T15:55:56.456Z Checking secrecy v0.10.3
29562026-05-05T15:55:56.462Z Compiling heapless v0.8.0
29572026-05-05T15:55:56.469Z Compiling ingot-macros v0.1.1
29582026-05-05T15:55:56.475Z Compiling toml_edit v0.23.10+spec-1.0.0
29592026-05-05T15:55:56.479Z Checking hash32 v0.3.1
29602026-05-05T15:55:56.495Z Compiling smoltcp v0.11.0
29612026-05-05T15:55:56.499Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29622026-05-05T15:55:56.556Z Checking cobs v0.3.0
29632026-05-05T15:55:56.601Z Compiling thiserror-impl-no-std v2.0.2
29642026-05-05T15:55:56.705Z Checking universal-hash v0.5.1
29652026-05-05T15:55:56.709Z Checking half v2.7.1
29662026-05-05T15:55:56.740Z Checking opaque-debug v0.3.1
29672026-05-05T15:55:56.808Z Checking ciborium-io v0.2.2
29682026-05-05T15:55:56.830Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29692026-05-05T15:55:56.862Z Checking poly1305 v0.8.0
29702026-05-05T15:55:56.909Z Checking postcard v1.1.3
29712026-05-05T15:55:56.971Z Checking ciborium-ll v0.2.2
29722026-05-05T15:55:57.006Z Compiling proc-macro-crate v3.4.0
29732026-05-05T15:55:57.138Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29742026-05-05T15:55:57.151Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29752026-05-05T15:55:57.190Z Checking password-hash v0.5.0
29762026-05-05T15:55:57.420Z Checking chacha20 v0.9.1
29772026-05-05T15:55:57.435Z Compiling proc-macro-crate v1.3.1
29782026-05-05T15:55:57.454Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29792026-05-05T15:55:57.523Z Checking blake2 v0.10.6
29802026-05-05T15:55:57.557Z Compiling num_enum_derive v0.7.5
29812026-05-05T15:55:57.612Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29822026-05-05T15:55:57.692Z Checking aead v0.5.2
29832026-05-05T15:55:57.755Z Compiling foreign-types-macros v0.2.3
29842026-05-05T15:55:57.769Z Checking thiserror-no-std v2.0.2
29852026-05-05T15:55:57.821Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29862026-05-05T15:55:57.835Z Checking foreign-types-shared v0.3.1
29872026-05-05T15:55:57.847Z Checking cpufeatures v0.3.0
29882026-05-05T15:55:57.858Z Checking vsss-rs v3.3.4
29892026-05-05T15:55:57.918Z Checking chacha20 v0.10.0
29902026-05-05T15:55:57.930Z Compiling num_enum_derive v0.5.11
29912026-05-05T15:55:58.059Z Checking chacha20poly1305 v0.10.1
29922026-05-05T15:55:58.134Z Checking argon2 v0.5.3
29932026-05-05T15:55:58.185Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29942026-05-05T15:55:58.343Z Checking foreign-types v0.5.0
29952026-05-05T15:55:58.434Z Checking ciborium v0.2.2
29962026-05-05T15:55:58.590Z Checking num_enum v0.7.5
29972026-05-05T15:55:58.602Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29982026-05-05T15:55:58.615Z Checking tabwriter v1.4.1
29992026-05-05T15:55:58.703Z Checking byte-wrapper v0.1.0
30002026-05-05T15:55:58.755Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-05-05T15:55:58.860Z Checking cstr-argument v0.1.2
30022026-05-05T15:55:58.881Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30032026-05-05T15:55:58.914Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30042026-05-05T15:55:58.978Z Checking num_enum v0.5.11
30052026-05-05T15:55:58.991Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-05-05T15:55:58.995Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30072026-05-05T15:55:59.094Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30082026-05-05T15:55:59.125Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30092026-05-05T15:55:59.568Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-05-05T15:55:59.572Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30112026-05-05T15:55:59.572Z Checking ingot-types v0.1.2
30122026-05-05T15:55:59.572Z Checking rand v0.10.0
30132026-05-05T15:55:59.572Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-05-05T15:55:59.572Z Checking indent_write v2.2.0
30152026-05-05T15:55:59.572Z Checking colored v3.1.1
30162026-05-05T15:55:59.572Z Compiling zone_cfg_derive v0.3.1
30172026-05-05T15:55:59.572Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30182026-05-05T15:55:59.606Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30192026-05-05T15:55:59.621Z Checking ingot v0.1.1
30202026-05-05T15:55:59.670Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-05-05T15:55:59.700Z Checking itertools v0.12.1
30222026-05-05T15:55:59.720Z Compiling num-derive v0.4.2
30232026-05-05T15:55:59.774Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-05-05T15:55:59.782Z Checking swrite v0.1.0
30252026-05-05T15:55:59.871Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30262026-05-05T15:55:59.975Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-05-05T15:56:00.093Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30282026-05-05T15:56:00.107Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30292026-05-05T15:56:00.134Z Checking dropshot-api-manager-types v0.7.1
30302026-05-05T15:56:00.178Z Checking smf v0.2.3
30312026-05-05T15:56:00.204Z Checking nanorand v0.7.0
30322026-05-05T15:56:00.300Z Checking whoami v1.6.1
30332026-05-05T15:56:00.396Z Checking flume v0.11.1
30342026-05-05T15:56:00.409Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30352026-05-05T15:56:00.614Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30362026-05-05T15:56:00.685Z Checking zone v0.3.1
30372026-05-05T15:56:01.168Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30382026-05-05T15:56:02.114Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-05-05T15:56:03.005Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-05T15:56:06.036Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30412026-05-05T15:56:08.079Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-05-05T15:56:09.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
30432026-05-05T15:56:09.360Z
30442026-05-05T15:56:09.360Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30452026-05-05T15:56:09.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-05T15:56:09.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-05T15:56:09.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-05T15:56:09.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-05-05T15:56:09.958Z
30502026-05-05T15:56:09.958Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30512026-05-05T15:56:10.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-05T15:56:10.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-05T15:56:10.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-05T15:56:10.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30552026-05-05T15:56:10.560Z
30562026-05-05T15:56:10.560Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30572026-05-05T15:56:11.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-05T15:56:11.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-05T15:56:11.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-05T15:56:11.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-05T15:56:11.174Z
30622026-05-05T15:56:11.174Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30632026-05-05T15:56:11.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-05T15:56:11.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-05T15:56:11.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-05T15:56:11.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-05T15:56:11.790Z
30682026-05-05T15:56:11.790Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30692026-05-05T15:56:12.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-05T15:56:12.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-05T15:56:12.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-05T15:56:12.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30732026-05-05T15:56:12.392Z
30742026-05-05T15:56:12.392Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30752026-05-05T15:56:12.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-05T15:56:12.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-05T15:56:12.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-05T15:56:12.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30792026-05-05T15:56:13.004Z
30802026-05-05T15:56:13.004Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30812026-05-05T15:56:13.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-05T15:56:13.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-05T15:56:13.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-05T15:56:13.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-05-05T15:56:13.609Z
30862026-05-05T15:56:13.610Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30872026-05-05T15:56:14.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-05T15:56:14.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-05T15:56:14.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-05T15:56:14.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30912026-05-05T15:56:14.197Z
30922026-05-05T15:56:14.197Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30932026-05-05T15:56:14.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-05T15:56:14.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-05T15:56:14.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-05T15:56:14.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30972026-05-05T15:56:14.805Z
30982026-05-05T15:56:14.805Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30992026-05-05T15:56:15.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-05T15:56:15.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-05T15:56:15.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-05T15:56:15.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31032026-05-05T15:56:15.416Z
31042026-05-05T15:56:15.416Zinfo: running `cargo check --bins` on installinator-client (115/276)
31052026-05-05T15:56:15.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-05T15:56:15.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-05T15:56:15.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-05T15:56:15.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31092026-05-05T15:56:16.030Z
31102026-05-05T15:56:16.030Zinfo: running `cargo check --bins` on nexus-client (116/276)
31112026-05-05T15:56:16.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-05T15:56:16.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-05T15:56:16.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-05T15:56:16.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31152026-05-05T15:56:16.657Z
31162026-05-05T15:56:16.657Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31172026-05-05T15:56:17.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-05T15:56:17.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-05T15:56:17.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-05T15:56:17.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31212026-05-05T15:56:17.289Z
31222026-05-05T15:56:17.289Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31232026-05-05T15:56:17.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-05T15:56:17.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-05T15:56:17.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-05T15:56:17.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-05-05T15:56:17.866Z
31282026-05-05T15:56:17.866Zinfo: running `cargo check --bins` on oxide-client (119/276)
31292026-05-05T15:56:18.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-05T15:56:18.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-05T15:56:18.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-05T15:56:18.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31332026-05-05T15:56:18.447Z
31342026-05-05T15:56:18.447Zinfo: running `cargo check --bins` on oximeter-client (120/276)
31352026-05-05T15:56:18.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-05T15:56:18.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-05T15:56:18.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-05T15:56:18.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31392026-05-05T15:56:19.043Z
31402026-05-05T15:56:19.043Zinfo: running `cargo check --bins` on repo-depot-client (121/276)
31412026-05-05T15:56:19.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-05T15:56:19.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-05T15:56:19.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-05T15:56:19.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31452026-05-05T15:56:19.623Z
31462026-05-05T15:56:19.623Zinfo: running `cargo check --bins` on sled-agent-client (122/276)
31472026-05-05T15:56:20.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-05T15:56:20.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-05T15:56:20.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-05T15:56:20.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31512026-05-05T15:56:20.224Z
31522026-05-05T15:56:20.224Zinfo: running `cargo check --bins` on wicketd-client (123/276)
31532026-05-05T15:56:20.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-05T15:56:20.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-05T15:56:20.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-05T15:56:20.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31572026-05-05T15:56:20.843Z
31582026-05-05T15:56:20.843Zinfo: running `cargo check --bins` on installinator-common (124/276)
31592026-05-05T15:56:21.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-05T15:56:21.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-05T15:56:21.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-05T15:56:21.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-05-05T15:56:21.457Z
31642026-05-05T15:56:21.457Zinfo: running `cargo check --bins` on installinator-common-versions (125/276)
31652026-05-05T15:56:21.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-05T15:56:21.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-05T15:56:21.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-05T15:56:21.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31692026-05-05T15:56:22.033Z
31702026-05-05T15:56:22.033Zinfo: running `cargo check --bins` on wicket-common (126/276)
31712026-05-05T15:56:22.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-05T15:56:22.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-05T15:56:22.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-05T15:56:22.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31752026-05-05T15:56:22.628Z
31762026-05-05T15:56:22.628Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/276)
31772026-05-05T15:56:23.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-05T15:56:23.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-05T15:56:23.309Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-05-05T15:56:23.423Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-05-05T15:56:23.430Z Checking csv-core v0.1.13
31822026-05-05T15:56:23.438Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-05-05T15:56:23.445Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31842026-05-05T15:56:23.455Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31852026-05-05T15:56:23.465Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-05-05T15:56:23.476Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-05-05T15:56:23.588Z Checking csv v1.4.0
31882026-05-05T15:56:23.604Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-05-05T15:56:23.652Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31902026-05-05T15:56:23.691Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31912026-05-05T15:56:23.921Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-05-05T15:56:24.280Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31932026-05-05T15:56:24.284Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-05-05T15:56:24.612Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31952026-05-05T15:56:30.275Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31962026-05-05T15:56:30.800Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31972026-05-05T15:56:33.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.48s
31982026-05-05T15:56:33.313Z
31992026-05-05T15:56:33.313Zinfo: running `cargo check --bins` on cockroach-admin-api (128/276)
32002026-05-05T15:56:33.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-05-05T15:56:33.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-05-05T15:56:33.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-05-05T15:56:33.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32042026-05-05T15:56:33.906Z
32052026-05-05T15:56:33.906Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/276)
32062026-05-05T15:56:34.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-05T15:56:34.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-05T15:56:34.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-05T15:56:34.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32102026-05-05T15:56:34.582Z
32112026-05-05T15:56:34.583Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/276)
32122026-05-05T15:56:35.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-05T15:56:35.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-05T15:56:35.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-05T15:56:35.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32162026-05-05T15:56:35.260Z
32172026-05-05T15:56:35.260Zinfo: running `cargo check --bins` on gateway-test-utils (131/276)
32182026-05-05T15:56:35.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-05T15:56:35.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-05T15:56:35.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-05-05T15:56:35.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32222026-05-05T15:56:35.900Z
32232026-05-05T15:56:35.900Zinfo: running `cargo check --bins` on omicron-gateway (132/276)
32242026-05-05T15:56:36.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-05-05T15:56:36.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-05-05T15:56:36.660Z Compiling regress v0.11.1
32272026-05-05T15:56:36.793Z Compiling unsafe-libyaml v0.2.11
32282026-05-05T15:56:36.805Z Compiling radium v0.7.0
32292026-05-05T15:56:36.816Z Compiling semver v0.1.20
32302026-05-05T15:56:36.830Z Compiling pin-project-internal v1.1.11
32312026-05-05T15:56:36.843Z Checking tap v1.0.1
32322026-05-05T15:56:36.847Z Compiling maybe-uninit v2.0.0
32332026-05-05T15:56:36.947Z Checking wyz v0.5.1
32342026-05-05T15:56:37.071Z Compiling rustc_version v0.1.7
32352026-05-05T15:56:37.136Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32362026-05-05T15:56:37.169Z Checking progenitor-client v0.13.0
32372026-05-05T15:56:37.256Z Compiling snafu-derive v0.8.9
32382026-05-05T15:56:37.290Z Compiling newtype_derive v0.1.6
32392026-05-05T15:56:37.415Z Compiling serde_yaml v0.9.34+deprecated
32402026-05-05T15:56:37.477Z Compiling zerocopy-derive v0.6.6
32412026-05-05T15:56:37.528Z Compiling packed_struct v0.10.1
32422026-05-05T15:56:37.778Z Checking crc-catalog v2.4.0
32432026-05-05T15:56:37.877Z Compiling owo-colors v4.3.0
32442026-05-05T15:56:37.937Z Checking pin-project v1.1.11
32452026-05-05T15:56:38.039Z Checking same-file v1.0.6
32462026-05-05T15:56:38.161Z Compiling cancel-safe-futures v0.1.5
32472026-05-05T15:56:38.196Z Checking funty v2.0.0
32482026-05-05T15:56:38.216Z Checking typify-impl v0.6.2
32492026-05-05T15:56:38.390Z Checking zerocopy v0.6.6
32502026-05-05T15:56:38.539Z Checking bitvec v1.0.1
32512026-05-05T15:56:38.676Z Checking walkdir v2.5.0
32522026-05-05T15:56:38.717Z Checking crc v3.4.0
32532026-05-05T15:56:38.918Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32542026-05-05T15:56:38.922Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32552026-05-05T15:56:38.973Z Checking globset v0.4.18
32562026-05-05T15:56:39.175Z Checking snafu v0.8.9
32572026-05-05T15:56:39.234Z Checking olpc-cjson v0.1.4
32582026-05-05T15:56:39.264Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32592026-05-05T15:56:39.375Z Checking pem v3.0.6
32602026-05-05T15:56:39.378Z Compiling packed_struct_codegen v0.10.1
32612026-05-05T15:56:39.416Z Checking libsw-core v0.3.2
32622026-05-05T15:56:39.465Z Checking serde_plain v1.0.2
32632026-05-05T15:56:39.517Z Compiling bitfield-macros v0.19.4
32642026-05-05T15:56:39.534Z Compiling indexmap v1.9.3
32652026-05-05T15:56:39.562Z Checking nodrop v0.1.14
32662026-05-05T15:56:39.610Z Checking typed-path v0.9.3
32672026-05-05T15:56:39.657Z Checking array-init v0.0.4
32682026-05-05T15:56:39.748Z Checking libsw v3.5.0
32692026-05-05T15:56:39.856Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-05-05T15:56:39.900Z Checking smallvec v0.6.14
32712026-05-05T15:56:39.979Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32722026-05-05T15:56:40.088Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32732026-05-05T15:56:40.222Z Checking bitfield v0.19.4
32742026-05-05T15:56:40.270Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32752026-05-05T15:56:40.381Z Checking tough v0.20.0
32762026-05-05T15:56:40.398Z Checking base64 v0.21.7
32772026-05-05T15:56:40.398Z Checking tagptr v0.2.0
32782026-05-05T15:56:40.487Z Checking hashbrown v0.12.3
32792026-05-05T15:56:40.500Z Checking linear-map v1.2.0
32802026-05-05T15:56:40.550Z Checking unicode-linebreak v0.1.5
32812026-05-05T15:56:40.595Z Checking smawk v0.3.2
32822026-05-05T15:56:40.633Z Checking ron v0.8.1
32832026-05-05T15:56:40.666Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32842026-05-05T15:56:40.729Z Checking moka v0.12.13
32852026-05-05T15:56:40.766Z Checking textwrap v0.16.2
32862026-05-05T15:56:40.985Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32872026-05-05T15:56:41.160Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32882026-05-05T15:56:41.175Z Checking serde-hex v0.1.0
32892026-05-05T15:56:41.212Z Checking steno v0.4.1
32902026-05-05T15:56:41.348Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32912026-05-05T15:56:41.510Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32922026-05-05T15:56:41.524Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-05-05T15:56:41.914Z Checking hashbrown v0.13.2
32942026-05-05T15:56:41.960Z Checking humantime v2.3.0
32952026-05-05T15:56:42.075Z Checking crc-any v2.5.0
32962026-05-05T15:56:42.143Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-05-05T15:56:42.188Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-05-05T15:56:42.251Z Checking hickory-resolver v0.25.2
32992026-05-05T15:56:42.346Z Checking object v0.30.4
33002026-05-05T15:56:42.358Z Checking half v1.8.3
33012026-05-05T15:56:42.362Z Checking void v1.0.2
33022026-05-05T15:56:42.383Z Checking path-slash v0.1.5
33032026-05-05T15:56:42.475Z Checking utf-8 v0.7.6
33042026-05-05T15:56:42.487Z Checking lzss v0.8.2
33052026-05-05T15:56:42.549Z Checking serde_cbor v0.11.2
33062026-05-05T15:56:42.610Z Checking tungstenite v0.23.0
33072026-05-05T15:56:42.673Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33082026-05-05T15:56:42.780Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33092026-05-05T15:56:42.831Z Checking nix v0.27.1
33102026-05-05T15:56:42.844Z Compiling typify-macro v0.6.2
33112026-05-05T15:56:42.932Z Checking kstat-rs v0.2.4
33122026-05-05T15:56:42.964Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-05-05T15:56:43.006Z Checking fxhash v0.2.1
33142026-05-05T15:56:43.019Z Checking serde_bytes v0.11.19
33152026-05-05T15:56:43.117Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33162026-05-05T15:56:43.131Z Checking tokio-tungstenite v0.23.1
33172026-05-05T15:56:43.191Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33182026-05-05T15:56:43.330Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-05-05T15:56:43.371Z Checking signal-hook-tokio v0.3.1
33202026-05-05T15:56:44.249Z Compiling typify v0.6.2
33212026-05-05T15:56:44.342Z Compiling progenitor-impl v0.13.0
33222026-05-05T15:56:44.342Z Compiling progenitor-impl v0.14.0
33232026-05-05T15:56:44.461Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-05-05T15:56:45.371Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33252026-05-05T15:56:45.694Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33262026-05-05T15:56:45.902Z Compiling progenitor-macro v0.13.0
33272026-05-05T15:56:45.940Z Compiling progenitor-macro v0.14.0
33282026-05-05T15:56:48.498Z Checking progenitor v0.13.0
33292026-05-05T15:56:48.568Z Checking progenitor v0.14.0
33302026-05-05T15:56:48.623Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33312026-05-05T15:56:48.683Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-05-05T15:56:51.653Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33332026-05-05T15:56:58.983Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33342026-05-05T15:57:05.221Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-05-05T15:57:06.572Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-05-05T15:57:07.075Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33372026-05-05T15:57:09.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.23s
33382026-05-05T15:57:09.342Z
33392026-05-05T15:57:09.342Zinfo: running `cargo check --bins` on gateway-api (133/276)
33402026-05-05T15:57:09.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-05T15:57:09.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-05T15:57:09.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-05T15:57:09.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-05-05T15:57:09.936Z
33452026-05-05T15:57:09.936Zinfo: running `cargo check --bins` on ipcc (134/276)
33462026-05-05T15:57:10.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-05T15:57:10.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-05T15:57:10.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-05T15:57:10.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-05-05T15:57:10.528Z
33512026-05-05T15:57:10.528Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/276)
33522026-05-05T15:57:11.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-05T15:57:11.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-05T15:57:11.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-05T15:57:11.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33562026-05-05T15:57:11.109Z
33572026-05-05T15:57:11.109Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/276)
33582026-05-05T15:57:11.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-05T15:57:11.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-05T15:57:11.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-05T15:57:11.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-05-05T15:57:11.701Z
33632026-05-05T15:57:11.701Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/276)
33642026-05-05T15:57:12.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-05T15:57:12.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-05T15:57:12.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-05T15:57:12.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33682026-05-05T15:57:12.288Z
33692026-05-05T15:57:12.288Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/276)
33702026-05-05T15:57:12.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-05T15:57:12.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-05T15:57:12.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-05T15:57:12.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-05-05T15:57:12.877Z
33752026-05-05T15:57:12.877Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/276)
33762026-05-05T15:57:13.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-05T15:57:13.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-05T15:57:13.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-05T15:57:13.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-05-05T15:57:13.472Z
33812026-05-05T15:57:13.472Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/276)
33822026-05-05T15:57:13.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-05T15:57:13.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-05T15:57:13.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-05T15:57:13.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33862026-05-05T15:57:14.075Z
33872026-05-05T15:57:14.075Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/276)
33882026-05-05T15:57:14.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-05T15:57:14.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-05T15:57:14.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-05T15:57:14.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-05-05T15:57:14.666Z
33932026-05-05T15:57:14.666Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/276)
33942026-05-05T15:57:15.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-05T15:57:15.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-05T15:57:15.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-05T15:57:15.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-05-05T15:57:15.260Z
33992026-05-05T15:57:15.260Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/276)
34002026-05-05T15:57:15.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-05T15:57:15.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-05T15:57:15.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-05T15:57:15.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34042026-05-05T15:57:15.855Z
34052026-05-05T15:57:15.855Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/276)
34062026-05-05T15:57:16.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-05T15:57:16.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-05T15:57:16.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-05T15:57:16.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34102026-05-05T15:57:16.446Z
34112026-05-05T15:57:16.446Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/276)
34122026-05-05T15:57:16.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-05T15:57:16.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-05T15:57:16.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-05T15:57:16.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-05-05T15:57:17.039Z
34172026-05-05T15:57:17.039Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/276)
34182026-05-05T15:57:17.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-05T15:57:17.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-05T15:57:17.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-05T15:57:17.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-05-05T15:57:17.632Z
34232026-05-05T15:57:17.632Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/276)
34242026-05-05T15:57:18.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-05T15:57:18.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-05T15:57:18.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-05T15:57:18.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34282026-05-05T15:57:18.221Z
34292026-05-05T15:57:18.221Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/276)
34302026-05-05T15:57:18.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-05T15:57:18.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-05T15:57:18.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-05T15:57:18.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342026-05-05T15:57:18.812Z
34352026-05-05T15:57:18.812Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/276)
34362026-05-05T15:57:19.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-05T15:57:19.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-05T15:57:19.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-05T15:57:19.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34402026-05-05T15:57:19.406Z
34412026-05-05T15:57:19.406Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/276)
34422026-05-05T15:57:19.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-05T15:57:19.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-05T15:57:19.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-05T15:57:19.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34462026-05-05T15:57:20.003Z
34472026-05-05T15:57:20.003Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/276)
34482026-05-05T15:57:20.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-05T15:57:20.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-05T15:57:20.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-05T15:57:20.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34522026-05-05T15:57:20.601Z
34532026-05-05T15:57:20.601Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/276)
34542026-05-05T15:57:21.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-05T15:57:21.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-05T15:57:21.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-05T15:57:21.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-05T15:57:21.195Z
34592026-05-05T15:57:21.195Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/276)
34602026-05-05T15:57:21.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-05T15:57:21.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-05T15:57:21.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-05T15:57:21.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-05T15:57:21.786Z
34652026-05-05T15:57:21.786Zinfo: running `cargo check --bins` on oximeter-producer (154/276)
34662026-05-05T15:57:22.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-05T15:57:22.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-05T15:57:22.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-05T15:57:22.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34702026-05-05T15:57:22.415Z
34712026-05-05T15:57:22.415Zinfo: running `cargo check --bins` on internal-dns-resolver (155/276)
34722026-05-05T15:57:22.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-05T15:57:22.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-05T15:57:22.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-05T15:57:22.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34762026-05-05T15:57:23.005Z
34772026-05-05T15:57:23.005Zinfo: running `cargo check --bins` on dns-server (156/276)
34782026-05-05T15:57:23.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-05T15:57:23.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-05T15:57:23.645Z Compiling parking_lot_core v0.8.6
34812026-05-05T15:57:23.649Z Compiling git-stub v1.0.0
34822026-05-05T15:57:23.649Z Compiling atomicwrites v0.4.4
34832026-05-05T15:57:23.649Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34842026-05-05T15:57:23.752Z Checking prefix-trie v0.7.0
34852026-05-05T15:57:23.877Z Compiling git-stub-vcs v0.1.0
34862026-05-05T15:57:24.061Z Checking hickory-server v0.25.2
34872026-05-05T15:57:24.151Z Checking parking_lot v0.11.2
34882026-05-05T15:57:24.155Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34892026-05-05T15:57:24.226Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34902026-05-05T15:57:24.226Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-05-05T15:57:24.323Z Checking sled v0.34.7
34922026-05-05T15:57:26.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
34932026-05-05T15:57:26.368Z
34942026-05-05T15:57:26.369Zinfo: running `cargo check --bins` on dns-server-api (157/276)
34952026-05-05T15:57:26.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-05T15:57:26.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-05T15:57:26.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-05T15:57:26.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34992026-05-05T15:57:26.963Z
35002026-05-05T15:57:26.963Zinfo: running `cargo check --bins` on oximeter-producer-api (158/276)
35012026-05-05T15:57:27.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-05T15:57:27.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-05T15:57:27.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-05T15:57:27.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35052026-05-05T15:57:27.553Z
35062026-05-05T15:57:27.553Zinfo: running `cargo check --bins` on sp-sim (159/276)
35072026-05-05T15:57:28.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-05T15:57:28.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-05T15:57:28.272Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35102026-05-05T15:57:30.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35112026-05-05T15:57:30.218Z
35122026-05-05T15:57:30.218Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/276)
35132026-05-05T15:57:30.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-05T15:57:30.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-05T15:57:30.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-05T15:57:30.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172026-05-05T15:57:30.868Z
35182026-05-05T15:57:30.868Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/276)
35192026-05-05T15:57:31.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-05T15:57:31.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-05T15:57:31.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-05T15:57:31.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35232026-05-05T15:57:31.524Z
35242026-05-05T15:57:31.524Zinfo: running `cargo check --bins` on db-macros (162/276)
35252026-05-05T15:57:32.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-05T15:57:32.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-05T15:57:32.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-05T15:57:32.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35292026-05-05T15:57:32.109Z
35302026-05-05T15:57:32.109Zinfo: running `cargo check --bins` on nexus-macros-common (163/276)
35312026-05-05T15:57:32.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-05T15:57:32.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-05T15:57:32.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-05T15:57:32.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35352026-05-05T15:57:32.689Z
35362026-05-05T15:57:32.689Zinfo: running `cargo check --bins` on nexus-auth (164/276)
35372026-05-05T15:57:33.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-05T15:57:33.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-05T15:57:33.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-05T15:57:33.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35412026-05-05T15:57:33.336Z
35422026-05-05T15:57:33.336Zinfo: running `cargo check --bins` on authz-macros (165/276)
35432026-05-05T15:57:33.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-05T15:57:33.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-05T15:57:33.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-05T15:57:33.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35472026-05-05T15:57:33.917Z
35482026-05-05T15:57:33.917Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/276)
35492026-05-05T15:57:34.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-05T15:57:34.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-05T15:57:34.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-05T15:57:34.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35532026-05-05T15:57:34.553Z
35542026-05-05T15:57:34.553Zinfo: running `cargo check --bins` on nexus-db-model (167/276)
35552026-05-05T15:57:35.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-05T15:57:35.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-05T15:57:35.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-05T15:57:35.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592026-05-05T15:57:35.191Z
35602026-05-05T15:57:35.192Zinfo: running `cargo check --bins` on nexus-db-schema (168/276)
35612026-05-05T15:57:35.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-05T15:57:35.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-05T15:57:35.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-05T15:57:35.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35652026-05-05T15:57:35.776Z
35662026-05-05T15:57:35.776Zinfo: running `cargo check --bins` on omicron-rpaths (169/276)
35672026-05-05T15:57:36.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-05T15:57:36.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-05T15:57:36.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-05T15:57:36.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35712026-05-05T15:57:36.359Z
35722026-05-05T15:57:36.359Zinfo: running `cargo check --bins` on nexus-defaults (170/276)
35732026-05-05T15:57:36.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-05T15:57:36.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-05T15:57:36.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-05T15:57:36.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35772026-05-05T15:57:36.964Z
35782026-05-05T15:57:36.964Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/276)
35792026-05-05T15:57:37.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-05T15:57:37.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-05T15:57:37.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-05T15:57:37.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35832026-05-05T15:57:37.552Z
35842026-05-05T15:57:37.552Zinfo: running `cargo check --bins` on parallel-task-set (172/276)
35852026-05-05T15:57:38.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-05T15:57:38.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-05T15:57:38.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-05T15:57:38.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35892026-05-05T15:57:38.139Z
35902026-05-05T15:57:38.139Zinfo: running `cargo check --bins` on nexus-db-errors (173/276)
35912026-05-05T15:57:38.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-05T15:57:38.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-05T15:57:38.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-05T15:57:38.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35952026-05-05T15:57:38.787Z
35962026-05-05T15:57:38.787Zinfo: running `cargo check --bins` on nexus-db-lookup (174/276)
35972026-05-05T15:57:39.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-05T15:57:39.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-05T15:57:39.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-05T15:57:39.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36012026-05-05T15:57:39.435Z
36022026-05-05T15:57:39.435Zinfo: running `cargo check --bins` on nexus-inventory (175/276)
36032026-05-05T15:57:39.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-05T15:57:39.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-05T15:57:39.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-05T15:57:39.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36072026-05-05T15:57:40.080Z
36082026-05-05T15:57:40.081Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/276)
36092026-05-05T15:57:40.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-05T15:57:40.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-05T15:57:40.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-05T15:57:40.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36132026-05-05T15:57:40.703Z
36142026-05-05T15:57:40.703Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/276)
36152026-05-05T15:57:41.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-05T15:57:41.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-05T15:57:41.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-05T15:57:41.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36192026-05-05T15:57:41.319Z
36202026-05-05T15:57:41.319Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/276)
36212026-05-05T15:57:41.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-05T15:57:41.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-05T15:57:41.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-05T15:57:41.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36252026-05-05T15:57:41.938Z
36262026-05-05T15:57:41.939Zinfo: running `cargo check --bins` on key-manager (179/276)
36272026-05-05T15:57:42.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-05T15:57:42.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-05T15:57:42.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-05T15:57:42.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36312026-05-05T15:57:42.538Z
36322026-05-05T15:57:42.538Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/276)
36332026-05-05T15:57:43.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-05T15:57:43.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-05T15:57:43.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-05-05T15:57:43.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36372026-05-05T15:57:43.158Z
36382026-05-05T15:57:43.159Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/276)
36392026-05-05T15:57:43.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-05-05T15:57:43.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-05-05T15:57:43.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-05-05T15:57:43.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36432026-05-05T15:57:43.775Z
36442026-05-05T15:57:43.775Zinfo: running `cargo check --bins` on typed-rng (182/276)
36452026-05-05T15:57:44.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-05-05T15:57:44.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-05-05T15:57:44.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-05-05T15:57:44.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36492026-05-05T15:57:44.349Z
36502026-05-05T15:57:44.349Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/276)
36512026-05-05T15:57:44.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-05-05T15:57:44.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-05-05T15:57:45.193Z Compiling typify-impl v0.4.3
36542026-05-05T15:57:45.197Z Compiling libefi-sys v0.1.0
36552026-05-05T15:57:45.338Z Compiling bitfield-struct v0.6.2
36562026-05-05T15:57:45.346Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36572026-05-05T15:57:45.356Z Compiling xshell-macros v0.2.7
36582026-05-05T15:57:45.382Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36592026-05-05T15:57:45.386Z Compiling salty v0.3.0
36602026-05-05T15:57:45.460Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36612026-05-05T15:57:45.592Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-05T15:57:45.690Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36632026-05-05T15:57:45.770Z Checking xshell v0.2.7
36642026-05-05T15:57:45.785Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36652026-05-05T15:57:45.936Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36662026-05-05T15:57:45.949Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36672026-05-05T15:57:45.964Z Checking primeorder v0.13.6
36682026-05-05T15:57:46.103Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-05-05T15:57:46.121Z Compiling proc-macro-error-attr2 v2.0.0
36702026-05-05T15:57:46.186Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36712026-05-05T15:57:46.200Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36722026-05-05T15:57:46.229Z Checking tungstenite v0.21.0
36732026-05-05T15:57:46.418Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36742026-05-05T15:57:46.433Z Checking p384 v0.13.1
36752026-05-05T15:57:46.506Z Compiling proc-macro-error2 v2.0.1
36762026-05-05T15:57:46.539Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36772026-05-05T15:57:46.660Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36782026-05-05T15:57:46.820Z Compiling tabled_derive v0.11.0
36792026-05-05T15:57:46.842Z Checking tokio-tungstenite v0.21.0
36802026-05-05T15:57:47.120Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36812026-05-05T15:57:47.135Z Checking papergrid v0.17.0
36822026-05-05T15:57:47.183Z Checking libscf-sys v1.2.0
36832026-05-05T15:57:47.256Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36842026-05-05T15:57:47.317Z Checking testing_table v0.3.0
36852026-05-05T15:57:47.415Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-05-05T15:57:47.501Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36872026-05-05T15:57:47.764Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-05-05T15:57:47.933Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36892026-05-05T15:57:47.949Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36902026-05-05T15:57:47.975Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36912026-05-05T15:57:48.155Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36922026-05-05T15:57:48.170Z Checking corncobs v0.1.4
36932026-05-05T15:57:48.277Z Compiling unicase v2.9.0
36942026-05-05T15:57:48.302Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36952026-05-05T15:57:48.386Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36962026-05-05T15:57:48.403Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36972026-05-05T15:57:48.473Z Checking tabled v0.20.0
36982026-05-05T15:57:48.516Z Compiling mime_guess v2.0.5
36992026-05-05T15:57:48.589Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37002026-05-05T15:57:48.664Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37012026-05-05T15:57:48.876Z Checking progenitor-client v0.11.2
37022026-05-05T15:57:48.935Z Checking secrecy v0.8.0
37032026-05-05T15:57:49.056Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37042026-05-05T15:57:49.116Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37052026-05-05T15:57:49.158Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37062026-05-05T15:57:49.209Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37072026-05-05T15:57:49.271Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37082026-05-05T15:57:49.323Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37092026-05-05T15:57:49.599Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37102026-05-05T15:57:49.625Z Checking filetime v0.2.27
37112026-05-05T15:57:49.717Z Checking crc8 v0.1.1
37122026-05-05T15:57:49.752Z Compiling typify-macro v0.4.3
37132026-05-05T15:57:49.765Z Checking xattr v1.6.1
37142026-05-05T15:57:49.829Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37152026-05-05T15:57:49.893Z Checking http-range v0.1.5
37162026-05-05T15:57:50.023Z Checking tar v0.4.45
37172026-05-05T15:57:50.224Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37182026-05-05T15:57:50.304Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37192026-05-05T15:57:50.497Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37202026-05-05T15:57:50.516Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37212026-05-05T15:57:50.544Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37222026-05-05T15:57:50.714Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37232026-05-05T15:57:50.884Z Checking atty v0.2.14
37242026-05-05T15:57:50.959Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37252026-05-05T15:57:50.987Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37262026-05-05T15:57:51.121Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37272026-05-05T15:57:51.303Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37282026-05-05T15:57:51.469Z Compiling typify v0.4.3
37292026-05-05T15:57:51.531Z Checking hyper-staticfile v0.10.1
37302026-05-05T15:57:51.592Z Compiling progenitor-impl v0.11.2
37312026-05-05T15:57:51.820Z Compiling progenitor-impl v0.10.0
37322026-05-05T15:57:51.973Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37332026-05-05T15:57:52.017Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37342026-05-05T15:57:52.255Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37352026-05-05T15:57:52.499Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37362026-05-05T15:57:52.824Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37372026-05-05T15:57:52.932Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37382026-05-05T15:57:53.083Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37392026-05-05T15:57:53.144Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37402026-05-05T15:57:53.356Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37412026-05-05T15:57:53.453Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37422026-05-05T15:57:53.709Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37432026-05-05T15:57:53.763Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37442026-05-05T15:57:54.011Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37452026-05-05T15:57:54.224Z Compiling progenitor-macro v0.11.2
37462026-05-05T15:57:54.366Z Compiling progenitor-macro v0.10.0
37472026-05-05T15:57:56.776Z Checking progenitor v0.11.2
37482026-05-05T15:57:56.908Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37492026-05-05T15:57:57.202Z Checking progenitor v0.10.0
37502026-05-05T15:57:57.322Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37512026-05-05T15:58:01.550Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37522026-05-05T15:58:02.647Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-05-05T15:58:12.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.58s
37542026-05-05T15:58:13.157Z
37552026-05-05T15:58:13.157Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/276)
37562026-05-05T15:58:13.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-05-05T15:58:13.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-05-05T15:58:13.939Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-05-05T15:58:24.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37602026-05-05T15:58:24.564Z
37612026-05-05T15:58:24.564Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/276)
37622026-05-05T15:58:25.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-05-05T15:58:25.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-05-05T15:58:25.349Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-05-05T15:58:35.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37662026-05-05T15:58:35.965Z
37672026-05-05T15:58:35.965Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/276)
37682026-05-05T15:58:36.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-05-05T15:58:36.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-05-05T15:58:36.748Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-05-05T15:58:47.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37722026-05-05T15:58:47.325Z
37732026-05-05T15:58:47.325Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/276)
37742026-05-05T15:58:47.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-05-05T15:58:47.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-05-05T15:58:48.110Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-05-05T15:58:58.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37782026-05-05T15:58:58.808Z
37792026-05-05T15:58:58.808Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/276)
37802026-05-05T15:58:59.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-05-05T15:58:59.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-05-05T15:58:59.582Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-05-05T15:59:09.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37842026-05-05T15:59:10.163Z
37852026-05-05T15:59:10.163Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/276)
37862026-05-05T15:59:10.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-05-05T15:59:10.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-05-05T15:59:10.940Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-05-05T15:59:21.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37902026-05-05T15:59:21.553Z
37912026-05-05T15:59:21.553Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/276)
37922026-05-05T15:59:22.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-05-05T15:59:22.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-05-05T15:59:22.338Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37952026-05-05T15:59:32.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37962026-05-05T15:59:32.912Z
37972026-05-05T15:59:32.912Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/276)
37982026-05-05T15:59:33.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-05T15:59:33.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-05T15:59:33.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-05-05T15:59:33.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38022026-05-05T15:59:33.515Z
38032026-05-05T15:59:33.515Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/276)
38042026-05-05T15:59:34.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-05T15:59:34.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-05T15:59:34.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-05-05T15:59:34.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38082026-05-05T15:59:34.122Z
38092026-05-05T15:59:34.122Zinfo: running `cargo check --bins` on range-requests (193/276)
38102026-05-05T15:59:34.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-05T15:59:34.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-05T15:59:34.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-05-05T15:59:34.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38142026-05-05T15:59:34.716Z
38152026-05-05T15:59:34.716Zinfo: running `cargo check --bins` on repo-depot-api (194/276)
38162026-05-05T15:59:35.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-05T15:59:35.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-05T15:59:35.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-05-05T15:59:35.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38202026-05-05T15:59:35.307Z
38212026-05-05T15:59:35.307Zinfo: running `cargo check --bins` on sled-agent-api (195/276)
38222026-05-05T15:59:35.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-05T15:59:35.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-05T15:59:35.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-05-05T15:59:35.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38262026-05-05T15:59:35.921Z
38272026-05-05T15:59:35.921Zinfo: running `cargo check --bins` on sled-diagnostics (196/276)
38282026-05-05T15:59:36.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-05T15:59:36.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-05T15:59:36.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-05-05T15:59:36.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38322026-05-05T15:59:36.539Z
38332026-05-05T15:59:36.539Zinfo: running `cargo check --bins` on zfs-test-harness (197/276)
38342026-05-05T15:59:37.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-05T15:59:37.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-05T15:59:37.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-05-05T15:59:37.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38382026-05-05T15:59:37.160Z
38392026-05-05T15:59:37.160Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/276)
38402026-05-05T15:59:37.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-05T15:59:37.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-05T15:59:37.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-05T15:59:37.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38442026-05-05T15:59:37.780Z
38452026-05-05T15:59:37.780Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/276)
38462026-05-05T15:59:38.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-05T15:59:38.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-05T15:59:38.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-05T15:59:38.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38502026-05-05T15:59:38.399Z
38512026-05-05T15:59:38.399Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/276)
38522026-05-05T15:59:38.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-05T15:59:38.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-05T15:59:38.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-05T15:59:38.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38562026-05-05T15:59:39.018Z
38572026-05-05T15:59:39.018Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/276)
38582026-05-05T15:59:39.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-05T15:59:39.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-05T15:59:39.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-05T15:59:39.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38622026-05-05T15:59:39.637Z
38632026-05-05T15:59:39.637Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/276)
38642026-05-05T15:59:40.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-05T15:59:40.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-05T15:59:40.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-05T15:59:40.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38682026-05-05T15:59:40.259Z
38692026-05-05T15:59:40.259Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/276)
38702026-05-05T15:59:40.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-05T15:59:40.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-05T15:59:40.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-05T15:59:40.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38742026-05-05T15:59:40.883Z
38752026-05-05T15:59:40.883Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/276)
38762026-05-05T15:59:41.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-05T15:59:41.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-05T15:59:41.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-05T15:59:41.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38802026-05-05T15:59:41.537Z
38812026-05-05T15:59:41.537Zinfo: running `cargo check --bins` on trust-quorum (205/276)
38822026-05-05T15:59:42.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-05T15:59:42.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-05T15:59:42.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-05T15:59:42.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38862026-05-05T15:59:42.155Z
38872026-05-05T15:59:42.155Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/276)
38882026-05-05T15:59:42.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-05T15:59:42.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-05T15:59:42.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-05-05T15:59:42.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38922026-05-05T15:59:42.797Z
38932026-05-05T15:59:42.797Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/276)
38942026-05-05T15:59:43.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-05-05T15:59:43.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-05-05T15:59:43.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-05-05T15:59:43.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38982026-05-05T15:59:43.453Z
38992026-05-05T15:59:43.453Zinfo: running `cargo check --bins` on update-common (208/276)
39002026-05-05T15:59:43.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-05-05T15:59:43.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-05-05T15:59:43.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-05-05T15:59:43.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39042026-05-05T15:59:44.053Z
39052026-05-05T15:59:44.053Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/276)
39062026-05-05T15:59:44.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-05-05T15:59:44.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-05-05T15:59:44.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-05-05T15:59:44.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39102026-05-05T15:59:44.702Z
39112026-05-05T15:59:44.703Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/276)
39122026-05-05T15:59:45.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-05-05T15:59:45.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-05-05T15:59:45.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-05-05T15:59:45.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39162026-05-05T15:59:45.283Z
39172026-05-05T15:59:45.283Zinfo: running `cargo check --bins` on reconfigurator-cli (211/276)
39182026-05-05T15:59:45.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-05-05T15:59:45.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-05-05T15:59:46.056Z Compiling fs-err v2.11.0
39212026-05-05T15:59:46.060Z Checking ignore v0.4.25
39222026-05-05T15:59:46.060Z Checking arc-swap v1.8.2
39232026-05-05T15:59:46.184Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39242026-05-05T15:59:46.197Z Checking predicates-tree v1.0.13
39252026-05-05T15:59:46.201Z Checking parse-size v1.1.0
39262026-05-05T15:59:46.219Z Checking rand_seeder v0.4.0
39272026-05-05T15:59:46.223Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39282026-05-05T15:59:46.298Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39292026-05-05T15:59:46.321Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39302026-05-05T15:59:46.380Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39312026-05-05T15:59:46.380Z Checking slog-scope v4.4.1
39322026-05-05T15:59:46.513Z Compiling petname v2.0.2
39332026-05-05T15:59:46.536Z Checking slog-stdlog v4.1.1
39342026-05-05T15:59:46.542Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39352026-05-05T15:59:46.556Z Checking globwalk v0.9.1
39362026-05-05T15:59:46.633Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39372026-05-05T15:59:46.647Z Checking slog-envlogger v2.2.0
39382026-05-05T15:59:46.733Z Checking camino-tempfile-ext v0.3.3
39392026-05-05T15:59:46.750Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39402026-05-05T15:59:46.795Z Checking sapling-renderdag v0.1.0
39412026-05-05T15:59:46.917Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39422026-05-05T15:59:46.932Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39432026-05-05T15:59:47.034Z Checking subprocess v0.2.15
39442026-05-05T15:59:47.103Z Checking sync-ptr v0.1.4
39452026-05-05T15:59:47.153Z Checking colored v2.2.0
39462026-05-05T15:59:47.224Z Checking assert_matches v1.5.0
39472026-05-05T15:59:47.317Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39482026-05-05T15:59:47.352Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39492026-05-05T15:59:47.428Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39502026-05-05T15:59:47.432Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39512026-05-05T15:59:48.029Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39522026-05-05T15:59:49.326Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39532026-05-05T15:59:51.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
39542026-05-05T15:59:51.706Z
39552026-05-05T15:59:51.706Zinfo: running `cargo check --bins` on omicron-repl-utils (212/276)
39562026-05-05T15:59:52.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-05T15:59:52.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-05T15:59:52.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-05-05T15:59:52.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39602026-05-05T15:59:52.298Z
39612026-05-05T15:59:52.298Zinfo: running `cargo check --bins` on transient-dns-server (213/276)
39622026-05-05T15:59:52.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-05-05T15:59:52.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-05-05T15:59:52.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-05-05T15:59:52.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39662026-05-05T15:59:52.914Z
39672026-05-05T15:59:52.914Zinfo: running `cargo check --bins` on nexus-test-interface (214/276)
39682026-05-05T15:59:53.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-05-05T15:59:53.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-05-05T15:59:53.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-05-05T15:59:53.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39722026-05-05T15:59:53.565Z
39732026-05-05T15:59:53.565Zinfo: running `cargo check --bins` on oximeter-collector (215/276)
39742026-05-05T15:59:54.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-05T15:59:54.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-05T15:59:54.288Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39772026-05-05T15:59:54.288Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39782026-05-05T15:59:54.933Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39792026-05-05T15:59:56.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39802026-05-05T15:59:56.695Z
39812026-05-05T15:59:56.695Zinfo: running `cargo check --bins` on oximeter-api (216/276)
39822026-05-05T15:59:57.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-05-05T15:59:57.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-05-05T15:59:57.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-05-05T15:59:57.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39862026-05-05T15:59:57.297Z
39872026-05-05T15:59:57.297Zinfo: running `cargo check --bins` on cert-dev (217/276)
39882026-05-05T15:59:57.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-05-05T15:59:57.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-05-05T15:59:57.901Z Checking yasna v0.5.2
39912026-05-05T15:59:58.300Z Checking rcgen v0.12.1
39922026-05-05T15:59:58.551Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39932026-05-05T15:59:58.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39942026-05-05T15:59:58.907Z
39952026-05-05T15:59:58.907Zinfo: running `cargo check --bins` on clickana (218/276)
39962026-05-05T15:59:59.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-05-05T15:59:59.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-05-05T15:59:59.550Z Compiling darling_core v0.23.0
39992026-05-05T15:59:59.658Z Compiling instability v0.3.11
40002026-05-05T15:59:59.665Z Checking castaway v0.2.4
40012026-05-05T15:59:59.670Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40022026-05-05T15:59:59.674Z Compiling indoc v2.0.7
40032026-05-05T15:59:59.684Z Checking unicode-truncate v1.1.0
40042026-05-05T15:59:59.688Z Checking lru v0.12.5
40052026-05-05T15:59:59.688Z Checking cassowary v0.3.0
40062026-05-05T15:59:59.752Z Checking compact_str v0.8.1
40072026-05-05T16:00:00.680Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40082026-05-05T16:00:00.861Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40092026-05-05T16:00:01.070Z Compiling darling_macro v0.23.0
40102026-05-05T16:00:01.479Z Compiling darling v0.23.0
40112026-05-05T16:00:02.079Z Checking ratatui v0.29.0
40122026-05-05T16:00:03.131Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40132026-05-05T16:00:03.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
40142026-05-05T16:00:03.990Z
40152026-05-05T16:00:03.990Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/276)
40162026-05-05T16:00:04.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-05T16:00:04.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-05T16:00:04.711Z Checking headers-core v0.3.0
40192026-05-05T16:00:04.714Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40202026-05-05T16:00:04.909Z Checking headers v0.4.1
40212026-05-05T16:00:05.274Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40222026-05-05T16:00:06.116Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40232026-05-05T16:00:06.603Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40242026-05-05T16:00:07.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
40252026-05-05T16:00:07.209Z
40262026-05-05T16:00:07.209Zinfo: running `cargo check --bins` on ch-dev (220/276)
40272026-05-05T16:00:07.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-05-05T16:00:07.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-05-05T16:00:07.931Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40302026-05-05T16:00:08.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40312026-05-05T16:00:08.888Z
40322026-05-05T16:00:08.888Zinfo: running `cargo check --bins` on dev-tools-common (221/276)
40332026-05-05T16:00:09.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-05-05T16:00:09.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-05-05T16:00:09.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-05-05T16:00:09.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40372026-05-05T16:00:09.357Z
40382026-05-05T16:00:09.357Zinfo: running `cargo check --bins` on crdb-seed (222/276)
40392026-05-05T16:00:09.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-05-05T16:00:09.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-05-05T16:00:10.077Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40422026-05-05T16:00:11.053Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40432026-05-05T16:00:11.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40442026-05-05T16:00:11.589Z
40452026-05-05T16:00:11.589Zinfo: running `cargo check --bins` on db-dev (223/276)
40462026-05-05T16:00:12.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-05-05T16:00:12.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-05-05T16:00:12.312Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40492026-05-05T16:00:13.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40502026-05-05T16:00:13.270Z
40512026-05-05T16:00:13.270Zinfo: running `cargo check --bins` on omicron-dev-lib (224/276)
40522026-05-05T16:00:13.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-05-05T16:00:13.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-05-05T16:00:13.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-05-05T16:00:13.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40562026-05-05T16:00:13.911Z
40572026-05-05T16:00:13.911Zinfo: running `cargo check --bins` on xtask-downloader (225/276)
40582026-05-05T16:00:14.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-05-05T16:00:14.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-05-05T16:00:14.512Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40612026-05-05T16:00:15.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40622026-05-05T16:00:15.362Z
40632026-05-05T16:00:15.362Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/276)
40642026-05-05T16:00:15.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-05-05T16:00:15.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-05-05T16:00:16.102Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40672026-05-05T16:00:16.102Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40682026-05-05T16:00:16.102Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40692026-05-05T16:00:16.106Z Checking git-stub v1.0.0
40702026-05-05T16:00:16.106Z Compiling trait-variant v0.1.2
40712026-05-05T16:00:16.234Z Checking maplit v1.0.2
40722026-05-05T16:00:16.240Z Checking is_ci v1.2.0
40732026-05-05T16:00:16.273Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40742026-05-05T16:00:16.341Z Checking supports-color v3.0.2
40752026-05-05T16:00:16.341Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40762026-05-05T16:00:16.373Z Checking git-stub-vcs v0.1.0
40772026-05-05T16:00:16.438Z Checking drift v0.1.3
40782026-05-05T16:00:16.462Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40792026-05-05T16:00:16.522Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40802026-05-05T16:00:16.563Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40812026-05-05T16:00:16.715Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40822026-05-05T16:00:16.728Z Checking dropshot-api-manager v0.7.1
40832026-05-05T16:00:16.741Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40842026-05-05T16:00:16.755Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40852026-05-05T16:00:16.965Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40862026-05-05T16:00:16.991Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40872026-05-05T16:00:17.143Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40882026-05-05T16:00:17.468Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40892026-05-05T16:00:22.384Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40902026-05-05T16:00:23.483Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40912026-05-05T16:00:24.042Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40922026-05-05T16:00:24.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s
40932026-05-05T16:00:24.674Z
40942026-05-05T16:00:24.674Zinfo: running `cargo check --bins` on installinator-api (227/276)
40952026-05-05T16:00:25.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-05-05T16:00:25.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-05-05T16:00:25.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-05-05T16:00:25.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-05-05T16:00:25.277Z
41002026-05-05T16:00:25.277Zinfo: running `cargo check --bins` on nexus-external-api (228/276)
41012026-05-05T16:00:25.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-05-05T16:00:25.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-05-05T16:00:25.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-05-05T16:00:25.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41052026-05-05T16:00:25.907Z
41062026-05-05T16:00:25.907Zinfo: running `cargo check --bins` on nexus-internal-api (229/276)
41072026-05-05T16:00:26.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-05T16:00:26.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-05T16:00:26.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-05-05T16:00:26.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41112026-05-05T16:00:26.540Z
41122026-05-05T16:00:26.540Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/276)
41132026-05-05T16:00:27.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-05T16:00:27.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-05T16:00:27.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-05-05T16:00:27.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41172026-05-05T16:00:27.175Z
41182026-05-05T16:00:27.175Zinfo: running `cargo check --bins` on ntp-admin-api (231/276)
41192026-05-05T16:00:27.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-05T16:00:27.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-05T16:00:27.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-05-05T16:00:27.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41232026-05-05T16:00:27.772Z
41242026-05-05T16:00:27.772Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/276)
41252026-05-05T16:00:28.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-05T16:00:28.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-05T16:00:28.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-05-05T16:00:28.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41292026-05-05T16:00:28.353Z
41302026-05-05T16:00:28.353Zinfo: running `cargo check --bins` on wicketd-api (233/276)
41312026-05-05T16:00:28.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-05-05T16:00:28.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-05-05T16:00:28.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-05-05T16:00:28.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41352026-05-05T16:00:28.971Z
41362026-05-05T16:00:28.971Zinfo: running `cargo check --bins` on omicron-ls-apis (234/276)
41372026-05-05T16:00:29.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-05-05T16:00:29.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-05-05T16:00:29.574Z Checking typeid v1.0.3
41402026-05-05T16:00:29.684Z Checking ordered-float v2.10.1
41412026-05-05T16:00:29.702Z Checking unicode-xid v0.2.6
41422026-05-05T16:00:29.715Z Checking cargo-platform v0.2.0
41432026-05-05T16:00:29.724Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41442026-05-05T16:00:29.751Z Checking erased-serde v0.4.9
41452026-05-05T16:00:29.885Z Checking serde-value v0.7.0
41462026-05-05T16:00:30.063Z Checking serde-untagged v0.1.9
41472026-05-05T16:00:30.217Z Checking cargo-util-schemas v0.8.2
41482026-05-05T16:00:30.892Z Checking cargo_metadata v0.21.0
41492026-05-05T16:00:31.489Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41502026-05-05T16:00:32.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41512026-05-05T16:00:32.341Z
41522026-05-05T16:00:32.341Zinfo: running `cargo check --bins` on mgs-dev (235/276)
41532026-05-05T16:00:32.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-05-05T16:00:32.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-05-05T16:00:33.069Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41562026-05-05T16:00:33.689Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41572026-05-05T16:00:34.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41582026-05-05T16:00:34.392Z
41592026-05-05T16:00:34.392Zinfo: running `cargo check --bins` on omicron-omdb (236/276)
41602026-05-05T16:00:34.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-05-05T16:00:34.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-05-05T16:00:35.244Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41632026-05-05T16:00:35.244Z Compiling vergen-gitcl v1.0.8
41642026-05-05T16:00:35.244Z Compiling dirs-sys-next v0.1.2
41652026-05-05T16:00:35.244Z Compiling glob v0.3.3
41662026-05-05T16:00:35.248Z Compiling diesel_derives v2.3.7
41672026-05-05T16:00:35.248Z Compiling crunchy v0.2.4
41682026-05-05T16:00:35.248Z Compiling dsl_auto_type v0.2.0
41692026-05-05T16:00:35.248Z Checking scheduled-thread-pool v0.2.7
41702026-05-05T16:00:35.513Z Compiling diesel_table_macro_syntax v0.3.0
41712026-05-05T16:00:35.564Z Compiling tiny-keccak v2.0.2
41722026-05-05T16:00:35.628Z Compiling dirs-next v2.0.0
41732026-05-05T16:00:35.713Z Compiling term v0.7.0
41742026-05-05T16:00:35.743Z Checking r2d2 v0.8.10
41752026-05-05T16:00:35.758Z Checking downcast-rs v2.0.2
41762026-05-05T16:00:35.786Z Compiling clang-sys v1.8.1
41772026-05-05T16:00:35.800Z Compiling bit-vec v0.6.3
41782026-05-05T16:00:35.920Z Compiling itertools v0.10.5
41792026-05-05T16:00:36.016Z Compiling ascii-canvas v3.0.0
41802026-05-05T16:00:36.153Z Compiling bit-set v0.5.3
41812026-05-05T16:00:36.257Z Compiling ena v0.14.4
41822026-05-05T16:00:36.271Z Compiling libloading v0.8.9
41832026-05-05T16:00:36.275Z Compiling diff v0.1.13
41842026-05-05T16:00:36.298Z Compiling bindgen v0.71.1
41852026-05-05T16:00:36.311Z Compiling regex-syntax v0.6.29
41862026-05-05T16:00:36.476Z Compiling cexpr v0.6.0
41872026-05-05T16:00:36.541Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41882026-05-05T16:00:36.732Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41892026-05-05T16:00:36.792Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41902026-05-05T16:00:36.887Z Compiling libxml v0.3.3
41912026-05-05T16:00:36.970Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41922026-05-05T16:00:37.137Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41932026-05-05T16:00:37.171Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41942026-05-05T16:00:37.286Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41952026-05-05T16:00:37.359Z Compiling strum_macros v0.24.3
41962026-05-05T16:00:37.377Z Compiling indoc v1.0.9
41972026-05-05T16:00:37.808Z Compiling lalrpop v0.19.12
41982026-05-05T16:00:38.411Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41992026-05-05T16:00:38.426Z Checking derive_builder v0.20.2
42002026-05-05T16:00:38.576Z Compiling oso-derive v0.27.3
42012026-05-05T16:00:38.628Z Checking quick-xml v0.37.5
42022026-05-05T16:00:38.728Z Compiling impl-trait-for-tuples v0.2.3
42032026-05-05T16:00:39.073Z Checking openssl-probe v0.1.6
42042026-05-05T16:00:39.219Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42052026-05-05T16:00:39.509Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42062026-05-05T16:00:39.712Z Checking bb8 v0.8.6
42072026-05-05T16:00:39.976Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42082026-05-05T16:00:39.997Z Checking nonempty v0.12.0
42092026-05-05T16:00:40.181Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42102026-05-05T16:00:40.195Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42112026-05-05T16:00:40.211Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42122026-05-05T16:00:40.297Z Checking console v0.16.2
42132026-05-05T16:00:40.399Z Checking unit-prefix v0.5.2
42142026-05-05T16:00:40.414Z Checking support-bundle-viewer v0.1.2
42152026-05-05T16:00:40.536Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42162026-05-05T16:00:40.603Z Checking indicatif v0.18.4
42172026-05-05T16:00:40.658Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42182026-05-05T16:00:40.776Z Checking multimap v0.10.1
42192026-05-05T16:00:41.264Z Checking diesel v2.3.7
42202026-05-05T16:00:42.961Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42212026-05-05T16:00:43.714Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42222026-05-05T16:00:44.214Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42232026-05-05T16:00:44.706Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42242026-05-05T16:00:45.480Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42252026-05-05T16:00:45.769Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42262026-05-05T16:00:45.773Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42272026-05-05T16:00:46.121Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42282026-05-05T16:00:48.157Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42292026-05-05T16:00:53.110Z Compiling samael v0.0.19
42302026-05-05T16:00:56.959Z Checking async-bb8-diesel v0.2.1
42312026-05-05T16:00:57.221Z Checking diesel-dtrace v0.5.0
42322026-05-05T16:00:58.178Z Compiling polar-core v0.27.3
42332026-05-05T16:01:02.605Z Checking oso v0.27.3
42342026-05-05T16:01:39.055Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42352026-05-05T16:02:12.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42362026-05-05T16:02:12.399Z
42372026-05-05T16:02:12.399Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/276)
42382026-05-05T16:02:12.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-05-05T16:02:12.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-05-05T16:02:12.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-05-05T16:02:12.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42422026-05-05T16:02:13.055Z
42432026-05-05T16:02:13.055Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/276)
42442026-05-05T16:02:13.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-05-05T16:02:13.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-05-05T16:02:13.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-05-05T16:02:13.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42482026-05-05T16:02:13.702Z
42492026-05-05T16:02:13.702Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/276)
42502026-05-05T16:02:14.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-05-05T16:02:14.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-05-05T16:02:14.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-05-05T16:02:14.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42542026-05-05T16:02:14.282Z
42552026-05-05T16:02:14.282Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/276)
42562026-05-05T16:02:14.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-05-05T16:02:14.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-05-05T16:02:15.143Z Compiling libz-sys v1.1.24
42592026-05-05T16:02:15.276Z Compiling libgit2-sys v0.18.3+1.9.2
42602026-05-05T16:02:15.285Z Compiling vergen-git2 v1.0.7
42612026-05-05T16:02:15.295Z Compiling rustls v0.21.12
42622026-05-05T16:02:15.319Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42632026-05-05T16:02:15.322Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42642026-05-05T16:02:15.322Z Checking rustls-webpki v0.101.7
42652026-05-05T16:02:15.322Z Checking sct v0.7.1
42662026-05-05T16:02:15.473Z Compiling nix v0.29.0
42672026-05-05T16:02:15.491Z Compiling dropshot v0.16.7
42682026-05-05T16:02:15.538Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42692026-05-05T16:02:15.576Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42702026-05-05T16:02:15.650Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42712026-05-05T16:02:15.759Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42722026-05-05T16:02:15.773Z Checking toml v0.9.12+spec-1.1.0
42732026-05-05T16:02:15.811Z Compiling dropshot_endpoint v0.16.7
42742026-05-05T16:02:15.958Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42752026-05-05T16:02:16.097Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42762026-05-05T16:02:16.304Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42772026-05-05T16:02:16.338Z Checking rustls-pemfile v1.0.4
42782026-05-05T16:02:16.476Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42792026-05-05T16:02:16.666Z Checking twox-hash v2.1.2
42802026-05-05T16:02:16.698Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42812026-05-05T16:02:16.934Z Checking tokio-rustls v0.24.1
42822026-05-05T16:02:17.400Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42832026-05-05T16:02:17.415Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42842026-05-05T16:02:17.721Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42852026-05-05T16:02:18.074Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42862026-05-05T16:02:18.264Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42872026-05-05T16:02:18.268Z Checking fatfs v0.3.6
42882026-05-05T16:02:18.303Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42892026-05-05T16:02:18.418Z Compiling seq-macro v0.3.6
42902026-05-05T16:02:22.129Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42912026-05-05T16:02:22.255Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42922026-05-05T16:02:22.446Z Compiling git2 v0.20.4
42932026-05-05T16:02:24.701Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42942026-05-05T16:03:11.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.94s
42952026-05-05T16:03:11.458Z
42962026-05-05T16:03:11.458Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/276)
42972026-05-05T16:03:12.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-05-05T16:03:12.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-05-05T16:03:12.345Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43002026-05-05T16:03:50.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.16s
43012026-05-05T16:03:50.851Z
43022026-05-05T16:03:50.851Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/276)
43032026-05-05T16:03:51.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-05-05T16:03:51.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-05-05T16:03:51.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-05-05T16:03:51.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43072026-05-05T16:03:51.436Z
43082026-05-05T16:03:51.436Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/276)
43092026-05-05T16:03:51.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-05-05T16:03:51.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-05-05T16:03:51.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-05-05T16:03:51.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43132026-05-05T16:03:52.083Z
43142026-05-05T16:03:52.083Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/276)
43152026-05-05T16:03:52.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-05-05T16:03:52.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-05-05T16:03:52.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-05-05T16:03:52.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43192026-05-05T16:03:52.736Z
43202026-05-05T16:03:52.736Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/276)
43212026-05-05T16:03:53.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-05-05T16:03:53.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-05-05T16:03:53.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43242026-05-05T16:03:53.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43252026-05-05T16:03:53.388Z
43262026-05-05T16:03:53.388Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/276)
43272026-05-05T16:03:53.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43282026-05-05T16:03:53.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43292026-05-05T16:03:53.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43302026-05-05T16:03:53.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43312026-05-05T16:03:54.032Z
43322026-05-05T16:03:54.032Zinfo: running `cargo check --bins` on nexus-networking (247/276)
43332026-05-05T16:03:54.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-05-05T16:03:54.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-05-05T16:03:54.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43362026-05-05T16:03:54.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43372026-05-05T16:03:54.690Z
43382026-05-05T16:03:54.690Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/276)
43392026-05-05T16:03:55.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-05-05T16:03:55.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-05-05T16:03:55.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43422026-05-05T16:03:55.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43432026-05-05T16:03:55.346Z
43442026-05-05T16:03:55.347Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/276)
43452026-05-05T16:03:55.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-05-05T16:03:55.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-05-05T16:03:55.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43482026-05-05T16:03:55.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43492026-05-05T16:03:56.004Z
43502026-05-05T16:03:56.004Zinfo: running `cargo check --bins` on omicron-dev (250/276)
43512026-05-05T16:03:56.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-05-05T16:03:56.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-05-05T16:03:56.890Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43542026-05-05T16:03:56.890Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43552026-05-05T16:03:57.078Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43562026-05-05T16:03:57.108Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43572026-05-05T16:03:57.127Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43582026-05-05T16:03:57.143Z Checking diff v0.1.13
43592026-05-05T16:03:57.147Z Checking yansi v1.0.1
43602026-05-05T16:03:57.147Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43612026-05-05T16:03:57.215Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43622026-05-05T16:03:57.406Z Checking pretty_assertions v1.4.1
43632026-05-05T16:03:58.038Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43642026-05-05T16:03:58.377Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43652026-05-05T16:04:21.592Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43662026-05-05T16:04:21.605Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43672026-05-05T16:04:21.605Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43682026-05-05T16:04:21.605Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43692026-05-05T16:04:21.605Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43702026-05-05T16:04:21.605Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43712026-05-05T16:04:22.385Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43722026-05-05T16:04:23.459Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43732026-05-05T16:05:02.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43742026-05-05T16:05:02.260Z
43752026-05-05T16:05:02.261Zinfo: running `cargo check --bins` on omicron-pins (251/276)
43762026-05-05T16:05:02.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-05-05T16:05:02.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-05-05T16:05:02.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-05-05T16:05:02.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43802026-05-05T16:05:02.843Z
43812026-05-05T16:05:02.843Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/276)
43822026-05-05T16:05:03.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-05-05T16:05:03.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-05-05T16:05:03.610Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43852026-05-05T16:05:03.734Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43862026-05-05T16:05:03.737Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43872026-05-05T16:05:29.490Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43882026-05-05T16:05:29.874Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43892026-05-05T16:05:31.559Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43902026-05-05T16:05:32.010Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43912026-05-05T16:05:34.962Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43922026-05-05T16:05:57.309Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43932026-05-05T16:05:58.015Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43942026-05-05T16:05:59.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.78s
43952026-05-05T16:05:59.849Z
43962026-05-05T16:05:59.849Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/276)
43972026-05-05T16:06:00.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-05-05T16:06:00.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-05-05T16:06:00.572Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44002026-05-05T16:06:01.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44012026-05-05T16:06:01.451Z
44022026-05-05T16:06:01.451Zinfo: running `cargo check --bins` on omicron-releng (254/276)
44032026-05-05T16:06:01.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-05-05T16:06:01.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-05-05T16:06:02.098Z Compiling blake3 v1.8.3
44062026-05-05T16:06:02.208Z Checking arrayref v0.3.9
44072026-05-05T16:06:02.212Z Checking constant_time_eq v0.4.2
44082026-05-05T16:06:02.212Z Checking arrayvec v0.7.6
44092026-05-05T16:06:02.228Z Checking topological-sort v0.2.2
44102026-05-05T16:06:02.232Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44112026-05-05T16:06:02.232Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44122026-05-05T16:06:02.232Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44132026-05-05T16:06:02.268Z Checking shell-words v1.1.1
44142026-05-05T16:06:03.077Z Checking omicron-zone-package v0.12.2
44152026-05-05T16:06:03.779Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44162026-05-05T16:06:04.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
44172026-05-05T16:06:04.767Z
44182026-05-05T16:06:04.767Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/276)
44192026-05-05T16:06:05.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-05T16:06:05.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-05T16:06:05.415Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44222026-05-05T16:06:05.732Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44232026-05-05T16:06:06.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44242026-05-05T16:06:06.313Z
44252026-05-05T16:06:06.313Zinfo: running `cargo check --bins` on schema (256/276)
44262026-05-05T16:06:06.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-05-05T16:06:06.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-05-05T16:06:07.049Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44292026-05-05T16:06:07.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44302026-05-05T16:06:07.942Z
44312026-05-05T16:06:07.942Zinfo: running `cargo check --bins` on xtask (257/276)
44322026-05-05T16:06:08.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-05-05T16:06:08.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-05-05T16:06:08.400Z Checking libc v0.2.185
44352026-05-05T16:06:08.481Z Checking serde v1.0.228
44362026-05-05T16:06:08.487Z Checking zerofrom v0.1.6
44372026-05-05T16:06:08.491Z Checking bitflags v2.11.0
44382026-05-05T16:06:08.497Z Checking smallvec v1.15.1
44392026-05-05T16:06:08.504Z Checking indexmap v2.14.0
44402026-05-05T16:06:08.514Z Checking serde_json v1.0.149
44412026-05-05T16:06:08.518Z Checking scroll v0.12.0
44422026-05-05T16:06:08.584Z Checking yoke v0.8.1
44432026-05-05T16:06:08.637Z Checking num-traits v0.2.19
44442026-05-05T16:06:08.672Z Checking thiserror v1.0.69
44452026-05-05T16:06:08.745Z Checking percent-encoding v2.3.2
44462026-05-05T16:06:08.763Z Checking zerovec v0.11.5
44472026-05-05T16:06:08.767Z Checking zerotrie v0.2.3
44482026-05-05T16:06:08.770Z Checking errno v0.3.14
44492026-05-05T16:06:08.865Z Checking serde_spanned v0.6.9
44502026-05-05T16:06:08.884Z Checking toml_datetime v0.6.11
44512026-05-05T16:06:08.894Z Checking rustix v1.1.3
44522026-05-05T16:06:08.988Z Checking log v0.4.29
44532026-05-05T16:06:09.005Z Checking form_urlencoded v1.2.2
44542026-05-05T16:06:09.021Z Checking zerocopy v0.7.35
44552026-05-05T16:06:09.062Z Checking toml_edit v0.22.27
44562026-05-05T16:06:09.106Z Checking getrandom v0.4.1
44572026-05-05T16:06:09.133Z Checking thiserror v2.0.18
44582026-05-05T16:06:09.143Z Checking goblin v0.8.2
44592026-05-05T16:06:09.165Z Checking ordered-float v2.10.1
44602026-05-05T16:06:09.179Z Checking tinystr v0.8.2
44612026-05-05T16:06:09.231Z Checking potential_utf v0.1.4
44622026-05-05T16:06:09.241Z Checking syn v2.0.117
44632026-05-05T16:06:09.355Z Checking icu_locale_core v2.1.1
44642026-05-05T16:06:09.365Z Checking icu_collections v2.1.1
44652026-05-05T16:06:09.384Z Checking serde-value v0.7.0
44662026-05-05T16:06:09.509Z Checking dtrace-parser v0.2.0
44672026-05-05T16:06:09.587Z Checking thread-id v4.2.2
44682026-05-05T16:06:09.666Z Checking once_cell v1.21.3
44692026-05-05T16:06:09.678Z Checking cargo-platform v0.2.0
44702026-05-05T16:06:09.709Z Checking terminal_size v0.4.3
44712026-05-05T16:06:09.745Z Checking memmap v0.7.0
44722026-05-05T16:06:09.834Z Checking clap_builder v4.5.60
44732026-05-05T16:06:09.845Z Checking tempfile v3.25.0
44742026-05-05T16:06:09.856Z Checking textwrap v0.16.2
44752026-05-05T16:06:09.874Z Checking fs-err v3.3.0
44762026-05-05T16:06:09.901Z Checking icu_provider v2.1.1
44772026-05-05T16:06:10.034Z Checking camino-tempfile v1.4.1
44782026-05-05T16:06:10.052Z Checking anyhow v1.0.102
44792026-05-05T16:06:10.063Z Checking tabled v0.15.0
44802026-05-05T16:06:10.138Z Checking icu_normalizer v2.1.1
44812026-05-05T16:06:10.148Z Checking icu_properties v2.1.2
44822026-05-05T16:06:10.186Z Checking toml v0.8.23
44832026-05-05T16:06:10.247Z Checking macaddr v1.0.1
44842026-05-05T16:06:10.429Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44852026-05-05T16:06:10.496Z Checking cargo_toml v0.21.0
44862026-05-05T16:06:10.961Z Checking idna_adapter v1.2.1
44872026-05-05T16:06:10.995Z Checking dof v0.3.0
44882026-05-05T16:06:11.014Z Checking clap v4.5.60
44892026-05-05T16:06:11.077Z Checking idna v1.1.0
44902026-05-05T16:06:11.252Z Checking usdt-impl v0.5.0
44912026-05-05T16:06:11.304Z Checking url v2.5.8
44922026-05-05T16:06:11.502Z Checking usdt v0.5.0
44932026-05-05T16:06:11.649Z Checking cargo-util-schemas v0.8.2
44942026-05-05T16:06:12.327Z Checking cargo_metadata v0.21.0
44952026-05-05T16:06:12.931Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44962026-05-05T16:06:13.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
44972026-05-05T16:06:13.478Z
44982026-05-05T16:06:13.478Zinfo: running `cargo check --bins` on dnsadm (258/276)
44992026-05-05T16:06:13.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-05-05T16:06:13.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-05-05T16:06:14.127Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45022026-05-05T16:06:14.583Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45032026-05-05T16:06:14.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
45042026-05-05T16:06:15.154Z
45052026-05-05T16:06:15.154Zinfo: running `cargo check --bins` on end-to-end-tests (259/276)
45062026-05-05T16:06:15.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-05T16:06:15.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-05T16:06:15.955Z Checking polyval v0.6.2
45092026-05-05T16:06:16.079Z Checking ctr v0.9.2
45102026-05-05T16:06:16.091Z Checking ssh-encoding v0.2.0
45112026-05-05T16:06:16.098Z Checking blowfish v0.9.1
45122026-05-05T16:06:16.116Z Checking password-hash v0.4.2
45132026-05-05T16:06:16.128Z Checking p521 v0.13.3
45142026-05-05T16:06:16.128Z Checking p256 v0.13.2
45152026-05-05T16:06:16.154Z Checking russh-cryptovec v0.7.3
45162026-05-05T16:06:16.220Z Checking ghash v0.5.1
45172026-05-05T16:06:16.234Z Checking md5 v0.7.0
45182026-05-05T16:06:16.246Z Checking bcrypt-pbkdf v0.10.0
45192026-05-05T16:06:16.268Z Checking num-bigint v0.4.6
45202026-05-05T16:06:16.281Z Checking des v0.8.1
45212026-05-05T16:06:16.328Z Checking pbkdf2 v0.11.0
45222026-05-05T16:06:16.340Z Checking aes-gcm v0.10.3
45232026-05-05T16:06:16.399Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45242026-05-05T16:06:16.405Z Checking hex-literal v0.4.1
45252026-05-05T16:06:16.409Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45262026-05-05T16:06:16.462Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45272026-05-05T16:06:16.485Z Checking ssh-cipher v0.2.0
45282026-05-05T16:06:16.500Z Checking socket2 v0.5.10
45292026-05-05T16:06:16.535Z Checking internet-checksum v0.2.1
45302026-05-05T16:06:16.653Z Checking ssh-key v0.6.7
45312026-05-05T16:06:16.808Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45322026-05-05T16:06:17.278Z Checking russh-keys v0.45.0
45332026-05-05T16:06:17.823Z Checking russh v0.45.0
45342026-05-05T16:06:32.590Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45352026-05-05T16:06:33.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.63s
45362026-05-05T16:06:33.998Z
45372026-05-05T16:06:33.998Zinfo: running `cargo check --bins` on gateway-cli (260/276)
45382026-05-05T16:06:34.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-05-05T16:06:34.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-05-05T16:06:34.641Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45412026-05-05T16:06:34.750Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45422026-05-05T16:06:34.757Z Checking termios v0.3.3
45432026-05-05T16:06:35.940Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45442026-05-05T16:06:39.338Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45452026-05-05T16:06:39.338Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45462026-05-05T16:06:39.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45472026-05-05T16:06:39.338Z
45482026-05-05T16:06:39.338Zinfo: running `cargo check --bins --no-default-features` on installinator (261/276)
45492026-05-05T16:06:39.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-05T16:06:39.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-05T16:06:39.346Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45522026-05-05T16:06:39.433Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45532026-05-05T16:06:39.437Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45542026-05-05T16:06:39.440Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45552026-05-05T16:06:39.450Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45562026-05-05T16:06:39.460Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45572026-05-05T16:06:40.171Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45582026-05-05T16:06:40.505Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45592026-05-05T16:06:40.534Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45602026-05-05T16:06:41.133Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45612026-05-05T16:06:42.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45622026-05-05T16:06:42.967Z
45632026-05-05T16:06:42.967Zinfo: running `cargo check --bins` on internal-dns-cli (262/276)
45642026-05-05T16:06:43.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-05T16:06:43.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-05T16:06:43.598Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45672026-05-05T16:06:44.043Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45682026-05-05T16:06:44.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45692026-05-05T16:06:44.552Z
45702026-05-05T16:06:44.552Zinfo: running `cargo check --bins` on omicron-live-tests (263/276)
45712026-05-05T16:06:45.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-05-05T16:06:45.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-05-05T16:06:45.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-05-05T16:06:45.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45752026-05-05T16:06:45.138Z
45762026-05-05T16:06:45.138Zinfo: running `cargo check --bins` on live-tests-macros (264/276)
45772026-05-05T16:06:45.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-05-05T16:06:45.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-05-05T16:06:45.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-05-05T16:06:45.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45812026-05-05T16:06:45.726Z
45822026-05-05T16:06:45.727Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/276)
45832026-05-05T16:06:46.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-05-05T16:06:46.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-05-05T16:06:46.478Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45862026-05-05T16:06:47.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45872026-05-05T16:06:47.277Z
45882026-05-05T16:06:47.277Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/276)
45892026-05-05T16:06:47.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-05T16:06:47.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-05T16:06:47.919Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45922026-05-05T16:06:47.922Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45932026-05-05T16:06:48.169Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45942026-05-05T16:06:48.169Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45952026-05-05T16:06:48.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45962026-05-05T16:06:49.131Z
45972026-05-05T16:06:49.131Zinfo: running `cargo check --bins` on ntp-admin-types (267/276)
45982026-05-05T16:06:49.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-05T16:06:49.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-05T16:06:49.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46012026-05-05T16:06:49.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46022026-05-05T16:06:49.712Z
46032026-05-05T16:06:49.712Zinfo: running `cargo check --bins` on omicron-package (268/276)
46042026-05-05T16:06:50.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-05-05T16:06:50.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-05-05T16:06:50.385Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46072026-05-05T16:06:51.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
46082026-05-05T16:06:51.642Z
46092026-05-05T16:06:51.642Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (269/276)
46102026-05-05T16:06:52.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-05T16:06:52.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-05T16:06:52.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46132026-05-05T16:06:52.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46142026-05-05T16:06:52.253Z
46152026-05-05T16:06:52.253Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (270/276)
46162026-05-05T16:06:52.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-05-05T16:06:52.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-05-05T16:06:52.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46192026-05-05T16:06:52.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46202026-05-05T16:06:52.864Z
46212026-05-05T16:06:52.864Zinfo: running `cargo check --bins` on tqdb (271/276)
46222026-05-05T16:06:53.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-05-05T16:06:53.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-05-05T16:06:53.639Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46252026-05-05T16:06:53.989Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46262026-05-05T16:06:54.497Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46272026-05-05T16:06:54.501Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46282026-05-05T16:07:00.235Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46292026-05-05T16:07:00.235Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46302026-05-05T16:07:00.796Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46312026-05-05T16:07:00.796Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46322026-05-05T16:07:00.800Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46332026-05-05T16:07:00.800Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46342026-05-05T16:07:01.547Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46352026-05-05T16:07:02.560Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46362026-05-05T16:07:03.312Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46372026-05-05T16:07:03.922Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46382026-05-05T16:07:07.903Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46392026-05-05T16:07:14.128Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46402026-05-05T16:07:14.128Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46412026-05-05T16:07:14.132Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46422026-05-05T16:07:14.132Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46432026-05-05T16:07:15.579Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46442026-05-05T16:07:16.888Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46452026-05-05T16:07:17.553Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46462026-05-05T16:07:18.775Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46472026-05-05T16:07:19.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.44s
46482026-05-05T16:07:19.521Z
46492026-05-05T16:07:19.521Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46502026-05-05T16:07:20.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46512026-05-05T16:07:20.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46522026-05-05T16:07:20.221Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46532026-05-05T16:07:20.224Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46542026-05-05T16:07:20.224Z Checking rtoolbox v0.0.3
46552026-05-05T16:07:20.352Z Checking tui-tree-widget v0.23.1
46562026-05-05T16:07:20.448Z Checking rpassword v7.4.0
46572026-05-05T16:07:21.452Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46582026-05-05T16:07:24.414Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46592026-05-05T16:07:26.229Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46602026-05-05T16:07:27.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.59s
46612026-05-05T16:07:27.319Z
46622026-05-05T16:07:27.319Zinfo: running `cargo check --bins` on wicket (273/276)
46632026-05-05T16:07:27.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-05-05T16:07:27.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-05-05T16:07:28.005Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46662026-05-05T16:07:28.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46672026-05-05T16:07:28.555Z
46682026-05-05T16:07:28.555Zinfo: running `cargo check --bins` on wicketd (274/276)
46692026-05-05T16:07:29.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-05-05T16:07:29.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-05-05T16:07:29.273Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46722026-05-05T16:07:29.276Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46732026-05-05T16:07:29.276Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46742026-05-05T16:07:29.276Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46752026-05-05T16:07:30.270Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46762026-05-05T16:07:30.831Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46772026-05-05T16:07:33.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
46782026-05-05T16:07:33.933Z
46792026-05-05T16:07:33.933Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46802026-05-05T16:07:34.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-05-05T16:07:34.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-05-05T16:07:34.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-05-05T16:07:34.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46842026-05-05T16:07:34.520Z
46852026-05-05T16:07:34.520Zinfo: running `cargo check --bins` on zone-setup (276/276)
46862026-05-05T16:07:35.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-05-05T16:07:35.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-05-05T16:07:35.187Z Checking uzers v0.12.2
46892026-05-05T16:07:35.457Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46902026-05-05T16:07:36.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46912026-05-05T16:07:36.413Z
46922026-05-05T16:07:36.413Zreal 14:03.737540674
46932026-05-05T16:07:36.413Zuser 20:30.147007160
46942026-05-05T16:07:36.413Zsys 4:13.366526887
46952026-05-05T16:07:36.413Ztrap 0.329116388
46962026-05-05T16:07:36.413Ztflt 0.372922712
46972026-05-05T16:07:36.413Zdflt 1.020238258
46982026-05-05T16:07:36.413Zkflt 0.001559317
46992026-05-05T16:07:36.413Zlock 1:16:30.357343395
47002026-05-05T16:07:36.413Zslp 1:37:59.251405912
47012026-05-05T16:07:36.416Zlat 54.826107700
47022026-05-05T16:07:36.416Zstop 3:23.607723996
47032026-05-05T16:07:36.416Zprocess exited: duration 1031055 ms, exit code 0
 
47042026-05-05T16:07:36.423Zfound 0 output files